:root {
  --ink: #0b0d0c;
  --ink-soft: #151817;
  --paper: #f5ecdc;
  --paper-muted: #d8cfc0;
  --orange: #f05a16;
  --orange-dark: #bd3d0d;
  --red: #ae2b1d;
  --green: #435a2e;
  --lime: #bad63e;
  --brand-white: #fff;
  --line: rgba(247, 240, 227, 0.2);
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --utility: "Arial Narrow", "Roboto Condensed", ui-sans-serif, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #2a0e05;
}

body {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  margin: 0;
  color: var(--paper);
  font-family: var(--body);
  background: #2a0e05;
}

body::before {
  position: fixed;
  inset: -7vmax;
  z-index: -2;
  content: "";
  background:
    linear-gradient(rgba(35, 10, 2, 0.08), rgba(35, 10, 2, 0.18)),
    url("/assets/ass-hunter-chili-texture.webp") center / cover no-repeat;
  transform: scale(1.06);
  animation: chili-drift 18s ease-in-out infinite alternate;
  pointer-events: none;
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  background: radial-gradient(circle at 50% 18%, transparent 0 32%, rgba(31, 8, 1, 0.24) 82%);
  pointer-events: none;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

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

::selection {
  color: var(--ink);
  background: var(--lime);
}

:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 0.8rem;
  left: 0.8rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  color: var(--ink);
  background: var(--paper);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0.75rem;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(10rem, 1fr) auto minmax(10rem, 1fr);
  align-items: center;
  width: min(92rem, calc(100% - 2rem));
  min-height: 4.5rem;
  margin: 0.75rem auto 0;
  padding: 0.72rem 0.8rem 0.72rem 1.2rem;
  overflow: hidden;
  background: rgba(10, 12, 11, 0.82);
  border: 1px solid rgba(245, 236, 220, 0.16);
  border-radius: 1rem;
  box-shadow: 0 1rem 3rem rgba(22, 6, 1, 0.34);
  backdrop-filter: blur(18px) saturate(1.15);
  animation: header-drop 700ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.brand-wordmark {
  justify-self: start;
  color: var(--brand-white);
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1;
  letter-spacing: 0.045em;
  text-decoration: none;
  text-transform: uppercase;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: clamp(1.6rem, 4vw, 4.8rem);
}

.primary-nav a,
.site-footer nav a {
  position: relative;
  font-family: var(--utility);
  font-size: clamp(0.84rem, 1.2vw, 1.1rem);
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.primary-nav a::after {
  position: absolute;
  right: 0;
  bottom: -0.45rem;
  left: 0;
  height: 2px;
  content: "";
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-buy {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 3rem;
  padding: 0.72rem 1rem;
  color: #fff8ed;
  font-family: var(--utility);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--orange);
  border: 1px solid #ff8a4f;
  border-radius: 0.55rem;
  box-shadow: 0 0.25rem 0 var(--orange-dark);
  cursor: pointer;
  transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.header-buy:hover {
  background: #ff7130;
  box-shadow: 0 0.4rem 0 #9f310b;
  transform: translateY(-0.1rem);
}

.header-buy span {
  color: #ffd8c4;
  font-variant-numeric: tabular-nums;
}

.hero {
  position: relative;
  z-index: 1;
  width: min(92rem, calc(100% - 2rem));
  margin: 1rem auto clamp(8rem, 12vw, 10rem);
  padding: 0;
  scroll-margin-top: 6rem;
}

.shop-section,
.game-section,
.about-section {
  scroll-margin-top: 6rem;
}

.hero-card {
  position: relative;
  min-height: clamp(38rem, 56vw, 51.7rem);
  overflow: visible;
  isolation: isolate;
  background:
    radial-gradient(circle at 74% 47%, rgba(240, 90, 22, 0.09), transparent 31%),
    linear-gradient(118deg, #121514 0%, #090b0a 58%, #050606 100%);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: clamp(1.2rem, 2.3vw, 2rem);
  box-shadow: 0 2rem 5rem rgba(24, 5, 0, 0.62), inset 0 1px rgba(255, 255, 255, 0.06);
  animation: card-rise 900ms cubic-bezier(0.2, 0.8, 0.2, 1) 120ms both;
}

.hero-card::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(7, 9, 8, 0.28) 0 43%, rgba(7, 9, 8, 0.02) 61%),
    radial-gradient(circle at 72% 50%, rgba(240, 90, 22, 0.08), transparent 32%);
  pointer-events: none;
}

.hero-card::after {
  position: absolute;
  inset: 0;
  z-index: 5;
  content: "";
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 -5rem 7rem rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

.hero-visual {
  position: absolute;
  inset: 0 0 0 45%;
  z-index: 6;
  overflow: visible;
  pointer-events: none;
  user-select: none;
}

.hero-art-layer {
  position: absolute;
  display: block;
  width: auto;
  max-width: none;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 1.25rem 1.35rem rgba(0, 0, 0, 0.48));
}

.hero-mascot-art {
  right: 2%;
  bottom: -26.4%;
  z-index: 2;
  height: 116.5%;
}

.hero-jar--foreground {
  right: 2.5%;
  bottom: -8%;
  z-index: 3;
  height: 53%;
}

.hero-copy {
  position: absolute;
  top: 50%;
  left: clamp(2rem, 5vw, 5.3rem);
  z-index: 7;
  width: min(48%, 42rem);
  transform: translateY(-50%);
}

.hero-copy > * {
  opacity: 0;
  transform: translateY(1.1rem);
  animation: copy-settle 620ms ease forwards;
}

.hero-copy > :nth-child(1) { animation-delay: 480ms; }
.hero-copy > :nth-child(2) { animation-delay: 560ms; }
.hero-copy > :nth-child(3) { animation-delay: 650ms; }
.hero-copy > :nth-child(4) { animation-delay: 720ms; }
.hero-copy > :nth-child(5) { animation-delay: 790ms; }
.hero-copy > :nth-child(6) { animation-delay: 860ms; }
.hero-copy > :nth-child(7) { animation-delay: 930ms; }
.hero-copy > :nth-child(8) { animation-delay: 1000ms; }

.heat-scan {
  display: none;
  position: absolute;
  top: -15%;
  bottom: -15%;
  left: -22%;
  z-index: 3;
  width: 13%;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(240, 90, 22, 0.2), rgba(255, 205, 174, 0.2), transparent);
  filter: blur(0.25rem);
  transform: skewX(-12deg);
  animation: heat-scan 7s ease-in-out 1.4s infinite;
  pointer-events: none;
}

.eyebrow,
.kicker,
.product-code,
.purchase-label {
  font-family: var(--utility);
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1rem;
  color: var(--paper-muted);
  font-size: 0.78rem;
}

.eyebrow span {
  width: 2.5rem;
  height: 2px;
  background: var(--orange);
}

.hero h1 {
  max-width: none;
  margin: 0;
  color: var(--brand-white);
  font-family: var(--display);
  font-size: clamp(4.8rem, 8.2vw, 8.6rem);
  font-stretch: condensed;
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -0.045em;
  text-wrap: balance;
  text-transform: uppercase;
  white-space: nowrap;
}

.orange-rule {
  width: min(100%, 42rem);
  height: clamp(0.45rem, 0.75vw, 0.7rem);
  margin: clamp(1.15rem, 2vw, 1.8rem) 0 1rem;
  background: var(--orange);
  clip-path: polygon(0 20%, 98% 0, 100% 65%, 1% 100%);
}

.hero-product-name {
  margin: 0;
  color: var(--orange);
  font-family: var(--display);
  font-size: clamp(2.1rem, 3.7vw, 3.9rem);
  line-height: 0.95;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.ingredient-line {
  margin: 0.8rem 0 0;
  color: var(--paper-muted);
  font-family: var(--utility);
  font-size: clamp(0.84rem, 1.4vw, 1.15rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
}

.hero-offer {
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
  margin: 1.65rem 0 0.85rem;
}

.hero-offer strong {
  font-family: var(--display);
  font-size: clamp(2rem, 3vw, 3rem);
  letter-spacing: 0.03em;
}

.hero-offer span {
  color: var(--paper-muted);
  font-size: 0.84rem;
  font-weight: 750;
}

.buy-button,
.outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-height: 4rem;
  padding: 1rem 1.4rem;
  font-family: var(--utility);
  font-size: 1rem;
  font-weight: 950;
  letter-spacing: 0.11em;
  text-decoration: none;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
}

.buy-button {
  color: #fff8ed;
  background: var(--orange);
  box-shadow: 0 0.35rem 0 var(--orange-dark);
  transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.buy-button:hover {
  background: #ff7a2f;
  box-shadow: 0 0.5rem 0 #a9360e;
  transform: translateY(-0.15rem);
}

.buy-button:active {
  box-shadow: 0 0.12rem 0 var(--orange-dark);
  transform: translateY(0.15rem);
}

.buy-button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.buy-button--hero {
  width: min(100%, 33rem);
  min-height: 5.25rem;
  padding-inline: clamp(1.4rem, 3vw, 2.25rem);
  font-size: clamp(1.2rem, 2.2vw, 1.85rem);
}

.hero-world-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 1rem;
  color: var(--brand-white);
  font-family: var(--utility);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-decoration-color: var(--orange);
  text-decoration-thickness: 2px;
  text-transform: uppercase;
  text-underline-offset: 0.38rem;
}

.hero-world-link span {
  color: var(--orange);
  font-size: 1rem;
  transition: transform 180ms ease;
}

.hero-world-link:hover span {
  transform: translate(0.18rem, 0.18rem);
}

.product-size,
.game-stamp {
  position: absolute;
  z-index: 2;
  padding: 0.45rem 0.65rem;
  color: var(--ink);
  font-family: var(--utility);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--lime);
}

.shop-section,
.game-section,
.about-section,
.site-footer {
  width: min(92rem, calc(100% - clamp(1.25rem, 8vw, 8rem)));
  margin-inline: auto;
}

.shop-section {
  padding: clamp(5rem, 10vw, 10rem) clamp(1rem, 4vw, 4rem);
  color: var(--ink);
  background: var(--paper);
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 0 4rem;
  align-items: end;
  max-width: 70rem;
  margin: 0 auto clamp(3rem, 7vw, 6rem);
}

.section-heading .kicker {
  grid-column: 1;
  align-self: start;
}

.section-heading h2 {
  grid-column: 2;
  grid-row: 1 / span 2;
  margin: 0;
}

.section-heading > p:last-child {
  grid-column: 1;
  max-width: 20rem;
  margin: 1rem 0 0;
  color: #57534d;
  line-height: 1.6;
}

.kicker {
  margin: 0;
  color: var(--orange-dark);
  font-size: 0.72rem;
}

.section-heading h2,
.game-copy h2,
.about-copy h2 {
  font-family: var(--display);
  font-size: clamp(4.4rem, 8vw, 8.5rem);
  line-height: 0.83;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.product-stage {
  display: grid;
  grid-template-columns: minmax(20rem, 0.9fr) minmax(24rem, 1.1fr);
  max-width: 74rem;
  margin: auto;
  border-top: 1px solid #bcb2a2;
  border-bottom: 1px solid #bcb2a2;
}

.product-image-wrap {
  position: relative;
  min-height: 39rem;
  overflow: hidden;
  background: #ded7cc;
  border-right: 1px solid #bcb2a2;
}

.product-image-wrap::after {
  position: absolute;
  inset: 0;
  content: "";
  box-shadow: inset 0 0 5rem rgba(30, 24, 17, 0.12);
  pointer-events: none;
}

.product-image-wrap img {
  width: 100%;
  height: 100%;
  min-height: 39rem;
  object-fit: cover;
}

.product-size {
  right: 1rem;
  bottom: 1rem;
  background: var(--orange);
}

.product-details {
  display: flex;
  flex-direction: column;
  padding: clamp(2rem, 5vw, 5rem);
}

.product-code {
  margin: 0 0 1.2rem;
  color: #747067;
  font-size: 0.68rem;
}

.product-details h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4rem, 7vw, 7rem);
  line-height: 0.85;
  letter-spacing: -0.035em;
}

