:root {
  --ink: #17352d;
  --forest: #25483d;
  --forest-deep: #17372f;
  --sage: #dfe9df;
  --cream: #f8f3e9;
  --paper: #fffdf8;
  --gold: #d2a85f;
  --rust: #bd6b47;
  --muted: #65756e;
  --line: rgba(23, 53, 45, 0.14);
  --shadow: 0 24px 60px rgba(23, 53, 45, 0.12);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.skip-link { position: fixed; top: -60px; left: 20px; z-index: 1000; background: var(--ink); color: white; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 20px; }

.site-header { position: sticky; top: 0; z-index: 100; backdrop-filter: blur(14px); background: rgba(255,253,248,.9); border-bottom: 1px solid var(--line); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; letter-spacing: -.02em; }
.brand-mark { width: 34px; height: 34px; border: 2px solid var(--forest); border-top: 0; border-radius: 3px 3px 8px 8px; position: relative; display: inline-block; }
.brand-mark .roof { position: absolute; width: 25px; height: 25px; border-left: 2px solid var(--forest); border-top: 2px solid var(--forest); transform: rotate(45deg); top: -11px; left: 3px; border-radius: 2px; }
.brand-mark .door { position: absolute; width: 8px; height: 13px; background: var(--gold); bottom: 0; left: 11px; border-radius: 3px 3px 0 0; }
.site-menu { display: flex; align-items: center; gap: 28px; font-size: .94rem; }
.site-menu a { color: #36564d; }
.site-menu a:hover { color: var(--ink); }
.nav-cta { padding: 10px 16px; background: var(--forest); color: white !important; border-radius: 999px; }
.menu-toggle { display: none; border: 1px solid var(--line); background: transparent; padding: 8px 12px; border-radius: 999px; color: var(--ink); }

.hero { padding: 86px 0 74px; background: radial-gradient(circle at 80% 20%, rgba(210,168,95,.18), transparent 28%), linear-gradient(180deg, var(--cream), #fffdf8); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 72px; align-items: center; }
.eyebrow { margin: 0 0 12px; color: var(--rust); font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
h1,h2,h3 { margin-top: 0; line-height: 1.08; }
h1,h2 { font-family: "Newsreader", Georgia, serif; letter-spacing: -.035em; }
h1 { font-size: clamp(3.5rem, 7vw, 6.3rem); margin-bottom: 22px; max-width: 760px; }
h1 em { color: var(--rust); font-weight: 500; }
h2 { font-size: clamp(2.5rem, 5vw, 4.2rem); margin-bottom: 20px; }
h3 { font-size: 1.3rem; }
.hero-text { font-size: 1.18rem; color: #50645d; max-width: 690px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 32px 0 30px; }
.button { display: inline-flex; justify-content: center; align-items: center; padding: 14px 20px; border-radius: 999px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--forest); color: white; box-shadow: 0 10px 24px rgba(37,72,61,.2); }
.button-secondary { border: 1px solid var(--line); background: rgba(255,255,255,.55); }
.button-light { background: var(--cream); color: var(--forest-deep); }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; color: var(--muted); font-size: .9rem; }
.trust-row span::before { content: "•"; color: var(--gold); margin-right: 8px; }

.hero-card { background: rgba(255,255,255,.86); border: 1px solid rgba(23,53,45,.11); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow); transform: rotate(1.5deg); }
.card-topline,.progress-label,.checklist-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.card-topline { color: var(--muted); font-size: .86rem; }
.status-pill,.coming { border-radius: 999px; background: var(--sage); color: var(--forest); padding: 5px 10px; font-weight: 700; font-size: .75rem; }
.hero-card h2 { font-family: "DM Sans", sans-serif; letter-spacing: -.03em; font-size: 1.8rem; margin: 16px 0 20px; }
.task-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.task-list li { display: flex; gap: 12px; align-items: center; }
.task-check { width: 28px; height: 28px; border-radius: 50%; background: var(--forest); color: white; display: grid; place-items: center; font-size: .75rem; flex: 0 0 auto; }
.task-check.open { background: transparent; color: var(--muted); border: 1px solid var(--line); }
.task-list strong,.task-list small { display: block; }
.task-list small { color: var(--muted); }
.progress-wrap { margin-top: 26px; padding-top: 18px; border-top: 1px solid var(--line); }
.progress-label { font-size: .85rem; margin-bottom: 9px; }
.progress-track,.app-progress { height: 8px; background: #e7ece8; border-radius: 999px; overflow: hidden; }
.progress-track span { display: block; width: 50%; height: 100%; background: var(--gold); }

.proof-strip { background: var(--forest-deep); color: white; }
.proof-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.proof-grid div { padding: 24px; text-align: center; border-right: 1px solid rgba(255,255,255,.12); }
.proof-grid div:last-child { border-right: 0; }
.proof-grid strong,.proof-grid span { display: block; }
.proof-grid strong { font-family: "Newsreader", Georgia, serif; font-size: 1.8rem; }
.proof-grid span { color: rgba(255,255,255,.72); font-size: .88rem; }

.section { padding: 100px 0; }
.section-tint { background: var(--cream); }
.section-heading { max-width: 760px; margin-bottom: 46px; }
.section-heading > p:last-child,.section-copy { color: var(--muted); font-size: 1.05rem; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1fr .8fr; gap: 60px; align-items: end; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.feature-card { border: 1px solid var(--line); padding: 30px; border-radius: var(--radius-md); background: white; transition: transform .2s ease, box-shadow .2s ease; }
.feature-card:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(23,53,45,.08); }
.feature-number { color: var(--rust); font-weight: 700; font-size: .8rem; letter-spacing: .1em; }
.feature-card h3 { margin: 26px 0 12px; }
.feature-card p { color: var(--muted); }
.feature-card a,.text-link { color: var(--forest); font-weight: 700; }

.routine-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
.benefit-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 14px; }
.benefit-list span { color: var(--rust); font-weight: 700; margin-right: 8px; }
.season-panel { background: white; border-radius: var(--radius-lg); padding: 26px; border: 1px solid var(--line); box-shadow: var(--shadow); }
.season-tabs { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin-bottom: 28px; }
.season-tab { border: 0; background: #eef2ee; padding: 10px; border-radius: 999px; cursor: pointer; color: var(--muted); }
.season-tab.active { background: var(--forest); color: white; }
.season-content { min-height: 245px; padding: 14px 12px 8px; }
.season-kicker { color: var(--rust); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; font-size: .75rem; }
.season-content h3 { font-family: "Newsreader", Georgia, serif; font-size: 2rem; }
.season-content li { margin-bottom: 10px; color: var(--muted); }

.checklist-section { background: #f2f5f1; }
.checklist-app { max-width: 900px; margin: 0 auto; background: white; border-radius: var(--radius-lg); border: 1px solid var(--line); box-shadow: var(--shadow); overflow: hidden; }
.checklist-head { padding: 24px 28px 18px; }
.checklist-head strong,.checklist-label { display: block; }
.checklist-label { color: var(--muted); font-size: .8rem; }
.reset-button { border: 0; background: transparent; color: var(--rust); font-weight: 700; cursor: pointer; }
.app-progress { border-radius: 0; height: 6px; }
.app-progress span { display: block; height: 100%; width: 0; background: var(--rust); transition: width .25s ease; }
.interactive-list label { display: flex; align-items: flex-start; gap: 14px; padding: 20px 28px; border-top: 1px solid var(--line); cursor: pointer; }
.interactive-list label:hover { background: #fbfcfa; }
.interactive-list input { margin-top: 5px; width: 20px; height: 20px; accent-color: var(--forest); }
.interactive-list strong,.interactive-list small { display: block; }
.interactive-list small { color: var(--muted); margin-top: 2px; }
.interactive-list input:checked + span strong { text-decoration: line-through; color: var(--muted); }
.privacy-note { margin: 0; padding: 16px 28px; background: var(--cream); color: var(--muted); font-size: .82rem; }

.tool-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.tool-card { border: 1px solid var(--line); border-radius: var(--radius-md); padding: 28px; min-height: 220px; background: white; }
.tool-card.featured { background: var(--sage); }
.tool-card h3 { margin: 32px 0 10px; }
.tool-card p { color: var(--muted); }

.guide-section { background: var(--forest-deep); color: white; overflow: hidden; }
.guide-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: center; }
.eyebrow.light { color: #efc989; }
.guide-copy > p:not(.eyebrow),.guide-copy li { color: rgba(255,255,255,.75); }
.guide-copy ul { padding-left: 18px; margin: 24px 0 32px; }
.guide-mockup { position: relative; width: min(100%, 420px); margin: 0 auto; background: var(--cream); color: var(--ink); border-radius: 14px 24px 24px 14px; padding: 48px; min-height: 520px; box-shadow: 20px 24px 0 rgba(0,0,0,.15); transform: rotate(3deg); }
.binder-rings { position: absolute; left: -12px; top: 48px; bottom: 48px; display: flex; flex-direction: column; justify-content: space-around; }
.binder-rings span { width: 28px; height: 8px; border: 3px solid var(--gold); border-radius: 999px; background: var(--forest-deep); }
.mock-brand { font-size: .72rem; letter-spacing: .13em; font-weight: 700; }
.mock-line { width: 42px; height: 4px; background: var(--rust); margin: 22px 0 60px; }
.guide-mockup h3 { font-family: "Newsreader", Georgia, serif; font-size: 3.4rem; }
.guide-mockup p { color: var(--muted); }
.mock-house { position: absolute; bottom: 34px; right: 40px; font-size: 5rem; color: var(--gold); }

.sources-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.sources-grid p { color: var(--muted); }
.source-links { display: grid; gap: 10px; margin-top: 22px; }
.source-links a { font-weight: 700; color: var(--forest); }
.launch-section { padding-top: 0; }
.launch-card { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 42px; display: grid; grid-template-columns: 1fr .8fr; gap: 50px; align-items: center; }
.launch-card h2 { font-size: 3rem; }
.launch-status { background: white; border-radius: var(--radius-md); padding: 22px; display: flex; gap: 14px; align-items: flex-start; border: 1px solid var(--line); }
.launch-status strong,.launch-status small { display: block; }
.launch-status small { color: var(--muted); margin-top: 4px; }
.pulse { width: 12px; height: 12px; margin-top: 6px; border-radius: 50%; background: var(--rust); box-shadow: 0 0 0 0 rgba(189,107,71,.5); animation: pulse 2s infinite; flex: 0 0 auto; }
@keyframes pulse { 70% { box-shadow: 0 0 0 10px rgba(189,107,71,0); } 100% { box-shadow: 0 0 0 0 rgba(189,107,71,0); } }

.site-footer { background: #102922; color: white; padding: 60px 0 26px; }
.footer-grid { display: flex; justify-content: space-between; gap: 40px; }
.footer-brand .brand-mark { border-color: white; }
.footer-brand .brand-mark .roof { border-color: white; }
.footer-grid p,.footer-bottom { color: rgba(255,255,255,.62); }
.footer-links { display: flex; flex-wrap: wrap; gap: 24px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 40px; padding-top: 22px; display: flex; justify-content: space-between; gap: 30px; font-size: .78rem; }

@media (max-width: 900px) {
  .hero-grid,.routine-grid,.guide-grid,.sources-grid,.launch-card,.split-heading { grid-template-columns: 1fr; gap: 42px; }
  .hero { padding-top: 60px; }
  .feature-grid { grid-template-columns: 1fr; }
  .hero-card { transform: none; }
  .site-menu { position: absolute; top: 76px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; background: var(--paper); border: 1px solid var(--line); border-radius: 16px; padding: 18px; box-shadow: var(--shadow); }
  .site-menu.open { display: flex; }
  .menu-toggle { display: inline-flex; }
  .nav-cta { text-align: center; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 72px 0; }
  h1 { font-size: 3.6rem; }
  h2 { font-size: 2.6rem; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .tool-grid { grid-template-columns: 1fr; }
  .season-tabs { grid-template-columns: repeat(2,1fr); }
  .checklist-head,.interactive-list label,.privacy-note { padding-left: 20px; padding-right: 20px; }
  .guide-mockup { min-height: 450px; padding: 36px; }
  .guide-mockup h3 { font-size: 2.7rem; }
  .launch-card { padding: 28px; }
  .footer-grid,.footer-bottom { flex-direction: column; }
}
