/** Shopify CDN: Minification failed

Line 7195:0 Unexpected "}"

**/
/* ============================================================
   PUR LUV — Master Stylesheet
   Design System: "Protein-First Premium"
   Orange + Cream dominant · Teal as ink/accent · Photo-led
   ============================================================ */

/* ------------------------------------------------------------
   1. FONT FACE DECLARATIONS
   ------------------------------------------------------------ */
/* Mission Gothic — matches the all-caps pack product title.
   Drop MissionGothic-Bold.otf (and optionally Regular) into fonts/ to activate;
   Venice Blvd renders until then. */
@font-face {
  font-family: 'Mission Gothic';
  src: url('mission-gothic-bold.otf') format('opentype');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Mission Gothic';
  src: url('mission-gothic-regular.otf') format('opentype');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Venice Blvd';
  src: url('venice-blvd-regular.otf') format('opentype');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Venice Blvd';
  src: url('venice-blvd-semibold.otf') format('opentype');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Venice Blvd';
  src: url('venice-blvd-bold.otf') format('opentype');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Venice Blvd';
  src: url('venice-blvd-black.otf') format('opentype');
  font-weight: 900; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Redondo Ave';
  src: url('redondo-ave-regular.otf') format('opentype');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Redondo Ave';
  src: url('redondo-ave-bold.otf') format('opentype');
  font-weight: 700; font-style: normal; font-display: swap;
}

/* ------------------------------------------------------------
   2. TOKENS
   ------------------------------------------------------------ */
:root {
  /* Brand — hero */
  --orange: #FB471F;
  --orange-hover: #E53A14;
  --orange-deep: #C22F0F;
  --tangerine: #F78E24;
  --peach: #FAAB98;
  --peach-soft: #FCD5C6;
  --brick-red: #840301;

  /* Cream system (primary background family) */
  --cream: #F8F6F2;
  --cream-soft: #F6F4F0;
  --cream-deep: #F1EEE8;

  /* Official pastels (brand-provided) */
  --pastel-pink: #FFDCD9;
  --pastel-aqua: #D2F1F1;
  --paper: #FFFDF8;
  --white: #FFFFFF;

  /* Ink (teal as text/accent only) */
  --ink: #0E2B2A;
  --teal: #0F3D3A;
  --teal-ink: #163E3B;
  --teal-50: rgba(15, 61, 58, 0.5);
  --teal-20: rgba(15, 61, 58, 0.2);
  --teal-10: rgba(15, 61, 58, 0.1);
  --teal-06: rgba(15, 61, 58, 0.06);

  /* Product family accents — drawn from real packaging.
     Each family has: light surface · mid accent · deep text/accent.
     Orange remains the primary CTA / brand color site-wide. */
  --chicken-light: #FFD698;
  --chicken-mid:   #F48C2E;
  --chicken-deep:  #840301;
  --duck-light:    #CAEEEF;
  --duck-mid:      #87CCC2;
  --duck-deep:     #034844;
  --salmon-light:  #FCD3CC;
  --salmon-mid:    #FAAB98;
  --salmon-deep:   #840301;

  /* Support */
  --rule: rgba(15, 61, 58, 0.12);
  --rule-soft: rgba(15, 61, 58, 0.08);

  /* Type */
  --font-head: 'Venice Blvd', 'Mission Gothic', 'Bebas Neue', Impact, sans-serif;
  --font-body: 'Mission Gothic', 'Figtree', 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  --font-accent: 'Redondo Ave', 'Caveat', 'Poppins', sans-serif;

  /* Spacing scale */
  --s-1: 4px;
  --s-2: 8px;
  --s-3: 12px;
  --s-4: 16px;
  --s-5: 24px;
  --s-6: 32px;
  --s-7: 48px;
  --s-8: 64px;
  --s-9: 96px;
  --s-10: 128px;

  /* Radii */
  --r-xs: 6px;
  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 24px;
  --r-xl: 32px;
  --r-pill: 999px;

  /* Shadow — subtle, warm */
  --shadow-xs: 0 1px 2px rgba(14, 43, 42, 0.05);
  --shadow-sm: 0 4px 14px rgba(14, 43, 42, 0.06);
  --shadow-md: 0 10px 28px rgba(14, 43, 42, 0.08);
  --shadow-lg: 0 24px 60px rgba(14, 43, 42, 0.12);

  /* Motion */
  --ease: 220ms cubic-bezier(0.2, 0, 0, 1);
  --ease-slow: 400ms cubic-bezier(0.2, 0, 0, 1);
  --spring: 500ms cubic-bezier(0.34, 1.56, 0.64, 1);

  /* Layout */
  --max: 1440px;
  --content: 1240px;
  --gutter: 32px;
  --nav-h: 76px;
  --nav-h-m: 60px;
  --ann-h: 36px;

  /* Legacy aliases (for any inline usage) */
  --color-orange-red: var(--orange);
  --color-deep-teal: var(--teal);
  --color-tangerine: var(--tangerine);
  --color-seafoam: var(--rule);
  --color-peach: var(--peach);
  --color-warm-white: var(--cream);
  --color-white: var(--white);
  --color-dark-text: var(--ink);
  --color-deep-red: #840301;
  --space-xs: var(--s-2);
  --space-sm: var(--s-3);
  --space-md: var(--s-4);
  --space-lg: var(--s-5);
  --space-xl: var(--s-6);
  --space-xxl: var(--s-7);
  --space-xxxl: var(--s-8);
}

/* ------------------------------------------------------------
   3. RESET
   ------------------------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  color: var(--teal-ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img, svg, video { max-width: 100%; display: block; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul, ol { list-style: none; }
input, select, textarea { font-family: inherit; font-size: inherit; color: inherit; }

:focus-visible { outline: 3px solid rgba(251, 71, 31, 0.55); outline-offset: 2px; border-radius: 4px; }
:focus:not(:focus-visible) { outline: none; }

.visually-hidden {
  position: absolute !important; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

.skip-to-content {
  position: absolute; top: -120%; left: 16px; z-index: 10000;
  background: var(--orange); color: var(--white);
  padding: 12px 22px; border-radius: var(--r-pill);
  font-weight: 700; font-size: 13px;
  letter-spacing: 0.08em; text-transform: uppercase;
  transition: top var(--ease);
}
.skip-to-content:focus { top: 12px; }

/* ------------------------------------------------------------
   4. TYPOGRAPHY SYSTEM
   ------------------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-head);
  font-weight: 700;
  color: var(--ink);
  line-height: 0.98;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.h-display { font-size: clamp(54px, 8vw, 128px); line-height: 0.92; letter-spacing: -0.02em; }
.h-1 { font-size: clamp(40px, 5.2vw, 76px); line-height: 0.95; }
.h-2 { font-size: clamp(32px, 4vw, 56px); line-height: 0.98; }
.h-3 { font-size: clamp(24px, 2.4vw, 34px); line-height: 1.05; }
.h-4 { font-size: clamp(18px, 1.4vw, 22px); line-height: 1.2; }

p { font-family: var(--font-body); }
.lead { font-size: clamp(16px, 1.25vw, 19px); line-height: 1.55; color: var(--teal-ink); }
.body-sm { font-size: 14px; line-height: 1.55; }
.body-xs { font-size: 12px; line-height: 1.5; }

/* Redondo — lowercase-only accent. Small + precious. */
.accent {
  font-family: var(--font-accent);
  font-weight: 400;
  text-transform: lowercase;
  letter-spacing: 0;
  color: var(--orange);
}
.accent--ink { color: var(--teal); }

/* Eyebrow — short uppercase label above titles */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 8px;
}
.eyebrow::before {
  content: ''; width: 22px; height: 2px; background: var(--orange);
  border-radius: var(--r-pill);
  display: inline-block;
}
.eyebrow--ink { color: var(--teal); }
.eyebrow--ink::before { background: var(--teal); }

/* Utility */
.text-center { text-align: center; }
.text-orange { color: var(--orange); }
.text-teal { color: var(--teal); }
.text-white { color: var(--white); }

/* ------------------------------------------------------------
   5. LAYOUT
   ------------------------------------------------------------ */
.container {
  width: 100%;
  max-width: var(--content);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.container--wide { max-width: 1440px; }
.container--narrow { max-width: 880px; }

.section { padding: clamp(64px, 9vw, 128px) 0; }
.section--sm { padding: clamp(48px, 6vw, 80px) 0; }
.section--tight { padding: clamp(32px, 4vw, 56px) 0; }
.section--cream-deep { background: var(--cream-deep); }
.section--paper { background: var(--paper); }
.section--ink { background: var(--ink); color: var(--cream); }
.section--ink h1, .section--ink h2, .section--ink h3, .section--ink h4 { color: var(--cream); }

/* Grids */
.grid { display: grid; gap: var(--s-5); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }

@media (max-width: 900px) {
  .grid--3, .grid--4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; }
}

/* ------------------------------------------------------------
   6. BUTTONS
   ------------------------------------------------------------ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 16px 28px;
  border-radius: var(--r-pill);
  border: 2px solid transparent;
  transition: transform var(--ease), background var(--ease), color var(--ease), border-color var(--ease), box-shadow var(--ease);
  white-space: nowrap;
  line-height: 1;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }

.btn--primary { background: var(--orange); color: var(--white); border-color: var(--orange); }
.btn--primary:hover { background: var(--orange-hover); border-color: var(--orange-hover); box-shadow: 0 10px 22px rgba(251, 71, 31, 0.25); }

.btn--ink { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.btn--ink:hover { background: var(--teal); border-color: var(--teal); }

.btn--outline {
  background: transparent; color: var(--orange); border-color: var(--orange);
}
.btn--outline:hover { background: var(--orange); color: var(--white); }

.btn--outline-cream {
  background: transparent; color: var(--cream); border-color: var(--cream);
}
.btn--outline-cream:hover { background: var(--cream); color: var(--ink); }

.btn--ghost {
  background: transparent; color: var(--ink); border-color: transparent;
  padding: 12px 14px;
}
.btn--ghost:hover { color: var(--orange); }

.btn--small { padding: 12px 20px; font-size: 12px; }
.btn--large { padding: 20px 36px; font-size: 15px; }
.btn--block { display: flex; width: 100%; }

.btn--add-to-cart {
  background: var(--orange); color: var(--white); border-color: var(--orange);
  padding: 18px 28px; font-size: 14px;
  border-radius: var(--r-pill);
  width: 100%;
}
.btn--add-to-cart:hover { background: var(--orange-hover); border-color: var(--orange-hover); }

/* Arrow btn (text link style) */
.arrow-link {
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 700; font-size: 13px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--ink);
  padding-bottom: 4px;
  border-bottom: 1.5px solid currentColor;
  transition: color var(--ease), gap var(--ease);
}
.arrow-link::after { content: '→'; transition: transform var(--ease); }
.arrow-link:hover { color: var(--orange); gap: 14px; }

/* Secondary (legacy) */
.btn--secondary {
  background: transparent; color: var(--orange); border-color: var(--orange);
}
.btn--secondary:hover { background: var(--orange); color: var(--white); }

/* ------------------------------------------------------------
   7. BADGES
   ------------------------------------------------------------ */
.badge {
  display: inline-flex; align-items: center;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 7px 12px;
  border-radius: var(--r-pill);
  background: var(--cream-deep); color: var(--teal);
  line-height: 1;
}
.badge--bestseller { background: var(--orange); color: var(--white); }
.badge--new        { background: var(--ink); color: var(--cream); }
.badge--protein    { background: var(--brick-red); color: var(--cream); }
.badge--functional { background: var(--brick-red); color: var(--cream); }
.badge--natural    { background: var(--peach); color: var(--ink); }

/* ------------------------------------------------------------
   8. ANNOUNCEMENT BAR
   ------------------------------------------------------------ */
.announcement-bar {
  position: relative;
  background: var(--orange);
  color: var(--white);
  padding: 9px 48px 9px 24px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  min-height: var(--ann-h);
  display: flex; align-items: center; justify-content: center;
}
.announcement-bar__track { position: relative; height: 16px; display: flex; align-items: center; justify-content: center; flex: 1; }
.announcement-bar__message {
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0; pointer-events: none;
  transition: opacity var(--ease-slow);
  white-space: nowrap;
  font-weight: 700;
}
.announcement-bar__message.is-active { opacity: 1; }
/* On the orange bar, white text gives the strongest contrast; the bold
   segments stay white (heavier weight) so they don't vanish into the orange. */
.announcement-bar__message b, .announcement-bar__message strong { color: var(--white); font-weight: 800; }
.announcement-bar__close {
  position: absolute; right: 16px; top: 50%; transform: translateY(-50%);
  color: var(--white); font-size: 20px; line-height: 1;
  opacity: 0.85; transition: opacity var(--ease);
}
.announcement-bar__close:hover { opacity: 1; }

/* ------------------------------------------------------------
   9. HEADER / NAV
   ------------------------------------------------------------ */
.header {
  position: sticky; top: 0; z-index: 100;
  background: var(--paper);
  border-bottom: 1px solid var(--rule-soft);
}
.header__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--gutter);
  height: var(--nav-h);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: var(--s-5);
}
.header__logo {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 28px;
  letter-spacing: 0.02em;
  color: var(--ink);
  line-height: 1;
  justify-self: start;
  display: inline-flex; align-items: center; gap: 6px;
}
.header__logo span { color: var(--orange); }
/* Brand wordmark logo (SVG) — sits inside header/footer logo anchors */
.brand-logo { height: 24px; width: auto; vertical-align: middle; }
.header__logo .brand-logo {
  display: block;
  height: 24px;
  width: auto;
}
@media (max-width: 900px) {
  .header__logo .brand-logo { height: 20px; }
}
.header__nav {
  display: flex; gap: 40px; justify-self: center;
}
.header__nav-link {
  font-weight: 600; font-size: 13px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ink);
  position: relative;
  padding: 6px 2px;
  transition: color var(--ease);
}
.header__nav-link::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0;
  height: 2px; background: var(--orange);
  border-radius: var(--r-pill);
  transform: scaleX(0); transform-origin: left;
  transition: transform var(--ease);
}
.header__nav-link:hover, .header__nav-link.is-active { color: var(--orange); }
.header__nav-link:hover::after, .header__nav-link.is-active::after { transform: scaleX(1); }

.header__actions {
  display: flex; align-items: center; gap: 4px;
  justify-self: end;
}
.header__cart-btn, .header__menu-toggle {
  width: 42px; height: 42px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: var(--r-pill);
  color: var(--ink);
  transition: background var(--ease), color var(--ease);
  position: relative;
}
.header__cart-btn:hover, .header__menu-toggle:hover {
  background: var(--teal-06); color: var(--orange);
}
.header__cart-btn svg, .header__menu-toggle svg {
  width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8;
  stroke-linecap: round; stroke-linejoin: round;
}
.header__menu-toggle { display: none; }

.cart-count {
  position: absolute; top: 4px; right: 4px;
  min-width: 18px; height: 18px; padding: 0 5px;
  background: var(--orange); color: var(--white);
  border-radius: var(--r-pill);
  font-size: 11px; font-weight: 700;
  display: none; align-items: center; justify-content: center;
  line-height: 1;
  transition: transform var(--spring);
}
.cart-count.is-bumped { transform: scale(1.25); }

@media (max-width: 900px) {
  .header__nav { display: none; }
  .header__menu-toggle { display: inline-flex; }
  .header__inner { height: var(--nav-h-m); grid-template-columns: auto 1fr auto; }
  .header__logo { font-size: 22px; }
}

/* ------------------------------------------------------------
   10. MOBILE MENU — premium slide-in with categories
   ------------------------------------------------------------ */
.mobile-menu {
  position: fixed; inset: 0; z-index: 200;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 240ms ease-out, visibility 0s linear 260ms;
}
.mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 240ms ease-out, visibility 0s linear 0s;
}

/* Dim backdrop (tap to close) */
.mm-backdrop {
  position: absolute; inset: 0;
  background: rgba(14, 43, 42, 0.55);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

/* Sliding panel */
.mm-panel {
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: min(440px, 92vw);
  background: var(--cream);
  transform: translateX(100%);
  transition: transform 280ms cubic-bezier(0.2, 0, 0, 1);
  display: flex; flex-direction: column;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  box-shadow: -8px 0 40px rgba(14, 43, 42, 0.18);
}
.mobile-menu.is-open .mm-panel { transform: translateX(0); }

/* Topbar */
.mm-topbar {
  position: sticky; top: 0; z-index: 10;
  background: var(--cream);
  padding: max(18px, env(safe-area-inset-top)) 22px 16px;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--rule-soft);
}
.mm-logo {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 22px;
  letter-spacing: 0.02em;
  color: var(--ink);
  text-transform: uppercase;
  line-height: 1;
}
.mm-logo span { color: var(--orange); }
.mm-close {
  width: 44px; height: 44px;
  border-radius: var(--r-pill);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--ink);
  transition: background var(--ease);
}
.mm-close:hover, .mm-close:active { background: var(--cream-deep); }
.mm-close svg {
  width: 22px; height: 22px;
  fill: none; stroke: currentColor; stroke-width: 1.8;
  stroke-linecap: round; stroke-linejoin: round;
}

/* Primary nav */
.mm-primary {
  padding: 8px 22px 4px;
  display: flex; flex-direction: column;
}
.mm-primary-link,
.mm-primary-expand {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 4px;
  border-bottom: 1px solid var(--rule-soft);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  letter-spacing: -0.005em;
  color: var(--ink);
  text-transform: uppercase;
  width: 100%;
  text-align: left;
  background: transparent;
  transition: color var(--ease), padding-left var(--ease);
  cursor: pointer;
  min-height: 56px;
}
.mm-primary-link:active,
.mm-primary-expand:active,
.mm-primary-link:focus-visible,
.mm-primary-expand:focus-visible {
  color: var(--orange);
  outline: none;
  padding-left: 8px;
}
.mm-primary-link .mm-arrow,
.mm-primary-expand .mm-arrow {
  width: 18px; height: 18px;
  fill: none; stroke: currentColor; stroke-width: 1.8;
  stroke-linecap: round; stroke-linejoin: round;
  color: var(--teal-50);
  transition: color var(--ease), transform var(--ease);
}
.mm-primary-link:active .mm-arrow { color: var(--orange); }

.mm-primary-expand[aria-expanded="true"] { color: var(--orange); }
.mm-primary-expand[aria-expanded="true"] .mm-chev {
  transform: rotate(180deg);
  color: var(--orange);
}
.mm-chev {
  width: 16px; height: 16px;
  fill: none; stroke: currentColor; stroke-width: 1.8;
  stroke-linecap: round; stroke-linejoin: round;
  color: var(--teal-50);
  transition: transform var(--ease), color var(--ease);
}

/* Accordion sub-menu */
.mm-sub {
  max-height: 0;
  overflow: hidden;
  transition: max-height 280ms cubic-bezier(0.2, 0, 0, 1);
  border-bottom: 1px solid var(--rule-soft);
}
.mm-sub.is-open { max-height: 320px; }
.mm-sub-inner { padding: 4px 0 16px; }
.mm-sub a {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 8px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 15px;
  color: var(--teal-ink);
  letter-spacing: 0.02em;
  min-height: 48px;
  transition: color var(--ease);
}
.mm-sub a:active { color: var(--orange); }
.mm-sub a svg {
  width: 14px; height: 14px;
  fill: none; stroke: currentColor; stroke-width: 1.8;
  stroke-linecap: round; stroke-linejoin: round;
  color: var(--teal-50);
}

/* Category shortcuts rail */
.mm-categories {
  padding: 28px 0 24px;
}
.mm-categories-head {
  padding: 0 22px 14px;
}
.mm-categories-eyebrow {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--orange);
  display: inline-flex; align-items: center; gap: 8px;
}
.mm-categories-eyebrow::before {
  content: ''; width: 20px; height: 2px; background: var(--orange);
  border-radius: var(--r-pill);
}
.mm-categories-scroll {
  display: flex; gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 4px 22px 8px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.mm-categories-scroll::-webkit-scrollbar { display: none; }

.mm-cat {
  position: relative;
  flex: 0 0 200px;
  aspect-ratio: 3 / 4;
  border-radius: 16px;
  overflow: hidden;
  scroll-snap-align: start;
  background: var(--cream-deep);
  display: block;
  color: var(--cream);
  box-shadow: var(--shadow-sm);
  isolation: isolate;
  transition: transform var(--ease);
}
.mm-cat:active { transform: scale(0.98); }
.mm-cat > img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform var(--ease-slow);
}
.mm-cat::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(
    180deg,
    rgba(14, 43, 42, 0) 35%,
    rgba(14, 43, 42, 0.55) 70%,
    rgba(14, 43, 42, 0.9) 100%
  );
  z-index: 1;
  pointer-events: none;
}
.mm-cat__content {
  position: absolute;
  left: 14px; right: 14px; bottom: 14px;
  z-index: 2;
  display: flex; flex-direction: column; gap: 3px;
}
.mm-cat__title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.02;
  letter-spacing: -0.005em;
  color: var(--cream);
  text-transform: uppercase;
}
.mm-cat__desc {
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--peach);
}

/* Drawer block that mirrors the desktop mega's featured card */
.mm-block { padding: 22px 22px 0; }
.mm-block--feature { padding-top: 26px; padding-bottom: 28px; }
.mm-block--feature .mega__eyebrow { margin-left: 0; }
.mm-block--feature .mega__feature { height: auto; }

/* Featured CTA */
.mm-cta {
  margin: 8px 22px 20px;
  padding: 18px 24px;
  background: var(--orange);
  color: var(--white);
  border-radius: var(--r-pill);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  box-shadow: 0 10px 22px rgba(251, 71, 31, 0.22);
  transition: transform var(--ease), background var(--ease);
  min-height: 56px;
}
.mm-cta:active {
  transform: translateY(1px);
  background: var(--orange-deep);
}
.mm-cta svg {
  width: 16px; height: 16px;
  fill: none; stroke: currentColor; stroke-width: 2;
  stroke-linecap: round; stroke-linejoin: round;
  transition: transform var(--ease);
}
.mm-cta:active svg { transform: translateX(3px); }

/* Secondary links */
.mm-secondary {
  padding: 0 22px 20px;
  display: flex; flex-direction: column;
}
.mm-secondary-head {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--teal-50);
  padding: 14px 4px 10px;
  border-top: 1px solid var(--rule-soft);
}
.mm-secondary a {
  display: flex; align-items: center; justify-content: space-between;
  padding: 13px 4px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 14px;
  color: var(--teal-ink);
  letter-spacing: 0.02em;
  min-height: 44px;
  transition: color var(--ease);
}
.mm-secondary a:active { color: var(--orange); }
.mm-secondary a svg {
  width: 14px; height: 14px;
  fill: none; stroke: currentColor; stroke-width: 1.8;
  stroke-linecap: round; stroke-linejoin: round;
  color: var(--teal-50);
}

/* Footer */
.mm-footer {
  margin-top: auto;
  padding: 20px 22px max(28px, env(safe-area-inset-bottom));
  background: var(--cream-deep);
  border-top: 1px solid var(--rule-soft);
  display: flex; flex-direction: column; gap: 14px;
  align-items: center;
}
.mm-social { display: flex; gap: 10px; }
.mm-social a {
  width: 40px; height: 40px;
  border-radius: var(--r-pill);
  border: 1.5px solid var(--rule);
  color: var(--ink);
  display: inline-flex; align-items: center; justify-content: center;
  transition: background var(--ease), border-color var(--ease), color var(--ease);
}
.mm-social a:active {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--white);
}
.mm-social svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.mm-footer-fine {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--teal);
  text-align: center;
}
.mm-footer-fine strong { color: var(--orange); }

/* Body scroll lock (applied to <html>, not body, to avoid iOS jank) */
html.mm-locked {
  overflow: hidden;
  height: 100%;
  touch-action: none;
}

/* Hide the panel entirely on desktop — mega menu handles nav there */
@media (min-width: 901px) {
  .mobile-menu { display: none; }
}

/* ------------------------------------------------------------
   11. HERO (protein-forward, photo-ready)
   ------------------------------------------------------------ */
.hero {
  position: relative;
  background: var(--cream);
  padding: clamp(48px, 6vw, 88px) 0 clamp(64px, 8vw, 120px);
  overflow: hidden;
}
.hero__inner {
  max-width: var(--content);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
}
.hero__left { position: relative; z-index: 2; }
.hero__eyebrow { margin-bottom: 20px; }
.hero__accent {
  display: block;
  font-family: var(--font-accent);
  text-transform: lowercase;
  color: var(--orange);
  font-size: clamp(22px, 2.2vw, 30px);
  margin-bottom: 6px;
  transform: rotate(-2deg);
  transform-origin: left;
}
.hero__title {
  font-family: var(--font-head);
  font-weight: 700;
  color: var(--orange);
  font-size: clamp(54px, 7.6vw, 118px);
  line-height: 0.92;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.hero__title em {
  font-style: normal;
  color: var(--ink);
}
.hero__sub {
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.55;
  color: var(--teal-ink);
  max-width: 480px;
  margin-bottom: 32px;
}
.hero__cta {
  display: flex; gap: 14px; flex-wrap: wrap; align-items: center;
}
.hero__signals {
  display: flex; gap: 28px; flex-wrap: wrap;
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid var(--rule);
}
.hero__signal {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--teal);
}
.hero__signal-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 3px rgba(251, 71, 31, 0.18);
}

/* ============================================================
   HERO STAGE — one anchor image, one overlap, one badge
   Single art-directed composition instead of a collage.
   ============================================================ */
.hero__stage {
  position: relative;
  aspect-ratio: 4 / 5;
  width: 100%;
  max-width: 620px;
  justify-self: end;
}

/* Primary lifestyle image — fills the whole stage */
.hero__photo-primary {
  position: absolute;
  inset: 0;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--cream-deep);
  box-shadow: var(--shadow-lg);
}
.hero__photo-primary > img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform var(--ease-slow);
}
.hero__stage:hover .hero__photo-primary > img { transform: scale(1.02); }
.hero__photo-primary::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(
    180deg,
    rgba(14, 43, 42, 0) 55%,
    rgba(14, 43, 42, 0.32) 100%
  );
  pointer-events: none;
}

/* Overlapping product card — premium paper plate cradling the pack */
.hero__product-card {
  position: absolute;
  right: -24px;
  bottom: -32px;
  width: 46%;
  aspect-ratio: 4 / 5;
  background: var(--paper);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg);
  padding: 24px 22px 20px;
  display: flex; flex-direction: column; align-items: center; justify-content: flex-end;
  z-index: 2;
  transform: rotate(-2deg);
  transform-origin: center bottom;
  transition: transform var(--ease-slow);
}
.hero__stage:hover .hero__product-card { transform: rotate(-1deg) translateY(-4px); }
.hero__product-card img {
  width: 100%;
  height: auto;
  max-height: 78%;
  object-fit: contain;
  margin-bottom: auto;
  filter: drop-shadow(0 18px 22px rgba(14, 43, 42, 0.18));
}
.hero__product-card-meta {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--teal);
  text-align: center;
  padding-top: 8px;
  border-top: 1px solid var(--rule-soft);
  width: 100%;
}

/* Single floating protein badge — anchored to lifestyle image */
.hero__badge {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 3;
  background: var(--orange);
  color: var(--white);
  border-radius: var(--r-pill);
  padding: 14px 20px;
  box-shadow: var(--shadow-md);
  display: inline-flex; align-items: center; gap: 10px;
  transform: rotate(-4deg);
}
.hero__badge-num {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.01em;
}
.hero__badge-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1.1;
  max-width: 70px;
}

