* { box-sizing: border-box; }
html, body { margin: 0; background: #efe9dd; font-family: 'Jost', sans-serif; color: #2b2620; }
a { color: #a67c52; text-decoration: none; }
a:hover { color: #7d5a34; }
::selection { background: #d6c184; color: #2b2620; }
img { max-width: 100%; }

@keyframes floatUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

.scroll::-webkit-scrollbar { width: 8px; }
.scroll::-webkit-scrollbar-thumb { background: rgba(176,141,87,.4); border-radius: 4px; }

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 32px; }
.eyebrow { font-family: 'Space Grotesk', sans-serif; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: #b08d57; }
.h2 { font-family: 'Marcellus', serif; font-size: 42px; margin: 0; color: #2b2620; }
.lead { font-family: 'Cormorant Garamond', serif; font-size: 20px; color: #6a6156; max-width: 640px; margin: 6px 0 0; line-height: 1.5; }
.sechead { display: flex; flex-direction: column; gap: 8px; margin-bottom: 32px; }
.pagebody { animation: floatUp .6s ease; padding-top: 54px; padding-bottom: 90px; }

/* Top bar */
.topbar { position: sticky; top: 0; z-index: 50; background: rgba(239,233,221,.92); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(176,141,87,.25); }
.topbar-in { padding-top: 16px; padding-bottom: 16px; display: flex; align-items: center; justify-content: space-between; gap: 14px 20px; flex-wrap: wrap; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand .ring { width: 30px; height: 18px; border: 1.5px solid #b08d57; border-bottom: none; border-radius: 20px 20px 0 0; }
.brand-name { font-family: 'Marcellus', serif; font-size: 20px; letter-spacing: 1px; color: #2b2620; }
.topnav-links { display: flex; gap: 22px; align-items: center; flex-wrap: wrap; justify-content: flex-end; min-width: 0; }
.topnav-links a { font-family: 'Jost', sans-serif; font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; color: #6a6156; padding-bottom: 3px; border-bottom: 1px solid transparent; transition: color .2s; }
.topnav-links a:hover { color: #7d5a34; }
.topnav-links a.on { color: #7d5a34; border-bottom-color: #b08d57; }

/* In-page section tabs */
.subnav { display: flex; gap: 10px; margin-bottom: 40px; flex-wrap: wrap; }
.subnav a { font-family: 'Jost', sans-serif; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: #6a6156; border: 1px solid rgba(176,141,87,.4); border-radius: 3px; padding: 9px 18px; transition: all .2s; }
.subnav a:hover { background: #f6f1e7; color: #7d5a34; }

.footer { border-top: 1px solid rgba(176,141,87,.25); padding: 40px 0 60px; text-align: center; display: flex; flex-direction: column; gap: 10px; }
.footer .fname { font-family: 'Marcellus', serif; font-size: 22px; color: #2b2620; }
.footer .fsub { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 17px; color: #8a8172; }

@media (max-width: 860px) {
  .wrap { padding: 0 18px; }
  .h2 { font-size: 32px; }
  .topnav-links { gap: 12px 16px; font-size: 11px; width: 100%; justify-content: flex-start; }
  .brand-name { font-size: 17px; }
  .tiles { grid-template-columns: 1fr 1fr !important; }
  .gallery-row { grid-template-columns: 1fr !important; }
  .gb-grid { grid-template-columns: 1fr !important; }
  .gb-player { position: static !important; }
  .booth-cols { columns: 2 140px !important; }
  .hero { aspect-ratio: 4/5 !important; }
  .hero-name { font-size: 40px !important; }
}
