/* ============================================================
   CUELLO'S DISTILLERY LTD. - The Spirit of Orange Walk
   Design system · V1 concept · Austere Automations
   Fraunces (display) + Manrope (interface) · self-hosted
   ============================================================ */


:root {
  /* Core heritage palette (revised direction) */
  --molasses: #17110D;
  --molasses-soft: #211812;
  --barrel: #5A3423;
  --amber: #C47828;
  --amber-bright: #D98F3E;
  --gold: #B9954B;
  --cream: #F3EBDD;
  --cream-deep: #EADFC9;
  --sand: #DED0B9;
  --cane: #355C45;
  --copper: #A95028;
  --white: #FFFFFF;

  /* Semantic */
  --ink: #241A12;
  --ink-muted: #6B5B4C;
  --cream-ink-muted: rgba(243, 235, 221, 0.72);
  --line-dark: rgba(23, 17, 13, 0.14);
  --line-light: rgba(243, 235, 221, 0.16);
  --shadow-soft: 0 18px 50px rgba(23, 17, 13, 0.16);
  --shadow-deep: 0 30px 80px rgba(0, 0, 0, 0.45);

  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Manrope", "Segoe UI", Arial, Helvetica, sans-serif;

  --header-h: 72px;
  --wrap: 1200px;
  --wrap-wide: 1360px;
  --radius: 14px;
  --radius-lg: 22px;

  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --dur: 0.7s;

  --sa-top: env(safe-area-inset-top, 0px);
  --sa-bottom: env(safe-area-inset-bottom, 0px);
}

/* ---------- Reset & base ---------- */

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
  overflow-x: hidden;
}

body.no-scroll { overflow: hidden; }

img, video { max-width: 100%; height: auto; display: block; }

a { color: inherit; }

button { font-family: inherit; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 560;
  line-height: 1.08;
  margin: 0 0 0.5em;
  letter-spacing: 0.005em;
}

h1 { font-size: clamp(2.35rem, 6.2vw, 4.4rem); font-variation-settings: "opsz" 100; }
h2 { font-size: clamp(1.8rem, 4vw, 2.9rem); font-variation-settings: "opsz" 72; }
h3 { font-size: clamp(1.25rem, 2.4vw, 1.6rem); }
h4 { font-size: 1.08rem; }

p { margin: 0 0 1em; }

:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 3px;
  border-radius: 2px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 300;
  background: var(--molasses);
  color: var(--cream);
  padding: 0.7rem 1.2rem;
  border-radius: 0 0 10px 0;
  text-decoration: none;
  font-weight: 700;
}
.skip-link:focus { left: 0; }

.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  margin: -1px; padding: 0; border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

/* ---------- Layout primitives ---------- */

.wrap { width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto; }
.wrap--wide { width: min(100% - 2.5rem, var(--wrap-wide)); margin-inline: auto; }

.section { padding: clamp(3.6rem, 9vw, 6.5rem) 0; position: relative; }
.section--tight { padding: clamp(2.6rem, 6vw, 4rem) 0; }

.section--dark {
  background: var(--molasses);
  color: var(--cream);
}
.section--dark-soft {
  background: linear-gradient(180deg, var(--molasses) 0%, #1D140E 100%);
  color: var(--cream);
}
.section--cream { background: var(--cream); color: var(--ink); }
.section--sand { background: var(--sand); color: var(--ink); }
.section--cane { background: var(--cane); color: var(--cream); }

.eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 1.1rem;
}
.section--dark .eyebrow, .section--dark-soft .eyebrow, .section--cane .eyebrow { color: var(--amber-bright); }

.lede {
  font-size: clamp(1.05rem, 1.6vw, 1.22rem);
  line-height: 1.7;
  max-width: 58ch;
  color: var(--ink-muted);
}
.section--dark .lede, .section--dark-soft .lede, .section--cane .lede { color: var(--cream-ink-muted); }

.section-head { max-width: 60ch; margin-bottom: clamp(1.8rem, 4vw, 3rem); }
.section-head--center { margin-inline: auto; text-align: center; }

/* Decorative rule inspired by label linework */
.rule {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0 0 1.1rem;
  color: var(--amber);
}
.rule::before, .rule::after {
  content: "";
  height: 1px;
  width: 42px;
  background: currentColor;
  opacity: 0.6;
}
.rule--start::after { display: none; }
.rule svg { flex: none; }

/* Oversized background editorial type */
.bg-word {
  position: absolute;
  inset-inline: 0;
  top: 0.5rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(4rem, 14vw, 12rem);
  line-height: 1;
  text-align: center;
  letter-spacing: 0.06em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(196, 120, 40, 0.16);
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  overflow: hidden;
}

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.85rem 1.7rem;
  min-height: 48px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  font-weight: 800;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.25s, color 0.25s, border-color 0.25s, transform 0.25s;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn--primary { background: var(--amber); color: var(--molasses); }
.btn--primary:hover { background: var(--amber-bright); }

.btn--dark { background: var(--molasses); color: var(--cream); }
.btn--dark:hover { background: var(--barrel); }

.btn--ghost { border-color: var(--line-dark); color: var(--ink); background: transparent; }
.btn--ghost:hover { border-color: var(--amber); color: var(--copper); }

