
:root {
  --navy: #243877;
  --navy-deep: #111d4f;
  --navy-ink: #192962;
  --gold: #e7af22;
  --aqua: #34c7d9;
  --green: #83b628;
  --paper: #f7f6f1;
  --ink: #172044;
  --muted: #65708c;
  --line: rgba(36, 56, 119, 0.15);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Montserrat", "Avenir Next", Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

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

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--aqua);
  outline-offset: 4px;
}

.site-header {
  align-items: center;
  background: rgba(17, 29, 79, 0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  color: #fff;
  display: flex;
  height: 124px;
  justify-content: space-between;
  left: 0;
  padding: 0 clamp(24px, 5vw, 80px);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand {
  align-items: center;
  display: flex;
  gap: 15px;
}

.brand-logo-wrap {
  --brand-logo-width: 133px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  height: calc(var(--brand-logo-width) * 0.6014);
  overflow: hidden;
  padding-right: 18px;
  position: relative;
  width: calc(var(--brand-logo-width) + 18px);
}

.brand-logo-wrap img {
  width: 100%;
}

.brand-logo-wrap .logo-canvas,
.footer-logo-wrap .logo-canvas {
  height: auto;
  left: calc(var(--brand-logo-width) * -0.8074);
  max-width: none;
  position: absolute;
  top: calc(var(--brand-logo-width) * -0.2196);
  width: calc(var(--brand-logo-width) * 2.7028);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-copy strong {
  font-size: 13px;
  letter-spacing: 0.14em;
}

.brand-copy small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  margin-top: 5px;
}

nav {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: clamp(20px, 3vw, 44px);
  letter-spacing: 0.03em;
}

nav a:not(.nav-cta) {
  color: rgba(255, 255, 255, 0.74);
  transition: color 180ms ease;
}

nav a:not(.nav-cta):hover {
  color: #fff;
}

.nav-cta {
  background: var(--gold);
  border-radius: 999px;
  color: var(--navy-deep);
  padding: 12px 20px;
}

.nav-cart {
  align-items: center;
  color: #fff;
  display: inline-flex;
  gap: 7px;
  white-space: nowrap;
}

.nav-cart b {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: var(--navy-deep);
  display: inline-flex;
  font-size: 9px;
  height: 20px;
  justify-content: center;
  width: 20px;
}

.cart-icon {
  border: 1.5px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  height: 13px;
  position: relative;
  width: 14px;
}

.cart-icon::before {
  border: 1.5px solid currentColor;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  content: "";
  height: 6px;
  left: 3px;
  position: absolute;
  top: -7px;
  width: 6px;
}

.hero {
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 75% 60%, #30488f 0, var(--navy-deep) 48%, #0e1743 100%);
  background-size: 72px 72px, 72px 72px, auto;
  color: #fff;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 0.95fr);
  min-height: 780px;
  overflow: hidden;
  padding: 210px clamp(24px, 7.2vw, 116px) 86px;
  position: relative;
}

.hero::before {
  background: var(--gold);
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.hero-orb {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  position: absolute;
}

.hero-orb-one {
  height: 540px;
  right: -200px;
  top: 70px;
  width: 540px;
}

.hero-orb-two {
  bottom: -360px;
  height: 650px;
  left: 34%;
  width: 650px;
}

.hero-copy {
  align-self: center;
  max-width: 660px;
  position: relative;
  z-index: 2;
}

.kicker {
  color: var(--navy);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.19em;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.kicker.gold {
  color: var(--gold);
}

.hero h1 {
  font-size: clamp(60px, 7.4vw, 112px);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.88;
  margin: 0;
}

.hero h1 span {
  color: var(--gold);
}

.hero-lead {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.7;
  margin: 34px 0 0;
  max-width: 600px;
}

.hero-actions {
  align-items: center;
  display: flex;
  gap: 30px;
  margin-top: 38px;
}

.hero-actions .button-primary {
  color: #fff;
}

.hero .hero-actions .text-link {
  color: #fff !important;
}

.button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 22px;
  justify-content: center;
  letter-spacing: 0.02em;
  padding: 17px 24px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--gold);
  box-shadow: 0 12px 30px rgba(231, 175, 34, 0.2);
  color: var(--navy-deep);
}

.button-primary:hover {
  box-shadow: 0 18px 36px rgba(231, 175, 34, 0.3);
}

.text-link {
  align-items: center;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 12px;
}

.text-link.light {
  color: #fff;
}

.hero-proof {
  align-items: center;
  color: rgba(255, 255, 255, 0.58);
  display: flex;
  flex-wrap: wrap;
  font-size: 10px;
  font-weight: 700;
  gap: 22px;
  letter-spacing: 0.08em;
  margin-top: 44px;
  text-transform: uppercase;
}

.hero-proof span {
  align-items: center;
  display: inline-flex;
  gap: 9px;
}

.hero-proof span::before {
  background: var(--gold);
  border-radius: 50%;
  content: "";
  height: 5px;
  width: 5px;
}

.hero-products {
  min-height: 520px;
  position: relative;
  z-index: 2;
}

.product-glow {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  height: 600px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
}

.hero-product {
  filter: drop-shadow(0 34px 36px rgba(0, 0, 0, 0.3));
  position: absolute;
}

.hero-product img {
  max-height: 585px;
  object-fit: contain;
  width: auto;
}

.hero-product-back {
  left: 10%;
  top: 4%;
  transform: rotate(-8deg) scale(0.87);
  z-index: 1;
}

.hero-product-front {
  right: 4%;
  top: -2%;
  transform: rotate(6deg);
  z-index: 2;
}

.floating-note {
  align-items: center;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.92);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
  color: var(--navy);
  display: flex;
  flex-direction: column;
  height: 92px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  width: 92px;
  z-index: 4;
}

.floating-note b {
  font-size: 25px;
}

.floating-note span {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-top: 7px;
  text-transform: uppercase;
}

.note-one {
  left: 0;
  top: 55%;
}

.note-two {
  bottom: 2%;
  right: 4%;
}

.note-two b {
  color: var(--green);
  font-size: 18px;
  margin-top: 5px;
}

.note-two span {
  margin: 0;
}

.scroll-cue {
  align-items: center;
  bottom: 22px;
  display: flex;
  flex-direction: column;
  font-size: 9px;
  gap: 8px;
  left: 50%;
  letter-spacing: 0.16em;
  position: absolute;
  text-transform: uppercase;
  transform: translateX(-50%);
  z-index: 4;
}

.scroll-cue i {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  display: flex;
  font-size: 15px;
  font-style: normal;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.section-pad {
  padding: clamp(80px, 9vw, 140px) clamp(24px, 7.2vw, 116px);
}

.section-heading h2 {
  font-size: clamp(42px, 5vw, 72px);
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin: 0;
}

.intro {
  display: grid;
  gap: 7vw;
  grid-template-columns: 0.8fr 1.2fr;
}

.intro-heading {
  position: sticky;
  top: 60px;
  align-self: start;
}

.intro-content > p {
  color: var(--muted);
  font-size: clamp(18px, 1.8vw, 25px);
  line-height: 1.7;
  margin: 5px 0 72px;
  max-width: 760px;
}

.steps {
  border-top: 1px solid var(--line);
}

.step {
  align-items: baseline;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 25px;
  grid-template-columns: 50px 140px 1fr;
  padding: 28px 0;
}

.step > span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
}

.step strong {
  color: var(--navy);
  font-size: 21px;
}

.step p {
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}

.products-section {
  background: var(--navy-deep);
  color: #fff;
}

.products-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 68px;
}

.products-heading > p {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
  margin: 0;
  max-width: 440px;
}

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

.product-card {
  background: #fff;
  color: var(--ink);
  display: grid;
  grid-template-columns: minmax(190px, 0.84fr) 1.16fr;
  min-height: 580px;
  overflow: hidden;
}

.product-visual {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 580px;
  overflow: hidden;
  position: relative;
}

