:root {
  --cream: #fbf4e7;
  --cream-deep: #f3e5cf;
  --navy: #1c2a39;
  --honey: #e7b95f;
  --olive: #596848;
  --link: #2f6f73;
  --link-hover: #1f5053;
  --white: #fffaf0;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: "Sora", sans-serif;
  color: var(--navy);
  background:
    radial-gradient(circle at top left, rgba(255, 216, 77, 0.28), transparent 30%),
    radial-gradient(circle at bottom right, rgba(111, 127, 85, 0.16), transparent 32%),
    linear-gradient(180deg, var(--cream) 0%, var(--cream-deep) 100%);
}

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

.page-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
  display: block;
}

/* Header */

.site-header {
  width: min(1240px, calc(100% - 32px));
  margin: clamp(16px, 2vw, 24px) auto 0;
  padding: clamp(12px, 1.2vw, 15px) 0 clamp(11px, 1.1vw, 14px);
  border-bottom: 1px solid rgba(28, 42, 57, 0.13);
  display: grid;
  grid-template-columns: minmax(82px, 1fr) auto minmax(82px, 1fr);
  align-items: center;
}

.brand-wordmark {
  grid-column: 1;
  justify-self: start;
  font-family: "League Spartan", sans-serif;
  font-size: clamp(1.34rem, 1.9vw, 2.05rem);
  line-height: 0.9;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  color: rgba(28, 42, 57, 0.72);
  font-weight: 900;
}

.main-nav {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2.7vw, 42px);
  font-size: clamp(0.72rem, 0.9vw, 0.98rem);
  font-weight: 850;
  letter-spacing: clamp(0.07em, 0.7vw, 0.14em);
  text-transform: uppercase;
}

.main-nav a,
.cart-link,
.signin-link {
  display: inline-flex;
  align-items: center;
  color: rgba(28, 42, 57, 0.78);
  opacity: 0.86;
  transition: transform 0.15s ease, opacity 0.15s ease, color 0.15s ease;
}

.main-nav a:hover,
.cart-link:hover,
.signin-link:hover {
  transform: scale(1.06);
  opacity: 1;
  color: var(--olive);
}

.header-actions {
  grid-column: 3;
  justify-self: end;
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.4vw, 18px);
}

.cart-link {
  width: clamp(42px, 3.4vw, 52px);
  height: clamp(42px, 3.4vw, 52px);
  justify-content: center;
}

.cart-link svg {
  width: clamp(29px, 2.35vw, 36px);
  height: clamp(29px, 2.35vw, 36px);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.signin-link {
  padding: clamp(6px, 0.8vw, 8px) clamp(11px, 1vw, 14px);
  border: 1px solid rgba(89, 104, 72, 0.18);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.42);
  font-size: clamp(0.64rem, 0.75vw, 0.78rem);
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Hero */

.hero-section {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(28px, 3.8vw, 58px) 0 clamp(18px, 2.4vw, 34px);
}

.hero-lockup {
  display: block;
}

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

.hero-copy h1 {
  max-width: 850px;
  margin: 0;
  font-family: "League Spartan", sans-serif;
  font-size: clamp(4.2rem, 10vw, 9.5rem);
  line-height: 0.82;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}

.hero-subhead {
  max-width: 610px;
  margin: clamp(22px, 3vw, 36px) 0 0;
  font-size: clamp(1rem, 1.35vw, 1.3rem);
  line-height: 1.65;
  color: rgba(28, 42, 57, 0.72);
  font-weight: 500;
}

.trust-line {
  margin: clamp(14px, 1.8vw, 22px) 0 0;
  font-size: clamp(0.76rem, 0.88vw, 0.96rem);
  line-height: 1.5;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(47, 111, 115, 0.78);
  font-weight: 850;
}

/* Editorial strip */

.home-editorial {
  width: min(1240px, calc(100% - 32px));
  margin: clamp(8px, 1.2vw, 18px) auto clamp(46px, 6vw, 78px);
  display: grid;
  grid-template-columns: minmax(520px, 1.15fr) minmax(360px, 0.85fr);
  align-items: center;
  gap: clamp(30px, 4vw, 64px);
}

.editorial-image-wrap {
  border-radius: clamp(24px, 3vw, 38px);
  overflow: hidden;
  box-shadow: 0 22px 60px rgba(28, 42, 57, 0.08);
}

.editorial-image {
  width: 100%;
  height: auto;
  display: block;
}

.home-brand-strip {
  position: relative;
  isolation: isolate;
  padding: clamp(6px, 1vw, 14px) 0;
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  gap: clamp(24px, 2.7vw, 38px);
}

.brand-pillar span {
  display: block;
  font-family: "League Spartan", sans-serif;
  font-size: clamp(1.15rem, 1.6vw, 1.75rem);
  line-height: 0.95;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  color: var(--olive);
  font-weight: 900;
}

.brand-pillar span::after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 12px;
  background: var(--honey);
  opacity: 0.72;
}

.brand-pillar p {
  max-width: 380px;
  margin: clamp(14px, 1.2vw, 18px) 0 0;
  font-size: clamp(0.94rem, 1vw, 1.08rem);
  line-height: 1.58;
  color: rgba(28, 42, 57, 0.76);
  font-weight: 500;
}

/* Footer */

.site-footer {
  width: min(1240px, calc(100% - 32px));
  margin: auto auto 0;
  padding: clamp(14px, 1.6vw, 18px) 0 clamp(16px, 2vw, 24px);
  border-top: 1px solid rgba(28, 42, 57, 0.1);
}

.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(10px, 1.4vw, 18px) clamp(14px, 2vw, 26px);
}