.product-description {
  max-width: 34rem;
  margin: 2rem 0;
  color: #45423d;
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.65;
}

.ingredient-list {
  margin: 0 0 3rem;
  padding: 0;
  list-style: none;
  border-top: 1px solid #bcb2a2;
}

.ingredient-list li {
  display: flex;
  gap: 1.3rem;
  padding: 0.9rem 0;
  font-family: var(--utility);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px solid #bcb2a2;
}

.ingredient-list span {
  color: var(--orange-dark);
  font-variant-numeric: tabular-nums;
}

.purchase-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-top: auto;
}

.purchase-row > div {
  display: grid;
}

.purchase-label {
  color: #767067;
  font-size: 0.64rem;
}

.purchase-row strong {
  font-family: var(--display);
  font-size: 2.8rem;
  line-height: 1;
}

.purchase-row small {
  margin-top: 0.3rem;
  color: #5f5a52;
}

.game-section {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  min-height: 42rem;
  background: var(--red);
}

.game-art {
  position: relative;
  min-height: 34rem;
  overflow: hidden;
  clip-path: polygon(0 0, 96% 0, 86% 100%, 0 100%);
}

.game-art::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, transparent 55%, rgba(173, 37, 31, 0.82));
}

.game-art img {
  width: 100%;
  height: 100%;
  min-height: 42rem;
  object-fit: cover;
  filter: saturate(1.1) contrast(1.05);
}

