/* ============================================
   DESIGN SYSTEM — Tip Top Meats
   ============================================ */
:root {
  /* Colors — warm dark palette */
  --black: #141414;
  --black-rich: #0e0e0e;
  --charcoal: #1c1c1c;
  --charcoal-warm: #242220;
  --slate-dark: #3D4F5F;
  --surface-dark: #1a1917;
  --surface-elevated: #222120;
  --cream: #F0EBE3;
  --cream-light: #F7F4EF;
  --cream-warm: #EDE7DD;
  --gold: #C6A96C;
  --gold-muted: rgba(198,169,108,0.35);
  --gold-subtle: rgba(198,169,108,0.12);
  --salmon: #E8B4A2;
  --white: #FFFFFF;
  --text-dark: #1A1A1A;
  --text-muted: #6B7280;
  --text-light: rgba(255,255,255,0.65);
  --text-on-dark: rgba(255,255,255,0.85);
  --border-light: rgba(255,255,255,0.08);
  --border-lighter: rgba(255,255,255,0.12);

  /* Feedback states (restrained brick tone, brand-appropriate) */
  --error: #8E2C20;
  --error-border: rgba(142,44,32,0.30);
  --error-tint: rgba(142,44,32,0.06);

  /* Typography */
  --font-display: 'Plus Jakarta Sans', sans-serif;
  --font-headline: 'Bebas Neue', sans-serif;
  --font-body: 'DM Sans', sans-serif;

  /* Spacing */
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2.5rem;
  --space-xl: 4rem;
  --space-2xl: 6rem;
  --space-3xl: 8rem;

  /* Layout */
  --max-width: 1320px;
  --gutter: var(--space-lg);
  --nav-height: 88px;

  /* Shadows */
  --shadow-elevated: 0 1px 3px rgba(0,0,0,0.12), 0 4px 16px rgba(0,0,0,0.06);
  --shadow-floating: 0 4px 12px rgba(0,0,0,0.2), 0 16px 40px rgba(0,0,0,0.15);
  --shadow-card-rest: 0 1px 3px rgba(0,0,0,0.06), 0 4px 16px rgba(0,0,0,0.03);
  --shadow-card-hover: 0 4px 12px rgba(0,0,0,0.08), 0 16px 40px rgba(0,0,0,0.05);
  --shadow-button-light-hover: 0 4px 16px rgba(0,0,0,0.25);
  --shadow-gold-rest: 0 2px 8px rgba(198,169,108,0.15);
  --shadow-gold-hover: 0 4px 16px rgba(198,169,108,0.3);
  --shadow-floating-hover: 0 6px 24px rgba(0,0,0,0.3), 0 2px 8px rgba(0,0,0,0.15);
  --shadow-nav-cta-hover: 0 4px 16px rgba(0,0,0,0.2), 0 1px 4px rgba(0,0,0,0.1);
  --shadow-subtle: 0 2px 8px rgba(0,0,0,0.14);
  --shadow-on-dark: 0 6px 24px rgba(255,255,255,0.08), 0 2px 8px rgba(255,255,255,0.05);

  /* Animation */
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-smooth: cubic-bezier(0.25, 0.1, 0.25, 1);
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --duration-fast: 200ms;
  --duration-med: 300ms;
  --duration-slow: 500ms;
}

/* Mobile: tighten spacing tokens */
@media (max-width: 768px) {
  :root {
    --space-xl: 2.5rem;
    --space-2xl: 3.5rem;
    --space-3xl: 4.5rem;
    --gutter: 1.25rem;
  }
}

/* Mobile: shrink nav height token (matches scroll-padding-top in nav-footer.js) */
@media (max-width: 900px) {
  :root { --nav-height: 76px; }
}

/* ============================================
   RESET & BASE
   ============================================ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-dark);
  background: var(--black);
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

@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;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, -150%);
  background: var(--charcoal-warm);
  color: var(--white);
  padding: 0.5rem 1rem;
  z-index: 9999;
  font-family: var(--font-body);
  font-size: 0.8125rem;
  border-radius: 0 0 6px 6px;
  transition: transform var(--duration-fast) var(--ease-smooth);
}
.skip-link:focus-visible {
  transform: translate(-50%, 0);
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

/* ============================================
   NOISE TEXTURE
   ============================================ */
.noise-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 256px 256px;
}

/* ============================================
   DARK MARBLE BG
   ============================================ */
.marble-bg {
  position: relative;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(50,45,35,0.5) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 20%, rgba(45,40,30,0.4) 0%, transparent 50%),
    radial-gradient(ellipse at 60% 80%, rgba(40,35,28,0.35) 0%, transparent 55%),
    linear-gradient(160deg, #141414 0%, #1a1917 30%, #161514 60%, #121110 100%);
}

/* ============================================
   NAVIGATION
   ============================================ */
.nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: transparent;
  border-bottom: none;
  transition: transform var(--duration-med) var(--ease-smooth), background var(--duration-med) var(--ease-smooth), border-color var(--duration-med);
}

.nav--fixed {
  position: fixed;
  background: var(--charcoal-warm);
  border-bottom: 1px solid var(--border-light);
}

.nav--hidden {
  transform: translateY(-100%);
}

.nav-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.nav-bar {
  display: flex;
  align-items: center;
  padding: 1.25rem 0;
}

.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  flex-shrink: 0;
}
.logo svg {
  height: 58px;
  width: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  list-style: none;
}

.nav-links--left {
  flex: 1;
  justify-content: flex-end;
  padding-right: 1.25rem;
}

.nav-right-group {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  padding-left: 1.25rem;
}

.nav-links--right {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
}

.nav-links a {
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--white);
  letter-spacing: 0.01em;
  transition: opacity var(--duration-fast) var(--ease-smooth);
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width var(--duration-med) var(--ease-smooth);
}
.nav-links a:hover { opacity: 0.85; }
.nav-links a:hover::after { width: 100%; }
.nav-links a:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; border-radius: 2px; }

/* Nav dropdown */
.nav-dropdown {
  position: relative;
}
.nav-dropdown-trigger {
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--white);
  letter-spacing: 0.01em;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0;
  position: relative;
}
.nav-dropdown-trigger::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width var(--duration-med) var(--ease-smooth);
}
.nav-dropdown-trigger:hover { opacity: 0.85; }
.nav-dropdown-trigger:hover::after { width: 100%; }
.nav-dropdown-trigger:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; border-radius: 2px; }
.nav-dropdown-trigger svg {
  width: 10px;
  height: 10px;
  transition: transform var(--duration-fast) var(--ease-smooth);
}
.nav-dropdown.open .nav-dropdown-trigger svg {
  transform: rotate(180deg);
}
.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  min-width: 180px;
  background: rgba(14, 12, 10, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  padding: 0.5rem 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--duration-fast) var(--ease-smooth), visibility var(--duration-fast);
}
.nav-dropdown.open .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.nav-dropdown-menu a {
  display: block;
  padding: 0.6rem 1.25rem;
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--white);
  letter-spacing: 0.01em;
  transition: opacity var(--duration-fast) var(--ease-smooth), background var(--duration-fast);
}
.nav-dropdown-menu a::after { display: none; }
.nav-dropdown-menu a:hover {
  opacity: 0.85;
  background: rgba(255,255,255,0.05);
}
.nav-dropdown-menu a:focus-visible { outline: 2px solid var(--gold); outline-offset: -2px; border-radius: 4px; }

