html,
body {
  box-sizing: border-box;
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  padding: 0;
  width: 100%;
  background: #090909;
  color: #fff8d8;
  font-family: "Oswald", Arial, sans-serif;
}

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

* {
  min-width: 0;
}

:root {
  --fh-black: #090909;
  --fh-ink: #151515;
  --fh-yellow: #ffe600;
  --fh-blue: #00a6ff;
  --fh-green: #7dff00;
  --fh-red: #ff2438;
  --fh-orange: #ff7a00;
  --fh-cream: #fff8d8;
  --fh-border: 4px solid #090909;
  --mobile-navbar-only-offset: 4.375rem;
  --mobile-campaign-navbar-offset: 7.75rem;
  --mobile-fixed-navbar-offset: var(--mobile-navbar-only-offset);
}

body.navbar-with-campaign,
body.navbar-without-campaign {
  --mobile-fixed-navbar-offset: var(--mobile-navbar-only-offset);
}

a {
  color: inherit;
  overflow-wrap: anywhere;
}

img {
  max-width: 100%;
  height: auto;
}

#main-content {
  min-height: 100vh;
  background: var(--fh-yellow);
}

checkout-page.checkout-neutral,
cart.cart-neutral {
  color: #111827;
  font-family: Arial, sans-serif;
}

checkout-page.checkout-neutral a,
cart.cart-neutral a {
  color: inherit;
}

:is(checkout-page.checkout-neutral, cart.cart-neutral) .text-gray-400 {
  color: #9ca3af;
}

:is(checkout-page.checkout-neutral, cart.cart-neutral) .text-gray-500 {
  color: #6b7280;
}

:is(checkout-page.checkout-neutral, cart.cart-neutral) .text-gray-700 {
  color: #374151;
}

:is(checkout-page.checkout-neutral, cart.cart-neutral) .text-gray-800 {
  color: #1f2937;
}

:is(checkout-page.checkout-neutral, cart.cart-neutral) .text-gray-900 {
  color: #111827;
}

:is(checkout-page.checkout-neutral, cart.cart-neutral) .text-blue-400 {
  color: #60a5fa;
}

:is(checkout-page.checkout-neutral, cart.cart-neutral) .text-blue-500 {
  color: #3b82f6;
}

:is(checkout-page.checkout-neutral, cart.cart-neutral) .text-blue-600 {
  color: #2563eb;
}

:is(checkout-page.checkout-neutral, cart.cart-neutral) .text-blue-700 {
  color: #1d4ed8;
}

:is(checkout-page.checkout-neutral, cart.cart-neutral) .text-blue-800 {
  color: #1e40af;
}

:is(checkout-page.checkout-neutral, cart.cart-neutral) .text-red-400 {
  color: #f87171;
}

:is(checkout-page.checkout-neutral, cart.cart-neutral) .text-red-600 {
  color: #dc2626;
}

:is(checkout-page.checkout-neutral, cart.cart-neutral) .text-red-700 {
  color: #b91c1c;
}

:is(checkout-page.checkout-neutral, cart.cart-neutral) .text-red-800 {
  color: #991b1b;
}

:is(checkout-page.checkout-neutral, cart.cart-neutral) .text-red-900 {
  color: #7f1d1d;
}

:is(checkout-page.checkout-neutral, cart.cart-neutral) .text-green-700 {
  color: #15803d;
}

:is(checkout-page.checkout-neutral, cart.cart-neutral) .text-amber-400 {
  color: #fbbf24;
}

:is(checkout-page.checkout-neutral, cart.cart-neutral) .text-amber-500 {
  color: #f59e0b;
}

:is(checkout-page.checkout-neutral, cart.cart-neutral) .text-amber-700 {
  color: #b45309;
}

:is(checkout-page.checkout-neutral, cart.cart-neutral) .text-amber-800 {
  color: #92400e;
}

:is(checkout-page.checkout-neutral, cart.cart-neutral) .text-amber-900 {
  color: #78350f;
}

:is(checkout-page.checkout-neutral, cart.cart-neutral) .text-white {
  color: #ffffff;
}

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

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

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 1.25rem;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.45)),
    url("/assets/fuckhead_bottles.png") center / cover;
}

.age-gate__panel {
  width: min(100%, 34rem);
  padding: clamp(1.25rem, 4vw, 2.5rem);
  background: var(--fh-yellow);
  border: var(--fh-border);
  border-radius: 6px;
  color: var(--fh-black);
  text-align: center;
  box-shadow: 12px 12px 0 var(--fh-red);
}

.age-gate__logo {
  display: block;
  max-width: 13rem;
  height: auto;
  margin: 0 auto 0.75rem;
}

.age-gate__eyebrow,
.fh-kicker,
.fh-product-card__eyebrow {
  margin: 0 0 0.6rem;
  color: var(--fh-red);
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.age-gate h2 {
  margin: 0;
  font-size: clamp(2.5rem, 10vw, 5rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.age-gate p {
  margin: 1rem auto;
  max-width: 28rem;
  font-size: 1.12rem;
  line-height: 1.35;
}

.age-gate__actions,
.fh-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.age-gate__confirm,
.age-gate__exit,
.fh-button {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.15rem;
  border: var(--fh-border);
  border-radius: 4px;
  background: var(--fh-green);
  color: var(--fh-black);
  cursor: pointer;
  font: 900 1rem/1 "Oswald", Arial, sans-serif;
  line-height: 1.08;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 6px 6px 0 var(--fh-black);
}

.age-gate__exit,
.fh-button--secondary {
  background: var(--fh-blue);
}

.fh-hero {
  position: relative;
  min-height: calc(100vh - var(--mobile-fixed-navbar-offset));
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--fh-black);
  isolation: isolate;
}

.fh-hero__bottles {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fh-hero__scrim {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.56) 46%, rgba(0, 0, 0, 0.14) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.06) 35%);
}

.fh-hero--404 {
  min-height: calc(100svh - var(--mobile-fixed-navbar-offset));
}

.fh-hero--404 .fh-hero__bottles {
  object-position: center;
}

.fh-hero--404 .fh-actions {
  justify-content: flex-start;
}

.fh-hero__rickroll-video {
  position: absolute;
  inset: 0;
  z-index: -2;
  display: none;
  overflow: hidden;
  pointer-events: none;
}

.fh-hero__rickroll-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max(100vw, 177.78vh);
  height: max(56.25vw, 100vh);
  border: 0;
  transform: translate(-50%, -50%);
}

.fh-hero--rickrolled .fh-hero__bottles {
  opacity: 0;
}

.fh-hero--rickrolled .fh-hero__rickroll-video {
  display: block;
}

.fh-hero__inner {
  width: min(100%, 74rem);
  margin: 0 auto;
  padding: clamp(3.5rem, 8vw, 7rem) clamp(1.25rem, 5vw, 4.5rem);
}

.fh-hero__eyebrow {
  width: fit-content;
  margin: 0 0 1.1rem;
  padding: 0.45rem 0.75rem;
  border: var(--fh-border);
  background: var(--fh-green);
  color: var(--fh-black);
  font-size: clamp(1.25rem, 3vw, 2.25rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 6px 6px 0 var(--fh-red);
}

.fh-hero__copy {
  width: min(100%, 74rem);
  margin: 0 auto;
  padding: clamp(2rem, 6vw, 5rem) clamp(1rem, 4vw, 3rem) 6.5rem;
}

.fh-hero__logo {
  width: min(18rem, 52vw);
  height: auto;
  margin-bottom: 1rem;
  filter: drop-shadow(8px 8px 0 rgba(0, 0, 0, 0.75));
}

.fh-hero h1 {
  max-width: 12ch;
  margin: 0;
  color: var(--fh-yellow);
  font-size: clamp(4.2rem, 14vw, 12rem);
  font-weight: 900;
  line-height: 0.78;
  text-transform: uppercase;
  text-shadow: 7px 7px 0 var(--fh-red), 12px 12px 0 var(--fh-black);
}

.fh-hero__error-message {
  max-width: 44rem;
  margin: 1.75rem 0 2.25rem;
  color: var(--fh-cream);
  font-size: clamp(1.8rem, 3.8vw, 3.35rem);
  font-weight: 900;
  line-height: 1.12;
  text-transform: uppercase;
}

.fh-hero__lead {
  max-width: 37rem;
  margin: 1.35rem 0 1.75rem;
  color: var(--fh-cream);
  font-size: clamp(1.15rem, 2.4vw, 2rem);
  line-height: 1.13;
  text-transform: uppercase;
}

.fh-hero__sublead {
  width: fit-content;
  max-width: 100%;
  margin: 0 0 1.75rem;
  padding: 0.45rem 0.75rem;
  background: var(--fh-yellow);
  border: var(--fh-border);
  color: var(--fh-black);
  font-size: clamp(1.2rem, 2.8vw, 2.4rem);
  font-weight: 900;
  line-height: 1.08;
  text-transform: uppercase;
  box-shadow: 7px 7px 0 var(--fh-red);
}

.fh-trade-page {
  min-height: 100vh;
  padding: calc(var(--mobile-fixed-navbar-offset) + 3rem) clamp(1rem, 4vw, 3rem) 4rem;
  background:
    linear-gradient(135deg, rgba(255, 230, 0, 0.94), rgba(0, 166, 255, 0.9)),
    url("/assets/fuckhead_bottles.png") center / cover;
  color: var(--fh-black);
}

.fh-trade-shell {
  width: min(100%, 72rem);
  margin: 0 auto;
}

.fh-trade-hero {
  max-width: 48rem;
  margin-bottom: 1.5rem;
}

.fh-trade-hero h1 {
  margin: 0;
  font-size: clamp(3.2rem, 10vw, 8rem);
  font-weight: 900;
  line-height: 0.82;
  text-transform: uppercase;
  text-shadow: 6px 6px 0 var(--fh-red);
}

.fh-trade-status {
  display: inline-block;
  max-width: 100%;
  margin: 1rem 0 0;
  padding: 0.6rem 0.85rem;
  border: var(--fh-border);
  background: var(--fh-cream);
  font-size: clamp(1.05rem, 2.2vw, 1.45rem);
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 6px 6px 0 var(--fh-black);
}

.fh-trade-status--active {
  background: var(--fh-green);
}

.fh-trade-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 1rem;
  align-items: start;
}

.fh-trade-panel {
  display: grid;
  gap: 0.85rem;
  padding: clamp(1rem, 3vw, 1.5rem);
  border: var(--fh-border);
  border-radius: 6px;
  background: var(--fh-yellow);
  box-shadow: 8px 8px 0 var(--fh-black);
}

.fh-trade-panel h2 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}

.fh-trade-panel label {
  display: grid;
  gap: 0.28rem;
  font-size: 0.9rem;
  font-weight: 900;
  text-transform: uppercase;
}

.fh-trade-panel input,
.fh-trade-panel select,
.fh-trade-panel textarea {
  width: 100%;
  min-height: 2.8rem;
  border: 3px solid var(--fh-black);
  border-radius: 4px;
  background: var(--fh-cream);
  color: var(--fh-black);
  font: 700 1rem/1.2 Arial, sans-serif;
  padding: 0.55rem 0.65rem;
}

.fh-form-row {
  display: grid;
  grid-template-columns: 1fr 0.55fr 0.65fr;
  gap: 0.65rem;
}

.fh-form-message {
  min-height: 1.35rem;
  margin: 0;
  font-weight: 900;
  text-transform: uppercase;
}

.fh-trade-dialog-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.78);
}

.fh-trade-dialog-backdrop[hidden] {
  display: none;
}

.fh-trade-dialog {
  width: min(100%, 42rem);
  padding: clamp(1.25rem, 4vw, 2rem);
  border: var(--fh-border);
  border-radius: 8px;
  background: var(--fh-cream);
  color: var(--fh-black);
  box-shadow: 12px 12px 0 var(--fh-red);
}

.fh-trade-dialog:focus {
  outline: 4px solid var(--fh-blue);
  outline-offset: 4px;
}

.fh-trade-dialog h2 {
  margin: 0 0 1rem;
  font-size: clamp(2.5rem, 8vw, 5rem);
  font-weight: 900;
  line-height: 0.85;
  text-transform: uppercase;
}

.fh-trade-dialog p:not(.fh-kicker) {
  margin: 0 0 1rem;
  font-size: clamp(1rem, 2.2vw, 1.25rem);
  font-weight: 800;
  line-height: 1.35;
}

.fh-trade-dialog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

@media (max-width: 820px) {
  .fh-trade-grid,
  .fh-form-row {
    grid-template-columns: 1fr;
  }
}

.fh-serve-page {
  background: var(--fh-black);
  color: var(--fh-black);
}

.fh-serve-page__hero {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(20rem, 1.02fr);
  min-height: calc(100vh - var(--mobile-fixed-navbar-offset));
  background: var(--fh-black);
  border-bottom: var(--fh-border);
  color: var(--fh-cream);
}

.fh-serve-page__hero-copy,
.fh-serve-page__hero-media,
.fh-venue-sell__copy,
.fh-stock-page__copy,
.fh-stock-page__media,
.fh-serve-page__strip {
  min-width: 0;
}

.fh-serve-page__hero-copy {
  display: grid;
  align-content: center;
  justify-items: start;
  padding: clamp(6rem, 12vw, 10rem) clamp(1rem, 5vw, 4rem) clamp(3rem, 7vw, 6rem);
}

.fh-serve-page__hero h1 {
  max-width: 12ch;
  margin: 0;
  color: var(--fh-yellow);
  font-size: clamp(3.6rem, 7.2vw, 7.2rem);
  font-weight: 900;
  line-height: 0.88;
  text-transform: uppercase;
  text-shadow: 6px 6px 0 var(--fh-red), 10px 10px 0 var(--fh-black);
}

.fh-serve-page__lead {
  max-width: 42rem;
  margin: 1.25rem 0 1.75rem;
  font-size: clamp(1.15rem, 2.2vw, 1.75rem);
  font-weight: 900;
  line-height: 1.18;
  text-transform: uppercase;
}

.fh-serve-page__hero-media {
  position: relative;
  display: grid;
  place-items: center;
  padding: clamp(2rem, 5vw, 4rem);
  overflow: hidden;
  background:
    repeating-linear-gradient(
      -10deg,
      var(--fh-yellow),
      var(--fh-yellow) 18px,
      var(--fh-green) 18px,
      var(--fh-green) 36px
    );
  border-left: var(--fh-border);
}

.fh-serve-page__hero-media img {
  width: min(100%, 38rem);
  max-height: 72vh;
  object-fit: contain;
  filter: drop-shadow(18px 18px 0 rgba(0, 0, 0, 0.82));
}

.fh-serve-page__stamp {
  position: absolute;
  right: clamp(1rem, 4vw, 3rem);
  bottom: clamp(1rem, 4vw, 3rem);
  width: min(14rem, 46vw);
  padding: 0.8rem 1rem;
  background: var(--fh-red);
  border: var(--fh-border);
  color: var(--fh-cream);
  font-size: clamp(1.7rem, 4vw, 3.4rem);
  font-weight: 900;
  line-height: 0.86;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-5deg);
  box-shadow: 8px 8px 0 var(--fh-black);
}

.fh-serve-methods,
.fh-stock-steps {
  background: var(--fh-yellow);
  border-bottom: var(--fh-border);
}

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

.fh-serve-method {
  display: grid;
  grid-template-rows: minmax(22rem, 0.95fr) auto;
  border: var(--fh-border);
  border-radius: 6px;
  background: var(--fh-cream);
  color: var(--fh-black);
  box-shadow: 8px 8px 0 var(--fh-black);
  overflow: hidden;
}

.fh-serve-method--lemon {
  box-shadow: 8px 8px 0 var(--fh-blue);
}

.fh-serve-method--shot {
  box-shadow: 8px 8px 0 var(--fh-red);
}

.fh-serve-method__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 22rem;
  object-fit: cover;
  border-bottom: var(--fh-border);
}

.fh-serve-method__copy {
  display: grid;
  gap: 0.85rem;
  align-content: start;
  padding: clamp(1rem, 3vw, 1.7rem);
}

.fh-serve-method h3,
.fh-venue-sell h2,
.fh-stock-page h1,
.fh-stock-steps h2,
.fh-stock-poster h2,
.fh-serve-page__strip h2 {
  margin: 0;
  font-size: clamp(2.6rem, 5.5vw, 5.8rem);
  font-weight: 900;
  line-height: 0.84;
  text-transform: uppercase;
}

.fh-serve-method ol {
  display: grid;
  margin: 0;
  gap: 0.45rem;
  padding-left: 1.45rem;
}

.fh-serve-method li,
.fh-serve-method p:not(.fh-kicker),
.fh-venue-sell p,
.fh-venue-sell__point p,
.fh-serve-stock-cta p,
.fh-stock-page__lead,
.fh-stock-step p,
.fh-stock-poster p {
  margin: 0;
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  font-weight: 900;
  line-height: 1.22;
  text-transform: uppercase;
}

.fh-serve-stock-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.5rem;
  padding: clamp(1rem, 3vw, 1.5rem);
  background: var(--fh-black);
  border: var(--fh-border);
  color: var(--fh-cream);
  box-shadow: 8px 8px 0 var(--fh-red);
}

.fh-serve-stock-cta__copy {
  display: grid;
  gap: 0.45rem;
}

.fh-serve-stock-cta h3 {
  margin: 0;
  color: var(--fh-yellow);
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 900;
  line-height: 0.88;
  text-transform: uppercase;
}

.fh-venue-sell {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(20rem, 1.04fr);
  gap: clamp(1rem, 4vw, 3rem);
  align-items: stretch;
  padding: clamp(2rem, 6vw, 5rem) clamp(1rem, 4vw, 3rem);
  background: var(--fh-black);
  color: var(--fh-cream);
  border-bottom: var(--fh-border);
}

.fh-venue-sell__copy {
  display: grid;
  gap: 1rem;
  align-content: center;
}

.fh-venue-sell h2 {
  color: var(--fh-yellow);
  text-shadow: 5px 5px 0 var(--fh-blue);
}

.fh-venue-sell__points {
  display: grid;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.fh-venue-sell__point {
  padding: 0.8rem 1rem;
  background: var(--fh-yellow);
  border: var(--fh-border);
  color: var(--fh-black);
  box-shadow: 6px 6px 0 var(--fh-red);
}

.fh-venue-sell__point h3 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.45rem, 3vw, 2.3rem);
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.fh-venue-sell__image {
  display: grid;
  place-items: center;
  min-height: 28rem;
  padding: clamp(1rem, 3vw, 2rem);
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 36, 56, 0.28), transparent 38%),
    var(--fh-yellow);
  border: var(--fh-border);
  box-shadow: 10px 10px 0 var(--fh-blue);
}

.fh-venue-sell__image img {
  width: 100%;
  height: 100%;
  max-height: 34rem;
  object-fit: contain;
  filter: drop-shadow(14px 14px 0 rgba(0, 0, 0, 0.7));
}

.fh-serve-page__strip {
  display: grid;
  gap: 1rem;
  justify-items: center;
  padding: clamp(2rem, 6vw, 5rem) clamp(1rem, 4vw, 3rem);
  background: var(--fh-green);
  border-bottom: var(--fh-border);
  color: var(--fh-black);
  text-align: center;
}

.fh-serve-page__strip h2 {
  max-width: 14ch;
  text-shadow: 5px 5px 0 var(--fh-yellow);
}

.fh-stock-page {
  background: var(--fh-yellow);
  color: var(--fh-black);
}

.fh-stock-page__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 1fr);
  min-height: calc(100vh - var(--mobile-fixed-navbar-offset));
  background: var(--fh-black);
  color: var(--fh-cream);
  border-bottom: var(--fh-border);
}

.fh-stock-page__copy {
  display: grid;
  align-content: center;
  justify-items: start;
  padding: clamp(6rem, 12vw, 10rem) clamp(1rem, 5vw, 4rem) clamp(3rem, 7vw, 6rem);
}

.fh-stock-page h1 {
  max-width: 9ch;
  color: var(--fh-yellow);
  font-size: clamp(4.5rem, 12vw, 11rem);
  text-shadow: 6px 6px 0 var(--fh-blue), 10px 10px 0 var(--fh-red);
}

.fh-stock-page__lead {
  max-width: 42rem;
  margin: 1.25rem 0 1.75rem;
}

.fh-stock-page__media {
  display: grid;
  place-items: center;
  padding: clamp(2rem, 5vw, 4rem);
  background:
    repeating-linear-gradient(
      -10deg,
      var(--fh-blue),
      var(--fh-blue) 18px,
      var(--fh-yellow) 18px,
      var(--fh-yellow) 36px
    );
  border-left: var(--fh-border);
}

.fh-stock-page__media img {
  width: min(100%, 38rem);
  max-height: 72vh;
  object-fit: contain;
  filter: drop-shadow(18px 18px 0 rgba(0, 0, 0, 0.82));
}

.fh-stock-step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.fh-stock-step {
  display: grid;
  gap: 0.7rem;
  align-content: start;
  min-height: 19rem;
  padding: clamp(1rem, 2.5vw, 1.5rem);
  background: var(--fh-cream);
  border: var(--fh-border);
  border-radius: 6px;
  box-shadow: 7px 7px 0 var(--fh-blue);
}

.fh-stock-step:nth-child(even) {
  box-shadow: 7px 7px 0 var(--fh-red);
}

.fh-stock-step span {
  color: var(--fh-red);
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 900;
  line-height: 0.9;
}

.fh-stock-step h3 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  font-weight: 900;
  line-height: 0.92;
  text-transform: uppercase;
}

.fh-stock-poster {
  display: grid;
  grid-template-columns: minmax(18rem, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(1rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(2rem, 6vw, 5rem) clamp(1rem, 4vw, 3rem);
  background: var(--fh-red);
  border-bottom: var(--fh-border);
  color: var(--fh-cream);
}

.fh-stock-poster__image {
  display: grid;
  place-items: center;
}

.fh-stock-poster__image img {
  width: min(100%, 28rem);
  border: var(--fh-border);
  box-shadow: 12px 12px 0 var(--fh-black);
}

.fh-stock-poster__copy {
  display: grid;
  gap: 1rem;
  justify-items: start;
}

.fh-stock-poster h2 {
  color: var(--fh-yellow);
  text-shadow: 5px 5px 0 var(--fh-black);
}

@media (max-width: 860px) {
  .fh-serve-page__hero,
  .fh-serve-method-grid,
  .fh-venue-sell,
  .fh-stock-page__hero,
  .fh-stock-poster {
    grid-template-columns: 1fr;
  }

  .fh-serve-page__hero {
    min-height: auto;
  }

  .fh-serve-page__hero-media,
  .fh-stock-page__media {
    border-top: var(--fh-border);
    border-left: 0;
  }

  .fh-serve-stock-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .fh-stock-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .fh-stock-step-grid {
    grid-template-columns: 1fr;
  }
}

.fh-hero .fh-actions {
  justify-content: flex-start;
}

.fh-hero__ticker {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(9rem, 1fr));
  border-top: var(--fh-border);
}

.fh-hero__ticker span {
  min-height: 4.25rem;
  display: grid;
  place-items: center;
  padding: 0.75rem;
  color: var(--fh-black);
  font-size: clamp(1rem, 2vw, 1.8rem);
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.fh-hero__ticker-flavour--sherbet {
  background: var(--fh-yellow);
}

.fh-hero__ticker-flavour--blue-raspberry {
  background: var(--fh-blue);
}

.fh-hero__ticker-flavour--apple {
  background: var(--fh-green);
}

.fh-hero__ticker-flavour--watermelon {
  background: #ff4b14;
}

.fh-products-hero,
.fh-contact-hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.54)),
    url("/assets/bar_pour.png") center / cover;
  color: var(--fh-cream);
  border-bottom: var(--fh-border);
}

.fh-products-hero__inner,
.fh-contact-hero__inner {
  width: min(100%, 78rem);
  margin: 0 auto;
  padding: clamp(7rem, 13vw, 12rem) clamp(1rem, 4vw, 3rem) clamp(3rem, 7vw, 6rem);
}

.fh-products-hero h1,
.fh-contact-hero h1 {
  max-width: 12ch;
  margin: 0;
  color: var(--fh-yellow);
  font-size: clamp(4rem, 12vw, 9rem);
  font-weight: 900;
  line-height: 0.8;
  text-transform: uppercase;
  text-shadow: 6px 6px 0 var(--fh-blue);
}

.fh-products-hero p:not(.fh-kicker),
.fh-contact-hero p:not(.fh-kicker) {
  max-width: 42rem;
  margin: 1rem 0 0;
  font-size: clamp(1.15rem, 2.2vw, 1.8rem);
  line-height: 1.22;
  text-transform: uppercase;
}

.fh-products-hero__platform {
  width: fit-content;
  max-width: 100%;
  padding: 0.35rem 0.75rem;
  background: var(--fh-yellow);
  border: var(--fh-border);
  color: var(--fh-black);
  font-weight: 900;
  box-shadow: 6px 6px 0 var(--fh-red);
}

.fh-callouts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: var(--fh-border);
  border-bottom: var(--fh-border);
}

.fh-callout {
  min-height: 17rem;
  padding: clamp(1.2rem, 3vw, 2.5rem);
  border-right: var(--fh-border);
  color: var(--fh-black);
}

.fh-callout:last-child {
  border-right: 0;
}

.fh-callout--blue {
  background: var(--fh-blue);
}

.fh-callout--green {
  background: var(--fh-green);
}

.fh-callout--red {
  background: var(--fh-red);
  color: var(--fh-cream);
}

.fh-callout h2,
.fh-section h2,
.fh-serve h2 {
  margin: 0;
  font-size: clamp(2.7rem, 6vw, 6.4rem);
  font-weight: 900;
  line-height: 0.82;
  text-transform: uppercase;
}

.fh-callout p,
.fh-serve p,
.fh-empty-range p {
  max-width: 38rem;
  margin: 1rem 0 0;
  font-size: clamp(1.05rem, 1.7vw, 1.45rem);
  line-height: 1.32;
}

.fh-weapons-grade {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr);
  background: var(--fh-black);
  color: var(--fh-cream);
  border-bottom: var(--fh-border);
}

.fh-weapons-grade__image {
  min-height: 32rem;
  background:
    radial-gradient(circle at 35% 40%, rgba(255, 230, 0, 0.32), transparent 36%),
    linear-gradient(135deg, rgba(0, 166, 255, 0.45), rgba(255, 36, 56, 0.2)),
    var(--fh-black);
  border-right: var(--fh-border);
}

.fh-weapons-grade__image img {
  width: 100%;
  height: 100%;
  min-height: 32rem;
  object-fit: cover;
  display: block;
}

.fh-weapons-grade__copy {
  display: grid;
  align-content: center;
  justify-items: start;
  padding: clamp(2rem, 6vw, 5rem) clamp(1rem, 4vw, 3rem);
}

.fh-weapons-grade h2 {
  margin: 0;
  color: var(--fh-yellow);
  font-size: clamp(3.2rem, 7vw, 7rem);
  font-weight: 900;
  line-height: 0.82;
  text-transform: uppercase;
  text-shadow: 6px 6px 0 var(--fh-red), 10px 10px 0 var(--fh-blue);
}

.fh-weapons-grade__lead {
  max-width: 34rem;
  margin: 1.15rem 0 0;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  font-weight: 900;
  line-height: 1.22;
  text-transform: uppercase;
}

.fh-weapons-grade__serves {
  display: grid;
  gap: 0.9rem;
  width: min(100%, 34rem);
  margin-top: 1.4rem;
}

.fh-weapons-grade__serve {
  padding: 0.85rem 1rem;
  background: var(--fh-yellow);
  border: var(--fh-border);
  color: var(--fh-black);
  box-shadow: 6px 6px 0 var(--fh-red);
}

.fh-weapons-grade__serve h3,
.fh-weapons-grade__serve p {
  margin: 0;
  font-size: clamp(1.1rem, 2vw, 1.6rem);
  line-height: 1.18;
  text-transform: uppercase;
}

.fh-weapons-grade__serve h3 {
  font-weight: 900;
}

.fh-weapons-grade__serve p {
  margin-top: 0.4rem;
}

.fh-section {
  background: var(--fh-yellow);
  color: var(--fh-black);
}

.fh-section__inner {
  width: min(100%, 78rem);
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 5rem) clamp(1rem, 4vw, 3rem);
}

.fh-section__heading {
  display: grid;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.fh-section__standfirst {
  width: fit-content;
  margin: 0;
  padding: 0.35rem 0.75rem;
  background: var(--fh-black);
  border: var(--fh-border);
  color: var(--fh-yellow);
  font-size: clamp(1.4rem, 3vw, 2.6rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 6px 6px 0 var(--fh-red);
}

.fh-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 1rem;
}

.fh-product-card {
  display: grid;
  gap: 0.8rem;
  padding: 1rem;
  border: var(--fh-border);
  border-radius: 6px;
  background: var(--fh-cream);
  color: var(--fh-black);
  text-decoration: none;
  box-shadow: 7px 7px 0 var(--fh-blue);
}

.fh-product-card--sold-out {
  background: #d8d1c5;
  box-shadow: 7px 7px 0 var(--fh-red);
  color: #514c45;
}

.fh-product-card--sold-out img {
  filter: grayscale(0.85);
  opacity: 0.62;
}

.fh-product-card--sold-out .fh-product-card__price {
  background: #6c6258;
  color: var(--fh-cream);
}

.fh-product-card__media {
  color: inherit;
  display: block;
  position: relative;
  text-decoration: none;
}

.fh-product-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: var(--fh-yellow);
  border: var(--fh-border);
}

.fh-product-card--blue-raspberry img {
  background: var(--fh-blue);
}

.fh-product-card--watermelon img {
  background: #ff4b14;
}

.fh-product-card--apple img {
  background: var(--fh-green);
}

.fh-product-card--sherbet img {
  background: var(--fh-yellow);
}

.fh-product-card h3,
.fh-empty-range h3 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  line-height: 1;
  text-transform: uppercase;
}

.fh-product-card h3 a {
  color: inherit;
  text-decoration: none;
}

.fh-product-card p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.32;
}

.fh-product-card__specs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.fh-product-card__specs span {
  border: 2px solid var(--fh-black);
  background: var(--fh-cream);
  color: var(--fh-black);
  font: 900 0.78rem/1 "Oswald", Arial, sans-serif;
  padding: 0.32rem 0.45rem;
  text-transform: uppercase;
}

.fh-product-card__purchase {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.fh-product-card__price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0.4rem 0.6rem;
  background: var(--fh-red);
  color: var(--fh-cream);
  border: 3px solid var(--fh-black);
  font-weight: 900;
  line-height: 1;
}

body add-to-cart-button .rebel-button.rebel-button-small {
  min-height: 2.55rem;
  padding: 0.46rem 0.78rem;
  border: 3px solid var(--fh-black);
  border-radius: 4px;
  background: var(--fh-black);
  color: var(--fh-yellow);
  box-shadow: 5px 5px 0 var(--fh-red);
  cursor: pointer;
  font: 900 0.88rem/1 "Oswald", Arial, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  transform: none;
  transition: none;
}

body add-to-cart-button .rebel-button.rebel-button-small:hover:not(:disabled) {
  background: var(--fh-yellow);
  color: var(--fh-black);
  box-shadow: 5px 5px 0 var(--fh-blue);
  transform: translate(-1px, -1px);
}

body add-to-cart-button .rebel-button.rebel-button-small:active:not(:disabled) {
  box-shadow: 3px 3px 0 var(--fh-blue);
  transform: translate(1px, 1px);
}

body add-to-cart-button .rebel-button.rebel-button-small:disabled {
  background: #2a2a2a;
  color: var(--fh-cream);
  opacity: 1;
}

.fh-stock-reminder-graphic {
  align-items: center;
  background: var(--fh-black);
  border: 3px solid var(--fh-cream);
  color: var(--fh-yellow);
  display: flex;
  font-size: 1rem;
  font-weight: 900;
  inset: auto 1rem 1rem 1rem;
  justify-content: center;
  min-height: 46px;
  position: absolute;
  text-transform: uppercase;
}

