/* Monticello Wine & Spirits — Brand styles */
/* Google Fonts are loaded from each HTML page (preconnect + link) to avoid render-blocking @import */

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color-scheme: dark;
}

:root {
  --night-base: #000219;
  --surface-navy: #000728;
  --neon-blue: #056EFE;
  --electric-blue: #0056F0;
  --accent-red: #FE0000;
  --ice-white: #FAFCFD;
  --steel: #C7CBD3;
  /* Building-inspired mixed backgrounds (branded, not harsh white) */
  --building-charcoal: #3d3d3d;
  --building-charcoal-transparent: rgba(61, 61, 61, 0.8);
  --night-base-transparent: rgba(0, 2, 25, 0.8);
  --building-siding: #c4c4c4;
  --building-stone: #6b6b6b;
  --building-white: var(--building-siding); /* no white layer: use siding grey everywhere */
  --text-on-light: #1a1a1a;
  --text-secondary-on-light: #5a5a5a;
  --max-width: 1280px;
  --section-padding-desk: 100px;
  --section-padding-mobile: 56px;
  --space-unit: 8px;
  --radius: 14px;
  --font-headline: 'Cinzel', 'Playfair Display', Georgia, serif;
  --font-body: 'Inter', -apple-system, sans-serif;
  --font-cta: 'Archivo Black', 'Outfit', sans-serif;
  --cta-text: #0a0a0a;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Screen-reader only: visible to SEO and assistive tech, hidden visually */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
  color: var(--ice-white);
  background: var(--surface-navy);
  padding-bottom: 72px;
  overflow-x: hidden;
  max-width: 100%;
}

/* Touch and Safari: tap highlight, faster tap response — iOS/Android optimized */
a, button, [role="button"], summary, input, select, textarea, .btn, .specials-board-tab, .picks-carousel-btn, .specials-carousel-btn, .header-menu-toggle, .header-hours-btn, .age-gate-accept, .age-gate-exit, .picks-lightbox-close, .specials-lightbox-close {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

/* Smooth momentum scrolling on iOS for scrollable areas */
.picks-carousel-track, .specials-carousel-track, .gallery-grid, .specials-board-grid, .reviews-grid, .hours-dropdown .hours-schedule, .header-mobile-menu, .picks-lightbox-content, .specials-lightbox-content {
  -webkit-overflow-scrolling: touch;
}

/* Layout */
.container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

section {
  padding-top: var(--section-padding-desk);
  padding-bottom: var(--section-padding-desk);
}

/* Typography */
h1, h2, h3 {
  font-family: var(--font-headline);
  font-weight: 600;
  margin-top: 0;
}

.label-ui {
  font-family: var(--font-body);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--steel);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 14px 28px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: var(--radius);
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  transition: box-shadow 0.2s, border-color 0.2s, background 0.2s;
  touch-action: manipulation;
}

.header-nav a,
.header-mobile-nav a,
.header-menu-toggle {
  touch-action: manipulation;
}

.btn-primary {
  font-family: var(--font-cta);
  background: var(--neon-blue);
  color: var(--ice-white);
  border-color: var(--neon-blue);
  box-shadow: 0 8px 24px rgba(5, 110, 254, 0.175), 0 16px 48px rgba(5, 110, 254, 0.125);
}

.btn-primary:hover {
  box-shadow: 0 12px 32px rgba(5, 110, 254, 0.25), 0 24px 64px rgba(5, 110, 254, 0.175);
}

.btn-hero-primary {
  background: #030303;
  color: var(--ice-white);
  border: 2px solid var(--neon-blue);
  box-shadow: 0 8px 24px rgba(5, 110, 254, 0.175), 0 16px 48px rgba(5, 110, 254, 0.125);
}

.btn-hero-primary:hover {
  box-shadow: 0 12px 32px rgba(5, 110, 254, 0.25), 0 24px 64px rgba(5, 110, 254, 0.175);
}

.btn-secondary {
  background: transparent;
  color: var(--ice-white);
  border-color: var(--neon-blue);
}

.btn-secondary:hover {
  background: rgba(5, 110, 254, 0.1);
}

.btn-ghost {
  background: transparent;
  color: var(--ice-white);
  border-color: rgba(255, 255, 255, 0.5);
}

.btn-ghost:hover {
  color: var(--ice-white);
  border-color: var(--ice-white);
}

/* Logo images: remove baked-in white matte on dark backgrounds */
.logo-img {
  mix-blend-mode: darken;
}

/* Favicon/transparent logos: override so transparency shows through */
.footer-logo {
  mix-blend-mode: normal !important;
  background: transparent !important;
}

/* Age gate modal */
.age-gate-overlay {
  position: fixed;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 7, 40, 0.96) 0%, rgba(0, 2, 25, 0.97) 100%);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.age-gate-overlay.hidden {
  display: none;
}

.age-gate-box {
  text-align: center;
  max-width: 360px;
  background: linear-gradient(180deg, rgba(0, 56, 240, 0.18) 0%, var(--surface-navy) 40%, var(--night-base) 100%);
  border: 2px solid var(--neon-blue);
  border-radius: var(--radius);
  padding: 48px 32px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 8px 24px rgba(5, 110, 254, 0.175),
    0 16px 48px rgba(5, 110, 254, 0.125);
}

.age-gate-box .favicon-wrap {
  margin-bottom: 24px;
  background: transparent;
}

.age-gate-box .favicon-wrap img {
  max-width: 160px;
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  background: transparent;
  mix-blend-mode: normal;
}

.age-gate-box p {
  font-size: 18px;
  color: var(--ice-white);
  margin-bottom: 32px;
}

.age-gate-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.age-gate-actions .btn {
  width: 100%;
}

.age-gate-actions .btn-ghost {
  color: rgba(5, 110, 254, 0.9);
  border-color: rgba(5, 110, 254, 0.25);
}

.age-gate-actions .btn-ghost:hover {
  color: var(--ice-white);
  border-color: var(--neon-blue);
  background: rgba(5, 110, 254, 0.12);
}

/* Sticky header */
.site-header {
  position: sticky;
  top: 0;
  background: #030303;
  z-index: 100;
  padding: env(safe-area-inset-top) max(24px, env(safe-area-inset-right)) 0 max(24px, env(safe-area-inset-left));
  min-height: 128px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(5, 110, 254, 0.2);
}

.header-inner {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 128px;
  position: relative;
}

.header-logo-link {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
  background: transparent;
  padding: 0;
}

.header-logo {
  display: block;
  height: 128px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
  background: transparent;
  mix-blend-mode: normal;
}

.header-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  min-height: 0;
  padding: 6px 0 4px;
  flex: 0 0 auto;
}

.header-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
}

/* Center nav links in the middle of the header (between logo and Open Hours) */
.nav-links {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 1.5rem;
  row-gap: 0.25rem;
  justify-content: center;
}

.header-nav a {
  color: var(--steel);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.header-nav a:hover {
  color: var(--ice-white);
}

.nav-bullet {
  color: var(--neon-blue);
  font-size: 10px;
  line-height: 1;
  user-select: none;
  opacity: 0.8;
  text-shadow:
    0 0 8px rgba(5, 110, 254, 0.175),
    0 0 16px rgba(5, 110, 254, 0.125);
}

.header-cta {
  margin-left: 0.5rem;
}

/* Open Hours dropdown — drops from button (like Visit Us hours) */
.header-hours-wrap {
  position: relative;
}

.header-hours-btn {
  cursor: pointer;
  transition: box-shadow 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.header-hours-btn:hover {
  box-shadow: 0 12px 32px rgba(5, 110, 254, 0.35), 0 24px 48px rgba(5, 110, 254, 0.2);
  transform: translateY(-2px);
  background-color: rgba(5, 110, 254, 0.95);
}

.header-hours-dropdown {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
}
.header-hours-dropdown.is-open {
  pointer-events: auto;
}
.header-hours-dropdown.is-open .header-hours-backdrop {
  opacity: 1;
}
.header-hours-dropdown.is-open .header-hours-panel {
  opacity: 1;
  visibility: visible;
}
.header-hours-backdrop {
  position: absolute;
  inset: 0;
  background: transparent;
  opacity: 0;
  transition: opacity 0.15s ease;
}
.header-hours-panel {
  position: fixed;
  z-index: 101;
  width: min(92vw, 320px);
  min-width: 260px;
  background: var(--surface-navy);
  border: 1px solid var(--building-charcoal);
  border-radius: var(--radius);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  padding: 1rem 1.25rem 1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.header-hours-title {
  font-family: var(--font-headline);
  font-size: 1rem;
  font-weight: 600;
  color: var(--ice-white);
  margin: 0 0 0.2rem 0;
  letter-spacing: 0.02em;
}
.header-hours-note {
  font-size: 0.7rem;
  color: var(--steel);
  margin: 0 0 0.6rem 0;
}
.header-hours-schedule {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 0.5rem;
  margin-bottom: 0.75rem;
}
.header-hours-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.35rem 0;
  font-size: 0.875rem;
  color: var(--steel);
}
.header-hours-row span:first-child {
  margin-right: 1rem;
  color: var(--ice-white);
  font-weight: 500;
}
.header-hours-directions {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--neon-blue);
  text-decoration: none;
  padding: 0.35rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.header-hours-directions:hover {
  color: var(--ice-white);
  text-decoration: underline;
}
.header-hours-btn-mobile {
  background: transparent;
  border: none;
  color: var(--steel);
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  padding: 10px 0;
  text-align: left;
  font-family: inherit;
}
.header-hours-btn-mobile:hover {
  color: var(--ice-white);
}

.header-cta .btn {
  font-family: var(--font-cta);
  padding: 10px 20px;
  font-size: 12px;
}

/* Hero */
.hero {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 24px 100px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: var(--night-base);
  pointer-events: none;
}

.hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../public/photos/1773454198894.png?v=5') center / cover no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 1;
}

.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
}

/* Gallery page hero: store overview image */
.hero--gallery {
  min-height: 50vh;
}
.hero--gallery .hero-bg::before {
  background-image: url('../public/photos/store-overview.png?v=5');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.9;
}
.hero--gallery .hero-inner {
  padding: 2rem 1rem;
}

.gallery-hero-glass {
  display: block;
  width: 100%;
  max-width: min(92vw, 520px);
  margin: 0 auto;
  padding: 1.35rem 1.5rem 1.45rem;
  border-radius: 20px;
  text-align: center;
  isolation: isolate;
  background: rgba(4, 12, 36, 0.45);
  backdrop-filter: blur(14px) saturate(1.2);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.4),
    0 2px 12px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .gallery-hero-glass {
    background: rgba(4, 12, 36, 0.88);
  }
}

.gallery-hero-title {
  font-family: var(--font-headline);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  color: var(--ice-white);
  margin: 0 0 0.5rem 0;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}
.gallery-hero-subtext {
  color: var(--ice-white);
  font-size: 1rem;
  margin: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.hero-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 720px;
  background: transparent;
}