/* Wholesale mega-menu */
.nav-mega-menu {
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  display: flex;
  gap: 0;
  min-width: 480px;
  background: rgba(14, 12, 10, 0.94);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 1.25rem 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--duration-fast) var(--ease-smooth), visibility var(--duration-fast);
}
.nav-dropdown.open .nav-mega-menu {
  opacity: 1;
  visibility: visible;
}
.nav-mega-col {
  flex: 1;
  padding: 0 1.5rem;
}
.nav-mega-label {
  font-family: var(--font-body);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  padding: 0 0 0.6rem;
}
.nav-mega-menu a {
  display: block;
  padding: 0.45rem 0;
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--white);
  letter-spacing: 0.01em;
  transition: opacity var(--duration-fast) var(--ease-smooth);
}
.nav-mega-menu a::after { display: none; }
.nav-mega-menu a:hover { opacity: 0.7; }
.nav-mega-menu a:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; border-radius: 2px; }
.nav-mega-divider {
  width: 1px;
  background: rgba(255,255,255,0.08);
  align-self: stretch;
}

/* Nav CTA */
.nav-cta {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--charcoal);
  background: var(--white);
  padding: 0.5rem 1.25rem;
  border-radius: 100px;
  white-space: nowrap;
  border: none;
  transition: transform var(--duration-fast) var(--ease-spring), opacity var(--duration-fast) var(--ease-smooth);
}
.nav-cta:hover { transform: translateY(-2px); box-shadow: var(--shadow-nav-cta-hover); }
.nav-cta:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; border-radius: 100px; }
.nav-cta:active { transform: translateY(0); }
.nav-cta svg { width: 14px; height: 14px; }

/* Mobile nav */
.nav-hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}
.nav-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  margin: 5px 0;
  transition: transform var(--duration-med) var(--ease-smooth), opacity var(--duration-fast);
}
.nav-hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.nav-hamburger.active span:nth-child(2) { opacity: 0; }
.nav-hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* Mobile menu — in-flow inside .nav so a single bg+blur on .nav covers
   both nav bar and menu as one uniform translucent band.
   Negative horizontal margin breaks the menu out of .nav-inner's gutter
   so the bg (on .nav) and divider lines bleed edge-to-edge of the viewport. */
.nav-mobile-menu {
  display: none;
  flex-direction: column;
  padding: 0.5rem 0 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.06);
  margin-left: calc(var(--gutter) * -1);
  margin-right: calc(var(--gutter) * -1);
}
.nav-mobile-menu.open {
  display: flex;
}
.nav-mobile-menu > a {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 500;
  color: var(--white);
  padding: 0.85rem 1.25rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  transition: opacity var(--duration-fast);
  min-height: 44px;
  display: flex;
  align-items: center;
}
.nav-mobile-menu > a:hover { opacity: 0.8; }
.nav-mobile-menu > a:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }

.nav-mobile-section-label {
  font-family: var(--font-body);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  padding: 0.5rem 1.25rem 0.25rem;
}

.nav-mobile-menu > a.nav-mobile-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: var(--white);
  color: var(--charcoal);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  padding: 0.85rem 1.5rem;
  border-radius: 100px;
  text-align: center;
  margin: 1rem 1.25rem 0;
  border-bottom: none;
  transition: opacity var(--duration-fast);
}
.nav-mobile-cta:hover { opacity: 0.9; }

/* Mobile accordion */
.nav-mobile-accordion {
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.nav-mobile-accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.85rem 1.25rem;
  min-height: 44px;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 500;
  color: var(--white);
  background: none;
  border: none;
  cursor: pointer;
  transition: opacity var(--duration-fast);
}
.nav-mobile-accordion-trigger:hover { opacity: 0.8; }
.nav-mobile-accordion-trigger:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
.nav-mobile-accordion-trigger svg {
  width: 10px;
  height: 10px;
  transition: transform var(--duration-fast) var(--ease-smooth);
}
.nav-mobile-accordion.open .nav-mobile-accordion-trigger svg {
  transform: rotate(180deg);
}
.nav-mobile-accordion-panel {
  display: none;
  flex-direction: column;
  padding: 0 1.25rem 0.75rem 2.25rem;
}
.nav-mobile-accordion.open .nav-mobile-accordion-panel {
  display: flex;
}
.nav-mobile-accordion-panel a {
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: 400;
  color: var(--text-light);
  padding: 0.5rem 0;
  transition: color var(--duration-fast);
  min-height: 44px;
  display: flex;
  align-items: center;
}
.nav-mobile-accordion-panel a:hover { color: var(--white); }
.nav-mobile-accordion-panel a:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
.nav-mobile-accordion-panel .nav-mobile-section-label {
  padding-top: 0.75rem;
  padding-left: 0;
  padding-right: 0;
}
.nav-mobile-accordion-panel .nav-mobile-section-label:first-child {
  padding-top: 0;
}

body.mobile-menu-open .floating-cta { display: none; }
body.mobile-menu-open .hero { overflow: visible; }
body.mobile-menu-open .nav {
  background: rgba(20,18,15,0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-right-group { display: none; }
  .nav-hamburger { display: block; }
  .nav-bar { justify-content: space-between; }
  .logo { margin-right: 0; }
  .logo svg { height: 48px; }
  .nav-links--right { display: none; }
}

/* Floating enquiry CTA */
.floating-cta {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 99;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--gold);
  color: var(--black);
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  box-shadow: var(--shadow-nav-cta-hover);
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity 300ms var(--ease-smooth), transform 300ms var(--ease-smooth);
}
.floating-cta.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.floating-cta:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-floating-hover);
}
.floating-cta:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}
.floating-cta:active {
  transform: translateY(0);
}
.floating-cta svg {
  width: 16px;
  height: 16px;
}
@media (max-width: 550px) {
  .floating-cta {
    bottom: 1.5rem;
    right: 1.25rem;
    font-size: 0.8125rem;
    padding: 0.6rem 1.25rem;
  }
}

/* ============================================
   BREADCRUMB (shared by wholesale hub + 4 sector subpages)
   ============================================ */
.breadcrumb {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 2rem var(--gutter) 1.25rem;
}
.breadcrumb a {
  font-family: var(--font-body);
  font-size: 0.8125rem;
  color: var(--text-muted);
  transition: color var(--duration-fast);
}
.breadcrumb a:hover { color: var(--text-dark); }
.breadcrumb a:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
.breadcrumb span {
  font-family: var(--font-body);
  font-size: 0.8125rem;
  color: var(--text-muted);
  margin: 0 0.5rem;
}
.breadcrumb .current { font-weight: 600; color: var(--text-dark); }

