/* Fourth Youth — Glow Code Subscription PDP */

@font-face {
  font-family: "Borna";
  src: url("https://fourthyouth.com/cdn/shop/files/Borna-Regular.woff2?v=15513660178747164351") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Borna";
  src: url("https://fourthyouth.com/cdn/shop/files/Borna-Medium.woff2?v=10714666710299358818") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Borna";
  src: url("https://fourthyouth.com/cdn/shop/files/Borna-SemiBold.woff2?v=366853264721206882") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Borna";
  src: url("https://fourthyouth.com/cdn/shop/files/Borna-Bold.woff2?v=15075796902863239751") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("https://fourthyouth.com/cdn/shop/files/Raleway-Regular.woff2?v=18280502217261419191") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("https://fourthyouth.com/cdn/shop/files/Raleway-Medium.woff2?v=10929850326729814683") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("https://fourthyouth.com/cdn/shop/files/Raleway-SemiBold.woff2?v=12229476549581356788") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("https://fourthyouth.com/cdn/shop/files/Raleway-Bold.woff2?v=11256555315540675795") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --fy-indigo: #270089;
  --fy-indigo-deep: #1a005c;
  --fy-indigo-mid: #360e9c;
  --fy-yellow: #f5e6a8;
  --fy-yellow-soft: #faf3d4;
  --fy-cream: #f7f4ec;
  --fy-mist: #efefef;
  --fy-white: #ffffff;
  --fy-ink: #140033;
  --fy-muted: #5c5470;
  --fy-line: rgba(39, 0, 137, 0.18);
  --fy-success: #1f7a4c;
  --radius: 18px;
  --radius-pill: 1000px;
  --shadow-soft: 0 18px 50px rgba(39, 0, 137, 0.1);
  --max: 1160px;
  --header-offset: 108px;
  --font-display: "Borna", "Avenir Next", "Segoe UI", sans-serif;
  --font-body: "Raleway", "Avenir Next", "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--fy-ink);
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(245, 230, 168, 0.45), transparent 55%),
    radial-gradient(900px 500px at 100% 0%, rgba(39, 0, 137, 0.08), transparent 50%),
    linear-gradient(180deg, #fbfaf7 0%, var(--fy-cream) 40%, #f3f0ea 100%);
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: var(--fy-indigo);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--fy-indigo);
  color: #fff;
  padding: 0.75rem 1rem;
  z-index: 1000;
}
.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(12px);
  background: rgba(251, 250, 247, 0.92);
  border-bottom: 1px solid var(--fy-line);
}

.announcement {
  background: var(--fy-indigo);
  color: #fff;
  text-align: center;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.55rem 1rem;
}

.nav-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0.85rem 1.25rem;
}

.nav-links {
  display: flex;
  gap: 1.25rem;
}
.nav-links a {
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--fy-indigo);
  letter-spacing: 0.02em;
}

.logo {
  text-decoration: none;
  justify-self: center;
  display: flex;
  align-items: center;
}

.logo-mark {
  display: block;
  width: auto;
  height: 18px;
  max-width: min(220px, 42vw);
}

.nav-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.65rem;
}

.cart-trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  background: transparent;
  color: var(--fy-indigo);
  cursor: pointer;
  border-radius: 999px;
  transition: background 0.2s ease;
}
.cart-trigger:hover {
  background: rgba(39, 0, 137, 0.08);
}
.cart-badge {
  position: absolute;
  top: 0.15rem;
  right: 0.05rem;
  min-width: 1.1rem;
  height: 1.1rem;
  padding: 0 0.25rem;
  border-radius: 999px;
  background: var(--fy-yellow);
  color: var(--fy-indigo-deep);
  font-family: var(--font-display);
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 1.1rem;
  text-align: center;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: var(--fy-indigo);
  border-radius: var(--radius-pill);
  padding: 0.65rem 1.15rem;
  transition: background 0.25s ease, transform 0.25s ease;
}
.nav-cta:hover {
  background: var(--fy-indigo-mid);
  transform: translateY(-1px);
}

/* Buttons */
.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-decoration: none;
  border-radius: var(--radius-pill);
  border: 1.5px solid var(--fy-indigo);
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.btn-primary {
  width: 100%;
  min-height: 54px;
  padding: 0.9rem 1.5rem;
  background: var(--fy-indigo);
  color: #fff;
  box-shadow: 0 10px 28px rgba(39, 0, 137, 0.28);
}
.btn-primary:hover {
  background: var(--fy-indigo-mid);
  transform: translateY(-2px);
}
.btn-primary.small,
.btn-secondary.small {
  width: auto;
  min-height: 44px;
  padding: 0.65rem 1.15rem;
  font-size: 0.85rem;
}

