/* =========================================================
   KEROCHE BREWERIES — WORLD-CLASS PREMIUM REDESIGN
   Direction: Dark Luxury Safari · Deep Green · Gold · Earth
   ========================================================= */
:root {
  --forest:    #0d2318;
  --forest2:   #142e1f;
  --forest3:   #1c3d2a;
  --moss:      #2a5139;
  --gold:      #c9a84c;
  --gold-lt:   #e8c86a;
  --gold-pale: #f5e4b0;
  --earth:     #2d1a0e;
  --earth2:    #3d2614;
  --cream:     #f5ede0;
  --cream2:    #ede3d2;
  --offwhite:  #f9f6f0;
  --dim:       rgba(245,237,224,0.5);
  --dim2:      rgba(245,237,224,0.3);
  --black:     #060d09;
  --glass:     rgba(13,35,24,0.55);
  --glass2:    rgba(20,46,31,0.45);
  --glass-lt:  rgba(245,237,224,0.08);
  --border:    rgba(201,168,76,0.18);
  --border2:   rgba(201,168,76,0.08);
  --shadow:    0 25px 80px rgba(0,0,0,0.4);
  --shadow2:   0 8px 32px rgba(0,0,0,0.25);
  --font-display: 'Playfair Display', Georgia, serif;
  --font-head:    'Bebas Neue', sans-serif;
  --font-body:    'DM Sans', sans-serif;
  --radius:    1.2rem;
  --radius2:   2rem;
  --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

[data-theme="light"] {
  --forest:    #f0f7f2;
  --forest2:   #e0f0e7;
  --forest3:   #c8e4d4;
  --glass:     rgba(240,247,242,0.85);
  --glass2:    rgba(224,240,231,0.8);
  --glass-lt:  rgba(13,35,24,0.06);
  --black:     #e8ede9;
  --cream:     #1c3d2a;
  --cream2:    #0d2318;
  --offwhite:  #0f1f16;
  --dim:       rgba(13,35,24,0.6);
  --dim2:      rgba(13,35,24,0.4);
  --border:    rgba(201,168,76,0.28);
  --border2:   rgba(13,35,24,0.1);
  --shadow:    0 25px 80px rgba(0,0,0,0.12);
  --shadow2:   0 8px 32px rgba(0,0,0,0.08);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  background: var(--black);
  color: var(--cream);
  font-family: var(--font-body);
  font-weight: 300;
  overflow-x: hidden;
  cursor: auto;
  transition: background 0.4s, color 0.4s;
}
[data-theme="light"] body { background: #f0f5f2; color: #1c3d2a; }

/* =========================================================
   LIGHT MODE — COMPREHENSIVE OVERRIDES
   ========================================================= */

/* ─── NAVBAR ─── */
[data-theme="light"] nav {
  background: rgba(240,245,242,0.92);
  border-bottom-color: rgba(201,168,76,0.25);
}
[data-theme="light"] nav.scrolled {
  background: rgba(240,245,242,0.97);
  box-shadow: 0 4px 24px rgba(0,0,0,0.1);
}
[data-theme="light"] .nav-links a { color: #1c3d2a; }
[data-theme="light"] .nav-links a:hover { color: var(--gold); }
[data-theme="light"] .nav-links a.active { color: var(--gold); }
[data-theme="light"] .nav-logo-sub { color: rgba(28,61,42,0.6); }
[data-theme="light"] .mobile-menu {
  background: rgba(240,245,242,0.98);
}
[data-theme="light"] .mobile-menu a { color: #1c3d2a; }
[data-theme="light"] .hamburger span { background: #1c3d2a; }

/* ─── HERO ─── */
[data-theme="light"] .hero-type-line { color: rgba(28,61,42,0.8); }
[data-theme="light"] .btn-primary {
  color: #0d2318;
}
[data-theme="light"] .btn-primary:hover {
  color: #0d2318;
}
[data-theme="light"] .btn-yes {
  color: #0d2318;
}
[data-theme="light"] .btn-yes:hover {
  color: #0d2318;
}
[data-theme="light"] .btn-outline {
  color: #1c3d2a;
  border-color: rgba(28,61,42,0.35);
}
[data-theme="light"] .btn-outline:hover { border-color: var(--gold); color: var(--gold); }
[data-theme="light"] .hero-scroll span { color: rgba(28,61,42,0.55); }

/* ─── STATS STRIP ─── */
[data-theme="light"] .stats-strip {
  background: linear-gradient(135deg, #ddeee5, #e8e0d5);
  border-color: rgba(201,168,76,0.3);
}
[data-theme="light"] .stat-lbl { color: rgba(28,61,42,0.6); }
[data-theme="light"] .stat-box { border-color: rgba(28,61,42,0.15); }

/* ─── HOME ATTRACTION ─── */
[data-theme="light"] .home-attraction {
  background: linear-gradient(180deg, #f0f5f2, #e4ede8);
  border-color: rgba(201,168,76,0.2);
}
[data-theme="light"] .home-attraction-copy h2 { color: #1c3d2a; }
[data-theme="light"] .home-attraction-copy p { color: rgba(28,61,42,0.75); }
[data-theme="light"] .home-attraction-point {
  color: #1c3d2a;
  border-color: rgba(28,61,42,0.2);
}

/* ─── SECTIONS ─── */
[data-theme="light"] section { background: transparent; }
[data-theme="light"] .section-desc { color: rgba(28,61,42,0.65); }

/* ─── FEATURE CARDS ─── */
[data-theme="light"] .feature-card {
  background: #ffffff;
  border-color: rgba(28,61,42,0.12);
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
}
[data-theme="light"] .feature-card h3 { color: #1c3d2a; }
[data-theme="light"] .feature-card p { color: rgba(28,61,42,0.65); }

/* ─── ABOUT ─── */
[data-theme="light"] .about-badge {
  background: rgba(255,255,255,0.92);
  border-color: rgba(201,168,76,0.35);
}
[data-theme="light"] .about-badge .lbl { color: rgba(28,61,42,0.6); }
[data-theme="light"] .stat-item .lbl { color: rgba(28,61,42,0.6); }
[data-theme="light"] .about-img-overlay {
  background: linear-gradient(135deg, rgba(240,245,242,0.1), transparent);
}

/* ─── WHY CARDS ─── */
[data-theme="light"] .why-card {
  background: #ffffff;
  border-color: rgba(28,61,42,0.12);
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
}
[data-theme="light"] .why-desc { color: rgba(28,61,42,0.65); }

/* ─── TIMELINE ─── */
[data-theme="light"] .timeline-dot { background: #ffffff; }
[data-theme="light"] .timeline-desc { color: rgba(28,61,42,0.65); }

/* ─── PRODUCT CARDS ─── */
[data-theme="light"] .product-card {
  background: #ffffff;
  border-color: rgba(28,61,42,0.12);
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
}
[data-theme="light"] .product-card-desc { color: rgba(28,61,42,0.65); }

/* ─── CATEGORY TABS ─── */
[data-theme="light"] .category-tab {
  background: rgba(28,61,42,0.07);
  border-color: rgba(28,61,42,0.18);
  color: #1c3d2a;
}
[data-theme="light"] .category-tab:hover { background: rgba(201,168,76,0.12); }
[data-theme="light"] .category-tab.active {
  background: rgba(201,168,76,0.18);
  color: #8a6a1a;
}

/* ─── EVENTS ─── */
[data-theme="light"] .events-header-block {
  background: #1c3d2a;
}
[data-theme="light"] .event-card {
  background: #ffffff;
  border-color: rgba(28,61,42,0.12);
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
}
[data-theme="light"] .event-desc { color: rgba(28,61,42,0.65); }
[data-theme="light"] .event-date-chip {
  background: rgba(255,255,255,0.92);
  border-color: rgba(201,168,76,0.35);
}
[data-theme="light"] .event-date-chip .month { color: rgba(28,61,42,0.6); }

/* ─── GALLERY ─── */
[data-theme="light"] .public-gallery-item {
  background: #ffffff;
  border-color: rgba(28,61,42,0.12);
}
[data-theme="light"] .public-gallery-caption { color: #1c3d2a; }
[data-theme="light"] .public-gallery-desc { color: rgba(28,61,42,0.65); }
[data-theme="light"] .public-gallery-media { background: rgba(28,61,42,0.06); }

/* ─── JOBS ─── */
[data-theme="light"] .job-item {
  background: #ffffff;
  border-color: rgba(28,61,42,0.12);
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
[data-theme="light"] .job-meta { color: rgba(28,61,42,0.6); }

/* ─── DISTRIBUTOR ─── */
[data-theme="light"] .dist-region {
  background: #ffffff;
  border-color: rgba(28,61,42,0.12);
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

/* ─── BOOKING PACKAGES ─── */
[data-theme="light"] .pkg-card {
  background: #ffffff;
  border-color: rgba(28,61,42,0.12);
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
}
[data-theme="light"] .pkg-desc { color: rgba(28,61,42,0.65); }
[data-theme="light"] .pkg-meta { color: rgba(28,61,42,0.5); }

/* ─── ADDON ITEMS ─── */
[data-theme="light"] .addon-item {
  background: #f5f8f6;
  border-color: rgba(28,61,42,0.18);
  color: #1c3d2a;
}

/* ─── FORMS ─── */
[data-theme="light"] .form-group label { color: rgba(28,61,42,0.65); }
[data-theme="light"] .form-group input,
[data-theme="light"] .form-group textarea,
[data-theme="light"] .form-group select {
  background: #ffffff;
  border-color: rgba(28,61,42,0.2);
  color: #1c3d2a;
}
[data-theme="light"] .form-group select option { background: #ffffff; color: #1c3d2a; }
[data-theme="light"] .form-group input::placeholder,
[data-theme="light"] .form-group textarea::placeholder { color: rgba(28,61,42,0.4); }

/* ─── CONTACT ─── */
[data-theme="light"] .contact-info-value { color: #1c3d2a; }
[data-theme="light"] .social-btn {
  background: #ffffff;
  border-color: rgba(28,61,42,0.18);
  color: #1c3d2a;
}

/* ─── FOOTER ─── */
[data-theme="light"] footer {
  background: #dde8e3;
  border-top-color: rgba(28,61,42,0.15);
}
[data-theme="light"] .footer-brand-sub { color: rgba(28,61,42,0.55); }
[data-theme="light"] .footer-about { color: rgba(28,61,42,0.65); }
[data-theme="light"] .footer-links a { color: rgba(28,61,42,0.65); }
[data-theme="light"] .footer-links a:hover { color: #1c3d2a; }
[data-theme="light"] .footer-bottom { color: rgba(28,61,42,0.5); }
[data-theme="light"] .footer-col h4 { color: var(--gold); }

/* ─── SCROLLBAR ─── */
[data-theme="light"] ::-webkit-scrollbar-track { background: #e8ede9; }

/* ─── SCROLLBAR ─── */
::-webkit-scrollbar { width: 3px; }
::-webkit-scrollbar-track { background: var(--black); }
::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 2px; }

/* ─── CUSTOM CURSOR ─── */
#cursor-dot {
  width: 8px; height: 8px;
  background: var(--gold);
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 99999;
  transform: translate(-50%,-50%);
  transition: width .15s, height .15s, background .2s;
  mix-blend-mode: screen;
}
#cursor-ring {
  width: 40px; height: 40px;
  border: 1.5px solid var(--gold);
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 99998;
  transform: translate(-50%,-50%);
  transition: transform 0.12s ease-out, width .25s, height .25s, border-color .2s, opacity .2s;
  opacity: 0.5;
}
body:hover #cursor-dot { opacity: 1; }
#cursor-dot, #cursor-ring { display: none !important; }
a, button, [onclick], .pkg-card, .addon-item, .category-tab, .feature-card, .why-card, .event-card, .job-item, .dist-region, .social-btn, .drop-zone { cursor: pointer !important; }
input, textarea, select { cursor: auto !important; }
body:hover #cursor-ring { opacity: 0.6; }

/* ─── LOADING SCREEN ─── */
#loader {
  position: fixed; inset: 0;
  background: var(--black);
  z-index: 99997;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.5rem;
  transition: opacity 0.8s ease, transform 0.8s ease;
}
#loader.out { opacity: 0; pointer-events: none; transform: scale(0.96); }
.loader-logo {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--gold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  animation: pulseGold 1.5s ease infinite;
}
@keyframes pulseGold {
  0%,100% { opacity: 1; }
  50% { opacity: 0.4; }
}
.loader-bar-wrap {
  width: 220px; height: 2px;
  background: rgba(201,168,76,0.15);
  border-radius: 2px;
  overflow: hidden;
}
.loader-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--gold), var(--gold-lt));
  animation: loadFill 2.2s ease-out forwards;
}
@keyframes loadFill { from { width: 0; } to { width: 100%; } }
.loader-sub {
  font-size: 0.62rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--dim);
}

/* ─── AGE GATE ─── */
#age-gate {
  position: fixed; inset: 0;
  background: var(--black);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 2rem;
  transition: opacity 0.8s ease, transform 0.8s ease;
}
#age-gate.hidden { opacity: 0; transform: scale(1.04); pointer-events: none; }
.age-bg {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, #0f2b1a 0%, #060d09 70%);
  z-index: 0;
}
#age-particles { position: absolute; inset: 0; overflow: hidden; z-index: 1; }
.age-particle {
  position: absolute;
  width: 2px; height: 2px;
  background: var(--gold);
  border-radius: 50%;
  animation: floatUp linear infinite;
  opacity: 0;
}
@keyframes floatUp {
  0% { transform: translateY(100vh); opacity: 0; }
  10% { opacity: 0.7; }
  90% { opacity: 0.2; }
  100% { transform: translateY(-10vh); opacity: 0; }
}
.age-content {
  position: relative; z-index: 2;
  max-width: 540px; width: 100%;
}
.age-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 8vw, 4.8rem);
  font-weight: 900;
  color: var(--gold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  animation: slideUp 0.9s ease both;
}
.age-logo-text {
  display: block;
  font-size: 1.8rem;
}
.age-logo-mark {
  width: 86px;
  height: 86px;
  min-width: 86px;
  min-height: 86px;
  border-radius: 50%;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(0,0,0,0.18);
}
.age-logo-mark img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}
.age-sub {
  font-size: 0.62rem;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--dim);
  margin-bottom: 3rem;
  animation: slideUp 0.9s ease 0.15s both;
}
.age-divider {
  width: 70px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 0 auto 2.5rem;
  animation: slideUp 0.9s ease 0.25s both;
}
.age-q {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 4.5vw, 2.5rem);
  font-weight: 400;
  font-style: italic;
  color: var(--cream2);
  line-height: 1.35;
  margin-bottom: 0.8rem;
  animation: slideUp 0.9s ease 0.35s both;
}
.age-legal {
  font-size: 0.75rem;
  color: var(--dim);
  margin-bottom: 2.5rem;
  animation: slideUp 0.9s ease 0.45s both;
}
.age-btns {
  display: flex; gap: 1rem; justify-content: center;
  animation: slideUp 0.9s ease 0.55s both;
}
.btn-yes {
  background: linear-gradient(135deg, var(--gold), var(--gold-lt));
  color: var(--forest);
  border: none;
  padding: 1rem 2.8rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: none;
  border-radius: 999px;
  transition: var(--transition);
  box-shadow: 0 4px 20px rgba(201,168,76,0.3);
}
.btn-yes:hover { transform: translateY(-3px); box-shadow: 0 12px 40px rgba(201,168,76,0.45); }
.btn-no {
  background: transparent;
  color: var(--dim);
  border: 1px solid var(--border);
  padding: 1rem 2rem;
  font-family: var(--font-body);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: none;
  border-radius: 999px;
  transition: var(--transition);
}
.btn-no:hover { border-color: rgba(201,168,76,0.5); color: var(--cream); }
.age-disclaimer {
  margin-top: 2.5rem;
  font-size: 0.68rem;
  color: rgba(245,237,224,0.25);
  line-height: 1.7;
  animation: slideUp 0.9s ease 0.65s both;
}
#underage-msg {
  display: none; position: fixed; inset: 0;
  background: var(--black); z-index: 10001;
  align-items: center; justify-content: center;
  text-align: center; padding: 2rem;
}
#underage-msg.show { display: flex; }
#underage-msg p {
  font-family: var(--font-display);
  font-size: 1.8rem; color: var(--dim);
  font-style: italic; max-width: 500px; line-height: 1.5;
}

/* ─── MAIN CONTENT ─── */
#main-content { display: none; }
#main-content.visible { display: block; }

/* ─── FLOATING PARTICLES BG ─── */
#particles-bg {
  position: fixed; inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.p-dot {
  position: absolute;
  border-radius: 50%;
  background: var(--gold);
  opacity: 0;
  animation: floatDot linear infinite;
}
@keyframes floatDot {
  0%   { transform: translateY(0) translateX(0); opacity: 0; }
  10%  { opacity: 0.15; }
  90%  { opacity: 0.05; }
  100% { transform: translateY(-100vh) translateX(40px); opacity: 0; }
}

/* ─── NAVBAR ─── */
nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 1.4rem 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(6,13,9,0.3);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(201,168,76,0.06);
  transition: var(--transition);
}
nav.scrolled {
  background: rgba(6,13,9,0.92);
  padding: 0.9rem 3rem;
  box-shadow: 0 4px 40px rgba(0,0,0,0.35);
  border-bottom-color: var(--border2);
}
.nav-logo {
  display: flex; flex-direction: column; line-height: 1;
  text-decoration: none;
}
.nav-logo-main {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 900;
  color: var(--gold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.nav-logo-sub {
  font-size: 0.52rem;
  letter-spacing: 0.32em;
  color: var(--dim);
  font-family: var(--font-body);
  font-weight: 400;
  margin-top: 2px;
  text-transform: uppercase;
}
.nav-links {
  display: flex; gap: 2rem; list-style: none; align-items: center;
}
.nav-links a {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cream2);
  text-decoration: none;
  position: relative;
  transition: color 0.25s;
  font-weight: 500;
}
.nav-links a::after {
  content: '';
  position: absolute; bottom: -5px; left: 0; right: 0;
  height: 1px; background: var(--gold);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.28s ease;
}
.nav-links a:hover { color: var(--gold); }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-links a.active { color: var(--gold); }
.nav-links a.active::after { transform: scaleX(1); }
.nav-cta-link {
  background: linear-gradient(135deg, var(--gold), var(--gold-lt)) !important;
  color: var(--forest) !important;
  padding: 0.55rem 1.5rem !important;
  border-radius: 999px !important;
  font-weight: 600 !important;
  transition: var(--transition) !important;
  box-shadow: 0 2px 16px rgba(201,168,76,0.3);
}
.nav-cta-link:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(201,168,76,0.45) !important; }
.nav-cta-link::after { display: none !important; }
.nav-right { display: flex; align-items: center; gap: 1rem; }
.theme-toggle {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--glass-lt);
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  cursor: none;
  font-size: 1rem;
  transition: var(--transition);
  color: var(--gold);
}
.theme-toggle:hover { background: rgba(201,168,76,0.15); }
.hamburger {
  display: none;
  flex-direction: column; gap: 5px;
  cursor: none; padding: 4px; background: none; border: none;
}
.hamburger span {
  display: block; width: 24px; height: 1.5px;
  background: var(--gold); transition: 0.3s;
}
.hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ─── MOBILE MENU ─── */
.mobile-menu {
  position: fixed; inset: 0;
  background: rgba(6,13,9,0.97);
  backdrop-filter: blur(24px);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.8rem;
  opacity: 0; pointer-events: none;
  transition: opacity 0.35s;
}
.mobile-menu.open { opacity: 1; pointer-events: all; }
.mobile-menu a {
  font-family: var(--font-display);
  font-size: 2.6rem; font-weight: 900;
  color: var(--cream);
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: color 0.3s, transform 0.3s;
  display: block;
}
.mobile-menu a:hover { color: var(--gold); transform: translateX(8px); }