/* ============================================
   HERO SECTION
   ============================================ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('/brand_assets/site/homepage/kitchen-hero-1200.jpg');
  background-size: cover;
  background-position: 72% 55%;
  transform: scale(1.25);
  transform-origin: 72% 55%;
}
@media (min-width: 768px) {
  .hero-bg {
    background-image: url('/brand_assets/site/homepage/kitchen-hero-2400.jpg');
  }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(14,12,10,0.6) 0%, rgba(14,12,10,0.15) 40%, transparent 55%),
    linear-gradient(to top, rgba(14,12,10,0.75) 0%, rgba(14,12,10,0.3) 30%, transparent 50%),
    linear-gradient(to bottom, rgba(14,12,10,0.3) 0%, transparent 20%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--gutter) var(--gutter);
  padding-top: 140px;
}

.hero-headline {
  font-family: var(--font-headline);
  font-weight: 400;
  font-size: clamp(3rem, 6.5vw, 5.5rem);
  line-height: 0.95;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: var(--space-lg);
  max-width: 750px;
}

/* Sector tiles row */
.sector-tiles {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  overflow: hidden;
  max-width: 1200px;
}

.sector-tile {
  position: relative;
  padding: 2rem 1.5rem;
  background: rgba(20,18,15,0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.05);
  display: flex;
  flex-direction: column;
  min-height: 200px;
  transition: background var(--duration-med) var(--ease-smooth);
}
.sector-tile:hover {
  background: rgba(20,18,15,0.78);
}

.sector-tile-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--white);
  line-height: 1.25;
  margin-bottom: 0.75rem;
  letter-spacing: -0.015em;
  text-wrap: balance;
}

.sector-tile-desc {
  font-family: var(--font-body);
  font-size: 0.8125rem;
  color: var(--text-light);
  line-height: 1.6;
  flex: 1;
}

.sector-tile-divider {
  width: 50px;
  height: 1px;
  background: var(--gold);
  margin: 1rem 0;
  opacity: 0.5;
  transition: opacity var(--duration-med), width var(--duration-med);
}
.sector-tile:hover .sector-tile-divider {
  opacity: 1;
  width: 70px;
}

.sector-tile-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: 400;
  color: var(--white);
  opacity: 0.8;
  transition: opacity var(--duration-fast);
}
.sector-tile:hover .sector-tile-cta {
  opacity: 1;
}
.sector-tile-cta svg {
  width: 26px;
  height: 26px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  padding: 5px;
  transition: transform var(--duration-med) var(--ease-spring), border-color var(--duration-fast);
}
.sector-tile:hover .sector-tile-cta svg {
  transform: translateX(3px);
  border-color: var(--gold);
}

/* Retail Outlet Stores variant: translucent inverted treatment.
   Default (desktop >900px): sits in line as the 5th tile in the 5-col grid, same vertical card structure as the dark tiles.
   Tablet + mobile (<=900px): collapses to a full-width horizontal card under the 2x2 wholesale grid. */
.sector-tile--white {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.sector-tile--white:hover {
  background: rgba(255, 255, 255, 0.9);
}
.sector-tile--white .sector-tile-title {
  color: var(--charcoal);
}
.sector-tile--white .sector-tile-desc {
  color: rgba(0, 0, 0, 0.55);
}
.sector-tile--white .sector-tile-divider {
  background: var(--charcoal);
  opacity: 0.3;
}
.sector-tile--white .sector-tile-cta {
  color: var(--charcoal);
}
.sector-tile--white .sector-tile-cta svg {
  border-color: rgba(0, 0, 0, 0.3);
  color: var(--charcoal);
}
.sector-tile--white:hover .sector-tile-cta svg {
  border-color: var(--charcoal);
}

@media (max-width: 900px) {
  .sector-tiles { grid-template-columns: repeat(2, 1fr); max-width: 100%; }
  /* Retail Outlet Stores card collapses to a full-width horizontal CTA below the 2x2 wholesale grid */
  .sector-tile--white {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    min-height: auto;
    padding: 0.65rem 2rem;
    gap: 1.5rem;
  }
  .sector-tile--white .sector-tile-title {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.25;
  }
  /* Flatten the markup <br> so the title reads as one line in the horizontal layout */
  .sector-tile--white .sector-tile-title br {
    display: none;
  }
  .sector-tile--white .sector-tile-desc,
  .sector-tile--white .sector-tile-divider {
    display: none;
  }
}
@media (max-width: 550px) {
  .sector-tiles {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
    gap: 2px;
  }
  .sector-tile {
    min-height: auto;
    padding: 1.2rem 1.25rem;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
  }
  .sector-tile-desc,
  .sector-tile-divider { display: none; }
  .sector-tile-title {
    margin-bottom: 0;
    font-size: 0.9375rem;
    font-weight: 700;
    flex: 1;
  }
  .sector-tile-title-ext { display: none; }
  .sector-tile-cta span { display: none; }
  .sector-tile-cta svg {
    border-color: rgba(255, 255, 255, 0.9);
    border-width: 1.5px;
  }
  /* Retail white card on mobile: half-height of dark siblings, title matches other tile font size, extra bleed-through */
  .sector-tile--white {
    background: rgba(255, 255, 255, 0.7);
    padding: 0.6rem 1.25rem;
    gap: 0.5rem;
  }
  .sector-tile--white .sector-tile-title {
    font-size: 0.875rem;
    line-height: 1.2;
  }
  .sector-tile--white .sector-tile-cta svg {
    border-color: rgba(0, 0, 0, 0.5);
    border-width: 1.5px;
  }
  .hero { min-height: 70vh; }
}

/* ============================================
   HERO CTAs (canonical, sitewide)
   ============================================ */
.hero-cta-group,
.hero-actions {
  display: flex;
  align-items: center;
  gap: var(--space-lg);
  margin-top: var(--space-lg);
  flex-wrap: wrap;
}
.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.85rem 2rem;
  background: var(--gold);
  color: var(--charcoal);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  line-height: 1;
  border-radius: 100px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform var(--duration-med) var(--ease-spring), box-shadow var(--duration-med);
}
.hero-cta:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-gold-hover);
}
.hero-cta:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}
.hero-cta:active { transform: translateY(0); }
.hero-cta svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: transform var(--duration-med) var(--ease-spring);
}
.hero-cta:hover svg { transform: translateX(3px); }
/* Down-arrow variant for in-page jumps (e.g. wholesale hub "Find Your Industry") */
.hero-cta--down:hover svg { transform: translateY(2px); }

/* Tertiary inline link below the primary hero CTA. Replaces the old
   .hero-cta-secondary and .hero-cta--ghost variants for unified hierarchy. */
.hero-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--text-muted);
  text-decoration: none;
  transition: color var(--duration-fast);
}
.hero-text-link:hover { color: var(--text-dark); }
.hero-text-link:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; border-radius: 4px; }
.hero-text-link svg {
  width: 14px;
  height: 14px;
  transition: transform var(--duration-med) var(--ease-spring);
}
.hero-text-link:hover svg { transform: translateX(3px); }