.btn-secondary {
  background: transparent;
  color: var(--fy-indigo);
  padding: 0.85rem 1.4rem;
}
.btn-secondary:hover {
  background: var(--fy-indigo);
  color: #fff;
}

/* Hero */
.hero {
  padding: 1.5rem 1.25rem 2.5rem;
}

.hero-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
  align-items: start;
}

.gallery {
  position: sticky;
  top: calc(var(--header-offset) + 12px);
}

.gallery-main {
  position: relative;
  background: #efefef;
  border: none;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 1 / 1.05;
  display: grid;
  place-items: center;
  animation: fadeUp 0.7s ease both;
}

.gallery-main img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  filter: none;
  transition: opacity 0.35s ease, transform 0.45s ease;
}

.gallery-main.is-swapping img {
  opacity: 0;
  transform: scale(0.98);
}

.gallery-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  background: var(--fy-indigo);
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.45rem 0.75rem;
  border-radius: var(--radius-pill);
}

.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.55rem;
  margin-top: 0.75rem;
}

.thumb {
  border: 1.5px solid transparent;
  background: #fff;
  border-radius: 12px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 1;
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}
.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thumb.is-active,
.thumb:hover {
  border-color: var(--fy-indigo);
  background: #fff;
  transform: translateY(-2px);
}

.buy-panel {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--fy-line);
  border-radius: var(--radius);
  padding: 1.75rem 1.6rem 1.5rem;
  box-shadow: var(--shadow-soft);
  animation: fadeUp 0.7s ease 0.12s both;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--fy-indigo);
}
.stars {
  color: #c9a227;
  letter-spacing: 0.05em;
}

.buy-panel h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4vw, 3.25rem);
  font-weight: 700;
  line-height: 0.95;
  color: var(--fy-indigo);
  letter-spacing: -0.02em;
}

.product-sub {
  margin: 0.55rem 0 1rem;
  color: var(--fy-muted);
  font-size: 0.95rem;
}

.price-lead {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.4vw, 1.55rem);
  font-weight: 500;
  line-height: 1.25;
  color: var(--fy-ink);
}
.price-lead strong {
  display: inline;
  color: var(--fy-indigo);
  font-weight: 700;
  white-space: nowrap;
}
.price-lead strong span {
  font-size: 0.7em;
  font-weight: 600;
}

.price-note {
  margin: 0.35rem 0 1rem;
  color: var(--fy-muted);
  font-size: 0.9rem;
}

.product-desc {
  margin: 0 0 1.15rem;
  color: var(--fy-ink);
  font-size: 0.98rem;
  max-width: 36rem;
}

.concerns-label {
  margin: 0 0 0.4rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--fy-ink);
}

.concern-cards {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.45rem;
  margin: 0 0 1rem;
  padding: 0;
}

.concern-cards li {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e6e2dc;
  border-radius: 3px;
  overflow: hidden;
  min-width: 0;
}

.concern-cards img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
  background: #f3f1ed;
}

.concern-cards span {
  display: block;
  text-align: center;
  padding: 0.32rem 0.2rem;
  font-size: 0.68rem;
  font-weight: 500;
  line-height: 1.15;
  color: #1a1a1a;
  background: #fff;
}

@media (max-width: 720px) {
  .concern-cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.35rem;
  }
  .concern-cards span {
    font-size: 0.62rem;
    padding: 0.3rem 0.15rem;
  }
}