.product-card-blue .product-visual {
  background: linear-gradient(145deg, #e7edf8, #cbdaf2);
}

.product-card-green .product-visual {
  background: linear-gradient(145deg, #eef4dc, #d6e6ad);
}

.product-number {
  color: rgba(36, 56, 119, 0.15);
  font-size: 90px;
  font-weight: 800;
  left: 16px;
  letter-spacing: -0.08em;
  position: absolute;
  top: 6px;
}

.product-image-halo {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  height: 260px;
  position: absolute;
  width: 260px;
}

.product-visual img {
  filter: drop-shadow(0 24px 25px rgba(21, 34, 83, 0.24));
  max-height: 455px;
  object-fit: contain;
  position: relative;
  transform: rotate(-3deg);
  width: auto;
  z-index: 2;
}

.product-card-green .product-visual img {
  transform: rotate(3deg);
}

.product-info {
  display: flex;
  flex-direction: column;
  padding: 60px 40px 46px;
}

.product-info h3 {
  color: var(--navy);
  font-size: clamp(36px, 3.2vw, 54px);
  letter-spacing: -0.05em;
  line-height: 1;
  margin: 0;
}

.flavor {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  margin-top: 10px;
}

.product-description {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
  margin: 27px 0;
}

.facts {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 12px 0;
  padding: 17px 0;
}

.facts span {
  border-right: 1px solid var(--line);
  color: var(--navy);
  font-size: 10px;
  font-weight: 800;
  padding: 0 10px;
}

.facts span:first-child {
  padding-left: 0;
}

.facts span:last-child {
  border: 0;
}

.dietary-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 22px 0 28px;
  padding: 0;
}

.dietary-list li {
  background: var(--paper);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 8px 11px;
  text-transform: uppercase;
}

.product-link {
  align-items: center;
  color: var(--navy);
  display: flex;
  font-size: 12px;
  font-weight: 800;
  gap: 12px;
  margin-top: auto;
}

.product-actions {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-top: auto;
}

.product-actions .product-link {
  margin-top: 0;
}

.product-buy-link {
  background: var(--gold);
  border-radius: 999px;
  color: var(--navy-deep);
  font-size: 11px;
  font-weight: 800;
  padding: 11px 17px;
  transition: transform 180ms ease, box-shadow 180ms ease;
  white-space: nowrap;
}

.product-buy-link:hover {
  box-shadow: 0 12px 24px rgba(231, 175, 34, 0.25);
  transform: translateY(-2px);
}

.quality-band {
  align-items: stretch;
  background: var(--navy);
  color: #fff;
  display: grid;
  grid-template-columns: 0.55fr 1.2fr 0.75fr;
  min-height: 520px;
}

.quality-mark {
  align-items: center;
  background:
    linear-gradient(rgba(17, 29, 79, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 29, 79, 0.055) 1px, transparent 1px),
    #f2eee4;
  background-size: 34px 34px, 34px 34px, auto;
  color: var(--navy-deep);
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
  overflow: hidden;
  padding: 48px 28px;
  position: relative;
}

.quality-mark::before,
.quality-mark::after {
  border: 1px solid rgba(17, 29, 79, 0.12);
  border-radius: 50%;
  content: "";
  height: 360px;
  position: absolute;
  width: 360px;
}

.quality-mark::after {
  height: 240px;
  width: 240px;
}

.germany-flag {
  border: 8px solid #fff;
  box-shadow: 0 24px 55px rgba(17, 29, 79, 0.2);
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  height: 132px;
  overflow: hidden;
  position: relative;
  transform: rotate(-3deg);
  width: min(220px, 76%);
  z-index: 1;
}

.germany-flag i {
  display: block;
}

.flag-black {
  background: #111;
}

.flag-red {
  background: #d10b22;
}

.flag-gold {
  background: #f4c430;
}

.germany-seal {
  align-items: center;
  background: var(--navy-deep);
  border: 7px solid #f2eee4;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 112px;
  justify-content: center;
  margin: -54px -46% 0 0;
  position: relative;
  width: 112px;
  z-index: 2;
}

.germany-seal strong {
  font-size: 40px;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.germany-seal span {
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-top: 7px;
}

.germany-mark > p {
  font-size: clamp(22px, 2.3vw, 32px);
  font-weight: 800;
  letter-spacing: -0.04em;
  margin: 0;
  position: relative;
  z-index: 1;
}

.germany-mark small {
  color: var(--navy-deep);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}

.quality-copy {
  align-self: center;
  padding: 70px clamp(40px, 6vw, 90px);
}

.quality-copy h2 {
  font-size: clamp(42px, 4.5vw, 70px);
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin: 0;
}

.quality-copy > p:not(.kicker) {
  color: rgba(255, 255, 255, 0.67);
  line-height: 1.8;
  margin: 28px 0;
  max-width: 650px;
}

.quality-stats {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.quality-stats > div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  flex-direction: column;
  padding: 34px 44px;
}

.quality-stats > div:last-child {
  border-bottom: 0;
}

.quality-stats strong {
  color: #fff;
  font-size: 38px;
  letter-spacing: -0.04em;
}

.quality-stats span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
  font-weight: 700;
  margin-top: 5px;
  text-transform: uppercase;
}

.values {
  background: #fff;
}

.values-heading {
  max-width: 780px;
}

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

.values-grid article {
  border-left: 1px solid var(--line);
  min-height: 280px;
  padding: 8px 30px 30px;
}

.values-grid article:last-child {
  border-right: 1px solid var(--line);
}

.values-grid span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
}

.values-grid h3 {
  color: var(--navy);
  font-size: 26px;
  margin: 80px 0 14px;
}

.values-grid p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.faq {
  display: grid;
  gap: 8vw;
  grid-template-columns: 0.8fr 1.2fr;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 28px 0;
}

.faq-list summary {
  color: var(--navy);
  cursor: pointer;
  font-size: 17px;
  font-weight: 800;
  list-style: none;
  padding-right: 40px;
  position: relative;
}

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

.faq-list summary::after {
  content: "+";
  font-size: 24px;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: -5px;
}

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

.faq-list details p {
  color: var(--muted);
  line-height: 1.7;
  margin: 18px 55px 0 0;
}

.woocommerce-shell {
  background: #fff;
  min-height: 70vh;
  padding-top: 190px;
}

.woocommerce-shell .woocommerce-breadcrumb {
  color: var(--muted);
  font-size: 12px;
  margin-bottom: 28px;
}

.woocommerce-shell .woocommerce-products-header__title,
.woocommerce-shell .product_title,
.woocommerce-shell .page-title {
  color: var(--navy);
  font-size: clamp(42px, 5vw, 72px);
  letter-spacing: -0.055em;
}

.woocommerce ul.products {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product {
  background: var(--paper);
  margin: 0;
  padding: 26px;
  width: auto;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--navy);
  font-size: 22px;
}

.woocommerce .price {
  color: var(--navy) !important;
  font-weight: 800;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  background: var(--gold);
  border-radius: 999px;
  color: var(--navy-deep);
  font-weight: 800;
  padding: 14px 20px;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  background: #f0bd39;
  color: var(--navy-deep);
}

.woocommerce-message,
.woocommerce-info {
  border-top-color: var(--gold);
}

.woocommerce-message::before,
.woocommerce-info::before {
  color: var(--navy);
}

.woocommerce table.shop_table,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce .select2-container--default .select2-selection--single {
  border-color: var(--line);
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce .select2-container--default .select2-selection--single {
  border-radius: 0;
  padding: 13px;
}

.woocommerce-checkout #payment {
  background: #eef3f8;
}

.contact {
  align-items: center;
  background:
    radial-gradient(circle at 82% 20%, rgba(52, 199, 217, 0.22), transparent 28%),
    var(--navy-deep);
  color: #fff;
  display: flex;
  gap: 70px;
  justify-content: space-between;
  min-height: 460px;
  position: relative;
}

.contact-copy {
  max-width: 760px;
}

.contact-copy h2 {
  font-size: clamp(48px, 6vw, 86px);
  letter-spacing: -0.06em;
  line-height: 0.94;
  margin: 0;
}

.contact-copy > p:not(.kicker) {
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
  margin: 26px 0 0;
  max-width: 620px;
}

.contact-action {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 14px;
}

.contact-action small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
}

.site-footer {
  background: #0b1235;
  color: #fff;
  padding: 65px clamp(24px, 7.2vw, 116px) 35px;
}

.footer-main {
  display: grid;
  gap: clamp(45px, 7vw, 110px);
  grid-template-columns: 1.15fr 0.65fr 1fr;
}

.footer-brand img {
  width: 150px;
}

.footer-logo-wrap {
  --brand-logo-width: 105px;
  display: block;
  height: calc(var(--brand-logo-width) * 0.6014);
  overflow: hidden;
  position: relative;
  width: var(--brand-logo-width);
}

.footer-brand p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  margin: 14px 0 0;
}

.footer-brand > strong {
  display: block;
  font-size: 14px;
  margin-top: 12px;
}

.footer-heading {
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 0 0 22px;
  text-transform: uppercase;
}

.footer-links {
  display: flex;
  flex-direction: column;
  font-size: 11px;
  font-weight: 700;
  gap: 15px;
}

.footer-links a,
.footer-contact a,
.footer-social a,
.footer-bottom a {
  transition: color 180ms ease;
}

.site-footer .footer-links a {
  color: rgba(255, 255, 255, 0.82) !important;
}

.site-footer .footer-contact > a {
  color: rgba(255, 255, 255, 0.72) !important;
}

.site-footer .footer-social a {
  color: rgba(255, 255, 255, 0.82) !important;
}

.site-footer .footer-bottom a {
  color: rgba(255, 255, 255, 0.52) !important;
}

.footer-links a:hover,
.footer-contact a:hover,
.footer-social a:hover,
.footer-bottom a:hover {
  color: var(--gold) !important;
}

.footer-contact {
  align-items: start;
  display: flex;
  flex-direction: column;
}

