:root {
  --gold: #C0311A;       /* sign red — primary accent */
  --gold-light: #D94420; /* lighter red for hovers */
  --navy: #0C2878;       /* dark sign blue */
  --navy-deep: #091E5E;  /* deeper blue for dark sections */
  --cream: #F5F0E6;
  --cream-dark: #E8E0D0;
  --wine: #1548B3;       /* sign blue — used for stats, highlights */
  --text: #1A1A2E;
  --text-light: #6B6B6B;
  --white: #FFFFFF;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  color: var(--text);
  background: var(--cream);
  overflow-x: hidden;
}

body.nav-open { overflow: hidden; }

/* ── NAV ── */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 1.2rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.4s, box-shadow 0.4s, padding 0.4s;
}

nav.scrolled {
  background: rgba(12, 40, 120, 0.97);
  box-shadow: 0 2px 30px rgba(0,0,0,0.3);
  padding: 0.8rem 3rem;
}

.nav-logo {
  text-decoration: none;
  z-index: 201;
  position: relative;
  display: flex;
  align-items: center;
}

.nav-logo-svg {
  height: 46px;
  width: auto;
  display: block;
}

.nav-links { display: flex; gap: 2.2rem; align-items: center; }
.nav-links a {
  color: var(--cream);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 2px;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0;
  width: 0; height: 1.5px;
  background: var(--gold);
  transition: width 0.3s ease;
}
.nav-links a:hover::after { width: 100%; }

.nav-cta {
  background: var(--gold) !important;
  color: var(--navy) !important;
  padding: 0.5rem 1.3rem !important;
  border-radius: 4px;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
  transition: background 0.3s, transform 0.2s;
}
.nav-cta::after { display: none !important; }
.nav-cta:hover { background: var(--gold-light) !important; transform: translateY(-1px); }

/* ── HAMBURGER ── */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  z-index: 201;
  background: none;
  border: none;
  padding: 8px;
  margin: -8px;
  position: relative;
}
.hamburger span {
  display: block;
  width: 26px; height: 2px;
  background: var(--cream);
  transition: transform 0.3s ease, opacity 0.3s ease;
  border-radius: 2px;
}

/* Hamburger → X when open */
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── MOBILE NAV OVERLAY ── */
.nav-links.mobile-open {
  display: flex !important;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(9,30,94,0.98);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  z-index: 150;
}
.nav-links.mobile-open a {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
.nav-links.mobile-open .nav-cta {
  margin-top: 0.5rem;
  padding: 0.8rem 2.5rem !important;
  font-size: 1rem !important;
}

/* ── HERO ── */
.hero {
  min-height: 100vh;
  background: var(--navy-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 20% 80%, rgba(192,49,26,0.35) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 80% 20%, rgba(21,72,179,0.2) 0%, transparent 50%),
    radial-gradient(circle at 50% 50%, rgba(9,30,94,0.4) 0%, transparent 100%);
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.03;
  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='1'/%3E%3C/svg%3E");
  background-size: 200px;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  padding: 6rem 2rem 2rem;
  animation: fadeUp 1.2s ease-out;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero-badge {
  display: inline-block;
  border: 1px solid rgba(200,164,78,0.6);
  color: var(--gold);
  padding: 0.45rem 1.4rem;
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  border-radius: 50px;
  margin-bottom: 2rem;
  animation: fadeUp 1.2s ease-out 0.2s both;
}

.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  font-weight: 900;
  color: var(--cream);
  line-height: 1.05;
  margin-bottom: 0.4em;
  animation: fadeUp 1.2s ease-out 0.3s both;
}

.hero h1 em {
  color: var(--gold);
  font-style: italic;
  font-weight: 400;
}

.hero-sub {
  font-size: 1.1rem;
  color: rgba(245,240,230,0.72);
  font-weight: 300;
  line-height: 1.75;
  max-width: 500px;
  margin: 0 auto 2.5rem;
  animation: fadeUp 1.2s ease-out 0.5s both;
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  animation: fadeUp 1.2s ease-out 0.7s both;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 2rem;
  min-height: 48px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s;
  cursor: pointer;
  border: none;
}

.btn-primary { background: var(--gold); color: var(--navy); }
.btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 8px 30px rgba(200,164,78,0.3); }

