/* Rize marketing: section layouts. Keyframes live in motion.css. */

section { position: relative; }
.dark { color: var(--linen); }

/* ---------------------------------------------------------------- Orb */
.orb {
  --orb-size: 200px;
  position: relative;
  width: var(--orb-size);
  height: var(--orb-size);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.orb > * { grid-area: 1 / 1; border-radius: 50%; }
.orb-halo {
  pointer-events: none;
  animation: orb-halo 8s var(--ease-breath) infinite;
}
.orb-halo-1 { width: 180%; height: 180%; background: radial-gradient(circle, rgba(123, 169, 154, 0.14) 0%, transparent 70%); }
.orb-halo-2 { width: 240%; height: 240%; background: radial-gradient(circle, rgba(123, 169, 154, 0.07) 0%, transparent 70%); animation-delay: 1.4s; }
.orb-halo-3 { width: 310%; height: 310%; background: radial-gradient(circle, rgba(123, 169, 154, 0.04) 0%, transparent 70%); animation-delay: 2.8s; }
.orb-glow {
  width: 125%; height: 125%;
  background: #8ECFBE;
  opacity: 0.38;
  filter: blur(calc(var(--orb-size) * 0.16));
  animation: orb-glow var(--breath) var(--ease-breath) infinite;
}
.orb-body {
  width: 100%; height: 100%;
  position: relative;
  background: radial-gradient(circle at 36% 32%, #ffffff 0%, #d2f2ec 22%, #8ecfbe 50%, #5aa898 75%, #32786c 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.6),
    0 6px 30px rgba(123, 169, 154, 0.35),
    0 0 60px rgba(123, 169, 154, 0.18),
    inset 0 3px 12px rgba(255, 255, 255, 0.65);
  animation: orb-breathe var(--breath) var(--ease-breath) infinite;
  overflow: hidden;
}
.orb-body::before {
  content: '';
  position: absolute;
  top: 14%; left: 16%;
  width: 40%; height: 32%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.85) 0%, transparent 70%);
  filter: blur(3px);
}
.orb-body::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(from 0deg, transparent 0%, rgba(255, 255, 255, 0.08) 20%, transparent 40%, rgba(255, 255, 255, 0.05) 60%, transparent 80%);
  animation: orb-shimmer 18s linear infinite;
}
.orb-ripple {
  width: 100%; height: 100%;
  border: 1px solid rgba(123, 169, 154, 0.5);
  pointer-events: none;
  opacity: 0;
  animation: orb-ripple calc(var(--breath) * 2) var(--ease-soft) infinite;
}
.orb-ripple:nth-child(2) { animation-delay: calc(var(--breath) * 0.66); }
.orb-ripple:nth-child(3) { animation-delay: calc(var(--breath) * 1.33); }

/* ---------------------------------------------------------------- Hero */
.hero {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 8rem var(--gutter) 5rem;
  overflow: hidden;
  isolation: isolate;
}
.field {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}
.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.7;
  will-change: transform;
  transform: translate3d(calc(var(--px, 0) * 1px), calc(var(--py, 0) * 1px), 0);
}
.blob-inner {
  width: 100%; height: 100%;
  border-radius: 50%;
  animation: drift 46s var(--ease-breath) infinite alternate;
}
.blob-1 { width: 58vw; height: 58vw; top: -18vw; left: -14vw; }
.blob-1 .blob-inner { background: radial-gradient(circle, rgba(196, 212, 198, 0.95), rgba(196, 212, 198, 0) 70%); }
.blob-2 { width: 52vw; height: 52vw; top: 10vh; right: -16vw; }
.blob-2 .blob-inner { background: radial-gradient(circle, rgba(122, 186, 184, 0.55), rgba(122, 186, 184, 0) 70%); animation-duration: 58s; animation-delay: -12s; }
.blob-3 { width: 46vw; height: 46vw; bottom: -20vw; left: 18vw; }
.blob-3 .blob-inner { background: radial-gradient(circle, rgba(237, 230, 214, 1), rgba(237, 230, 214, 0) 70%); animation-duration: 52s; animation-delay: -30s; }
.blob-4 { width: 34vw; height: 34vw; top: 30vh; left: 30vw; }
.blob-4 .blob-inner { background: radial-gradient(circle, rgba(228, 236, 231, 0.9), rgba(228, 236, 231, 0) 70%); animation-duration: 40s; animation-delay: -20s; }

