.hero.hero-utility {
  background: linear-gradient(180deg, #f8fcf8 0%, #ffffff 100%);
  color: var(--dark);
  padding: 3.5rem 2rem 3rem;
  border-bottom: 1px solid rgba(45,106,79,0.08);
  animation: none;
}

.hero.hero-utility::before {
  display: none;
}

.hero-utility-shell {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.85fr);
  gap: 1.5rem;
  align-items: start;
  text-align: left;
}

.hero-copy {
  max-width: 680px;
}

.hero.hero-utility p {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.38rem 0.8rem;
  border-radius: 999px;
  background: rgba(45,106,79,0.08);
  border: 1px solid rgba(45,106,79,0.14);
  color: var(--brand-deep);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 1rem;
}

.hero.hero-utility h1 {
  color: var(--dark);
  margin-bottom: 0.85rem;
  letter-spacing: -0.04em;
}

.hero-subtitle {
  margin: 0;
  color: var(--brand-deep);
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  font-weight: 700;
  line-height: 1.45;
}

.hero.hero-utility .hero-supporting-copy {
  max-width: 620px;
  margin: 0.9rem 0 0;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.7;
}

.hero-search-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-top: 1.35rem;
}

.hero-search-panel .search-box {
  flex: 1 1 320px;
  min-width: min(100%, 280px);
  max-width: none;
  margin-left: 0;
}

.hero-search-panel .search-box input {
  min-height: 54px;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  border: 1.5px solid rgba(148,163,184,0.4);
  box-shadow: 0 10px 24px rgba(15,23,42,0.05);
}

.hero-location-btn {
  min-height: 54px;
  padding-inline: 1.4rem;
  white-space: nowrap;
}

.hero-search-help {
  margin: 0.8rem 0 0;
  font-size: 0.88rem;
  color: var(--text-light);
}

.hero-proof {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  margin: 0;
}

.hero-proof-item {
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 18px;
  padding: 1rem;
  text-align: left;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.hero-proof-item strong {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 0.35rem;
}

.hero-proof-item span {
  display: block;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--text);
}

.hero-cta-stack {
  align-items: center;
}

.btn-tertiary {
  color: rgba(255,255,255,0.92);
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

.btn-tertiary:hover,
.btn-tertiary:focus-visible {
  color: #fff;
}

.trust-bar {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.trust-bar-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 16px;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.trust-bar-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  background: rgba(45,106,79,0.08);
  font-size: 1rem;
  flex-shrink: 0;
}

.trust-bar-item strong {
  display: block;
  color: var(--brand-deep);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.92rem;
  line-height: 1.35;
}

.trust-bar-item span:last-child {
  display: block;
  margin-top: 0.18rem;
  color: var(--text-light);
  font-size: 0.79rem;
  line-height: 1.5;
}

.membership-comparison-section {
  padding-top: 1rem;
}

.membership-comparison-shell {
  background: linear-gradient(180deg, rgba(240,253,244,0.65), rgba(255,255,255,0.98));
  border: 1px solid rgba(45,106,79,0.1);
  border-radius: 24px;
  padding: 2rem;
  box-shadow: 0 18px 50px rgba(45,106,79,0.08);
}

.membership-comparison-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 1.75rem;
}

.comparison-eyebrow {
  margin: 0 0 0.5rem;
  color: var(--brand);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.membership-comparison-header .section-subtitle {
  margin: 0 auto;
}

.membership-comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.comparison-card {
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 20px;
  padding: 1.5rem;
}

.comparison-card-premium {
  border-color: rgba(45,106,79,0.24);
  box-shadow: 0 12px 30px rgba(45,106,79,0.08);
}

.comparison-tier {
  display: inline-flex;
  margin: 0 0 0.85rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(45,106,79,0.08);
  color: var(--brand-deep);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.comparison-card h3 {
  margin: 0 0 0.85rem;
  color: var(--dark);
  font-family: 'Montserrat', sans-serif;
  font-size: 1.05rem;
}

.comparison-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.7rem;
}

.comparison-card li {
  position: relative;
  padding-left: 1.4rem;
  color: var(--text);
  font-size: 0.92rem;
  line-height: 1.5;
}

.comparison-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--brand);
  font-weight: 700;
}

.membership-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 1.5rem;
}

.btn-secondary-light {
  background: #fff;
  color: var(--brand-deep);
  border: 1.5px solid rgba(45,106,79,0.22);
}

.btn-secondary-light:hover,
.btn-secondary-light:focus-visible {
  background: rgba(45,106,79,0.06);
  transform: translateY(-1px);
}