/* Homepage: banner + glass panel; panel bottom flush with image bottom */
.hero--home {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  min-height: 0;
  overflow: visible;
  background: var(--night-base);
  border-radius: 0;
}

.hero--home-media {
  position: relative;
  width: 100%;
  margin: -1in 0 0;
}

.hero--home .hero-banner {
  position: relative;
  z-index: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.hero--home .hero-banner-img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

/* Bottom edge of glass panel flush with bottom of hero image */
.hero--home .hero-inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: 0 auto;
  width: 100%;
  max-width: min(92vw, 560px);
  padding: 0 20px;
  box-sizing: border-box;
}

/* Glass window: frosted panel so copy + CTAs read on the hero image */
.hero--home .hero-logo-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: min(88vw, 480px);
  margin: 0 auto;
  padding: 1.35rem 1.5rem 1.45rem;
  border-radius: 20px;
  overflow: hidden;
  isolation: isolate;
  background: rgba(4, 12, 36, 0.42);
  backdrop-filter: blur(16px) saturate(1.25);
  -webkit-backdrop-filter: blur(16px) saturate(1.25);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.45),
    0 2px 12px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.hero--home .hero-logo-wrap::before {
  display: none;
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .hero--home .hero-logo-wrap {
    background: rgba(4, 12, 36, 0.9);
  }
}

.hero-logo-wrap {
  position: relative;
  display: inline-block;
  max-width: min(42vw, 260px);
  margin-bottom: 1.25rem;
  border-radius: 16px;
  overflow: hidden;
  box-shadow:
    0 2px 12px rgba(0, 0, 0, 0.3),
    0 8px 32px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero--gallery .hero-logo-wrap,
.hero--compact .hero-logo-wrap {
  padding: 0;
  background: transparent;
  border-radius: 16px;
  overflow: hidden;
}

.hero-logo-wrap::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120%;
  height: 120%;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse 80% 60% at 50% 50%, rgba(5, 110, 254, 0.18) 0%, transparent 70%);
  pointer-events: none;
  z-index: -1;
}

.hero-logo {
  position: relative;
  z-index: 1;
  max-width: min(92vw, 560px);
  height: auto;
  background: transparent;
  mix-blend-mode: lighten;
  isolation: isolate;
  vertical-align: middle;
}

.hero-logo-wrap .hero-logo {
  display: block;
  margin: 0 auto 1.25rem;
  max-width: 100%;
}

/* Hero tagline: benefit-led, readable */
.hero-subtext {
  margin: 0 auto 1.5rem;
  text-align: center;
  max-width: min(42vw, 280px);
  line-height: 1.45;
  font-family: var(--font-headline);
  font-size: clamp(0.9375rem, 2.25vw, 1.0625rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--ice-white);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.hero-logo-wrap > .hero-subtext {
  margin-bottom: 1.25rem;
  max-width: 100%;
}

.hero .subtext {
  font-family: var(--font-body);
  color: var(--cta-text);
  font-size: clamp(1rem, 2.2vw, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.95), 0 0 12px rgba(255, 255, 255, 0.6), 0 1px 3px rgba(255, 255, 255, 0.8);
}

/* Hero tagline override: branded white */
.hero .hero-subtext {
  font-family: var(--font-headline);
  font-size: clamp(0.9375rem, 2.25vw, 1.0625rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--ice-white);
  margin-bottom: 1.5rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

/* Homepage hero: text on glass — lighter shadows; panel sits on banner */
.hero--home .hero-logo-wrap .hero-subtext {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.9rem;
  font-size: clamp(0.8125rem, 2vw, 1rem);
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: var(--ice-white);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
}

.hero--home .hero-logo-wrap .hero-ctas {
  margin-top: 0.25rem;
  gap: 12px;
}

.hero--home .btn-hero-cta {
  min-height: 42px;
  padding: 10px 22px;
  font-size: 13px;
  letter-spacing: 0.1em;
  background: rgba(250, 252, 253, 0.94);
  border-width: 2px;
  box-shadow:
    0 2px 10px rgba(0, 0, 0, 0.2),
    0 0 16px rgba(5, 110, 254, 0.2);
}

.hero--home .btn-hero-cta-secondary {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.55);
  color: var(--ice-white);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.hero--home .btn-hero-cta-secondary:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: #fff;
  color: var(--ice-white);
}

.hero-location {
  font-family: var(--font-body);
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cta-text);
  margin: 0 0 20px 0;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.95), 0 0 12px rgba(255, 255, 255, 0.6), 0 1px 3px rgba(255, 255, 255, 0.8);
}

.hero-ctas {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.hero-logo-wrap .hero-ctas {
  margin-top: 1.5rem;
}

.hero-ctas .btn {
  font-family: var(--font-body);
  font-weight: 700;
  min-height: 38px;
  padding: 10px 20px;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--cta-text);
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.95), 0 0 12px rgba(255, 255, 255, 0.6), 0 1px 3px rgba(255, 255, 255, 0.8);
}

/* Primary hero CTA: black text, body font, bold */
.btn-hero-cta {
  font-family: var(--font-body);
  min-height: 44px;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cta-text);
  background: rgba(250, 252, 253, 0.95);
  border: 2px solid var(--neon-blue);
  box-shadow:
    0 0 20px rgba(5, 110, 254, 0.25),
    0 4px 12px rgba(0, 0, 0, 0.3);
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.95), 0 0 12px rgba(255, 255, 255, 0.6), 0 1px 3px rgba(255, 255, 255, 0.8);
}

.btn-hero-cta:hover {
  background: #fff;
  border-color: var(--neon-blue);
  box-shadow: 0 0 28px rgba(5, 110, 254, 0.35), 0 6px 16px rgba(0, 0, 0, 0.35);
  color: var(--cta-text);
}

.btn-hero-cta-secondary {
  font-family: var(--font-body);
  font-weight: 700;
  background: rgba(250, 252, 253, 0.92);
  border-color: rgba(250, 252, 253, 0.9);
  color: var(--cta-text);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.95), 0 0 12px rgba(255, 255, 255, 0.6), 0 1px 3px rgba(255, 255, 255, 0.8);
}

.btn-hero-cta-secondary:hover {
  background: #fff;
  border-color: rgba(250, 252, 253, 0.95);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  color: var(--cta-text);
}

.trust-chips {
  font-family: var(--font-body);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cta-text);
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.95), 0 0 12px rgba(255, 255, 255, 0.6), 0 1px 3px rgba(255, 255, 255, 0.8);
}

.trust-chips span {
  padding: 8px 14px;
  border: 1px solid rgba(5, 110, 254, 0.45);
  border-radius: 999px;
  background: rgba(5, 110, 254, 0.06);
  box-shadow: 0 0 12px rgba(5, 110, 254, 0.1);
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.trust-chips span:hover {
  border-color: rgba(5, 110, 254, 0.7);
  background: rgba(5, 110, 254, 0.1);
  box-shadow: 0 0 16px rgba(5, 110, 254, 0.2);
}

/* Branded banner between hero and Rare Picks — connects the two sections */
.hero-picks-banner {
  width: 100%;
  background: #000;
  padding: 20px 24px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.hero-picks-banner-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.hero-picks-banner .trust-chips-chip {
  font-family: var(--font-headline);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ice-white);
  padding: 10px 18px;
  border: 1px solid rgba(5, 110, 254, 0.45);
  border-radius: 999px;
  background: rgba(5, 110, 254, 0.08);
  box-shadow: 0 0 12px rgba(5, 110, 254, 0.12);
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.hero-picks-banner .trust-chips-chip:hover {
  border-color: rgba(5, 110, 254, 0.7);
  background: rgba(5, 110, 254, 0.14);
  box-shadow: 0 0 16px rgba(5, 110, 254, 0.2);
}

/* Below tablet: hide Staff Picks strip; hero image uncropped; copy/CTA centered under image */
@media (max-width: 1023px) {
  .hero-picks-banner {
    display: none;
  }

  .hero.hero--home {
    overflow: visible;
    min-height: 0;
  }

  .hero--home-media {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .hero--home .hero-banner-img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: top center;
    vertical-align: top;
  }

  .hero--home .hero-inner {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    width: 100%;
    max-width: min(92vw, 560px);
    margin: 0 auto;
    padding: 1.25rem 20px 1.5rem;
    text-align: center;
    box-sizing: border-box;
  }

  .hero--home .hero-logo-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .hero--home .hero-logo-wrap .hero-ctas {
    justify-content: center;
  }
}

/* Our Store spotlight — same "above the page" board look as Specials / Rare Picks */
#our-store {
  position: relative;
  background: var(--surface-navy);
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(5, 110, 254, 0.22);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 4px 12px rgba(0, 0, 0, 0.25),
    0 24px 48px rgba(0, 0, 0, 0.35);
}

#our-store::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 80%;
  height: 40%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse 80% 60% at 50% 50%, rgba(5, 110, 254, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.our-store-gallery {
  margin-top: 32px;
}

.our-store-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.our-store-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
}

.our-store-text p {
  color: var(--steel);
  margin: 0 0 0;
  font-size: 1rem;
  line-height: 1.65;
  letter-spacing: 0.01em;
}

.our-store-lead {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
  color: var(--ice-white);
  margin-bottom: 1.5em;
  letter-spacing: 0.02em;
}

.our-store-next {
  font-size: 0.9375rem;
  font-weight: 400;
  padding-left: 1rem;
  border-left: 3px solid var(--neon-blue);
  color: var(--steel);
  margin-bottom: 0;
  line-height: 1.6;
}

.our-store-cta {
  margin-top: 8px;
}

.our-store-img {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(5, 110, 254, 0.22);
  background: var(--surface-navy);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 4px 12px rgba(0, 0, 0, 0.25),
    0 24px 48px rgba(0, 0, 0, 0.35);
}

.our-store-img::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 80%;
  height: 40%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse 80% 60% at 50% 50%, rgba(5, 110, 254, 0.12) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.our-store-img img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/10;
  object-fit: cover;
  position: relative;
  z-index: 0;
}

/* Shop by category — full-bleed image edge to edge on all viewports */
#selection.selection-section {
  background: linear-gradient(180deg, #0a0e1a 0%, #000728 40%, #000518 100%);
  padding-top: 24px;
  padding-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
  max-width: none;
  width: 100%;
}

#selection .selection-inner {
  max-width: none;
  width: 100%;
}

#selection .selection-image-wrap {
  max-width: none;
  width: 100%;
}

.selection-subheading {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 8px;
  margin-bottom: 0;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

.selection-inner {
  min-width: 0;
}

/* Full-section category image with label overlays — full-bleed; aspect ratio so overlays scale */
.selection-image-wrap {
  position: relative;
  width: 100%;
  line-height: 0;
  aspect-ratio: 1200 / 800;
  overflow: visible;
}

.selection-image-wrap > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  vertical-align: middle;
}

/* Center aisle image — moved down 5% */
.category-center-image {
  position: absolute;
  top: 25%;
  left: 32.5%;
  width: 35%;
  height: 39%;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  pointer-events: none;
}