/* ============================================
   CREDIBILITY BAR
   ============================================ */
.cred-bar {
  background: var(--black-rich);
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}
.cred-bar-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 1.25rem var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.cred-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.02em;
}
.cred-icon {
  width: 18px;
  height: 18px;
  opacity: 0.5;
}
.cred-divider {
  width: 1px;
  height: 20px;
  background: rgba(255,255,255,0.1);
}
@media (max-width: 768px) {
  .cred-bar-inner { justify-content: center; }
  .cred-divider { display: none; }
}

/* ============================================
   SCROLLING BRAND BANNER
   ============================================ */
.brand-banner {
  background: var(--charcoal-warm);
  padding: var(--space-xl) 0 var(--space-lg);
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid var(--border-light);
}
.brand-banner-label {
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  text-align: center;
  margin-bottom: var(--space-md);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.brand-banner-label::before,
.brand-banner-label::after {
  content: '';
  height: 2px;
  width: 24px;
  background: var(--gold-muted);
}

.brand-scroll-track {
  display: flex;
  width: max-content;
  animation: brandScroll 70s linear infinite;
}
.brand-scroll-track:hover {
  animation-play-state: paused;
}

.brand-scroll-item {
  flex-shrink: 0;
  padding: 0 1.5rem;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 3rem;
}
.brand-scroll-item img {
  height: 56px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  filter: brightness(1.3);
  opacity: 0.8;
  transition: opacity var(--duration-med);
}
.brand-scroll-item:hover img {
  opacity: 1;
}
.brand-scroll-item[data-shape="wide"] img {
  height: 44px;
}
.brand-scroll-item[data-shape="square"] img {
  height: 66px;
}
/* Per-logo fine-tuning */
.brand-scroll-item[data-adjust="up"] img {
  height: 64px;
}
.brand-scroll-item[data-shape="square"][data-adjust="up"] img {
  height: 76px;
}
.brand-scroll-item[data-adjust="down"] img {
  height: 46px;
}
.brand-scroll-item[data-size="xl"] img {
  height: 90px;
}
.brand-scroll-item[data-size="2xl"] img {
  height: 96px;
}
/* JPG logos (no transparency) — blend mode hides the background */
.brand-scroll-item img[src$=".jpg"] {
  mix-blend-mode: screen;
  filter: brightness(1.3);
  opacity: 0.8;
}
.brand-scroll-item::after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(198,169,108,0.4);
  flex-shrink: 0;
}

@keyframes brandScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Fade edges */
.brand-banner::before,
.brand-banner::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}
.brand-banner::before {
  left: 0;
  background: linear-gradient(to right, var(--charcoal-warm), transparent);
}
.brand-banner::after {
  right: 0;
  background: linear-gradient(to left, var(--charcoal-warm), transparent);
}

/* ============================================
   SECTION COMMON STYLES
   ============================================ */
.section-label {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}
.section-label::before,
.section-label::after {
  content: '';
  width: 24px;
  height: 2px;
  background: var(--gold);
  flex-shrink: 0;
}
.section-headline {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--white);
  margin-bottom: var(--space-md);
  max-width: 600px;
}
.section-subtext {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--text-light);
  line-height: 1.7;
  max-width: 540px;
  margin-bottom: var(--space-xl);
}

/* Light variant for cream backgrounds */
.section--light .section-headline { color: var(--text-dark); }
.section--light .section-subtext { color: var(--text-dark); }
.section--light .section-label { color: var(--charcoal); }
.section--light .section-label::before,
.section--light .section-label::after { background: var(--charcoal); }
.section--light .section-cta { background: var(--charcoal); color: var(--cream); border-color: var(--charcoal); }
.section--light .section-cta:hover,
.section--light .section-cta.reveal.visible:hover { transform: translateY(-2px); box-shadow: var(--shadow-floating-hover); }

/* Section CTA — solid pill with lift hover */
.section-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  background: var(--gold);
  color: var(--charcoal);
  margin-top: var(--space-lg);
  position: relative;
  border: none;
  border-radius: 100px;
  padding: 0.8rem 2rem;
  cursor: pointer;
  transition: transform var(--duration-fast) var(--ease-smooth), box-shadow var(--duration-fast) var(--ease-smooth);
}
.section-cta::after {
  display: none;
}
.section-cta:hover,
.section-cta.reveal.visible:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-on-dark);
}
.section-cta:active,
.section-cta.reveal.visible:active {
  transform: translateY(0);
}
.section-cta:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; border-radius: 100px; }
.section-cta svg {
  width: 16px;
  height: 16px;
  transition: transform var(--duration-fast) var(--ease-smooth);
}
.section-cta:hover svg { transform: translateX(3px); }

/* ============================================
   PRODUCT SELECTION
   ============================================ */
.products-section {
  background: var(--surface-dark);
  padding: var(--space-2xl) 0;
  position: relative;
}
.products-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
}

.product-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: var(--charcoal);
  cursor: pointer;
}
.product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease-out), opacity var(--duration-med);
  opacity: 0.75;
}
.product-card:hover img {
  transform: scale(1.05);
  opacity: 0.9;
}
.product-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(14,12,10,0.85) 0%, rgba(14,12,10,0.2) 50%, transparent 100%);
  pointer-events: none;
}
.product-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.25rem 1.5rem;
  z-index: 2;
}
.product-card-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--white);
  letter-spacing: -0.01em;
  margin-bottom: 0.2rem;
}
.product-card-sub {
  font-family: var(--font-body);
  font-size: 0.75rem;
  color: var(--text-light);
}

@media (max-width: 900px) {
  .products-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 550px) {
  .products-grid { grid-template-columns: 1fr 1fr; }
  .product-card { aspect-ratio: 3/2; }
}

/* Product card — no image variant */
.product-card--no-image {
  background: linear-gradient(145deg, var(--charcoal) 0%, var(--charcoal-warm) 100%);
}
.product-card--no-image .product-card-content {
  justify-content: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Products section — centered text */
.products-section .section-label { text-align: center; width: 100%; justify-content: center; }
.products-section .section-headline { text-align: center; max-width: none; }
.products-section .section-subtext { text-align: center; margin: 0 auto var(--space-xl); }
.products-section .section-cta { margin: var(--space-xl) auto 0; display: flex; width: fit-content; }

/* ============================================
   WHY TIP TOP SECTION — Split layout (dark)
   ============================================ */
.why-section {
  background: var(--surface-dark);
  padding: var(--space-2xl) 0;
  position: relative;
  overflow: hidden;
}
.why-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* Left column: copy + image */
.why-left {
  display: flex;
  flex-direction: column;
}
.why-section .section-label {
  justify-content: flex-start;
}
.why-section .section-headline {
  color: var(--white);
  text-align: left;
  max-width: none;
}
.why-section .section-subtext {
  color: var(--text-light);
  text-align: left;
  margin: 0 0 1.5rem;
}
.why-section-cta {
  margin-top: var(--space-md);
  margin-bottom: 0;
  grid-column: 1 / -1;
  justify-self: center;
}

.why-image {
  flex: 1;
  min-height: 220px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.why-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.why-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26,25,23,0.4) 0%, transparent 50%);
}

