:root {
  --black: #040806;
  --black-soft: #07110d;
  --forest: #0b2d21;
  --forest-light: #124b37;
  --gold: #d5ad4b;
  --gold-light: #f0d889;
  --cream: #f1eddf;
  --muted: #a3a99f;
  --line: rgba(213, 173, 75, 0.22);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--cream);
  background: var(--black);
  font-family: var(--sans);
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
body.age-locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; cursor: pointer; }
.section-shell { padding-inline: clamp(24px, 7vw, 120px); }

.age-gate {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 50% 20%, rgba(15, 107, 80, 0.28), transparent 30%),
    rgba(4, 8, 6, 0.94);
  backdrop-filter: blur(20px);
}
.age-gate.hidden { display: none; }
.age-gate-card {
  width: min(560px, 100%);
  padding: clamp(30px, 5vw, 54px);
  border: 1px solid rgba(213, 173, 75, 0.38);
  background: linear-gradient(145deg, rgba(7, 21, 15, 0.96), rgba(4, 8, 6, 0.98));
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.45);
  text-align: center;
}
.age-gate-logo {
  width: 86px;
  height: 86px;
  margin-bottom: 18px;
  object-fit: contain;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.3));
}
.age-gate-wordmark {
  width: min(430px, 88%);
  height: auto;
  margin-bottom: 22px;
}
.age-gate-card h2 {
  margin-bottom: 18px;
  font-size: clamp(36px, 5vw, 58px);
}
.age-gate-card p:not(.eyebrow) {
  margin-inline: auto;
  max-width: 430px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}
.age-gate-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}
.age-gate-card small {
  display: block;
  min-height: 18px;
  margin-top: 18px;
  color: var(--gold-light);
  font-size: 11px;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(24px, 6vw, 100px);
  border-bottom: 1px solid transparent;
  transition: 0.35s ease;
}
.site-header.scrolled {
  height: 72px;
  background: rgba(4, 8, 6, 0.86);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; gap: 12px; letter-spacing: 0.16em; }
