:root{--teal:#1ea5c3;--teal-deep:#1a8aa3;--teal-dark:#0f5f73;--teal-soft:#d4eef4;--sun:#ffd20f;--sun-soft:#fff4c4;--sun-deep:#e8b900;--sand:#fbf8f1;--sand-deep:#f0ebe0;--shell:#faf6ed;--ink:#0e2e38;--ink-soft:#2d4751;--ink-mute:#6b7d83;--paper:#fff;--shadow-sm:0 1px 2px rgba(15,95,115,.05);--shadow:0 1px 2px rgba(15,95,115,.04),0 8px 24px rgba(15,95,115,.08);--shadow-lift:0 4px 8px rgba(15,95,115,.06),0 16px 40px rgba(15,95,115,.12);--shadow-deep:0 8px 16px rgba(15,95,115,.1),0 24px 60px rgba(15,95,115,.16)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:18px}body{font-family:Geist,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--sand);color:var(--ink);line-height:1.65;min-height:100vh;-webkit-font-smoothing:antialiased;font-size:1.05rem}a{color:var(--teal-dark)}.btn{font-family:inherit;font-size:1.1rem;font-weight:600;padding:1.1rem 2rem;border-radius:100px;border:2px solid var(--teal);background:var(--teal);color:#fff;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;letter-spacing:.005em;min-height:56px}.btn:hover{background:var(--teal-deep);border-color:var(--teal-deep);transform:translateY(-1px);box-shadow:0 8px 20px rgba(30,165,195,.35)}.btn.secondary{background:transparent;color:var(--teal-dark);border-color:var(--teal-dark)}.btn.secondary:hover{background:var(--teal-dark);color:#fff}.btn.sun{background:var(--sun);border-color:var(--sun);color:var(--ink)}.btn.sun:hover{background:var(--sun-deep);border-color:var(--sun-deep);color:var(--ink);box-shadow:0 8px 20px rgba(255,210,15,.45)}.section{padding:5rem 2.5rem;max-width:1320px;margin:0 auto}.section-eyebrow{font-family:Caveat,cursive;font-size:1.75rem;color:var(--teal);margin-bottom:.4rem}.section-title{font-family:Fraunces,serif;font-size:clamp(2.2rem,4.2vw,3.4rem);font-weight:500;letter-spacing:-.025em;line-height:1.05;max-width:760px;color:var(--ink)}.section-title em{font-style:italic;color:var(--teal)}.section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:3rem;gap:2rem;flex-wrap:wrap}.skip-link{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.skip-link:focus{position:fixed;top:1rem;left:1rem;width:auto;height:auto;padding:1rem 1.5rem;background:var(--ink);color:#fff;z-index:1000;border-radius:6px;font-weight:600}@media (max-width:640px){html{font-size:17px}.section{padding-left:1.25rem;padding-right:1.25rem}}