/* Exclusion Israel — importer site, RTL, editorial / Italian minimal */
:root {
  --navy-950: #050a10;
  --navy-900: #0a1420;
  --navy-850: #0d1828;
  --navy-800: #101e30;
  --navy-700: #1a2d48;
  --gold-500: #c5a45c;
  --gold-450: #d1b06a;
  --gold-400: #dcc18a;
  --gold-muted: rgba(197, 164, 92, 0.22);
  --cream-50: #fdfcf9;
  --cream-100: #f8f6f1;
  --cream-200: #ece8df;
  --line: rgba(20, 30, 48, 0.04);
  --text: #141b26;
  --text-muted: #5e6672;
  --white: #ffffff;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 18px;
  --shadow-sm: 0 8px 32px rgba(8, 14, 24, 0.04);
  --shadow-md: 0 20px 48px rgba(8, 14, 24, 0.07);
  --shadow-lg: 0 32px 64px rgba(6, 12, 22, 0.1);
  --font-display-he: "Frank Ruhl Libre", Georgia, "Times New Roman", serif;
  --font-display-latin: "Cormorant Garamond", "Frank Ruhl Libre", Georgia, serif;
  --font-ui: "Rubik", system-ui, -apple-system, sans-serif;
  --font-ref: "Heebo", var(--font-ui);
  --ref-black: #000000;
  --ref-header-navy: #141c2c;
  --ref-header-navy-mid: #1a2438;
  --ref-hero-overlay: rgba(10, 14, 22, 0.82);
  --ref-gold-btn: #c4a75e;
  --ref-gold-btn-hover: #d4b56e;
  --ref-strip-bg: #faf9f7;
  --ref-card-border: #e8e4dc;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-soft: cubic-bezier(0.45, 0, 0.15, 1);
  --header-h: 72px;
  --space-section: clamp(2.5rem, 6vw, 4rem);
  --space-section-sm: clamp(1.75rem, 4vw, 2.75rem);
  --space-page: clamp(1.35rem, 5vw, 5rem);
  --content-max: 1140px;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  direction: rtl;
  font-family: var(--font-ui);
  font-weight: 400;
  background: var(--cream-100);
  color: var(--text);
  line-height: 1.7;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

main {
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 2px solid var(--gold-450);
  outline-offset: 3px;
}

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

button {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
}

#welcome,
#dogs,
#cats,
#diets,
#series,
#vet-line,
#finder,
#philosophy,
#locator,
#contact {
  scroll-margin-top: clamp(96px, 18vh, 132px);
}

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

/* —— Top bar (importer / locator — no cart) —— */
.topbar {
  background: var(--navy-950);
  color: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(197, 164, 92, 0.12);
  padding: 0.5rem var(--space-page);
  font-size: 0.78rem;
  font-weight: 400;
}

.topbar-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  flex-wrap: wrap;
  text-align: center;
}

.topbar-start {
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

.topbar-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.15rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(197, 164, 92, 0.28);
  color: rgba(220, 193, 138, 0.95);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.topbar-muted {
  color: rgba(255, 255, 255, 0.55);
  font-weight: 400;
  font-size: 0.78rem;
}

.topbar-center {
  padding: 0.35rem 0;
}

.topbar-tagline {
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.52);
  font-weight: 500;
}

.topbar-end {
  padding-top: 0.25rem;
}

.topbar-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--gold-400);
  font-weight: 600;
  transition: color 0.35s var(--ease-out), opacity 0.35s;
}

.topbar-link:hover {
  color: var(--white);
}

.topbar-icon {
  display: flex;
  opacity: 0.9;
}

@media (min-width: 900px) {
  .topbar {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0.45rem var(--space-page);
    font-size: 0.8125rem;
  }

  .topbar-item {
    flex-wrap: nowrap;
    text-align: unset;
  }

  .topbar-start {
    flex-direction: row;
    justify-content: flex-start;
    gap: 0.75rem;
  }

  .topbar-center {
    padding: 0;
  }

  .topbar-end {
    justify-content: flex-end;
    padding-top: 0;
  }
}

@media (max-width: 640px) {
  .topbar-muted {
    display: none;
  }
}

/* —— Header —— */
.header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: linear-gradient(180deg, rgba(16, 30, 48, 0.98) 0%, rgba(10, 20, 32, 0.99) 100%);
  border-bottom: 1px solid rgba(197, 164, 92, 0.1);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.55s var(--ease-soft), border-color 0.45s;
}

.header.is-scrolled {
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.18);
}

.header-shell {
  max-width: 1400px;
  margin: 0 auto;
  min-height: var(--header-h);
  padding: 0.65rem var(--space-page);
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas:
    "logo toggle"
    "nav nav"
    "actions actions";
  align-items: center;
  gap: 0.65rem 1rem;
}

.logo {
  grid-area: logo;
  display: flex;
  align-items: center;
  justify-self: start;
}

.logo img {
  height: clamp(48px, 11vw, 62px);
  width: auto;
  max-width: min(240px, 52vw);
  object-fit: contain;
  transition: transform 0.55s var(--ease-out), filter 0.45s;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.28));
}

.logo:hover img {
  transform: scale(1.02);
  filter: drop-shadow(0 14px 32px rgba(197, 164, 92, 0.18));
}

.nav-toggle {
  grid-area: toggle;
  justify-self: end;
  width: 44px;
  height: 44px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  cursor: pointer;
  transition: background 0.35s, border-color 0.35s, transform 0.35s var(--ease-out);
}

.nav-toggle:hover {
  background: rgba(197, 164, 92, 0.1);
  border-color: rgba(197, 164, 92, 0.35);
}

.nav-toggle-bar {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.92);
  transition: transform 0.35s var(--ease-out), opacity 0.35s;
}

body.nav-open .nav-toggle-bar:first-child {
  transform: translateY(4.5px) rotate(45deg);
}

body.nav-open .nav-toggle-bar:last-child {
  transform: translateY(-4.5px) rotate(-45deg);
}

.nav {
  grid-area: nav;
  display: none;
  flex-direction: column;
  align-items: stretch;
  gap: 0.15rem;
  padding: 0.35rem 0 0.5rem;
}

.nav.is-open {
  display: flex;
}

.nav a {
  font-size: 0.95rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
  padding: 0.65rem 0.35rem;
  border-radius: var(--radius-sm);
  position: relative;
  transition: color 0.35s, background 0.35s;
}

.nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.45rem;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-500), transparent);
  transition: width 0.45s var(--ease-out);
  opacity: 0;
}

.nav a:hover {
  color: var(--gold-400);
  background: transparent;
}

.nav a:hover::after {
  width: 100%;
  opacity: 1;
}

.header-actions {
  grid-area: actions;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.locator-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(197, 164, 92, 0.28);
  color: rgba(220, 193, 138, 0.98);
  font-size: 0.78rem;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.04);
  transition: transform 0.5s var(--ease-soft), background 0.45s, border-color 0.45s, color 0.45s;
}