@media (max-width: 900px) {
  .hero__stage { max-width: 480px; justify-self: center; aspect-ratio: 1 / 1; }
  .hero__product-card { right: -12px; bottom: -20px; width: 44%; }
}
@media (max-width: 600px) {
  .hero__badge { top: 16px; left: 16px; padding: 10px 16px; }
  .hero__badge-num { font-size: 24px; }
  .hero__product-card { padding: 16px; }
}

/* Hero floating callout */
.hero__callout {
  position: absolute;
  background: var(--white);
  border: 1.5px solid var(--ink);
  border-radius: var(--r-pill);
  padding: 10px 18px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  box-shadow: var(--shadow-sm);
  display: inline-flex; align-items: center; gap: 8px;
  z-index: 3;
}
.hero__callout--protein {
  top: 20px; right: 14px;
  transform: rotate(4deg);
  background: var(--orange); color: var(--white);
  border-color: var(--orange);
}
.hero__callout--seal {
  bottom: 22px; left: -14px;
  transform: rotate(-6deg);
}
.hero__callout-num {
  font-family: var(--font-head);
  font-size: 22px;
  line-height: 1;
}

@media (max-width: 900px) {
  .hero__inner { grid-template-columns: 1fr; }
  .hero__stage { aspect-ratio: 1 / 1; }
  .hero__callout--seal { bottom: 14px; left: 14px; }
}

/* ------------------------------------------------------------
   12. TRUST STRIP — refined icon row
   ------------------------------------------------------------ */
.trust {
  background: var(--cream-soft);
  border-bottom: 1px solid var(--rule-soft);
  padding: 28px 0;
}
.trust__inner {
  max-width: var(--content);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  align-items: center;
}
.trust__item {
  display: flex; align-items: center; justify-content: center;
  gap: 12px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--teal);
  text-align: left;
}
.trust__item svg {
  width: 22px; height: 22px;
  fill: none; stroke: var(--orange); stroke-width: 1.8;
  stroke-linecap: round; stroke-linejoin: round;
  flex-shrink: 0;
}
@media (max-width: 900px) {
  .trust__inner { grid-template-columns: repeat(2, 1fr); gap: 18px 24px; }
}

/* ------------------------------------------------------------
   13. SECTION HEADER
   ------------------------------------------------------------ */
.section-header {
  max-width: 900px;
  margin: 0 auto var(--s-7);
  text-align: center;
}
.section-header--left { margin-left: 0; text-align: left; }
.section-header--split {
  max-width: none;
  display: flex; align-items: center; justify-content: space-between;
  gap: 18px; text-align: left;
  margin-bottom: var(--s-7);
}
/* Title carries its own bottom margin by default; in the split header the
   flex row handles vertical alignment, so drop the trailing gap for balance. */
.section-header--split .section-header__title { margin-bottom: 0; }
.section-header__eyebrow { margin-bottom: 18px; }
.section-header__title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(36px, 5vw, 72px);
  line-height: 0.96;
  color: var(--orange);
  letter-spacing: -0.015em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.section-header__title em { font-style: normal; color: inherit; }
.section-header__subtitle {
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.55;
  color: var(--teal-ink);
  max-width: 620px;
  margin: 0 auto;
}
.section-header--split .section-header__subtitle { margin: 0; max-width: 480px; }
.section-header__line { display: none; }

@media (max-width: 900px) {
  .section-header--split { flex-direction: column; align-items: center; text-align: center; }
  .section-header--split .section-header__subtitle { margin-inline: auto; }
}

/* ------------------------------------------------------------
   14. PRODUCT CARDS
   ------------------------------------------------------------ */
.product-card {
  position: relative;
  background: var(--paper);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform var(--ease), box-shadow var(--ease);
  border: 1px solid var(--rule-soft);
}
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.product-card__image-wrap {
  position: relative;
  aspect-ratio: 1 / 1;
  background: var(--cream-soft);
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  /* Tight frame so the pack photography dominates the card */
  padding: 8px;
}
.product-card--chicken .product-card__image-wrap { background: var(--chicken-light); }
.product-card--duck    .product-card__image-wrap { background: var(--duck-light); }
.product-card--salmon  .product-card__image-wrap { background: var(--salmon-light); }
.product-card__image {
  width: 100%; height: 100%;
  object-fit: contain;
  transition: transform var(--ease-slow);
  filter: drop-shadow(0 18px 22px rgba(14, 43, 42, 0.12));
}
.product-card:hover .product-card__image { transform: scale(1.04) translateY(-4px); }
.product-card__badge {
  position: absolute;
  top: 16px; left: 16px;
  display: inline-flex;
  z-index: 2;
}
.product-card__quick-add {
  position: absolute;
  left: 16px; right: 16px; bottom: 16px;
  opacity: 0; transform: translateY(8px);
  transition: opacity var(--ease), transform var(--ease);
  z-index: 2;
}
.product-card:hover .product-card__quick-add,
.product-card:focus-within .product-card__quick-add {
  opacity: 1; transform: translateY(0);
}
.product-card__quick-add .btn {
  width: 100%; padding: 14px 20px; font-size: 12px;
}
.product-card__content {
  padding: 16px 18px 20px;
  display: flex; flex-direction: column; gap: 6px;
}
.product-card__meta {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--teal-50);
}
.product-card__title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.05;
  text-transform: uppercase;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.product-card__title a { color: inherit; transition: color var(--ease); }
.product-card__title a:hover { color: var(--orange); }
.product-card__description {
  font-size: 14px;
  color: var(--teal-ink);
  line-height: 1.5;
  margin-top: 2px;
}
.product-card__footer {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: 10px;
  padding-top: 16px;
  border-top: 1px solid var(--rule-soft);
}
.product-card__price {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 22px;
  color: var(--ink);
  letter-spacing: 0;
}
.product-card__highlight {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange);
}

/* Quick View overlay button (replaces the old Quick Add overlay) */
.btn--quickview {
  background: var(--paper);
  color: var(--ink);
  border: 1px solid var(--rule);
  box-shadow: var(--shadow-sm);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.btn--quickview:hover {
  background: var(--ink);
  color: var(--white);
  border-color: var(--ink);
}

/* Orange "+" quick-add button in the card footer.
   Toggles to a check briefly when an item is added. */
.product-card__add {
  flex: 0 0 auto;
  width: 40px; height: 40px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: var(--r-pill);
  background: var(--orange);
  color: var(--white);
  transition: transform var(--spring), background var(--ease);
}
.product-card__add:hover { background: var(--orange-hover); transform: translateY(-2px) scale(1.05); }
.product-card__add:active { transform: scale(0.94); }
.product-card__add:focus-visible { outline: 3px solid var(--orange); outline-offset: 2px; }
.product-card__add-icon {
  width: 20px; height: 20px;
  fill: none; stroke: currentColor; stroke-width: 2.4;
  stroke-linecap: round; stroke-linejoin: round;
}
.product-card__add-icon--check { display: none; }
.product-card__add.is-added { background: var(--teal); box-shadow: 0 4px 12px rgba(15, 61, 58, 0.28); }
.product-card__add.is-added .product-card__add-icon--plus { display: none; }
.product-card__add.is-added .product-card__add-icon--check { display: block; }

/* ------------------------------------------------------------
   15. CAROUSEL (best sellers + reviews)
   ------------------------------------------------------------ */
.carousel {
  position: relative;
}
.carousel__viewport {
  overflow: hidden;
  margin: 0 -8px;
  padding: 0 8px;
}
.carousel__track {
  display: flex;
  gap: 24px;
  transition: transform var(--ease-slow);
  will-change: transform;
}
.carousel__slide {
  flex: 0 0 calc((100% - 48px) / 3);
  min-width: 0;
}
@media (max-width: 900px) {
  .carousel__slide { flex-basis: calc((100% - 24px) / 2); }
}
@media (max-width: 600px) {
  .carousel__slide { flex-basis: 82%; }
}
.carousel__controls {
  display: flex; gap: 10px;
  margin-top: 40px;
  justify-content: center;
  align-items: center;
}
.carousel__arrow {
  width: 48px; height: 48px;
  border-radius: var(--r-pill);
  border: 1.5px solid var(--ink);
  color: var(--ink);
  display: inline-flex; align-items: center; justify-content: center;
  transition: background var(--ease), color var(--ease), transform var(--ease);
}
.carousel__arrow:hover:not(:disabled) { background: var(--ink); color: var(--cream); }
.carousel__arrow:disabled { opacity: 0.3; cursor: not-allowed; }
.carousel__arrow svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.carousel__dots { display: flex; gap: 8px; margin: 0 16px; }
.carousel__dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--teal-20);
  transition: background var(--ease), transform var(--ease);
}
.carousel__dot.is-active { background: var(--orange); transform: scale(1.4); }

/* ------------------------------------------------------------
   16. WHY PROTEIN
   ------------------------------------------------------------ */
.protein {
  background: var(--cream-soft);
  padding: clamp(72px, 10vw, 140px) 0;
  position: relative;
}
.protein__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
}
.protein__copy { max-width: 520px; }
.protein__title {
  font-family: var(--font-head); font-weight: 700;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 0.96;
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: -0.015em;
  margin-bottom: 20px;
}
.protein__title em { font-style: normal; color: var(--orange); }
.protein__lead {
  font-size: clamp(16px, 1.1vw, 18px);
  color: var(--teal-ink);
  line-height: 1.6;
  margin-bottom: 22px;
}
.protein__chip {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 14px 20px;
  background: var(--paper);
  border: 1px solid var(--rule-soft);
  border-radius: var(--r-pill);
  box-shadow: var(--shadow-xs);
  font-size: 14px;
  color: var(--teal-ink);
  line-height: 1.3;
}
.protein__chip svg {
  width: 22px; height: 22px;
  fill: none;
  stroke: var(--orange);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.protein__chip strong {
  color: var(--ink);
  font-weight: 700;
}
.protein__stats {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 28px;
}
.protein__stat {
  padding: 22px 24px;
  background: var(--paper);
  border: 1px solid var(--rule-soft);
  border-radius: var(--r-md);
}
.protein__stat-num {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(32px, 3.6vw, 46px);
  color: var(--orange);
  line-height: 1;
  margin-bottom: 6px;
}
.protein__stat-label {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--teal);
}
/* Stacked collage — 2 overlapping images + stat card.
   Primary tall left, smaller overlapping top-right, tight ingredient bottom-left. */
.protein__collage {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  max-width: 560px;
  margin-left: auto;
}
.protein__collage-primary {
  position: absolute;
  inset: 0 32% 16% 0;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--cream-deep);
  box-shadow: var(--shadow-md);
  isolation: isolate;
}
.protein__collage-primary > img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform var(--ease-slow);
}
.protein__collage-primary:hover > img { transform: scale(1.03); }

.protein__collage-secondary {
  position: absolute;
  top: 6%;
  right: -8%;
  width: 52%;
  aspect-ratio: 4 / 5;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--paper);
  border: 8px solid var(--paper);
  box-shadow: var(--shadow-lg);
  z-index: 2;
  transform: rotate(4deg);
  transition: transform var(--ease-slow);
}
.protein__collage-secondary > img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.protein__collage:hover .protein__collage-secondary { transform: rotate(1deg) translateY(-4px); }

.protein__collage-detail {
  position: absolute;
  bottom: 0;
  left: 6%;
  width: 38%;
  aspect-ratio: 1 / 1;
  border-radius: var(--r-pill);
  overflow: hidden;
  background: var(--cream-deep);
  border: 6px solid var(--paper);
  box-shadow: var(--shadow-md);
  z-index: 3;
}
.protein__collage-detail > img { width: 100%; height: 100%; object-fit: cover; display: block; }

.protein__collage-stat {
  position: absolute;
  right: 2%;
  bottom: -4%;
  z-index: 4;
  background: var(--orange);
  color: var(--white);
  border-radius: var(--r-md);
  padding: 22px 26px;
  box-shadow: 0 20px 40px rgba(251, 71, 31, 0.3), var(--shadow-lg);
  min-width: 172px;
  transform: rotate(-4deg);
}
.protein__collage-stat-num {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 52px;
  line-height: 0.9;
  letter-spacing: -0.025em;
  color: var(--white);
  margin-bottom: 6px;
}
.protein__collage-stat-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--white);
  opacity: 0.92;
}

@media (max-width: 900px) {
  .protein__collage { max-width: none; aspect-ratio: 5 / 6; margin: 0 auto; }
  .protein__collage-detail { left: 2%; width: 34%; }
  .protein__collage-stat { right: 2%; padding: 14px 18px; min-width: 130px; }
}

/* Legacy aliases (prevent regressions elsewhere) */
.protein__visual {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  aspect-ratio: 5 / 6;
}
.protein__photo { background: var(--cream-deep); border-radius: var(--r-lg); overflow: hidden; }
.protein__photo img { width: 100%; height: 100%; object-fit: cover; }

.protein__benefits {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.protein__benefit {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  align-items: start;
  padding: 14px 0;
  border-top: 1px solid var(--rule-soft);
}
.protein__benefit:last-child { border-bottom: 1px solid var(--rule-soft); }
.protein__benefit svg {
  width: 28px; height: 28px;
  stroke: var(--orange); fill: none; stroke-width: 1.8;
  stroke-linecap: round; stroke-linejoin: round;
}
.protein__benefit h4 {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 4px;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-family: var(--font-head);
}
.protein__benefit p {
  font-size: 14px;
  line-height: 1.55;
  color: var(--teal-ink);
}

@media (max-width: 900px) {
  .protein__grid { grid-template-columns: 1fr; }
  .protein__visual { order: -1; aspect-ratio: 4 / 3; }
}

/* ------------------------------------------------------------
   17. COLLECTIONS (editorial image-led cards)
   ------------------------------------------------------------ */
.collections {
  padding: clamp(72px, 9vw, 128px) 0;
  background: var(--cream);
}
.collections__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}
.collection {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  display: flex; align-items: flex-end;
  padding: clamp(20px, 2.2vw, 32px);
  color: var(--cream);
  min-height: 340px;
  transition: transform var(--ease-slow), box-shadow var(--ease-slow);
  isolation: isolate;
  background: var(--cream-deep);
}
.collection:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }

/* Real image layer */
.collection__media {
  position: absolute; inset: 0;
  z-index: 0;
  overflow: hidden;
  background: var(--cream-deep);
}
.collection__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform var(--ease-slow);
}
.collection:hover .collection__media img { transform: scale(1.06); }

/* Readable gradient overlay — stronger at bottom so text stays legible */
.collection::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(
    180deg,
    rgba(14, 43, 42, 0) 30%,
    rgba(14, 43, 42, 0.55) 72%,
    rgba(14, 43, 42, 0.92) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.collection__body {
  position: relative; z-index: 2;
  display: flex; flex-direction: column;
  max-width: 100%;
  width: 100%;
  gap: 6px;
}
.collection__eyebrow {
  font-family: var(--font-accent);
  text-transform: lowercase;
  font-size: clamp(16px, 1.4vw, 20px);
  color: var(--peach);
  line-height: 1;
  margin-bottom: 6px;
}
.collection__title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(24px, 2.6vw, 36px);
  text-transform: uppercase;
  color: var(--cream);
  line-height: 0.98;
  letter-spacing: -0.005em;
  max-width: 100%;
  overflow-wrap: break-word;
  hyphens: auto;
}
.collection__desc {
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1.5;
  color: rgba(245, 239, 227, 0.92);
  margin-top: 6px;
  max-width: 340px;
}
.collection__cta {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--cream);
  padding-bottom: 4px;
  border-bottom: 1.5px solid var(--cream);
  margin-top: 18px;
  width: fit-content;
}
.collection__cta::after { content: '→'; transition: transform var(--ease); }
.collection:hover .collection__cta::after { transform: translateX(6px); }

/* Count tag (top-right) */
.collection__count {
  position: absolute;
  top: 18px; right: 18px;
  z-index: 2;
  background: rgba(255, 253, 248, 0.94);
  color: var(--ink);
  padding: 7px 12px;
  border-radius: var(--r-pill);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* Hero panel scales titles up only here */
.collection--jerky .collection__title {
  font-size: clamp(34px, 4vw, 56px);
}
.collection--jerky .collection__desc {
  font-size: clamp(14px, 1.1vw, 17px);
  max-width: 420px;
}

/* Grid spans — editorial composition */
.collection--jerky {
  grid-column: span 7;
  grid-row: span 2;
  min-height: 560px;
}
.collection--functional { grid-column: span 5; min-height: 270px; }
.collection--kabobs { grid-column: span 5; min-height: 270px; }
.collection--wraps { grid-column: span 7; min-height: 340px; }

@media (max-width: 1100px) {
  .collections__grid { grid-template-columns: repeat(2, 1fr); }
  .collection { grid-column: span 1 !important; grid-row: auto !important; min-height: 340px; }
  .collection--jerky { min-height: 400px; }
  .collection--jerky .collection__title { font-size: clamp(32px, 4vw, 44px); }
}
@media (max-width: 600px) {
  .collections__grid { grid-template-columns: 1fr; }
  .collection { padding: 22px; min-height: 280px; }
  .collection__title { font-size: clamp(24px, 6vw, 32px); }
}

/* Legacy collection-card (simple single image) */
.collection-card {
  position: relative;
  display: flex; align-items: flex-end;
  aspect-ratio: 4 / 5;
  padding: 24px;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--cream-deep) center / cover no-repeat;
  color: var(--cream);
  transition: transform var(--ease), box-shadow var(--ease);
}
.collection-card::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(14, 43, 42, 0) 45%, rgba(14, 43, 42, 0.75) 100%);
}
.collection-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.collection-card__content { position: relative; z-index: 1; }
.collection-card__title {
  font-family: var(--font-head); font-weight: 700;
  font-size: 28px; text-transform: uppercase;
  color: var(--cream); margin-bottom: 4px;
}
.collection-card__count {
  font-size: 12px; letter-spacing: 0.16em;
  text-transform: uppercase; font-weight: 600;
  color: var(--peach);
}

/* ------------------------------------------------------------
   18. STATS / SOCIAL PROOF (cream surface — teal text only)
   ------------------------------------------------------------ */
.stats {
  background: var(--cream-soft);
  color: var(--teal-ink);
  padding: clamp(80px, 10vw, 144px) 0;
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--rule-soft);
  border-bottom: 1px solid var(--rule-soft);
}
/* Subtle teal hairline texture — pure structure, no pattern */
.stats::before {
  content: '';
  position: absolute; inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(15, 61, 58, 0.03) 0%, transparent 30%),
    linear-gradient(0deg, rgba(15, 61, 58, 0.03) 0%, transparent 30%);
}
/* Orange radial glow bottom-right */
.stats::after {
  content: '';
  position: absolute;
  right: -160px; bottom: -200px;
  width: 560px; height: 560px;
  background: radial-gradient(circle, rgba(251, 71, 31, 0.12) 0%, transparent 65%);
  z-index: 0;
  pointer-events: none;
}
.stats__grid {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  text-align: center;
}
.stats__item {
  padding: 24px 20px;
  border-left: 1px solid var(--rule-soft);
  display: flex; flex-direction: column; gap: 14px;
  align-items: center;
}
.stats__item:first-child { border-left: none; }
.stats__num {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(64px, 8vw, 120px);
  color: var(--ink);
  line-height: 0.88;
  letter-spacing: -0.03em;
  margin: 0;
  display: inline-flex;
  align-items: flex-start;
}
.stats__num em {
  font-style: normal;
  color: var(--orange);
  font-size: 0.75em;
  margin-left: 2px;
  line-height: 0.9;
}
.stats__label {
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--teal);
  max-width: 140px;
  line-height: 1.4;
}
@media (max-width: 900px) {
  .stats__grid { grid-template-columns: repeat(2, 1fr); }
  .stats__item:nth-child(3) { border-left: none; }
  .stats__item:nth-child(n+3) { border-top: 1px solid var(--rule-soft); }
}
@media (max-width: 520px) {
  .stats__grid { grid-template-columns: repeat(2, 1fr); }
  .stats__item { padding: 26px 12px; }
  .stats__item:nth-child(even) { border-left: 1px solid var(--rule-soft); }
  .stats__item:nth-child(odd) { border-left: none; }
  .stats__num { font-size: clamp(40px, 12vw, 56px); }
}

/* Orange social-proof variant — brand-forward, fully accessible on orange.
   White numerals + cream accents on #FB471F clear WCAG AA for large text. */
.stats--orange {
  background: var(--orange);
  color: var(--white);
  border-top: none;
  border-bottom: none;
}
.stats--orange::before { display: none; }
.stats--orange::after {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.14) 0%, transparent 65%);
}
.stats--orange .section-header__title { color: var(--white); }
.stats--orange .section-header__title em { color: var(--cream); }
.stats--orange .stats__item { border-left-color: rgba(255, 255, 255, 0.28); }
.stats--orange .stats__num { color: var(--white); }
.stats--orange .stats__num em { color: var(--cream); }
.stats--orange .stats__label { color: rgba(255, 255, 255, 0.92); }
@media (max-width: 900px) {
  .stats--orange .stats__item:nth-child(n+3) { border-top-color: rgba(255, 255, 255, 0.28); }
}
@media (max-width: 520px) {
  .stats--orange .stats__item + .stats__item { border-top-color: rgba(255, 255, 255, 0.28); }
}

/* Legacy proof-bar fallback */
.proof-bar__inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.proof-bar__number { font-family: var(--font-head); font-size: clamp(36px, 4vw, 64px); color: var(--orange); display: block; }
.proof-bar__label { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--teal); font-weight: 700; }
@media (max-width: 600px) { .proof-bar__inner { grid-template-columns: repeat(2, 1fr); } }

/* ------------------------------------------------------------
   19. REVIEWS
   ------------------------------------------------------------ */
.reviews {
  padding: clamp(64px, 9vw, 128px) 0;
  background: var(--cream);
}
.review {
  position: relative;
  background: var(--paper);
  border: 1px solid var(--rule-soft);
  border-radius: var(--r-lg);
  padding: 36px 32px 32px;
  display: flex; flex-direction: column; gap: 14px;
  transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease);
}
.review:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--rule);
}
.review__stars {
  color: var(--orange);
  letter-spacing: 3px;
  font-size: 14px;
  margin-bottom: 2px;
  position: relative;
  z-index: 1;
}
.review__quote {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(20px, 1.8vw, 26px);
  line-height: 1.15;
  color: var(--ink);
  text-transform: none;
  letter-spacing: -0.005em;
  position: relative;
  z-index: 1;
}
.review__text {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--teal-ink);
  font-style: normal;
  position: relative;
  z-index: 1;
}
.review__author {
  display: flex; align-items: center; gap: 14px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--rule-soft);
}
/* Featured review — first in the grid gets a warm surface */
.review__avatar {
  width: 44px; height: 44px;
  border-radius: var(--r-pill);
  background: var(--orange);
  color: var(--white);
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 16px;
  font-family: var(--font-head);
  text-transform: uppercase;
  overflow: hidden;
  flex-shrink: 0;
}
.review__avatar img { width: 100%; height: 100%; object-fit: cover; }
.review__who {
  display: flex; flex-direction: column;
}
.review__name {
  font-weight: 700;
  font-size: 14px;
  color: var(--ink);
}
.review__pet {
  font-size: 12px;
  color: var(--teal-50);
  letter-spacing: 0.04em;
}

/* Legacy testimonial-card compatibility */
.testimonial-card {
  background: var(--paper);
  border: 1px solid var(--rule-soft);
  border-radius: var(--r-lg);
  padding: 32px;
  text-align: left;
}
.testimonial-card__stars { color: var(--orange); margin-bottom: 14px; letter-spacing: 2px; }
.testimonial-card__text {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(20px, 1.8vw, 26px);
  line-height: 1.25;
  color: var(--ink);
  margin-bottom: 18px;
  font-style: normal;
  text-transform: none;
}
.testimonial-card__author-info { display: flex; align-items: center; gap: 14px; }
.testimonial-card__avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--orange); color: var(--white);
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700; font-family: var(--font-head);
}
.testimonial-card__author { font-weight: 700; color: var(--ink); font-size: 14px; }
.testimonial-card__pet { font-size: 12px; color: var(--teal-50); }
.testimonial-card__quote { display: none; }
.testimonials__slider { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonials__slider .testimonial-card[hidden] { display: block; }
.testimonials__dots { display: flex; gap: 8px; justify-content: center; margin-top: 24px; }
.testimonials__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--teal-20); }
.testimonials__dot.is-active { background: var(--orange); }
@media (max-width: 900px) { .testimonials__slider { grid-template-columns: 1fr; } }

/* ------------------------------------------------------------
   20. NEWSLETTER / EMAIL CAPTURE
   ------------------------------------------------------------ */
.newsletter {
  background: var(--orange);
  color: var(--white);
  padding: clamp(72px, 9vw, 120px) 0;
  position: relative;
  overflow: hidden;
}
.newsletter__inner {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 var(--gutter);
  text-align: center;
  position: relative;
  z-index: 1;
}
.newsletter .eyebrow { color: var(--cream); }
.newsletter .eyebrow::before { background: var(--cream); }
.newsletter__title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(48px, 6.5vw, 96px);
  line-height: 0.92;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}
.newsletter__desc {
  font-size: clamp(15px, 1.1vw, 18px);
  color: rgba(255, 253, 248, 0.92);
  max-width: 540px;
  margin: 0 auto 36px;
  line-height: 1.55;
}
.newsletter__form {
  display: flex;
  gap: 6px;
  max-width: 540px;
  margin: 0 auto;
  padding: 6px;
  background: var(--white);
  border-radius: var(--r-pill);
  box-shadow:
    0 1px 2px rgba(14, 43, 42, 0.08),
    0 20px 44px rgba(14, 43, 42, 0.18);
}
.newsletter__input {
  flex: 1;
  padding: 16px 22px;
  border: none;
  border-radius: var(--r-pill);
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  background: transparent;
  outline: none;
  letter-spacing: 0.01em;
}
.newsletter__input::placeholder {
  color: var(--teal-50);
  font-weight: 500;
}
.newsletter__form .btn {
  border-radius: var(--r-pill);
  padding: 16px 28px;
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
  font-size: 13px;
  letter-spacing: 0.12em;
  transition: background var(--ease), color var(--ease), transform var(--ease);
  flex-shrink: 0;
}
.newsletter__form .btn:hover {
  background: var(--cream);
  color: var(--ink);
  border-color: var(--cream);
  transform: translateY(-1px);
}
.newsletter__fine {
  margin-top: 22px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255, 253, 248, 0.72);
}

@media (max-width: 600px) {
  .newsletter__form { flex-direction: column; background: transparent; box-shadow: none; padding: 0; }
  .newsletter__input { background: var(--white); padding: 16px 22px; }
}

/* ------------------------------------------------------------
   21. FOOTER (cream-deep surface — teal text, orange accents)
   ------------------------------------------------------------ */
