:root {
  --ink: #f8fafc;
  --muted: #aeb8c8;
  --bg: #080a0f;
  --panel: #111721;
  --panel-2: #17202b;
  --line: rgba(255, 255, 255, 0.12);
  --volt: #fff134;
  --cyan: #22e6ff;
  --rose: #ff2d55;
  --orange: #ff7a1a;
  --redline: #ff163f;
  --crimson: #a40021;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 22, 63, 0.16), transparent 28rem),
    radial-gradient(circle at 82% 30%, rgba(255, 241, 52, 0.11), transparent 26rem),
    linear-gradient(135deg, #080a0f 0%, #0e1218 45%, #07090d 100%);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

button,
input {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 76px;
  padding: 0 5vw;
  border-bottom: 1px solid var(--line);
  background: rgba(8, 10, 15, 0.78);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.brand-logo {
  display: block;
  width: auto;
  height: 46px;
  max-width: 190px;
  object-fit: contain;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 241, 52, 0.7);
  background: linear-gradient(145deg, var(--redline), var(--volt));
  color: #05070a;
  font-weight: 1000;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.site-nav a,
.filter {
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.7rem 1rem;
  color: var(--muted);
  transition: 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.filter:hover,
.filter.active {
  border-color: rgba(199, 255, 49, 0.38);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.06);
}

.cart-link span {
  display: inline-grid;
  min-width: 1.45rem;
  height: 1.45rem;
  margin-left: 0.35rem;
  place-items: center;
  border-radius: 999px;
  background: var(--volt);
  color: #05070a;
  font-size: 0.78rem;
  font-weight: 900;
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  color: var(--ink);
  padding: 0.55rem 0.75rem;
}

.hero,
.page-hero,
.section,
.shop-layout,
.cart-layout,
.ingredient-band,
.split-band,
.stats-band,
.site-footer {
  width: min(1180px, 90vw);
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(320px, 1.02fr);
  align-items: center;
  gap: 1.5rem;
  min-height: calc(100vh - 76px);
  padding: 4rem 0 5rem;
}

.hero-copy h1,
.page-hero h1 {
  margin: 0;
  font-size: clamp(4.5rem, 11.5vw, 10.5rem);
  line-height: 0.8;
  letter-spacing: 0;
}

.hero-lede,
.page-hero p,
.split-copy p,
.story p,
.site-footer p {
  color: var(--muted);
  font-size: 1.08rem;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--volt);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.8rem 1.1rem;
  color: var(--ink);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--redline), var(--orange) 48%, var(--volt));
  color: #05070a;
  font-weight: 900;
  box-shadow: 0 14px 36px rgba(255, 22, 63, 0.24);
}

.button.ghost {
  background: rgba(255, 255, 255, 0.06);
}

.button.full {
  width: 100%;
}

.hero-product {
  position: relative;
  display: grid;
  min-height: 560px;
  place-items: center;
  overflow: hidden;
}

.hero-can-image {
  position: relative;
  z-index: 1;
  width: min(360px, 82%);
  max-height: 560px;
  object-fit: contain;
  filter: drop-shadow(0 30px 45px rgba(0, 0, 0, 0.62)) drop-shadow(0 0 28px rgba(255, 22, 63, 0.32));
  transform: rotate(-7deg);
  animation: floatImageCan 4.8s ease-in-out infinite;
}

.can {
  --body-a: #ff163f;
  --body-b: #a40021;
  --body-c: #3d0711;
  --label-ink: #fff134;
  position: relative;
  display: grid;
  place-items: center;
  width: 190px;
  height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 28px 28px 38px 38px / 22px 22px 44px 44px;
  background:
    radial-gradient(ellipse at 50% -2%, rgba(255, 255, 255, 0.98) 0 11%, rgba(210, 218, 228, 0.65) 12%, transparent 23%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, var(--body-c) 12%, rgba(255, 255, 255, 0.42) 24%, var(--body-a) 36%, var(--body-b) 56%, rgba(0, 0, 0, 0.72) 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 9px);
  box-shadow:
    var(--shadow),
    0 8px 18px rgba(255, 255, 255, 0.08) inset,
    18px 0 36px rgba(255, 255, 255, 0.22) inset,
    -28px 0 46px rgba(0, 0, 0, 0.55) inset;
  transform: rotate(-8deg);
  animation: floatCan 4.8s ease-in-out infinite;
  overflow: visible;
}

