/* ============================================
   WOLF FAMILY CANDY — MAROON WELLNESS THEME
   Deep burgundy/maroon/orange — premium health-forward
   Converted from HTML mockup → WordPress theme
   ============================================ */

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --coral: #8b1a2b;
  --coral-deep: #6b0f1e;
  --coral-light: #c4485a;
  --gold: #e07830;
  --gold-light: #f0a060;
  --sage: #7ba68d;
  --sage-light: #b0d4bd;
  --glass: rgba(255, 255, 255, 0.04);
  --glass-border: rgba(255, 255, 255, 0.08);
  --glass-hover: rgba(255, 255, 255, 0.08);
  --shadow-warm: rgba(139, 26, 43, 0.2);
  --shadow-soft: rgba(0, 0, 0, 0.3);
  --header-offset: 72px;
}

html {
  font-size: 16px;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  font-family:
    "DM Sans",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  color: rgba(255, 255, 255, 0.7);
  background: #0d0608;
  background-image: linear-gradient(
    180deg,
    #0d0608 0%,
    #1a0b10 8%,
    #1e0e13 16%,
    #150a0e 28%,
    #120810 40%,
    #1a0d12 55%,
    #150a0e 70%,
    #120810 85%,
    #0d0608 100%
  );
  line-height: 1.65;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
  font-family: "DM Serif Display", Georgia, serif;
  line-height: 1.2;
  color: #fff;
  text-wrap: balance;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ---- SKIP LINK ---- */
.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 9999;
  padding: 0.75rem 1.5rem;
  background: var(--coral);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0 0 8px 0;
}

.skip-link:focus {
  position: fixed;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  outline: 3px solid var(--gold);
  outline-offset: 2px;
}

/* ---- HEADER ---- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(13, 6, 8, 0.7);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: all 0.4s ease;
}

.header.scrolled {
  background: rgba(13, 6, 8, 0.92);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
}

body.admin-bar .header {
  top: 32px;
}

.nav {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.85rem 2rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  position: relative;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  flex: 0 1 auto;
  min-width: 0;
}

.nav-logo img {
  height: 40px;
  width: auto;
  border-radius: 8px;
}

.nav-logo-text {
  font-family: "DM Serif Display", serif;
  font-size: 1.05rem;
  color: #fff;
  white-space: nowrap;
  max-width: 18ch;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  list-style: none;
  margin: 0 0 0 auto;
  padding: 0;
}

.nav-links a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  transition: color 0.3s;
  white-space: nowrap;
}

.nav-links a:hover {
  color: var(--gold-light);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-shrink: 0;
}

.wfc-header-cart {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.42rem 0.68rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.18);
  transition:
    transform 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease;
}

.wfc-header-cart:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(224, 120, 48, 0.26);
}

.wfc-header-cart__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-light);
}

.wfc-header-cart__icon svg {
  width: 18px;
  height: 18px;
}

.wfc-header-cart__text {
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1;
}

.wfc-header-cart__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.28rem;
  height: 1.28rem;
  padding: 0 0.3rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1;
}

.wfc-header-cart.has-items .wfc-header-cart__count {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: #2b1008;
}

.nav-cta {
  background: linear-gradient(
    135deg,
    var(--coral),
    var(--coral-deep)
  ) !important;
  color: #fff !important;
  padding: 0.42rem 1.05rem !important;
  border-radius: 100px;
  font-weight: 600 !important;
  font-size: 0.78rem !important;
  letter-spacing: 0.03em;
  transition: all 0.3s !important;
  box-shadow: 0 4px 15px var(--shadow-warm);
  display: inline-flex;
  align-items: center;
  line-height: 1.35;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}

.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(139, 26, 43, 0.3);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 8px;
  position: relative;
  z-index: 10;
  flex-shrink: 0;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  transition: all 0.3s;
}

/* ---- HERO ---- */
.hero {
  position: relative;
  min-height: min(100vh, 800px);
  display: flex;
  align-items: flex-end;
  background: url("../img/hero-bg.jpg") center / cover no-repeat;
  padding-top: 120px;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(13, 6, 8, 0.15) 0%,
    rgba(13, 6, 8, 0.3) 40%,
    rgba(13, 6, 8, 0.75) 70%,
    rgba(13, 6, 8, 0.92) 100%
  );
  z-index: 0;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(80px);
  opacity: 0.5;
}