@media (max-width: 420px) {
  .concern-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Plans */
.purchase-type {
  border: 0;
  margin: 0 0 1rem;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.plan {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas:
    "top price"
    "meta meta";
  gap: 0.15rem 1rem;
  align-items: start;
  padding: 0.95rem 1rem;
  border: 1.5px solid var(--fy-line);
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
  position: relative;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.plan input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.plan-top {
  grid-area: top;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
}

.plan-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1rem;
  color: var(--fy-indigo);
}

.plan-tag {
  background: var(--fy-yellow);
  color: var(--fy-indigo-deep);
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.28rem 0.5rem;
  border-radius: var(--radius-pill);
}

.plan-price {
  grid-area: price;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--fy-indigo);
  text-align: right;
}
.plan-price span {
  font-size: 0.75em;
  font-weight: 600;
}
.plan-price s {
  color: var(--fy-muted);
  font-weight: 500;
  font-size: 0.85rem;
  margin-right: 0.25rem;
}

.plan-meta {
  grid-area: meta;
  font-size: 0.82rem;
  color: var(--fy-muted);
}

.plan.is-selected,
.plan:has(input:checked) {
  border-color: var(--fy-indigo);
  background: linear-gradient(135deg, rgba(245, 230, 168, 0.35), #fff 55%);
  box-shadow: 0 0 0 1px var(--fy-indigo);
}

.frequency {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 0.75rem 0.9rem;
  background: var(--fy-mist);
  border-radius: 12px;
}
.frequency label {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--fy-indigo);
  text-transform: uppercase;
}
.freq-select-wrap {
  flex: 1;
  max-width: 240px;
}
.frequency select {
  width: 100%;
  appearance: none;
  border: 1.5px solid var(--fy-indigo);
  border-radius: var(--radius-pill);
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23270089' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") no-repeat right 0.9rem center;
  padding: 0.55rem 2.2rem 0.55rem 0.9rem;
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--fy-indigo);
  cursor: pointer;
}
.frequency.is-hidden {
  display: none;
}

.trust-row {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem 0.75rem;
  margin: 1rem 0 0.75rem;
  padding: 0;
}
.trust-row li {
  font-size: 0.82rem;
  color: var(--fy-muted);
  padding-left: 1.15rem;
  position: relative;
}
.trust-row li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--fy-success);
  font-weight: 700;
}
.trust-row.light li {
  color: rgba(255, 255, 255, 0.85);
}
.trust-row.light li::before {
  color: var(--fy-yellow);
}

.guarantee-line {
  margin: 0;
  font-size: 0.84rem;
  color: var(--fy-muted);
}
.guarantee-line a {
  font-weight: 600;
}

/* Section tabs */
.section-tabs {
  position: sticky;
  top: var(--header-offset);
  z-index: 90;
  display: flex;
  justify-content: center;
  gap: 0.25rem;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.94);
  border-block: 1px solid var(--fy-line);
  padding: 0.65rem 1rem;
  backdrop-filter: blur(10px);
}
.section-tabs a {
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--fy-muted);
  padding: 0.45rem 0.85rem;
  border-radius: var(--radius-pill);
  transition: background 0.2s ease, color 0.2s ease;
}
.section-tabs a:hover,
.section-tabs a.is-active {
  color: var(--fy-indigo);
  background: var(--fy-yellow-soft);
}

/* Shared sections */
section {
  padding: 4.5rem 1.25rem;
}

.section-head {
  max-width: 640px;
  margin: 0 auto 2.5rem;
  text-align: center;
}
.section-head h2,
.whats-copy h2,
.clinical h2,
.mid-cta h2,
.final-cta h2 {
  margin: 0.4rem 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3.5vw, 2.6rem);
  font-weight: 700;
  line-height: 1.05;
  color: var(--fy-indigo);
  letter-spacing: -0.02em;
}
.lede {
  margin: 0 auto;
  color: var(--fy-muted);
  font-size: 1.02rem;
  max-width: 34rem;
}
.section-head.light h2,
.section-head.light .eyebrow {
  color: #fff;
}
.section-head.light .eyebrow {
  opacity: 0.85;
}

/* Results stories */
.story-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.story {
  background: transparent;
  border-radius: var(--radius);
  overflow: hidden;
  border: none;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.story:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
}
.story-media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--fy-mist);
  border-radius: var(--radius);
}
.story-media img,
.story-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.story-media video {
  pointer-events: none;
}
.story:hover .story-media img,
.story:hover .story-media video {
  transform: scale(1.04);
}

/* What's */
.whats {
  padding-top: 2rem;
}
.whats-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.5rem;
  align-items: center;
}
.whats-copy .eyebrow {
  justify-content: flex-start;
}
.whats-copy p {
  color: var(--fy-muted);
  font-size: 1.02rem;
}
.benefit-list {
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem;
}
.benefit-list li {
  padding-left: 1.4rem;
  position: relative;
  color: var(--fy-ink);
  font-weight: 500;
}
.benefit-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--fy-yellow);
  box-shadow: 0 0 0 3px rgba(39, 0, 137, 0.15);
}
.whats-visual {
  background: transparent;
  border-radius: 0;
  padding: 0.5rem;
  display: grid;
  place-items: center;
  min-height: 320px;
}
.whats-visual img {
  width: auto;
  max-width: 280px;
  max-height: 360px;
  object-fit: cover;
  border-radius: 14px;
  filter: none;
}