.btn--ghost-light { border-color: rgba(243, 235, 221, 0.45); color: var(--cream); background: transparent; }
.btn--ghost-light:hover { border-color: var(--amber-bright); color: var(--amber-bright); }

.btn--small { min-height: 42px; padding: 0.55rem 1.15rem; font-size: 0.84rem; }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 800;
  font-size: 0.92rem;
  letter-spacing: 0.03em;
  color: var(--copper);
  text-decoration: none;
  border-bottom: 1.5px solid rgba(169, 80, 40, 0.35);
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s, gap 0.2s;
}
.text-link:hover { color: var(--amber); border-color: var(--amber); gap: 0.7rem; }
.section--dark .text-link, .section--dark-soft .text-link {
  color: var(--amber-bright);
  border-color: rgba(217, 143, 62, 0.4);
}
.section--dark .text-link:hover, .section--dark-soft .text-link:hover { color: var(--cream); border-color: var(--cream); }

/* ---------- Header ---------- */

.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 120;
  padding-top: var(--sa-top);
  background: rgba(23, 17, 13, 0.96);
  border-bottom: 1px solid var(--line-light);
  color: var(--cream);
  transition: background-color 0.35s, border-color 0.35s;
}
.site-header--overlay:not(.is-scrolled) {
  background: linear-gradient(180deg, rgba(23, 17, 13, 0.62), rgba(23, 17, 13, 0));
  border-bottom-color: transparent;
}

.header-bar {
  display: flex;
  align-items: center;
  gap: 1rem;
  height: var(--header-h);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: var(--cream);
  margin-right: auto;
  min-width: 0;
}
.brand-lockup__mark {
  width: 44px;
  height: 44px;
  flex: none;
  border-radius: 50%;
  background: var(--white);
  padding: 2px;
  box-shadow: 0 0 0 1.5px rgba(185, 149, 75, 0.55);
}
.brand-lockup__mark img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.brand-lockup__text { display: flex; flex-direction: column; justify-content: center; line-height: 1.12; min-width: 0; }
.brand-lockup__name {
  font-family: var(--font-display);
  font-weight: 640;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.brand-lockup__sub {
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold);
  white-space: nowrap;
}

.primary-nav { display: flex; align-items: center; gap: 0.2rem; }
.primary-nav a {
  text-decoration: none;
  font-size: 0.83rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--cream-ink-muted);
  padding: 0.55rem 0.72rem;
  border-radius: 8px;
  transition: color 0.2s;
  white-space: nowrap;
}
.primary-nav a:hover { color: var(--cream); }
.primary-nav a[aria-current="page"] { color: var(--amber-bright); }

.header-actions { display: flex; align-items: center; gap: 0.65rem; }

.lang-switch {
  display: inline-flex;
  border: 1.5px solid rgba(243, 235, 221, 0.3);
  border-radius: 999px;
  overflow: hidden;
}
.lang-switch button {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--cream-ink-muted);
  font-weight: 800;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  padding: 0.45rem 0.75rem;
  min-height: 36px;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}
.lang-switch button[aria-pressed="true"] { background: var(--amber); color: var(--molasses); }
.lang-switch button:not([aria-pressed="true"]):hover { color: var(--cream); }

.header-cta { white-space: nowrap; }

.menu-toggle {
  display: none;
  appearance: none;
  background: transparent;
  border: 1.5px solid rgba(243, 235, 221, 0.3);
  border-radius: 10px;
  color: var(--cream);
  width: 46px;
  height: 44px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 0;
}
.menu-toggle .bar {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transition: transform 0.3s var(--ease-out), opacity 0.2s;
}
.menu-toggle[aria-expanded="true"] .bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .bar:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] .bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile menu panel */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 110;
  padding: calc(var(--header-h) + var(--sa-top) + 1.2rem) 1.6rem calc(2rem + var(--sa-bottom));
  background: linear-gradient(165deg, var(--molasses) 55%, #241209 100%);
  color: var(--cream);
  overflow-y: auto;
  display: none;
}
.mobile-menu.is-open { display: block; }
.mobile-menu nav { display: flex; flex-direction: column; }
.mobile-menu nav a {
  text-decoration: none;
  color: var(--cream);
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 5.4vw, 1.9rem);
  font-weight: 560;
  padding: 0.62rem 0.2rem;
  border-bottom: 1px solid var(--line-light);
  display: flex;
  align-items: baseline;
  gap: 0.9rem;
}
.mobile-menu nav a .idx {
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--amber);
}
.mobile-menu nav a[aria-current="page"] { color: var(--amber-bright); }
.mobile-menu__foot {
  margin-top: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: center;
  font-size: 0.85rem;
  color: var(--cream-ink-muted);
}

/* ---------- Hero (split editorial) ---------- */

.hero {
  position: relative;
  background: var(--molasses);
  color: var(--cream);
  padding-top: calc(var(--header-h) + var(--sa-top));
  overflow: hidden;
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  min-height: min(78vh, 780px);
}

.hero__panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.5rem, 5vw, 4.5rem) clamp(1.4rem, 4vw, 4rem);
  position: relative;
  z-index: 2;
}
.hero__panel h1 {
  margin-bottom: 1rem;
  text-wrap: balance;
}
.hero__panel .lede { margin-bottom: 1.9rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 0.8rem; }