.hero-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 900px;
}
.hero-orb {
  --orb-size: clamp(150px, 20vw, 220px);
  margin-top: 1.5rem;
  margin-bottom: calc(var(--orb-size) * -0.22);
  z-index: 0;
}
.hero-title {
  position: relative;
  z-index: 1;
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2.8rem, 7.2vw, 6rem);
  line-height: 1.04;
  letter-spacing: -0.015em;
  color: var(--charcoal);
  margin-bottom: 1.75rem;
}
.hero-title em { font-style: italic; color: var(--teal); }
.hero-title .w {
  display: inline-block;
  opacity: 0;
  transform: translateY(28px);
  filter: blur(8px);
  animation: word-in 1.5s var(--ease-out) forwards;
  animation-delay: calc(0.25s + var(--i, 0) * 0.09s);
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal-dark);
  margin-bottom: 1.75rem;
  padding: 0.45rem 1rem;
  border-radius: 100px;
  background: rgba(253, 250, 245, 0.55);
  border: 1px solid rgba(74, 140, 138, 0.22);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.hero-badge::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--teal);
  animation: dot-pulse 3s var(--ease-breath) infinite;
}
.hero-sub {
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  font-weight: 300;
  line-height: 1.75;
  color: var(--muted);
  max-width: 34em;
  margin-bottom: 2.5rem;
}
.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2rem;
}
.hero-stores { justify-content: center; }
.fade-up {
  opacity: 0;
  transform: translateY(18px);
  animation: fade-up 1.4s var(--ease-out) forwards;
  animation-delay: var(--d, 1s);
}
.scroll-cue {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--soft);
  text-decoration: none;
}
.scroll-cue span:last-child {
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, var(--sage), transparent);
  transform-origin: top;
  animation: cue 3.5s var(--ease-breath) infinite;
}

/* ---------------------------------------------------------------- Space (differentiator) */
.space {
  background: var(--ink);
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 9rem var(--gutter);
  overflow: hidden;
  isolation: isolate;
}
.space canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.space-inner { text-align: center; max-width: 820px; }
.space .headline { font-size: clamp(2.4rem, 5.4vw, 4.6rem); color: var(--linen); }
.space .headline .line { display: block; }
.space .headline em { color: var(--teal-light); }
.space .lede { margin: 2rem auto 0; text-align: center; }
.space-rule {
  width: 1px;
  height: 64px;
  margin: 3rem auto 0;
  background: linear-gradient(to bottom, var(--teal), transparent);
}

/* ---------------------------------------------------------------- Breathe */
.breathe {
  background: var(--linen);
  padding: 9rem var(--gutter);
  overflow: hidden;
}
.breathe-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.breathe .headline { font-size: clamp(1.7rem, 2.9vw, 2.5rem); line-height: 1.22; }
.breath-from {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal);
  margin: 2.5rem 0 1rem;
}
.breath-quote {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
  line-height: 1.4;
  color: var(--charcoal);
  max-width: 22em;
  text-wrap: pretty;
}
.breath-stage {
  position: relative;
  aspect-ratio: 1;
  width: min(100%, 440px);
  margin-inline: auto;
  display: grid;
  place-items: center;
  cursor: pointer;
  border-radius: 50%;
  outline-offset: 12px;
  -webkit-tap-highlight-color: transparent;
}
.breath-stage > * { grid-area: 1 / 1; }
.breath-guide {
  width: 88%; height: 88%;
  border-radius: 50%;
  border: 1px dashed rgba(138, 158, 140, 0.4);
  animation: spin 90s linear infinite;
}
.breath-aura {
  width: 62%; height: 62%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(122, 186, 184, 0.35), rgba(122, 186, 184, 0) 70%);
  filter: blur(18px);
  transform: scale(var(--s, 1));
  transition: transform var(--phase, 7s) var(--ease-breath);
}
.breath-ring {
  width: 48%; height: 48%;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 35%, rgba(253, 250, 245, 0.95), rgba(196, 212, 198, 0.9) 60%, rgba(138, 158, 140, 0.85));
  box-shadow: 0 20px 60px -20px rgba(92, 114, 96, 0.45), inset 0 2px 10px rgba(255, 255, 255, 0.8);
  transform: scale(var(--s, 1));
  transition: transform var(--phase, 7s) var(--ease-breath);
}
.breath-stage.is-idle .breath-ring,
.breath-stage.is-idle .breath-aura {
  animation: breath-idle var(--breath) var(--ease-breath) infinite;
}
.breath-label {
  position: relative;
  z-index: 2;
  text-align: center;
  pointer-events: none;
}
.breath-phase {
  font-family: var(--font-display);
  font-weight: 400;
  font-style: italic;
  font-size: clamp(1.7rem, 2.8vw, 2.4rem);
  color: var(--sage-dark);
  line-height: 1;
  transition: opacity 0.6s var(--ease-soft);
}
.breath-count {
  margin-top: 0.4rem;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage-dark);
  min-height: 1em;
  font-variant-numeric: tabular-nums;
  transition: opacity 0.6s var(--ease-soft);
}
.breath-stage.is-running .breath-guide { border-color: rgba(74, 140, 138, 0.55); }

