:root {
  --ink: #18202c;
  --ink-soft: #354052;
  --muted: #697181;
  --paper: #f8f7f3;
  --paper-warm: #f2ece7;
  --white: #fff;
  --navy: #111b2d;
  --blue: #b7c9e7;
  --blue-soft: #e7eef9;
  --lavender: #d9d4f3;
  --rose: #e8cbc7;
  --gold: #d3b47c;
  --line: rgba(24,32,44,.11);
  --shadow: 0 24px 80px rgba(27,38,57,.12);
  --radius: 28px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font: 400 16px/1.65 Inter, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 4px; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #6d7fd5; outline-offset: 3px; }
.skip {
  position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 15px;
  transform: translateY(-150%); border-radius: 9px; background: white;
}
.skip:focus { transform: none; }
.shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.site-header {
  position: sticky; z-index: 50; top: 0; border-bottom: 1px solid transparent;
  background: rgba(248,247,243,.82); backdrop-filter: blur(16px);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(21,29,44,.05); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.logo { font: 500 28px/1 "Playfair Display", serif; letter-spacing: -.04em; text-decoration: none; }
.nav-links { display: flex; align-items: center; gap: 25px; font-size: 14px; }
.nav-links > a { text-decoration: none; }
.nav-links > a:not(.button):hover { color: #5b6997; }
.button {
  min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 0 22px; border: 1px solid transparent; border-radius: 999px; background: var(--navy);
  color: white; font-weight: 600; text-decoration: none; cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(17,27,45,.18); }
.button.light { border-color: var(--line); background: rgba(255,255,255,.65); color: var(--ink); }
.button.ghost { border-color: rgba(255,255,255,.25); background: transparent; }
.menu-button { display: none; width: 46px; height: 46px; border: 0; background: transparent; cursor: pointer; }
.menu-button span { display: block; width: 24px; height: 2px; margin: 5px auto; background: var(--ink); }
.eyebrow { color: #606c94; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, .serif {
  margin: 0; font-family: "Playfair Display", Georgia, serif; font-weight: 500;
  line-height: 1.03; letter-spacing: -.035em;
}
h1 { max-width: 850px; font-size: clamp(54px, 7vw, 104px); }
h2 { font-size: clamp(40px, 5vw, 68px); }
h3 { line-height: 1.25; }
.lede { max-width: 660px; color: var(--muted); font-size: clamp(17px, 1.7vw, 20px); }
.hero { position: relative; overflow: hidden; padding: 80px 0 110px; }
.hero::before {
  content: ""; position: absolute; width: 620px; height: 620px; top: -220px; right: -180px;
  border-radius: 50%; background: radial-gradient(circle, rgba(192,200,239,.7), rgba(232,203,199,.15) 58%, transparent 72%);
  filter: blur(8px); pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px; }
.hero-grid > * { min-width: 0; }
.hero h1 em { color: #7a6f9e; font-weight: inherit; }
.hero .lede { margin: 28px 0; }
.actions, .stores { display: flex; flex-wrap: wrap; gap: 12px; }
.store {
  min-width: 177px; min-height: 58px; display: inline-flex; align-items: center; gap: 11px;
  padding: 8px 16px; border-radius: 13px; background: #111; color: white; text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.store:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(0,0,0,.18); }
.store svg { width: 27px; height: 27px; fill: currentColor; }
.store small, .store strong { display: block; line-height: 1.12; }
.store small { font-size: 10px; }.store strong { margin-top: 3px; font-size: 17px; font-weight: 500; }
.trust-line { margin-top: 18px; color: var(--muted); font-size: 13px; }
.scene { position: relative; min-height: 630px; perspective: 1100px; }
.glow {
  position: absolute; inset: 8% 3% 3%; border-radius: 48% 52% 42% 55%;
  background: linear-gradient(145deg, rgba(221,211,243,.88), rgba(183,205,232,.9) 55%, rgba(237,207,201,.72));
  box-shadow: inset 0 0 80px rgba(255,255,255,.5), var(--shadow); transform: rotate(3deg);
}
.phone {
  position: absolute; z-index: 2; width: min(330px, 72%); left: 50%; bottom: -35px;
  border: 8px solid rgba(255,255,255,.84); border-radius: 42px; box-shadow: 0 35px 90px rgba(36,40,65,.25);
  transform: translateX(-50%) rotate(2deg); transition: transform .25s ease-out;
}
.float-letter {
  position: absolute; z-index: 3; width: 190px; padding: 22px; border: 1px solid rgba(255,255,255,.75);
  border-radius: 20px; background: rgba(255,255,255,.76); box-shadow: 0 20px 60px rgba(48,44,66,.14);
  backdrop-filter: blur(12px); font: italic 18px/1.4 "Playfair Display", serif;
}
.float-letter.one { top: 70px; right: -10px; transform: rotate(-5deg); animation: float 9s ease-in-out infinite; }
.float-letter.two { bottom: 80px; left: -20px; width: 155px; transform: rotate(5deg); animation: float 11s ease-in-out -3s infinite; }
@keyframes float { 50% { translate: 0 -12px; rotate: 1deg; } }
.section { padding: 110px 0; }
.section.alt { background: var(--paper-warm); }
.section.dark { background: var(--navy); color: #f7f4ef; }
.section.dark .lede, .section.dark .muted { color: #b9c0ca; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 55px; }
.section-head > div { max-width: 720px; }
.section-head .lede { max-width: 430px; margin: 0; }
.problem-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.thought {
  min-height: 245px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius);
  background: rgba(255,255,255,.52); box-shadow: 0 12px 38px rgba(24,32,44,.05);
}
.thought:nth-child(2) { translate: 0 28px; }.thought:nth-child(4) { translate: 0 14px; }
.thought span { color: #7a6f9e; font: italic 24px "Playfair Display", serif; }
.thought h3 { margin: 62px 0 9px; font-size: 19px; }
.thought p { margin: 0; color: var(--muted); font-size: 14px; }
.story { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; margin: 115px 0; }
.story:first-child { margin-top: 0; }.story:last-child { margin-bottom: 0; }
.story.reverse .story-copy { order: 2; }.story.reverse .visual-card { order: 1; }
.story-copy h2 { font-size: clamp(39px,4.4vw,62px); }
.story-copy p { color: var(--muted); margin: 22px 0 28px; }
.text-link { color: #53628f; font-weight: 700; text-decoration: none; }
.text-link::after { content: " →"; }
.visual-card {
  position: relative; min-height: 520px; overflow: hidden; border: 1px solid rgba(255,255,255,.6);
  border-radius: 36px; background: linear-gradient(145deg, var(--blue-soft), #eee7f1 55%, #f1ddd8);
  box-shadow: var(--shadow);
}
.visual-card img { position: absolute; width: 300px; left: 50%; top: 55px; border-radius: 35px; transform: translateX(-50%); box-shadow: 0 25px 65px rgba(29,37,61,.21); }
.counter { display: grid; place-content: center; text-align: center; }
.counter strong { font: 500 clamp(100px,13vw,180px)/.9 "Playfair Display",serif; letter-spacing: -.08em; }
.counter span { margin-top: 20px; color: #5d6680; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.chat { padding: 55px 40px; }
.bubble { width: 83%; margin-bottom: 16px; padding: 18px 20px; border-radius: 22px 22px 22px 5px; background: white; box-shadow: 0 10px 30px rgba(30,40,60,.07); }
.bubble.you { margin-left: auto; border-radius: 22px 22px 5px 22px; background: #c9d5eb; }
.bubble small { display: block; margin-bottom: 4px; color: #657091; font-weight: 700; }
.journey { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: center; }
.phases { display: grid; gap: 14px; }
.phase { display: grid; grid-template-columns: 70px 1fr; gap: 20px; align-items: center; padding: 22px; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; }
.phase strong { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: rgba(255,255,255,.1); font-family: "Playfair Display",serif; }
.phase h3, .phase p { margin: 0; }.phase p { color: #b9c0ca; font-size: 14px; }
.path { position: relative; display: grid; grid-template-columns: repeat(10,1fr); gap: 14px; }
.path::before { content:""; position:absolute; left: 3%; right: 3%; top: 50%; height: 2px; background: linear-gradient(90deg,var(--rose),var(--lavender),var(--blue)); }
.path i { position: relative; display:block; aspect-ratio:1; border-radius:50%; background:#65748e; box-shadow: 0 0 0 7px rgba(255,255,255,.04); }
.path i:nth-child(3n) { background: #d5b2ae; box-shadow: 0 0 30px #d5b2ae; }
.orb-wrap { text-align: center; }
.orb {
  width: min(300px,70vw); aspect-ratio: 1; margin: 0 auto 35px; border: 0; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #fff, #d7d0ef 27%, #8da7cf 64%, #536789);
  box-shadow: inset -25px -30px 60px rgba(32,48,88,.25), 0 35px 90px rgba(160,178,218,.35);
  animation: breathe 8s ease-in-out infinite; cursor: pointer;
}
.orb.paused { animation-play-state: paused; }
@keyframes breathe { 50% { transform: scale(1.13); filter: saturate(.88) brightness(1.05); } }
.orb-control { border: 1px solid rgba(255,255,255,.25); background: transparent; color: white; }
.blog-grid { display: grid; grid-template-columns: 1.35fr .65fr .65fr; gap: 18px; }
.article-card { display: flex; flex-direction: column; min-height: 360px; padding: 28px; border: 1px solid var(--line); border-radius: 26px; background: white; text-decoration: none; }
.article-card.featured { min-height: 470px; background: linear-gradient(150deg,#dce5f2,#eee4e2); }
.article-card .tag { color:#5e6990; font-size:12px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; }
.article-card h3 { margin: auto 0 12px; font: 500 28px/1.12 "Playfair Display",serif; letter-spacing:-.02em; }
.article-card.featured h3 { font-size: 42px; }
.article-card p, .article-card time { color:var(--muted); font-size:14px; }
.download-panel { position:relative; overflow:hidden; border-radius:36px; padding:80px; background:linear-gradient(135deg,#111b2d,#263654); color:white; }
.download-panel::after { content:""; position:absolute; width:360px; height:360px; right:-80px; top:-150px; border-radius:50%; background:radial-gradient(circle,#c7c0ef,transparent 68%); opacity:.45; }
.download-panel > * { position:relative; z-index:1; }
.download-panel h2 { max-width:700px; }.download-panel p { max-width:600px; color:#c3c9d3; }
.page-hero { padding: 90px 0 80px; text-align:center; }
.page-hero h1 { max-width: 940px; margin: 14px auto 24px; font-size:clamp(50px,7vw,88px); }
.page-hero .lede { margin-inline:auto; }
.crumbs { color:var(--muted); font-size:13px; }.crumbs a { text-decoration:none; }
.cards { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.card { padding:30px; border:1px solid var(--line); border-radius:24px; background:white; }
.card h3 { margin:16px 0 8px; }.card p { color:var(--muted); margin:0; }
.icon { display:grid; place-items:center; width:48px; height:48px; border-radius:15px; background:var(--blue-soft); color:#4c5f88; font-size:22px; }
.steps { counter-reset: steps; display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.step { border-top:1px solid var(--ink); padding-top:24px; }
.step::before { counter-increment:steps; content:"0" counter(steps); color:#7a6f9e; font:italic 20px "Playfair Display",serif; }
.step h3 { margin:42px 0 8px; }.step p { color:var(--muted); }
.faq { max-width:850px; margin:auto; }
.faq details { border-bottom:1px solid var(--line); padding:22px 0; }
.faq summary { display:flex; justify-content:space-between; gap:20px; font-weight:700; cursor:pointer; list-style:none; }
.faq summary::after { content:"+"; font-size:22px; font-weight:400; }.faq details[open] summary::after { content:"−"; }
.faq details p { color:var(--muted); }
.pricing { display:grid; grid-template-columns:1fr 1fr; gap:22px; max-width:920px; margin:auto; }
.price-card { padding:42px; border:1px solid var(--line); border-radius:30px; background:white; }
.price-card.premium { background:var(--navy); color:white; box-shadow:var(--shadow); }
.price-card ul { padding:0; list-style:none; }.price-card li { margin:13px 0; }.price-card li::before { content:"✓"; margin-right:10px; color:#7889c7; }
.price-card.premium p { color:#bcc3cf; }
.article-layout { display:grid; grid-template-columns:230px minmax(0,740px); justify-content:center; gap:70px; align-items:start; }
.toc { position:sticky; top:110px; border-left:1px solid var(--line); padding-left:20px; }
.toc strong { display:block; margin-bottom:10px; }.toc a { display:block; margin:8px 0; color:var(--muted); font-size:13px; text-decoration:none; }
.prose { font-size:18px; line-height:1.8; }.prose h2 { margin:58px 0 18px; font-size:38px; }.prose h3 { margin-top:35px; }
.prose .exercise { margin:40px 0; padding:30px; border-radius:24px; background:var(--blue-soft); }
.prose blockquote { margin:40px 0; padding-left:25px; border-left:3px solid #8c98c8; font:italic 28px/1.45 "Playfair Display",serif; }
.contact-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:60px; }
.form { display:grid; gap:18px; }
.form label { font-weight:700; font-size:14px; }.form input,.form textarea { width:100%; margin-top:7px; padding:14px 16px; border:1px solid var(--line); border-radius:14px; background:white; }
.form textarea { min-height:170px; resize:vertical; }
.legal { max-width:800px; margin:auto; }.legal h2 { margin:50px 0 15px; font-size:36px; }.legal p,.legal li { color:var(--ink-soft); }
.site-footer { padding:70px 0 30px; background:#0d1625; color:white; }
.footer-grid { display:grid; grid-template-columns:1.3fr repeat(3,.7fr); gap:50px; }
.site-footer h3 { margin:0 0 15px; }.site-footer a { display:block; margin:9px 0; color:#b9c1ce; text-decoration:none; font-size:14px; }
.site-footer .logo { display:inline-block; color:white; }
.footer-bottom { display:flex; justify-content:space-between; gap:30px; margin-top:60px; padding-top:25px; border-top:1px solid rgba(255,255,255,.1); color:#929cab; font-size:12px; }
.mobile-download { display:none; }
.reveal { opacity:0; transform:translateY(20px); transition:opacity .7s ease,transform .7s ease; }
.reveal.visible { opacity:1; transform:none; }
@media (max-width: 960px) {
  .nav-links { display:none; position:fixed; inset:76px 0 0; padding:40px 28px; background:var(--paper); flex-direction:column; align-items:stretch; font-size:20px; }
  .nav-links.open { display:flex; }.menu-button { display:block; }
  .hero-grid,.story,.journey,.contact-grid { grid-template-columns:1fr; }
  .hero-copy { text-align:center; }.hero .lede,.hero .stores { margin-inline:auto; justify-content:center; }
  .scene { min-height:570px; max-width:580px; width:100%; margin:auto; }
  .problem-grid { grid-template-columns:1fr 1fr; }.thought:nth-child(2),.thought:nth-child(4) { translate:0; }
  .story.reverse .story-copy,.story.reverse .visual-card { order:initial; }
  .cards { grid-template-columns:1fr 1fr; }.blog-grid { grid-template-columns:1fr 1fr; }.article-card.featured { grid-column:1/-1; }
  .article-layout { grid-template-columns:minmax(0,740px); }.toc { position:static; }
  .footer-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width: 640px) {
  .shell { width:min(100% - 28px,1240px); }
  .nav { width:calc(100% - 28px); }
  .hero,.section { padding:75px 0; }.hero { padding-top:48px; }
  h1 { font-size:clamp(50px,15vw,70px); }.section-head { display:block; }.section-head .lede { margin-top:20px; }
  .hero-grid { display:block; width:100%; }
  .hero-copy { width:100%; overflow:hidden; }
  .hero h1 { width:100%; max-width:100%; font-size:46px; overflow-wrap:normal; }
  .hero .stores { width:100%; flex-direction:column; align-items:center; }
  .hero .store { width:min(100%,250px); }
  .menu-button { display:block!important; flex:0 0 46px; margin-left:auto; }
  .scene { min-height:460px; }.phone { width:260px; border-width:6px; border-radius:31px; }.float-letter { font-size:15px; width:145px; padding:15px; }
  .float-letter.one { right:0; top:30px; }.float-letter.two { left:0; bottom:30px; }
  .problem-grid,.cards,.steps,.pricing,.blog-grid { grid-template-columns:1fr; }.thought { min-height:210px; }.thought h3 { margin-top:40px; }
  .story { margin:80px 0; gap:35px; }.visual-card { min-height:430px; }.visual-card img { width:250px; }
  .download-panel { padding:55px 24px; }.article-card.featured { grid-column:auto; }.article-card.featured h3 { font-size:34px; }
  .footer-grid { grid-template-columns:1fr; gap:25px; }.footer-bottom { flex-direction:column; }
  .mobile-download { position:fixed; z-index:40; display:block; left:12px; right:12px; bottom:12px; min-height:52px; box-shadow:0 12px 35px rgba(10,18,31,.25); }
  body { padding-bottom:70px; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; } *,*::before,*::after { animation:none!important; transition:none!important; }
  .reveal { opacity:1; transform:none; }.phone { transform:translateX(-50%)!important; }
}
