/* ==========================================================================
   THE BACK 40 — PIT LEDGER HOME PAGE
   Standalone design system for the home page (body.page-home).
   Fonts: Oswald (display) · IBM Plex Mono (labels) · Source Sans 3 (body)
   ========================================================================== */

body.page-home {
  --hl-bg: #0a0b09;
  --hl-surface: #1d1d18;
  --hl-surface-2: #171814;
  --hl-cream-panel: #e8ddc8;
  --hl-cream-text: #27251f;
  --hl-ember: #d35a2b;
  --hl-ember-light: #e16b38;
  --hl-ember-deep: #a94826;
  --hl-gold: #efc467;
  --hl-gold-soft: #f1c76d;
  --hl-cream: #f7efde;
  --hl-cream-dim: #d9d0c0;
  --hl-line: #554d40;
  --hl-line-soft: #4d493e;
  --hl-shadow-card: rgba(0, 0, 0, 0.45);
  --font-hl-display: 'Oswald', 'Arial Narrow', sans-serif;
  --font-hl-mono: 'IBM Plex Mono', ui-monospace, monospace;
  --font-hl-body: 'Source Sans 3', system-ui, sans-serif;

  background-color: var(--hl-bg);
  color: var(--hl-cream);
  font-family: var(--font-hl-body);
  zoom: 1; /* override the site-wide 0.85 zoom for this page's tighter scale */
}

/* Shared tokens for inner pages (pit-ledger theme) */
body.page-inner {
  --hl-bg: #0a0b09;
  --hl-surface: #1d1d18;
  --hl-surface-2: #171814;
  --hl-cream-panel: #e8ddc8;
  --hl-cream-text: #27251f;
  --hl-ember: #d35a2b;
  --hl-ember-light: #e16b38;
  --hl-ember-deep: #a94826;
  --hl-gold: #efc467;
  --hl-gold-soft: #f1c76d;
  --hl-cream: #f7efde;
  --hl-cream-dim: #d9d0c0;
  --hl-line: #554d40;
  --hl-line-soft: #4d493e;
  --hl-shadow-card: rgba(0, 0, 0, 0.45);
  --font-hl-display: 'Oswald', 'Arial Narrow', sans-serif;
  --font-hl-mono: 'IBM Plex Mono', ui-monospace, monospace;
  --font-hl-body: 'Source Sans 3', system-ui, sans-serif;
  background-color: var(--hl-bg);
  color: var(--hl-cream);
  font-family: var(--font-hl-body);
  zoom: 1;
}

body.page-home ::selection,
body.page-inner ::selection {
  background: rgba(211, 90, 43, 0.4);
  color: #f7efde;
}

body.page-inner {
  --hl-bg: #0a0b09;
  --hl-surface: #1d1d18;
  --hl-surface-2: #171814;
  --hl-cream-panel: #e8ddc8;
  --hl-cream-text: #27251f;
  --hl-ember: #d35a2b;
  --hl-ember-light: #e16b38;
  --hl-ember-deep: #a94826;
  --hl-gold: #efc467;
  --hl-gold-soft: #f1c76d;
  --hl-cream: #f7efde;
  --hl-cream-dim: #d9d0c0;
  --hl-line: #554d40;
  --hl-line-soft: #4d493e;
  --hl-shadow-card: rgba(0, 0, 0, 0.45);
  --font-hl-display: 'Oswald', 'Arial Narrow', sans-serif;
  --font-hl-mono: 'IBM Plex Mono', ui-monospace, monospace;
  --font-hl-body: 'Source Sans 3', system-ui, sans-serif;

  background-color: var(--hl-bg);
  color: var(--hl-cream);
  font-family: var(--font-hl-body);
  zoom: 1;
}

/* ──────────────────────────────────────────────
   1. HEADER
   ────────────────────────────────────────────── */

body.page-home .pit-header,
body.page-inner .pit-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(29, 29, 24, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(239, 196, 103, 0.28);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5), 0 10px 26px rgba(0, 0, 0, 0.28);
  padding: 0 clamp(18px, 4vw, 56px);
}

body.page-home .pit-header .pit-header-inner,
body.page-inner .pit-header .pit-header-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 70px;
}

body.page-home .pit-brand,
body.page-inner .pit-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

body.page-home .pit-brand img,
body.page-inner .pit-brand img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  display: block;
}

body.page-home .pit-brand b,
body.page-inner .pit-brand b {
  display: block;
  font-family: var(--font-hl-display);
  font-weight: 700;
  font-size: 21px;
  line-height: 0.85;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  color: var(--hl-cream);
}

body.page-home .pit-brand small,
body.page-inner .pit-brand small {
  display: block;
  margin-top: 4px;
  font-family: var(--font-hl-mono);
  font-weight: 700;
  font-size: 8px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: var(--hl-gold);
}

body.page-home .pit-nav,
body.page-inner .pit-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2.1vw, 30px);
  margin-left: auto;
}

body.page-home .pit-nav a,
body.page-inner .pit-nav a {
  font-family: var(--font-hl-mono);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: none;
  color: #d4cdc0;
  padding: 10px 0;
  border-bottom: 2px solid transparent;
  transition: color 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}

