:root {
  --ink: #15231d;
  --cream: #f5f0e6;
  --paper: #fffdf8;
  --lime: #cbe85f;
  --sage: #8da694;
  --orange: #f58055;
  --line: rgba(21,35,29,.16);
  --serif: 'Fraunces', Georgia, serif;
  --sans: 'DM Sans', Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
img, svg { max-width: 100%; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; background: var(--ink); color: white; padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.site-header { height: 88px; max-width: 1440px; margin: 0 auto; padding: 0 clamp(1.2rem,4vw,4.5rem); display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 20; }
.brand { display: flex; align-items: center; gap: .7rem; font-weight: 700; letter-spacing: -.04em; font-size: 1.28rem; }
.brand-mark { width: 30px; height: 30px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; align-items: end; }
.brand-mark i { display: block; background: var(--ink); border-radius: 8px; }
.brand-mark i:nth-child(1) { height: 45%; }
.brand-mark i:nth-child(2) { height: 100%; background: var(--orange); }
.brand-mark i:nth-child(3) { height: 70%; background: var(--lime); }
nav { display: flex; align-items: center; gap: 2rem; font-size: .94rem; }
nav a { position: relative; }
nav a:not(.nav-cta)::after { content: ''; position: absolute; left: 0; bottom: -.4rem; width: 100%; height: 1px; background: var(--ink); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: .75rem 1.1rem; border: 1px solid var(--ink); border-radius: 999px; }
.menu-toggle { display: none; background: none; border: 0; width: 44px; height: 44px; }
.menu-toggle span { width: 24px; height: 2px; background: var(--ink); display: block; margin: 6px auto; transition: .25s; }
.hero { min-height: calc(100vh - 88px); max-width: 1440px; margin: 0 auto; padding: clamp(3rem,7vw,7rem) clamp(1.2rem,4vw,4.5rem) 5rem; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 4rem; }
.eyebrow { margin: 0 0 1.3rem; text-transform: uppercase; letter-spacing: .16em; font-weight: 700; font-size: .72rem; display: flex; align-items: center; gap: .65rem; }
.eyebrow span { width: 24px; height: 2px; background: var(--orange); }
.eyebrow.light { color: rgba(255,255,255,.78); }
.hero h1, .section-heading h2, .plans h2, .calculator h2, .start h2 { font-family: var(--serif); font-size: clamp(3.7rem,7vw,7rem); line-height: .92; letter-spacing: -.055em; margin: 0; font-weight: 600; }
h1 em, h2 em { color: var(--orange); font-weight: 600; }
.hero-text { font-size: clamp(1.05rem,1.5vw,1.28rem); max-width: 590px; margin: 2rem 0; color: #53615b; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; }
.button { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; padding: 1rem 1.45rem; font-weight: 700; transition: transform .25s, box-shadow .25s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 25px rgba(21,35,29,.13); }
.button-primary { background: var(--lime); color: var(--ink); }
.button-dark { background: var(--ink); color: white; width: 100%; }
.text-link { font-weight: 700; }
.text-link span { display: inline-block; transition: transform .2s; }
.text-link:hover span { transform: translate(3px,-3px); }
.proof-row { margin-top: 3.5rem; display: flex; gap: clamp(1.5rem,4vw,3.8rem); padding-top: 1.5rem; border-top: 1px solid var(--line); }
.proof-row div { display: grid; }
.proof-row strong { font-family: var(--serif); font-size: 1.6rem; line-height: 1; }
.proof-row span { font-size: .78rem; color: #6b756f; margin-top: .35rem; }
.hero-visual { min-height: 610px; position: relative; display: grid; place-items: center; }
.hero-visual::before { content: ''; position: absolute; width: min(34vw,500px); aspect-ratio: 1; border-radius: 48% 52% 60% 40% / 45% 45% 55% 55%; background: #dfe5db; transform: rotate(-8deg); }
.orb { position: absolute; border-radius: 50%; }
.orb-one { width: 90px; height: 90px; top: 10%; right: 10%; background: var(--orange); }
.orb-two { width: 44px; height: 44px; bottom: 14%; left: 3%; background: var(--lime); }
.movement-card { position: relative; z-index: 2; width: min(380px,85%); padding: 1.4rem; border-radius: 28px; background: rgba(255,253,248,.84); border: 1px solid rgba(255,255,255,.7); box-shadow: 0 30px 80px rgba(21,35,29,.18); backdrop-filter: blur(18px); text-align: center; }
.card-topline { display: flex; justify-content: space-between; font-size: .75rem; color: #65716a; }
.status-dot { color: #557239; }
.status-dot::before { content: ''; display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); margin-right: 5px; }
.ring-wrap { width: 190px; margin: 1rem auto; position: relative; }
.progress-ring { transform: rotate(-90deg); }
.progress-ring circle { fill: none; stroke: #e5e7df; stroke-width: 10; }
.progress-ring .ring-progress { stroke: var(--orange); stroke-linecap: round; stroke-dasharray: 402; stroke-dashoffset: 92; }
.ring-label { position: absolute; inset: 0; display: grid; place-content: center; }
.ring-label strong { font-family: var(--serif); font-size: 3rem; line-height: 1; }
.ring-label span { font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.movement-card h2 { font-family: var(--serif); font-size: 1.8rem; margin: 0; }
.movement-card p { color: #6d7772; margin: .2rem 0 1rem; font-size: .9rem; }
.start-session { width: 100%; padding: .9rem; border: 0; border-radius: 14px; background: var(--ink); color: white; font-weight: 700; }
.start-session span { margin-left: .5rem; color: var(--lime); }
.mini-card { position: absolute; z-index: 3; background: var(--ink); color: white; border-radius: 16px; padding: .9rem 1rem; box-shadow: 0 15px 35px rgba(21,35,29,.2); min-width: 120px; }
.mini-card span { display: block; font-size: .68rem; color: rgba(255,255,255,.6); text-transform: uppercase; letter-spacing: .1em; }
.mini-card strong { font-family: var(--serif); }
.mini-card-one { top: 24%; left: 1%; transform: rotate(-5deg); }
.mini-card-two { right: 0; bottom: 20%; transform: rotate(5deg); background: var(--orange); }
.ticker { overflow: hidden; padding: 1rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--cream); }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 1.5rem; animation: marquee 25s linear infinite; font-size: .78rem; letter-spacing: .18em; font-weight: 700; }
.ticker b { color: var(--orange); }
@keyframes marquee { to { transform: translateX(-50%); } }
.section { padding: clamp(5rem,10vw,9rem) clamp(1.2rem,5vw,5.5rem); }
.approach { max-width: 1440px; margin: auto; }
.section-heading { max-width: 810px; }
.section-heading h2 { font-size: clamp(3rem,5.5vw,5.5rem); }
.section-heading > p:last-child { max-width: 600px; color: #637068; font-size: 1.08rem; }
.method-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin-top: 4rem; }
.method-card { min-height: 390px; border: 1px solid var(--line); border-radius: 24px; padding: 1.6rem; display: flex; flex-direction: column; transition: transform .3s, background .3s; }
.method-card:hover { transform: translateY(-8px); }
.method-card.featured { background: var(--lime); border-color: var(--lime); transform: rotate(1.5deg); }
.method-card.featured:hover { transform: rotate(0) translateY(-8px); }
.number { font-size: .72rem; letter-spacing: .14em; font-weight: 700; }
.method-icon { width: 110px; height: 110px; margin: 2.3rem 0 auto; border-radius: 50%; position: relative; }
.icon-space { border: 1px solid var(--ink); }
.icon-space::after { content: ''; position: absolute; inset: 22px; border: 1px solid var(--orange); border-radius: 8px; transform: rotate(45deg); }
.icon-pulse { background: var(--paper); }
.icon-pulse::after { content: '⌁'; position: absolute; inset: 0; display: grid; place-items: center; font-size: 4rem; color: var(--orange); transform: rotate(-20deg); }
.icon-grow { background: var(--cream); }
.icon-grow::before, .icon-grow::after { content: ''; position: absolute; left: 54px; bottom: 18px; width: 2px; height: 70px; background: var(--ink); transform-origin: bottom; }
.icon-grow::after { transform: rotate(45deg); height: 45px; }
.method-card h3 { font-family: var(--serif); font-size: 2rem; margin: 1.5rem 0 .5rem; }
.method-card p { margin: 0; color: #5c6962; }
.method-card.featured p { color: #35443c; }
.plans { background: var(--ink); color: white; display: grid; grid-template-columns: .8fr 1.2fr; gap: 5rem; align-items: center; }
.plans h2 { font-size: clamp(3.2rem,5vw,5.6rem); }
.plans-intro > p:last-child { color: rgba(255,255,255,.62); max-width: 430px; }
.plan-selector { background: #22342c; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; padding: 1rem; }
.plan-tabs { display: grid; grid-template-columns: repeat(3,1fr); gap: .5rem; }
.plan-tab { color: rgba(255,255,255,.62); background: transparent; border: 0; border-radius: 16px; padding: .9rem; font-weight: 700; }
.plan-tab.active { background: var(--paper); color: var(--ink); }
.plan-content { padding: 2.2rem 1.2rem 1.2rem; }
.plan-kicker { color: var(--lime); text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 700; }
.plan-content h3 { font-family: var(--serif); font-size: 2.4rem; margin: 0; }
.plan-content > div:first-child > p:last-child { color: rgba(255,255,255,.65); }
.plan-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; border-top: 1px solid rgba(255,255,255,.12); margin: 1.8rem 0; padding-top: 1.2rem; }
.plan-stats div { display: grid; }
.plan-stats dt { color: rgba(255,255,255,.45); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.plan-stats dd { margin: .3rem 0 0; font-weight: 700; }
.plan-meter { height: 8px; background: rgba(255,255,255,.1); border-radius: 8px; overflow: hidden; }
.plan-meter span { display: block; height: 100%; width: 32%; background: var(--lime); border-radius: 8px; transition: width .35s; }
.calculator { background: var(--cream); }
.calculator-card { max-width: 1180px; margin: auto; background: var(--paper); border-radius: 32px; padding: clamp(1.5rem,4vw,4rem); display: grid; grid-template-columns: .9fr 1.1fr; gap: 4rem; position: relative; overflow: hidden; }
.calculator h2 { font-size: clamp(2.8rem,4vw,4.5rem); }
.calculator-copy > p:last-child { color: #66716b; }
fieldset { border: 0; padding: 0; margin: 0 0 1.5rem; }
legend { font-weight: 700; margin-bottom: .7rem; }
.choice-row { display: grid; grid-template-columns: repeat(3,1fr); gap: .5rem; }
.choice-row label input { position: absolute; opacity: 0; }
.choice-row label span { display: block; text-align: center; padding: .75rem; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; }
.choice-row input:checked + span { background: var(--lime); border-color: var(--lime); font-weight: 700; }
select { width: 100%; padding: .85rem; border: 1px solid var(--line); border-radius: 12px; background: white; color: var(--ink); }
.fit-result { position: absolute; inset: 0; background: var(--ink); color: white; padding: clamp(2rem,6vw,5rem); display: grid; place-content: center; text-align: center; z-index: 3; }
.fit-result[hidden] { display: none; }
.fit-result > span { color: var(--lime); text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; }
.fit-result h3 { font-family: var(--serif); font-size: clamp(2.5rem,5vw,4.5rem); margin: .5rem 0; }
.fit-result p { max-width: 600px; color: rgba(255,255,255,.68); }
.result-details { margin: 1rem 0 1.5rem; font-weight: 700; }
.result-close { position: absolute; top: 1.3rem; right: 1.3rem; border: 0; background: transparent; color: white; font-size: 2rem; }
.story { max-width: 1440px; margin: auto; display: grid; grid-template-columns: 1.1fr .9fr; gap: 2rem; }
.story-quote { background: var(--orange); border-radius: 32px; padding: clamp(2rem,5vw,5rem); }
.quote-mark { font-family: var(--serif); font-size: 6rem; line-height: .6; }
blockquote { font-family: var(--serif); font-size: clamp(2rem,3.5vw,3.8rem); line-height: 1.08; margin: 1rem 0 2rem; letter-spacing: -.035em; }
.story-panel { background: var(--ink); color: white; border-radius: 32px; padding: clamp(2rem,4vw,3.5rem); display: grid; }
.day-label { display: flex; justify-content: space-between; text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; }
.day-label strong { color: var(--lime); }
.steps-visual { height: 230px; display: flex; align-items: end; gap: .7rem; margin: 2rem 0; }
.steps-visual i { flex: 1; height: var(--h); background: #3d5148; border-radius: 10px 10px 3px 3px; }
.steps-visual i:nth-child(6) { background: var(--lime); }
.story-stat { display: grid; }
.story-stat strong { font-family: var(--serif); font-size: 3.4rem; }
.story-stat span { color: rgba(255,255,255,.6); }
.faq { max-width: 1200px; margin: auto; display: grid; grid-template-columns: .75fr 1.25fr; gap: 5rem; }
.faq .section-heading h2 { font-size: clamp(3rem,5vw,5rem); }
details { border-top: 1px solid var(--line); padding: 1.2rem 0; }
details:last-child { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; font-weight: 700; font-size: 1.05rem; }
summary::-webkit-details-marker { display: none; }
summary span { font-size: 1.4rem; transition: transform .25s; }
details[open] summary span { transform: rotate(45deg); }
details p { color: #64716a; max-width: 650px; }
.start { padding-top: 0; }
.start-inner { max-width: 1320px; margin: auto; border-radius: 36px; background: var(--ink); color: white; text-align: center; padding: clamp(3rem,8vw,7rem) 1.5rem; position: relative; overflow: hidden; }
.start-inner::before, .start-inner::after { content: ''; position: absolute; border-radius: 50%; }
.start-inner::before { width: 240px; height: 240px; background: var(--orange); left: -120px; top: -80px; }
.start-inner::after { width: 180px; height: 180px; background: var(--lime); right: -90px; bottom: -90px; }
.start-inner > * { position: relative; z-index: 2; }
.start h2 { font-size: clamp(3rem,6vw,6rem); }
.start-inner > p { color: rgba(255,255,255,.65); }
.signup-form { max-width: 560px; margin: 2rem auto 0; display: flex; background: white; padding: .4rem; border-radius: 999px; }
.signup-form input { flex: 1; border: 0; background: transparent; padding: 0 1rem; min-width: 0; }
.signup-form button { border: 0; border-radius: 999px; background: var(--lime); padding: .85rem 1.2rem; font-weight: 700; }
.form-message { min-height: 1.5em; }
footer { max-width: 1320px; margin: auto; padding: 0 1.5rem 2.5rem; display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: center; }
.footer-brand { font-size: 1.4rem; }
footer > p { color: #6b756f; margin: 0; }
.footer-links { display: flex; gap: 1.5rem; }
.copyright { grid-column: 1 / -1; padding-top: 1.5rem; border-top: 1px solid var(--line); font-size: .78rem; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }
@media (max-width: 920px) {
  .menu-toggle { display: block; z-index: 22; }
  nav { position: fixed; inset: 0; background: var(--paper); display: grid; place-content: center; gap: 1.4rem; text-align: center; font-family: var(--serif); font-size: 2rem; transform: translateY(-100%); transition: transform .35s; }
  nav.open { transform: translateY(0); }
  .menu-toggle.active span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle.active span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .hero { grid-template-columns: 1fr; padding-top: 4rem; }
  .hero-visual { min-height: 520px; }
  .hero-visual::before { width: min(75vw,500px); }
  .method-grid { grid-template-columns: 1fr; }
  .method-card { min-height: 330px; }
  .plans, .faq { grid-template-columns: 1fr; gap: 3rem; }
  .calculator-card, .story { grid-template-columns: 1fr; }
  .calculator-card { gap: 2rem; }
}
@media (max-width: 600px) {
  .site-header { height: 72px; }
  .hero { min-height: auto; padding-top: 3rem; }
  .hero h1 { font-size: clamp(3.4rem,18vw,5rem); }
  .proof-row { gap: 1rem; }
  .proof-row strong { font-size: 1.35rem; }
  .proof-row span { font-size: .68rem; }
  .hero-visual { min-height: 450px; }
  .mini-card { min-width: 105px; padding: .7rem; }
  .mini-card-one { left: -2%; }
  .mini-card-two { right: -2%; }
  .section { padding-left: 1rem; padding-right: 1rem; }
  .plans { padding-left: 1rem; padding-right: 1rem; }
  .plan-stats { grid-template-columns: 1fr; }
  .choice-row { grid-template-columns: 1fr 1fr 1fr; }
  .signup-form { border-radius: 18px; flex-direction: column; gap: .4rem; }
  .signup-form input { padding: .9rem; }
  .signup-form button { border-radius: 14px; }
  footer { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
}