/* Right column: stacked cards */
.why-grid {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}
.why-card {
  background: var(--surface-elevated);
  padding: 1.5rem 1.75rem;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  cursor: default;
}
/* Card hover: scale + lift + sibling dim */
.why-carousel-track .why-card {
  transition:
    transform 0.15s ease-out,
    box-shadow 0.15s ease-out,
    opacity 0.15s ease-out;
}
.why-card:hover {
  transform: scale(1.05) translateY(-6px);
  box-shadow:
    0 16px 48px rgba(0,0,0,0.4),
    0 0 0 1px rgba(198,169,108,0.15);
  z-index: 2;
}
.why-carousel-track:hover .why-card:not(:hover) {
  opacity: 0.5;
}

.why-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.why-card-number {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
  transition: color 0.25s ease;
}
.why-card:hover .why-card-number { color: var(--white); }

.why-card-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  color: var(--white);
  margin-bottom: 0.35rem;
  letter-spacing: -0.01em;
  line-height: 1.25;
}

.why-card-text {
  font-family: var(--font-body);
  font-size: 0.8125rem;
  color: var(--text-light);
  line-height: 1.6;
}

.why-card-chevron {
  display: none;
  width: 20px;
  height: 20px;
  color: var(--gold);
  flex-shrink: 0;
  transition: transform 0.3s ease, color 0.3s ease;
}

/* Mobile: single column + swipe carousel */
@media (max-width: 768px) {
  .why-inner {
    grid-template-columns: 1fr;
    gap: var(--space-sm);
  }
  .why-section { padding: var(--space-2xl) 0; }
  .why-image { display: none; }
  .why-section .section-headline br { display: none; }
  .why-section .section-headline { font-size: 1.75rem; text-align: center; }
  .why-section .section-label { justify-content: center; }
  .why-section .section-subtext { text-align: center; }
  /* CTA below cards on mobile, centered, auto-width */
  .why-section-cta {
    justify-self: center;
    grid-column: 1;
    margin-top: 0;
    width: auto;
  }

  /* Disable scale+lift hover on mobile */
  .why-card:hover {
    transform: none;
    box-shadow: none;
    opacity: 1;
  }
  .why-card:hover .why-card-number {
    color: var(--gold);
  }
  .why-card .why-card-number {
    transition: none;
  }
  .why-grid:hover .why-card:not(:hover) {
    opacity: 1;
  }
  .why-card-chevron { display: none; }
  .why-card-header { pointer-events: none; }

  /* Carousel wrapper */
  .why-grid {
    overflow: hidden;
    width: 100%;
  }
  .why-carousel-viewport {
    overflow: hidden;
    border-radius: 6px;
    width: 100%;
    position: relative;
  }
  .why-carousel-track {
    display: flex;
    gap: 0;
    transition: transform 0.4s var(--ease-smooth);
    touch-action: pan-y;
    width: 100%;
  }
  .why-carousel-track .why-card {
    min-width: 100%;
    width: 100%;
    flex-shrink: 0;
    border-left: none;
    border-radius: 6px;
    padding: 1.75rem 1.5rem 2rem;
    border: 1px solid rgba(198,169,108,0.1);
    box-sizing: border-box;
    position: relative;
    padding-bottom: 2.5rem;
  }
  .why-carousel-track .why-card .why-card-text {
    opacity: 1;
    max-height: none;
    overflow: visible;
    margin-top: 0.5rem;
    word-wrap: break-word;
  }
  .why-carousel-track .why-card .why-card-number {
    margin-bottom: 0.75rem;
  }
  .why-section .section-headline,
  .why-section .section-subtext {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  /* Progress bar -- inside card, at bottom edge */
  .why-carousel-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: rgba(255,255,255,0.06);
    border-radius: 0 0 6px 6px;
    overflow: hidden;
  }
  .why-carousel-progress-bar {
    height: 100%;
    width: 0%;
    background: var(--gold);
  }

  /* Dots -- just below cards */
  .why-carousel-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 0.5rem;
    padding: 4px 0;
  }
  .why-section-cta {
    margin-top: 0.75rem;
  }
  .why-carousel-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background 0.2s ease, width 0.2s ease, height 0.2s ease;
  }
  .why-carousel-dot.active {
    background: var(--gold);
    width: 9px;
    height: 9px;
  }
}

/* Desktop: restore card column layout, hide carousel-only elements */
@media (min-width: 769px) {
  .why-grid { overflow: visible; }
  .why-carousel-viewport { overflow: visible; }
  .why-carousel-track {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .why-carousel-progress,
  .why-carousel-dots { display: none; }
}

/* ============================================
   PARTNERS / CLIENTS SECTION
   ============================================ */
.partners-section {
  background: var(--charcoal-warm);
  padding: var(--space-2xl) 0;
  position: relative;
  overflow: hidden;
}
.partners-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--gutter);
  position: relative;
  z-index: 2;
}
.partners-section .section-headline {
  text-align: center;
  max-width: none;
}
.partners-section .section-label {
  text-align: center;
  width: 100%;
  justify-content: center;
}
.partners-section .section-subtext {
  text-align: center;
  margin: 0 auto var(--space-xl);
}

/* Partners stats row */
.partners-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-md);
  max-width: 720px;
  margin: 0 auto var(--space-lg);
}
.partners-stat {
  text-align: center;
  padding: var(--space-sm) var(--space-md);
  border-right: 1px solid var(--gold-muted);
}
.partners-stat:last-child {
  border-right: none;
}
.partners-stat-value {
  font-family: var(--font-headline);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  color: var(--gold);
  line-height: 1;
  margin-bottom: 0.4rem;
}
.partners-stat-label {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-light);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-wrap: pretty;
}
.partners-cta-wrap {
  text-align: center;
  margin-top: var(--space-lg);
}
@media (max-width: 768px) {
  .partners-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-bottom: 0;
  }
  .partners-stat {
    border-right: 1px solid var(--gold-muted);
    padding: var(--space-md) var(--space-sm);
  }
  .partners-stat-label { min-height: 2.4em; display: flex; align-items: center; justify-content: center; }
  .partners-cta-wrap { margin-top: 0 !important; }
}

/* Partners scrolling logo banner */
.partners-scroll-track {
  display: flex;
  width: max-content;
  animation: partnersScroll 30s linear infinite;
  padding: var(--space-md) 0;
}
.partners-scroll-track:hover {
  animation-play-state: paused;
}
.partners-scroll-item {
  flex-shrink: 0;
  padding: 0 2.5rem;
  display: flex;
  align-items: center;
}
.partners-scroll-item img {
  height: 48px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
  filter: brightness(1.3);
  opacity: 0.7;
  transition: opacity var(--duration-med);
}
.partners-scroll-item:hover img {
  opacity: 1;
}
/* Placeholder text when no logo available */
.partners-scroll-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.1rem;
  color: rgba(255,255,255,0.3);
  white-space: nowrap;
  letter-spacing: 0.02em;
  transition: color var(--duration-med);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.partners-scroll-logo-box {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  border: 1px dashed rgba(255,255,255,0.15);
  flex-shrink: 0;
}
.partners-scroll-item:hover .partners-scroll-name {
  color: rgba(255,255,255,0.6);
}
/* Fade edges */
.partners-section {
  position: relative;
}
.partners-section::before,
.partners-section::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 768px) {
  .partners-section::before,
  .partners-section::after {
    display: none;
  }
}
.partners-section::before {
  left: 0;
  background: linear-gradient(to right, var(--charcoal-warm), transparent);
}
.partners-section::after {
  right: 0;
  background: linear-gradient(to left, var(--charcoal-warm), transparent);
}