body.page-home .pit-nav a:hover,
body.page-inner .pit-nav a:hover {
  color: #f5c970;
  border-bottom-color: var(--hl-gold);
  transform: translateY(-1px);
}

body.page-home .pit-nav a:focus-visible,
body.page-inner .pit-nav a:focus-visible {
  outline: 2px solid var(--hl-gold);
  outline-offset: 3px;
}

body.page-home .pit-nav a.active,
body.page-inner .pit-nav a.active {
  color: var(--hl-gold);
  border-bottom-color: var(--hl-ember);
}

/* Cart badge: cart.js toggles .has-items, but the only styling for it lived in
   extras.css, which these pages do not load. Restated against the pit-ledger
   tokens so the count reads as a count. */
body.page-home .pit-nav .nav-cart-count,
body.page-inner .pit-nav .nav-cart-count {
  display: inline-block;
  min-width: 18px;
  padding: 2px 5px;
  margin-left: 5px;
  border-radius: 9px;
  background: var(--hl-surface-2);
  border: 1px solid var(--hl-line-soft);
  color: var(--hl-cream-dim);
  font-weight: 700;
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
}

body.page-home .pit-nav .nav-cart-count.has-items,
body.page-inner .pit-nav .nav-cart-count.has-items {
  background: var(--hl-ember);
  border-color: var(--hl-ember);
  color: #fff7e9;
}

body.page-home .pit-nav-toggle,
body.page-inner .pit-nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: transparent;
  border: 1px solid var(--hl-line-soft);
  cursor: pointer;
}

body.page-home .pit-nav-toggle span,
body.page-inner .pit-nav-toggle span {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--hl-cream);
}

body.page-home .pit-nav-close,
body.page-inner .pit-nav-close { display: none; }

/* ──────────────────────────────────────────────
   2. HERO
   ────────────────────────────────────────────── */

body.page-home .hero {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  min-height: min(820px, 100vh - 70px);
  padding: 112px 10vw 146px;
}

body.page-home .hero-photo {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url('/assets/images/hero-smokehouse.png') center / cover no-repeat;
}

body.page-home .hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, #0a0b09f2, #0a0b09cc 42%, #0a0b0924 76%, #0a0b0961);
}

body.page-home .hero-rail {
  position: absolute;
  top: 88px;
  bottom: 63px;
  left: 4.1vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: var(--font-hl-mono);
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e8bb63;
}

body.page-home .hero-rail i {
  width: 1px;
  height: 47%;
  margin: 12px auto;
  background: linear-gradient(#ebbd61, #ebbd610d);
}

body.page-home .hero-rail::after {
  content: "";
  width: 9px;
  height: 9px;
  margin: 0 auto;
  border-radius: 50%;
  background: var(--hl-ember);
  box-shadow: 0 0 0 5px rgba(211, 90, 43, 0.18);
}

body.page-home .hero-content {
  max-width: 690px;
}

body.page-home .micro-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-hl-mono);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #edbf65;
}

body.page-home .micro-label span {
  color: var(--hl-ember);
}

body.page-home .hero h1 {
  margin: 22px 0 24px;
  font-family: var(--font-hl-display);
  font-weight: 700;
  font-size: clamp(72px, 9.2vw, 144px);
  line-height: 0.82;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--hl-cream);
}

body.page-home .hero h1 em {
  font-style: normal;
  color: #dd6937;
}

body.page-home .hero-content > p {
  max-width: 540px;
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.43;
  color: #d9d0c0;
}

body.page-home .hero-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 34px;
}

body.page-home .ember-button {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: fit-content;
  padding: 15px 18px;
  background: var(--hl-ember);
  border: 1px solid var(--hl-ember);
  color: #fff7e9;
  font-family: var(--font-hl-mono);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.16s ease, transform 0.16s ease;
}

body.page-home .ember-button:hover {
  background: var(--hl-ember-light);
  transform: translateY(-2px);
}

body.page-home .ember-button:active {
  transform: scale(0.97);
}

body.page-home .link-button,
body.page-home .text-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 0;
  background: none;
  border: none;
  color: #f8f0e3;
  font-family: var(--font-hl-body);
  font-weight: 700;
  text-decoration: none;
}

body.page-home .link-button:hover,
body.page-home .text-link:hover {
  color: #f4c86b;
}

body.page-home .hero-stats {
  position: absolute;
  bottom: 38px;
  right: clamp(28px, 7vw, 110px);
  display: flex;
  border-top: 1px solid rgba(247, 239, 222, 0.5);
}

body.page-home .hero-stats div {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 148px;
  margin-right: 18px;
  padding: 12px 20px 0 0;
  border-right: 1px solid rgba(247, 239, 222, 0.2);
}

body.page-home .hero-stats div:last-child {
  border: 0;
  margin-right: 0;
  padding-right: 0;
}

body.page-home .hero-stats b {
  font-family: var(--font-hl-display);
  font-weight: 700;
  font-size: 38px;
  line-height: 1;
  color: #edbf65;
}

body.page-home .hero-stats span {
  max-width: 67px;
  font-family: var(--font-hl-mono);
  font-size: 9px;
  line-height: 1.18;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #e1d8ca;
}