.btn-outline {
  background: transparent;
  color: var(--cream);
  border: 1.5px solid rgba(245,240,230,0.3);
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }

.scroll-hint {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  animation: bob 2s ease-in-out infinite;
}
.scroll-hint svg { width: 20px; stroke: rgba(245,240,230,0.3); }

@keyframes bob {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(8px); }
}

/* ── SECTION SHARED ── */
section { padding: 6rem 2rem; }

.section-label {
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 0.8rem;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 1.2rem;
  color: var(--navy);
}

.section-subtitle {
  color: var(--text-light);
  font-size: 1.05rem;
  line-height: 1.75;
  max-width: 560px;
  font-weight: 300;
}

/* ── ABOUT ── */
.about { background: var(--cream); }

.about-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.about-visual {
  position: relative;
  height: 480px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(15,18,25,0.18);
}

.about-visual-bg {
  position: absolute;
  inset: 0;
  background: var(--navy);
  border-radius: 8px;
}

.about-visual-inner {
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
}

.about-logo-svg {
  width: min(320px, 88%);
  height: auto;
  display: block;
  margin-bottom: 1.5rem;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,0.4));
}

.about-sign-address {
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(245,240,230,0.4);
  text-align: center;
}

.about-visual-corner {
  position: absolute;
  width: 40px; height: 40px;
  border-color: rgba(255,255,255,0.15);
  border-style: solid;
}
.about-visual-corner.tl { top: 10px; left: 10px; border-width: 1px 0 0 1px; }
.about-visual-corner.tr { top: 10px; right: 10px; border-width: 1px 1px 0 0; }
.about-visual-corner.bl { bottom: 10px; left: 10px; border-width: 0 0 1px 1px; }
.about-visual-corner.br { bottom: 10px; right: 10px; border-width: 0 1px 1px 0; }

.about-text .section-subtitle { margin-bottom: 1.2rem; }
.about-subtitle-second { margin-top: 1rem; }

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--cream-dark);
}

.stat-number {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--wine);
}

.stat-label {
  font-size: 0.72rem;
  color: var(--text-light);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 0.25rem;
}

/* ── GALLERY ── */
.gallery {
  background: var(--cream-dark);
  padding: 5rem 2rem;
}

.gallery-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.gallery-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 0.75rem;
}

/* First photo spans 2 columns — featured */
.gallery-item--featured {
  grid-column: span 2;
}

.gallery-item {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: var(--cream-dark);
  aspect-ratio: 4 / 3;
  text-decoration: none;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(12, 40, 120, 0);
  transition: background 0.3s ease;
  pointer-events: none;
}

.gallery-item:hover img { transform: scale(1.04); }
.gallery-item:hover .gallery-overlay { background: rgba(12, 40, 120, 0.15); }

@media (max-width: 768px) {
  .gallery { padding: 3.5rem 1.25rem; }
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-item--featured {
    grid-column: span 2; /* still full-width on tablet */
  }
}

@media (max-width: 500px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item--featured { grid-column: span 1; }
}

/* ── OFFERINGS ── */
.offerings {
  background: var(--navy-deep);
  position: relative;
  overflow: hidden;
}

.offerings::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 50% 50% at 80% 100%, rgba(192,49,26,0.2) 0%, transparent 60%);
}

.offerings-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.offerings .section-title { color: var(--cream); }
.offerings .section-subtitle { color: rgba(245,240,230,0.5); }

.offerings-header {
  text-align: center;
  margin-bottom: 4rem;
}
.offerings-header .section-subtitle { margin: 0 auto; }

