
:root { --brand-dark:#0b3d2e; --brand:#11543f; --brand-accent:#8f1d3f; }
html { scroll-behavior:smooth; }
body { font-family: 'Plus Jakarta Sans', system-ui, -apple-system, Segoe UI, Roboto, 'Helvetica Neue', Arial; }
.brand-gradient { background: linear-gradient(135deg, var(--brand-dark), var(--brand)); }
.gold{ color: var(--brand-accent); } .btn-gold{ background-color: var(--brand-accent); color: #fff; }
.nav-blur { backdrop-filter: saturate(180%) blur(10px); background: rgba(10,38,30,.85); }
.shadow-soft { box-shadow: 0 10px 30px rgba(0,0,0,.15); }
.badge{ background: rgba(201,162,39,.15); color: var(--brand-accent); border: 1px solid rgba(201,162,39,.4); }
.card{ border:1px solid rgba(0,0,0,.06); }
.gallery img { transition: transform .3s ease, box-shadow .3s ease; }
.gallery img:hover { transform: translateY(-4px) scale(1.01); box-shadow: 0 12px 30px rgba(0,0,0,.25); }
footer a { text-decoration: underline; text-underline-offset: 2px; }
footer .credit a { text-decoration: none; }
