:root {
    --ink: #193c37;
    --muted: #60736f;
    --green: #1d695d;
    --green-dark: #124b43;
    --mint: #dcefe8;
    --cream: #f7f1e4;
    --peach: #efcdbb;
    --paper: #fffdf8;
    --line: #d9e2dd;
    --shadow: 0 24px 70px rgba(28, 73, 65, .14);
    --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 99; top: -80px; left: 16px; background: #fff; padding: 12px 18px; border-radius: 12px; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,253,248,.9); border-bottom: 1px solid rgba(25,60,55,.08); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-family: Georgia, "Times New Roman", serif; font-weight: 700; font-size: 1.55rem; letter-spacing: -.02em; }
.brand img { border-radius: 13px; box-shadow: 0 7px 20px rgba(29,105,93,.2); }
nav { display: flex; gap: 30px; margin-left: auto; }
nav a { color: var(--muted); text-decoration: none; font-weight: 650; font-size: .92rem; }
nav a:hover, .text-link:hover { color: var(--green); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 54px; padding: 0 24px; border-radius: 15px; background: var(--green); color: white; text-decoration: none; font-weight: 750; box-shadow: 0 11px 24px rgba(29,105,93,.18); transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--green-dark); }
.button-small { min-height: 42px; padding: 0 18px; font-size: .9rem; border-radius: 12px; }
.text-link { font-weight: 750; text-underline-offset: 5px; }

