:root {
  --navy: #20223d;
  --navy-deep: #17182d;
  --cream: #fbf7f0;
  --paper: #fffdf9;
  --lavender: #aaa5c6;
  --lavender-soft: #e9e5ef;
  --terracotta: #c77c68;
  --terracotta-dark: #a85f50;
  --ink: #28283c;
  --muted: #696777;
  --border: rgba(32, 34, 61, .13);
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.announcement { height: 36px; display: flex; align-items: center; justify-content: center; gap: 10px; background: var(--terracotta); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.announcement span { color: #ffd9cd; }

.site-header { height: 82px; padding: 0 clamp(24px, 5vw, 80px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 36px; background: var(--navy); color: #fff; position: relative; z-index: 20; }
.brand { display: inline-flex; width: max-content; align-items: center; gap: 11px; font-family: var(--serif); font-size: 21px; letter-spacing: -.02em; }
.brand em { color: #c4bedb; font-style: normal; }
.brand-mark { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; display: grid; place-items: center; color: #d9d2ed; font-size: 20px; transform: rotate(-18deg); }
.brand-mark span { transform: rotate(18deg); }
nav { display: flex; gap: 34px; font-size: 13px; color: rgba(255,255,255,.74); }
nav a { transition: color .2s; }
nav a:hover { color: #fff; }
.site-header > .button { justify-self: end; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; border-radius: 5px; min-height: 56px; padding: 0 28px; font-size: 13px; font-weight: 700; letter-spacing: .02em; transition: transform .25s, background .25s, box-shadow .25s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 43px; padding: 0 21px; font-size: 12px; }
.button-light { color: var(--navy); background: #f7f1e8; }
.button-primary { color: #fff; background: var(--terracotta); box-shadow: 0 12px 34px rgba(127, 64, 50, .2); }
.button-primary:hover { background: var(--terracotta-dark); box-shadow: 0 16px 38px rgba(127, 64, 50, .28); }
.button span { font-size: 18px; font-weight: 400; }
.menu-button { display: none; background: transparent; border: 0; padding: 8px; }
.menu-button span { width: 23px; height: 1px; background: #fff; display: block; margin: 6px; }

.hero { min-height: 720px; position: relative; overflow: hidden; color: #fff; background: var(--navy); display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(390px, .96fr); padding: 45px clamp(24px, 7vw, 110px) 70px; gap: clamp(50px, 7vw, 110px); align-items: center; }
.hero:before { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.05); border-radius: 50%; left: -190px; bottom: -260px; box-shadow: 0 0 0 65px rgba(255,255,255,.017), 0 0 0 130px rgba(255,255,255,.01); }
.hero-glow { position: absolute; inset: 0; background: radial-gradient(circle at 70% 45%, rgba(152,145,188,.15), transparent 36%); pointer-events: none; }
.hero-copy { position: relative; z-index: 2; max-width: 650px; }
.eyebrow, .kicker { color: var(--terracotta); font-size: 11px; text-transform: uppercase; letter-spacing: .18em; font-weight: 700; }
.eyebrow { display: flex; align-items: center; gap: 11px; color: #d8a598; }
.eyebrow span { width: 25px; height: 1px; background: currentColor; }
.hero h1 { margin: 23px 0 24px; font-family: var(--serif); font-size: clamp(50px, 5.5vw, 79px); font-weight: 500; letter-spacing: -.045em; line-height: .99; }
.hero h1 i, h2 em, blockquote em { color: #beb8d5; font-style: italic; font-weight: 500; }
.hero-lead { color: rgba(255,255,255,.71); max-width: 570px; font-size: 16px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin: 35px 0 44px; }
.text-link { font-size: 13px; font-weight: 600; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.8); }
.play { width: 31px; height: 31px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; display: grid; place-items: center; font-size: 8px; padding-left: 2px; }
.hero-trust { border-top: 1px solid rgba(255,255,255,.13); padding-top: 25px; display: flex; align-items: center; gap: 17px; }
.avatar-stack { display: flex; padding-left: 9px; }
.avatar-stack span { width: 36px; height: 36px; margin-left: -9px; border: 2px solid var(--navy); border-radius: 50%; display: grid; place-items: center; background: #8c85a9; color: #fff; font-size: 9px; font-weight: 700; }
.avatar-stack span:nth-child(2) { background: #b47c6b; } .avatar-stack span:nth-child(3) { background: #77728c; } .avatar-stack span:last-child { background: #f2ece4; color: var(--navy); }
.hero-trust p { font-size: 11px; line-height: 1.55; color: rgba(255,255,255,.57); margin: 0; }.hero-trust strong { color: #fff; font-size: 12px; }
.hero-visual { position: relative; height: min(610px, 69vw); max-height: 610px; min-height: 500px; z-index: 2; }
.photo-frame { width: 89%; height: 100%; margin-left: auto; overflow: hidden; position: relative; border-radius: 48% 48% 6px 6px / 25% 25% 6px 6px; box-shadow: 0 30px 90px rgba(0,0,0,.3); }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 34%; }
.photo-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(25,24,44,.3)); }
.floating-card { position: absolute; padding: 15px 20px; min-width: 225px; background: rgba(255,253,249,.95); backdrop-filter: blur(10px); color: var(--ink); border-radius: 7px; box-shadow: 0 17px 40px rgba(0,0,0,.18); display: flex; align-items: center; gap: 13px; }
.floating-card strong, .floating-card small { display: block; }.floating-card strong { font-family: var(--serif); font-size: 14px; }.floating-card small { color: var(--muted); font-size: 9px; margin-top: 4px; }
.card-icon { color: var(--terracotta); width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #f6e8e2; font-size: 19px; }
.card-top { top: 20%; left: -4%; }.card-bottom { right: -4%; bottom: 12%; }
.pulse { width: 10px; height: 10px; border-radius: 50%; background: #8da989; box-shadow: 0 0 0 5px #e7eee5; margin: 0 7px; }
.scroll-hint { position: absolute; bottom: 28px; left: 50%; width: 35px; height: 35px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; display: grid; place-items: center; color: rgba(255,255,255,.55); animation: bob 2s infinite; }
@keyframes bob { 50% { transform: translateY(6px); } }

.recognition, .contents, .faq { padding: 110px clamp(24px, 7vw, 110px); }
.section-heading { max-width: 650px; margin: 0 auto 60px; text-align: center; }
.section-heading h2, .method h2, .offer h2, .faq h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; font-size: clamp(42px, 4.3vw, 62px); line-height: 1.08; margin: 15px 0 20px; }
.section-heading h2 em, .offer h2 em, .faq h2 em { color: var(--terracotta); }
.section-heading p, .faq-heading > p { color: var(--muted); font-size: 15px; line-height: 1.7; max-width: 550px; margin: auto; }
.pain-grid { max-width: 1120px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); }
.pain-card { background: var(--cream); padding: 44px 38px; min-height: 250px; transition: background .25s, transform .25s; }
.pain-card:hover { background: var(--paper); transform: translateY(-4px); }
.pain-card.feature { background: var(--paper); }
.line-icon { color: var(--terracotta); font-family: var(--serif); font-style: italic; font-size: 18px; }
.pain-card h3 { font-family: var(--serif); font-size: 22px; margin: 42px 0 13px; font-weight: 600; }
.pain-card p { color: var(--muted); font-size: 13px; line-height: 1.75; margin: 0; }
.bridge { text-align: center; color: var(--terracotta-dark); font-family: var(--serif); font-style: italic; font-size: 16px; margin: 42px 0 0; }

.method { background: var(--navy); color: #fff; padding: 100px clamp(24px, 8vw, 130px); display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; position: relative; overflow: hidden; }
.method-decor { position: absolute; right: -90px; top: -180px; font-size: 430px; line-height: 1; color: rgba(255,255,255,.025); transform: rotate(-20deg); }
.kicker-light { color: #c7a399; }
.method h2 { margin-top: 15px; }.method h2 em { color: #b8b1d1; }
.method-intro > p { color: rgba(255,255,255,.63); line-height: 1.8; font-size: 14px; max-width: 470px; }
.signature { margin-top: 42px; font-family: var(--serif); font-style: italic; color: #d5cede; font-size: 13px; word-spacing: 5px; }.signature span { color: var(--terracotta); }
.steps { border-top: 1px solid rgba(255,255,255,.15); position: relative; z-index: 1; }
.step { display: grid; grid-template-columns: 85px 1fr; gap: 25px; padding: 29px 5px; border-bottom: 1px solid rgba(255,255,255,.15); }
.step-number { color: var(--terracotta); font-family: var(--serif); font-size: 28px; font-style: italic; }
.step small { color: #a7a2bb; font-size: 9px; letter-spacing: .17em; }.step h3 { font-family: var(--serif); font-size: 24px; margin: 6px 0 7px; }.step p { margin: 0; color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.65; max-width: 500px; }

.contents { background: #f4eee6; }
.content-layout { max-width: 1060px; margin: auto; display: grid; grid-template-columns: 1fr 1.02fr; align-items: center; gap: 100px; }
.mockup { height: 510px; position: relative; }
.book-cover { position: absolute; width: 285px; height: 390px; left: 8%; top: 20px; padding: 30px; color: #fff; background: linear-gradient(145deg, #313450, #1e2039); box-shadow: -15px 25px 50px rgba(38,34,49,.2), inset -7px 0 0 rgba(0,0,0,.17); transform: rotate(-5deg); }
.mini-brand { font-size: 8px; letter-spacing: .2em; color: #d1c9e1; }.moon-art { width: 95px; height: 95px; border-radius: 50%; border: 1px solid rgba(255,255,255,.14); margin: 35px auto 25px; padding: 12px; }.moon-art span { display: block; width: 68px; height: 68px; border-radius: 50%; box-shadow: -16px 10px 0 -2px #c48673; transform: rotate(-25deg); }
.book-cover h3 { font-family: var(--serif); font-size: 31px; font-weight: 500; line-height: 1.03; margin: 0; }.book-cover p { font-size: 9px; line-height: 1.5; color: rgba(255,255,255,.55); width: 150px; }
.phone-mockup { position: absolute; width: 190px; height: 365px; right: 4%; bottom: 5px; border: 7px solid #17182a; border-radius: 27px; background: #eeebe8; box-shadow: 12px 25px 42px rgba(42,37,50,.22); padding: 45px 18px 20px; text-align: center; transform: rotate(4deg); }
.phone-top { position: absolute; width: 70px; height: 14px; left: calc(50% - 35px); top: 8px; background: #17182a; border-radius: 20px; }.phone-mockup > span { font-size: 7px; letter-spacing: .17em; color: var(--terracotta-dark); }.audio-moon { color: var(--terracotta); font-size: 70px; margin: 35px 0 20px; transform: rotate(-20deg); }.phone-mockup strong { font-family: var(--serif); font-size: 16px; line-height: 1.25; }.audio-controls { margin-top: 32px; font-size: 12px; color: var(--navy); }
.deliverable { display: grid; grid-template-columns: 52px 1fr; gap: 25px; padding: 22px 0; border-bottom: 1px solid var(--border); }.deliverable > span { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: #e5dfe9; color: var(--navy); font-family: var(--serif); font-style: italic; font-size: 13px; }.deliverable h3 { font-family: var(--serif); font-size: 19px; margin: 0 0 7px; }.deliverable p { color: var(--muted); font-size: 12px; line-height: 1.55; margin: 0; }

.gentle-note { min-height: 355px; background: #dfdbe8; text-align: center; padding: 73px 24px; position: relative; overflow: hidden; }.gentle-note:before, .gentle-note:after { content: ""; position: absolute; border: 1px solid rgba(32,34,61,.07); width: 340px; height: 340px; border-radius: 50%; }.gentle-note:before { left: -180px; top: -190px; }.gentle-note:after { right: -170px; bottom: -210px; }.quote-mark { font-family: var(--serif); color: var(--terracotta); font-size: 65px; height: 50px; }.gentle-note blockquote { font-family: var(--serif); font-size: clamp(27px, 3vw, 40px); line-height: 1.3; margin: 15px auto; max-width: 850px; }.gentle-note blockquote em { color: var(--terracotta-dark); }.gentle-note p { font-size: 10px; letter-spacing: .13em; text-transform: uppercase; color: var(--muted); }

.offer { padding: 105px clamp(24px, 9vw, 145px); display: grid; grid-template-columns: 1fr 440px; gap: 10vw; align-items: center; background: var(--paper); }
.offer-copy > p { color: var(--muted); line-height: 1.75; max-width: 580px; }.offer ul { list-style: none; padding: 10px 0 0; display: grid; grid-template-columns: repeat(2, minmax(200px,1fr)); gap: 14px; font-size: 13px; }.offer li span { color: var(--terracotta); margin-right: 8px; font-weight: 700; }
.price-card { background: var(--navy); color: #fff; padding: 43px; text-align: center; border-radius: 8px; box-shadow: 20px 25px 0 #e5dfea; position: relative; }.price-label { display: inline-block; color: #d5a99e; font-size: 9px; letter-spacing: .16em; font-weight: 700; padding-bottom: 11px; border-bottom: 1px solid rgba(255,255,255,.16); }.old-price { color: rgba(255,255,255,.55); font-size: 12px; margin-top: 25px; }.price { display: flex; align-items: flex-start; justify-content: center; margin: 5px 0 -2px; }.price small { font-size: 18px; margin: 16px 7px 0 0; }.price strong { font-family: var(--serif); font-size: 83px; font-weight: 500; line-height: 1; }.price sup { font-family: var(--serif); font-size: 27px; margin-top: 10px; }.price-card > p { color: rgba(255,255,255,.5); font-size: 10px; }.price-card .button { width: 100%; margin: 20px 0 15px; padding: 0 18px; }.secure { font-size: 9px; color: rgba(255,255,255,.6); margin-bottom: 22px; }.disclaimer { display: block; color: rgba(255,255,255,.4); line-height: 1.5; font-size: 8px; border-top: 1px solid rgba(255,255,255,.1); padding-top: 18px; }

.faq { background: var(--cream); display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; }.faq-heading { max-width: 460px; }.faq-heading > p { margin: 0; }.accordion details { border-top: 1px solid var(--border); padding: 25px 0; }.accordion details:last-child { border-bottom: 1px solid var(--border); }.accordion summary { font-family: var(--serif); font-size: 18px; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }.accordion summary::-webkit-details-marker { display: none; }.accordion summary span { font-family: var(--sans); color: var(--terracotta); font-size: 23px; font-weight: 300; transition: transform .25s; }.accordion details[open] summary span { transform: rotate(45deg); }.accordion details p { color: var(--muted); font-size: 13px; line-height: 1.7; padding-right: 40px; margin: 16px 0 0; }

footer { padding: 65px clamp(24px, 7vw, 110px) 35px; background: var(--navy-deep); color: #fff; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 25px; }.brand-footer { grid-row: span 2; }.brand-footer .brand-mark { width: 40px; height: 40px; }.brand-footer + p { margin: 0; color: rgba(255,255,255,.6); font-family: var(--serif); font-style: italic; text-align: right; }.brand-footer + p + div { display: flex; gap: 25px; font-size: 10px; color: rgba(255,255,255,.55); }.brand-footer + p + div a:hover { color: #fff; }footer > small { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.1); padding-top: 23px; color: rgba(255,255,255,.33); font-size: 9px; line-height: 1.6; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .site-header { grid-template-columns: 1fr auto; }.site-header nav, .site-header > .button { display: none; }.menu-button { display: block; }.site-header.menu-open nav { display: flex; position: absolute; top: 82px; left: 0; right: 0; padding: 25px; flex-direction: column; background: var(--navy-deep); text-align: center; }
  .hero { grid-template-columns: 1fr 390px; gap: 25px; padding-left: 40px; padding-right: 40px; }.hero h1 { font-size: 53px; }.floating-card { min-width: 190px; padding: 12px; }.card-top { left: -5%; }.card-bottom { right: -3%; }
  .method { gap: 6vw; }.content-layout { gap: 35px; }.offer { grid-template-columns: 1fr 390px; gap: 5vw; padding-left: 50px; padding-right: 50px; }
}

@media (max-width: 760px) {
  .announcement { font-size: 8px; text-align: center; padding: 0 10px; }.site-header { height: 70px; padding: 0 20px; }.site-header.menu-open nav { top: 70px; }
  .hero { grid-template-columns: 1fr; padding: 55px 22px 75px; text-align: center; }.hero-copy { margin: auto; }.eyebrow { justify-content: center; }.hero h1 { font-size: clamp(45px, 13vw, 62px); }.hero-lead { font-size: 14px; }.hero-actions { justify-content: center; flex-direction: column; gap: 22px; }.hero-trust { justify-content: center; text-align: left; }.hero-visual { height: 520px; min-height: 0; width: min(100%, 440px); margin: 5px auto 0; }.photo-frame { width: 95%; margin: auto; }.card-top { left: -1%; top: 18%; }.card-bottom { right: -1%; }.scroll-hint { display: none; }
  .recognition, .contents, .faq { padding: 80px 22px; }.section-heading { margin-bottom: 40px; }.pain-grid { grid-template-columns: 1fr; }.pain-card { min-height: 0; }.pain-card h3 { margin-top: 25px; }
  .method { grid-template-columns: 1fr; padding: 80px 24px; gap: 55px; }.method-intro { text-align: center; }.method-intro > p { margin: auto; }
  .content-layout { grid-template-columns: 1fr; }.mockup { height: 460px; width: min(100%, 430px); margin: auto; }.book-cover { width: 250px; height: 350px; left: 2%; }.phone-mockup { right: 1%; width: 170px; height: 330px; }.deliverable { grid-template-columns: 45px 1fr; gap: 15px; }
  .offer { grid-template-columns: 1fr; padding: 80px 22px; }.offer-copy { text-align: center; }.offer ul { grid-template-columns: 1fr; width: max-content; max-width: 100%; margin: auto; text-align: left; }.price-card { width: min(100%, 440px); margin: auto; padding: 35px 25px; box-shadow: 10px 12px 0 #e5dfea; }
  .faq { grid-template-columns: 1fr; gap: 40px; }.faq-heading { text-align: center; margin: auto; }
  footer { grid-template-columns: 1fr; text-align: center; }.brand-footer { grid-row: auto; margin: auto; }.brand-footer + p { text-align: center; }.brand-footer + p + div { justify-content: center; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.scroll-hint { animation: none; } }