.mid-cta-img {
  width: auto;
  max-width: 160px;
  max-height: 220px;
  margin: 0 auto;
  background: transparent;
  object-fit: cover;
  border-radius: 12px;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.35));
}

/* Ingredients */
.ingredient-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem 1.5rem;
}

.ingredient-card {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}

.ingredient-card summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.ingredient-card summary::-webkit-details-marker {
  display: none;
}

.ingredient-card summary img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  border-radius: 2px;
  background: #f3f1ed;
}

.ingredient-card .ingredient-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #e5e5e5;
}

.ingredient-name {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 500;
  color: #1a1a1a;
}

.ingredient-toggle {
  width: 1rem;
  height: 1rem;
  position: relative;
  flex-shrink: 0;
}

.ingredient-toggle::before,
.ingredient-toggle::after {
  content: "";
  position: absolute;
  background: #1a1a1a;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ingredient-toggle::before {
  width: 12px;
  height: 1.5px;
}

.ingredient-toggle::after {
  width: 1.5px;
  height: 12px;
  transition: opacity 0.2s ease;
}

.ingredient-card[open] .ingredient-toggle::after {
  opacity: 0;
}

.ingredient-card p {
  margin: 0.75rem 0 0;
  color: var(--fy-muted);
  font-size: 0.92rem;
  line-height: 1.45;
  padding-right: 0.5rem;
}

/* Clinical */
.clinical {
  padding: 0 1.25rem 4.5rem;
}
.clinical-inner {
  max-width: var(--max);
  margin: 0 auto;
  text-align: center;
  padding: 3.5rem 1.5rem;
  border-radius: calc(var(--radius) + 6px);
  background:
    linear-gradient(145deg, rgba(39, 0, 137, 0.95), var(--fy-indigo-deep)),
    var(--fy-indigo);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.clinical-inner::after {
  content: "";
  position: absolute;
  inset: auto -20% -40% 40%;
  height: 70%;
  background: radial-gradient(circle, rgba(245, 230, 168, 0.25), transparent 65%);
  pointer-events: none;
}
.clinical .eyebrow {
  color: var(--fy-yellow);
  justify-content: center;
}
.clinical h2 {
  color: #fff;
}
.clinical .lede {
  color: rgba(255, 255, 255, 0.85);
}
.stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 2rem auto 2rem;
  max-width: 720px;
}
.stat-num {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  font-weight: 700;
  line-height: 1;
  color: var(--fy-yellow);
}
.stat-label {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.8);
}
.clinical .btn-secondary {
  border-color: #fff;
  color: #fff;
  position: relative;
  z-index: 1;
}
.clinical .btn-secondary:hover {
  background: #fff;
  color: var(--fy-indigo);
}

/* How to */
.steps {
  max-width: 760px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  display: grid;
  gap: 1rem;
}
.steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.15rem;
  align-items: start;
  padding: 1.25rem 1.35rem;
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid var(--fy-line);
}
.step-num {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--fy-indigo);
}
.steps h3 {
  margin: 0 0 0.3rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--fy-indigo);
}
.steps p {
  margin: 0;
  color: var(--fy-muted);
}

/* Subscribe steps */
.subscribe-steps {
  background:
    linear-gradient(180deg, var(--fy-indigo) 0%, var(--fy-indigo-deep) 100%);
  color: #fff;
}
.easy-steps {
  max-width: var(--max);
  margin: 0 auto;
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.easy-steps li {
  padding: 1.5rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}
.easy-steps span {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--fy-yellow);
  color: var(--fy-indigo);
  font-family: var(--font-display);
  font-weight: 700;
  margin-bottom: 0.85rem;
}
.easy-steps h3 {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
}
.easy-steps p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
}
.easy-cta {
  text-align: center;
  margin-top: 2rem;
}
.subscribe-steps .btn-primary {
  width: auto;
  background: var(--fy-yellow);
  color: var(--fy-indigo);
  border-color: var(--fy-yellow);
  box-shadow: none;
}
.subscribe-steps .btn-primary:hover {
  background: #fff;
  border-color: #fff;
}