.footer {
  background: var(--cream-deep);
  color: var(--teal-ink);
  padding-top: clamp(64px, 7vw, 96px);
  border-top: 1px solid var(--rule-soft);
}
.footer__top {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 1fr);
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--rule-soft);
}
.footer__brand { max-width: 380px; }
.footer__logo {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 34px;
  letter-spacing: 0.02em;
  color: var(--ink);
  display: inline-flex; gap: 6px;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.footer__logo span { color: var(--orange); }
.footer__logo .brand-logo {
  display: block;
  height: 30px;
  width: auto;
}
.footer__text {
  font-size: 14px;
  line-height: 1.6;
  color: var(--teal-ink);
  margin-bottom: 20px;
}
.footer__social { display: flex; gap: 10px; }
.footer__social-link {
  width: 40px; height: 40px;
  border-radius: var(--r-pill);
  border: 1.5px solid var(--rule);
  color: var(--ink);
  display: inline-flex; align-items: center; justify-content: center;
  transition: background var(--ease), border-color var(--ease), color var(--ease), transform var(--ease);
}
.footer__social-link:hover { background: var(--orange); border-color: var(--orange); color: var(--white); transform: translateY(-2px); }
.footer__social-link svg { width: 18px; height: 18px; fill: currentColor; stroke: none; }

.footer__heading {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 20px;
}
.footer__links { display: flex; flex-direction: column; gap: 12px; }
.footer__link {
  font-size: 14px;
  color: var(--teal-ink);
  transition: color var(--ease);
}
.footer__link:hover { color: var(--orange); }

.footer__newsletter-form {
  display: flex; gap: 8px; margin-top: 6px;
  padding: 4px;
  background: var(--paper);
  border: 1px solid var(--rule-soft);
  border-radius: var(--r-pill);
}
.footer__newsletter-input {
  flex: 1;
  padding: 10px 14px;
  border-radius: var(--r-pill);
  border: none;
  background: transparent;
  color: var(--ink);
  font-size: 14px;
  outline: none;
}
.footer__newsletter-input::placeholder { color: var(--teal-50); }
.footer__newsletter-form .btn { padding: 10px 18px; font-size: 12px; border-radius: var(--r-pill); }

.footer__bottom {
  padding: 24px 0;
  border-top: 1px solid var(--rule-soft);
  margin-top: 48px;
}
.footer__bottom-inner {
  max-width: var(--content);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px;
  font-size: 12px;
  color: var(--teal);
}
.footer__bottom-inner p { font-size: 12px; }
.footer__legal-links { display: flex; gap: 24px; }
.footer__legal-link {
  font-size: 12px;
  color: var(--teal);
  transition: color var(--ease);
}
.footer__legal-link:hover { color: var(--orange); }

.footer__grid { /* legacy container */
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 1fr);
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(245, 239, 227, 0.1);
}

@media (max-width: 900px) {
  .footer__top, .footer__grid { grid-template-columns: 1fr 1fr; gap: 40px 24px; }
  .footer__brand { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  .footer__top, .footer__grid { grid-template-columns: 1fr; }
  .footer__bottom-inner { flex-direction: column; align-items: flex-start; }
}

/* ------------------------------------------------------------
   22. CART DRAWER + OVERLAY
   ------------------------------------------------------------ */
.cart-overlay {
  position: fixed; inset: 0;
  background: rgba(14, 43, 42, 0.6);
  opacity: 0; pointer-events: none;
  transition: opacity var(--ease);
  z-index: 300;
}
.cart-overlay.is-open { opacity: 1; pointer-events: auto; }

.slide-cart {
  position: fixed; top: 0; right: 0; bottom: 0;
  width: min(460px, 100vw);
  background: var(--cream);
  box-shadow: -24px 0 60px rgba(14, 43, 42, 0.18);
  transform: translateX(100%);
  transition: transform var(--ease-slow);
  z-index: 400;
  display: flex; flex-direction: column;
}
.slide-cart.is-open { transform: translateX(0); }
.slide-cart__header {
  padding: 20px 24px;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--rule-soft);
}
.slide-cart__title {
  font-family: var(--font-head);
  font-size: 22px;
  color: var(--ink);
  text-transform: uppercase;
  margin: 0;
}
.slide-cart__close {
  font-size: 24px;
  color: var(--ink);
  width: 36px; height: 36px;
  border-radius: var(--r-pill);
  display: inline-flex; align-items: center; justify-content: center;
  transition: background var(--ease);
}
.slide-cart__close:hover { background: var(--teal-06); }
.slide-cart__body {
  flex: 1; overflow-y: auto;
  padding: 20px 24px;
}
.slide-cart__footer {
  padding: 20px 24px;
  border-top: 1px solid var(--rule-soft);
  background: var(--paper);
}
.slide-cart__subtotal {
  display: flex; justify-content: space-between; margin-bottom: 14px;
  font-weight: 700; font-size: 15px;
  color: var(--ink);
}

.free-shipping-bar {
  margin-bottom: 20px;
  padding: 16px;
  background: var(--paper);
  border-radius: var(--r-md);
  border: 1px solid var(--rule-soft);
}
.free-shipping-bar__text {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 10px;
  text-align: center;
}
.free-shipping-bar__track {
  height: 6px;
  background: var(--teal-10);
  border-radius: var(--r-pill);
  overflow: hidden;
}
.free-shipping-bar__fill {
  height: 100%;
  background: var(--orange);
  border-radius: var(--r-pill);
  transition: width var(--ease-slow);
}

.cart-empty {
  text-align: center;
  padding: 48px 16px;
}
.cart-empty__icon { font-size: 54px; margin-bottom: 16px; }
.cart-empty__title {
  font-family: var(--font-head);
  font-size: 22px;
  color: var(--ink);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.cart-empty__message {
  font-size: 14px;
  color: var(--teal-ink);
  margin-bottom: 24px;
  line-height: 1.5;
}

/* ------------------------------------------------------------
   Cart line items — slide-out drawer product cards
   ------------------------------------------------------------ */
.cart-items { display: flex; flex-direction: column; gap: 14px; }
.cart-item {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 14px;
  padding: 12px;
  background: var(--paper);
  border: 1px solid var(--rule-soft);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-xs);
  transition: box-shadow var(--ease), border-color var(--ease);
}
.cart-item:hover { box-shadow: var(--shadow-sm); border-color: var(--rule); }
.cart-item__image {
  width: 76px; height: 76px;
  border-radius: var(--r-sm);
  background: var(--cream-soft);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  padding: 6px;
}
.cart-item__image img { width: 100%; height: 100%; object-fit: contain; }
.cart-item__details { display: flex; flex-direction: column; min-width: 0; }
.cart-item__head {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 8px;
}
.cart-item__title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 15px;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: -0.005em;
  color: var(--ink);
}
.cart-item__remove {
  flex: 0 0 auto;
  width: 26px; height: 26px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: var(--r-pill);
  color: var(--teal-50);
  transition: background var(--ease), color var(--ease);
}
.cart-item__remove svg {
  width: 13px; height: 13px;
  fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round;
}
.cart-item__remove:hover { background: var(--orange); color: var(--white); }
.cart-item__variant {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  font-weight: 600; color: var(--teal-50);
  margin-top: 3px;
}
.cart-item__bottom {
  margin-top: auto;
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 12px;
}
.cart-item__quantity {
  display: inline-flex; align-items: center;
  border: 1px solid var(--rule);
  border-radius: var(--r-pill);
  overflow: hidden;
  background: var(--cream-soft);
}
.cart-item__qty-btn {
  width: 28px; height: 28px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 16px; line-height: 1; color: var(--ink);
  transition: background var(--ease), color var(--ease);
}
.cart-item__qty-btn:hover { background: var(--orange); color: var(--white); }
.cart-item__qty-value {
  min-width: 30px; text-align: center;
  font-weight: 700; font-size: 14px; color: var(--ink);
}
.cart-item__price {
  font-family: var(--font-head); font-weight: 700;
  font-size: 17px; color: var(--ink);
}

.cart-line {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--rule-soft);
  align-items: center;
}
.cart-line__image {
  width: 72px; height: 72px;
  border-radius: var(--r-sm);
  background: var(--paper);
  overflow: hidden;
}
.cart-line__image img { width: 100%; height: 100%; object-fit: contain; padding: 6px; }
.cart-line__title {
  font-weight: 700;
  font-size: 14px;
  color: var(--ink);
  line-height: 1.3;
}
.cart-line__variant { font-size: 12px; color: var(--teal-50); margin-top: 2px; }
.cart-line__qty {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 8px;
  border: 1px solid var(--rule);
  border-radius: var(--r-pill);
  padding: 4px 6px;
  font-size: 13px;
  width: fit-content;
}
.cart-line__qty button { padding: 4px 8px; color: var(--ink); font-size: 14px; }
.cart-line__remove { font-size: 12px; color: var(--teal-50); margin-top: 4px; }
.cart-line__remove:hover { color: var(--orange); }
.cart-line__price { font-weight: 700; color: var(--ink); font-size: 14px; }

/* ------------------------------------------------------------
   23. TOAST / LIGHTBOX
   ------------------------------------------------------------ */
.toast-container {
  position: fixed; top: 20px; right: 20px;
  display: flex; flex-direction: column; gap: 10px;
  z-index: 600;
}
.toast {
  background: var(--ink);
  color: var(--cream);
  padding: 14px 20px;
  border-radius: var(--r-md);
  font-size: 14px; font-weight: 600;
  box-shadow: var(--shadow-md);
  opacity: 0; transform: translateY(-10px);
  transition: opacity var(--ease), transform var(--ease);
}
.toast.is-visible { opacity: 1; transform: translateY(0); }
.toast--cart { background: var(--orange); }

.lightbox {
  position: fixed; inset: 0;
  background: rgba(14, 43, 42, 0.96);
  z-index: 700;
  display: none; align-items: center; justify-content: center;
}
.lightbox.is-open { display: flex; }
.lightbox__image { max-width: 90vw; max-height: 85vh; object-fit: contain; }
.lightbox__close, .lightbox__nav {
  position: absolute;
  width: 48px; height: 48px;
  border-radius: var(--r-pill);
  background: rgba(245, 239, 227, 0.1);
  color: var(--cream);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 24px;
}
.lightbox__close { top: 20px; right: 20px; }
.lightbox__nav--prev { left: 20px; top: 50%; transform: translateY(-50%); }
.lightbox__nav--next { right: 20px; top: 50%; transform: translateY(-50%); }

/* ------------------------------------------------------------
   24. BREADCRUMBS
   ------------------------------------------------------------ */
.breadcrumbs {
  padding: 24px 0 8px;
  background: var(--cream);
}
.breadcrumbs__list {
  display: flex; flex-wrap: wrap;
  gap: 6px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal-50);
  font-weight: 600;
}
.breadcrumbs__link { color: var(--teal-50); transition: color var(--ease); }
.breadcrumbs__link:hover { color: var(--orange); }
.breadcrumbs__separator { color: var(--teal-20); margin: 0 4px; }
.breadcrumbs__current { color: var(--ink); }

/* ------------------------------------------------------------
   25. PRODUCT DETAIL PAGE
   ------------------------------------------------------------ */
.product-page {
  padding: 28px 0 clamp(56px, 7vw, 96px);
  background: var(--cream);
}
.product-page__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: flex-start;
}
@media (max-width: 900px) {
  .product-page__layout { grid-template-columns: 1fr; }
}

/* Gallery */
.product-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  position: sticky;
  top: calc(var(--nav-h) + 20px);
}
.product-gallery__main {
  position: relative;
  background: var(--paper);
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 1 / 1;
  display: flex; align-items: center; justify-content: center;
  padding: 16px;
  border: 1px solid var(--rule-soft);
  transition: padding var(--ease), background var(--ease);
}
.product-gallery__main img {
  width: 100%; height: 100%;
  object-fit: contain;
  transform: scale(1);
  filter: drop-shadow(0 30px 38px rgba(14, 43, 42, 0.14));
  transition: transform var(--ease-slow);
}
.product-gallery__main:hover img { transform: scale(1.18); }

/* Lifestyle photo view — fill the frame, kill the drop shadow */
.product-gallery__main--lifestyle {
  padding: 0;
  background: var(--cream-deep);
}
.product-gallery__main--lifestyle img {
  width: 100%; height: 100%;
  max-width: none; max-height: none;
  object-fit: cover;
  filter: none;
}
.product-gallery__thumbs {
  display: flex; flex-direction: row;
  order: 2;
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 4px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.product-gallery__thumbs::-webkit-scrollbar { display: none; }
.product-gallery__thumb {
  flex: 0 0 auto;
  width: 84px; height: 84px;
  scroll-snap-align: start;
  border-radius: var(--r-md);
  background: var(--paper);
  border: 1.5px solid var(--rule-soft);
  padding: 10px;
  display: flex; align-items: center; justify-content: center;
  transition: border-color var(--ease), transform var(--ease);
  overflow: hidden;
}
.product-gallery__thumb img { max-width: 100%; max-height: 100%; object-fit: contain; }
.product-gallery__thumb:hover { border-color: var(--teal); }
.product-gallery__thumb.is-active { border-color: var(--orange); }

/* Magnifier */
.product-gallery__main { cursor: zoom-in; }
.magnifier-lens {
  position: absolute;
  width: 180px; height: 180px;
  border-radius: var(--r-pill);
  border: 2px solid var(--white);
  box-shadow: 0 0 0 1px rgba(14, 43, 42, 0.25), 0 12px 36px rgba(14, 43, 42, 0.28);
  pointer-events: none;
  opacity: 0;
  transition: opacity var(--ease);
  background-repeat: no-repeat;
  background-color: var(--paper);
  z-index: 3;
}
.magnifier-lens.is-active { opacity: 1; }
.magnifier-hint {
  position: absolute;
  top: 16px; right: 16px;
  z-index: 2;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px;
  background: rgba(255, 253, 248, 0.92);
  border-radius: var(--r-pill);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ink);
  pointer-events: none;
  transition: opacity var(--ease);
}
.magnifier-hint svg {
  width: 14px; height: 14px;
  fill: none; stroke: currentColor; stroke-width: 2;
  stroke-linecap: round; stroke-linejoin: round;
}
.product-gallery__main:hover .magnifier-hint { opacity: 0; }
@media (max-width: 720px) {
  .magnifier-lens, .magnifier-hint { display: none; }
}

@media (max-width: 900px) {
  .product-page { padding: 20px 0 clamp(40px, 6vw, 64px); }
  .product-gallery { position: static; }
  .product-gallery__thumb { width: 72px; height: 72px; }
  .product-gallery__main { padding: 12px; }
  .product-info__title { font-size: clamp(30px, 7vw, 44px); }
  /* Buy row stacks: full-width add-to-cart underneath the qty selector. */
  .product-info__buy {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .product-info__buy .quantity-selector { justify-self: start; margin-bottom: 0; }
  .product-info__buy .btn--add-to-cart { width: 100%; }
}
@media (max-width: 600px) {
  .product-info__price { font-size: 28px; }
  .variant-selector__btn { padding: 12px 16px; font-size: 12px; }
}

/* Info */
.product-info { padding-top: 8px; }
.product-info__badges {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-bottom: 20px;
}
.product-info__title {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: clamp(36px, 4.5vw, 60px);
  line-height: 0.96;
  letter-spacing: -0.015em;
  /* Matches the title color printed on each bag (duck teal, chicken/salmon dark red) */
  color: var(--pdp-deep);
  text-transform: uppercase;
  margin-bottom: 12px;
}
.product-info__rating {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 600;
  color: var(--teal);
}
.product-info__rating-stars { color: var(--orange); letter-spacing: 2px; font-size: 14px; }
.product-info__price {
  font-family: var(--font-head);
  font-size: 34px;
  color: var(--ink);
  letter-spacing: 0;
}
.product-info__desc {
  padding-top: 28px;
  font-size: 16px;
  line-height: 1.62;
  color: var(--teal-ink);
  margin-bottom: 28px;
}

/* Benefit icons (PDP) */
.benefit-icons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 32px;
  padding: 22px;
  background: var(--cream-soft);
  border: 1px solid var(--rule-soft);
  border-radius: var(--r-md);
}
.benefit-icon {
  display: flex; align-items: center; gap: 10px;
  font-size: 13px;
  font-weight: 700;
  color: var(--teal);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.benefit-icon__emoji {
  width: 30px; height: 30px;
  background: var(--paper);
  border-radius: var(--r-pill);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 15px;
  border: 1px solid var(--rule-soft);
}
/* Phones: one benefit per row, tighter box. (The old stacking rule sat before
   the base rule and lost the cascade, so phones still got the 2-col grid
   with wrapping labels. Aug 28.) */
@media (max-width: 900px) {
  .benefit-icons { grid-template-columns: 1fr; gap: 8px; padding: 14px 16px; margin-bottom: 26px; }
  .benefit-icon { font-size: 12px; letter-spacing: 0.08em; }
  .benefit-icon__emoji { width: 28px; height: 28px; flex: none; }
}

/* Variant selector */
.variant-selector { margin-bottom: 22px; }
.variant-selector__label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--teal);
  margin-bottom: 10px;
}
.variant-selector__options { display: flex; gap: 10px; flex-wrap: wrap; }
.variant-selector__btn {
  min-width: 72px;
  padding: 14px 20px;
  border: 1.5px solid var(--rule);
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 13px;
  color: var(--ink);
  background: var(--paper);
  transition: border-color var(--ease), background var(--ease), color var(--ease);
}
.variant-selector__btn:hover { border-color: var(--ink); }
.variant-selector__btn.is-active {
  background: var(--ink); color: var(--cream); border-color: var(--ink);
}

/* Quantity */
.quantity-selector {
  display: inline-flex; align-items: center;
  border: 1.5px solid var(--rule);
  border-radius: var(--r-pill);
  padding: 4px;
  margin-bottom: 22px;
}
.quantity-selector__btn {
  width: 38px; height: 38px;
  border-radius: var(--r-pill);
  color: var(--ink);
  font-size: 16px;
  transition: background var(--ease);
}
.quantity-selector__btn:hover { background: var(--teal-06); }
.quantity-selector__value {
  width: 44px;
  text-align: center;
  background: transparent;
  border: none;
  font-weight: 700;
  color: var(--ink);
  font-size: 15px;
  outline: none;
  -moz-appearance: textfield;
}
.quantity-selector__value::-webkit-outer-spin-button,
.quantity-selector__value::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.product-info__buy {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
}
.product-info__trust {
  display: flex; flex-wrap: wrap; gap: 14px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--rule-soft);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--teal);
}
.product-info__trust-item { display: inline-flex; align-items: center; gap: 8px; }
.product-info__trust-item::before {
  content: '✓'; color: var(--orange); font-weight: 700;
}

/* Product tabs */
.product-tabs {
  padding: clamp(48px, 6vw, 80px) 0;
  background: var(--cream-soft);
  border-top: 1px solid var(--rule-soft);
  border-bottom: 1px solid var(--rule-soft);
}
.product-tabs__nav {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--rule);
}
.product-tabs__tab {
  padding: 14px 6px;
  margin-right: 20px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--teal-50);
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  transition: color var(--ease), border-color var(--ease);
}
.product-tabs__tab:hover { color: var(--ink); }
.product-tabs__tab.is-active { color: var(--ink); border-color: var(--orange); }
.product-tabs__panel {
  display: none;
  max-width: 880px;
}
.product-tabs__panel.is-active { display: block; }
.product-tabs__panel h3 {
  font-family: var(--font-head);
  font-size: clamp(22px, 2vw, 28px);
  color: var(--ink);
  text-transform: capitalize;
  margin-bottom: 14px;
  margin-top: 24px;
}
.product-tabs__panel h3:first-child { margin-top: 0; }
.product-tabs__panel p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--teal-ink);
  margin-bottom: 14px;
}
.product-tabs__panel ul {
  list-style: none;
  margin-top: 14px;
}
.product-tabs__panel li {
  padding: 10px 0 10px 28px;
  border-bottom: 1px solid var(--rule-soft);
  position: relative;
  font-size: 15px;
  color: var(--teal-ink);
}
.product-tabs__panel li::before {
  content: '';
  position: absolute;
  left: 0; top: 18px;
  width: 14px; height: 2px;
  background: var(--orange);
  border-radius: var(--r-pill);
}

.related-products { padding: clamp(64px, 8vw, 112px) 0; background: var(--cream); }

/* ------------------------------------------------------------
   26. UTILITIES / ANIMATIONS
   ------------------------------------------------------------ */
.animate-on-scroll { opacity: 0; transform: translateY(16px); transition: opacity var(--ease-slow), transform var(--ease-slow); }
.animate-on-scroll.is-visible { opacity: 1; transform: translateY(0); }
.stagger-children > * { opacity: 0; transform: translateY(16px); transition: opacity var(--ease-slow), transform var(--ease-slow); }
.stagger-children.is-visible > * { opacity: 1; transform: translateY(0); }
.stagger-children.is-visible > *:nth-child(1) { transition-delay: 0ms; }
.stagger-children.is-visible > *:nth-child(2) { transition-delay: 80ms; }
.stagger-children.is-visible > *:nth-child(3) { transition-delay: 160ms; }
.stagger-children.is-visible > *:nth-child(4) { transition-delay: 240ms; }

.icon { width: 20px; height: 20px; }
.icon--brand { color: var(--orange); }

/* Hide emoji fallbacks when we have custom icons */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ------------------------------------------------------------
   27. RESPONSIVE ADJUSTMENTS
   ------------------------------------------------------------ */
@media (max-width: 600px) {
  :root { --gutter: 20px; }
  .hero__cta .btn { width: 100%; }
  .hero__signals { gap: 16px; }
  .product-info__buy { grid-template-columns: 1fr; }
  .section-header__title, .newsletter__title { font-size: clamp(32px, 9vw, 48px); }
}

/* ============================================================
   28. SUBPAGE PATCHES
   Covers collection.html, collections.html, about.html.
   These use .hero__content (not .hero__inner), so they opt into
   a simple centered page-banner hero without conflicting with
   the homepage hero which uses .hero__inner/.hero__left.
   ============================================================ */

/* ---- Page banner hero (collection / collections / about) ---- */
.hero--collection,
.hero--about {
  padding: clamp(56px, 7vw, 96px) 0 clamp(48px, 5vw, 72px);
  background: var(--cream);
  border-bottom: 1px solid var(--rule-soft);
  text-align: center;
}
.hero--collection .hero__content,
.hero--about .hero__content {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.hero--collection .hero__eyebrow,
.hero--about .hero__eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--orange);
}
.hero--collection .hero__eyebrow::before,
.hero--about .hero__eyebrow::before {
  content: '';
  width: 22px; height: 2px;
  background: var(--orange);
  border-radius: var(--r-pill);
}
.hero--collection .hero__title,
.hero--about .hero__title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(40px, 6vw, 88px);
  line-height: 0.96;
  letter-spacing: -0.015em;
  color: var(--ink);
  text-transform: uppercase;
  margin: 0;
}
.hero--collection .hero__subtitle,
.hero--about .hero__subtitle {
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.55;
  color: var(--teal-ink);
  max-width: 620px;
  margin: 0;
}

/* ---- Collection page (collection.html) ---- */
.collection-page {
  padding: clamp(32px, 4vw, 56px) 0 clamp(64px, 8vw, 112px);
  background: var(--cream);
}
.collection-page__layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 48px;
  align-items: flex-start;
}
.collection-page__main { min-width: 0; }
/* Filters parked while the catalog is small — pairs with `hidden` on the
   sidebar + mobile toggle in collection.html. */
.collection-page__layout--full { grid-template-columns: minmax(0, 1fr); }
.filter-toggle[hidden], .filter-sidebar[hidden] { display: none !important; }

.filter-toggle {
  display: none;
  align-items: center; gap: 10px;
  padding: 12px 20px;
  border: 1.5px solid var(--ink);
  border-radius: var(--r-pill);
  font-weight: 700; font-size: 13px;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink); background: var(--paper);
  margin-bottom: 20px;
  transition: background var(--ease), color var(--ease);
}
.filter-toggle:hover { background: var(--ink); color: var(--cream); }

.filter-sidebar {
  position: sticky;
  top: calc(var(--nav-h) + 20px);
  padding: 28px 24px;
  background: var(--paper);
  border: 1px solid var(--rule-soft);
  border-radius: var(--r-lg);
}
.filter-sidebar__close { display: none; }
.filter-sidebar__title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--ink);
  letter-spacing: 0.04em;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--rule-soft);
}

.filter-group { padding: 18px 0; border-bottom: 1px solid var(--rule-soft); }
.filter-group:last-child { border-bottom: none; padding-bottom: 0; }
.filter-group:first-of-type { padding-top: 0; }
.filter-group__title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 14px;
}
.filter-group__options { display: flex; flex-direction: column; gap: 10px; }

.filter-option {
  display: flex; align-items: center; gap: 10px;
  font-size: 14px;
  color: var(--teal-ink);
  cursor: pointer;
  padding: 4px 0;
  user-select: none;
  transition: color var(--ease);
}
.filter-option:hover { color: var(--ink); }
.filter-option__checkbox {
  width: 18px; height: 18px;
  border: 1.5px solid var(--rule);
  border-radius: 4px;
  background: var(--cream-soft);
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: background var(--ease), border-color var(--ease);
}
.filter-option__checkbox svg {
  width: 12px; height: 12px;
  fill: none;
  stroke: var(--white);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0;
}
.filter-option[aria-checked="true"] .filter-option__checkbox {
  background: var(--orange);
  border-color: var(--orange);
}
.filter-option[aria-checked="true"] .filter-option__checkbox svg { opacity: 1; }
.filter-option__count {
  margin-left: auto;
  font-size: 12px;
  color: var(--teal-50);
  font-weight: 600;
}

.sort-bar {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px;
  padding: 0 0 24px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--rule-soft);
}
.sort-bar__count {
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--teal);
}
.sort-bar__select {
  padding: 10px 40px 10px 16px;
  border: 1.5px solid var(--rule);
  border-radius: var(--r-pill);
  background: var(--paper);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--ink);
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%230E2B2A' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
}
.sort-bar__select:hover { border-color: var(--ink); }

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 1100px) {
  .collection-page__layout { grid-template-columns: 1fr; gap: 24px; }
  .filter-toggle { display: inline-flex; }
  .filter-sidebar {
    position: fixed;
    top: 0; left: 0;
    height: 100vh; width: min(320px, 86vw);
    border-radius: 0;
    transform: translateX(-100%);
    transition: transform var(--ease-slow);
    overflow-y: auto;
    z-index: 450;
  }
  .filter-sidebar.is-open { transform: translateX(0); }
  .filter-sidebar__close {
    display: inline-flex;
    position: absolute; top: 14px; right: 14px;
    width: 36px; height: 36px;
    border-radius: var(--r-pill);
    font-size: 22px;
    color: var(--ink);
  }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .product-grid { grid-template-columns: 1fr; }
}

/* ---- Collections landing page (collections.html) ---- */
.collection-feature {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--rule-soft);
  min-height: 340px;
  margin-bottom: 24px;
}
.collection-feature--compact { min-height: 280px; }
.collection-feature__content {
  padding: clamp(28px, 4vw, 48px);
  display: flex; flex-direction: column;
  justify-content: center;
  gap: 14px;
}
.collection-feature__meta {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--orange);
}
.collection-feature__title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(28px, 3.2vw, 48px);
  line-height: 0.98;
  letter-spacing: -0.01em;
  color: var(--ink);
  text-transform: uppercase;
  margin: 0;
}
.collection-feature__desc {
  font-size: 15px;
  line-height: 1.6;
  color: var(--teal-ink);
  max-width: 480px;
}
.collection-feature__content .btn { align-self: flex-start; margin-top: 8px; }
.collection-feature > img,
.collection-feature > .collection-feature__image {
  width: 100%; height: 100%;
  min-height: 280px;
  object-fit: cover;
  background: var(--cream-deep);
}
.collection-feature img { object-position: center; }

@media (max-width: 800px) {
  .collection-feature { grid-template-columns: 1fr; }
  .collection-feature > img,
  .collection-feature > .collection-feature__image { min-height: 220px; }
}

/* ---- CTA banner (collections + about) ---- */
.cta-banner {
  background: var(--orange);
  color: var(--white);
  text-align: center;
  padding: clamp(64px, 8vw, 120px) 0;
  position: relative;
  overflow: hidden;
}
.cta-banner .container { position: relative; z-index: 1; }
.cta-banner__title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(40px, 5.5vw, 80px);
  line-height: 0.95;
  letter-spacing: -0.015em;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 18px;
}
.cta-banner__desc {
  font-size: clamp(16px, 1.2vw, 19px);
  color: rgba(255, 253, 248, 0.92);
  max-width: 560px;
  margin: 0 auto 32px;
  line-height: 1.55;
}

.btn--white {
  background: var(--white);
  color: var(--ink);
  border-color: var(--white);
  padding: 18px 32px;
  font-size: 14px;
}
.btn--white:hover {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
}

/* ---- About page (about.html) ---- */
.about-story { padding: clamp(64px, 8vw, 112px) 0; background: var(--cream); }
.about-story__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  margin-bottom: clamp(48px, 6vw, 88px);
}
.about-story__block:last-child { margin-bottom: 0; }
.about-story__block:nth-child(even) .about-story__text { order: 2; }
.about-story__block:nth-child(even) .about-story__image { order: 1; }
.about-story__text h3 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: -0.005em;
  margin-bottom: 18px;
}
.about-story__text p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--teal-ink);
  margin-bottom: 16px;
}
.about-story__text p:last-child { margin-bottom: 0; }
.about-story__image {
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--cream-deep);
  box-shadow: var(--shadow-sm);
}
@media (max-width: 800px) {
  .about-story__block { grid-template-columns: 1fr; }
  .about-story__block:nth-child(even) .about-story__text,
  .about-story__block:nth-child(even) .about-story__image { order: unset; }
}

.about-values { padding: clamp(64px, 8vw, 112px) 0; background: var(--cream-soft); border-top: 1px solid var(--rule-soft); border-bottom: 1px solid var(--rule-soft); }
.about-values__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 900px) { .about-values__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .about-values__grid { grid-template-columns: 1fr; } }

.value-card {
  padding: 32px 28px;
  background: var(--paper);
  border: 1px solid var(--rule-soft);
  border-radius: var(--r-lg);
  text-align: left;
  transition: transform var(--ease), box-shadow var(--ease);
}
.value-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.value-card__icon {
  width: 52px; height: 52px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--cream-deep);
  border-radius: var(--r-pill);
  font-size: 24px;
  margin-bottom: 20px;
}
.value-card__title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--ink);
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
.value-card__desc {
  font-size: 14px;
  line-height: 1.6;
  color: var(--teal-ink);
}

.about-products { padding: clamp(64px, 8vw, 112px) 0; background: var(--cream); }
.product-lines__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 900px) { .product-lines__grid { grid-template-columns: 1fr; } }

.product-line-card {
  background: var(--paper);
  border: 1px solid var(--rule-soft);
  border-radius: var(--r-lg);
  padding: 40px 32px;
  text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 14px;
  transition: transform var(--ease), box-shadow var(--ease);
}
.product-line-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.product-line-card__icon {
  width: 96px; height: 96px;
  border-radius: var(--r-pill);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 42px;
  background: var(--cream-deep);
  margin-bottom: 6px;
}
.product-line-card__icon--chicken { background: var(--chicken-light); }
.product-line-card__icon--duck    { background: var(--duck-light); }
.product-line-card__icon--salmon  { background: var(--salmon-light); }
.product-line-card__title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 26px;
  text-transform: uppercase;
  color: var(--ink);
  letter-spacing: 0.02em;
}
.product-line-card__desc {
  font-size: 14px;
  line-height: 1.6;
  color: var(--teal-ink);
  margin-bottom: 8px;
}

/* ---- Section-header variants (legacy) ---- */
.section-header--center { text-align: center; }
.section-header__line { display: none; }

/* ---- Footer col compatibility ---- */
.footer__col { /* some pages wrap columns in .footer__col */ }

/* ============================================================
   29. IMAGE + SKELETON SYSTEM
   Reusable photo containers + shimmering skeleton states so every
   layout reads premium before real art arrives. All image frames
   use .image-wrap + .image-overlay + aspect-ratio variants.
   ============================================================ */

/* Base wrap — every photo lives inside one of these */
.image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-lg);
  background: var(--cream-deep);
  isolation: isolate;
}
.image-wrap > img,
.image-wrap > picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform var(--ease-slow);
}
.image-wrap--hover:hover > img { transform: scale(1.04); }

/* Aspect ratio variants */
.image-hero        { aspect-ratio: 4 / 5; }
.image-hero--wide  { aspect-ratio: 16 / 10; }
.image-card        { aspect-ratio: 1 / 1; }
.image-card--tall  { aspect-ratio: 4 / 5; }
.image-collection  { aspect-ratio: 3 / 4; }
.image-collection--wide { aspect-ratio: 16 / 9; }
.image-inline      { aspect-ratio: 1 / 1; border-radius: var(--r-md); }

/* Radius variants (apply on top of variants above) */
.image-wrap--sm  { border-radius: var(--r-md); }
.image-wrap--pill { border-radius: var(--r-pill); }
.image-wrap--square { border-radius: 0; }

/* Gradient overlay — readable text over any photo */
.image-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(14, 43, 42, 0) 35%,
    rgba(14, 43, 42, 0.55) 75%,
    rgba(14, 43, 42, 0.88) 100%
  );
}
.image-overlay--soft {
  background: linear-gradient(
    180deg,
    rgba(14, 43, 42, 0) 50%,
    rgba(14, 43, 42, 0.35) 85%,
    rgba(14, 43, 42, 0.65) 100%
  );
}
.image-overlay--warm {
  background: linear-gradient(
    180deg,
    rgba(251, 71, 31, 0) 55%,
    rgba(194, 47, 15, 0.55) 100%
  );
}

/* Skeleton — animated shimmer for loading / missing photo states */
.image-skeleton {
  position: relative;
  overflow: hidden;
  background: var(--cream-deep);
  background-image: linear-gradient(
    100deg,
    rgba(255, 253, 248, 0) 20%,
    rgba(255, 253, 248, 0.55) 50%,
    rgba(255, 253, 248, 0) 80%
  );
  background-size: 220% 100%;
  background-repeat: no-repeat;
  background-position: -120% 0;
  animation: shimmer 1.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  border-radius: inherit;
}
.image-skeleton::after {
  content: '';
  position: absolute; inset: 0;
  background: repeating-linear-gradient(
    45deg,
    transparent 0 22px,
    rgba(15, 61, 58, 0.025) 22px 23px
  );
  pointer-events: none;
}
@keyframes shimmer {
  0%   { background-position: -120% 0; }
  100% { background-position: 220% 0; }
}
@media (prefers-reduced-motion: reduce) {
  .image-skeleton { animation: none; }
}

/* Overlay a skeleton behind real <img> — auto-fades when image loads */
.image-wrap[data-skeleton="true"]::before {
  content: '';
  position: absolute; inset: 0; z-index: 0;
  background: var(--cream-deep);
  background-image: linear-gradient(
    100deg,
    rgba(255, 253, 248, 0) 20%,
    rgba(255, 253, 248, 0.55) 50%,
    rgba(255, 253, 248, 0) 80%
  );
  background-size: 220% 100%;
  animation: shimmer 1.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.image-wrap[data-skeleton="true"] > img {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity var(--ease-slow);
}
.image-wrap[data-skeleton="true"] > img.is-loaded {
  opacity: 1;
}

/* Legacy placeholder alias */
.image-placeholder {
  display: block;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  background: var(--cream-deep);
  border-radius: inherit;
}
.image-frame { /* legacy alias for image-wrap */
  position: relative;
  overflow: hidden;
  border-radius: var(--r-lg);
  background: var(--cream-deep);
}
.image-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ============================================================
   30. PRODUCT CARD — protein badge + depth polish
   ============================================================ */
.product-card__protein {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  background: var(--ink);
  color: var(--cream);
  padding: 8px 14px;
  border-radius: var(--r-pill);
  font-family: var(--font-head);
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
  display: inline-flex; align-items: baseline; gap: 4px;
  box-shadow: var(--shadow-sm);
}
.product-card__protein strong {
  font-size: 16px;
  color: var(--orange);
  font-weight: 700;
}
.product-card {
  box-shadow: var(--shadow-xs);
}
.product-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-6px);
}

/* ============================================================
   31. PROTEIN MODULE — layered photo composition
   ============================================================ */
.protein__visual-frame {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--cream-deep);
  box-shadow: var(--shadow-md);
}
.protein__visual-frame img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.protein__floating-card {
  position: absolute;
  bottom: -24px;
  right: -24px;
  background: var(--paper);
  border: 1px solid var(--rule-soft);
  border-radius: var(--r-md);
  padding: 18px 22px;
  box-shadow: var(--shadow-lg);
  z-index: 3;
  min-width: 180px;
}
.protein__floating-card-num {
  font-family: var(--font-head);
  font-size: 42px;
  line-height: 1;
  color: var(--orange);
  font-weight: 700;
  letter-spacing: -0.02em;
}
.protein__floating-card-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal);
  margin-top: 4px;
  display: block;
}
.protein__floating-ingredient {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 140px; height: 140px;
  border-radius: var(--r-pill);
  overflow: hidden;
  border: 6px solid var(--paper);
  box-shadow: var(--shadow-md);
  z-index: 3;
  background: var(--cream-deep);
}
.protein__floating-ingredient img {
  width: 100%; height: 100%; object-fit: cover;
}
@media (max-width: 600px) {
  .protein__floating-card { right: 12px; bottom: -18px; padding: 14px 18px; }
  .protein__floating-ingredient { width: 96px; height: 96px; top: -12px; left: 12px; }
}

/* ============================================================
   33b. MINI MEGA MENU (desktop nav dropdown)
   Three-column panel centered under the Collections nav trigger.
   Hover + click + keyboard. Mobile falls back to the plain link.
   ============================================================ */
.has-mega {
  position: relative;
  display: inline-flex;
  align-items: center;
}

/* Trigger gets a chevron and becomes a toggle */
.header__nav-link--mega {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
}
.header__nav-link--mega .mega-chev {
  width: 10px; height: 10px;
  transition: transform var(--ease);
  margin-top: 1px;
}
.has-mega:hover .mega-chev,
.has-mega:focus-within .mega-chev,
.header__nav-link--mega[aria-expanded="true"] .mega-chev {
  transform: rotate(180deg);
}
.has-mega:hover .header__nav-link--mega::after,
.has-mega:focus-within .header__nav-link--mega::after,
.header__nav-link--mega[aria-expanded="true"]::after {
  transform: scaleX(1);
}

/* Panel */
.mega {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  width: min(820px, calc(100vw - 48px));
  max-width: 820px;
  background: var(--paper);
  border: 1px solid var(--rule-soft);
  border-radius: 20px;
  box-shadow:
    0 1px 2px rgba(14, 43, 42, 0.04),
    0 24px 60px rgba(14, 43, 42, 0.14);
  padding: 28px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms cubic-bezier(0.2, 0, 0, 1),
              transform 180ms cubic-bezier(0.2, 0, 0, 1),
              visibility 0s linear 200ms;
  visibility: hidden;
  z-index: 90;
}
.has-mega:hover .mega,
.has-mega:focus-within .mega,
.mega.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
  visibility: visible;
  transition: opacity 180ms cubic-bezier(0.2, 0, 0, 1),
              transform 180ms cubic-bezier(0.2, 0, 0, 1),
              visibility 0s linear 0s;
}

/* Invisible hover bridge between trigger and panel — kills flicker */
.mega::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0; right: 0;
  height: 24px;
}

/* Soft pointer/arrow up toward the trigger */
.mega::after {
  content: '';
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 14px; height: 14px;
  background: var(--paper);
  border-left: 1px solid var(--rule-soft);
  border-top: 1px solid var(--rule-soft);
  border-top-left-radius: 3px;
}

/* Grid */
.mega__inner {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 24px;
  align-items: stretch;
}
.mega__col { min-width: 0; display: flex; flex-direction: column; }
.mega__col + .mega__col {
  padding-left: 24px;
  border-left: 1px solid var(--rule-soft);
}

.mega__eyebrow {
  display: block;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--teal-50);
  margin: 0 0 14px 12px;
}

.mega__list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mega__item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border-radius: 12px;
  color: var(--ink);
  transition: background var(--ease);
  text-decoration: none;
}
.mega__item:hover {
  background: var(--cream-soft);
}
.mega__item:focus-visible {
  outline: none;
  background: var(--cream-deep);
  box-shadow: 0 0 0 2px var(--orange);
}

.mega__icon {
  width: 40px; height: 40px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--cream);
  border: 1px solid var(--rule-soft);
  border-radius: 10px;
  color: var(--ink);
  transition: background var(--ease), color var(--ease), border-color var(--ease);
  flex-shrink: 0;
}
.mega__icon svg {
  width: 20px; height: 20px;
  display: block;
}
.mega__item:hover .mega__icon {
  background: var(--orange);
  color: var(--white);
  border-color: var(--orange);
}

.mega__body { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.mega__label {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 14px;
  color: var(--ink);
  letter-spacing: 0.01em;
  line-height: 1.2;
}
.mega__desc {
  font-size: 12px;
  color: var(--teal-50);
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

/* Featured visual anchor */
.mega__feature {
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  overflow: hidden;
  background: var(--cream);
  border: 1px solid var(--rule-soft);
  transition: transform var(--ease), box-shadow var(--ease);
  height: 100%;
  text-decoration: none;
}
.mega__feature:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.mega__feature-media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--cream-deep);
}
.mega__feature-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform var(--ease-slow);
}
.mega__feature:hover .mega__feature-media img {
  transform: scale(1.05);
}
/* AJ collab feature: keep Ashton and the dogs in frame on the 16:10 crop */
.mega__feature--aj .mega__feature-media img { object-position: 50% 28%; }
.mega__feature-body {
  padding: 16px 18px 18px;
  display: flex; flex-direction: column; gap: 6px;
  flex: 1;
}
.mega__feature-eyebrow {
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--orange);
}
.mega__feature-title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.02;
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: -0.005em;
  margin: 2px 0 2px;
}
.mega__feature-desc {
  font-size: 13px;
  color: var(--teal-ink);
  line-height: 1.5;
  margin-bottom: 12px;
}
.mega__feature .btn {
  align-self: flex-start;
  margin-top: auto;
}

/* Footer link row inside the menu */
.mega__footer {
  grid-column: 1 / -1;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--rule-soft);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}
.mega__footer-msg {
  font-size: 13px;
  color: var(--teal-ink);
}
.mega__footer-msg strong {
  color: var(--ink);
  font-weight: 700;
}

/* Mobile: hide the mega entirely — link falls back to default behavior */
@media (max-width: 900px) {
  .mega { display: none; }
  .header__nav-link--mega .mega-chev { display: none; }
}

/* ============================================================
   34. BLOG
   Editorial index + long-form article layouts.
   ============================================================ */

/* ---- Blog hero ---- */
.blog-hero {
  padding: clamp(64px, 9vw, 128px) 0 clamp(48px, 6vw, 80px);
  background: var(--cream);
  border-bottom: 1px solid var(--rule-soft);
  text-align: center;
}
.blog-hero__title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(48px, 7vw, 104px);
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: var(--orange);
  text-transform: uppercase;
  margin: 18px auto;
}
.blog-hero__title em { font-style: normal; color: var(--ink); }
.blog-hero__desc {
  font-size: clamp(16px, 1.2vw, 19px);
  color: var(--teal-ink);
  line-height: 1.55;
  max-width: 620px;
  margin: 0 auto;
}

/* ---- Category pills (blog topics) ---- */
.blog-topics {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 10px;
  margin: 32px auto 0;
  max-width: 900px;
}
.blog-topic {
  padding: 10px 18px;
  border-radius: var(--r-pill);
  border: 1.5px solid var(--rule);
  background: var(--paper);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--teal);
  transition: background var(--ease), color var(--ease), border-color var(--ease);
}
.blog-topic:hover { border-color: var(--ink); color: var(--ink); }
.blog-topic.is-active { background: var(--ink); color: var(--cream); border-color: var(--ink); }

/* ---- Featured post (hero article) ---- */
.blog-featured {
  margin-bottom: clamp(56px, 7vw, 88px);
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  padding: clamp(32px, 5vw, 56px);
  background: var(--cream-soft);
  border-radius: var(--r-lg);
  border: 1px solid var(--rule-soft);
}
.blog-featured__media {
  border-radius: var(--r-md);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--cream-deep);
}
.blog-featured__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform var(--ease-slow); }
.blog-featured:hover .blog-featured__media img { transform: scale(1.03); }
.blog-featured__content { display: flex; flex-direction: column; gap: 18px; }
.blog-featured__badge { align-self: flex-start; }
.blog-featured__title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 0.98;
  letter-spacing: -0.01em;
  color: var(--ink);
  text-transform: uppercase;
}
.blog-featured__title a { color: inherit; transition: color var(--ease); }
.blog-featured__title a:hover { color: var(--orange); }
.blog-featured__excerpt {
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.6;
  color: var(--teal-ink);
  max-width: 520px;
}
.blog-featured__meta {
  display: flex; flex-wrap: wrap; gap: 16px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--teal);
  padding-top: 10px;
}
.blog-featured__meta-item { display: inline-flex; align-items: center; gap: 8px; }
.blog-featured__meta-item::before {
  content: ''; width: 4px; height: 4px; border-radius: 50%;
  background: var(--orange);
  display: inline-block;
}
.blog-featured__meta-item:first-child::before { display: none; }
@media (max-width: 900px) {
  .blog-featured { grid-template-columns: 1fr; }
}

/* ---- Article grid ---- */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}
@media (max-width: 900px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .blog-grid { grid-template-columns: 1fr; } }

.article-card {
  display: flex; flex-direction: column; gap: 14px;
  transition: transform var(--ease);
}
.article-card:hover { transform: translateY(-4px); }
.article-card__media {
  border-radius: var(--r-md);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--cream-deep);
  position: relative;
}
.article-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--ease-slow); }
.article-card:hover .article-card__media img { transform: scale(1.05); }
.article-card__category {
  position: absolute; top: 14px; left: 14px; z-index: 2;
}
.article-card__meta {
  display: flex; gap: 10px; align-items: center;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--teal-50);
}
.article-card__meta span + span::before {
  content: '·'; margin-right: 10px; color: var(--teal-20);
}
.article-card__title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(20px, 1.7vw, 24px);
  line-height: 1.1;
  letter-spacing: -0.005em;
  color: var(--ink);
  text-transform: uppercase;
}
.article-card__title a { color: inherit; transition: color var(--ease); }
.article-card__title a:hover { color: var(--orange); }
.article-card__excerpt {
  font-size: 14px;
  line-height: 1.55;
  color: var(--teal-ink);
}

/* ---- Blog post layout ---- */
.post-hero {
  padding: clamp(40px, 6vw, 80px) 0 clamp(32px, 4vw, 56px);
  background: var(--cream);
  text-align: center;
  border-bottom: 1px solid var(--rule-soft);
}
.post-hero__inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.post-hero__category { margin-bottom: 18px; }
.post-hero__title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(36px, 5.2vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.015em;
  color: var(--orange);
  text-transform: uppercase;
  margin-bottom: 20px;
}
.post-hero__title em { font-style: normal; color: var(--ink); }
.post-hero__dek {
  font-size: clamp(16px, 1.3vw, 21px);
  line-height: 1.5;
  color: var(--teal-ink);
  max-width: 720px;
  margin: 0 auto;
}
.post-hero__meta {
  display: inline-flex; flex-wrap: wrap; gap: 20px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--rule-soft);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--teal);
}
.post-hero__meta-item { display: inline-flex; align-items: center; gap: 8px; }
.post-hero__meta-avatar {
  width: 28px; height: 28px;
  border-radius: var(--r-pill);
  background: var(--orange);
  color: var(--white);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-head);
  font-size: 12px;
  letter-spacing: 0;
}

.post-hero-image {
  max-width: 1280px;
  margin: 0 auto clamp(40px, 5vw, 64px);
  padding: 0 var(--gutter);
  aspect-ratio: 16 / 9;
}
.post-hero-image > .image-wrap {
  width: 100%; height: 100%;
  border-radius: var(--r-lg);
  overflow: hidden;
}
.post-hero-image img { width: 100%; height: 100%; object-fit: cover; }

/* Article body — fluid reading column */
.post-body {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 var(--gutter) clamp(72px, 9vw, 128px);
  font-size: 17px;
  line-height: 1.75;
  color: var(--teal-ink);
}
.post-body > p,
.post-body > ul,
.post-body > ol,
.post-body > h2,
.post-body > h3,
.post-body > figure,
.post-body > .post-pullquote,
.post-body > .post-callout {
  margin-bottom: 24px;
}
.post-body p { max-width: 100%; }
.post-body > p:first-of-type::first-letter {
  font-family: var(--font-head);
  float: left;
  font-size: 64px;
  line-height: 1;
  padding-right: 12px;
  padding-top: 6px;
  color: var(--orange);
  font-weight: 700;
}
.post-body h2 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: var(--ink);
  text-transform: uppercase;
  margin-top: 48px;
  margin-bottom: 16px;
}
.post-body h3 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.1;
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin-top: 32px;
  margin-bottom: 14px;
}
.post-body a {
  color: var(--orange);
  border-bottom: 1.5px solid rgba(251, 71, 31, 0.3);
  transition: border-color var(--ease), color var(--ease);
}
.post-body a:hover { border-color: var(--orange); }
.post-body strong { color: var(--ink); font-weight: 700; }
.post-body ul, .post-body ol { padding-left: 24px; }
.post-body li { margin-bottom: 10px; }
.post-body ul li::marker { color: var(--orange); }
.post-body ol li::marker { color: var(--orange); font-weight: 700; }
.post-body hr {
  border: none;
  height: 1px;
  background: var(--rule);
  margin: 48px 0;
}

/* Inline image */
.post-figure {
  margin: 40px -40px;
  display: flex; flex-direction: column; gap: 10px;
}
@media (max-width: 820px) { .post-figure { margin: 32px 0; } }
.post-figure img {
  width: 100%;
  border-radius: var(--r-md);
  display: block;
}
.post-figure figcaption {
  font-size: 13px;
  color: var(--teal-50);
  letter-spacing: 0.04em;
  text-align: center;
  font-style: italic;
}

/* Pull quote */
.post-pullquote {
  margin: 48px -20px;
  padding: 32px 40px;
  border-left: 4px solid var(--orange);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.2;
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: -0.005em;
}
.post-pullquote cite {
  display: block;
  margin-top: 16px;
  font-family: var(--font-body);
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal);
}

/* Callout box */
.post-callout {
  padding: 24px 28px;
  background: var(--cream-soft);
  border: 1px solid var(--rule-soft);
  border-radius: var(--r-md);
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 18px;
  align-items: start;
  font-size: 15px;
  line-height: 1.6;
}
.post-callout svg {
  width: 28px; height: 28px;
  fill: none; stroke: var(--orange); stroke-width: 1.8;
  stroke-linecap: round; stroke-linejoin: round;
}
.post-callout strong { display: block; margin-bottom: 6px; color: var(--ink); font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; }
.post-callout p { margin: 0 !important; font-size: 15px; line-height: 1.55; }

/* Author bio */
.post-author {
  max-width: 720px;
  margin: 0 auto 48px;
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--rule-soft);
  border-radius: var(--r-md);
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
  align-items: center;
}
.post-author__avatar {
  width: 64px; height: 64px;
  border-radius: var(--r-pill);
  background: var(--orange);
  color: var(--white);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-head);
  font-size: 24px;
  overflow: hidden;
}
.post-author__avatar img { width: 100%; height: 100%; object-fit: cover; }
.post-author__name {
  font-family: var(--font-head);
  font-size: 18px;
  text-transform: uppercase;
  color: var(--ink);
  letter-spacing: 0.02em;
  margin-bottom: 4px;
}
.post-author__bio { font-size: 14px; color: var(--teal-ink); line-height: 1.55; }

/* Related posts */
.post-related {
  padding: clamp(64px, 8vw, 112px) 0;
  background: var(--cream-soft);
  border-top: 1px solid var(--rule-soft);
}

/* Share links */
.post-share {
  max-width: 720px;
  margin: 0 auto 48px;
  padding: 24px 0;
  border-top: 1px solid var(--rule-soft);
  border-bottom: 1px solid var(--rule-soft);
  display: flex; gap: 14px; align-items: center; flex-wrap: wrap;
}
.post-share__label {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--teal);
  margin-right: auto;
}
.post-share a {
  width: 40px; height: 40px;
  border-radius: var(--r-pill);
  border: 1.5px solid var(--rule);
  color: var(--ink);
  display: inline-flex; align-items: center; justify-content: center;
  transition: background var(--ease), border-color var(--ease), color var(--ease);
}
.post-share a:hover { background: var(--orange); border-color: var(--orange); color: var(--white); }
.post-share a svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* ============================================================
   32a. BRAND ICON WRAPPERS
   SVG sizing + color rules for the legacy emoji wrapper classes
   so brand icons slot in cleanly.
   ============================================================ */
.benefit-icon__emoji svg {
  width: 18px; height: 18px;
  color: var(--orange);
}
.value-card__icon { color: var(--orange); font-size: 0; }
.value-card__icon svg { width: 28px; height: 28px; }
.product-line-card__icon { color: var(--ink); font-size: 0; }
.product-line-card__icon svg { width: 48px; height: 48px; }
.cart-empty__icon { color: var(--orange); font-size: 0; line-height: 0; }
.cart-empty__icon svg { width: 56px; height: 56px; margin: 0 auto; }

/* About-story image icon blocks (legacy inline-styled on about.html) */
.about-story__image > svg {
  width: 96px; height: 96px;
  color: var(--orange);
}

/* ============================================================
   32. DEPTH / LAYERING POLISH
   ============================================================ */
.section--bordered { border-top: 1px solid var(--rule-soft); border-bottom: 1px solid var(--rule-soft); }

/* Soft warm background alternator — used between sections */
.section--cream { background: var(--cream); }
.section--cream-soft { background: var(--cream-soft); }

/* Slightly raised product cards when inside a carousel */
.carousel__slide .product-card {
  box-shadow: var(--shadow-xs);
}
.carousel__slide .product-card:hover {
  box-shadow: var(--shadow-lg);
}

/* ============================================================
   35. 404 — "Looks like your pup wandered off."
   Conversion-recovery surface: hero stage w/
/* Copy side */
/* Stage (right side) */
/* Backdrop — cream-deep circle with soft peach gradient */
/* Lifestyle image — offset card */
/* Paw trail — drifts across the stage, sequentially fading */

/* Floating treats — 5 SVGs drifting at different depths */
/* ---- BUTTON TREAT BOUNCE ---- */
/* Small jerky piece pops above the button on hover and bounces. */

/* ---- SECTION 2 — RECOVERY NAV ---- */
/* ---- SECTION 3 — SEARCH + SUGGESTED ---- */
/* ---- SECTION 5 — CTA BAND ---- */
/* ---- RESPONSIVE ---- */


/* ---- REDUCED MOTION ---- */


/* ============================================================
   34. PL-CAROUSEL — REUSABLE PREMIUM CAROUSEL SYSTEM
   Used for: brand hero (--hero), product family carousels (--product),
   and any future image-led merchandising. One reusable JS init.
   ============================================================ */