.can::before {
  content: "";
  position: absolute;
  inset: 11px 13px 15px;
  border-radius: 22px 22px 31px 31px / 18px 18px 38px 38px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 9%, transparent 82%, rgba(255, 255, 255, 0.15)),
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.5) 0 1.2px, transparent 1.6px),
    radial-gradient(circle at 74% 35%, rgba(255, 255, 255, 0.42) 0 1px, transparent 1.5px),
    radial-gradient(circle at 42% 64%, rgba(255, 255, 255, 0.36) 0 1.1px, transparent 1.6px),
    radial-gradient(circle at 68% 78%, rgba(255, 255, 255, 0.34) 0 1px, transparent 1.5px);
  background-size: auto, 96px 112px, 120px 98px, 88px 105px, 110px 90px;
  pointer-events: none;
}

.can::after {
  content: "";
  position: absolute;
  inset: 30px 20px 34px;
  border-radius: 18px 18px 27px 27px;
  background:
    linear-gradient(90deg, transparent 0 14%, rgba(255, 255, 255, 0.55) 22%, transparent 31% 72%, rgba(0, 0, 0, 0.38) 88%, transparent 100%),
    linear-gradient(180deg, transparent 0 22%, rgba(5, 7, 10, 0.94) 22% 23%, var(--label-ink, var(--volt)) 23% 42%, rgba(5, 7, 10, 0.92) 42% 43%, transparent 43% 100%);
  mix-blend-mode: hard-light;
  opacity: 0.92;
  pointer-events: none;
}

.can-top {
  position: absolute;
  top: -13px;
  width: 78%;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background:
    radial-gradient(ellipse at 50% 48%, rgba(255, 255, 255, 0.92) 0 11%, rgba(120, 130, 142, 0.7) 12% 19%, transparent 20%),
    linear-gradient(90deg, #4b5560, #f7fafc 36%, #a9b2bd 52%, #252b33 100%);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3), inset 0 -7px 10px rgba(0, 0, 0, 0.22);
}

.can-top::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 7px;
  width: 38%;
  height: 13px;
  border: 2px solid rgba(28, 35, 43, 0.55);
  border-radius: 999px;
  transform: translateX(-50%) rotate(-7deg);
  background: rgba(255, 255, 255, 0.2);
}

.can-name {
  z-index: 1;
  color: #ffffff;
  font-size: 1.45rem;
  font-weight: 1000;
  letter-spacing: 0.11em;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.38), 0 0 18px rgba(255, 241, 52, 0.45);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.can-flavor {
  position: absolute;
  bottom: 56px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(5, 7, 10, 0.76);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 0.35rem 0.7rem;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
}