.category-center-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Shop by category overlay: hit areas and subcategory panels on top of all images */
#category-cards-root.selection-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 50;
}

#category-cards-root.selection-overlay .category-card-wrap--overlay {
  position: absolute;
  pointer-events: auto;
  cursor: pointer;
}

#category-cards-root.selection-overlay .category-overlay-btn {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Alignment debug: show overlay boxes when ?category-align=1 */
#selection.category-overlay-debug .category-card-wrap--overlay,
#category-cards-root.category-overlay-debug .category-card-wrap--overlay {
  outline: 2px solid rgba(255, 0, 0, 0.85);
  background: rgba(255, 255, 0, 0.15);
}

/* Floating glass category tiles (match reference): left-aligned content, Visual parity colors/gradients/effects */
.category-tile {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  text-align: left;
  gap: 14px;
  padding: 22px 18px;
  border-radius: 12px;
  color: rgba(250, 248, 240, 0.98);
  background: linear-gradient(145deg, rgba(8, 18, 42, 0.88) 0%, rgba(4, 12, 32, 0.92) 100%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(100, 160, 255, 0.4);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 16px rgba(5, 110, 254, 0.12),
    0 8px 24px rgba(0, 0, 0, 0.3);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.2s ease;
}

button.category-tile {
  font: inherit;
  width: 100%;
  cursor: pointer;
}

.category-tile:hover {
  transform: translateY(-4px);
  border-color: rgba(120, 180, 255, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 24px rgba(5, 110, 254, 0.18),
    0 12px 32px rgba(0, 0, 0, 0.35);
}

.category-tile:focus-visible {
  outline: 2px solid var(--neon-blue);
  outline-offset: 2px;
}

.category-tile-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  margin-right: 0;
  flex-shrink: 0;
  color: rgba(250, 248, 240, 0.98);
}

.category-tile-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.category-tile-text {
  flex: 1;
  min-width: 0;
}

.category-tile-title {
  font-family: var(--font-headline);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.25;
  margin-bottom: 4px;
  color: rgba(250, 248, 240, 0.98);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.category-tile-descriptor {
  font-size: 12px;
  color: rgba(250, 248, 240, 0.9);
  line-height: 1.4;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

/* Desktop: single row — left tiles | center image | right tiles (6 cards) */
@media (min-width: 769px) {
  .selection-grid {
    grid-template-columns: 1fr minmax(280px, 1.25fr) 1fr;
    grid-template-rows: auto;
    gap: 20px;
    align-items: stretch;
  }

  .selection-grid .selection-img {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
  }

  .selection-grid .selection-img img {
    height: 100%;
    object-fit: cover;
  }

  .selection-grid .selection-tiles-left {
    grid-column: 1;
    grid-row: 1;
    justify-content: center;
    gap: 16px;
  }

  .selection-grid .selection-tiles-right {
    grid-column: 3;
    grid-row: 1;
    justify-content: center;
    gap: 16px;
  }

  .category-tile {
    padding: 24px 20px;
  }

  .category-tile-title {
    font-size: 14px;
  }
}

/* Tablet: image on top, two-column tiles */
@media (min-width: 481px) and (max-width: 768px) {
  .selection-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }

  .selection-grid .selection-img {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .selection-grid .selection-tiles-left {
    grid-column: 1;
    grid-row: 2;
  }

  .selection-grid .selection-tiles-right {
    grid-column: 2;
    grid-row: 2;
  }
}

.section-title {
  font-family: var(--font-headline);
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
  color: var(--ice-white);
  text-shadow:
    -1px -1px 0 rgba(255, 255, 255, 0.1),
    2px 2px 4px rgba(0, 0, 0, 0.4),
    4px 4px 8px rgba(0, 0, 0, 0.3),
    0 0 20px rgba(5, 110, 254, 0.175),
    0 0 40px rgba(5, 110, 254, 0.125);
}

.section-title-wrap {
  margin-bottom: 48px;
  display: inline-block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrap {
  display: block;
  text-align: center;
}

.section-title-wrap > * {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.section-title-bar {
  display: block;
  width: 100%;
  max-width: none;
  height: 4px;
  margin: 12px auto 0;
  background: linear-gradient(90deg, transparent, var(--neon-blue), var(--building-charcoal), transparent);
  box-shadow: 0 8px 24px rgba(5, 110, 254, 0.175), 0 16px 48px rgba(5, 110, 254, 0.125);
  border: none;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.category-card {
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  padding: 40px 24px;
  text-align: center;
  transition: box-shadow 0.25s, transform 0.25s;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 8px 24px rgba(5, 110, 254, 0.175),
    0 16px 48px rgba(5, 110, 254, 0.125);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--ice-white);
  cursor: pointer;
}

/* When category card is a button (expandable) */
button.category-card {
  font: inherit;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

/* Expand panel: subcategory rows + View Inventory (overlay) */
.category-card-wrap {
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
}

.category-expand {
  position: absolute;
  top: 0;
  z-index: 200;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  width: max(280px, 22vw);
  transition: max-height 0.3s ease, opacity 0.2s ease;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: var(--surface-navy);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.category-expand.is-open {
  max-height: min(560px, 90vh);
  overflow-y: auto;
  opacity: 1;
}

/* Scrollbar styling for expand panels */
.category-expand::-webkit-scrollbar { width: 6px; }
.category-expand::-webkit-scrollbar-track { background: transparent; }
.category-expand::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 3px;
}
.category-expand::-webkit-scrollbar-thumb:hover { background: rgba(255, 255, 255, 0.3); }

/* Mobile: drop down below card (default) */
@media (max-width: 480px) {
  .category-expand {
    top: 100%;
    left: 0;
    right: 0;
    width: auto;
    margin-top: 4px;
  }
}

/* Small screens: subcategory popup covers section, not shrunk */
@media (max-width: 768px) {
  .category-expand.is-open {
    max-height: 90vh;
  }
}

/* Mobile: left categories → popup to the right; right categories → popup to the left; Spirits → centered */
@media (max-width: 480px) {
  #category-cards-root.selection-overlay .category-card-wrap--overlay .category-expand {
    width: calc(100vw - 1.5rem);
    max-width: none;
    box-sizing: border-box;
  }
  #category-cards-root.selection-overlay .category-card-wrap--overlay[data-side="left"] .category-expand {
    left: 0.75rem;
    right: auto;
    transform: none;
  }
  #category-cards-root.selection-overlay .category-card-wrap--overlay[data-side="right"] .category-expand {
    right: 0.75rem;
    left: auto;
    transform: none;
  }
  #category-cards-root.selection-overlay .category-card-wrap--overlay[data-side="bottom"] .category-expand {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  #category-cards-root.selection-overlay .category-card-wrap--overlay .category-expand.is-open {
    max-height: 90vh;
  }
}

/* Desktop: left cards fly right, right cards fly left */
@media (min-width: 481px) {
  .category-card-wrap[data-side="left"] .category-expand {
    left: 100%;
    margin-left: 8px;
  }
  .category-card-wrap[data-side="right"] .category-expand {
    right: 100%;
    left: auto;
    margin-right: 8px;
  }

  .category-card-wrap[data-side="bottom"] .category-expand {
    left: 50%;
    right: auto;
    top: auto;
    bottom: 100%;
    transform: translateX(-50%);
    margin-bottom: 8px;
  }
}

/* Image-map mode: panels live in a container without .category-card-wrap */
.category-expand-container {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 50;
}

.category-expand-container .category-expand {
  pointer-events: auto;
}

@media (min-width: 481px) {
  .category-expand-container .category-expand {
    left: auto;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
  }
}

@media (max-width: 480px) {
  .category-expand-container .category-expand {
    left: 50%;
    right: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: calc(100vw - 1.5rem);
    max-width: none;
  }
}

.category-expand-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: sticky;
  top: 0;
  background: var(--surface-navy);
  z-index: 1;
}

.category-expand-header-title {
  font-family: var(--font-headline);
  font-size: 14px;
  font-weight: 700;
  color: var(--ice-white);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-align: center;
}

.category-expand-close {
  position: absolute;
  right: 12px;
  top: 10px;
  background: none;
  border: none;
  color: var(--steel);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  padding: 0 2px;
  transition: color 0.15s;
}
.category-expand-close:hover { color: var(--ice-white); }

.category-expand-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.category-expand-row:last-child {
  border-bottom: none;
}

.category-expand-link {
  display: block;
  padding: 14px 18px;
  text-decoration: none;
  color: inherit;
  text-align: center;
  transition: background 0.15s;
}
.category-expand-link:hover {
  background: rgba(255, 255, 255, 0.06);
}

.category-expand-link:focus {
  outline: none;
}

.category-expand-link:focus-visible {
  outline: 2px solid var(--neon-blue);
  outline-offset: 2px;
  background: rgba(255, 255, 255, 0.06);
}

.category-expand-title {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 13px;
  color: var(--ice-white);
  display: block;
  margin-bottom: 8px;
  line-height: 1.35;
}

.category-expand-desc {
  margin: 0;
  font-size: 11.5px;
  color: var(--steel);
  line-height: 1.55;
}

.category-card:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 12px 32px rgba(5, 110, 254, 0.25),
    0 24px 64px rgba(5, 110, 254, 0.175);
  transform: translateY(-1px);
}

.category-card:focus-visible {
  outline: 2px solid var(--neon-blue);
  outline-offset: 2px;
}

.category-card .label-ui {
  font-size: 17px;
  color: rgba(250, 248, 240, 0.95);
  letter-spacing: 0.03em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), 0 0 6px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.8);
}

.category-card-placeholder {
  display: none;
}

/* Inventory page */
body.inventory-page {
  background:
    radial-gradient(1200px 800px at 15% 10%, rgba(5, 110, 254, 0.28), transparent 55%),
    radial-gradient(900px 700px at 85% 20%, rgba(254, 0, 0, 0.16), transparent 60%),
    linear-gradient(180deg, #000219 0%, #000728 45%, #000219 100%);
}

.inventory-main {
  padding-top: 28px;
  padding-bottom: var(--section-padding-desk);
}

.inventory-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 0 auto 28px;
}

.inventory-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--ice-white);
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.04em;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

.inventory-chip:hover {
  transform: translateY(-1px);
  background: rgba(5, 110, 254, 0.14);
  box-shadow: 0 10px 30px rgba(5, 110, 254, 0.18);
}

.inventory-category {
  scroll-margin-top: 150px;
  margin: 0 auto 32px;
  padding: 22px 18px;
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 12px 32px rgba(0, 0, 0, 0.35);
}

.inventory-category:target {
  border-color: rgba(5, 110, 254, 0.55);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 0 2px rgba(5, 110, 254, 0.22),
    0 18px 42px rgba(5, 110, 254, 0.18);
}