/* Value compare */
.compare-table {
  max-width: 820px;
  margin: 0 auto;
  border: 1px solid var(--fy-line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
}
.compare-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--fy-line);
}
.compare-row:first-child {
  border-top: 0;
}
.compare-row > div {
  padding: 0.95rem 1rem;
  font-size: 0.92rem;
}
.compare-head {
  background: var(--fy-mist);
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.78rem !important;
  color: var(--fy-indigo);
}
.highlight-col {
  background: linear-gradient(180deg, rgba(245, 230, 168, 0.45), rgba(245, 230, 168, 0.15));
  color: var(--fy-indigo);
  font-weight: 600;
}
.compare-row > div[role="rowheader"] {
  font-weight: 600;
  color: var(--fy-ink);
}

/* Pairs */
.pairs-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
.pair-item {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 1.15rem;
  align-items: center;
  padding: 1.15rem;
  background: #fff;
  border: 1px solid var(--fy-line);
  border-radius: var(--radius);
}
.pair-item img {
  width: 110px;
  height: 130px;
  object-fit: contain;
  background: #d8d8d8;
  border-radius: 12px;
  padding: 0;
  filter: none;
}
.pair-item h3 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  color: var(--fy-indigo);
  font-size: 1.2rem;
}
.pair-item p {
  margin: 0 0 0.45rem;
  color: var(--fy-muted);
  font-size: 0.92rem;
}
.pair-price {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--fy-indigo) !important;
}
.pair-tag {
  display: inline-block;
  background: var(--fy-yellow);
  color: var(--fy-indigo-deep);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.28rem 0.55rem;
  border-radius: var(--radius-pill);
  margin-bottom: 0.35rem !important;
}
.featured-pair {
  border-color: var(--fy-indigo);
  box-shadow: var(--shadow-soft);
}
.text-link {
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8rem;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

/* Mid CTA */
.mid-cta {
  padding-top: 1rem;
}
.mid-cta-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 2rem;
  align-items: center;
  padding: 2rem;
  border-radius: calc(var(--radius) + 4px);
  background:
    linear-gradient(120deg, var(--fy-indigo-deep), var(--fy-indigo) 55%, #4a1db8);
  color: #fff;
}
.mid-cta h2 {
  color: #fff;
  margin-top: 0;
}
.mid-cta p {
  color: rgba(255, 255, 255, 0.82);
  margin: 0 0 1.15rem;
}
.mid-cta .btn-primary {
  width: auto;
  background: var(--fy-yellow);
  color: var(--fy-indigo);
  border-color: var(--fy-yellow);
  box-shadow: none;
  margin-bottom: 1rem;
}
.mid-cta .btn-primary:hover {
  background: #fff;
  border-color: #fff;
}

/* FAQ */
.faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: 0.65rem;
}
.faq-list details {
  background: #fff;
  border: 1px solid var(--fy-line);
  border-radius: 14px;
  padding: 0.25rem 1.1rem;
  transition: border-color 0.2s ease;
}
.faq-list details[open] {
  border-color: var(--fy-indigo);
}
.faq-list summary {
  cursor: pointer;
  list-style: none;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--fy-indigo);
  padding: 1rem 1.5rem 1rem 0;
  position: relative;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.35rem;
  font-weight: 400;
}
.faq-list details[open] summary::after {
  content: "–";
}
.faq-list details p {
  margin: 0 0 1.1rem;
  color: var(--fy-muted);
  padding-right: 1rem;
}

/* Reviews */
.rating-summary {
  margin: 0.5rem 0 0;
  color: var(--fy-muted);
}
.rating-summary span {
  color: #c9a227;
  margin-right: 0.35rem;
}
.review-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.review {
  padding: 1.35rem 1.25rem;
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid var(--fy-line);
}
.review-stars {
  color: #c9a227;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}
.review h3 {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--fy-indigo);
}
.review p {
  margin: 0 0 0.85rem;
  color: var(--fy-ink);
  font-size: 0.95rem;
}
.review footer {
  font-size: 0.82rem;
  color: var(--fy-muted);
}

