:root {
  --bg: #080706;
  --paper: #080706;
  --ink: #f8efd7;
  --muted: #b9a982;
  --line: rgba(226, 177, 64, 0.16);
  --gold: #d7a72e;
  --gold-soft: #f0d27b;
  --red: #9e2f25;
  --red-soft: #c45445;
  --warning-height: 48px;
  --fixed-head-height: 150px;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
}

body.has-age-gate {
  overflow: hidden;
}

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 14px;
  background: rgba(0, 0, 0, 0.72);
}

.age-gate[hidden] {
  display: none;
}

.age-card {
  overflow: hidden;
  width: min(405px, 100%);
  border-radius: 18px;
  background: #fff;
  color: #060606;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}

.age-visual {
  background: #080706;
}

.age-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 1.18 / 1;
  object-fit: cover;
}

.age-content {
  display: grid;
  gap: 18px;
  padding: 26px 26px 28px;
  text-align: center;
}

.age-content strong {
  color: #050505;
  font-size: 34px;
  line-height: 0.95;
  font-weight: 950;
}

.age-content p {
  margin: 0;
  color: #111;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 900;
}

.age-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.age-actions button {
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 950;
}

.age-actions button:first-child {
  background: #d91635;
}

.age-actions button:last-child {
  background: #16a34a;
}

.age-content small {
  min-height: 16px;
  color: #b30e25;
  font-size: 12px;
  font-weight: 900;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.45;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.warning,
.phone-page,
.bottom-cta {
  width: min(100%, 430px);
  margin-inline: auto;
}

.warning {
  position: sticky;
  top: 0;
  z-index: 40;
  min-height: var(--warning-height);
  display: grid;
  place-items: center;
  padding: 8px 14px;
  background: #080706;
  color: #fff7df;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.phone-page {
  background: var(--paper);
  padding-bottom: 84px;
}

.topbar {
  position: sticky;
  top: var(--warning-height);
  z-index: 35;
  padding: 10px 14px 11px;
  background: #080706;
  backdrop-filter: blur(12px);
  box-shadow: none;
}

#hero,
#specs,
#flavors,
#colors,
#details,
#social,
#buy {
  scroll-margin-top: var(--fixed-head-height);
}

.brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 11px;
}

.brand img {
  width: 104px;
  max-height: 38px;
  object-fit: contain;
  object-position: left center;
  height: auto;
  display: block;
}

.brand small {
  color: var(--gold-soft);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.05;
  max-width: 198px;
  text-align: right;
  text-transform: none;
  text-shadow: 0 0 12px rgba(215, 167, 46, 0.22);
}

.quick-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 5px;
}

.quick-nav a {
  min-width: 0;
  min-height: 38px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.055);
  color: #f7e8bd;
  font-size: 12px;
  font-weight: 900;
  transition: background 140ms ease, color 140ms ease, transform 140ms ease;
}

.quick-nav a:hover,
.quick-nav a:focus-visible {
  background: rgba(240, 210, 123, 0.16);
  color: #fff3c6;
  transform: translateY(-1px);
}

.hero {
  padding: 0;
  background:
    radial-gradient(circle at 50% 8%, rgba(215, 167, 46, 0.18), transparent 34%),
    linear-gradient(180deg, #0e0c0a 0%, #15110d 62%, #0e0c0a 100%);
}

.hero-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 0;
  border-radius: 0;
  background: var(--paper);
  box-shadow: none;
}

.hero-frame::before,
.hero-frame::after {
  content: "";
  position: absolute;
  z-index: 3;
  pointer-events: none;
}

.hero-frame::before {
  inset: 0 0 auto;
  height: 86px;
  background: linear-gradient(180deg, #080706 0%, rgba(8, 7, 6, 0.82) 24%, rgba(8, 7, 6, 0.38) 58%, rgba(8, 7, 6, 0) 100%);
}

.hero-frame::after {
  inset: auto 0 0;
  height: 118px;
  background: linear-gradient(180deg, rgba(8, 7, 6, 0) 0%, rgba(8, 7, 6, 0.34) 36%, rgba(8, 7, 6, 0.78) 72%, #0b0907 100%);
}

.hero-track {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1.618;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.hero-slide img,
.hero-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero-slide:first-child img {
  object-fit: cover;
  object-position: center 58%;
  background: var(--paper);
}

.hero-slide:nth-child(2) img {
  object-position: center 55%;
}

.hero-slide:nth-child(3) img {
  object-position: center 58%;
}

.hero-slogan {
  position: absolute;
  z-index: 4;
  top: 78px;
  left: 26px;
  right: 26px;
  margin: 0;
  color: var(--gold-soft);
  background: none;
  -webkit-text-fill-color: currentColor;
  font-size: clamp(34px, 8.8vw, 38px);
  line-height: 0.98;
  font-weight: 950;
  text-align: center;
  letter-spacing: 0;
  text-shadow:
    0 1px 0 rgba(0, 0, 0, 0.72),
    0 6px 16px rgba(0, 0, 0, 0.68),
    0 0 12px rgba(215, 167, 46, 0.22);
}

.hero-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  display: flex;
  justify-content: center;
  gap: 7px;
}

.hero-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
}

.hero-dots button.is-active {
  width: 24px;
  background: var(--red-soft);
}

.hero-copy {
  padding-top: 14px;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--red-soft);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 8px;
  font-size: 34px;
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 10px;
  font-size: 29px;
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 6px;
  font-size: 18px;
  letter-spacing: 0;
}

