:root {
  --paper: #f7f7f2;
  --white: #ffffff;
  --ink: #171916;
  --muted: #575b55;
  --line: #d9ddd4;
  --sage: #e9eee1;
  --sage-strong: #526345;
  --navy: #142235;
  --warm: #f1e9dc;
  --shadow: 0 18px 50px rgba(24, 31, 22, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.55;
}
img { display: block; max-width: 100%; }
h1, h2, h3, h4, h5, p, a, span { overflow-wrap: break-word; }
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  min-height: 76px;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid #eceee9;
  background: rgba(255,255,255,.96);
  position: sticky;
  top: 0;
  z-index: 20;
}
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 700; font-size: 15px; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-family: "Newsreader", Georgia, serif; font-size: 20px; }
.site-header nav { display: flex; gap: 30px; }
.site-header nav a { text-decoration: none; font-size: 16px; font-weight: 500; }
.header-cta { justify-self: end; text-decoration: none; border-bottom: 1px solid var(--ink); font-weight: 700; }

.free-entry {
  background: var(--sage-strong);
  color: white;
  text-align: center;
  padding: 13px 20px;
  font-size: 16px;
}
.free-entry strong { margin-right: 12px; }

.hero {
  background: linear-gradient(110deg, #f4f6ee 0%, #fff 68%);
  min-height: 680px;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(48px, 7vw, 100px);
  align-items: center;
  padding: 42px;
}
.hero-copy { order: 1; }
.hero-media { order: 2; position: relative; align-self: stretch; min-height: 560px; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 34%; border-radius: 8px; }
.media-stamp { position: absolute; left: 18px; right: 18px; bottom: 18px; background: rgba(255,255,255,.94); padding: 14px 18px; border: 1px solid rgba(20,25,20,.12); border-radius: 8px; display: flex; justify-content: space-between; gap: 20px; font-size: 15px; }
.media-stamp span { color: var(--muted); }
.proof-pill { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 22px; padding: 7px 15px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-size: 15px; font-weight: 600; }
.proof-pill span { width: 8px; height: 8px; background: var(--sage-strong); border-radius: 50%; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 22px; font-size: clamp(52px, 5.2vw, 78px); line-height: .99; font-weight: 700; max-width: 700px; }
.hero-lead { color: var(--muted); font-size: 20px; line-height: 1.55; margin-bottom: 22px; max-width: 650px; }
.check-list { list-style: none; margin: 0 0 26px; padding: 0; }
.check-list li { position: relative; padding-left: 30px; margin: 10px 0; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; background: var(--sage); color: var(--sage-strong); font-weight: 800; font-size: 13px; }
.primary-button { min-height: 58px; padding: 0 28px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; border-radius: 999px; background: var(--ink); color: white; text-decoration: none; font-weight: 700; box-shadow: 0 12px 30px rgba(17,19,16,.14); }
.primary-button span { font-size: 24px; }
.button-note { margin: 14px 0 0; color: var(--muted); font-size: 14px; }

.path-tabs { display: flex; justify-content: center; gap: 12px; padding: 28px 0 10px; }
.path-tabs a { padding: 10px 20px; border: 1px solid var(--line); border-radius: 999px; text-decoration: none; font-size: 15px; font-weight: 600; background: white; }
.emotional-section { padding: 76px 0 18px; }
.emotional-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: start; }
.emotional-grid h2 { margin: 0; font-family: "Newsreader", Georgia, serif; font-weight: 500; font-size: clamp(42px, 4.5vw, 64px); }
.emotional-grid p { color: var(--muted); font-size: 18px; }
.emotional-grid strong { display: block; margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); font-family: "Newsreader", Georgia, serif; font-size: 24px; line-height: 1.25; }
.section { padding: 96px 0; }
.section-heading { max-width: 680px; margin-bottom: 42px; }
.section-heading.centered { text-align: center; margin-left: auto; margin-right: auto; }
.eyebrow { margin-bottom: 12px; font-size: 13px; font-weight: 800; color: var(--sage-strong); }
h2 { margin-bottom: 14px; font-size: clamp(40px, 4.5vw, 62px); line-height: 1.05; }
.section-heading > p:last-child { color: var(--muted); font-size: 19px; }

.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 28px; align-items: start; }
.product-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: white; box-shadow: 0 8px 30px rgba(26,32,23,.05); }
.featured-card { border-color: var(--sage-strong); }
.popular-label { position: absolute; top: 14px; left: 50%; transform: translateX(-50%); z-index: 2; padding: 7px 14px; border-radius: 999px; background: var(--sage-strong); color: white; font-size: 12px; font-weight: 800; white-space: nowrap; }
.product-image { width: 100%; aspect-ratio: 1.78; object-fit: cover; }
.product-visual { aspect-ratio: 1.78; padding: clamp(24px, 4vw, 48px); background: var(--navy); color: #f8efe3; display: flex; flex-direction: column; justify-content: center; }
.product-visual p { margin-bottom: 12px; color: #d2ae76; font-size: 12px; font-weight: 700; }
.product-visual strong { font-family: "Newsreader", Georgia, serif; font-size: clamp(34px, 4vw, 56px); line-height: .92; font-weight: 500; }
.product-visual span { margin-top: 22px; max-width: 420px; color: #e7dfd3; font-size: 16px; }
.product-content { padding: 30px; }
.product-kicker { margin-bottom: 8px; color: var(--sage-strong); font-size: 12px; font-weight: 800; }
.product-content h3 { margin-bottom: 14px; font-size: 29px; line-height: 1.15; }
.price-row { display: flex; align-items: baseline; gap: 12px; margin-bottom: 10px; }
.price-row strong { font-size: 32px; }
.price-row span { color: var(--muted); font-size: 15px; }
.micro-proof { min-height: 56px; color: var(--muted); font-size: 16px; }
.check-list.compact { min-height: 158px; font-size: 16px; }
.featured-card .check-list.compact { min-height: 292px; }
.product-content .primary-button { width: 100%; }
.program-offer { display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; border: 1px solid var(--sage-strong); border-radius: 8px; background: white; box-shadow: 0 16px 44px rgba(26,32,23,.08); }
.offer-visual { position: relative; min-height: 100%; padding: 38px 28px 28px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 22px; background: #e6dccb; }
.offer-visual > img { width: min(72%, 360px); height: auto; aspect-ratio: 2 / 3; object-fit: contain; border-radius: 2px; box-shadow: 0 22px 42px rgba(39,45,37,.22), 0 4px 10px rgba(39,45,37,.12); }
.offer-free-note { position: static; width: min(100%, 430px); padding: 15px 17px; border: 1px solid rgba(20,25,20,.14); border-radius: 7px; background: rgba(255,255,255,.94); box-shadow: 0 7px 18px rgba(39,45,37,.08); }
.offer-free-note strong, .offer-free-note span { display: block; }
.offer-free-note strong { font-size: 18px; }
.offer-free-note span { margin-top: 2px; color: var(--muted); font-size: 14px; }
.offer-content { padding: clamp(30px, 5vw, 56px); }
.offer-content h3 { margin-bottom: 12px; font-family: "Newsreader", Georgia, serif; font-size: clamp(36px, 4vw, 52px); line-height: 1.04; font-weight: 600; }
.offer-subtitle { margin-bottom: 20px; color: var(--muted); font-size: 19px; }
.pace-note { margin: -2px 0 22px; padding: 12px 14px; border-left: 3px solid var(--sage-strong); background: var(--sage); font-size: 15px; font-weight: 700; }
.offer-content .check-list.compact { min-height: 0; margin-bottom: 28px; }
.offer-actions { display: grid; gap: 12px; }
.offer-actions .primary-button { width: 100%; }
.secondary-purchase { min-height: 54px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--ink); border-radius: 999px; padding: 10px 20px; color: var(--ink); font-size: 15px; font-weight: 700; text-align: center; text-decoration: none; }
.secondary-purchase:hover { background: #f3f5ef; }
.purchase-trust { margin-top: 24px; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border: 1px solid var(--line); background: #f7f8f4; }
.purchase-trust span { padding: 18px; border-right: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.purchase-trust span:last-child { border-right: 0; }
.purchase-trust strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: 14px; }

.real-product { margin-top: 86px; display: grid; grid-template-columns: 1fr .72fr; gap: 80px; align-items: center; }
.real-product-copy > p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.real-product-copy ol { list-style: none; margin: 30px 0; padding: 0; border-top: 1px solid var(--line); }
.real-product-copy li { padding: 18px 0; display: grid; grid-template-columns: 42px 1fr; gap: 14px; border-bottom: 1px solid var(--line); }
.real-product-copy li > span { color: var(--sage-strong); font-size: 13px; font-weight: 800; }
.real-product-copy li strong { font-size: 18px; }
.real-product-copy li p { margin: 3px 0 0; color: var(--muted); font-size: 15px; }
.text-link { font-weight: 800; text-underline-offset: 5px; }
.phone-preview { margin: 0; }
.phone-frame { width: min(100%, 390px); margin: 0 auto; padding: 12px; border: 2px solid #222825; border-radius: 34px; background: #151a18; box-shadow: var(--shadow); }
.phone-frame img { width: 100%; border-radius: 23px; }
.phone-preview figcaption { margin-top: 14px; color: var(--muted); font-size: 13px; text-align: center; }

.soft-band { background: var(--paper); }
.journey-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.journey-grid article { border-top: 2px solid var(--sage-strong); padding: 24px 8px 0; }
.journey-grid article > span { color: var(--sage-strong); font-size: 14px; font-weight: 800; }
.journey-grid h3 { margin: 12px 0; font-size: 24px; line-height: 1.2; }
.journey-grid p { color: var(--muted); font-size: 16px; }
.journey-grid strong { font-size: 15px; }

.syllabus { margin-top: 72px; background: white; border: 1px solid var(--line); }
.syllabus-heading { padding: 38px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: end; border-bottom: 1px solid var(--line); }
.syllabus-heading .eyebrow { margin-bottom: 8px; }
.syllabus-heading h3 { margin: 0; font-size: 34px; line-height: 1.12; }
.syllabus-heading > p { margin: 0; color: var(--muted); font-size: 16px; }
.syllabus-phase { display: grid; grid-template-columns: 230px 1fr; border-bottom: 1px solid var(--line); }
.phase-heading { padding: 30px; background: #f5f6f1; border-right: 1px solid var(--line); }
.phase-heading > span { display: block; color: var(--sage-strong); font-size: 12px; font-weight: 800; }
.phase-heading h4 { margin: 12px 0; font-size: 23px; line-height: 1.2; }
.phase-heading em { display: inline-block; padding: 5px 10px; border-radius: 999px; background: var(--sage-strong); color: white; font-size: 12px; font-style: normal; font-weight: 800; }
.session-list { list-style: none; margin: 0; padding: 0; }
.session-list li { min-height: 94px; padding: 18px 24px; display: grid; grid-template-columns: 42px 1fr 140px; gap: 18px; align-items: center; border-bottom: 1px solid #eceee9; }
.session-list li:last-child { border-bottom: 0; }
.session-list li > strong { color: var(--sage-strong); font-size: 14px; }
.session-list h5 { margin: 0 0 4px; font-size: 18px; line-height: 1.25; }
.session-list p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.45; }
.session-list li > span { justify-self: end; padding: 6px 10px; border: 1px solid var(--line); border-radius: 999px; color: #4e554c; font-size: 12px; font-weight: 700; text-align: center; }
.syllabus-result { padding: 28px 38px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; background: var(--navy); color: white; }
.syllabus-result strong { font-family: "Newsreader", Georgia, serif; font-size: 24px; line-height: 1.2; font-weight: 500; }
.syllabus-result span { color: #dbe0e6; font-size: 16px; }

.method-section { background: var(--navy); color: white; }
.method-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; }
.method-intro { position: sticky; top: 110px; }
.method-intro .eyebrow { color: #d2ae76; }
.method-intro > p:not(.eyebrow) { color: #d8dee5; }
.method-disclaimer { margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.2); font-size: 14px; }
.method-list { border-top: 1px solid rgba(255,255,255,.24); }
.method-list article { padding: 26px 0; display: grid; grid-template-columns: 48px 1fr; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.24); }
.method-list article > span { color: #d2ae76; font-size: 13px; font-weight: 800; }
.method-list h3 { margin: 0 0 7px; font-size: 22px; }
.method-list p { margin: 0; color: #d8dee5; font-size: 16px; }

.receive-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.receive-grid article { background: white; padding: 30px; min-height: 210px; }
.receive-grid article > span { color: var(--sage-strong); font-weight: 800; }
.receive-grid h3 { margin: 22px 0 8px; font-size: 22px; }
.receive-grid p { margin-bottom: 0; color: var(--muted); font-size: 16px; }
.time-callout { margin-top: 28px; padding: 20px; background: var(--sage); text-align: center; font-weight: 700; }

.sol-band { background: var(--warm); }
.sol-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 64px; align-items: center; }
.sol-grid img { width: 100%; height: 620px; object-fit: cover; object-position: center 34%; border-radius: 8px; }
.sol-grid > div > p:not(.eyebrow) { color: #4c4944; font-size: 19px; }
blockquote { margin: 30px 0 0; padding: 22px 0 0; border-top: 1px solid #cfc0ac; font-family: "Newsreader", Georgia, serif; font-size: 26px; line-height: 1.25; }

.faq-list { max-width: 820px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 0; }
.faq-list summary { cursor: pointer; list-style: none; padding: 24px 44px 24px 0; font-weight: 700; position: relative; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 18px; font-size: 28px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { padding: 0 40px 24px 0; color: var(--muted); }

.final-cta { background: var(--navy); color: white; padding: 90px 0; text-align: center; }
.final-inner { max-width: 760px; }
.final-cta .eyebrow { color: #d9b57e; }
.final-cta p:not(.eyebrow) { color: #dfe4e9; }
.light-button { background: white; color: var(--navy); }
.final-buy-link { display: block; width: fit-content; margin: 20px auto 0; color: #fff; font-size: 16px; font-weight: 700; text-underline-offset: 5px; }
footer { background: #0e1723; color: #d7dce3; padding: 40px 0 100px; }
.footer-grid { display: grid; grid-template-columns: .7fr 1.6fr .7fr; gap: 30px; align-items: start; font-size: 14px; }
.footer-grid strong, .footer-grid span { display: block; }
.footer-grid p { margin: 0; }

.mobile-buybar { display: none; }

@media (max-width: 860px) {
  body { font-size: 18px; padding-bottom: 76px; }
  .shell { width: min(100% - 40px, 680px); }
  .site-header { min-height: 64px; padding: 0 20px; grid-template-columns: 1fr auto; }
  .site-header nav, .header-cta { display: none; }
  .brand { justify-self: start; }
  .hero { width: 100%; min-height: 0; padding: 36px 20px 48px; grid-template-columns: 1fr; gap: 34px; }
  .hero-copy { order: 1; }
  .hero-media { order: 2; min-height: 0; aspect-ratio: 4 / 3; }
  .hero-media img { object-position: center 56%; }
  .media-stamp { left: 12px; right: 12px; bottom: 12px; padding: 12px; flex-direction: column; gap: 2px; font-size: 14px; }
  .proof-pill { margin-bottom: 18px; font-size: 14px; }
  h1 { font-size: clamp(45px, 13vw, 58px); line-height: .98; }
  .hero-lead { font-size: 19px; }
  .hero-copy > .check-list { display: none; }
  .hero .primary-button { width: 100%; }
  .button-note { text-align: center; }
  .path-tabs { display: grid; grid-template-columns: 1fr 1fr; padding-top: 24px; }
  .path-tabs a { text-align: center; padding-inline: 10px; }
  .path-tabs a:last-child { grid-column: 1 / -1; }
  .emotional-section { padding: 56px 0 4px; }
  .emotional-grid { grid-template-columns: 1fr; gap: 24px; }
  .emotional-grid h2 { font-size: 40px; }
  .section { padding: 68px 0; }
  h2 { font-size: 42px; }
  .product-grid, .program-offer, .journey-grid, .receive-grid, .sol-grid, .footer-grid { grid-template-columns: 1fr; }
  .product-grid { gap: 24px; }
  .offer-visual { min-height: 0; aspect-ratio: auto; padding: 30px 20px 24px; gap: 18px; }
  .offer-visual > img { width: min(68vw, 270px); }
  .offer-content { padding: 28px 22px 30px; }
  .product-content { padding: 24px; }
  .micro-proof, .check-list.compact, .featured-card .check-list.compact { min-height: 0; }
  .purchase-trust { grid-template-columns: 1fr 1fr; }
  .purchase-trust span { border-bottom: 1px solid var(--line); }
  .purchase-trust span:nth-child(2) { border-right: 0; }
  .purchase-trust span:nth-child(3), .purchase-trust span:nth-child(4) { border-bottom: 0; }
  .real-product { margin-top: 62px; grid-template-columns: 1fr; gap: 40px; }
  .phone-preview { order: -1; }
  .phone-frame { width: min(100%, 330px); }
  .journey-grid { gap: 34px; }
  .syllabus { margin-top: 54px; }
  .syllabus-heading, .syllabus-phase, .syllabus-result { grid-template-columns: 1fr; }
  .syllabus-heading { padding: 26px 22px; gap: 14px; }
  .syllabus-heading h3 { font-size: 30px; }
  .phase-heading { padding: 24px 22px; border-right: 0; border-bottom: 1px solid var(--line); }
  .session-list li { padding: 20px 18px; grid-template-columns: 34px 1fr; gap: 12px; align-items: start; }
  .session-list h5 { font-size: 18px; }
  .session-list p { font-size: 15px; }
  .session-list li > span { grid-column: 2; justify-self: start; }
  .syllabus-result { padding: 26px 22px; gap: 12px; }
  .method-layout { grid-template-columns: 1fr; gap: 34px; }
  .method-intro { position: static; }
  .receive-grid { gap: 1px; }
  .sol-grid { gap: 34px; }
  .sol-grid img { height: min(440px, 112vw); object-position: center 33%; }
  .footer-grid { gap: 20px; }
  .mobile-buybar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 30; min-height: 74px; padding: 10px 16px; display: flex; align-items: center; justify-content: space-between; gap: 12px; background: white; border-top: 1px solid var(--line); box-shadow: 0 -10px 30px rgba(20,25,20,.1); }
  .mobile-buybar div { min-width: 0; }
  .mobile-buybar strong, .mobile-buybar span { display: block; }
  .mobile-buybar strong { font-size: 15px; }
  .mobile-buybar span { color: var(--muted); font-size: 12px; }
  .mobile-buybar a { min-height: 48px; flex: 0 0 auto; display: inline-flex; align-items: center; gap: 8px; padding: 0 18px; border-radius: 999px; background: var(--ink); color: white; text-decoration: none; font-size: 15px; font-weight: 700; }
}

@media (max-width: 390px) {
  .shell { width: calc(100% - 32px); }
  h1 { font-size: 43px; }
  h2 { font-size: 38px; }
  .hero { padding-left: 16px; padding-right: 16px; }
  .product-visual strong { font-size: 34px; }
  .mobile-buybar span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