.inventory-category-title {
  margin: 0 0 14px;
  font-family: var(--font-headline);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(135deg, var(--ice-white) 0%, var(--neon-blue) 50%, var(--electric-blue) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.inventory-category-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  margin: 10px auto 0;
  background: linear-gradient(90deg, var(--neon-blue), var(--electric-blue));
  border-radius: 1px;
}

.inventory-subcategory {
  scroll-margin-top: 150px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.inventory-subcategory:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.inventory-subcategory-title {
  margin: 0 0 6px;
  font-family: var(--font-headline);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--ice-white);
  padding-left: 12px;
  border-left: 3px solid var(--neon-blue);
  text-shadow: 0 0 24px rgba(5, 110, 254, 0.2);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
}

.inventory-subcategory-desc {
  margin: 0 0 12px;
  font-size: 13px;
  color: var(--ice-white);
  opacity: 0.92;
  line-height: 1.45;
}

/* Inventory subcategory carousel: 6 cards per row, scroll with arrows */
.inventory-carousel-wrap {
  position: relative;
  margin: 0 -8px;
}

.inventory-carousel-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
  padding: 8px 0;
}

.inventory-carousel-scroll .inventory-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  grid-template-columns: unset;
  min-width: min-content;
}

.inventory-carousel-scroll .inventory-item {
  flex: 0 0 220px;
  min-width: 180px;
}

.inventory-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 7, 40, 0.85);
  color: var(--ice-white);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, border-color 0.2s;
}

.inventory-carousel-btn:hover {
  background: rgba(5, 110, 254, 0.4);
  border-color: rgba(255, 255, 255, 0.4);
}

.inventory-carousel-btn:focus-visible {
  outline: 2px solid var(--neon-blue);
  outline-offset: 2px;
}

.inventory-carousel-btn-prev {
  left: 4px;
}

.inventory-carousel-btn-next {
  right: 4px;
}

.inventory-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.inventory-item {
  margin: 0;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(10, 16, 32, 0.4);
  padding: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.inventory-item:hover {
  border-color: rgba(5, 110, 254, 0.35);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.inventory-item-name {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--ice-white);
  letter-spacing: 0.01em;
}

.inventory-item-details {
  margin: 0;
  font-size: 13px;
  color: var(--steel);
  line-height: 1.4;
}

.inventory-item--empty .inventory-item-details {
  color: var(--steel);
}

.inventory-meta,
.inventory-note {
  margin: 0;
  color: var(--steel);
  font-size: 12px;
}

.inventory-add-to-cart {
  margin-top: auto;
  width: 100%;
  padding: 10px 14px;
  font-size: 0.9rem;
}

/* Tablet: text-only cards */
@media (max-width: 1024px) {
  .inventory-carousel-scroll .inventory-item {
    flex: 0 0 200px;
    min-width: 160px;
  }

  .inventory-subcategory {
    margin-bottom: 14px;
    padding-bottom: 14px;
  }

  .inventory-subcategory-title {
    font-size: 1.05rem;
    margin-bottom: 4px;
  }

  .inventory-subcategory-desc {
    margin-bottom: 8px;
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .inventory-carousel-scroll .inventory-item {
    flex: 0 0 200px;
    min-width: 140px;
  }

  .inventory-subcategory {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }

  .inventory-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile: 2 columns per subcategory row, arrows to scroll, compact so 2 subcategory rows fit */
@media (max-width: 480px) {
  .inventory-carousel-wrap {
    margin: 0 -4px;
  }

  .inventory-carousel-scroll {
    padding: 4px 0;
  }

  .inventory-carousel-scroll .inventory-grid {
    gap: 10px;
  }

  .inventory-carousel-scroll .inventory-item {
    flex: 0 0 calc((100% - 10px) / 2);
    min-width: 0;
    max-width: calc(50vw - 24px);
  }

  .inventory-carousel-btn {
    width: 32px;
    height: 32px;
    font-size: 14px;
    top: 50%;
  }

  .inventory-carousel-btn-prev { left: 0; }
  .inventory-carousel-btn-next { right: 0; }

  .inventory-subcategory {
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .inventory-subcategory-title {
    font-size: 0.85rem;
    margin-bottom: 2px;
    padding-left: 8px;
  }

  .inventory-subcategory-desc {
    font-size: 11px;
    margin-bottom: 4px;
    line-height: 1.3;
  }

  .inventory-item {
    padding: 12px;
    gap: 8px;
  }

  .inventory-item-name {
    font-size: 0.85rem;
    line-height: 1.3;
  }

  .inventory-item-details {
    font-size: 11px;
  }

  .inventory-meta,
  .inventory-note {
    font-size: 10px;
    line-height: 1.25;
  }

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

/* Weekly specials — Digital LED Lightbox board */
#specials.specials-section-wrap {
  position: relative;
}

#specials {
  padding-top: 56px;
  padding-bottom: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.specials-section-wrap {
  width: 100%;
}

/* Board: brick/wood image; min-height tracks width (2:3) — responsive overrides must not increase vh on narrow viewports */
.specials-board {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  /* Padding keeps header, tabs, grid, and footer inside the visible bulletin board frame */
  padding: 40px 72px 56px;
  border-radius: 0;
  background-color: transparent;
  background-image: url('../public/monthly%20specials%20main.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  min-height: calc(min(100vw, 1200px) * 2 / 3);
  border: none;
  box-shadow:
    0 4px 12px rgba(0, 0, 0, 0.25),
    0 24px 48px rgba(0, 0, 0, 0.35);
  position: relative;
  overflow: hidden;
}

.specials-board::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 80%;
  height: 40%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse 80% 60% at 50% 50%, rgba(5, 110, 254, 0.1) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.specials-board::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 100% 100% at 50% 50%, transparent 40%, rgba(0, 0, 0, 0.35) 100%);
  pointer-events: none;
  z-index: 0;
}

.specials-board-header,
.specials-board-tabs,
.specials-board-coming-soon-msg,
.specials-board-cards-wrap,
.specials-board-grid,
.specials-board-footer {
  position: relative;
  z-index: 1;
}

.specials-board-header {
  margin-bottom: 28px;
  text-align: center;
}

.specials-board-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 0 16px 0;
}

.specials-board-eyebrow-line {
  width: 32px;
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
}

.specials-board-eyebrow-text {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(250, 248, 240, 0.95);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.95), 0 2px 8px rgba(0, 0, 0, 0.85), 0 0 14px rgba(0, 0, 0, 0.6);
}

.specials-board-title {
  font-family: 'Great Vibes', 'Playfair Display', Georgia, cursive;
  font-size: clamp(2.5rem, 6vw, 3.5rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  color: rgba(250, 248, 240, 0.95);
  margin: 0 0 14px 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.95), 0 2px 8px rgba(0, 0, 0, 0.85), 0 0 14px rgba(0, 0, 0, 0.6);
}

.specials-board-supporting {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(250, 248, 240, 0.95);
  margin: 0 0 8px 0;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.95), 0 2px 8px rgba(0, 0, 0, 0.85), 0 0 14px rgba(0, 0, 0, 0.6);
}

.specials-board-subline {
  font-family: var(--font-body);
  font-size: 11px;
  color: rgba(250, 248, 240, 0.95);
  margin: 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.95), 0 2px 8px rgba(0, 0, 0, 0.85), 0 0 14px rgba(0, 0, 0, 0.6);
}

.specials-board-cta-wrap {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.specials-board-footer .specials-board-cta-wrap {
  margin-top: 0;
  margin-bottom: 16px;
}

/* Button: white text on dark */
.specials-board-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 32px;
  border-radius: 999px;
  border: 1px solid rgba(200, 200, 210, 0.5);
  background: linear-gradient(180deg, #1a1a1a 0%, #0d0d0d 100%);
  color: var(--ice-white);
  font-family: var(--font-cta);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: box-shadow 0.2s ease, border-color 0.2s ease, filter 0.2s ease;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.08) inset,
    0 6px 20px rgba(0, 0, 0, 0.5),
    0 10px 28px rgba(0, 0, 0, 0.35);
}

.specials-board-cta:hover {
  border-color: rgba(220, 220, 230, 0.6);
  background: linear-gradient(180deg, #2a2a2e 0%, #1a1a1e 100%);
  color: var(--ice-white);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.1) inset,
    0 8px 24px rgba(0, 0, 0, 0.55),
    0 12px 32px rgba(0, 0, 0, 0.4);
}

.specials-board-cta:focus {
  outline: none;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.08) inset,
    0 6px 20px rgba(0, 0, 0, 0.5),
    0 0 0 3px rgba(5, 110, 254, 0.35);
}

.specials-board-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
  margin-bottom: 16px;
}

.specials-board-tab {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(250, 248, 240, 0.95);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 10px 20px;
  min-height: 40px;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.95), 0 2px 8px rgba(0, 0, 0, 0.85), 0 0 14px rgba(0, 0, 0, 0.6);
}

.specials-board-tab:hover {
  color: rgba(255, 255, 255, 0.95);
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.1);
}

.specials-board-tab.is-active {
  color: var(--ice-white);
  background: rgba(5, 110, 254, 0.25);
  border-color: rgba(5, 110, 254, 0.5);
  box-shadow: 0 2px 8px rgba(5, 110, 254, 0.2);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.95), 0 2px 8px rgba(0, 0, 0, 0.85), 0 0 14px rgba(0, 0, 0, 0.6);
}

/* Coming Soon message under tabs (hidden when tab has deals) */
.specials-board-coming-soon-msg {
  font-family: var(--font-headline);
  font-size: clamp(1.5rem, 3.5vw, 2.25rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  margin: 0 auto 24px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.95), 0 2px 8px rgba(0, 0, 0, 0.85), 0 0 14px rgba(0, 0, 0, 0.6);
}

.specials-board-coming-soon-msg.is-hidden {
  display: none;
}

/* Wrapper so overlay banner can sit on top of the carousel */
.specials-board-cards-wrap {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

/* Carousel: same layout as Rare Picks — prev/next buttons, horizontal scroll track */
.specials-carousel {
  display: flex;
  align-items: center;
  gap: 0;
  position: relative;
  z-index: 1;
}

.specials-carousel-track {
  flex: 1;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.specials-carousel-track::-webkit-scrollbar {
  display: none;
}

.specials-carousel-btn {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.4);
  color: var(--ice-white);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.95), 0 2px 8px rgba(0, 0, 0, 0.85), 0 0 14px rgba(0, 0, 0, 0.6);
}

.specials-carousel-btn:hover {
  background: rgba(5, 110, 254, 0.25);
  box-shadow: 0 0 16px rgba(5, 110, 254, 0.35);
}

.specials-carousel-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(5, 110, 254, 0.4);
}

.specials-carousel-icon {
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 300;
}

.specials-carousel-prev {
  margin-right: 12px;
}

.specials-carousel-next {
  margin-left: 12px;
}

/* Grid: horizontal row of same-size cards (like Rare Picks) */
.specials-board-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  padding: 4px 0;
  margin: 0;
  min-height: 0;
  align-items: flex-start;
}

/* Use same card class as Rare Picks; neon blue outline like lights on brick */
.specials-board-grid .pick-card {
  scroll-snap-align: start;
  flex: 0 0 auto;
  width: 220px;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: 1px solid rgba(45, 45, 50, 0.9);
  box-shadow:
    0 0 6px rgba(30, 30, 35, 0.4),
    0 0 14px rgba(30, 30, 35, 0.25),
    0 0 24px rgba(30, 30, 35, 0.15),
    inset 0 0 8px rgba(40, 40, 45, 0.12);
}