.hero-copy p:not(.eyebrow),
.note,
.buy-placeholder p,
.mosaic-copy span,
.mosaic-carousel span {
  color: var(--muted);
}

.hero-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 12px;
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 11px 14px;
  font-weight: 900;
  text-align: center;
}

.button.primary {
  background: linear-gradient(180deg, #f0d27b, #d7a72e);
  color: #1b1305;
}

.button.dark {
  background: #111;
  color: #fff;
}

.spec-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 14px;
  background: #12100d;
}

.spec-strip article {
  min-height: 78px;
  display: grid;
  align-content: center;
  justify-items: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  text-align: center;
}

.spec-strip strong {
  font-size: 24px;
  line-height: 1;
}

.spec-strip span {
  margin-top: 6px;
  color: #e9dcc4;
  font-size: 11px;
  font-weight: 800;
}

.detail-section,
.color-section,
.flavor-section,
.social-section,
.buy-section {
  padding: 28px 14px;
}

.section-title {
  margin-bottom: 14px;
}

.flavor-layout {
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(35, 23, 8, 0.1);
}

.detail-section {
  padding: 26px 14px 32px;
  background: #080706;
}

.param-title {
  margin-bottom: 10px;
  padding: 4px 0 2px;
  background: #080706;
}

.param-title .eyebrow {
  margin-bottom: 0;
  color: var(--gold-soft);
}

.param-title h2 {
  max-width: 330px;
  margin: 0;
  color: #fff7df;
  font-size: 30px;
  line-height: 1.02;
}

.mosaic-fixed {
  position: relative;
  overflow: hidden;
  min-height: 248px;
  border-radius: 0;
  background: #0b0907;
  box-shadow: none;
}

.mosaic-fixed img {
  width: 100%;
  height: 100%;
  min-height: 248px;
  object-fit: cover;
  object-position: center 54%;
  padding: 0;
  filter: none;
}

.mosaic-fixed::before,
.mosaic-fixed::after,
.mosaic-carousel article::before,
.mosaic-carousel article::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  z-index: 1;
  pointer-events: none;
}

.mosaic-fixed::before,
.mosaic-carousel article::before {
  top: 0;
  height: 64px;
  background: linear-gradient(180deg, #0b0907 0%, rgba(11, 9, 7, 0.58) 45%, rgba(11, 9, 7, 0) 100%);
}

.mosaic-fixed::after,
.mosaic-carousel article::after {
  bottom: 0;
  height: 72px;
  background: linear-gradient(180deg, rgba(11, 9, 7, 0) 0%, rgba(11, 9, 7, 0.66) 58%, #0b0907 100%);
}

.mosaic-copy {
  position: absolute;
  left: 16px;
  right: 16px;
  top: 14px;
  z-index: 2;
  color: #fff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.48);
}

.mosaic-copy strong {
  display: block;
  font-size: 32px;
  line-height: 0.95;
  font-weight: 900;
}

.mosaic-copy span {
  display: block;
  width: 72%;
  margin-top: 8px;
  color: #fff1c4;
  font-size: 13px;
  font-weight: 800;
}

.mosaic-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 74%;
  align-items: start;
  gap: 8px;
  margin: 8px -14px 0;
  padding: 0 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.mosaic-carousel::-webkit-scrollbar {
  display: none;
}

.mosaic-carousel article {
  position: relative;
  overflow: hidden;
  min-height: 272px;
  border-radius: 0;
  background: #0b0907;
  color: #fff;
  scroll-snap-align: start;
  box-shadow: none;
}

.mosaic-carousel img {
  width: 100%;
  height: 100%;
  min-height: 272px;
  object-fit: cover;
  object-position: center center;
  padding: 0;
  filter: none;
}

.mosaic-carousel video {
  width: 100%;
  height: 272px;
  display: block;
  object-fit: cover;
  object-position: center center;
  background: #0b0907;
}

.mosaic-carousel .video-card::before,
.mosaic-carousel .video-card::after {
  display: none;
}

.mosaic-carousel strong,
.mosaic-carousel span {
  position: absolute;
  left: 14px;
  right: 14px;
  z-index: 2;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.38);
}

.mosaic-carousel strong {
  top: 15px;
  font-size: 24px;
  line-height: 0.98;
  font-weight: 900;
}

.mosaic-carousel span {
  bottom: 16px;
  color: #fff1c4;
  font-size: 13px;
  font-weight: 800;
}

.param-board {
  width: 100%;
  background: transparent;
}

.param-head {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  background: #2a1707;
  box-shadow: inset 0 0 0 1px rgba(255, 249, 201, 0.38);
}

.param-head img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.param-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px;
  align-items: start;
  gap: 10px;
  padding-top: 24px;
  background: transparent;
}