.hero__media {
  position: relative;
  min-height: 320px;
  overflow: hidden;
}
.hero__media img, .hero__media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--molasses) 0%, rgba(23, 17, 13, 0) 22%);
  pointer-events: none;
}

.hero__glow {
  position: absolute;
  width: 60vw; height: 60vw;
  max-width: 720px; max-height: 720px;
  left: -18vw; bottom: -30vw;
  background: radial-gradient(circle, rgba(196, 120, 40, 0.22) 0%, rgba(196, 120, 40, 0) 62%);
  pointer-events: none;
  z-index: 1;
}

.media-note {
  position: absolute;
  right: 0.9rem;
  bottom: 0.9rem;
  z-index: 3;
}
.media-note button {
  appearance: none;
  border: 1px solid rgba(243, 235, 221, 0.4);
  background: rgba(23, 17, 13, 0.55);
  color: var(--cream);
  border-radius: 999px;
  min-width: 44px; min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* ---------- Hero carousel ---------- */

.carousel {
  position: absolute;
  inset: 0;
}
.carousel__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s var(--ease-out);
  pointer-events: none;
}
.carousel__slide.is-active { opacity: 1; pointer-events: auto; }
.carousel__slide img, .carousel__slide video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Slide that must show the complete image (lineup, portrait bottle):
   softly blurred cover copy behind a contained foreground */
.carousel__slide--contain .carousel__bg {
  filter: blur(26px) brightness(0.55) saturate(1.05);
  transform: scale(1.15);
}
.carousel__slide--contain .carousel__fg {
  object-fit: contain;
  z-index: 2;
}
.carousel__slide picture { position: static; }
.carousel__slide--contain { background: var(--molasses); }

/* Sound toggle lives inside the video slide, so it appears and
   accepts taps only while that slide is active (slide opacity and
   pointer-events already gate it). Kept outside .carousel__controls
   so it stays available on mobile. */
.carousel__sound {
  position: absolute;
  z-index: 6;
  left: 0.9rem;
  bottom: calc(0.9rem + var(--sa-bottom));
}

.carousel__controls {
  position: absolute;
  z-index: 6;
  right: 0.9rem;
  bottom: calc(0.9rem + var(--sa-bottom));
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.c-btn {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  width: 44px; height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--cream);
}
.c-btn span {
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(243, 235, 221, 0.45);
  background: rgba(23, 17, 13, 0.55);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s, color 0.2s, background-color 0.2s;
}
.c-btn:hover span { border-color: var(--amber-bright); color: var(--amber-bright); }

.carousel__dots {
  position: absolute;
  z-index: 6;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(1.1rem + var(--sa-bottom));
  display: flex;
}
.carousel__dots button {
  appearance: none;
  border: 0;
  background: transparent;
  width: 26px; height: 44px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.carousel__dots button::after {
  content: "";
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(243, 235, 221, 0.45);
  transition: background-color 0.2s, transform 0.2s;
}
.carousel__dots button[aria-current="true"]::after {
  background: var(--amber-bright);
  transform: scale(1.35);
}

@media (max-width: 900px) {
  .carousel__controls { right: 0.5rem; bottom: 0.4rem; }
  .carousel__dots { bottom: 0.6rem; }
}

/* ---------- Product marquee (home) ---------- */

.marquee {
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding: 0.4rem 0 1rem;
}
.marquee::-webkit-scrollbar { display: none; }
.marquee__track {
  display: flex;
  width: max-content;
}
.marquee__group {
  display: flex;
  flex: none;
  gap: clamp(1rem, 2vw, 1.6rem);
  padding-right: clamp(1rem, 2vw, 1.6rem);
}
.marquee__item {
  flex: none;
  width: min(58vw, 218px);
}
/* The roll is driven by JS as a transform on the track (never by
   scroll position - iOS scroll quirks don't apply). Visitors can drag
   it horizontally; vertical page scrolling stays native (pan-y). */
.marquee.is-animated {
  overflow: hidden;
  touch-action: pan-y;
  cursor: grab;
}
.marquee.is-animated:active { cursor: grabbing; }
.marquee.is-animated .marquee__track { will-change: transform; }
.marquee-controls {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.6rem;
}

/* Page hero (interior pages) */
.page-hero {
  position: relative;
  background: var(--molasses);
  color: var(--cream);
  padding: calc(var(--header-h) + var(--sa-top) + clamp(2.6rem, 7vw, 5rem)) 0 clamp(2.6rem, 6vw, 4.2rem);
  overflow: hidden;
}
.page-hero h1 { max-width: 16ch; text-wrap: balance; }
.page-hero .lede { max-width: 54ch; }
.page-hero__inner { position: relative; z-index: 2; }
.page-hero__art {
  position: absolute;
  right: -4%;
  top: 0;
  bottom: 0;
  width: 46%;
  opacity: 0.5;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 45%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 45%);
  pointer-events: none;
}
.page-hero__art img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Media frames & split sections ---------- */