.hero-orb-1 {
  width: 500px;
  height: 500px;
  background: var(--coral);
  top: -100px;
  right: -100px;
}

.hero-orb-2 {
  width: 350px;
  height: 350px;
  background: var(--gold);
  bottom: -50px;
  left: -80px;
}

.hero-orb-3 {
  width: 250px;
  height: 250px;
  background: var(--sage-light);
  bottom: 20%;
  right: 30%;
  opacity: 0.3;
}

.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem 4rem;
  text-align: left;
  position: relative;
  z-index: 1;
  width: 100%;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  gap: 4rem;
}

.hero-content {
  max-width: 600px;
  animation: fadeUp 0.9s ease-out;
  overflow: visible;
}

.hero-subtitle-line {
  font-size: 0.62em;
  font-weight: 300;
  opacity: 0.85;
  display: block;
  margin-top: 0.3em;
}

/* Hero reassurance bar — keep on one line */
.hero-reassurance {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 1rem;
  white-space: nowrap;
  flex-wrap: nowrap;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(224, 120, 48, 0.3);
  padding: 0.45rem 1.1rem;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--gold-light);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  max-width: 100%;
  white-space: normal;
  text-align: center;
}

.hero-badge::before {
  content: "☀️";
  font-size: 0.85rem;
}

.hero h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  margin-bottom: 1.25rem;
  color: #fff;
  text-wrap: balance;
}

.hero h1 .accent {
  color: var(--gold-light);
  font-style: italic;
}

.hero-sub {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.75);
  max-width: 460px;
  margin-bottom: 1.25rem;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, var(--coral), var(--coral-deep));
  color: #fff;
  padding: 0.9rem 2.2rem;
  border-radius: 100px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: all 0.35s;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 20px var(--shadow-warm);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(139, 26, 43, 0.35);
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 0.9rem 2.2rem;
  border-radius: 100px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: all 0.35s;
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
}

.hero-image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeUp 0.9s ease-out 0.2s both;
}

.hero-product {
  position: relative;
  max-width: 380px;
  width: 100%;
}

.hero-product img {
  border-radius: 24px;
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.4),
    0 0 80px rgba(139, 26, 43, 0.15);
  animation: float 4s ease-in-out infinite;
}

/* ---- Transparent-background render variant ---- */
.hero-product-render {
  max-width: 460px;
  /* slightly larger — no card frame to eat visual space */
}

.hero-product-render {
  position: relative;
}

.hero-product-render img {
  border-radius: 0;
  box-shadow: none;
  filter: none;
  animation: float 4.5s ease-in-out infinite;
  clip-path: inset(0px 0px 5% 0px);
  /* Surgically remove the white glow baked into the bottom of the PNG */
}

.hero-trust {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.65);
}

.trust-item .icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}

/* ---- OUR STORY ---- */
.our-story {
  padding: 5rem 2rem;
  background:
    radial-gradient(
      ellipse 80% 60% at 20% 30%,
      rgba(224, 120, 48, 0.18) 0%,
      transparent 70%
    ),
    radial-gradient(
      ellipse 70% 50% at 80% 70%,
      rgba(240, 160, 96, 0.14) 0%,
      transparent 65%
    ),
    linear-gradient(
      165deg,
      rgba(139, 26, 43, 0.15) 0%,
      rgba(13, 6, 8, 0.95) 40%,
      rgba(13, 6, 8, 0.98) 60%,
      rgba(139, 26, 43, 0.12) 100%
    );
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  animation: story-glow 5s ease-out forwards;
}

@keyframes story-glow {
  0% {
    opacity: 0;
    filter: brightness(0.3) saturate(0);
  }

  40% {
    opacity: 1;
  }

  100% {
    filter: brightness(1) saturate(1);
  }
}

.our-story-inner {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.our-story-divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  margin: 0 auto 2rem;
  border-radius: 2px;
}

.our-story .section-eyebrow {
  color: var(--gold-light);
  margin-bottom: 1rem;
}

.our-story h2 {
  font-family: "DM Serif Display", serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: #fff;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.our-story p {
  font-size: 1.1rem;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 2rem;
}