/* ─── WHATSAPP FLOAT ─── */
.wa-btn {
  position: fixed; bottom: 2rem; right: 2rem;
  width: 56px; height: 56px;
  background: #25d366;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  z-index: 9000;
  cursor: none;
  box-shadow: 0 4px 20px rgba(37,211,102,0.4);
  animation: waPulse 2.5s ease infinite;
  text-decoration: none;
}
.wa-btn svg { width: 28px; height: 28px; fill: white; }
@keyframes waPulse {
  0%,100% { box-shadow: 0 4px 20px rgba(37,211,102,0.4), 0 0 0 0 rgba(37,211,102,0.3); }
  50% { box-shadow: 0 4px 20px rgba(37,211,102,0.4), 0 0 0 14px rgba(37,211,102,0); }
}

/* ─── PAGE SECTIONS ─── */
.page-section { display: none; }
.page-section.active { display: block; animation: pageIn 0.55s cubic-bezier(0.4,0,0.2,1) both; }
@keyframes pageIn {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ─── REVEAL ANIMATIONS ─── */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible { opacity: 1; transform: none; }
.reveal-left { transform: translateX(-40px); }
.reveal-left.visible { transform: none; opacity: 1; }
.reveal-right { transform: translateX(40px); }
.reveal-right.visible { transform: none; opacity: 1; }
.reveal-delay-1 { transition-delay: 0.12s; }
.reveal-delay-2 { transition-delay: 0.24s; }
.reveal-delay-3 { transition-delay: 0.36s; }
.reveal-delay-4 { transition-delay: 0.48s; }

/* ─── UTILITY ─── */
@keyframes slideUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: none; }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes zoomSlow {
  from { transform: scale(1.08); }
  to   { transform: scale(1); }
}

