/* ===========================
   SUPPLEMENT PAGES — Bold Premium v3
   Full-impact heroes, visual-first layout
   =========================== */

/* ---- Category Hero (Full-width, tall, bold) ---- */
.supplement-hero {
  position: relative;
  padding: calc(102px + 100px) 0 100px;
  min-height: 480px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

/* Subtle bottom-fade overlay — lets the bold image colors show through */
.supplement-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.25) 50%,
    rgba(0, 0, 0, 0.1) 100%
  );
  z-index: 1;
}

.supplement-hero .container {
  position: relative;
  z-index: 2;
}

/* Hero text — bigger, bolder */
.supplement-hero .page-title {
  color: #fff;
  font-size: clamp(42px, 6vw, 72px);
  margin-bottom: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.supplement-hero .page-intro {
  color: rgba(255, 255, 255, 0.88);
  max-width: 600px;
  font-size: 17px;
  line-height: 1.7;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

.product-hero-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #fff;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

/* Remove old accent circle pseudo-elements */
.supplement-hero::after { display: none; }

/* ============================================
   CATEGORY-SPECIFIC HERO GRADIENTS
   Bold CSS gradients overlay the texture images
   for vibrant, premium color presence
   ============================================ */

/* Protein — warm amber/bronze */
.hero-protein { background-color: #1a0f05; }
.hero-protein::before {
  background: linear-gradient(
    135deg,
    rgba(60, 30, 5, 0.6) 0%,
    rgba(140, 90, 20, 0.25) 40%,
    rgba(0, 0, 0, 0.55) 100%
  ) !important;
}

/* Creatine — electric navy blue */
.hero-creatine { background-color: #050a1e; }
.hero-creatine::before {
  background: linear-gradient(
    135deg,
    rgba(5, 15, 50, 0.5) 0%,
    rgba(30, 80, 180, 0.2) 40%,
    rgba(0, 0, 0, 0.55) 100%
  ) !important;
}

/* Adaptogens — deep forest */
.hero-adaptogens { background-color: #040e06; }
.hero-adaptogens::before {
  background: linear-gradient(
    135deg,
    rgba(5, 30, 10, 0.5) 0%,
    rgba(30, 120, 40, 0.2) 40%,
    rgba(0, 0, 0, 0.55) 100%
  ) !important;
}

/* Beauty — rich plum/rose */
.hero-beauty { background-color: #1a0612; }
.hero-beauty::before {
  background: linear-gradient(
    135deg,
    rgba(50, 10, 30, 0.5) 0%,
    rgba(180, 60, 120, 0.2) 40%,
    rgba(0, 0, 0, 0.55) 100%
  ) !important;
}

/* Brain & Energy — electric indigo */
.hero-brain { background-color: #0a0320; }
.hero-brain::before {
  background: linear-gradient(
    135deg,
    rgba(15, 5, 45, 0.5) 0%,
    rgba(100, 50, 200, 0.2) 40%,
    rgba(0, 0, 0, 0.55) 100%
  ) !important;
}

/* Greens & Superfoods — vivid emerald */
.hero-greens { background-color: #020e04; }
.hero-greens::before {
  background: linear-gradient(
    135deg,
    rgba(3, 25, 8, 0.5) 0%,
    rgba(20, 150, 40, 0.2) 40%,
    rgba(0, 0, 0, 0.55) 100%
  ) !important;
}

/* Gut Health — warm terracotta/amber */
.hero-gut-health { background-color: #160e03; }
.hero-gut-health::before {
  background: linear-gradient(
    135deg,
    rgba(50, 25, 5, 0.5) 0%,
    rgba(180, 120, 30, 0.2) 40%,
    rgba(0, 0, 0, 0.55) 100%
  ) !important;
}

/* Magnesium — twilight lavender */
.hero-magnesium { background-color: #0e0a1c; }
.hero-magnesium::before {
  background: linear-gradient(
    135deg,
    rgba(20, 12, 45, 0.5) 0%,
    rgba(120, 90, 200, 0.2) 40%,
    rgba(0, 0, 0, 0.55) 100%
  ) !important;
}

/* Omega-3s — deep ocean teal */
.hero-omega { background-color: #020e16; }
.hero-omega::before {
  background: linear-gradient(
    135deg,
    rgba(3, 20, 35, 0.5) 0%,
    rgba(20, 140, 180, 0.2) 40%,
    rgba(0, 0, 0, 0.55) 100%
  ) !important;
}

/* Sleep Support — deep night purple */
.hero-sleep { background-color: #10041c; }
.hero-sleep::before {
  background: linear-gradient(
    135deg,
    rgba(25, 8, 45, 0.5) 0%,
    rgba(100, 60, 180, 0.2) 40%,
    rgba(0, 0, 0, 0.55) 100%
  ) !important;
}

/* Vitamins & Minerals — rich gold */
.hero-vitamins { background-color: #1c1202; }
.hero-vitamins::before {
  background: linear-gradient(
    135deg,
    rgba(50, 30, 3, 0.5) 0%,
    rgba(200, 160, 30, 0.2) 40%,
    rgba(0, 0, 0, 0.55) 100%
  ) !important;
}

/* ---- Breadcrumb ---- */
.supp-breadcrumb {
  padding: 16px 0;
  background: var(--bg);
  border-bottom: 1px solid var(--border-light);
}

.supp-breadcrumb ol {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--text-muted);
}

.supp-breadcrumb a {
  color: var(--text-secondary);
  transition: color 0.2s;
}

.supp-breadcrumb a:hover {
  color: var(--accent);
}

.supp-breadcrumb .sep {
  font-size: 10px;
  opacity: 0.5;
}

/* ---- What We Use (Product Grid) ---- */
.what-we-use {
  padding: var(--section-pad) 0;
  background: var(--bg);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}

/* ---- Product Card (Healf-style) ---- */
.pick-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.35s var(--ease);
  display: flex;
  flex-direction: column;
  position: relative;
}

.pick-card:hover {
  border-color: var(--border);
  box-shadow: 0 8px 32px rgba(26, 31, 27, 0.06);
  transform: translateY(-3px);
}

/* Card Image Area */
.pick-card-image {
  position: relative;
  aspect-ratio: 1 / 1;
  background: var(--bg-warm);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  overflow: hidden;
}

.pick-card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 0.4s var(--ease);
}

.pick-card:hover .pick-card-image img {
  transform: scale(1.05);
}

/* "Our Pick" badge overlay */
.pick-card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 50px;
  background: var(--accent);
  color: #fff;
  z-index: 2;
}

/* Card Body */
.pick-card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.pick-brand {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 4px;
}

.pick-name {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.pick-description {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 12px;
  flex: 1;
}

/* Tags row */
.pick-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}

.pick-tag {
  display: inline-block;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 50px;
  background: var(--bg-sage);
  color: var(--accent-dark);
  font-weight: 500;
}

/* Certifications */
.certifications-cell {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}

.cert-badge {
  display: inline-block;
  font-size: 10px;
  padding: 3px 8px;
  border-radius: 50px;
  background: var(--bg-warm);
  color: var(--text-secondary);
  font-weight: 500;
  white-space: nowrap;
}

/* Price + CTA row */
.pick-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid var(--border-light);
  margin-top: auto;
}

.pick-price {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-primary);
}

.pick-links {
  display: flex;
  gap: 8px;
}

.pick-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 50px;
  background: var(--bg-dark);
  color: var(--white);
  text-decoration: none;
  transition: all 0.3s var(--ease);
  white-space: nowrap;
}

.pick-link:hover {
  background: var(--accent);
  color: var(--white);
}

.pick-link + .pick-link {
  background: transparent;
  color: var(--text-primary);
  border: 1px solid var(--border);
}

.pick-link + .pick-link:hover {
  border-color: var(--accent);
  color: var(--accent);
  background: transparent;
}

/* ---- What We Look For (Criteria) ---- */
.what-we-look-for {
  padding: var(--section-pad) 0;
  background: var(--bg-light);
}

.criteria-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.criteria-item {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: 12px;
  padding: 28px;
  position: relative;
  transition: all 0.3s var(--ease);
}

.criteria-item:hover {
  border-color: var(--accent);
  box-shadow: 0 4px 20px rgba(107, 128, 96, 0.08);
}

.criteria-item::before {
  content: '✓';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--bg-sage);
  color: var(--accent);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 14px;
  position: static;
}

.criteria-item h3 {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.5;
  margin-bottom: 6px;
}

.criteria-item p {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.6;
  font-weight: 300;
}

/* ---- Other Options (Card Grid instead of table) ---- */
.other-options {
  padding: var(--section-pad) 0;
  background: var(--bg);
}

.vetted-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.vetted-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s var(--ease);
  text-decoration: none;
  display: flex;
  flex-direction: column;
}

.vetted-card:hover {
  border-color: var(--border);
  box-shadow: 0 6px 24px rgba(26, 31, 27, 0.05);
  transform: translateY(-2px);
}

.vetted-card-image {
  aspect-ratio: 1 / 1;
  background: var(--bg-warm);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: relative;
}

.vetted-card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.vetted-card-body {
  padding: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.vetted-card-brand {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 2px;
}

.vetted-card-name {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-primary);
  line-height: 1.3;
  margin-bottom: 8px;
}

.vetted-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid var(--border-light);
}

.vetted-card-price {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-primary);
}

.vetted-card-certs {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

/* Tier badges */
.tier-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 50px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.tier-budget {
  background: #e8f5e9;
  color: #2e7d32;
}

.tier-mid {
  background: #fff3e0;
  color: #e65100;
}

.tier-premium {
  background: #f3e5f5;
  color: #7b1fa2;
}

/* Keep legacy table styles as fallback */
.vetted-table {
  margin-top: 40px;
  overflow-x: auto;
}

.vetted-table table {
  width: 100%;
  border-collapse: collapse;
}

.vetted-table thead {
  background: var(--bg-warm);
}

.vetted-table th {
  padding: 16px;
  text-align: left;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-primary);
  border-bottom: 2px solid var(--border);
}

.vetted-table td {
  padding: 16px;
  border-bottom: 1px solid var(--border-light);
  font-size: 14px;
}

.vetted-table tr:last-child td {
  border-bottom: 2px solid var(--border);
}

.vetted-table tbody tr:hover {
  background: var(--bg-warm);
}

.product-thumb {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  overflow: hidden;
  background: var(--bg-warm);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin-right: 10px;
  flex-shrink: 0;
}

.product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.brand-cell {
  display: flex;
  align-items: center;
}

.product-brand {
  font-weight: 600;
  color: var(--text-primary);
}

.product-brand a {
  color: inherit;
  text-decoration: none;
}

.product-brand a:hover {
  color: var(--accent);
}

.product-name {
  color: var(--text-secondary);
}

.product-feature {
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.4;
}

/* ---- Disclosure Note ---- */
.disclosure-note {
  margin: 60px 0;
  padding: 24px 28px;
  background: var(--bg-light);
  border: 1px solid var(--border-light);
  border-radius: 12px;
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 1.7;
}

.disclosure-note strong {
  color: var(--text-primary);
  font-weight: 600;
}

/* ---- Related Categories ---- */
.related-categories {
  padding: var(--section-pad) 0;
  background: var(--bg-light);
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.related-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 36px 24px;
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s var(--ease);
}

.related-card:hover {
  border-color: var(--accent);
  box-shadow: 0 8px 24px rgba(107, 128, 96, 0.08);
  transform: translateY(-3px);
}

.related-label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 8px;
}

.related-name {
  display: block;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 400;
  color: var(--text-primary);
  line-height: 1.3;
}

.related-card:hover .related-name {
  color: var(--accent-dark);
}

/* ---- No Picks Message ---- */
.no-picks-message {
  grid-column: 1 / -1;
  padding: 48px 32px;
  background: var(--bg-light);
  border: 1px solid var(--border-light);
  border-radius: 12px;
  text-align: center;
}

.no-picks-message p {
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.7;
}

/* ---- Quote / Editorial Block ---- */
.supp-quote {
  padding: 60px 0;
  background: var(--bg-sage);
  text-align: center;
}

.supp-quote blockquote {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.5vw, 28px);
  font-style: italic;
  font-weight: 400;
  color: var(--text-primary);
  max-width: 640px;
  margin: 0 auto 16px;
  line-height: 1.5;
}