.specials-board-grid .pick-card:hover {
  background: transparent;
  border-color: rgba(55, 55, 60, 0.95);
  box-shadow:
    0 0 10px rgba(35, 35, 40, 0.5),
    0 0 20px rgba(35, 35, 40, 0.3),
    0 0 32px rgba(35, 35, 40, 0.2),
    inset 0 0 12px rgba(45, 45, 50, 0.15);
}

.specials-board-grid .pick-card .img-wrap {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: 1px solid rgba(45, 45, 50, 0.5);
  border-top: none;
  border-left: none;
  border-right: none;
}

  min-height: 0;
  align-items: flex-start;
}

.specials-board-grid .pick-card .body {
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  flex: 0 0 auto;
}

.specials-board-grid .pick-card .pick-price {
  margin-bottom: 0;
}

/* Specials cards: same size, look and behavior as Rare Picks — dark panel, image top, text below */
.specials-board-card {
  font-family: var(--font-body);
  display: flex;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 4px 16px rgba(0, 0, 0, 0.35);
  min-height: 0;
  max-height: none;
  align-items: stretch;
  justify-content: flex-start;
  text-align: left;
  padding: 0;
  gap: 0;
}

a.specials-board-card {
  color: inherit;
  text-decoration: none;
}

.specials-board-card:hover {
  transform: translateY(-3px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 8px 24px rgba(0, 0, 0, 0.45);
}

.specials-board-card-img-wrap {
  aspect-ratio: 3 / 4;
  max-height: 180px;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: transform 0.25s ease;
  flex-shrink: 0;
}

.specials-board-card:hover .specials-board-card-img-wrap {
  transform: scale(1.03);
}

.specials-board-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.specials-board-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  padding: 10px 12px;
  background: rgba(0, 0, 0, 0.15);
}

.specials-board-card .specials-board-badge {
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 4px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.95), 0 2px 8px rgba(0, 0, 0, 0.85), 0 0 14px rgba(0, 0, 0, 0.6);
}

.specials-board-card .specials-board-product {
  font-size: 0.8125rem;
  margin: 0 0 4px;
  color: var(--ice-white);
  line-height: 1.25;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.95), 0 2px 8px rgba(0, 0, 0, 0.85), 0 0 14px rgba(0, 0, 0, 0.6);
}

.specials-board-card .specials-board-meta {
  font-size: 11px;
  color: var(--steel);
  margin: 0 0 2px;
  -webkit-line-clamp: 1;
}

.specials-board-card .specials-board-price {
  font-size: 11px;
  color: var(--ice-white);
  margin: 0 0 2px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.95), 0 2px 8px rgba(0, 0, 0, 0.85), 0 0 14px rgba(0, 0, 0, 0.6);
}

.specials-board-card .specials-board-was-save {
  font-size: 10px;
  color: var(--steel);
  margin: 0 0 4px;
}

.specials-board-card .specials-board-note {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.95), 0 2px 8px rgba(0, 0, 0, 0.85), 0 0 14px rgba(0, 0, 0, 0.6);
}

/* Placeholder cards: same dark panel look */
.specials-board-card--coming-soon {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.35);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 4px 16px rgba(0, 0, 0, 0.35);
}

/* Overlay banner across the whole row of specials — covers carousel */
.specials-board-coming-banner {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 24px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(250, 248, 240, 0.95);
  background: rgba(10, 14, 26, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.95), 0 2px 8px rgba(0, 0, 0, 0.85), 0 0 14px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.specials-board-coming-banner::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 12px;
  background: rgba(5, 110, 254, 0.8);
  border-radius: 50%;
  animation: specials-banner-pulse 1.5s ease-in-out infinite;
}

.specials-board-coming-banner::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 12px;
  background: rgba(5, 110, 254, 0.8);
  border-radius: 50%;
  animation: specials-banner-pulse 1.5s ease-in-out infinite;
}

@keyframes specials-banner-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(0.9); }
}

/* Badge tabs: bevel/3D, default grey; optional modifiers for Limited Time, Top Value */
.specials-board-badge {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.95);
  background: rgba(70, 70, 75, 0.95);
  padding: 6px 12px;
  width: fit-content;
  flex-shrink: 0;
  align-self: flex-start;
  border-radius: 4px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.15) inset,
    0 2px 4px rgba(0, 0, 0, 0.35);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.95), 0 2px 8px rgba(0, 0, 0, 0.85), 0 0 14px rgba(0, 0, 0, 0.6);
}

.specials-board-product {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
  margin: 0 0 4px 0;
  line-height: 1.3;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.95), 0 2px 8px rgba(0, 0, 0, 0.85), 0 0 14px rgba(0, 0, 0, 0.6);
}

.specials-board-card .specials-board-product {
  font-size: 13px;
  -webkit-line-clamp: 2;
}

.specials-board-meta {
  font-family: var(--font-body);
  font-size: 12px;
  color: rgba(250, 248, 240, 0.95);
  margin: 0;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.95), 0 2px 8px rgba(0, 0, 0, 0.85), 0 0 14px rgba(0, 0, 0, 0.6);
}

.specials-board-card .specials-board-meta {
  font-size: 11px;
  -webkit-line-clamp: 1;
}

.specials-board-price {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  color: rgba(250, 248, 240, 0.95);
  margin: 0 0 2px 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.95), 0 2px 8px rgba(0, 0, 0, 0.85), 0 0 14px rgba(0, 0, 0, 0.6);
}

.specials-board-was-save {
  font-size: 13px;
  color: rgba(250, 248, 240, 0.95);
  margin: 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.95), 0 2px 8px rgba(0, 0, 0, 0.85), 0 0 14px rgba(0, 0, 0, 0.6);
}

.specials-board-was {
  text-decoration: line-through;
  font-weight: 500;
}

.specials-board-save {
  font-weight: 500;
}

.specials-board-note {
  font-size: 12px;
  color: rgba(250, 248, 240, 0.95);
  margin: 0;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.95), 0 2px 8px rgba(0, 0, 0, 0.85), 0 0 14px rgba(0, 0, 0, 0.6);
}

.specials-board-footer {
  margin-top: 48px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.specials-board-disclaimer {
  font-size: 12px;
  color: rgba(250, 248, 240, 0.95);
  text-align: center;
  margin: 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.95), 0 2px 8px rgba(0, 0, 0, 0.85), 0 0 14px rgba(0, 0, 0, 0.6);
}

/* Checkout / cart — board and cart items */
.hero--compact {
  padding-top: 48px;
  padding-bottom: 48px;
}

.hero--compact .subtext {
  margin-bottom: 0;
}

/* Thank-you page: premium pics stacked (top on top), then thank you hero */
.thank-you-premium-stack {
  background: var(--surface-navy, #0f172a);
  padding: 2rem 0;
}
.thank-you-premium-stack-inner {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.thank-you-premium-stack-inner img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.checkout-board {
  margin-top: 0;
}

/* Checkout coming soon cover */
.checkout-coming-soon {
  text-align: center;
  padding: 3rem 2rem;
}
.checkout-coming-soon-title {
  font-family: var(--font-headline);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  color: var(--ice-white);
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
}
.checkout-coming-soon-lead {
  font-family: var(--font-headline);
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  font-weight: 600;
  color: var(--neon-blue);
  margin: 0;
}
.checkout-coming-soon-cta {
  font-family: var(--font-cta);
  color: var(--ice-white);
  font-size: 1.125rem;
  padding: 16px 32px;
}

.checkout-cart-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.checkout-cart-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.checkout-cart-item-main {
  flex: 1;
  min-width: 0;
}

.checkout-cart-item-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.checkout-cart-remove {
  padding: 8px 12px;
  font-size: 12px;
  min-height: auto;
}

.checkout-empty {
  text-align: center;
  padding: 2rem;
  color: var(--steel);
}

.checkout-form-group {
  margin-bottom: 1.25rem;
}

.checkout-form-group label {
  display: block;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  color: var(--steel);
  margin-bottom: 6px;
}

.checkout-form-group input,
.checkout-form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border-radius: var(--radius);
  border: 1px solid rgba(5, 110, 254, 0.22);
  background: #0A1020;
  color: var(--ice-white);
  font-family: var(--font-body);
  font-size: 16px;
}

.checkout-form-group input:focus,
.checkout-form-group textarea:focus {
  outline: none;
  border-color: rgba(5, 110, 254, 0.5);
  box-shadow: 0 0 0 3px rgba(5, 110, 254, 0.15);
}

.checkout-form-group textarea {
  min-height: 80px;
  resize: vertical;
}

.checkout-promo-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-end;
  margin-bottom: 1.25rem;
}

.checkout-promo-row .checkout-form-group {
  flex: 1;
  min-width: 180px;
  margin-bottom: 0;
}

#paypal-button-container {
  min-height: 45px;
  margin-top: 1rem;
}

/* Rare Picks — luxury board with image background, same elevated effect as Specials */
#picks.picks-section-wrap {
  padding-top: 32px;
  padding-bottom: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background:
    radial-gradient(ellipse 90% 70% at 50% 50%, rgba(5, 110, 254, 0.14) 0%, transparent 55%),
    var(--surface-navy);
}

.picks-section-wrap {
  width: 100%;
}

.picks-board {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 28px 24px 36px;
  border-radius: 28px;
  background-color: #1a1a1e;
  background-image: url('../public/Rare%20Picks.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid rgba(5, 110, 254, 0.22);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 4px 12px rgba(0, 0, 0, 0.25),
    0 24px 48px rgba(0, 0, 0, 0.35);
  position: relative;
  overflow: hidden;
}

.picks-board::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 80%;
  height: 40%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse 80% 60% at 50% 50%, rgba(5, 110, 254, 0.08) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.picks-board::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 100% 100% at 50% 50%, transparent 35%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
  z-index: 0;
}

.picks-board-header,
.picks-carousel,
.picks-board-cta-wrap {
  position: relative;
  z-index: 1;
}

.picks-board-header {
  text-align: center;
  margin-bottom: 12px;
}

.picks-board-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 8px;
}

.picks-board-eyebrow-line {
  width: 32px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}