/* =========================================================
   HERO
   ========================================================= */
#hero {
  height: 100vh;
  min-height: 680px;
  position: relative;
  display: flex; align-items: center;
  overflow: hidden;
}
.hero-video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.32;
  filter: brightness(0.98) saturate(0.95) contrast(1.05);
  z-index: 0;
  animation: zoomSlow 12s ease both;
}
.hero-overlay {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 20% 60%, rgba(13,35,24,0.35) 0%, transparent 65%),
    linear-gradient(160deg, rgba(6,13,9,0.65) 0%, rgba(13,35,24,0.45) 45%, rgba(6,13,9,0.75) 100%);
  z-index: 1;
}
.hero-grain {
  position: absolute; inset: 0; z-index: 2;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  opacity: 0.5;
}
.hero-lines {
  position: absolute; inset: 0; z-index: 2;
  background-image:
    linear-gradient(rgba(201,168,76,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,76,0.035) 1px, transparent 1px);
  background-size: 100px 100px;
  mask-image: radial-gradient(ellipse at center, black 20%, transparent 75%);
}
.hero-content {
  position: relative; z-index: 3;
  max-width: 1300px; margin: 0 auto;
  padding: 0 3rem;
  width: 100%;
  padding-top: 6rem;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 0.8rem;
  margin-bottom: 2rem;
  animation: slideUp 1s ease 0.2s both;
}
.hero-badge-line { width: 38px; height: 1px; background: var(--gold); }
.hero-badge-text {
  font-size: 0.62rem; letter-spacing: 0.42em;
  color: var(--gold); text-transform: uppercase;
}
.hero-headline {
  font-family: var(--font-head);
  font-size: clamp(3rem, 7.5vw, 8.5rem);
  line-height: 0.95;
  letter-spacing: 0.04em;
  color: var(--offwhite);
  margin-bottom: 2rem;
  text-transform: uppercase;
  text-shadow: 0 8px 40px rgba(0,0,0,0.4);
  max-width: 750px;
  animation: slideUp 1s ease 0.4s both;
}
.hero-headline .accent { color: var(--gold); }
.hero-type-line {
  font-family: var(--font-display);
  font-size: clamp(1rem, 2.2vw, 1.4rem);
  font-style: italic;
  color: rgba(245,237,224,0.72);
  margin-bottom: 3rem;
  max-width: 520px;
  line-height: 1.7;
  animation: slideUp 1s ease 0.6s both;
  min-height: 2em;
}
.type-cursor { display: inline-block; animation: blinkCursor 0.8s step-end infinite; color: var(--gold); }
@keyframes blinkCursor { 0%,100% { opacity: 1; } 50% { opacity: 0; } }
.hero-btns {
  display: flex; gap: 1rem; flex-wrap: wrap;
  animation: slideUp 1s ease 0.8s both;
}
.btn-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-lt));
  color: var(--forest);
  border: none;
  padding: 1rem 2.8rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: none;
  text-decoration: none;
  display: inline-block;
  border-radius: 999px;
  transition: var(--transition);
  box-shadow: 0 4px 24px rgba(201,168,76,0.35);
  position: relative; overflow: hidden;
}
.btn-primary::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, var(--gold-lt), var(--gold));
  opacity: 0; transition: opacity 0.3s;
  z-index: -1;
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 12px 40px rgba(201,168,76,0.5); }
.btn-primary:hover::before { opacity: 1; }
.btn-primary, .btn-outline { position: relative; z-index: 1; }
.btn-outline {
  background: transparent;
  color: var(--cream);
  border: 1px solid rgba(245,237,224,0.28);
  padding: 1rem 2.5rem;
  font-family: var(--font-body);
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: none;
  text-decoration: none;
  display: inline-block;
  border-radius: 999px;
  transition: var(--transition);
  backdrop-filter: blur(6px);
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-3px); }
.hero-scroll {
  position: absolute;
  bottom: 2.5rem; left: 50%;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
  z-index: 3;
  animation: slideUp 1s ease 1.2s both;
}
.hero-scroll span { font-size: 0.58rem; letter-spacing: 0.4em; color: var(--dim); text-transform: uppercase; }
.scroll-bar {
  width: 1px; height: 52px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: scrollPulse 2.2s ease infinite;
}
@keyframes scrollPulse {
  0%,100% { opacity: 0.25; transform: scaleY(1); }
  50%      { opacity: 1;    transform: scaleY(1.25); }
}