.supp-quote cite {
  font-style: normal;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-muted);
  letter-spacing: 0.04em;
}

/* ===========================
   RESPONSIVE
   =========================== */
@media (max-width: 1024px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .vetted-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .supplement-hero {
    padding: calc(102px + 60px) 0 60px;
    min-height: 320px;
  }

  .product-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .vetted-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .criteria-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .criteria-item {
    padding: 24px;
  }

  .related-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .related-card {
    padding: 28px 20px;
  }

  .pick-card-image {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 480px) {
  .supplement-hero .page-title {
    font-size: 32px;
  }

  .vetted-grid {
    grid-template-columns: 1fr;
  }

  .pick-card-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .pick-links {
    width: 100%;
  }

  .pick-link {
    flex: 1;
    text-align: center;
  }
}

/* ---- Cross-sell Guide CTA ---- */
.guide-cross-sell {
  margin: 0 auto;
  padding: 48px 0;
  background: var(--bg-sage);
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

.guide-cross-sell .container {
  display: flex;
  align-items: center;
  gap: 40px;
}

.guide-cross-sell-content {
  flex: 1;
}

.guide-cross-sell-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 8px;
}

.guide-cross-sell h3 {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 400;
  color: var(--text-primary);
  margin-bottom: 10px;
  line-height: 1.3;
}

.guide-cross-sell p {
  font-size: 15px;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 520px;
}

.guide-cross-sell .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 14px 28px;
  background: var(--bg-dark);
  color: #fff;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s var(--ease);
}