@keyframes partnersScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ============================================
   WHO WE ARE SECTION
   ============================================ */
.who-section {
  background: var(--surface-dark);
  padding: var(--space-2xl) 0;
}
.who-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.who-section .section-label,
.who-section .section-headline,
.who-section .section-subtext {
  text-align: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}
.who-section .section-label {
  width: 100%;
  justify-content: center;
}
.who-section .section-headline { color: var(--white); max-width: 700px; }
.who-section .section-subtext { color: var(--text-light); max-width: 600px; }

.who-we-are-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-md);
}
.who-card {
  background: var(--surface-elevated);
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(198,169,108,0.08);
  transition: transform var(--duration-med) var(--ease-smooth), box-shadow var(--duration-med);
}
.who-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-floating-hover);
}
.who-card-image {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.who-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.who-card-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.35) 0%, transparent 50%);
}
.who-card-body {
  padding: 1.5rem 1.5rem 1.75rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.who-card-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--white);
  margin-bottom: 0.6rem;
  letter-spacing: -0.01em;
}
.who-card-desc {
  font-family: var(--font-body);
  font-size: 0.9375rem;
  color: var(--text-light);
  line-height: 1.7;
  flex: 1;
}
.who-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--gold);
  text-decoration: none;
  transition: color var(--duration-fast);
}
.who-card:hover .who-card-link { color: var(--gold); }
.who-card-link svg {
  width: 16px;
  height: 16px;
  transition: transform var(--duration-med) var(--ease-spring);
}
.who-card:hover .who-card-link svg { transform: translateX(3px); }

@media (max-width: 768px) {
  .who-we-are-grid { grid-template-columns: 1fr; }
}
.who-section .section-cta { margin: var(--space-xl) auto 0; display: flex; width: fit-content; }

/* ============================================
   QUALITY & COMPLIANCE SECTION
   ============================================ */
.quality-section {
  background: var(--charcoal-warm);
  padding: var(--space-2xl) 0;
  position: relative;
  overflow: hidden;
}
.quality-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--gutter);
  position: relative;
  z-index: 2;
}
.quality-section .section-label,
.quality-section .section-headline,
.quality-section .section-subtext {
  text-align: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}
.quality-section .section-label {
  width: 100%;
  justify-content: center;
}
.quality-section .section-headline { color: var(--white); max-width: 700px; }
.quality-section .section-subtext { color: var(--text-light); max-width: 600px; }
.quality-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-xl);
  align-items: start;
}
.quality-content { max-width: 520px; }
.quality-section .section-cta {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.quality-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.quality-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.quality-check {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: var(--charcoal);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.quality-check svg {
  width: 14px;
  height: 14px;
  color: var(--gold);
}
.quality-item-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.9375rem;
  color: var(--white);
  margin-bottom: 0.2rem;
}
.quality-item-desc {
  font-family: var(--font-body);
  font-size: 0.875rem;
  color: var(--text-light);
  line-height: 1.6;
}


.quality-image-area {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.quality-image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quality-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26,25,23,0.35) 0%, transparent 60%);
}

@media (max-width: 768px) {
  .quality-grid { grid-template-columns: 1fr; }
}

/* ============================================
   CTA SECTION
   ============================================ */
.cta-section {
  position: relative;
  padding: var(--space-2xl) 0;
  overflow: hidden;
  text-align: center;
}
.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('/brand_assets/site/homepage/products/imgi_18_home-wholesale-768x557.jpg');
  background-size: cover;
  background-position: center 85%;
  opacity: 0.2;
  z-index: 0;
}
.cta-inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 var(--gutter);
  position: relative;
  z-index: 2;
}
.cta-headline {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--white);
  margin-bottom: var(--space-md);
}
.cta-subtext {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--text-light);
  line-height: 1.7;
  margin-bottom: var(--space-lg);
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  background: var(--white);
  color: var(--black);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.8rem 2rem;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  letter-spacing: 0.01em;
  transition: transform var(--duration-med) var(--ease-spring), box-shadow var(--duration-med);
}
.btn-primary:hover,
.btn-primary.reveal.visible:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-floating-hover);
}
.btn-primary:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.btn-primary:active,
.btn-primary.reveal.visible:active { transform: translateY(0); }
.btn-primary svg {
  width: 18px;
  height: 18px;
  transition: transform var(--duration-med) var(--ease-spring);
}
.btn-primary:hover svg { transform: translateX(3px); }

/* ============================================
   FOOTER
   ============================================ */
/* ---- Footer: Signup Banner (Row 1) ---- */
.footer {
  position: relative;
  border-top: none;
}
.footer-signup {
  background: var(--surface-elevated);
  border-top: 1px solid rgba(198,169,108,0.12);
  padding: var(--space-lg) 0;
}
.footer-signup-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-lg);
}
.footer-signup-title {
  font-family: var(--font-headline);
  font-size: 1.5rem;
  color: var(--white);
  letter-spacing: 0.02em;
  margin-bottom: 0.2rem;
}
.footer-signup-desc {
  font-family: var(--font-body);
  font-size: 0.8125rem;
  color: var(--text-light);
  line-height: 1.5;
  max-width: 340px;
}
.footer-signup-form {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}
.footer-signup-form input[type="email"] {
  font-family: var(--font-body);
  font-size: 0.875rem;
  padding: 0.65rem 1rem;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 4px;
  color: var(--white);
  min-width: 240px;
  transition: border-color var(--duration-fast);
}
.footer-signup-form input[type="email"]::placeholder {
  color: rgba(255,255,255,0.3);
}
.footer-signup-form input[type="email"]:focus {
  outline: none;
  border-color: var(--gold-muted);
}
.footer-signup-form button {
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 0.65rem 1.5rem;
  background: var(--gold);
  color: var(--black);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity var(--duration-fast);
}
.footer-signup-form button:hover { opacity: 0.85; }
.footer-signup-form button:focus-visible { outline: 2px solid var(--white); outline-offset: 2px; }
.footer-signup-form button:active { transform: scale(0.98); }

