/* =========================================================================
   Mommy Refuel — landing (magazine-grid art direction)
   Vanilla CSS. One sans family (Manrope). Warm, soft, premium health-tech.
   ========================================================================= */

:root {
  --background: #f9f1ec;
  --background-soft: #f3e7e1;
  --card: #fffaf7;
  --rose-glow: #f3c4d0;
  --text-primary: #322129;
  --text-secondary: #7d716d;
  --accent: #c85f7f;
  --pink: #d76a8a;
  --accent-soft: #e6b7c5;
  --sage: #b9c6b1;
  --white: #fffaf7;
  --dark: #21131a;
  --line: rgba(50, 33, 41, 0.1);
  --line-2: rgba(50, 33, 41, 0.14);
  --line-light: rgba(255, 250, 247, 0.16);

  --sans: "Manrope", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --display: clamp(2.4rem, 8vw, 5.4rem);
  --h2: clamp(1.9rem, 3.4vw, 3rem);
  --h3: clamp(1.35rem, 2vw, 1.9rem);

  --gutter: clamp(1.15rem, 4vw, 4.5rem);
  --maxw: 1240px;
  --radius: 18px;
  --radius-lg: 26px;
  --ease: cubic-bezier(0.22, 0.7, 0.2, 1);
  --shadow: 0 26px 60px -44px rgba(50, 33, 41, 0.5);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: clip; }
body {
  min-height: 100svh; font-family: var(--sans); font-size: clamp(0.95rem, 1vw, 1.05rem);
  line-height: 1.6; color: var(--text-primary); background: var(--background);
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  overflow-x: clip; overflow-wrap: break-word;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
[hidden] { display: none !important; }
::selection { background: rgba(200, 95, 127, 0.22); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
:where(a, button, input, textarea, select, [tabindex]):focus-visible { outline: 2.5px solid var(--accent); outline-offset: 3px; border-radius: 6px; }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 100; background: var(--dark); color: var(--white); padding: 0.6rem 1rem; border-radius: 8px; text-decoration: none; transition: top 0.2s ease; }
.skip-link:focus { top: 1rem; }

.grain {
  position: fixed; inset: 0; z-index: 95; pointer-events: none; opacity: 0.26; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.3'/%3E%3C/svg%3E");
}
.cursor-glow {
  position: fixed; top: 0; left: 0; z-index: 0; width: 40vmax; height: 40vmax; pointer-events: none;
  opacity: 0; transform: translate3d(-50%, -50%, 0);
  background: radial-gradient(circle, rgba(215, 106, 138, 0.12), transparent 62%); transition: opacity 0.6s ease;
}
.cursor-glow.is-on { opacity: 1; }

/* ---- pills & shared ---- */
.pill {
  display: inline-flex; align-items: center; gap: 0.5rem; border: 0; cursor: pointer; font: inherit;
  font-weight: 600; font-size: 0.92rem; color: var(--white); background: var(--pink);
  border-radius: 999px; padding: 0.6rem 1.25rem; text-decoration: none;
  transition: background 0.3s var(--ease), transform 0.2s ease, box-shadow 0.3s ease;
  box-shadow: 0 10px 24px -14px rgba(215, 106, 138, 0.9);
}
.pill:hover { background: var(--accent); transform: translateY(-1px); }
.pill:active { transform: translateY(0); }
.kicker { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent); margin-bottom: 1rem; }
.section__title { font-weight: 700; font-size: var(--h2); line-height: 1.04; letter-spacing: -0.025em; }

/* ===================== MASTHEAD ===================== */
.masthead {
  position: fixed; inset: 0 0 auto 0; z-index: 60; display: flex; align-items: center; gap: 1.5rem;
  justify-content: space-between; padding: clamp(0.9rem, 2vw, 1.4rem) var(--gutter);
  transition: background-color 0.4s ease, backdrop-filter 0.4s ease, box-shadow 0.4s ease;
}
.masthead.is-scrolled { background-color: color-mix(in oklab, var(--background) 82%, transparent); backdrop-filter: blur(10px); box-shadow: 0 1px 0 var(--line); }
.brand { display: inline-flex; align-items: center; gap: 0.6rem; text-decoration: none; color: var(--text-primary); }
.brand__mono { font-weight: 800; font-size: 0.85rem; color: var(--accent); border: 1.5px solid currentColor; border-radius: 50%; width: 2rem; height: 2rem; display: grid; place-items: center; }
.brand__word { font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; font-size: 0.74rem; }
.nav { display: flex; gap: clamp(1rem, 2vw, 2rem); }
.navlink { position: relative; text-decoration: none; font-weight: 600; font-size: 0.82rem; color: var(--text-primary); padding-bottom: 3px; }
.navlink::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1.5px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform 0.35s var(--ease); }
.navlink:hover::after, .navlink:focus-visible::after { transform: scaleX(1); }
.pill--nav { font-size: 0.8rem; padding: 0.55rem 1.15rem; }

