/* Puff Land preferred mock — black / white / red */
html { scroll-behavior: smooth; }
section[id], #shop, #contact, #brands { scroll-margin-top: 96px; }
:root {
  --bg: #000000;
  --bg-2: #0a0a0a;
  --bg-card: #0f0f0f;
  --text: #ffffff;
  --muted: #b8b8b8;
  --red: #E10600;
  --red-hot: #FF1A1A;
  --line: rgba(255,255,255,.12);
  --line-red: rgba(225,6,0,.45);
  --radius: 14px;
  --font: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --max: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button { font: inherit; cursor: pointer; }
.container { width: min(100% - 40px, var(--max)); margin-inline: auto; }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 1000;
  background: var(--red); color: #fff; padding: 10px 14px; font-weight: 700;
}
.skip-link:focus { left: 12px; top: 12px; }

.age-strip {
  background: #111;
  color: var(--muted);
  text-align: center;
  font-size: 12px;
  letter-spacing: .04em;
  padding: 8px 16px;
  border-bottom: 1px solid var(--line);
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: linear-gradient(180deg, rgba(0,0,0,.55), rgba(0,0,0,.18));
  backdrop-filter: blur(6px);
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled {
  background: rgba(0,0,0,.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 88px;
  padding: 10px 0;
}
.brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 0;
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  outline: none;
}
.brand img {
  width: 286px;
  height: auto;
  filter: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  outline: none;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: 12px;
  flex: 1;
}
.site-nav a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .02em;
  color: #eaeaea;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
}
.site-nav a:hover,
.site-nav a.is-active { color: #fff; border-bottom-color: var(--red); }
.site-nav .mobile-order { display: none; }

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: auto;
}
.loc-chip {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 220px;
}
.loc-chip strong { display: block; font-size: 13px; line-height: 1.2; }
.loc-chip span { display: block; font-size: 11px; color: var(--muted); line-height: 1.2; }

.order-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  background: var(--red);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 11px 16px;
  border-radius: 999px;
  white-space: nowrap;
  transition: background .15s ease, transform .15s ease;
}
.order-pill:hover { background: var(--red-hot); }
.order-pill:active { transform: translateY(1px); }

.menu-toggle {
  display: none;
  width: 44px; height: 44px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: transparent;
  padding: 0;
  place-items: center;
  gap: 5px;
  flex-direction: column;
  justify-content: center;
}
.menu-toggle span {
  display: block; width: 18px; height: 2px; background: #fff; border-radius: 2px;
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 56px;
  min-height: min(78vh, 760px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-bg {
  position: absolute; inset: 0; pointer-events: none; overflow: hidden;
  background: #000;
}
.hero-bg::before {
  content: "";
  position: absolute; inset: -4% 0 -8%;
  background: url("../assets/smoke-hero.webp") center 40% / cover no-repeat;
  opacity: .95;
  filter: contrast(1.08) brightness(1.05) saturate(1.05);
  animation: smokeDrift 32s ease-in-out infinite alternate;
}
.hero-bg::after {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(900px 420px at 12% 28%, rgba(225,6,0,.14), transparent 62%),
    linear-gradient(180deg, rgba(0,0,0,.25) 0%, transparent 28%, rgba(0,0,0,.35) 78%, #000 100%);
  z-index: 1;
}
.smoke { display: none; }
.smoke-svg { display: none; }
@keyframes smokeDrift {
  from { transform: translate3d(-2%, 2%, 0) scale(1.05); }
  to { transform: translate3d(3%, -3%, 0) scale(1.12); }
}
@keyframes smokeFloat {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); opacity: .45; }
  50% { transform: translate3d(18px, -22px, 0) scale(1.08); opacity: .7; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-bg::before, .smoke-1, .smoke-2, .smoke-3, .smoke-4 { animation: none; }
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 48px;
  align-items: center;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow.dark { color: var(--red); }
.hero-copy h1 {
  margin: 0 0 18px;
  font-size: clamp(42px, 6.2vw, 78px);
  line-height: .95;
  letter-spacing: -.04em;
  font-weight: 900;
  text-transform: uppercase;
}
.hero-copy h1 .accent { color: var(--red); }
.hero-lede {
  margin: 0 0 28px;
  max-width: 34ch;
  color: #d8d8d8;
  font-size: 18px;
}
.btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  background: var(--red);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 16px 22px;
  border-radius: 12px;
  transition: background .15s ease;
}
.btn-cta:hover { background: var(--red-hot); }
.btn-outline, .btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 12px;
  padding: 14px 18px;
  font-weight: 700;
  font-size: 14px;
}
.btn-outline {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}
.btn-ghost {
  border: 1px solid var(--line);
  color: #fff;
  background: transparent;
}

.hero-side { display: grid; gap: 28px; }
.auth-lockups {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 16px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.03);
}
.auth-item { display: grid; gap: 3px; }
.auth-item strong {
  font-size: 20px;
  letter-spacing: -.02em;
  font-weight: 900;
  line-height: 1;
}
.auth-item span {
  font-size: 10px;
  letter-spacing: .14em;
  color: var(--muted);
  font-weight: 700;
}
.auth-divider { width: 1px; height: 48px; background: rgba(255,255,255,.25); }

