/*
Theme Name:   Boompub Child
Description:  Child theme for Boomerang Pub & Kitchen — boompub.com
Template:     astra
Version:      1.0.0
*/

/* ================================================================
   DESIGN TOKENS
   ================================================================ */
:root {
  --bg:           #0A0A0A;
  --bg-subtle:    #141414;
  --bg-dark:      #080808;
  --orange:       #E87722;
  --gold:         #C9A84C;
  --text:         #F5F0E8;
  --text-muted:   #9A8F7E;
  --border:       rgba(201,168,76,0.22);
  --font-serif:   'Playfair Display', 'Cormorant Garamond', Georgia, serif;
  --font-body:    'Inter', 'Jost', system-ui, sans-serif;
  --transition:   0.3s ease;
  --section-pad:  90px;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color var(--transition); }
h1,h2,h3,h4,h5,h6 {
  font-family: var(--font-serif);
  font-weight: 700;
  line-height: 1.2;
  color: var(--text);
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 3px; }

/* ================================================================
   PAGE TRANSITION
   ================================================================ */
.bp-page { animation: bp-fadein 0.45s ease both; }
@keyframes bp-fadein {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: none; }
}

/* ================================================================
   TYPOGRAPHY UTILITIES
   ================================================================ */
.bp-overline {
  display: block;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}

.bp-section-heading {
  font-size: clamp(1.9rem, 3.8vw, 2.9rem);
  color: var(--text);
  margin-bottom: 16px;
}
.bp-section-heading.gold   { color: var(--gold); }
.bp-section-heading.orange { color: var(--orange); }

.bp-body-text {
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.82;
  max-width: 560px;
}

/* Ornament divider */
.bp-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 22px auto;
  width: fit-content;
}
.bp-divider::before,
.bp-divider::after {
  content: '';
  display: block;
  width: 72px;
  height: 1px;
  background: var(--gold);
}
.bp-divider span { color: var(--gold); font-size: 1rem; }

/* ================================================================
   BUTTONS
   ================================================================ */
.bp-btn {
  display: inline-block;
  padding: 13px 30px;
  border-radius: 4px;
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background var(--transition), color var(--transition),
              border-color var(--transition), transform var(--transition);
  border: 2px solid transparent;
  line-height: 1;
}
.bp-btn-primary {
  background: var(--orange);
  color: #0A0A0A;
  border-color: var(--orange);
}
.bp-btn-primary:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #0A0A0A;
  transform: translateY(-2px);
}
.bp-btn-outline {
  background: var(--orange);
  color: #0A0A0A;
  border-color: var(--orange);
}
.bp-btn-outline:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #0A0A0A;
  transform: translateY(-2px);
}
.bp-btn-ghost {
  background: transparent;
  color: var(--orange);
  border-color: var(--orange);
}
.bp-btn-ghost:hover {
  background: var(--orange);
  color: #fff;
}
.bp-btn-wa {
  background: #25D366;
  color: #fff;
  border-color: #25D366;
}
.bp-btn-wa:hover {
  background: #1ebe5d;
  border-color: #1ebe5d;
  transform: translateY(-2px);
}

/* ================================================================
   BADGE SYSTEM
   ================================================================ */
.bp-badges { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 6px; }

.badge {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 2px 7px;
  border-radius: 3px;
  line-height: 1.5;
  white-space: nowrap;
}