.frame {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  position: relative;
}
.frame img { width: 100%; height: 100%; object-fit: cover; }
.frame--tall { aspect-ratio: 3 / 4; }
.frame--wide { aspect-ratio: 16 / 10; }
.frame--band { aspect-ratio: 21 / 9; }
.frame figcaption, .fig-caption {
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: var(--ink-muted);
  padding-top: 0.6rem;
}
.section--dark .fig-caption, .section--dark-soft .fig-caption { color: var(--cream-ink-muted); }

.split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.6rem, 4.5vw, 4rem);
  align-items: center;
}
.split--media-right .split__media { order: 2; }

/* ---------- Product cards ---------- */

.product-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-align: left;
  border-radius: var(--radius-lg);
}
.product-card__media {
  display: block;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #F3EBDD; /* matches supplied catalogue backdrop exactly */
  aspect-ratio: 2 / 3;
  position: relative;
  box-shadow: 0 10px 34px rgba(23, 17, 13, 0.14);
  transition: transform 0.35s var(--ease-out), box-shadow 0.35s;
}
.product-card__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease-out);
}
.product-card:hover .product-card__media,
.product-card:focus-visible .product-card__media {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(23, 17, 13, 0.24);
}
.product-card:hover .product-card__media img { transform: scale(1.035); }
.product-card__accent {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 5px;
  background: var(--accent, var(--amber));
  opacity: 0.9;
}
.product-card__body { display: block; padding: 0.95rem 0.35rem 0; }
.product-card__cat {
  display: block;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent, var(--amber));
  margin-bottom: 0.25rem;
}
.section--cream .product-card__cat { color: var(--copper); }
.product-card__name {
  display: block;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.16rem;
  line-height: 1.2;
}
.product-card__hint {
  display: block;
  font-size: 0.8rem;
  color: var(--ink-muted);
  margin-top: 0.2rem;
}
.section--dark .product-card__hint, .section--dark-soft .product-card__hint { color: var(--cream-ink-muted); }

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: clamp(1.3rem, 3vw, 2.2rem);
}

.category-block { margin-bottom: clamp(2.8rem, 6vw, 4.4rem); }
.category-block:last-child { margin-bottom: 0; }
.category-block__head {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  border-bottom: 1px solid var(--line-dark);
  padding-bottom: 0.8rem;
  margin-bottom: 1.6rem;
  flex-wrap: wrap;
}
.category-block__head p { margin: 0; color: var(--ink-muted); font-size: 0.92rem; }

/* ---------- Product drawer (modal) ---------- */

.drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 150;
  background: rgba(15, 10, 7, 0.6);
  backdrop-filter: blur(3px);
  display: none;
}
.drawer-backdrop.is-open { display: block; }

.drawer {
  position: fixed;
  z-index: 160;
  top: 0; right: 0; bottom: 0;
  width: min(560px, 100%);
  background: var(--cream);
  color: var(--ink);
  transform: translateX(102%);
  transition: transform 0.45s var(--ease-out);
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-deep);
}
.drawer.is-open { transform: translateX(0); }

.drawer__scroll { overflow-y: auto; overscroll-behavior: contain; flex: 1; }

.drawer__media {
  background: #F3EBDD;
  position: relative;
  display: flex;
  justify-content: center;
}
.drawer__media img { max-height: min(46vh, 430px); width: auto; }
.drawer__media::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 5px;
  background: var(--accent, var(--amber));
}

.drawer__body { padding: 1.6rem clamp(1.2rem, 4vw, 2.2rem) calc(2rem + var(--sa-bottom)); }
.drawer__cat {
  font-size: 0.68rem; font-weight: 800; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--copper); margin-bottom: 0.3rem;
}
.drawer__name { font-size: clamp(1.7rem, 4vw, 2.2rem); margin-bottom: 0.6rem; }
.drawer__desc { color: var(--ink-muted); }

.spec-list {
  list-style: none;
  margin: 1.2rem 0;
  padding: 0;
  border-top: 1px solid var(--line-dark);
}
.spec-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid var(--line-dark);
  font-size: 0.92rem;
}
.spec-list .k { font-weight: 800; letter-spacing: 0.03em; }
.spec-list .v { color: var(--ink-muted); text-align: right; }

.drawer__actions { display: flex; flex-wrap: wrap; gap: 0.7rem; margin: 1.2rem 0 0.6rem; }

.drawer__related { margin-top: 1.6rem; }
.drawer__related h4 { margin-bottom: 0.7rem; }
.related-row { display: flex; gap: 0.7rem; }
.related-row .product-card__media { width: 88px; aspect-ratio: 2/3; border-radius: 10px; box-shadow: none; border: 1px solid var(--line-dark); }
.related-row button { background: none; border: 0; padding: 0; cursor: pointer; }