.can-bolt {
  position: absolute;
  right: 20px;
  z-index: 1;
  width: 82px;
  height: 190px;
  background: linear-gradient(145deg, #ffffff 0%, var(--accent, var(--volt)) 28%, #ff8a00 68%, rgba(0, 0, 0, 0.25));
  clip-path: polygon(58% 0, 100% 0, 68% 38%, 100% 38%, 27% 100%, 43% 56%, 0 56%);
  filter: drop-shadow(0 0 10px rgba(255, 241, 52, 0.88)) drop-shadow(0 18px 16px rgba(0, 0, 0, 0.4));
  animation: boltFlash 1.8s ease-in-out infinite;
}

.can-large {
  width: 230px;
  height: 520px;
}

.can.citrus,
.mini-can.citrus,
.cart-thumb.citrus {
  --accent: var(--volt);
  --body-a: #ff163f;
  --body-b: #a40021;
  --body-c: #35050d;
  --label-ink: #fff134;
}

.can.berry,
.mini-can.berry,
.cart-thumb.berry {
  --accent: #ff5bd6;
  --body-a: #7b1dff;
  --body-b: #d60059;
  --body-c: #190536;
  --label-ink: #ff5bd6;
}

.can.glacier,
.mini-can.glacier,
.cart-thumb.glacier {
  --accent: var(--cyan);
  --body-a: #00a8ff;
  --body-b: #005bff;
  --body-c: #061338;
  --label-ink: #22e6ff;
}

.can.night,
.mini-can.night,
.cart-thumb.night {
  --accent: #b46cff;
  --body-a: #2a0b66;
  --body-b: #10121f;
  --body-c: #04050b;
  --label-ink: #b46cff;
}

.can.orange,
.mini-can.orange,
.cart-thumb.orange {
  --accent: var(--orange);
  --body-a: #ff7a1a;
  --body-b: #dd1f14;
  --body-c: #3b0803;
  --label-ink: #ffb21a;
}

.spark {
  position: absolute;
  border-radius: 999px;
  background: var(--redline);
  filter: blur(0.2px);
  opacity: 0.8;
  animation: pulseSpark 2.6s ease-in-out infinite;
}

.s1 {
  width: 90px;
  height: 2px;
  top: 20%;
  left: 12%;
}

.s2 {
  width: 130px;
  height: 2px;
  right: 8%;
  bottom: 28%;
  background: var(--volt);
  animation-delay: 600ms;
}

.s3 {
  width: 10px;
  height: 10px;
  top: 36%;
  right: 18%;
  background: var(--orange);
  animation-delay: 1s;
}

.stats-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.stats-band div {
  padding: 1.3rem;
  background: rgba(17, 23, 33, 0.9);
}

.stats-band strong {
  display: block;
  font-size: 2rem;
}

.stats-band span {
  color: var(--muted);
}

.section,
.shop-layout,
.cart-layout,
.ingredient-band,
.split-band {
  padding: 6rem 0 0;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.section-heading h2,
.split-band h2,
.story h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
}

.section-heading a,
.shop-toolbar a {
  color: var(--volt);
  font-weight: 800;
}

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

.product-card,
.review-card,
.cart-panel,
.checkout-panel,
.shop-panel,
.quote-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(17, 23, 33, 0.72);
  box-shadow: var(--shadow);
}

.product-card {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  overflow: hidden;
  transition: transform 220ms ease, border-color 220ms ease;
}

.product-card:hover {
  border-color: rgba(199, 255, 49, 0.45);
  transform: translateY(-6px);
}

.product-art {
  display: grid;
  min-height: 260px;
  place-items: center;
  border-radius: 6px;
  background:
    radial-gradient(circle at 50% 80%, rgba(0, 0, 0, 0.72), transparent 28%),
    radial-gradient(circle at 50% 18%, rgba(255, 22, 63, 0.18), transparent 24%),
    linear-gradient(115deg, transparent 0 42%, rgba(255, 241, 52, 0.16) 42% 45%, transparent 45% 100%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
    #0c1118;
  perspective: 900px;
}

.product-can-image {
  width: min(150px, 68%);
  height: 245px;
  object-fit: contain;
  filter: drop-shadow(0 20px 28px rgba(0, 0, 0, 0.5)) drop-shadow(0 0 16px rgba(255, 241, 52, 0.12));
  transform: rotate(-6deg);
  transition: transform 220ms ease, filter 220ms ease;
}

.product-card:hover .product-can-image {
  transform: rotate(-3deg) translateY(-8px) scale(1.03);
  filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.58)) drop-shadow(0 0 22px rgba(255, 241, 52, 0.22));
}

.product-art .can {
  width: 110px;
  height: 245px;
  border-radius: 17px 17px 24px 24px / 13px 13px 27px 27px;
  animation-duration: 5.6s;
}

.product-art .can-top {
  width: 84px;
  height: 19px;
  top: -8px;
}

.product-art .can-name {
  font-size: 0.86rem;
}

.product-art .can-flavor {
  bottom: 32px;
  max-width: 82px;
  font-size: 0.42rem;
  padding: 0.22rem 0.36rem;
  text-align: center;
  white-space: normal;
}

.product-art .can-bolt {
  right: 9px;
  width: 44px;
  height: 104px;
}

.product-info h3 {
  margin: 0 0 0.4rem;
  font-size: 1.25rem;
}

.product-info p {
  min-height: 3rem;
  margin: 0;
  color: var(--muted);
}

.product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
}

.price {
  font-size: 1.25rem;
  font-weight: 900;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.8rem;
}