.locator-chip:hover {
  transform: translateY(-1px);
  background: rgba(197, 164, 92, 0.1);
  color: var(--white);
  border-color: rgba(197, 164, 92, 0.42);
}

.search-btn {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.35s, border-color 0.35s, transform 0.35s var(--ease-out);
}

.search-btn:hover {
  background: rgba(197, 164, 92, 0.12);
  border-color: rgba(197, 164, 92, 0.4);
  transform: translateY(-1px);
}

@media (min-width: 960px) {
  .header-shell {
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "logo nav actions";
    gap: 1.5rem 2rem;
    padding: 0.55rem var(--space-page);
  }

  .logo {
    justify-self: start;
  }

  .nav-toggle {
    display: none;
  }

  .nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: clamp(0.35rem, 1.8vw, 1.75rem);
    padding: 0;
  }

  .nav a {
    padding: 0.5rem 0.15rem;
    font-size: 0.875rem;
    white-space: nowrap;
  }

  .header-actions {
    justify-content: flex-end;
  }
}

/* —— Scroll reveal —— */
.reveal {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: opacity 1.1s var(--ease-soft), transform 1.1s var(--ease-soft);
  will-change: opacity, transform;
}

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

/* — Card variant: fade + scale up — */
.reveal--card {
  transform: translate3d(0, 14px, 0) scale(0.96);
}
.reveal--card.is-visible {
  transform: scale(1);
}

/* — Image variant: fade + blur off — */
.reveal--img {
  filter: blur(4px);
  transition: opacity 1.1s var(--ease-soft), transform 1.1s var(--ease-soft), filter 1.2s var(--ease-soft);
}
.reveal--img.is-visible {
  filter: blur(0);
}

/* — Text variant: fade + slide from right (RTL) — */
.reveal--text {
  transform: translate3d(18px, 0, 0);
}
.reveal--text.is-visible {
  transform: translate3d(0, 0, 0);
}

/* — Staggered delays — */
.reveal:nth-child(1) { transition-delay:   0ms; }
.reveal:nth-child(2) { transition-delay: 100ms; }
.reveal:nth-child(3) { transition-delay: 200ms; }
.reveal:nth-child(4) { transition-delay: 300ms; }
.reveal:nth-child(5) { transition-delay: 400ms; }
.reveal:nth-child(6) { transition-delay: 500ms; }

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

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

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

/* —— Hero —— */
.hero {
  position: relative;
  min-height: min(92vh, 820px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: clamp(5rem, 14vh, 8rem) var(--space-page) clamp(4rem, 10vh, 6.5rem);
  overflow: hidden;
  color: var(--white);
}

.hero-media {
  position: absolute;
  inset: 0;
  background-color: #0b1219;
  background-image: url("https://images.unsplash.com/photo-1477884213360-7e9d7dcc1e48?auto=format&fit=crop&w=2200&q=80");
  background-size: cover;
  background-position: 28% center;
  transform: scale(1.03);
  transform-origin: center top;
  will-change: transform;
  filter: saturate(0.92) contrast(1.02);
}

.hero:hover .hero-media {
  transform: scale(1.045);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      115deg,
      rgba(8, 12, 18, 0.02) 0%,
      rgba(8, 14, 22, 0.22) 28%,
      rgba(6, 11, 18, 0.62) 58%,
      rgba(5, 9, 14, 0.78) 100%
    ),
    radial-gradient(ellipse 120% 90% at 70% 35%, rgba(197, 164, 92, 0.07), transparent 50%),
    radial-gradient(ellipse 80% 60% at 20% 80%, rgba(0, 0, 0, 0.12), transparent 45%);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  max-width: 36rem;
  z-index: 1;
}

.eyebrow {
  font-size: 0.625rem;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(220, 193, 138, 0.88);
  margin-bottom: 1.5rem;
  opacity: 0.92;
}

.hero-title {
  font-family: var(--font-display-he);
  font-size: clamp(2.05rem, 5.8vw, 3.2rem);
  line-height: 1.14;
  font-weight: 500;
  margin-bottom: 1.35rem;
  letter-spacing: -0.015em;
  text-shadow: 0 4px 48px rgba(0, 0, 0, 0.22);
}

.hero-lead {
  font-size: clamp(0.95rem, 2.1vw, 1.0625rem);
  font-weight: 300;
  color: rgba(255, 255, 255, 0.78);
  max-width: 32rem;
  margin-bottom: 2.1rem;
  line-height: 1.82;
  letter-spacing: 0.02em;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  margin-bottom: 1.5rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform 0.55s var(--ease-soft), box-shadow 0.55s var(--ease-soft), background 0.45s, border-color 0.45s, color 0.45s;
}

.btn-primary {
  background: linear-gradient(160deg, #d1b06a 0%, var(--gold-500) 42%, #a38445 100%);
  color: var(--navy-950);
  border-color: rgba(255, 255, 255, 0.06);
  box-shadow: 0 12px 36px rgba(197, 164, 92, 0.22);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(197, 164, 92, 0.28);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.94);
  border-color: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(16px);
}

.btn-ghost:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(197, 164, 92, 0.35);
}

.hero-note {
  font-size: 0.78rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.48);
  max-width: 30rem;
  line-height: 1.65;
  letter-spacing: 0.02em;
}

.hero-note a {
  color: var(--gold-400);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.hero-note a:hover {
  color: var(--white);
}

.hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 1.75rem;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.58rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.32);
  font-weight: 500;
}

.hero-scroll-line {
  width: 1px;
  height: 32px;
  background: linear-gradient(to bottom, transparent, rgba(197, 164, 92, 0.45));
  animation: scrollPulse 2.8s var(--ease-soft) infinite;
}

@keyframes scrollPulse {
  0%,
  100% {
    opacity: 0.35;
    transform: scaleY(0.92);
  }
  50% {
    opacity: 1;
    transform: scaleY(1);
  }
}

@media (min-width: 900px) {
  .hero {
    padding-inline-start: clamp(3rem, 9vw, 6rem);
    padding-inline-end: clamp(2rem, 8vw, 5rem);
  }

  .hero-inner {
    max-width: 38rem;
  }

  .hero-scroll {
    bottom: 2.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero:hover .hero-media {
    transform: scale(1.02);
  }

  .hero-scroll-line {
    animation: none;
  }
}

/* —— Section typography —— */
.section-head {
  max-width: 38rem;
  margin: 0 auto var(--space-section-sm);
  text-align: center;
  padding: 0 var(--space-page);
}

.section-head--tight {
  margin-bottom: clamp(2.5rem, 6vw, 3.75rem);
}

.section-kicker {
  font-family: var(--font-display-he);
  font-size: clamp(1.55rem, 3.6vw, 2.15rem);
  font-weight: 500;
  color: var(--navy-900);
  letter-spacing: -0.015em;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.section-desc {
  font-size: clamp(0.92rem, 2vw, 1.02rem);
  color: var(--text-muted);
  font-weight: 300;
  line-height: 1.82;
  letter-spacing: 0.03em;
}

/* —— Welcome triptych —— */
.welcome {
  padding: var(--space-section-sm) 0;
  background: var(--cream-100);
}

.welcome-grid {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 0 var(--space-page);
  display: flex;
  flex-direction: column;
  gap: clamp(1.75rem, 4vw, 2.5rem);
}

.welcome-tile {
  position: relative;
  display: block;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: none;
  box-shadow: none;
  background: transparent;
  color: inherit;
  transition: transform 0.65s var(--ease-soft);
}

.welcome-tile:hover {
  transform: translateY(-4px);
}

.welcome-tile-media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.welcome-tile-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s var(--ease-soft);
}

.welcome-tile:hover .welcome-tile-media img {
  transform: scale(1.04);
}

.welcome-tile-body {
  padding: 1.5rem 0.25rem 0;
}

.welcome-label {
  display: block;
  font-family: var(--font-display-latin);
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(197, 164, 92, 0.9);
  font-weight: 500;
  margin-bottom: 0.45rem;
}

.welcome-tile-body h3 {
  font-family: var(--font-display-he);
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--navy-900);
  margin-bottom: 0.55rem;
}

