@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Playfair+Display:wght@700;900&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:Inter,sans-serif;color:#1a1a1a;background:#fff;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html{scroll-behavior:smooth;background:#fff}body{margin:0;min-width:320px;background:#fff;color:#1a1a1a}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible{outline:2px solid #E2C27D;outline-offset:4px}h1,h2,h3{font-family:Playfair Display,serif}.gold-gradient{background:linear-gradient(135deg,#c9a84c,#e2c27d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gold-border{border:1px solid #C9A84C}.gold-glow{box-shadow:0 0 24px #c9a84c59,0 0 60px #c9a84c26}.section-glow{background:radial-gradient(ellipse at 50% 0%,rgba(201,168,76,.13) 0%,transparent 70%)}.hero-fade{animation:heroFade 1s ease-out both}@keyframes heroFade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transform:translateY(32px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transform:translate(-32px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.reveal-left.visible{opacity:1;transform:translate(0)}.reveal-right{opacity:0;transform:translate(32px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.reveal-right.visible{opacity:1;transform:translate(0)}.reveal-scale{opacity:0;transform:scale(.94);transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1)}.reveal-scale.visible{opacity:1;transform:scale(1)}.delay-100{transition-delay:.1s}.delay-200{transition-delay:.2s}.delay-300{transition-delay:.3s}.delay-400{transition-delay:.4s}.delay-500{transition-delay:.5s}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}.gold-shimmer:hover:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,transparent 40%,rgba(226,194,125,.12) 50%,transparent 60%);background-size:200% auto;animation:shimmer .6s ease-out forwards;pointer-events:none}
