@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@400;700;900&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--stone:#F8F7F4;--charcoal:#111;--gold:#D4A017;--slate:#2C3E6B}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:80px}body{margin:0;background:var(--stone);font-family:Inter,sans-serif}h1,h2,h3,h4,.display{font-family:Playfair Display,serif}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background:#b58a18;border-radius:10px}.section-reveal{opacity:0;transform:translateY(40px)}.section-reveal.visible{opacity:1;transform:none;transition:opacity .7s ease,transform .7s ease}.animate-fade-up{animation:fadeUp .8s ease both}.animate-fade-in{animation:fadeIn .8s ease both}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.gold-underline{position:relative;display:inline-block}.gold-underline:after{content:"";position:absolute;left:0;bottom:-12px;width:58px;height:3px;background:var(--gold)}.hero-texture{background:linear-gradient(115deg,#0f0f14f0,#2b200ed1),repeating-linear-gradient(135deg,transparent 0 18px,rgba(212,160,23,.045) 19px 20px)}button,a{transition:all .25s ease}.delay-1{animation-delay:.15s}.delay-2{animation-delay:.3s}.delay-3{animation-delay:.45s}.delay-4{animation-delay:.6s}
