:root {
  --bg: #0f1013;
  --bg-soft: #191c21;
  --panel: rgba(22, 22, 24, 0.9);
  --panel-strong: rgba(20, 20, 22, 0.97);
  --text: #f7f1e4;
  --muted: #b3b0aa;
  --line: rgba(255, 255, 255, 0.08);
  --red: #d63a2f;
  --red-bright: #ff5847;
  --orange: #ff8f32;
  --yellow: #f4c544;
  --hazard-yellow: #ffec4f;
  --steel: #2e3138;
  --asphalt: #161518;
  --asphalt-warm: #231e1a;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
  --radius: 24px;
  --max-width: 1500px;
  --theme-primary: #d63a2f;
  --theme-secondary: #ff8f32;
  --theme-highlight: #f4c544;
  --theme-soft: rgba(244, 197, 68, 0.12);
  --theme-shadow: rgba(214, 58, 47, 0.3);
  --theme-rgb: 214, 58, 47;
  --theme-secondary-rgb: 255, 143, 50;
  --theme-highlight-rgb: 244, 197, 68;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Rajdhani", sans-serif;
  color: var(--text);
  background:
    linear-gradient(180deg, #2a2d31 0%, #1a1c20 30%, #101215 100%);
}

body[data-flavor="original"] {
  --theme-primary: #545e69;
  --theme-secondary: #7d8793;
  --theme-highlight: #c5ccd5;
  --theme-soft: rgba(125, 135, 147, 0.18);
  --theme-shadow: rgba(84, 94, 105, 0.32);
  --theme-rgb: 84, 94, 105;
  --theme-secondary-rgb: 125, 135, 147;
  --theme-highlight-rgb: 197, 204, 213;
}

body[data-flavor="cherry"] {
  --theme-primary: #8f2034;
  --theme-secondary: #d94d5f;
  --theme-highlight: #ffb0b8;
  --theme-soft: rgba(217, 77, 95, 0.16);
  --theme-shadow: rgba(143, 32, 52, 0.34);
  --theme-rgb: 143, 32, 52;
  --theme-secondary-rgb: 217, 77, 95;
  --theme-highlight-rgb: 255, 176, 184;
}

body[data-flavor="citrus"] {
  --theme-primary: #ef8d17;
  --theme-secondary: #f4c544;
  --theme-highlight: #f7df78;
  --theme-soft: rgba(244, 197, 68, 0.18);
  --theme-shadow: rgba(239, 141, 23, 0.3);
  --theme-rgb: 239, 141, 23;
  --theme-secondary-rgb: 244, 197, 68;
  --theme-highlight-rgb: 247, 223, 120;
}

body[data-flavor="zero"] {
  --theme-primary: #8a97a8;
  --theme-secondary: #bcc8d7;
  --theme-highlight: #f3f7fd;
  --theme-soft: rgba(188, 200, 215, 0.18);
  --theme-shadow: rgba(138, 151, 168, 0.3);
  --theme-rgb: 138, 151, 168;
  --theme-secondary-rgb: 188, 200, 215;
  --theme-highlight-rgb: 243, 247, 253;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 22%, rgba(255, 255, 255, 0.032) 0 1px, transparent 1px 100%),
    radial-gradient(circle at 72% 64%, rgba(255, 255, 255, 0.024) 0 1px, transparent 1px 100%),
    radial-gradient(circle at 36% 78%, rgba(255, 255, 255, 0.02) 0 1px, transparent 1px 100%),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.012) 0 2px,
      transparent 2px 120px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.008) 0 1px,
      transparent 1px 140px
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 16%),
    radial-gradient(circle at bottom left, rgba(244, 197, 68, 0.06), transparent 26%);
  background-size: 18px 18px, 24px 24px, 20px 20px, auto, auto, auto, auto;
  opacity: 0.44;
}

body::after {
  content: none;
}

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

button {
  font: inherit;
}

:focus-visible {
  outline: 3px solid rgba(244, 197, 68, 0.7);
  outline-offset: 3px;
}