.our-story-divider-bottom {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  margin: 0 auto;
  border-radius: 2px;
}

/* ---- BENEFITS ---- */
.benefits {
  padding: 6rem 2rem;
  background: transparent;
}

.section-container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.section-eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.75rem;
}

.section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  margin-bottom: 0.75rem;
  text-wrap: balance;
}

.section-subtitle {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.5);
  max-width: 560px;
  margin: 0 auto;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

.benefit-card {
  background: var(--glass);
  border-radius: 20px;
  padding: 2.25rem 1.75rem;
  border: 1px solid var(--glass-border);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  overflow: hidden;
}

.benefit-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--coral-light), var(--gold-light));
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.benefit-card:hover {
  transform: translateY(-6px);
  background: var(--glass-hover);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

.benefit-card:hover::after {
  transform: scaleX(1);
}

.benefit-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}

.bi-mood {
  background: linear-gradient(135deg, #3d0c11, #6b0f1e);
}

.bi-focus {
  background: linear-gradient(135deg, #e0f0ff, #b5d8fd);
}

.bi-vegan {
  background: linear-gradient(135deg, #e8f5e9, #b0d4bd);
}

.bi-natural {
  background: linear-gradient(135deg, #e07830, #f0a060);
}

.bi-brain {
  background: linear-gradient(135deg, #f3e5f5, #ce93d8);
}

.bi-stress {
  background: linear-gradient(135deg, #e8eaf6, #9fa8da);
}

.benefit-card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  font-family: "DM Serif Display", serif;
}

.benefit-card p {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
}

/* ---- PRICING ---- */
.pricing {
  padding: 6rem 2rem;
  background: linear-gradient(
    165deg,
    rgba(139, 26, 43, 0.08) 0%,
    rgba(139, 26, 43, 0.15) 100%
  );
  position: relative;
  overflow: hidden;
}

.pricing-orb {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  filter: blur(60px);
  top: -80px;
  right: -60px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  align-items: stretch;
  position: relative;
  z-index: 1;
}

.pricing-card {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  border-radius: 24px;
  padding: 2.5rem 2rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s;
  display: flex;
  flex-direction: column;
}

.pricing-card.featured {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  transform: scale(1.04);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.pricing-card.featured h3,
.pricing-card.featured .price {
  color: var(--gold-light);
}

.pricing-card.featured .price-desc {
  color: rgba(255, 255, 255, 0.7);
}

.pricing-card.featured .pricing-feature {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.1);
}

.pricing-card:hover:not(.featured) {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
  border-color: var(--gold);
}

.pricing-card.featured:hover {
  border-color: var(--gold-light);
}

.pricing-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}

.pricing-card.featured .pricing-label {
  color: var(--gold-light);
}

.pricing-card h3 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  font-family: "DM Serif Display", serif;
}

.price {
  font-family: "DM Serif Display", serif;
  font-size: 3rem;
  font-weight: 400;
  color: var(--gold);
  margin: 0.75rem 0 0.25rem;
}

.price-desc {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 1.5rem;
}

.pricing-features {
  list-style: none;
  text-align: left;
  width: 100%;
  flex: 1;
}

.pricing-feature {
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.88rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.pricing-feature::before {
  content: "✓";
  color: var(--sage);
  font-weight: 700;
}

.pricing-card.featured .pricing-feature::before {
  color: var(--sage-light);
}

.pricing-cta {
  display: block;
  width: 100%;
  margin-top: 1.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 100px;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
}

.pricing-cta-primary,
.pricing-cta-outline {
  background: linear-gradient(135deg, var(--coral), var(--coral-deep));
  color: #fff;
  box-shadow: 0 4px 15px var(--shadow-warm);
}

.pricing-cta-primary:hover,
.pricing-cta-outline:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(139, 26, 43, 0.35);
}

.pricing-card.featured .pricing-cta-outline {
  background: linear-gradient(135deg, var(--gold), var(--coral));
  color: #fff;
  box-shadow: 0 4px 15px rgba(224, 120, 48, 0.25);
}

.pricing-card.featured .pricing-cta-outline:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(224, 120, 48, 0.35);
}

/* CTA reassurance micro-copy beneath pricing button */
.cta-reassurance {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 0.75rem;
  text-align: center;
  line-height: 1.5;
}

/* ---- INGREDIENTS ---- */
.ingredients {
  padding: 6rem 2rem;
  background: transparent;
}

.ingredients-flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.ingredients-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ingredients-image img {
  border-radius: 24px;
  box-shadow: 0 20px 50px var(--shadow-soft);
  max-width: 380px;
  max-height: 480px;
  width: 100%;
  object-fit: contain;
}

.ingredients-content h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  margin-bottom: 1.25rem;
}

.ingredients-content > p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
  margin-bottom: 2rem;
}

