@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,900&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:Inter,sans-serif;color:#f5efe6;background:#0d0b08}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#0d0b08;color:#f5efe6}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-family:Playfair Display,serif}.gold-divider{width:80px;height:2px;background:linear-gradient(to right,transparent,#c9a84c,transparent);margin:1.5rem auto}.section-pad{padding:100px 0}.overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0d0b08a6}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0d0b08}::-webkit-scrollbar-thumb{background:#c9a84c;border-radius:8px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.fade{animation:fadeInUp .8s ease both}.gold-text{background:linear-gradient(90deg,#c9a84c,#e2b96f);-webkit-background-clip:text;color:transparent}.gold-btn{background:#c9a84c;color:#0d0b08}.gold-btn:hover{background:#e2b96f}.outline-gold{border:1px solid #c9a84c;color:#e2b96f}.outline-gold:hover{background:#c9a84c;color:#0d0b08}.photo{position:relative;overflow:hidden;background:#241314}.photo img{width:100%;height:100%;object-fit:cover;display:block}.photo img.error{display:none}.photo-fallback{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#6b1a2a,#0e3d3d,#0f1b2d);display:grid;place-items:center;color:#e2b96f66;font-family:Playfair Display,serif;font-size:2rem}