.guide-cross-sell .btn:hover {
  background: var(--accent);
  transform: translateY(-1px);
}

.guide-cross-sell-price {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 500;
  color: var(--text-primary);
  white-space: nowrap;
}

.guide-cross-sell-price small {
  display: block;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 400;
  color: var(--text-muted);
  margin-top: 4px;
}

/* ---- Sticky Mobile CTA Bar ---- */
.sticky-mobile-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: var(--bg-dark);
  padding: 12px 20px;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
}

.sticky-mobile-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 600px;
  margin: 0 auto;
}

.sticky-mobile-cta-text {
  color: rgba(255,255,255,0.9);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
}

.sticky-mobile-cta-text strong {
  display: block;
  color: #fff;
  font-size: 14px;
}

.sticky-mobile-cta .btn-sticky {
  display: inline-flex;
  padding: 10px 20px;
  background: var(--accent);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.3s;
}

.sticky-mobile-cta .btn-sticky:hover {
  background: var(--accent-dark);
}

@media (max-width: 768px) {
  .sticky-mobile-cta {
    display: block;
  }

  .guide-cross-sell .container {
    flex-direction: column;
    text-align: center;
    gap: 24px;
  }

  .guide-cross-sell p {
    max-width: none;
  }

  /* Add padding at bottom for sticky bar */
  body {
    padding-bottom: 70px;
  }
}

/* ---- Responsive: Banner hidden ≤ 900px ---- */
@media (max-width: 900px) {
  .supplement-hero {
    padding-top: calc(64px + 60px);
  }
}

/* =========================================================
   GOAL NAV BAR — persistent cross-category navigation
   ========================================================= */
.supp-goal-nav {
  background: #FAF7F2;
  border-top: 1px solid rgba(61, 90, 58, 0.08);
  border-bottom: 1px solid rgba(61, 90, 58, 0.08);
  padding: 18px 0;
  position: sticky;
  top: 102px;
  z-index: 40;
  backdrop-filter: saturate(1.1);
}

.supp-goal-nav-inner {
  display: flex;
  align-items: center;
  gap: 20px;
}

.supp-goal-nav-label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #3D5A3A;
  opacity: 0.7;
  white-space: nowrap;
  flex-shrink: 0;
}

.supp-goal-nav-tags {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-right: 8px;
}

.supp-goal-nav-tags::-webkit-scrollbar {
  display: none;
}

.supp-goal-tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #3D5A3A;
  background: transparent;
  border: 1px solid rgba(61, 90, 58, 0.25);
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.supp-goal-tag:hover {
  background: rgba(61, 90, 58, 0.08);
  border-color: rgba(61, 90, 58, 0.45);
}

.supp-goal-tag.is-active {
  background: #3D5A3A;
  color: #FAF7F2;
  border-color: #3D5A3A;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(61, 90, 58, 0.18);
}

.supp-goal-tag.is-active:hover {
  background: #334d31;
  border-color: #334d31;
}

@media (max-width: 900px) {
  .supp-goal-nav {
    top: 64px;
    padding: 14px 0;
  }
  .supp-goal-nav-inner {
    gap: 12px;
  }
  .supp-goal-nav-label {
    display: none;
  }
  .supp-goal-tag {
    padding: 7px 14px;
    font-size: 12px;
  }
}