.welcome-tile-body p {
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--text-muted);
  margin-bottom: 1.1rem;
  line-height: 1.75;
  max-width: 34ch;
}

.welcome-cta {
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--navy-800);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: none;
  border-bottom: 1px solid rgba(197, 164, 92, 0.35);
  padding-bottom: 3px;
  display: inline-block;
  transition: color 0.45s, border-color 0.45s;
}

.welcome-tile:hover .welcome-cta {
  color: var(--gold-500);
  border-color: rgba(197, 164, 92, 0.55);
}

@media (min-width: 900px) {
  .welcome-grid {
    flex-direction: row;
    gap: clamp(1.5rem, 3.5vw, 2.75rem);
    align-items: flex-start;
  }

  .welcome-tile {
    flex: 1;
  }

  .welcome-tile-media {
    aspect-ratio: 3 / 4;
  }
}

@media (prefers-reduced-motion: reduce) {
  .welcome-tile:hover .welcome-tile-media img {
    transform: none;
  }
}

/* —— Brand quote —— */
.brand-quote {
  margin: 0;
  padding: var(--space-section) var(--space-page);
  background: linear-gradient(165deg, #0c1622 0%, var(--navy-900) 45%, #080e16 100%);
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  position: relative;
}

.brand-quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(400px, 55%);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(197, 164, 92, 0.25), transparent);
}

.brand-quote blockquote {
  max-width: 40rem;
  margin: 0 auto;
}

.brand-quote blockquote p {
  font-family: var(--font-display-he);
  font-size: clamp(1.1rem, 2.8vw, 1.55rem);
  line-height: 1.62;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.88);
  letter-spacing: 0.02em;
}

.brand-quote figcaption {
  margin-top: 1.75rem;
  font-family: var(--font-display-latin);
  font-size: 0.68rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(197, 164, 92, 0.65);
  font-weight: 500;
}

/* —— Series intro band —— */
.series-head {
  padding: clamp(3.5rem, 9vw, 5.5rem) 0 0;
  background: var(--cream-100);
}

/* —— Editorial product showcases —— */
.showcase {
  display: grid;
  gap: 0;
  background: var(--cream-100);
  padding: clamp(2rem, 4vw, 3rem) 0;
}

.showcase-media {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border-radius: var(--radius-md);
  margin-inline: var(--space-page);
  box-shadow: var(--shadow-sm);
}

.showcase-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(12, 18, 26, 0.08), transparent 38%);
  pointer-events: none;
  border-radius: inherit;
}

.showcase-media img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  transition: transform 1s var(--ease-soft);
}

.showcase:hover .showcase-media img {
  transform: scale(1.03);
}

.showcase-body {
  padding: clamp(2rem, 5vw, 3rem) var(--space-page) clamp(1rem, 3vw, 1.5rem);
  max-width: 34rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.showcase-eyebrow {
  font-family: var(--font-display-latin);
  font-size: 0.65rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  font-weight: 500;
}

.tone-vet {
  color: #2a5f8f;
}

.tone-mono {
  color: #5f7f2a;
}

.tone-med {
  color: #b85a1a;
}

.tone-noble {
  color: #7a5c2e;
}

.showcase-title {
  font-family: var(--font-display-latin);
  font-size: clamp(1.85rem, 3.8vw, 2.45rem);
  font-weight: 500;
  color: var(--navy-900);
  letter-spacing: 0.02em;
  line-height: 1.15;
}

.showcase-text {
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--text-muted);
  line-height: 1.82;
  letter-spacing: 0.02em;
}

.text-link {
  align-self: flex-start;
  margin-top: 0.5rem;
  font-weight: 500;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--navy-800);
  border: none;
  border-bottom: 1px solid rgba(197, 164, 92, 0.32);
  padding-bottom: 4px;
  transition: color 0.45s var(--ease-soft), border-color 0.45s;
}

.text-link:hover {
  color: var(--gold-500);
  border-color: rgba(197, 164, 92, 0.5);
}

@media (min-width: 960px) {
  .showcase {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: clamp(1.5rem, 4vw, 3rem);
    padding: clamp(2.5rem, 5vw, 4rem) var(--space-page);
    min-height: min(480px, 72vh);
  }

  .showcase-media {
    min-height: min(380px, 52vh);
    margin-inline: 0;
    align-self: stretch;
  }

  .showcase-media img {
    min-height: 100%;
  }

  .showcase-body {
    margin-inline: 0;
    padding: clamp(1rem, 3vw, 2rem) clamp(1.5rem, 4vw, 3rem);
    max-width: 28rem;
  }

  .showcase--flip .showcase-media {
    order: 2;
  }

  .showcase--flip .showcase-body {
    order: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .showcase:hover .showcase-media img {
    transform: none;
  }
}

/* —— Finder —— */
.finder-section {
  padding: var(--space-section) var(--space-page);
  background: linear-gradient(180deg, var(--cream-100) 0%, var(--cream-50) 100%);
}

.finder-head {
  max-width: 34rem;
  margin: 0 auto clamp(2.5rem, 5vw, 3.5rem);
  text-align: center;
}

.finder-grid {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  gap: clamp(0.65rem, 2vw, 1rem);
}

.finder-box {
  min-height: unset;
  background: rgba(255, 255, 255, 0.45);
  border: none;
  border-radius: var(--radius-sm);
  cursor: pointer;
  display: grid;
  grid-template-columns: 44px 1fr 22px;
  align-items: center;
  gap: 1rem 1.1rem;
  padding: 1.15rem 1.15rem 1.15rem 1.25rem;
  text-align: right;
  box-shadow: none;
  transition: background 0.5s var(--ease-soft), transform 0.5s var(--ease-soft);
}

.finder-box:hover {
  background: rgba(255, 255, 255, 0.78);
  transform: translateY(-2px);
}

.finder-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(197, 164, 92, 0.1);
  border: none;
}

