:root {
  color-scheme: light;
  --ink: #3a3335;
  --ink-deep: #2c2729;
  --muted: #645c5e;
  --rose: #b7918c;
  --rose-strong: #8e625f;
  --rose-light: #ddc1bc;
  --pine: #387d7a;
  --pine-deep: #235856;
  --olive: #788783;
  --ivory: #f9fbf2;
  --paper: #fffefa;
  --line: rgba(58, 51, 53, .12);
  --shadow: 0 30px 80px rgba(44, 39, 41, .12);
  --radius: 28px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--ivory); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 10px 16px; background: var(--ink-deep); color: #fff; border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(249, 251, 242, .84); border-bottom: 1px solid rgba(58, 51, 53, .06); backdrop-filter: blur(18px); }
.nav { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink-deep); font-size: 21px; font-weight: 780; letter-spacing: -.04em; text-decoration: none; }
.brand-mark { display: grid; grid-template-columns: repeat(2, 9px); gap: 4px; }
.brand-mark i { width: 9px; height: 9px; border-radius: 50%; background: var(--ink-deep); }
.brand-mark i:last-child { background: var(--rose); }
.nav-links { display: flex; align-items: center; gap: 34px; }
.nav-links a { position: relative; color: var(--muted); font-size: 14px; font-weight: 650; text-decoration: none; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--rose); transition: right .2s ease; }
.nav-links a:hover::after, .nav-links a.active::after { right: 0; }
.nav-links a:hover, .nav-links a.active { color: var(--ink); }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 50%; background: rgba(58, 51, 53, .06); }
.menu-button > span:not(.sr-only) { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--ink); }

.hero { min-height: 720px; display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: 54px; padding-top: 68px; padding-bottom: 88px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--olive); font-size: 12px; line-height: 1.2; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { width: 26px; height: 1px; background: currentColor; }
h1, h2, h3 { margin-top: 0; color: var(--ink-deep); line-height: 1.02; letter-spacing: -.055em; }
.hero h1 { margin-bottom: 28px; font-size: clamp(56px, 6vw, 88px); font-weight: 760; }
.hero h1 em, .milestone-section h2 em { color: var(--rose-strong); font-family: Georgia, serif; font-weight: 400; }
.hero-lead { max-width: 540px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 38px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 23px; border-radius: 16px; font-size: 14px; font-weight: 750; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--rose-strong); box-shadow: 0 14px 30px rgba(142, 98, 95, .24); }
.button-primary:hover { background: #7d5451; }
.button-dark { color: #fff; background: var(--ink-deep); }
.button-disabled { cursor: default; opacity: .72; }
.button-disabled:hover { transform: none; }
.availability { color: var(--muted); font-size: 13px; font-weight: 650; white-space: nowrap; }
.availability span { margin: 0 6px; color: var(--rose); }

.hero-art { position: relative; min-height: 680px; display: grid; place-items: end center; padding-top: 185px; }
.hero-art::after { content: ""; position: absolute; z-index: -1; left: 12%; right: 4%; bottom: 5%; height: 12%; border-radius: 50%; background: rgba(44,39,41,.1); filter: blur(24px); }
.hero-plate { width: min(100%, 650px); }
.hero-plate img { width: 100%; }
.plate-tag { position: absolute; z-index: 2; left: 4%; bottom: 8%; padding: 9px 14px; color: var(--pine-deep); background: #fff; border: 1px solid var(--line); border-radius: 999px; box-shadow: 0 10px 30px rgba(44,39,41,.09); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.week-card { position: absolute; z-index: 3; top: 2%; right: -2%; width: min(390px, 72%); padding: 20px 22px; background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 20px 50px rgba(44,39,41,.12); }
.week-card-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; }
.week-label { color: var(--pine-deep); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.week-card-heading > strong { color: var(--pine-deep); font-size: 18px; letter-spacing: -.03em; }
.week-dots { display: grid; grid-template-columns: repeat(7, 1fr); gap: 7px; }
.week-dots i { display: flex; align-items: center; flex-direction: column; gap: 5px; color: #655d5f; font-style: normal; }
.week-dots b { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(58,51,53,.1); border-radius: 50%; background: #f3f3ee; font-size: 11px; }
.week-dots small { color: inherit; font-size: 8px; font-weight: 700; }
.week-dots i.done { color: var(--pine-deep); }
.week-dots i.done b { color: #fff; border-color: var(--pine); background: var(--pine); box-shadow: 0 6px 14px rgba(56,125,122,.2); }
.week-card > p { margin: 15px 0 0; padding-top: 13px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; text-align: center; }
.week-card > p strong { color: var(--ink-deep); }

.numbers { color: #fff; background: var(--ink-deep); }
.numbers-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.numbers-grid > div { display: flex; align-items: baseline; gap: 12px; padding: 32px 36px; border-right: 1px solid rgba(255,255,255,.11); }
.numbers-grid > div:first-child { padding-left: 0; }
.numbers-grid > div:last-child { padding-right: 0; border-right: 0; }
.numbers-grid strong { color: var(--rose-light); font-family: Georgia, serif; font-size: 38px; font-weight: 400; line-height: 1; }
.numbers-grid span { color: rgba(255,255,255,.7); font-size: 12px; font-weight: 650; }

.section { padding-top: 130px; padding-bottom: 130px; }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; margin-bottom: 64px; }
.section-heading h2, .support-card h2, .milestone-section h2 { margin-bottom: 0; font-size: clamp(44px, 5vw, 70px); }
.section-heading > p { max-width: 470px; margin: 0 0 8px; color: var(--muted); font-size: 17px; }
.feature-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 22px; }
.feature-card { position: relative; min-height: 420px; overflow: hidden; padding: 34px; border: 1px solid rgba(58,51,53,.08); border-radius: var(--radius); background: var(--paper); box-shadow: 0 18px 50px rgba(44,39,41,.06); }
.feature-card .card-number { position: absolute; top: 30px; right: 32px; color: rgba(58,51,53,.25); font-family: Georgia, serif; font-size: 15px; }
.feature-copy { position: relative; z-index: 2; }
.feature-copy h3 { margin-bottom: 16px; font-size: 30px; }
.feature-copy p { max-width: 410px; margin: 0; color: var(--muted); font-size: 15px; }
.feature-main { grid-row: span 2; min-height: 700px; display: flex; flex-direction: column; background: linear-gradient(145deg, #eef3e9, #f5e9e6); }
.feature-main img { width: 118%; max-width: none; margin: auto -9% -13%; filter: drop-shadow(0 20px 15px rgba(44,39,41,.08)); }
.feature-rhythm { display: flex; flex-direction: column; justify-content: flex-end; background: #f4e9e7; }
.rhythm-preview { margin: 0 0 auto; padding: 20px; border: 1px solid rgba(58,51,53,.09); border-radius: 20px; background: rgba(255,255,255,.65); }
.rhythm-title { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 17px; }
.rhythm-title strong { color: var(--ink-deep); font-size: 17px; }
.rhythm-title span { color: var(--muted); font-size: 10px; font-weight: 700; }
.mini-calendar { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; }
.mini-calendar > div { display: flex; align-items: center; flex-direction: column; gap: 7px; }
.mini-calendar span { color: #645c5e; font-size: 8px; font-weight: 750; }
.mini-calendar i { width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid rgba(58,51,53,.1); border-radius: 50%; background: #f1efea; color: #fff; font-size: 11px; font-style: normal; }
.mini-calendar .complete span { color: var(--pine-deep); }
.mini-calendar .complete i { border-color: var(--pine); background: var(--pine); box-shadow: 0 7px 14px rgba(56,125,122,.2); }
.rhythm-preview > p { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 17px 0 0; padding-top: 14px; border-top: 1px solid rgba(58,51,53,.09); color: var(--pine-deep); font-size: 10px; font-weight: 750; }
.rhythm-preview > p span { width: 18px; height: 18px; display: grid; place-items: center; color: #fff; background: var(--pine); border-radius: 50%; font-size: 9px; }
.feature-progress { display: flex; flex-direction: column; justify-content: flex-end; color: #fff; background: var(--pine-deep); }
.feature-progress h3 { color: #fff; }
.feature-progress p { color: rgba(255,255,255,.72); }
.feature-progress .card-number { color: rgba(255,255,255,.35); }
.progress-visual { display: flex; align-items: center; gap: 18px; margin: 4px 0 auto; }
.rings { width: 94px; height: 94px; display: grid; place-items: center; border: 7px solid rgba(255,255,255,.15); border-top-color: var(--rose-light); border-right-color: var(--rose-light); border-radius: 50%; transform: rotate(28deg); }
.rings span { font-family: Georgia, serif; font-size: 32px; transform: rotate(-28deg); }
.progress-visual > div:last-child { display: flex; flex-direction: column; }
.progress-visual small { color: rgba(255,255,255,.55); font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.progress-visual strong { font-size: 15px; }
.trend { width: fit-content; margin-top: 6px; padding: 3px 7px; border-radius: 999px; color: var(--pine-deep); background: #bdd8d2; font-size: 9px; font-weight: 800; }

.milestone-section { padding: 120px 0; color: #fff; background: var(--ink-deep); }
.milestone-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.eyebrow.light { color: var(--rose-light); }
.milestone-section h2 { color: #fff; }
.milestone-section > .shell > div:first-child > p:last-child { max-width: 490px; margin: 28px 0 0; color: rgba(255,255,255,.62); font-size: 16px; }
.milestone-list { border-top: 1px solid rgba(255,255,255,.13); }
.milestone-list div { display: grid; grid-template-columns: 48px 1fr 30px; align-items: center; padding: 25px 2px; border-bottom: 1px solid rgba(255,255,255,.13); }
.milestone-list span { color: var(--rose); font-family: Georgia, serif; font-size: 14px; }
.milestone-list strong { font-size: clamp(22px, 3vw, 34px); letter-spacing: -.04em; }
.milestone-list i { color: var(--rose-light); font-size: 22px; font-style: normal; text-align: right; transition: transform .2s ease; }
.milestone-list div:hover i { transform: translateX(5px); }

.support-section { padding-top: 100px; padding-bottom: 100px; }
.support-card { display: flex; justify-content: space-between; align-items: end; gap: 50px; padding: 62px; border-radius: 34px; background: linear-gradient(135deg, #f0e2df, #dcebe7); }
.support-card h2 { font-size: clamp(42px, 5vw, 62px); }
.support-card p:last-child { max-width: 560px; margin: 18px 0 0; color: var(--muted); }
.support-card .button { flex: none; }

.site-footer { color: rgba(255,255,255,.66); background: var(--ink-deep); }
.footer-main { display: flex; justify-content: space-between; gap: 80px; padding-top: 70px; padding-bottom: 70px; }
.site-footer .brand { color: #fff; }
.site-footer .brand-mark i { background: #fff; }
.site-footer .brand-mark i:last-child { background: var(--rose); }
.footer-main > div:first-child p { margin: 18px 0 0; font-size: 14px; }
.footer-links { display: flex; gap: 90px; }
.footer-links > div { min-width: 130px; display: flex; flex-direction: column; gap: 9px; }
.footer-links strong { margin-bottom: 7px; color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.footer-links a, .footer-bottom a { color: rgba(255,255,255,.66); font-size: 13px; text-decoration: none; }
.footer-links a:hover, .footer-bottom a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; padding-bottom: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }
.site-footer.compact { margin-top: 80px; }

/* Legal pages */
.legal-hero { padding: 92px 0 76px; border-bottom: 1px solid var(--line); background: linear-gradient(135deg, var(--ivory), #f1e5e2); }
.legal-hero h1 { margin: 0 0 15px; font-size: clamp(50px, 7vw, 82px); }
.legal-hero p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 19px; }
.updated { display: inline-block; margin-top: 28px; padding: 7px 12px; color: var(--pine-deep); background: rgba(56,125,122,.1); border-radius: 999px; font-size: 11px; font-weight: 750; }
.legal-layout { display: grid; grid-template-columns: 220px minmax(0, 720px); justify-content: center; gap: 90px; padding-top: 76px; }
.legal-toc { position: sticky; top: 112px; align-self: start; display: flex; flex-direction: column; padding-left: 18px; border-left: 1px solid var(--line); }
.legal-toc strong { margin-bottom: 13px; color: var(--ink); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.legal-toc a { padding: 5px 0; color: var(--muted); font-size: 12px; text-decoration: none; }
.legal-toc a:hover { color: var(--rose); }
.legal-content section { margin-bottom: 64px; scroll-margin-top: 110px; }
.legal-content h2 { margin-bottom: 24px; padding-bottom: 17px; border-bottom: 1px solid var(--line); font-size: 30px; letter-spacing: -.035em; }
.legal-content h3 { margin: 30px 0 10px; font-size: 18px; letter-spacing: -.02em; }
.legal-content p, .legal-content li { color: #5e5658; font-size: 15px; line-height: 1.8; }
.legal-content ul { padding-left: 20px; }
.legal-content li { margin-bottom: 8px; padding-left: 5px; }
.legal-content a { color: var(--pine-deep); text-underline-offset: 3px; }
.legal-content address { padding: 22px 24px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); font-size: 14px; font-style: normal; }
.legal-callout { margin: 28px 0; padding: 23px 25px; border-left: 3px solid var(--pine); border-radius: 0 16px 16px 0; background: rgba(56,125,122,.08); }
.legal-callout.warning { border-left-color: var(--rose); background: rgba(183,145,140,.1); }
.legal-callout strong { font-size: 14px; }
.legal-callout p { margin: 7px 0 0; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
[data-reveal].revealed { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 48px; padding-top: 64px; }
  .hero-copy { text-align: center; }
  .eyebrow { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-art { width: min(100%, 620px); margin: auto; }
  .numbers-grid { grid-template-columns: repeat(2, 1fr); }
  .numbers-grid > div { padding-left: 24px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .numbers-grid > div:first-child { padding-left: 24px; }
  .numbers-grid > div:nth-child(2) { border-right: 0; }
  .section-heading, .milestone-grid { grid-template-columns: 1fr; gap: 34px; }
  .section-heading .eyebrow, .milestone-section .eyebrow { justify-content: flex-start; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-main { grid-row: auto; min-height: 650px; }
  .feature-rhythm, .feature-progress { min-height: 390px; }
  .milestone-grid { gap: 60px; }
  .support-card { align-items: flex-start; flex-direction: column; }
  .legal-layout { grid-template-columns: minmax(0, 720px); }
  .legal-toc { display: none; }
}

@media (max-width: 680px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .nav { height: 68px; }
  .menu-button { display: block; cursor: pointer; }
  .nav-links { position: absolute; top: 68px; left: 16px; right: 16px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,254,250,.98); box-shadow: 0 18px 40px rgba(44,39,41,.13); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px; }
  .nav-links a::after { display: none; }
  .hero { padding-top: 48px; padding-bottom: 64px; }
  .hero h1 { font-size: clamp(48px, 14vw, 68px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; gap: 15px; }
  .hero-art { min-height: 520px; overflow: visible; padding-top: 200px; }
  .week-card { top: 0; left: 0; right: 0; width: 100%; }
  .plate-tag { left: 2%; bottom: 3%; }
  .numbers-grid > div { align-items: flex-start; flex-direction: column; gap: 4px; padding: 22px 16px; }
  .numbers-grid > div:first-child { padding-left: 16px; }
  .numbers-grid strong { font-size: 32px; }
  .section { padding-top: 90px; padding-bottom: 90px; }
  .section-heading { margin-bottom: 42px; }
  .section-heading h2, .milestone-section h2 { font-size: 44px; }
  .feature-card { min-height: 390px; padding: 26px; border-radius: 22px; }
  .feature-main { min-height: 550px; }
  .feature-main img { width: 132%; margin-left: -16%; margin-right: -16%; }
  .rhythm-preview { padding: 17px 12px; }
  .mini-calendar { gap: 4px; }
  .mini-calendar i { width: 27px; height: 27px; }
  .milestone-section { padding: 90px 0; }
  .milestone-list strong { font-size: 22px; }
  .support-card { padding: 38px 28px; border-radius: 24px; }
  .support-card .button { width: 100%; }
  .footer-main { align-items: flex-start; flex-direction: column; gap: 46px; padding-top: 54px; padding-bottom: 54px; }
  .footer-links { width: 100%; justify-content: space-between; gap: 35px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 6px; }
  .legal-hero { padding: 66px 0 58px; }
  .legal-hero .eyebrow { justify-content: flex-start; }
  .legal-layout { padding-top: 52px; }
  .legal-content section { margin-bottom: 50px; }
  .legal-content h2 { font-size: 26px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