.ingredient-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 2rem;
}

.ingredient-tag {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--glass-border);
  padding: 0.45rem 1.1rem;
  border-radius: 100px;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}

.dosage-card {
  background: var(--glass);
  border-radius: 16px;
  padding: 1.5rem 2rem;
  border: 1px solid var(--glass-border);
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.dosage-number {
  font-family: "DM Serif Display", serif;
  font-size: 2.5rem;
  color: var(--coral);
  line-height: 1;
}

.dosage-text .dosage-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.15rem;
}

.dosage-text .dosage-detail {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
}

/* ---- SCIENCE OF SAFFRON ---- */
.science {
  padding: 6rem 2rem;
  background: linear-gradient(
    165deg,
    rgba(139, 26, 43, 0.1) 0%,
    rgba(139, 26, 43, 0.06) 100%
  );
  color: #fff;
  position: relative;
  overflow: hidden;
}

.science-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(100px);
}

.science-orb-1 {
  width: 400px;
  height: 400px;
  background: rgba(139, 26, 43, 0.15);
  top: -100px;
  left: -100px;
}

.science-orb-2 {
  width: 300px;
  height: 300px;
  background: rgba(212, 165, 74, 0.1);
  bottom: -80px;
  right: -60px;
}

.science .section-header {
  position: relative;
  z-index: 1;
}

.science .section-eyebrow {
  color: var(--gold-light);
}

.science .section-title {
  color: #fff;
}

.science .section-subtitle {
  color: rgba(255, 255, 255, 0.6);
}

.science-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  position: relative;
  z-index: 1;
}

.science-card {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 2.25rem 1.75rem;
  transition: all 0.4s;
}

.science-card:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-4px);
}

.science-card-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--coral), var(--coral-deep));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 1.25rem;
}

.science-card h3 {
  font-size: 1.15rem;
  color: #fff;
  margin-bottom: 0.75rem;
  font-family: "DM Serif Display", serif;
}

.science-card p {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
}

.science-callout {
  margin-top: 3rem;
  background: linear-gradient(
    135deg,
    rgba(139, 26, 43, 0.12),
    rgba(212, 165, 74, 0.08)
  );
  border: 1px solid rgba(139, 26, 43, 0.2);
  border-radius: 16px;
  padding: 2rem 2.5rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

.science-callout p {
  font-size: 1.05rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
}

.science-callout cite {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.8rem;
  color: var(--gold-light);
  font-style: normal;
  font-weight: 500;
}

/* ---- WHOLESALE ---- */
.wholesale {
  padding: 6rem 2rem;
  background: transparent;
}

.wholesale-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.wholesale-content h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  margin-bottom: 1rem;
}

.wholesale-content > p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8;
  margin-bottom: 2rem;
}

