:root{--primary-color:#1a2a24;--secondary-color:#3a4d42;--accent-color:#c7eb6c;--accent-hover:#b4d85a;--background-white:#f9f8f4;--background-light:#f2efe9;--background-off:#e8e5dc;--background:var(--background-white);--surface:var(--background-light);--surface-border:#00000014;--foreground:#172420;--heading:#172420;--text-muted:#57655e;--brand-navy:var(--primary-color);--card-bg:var(--primary-color);--card-border:#ffffff0d;--card-text:#f9f8f4;--card-muted:#8a9690;--primary:var(--accent-color);--primary-alt:#b4d85a;--primary-dark:#a2c44f;--font-sans:"Outfit",sans-serif;--font-serif:"Playfair Display",serif;--radius-sm:12px;--radius-md:20px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--foreground);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.5}h1{font-size:clamp(2.5rem,8vw,4.5rem)}h2{font-size:clamp(2rem,6vw,3.5rem)}h3{font-size:clamp(1.5rem,4vw,2.25rem)}h4{font-size:clamp(1.25rem,3vw,1.75rem)}h1,h2,h3,h4,h5,h6{font-family:var(--font-sans);color:var(--heading);letter-spacing:-.02em;font-weight:500;line-height:1.2}p{color:var(--foreground)}a{color:inherit;padding:8px 0;text-decoration:none;transition:color .2s;display:inline-block}button{all:unset;cursor:pointer;box-sizing:border-box;justify-content:center;align-items:center;min-width:44px;min-height:44px;display:inline-flex}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 clamp(1rem,5vw,2rem)}.primary-text,.gold-text{color:var(--primary)}.section-padding{padding:clamp(3.5rem,8vw,6rem) 0}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{animation:1s cubic-bezier(.16,1,.3,1) forwards fadeUp}