.finder-icon img {
  width: 22px;
  height: 20px;
  object-fit: contain;
  opacity: 0.88;
}

.finder-label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.2rem;
}

.finder-label strong {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--navy-900);
  letter-spacing: 0.02em;
}

.finder-label small {
  font-size: 0.72rem;
  font-weight: 400;
  color: var(--text-muted);
  letter-spacing: 0.03em;
}

.finder-chevron {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(197, 164, 92, 0.65);
  transition: transform 0.45s var(--ease-soft);
}

.finder-box:hover .finder-chevron {
  transform: translateY(2px);
  color: rgba(197, 164, 92, 0.95);
}

@media (min-width: 768px) {
  .finder-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.85rem 1rem;
  }
}

@media (min-width: 1100px) {
  .finder-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
  }

  .finder-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.35rem 1rem;
    text-align: center;
    gap: 0.75rem;
  }

  .finder-icon {
    margin-bottom: 0;
  }

  .finder-label {
    align-items: center;
  }

  .finder-chevron {
    display: none;
  }
}

/* —— Philosophy —— */
.philosophy {
  padding: var(--space-section-sm) var(--space-page);
  background: var(--cream-50);
}

.philosophy-inner {
  max-width: var(--content-max);
  margin: 0 auto;
}

.philosophy-intro {
  max-width: 36rem;
  margin-bottom: clamp(2.5rem, 6vw, 3.75rem);
  text-align: center;
  margin-inline: auto;
}

.pillar-grid {
  list-style: none;
  display: grid;
  gap: clamp(1.75rem, 4vw, 2.5rem);
}

.pillar {
  padding: 0 0 1.5rem;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(20, 30, 48, 0.06);
  background: transparent;
  box-shadow: none;
  transition: border-color 0.45s var(--ease-soft);
}

.pillar:hover {
  border-bottom-color: rgba(197, 164, 92, 0.22);
}

.pillar-num {
  display: block;
  font-family: var(--font-display-latin);
  font-size: 0.62rem;
  letter-spacing: 0.24em;
  color: rgba(197, 164, 92, 0.75);
  font-weight: 500;
  margin-bottom: 0.55rem;
}

.pillar h3 {
  font-family: var(--font-display-he);
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--navy-900);
  margin-bottom: 0.4rem;
  letter-spacing: -0.01em;
}

.pillar p {
  font-size: 0.875rem;
  font-weight: 300;
  color: var(--text-muted);
  line-height: 1.68;
  letter-spacing: 0.02em;
}

@media (min-width: 720px) {
  .pillar-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: clamp(2rem, 5vw, 3.5rem);
  }
}

@media (min-width: 1024px) {
  .pillar-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(1.5rem, 3vw, 2rem) clamp(2rem, 4vw, 3rem);
  }

  .pillar {
    padding-bottom: 1.75rem;
  }
}

/* —— Store locator (premium Exclusion) —— */
.store-locator {
  position: relative;
  padding: clamp(3.5rem, 9vw, 6rem) var(--space-page) clamp(4rem, 10vw, 6.5rem);
  background: #f5f3ef;
  overflow: hidden;
}

.store-locator__glow {
  display: none;
}

.store-locator__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

.store-locator__head {
  text-align: center;
  margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
}

.store-locator__title {
  font-family: var(--font-ref, var(--font-ui));
  font-size: clamp(1.75rem, 4.2vw, 2.65rem);
  font-weight: 800;
  color: #141c2c;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 0.75rem;
}

.store-locator__subtitle {
  font-family: var(--font-ref, var(--font-ui));
  font-size: clamp(0.9375rem, 2vw, 1.0625rem);
  font-weight: 400;
  color: #5e6672;
  line-height: 1.75;
  max-width: 36rem;
  margin: 0 auto;
}

.store-locator__search {
  margin-bottom: clamp(2rem, 5vw, 3rem);
}

.store-locator__search-bar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  max-width: 720px;
  margin: 0 auto 1.25rem;
  padding: 0.35rem 0.35rem 0.35rem 1rem;
  border-radius: 999px;
  background: #ffffff;
  border: 1.5px solid #e0dcd3;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  transition: border-color 0.35s var(--ease-soft), box-shadow 0.35s;
}

.store-locator__search-bar:focus-within {
  border-color: rgba(197, 164, 92, 0.6);
  box-shadow: 0 6px 24px rgba(197, 164, 92, 0.15);
}

.store-locator__search-icon {
  flex-shrink: 0;
  display: flex;
  color: var(--gold-400);
  opacity: 0.95;
}

.store-locator__input {
  flex: 1;
  min-width: 0;
  min-height: 52px;
  border: none;
  background: transparent;
  color: #141c2c;
  font-family: var(--font-ref, var(--font-ui));
  font-size: 1rem;
}

.store-locator__input::placeholder {
  color: rgba(20, 28, 44, 0.38);
}

.store-locator__input:focus {
  outline: none;
}

.store-locator__submit {
  flex-shrink: 0;
  min-height: 48px;
  padding: 0 1.65rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-family: var(--font-ref, var(--font-ui));
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--navy-950);
  background: linear-gradient(180deg, #dcc18a 0%, var(--gold-500) 40%, #a38445 100%);
  box-shadow: 0 8px 28px rgba(197, 164, 92, 0.35);
  transition: transform 0.35s var(--ease-soft), box-shadow 0.35s;
}

.store-locator__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(197, 164, 92, 0.45);
}

.store-locator__pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 0.65rem;
}

.store-locator__pill {
  font-family: var(--font-ref, var(--font-ui));
  padding: 0.5rem 1.15rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.82);
  transition: background 0.3s, border-color 0.3s, color 0.3s, transform 0.3s var(--ease-soft);
}

.store-locator__pill:hover {
  border-color: rgba(197, 164, 92, 0.4);
  color: #fff;
}

.store-locator__pill.is-active {
  background: rgba(197, 164, 92, 0.22);
  border-color: rgba(197, 164, 92, 0.55);
  color: var(--gold-400);
}

.store-locator__layout {
  display: grid;
  gap: 1.25rem;
  align-items: stretch;
}

.store-locator__map {
  border-radius: 20px;
  overflow: hidden;
  height: 340px;
  border: 1px solid #e0dcd3;
  background: #e8e4dc;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  position: relative;
}