.footer-links a,
.footer-links .lb-privacy-footer-link {
  color: var(--link);
  font-family: inherit;
  font-size: clamp(0.7rem, 0.78vw, 0.84rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.footer-links a:hover,
.footer-links .lb-privacy-footer-link:hover {
  color: var(--link-hover);
}

.footer-bottom {
  margin-top: clamp(10px, 1.2vw, 14px);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: rgba(28, 42, 57, 0.74);
  font-size: clamp(0.72rem, 0.78vw, 0.84rem);
  font-weight: 600;
}

/* Responsive */

@media (max-width: 960px) {
  .home-editorial {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
  }

  .brand-wordmark {
    grid-column: 1;
    justify-self: center;
  }

  .main-nav {
    grid-column: 1;
    flex-wrap: wrap;
    gap: 12px 22px;
  }

  .header-actions {
    grid-column: 1;
    justify-self: center;
  }

  .home-editorial {
    grid-template-columns: 1fr;
  }

  .home-brand-strip {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .brand-pillar p {
    max-width: 460px;
  }
}

@media (max-width: 520px) {
  .site-header,
  .hero-section,
  .home-editorial,
  .site-footer {
    width: calc(100% - 24px);
  }

  .hero-section {
    padding: 46px 0 30px;
  }

  .hero-copy h1 {
    font-size: clamp(3.7rem, 18vw, 5.8rem);
  }

  .hero-subhead {
    margin-top: 20px;
  }

  .home-brand-strip {
    padding-top: 28px;
    margin-bottom: 48px;
  }

  .footer-links {
    gap: 9px 12px;
  }
}

/* Story Page Final */

.story-page {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 10%, rgba(246, 214, 91, 0.26), transparent 30%),
    radial-gradient(circle at 78% 24%, rgba(214, 229, 196, 0.26), transparent 32%),
    radial-gradient(circle at 42% 66%, rgba(242, 202, 171, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 250, 240, 0.96), rgba(255, 246, 226, 0.92));
}

/* Hero */

.story-page-hero {
  width: min(1120px, calc(100% - 32px));
  min-height: clamp(500px, 52vw, 620px);
  margin: clamp(26px, 3vw, 42px) auto clamp(14px, 2vw, 30px);
  padding: clamp(42px, 5vw, 64px) clamp(22px, 3vw, 38px) clamp(44px, 5vw, 68px);
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(300px, 0.28fr);
  gap: clamp(16px, 2.5vw, 34px);
  align-items: start;
  overflow: visible;
}

.story-page-hero-copy {
  position: relative;
  z-index: 4;
  max-width: 610px;
}

.story-page-eyebrow {
  margin: 0 0 clamp(14px, 1.6vw, 20px);
  color: var(--olive);
  font-size: clamp(0.74rem, 0.86vw, 0.92rem);
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.story-page-hero h1,
.story-page-founder h2 {
  margin: 0;
  font-family: "League Spartan", sans-serif;
  color: rgba(28, 42, 57, 0.9);
  font-weight: 900;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.story-page-hero h1 {
  max-width: 560px;
  font-size: clamp(3.85rem, 5.85vw, 6.2rem);
  line-height: 0.85;
}

.story-page-lede {
  max-width: 500px;
  margin: clamp(20px, 2vw, 26px) 0 0;
  color: rgba(28, 42, 57, 0.72);
  font-size: clamp(0.98rem, 1.08vw, 1.12rem);
  line-height: 1.52;
  font-weight: 600;
}

.story-page-proof {
  width: fit-content;
  margin: clamp(18px, 2vw, 24px) 0 0;
  padding: 10px 16px;
  border: 1px solid rgba(89, 104, 72, 0.18);
  border-radius: 999px;
  background: rgba(246, 214, 91, 0.18);
  color: rgba(28, 42, 57, 0.76);
  font-size: clamp(0.76rem, 0.9vw, 0.92rem);
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.story-page-hero-media {
  position: absolute;
  top: clamp(18px, 2.2vw, 30px);
  right: clamp(-6px, 1vw, 18px);
  width: clamp(360px, 32vw, 470px);
  z-index: 2;
  pointer-events: none;
  isolation: isolate;
}

.story-page-hero-media::before {
  content: "";
  position: absolute;
  inset: -24%;
  z-index: -1;
  display: block;
  border-radius: 46% 54% 48% 52%;
  background:
    radial-gradient(ellipse at center, rgba(255, 250, 240, 0.98) 0%, rgba(255, 250, 240, 0.76) 34%, rgba(246, 214, 91, 0.24) 54%, transparent 76%);
  filter: blur(34px);
}

.story-page-hero-media::after {
  content: "";
  position: absolute;
  inset: -12%;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(ellipse at center, transparent 44%, rgba(255, 250, 240, 0.42) 74%, rgba(255, 250, 240, 0.92) 100%);
}

.story-page-hero-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center top;
  opacity: 0.9;
  filter: saturate(0.94) contrast(0.95) brightness(1.06);
  border-radius: 0;
  box-shadow: none;
  -webkit-mask-image:
    radial-gradient(
      ellipse at center,
      black 0%,
      black 58%,
      rgba(0, 0, 0, 0.72) 70%,
      rgba(0, 0, 0, 0.34) 82%,
      transparent 100%
    );
  mask-image:
    radial-gradient(
      ellipse at center,
      black 0%,
      black 58%,
      rgba(0, 0, 0, 0.72) 70%,
      rgba(0, 0, 0, 0.34) 82%,
      transparent 100%
    );
}

/* Meet Madden */

.story-page-founder {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto clamp(38px, 5vw, 70px);
  padding: clamp(20px, 3vw, 42px) clamp(22px, 3vw, 38px) clamp(34px, 4vw, 54px);
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 0.9fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
}

.story-page-founder-media {
  position: relative;
  width: 100%;
  max-width: 440px;
  justify-self: start;
  margin: 0;
  overflow: visible;
}

.story-page-founder-media::before,
.story-page-founder-media::after {
  display: none;
  content: none;
}

.story-page-founder-media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 540px;
  object-fit: contain;
  object-position: center;
  filter: none;
  opacity: 1;
  border-radius: clamp(22px, 3vw, 38px);
  box-shadow: none;
  -webkit-mask-image: none;
  mask-image: none;
}

.story-page-founder-copy {
  max-width: 590px;
  position: relative;
  z-index: 3;
}

.story-page-founder h2 {
  max-width: 620px;
  font-size: clamp(2.7rem, 4.2vw, 4.9rem);
  line-height: 0.9;
}

.story-page-founder-copy p:not(.story-page-eyebrow) {
  max-width: 520px;
  margin: clamp(18px, 2vw, 24px) 0 0;
  color: rgba(28, 42, 57, 0.68);
  font-size: clamp(0.96rem, 1.08vw, 1.06rem);
  line-height: 1.58;
  font-weight: 550;
}

/* Story Responsive */

@media (max-width: 940px) {
  .story-page-hero,
  .story-page-founder {
    width: min(100% - 28px, 720px);
    grid-template-columns: 1fr;
    padding-left: clamp(18px, 4vw, 28px);
    padding-right: clamp(18px, 4vw, 28px);
  }

  .story-page-hero {
    min-height: auto;
  }

  .story-page-hero-media {
    position: relative;
    top: auto;
    right: auto;
    width: min(100%, 520px);
    justify-self: center;
    pointer-events: auto;
  }

  .story-page-founder-media {
    max-width: 540px;
    justify-self: center;
  }
}


/* Story Page Meet Madden Exact Hero Photo Treatment */

.story-page-founder-media {
  position: relative;
  max-width: 470px;
  isolation: isolate;
  overflow: visible;
}

.story-page-founder-media::before {
  content: "";
  position: absolute;
  inset: -24%;
  z-index: -1;
  display: block;
  border-radius: 46% 54% 48% 52%;
  background:
    radial-gradient(ellipse at center, rgba(255, 250, 240, 0.98) 0%, rgba(255, 250, 240, 0.76) 34%, rgba(246, 214, 91, 0.24) 54%, transparent 76%);
  filter: blur(34px);
}

.story-page-founder-media::after {
  content: "";
  position: absolute;
  inset: -12%;
  z-index: 2;
  display: block;
  pointer-events: none;
  background:
    radial-gradient(ellipse at center, transparent 44%, rgba(255, 250, 240, 0.42) 74%, rgba(255, 250, 240, 0.92) 100%);
}

.story-page-founder-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center top;
  opacity: 0.9;
  filter: saturate(0.94) contrast(0.95) brightness(1.06);
  border-radius: 0;
  box-shadow: none;
  -webkit-mask-image:
    radial-gradient(
      ellipse at center,
      black 0%,
      black 58%,
      rgba(0, 0, 0, 0.72) 70%,
      rgba(0, 0, 0, 0.34) 82%,
      transparent 100%
    );
  mask-image:
    radial-gradient(
      ellipse at center,
      black 0%,
      black 58%,
      rgba(0, 0, 0, 0.72) 70%,
      rgba(0, 0, 0, 0.34) 82%,
      transparent 100%
    );
}

/* Story Page Purpose Outline Text */

.story-page-purpose {
  width: min(1120px, calc(100% - 32px));
  margin: clamp(26px, 4vw, 56px) auto clamp(58px, 7vw, 96px);
  padding: 0;
  border-radius: 0;
  background: transparent;
  text-align: center;
}

.story-page-purpose p {
  margin: 0;
  color: transparent;
  font-family: "League Spartan", sans-serif;
  font-size: clamp(3rem, 7.4vw, 8rem);
  line-height: 0.82;
  font-weight: 900;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  -webkit-text-stroke: clamp(1.2px, 0.16vw, 2.2px) rgba(47, 111, 73, 0.94);
  text-stroke: clamp(1.2px, 0.16vw, 2.2px) rgba(47, 111, 73, 0.94);
}

.story-page-purpose::after {
  content: "Support local. Support youth.";
  display: block;
  margin-top: clamp(10px, 1.4vw, 18px);
  color: rgba(47, 111, 73, 0.88);
  font-size: clamp(0.8rem, 1vw, 1rem);
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

@media (max-width: 620px) {
  .story-page-purpose p {
    font-size: clamp(3rem, 15vw, 5.5rem);
  }
}

/* Story Page Purpose Size + Fill Fix */

.story-page-purpose {
  width: min(920px, calc(100% - 32px));
  margin: clamp(20px, 3vw, 42px) auto clamp(50px, 6vw, 84px);
}

.story-page-purpose p {
  color: rgba(255, 250, 240, 0.82);
  font-size: clamp(2.4rem, 4.8vw, 5.2rem);
  line-height: 0.9;
  -webkit-text-stroke: clamp(1px, 0.11vw, 1.6px) rgba(47, 111, 73, 0.94);
  text-stroke: clamp(1px, 0.11vw, 1.6px) rgba(47, 111, 73, 0.94);
}

.story-page-purpose::after {
  margin-top: clamp(8px, 1vw, 14px);
  font-size: clamp(0.7rem, 0.82vw, 0.9rem);
}

/* Home Page Story-Style Background + Photo Treatment */

body:has(.home-editorial) main {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 10%, rgba(246, 214, 91, 0.24), transparent 30%),
    radial-gradient(circle at 82% 36%, rgba(214, 229, 196, 0.24), transparent 32%),
    radial-gradient(circle at 42% 74%, rgba(242, 202, 171, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 250, 240, 0.96), rgba(255, 246, 226, 0.92));
}

body:has(.home-editorial) .hero-section {
  padding-top: clamp(44px, 5vw, 70px);
  padding-bottom: clamp(20px, 3vw, 42px);
}

body:has(.home-editorial) .home-editorial {
  position: relative;
  margin-top: clamp(12px, 2vw, 28px);
  margin-bottom: clamp(58px, 7vw, 96px);
}

body:has(.home-editorial) .editorial-image-wrap {
  position: relative;
  overflow: visible;
  border-radius: 0;
  box-shadow: none;
  isolation: isolate;
}

body:has(.home-editorial) .editorial-image-wrap::before {
  content: "";
  position: absolute;
  inset: -18%;
  z-index: -1;
  display: block;
  border-radius: 46% 54% 48% 52%;
  background:
    radial-gradient(ellipse at center, rgba(255, 250, 240, 0.98) 0%, rgba(255, 250, 240, 0.76) 34%, rgba(246, 214, 91, 0.22) 54%, transparent 76%);
  filter: blur(30px);
}

body:has(.home-editorial) .editorial-image-wrap::after {
  content: "";
  position: absolute;
  inset: -8%;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(ellipse at center, transparent 52%, rgba(255, 250, 240, 0.34) 78%, rgba(255, 250, 240, 0.82) 100%);
}

body:has(.home-editorial) .editorial-image {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.94;
  filter: saturate(0.96) contrast(0.96) brightness(1.04);
  border-radius: 0;
  box-shadow: none;
  -webkit-mask-image:
    radial-gradient(
      ellipse at center,
      black 0%,
      black 64%,
      rgba(0, 0, 0, 0.72) 78%,
      rgba(0, 0, 0, 0.34) 90%,
      transparent 100%
    );
  mask-image:
    radial-gradient(
      ellipse at center,
      black 0%,
      black 64%,
      rgba(0, 0, 0, 0.72) 78%,
      rgba(0, 0, 0, 0.34) 90%,
      transparent 100%
    );
}

/* Flavors Page */

body:has(.flavors-page) main {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 10%, rgba(246, 214, 91, 0.24), transparent 30%),
    radial-gradient(circle at 82% 36%, rgba(214, 229, 196, 0.24), transparent 32%),
    radial-gradient(circle at 42% 74%, rgba(242, 202, 171, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 250, 240, 0.96), rgba(255, 246, 226, 0.92));
}

.flavors-page {
  padding: 0 0 clamp(58px, 7vw, 96px);
}

.flavors-hero,
.flavor-feature {
  width: min(1120px, calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
}

.flavors-hero {
  margin-top: clamp(26px, 3vw, 42px);
  margin-bottom: clamp(14px, 2vw, 30px);
  padding: clamp(42px, 5vw, 64px) clamp(22px, 3vw, 38px) clamp(44px, 5vw, 68px);
  text-align: left;
}

.flavors-eyebrow {
  margin: 0 0 clamp(14px, 1.6vw, 20px);
  color: rgba(47, 111, 73, 0.88);
  font-size: clamp(0.74rem, 0.86vw, 0.92rem);
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.flavors-hero h1 {
  max-width: 560px;
  margin: 0;
  color: rgba(28, 42, 57, 0.9);
  font-family: "League Spartan", sans-serif;
  font-size: clamp(3.85rem, 5.85vw, 6.2rem);
  line-height: 0.85;
  font-weight: 900;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.flavors-lede {
  max-width: 500px;
  margin: clamp(20px, 2vw, 26px) 0 0;
  color: rgba(28, 42, 57, 0.72);
  font-size: clamp(0.98rem, 1.08vw, 1.12rem);
  line-height: 1.52;
  font-weight: 600;
  font-variant-caps: normal;
  font-feature-settings: normal;
  text-transform: none;
}

.flavor-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.95fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: center;
  padding: clamp(42px, 6vw, 86px) 0;
}

.flavor-count,
.flavor-copy h2,
.flavor-phrase,
.flavor-copy p:not(.flavor-count):not(.flavor-phrase) {
  font-variant-caps: all-small-caps;
  font-feature-settings: "smcp" 1, "c2sc" 1;
}

.flavor-count {
  margin: 0 0 12px;
  color: rgba(47, 111, 73, 0.88);
  font-size: clamp(0.74rem, 0.95vw, 0.92rem);
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.flavor-copy h2,
.drops-holder-card h2,
.drop-card h3 {
  max-width: 620px;
  margin: 0;
  color: var(--olive);
  font-family: "League Spartan", sans-serif;
  font-size: clamp(3rem, 5.4vw, 6.2rem);
  line-height: 0.85;
  font-weight: 900;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.flavor-phrase {
  margin: clamp(14px, 1.8vw, 22px) 0 0;
  color: rgba(47, 111, 73, 0.92);
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  line-height: 1.35;
  font-weight: 850;
}

.flavor-copy p:not(.flavor-count):not(.flavor-phrase) {
  max-width: 500px;
  margin: clamp(14px, 1.6vw, 20px) 0 0;
  color: rgba(55, 78, 49, 0.82);
  font-size: clamp(0.98rem, 1.2vw, 1.12rem);
  line-height: 1.65;
  font-weight: 600;
}

.flavor-copy em {
  font-style: italic;
}

.flavor-media {
  position: relative;
  min-height: clamp(210px, 24vw, 330px);
  isolation: isolate;
  overflow: visible;
  display: grid;
  place-items: center;
}

.flavor-media::before {
  content: "";
  position: absolute;
  inset: -18%;
  z-index: -1;
  border-radius: 46% 54% 48% 52%;
  background:
    radial-gradient(ellipse at center, rgba(255, 250, 240, 0.98) 0%, rgba(255, 250, 240, 0.76) 34%, rgba(246, 214, 91, 0.22) 54%, transparent 76%);
  filter: blur(30px);
}

.flavor-media::after {
  content: "";
  position: absolute;
  inset: -8%;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(ellipse at center, transparent 52%, rgba(255, 250, 240, 0.34) 78%, rgba(255, 250, 240, 0.82) 100%);
}

.flavor-media img {
  display: block;
  width: min(100%, 340px);
  max-height: 340px;
  height: auto;
  object-fit: contain;
  position: relative;
  z-index: 1;
  opacity: 0.94;
  filter: saturate(0.96) contrast(0.96) brightness(1.04);
  border-radius: 0;
  box-shadow: none;
  -webkit-mask-image:
    radial-gradient(
      ellipse at center,
      black 0%,
      black 64%,
      rgba(0, 0, 0, 0.72) 78%,
      rgba(0, 0, 0, 0.34) 90%,
      transparent 100%
    );
  mask-image:
    radial-gradient(
      ellipse at center,
      black 0%,
      black 64%,
      rgba(0, 0, 0, 0.72) 78%,
      rgba(0, 0, 0, 0.34) 90%,
      transparent 100%
    );
}



@media (max-width: 860px) {
  .flavor-feature {
    grid-template-columns: 1fr;
    gap: clamp(20px, 5vw, 36px);
  }

  .flavor-feature-image-left .flavor-copy {
    order: 1;
  }

  .flavor-feature-image-left .flavor-media {
    order: 2;
  }

  .flavor-media {
    min-height: clamp(210px, 54vw, 320px);
  }
}

@media (max-width: 620px) {
  .flavors-hero h1 {
    font-size: clamp(3.1rem, 14vw, 5.2rem);
  }

  .flavor-copy h2 {
    font-size: clamp(3rem, 15vw, 5.4rem);
  }
}

/* Drops page */

.drops-page {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 clamp(58px, 7vw, 96px);
}

.drops-hero {
  margin-top: clamp(26px, 3vw, 42px);
  margin-bottom: clamp(14px, 2vw, 30px);
  padding: clamp(42px, 5vw, 64px) clamp(22px, 3vw, 38px) clamp(44px, 5vw, 68px);
}

.drops-eyebrow,
.drops-status-label {
  margin: 0 0 clamp(14px, 1.6vw, 20px);
  color: rgba(47, 111, 73, 0.88);
  font-size: clamp(0.74rem, 0.86vw, 0.92rem);
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.drops-hero h1 {
  max-width: 560px;
  margin: 0;
  color: rgba(28, 42, 57, 0.9);
  font-family: "League Spartan", sans-serif;
  font-size: clamp(3.85rem, 5.85vw, 6.2rem);
  line-height: 0.85;
  font-weight: 900;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.drops-lede {
  max-width: 500px;
  margin: clamp(20px, 2vw, 26px) 0 0;
  color: rgba(28, 42, 57, 0.72);
  font-size: clamp(0.98rem, 1.08vw, 1.12rem);
  line-height: 1.52;
  font-weight: 600;
}

.drops-holder {
  margin-top: clamp(10px, 1.4vw, 18px);
}

.drops-holder-card {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4.8vw, 66px);
  border: 1px solid rgba(28, 42, 57, 0.08);
  border-radius: clamp(26px, 3.4vw, 44px);
  background:
    radial-gradient(circle at 10% 12%, rgba(255, 250, 240, 0.94), transparent 24%),
    radial-gradient(circle at 86% 14%, rgba(223, 232, 207, 0.9), transparent 28%),
    linear-gradient(135deg, rgba(255, 242, 184, 0.82), rgba(255, 250, 240, 0.72) 48%, rgba(223, 232, 207, 0.66));
  box-shadow: 0 24px 70px rgba(28, 42, 57, 0.08);
}



.drops-holder-card p {
  max-width: 560px;
  margin: clamp(18px, 2vw, 26px) 0 0;
  color: rgba(28, 42, 57, 0.72);
  font-size: clamp(0.98rem, 1.08vw, 1.12rem);
  line-height: 1.62;
  font-weight: 500;
}

.drops-cta-group {
  width: fit-content;
  margin-top: clamp(22px, 2.6vw, 34px);
}

.drops-primary-link,
.drop-card-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: 0;
  margin-left: 0;
  padding: 13px 19px;
  border: 1px solid rgba(89, 104, 72, 0.18);
  border-radius: 999px;
  background: var(--navy);
  color: var(--white);
  font-family: "Sora", sans-serif;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.drops-primary-link:hover,
.drop-card-button:hover {
  background: var(--olive);
}

.drops-ready-line {
  margin-top: 12px !important;
  text-align: center;
  color: rgba(47, 111, 115, 0.82) !important;
  font-size: clamp(0.78rem, 0.86vw, 0.94rem) !important;
  font-weight: 900 !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.drops-inactive .drops-active-panel {
  display: none;
}

.drops-active .drops-holder {
  display: none;
}

.drops-section-heading {
  margin: clamp(36px, 5vw, 70px) 0 clamp(18px, 2.6vw, 34px);
}

.drops-section-heading h2 {
  margin: 0;
  font-family: "League Spartan", sans-serif;
  color: var(--olive);
  font-size: clamp(3rem, 6vw, 6.8rem);
  line-height: 0.82;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}

.drops-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(14px, 1.8vw, 22px);
}

.drop-card {
  overflow: hidden;
  border: 1px solid rgba(28, 42, 57, 0.08);
  border-radius: clamp(22px, 2.5vw, 32px);
  background: rgba(255, 250, 240, 0.68);
  box-shadow: 0 18px 44px rgba(28, 42, 57, 0.07);
}

.drop-card-image {
  min-height: clamp(180px, 20vw, 260px);
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 242, 184, 0.92), transparent 34%),
    radial-gradient(circle at 78% 74%, rgba(223, 232, 207, 0.84), transparent 36%),
    rgba(255, 250, 240, 0.72);
}

.drop-card-image span {
  color: rgba(28, 42, 57, 0.48);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.drop-card-copy {
  padding: clamp(18px, 2vw, 24px);
}

.drop-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 13px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(223, 232, 207, 0.8);
  color: var(--olive);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.drop-badge-available {
  background: rgba(223, 232, 207, 0.92);
  color: var(--olive);
}

.drop-badge-limited {
  background: rgba(255, 242, 184, 0.92);
  color: rgba(89, 104, 72, 0.95);
}

.drop-badge-coming-soon {
  background: rgba(255, 250, 240, 0.92);
  color: rgba(28, 42, 57, 0.62);
}

.drop-badge-sold-out {
  background: rgba(218, 188, 182, 0.42);
  color: rgba(28, 42, 57, 0.58);
}



.drop-card p {
  margin: 13px 0 0;
  color: rgba(28, 42, 57, 0.7);
  font-size: 0.92rem;
  line-height: 1.48;
  font-weight: 500;
}

.drop-price {
  color: var(--olive) !important;
  font-weight: 900 !important;
}

.drop-card-button {
  margin-top: 18px;
  cursor: pointer;
}

.drop-card-button:disabled {
  cursor: not-allowed;
  opacity: 0.62;
}

.drops-rules {
  margin-top: clamp(24px, 3.6vw, 52px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 1.8vw, 22px);
}

.drops-rules div {
  padding: clamp(18px, 2.2vw, 26px);
  border-radius: clamp(20px, 2vw, 28px);
  background: rgba(255, 250, 240, 0.56);
  border: 1px solid rgba(28, 42, 57, 0.07);
}

.drops-rules strong {
  display: block;
  font-family: "League Spartan", sans-serif;
  color: var(--olive);
  font-size: clamp(1.35rem, 1.8vw, 2rem);
  line-height: 0.9;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.drops-rules p {
  margin: 12px 0 0;
  color: rgba(28, 42, 57, 0.68);
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 500;
}

@media (max-width: 940px) {
  .drops-grid,
  .drops-rules {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .drops-page {
    width: calc(100% - 24px);
    padding-top: 46px;
  }

  .drops-hero h1 {
    font-size: clamp(3.7rem, 17vw, 5.8rem);
  }

  .drops-grid,
  .drops-rules {
    grid-template-columns: 1fr;
  }
}

/* Story Page Eyebrow Green Match */

.story-page .story-page-eyebrow {
  color: rgba(47, 111, 73, 0.88);
}

/* Story Page Responsive Reading Order */

@media (max-width: 980px) {
  .story-page-hero {
    display: grid;
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .story-page-hero-copy {
    order: 1;
  }

  .story-page-hero-media {
    order: 2;
    position: relative;
    top: auto;
    right: auto;
    width: min(100%, 520px);
    justify-self: center;
    margin-top: clamp(22px, 4vw, 36px);
    pointer-events: auto;
  }

  .story-page-founder {
    display: grid;
    grid-template-columns: 1fr;
  }

  .story-page-founder-copy {
    order: 1;
  }

  .story-page-founder-media {
    order: 2;
    justify-self: center;
    width: min(100%, 520px);
    margin-top: clamp(22px, 4vw, 36px);
  }

  .story-page-purpose {
    margin-top: clamp(30px, 5vw, 52px);
  }
}

.cart-link {
  position: relative;
}

.cart-count {
  position: absolute;
  top: 4px;
  right: 2px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--olive);
  color: var(--white);
  font-size: 0.64rem;
  font-weight: 900;
  line-height: 1;
}

.drop-size-field {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.drop-size-field span {
  color: rgba(28, 42, 57, 0.62);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.drop-size-select {
  width: 100%;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(89, 104, 72, 0.2);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.78);
  color: var(--navy);
  font-family: "Sora", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
}

.drop-size-select:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

.cart-page {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 clamp(58px, 7vw, 96px);
}

.cart-hero {
  margin-top: clamp(26px, 3vw, 42px);
  margin-bottom: clamp(14px, 2vw, 30px);
  padding: clamp(42px, 5vw, 64px) clamp(22px, 3vw, 38px) clamp(44px, 5vw, 68px);
}

.cart-hero .section-eyebrow {
  margin: 0 0 clamp(14px, 1.6vw, 20px);
  color: rgba(47, 111, 73, 0.88);
  font-size: clamp(0.74rem, 0.86vw, 0.92rem);
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cart-hero h1 {
  max-width: 560px;
  margin: 0;
  color: rgba(28, 42, 57, 0.9);
  font-family: "League Spartan", sans-serif;
  font-size: clamp(3.85rem, 5.85vw, 6.2rem);
  line-height: 0.85;
  font-weight: 900;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.cart-hero p:not(.section-eyebrow) {
  max-width: 500px;
  margin: clamp(20px, 2vw, 26px) 0 0;
  color: rgba(28, 42, 57, 0.72);
  font-size: clamp(0.98rem, 1.08vw, 1.12rem);
  line-height: 1.52;
  font-weight: 600;
}

.cart-shell {
  margin-top: clamp(28px, 4vw, 52px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(18px, 2.6vw, 34px);
  align-items: start;
}

.cart-items {
  display: grid;
  gap: 16px;
}

.cart-empty,
.cart-item,
.cart-summary {
  border: 1px solid rgba(28, 42, 57, 0.08);
  border-radius: clamp(22px, 2.4vw, 32px);
  background: rgba(255, 250, 240, 0.68);
  box-shadow: 0 18px 44px rgba(28, 42, 57, 0.07);
}

.cart-empty {
  padding: clamp(22px, 3vw, 34px);
}

.cart-empty h2,
.cart-summary h2,
.cart-item-copy h2 {
  margin: 0;
  color: var(--olive);
  font-family: "League Spartan", sans-serif;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.cart-empty h2,
.cart-summary h2 {
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 0.9;
}

.cart-empty p {
  max-width: 480px;
  margin: 14px 0 0;
  color: rgba(28, 42, 57, 0.7);
  font-weight: 600;
  line-height: 1.55;
}

.cart-empty a,
.cart-checkout-button,
.cart-item-controls button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border: 1px solid rgba(89, 104, 72, 0.18);
  border-radius: 999px;
  background: var(--navy);
  color: var(--white);
  font-family: "Sora", sans-serif;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.cart-empty a {
  margin-top: 20px;
  padding: 13px 19px;
}

.cart-item {
  padding: clamp(16px, 2vw, 22px);
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) auto;
  gap: clamp(14px, 2vw, 24px);
  align-items: center;
}

.cart-item-media {
  width: 96px;
  height: 96px;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 242, 184, 0.92), transparent 34%),
    radial-gradient(circle at 78% 74%, rgba(223, 232, 207, 0.84), transparent 36%),
    rgba(255, 250, 240, 0.72);
}

.cart-item-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-item-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: rgba(28, 42, 57, 0.48);
  font-weight: 900;
  letter-spacing: 0.12em;
}

.cart-item-copy h2 {
  font-size: clamp(1.6rem, 2.4vw, 2.6rem);
  line-height: 0.9;
}

.cart-item-copy p,
.cart-item-meta {
  margin: 9px 0 0;
  color: rgba(28, 42, 57, 0.68);
  font-size: 0.88rem;
  font-weight: 700;
}

.cart-item-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.cart-item-controls {
  display: grid;
  justify-items: end;
  gap: 10px;
}

.cart-item-controls label {
  display: grid;
  gap: 6px;
  color: rgba(28, 42, 57, 0.62);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cart-item-controls input {
  width: 72px;
  min-height: 40px;
  padding: 0 10px;
  border: 1px solid rgba(89, 104, 72, 0.2);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.78);
  color: var(--navy);
  font-family: "Sora", sans-serif;
  font-weight: 900;
}

.cart-item-controls button {
  padding: 10px 14px;
  background: transparent;
  color: var(--navy);
  cursor: pointer;
}

.cart-summary {
  position: sticky;
  top: 24px;
  padding: clamp(20px, 2.6vw, 30px);
}

.cart-summary-row {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(28, 42, 57, 0.09);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgba(28, 42, 57, 0.72);
  font-weight: 900;
}

.cart-checkout-button {
  width: 100%;
  margin-top: 22px;
  padding: 14px 18px;
  cursor: not-allowed;
  opacity: 0.66;
}

@media (max-width: 820px) {
  .cart-shell {
    grid-template-columns: 1fr;
  }

  .cart-summary {
    position: static;
  }

  .cart-item {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .cart-item-controls {
    grid-column: 1 / -1;
    grid-template-columns: 1fr auto;
    justify-items: start;
    align-items: end;
  }
}

@media (max-width: 520px) {
  .cart-page {
    width: calc(100% - 24px);
  }

  .cart-item {
    grid-template-columns: 1fr;
  }

  .cart-item-media {
    width: 100%;
    height: 180px;
  }
}

.cart-feedback {
  margin-top: 12px !important;
  color: rgba(47, 111, 73, 0.9) !important;
  font-size: 0.78rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cart-keep-shopping {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 22px;
  padding: 13px 18px;
  border: 1px solid rgba(89, 104, 72, 0.18);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.72);
  color: var(--navy);
  font-family: "Sora", sans-serif;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.cart-keep-shopping:hover {
  color: var(--olive);
}

.cart-feedback-error {
  color: rgba(160, 72, 58, 0.92) !important;
}


.site-signup-form {
  display: grid;
  gap: 18px;
  max-width: 640px;
  margin: 0 auto;
}

.site-signup-form label {
  display: grid;
  gap: 8px;
  font-weight: 700;
}

.site-signup-form input,
.site-signup-form select {
  width: 100%;
  border: 1px solid rgba(28, 42, 57, 0.16);
  border-radius: 999px;
  padding: 14px 18px;
  font: inherit;
  background: rgba(255, 255, 255, 0.78);
}

.site-signup-form button {
  width: fit-content;
  border: 0;
  border-radius: 999px;
  padding: 14px 24px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.site-signup-form button:hover {
  transform: translateY(-1px);
}


.simple-page-hero,
.simple-page-section {
  width: min(100%, 980px);
  margin: 0 auto;
}

.simple-page-hero {
  padding: clamp(48px, 8vw, 92px) 0 clamp(24px, 4vw, 42px);
  text-align: center;
}

.simple-page-eyebrow {
  margin: 0 0 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7f936b;
}

.simple-page-hero h1 {
  margin: 0;
  font-size: clamp(3.25rem, 8vw, 7rem);
  line-height: 0.86;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.simple-page-hero p:last-child {
  max-width: 620px;
  margin: 18px auto 0;
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  line-height: 1.55;
}

.simple-page-section {
  padding: 0 0 clamp(56px, 8vw, 96px);
}

.site-signup-form {
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid rgba(28, 42, 57, 0.12);
  border-radius: 28px;
  background: rgba(255, 248, 238, 0.78);
  box-shadow: 0 18px 45px rgba(28, 42, 57, 0.08);
}

.site-signup-form label {
  color: #1c2a39;
}

.site-signup-form input,
.site-signup-form select {
  color: #1c2a39;
}

.site-signup-form button {
  color: #1c2a39;
  background: #ffd84d;
}


.site-signup-message {
  margin: 0;
  font-size: 0.86rem;
  font-weight: 850;
  line-height: 1.45;
}

.site-signup-message-success {
  color: rgba(47, 111, 73, 0.92);
}

.site-signup-message-error {
  color: rgba(160, 72, 58, 0.92);
}

.site-signup-form button:disabled {
  cursor: not-allowed;
  opacity: 0.72;
}


.cart-link[hidden] {
  display: none;
}

.cart-main {
  display: grid;
  gap: clamp(18px, 2.4vw, 28px);
}

.cart-contact-card {
  padding: clamp(20px, 2.6vw, 30px);
  border: 1px solid rgba(28, 42, 57, 0.08);
  border-radius: clamp(22px, 2.4vw, 32px);
  background: rgba(255, 250, 240, 0.68);
  box-shadow: 0 18px 44px rgba(28, 42, 57, 0.07);
}

.cart-contact-form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  display: grid;
  gap: 18px;
}

.cart-contact-form fieldset:disabled {
  opacity: 1;
}

.cart-contact-form legend {
  margin: 0 0 18px;
  color: var(--olive);
  font-family: "League Spartan", sans-serif;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.cart-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.cart-contact-form label {
  display: grid;
  gap: 8px;
  color: rgba(28, 42, 57, 0.76);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cart-contact-form label span {
  color: rgba(28, 42, 57, 0.48);
  font-size: 0.68rem;
}

.cart-contact-form input,
.cart-contact-form select,
.cart-contact-form textarea {
  width: 100%;
  border: 1px solid rgba(28, 42, 57, 0.14);
  border-radius: 20px;
  padding: 13px 15px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--navy);
  font-family: "Sora", sans-serif;
  font-size: 0.94rem;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}

.cart-contact-form textarea {
  resize: vertical;
}

.cart-form-wide {
  grid-column: 1 / -1;
}

.cart-consent-stack {
  display: grid;
  gap: 12px;
  padding-top: 4px;
}

.cart-checkbox-row {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px !important;
  font-size: 0.78rem !important;
  line-height: 1.45;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.cart-checkbox-row input {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  padding: 0;
  border-radius: 6px;
}

.cart-checkbox-row a {
  color: var(--olive);
  font-weight: 900;
}

@media (max-width: 640px) {
  .cart-form-grid {
    grid-template-columns: 1fr;
  }
}

.cart-contact-form input[type="text"],
.cart-contact-form input[type="email"],
.cart-contact-form input[type="tel"],
.cart-contact-form select {
  box-sizing: border-box;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  padding: 0 15px;
  line-height: 48px;
  appearance: none;
  -webkit-appearance: none;
}

.cart-contact-form input[type="email"] {
  height: 48px;
  min-height: 48px;
  max-height: 48px;
}


.cart-form-grid {
  align-items: end;
}

.cart-contact-form label {
  align-self: end;
}

.cart-form-message {
  margin: 0 0 18px;
  padding: 14px 16px;
  border: 1px solid rgba(122, 80, 40, 0.22);
  border-radius: 16px;
  background: rgba(255, 238, 199, 0.45);
  font-size: 0.95rem;
}

.cart-form-message strong {
  display: block;
  margin-bottom: 8px;
}

.cart-form-message ul {
  margin: 0;
  padding-left: 18px;
}

.cart-form-message li + li {
  margin-top: 4px;
}

.cart-debug-preview {
  margin-top: 18px;
  padding: 16px;
  border: 1px dashed rgba(28, 42, 57, 0.24);
  border-radius: 18px;
  background: rgba(255, 250, 240, 0.72);
}

.cart-debug-preview summary {
  cursor: pointer;
  color: rgba(28, 42, 57, 0.82);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cart-debug-status {
  margin-top: 12px;
  font-size: 0.82rem;
  font-weight: 900;
}

.cart-debug-status-valid {
  color: var(--olive);
}

.cart-debug-status-invalid {
  color: rgba(138, 68, 56, 0.95);
}

.cart-debug-preview pre {
  overflow-x: auto;
  margin: 12px 0 0;
  padding: 14px;
  border-radius: 12px;
  background: rgba(28, 42, 57, 0.08);
  color: rgba(28, 42, 57, 0.86);
  font-size: 0.78rem;
  line-height: 1.5;
  white-space: pre-wrap;
}

/* Pop-Ups page */
.popups-page {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 clamp(58px, 7vw, 96px);
}

.popups-hero {
  margin-top: clamp(26px, 3vw, 42px);
  margin-bottom: clamp(14px, 2vw, 30px);
  padding: clamp(42px, 5vw, 64px) clamp(22px, 3vw, 38px) clamp(44px, 5vw, 68px);
}

.popups-eyebrow,
.popups-section .section-eyebrow,
.popups-cta .section-eyebrow {
  margin: 0 0 clamp(14px, 1.6vw, 20px);
  color: rgba(47, 111, 73, 0.88);
  font-size: clamp(0.74rem, 0.86vw, 0.92rem);
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.popups-hero h1 {
  max-width: 560px;
  margin: 0;
  color: rgba(28, 42, 57, 0.9);
  font-family: "League Spartan", sans-serif;
  font-size: clamp(3.85rem, 5.85vw, 6.2rem);
  line-height: 0.85;
  font-weight: 900;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.popups-hero p:not(.popups-eyebrow) {
  max-width: 500px;
  margin: clamp(20px, 2vw, 26px) 0 0;
  color: rgba(28, 42, 57, 0.72);
  font-size: clamp(0.98rem, 1.08vw, 1.12rem);
  line-height: 1.52;
  font-weight: 600;
}

.popups-section {
  margin: clamp(42px, 5vw, 72px) 0 clamp(24px, 3.6vw, 52px);
  padding: 0 clamp(22px, 3vw, 38px);
}

.popups-section-header {
  margin-bottom: 18px;
}

.popups-section-header h2 {
  margin: 0;
  font-family: "League Spartan", sans-serif;
  color: var(--olive);
  font-size: clamp(2.15rem, 3.6vw, 3.8rem);
  line-height: 0.9;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.popups-cta h2 {
  margin: 0;
  font-family: "League Spartan", sans-serif;
  color: var(--olive);
  font-size: clamp(2.15rem, 3.6vw, 3.8rem);
  line-height: 0.9;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.popups-status-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(18px, 2.4vw, 28px);
  padding: clamp(18px, 2.2vw, 26px);
  border-radius: clamp(20px, 2vw, 28px);
  background: rgba(255, 250, 240, 0.56);
  border: 1px solid rgba(28, 42, 57, 0.07);
}

.popups-status-image {
  margin: 0;
  overflow: hidden;
  border-radius: clamp(18px, 2vw, 26px);
  background: rgba(255, 250, 240, 0.72);
}

.popups-status-image img {
  display: block;
  width: 100%;
  max-height: 360px;
  object-fit: cover;
}

.popups-status-image-placeholder {
  min-height: clamp(220px, 28vw, 360px);
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 242, 184, 0.92), transparent 34%),
    radial-gradient(circle at 78% 74%, rgba(223, 232, 207, 0.84), transparent 36%),
    rgba(255, 250, 240, 0.72);
}

.popups-status-image-placeholder span {
  color: rgba(28, 42, 57, 0.48);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.popups-status-card h2,
.popups-card h3 {
  margin: 0;
  font-family: "League Spartan", sans-serif;
  color: var(--olive);
  font-size: clamp(1.35rem, 1.8vw, 2rem);
  line-height: 0.9;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.popups-status-card p,
.popups-status-copy p,
.popups-card p {
  margin: 12px 0 0;
  color: rgba(28, 42, 57, 0.68);
  font-size: 0.92rem;
  line-height: 1.48;
  font-weight: 500;
}

.popups-cta p:not(.section-eyebrow) {
  margin: 12px 0 0;
  color: rgba(28, 42, 57, 0.68);
  font-size: 0.92rem;
  line-height: 1.48;
  font-weight: 500;
}

.popups-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 1.8vw, 22px);
}

.popups-card {
  padding: clamp(18px, 2.2vw, 26px);
  border-radius: clamp(20px, 2vw, 28px);
  background: rgba(255, 250, 240, 0.56);
  border: 1px solid rgba(28, 42, 57, 0.07);
}

.popups-gallery {
  margin-top: clamp(18px, 2.4vw, 28px);
}

.popups-gallery-header {
  margin: 0 0 18px;
  padding: 0 clamp(22px, 3vw, 38px);
}

.popups-gallery-header h2 {
  margin: 0;
  font-family: "League Spartan", sans-serif;
  color: var(--olive);
  font-size: clamp(2.15rem, 3.6vw, 3.8rem);
  line-height: 0.9;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.popups-gallery-header p {
  max-width: 560px;
  margin: 12px 0 0;
  color: rgba(28, 42, 57, 0.68);
  font-size: 0.92rem;
  line-height: 1.48;
  font-weight: 500;
}

.popups-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 1.8vw, 22px);
}

.popups-title-link {
  color: inherit;
  text-decoration: none;
}

.popups-title-link:hover {
  color: var(--navy);
}

.popups-gallery-item {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: clamp(20px, 2vw, 28px);
  background: rgba(255, 250, 240, 0.56);
  border: 1px solid rgba(28, 42, 57, 0.07);
  cursor: pointer;
  text-align: left;
}

.popups-gallery-item img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.popups-gallery-item span {
  display: block;
  padding: 13px 15px;
  color: rgba(28, 42, 57, 0.68);
  font-family: "Sora", sans-serif;
  font-size: 0.82rem;
  line-height: 1.35;
  font-weight: 700;
}

.popups-lightbox-open {
  overflow: hidden;
}

.popups-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(28, 42, 57, 0.62);
}

.popups-lightbox-panel {
  position: relative;
  width: min(940px, 100%);
  max-height: min(760px, 90vh);
  overflow: auto;
  padding: clamp(18px, 2.6vw, 30px);
  border-radius: clamp(20px, 2.4vw, 32px);
  background: var(--cream);
  box-shadow: 0 24px 80px rgba(28, 42, 57, 0.24);
}

.popups-lightbox-close {
  position: sticky;
  top: 0;
  margin-left: auto;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: var(--navy);
  color: var(--white);
  font-size: 1.65rem;
  line-height: 1;
  cursor: pointer;
}

.popups-lightbox-item {
  margin: 16px 0 0;
}

.popups-lightbox-item img {
  display: block;
  width: 100%;
  max-height: 620px;
  object-fit: contain;
  border-radius: clamp(16px, 2vw, 24px);
  background: rgba(255, 250, 240, 0.72);
}

.popups-lightbox-item figcaption {
  margin-top: 10px;
  color: rgba(28, 42, 57, 0.68);
  font-size: 0.88rem;
  line-height: 1.4;
  font-weight: 700;
}

.popups-lightbox-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 16px;
}

.popups-lightbox-controls button {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: var(--navy);
  color: var(--white);
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.popups-lightbox-controls span {
  min-width: 56px;
  color: rgba(28, 42, 57, 0.68);
  font-size: 0.82rem;
  font-weight: 800;
  text-align: center;
}

.popups-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(18px, 2.4vw, 28px);
  padding: clamp(22px, 3vw, 34px);
  border-radius: clamp(20px, 2.4vw, 32px);
  background: rgba(255, 250, 240, 0.64);
  border: 1px solid rgba(28, 42, 57, 0.08);
  box-shadow: 0 18px 44px rgba(28, 42, 57, 0.06);
}

.popups-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: 0;
  margin-left: 0;
  padding: 13px 19px;
  border: 1px solid rgba(89, 104, 72, 0.18);
  border-radius: 999px;
  background: var(--navy);
  color: var(--white);
  font-family: "Sora", sans-serif;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.popups-button:hover {
  background: var(--olive);
}

@media (max-width: 800px) {
  .popups-grid,
  .popups-gallery-grid {
    grid-template-columns: 1fr;
  }

  .popups-cta {
    display: grid;
    align-items: start;
  }

  .popups-button {
    width: 100%;
  }
}


.contact-page-section {
  display: grid;
  justify-items: center;
  padding-top: 0;
}

.contact-inquiry-form {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(247, 242, 224, 0.98));
  border: 1px solid rgba(52, 69, 31, 0.3);
  border-radius: 34px;
  box-shadow:
    0 34px 70px rgba(45, 56, 29, 0.24),
    0 14px 34px rgba(45, 56, 29, 0.14),
    0 2px 8px rgba(45, 56, 29, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 1);
  display: grid;
  gap: 18px;
  max-width: 760px;
  outline: 1px solid rgba(255, 255, 255, 0.74);
  outline-offset: -8px;
  padding: 42px;
  position: relative;
  transform: translateY(-12px);
  width: 100%;
}

.contact-inquiry-form h2 {
  margin: 0;
}

.contact-inquiry-form p {
  margin: 0;
}

.contact-inquiry-form label {
  display: grid;
  gap: 8px;
  color: #33411f;
  font-weight: 800;
}

.contact-inquiry-form input,
.contact-inquiry-form select,
.contact-inquiry-form textarea {
  width: 100%;
  border: 1px solid rgba(75, 92, 53, 0.22);
  border-radius: 16px;
  background: rgba(255, 250, 222, 0.72);
  color: #33411f;
  font: inherit;
  padding: 14px 16px;
}

.contact-inquiry-form select,
.contact-inquiry-form option {
  font-variant-caps: all-small-caps;
  letter-spacing: 0.04em;
  text-transform: capitalize;
}

.contact-inquiry-form textarea {
  resize: vertical;
}

.contact-submit-button {
  justify-self: start;
}

.contact-submit-button[aria-disabled="true"] {
  cursor: default;
}

/* ===== LEMON BOY LEGAL SYSTEM START ===== */
.legal-page {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding-bottom: clamp(72px, 8vw, 110px);
}

.legal-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 32px;
  margin-top: clamp(26px, 3vw, 42px);
  padding: clamp(42px, 5vw, 68px);
  border: 1px solid rgba(52, 69, 31, 0.16);
  border-radius: clamp(28px, 3vw, 40px);
  background:
    radial-gradient(circle at 88% 8%, rgba(241, 214, 126, 0.20), transparent 28%),
    radial-gradient(circle at 5% 94%, rgba(185, 201, 162, 0.24), transparent 32%),
    linear-gradient(145deg, rgba(255, 253, 246, 0.98), rgba(244, 242, 224, 0.98));
  box-shadow:
    0 26px 64px rgba(45, 56, 29, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.legal-eyebrow {
  margin: 0 0 12px;
  color: rgba(74, 92, 55, 0.76);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.legal-hero h1 {
  margin: 0;
  color: var(--navy);
  font-family: "League Spartan", sans-serif;
  font-size: clamp(3.8rem, 7vw, 6.9rem);
  line-height: 0.84;
  font-weight: 900;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.legal-lead {
max-width: 650px;
  margin: 22px 0 0;
  color: rgba(28, 42, 57, 0.80);
  font-size: 0.76rem;
  line-height: 1.6;
}

.legal-date {
min-width: 158px;
  padding: 14px 16px;
  border: 1px solid rgba(52, 69, 31, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.52);
}

.legal-date span,
.legal-date strong {
color: var(--olive);
  font-size: 0.68rem;
}

.legal-date span {
margin-bottom: 5px;
  color: rgba(28, 42, 57, 0.78);
  font-size: 0.52rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.legal-date strong {
  color: var(--olive);
  font-size: 0.86rem;
}

.legal-notice {
margin: 22px 0 30px;
  padding: 18px 21px;
  border: 1px solid rgba(151, 126, 53, 0.22);
  border-left: 5px solid rgba(151, 126, 53, 0.72);
  border-radius: 20px;
  background: rgba(249, 239, 203, 0.46);
}

.legal-notice strong {
display: block;
  margin-bottom: 7px;
  color: #33411f;
  font-size: 0.68rem;
}

.legal-notice p {
max-width: 800px;
  margin: 0;
  color: rgba(28, 42, 57, 0.80);
  font-size: 0.66rem;
  line-height: 1.52;
}

.legal-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  align-items: start;
  gap: clamp(28px, 4vw, 50px);
  margin-top: clamp(30px, 4vw, 50px);
}

.legal-toc {
  position: sticky;
  top: 24px;
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  padding: 20px;
  border: 1px solid rgba(52, 69, 31, 0.12);
  border-radius: 22px;
  background: rgba(248, 245, 230, 0.78);
}

.legal-toc > p {
margin: 0 0 12px;
  color: var(--olive);
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.legal-toc nav {
  display: grid;
  gap: 2px;
}

.legal-toc a {
display: block;
  padding: 8px;
  border-radius: 9px;
  color: rgba(28, 42, 57, 0.84);
  font-size: 0.59rem;
  font-weight: 650;
  line-height: 1.32;
  text-decoration: none;
}

.legal-toc a:hover,
.legal-toc a:focus-visible {
  background: rgba(255, 255, 255, 0.76);
  color: var(--olive);
}

.legal-document {
  overflow: hidden;
  border: 1px solid rgba(52, 69, 31, 0.12);
  border-radius: clamp(28px, 3vw, 38px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(251, 248, 236, 0.82));
  box-shadow: 0 22px 58px rgba(45, 56, 29, 0.065);
}

.legal-section {
scroll-margin-top: 28px;
  padding: clamp(28px, 3.4vw, 44px);
  border-bottom: 1px solid rgba(52, 69, 31, 0.095);
}

.legal-section:last-child {
  border-bottom: 0;
}

.legal-number {
display: block;
  margin-bottom: 7px;
  color: #6f5b24;
  font-family: "League Spartan", sans-serif;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.legal-section h2 {
max-width: 760px;
  margin: 0 0 14px;
  color: var(--olive);
  font-family: "League Spartan", sans-serif;
  font-size: clamp(1.25rem, 1.8vw, 1.65rem);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.legal-section h3 {
margin: 20px 0 6px;
  color: #33411f;
  font-size: 0.64rem;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.legal-section p,
.legal-section li {
color: rgba(28, 42, 57, 0.82);
  font-size: 0.72rem;
  line-height: 1.67;
}

.legal-section p {
  max-width: 780px;
  margin: 0;
}

.legal-section p + p {
margin-top: 10px;
}

.legal-section ul {
max-width: 780px;
  margin: 13px 0 0;
  padding-left: 23px;
}

.legal-section li + li {
margin-top: 4px;
}

.legal-section strong {
  color: #33411f;
}

.legal-section a {
  color: var(--olive);
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.legal-callout {
max-width: 780px;
  margin: 20px 0 24px;
  padding: 15px 18px;
  border: 1px solid rgba(94, 119, 70, 0.18);
  border-left: 4px solid rgba(94, 119, 70, 0.62);
  border-radius: 17px;
  background: rgba(226, 236, 211, 0.46);
}

.legal-callout strong {
display: block;
  margin-bottom: 5px;
  font-size: 0.68rem;
}

.legal-callout p {
font-size: 0.66rem;
  line-height: 1.5;
}

.legal-dispute-section {
  background:
    linear-gradient(90deg, rgba(250, 245, 223, 0.26), rgba(255, 255, 255, 0));
}

@media (max-width: 900px) {
  .legal-hero {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .legal-date {
    width: fit-content;
  }

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-toc {
    position: static;
    max-height: none;
  }

  .legal-toc nav {
    display: block;
    column-count: 2;
    column-gap: 24px;
  }

  .legal-toc a {
    display: block;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    margin-bottom: 2px;
  }
}

@media (max-width: 600px) {
  .legal-page {
    width: min(100% - 20px, 1160px);
  }

  .legal-hero {
    padding: 34px 24px;
    border-radius: 25px;
  }

  .legal-notice {
    padding: 20px;
  }

  .legal-toc {
    padding: 17px;
  }

  .legal-toc nav {
    column-count: 1;
  }

  .legal-document {
    border-radius: 25px;
  }

  .legal-section {
    padding: 27px 23px;
  }

  .legal-section h2 {
    font-size: 1.22rem;
  }

  .legal-section p,
  .legal-section li {
    font-size: 0.70rem;
    line-height: 1.62;
  }
}

/* ===== LEMON BOY LEGAL SYSTEM END ===== */


/* ===== FAQ PAGE START ===== */

.faq-page {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding-bottom: clamp(64px, 8vw, 104px);
}

.faq-hero {
  width: min(100%, 980px);
}

.faq-section {
  width: min(100%, 900px);
  margin: 0 auto;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  overflow: hidden;
  border: 1px solid rgba(52, 69, 31, 0.14);
  border-radius: 22px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.84),
    rgba(248, 244, 226, 0.86)
  );
  box-shadow: 0 14px 34px rgba(45, 56, 29, 0.055);
}

.faq-item[open] {
  border-color: rgba(89, 104, 72, 0.25);
  box-shadow: 0 18px 42px rgba(45, 56, 29, 0.085);
}

.faq-item summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  align-items: center;
  gap: 12px;
  min-height: 74px;
  padding: 18px 22px;
  cursor: pointer;
  list-style: none;
  color: var(--navy);
  font-size: clamp(0.96rem, 1.3vw, 1.08rem);
  line-height: 1.35;
  font-weight: 800;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(89, 104, 72, 0.16);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.72);
  color: var(--olive);
  font-size: 1.25rem;
}

.faq-item[open] summary::after {
  content: "−";
}


.faq-answer {
  padding: 0 76px 22px 22px;
}

.faq-answer p {
  max-width: 720px;
  margin: 0;
  color: rgba(28, 42, 57, 0.7);
  font-size: 0.94rem;
  line-height: 1.7;
}

.faq-answer a {
  color: var(--link);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.faq-contact {
  width: min(100%, 900px);
  margin: clamp(34px, 5vw, 54px) auto 0;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(52, 69, 31, 0.12);
  border-radius: 28px;
  background: rgba(255, 250, 240, 0.66);
  box-shadow: 0 18px 44px rgba(45, 56, 29, 0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.faq-contact h2 {
  margin: 0;
  color: var(--olive);
  font-family: "League Spartan", sans-serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.92;
  font-weight: 900;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.faq-contact p:last-child {
  margin: 10px 0 0;
  color: rgba(28, 42, 57, 0.68);
  line-height: 1.55;
}

@media (max-width: 700px) {
  .faq-contact {
    display: grid;
  }

  .faq-contact .popups-button {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .faq-page {
    width: calc(100% - 24px);
  }

  .faq-item summary {
    grid-template-columns: minmax(0, 1fr) 30px;
    gap: 8px;
    padding: 17px 16px;
  }

  .faq-answer {
    padding: 0 54px 20px 16px;
  }
}

/* ===== FAQ PAGE END ===== */

/* Accessibility and responsive-media corrections */
.editorial-image-wrap picture,
.story-page-hero-media picture,
.story-page-founder-media picture,
.flavor-media picture {
  display: block;
  width: 100%;
  height: 100%;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