.pl-carousel {
  position: relative;
  background: var(--cream);
  isolation: isolate;
}

/* Section header (used by --product variant). Sits above slides
   with controls aligned to the right of the heading on desktop. */
.pl-carousel__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(16px, 3vw, 40px);
  align-items: end;
  padding-top: clamp(64px, 7vw, 104px);
  padding-bottom: clamp(28px, 3vw, 44px);
}
.pl-carousel__header-copy { max-width: 640px; }
.pl-carousel__title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(34px, 4.4vw, 60px);
  line-height: 1.0;
  letter-spacing: -0.015em;
  color: var(--orange);
  text-transform: uppercase;
  margin: 10px 0 14px;
}
.pl-carousel__title em { font-style: normal; color: var(--orange); }
.pl-carousel__sub {
  max-width: 580px;
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.6;
  color: var(--teal-ink);
}

/* Viewport — fade-stack of slides (no horizontal sliding chaos) */
.pl-carousel__viewport {
  position: relative;
  overflow: hidden;
}
.pl-carousel__track {
  position: relative;
  isolation: isolate;
}
/* Idle (pre-enter) slide.
   Default offset is +24px X — incoming next-direction slide drifts in from
   the right. Direction-aware override below flips it for "prev". */
.pl-carousel__slide {
  position: absolute; inset: 0;
  opacity: 0;
  transform: translate3d(24px, 0, 0);
  transition:
    opacity   520ms cubic-bezier(0.2, 0, 0, 1),
    transform 520ms cubic-bezier(0.2, 0, 0, 1);
  pointer-events: none;
  backface-visibility: hidden;
}
/* :not() guards keep this idle-only rule from outranking the .is-active
   rule below (attribute selector bumps specificity above it otherwise),
   which would pin the active slide at -24px and leave a gap on the right. */
.pl-carousel[data-direction="prev"] .pl-carousel__slide:not(.is-active):not(.is-leaving) {
  transform: translate3d(-24px, 0, 0);
}

/* Active slide drives container height + receives pointer events */
.pl-carousel__slide.is-active {
  position: relative;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
  z-index: 2;
}

/* Outgoing slide drifts in the opposite direction while fading out */
.pl-carousel__slide.is-leaving {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translate3d(-24px, 0, 0);
  pointer-events: none;
  z-index: 1;
}
.pl-carousel[data-direction="prev"] .pl-carousel__slide.is-leaving {
  transform: translate3d(24px, 0, 0);
}

/* Only promote to GPU layer while a transition is in flight.
   JS adds `is-animating` to the carousel root for the transition window. */
.pl-carousel.is-animating .pl-carousel__slide.is-active,
.pl-carousel.is-animating .pl-carousel__slide.is-leaving {
  will-change: opacity, transform;
}

.pl-carousel__slide[hidden] { display: none; }

/* Controls — orange progress bar + premium circular arrows.
   Used both as overlay (--hero) and inline header (--product). */
.pl-carousel__controls {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  z-index: 5;
}
.pl-carousel__button {
  width: 48px; height: 48px;
  border-radius: var(--r-pill);
  border: 1.5px solid var(--ink);
  background: var(--cream);
  color: var(--ink);
  display: inline-flex; align-items: center; justify-content: center;
  transition: background var(--ease), color var(--ease), border-color var(--ease), transform var(--ease), opacity var(--ease);
  flex-shrink: 0;
}
.pl-carousel__button:hover:not(:disabled) {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--white);
  transform: translateY(-1px);
}
.pl-carousel__button:disabled { opacity: 0.35; cursor: not-allowed; }
.pl-carousel__button svg {
  width: 18px; height: 18px;
  fill: none; stroke: currentColor; stroke-width: 2;
  stroke-linecap: round; stroke-linejoin: round;
}

/* Progress bar — orange filled segments mark the active slide. */
.pl-carousel__progress {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
/* Dot is a track. The orange fill rides on a ::after pseudo that scales
   from 0 → 100% across the autoplay duration so users get a visual cue
   that the slide is about to change. The fill animation is driven by a
   --pl-fill-duration custom property the JS sets when the carousel has
   autoplay; non-autoplay carousels just snap the active dot full. */
.pl-carousel__progress-dot {
  position: relative;
  width: 36px; height: 4px;
  border-radius: var(--r-pill);
  background: var(--teal-20);
  transition: background var(--ease), width var(--ease);
  cursor: pointer;
  border: none; padding: 0;
  overflow: hidden;
}
.pl-carousel__progress-dot::after {
  content: '';
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 100%;
  background: var(--orange);
  transform-origin: left center;
  transform: scaleX(0);
  border-radius: inherit;
}
.pl-carousel__progress-dot:hover { background: var(--teal); }
.pl-carousel__progress-dot.is-active {
  background: var(--teal-20);  /* track stays muted; the fill is the orange cue */
  width: 56px;
}
/* Active dot animates 0 → 100% over the autoplay duration set in JS.
   Implemented as a keyframe so it can be paused/resumed (mirrors the
   autoplay timer). The JS toggles `.is-paused` on the carousel root
   when the user hovers / focuses; the keyframe pauses in lockstep. */
.pl-carousel__progress-dot.is-active::after {
  animation: pl-fill var(--pl-fill-duration, 7000ms) linear forwards;
}
.pl-carousel.is-paused .pl-carousel__progress-dot.is-active::after {
  animation-play-state: paused;
}
/* If the carousel doesn't autoplay, snap the fill instantly. */
.pl-carousel__progress-dot.is-active.is-instant::after {
  animation: none;
  transform: scaleX(1);
}
@keyframes pl-fill {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}
.pl-carousel__progress-dot:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 4px;
}
@media (prefers-reduced-motion: reduce) {
  /* No moving fill — just full orange on the active dot. */
  .pl-carousel__progress-dot.is-active::after {
    transition: none !important;
    transform: scaleX(1) !important;
  }
}

/* ------------------------------------------------------------
   34a. PL-CAROUSEL — HERO VARIANT (Carousel 1)
   ------------------------------------------------------------ */
.pl-carousel--hero {
  /* Tighter top/bottom padding so hero + chrome fits above the fold on
     a typical 900px laptop viewport (announcement ~36 + header ~76 = 112px). */
  padding-top: clamp(16px, 3vw, 36px);
  padding-bottom: clamp(40px, 5vw, 72px);
}
.pl-carousel--hero .pl-carousel__viewport {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
/* Above-the-fold cap: track grows with vw but is hard-capped at 620px
   AND at (viewport - chrome - section padding) so the whole hero stays
   inside the first screen on desktop. */
.pl-carousel--hero .pl-carousel__track {
  min-height: clamp(440px, 50vw, 560px);
  max-height: min(620px, calc(100vh - 220px));
}

.pl-carousel--hero .pl-carousel__slide {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
}

/* Hero copy column */
.pl-hero-content { max-width: 560px; }
.pl-hero-content__title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(40px, 5.4vw, 84px);
  line-height: 0.96;
  letter-spacing: -0.02em;
  color: var(--ink);
  text-transform: uppercase;
  margin: 14px 0 18px;
  /* Hard guard against absurd line breaks */
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: none;
}
.pl-hero-content__title em { font-style: normal; color: var(--orange); }
.pl-hero-content__sub {
  font-family: var(--font-body);
  font-size: clamp(16px, 1.15vw, 19px);
  line-height: 1.55;
  color: var(--teal-ink);
  margin-bottom: 28px;
  max-width: 480px;
}
.pl-hero-content__cta {
  display: flex; flex-wrap: wrap; gap: 14px;
  margin-bottom: 28px;
}
.pl-hero-content__chips {
  display: flex; flex-wrap: wrap; gap: 16px 22px;
}

/* Hero media column — large image with a controlled crop.
   Square aspect-ratio prevents the image from overshooting the track on
   desktop. The image cover-crops to fill the rounded box. All four
   corners are explicitly rounded so the box always reads as a full pill
   shape on desktop, not a top-rounded slab. */
.pl-carousel--hero .pl-carousel__media {
  position: relative;
  overflow: hidden;
  background: var(--cream-deep);
  aspect-ratio: 1 / 1;
  max-height: 100%;
  box-shadow: var(--shadow-md);
  border-radius: var(--r-lg);
}
.pl-carousel--hero .pl-carousel__media > img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 800ms cubic-bezier(0.2, 0, 0, 1);
}
.pl-carousel--hero .is-active .pl-carousel__media > img { transform: scale(1.02); }

/* Hero controls — pinned bottom-left under text */
.pl-carousel--hero .pl-carousel__controls {
  position: absolute;
  left: max(var(--gutter), 50% - var(--max)/2 + var(--gutter));
  bottom: clamp(28px, 4vw, 56px);
  z-index: 6;
}

/* ------------------------------------------------------------
   34c. PL-CAROUSEL — RESPONSIVE
   ------------------------------------------------------------ */
@media (max-width: 1100px) {
  .pl-carousel--hero .pl-carousel__slide {
    grid-template-columns: minmax(0, 1fr);
  }
  /* On mobile the slide stacks (image on top, copy below). The track has to
     accommodate both, so drop the desktop above-the-fold cap and let the
     image use a wide landscape ratio that doesn't dominate the viewport. */
  .pl-carousel--hero .pl-carousel__media { aspect-ratio: 16 / 11; order: -1; max-height: none; }
  .pl-carousel--hero .pl-carousel__track  { min-height: 0; max-height: none; }
  .pl-carousel--hero .pl-carousel__controls {
    position: static;
    margin-top: 24px;
  }
  .protein-edu__media { aspect-ratio: 4 / 3; max-height: none; }
}
@media (max-width: 900px) {
  .pl-hero-content__title { font-size: clamp(36px, 8vw, 56px); }
}
@media (max-width: 600px) {
  .pl-hero-content__cta { flex-direction: column; }
  .pl-hero-content__cta .btn { width: 100%; }
  .pl-carousel__button { width: 44px; height: 44px; }
  .pl-carousel__progress-dot { width: 28px; }
  .pl-carousel__progress-dot.is-active { width: 44px; }
}

/* ------------------------------------------------------------
   34d. PL-CAROUSEL — FULL-BLEED HERO
   Image-focused homepage hero: edge-to-edge photo, live headline
   + single CTA overlaid bottom-left, controls bottom-right.
   ------------------------------------------------------------ */
.pl-carousel--hero-full {
  padding: 0;
  position: relative;
}
.pl-carousel--hero-full .pl-carousel__viewport {
  max-width: none;
  padding: 0;
}
.pl-carousel--hero-full .pl-carousel__track {
  min-height: 0;
  max-height: none;
}
.pl-carousel--hero-full .pl-carousel__slide {
  display: flex;
  align-items: flex-end;
  min-height: clamp(540px, calc(100vh - 190px), 820px);
  min-height: clamp(540px, calc(100svh - 190px), 820px);
  overflow: hidden;
}
.hero-full__media {
  position: absolute;
  inset: 0;
}
.hero-full__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.05);
  transition: transform 1400ms cubic-bezier(0.2, 0, 0, 1);
}
.pl-carousel__slide.is-active .hero-full__media img { transform: scale(1); }
/* Legibility scrim — dark fade from the bottom edge */
.hero-full__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(16, 22, 20, 0.68) 0%, rgba(16, 22, 20, 0.22) 44%, rgba(16, 22, 20, 0) 68%);
}
.hero-full__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(48px, 7vw, 96px) var(--gutter);
}
.hero-full__title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(44px, 6.5vw, 104px);
  line-height: 0.94;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--cream);
  max-width: 14ch;
  margin-bottom: clamp(22px, 3vw, 34px);
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: none;
}
.hero-full__title em { font-style: normal; color: var(--orange); }
/* Dots-only pagination, centered over the bottom of the image
   (arrows are hidden site-wide for hero carousels further down) */
.pl-carousel--hero-full .pl-carousel__controls {
  position: absolute;
  left: 0; right: 0;
  bottom: clamp(18px, 2.5vw, 32px);
  display: flex; justify-content: center;
  margin: 0;
  z-index: 6;
}
/* Teal dot tracks vanish against photos — use translucent white over
   the scrim so the pagination stays visible on any image. */
.pl-carousel--hero-full .pl-carousel__progress-dot {
  background: rgba(255, 255, 255, 0.45);
  height: 5px;
}
.pl-carousel--hero-full .pl-carousel__progress-dot:hover,
.pl-carousel--hero-full .pl-carousel__progress-dot.is-active {
  background: rgba(255, 255, 255, 0.55);
}
@media (max-width: 700px) {
  .pl-carousel--hero-full .pl-carousel__slide {
    min-height: clamp(440px, 74vh, 620px);
    min-height: clamp(440px, 74svh, 620px);
  }
  /* Extra room under the CTA so the overlaid dots don't crowd it */
  .pl-carousel--hero-full .hero-full__content { padding-bottom: 72px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-full__media img {
    transition: none !important;
    transform: none !important;
  }
}

/* ============================================================
   34d. HERO — isolated cutout on brand pastel
   Replaces the full-bleed photo carousel: CSS background color +
   transparent PNG, so it scales cleanly and ships far fewer bytes.
   ============================================================ */
.hero-iso {
  /* Must stay #D2F1F1 — the cutout PNG carries remnants of this exact
     studio backdrop color around the hair, so any other value halos. */
  background: var(--pastel-aqua);
  overflow: hidden;
}
.hero-iso__inner {
  max-width: none;
  margin: 0;
  padding: 0 0 0 max(calc((100vw - var(--max)) / 2), 0px);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  align-items: end;
  gap: clamp(24px, 4vw, 64px);
  min-height: clamp(480px, calc(100svh - 190px), 680px);
}
.hero-iso__content {
  align-self: center;
  padding: clamp(48px, 7vw, 96px) var(--gutter);
  max-width: 640px;
}
.hero-iso__title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(44px, 6vw, 96px);
  line-height: 0.94;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 18px;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: none;
}
.hero-iso__title em { font-style: normal; color: var(--ink); }
.hero-iso__sub {
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.55;
  color: var(--teal-ink);
  max-width: 460px;
  margin-bottom: 28px;
}
.hero-iso__cta { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-iso__media {
  align-self: end;
  display: flex;
  justify-content: flex-end;
}
.hero-iso__media img {
  display: block;
  width: min(100%, 560px);
  height: auto;
  object-fit: contain;
  object-position: bottom;
}
@media (max-width: 900px) {
  .hero-iso__inner { grid-template-columns: 1fr; min-height: 0; gap: 0; }
  .hero-iso__content { padding: clamp(40px, 8vw, 56px) var(--gutter) 12px; }
  .hero-iso__media { justify-content: flex-end; }
}
@media (max-width: 600px) {
  .hero-iso__cta { flex-direction: column; }
  .hero-iso__cta .btn { width: 100%; }
}

/* ============================================================
   35. PL-CHIP — small accent pills used in carousels & cards
   ============================================================ */
.pl-chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 14px;
  border-radius: var(--r-pill);
  background: var(--cream-soft);
  border: 1px solid var(--rule-soft);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--teal-ink);
  white-space: nowrap;
}
.pl-chip__dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--orange);
  display: inline-block;
}
.pl-chip--orange { background: rgba(251, 71, 31, 0.10); border-color: rgba(251, 71, 31, 0.32); color: var(--orange-deep); }
.pl-chip--chicken{ background: rgba(255, 214, 152, 0.45); border-color: rgba(244, 140, 46, 0.55); color: var(--brick-red); }
.pl-chip--duck   { background: rgba(202, 238, 239, 0.55); border-color: rgba(135, 204, 194, 0.55); color: var(--duck-deep); }
.pl-chip--salmon { background: rgba(252, 211, 204, 0.55); border-color: rgba(250, 171, 152, 0.65); color: var(--brick-red); }
/* Aliases for legacy markup — peach now points to the salmon palette,
   teal points to the duck palette so existing class names keep working. */
.pl-chip--peach { background: rgba(252, 211, 204, 0.55); border-color: rgba(250, 171, 152, 0.65); color: var(--brick-red); }
.pl-chip--teal  { background: rgba(202, 238, 239, 0.55); border-color: rgba(135, 204, 194, 0.55); color: var(--duck-deep); }

/* ============================================================
   36. EYEBROW MODIFIERS
   ============================================================ */
.eyebrow--orange { color: var(--orange); }
.eyebrow--orange::before { background: var(--orange); }
.eyebrow--cream  { color: var(--cream); opacity: 0.95; }
.eyebrow--cream::before { background: var(--cream); }

/* ============================================================
   37. BUTTON SYSTEM EXTENSIONS
   ============================================================ */
.btn--text {
  background: transparent;
  color: var(--ink);
  border-color: transparent;
  padding: 14px 8px;
}
.btn--text::after { content: ' →'; }
.btn--text:hover { color: var(--orange); }

/* Secondary: ensure parity with brand spec */
.btn--secondary {
  background: transparent;
  color: var(--orange);
  border: 2px solid var(--orange);
}
.btn--secondary:hover { background: var(--orange); color: var(--white); }

/* ============================================================
   38. PRODUCT CARD POLISH — global
   `.product-card--lg` makes the image breathe + tightens hierarchy
   ============================================================ */
.product-grid {
  display: grid;
  gap: clamp(20px, 2vw, 28px);
}
.product-grid--3 { grid-template-columns: repeat(3, 1fr); }
.product-grid--4 { grid-template-columns: repeat(4, 1fr); }

@media (max-width: 1100px) {
  .product-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .product-grid--3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .product-grid--4, .product-grid--3 { grid-template-columns: 1fr; }
}

.product-card--lg .product-card__image-wrap {
  aspect-ratio: 1 / 1;
  padding: clamp(12px, 1.5vw, 22px);
}
.product-card--lg .product-card__image {
  filter: drop-shadow(0 22px 28px rgba(14, 43, 42, 0.16));
}
/* Content stretches so price + add-to-cart pin to the card bottom,
   keeping rows visually even when descriptions differ in length. */
.product-card--lg .product-card__content {
  padding: clamp(18px, 1.6vw, 24px) clamp(20px, 1.8vw, 26px) clamp(22px, 2vw, 28px);
  flex: 1 1 auto;
}
.product-card--lg .product-card__footer {
  margin-top: auto;
}
/* Cart-with-plus quick-add glyph is finer-lined than the old bare plus */
.product-card__add-icon--cartplus {
  width: 21px; height: 21px;
  stroke-width: 1.9;
}
.product-card--lg .product-card__title {
  font-size: clamp(20px, 1.6vw, 24px);
}
.product-card--lg .product-card__price {
  font-size: clamp(20px, 1.7vw, 26px);
  color: var(--orange);
}

/* Functional jerky is chicken-based — borrow the chicken family tint with
   the brick-red badge providing the functional cue. */
.product-card--functional .product-card__image-wrap {
  background: var(--chicken-light);
}

/* ============================================================
   39. STATIC TRUST ROW — clean replacement for marquee
   ============================================================ */
.trust--static {
  background: var(--cream-soft);
  padding: 22px 0;
  border-top: 1px solid var(--rule-soft);
  border-bottom: 1px solid var(--rule-soft);
}
.trust--static .trust__inner {
  display: flex; flex-wrap: wrap;
  justify-content: center;
  gap: clamp(20px, 4vw, 56px);
  padding: 0 var(--gutter);
}
.trust--static .trust__item {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal-ink);
}
.trust__dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--orange);
  display: inline-block;
}
@media (max-width: 600px) {
  .trust--static { padding: 16px 0; }
  .trust--static .trust__inner { gap: 14px 28px; }
  .trust--static .trust__item { font-size: 11px; letter-spacing: 0.14em; }
}

/* ============================================================
   40. PROTEIN EDUCATION MODULE — refined editorial layout
   Replaces the old "Every Dog. Every Treat." section.
   ============================================================ */
.protein-edu {
  background: var(--cream);
  padding: clamp(72px, 9vw, 128px) 0;
}
.protein-edu__lead-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
  margin-bottom: clamp(44px, 5vw, 72px);
}
.protein-edu__copy { max-width: 540px; }
.protein-edu__title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(36px, 4.6vw, 64px);
  line-height: 1.0;
  letter-spacing: -0.015em;
  color: var(--ink);
  text-transform: uppercase;
  margin: 14px 0 18px;
}
.protein-edu__title em { font-style: normal; color: var(--ink); }
.protein-edu__lead {
  font-size: clamp(16px, 1.1vw, 18px);
  line-height: 1.6;
  color: var(--teal-ink);
  margin-bottom: 28px;
}
.protein-edu__cta {
  display: flex; flex-wrap: wrap; gap: 14px;
  margin-bottom: 32px;
}
.protein-edu__stat {
  display: inline-flex; align-items: center; gap: 14px;
  padding: 16px 22px;
  border-radius: var(--r-md);
  background: var(--paper);
  border: 1px solid var(--rule-soft);
  border-left: 4px solid var(--orange);
  max-width: 460px;
}
.protein-edu__stat-num {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 38px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--orange);
}
.protein-edu__stat-num span { font-size: 22px; vertical-align: top; }
.protein-edu__stat-label {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--teal-ink);
}

.protein-edu__media {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  /* Square keeps the section feel without dominating the page on desktop. */
  aspect-ratio: 1 / 1;
  max-height: 560px;
  background: var(--cream-deep);
  box-shadow: var(--shadow-md);
}
.protein-edu__media > img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}

/* Single horizontal benefit row — no busy tile collage */
.protein-edu__points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2vw, 32px);
  padding-top: clamp(28px, 3vw, 44px);
  border-top: 1px solid var(--rule-soft);
}
.protein-edu__point {
  display: flex; flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}
.protein-edu__point-num {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0;
  text-transform: none;
  color: var(--white);
  background: var(--orange);
  width: 64px; height: 64px;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  line-height: 1;
  margin-bottom: 4px;
}
.protein-edu__point-title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(18px, 1.4vw, 22px);
  text-transform: uppercase;
  letter-spacing: -0.005em;
  color: var(--ink);
  line-height: 1.15;
}
.protein-edu__point-copy {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--teal-ink);
}

@media (max-width: 1100px) {
  .protein-edu__points { grid-template-columns: repeat(2, 1fr); gap: 28px 32px; }
}
@media (max-width: 900px) {
  .protein-edu__lead-row { grid-template-columns: 1fr; }
  .protein-edu__media { aspect-ratio: 4 / 3; }
}
@media (max-width: 600px) {
  .protein-edu__points { grid-template-columns: 1fr; gap: 24px; }
}

/* ============================================================
   41. HOMEPAGE SECTION RHYTHM — controlled spacing
   Tighten the gaps between large carousels so the page reads
   as one composition rather than detached posters.
   ============================================================ */
.pl-carousel + .pl-carousel,
.pl-carousel + .section,
.section + .pl-carousel { padding-top: 0; }

/* Best Sellers section padding */
.section--bestsellers { padding: clamp(72px, 9vw, 128px) 0; }

/* The trust row used to sit between the hero and Best Sellers; with it
   removed, give the hero room to breathe before the product grid. */
.pl-carousel--hero + .section--bestsellers { padding-top: clamp(56px, 7vw, 104px); }

/* ============================================================
   42. NEWSLETTER — solid orange, no patterns
   ============================================================ */
.newsletter--orange {
  background: var(--orange);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
/* Two thin cream rules sit at the very top + bottom of the band as a
   restrained brand mark — cleaner than a radial wash, gives the orange
   surface a defined shape without looking template-y. */
.newsletter--orange::before,
.newsletter--orange::after {
  content: '';
  position: absolute;
  left: 0; right: 0;
  height: 4px;
  background: var(--cream);
  opacity: 0.4;
  pointer-events: none;
}
.newsletter--orange::before { top: 0; }
.newsletter--orange::after  { bottom: 0; }
.newsletter--orange .newsletter__inner { position: relative; z-index: 1; }
.newsletter--orange .eyebrow { color: var(--cream); }
.newsletter--orange .eyebrow::before { background: var(--cream); }

/* ============================================================
   43. REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  .pl-carousel__slide,
  .pl-carousel__slide.is-active,
  .pl-carousel__slide.is-leaving,
  .pl-carousel--hero .pl-carousel__media > img,
  .product-card,
  .product-card__image,
  .protein-edu__media > img {
    transition: opacity 200ms linear !important;
    transform: none !important;
  }
  .pl-carousel.is-animating .pl-carousel__slide { will-change: auto !important; }
}

/* ============================================================
   44. PDP FAMILY THEMING
   Set `data-product-family="chicken|duck|salmon"` on <body> to swap
   the subtle accents on a product detail page. Primary orange (CTA,
   eyebrow defaults, active states, price) stays consistent site-wide.

   The custom properties below are surfaced through:
     · the PDP gallery image-area background tint (uses --pdp-light)
     · the PDP family chip / micro-callout (uses --pdp-mid)
     · the PDP family accent text (uses --pdp-deep)
     · the PDP family hairline accent bar
   ============================================================ */
:root {
  /* Default fallback — chicken family if no data attribute is set */
  --pdp-light: var(--chicken-light);
  --pdp-mid:   var(--chicken-mid);
  --pdp-deep:  var(--chicken-deep);
}
body[data-product-family="chicken"] {
  --pdp-light: var(--chicken-light);
  --pdp-mid:   var(--chicken-mid);
  --pdp-deep:  var(--chicken-deep);
}
body[data-product-family="duck"] {
  --pdp-light: var(--duck-light);
  --pdp-mid:   var(--duck-mid);
  --pdp-deep:  var(--duck-deep);
}
body[data-product-family="salmon"] {
  --pdp-light: var(--salmon-light);
  --pdp-mid:   var(--salmon-mid);
  --pdp-deep:  var(--salmon-deep);
}

/* PDP — gallery image well: solid family wash behind the pack */
body[data-product-family] .product-gallery__main,
body[data-product-family] .product-gallery__image-wrap {
  background: var(--pdp-light);
}

/* PDP — family accent bar that sits above the product title.
   Falls back gracefully when the markup isn't present. */

/* PDP — family-tinted callout chip used for ingredient highlights */
.pdp-accent-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: var(--r-pill);
  font-family: var(--font-accent);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: lowercase;
  background: color-mix(in srgb, var(--pdp-light) 70%, transparent);
  color: var(--pdp-deep);
  border: 1px solid color-mix(in srgb, var(--pdp-mid) 60%, transparent);
}

/* PDP — family-tinted thin rule under the product price */
body[data-product-family] .product-info__price-row {
  border-bottom: 1px solid color-mix(in srgb, var(--pdp-mid) 50%, transparent);
  padding-bottom: 18px;
}

/* ============================================================
   QUICK VIEW MODAL — minimal add-to-cart popup from product cards
   ============================================================ */