/* Final CTA */
.final-cta {
  padding-bottom: 6rem;
}
.final-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  padding: 3rem 1.5rem;
  border-radius: calc(var(--radius) + 6px);
  background:
    radial-gradient(600px 280px at 50% 0%, rgba(245, 230, 168, 0.55), transparent 70%),
    #fff;
  border: 1px solid var(--fy-line);
}
.brand-mark {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fy-indigo);
}
.final-cta p {
  color: var(--fy-muted);
  margin: 0 0 1.35rem;
}
.final-cta .btn-primary {
  width: auto;
  min-width: 240px;
}

/* Footer */
.site-footer {
  background: var(--fy-indigo-deep);
  color: rgba(255, 255, 255, 0.75);
  padding: 2.5rem 1.25rem;
}
.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  gap: 1rem;
  justify-items: center;
  text-align: center;
}
.footer-logo {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
}
.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  justify-content: center;
}
.site-footer a {
  color: #fff;
  text-decoration: none;
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
}
.site-footer p {
  margin: 0;
  font-size: 0.82rem;
}

/* Sticky CTA */
.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 120;
  transform: translateY(110%);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid var(--fy-line);
  backdrop-filter: blur(12px);
  box-shadow: 0 -8px 30px rgba(39, 0, 137, 0.12);
}
.sticky-cta.is-visible {
  transform: translateY(0);
}
.sticky-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.sticky-info {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.sticky-info strong {
  font-family: var(--font-display);
  color: var(--fy-indigo);
  font-size: 1rem;
}
.sticky-info span {
  font-size: 0.82rem;
  color: var(--fy-muted);
}

/* Toast */
.toast {
  position: fixed;
  left: 50%;
  bottom: 5.5rem;
  transform: translateX(-50%) translateY(12px);
  background: var(--fy-indigo);
  color: #fff;
  padding: 0.85rem 1.25rem;
  border-radius: var(--radius-pill);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.9rem;
  z-index: 130;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  box-shadow: var(--shadow-soft);
}
.toast.is-show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* Cart drawer */
.cart-root {
  position: fixed;
  inset: 0;
  z-index: 200;
}
.cart-root[hidden] {
  display: none;
}
.cart-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 8, 50, 0.45);
  opacity: 0;
  transition: opacity 0.28s ease;
}
.cart-root.is-open .cart-backdrop {
  opacity: 1;
}
.cart-drawer {
  position: absolute;
  top: 0;
  right: 0;
  width: min(420px, 100%);
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: -12px 0 40px rgba(39, 0, 137, 0.18);
  transform: translateX(100%);
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}
.cart-root.is-open .cart-drawer {
  transform: translateX(0);
}
.cart-shipping-banner {
  flex-shrink: 0;
  background: linear-gradient(90deg, #1a005c, var(--fy-indigo) 55%, #3d1aad);
  color: #fff;
  text-align: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.05rem, 3.4vw, 1.35rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 1rem 1.1rem;
  line-height: 1.2;
}
.cart-shipping-banner.is-pending {
  background: linear-gradient(90deg, #3a2a18, #6b4e2e 55%, #8a6438);
  font-size: clamp(0.92rem, 3vw, 1.1rem);
}
.cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.15rem 0.75rem;
  border-bottom: 1px solid var(--fy-line);
}
.cart-header h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--fy-indigo);
}
.modal-close {
  width: 2.2rem;
  height: 2.2rem;
  border: 0;
  background: transparent;
  color: var(--fy-indigo);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  border-radius: 999px;
}
.modal-close:hover {
  background: rgba(39, 0, 137, 0.08);
}
.cart-body {
  flex: 1;
  overflow: auto;
  padding: 1rem 1.15rem;
}
.cart-empty {
  margin: 2rem 0;
  text-align: center;
  color: var(--fy-muted);
}
.cart-lines {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}
.cart-line {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 0.75rem;
  align-items: start;
}
.cart-sub-nudge {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  margin-top: 0.15rem;
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  background: rgba(39, 0, 137, 0.06);
  border: 1px solid rgba(39, 0, 137, 0.12);
}
.cart-sub-nudge-copy {
  min-width: 0;
}
.cart-sub-nudge-tag {
  display: inline-block;
  margin-bottom: 0.2rem;
  padding: 0.12rem 0.45rem;
  border-radius: 999px;
  background: var(--fy-yellow);
  color: var(--fy-indigo-deep);
  font-family: var(--font-display);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.cart-sub-nudge-copy p {
  margin: 0;
  font-size: 0.74rem;
  line-height: 1.35;
  color: var(--fy-ink);
}
.cart-sub-nudge-copy strong {
  color: var(--fy-indigo);
  font-weight: 700;
}
.cart-sub-nudge-btn {
  flex-shrink: 0;
  border: 0;
  border-radius: 999px;
  padding: 0.5rem 0.75rem;
  background: var(--fy-indigo);
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease;
}
.cart-sub-nudge-btn:hover {
  background: var(--fy-indigo-mid);
}
.cart-line img {
  width: 72px;
  height: 88px;
  object-fit: cover;
  border-radius: 10px;
  background: #d8d8d8;
}
.cart-line-info {
  min-width: 0;
}
.cart-line-info strong {
  display: block;
  font-family: var(--font-display);
  color: var(--fy-indigo);
  font-size: 0.98rem;
  margin-bottom: 0.15rem;
}
.cart-line-meta {
  margin: 0 0 0.45rem;
  font-size: 0.78rem;
  color: var(--fy-muted);
}
.cart-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--fy-line);
  border-radius: 999px;
  overflow: hidden;
}
.cart-qty button {
  width: 1.7rem;
  height: 1.7rem;
  border: 0;
  background: #fff;
  color: var(--fy-indigo);
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
}
.cart-qty span {
  min-width: 1.4rem;
  text-align: center;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--fy-indigo);
}
.cart-line-side {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.35rem;
}
.cart-line-price {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--fy-indigo);
  font-size: 0.95rem;
}
.cart-line-remove {
  border: 0;
  background: none;
  color: var(--fy-muted);
  font-size: 0.75rem;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
}
/* In-cart upsell */
.cart-upsell {
  margin-top: 1.15rem;
  padding: 0.95rem;
  border: 1.5px dashed var(--fy-indigo);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(39, 0, 137, 0.05), rgba(39, 0, 137, 0.02));
}
.cart-upsell[hidden] {
  display: none;
}
.cart-upsell-tag {
  margin: 0 0 0.7rem;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--fy-indigo);
}
.cart-upsell-card {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 0.75rem;
  align-items: start;
}
.cart-upsell-card img {
  width: 64px;
  height: 78px;
  object-fit: contain;
  border-radius: 10px;
  background: #d8d8d8;
}
.cart-upsell-info strong {
  display: block;
  font-family: var(--font-display);
  color: var(--fy-indigo);
  font-size: 0.98rem;
  margin-bottom: 0.15rem;
}
.cart-upsell-desc {
  margin: 0 0 0.35rem;
  font-size: 0.78rem;
  color: var(--fy-muted);
  line-height: 1.35;
}
.cart-upsell-price {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--fy-indigo);
  font-size: 0.95rem;
}
.cart-upsell-price s {
  color: var(--fy-muted);
  font-weight: 500;
  margin-right: 0.3rem;
}
.cart-upsell-note {
  margin: 0.3rem 0 0;
  font-size: 0.72rem;
  color: var(--fy-muted);
}
.cart-upsell-note[hidden] {
  display: none;
}
.cart-upsell-btn {
  width: 100%;
  margin-top: 0.85rem;
  padding: 0.75rem 1rem;
  border: 0;
  border-radius: var(--radius-pill);
  background: var(--fy-indigo);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
.cart-upsell-btn:hover {
  background: var(--fy-indigo-mid);
  transform: translateY(-1px);
}

.cart-footer {
  flex-shrink: 0;
  padding: 1rem 1.15rem 1.25rem;
  border-top: 1px solid var(--fy-line);
  background: #fbfaf7;
}
.cart-totals {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 0.9rem;
}
.cart-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 0.95rem;
  color: var(--fy-ink);
}
.cart-row strong {
  font-family: var(--font-display);
  color: var(--fy-indigo);
}
.cart-row-ship strong {
  color: #1a7a3c;
  letter-spacing: 0.04em;
}
.cart-checkout {
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1.05rem;
  box-shadow: 0 10px 28px rgba(39, 0, 137, 0.28);
}
.cart-checkout:hover {
  transform: translateY(-1px);
}
.cart-reassure {
  margin: 0.7rem 0 0.35rem;
  text-align: center;
  font-size: 0.72rem;
  color: var(--fy-muted);
  line-height: 1.35;
}
.cart-continue {
  display: block;
  width: 100%;
  border: 0;
  background: none;
  color: var(--fy-indigo);
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
  padding: 0.45rem;
}