.tag-list span {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 0.25rem 0.55rem;
  color: var(--muted);
  font-size: 0.78rem;
}

.split-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 2rem;
}

.split-band p {
  color: var(--muted);
}

.flavor-strip {
  display: flex;
  align-items: end;
  justify-content: center;
  min-height: 300px;
  gap: 1.2rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.01));
}

.mini-can {
  --accent: var(--volt);
  position: relative;
  width: 70px;
  height: 180px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 15px 15px 23px 23px / 11px 11px 27px 27px;
  background:
    radial-gradient(ellipse at 50% -2%, rgba(255, 255, 255, 0.9) 0 12%, transparent 23%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(255, 255, 255, 0.42) 27%, var(--body-a) 40%, var(--body-b) 66%, rgba(0, 0, 0, 0.7) 100%),
    linear-gradient(180deg, transparent 0 28%, var(--label-ink) 28% 51%, transparent 51% 100%);
  box-shadow:
    inset 18px 0 28px rgba(255, 255, 255, 0.22),
    inset -18px 0 28px rgba(0, 0, 0, 0.35),
    0 20px 35px rgba(0, 0, 0, 0.4);
  transform: rotate(-7deg);
}

.mini-can::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 12%;
  width: 76%;
  height: 15px;
  border-radius: 50%;
  background: linear-gradient(90deg, #59616d, #f8fafc 45%, #252b32);
}

.mini-can::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 54px;
  width: 28px;
  height: 72px;
  background: linear-gradient(145deg, #fff, var(--accent), #ff8a00);
  clip-path: polygon(58% 0, 100% 0, 68% 38%, 100% 38%, 27% 100%, 43% 56%, 0 56%);
  filter: drop-shadow(0 0 8px rgba(255, 241, 52, 0.7));
}

.mini-can:nth-child(2) {
  height: 230px;
  transform: rotate(4deg);
}

.quote-panel {
  padding: clamp(1.5rem, 4vw, 4rem);
}

.quote-panel p {
  margin: 0 0 1rem;
  font-size: clamp(1.8rem, 5vw, 4.5rem);
  line-height: 1.05;
}

.quote-panel span,
.review-card span {
  color: var(--muted);
}

.page-hero {
  padding: 6rem 0 2rem;
}

.page-hero.compact h1 {
  font-size: clamp(3rem, 8vw, 7rem);
}

.about-hero {
  min-height: 54vh;
}

.shop-layout {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 1.5rem;
}

.shop-panel {
  position: sticky;
  top: 96px;
  align-self: start;
  padding: 1rem;
}

.shop-panel h2,
.checkout-panel h2 {
  margin: 0 0 1rem;
}

.filter {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.shop-toolbar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  color: var(--muted);
}

.review-grid,
.ingredient-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.review-card,
.ingredient-band article {
  padding: 1.2rem;
}

.stars {
  color: var(--volt);
  letter-spacing: 0.08em;
}

.ingredient-band article {
  border-top: 1px solid var(--line);
}

.ingredient-band span {
  color: var(--volt);
  font-weight: 900;
}

.ingredient-band h2 {
  font-size: 1.15rem;
}

.ingredient-band p {
  color: var(--muted);
}

.story {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 2rem;
}

.contact-social {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 2rem;
  align-items: start;
}

.contact-social h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
}

.contact-social p {
  color: var(--muted);
}

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

.social-grid a {
  display: grid;
  gap: 0.35rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(17, 23, 33, 0.72);
  padding: 1rem;
  transition: transform 180ms ease, border-color 180ms ease;
}

.social-grid a:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 241, 52, 0.42);
}

.social-grid span,
.footer-social {
  color: var(--muted);
}

.social-grid strong {
  color: var(--volt);
  overflow-wrap: anywhere;
}

.cart-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 1.5rem;
  align-items: start;
}

.cart-panel,
.checkout-panel {
  padding: 1rem;
}

.cart-item {
  display: grid;
  grid-template-columns: 76px 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}

.cart-item:last-child {
  border-bottom: 0;
}

.mini-can-image {
  width: 86px;
  height: 210px;
  object-fit: contain;
  filter: drop-shadow(0 22px 28px rgba(0, 0, 0, 0.48));
  transform: rotate(-8deg);
  transition: transform 220ms ease;
}