.fh-stock-reminder-action {
  display: grid;
  gap: 0.55rem;
}

.fh-stock-reminder-action button,
.stock-reminder-modal__form button {
  background: var(--fh-green);
  border: 3px solid var(--fh-black);
  color: var(--fh-black);
  cursor: pointer;
  font-weight: 900;
  min-height: 46px;
  padding: 0.65rem 0.8rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.fh-stock-reminder-action button:disabled {
  background: var(--fh-yellow);
  cursor: default;
}

.fh-stock-reminder-form__status {
  font-size: 0.95rem;
  margin: 0;
  min-height: 1.2em;
}

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

.stock-reminder-modal {
  align-items: center;
  background: rgba(0, 0, 0, 0.76);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 1rem;
  position: fixed;
  z-index: 1000;
}

.stock-reminder-modal__panel {
  background: var(--fh-cream);
  border: var(--fh-border);
  box-shadow: 8px 8px 0 var(--fh-red);
  color: var(--fh-black);
  max-width: 28rem;
  padding: 1.5rem;
  position: relative;
  width: min(100%, 28rem);
}

.stock-reminder-modal__close {
  background: var(--fh-yellow);
  border: 3px solid var(--fh-black);
  color: var(--fh-black);
  cursor: pointer;
  font-weight: 900;
  padding: 0.35rem 0.55rem;
  position: absolute;
  right: 0.8rem;
  text-transform: uppercase;
  top: 0.8rem;
}

.stock-reminder-modal__eyebrow,
.stock-reminder-modal__product {
  font-weight: 900;
  margin: 0 0 0.55rem;
  text-transform: uppercase;
}

.stock-reminder-modal h2 {
  font-size: 2.4rem;
  line-height: 1;
  margin: 0 4rem 0.8rem 0;
  text-transform: uppercase;
}

.stock-reminder-modal__form {
  display: grid;
  gap: 0.65rem;
}

.stock-reminder-modal__form label {
  font-size: 0.95rem;
  font-weight: 900;
  text-transform: uppercase;
}

.stock-reminder-modal__form input {
  border: 3px solid var(--fh-black);
  min-height: 46px;
  min-width: 0;
  padding: 0.65rem 0.75rem;
  width: 100%;
}

.stock-reminder-modal__status {
  font-size: 0.95rem;
  margin: 0;
  min-height: 1.2em;
}

.fh-empty-range {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: stretch;
}

.fh-empty-range img {
  width: 100%;
  height: 100%;
  min-height: 22rem;
  object-fit: cover;
  border: var(--fh-border);
  border-radius: 6px;
}

.fh-empty-range__copy {
  display: grid;
  align-content: center;
  justify-items: start;
  padding: clamp(1.25rem, 3vw, 2rem);
  background: var(--fh-green);
  border: var(--fh-border);
  border-radius: 6px;
  box-shadow: 8px 8px 0 var(--fh-red);
}

.fh-serve {
  background: var(--fh-black);
  color: var(--fh-cream);
  border-top: var(--fh-border);
}

.fh-serve__inner {
  width: min(100%, 78rem);
  margin: 0 auto;
  padding: clamp(2rem, 6vw, 5rem) clamp(1rem, 4vw, 3rem);
}

.fh-serve h2 {
  color: var(--fh-yellow);
  text-shadow: 5px 5px 0 var(--fh-blue);
}

.fh-serve__steps {
  display: grid;
  gap: 0.55rem;
  margin-top: 1.25rem;
}

.fh-serve__steps p {
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 0.4rem 0.65rem;
  background: var(--fh-yellow);
  border: var(--fh-border);
  color: var(--fh-black);
  font-weight: 900;
  line-height: 1.18;
  text-transform: uppercase;
  box-shadow: 5px 5px 0 var(--fh-blue);
}

.fh-serve__steps--dark p {
  background: var(--fh-black);
  color: var(--fh-yellow);
  box-shadow: 5px 5px 0 var(--fh-red);
}

.fh-product-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(18rem, 1.05fr);
  min-height: calc(100vh - var(--mobile-fixed-navbar-offset));
  background: var(--fh-black);
  color: var(--fh-cream);
  border-bottom: var(--fh-border);
}

.fh-product-hero__copy {
  display: grid;
  align-content: center;
  justify-items: start;
  padding: clamp(6rem, 12vw, 10rem) clamp(1rem, 5vw, 4rem) clamp(3rem, 7vw, 6rem);
}

.fh-product-hero h1 {
  margin: 0;
  color: var(--fh-yellow);
  font-size: clamp(4.2rem, 11vw, 10rem);
  font-weight: 900;
  line-height: 0.78;
  text-transform: uppercase;
  text-shadow: 7px 7px 0 var(--fh-blue), 12px 12px 0 var(--fh-red);
}

.fh-product-hero__flavour {
  width: fit-content;
  max-width: 100%;
  margin: 1rem 0 0;
  padding: 0.45rem 0.75rem;
  background: var(--fh-cream);
  border: var(--fh-border);
  color: var(--fh-black);
  font-size: clamp(1.6rem, 4vw, 3.8rem);
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
  box-shadow: 7px 7px 0 var(--fh-green);
}

.fh-product-hero__line,
.fh-product-hero__serve {
  margin: 1rem 0 0;
  font-size: clamp(1.2rem, 2.2vw, 2rem);
  font-weight: 900;
  line-height: 1.18;
  text-transform: uppercase;
}

.fh-product-hero__serve {
  color: var(--fh-yellow);
}

.fh-product-hero__image {
  display: grid;
  place-items: center;
  padding: clamp(2rem, 5vw, 4rem);
  background:
    repeating-linear-gradient(
      -10deg,
      var(--fh-yellow),
      var(--fh-yellow) 18px,
      var(--fh-green) 18px,
      var(--fh-green) 36px
    );
  border-left: var(--fh-border);
}

.fh-product-hero__image img {
  width: min(100%, 32rem);
  max-height: 72vh;
  object-fit: contain;
  filter: drop-shadow(18px 18px 0 rgba(0, 0, 0, 0.82));
}

.fh-party-strip {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  min-height: 30rem;
  background: var(--fh-blue);
  color: var(--fh-black);
  border-top: var(--fh-border);
}

.fh-party-strip__copy {
  display: grid;
  align-content: center;
  padding: clamp(1.5rem, 5vw, 4rem);
}