/* ---------------------------------------------------------------- Lumina */
.lumina {
  background: var(--white);
  padding: 9rem var(--gutter);
  overflow: hidden;
}
.lumina::before {
  content: '';
  position: absolute;
  top: 10%; left: -10%;
  width: 40vw; height: 40vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(196, 212, 198, 0.45), transparent 70%);
  filter: blur(40px);
  pointer-events: none;
}
.lumina-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.lumina-copy .lede + .lede { margin-top: 1rem; }
.chat {
  position: relative;
  background: rgba(245, 240, 232, 0.8);
  border: 1px solid rgba(138, 158, 140, 0.22);
  border-radius: 28px;
  padding: 1.5rem 1.5rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  box-shadow: 0 40px 80px -50px rgba(44, 44, 42, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.chat-head {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding-bottom: 1rem;
  margin-bottom: 0.25rem;
  border-bottom: 1px solid rgba(138, 158, 140, 0.18);
}
.chat-head .orb { --orb-size: 38px; }
.chat-head-name { font-family: var(--font-display); font-size: 1.15rem; letter-spacing: 0.06em; color: var(--sage-dark); line-height: 1; }
.chat-head-state { font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--soft); margin-top: 0.2rem; }
.msg {
  max-width: 82%;
  padding: 0.9rem 1.15rem;
  border-radius: 18px;
  font-size: 0.92rem;
  line-height: 1.6;
  opacity: 0;
  transform: translateY(14px) scale(0.98);
  transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out);
}
.msg.is-shown { opacity: 1; transform: none; }
.msg-user {
  align-self: flex-end;
  background: var(--charcoal);
  color: var(--linen);
  border-bottom-right-radius: 6px;
}
.msg-lumina {
  align-self: flex-start;
  background: var(--white);
  color: var(--charcoal);
  border: 1px solid rgba(138, 158, 140, 0.22);
  border-bottom-left-radius: 6px;
}
.typing {
  align-self: flex-start;
  display: none;
  gap: 5px;
  padding: 0.9rem 1rem;
  background: var(--white);
  border: 1px solid rgba(138, 158, 140, 0.22);
  border-radius: 18px;
  border-bottom-left-radius: 6px;
}
.typing.is-shown { display: flex; }
.typing span {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--sage);
  animation: typing 1.4s var(--ease-soft) infinite;
}
.typing span:nth-child(2) { animation-delay: 0.18s; }
.typing span:nth-child(3) { animation-delay: 0.36s; }