.picks-board-eyebrow-text {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.picks-board-title {
  font-family: 'Great Vibes', 'Playfair Display', Georgia, cursive;
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
  margin: 0 0 8px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.picks-board-supporting {
  font-family: var(--font-body);
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
  max-width: 420px;
  margin: 0 auto;
}

/* Carousel: arrows left/right, track scrolls horizontally */
.picks-carousel {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 8px 0 0;
  width: 100%;
}

.picks-carousel-track {
  flex: 1;
  min-width: 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.picks-carousel-track::-webkit-scrollbar {
  display: none;
}

/* Branded arrows — neon blue border and accent */
.picks-carousel-btn {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  padding: 0;
  border: 2px solid var(--neon-blue);
  border-radius: 50%;
  background: rgba(5, 110, 254, 0.12);
  color: rgba(255, 255, 255, 0.95);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.picks-carousel-btn:hover {
  background: rgba(5, 110, 254, 0.25);
  box-shadow: 0 0 16px rgba(5, 110, 254, 0.35);
}

.picks-carousel-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(5, 110, 254, 0.4);
}

.picks-carousel-icon {
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 300;
}

.picks-carousel-prev {
  margin-right: 12px;
}

.picks-carousel-next {
  margin-left: 12px;
}

/* Grid: single scrollable row of cards (card styles unchanged) */
.picks-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  padding: 0 4px;
  margin: 0;
  width: max-content;
}

/* Rare Picks: smoked black glass */
.picks-grid .pick-card {
  scroll-snap-align: start;
  flex: 0 0 auto;
  width: 220px;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 0, 0, 0.55);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 4px 16px rgba(0, 0, 0, 0.4);
}

.picks-grid .pick-card:hover {
  background: rgba(0, 0, 0, 0.42);
  border-color: rgba(0, 0, 0, 0.65);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 8px 24px rgba(0, 0, 0, 0.5);
}

.picks-grid .pick-card .img-wrap {
  background: #000;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-top: none;
  border-left: none;
  border-right: none;
}

.picks-grid .pick-card .body {
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* Rare pick cards — original darker glass panel look (global; overridden above for .picks-grid) */
.pick-card {
  display: flex;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 4px 16px rgba(0, 0, 0, 0.35);
}

.pick-card:hover {
  transform: translateY(-3px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 8px 24px rgba(0, 0, 0, 0.45);
}

.pick-card .img-wrap {
  aspect-ratio: 3 / 4;
  max-height: 180px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: transform 0.25s ease;
}

.pick-card:hover .img-wrap {
  transform: scale(1.03);
}

.pick-card .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pick-card .body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  padding: 10px 12px;
  background: rgba(0, 0, 0, 0.15);
}

.pick-card .staff-badge {
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 4px;
}

.pick-card h3 {
  font-size: 0.8125rem;
  margin-bottom: 4px;
  color: var(--ice-white);
  line-height: 1.25;
}

.pick-card .pick-price {
  font-size: 11px;
  color: var(--steel);
  margin: 0 0 8px;
}

.pick-card .btn {
  width: 100%;
  padding: 8px;
  font-size: 11px;
  margin-top: auto;
}

.pick-card .btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: var(--ice-white);
  border-color: rgba(255, 255, 255, 0.25);
}

.pick-card .btn-secondary:hover {
  color: var(--ice-white);
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.picks-board-cta-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  margin-top: 24px;
}

.picks-board-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  font-family: var(--font-cta);
  font-size: 0.9375rem;
  font-weight: 400;
  color: var(--ice-white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  text-decoration: none;
  transition: box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.picks-board-cta:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  color: var(--ice-white);
}

.picks-board-cta:focus {
  outline: none;
  box-shadow: 0 0 0 2px var(--neon-blue);
}

/* Reviews */
#reviews {
  padding-top: 19px;
  background: var(--surface-navy);
}


.reviews-header {
  text-align: center;
  margin-bottom: 40px;
}

.reviews-header .section-title-wrap {
  margin-bottom: 12px;
}

.reviews-header .rating {
  font-size: 1.5rem;
  color: var(--ice-white);
  margin: 0 0 40px;
}

.reviews-header .rating span {
  color: #fbbf24;
}

.reviews-header .rating .review-count {
  color: var(--ice-white);
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 32px;
  align-items: start;
}

.review-card {
  background: var(--night-base-transparent);
  border: 1px solid var(--building-charcoal);
  border-radius: var(--radius);
  padding: 16px 20px;
  transition: box-shadow 0.25s;
  display: flex;
  flex-direction: column;
  height: auto;
}

.review-card:hover {
  box-shadow: 0 8px 24px rgba(5, 110, 254, 0.175), 0 16px 48px rgba(5, 110, 254, 0.125);
}

.review-stars {
  color: #d4af37;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 8px;
  line-height: 1;
}

.review-stars-half {
  letter-spacing: 1px;
}

.review-card blockquote {
  margin: 0 0 12px;
  font-size: 14px;
  color: var(--ice-white);
  font-style: italic;
  line-height: 1.4;
}

.review-card .author {
  font-weight: 600;
  font-size: 14px;
  color: var(--ice-white);
}

.review-card .date {
  font-size: 12px;
  color: var(--steel);
}

.reviews-cta {
  text-align: center;
}

.reviews-cta .btn {
  font-family: var(--font-cta);
}

#reviews .btn-secondary {
  color: var(--ice-white);
  border-color: var(--neon-blue);
}

#reviews .btn-secondary:hover {
  color: var(--ice-white);
  border-color: var(--electric-blue);
  background: rgba(5, 110, 254, 0.15);
}

/* Photo gallery */
#gallery {
  padding-top: 50px;
  background: var(--surface-navy);
}


.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.gallery-grid.gallery-preview {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-item {
  margin: 0;
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(5, 110, 254, 0.22);
  background: var(--surface-navy);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 4px 12px rgba(0, 0, 0, 0.25),
    0 24px 48px rgba(0, 0, 0, 0.35);
  transition: transform 0.25s;
}

.gallery-item::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 80%;
  height: 40%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse 80% 60% at 50% 50%, rgba(5, 110, 254, 0.12) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.gallery-item:hover {
  transform: scale(1.02);
}

.gallery-preview .gallery-item {
  cursor: zoom-in;
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4/3;
  object-fit: cover;
  position: relative;
  z-index: 0;
}

.gallery-cta {
  text-align: center;
  margin-top: 32px;
}

.gallery-cta .btn {
  font-family: var(--font-cta);
  min-width: 200px;
}

.gallery-full-section {
  padding-top: var(--section-padding-desk);
  padding-bottom: var(--section-padding-desk);
}

/* Premium gallery: masonry, filters, lightbox */
.gallery-premium-section {
  padding-top: 1rem;
  padding-bottom: var(--section-padding-desk);
  background: var(--surface-navy);
}

.gallery-premium-container {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1.5rem 3rem;
}

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

.gallery-premium-title {
  font-family: var(--font-headline);
  font-size: 1.875rem;
  font-weight: 600;
  color: var(--ice-white);
  margin: 0 0 0.5rem 0;
}

.gallery-premium-subtext {
  font-size: 1rem;
  color: var(--steel);
  margin: 0;
}

.gallery-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.gallery-filter-btn {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-family: var(--font-body);
  font-weight: 500;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: var(--ice-white);
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.gallery-filter-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(5, 110, 254, 0.4);
}

.gallery-filter-btn--active {
  background: var(--neon-blue);
  border-color: var(--neon-blue);
  color: var(--ice-white);
}

.gallery-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: start;
}
.gallery-main {
  min-width: 0;
}
@media (min-width: 1024px) {
  .gallery-layout {
    grid-template-columns: 1fr;
  }
}

.gallery-masonry {
  column-count: 1;
  column-gap: 1rem;
}
/* Small mobile: 1 column. Large mobile / small tablet: 2 columns. Tablet+: 2 columns. */

.gallery-masonry-item {
  break-inside: avoid;
  margin-bottom: 1rem;
  border-radius: 0.75rem;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease-out;
}

.gallery-masonry-item:hover {
  transform: scale(1.05);
}

.gallery-masonry-item img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}

@media (max-width: 479px) {
  .gallery-premium-container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .gallery-masonry {
    column-count: 1;
    column-gap: 0.5rem;
  }
  .gallery-masonry-item {
    margin-bottom: 1.25rem;
  }
  .gallery-masonry-item img {
    min-height: 300px;
    object-fit: cover;
    object-position: center;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .gallery-masonry {
    column-count: 2;
    column-gap: 0.75rem;
  }
  .gallery-masonry-item {
    margin-bottom: 0.75rem;
  }
}

@media (min-width: 768px) {
  .gallery-masonry {
    column-count: 2;
    column-gap: 1rem;
  }
  .gallery-masonry-item {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1024px) {
  .gallery-masonry {
    column-count: 2;
    column-gap: 1.25rem;
  }
  .gallery-masonry-item {
    margin-bottom: 1.25rem;
  }
}

/* Lightbox */
.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.85);
  opacity: 1;
  transition: opacity 0.25s ease-out;
}

.gallery-lightbox--hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.gallery-lightbox-backdrop {
  position: absolute;
  inset: 0;
  cursor: pointer;
}

.gallery-lightbox-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 90vw;
  max-height: 90vh;
  padding: 2rem;
}

.gallery-lightbox-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--ice-white);
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.25rem;
  cursor: pointer;
}

.gallery-lightbox-close:hover,
.gallery-lightbox-close:focus {
  background: rgba(0, 0, 0, 0.7);
  color: var(--ice-white);
}

.gallery-lightbox-img {
  max-height: 90vh;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  border-radius: 0.5rem;
}

.gallery-lightbox-caption {
  margin: 1rem 0 0 0;
  font-size: 0.875rem;
  color: var(--steel);
  text-align: center;
  max-width: 560px;
}

.gallery-premium-section .gallery-cta {
  margin-top: 2.5rem;
}

/* Rare Picks lightbox — click card to view larger */
.picks-lightbox {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.85);
  opacity: 1;
  transition: opacity 0.25s ease-out;
}

.picks-lightbox--hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.picks-lightbox-backdrop {
  position: absolute;
  inset: 0;
  cursor: pointer;
}

.picks-lightbox-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 90vw;
  max-height: 90vh;
  padding: 2rem;
  overflow: visible;
}

.picks-lightbox-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--ice-white);
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.25rem;
  cursor: pointer;
}

.picks-lightbox-close:hover,
.picks-lightbox-close:focus {
  background: rgba(0, 0, 0, 0.7);
  color: var(--ice-white);
}

.picks-lightbox-card {
  width: 100%;
  max-width: 560px;
  flex-shrink: 0;
}

.picks-lightbox-card .img-wrap {
  max-height: 50vh;
  min-height: 280px;
  aspect-ratio: 3 / 4;
  overflow: visible;
  cursor: zoom-in;
}

.picks-lightbox-card .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  transition: transform 0.35s ease;
  /* Zoom from label area so label stays centered in view */
  transform-origin: center 42%;
}

.picks-lightbox-card .img-wrap:hover {
  cursor: zoom-out;
}

.picks-lightbox-card .img-wrap:hover img {
  transform: scale(3.2);
}

.picks-lightbox-card .body {
  padding: 1rem 1.25rem;
}

.picks-lightbox-card .staff-badge {
  font-size: 0.7rem;
  margin-bottom: 0.35rem;
}

.picks-lightbox-card h3 {
  font-size: 1.125rem;
  margin-bottom: 0.25rem;
}

.picks-lightbox-card .pick-price {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.picks-lightbox-cta {
  display: inline-block;
  margin-top: 0.25rem;
}

/* Monthly Specials lightbox — same as Rare Picks: click card to view larger, hover bottle to zoom */
.specials-lightbox {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.85);
  opacity: 1;
  transition: opacity 0.25s ease-out;
}