.btn-tertiary-light {
  color: var(--brand-deep);
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

.btn-tertiary-light:hover,
.btn-tertiary-light:focus-visible {
  color: var(--brand);
}

.data-sources {
  padding-top: 0;
}

.data-sources h3 {
  margin: 0 0 0.75rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  color: var(--dark);
}

.data-sources p {
  max-width: 760px;
  margin: 0;
  color: var(--text-light);
  font-size: 0.95rem;
  line-height: 1.7;
}

.filter-primary-actions {
  display: contents;
}

.map-nearby-btn,
.filter-drawer-toggle,
.filter-drawer-close {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.75rem 1rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #fff;
  color: var(--brand-deep);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.filter-chip-groups {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
  width: 100%;
}

.filter-drawer-header {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.filter-drawer-header h3 {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  color: var(--brand-deep);
}

.filter-drawer-header p {
  margin: 0.25rem 0 0;
  font-size: 0.85rem;
  color: var(--text-light);
}

.filter-drawer-backdrop {
  display: none;
}

.map-context-note {
  max-width: 860px;
  margin: 0.85rem auto 0;
  font-size: 0.84rem;
  color: var(--text-light);
  text-align: center;
}

.info-overlay-sheet-header {
  display: none;
}

.info-overlay-sheet-title {
  min-width: 0;
}

.info-overlay-sheet-title strong {
  display: block;
  color: var(--brand-deep);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
}

.info-overlay-sheet-title p {
  margin: 0.2rem 0 0;
  color: var(--text-light);
  font-size: 0.8rem;
}

.info-overlay-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.info-overlay-toggle {
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #fff;
  color: var(--brand-deep);
  min-height: 38px;
  padding: 0.55rem 0.85rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.gear-section-note {
  max-width: 760px;
  margin: 0 auto 1rem;
  text-align: center;
  font-size: 0.9rem;
  color: var(--text-light);
}

.affiliate-rotator-inner {
  background: linear-gradient(135deg, #f0fdf4, #ecfdf5);
  border-radius: 16px;
  padding: 1.5rem;
  border: 1px solid #bbf7d0;
}

.affiliate-header {
  margin: 0 0 1rem;
  font-size: 1.1rem;
  color: var(--brand-deep);
}

.affiliate-sub {
  font-size: 0.8rem;
  color: #718096;
  font-weight: 400;
}

.affiliate-card {
  background: #fff;
  border-radius: 12px;
  margin: 0.75rem 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s, box-shadow 0.2s;
}

.affiliate-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.affiliate-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  text-decoration: none;
  color: inherit;
}

.affiliate-link img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 8px;
  flex-shrink: 0;
}

.affiliate-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.affiliate-info strong {
  color: var(--brand-deep);
  font-size: 0.95rem;
}

.affiliate-tagline {
  font-size: 0.8rem;
  color: #4a5568;
}

.affiliate-merchant {
  font-size: 0.72rem !important;
  font-weight: 600;
  color: #2d6a4f !important;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.affiliate-price {
  font-size: 0.85rem;
  color: var(--brand);
  font-weight: 600;
}

.affiliate-disclosure {
  font-size: 0.65rem;
  color: #a0aec0;
  margin: 0.75rem 0 0;
  text-align: center;
}

header.is-condensed .nav-container {
  height: 56px;
}

header.is-condensed .nav-brand {
  font-size: 1.12rem;
}

body.filters-open {
  overflow: hidden;
}

body .hero-filter-btn,
body .map-nearby-btn,
body .filter-drawer-toggle,
body .filter-drawer-close,
body .filter-clear-btn,
body .filter-apply-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

body .hero-filter-btn,
body .map-nearby-btn,
body .filter-drawer-toggle,
body .filter-drawer-close,
body .filter-clear-btn {
  border: 1px solid rgba(45,106,79,0.18);
  background: #fff;
  color: var(--brand-deep);
  text-decoration: none;
}

body .hero-filter-btn:hover,
body .map-nearby-btn:hover,
body .filter-drawer-toggle:hover,
body .filter-drawer-close:hover,
body .filter-clear-btn:hover,
body .filter-apply-btn:hover,
body .hero-filter-btn:focus-visible,
body .map-nearby-btn:focus-visible,
body .filter-drawer-toggle:focus-visible,
body .filter-drawer-close:focus-visible,
body .filter-clear-btn:focus-visible,
body .filter-apply-btn:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(45,106,79,0.12);
}

body .hero-filter-btn,
body .filter-drawer-toggle {
  background: rgba(255,255,255,0.94);
}

body .map-nearby-btn,
body .filter-apply-btn {
  border: 1px solid var(--brand);
  background: var(--brand);
  color: #fff;
}

body .filter-clear-btn[hidden] {
  display: none !important;
}

body .hero-filter-btn {
  min-height: 54px;
  padding-inline: 1.2rem;
  white-space: nowrap;
}

body .map-filters {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: stretch;
}

body .filter-primary-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
}

body .filter-tier-copy {
  flex: 0 0 220px;
}

body .filter-tier-eyebrow {
  display: inline-block;
  margin-bottom: 0.2rem;
  color: var(--brand);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body .filter-tier-copy p {
  margin: 0;
  color: var(--text-light);
  font-size: 0.86rem;
  line-height: 1.45;
}

body .filter-tier-chips {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
}

body .filter-tier-chips .filter-btn {
  color: var(--brand-deep);
  border-color: rgba(45,106,79,0.12);
  background: rgba(255,255,255,0.94);
}

body .filter-drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1200;
  background: rgba(15,23,42,0.42);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

body.filters-open .filter-drawer-backdrop {
  opacity: 1;
  pointer-events: auto;
}

body .filter-drawer-panel {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1300;
  width: min(760px, calc(100vw - 2rem));
  max-height: min(82vh, 760px);
  overflow-y: auto;
  padding: 1.25rem;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(15,23,42,0.24);
  transform: translate(-50%, calc(-50% + 24px));
  opacity: 0;
  pointer-events: none;
  transition: transform 0.24s ease, opacity 0.24s ease;
}

body.filters-open .filter-drawer-panel {
  transform: translate(-50%, -50%);
  opacity: 1;
  pointer-events: auto;
}

body .filter-drawer-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

body .filter-drawer-group {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(148,163,184,0.22);
}

body .filter-drawer-group:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

body .filter-group-heading {
  margin-bottom: 0.8rem;
}

body .filter-group-heading strong {
  display: block;
  color: var(--brand-deep);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.96rem;
}

body .filter-group-heading span {
  display: block;
  margin-top: 0.25rem;
  color: var(--text-light);
  font-size: 0.82rem;
}

body .filter-drawer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

body .filter-drawer-grid .filter-btn {
  width: 100%;
  min-height: 48px;
  justify-content: flex-start;
  padding: 0.8rem 1rem;
  border-radius: 16px;
  color: var(--brand-deep);
  border-color: rgba(45,106,79,0.12);
  background: rgba(248,250,252,0.92);
}

body .filter-drawer-footer {
  position: sticky;
  bottom: -1.25rem;
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
  margin-top: 1rem;
  padding: 1rem 0 0.1rem;
  border-top: 1px solid rgba(148,163,184,0.22);
  background: linear-gradient(180deg, rgba(255,255,255,0.92), #fff 35%);
}

body .filter-drawer-group-mobile-primary {
  display: none;
}

body .map-context-note {
  margin-top: 0;
}

@media (max-width: 960px) {
  .hero-utility-shell {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .hero.hero-utility {
    padding: 2rem 1rem 2.25rem;
  }

  .hero-utility-shell {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .hero-search-panel {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-location-btn {
    width: 100%;
  }

  .hero-proof {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .hero-cta-stack {
    flex-direction: column;
  }

  .trust-bar {
    grid-template-columns: 1fr;
    padding: 0 1rem 1rem;
  }

  .membership-comparison-shell {
    padding: 1.4rem;
  }

  .membership-comparison-grid {
    grid-template-columns: 1fr;
  }

  body .hero-search-panel {
    gap: 0.65rem;
  }

  body .hero-search-panel .search-box {
    flex-basis: 100%;
  }

  body .hero-location-btn,
  body .hero-filter-btn {
    flex: 1 1 calc(50% - 0.325rem);
    justify-content: center;
  }

  body .map-filters {
    padding: 0;
    gap: 0;
    margin-bottom: 0.75rem;
    background: transparent;
    border: none;
    box-shadow: none;
  }

  body .filter-primary-row {
    display: none;
  }

  body .filter-drawer-panel {
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: auto;
    max-height: min(82vh, calc(100vh - 88px));
    padding: 1rem 1rem calc(1rem + env(safe-area-inset-bottom));
    border-radius: 24px 24px 0 0;
    transform: translateY(100%);
  }

  body.filters-open .filter-drawer-panel {
    transform: translateY(0);
  }

  body .filter-drawer-group-mobile-primary {
    display: block;
  }

  body .filter-drawer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body .filter-drawer-grid .filter-btn {
    justify-content: center;
    text-align: center;
  }
}

/* === Map/List Toggle === */

/* === Hero Pulse === */
.hero-pulse {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.2);
  font-size: 0.82rem;
  color: #065f46;
  margin-bottom: 16px;
}
.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  animation: pulse-glow 2s ease-in-out infinite;
}
@keyframes pulse-glow {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.4); }
  50% { opacity: 0.7; box-shadow: 0 0 0 6px rgba(16, 185, 129, 0); }
}

/* === Mobile Sticky Filter Chips === */
.mobile-sticky-filters {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 900;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-top: 1px solid #e2e8f0;
  padding: 10px 12px;
  gap: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  .mobile-sticky-filters { display: flex; }
  body { padding-bottom: 60px; }
}
.sticky-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1.5px solid #e2e8f0;
  background: white;
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  min-height: 44px;
  transition: all 0.15s ease;
  color: #4a5568;
}
.sticky-chip:active, .sticky-chip.active {
  background: var(--brand, #2d6a4f);
  color: white;
  border-color: var(--brand, #2d6a4f);
}
.sticky-chip-clear {
  background: #fef2f2;
  color: #991b1b;
  border-color: #fecaca;
}

.map-list-toggle {
  display: flex;
  gap: 4px;
  justify-content: center;
  margin-top: 12px;
  background: #f0f7f4;
  border-radius: 999px;
  padding: 4px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.view-toggle-btn {
  padding: 8px 18px;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: #4a5568;
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.view-toggle-btn.active {
  background: var(--brand, #2d6a4f);
  color: white;
  box-shadow: 0 4px 12px rgba(45, 106, 79, 0.2);
}

/* === Park List Panel === */
.park-list-panel {
  max-width: 100%;
  max-height: 600px;
  overflow-y: auto;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: white;
  margin-top: 16px;
}
.park-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  border-bottom: 1px solid #f0f7f4;
  text-decoration: none;
  color: inherit;
  transition: background 0.15s ease;
}
.park-list-item:hover {
  background: #f0f7f4;
}
.park-list-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.park-list-info strong {
  color: var(--brand, #2d6a4f);
  font-size: 0.95rem;
}
.park-list-meta {
  font-size: 0.8rem;
  color: #718096;
}
.park-list-badges {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.list-badge {
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
}
.list-badge.badge-offleash { background: #fef3c7; color: #92400e; }
.list-badge.badge-fenced { background: #d1fae5; color: #065f46; }
.park-list-dist {
  font-size: 0.8rem;
  color: #718096;
  white-space: nowrap;
}

/* === Pro Teaser === */
.pro-teaser {
  max-width: 700px;
  margin: 2rem auto;
  padding: 0 1rem;
}
.pro-teaser-inner {
  background: linear-gradient(135deg, #f0f7f4, #e8f5e8);
  border: 1.5px solid rgba(45, 106, 79, 0.2);
  border-radius: 16px;
  padding: 24px;
  text-align: center;
}
.pro-teaser-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(45, 106, 79, 0.1);
  color: var(--brand, #2d6a4f);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.pro-teaser h3 {
  font-size: 1.3rem;
  color: var(--brand-dark, #1b4332);
  margin-bottom: 8px;
}
.pro-teaser p {
  color: #4a5568;
  font-size: 0.9rem;
  margin-bottom: 16px;
}
.pro-teaser-btn {
  padding: 12px 24px;
  background: var(--brand, #2d6a4f);
  color: white;
  border: none;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  min-height: 44px;
  transition: transform 0.15s;
}
.pro-teaser-btn:hover { transform: translateY(-1px); }
.pro-teaser-btn:disabled { background: #718096; cursor: default; transform: none; }

/* Mobile-only: filter drawer + bottom-sheet overlays.
   (Restores the @media wrapper whose opening brace was lost — a stray '}'
   had left these mobile rules leaking onto desktop.) */
@media (max-width: 767px) {

  body .filter-drawer-footer {
    bottom: calc(-1rem - env(safe-area-inset-bottom));
    margin: 1rem -1rem calc(-1rem - env(safe-area-inset-bottom));
    padding: 1rem;
    background: #fff;
    box-shadow: 0 -12px 24px rgba(15,23,42,0.08);
  }

  body .map-controls {
    bottom: 92px !important;
    right: 12px !important;
  }

  body .map-context-note {
    padding: 0 0.35rem;
    font-size: 0.78rem;
  }

  .filter-primary-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    align-items: center;
    width: 100%;
  }

  .filter-primary-actions .search-box {
    order: 1;
    flex: 1 1 100%;
    max-width: none;
    margin-left: 0;
  }

  .map-nearby-btn,
  .filter-drawer-toggle,
  .filter-drawer-close {
    display: inline-flex;
  }

  .filter-chip-groups {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1300;
    padding: 1rem 1rem calc(1rem + env(safe-area-inset-bottom));
    background: #fff;
    border-radius: 24px 24px 0 0;
    box-shadow: 0 -18px 44px rgba(15, 23, 42, 0.16);
    max-height: 76vh;
    overflow-y: auto;
    transform: translateY(100%);
    transition: transform 0.24s ease;
  }

  body.filters-open .filter-chip-groups {
    transform: translateY(0);
  }

  .filter-drawer-header {
    display: flex;
  }

  .filter-drawer-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.42);
    z-index: 1200;
  }

  body.filters-open .filter-drawer-backdrop {
    display: block;
  }

  .filter-chip-groups .filter-separator {
    width: 100%;
    height: 1px;
    margin: 0.2rem 0;
  }

  .filter-chip-groups .filter-btn,
  .filter-chip-groups .filter-more-btn {
    flex: 1 1 calc(50% - 0.4rem);
    justify-content: center;
  }

  .filter-chip-groups #clear-filters-btn {
    flex-basis: 100%;
  }

  .map-controls {
    bottom: 96px !important;
  }

  .affiliate-link img {
    width: 60px;
    height: 60px;
  }

  .info-overlay {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    width: auto !important;
    max-height: 76vh !important;
    margin: 0 !important;
    border-radius: 24px 24px 0 0 !important;
    padding-top: 0 !important;
    overflow: hidden !important;
    transform: translateY(100%);
    transition: transform 0.22s ease, max-height 0.22s ease;
  }

  .info-overlay.is-sheet-open {
    transform: translateY(0);
  }

  .info-overlay.is-expanded {
    max-height: 88vh !important;
  }

  .info-overlay-sheet-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.9rem 1rem 0.75rem;
    border-bottom: 1px solid var(--border);
    background: linear-gradient(180deg, rgba(45,106,79,0.08), rgba(255,255,255,0.96));
  }

  #info-overlay-content {
    max-height: calc(76vh - 78px);
    overflow-y: auto;
    padding: 0 1rem 1rem;
  }

  .info-overlay.is-expanded #info-overlay-content {
    max-height: calc(88vh - 78px);
  }

  header.is-condensed .nav-toggle span:last-child {
    display: none;
  }
}

body.dark-mode {
  --text: #e8ecf1;
  --text-light: #b6c0cc;
  --muted: #8a97a5;
  --dark: #e8ecf1;
  --bg: #0f1620;
  --bg-subtle: #16202c;
  --card-bg: #1a2635;
  --border: #2b3a4d;
  --brand-light: #6fcf9c;
  --shadow: 0 1px 3px rgba(0,0,0,0.45), 0 1px 2px rgba(0,0,0,0.35);
  --shadow-hover: 0 6px 18px rgba(0,0,0,0.55);
  background: var(--bg);
  color: var(--text);
}

/* Site header / nav */
body.dark-mode #homepage-header {
  background: rgba(15, 22, 32, 0.92);
  border-bottom: 1px solid var(--border);
}
body.dark-mode .nav-links a { color: var(--text); }
body.dark-mode .site-nav,
body.dark-mode .nav-dropdown-menu {
  background: var(--card-bg);
  border-color: var(--border);
}

/* Main content surfaces that hardcode white */
body.dark-mode .hero-proof-item,
body.dark-mode .comparison-card,
body.dark-mode .affiliate-card,
body.dark-mode .btn-secondary-light {
  background: var(--card-bg);
  border-color: var(--border);
  color: var(--text);
}
body.dark-mode .btn-secondary-light { color: var(--brand-light); }

/* Affiliate rotator text contrast on dark cards */
body.dark-mode .affiliate-card strong { color: var(--text); }
body.dark-mode .affiliate-tagline { color: var(--text-light); }
body.dark-mode .affiliate-price { color: var(--brand-light); }
body.dark-mode .affiliate-merchant { color: var(--brand-light) !important; }
body.dark-mode .affiliate-header,
body.dark-mode .affiliate-disclosure { color: var(--text-light); }

/* Newsletter signup (inline-styled) contrast bumps */
body.dark-mode #index-newsletter-help,
body.dark-mode #index-newsletter-status { color: var(--text-light) !important; }

/* Generic content elevation + footer */
body.dark-mode footer {
  background: var(--bg-subtle);
  color: var(--text-light);
  border-top: 1px solid var(--border);
}
body.dark-mode footer a { color: var(--brand-light); }