.badge-signature      { background: var(--gold);       color: #0A0A0A; }
.badge-spicy          { background: #c0392b;             color: #fff; }
.badge-very-spicy     { background: #96140a;             color: #fff; }
.badge-veg            { background: #27ae60;             color: #fff; }
.badge-bestseller     { background: var(--orange);      color: #fff; }
.badge-boomerang-only { background: #8B6914;             color: #F5F0E8; }
.badge-chefs-special  { background: #7b2d8b;             color: #fff; }
.badge-new            { background: #2980b9;             color: #fff; }
.badge-trending       { background: #16a085;             color: #fff; }
.badge-strong         { background: #c0392b;             color: #fff; }
.badge-crowd-puller   { background: #d68910;             color: #0A0A0A; }
.badge-no-sugar       { background: #1e8449;             color: #fff; }
.badge-instagrammable { background: #c0392b;             color: #fff; }
.badge-barman-special { background: #641e16;             color: #F5F0E8; }
.badge-tableside-fire { background: linear-gradient(90deg,#c0392b,var(--orange)); color: #fff; }
.badge-boomerang-special { background: var(--orange);   color: #fff; }
.badge-most-ordered   { background: #16a085;             color: #fff; }
.badge-fan-favourite  { background: #8e44ad;             color: #fff; }
.badge-slow-cooked    { background: #6e2f1a;             color: #F5F0E8; }
.badge-heritage       { background: #5d4e37;             color: #F5F0E8; }
.badge-popular        { background: #2471a3;             color: #fff; }
.badge-unique         { background: #7d6608;             color: #F5F0E8; }
.badge-desi-fusion    { background: #b7950b;             color: #0A0A0A; }
.badge-cafe-classic   { background: #5d6d7e;             color: #fff; }
.badge-must-try       { background: var(--orange);      color: #fff; }
.badge-no1-food       { background: var(--gold);        color: #0A0A0A; }
.badge-weekend-hit    { background: #884ea0;             color: #fff; }
.badge-only-at-letz   { background: #8B6914;             color: #F5F0E8; }

/* ================================================================
   NAVBAR
   ================================================================ */
.bp-navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 48px;
  transition: background var(--transition), padding var(--transition), box-shadow var(--transition);
}
.bp-navbar.scrolled {
  background: var(--bg);
  padding: 13px 48px;
  box-shadow: 0 2px 24px rgba(0,0,0,0.65);
}
.bp-navbar-logo {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text);
  letter-spacing: 0.03em;
  flex-shrink: 0;
}
.bp-navbar-logo span { color: var(--orange); }
.bp-navbar-links {
  display: flex;
  gap: 32px;
  list-style: none;
}
.bp-navbar-links a {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text);
  position: relative;
}
.bp-navbar-links a::after {
  content: '';
  position: absolute;
  bottom: -3px; left: 0;
  width: 0; height: 1px;
  background: var(--orange);
  transition: width var(--transition);
}
.bp-navbar-links a:hover::after,
.bp-navbar-links a.active::after { width: 100%; }
.bp-navbar-links a:hover { color: var(--orange); }
.bp-navbar-phone {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.04em;
  flex-shrink: 0;
}
.bp-navbar-phone:hover { color: var(--orange); }

/* Hamburger */
.bp-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.bp-hamburger span { display: block; width: 24px; height: 2px; background: var(--gold); transition: var(--transition); }
.bp-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.bp-hamburger.open span:nth-child(2) { opacity: 0; }
.bp-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile menu */
.bp-mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(10,10,10,0.98);
  z-index: 999;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
.bp-mobile-menu.open { display: flex; }
.bp-mobile-menu a {
  font-family: var(--font-serif);
  font-size: 1.7rem;
  color: var(--text);
}
.bp-mobile-menu a:hover { color: var(--orange); }
.bp-mobile-menu .mob-phone {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--gold);
  letter-spacing: 0.05em;
  margin-top: 8px;
}

/* ================================================================
   HERO — HOMEPAGE
   ================================================================ */
.bp-hero {
  height: 100vh;
  min-height: 600px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url('/wp-content/uploads/boompub-hero-bg.jpg') center/cover no-repeat fixed;
}
.bp-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #0A0A0A 0%, rgba(10,10,10,0.6) 55%, rgba(10,10,10,0.3) 100%);
}
.bp-hero-content { position: relative; z-index: 1; max-width: 820px; padding: 0 24px; }
.bp-hero-welcome {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.1rem;
  font-style: italic;
  color: var(--gold);
  letter-spacing: 0.08em;
  margin-bottom: 16px;
  display: block;
}
.bp-hero-title {
  font-size: clamp(2.6rem, 6vw, 4.6rem);
  color: var(--text);
  margin-bottom: 20px;
  text-shadow: 0 2px 24px rgba(0,0,0,0.5);
}
.bp-hero-tagline {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 32px;
}
.bp-hero-ctas { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ================================================================
   ABOUT STRIP
   ================================================================ */
.bp-about {
  background: var(--bg-subtle);
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 540px;
}
.bp-about-image {
  background: url('/wp-content/uploads/boompub-interior.jpg') center/cover no-repeat;
  position: relative;
}
.bp-about-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(10,10,10,0.2);
}
.bp-about-content { padding: 80px 56px; display: flex; flex-direction: column; justify-content: center; }
.bp-about-content h2 { font-size: clamp(1.7rem, 2.8vw, 2.5rem); margin-bottom: 18px; }
.bp-stats { display: flex; gap: 36px; margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--border); flex-wrap: wrap; }
.bp-stat-number { font-family: var(--font-serif); font-size: 1.7rem; color: var(--gold); font-weight: 700; display: block; }
.bp-stat-label { font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); }

/* ================================================================
   WHY BOOMERANG
   ================================================================ */
.bp-why { background: var(--bg); padding: var(--section-pad) 48px; text-align: center; }
.bp-why-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; margin-top: 52px; max-width: 1100px; margin-left: auto; margin-right: auto; }
.bp-why-card {
  background: var(--bg-subtle);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 38px 26px;
  transition: border-color var(--transition), transform var(--transition);
}
.bp-why-card:hover { border-color: var(--orange); transform: translateY(-4px); }
.bp-why-icon { font-size: 2.2rem; margin-bottom: 16px; }
.bp-why-card h3 { font-family: var(--font-serif); font-size: 1.1rem; color: var(--orange); margin-bottom: 10px; }
.bp-why-card p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.7; }

/* ================================================================
   WEEKLY EVENTS STRIP
   ================================================================ */
.bp-events-week { background: var(--bg-subtle); padding: var(--section-pad) 48px; text-align: center; }
.bp-days-grid { display: grid; grid-template-columns: repeat(7,1fr); gap: 10px; margin-top: 52px; max-width: 1200px; margin-left: auto; margin-right: auto; }
.bp-day-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 26px 12px;
  transition: border-color var(--transition), transform var(--transition);
}
.bp-day-card:hover { border-color: var(--gold); transform: translateY(-3px); }
.bp-day-name { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.bp-day-event { font-family: var(--font-serif); font-size: 0.92rem; color: var(--text); margin-bottom: 7px; line-height: 1.3; }
.bp-day-detail { font-size: 0.76rem; color: var(--orange); font-weight: 500; }
.bp-events-week .bp-btn { margin-top: 46px; }

/* ================================================================
   MENU PREVIEW
   ================================================================ */
.bp-menu-preview { background: var(--bg); padding: var(--section-pad) 48px; text-align: center; }
.bp-menu-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 52px; max-width: 1200px; margin-left: auto; margin-right: auto; }
.bp-menu-card { position: relative; border-radius: 6px; overflow: hidden; height: 280px; cursor: pointer; }
.bp-menu-card-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 0.5s ease; }
.bp-menu-card:hover .bp-menu-card-bg { transform: scale(1.06); }
.bp-menu-card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,10,10,0.9) 0%, rgba(10,10,10,0.15) 70%);
  transition: background var(--transition);
}
.bp-menu-card:hover .bp-menu-card-overlay {
  background: linear-gradient(to top, rgba(232,119,34,0.88) 0%, rgba(10,10,10,0.35) 100%);
}
.bp-menu-card-label {
  position: absolute; bottom: 22px; left: 0; right: 0;
  text-align: center;
  font-family: var(--font-serif);
  font-size: 1.1rem;
  color: var(--text);
  font-weight: 600;
  padding: 0 12px;
}
.bp-menu-preview .bp-btn { margin-top: 46px; }

/* ================================================================
   TESTIMONIALS
   ================================================================ */
.bp-testimonials { background: var(--bg-dark); padding: var(--section-pad) 48px; text-align: center; }
.bp-quote-mark { font-family: Georgia, serif; font-size: 6rem; line-height: 0.6; color: var(--gold); opacity: 0.35; margin-bottom: 20px; }
.bp-testimonial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; max-width: 900px; margin: 0 auto; }
.bp-testimonial {
  background: var(--bg-subtle);
  border-left: 3px solid var(--gold);
  border-radius: 0 6px 6px 0;
  padding: 34px 30px;
  text-align: left;
}
.bp-testimonial p {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.08rem;
  font-style: italic;
  color: var(--text);
  line-height: 1.8;
  margin-bottom: 18px;
}
.bp-testimonial-author { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--orange); }

/* ================================================================
   LOCATION STRIP
   ================================================================ */
.bp-location { background: var(--bg-subtle); display: grid; grid-template-columns: 1fr 1fr; }
.bp-location-map { min-height: 400px; }
.bp-location-map iframe { width: 100%; height: 100%; border: 0; display: block; }
.bp-location-info { padding: 80px 56px; display: flex; flex-direction: column; justify-content: center; }
.bp-location-info h2 { font-size: clamp(1.5rem, 2.4vw, 2.1rem); margin-bottom: 30px; }
.bp-location-detail { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 22px; }
.bp-location-detail .icon { font-size: 1.15rem; color: var(--gold); margin-top: 1px; flex-shrink: 0; }
.bp-location-detail .info { font-size: 0.94rem; color: var(--text); line-height: 1.6; }
.bp-location-detail .label { display: block; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 3px; }

/* ================================================================
   FOOTER
   ================================================================ */
.bp-footer { background: #000; padding: 56px 48px 32px; text-align: center; border-top: 1px solid var(--border); }
.bp-footer-logo { font-family: var(--font-serif); font-size: 1.5rem; font-weight: 700; color: var(--text); margin-bottom: 22px; }
.bp-footer-logo span { color: var(--orange); }
.bp-footer-nav { display: flex; justify-content: center; gap: 28px; list-style: none; margin-bottom: 28px; flex-wrap: wrap; }
.bp-footer-nav a { font-size: 0.73rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); }
.bp-footer-nav a:hover { color: var(--orange); }
.bp-footer-copy { font-size: 0.75rem; color: var(--text-muted); }

/* ================================================================
   MENU PAGE — PAGE HERO
   ================================================================ */
.bp-menu-hero {
  height: 52vh;
  min-height: 360px;
  background: url('/wp-content/uploads/boompub-menu-hero.jpg') center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.bp-menu-hero::before { content: ''; position: absolute; inset: 0; background: rgba(10,10,10,0.74); }
.bp-menu-hero-content { position: relative; z-index: 1; }
.bp-menu-hero h1 { font-size: clamp(2.4rem, 5vw, 4rem); color: var(--gold); margin-bottom: 10px; }
.bp-menu-hero p { color: var(--text-muted); font-size: 1rem; letter-spacing: 0.1em; font-style: italic; }

/* ================================================================
   MENU PAGE — TAB SYSTEM
   ================================================================ */
.bp-tabs { background: var(--bg-subtle); border-bottom: 1px solid var(--border); position: sticky; top: 64px; z-index: 100; }
.bp-tabs-inner { display: flex; max-width: 1100px; margin: 0 auto; }
.bp-tab-btn {
  flex: 1;
  padding: 18px 32px;
  background: none;
  border: none;
  color: var(--text-muted);
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: color var(--transition), border-color var(--transition);
}
.bp-tab-btn:hover { color: var(--text); }
.bp-tab-btn.active { color: var(--gold); border-bottom-color: var(--gold); }

/* ================================================================
   MENU PAGE — CONTENT
   ================================================================ */
.bp-menu-tab-content { display: none; background: var(--bg); }
.bp-menu-tab-content.active { display: block; }

.bp-menu-body { padding: 72px 48px; max-width: 1060px; margin: 0 auto; }

/* Section heading ornament */
.bp-menu-section { margin-bottom: 72px; }
.bp-menu-section-header { text-align: center; margin-bottom: 40px; }
.bp-menu-section-num { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.25em; text-transform: uppercase; color: var(--text-muted); display: block; margin-bottom: 6px; }
.bp-menu-section-title { font-family: var(--font-serif); font-size: clamp(1.5rem, 2.5vw, 2rem); color: var(--gold); }
.bp-menu-section-sub { font-size: 0.88rem; color: var(--text-muted); font-style: italic; margin-top: 8px; }

/* Divider line with ornament */
.bp-menu-divider { display: flex; align-items: center; gap: 16px; margin: 0 0 36px; }
.bp-menu-divider::before, .bp-menu-divider::after { content: ''; flex: 1; height: 1px; background: var(--border); }
.bp-menu-divider span { color: var(--gold); font-size: 0.9rem; }

/* Individual dish */
.bp-dish { display: flex; gap: 20px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,0.04); align-items: flex-start; }
.bp-dish:last-child { border-bottom: none; }
.bp-dish-info { flex: 1; }
.bp-dish-name { font-family: var(--font-serif); font-size: 1.05rem; color: var(--text); font-weight: 600; margin-bottom: 4px; }
.bp-dish-desc { font-size: 0.84rem; color: var(--text-muted); font-style: italic; line-height: 1.65; margin-bottom: 6px; }
.bp-dish-price { font-family: var(--font-serif); font-size: 1rem; color: var(--gold); font-weight: 600; flex-shrink: 0; padding-top: 2px; }

/* Signature dish — enhanced */
.bp-dish.signature { background: rgba(201,168,76,0.04); border-radius: 6px; padding: 22px 20px; border: 1px solid rgba(201,168,76,0.12); margin-bottom: 10px; border-bottom: 1px solid rgba(201,168,76,0.12); }
.bp-dish.signature:last-child { border-bottom: 1px solid rgba(201,168,76,0.12); }
.bp-dish-number { font-size: 0.68rem; color: var(--text-muted); letter-spacing: 0.15em; display: block; margin-bottom: 4px; }

/* Grid layouts */
.bp-menu-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; }
.bp-menu-3col { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0 30px; }

/* Wings table */
.bp-wings-table { width: 100%; border-collapse: collapse; margin: 12px 0; }
.bp-wings-table th {
  background: var(--bg-subtle);
  color: var(--gold);
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 12px 16px;
  text-align: left;
}
.bp-wings-table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  font-size: 0.9rem;
  color: var(--text);
}
.bp-wings-table td.price { color: var(--gold); font-family: var(--font-serif); font-weight: 600; }
.bp-wings-table tr:hover td { background: rgba(255,255,255,0.02); }
.bp-wings-table .flavour { font-family: var(--font-serif); font-size: 1rem; color: var(--text); }
.bp-wings-table .flavour-desc { font-size: 0.78rem; color: var(--text-muted); font-style: italic; display: block; }

/* Beer / wine / spirits table */
.bp-price-table { width: 100%; border-collapse: collapse; margin: 8px 0; }
.bp-price-table th {
  background: var(--bg-subtle);
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 11px 14px;
  text-align: left;
}
.bp-price-table td { padding: 13px 14px; border-bottom: 1px solid rgba(255,255,255,0.04); font-size: 0.88rem; }
.bp-price-table td.brand { color: var(--text); font-family: var(--font-serif); font-size: 0.96rem; }
.bp-price-table td.price { color: var(--gold); font-weight: 600; }
.bp-price-table tr:hover td { background: rgba(255,255,255,0.02); }

/* Spirits block */
.bp-spirits-category { margin: 32px 0; }
.bp-spirits-category-title {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--orange);
  border-bottom: 1px solid var(--border);
  padding-bottom: 8px;
  margin-bottom: 4px;
}
.bp-spirits-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.bp-spirit-row { display: flex; justify-content: space-between; padding: 8px 8px 8px 0; border-bottom: 1px solid rgba(255,255,255,0.03); align-items: center; }
.bp-spirit-name { font-size: 0.88rem; color: var(--text); }
.bp-spirit-price { font-size: 0.88rem; color: var(--gold); font-weight: 600; }

/* Menu note box */
.bp-menu-note {
  background: var(--bg-subtle);
  border-left: 3px solid var(--orange);
  border-radius: 0 4px 4px 0;
  padding: 14px 18px;
  font-size: 0.83rem;
  color: var(--text-muted);
  margin: 16px 0;
  font-style: italic;
}
.bp-menu-note strong { color: var(--text); font-style: normal; }

/* Letz Café tab — warmer palette overrides */
.bp-cafe-tab { background: #0D0B09; }
.bp-cafe-tab .bp-menu-section-title { color: #D4AF7A; }
.bp-cafe-tab .bp-dish-name { color: #EDE5D5; }
.bp-cafe-tab .bp-menu-section-num { color: #9A8760; }
.bp-cafe-tab .bp-dish-price { color: #D4AF7A; }

/* Menu page CTA */
.bp-menu-cta {
  text-align: center;
  padding: 60px 48px;
  background: var(--bg-subtle);
  border-top: 1px solid var(--border);
}
.bp-menu-cta h3 { font-size: 1.5rem; color: var(--text); margin-bottom: 8px; }
.bp-menu-cta p { color: var(--text-muted); margin-bottom: 26px; }

/* ================================================================
   EVENTS PAGE
   ================================================================ */
.bp-events-hero {
  height: 48vh;
  min-height: 320px;
  background: url('/wp-content/uploads/boompub-events-hero.jpg') center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.bp-events-hero::before { content: ''; position: absolute; inset: 0; background: rgba(10,10,10,0.72); }
.bp-events-hero-content { position: relative; z-index: 1; }
.bp-events-hero h1 { font-size: clamp(2.2rem, 5vw, 3.5rem); color: var(--gold); margin-bottom: 10px; }
.bp-events-hero p { color: var(--text-muted); font-size: 0.95rem; letter-spacing: 0.08em; }

.bp-events-body { background: var(--bg); padding: var(--section-pad) 48px; }
.bp-events-body-inner { max-width: 1100px; margin: 0 auto; }
.bp-events-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-top: 16px; }

.bp-event-card {
  background: var(--bg-subtle);
  border: 1px solid var(--border);
  border-left: 4px solid var(--gold);
  border-radius: 0 6px 6px 0;
  padding: 34px 30px;
  transition: border-left-color var(--transition), transform var(--transition);
  display: flex;
  flex-direction: column;
}
.bp-event-card:hover { border-left-color: var(--orange); transform: translateX(4px); }
.bp-event-day { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 7px; }
.bp-event-name { font-family: var(--font-serif); font-size: 1.45rem; color: var(--orange); margin-bottom: 13px; }
.bp-event-desc { font-size: 0.9rem; color: var(--text-muted); line-height: 1.72; margin-bottom: 18px; flex: 1; }
.bp-event-highlights { list-style: none; margin-bottom: 24px; }
.bp-event-highlights li { font-size: 0.86rem; color: var(--text); padding: 4px 0; }
.bp-event-highlights li::before { content: '✦  '; color: var(--gold); font-size: 0.58rem; }

/* ================================================================
   LANDING PAGES (Ladies Night, Birthday, Letz Café)
   ================================================================ */
.bp-landing-hero {
  height: 58vh;
  min-height: 380px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: center/cover no-repeat;
}
.bp-landing-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #0A0A0A 0%, rgba(10,10,10,0.62) 100%);
}
.bp-landing-hero-content { position: relative; z-index: 1; max-width: 720px; padding: 0 24px; }
.bp-landing-hero h1 { font-size: clamp(2.3rem, 5vw, 3.8rem); color: var(--text); margin-bottom: 14px; }
.bp-landing-hero .subtitle { font-size: 1rem; color: var(--text-muted); margin-bottom: 26px; }

.bp-landing-body { background: var(--bg); padding: var(--section-pad) 48px; }
.bp-landing-body-inner { max-width: 900px; margin: 0 auto; }

/* Offer cards grid */
.bp-offers-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin: 44px 0; }
.bp-offer-card {
  background: var(--bg-subtle);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 30px 22px;
  text-align: center;
  transition: border-color var(--transition);
}
.bp-offer-card:hover { border-color: var(--gold); }
.bp-offer-icon { font-size: 2rem; margin-bottom: 12px; }
.bp-offer-card h3 { font-family: var(--font-serif); font-size: 1.05rem; color: var(--orange); margin-bottom: 7px; }
.bp-offer-card p { font-size: 0.86rem; color: var(--text-muted); }

/* FAQ */
.bp-faq { margin-top: 52px; }
.bp-faq h2 { font-size: 1.7rem; color: var(--gold); margin-bottom: 28px; }
.bp-faq-item { border-bottom: 1px solid var(--border); padding: 18px 0; }
.bp-faq-q { font-family: var(--font-serif); font-size: 1.02rem; color: var(--text); margin-bottom: 7px; }
.bp-faq-a { font-size: 0.88rem; color: var(--text-muted); line-height: 1.72; }

/* Birthday packages */
.bp-packages-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin: 44px 0; }
.bp-package-card {
  background: var(--bg-subtle);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 34px 26px;
  text-align: center;
  transition: border-color var(--transition), transform var(--transition);
  position: relative;
}
.bp-package-card:hover { border-color: var(--orange); transform: translateY(-4px); }
.bp-package-card.featured { border-color: var(--gold); }
.bp-package-card.featured::before {
  content: 'Most Popular';
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: #0A0A0A;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 12px;
  border-radius: 20px;
  white-space: nowrap;
}
.bp-package-name { font-family: var(--font-serif); font-size: 1.25rem; color: var(--orange); margin-bottom: 10px; }
.bp-package-price { font-size: 0.8rem; color: var(--text-muted); margin-bottom: 18px; }
.bp-package-features { list-style: none; text-align: left; margin: 0 0 24px; }
.bp-package-features li { font-size: 0.85rem; color: var(--text-muted); padding: 6px 0; border-bottom: 1px solid rgba(255,255,255,0.04); }
.bp-package-features li::before { content: '✓  '; color: var(--gold); }

/* Letz Café landing */
.bp-cafe-landing-hero {
  height: 58vh;
  min-height: 380px;
  background: var(--bg-subtle);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.bp-cafe-landing-hero::before {
  content: '';
  position: absolute;
  inset: -40%;
  background: radial-gradient(ellipse at center, rgba(212,175,122,0.1) 0%, transparent 70%);
}
.bp-cafe-badge {
  display: inline-block;
  background: rgba(201,168,76,0.12);
  border: 1px solid var(--gold);
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 20px;
  margin-bottom: 18px;
}
.bp-cafe-landing-hero h1 { font-size: clamp(2.6rem, 6vw, 4rem); margin-bottom: 14px; }
.bp-cafe-landing-hero h1 .script { font-style: italic; color: var(--gold); }
.bp-cafe-specialties { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin: 44px 0; }
.bp-cafe-item {
  text-align: center;
  padding: 28px 18px;
  background: var(--bg-subtle);
  border-radius: 6px;
  border: 1px solid rgba(201,168,76,0.18);
  transition: border-color var(--transition);
}
.bp-cafe-item:hover { border-color: var(--gold); }
.bp-cafe-item .icon { font-size: 2.1rem; margin-bottom: 12px; }
.bp-cafe-item h3 { font-family: var(--font-serif); font-size: 1.05rem; color: var(--gold); margin-bottom: 7px; }
.bp-cafe-item p { font-size: 0.83rem; color: var(--text-muted); }

.bp-notify-box { background: var(--bg-subtle); border: 1px solid var(--border); border-radius: 8px; padding: 44px; text-align: center; margin-top: 52px; }
.bp-notify-box h3 { font-size: 1.5rem; color: var(--text); margin-bottom: 10px; }
.bp-notify-box p { color: var(--text-muted); margin-bottom: 26px; }

/* ================================================================
   BLOG — ASTRA OVERRIDES
   ================================================================ */
.blog .entry-title, .single .entry-title { font-family: var(--font-serif); color: var(--text); }
.blog .site-main, .single .site-main { background: var(--bg); color: var(--text); }
.single .entry-content p { color: var(--text-muted); line-height: 1.85; margin-bottom: 1.4em; }
.single .entry-content h2, .single .entry-content h3 { font-family: var(--font-serif); color: var(--text); margin: 2em 0 0.8em; }
.bp-post-cta-box { background: var(--bg-subtle); border-left: 3px solid var(--orange); border-radius: 0 6px 6px 0; padding: 22px 26px; margin: 36px 0; }
.bp-post-cta-box p { color: var(--text); font-size: 0.94rem; line-height: 1.72; }
.bp-post-cta-box strong { color: var(--gold); }

/* ================================================================
   ASTRA GLOBAL OVERRIDES
   ================================================================ */
body { background: var(--bg) !important; }
.site { background: var(--bg) !important; }

body.bp-custom-page #masthead,
body.bp-custom-page .ast-hfb-header,
body.bp-custom-page .site-footer,
body.bp-custom-page .ast-above-header-section { display: none !important; }

body.bp-custom-page #content { margin: 0; padding: 0; }
body.bp-custom-page .entry-content { margin: 0; max-width: none; }
body.bp-custom-page .ast-container { max-width: none; padding: 0; }

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 1100px) {
  .bp-days-grid { grid-template-columns: repeat(4,1fr); }
  .bp-menu-grid, .bp-why-grid { grid-template-columns: repeat(2,1fr); }
  .bp-menu-2col, .bp-menu-3col { grid-template-columns: 1fr; }
  .bp-spirits-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  :root { --section-pad: 64px; }
  .bp-navbar { padding: 18px 22px; }
  .bp-navbar.scrolled { padding: 12px 22px; }
  .bp-navbar-links, .bp-navbar-phone { display: none; }
  .bp-hamburger { display: flex; }
  .bp-about { grid-template-columns: 1fr; }
  .bp-about-image { height: 280px; }
  .bp-about-content { padding: 44px 28px; }
  .bp-events-grid { grid-template-columns: 1fr; }
  .bp-testimonial-grid { grid-template-columns: 1fr; }
  .bp-location { grid-template-columns: 1fr; }
  .bp-location-map { min-height: 260px; }
  .bp-location-info { padding: 44px 28px; }
  .bp-packages-grid, .bp-offers-grid { grid-template-columns: 1fr 1fr; }
  .bp-cafe-specialties { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  :root { --section-pad: 48px; }
  .bp-why, .bp-events-week, .bp-menu-preview, .bp-testimonials,
  .bp-events-body, .bp-landing-body, .bp-menu-body, .bp-footer { padding-left: 18px; padding-right: 18px; }
  .bp-days-grid { grid-template-columns: 1fr 1fr; }
  .bp-menu-grid, .bp-why-grid { grid-template-columns: 1fr; }
  .bp-hero-ctas { flex-direction: column; align-items: center; }
  .bp-packages-grid, .bp-offers-grid { grid-template-columns: 1fr; }
  .bp-cafe-specialties { grid-template-columns: 1fr 1fr; }
  .bp-stats { gap: 20px; }
  .bp-footer { padding: 36px 18px 22px; }
  .bp-footer-nav { gap: 16px; }
  .bp-notify-box { padding: 28px 18px; }
  .bp-tabs-inner { flex-direction: column; }
  .bp-tab-btn { border-bottom: none; border-left: 2px solid transparent; }
  .bp-tab-btn.active { border-left-color: var(--gold); border-bottom: none; }
  .bp-menu-cta { padding: 44px 18px; }
  .bp-wings-table th, .bp-wings-table td,
  .bp-price-table th, .bp-price-table td { padding: 10px 10px; font-size: 0.82rem; }
}

/* ================================================================
   CUSTOM LOGO — WordPress site logo via Appearance > Customize
   ================================================================ */
/* Navbar logo image */
.bp-navbar-logo-wrap {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.bp-navbar-logo-wrap .custom-logo-link,
.bp-navbar-logo-wrap a {
  display: flex;
  align-items: center;
}
.bp-navbar-logo-wrap img.custom-logo {
  height: 44px;
  width: auto;
  display: block;
  object-fit: contain;
}
/* Footer logo image */
.bp-footer-logo-wrap { margin-bottom: 22px; }
.bp-footer-logo-wrap .custom-logo-link { display: inline-flex; justify-content: center; }
.bp-footer-logo-wrap img.custom-logo {
  height: 50px;
  width: auto;
  object-fit: contain;
}
/* Text fallback when no logo uploaded */
.bp-navbar-logo {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text);
  letter-spacing: 0.03em;
}
.bp-navbar-logo span { color: var(--orange); }