.trust-row {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.trust-row li {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 10px;
  padding: 16px 10px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(0,0,0,.35);
}
.trust-row span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1.25;
}

.script-tagline {
  position: relative;
  z-index: 1;
  margin: 42px auto 0;
  text-align: center;
  font-family: "Segoe Script", "Apple Chancery", "Brush Script MT", cursive;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 400;
  color: #fff;
  width: fit-content;
}
.script-tagline::after {
  content: "";
  display: block;
  width: 72%;
  height: 2px;
  margin: 8px auto 0;
  background: linear-gradient(90deg, transparent, var(--red), transparent);
  border-radius: 2px;
}

/* Categories */
.categories {
  padding: 56px 0 72px;
  border-top: 1px solid var(--line);
}
.section-head {
  max-width: 640px;
  margin: 0 auto 28px;
  text-align: center;
}
.section-head h2 {
  margin: 0 0 10px;
  font-size: clamp(26px, 3.5vw, 38px);
  letter-spacing: -.02em;
}
.section-sub {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
}
.cat-card {
  display: grid;
  place-items: center;
  text-align: center;
  text-decoration: none;
  min-height: 72px;
  padding: 16px 12px;
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.01));
  border: 1px solid var(--line);
  border-radius: 14px;
  color: #fff;
  transition: border-color .15s ease, background .15s ease, transform .15s ease, box-shadow .15s ease;
}
.cat-card:hover {
  border-color: var(--red);
  background: rgba(225,6,0,.08);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0,0,0,.35);
}
.cat-card span {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
  line-height: 1.3;
  text-align: center;
}
.cat-mobile-cta { display: none; margin-top: 18px; text-align: center; }
.cat-mobile-cta a {
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .06em;
  text-decoration: none;
}