/* ──────────────────────────────────────────────
   3. PROOF BAND
   ────────────────────────────────────────────── */

body.page-home .proof-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--hl-cream-panel);
  border-top: 5px solid var(--hl-ember);
  color: #25241f;
}

body.page-home .proof-band > div {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 122px;
  padding: 28px clamp(24px, 4vw, 70px);
  font-size: 15px;
  line-height: 1.42;
  border-right: 1px solid #c5b69c;
}

body.page-home .proof-band > div:last-child {
  border-right: 0;
}

body.page-home .proof-band b {
  display: block;
  font-weight: 800;
}

body.page-home .proof-band svg {
  flex: none;
  color: #a64726;
}

/* ──────────────────────────────────────────────
   4. SPLIT FEATURE (PIT LOG)
   ────────────────────────────────────────────── */

body.page-home .split-feature {
  position: relative;
  display: grid;
  grid-template-columns: minmax(290px, 0.87fr) minmax(450px, 1.45fr);
  min-height: 570px;
  background: #151612;
}

body.page-home .split-feature::after {
  content: "";
  position: absolute;
  bottom: 38px;
  right: 4vw;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--hl-ember);
  box-shadow: -19px 0 0 -4px var(--hl-gold);
}

body.page-home .feature-copy {
  align-self: center;
  padding: 110px clamp(45px, 7vw, 110px) 110px max(9vw, 50vw - 610px);
}

body.page-home .section-stamp {
  display: inline-block;
  padding: 5px 7px;
  margin-bottom: 17px;
  border: 1px solid rgba(239, 196, 103, 0.56);
  font-family: var(--font-hl-mono);
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--hl-gold);
}

body.page-home .section-stamp.dark-stamp {
  color: #994124;
  border-color: rgba(157, 66, 37, 0.55);
}

body.page-home .feature-copy h2,
body.page-home .story-panel h2,
body.page-home .catering-intro h2,
body.page-home .sauce-content h2,
body.page-home .inquiry-section h2 {
  margin: 17px 0 21px;
  font-family: var(--font-hl-display);
  font-weight: 700;
  font-size: clamp(52px, 5vw, 80px);
  line-height: 0.86;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  color: var(--hl-cream);
}

body.page-home .feature-copy p,
body.page-home .story-panel p,
body.page-home .catering-intro p,
body.page-home .sauce-content p,
body.page-home .inquiry-copy p {
  font-size: 17px;
  line-height: 1.58;
  color: #c2bbae;
}

body.page-home .feature-copy .text-link {
  color: var(--hl-gold);
  font-family: var(--font-hl-mono);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 12px;
}

body.page-home .pit-platter {
  min-height: 430px;
  background:
    linear-gradient(90deg, rgba(15, 16, 13, 0.44), rgba(15, 16, 13, 0.06)),
    url('/assets/images/hero-smokehouse.png') center / cover no-repeat;
}

/* ──────────────────────────────────────────────
   5. MENU BOARD (WEEKEND EVENT MENU)
   ────────────────────────────────────────────── */

body.page-home .menu-board {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: -76px auto 0;
  padding: 28px 32px 26px;
  scroll-margin-top: 96px;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.0156) 0 1px, transparent 1px 31px),
    var(--hl-surface);
  border: 1px solid rgba(239, 196, 103, 0.42);
  border-top: 5px solid var(--hl-ember);
  box-shadow: 16px 18px rgba(0, 0, 0, 0.25);
}

body.page-home .menu-board-top,
body.page-home .menu-board-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-hl-mono);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #c4b9a8;
}

body.page-home .menu-board-top span {
  color: var(--hl-gold-soft);
}

body.page-home .menu-board-top small {
  font-weight: 600;
  font-size: 9px;
}

body.page-home .menu-tabs {
  display: flex;
  gap: 26px;
  padding: 20px 0 16px;
  border-bottom: 1px solid #554d40;
}

body.page-home .menu-tabs button {
  font-family: var(--font-hl-display);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #a8a195;
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 0 0 6px;
  cursor: pointer;
  transition: color 0.15s ease, border-color 0.15s ease;
}

body.page-home .menu-tabs button:hover {
  color: var(--hl-cream);
}

body.page-home .menu-tabs button.active {
  color: #f7efdf;
  border-bottom-color: var(--hl-ember);
}

body.page-home .menu-tab-panel {
  padding: 11px 0 18px;
}

body.page-home .menu-tab-panel.hidden {
  display: none;
}

body.page-home .menu-board-foot-note {
  font-family: var(--font-hl-mono);
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #b4ad9f;
}

body.page-home .menu-item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  padding: 17px 0;
  border-bottom: 1px solid #423e36;
}

body.page-home .menu-item:last-child {
  border-bottom: 0;
}

body.page-home .menu-item h3 {
  margin: 0 0 5px;
  font-family: var(--font-hl-display);
  font-weight: 600;
  font-size: 25px;
  line-height: 0.92;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #f7efdf;
}

body.page-home .menu-item p {
  margin: 0;
  font-size: 13px;
  color: #b4ad9f;
}

body.page-home .menu-item b {
  flex: none;
  height: fit-content;
  padding: 2px 7px;
  background: rgba(211, 90, 43, 0.12);
  font-family: var(--font-hl-display);
  font-weight: 700;
  font-size: 29px;
  line-height: 1;
  color: #f2c669;
}

