@charset "UTF-8";:root{--color-bg: #f0f7f3;--color-bg-header: #f7fbf9;--color-surface: #ffffff;--color-text: #14281f;--color-muted: #4d6b5c;--color-border: #c5e0d2;--color-accent: #1f6f4a;--color-accent-dark: #124a32;--color-accent-light: #3a9a6e;--color-accent-contrast: #f7fffb;--color-footer-bg: #0c1f17;--color-footer-text: #e3eee8;--color-hero-start: #0d2218;--color-hero-mid: #153528;--color-hero-end: #0f2419;--color-hero-highlight: #8fd4a8;--font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;--font-body: "Source Sans 3", system-ui, -apple-system, sans-serif;--max-width: 1120px;--radius-sm: 6px;--radius-md: 12px;--shadow-sm: 0 1px 2px rgb(15 36 25 / 7%);--shadow-md: 0 8px 24px rgb(15 36 25 / 11%)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);font-size:1.05rem;line-height:1.6;color:var(--color-text);background:var(--color-bg)}h1,h2,h3{font-family:var(--font-display);font-weight:600;line-height:1.2}a{color:var(--color-accent-dark)}p{margin:0 0 1rem}.scroll-reveal{--i: 0;opacity:0;transform:translateY(30px);transition:opacity .65s cubic-bezier(.22,1,.36,1) calc(var(--i) * 90ms),transform .65s cubic-bezier(.22,1,.36,1) calc(var(--i) * 90ms)}.scroll-reveal--in{opacity:1;transform:none}@keyframes fade-up{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes glow-pulse{0%{opacity:.5;transform:scale(1)}to{opacity:1;transform:scale(1.06)}}.section__title,.cs-section__title,.area-card__title{position:relative;padding-bottom:.8rem}.section__title:after,.cs-section__title:after,.area-card__title:after{content:"";position:absolute;bottom:0;left:0;width:2.75rem;height:3px;background:linear-gradient(90deg,var(--color-accent),var(--color-accent-light));border-radius:2px}