/* ─── STATS STRIP ─── */
.stats-strip {
  background: linear-gradient(135deg, var(--forest2), var(--earth2));
  padding: 3rem 3rem;
  display: flex; justify-content: center; gap: 0;
  position: relative; z-index: 1;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.stat-box {
  text-align: center;
  padding: 0 3rem;
  border-right: 1px solid var(--border);
}
.stat-box:last-child { border-right: none; }
.stat-num {
  font-family: var(--font-head);
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  color: var(--gold);
  letter-spacing: 0.04em;
  line-height: 1;
  display: block;
}
.stat-lbl {
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  color: var(--dim);
  text-transform: uppercase;
  margin-top: 0.5rem;
  display: block;
}

/* ─── TICKER / BRANDS BANNER ─── */
.ticker-wrap {
  background: rgba(0,0,0,0.05);
  overflow: hidden;
  white-space: nowrap;
  padding: 0;
  border-top: none;
  border-bottom: none;
  height: 320px;
  position: relative;
}
.ticker-wrap::before,
.ticker-wrap::after {
  display: none;
}
.ticker {
  display: inline-flex;
  align-items: center;
  height: 280px;
  animation: tickerScroll 56s linear infinite;
}
.ticker-item {
  display: inline-block;
  width: 100vw;
  min-width: 100vw;
  height: 280px;
  margin: 0;
  position: relative;
  background: url("galley/all brands.jpg") center/cover no-repeat;
  background-size: cover;
  filter: brightness(1.08) saturate(1.1);
  border-radius: 0;
  box-shadow: none;
  border: none;
  flex-shrink: 0;
}
.ticker-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ticker-sep { display: none; }
@keyframes tickerScroll { from { transform: translateX(0); } to { transform: translateX(-100%); } }

.home-attraction {
  background: linear-gradient(180deg, var(--black), var(--forest2));
  padding: clamp(3rem, 7vw, 6rem) 1.5rem;
  border-bottom: 1px solid var(--border2);
}
.home-attraction-inner {
  max-width: 1260px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.home-attraction-media {
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--border2);
  box-shadow: 0 24px 80px rgba(0,0,0,0.35);
}
.home-attraction-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home-attraction-copy .section-label { justify-content: flex-start; margin-bottom: 1rem; }
.home-attraction-copy h2 {
  font-family: var(--font-head);
  color: var(--cream);
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 0.95;
  margin-bottom: 1.2rem;
}
.home-attraction-copy p {
  color: rgba(245,237,224,0.78);
  line-height: 1.85;
  font-size: 1rem;
  max-width: 620px;
}
.home-attraction-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.home-attraction-point {
  border: 1px solid var(--border2);
  border-radius: 8px;
  padding: 0.9rem;
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}
@media(max-width: 860px) {
  .home-attraction-inner { grid-template-columns: 1fr; }
  .home-attraction-points { grid-template-columns: 1fr; }
}

/* ─── SECTION LAYOUTS ─── */
section { padding: 5rem 2rem; position: relative; }
.section-inner { max-width: 1260px; margin: 0 auto; }
.section-label {
  display: flex; align-items: center; gap: 1rem;
  margin-bottom: 1rem;
}
.section-label-line { width: 38px; height: 1px; background: var(--gold); }
.section-label-text {
  font-size: 0.62rem;
  letter-spacing: 0.4em;
  color: var(--gold);
  text-transform: uppercase;
  font-weight: 500;
}
.section-title {
  font-family: var(--font-head);
  font-size: clamp(2.8rem, 7vw, 6.5rem);
  line-height: 0.95;
  letter-spacing: 0.03em;
  color: var(--cream);
  margin-bottom: 1.5rem;
}
[data-theme="light"] .section-title { color: var(--cream2); }
.section-desc {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-style: italic;
  color: var(--dim);
  max-width: 540px;
  line-height: 1.8;
}

/* ─── FEATURE CARDS ─── */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}
.feature-card {
  background: var(--glass);
  border: 1px solid var(--border2);
  padding: 2.2rem;
  border-radius: var(--radius);
  backdrop-filter: blur(12px);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.feature-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform: scaleX(0); transition: transform 0.4s;
}
.feature-card:hover { transform: translateY(-8px); border-color: var(--border); box-shadow: var(--shadow); }
.feature-card:hover::before { transform: scaleX(1); }
.feature-card-icon { font-size: 2rem; margin-bottom: 1.2rem; display: block; }
.feature-card h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  color: var(--cream);
}
.feature-card p {
  font-size: 0.9rem;
  line-height: 1.75;
  color: var(--dim);
}