.drawer__close {
  position: absolute;
  top: calc(0.9rem + var(--sa-top));
  right: 0.9rem;
  z-index: 5;
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 1px solid var(--line-dark);
  background: rgba(243, 235, 221, 0.9);
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.fine-note {
  font-size: 0.78rem;
  color: var(--ink-muted);
  border-left: 3px solid var(--gold);
  padding-left: 0.8rem;
  margin-top: 1rem;
}

/* ---------- Cocktails ---------- */

.chip-row { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-bottom: clamp(1.6rem, 4vw, 2.4rem); }
.chip {
  appearance: none;
  border: 1.5px solid var(--line-dark);
  background: transparent;
  color: var(--ink);
  border-radius: 999px;
  padding: 0.5rem 1.05rem;
  min-height: 42px;
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
.chip[aria-pressed="true"] { background: var(--molasses); border-color: var(--molasses); color: var(--cream); }
.chip:not([aria-pressed="true"]):hover { border-color: var(--amber); color: var(--copper); }
.section--dark .chip, .section--dark-soft .chip { color: var(--cream); border-color: var(--line-light); }
.section--dark .chip[aria-pressed="true"], .section--dark-soft .chip[aria-pressed="true"] { background: var(--amber); border-color: var(--amber); color: var(--molasses); }

.recipe-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: clamp(1.3rem, 3vw, 2rem);
}
.recipe-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  border-top: 5px solid var(--accent, var(--amber));
}
.recipe-card__body { padding: 1.4rem 1.4rem 1.5rem; display: flex; flex-direction: column; flex: 1; }
.recipe-card__tag {
  font-size: 0.66rem; font-weight: 800; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--copper); margin-bottom: 0.35rem;
}
.recipe-card h3 { margin-bottom: 0.45rem; }
.recipe-card__desc { color: var(--ink-muted); font-size: 0.95rem; flex: 1; }
.recipe-card__meta {
  display: flex; flex-wrap: wrap; gap: 0.4rem 1.1rem;
  font-size: 0.8rem; color: var(--ink-muted);
  border-top: 1px solid var(--line-dark);
  padding-top: 0.85rem; margin-top: 0.95rem;
}
.recipe-card__meta span { display: inline-flex; align-items: center; gap: 0.35rem; }
.recipe-card__meta svg { color: var(--amber); }
.recipe-card .text-link { margin-top: 1rem; align-self: flex-start; }

.concept-badge {
  display: inline-block;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cane);
  border: 1px solid rgba(53, 92, 69, 0.4);
  border-radius: 999px;
  padding: 0.18rem 0.6rem;
  margin-left: 0.5rem;
  vertical-align: middle;
}

/* ---------- News ---------- */

.feature-story {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--molasses);
  color: var(--cream);
  box-shadow: var(--shadow-soft);
}
.feature-story__media { position: relative; min-height: 300px; }
.feature-story__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.feature-story__body { padding: clamp(1.6rem, 4vw, 2.8rem); display: flex; flex-direction: column; justify-content: center; }

.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: clamp(1.3rem, 3vw, 2rem);
  margin-top: clamp(1.6rem, 4vw, 2.6rem);
}
.news-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
}
.news-card__media { aspect-ratio: 16 / 10; overflow: hidden; }
.news-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease-out); }
.news-card:hover .news-card__media img { transform: scale(1.04); }
.news-card__body { padding: 1.3rem 1.4rem 1.5rem; display: flex; flex-direction: column; flex: 1; }
.news-card__meta {
  display: flex; align-items: center; gap: 0.7rem;
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--copper);
  margin-bottom: 0.55rem;
}
.news-card__meta .date { color: var(--ink-muted); letter-spacing: 0.06em; }
.news-card h3 { font-size: 1.22rem; }
.news-card p { color: var(--ink-muted); font-size: 0.94rem; flex: 1; }

/* ---------- Gallery ---------- */