body.page-home .menu-board-foot {
  border-top: 1px solid var(--hl-line);
  margin-top: 10px;
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

body.page-home .menu-board-foot-note {
  font-family: var(--font-hl-mono);
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #b4ad9f;
}

body.page-home .menu-board-foot button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: none;
  border: none;
  padding: 0;
  font-family: var(--font-hl-mono);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--hl-gold);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* ──────────────────────────────────────────────
   6. EVENT MENU ART (MIDWAY BOARD + LEDGER)
   ────────────────────────────────────────────── */

body.page-home .event-menu-art {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: center;
  gap: clamp(36px, 6vw, 100px);
  max-width: 1260px;
  margin: 0 auto;
  padding: 116px max(5vw, 50vw - 630px);
  background:
    radial-gradient(circle at 86% 45%, rgba(211, 90, 43, 0.12), transparent 25rem),
    #161713;
}

body.page-home .event-menu-copy {
  border-left: 1px solid rgba(239, 196, 103, 0.42);
  padding-left: 16px;
}

body.page-home .event-menu-copy h2 {
  margin: 17px 0 21px;
  font-family: var(--font-hl-display);
  font-weight: 700;
  font-size: clamp(52px, 5vw, 78px);
  line-height: 0.86;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  color: var(--hl-cream);
}

body.page-home .event-menu-copy h2 em {
  font-style: normal;
  color: var(--hl-ember);
}

body.page-home .event-menu-copy p {
  font-size: 16px;
  line-height: 1.55;
  color: #c4bdaf;
}

body.page-home .event-menu-notes {
  display: grid;
  gap: 0;
  margin-top: 30px;
  border-top: 1px solid var(--hl-line-soft);
}

body.page-home .event-menu-notes span {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid var(--hl-line-soft);
  font-family: var(--font-hl-mono);
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #d9d0c1;
}

body.page-home .event-menu-notes span::before {
  content: "40";
  display: inline-block;
  margin-right: 9px;
  font-family: var(--font-hl-display);
  font-weight: 700;
  font-size: 13px;
  color: var(--hl-ember);
}

body.page-home .event-menu-frame {
  position: relative;
  justify-self: end;
  max-width: 650px;
  padding: 35px 11px 29px;
  background: #1e1e19;
  border: 1px solid rgba(239, 196, 103, 0.48);
  box-shadow: 20px 22px rgba(0, 0, 0, 0.28);
}

body.page-home .artifact-badge {
  position: absolute;
  top: 9px;
  left: 11px;
  font-family: var(--font-hl-mono);
  font-weight: 700;
  font-size: 8px;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  color: #eac36c;
}

body.page-home .artifact-proof {
  position: absolute;
  bottom: 8px;
  right: 11px;
  font-family: var(--font-hl-mono);
  font-weight: 700;
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #aa9b82;
}

body.page-home .event-menu-frame h4 {
  margin: 14px 0 6px;
  font-family: var(--font-hl-display);
  font-weight: 700;
  font-size: 19px;
  line-height: 1.05;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--hl-cream);
}

body.page-home .event-menu-frame .ledger-list {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
}

body.page-home .event-menu-frame .ledger-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 7px 0;
  border-bottom: 1px dashed var(--hl-line-soft);
  font-size: 13px;
  color: #d9d0c1;
}

body.page-home .event-menu-frame .ledger-list li:last-child {
  border-bottom: 0;
}

body.page-home .event-menu-frame .ledger-list .ledger-price {
  font-family: var(--font-hl-mono);
  font-weight: 700;
  font-size: 12px;
  color: var(--hl-gold-soft);
  white-space: nowrap;
}

/* ──────────────────────────────────────────────
   7. FARM STORY
   ────────────────────────────────────────────── */

body.page-home .story-section {
  position: relative;
  display: grid;
  grid-template-columns: 1.25fr 0.9fr;
  min-height: 650px;
  background: #1a1a16;
}

body.page-home .story-section::before {
  content: "40";
  position: absolute;
  top: 28px;
  left: calc(55% - 24px);
  z-index: 2;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  background: var(--hl-surface-2);
  border: 1px solid var(--hl-gold);
  font-family: var(--font-hl-display);
  font-weight: 700;
  font-size: 25px;
  color: var(--hl-gold);
}

body.page-home .farm-image {
  min-height: 450px;
  background:
    linear-gradient(rgba(12, 13, 11, 0.08), rgba(12, 13, 11, 0.65)),
    url('/assets/images/hero-smokehouse.png') center / cover no-repeat;
}

body.page-home .story-panel {
  position: relative;
  align-self: center;
  padding: 90px clamp(35px, 7vw, 120px) 90px clamp(35px, 6vw, 95px);
  background: var(--hl-cream-panel);
  color: var(--hl-cream-text);
}

body.page-home .story-panel::before {
  content: "BACK";
  position: absolute;
  top: -53px;
  right: 31px;
  font-family: var(--font-hl-display);
  font-weight: 700;
  font-size: 180px;
  line-height: 0.8;
  letter-spacing: -0.07em;
  color: rgba(211, 90, 43, 0.18);
}