/* ---- Footer: Subscribe States ---- */
.footer-signup-form.subscribe-loading input,
.footer-signup-form.subscribe-loading button,
.footer-newsletter-form.subscribe-loading input,
.footer-newsletter-form.subscribe-loading button {
  opacity: 0.5;
  pointer-events: none;
}
.subscribe-success {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--font-body);
  font-size: 0.9375rem;
  color: var(--gold);
  padding: 0.5rem 0;
}
.subscribe-success svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  stroke: var(--gold);
}
.subscribe-error {
  font-family: var(--font-body);
  font-size: 0.8125rem;
  color: var(--error);
  margin-top: 0.5rem;
}

/* ---- Footer: Main Grid (Row 2) ---- */
.footer-main {
  background: var(--charcoal);
  padding: var(--space-xl) 0 var(--space-lg);
}
.footer-grid {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: 1.2fr 1.5fr 1fr;
  gap: var(--space-xl);
  margin-bottom: var(--space-xl);
}

.footer-brand .logo { margin-bottom: 1.25rem; display: block; }
.footer-brand .logo svg { height: 40px; width: auto; }
.footer-brand-text {
  font-family: var(--font-body);
  font-size: 0.8125rem;
  color: var(--text-light);
  line-height: 1.7;
  max-width: 260px;
  margin-bottom: 1rem;
}
.footer-brand-links {
  list-style: none;
  display: flex;
  gap: 1.25rem;
  margin-bottom: 0.25rem;
}
.footer-brand-links a {
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--gold);
  transition: opacity var(--duration-fast);
}
.footer-brand-links a:hover { opacity: 0.75; }
.footer-brand-links a:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
.footer-social {
  display: flex;
  gap: 0.6rem;
  margin-top: 1.25rem;
}
.footer-social a {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-light);
  transition: color var(--duration-fast), border-color var(--duration-fast);
}
.footer-social a:hover { color: var(--white); border-color: rgba(255,255,255,0.25); }
.footer-social a:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
.footer-social a svg { width: 15px; height: 15px; }

/* Nav columns */
.footer-nav {
  display: flex;
  gap: var(--space-xl);
}
.footer-nav-group { flex: 1; min-width: 0; }
.footer-locations-grid { display: flex; flex-direction: column; gap: var(--space-md); }
.footer-col-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.7rem;
  color: var(--gold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.footer-col-links {
  list-style: none;
  display: flex;
  flex-direction: column;
}
.footer-col-links a {
  font-family: var(--font-body);
  font-size: 0.8125rem;
  color: var(--text-light);
  transition: color var(--duration-fast);
  min-height: 44px;
  display: flex;
  align-items: center;
}
.footer-col-links a:hover { color: var(--white); }
.footer-col-links a:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }

/* Locations */
.footer-location {
  margin-bottom: 1.25rem;
}
.footer-location:last-child {
  margin-bottom: 0;
}
.footer-location-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.8125rem;
  color: var(--white);
  margin-bottom: 0.2rem;
}
.footer-location-address {
  font-family: var(--font-body);
  font-size: 0.75rem;
  color: var(--text-light);
  line-height: 1.5;
  margin-bottom: 0.4rem;
}
.footer-directions-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--gold);
  transition: opacity var(--duration-fast);
  cursor: pointer;
}
.footer-directions-btn:hover { opacity: 0.7; }
.footer-directions-btn:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
.footer-directions-btn svg { width: 13px; height: 13px; }

/* Bottom bar */
.footer-bottom {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--gutter);
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: var(--space-md);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-bottom-text {
  font-family: var(--font-body);
  font-size: 0.75rem;
  color: rgba(255,255,255,0.25);
}
.footer-certs {
  display: flex;
  gap: 1rem;
}
.footer-cert {
  font-family: var(--font-body);
  font-size: 0.65rem;
  font-weight: 600;
  color: rgba(255,255,255,0.3);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.06);
  padding: 0.25rem 0.6rem;
}

/* Footer responsive */
@media (max-width: 900px) {
  .footer-signup-inner { flex-direction: column; align-items: flex-start; gap: 1.7rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 550px) {
  .footer-grid { grid-template-columns: 1fr; gap: var(--space-lg); }
  .footer-nav { gap: var(--space-lg); }
  .footer-locations-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-md); }
  .footer-signup-form { flex-direction: column; width: 100%; }
  .footer-signup-form input[type="email"] { min-width: 0; width: 100%; }
}

/* ============================================
   SCROLL REVEAL
   ============================================ */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity var(--duration-slow) var(--ease-smooth), transform var(--duration-slow) var(--ease-smooth);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.hero .reveal { opacity: 1; transform: none; }

.stagger-children .reveal:nth-child(1) { transition-delay: 0ms; }
.stagger-children .reveal:nth-child(2) { transition-delay: 80ms; }
.stagger-children .reveal:nth-child(3) { transition-delay: 160ms; }
.stagger-children .reveal:nth-child(4) { transition-delay: 240ms; }
.stagger-children .reveal:nth-child(5) { transition-delay: 320ms; }
.stagger-children .reveal:nth-child(6) { transition-delay: 400ms; }
.stagger-children .reveal:nth-child(7) { transition-delay: 480ms; }
.stagger-children .reveal:nth-child(8) { transition-delay: 560ms; }

/* ============================================
   ENQUIRY MODAL (slide-in panel)
   ============================================ */
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.65);
  backdrop-filter: blur(4px);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--duration-med) var(--ease-smooth);
}
.modal-backdrop.open { opacity: 1; pointer-events: all; }

.modal-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 520px;
  height: 100%;
  background: var(--cream-light);
  z-index: 1001;
  transform: translateX(100%);
  transition: transform var(--duration-slow) var(--ease-smooth);
  overflow-y: auto;
  padding: var(--space-xl) var(--space-lg);
}
.modal-backdrop.open + .modal-panel,
.modal-panel.open { transform: translateX(0); }

.modal-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: none;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--text-dark);
  -webkit-tap-highlight-color: transparent;
  transition: background var(--duration-fast);
}
.modal-close:hover { background: rgba(0,0,0,0.05); }
.modal-close:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
.modal-close svg { width: 18px; height: 18px; }

.modal-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.75rem;
  letter-spacing: -0.02em;
  color: var(--text-dark);
  margin-bottom: 0.75rem;
  margin-top: 1rem;
}
.modal-subtitle {
  font-family: var(--font-body);
  font-size: 0.9375rem;
  color: var(--text-dark);
  line-height: 1.7;
  margin-bottom: var(--space-lg);
}

.form-label {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 0.75rem;
  display: block;
}
.pill-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: var(--space-md);
}
.pill-option {
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 100px;
  background: transparent;
  cursor: pointer;
  color: var(--text-dark);
  transition: background var(--duration-fast), border-color var(--duration-fast), color var(--duration-fast);
}
.pill-option:hover { border-color: var(--charcoal); }
.pill-option:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
.pill-option.active { background: var(--charcoal); border-color: var(--charcoal); color: var(--white); }

.form-field { margin-bottom: 1.5rem; }
.form-input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  padding: 0.75rem 0;
  font-family: var(--font-body);
  font-size: 0.9375rem;
  color: var(--text-dark);
  outline: none;
  transition: border-color var(--duration-fast);
}
.form-input::placeholder { color: rgba(0,0,0,0.3); }
.form-input:focus { border-color: var(--charcoal); }
.form-input:focus-visible { outline: none; border-color: var(--gold); }

