@font-face { font-family: "Lora"; src: url("/fonts/lora-latin.woff2") format("woff2"); font-display: swap; }
@font-face { font-family: "DM Sans"; src: url("/fonts/dm-sans-latin.woff2") format("woff2"); font-display: swap; }

:root {
  --ink: #172032;
  --navy: #0e1c31;
  --navy-2: #152744;
  --ivory: #f7f3ea;
  --paper: #fffdf8;
  --lavender: #c8c0ff;
  --lavender-deep: #5348c7;
  --lavender-soft: #eeebff;
  --mint: #bce6d5;
  --mint-soft: #e9f6f0;
  --sage: #2e7259;
  --muted: #667085;
  --line: rgba(23, 32, 50, .14);
  --line-dark: rgba(255, 255, 255, .16);
  --serif: "Lora", Georgia, serif;
  --sans: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.home-page { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
.home-page [hidden] { display: none !important; }
.home-page a { color: inherit; }
.home-page button { font: inherit; }
.home-page img { max-width: 100%; }
.home-page .shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.home-page .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; }
.home-page .skip-link { position: fixed; top: -64px; left: 16px; z-index: 100; padding: 12px 16px; border-radius: 4px; color: #fff; background: var(--lavender-deep); text-decoration: none; transition: top .2s ease; }
.home-page .skip-link:focus { top: 16px; }

/* Navigation */
.home-page .announcement { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 14px; padding: 7px 24px; color: var(--navy); background: var(--mint); font-size: 11px; font-weight: 750; letter-spacing: .01em; }
.home-page .announcement a { min-height: 44px; display: inline-flex; align-items: center; font-weight: 650; text-underline-offset: 3px; }
.home-page .nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line-dark); border-radius: 50%; color: #fff; background: transparent; cursor: pointer; }
.home-page .nav-toggle > span:not(.sr-only) { display: block; width: 20px; height: 2px; margin: 4px auto; border-radius: 2px; background: currentColor; }
.home-page .site-header { position: sticky; top: 0; z-index: 50; min-height: 76px; display: flex; align-items: center; gap: 34px; padding-inline: max(24px, calc((100vw - var(--shell)) / 2)); color: #fff; background: rgba(14, 28, 49, .96); border-bottom: 1px solid var(--line-dark); backdrop-filter: blur(16px); }
.home-page .site-header.is-stuck { box-shadow: 0 14px 34px rgba(4, 11, 23, .18); }
.home-page .brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; color: inherit; font-size: 18px; font-weight: 750; letter-spacing: -.02em; text-decoration: none; }
.home-page .brand img { width: 34px; height: 34px; }
.home-page .primary-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.home-page .primary-nav a { min-height: 44px; display: inline-flex; align-items: center; color: rgba(255, 255, 255, .75); font-size: 13px; font-weight: 650; text-decoration: none; transition: color .18s ease; }
.home-page .primary-nav a:hover { color: #fff; }
.home-page .header-login { color: rgba(255, 255, 255, .88); font-size: 13px; font-weight: 650; text-underline-offset: 4px; }
html[data-member="true"] .home-page .header-login { display: none; }
.home-page .header-cta { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 9px 16px; border: 1px solid rgba(255, 255, 255, .24); border-radius: 999px; color: var(--navy); background: var(--mint); font-size: 13px; font-weight: 750; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.home-page .header-cta:hover { transform: translateY(-1px); background: #d1f1e4; }
.home-page .header-cta.is-account { padding: 4px 14px 4px 4px; color: #fff; background: transparent; }
.home-page .header-account-avatar { width: 34px; height: 34px; display: grid; place-items: center; overflow: hidden; border-radius: 50%; color: var(--navy); background: var(--mint); }
.home-page .header-account-avatar img { width: 100%; height: 100%; object-fit: cover; }
.home-page .header-auth-short { display: none; }

/* Shared editorial language */
.home-page .section-label, .home-page .hero-kicker, .home-page .price-badge { margin: 0 0 16px; color: var(--lavender-deep); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.home-page h1, .home-page h2 { margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; }
.home-page .home-section { padding: 128px 0; }
.home-page .home-section h2 { font-size: clamp(42px, 5vw, 66px); line-height: 1.03; }
.home-page #coach-demo, .home-page #blind-spot, .home-page #how-it-works, .home-page #results, .home-page #access, .home-page #faq { scroll-margin-top: 90px; }
.home-page #demo-client, .home-page #demo-question { scroll-margin-top: 118px; }
.home-page .button, .home-page .home-primary { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 0; border-radius: 999px; color: var(--navy); background: var(--mint); box-shadow: 0 14px 34px rgba(0, 0, 0, .14); font-size: 14px; font-weight: 800; text-decoration: none; transition: transform .2s cubic-bezier(.2, .8, .2, 1), background .2s ease, box-shadow .2s ease; }
.home-page .button:hover, .home-page .home-primary:hover { transform: translateY(-2px); background: #d0f2e4; box-shadow: 0 18px 42px rgba(0, 0, 0, .18); }
.home-page .button:active, .home-page .home-primary:active { transform: translateY(0) scale(.985); }

/* Hero */
.home-page .home-hero { overflow: hidden; color: #fff; background: var(--navy); }
.home-page .hero-inner { min-height: 650px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr); gap: clamp(60px, 8vw, 112px); align-items: center; padding-top: 64px; padding-bottom: 72px; }
.home-page .hero-copy { max-width: 600px; }
.home-page .hero-kicker { color: var(--mint); }
.home-page .home-hero h1 { max-width: 9.5ch; color: #fff; font-size: clamp(56px, 5.7vw, 78px); line-height: .98; }
.home-page .hero-copy > p:not(.hero-kicker, .hero-signin) { max-width: 560px; margin: 28px 0 0; color: rgba(255, 255, 255, .72); font-size: 18px; line-height: 1.65; }
.home-page .hero-actions { margin-top: 34px; }
.home-page .hero-signin { margin: 12px 0 0; color: rgba(255, 255, 255, .58); font-size: 12px; }
.home-page .hero-photo { position: relative; height: 500px; margin: 0; isolation: isolate; }
.home-page .hero-photo::before { position: absolute; inset: -24px -30px 24px 34px; z-index: -1; content: ""; border-radius: 44% 56% 36% 64% / 53% 37% 63% 47%; background: linear-gradient(145deg, rgba(200, 192, 255, .32), rgba(188, 230, 213, .12)); transform: rotate(3deg); }
.home-page .hero-photo > img { width: 100%; height: 100%; display: block; border-radius: 3px 56px 3px 56px; object-fit: cover; object-position: center 36%; filter: saturate(.88) contrast(1.03); box-shadow: 0 34px 70px rgba(3, 10, 22, .36); }
.home-page .hero-product-overlay, .home-page .hero-review-overlay { position: absolute; z-index: 2; display: grid; color: var(--ink); background: rgba(255, 253, 248, .96); box-shadow: 0 20px 50px rgba(3, 10, 22, .22); backdrop-filter: blur(14px); }
.home-page .hero-product-overlay { left: -42px; bottom: 42px; width: min(330px, 76%); grid-template-columns: 1fr auto; gap: 5px 18px; padding: 20px 22px; border-left: 4px solid var(--lavender-deep); }
.home-page .hero-product-overlay span, .home-page .hero-review-overlay span { color: var(--lavender-deep); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.home-page .hero-product-overlay strong { grid-column: 1; font-size: 16px; }
.home-page .hero-product-overlay small { grid-column: 1; color: var(--muted); font-size: 12px; }
.home-page .hero-product-overlay i { grid-column: 2; grid-row: 2 / 4; align-self: center; color: var(--sage); font-size: 12px; font-style: normal; font-weight: 800; }
.home-page .hero-review-overlay { top: 32px; right: -22px; gap: 5px; padding: 15px 18px; border-top: 3px solid var(--mint); }
.home-page .hero-review-overlay strong { font-size: 13px; }

/* Facts */
.home-page .proof-strip { color: var(--ink); background: var(--ivory); border-bottom: 1px solid var(--line); }
.home-page .proof-inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.home-page .proof-inner p { min-height: 118px; display: flex; flex-direction: column; justify-content: center; gap: 5px; margin: 0; padding: 24px 34px; }
.home-page .proof-inner p + p { border-left: 1px solid var(--line); }
.home-page .proof-inner strong { font-family: var(--serif); font-size: 25px; font-weight: 500; }
.home-page .proof-inner span { color: var(--muted); font-size: 12px; }

/* Clinical demo */
.home-page .coach-section { color: var(--ink); background: var(--paper); }
.home-page .coach-layout { display: grid; grid-template-columns: minmax(260px, .6fr) minmax(0, 1.4fr); gap: clamp(60px, 8vw, 110px); align-items: start; }
.home-page .coach-copy { position: sticky; top: 120px; padding-top: 18px; }
.home-page .coach-copy h2 { max-width: 8.5ch; }
.home-page .coach-copy > p:last-child { max-width: 32ch; margin: 24px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.home-page .question-card { padding: 0 0 0 42px; border-left: 1px solid var(--line); }
.home-page .question-meta { display: flex; flex-wrap: wrap; gap: 6px 12px; align-items: baseline; color: var(--lavender-deep); font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.home-page .question-meta b { color: var(--muted); font-weight: 650; letter-spacing: 0; text-transform: none; }
.home-page .question-context { margin: 20px 0 30px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #4b5568; font-size: 15px; line-height: 1.75; }
.home-page .question-card h3 { max-width: 27ch; margin: 0 0 24px; font-family: var(--serif); font-size: 30px; font-weight: 500; line-height: 1.2; letter-spacing: -.02em; }
.home-page .options { display: grid; gap: 0; border-top: 1px solid var(--line); }
.home-page .options button { width: 100%; min-height: 68px; display: grid; grid-template-columns: 34px 1fr; gap: 14px; align-items: center; padding: 14px 6px; border: 0; border-bottom: 1px solid var(--line); color: #394154; background: transparent; text-align: left; cursor: pointer; transition: color .18s ease, background .18s ease, padding .18s ease; }
.home-page .options button:hover { padding-left: 12px; color: var(--ink); background: rgba(200, 192, 255, .1); }
.home-page .options button b { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--lavender-soft); font-size: 12px; }
.home-page .options button span { font-size: 14px; line-height: 1.55; }
.home-page .options button.correct { color: #185944; background: var(--mint-soft); }
.home-page .options button.correct b { color: #fff; background: var(--sage); }
.home-page .options button.incorrect { color: #863d3d; background: #fff3ef; }
.home-page .options button.incorrect b { color: #fff; background: #a54f4b; }
.home-page .coach-response { display: grid; grid-template-columns: 38px 1fr; gap: 14px; margin-top: 28px; padding: 24px 0 0; border-top: 1px solid var(--line); }
.home-page .coach-avatar { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--lavender-deep); font-size: 10px; font-weight: 800; }
.home-page .coach-response strong { font-size: 15px; }
.home-page .coach-response p { margin: 10px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.home-page .coach-response p b { display: block; margin-bottom: 2px; color: var(--ink); font-size: 12px; }
.home-page .demo-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); }
.home-page .demo-cta a { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; padding: 0 16px; border-radius: 999px; color: #fff; background: var(--lavender-deep); font-size: 12px; font-weight: 800; text-decoration: none; }
.home-page .demo-cta small { color: var(--muted); font-size: 12px; }

/* Why people miss */
.home-page .blindspot-section { background: var(--ivory); }
.home-page .blindspot-section > .shell { display: grid; grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr); gap: clamp(64px, 9vw, 130px); }
.home-page .blindspot-heading h2 { max-width: 10ch; }
.home-page .blindspot-heading > p:last-child { max-width: 38ch; margin: 24px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.home-page .blindspot-grid { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.home-page .blindspot-grid li { display: grid; grid-template-columns: 42px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.home-page .blindspot-grid li > span { color: var(--lavender-deep); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.home-page .blindspot-grid strong { font-family: var(--serif); font-size: 23px; font-weight: 500; line-height: 1.25; }
.home-page .blindspot-grid p { margin: 8px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

/* Adaptive loop */
.home-page .adaptive-section { overflow: hidden; background: var(--lavender-soft); }
.home-page .adaptive-heading { max-width: 790px; margin-bottom: 72px; }
.home-page .adaptive-heading h2 { max-width: 13ch; }
.home-page .loop-steps { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-top: 1px solid rgba(117, 105, 223, .28); list-style: none; }
.home-page .loop-steps li { position: relative; padding: 32px 28px 16px 0; opacity: 0; transform: translateY(14px); transition: opacity .55s ease, transform .55s ease; }
.home-page .loop-steps li + li { padding-left: 28px; border-left: 1px solid rgba(117, 105, 223, .28); }
.home-page .loop-num { width: 36px; height: 36px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 50%; color: #fff; background: var(--lavender-deep); font-size: 12px; font-weight: 800; }
.home-page .loop-steps strong { font-family: var(--serif); font-size: 24px; font-weight: 500; }
.home-page .loop-steps p { margin: 10px 0 0; color: #5f6273; font-size: 14px; line-height: 1.6; }
.home-page .loop-steps li::after { position: absolute; top: 49px; left: 36px; right: 0; height: 2px; content: ""; background: var(--lavender-deep); transform: scaleX(0); transform-origin: left; transition: transform .6s cubic-bezier(.2, .8, .2, 1); }
.home-page .loop-steps li + li::after { left: 64px; }
.home-page .loop-steps li:last-child::after { display: none; }
.home-page .loop-steps.is-visible li { opacity: 1; transform: none; }
.home-page .loop-steps.is-visible li::after { transform: scaleX(1); }
.home-page .loop-steps.is-visible li:nth-child(2) { transition-delay: .16s; }
.home-page .loop-steps.is-visible li:nth-child(3) { transition-delay: .32s; }
.home-page .loop-steps.is-visible li:nth-child(4) { transition-delay: .48s; }
.home-page .loop-steps.is-visible li:nth-child(1)::after { transition-delay: .1s; }
.home-page .loop-steps.is-visible li:nth-child(2)::after { transition-delay: .35s; }
.home-page .loop-steps.is-visible li:nth-child(3)::after { transition-delay: .6s; }
.home-page .loop-return { margin: 34px 0 0; color: var(--lavender-deep); font-size: 13px; font-weight: 750; }
.home-page .loop-return span::before { content: "↶"; margin-right: 8px; }
.home-page .retaker-line { max-width: 660px; margin: 28px 0 0; color: #4f5263; font-size: 15px; line-height: 1.65; }

/* Real product state */
.home-page .product-state-section { background: var(--paper); }
.home-page .product-state-layout { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(460px, 1.28fr); gap: clamp(70px, 10vw, 140px); align-items: center; }
.home-page .product-state-copy h2 { max-width: 10ch; }
.home-page .product-state-copy > p { max-width: 40ch; margin: 26px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.home-page .product-state-copy ul { display: grid; gap: 0; margin: 32px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.home-page .product-state-copy li { display: grid; grid-template-columns: 72px 1fr; gap: 18px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.home-page .product-state-copy li strong { color: var(--ink); font-size: 13px; }
.home-page .product-state-copy li span { color: var(--muted); font-size: 13px; line-height: 1.5; }
.home-page .product-state-visual { border-top: 4px solid var(--mint); border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 26px 70px rgba(23, 32, 50, .1); }
.home-page .state-topline { min-height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 0 24px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.home-page .state-topline span { color: var(--lavender-deep); font-weight: 800; }
.home-page .state-signals { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); background: var(--ivory); }
.home-page .state-signals > span { display: grid; gap: 5px; padding: 15px 18px; }
.home-page .state-signals > span + span { border-left: 1px solid var(--line); }
.home-page .state-signals small { color: var(--muted); font-size: 9px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.home-page .state-signals b { font-size: 12px; font-weight: 750; }
.home-page .state-current { padding: 30px 28px 26px; }
.home-page .state-current small, .home-page .state-next small { display: block; color: var(--lavender-deep); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.home-page .state-current > strong { display: block; margin-top: 10px; font-family: var(--serif); font-size: 30px; font-weight: 500; }
.home-page .state-current > p { display: flex; justify-content: space-between; margin: 18px 0 8px; color: var(--muted); font-size: 12px; }
.home-page .state-current > p i { color: var(--sage); font-style: normal; font-weight: 800; }
.home-page .state-current > div { height: 5px; overflow: hidden; background: #e7e8ec; }
.home-page .state-current > div span { height: 100%; display: block; background: var(--lavender-deep); }
.home-page .state-current > a { display: inline-flex; gap: 8px; margin-top: 24px; color: var(--lavender-deep); font-size: 13px; font-weight: 800; text-decoration: none; }
.home-page .state-next { display: grid; grid-template-columns: 110px 1fr; gap: 5px 18px; padding: 22px 28px; border-top: 1px solid var(--line); background: var(--mint-soft); }
.home-page .state-next small { grid-row: 1 / 3; padding-top: 3px; color: var(--sage); }
.home-page .state-next strong { font-size: 14px; }
.home-page .state-next span { color: var(--muted); font-size: 12px; }

/* Member experiences */
.home-page .stories-section { background: var(--ivory); }
.home-page .stories-heading { max-width: 760px; }
.home-page .stories-heading h2 { max-width: 12ch; }
.home-page .story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 70px; border-top: 1px solid var(--line); }
.home-page .story-card { min-width: 0; display: flex; flex-direction: column; padding: 34px 30px 32px 0; border-bottom: 1px solid var(--line); background: transparent; }
.home-page .story-card:nth-child(3n + 2), .home-page .story-card:nth-child(3n + 3) { padding-left: 30px; border-left: 1px solid var(--line); }
.home-page .story-grid .story-card.is-extra { display: none; }
.home-page .story-grid.is-open .story-card.is-extra { display: flex; }
.home-page .story-grid:not(.is-open) .story-card:nth-child(n + 4) { display: none; }
.home-page .story-card blockquote { order: 1; margin: 0; color: #31394b; font-family: var(--serif); font-size: 19px; line-height: 1.55; }
.home-page .story-card blockquote a { color: inherit; text-underline-offset: 3px; }
.home-page .story-result { order: 2; align-self: flex-start; margin-top: 24px; color: var(--sage); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.home-page .story-person { order: 3; display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.home-page .story-person > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--navy); font-family: var(--serif); font-size: 15px; }
.home-page .story-person > div { display: grid; gap: 1px; }
.home-page .story-person strong { font-size: 13px; }
.home-page .story-person small { color: var(--muted); font-size: 12px; }
.home-page .story-toggle-row { margin-top: 28px; text-align: center; }
.home-page .story-toggle { min-height: 44px; padding: 0 20px; border: 1px solid var(--line); border-radius: 999px; color: var(--lavender-deep); background: transparent; font-size: 13px; font-weight: 750; cursor: pointer; }
.home-page .story-toggle:hover { border-color: var(--lavender-deep); }

/* Offer */
.home-page .plan-section { color: #fff; background: var(--navy); }
.home-page .plan-heading { max-width: 760px; }
.home-page .plan-heading .section-label { color: var(--mint); }
.home-page .plan-heading h2 { max-width: 11ch; color: #fff; }
.home-page .plan-heading > p:not(.section-label) { max-width: 56ch; margin: 24px 0 0; color: rgba(255, 255, 255, .66); font-size: 16px; line-height: 1.7; }
.home-page .plan-heading .plan-quick-cta { margin-top: 28px; }
.home-page .plan-layout { margin-top: 76px; }
.home-page .pricing-card { display: grid; grid-template-columns: minmax(220px, .8fr) minmax(300px, 1.2fr); gap: 18px 80px; padding: 42px 0; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.home-page .price-badge { grid-column: 1; margin: 0; color: var(--mint); }
.home-page .pricing-card h3 { grid-column: 1; margin: 4px 0 0; font-family: var(--serif); font-size: 34px; font-weight: 500; }
.home-page .price { grid-column: 1; display: flex; gap: 10px; align-items: baseline; }
.home-page .price strong { font-family: var(--serif); font-size: 48px; font-weight: 500; }
.home-page .price span { color: rgba(255, 255, 255, .6); font-size: 12px; }
.home-page .price-release { grid-column: 1; margin: 4px 0 0; color: rgba(255, 255, 255, .66); font-size: 14px; line-height: 1.6; }
.home-page .enrollment-state { display: none !important; }
.home-page .pricing-card ul { grid-column: 2; grid-row: 1 / span 5; display: grid; gap: 0; margin: 0; padding: 0; border-top: 1px solid var(--line-dark); list-style: none; }
.home-page .pricing-card li { display: flex; gap: 12px; padding: 16px 0; border-bottom: 1px solid var(--line-dark); color: rgba(255, 255, 255, .82); font-size: 14px; line-height: 1.5; }
.home-page .pricing-card li::before { flex: 0 0 auto; color: var(--mint); content: "✓"; }
.home-page .pricing-card .button { grid-column: 1; width: fit-content; margin-top: 12px; }
.home-page .access-note { grid-column: 1; color: rgba(255, 255, 255, .52); font-size: 11px; }
.home-page .course-context { display: grid; grid-template-columns: 150px 1fr auto; gap: 16px 28px; align-items: center; padding: 30px 0; border-bottom: 1px solid var(--line-dark); }
.home-page .course-context > span { color: var(--mint); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.home-page .course-context > strong { font-family: var(--serif); font-size: 27px; font-weight: 500; }
.home-page .course-context > p { grid-column: 2; margin: -8px 0 0; color: rgba(255, 255, 255, .62); font-size: 13px; line-height: 1.6; }
.home-page .course-context > a { grid-column: 3; grid-row: 1 / 3; min-height: 44px; display: inline-flex; align-items: center; gap: 7px; color: var(--mint); font-size: 12px; font-weight: 800; text-decoration: none; }

/* FAQ */
.home-page .faq-section { display: grid; grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr); gap: clamp(60px, 9vw, 130px); }
.home-page .faq-heading h2 { max-width: 9ch; }
.home-page .faq-list { border-top: 1px solid var(--line); }
.home-page .faq-list details { border-bottom: 1px solid var(--line); }
.home-page .faq-list summary { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0; color: var(--ink); font-size: 14px; font-weight: 750; cursor: pointer; list-style: none; }
.home-page .faq-list summary::-webkit-details-marker { display: none; }
.home-page .faq-list summary span { color: var(--lavender-deep); font-size: 20px; font-weight: 400; transition: transform .2s ease; }
.home-page .faq-list details[open] summary span { transform: rotate(45deg); }
.home-page .faq-list details p { max-width: 68ch; margin: -4px 0 24px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.home-page .faq-list details a { color: var(--lavender-deep); }

/* Closing */
.home-page .final-cta { padding: 0 0 118px; background: var(--paper); }
.home-page .final-cta-inner { min-height: 320px; display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; padding: 58px 64px; color: #fff; background: var(--navy-2); }
.home-page .final-cta .section-label { color: var(--mint); }
.home-page .final-cta h2 { max-width: 13ch; color: #fff; font-size: clamp(42px, 5vw, 62px); line-height: 1.04; }
.home-page .final-cta p:not(.section-label) { margin: 18px 0 0; color: rgba(255, 255, 255, .58); font-size: 12px; }

/* Footer */
.home-page .site-footer { display: grid; grid-template-columns: 1fr auto; gap: 30px 70px; padding-top: 58px; padding-bottom: 38px; border-top: 1px solid var(--line); }
.home-page .site-footer .brand { color: var(--ink); }
.home-page .footer-brand p { margin: 10px 0 0; color: var(--muted); font-size: 12px; }
.home-page .footer-links { display: flex; flex-wrap: wrap; gap: 22px; align-items: start; padding-top: 8px; }
.home-page .footer-links a { color: var(--muted); font-size: 12px; font-weight: 650; text-decoration: none; }
.home-page .footer-legal { max-width: 820px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.home-page .copyright { margin: 0; color: var(--muted); font-size: 11px; text-align: right; }

/* Motion */
.home-page .hero-enter { animation: hero-copy-in .72s cubic-bezier(.16, 1, .3, 1) both; }
.home-page .hero-enter-delay { animation: hero-photo-in .8s .12s cubic-bezier(.16, 1, .3, 1) both; }
.home-page .hero-product-overlay { animation: overlay-float 5s 1.1s ease-in-out infinite; }
.home-page .hero-review-overlay { animation: overlay-float 5s 1.8s ease-in-out infinite reverse; }
.home-page .reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s cubic-bezier(.16, 1, .3, 1); }
.home-page .reveal.is-visible { opacity: 1; transform: none; }
.home-page .demo-rationale { animation: rationale-in .45s cubic-bezier(.16, 1, .3, 1) both; }
.home-page .coach-response:not([hidden]) { animation: rationale-in .45s cubic-bezier(.16, 1, .3, 1) both; }
@keyframes hero-copy-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes hero-photo-in { from { opacity: 0; transform: translateY(22px) scale(.98); } to { opacity: 1; transform: none; } }
@keyframes overlay-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
@keyframes rationale-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.home-page a:focus-visible, .home-page button:focus-visible, .home-page summary:focus-visible { outline: 3px solid var(--lavender-deep); outline-offset: 4px; }

@media (max-width: 1000px) {
  .home-page .hero-inner { grid-template-columns: 1fr 1fr; gap: 50px; }
  .home-page .home-hero h1 { font-size: 62px; }
  .home-page .hero-photo { height: 490px; }
  .home-page .coach-layout, .home-page .blindspot-section > .shell, .home-page .product-state-layout, .home-page .faq-section { grid-template-columns: 1fr; }
  .home-page .coach-copy { position: static; max-width: 700px; }
  .home-page .question-card { max-width: 820px; padding-left: 0; border-left: 0; }
  .home-page .blindspot-heading, .home-page .product-state-copy { max-width: 720px; }
  .home-page .story-grid { grid-template-columns: repeat(2, 1fr); }
  .home-page .story-card:nth-child(n) { padding-left: 0; padding-right: 28px; border-left: 0; }
  .home-page .story-card:nth-child(even) { padding-left: 28px; padding-right: 0; border-left: 1px solid var(--line); }
}

@media (max-width: 768px) {
  .home-page .announcement { min-height: 32px; gap: 9px; padding: 6px 14px; font-size: 10px; }
  .home-page .shell { width: min(calc(100% - 36px), var(--shell)); }
  .home-page .site-header { min-height: 68px; padding-inline: 18px; gap: 10px; }
  .home-page .nav-toggle { display: block; order: 4; }
  .home-page .primary-nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: none; align-items: stretch; gap: 0; margin: 0; padding: 10px 18px 18px; color: #fff; background: var(--navy); border-bottom: 1px solid var(--line-dark); box-shadow: 0 18px 34px rgba(4, 11, 23, .2); }
  .home-page .primary-nav.open { display: grid; }
  .home-page .primary-nav a { min-height: 48px; display: flex; align-items: center; border-bottom: 1px solid var(--line-dark); font-size: 14px; }
  .home-page .header-login { display: none; }
  .home-page .brand { font-size: 16px; }
  .home-page .brand img { width: 31px; height: 31px; }
  .home-page .header-cta { margin-left: auto; }
  .home-page .home-section { padding: 76px 0; }
  .home-page .home-section h2 { font-size: 42px; }
  .home-page .hero-inner { min-height: 0; grid-template-columns: 1fr; gap: 42px; padding-top: 52px; padding-bottom: 60px; }
  .home-page .home-hero h1 { max-width: 10ch; font-size: clamp(46px, 13vw, 58px); }
  .home-page .hero-copy > p:not(.hero-kicker, .hero-signin) { max-width: 35ch; margin-top: 22px; font-size: 16px; }
  .home-page .hero-actions { margin-top: 28px; }
  .home-page .hero-photo { height: 320px; }
  .home-page .hero-photo::before { inset: -14px -10px 14px 20px; }
  .home-page .hero-product-overlay { left: 14px; bottom: 22px; width: min(300px, 82%); }
  .home-page .hero-review-overlay { top: 18px; right: 10px; }
  .home-page .proof-inner { grid-template-columns: repeat(2, 1fr); }
  .home-page .proof-inner p { min-height: 100px; padding: 20px 18px; }
  .home-page .proof-inner p:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .home-page .proof-inner p:nth-child(4) { border-top: 1px solid var(--line); }
  .home-page .coach-layout { gap: 36px; }
  .home-page .coach-copy h2 { max-width: 10ch; font-size: 38px; }
  .home-page .question-card h3 { font-size: 26px; }
  .home-page .options button { min-height: 64px; }
  .home-page .blindspot-section > .shell, .home-page .product-state-layout, .home-page .faq-section { gap: 42px; }
  .home-page .blindspot-section, .home-page .adaptive-section { padding-top: 68px; padding-bottom: 68px; }
  .home-page .blindspot-grid li { padding: 18px 0; }
  .home-page .adaptive-heading { margin-bottom: 42px; }
  .home-page .adaptive-heading h2 { font-size: 40px; }
  .home-page .blindspot-heading h2, .home-page .product-state-copy h2 { max-width: 11ch; }
  .home-page .loop-steps { grid-template-columns: 1fr; border-top: 0; }
  .home-page .loop-steps li { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 14px 0; border-top: 1px solid rgba(117, 105, 223, .25); }
  .home-page .loop-steps li + li { padding-left: 0; border-left: 0; }
  .home-page .loop-num { margin: 0; }
  .home-page .loop-steps li div { padding-top: 3px; }
  .home-page .loop-steps li::after { top: 54px; bottom: -10px; left: 18px; right: auto; width: 2px; height: auto; transform: scaleY(0); transform-origin: top; }
  .home-page .loop-steps li + li::after { left: 18px; }
  .home-page .loop-steps.is-visible li::after { transform: scaleY(1); }
  .home-page .state-current { padding: 26px 22px; }
  .home-page .state-signals { grid-template-columns: 1fr; }
  .home-page .state-signals > span { grid-template-columns: 96px 1fr; align-items: baseline; padding: 11px 18px; }
  .home-page .state-signals > span + span { border-top: 1px solid var(--line); border-left: 0; }
  .home-page .state-next { grid-template-columns: 1fr; padding: 20px 22px; }
  .home-page .state-next small { grid-row: auto; }
  .home-page .story-grid { grid-template-columns: 1fr; margin-top: 50px; }
  .home-page .story-card:nth-child(n) { padding: 30px 0; border-left: 0; }
  .home-page .story-grid:not(.is-open) .story-card:nth-child(n + 3) { display: none; }
  .home-page .stories-heading h2 { font-size: 44px; }
  .home-page .plan-heading h2 { font-size: 46px; }
  .home-page .faq-heading h2 { font-size: 40px; }
  .home-page .pricing-card { grid-template-columns: 1fr; gap: 16px; }
  .home-page .pricing-card > * { grid-column: 1; }
  .home-page .pricing-card ul { grid-column: 1; grid-row: auto; margin-top: 20px; }
  .home-page .course-context { grid-template-columns: 1fr; gap: 8px; }
  .home-page .course-context > p, .home-page .course-context > a { grid-column: 1; grid-row: auto; margin-top: 0; }
  .home-page .faq-section { width: min(calc(100% - 36px), var(--shell)); }
  .home-page .final-cta { padding-bottom: 80px; }
  .home-page .final-cta-inner { min-height: 0; grid-template-columns: 1fr; padding: 44px 34px; }
  .home-page .final-cta h2 { font-size: 44px; }
  .home-page .site-footer { grid-template-columns: 1fr; width: min(calc(100% - 36px), var(--shell)); }
  .home-page .copyright { text-align: left; }
}

@media (max-width: 430px) {
  .home-page .announcement { justify-content: space-between; }
  .home-page .site-header { padding-inline: 14px; }
  .home-page .brand { gap: 7px; font-size: 15px; }
  .home-page .header-cta:not(.is-account) { min-height: 44px; padding: 8px 12px; }
  .home-page .header-cta:not(.is-account) [data-header-auth-label] { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
  .home-page .header-cta:not(.is-account) .header-auth-short { display: inline; }
  .home-page .home-hero h1 { font-size: 48px; }
  .home-page .hero-photo { height: 300px; }
  .home-page .hero-review-overlay { display: none; }
  .home-page .hero-product-overlay { left: 12px; right: 12px; width: auto; }
  .home-page .hero-actions .button { width: 100%; }
  .home-page .proof-inner strong { font-size: 21px; }
  .home-page .question-context { font-size: 14px; }
  .home-page .options button { grid-template-columns: 30px 1fr; gap: 10px; }
  .home-page .blindspot-grid strong { font-size: 21px; }
  .home-page .product-state-visual { margin-inline: -4px; }
  .home-page .state-current > strong { font-size: 27px; }
  .home-page .final-cta-inner { padding: 38px 26px; }
  .home-page .final-cta h2 { font-size: 40px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .home-page *, .home-page *::before, .home-page *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .home-page .hero-enter, .home-page .hero-enter-delay, .home-page .reveal, .home-page .loop-steps li { opacity: 1; transform: none; }
  .home-page .loop-steps li::after { transform: none; }
}