/* Leaflet overrides */
.leaflet-container { background: #e8e4dc !important; font-family: inherit; }
.leaflet-control-attribution { font-size: 0.6rem !important; opacity: 0.65; }
.leaflet-control-zoom a { background: #ffffff !important; color: #141c2c !important; border-color: #e0dcd3 !important; }
.leaflet-control-zoom a:hover { background: rgba(197,164,92,0.1) !important; color: #c5a45c !important; }

.store-locator__cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-height: min(520px, 58vh);
  overflow-y: auto;
  padding-inline-end: 4px;
  scrollbar-width: thin;
  scrollbar-color: rgba(197, 164, 92, 0.4) transparent;
}

.store-card {
  padding: 1.25rem 1.35rem;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #e8e4dc;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  transition: transform 0.45s var(--ease-soft), box-shadow 0.45s, border-color 0.35s;
}

.store-card:hover {
  transform: translateY(-4px);
  border-color: rgba(197, 164, 92, 0.4);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.store-card.is-hidden {
  display: none;
}

.store-card__name {
  font-family: var(--font-ref, var(--font-ui));
  font-size: 1.0625rem;
  font-weight: 700;
  color: #141c2c;
  margin-bottom: 0.35rem;
  letter-spacing: -0.01em;
}

.store-card__city {
  font-family: var(--font-ref, var(--font-ui));
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--gold-400);
  margin-bottom: 0.5rem;
}

.store-card__addr,
.store-card__hours {
  font-family: var(--font-ref, var(--font-ui));
  font-size: 0.875rem;
  color: #5e6672;
  line-height: 1.5;
  margin-bottom: 0.35rem;
}

.store-card__phone {
  display: inline-block;
  font-family: var(--font-ref, var(--font-ui));
  font-size: 0.875rem;
  font-weight: 600;
  color: #141c2c;
  margin-bottom: 0.45rem;
  transition: color 0.25s;
}

.store-card__phone:hover {
  color: var(--gold-500);
}

.store-card__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin-top: 0.65rem;
  padding: 0.55rem 1.25rem;
  border-radius: 10px;
  font-family: var(--font-ref, var(--font-ui));
  font-size: 0.8125rem;
  font-weight: 700;
  color: #141c2c;
  background: #c5a45c;
  border: none;
  text-decoration: none;
  transition: transform 0.35s var(--ease-soft), box-shadow 0.35s, background 0.25s;
}

.store-card__nav:hover {
  transform: translateY(-2px);
  background: #d4b56e;
  box-shadow: 0 8px 24px rgba(197, 164, 92, 0.35);
}

.store-locator__foot {
  text-align: center;
  margin-top: clamp(1.75rem, 4vw, 2.5rem);
  font-family: var(--font-ref, var(--font-ui));
  font-size: 0.8125rem;
  color: #5e6672;
}

.store-locator__foot a {
  color: var(--gold-500);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.store-locator__foot a:hover {
  color: #141c2c;
}

@media (min-width: 960px) {
  .store-locator__layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 1.5rem;
  }

  .store-locator__map {
    height: 480px;
  }

  .store-locator__cards {
    max-height: min(560px, 70vh);
    overflow-y: auto;
  }
}

@media (max-width: 640px) {
  .store-locator__search-bar {
    flex-wrap: wrap;
    border-radius: 20px;
    padding: 0.75rem 1rem;
  }

  .store-locator__submit {
    width: 100%;
    border-radius: 14px;
  }
}

/* —— Footer —— */
.footer {
  padding: 2.75rem var(--space-page) 3rem;
  background: var(--navy-950);
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.78rem;
  font-weight: 300;
  border-top: 1px solid rgba(197, 164, 92, 0.08);
}

.footer-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: flex-start;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.footer-brand strong {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
  font-weight: 600;
}

.footer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  align-items: center;
}

.footer-meta a {
  color: var(--gold-400);
  font-weight: 500;
}

.footer-meta a:hover {
  color: var(--white);
}

@media (min-width: 768px) {
  .footer-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

/* ========== home-reference.png — top of page (overrides) ========== */

.topbar--ref {
  background: var(--ref-black);
  border-bottom: none;
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--font-ref);
  font-size: 0.8125rem;
  font-weight: 400;
  padding: 0.55rem clamp(1rem, 4vw, 3.75rem);
  min-height: 38px;
}

.topbar--ref .topbar-ref-start,
.topbar--ref .topbar-ref-center,
.topbar--ref .topbar-ref-end {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.topbar-ref-truck {
  display: flex;
  opacity: 0.9;
}

.topbar-ref-center {
  justify-content: center;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.topbar-ref-end {
  justify-content: flex-end;
}

.topbar-ref-cart {
  white-space: nowrap;
}

.topbar-ref-divider {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.28);
  margin: 0 0.15rem;
}

.topbar-ref-user {
  display: flex;
  opacity: 0.95;
}

@media (min-width: 900px) {
  .topbar--ref {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    direction: ltr;
  }

  .topbar--ref .topbar-ref-start {
    justify-content: flex-start;
  }

  .topbar--ref .topbar-ref-end {
    justify-content: flex-end;
  }
}

@media (max-width: 899px) {
  .topbar--ref {
    display: none;
  }
}

.header--ref {
  background: linear-gradient(180deg, var(--ref-header-navy-mid) 0%, var(--ref-header-navy) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

.header-shell--ref {
  direction: ltr;
  max-width: 1440px;
  margin: 0 auto;
  grid-template-columns: auto 1fr auto !important;
  grid-template-areas: "logo nav actions" !important;
  min-height: 88px;
  padding: 0.65rem clamp(1rem, 4vw, 3.75rem);
  gap: 1rem 2rem;
}

.header-shell--ref .logo {
  grid-area: logo;
  justify-self: start;
}

.header-shell--ref .nav-toggle {
  grid-area: actions;
  justify-self: end;
}

@media (max-width: 959px) {
  .header-shell--ref {
    grid-template-columns: 1fr auto !important;
    grid-template-areas:
      "logo toggle"
      "nav nav" !important;
    min-height: auto;
  }

  .header-shell--ref .nav-toggle {
    grid-area: toggle;
  }

  .header-shell--ref .nav--ref {
    grid-column: 1 / -1;
  }

  .header-shell--ref .header-actions--ref {
    display: none;
  }
}

@media (min-width: 960px) {
  .header-shell--ref {
    grid-template-columns: auto 1fr auto !important;
    grid-template-areas: "logo nav actions" !important;
  }

  .header-shell--ref .nav-toggle {
    display: none !important;
  }

  .header-shell--ref .nav--ref {
    display: flex !important;
    grid-area: nav;
  }

  .header-shell--ref .header-actions--ref {
    display: flex !important;
    grid-area: actions;
    justify-content: flex-end;
  }
}

.logo--ref img {
  height: clamp(62px, 8vw, 86px);
  max-width: min(340px, 62vw);
  object-fit: contain;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.35)) brightness(1.06);
}

.nav--ref {
  justify-content: center !important;
  gap: clamp(0.75rem, 2vw, 2.25rem) !important;
}

.nav--ref a {
  font-family: var(--font-ref);
  font-size: 0.9375rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.96) !important;
  padding: 0.5rem 0.2rem !important;
}

.nav--ref a:hover {
  color: var(--gold-400) !important;
}