.footer-contact address,
.footer-contact > a {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-style: normal;
  line-height: 1.75;
}

.footer-contact > a {
  margin-top: 8px;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.footer-social a {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 9px;
  font-weight: 800;
  padding: 8px 11px;
  text-transform: uppercase;
}

.footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-top: 52px;
  padding-top: 28px;
}

.footer-bottom a,
.footer-bottom p {
  color: rgba(255, 255, 255, 0.38);
  font-size: 10px;
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 1120px) {
  .hero {
    grid-template-columns: 1fr 0.85fr;
    padding-left: 60px;
    padding-right: 60px;
  }

  .hero-product-back {
    left: -2%;
  }

  .hero-product-front {
    right: -8%;
  }

  .product-card {
    grid-template-columns: 0.75fr 1.25fr;
  }

  .product-info {
    padding: 50px 28px 42px;
  }

  .quality-band {
    grid-template-columns: 0.42fr 1fr 0.55fr;
  }

  .contact {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-action {
    align-items: flex-start;
  }
}

@media (max-width: 900px) {
  .site-header {
    height: 78px;
  }

  .brand-logo-wrap {
    width: 94px;
  }

  .brand-copy,
  nav a:not(.nav-cta) {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 1040px;
    padding: 150px 38px 60px;
  }

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

  .hero h1 {
    font-size: clamp(62px, 13vw, 100px);
  }

  .hero-products {
    margin: 40px auto 0;
    min-height: 500px;
    width: min(620px, 100%);
  }

  .hero-product img {
    max-height: 520px;
  }

  .scroll-cue {
    display: none;
  }

  .intro,
  .faq {
    grid-template-columns: 1fr;
  }

  .intro-heading {
    position: static;
  }

  .products-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
  }

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

  .product-card {
    grid-template-columns: 0.82fr 1.18fr;
  }

  .quality-band {
    grid-template-columns: 0.5fr 1fr;
  }

  .quality-stats {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    flex-direction: row;
    grid-column: 1 / -1;
  }

  .quality-stats > div {
    border-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    flex: 1;
  }

  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .values-grid article:nth-child(3),
  .values-grid article:nth-child(4) {
    border-top: 1px solid var(--line);
    padding-top: 35px;
  }

  .values-grid article:last-child {
    border-right: 0;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 0 20px;
  }

  .hero {
    min-height: 980px;
    padding: 132px 22px 40px;
  }

  .hero h1 {
    font-size: clamp(58px, 19vw, 82px);
  }

  .hero-lead {
    font-size: 15px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }

  .hero-proof {
    gap: 12px;
  }

  .hero-products {
    min-height: 380px;
  }

  .hero-product img {
    max-height: 370px;
  }

  .hero-product-back {
    left: 2%;
  }

  .hero-product-front {
    right: 1%;
  }

  .floating-note {
    height: 72px;
    width: 72px;
  }

  .note-one {
    left: -2%;
    top: 58%;
  }

  .section-pad {
    padding-left: 22px;
    padding-right: 22px;
  }

  .section-heading h2 {
    font-size: 42px;
  }

  .intro-content > p {
    font-size: 18px;
    margin-bottom: 45px;
  }

  .step {
    gap: 10px;
    grid-template-columns: 38px 1fr;
  }

  .step p {
    grid-column: 2;
  }

  .product-card {
    grid-template-columns: 1fr;
  }

  .product-visual {
    min-height: 430px;
  }

  .product-visual img {
    max-height: 350px;
  }

  .quality-band {
    grid-template-columns: 1fr;
  }

  .quality-mark {
    min-height: 280px;
  }

  .quality-copy {
    padding: 65px 24px;
  }

  .quality-stats {
    flex-direction: column;
    grid-column: auto;
  }

  .quality-stats > div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    border-right: 0;
    padding: 26px 24px;
  }

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

  .values-grid article {
    border-bottom: 1px solid var(--line);
    border-right: 0;
    min-height: 210px;
  }

  .values-grid h3 {
    margin-top: 50px;
  }

  .product-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .woocommerce-shell {
    padding-top: 140px;
  }

  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .contact {
    gap: 46px;
  }

  .contact-copy h2 {
    font-size: 52px;
  }

  .contact-action,
  .contact-action .button {
    width: 100%;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Expanded multi-page experience */

.science-strip {
  background: #fff;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 clamp(24px, 7.2vw, 116px);
}

.science-strip div {
  align-items: center;
  border-left: 1px solid var(--line);
  display: flex;
  gap: 15px;
  min-height: 94px;
  padding: 20px 28px;
}

.science-strip div:last-child {
  border-right: 1px solid var(--line);
}

.science-strip strong {
  color: var(--gold);
  font-size: 11px;
}

.science-strip span {
  color: var(--navy);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.home-evidence {
  background: #fff;
}

.home-evidence-heading {
  display: grid;
  gap: 30px 7vw;
  grid-template-columns: 0.9fr 1.1fr;
}

.home-evidence-heading .kicker {
  grid-column: 1 / -1;
  margin-bottom: -15px;
}

.home-evidence-heading > p:last-child {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
  margin: 0;
  max-width: 620px;
}

.home-evidence-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 70px;
}

.home-evidence-grid article {
  align-items: center;
  background: var(--paper);
  display: grid;
  gap: 34px;
  grid-template-columns: 160px 1fr;
  min-height: 310px;
  padding: 42px;
}

.science-symbol {
  align-items: center;
  background: #dce8f7;
  border-radius: 50%;
  color: var(--navy);
  display: flex;
  font-size: 55px;
  font-weight: 800;
  height: 150px;
  justify-content: center;
  letter-spacing: -0.06em;
  width: 150px;
}

.science-symbol.green {
  background: #e1edc8;
  color: #4f7712;
}

.home-evidence-grid h3 {
  color: var(--navy);
  font-size: 27px;
  margin: 0;
}

.home-evidence-grid p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.home-evidence-grid a {
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
}

.subpage-hero,
.product-detail-hero {
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 80% 42%, #30488f 0, var(--navy-deep) 50%, #0e1743 100%);
  background-size: 72px 72px, 72px 72px, auto;
  color: #fff;
  min-height: 660px;
  overflow: hidden;
  padding: 195px clamp(24px, 7.2vw, 116px) 100px;
  position: relative;
}

.subpage-hero::before,
.product-detail-hero::before {
  background: var(--gold);
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.subpage-hero h1 {
  font-size: clamp(58px, 7vw, 108px);
  letter-spacing: -0.065em;
  line-height: 0.92;
  margin: 0;
  max-width: 1050px;
}

.subpage-hero > div > p:last-child {
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.7;
  margin: 34px 0 0;
  max-width: 760px;
}

.product-detail-hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 780px;
  padding-bottom: 70px;
}

.detail-hero-copy {
  align-self: center;
  max-width: 720px;
  position: relative;
  z-index: 2;
}

.breadcrumb {
  color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 42px;
}

.detail-hero-copy h1 {
  font-size: clamp(66px, 8vw, 122px);
  letter-spacing: -0.07em;
  line-height: 0.82;
  margin: 0;
}

.detail-flavor {
  color: var(--gold);
  display: block;
  font-size: 14px;
  font-weight: 800;
  margin-top: 24px;
}

.detail-lead {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 1.75;
  margin: 27px 0;
  max-width: 650px;
}

.detail-facts {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px;
  padding: 17px 0;
}

.detail-facts span {
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.84);
  font-size: 10px;
  font-weight: 800;
  padding: 0 14px;
  text-transform: uppercase;
}

.detail-facts span:first-child {
  padding-left: 0;
}

.detail-facts span:last-child {
  border-right: 0;
}

.detail-dietary {
  display: flex;
  gap: 8px;
  margin: 0 0 28px;
}

.detail-dietary span {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 9px;
  font-weight: 800;
  padding: 8px 11px;
  text-transform: uppercase;
}

.detail-product-visual {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 560px;
  position: relative;
}

.detail-product-visual img {
  filter: drop-shadow(0 36px 40px rgba(0, 0, 0, 0.36));
  max-height: 610px;
  object-fit: contain;
  position: relative;
  transform: rotate(4deg);
  width: auto;
  z-index: 2;
}

.theme-magnesium .detail-product-visual img {
  transform: rotate(-4deg);
}

.detail-halo {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0) 68%);
  border-radius: 50%;
  height: 650px;
  position: absolute;
  width: 650px;
}

.detail-watermark {
  color: rgba(255, 255, 255, 0.07);
  font-size: 290px;
  font-weight: 800;
  letter-spacing: -0.1em;
  position: absolute;
}

.science-intro {
  display: grid;
  gap: 7vw;
  grid-template-columns: 0.85fr 1.15fr;
}