.fh-party-strip__copy h2,
.fh-merch h2 {
  margin: 0;
  font-size: clamp(3rem, 7vw, 7rem);
  font-weight: 900;
  line-height: 0.82;
  text-transform: uppercase;
}

.fh-party-strip__copy p:not(.fh-kicker),
.fh-merch p {
  max-width: 40rem;
  margin: 1rem 0 0;
  font-size: clamp(1.1rem, 1.8vw, 1.5rem);
  line-height: 1.32;
}

.fh-party-strip__image-placeholder,
.fh-merch__placeholder {
  display: grid;
  min-height: 24rem;
  place-items: center;
  padding: 2rem;
  background:
    repeating-linear-gradient(
      -10deg,
      var(--fh-yellow),
      var(--fh-yellow) 18px,
      var(--fh-green) 18px,
      var(--fh-green) 36px
    );
  border-left: var(--fh-border);
  color: var(--fh-black);
  text-align: center;
}

.fh-party-strip__image-placeholder span,
.fh-merch__placeholder span {
  max-width: 16rem;
  padding: 1rem;
  background: var(--fh-red);
  border: var(--fh-border);
  color: var(--fh-cream);
  font-size: clamp(1.5rem, 4vw, 3.2rem);
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
  transform: rotate(-4deg);
}

.fh-party-strip__image-placeholder img,
.fh-merch__placeholder img {
  width: 100%;
  height: 100%;
  min-height: 24rem;
  object-fit: cover;
  border: var(--fh-border);
  box-shadow: 14px 14px 0 var(--fh-black);
}

.fh-merch {
  background: var(--fh-red);
  color: var(--fh-cream);
  border-top: var(--fh-border);
}

.fh-merch__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  width: min(100%, 78rem);
  margin: 0 auto;
}

.fh-merch__copy {
  display: grid;
  align-content: center;
  justify-items: start;
  padding: clamp(2rem, 6vw, 5rem) clamp(1rem, 4vw, 3rem);
}

.fh-merch .fh-kicker {
  color: var(--fh-yellow);
}

.fh-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: var(--fh-yellow);
  border-bottom: var(--fh-border);
}

.fh-contact-card {
  min-height: 18rem;
  display: grid;
  align-content: end;
  gap: 0.7rem;
  padding: clamp(1.25rem, 3vw, 2.5rem);
  border-right: var(--fh-border);
  color: var(--fh-black);
  text-decoration: none;
}

.fh-contact-card:last-child {
  border-right: 0;
}

.fh-contact-card--blue {
  background: var(--fh-blue);
}

.fh-contact-card--green {
  background: var(--fh-green);
}

.fh-contact-card--red {
  background: var(--fh-red);
  color: var(--fh-cream);
}

.fh-contact-card span {
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.fh-contact-card strong {
  font-size: clamp(1.9rem, 4vw, 3.6rem);
  line-height: 1;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.fh-contact-card small {
  max-width: 20rem;
  font-size: 1rem;
  line-height: 1.32;
}

.fh-legal {
  background: var(--fh-yellow);
  color: var(--fh-black);
}

.fh-legal__inner {
  width: min(100%, 58rem);
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 5rem) clamp(1rem, 4vw, 3rem);
}

.fh-legal h2 {
  margin: 2rem 0 0.6rem;
  font-size: clamp(1.8rem, 4vw, 3.4rem);
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}

.fh-legal h2:first-child {
  margin-top: 0;
}

.fh-legal p {
  margin: 0;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.45;
}

.fh-legal a {
  color: var(--fh-black);
  font-weight: 900;
}

.footer-section {
  background: var(--fh-ink);
  color: var(--fh-cream);
  border-top: 6px solid var(--fh-red);
}

.footer-container {
  width: min(100%, 78rem);
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 4vw, 3rem);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 0.8fr;
  gap: 2rem;
}

.footer-logo img {
  width: min(13rem, 48vw);
  height: auto;
}

.footer-tagline,
.footer-contact-info,
.footer-nav {
  font-size: 1.05rem;
  line-height: 1.4;
}

.footer-section-title {
  margin: 0 0 0.75rem;
  color: var(--fh-yellow);
  font-size: 1.5rem;
  text-transform: uppercase;
}

.footer-nav {
  display: grid;
  gap: 0.45rem;
}

.footer-nav a,
.footer-contact-info a,
.footer-legal-links a {
  color: inherit;
  text-decoration: none;
}