.game-stamp {
  top: 1.6rem;
  left: 1.6rem;
  color: var(--paper);
  background: var(--ink);
  transform: rotate(-2deg);
}

.game-copy {
  align-self: center;
  padding: clamp(3rem, 6vw, 6rem) clamp(2rem, 6vw, 6rem) clamp(3rem, 6vw, 6rem) 1rem;
}

.game-copy .kicker {
  color: #ffb98e;
}

.game-copy h2 {
  margin: 1rem 0 2rem;
}

.game-copy > p:not(.kicker) {
  max-width: 28rem;
  margin: 0 0 2.3rem;
  color: #f5d7cb;
  line-height: 1.65;
}

.outline-button {
  color: var(--paper);
  background: transparent;
  border: 2px solid var(--paper);
  transition: color 160ms ease, background 160ms ease;
}

.outline-button:hover {
  color: var(--red);
  background: var(--paper);
}

.about-section {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  min-height: 42rem;
  color: var(--paper);
  background: var(--green);
}

.about-target {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  padding: clamp(3rem, 7vw, 7rem);
  background: #344922;
  border-right: 1px solid rgba(245, 236, 220, 0.13);
}

.about-target img {
  width: clamp(8rem, 18vw, 13rem);
  height: auto;
}

.about-target__brand {
  margin: 0;
  color: var(--brand-white);
  font-family: var(--display);
  font-size: clamp(2.8rem, 5vw, 5rem);
  letter-spacing: 0.025em;
  line-height: 0.9;
  text-align: center;
  text-transform: uppercase;
}