/* ─── ABOUT SPLIT ─── */
.about-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
  max-width: 1260px; margin: 0 auto;
}
.about-img-wrap {
  position: relative;
  border-radius: var(--radius2);
  overflow: hidden;
}
.about-img-wrap img {
  width: 100%; height: 580px;
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease;
}
.about-img-wrap:hover img { transform: scale(1.05); }
.about-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(13,35,24,0.3), transparent);
}
.about-badge {
  position: absolute; bottom: 2rem; left: 2rem;
  background: var(--glass);
  backdrop-filter: blur(16px);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.2rem 1.8rem;
}
.about-badge .num {
  font-family: var(--font-head);
  font-size: 2.5rem;
  color: var(--gold);
  display: block;
  line-height: 1;
}
.about-badge .lbl {
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  color: var(--dim);
  text-transform: uppercase;
}
.stats-row {
  display: flex; gap: 2.5rem; margin-top: 2.5rem;
}
.stat-item .num {
  font-family: var(--font-head);
  font-size: 2.5rem;
  color: var(--gold);
  display: block;
  line-height: 1;
}
.stat-item .lbl {
  font-size: 0.62rem;
  letter-spacing: 0.25em;
  color: var(--dim);
  text-transform: uppercase;
  display: block;
  margin-top: 0.3rem;
}

/* ─── WHY GRID ─── */
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}
.why-card {
  background: var(--glass2);
  border: 1px solid var(--border2);
  border-radius: var(--radius);
  padding: 2rem;
  backdrop-filter: blur(12px);
  transition: var(--transition);
  position: relative; overflow: hidden;
}
.why-card::after {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(201,168,76,0.08) 0%, transparent 60%);
  opacity: 0; transition: opacity 0.4s;
}
.why-card:hover { transform: translateY(-6px); border-color: var(--border); box-shadow: var(--shadow2); }
.why-card:hover::after { opacity: 1; }
.why-icon { font-size: 2.2rem; display: block; margin-bottom: 1rem; }
.why-title { font-family: var(--font-display); font-size: 1.05rem; font-weight: 700; color: var(--cream); margin-bottom: 0.7rem; }
.why-desc { font-size: 0.88rem; line-height: 1.75; color: var(--dim); }
[data-theme="light"] .why-title { color: var(--cream2); }