.footer-nav a:hover,
.footer-contact-info a:hover,
.footer-legal-links a:hover {
  color: var(--fh-green);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 2px solid rgba(255, 248, 216, 0.25);
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

@media (max-width: 840px) {
  .fh-hero {
    min-height: auto;
    padding-top: var(--mobile-fixed-navbar-offset);
  }

  .fh-hero--404 {
    min-height: calc(100svh - var(--mobile-fixed-navbar-offset));
    padding-top: 0;
  }

  .fh-hero--404 .fh-hero__bottles {
    object-position: 58% center;
  }

  .fh-hero--404 .fh-hero__inner {
    min-height: calc(100svh - var(--mobile-fixed-navbar-offset));
    display: grid;
    place-content: center;
    padding: clamp(1.5rem, 7vw, 2.75rem) 1.25rem
      clamp(2.5rem, 10vw, 4rem);
  }

  .fh-hero--404 .fh-actions {
    justify-content: center;
  }

  .fh-hero__copy {
    padding-top: 2rem;
    padding-bottom: 8rem;
  }

  .fh-hero__ticker {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fh-products-hero__inner,
  .fh-contact-hero__inner,
  .fh-product-hero__copy,
  .fh-trade-page {
    padding-top: calc(var(--mobile-fixed-navbar-offset) + 1.5rem);
  }

  .fh-products-hero h1,
  .fh-contact-hero h1,
  .fh-product-hero h1,
  .fh-weapons-grade h2,
  .fh-party-strip__copy h2,
  .fh-merch h2 {
    line-height: 0.9;
  }

  .fh-empty-range,
  .fh-weapons-grade,
  .fh-product-hero,
  .fh-party-strip,
  .fh-merch__inner,
  .fh-contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .fh-callouts {
    display: none;
  }

  .fh-empty-range img,
  .fh-weapons-grade__image,
  .fh-weapons-grade__image img,
  .fh-party-strip__image-placeholder,
  .fh-party-strip__image-placeholder img,
  .fh-merch__placeholder,
  .fh-merch__placeholder img {
    min-height: 16rem;
  }

  .fh-product-hero__image {
    min-height: 18rem;
    padding: 1.5rem;
  }

  .fh-product-hero__image img {
    max-height: 24rem;
    filter: drop-shadow(10px 10px 0 rgba(0, 0, 0, 0.82));
  }

  .fh-contact-card {
    min-height: 12rem;
    align-content: center;
  }

  .fh-party-strip__image-placeholder,
  .fh-product-hero__image,
  .fh-weapons-grade__image,
  .fh-merch__placeholder,
  .fh-contact-card {
    border-right: 0;
    border-left: 0;
    border-top: var(--fh-border);
  }

  .fh-trade-status,
  .fh-trade-panel,
  .fh-trade-dialog {
    box-shadow: 6px 6px 0 var(--fh-black);
  }
}

@media (max-width: 520px) {
  :root {
    --fh-border: 3px solid #090909;
  }

  .age-gate {
    align-items: end;
    padding: 0.75rem;
  }

  .age-gate__panel {
    box-shadow: 6px 6px 0 var(--fh-red);
  }

  .age-gate h2 {
    font-size: 2.6rem;
    line-height: 0.95;
  }

  .age-gate p {
    font-size: 1rem;
    line-height: 1.42;
  }

  .fh-hero__copy {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
    padding-bottom: 7.25rem;
  }

  .fh-hero__logo {
    width: min(13rem, 64vw);
    margin-bottom: 0.75rem;
  }

  .fh-hero h1 {
    font-size: 3.7rem;
    line-height: 0.88;
    text-shadow: 4px 4px 0 var(--fh-red), 8px 8px 0 var(--fh-black);
  }

  .fh-hero--404 h1 {
    max-width: 9ch;
    font-size: clamp(3rem, 14vw, 4.6rem);
    line-height: 0.92;
    text-shadow: 4px 4px 0 var(--fh-red), 7px 7px 0 var(--fh-black);
  }

  .fh-hero__eyebrow {
    font-size: 1.55rem;
  }

  .fh-hero--404 .fh-hero__eyebrow {
    justify-self: start;
    margin-bottom: 0.85rem;
    font-size: 1.28rem;
  }

  .fh-hero__sublead {
    margin-bottom: 1.2rem;
    font-size: 1.25rem;
    box-shadow: 4px 4px 0 var(--fh-red);
  }

  .fh-hero__ticker span {
    min-height: 3.2rem;
    padding: 0.45rem;
    font-size: 0.88rem;
    line-height: 1.08;
  }

  .fh-hero__error-message {
    margin-top: 1.5rem;
    font-size: 1.65rem;
    line-height: 1.18;
  }

  .fh-hero--404 .fh-hero__error-message {
    max-width: 20rem;
    margin: 1.15rem 0 1.6rem;
    font-size: clamp(1.28rem, 5vw, 1.55rem);
    line-height: 1.15;
  }

  .fh-hero--404 .fh-button--fix {
    width: min(100%, 26rem);
  }

  .fh-products-hero__inner,
  .fh-contact-hero__inner {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
  }

  .fh-products-hero h1,
  .fh-contact-hero h1 {
    font-size: 3.25rem;
    line-height: 0.92;
    text-shadow: 4px 4px 0 var(--fh-blue);
  }

  .fh-products-hero p:not(.fh-kicker),
  .fh-contact-hero p:not(.fh-kicker) {
    font-size: 1.08rem;
    line-height: 1.28;
  }

  .fh-section__inner,
  .fh-serve__inner,
  .fh-weapons-grade__copy,
  .fh-party-strip__copy,
  .fh-merch__copy,
  .fh-trade-page,
  .footer-container {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
  }

  .fh-section h2,
  .fh-serve h2,
  .fh-weapons-grade h2,
  .fh-party-strip__copy h2,
  .fh-merch h2,
  .fh-trade-hero h1,
  .fh-trade-panel h2,
  .fh-trade-dialog h2 {
    font-size: 2.75rem;
    line-height: 0.95;
    text-shadow: none;
  }

  .fh-weapons-grade__lead,
  .fh-callout p,
  .fh-serve p,
  .fh-empty-range p,
  .fh-party-strip__copy p:not(.fh-kicker),
  .fh-merch p {
    font-size: 1rem;
    line-height: 1.36;
  }

  .fh-weapons-grade__serve,
  .fh-empty-range__copy,
  .fh-product-card,
  .fh-contact-card {
    box-shadow: 4px 4px 0 var(--fh-red);
  }

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

  .fh-product-card h3,
  .fh-empty-range h3 {
    font-size: 1.8rem;
    line-height: 1.05;
  }

  .fh-product-card img {
    aspect-ratio: 4 / 3;
  }

  .fh-product-hero {
    min-height: auto;
  }

  .fh-product-hero__copy {
    padding: calc(var(--mobile-fixed-navbar-offset) + 1.5rem) 0.9rem 2rem;
  }

  .fh-product-hero h1 {
    font-size: 3.6rem;
    line-height: 0.9;
    text-shadow: 4px 4px 0 var(--fh-blue), 7px 7px 0 var(--fh-red);
  }

  .fh-product-hero__flavour {
    font-size: 1.65rem;
    line-height: 1.08;
    box-shadow: 4px 4px 0 var(--fh-green);
  }

  .fh-product-hero__line,
  .fh-product-hero__serve {
    font-size: 1.05rem;
    line-height: 1.28;
  }

  .fh-party-strip,
  .fh-merch__inner {
    min-height: 0;
  }

  .fh-contact-card {
    min-height: 9.5rem;
    gap: 0.45rem;
  }

  .fh-contact-card strong {
    font-size: 1.7rem;
    line-height: 1.05;
  }

  .fh-legal h2 {
    font-size: 2rem;
    line-height: 1;
  }

  .fh-legal p {
    font-size: 1rem;
    line-height: 1.48;
  }

  .fh-trade-panel input,
  .fh-trade-panel select,
  .fh-trade-panel textarea {
    min-height: 3.15rem;
    font-size: 1rem;
  }

  .fh-trade-dialog-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .fh-actions,
  .fh-hero .fh-actions,
  .age-gate__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .fh-button,
  .age-gate__confirm,
  .age-gate__exit {
    width: 100%;
    min-height: 3.4rem;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    box-shadow: 4px 4px 0 var(--fh-black);
  }

  add-to-cart-button,
  add-to-cart-button .rebel-button {
    width: 100%;
  }

  .footer-grid {
    gap: 1.4rem;
  }

  .footer-bottom {
    display: grid;
    gap: 0.75rem;
  }

  .footer-legal-links {
    gap: 0.75rem;
  }
}
