:root{--color-primary:#2b5a42;--color-primary-dark:#1c3b2e;--color-primary-light:#3d7a5a;--color-secondary:#0d5c63;--color-secondary-light:#0f7a83;--color-accent:#4a9d3a;--color-accent-soft:#6bbf5a;--color-sky:#3b9bbd;--color-sky-soft:#5bb5d4;--color-surface:#f6f5f0;--color-surface-alt:#edebe4;--color-text:#1a1a1a;--color-text-muted:#4a5568;--color-border:#d4d2ca;--color-warm:#c49a2e;--color-warm-soft:#e5b84a;--font-sans:"DM Sans",system-ui,-apple-system,sans-serif;--font-serif:"Fraunces","Georgia",serif;--text-hero:clamp(2.25rem,5vw,3.5rem);--text-h1:clamp(1.75rem,3vw,2.25rem);--text-h2:clamp(1.5rem,2.5vw,1.875rem);--text-body:1.0625rem;--text-small:0.9375rem;--space-section:clamp(4rem,10vw,6rem);--space-block:clamp(1.5rem,3vw,2rem);--container-max:75rem;--container-padding:clamp(1.25rem,4vw,2rem);--space-gutter:var(--container-padding);--radius-card:1rem;--radius-pill:2rem;--radius-hero:1.5rem;--shadow-card:0 4px 24px rgba(27,58,42,.08);--shadow-hero:0 24px 48px rgba(0,0,0,.12)}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);font-size:var(--text-body);line-height:1.6;color:var(--color-text);background-color:var(--color-surface);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--color-secondary);text-decoration:none}a:hover{color:var(--color-secondary-light);text-decoration:underline}main{padding-top:4rem}.container{width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:var(--container-padding)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in-up{animation:fadeInUp .6s ease-out forwards}.animate-fade-in{animation:fadeIn .5s ease-out forwards}.animate-in-view.visible .stagger-children>*{opacity:0;animation:fadeInUp .5s ease-out forwards}.animate-in-view.visible .stagger-children>:first-child{animation-delay:.05s}.animate-in-view.visible .stagger-children>:nth-child(2){animation-delay:.1s}.animate-in-view.visible .stagger-children>:nth-child(3){animation-delay:.15s}.animate-in-view.visible .stagger-children>:nth-child(4){animation-delay:.2s}.animate-in-view.visible .stagger-children>:nth-child(5){animation-delay:.25s}.animate-in-view.visible .stagger-children>:nth-child(6){animation-delay:.3s}.animate-in-view.visible .stagger-children>:nth-child(7){animation-delay:.35s}.animate-in-view.visible .stagger-children>:nth-child(8){animation-delay:.4s}