.age-gate {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 75% 50%, rgba(143,114,168,.27), transparent 27%),
    #08070a;
}
.age-gate.hidden { display: none; }

/*
 * Entry used to be a hard cut into the hero. Dissolve the gate instead, timed
 * to the smoke burst site-interactions.js fires on unlock.
 */
.age-gate {
  transition: opacity 620ms ease, filter 620ms ease, transform 620ms ease;
}
.age-gate.leaving {
  opacity: 0;
  filter: blur(14px);
  transform: scale(1.06);
  pointer-events: none;
}

/* The bomb is already primed while the visitor is still at the gate. */
.age-brand {
  animation: age-brand-pulse 3.4s ease-in-out infinite;
}
@keyframes age-brand-pulse {
  0%, 100% { text-shadow: 0 0 0 rgba(200,175,217,0); }
  50% { text-shadow: 0 0 46px rgba(200,175,217,.34); }
}
.age-shell {
  width: min(1080px, 100%);
  display: grid;
  grid-template-columns: 1fr minmax(360px, 500px);
  align-items: center;
  gap: clamp(35px, 8vw, 120px);
}
.age-brand {
  font-family: Anton, sans-serif;
  font-size: clamp(5rem, 12vw, 11rem);
  line-height: .8;
  color: var(--purple-light);
}
.age-brand span {
  display: block;
  margin-top: 18px;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: .08em;
  letter-spacing: .45em;
}
.age-card {
  border: 1px solid var(--line);
  padding: clamp(28px, 4vw, 50px);
  background: rgba(18,16,22,.9);
  box-shadow: 0 30px 100px rgba(0,0,0,.35);
}
.age-card h1 {
  margin: 0;
  font-family: Anton, sans-serif;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: .95;
  text-transform: uppercase;
  font-weight: 400;
}
.age-intro { color: #aaa4ae; line-height: 1.65; }
.dob-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.25fr;
  gap: 10px;
  margin-top: 24px;
}
.dob-grid label { display: grid; gap: 7px; }
.dob-grid label span {
  color: #8e8992;
  font-size: .62rem;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.dob-grid input {
  width: 100%;
  border: 1px solid #37323c;
  background: #0d0c0f;
  color: #fff;
  padding: 14px 12px;
  outline: none;
}
.dob-grid input:focus { border-color: var(--purple); }
.form-error {
  min-height: 20px;
  margin: 10px 0;
  color: #e7a8b0;
  font-size: .72rem;
}
.leave-link {
  display: block;
  margin-top: 16px;
  text-align: center;
  color: #8d8791;
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.legal-small {
  margin: 24px 0 0;
  color: #6f6973;
  font-size: .66rem;
  line-height: 1.55;
}

.reveal {
  opacity: 0;
  transform: translateY(24px) perspective(1100px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition: opacity .75s ease, transform .75s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0) perspective(1100px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
}
.tilt-target.visible { transition: opacity .75s ease, transform 160ms ease-out, border-color 180ms ease; }
.tilt-target.tilting { transition: opacity .75s ease, transform 60ms linear, border-color 180ms ease; }

@media (max-width: 1000px) {
  .site-header { grid-template-columns: 1fr auto; }
  .header-cta { display: none; }
  .menu-toggle { display: inline-flex; }
  .site-header nav {
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 14px 20px 22px;
    background: #0d0c0f;
    border-bottom: 1px solid var(--line);
  }
  .site-header nav.open { display: flex; }
  .site-header nav a { width: 100%; padding: 15px 0; border-bottom: 1px solid var(--line); }
  .hero-grid { grid-template-columns: 1fr; padding-top: 80px; }
  .hero-art { min-height: 560px; }
  .hero-logo { max-height: 600px; }
  .section-heading,
  .find-panel,
  .wholesale,
  .faq { grid-template-columns: 1fr; }
  .section-copy { justify-self: start; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-step:nth-child(2) { border-right: 0; }
  .process-step:nth-child(-n+2) { border-bottom: 1px solid rgba(0,0,0,.17); }
  .faq { gap: 35px; }
  .age-shell { grid-template-columns: 1fr; max-width: 560px; }
  .age-brand { display: none; }
}

@media (max-width: 720px) {
  /* The headline now shares the screen with the logo, so it cannot run at 23vw. */
  .hero h1 { font-size: clamp(2.9rem, 16vw, 4.6rem); }
  .hero-lead { margin-top: 16px; font-size: 1rem; line-height: 1.55; }
  .hero-actions { margin-top: 22px; gap: 10px; flex-wrap: nowrap; }
  .hero-actions .btn {
    flex: 1 1 0;
    min-width: 0;
    min-height: 46px;
    padding: 0 8px;
    font-size: .64rem;
    letter-spacing: .06em;
    white-space: nowrap;
  }
  .hero-headline .kicker { margin-bottom: 12px; letter-spacing: .16em; }
  .hero-notes { margin-top: 20px; gap: 8px 18px; font-size: .62rem; }
  .hero-grid { padding-bottom: 90px; }
  .hero-art { min-height: 470px; }
  .hero-logo { width: 100%; max-height: 500px; }
  .spin-wheel { width: 440px; }
  .scroll-cue { display: none; }
  .section-heading { gap: 26px; }
  .mobile-swipe-hint {
    display: block;
    margin: -28px 0 18px;
    color: #89838d;
    font-size: .66rem;
    text-transform: uppercase;
    letter-spacing: .12em;
  }
  .product-grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    margin-right: -20px;
    padding: 0 20px 12px 0;
  }
  .product-grid::-webkit-scrollbar { display: none; }
  .product-card,
  .product-card.product-wide,
  .product-card.reverse {
    flex: 0 0 min(86vw, 430px);
    grid-column: auto;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(260px, .9fr) auto;
    min-height: 0;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }
  .product-card.reverse .product-image { order: 0; }
  .product-image { min-height: 270px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { border-right: 0; border-bottom: 1px solid rgba(0,0,0,.17); min-height: 260px; }
  .process-step:last-child { border-bottom: 0; }
  .process-step h3 { margin-top: 38px; }
  .find-panel { gap: 38px; }
  .location-stack article { grid-template-columns: 1fr; }
  .location-stack strong { grid-row: auto; }
  .footer-top,
  .footer-bottom { flex-direction: column; }
  .dob-grid { grid-template-columns: 1fr 1fr; }
  .dob-grid label:last-child { grid-column: span 2; }
}

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