.partner-perks {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.perk {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.perk-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 12px;
  background: rgba(224, 120, 48, 0.12);
  border: 1px solid rgba(224, 120, 48, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.perk-text h4 {
  font-size: 1rem;
  margin-bottom: 0.2rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  color: #fff;
}

.perk-text p {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
}

.wholesale-form-card {
  background: var(--glass);
  border-radius: 24px;
  padding: 2.5rem;
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--glass-border);
}

.wholesale-form-card h3 {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  font-family: "DM Serif Display", serif;
}

.wholesale-form-card > p {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 1.5rem;
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-group label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.4rem;
  letter-spacing: 0.02em;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  font-family: inherit;
  font-size: 0.9rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  transition: all 0.3s;
  outline: none;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--coral);
  box-shadow: 0 0 0 3px rgba(139, 26, 43, 0.12);
}

.form-group textarea {
  resize: vertical;
  min-height: 70px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-submit {
  width: 100%;
  padding: 0.85rem;
  background: linear-gradient(135deg, var(--coral), var(--coral-deep));
  color: #fff;
  border: none;
  border-radius: 100px;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 4px 15px var(--shadow-warm);
  margin-top: 0.5rem;
}

.form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(139, 26, 43, 0.35);
}

/* ---- FOOTER ---- */
.footer {
  padding: 4rem 2rem 2rem;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2.5rem;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.footer-logo-link {
  display: block;
  flex-shrink: 0;
}

.footer-logo {
  height: 95px;
  max-height: 95px;
  width: auto;
  max-width: 95px;
  display: block;
  border-radius: 8px;
  mix-blend-mode: lighten;
  object-fit: contain;
}

.footer-brand p {
  font-size: 0.88rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.footer-col h4 {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 1rem;
  font-family: "DM Sans", sans-serif;
}

.footer-col ul {
  list-style: none;
}

.footer-col li {
  margin-bottom: 0.5rem;
}

.footer-col a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 0.88rem;
  transition: color 0.3s;
}

.footer-col a:hover {
  color: var(--gold-light);
}

.footer-bottom {
  max-width: 1200px;
  margin: 3rem auto 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.35);
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.35);
  text-decoration: none;
}

.footer-bottom a:hover {
  color: var(--gold-light);
}

/* ---- TRUST BADGE (Product Page) ---- */
.wfc-trust-badge {
  margin-top: 18px;
  padding: 14px 18px;
  background: linear-gradient(
    135deg,
    rgba(139, 26, 43, 0.1),
    rgba(224, 120, 48, 0.08)
  );
  border: 1px solid rgba(224, 120, 48, 0.2);
  border-radius: 12px;
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}

.wfc-trust-badge__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 6px;
}

.wfc-trust-badge__title strong {
  color: #fff;
  font-size: 14px;
}

.wfc-trust-badge__title svg {
  stroke: var(--gold-light);
}

.wfc-trust-badge__details {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

/* ---- RESPONSIVE ---- */

/* -- Tablet & small desktop -- */
@media (max-width: 968px) {
  /* Prevent horizontal scroll globally */
  html,
  body {
    overflow-x: hidden;
  }

  /* Hero */
  .hero {
    padding-top: 80px;
    min-height: auto;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 1.5rem;
    padding: 0 1.25rem 2.5rem;
  }

  .hero-content {
    max-width: 100%;
    padding: 0 0.5rem;
  }

  .hero-content h1 {
    font-size: 2rem;
    line-height: 1.15;
  }

  .hero-subtitle-line {
    font-size: 0.6em;
  }

  .hero-sub {
    margin: 0 auto 1.25rem;
    font-size: 0.88rem;
    max-width: 520px;
  }

  .hero-badge {
    font-size: 0.68rem;
    padding: 0.35rem 0.9rem;
  }

  .hero-actions {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.75rem;
  }

  .hero-trust {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .hero-reassurance {
    justify-content: center;
    flex-wrap: wrap;
    white-space: normal;
    font-size: 0.72rem;
    gap: 0.15rem;
  }

  .hero-image-wrap {
    order: -1;
    display: flex;
    justify-content: center;
  }

  .hero-product-render {
    max-width: 320px !important;
    margin: 0 auto;
    display: block;
  }

  /* Contain hero orbs so they don't cause overflow */
  .hero-orb {
    display: none;
  }

  /* Story badge — hidden on mobile */
  .story-image-badge {
    display: none;
  }

  /* Grids */
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 380px;
    margin: 0 auto;
  }

  .pricing-card.featured {
    transform: scale(1);
  }

  .ingredients-flex,
  .wholesale-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ingredients-image,
  .wholesale-content,
  .wholesale-form-card {
    margin: 0 auto;
    max-width: 500px;
  }

  .ingredient-tags {
    justify-content: center;
  }

  .dosage-card {
    justify-content: center;
  }

  .partner-perks {
    text-align: left;
  }

  /* Section spacing */
  section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  /* Footer — tighter gap at tablet, 2-col grid */
  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 2rem;
    text-align: center;
  }
}