.offerings-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.offering-card {
  background: rgba(245,240,230,0.04);
  border: 1px solid rgba(245,240,230,0.08);
  border-radius: 10px;
  padding: 2.5rem 2rem;
  transition: background 0.4s, border-color 0.4s, transform 0.4s;
  position: relative;
  overflow: hidden;
}

.offering-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), rgba(200,164,78,0.4));
  transform: scaleX(0);
  transition: transform 0.4s;
  transform-origin: left;
}

.offering-card:hover {
  background: rgba(245,240,230,0.07);
  border-color: rgba(200,164,78,0.2);
  transform: translateY(-5px);
}

.offering-card:hover::before { transform: scaleX(1); }

.offering-icon {
  width: 50px; height: 50px;
  border-radius: 12px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.offering-icon svg {
  width: 24px; height: 24px;
  stroke: rgba(245,240,230,0.75);
}

.offering-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  color: var(--cream);
  margin-bottom: 0.75rem;
  font-weight: 700;
}

.offering-card p {
  color: rgba(245,240,230,0.65);
  font-size: 0.9rem;
  line-height: 1.7;
  font-weight: 300;
}

/* ── REVIEWS ── */
.reviews { background: var(--cream); }

.reviews-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.reviews-header {
  text-align: center;
  margin-bottom: 3rem;
}
.reviews-header .section-subtitle { margin: 0 auto; }

.reviews-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.rating-big {
  font-family: 'Playfair Display', serif;
  font-size: 4rem;
  font-weight: 900;
  color: var(--navy);
  line-height: 1;
}

.rating-stars { display: flex; gap: 3px; }
.rating-stars svg { width: 22px; height: 22px; fill: #C8A44E; }
.rating-count { font-size: 0.85rem; color: var(--text-light); margin-top: 0.3rem; }

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.review-card {
  background: var(--white);
  border-radius: 10px;
  padding: 2rem;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 2px 16px rgba(0,0,0,0.05);
  transition: box-shadow 0.3s, transform 0.3s;
  position: relative;
}

.review-card:hover {
  box-shadow: 0 12px 40px rgba(0,0,0,0.1);
  transform: translateY(-4px);
}

.review-card .stars {
  display: flex;
  gap: 2px;
  margin-bottom: 1rem;
}
.review-card .stars svg { width: 14px; height: 14px; fill: #C8A44E; }

.star-dim { opacity: 0.3; }

.review-text {
  font-size: 0.92rem;
  line-height: 1.75;
  color: var(--text);
  margin-bottom: 1.5rem;
  font-style: italic;
  font-weight: 300;
}

.review-author {
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--navy);
}

.review-date {
  font-size: 0.75rem;
  color: var(--text-light);
  margin-top: 0.2rem;
}

.review-quote {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  color: var(--gold);
  opacity: 0.15;
  line-height: 1;
  pointer-events: none;
}

/* ── VISIT ── */
.visit {
  background: var(--navy-deep);
  position: relative;
  overflow: hidden;
}

.visit::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 60% at 30% 80%, rgba(192,49,26,0.1) 0%, transparent 50%);
}

.visit-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.visit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.visit .section-title { color: var(--cream); }
.visit .section-subtitle { color: rgba(245,240,230,0.5); margin-bottom: 2.5rem; }

.visit-info { display: flex; flex-direction: column; gap: 2rem; }

.info-block h4 {
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.6rem;
  font-weight: 600;
}

.info-block p, .info-block a {
  color: rgba(245,240,230,0.85);
  font-size: 1rem;
  line-height: 1.7;
  text-decoration: none;
  font-weight: 300;
}

.info-block a:hover { color: var(--gold); }

.visit-map {
  background: rgba(245,240,230,0.05);
  border: 1px solid rgba(245,240,230,0.1);
  border-radius: 10px;
  height: 420px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.visit-map iframe {
  width: 100%;
  height: 100%;
  border: none;
  filter: saturate(0.3) brightness(0.8) contrast(1.1);
  transition: filter 0.4s;
}

.visit-map:hover iframe { filter: saturate(0.6) brightness(0.9); }

.hours-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.4rem 1.5rem;
}