/* ---------------------------------------------------------------- Features */
.features {
  background: var(--linen);
  padding: 8rem var(--gutter) 6rem;
}
.features-head { max-width: 640px; margin-bottom: 5rem; }
.features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}
.stage {
  position: sticky;
  top: 15vh;
  height: 70vh;
  display: grid;
  place-items: center;
  border-radius: 32px;
  background:
    radial-gradient(circle at 30% 20%, rgba(196, 212, 198, 0.55), transparent 60%),
    radial-gradient(circle at 70% 80%, rgba(122, 186, 184, 0.28), transparent 60%),
    var(--white);
  border: 1px solid rgba(138, 158, 140, 0.18);
  overflow: hidden;
}
.stage > svg {
  grid-area: 1 / 1;
  width: min(68%, 380px);
  stroke-width: 1.6;
  height: auto;
  opacity: 0;
  transform: scale(0.94);
  transition: opacity 1s var(--ease-out), transform 1s var(--ease-out);
}
.stage > svg.is-active { opacity: 1; transform: none; }
.feature-list { display: flex; flex-direction: column; }
.feature {
  padding: 4.5rem 0;
  border-top: 1px solid rgba(138, 158, 140, 0.22);
  opacity: 0.38;
  transition: opacity 0.9s var(--ease-out);
}
.feature.is-active { opacity: 1; }
.feature:first-child { border-top: 0; padding-top: 1rem; }
.feature-num {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  color: var(--teal);
  margin-bottom: 1rem;
}
.feature-title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.9rem, 2.8vw, 2.5rem);
  line-height: 1.15;
  color: var(--charcoal);
  margin-bottom: 1rem;
}
.feature-desc { font-size: 1rem; font-weight: 300; color: var(--muted); max-width: 30em; }
.feature-viz { display: none; }
.viz {
  --stroke: var(--teal);
  width: 100%;
  fill: none;
  stroke: var(--stroke);
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ---------------------------------------------------------------- For you */
.for-you {
  background: var(--white);
  padding: 9rem var(--gutter);
  overflow: hidden;
}
.for-you-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 5rem;
  align-items: center;
}
.statements { list-style: none; margin-top: 2.5rem; }
.statements li {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 1.8vw, 1.55rem);
  font-weight: 300;
  line-height: 1.4;
  color: var(--charcoal);
  padding: 1.1rem 0;
  border-top: 1px solid rgba(138, 158, 140, 0.22);
  display: flex;
  gap: 1.25rem;
  align-items: baseline;
}
.statements li:last-child { border-bottom: 1px solid rgba(138, 158, 140, 0.22); }
.statements li::before {
  content: '';
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--sage-light);
  flex-shrink: 0;
  transform: translateY(-2px);
  transition: background 0.6s;
}
.statements li:hover::before { background: var(--teal); }
.founder {
  position: relative;
  padding: 3rem 2.75rem;
  border-radius: 32px;
  background: rgba(245, 240, 232, 0.75);
  border: 1px solid rgba(138, 158, 140, 0.22);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.founder::before {
  content: '';
  position: absolute;
  inset: -30% -20% auto auto;
  width: 60%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(122, 186, 184, 0.3), transparent 70%);
  filter: blur(30px);
  z-index: -1;
}
.founder-mark {
  font-family: var(--font-display);
  font-size: 6rem;
  line-height: 0.6;
  color: var(--sage-light);
  margin-bottom: 1rem;
}
.founder-quote {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 1.7vw, 1.55rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
  color: var(--charcoal);
  margin-bottom: 1.75rem;
}
.founder-who { display: flex; align-items: center; gap: 0.9rem; }
.founder-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sage-light), var(--teal-light));
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  color: var(--dusk);
  font-size: 1.2rem;
}
.founder-name { font-size: 0.9rem; font-weight: 500; color: var(--charcoal); line-height: 1.2; }
.founder-role { font-size: 0.78rem; font-weight: 300; color: var(--soft); }

/* ---------------------------------------------------------------- Voices */
.voices {
  background: var(--linen);
  padding: 8rem 0 7rem;
  overflow: hidden;
}
.voices-head { padding: 0 var(--gutter); margin-bottom: 4rem; }
.marquee {
  position: relative;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 12%, #000 88%, transparent);
}
.marquee-track {
  display: flex;
  gap: 1.5rem;
  width: max-content;
  padding: 0.5rem 0;
  animation: marquee 80s linear infinite;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
.voice {
  width: clamp(280px, 30vw, 380px);
  padding: 2rem 2rem 1.75rem;
  border-radius: 24px;
  background: var(--white);
  border: 1px solid rgba(138, 158, 140, 0.2);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  transition: transform 0.6s var(--ease-out), box-shadow 0.6s var(--ease-out);
}
.voice:hover { transform: translateY(-4px); box-shadow: 0 30px 50px -35px rgba(44, 44, 42, 0.35); }
.voice-quote {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.5;
  color: var(--charcoal);
  flex: 1;
}
.voice-who { font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--soft); }
.stats {
  display: flex;
  justify-content: center;
  gap: clamp(2rem, 8vw, 7rem);
  margin-top: 5rem;
  padding: 0 var(--gutter);
  flex-wrap: wrap;
}
.stat { text-align: center; }
.stat-num {
  font-family: var(--font-display);
  font-size: clamp(3rem, 6vw, 4.5rem);
  font-weight: 300;
  line-height: 1;
  color: var(--charcoal);
  font-variant-numeric: tabular-nums;
}
.stat-label {
  margin-top: 0.6rem;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--soft);
}