.nav--ref .nav-chevron {
  opacity: 0.65;
  margin-inline-start: 0.1rem;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.header-actions--ref {
  gap: 0;
}

.search-btn--ref {
  border: none !important;
  background: transparent !important;
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.search-btn--ref:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  transform: none;
}

.hero.hero--ref {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  min-height: clamp(460px, 72vh, 700px);
  padding: 0;
}

.hero-media--ref {
  background-image: url("https://images.unsplash.com/photo-1543466835-00a7907e9de1?auto=format&fit=crop&w=2400&q=85");
  background-position: 30% center;
  background-size: cover;
  filter: saturate(0.88) contrast(1.06) brightness(0.95);
  transform: scale(1);
}

.hero--ref:hover .hero-media--ref {
  transform: scale(1.02);
}

.hero-overlay--ref {
  background:
    linear-gradient(95deg, rgba(8, 11, 18, 0.15) 0%, rgba(8, 11, 18, 0.22) 42%, rgba(12, 17, 28, 0.78) 62%, rgba(14, 19, 30, 0.9) 100%),
    radial-gradient(ellipse 70% 90% at 82% 45%, rgba(12, 17, 28, 0.25), transparent 55%);
}

.hero-shell {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: clamp(2.5rem, 7vw, 5rem) clamp(1.25rem, 5vw, 4rem);
}

.hero-inner--ref {
  max-width: 32rem;
  width: 100%;
  text-align: right;
}

.eyebrow--ref {
  font-family: var(--font-ref);
  font-size: 0.6875rem;
  letter-spacing: 0.42em;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 1.15rem;
}

.hero-title--ref {
  font-family: var(--font-ref);
  font-size: clamp(1.85rem, 4.2vw, 2.85rem);
  font-weight: 800;
  line-height: 1.18;
  color: #fff;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
  text-shadow: 0 6px 40px rgba(0, 0, 0, 0.35);
}

.hero-lead--ref {
  font-family: var(--font-ref);
  font-size: clamp(0.9375rem, 1.9vw, 1.0625rem);
  font-weight: 400;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 1.75rem;
  max-width: 28rem;
}

.hero-actions--ref {
  gap: 0.65rem 1rem;
  margin-bottom: 0;
}

.btn-ref {
  font-family: var(--font-ref);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 48px;
  padding: 0.65rem 1.65rem;
  font-size: 0.9375rem;
  font-weight: 700;
  border-radius: 10px;
  transition: transform 0.35s var(--ease-soft), box-shadow 0.35s, background 0.35s;
}

.btn-ref--gold {
  background: linear-gradient(180deg, var(--ref-gold-btn-hover) 0%, var(--ref-gold-btn) 45%, #a88942 100%);
  color: #151515;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 32px rgba(196, 167, 94, 0.35);
}

.btn-ref--gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(196, 167, 94, 0.45);
}

.btn-ref--glass {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(14px);
  font-weight: 600;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}

.btn-ref--glass:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.75);
  transform: translateY(-2px);
}

.benefits-strip {
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: clamp(1.35rem, 3vw, 2rem) clamp(1rem, 4vw, 3.75rem);
}

.benefits-strip-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 3vw, 2.5rem);
  align-items: start;
}

.benefit-cell {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  text-align: right;
}

.benefit-cell img {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  object-fit: contain;
  opacity: 0.92;
}

.benefit-cell strong {
  display: block;
  font-family: var(--font-ref);
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--navy-900);
  margin-bottom: 0.25rem;
  line-height: 1.35;
}

.benefit-cell span {
  font-family: var(--font-ref);
  font-size: 0.8125rem;
  font-weight: 400;
  color: #6b7280;
  line-height: 1.45;
}

@media (max-width: 900px) {
  .benefits-strip-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

@media (max-width: 520px) {
  .benefits-strip-inner {
    grid-template-columns: 1fr;
  }
}

.finder-section--ref {
  padding: clamp(2.25rem, 5vw, 3.25rem) clamp(1rem, 4vw, 3.75rem) clamp(2.5rem, 5vw, 3.5rem);
  background: var(--ref-strip-bg);
}

.finder-head--ref {
  text-align: center;
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

.finder-title-ref {
  font-family: var(--font-ref);
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 800;
  color: var(--navy-900);
  letter-spacing: -0.02em;
  margin-bottom: 0.45rem;
}

.finder-sub-ref {
  font-family: var(--font-ref);
  font-size: 0.9375rem;
  font-weight: 400;
  color: #6b7280;
}

.finder-grid--ref {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.finder-box--ref {
  min-height: 72px;
  background: #fff;
  border: 1px solid var(--ref-card-border);
  border-radius: 12px;
  padding: 0.85rem 1rem;
  display: grid;
  grid-template-columns: 44px 1fr 22px;
  align-items: center;
  gap: 0.65rem;
  text-align: right;
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.05);
  transition: border-color 0.3s, box-shadow 0.3s;
  cursor: pointer;
}

.finder-box--ref:hover {
  border-color: rgba(196, 167, 94, 0.45);
  box-shadow: 0 10px 32px rgba(15, 23, 42, 0.08);
}

.finder-icon--ref {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.finder-icon--ref img {
  width: 38px;
  height: 36px;
  object-fit: contain;
}

.finder-box--ref .finder-label strong {
  font-family: var(--font-ref);
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--navy-900);
}

.finder-chevron-ref {
  color: var(--gold-500);
  opacity: 0.85;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.35s var(--ease-soft), opacity 0.35s;
}

.finder-box--ref:hover .finder-chevron-ref {
  transform: translateY(2px);
  opacity: 1;
}

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

@media (max-width: 520px) {
  .finder-grid--ref {
    grid-template-columns: 1fr;
  }
}

.product-strip {
  background: var(--ref-strip-bg);
  padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 4vw, 3.75rem) clamp(2.5rem, 6vw, 4rem);
}

.product-strip-head {
  max-width: 1320px;
  margin: 0 auto 1.5rem;
  text-align: center;
}

.product-strip-title {
  font-family: var(--font-ref);
  font-size: clamp(1.25rem, 2.8vw, 1.65rem);
  font-weight: 800;
  color: var(--navy-900);
  letter-spacing: -0.02em;
}

.product-strip-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.15rem;
}

.product-card-ref {
  background: linear-gradient(145deg, #fff 0%, #faf9f7 100%);
  border-radius: 16px;
  padding: 1.25rem 1.1rem 1.25rem 1.1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.85rem;
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06), 0 1px 3px rgba(15, 23, 42, 0.04);
  transition: transform 0.4s var(--ease-soft), box-shadow 0.4s, border-color 0.3s;
}

.product-card-ref:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 52px rgba(15, 23, 42, 0.13);
  border-color: rgba(197, 164, 92, 0.2);
}

.product-card-ref-text {
  flex: 1;
  text-align: right;
  min-width: 0;
}

.product-series-label {
  display: block;
  font-family: var(--font-display-latin);
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  opacity: 0.75;
  margin-bottom: 0.2rem;
}

.product-series-label.gold  { color: #8a6d3d; }
.product-series-label.orange { color: #c55a1a; }
.product-series-label.green  { color: #5f7f28; }
.product-series-label.blue   { color: #1a4d7a; }

.product-name-ref {
  font-family: var(--font-ref);
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin-bottom: 0.35rem;
  line-height: 1.15;
}

.product-name-ref.gold {
  color: #8a6d3d;
}

.product-name-ref.orange {
  color: #c55a1a;
}

.product-name-ref.green {
  color: #5f7f28;
}

.product-name-ref.blue {
  color: #1a4d7a;
}

.product-desc-ref {
  font-family: var(--font-ref);
  font-size: 0.78rem;
  font-weight: 400;
  color: #5c6674;
  line-height: 1.45;
  margin-bottom: 0.65rem;
}

.product-btn-ref {
  font-family: var(--font-ref);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--navy-900);
  padding: 0.5rem 1.1rem;
  border-radius: 8px;
  border: 1px solid rgba(20, 30, 48, 0.18);
  background: transparent;
  transition: border-color 0.3s, background 0.3s, color 0.3s, transform 0.3s var(--ease-soft);
}

.product-btn-ref::after {
  content: "←";
  font-size: 0.75rem;
  opacity: 0.6;
  transition: transform 0.3s var(--ease-soft), opacity 0.3s;
}

.product-btn-ref:hover {
  border-color: rgba(20, 30, 48, 0.35);
  background: rgba(20, 30, 48, 0.04);
  transform: translateY(-1px);
}

.product-btn-ref:hover::after {
  transform: translateX(-3px);
  opacity: 1;
}

.product-card-ref-visual {
  flex-shrink: 0;
  width: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-card-ref-visual img {
  width: 100%;
  max-height: 150px;
  object-fit: contain;
  filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.14));
  transition: transform 0.4s var(--ease-soft);
}

.product-card-ref:hover .product-card-ref-visual img {
  transform: translateY(-3px) scale(1.03);
}

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

@media (max-width: 560px) {
  .product-strip-inner {
    grid-template-columns: 1fr;
  }

  .product-card-ref {
    padding: 1rem;
  }
}

@media (max-width: 959px) {
  .hero-shell {
    justify-content: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .hero-inner--ref {
    text-align: center;
    max-width: 36rem;
  }

  .hero-lead--ref {
    margin-inline: auto;
  }

  .hero-actions--ref {
    justify-content: center;
  }

  .hero-overlay--ref {
    background: linear-gradient(
      180deg,
      rgba(10, 14, 22, 0.42) 0%,
      rgba(12, 17, 28, 0.88) 100%
    );
  }

  .hero-media--ref {
    background-position: center center;
  }
}

/* ── Store locator — new card styles ── */
.store-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 2px;
}

.store-card__website {
  flex-shrink: 0;
  font-size: 0.7rem;
  color: var(--gold-400, #c5a45c);
  text-decoration: none;
  opacity: 0.7;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.store-card__website:hover { opacity: 1; }

.store-card--unverified {
  border-right: 3px solid rgba(210, 65, 45, 0.4) !important;
}

.store-card--highlighted {
  border-color: rgba(197, 164, 92, 0.7) !important;
  background: rgba(197, 164, 92, 0.06) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(197, 164, 92, 0.18) !important;
}

.store-card--online {
  border-style: dashed;
  border-color: #d8d3c8;
}

.store-badge {
  display: inline-block;
  font-size: 0.64rem;
  font-family: var(--font-ref, sans-serif);
  padding: 2px 9px;
  border-radius: 99px;
  margin-top: 7px;
  margin-inline-end: 5px;
  vertical-align: middle;
}

.store-badge--online {
  background: rgba(197, 164, 92, 0.1);
  color: #8a6d30;
  border: 1px solid rgba(197, 164, 92, 0.28);
}

.store-badge--unverified {
  background: rgba(210, 65, 45, 0.07);
  color: #b84a40;
  border: 1px solid rgba(210, 65, 45, 0.2);
}

.store-online-divider {
  font-size: 0.66rem;
  font-family: var(--font-ref, sans-serif);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #a0a8b4;
  padding: 16px 0 4px;
  border-top: 1px solid #e8e4dc;
  margin-top: 4px;
  text-align: right;
}

/* —— Why Exclusion —— */
.why-exclusion {
  padding: var(--space-section-sm) var(--space-page);
  background: var(--cream-100);
}

.why-exclusion__inner {
  max-width: var(--content-max);
  margin: 0 auto;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  margin-top: clamp(2.5rem, 6vw, 4rem);
}

.why-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2.75rem 2rem;
  background: #ffffff;
  border-radius: var(--radius-md);
  border: 1px solid var(--ref-card-border);
  box-shadow: var(--shadow-sm);
  transition: transform 0.4s var(--ease-soft), box-shadow 0.4s, border-color 0.35s;
}

.why-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: rgba(197, 164, 92, 0.35);
}

.why-card__icon {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-card__title {
  font-family: var(--font-ref);
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 0.85rem;
  letter-spacing: -0.01em;
}

.why-card__desc {
  font-family: var(--font-ref);
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.72;
}

/* ============================================================
   FINDER WIZARD  (.fwiz-*)
   ============================================================ */

/* — Wizard card wrapper — */
.finder-wizard {
  max-width: 820px;
  margin: 0 auto;
  background: var(--white);
  border: 1px solid var(--ref-card-border);
  border-radius: 1.25rem;
  box-shadow: var(--shadow-md);
  padding: 2rem;
}

/* — Header inside wizard — */
.fwiz-header {
  text-align: center;
  margin-bottom: 2rem;
}

.fwiz-header .section-kicker {
  margin-bottom: 0.5rem;
}

/* — Progress — */
.fwiz-progress {
  margin-bottom: 2rem;
}

.fwiz-progress__track {
  position: relative;
  height: 3px;
  background: var(--cream-200);
  border-radius: 999px;
  margin-bottom: 1rem;
  overflow: visible;
}

.fwiz-progress__fill {
  position: absolute;
  inset-block: 0;
  right: 0;
  width: 0%;
  background: linear-gradient(to left, var(--gold-500), var(--gold-400));
  border-radius: 999px;
  transition: width 0.45s var(--ease-soft);
}

.fwiz-dots {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}

/* — Individual dot — */
.fwiz-dot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  flex: 1;
  padding: 0.35rem 0.5rem;
  border-radius: 999px;
  border: 1.5px solid var(--cream-200);
  background: transparent;
  color: var(--text-muted);
  font-family: var(--font-ref);
  font-size: 0.75rem;
  cursor: default;
  transition: border-color 0.3s, color 0.3s, background 0.3s;
  white-space: nowrap;
}

.fwiz-dot__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 0.8rem;
  font-weight: 700;
  background: var(--cream-100);
  border: 1.5px solid currentColor;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}

.fwiz-dot__label {
  font-size: 0.7rem;
  font-weight: 500;
}

/* Active dot */
.fwiz-dot.is-active {
  border-color: var(--gold-500);
  color: var(--gold-500);
}

.fwiz-dot.is-active .fwiz-dot__num {
  background: var(--gold-muted);
  border-color: var(--gold-500);
}

/* Done dot */
.fwiz-dot.is-done {
  border-color: var(--navy-800);
  background: var(--navy-800);
  color: var(--white);
  cursor: pointer;
}

.fwiz-dot.is-done .fwiz-dot__num {
  background: rgba(255,255,255,0.15);
  border-color: rgba(255,255,255,0.4);
  color: var(--white);
}

/* Skip dot (step 3 for cats) */
.fwiz-dot.is-skip {
  border-color: var(--cream-200);
  color: var(--cream-200);
  cursor: not-allowed;
  opacity: 0.45;
}

/* — Step panels — */
.fwiz-step {
  display: none;
}

.fwiz-step.is-active {
  display: block;
  animation: fwiz-in 0.3s ease both;
}

@keyframes fwiz-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .fwiz-step.is-active {
    animation: none;
  }
}

.fwiz-q {
  font-family: var(--font-ref);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy-900);
  margin-bottom: 1.25rem;
  text-align: center;
}

.fwiz-hint {
  font-size: 0.8rem;
  color: var(--text-muted);
  text-align: center;
  margin-top: -0.75rem;
  margin-bottom: 1rem;
}

/* — Option grids — */
.fwiz-opts {
  display: grid;
  gap: 0.75rem;
}

.fwiz-opts--animal {
  grid-template-columns: repeat(2, 1fr);
  max-width: 380px;
  margin: 0 auto;
}

.fwiz-opts--age,
.fwiz-opts--size {
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 560px) {
  .fwiz-opts--age,
  .fwiz-opts--size {
    grid-template-columns: repeat(4, 1fr);
  }
}

.fwiz-opts--needs {
  grid-template-columns: 1fr;
}

@media (min-width: 480px) {
  .fwiz-opts--needs {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* — Option button — */
.fwiz-opt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 1rem 0.75rem;
  background: var(--cream-50);
  border: 2px solid var(--ref-card-border);
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-family: var(--font-ref);
  text-align: center;
  transition: border-color 0.25s, background 0.25s, transform 0.25s var(--ease-soft), box-shadow 0.25s;
}

.fwiz-opt:hover {
  border-color: var(--gold-500);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(197, 164, 92, 0.15);
}

.fwiz-opt.is-selected {
  border-color: var(--gold-500);
  background: rgba(197, 164, 92, 0.08);
}

.fwiz-opt__emoji {
  font-size: 2rem;
  line-height: 1;
}

.fwiz-opt__label {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--navy-900);
}

.fwiz-opt__sub {
  font-size: 0.775rem;
  color: var(--text-muted);
  font-weight: 400;
}

.fwiz-opt__tag {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--gold-500);
  line-height: 1;
}

/* — Checkbox-style option (needs) — */
.fwiz-opt--check {
  flex-direction: row;
  justify-content: flex-start;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  text-align: right;
}

.fwiz-opt__chk {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 2px solid var(--ref-card-border);
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s, background 0.2s;
}

.fwiz-opt--check.is-selected .fwiz-opt__chk {
  border-color: var(--gold-500);
  background: var(--gold-500);
  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='%23050a10' stroke-width='3'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}

.fwiz-opt--check .fwiz-opt__label {
  font-size: 0.875rem;
}

/* — Search button — */
.fwiz-action {
  margin-top: 1.75rem;
  display: flex;
  justify-content: center;
}

.fwiz-search-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 48px;
  padding: 0.7rem 2rem;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  font-family: var(--font-ref);
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--navy-950);
  background: linear-gradient(180deg, var(--gold-450) 0%, var(--gold-500) 45%, #a38445 100%);
  box-shadow: 0 8px 28px rgba(197, 164, 92, 0.32);
  transition: transform 0.35s var(--ease-soft), box-shadow 0.35s;
}

.fwiz-search-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(197, 164, 92, 0.42);
}

/* — Results — */
.fwiz-results {
  animation: fwiz-in 0.35s ease both;
}

@media (prefers-reduced-motion: reduce) {
  .fwiz-results {
    animation: none;
  }
}

.fwiz-results__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--line);
}

.fwiz-results__count {
  font-family: var(--font-ref);
  font-size: 0.9rem;
  color: var(--text-muted);
}

.fwiz-results__count strong {
  color: var(--navy-900);
  font-weight: 700;
}

.fwiz-results__catalog {
  font-family: var(--font-ref);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--gold-500);
  letter-spacing: 0.04em;
  transition: color 0.25s;
}

.fwiz-results__catalog:hover {
  color: var(--navy-900);
}

.fwiz-results__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1rem;
}

.fwiz-results__empty {
  text-align: center;
  color: var(--text-muted);
  font-size: 0.9rem;
  padding: 2rem 0;
}

/* — Product card — */
.fwiz-card {
  display: block;
  background: var(--white);
  border: 1px solid var(--ref-card-border);
  border-radius: var(--radius-sm);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  position: relative;
  transition: transform 0.35s var(--ease-soft), box-shadow 0.35s, border-color 0.3s;
}

.fwiz-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: rgba(197, 164, 92, 0.35);
}

.fwiz-card__img {
  aspect-ratio: 3 / 4;
  background: var(--cream-100);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  overflow: hidden;
}

.fwiz-card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fwiz-card__badge {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  font-family: var(--font-ref);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
}

.fwiz-card__badge--vet {
  background: rgba(26, 77, 122, 0.12);
  color: #1a4d7a;
  border: 1px solid rgba(26, 77, 122, 0.2);
}

.fwiz-card__badge--noble {
  background: rgba(138, 109, 61, 0.12);
  color: #8a6d3d;
  border: 1px solid rgba(138, 109, 61, 0.2);
}

.fwiz-card__badge--med {
  background: rgba(122, 26, 77, 0.1);
  color: #7a1a4d;
  border: 1px solid rgba(122, 26, 77, 0.18);
}

.fwiz-card__body {
  padding: 0.875rem;
}

.fwiz-card__protein {
  font-family: var(--font-ref);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--gold-500);
  margin-bottom: 0.3rem;
  line-height: 1.3;
}

.fwiz-card__meta {
  font-family: var(--font-ref);
  font-size: 0.72rem;
  color: var(--text-muted);
  line-height: 1.5;
}

/* — Broken image fallback — */
.img-failed {
  position: relative;
}

.img-failed::after {
  content: "📦";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  background: var(--cream-100);
}

/* — Controls row — */
.fwiz-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  margin-top: 1.75rem;
  padding-top: 1.25rem;
}

.fwiz-ctrl {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.9rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--cream-200);
  background: transparent;
  color: var(--text-muted);
  font-family: var(--font-ref);
  font-size: 0.82rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.25s, color 0.25s, border-color 0.25s;
}

.fwiz-ctrl:hover {
  background: var(--cream-100);
  color: var(--text);
  border-color: var(--cream-200);
}

@media (max-width: 480px) {
  .finder-wizard {
    padding: 1.25rem;
    border-radius: 1rem;
  }

  .fwiz-dot__label {
    display: none;
  }

  .fwiz-dot {
    padding: 0.35rem;
  }
}