.flavor-wash {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.flavor-wash__layer {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 650ms ease;
}

.flavor-wash__layer--original {
  background:
    radial-gradient(circle at 82% 26%, rgba(84, 94, 105, 0.32), transparent 26%),
    radial-gradient(circle at 12% 84%, rgba(125, 135, 147, 0.18), transparent 24%),
    linear-gradient(90deg, rgba(84, 94, 105, 0.12), transparent 30%);
}

.flavor-wash__layer--cherry {
  background:
    radial-gradient(circle at 82% 24%, rgba(143, 32, 52, 0.36), transparent 28%),
    radial-gradient(circle at 16% 78%, rgba(217, 77, 95, 0.18), transparent 22%),
    linear-gradient(90deg, rgba(143, 32, 52, 0.12), transparent 30%);
}

.flavor-wash__layer--citrus {
  background:
    radial-gradient(circle at 80% 22%, rgba(244, 197, 68, 0.34), transparent 26%),
    radial-gradient(circle at 14% 80%, rgba(239, 141, 23, 0.2), transparent 22%),
    linear-gradient(90deg, rgba(239, 141, 23, 0.12), transparent 30%);
}

.flavor-wash__layer--zero {
  background:
    radial-gradient(circle at 82% 22%, rgba(188, 200, 215, 0.36), transparent 26%),
    radial-gradient(circle at 16% 78%, rgba(138, 151, 168, 0.2), transparent 22%),
    linear-gradient(90deg, rgba(188, 200, 215, 0.1), transparent 30%);
}

body[data-flavor="original"] .flavor-wash__layer--original,
body[data-flavor="cherry"] .flavor-wash__layer--cherry,
body[data-flavor="citrus"] .flavor-wash__layer--citrus,
body[data-flavor="zero"] .flavor-wash__layer--zero {
  opacity: 1;
}

.site-shell {
  position: relative;
  overflow: clip;
  z-index: 1;
}

.site-shell > * {
  position: relative;
  z-index: 1;
}

.site-shell::before,
.site-shell::after {
  content: "";
  position: absolute;
  width: 32rem;
  height: 32rem;
  border-radius: 50%;
  filter: blur(90px);
  z-index: -1;
}

.site-shell::before {
  top: 4rem;
  right: -10rem;
  background: rgba(var(--theme-secondary-rgb), 0.18);
}

.site-shell::after {
  top: 44rem;
  left: -12rem;
  background: rgba(var(--theme-highlight-rgb), 0.14);
}

.diagonal-site-tape {
  position: absolute;
  top: 14rem;
  right: -18rem;
  width: 58rem;
  height: 3.8rem;
  border: 1px solid rgba(255, 236, 79, 0.72);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 55%),
    repeating-linear-gradient(
      -55deg,
      rgba(255, 236, 79, 1) 0 18px,
      rgba(17, 18, 21, 0.95) 18px 36px
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 18px 40px rgba(0, 0, 0, 0.18),
    0 0 34px rgba(255, 236, 79, 0.2);
  opacity: 0.48;
  transform: rotate(45deg);
  transform-origin: center;
  pointer-events: none;
}

.topbar,
.section,
.hero,
.footer,
.ticker {
  width: min(calc(100% - 3rem), var(--max-width));
  margin-inline: auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1rem 1.25rem;
  margin-top: 1rem;
  border: 1px solid rgba(var(--theme-highlight-rgb), 0.16);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 60%),
    linear-gradient(180deg, rgba(var(--theme-rgb), 0.14), transparent 55%),
    linear-gradient(180deg, rgba(16, 16, 18, 0.92), rgba(12, 12, 14, 0.9));
  backdrop-filter: blur(18px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 10px 30px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(var(--theme-rgb), 0.08);
  transition:
    border-color 350ms ease,
    box-shadow 350ms ease;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.08em;
}

.brand__mark {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  background:
    linear-gradient(135deg, var(--theme-highlight) 0 35%, var(--theme-primary) 35% 100%);
  color: #0d0f13;
  font-size: 1.2rem;
  transition:
    background 300ms ease,
    color 300ms ease;
}

.brand__text {
  font-size: 1.8rem;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.95rem;
}

.nav a {
  color: var(--muted);
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--text);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 0.3rem;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0.6rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: inherit;
}

.nav-toggle span {
  width: 100%;
  height: 2px;
  background: currentColor;
}