/* ---------------------------------------------------------------- Horizon */
.horizon {
  background: linear-gradient(to bottom, var(--linen) 0%, var(--linen-dark) 60%, var(--mist) 100%);
  padding: 8rem var(--gutter) 9rem;
  overflow: hidden;
}
.horizon-head { max-width: 640px; margin: 0 auto 3rem; }
.horizon-art {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.horizon-art svg { width: 100%; height: auto; overflow: visible; }
.horizon-sun { fill: url(#sunGrad); opacity: 0; transition: opacity 2s var(--ease-out); }
.horizon-arc {
  fill: none;
  stroke: var(--sage-dark);
  stroke-width: 1.25;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset 2.6s var(--ease-out) 0.2s;
}
.horizon-line { stroke: rgba(92, 114, 96, 0.25); stroke-width: 1; }
.horizon-stem {
  stroke: rgba(92, 114, 96, 0.35);
  stroke-width: 1;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset 1s var(--ease-out);
}
.is-visible .horizon-stem { stroke-dashoffset: 0; }
.is-visible .horizon-stem:nth-of-type(1) { transition-delay: 1.1s; }
.is-visible .horizon-stem:nth-of-type(2) { transition-delay: 1.6s; }
.is-visible .horizon-stem:nth-of-type(3) { transition-delay: 2.1s; }
.is-visible .horizon-stem:nth-of-type(4) { transition-delay: 2.6s; }
.horizon-dot {
  fill: var(--linen);
  stroke: var(--teal);
  stroke-width: 1.5;
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(0.4);
  transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out);
}
.horizon-dot-core { fill: var(--teal); }
.is-visible .horizon-sun { opacity: 1; }
.is-visible .horizon-arc { stroke-dashoffset: 0; }
.is-visible .horizon-dot { opacity: 1; transform: none; }
.is-visible .horizon-dot:nth-of-type(1) { transition-delay: 0.9s; }
.is-visible .horizon-dot:nth-of-type(2) { transition-delay: 1.4s; }
.is-visible .horizon-dot:nth-of-type(3) { transition-delay: 1.9s; }
.is-visible .horizon-dot:nth-of-type(4) { transition-delay: 2.4s; }
.horizon-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: -1rem;
  list-style: none;
}
.horizon-item { text-align: center; padding: 0 0.5rem; }
.horizon-tag {
  display: inline-block;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sage-dark);
  margin-bottom: 0.9rem;
}
.horizon-title {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 400;
  color: var(--charcoal);
  margin-bottom: 0.6rem;
}
.horizon-desc { font-size: 0.88rem; font-weight: 300; color: var(--muted); line-height: 1.65; }