/* Upgrade modal */
.modal-root {
  position: fixed;
  inset: 0;
  z-index: 220;
  display: grid;
  place-items: center;
  padding: 1rem;
}
.modal-root[hidden] {
  display: none;
}
.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 8, 50, 0.55);
}
.upgrade-modal {
  position: relative;
  z-index: 1;
  width: min(440px, 100%);
  background: #fff;
  border-radius: 18px;
  padding: 1.5rem 1.35rem 1.25rem;
  box-shadow: 0 24px 60px rgba(20, 8, 50, 0.28);
  animation: fadeUp 0.35s ease both;
}
.upgrade-modal .modal-close {
  position: absolute;
  top: 0.55rem;
  right: 0.55rem;
}
.upgrade-eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fy-indigo);
}
.upgrade-modal h2 {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: 1.55rem;
  color: var(--fy-indigo);
  line-height: 1.15;
}
.upgrade-copy {
  margin: 0 0 1rem;
  color: var(--fy-muted);
  font-size: 0.95rem;
  line-height: 1.45;
}
.upgrade-offer {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 0.85rem;
  align-items: center;
  padding: 0.85rem;
  margin-bottom: 1rem;
  background: #f7f5f0;
  border: 1px solid var(--fy-line);
  border-radius: 14px;
}
.upgrade-offer img {
  width: 96px;
  height: 110px;
  object-fit: contain;
  border-radius: 10px;
  background: #d8d8d8;
}
.upgrade-offer strong {
  display: block;
  font-family: var(--font-display);
  color: var(--fy-indigo);
  font-size: 1.05rem;
  margin: 0.2rem 0 0.25rem;
}
.upgrade-price {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--fy-indigo);
}
.upgrade-price s {
  color: var(--fy-muted);
  font-weight: 500;
  margin-right: 0.25rem;
}
.upgrade-note {
  margin: 0.2rem 0 0;
  font-size: 0.78rem;
  color: var(--fy-muted);
}
.upgrade-modal .btn-primary {
  width: 100%;
  padding: 0.95rem 1rem;
  margin-bottom: 0.55rem;
}
.upgrade-decline {
  display: block;
  width: 100%;
  border: 0;
  background: none;
  color: var(--fy-muted);
  font-size: 0.88rem;
  text-decoration: underline;
  cursor: pointer;
  padding: 0.45rem;
}