/* ===================== HERO ===================== */
.hero {
  position: relative; max-width: var(--maxw); margin-inline: auto; min-height: 100svh;
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.06fr); align-items: center;
  gap: clamp(1.5rem, 4vw, 3rem); padding: clamp(6rem, 12vh, 8rem) var(--gutter) clamp(3rem, 8vh, 5rem);
  isolation: isolate;
}
.hero__copy { position: relative; z-index: 3; }
.hero__title { font-size: var(--display); line-height: 0.96; letter-spacing: -0.035em; }
.title-block { display: block; }
.title-block--lead { font-weight: 700; }
.title-block--soft { font-weight: 600; color: var(--accent); margin-top: 0.1em; }
.ln { display: block; overflow: hidden; padding-bottom: 0.04em; }
.ln__mask { display: block; }
.hero__lead { margin-top: clamp(1.25rem, 3vw, 1.75rem); max-width: 30rem; font-size: clamp(1rem, 1.3vw, 1.18rem); color: var(--text-secondary); }

.hero__stage { position: relative; z-index: 1; align-self: center; height: 100%; min-height: clamp(320px, 46vw, 560px); }
.hero__scroll { position: absolute; right: var(--gutter); bottom: clamp(1.5rem, 4vh, 2.5rem); z-index: 3; font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-secondary); display: inline-flex; align-items: center; gap: 0.6rem; }
.hero__scroll-arw { display: grid; place-items: center; width: 1.9rem; height: 1.9rem; border: 1px solid var(--line-2); border-radius: 50%; animation: bob 2.4s ease-in-out infinite; }
@keyframes bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(3px); } }

/* hero notes / annotations */
.hero__notes { list-style: none; position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.note { position: absolute; max-width: 9.5rem; font-size: 0.78rem; line-height: 1.35; color: var(--text-secondary); }
.note b { display: block; color: var(--text-primary); font-weight: 700; }
.note__dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); margin-bottom: 0.35rem; box-shadow: 0 0 0 4px rgba(200,95,127,0.14); }
.note--a { top: 8%; right: -2%; }
.note--b { top: 44%; right: -6%; }
.note--c { bottom: 16%; left: 2%; }