/* ---------------------------------------------------------------- Join */
.join {
  background: var(--dusk);
  padding: 9rem var(--gutter);
  text-align: center;
  overflow: hidden;
  isolation: isolate;
}
.join .field .blob { opacity: 0.55; }
.join .blob-1 .blob-inner { background: radial-gradient(circle, rgba(122, 186, 184, 0.55), transparent 70%); }
.join .blob-2 .blob-inner { background: radial-gradient(circle, rgba(138, 158, 140, 0.5), transparent 70%); }
.join .blob-3 .blob-inner { background: radial-gradient(circle, rgba(46, 102, 100, 0.9), transparent 70%); }
.join-inner { display: flex; flex-direction: column; align-items: center; }
.join .orb { --orb-size: 120px; margin-bottom: 2.5rem; }
.join .headline { max-width: 16em; }
.join .lede { margin: 1.5rem auto 2.75rem; text-align: center; }
.join-form {
  display: flex;
  gap: 0.6rem;
  width: min(100%, 520px);
  padding: 0.4rem;
  border-radius: 100px;
  background: rgba(245, 240, 232, 0.08);
  border: 1px solid rgba(245, 240, 232, 0.18);
  transition: border-color 0.5s, box-shadow 0.6s var(--ease-out);
}
.join-form:focus-within {
  border-color: rgba(122, 186, 184, 0.7);
  box-shadow: 0 0 0 6px rgba(122, 186, 184, 0.12), 0 20px 60px -30px rgba(122, 186, 184, 0.5);
}
.join-input {
  flex: 1;
  min-width: 0;
  padding: 0.8rem 1.25rem;
  border: 0;
  background: transparent;
  color: var(--linen);
  font-family: var(--font-body);
  font-size: 0.95rem;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
.join-input::placeholder { color: rgba(245, 240, 232, 0.4); }
.join-form .btn { padding-block: 0.8rem; white-space: nowrap; }
.join-form.is-done { justify-content: center; }
.join-form.is-done .join-input { display: none; }
.join-note {
  margin-top: 1rem;
  font-size: 0.78rem;
  font-weight: 300;
  color: rgba(245, 240, 232, 0.45);
  min-height: 1.2em;
}
.join .store-links { justify-content: center; margin-top: 2.5rem; }

/* ---------------------------------------------------------------- FAQ */
.faq { background: var(--linen); padding: 8rem var(--gutter); }
.faq-list { margin-top: 3.5rem; border-top: 1px solid rgba(138, 158, 140, 0.25); }
.faq-item { border-bottom: 1px solid rgba(138, 158, 140, 0.25); }
.faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding: 1.6rem 0;
  border: 0;
  background: transparent;
  text-align: left;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 1.6vw, 1.45rem);
  font-weight: 400;
  color: var(--charcoal);
  cursor: pointer;
  transition: color 0.4s;
}
.faq-q:hover { color: var(--teal-dark); }
.faq-icon {
  position: relative;
  width: 28px; height: 28px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid rgba(138, 158, 140, 0.4);
  transition: background 0.5s, border-color 0.5s, transform 0.7s var(--ease-out);
}
.faq-icon::before, .faq-icon::after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  width: 10px; height: 1px;
  background: var(--teal);
  transform: translate(-50%, -50%);
  transition: transform 0.7s var(--ease-out), background 0.5s;
}
.faq-icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item.is-open .faq-icon { background: var(--teal); border-color: var(--teal); transform: rotate(180deg); }
.faq-item.is-open .faq-icon::before, .faq-item.is-open .faq-icon::after { background: var(--white); }
.faq-item.is-open .faq-icon::after { transform: translate(-50%, -50%) rotate(0deg); }
.faq-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.7s var(--ease-out);
}
.faq-item.is-open .faq-body { grid-template-rows: 1fr; }
.faq-body > div { overflow: hidden; }
.faq-a {
  padding: 0 0 1.75rem;
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.8;
  color: var(--muted);
  max-width: 60ch;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.6s var(--ease-out), transform 0.6s var(--ease-out);
}
.faq-item.is-open .faq-a { opacity: 1; transform: none; transition-delay: 0.15s; }
.faq-a a { color: var(--teal-dark); }

/* ---------------------------------------------------------------- Responsive */
@media (max-width: 960px) {
  .breathe-inner, .lumina-inner, .for-you-inner { grid-template-columns: 1fr; gap: 3.5rem; }
  .breathe-inner .breath-stage { order: -1; width: min(100%, 340px); }
  .features-grid { grid-template-columns: 1fr; gap: 0; }
  .stage { display: none; }
  .feature { opacity: 1; padding: 3.5rem 0; }
  .feature-viz { display: block; width: min(100%, 220px); margin: 0 0 2rem; }
  .horizon-items { grid-template-columns: repeat(2, 1fr); gap: 2.5rem 1.5rem; margin-top: 1rem; }
}
@media (max-width: 600px) {
  .hero { padding-top: 7rem; padding-bottom: 6rem; }
  .space, .breathe, .lumina, .for-you, .join, .faq { padding-top: 6rem; padding-bottom: 6rem; }
  .features { padding-top: 6rem; }
  .voices { padding-top: 6rem; padding-bottom: 5rem; }
  .horizon { padding-bottom: 6rem; }
  .join-form { flex-direction: column; border-radius: 28px; padding: 0.5rem; }
  .join-input { text-align: center; padding: 0.9rem 1rem; }
  .join-form .btn { width: 100%; }
  .horizon-items { grid-template-columns: 1fr; }
  .horizon-item { text-align: left; }
  .founder { padding: 2.25rem 1.75rem; }
  .blob { filter: blur(50px); }
}