.quickview-overlay {
  position: fixed; inset: 0;
  background: rgba(14, 43, 42, 0.5);
  backdrop-filter: blur(3px);
  opacity: 0; visibility: hidden;
  transition: opacity var(--ease), visibility var(--ease);
  z-index: 1200;
}
.quickview-overlay.is-open { opacity: 1; visibility: visible; }
.quickview {
  position: fixed;
  top: 50%; left: 50%;
  transform: translate(-50%, -47%) scale(0.98);
  width: min(820px, calc(100vw - 40px));
  max-height: calc(100vh - 48px);
  overflow: auto;
  background: var(--paper);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg);
  z-index: 1201;
  opacity: 0; visibility: hidden;
  transition: opacity var(--ease), transform var(--spring), visibility var(--ease);
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.quickview.is-open { opacity: 1; visibility: visible; transform: translate(-50%, -50%) scale(1); }
.quickview__close {
  position: absolute; top: 14px; right: 14px;
  width: 40px; height: 40px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 28px; line-height: 1;
  color: var(--ink);
  border-radius: var(--r-pill);
  z-index: 2;
  transition: background var(--ease);
}
.quickview__close:hover { background: var(--teal-06); }
.quickview__media {
  background: var(--cream-soft);
  display: flex; align-items: center; justify-content: center;
  padding: 32px;
  border-radius: var(--r-lg) 0 0 var(--r-lg);
}
.quickview__image {
  width: 100%; height: auto; object-fit: contain;
  filter: drop-shadow(0 18px 22px rgba(14, 43, 42, 0.12));
}
.quickview__body {
  padding: 44px 40px 36px;
  display: flex; flex-direction: column; gap: 12px;
  align-items: flex-start;
}
.quickview__meta {
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  font-weight: 600; color: var(--teal-50);
}
.quickview__title {
  font-family: var(--font-head); font-weight: 700;
  font-size: 32px; text-transform: uppercase; line-height: 1.0;
  color: var(--ink); letter-spacing: -0.01em;
}
.quickview__desc { font-size: 15px; line-height: 1.55; color: var(--teal-ink); }
.quickview__price {
  font-family: var(--font-head); font-weight: 700;
  font-size: 28px; color: var(--ink); margin: 2px 0 6px;
}
.quickview__body .btn { width: 100%; }
.quickview__link {
  font-size: 13px; font-weight: 600; color: var(--orange);
  letter-spacing: 0.04em; align-self: center; margin-top: 2px;
}
.quickview__link:hover { text-decoration: underline; }
@media (max-width: 720px) {
  .quickview { grid-template-columns: 1fr; max-height: calc(100vh - 32px); width: calc(100vw - 32px); }
  .quickview__media { border-radius: var(--r-lg) var(--r-lg) 0 0; padding: 24px; }
  .quickview__body { padding: 28px 24px 28px; }
  .quickview__title { font-size: 26px; }
}

/* ============================================================
   DOG-FIRST MICROINTERACTIONS
   Paw-print trail on the hero · treat-drop on quick-add ·
   wagging-tail burst on the cart-added check.
   All effects are decorative and disabled for reduced motion.
   ============================================================ */
.delight-layer {
  position: fixed; inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 95;
}
.delight-layer > * { position: fixed; pointer-events: none; }

/* Paw prints */
.paw {
  width: 26px; height: 26px;
  margin: -13px 0 0 -13px;
  color: var(--orange);
  opacity: 0;
  filter: drop-shadow(0 1px 1px rgba(14, 43, 42, 0.18));
  animation: paw-pop 950ms ease-out forwards;
  transform: rotate(var(--paw-rot, 0deg));
}
.paw svg { width: 100%; height: 100%; fill: currentColor; display: block; }
@keyframes paw-pop {
  0%   { opacity: 0;    transform: rotate(var(--paw-rot, 0deg)) scale(0.5); }
  18%  { opacity: 0.5;  transform: rotate(var(--paw-rot, 0deg)) scale(1); }
  70%  { opacity: 0.42; }
  100% { opacity: 0;    transform: rotate(var(--paw-rot, 0deg)) scale(1); }
}

/* Treat drop */
.delight-treat {
  width: 22px; height: 22px;
  margin: -11px 0 0 -11px;
  filter: drop-shadow(0 2px 2px rgba(14, 43, 42, 0.2));
  animation: treat-drop 760ms cubic-bezier(0.45, 0, 0.7, 1) forwards;
}
.delight-treat svg { width: 100%; height: 100%; display: block; }
@keyframes treat-drop {
  0%   { opacity: 0; transform: translateY(-6px) rotate(0deg) scale(0.7); }
  22%  { opacity: 1; transform: translateY(0)    rotate(8deg) scale(1); }
  100% { opacity: 0; transform: translateY(56px) rotate(36deg) scale(0.9); }
}

/* Wagging tail */
.delight-tail {
  width: 30px; height: 30px;
  margin: -36px 0 0 -3px;
  color: var(--orange);
  transform-origin: 22% 88%;
  filter: drop-shadow(0 2px 2px rgba(14, 43, 42, 0.18));
  animation: tail-wag 780ms ease-in-out forwards;
}
.delight-tail svg { width: 100%; height: 100%; fill: currentColor; display: block; }
@keyframes tail-wag {
  0%   { opacity: 0; transform: rotate(-14deg) scale(0.7); }
  15%  { opacity: 1; transform: rotate(-14deg) scale(1); }
  32%  { transform: rotate(20deg)  scale(1); }
  48%  { transform: rotate(-8deg)  scale(1); }
  64%  { transform: rotate(16deg)  scale(1); }
  80%  { transform: rotate(-4deg)  scale(1); }
  100% { opacity: 0; transform: rotate(8deg) scale(0.95); }
}

/* Satisfying pop when the quick-add check appears */
.product-card__add.is-added .product-card__add-icon--check {
  animation: check-pop 380ms var(--spring);
}
@keyframes check-pop {
  0%   { transform: scale(0.3); }
  60%  { transform: scale(1.18); }
  100% { transform: scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .paw, .delight-treat, .delight-tail,
  .product-card__add.is-added .product-card__add-icon--check {
    animation: none !important;
  }
  .paw, .delight-treat, .delight-tail { display: none !important; }
}

/* ============================================================
   ORANGE sections (newsletter, stats band, CTA banner).
   Solid orange fill — paw-print motif removed.
   ============================================================ */
.newsletter--orange,
.stats--orange,
.cta-banner {
  background-color: var(--orange);
}

/* ============================================================
   ABOUT PAGE — V4 redesign (editorial, photo-led, on-brand)
   Self-contained classes (ab-*) so it doesn't fight legacy rules.
   ============================================================ */

/* ---- Hero ---- */
.ab-hero {
  background: var(--cream);
  border-bottom: 1px solid var(--rule-soft);
  padding: clamp(44px, 6vw, 84px) 0 clamp(52px, 7vw, 92px);
  position: relative;
  overflow: hidden;
}
.ab-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.ab-hero__copy { max-width: 560px; }
.ab-hero__title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.015em;
  color: var(--orange);
  text-transform: uppercase;
  margin: 4px 0 18px;
}
.ab-hero__title em { font-style: normal; color: var(--ink); }
.ab-hero__sub {
  font-size: clamp(16px, 1.1vw, 18px);
  line-height: 1.6;
  color: var(--teal-ink);
  margin-bottom: 22px;
  max-width: 520px;
}
.ab-hero__chips { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; padding: 0; margin: 0; }
.ab-hero__media {
  margin: 0;
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 1 / 1;
  max-height: 480px;
  box-shadow: var(--shadow-md);
  background: var(--cream-deep);
}
.ab-hero__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 860px) {
  .ab-hero__inner { grid-template-columns: 1fr; }
  .ab-hero__media { aspect-ratio: 16 / 10; max-height: 340px; }
}

/* ---- Story (alternating editorial blocks) ---- */
.ab-story { background: var(--cream); padding: clamp(64px, 8vw, 112px) 0; }
.ab-story__block {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  margin-bottom: clamp(48px, 6vw, 88px);
}
.ab-story__block:last-child { margin-bottom: 0; }
.ab-story__title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.0;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: var(--ink);
  margin: 10px 0 16px;
}
.ab-story__title em { font-style: normal; color: var(--orange); }
.ab-story__text p {
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.65;
  color: var(--teal-ink);
  margin-bottom: 16px;
}
.ab-story__text p:last-child { margin-bottom: 0; }
.ab-story__media {
  margin: 0;
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 1 / 1;
  max-height: 460px;
  box-shadow: var(--shadow-md);
  background: var(--cream-deep);
}
.ab-story__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 860px) {
  .ab-story__block { grid-template-columns: 1fr; gap: 24px; }
  .ab-story__block--reverse .ab-story__media { order: 2; }
  .ab-story__block--reverse .ab-story__text { order: 1; }
}

/* ---- Founders' note ---- */
.ab-quote {
  background: var(--cream-soft);
  border-top: 1px solid var(--rule-soft);
  border-bottom: 1px solid var(--rule-soft);
  padding: clamp(56px, 7vw, 96px) 0;
}
.ab-quote__inner {
  max-width: 760px; margin: 0 auto; padding: 0 var(--gutter);
  text-align: center;
  display: flex; flex-direction: column; align-items: center;
}
.ab-quote__mark {
  width: 46px; height: 46px;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--orange);
  margin-bottom: 18px;
}
.ab-quote__mark svg { width: 100%; height: 100%; }
.ab-quote__text {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(24px, 3vw, 40px);
  line-height: 1.18;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0 0 18px;
}
.ab-quote__by {
  font-size: 13px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--orange);
}

/* ---- Values ---- */
.ab-values { background: var(--cream); padding: clamp(64px, 8vw, 112px) 0; }
.ab-values__header { text-align: center; margin-bottom: clamp(36px, 4vw, 56px); }
.ab-values__header .eyebrow { justify-content: center; }
.ab-values__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 1.6vw, 24px);
}
.ab-value {
  background: var(--paper);
  border: 1px solid var(--rule-soft);
  border-radius: var(--r-lg);
  padding: clamp(26px, 2.4vw, 36px) clamp(20px, 2vw, 26px);
  text-align: center;
  display: flex; flex-direction: column; align-items: center;
  transition: transform var(--ease), box-shadow var(--ease);
}
.ab-value:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.ab-value__icon {
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--orange); color: var(--white);
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
  box-shadow: 0 8px 20px rgba(251, 71, 31, 0.25);
}
.ab-value__icon svg { width: 30px; height: 30px; }
.ab-value__title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(18px, 1.4vw, 21px);
  text-transform: uppercase;
  letter-spacing: -0.005em;
  color: var(--ink);
  line-height: 1.1;
  margin-bottom: 8px;
}
.ab-value__desc { font-size: 14px; line-height: 1.55; color: var(--teal-ink); }
@media (max-width: 900px) { .ab-values__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .ab-values__grid { grid-template-columns: 1fr; } }

/* ---- Treat collections ---- */
.ab-collections { background: var(--cream); padding: clamp(64px, 8vw, 112px) 0; }
.ab-collections__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2vw, 28px);
  margin-top: clamp(36px, 4vw, 52px);
}
.ab-collection {
  background: var(--paper);
  border: 1px solid var(--rule-soft);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform var(--ease), box-shadow var(--ease);
}
.ab-collection:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.ab-collection__media {
  display: flex; align-items: center; justify-content: center;
  aspect-ratio: 1 / 1;
  padding: 28px;
  background: var(--cream-soft);
}
.ab-collection--chicken .ab-collection__media { background: var(--chicken-light); }
.ab-collection--duck    .ab-collection__media { background: var(--duck-light); }
.ab-collection--salmon  .ab-collection__media { background: var(--salmon-light); }
.ab-collection__media img {
  width: 100%; height: 100%; object-fit: contain;
  filter: drop-shadow(0 16px 20px rgba(14, 43, 42, 0.14));
  transition: transform var(--ease-slow);
}
.ab-collection:hover .ab-collection__media img { transform: scale(1.04) translateY(-4px); }
.ab-collection__body {
  padding: 24px 24px 28px;
  display: flex; flex-direction: column; gap: 10px; align-items: flex-start;
  flex: 1;
}
.ab-collection__title {
  font-family: var(--font-head); font-weight: 700;
  font-size: 26px; text-transform: uppercase;
  color: var(--ink); line-height: 1; letter-spacing: -0.01em;
}
.ab-collection__desc { font-size: 14.5px; line-height: 1.55; color: var(--teal-ink); flex: 1; }
.ab-collection__body .btn { margin-top: 4px; }
@media (max-width: 820px) {
  .ab-collections__grid { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; }
}

/* ============================================================
   MOBILE HERO — trim to ~one screen; kill horizontal overflow
   ============================================================ */
/* Long rotating announcement messages must not push page width */
.announcement-bar { overflow: hidden; }
@media (max-width: 600px) {
  .announcement-bar { font-size: 11px; letter-spacing: 0.06em; padding: 8px 38px 8px 16px; }
  .announcement-bar__message { white-space: nowrap; }

  .pl-carousel--hero:not(.pl-carousel--hero-full) { padding-top: 12px; padding-bottom: 30px; }
  /* Cap the hero image so it doesn't eat the fold */
  .pl-carousel--hero .pl-carousel__media {
    aspect-ratio: auto;
    height: clamp(190px, 34vh, 290px);
    order: -1;
  }
  .pl-hero-content__title { font-size: clamp(30px, 8.5vw, 42px); margin: 12px 0 12px; }
  .pl-hero-content__sub { font-size: 15px; line-height: 1.5; margin-bottom: 18px; }
  /* Chips are a nice-to-have; drop them on phones to keep the CTA above the fold */
  .pl-hero-content__chips { display: none; }
  .pl-hero-content__cta { gap: 10px; margin-bottom: 16px; }
}

/* ============================================================
   PDP STICKY ADD-TO-CART BAR
   Slides up once the main buy row scrolls out of view.
   ============================================================ */
.sticky-buy {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 200;
  background: var(--paper);
  border-top: 1px solid var(--rule);
  box-shadow: 0 -8px 24px rgba(14, 43, 42, 0.10);
  transform: translateY(100%);
  transition: transform var(--ease);
  padding: 10px 0;
}
.sticky-buy.is-visible { transform: translateY(0); }
.sticky-buy__inner {
  max-width: var(--max); margin: 0 auto;
  padding: 0 var(--gutter);
  display: flex; align-items: center; gap: 16px;
}
.sticky-buy__img {
  width: 48px; height: 48px;
  border-radius: var(--r-sm);
  object-fit: contain;
  background: var(--cream-soft);
  padding: 4px;
  flex-shrink: 0;
}
.sticky-buy__info { display: flex; flex-direction: column; min-width: 0; margin-right: auto; }
.sticky-buy__title {
  font-family: var(--font-head); font-weight: 700;
  font-size: 16px; text-transform: uppercase;
  color: var(--ink); line-height: 1; letter-spacing: -0.01em;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.sticky-buy__meta {
  font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase;
  font-weight: 600; color: var(--teal-50); margin-top: 4px;
}
.sticky-buy__action { display: flex; align-items: center; gap: 16px; flex-shrink: 0; }
.sticky-buy__price { font-family: var(--font-head); font-weight: 700; font-size: 21px; color: var(--ink); }
.sticky-buy__btn { width: auto; flex-shrink: 0; white-space: nowrap; }
@media (max-width: 600px) {
  .sticky-buy__inner { gap: 10px; }
  .sticky-buy__img { width: 42px; height: 42px; }
  .sticky-buy__title { font-size: 14px; }
  .sticky-buy__meta { font-size: 10px; }
  .sticky-buy__action { gap: 10px; }
  .sticky-buy__price { font-size: 17px; }
  .sticky-buy__btn { padding: 13px 18px; font-size: 13px; }
}
@media (max-width: 420px) {
  .sticky-buy__price { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .sticky-buy { transition: none; }
}

/* ============================================================
   MOBILE MENU + HEADER + HERO + HEADING REFINEMENTS
   ============================================================ */
/* Consistent lowercase across major headings (matches the hero voice) */
.cta-banner__title,
.protein-edu__title,
.pl-hero-content__title,
.ab-hero__title,
.ab-story__title,
.ab-value__title { text-transform: uppercase; }

/* Section + newsletter headers stay uppercase */
.section-header__title,
.newsletter__title { text-transform: uppercase; }

/* Header on mobile: logo hard-left, actions hard-right (space-between) */
@media (max-width: 900px) {
  .header__inner { grid-template-columns: auto auto; justify-content: space-between; gap: 12px; }
}

/* Mobile-menu official logo mark */
.mm-logo { display: inline-flex; align-items: center; }
.mm-logo .brand-logo { height: 22px; width: auto; }

/* Smaller mobile-menu type so everything fits */
.mm-primary-link,
.mm-primary-expand { font-size: 20px; padding: 15px 4px; min-height: 48px; }

/* Shop-by-category -> compact sub-menu rows (no oversized image cards) */
.mm-categories { padding: 18px 0 16px; }
.mm-categories-scroll {
  flex-direction: column;
  gap: 8px;
  overflow: visible;
  padding: 4px 22px;
  scroll-snap-type: none;
}
.mm-cat {
  flex: none;
  aspect-ratio: auto;
  display: flex; align-items: center; gap: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  background: var(--cream-soft);
  border: 1px solid var(--rule-soft);
  box-shadow: none;
  color: var(--ink);
}
.mm-cat::after { display: none; }
.mm-cat__icon {
  flex: 0 0 auto;
  width: 38px; height: 38px;
  border-radius: 10px;
  background: var(--orange);
  color: var(--white);
  display: inline-flex; align-items: center; justify-content: center;
}
.mm-cat__icon svg { width: 20px; height: 20px; }
.mm-cat__content {
  position: static; left: auto; right: auto; bottom: auto;
  flex: 1; min-width: 0;
}
.mm-cat__title { color: var(--ink); font-size: 15px; text-transform: none; }
.mm-cat__desc { color: var(--teal-50); font-size: 10px; letter-spacing: 0.12em; }
.mm-cat .mm-arrow {
  width: 16px; height: 16px; flex: 0 0 auto;
  color: var(--teal-50);
  fill: none; stroke: currentColor; stroke-width: 1.8;
  stroke-linecap: round; stroke-linejoin: round;
}

/* Filled social icons in the mobile-menu footer */
.mm-social svg { fill: currentColor; stroke: none; }

/* Cleaner hero on phones: drop the prev/next arrows, center the dots */
@media (max-width: 600px) {
  .pl-carousel--hero .pl-carousel__button { display: none; }
  .pl-carousel--hero .pl-carousel__controls { display: flex; justify-content: center; width: 100%; }
}

/* Desktop hero controls: drop the arrows + center the dots (mobile is untouched) */
@media (min-width: 901px) {
  .pl-carousel--hero .pl-carousel__button { display: none; }
  .pl-carousel--hero .pl-carousel__controls {
    left: 0; right: 0;
    display: flex; justify-content: center;
    bottom: clamp(22px, 3vw, 40px);
  }
}

/* PDP buy row: align the quantity selector + add-to-cart to equal height */
.product-info__buy { align-items: stretch; }
.product-info__buy .quantity-selector { margin-bottom: 0; }

/* ============================================================
   PDP — dedicated customer reviews section
   ============================================================ */
.product-reviews {
  padding: clamp(48px, 7vw, 96px) 0;
  background: var(--cream);
  border-top: 1px solid var(--rule-soft);
}
/* PDP reviews ride the PL SNAP reviews rail (Aug 27): 3-up row on desktop,
   scroll-snap swipe rail at <=900px. Only the top margin lives here. */
.product-reviews__grid {
  margin-top: clamp(32px, 4vw, 48px);
}

/* ============================================================
   MOBILE HERO — full-bleed image, flush to the header
   (legacy two-column hero only — the full-bleed variant opts out)
   ============================================================ */
@media (max-width: 600px) {
  .pl-carousel--hero:not(.pl-carousel--hero-full) { padding-top: 0; padding-bottom: 28px; }
  .pl-carousel--hero:not(.pl-carousel--hero-full) .pl-carousel__viewport { padding: 0; max-width: none; }
  .pl-carousel--hero:not(.pl-carousel--hero-full) .pl-carousel__media {
    border-radius: 0;
    height: clamp(230px, 40vh, 330px);
    box-shadow: none;
  }
  .pl-hero-content { padding: 0 var(--gutter); }
  .pl-carousel--hero:not(.pl-carousel--hero-full) .pl-carousel__controls { padding: 0 var(--gutter); }
}

/* Desktop hero: media fills the track height so all four corners stay inside
   the viewport clip (fixes the square-cut bottom on shorter viewports) */
@media (min-width: 1101px) {
  .pl-carousel--hero:not(.pl-carousel--hero-full) .pl-carousel__slide { align-items: stretch; }
  .pl-carousel--hero:not(.pl-carousel--hero-full) .pl-hero-content { align-self: center; }
  .pl-carousel--hero:not(.pl-carousel--hero-full) .pl-carousel__media {
    aspect-ratio: auto;
    height: 100%;
    max-height: none;
  }
}

/* PREVIEW: one slide keeps the original contained mobile hero (so both
   treatments can be compared live by swiping). Remove when decided. */
@media (max-width: 600px) {
  .pl-slide--preview-orig .pl-carousel__media {
    margin: 14px var(--gutter) 0;
    border-radius: var(--r-lg);
    height: clamp(200px, 34vh, 290px);
    box-shadow: var(--shadow-md);
  }
}


/* ============================================================
   PROTEIN QUIZ — nav icon · home promo · dedicated quiz page
   "Find Your Dog's Protein Profile"
   ============================================================ */

/* ---- Nav calculator icon — always-visible label under the icon ---- */
.header__quiz-btn {
  display: inline-flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 3px;
  min-width: 42px;
  padding: 5px 10px;
  border-radius: var(--r-sm);
  color: var(--ink);
  transition: background var(--ease), color var(--ease);
  position: relative;
}
.header__quiz-btn:hover { background: var(--teal-06); color: var(--orange); }
.header__quiz-btn svg {
  width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8;
  stroke-linecap: round; stroke-linejoin: round;
}
.header__quiz-btn rect { fill: none; }
.header__quiz-label {
  font-family: var(--font-body);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
}
/* On phones the Protein Calculator lives in the mobile menu, not the header */
@media (max-width: 900px) {
  .header__quiz-btn { display: none; }
}

/* ---- Home promo section: "see how much protein your pet needs" ---- */
.quiz-promo {
  background: var(--cream-deep);
  color: var(--ink);
  overflow: hidden;
}
.quiz-promo__inner {
  max-width: var(--content);
  margin: 0 auto;
  padding: clamp(56px, 8vw, 104px) var(--gutter);
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(40px, 6vw, 88px);
  align-items: center;
}
.quiz-promo__eyebrow { color: var(--orange); }
.quiz-promo__eyebrow::before { background: var(--orange); }
.quiz-promo__title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(40px, 5.4vw, 76px);
  line-height: 0.94;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 18px 0 20px;
}
.quiz-promo__title em { font-style: normal; color: var(--orange); }
.quiz-promo__desc {
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.6;
  color: var(--teal-ink);
  max-width: 480px;
  margin-bottom: 32px;
}
.quiz-promo__steps {
  list-style: none;
  margin: 0 0 36px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
}
.quiz-promo__steps li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 600;
  color: var(--teal-ink);
}
.quiz-promo__steps li::before {
  content: '';
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--orange);
  flex-shrink: 0;
}
.quiz-promo__cta { display: inline-flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.quiz-promo__note { font-size: 13px; color: var(--teal-50); }

/* Decorative profile-card cluster on the right */
.quiz-promo__visual {
  position: relative;
  display: grid;
  gap: 14px;
  justify-items: center;
}
.quiz-promo__card {
  width: 100%;
  max-width: 340px;
  background: var(--paper);
  color: var(--ink);
  border-radius: var(--r-lg);
  padding: 24px 26px;
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  gap: 18px;
}
.quiz-promo__card:nth-child(2) { transform: translateX(22px); background: var(--peach-soft); }
.quiz-promo__card:nth-child(3) { transform: translateX(-14px); background: var(--cream-soft); }
.quiz-promo__card-icon {
  width: 52px; height: 52px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--orange);
  color: var(--white);
  display: inline-flex; align-items: center; justify-content: center;
}
.quiz-promo__card:nth-child(2) .quiz-promo__card-icon { background: var(--tangerine); }
.quiz-promo__card:nth-child(3) .quiz-promo__card-icon { background: var(--brick-red); }
.quiz-promo__card-icon svg { width: 26px; height: 26px; }
.quiz-promo__card-label {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--teal-50);
  display: block;
  margin-bottom: 3px;
}
.quiz-promo__card-name {
  font-family: var(--font-body);
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--ink);
}
@media (max-width: 860px) {
  .quiz-promo__inner { grid-template-columns: 1fr; gap: 44px; }
  .quiz-promo__visual { max-width: 380px; margin: 0 auto; }
  .quiz-promo__card:nth-child(2),
  .quiz-promo__card:nth-child(3) { transform: none; }
}


/* ============================================================
   QUIZ PAGE — centered branded card on a warm cream stage
   ============================================================ */
.quiz-page { background: var(--cream); }
.quiz-rec-hidden { display: none !important; }

/* The stage — flat cream backdrop */
.quiz-stage {
  position: relative;
  min-height: calc(100vh - var(--nav-h) - var(--ann-h));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(40px, 7vw, 96px) var(--gutter);
}

/* The card */
.quiz-card {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 600px;
  background: var(--paper);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-lg);
  padding: clamp(28px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  /* Reserved height so the card never resizes between questions */
  min-height: 560px;
}

/* Progress */
.quiz-card__progress { margin-bottom: clamp(24px, 4vw, 36px); }
.quiz-card__progress-meta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 10px;
}
.quiz-card__count {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--orange);
}
.quiz-card__percent {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--teal-50);
}
.quiz-card__track {
  height: 6px;
  background: var(--teal-10);
  border-radius: var(--r-pill);
  overflow: hidden;
}
.quiz-card__fill {
  height: 100%;
  width: 20%;
  background: var(--orange);
  border-radius: var(--r-pill);
  transition: width var(--ease-slow);
}

/* Steps — cross-fade, top-aligned, grow to fill card */
.quiz-card__body { flex: 1; display: flex; flex-direction: column; }
.quiz-step { display: none; }
.quiz-step.is-active {
  display: flex;
  flex-direction: column;
  flex: 1;
  /* Center short steps (the name step) inside the card's reserved height */
  justify-content: center;
  animation: quiz-step-in 360ms cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes quiz-step-in {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}
.quiz-step__q {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(28px, 4.4vw, 44px);
  line-height: 0.98;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--ink);
  margin-bottom: 6px;
}
.quiz-step__q em { font-style: normal; color: var(--ink); }
.quiz-step__hint {
  font-size: 14px;
  line-height: 1.5;
  color: var(--teal-50);
  margin-bottom: 22px;
}

/* Options — single column rows, brand card styling */
.quiz-step__options { display: flex; flex-direction: column; gap: 10px; }
.quiz-opt {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 14px 16px;
  background: var(--cream-soft);
  border: 2px solid var(--rule-soft);
  border-radius: var(--r-md);
  cursor: pointer;
  text-align: left;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  transition: border-color var(--ease), background var(--ease), transform var(--ease), box-shadow var(--ease);
}
.quiz-opt:hover {
  border-color: var(--peach);
  background: var(--paper);
  transform: translateY(-1px);
  box-shadow: var(--shadow-sm);
}
.quiz-opt.is-selected {
  border-color: var(--orange);
  background: var(--peach-soft);
}
.quiz-opt__icon {
  width: 40px; height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--white);
  color: var(--ink);
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-xs);
  transition: background var(--ease), color var(--ease);
}
.quiz-opt__icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.quiz-opt.is-selected .quiz-opt__icon { background: var(--orange); color: var(--white); }
.quiz-opt__label { flex: 1; }
.quiz-opt__radio {
  width: 22px; height: 22px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 2px solid var(--rule);
  position: relative;
  transition: border-color var(--ease);
}
.quiz-opt.is-selected .quiz-opt__radio { border-color: var(--orange); }
.quiz-opt.is-selected .quiz-opt__radio::after {
  content: '';
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: var(--orange);
}

