@charset "UTF-8";:root{--teal-900: #1f4d41;--teal-700: #2f6f5e;--teal-600: #3a8471;--teal-100: #dcece7;--teal-50: #eef6f3;--gold-600: #c98a3c;--gold-500: #e0a458;--gold-100: #f7e8d3;--ink: #223330;--body: #46564f;--muted: #54635c;--line: #e2e9e5;--bg: #ffffff;--bg-soft: #f5f8f6;--bg-cream: #fbf8f2;--white: #ffffff;--danger: #b3403a;--success: #2f7d5a;--font-head: "Lora", Georgia, "Times New Roman", serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--radius: 14px;--radius-sm: 10px;--radius-lg: 24px;--shadow-sm: 0 1px 3px rgba(31, 77, 65, .08), 0 1px 2px rgba(31, 77, 65, .06);--shadow: 0 10px 30px rgba(31, 77, 65, .1);--shadow-lg: 0 24px 60px rgba(31, 77, 65, .16);--maxw: 1180px;--nav-h: 76px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--nav-h)}body{margin:0;font-family:var(--font-body);color:var(--body);background:var(--bg);line-height:1.65;font-size:17px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4{font-family:var(--font-head);color:var(--ink);line-height:1.15;font-weight:600;margin:0 0 .5em;letter-spacing:-.01em}h1{font-size:clamp(2.3rem,5vw,3.6rem)}h2{font-size:clamp(1.9rem,3.6vw,2.6rem)}h3{font-size:1.3rem}p{margin:0 0 1rem}a{color:var(--teal-700);text-decoration:none;transition:color .15s ease}a:hover{color:var(--teal-900)}img{max-width:100%;display:block}.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 24px}.section{padding:clamp(56px,8vw,104px) 0}.section--soft{background:var(--bg-soft)}.section--cream{background:var(--bg-cream)}.section--teal{background:linear-gradient(160deg,var(--teal-700),var(--teal-900));color:#dceee7}.section--teal h2,.section--teal h3{color:#fff}.eyebrow{display:inline-block;font-family:var(--font-body);font-weight:600;font-size:.82rem;letter-spacing:.14em;text-transform:uppercase;color:var(--teal-600);margin-bottom:14px}.section--teal .eyebrow{color:#f3e6cf}.section-head{max-width:720px;margin:0 auto 52px;text-align:center}.section-head p{color:var(--muted);font-size:1.08rem}.section--teal .section-head p{color:#cfe4dd}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-body);font-weight:600;font-size:1rem;line-height:1;padding:15px 26px;border-radius:999px;border:2px solid transparent;cursor:pointer;transition:transform .12s ease,box-shadow .2s ease,background .2s ease,color .2s ease;text-align:center}.btn:hover{transform:translateY(-2px)}.btn--primary{background:var(--teal-700);color:#fff;box-shadow:var(--shadow-sm)}.btn--primary:hover{background:var(--teal-900);color:#fff}.btn--gold{background:var(--gold-500);color:#3a2a10}.btn--gold:hover{background:var(--gold-600);color:#fff}.btn--outline{background:transparent;border-color:var(--teal-700);color:var(--teal-700)}.btn--outline:hover{background:var(--teal-700);color:#fff}.btn--ghost-light{background:#ffffff1f;border-color:#fff9;color:#fff}.btn--ghost-light:hover{background:#fff;color:var(--teal-900)}.card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.text-center{text-align:center}.grid{display:grid;gap:24px}:focus-visible{outline:3px solid var(--gold-500);outline-offset:2px;border-radius:4px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important;scroll-behavior:auto!important}.btn:hover{transform:none}}
