:root {
  --cream: #f6f0e5;
  --paper: #fffdf8;
  --ink: #17201d;
  --muted: #626c66;
  --pine: #164b3b;
  --lake: #176f8f;
  --sky: #9fd9e8;
  --coral: #ef745f;
  --sun: #f0c857;
  --line: rgba(23,32,29,.15);
  --radius: 18px;
  --max: 1180px;
}

* { 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.55; }
a { color: inherit; text-decoration-thickness: 1.5px; text-underline-offset: 4px; }
img { max-width: 100%; display: block; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.skip-link { position: absolute; top: -50px; left: 10px; background: white; color: black; padding: 10px; z-index: 999; }
.skip-link:focus { top: 10px; }

.site-header { min-height: 76px; padding: 0 max(20px, calc((100vw - var(--max))/2)); display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 50; background: rgba(255,253,248,.96); border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: baseline; gap: 4px; text-decoration: none; font-weight: 700; letter-spacing: -.04em; font-size: 1.35rem; }
.brand-mark { color: var(--coral); font-weight: 800; }
.brand-word { color: var(--ink); }
.site-nav { display: flex; gap: 26px; align-items: center; font-size: .94rem; font-weight: 600; }
.site-nav a { text-decoration: none; }
.site-nav a:hover { color: var(--lake); }
.nav-cta { border: 1px solid var(--ink); padding: 9px 14px; border-radius: 999px; }
.menu-button { display: none; border: 1px solid var(--ink); background: transparent; border-radius: 999px; padding: 8px 13px; font: inherit; }

.hero { min-height: 680px; position: relative; display: grid; align-items: end; overflow: hidden; color: white; }
.hero-photo { position: absolute; inset: 0; background-image: url('https://images.unsplash.com/photo-1696860740777-94a408eeed46?auto=format&fit=crop&fm=jpg&q=82&w=2400'); background-size: cover; background-position: center 55%; transform: scale(1.01); }
.hero-overlay { position: absolute; inset: 0; background: rgba(10,24,19,.46); }
.hero-content { position: relative; z-index: 2; padding: 100px 0 72px; }
.eyebrow { margin: 0 0 15px; text-transform: uppercase; font-size: .78rem; letter-spacing: .14em; font-weight: 800; }
.eyebrow.dark { color: var(--pine); }
.hero h1, h2 { font-family: "Fraunces", Georgia, serif; letter-spacing: -.04em; line-height: .98; margin: 0; }
.hero h1 { max-width: 900px; font-size: clamp(3.35rem, 8vw, 6.75rem); text-wrap: balance; }
.hero h1 span { color: #ffe7b0; }
.hero-copy { max-width: 650px; font-size: clamp(1.05rem, 2vw, 1.3rem); margin: 26px 0 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; border-radius: 999px; text-decoration: none; font-weight: 700; border: 1px solid transparent; }
.button.primary { background: var(--sun); color: #151914; }
.button.ghost { color: white; border-color: rgba(255,255,255,.8); background: rgba(255,255,255,.08); }
.button.secondary { background: var(--pine); color: white; }
.button.light { background: white; color: var(--ink); }
.button.full { width: 100%; }
.microcopy { margin-top: 18px; font-size: .86rem; opacity: .82; }

.promise-band { background: var(--ink); color: white; }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.promise-grid > div { padding: 24px 28px; border-right: 1px solid rgba(255,255,255,.18); }
.promise-grid > div:last-child { border-right: 0; }
.promise-grid strong, .promise-grid span { display: block; }
.promise-grid strong { color: var(--sun); font-size: .84rem; letter-spacing: .08em; }
.promise-grid span { margin-top: 3px; font-size: .92rem; color: rgba(255,255,255,.78); }

.section { padding: 92px 0; }
.warm { background: var(--cream); }
.section-heading { margin-bottom: 42px; }
.split-heading { display: grid; grid-template-columns: 1.35fr .75fr; gap: 60px; align-items: end; }
.section-heading h2, .proof-intro h2, .community-layout h2, .photo-message h2 { font-size: clamp(2.5rem, 5.5vw, 4.75rem); max-width: 820px; }
.section-heading p { max-width: 570px; margin: 0; font-size: 1.06rem; }
.split-heading > div + p { color: var(--muted); }

.editorial-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 18px; }
.feature-card { min-height: 355px; padding: 30px; border-radius: var(--radius); display: flex; flex-direction: column; align-items: flex-start; }
.feature-card.blue { background: var(--sky); }
.feature-card.coral { background: #f4a18f; }
.feature-card.yellow { background: #f5dd8d; }
.card-kicker { font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.feature-card h3 { font-size: clamp(1.5rem, 2.6vw, 2.25rem); line-height: 1.06; margin: 18px 0 14px; letter-spacing: -.035em; }
.feature-card p { color: rgba(23,32,29,.78); }
.feature-card a { margin-top: auto; font-weight: 700; text-decoration: none; }
.free-links { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 28px; font-weight: 700; }

.system-section { background: var(--pine); color: white; }
.system-layout { display: grid; grid-template-columns: 1.18fr .82fr; gap: 70px; align-items: start; }
.system-copy h2 { font-size: clamp(2.8rem, 5.7vw, 5rem); max-width: 720px; }
.lead { font-size: 1.17rem; line-height: 1.6; max-width: 720px; }
.system-copy .lead { color: rgba(255,255,255,.78); }
.system-steps { list-style: none; padding: 0; margin: 38px 0 0; border-top: 1px solid rgba(255,255,255,.2); }
.system-steps li { display: grid; grid-template-columns: 50px 155px 1fr; gap: 16px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.2); align-items: baseline; }
.system-steps li span { color: var(--sun); font-size: .77rem; font-weight: 800; }
.system-steps strong { letter-spacing: .06em; }
.system-steps small { color: rgba(255,255,255,.68); font-size: .9rem; }
.product-card { background: var(--paper); color: var(--ink); border-radius: 24px; padding: 34px; position: sticky; top: 100px; }
.product-label { text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; font-weight: 800; color: var(--coral); }
.product-card h3 { font-family: "Fraunces", Georgia, serif; font-size: 2.25rem; line-height: 1.05; margin: 12px 0 18px; letter-spacing: -.04em; }
.product-card ul { padding-left: 19px; margin: 24px 0; }
.product-card li { margin: 8px 0; }
.tiny { font-size: .76rem; color: var(--muted); }

.proof-section { background: white; }
.proof-intro { max-width: 920px; }
.proof-intro > p:last-child { max-width: 700px; color: var(--muted); font-size: 1.08rem; }
.proof-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat { padding: 34px 20px 34px 0; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; padding-left: 20px; }
.stat:not(:first-child) { padding-left: 20px; }
.stat strong { display: block; font-family: "Fraunces", Georgia, serif; font-size: clamp(2.3rem, 5vw, 4.2rem); line-height: 1; color: var(--lake); }
.stat span { display: block; color: var(--muted); margin-top: 8px; }
.proof-note { margin-top: 34px; display: flex; justify-content: space-between; gap: 40px; align-items: end; }
.proof-note p { max-width: 720px; margin: 0; }
.proof-note a { font-weight: 700; white-space: nowrap; }

.photo-break { min-height: 610px; display: grid; grid-template-columns: 1.15fr .85fr; background: var(--lake); color: white; }
.photo-card.beach { background-image: url('https://images.unsplash.com/photo-1617845244696-ab1a363f06b9?auto=format&fit=crop&fm=jpg&q=82&w=2200'); background-size: cover; background-position: center; min-height: 520px; }
.photo-message { padding: 74px clamp(34px, 6vw, 92px); display: flex; flex-direction: column; justify-content: center; }
.photo-message h2 { font-size: clamp(2.6rem, 5vw, 4.6rem); }
.photo-message em { color: #ffe7b0; font-style: normal; }
.photo-message p:last-child { color: rgba(255,255,255,.76); font-size: 1.08rem; }

.community-section { background: #f2eadb; }
.community-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.community-layout .lead { color: var(--muted); max-width: 620px; }
.community-board { position: relative; min-height: 430px; }
.note-card { position: absolute; width: min(82%, 410px); padding: 26px 28px; background: white; border: 1px solid rgba(23,32,29,.11); box-shadow: 0 18px 50px rgba(41,55,46,.08); }
.note-card:nth-child(1) { top: 0; left: 0; transform: rotate(-2deg); }
.note-card:nth-child(2) { top: 130px; right: 0; transform: rotate(2deg); background: #fff1bd; }
.note-card:nth-child(3) { bottom: 0; left: 40px; transform: rotate(-1deg); background: #d6eef5; }
.note-card span { color: var(--coral); font-weight: 800; font-size: .76rem; letter-spacing: .1em; }
.note-card p { font-size: 1.08rem; margin-bottom: 0; font-weight: 600; }

.help-section { background: var(--ink); color: white; }
.centered { text-align: center; max-width: 800px; margin-left: auto; margin-right: auto; }
.centered h2 { margin-left: auto; margin-right: auto; }
.centered p { margin: 18px auto 0; color: rgba(255,255,255,.7); }
.help-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.18); }
.help-grid article { background: var(--ink); padding: 34px; min-height: 290px; display: flex; flex-direction: column; align-items: flex-start; }
.choice-number { color: var(--sun); font-size: .78rem; font-weight: 800; }
.help-grid h3 { font-size: 1.8rem; margin: 25px 0 10px; }
.help-grid p { color: rgba(255,255,255,.68); }
.help-grid a { margin-top: auto; font-weight: 700; color: #ffe7b0; }

.final-cta { background: var(--coral); color: #211b17; text-align: center; padding: 88px 0; }
.final-cta h2 { font-size: clamp(3rem, 7vw, 6rem); max-width: 900px; margin: 0 auto; }
.centered-actions { justify-content: center; }

.site-footer { background: #111815; color: white; padding: 56px 0; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .8fr 1fr; gap: 50px; }
.footer-brand .brand-word { color: white; }
.site-footer p { color: rgba(255,255,255,.58); max-width: 420px; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { text-decoration: none; }
.footer-small { font-size: .85rem; }

@media (max-width: 900px) {
  .menu-button { display: block; }
  .site-nav { display: none; position: absolute; top: 76px; left: 0; right: 0; background: var(--paper); padding: 20px; border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; }
  .site-nav.open { display: flex; }
  .site-nav .nav-cta { text-align: center; }
  .hero { min-height: 610px; }
  .hero-content { padding-bottom: 55px; }
  .promise-grid, .proof-grid { grid-template-columns: 1fr 1fr; }
  .promise-grid > div:nth-child(2) { border-right: 0; }
  .promise-grid > div:last-child { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.18); }
  .split-heading, .system-layout, .community-layout { grid-template-columns: 1fr; gap: 38px; }
  .editorial-grid { grid-template-columns: 1fr 1fr; }
  .feature-card:first-child { grid-column: 1 / -1; }
  .product-card { position: static; }
  .photo-break { grid-template-columns: 1fr; }
  .photo-card.beach { min-height: 420px; }
  .help-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-small { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .site-header { padding-left: 14px; padding-right: 14px; min-height: 68px; }
  .site-nav { top: 68px; }
  .hero { min-height: 620px; }
  .hero-photo { background-position: 58% center; }
  .hero-content { padding-top: 90px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .promise-grid { grid-template-columns: 1fr; }
  .promise-grid > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .promise-grid > div:last-child { grid-column: auto; border-top: 0; border-bottom: 0; }
  .section { padding: 66px 0; }
  .editorial-grid { grid-template-columns: 1fr; }
  .feature-card:first-child { grid-column: auto; }
  .feature-card { min-height: 320px; }
  .system-steps li { grid-template-columns: 36px 110px 1fr; gap: 10px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(3), .stat:nth-child(4) { border-top: 1px solid var(--line); }
  .proof-note { flex-direction: column; align-items: flex-start; }
  .photo-card.beach { min-height: 330px; }
  .photo-message { padding: 56px 24px; }
  .community-board { min-height: 500px; }
  .note-card { width: 90%; }
  .note-card:nth-child(2) { top: 155px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-small { grid-column: auto; }
}