/* Card footer / nav */
.quiz-card__nav[hidden] { display: none; }
.quiz-card__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--rule-soft);
}
.quiz-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  color: var(--teal-50);
  cursor: pointer;
  padding: 6px 2px;
  transition: color var(--ease), gap var(--ease);
}
.quiz-back:hover { color: var(--ink); gap: 9px; }
.quiz-back[hidden] { visibility: hidden; }
.quiz-card__nav-note {
  font-size: 13px;
  color: var(--teal-50);
}

@media (max-width: 540px) {
  .quiz-card { min-height: 0; padding: 24px 20px; border-radius: var(--r-lg); }
  .quiz-stage { padding: 24px 16px; min-height: 0; }
}

/* ============================================================
   QUIZ RESULT — full branded sections, real product cards
   ============================================================ */
.quiz-result { display: none; }
.quiz-result.is-active { display: block; }

/* Persona band — orange, like the homepage newsletter */
.quiz-result__hero {
  background: var(--orange);
  color: var(--white);
  text-align: center;
  /* extra bottom padding = clearance for the breakout stat card overlap */
  padding: clamp(56px, 8vw, 104px) var(--gutter) clamp(92px, 11vw, 140px);
  position: relative;
  overflow: hidden;
}
.quiz-result__hero-inner { max-width: 720px; margin: 0 auto; position: relative; z-index: 1; }
.quiz-result__persona {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(40px, 6.4vw, 92px);
  line-height: 0.92;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: var(--white);
  margin: 14px 0 16px;
}
.quiz-result__persona em { font-style: normal; color: inherit; }
.quiz-result__blurb {
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.6;
  color: rgba(255, 253, 248, 0.92);
  max-width: 540px;
  margin: 0 auto 28px;
}
.quiz-result__chips {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.quiz-result__chip {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--white);
  background: rgba(255, 255, 255, 0.2);
  border-radius: var(--r-pill);
  padding: 8px 15px;
}
.quiz-result__chip--score { background: var(--ink); color: var(--white); }

/* Daily calorie + protein targets ("Protein by the Pound" table) */
/* Breakout stat card — straddles the orange hero seam so the daily
   numbers land as the quiz result. Hero padding-bottom below reserves
   the room the negative margin pulls the card up into. */
.quiz-result__statwrap {
  padding: 0 var(--gutter);
  margin-top: clamp(-58px, -5vw, -40px);
  position: relative;
  z-index: 2;
}
.quiz-statcard {
  max-width: 860px;
  margin: 0 auto;
  background: var(--paper);
  border-radius: var(--r-lg);
  box-shadow: 0 18px 44px rgba(26, 26, 26, 0.16);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
}
.quiz-stat {
  display: flex; flex-direction: column; align-items: center; gap: 9px;
  text-align: center;
  padding: clamp(24px, 3vw, 34px) 18px clamp(20px, 2.6vw, 30px);
}
.quiz-stat + .quiz-stat { border-left: 1px solid var(--rule-soft); }
.quiz-stat__icon {
  width: 42px; height: 42px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: var(--cream);
  color: var(--teal);
}
.quiz-stat__icon svg { width: 22px; height: 22px; fill: currentColor; }
.quiz-stat__num {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1;
  letter-spacing: -0.01em;
  color: var(--ink);
}
/* The treat budget is the Pur Luv number — the one bold spot on the card */
.quiz-stat--treat .quiz-stat__icon { background: var(--orange); color: var(--white); }
.quiz-stat--treat .quiz-stat__num { color: var(--orange); }
.quiz-stat__label {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal-ink);
}
.quiz-result__stats-note {
  grid-column: 1 / -1;
  border-top: 1px solid var(--rule-soft);
  background: var(--cream);
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--teal-ink);
  padding: 12px clamp(16px, 3vw, 28px);
  margin: 0;
}
@media (max-width: 700px) {
  .quiz-statcard { grid-template-columns: 1fr; }
  .quiz-stat { flex-direction: row; text-align: left; justify-content: flex-start; gap: 14px; padding: 16px 20px; }
  .quiz-stat + .quiz-stat { border-left: 0; border-top: 1px solid var(--rule-soft); }
  .quiz-stat__num { font-size: 28px; min-width: 118px; }
  .quiz-stat__icon { width: 36px; height: 36px; flex: 0 0 auto; }
  .quiz-stat__icon svg { width: 19px; height: 19px; }
}

/* Name step — text input + CTA + skip */
.quiz-name {
  display: flex; gap: 12px; justify-content: center; align-items: stretch;
  flex-wrap: wrap;
  max-width: 480px;
  margin: 0 auto;
}
.quiz-name__input {
  flex: 1 1 220px;
  min-width: 0;
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  color: var(--ink);
  background: var(--paper);
  border: 2px solid var(--rule);
  border-radius: var(--r-pill);
  padding: 14px 22px;
  outline: none;
  transition: border-color var(--ease), box-shadow var(--ease);
}
.quiz-name__input:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(251, 71, 31, 0.12);
}
.quiz-name__input::placeholder { color: var(--teal-50); font-weight: 500; }
.quiz-name__skip {
  display: block;
  margin: 20px auto 0;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  color: var(--teal-50);
  background: none; border: none; cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color var(--ease);
}
.quiz-name__skip:hover { color: var(--orange); }

/* Recommendations section reuses .section + .grid--3 + .product-card */
.quiz-result__recs { background: var(--cream); padding: clamp(56px, 8vw, 104px) 0; }
.quiz-result__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: clamp(40px, 5vw, 64px);
}
.quiz-result__restart {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  color: var(--teal-ink);
  cursor: pointer;
  transition: color var(--ease), gap var(--ease);
}
.quiz-result__restart:hover { color: var(--orange); gap: 11px; }
.quiz-result__disclaimer {
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
  color: var(--teal-50);
  max-width: 600px;
  margin: clamp(40px, 5vw, 56px) auto 0;
  padding: 0 var(--gutter);
}

/* ============================================================
   WHY PUR LUV — simple standards strip under best sellers
   ============================================================ */
.why-purluv {
  background: var(--cream-soft);
  border-top: 1px solid var(--rule-soft);
  border-bottom: 1px solid var(--rule-soft);
  padding: clamp(56px, 7vw, 96px) 0;
}
.why-purluv .section-header { margin-bottom: clamp(36px, 4vw, 56px); }
.why-purluv__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(24px, 3vw, 40px);
}
.why-purluv__item { text-align: center; }
.why-purluv__icon {
  display: flex; align-items: center; justify-content: center;
  width: 152px; height: 152px;
  margin: 0 auto 20px;
  border-radius: var(--r-pill);
  background: var(--paper);
  border: 1px solid var(--rule-soft);
  color: var(--orange);
}
.why-purluv__icon svg {
  width: 96px; height: 96px;
  fill: none; stroke: currentColor; stroke-width: 1;
  stroke-linecap: round; stroke-linejoin: round;
}
.why-purluv__label {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--ink);
  margin-bottom: 6px;
}
.why-purluv__copy {
  font-size: 14px;
  line-height: 1.5;
  color: var(--teal-ink);
  max-width: 240px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .why-purluv__grid { grid-template-columns: repeat(2, 1fr); }
}
/* Phones stay 2-up (owner, Aug 28): smaller icon disc, tighter copy. */
@media (max-width: 480px) {
  .why-purluv__grid { gap: 28px 16px; }
  .why-purluv__icon { width: 112px; height: 112px; margin-bottom: 14px; }
  .why-purluv__icon svg { width: 68px; height: 68px; }
  .why-purluv__label { font-size: 14px; }
  .why-purluv__copy { font-size: 13px; }
}


/* ------------------------------------------------------------
   LISTICLE ARTICLE STYLES
   Ported from blog-post-2.html <head> so listicle markup pasted
   into Shopify article content keeps its styling.
   ------------------------------------------------------------ */