.mini-can-image.featured {
  width: 108px;
  height: 270px;
  transform: rotate(4deg);
}

.mini-can-image:hover {
  transform: translateY(-8px) rotate(-3deg);
}

.mini-can-image.featured:hover {
  transform: translateY(-8px) rotate(2deg);
}

.cart-thumb {
  --accent: var(--volt);
  width: 54px;
  height: 90px;
  object-fit: contain;
  filter: drop-shadow(0 10px 14px rgba(0, 0, 0, 0.38));
}

.cart-item h3 {
  margin: 0;
}

.cart-item p {
  margin: 0.2rem 0 0;
  color: var(--muted);
}

.qty-controls {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.qty-controls button,
.remove-btn {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--ink);
  cursor: pointer;
}

.qty-controls button {
  width: 34px;
  height: 34px;
}

.remove-btn {
  padding: 0.45rem 0.7rem;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--line);
}

.summary-row.total {
  border-bottom: 0;
  font-size: 1.25rem;
}

.checkout-form {
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
}

.checkout-form label {
  display: grid;
  gap: 0.35rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.checkout-form input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #080b10;
  color: var(--ink);
  padding: 0.85rem;
  outline: none;
}

.checkout-form input:focus {
  border-color: var(--volt);
}

.order-message {
  margin-top: 1rem;
  color: var(--volt);
  font-weight: 800;
}

.empty-cart {
  display: grid;
  gap: 1rem;
  min-height: 240px;
  place-items: center;
  text-align: center;
  color: var(--muted);
}

.toast {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 30;
  max-width: min(360px, calc(100vw - 2rem));
  border: 1px solid rgba(199, 255, 49, 0.45);
  border-radius: 8px;
  background: #101722;
  color: var(--ink);
  padding: 0.9rem 1rem;
  box-shadow: var(--shadow);
  animation: toastIn 260ms ease;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 6rem;
  padding: 2rem 0;
  border-top: 1px solid var(--line);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  color: var(--muted);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  animation: revealUp 700ms ease forwards;
}

.delay-1 {
  animation-delay: 140ms;
}

.delay-2 {
  animation-delay: 260ms;
}

@keyframes revealUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatCan {
  0%,
  100% {
    transform: rotate(-8deg) translateY(0);
  }
  50% {
    transform: rotate(-5deg) translateY(-18px);
  }
}

@keyframes floatImageCan {
  0%,
  100% {
    transform: rotate(-7deg) translateY(0);
  }
  50% {
    transform: rotate(-4deg) translateY(-18px);
  }
}

@keyframes pulseSpark {
  0%,
  100% {
    transform: translateX(0) scaleX(1);
    opacity: 0.3;
  }
  50% {
    transform: translateX(18px) scaleX(1.25);
    opacity: 1;
  }
}

@keyframes toastIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
}

@media (max-width: 920px) {
  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: 76px;
    right: 5vw;
    left: 5vw;
    display: none;
    flex-direction: column;
    align-items: stretch;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #0b0f16;
    padding: 0.7rem;
  }

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

  .hero,
  .split-band,
  .story,
  .contact-social,
  .cart-layout,
  .shop-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-product {
    min-height: 460px;
  }

  .stats-band,
  .review-grid,
  .ingredient-band,
  .social-grid,
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shop-panel {
    position: static;
  }
}

@media (max-width: 620px) {
  .hero,
  .page-hero,
  .section,
  .shop-layout,
  .cart-layout,
  .ingredient-band,
  .split-band,
  .stats-band,
  .site-footer {
    width: min(100% - 1.5rem, 1180px);
  }

  .hero-copy h1,
  .page-hero h1 {
    font-size: clamp(3.5rem, 19vw, 5rem);
  }

  .stats-band,
  .review-grid,
  .ingredient-band,
  .social-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .section-heading,
  .shop-toolbar,
  .site-footer {
    align-items: start;
    flex-direction: column;
  }

  .cart-item {
    grid-template-columns: 56px 1fr;
  }

  .qty-controls {
    grid-column: 2;
  }

  .can-large {
    width: 190px;
    height: 430px;
  }
}
