@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Inter:wght@300;400;500;600&display=swap";
:root{--color-primary-dark:#1a3a2e;--color-primary:#2d5a4a;--color-primary-light:#3d6f5c;--color-accent-green:#4a8070;--color-cream:#f4f1e8;--color-cream-dark:#e8e4d8;--color-white:#fff;--color-black:#0a0a0a;--color-gray-light:#d4d4d4;--color-gray:#8a8a8a;--color-gray-dark:#4a4a4a;--color-gold:#d4af37;--color-gold-light:#e8c968;--font-serif:"Playfair Display",serif;--font-sans:"Inter",sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--text-6xl:3.75rem;--text-7xl:4.5rem;--text-8xl:6rem;--space-1:.5rem;--space-2:1rem;--space-3:1.5rem;--space-4:2rem;--space-5:2.5rem;--space-6:3rem;--space-8:4rem;--space-10:5rem;--space-12:6rem;--space-16:8rem;--space-20:10rem;--transition-fast:.2s cubic-bezier(.22,1,.36,1);--transition-base:.4s cubic-bezier(.22,1,.36,1);--transition-slow:.8s cubic-bezier(.22,1,.36,1);--easing-smooth:cubic-bezier(.22,1,.36,1);--easing-bounce:cubic-bezier(.68,-.55,.265,1.55);--max-width:1400px;--section-padding:var(--space-16);--border-radius:4px;--z-base:1;--z-dropdown:100;--z-sticky:200;--z-fixed:300;--z-modal:400;--z-popover:500;--z-tooltip:600}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{max-width:100vw;overflow-x:hidden}body{font-family:var(--font-sans);font-size:var(--text-base);color:var(--color-cream);background:var(--color-primary-dark);line-height:1.6;position:relative}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);color:var(--color-cream);font-weight:600;line-height:1.2}h1{font-size:var(--text-7xl);letter-spacing:-.02em}h2{font-size:var(--text-5xl);letter-spacing:-.01em}h3{font-size:var(--text-4xl)}h4{font-size:var(--text-3xl)}h5{font-size:var(--text-2xl)}h6{font-size:var(--text-xl)}body:before{content:"";filter:contrast(120%)brightness();opacity:.04;z-index:9999;pointer-events:none;background-image:url(https://grainy-gradients.vercel.app/noise.svg);width:100%;height:100%;position:fixed;inset:0}p{margin-bottom:var(--space-3);color:var(--color-cream-dark)}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--color-gold)}.text-serif{font-family:var(--font-serif)}.text-sans{font-family:var(--font-sans)}.text-uppercase{text-transform:uppercase;letter-spacing:.1em}.text-center{text-align:center}.text-gold{color:var(--color-gold)}.text-cream{color:var(--color-cream)}.container{max-width:var(--max-width);padding:0 var(--space-4);margin:0 auto}.section{padding:var(--section-padding)0;position:relative}.full-height{min-height:100vh}.flex{display:flex}.flex-center{justify-content:center;align-items:center;display:flex}.flex-col{flex-direction:column;display:flex}.fade-in{animation:fadeIn var(--transition-slow)var(--easing-smooth)}.slide-up{animation:slideUp var(--transition-slow)var(--easing-smooth)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){:root{--text-7xl:3.5rem;--text-6xl:3rem;--text-5xl:2.5rem;--section-padding:var(--space-12)}h1{font-size:var(--text-6xl)}h2{font-size:var(--text-4xl)}}@media (max-width:768px){:root{--text-7xl:2.5rem;--text-6xl:2.25rem;--text-5xl:2rem;--section-padding:var(--space-8)}.container{padding:0 var(--space-3)}}@media (max-width:480px){:root{--text-7xl:2rem;--text-6xl:1.75rem;--text-5xl:1.5rem;--section-padding:var(--space-6)}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--color-primary-dark)}::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--color-accent-green)}::selection{background:var(--color-gold);color:var(--color-primary-dark)}::selection{background:var(--color-gold);color:var(--color-primary-dark)}