.hours-grid .day {
  color: rgba(245,240,230,0.45);
  font-size: 0.9rem;
}

.hours-grid .time {
  color: rgba(245,240,230,0.85);
  font-size: 0.9rem;
  font-weight: 300;
}

/* ── FOOTER ── */
footer {
  background: var(--navy);
  padding: 3.5rem 2rem;
  text-align: center;
  border-top: 1px solid rgba(245,240,230,0.06);
}

.footer-logo {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 1.3rem;
  color: var(--gold);
  margin-bottom: 1rem;
  letter-spacing: 0.02em;
}

.footer-divider {
  width: 40px;
  height: 1px;
  background: rgba(255,255,255,0.15);
  margin: 0 auto 1rem;
}

footer p {
  color: rgba(245,240,230,0.35);
  font-size: 0.82rem;
  font-weight: 300;
  line-height: 1.7;
}

.footer-phone {
  color: rgba(245,240,230,0.5);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-phone:hover { color: var(--gold); }

.footer-copyright {
  margin-top: 1.5rem;
  font-size: 0.75rem;
  color: rgba(245,240,230,0.2);
}

/* ── ANIMATIONS ── */
.fade-in {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── RESPONSIVE: TABLET (600–900px) ── */
@media (max-width: 900px) {
  nav { padding: 1rem 1.5rem; background: rgba(9,30,94,0.95); }
  nav.scrolled { padding: 0.8rem 1.5rem; }
  .nav-logo-svg { height: 38px; }

  .nav-links { display: none; }
  .hamburger { display: flex; }

  .about-grid { grid-template-columns: 1fr; gap: 3rem; }
  .about-visual { height: 320px; }

  .offerings-grid { grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }

  .reviews-grid { grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }

  .visit-grid { grid-template-columns: 1fr; }
  .visit-map { height: 320px; }
}

/* ── RESPONSIVE: MOBILE (<600px) ── */
@media (max-width: 600px) {
  section { padding: 4rem 1.25rem; }

  .nav-logo-svg { height: 32px; }
  .hero-content { padding: 5rem 1.25rem 2rem; }
  .hero-sub { font-size: 1rem; }
  .hero-buttons { flex-direction: column; align-items: center; }
  .btn { width: 100%; max-width: 300px; }

  .about-grid { gap: 2.5rem; }
  .about-visual { height: 280px; }
  .about-stats { grid-template-columns: repeat(3, 1fr); gap: 0.8rem; }
  .stat-number { font-size: 1.5rem; }

  .offerings-grid { grid-template-columns: 1fr; }

  .reviews-grid { grid-template-columns: 1fr; }

  .section-title { font-size: clamp(1.7rem, 6vw, 2.2rem); }

  .visit-map { height: 280px; }

  .reviews-rating { gap: 0.8rem; }
  .rating-big { font-size: 3rem; }
}

/* ═══════════════════════════════════════════════════════════
   AGE GATE
   ═══════════════════════════════════════════════════════════ */
#age-gate {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: var(--navy-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

/* Hide gate immediately for already-verified sessions */
.age-verified #age-gate { display: none; }

#age-gate.age-gate-exit {
  opacity: 0;
  pointer-events: none;
}

/* Decorative background matching the hero */
#age-gate::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 20% 80%, rgba(192,49,26,0.3) 0%, transparent 55%),
    radial-gradient(ellipse 50% 50% at 80% 20%, rgba(21,72,179,0.2) 0%, transparent 50%);
  pointer-events: none;
}

.age-gate-inner {
  position: relative;
  z-index: 2;
  max-width: 520px;
  width: 100%;
  text-align: center;
  padding: 3rem 2.5rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  backdrop-filter: blur(4px);
  animation: fadeUp 0.6s ease-out;
}

.age-gate-logo {
  width: min(260px, 80%);
  height: auto;
  display: block;
  margin: 0 auto 2rem;
  filter: drop-shadow(0 6px 20px rgba(0,0,0,0.5));
}