body.page-home .story-panel .micro-label {
  color: #9f4325;
}

body.page-home .story-panel h2 {
  position: relative;
  z-index: 1;
  color: #25241f;
}

body.page-home .story-panel h2 em {
  font-style: normal;
  color: #a54827;
}

body.page-home .story-panel p {
  position: relative;
  z-index: 1;
  color: #5a554c;
}

body.page-home .story-source {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-top: 28px;
  padding-top: 17px;
  border-top: 1px solid #b7a98e;
  font-size: 12px;
  color: #675f52;
}

body.page-home .story-source a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-hl-mono);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #9d4225;
  text-decoration: none;
}

body.page-home .story-source a:hover {
  text-decoration: underline;
}

/* ──────────────────────────────────────────────
   8. CATERING / EVENT SPREAD
   ────────────────────────────────────────────── */

body.page-home .catering-section {
  position: relative;
  padding: 120px max(5vw, 50vw - 625px);
  background:
    repeating-linear-gradient(90deg, transparent 0 109px, rgba(239, 196, 103, 0.035) 110px 111px),
    #11120f;
}

body.page-home .catering-section::after {
  content: "";
  position: absolute;
  bottom: 38px;
  right: 4vw;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--hl-ember);
  box-shadow: -19px 0 0 -4px var(--hl-gold);
}

body.page-home .catering-intro {
  max-width: 680px;
}

body.page-home .catering-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 19px;
  margin-top: 48px;
}

body.page-home .catering-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 425px;
  padding: 24px 27px 27px;
  background:
    linear-gradient(90deg, rgba(211, 90, 43, 0.07), transparent 26%),
    var(--hl-surface);
  border: 1px solid var(--hl-line-soft);
  border-top: 4px solid var(--hl-ember-deep);
}

body.page-home .catering-card::after {
  content: "40";
  position: absolute;
  bottom: 12px;
  right: 14px;
  font-family: var(--font-hl-display);
  font-weight: 700;
  font-size: 64px;
  line-height: 0.8;
  color: rgba(239, 196, 103, 0.12);
}

body.page-home .catering-card.featured {
  background:
    linear-gradient(90deg, rgba(211, 90, 43, 0.14), transparent 35%),
    #26231d;
  border-top-color: var(--hl-ember);
  transform: translateY(-15px);
}

body.page-home .card-ribbon {
  position: absolute;
  top: -14px;
  right: 18px;
  padding: 5px 7px;
  background: var(--hl-ember);
  font-family: var(--font-hl-mono);
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #fff8eb;
}

body.page-home .ticket-number {
  display: block;
  margin: -4px 0 13px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #766b57;
  font-family: var(--font-hl-mono);
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c5b494;
}

body.page-home .catering-card h3 {
  margin: 0 0 17px;
  font-family: var(--font-hl-display);
  font-weight: 700;
  font-size: 32px;
  line-height: 0.9;
  text-transform: uppercase;
  color: #f5ebd9;
}

body.page-home .package-price {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  gap: 10px;
  padding-bottom: 16px;
  border-bottom: 1px solid #514b3e;
}

body.page-home .package-price b {
  font-family: var(--font-hl-display);
  font-weight: 700;
  font-size: 52px;
  line-height: 0.8;
  color: var(--hl-gold);
}

body.page-home .package-price span {
  padding-bottom: 3px;
  font-family: var(--font-hl-mono);
  font-size: 9px;
  line-height: 1.35;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #bdb4a5;
}

body.page-home .catering-card p {
  min-height: 48px;
  margin: 18px 0 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #c4bdaf;
}

body.page-home .catering-card ul {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.page-home .catering-card li {
  padding: 9px 0;
  border-bottom: 1px solid #3f3b33;
  font-size: 13px;
  color: #d7cfc1;
}

body.page-home .catering-card li::before {
  content: "•";
  margin-right: 7px;
  color: var(--hl-ember);
}

body.page-home .catering-card button {
  position: relative;
  z-index: 1;
  align-self: flex-start;
  width: fit-content;
  margin-top: auto;
  padding: 19px 0 0;
  background: none;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-hl-mono);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--hl-gold);
  cursor: pointer;
}

body.page-home .catering-note {
  max-width: 810px;
  margin: 27px auto 0;
  padding: 14px 18px;
  background: #191a16;
  border-left: 2px solid var(--hl-ember);
  font-size: 12px;
  line-height: 1.5;
  color: #aea697;
}

/* ──────────────────────────────────────────────
   9. SWEET WHISKEY HEAT
   ────────────────────────────────────────────── */

body.page-home .sauce-section {
  position: relative;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  min-height: 635px;
  background: var(--hl-cream-panel);
  color: var(--hl-cream-text);
}

body.page-home .sauce-section::after {
  content: "";
  position: absolute;
  bottom: 38px;
  right: 4vw;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--hl-ember);
  box-shadow: -19px 0 0 -4px var(--hl-gold);
}

body.page-home .sauce-visual {
  min-height: 390px;
  background:
    linear-gradient(90deg, rgba(20, 17, 12, 0.54), rgba(20, 17, 12, 0.06)),
    url('/assets/images/hero-smokehouse.png') center / cover no-repeat;
}