.about-copy {
  align-self: center;
  max-width: 48rem;
  padding: clamp(3rem, 8vw, 8rem);
}

.about-copy .kicker {
  color: var(--lime);
}

.about-copy h2 {
  margin: 1rem 0 2rem;
}

.about-copy > p:not(.kicker):not(.about-callout) {
  max-width: 39rem;
  color: #e4ead9;
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  line-height: 1.7;
}

.about-callout {
  margin: 3rem 0 0;
  color: var(--lime);
  font-family: var(--display);
  font-size: clamp(2.2rem, 4vw, 4rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.site-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: clamp(2.5rem, 5vw, 4rem);
  text-align: center;
  background: var(--ink);
  border-top: 1px solid var(--line);
}

.site-footer__mark {
  display: block;
  width: clamp(6rem, 9vw, 7rem);
  height: auto;
  margin: 0 auto 0.45rem;
}

.site-footer > p {
  margin: 0;
  color: var(--brand-white);
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin: 0.35rem 0 0.15rem;
}

.site-footer small {
  color: #8d8b85;
}

.order-dialog {
  width: min(38rem, calc(100% - 2rem));
  max-height: calc(100svh - 2rem);
  overflow-y: auto;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  color: var(--ink);
  background: var(--paper);
  border: 0;
  border-top: 0.55rem solid var(--orange);
  box-shadow: 0 2rem 7rem rgba(0, 0, 0, 0.72);
}

.order-dialog::backdrop {
  background: rgba(7, 8, 9, 0.82);
  backdrop-filter: blur(5px);
}

.order-dialog__top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.order-dialog h2 {
  margin: 0.35rem 0 0;
  font-family: var(--display);
  font-size: clamp(2.8rem, 8vw, 4.5rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.dialog-close {
  width: 2.6rem;
  height: 2.6rem;
  padding: 0;
  color: var(--ink);
  font-size: 2rem;
  line-height: 1;
  background: transparent;
  border: 1px solid #aaa297;
  cursor: pointer;
}

.order-item {
  display: grid;
  grid-template-columns: 5rem 1fr auto;
  gap: 1rem;
  align-items: center;
  margin: 2rem 0;
  padding: 1rem 0;
  border-top: 1px solid #bcb2a2;
  border-bottom: 1px solid #bcb2a2;
}

.order-item img {
  width: 5rem;
  height: 5rem;
  object-fit: cover;
}

.order-item > div {
  display: grid;
  gap: 0.3rem;
}

.order-item > div strong {
  font-family: var(--utility);
  letter-spacing: 0.08em;
}

.order-item > div span {
  color: #686158;
  font-size: 0.8rem;
}

.order-totals {
  margin: 0 0 1.75rem;
}

.order-totals > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5rem 0;
}

.order-totals dd {
  margin: 0;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
}

.order-total {
  margin-top: 0.5rem;
  padding-top: 1rem !important;
  font-family: var(--display);
  font-size: 1.8rem;
  border-top: 2px solid var(--ink);
}

.checkout-button {
  width: 100%;
}

.checkout-button.is-loading span:last-child {
  animation: nudge 650ms ease-in-out infinite alternate;
}

.checkout-status {
  min-height: 1.4em;
  margin: 1rem 0 0;
  color: #9d2d17;
  font-weight: 750;
}

.secure-note {
  margin: 0.45rem 0 0;
  color: #716b62;
  font-size: 0.75rem;
  text-align: center;
}

.no-js .reveal,
.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.reveal {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 650ms ease, transform 650ms ease;
}

@keyframes nudge {
  to { transform: translateX(0.4rem); }
}

@keyframes chili-drift {
  from {
    background-position: 48% 48%;
    transform: scale(1.06) rotate(-0.15deg);
  }
  to {
    background-position: 52% 53%;
    transform: scale(1.1) rotate(0.15deg);
  }
}

@keyframes header-drop {
  from {
    opacity: 0;
    transform: translateY(-1.25rem);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes card-rise {
  from {
    opacity: 0;
    transform: translateY(2.25rem) scale(0.985);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes copy-settle {
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes heat-scan {
  0%,
  14% {
    left: -22%;
    opacity: 0;
  }
  24% { opacity: 0.75; }
  48% {
    left: 112%;
    opacity: 0;
  }
  100% {
    left: 112%;
    opacity: 0;
  }
}

@media (max-width: 1050px) {
  .site-header {
    grid-template-columns: minmax(8rem, 1fr) auto minmax(8rem, 1fr);
  }

  .primary-nav {
    gap: clamp(1rem, 3vw, 2rem);
  }

  .hero-card {
    min-height: clamp(36rem, 58vw, 42rem);
  }

  .hero-copy {
    left: clamp(2rem, 4vw, 3.5rem);
    width: 51%;
  }

  .hero-visual {
    inset-inline-start: 47%;
  }

  .hero-mascot-art {
    right: 2%;
    bottom: -24%;
    height: 108%;
  }

  .hero h1 {
    font-size: clamp(4.6rem, 8.1vw, 6.7rem);
  }

  .section-heading {
    grid-template-columns: 1fr;
  }

  .section-heading h2,
  .section-heading > p:last-child,
  .section-heading .kicker {
    grid-column: 1;
    grid-row: auto;
  }

  .section-heading h2 {
    margin-top: 1rem;
  }

  .product-details {
    padding: 2.5rem;
  }

  .purchase-row {
    align-items: stretch;
    flex-direction: column;
  }

  .game-section {
    grid-template-columns: 1.08fr 0.92fr;
  }
}

@media (max-width: 760px) {
  .site-header {
    top: 0.45rem;
    grid-template-columns: 1fr auto;
    gap: 0.75rem 1rem;
    width: calc(100% - 1rem);
    min-height: 0;
    margin-top: 0.5rem;
    padding: 0.72rem;
    border-radius: 0.85rem;
  }

  .brand-wordmark {
    font-size: 1.45rem;
  }

  .primary-nav {
    grid-column: 1 / -1;
    justify-content: space-between;
    justify-self: stretch;
    gap: 0.75rem;
    padding-top: 0.72rem;
    border-top: 1px solid rgba(245, 236, 220, 0.14);
  }

  .primary-nav a {
    font-size: 0.7rem;
    letter-spacing: 0.06em;
  }

  .header-buy {
    min-height: 2.6rem;
    padding: 0.58rem 0.75rem;
    font-size: 0.7rem;
  }

  .hero {
    width: calc(100% - 1rem);
    margin: 0.65rem auto 5.75rem;
    scroll-margin-top: 9.5rem;
  }

  .shop-section,
  .game-section,
  .about-section {
    scroll-margin-top: 9.5rem;
  }

  .hero-card {
    min-height: 53rem;
    border-radius: 1rem;
  }

  .hero-card::before {
    background:
      linear-gradient(180deg, #0b0d0c 0 40%, rgba(11, 13, 12, 0.5) 47%, transparent 55% 100%),
      radial-gradient(circle at 65% 75%, rgba(240, 90, 22, 0.11), transparent 34%);
  }

  .hero-visual {
    inset: auto 0 0;
    height: 27rem;
    overflow: visible;
  }

  .hero-mascot-art {
    right: auto;
    bottom: -23%;
    left: 50%;
    height: 106%;
    transform: translateX(-50%);
  }

  .hero-jar--foreground {
    right: 2%;
    bottom: -8%;
    height: 49%;
  }

  .hero-copy {
    top: 2.25rem;
    left: 1.35rem;
    width: calc(100% - 2.7rem);
    transform: none;
  }

  .hero h1 {
    font-size: clamp(4.4rem, 20vw, 6.4rem);
    line-height: 0.8;
  }

  .hero-product-name {
    font-size: clamp(2.2rem, 10vw, 3.2rem);
  }

  .ingredient-line {
    max-width: 22rem;
    font-size: 0.75rem;
  }

  .hero-offer {
    margin-top: 1.2rem;
  }

  .buy-button--hero {
    width: min(100%, 27rem);
    min-height: 4.5rem;
  }

  .shop-section,
  .game-section,
  .about-section,
  .site-footer {
    width: calc(100% - 1rem);
  }

  .shop-section {
    padding: 5rem 1.25rem 1.25rem;
  }

  .section-heading h2,
  .game-copy h2,
  .about-copy h2 {
    font-size: clamp(4rem, 20vw, 6rem);
  }

  .product-stage {
    grid-template-columns: 1fr;
  }

  .product-image-wrap {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid #bcb2a2;
  }

  .product-image-wrap img {
    min-height: 0;
    aspect-ratio: 1;
  }

  .product-details {
    padding: 2rem 0.5rem;
  }

  .product-details h3 {
    font-size: 4.6rem;
  }

  .game-section,
  .about-section {
    grid-template-columns: 1fr;
  }

  .game-art {
    min-height: 24rem;
    clip-path: none;
  }

  .game-art::after {
    background: linear-gradient(0deg, var(--red), transparent 40%);
  }

  .game-art img {
    min-height: 24rem;
  }

  .game-copy {
    padding: 1rem 1.5rem 4rem;
  }

  .about-target {
    min-height: 22rem;
    border-right: 0;
    border-bottom: 1px solid rgba(245, 236, 220, 0.13);
  }

  .about-copy {
    padding: 3.5rem 1.5rem;
  }

  .site-footer {
    padding-inline: 1.5rem;
  }

  .site-footer nav {
    gap: 1rem 1.5rem;
  }

  .order-item {
    grid-template-columns: 4rem 1fr auto;
  }

  .order-item img {
    width: 4rem;
    height: 4rem;
  }
}

@media (max-width: 390px) {
  .brand-wordmark {
    font-size: 1.25rem;
  }

  .header-buy span {
    display: none;
  }

  .primary-nav a {
    font-size: 0.6rem;
  }

  .primary-nav {
    gap: 0.65rem;
  }

  .hero h1 {
    font-size: 4rem;
  }

  .hero-card {
    min-height: 51rem;
  }

  .hero-visual {
    height: 25rem;
  }

  .hero-jar--foreground {
    height: 43%;
  }

  .hero-offer {
    align-items: start;
    flex-direction: column;
    gap: 0.1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  body::before,
  .site-header,
  .hero-card,
  .hero-copy > * {
    animation: none !important;
  }

  .site-header,
  .hero-card,
  .hero-copy > * {
    opacity: 1;
  }

  .site-header,
  .hero-card,
  .hero-copy > * {
    transform: none;
  }

  .heat-scan {
    display: none;
  }
}

.subpage-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(86rem, calc(100% - 3rem));
  margin: 1.5rem auto 0;
  padding: 1rem 1.25rem;
  background: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.subpage-header .brand-mark {
  width: 3.5rem;
}

.back-link {
  font-family: var(--utility);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.play-page-body {
  min-height: 100vh;
  background:
    linear-gradient(rgba(37, 9, 5, 0.28), rgba(37, 9, 5, 0.28)),
    url("/assets/ass-hunter-chili-texture.webp") center / cover fixed;
}

.play-page {
  width: min(86rem, calc(100% - 3rem));
  margin: 0 auto 3rem;
  color: var(--paper);
  background: var(--ink);
}

.play-intro {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  min-height: 43rem;
  padding: clamp(2rem, 5vw, 5rem);
  overflow: hidden;
}

.play-intro h1 {
  margin: 1rem 0 1.5rem;
  color: var(--orange);
  font-family: var(--display);
  font-size: clamp(5rem, 10vw, 10rem);
  line-height: 0.78;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.play-lede {
  max-width: 31rem;
  margin: 0 0 2rem;
  color: var(--paper-muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.game-launch.is-disabled {
  color: #9a958c;
  background: #333436;
  box-shadow: 0 0.35rem 0 #202123;
  cursor: not-allowed;
}

.game-availability {
  max-width: 31rem;
  min-height: 2.8rem;
  margin: 1.2rem 0 0;
  color: #9f9c95;
  font-size: 0.78rem;
  line-height: 1.5;
}

.play-screen {
  position: relative;
  margin: 0;
  padding: 0.65rem;
  background: var(--paper);
  box-shadow: 1.5rem 1.5rem 0 var(--orange);
  transform: rotate(1.5deg);
}

.play-screen img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.play-screen figcaption {
  padding: 0.65rem 0.2rem 0.1rem;
  color: var(--ink);
  font-family: var(--utility);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.controls-panel {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 3rem;
  padding: clamp(3rem, 6vw, 6rem);
  color: var(--ink);
  background: var(--lime);
}

.controls-panel h2 {
  margin: 0.8rem 0 0;
  font-family: var(--display);
  font-size: clamp(3.8rem, 7vw, 7rem);
  line-height: 0.85;
  text-transform: uppercase;
}

.controls-panel ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 2px solid var(--ink);
}

.controls-panel li {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 0.2rem 1rem;
  padding: 1.2rem 0;
  border-bottom: 2px solid var(--ink);
}

.controls-panel li span {
  grid-row: 1 / span 2;
  color: var(--orange-dark);
  font-family: var(--display);
  font-size: 1.8rem;
}

.controls-panel li strong {
  font-family: var(--utility);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.controls-panel li small {
  color: #37421d;
}

.result-page-body {
  display: grid;
  min-height: 100svh;
  place-items: center;
  padding: 1rem;
  background:
    linear-gradient(rgba(24, 8, 2, 0.35), rgba(24, 8, 2, 0.35)),
    url("/assets/ass-hunter-chili-texture.webp") center / cover fixed;
}

.result-card {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: min(38rem, 100%);
  padding: clamp(2rem, 7vw, 5rem);
  color: var(--paper);
  background: var(--ink);
  border-top: 0.6rem solid var(--orange);
  box-shadow: 0 2rem 7rem rgba(0, 0, 0, 0.7);
}

.result-card > img {
  margin-bottom: 2.5rem;
}

.result-card h1 {
  margin: 0.8rem 0 1.5rem;
  font-family: var(--display);
  font-size: clamp(4rem, 12vw, 7rem);
  line-height: 0.82;
  text-transform: uppercase;
}

.result-card > p:not(.kicker):not(.result-total) {
  max-width: 29rem;
  margin: 0 0 2rem;
  color: var(--paper-muted);
  line-height: 1.65;
}

.result-total {
  margin: -1rem 0 2rem;
  color: var(--lime);
  font-family: var(--display);
  font-size: 2rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.result-card .outline-button {
  margin-top: 0.8rem;
}

.result-link {
  margin-top: 1.5rem;
  color: var(--paper-muted);
  font-size: 0.82rem;
}

@media (max-width: 760px) {
  .subpage-header,
  .play-page {
    width: calc(100% - 1rem);
  }

  .play-intro,
  .controls-panel {
    grid-template-columns: 1fr;
  }

  .play-intro {
    padding: 4rem 1.5rem;
  }

  .play-screen {
    box-shadow: 0.7rem 0.7rem 0 var(--orange);
  }

  .controls-panel {
    padding: 3.5rem 1.5rem;
  }
}