/* -- Mobile -- */
@media (max-width: 768px) {
  :root {
    --header-offset: 68px;
  }

  body.admin-bar .header {
    top: 46px;
  }

  .nav {
    padding: 0.75rem 1rem;
    gap: 0.85rem;
  }

  /* Nav: hide links, show hamburger */
  .nav-links {
    display: none;
  }

  .nav-logo {
    flex: 1 1 auto;
    min-width: 0;
  }

  .nav-logo img {
    height: 36px;
  }

  .nav-logo-text {
    max-width: 150px;
    font-size: 0.96rem;
  }

  .nav-actions {
    gap: 0.35rem;
    margin-left: auto;
  }

  .nav-toggle {
    display: flex;
    margin-left: 0;
  }

  /* Shop button sizing on mobile */
  .nav-cta {
    margin-left: 0;
    padding: 0.32rem 0.74rem !important;
    font-size: 0.66rem !important;
  }

  .wfc-header-cart {
    gap: 0.28rem;
    padding: 0.38rem 0.5rem;
  }

  .wfc-header-cart__text {
    display: none;
  }

  .wfc-header-cart__icon svg {
    width: 16px;
    height: 16px;
  }

  .wfc-header-cart__count {
    min-width: 1.08rem;
    height: 1.08rem;
    font-size: 0.62rem;
  }

  /* Mobile menu dropdown — positioned relative to .nav */
  .nav-links.active {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(13, 6, 8, 0.97);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 1.25rem 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    gap: 0;
    z-index: 999;
    margin-left: 0;
  }

  .nav-links.active li {
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

  .nav-links.active a {
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.8);
  }

  /* Hero fine-tuning for phone */
  .hero {
    padding-top: 70px;
  }

  .hero-inner {
    padding: 0 1rem 2rem;
    gap: 1rem;
  }

  .hero-content h1 {
    font-size: 1.65rem;
  }

  .hero-sub {
    font-size: 0.82rem;
    line-height: 1.6;
  }

  .hero-product-render {
    max-width: 280px !important;
  }

  .hero-actions .btn-primary,
  .hero-actions .btn-outline {
    font-size: 0.82rem;
    padding: 0.65rem 1.3rem;
  }

  /* Stat strip */
  .stat-strip {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .stat-strip .stat {
    min-width: 40%;
  }

  /* Benefits */
  .benefits-grid {
    grid-template-columns: 1fr;
  }

  /* Science */
  .science-grid {
    grid-template-columns: 1fr;
  }

  /* Forms */
  .form-row {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }

  /* Typography scaling — use clamp to avoid specificity clashes */
  h1 {
    font-size: clamp(1.5rem, 5vw, 1.8rem);
  }
  h2 {
    font-size: clamp(1.3rem, 4vw, 1.5rem);
  }
  h3 {
    font-size: 1.15rem;
  }

  /* Section padding */
  .section-label {
    font-size: 0.65rem;
  }
}

/* -- Small phones (≤480px) -- */
@media (max-width: 480px) {
  :root {
    --header-offset: 64px;
  }

  .nav {
    padding: 0.7rem 0.85rem;
    gap: 0.6rem;
  }

  /* Nav logo text: prevent overflow on tiny screens */
  .nav-logo-text {
    max-width: 145px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.9rem;
  }

  .wfc-header-cart {
    padding: 0.34rem 0.46rem;
  }

  .nav-cta {
    padding: 0.3rem 0.66rem !important;
  }

  /* Hero: tighter side padding */
  .hero-inner {
    padding: 0 0.875rem 1.75rem;
  }

  /* Hero badge comfortable on small phones */
  .hero-badge {
    font-size: 0.62rem;
    padding: 0.3rem 0.75rem;
    letter-spacing: 0.04em;
  }

  /* Buttons full-width on tiny screens */
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn-primary,
  .hero-actions .btn-outline {
    text-align: center;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  /* Footer brand: stack logo above text */
  .footer-brand {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.75rem;
  }

  /* Science callout: less side padding */
  .science-callout {
    padding: 1.5rem 1.25rem;
  }
}

/* ---- REDUCED MOTION ---- */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .hero-product img,
  .hero-product-render img {
    animation: none !important;
  }
}