body.cart-open,
body.modal-open {
  overflow: hidden;
}

/* Reveal on scroll */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.is-in {
  opacity: 1;
  transform: none;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* Responsive */
@media (max-width: 960px) {
  .hero-inner,
  .whats-grid,
  .pairs-grid,
  .mid-cta-inner {
    grid-template-columns: 1fr;
  }
  .gallery {
    position: static;
    order: 2;
  }
  .buy-panel {
    order: 1;
  }
  .story-grid,
  .ingredient-grid,
  .review-grid,
  .easy-steps,
  .stat-row {
    grid-template-columns: 1fr 1fr;
  }
  .easy-steps,
  .stat-row {
    grid-template-columns: 1fr;
  }
  .nav-bar {
    grid-template-columns: 1fr auto;
  }
  .nav-links {
    display: none;
  }
  .logo {
    justify-self: start;
  }
  .pair-item {
    grid-template-columns: 100px 1fr;
  }
  .pair-item img {
    width: 88px;
    height: 110px;
    border-radius: 10px;
  }
  .compare-row {
    grid-template-columns: 1fr;
  }
  .compare-row > div[role="columnheader"]:empty {
    display: none;
  }
  .mid-cta-img {
    max-width: 130px;
    max-height: 180px;
  }
  .whats-visual img {
    max-width: 220px;
    max-height: 280px;
  }
  :root {
    --header-offset: 96px;
  }
}

@media (max-width: 560px) {
  .story-grid,
  .ingredient-grid,
  .review-grid {
    grid-template-columns: 1fr;
  }
  .buy-panel {
    padding: 1.25rem 1rem;
  }
  .trust-row {
    grid-template-columns: 1fr;
  }
  .gallery-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .announcement {
    font-size: 0.68rem;
  }
  .frequency {
    flex-direction: column;
    align-items: stretch;
  }
  .freq-select-wrap {
    max-width: none;
  }
  body {
    padding-bottom: 4.5rem;
  }
  .cart-sub-nudge {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .cart-sub-nudge-btn {
    width: 100%;
  }
}