.hero {
  display: flex;
  align-items: center;
  min-height: calc(100svh - 7rem);
  padding: 2.75rem 0 1.5rem;
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.84fr);
  gap: 2.5rem;
  align-items: center;
}

.hero__copy {
  position: relative;
  max-width: 42rem;
  padding: 0.4rem 0 0.8rem;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  transition:
    border-color 350ms ease,
    box-shadow 350ms ease,
    background 350ms ease;
}

.tape-banner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  width: min(100%, 43rem);
  margin-bottom: 1.5rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1.3rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 24%),
    linear-gradient(180deg, rgba(28, 29, 33, 0.95), rgba(18, 19, 22, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 14px 32px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.tape-banner::before,
.tape-banner::after {
  content: "";
  position: absolute;
  left: 0.8rem;
  right: 0.8rem;
  height: 0.65rem;
  border-radius: 999px;
  background:
    repeating-linear-gradient(
      -55deg,
      rgba(255, 236, 79, 1) 0 14px,
      rgba(15, 16, 18, 0.98) 14px 28px
    );
}

.tape-banner::before {
  top: 0.55rem;
}

.tape-banner::after {
  bottom: 0.55rem;
}

.tape-banner span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.4rem;
  padding: 0.7rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 0.9rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 55%),
    rgba(46, 48, 54, 0.52);
  color: #f1ede4;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.84rem;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.eyebrow {
  margin: 0 0 0.7rem;
  color: var(--theme-highlight);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-weight: 700;
  font-size: 0.85rem;
  transition: color 350ms ease;
}

.hero h1,
.section-heading h2,
.buy-panel__copy h2,
.contact-card h2 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0.03em;
}

.hero h1 {
  max-width: 10ch;
  font-size: clamp(3.4rem, 8.2vw, 7rem);
  line-height: 0.88;
}

.hero__lede,
.section-heading p,
.feature-card p,
.contact-card p,
.buy-panel__copy p,
.selection-copy,
.flavor-card p {
  color: var(--muted);
  font-size: 1.15rem;
  line-height: 1.5;
}

.hero__lede {
  max-width: 31rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.4rem;
  padding: 0.85rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.button:hover,
.button:focus-visible,
.pack-option:hover,
.pack-option:focus-visible,
.flavor-card:hover,
.flavor-card:focus-visible {
  transform: translateY(-2px);
}

.button--primary {
  background: linear-gradient(135deg, var(--theme-primary) 0%, var(--theme-secondary) 100%);
  color: #fff6ef;
  box-shadow: 0 15px 35px var(--theme-shadow);
  transition:
    transform 180ms ease,
    background 350ms ease,
    box-shadow 350ms ease;
}

.button--ghost {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.02);
}

.button--full {
  width: 100%;
}

.hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  padding: 0;
  margin: 1.5rem 0 0;
  list-style: none;
}

.hero__stats li,
.feature-card,
.flavor-card,
.buy-panel__box,
.contact-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 24%),
    linear-gradient(180deg, rgba(35, 31, 28, 0.36), transparent 100%),
    var(--panel);
  box-shadow: var(--shadow);
}

.hero__stats li {
  padding: 0.95rem 1rem;
  position: relative;
  overflow: hidden;
}

.hero__stats li::before,
.feature-card::before,
.flavor-card::before,
.buy-panel__box::before,
.contact-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1rem;
  right: 1rem;
  height: 0.35rem;
  border-radius: 0 0 0.6rem 0.6rem;
  background:
    repeating-linear-gradient(
      -55deg,
      var(--hazard-yellow) 0 12px,
      #18181b 12px 24px
    );
}

.hero__stats strong,
.selection-head strong,
.buy-meta strong {
  display: block;
  font-size: 1.35rem;
}

.hero__stats span,
.selection-head p,
.buy-meta span {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
}

.hero__visual {
  position: relative;
  min-height: 33rem;
  display: grid;
  place-items: center;
}

.can-stack {
  position: relative;
  width: min(34rem, 100%);
  height: 33rem;
  filter: drop-shadow(0 40px 55px rgba(0, 0, 0, 0.45));
}

.can-image {
  position: absolute;
  inset: 0;
  margin: auto;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}

.can-image--front {
  height: 31rem;
  transform: translateX(1.8rem) rotate(6deg);
}