.masonry {
  columns: 3 300px;
  column-gap: 1.2rem;
}
.masonry__item {
  break-inside: avoid;
  margin-bottom: 1.2rem;
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: zoom-in;
  border: 0;
  padding: 0;
  background: var(--molasses);
  display: block;
  width: 100%;
}
.masonry__item img {
  width: 100%;
  display: block;
  transition: transform 0.5s var(--ease-out), opacity 0.4s;
}
.masonry__item:hover img, .masonry__item:focus-visible img { transform: scale(1.03); opacity: 0.92; }
.masonry__item .cap {
  position: absolute;
  inset-inline: 0; bottom: 0;
  padding: 1.6rem 0.9rem 0.7rem;
  background: linear-gradient(180deg, transparent, rgba(23, 17, 13, 0.75));
  color: var(--cream);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-align: left;
  opacity: 0;
  transition: opacity 0.3s;
}
.masonry__item:hover .cap, .masonry__item:focus-visible .cap { opacity: 1; }
.masonry__item .play-badge {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cream);
}
.masonry__item .play-badge span {
  width: 58px; height: 58px;
  border-radius: 50%;
  background: rgba(23, 17, 13, 0.65);
  border: 1.5px solid rgba(243, 235, 221, 0.6);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(13, 9, 6, 0.94);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: calc(1rem + var(--sa-top)) 1rem calc(1rem + var(--sa-bottom));
}
.lightbox.is-open { display: flex; }
.lightbox__stage {
  max-width: min(1100px, 100%);
  width: 100%;
  flex: 1;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox__stage img, .lightbox__stage video {
  max-width: 100%;
  max-height: 100%;
  width: auto; height: auto;
  border-radius: 10px;
  box-shadow: var(--shadow-deep);
}
.lightbox__caption {
  color: var(--cream-ink-muted);
  font-size: 0.85rem;
  padding-top: 0.8rem;
  text-align: center;
  max-width: 70ch;
}
.lightbox__btn {
  appearance: none;
  position: absolute;
  border: 1px solid rgba(243, 235, 221, 0.35);
  background: rgba(23, 17, 13, 0.6);
  color: var(--cream);
  width: 46px; height: 46px;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.lightbox__btn:hover { border-color: var(--amber-bright); color: var(--amber-bright); }
.lightbox__close { top: calc(1rem + var(--sa-top)); right: 1rem; }
.lightbox__prev { left: 0.8rem; top: 50%; transform: translateY(-50%); }
.lightbox__next { right: 0.8rem; top: 50%; transform: translateY(-50%); }

/* ---------- Locations ---------- */

.location-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(1.3rem, 3vw, 2rem);
}
.location-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  padding: 1.7rem 1.6rem 1.8rem;
  border-top: 5px solid var(--amber);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.card-medallion {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1.5px solid rgba(185, 149, 75, 0.55);
  background: linear-gradient(160deg, rgba(196, 120, 40, 0.1), rgba(185, 149, 75, 0.04));
  color: var(--amber);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.9rem;
  box-shadow: 0 4px 14px rgba(23, 17, 13, 0.08);
}
.location-card--hq { border-top-color: var(--cane); }
.location-card__tag {
  font-size: 0.66rem; font-weight: 800; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--copper);
  margin-bottom: 0.4rem;
}
.location-card h3 { margin-bottom: 0.35rem; }
.location-card address { font-style: normal; color: var(--ink-muted); margin-bottom: 1rem; }
.location-card__rows { display: flex; flex-direction: column; align-items: center; gap: 0.45rem; margin-bottom: 1.2rem; flex: 1; width: 100%; }
.location-card__rows a, .location-card__rows span {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem;
  color: var(--ink); text-decoration: none;
  font-weight: 700; font-size: 0.95rem;
  min-height: 34px;
}
.location-card__rows a:hover { color: var(--copper); }
.location-card__rows svg { color: var(--amber); flex: none; }
.location-card__rows .muted { color: var(--ink-muted); font-weight: 500; }

/* ---------- Action panels (contact / trade) ---------- */

.form-shell {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  padding: clamp(1.6rem, 4vw, 2.6rem);
}
.section--dark .form-shell, .section--dark-soft .form-shell {
  background: var(--molasses-soft);
  border: 1px solid var(--line-light);
}

.action-include {
  list-style: none;
  margin: 0 0 1.4rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.action-include li {
  display: flex;
  align-items: baseline;
  gap: 0.7rem;
  font-size: 0.96rem;
}
.action-include li::before {
  content: "";
  flex: none;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--amber);
  transform: translateY(-2px);
}
.section--dark .action-include li, .section--dark-soft .action-include li { color: var(--cream-ink-muted); }

.action-buttons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 0.8rem;
}
.action-buttons .btn { width: 100%; }

.btn--whatsapp { background: #2FA85B; color: #FFFFFF; }
.btn--whatsapp:hover { background: #37BD67; }

/* ---------- Timeline (Our Story) ---------- */

.timeline {
  list-style: none;
  margin: 0; padding: 0;
  position: relative;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 7px; top: 6px; bottom: 6px;
  width: 1.5px;
  background: linear-gradient(180deg, var(--amber), rgba(196, 120, 40, 0.15));
}
.timeline li {
  position: relative;
  padding: 0 0 1.8rem 2.2rem;
}
.timeline li:last-child { padding-bottom: 0; }
.timeline li::before {
  content: "";
  position: absolute;
  left: 0; top: 7px;
  width: 15px; height: 15px;
  border-radius: 50%;
  background: var(--molasses);
  border: 3px solid var(--amber);
}
.section--cream .timeline li::before { background: var(--cream); }
.timeline .t-label {
  font-size: 0.7rem; font-weight: 800; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--amber);
  display: block; margin-bottom: 0.25rem;
}
.timeline h3 { font-size: 1.2rem; margin-bottom: 0.3rem; }
.timeline p { font-size: 0.95rem; color: var(--cream-ink-muted); margin: 0; max-width: 52ch; }
.section--cream .timeline p { color: var(--ink-muted); }

/* ---------- Stats / value strip ---------- */

.value-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1.2rem;
}
.value-card {
  border: 1px solid var(--line-light);
  border-radius: var(--radius);
  padding: 1.6rem 1.3rem;
  text-align: center;
}
.section--cream .value-card, .section--sand .value-card { border-color: var(--line-dark); background: rgba(255, 255, 255, 0.45); }
.value-card svg {
  color: var(--amber);
  width: 56px;
  height: 56px;
  padding: 15px;
  border-radius: 50%;
  border: 1.5px solid rgba(185, 149, 75, 0.5);
  background: linear-gradient(160deg, rgba(196, 120, 40, 0.1), rgba(185, 149, 75, 0.04));
  margin: 0 auto 0.9rem;
  display: block;
}
.value-card h3 { font-size: 1.05rem; margin-bottom: 0.3rem; }
.value-card p { font-size: 0.88rem; margin: 0; color: var(--cream-ink-muted); }
.section--cream .value-card p, .section--sand .value-card p { color: var(--ink-muted); }