.age-gate-badge {
  display: inline-block;
  border: 1px solid rgba(192,49,26,0.5);
  color: var(--gold);
  padding: 0.35rem 1.1rem;
  font-size: 0.65rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  border-radius: 50px;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.age-gate-inner h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 5vw, 2.6rem);
  font-weight: 700;
  color: var(--cream);
  line-height: 1.15;
  margin-bottom: 0.8rem;
}

.age-gate-sub {
  color: rgba(245,240,230,0.55);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 2.5rem;
  font-weight: 300;
}

.age-gate-btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1.5rem;
}

.age-gate-btns .btn-primary {
  width: 100%;
  max-width: 280px;
  font-size: 0.95rem;
  padding: 1rem 2rem;
}

.age-no-link {
  background: none;
  border: none;
  color: rgba(245,240,230,0.35);
  font-size: 0.82rem;
  cursor: pointer;
  text-decoration: underline;
  font-family: 'DM Sans', sans-serif;
  transition: color 0.2s;
  padding: 0.3rem;
}
.age-no-link:hover { color: rgba(245,240,230,0.6); }

.age-gate-fine {
  color: rgba(245,240,230,0.25);
  font-size: 0.72rem;
  line-height: 1.6;
  max-width: 360px;
  margin: 0 auto;
  font-weight: 300;
}

/* ── Open / Closed badge ── */
.open-badge {
  display: inline-block;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.18rem 0.55rem;
  border-radius: 50px;
  vertical-align: middle;
  margin-left: 0.45rem;
  line-height: 1.6;
}

.open-badge-open {
  background: rgba(74,197,50,0.15);
  color: #7AE05A;
  border: 1px solid rgba(74,197,50,0.25);
}

.open-badge-closed {
  background: rgba(192,49,26,0.15);
  color: #E8755A;
  border: 1px solid rgba(192,49,26,0.25);
}

/* ── Reviews CTA ── */
.reviews-cta {
  text-align: center;
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.reviews-cta p {
  color: var(--text-light);
  font-size: 0.9rem;
  font-weight: 300;
}

.reviews-cta-btn {
  color: var(--navy);
  border-color: rgba(12,40,120,0.25);
  font-size: 0.82rem;
  padding: 0.7rem 1.6rem;
}

.reviews-cta-btn:hover {
  border-color: var(--navy);
  color: var(--navy);
}

/* ── Footer responsible drinking ── */
.footer-drink-resp {
  margin-top: 1rem;
  font-size: 0.72rem;
  color: rgba(245,240,230,0.2);
  font-style: italic;
}

/* ═══════════════════════════════════════════════════════════
   SPECIAL ORDER / KEG REQUEST SECTION
   ═══════════════════════════════════════════════════════════ */
.order-section {
  background: var(--cream);
  padding: 6rem 2rem;
}

.order-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.order-header {
  text-align: center;
  margin-bottom: 4rem;
}

.order-header .section-subtitle {
  margin: 0 auto;
  max-width: 600px;
}

.order-body {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 3.5rem;
  align-items: start;
}

/* Aside: info cards + call CTA */
.order-aside {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.order-info-card {
  background: var(--white);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 10px;
  padding: 1.4rem 1.5rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

.order-info-icon {
  margin-bottom: 0.7rem;
}

.order-info-icon svg {
  width: 22px; height: 22px;
  stroke: var(--wine);
  display: block;
}

.order-info-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 0.4rem;
}

.order-info-card p {
  font-size: 0.85rem;
  color: var(--text-light);
  line-height: 1.65;
  font-weight: 300;
}

.order-call-cta {
  text-align: center;
  padding: 1.2rem;
}

.order-call-cta p {
  font-size: 0.8rem;
  color: var(--text-light);
  margin-bottom: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
}

/* Form */
.order-form {
  background: var(--white);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 12px;
  padding: 2.5rem;
  box-shadow: 0 4px 24px rgba(0,0,0,0.05);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  margin-bottom: 1.2rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.form-full { grid-column: 1 / -1; }

.form-group label {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.form-group label span[aria-hidden] { color: var(--gold); margin-left: 2px; }

.form-optional {
  color: var(--text-light);
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.75rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--text);
  background: var(--cream);
  border: 1.5px solid var(--cream-dark);
  border-radius: 6px;
  padding: 0.75rem 1rem;
  outline: none;
  transition: border-color 0.25s, box-shadow 0.25s;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
}

.form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236B6B6B' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
  cursor: pointer;
}

.form-group textarea {
  resize: vertical;
  min-height: 130px;
  line-height: 1.6;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--wine);
  box-shadow: 0 0 0 3px rgba(21,72,179,0.1);
}

.form-group input::placeholder,
.form-group textarea::placeholder { color: rgba(107,107,107,0.5); }

.order-submit {
  margin-top: 1.5rem;
  padding: 1rem 2.5rem;
  font-size: 0.9rem;
}

.form-privacy {
  margin-top: 0.9rem;
  font-size: 0.75rem;
  color: var(--text-light);
  text-align: center;
  font-weight: 300;
}

/* Form success / error inline states */
.form-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 3rem 2rem;
  gap: 0.75rem;
}