.can-image--back {
  height: 29rem;
  opacity: 0.42;
  transform: translateX(-3.8rem) rotate(-10deg);
}

.can {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 16rem;
  height: 29rem;
  border-radius: 2.5rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.15), transparent 20%),
    linear-gradient(180deg, #1a1c22 0%, #101318 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.02),
    0 35px 70px rgba(0, 0, 0, 0.45);
}

.can::before,
.can::after {
  content: "";
  position: absolute;
  inset-inline: 1.1rem;
  height: 0.4rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.can::before {
  top: 1rem;
}

.can::after {
  bottom: 1rem;
}

.can__stripe {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    repeating-linear-gradient(
      -60deg,
      transparent 0 1.8rem,
      rgba(244, 197, 68, 0.94) 1.8rem 2.5rem,
      #14161b 2.5rem 3.1rem,
      rgba(214, 58, 47, 0.92) 3.1rem 4.1rem
    );
  clip-path: polygon(0 68%, 100% 43%, 100% 70%, 0 95%);
}

.can__logo,
.can__flavor {
  position: absolute;
  left: 1.6rem;
  right: 1.6rem;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
}

.can__logo {
  top: 7.2rem;
  font-size: 4.3rem;
  line-height: 0.9;
}

.can__flavor {
  bottom: 4.3rem;
  font-size: 1.75rem;
  color: var(--yellow);
  letter-spacing: 0.05em;
}

.can--front {
  transform: translateX(1.2rem) rotate(6deg);
}

.can--back {
  transform: translateX(-3rem) rotate(-10deg) scale(0.95);
  opacity: 0.5;
}

.hero__badge {
  position: absolute;
  right: 0.4rem;
  bottom: 1rem;
  display: grid;
  gap: 0.2rem;
  padding: 1rem 1.2rem;
  border: 1px solid color-mix(in srgb, var(--theme-highlight) 24%, transparent);
  border-radius: 1rem;
  background: color-mix(in srgb, var(--theme-highlight) 10%, transparent);
  transform: rotate(-8deg);
  transition:
    border-color 350ms ease,
    background 350ms ease;
}

.hero__badge span {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--theme-highlight);
  font-size: 0.8rem;
  transition: color 350ms ease;
}

.hero__badge strong {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.6rem;
  line-height: 0.9;
}

.ticker {
  overflow: hidden;
  margin-top: 1rem;
  margin-bottom: 2rem;
  border: 1px solid rgba(var(--theme-highlight-rgb), 0.2);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 70%),
    linear-gradient(90deg, rgba(var(--theme-rgb), 0.12), transparent 28%),
    linear-gradient(180deg, rgba(25, 25, 27, 0.95), rgba(16, 16, 18, 0.9));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 0 0 1px rgba(var(--theme-rgb), 0.06);
  transition:
    border-color 350ms ease,
    box-shadow 350ms ease;
}

.ticker__track {
  display: flex;
  gap: 2.5rem;
  width: max-content;
  padding: 1rem 0;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--yellow);
  animation: scroll 24s linear infinite;
}

.drink-intro {
  padding-top: 2rem;
}

.drink-intro__shell {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1fr) 7rem;
  align-items: center;
  gap: 2rem;
  padding: 2.4rem 2.6rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 2.2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 18%),
    linear-gradient(90deg, rgba(var(--theme-rgb), 0.12), transparent 24%),
    linear-gradient(180deg, rgba(18, 19, 22, 0.96), rgba(13, 14, 17, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 30px 70px rgba(0, 0, 0, 0.24),
    0 0 0 1px rgba(var(--theme-secondary-rgb), 0.08);
  position: relative;
  overflow: hidden;
  transition:
    border-color 350ms ease,
    box-shadow 350ms ease;
}

.drink-intro__shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.03), transparent 30%),
    radial-gradient(circle at left center, rgba(var(--theme-highlight-rgb), 0.12), transparent 28%);
}

.drink-intro__can-stage {
  position: relative;
  min-height: 34rem;
  display: grid;
  place-items: center;
}

.intro-can-glow {
  position: absolute;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--theme-highlight-rgb), 0.26), transparent 68%);
  filter: blur(12px);
}