body.page-home .sauce-content {
  align-self: center;
  padding: 82px clamp(38px, 7vw, 118px) 82px clamp(35px, 6vw, 96px);
}

body.page-home .sauce-content .micro-label {
  color: #9f4325;
}

body.page-home .sauce-content h2 {
  color: #25241f;
}

body.page-home .sauce-content h2 em {
  font-style: normal;
  color: #a54827;
}

body.page-home .sauce-content p {
  color: #5e574b;
}

body.page-home .sauce-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 16px;
  margin: 29px 0;
}

body.page-home .sauce-list div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2px 9px;
  padding: 10px 0;
  border-bottom: 1px solid #bcad92;
}

body.page-home .sauce-list span {
  grid-column: 1 / -1;
  font-family: var(--font-hl-mono);
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #a54827;
}

body.page-home .sauce-list b {
  font-family: var(--font-hl-display);
  font-weight: 700;
  font-size: 19px;
  line-height: 1;
  text-transform: uppercase;
}

body.page-home .sauce-list em {
  font-family: var(--font-hl-display);
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  font-style: normal;
  color: #8b3f29;
}

body.page-home .sauce-content .ember-button {
  margin-top: 4px;
}

/* ──────────────────────────────────────────────
   10. INQUIRY CTA
   ────────────────────────────────────────────── */

body.page-home .inquiry-section {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 10vw;
  align-items: center;
  padding: 112px max(5vw, 50vw - 625px);
  background:
    radial-gradient(circle at 87% 48%, rgba(211, 90, 43, 0.19), transparent 22rem),
    #191a16;
}

body.page-home .inquiry-copy {
  align-self: end;
}

body.page-home .inquiry-copy .ember-button {
  margin: 12px 0 17px;
}

body.page-home .inquiry-copy small {
  display: block;
  font-family: var(--font-hl-mono);
  font-size: 10px;
  line-height: 1.45;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #a9a195;
}

/* ──────────────────────────────────────────────
   11. FOOTER
   ────────────────────────────────────────────── */

body.page-home .pit-footer,
body.page-inner .pit-footer {
  display: grid;
  grid-template-columns: 0.95fr 1fr 1.1fr;
  align-items: center;
  gap: 35px;
  padding: 40px max(5vw, 50vw - 625px);
  background: #0d0e0c;
  border-top: 1px solid #4a453a;
}

body.page-home .footer-lockup,
body.page-inner .footer-lockup {
  display: flex;
  align-items: center;
  gap: 10px;
}

body.page-home .footer-lockup img,
body.page-inner .footer-lockup img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

body.page-home .footer-lockup b,
body.page-inner .footer-lockup b {
  display: block;
  font-family: var(--font-hl-display);
  font-weight: 700;
  font-size: 25px;
  line-height: 0.85;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  color: var(--hl-cream);
}

body.page-home .footer-lockup small,
body.page-inner .footer-lockup small {
  display: block;
  margin-top: 5px;
  font-family: var(--font-hl-mono);
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: var(--hl-gold);
}

body.page-inner .footer-social-row {
  display: flex;
  gap: 12px;
}

body.page-inner .footer-social-row a {
  display: flex;
  align-items: center;
  color: #8f897f;
  transition: color 0.16s ease;
}

body.page-inner .footer-social-row a:hover {
  color: #f2c669;
}

body.page-home .footer-lockup,
body.page-inner .footer-lockup {
  display: flex;
  align-items: center;
  gap: 10px;
}

body.page-home .footer-lockup img,
body.page-inner .footer-lockup img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

body.page-home .footer-lockup b,
body.page-inner .footer-lockup b {
  display: block;
  font-family: var(--font-hl-display);
  font-weight: 700;
  font-size: 25px;
  line-height: 0.85;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  color: var(--hl-cream);
}

body.page-home .footer-lockup small,
body.page-inner .footer-lockup small {
  display: block;
  margin-top: 5px;
  font-family: var(--font-hl-mono);
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: var(--hl-gold);
}

body.page-home .footer-social-row,
body.page-inner .footer-social-row {
  display: flex;
  gap: 12px;
}

body.page-home .footer-social-row a,
body.page-inner .footer-social-row a {
  color: #8f897f;
  display: inline-flex;
  transition: color 0.16s ease;
}

body.page-home .footer-social-row a:hover,
body.page-inner .footer-social-row a:hover {
  color: #f2c669;
}

body.page-home .pit-footer .footer-contact,
body.page-inner .pit-footer .footer-contact {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-self: center;
}

body.page-home .pit-footer .footer-contact a,
body.page-inner .pit-footer .footer-contact a {
  font-size: 13px;
  color: #d2c8b9;
  text-decoration: none;
}

body.page-home .pit-footer .footer-contact a:hover,
body.page-inner .pit-footer .footer-contact a:hover {
  color: #f2c669;
}

body.page-home .pit-footer .footer-meta,
body.page-inner .pit-footer .footer-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-self: end;
  text-align: right;
}

body.page-home .pit-footer .footer-meta p,
body.page-inner .pit-footer .footer-meta p {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: #8f897f;
}

body.page-home .footer-social-row {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 10px;
}