.param-video {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  border-radius: 16px;
  background: #2a1707;
  box-shadow: inset 0 0 0 1px rgba(255, 232, 142, 0.18), 0 8px 18px rgba(68, 38, 5, 0.24);
}

.param-video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  background: #2a1707;
}

.param-list {
  display: grid;
  grid-template-rows: repeat(5, minmax(0, 1fr));
  align-self: stretch;
  gap: 7px;
  height: calc((min(100vw, 430px) - 130px) * 1.3333);
  min-height: 0;
}

.param-list article {
  overflow: hidden;
  min-height: 0;
  border-radius: 13px;
  background: linear-gradient(135deg, #f3d15e 0%, #b77c20 48%, #ffe88d 100%);
  box-shadow: 0 5px 12px rgba(71, 39, 6, 0.24);
}

.param-list img {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.color-section {
  background: #080706;
  color: #fff;
}

.color-section .eyebrow {
  color: var(--gold);
}

.color-rail {
  --color-card-width: 70%;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: var(--color-card-width);
  gap: 0;
  margin-inline: -14px;
  padding: 0 calc((100% - var(--color-card-width)) / 2) 2px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: calc((100% - var(--color-card-width)) / 2);
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
}

.color-rail::-webkit-scrollbar {
  display: none;
}

.color-rail.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.color-rail article {
  overflow: hidden;
  border-radius: 8px;
  background: #080706;
  color: #fff7df;
  scroll-snap-align: center;
  opacity: 0.34;
  filter: blur(1.5px) saturate(0.72);
  transform: scale(0.92);
  transition: opacity 180ms ease, filter 180ms ease, transform 180ms ease;
}


.color-rail article.is-center {
  opacity: 1;
  filter: none;
  transform: scale(1);
}

.color-rail img {
  width: 100%;
  aspect-ratio: 1 / 1.12;
  object-fit: contain;
  background: #080706;
}


.flavor-section {
  background: #080706;
}

.flavor-title-block {
  margin-bottom: 10px;
  padding: 4px 0 2px;
  background: #080706;
}

.flavor-title-block .eyebrow {
  margin-bottom: 0;
  color: var(--gold-soft);
}

.param-title,
.color-section .section-title,
.flavor-title-block {
  margin-bottom: 12px;
  padding: 0;
  background: transparent;
}

.param-title .eyebrow,
.color-section .eyebrow,
.flavor-title-block .eyebrow {
  margin: 0;
  color: var(--gold-soft);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
  text-shadow: 0 0 12px rgba(215, 167, 46, 0.22);
}

.flavor-catalog {
  display: grid;
  gap: 22px;
}

.flavor-frame {
  --flavor-gap: 9px;
  display: grid;
  grid-template-rows: 86px 456px;
  gap: var(--flavor-gap);
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.flavor-masthead {
  display: grid;
  align-content: center;
  gap: 10px;
  overflow: hidden;
  border-radius: 14px;
  padding: 12px 14px;
  background: var(--flavor-mast-bg);
  box-shadow: var(--flavor-mast-shadow);
}

.flavor-tags {
  display: flex;
  gap: 8px;
  align-items: center;
}

.flavor-tags span {
  min-height: 21px;
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  padding: 4px 8px;
  background: #e7c45f;
  color: #120b02;
  font-size: 9px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

.flavor-masthead h2 {
  margin: 0;
  color: var(--flavor-title);
  font-size: 23px;
  line-height: 0.98;
  text-shadow: var(--flavor-title-shadow);
}

.flavor-content {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 84px;
  gap: var(--flavor-gap);
}

.flavor-video,
.flavor-stack article {
  overflow: hidden;
  border-radius: 14px;
  background: var(--flavor-tile-bg);
  box-shadow: var(--flavor-tile-shadow);
}

.flavor-video {
  position: relative;
  cursor: default;
}

.flavor-stack article {
  cursor: zoom-in;
}

.flavor-video video,
.flavor-stack img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.flavor-video.is-detail video {
  visibility: hidden;
}

.inline-flavor-detail {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  background: #0e0c09;
  color: #fff8e8;
  text-align: left;
  cursor: zoom-out;
}

.flavor-video.is-detail .inline-flavor-detail {
  display: grid;
}

.inline-flavor-detail img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  background: #080706;
}

.inline-flavor-detail span,
.inline-flavor-detail strong,
.inline-flavor-detail p,
.inline-flavor-detail small,
.inline-flavor-detail em {
  display: none !important;
}

.flavor-stack article:focus-visible {
  outline: 2px solid var(--gold-soft);
  outline-offset: 2px;
}

.flavor-stack {
  min-height: 0;
  display: grid;
  grid-template-rows: repeat(5, minmax(0, 1fr));
  gap: var(--flavor-gap);
}

.flavor-gold {
  --flavor-frame-bg: linear-gradient(180deg, rgba(255, 231, 143, 0.64), rgba(186, 122, 30, 0.48));
  --flavor-border: rgba(116, 72, 12, 0.28);
  --flavor-frame-shadow: 0 24px 52px rgba(104, 65, 12, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.38);
  --flavor-mast-bg: linear-gradient(135deg, #fff0a8 0%, #d7a638 48%, #ad7324 100%);
  --flavor-mast-shadow: 0 8px 20px rgba(102, 67, 16, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  --flavor-title: #211304;
  --flavor-title-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), 0 2px 0 rgba(153, 104, 25, 0.42), 0 5px 9px rgba(85, 50, 8, 0.26);
  --flavor-tile-bg: #c99635;
  --flavor-tile-shadow: 0 8px 18px rgba(94, 58, 11, 0.24), 0 0 0 1px rgba(84, 50, 8, 0.2);
}

.flavor-red {
  --flavor-frame-bg: linear-gradient(180deg, rgba(219, 91, 86, 0.66), rgba(128, 31, 52, 0.68));
  --flavor-border: rgba(126, 30, 45, 0.36);
  --flavor-frame-shadow: 0 24px 52px rgba(82, 24, 35, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.24);
  --flavor-mast-bg: linear-gradient(135deg, #d96962 0%, #b34055 50%, #7b2440 100%);
  --flavor-mast-shadow: 0 8px 20px rgba(96, 26, 38, 0.29), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  --flavor-title: #fff4e8;
  --flavor-title-shadow: 0 1px 0 rgba(52, 12, 18, 0.6), 0 2px 0 rgba(94, 25, 32, 0.44), 0 5px 10px rgba(40, 8, 14, 0.36);
  --flavor-tile-bg: #962d49;
  --flavor-tile-shadow: 0 8px 18px rgba(72, 18, 31, 0.3), 0 0 0 1px rgba(70, 18, 30, 0.24);
}

.note {
  margin: 10px 0 0;
  font-size: 13px;
}

.social-section {
  background: #080706;
}

.social-section .section-title {
  margin-bottom: 12px;
}

.social-section .eyebrow {
  margin: 0;
  color: var(--gold-soft);
  font-size: 13px;
  line-height: 1.05;
  text-shadow: 0 0 12px rgba(215, 167, 46, 0.22);
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.social-grid button {
  overflow: hidden;
  display: block;
  border: 0;
  border-radius: 7px;
  padding: 0;
  background: #111;
  cursor: zoom-in;
}

.social-grid img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  place-items: center;
  padding: 16px;
  background: rgba(0, 0, 0, 0.88);
}

.lightbox.is-open {
  display: grid;
}

.lightbox-frame {
  width: min(100%, 430px);
  max-height: calc(100vh - 32px);
  display: grid;
  gap: 10px;
  align-items: center;
}

.lightbox img {
  width: 100%;
  max-height: calc(100vh - 96px);
  border-radius: 10px;
  object-fit: contain;
  background: #080706;
}

.lightbox-close {
  justify-self: end;
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  padding: 0 18px;
  background: var(--gold-soft);
  color: #130f08;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.32);
}

.buy-section {
  background: #080706;
  padding-bottom: 34px;
}

.buy-section .section-title {
  margin-bottom: 12px;
}

.buy-section .eyebrow {
  margin: 0;
  color: var(--gold-soft);
  font-size: 13px;
  line-height: 1.05;
  font-weight: 900;
  text-shadow: 0 0 12px rgba(215, 167, 46, 0.22);
}

.buy-hero-image {
  overflow: hidden;
  margin: 0 0 12px;
  border: 2px solid rgba(240, 210, 123, 0.54);
  border-radius: 12px;
  background: #0e0c09;
  box-shadow: inset 0 0 0 1px rgba(8, 7, 6, 0.74);
}

.buy-hero-image img {
  width: 100%;
  aspect-ratio: 2.15 / 1;
  object-fit: cover;
  background: #080706;
}

.buy-panel {
  display: grid;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(240, 210, 123, 0.2);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(240, 210, 123, 0.12), rgba(8, 7, 6, 0) 34%),
    #0e0c09;
}

.buy-summary {
  display: grid;
  gap: 4px;
}

.buy-label,
.buy-field > span,
.buy-note span {
  color: var(--gold-soft);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.buy-summary strong {
  color: #fff8e8;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}

.buy-summary small {
  max-width: 290px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
}

.buy-price-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 10px;
  align-items: end;
  margin-top: 8px;
  padding: 11px 12px;
  border: 1px solid rgba(240, 210, 123, 0.48);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 240, 190, 0.12), rgba(255, 240, 190, 0.04));
  box-shadow: inset 0 0 0 1px rgba(255, 236, 174, 0.12);
}

.buy-price-card span {
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 900;
}

.buy-price-card em {
  justify-self: end;
  align-self: center;
  padding: 5px 8px;
  border-radius: 6px;
  background: #f4c84b;
  color: #120b02;
  font-size: 10px;
  line-height: 1;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.buy-price-card strong {
  grid-column: 1 / -1;
  color: #fff8e8;
  font-size: 24px;
  line-height: 1;
  text-align: left;
}

.buy-price-card small {
  grid-column: 1 / -1;
  color: #ffe6a8;
  font-size: 12px;
  font-weight: 900;
}

.buy-field {
  display: grid;
  gap: 9px;
}

.choice-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.flavor-choice-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.choice,
.flavor-choice {
  min-height: 40px;
  border: 1px solid rgba(240, 210, 123, 0.16);
  border-radius: 8px;
  background: #171410;
  color: #fff4d7;
  font-size: 12px;
  font-weight: 900;
}

.flavor-choice {
  min-height: 42px;
  padding: 8px 9px;
  font-size: 11px;
  line-height: 1.1;
}

.flavor-choice:nth-child(5) {
  grid-column: 1 / -1;
}

.choice.is-active,
.flavor-choice.is-active {
  background: linear-gradient(180deg, #f0d27b, #d7a72e);
  color: #1b1305;
}

.buy-visual-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.buy-thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  margin: 0;
  border: 1px solid rgba(240, 210, 123, 0.1);
  border-radius: 8px;
  padding: 0;
  background: #080706;
}

.buy-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #080706;
}

.buy-thumb-product img {
  object-fit: cover;
  object-position: center center;
  transform: scale(var(--product-scale, 1)) translateY(var(--product-y, 0));
  transform-origin: center center;
}

.buy-flavor-thumb img {
  object-position: center center;
}

.buy-flavor-thumb {
  cursor: pointer;
}

.buy-thumb-product {
  --product-scale: 1;
  --product-y: 0;
  border: 2px solid rgba(240, 210, 123, 0.54);
  box-shadow:
    inset 0 0 0 1px rgba(8, 7, 6, 0.72),
    0 0 0 1px rgba(240, 210, 123, 0.08);
}

.buy-thumb-product[data-color="red"] {
  --product-scale: 1.13;
}

.buy-thumb-product[data-color="champagne"] {
  --product-scale: 0.92;
}

.buy-thumb-product[data-color="black"] {
  --product-scale: 1.04;
}

.buy-thumb-product[data-color="green"] {
  --product-scale: 1.04;
}

.buy-thumb-product[data-color="blue"] {
  --product-scale: 1.14;
}

.buy-flavor-thumb.is-active {
  border-color: var(--gold-soft);
  box-shadow: inset 0 0 0 1px rgba(240, 210, 123, 0.72);
}

.buy-field-inline {
  grid-template-columns: 1fr auto;
  align-items: center;
}

.buy-field-inline > div:first-child {
  display: grid;
  gap: 3px;
}

.buy-total {
  color: #fff8e8;
  font-size: 20px;
  line-height: 1;
}

.buy-unit {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.qty-control {
  display: grid;
  grid-template-columns: 38px 42px 38px;
  align-items: center;
  min-height: 40px;
  border: 1px solid rgba(240, 210, 123, 0.18);
  border-radius: 999px;
  background: #171410;
  overflow: hidden;
}

.qty-control button {
  height: 40px;
  border: 0;
  background: transparent;
  color: var(--gold-soft);
  font-size: 20px;
  font-weight: 900;
}

.qty-control output {
  color: #fff8e8;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
}

.buy-note {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 11px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.buy-note strong {
  color: #fff8e8;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.22;
  text-align: left;
  overflow-wrap: anywhere;
}

.cart-lines {
  display: grid;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid rgba(240, 210, 123, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.cart-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  color: #fff8e8;
  font-size: 12px;
  font-weight: 900;
}

.cart-line span {
  color: var(--gold-soft);
  font-size: 11px;
}

.cart-line small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 248, 232, 0.72);
  font-size: 10px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.cart-line-actions {
  display: grid;
  grid-template-columns: 28px 36px 28px;
  align-items: center;
  border: 1px solid rgba(240, 210, 123, 0.18);
  border-radius: 999px;
  overflow: hidden;
}

.cart-line-actions button {
  min-height: 30px;
  border: 0;
  background: transparent;
  color: var(--gold-soft);
  font-size: 14px;
  font-weight: 900;
}

.cart-line-actions output {
  color: #fff8e8;
  text-align: center;
  font-size: 12px;
}

.cart-empty {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.summary-main,
.summary-sub {
  display: block;
  max-width: 100%;
}

.summary-sub {
  margin-top: 4px;
  color: var(--gold-soft);
  font-size: 13px;
}

.buy-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 8px;
}

.buy-action {
  width: 100%;
}

.buy-action:disabled {
  opacity: 0.46;
}

.buy-status {
  min-height: 18px;
  margin: 0;
  color: #ffe6a8;
  font-size: 12px;
  font-weight: 900;
}

.order-modal {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: end center;
  padding: 14px 12px calc(14px + var(--safe-bottom));
  background: rgba(0, 0, 0, 0.68);
}

.order-modal[hidden] {
  display: none;
}

.order-form {
  width: min(100%, 430px);
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(240, 210, 123, 0.28);
  border-radius: 12px;
  background: #0f0f10;
  box-shadow: 0 -18px 40px rgba(0, 0, 0, 0.42);
}

.order-form-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 74px;
  align-items: center;
  gap: 8px;
}

.order-form-head strong {
  color: #fff8e8;
  font-size: 18px;
  font-weight: 900;
}

.order-form-head button {
  min-height: 34px;
  border: 1px solid rgba(240, 210, 123, 0.24);
  border-radius: 8px;
  background: #171513;
  color: #ffe6a8;
  font-weight: 900;
}

.order-form label {
  display: grid;
  gap: 6px;
}

.order-form label span {
  color: var(--gold-soft);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.order-form input,
.order-form textarea {
  width: 100%;
  border: 1px solid rgba(240, 210, 123, 0.18);
  border-radius: 8px;
  padding: 11px 12px;
  background: #100e0b;
  color: #fff8e8;
  font: inherit;
  font-size: 14px;
  outline: none;
}

.order-form textarea {
  resize: vertical;
}

.checkout-page {
  background: #080706;
}

.checkout-shell {
  min-height: 100vh;
  padding-bottom: 30px;
}

.checkout-card {
  display: grid;
  gap: 16px;
  margin-top: 14px;
  padding: 16px;
  border: 1px solid rgba(240, 210, 123, 0.24);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(240, 210, 123, 0.12), rgba(8, 7, 6, 0) 34%),
    #0e0c09;
}

.checkout-progress {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.checkout-progress span {
  min-height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(240, 210, 123, 0.16);
  border-radius: 8px;
  background: #171410;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.checkout-progress span.is-active,
.checkout-progress span.is-done {
  border-color: rgba(240, 210, 123, 0.52);
  background: rgba(240, 210, 123, 0.16);
  color: #ffe6a8;
}

.checkout-step,
.checkout-success {
  display: none;
  gap: 14px;
}

.checkout-step.is-active,
.checkout-success:not([hidden]) {
  display: grid;
}

.checkout-step h1,
.checkout-success h1 {
  margin: 0;
  color: #fff8e8;
  font-size: 30px;
  line-height: 1;
  font-weight: 950;
}

.checkout-copy,
.checkout-success p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
}

.checkout-form {
  display: grid;
  gap: 12px;
}

.checkout-form label {
  display: grid;
  gap: 6px;
}

.checkout-form label span {
  color: var(--gold-soft);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.checkout-form input,
.checkout-form textarea {
  width: 100%;
  border: 1px solid rgba(240, 210, 123, 0.18);
  border-radius: 8px;
  padding: 12px;
  background: #100e0b;
  color: #fff8e8;
  font: inherit;
  font-size: 15px;
  outline: none;
}

.checkout-form textarea {
  resize: vertical;
}

.checkout-consent {
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
}

.checkout-consent input {
  width: 18px;
  height: 18px;
  padding: 0;
  accent-color: #d7a72e;
}

.checkout-review {
  display: grid;
  gap: 8px;
}

.checkout-review article {
  display: grid;
  gap: 4px;
  padding: 11px 12px;
  border: 1px solid rgba(240, 210, 123, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.checkout-review strong {
  color: #fff8e8;
  font-size: 14px;
  font-weight: 900;
}

.checkout-review span {
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 900;
}

.checkout-review small {
  color: rgba(255, 248, 232, 0.68);
  font-size: 10px;
  overflow-wrap: anywhere;
}

.checkout-total {
  display: grid;
  gap: 5px;
  padding: 12px;
  border: 1px solid rgba(240, 210, 123, 0.48);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 240, 190, 0.12), rgba(255, 240, 190, 0.04));
}

.checkout-total span,
.checkout-total small {
  color: var(--gold-soft);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.checkout-total strong,
.checkout-success strong {
  color: #fff8e8;
  font-size: 24px;
  line-height: 1;
  font-weight: 950;
}

.checkout-panel {
  display: grid;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(240, 210, 123, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.checkout-panel[hidden] {
  display: none;
}

[data-billing-fields] {
  margin-top: -4px;
}

.checkout-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 5px;
}

.checkout-steps span {
  min-height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(240, 210, 123, 0.16);
  border-radius: 7px;
  background: #100e0b;
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.checkout-steps span.is-active,
.checkout-steps span.is-done {
  border-color: rgba(240, 210, 123, 0.52);
  background: rgba(240, 210, 123, 0.14);
  color: #ffe6a8;
}

.checkout-head,
.checkout-row,
.tracking-head {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
}

.checkout-head {
  align-items: flex-start;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(240, 210, 123, 0.14);
}

.checkout-head span,
.checkout-row span,
.payment-box span,
.tracking-head span {
  color: var(--gold-soft);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.checkout-head strong,
.checkout-row strong,
.tracking-head strong {
  color: #fff8e8;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.22;
  text-align: left;
  overflow-wrap: anywhere;
}

.payment-box {
  display: grid;
  gap: 8px;
  padding: 11px 12px;
  border: 1px solid rgba(240, 210, 123, 0.28);
  border-radius: 8px;
  background: #171410;
}

.payment-box div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.payment-box strong {
  color: #fff8e8;
  font-size: 14px;
  font-weight: 900;
}

.payment-box small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.payment-methods {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.payment-methods button {
  min-height: 36px;
  border: 1px solid rgba(240, 210, 123, 0.18);
  border-radius: 8px;
  background: #100e0b;
  color: #fff4d7;
  font-size: 12px;
  font-weight: 900;
}

.payment-methods button.is-active {
  background: linear-gradient(180deg, #f0d27b, #d7a72e);
  color: #1b1305;
}

.shipping-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.shipping-methods button.is-active {
  background: linear-gradient(180deg, #f0d27b, #d7a72e);
  color: #1b1305;
}

.checkout-pay {
  width: 100%;
}

.checkout-pay:disabled {
  opacity: 0.62;
}

.checkout-export {
  width: 100%;
  min-height: 38px;
  border: 1px solid rgba(240, 210, 123, 0.22);
  border-radius: 8px;
  background: transparent;
  color: #ffe6a8;
  font-size: 13px;
  font-weight: 900;
}

.checkout-status {
  min-height: 18px;
  margin: 0;
  color: #ffe6a8;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.checkout-status.is-error {
  color: #ff9f91;
}

.tracking-panel {
  display: grid;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px solid rgba(240, 210, 123, 0.14);
}

.tracking-panel[hidden] {
  display: none;
}

.tracking-card {
  display: grid;
  gap: 4px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #100e0b;
  border: 1px solid rgba(240, 210, 123, 0.16);
}

.tracking-card span {
  color: var(--gold-soft);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.tracking-card strong {
  color: #fff8e8;
  font-size: 14px;
  font-weight: 900;
}

.tracking-card small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.order-center-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.order-center-grid article {
  display: grid;
  gap: 4px;
  min-height: 54px;
  padding: 8px;
  border-radius: 7px;
  background: #100e0b;
  border: 1px solid rgba(240, 210, 123, 0.14);
}

.order-center-grid strong {
  color: #fff8e8;
  font-size: 12px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.order-list {
  display: grid;
  gap: 7px;
}

.order-list article {
  padding: 9px 10px;
  border-radius: 7px;
  background: #100e0b;
  color: #fff8e8;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
}

.tracking-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 5px;
}

.tracking-steps span {
  min-height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(240, 210, 123, 0.14);
  border-radius: 7px;
  background: #100e0b;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.05;
  font-weight: 900;
  text-align: center;
}

.tracking-steps span.is-active {
  border-color: rgba(240, 210, 123, 0.54);
  background: rgba(240, 210, 123, 0.14);
  color: #ffe6a8;
}

.bottom-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 28;
  display: grid;
  grid-template-columns: 44px 54px minmax(0, 1fr);
  align-items: center;
  gap: 6px;
  padding: 8px 10px calc(8px + var(--safe-bottom));
  background: rgba(15, 15, 16, 0.96);
  border-top: 1px solid rgba(240, 210, 123, 0.2);
  box-shadow: 0 -14px 28px rgba(0, 0, 0, 0.34);
  transform: translateY(110%);
  opacity: 0;
  pointer-events: none;
  transition: transform 180ms ease;
}

.bottom-cta.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.bottom-cta button {
  min-width: 0;
  min-height: 46px;
  border: 0;
  border-radius: 8px;
  font: inherit;
  font-weight: 900;
}

.bottom-tool {
  position: relative;
  display: grid;
  place-items: center;
  background: #171513;
  color: #f7e8bd;
  font-size: 11px;
}

.bottom-tool em {
  position: absolute;
  top: 4px;
  right: 5px;
  min-width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #d7a72e;
  color: #110c04;
  font-size: 10px;
  font-style: normal;
}

.bottom-buy {
  padding: 0 10px;
  background: #fff3ce;
  color: #17110a;
  font-size: 12px;
}

.bottom-team {
  padding: 0 10px;
  background: linear-gradient(180deg, #f0d27b, #d7a72e);
  color: #17110a;
  font-size: 12px;
}

.bottom-team[hidden] {
  display: none;
}

.aeo-copy {
  margin-top: 14px;
}

.aeo-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 800;
}

.vape-spec-table-wrap,
.vape-faq-item {
  border: 1px solid rgba(240, 210, 123, 0.18);
  border-radius: 12px;
  background: #0e0c09;
  overflow: hidden;
}

.vape-spec-table {
  width: 100%;
  border-collapse: collapse;
}

.vape-spec-table th,
.vape-spec-table td {
  padding: 11px 12px;
  border-bottom: 1px solid rgba(240, 210, 123, 0.12);
  text-align: left;
  vertical-align: top;
  font-size: 13px;
}

.vape-spec-table th {
  width: 34%;
  color: var(--gold-soft);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.vape-spec-table td {
  color: #fff8e8;
  font-weight: 800;
}

.vape-spec-table tr:last-child th,
.vape-spec-table tr:last-child td {
  border-bottom: 0;
}

.faq-section {
  padding: 0 14px 34px;
  background: #080706;
}

.vape-faq-list {
  display: grid;
  gap: 10px;
}

.vape-faq-item {
  padding: 16px;
}

.site-footer {
  display: grid;
  gap: 14px;
  margin: 22px 14px 0;
  padding: 18px 14px 20px;
  border: 1px solid rgba(240, 210, 123, 0.14);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(240, 210, 123, 0.08), rgba(240, 210, 123, 0.02)),
    #100d09;
}

.site-footer-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.site-footer-brand img {
  width: 104px;
  height: auto;
  object-fit: contain;
}

.site-footer-brand span {
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 900;
  text-align: right;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.footer-nav a {
  min-height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(240, 210, 123, 0.14);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.04);
  color: #f7e8bd;
  font-size: 12px;
  font-weight: 900;
  transition: background 140ms ease, border-color 140ms ease;
}

.footer-nav a:hover,
.footer-nav a:focus-visible {
  background: rgba(240, 210, 123, 0.14);
  border-color: rgba(240, 210, 123, 0.32);
}

.vape-faq-item h3 {
  margin: 0 0 8px;
  color: #fff8e8;
  font-size: 18px;
}

.vape-faq-item p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 800;
}

.vape-faq-actions {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}