/* Reviews */
.reviews {
  background: #f3f3f3;
  color: #111;
  padding: 72px 0;
}
.reviews h2 {
  margin: 0;
  text-align: center;
  font-size: clamp(28px, 4vw, 42px);
  letter-spacing: -.03em;
  font-weight: 900;
}
.reviews-sub {
  text-align: center;
  color: #555;
  margin: 10px 0 36px;
}
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.review-card {
  background: #fff;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  border: 1px solid #e8e8e8;
  display: flex;
  flex-direction: column;
}
.review-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}
.source {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.source::before {
  content: "";
  width: 9px; height: 9px; border-radius: 50%;
}
.source.google::before { background: #4285F4; }
.source.yelp::before { background: #d32323; }
.stars { color: #E10600; letter-spacing: 1px; font-size: 14px; }
.review-card blockquote {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: #222;
  flex: 1;
}
.reviewer {
  margin: 18px 0 0;
  color: #666;
  font-weight: 700;
  font-size: 13px;
}
.reviews-more {
  margin: 28px 0 0;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.reviews-more a {
  color: #111;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .04em;
  text-decoration: none;
}
.reviews-more a:hover { color: var(--red); }

/* Value ribbon */
.value-ribbon {
  background: #000;
  border-block: 1px solid var(--line);
  padding: 28px 0;
}
.ribbon-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.ribbon-grid > div {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 8px;
  padding: 8px 16px;
  color: #fff;
  position: relative;
}
.ribbon-grid > div:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0; top: 15%; bottom: 15%;
  width: 1px;
  background: rgba(255,255,255,.2);
}
.ribbon-grid strong {
  font-size: 12px;
  letter-spacing: .1em;
  font-weight: 800;
}
.ribbon-grid span {
  font-size: 12px;
  color: var(--muted);
}

/* Visit */
.visit {
  padding: 80px 0;
  background: #050505;
}
.visit-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(300px, 1.05fr);
  gap: 36px;
  align-items: start;
}
.visit h2 {
  margin: 0 0 14px;
  font-size: clamp(34px, 4.5vw, 54px);
  letter-spacing: -.04em;
  line-height: 1.05;
}
.visit-lede { color: var(--muted); max-width: 46ch; margin: 0 0 24px; }
.visit-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.nap-card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px;
  display: grid;
  gap: 22px;
}
.nap-card span {
  display: block;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
  font-weight: 700;
}
.nap-card strong { font-size: 18px; line-height: 1.35; }
.nap-card a { color: #fff; text-decoration: none; }
.nap-card a:hover { color: var(--red-hot); }

/* FAQ */
.faq {
  background: #f3f3f3;
  color: #111;
  padding: 80px 0;
}
.faq-layout {
  display: grid;
  grid-template-columns: .7fr 1.1fr;
  gap: 48px;
  align-items: start;
}
.faq h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 48px);
  letter-spacing: -.035em;
  line-height: 1.05;
}
.faq-list { border-top: 1px solid #ddd; }
.faq-list details { border-bottom: 1px solid #ddd; }
.faq-list summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 0;
  font-weight: 800;
  font-size: 16px;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  float: right;
  color: var(--red);
  font-weight: 900;
}
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p {
  margin: 0 0 18px;
  color: #444;
  max-width: 60ch;
}

/* Footer */
.site-footer {
  background: #000;
  border-top: 1px solid var(--line);
  padding: 56px 0 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 36px;
}
.footer-brand img { width: 200px; margin-bottom: 12px; }
.footer-brand p, .site-footer p { color: var(--muted); margin: 0; }
.site-footer h2 {
  margin: 0 0 12px;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.site-footer a {
  display: block;
  text-decoration: none;
  color: #ddd;
  margin-bottom: 8px;
  font-size: 14px;
}
.site-footer a:hover { color: var(--red-hot); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  font-size: 12px;
}

/* Toast */
.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%) translateY(20px);
  background: #111;
  color: #fff;
  border: 1px solid var(--line);
  border-left: 4px solid var(--red);
  padding: 14px 18px;
  border-radius: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
  z-index: 200;
  box-shadow: 0 12px 40px rgba(0,0,0,.45);
  font-weight: 700;
}
.toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* Responsive */
@media (max-width: 1100px) {
  .category-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .loc-chip { display: none; }
}

@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; gap: 36px; }
  .trust-row { grid-template-columns: 1fr; }
  .trust-row li {
    grid-template-columns: auto 1fr;
    justify-items: start;
    text-align: left;
    align-items: center;
  }
  .reviews-grid { grid-template-columns: 1fr; }
  .ribbon-grid { grid-template-columns: 1fr 1fr; row-gap: 22px; }
  .ribbon-grid > div:nth-child(2)::after { display: none; }
  .visit-grid, .faq-layout, .footer-grid { grid-template-columns: 1fr; }
  .site-nav {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(320px, 86vw);
    background: #050505;
    border-left: 1px solid var(--line);
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 88px 22px 28px;
    gap: 8px;
    transform: translateX(105%);
    transition: transform .22s ease;
    margin: 0;
    z-index: 120;
  }
  .site-nav.open { transform: translateX(0); }
  .site-nav a { padding: 12px 4px; border-bottom: 1px solid var(--line); font-size: 16px; }
  .site-nav a.is-active { border-bottom-color: var(--red); }
  .site-nav .mobile-order { display: inline-flex; margin-top: 16px; justify-content: center; }
  .header-actions .order-pill { display: none; }
  .menu-toggle { display: inline-flex; }
  body.nav-open { overflow: hidden; }
  body.nav-open::after {
    content: "";
    position: fixed; inset: 0;
    background: rgba(0,0,0,.55);
    z-index: 110;
  }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, var(--max)); }
  .brand { padding: 0; background: none; box-shadow: none; }
  .brand img { width: 210px; }
  .header-inner { min-height: 76px; padding-block: 8px; }
  .hero { padding: 48px 0 40px; min-height: auto; }
  .hero-copy h1 { font-size: clamp(36px, 11vw, 48px); }
  .hero-lede { font-size: 16px; }
  .btn-cta { width: 100%; justify-content: center; }
  .auth-lockups { flex-direction: column; align-items: flex-start; }
  .auth-divider { width: 100%; height: 1px; }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cat-mobile-cta { display: block; }
  .script-tagline { font-size: 26px; margin-top: 28px; }
  .ribbon-grid { grid-template-columns: 1fr; }
  .ribbon-grid > div:not(:last-child)::after { display: none; }
  .ribbon-grid > div {
    border-bottom: 1px solid rgba(255,255,255,.12);
    padding-bottom: 16px;
  }
  .ribbon-grid > div:last-child { border-bottom: 0; }
  .visit, .faq, .reviews { padding: 56px 0; }
  .footer-bottom { flex-direction: column; }
}