.form-select {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  padding: 0.75rem 0;
  font-family: var(--font-body);
  font-size: 0.9375rem;
  color: var(--text-dark);
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0 center;
}
.form-select:focus { border-color: var(--charcoal); }
.form-select:focus-visible { outline: none; border-color: var(--gold); }

.btn-submit {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: var(--charcoal);
  color: var(--white);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.8rem 2rem;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  letter-spacing: 0.01em;
  margin-top: var(--space-sm);
  transition: transform var(--duration-med) var(--ease-spring), background var(--duration-fast);
}
.btn-submit:hover { transform: translateY(-1px); background: #2a2a2a; }
.btn-submit:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.btn-submit:active { transform: translateY(0); }
.btn-submit svg { width: 16px; height: 16px; }

.form-success { display: none; text-align: center; padding: var(--space-xl) 0; }
.form-success.show { display: block; }
.form-success-icon {
  width: 64px;
  height: 64px;
  background: var(--charcoal);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}
.form-success-icon svg { width: 28px; height: 28px; color: var(--gold); }
.form-success-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.5rem;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
}
.form-success-text {
  font-family: var(--font-body);
  font-size: 0.9375rem;
  color: var(--text-dark);
}

/* Inline submit-error panel (canonical; used on contact + partnership forms).
   Full 1px border + tint + leading icon, no edge-stripe. role="alert" in markup. */
.form-error {
  display: none;
  align-items: flex-start;
  gap: 0.625rem;
  padding: 0.75rem 1rem;
  margin-bottom: var(--space-sm);
  border: 1px solid var(--error-border);
  border-radius: 8px;
  background: var(--error-tint);
}
.form-error.show { display: flex; }
.form-error svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--error);
  margin-top: 1px;
}
.form-error-text {
  font-family: var(--font-body);
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--text-dark);
}

@media (max-width: 540px) {
  .modal-panel { width: 100vw; padding: 2rem 1.25rem; }
  .modal-close { top: 1rem; right: 1rem; width: 34px; height: 34px; }
  .modal-close svg { width: 14px; height: 14px; }
  .modal-title { font-size: 1.5rem; margin-top: 0; }
  .btn-submit { width: 100%; justify-content: center; }
  .form-select { font-size: 1rem; }
}

/* Subpages carry an inline cream-nav style block that omits horizontal
   padding on mobile-menu items. This raises specificity so the same
   padding lands on every page (Session 65, item 3). */
.nav .nav-mobile-menu > a,
.nav .nav-mobile-accordion-trigger,
.nav .nav-mobile-section-label { padding-left: 1.25rem; padding-right: 1.25rem; }
.nav .nav-mobile-accordion-panel { padding-left: 2.25rem; padding-right: 1.25rem; }
.nav .nav-mobile-accordion-panel .nav-mobile-section-label { padding-left: 0; padding-right: 0; }

/* ============================================================
   WEEKLY SPECIALS — grid + card. Used by retail.html and the
   admin editor's preview pane. Container-query driven so the
   editor's 380px mobile-frame triggers the single-col layout
   without needing the viewport itself to be small.
   ============================================================ */
.specials-section { container-type: inline-size; }

.specials-grid {
  display: grid;
  gap: var(--space-md);
  grid-template-columns: repeat(3, minmax(260px, 340px));
  justify-content: center;
}
.specials-grid.count-1 { grid-template-columns: minmax(260px, 340px); }
.specials-grid.count-2 { grid-template-columns: repeat(2, minmax(260px, 340px)); }
.specials-grid.count-4 { grid-template-columns: repeat(2, minmax(260px, 340px)); }
.specials-grid.last-row-1 > :last-child { grid-column: 2; }
.specials-grid.last-row-2 > :nth-last-child(2) { grid-column: 2; }
@container (max-width: 900px) {
  .specials-grid,
  .specials-grid.count-1,
  .specials-grid.count-2,
  .specials-grid.count-4 {
    grid-template-columns: minmax(0, 340px);
  }
  .specials-grid.last-row-1 > :last-child,
  .specials-grid.last-row-2 > :nth-last-child(2) {
    grid-column: auto;
  }
}

.special-card {
  background: var(--white);
  border: 1px solid rgba(0,0,0,0.06);
  overflow: hidden;
  transition: transform var(--duration-med) var(--ease-smooth), box-shadow var(--duration-med) var(--ease-smooth);
  display: flex;
  flex-direction: column;
}
.special-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card-hover);
}
.special-card-img {
  position: relative;
  height: 200px;
  background: var(--cream);
  overflow: hidden;
}
.special-card-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform var(--duration-slow) var(--ease-smooth);
}
.special-card:hover .special-card-img img { transform: scale(1.04); }
.special-card-badge {
  position: absolute; top: 0.75rem; left: 0.75rem;
  font-family: var(--font-body);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.35rem 0.75rem;
  background: var(--gold);
  color: var(--black);
  border-radius: 2px;
  box-shadow: var(--shadow-subtle);
}
.special-card-badge--limited { background: var(--charcoal); color: var(--gold); }
.special-card-badge--new { background: var(--white); color: var(--charcoal); }
.special-card-body {
  padding: 1.25rem 1.25rem 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.special-card-name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.125rem;
  letter-spacing: -0.01em;
  color: var(--text-dark);
  margin-bottom: 0.25rem;
}
.special-card-cut {
  font-family: var(--font-body);
  font-size: 0.8125rem;
  color: var(--text-muted);
  line-height: 1.45;
  margin-bottom: 0.85rem;
  min-height: 1.85em;
}
.special-card-price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(0,0,0,0.06);
  margin-top: auto;
}
.special-card-price-group { display: flex; align-items: baseline; gap: 0.5rem; }
.special-card-price {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
  color: var(--charcoal);
}
.special-card-was {
  font-family: var(--font-body);
  font-size: 0.8125rem;
  color: var(--text-muted);
  display: inline-flex;
  align-items: baseline;
  gap: 0.3rem;
}
.special-card-was-label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.special-card-was-price { text-decoration: line-through; }
.special-card-weight {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.specials-empty {
  width: 100%;
  text-align: center;
  padding: var(--space-2xl) 0;
  color: var(--text-muted);
  font-size: 1rem;
  font-family: var(--font-body);
  background: var(--white);
  border: 1px dashed rgba(0,0,0,0.12);
}

/* ============================================
   FAQ MOBILE OVERRIDES (sitewide)
   FAQ rules are page-scoped in each sector page's inline <style> block.
   These overrides use higher specificity (body .faq-item ...) so they
   beat the inline rules at the mobile breakpoint.
   ============================================ */
@media (max-width: 768px) {
  body .faq-item summary {
    font-size: 0.9375rem;
    padding: 1rem 1.25rem;
    gap: 0.75rem;
  }
  body .faq-item-body {
    font-size: 0.875rem;
    padding: 0 1.25rem 1.25rem;
  }
}