.science-intro-heading h2,
.data-copy h2,
.evidence-heading h2,
.formula-copy h2,
.risk-heading h2,
.references h2,
.history-intro h2,
.timeline-heading h2,
.principles-heading h2,
.official-source h2,
.contact-main h2,
.contact-medical h2 {
  font-size: clamp(42px, 5vw, 72px);
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin: 0;
}

.large-copy {
  color: var(--navy);
  font-size: clamp(19px, 2vw, 28px);
  line-height: 1.62;
  margin: 0;
}

.role-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 60px;
}

.role-grid article {
  border: 1px solid var(--line);
  margin: -1px 0 0 -1px;
  min-height: 225px;
  padding: 28px;
}

.role-grid span,
.principle-grid span {
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
}

.role-grid h3 {
  color: var(--navy);
  font-size: 21px;
  margin: 40px 0 12px;
}

.role-grid p,
.history-intro > div:last-child > p:last-child {
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.7;
  margin: 0;
}

.data-section {
  background: var(--navy-deep);
  color: #fff;
  display: grid;
  gap: 7vw;
  grid-template-columns: 0.82fr 1.18fr;
}

/*
 * Keep headings legible when this theme is installed over a site that still
 * has Elementor global heading colors saved in the database.
 */
.hero .hero-copy h1,
.products-section .products-heading h2,
.quality-band .quality-copy h2,
.subpage-hero h1,
.product-detail-hero .detail-hero-copy h1,
.data-section .data-copy h2,
.references h2,
.product-next h2,
.timeline-section .timeline-heading h2,
.timeline-section .timeline h3,
.contact .contact-copy h2,
.contact-medical h2,
.interactive-lab .lab-copy h2 {
  color: #fff !important;
}

.data-copy > p:not(.kicker),
.evidence-heading > p:last-child,
.risk-heading > p:last-child,
.formula-copy > p:not(.kicker),
.official-source > div > p:last-child,
.contact-main-copy > p,
.contact-medical > p {
  color: var(--muted);
  line-height: 1.75;
  margin: 28px 0 0;
  max-width: 650px;
}

.data-copy > p:not(.kicker) {
  color: rgba(255, 255, 255, 0.62);
}

.medical-note {
  border-left: 3px solid var(--gold);
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 45px;
  padding: 4px 0 4px 20px;
}

.medical-note strong {
  color: var(--gold);
  font-size: 11px;
  text-transform: uppercase;
}

.medical-note span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.data-table-wrap,
.evidence-table-wrap {
  align-self: center;
}

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

.data-table-wrap table {
  background: #fff;
  color: var(--ink);
}

th,
td {
  border-bottom: 1px solid var(--line);
  padding: 18px 20px;
  text-align: left;
}

th {
  color: var(--navy);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

td {
  color: var(--muted);
  font-size: 14px;
}

td:last-child {
  color: var(--navy);
  font-weight: 800;
}

.data-table-wrap small {
  color: rgba(255, 255, 255, 0.42);
  display: block;
  font-size: 10.5px;
  line-height: 1.6;
  margin-top: 15px;
}

.evidence-section {
  background: #fff;
  display: grid;
  gap: 7vw;
  grid-template-columns: 0.9fr 1.1fr;
}

.ecuador-gap-section {
  align-items: center;
  background: #fff;
  display: grid;
  gap: 7vw;
  grid-template-columns: 0.82fr 1.18fr;
}

.ecuador-gap-heading h2 {
  color: var(--navy);
  font-size: clamp(46px, 5.4vw, 78px);
  letter-spacing: -0.06em;
  line-height: 0.96;
  margin: 0;
}

.ecuador-gap-heading > p:last-child {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
  margin: 30px 0 0;
  max-width: 600px;
}

.ecuador-gap-card {
  background: var(--navy);
  color: #fff;
  overflow: hidden;
  padding: clamp(34px, 5vw, 64px);
  position: relative;
}

.ecuador-gap-card::after {
  border: 1px solid rgba(45, 202, 217, 0.3);
  border-radius: 50%;
  content: "";
  height: 250px;
  pointer-events: none;
  position: absolute;
  right: -140px;
  top: -125px;
  width: 250px;
}

.gap-primary {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  padding-bottom: 32px;
}

.gap-primary > span,
.gap-deficit > span {
  color: var(--gold);
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.gap-primary strong {
  display: block;
  font-size: clamp(74px, 9vw, 128px);
  letter-spacing: -0.075em;
  line-height: 0.9;
  margin-top: 24px;
}

.gap-primary strong small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.18em;
  letter-spacing: 0;
}

.gap-comparison {
  display: grid;
  gap: 25px;
  padding: 34px 0;
}

.gap-row > div {
  align-items: center;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  margin-bottom: 10px;
}

.gap-row > div span {
  color: rgba(255, 255, 255, 0.68);
}

.gap-row > div b {
  font-size: 13px;
}

.gap-row > i {
  background: rgba(255, 255, 255, 0.12);
  display: block;
  height: 8px;
  overflow: hidden;
}

.gap-row > i > span {
  background: var(--cyan);
  display: block;
  height: 100%;
  transform-origin: left;
}

.gap-row-target > i > span {
  background: var(--gold);
}

.gap-deficit {
  border-left: 3px solid var(--cyan);
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr auto;
  padding: 5px 0 5px 20px;
}

.gap-deficit > span {
  align-self: end;
  color: var(--cyan);
}

.gap-deficit strong {
  font-size: clamp(32px, 4vw, 50px);
  grid-row: span 2;
  letter-spacing: -0.05em;
}

.gap-deficit p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.55;
  margin: 0;
  max-width: 350px;
}

.gap-source {
  color: rgba(255, 255, 255, 0.35);
  font-size: 9.5px;
  line-height: 1.5;
  margin: 28px 0 0;
}

.evidence-table-wrap table {
  border-top: 3px solid var(--gold);
  min-width: 680px;
}

.evidence-table-wrap {
  overflow-x: auto;
}

.evidence-table-wrap th,
.evidence-table-wrap td {
  background: var(--paper);
}

.table-note {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
  margin: 18px 0 0;
}

.formula-section {
  background: #e9edf5;
  display: grid;
  gap: 7vw;
  grid-template-columns: 1fr 0.85fr;
}

.equation {
  background: var(--navy);
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.5;
  margin-top: 38px;
  padding: 28px;
}

.ingredient-panel {
  background: #fff;
  border-top: 5px solid var(--gold);
  padding: 42px;
}

.ingredient-label {
  color: var(--navy);
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ingredient-panel ul {
  display: grid;
  gap: 0 26px;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  margin: 28px 0;
  padding: 0;
}

.ingredient-panel li {
  border-bottom: 1px solid var(--line);
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
  padding: 13px 0 13px 17px;
  position: relative;
}

.ingredient-panel li::before {
  background: var(--green);
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 18px;
  width: 6px;
}

.ingredient-panel small {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
}

.risk-heading {
  display: grid;
  gap: 28px 7vw;
  grid-template-columns: 1fr 0.8fr;
}

.risk-heading .kicker {
  grid-column: 1 / -1;
  margin-bottom: -12px;
}

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

.risk-grid article {
  border-left: 1px solid var(--line);
  min-height: 300px;
  padding: 10px 28px 35px;
}

.risk-grid article:last-child {
  border-right: 1px solid var(--line);
}

.risk-grid h3 {
  color: var(--navy);
  font-size: 20px;
  margin: 0 0 35px;
}

.risk-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.risk-grid li {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.45;
  padding: 13px 0;
}

.product-faq {
  background: #fff;
}

.references {
  align-items: start;
  background: var(--navy);
  color: #fff;
  display: grid;
  gap: 7vw;
  grid-template-columns: 0.8fr 1.2fr;
}

.references ol {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  list-style: none;
  margin: 0;
  padding: 0;
}

.references li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.references a {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr auto;
  padding: 25px 0;
}

.references strong {
  font-size: 13px;
}

.references span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  grid-column: 1;
  line-height: 1.6;
}

.references i {
  color: var(--gold);
  font-style: normal;
  grid-column: 2;
  grid-row: 1 / 3;
}

.product-next {
  align-items: center;
  background: var(--navy-deep);
  color: #fff;
  display: flex;
  gap: 50px;
  justify-content: space-between;
}

.product-next h2 {
  font-size: clamp(40px, 5vw, 72px);
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin: 0;
  max-width: 860px;
}

.product-next .button {
  flex: 0 0 auto;
}

/* History */

.history-hero,
.contact-hero {
  display: grid;
  gap: 7vw;
  grid-template-columns: 1.25fr 0.55fr;
}

.history-hero aside,
.contact-hero-card {
  align-self: end;
  border-left: 3px solid var(--gold);
  display: flex;
  flex-direction: column;
  padding: 8px 0 8px 26px;
}

.history-hero aside span,
.contact-hero-card span {
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.history-hero aside strong,
.contact-hero-card strong {
  font-size: 36px;
  letter-spacing: -0.04em;
  margin-top: 8px;
}

.history-hero aside small,
.contact-hero-card small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  line-height: 1.6;
  margin-top: 12px;
  max-width: 270px;
}