/* ─── TIMELINE ─── */
.timeline-wrap { position: relative; max-width: 680px; }
.timeline-line {
  position: absolute;
  left: 16px; top: 0; bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, var(--gold), transparent);
}
.timeline-item {
  display: flex; gap: 2rem;
  padding-left: 0; margin-bottom: 3rem;
  opacity: 0; transform: translateX(-20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.timeline-item.visible { opacity: 1; transform: none; }
.timeline-dot-wrap {
  position: relative; flex-shrink: 0;
  display: flex; flex-direction: column; align-items: center;
}
.timeline-dot {
  width: 32px; height: 32px;
  background: var(--glass);
  border: 2px solid var(--gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.timeline-dot::after { content: ''; width: 8px; height: 8px; background: var(--gold); border-radius: 50%; }
.timeline-body { padding-top: 0.3rem; }
.timeline-year {
  font-family: var(--font-head);
  font-size: 1.4rem;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 0.3rem;
}
.timeline-title { font-family: var(--font-display); font-size: 1rem; font-weight: 700; color: var(--cream); margin-bottom: 0.5rem; }
.timeline-desc { font-size: 0.88rem; line-height: 1.7; color: var(--dim); }
[data-theme="light"] .timeline-title { color: var(--cream2); }

/* ─── BRANDS / PRODUCTS ─── */
.brands-hero-img {
  width: 100%; max-height: 400px;
  object-fit: cover;
  border-radius: var(--radius2);
  margin-bottom: 3rem;
  box-shadow: var(--shadow);
  transition: transform 0.6s ease;
}
.brands-hero-img:hover { transform: scale(1.02); }
.category-tabs {
  display: flex; flex-wrap: wrap; gap: 0.6rem;
  justify-content: center; margin: 2rem auto;
  max-width: 760px;
}
.category-tab {
  background: var(--glass-lt);
  border: 1px solid var(--border2);
  color: var(--cream);
  padding: 0.7rem 1.5rem;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: none;
  transition: var(--transition);
  border-radius: 999px;
  font-weight: 500;
}
.category-tab:hover { background: rgba(201,168,76,0.12); border-color: var(--gold); color: var(--gold); }
.category-tab.active {
  background: rgba(201,168,76,0.2);
  border-color: var(--gold);
  color: var(--gold);
  box-shadow: 0 0 0 1px rgba(201,168,76,0.3), 0 8px 24px rgba(0,0,0,0.15);
}
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 2.5rem;
}
.product-card {
  background: var(--glass);
  border: 1px solid var(--border2);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
  backdrop-filter: blur(12px);
  group: true;
}
.product-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: var(--border); }
.product-card-img {
  width: 100%; height: 240px;
  object-fit: cover;
  transition: transform 0.6s ease;
  display: block;
  loading: lazy;
}
.product-card:hover .product-card-img { transform: scale(1.08); }
.product-card-body { padding: 1.5rem; }
.product-card-cat {
  font-size: 0.6rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.product-card-name {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--cream);
  margin-bottom: 0.6rem;
}
.product-card-desc { font-size: 0.85rem; color: var(--dim); line-height: 1.65; margin-bottom: 1.2rem; }
.product-card-btn {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid rgba(201,168,76,0.35);
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
  font-weight: 600;
}
.product-card-btn:hover { color: var(--gold-lt); border-color: var(--gold-lt); }
.product-card-abv {
  display: inline-block;
  background: rgba(201,168,76,0.15);
  border: 1px solid rgba(201,168,76,0.35);
  color: var(--gold);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
}
[data-theme="light"] .product-card-name { color: var(--cream2); }

/* ─── EVENTS ─── */
.events-header-block {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  padding: 5rem 0 2.5rem;
  background: rgba(2, 4, 4, 0.95);
}
.events-loop-block {
  width: 100%;
  overflow: hidden;
  padding: 1rem 0 2rem;
}
.events-marquee {
  width: 100%;
}
.events-marquee-track {
  display: flex;
  width: max-content;
  gap: 1rem;
  animation: marqueeLoop 48s linear infinite;
  will-change: transform;
  transform: translateZ(0);
}
.events-header-block:hover .events-marquee-track,
.events-marquee-wrap:active .events-marquee-track {
  animation-play-state: paused;
}
.events-header-copy {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 2.5rem;
  align-items: flex-start;
}
.events-header-text {
  text-align: left;
}
.events-header-title {
  text-align: right;
}
.events-header-copy .section-desc {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.8;
}
@media (max-width: 900px) {
  .events-header-copy {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .events-header-title {
    text-align: center;
  }
}
.marquee-card {
  flex: 0 0 340px;
  min-width: 340px;
  height: 220px;
  border-radius: 1.75rem;
  overflow: hidden;
  background: #111;
}
.marquee-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.marquee-card:hover img {
  transform: scale(1.05);
}
@keyframes marqueeLoop {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@media (max-width: 1024px) {
  .events-header-block {
    padding: 3rem 0 2rem;
  }
  .marquee-card {
    flex: 0 0 280px;
    min-width: 280px;
    height: 190px;
  }
}
@media (max-width: 720px) {
  .events-header-block {
    padding: 2.5rem 0 1.5rem;
  }
  .marquee-card {
    flex: 0 0 220px;
    min-width: 220px;
    height: 160px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .events-marquee-track {
    animation: none !important;
  }
}
.events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}
.event-card {
  background: var(--glass);
  border: 1px solid var(--border2);
  border-radius: var(--radius2);
  overflow: hidden;
  transition: var(--transition);
  backdrop-filter: blur(12px);
}
.event-card:hover { transform: translateY(-8px); border-color: var(--border); box-shadow: var(--shadow); }
.event-img {
  height: 200px;
  background: linear-gradient(135deg, var(--forest2), var(--earth2));
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.event-emoji { font-size: 4rem; }
.event-date-chip {
  position: absolute; top: 1rem; right: 1rem;
  background: var(--glass);
  backdrop-filter: blur(10px);
  border: 1px solid var(--border);
  border-radius: 0.75rem;
  padding: 0.5rem 0.9rem;
  text-align: center;
}
.event-date-chip .day { display: block; font-family: var(--font-head); font-size: 1.8rem; color: var(--gold); line-height: 1; }
.event-date-chip .month { display: block; font-size: 0.58rem; letter-spacing: 0.2em; color: var(--dim); text-transform: uppercase; }
.event-body { padding: 1.8rem; }
.event-tag { font-size: 0.62rem; letter-spacing: 0.25em; color: var(--gold); text-transform: uppercase; margin-bottom: 0.6rem; font-weight: 600; }
.event-title { font-family: var(--font-display); font-size: 1.15rem; font-weight: 700; color: var(--cream); margin-bottom: 0.7rem; }
.event-desc { font-size: 0.87rem; color: var(--dim); line-height: 1.65; margin-bottom: 1.5rem; }
[data-theme="light"] .event-title { color: var(--cream2); }

.public-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}
.public-gallery-item {
  display: flex;
  flex-direction: column;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border2);
  background: var(--glass);
  backdrop-filter: blur(12px);
}
.public-gallery-media {
  width: 100%;
  min-height: 320px;
  max-height: 520px;
  background: rgba(0,0,0,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.public-gallery-item img {
  width: 100%;
  height: 320px;
  max-height: 520px;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
@media (max-width: 768px) {
  .public-gallery-grid { grid-template-columns: 1fr; gap: 1.2rem; }
  .public-gallery-media { min-height: 280px; }
  .public-gallery-item img { height: 280px; }
}
.public-gallery-item:hover img { transform: scale(1.02); }
.public-gallery-caption {
  padding: 1.4rem;
  color: var(--cream);
}
.public-gallery-kicker {
  font-size: 0.58rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.4rem;
}
.public-gallery-title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
}
.public-gallery-desc {
  margin-top: 0.65rem;
  color: var(--dim);
  font-size: 0.86rem;
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.public-gallery-desc.expanded {
  display: block;
  overflow: visible;
}
.public-gallery-more {
  margin-top: 0.7rem;
  background: transparent;
  border: 0;
  color: var(--gold);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0;
}
.public-gallery-empty {
  grid-column: 1 / -1;
  border: 1px dashed var(--border2);
  border-radius: var(--radius);
  padding: 3rem 1.5rem;
  text-align: center;
  color: var(--dim);
}

/* ─── JOBS ─── */
.jobs-list { display: flex; flex-direction: column; gap: 1rem; margin-top: 2.5rem; }
.job-item {
  background: var(--glass);
  border: 1px solid var(--border2);
  border-radius: var(--radius);
  padding: 1.5rem 2rem;
  display: flex; align-items: center; gap: 2rem; flex-wrap: wrap;
  transition: var(--transition);
  backdrop-filter: blur(12px);
}
.job-item:hover { border-color: var(--border); transform: translateX(6px); box-shadow: var(--shadow2); }
.job-name { font-family: var(--font-display); font-size: 1.05rem; font-weight: 700; color: var(--cream); }
.job-dept { font-size: 0.72rem; color: var(--gold); margin-top: 0.2rem; letter-spacing: 0.1em; font-weight: 600; }
.job-meta { display: flex; gap: 1rem; font-size: 0.8rem; color: var(--dim); margin-left: auto; flex-wrap: wrap; }
[data-theme="light"] .job-name { color: var(--cream2); }

/* ─── DISTRIBUTOR ─── */
.dist-bg-text {
  font-family: var(--font-head);
  font-size: clamp(5rem, 15vw, 14rem);
  color: rgba(201,168,76,0.04);
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
  margin-bottom: -4rem;
  user-select: none;
}
.dist-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1rem;
  margin: 3rem 0;
}
.dist-region {
  background: var(--glass);
  border: 1px solid var(--border2);
  border-radius: var(--radius);
  padding: 1.2rem 1.5rem;
  transition: var(--transition);
  text-align: center;
}
.dist-region:hover { border-color: var(--gold); transform: translateY(-4px); }
.dist-region-name { font-family: var(--font-display); font-size: 1rem; font-weight: 700; color: var(--cream); margin-bottom: 0.3rem; }
.dist-region-count { font-size: 0.72rem; color: var(--gold); letter-spacing: 0.08em; }
[data-theme="light"] .dist-region-name { color: var(--cream2); }

/* ─── CONTACT ─── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
  max-width: 1200px; margin: 0 auto;
}
.contact-form { display: flex; flex-direction: column; gap: 1.2rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.form-group { display: flex; flex-direction: column; gap: 0.5rem; }
.form-group label { font-size: 0.68rem; letter-spacing: 0.22em; color: var(--dim); text-transform: uppercase; font-weight: 600; }
.form-group input,
.form-group textarea,
.form-group select {
  background: var(--glass);
  border: 1px solid var(--border2);
  color: var(--cream);
  padding: 0.95rem 1.2rem;
  font-family: var(--font-body);
  font-size: 0.9rem;
  border-radius: 0.75rem;
  transition: border-color 0.3s;
  backdrop-filter: blur(10px);
  outline: none;
  width: 100%;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,168,76,0.1); }
.form-group textarea { min-height: 140px; resize: vertical; }
.form-group select option { background: var(--forest); color: var(--cream); }
.form-success {
  display: none;
  background: rgba(42,81,57,0.4);
  border: 1px solid rgba(42,81,57,0.6);
  border-radius: 0.75rem;
  padding: 1.2rem;
  color: #6fcf97;
  font-size: 0.88rem;
  text-align: center;
}
.contact-info { display: flex; flex-direction: column; gap: 2rem; }
.contact-info-item { display: flex; gap: 1.2rem; align-items: flex-start; }
.contact-info-icon { font-size: 1.5rem; flex-shrink: 0; width: 42px; text-align: center; }
.contact-info-label { font-size: 0.62rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.3rem; font-weight: 600; }
.contact-info-value { font-size: 0.92rem; color: var(--cream); line-height: 1.6; }
[data-theme="light"] .contact-info-value { color: var(--cream2); }
.social-btns { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.social-btn {
  width: 40px; height: 40px;
  background: var(--glass);
  border: 1px solid var(--border2);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.8rem; font-weight: 700;
  color: var(--cream);
  text-decoration: none;
  transition: var(--transition);
  cursor: none;
}
.social-btn svg { width: 18px; height: 18px; display: block; fill: currentColor; }
.social-btn:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-3px); }

/* ─── BOOKING ─── */
.booking-packages {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0 4rem;
}
.pkg-card {
  background: var(--glass);
  border: 1px solid var(--border2);
  border-radius: var(--radius2);
  padding: 2rem;
  transition: var(--transition);
  position: relative; overflow: hidden;
  cursor: none;
  backdrop-filter: blur(12px);
}
.pkg-card:hover { border-color: var(--gold); transform: translateY(-8px); box-shadow: var(--shadow); }
.pkg-card.featured { border-color: rgba(201,168,76,0.4); }
.pkg-badge {
  position: absolute; top: 1rem; right: 1rem;
  background: linear-gradient(135deg, var(--gold), var(--gold-lt));
  color: var(--forest);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  text-transform: uppercase;
}
.pkg-icon { font-size: 2.5rem; margin-bottom: 1rem; display: block; }
.pkg-name { font-family: var(--font-display); font-size: 1.15rem; font-weight: 700; color: var(--cream); margin-bottom: 0.5rem; }
.pkg-price { color: var(--gold); font-family: var(--font-display); font-size: 1.4rem; font-weight: 600; margin: 0.5rem 0 1rem; }
.pkg-desc { font-size: 0.85rem; color: var(--dim); line-height: 1.7; margin-bottom: 1.2rem; }
.pkg-meta { font-size: 0.72rem; color: var(--dim2); margin-bottom: 1.5rem; }
.pkg-btn { width: 100%; }
[data-theme="light"] .pkg-name { color: var(--cream2); }

/* ─── ADDON GRID ─── */
.addon-grid { display: flex; flex-wrap: wrap; gap: 0.75rem; margin: 1.5rem 0; }
.addon-item {
  background: var(--glass);
  border: 1px solid var(--border2);
  border-radius: var(--radius);
  padding: 0.8rem 1.2rem;
  font-size: 0.82rem;
  color: var(--cream);
  cursor: none;
  transition: var(--transition);
  position: relative;
}
.addon-item:hover { border-color: var(--gold); color: var(--gold); }
.addon-item.selected { background: rgba(201,168,76,0.15); border-color: var(--gold); color: var(--gold); }
.addon-item.selected::after { content: '✓'; position: absolute; top: 0.3rem; right: 0.5rem; font-size: 0.65rem; color: var(--gold); }
.booking-selected {
  display: none;
  background: rgba(42,81,57,0.25);
  border: 1px solid rgba(201,168,76,0.3);
  border-radius: 0.75rem;
  padding: 1rem 1.2rem;
  margin-bottom: 1.5rem;
  font-size: 0.85rem;
  color: var(--gold);
}
.booking-success {
  display: none;
  background: rgba(42,81,57,0.3);
  border: 1px solid rgba(42,81,57,0.5);
  border-radius: var(--radius);
  padding: 2rem;
  text-align: center;
  color: #6fcf97;
}

/* ─── FOOTER ─── */
footer {
  background: var(--black);
  border-top: 1px solid var(--border2);
  padding: 4rem 3rem 2rem;
}
.footer-inner {
  max-width: 1260px; margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
.footer-brand-name {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--gold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.footer-brand-sub {
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  color: var(--dim);
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}
.footer-about { font-size: 0.87rem; color: var(--dim); line-height: 1.75; max-width: 280px; }
.footer-col h4 {
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.2rem;
  font-weight: 600;
}
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; }
.footer-links a {
  font-size: 0.87rem; color: var(--dim);
  text-decoration: none; transition: color 0.2s;
}
.footer-links a:hover { color: var(--cream); }
.footer-bottom {
  border-top: 1px solid var(--border2);
  padding-top: 1.5rem;
  display: flex; justify-content: space-between;
  align-items: center; flex-wrap: wrap; gap: 1rem;
  font-size: 0.72rem; color: var(--dim2);
  max-width: 1260px; margin: 0 auto;
}
.footer-bottom strong { color: var(--gold); }

/* ─── PARALLAX SECTION ─── */
.parallax-section {
  min-height: 500px;
  background-image: url('galley/our team.jpg');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  display: flex; align-items: center; justify-content: center;
  position: relative;
}
.parallax-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(6,13,9,0.88), rgba(13,35,24,0.75));
}
.parallax-content {
  position: relative; z-index: 1;
  text-align: center; padding: 4rem 2rem;
  max-width: 700px;
}
.parallax-content .section-title { text-align: center; }
.parallax-content .section-desc { margin: 0 auto 2rem; text-align: center; }

.contact-image-banner {
  position: relative;
  margin: 3rem 0 0;
  min-height: 420px;
  border-radius: 2rem;
  overflow: hidden;
  background: url('galley/contact.jpg') center/cover no-repeat;
}
.contact-image-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(145deg, rgba(6,13,9,0.9), rgba(13,35,24,0.74));
}
.contact-image-copy {
  position: relative;
  z-index: 1;
  max-width: 680px;
  padding: 4rem 3rem;
  color: var(--cream);
}
.contact-image-copy .section-label { justify-content:flex-start; }
.contact-image-banner .btn-primary { margin-top: 1.75rem; }

.booking-hero-banner {
  min-height: 500px;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-image: url('galley/book a visit.jpg');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 4rem 2rem;
  margin-bottom: 3rem;
  color: var(--cream);
  border-radius: 0;
}
.booking-hero-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(6,13,9,0.88), rgba(13,35,24,0.75));
}
.booking-hero-banner > * {
  position: relative;
  z-index: 1;
}
.booking-hero-banner .btn-outline {
  border-color: rgba(255,255,255,0.7);
  color: var(--cream);
}

/* ─── CONTACT PAGE HERO ─── */
.contact-hero-parallax {
  height: 100vh;
  min-height: 600px;
  background-image: url('galley/contact us.jpg');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.contact-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(6,13,9,0.88) 0%, rgba(13,35,24,0.72) 60%, rgba(6,13,9,0.82) 100%);
}
.contact-hero-overlay::after {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(201,168,76,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,76,0.04) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
}
.contact-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 2rem;
  max-width: 720px;
  width: 100%;
  animation: slideUp 1s ease 0.3s both;
}
.contact-hero-title {
  font-family: var(--font-head);
  font-size: clamp(3.5rem, 10vw, 9rem);
  line-height: 0.92;
  letter-spacing: 0.04em;
  color: var(--offwhite);
  text-transform: uppercase;
  text-shadow: 0 12px 50px rgba(0,0,0,0.5);
  margin: 0 0 1.5rem;
}
.contact-hero-sub {
  font-family: var(--font-display);
  font-size: clamp(1rem, 2vw, 1.3rem);
  font-style: italic;
  color: rgba(245,237,224,0.75);
  line-height: 1.75;
  max-width: 560px;
  margin: 0 auto;
}
.contact-hero-scroll {
  position: absolute;
  bottom: 2.5rem; left: 50%;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
  z-index: 3;
  animation: slideUp 1s ease 0.8s both;
}
.contact-hero-scroll span {
  font-size: 0.58rem; letter-spacing: 0.4em;
  color: var(--dim); text-transform: uppercase;
}
@media (max-width: 480px) { .contact-hero-parallax { background-attachment: scroll; } }