.intro-can-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}

.can-image--solo {
  position: relative;
  inset: auto;
  margin: 0;
  height: 31rem;
  transform: none;
}

.drink-intro__copy {
  position: relative;
  z-index: 1;
  max-width: 34rem;
}

.drink-intro__kicker {
  margin: 0 0 0.8rem;
  color: #9fa4ac;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.92rem;
  font-weight: 700;
}

.drink-intro__copy h2 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3.4rem, 7vw, 5.8rem);
  line-height: 0.94;
  letter-spacing: 0.03em;
}

.drink-intro__copy p {
  max-width: 32rem;
  margin: 1.25rem 0 0;
  color: #d0cdc6;
  font-size: 1.35rem;
  line-height: 1.55;
}

.drink-intro__specs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin: 1.6rem 0 1.9rem;
}

.drink-intro__specs span {
  padding: 0.7rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 70%),
    rgba(41, 43, 48, 0.72);
  color: #f1ede4;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
  font-weight: 700;
}

.drink-intro__rails {
  align-self: stretch;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.7rem;
}

.drink-intro__rails span {
  border-radius: 1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), transparent 12%),
    linear-gradient(180deg, color-mix(in srgb, var(--theme-highlight) 28%, transparent), transparent 70%),
    linear-gradient(180deg, #5d636e 0%, #3d434d 100%);
  opacity: 0.95;
  transition: background 350ms ease;
}

.drink-intro__rails span:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), transparent 12%),
    linear-gradient(180deg, color-mix(in srgb, var(--theme-secondary) 34%, transparent), transparent 70%),
    linear-gradient(180deg, color-mix(in srgb, var(--theme-secondary) 90%, #5f2d18 10%) 0%, #5f2d18 100%);
}

.drink-intro__rails span:nth-child(3) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), transparent 12%),
    linear-gradient(180deg, color-mix(in srgb, var(--theme-highlight) 34%, transparent), transparent 70%),
    linear-gradient(180deg, var(--theme-highlight) 0%, color-mix(in srgb, var(--theme-highlight) 55%, #6c5314 45%) 100%);
}

.section {
  padding: 4rem 0;
}

.section-heading {
  max-width: 42rem;
  margin-bottom: 2rem;
}

.shop-page .section {
  padding: 2.4rem 0;
}

.shop-page-intro {
  padding-bottom: 0.6rem;
}

.shop-page-title {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3rem, 7vw, 5rem);
  line-height: 0.92;
  letter-spacing: 0.03em;
  max-width: 12ch;
}

.shop-page .section-heading {
  max-width: 50rem;
  margin-bottom: 1.25rem;
}

.shop-page .section-heading p {
  max-width: 44rem;
}

.section-heading h2,
.buy-panel__copy h2,
.contact-card h2 {
  font-size: clamp(2.8rem, 6vw, 4.8rem);
}

.flavor-grid,
.feature-grid {
  display: grid;
  gap: 1.2rem;
}

.flavor-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flavor-card,
.feature-card {
  padding: 1.35rem;
}

.feature-card {
  position: relative;
  overflow: hidden;
}

.flavor-card {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-align: left;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 24%),
    radial-gradient(circle at bottom right, rgba(var(--theme-rgb), 0.22), transparent 34%),
    linear-gradient(180deg, rgba(35, 31, 28, 0.36), transparent 100%),
    var(--panel);
  transition:
    transform 180ms ease,
    border-color 350ms ease,
    box-shadow 350ms ease,
    background 350ms ease;
}

.flavor-card::before {
  opacity: 0.96;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.flavor-card.is-active {
  border-color: color-mix(in srgb, var(--theme-primary) 70%, white 10%);
  transform: translateY(-3px);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.38),
    0 0 0 1px color-mix(in srgb, var(--theme-highlight) 18%, transparent);
}

.flavor-card.is-active::after {
  content: "";
  position: absolute;
  inset: auto 1rem 1rem 1rem;
  height: 2.4rem;
  border-radius: 0.8rem;
  background:
    repeating-linear-gradient(
      -55deg,
      rgba(244, 197, 68, 0.95) 0 12px,
      rgba(18, 18, 20, 0.95) 12px 24px
    );
  opacity: 0.12;
}