/* ===================== REFUEL CORE ===================== */
.core { position: absolute; inset: 0; margin: auto; width: min(115%, 620px); aspect-ratio: 1; pointer-events: none; }
.core__stage { position: absolute; inset: 0; }
.core__layer { position: absolute; inset: 0; translate: calc(var(--px,0)*var(--depth)*1px) calc(var(--py,0)*var(--depth)*1px); transition: translate 0.6s ease-out; will-change: translate; }
.core__img { background: url("../svg/refuel-core.svg") center / contain no-repeat; animation: coreSpin 120s linear infinite, breathe 9s ease-in-out infinite; }
.core__bloom { background: radial-gradient(circle at 52% 46%, rgba(255,255,255,0.9), rgba(246,184,200,0.35) 26%, transparent 55%); mix-blend-mode: screen; animation: breathe 7s ease-in-out infinite; }
.core__spark { border-radius: 50%; background: #fff; box-shadow: 0 0 8px 2px rgba(255,255,255,0.9); width: 5px; height: 5px; }
.core__spark--1 { top: 30%; left: 60%; animation: twinkle 4s ease-in-out infinite; }
.core__spark--2 { top: 58%; left: 40%; width: 4px; height: 4px; animation: twinkle 5s ease-in-out infinite 1s; }
.core__spark--3 { top: 44%; left: 72%; width: 3px; height: 3px; animation: twinkle 6s ease-in-out infinite 0.5s; }
@keyframes coreSpin { to { rotate: 360deg; } }
@keyframes breathe { 0%,100% { scale: 1; } 50% { scale: 1.04; } }
@keyframes twinkle { 0%,100% { opacity: 0.3; scale: 0.8; } 50% { opacity: 1; scale: 1.2; } }

/* ===================== WAITLIST ===================== */
.wl { max-width: 30rem; }
.wl__label { display: block; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent); margin-bottom: 0.7rem; }
.wl__row { display: flex; align-items: center; gap: 0.5rem; background: var(--card); border: 1px solid var(--line-2); border-radius: 999px; padding: 0.4rem 0.4rem 0.4rem 1.25rem; transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease); }
.wl__row:focus-within { border-color: var(--accent); box-shadow: 0 0 0 4px rgba(200,95,127,0.1); }
.wl__row.is-invalid { border-color: #b4566a; }
.wl__input { flex: 1; min-width: 0; border: 0; background: transparent; font: inherit; font-size: 1rem; color: var(--text-primary); padding: 0.6rem 0; }
.wl__input::placeholder { color: color-mix(in oklab, var(--text-secondary), transparent 20%); }
.wl__input:focus { outline: none; }
.wl__submit { position: relative; flex: none; width: 2.9rem; height: 2.9rem; border: 0; border-radius: 50%; background: var(--pink); color: var(--white); cursor: pointer; display: grid; place-items: center; transition: background 0.3s var(--ease), transform 0.25s ease-out; box-shadow: 0 10px 22px -12px rgba(215,106,138,0.9); }
.wl__submit:hover { background: var(--accent); }
.wl__submit[aria-busy="true"] { cursor: progress; }
.wl__submit[aria-busy="true"] .wl__arrow { opacity: 0; }
.wl__arrow { transition: transform 0.3s var(--ease); }
.wl__submit:hover .wl__arrow { transform: translateX(2px); }
.wl__spinner { position: absolute; inset: 0; margin: auto; width: 1.05rem; height: 1.05rem; border-radius: 50%; border: 2px solid rgba(255,255,255,0.45); border-top-color: #fff; opacity: 0; animation: spin 0.7s linear infinite; }
[aria-busy="true"] .wl__spinner, .pill--submit[aria-busy="true"] .wl__spinner { opacity: 1; }
@keyframes spin { to { transform: rotate(1turn); } }
.wl__error { min-height: 1.1rem; margin-top: 0.5rem; padding-left: 1.25rem; font-size: 0.82rem; color: #a4384f; }
.wl__hint { margin-top: 0.6rem; padding-left: 1.25rem; font-size: 0.8rem; color: var(--text-secondary); display: flex; align-items: center; gap: 0.4rem; }
.shield { width: 12px; height: 14px; flex: none; background: var(--accent); opacity: 0.6; clip-path: polygon(50% 0, 100% 22%, 100% 60%, 50% 100%, 0 60%, 0 22%); }
.wl__success { display: flex; align-items: center; gap: 0.75rem; margin-top: 0.9rem; padding: 0.85rem 1.1rem; border: 1px solid rgba(185,198,177,0.6); background: rgba(185,198,177,0.2); border-radius: var(--radius); font-size: 0.95rem; }
.wl__success-mark { flex: none; display: grid; place-items: center; width: 2rem; height: 2rem; border-radius: 50%; background: var(--sage); color: var(--white); }

/* ===================== 01 · REALITY ===================== */
.reality {
  background: var(--background-soft); display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; gap: 0;
}
.reality__text { padding: clamp(3rem, 8vh, 6rem) var(--gutter); align-self: center; max-width: 42rem; }
.reality__head { font-weight: 700; font-size: clamp(1.8rem, 4vw, 3.2rem); line-height: 1.04; letter-spacing: -0.03em; }
.reality__body { margin-top: 1.4rem; max-width: 32rem; color: var(--text-secondary); font-size: clamp(1rem, 1.3vw, 1.15rem); }
.reality__turn { margin-top: 1.2rem; color: var(--accent); font-weight: 600; font-size: clamp(1rem, 1.3vw, 1.15rem); }
.reality__visual { position: relative; overflow: hidden; min-height: 320px; }
.reality__glow { position: absolute; inset: 0; background:
  radial-gradient(70% 60% at 60% 35%, rgba(243,196,208,0.9), transparent 62%),
  radial-gradient(60% 60% at 30% 80%, rgba(185,198,177,0.55), transparent 60%),
  linear-gradient(120deg, #f6ddd8, #efc9cf); }

/* ===================== GRID ROWS ===================== */
.grid3 {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 3vw, 3rem);
  max-width: var(--maxw); margin-inline: auto; padding: clamp(3.5rem, 9vh, 6.5rem) var(--gutter);
}
.grid3--soft { background: transparent; }
.col { display: flex; flex-direction: column; min-width: 0; }
.col > *, .card { max-width: 100%; }
.col__title { font-weight: 700; font-size: var(--h3); line-height: 1.08; letter-spacing: -0.02em; }
.col__lead { margin-top: 0.8rem; margin-bottom: 1.6rem; color: var(--text-secondary); font-size: 0.98rem; max-width: 26rem; }
.col__fine { margin-top: 1rem; font-size: 0.82rem; color: var(--text-secondary); }
.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }

/* check-in card */
.checkin { padding: clamp(1.1rem, 2vw, 1.5rem); }
.card__q { display: block; font-size: 0.9rem; font-weight: 700; margin-bottom: 0.9rem; }
.card__q--sm { font-size: 0.78rem; color: var(--text-secondary); margin: 1rem 0 0.5rem; font-weight: 600; }
.faces { display: flex; justify-content: space-between; gap: 0.3rem; margin-bottom: 1.2rem; }
.face { flex: 1; min-width: 0; border: 0; background: transparent; cursor: pointer; font: inherit; display: flex; flex-direction: column; align-items: center; gap: 0.3rem; padding: 0.3rem 0.1rem; border-radius: 12px; color: var(--text-secondary); }
.face svg { width: 34px; height: 34px; }
.face .fc { fill: none; stroke: var(--line-2); stroke-width: 1.6; }
.face .fe { fill: var(--text-secondary); }
.face .fm { fill: none; stroke: var(--text-secondary); stroke-width: 1.6; stroke-linecap: round; }
.face span { font-size: 0.66rem; }
.face[aria-pressed="true"] { color: var(--accent); }
.face[aria-pressed="true"] .fc { stroke: var(--accent); fill: rgba(200,95,127,0.08); }
.face[aria-pressed="true"] .fe { fill: var(--accent); }
.face[aria-pressed="true"] .fm { stroke: var(--accent); }
.ci-line { display: grid; grid-template-columns: 6.5rem 1fr auto; align-items: center; gap: 0.75rem; padding: 0.6rem 0; border-top: 1px solid var(--line); font-size: 0.85rem; }
.ci-line label { color: var(--text-secondary); }
.ci-line__val { color: var(--accent); font-size: 0.8rem; }
.ci-line__val b { font-weight: 700; }
.ci-range { -webkit-appearance: none; appearance: none; width: 100%; height: 5px; border-radius: 999px; background: linear-gradient(90deg, var(--accent) var(--fill,40%), var(--background-soft) var(--fill,40%)); cursor: pointer; }
.ci-range::-webkit-slider-thumb { -webkit-appearance: none; width: 18px; height: 18px; border-radius: 50%; background: var(--white); border: 2px solid var(--accent); box-shadow: 0 1px 5px rgba(50,33,41,0.25); }
.ci-range::-moz-range-thumb { width: 18px; height: 18px; border-radius: 50%; background: var(--white); border: 2px solid var(--accent); }
.ci-line--select .ci-select { grid-column: 2 / -1; justify-self: end; }
.ci-select { font: inherit; font-size: 0.85rem; border: 1px solid var(--line-2); border-radius: 8px; padding: 0.35rem 0.6rem; background: var(--card); color: var(--text-primary); cursor: pointer; }
.ci-note { width: 100%; font: inherit; font-size: 0.9rem; resize: vertical; min-height: 3rem; padding: 0.7rem 0.9rem; border: 1px solid var(--line-2); border-radius: 12px; background: var(--background); }
.ci-note:focus { outline: none; border-color: var(--accent); }

/* score card */
.score { padding: clamp(1.2rem, 2.2vw, 1.6rem); }
.score__grid { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 0.5rem; }
.score__col { list-style: none; display: grid; gap: 1rem; font-size: 0.8rem; color: var(--text-secondary); }
.score__col b { color: var(--text-primary); font-weight: 700; }
.score__col--l li { display: flex; align-items: center; gap: 0.45rem; }
.score__col--r li { display: flex; align-items: center; justify-content: flex-end; gap: 0.45rem; }
.fdot { width: 18px; height: 18px; border-radius: 6px; background: rgba(200,95,127,0.12); flex: none; }
.score__dial { position: relative; width: clamp(120px, 12vw, 160px); aspect-ratio: 1; margin-inline: auto; }
.score__ring { width: 100%; height: 100%; transform: rotate(-90deg); }
.score__track { fill: none; stroke: rgba(200,95,127,0.14); stroke-width: 10; }
.score__value { fill: none; stroke: url(#none) var(--accent); stroke: var(--accent); stroke-width: 10; stroke-linecap: round; stroke-dasharray: 603; stroke-dashoffset: 603; transition: stroke-dashoffset 1.4s var(--ease); }
.score__center { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; }
.score__num { display: block; font-weight: 800; font-size: clamp(1.8rem, 3vw, 2.4rem); line-height: 1; color: var(--accent); }
.score__label { font-size: 0.6rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-secondary); }
.score__better { display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; margin-top: 1.2rem; padding: 0.7rem 0.9rem; border: 1px solid var(--line); border-radius: 12px; font-size: 0.85rem; font-weight: 600; }
.score__better-arw { display: grid; place-items: center; width: 1.7rem; height: 1.7rem; border-radius: 50%; background: rgba(185,198,177,0.28); color: #4b7a54; }
.score__note { margin-top: 1rem; font-size: 0.75rem; text-align: center; color: var(--text-secondary); }

/* action cards */
.action-cards { list-style: none; display: grid; gap: 0.6rem; }
.action-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 0.9rem; padding: 0.9rem 1rem; background: var(--card); border: 1px solid var(--line); border-radius: 14px; text-decoration: none; color: var(--text-primary); font-size: 0.9rem; font-weight: 500; transition: border-color 0.25s var(--ease), transform 0.25s var(--ease), box-shadow 0.25s var(--ease); }
.action-card:hover { border-color: var(--accent-soft); transform: translateX(3px); box-shadow: var(--shadow); }
.action-card__ico { display: grid; place-items: center; width: 2rem; height: 2rem; border-radius: 9px; background: rgba(200,95,127,0.1); color: var(--accent); font-size: 0.95rem; }
.action-card__chev { color: var(--accent); font-size: 1.1rem; }
.see-all { margin-top: 1rem; align-self: flex-start; text-decoration: none; font-weight: 600; font-size: 0.9rem; color: var(--accent); display: inline-flex; gap: 0.4rem; }

/* care */
.care__steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.5rem; margin-bottom: 1.2rem; }
.care__step { font-size: 0.68rem; color: var(--text-secondary); text-align: center; display: flex; flex-direction: column; align-items: center; gap: 0.35rem; }
.care__step i { display: grid; place-items: center; width: 2.1rem; height: 2.1rem; border-radius: 50%; border: 1px solid var(--line-2); font-style: normal; font-size: 0.95rem; }
.care__step.is-active { color: var(--text-primary); }
.care__step.is-active i { background: var(--accent); border-color: var(--accent); color: var(--white); }
.care__card { padding: 1.1rem 1.2rem; }
.care__msg { font-size: 0.95rem; margin-bottom: 1rem; }
.care__row { display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; flex-wrap: wrap; }
.care__to { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.82rem; color: var(--text-secondary); }
.avatars { display: inline-flex; }
.avatars i { width: 1.4rem; height: 1.4rem; border-radius: 50%; border: 2px solid var(--card); background: linear-gradient(135deg, var(--accent-soft), var(--sage)); display: inline-block; }
.avatars i:nth-child(2) { margin-left: -0.6rem; }
.care__who { font: inherit; font-size: 0.82rem; border: 0; background: transparent; color: var(--text-primary); font-weight: 600; cursor: pointer; }
.care__confirm { margin-top: 0.9rem; font-weight: 600; font-size: 0.85rem; color: #4b7a54; display: flex; align-items: center; gap: 0.4rem; }

/* recovery paths */
.path { display: flex; align-items: flex-start; gap: 0.9rem; padding: 1.1rem 1.2rem; margin-bottom: 0.75rem; }
.path b { display: block; margin-bottom: 0.25rem; }
.path p { font-size: 0.86rem; color: var(--text-secondary); }
.path__ico { flex: none; display: grid; place-items: center; width: 2.4rem; height: 2.4rem; border-radius: 12px; font-size: 1.1rem; }
.path__ico--calm { background: rgba(185,198,177,0.28); color: #567a5c; }
.path__ico--alert { background: rgba(200,95,127,0.14); color: var(--accent); }
.path--safety { border-color: rgba(200,95,127,0.3); }

/* assistant */
.assistant__chips { display: flex; flex-direction: column; gap: 0.5rem; margin-bottom: 1rem; }
.prompt-chip { border: 1px solid var(--line-2); background: var(--card); color: var(--text-primary); font: inherit; font-size: 0.85rem; font-weight: 500; cursor: pointer; padding: 0.65rem 1rem; border-radius: 999px; text-align: center; transition: all 0.25s var(--ease); }
.prompt-chip:hover { border-color: var(--accent); }
.prompt-chip[aria-pressed="true"] { background: var(--accent); border-color: var(--accent); color: var(--white); }
.assistant__answer { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.1rem 1.2rem; box-shadow: var(--shadow); font-size: 0.92rem; line-height: 1.5; margin-bottom: 0.9rem; }
.assistant__bar { display: flex; align-items: center; justify-content: space-between; gap: 0.5rem; background: var(--card); border: 1px solid var(--line-2); border-radius: 999px; padding: 0.4rem 0.4rem 0.4rem 1.2rem; color: var(--text-secondary); font-size: 0.9rem; }
.wl__submit--accent { width: 2.6rem; height: 2.6rem; }

/* ===================== 08 · ECOSYSTEM ===================== */
.ecosystem { display: grid; grid-template-columns: 0.9fr 1.1fr; align-items: center; gap: clamp(2rem, 5vw, 4rem); max-width: var(--maxw); margin-inline: auto; padding: clamp(3.5rem, 9vh, 6.5rem) var(--gutter); }
.orbit { position: relative; width: min(100%, 560px); aspect-ratio: 1.05; margin-inline: auto; }
.orbit__center { position: absolute; inset: 0; margin: auto; width: 5.5rem; height: 5.5rem; border-radius: 50%; display: grid; place-items: center; background: var(--pink); color: var(--white); font-weight: 800; letter-spacing: 0.05em; z-index: 2; box-shadow: 0 0 0 10px rgba(215,106,138,0.12), var(--shadow); }
.orbit__ring { position: absolute; inset: 0; margin: auto; border-radius: 50%; border: 1px dashed var(--line-2); }
.orbit__ring--a { width: 46%; height: 46%; animation: spinSlow 90s linear infinite; }
.orbit__ring--b { width: 88%; height: 88%; animation: spinSlow 140s linear infinite reverse; }
@keyframes spinSlow { to { transform: rotate(360deg); } }
.orbit__node {
  position: absolute; top: 50%; left: 50%; --r: min(32vw, 232px);
  transform: translate(-50%, -50%) rotate(calc(var(--a)*1deg)) translateY(calc(var(--r)*-1)) rotate(calc(var(--a)*-1deg));
  display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: 0.5rem; align-items: center;
  border: 1px solid var(--line); background: var(--card); border-radius: 14px; box-shadow: var(--shadow);
  padding: 0.55rem 0.75rem; cursor: pointer; text-align: left; width: 9.5rem; transition: border-color 0.3s var(--ease), transform 0.3s var(--ease); font: inherit;
}
.orbit__node:hover, .orbit__node:focus-visible { border-color: var(--accent-soft); }
.orbit__node i { grid-row: 1 / 3; display: grid; place-items: center; width: 2rem; height: 2rem; border-radius: 9px; background: rgba(200,95,127,0.1); color: var(--accent); font-style: normal; font-size: 0.95rem; }
.orbit__node b { font-size: 0.82rem; font-weight: 700; }
.orbit__node em { font-style: normal; font-size: 0.66rem; color: var(--text-secondary); }

/* ===================== 09 · CTA ===================== */
.cta { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(2rem, 5vw, 4rem); max-width: var(--maxw); margin-inline: auto; padding: clamp(3.5rem, 9vh, 6rem) var(--gutter); }
.cta__glow { position: absolute; border-radius: 50%; filter: blur(60px); pointer-events: none; z-index: 0; }
.cta__glow--1 { width: 30vw; height: 30vw; right: -6vw; bottom: -10vw; background: radial-gradient(circle, rgba(243,196,208,0.8), transparent 65%); }
.cta__glow--2 { width: 20vw; height: 20vw; left: 30%; top: -8vw; background: radial-gradient(circle, rgba(230,183,197,0.6), transparent 65%); }
.cta__text, .cta__form { position: relative; z-index: 1; }
.cta__head { font-weight: 700; font-size: clamp(1.8rem, 3.6vw, 3rem); line-height: 1.05; letter-spacing: -0.025em; }
.cta__accent { color: var(--accent); }
.cta__label { font-weight: 600; margin-bottom: 1rem; }
.wl--row { max-width: 34rem; }
.wl__row--filled { background: var(--card); }
.pill--submit { white-space: nowrap; position: relative; padding: 0.7rem 1.3rem; }

/* ===================== FOOTER ===================== */
.colophon { background: var(--dark); color: var(--white); padding: clamp(2.5rem, 6vh, 4rem) var(--gutter); display: grid; grid-template-columns: auto 1fr; align-items: end; gap: clamp(1.5rem, 4vw, 3rem); }
.colophon__big { font-weight: 800; font-size: clamp(1.5rem, 3vw, 2.4rem); line-height: 0.98; letter-spacing: -0.02em; text-transform: uppercase; }
.colophon__big em { font-style: normal; color: var(--accent-soft); }
.colophon__meta { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 1rem 2.5rem; font-size: 0.82rem; }
.colophon__mail { font-weight: 600; text-decoration: none; color: var(--white); }
.colophon__mail:hover { color: var(--accent-soft); }
.colophon__links { display: flex; gap: 1.5rem; }
.colophon__links a { text-decoration: none; color: rgba(255,250,247,0.75); }
.colophon__links a:hover { color: var(--white); }
.colophon__copy { color: rgba(255,250,247,0.6); }

/* ===================== MOTION ===================== */
@media (prefers-reduced-motion: no-preference) {
  .ln__mask { display: block; transform: translateY(110%); animation: rise 1s var(--ease) both; animation-delay: var(--d, 0s); }
  .reveal { opacity: 0; transform: translateY(18px); animation: rise-fade 0.9s var(--ease) forwards; }
  [data-seq="4"] { animation-delay: 0.35s; }
  [data-seq="5"] { animation-delay: 0.5s; }
  [data-seq="6"] { animation-delay: 0.62s; }
  @keyframes rise { to { transform: translateY(0); } }
  @keyframes rise-fade { to { opacity: 1; transform: translateY(0); } }
  .js .rise { opacity: 0; transform: translateY(26px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
  .js .rise.in { opacity: 1; transform: none; }
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 1024px) {
  .nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: clamp(6rem, 16vh, 9rem); }
  .hero__stage { min-height: min(78vw, 420px); order: -1; }
  .hero__scroll { display: none; }
  .note { display: none; }
  .core { position: relative; width: min(78vw, 400px); margin: 0 auto; overflow: hidden; border-radius: 50%; }
  .core__img { animation: breathe 9s ease-in-out infinite; }
  .grid3 { grid-template-columns: 1fr; max-width: 40rem; }
  .reality { grid-template-columns: 1fr; }
  .reality__visual { min-height: 40vw; order: -1; }
  .ecosystem { grid-template-columns: 1fr; }
  .cta { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .orbit { width: min(92vw, 440px); }
  .orbit__node { --r: min(38vw, 176px); width: 8.2rem; }
  .colophon { grid-template-columns: 1fr; align-items: start; }
  .colophon__meta { justify-content: flex-start; }
}
@media (max-width: 560px) {
  .score__grid { grid-template-columns: 1fr 1fr; grid-template-areas: "l r" "dial dial"; row-gap: 1.3rem; }
  .score__col--l { grid-area: l; }
  .score__col--r { grid-area: r; }
  .score__dial { grid-area: dial; }
}
@media (max-width: 460px) {
  .faces .face span { font-size: 0.58rem; }
  .orbit { width: 90vw; }
  .orbit__node { --r: 36vw; width: 7rem; padding: 0.45rem 0.55rem; }
  .orbit__node em { display: none; }
  .wl__row--filled { flex-wrap: wrap; border-radius: var(--radius); }
  .pill--submit { width: 100%; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .core__img, .core__bloom, .core__spark, .orbit__ring--a, .orbit__ring--b, .hero__scroll-arw { animation: none !important; }
  .core__layer { translate: none !important; }
  .cursor-glow { display: none; }
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
}