body.page-home .footer-social-row a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--hl-surface-2);
  border: 1px solid var(--hl-line-soft);
  color: var(--hl-cream-dim);
  transition: background 0.2s ease, color 0.2s ease;
}

body.page-home .footer-social-row a:hover {
  background: var(--hl-ember);
  color: #fff;
  border-color: var(--hl-ember);
}

/* ──────────────────────────────────────────────
   12. MOTION
   ────────────────────────────────────────────── */

@keyframes pit-reveal {
  0% {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: no-preference) {
  body.page-home .hero-content,
  body.page-home .hero-stats,
  body.page-home .feature-copy,
  body.page-home .story-panel,
  body.page-home .catering-card,
  body.page-home .sauce-content {
    animation: 0.6s cubic-bezier(0.23, 1, 0.32, 1) both pit-reveal;
  }
}

/* ──────────────────────────────────────────────
   13. RESPONSIVE
   ────────────────────────────────────────────── */

@media (max-width: 980px) {
  body.page-home .pit-header,
  body.page-inner .pit-header {
    padding: 0 28px;
  }

  body.page-home .pit-nav,
  body.page-inner .pit-nav {
    gap: 17px;
  }

  body.page-home .hero {
    padding-left: 10vw;
  }

  body.page-home .hero-rail {
    display: none;
  }

  body.page-home .hero-stats {
    left: 10vw;
    right: auto;
  }

  body.page-home .split-feature,
  body.page-home .story-section,
  body.page-home .sauce-section,
  body.page-home .event-menu-art {
    grid-template-columns: 1fr;
  }

  body.page-home .feature-copy {
    padding: 80px 9vw;
  }

  body.page-home .pit-platter {
    min-height: 440px;
    order: -1;
  }

  body.page-home .menu-board {
    margin: -40px 6vw 85px;
  }

  body.page-home .event-menu-art {
    padding: 85px 7vw;
  }

  body.page-home .event-menu-frame {
    justify-self: start;
    width: min(100%, 650px);
  }

  body.page-home .story-panel {
    padding: 75px 9vw;
  }

  body.page-home .catering-section {
    padding: 94px 7vw;
  }

  body.page-home .catering-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }

  body.page-home .catering-card.featured {
    transform: none;
  }

  body.page-home .sauce-content {
    padding: 76px 9vw;
  }

  body.page-home .inquiry-section {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 90px 7vw;
  }

  body.page-home .pit-footer,
  body.page-inner .pit-footer {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 36px 7vw;
  }

  body.page-home .pit-footer .footer-contact,
  body.page-inner .pit-footer .footer-contact,
  body.page-home .pit-footer .footer-meta,
  body.page-inner .pit-footer .footer-meta {
    justify-self: start;
    text-align: left;
  }

  body.page-home .footer-social-row,
  body.page-inner .footer-social-row {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  body.page-home .pit-header,
  body.page-inner .pit-header {
    height: 70px;
    padding: 0 18px;
  }

  body.page-home .pit-brand img,
  body.page-inner .pit-brand img {
    width: 39px;
    height: 39px;
  }

  body.page-home .pit-brand b,
  body.page-inner .pit-brand b {
    font-size: 20px;
  }

  body.page-home .pit-brand small,
  body.page-inner .pit-brand small {
    font-size: 7px;
  }

  body.page-home .pit-nav-toggle,
body.page-inner .pit-nav-toggle {
    display: flex;
  }

  body.page-home .pit-nav,
  body.page-inner .pit-nav {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 22px 20px;
    background: #12130f;
    border-bottom: 1px solid #5b5143;
  }

  body.page-home .pit-nav.open,
body.page-inner .pit-nav.open {
    display: flex;
  }

  body.page-home .pit-nav a,
  body.page-inner .pit-nav a {
    padding: 14px 0;
    border-bottom: 1px solid #39372f;
    border-bottom-color: #39372f;
    text-align: left;
  }

  body.page-home .pit-nav-close,
body.page-inner .pit-nav-close {
    display: inline-flex;
    background: none;
    border: none;
    color: var(--hl-cream);
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    padding: 4px 0 10px;
    margin-bottom: 4px;
    border-bottom: 1px solid #39372f;
    align-self: flex-start;
  }

  body.page-home .hero {
    min-height: 650px;
    padding: 82px 7vw 154px;
  }

  body.page-home .hero-overlay {
    background: linear-gradient(90deg, #0a0b09f0, #0a0b09b8 73%, #0a0b0966);
  }

  body.page-home .hero h1 {
    font-size: clamp(60px, 18vw, 92px);
  }

  body.page-home .hero-content > p {
    font-size: 17px;
  }

  body.page-home .hero-stats {
    bottom: 26px;
    left: 7vw;
  }

  body.page-home .hero-stats div {
    min-width: 93px;
    gap: 7px;
    margin-right: 9px;
    padding-right: 9px;
  }

  body.page-home .hero-stats div:last-child {
    display: none;
  }

  body.page-home .hero-stats b {
    font-size: 31px;
  }

  body.page-home .hero-stats span {
    font-size: 7px;
  }

  body.page-home .proof-band {
    grid-template-columns: 1fr;
  }

  body.page-home .proof-band > div {
    min-height: auto;
    padding: 20px 7vw;
    border-right: 0;
    border-bottom: 1px solid #c5b69c;
  }

  body.page-home .proof-band > div:last-child {
    border-bottom: 0;
  }

  body.page-home .feature-copy h2,
  body.page-home .story-panel h2,
  body.page-home .catering-intro h2,
  body.page-home .sauce-content h2,
  body.page-home .inquiry-section h2 {
    font-size: clamp(48px, 14vw, 72px);
  }

  body.page-home .menu-board {
    margin: -25px 0 72px;
    padding: 22px;
    border-left: 0;
    border-right: 0;
  }

  body.page-home .menu-board-top small {
    display: none;
  }

  body.page-home .menu-tabs {
    gap: 15px;
    overflow-x: auto;
  }

  body.page-home .menu-tabs button {
    white-space: nowrap;
    font-size: 14px;
  }

  body.page-home .menu-item h3 {
    font-size: 23px;
  }

  body.page-home .story-panel::before {
    font-size: 130px;
  }

  body.page-home .story-source {
    flex-direction: column;
    align-items: flex-start;
  }

  body.page-home .sauce-list {
    grid-template-columns: 1fr;
  }

  body.page-home .pit-footer .footer-contact,
  body.page-inner .pit-footer .footer-contact,
  body.page-home .pit-footer .footer-meta,
  body.page-inner .pit-footer .footer-meta {
    flex-direction: column;
    gap: 6px;
    text-align: left;
  }
}


/* Inner page footer extras */
body.page-inner .trust-badge {
  font-family: var(--font-hl-mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8f897f;
}

body.page-inner .footer-bottom p {
  color: #8f897f;
  font-size: 12px;
}

/* ──────────────────────────────────────────────
   13. WHATSAPP BUBBLE (floating, all public pages)
   WhatsApp green is kept deliberately: it is the recognised brand
   affordance, so restyling it ember would make the button unrecognisable.
   ────────────────────────────────────────────── */

.wa-bubble {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1100;
  display: flex;
  align-items: center;
  gap: 0;
  width: 56px;
  height: 56px;
  padding: 0;
  border-radius: 50%;
  background: #25D366;
  color: #0B1410;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(239, 196, 103, 0.22);
  overflow: hidden;
  transition: box-shadow 0.18s ease, transform 0.18s ease, width 0.22s ease;
}

.wa-bubble svg {
  flex: none;
  width: 28px;
  height: 28px;
  margin: 0 14px;
  display: block;
}

.wa-bubble__label {
  flex: none;
  width: 0;
  opacity: 0;
  white-space: nowrap;
  font-family: var(--font-hl-mono);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: opacity 0.16s ease;
}

.wa-bubble:hover {
  width: 190px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.5), 0 0 0 1px var(--hl-gold);
  transform: translateY(-2px);
}

.wa-bubble:hover .wa-bubble__label {
  width: auto;
  opacity: 1;
}

.wa-bubble:focus-visible {
  outline: 2px solid var(--hl-gold);
  outline-offset: 3px;
}

.wa-bubble:active {
  transform: scale(0.97);
}

@media (prefers-reduced-motion: reduce) {
  .wa-bubble,
  .wa-bubble__label {
    transition: none;
  }
}

@media (max-width: 680px) {
  .wa-bubble {
    right: 16px;
    bottom: 16px;
    width: 52px;
    height: 52px;
  }

  .wa-bubble svg {
    margin: 0 12px;
  }

  .wa-bubble:hover {
    width: 52px;
    transform: none;
  }

  .wa-bubble:hover .wa-bubble__label {
    width: 0;
    opacity: 0;
  }
}

/* ──────────────────────────────────────────────
   14. FLOATING CART BAR (hot sauce basket, all pages)
   cart.js injects this markup into #floating-cart-anchor. The old rules lived
   in extras.css, which no page loads, so the bar rendered as unstyled text at
   the bottom of the document. Pinned here against the pit-ledger tokens; it
   stops short of the WhatsApp bubble so both stay tappable.
   ────────────────────────────────────────────── */

.floating-cart {
  position: fixed;
  left: 24px;
  right: 104px;
  bottom: 24px;
  z-index: 1090;
  display: flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  max-width: calc(100vw - 128px);
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--hl-surface);
  border: 1px solid var(--hl-line-soft);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
  color: var(--hl-cream);
  font-family: var(--font-hl-mono);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
}

.floating-cart .cart-count {
  padding: 3px 9px;
  border-radius: 999px;
  background: var(--hl-ember);
  color: #fff7e9;
  font-size: 12px;
}

.floating-cart .cart-divider {
  color: var(--hl-line);
}

.floating-cart a {
  margin-left: 2px;
  padding: 7px 14px;
  border-radius: 999px;
  background: var(--hl-ember);
  color: #fff7e9;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
}

.floating-cart a:hover {
  background: var(--hl-ember-light);
}

@media (max-width: 680px) {
  .floating-cart {
    left: 16px;
    right: 88px;
    bottom: 16px;
    gap: 9px;
    padding: 10px 14px;
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .floating-cart,
  .floating-cart a {
    transition: none;
  }
}