/* ─── NO PRODUCTS ─── */
.no-products {
  grid-column: 1 / -1;
  text-align: center;
  padding: 3rem;
  color: var(--dim);
  font-style: italic;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .about-split { grid-template-columns: 1fr; gap: 3rem; }
  .about-img-wrap img { height: 380px; }
  .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
  .stats-strip { flex-wrap: wrap; }
  .stat-box { border-right: none; border-bottom: 1px solid var(--border); padding: 1.5rem 2rem; }
  .stat-box:last-child { border-bottom: none; }
}
@media (max-width: 768px) {
  nav { padding: 1rem 1.5rem; }
  nav.scrolled { padding: 0.8rem 1.5rem; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  section { padding: 4rem 1rem; }
  .hero-content { padding: 0 1.5rem; padding-top: 5rem; }
  .hero-headline { font-size: clamp(2.5rem, 10vw, 5rem); }
  .contact-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 2rem; }
  .stats-strip { gap: 0; flex-direction: column; }
  .stat-box { border: none; border-bottom: 1px solid var(--border); }
  .stats-row { gap: 1.5rem; flex-wrap: wrap; }
  .about-split { gap: 2.5rem; }
  .job-item { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .job-meta { margin-left: 0; }
  .booking-packages { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .hero-btns { flex-direction: column; }
  .btn-primary, .btn-outline { text-align: center; }
  .age-btns { flex-direction: column; }
  .category-tabs { justify-content: flex-start; }
  .parallax-section { background-attachment: scroll; }
}
/* Normal browser cursor override */
#cursor-dot, #cursor-ring { display: none !important; }
body, * { cursor: auto !important; }
a, button, [onclick], .pkg-card, .addon-item, .category-tab, .feature-card, .why-card, .event-card, .job-item, .dist-region, .social-btn { cursor: pointer !important; }
input, textarea, select { cursor: auto !important; }