.specials-lightbox--hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.specials-lightbox-backdrop {
  position: absolute;
  inset: 0;
  cursor: pointer;
}

.specials-lightbox-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 90vw;
  max-height: 90vh;
  padding: 2rem;
  overflow: visible;
}

.specials-lightbox-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--ice-white);
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.25rem;
  cursor: pointer;
}

.specials-lightbox-close:hover,
.specials-lightbox-close:focus {
  background: rgba(0, 0, 0, 0.7);
  color: var(--ice-white);
}

.specials-lightbox-card {
  width: 100%;
  max-width: 560px;
  flex-shrink: 0;
}

.specials-lightbox-card .img-wrap {
  max-height: 50vh;
  min-height: 280px;
  aspect-ratio: 3 / 4;
  overflow: visible;
  cursor: zoom-in;
}

.specials-lightbox-card .img-wrap.specials-lightbox-img-wrap--empty {
  cursor: default;
  min-height: 120px;
}

.specials-lightbox-card .img-wrap.specials-lightbox-img-wrap--empty img {
  display: none;
}

.specials-lightbox-card .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  transition: transform 0.35s ease;
  transform-origin: center 42%;
}

.specials-lightbox-card .img-wrap:hover {
  cursor: zoom-out;
}

.specials-lightbox-card .img-wrap:hover img {
  transform: scale(3.2);
}

.specials-lightbox-card .body {
  padding: 1rem 1.25rem;
}

.specials-lightbox-card .staff-badge {
  font-size: 0.7rem;
  margin-bottom: 0.35rem;
}

.specials-lightbox-card h3 {
  font-size: 1.125rem;
  margin-bottom: 0.25rem;
}

.specials-lightbox-card .pick-price {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.specials-lightbox-cta {
  display: inline-block;
  margin-top: 0.25rem;
}

/* Visit / Location */
#visit {
  padding-top: 24px;
  padding-bottom: 24px;
}

#visit .visit-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: start;
  max-width: 720px;
  margin: 0 auto;
}

#visit .visit-info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

#visit .visit-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.visit-info h3 {
  font-size: 1.25rem;
  margin-bottom: 24px;
  color: var(--ice-white);
}

#visit .visit-info h3 {
  margin-top: 0;
  margin-bottom: 6px;
}

#visit .visit-info p,
#visit .visit-info ul {
  margin-top: 0;
  margin-bottom: 8px;
}

/* Hours heading: centered, underlined title, note below */
#visit .visit-info .hours-heading-wrap {
  text-align: center;
  margin-bottom: 8px;
}

#visit .visit-info .hours-title {
  font-size: 1.25rem;
  margin: 0 0 4px 0;
  color: var(--ice-white);
  text-decoration: underline;
}

#visit .visit-info .hours-heading-wrap .hours-note {
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--steel);
  margin: 0 0 8px 0;
}

#visit .visit-info h3.visit-address-title {
  margin-top: 1.25rem;
}

#visit .visit-info .hours-dropdown {
  margin-top: 0;
  margin-bottom: 8px;
}

#visit .visit-cta {
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 0;
  align-self: start;
}

#visit .visit-cta .btn {
  font-family: var(--font-cta);
  padding: 14px 26px;
}

.visit-info .hours-note {
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--steel);
}

.visit-info p,
.visit-info ul {
  color: var(--steel);
  margin-bottom: 16px;
}

.visit-info ul {
  list-style: none;
  padding: 0;
}

.visit-info li {
  margin-bottom: 8px;
}

.visit-info a.visit-phone {
  color: var(--ice-white);
  text-decoration: none;
}

.visit-info a.visit-phone:hover {
  text-decoration: underline;
}

#visit .visit-info h3.visit-phone-title,
#visit .visit-info h3.visit-address-title {
  text-decoration: underline;
}

.hours-dropdown {
  margin-bottom: 16px;
}

.hours-dropdown details {
  position: relative;
  border: 1px solid var(--building-charcoal);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.2);
}

.hours-dropdown summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 22px;
  cursor: pointer;
  list-style: none;
  color: var(--steel);
}

.hours-dropdown summary::-webkit-details-marker {
  display: none;
}

.hours-dropdown .hours-today {
  flex: 1;
}

.hours-dropdown .hours-arrow {
  margin-left: 8px;
  transition: transform 0.2s;
  color: var(--neon-blue);
}

.hours-dropdown details[open] .hours-arrow {
  transform: rotate(180deg);
}

/* On tablet/small desktop: dropdown only as wide as its text */
@media (min-width: 481px) {
  .hours-dropdown details {
    width: fit-content;
    max-width: 100%;
  }
}

.hours-dropdown .hours-schedule {
  padding: 0 16px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.hours-dropdown details[open] .hours-schedule {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  min-width: 100%;
  background: rgba(0, 0, 0, 0.95);
  border-radius: 0 0 var(--radius) var(--radius);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.hours-dropdown .hours-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  color: var(--steel);
  font-size: 14px;
}

.hours-dropdown .hours-row span:first-child {
  margin-right: 24px;
}

/* Visit Us desktop: two columns under title — left column centered in left half, right column centered in right half */
@media (min-width: 1025px) {
  #visit .visit-inner {
    grid-template-columns: 1fr;
    max-width: none;
    margin: 0;
  }

  #visit .visit-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 48px;
    max-width: none;
    width: 100%;
    align-items: start;
  }

  #visit .visit-col-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: flex-start;
  }

  #visit .visit-col-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: flex-start;
  }

  #visit .visit-info .hours-dropdown {
    margin-left: auto;
    margin-right: auto;
  }

  /* Hours dropdown: pop out to the right into the gap between columns */
  #visit .visit-info .hours-dropdown details[open] .hours-schedule {
    top: -120px;
    left: 100%;
    right: auto;
    margin-left: 24px;
    min-width: 320px;
    min-height: 300px;
    white-space: nowrap;
    border-radius: var(--radius);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 16px 20px 16px 16px;
  }
}

/* Visit Us: stacked columns on tablet/mobile */
@media (max-width: 1024px) {
  #visit .visit-inner {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }

  #visit .visit-info {
    grid-template-columns: 1fr;
    gap: 32px;
    min-width: 0;
  }

  #visit .visit-cta {
    margin-top: 0;
    align-self: start;
  }

  #visit .visit-cta .btn {
    font-size: 12px;
    padding: 10px 18px;
    white-space: nowrap;
  }
}

.visit-cta {
  margin-top: 24px;
}

/* Newsletter signup */
.newsletter-signup-section {
  padding: 48px 24px 56px;
  background: linear-gradient(180deg, rgba(10, 14, 26, 0.6) 0%, var(--surface-navy) 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.newsletter-signup-inner {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}

.newsletter-signup-title {
  font-family: var(--font-headline);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--ice-white);
  margin: 0 0 8px 0;
}

.newsletter-signup-desc {
  font-size: 0.95rem;
  color: rgba(250, 252, 253, 0.8);
  margin: 0 0 24px 0;
}

.newsletter-signup-form {
  margin: 0;
}

.newsletter-signup-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: stretch;
}

.newsletter-signup-input {
  min-width: 180px;
  padding: 12px 16px;
  font-size: 1rem;
  color: var(--ice-white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  outline: none;
}

.newsletter-signup-input::placeholder {
  color: rgba(250, 252, 253, 0.5);
}

.newsletter-signup-input:focus {
  border-color: var(--neon-blue);
  box-shadow: 0 0 0 2px rgba(5, 110, 254, 0.25);
}

.newsletter-signup-btn {
  padding: 12px 24px;
  font-weight: 600;
}

.newsletter-signup-message {
  margin: 12px 0 0 0;
  font-size: 0.9rem;
  min-height: 1.4em;
}

@media (max-width: 560px) {
  .newsletter-signup-fields {
    flex-direction: column;
  }
  .newsletter-signup-input {
    min-width: 100%;
  }
}

/* Footer */
.site-footer {
  background: var(--surface-navy);
  padding: 0;
  border-top: 1px solid var(--building-charcoal);
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(200px, 1fr) auto minmax(200px, 1fr);
  align-items: center;
  gap: 0;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 24px 0;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-col-left {
  align-items: center;
}

.footer-col-left .footer-legal-line {
  text-align: center;
}

.footer-col-right {
  align-items: center;
}

.footer-col-right .footer-legal-line {
  text-align: center;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin: 0;
  align-items: center;
}

.footer-links-left {
  justify-content: center;
}

.footer-links-right {
  justify-content: center;
}

.footer-legal-line {
  font-size: 10px;
  color: var(--steel);
  margin: 0;
  line-height: 1.3;
}

.footer-links a {
  color: var(--steel);
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 12px 8px;
}

.footer-links a:hover {
  color: var(--ice-white);
}

.footer-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
  padding: 0;
}

.footer-logo {
  display: block;
  max-width: 240px;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: transparent !important;
  mix-blend-mode: normal !important;
}

.footer-copy {
  font-size: 11px;
  color: var(--steel);
  margin: 0;
}

.footer-powered {
  font-size: 10px;
  color: var(--steel);
  margin: 0;
}

.footer-powered a {
  color: var(--steel);
  text-decoration: none;
}

.footer-powered a:hover {
  color: var(--ice-white);
}

/* Footer: allow columns to shrink on tablet so nothing is cut off */
@media (max-width: 1024px) {
  .footer-inner {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 16px 24px;
    padding: 24px 0;
  }

  .footer-links {
    gap: 8px 14px;
  }

  .footer-links a {
    font-size: 11px;
    padding: 8px 6px;
    min-height: 36px;
  }
}

@media (max-width: 768px) {
  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 20px 16px;
    padding: 28px 0;
    text-align: center;
  }

  .footer-center {
    order: -1;
    grid-column: 1 / -1;
  }

  .footer-col-left,
  .footer-col-right {
    align-items: center;
    min-width: 0;
  }

  .footer-col-left .footer-legal-line,
  .footer-col-right .footer-legal-line {
    text-align: center;
    font-size: 10px;
  }

  .footer-links {
    justify-content: center;
    gap: 6px 12px;
  }

  .footer-links-left,
  .footer-links-right {
    justify-content: center;
  }

  .footer-links a {
    font-size: 11px;
    padding: 8px 6px;
    min-height: 32px;
  }

  .footer-logo {
    max-width: 100px;
  }

  .footer-copy {
    font-size: 11px;
  }

  .footer-powered {
    font-size: 10px;
  }
}

/* Footer: single column on mobile so nothing is cut off */
@media (max-width: 480px) {
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 28px 0 32px;
  }

  .footer-center {
    order: -1;
  }

  .footer-col-left {
    order: 0;
  }

  .footer-col-right {
    order: 1;
  }

  .footer-links {
    justify-content: center;
    gap: 8px 16px;
  }

  .footer-links a {
    font-size: 12px;
    padding: 10px 8px;
  }

  .footer-logo {
    max-width: 120px;
  }
}