.flavor-card__label {
  margin: 0 0 0.6rem;
  color: var(--theme-highlight);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
  transition: color 350ms ease;
}

.flavor-card h3,
.feature-card h3 {
  margin: 0;
  font-size: 1.7rem;
}

.flavor-card ul {
  display: grid;
  gap: 0.45rem;
  padding: 0;
  margin: 1.25rem 0 0;
  list-style: none;
  color: var(--text);
}

.flavor-card li::before {
  content: "+ ";
  color: var(--theme-primary);
  transition: color 350ms ease;
}

.shop-page .flavor-grid {
  gap: 0.85rem;
}

.shop-page .flavor-card {
  min-height: 15rem;
  padding: 1.1rem;
  border-radius: 1.35rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.028), transparent 20%),
    linear-gradient(180deg, rgba(var(--theme-rgb), 0.1), transparent 100%),
    rgba(16, 17, 20, 0.92);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.shop-page .flavor-card::before,
.shop-page .flavor-card.is-active::after {
  display: none;
}

.shop-page .flavor-card.is-active {
  transform: translateY(-2px);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.2),
    0 0 0 1px color-mix(in srgb, var(--theme-highlight) 28%, transparent);
}

.shop-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.78fr);
  gap: 1.5rem;
  align-items: start;
}

.shop-catalog {
  display: grid;
  gap: 1.25rem;
}

.shop-page .shop-layout {
  gap: 1rem;
}

.shop-page .shop-catalog {
  gap: 1.35rem;
}

.shop-builder,
.checkout-panel,
.shop-card {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 22%),
    linear-gradient(180deg, rgba(var(--theme-rgb), 0.08), transparent 100%),
    var(--panel-strong);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition:
    border-color 350ms ease,
    box-shadow 350ms ease,
    background 350ms ease;
}

.shop-page .shop-builder,
.shop-page .checkout-panel,
.shop-page .shop-card {
  border-radius: 1.5rem;
  border-color: rgba(255, 255, 255, 0.06);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.028), transparent 18%),
    linear-gradient(180deg, rgba(var(--theme-rgb), 0.06), transparent 100%),
    rgba(15, 16, 19, 0.96);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.18);
}

.shop-builder::before,
.checkout-panel::before,
.shop-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1rem;
  right: 1rem;
  height: 0.5rem;
  border-radius: 0 0 0.6rem 0.6rem;
  background:
    repeating-linear-gradient(
      -55deg,
      var(--theme-highlight) 0 12px,
      #18181b 12px 24px
    );
}

.shop-page .shop-builder::before,
.shop-page .checkout-panel::before,
.shop-page .shop-card::before {
  display: none;
}

.shop-builder {
  padding: 1.5rem;
}

.shop-page .shop-builder,
.shop-page .checkout-panel {
  padding: 1.25rem;
}

.shop-builder__head,
.checkout-panel__head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.shop-builder__head h3,
.checkout-panel__head h3 {
  margin: 0;
  font-size: 2rem;
}

.shop-page .shop-builder__head h3,
.shop-page .checkout-panel__head h3 {
  font-size: 1.85rem;
}

.shop-badge {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.45rem 0.8rem;
  border: 1px solid color-mix(in srgb, var(--theme-highlight) 32%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--theme-highlight) 12%, transparent);
  color: var(--theme-highlight);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  font-weight: 700;
}

.shop-page .shop-badge {
  min-height: 1.9rem;
  padding: 0.35rem 0.7rem;
  background: rgba(255, 255, 255, 0.04);
  color: #cfd5de;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.shop-page .shop-grid {
  grid-template-columns: 1fr;
  gap: 1.2rem;
}

.shop-card {
  display: grid;
  grid-template-columns: 7rem 1fr;
  gap: 1rem;
  padding: 1.25rem;
}

.shop-page .shop-card {
  grid-template-columns: 7rem minmax(0, 1fr);
  gap: 1.15rem;
  padding: 1.15rem;
}

.shop-card__media {
  display: grid;
  place-items: center;
  padding: 0.35rem;
  border-radius: 1.1rem;
  background:
    radial-gradient(circle at center, rgba(var(--theme-highlight-rgb), 0.16), transparent 70%),
    rgba(255, 255, 255, 0.02);
}