.history-stats {
  background: #fff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 clamp(24px, 7.2vw, 116px);
}

.history-stats div {
  border-left: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  min-height: 165px;
  padding: 42px 28px;
}

.history-stats div:last-child {
  border-right: 1px solid var(--line);
}

.history-stats strong {
  color: var(--navy);
  font-size: 34px;
  letter-spacing: -0.04em;
}

.history-stats span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  margin-top: 8px;
  text-transform: uppercase;
}

.history-intro {
  display: grid;
  gap: 8vw;
  grid-template-columns: 0.9fr 1.1fr;
}

.history-intro > div:last-child > p:last-child {
  font-size: 15px;
  margin-top: 30px;
}

.timeline-section {
  background: var(--navy-deep);
  color: #fff;
  display: grid;
  gap: 8vw;
  grid-template-columns: 0.75fr 1.25fr;
}

.timeline-heading {
  align-self: start;
  position: sticky;
  top: 50px;
}

.timeline article {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: grid;
  gap: 35px;
  grid-template-columns: 120px 1fr;
  padding: 34px 0;
}

.timeline time {
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
}

.timeline h3 {
  font-size: 24px;
  margin: 0;
}

.timeline p {
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.75;
  margin: 12px 0 0;
}

.principles {
  background: #fff;
}

.principles-heading {
  max-width: 760px;
}

.principle-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 70px;
}

.principle-grid article {
  border-left: 1px solid var(--line);
  min-height: 270px;
  padding: 8px 28px;
}

.principle-grid article:last-child {
  border-right: 1px solid var(--line);
}

.principle-grid h3 {
  color: var(--navy);
  font-size: 25px;
  margin: 70px 0 12px;
}

.principle-grid p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
}

.official-source {
  background: #e9edf5;
  display: grid;
  gap: 8vw;
  grid-template-columns: 0.9fr 1.1fr;
}

.official-links {
  border-top: 1px solid var(--line);
}

.official-links a {
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: var(--navy);
  display: flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: space-between;
  padding: 25px 0;
}

.official-links a span {
  color: var(--gold);
}

/* Contact */

.contact-main {
  display: grid;
  gap: 8vw;
  grid-template-columns: 0.85fr 1.15fr;
}

.contact-options {
  border-top: 1px solid var(--line);
  margin-top: 55px;
}

.contact-options article {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 20px;
  grid-template-columns: 38px 1fr;
  padding: 24px 0;
}

.contact-options article > span {
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
}

.contact-options h3 {
  color: var(--navy);
  font-size: 18px;
  margin: 0;
}

.contact-options p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
  margin: 7px 0 0;
}

.contact-form {
  background: #fff;
  border-top: 5px solid var(--gold);
  box-shadow: 0 30px 70px rgba(17, 29, 79, 0.1);
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: clamp(28px, 4vw, 55px);
}