/* Hamburger: hidden on desktop */
.header-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  background: transparent;
  border: 2px solid var(--neon-blue);
  border-radius: var(--radius);
  color: var(--ice-white);
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
}

.header-menu-toggle:hover {
  background: rgba(5, 110, 254, 0.15);
  box-shadow: 0 8px 24px rgba(5, 110, 254, 0.175), 0 16px 48px rgba(5, 110, 254, 0.125);
}

.header-menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.header-menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(2) {
  opacity: 0;
}

.header-menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hamburger-line {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
  transition: transform 0.2s, opacity 0.2s;
}

/* Mobile menu panel: hidden by default, half viewport width */
.header-mobile-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 50vw;
  max-width: 50%;
  background: #030303;
  border-bottom: 1px solid rgba(5, 110, 254, 0.2);
  border-left: 1px solid rgba(5, 110, 254, 0.2);
  padding: 16px 24px 24px;
  z-index: 99;
  box-shadow: -8px 12px 24px rgba(0, 0, 0, 0.4);
}

.header-mobile-menu.is-open {
  display: block;
  background: rgba(3, 3, 3, 0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.header-mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.header-mobile-nav a {
  color: var(--steel);
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 14px 12px;
  border-radius: var(--radius);
  transition: color 0.2s, background 0.2s;
}

.header-mobile-nav a:hover {
  color: var(--ice-white);
  background: rgba(5, 110, 254, 0.1);
}

.header-mobile-nav a.btn {
  text-align: center;
  margin-top: 12px;
  border: 2px solid var(--neon-blue);
}

/* Responsive */
@media (max-width: 1024px) {
  .picks-grid .pick-card {
    width: 200px;
  }

  .picks-board {
    padding: 24px 20px 32px;
  }

  /* Monthly Specials: same min-height logic as desktop — do not grow taller on smaller viewports */
  #specials .specials-board {
    padding: 24px 20px 32px;
    min-height: calc(min(100vw, 1200px) * 2 / 3);
    background-size: contain;
    background-position: center top;
  }

  .specials-board-grid .pick-card {
    width: 200px;
  }

  .reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .review-card {
    height: auto;
  }

  .gallery-grid.gallery-preview {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Switch to hamburger at 1024px so header logo never has to shrink */
@media (max-width: 1024px) {
  .header-menu-toggle {
    display: flex;
  }

  .header-nav .nav-links,
  .header-cta {
    display: none;
  }

  .header-logo-link {
    flex-shrink: 0;
  }

  .header-logo {
    max-width: none;
    height: 128px;
    width: auto;
  }
}

@media (max-width: 768px) {
  .header-mobile-menu {
    padding-left: max(24px, env(safe-area-inset-left));
    padding-right: max(24px, env(safe-area-inset-right));
    padding-bottom: max(24px, env(safe-area-inset-bottom));
  }

  section {
    padding-top: var(--section-padding-mobile);
    padding-bottom: var(--section-padding-mobile);
  }

  .hero {
    min-height: auto;
    padding: 48px 24px 64px;
  }

  .hero--compact .hero-logo {
    max-width: 85vw;
    margin-bottom: 20px;
  }

  .hero-ctas {
    flex-direction: row;
    gap: 10px;
  }

  .hero-ctas .btn {
    width: auto;
  }

  .hero--home {
    padding: 0 0 env(safe-area-inset-bottom, 0);
  }

  .hero--home .hero-inner {
    padding: 1rem max(16px, env(safe-area-inset-left)) 1.35rem max(16px, env(safe-area-inset-right));
    max-width: min(94vw, 520px);
    text-align: center;
  }

  .hero--home .hero-logo-wrap {
    padding: 1.15rem 1.2rem 1.25rem;
    max-width: min(88vw, 400px);
    margin-left: auto;
    margin-right: auto;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .picks-grid .pick-card {
    width: 180px;
  }

  .picks-carousel-btn {
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
  }

  .picks-carousel-icon {
    font-size: 1.5rem;
  }

  .picks-board {
    padding: 20px 16px 28px;
  }

  .pick-card .img-wrap {
    max-height: 140px;
  }

  .pick-card .body {
    padding: 8px 10px;
  }

  .pick-card .staff-badge {
    font-size: 8px;
    margin-bottom: 3px;
  }

  .pick-card h3 {
    font-size: 0.75rem;
    margin-bottom: 3px;
  }

  .pick-card .pick-price {
    font-size: 10px;
    margin-bottom: 6px;
  }

  .pick-card .btn {
    padding: 6px;
    font-size: 10px;
  }

  .reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .review-card {
    height: auto;
    padding: 12px 14px;
  }

  .review-card blockquote {
    font-size: 12px;
    line-height: 1.35;
    margin-bottom: 10px;
  }

  .review-card .author {
    font-size: 12px;
  }

  .review-card .date {
    font-size: 11px;
  }

  .review-card .review-stars {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .gallery-grid.gallery-preview {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Visit Us: keep 2-col layout, prevent right-side cut-off */
  #visit .visit-inner {
    grid-template-columns: 1fr;
    min-width: 0;
  }

  #visit .visit-info {
    min-width: 0;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 16px 20px;
  }

  #visit .visit-info > * {
    min-width: 0;
  }

  /* Hours dropdown: full width on mobile */
  #visit .visit-info .hours-dropdown {
    width: 100%;
    max-width: 100%;
  }

  #visit .visit-cta {
    margin-top: 0;
    align-self: start;
  }

  #visit .visit-cta .btn {
    white-space: normal;
  }

  /* Specials board: tablet — same behavior as Rare Picks */
  #specials {
    justify-content: center;
  }

  #specials .specials-board {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding: 20px 16px 28px;
    min-height: calc(min(100vw, 1200px) * 2 / 3);
    background-size: contain;
    background-position: center top;
  }

  .specials-board-title {
    font-size: 32px;
  }

  .specials-board-grid {
    max-width: 100%;
    gap: 20px;
  }

  .specials-board-grid .pick-card {
    width: 180px;
    scroll-snap-align: center;
  }

  /* Center first/last card in viewport so card appears locked, content slides through */
  .specials-board-grid {
    padding-left: calc(50% - 90px);
    padding-right: calc(50% - 90px);
  }

  .specials-carousel-btn {
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
  }

  .specials-carousel-icon {
    font-size: 1.5rem;
  }

  .specials-board-card .specials-board-product {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .our-store-inner {
    grid-template-columns: 1fr;
  }

  .selection-inner {
    grid-template-columns: 1fr;
  }

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

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

  /* Specials board: mobile — same behavior as Rare Picks */
  #specials {
    justify-content: center;
  }

  #specials .specials-board {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding: 18px 12px 24px;
    min-height: calc(min(100vw, 1200px) * 2 / 3);
    background-size: contain;
    background-position: center top;
  }

  .specials-board-title {
    font-size: 32px;
    letter-spacing: 0.12em;
  }

  .specials-board-grid {
    gap: 20px;
  }

  .specials-board-grid .pick-card {
    width: 160px;
    scroll-snap-align: center;
  }

  /* Center first/last card so one card stays locked in view */
  .specials-board-grid {
    padding-left: calc(50% - 80px);
    padding-right: calc(50% - 80px);
  }

  .specials-carousel-btn {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
  }

  .specials-carousel-prev {
    margin-right: 8px;
  }

  .specials-carousel-next {
    margin-left: 8px;
  }

  .specials-carousel-icon {
    font-size: 1.5rem;
  }

  .specials-board-card .specials-board-product {
    font-size: 12px;
  }

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

  .gallery-grid.gallery-preview {
    grid-template-columns: 1fr;
  }

  /* Rare Picks: one full card visible, no cut-off — card width = available track width */
  .picks-grid .pick-card {
    width: calc(100vw - 164px);
    min-width: 120px;
    max-width: 160px;
    scroll-snap-align: center;
  }

  .picks-grid {
    padding-left: 4px;
    padding-right: 4px;
  }

  .picks-carousel-btn {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
  }

  .picks-carousel-prev {
    margin-right: 8px;
  }

  .picks-carousel-next {
    margin-left: 8px;
  }

  .picks-board {
    padding: 18px 12px 24px;
  }

  .pick-card .img-wrap {
    max-height: 120px;
  }

  .pick-card .body {
    padding: 6px 8px;
  }

  .pick-card .staff-badge {
    font-size: 8px;
    margin-bottom: 2px;
  }

  .pick-card h3 {
    font-size: 0.7rem;
    margin-bottom: 2px;
  }

  .pick-card .pick-price {
    font-size: 9px;
    margin-bottom: 4px;
  }

  .pick-card .btn {
    padding: 5px 6px;
    font-size: 9px;
  }

  /* What Customers Say: keep 2 columns in view, compact cards */
  .reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .review-card {
    padding: 10px 12px;
  }

  .review-card blockquote {
    font-size: 11px;
    line-height: 1.3;
    margin-bottom: 8px;
  }

  .review-card .author {
    font-size: 11px;
  }

  .review-card .date {
    font-size: 10px;
  }

  .review-card .review-stars {
    font-size: 12px;
    margin-bottom: 4px;
  }

  /* Visit Us: fit 2 columns, no right cut-off */
  #visit.container {
    padding-left: 16px;
    padding-right: 16px;
  }

  #visit .visit-info {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  #visit .visit-cta {
    margin-top: 0;
    align-self: start;
  }

  #visit .visit-cta .btn {
    white-space: normal;
    padding: 10px 14px;
    font-size: 12px;
  }

  /* Hours dropdown: full width of screen/section on mobile (button when closed, panel when open) */
  #visit .visit-info .hours-dropdown {
    width: 100%;
    max-width: 100%;
  }

  .hours-dropdown details {
    width: 100%;
    max-width: 100%;
  }

  /* Hours dropdown: smaller vertically on mobile */
  .hours-dropdown summary {
    padding: 10px 14px;
    font-size: 14px;
  }

  .hours-dropdown .hours-schedule {
    padding: 0 12px 12px;
  }

  .hours-dropdown .hours-row {
    padding: 5px 0;
    font-size: 13px;
  }

}

/* Smallest screens: Rare Picks — one full card, no cut-off; shrink card if needed */
@media (max-width: 360px) {
  #picks .picks-grid .pick-card {
    width: calc(100vw - 148px);
    min-width: 100px;
    max-width: 212px;
  }

  #picks .picks-carousel-btn {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
  }

  #picks .picks-carousel-prev {
    margin-right: 6px;
  }

  #picks .picks-carousel-next {
    margin-left: 6px;
  }

  #picks .picks-board {
    padding: 16px 10px 20px;
  }

  #picks .pick-card .img-wrap {
    max-height: 100px;
  }

  #picks .pick-card .body {
    padding: 5px 6px;
  }

  #picks .pick-card .staff-badge {
    font-size: 7px;
  }

  #picks .pick-card h3 {
    font-size: 0.65rem;
  }

  #picks .pick-card .pick-price {
    font-size: 8px;
  }

  #picks .pick-card .btn {
    padding: 4px 5px;
    font-size: 8px;
  }
}