.shop-page .shop-card__media {
  padding: 0.25rem;
  border-radius: 0.95rem;
  background:
    radial-gradient(circle at center, rgba(var(--theme-highlight-rgb), 0.1), transparent 68%),
    rgba(255, 255, 255, 0.018);
}

.shop-card__media img {
  width: auto;
  height: 9.5rem;
  object-fit: contain;
}

.shop-page .shop-card__media img {
  height: 7.25rem;
}

.shop-card__body {
  display: grid;
  align-content: start;
  gap: 0.7rem;
}

.shop-page .shop-card__body {
  gap: 0.7rem;
}

.shop-card__body h3 {
  margin: 0;
  font-size: 1.55rem;
}

.shop-page .shop-card__body h3 {
  font-size: 1.35rem;
}

.shop-card__body p {
  margin: 0;
  color: var(--muted);
}

.shop-page .shop-card__body p {
  font-size: 1rem;
  line-height: 1.45;
}

.shop-page .shop-card .button--ghost {
  width: 100%;
  min-height: 3.05rem;
  border-color: rgba(var(--theme-highlight-rgb), 0.2);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03)),
    rgba(var(--theme-highlight-rgb), 0.04);
  color: #f2f5fa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.shop-page .shop-card .button--ghost:hover,
.shop-page .shop-card .button--ghost:focus-visible {
  border-color: rgba(var(--theme-highlight-rgb), 0.34);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04)),
    rgba(var(--theme-highlight-rgb), 0.08);
}

.shop-card__label {
  margin: 0;
  color: var(--theme-highlight);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  font-weight: 700;
}

.shop-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.shop-card__meta strong {
  font-size: 1.4rem;
}

.shop-page .shop-card__meta strong {
  font-size: 1.2rem;
}

.shop-card__meta span {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}

.checkout-panel {
  padding: 1.5rem;
  position: sticky;
  top: 6rem;
}

.shop-page .checkout-panel {
  top: 5.6rem;
}

.cart-list {
  display: grid;
  gap: 0.9rem;
  margin: 1.4rem 0 1.2rem;
}

.cart-empty {
  margin: 0;
  color: var(--muted);
  padding: 1rem;
  border: 1px dashed rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
}

.shop-page .cart-empty {
  background: rgba(255, 255, 255, 0.02);
}

.cart-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.75rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.02);
}

.shop-page .cart-item {
  padding: 0.85rem 0.9rem;
  border-radius: 0.9rem;
}

.cart-item__title {
  display: block;
  font-weight: 700;
  font-size: 1rem;
}

.cart-item__meta,
.cart-item__qty {
  display: block;
  color: var(--muted);
  font-size: 0.86rem;
  margin-top: 0.18rem;
}

.cart-item__price {
  font-weight: 700;
  text-align: right;
}

.checkout-totals {
  display: grid;
  gap: 0.7rem;
  padding: 1rem 0 1.3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.checkout-totals div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.checkout-totals span {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
}

.checkout-totals strong {
  font-size: 1.1rem;
}

.checkout-form {
  display: grid;
  gap: 0.95rem;
  margin-top: 1.2rem;
}

.checkout-form label {
  display: grid;
  gap: 0.45rem;
}

.checkout-form span {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
}

.checkout-form input {
  min-height: 3rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  font: inherit;
}

.shop-page .checkout-form input {
  min-height: 2.85rem;
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.022);
}

.checkout-form__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 9rem;
  gap: 0.8rem;
}

.selection-copy {
  min-height: 4.5rem;
}

.pack-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1.4rem 0;
}

.pack-option {
  min-height: 3rem;
  padding: 0.75rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.02);
  color: var(--text);
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 350ms ease,
    background 350ms ease;
}

.pack-option.is-selected {
  border-color: color-mix(in srgb, var(--theme-highlight) 46%, transparent);
  background: var(--theme-soft);
}

.buy-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding: 1rem 0 1.4rem;
}

.shop-page .selection-copy {
  min-height: auto;
  margin-top: 1rem;
}

.shop-page .pack-grid {
  gap: 0.6rem;
  margin: 1rem 0;
}