/* Age gate */
body.age-locked { overflow: hidden; }
.age-gate {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 24px;
}
.age-gate[hidden] { display: none !important; }
.age-gate__backdrop {
  position: absolute; inset: 0;
  background:
    radial-gradient(800px 420px at 50% 30%, rgba(225,6,0,.18), transparent 60%),
    rgba(0,0,0,.88);
  backdrop-filter: blur(8px);
}
.age-gate__card {
  position: relative;
  z-index: 1;
  width: min(100%, 440px);
  background: #0a0a0a;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  padding: 32px 28px 24px;
  text-align: center;
  box-shadow: 0 24px 80px rgba(0,0,0,.65), 0 0 40px rgba(225,6,0,.12);
}
.age-gate__logo {
  width: 180px;
  margin: 0 auto 18px;
  filter: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
}
.age-gate__eyebrow {
  margin: 0 0 8px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
}
.age-gate__card h2 {
  margin: 0 0 12px;
  font-size: clamp(26px, 5vw, 34px);
  line-height: 1.1;
  letter-spacing: -.02em;
}
.age-gate__copy {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 15px;
}
.age-gate__actions {
  display: grid;
  gap: 10px;
}
.age-gate__yes,
.age-gate__no {
  border: 0;
  border-radius: 12px;
  padding: 14px 16px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 14px;
}
.age-gate__yes {
  background: var(--red);
  color: #fff;
}
.age-gate__yes:hover { background: var(--red-hot); }
.age-gate__no {
  background: transparent;
  color: #ddd;
  border: 1px solid rgba(255,255,255,.2);
}
.age-gate__no:hover { border-color: rgba(255,255,255,.4); }
.age-gate__fine {
  margin: 16px 0 0;
  color: #777;
  font-size: 11px;
  line-height: 1.4;
}
.age-gate__denied .age-gate__copy { color: #ffb4b4; }


.cat-card.cat-soon {
  position: relative;
  opacity: .92;
  cursor: default;
}
.cat-card .soon-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  background: var(--red);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 3px 6px;
  border-radius: 999px;
  line-height: 1.2;
}
.cat-card.cat-soon:hover {
  border-color: var(--line-red);
  transform: none;
}


.visit-panel { display: grid; gap: 18px; align-content: start; }
.visit-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.visit-photo {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #111;
}
.visit-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}
@media (max-width: 720px) {
  .visit-photo { max-width: 100%; }
}


/* About */
.about {
  padding: 80px 0;
  background: #070707;
  border-top: 1px solid var(--line);
}
.about-grid {
  display: grid;
  grid-template-columns: 1.35fr .85fr;
  gap: 40px;
  align-items: start;
}
.about-copy h2 {
  margin: 0 0 16px;
  font-size: clamp(28px, 4vw, 42px);
  letter-spacing: -.03em;
  line-height: 1.1;
  max-width: 16ch;
}
.about-lede {
  color: var(--muted);
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.55;
  max-width: 52ch;
}
.about-quote {
  margin: 0 0 26px;
  padding: 22px 24px;
  border-left: 3px solid var(--red);
  border-radius: 0 16px 16px 0;
  background: rgba(255,255,255,.03);
}
.about-quote p {
  margin: 0 0 12px;
  font-size: 17px;
  line-height: 1.55;
  color: #f5f5f5;
}
.about-quote cite {
  display: block;
  font-style: normal;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
}
.about-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
}
.about-facts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.about-facts li {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,.03);
  display: grid;
  gap: 6px;
}
.about-facts strong {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--red);
}
.about-facts span {
  color: #eee;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
}
@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; gap: 28px; }
  .about-copy h2 { max-width: none; }
}
@media (max-width: 720px) {
  .about { padding: 56px 0; }
  .about-quote { padding: 18px 16px; }
}

/* Keyboard access and device preferences. */
a:focus-visible:not(.brand),button:focus-visible,summary:focus-visible{outline:3px solid #ff8b85;outline-offset:5px}
.brand:focus,.brand:focus-visible{outline:none;box-shadow:none}
.brand:focus-visible img{filter:none;outline:none}
/* keyboard focus without a box around the logo */
.brand:focus-visible{box-shadow:0 3px 0 0 #e10600}
.age-gate__card{max-height:calc(100dvh - 32px);overflow-y:auto}
@media(max-width:900px){.site-nav:not(.open){visibility:hidden;pointer-events:none}.site-nav.open{visibility:visible;pointer-events:auto}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}

/* Navigation layering and measured anchor offset. */
:root{--header-offset:190px}
section[id],#shop,#contact,#brands{scroll-margin-top:var(--header-offset)}
.footer-links{display:flex;flex-wrap:wrap;gap:16px 28px;padding-block:15px}
.footer-links a{color:var(--muted);text-decoration:none}
.nap-card strong a{overflow-wrap:anywhere}
@media(max-width:900px){
 body.nav-open .site-header{z-index:120;backdrop-filter:none;-webkit-backdrop-filter:none}
 body.nav-open .menu-toggle{position:relative;z-index:121;background:#050505}
 .site-nav{height:100dvh;overflow-y:auto;overscroll-behavior:contain}
}