.listicle-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 20px;
  padding: 32px 0;
  border-bottom: 1px solid var(--rule-soft);
}
.listicle-item:first-of-type { padding-top: 16px; }
.listicle-item:last-of-type { border-bottom: none; }
.listicle-item__num {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 56px;
  line-height: 0.9;
  color: var(--orange);
  letter-spacing: -0.03em;
}
.listicle-item__num small {
  display: block;
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--teal);
  margin-top: 4px;
}
.listicle-item h3 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.1;
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: -0.005em;
  margin-bottom: 10px;
}
.listicle-item p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--teal-ink);
  margin-bottom: 0 !important;
}
.listicle-item--skip .listicle-item__num { color: var(--teal); }
.listicle-section-break {
  margin: 56px -20px;
  padding: 32px;
  background: var(--cream-soft);
  border-radius: var(--r-lg);
  border: 1px solid var(--rule-soft);
  text-align: center;
}
.listicle-section-break h2 {
  font-family: var(--font-head);
  font-size: clamp(24px, 2.4vw, 32px);
  color: var(--ink);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.listicle-section-break p {
  font-size: 14px;
  color: var(--teal-ink);
  margin: 0 !important;
}
@media (max-width: 600px) {
  .listicle-item { grid-template-columns: 56px 1fr; gap: 14px; }
  .listicle-item__num { font-size: 40px; }
}

/* ============================================================
   ACCESSIBILITY PASS — WCAG 2.1 AA contrast + focus visibility
   Every change keeps the brand hue; shades were computed to the
   lightest value that clears 4.5:1 for text (3:1 for graphics).
   ============================================================ */
/* OWNER RULING (Aug 31 2026): the former :root override here
   (--orange #E32D04 / --orange-hover #C22F0F) is REMOVED so the theme
   renders the same #FB471F / #E53A14 as the approved static site.
   Tradeoff on record: #FB471F with white text is 3.49:1 — below 4.5:1
   for small button/badge copy; large display text still clears 3:1. */

/* Small/bold orange text on white or light cream needs the deeper
   shade to clear 4.5:1 (base orange is 3.95:1 on cream). */
.header__nav-link:hover,
.header__nav-link.is-active,
.breadcrumbs__link:hover,
.product-card__title a:hover,
.arrow-link:hover,
.btn--ghost:hover,
.cart-line__remove:hover,
.mm-footer-fine strong {
  color: var(--orange-deep);
}

/* The footer sits on the deepest cream — brick red clears 8:1 there. */
.footer__link:hover,
.footer__legal-link:hover {
  color: var(--brick-red);
}

/* 92%-alpha white on the orange stats band dipped below 4.5:1. */
.stats--orange .stats__label { color: var(--white); }

/* White glyph on tangerine was 2.37:1 (fails even the 3:1 graphics
   minimum) — use the AA brand orange chip instead. */
.quiz-promo__card:nth-child(2) .quiz-promo__card-icon { background: var(--orange); }

/* Keyboard focus: solid high-contrast ring instead of 55%-alpha. */
:focus-visible {
  outline: 3px solid var(--orange-deep);
  outline-offset: 2px;
}

/* Collection filters use a real (visually hidden) checkbox — surface
   its keyboard focus on the styled label. */
.filter-option:focus-within {
  outline: 3px solid var(--orange-deep);
  outline-offset: 2px;
  border-radius: var(--r-xs);
}

/* Carousel pause/play control — matches the prev/next buttons. */
.pl-carousel__button--pause svg { width: 14px; height: 14px; }
.pl-carousel__button--pause .icon-play { display: none; }
.pl-carousel__button--pause[aria-pressed="true"] .icon-play { display: block; }
.pl-carousel__button--pause[aria-pressed="true"] .icon-pause { display: none; }

/* Native-checkbox filter options (Shopify storefront filters): drive the
   checkmark visual from the real input's :checked state, mirroring the
   [aria-checked] styling used by the static-mockup variant. */
.filter-option input:checked ~ .filter-option__checkbox,
.filter-option.is-active .filter-option__checkbox {
  background: var(--orange);
  border-color: var(--orange);
}
.filter-option input:checked ~ .filter-option__checkbox svg,
.filter-option.is-active .filter-option__checkbox svg { opacity: 1; }

/* New-design outline buttons put small bold orange text on cream and
   the pastel-aqua hero — base orange is 3.79:1 on aqua / 4.19:1 on the
   new cream, below AA. The deep shade clears 4.5:1 on both. */
.btn--outline,
.btn--secondary {
  color: var(--orange-deep);
  border-color: var(--orange-deep);
}
.btn--outline:hover,
.btn--secondary:hover {
  background: var(--orange-deep);
  border-color: var(--orange-deep);
  color: var(--white);
}

/* ============================================================
   THEME ADDITIONS — Shopify-only behavior, not in the static
   site's styles.css. Keep this block (like the two above) when
   regenerating this file from the source stylesheet.
   ============================================================ */

/* Homepage best sellers: on phones, swipe sideways through wide
   cards (next card peeking) instead of stacking — and tighten the
   image frame so the pack photography renders larger. */
@media (max-width: 600px) {
  .section--bestsellers .product-grid {
    display: flex;
    gap: 14px;
    margin: 0 calc(-1 * var(--gutter));
    padding: 4px var(--gutter) 8px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: var(--gutter);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .section--bestsellers .product-grid::-webkit-scrollbar { display: none; }
  /* Descendant (not child) selector: product-picker blocks wrap each
     card in a display:contents div, so the article still becomes the
     flex item but is not a direct child of the grid. */
  .section--bestsellers .product-grid .product-card {
    flex: 0 0 80vw;
    max-width: 360px;
    scroll-snap-align: start;
  }
  .section--bestsellers .product-card--lg .product-card__image-wrap {
    padding: 6px;
  }
}

/* ============================================================
   AJ COLLAB — Ashton Jeanty × Pur Luv landing (pro-level-protein)
   1:1 rebuild from the agency Figma ("PurLuv Website.fig" > Ashton
   Jeanty page). Icons/sticker/wordmark are the design's own vectors,
   decoded from the .fig. Palette: orange var(--orange), cream
   var(--paper), red #850300, deep teal #1A4542 / #004C5B, mint #96C9C2.
   The homepage hero (.ajx-hero--home) uses the SHORT Figma frame; the
   LP hero (.ajx-vhero) is the video-quote component from the long frame.
   ============================================================ */
.ajx-intro { background: var(--paper); padding: 48px 0 8px; }
.ajx-intro__row { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 2.4vw, 46px); flex-wrap: nowrap; }
.ajx-intro__logo { width: clamp(170px, 30vw, 590px); height: auto; flex: 0 1 auto; min-width: 0; }
.ajx-x { width: clamp(18px, 2.5vw, 49px); height: clamp(18px, 2.5vw, 49px); flex: 0 0 auto; color: var(--orange); }
.ajx-x svg { display: block; width: 100%; height: 100%; }
.ajx-x--cream { color: var(--paper); }
.ajx-intro__name { font-family: var(--font-body); font-weight: 900; font-size: clamp(30px, 5.4vw, 106px); line-height: 0.98; letter-spacing: -0.005em; color: var(--orange); text-transform: uppercase; margin: 0; white-space: nowrap; }

/* ---- homepage hero card (short Figma frame) ---- */
.ajx-hero { background: var(--paper); padding: clamp(28px, 4vw, 56px) 0 clamp(48px, 6vw, 96px); }
.ajx-hero--home { padding: clamp(16px, 2vw, 36px) 0 clamp(48px, 6vw, 96px); }
.ajx-hero--home .container { max-width: none; padding-inline: clamp(20px, 5vw, 96px); }
@media (min-width: 901px) { .ajx-hero--home .ajx-hero__media { min-height: clamp(420px, 42vw, 820px); } }
.ajx-hero__card { display: grid; grid-template-columns: 1fr 1fr; border-radius: var(--r-lg, 24px); overflow: hidden; background: var(--orange); }
.ajx-hero__media { position: relative; min-height: 320px; }
.ajx-hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ajx-hero__panel { display: flex; flex-direction: column; align-items: center; text-align: center; justify-content: center; gap: clamp(10px, 1.1vw, 18px); padding: clamp(40px, 5vw, 90px) clamp(24px, 3.4vw, 64px); color: var(--paper); }
.ajx-hero__logo { width: clamp(210px, 30vw, 590px); height: auto; }
.ajx-hero__name { font-family: var(--font-body); font-weight: 900; font-size: clamp(30px, 4.9vw, 104px); line-height: 0.98; color: var(--paper); text-transform: uppercase; margin: 0; white-space: nowrap; }
.ajx-hero__tape { position: relative; display: inline-grid; place-items: center; margin: clamp(-6px, -0.4vw, -2px) 0 0; }
.ajx-hero__tape img { grid-area: 1 / 1; width: clamp(300px, 31vw, 603px); height: auto; transform: rotate(-1.2deg); }
.ajx-hero__tape span { grid-area: 1 / 1; position: relative; font-family: var(--font-body); font-weight: 800; font-size: clamp(13px, 1.5vw, 29px); letter-spacing: 0.01em; text-transform: uppercase; color: #850300; }
.ajx-hero__blurb { max-width: 50ch; font-size: clamp(15px, 1.05vw, 20px); font-weight: 400; line-height: 1.42; color: var(--paper); margin: 0; }
.ajx-hero__btn { display: inline-flex; align-items: center; justify-content: center; min-width: 178px; margin-top: clamp(10px, 1.4vw, 22px); padding: 14px 32px; border-radius: var(--r-pill, 999px); background: #F7F4F0; color: #840301; font-family: var(--font-body); font-weight: 800; font-size: clamp(13px, 0.9vw, 16px); letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; transition: transform var(--ease), background var(--ease); }
.ajx-hero__btn:hover { background: var(--cream-deep, #F1EEE8); transform: translateY(-2px); }

/* ---- LP hero: quote left / video right (long Figma frame) ---- */
.ajx-vhero { background: var(--paper); padding: clamp(20px, 2.6vw, 44px) 0 clamp(48px, 6vw, 96px); }
.ajx-vhero__card { display: grid; grid-template-columns: 1fr 1fr; border-radius: var(--r-lg, 24px); overflow: hidden; background: var(--orange); }
.ajx-vhero__copy { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: clamp(40px, 5vw, 90px) clamp(28px, 4.5vw, 90px); }
.ajx-vhero__quote { margin: 0 0 clamp(28px, 3.4vw, 56px); }
.ajx-vhero__quote p { font-family: var(--font-body); font-weight: 700; font-size: clamp(24px, 3.3vw, 64px); line-height: 1.18; color: var(--paper); margin: 0; max-width: 19ch; }
.ajx-vhero__tape { position: relative; display: inline-grid; place-items: center; margin: 0 0 clamp(16px, 2vw, 28px); }
.ajx-vhero__tape img { grid-area: 1 / 1; width: clamp(250px, 24vw, 434px); height: auto; transform: rotate(-1.2deg); }
.ajx-vhero__tape span { grid-area: 1 / 1; position: relative; font-family: var(--font-body); font-weight: 800; font-size: clamp(18px, 2vw, 37px); letter-spacing: 0.02em; text-transform: uppercase; color: #840301; }
.ajx-vhero__role { font-family: var(--font-body); font-weight: 800; font-size: clamp(13px, 1.35vw, 26px); letter-spacing: 0.04em; text-transform: uppercase; color: #840301; margin: 0; }
.ajx-vhero__media { position: relative; min-height: 360px; }
.ajx-vhero__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ajx-vhero__watch { position: absolute; right: clamp(12px, 1.4vw, 20px); bottom: clamp(12px, 1.4vw, 20px); display: inline-flex; align-items: center; gap: 12px; background: var(--paper); color: var(--orange); border: 0; cursor: pointer; font-family: var(--font-body); font-weight: 800; font-size: clamp(13px, 1.1vw, 20px); letter-spacing: 0.1em; text-transform: uppercase; padding: clamp(12px, 1.3vw, 19px) clamp(20px, 2.2vw, 34px); border-radius: var(--r-pill, 999px); transition: transform var(--ease), background var(--ease); }
.ajx-vhero__watch:hover { background: var(--cream-deep); transform: translateY(-2px); }
.ajx-vhero__play { width: 0; height: 0; border-left: clamp(12px, 1.2vw, 18px) solid var(--orange); border-block: clamp(8px, 0.8vw, 12px) solid transparent; }

/* ---- section heads ---- */
.ajx-head { text-align: left; margin-bottom: clamp(28px, 3.5vw, 48px); }
.ajx-head--center { text-align: center; }
.ajx-head--center .ajx-head__sub { margin-inline: auto; }
.ajx-head__title { font-family: 'Mission Gothic', var(--font-body); font-weight: 700; font-size: clamp(30px, 3.4vw, 48px); line-height: 1.05; text-transform: uppercase; margin: 0 0 10px; }
.ajx-head__title--orange { color: var(--orange); }
.ajx-head__title--teal { color: #1A4542; }
.ajx-head__title--cream { color: var(--paper); }
.ajx-head__title--red { color: #850300; }
.ajx-head__sub { font-size: clamp(16px, 1.35vw, 20px); line-height: 1.5; color: #78170D; max-width: 70ch; margin: 0; }
.ajx-head__sub--red { color: #850300; }
.ajx-protein .ajx-head__sub { color: #1A4542; }

/* ---- dogs ---- */
.ajx-dogs { background: var(--paper); padding: clamp(40px, 5vw, 80px) 0; }
.ajx-dogs__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 2.8vw, 40px); }
.ajx-dog img { width: 100%; height: auto; border-radius: var(--r-lg, 24px); display: block; }
.ajx-dog__name { font-family: 'Mission Gothic', var(--font-body); font-weight: 700; font-size: clamp(28px, 3.2vw, 48px); text-transform: uppercase; color: var(--orange); margin: 18px 0 6px; }
.ajx-dog__age { font-weight: 800; font-size: clamp(14px, 1.2vw, 20px); letter-spacing: 0.04em; text-transform: uppercase; color: #850300; margin: 0 0 8px; }
.ajx-dog__body { font-size: clamp(14px, 1.05vw, 16px); line-height: 1.55; color: #850300; margin: 0; max-width: 62ch; }

/* ---- protein columns ---- */
.ajx-protein { background: var(--paper); padding: clamp(40px, 5vw, 80px) 0; }
.ajx-protein__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 3.5vw, 70px); align-items: end; }
.ajx-protein__col { text-align: center; }
.ajx-protein__icon { display: block; height: clamp(92px, 7.3vw, 140px); width: auto; margin: 0 auto 24px; }
.ajx-protein__col h3 { font-family: 'Mission Gothic', var(--font-body); font-weight: 700; font-size: clamp(22px, 2.2vw, 32px); color: #1A4542; margin: 0 0 12px; }
.ajx-protein__col p { font-size: clamp(15px, 1.05vw, 19px); line-height: 1.55; color: #1A4542; margin: 0 auto; max-width: 44ch; }

/* ---- vet quote ---- */
.ajx-vetquote { background: var(--paper); padding: 0 0 clamp(48px, 6vw, 96px); }
.ajx-vetquote__inner { background: #96C9C2; border-radius: var(--r-lg, 24px); padding: clamp(28px, 3.4vw, 48px) clamp(24px, 4vw, 63px); margin: 0; }
.ajx-vetquote__inner p { font-size: clamp(16px, 1.35vw, 20px); line-height: 1.5; color: #1A4542; margin: 0 0 18px; }
.ajx-vetquote__inner cite { font-style: normal; font-family: 'Mission Gothic', var(--font-body); font-weight: 700; font-size: clamp(16px, 1.5vw, 24px); letter-spacing: 0.03em; text-transform: uppercase; color: #1A4542; }

/* ---- orange band ---- */
.ajx-orange { background: var(--orange); }
.ajx-quote { display: grid; grid-template-columns: 1fr 1.05fr; background: #850300; }
.ajx-quote__media { position: relative; min-height: 340px; }
.ajx-quote__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ajx-quote__body { padding: clamp(48px, 6vw, 117px) clamp(28px, 4.5vw, 90px); color: var(--paper); position: relative; }
.ajx-quote__protip { position: absolute; top: clamp(16px, 2.6vw, 50px); right: clamp(8px, 1.6vw, 30px); width: clamp(130px, 14.5vw, 279px); height: auto; }
.ajx-quote__text { font-weight: 700; font-size: clamp(26px, 2.9vw, 48px); line-height: 1.28; color: var(--paper); margin: 0 0 clamp(24px, 3vw, 40px); max-width: 19ch; }
.ajx-quote__name { font-family: 'Mission Gothic', var(--font-body); font-weight: 700; font-size: clamp(20px, 2vw, 36px); letter-spacing: 0.03em; text-transform: uppercase; margin: 0; }
.ajx-quote__sig { width: clamp(140px, 14vw, 206px); height: auto; margin-top: -30px; margin-left: clamp(140px, 18vw, 320px); }

/* ---- guilt free (carousel on all sizes) ---- */
.ajx-guilt { padding-block: clamp(36px, 3.6vw, 69px) 0; padding-right: 0; }
.ajx-guilt .ajx-head { margin-bottom: clamp(22px, 2.6vw, 40px); }
.pl-snap__nav.pl-snap__nav--always { display: flex; justify-content: flex-end; gap: 10px; margin-bottom: 18px; }
.ajx-guilt .pl-snap__btn { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; border: 2px solid var(--paper); background: transparent; color: var(--paper); cursor: pointer; transition: background var(--ease), color var(--ease), opacity var(--ease); }
.ajx-guilt .pl-snap__btn svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.ajx-guilt .pl-snap__btn:hover:not(:disabled) { background: var(--paper); color: var(--orange); }
.ajx-guilt .pl-snap__btn:disabled { opacity: 0.35; cursor: default; }
.ajx-guilt__tiles { display: flex; column-gap: clamp(16px, 2.8vw, 53px); overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; padding-bottom: 8px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.ajx-guilt__tiles::-webkit-scrollbar { display: none; }
.ajx-guilt__tiles > * { flex: 0 0 26.6%; min-width: 0; scroll-snap-align: start; aspect-ratio: 2 / 3; object-fit: cover; border-radius: var(--r-lg, 24px); }

/* ---- because (arm flush to section bottom) ---- */
.ajx-because { padding-block: clamp(48px, 6vw, 96px) 0; }
.ajx-because__grid { display: grid; grid-template-columns: 0.85fr 1fr; gap: clamp(24px, 3vw, 48px); align-items: end; }
.ajx-because__media { align-self: end; }
.ajx-because__media img { width: 100%; max-width: 560px; height: auto; display: block; margin: 0 auto; }
.ajx-because__list { list-style: none; margin: 0; padding: 0 0 clamp(56px, 7vw, 110px); display: flex; flex-direction: column; gap: clamp(20px, 3vw, 53px); }
.ajx-because__list li { font-family: 'Mission Gothic', var(--font-body); font-weight: 700; font-size: clamp(24px, 2.6vw, 40px); line-height: 1.1; text-transform: uppercase; color: var(--paper); }

/* ---- finale ---- */
.ajx-finale { background: var(--paper); padding: clamp(56px, 7vw, 110px) 0; text-align: center; }
.ajx-finale__tag { margin: 0 0 clamp(28px, 3.4vw, 52px); }
.ajx-finale__tag img { width: min(100%, 1194px); height: auto; display: inline-block; }

/* ---- responsive ---- */
@media (max-width: 900px) {
  .ajx-intro__row { flex-wrap: wrap; row-gap: 10px; }
  .ajx-intro__name { white-space: normal; text-align: center; font-size: clamp(34px, 9vw, 64px); }
  .ajx-intro__logo { width: clamp(200px, 56vw, 320px); }
  .ajx-hero__card, .ajx-vhero__card { grid-template-columns: 1fr; }
  .ajx-hero__name { font-size: clamp(26px, 8.6vw, 40px); }
  .ajx-hero__tape img { width: min(88vw, 420px); }
  .ajx-hero__tape span { font-size: clamp(14px, 4vw, 22px); }
  .ajx-hero__media, .ajx-vhero__media { min-height: 0; aspect-ratio: 4 / 3; position: relative; order: -1; }
  .ajx-dogs__grid { grid-template-columns: 1fr; }
  .ajx-protein__grid { grid-template-columns: 1fr; gap: 40px; align-items: start; }
  .ajx-quote { grid-template-columns: 1fr; }
  .ajx-quote__media { aspect-ratio: 4 / 3; min-height: 0; }
  .ajx-quote__body { padding-top: clamp(64px, 16vw, 90px); }
  .ajx-quote__protip { top: clamp(-30px, -4vw, -16px); right: 12px; width: clamp(120px, 32vw, 170px); }
  .ajx-quote__sig { margin-left: auto; display: block; }
  .ajx-guilt__tiles > * { flex-basis: min(70%, 300px); }
  .ajx-because__grid { grid-template-columns: 1fr; }
  .ajx-because__media { order: 2; }
  .ajx-because__list { order: 1; padding-bottom: clamp(28px, 6vw, 48px); }
}

/* ============================================================
   PL SNAP — best sellers + reviews + PDP related-products rails (rebuilt Aug 25 after the
   tail-append block was lost in a CSS tail swap; behavior per owner:
   desktop shows the full grid (4 products / 3 reviews, no arrows),
   mobile is a swipeable scroll-snap carousel, no arrows either since
   Aug 26; the peeking card is the cue).
   main.js [data-pl-snap] drives the buttons; keep column-gap real —
   the JS reads it to compute the scroll step.
   ============================================================ */
.pl-snap__nav { display: none; }
.pl-snap__track { display: flex; column-gap: 24px; }
.pl-snap__track--products > * { flex: 1 1 0; min-width: 0; }
.pl-snap__track--reviews > * { flex: 1 1 0; min-width: 0; }

@media (max-width: 900px) {
  /* Owner call (Aug 26): no arrow buttons on any mobile rail, the AJ
     guilt-free tiles included. The peeking next card is the swipe cue. */
  .pl-snap__nav,
  .pl-snap__nav.pl-snap__nav--always { display: none; }
  .pl-snap__btn {
    display: inline-flex; align-items: center; justify-content: center;
    width: 44px; height: 44px; border-radius: 50%;
    border: 2px solid var(--ink); background: transparent; color: var(--ink);
    cursor: pointer; transition: background var(--ease), color var(--ease), border-color var(--ease), opacity var(--ease);
  }
  .pl-snap__btn svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
  .pl-snap__btn:hover:not(:disabled) { background: var(--orange); border-color: var(--orange); color: var(--white); }
  .pl-snap__btn:disabled { opacity: 0.3; cursor: default; }
  .pl-snap__track {
    overflow-x: auto; overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: var(--gutter, 20px);
    margin-inline: calc(-1 * var(--gutter, 20px));
    padding-inline: var(--gutter, 20px);
    padding-bottom: 8px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .pl-snap__track::-webkit-scrollbar { display: none; }
  .pl-snap__track > * { scroll-snap-align: start; }
  .pl-snap__track--products > * { flex: 0 0 min(78%, 320px); }
  .pl-snap__track--reviews > * { flex: 0 0 min(84%, 340px); }
}

/* ============================================================
   404 — ultra minimal (owner: just the number + two buttons)
   ============================================================ */
.e404 { display: grid; place-items: center; min-height: calc(100svh - 190px); background: var(--paper); padding: 48px 0; text-align: center; }
.e404__num { font-family: var(--font-head); font-weight: 900; font-size: clamp(120px, 22vw, 340px); line-height: 0.9; color: var(--orange); margin: 0 0 clamp(24px, 3vw, 44px); }
.e404__cta { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }

/* ============================================================
   LIVE A+ BANNERS v3 — artboard-registered live text.
   Every banner is the agency artboard rendered WITHOUT its text
   (backgrounds, badges, blobs, chips, photos intact) with each line
   of copy placed at its measured x / baseline / size from the .ai
   file. Units are container-query widths so type scales 1:1 with
   the artwork. Fonts: Venice Blvd Black (display), Mission Gothic
   (body), Redondo Ave Bold (script) — exactly as the artboards.
   ============================================================ */
.lb { max-width: 970px; margin: 0 auto; padding: clamp(28px, 4vw, 48px) 20px 0; display: grid; gap: clamp(22px, 2.6vw, 36px); }
.lb * { min-width: 0; }
.lb-art { position: relative; container-type: inline-size; aspect-ratio: var(--w) / var(--h); background: center / cover no-repeat; border-radius: 6px; overflow: hidden; isolation: isolate; }
.lb-art .lbg { margin: 0; font-weight: inherit; text-transform: none; }
.lb-art p, .lb-art h3 { font-family: inherit; }
.lb-art .lbt { position: absolute; margin: 0; white-space: nowrap; line-height: 1;
  left: calc(var(--x) / var(--w) * 100%);
  top: calc((var(--y) - var(--s) * var(--asc, 0.76)) / var(--h) * 100%);
  font-size: calc(var(--s) / var(--w) * 100cqw);
  transform-origin: 0 calc(var(--asc, 0.76) * 1em);
  rotate: calc(var(--r, 0) * 1deg); }
.lb-art .lbt strong { font-weight: 700; }
.lb-art .f-vb  { font-family: var(--font-head); font-weight: 900; --asc: 0.735; }
.lb-art .f-vbb { font-family: var(--font-head); font-weight: 700; --asc: 0.735; }
.lb-art .f-mgb { font-family: var(--font-body); font-weight: 700; --asc: 0.8525; }
.lb-art .f-mgr { font-family: var(--font-body); font-weight: 400; --asc: 0.8525; }
.lb-art .f-ra  { font-family: var(--font-accent); font-weight: 700; --asc: 0.672; }
.lb-art sup { font-size: 0.55em; vertical-align: 0.5em; line-height: 0; }
.c-orange { color: #FA471E; } .c-darkred { color: #832522; } .c-brown { color: #813F28; } .c-cream { color: #F6F4F0; }
.c-teal { color: #004542; } .c-chick { color: #FFD698; } .c-duck { color: #CAEEEF; } .c-salmon { color: #FBC0B3; }
.c-white { color: #FFFDF8; } .c-badge { color: #8F191C; }

/* boxed text: centered inside a measured plate (chip / ticket), plate is in the artwork */
.lb-art .lb-chip, .lb-art .lb-ticket__text { position: absolute; margin: 0; display: grid; place-items: center; white-space: nowrap; line-height: 1; z-index: 2;
  left: calc(var(--x0) / var(--w) * 100%); top: calc(var(--y0) / var(--h) * 100%);
  width: calc((var(--x1) - var(--x0)) / var(--w) * 100%); height: calc((var(--y1) - var(--y0)) / var(--h) * 100%);
  font-size: calc(var(--s) / var(--w) * 100cqw); rotate: calc(var(--r, 0) * 1deg); }
.lb-art .lb-chip { padding-bottom: 0.06em; }
.ss01 { font-feature-settings: 'ss01'; }

/* stickers: live SVG text on the artwork's badge circle */
.lb-art .lb-badge { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.lb-art .lb-badge__line { z-index: 2; }
.lb-art .lb-badge text { font-family: var(--font-head); font-weight: 700; fill: #F6F4F0; letter-spacing: 0.03em; }

/* guilt-free blob: three positioned lines on the artwork's +9.4deg baselines */
.lb-art .lb-blob { margin: 0; }

/* yum: pure typography on the brand orange */
.lb-yum { background-color: #FA471E; }
.lb-ticket { position: absolute; inset: 0; width: 100%; height: 100%; }
.lb-ticket path.c-chick { fill: #FFD698; } .lb-ticket path.c-duck { fill: #CAEEEF; } .lb-ticket path.c-salmon { fill: #FBC0B3; }
.lb-yum .lbg-head .lbt { letter-spacing: 0.01em; }

/* ingredients: band variant */
.lb-ing--band .lbg-head .lbt { color: #F6F4F0; }

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

/* centered lines (synthesized mobile layouts position by the source line's center) */
.lb-art .lbt.ctr { left: calc(var(--cx) / var(--w) * 100%); transform: translateX(-50%); }

/* desktop / mobile artboard sets */
.lb { container-type: inline-size; }
.lb-d, .lb-m { display: contents; }
.lb-m { display: none; }
@media (max-width: 700px) { .lb-d { display: none; } .lb-m { display: contents; } }

/* flow sections (mobile ingredients, chicken new-look) */
.lb-flow { border-radius: 6px; overflow: hidden; background: #F6F4F0; }
.lb-flow .f-vb  { font-family: var(--font-head); font-weight: 900; }
.lb-flow .f-ra  { font-family: var(--font-accent); font-weight: 700; }
.lb-flow .f-mgr { font-family: var(--font-body); font-weight: 400; }
.lb-flow .f-mgb { font-family: var(--font-body); font-weight: 700; }
.lb-flow p, .lb-flow h3 { margin: 0; text-transform: none; }
.lb-ingm { padding: 8cqw 5cqw 7cqw; text-align: center; }
.lb-ingm__head { position: relative; display: inline-block; line-height: 1; margin: 0 auto 5cqw; white-space: nowrap; }
.lb-ingm__script, .lb-ingm__word { display: block; }
.lb-ingm__script { font-size: 11.5cqw; }
.lb-ingm__word { font-size: 7.6cqw; margin-top: 1.5cqw; }
.lb-ingm__spark { position: absolute; fill: #FA471E; }
.lb-ingm__spark--l { width: 6.5cqw; left: -10cqw; top: -1cqw; }
.lb-ingm__spark--r { width: 3.2cqw; right: -7cqw; top: 9cqw; }
.lb-ingm--band { padding-top: 0; }
.lb-ingm__head--band { display: block; background: #004542; margin: 0 -5cqw 6cqw; padding: 5cqw 0 4.5cqw; }
.lb-ingm__head--band .f-ra { font-size: 11.3cqw; } .lb-ingm__head--band .f-vb { font-size: 7.6cqw; }
.lb-ingm__grid { display: grid; gap: 4cqw 3cqw; align-items: start; }
.lb-ingm__grid--row { grid-template-columns: 1fr 1fr 1fr; gap: 3cqw 3cqw; }
.lb-ingm__grid--row .lb-ingm__col img { display: block; width: auto; max-width: 84%; height: 24cqw; object-fit: contain; margin: 0 auto 3cqw; }
.lb-ingm__grid--pairs { grid-template-columns: 1fr 1fr; gap: 6cqw 6cqw; }
.lb-ingm__grid--pairs .lb-ingm__col img { display: block; width: auto; max-width: 70%; height: 22cqw; object-fit: contain; margin: 0 auto 3cqw; }
.lb-ingm__col p { font-size: 3.5cqw; line-height: 1.2; }
.lb-ingm__col p strong { font-weight: 700; }
.lb-newlookm { background: linear-gradient(160deg, #F04A22, #FA471E 55%, #E9430F); color: #FFFDF8; }
.lb-newlookm__media { position: relative; background: #F6F4F0; padding-bottom: 7cqw; }
.lb-newlookm__media img { display: block; width: 100%; height: auto; }
.lb-newlookm__fine { position: absolute; left: 5cqw; bottom: 2.4cqw; font-size: 3cqw; text-transform: uppercase; }
.lb-newlookm__panel { position: relative; padding: 9cqw 6cqw 9cqw; text-align: center; }
.lb-newlookm__badge { position: absolute; right: 4cqw; top: -11cqw; width: 26cqw; }
.lb-newlookm__badge { container-type: inline-size; aspect-ratio: 1; }
.lb-newlookm__badge svg { display: block; width: 100%; height: 100%; overflow: visible; }
.lb-newlookm__badge .lbt { position: absolute; margin: 0; white-space: nowrap; line-height: 1; left: calc(var(--x) / 200 * 100%); top: calc((var(--y) - var(--s) * 0.735) / 200 * 100%); font-size: calc(var(--s) / 200 * 100cqw); transform-origin: 0 0.735em; rotate: calc(var(--r) * 1deg); font-family: var(--font-head); font-weight: 700; color: #F6F4F0; }
.lb-newlookm__badge text { font-family: var(--font-head); font-weight: 700; fill: #F6F4F0; letter-spacing: 0.04em; }
.lb-newlookm__title { font-size: 8.4cqw; line-height: 1.05; text-transform: uppercase; }
.lb-newlookm__body { font-size: 3.9cqw; line-height: 1.35; max-width: 34ch; margin: 3cqw auto 0; }

/* ============================================================
   PACKAGING LABEL PANELS — Pet Nutrition Facts + Feeding
   Directions, registered to the 2026 Chicken Jerky bag label:
   dark-red rules/type (#832522, the A+ dark red), orange display
   headers, heavy outer rules vs thin row rules, right-hand
   "per treat" column behind a vertical rule. Rendered in the PDP
   Ingredients / Feeding Guide tabs.
   ============================================================ */
.pnf { max-width: 640px; margin-top: 24px; border: 4px solid #832522; color: #832522; font-family: var(--font-body); }
.pnf__title { font-family: var(--font-head); font-weight: 700; color: #FA471E; text-align: center; font-size: clamp(26px, 3vw, 38px); line-height: 1; letter-spacing: 0.03em; text-transform: uppercase; padding: 20px 16px 14px; border-bottom: 4px solid #832522; }
.pnf__serving { text-align: right; font-weight: 700; font-size: clamp(15px, 1.6vw, 18px); padding: 7px 14px; border-bottom: 4px solid #832522; }
.pnf__cals { padding: 7px 14px 9px; border-bottom: 4px solid #832522; font-weight: 700; font-size: clamp(15px, 1.6vw, 18px); }
.pnf__cals p { margin: 0; color: inherit; font-size: inherit; font-family: inherit; }
.pnf__cals p + p { padding-left: 20px; }
.pnf__table { width: 100%; border-collapse: collapse; font-size: clamp(14px, 1.5vw, 17px); }
.pnf__table th, .pnf__table td { text-align: left; font-weight: 700; color: inherit; padding: 5px 14px; border-bottom: 2px solid #832522; }
.pnf__table .pnf__num { text-align: right; }
.pnf__table .pnf__per { text-align: right; border-left: 2px solid #832522; width: 24%; }
.pnf__table .pnf__sub { padding-left: 36px; }
.pnf__table tbody tr:last-child td { border-bottom: 0; }
.pnf__foot { border-top: 4px solid #832522; border-bottom: 4px solid #832522; padding: 7px 14px; font-weight: 700; font-size: clamp(14px, 1.5vw, 17px); }
.pnf__note { padding: 9px 14px 12px; font-weight: 700; font-size: clamp(15px, 1.6vw, 18px); }
.pnf sup { font-size: 0.6em; }
.pfd { margin-top: 8px; max-width: 760px; color: #832522; font-family: var(--font-body); }
h3.pfd__title { font-family: var(--font-head); font-weight: 700; color: #FA471E; text-align: center; font-size: clamp(26px, 3vw, 38px); line-height: 1; letter-spacing: 0.03em; text-transform: uppercase; margin: 0 0 20px; }
.pfd__table { width: 100%; border-collapse: collapse; text-transform: uppercase; font-weight: 700; font-size: clamp(13px, 1.5vw, 17px); }
.pfd__table th, .pfd__table td { text-align: center; color: inherit; padding: 12px 8px; border-left: 3px solid #832522; line-height: 1.25; }
.pfd__table th:first-child, .pfd__table td:first-child { border-left: 0; }
.pfd__table tr:first-child th, .pfd__table tr:first-child td { border-bottom: 3px solid #832522; }
@media (max-width: 480px) {
  .pfd__table { font-size: 12px; }
  .pfd__table th, .pfd__table td { padding: 10px 4px; }
}
.ing-lockup, h3.ing-lockup { display: flex; align-items: baseline; justify-content: center; gap: 14px; max-width: 640px; margin: 0 0 8px; color: #832522; line-height: 1; }
.ing-lockup__script { font-family: var(--font-accent); font-weight: 700; font-size: clamp(30px, 3.6vw, 46px); }
.ing-lockup__word { font-family: var(--font-head); font-weight: 700; font-size: clamp(24px, 2.9vw, 36px); letter-spacing: 0.02em; text-transform: uppercase; }
.ing-lockup__spark { fill: currentColor; align-self: center; flex: 0 0 auto; }
.ing-lockup__spark--l { width: 22px; }
.ing-lockup__spark--r { width: 13px; }
p.ing-list, .ing-list { max-width: 640px; text-align: center; color: #832522; font-size: clamp(16px, 1.7vw, 19px); margin: 0 0 18px; }

/* ============================================================
   REVIEW CLAMP + READ MORE — long verbatim reviews clamp at 8
   lines; JS adds an accessible toggle only when text overflows.
   (.review height:100% removed: an explicit % height disables
   flex stretch, which is what made the cards uneven.)
   ============================================================ */
.review__text.is-clamped {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
.review__more {
  align-self: flex-start;
  margin: -6px 0 0;
  padding: 0;
  border: 0;
  background: none;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--orange-deep);
  cursor: pointer;
}
.review__more:hover { color: var(--orange); text-decoration: underline; }

/* ============================================================
   CENTERED PDP TABS (owner, Sep 1 2026) — tab rail and tab
   content center on desktop + mobile; label panels keep their
   internal alignment.
   ============================================================ */
.product-tabs__nav { justify-content: center; margin-bottom: 44px; }
.product-tabs__panel h3.ing-lockup { margin-left: auto; margin-right: auto; }
.product-tabs__panel { text-align: center; margin-left: auto; margin-right: auto; }
.product-tabs__panel .pnf { text-align: left; }
.pnf, .pfd, .ing-lockup, p.ing-list { margin-left: auto; margin-right: auto; }
.product-tabs__panel > table { margin-left: auto; margin-right: auto; }
.product-tabs__panel ul { display: inline-block; text-align: left; }

/* ============================================================
   JW A+ ADDITIONS (Sep 2 2026) — Jerky Wraps live-text boards
   (generated by reference/jw-aplus-rebuild/; colors sampled
   from the brand's artboards)
   ============================================================ */
.c-jwmut { color: #9A2B27; }
.c-jwgold { color: #F9D79F; }

/* ============================================================
   SEP 8 HOMEPAGE ROUND (fenced addition - re-append on regeneration)
   .arrow-link-note: small aside under the best-sellers CTA link
   .protein-edu__points-head: headline sitting between the rule and
     the three protein points (it takes over the points' top rule)
   .stats[hidden]: hard-off safety for the parked stats band
   ============================================================ */
.arrow-link-note {
  margin: 10px 0 0;
  font-size: 14px;
  color: var(--teal-ink);
}
.protein-edu__points-head {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.1;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  color: var(--ink);
  text-align: center;
  border-top: 1px solid var(--rule-soft);
  padding-top: clamp(28px, 3vw, 44px);
  margin: 0 0 clamp(24px, 2.6vw, 36px);
}
.protein-edu__points-head + .protein-edu__points {
  border-top: 0;
  padding-top: 0;
}
.stats[hidden] { display: none; }

/* SEP 8 addendum: product-card descriptions clamp at 3 lines with an
   ellipsis (cards now source copy from custom.pdp_description) */
.product-card__description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
}

/* SEP 8 addendum 2: footer newsletter column removed (owner request) -
   top grid is brand + Shop + Help; hidden-section safety for the parked
   homepage newsletter band and the hidden More Ways to Jerky A+ boards */
@media (min-width: 901px) {
  .footer__top { grid-template-columns: 1.6fr repeat(2, 1fr); }
}
.newsletter[hidden] { display: none; }
.lb-art[hidden] { display: none; }

/* SEP 9: layout polish round (owner request) - quiz name step fully
   centered; AJ LP vet-quote band (paragraph + cite) centered; AJ LP
   "Why Pur Luv is Ashton's #1 Pick" heading centered. Carousel
   prev/next buttons removed from the AJ LP guilt band markup (both
   surfaces) - .pl-snap__nav--always rules below are dormant until a
   nav returns. */
.quiz-step[data-step-name] { text-align: center; }
.ajx-vetquote__inner { text-align: center; }
.ajx-because .ajx-head__title { text-align: center; }

/* SEP 11: official why-purluv icons (filled brand vectors extracted from
   the agency "icons for pl homepage.ai") - the base rule styles the old
   line icons with an inherited stroke; the official icons carry their
   own per-path fills, so kill the stroke and let the fills stand. */
.why-purluv__icon svg { stroke: none; fill: none; }

/* SEP 11 addendum: AJ LP horizontal page scroll fix. The designer-
   requested .ajx-guilt { padding-right: 0 } (flush-right tile bleed,
   desktop) breaks the mobile carousel full-bleed math: .pl-snap__track
   pulls margin-inline -gutter and expects the container to pad BOTH
   sides, so the track ran one gutter past the viewport (page scrolled
   ~20px). Mobile track is already edge-to-edge, so restoring the right
   padding <=900px changes nothing visually; desktop bleed untouched. */
@media (max-width: 900px) {
  .ajx-guilt { padding-right: var(--gutter, 20px); }
}

/* SEP 16: AJ campaign film lightbox. The hero Watch Now button now
   opens the 16:9 film in a modal video element (the hero frame is the
   portrait campaign still, so in-place playback would letterbox).
   Body scroll locks while open; [hidden] keeps the modal out of the
   tree for keyboard and AT users. */
.ajx-vmodal { position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center; padding: clamp(16px, 4vw, 48px); }
.ajx-vmodal[hidden] { display: none; }
.ajx-vmodal__backdrop { position: absolute; inset: 0; background: rgba(20, 16, 12, 0.88); }
.ajx-vmodal__frame { position: relative; width: min(1200px, 100%); }
.ajx-vmodal__video { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; background: #000; border-radius: 12px; }
.ajx-vmodal__close { position: absolute; right: 0; bottom: 100%; margin-bottom: 12px; width: 44px; height: 44px; display: grid; place-items: center; border: 0; cursor: pointer; border-radius: var(--r-pill, 999px); background: var(--paper); color: var(--orange); font-family: var(--font-body); font-size: 26px; line-height: 1; transition: background var(--ease); }
.ajx-vmodal__close:hover { background: var(--cream-deep); }
.ajx-vmodal__close:focus-visible { outline: 3px solid var(--paper); outline-offset: 3px; }
body.ajx-vmodal-open { overflow: hidden; }

/* SEP 16: reviews view-more toggle. The Dig Into More Reviews link is
   now a <button> disclosure: same .arrow-link look (button reset
   below), arrow rotated to point down while collapsed and up when
   [aria-expanded="true"]. .review[hidden] guard keeps the extra cards
   out of the grid/carousel until revealed (the attribute alone loses
   to the .review display rule). */
button.arrow-link--toggle { background: none; border-top: 0; border-inline: 0; cursor: pointer; font-family: inherit; }
.arrow-link--toggle::after { transform: rotate(90deg); }
.arrow-link--toggle[aria-expanded="true"]::after { transform: rotate(-90deg); }
.review[hidden] { display: none !important; }

/* SEP 16 addendum: desktop reviews track wraps so the revealed extra
   cards form a second row of three (children switch from flex:1 1 0 to
   a fixed third so row 2 keeps the same card width). Mobile (<=900px)
   is untouched: extras just join the scroll-snap carousel. */
@media (min-width: 901px) {
  .pl-snap__track--reviews { flex-wrap: wrap; row-gap: 24px; }
  .pl-snap__track--reviews > * { flex: 0 0 auto; width: calc((100% - 48px) / 3); }
}

/* SEP 17: AJ hero inline film. The campaign video autoplays muted in
   the hero media frame, layered over the poster img (which stays as
   the no-JS / load-failure / reduced-motion fallback). object-fit
   cover crops the 16:9 film to the portrait frame; the Watch Now
   button stays on top and opens the sound-on lightbox. */
.ajx-vhero__inline { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
@media (prefers-reduced-motion: reduce) {
  .ajx-vhero__inline { display: none; }
}

/* SEP 17 addendum: Watch Now restyled to the owner's frosted-glass
   reference (explicit owner ask w/ mock — supersedes the paper/orange
   pill): translucent warm-ink rounded rect + backdrop blur over the
   playing film, white tracked type, solid white round-cornered play
   triangle (SVG data URI — the border-trick triangle is reset). The
   rgba fill alone carries legibility where backdrop-filter is
   unsupported. */
.ajx-vhero__watch {
  background: rgba(62, 51, 44, 0.5);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  color: #fff;
  border-radius: 18px;
}
.ajx-vhero__watch:hover { background: rgba(62, 51, 44, 0.66); color: #fff; }
.ajx-vhero__watch:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.ajx-vhero__play {
  width: clamp(16px, 1.5vw, 24px);
  height: clamp(16px, 1.5vw, 24px);
  border: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 5.5 18.5 12 8 18.5Z' fill='%23fff' stroke='%23fff' stroke-width='3' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* SEP 17 addendum 2: guilt carousel truly flush right on desktop.
   .ajx-guilt's padding-right: 0 only reached the CONTAINER edge —
   at viewports wider than --content (1240px) the centered container
   leaves a dead orange strip on the right and the last tile clips at
   the container edge (owner: AJ's arm cut off on the last slide).
   The negative margin extends the track to the exact viewport edge
   ((content - 100vw)/2, clamped to 0 below the cap); overflow-x clip
   on the band absorbs the ~15px overshoot browsers with classic
   scrollbars give 100vw, so the page never h-scrolls. Desktop only —
   the <=900px full-bleed math from the Sep 11 fix is untouched. */
@media (min-width: 901px) {
  .ajx-orange { overflow-x: clip; }
  .ajx-guilt__tiles { margin-right: calc((min(var(--content, 1240px), 100vw) - 100vw) / 2); }
}

/* SEP 17 addendum 3: intro lockup logo collapse on wide monitors.
   The row lives in the 1240px container while the nowrap name keeps
   growing with 5.4vw (capped 106px) — the logo is the only flex item
   allowed to shrink, so past ~1500px viewports it collapsed (428px at
   1440 -> 178px at 1920) while the text grew. Widening just this row
   lets the logo ride its own 30vw/590px clamp at every width; the
   logo:name ratio holds ~0.67 from 1440 through 2560+. Desktop only;
   <=900px wrap layout untouched. */
@media (min-width: 901px) {
  .ajx-intro__row { max-width: 1600px; }
}

/* SEP 18 additions: protein-claim fine print + AJ benefit icons
   top-aligned. (1) The "up to 80 grams" claim now carries a footnote
   marker on the homepage protein-edu lead and the AJ LP protein sub;
   these notes render the owner-supplied disclaimer as small muted
   fine print in the section's own ink tone, no decoration. The
   homepage note sits between the lead and the CTA; the negative top
   margin pulls it up toward the lead it footnotes (lead keeps its
   28px bottom margin for the no-note case). (2) Owner ask: the AJ LP
   benefit icons looked ragged on desktop because the grid bottom-
   aligns its columns (align-items: end) while the three bodies run
   different lengths; top-aligning puts icons and headings on one
   shared line. Mobile (<=900px) already stacks with align-items:
   start, untouched. */
.protein-edu__note { font-size: 13px; line-height: 1.5; color: var(--teal-ink); opacity: .75; margin: -16px 0 26px; }
.ajx-protein__note { font-size: 13px; line-height: 1.5; color: #1A4542; opacity: .75; text-align: center; margin: 10px auto 0; max-width: 70ch; }
@media (min-width: 901px) {
  .ajx-protein__grid { align-items: start; }
}