/* ---------- Age gate ---------- */

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 400;
  display: none;
  justify-content: center;
  align-items: flex-start;
  padding: calc(1.2rem + var(--sa-top)) 1.2rem calc(1.2rem + var(--sa-bottom));
  background: linear-gradient(160deg, #17110D 0%, #241610 55%, #17110D 100%);
  color: var(--cream);
  overflow-y: auto;
}
.age-gate.is-open { display: flex; }

/* Brand artwork backdrop (landscape >=768px, portrait below) */
.age-gate__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.age-gate__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  /* contain, not cover: the artwork's edges are dark and blend into the
     backdrop, so the company name and full bottle lineup are always
     visible at any screen ratio */
  object-fit: contain;
  object-position: center;
}

/* Compact glass panel over the artwork's darker central band -
   the company name above and the bottle lineup below stay visible */
.age-gate__panel {
  position: relative;
  z-index: 2;
  width: min(440px, 100%);
  text-align: center;
  margin: clamp(170px, 36vh, 460px) auto 2rem;
  background: rgba(19, 13, 10, 0.62);
  -webkit-backdrop-filter: blur(14px) saturate(1.1);
  backdrop-filter: blur(14px) saturate(1.1);
  border: 1px solid rgba(185, 149, 75, 0.38);
  border-radius: 20px;
  padding: 1.5rem 1.4rem 1.2rem;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.55);
}
@media (max-width: 767px) {
  .age-gate__panel {
    margin-top: clamp(130px, 29vh, 340px);
    width: min(380px, 100%);
  }
}

.age-gate h2 {
  font-size: clamp(1.5rem, 4.5vw, 1.9rem);
  margin-bottom: 0.4rem;
}
.age-gate__copy {
  color: var(--cream-ink-muted);
  font-size: 0.92rem;
  max-width: 36ch;
  margin: 0 auto 1.1rem;
}

.age-gate__actions {
  display: flex;
  gap: 0.6rem;
  justify-content: center;
  margin-bottom: 0.8rem;
}
.age-gate__actions .btn { flex: 1; min-width: 0; padding-inline: 1rem; }
@media (max-width: 359px) {
  .age-gate__actions { flex-direction: column; }
}

.age-gate__remember {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  color: var(--cream-ink-muted);
  cursor: pointer;
  margin-bottom: 0.7rem;
  min-height: 38px;
}
.age-gate__remember input {
  width: 18px; height: 18px;
  accent-color: var(--amber);
}
.age-gate__fine {
  font-size: 0.68rem;
  line-height: 1.5;
  color: rgba(243, 235, 221, 0.5);
  max-width: 44ch;
  margin: 0 auto;
  letter-spacing: 0.02em;
}

.noscript-gate {
  background: var(--molasses);
  color: var(--cream);
  padding: 2rem 1.4rem;
  text-align: center;
  border-bottom: 3px solid var(--amber);
}
.noscript-gate a { color: var(--amber-bright); }

/* ---------- CTA band ---------- */

.cta-band {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, var(--barrel) 0%, var(--molasses) 70%);
  color: var(--cream);
  border-radius: var(--radius-lg);
  padding: clamp(2.2rem, 6vw, 3.6rem);
  display: grid;
  grid-template-columns: minmax(0, 7fr) auto;
  gap: 1.6rem;
  align-items: center;
  box-shadow: var(--shadow-soft);
}
.cta-band::after {
  content: "";
  position: absolute;
  right: -60px; top: -60px;
  width: 240px; height: 240px;
  border-radius: 50%;
  border: 1.5px solid rgba(196, 120, 40, 0.35);
  pointer-events: none;
}
.cta-band::before {
  content: "";
  position: absolute;
  right: -20px; top: -20px;
  width: 240px; height: 240px;
  border-radius: 50%;
  border: 1.5px solid rgba(185, 149, 75, 0.22);
  pointer-events: none;
}
.cta-band h2 { margin-bottom: 0.4rem; }
.cta-band p { margin: 0; color: var(--cream-ink-muted); max-width: 52ch; }
.cta-band__actions { display: flex; flex-wrap: wrap; gap: 0.8rem; }

/* ---------- Responsibility strip ---------- */

.responsibility {
  background: var(--molasses);
  color: var(--cream-ink-muted);
  border-top: 1px solid var(--line-light);
  padding: 1.4rem 0;
  font-size: 0.85rem;
}
.responsibility .wrap {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.responsibility svg { color: var(--gold); flex: none; }
.responsibility p { margin: 0; }

/* ---------- Footer (centred across all breakpoints) ---------- */

.site-footer {
  background: #120C09;
  color: var(--cream);
  padding: clamp(3rem, 7vw, 4.5rem) 0 calc(1.6rem + var(--sa-bottom));
  text-align: center;
}
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 3fr) minmax(0, 3fr) minmax(0, 3fr);
  gap: clamp(1.8rem, 4vw, 3rem);
  padding-bottom: 2.4rem;
  border-bottom: 1px solid var(--line-light);
  justify-items: center;
}
.footer-brand { display: flex; flex-direction: column; align-items: center; }
.footer-brand p {
  color: var(--cream-ink-muted);
  font-size: 0.92rem;
  max-width: 34ch;
  margin-inline: auto;
}
.footer-brand .brand-lockup { margin: 0 auto 1rem; justify-content: center; }
.footer-col { width: 100%; max-width: 300px; }
.footer-col h4 {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
  text-align: center;
}
.footer-col ul {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  align-items: center;
}
.footer-col a {
  color: var(--cream-ink-muted);
  text-decoration: none;
  font-size: 0.92rem;
  transition: color 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 30px;
  overflow-wrap: anywhere;
}
.footer-col a:hover { color: var(--amber-bright); }
.footer-col li > span { color: var(--cream-ink-muted); font-size: 0.92rem; }
.footer-col address {
  font-style: normal;
  color: var(--cream-ink-muted);
  font-size: 0.92rem;
  line-height: 1.6;
  text-align: center;
}
.footer-col .lang-switch { margin-inline: auto; }