.form-success svg {
  stroke: #7AE05A;
  flex-shrink: 0;
}

.form-success h3 {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text);
  margin: 0;
}

.form-success p {
  color: var(--text-light);
  font-size: 0.9rem;
  max-width: 360px;
  margin: 0;
}

.form-error {
  background: rgba(192,49,26,0.1);
  border: 1px solid rgba(192,49,26,0.25);
  border-radius: 8px;
  padding: 0.9rem 1.2rem;
  margin-bottom: 1.25rem;
  font-size: 0.88rem;
  color: #E8755A;
}

.form-error a { color: inherit; font-weight: 600; }

/* Responsive */
@media (max-width: 900px) {
  .order-body { grid-template-columns: 1fr; }
  .order-aside {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    align-items: start;
  }
  .order-call-cta { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .order-aside { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .order-form { padding: 1.8rem 1.25rem; }

  .age-gate-inner { padding: 2rem 1.5rem; }
}

/* ═══════════════════════════════════════════════════════════
   BACK TO TOP
   ═══════════════════════════════════════════════════════════ */
.back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 150;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--cream);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0,0,0,0.25);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.25s, transform 0.25s, background 0.2s;
  pointer-events: none;
}

.back-to-top.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.back-to-top:hover { background: var(--navy-deep); }
.back-to-top:active { transform: translateY(1px); }

/* On mobile, float above the sticky action bar */
@media (max-width: 767px) {
  .back-to-top {
    bottom: calc(64px + env(safe-area-inset-bottom, 0px) + 12px);
    right: 1rem;
  }
}

/* ═══════════════════════════════════════════════════════════
   MOBILE ACTION BAR
   Fixed at viewport bottom on phones only. Hidden on desktop.
   ═══════════════════════════════════════════════════════════ */
.mobile-action-bar {
  display: none; /* hidden on desktop — shown in mobile media query below */
}

@media (max-width: 767px) {
  /* Nudge body so the sticky bar never covers footer text */
  body {
    padding-bottom: calc(64px + env(safe-area-inset-bottom, 0px));
  }

  .mobile-action-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.18);
    /* Extend into the iPhone home-bar safe area */
    padding-bottom: env(safe-area-inset-bottom, 0px);
    background: var(--navy);
  }

  .mob-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 0.5rem;
    font-family: var(--font-sans);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    transition: filter 0.15s;
    -webkit-tap-highlight-color: transparent;
  }

  .mob-btn:active { filter: brightness(0.88); }

  .mob-btn-call {
    background: var(--gold);   /* site red */
    color: #fff;
    border-right: 1px solid rgba(255,255,255,0.15);
  }

  .mob-btn-directions {
    background: var(--navy);   /* site navy */
    color: var(--cream);
  }
}