.shop-page .pack-option {
  min-height: 2.85rem;
  border-radius: 0.9rem;
}

.shop-page .buy-meta {
  gap: 0.75rem;
  padding: 0.8rem 0 1.2rem;
}

.shop-page .buy-meta > div {
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.02);
}

.contact-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(20rem, 0.8fr) auto;
  gap: 1.5rem;
  align-items: center;
  padding: 1.5rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 30%),
    linear-gradient(115deg, rgba(244, 197, 68, 0.04), transparent 32%),
    var(--panel);
}

.contact-card > :first-child {
  min-width: 0;
}

.contact-card > p {
  max-width: 24rem;
  margin: 0;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 0 3rem;
  color: var(--muted);
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 1.5rem;
  z-index: 30;
  min-width: min(calc(100% - 2rem), 22rem);
  padding: 1rem 1.2rem;
  border: 1px solid rgba(244, 197, 68, 0.24);
  border-radius: 1rem;
  background: rgba(18, 20, 25, 0.95);
  color: var(--text);
  text-align: center;
  box-shadow: var(--shadow);
  transform: translate(-50%, 140%);
  transition: transform 220ms ease;
}

.toast.is-visible {
  transform: translate(-50%, 0);
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1024px) {
  .hero__grid,
  .drink-intro__shell,
  .shop-layout,
  .contact-card,
  .flavor-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .hero__visual {
    min-height: 30rem;
  }

  .drink-intro__shell {
    padding: 2rem;
  }

  .drink-intro__can-stage {
    min-height: 28rem;
  }

  .drink-intro__rails {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-height: 5rem;
  }

  .contact-card {
    align-items: start;
  }

  .shop-grid {
    grid-template-columns: 1fr;
  }

  .checkout-panel {
    position: static;
  }

  .shop-page-title {
    max-width: 14ch;
  }
}

@media (max-width: 760px) {
  .topbar {
    padding: 0.9rem 1rem;
    border-radius: 1.3rem;
  }

  .topbar,
  .section,
  .hero,
  .footer,
  .ticker {
    width: min(calc(100% - 1.5rem), var(--max-width));
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav {
    position: absolute;
    top: calc(100% + 0.8rem);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 1.25rem;
    background: rgba(14, 16, 20, 0.96);
  }

  .nav.is-open {
    display: flex;
  }

  .hero {
    min-height: auto;
    padding-top: 3rem;
  }

  .diagonal-site-tape {
    width: 38rem;
    height: 3rem;
    top: 20rem;
    right: -16rem;
    opacity: 0.24;
  }

  .hero h1 {
    font-size: clamp(3.2rem, 16vw, 5.2rem);
  }

  .hero__stats,
  .buy-meta,
  .pack-grid {
    grid-template-columns: 1fr;
  }

  .shop-card {
    grid-template-columns: 1fr;
  }

  .shop-card__media img {
    height: 8rem;
  }

  .checkout-form__row {
    grid-template-columns: 1fr;
  }

  .drink-intro__specs {
    flex-direction: column;
    align-items: stretch;
  }

  .drink-intro__shell {
    padding: 1.4rem;
    gap: 1.4rem;
  }

  .drink-intro__copy h2 {
    font-size: clamp(2.6rem, 14vw, 4rem);
  }

  .drink-intro__copy p {
    font-size: 1.1rem;
  }

  .drink-intro__can-stage {
    min-height: 24rem;
  }

  .can-image--solo {
    height: 24rem;
  }

  .tape-banner {
    grid-template-columns: 1fr;
    gap: 0.6rem;
    border-radius: 1.2rem;
    padding: 1rem;
  }

  .tape-banner span {
    min-height: 3.3rem;
    font-size: 0.84rem;
  }

  .hero__visual {
    min-height: 26rem;
  }

  .can {
    width: 12.5rem;
    height: 22.5rem;
  }

  .can-image--front {
    height: 24rem;
  }

  .can-image--back {
    height: 22.5rem;
  }

  .can__logo {
    top: 5.4rem;
    font-size: 3.2rem;
  }

  .can__flavor {
    bottom: 3rem;
    font-size: 1.3rem;
  }

  .hero__badge {
    right: 0.2rem;
    bottom: 0.2rem;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