.footer-bottom {
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: center;
  text-align: center;
  font-size: 0.8rem;
  color: rgba(243, 235, 221, 0.5);
}
.footer-bottom .legal-links { display: flex; flex-wrap: wrap; gap: 0.4rem 1.4rem; justify-content: center; }
.footer-bottom a { color: rgba(243, 235, 221, 0.65); text-decoration: none; min-height: 30px; display: inline-flex; align-items: center; }
.footer-bottom a:hover { color: var(--amber-bright); }
.dev-credit { letter-spacing: 0.03em; text-align: center; width: 100%; }
.dev-credit a { color: var(--gold); text-decoration: none; border-bottom: 1px solid rgba(185, 149, 75, 0.4); min-height: auto; display: inline; }
.dev-credit a:hover { color: var(--amber-bright); }

/* ---------- Reveal animations ---------- */

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity var(--dur) var(--ease-out), transform var(--dur) var(--ease-out);
}
.reveal.is-in { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: 0.08s; }
.reveal-d2 { transition-delay: 0.16s; }
.reveal-d3 { transition-delay: 0.24s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001s !important;
    scroll-behavior: auto !important;
  }
  .reveal { opacity: 1; transform: none; }
}

/* ---------- Responsive ---------- */

@media (max-width: 1100px) {
  .primary-nav { display: none; }
  .header-cta { display: none; }
  .menu-toggle { display: inline-flex; }
}

@media (min-width: 1101px) {
  .mobile-menu { display: none !important; }
}

@media (max-width: 900px) {
  .hero__grid { grid-template-columns: 1fr; min-height: 0; }
  .hero__media { order: -1; min-height: 46vw; }
  .hero__media::after { background: linear-gradient(180deg, rgba(23,17,13,0.15) 0%, var(--molasses) 96%); }
  .hero__panel { padding-top: 1.6rem; }
}

/* Phones: edge-to-edge 4:5 hero media, centred copy, indicator-only controls */
@media (max-width: 767px) {
  .hero__media {
    width: 100%;
    min-height: 0;
    aspect-ratio: 1003 / 1568; /* matches the vertical lineup poster exactly */
    margin: 0;
    padding: 0;
    max-width: none;
  }
  .hero__media::after { display: none; }
  .carousel__controls { display: none; }
  .carousel__dots { bottom: 0.7rem; }
  .carousel__slide--czar .carousel__fg,
  .carousel__slide--lineup .carousel__fg,
  [data-slide-video] .carousel__fg { object-fit: cover; }
  .carousel__slide--czar .carousel__bg,
  .carousel__slide--lineup .carousel__bg,
  [data-slide-video] .carousel__bg { display: none; }
  .hero__panel { text-align: center; align-items: center; }
  .hero__panel .lede { margin-inline: auto; max-width: 34ch; }
  .hero__actions { justify-content: center; }
  .hero__actions .btn { width: auto; min-width: 0; }
}

@media (max-width: 900px) {
  .split { grid-template-columns: 1fr; }
  .split--media-right .split__media { order: 0; }
  .feature-story { grid-template-columns: 1fr; }
  .feature-story__media { min-height: 0; aspect-ratio: 16/10; position: relative; }
  .cta-band { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-col { max-width: none; }
  .page-hero__art { width: 70%; opacity: 0.28; }
  .masonry { columns: 2 220px; }
}

@media (max-width: 560px) {
  :root { --header-h: 62px; }
  .brand-lockup__mark { width: 38px; height: 38px; }
  .brand-lockup__name { font-size: 1.02rem; }
  .brand-lockup__sub { font-size: 0.54rem; letter-spacing: 0.2em; }
  .lang-switch button { padding: 0.4rem 0.6rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .masonry { columns: 2 150px; column-gap: 0.8rem; }
  .masonry__item { margin-bottom: 0.8rem; }
  .masonry__item .cap { display: none; }
  .form-grid-2 { grid-template-columns: 1fr; }
  .rail { grid-auto-columns: 66vw; }
  .lightbox__prev { left: 0.4rem; }
  .lightbox__next { right: 0.4rem; }
}

@media (max-width: 380px) {
  .brand-lockup__sub { display: none; }
}

/* Print: keep it sane */
@media print {
  .site-header, .mobile-menu, .age-gate, .responsibility, .media-note { display: none !important; }
}