.hero { position: relative; overflow: hidden; padding: 92px 0 105px; background: linear-gradient(135deg, #f8f2e6 0%, #f6fbf7 60%, #edf7f3 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 18px; opacity: .35; background: repeating-linear-gradient(90deg, var(--green) 0 2px, transparent 2px 26px); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.hero-grid > * { min-width: 0; }
.hero-copy h1 { margin: 17px 0 25px; max-width: 750px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.2rem, 6vw, 5.8rem); line-height: .98; letter-spacing: -.055em; font-weight: 500; }
.hero-copy h1 em { color: var(--green); font-weight: inherit; }
.mobile-break { display: none; }
.hero-promise { max-width: 650px; margin: -10px 0 14px; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.12rem, 2vw, 1.38rem); font-style: italic; }
.eyebrow, .section-kicker { margin: 0; color: var(--green); text-transform: uppercase; letter-spacing: .14em; font-size: .76rem; font-weight: 800; }
.eyebrow { display: flex; align-items: center; gap: 9px; }
.eyebrow span { width: 27px; height: 2px; background: var(--green); }
.lead { max-width: 650px; margin: 0; color: #435e59; font-size: clamp(1.08rem, 2vw, 1.3rem); }
.hero-actions { display: flex; align-items: center; gap: 25px; margin: 35px 0 28px; }
.quiet-list { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: .84rem; }
.quiet-list li::before { content: "·"; color: var(--green); font-weight: 900; margin-right: 7px; }
.hero-orb { position: absolute; border-radius: 999px; filter: blur(2px); }
.orb-one { width: 260px; height: 260px; right: -80px; top: 30px; background: var(--peach); opacity: .45; }
.orb-two { width: 140px; height: 140px; left: 45%; bottom: -65px; background: #a9d7c7; opacity: .45; }

.calendar-card { position: relative; max-width: 480px; margin-left: auto; padding: 24px; border: 1px solid rgba(29,105,93,.13); border-radius: 34px; background: rgba(255,255,255,.88); box-shadow: var(--shadow); transform: rotate(1deg); }
.calendar-card::before { content: ""; position: absolute; z-index: -1; width: 75%; height: 60%; right: -25px; bottom: -25px; border-radius: 30px; background: var(--peach); transform: rotate(4deg); }
.card-top, .calendar-title { display: flex; align-items: center; justify-content: space-between; }
.card-top { color: var(--muted); font-size: .83rem; }
.status-dot { display: inline-block; width: 8px; height: 8px; margin-right: 6px; border-radius: 50%; background: #4db292; box-shadow: 0 0 0 5px #e3f3ed; }
.tiny-pill { padding: 5px 10px; border-radius: 99px; background: var(--mint); color: var(--green-dark); font-weight: 700; }
.calendar-title { padding: 28px 0 20px; border-bottom: 1px solid var(--line); }
.calendar-title strong { display: block; font-family: Georgia, serif; font-size: 1.7rem; }
.calendar-title div > span { color: var(--muted); font-size: .88rem; }
.avatar-stack { display: flex; }
.avatar-stack i { display: grid; place-items: center; width: 34px; height: 34px; margin-left: -7px; border: 3px solid white; border-radius: 50%; background: var(--green); color: white; font-style: normal; font-size: .72rem; font-weight: 800; }
.avatar-stack i:nth-child(2) { background: #d38c6a; }.avatar-stack i:nth-child(3) { background: #dce7e2; color: var(--green); }
.slots { display: grid; grid-template-columns: 55px 1fr; gap: 9px 13px; padding: 20px 0; align-items: stretch; }
.slot-time { align-self: center; color: var(--muted); font-size: .78rem; font-weight: 700; }
.slot { display: flex; align-items: center; justify-content: space-between; min-width: 0; min-height: 48px; padding: 0 14px; border-radius: 12px; }
.slot b { font-size: .88rem; }.slot small { opacity: .7; }
.slot.booked { background: var(--mint); border-left: 4px solid var(--green); }.slot.booked.warm { background: #f6dfd3; border-color: #c77856; }
.slot.free { border: 1px dashed #a9bdb7; color: var(--muted); background: #fbfdfa; }
.privacy-note { display: flex; gap: 12px; align-items: flex-start; padding: 15px; border-radius: 15px; background: #f5f1e6; color: #536964; }
.privacy-note > span { color: var(--green); }.privacy-note p { margin: 0; font-size: .8rem; }

section { scroll-margin-top: 80px; }
.principles { padding: 105px 0; }
h2 { margin: 12px 0 38px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.25rem, 4.5vw, 4rem); line-height: 1.08; letter-spacing: -.035em; font-weight: 500; }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.principle-grid article { min-height: 260px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.principle-grid article:nth-child(2) { background: var(--mint); }.principle-grid article:nth-child(3) { background: var(--cream); }
.number { display: inline-block; margin-bottom: 42px; color: var(--green); font-family: Georgia, serif; font-style: italic; }
h3 { margin: 0 0 9px; font-size: 1.18rem; }.principle-grid p, .steps p, .audience-grid p { margin: 0; color: var(--muted); }

.how { padding: 100px 0; background: #eef6f2; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.split-heading h2 { margin-bottom: 0; }.split-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 1.05rem; }
.steps { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-top: 50px; }
.steps article { display: grid; grid-template-columns: 54px 1fr; gap: 19px; align-items: start; padding: 25px; border-radius: 20px; background: white; }
.steps article > span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 15px; background: var(--green); color: white; font-family: Georgia, serif; font-size: 1.25rem; }
.choice-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-top: 13px; }
.choice-strip article { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: center; padding: 20px 25px; border: 1px solid #d5e5de; border-radius: 20px; background: rgba(255,255,255,.66); }
.choice-strip article > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: var(--green); background: var(--mint); font-size: 1.15rem; font-weight: 800; }
.choice-strip strong { display: block; }.choice-strip p { margin: 2px 0 0; color: var(--muted); }

.audience { padding: 105px 0; color: white; background: var(--green-dark); }
.section-kicker.light { color: #a9ddcd; }.audience h2 { max-width: 900px; margin-bottom: 20px; }.community-intro { max-width: 790px; margin: 0; color: #d9e6e2; font-size: 1.05rem; }.flexibility-note { max-width: 930px; margin: 24px 0 44px; padding: 20px 24px; border-left: 3px solid #a9ddcd; border-radius: 0 16px 16px 0; color: #d9e6e2; background: rgba(255,255,255,.06); }
.audience-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.audience-grid article { min-height: 250px; padding: 28px; border: 1px solid rgba(255,255,255,.15); border-radius: 24px; background: rgba(255,255,255,.06); }
.audience-grid article:first-child { color: var(--ink); background: var(--cream); }.audience-grid p { color: inherit; opacity: .78; }.line-icon { display: block; height: 58px; color: #a9ddcd; font-family: Georgia, serif; font-size: 2.2rem; }.audience-grid article:first-child .line-icon { color: var(--green); }
.community-button { margin-top: 30px; }

.privacy { padding: 110px 0; }
.privacy-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.privacy-copy h2 { margin-bottom: 22px; }.privacy-copy > p:not(.section-kicker) { color: var(--muted); font-size: 1.05rem; }.privacy-copy .text-link { display: inline-block; margin-top: 13px; }
.check-panel { padding: 20px 30px; border-radius: 32px; background: var(--cream); box-shadow: var(--shadow); }
.check-panel ul { margin: 0; padding: 0; list-style: none; }.check-panel li { display: grid; grid-template-columns: 38px 1fr; gap: 13px; padding: 22px 0; border-bottom: 1px solid #ded7c7; }.check-panel li:last-child { border: 0; }
.check-panel li > span { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; background: var(--green); color: white; font-weight: 900; }.check-panel strong, .check-panel small { display: block; }.check-panel small { margin-top: 4px; color: var(--muted); }

.pilot-cta { padding: 0 0 100px; }.cta-card { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 55px; border-radius: 34px; color: white; background: linear-gradient(125deg, var(--green), var(--green-dark)); box-shadow: var(--shadow); }.cta-card h2 { max-width: 720px; margin: 10px 0 12px; }.cta-card p:not(.section-kicker) { margin: 0; color: #c6ddd7; }.button-cream { flex: 0 0 auto; color: var(--ink); background: var(--cream); }.button-cream:hover { color: white; }

footer { padding: 65px 0 25px; scroll-margin-top: 78px; color: #c8d8d4; background: #102e2a; }.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; }.footer-brand { color: white; }.footer-grid p { color: #8fa9a3; }.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 10px; }.footer-grid strong { color: white; margin-bottom: 4px; }.footer-grid a { text-decoration: none; }.footer-grid a:hover, .legal a:hover { color: white; }.contact-name { color: white; font-weight: 700; }.footer-contact a { width: fit-content; text-decoration: underline; text-decoration-color: rgba(200,216,212,.35); text-underline-offset: 4px; }.legal { display: flex; justify-content: space-between; gap: 25px; margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #829f98; font-size: .72rem; }.legal a { color: #a9c8c0; }

@media (max-width: 900px) {
    nav { display: none; }
    .nav-wrap { gap: 15px; }.nav-wrap .button { margin-left: auto; }
    .hero { padding-top: 65px; }.hero-grid, .privacy-grid { grid-template-columns: 1fr; gap: 55px; }.calendar-card { width: 100%; max-width: 620px; margin-inline: auto; }
    .principle-grid { grid-template-columns: 1fr; }.principle-grid article { min-height: 210px; }.number { margin-bottom: 22px; }
    .audience-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
    .shell { width: min(100% - 26px, 1160px); }
    .nav-wrap { min-height: 70px; }.site-header .brand span { font-size: 1.3rem; }.site-header .brand img { width: 39px; height: 39px; }.site-header .button-small { min-height: 39px; padding: 0 14px; font-size: .82rem; }
    .hero { padding: 53px 0 80px; }.hero-copy h1 { font-size: clamp(2.25rem, 10.8vw, 2.8rem); overflow-wrap: break-word; }.mobile-break { display: inline; }.hero-promise { line-height: 1.4; }.hero-actions { align-items: stretch; flex-direction: column; }.hero-actions .text-link { text-align: center; }
    .quiet-list { display: block; }.quiet-list li { margin: 6px 0; }
    .calendar-card { min-width: 0; padding: 18px; border-radius: 25px; transform: none; }.calendar-card::before { display: none; }.slot small { max-width: 42%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .principles, .how, .audience, .privacy { padding: 78px 0; } h2 { font-size: 2.45rem; }
    .split-heading, .steps, .choice-strip, .audience-grid, .footer-grid { grid-template-columns: 1fr; gap: 16px; }.split-heading { gap: 22px; }.steps { margin-top: 35px; }
    .audience-grid article { min-height: 0; }.flexibility-note { margin-bottom: 34px; }.privacy-grid { gap: 40px; }.check-panel { padding: 10px 20px; }
    .cta-card { align-items: stretch; flex-direction: column; padding: 35px 25px; }.cta-card .button { width: 100%; }.pilot-cta { padding-bottom: 65px; }
    footer { padding-top: 50px; }.footer-grid { gap: 35px; }.legal { align-items: flex-start; flex-direction: column; margin-top: 35px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }
