/* Delta Drugs — SortPak-inspired clean white design */
@font-face {
  font-family: 'MuseoSans';
  src: url('../Delta%20Drugs%20Logo%20Font.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --orange: #F58326;
  --orange-dark: #d96f15;
  --orange-light: #FFF3E8;
  --olive: #757561;
  --olive-text: #5c5c4e;
  --white: #FFFFFF;
  --gray-bg: #F8F8F6;
  --gray-border: #E8E8E4;
  --gray-muted: #949384;
  --footer-bg: #8a896e;
  --font-heading: 'Nunito', 'MuseoSans', sans-serif;
  --font-body: 'Nunito', sans-serif;
  --shadow-sm: 0 2px 16px rgba(117, 117, 97, 0.06);
  --shadow-md: 0 8px 32px rgba(117, 117, 97, 0.1);
  --radius: 16px;
  --radius-lg: 24px;
  --max-width: 1140px;
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  /* Shared audience-home hero offset below .audience-switcher (patient/pro/partner, EN+ES) */
  --hero-pad-top: 60px;
  --hero-pad-bottom: 3.5rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  padding-bottom: 6.5rem; /* clear fixed .floating-call (+footer legal line) */
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--olive);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

html:not(.i18n-ready) body { visibility: hidden; }

img { max-width: 100%; height: auto; display: block; }
a { color: var(--orange); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--orange-dark); }

h1, h2, h3, h4 {
  font-family: var(--font-heading);
  font-weight: 900;
  color: var(--olive-text);
  line-height: 1.15;
  margin-top: 0;
  letter-spacing: -0.02em;
}

h1 { font-size: clamp(2.25rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.75rem, 3.5vw, 2.5rem); }
h3 { font-size: 1.25rem; }

.container { width: min(100% - 2.5rem, var(--max-width)); margin-inline: auto; }

/* Top bar */
.top-bar {
  background: var(--white);
  border-bottom: 1px solid var(--gray-border);
  color: var(--olive);
  font-size: 0.8125rem;
  padding: 0.15rem 0;
}

.top-bar__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.35rem 0.5rem;
}

.top-bar__lang { display: flex; gap: 0.35rem; align-items: center; }

.top-bar__lang button {
  background: none;
  border: none;
  color: var(--gray-muted);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.8125rem;
  cursor: pointer;
  padding: 0 0.45rem;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  transition: all var(--transition);
}

.top-bar__lang button.is-active {
  color: var(--orange);
  font-weight: 800;
}

.top-bar__links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.75rem 1.25rem;
  margin-left: auto;
}

.top-bar__badge {
  color: var(--orange);
  font-weight: 700;
  font-size: 0.8125rem;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.25rem 0.15rem;
  line-height: 1.25;
  max-width: 100%;
}

.top-bar__badge:hover { color: var(--orange-dark); }

.top-bar__insurance {
  color: var(--olive);
  font-weight: 600;
}

.top-bar__insurance:hover { color: var(--orange); }

.top-bar__switch {
  color: var(--olive);
  font-weight: 600;
}

.top-bar__switch:hover { color: var(--orange); }

/* Header */
.site-header {
  background: var(--white);
  border-bottom: 1px solid var(--gray-border);
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: box-shadow var(--transition);
}

.site-header.is-scrolled { box-shadow: var(--shadow-sm); }

/* Header uses a slightly wider container for long nav labels */
.site-header > .container {
  width: min(100% - 2.5rem, 1400px);
}

/* Fixed two-row header (identical EN/ES): top = logo + phone/CTA; bottom = nav */
.site-header__inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.55rem;
  padding: 0.75rem 0 0.85rem;
}

.site-header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 52px;
  width: 100%;
}

.logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
}

.logo__img {
  height: 52px;
  width: auto;
  display: block;
  object-fit: contain;
}

.header-phone {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--olive-text);
  font-weight: 700;
  font-size: 0.9375rem;
  white-space: nowrap;
}

.header-phone svg { width: 18px; height: 18px; stroke: var(--orange); }
.header-phone:hover { color: var(--orange); }

.header-phone-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.15rem;
  flex-shrink: 0;
}

.spanish-callout {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--orange);
}

.header-nav-cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  flex-shrink: 0;
  margin-left: auto;
}

.header-nav-cta--drawer {
  display: none;
}

.header-nav-cta .header-phone {
  margin-left: 0;
}

.btn--nav {
  padding: 0.55rem 1.1rem;
  font-size: 0.8125rem;
  white-space: nowrap;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--olive);
  padding: 0;
  margin-left: auto;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.main-nav {
  width: 100%;
  margin-left: 0;
  min-width: 0;
}

.main-nav ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.85rem;
  list-style: none;
  margin: 0;
  padding: 0;
  min-height: 2.5rem;
}

.main-nav a, .switch-view-btn {
  color: var(--olive);
  font-weight: 600;
  font-size: 0.9375rem;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  padding: 0.25rem 0;
  white-space: nowrap;
  transition: color var(--transition);
}

.main-nav a:hover, .switch-view-btn:hover { color: var(--orange); }
.main-nav a.active { color: var(--orange); }

.main-nav--patient ul {
  gap: 0.35rem;
}

.main-nav--patient > ul > li > a {
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1.3;
  white-space: nowrap;
  color: #757561;
  background: transparent;
  border: 1px solid rgba(245, 131, 38, 0.2);
  border-radius: 20px;
  padding: 0.45rem 0.75rem;
  box-shadow: 0 0 0 rgba(245, 131, 38, 0);
  transition: color 0.3s ease, border-color 0.3s ease, border-width 0.3s ease, box-shadow 0.3s ease;
}

.main-nav--patient > ul > li > a:hover {
  background: transparent;
  color: #F58326;
  border-width: 2px;
  border-color: rgba(245, 131, 38, 1);
  box-shadow: 0 0 8px rgba(245, 131, 38, 0.3);
}

.main-nav--patient > ul > li > a.active,
.main-nav--patient > ul > li > a.active:hover {
  background: #F58326;
  border-color: #F58326;
  border-width: 1px;
  color: #fff;
  box-shadow: none;
}

/* Insurance strip */
.insurance-strip {
  background: #FFF3E8;
  color: var(--olive);
  padding: 0.75rem 0;
  text-align: center;
}

.insurance-strip p {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 1.75rem;
  min-height: 44px;
  border-radius: 8px;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 0.9375rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all var(--transition);
  text-decoration: none;
}

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

.btn--orange:hover {
  background: var(--orange-dark);
  border-color: var(--orange-dark);
  color: var(--white);
  transform: translateY(-1px);
}

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

.btn--outline:hover {
  background: var(--orange-light);
  color: var(--orange-dark);
}

/* Hero — bright split */
/*
  Audience home heroes (patient-home / pro-home / partner-home), EN + ES:
  ONE layout rule — left accent + eyebrow + H1 and the right column top
  (first tool tile or hero image) share the same offset from .audience-switcher.
  That offset is only --hero-pad-top. Grid must stay align-items:start
  (never center) so a tall tools column cannot push the copy down.
*/
.hero-bright {
  background: var(--white);
  padding: var(--hero-pad-top) 0 var(--hero-pad-bottom);
}

.hero-bright__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.25rem, 5.5vw, 4.5rem);
  align-items: start;
}

.hero-bright__content {
  max-width: 520px;
  align-self: start;
  margin: 0;
}

.hero-bright__title {
  font-size: clamp(1.75rem, 3.8vw, 2.6rem);
  line-height: 1.22;
  margin-bottom: 0;
}

.hero-bright__support {
  margin: 0.75rem 0 0;
  color: var(--gray-muted);
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.5;
  max-width: 36rem;
}

.hero-bright__promise {
  position: relative;
  margin: 1.25rem 0 1.25rem;
  padding-top: 1rem;
  color: #F58326;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.35;
  font-family: var(--font-heading);
}

.hero-bright__content .hero-bright__sub + .hero-bright__promise {
  margin-top: 0.5rem;
  padding-top: 0;
}

.hero-bright__content .hero-bright__sub + .hero-bright__promise::before {
  display: none;
}

.hero-bright__promise::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background: #F58326;
  border-radius: 1px;
}

.hero-bright__accent {
  width: 64px;
  height: 4px;
  background: var(--orange);
  border-radius: 2px;
  margin-bottom: 1.5rem;
}

.hero-bright__eyebrow {
  font-family: 'Patrick Hand', cursive;
  color: var(--orange-dark);
  font-size: 19px;
  letter-spacing: 0.5px;
  line-height: 1.35;
  margin: -0.75rem 0 0.75rem;
  max-width: 100%;
}

/* One-time hero entrance (CSS only) — opacity only so top alignment never shifts */
@keyframes hero-fade-up {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.hero-bright__eyebrow,
.hero-bright__title,
.hero-bright__content > .hero-bullets,
.hero-bright__visual {
  animation: hero-fade-up 0.38s ease-out both;
}

.hero-bright__eyebrow { animation-delay: 0.04s; }
.hero-bright__title { animation-delay: 0.12s; }
.hero-bright__content > .hero-bullets { animation-delay: 0.2s; }
.hero-bright__visual { animation-delay: 0.28s; }

@media (prefers-reduced-motion: reduce) {
  .hero-bright__eyebrow,
  .hero-bright__title,
  .hero-bright__content > .hero-bullets,
  .hero-bright__visual {
    animation: none;
  }
}

.hero-bright__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-top: 0.25rem;
}

.hero-bright__portal-note {
  margin: 0.65rem 0 0;
  font-size: 0.8125rem;
  color: var(--gray-muted);
}

.hero-bright__sub {
  font-size: 1.25rem;
  color: var(--gray-muted);
  margin: 1rem 0 1.5rem;
  line-height: 1.5;
}

.hero-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
}

.hero-bullets li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.625rem;
  color: var(--olive);
  font-size: 1rem;
}

.hero-bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
}

.hero-bright__visual {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-self: start;
  margin: 0;
  background: var(--white);
}

.hero-bright__visual svg,
.hero-bright__visual > img {
  width: 100%;
  max-width: 520px;
  height: auto;
}

/* Patient home hero — uncropped crossfade slideshow (4s hold + 2.5s blend × 7 = 45.5s) */
.hero-slideshow {
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  background: transparent;
}

.hero-slideshow__img {
  grid-area: 1 / 1;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: min(62vh, 580px);
  object-fit: contain;
  object-position: center center;
  justify-self: center;
  align-self: center;
  opacity: 0;
  animation-duration: 45.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-mask-image: radial-gradient(
    ellipse 78% 78% at center,
    #000 58%,
    rgba(0, 0, 0, 0.8) 70%,
    rgba(0, 0, 0, 0.35) 84%,
    transparent 92%
  );
  mask-image: radial-gradient(
    ellipse 78% 78% at center,
    #000 58%,
    rgba(0, 0, 0, 0.8) 70%,
    rgba(0, 0, 0, 0.35) 84%,
    transparent 92%
  );
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.hero-slideshow__img:nth-child(1) { animation-name: hero-slideshow-1; }
.hero-slideshow__img:nth-child(2) { animation-name: hero-slideshow-2; }
.hero-slideshow__img:nth-child(3) { animation-name: hero-slideshow-3; }
.hero-slideshow__img:nth-child(4) { animation-name: hero-slideshow-4; }
.hero-slideshow__img:nth-child(5) { animation-name: hero-slideshow-5; }
.hero-slideshow__img:nth-child(6) { animation-name: hero-slideshow-6; }
.hero-slideshow__img:nth-child(7) { animation-name: hero-slideshow-7; }

@keyframes hero-slideshow-1 {
  0%, 8.79% { opacity: 1; }
  14.29% { opacity: 0; }
  94.51% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes hero-slideshow-2 {
  0%, 8.79% { opacity: 0; }
  14.29% { opacity: 1; }
  23.08% { opacity: 1; }
  28.57% { opacity: 0; }
  100% { opacity: 0; }
}

@keyframes hero-slideshow-3 {
  0%, 23.08% { opacity: 0; }
  28.57% { opacity: 1; }
  37.36% { opacity: 1; }
  42.86% { opacity: 0; }
  100% { opacity: 0; }
}

@keyframes hero-slideshow-4 {
  0%, 37.36% { opacity: 0; }
  42.86% { opacity: 1; }
  51.65% { opacity: 1; }
  57.14% { opacity: 0; }
  100% { opacity: 0; }
}

@keyframes hero-slideshow-5 {
  0%, 51.65% { opacity: 0; }
  57.14% { opacity: 1; }
  65.93% { opacity: 1; }
  71.43% { opacity: 0; }
  100% { opacity: 0; }
}

@keyframes hero-slideshow-6 {
  0%, 65.93% { opacity: 0; }
  71.43% { opacity: 1; }
  80.22% { opacity: 1; }
  85.71% { opacity: 0; }
  100% { opacity: 0; }
}

@keyframes hero-slideshow-7 {
  0%, 80.22% { opacity: 0; }
  85.71% { opacity: 1; }
  94.51% { opacity: 1; }
  100% { opacity: 0; }
}

/* Delta Connect dashboard preview (pro-home hero) */
.delta-connect-preview {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
}

.delta-connect-preview__shell {
  background: var(--white);
  border-radius: 12px;
  border-top: 3px solid #F58326;
  box-shadow: 0 8px 32px rgba(44, 44, 44, 0.12);
  overflow: hidden;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}

.delta-connect-preview__shell:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(44, 44, 44, 0.16);
}

.delta-connect-preview__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #2C2C2C;
  padding: 0.75rem 1rem;
}

.delta-connect-preview__brand {
  color: var(--white);
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
}

.delta-connect-preview__live {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.75rem;
  font-weight: 700;
}

.delta-connect-preview__live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #F58326;
  box-shadow: 0 0 0 2px rgba(245, 131, 38, 0.35);
}

.delta-connect-preview__body {
  padding: 1rem;
}

.delta-connect-preview__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.625rem;
  margin-bottom: 1rem;
}

.delta-connect-preview__stat {
  background: var(--white);
  border: 1px solid var(--gray-border);
  border-radius: 10px;
  padding: 0.75rem 0.5rem;
  text-align: center;
  box-shadow: 0 2px 8px rgba(117, 117, 97, 0.08);
}

.delta-connect-preview__stat-num {
  color: #F58326;
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.2;
}

.delta-connect-preview__stat-label {
  color: var(--gray-muted);
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0.25rem;
}

.delta-connect-preview__list {
  border: 1px solid var(--gray-border);
  border-radius: 10px;
  overflow: hidden;
}

.delta-connect-preview__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.625rem 0.875rem;
  font-size: 0.75rem;
  border-bottom: 1px solid var(--gray-border);
}

.delta-connect-preview__row:last-child {
  border-bottom: none;
}

.delta-connect-preview__row-text {
  color: var(--olive-text);
  font-weight: 600;
  flex: 1;
  min-width: 0;
}

.delta-connect-preview__badge {
  flex-shrink: 0;
  font-size: 0.625rem;
  font-weight: 800;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  white-space: nowrap;
}

.delta-connect-preview__badge--orange {
  background: #FFF3E8;
  color: #F58326;
}

.delta-connect-preview__badge--green {
  background: #edf7f0;
  color: #2d6a4f;
}

.delta-connect-preview__badge--gray {
  background: var(--gray-bg);
  color: var(--gray-muted);
}

.delta-connect-preview__tagline {
  margin: 0.875rem 0 0;
  text-align: center;
  font-size: 0.8125rem;
  font-style: italic;
  color: var(--gray-muted);
}

/* Pro product line-art icons */
.pro-product-icon {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 1rem;
}

.pro-product-icon svg {
  width: 40px;
  height: 40px;
  stroke: #F58326;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Portal access CTA (pro referral form) */
.portal-cta {
  margin-top: 1.75rem;
  text-align: center;
}

.portal-cta__rule {
  border: none;
  border-top: 1px solid var(--gray-border);
  margin: 0 0 1.25rem;
}

.portal-cta__link {
  color: #F58326;
  text-decoration: underline;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.55;
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-variant-ligatures: none;
}

.portal-cta__brand {
  font-family: 'Nunito', sans-serif;
  letter-spacing: 0.01em;
}

.portal-cta__link:hover {
  color: var(--orange-dark);
}

.portal-cta__phone {
  margin: 0.875rem 0 0;
  font-size: 0.8125rem;
  color: var(--gray-muted);
}

@media (max-width: 900px) {
  .delta-connect-preview__stats {
    grid-template-columns: 1fr;
  }

  .delta-connect-preview__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
  }
}

/* Trust bar */
.trust-bar {
  background: var(--white);
  border-bottom: 2px solid var(--orange);
  padding: 1.75rem 0;
}

.trust-bar__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem 1.25rem;
}

.trust-bar__item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  color: var(--olive-text);
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.35;
  min-width: 0;
}

.trust-bar__item span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.trust-bar__item svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  stroke: var(--orange);
  fill: none;
}

/* Trust badges */
.trust-badges {
  background: var(--white);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--gray-border);
}

.trust-badges__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1rem;
  border: 1.5px solid var(--gray-border);
  border-radius: 8px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--olive-text);
  background: var(--white);
  white-space: nowrap;
}

.trust-badge__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.trust-badge__dot--medicare { background: #003366; }
.trust-badge__dot--medical { background: #2d6a4f; }
.trust-badge__dot--hipaa { background: var(--orange); }
.trust-badge__dot--license { background: var(--olive); }
.trust-badge__dot--since { background: var(--orange); }

/* Sections */
.section { padding: clamp(4rem, 8vw, 6rem) 0; }
.section--white { background: var(--white); }
.section--gray { background: var(--gray-bg); }

.section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 3rem;
}

.section-header p {
  color: var(--gray-muted);
  font-size: 1.0625rem;
  margin-top: 0.75rem;
}

.section-accent {
  width: 48px;
  height: 3px;
  background: var(--orange);
  margin: 0 auto 1.25rem;
  border-radius: 2px;
}

/* About */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.about-grid p { color: var(--olive); }

.about-section {
  max-width: 720px;
  margin: 0 auto;
}

.about-section__content h2 {
  margin-bottom: 1rem;
}

.about-section p { color: var(--olive); }

.credential-badge {
  width: 200px;
  margin: 0 auto 2rem;
  background: var(--white);
  border: 2px solid #F58326;
  border-radius: 12px;
  padding: 20px 28px;
  box-shadow: 0 4px 20px rgba(117, 117, 97, 0.1);
  text-align: center;
}

.credential-badge__stars {
  color: #F58326;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0.35rem;
}

.credential-badge__since {
  color: #757561;
  letter-spacing: 3px;
  font-size: 11px;
  font-weight: 800;
}

.credential-badge__year {
  color: #F58326;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.05;
  margin: 0.15rem 0;
  font-family: var(--font-heading);
}

.credential-badge__rule {
  width: 60px;
  border: none;
  border-top: 1px solid #F58326;
  margin: 0.5rem auto;
}

.credential-badge__brand {
  color: #757561;
  letter-spacing: 3px;
  font-size: 11px;
  font-weight: 800;
}

.credential-badge__tagline {
  color: #999;
  font-size: 12px;
  font-style: italic;
  margin: 0.5rem 0 0;
}

/* Steps */
.steps-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  position: relative;
}

.steps-row::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 16%;
  right: 16%;
  height: 0;
  border-top: 2px dashed var(--orange);
  opacity: 0.4;
  z-index: 0;
}

.step-card {
  text-align: center;
  position: relative;
  z-index: 1;
}

.step-card__num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid var(--orange);
  color: var(--orange);
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  background: var(--white);
}

.step-card h3 { margin-bottom: 0.5rem; }
.step-card p { color: var(--gray-muted); font-size: 0.9375rem; margin: 0; }

.steps-cta {
  text-align: center;
  margin-top: 2.5rem;
  color: var(--olive);
}

.steps-cta a { font-weight: 700; }

/* Services */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.service-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--gray-border);
  border-radius: var(--radius);
  padding: 2rem 1.5rem;
  transition: all var(--transition);
}

.service-card:has(.service-card__link) {
  cursor: pointer;
}

.service-card:hover {
  border-color: var(--orange);
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.service-card__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
}

.service-card__icon svg {
  width: 100%;
  height: 100%;
  stroke: var(--orange);
  fill: none;
}

.service-card__icon--fill svg {
  stroke: none;
  fill: var(--orange);
}

.service-card h3 { margin-bottom: 0.5rem; }
.service-card p { color: var(--gray-muted); font-size: 0.9375rem; margin: 0 0 1rem; }

.service-card__link {
  font-weight: 700;
  font-size: 0.875rem;
}

.service-card .service-card__link::after {
  content: "";
  position: absolute;
  inset: 0;
}

/* Insurance */
.insurance-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 1rem;
}

.insurance-pill {
  background: var(--orange-light);
  color: var(--orange);
  font-weight: 700;
  font-size: 0.875rem;
  padding: 0.5rem 1.125rem;
  border-radius: 999px;
  border: 1px solid transparent;
  text-align: center;
  max-width: 100%;
  line-height: 1.35;
  transition: transform 0.28s ease-out, box-shadow 0.28s ease-out;
}

.insurance-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(217, 111, 21, 0.16);
}

.insurance-pill--featured {
  border: 2px solid #F58326;
}

/* Contact strip */
.contact-strip {
  background: var(--gray-bg);
  padding: 2.5rem 0;
  border-top: 1px solid var(--gray-border);
}

.contact-strip__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.contact-strip__items {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
}

.contact-strip__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--olive);
  font-size: 0.9375rem;
}

.contact-strip__item svg {
  width: 18px;
  height: 18px;
  stroke: var(--orange);
}

/* Contact page */
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 3rem;
  align-items: start;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.contact-detail__icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #FFF3E8;
  color: var(--orange);
}

.contact-detail__icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--orange);
  fill: none;
}

.contact-detail__label {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--gray-muted);
  margin-bottom: 0.15rem;
}

.contact-detail__value {
  color: var(--olive-text);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4;
}

.contact-detail__value a {
  color: inherit;
  text-decoration: none;
}

.contact-detail__value a:hover {
  color: var(--orange);
}

.hero-california-tag {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 0.75rem;
}

.form-submit {
  margin-top: 0.5rem;
}

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

/* FAQ accordion */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.faq-item {
  background: var(--white);
  border: 1px solid var(--gray-border);
  border-radius: 12px;
  overflow: hidden;
}

.faq-item__q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: transparent;
  border: none;
  text-align: left;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1rem;
  color: var(--olive-text);
  cursor: pointer;
}

.faq-item__icon {
  color: #F58326;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
}

.faq-item__a {
  display: none;
  padding: 0 1.25rem 1.15rem;
}

.faq-item.is-open .faq-item__a {
  display: block;
}

.faq-item.is-open .faq-item__icon {
  transform: rotate(45deg);
}

.faq-item__a p {
  margin: 0;
  color: var(--olive);
  font-size: 0.9375rem;
  line-height: 1.6;
}

/* Enteral footer CTA strip */
.enteral-cta-strip {
  background: #5c5c4e;
  color: #fff;
  padding: 2.5rem 0;
}

.enteral-cta-strip__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.enteral-cta-strip__text {
  margin: 0;
  font-size: 1.0625rem;
  font-weight: 700;
  max-width: 560px;
  line-height: 1.45;
}

.enteral-cta-strip__meta {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.9375rem;
  opacity: 0.95;
}

.enteral-cta-strip__phone {
  color: #fff;
  font-weight: 900;
  font-size: 1.25rem;
  text-decoration: none;
}

.enteral-cta-strip__phone:hover {
  color: #F58326;
}

@media (max-width: 600px) {
  .enteral-cta-strip__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Specialty Nutrition page */
.spec-hero__eyebrow {
  color: #F58326;
  font-weight: 800;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 0.85rem;
}

.spec-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin: 1.75rem 0 1rem;
}

.spec-hero__meta {
  margin: 0;
  font-size: 0.875rem;
  color: var(--gray-muted);
  font-weight: 600;
}

.hero-coming-soon {
  position: relative;
  width: 100%;
  max-width: 480px;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gray-bg);
  border: 2px solid #F58326;
  border-radius: var(--radius-lg);
  padding: 2rem;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}

.hero-coming-soon:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(44, 44, 44, 0.14);
}

.hero-coming-soon img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Square hero crossfade (shared: 6s display + 1.5s crossfade) */
.hero-coming-soon--slideshow {
  padding: 0;
}

.hero-coming-soon--slideshow .hero-slideshow__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center center;
  justify-self: stretch;
  align-self: stretch;
  opacity: 0;
  animation-duration: 15s; /* 2 images × 7.5s */
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-mask-image: none;
  mask-image: none;
}

.hero-coming-soon--slideshow .hero-slideshow__img:nth-child(1) {
  animation-name: hero-square-fade-1;
}

.hero-coming-soon--slideshow .hero-slideshow__img:nth-child(2) {
  animation-name: hero-square-fade-2;
}

@keyframes hero-square-fade-1 {
  0%, 40% { opacity: 1; }
  50%, 90% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes hero-square-fade-2 {
  0%, 40% { opacity: 0; }
  50%, 90% { opacity: 1; }
  100% { opacity: 0; }
}

/* 3 images · 22.5s cycle */
.hero-coming-soon--slideshow-3 .hero-slideshow__img {
  animation-duration: 22.5s;
}

.hero-coming-soon--slideshow-3 .hero-slideshow__img:nth-child(1) {
  animation-name: hero-square-fade-3-1;
}

.hero-coming-soon--slideshow-3 .hero-slideshow__img:nth-child(2) {
  animation-name: hero-square-fade-3-2;
}

.hero-coming-soon--slideshow-3 .hero-slideshow__img:nth-child(3) {
  animation-name: hero-square-fade-3-3;
}

@keyframes hero-square-fade-3-1 {
  0%, 26.67% { opacity: 1; }
  33.33%, 93.33% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes hero-square-fade-3-2 {
  0%, 26.67% { opacity: 0; }
  33.33%, 60% { opacity: 1; }
  66.67%, 100% { opacity: 0; }
}

@keyframes hero-square-fade-3-3 {
  0%, 60% { opacity: 0; }
  66.67%, 93.33% { opacity: 1; }
  100% { opacity: 0; }
}

/* 4 images · 30s cycle */
.hero-coming-soon--slideshow-4 .hero-slideshow__img {
  animation-duration: 30s;
}

.hero-coming-soon--slideshow-4 .hero-slideshow__img:nth-child(1) {
  animation-name: hero-square-fade-4-1;
}

.hero-coming-soon--slideshow-4 .hero-slideshow__img:nth-child(2) {
  animation-name: hero-square-fade-4-2;
}

.hero-coming-soon--slideshow-4 .hero-slideshow__img:nth-child(3) {
  animation-name: hero-square-fade-4-3;
}

.hero-coming-soon--slideshow-4 .hero-slideshow__img:nth-child(4) {
  animation-name: hero-square-fade-4-4;
}

@keyframes hero-square-fade-4-1 {
  0%, 20% { opacity: 1; }
  25%, 95% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes hero-square-fade-4-2 {
  0%, 20% { opacity: 0; }
  25%, 45% { opacity: 1; }
  50%, 100% { opacity: 0; }
}

@keyframes hero-square-fade-4-3 {
  0%, 45% { opacity: 0; }
  50%, 70% { opacity: 1; }
  75%, 100% { opacity: 0; }
}

@keyframes hero-square-fade-4-4 {
  0%, 70% { opacity: 0; }
  75%, 95% { opacity: 1; }
  100% { opacity: 0; }
}

/* 6 images · 45s cycle (patient home — one photo per service category) */
.hero-coming-soon--slideshow-6 .hero-slideshow__img {
  animation-duration: 45s;
}

.hero-coming-soon--slideshow-6 .hero-slideshow__img:nth-child(1) {
  animation-name: hero-square-fade-6-1;
}

.hero-coming-soon--slideshow-6 .hero-slideshow__img:nth-child(2) {
  animation-name: hero-square-fade-6-2;
}

.hero-coming-soon--slideshow-6 .hero-slideshow__img:nth-child(3) {
  animation-name: hero-square-fade-6-3;
}

.hero-coming-soon--slideshow-6 .hero-slideshow__img:nth-child(4) {
  animation-name: hero-square-fade-6-4;
}

.hero-coming-soon--slideshow-6 .hero-slideshow__img:nth-child(5) {
  animation-name: hero-square-fade-6-5;
}

.hero-coming-soon--slideshow-6 .hero-slideshow__img:nth-child(6) {
  animation-name: hero-square-fade-6-6;
}

@keyframes hero-square-fade-6-1 {
  0%, 13.33% { opacity: 1; }
  16.67%, 96.67% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes hero-square-fade-6-2 {
  0%, 13.33% { opacity: 0; }
  16.67%, 30% { opacity: 1; }
  33.33%, 100% { opacity: 0; }
}

@keyframes hero-square-fade-6-3 {
  0%, 30% { opacity: 0; }
  33.33%, 46.67% { opacity: 1; }
  50%, 100% { opacity: 0; }
}

@keyframes hero-square-fade-6-4 {
  0%, 46.67% { opacity: 0; }
  50%, 63.33% { opacity: 1; }
  66.67%, 100% { opacity: 0; }
}

@keyframes hero-square-fade-6-5 {
  0%, 63.33% { opacity: 0; }
  66.67%, 80% { opacity: 1; }
  83.33%, 100% { opacity: 0; }
}

@keyframes hero-square-fade-6-6 {
  0%, 80% { opacity: 0; }
  83.33%, 96.67% { opacity: 1; }
  100% { opacity: 0; }
}

/* 9 images · 67.5s cycle (incontinence & DME hero) */
.hero-coming-soon--slideshow-9 .hero-slideshow__img {
  animation-duration: 67.5s;
}

.hero-coming-soon--slideshow-9 .hero-slideshow__img:nth-child(1) {
  animation-name: hero-square-fade-9-1;
}

.hero-coming-soon--slideshow-9 .hero-slideshow__img:nth-child(2) {
  animation-name: hero-square-fade-9-2;
}

.hero-coming-soon--slideshow-9 .hero-slideshow__img:nth-child(3) {
  animation-name: hero-square-fade-9-3;
}

.hero-coming-soon--slideshow-9 .hero-slideshow__img:nth-child(4) {
  animation-name: hero-square-fade-9-4;
}

.hero-coming-soon--slideshow-9 .hero-slideshow__img:nth-child(5) {
  animation-name: hero-square-fade-9-5;
}

.hero-coming-soon--slideshow-9 .hero-slideshow__img:nth-child(6) {
  animation-name: hero-square-fade-9-6;
}

.hero-coming-soon--slideshow-9 .hero-slideshow__img:nth-child(7) {
  animation-name: hero-square-fade-9-7;
}

.hero-coming-soon--slideshow-9 .hero-slideshow__img:nth-child(8) {
  animation-name: hero-square-fade-9-8;
}

.hero-coming-soon--slideshow-9 .hero-slideshow__img:nth-child(9) {
  animation-name: hero-square-fade-9-9;
}

@keyframes hero-square-fade-9-1 {
  0%, 8.89% { opacity: 1; }
  11.11%, 97.78% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes hero-square-fade-9-2 {
  0%, 8.89% { opacity: 0; }
  11.11%, 20% { opacity: 1; }
  22.22%, 100% { opacity: 0; }
}

@keyframes hero-square-fade-9-3 {
  0%, 20% { opacity: 0; }
  22.22%, 31.11% { opacity: 1; }
  33.33%, 100% { opacity: 0; }
}

@keyframes hero-square-fade-9-4 {
  0%, 31.11% { opacity: 0; }
  33.33%, 42.22% { opacity: 1; }
  44.44%, 100% { opacity: 0; }
}

@keyframes hero-square-fade-9-5 {
  0%, 42.22% { opacity: 0; }
  44.44%, 53.33% { opacity: 1; }
  55.56%, 100% { opacity: 0; }
}

@keyframes hero-square-fade-9-6 {
  0%, 53.33% { opacity: 0; }
  55.56%, 64.44% { opacity: 1; }
  66.67%, 100% { opacity: 0; }
}

@keyframes hero-square-fade-9-7 {
  0%, 64.44% { opacity: 0; }
  66.67%, 75.56% { opacity: 1; }
  77.78%, 100% { opacity: 0; }
}

@keyframes hero-square-fade-9-8 {
  0%, 75.56% { opacity: 0; }
  77.78%, 86.67% { opacity: 1; }
  88.89%, 100% { opacity: 0; }
}

@keyframes hero-square-fade-9-9 {
  0%, 86.67% { opacity: 0; }
  88.89%, 97.78% { opacity: 1; }
  100% { opacity: 0; }
}

/* 8 images · 60s cycle (patient home hero) */
.hero-coming-soon--slideshow-8 .hero-slideshow__img { animation-duration: 60s; }
.hero-coming-soon--slideshow-8 .hero-slideshow__img:nth-child(1) { animation-name: hero-square-fade-8-1; }
.hero-coming-soon--slideshow-8 .hero-slideshow__img:nth-child(2) { animation-name: hero-square-fade-8-2; }
.hero-coming-soon--slideshow-8 .hero-slideshow__img:nth-child(3) { animation-name: hero-square-fade-8-3; }
.hero-coming-soon--slideshow-8 .hero-slideshow__img:nth-child(4) { animation-name: hero-square-fade-8-4; }
.hero-coming-soon--slideshow-8 .hero-slideshow__img:nth-child(5) { animation-name: hero-square-fade-8-5; }
.hero-coming-soon--slideshow-8 .hero-slideshow__img:nth-child(6) { animation-name: hero-square-fade-8-6; }
.hero-coming-soon--slideshow-8 .hero-slideshow__img:nth-child(7) { animation-name: hero-square-fade-8-7; }
.hero-coming-soon--slideshow-8 .hero-slideshow__img:nth-child(8) { animation-name: hero-square-fade-8-8; }
@keyframes hero-square-fade-8-1 { 0%, 10% { opacity: 1; } 12.5%, 97.5% { opacity: 0; } 100% { opacity: 1; } }
@keyframes hero-square-fade-8-2 { 0%, 10% { opacity: 0; } 12.5%, 22.5% { opacity: 1; } 25%, 100% { opacity: 0; } }
@keyframes hero-square-fade-8-3 { 0%, 22.5% { opacity: 0; } 25%, 35% { opacity: 1; } 37.5%, 100% { opacity: 0; } }
@keyframes hero-square-fade-8-4 { 0%, 35% { opacity: 0; } 37.5%, 47.5% { opacity: 1; } 50%, 100% { opacity: 0; } }
@keyframes hero-square-fade-8-5 { 0%, 47.5% { opacity: 0; } 50%, 60% { opacity: 1; } 62.5%, 100% { opacity: 0; } }
@keyframes hero-square-fade-8-6 { 0%, 60% { opacity: 0; } 62.5%, 72.5% { opacity: 1; } 75%, 100% { opacity: 0; } }
@keyframes hero-square-fade-8-7 { 0%, 72.5% { opacity: 0; } 75%, 85% { opacity: 1; } 87.5%, 100% { opacity: 0; } }
@keyframes hero-square-fade-8-8 { 0%, 85% { opacity: 0; } 87.5%, 97.5% { opacity: 1; } 100% { opacity: 0; } }

/* 7 images · 52.5s cycle (Rx medications hero) */
.hero-coming-soon--slideshow-7 .hero-slideshow__img { animation-duration: 52.5s; }
.hero-coming-soon--slideshow-7 .hero-slideshow__img:nth-child(1) { animation-name: hero-square-fade-7-1; }
.hero-coming-soon--slideshow-7 .hero-slideshow__img:nth-child(2) { animation-name: hero-square-fade-7-2; }
.hero-coming-soon--slideshow-7 .hero-slideshow__img:nth-child(3) { animation-name: hero-square-fade-7-3; }
.hero-coming-soon--slideshow-7 .hero-slideshow__img:nth-child(4) { animation-name: hero-square-fade-7-4; }
.hero-coming-soon--slideshow-7 .hero-slideshow__img:nth-child(5) { animation-name: hero-square-fade-7-5; }
.hero-coming-soon--slideshow-7 .hero-slideshow__img:nth-child(6) { animation-name: hero-square-fade-7-6; }
.hero-coming-soon--slideshow-7 .hero-slideshow__img:nth-child(7) { animation-name: hero-square-fade-7-7; }
@keyframes hero-square-fade-7-1 { 0%, 11.43% { opacity: 1; } 14.29%, 97.14% { opacity: 0; } 100% { opacity: 1; } }
@keyframes hero-square-fade-7-2 { 0%, 11.43% { opacity: 0; } 14.29%, 25.71% { opacity: 1; } 28.57%, 100% { opacity: 0; } }
@keyframes hero-square-fade-7-3 { 0%, 25.71% { opacity: 0; } 28.57%, 40% { opacity: 1; } 42.86%, 100% { opacity: 0; } }
@keyframes hero-square-fade-7-4 { 0%, 40% { opacity: 0; } 42.86%, 54.29% { opacity: 1; } 57.14%, 100% { opacity: 0; } }
@keyframes hero-square-fade-7-5 { 0%, 54.29% { opacity: 0; } 57.14%, 68.57% { opacity: 1; } 71.43%, 100% { opacity: 0; } }
@keyframes hero-square-fade-7-6 { 0%, 68.57% { opacity: 0; } 71.43%, 82.86% { opacity: 1; } 85.71%, 100% { opacity: 0; } }
@keyframes hero-square-fade-7-7 { 0%, 82.86% { opacity: 0; } 85.71%, 97.14% { opacity: 1; } 100% { opacity: 0; } }

.hero-coming-soon p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: 'Patrick Hand', cursive;
  font-size: 1.75rem;
  color: var(--olive);
  line-height: 1.3;
}

.spec-promise-strip {
  background: #F58326;
  color: #fff;
  padding: 16px 0;
  text-align: center;
}

.spec-promise-strip p {
  margin: 0;
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.45;
}

.spec-cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.spec-cat-card {
  background: var(--white);
  border: 1px solid var(--gray-border);
  border-radius: var(--radius);
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: box-shadow var(--transition), transform var(--transition);
}

.spec-cat-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.spec-cat-card__icon {
  font-size: 2.75rem;
  line-height: 1;
  margin-bottom: 1rem;
}

.spec-cat-card h3 {
  color: var(--olive-text);
  margin-bottom: 0.65rem;
  font-size: 1.15rem;
}

.spec-cat-card__brands {
  color: #F58326;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1.45;
  margin: 0 0 0.85rem;
}

.spec-cat-card__desc {
  color: var(--gray-muted);
  font-size: 0.9375rem;
  line-height: 1.55;
  margin: 0 0 1.25rem;
  flex-grow: 1;
}

.btn--cat {
  padding: 0.55rem 1.25rem;
  font-size: 0.875rem;
  width: 100%;
  max-width: 220px;
}

.spec-cat-card__note {
  margin: 0.75rem 0 0;
  font-size: 0.75rem;
  line-height: 1.4;
}

.spec-cat-card__note--accent {
  color: #F58326;
  font-weight: 700;
}

.spec-cat-card__note--muted {
  color: var(--gray-muted);
  font-style: italic;
}

.spec-callback {
  background: #FFF3E8;
}

.spec-callback__card {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.spec-callback__card .section-header p {
  color: var(--olive);
}

.spec-callback__card form {
  text-align: left;
}

.spec-callback__privacy {
  margin: 1rem 0 0;
  font-size: 0.8125rem;
  color: var(--gray-muted);
  line-height: 1.5;
  text-align: center;
}

.spec-footer-cta {
  background: #757561;
  color: #fff;
  padding: 2.75rem 0;
  text-align: center;
}

.spec-footer-cta__text {
  margin: 0 0 1rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
}

.spec-footer-cta__phone {
  display: inline-block;
  color: #fff;
  font-weight: 900;
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}

.spec-footer-cta__phone:hover {
  color: var(--orange);
}

.spec-footer-cta__fax {
  margin: 0 0 0.75rem;
  font-weight: 600;
  opacity: 0.95;
}

.spec-footer-cta__meta {
  margin: 0;
  font-size: 0.875rem;
  opacity: 0.85;
}

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

@media (max-width: 600px) {
  .spec-cat-grid { grid-template-columns: 1fr; }
  .hero-coming-soon p { font-size: 1.4rem; }
}

/* Brands We Carry */
.brands-section {
  background: #F5F5F5;
  padding: 90px 24px;
  font-family: 'Nunito', sans-serif;
}
.brands-section .brands-container {
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
}
.brands-section .brands-eyebrow {
  display: inline-block;
  color: #F58326;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.brands-section h2 {
  color: #757561;
  font-weight: 900;
  font-size: 42px;
  margin: 0 0 16px;
  line-height: 1.15;
}
.brands-section .brands-sub {
  color: #949384;
  font-weight: 500;
  font-size: 18px;
  max-width: 640px;
  margin: 0 auto 56px;
  line-height: 1.6;
}

/* Featured tier: Kate Farms + Nestlé */
.brands-featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-bottom: 28px;
}
.brand-card {
  background: #FFFFFF;
  border-radius: 16px;
  border: 2px solid transparent;
  box-shadow: 0 4px 18px rgba(117, 117, 97, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.brand-card:hover {
  transform: translateY(-5px);
  border-color: #F58326;
  box-shadow: 0 12px 28px rgba(117, 117, 97, 0.15);
}
.brand-card--featured {
  position: relative;
  flex-direction: column;
  padding: 48px 32px 40px;
  border-top: 5px solid #F58326;
}
.brand-card--featured img {
  max-width: 320px;
  width: 100%;
  height: auto;
  max-height: 110px;
  object-fit: contain;
}
.brand-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  background: #FFF3E8;
  color: #F58326;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
}
.brand-note {
  margin-top: 22px;
  color: #949384;
  font-weight: 600;
  font-size: 15px;
}

/* Standard tier: everyone else */
.brands-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.brand-card--standard {
  padding: 28px 20px;
  min-height: 110px;
}
.brand-card--standard img {
  max-width: 150px;
  width: 100%;
  height: auto;
  max-height: 60px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.65;
  transition: filter 0.25s ease, opacity 0.25s ease;
}
.brand-card--standard img.logo-boost {
  max-width: 195px;
  max-height: 80px;
}
.brand-card--standard:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

.brands-footnote {
  margin-top: 40px;
  color: #949384;
  font-weight: 500;
  font-size: 15px;
}
.brands-footnote strong { color: #757561; }

@media (max-width: 900px) {
  .brands-section h2 { font-size: 32px; }
  .brands-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
  .brands-section { padding: 64px 18px; }
  .brands-featured { grid-template-columns: 1fr; gap: 18px; }
  .brands-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .brand-card--featured { padding: 36px 24px 32px; }
}

/* Footer */
.site-footer { background: var(--footer-bg); color: rgba(255,255,255,0.9); }
.footer-main { padding: 3.5rem 0 2rem; }

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2rem;
}

.footer-heading {
  color: var(--white);
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}

.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 0.5rem; }
.footer-links a { color: rgba(255,255,255,0.8); font-size: 0.9375rem; }
.footer-links a:hover { color: var(--orange); }

.footer-tagline {
  font-size: 0.8125rem;
  opacity: 0.75;
  margin-top: 0.75rem;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.15);
  padding: 1.25rem 0;
}

.footer-bottom__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.8125rem;
  opacity: 0.8;
  padding-right: 5rem; /* clear fixed .floating-call */
}

.footer-bottom__links { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.footer-bottom__links a { color: rgba(255,255,255,0.8); }
.footer-bottom__links a:hover { color: var(--orange); }

@media (max-width: 900px) {
  .footer-bottom__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    padding-right: 5.5rem;
  }
}

/* Forms */
.form-notice {
  background: #FFF3E8;
  border-left: 4px solid var(--orange);
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
  border-radius: 0 var(--radius) var(--radius) 0;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--olive-text);
}

.form-card {
  background: var(--white);
  border: 1px solid var(--gray-border);
  border-radius: var(--radius);
  padding: 2rem;
}

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { margin-bottom: 1rem; }
.form-group label { display: block; font-weight: 700; font-size: 0.875rem; color: var(--olive-text); margin-bottom: 0.35rem; }

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid var(--gray-border);
  border-radius: 8px;
  font-family: inherit;
  font-size: 1rem;
  color: var(--olive-text);
  transition: border-color var(--transition);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--orange);
}

.checkbox-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.625rem;
  background: #F8F8F6;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 12px;
}

.checkbox-grid.is-error {
  border-color: #F58326;
  box-shadow: 0 0 0 2px rgba(245, 131, 38, 0.15);
}

.checkbox-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--olive-text);
  cursor: pointer;
  line-height: 1.4;
}

.checkbox-item input[type="checkbox"] {
  accent-color: #F58326;
  width: 16px;
  height: 16px;
  margin-top: 0.15rem;
  flex-shrink: 0;
  cursor: pointer;
}

.audience-switcher {
  background: #F8F8F6;
  padding: 8px 0;
  border-bottom: 1px solid var(--gray-border);
  overflow-x: hidden;
}

.audience-switcher__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: nowrap;
  max-width: 100%;
  min-width: 0;
}

.audience-switcher__label {
  color: var(--gray-muted);
  font-size: 13px;
  font-weight: 600;
  flex-shrink: 0;
}

.audience-switcher__pills {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
  flex-wrap: nowrap;
}

.audience-switcher__pill {
  padding: 0.45rem 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid #ccc;
  color: var(--gray-muted);
  background: transparent;
  white-space: nowrap;
  text-decoration: none;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: border-color var(--transition), color var(--transition), background var(--transition);
}

.audience-switcher__pill:hover {
  border-color: #F58326;
  color: #F58326;
}

.audience-switcher__pill.is-active {
  background: #F58326;
  border-color: #F58326;
  color: var(--white);
}

.audience-switcher__pill.is-active:hover {
  color: var(--white);
}

@media (max-width: 768px) {
  .audience-switcher__inner {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
  }

  .audience-switcher__pills {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-shrink: 1;
    width: 100%;
    max-width: 100%;
    gap: 0.5rem;
  }
}

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

.form-success {
  display: none;
  margin-top: 1rem;
  padding: 1rem;
  background: var(--orange-light);
  color: var(--olive-text);
  border-radius: 8px;
  font-weight: 600;
}

.form-success.is-visible { display: block; }

/* Refer cards, checklist, stats */
.refer-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.refer-card {
  background: var(--white);
  border: 1px solid var(--gray-border);
  border-radius: var(--radius);
  padding: 2rem;
  text-align: center;
  transition: all var(--transition);
}

.refer-card:hover { border-color: var(--orange); box-shadow: var(--shadow-sm); }

.refer-card__icon { color: var(--orange); margin-bottom: 1rem; }
.refer-card__num { font-weight: 900; font-size: 1.25rem; color: var(--orange); margin-top: 0.75rem; }

.checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 720px;
}

.checklist li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--gray-border);
  color: var(--olive);
}

.checklist svg { width: 22px; height: 22px; stroke: var(--orange); flex-shrink: 0; margin-top: 2px; }

/* Page hero (inner pages) */
.page-hero {
  background: var(--white);
  padding: clamp(3rem, 6vw, 5rem) 0;
  border-bottom: 1px solid var(--gray-border);
  text-align: center;
}

.page-hero h1 { margin-bottom: 0.75rem; }
.page-hero p { color: var(--gray-muted); max-width: 560px; margin: 0 auto; }

/* Reveal */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

/* Cookie bar */

/* Floating */
.floating-call {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 56px;
  height: 56px;
  background: var(--orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-md);
  z-index: 900;
  transition: transform var(--transition);
}

.floating-call svg { width: 24px; height: 24px; stroke: white; }
.floating-call:hover { transform: scale(1.05); color: white; }

@media (max-width: 900px) {
  .floating-call {
    bottom: 1.15rem;
    right: 1rem;
  }

  /* Table action CTAs sit left of the FAB when scrolled into view */
  .sf-table .sf-td-action {
    padding-right: 5.5rem;
  }
  .sf-table th:last-child {
    padding-right: 5.5rem;
  }
}

/* Shared desktop call popover — replaces tel: navigation on fine-pointer devices */
.phone-popover {
  position: fixed;
  z-index: 1200;
  width: min(280px, calc(100vw - 24px));
  padding: 0.9rem 1rem 1rem;
  background: #fff;
  color: var(--olive-text);
  border: 1px solid rgba(245, 131, 38, 0.35);
  border-radius: 12px;
  box-shadow: var(--shadow-md);
  font-family: var(--font-body);
  line-height: 1.35;
}

.phone-popover[hidden] {
  display: none !important;
}

.phone-popover__label {
  margin: 0 0 0.35rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--gray-muted);
}

.phone-popover__number {
  display: block;
  width: 100%;
  margin: 0 0 0.45rem;
  padding: 0.45rem 0.6rem;
  border: 1px solid rgba(245, 131, 38, 0.45);
  border-radius: 8px;
  background: #FFF8F2;
  color: var(--orange);
  font-family: var(--font-heading);
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  cursor: pointer;
  text-align: center;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.phone-popover__number:hover,
.phone-popover__number:focus-visible {
  background: #FFE8D6;
  border-color: var(--orange);
  outline: none;
}

.phone-popover__number.is-copied {
  background: #E8F6EA;
  border-color: #3d8b4f;
  color: #246b34;
}

.phone-popover__hours,
.phone-popover__es {
  margin: 0 0 0.2rem;
  font-size: 0.8125rem;
  color: var(--olive-text);
}

.phone-popover__es {
  font-weight: 700;
}

.phone-popover__hint {
  margin: 0.55rem 0 0;
  font-size: 0.75rem;
  color: var(--gray-muted);
}

.phone-popover__hint.is-copied {
  color: #246b34;
  font-weight: 700;
}

/* Partner icons row */
.partner-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 1.5rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--gray-muted);
}

.partner-icons span::before {
  content: '●';
  color: var(--orange);
  margin-right: 0.35rem;
  font-size: 0.5rem;
  vertical-align: middle;
}

/* Flip cards, timeline - simplified white */
.flip-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }

.flip-grid--5 {
  grid-template-columns: repeat(6, 1fr);
}

.flip-grid--5 .flip-card:nth-child(1) { grid-column: 1 / 3; }
.flip-grid--5 .flip-card:nth-child(2) { grid-column: 3 / 5; }
.flip-grid--5 .flip-card:nth-child(3) { grid-column: 5 / 7; }
.flip-grid--5 .flip-card:nth-child(4) { grid-column: 2 / 4; }
.flip-grid--5 .flip-card:nth-child(5) { grid-column: 4 / 6; }

.flip-card {
  background: var(--white);
  border: 1px solid var(--gray-border);
  border-radius: var(--radius);
  padding: 2rem;
  text-align: center;
  transition: border-color var(--transition);
}

.flip-card:hover { border-color: var(--orange); }

.timeline {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 10%;
  right: 10%;
  border-top: 2px dashed var(--orange);
  opacity: 0.35;
}

.timeline__step { text-align: center; flex: 1; position: relative; z-index: 1; }
.timeline__dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid var(--orange);
  background: var(--white);
  margin: 0 auto 0.75rem;
}

.timeline__step p { font-size: 0.8125rem; color: var(--olive); margin: 0; }

/* Responsive */
@media (max-width: 900px) {
  .hero-bright__grid { grid-template-columns: 1fr; }
  .hero-bright__visual { order: -1; }
  .hero-bright__visual:has(.hero-coming-soon),
  .hero-bright__visual--tools { order: 0; }
  .hero-bright__promise { font-size: 1.1rem; }
  .trust-bar__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .about-grid, .services-grid, .refer-options, .flip-grid, .flip-grid--5 { grid-template-columns: 1fr; }
  .flip-grid--5 .flip-card:nth-child(n) { grid-column: auto; }
  .steps-row { grid-template-columns: 1fr; }
  .steps-row::before { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .header-phone--desktop { display: none; }
  .nav-toggle { display: inline-flex; }
  .header-nav-cta--bar { display: none; }
  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--white);
    border-bottom: 1px solid var(--gray-border);
    padding: 1rem;
    box-shadow: var(--shadow-md);
    margin-left: 0;
    width: 100%;
  }
  .main-nav.is-open { display: block; }
  .main-nav--patient.is-open {
    display: block;
  }
  .main-nav.is-open .header-nav-cta--drawer {
    display: flex;
  }
  .main-nav ul {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 0;
  }
  .top-bar__insurance {
    display: none;
  }
  .main-nav > ul > li.nav-utility-mobile {
    display: list-item;
    width: 100%;
  }
  .main-nav > ul > li.nav-utility-mobile > a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
  }
  .header-nav-cta--drawer {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    padding-top: 0.5rem;
    border-top: 1px solid var(--gray-border);
  }
  .insurance-strip p { font-size: 0.8125rem; }
  .timeline { flex-direction: column; }
  .timeline::before { display: none; }
}

@media (max-width: 600px) {
  .trust-bar__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-bright {
    --hero-pad-top: 2rem;
    --hero-pad-bottom: 2.75rem;
    padding: var(--hero-pad-top) 0 var(--hero-pad-bottom);
  }
  .hero-bright__title {
    font-size: clamp(1.75rem, 5.2vw, 1.95rem);
  }
  .hero-bright__eyebrow {
    font-size: 18px;
  }
}

/* ============================================================
   PRODUCT CATALOGUE (products.html) — namespaced .catalog-*
   ============================================================ */
.catalog-hero{background:#FBF8F1;border-bottom:2px solid var(--orange);padding:40px 0 28px;
  background-image:radial-gradient(#e5decd 0.8px,transparent 0.8px);background-size:14px 14px}
.catalog-eyebrow{font-family:'Patrick Hand',cursive;color:var(--orange-dark);font-size:19px;letter-spacing:.5px}
.catalog-title{font-size:34px;color:#3d3d34;font-weight:900;margin:2px 0 6px}
.catalog-sub{color:var(--olive);font-size:15px;max-width:640px}
.catalog-hero-badge{display:inline-flex;align-items:center;gap:7px;margin-top:12px;background:#fff;border:1.5px solid var(--orange);border-radius:999px;padding:6px 14px;font-weight:700;font-size:13.5px;color:var(--orange-dark)}
.catalog-toolbar{display:flex;flex-wrap:wrap;gap:14px;align-items:center;margin:6px 0}
.catalog-search{flex:1;min-width:230px;position:relative}
.catalog-search input{width:100%;padding:11px 14px 11px 40px;border:1.5px solid var(--gray-border);border-radius:12px;font-family:var(--font-body);font-size:15px;background:#fff;color:#3d3d34}
.catalog-search input:focus{outline:2px solid var(--orange);border-color:var(--orange)}
.catalog-search svg{position:absolute;left:12px;top:11px;opacity:.45}
.catalog-viewtoggle{display:flex;border:1.5px solid var(--gray-border);border-radius:999px;overflow:hidden;background:#fff;flex-shrink:0}
.catalog-viewtoggle button{border:none;background:none;padding:10px 18px;min-height:44px;font-family:var(--font-body);font-weight:700;font-size:13.5px;color:var(--gray-muted);cursor:pointer}
.catalog-viewtoggle button.is-on{background:var(--orange);color:#fff}
.catalog-fgroup{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin:9px 0}
.catalog-flabel{font-family:'Patrick Hand',cursive;font-size:17px;color:var(--olive);width:60px;flex:none}
.catalog-pill{border:1.5px solid var(--gray-border);background:#fff;border-radius:999px;padding:8px 15px;font-family:var(--font-body);font-size:13.5px;font-weight:700;color:var(--olive-text);cursor:pointer;transition:all .15s;min-height:40px;display:inline-flex;align-items:center;box-sizing:border-box}
.catalog-pill:hover{border-color:var(--orange)}
.catalog-pill.is-on{background:var(--orange);border-color:var(--orange);color:#fff}
.catalog-count{font-size:13.5px;color:var(--gray-muted);margin:12px 0 16px}
.catalog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(215px,1fr));gap:18px}
.catalog-empty{color:var(--olive);font-size:15px;padding:26px 4px}
.catalog-card{background:#fff;border:1.5px solid var(--gray-border);border-radius:16px;padding:14px;cursor:pointer;transition:transform .3s ease-out,box-shadow .3s ease-out,border-color .3s ease-out;display:flex;flex-direction:column;gap:9px}
.catalog-card:hover,.catalog-card:focus-visible{transform:translateY(-3px);border-color:var(--orange);box-shadow:0 10px 24px rgba(217,111,21,.15);outline:none}
.catalog-art{background:#FBF8F1;border:2px solid var(--orange);border-radius:12px;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;overflow:hidden;background-image:radial-gradient(#e8e1d0 0.7px,transparent 0.7px);background-size:11px 11px}
.catalog-art>div{width:100%;height:100%;display:flex;align-items:center;justify-content:center}
.catalog-art svg{width:86%;height:86%}
.catalog-art img{width:100%;height:100%;object-fit:cover;border-radius:10px}
.catalog-pname{font-weight:800;color:#3d3d34;font-size:15px;line-height:1.25}
.catalog-pbrand{font-family:'Patrick Hand',cursive;color:var(--orange-dark);font-size:15px}
.catalog-chips{display:flex;flex-wrap:wrap;gap:5px}
.catalog-chip{font-size:11px;font-weight:700;border-radius:999px;padding:3px 9px;background:var(--gray-bg);color:var(--olive)}
.catalog-chip--cat{background:var(--orange-light);color:var(--orange-dark)}
.catalog-card-simple,.catalog-card-pro{display:flex;flex-direction:column;gap:7px;margin-top:2px}
.catalog-meta{display:flex;flex-wrap:wrap;align-items:center;gap:5px}
.catalog-meta__label{font-size:11px;font-weight:800;color:var(--gray-muted);text-transform:uppercase;letter-spacing:.03em;margin-right:2px}
.catalog-valchips{display:flex;flex-wrap:wrap;gap:5px}
.catalog-valchip{font-size:11.5px;font-weight:700;border-radius:999px;padding:3px 9px;background:#F7F4EC;color:#3d3d34}
.catalog-valchip--more{background:var(--gray-bg);color:var(--gray-muted)}
.catalog-valchip--pack{background:#FFF4EA;color:var(--orange-dark);border:1px solid rgba(245,131,38,.35)}
.catalog-mbadge--card{margin:2px 0 0;padding:6px 10px;font-size:12px;width:fit-content;max-width:100%}
.catalog-card--pro{border-color:rgba(245,131,38,.45)}
.catalog-pro-count{font-size:12px;font-weight:800;color:var(--olive)}
.catalog-pro-codes{display:flex;flex-direction:column;gap:5px}
.catalog-pro-row{display:flex;flex-wrap:wrap;align-items:center;gap:6px}
.catalog-pro-label{flex:0 0 auto;min-width:4.5rem;font-size:11px;font-weight:800;color:var(--gray-muted);text-transform:uppercase;letter-spacing:.02em}
.catalog-copy{display:inline-flex;align-items:center;gap:6px;min-height:36px;padding:4px 8px;border:1.5px solid var(--gray-border);border-radius:8px;background:#fff;cursor:pointer;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;font-weight:700;color:#3d3d34;transition:border-color .2s ease,background .2s ease,color .2s ease}
.catalog-copy:hover,.catalog-copy:focus-visible{border-color:var(--orange);color:var(--orange-dark);outline:none}
.catalog-copy.is-copied{border-color:var(--orange);background:#FFF4EA;color:var(--orange-dark)}
.catalog-copy__hint{font-family:var(--font-body);font-size:10.5px;font-weight:800;color:var(--olive);text-transform:uppercase;letter-spacing:.03em}
.catalog-copy.is-copied .catalog-copy__hint{color:var(--orange-dark)}
.catalog-pro-more{font-size:12px;font-weight:700;color:var(--orange-dark)}
.catalog-pack-line{margin-top:3px;font-size:11.5px;font-weight:700;color:var(--orange-dark)}
.catalog-ndc td.n{white-space:normal}
.catalog-ndc .catalog-copy{min-height:32px;padding:3px 6px;font-size:11.5px}
@media(max-width:600px){
  .catalog-viewtoggle{width:100%}
  .catalog-viewtoggle button{flex:1 1 0;padding:10px 8px;font-size:12.5px}
  .catalog-pro-label{min-width:100%;margin-bottom:-2px}
}
.catalog-overlay{position:fixed;inset:0;background:rgba(61,61,52,.45);display:none;align-items:center;justify-content:center;padding:18px;z-index:1200}
.catalog-overlay.is-open{display:flex}
.catalog-modal{background:#fff;border-radius:20px;max-width:820px;width:100%;max-height:92vh;overflow:auto;position:relative;display:grid;grid-template-columns:300px 1fr}
.catalog-mart{background:#FBF8F1;border-right:2px solid var(--orange);display:flex;align-items:center;justify-content:center;padding:26px;background-image:radial-gradient(#e8e1d0 0.7px,transparent 0.7px);background-size:11px 11px}
.catalog-mart>div{width:100%;display:flex;align-items:center;justify-content:center}
.catalog-mart svg{width:100%;max-width:240px}
.catalog-mart img{width:100%;max-width:240px;border-radius:12px}
.catalog-mbody{padding:26px 28px}
.catalog-mclose{position:absolute;top:10px;right:10px;border:none;background:var(--gray-bg);border-radius:999px;width:44px;height:44px;font-size:18px;cursor:pointer;color:var(--olive);z-index:2;display:inline-flex;align-items:center;justify-content:center}
.catalog-mtitle{font-size:24px;font-weight:800;color:#3d3d34;margin:2px 0;padding-right:30px}
.catalog-mbrand{font-family:'Patrick Hand',cursive;font-size:18px;color:var(--orange-dark)}
.catalog-mtype{font-size:14px;color:var(--olive);margin:10px 0 12px;line-height:1.5;border-left:3px solid var(--orange);padding-left:11px}
.catalog-msec{margin:13px 0;font-size:14px;color:var(--olive-text)}
.catalog-mh{font-family:'Patrick Hand',cursive;font-size:16.5px;color:var(--olive);margin-bottom:5px}
.catalog-mbadge{display:inline-flex;align-items:center;gap:7px;background:var(--orange-light);border:1.5px solid var(--orange);border-radius:10px;padding:8px 13px;font-weight:800;font-size:13.5px;color:var(--orange-dark);margin:6px 0 2px}
.catalog-ndc{width:100%;border-collapse:collapse;font-size:12.5px;margin-top:4px}
.catalog-ndc th{text-align:left;font-family:'Patrick Hand',cursive;font-size:14px;color:var(--olive);border-bottom:1.5px solid var(--gray-border);padding:4px 6px}
.catalog-ndc td{border-bottom:1px solid var(--gray-bg);padding:5px 6px;color:var(--olive-text)}
.catalog-ndc td.n{font-variant-numeric:tabular-nums;white-space:nowrap;color:#3d3d34;font-weight:700}
.catalog-cta{display:inline-block;margin-top:14px}
.catalog-note{font-size:11.5px;color:var(--gray-muted);margin-top:14px;line-height:1.5}
.catalog-help{text-align:center;max-width:620px}
.catalog-help h2{color:#3d3d34;margin-bottom:8px}
.catalog-help p{color:var(--olive);margin-bottom:16px}
@media(max-width:640px){.catalog-modal{grid-template-columns:1fr}.catalog-mart{border-right:none;border-bottom:2px solid var(--orange)}}
@media (prefers-reduced-motion: reduce){
  .catalog-card,.catalog-card:hover{transition:none;transform:none}
  .hero-coming-soon,.hero-coming-soon:hover,
  .delta-connect-preview__shell,.delta-connect-preview__shell:hover,
  .insurance-pill,.insurance-pill:hover,
  .supply-finder-link-card,.supply-finder-link-card:hover,
  .formula-catalog-link-card,.formula-catalog-link-card:hover,
  .catalog-supply-banner,.catalog-supply-banner:hover,
  .hero-tool-stack__btn,.hero-tool-stack__btn:hover{
    transition:none;transform:none
  }
}

/* ============================================================
   AUDIT #2 FIXES — missing styles
   ============================================================ */
.reveal-delay-4 { transition-delay: 0.4s; }
.reveal-delay-5 { transition-delay: 0.5s; }

.step-card__icon { width: 52px; height: 52px; border-radius: 14px; background: var(--orange-light); color: var(--orange-dark); display: flex; align-items: center; justify-content: center; margin: 0 auto 0.9rem; }
.step-card__icon svg { width: 26px; height: 26px; }

.about-grid { position: relative; }
.about-visual { position: relative; z-index: 1; }
.about-visual__img { width: 100%; height: auto; border-radius: 18px; border: 2px solid var(--orange); object-fit: cover; display: block; }
.about-map-card {
  margin: 0;
  background: var(--white);
  border: 2px solid var(--orange);
  border-radius: 18px;
  padding: 1.15rem 1.15rem 1.05rem;
  box-shadow: 0 8px 28px rgba(117, 117, 97, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
}
.about-map-card__svg {
  width: 100%;
  max-width: 340px;
  height: auto;
  display: block;
  border-radius: 12px;
}
.about-map-card__caption {
  margin: 0;
  text-align: center;
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--olive-text);
  line-height: 1.4;
  max-width: 22rem;
  overflow-wrap: anywhere;
}
@media (max-width: 600px) {
  .about-map-card {
    padding: 0.9rem 0.85rem 0.85rem;
  }
  .about-map-card__caption {
    font-size: 0.8125rem;
  }
}
.about-badge { position: absolute; bottom: -16px; left: -16px; background: var(--orange); color: #fff; border-radius: 14px; padding: 0.7rem 1.1rem; display: flex; flex-direction: column; align-items: center; line-height: 1.15; font-weight: 800; box-shadow: 0 8px 22px rgba(217,111,21,0.3); }

.legal-content { max-width: 780px; }
.legal-content h2 { margin: 1.6rem 0 0.5rem; color: #3d3d34; font-size: 1.35rem; }
.legal-content h3 { margin: 1.2rem 0 0.4rem; color: var(--olive-text); font-size: 1.1rem; }
.legal-content p, .legal-content li { line-height: 1.65; color: var(--olive-text); }
.legal-content ul { padding-left: 1.3rem; margin: 0.5rem 0 1rem; }

.hipaa-notice { background: var(--orange-light); border: 1.5px solid var(--orange); border-radius: 12px; padding: 0.9rem 1.1rem; font-size: 0.85rem; line-height: 1.55; color: var(--olive-text); margin-bottom: 1.2rem; }
.hipaa-notice a { color: var(--orange-dark); font-weight: 700; }
.form-phi-warning { background: var(--orange-light); border: 1.5px solid var(--orange); border-radius: 12px; padding: 0.85rem 1rem; font-size: 0.9rem; font-weight: 700; line-height: 1.45; color: var(--olive-text); margin: 0 0 0.75rem; }

.insurance-carousel { overflow: hidden; }
.portal-cta__link-wrap { margin: 0.6rem 0 0.4rem; }

.spec-callback__actions { display: flex; flex-direction: column; align-items: center; gap: 0.8rem; }
.spec-callback__actions .btn { min-width: 260px; text-align: center; }

.referral-cta__ways { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; margin: 1.2rem 0; }
.referral-cta__way { background: var(--gray-bg); border: 1.5px solid var(--gray-border); border-radius: 14px; padding: 1.3rem; text-align: center; }
.referral-cta__way h4 { color: #3d3d34; margin-bottom: 0.4rem; }
.referral-cta__way p { font-size: 0.9rem; color: var(--olive); margin-bottom: 0.9rem; }
.referral-cta__fax { font-size: 1.3rem; font-weight: 900; color: var(--orange-dark); }
.referral-cta__hipaa { font-size: 0.82rem; color: var(--gray-muted); line-height: 1.55; margin-top: 0.6rem; }
.referral-cta__btns { display: flex; gap: 0.8rem; justify-content: center; flex-wrap: wrap; margin: 1rem 0; }
@media (max-width: 640px) { .referral-cta__ways { grid-template-columns: 1fr; } }

/* Catalogue v2: item-number table scrolls sideways on small screens */
.catalog-ndc-wrap { overflow-x: auto; }

/* Catalogue v3 UI: larger modal art, tap-to-zoom lightbox, flavor/size chips */
.catalog-modal { max-width: 900px; grid-template-columns: 380px 1fr; }
.catalog-mart img { max-width: 330px; cursor: zoom-in; }
.catalog-zoomable { cursor: zoom-in; }
.catalog-lightbox { position: fixed; inset: 0; background: rgba(30,30,26,0.92); display: none; align-items: center; justify-content: center; z-index: 2000; cursor: zoom-out; padding: 4vw; }
.catalog-lightbox.is-open { display: flex; }
.catalog-lightbox img { max-width: 92vw; max-height: 92vh; width: auto; height: auto; border-radius: 14px; box-shadow: 0 20px 60px rgba(0,0,0,0.5); }
.catalog-lightbox-close { position: fixed; top: 16px; right: 18px; border: none; background: rgba(255,255,255,0.92); border-radius: 999px; width: 42px; height: 42px; font-size: 19px; cursor: pointer; color: #3d3d34; }
.catalog-valchips { display: flex; flex-wrap: wrap; gap: 6px; }
.catalog-valchip { background: var(--gray-bg); border: 1px solid var(--gray-border); border-radius: 999px; padding: 4px 12px; font-size: 13px; font-weight: 700; color: var(--olive-text); }
@media (max-width: 640px) { .catalog-modal { grid-template-columns: 1fr; } .catalog-mart img { max-width: 260px; } }
/* Catalogue showcase tiles (specialty-nutrition) + nav tool pill */
.cat-showcase { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin: 1.6rem 0 1.2rem; }
.cat-tile { display: flex; flex-direction: column; align-items: center; gap: 10px; text-decoration: none; background: #fff; border: 1.5px solid var(--gray-border); border-radius: 16px; padding: 12px; transition: transform .18s, border-color .18s, box-shadow .18s; }
.cat-tile:hover { transform: translateY(-3px); border-color: var(--orange); box-shadow: 0 8px 22px rgba(217,111,21,0.13); }
.cat-tile img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 12px; border: 2px solid var(--orange); }
.cat-tile span { font-weight: 800; font-size: 0.95rem; color: #3d3d34; text-align: center; }
.cat-showcase-cta { text-align: center; margin-top: 0.8rem; }
.cat-showcase-note { font-size: 0.85rem; color: var(--gray-muted); margin-top: 0.8rem; }
/* Mobile-only insurance link (top bar insurance is hidden under 900px) */
.main-nav > ul > li.nav-utility-mobile {
  display: none;
}

.catalog-supply-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 1.75rem 0 0;
  padding: 1.2rem 1.35rem;
  background: #FFF3E8;
  border: 2px solid var(--orange);
  border-radius: 14px;
  text-decoration: none;
  color: var(--orange-dark);
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: clamp(0.95rem, 2.2vw, 1.1rem);
  line-height: 1.35;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out, background 0.3s ease-out;
}

.catalog-supply-banner:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(217, 111, 21, 0.18);
  background: #ffe8d4;
  color: var(--orange-dark);
}

.catalog-supply-banner__text {
  flex: 1;
  min-width: 0;
}

.catalog-supply-banner__arrow {
  flex-shrink: 0;
  font-size: 1.35em;
  line-height: 1;
  color: var(--orange);
}

/* Incontinence & DME → Supply Finder / Formula Catalog / DME Catalog link cards */
.supply-finder-link-card,
.formula-catalog-link-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 2.25rem auto 0;
  max-width: 720px;
  padding: 1.15rem 1.35rem;
  background: #FFF3E8;
  border: 2px solid var(--orange);
  border-radius: 14px;
  text-decoration: none;
  color: var(--orange-dark);
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: clamp(0.95rem, 2.4vw, 1.125rem);
  line-height: 1.35;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out, background 0.3s ease-out;
}

/* Stack multiple tool link-cards with a small gap */
.supply-finder-link-card + .supply-finder-link-card,
.formula-catalog-link-card + .supply-finder-link-card,
.supply-finder-link-card + .formula-catalog-link-card {
  margin-top: 0.85rem;
}

.supply-finder-link-card:hover,
.formula-catalog-link-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(217, 111, 21, 0.18);
  background: #ffe8d4;
  color: var(--orange-dark);
}

.supply-finder-link-card__text,
.formula-catalog-link-card__text {
  flex: 1;
  min-width: 0;
}

.supply-finder-link-card__arrow,
.formula-catalog-link-card__arrow {
  flex-shrink: 0;
  font-size: 1.35em;
  line-height: 1;
  color: var(--orange);
}

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

/* Partner hero slideshow captions (synced to hero-square-fade-6-*) */
.partner-hero-slideshow {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.partner-slideshow-caps {
  position: relative;
  min-height: 2.4em;
  margin-top: 0.65rem;
  text-align: center;
}
.partner-slideshow-cap {
  position: absolute;
  inset: 0;
  margin: 0;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--gray-muted);
  opacity: 0;
  animation-duration: 45s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.partner-slideshow-cap:nth-child(1) { animation-name: hero-square-fade-6-1; }
.partner-slideshow-cap:nth-child(2) { animation-name: hero-square-fade-6-2; }
.partner-slideshow-cap:nth-child(3) { animation-name: hero-square-fade-6-3; }
.partner-slideshow-cap:nth-child(4) { animation-name: hero-square-fade-6-4; }
.partner-slideshow-cap:nth-child(5) { animation-name: hero-square-fade-6-5; }
.partner-slideshow-cap:nth-child(6) { animation-name: hero-square-fade-6-6; }

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

/* Medical Supply Finder / Billing Code Lookup */
.sf-hero-eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--orange);
}
.page-hero .sf-hero-eyebrow + h1 + p {
  max-width: 44rem;
}
.sf-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1rem;
  margin-bottom: 1.25rem;
}
.sf-search {
  position: relative;
  flex: 1 1 260px;
  min-width: 0;
}
.sf-search svg {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.45;
  pointer-events: none;
}
.sf-search input {
  width: 100%;
  padding: 11px 14px 11px 40px;
  border: 1.5px solid var(--gray-border);
  border-radius: 12px;
  font-family: var(--font-body);
  font-size: 15px;
  background: #fff;
  color: #3d3d34;
}
.sf-search input:focus {
  outline: 2px solid var(--orange);
  border-color: var(--orange);
}
.sf-cat-label {
  flex: 0 1 240px;
  min-width: 0;
}
.sf-cat-label select {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid var(--gray-border);
  border-radius: 12px;
  font-family: var(--font-body);
  font-size: 15px;
  background: #fff;
  color: #3d3d34;
}
.sf-count {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--olive);
  white-space: nowrap;
}
.sf-loading,
.sf-empty {
  padding: 1.5rem 0.25rem;
  color: var(--olive);
  font-weight: 600;
}
.sf-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  max-width: 100%;
  border: 1.5px solid var(--gray-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(117, 117, 97, 0.06);
}

@media (max-width: 900px) {
  /* Leave a gutter so row CTAs aren't trapped under the floating call button */
  .sf-table-wrap {
    max-width: calc(100% - 4.75rem);
  }
}
#sf-app {
  min-width: 0;
  max-width: 100%;
}
.sf-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
  font-size: 0.9rem;
}
.dme-table {
  min-width: 560px;
}
.sf-table th {
  text-align: left;
  padding: 0.85rem 1rem;
  background: var(--gray-bg);
  color: var(--olive);
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 0.02em;
  border-bottom: 1.5px solid var(--gray-border);
  white-space: nowrap;
}
.sf-table td {
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--gray-bg);
  color: var(--olive-text);
  vertical-align: top;
}
.sf-table tr:last-child td { border-bottom: none; }
.sf-desc { font-weight: 700; color: #3d3d34; line-height: 1.35; }
.sf-sub {
  margin-top: 0.25rem;
  font-size: 0.78rem;
  color: var(--gray-muted);
  line-height: 1.35;
}
.sf-td-code {
  width: 1%;
  white-space: nowrap;
}
.sf-code {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.sf-code__value {
  display: inline-block;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #3d3d34;
  background: #FFF4EA;
  border: 1.5px solid rgba(245, 131, 38, 0.45);
  padding: 0.4rem 0.65rem;
  border-radius: 8px;
  white-space: nowrap;
  line-height: 1.1;
}
.sf-code__copy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  min-width: 44px;
  min-height: 44px;
  padding: 0.35rem 0.55rem;
  border: 1.5px solid var(--gray-border);
  border-radius: 8px;
  background: #fff;
  color: var(--olive);
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.sf-code__copy:hover,
.sf-code__copy:focus-visible {
  border-color: var(--orange);
  color: var(--orange);
  outline: none;
}
.sf-code__copy.is-copied {
  border-color: var(--orange);
  background: #FFF4EA;
  color: var(--orange);
}
.sf-code__copy-label {
  display: none;
}
.sf-td-action { white-space: nowrap; }
.btn--sf {
  padding: 0.45rem 0.8rem;
  font-size: 0.78rem;
  white-space: nowrap;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.sf-more-wrap {
  text-align: center;
  margin-top: 1.25rem;
}
.sf-clinical-cta {
  margin: 2rem auto 0;
  max-width: 820px;
  padding: 1.35rem 1.5rem;
  border-radius: 16px;
  background: var(--gray-bg);
  border: 1.5px solid rgba(245, 131, 38, 0.28);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.25rem;
}
.sf-clinical-cta__text {
  margin: 0;
  flex: 1 1 280px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--olive-text);
  line-height: 1.45;
}
.sf-clinical-cta__text a {
  color: var(--orange);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.sf-clinical-cta .btn {
  flex: 0 0 auto;
  min-height: 44px;
}
.sf-footnote {
  margin: 1.75rem auto 0;
  max-width: 720px;
  text-align: center;
  font-size: 0.8125rem;
  color: var(--gray-muted);
  line-height: 1.5;
}

/* Hero right-column tool stack (pro / partner homes) */
.hero-bright__visual--tools {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.75rem;
}

.hero-tool-stack {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
}

.hero-tool-stack__btn {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 48px;
  padding: 0.7rem 0.95rem;
  background: linear-gradient(160deg, #FFF8F1 0%, #FFFFFF 70%);
  border: 1.5px solid rgba(245, 131, 38, 0.55);
  border-radius: 12px;
  text-decoration: none;
  color: var(--olive-text);
  box-shadow: 0 2px 10px rgba(117, 117, 97, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.hero-tool-stack__btn:hover {
  transform: translateY(-2px);
  border-color: var(--orange);
  background: linear-gradient(160deg, #FFEFE0 0%, #FFFFFF 70%);
  box-shadow: 0 8px 20px rgba(217, 111, 21, 0.14);
  color: var(--olive-text);
}

.hero-tool-stack__icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #FFF4EA;
  border: 1.5px solid rgba(245, 131, 38, 0.35);
  color: var(--orange);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hero-tool-stack__icon svg {
  width: 18px;
  height: 18px;
}

.hero-tool-stack__label {
  flex: 1 1 auto;
  min-width: 0;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 0.9375rem;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.hero-tool-stack__arrow {
  flex-shrink: 0;
  color: var(--orange);
  font-weight: 900;
  font-size: 1.1rem;
  line-height: 1;
}

/* Delta Connect referral-access teaser (pro / partner hero tools column) */
.dc-teaser {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  padding: 0.95rem 1rem 1.05rem;
  background: linear-gradient(160deg, #FFF8F1 0%, #FFFFFF 72%);
  border: 1.5px solid rgba(245, 131, 38, 0.45);
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(117, 117, 97, 0.06);
}

.dc-teaser__title {
  margin: 0 0 0.7rem;
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(0.95rem, 2.2vw, 1.05rem);
  line-height: 1.25;
  color: var(--orange-dark);
}

.dc-teaser__list {
  list-style: none;
  margin: 0 0 0.9rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.dc-teaser__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin: 0;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1.35;
  color: var(--olive-text);
}

.dc-teaser__icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #FFF4EA;
  border: 1.5px solid rgba(245, 131, 38, 0.35);
  color: var(--orange);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0.05rem;
}

.dc-teaser__icon svg {
  width: 14px;
  height: 14px;
}

.dc-teaser__cta {
  width: 100%;
  justify-content: center;
  min-height: 44px;
  text-align: center;
}

@media (max-width: 600px) {
  .sf-cat-label { flex: 1 1 100%; }
  .sf-count { width: 100%; }
  .sf-code__copy-label { display: none; }
  .sf-clinical-cta {
    padding: 1.15rem 1.1rem;
    flex-direction: column;
    align-items: stretch;
  }
  .sf-clinical-cta .btn {
    width: 100%;
    justify-content: center;
  }
}

/* Let patient service pills wrap on wide screens when nav is crowded */
.main-nav--patient ul {
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 0.45rem;
}

/* Insurance We Accept page */
.ins-featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  max-width: 720px;
  margin: 0 auto;
}
.ins-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
}
.ins-card {
  background: #fff;
  border: 1.5px solid var(--gray-border);
  border-radius: 16px;
  box-shadow: 0 4px 18px rgba(117, 117, 97, 0.08);
  padding: 1.1rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 0;
}
.ins-card--featured {
  padding: 1.4rem 1.25rem 1.15rem;
}
.ins-card__logo {
  width: 100%;
  aspect-ratio: 2 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.ins-card__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.ins-card__name {
  margin: 0.75rem 0 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--olive-text);
  line-height: 1.3;
}
.ins-card--featured .ins-card__name {
  font-size: 1rem;
}
.ins-card__county {
  margin: 0.35rem 0 0;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--gray-muted);
  line-height: 1.35;
  min-height: 1.1em;
  max-width: 100%;
  overflow-wrap: anywhere;
  hyphens: auto;
}
.ins-card__county:empty {
  display: none;
}

/* Same-day LA service area chips */
.service-areas {
  background: var(--gray-bg, #F7F6F2);
  padding: clamp(2.5rem, 6vw, 4rem) 0;
  border-top: 1px solid var(--gray-border);
  border-bottom: 1px solid var(--gray-border);
}
.service-areas .section-header {
  margin-bottom: 1.5rem;
}
.service-areas__note {
  margin: 0.65rem auto 0;
  max-width: 40rem;
  color: var(--gray-muted);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.45;
}
.service-areas__chips {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem 0.65rem;
  max-width: 920px;
  margin-inline: auto;
}
.service-areas__chips li {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.9rem;
  background: var(--white);
  border: 1.5px solid var(--gray-border);
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--olive-text);
  line-height: 1.3;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .service-areas__chips {
    gap: 0.45rem;
  }
  .service-areas__chips li {
    font-size: 0.8125rem;
    padding: 0.4rem 0.75rem;
  }
  .ins-card__county {
    font-size: 0.7rem;
  }
}
.ins-footnote {
  margin: 1.75rem auto 0;
  max-width: 640px;
  text-align: center;
  font-size: 0.8125rem;
  color: var(--gray-muted);
  line-height: 1.5;
}
.contact-strip__item [data-i18n="ins_cta"] {
  max-width: 36rem;
  line-height: 1.45;
}
@media (max-width: 900px) {
  .ins-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .ins-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.85rem; }
  .ins-featured { gap: 0.85rem; }
  .ins-card { padding: 0.85rem 0.7rem 0.8rem; }
  .ins-card__name { font-size: 0.78rem; }
}

/* -- California identity sample (patient-home only) ------------------------- */
.hero-bright--ca {
  position: relative;
  overflow: hidden;
}
.hero-bright__ca-watermark {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.hero-bright__ca-watermark svg {
  position: absolute;
  right: -18%;
  top: 42%;
  transform: translateY(-50%);
  width: min(110vw, 780px);
  height: auto;
  color: #757561;
  opacity: 0.05;
}
.hero-bright--ca > .hero-bright__grid,
.hero-bright--ca .hero-bright__grid {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .hero-bright__ca-watermark svg {
    right: -28%;
    top: 55%;
    width: min(140vw, 560px);
    opacity: 0.045;
  }
}

.ca-poppy {
  width: 28px;
  height: 28px;
  display: block;
  flex-shrink: 0;
}
.ca-poppy--inline {
  width: 22px;
  height: 22px;
}
.ca-poppy-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0.35rem 1.25rem 0.15rem;
  background: var(--white);
}
.ca-poppy-divider__line {
  height: 1px;
  width: min(120px, 22vw);
  background: linear-gradient(90deg, transparent, #e8e1d0, transparent);
}
.ca-heading-with-poppy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.delivery-map-strip {
  background: linear-gradient(180deg, #FBF8F1 0%, #F8F8F6 100%);
  border-top: 1px solid #EDE6D8;
  border-bottom: 1px solid #EDE6D8;
  padding: clamp(2.75rem, 6vw, 4.25rem) 0;
}
.delivery-map-strip__grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: center;
}
.delivery-map-strip__copy h2 {
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.25;
  margin: 0 0 0.9rem;
  color: #3d3d34;
  justify-content: flex-start;
}
.delivery-map-strip__proud {
  margin: 0;
  color: var(--olive-text);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.55;
  max-width: 34rem;
}
.delivery-map-strip__art {
  min-width: 0;
  overflow: hidden;
  max-width: 100%;
}
.delivery-map-strip__art .about-map-card {
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.delivery-map-strip__art .about-map-card__svg {
  max-width: 100%;
}
.delivery-map-svg {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(117, 117, 97, 0.08);
  border: 1.5px solid #E8DFD0;
}
@media (max-width: 800px) {
  .delivery-map-strip__grid {
    grid-template-columns: 1fr;
  }
  .delivery-map-strip__copy h2 {
    justify-content: center;
    text-align: center;
  }
  .delivery-map-strip__proud {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .delivery-map-svg circle[stroke-dasharray],
  .ca-poppy,
  .hero-bright__ca-watermark svg {
    animation: none !important;
    transition: none !important;
  }
}