.brand-mark {
  width: 41px;
  height: 41px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 19px;
}
.brand-logo-mark {
  overflow: visible;
  background: transparent;
}
.brand-logo-mark img {
  width: 82%;
  height: 82%;
  object-fit: contain;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.28));
}
.brand-wordmark {
  display: block;
  width: clamp(165px, 16vw, 245px);
  max-height: 48px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.32));
}
.brand strong { display: block; color: var(--cream); font-size: 15px; }
.brand small { display: block; margin-top: 3px; color: var(--gold); font-size: 7px; letter-spacing: 0.25em; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a {
  color: rgba(241, 237, 223, 0.76);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color 0.2s ease;
}
.main-nav a:hover { color: var(--gold-light); }
.main-nav .nav-contact { padding: 12px 18px; border: 1px solid var(--line); color: var(--gold-light); }
.main-nav span { padding-left: 6px; }
.menu-toggle { display: none; border: 0; background: transparent; }

.hero {
  position: relative;
  min-height: 780px;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 74% 46%, rgba(213, 173, 75, 0.08), transparent 18%),
    radial-gradient(circle at 76% 58%, rgba(15, 107, 80, 0.34), transparent 34%),
    linear-gradient(100deg, #040806 18%, #07130f 58%, #0a1711);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 75% 58%, rgba(213, 173, 75, 0.08), transparent 18%),
    radial-gradient(circle at 74% 58%, rgba(15, 107, 80, 0.2), transparent 31%),
    linear-gradient(100deg, rgba(4, 8, 6, 0.62) 24%, rgba(4, 18, 13, 0.18));
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.22;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, black, transparent 72%);
  pointer-events: none;
}
.hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.24;
  filter: saturate(1.08) contrast(1.08);
  pointer-events: none;
}
.hero-sound-toggle {
  position: absolute;
  z-index: 3;
  right: clamp(24px, 6vw, 96px);
  top: clamp(100px, 12vh, 148px);
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(213, 173, 75, 0.42);
  border-radius: 999px;
  background: rgba(4, 8, 6, 0.62);
  color: var(--gold-light);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
  transition: 0.22s ease;
}
.hero-sound-toggle:hover,
.hero-sound-toggle[aria-pressed="true"] {
  border-color: var(--gold);
  background: rgba(213, 173, 75, 0.13);
}
.hero-glow {
  position: absolute;
  z-index: 2;
  right: 4%;
  top: 20%;
  width: min(44vw, 650px);
  aspect-ratio: 1;
  border: 1px solid rgba(213, 173, 75, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 54px rgba(213, 173, 75, 0.025), 0 0 0 108px rgba(213, 173, 75, 0.018);
}
.hero-content { position: relative; z-index: 2; margin-top: 50px; max-width: 900px; }
.eyebrow {
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1.6;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 28px;
  font-size: clamp(60px, 8.2vw, 126px);
  font-weight: 800;
  letter-spacing: -0.09em;
  line-height: 0.92;
  text-transform: uppercase;
}
h1 em, h2 em { color: var(--gold); font-family: var(--serif); font-weight: 500; letter-spacing: -0.06em; text-transform: none; }
.hero-copy { color: rgba(241, 237, 223, 0.75); font-size: 17px; line-height: 1.8; }
.hero-actions {
  position: relative;
  z-index: 2;
  display: flex;
  margin-top: 42px;
  gap: 12px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 52px;
  padding: 0 21px;
  border: 1px solid transparent;
  background: transparent;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: 0.25s ease;
}
.button-gold { border-color: var(--gold); background: var(--gold); color: #172014; }
.button-gold:hover { background: var(--gold-light); border-color: var(--gold-light); transform: translateY(-2px); }
.hero-catalogue-cta {
  min-height: clamp(58px, 5vw, 68px);
  width: min(520px, 100%);
  padding: 0 clamp(22px, 3.5vw, 42px);
  border-color: rgba(240, 216, 137, 0.78);
  background:
    linear-gradient(135deg, var(--gold), var(--gold-light) 48%, #b68b2f);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset;
  font-size: clamp(10px, 1.1vw, 13px);
  letter-spacing: 0.2em;
}
.hero-catalogue-cta span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(23, 32, 20, 0.24);
  border-radius: 50%;
}
.hero-catalogue-cta:hover {
  box-shadow:
    0 22px 52px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(255, 255, 255, 0.14) inset;
}
.button-ghost, .button-outline { border-color: rgba(241, 237, 223, 0.35); color: var(--cream); }
.button-ghost:hover, .button-outline:hover { border-color: var(--gold); color: var(--gold-light); }
.hero-note {
  position: absolute;
  z-index: 2;
  right: 7vw;
  bottom: 16%;
  display: flex;
  gap: 15px;
  color: rgba(241, 237, 223, 0.62);
  font-size: 10px;
  letter-spacing: 0.2em;
  line-height: 1.9;
}
.hero-note strong { color: var(--gold-light); }
.note-line { width: 50px; height: 1px; margin-top: 8px; background: var(--gold); }
.hero-bottom {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px clamp(24px, 7vw, 120px);
  border-top: 1px solid var(--line);
}
.hero-bottom p { margin: 0; color: rgba(241, 237, 223, 0.45); font-size: 8px; font-weight: 700; letter-spacing: 0.22em; }
.hero-bottom span { height: 1px; flex: 1; background: var(--line); }

.intro, .collections, .process, .distribution, .product-gallery, .commitments, .faq, .contact {
  position: relative;
  padding-block: clamp(90px, 11vw, 160px);
}
.section-kicker {
  display: flex;
  gap: 13px;
  align-items: center;
  margin-bottom: 66px;
  color: var(--gold);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.22em;
}
.section-kicker span { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 8px; }
.intro { background: linear-gradient(120deg, #06100c, #091c15); }
.intro-grid, .process-grid, .faq-grid, .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 8vw, 150px); }
h2 {
  margin-bottom: 22px;
  font-size: clamp(43px, 5.5vw, 78px);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.98;
  text-transform: uppercase;
}
.intro-copy h3 { margin-bottom: 18px; color: var(--gold-light); font-family: var(--serif); font-size: 31px; font-weight: 500; }
.intro-copy p, .section-heading > p:last-child, .distribution-copy > p, .contact-copy > p:last-child {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}
.text-link {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  margin-top: 16px;
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.intro-stats { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 84px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.intro-stats article { padding: 30px 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.intro-stats strong { display: block; color: var(--gold-light); font-size: 34px; letter-spacing: -0.08em; }
.intro-stats sup { font-size: 16px; }
.intro-stats span { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.section-corner-cta {
  position: absolute;
  right: clamp(24px, 7vw, 120px);
  bottom: clamp(28px, 4vw, 58px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid var(--line);
  background: rgba(213, 173, 75, 0.08);
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
  transition: 0.25s ease;
}
.section-corner-cta:hover {
  border-color: var(--gold);
  background: rgba(213, 173, 75, 0.16);
  transform: translateY(-2px);
}

.collections { background: var(--black); }
.section-heading { max-width: 740px; margin-bottom: 52px; }
.collection-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); }
.collection-card {
  position: relative;
  min-height: 380px;
  padding: 30px;
  overflow: hidden;
  background: #07100d;
  transition: 0.3s ease;
}
.collection-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(7,16,13,0.15), #07100d 66%);
  pointer-events: none;
}
.collection-card:hover { transform: translateY(-8px); background: #0a1d16; box-shadow: 0 15px 30px rgba(0,0,0,0.2); }
.collection-card > *:not(.collection-media) { position: relative; z-index: 2; }
.collection-media {
  position: absolute;
  inset: 0 0 auto;
  height: 48%;
  opacity: 0.52;
}
.collection-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.06);
}
.card-icon { margin-top: 78px; color: var(--gold-light); font-size: 42px; }
.card-count { margin-top: 54px; color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: 0.2em; }
.collection-card h3 { margin-bottom: 14px; color: var(--cream); font-size: 25px; letter-spacing: -0.06em; text-transform: uppercase; }
.collection-card > p:last-of-type { min-height: 68px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.collection-card button { padding: 0; border: 0; background: transparent; color: var(--gold-light); font-size: 9px; font-weight: 800; letter-spacing: 0.17em; text-transform: uppercase; }
.collection-card button span { margin-left: 10px; }
.card-glasshouse { box-shadow: inset 0 2px #9d6dd8; }
.card-greenhouse { box-shadow: inset 0 2px #9fcf42; }
.card-outdoor { box-shadow: inset 0 2px #e5bd30; }
.card-extracts { box-shadow: inset 0 2px #d5ad4b; }
.collections > .button { margin-top: 32px; }
.collections > .section-corner-cta { margin-top: 0; }

.process { background: #07150f; }
.process-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.process-list li {
  display: grid;
  grid-template-columns: 50px 1fr;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
.process-list span { grid-row: span 2; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: 0.14em; }
.process-list strong { color: var(--cream); font-size: 17px; text-transform: uppercase; }
.process-list small { margin-top: 4px; color: var(--muted); font-size: 11px; }

.distribution { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 8vw, 130px); align-items: center; background: #050b08; }
.distribution .section-kicker { margin-bottom: 56px; }
.distribution-features { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 34px; }
.distribution-features span { color: var(--cream); font-size: 11px; }
.map-card {
  position: relative;
  min-height: 460px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  background: radial-gradient(circle, rgba(15,107,80,0.4), transparent 50%), #06110d;
}
.map-card::before, .map-card::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: var(--line);
}
.map-card::after { width: 100%; height: 1px; }
.map-card p { position: absolute; right: 24px; bottom: 15px; color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: 0.2em; text-align: right; }
.map-center { display: grid; width: 110px; height: 110px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); font-family: var(--serif); font-size: 32px; }
.map-orbit { position: absolute; border: 1px solid var(--line); border-radius: 50%; }
.orbit-one { width: 280px; height: 280px; }
.orbit-two { width: 420px; height: 420px; }
.map-dot { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 15px var(--gold); }
.dot-one { left: 18%; top: 29%; }.dot-two { right: 22%; top: 24%; }.dot-three { left: 27%; bottom: 22%; }.dot-four { right: 15%; bottom: 33%; }

.product-gallery {
  display: grid;
  grid-template-columns: minmax(270px, 0.38fr) 1fr;
  gap: clamp(34px, 6vw, 86px);
  align-items: end;
  overflow: hidden;
  background: linear-gradient(120deg, #07150f, #040806);
}
.product-gallery .section-kicker { margin-bottom: 44px; }
.gallery-copy p:last-child {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}
.carousel-shell {
  position: relative;
  min-width: 0;
}
.carousel-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 16px;
}
.carousel-actions button {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(4,8,6,0.42);
  color: var(--gold-light);
  transition: 0.25s ease;
}
.carousel-actions button:hover {
  border-color: var(--gold);
  background: rgba(213,173,75,0.1);
}
.product-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(235px, 31%);
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}
.product-carousel::-webkit-scrollbar { display: none; }
.product-slide {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #07100d;
  scroll-snap-align: start;
  transform: scale(0.94);
  transform-origin: center;
  transition: transform 0.55s ease, border-color 0.55s ease, box-shadow 0.55s ease, opacity 0.55s ease;
  opacity: 0.72;
}
.product-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(4,8,6,0.94));
}
.product-slide img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  transition: transform 0.75s ease;
}
.product-slide:hover img { transform: scale(1.04); }
.product-slide.is-center {
  border-color: rgba(213, 173, 75, 0.52);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.34);
  opacity: 1;
  transform: scale(1.04);
  z-index: 2;
}
.product-slide.is-center img { transform: scale(1.08); }
.product-slide span,
.product-slide h3 {
  position: absolute;
  z-index: 1;
  left: 22px;
}
.product-slide span {
  bottom: 62px;
  color: var(--gold);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.product-slide h3 {
  right: 22px;
  bottom: 20px;
  margin: 0;
  color: var(--cream);
  font-size: 22px;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.samples { padding-block: 0; background: #050b08; }
.sample-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 46px 50px;
  overflow: hidden;
  border: 1px solid rgba(213, 173, 75, 0.34);
  background: linear-gradient(90deg, rgba(213,173,75,0.15), transparent), #0a1d16;
}
.sample-card > *:not(.sample-photo) { position: relative; z-index: 1; }
.sample-photo {
  position: absolute;
  inset: 0 0 0 auto;
  width: min(44%, 440px);
  opacity: 0.3;
  mask-image: linear-gradient(90deg, transparent, black 38%);
}
.sample-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sample-card h2 { margin-bottom: 12px; font-size: clamp(32px, 4vw, 54px); }
.sample-card p:last-child { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.sample-card .button { flex-shrink: 0; }

.commitments { background: #050b08; }
.commitment-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.commitment-grid article { min-height: 210px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.commitment-grid span { color: var(--gold); font-size: 32px; }
.commitment-grid h3 { margin: 44px 0 7px; font-size: 16px; text-transform: uppercase; }
.commitment-grid p { color: var(--muted); font-size: 12px; }

.faq { background: #07150f; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; justify-content: space-between; padding: 22px 0; color: var(--cream); font-size: 14px; font-weight: 700; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--gold); font-size: 21px; font-weight: 400; transition: 0.2s ease; }
.accordion details[open] span { transform: rotate(45deg); }
.accordion p { padding-right: 28px; color: var(--muted); font-size: 13px; line-height: 1.8; }

.contact {
  background:
    radial-gradient(circle at 82% 22%, rgba(15, 107, 80, 0.2), transparent 28%),
    linear-gradient(120deg, #050b08, #07150f 58%, #04100b);
}
.contact-hub {
  display: grid;
  gap: 18px;
}
.contact-primary,
.social-grid {
  display: grid;
  gap: 1px;
  background: var(--line);
}
.contact-primary { grid-template-columns: repeat(2, 1fr); }
.social-grid { grid-template-columns: repeat(3, 1fr); }
.contact-main-link,
.social-grid a {
  position: relative;
  min-height: 150px;
  padding: 24px 50px 24px 24px;
  background: rgba(4, 8, 6, 0.62);
  transition: 0.25s ease;
}
.contact-main-link:hover,
.social-grid a:hover {
  background: rgba(213, 173, 75, 0.1);
}
.contact-main-link small,
.social-grid small {
  display: block;
  margin-bottom: 16px;
  color: var(--gold);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.2em;
}
.contact-main-link strong,
.social-grid strong {
  display: block;
  color: var(--cream);
  font-size: clamp(20px, 2.7vw, 34px);
  line-height: 1.02;
  letter-spacing: -0.08em;
  text-transform: uppercase;
}
.social-grid strong { font-size: clamp(16px, 2vw, 24px); }
.contact-main-link span,
.social-grid span {
  position: absolute;
  right: 20px;
  top: 22px;
  color: var(--gold);
}
.catalogue-online-button {
  position: relative;
  display: block;
  width: 100%;
  min-height: 96px;
  padding: 22px 64px 22px 24px;
  border: 1px solid rgba(240, 216, 137, 0.72);
  background: linear-gradient(135deg, var(--gold), var(--gold-light) 50%, #b68b2f);
  color: #142016;
  text-align: left;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.26);
  transition: 0.25s ease;
}
.catalogue-online-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.34);
}
.catalogue-online-button small {
  display: block;
  margin-bottom: 9px;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.22em;
}
.catalogue-online-button strong {
  display: block;
  font-size: clamp(22px, 3vw, 38px);
  line-height: 0.98;
  letter-spacing: -0.08em;
  text-transform: uppercase;
}
.catalogue-online-button span {
  position: absolute;
  right: 22px;
  top: 24px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(20, 32, 22, 0.25);
  border-radius: 50%;
}
.catalogue-downloads {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}
.catalogue-downloads .button {
  flex: 1 1 220px;
}

footer {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 24px;
  padding: 40px clamp(24px, 6vw, 100px) 24px;
  border-top: 1px solid var(--line);
  background: var(--black);
}
.footer-legal-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  max-width: 430px;
}
.footer-legal-actions button {
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--line);
  background: rgba(7, 19, 15, 0.54);
  color: var(--gold-light);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  transition: 0.22s ease;
}
.footer-legal-actions button:hover {
  border-color: var(--gold);
  background: rgba(213, 173, 75, 0.1);
}
.legal-modal {
  position: fixed;
  z-index: 70;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(16px, 4vw, 42px);
  background: rgba(0, 0, 0, 0.78);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.legal-modal.open {
  opacity: 1;
  pointer-events: auto;
}
.legal-panel {
  position: relative;
  width: min(920px, 100%);
  max-height: min(820px, calc(100vh - 48px));
  padding: clamp(32px, 5vw, 58px);
  overflow-y: auto;
  border: 1px solid rgba(213, 173, 75, 0.32);
  border-radius: 26px;
  background: #07130f;
  box-shadow: 0 34px 95px rgba(0, 0, 0, 0.58);
}
.legal-panel h2 {
  margin-bottom: 26px;
  font-size: clamp(34px, 5vw, 62px);
}
.legal-close {
  position: fixed;
  z-index: 71;
  top: clamp(24px, 5vw, 54px);
  right: clamp(24px, 5vw, 54px);
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--black);
  color: var(--gold-light);
  font-size: 27px;
}
.legal-content {
  display: grid;
  gap: 20px;
}
.legal-content section { padding-top: 2px; }
.legal-content h3 {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.legal-content p {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.75;
}
.legal-content strong { color: var(--cream); }
.legal-content a { color: var(--gold-light); }
footer p { grid-column: span 2; margin: 10px 0 0; color: rgba(163,169,159,0.54); font-size: 8px; letter-spacing: 0.16em; }
.footer-webdev {
  grid-column: 2;
  justify-self: end;
  align-self: end;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: -6px;
  color: rgba(241, 237, 223, 0.46);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: opacity 0.22s ease, transform 0.22s ease;
}
.footer-webdev:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
.footer-webdev img {
  display: block;
  width: 72px;
  height: auto;
  opacity: 0.72;
  mix-blend-mode: screen;
}

.catalogue-modal {
  position: fixed;
  z-index: 40;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(14px, 3vw, 38px);
  background: rgba(0,0,0,0.76);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.catalogue-modal.open { opacity: 1; pointer-events: auto; }
.catalogue-panel {
  position: relative;
  width: min(1080px, calc(100vw - clamp(28px, 6vw, 76px)));
  max-height: min(880px, calc(100vh - clamp(28px, 6vw, 76px)));
  padding: clamp(52px, 5vw, 72px) clamp(18px, 4vw, 58px) 28px;
  overflow-y: auto;
  border: 1px solid rgba(213, 173, 75, 0.28);
  border-radius: 28px;
  background: #07130f;
  box-shadow: 0 34px 95px rgba(0, 0, 0, 0.58);
  transform: translateY(22px) scale(0.98);
  transition: transform 0.36s ease;
}
.catalogue-modal.open .catalogue-panel { transform: translateY(0) scale(1); }
.catalogue-close {
  position: absolute;
  z-index: 3;
  top: clamp(18px, 3vw, 30px);
  right: clamp(18px, 3vw, 30px);
  width: 45px;
  height: 45px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--black);
  color: var(--gold-light);
  font-size: 26px;
}
.catalogue-header h2 { font-size: clamp(38px, 5vw, 62px); }
.catalogue-header p:last-child { color: var(--muted); font-size: 13px; }
.catalogue-tabs {
  display: flex;
  gap: 10px;
  margin: 30px 0 18px;
  padding: 10px;
  overflow-x: auto;
  border: 1px solid rgba(213, 173, 75, 0.18);
  border-radius: 18px;
  background: rgba(4, 8, 6, 0.42);
}
.catalogue-tabs button {
  flex-shrink: 0;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(213, 173, 75, 0.32);
  border-radius: 999px;
  background: rgba(213, 173, 75, 0.06);
  color: var(--cream);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 1px rgba(241, 237, 223, 0.02);
  transition: 0.22s ease;
}
.catalogue-tabs button:hover {
  border-color: var(--gold);
  background: rgba(213, 173, 75, 0.14);
  color: var(--gold-light);
}
.catalogue-tabs button.active {
  border-color: var(--gold);
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: #142016;
  box-shadow: 0 10px 24px rgba(213, 173, 75, 0.18);
}
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: 12px; white-space: nowrap; }
th, td { padding: 12px 14px; border: 1px solid var(--line); text-align: right; }
th:first-child, td:first-child { text-align: left; }
th { color: var(--gold-light); font-size: 9px; letter-spacing: 0.08em; text-transform: uppercase; }
td { color: var(--cream); }
.product-cell {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.product-actions {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.photo-eye,
.video-play {
  display: inline-grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border: 1px solid rgba(213, 173, 75, 0.36);
  border-radius: 50%;
  background: rgba(213, 173, 75, 0.08);
  color: var(--gold-light);
  font-size: 12px;
  line-height: 1;
  transition: 0.2s ease;
}
.video-play {
  color: #142016;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
}
.photo-eye:hover,
.video-play:hover {
  border-color: var(--gold);
  background: rgba(213, 173, 75, 0.18);
  transform: translateY(-1px);
}
.video-play:hover {
  background: var(--gold-light);
}
.category-row td { background: rgba(213,173,75,0.1); color: var(--gold-light); font-size: 10px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.catalogue-footer { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-top: 20px; }
.catalogue-footer p { color: var(--muted); font-size: 10px; }

.photo-modal,
.video-modal {
  position: fixed;
  z-index: 60;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.82);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.photo-modal.open,
.video-modal.open {
  opacity: 1;
  pointer-events: auto;
}
.photo-panel,
.video-panel {
  width: min(860px, 92vw);
  margin: 0;
  border: 1px solid var(--line);
  background: #07100d;
  box-shadow: 0 35px 90px rgba(0,0,0,0.55);
}
.photo-panel img {
  display: block;
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  background: #040806;
}
.video-panel video {
  display: block;
  width: 100%;
  max-height: 78vh;
  background: #040806;
}
.photo-panel figcaption,
.video-panel figcaption {
  padding: 14px 18px;
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.photo-close,
.video-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--black);
  color: var(--gold-light);
  font-size: 27px;
}

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .main-nav { display: none; }
  .main-nav.open {
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    display: grid;
    gap: 0;
    padding: 12px 24px 24px;
    border-bottom: 1px solid var(--line);
    background: rgba(4,8,6,0.97);
  }
  .main-nav a { padding: 14px 0; }
  .menu-toggle { display: grid; gap: 5px; }
  .menu-toggle span { display: block; width: 24px; height: 1px; background: var(--gold-light); }
  .collection-grid { grid-template-columns: repeat(2, 1fr); }
  .distribution, .product-gallery { grid-template-columns: 1fr; }
  .map-card { min-height: 350px; }
  .product-carousel { grid-auto-columns: minmax(235px, 44%); }
  .contact-primary, .social-grid { grid-template-columns: 1fr; }
  .hero-catalogue-cta {
    width: min(560px, calc(100vw - 48px));
  }
}

@media (max-width: 650px) {
  .section-shell { padding-inline: 20px; }
  .site-header { height: 72px; padding-inline: 20px; }
  .brand strong { font-size: 13px; }
  h1 { font-size: clamp(52px, 16vw, 77px); }
  .hero { min-height: 700px; }
  .hero-video { opacity: 0.18; }
  .hero-sound-toggle {
    top: 92px;
    right: 20px;
    min-height: 38px;
    padding: 0 13px;
    font-size: 8px;
  }
  .age-gate-actions { flex-direction: column; }
  .hero-note { display: none; }
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    max-width: none;
    margin-top: 34px;
  }
  .hero-catalogue-cta { min-width: 0; width: 100%; }
  .intro-grid, .process-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 38px; }
  .section-corner-cta {
    position: static;
    width: 100%;
    margin-top: 30px;
  }
  .intro-stats { grid-template-columns: repeat(2, 1fr); margin-top: 55px; }
  .section-kicker { margin-bottom: 40px; }
  .collection-grid { grid-template-columns: 1fr; }
  .collection-card { min-height: 300px; }
  .collection-media { height: 56%; opacity: 0.42; }
  .card-icon { margin-top: 52px; }
  .card-count { margin-top: 38px; }
  .product-carousel { grid-auto-columns: minmax(235px, 82%); }
  .product-slide, .product-slide img { min-height: 340px; }
  .distribution-features { grid-template-columns: 1fr; }
  .sample-card { display: block; padding: 30px 24px; }
  .sample-photo { width: 72%; opacity: 0.16; }
  .sample-card .button { margin-top: 20px; }
  .commitment-grid { grid-template-columns: repeat(2, 1fr); }
  .commitment-grid article { min-height: 175px; padding: 20px; }
  .commitment-grid h3 { margin-top: 30px; font-size: 13px; }
  .contact-main-link, .social-grid a { min-height: 116px; }
  .catalogue-downloads { display: grid; }
  footer { display: block; padding-inline: 20px; }
  .footer-legal-actions {
    display: grid;
    width: 100%;
    margin-top: 24px;
  }
  .footer-legal-actions button { width: 100%; }
  .legal-panel {
    max-height: calc(100vh - 32px);
    padding: 52px 20px 28px;
    border-radius: 20px;
  }
  .legal-close {
    top: 24px;
    right: 24px;
  }
  footer p { margin-top: 0; }
  .footer-webdev {
    justify-content: flex-end;
    margin-top: 22px;
  }
  .footer-webdev img { width: 64px; }
  .catalogue-modal {
    align-items: flex-start;
    padding: 14px;
  }
  .catalogue-close {
    top: 22px;
    right: 22px;
    left: auto;
    width: 42px;
    height: 42px;
  }
  .catalogue-panel {
    width: calc(100vw - 28px);
    max-height: calc(100vh - 28px);
    padding: 66px 14px 24px;
    border-radius: 22px;
  }
  .catalogue-tabs {
    margin-top: 22px;
    padding: 8px;
  }
  .catalogue-tabs button {
    min-height: 40px;
    padding-inline: 14px;
  }
  .catalogue-footer { display: block; }
}