.form-row {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.contact-form label {
  color: var(--navy);
  display: flex;
  flex-direction: column;
  font-size: 10px;
  font-weight: 800;
  gap: 9px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 0;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  min-height: 50px;
  padding: 12px 14px;
  text-transform: none;
}

.contact-form textarea {
  resize: vertical;
}

.consent-field {
  align-items: start;
  flex-direction: row !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 1.5;
  text-transform: none !important;
}

.consent-field input {
  min-height: 18px;
  width: 18px;
}

.contact-form .button {
  border: 0;
  cursor: pointer;
  width: fit-content;
}

.contact-form > small {
  color: var(--muted);
  font-size: 9px;
}

.contact-medical {
  align-items: end;
  background: var(--navy);
  color: #fff;
  display: grid;
  gap: 8vw;
  grid-template-columns: 1fr 0.8fr;
}

.contact-medical > p {
  color: rgba(255, 255, 255, 0.6);
}

.contact-links {
  background: #fff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.contact-links a {
  border-left: 1px solid var(--line);
  display: grid;
  gap: 12px;
  min-height: 190px;
  padding: 34px;
}

.contact-links a:last-child {
  border-right: 1px solid var(--line);
}

.contact-links span {
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-links strong {
  color: var(--navy);
  font-size: 22px;
}

.contact-links i {
  align-self: end;
  color: var(--gold);
  font-style: normal;
}

@media (max-width: 1240px) {
  nav {
    gap: 20px;
  }

  nav a {
    font-size: 10px;
  }

  .brand-logo-wrap {
    --brand-logo-width: 116px;
  }

  .home-evidence-grid article {
    grid-template-columns: 120px 1fr;
    padding: 32px;
  }

  .science-symbol {
    font-size: 44px;
    height: 112px;
    width: 112px;
  }
}

@media (max-width: 980px) {
  .site-header {
    height: 96px;
  }

  .brand-logo-wrap {
    --brand-logo-width: 106px;
    width: calc(var(--brand-logo-width) + 18px);
  }

  nav a:not(.nav-cta) {
    display: none;
  }

  .science-strip,
  .history-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .science-strip div:nth-child(3),
  .science-strip div:nth-child(4),
  .history-stats div:nth-child(3),
  .history-stats div:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .home-evidence-heading,
  .science-intro,
  .data-section,
  .evidence-section,
  .formula-section,
  .history-intro,
  .timeline-section,
  .official-source,
  .contact-main,
  .contact-medical {
    grid-template-columns: 1fr;
  }

  .product-detail-hero {
    grid-template-columns: 1fr;
    padding-top: 160px;
  }

  .detail-product-visual {
    min-height: 520px;
  }

  .detail-product-visual img {
    max-height: 520px;
  }

  .timeline-heading {
    position: static;
  }

  .risk-heading {
    grid-template-columns: 1fr;
  }

  .risk-heading .kicker {
    grid-column: auto;
  }

  .risk-grid,
  .principle-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .history-hero,
  .contact-hero {
    grid-template-columns: 1fr;
  }

  .history-hero aside,
  .contact-hero-card {
    margin-top: 30px;
  }

  .product-next {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 720px) {
  .site-header {
    height: 90px;
    padding: 0 18px;
  }

  .brand-logo-wrap {
    --brand-logo-width: 99px;
    border-right: 0;
    padding-right: 0;
    width: var(--brand-logo-width);
  }

  .brand-copy {
    display: none;
  }

  .nav-cta {
    padding: 11px 17px;
  }

  .hero {
    padding-top: 150px;
  }

  .science-strip,
  .history-stats,
  .home-evidence-grid,
  .role-grid,
  .risk-grid,
  .principle-grid,
  .contact-links {
    grid-template-columns: 1fr;
  }

  .science-strip div,
  .science-strip div:last-child,
  .history-stats div,
  .history-stats div:last-child {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid var(--line);
  }

  .science-strip div:first-child,
  .history-stats div:first-child {
    border-top: 0;
  }

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

  .home-evidence-heading .kicker {
    grid-column: auto;
  }

  .home-evidence-grid article {
    grid-template-columns: 88px 1fr;
    min-height: 260px;
    padding: 26px;
  }

  .science-symbol {
    font-size: 34px;
    height: 82px;
    width: 82px;
  }

  .subpage-hero {
    min-height: 590px;
    padding: 150px 22px 70px;
  }

  .subpage-hero h1 {
    font-size: clamp(52px, 16vw, 76px);
  }

  .product-detail-hero {
    padding: 145px 22px 50px;
  }

  .detail-hero-copy h1 {
    font-size: clamp(64px, 20vw, 92px);
  }

  .detail-facts {
    gap: 12px 0;
  }

  .detail-product-visual {
    min-height: 440px;
  }

  .detail-product-visual img {
    max-height: 430px;
  }

  .detail-watermark {
    font-size: 180px;
  }

  .role-grid article {
    min-height: 190px;
  }

  .ingredient-panel {
    padding: 28px;
  }

  .ingredient-panel ul {
    grid-template-columns: 1fr;
  }

  .risk-grid article,
  .principle-grid article {
    border-bottom: 1px solid var(--line);
    border-right: 0;
    min-height: 230px;
  }

  .risk-grid article:last-child,
  .principle-grid article:last-child {
    border-right: 0;
  }

  .product-faq {
    display: block;
  }

  .product-faq .faq-list {
    margin-top: 55px;
  }

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

  .timeline article {
    gap: 12px;
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .contact-form .button {
    width: 100%;
  }

  .contact-links a,
  .contact-links a:last-child {
    border-bottom: 1px solid var(--line);
    border-left: 0;
    border-right: 0;
  }

  th,
  td {
    padding: 14px 11px;
  }

  th {
    font-size: 8px;
  }

  td {
    font-size: 11px;
  }
}

/* WordPress integration */

body.admin-bar .site-header {
  top: 32px;
}

body.admin-bar .scroll-progress {
  top: 32px;
}

.custom-logo-link {
  display: block;
  width: 100%;
}

.custom-logo {
  height: auto;
  width: 100%;
}

.site-header nav > li {
  display: contents;
  list-style: none;
}

.wp-default-content,
.wp-editor-content {
  background: #fff;
  color: var(--ink);
}

.wp-default-content {
  min-height: 65vh;
  padding-top: 210px;
}

.wp-default-content h1,
.wp-editor-content h2 {
  color: var(--navy);
  font-size: clamp(42px, 5vw, 72px);
  letter-spacing: -0.055em;
  line-height: 1;
}

.wp-default-content p,
.wp-editor-content p {
  color: var(--muted);
  line-height: 1.75;
  max-width: 850px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }

  body.admin-bar .scroll-progress {
    top: 46px;
  }
}

/* Interaction layer */

.menu-toggle {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: none;
  height: 46px;
  padding: 0;
  position: relative;
  width: 46px;
  z-index: 2;
}

.menu-toggle span {
  background: #fff;
  height: 2px;
  left: 11px;
  position: absolute;
  transition: transform 220ms ease, top 220ms ease;
  width: 24px;
}

.menu-toggle span:first-child {
  top: 18px;
}

.menu-toggle span:last-child {
  top: 27px;
}

.menu-open .menu-toggle span:first-child {
  top: 23px;
  transform: rotate(45deg);
}

.menu-open .menu-toggle span:last-child {
  top: 23px;
  transform: rotate(-45deg);
}

.product-card,
.home-evidence-grid article,
.contact-links a {
  transition: box-shadow 220ms ease, transform 220ms ease;
}

.product-card:hover {
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
  transform: translateY(-7px);
}

.product-card:hover .product-visual img {
  transform: rotate(0deg) scale(1.035);
}

.product-card-green:hover .product-visual img {
  transform: rotate(0deg) scale(1.035);
}

.product-visual img {
  transition: transform 260ms ease;
}

.home-evidence-grid article:hover,
.contact-links a:hover {
  box-shadow: 0 24px 55px rgba(17, 29, 79, 0.1);
  transform: translateY(-5px);
}

.official-links a span,
.product-link span,
.contact-links i {
  transition: transform 180ms ease;
}

.official-links a:hover span,
.product-link:hover span,
.contact-links a:hover i {
  transform: translateX(5px);
}

.interactive-lab {
  align-items: center;
  background:
    radial-gradient(circle at 12% 15%, rgba(52, 199, 217, 0.15), transparent 28%),
    var(--navy-deep);
  color: #fff;
  display: grid;
  gap: 8vw;
  grid-template-columns: 0.8fr 1.2fr;
  overflow: hidden;
}

.lab-magnesium {
  background:
    radial-gradient(circle at 12% 15%, rgba(131, 182, 40, 0.18), transparent 28%),
    var(--navy-deep);
}

.lab-copy h2 {
  font-size: clamp(42px, 5vw, 72px);
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin: 0;
}

.lab-copy > p:last-child {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.75;
  margin: 28px 0 0;
  max-width: 600px;
}

.lab-panel {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: clamp(28px, 4vw, 50px);
}

.lab-options {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.lab-options button {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  padding: 11px 15px;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.lab-options button:hover {
  border-color: var(--gold);
  color: #fff;
  transform: translateY(-2px);
}

.lab-options button[aria-pressed="true"] {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--navy-deep);
}

.lab-magnesium .lab-options button[aria-pressed="true"] {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
}

.lab-result {
  margin-top: 50px;
}

.lab-result > span {
  color: rgba(255, 255, 255, 0.52);
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lab-result > strong {
  display: block;
  font-size: clamp(62px, 8vw, 112px);
  letter-spacing: -0.07em;
  line-height: 0.9;
  margin-top: 16px;
}

.lab-meter {
  background: rgba(255, 255, 255, 0.11);
  height: 7px;
  margin: 30px 0;
  overflow: hidden;
}

.lab-meter i {
  background: var(--gold);
  display: block;
  height: 100%;
  transition: width 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.lab-magnesium .lab-meter i {
  background: var(--green);
}

.lab-detail {
  align-items: baseline;
  display: grid;
  gap: 25px;
  grid-template-columns: auto 1fr;
}

.lab-detail b {
  color: var(--gold);
  font-size: 21px;
}

.lab-magnesium .lab-detail b {
  color: #a9d15c;
}

.lab-detail p {
  color: rgba(255, 255, 255, 0.58);
  font-size: 13.5px;
  line-height: 1.65;
  margin: 0;
}

.lab-panel > small {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.38);
  display: block;
  font-size: 10.5px;
  line-height: 1.5;
  margin-top: 30px;
  padding-top: 20px;
}

@media (max-width: 980px) {
  .menu-toggle {
    display: block;
  }

  .site-header nav {
    align-items: stretch;
    background: rgba(11, 18, 53, 0.98);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    flex-direction: column;
    gap: 0;
    left: 0;
    opacity: 0;
    padding: 22px clamp(24px, 7vw, 60px) 34px;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 96px;
    transform: translateY(-16px);
    transition: opacity 200ms ease, transform 200ms ease;
    visibility: hidden;
  }

  .site-header.menu-open nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .site-header nav a,
  .site-header nav a:not(.nav-cta) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    display: flex;
    font-size: 13px;
    padding: 18px 0;
  }

  .site-header nav .nav-cta {
    align-self: flex-start;
    border-bottom: 0;
    margin-top: 20px;
    padding: 14px 22px;
  }

  .interactive-lab {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .site-header nav {
    top: 90px;
  }

  .lab-detail {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .lab-result > strong {
    font-size: 72px;
  }
}


.data-copy > p:not(.kicker),
.evidence-heading > p:last-child,
.risk-heading > p:last-child,
.formula-copy > p:not(.kicker),
.lab-copy > p:last-child {
  font-size: 17px;
}

.renal-clarification {
  background: #eef3f8;
  border-left: 4px solid var(--aqua);
  margin-top: 28px;
  padding: 24px 26px;
}

.renal-clarification strong {
  color: var(--navy);
  display: block;
  font-size: 14px;
}

.renal-clarification p {
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.7;
  margin: 10px 0 0;
}

.lab-detail-calcium {
  align-items: stretch;
  display: block;
}

.lab-mini-metrics {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 24px;
}

.lab-mini-metrics span {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 17px;
}

.lab-mini-metrics small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lab-mini-metrics b {
  color: var(--gold);
  font-size: 24px;
}

.scroll-progress {
  background: rgba(255, 255, 255, 0.08);
  height: 4px;
  left: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.scroll-progress i {
  background: var(--gold);
  display: block;
  height: 100%;
  transition: width 100ms linear;
}

.motion-ready {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 720ms ease, transform 720ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.motion-ready.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.button:hover span {
  transform: translateX(4px);
}

.button span {
  transition: transform 180ms ease;
}

@media (prefers-reduced-motion: no-preference) {
  .hero-product-front {
    animation: kruger-float-front 5.8s ease-in-out infinite;
  }

  .hero-product-back {
    animation: kruger-float-back 6.6s ease-in-out infinite;
  }

  .detail-product-visual img {
    animation: kruger-detail-float 5.5s ease-in-out infinite;
  }

  .theme-magnesium .detail-product-visual img {
    animation-name: kruger-detail-float-magnesium;
  }

  .floating-note {
    animation: kruger-note-float 4.2s ease-in-out infinite;
  }

  .note-two {
    animation-delay: -1.7s;
  }

  .product-glow {
    animation: kruger-glow 5s ease-in-out infinite;
  }

  .detail-halo {
    animation: kruger-halo 5s ease-in-out infinite;
  }

  .hero-orb-one {
    animation: kruger-orbit 12s ease-in-out infinite alternate;
  }
}

@keyframes kruger-float-front {
  0%, 100% { transform: rotate(6deg) translateY(0); }
  50% { transform: rotate(4deg) translateY(-15px); }
}

@keyframes kruger-float-back {
  0%, 100% { transform: rotate(-8deg) scale(0.87) translateY(0); }
  50% { transform: rotate(-6deg) scale(0.87) translateY(13px); }
}

@keyframes kruger-detail-float {
  0%, 100% { transform: rotate(4deg) translateY(0); }
  50% { transform: rotate(2deg) translateY(-13px); }
}

@keyframes kruger-detail-float-magnesium {
  0%, 100% { transform: rotate(-4deg) translateY(0); }
  50% { transform: rotate(-2deg) translateY(-13px); }
}

@keyframes kruger-note-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes kruger-glow {
  0%, 100% { opacity: 0.72; transform: translate(-50%, -50%) scale(0.96); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.04); }
}

@keyframes kruger-halo {
  0%, 100% { opacity: 0.72; transform: scale(0.96); }
  50% { opacity: 1; transform: scale(1.04); }
}

@keyframes kruger-orbit {
  from { transform: translate(0, 0); }
  to { transform: translate(-35px, 24px); }
}

@media (max-width: 720px) {
  .lab-mini-metrics {
    grid-template-columns: 1fr;
  }
}

/* Human-centered editorial sections */

.home-lifestyle {
  align-items: stretch;
  background: #edf1f8;
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
}

.home-lifestyle-visual {
  margin: 0;
  min-height: 500px;
  overflow: hidden;
}

.home-lifestyle-visual img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.home-lifestyle-copy {
  align-items: flex-start;
  background: var(--navy);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 5vw, 78px);
}

.home-lifestyle-copy h2 {
  color: #fff !important;
  font-size: clamp(42px, 4.6vw, 68px);
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin: 0;
}

.home-lifestyle-copy > p:not(.kicker) {
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  line-height: 1.75;
  margin: 28px 0 0;
}

.lifestyle-points {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  gap: 20px;
  margin-top: 38px;
  padding-top: 22px;
  width: 100%;
}

.lifestyle-points span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lifestyle-points span::before {
  color: var(--gold);
  content: "•";
  margin-right: 8px;
}

/* Product-specific identity */

.theme-calcium {
  --product-accent: #7fcce8;
  --product-accent-strong: #2288ad;
  --product-soft: #eaf7fc;
}

.theme-magnesium {
  --product-accent: #b7d96a;
  --product-accent-strong: #6f9c1f;
  --product-soft: #f0f7df;
}

.theme-calcium .product-detail-hero {
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 80% 42%, #3f7199 0, var(--navy-deep) 50%, #0e1743 100%);
  background-size: 72px 72px, 72px 72px, auto;
}

.theme-magnesium .product-detail-hero {
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 80% 42%, #496530 0, var(--navy-deep) 52%, #0e1743 100%);
  background-size: 72px 72px, 72px 72px, auto;
}

.product-detail-page .product-detail-hero::before {
  background: var(--product-accent);
}

.product-detail-page .detail-flavor,
.product-detail-page .product-detail-hero .kicker.gold,
.product-detail-page .data-section .kicker.gold,
.product-detail-page .references .kicker.gold,
.product-detail-page .role-grid span {
  color: var(--product-accent) !important;
}

.product-detail-page .detail-halo {
  background: radial-gradient(circle, rgba(127, 204, 232, 0.34), rgba(255, 255, 255, 0) 68%);
}

.theme-magnesium .detail-halo {
  background: radial-gradient(circle, rgba(183, 217, 106, 0.3), rgba(255, 255, 255, 0) 68%);
}

.product-detail-page .detail-dietary span {
  background: rgba(127, 204, 232, 0.12);
  border-color: rgba(127, 204, 232, 0.26);
}

.theme-magnesium .detail-dietary span {
  background: rgba(183, 217, 106, 0.12);
  border-color: rgba(183, 217, 106, 0.26);
}

.product-lifestyle {
  align-items: center;
  background: var(--product-soft);
  display: grid;
  gap: clamp(45px, 7vw, 110px);
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
}

.theme-magnesium .product-lifestyle-visual {
  order: 2;
}

.product-lifestyle-visual {
  box-shadow: 0 26px 60px rgba(17, 29, 79, 0.14);
  margin: 0;
  min-height: 480px;
  overflow: hidden;
  position: relative;
}

.product-lifestyle-visual::after {
  border: 2px solid var(--product-accent);
  bottom: 22px;
  content: "";
  left: 22px;
  pointer-events: none;
  position: absolute;
  right: 22px;
  top: 22px;
}

.product-lifestyle-visual img {
  height: 100%;
  min-height: 480px;
  object-fit: cover;
  width: 100%;
}

.product-lifestyle-copy .kicker {
  color: var(--product-accent-strong);
}

.product-lifestyle-copy h2 {
  color: var(--navy) !important;
  font-size: clamp(44px, 5vw, 74px);
  letter-spacing: -0.06em;
  line-height: 0.96;
  margin: 0;
}

.product-lifestyle-copy > p:not(.kicker) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
  margin: 28px 0 0;
}

.product-lifestyle-marker {
  align-items: center;
  display: flex;
  gap: 18px;
  margin-top: 42px;
}

.product-lifestyle-marker span {
  align-items: center;
  background: var(--product-accent);
  border-radius: 50%;
  color: var(--navy-deep);
  display: flex;
  font-size: 25px;
  font-weight: 800;
  height: 72px;
  justify-content: center;
  letter-spacing: -0.06em;
  width: 72px;
}

.product-lifestyle-marker i {
  background: var(--product-accent);
  display: block;
  height: 3px;
  width: 92px;
}

.product-detail-page .formula-section {
  background: var(--product-soft);
}

.product-detail-page .ingredient-panel {
  border-top-color: var(--product-accent);
}

.product-detail-page .ingredient-panel li::before {
  background: var(--product-accent-strong);
}

.product-detail-page .medical-note {
  border-left-color: var(--product-accent);
}

.product-detail-page .medical-note strong {
  color: var(--product-accent);
}

.theme-magnesium .evidence-table-wrap table {
  border-top-color: var(--product-accent);
}

body .interactive-lab .lab-options button {
  color: rgba(255, 255, 255, 0.82) !important;
}

body .interactive-lab .lab-options button:hover {
  color: #fff !important;
}

body .lab-magnesium .lab-options button[aria-pressed="true"] {
  background: var(--green);
  border-color: var(--green);
  color: var(--navy-deep) !important;
}

@media (max-width: 980px) {
  .home-lifestyle,
  .product-lifestyle {
    grid-template-columns: 1fr;
  }

  .home-lifestyle-visual,
  .product-lifestyle-visual,
  .product-lifestyle-visual img {
    min-height: 420px;
  }

  .theme-magnesium .product-lifestyle-visual {
    order: 0;
  }
}

@media (max-width: 720px) {
  .home-lifestyle,
  .product-lifestyle {
    padding-left: 0;
    padding-right: 0;
  }

  .home-lifestyle-visual,
  .product-lifestyle-visual,
  .product-lifestyle-visual img {
    min-height: 330px;
  }

  .home-lifestyle-copy,
  .product-lifestyle-copy {
    padding: 48px 24px;
  }

  .product-lifestyle-visual {
    margin: 0 22px;
  }

  .lifestyle-points {
    flex-wrap: wrap;
  }
}

/* White-led visual system */

.home-lifestyle {
  background: #fff;
}

.home-lifestyle-copy {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--navy);
}

.home-lifestyle-copy h2 {
  color: var(--navy) !important;
}

.home-lifestyle-copy > p:not(.kicker) {
  color: var(--muted);
}

.home-lifestyle-copy .lifestyle-points {
  border-top-color: var(--line);
}

.home-lifestyle-copy .lifestyle-points span {
  color: var(--navy);
}

.products-section {
  background: #fff;
  color: var(--navy);
}

body .products-section .products-heading h2 {
  color: var(--navy) !important;
}

.products-heading > p {
  color: var(--muted);
}

.product-card {
  border: 1px solid var(--line);
  box-shadow: 0 18px 50px rgba(17, 29, 79, 0.08);
}

.product-detail-page .data-section {
  background: #fff;
  color: var(--navy);
}

body .product-detail-page .data-section .data-copy h2 {
  color: var(--navy) !important;
}

.product-detail-page .data-copy > p:not(.kicker) {
  color: var(--muted);
}

.product-detail-page .medical-note span {
  color: var(--muted);
}

.product-detail-page .data-table-wrap table {
  background: var(--product-soft);
  border: 1px solid var(--line);
}

.product-detail-page .data-table-wrap th,
.product-detail-page .data-table-wrap td {
  background: rgba(255, 255, 255, 0.72);
}

.product-detail-page .data-table-wrap small {
  color: var(--muted);
}

.product-detail-page .references {
  background: #fff;
  color: var(--navy);
}

body .product-detail-page .references h2 {
  color: var(--navy) !important;
}

.product-detail-page .references ol {
  border-top-color: var(--line);
}

.product-detail-page .references li {
  border-bottom-color: var(--line);
}

.product-detail-page .references span {
  color: var(--muted);
}

.product-detail-page .references i {
  color: var(--product-accent-strong);
}

/* Approved direction: preserve the earlier system and add the selected stories. */

.products-section {
  background: var(--navy-deep);
  color: #fff;
}

body .products-section .products-heading h2 {
  color: #fff !important;
}

.products-section .products-heading > p {
  color: rgba(255, 255, 255, 0.62);
}

.product-card {
  border: 0;
  box-shadow: none;
}

.product-detail-page .references {
  background: var(--navy-deep);
  color: #fff;
}

body .product-detail-page .references h2 {
  color: #fff !important;
}

.product-detail-page .references ol,
.product-detail-page .references li {
  border-color: rgba(255, 255, 255, 0.14);
}

.product-detail-page .references span {
  color: rgba(255, 255, 255, 0.48);
}

.science-intro-horizontal {
  background: #fff;
  display: grid;
  gap: clamp(36px, 5vw, 72px);
  grid-template-areas:
    "heading lead"
    "roles roles";
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  min-height: min(100vh, 920px);
}

.science-intro-horizontal .science-intro-heading {
  grid-area: heading;
}

.science-intro-horizontal .science-intro-body {
  display: contents;
}

.science-intro-horizontal .large-copy {
  align-self: end;
  grid-area: lead;
  max-width: 920px;
}

.science-intro-horizontal .role-grid {
  grid-area: roles;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 0;
}

.science-intro-horizontal .role-grid article {
  min-height: 205px;
  padding: clamp(22px, 2.2vw, 34px);
}

.science-intro-horizontal .role-grid h3 {
  font-size: clamp(18px, 1.55vw, 24px);
  margin: 32px 0 12px;
}

.science-intro-horizontal .role-grid p {
  font-size: 14px;
}

.stage-journey {
  background: #fff;
  height: var(--journey-height);
  position: relative;
}

.stage-journey-sticky {
  background: #fff;
  height: 100vh;
  overflow: hidden;
  padding: clamp(30px, 4vw, 62px) 0 28px;
  position: sticky;
  top: 0;
}

.stage-journey-header {
  align-items: end;
  display: flex;
  gap: 42px;
  justify-content: space-between;
  padding: 0 clamp(24px, 7.2vw, 116px);
}

.stage-journey-header > div:first-child {
  display: grid;
  gap: 18px;
  grid-template-columns: auto minmax(320px, 640px);
}

.stage-journey-header .kicker {
  color: var(--product-accent-strong);
  margin: 7px 0 0;
}

.stage-journey-header h2 {
  color: var(--navy) !important;
  font-size: clamp(34px, 3.6vw, 58px);
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin: 0;
}

.stage-journey-progress {
  align-items: center;
  display: grid;
  flex: 0 0 min(30vw, 360px);
  gap: 12px;
  grid-template-columns: auto 1fr auto;
}

.stage-journey-progress span {
  color: var(--navy);
  font-size: 10px;
  font-weight: 800;
}

.stage-journey-progress i {
  background: var(--line);
  display: block;
  height: 2px;
  overflow: hidden;
}

.stage-journey-progress b {
  background: var(--product-accent);
  display: block;
  height: 100%;
  transition: width 360ms ease;
}

.stage-journey-viewport {
  margin-top: clamp(22px, 3vw, 42px);
  overflow: hidden;
}

.stage-journey-track {
  display: flex;
  gap: clamp(18px, 2vw, 32px);
  padding: 0 clamp(24px, 7.2vw, 116px);
  transition: transform 80ms linear;
  width: max-content;
  will-change: transform;
}

.stage-card {
  background: #fff;
  border: 1px solid var(--line);
  display: grid;
  flex: 0 0 min(82vw, 1160px);
  grid-template-columns: minmax(270px, 0.78fr) minmax(360px, 1.22fr);
  max-height: 61vh;
  min-height: 470px;
  overflow: hidden;
  position: relative;
}

.stage-card::before {
  background: var(--product-accent);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 480ms cubic-bezier(0.2, 0.75, 0.2, 1);
  width: 5px;
  z-index: 3;
}

.stage-card.is-active::before {
  transform: scaleY(1);
}

.stage-portrait {
  align-self: end;
  aspect-ratio: 0.5356;
  background: #fff;
  height: min(57vh, 540px);
  justify-self: center;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.stage-portrait img {
  height: 100%;
  left: 0;
  max-width: none;
  position: absolute;
  top: 0;
  transform: translateX(calc(var(--portrait-index) * -25%));
  width: 400%;
}

.stage-card-copy {
  align-self: center;
  padding: clamp(34px, 4.6vw, 72px);
  position: relative;
}

.stage-card-number {
  color: var(--product-accent-strong);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.stage-card-copy > p:not(.stage-card-description) {
  color: var(--product-accent-strong);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 42px 0 12px;
  text-transform: uppercase;
}

.stage-card h3 {
  color: var(--navy) !important;
  font-size: clamp(28px, 3vw, 48px);
  letter-spacing: -0.05em;
  line-height: 1;
  margin: 0;
}

.stage-card strong {
  color: var(--navy);
  display: block;
  font-size: clamp(58px, 6.8vw, 102px);
  letter-spacing: -0.075em;
  line-height: 0.92;
  margin-top: 28px;
}

.stage-card small {
  color: var(--muted);
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-top: 10px;
  text-transform: uppercase;
}

.stage-card-rule {
  background: var(--product-accent);
  height: 4px;
  margin: 28px 0 20px;
  max-width: 320px;
}

.stage-card-description {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
  max-width: 570px;
}

.stage-journey-source {
  color: var(--muted);
  font-size: 10px;
  margin: 18px clamp(24px, 7.2vw, 116px) 0;
}

@media (max-width: 980px) {
  .science-intro-horizontal {
    grid-template-areas:
      "heading"
      "lead"
      "roles";
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .science-intro-horizontal .role-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stage-journey-header > div:first-child {
    display: block;
  }

  .stage-journey-header .kicker {
    margin-bottom: 12px;
  }

  .stage-card {
    flex-basis: 88vw;
    grid-template-columns: minmax(220px, 0.72fr) minmax(300px, 1.28fr);
  }
}

@media (max-width: 720px), (prefers-reduced-motion: reduce) {
  .stage-journey {
    height: auto;
  }

  .stage-journey-sticky {
    height: auto;
    overflow: visible;
    padding-bottom: 70px;
    position: static;
  }

  .stage-journey-header {
    align-items: start;
    flex-direction: column;
  }

  .stage-journey-progress {
    display: none;
  }

  .stage-journey-viewport {
    overflow: visible;
  }

  .stage-journey-track {
    flex-direction: column;
    transform: none !important;
    width: auto;
  }

  .stage-card {
    flex-basis: auto;
    grid-template-columns: 1fr;
    max-height: none;
    min-height: 0;
  }

  .stage-portrait {
    height: auto;
    width: min(72vw, 340px);
  }

  .stage-card-copy {
    padding: 34px 26px 42px;
  }

  .science-intro-horizontal .role-grid {
    grid-template-columns: 1fr;
  }
}

/* Refinements approved after the white-layout review */

.product-detail-page .formula-section {
  background: #fff;
}

.theme-calcium .product-detail-hero,
.theme-magnesium .product-detail-hero {
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(135deg, #0e1743 0%, #15275f 100%);
  background-size: 72px 72px, 72px 72px, auto;
}

.product-detail-page .detail-halo {
  display: none;
}

.product-detail-page .gap-row > i {
  background: rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  height: 14px;
  overflow: hidden;
}

.product-detail-page .gap-row > i > span {
  background: #70cfe8;
  border-radius: inherit;
  display: block;
  height: 100%;
  min-width: 12px;
  opacity: 1;
}

.product-detail-page .gap-row-target > i > span {
  background: var(--gold);
}

/* Unified corporate accents */

.product-detail-page {
  --product-accent: #29478f;
  --product-accent-strong: #173376;
}

.product-detail-page .product-detail-hero .kicker.gold,
.product-detail-page .detail-flavor {
  color: #fff !important;
}

.product-detail-page .detail-dietary span {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
}

.product-detail-page .formula-section .kicker.gold {
  color: var(--navy) !important;
}

.product-detail-page .gap-row:not(.gap-row-target) > i > span {
  background: #fff;
}

.product-detail-page .references .kicker.gold,
.product-detail-page .references a,
.product-detail-page .references strong,
.product-detail-page .references i {
  color: #fff !important;
}

.product-detail-page .references span {
  color: rgba(255, 255, 255, 0.7) !important;
}

.product-detail-page .product-lifestyle-marker span {
  color: #fff !important;
}

/* Final alignment for the interactive selectors */

.product-detail-page .interactive-lab .lab-options {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
}

body .product-detail-page .interactive-lab .lab-options button {
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.24) !important;
  border-radius: 10px !important;
  display: flex;
  justify-content: center;
  margin: 0;
  min-height: 52px;
  padding: 10px 12px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

body .product-detail-page .interactive-lab .lab-options button[aria-pressed="true"],
body .product-detail-page .lab-magnesium .lab-options button[aria-pressed="true"] {
  background: var(--gold) !important;
  border-color: var(--gold) !important;
  color: var(--navy-deep) !important;
}

.product-detail-page .lab-magnesium .lab-meter i {
  background: var(--gold);
}

/* KRÜGER GROUP video */

.history-video {
  align-items: center;
  background: #fff;
  display: grid;
  gap: clamp(42px, 7vw, 110px);
  grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
}

.history-video-copy h2 {
  color: var(--navy) !important;
  font-size: clamp(42px, 5vw, 72px);
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin: 0;
}

.history-video-copy > p:last-child {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
  margin: 28px 0 0;
}

.history-video-frame {
  aspect-ratio: 16 / 9;
  background: var(--navy-deep);
  box-shadow: 0 24px 64px rgba(17, 29, 79, 0.16);
  overflow: hidden;
  width: 100%;
}

.history-video-frame iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

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