@font-face {
  font-family: Manrope;
  src: url("assets/manrope-latin.woff2") format("woff2");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}
:root {
  color-scheme: light;
  --paper: #f5f5f7;
  --surface: #ededf0;
  --ink: #171d26;
  --muted: #59616b;
  --navy: #11283d;
  --lemon: #d6b53c;
  --lemon-surface: #ebe6cc;
  --lemon-ink: #655115;
  --line: #d4d6db;
  --focus: #2d5378;
  --glass-fill: rgb(247 248 250 / .82);
  --glass-edge: rgb(255 255 255 / .88);
  --glass-highlight: rgb(255 255 255 / .86);
  --glass-shadow: 0 10px 36px rgb(45 53 67 / .10);
  --space: clamp(24px, 5vw, 80px);
  --ease: cubic-bezier(.23, 1, .32, 1);
  /* Radius system: 16px for media, pills for controls and navigation.
     Layers: content 0, hero copy 1, navigation 10, skip link 20. */
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; background: var(--paper); -webkit-text-size-adjust: 100%; scrollbar-color: var(--muted) var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 16px/1.65 Manrope, sans-serif; -webkit-font-smoothing: antialiased; }
::selection { background: var(--lemon); color: #171d26; }
a { color: inherit; text-underline-offset: .28em; }
button { font: inherit; color: inherit; cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
img { display: block; width: 100%; height: auto; }
figure, p, h1, h2, h3, dl, dd { margin: 0; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--focus); outline-offset: 5px; }
.shell { width: min(calc(100% - var(--space) * 2), 1280px); margin-inline: auto; }
.section { padding-block: clamp(88px, 9vw, 132px); }
h1, h2, h3 { letter-spacing: -.04em; }
h1 { font-size: clamp(60px, 6.15vw, 88px); line-height: 1.02; font-weight: 750; }
h2 { font-size: clamp(40px, 4.6vw, 64px); line-height: 1.12; font-weight: 650; text-wrap: balance; }
h3 { font-size: 24px; line-height: 1.3; font-weight: 650; letter-spacing: -.025em; }
.muted { color: var(--muted); }
.accent { color: var(--lemon); }
.icon-arrow { display: inline-block; flex: 0 0 20px; width: 20px; height: 20px; background: currentColor; mask: url("assets/arrow-up-right.svg") center/contain no-repeat; }
.skip-link { position: fixed; z-index: 20; top: 20px; left: 24px; padding: 12px 20px; border-radius: 999px; background: var(--ink); color: var(--paper); transform: translateY(-180%); }
.skip-link:focus { transform: none; }
/* Apple Liquid Glass-inspired web approximation, not an Apple web package.
   Sources: Taste Skill Appendix C; developer.apple.com/documentation/technologyoverviews/liquid-glass.
   Glass is reserved for persistent navigation and image-view controls. */
.glass {
  position: relative;
  isolation: isolate;
  border: 1px solid var(--glass-edge);
  background: linear-gradient(135deg, rgb(255 255 255 / .14), rgb(255 255 255 / .02)), var(--glass-fill);
  box-shadow: inset 0 1px 0 var(--glass-highlight), inset 0 -1px 0 rgb(255 255 255 / .14), var(--glass-shadow);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
}
.site-header { position: fixed; top: 20px; left: 0; right: 0; z-index: 10; pointer-events: none; }
.nav { width: min(calc(100% - 48px), 1100px); min-height: 64px; margin-inline: auto; padding: 10px 28px; display: flex; justify-content: space-between; align-items: center; gap: 28px; border-radius: 999px; pointer-events: auto; }
.brand { font-size: 28px; font-weight: 800; letter-spacing: -.04em; line-height: 1; text-decoration: none; }
.brand span { color: var(--lemon); }
.nav-links { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 600; }
.nav-links a { display: inline-flex; align-items: center; gap: 9px; padding-block: 10px; text-decoration: none; }
.nav-links a[aria-current="location"] { text-decoration: underline; text-decoration-color: var(--lemon); text-decoration-thickness: 3px; text-underline-offset: 7px; }
.nav-links .icon-arrow { width: 16px; height: 16px; flex-basis: 16px; }
.menu-button { display: none; border: 0; background: var(--surface); border-radius: 999px; min-height: 44px; padding: 9px 18px; font-size: 13px; font-weight: 650; }
.hero { position: relative; isolation: isolate; min-height: min(760px, 94svh); display: flex; align-items: center; padding-block: 96px 64px; overflow: hidden; }
.hero-content { position: relative; z-index: 1; }
.hero-content h1 { max-width: none; font-size: clamp(48px, 4.6vw, 68px); line-height: 1.08; }
.hero-copy { max-width: 34ch; margin-top: 28px; font-size: clamp(16px, 1.4vw, 20px); line-height: 1.6; color: #414a55; }
.hero-copy strong { color: inherit; font-weight: 650; }
.hero-visual { position: absolute; inset: 0; z-index: 0; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 54px; padding: 15px 25px; background: var(--navy); color: #f5f5f7; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 600; text-decoration: none; white-space: nowrap; transition: transform 160ms var(--ease), background-color 180ms ease; }
.button:active, .menu-button:active, .gallery-controls button:active { transform: scale(.97); }
.text-link { display: inline-flex; align-items: center; min-height: 44px; font-size: 13px; font-weight: 650; }
.product-strip { display: flex; justify-content: space-between; align-items: center; gap: 20px; min-height: 84px; padding-block: 22px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.product-strip span:first-child { color: var(--ink); font-weight: 650; }
.product-strip > a { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; color: var(--ink); font-weight: 650; text-decoration: none; }
.product-strip .icon-arrow { width: 16px; height: 16px; flex-basis: 16px; }
.story-intro { max-width: 960px; margin-inline: auto; }
.brand-statement { max-width: 76ch; margin-top: 32px; color: var(--muted); font-size: 19px; line-height: 1.75; }
.brand-statement p + p { margin-top: 22px; }
.brand-statement strong { color: var(--ink); font-weight: 600; }
.science-principles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 52px; margin-top: 60px; padding-top: 32px; border-top: 1px solid var(--line); }
.science-principles h3 { font-size: 21px; }
.science-principles p { margin-top: 14px; font-size: 14px; color: var(--muted); }
.science-source { margin-top: 32px; font-size: 11px; line-height: 1.8; color: var(--muted); }
.science-source .icon-arrow { width: 12px; height: 12px; vertical-align: middle; }
.product-section { background: var(--surface); }
.product-heading { margin-bottom: 64px; }
.product-heading p { margin-top: 22px; color: var(--muted); font-size: 18px; }
.product-layout { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(40px, 6vw, 96px); }
.product-gallery { min-width: 0; }
.gallery-frame { aspect-ratio: 4/3; overflow: hidden; border-radius: 16px; background: #e9e9eb; }
.gallery-frame img { width: 100%; height: 100%; object-fit: cover; object-position: right center; }
.gallery-controls { display: flex; width: fit-content; max-width: 100%; align-items: center; justify-content: center; gap: 4px; margin: 22px auto 0; padding: 5px; border-radius: 999px; }
.gallery-controls button { border: 0; border-radius: 999px; background: transparent; color: var(--muted); min-height: 44px; padding: 10px 18px; font-size: 12px; font-weight: 600; white-space: nowrap; transition: transform 160ms var(--ease), background-color 180ms ease, color 180ms ease; }
.gallery-controls button[aria-pressed="true"] { background: var(--navy); color: #f5f5f7; }
.image-caption { color: var(--muted); text-align: center; font-size: 11px; min-height: 36px; margin-top: 12px; }
.flavour { display: inline-block; padding: 5px 13px; border-radius: 999px; background: var(--lemon-surface); color: var(--lemon-ink); font-size: 12px; font-weight: 600; }
.product-details h3 { font-size: clamp(28px, 3vw, 40px); line-height: 1.2; margin-top: 22px; }
.product-description { color: var(--muted); font-size: 15px; max-width: 43ch; margin-top: 22px; }
.product-links { display: flex; flex-wrap: wrap; align-items: center; column-gap: 28px; row-gap: 8px; margin-top: 20px; }
.product-links .inline-link { margin-top: 0; }
.format-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--line); }
.format-facts dt { color: var(--muted); font-size: 11px; }
.format-facts dd { font-size: 38px; line-height: 1.2; font-weight: 600; letter-spacing: -.03em; margin-top: 8px; font-variant-numeric: tabular-nums; }
.format-facts dd span { display: block; margin-top: 8px; font-size: 12px; font-weight: 400; letter-spacing: 0; }
.product-classification { color: var(--muted); font-size: 11px; margin-top: 26px; max-width: 46ch; }
.inline-link { display: inline-flex; align-items: center; gap: 14px; min-height: 44px; margin-top: 20px; font-size: 14px; font-weight: 650; text-decoration: none; }
.application { padding-bottom: 0; }
.application-heading > p { max-width: 65ch; margin-top: 24px; color: var(--muted); font-size: 18px; }
.application-grid { display: grid; grid-template-columns: 1.2fr 1fr; align-items: end; gap: 40px; margin-top: 56px; }
.application-shot { min-width: 0; }
.application-shot img { aspect-ratio: 4/3; object-fit: cover; border-radius: 16px; background: var(--surface); }
.application-shot figcaption { margin-top: 24px; }
.application-shot h3 { font-size: 22px; }
.application-shot p { max-width: 42ch; margin-top: 10px; color: var(--muted); font-size: 14px; }
.application-context { max-width: 88ch; margin-top: 36px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.gym-story { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); align-items: center; gap: clamp(32px, 5vw, 72px); margin-top: 64px; }
.gym-story img { border-radius: 16px; background: var(--surface); }
.gym-story h3 { font-size: clamp(28px, 3vw, 40px); line-height: 1.2; }
.gym-story p { max-width: 36ch; margin-top: 24px; color: var(--muted); }
.gym-story .text-link { margin-top: 16px; }
.taste-section { padding-bottom: 0; }
.taste-heading { max-width: 900px; }
.taste-heading > p { max-width: 62ch; margin-top: 24px; color: var(--muted); font-size: 18px; }
.taste-visual { margin-top: 44px; }
.taste-visual img { border-radius: 16px; background: var(--surface); }
.taste-visual figcaption { margin-top: 12px; color: var(--muted); font-size: 12px; }
.taste-notes { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); column-gap: 64px; row-gap: 18px; margin-top: 32px; }
.taste-notes h3 { font-size: 22px; }
.taste-notes p { margin-top: 10px; color: var(--muted); max-width: 46ch; font-size: 15px; }
.taste-notes > a { grid-column: 1/-1; width: fit-content; margin-top: 0; }
.formula-heading p { color: var(--muted); margin-top: 24px; }
.mineral-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 24px; margin-top: 60px; }
.mineral { border-top: 1px solid var(--line); padding-top: 24px; }
.mineral dt { display: flex; flex-direction: column; gap: 16px; font-size: 13px; }
.chemical { font-size: 28px; font-weight: 500; color: var(--muted); letter-spacing: -.02em; }
.mineral dd { font-size: clamp(28px, 2.85vw, 40px); line-height: 1.2; font-weight: 600; letter-spacing: -.035em; margin-top: 22px; font-variant-numeric: tabular-nums; }
.mineral dd > span { font-size: 16px; font-weight: 400; letter-spacing: 0; }
.mineral small { display: block; margin-top: 14px; font-size: 11px; font-weight: 400; letter-spacing: 0; color: var(--muted); }
.value-note { font-size: 17px; display: inline-flex; align-items: flex-start; justify-content: center; min-width: 24px; min-height: 24px; text-decoration: none; vertical-align: top; }
.formula-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; padding-top: 32px; margin-top: 36px; color: var(--muted); font-size: 12px; border-top: 1px solid var(--line); }
.formula > .text-link { margin-top: 12px; }
.science-section { border-top: 1px solid var(--line); }
.science-intro { max-width: 900px; }
.science-lead { margin-top: 28px; max-width: 70ch; color: var(--muted); font-size: 18px; }
.science-lead strong { color: var(--ink); font-weight: 600; }
.science-lead p + p { margin-top: 18px; }
.science-lead .text-link { margin-top: 14px; }
.formula-reasons { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(32px, 6vw, 88px); margin-top: 64px; }
.formula-reasons article { padding-top: 26px; border-top: 1px solid var(--line); }
.formula-reasons h3 { font-size: 23px; }
.formula-reasons p { margin-top: 18px; max-width: 60ch; color: var(--muted); }
.formula-reasons .text-link { margin-top: 12px; }
.science-explorer { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); gap: clamp(40px, 6vw, 88px); margin-top: 76px; }
.science-guide > p { margin-top: 20px; color: var(--muted); max-width: 38ch; }
.science-reading-note { margin-top: 32px; padding: 24px; background: var(--surface); border-radius: 16px; max-width: 42ch; }
.science-section h4 { margin: 0; font-size: 17px; font-weight: 650; line-height: 1.5; }
.science-reading-note p { margin-top: 12px; color: var(--muted); font-size: 14px; }
.science-disclosure { border-top: 1px solid var(--line); }
.science-disclosure:last-child { border-bottom: 1px solid var(--line); }
.science-disclosure summary { padding: 22px 4px; font-size: 21px; font-weight: 650; line-height: 1.4; cursor: pointer; touch-action: manipulation; }
.science-disclosure summary::marker { color: var(--muted); font-size: 14px; }
.ingredient-list { padding-top: 8px; }
.ingredient-list article + article { margin-top: 28px; }
.ingredient-list p { margin-top: 8px; color: var(--muted); overflow-wrap: anywhere; }
.ingredient-context { margin-top: 28px; font-size: 14px; color: var(--muted); }
.ingredient-sources { margin-block: 20px 28px; font-size: 13px; line-height: 1.85; color: var(--muted); }
.science-perspective { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); gap: clamp(40px, 6vw, 88px); margin-top: 64px; padding-top: 32px; border-top: 1px solid var(--line); }
.science-perspective p { color: var(--muted); }
.science-perspective p + p { margin-top: 16px; }
.science-perspective .text-link { margin-top: 16px; }
.ritual-section { background: var(--surface); padding-block: 76px; }
.ritual { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center; }
.ritual-visual { overflow: hidden; border-radius: 16px; }
.ritual-visual img { aspect-ratio: 4/3; object-fit: cover; }
.ritual-copy h2 { font-size: clamp(36px, 4vw, 56px); }
.ritual-copy > p { color: var(--muted); font-size: 16px; margin-top: 26px; }
.daily-dose { margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 14px; }
.daily-dose p { margin-top: 12px; color: var(--muted); font-size: 12px; }
.preparation-steps { margin: 26px 0 0; padding-left: 24px; font-size: 15px; }
.preparation-steps li { padding: 5px 0 5px 4px; }
.preparation-steps li::marker { color: var(--muted); font-variant-numeric: tabular-nums; }
.starter-section { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); row-gap: 48px; column-gap: clamp(32px, 6vw, 88px); align-items: center; }
.starter-intro { grid-column: 1/-1; }
.starter-intro-copy { max-width: 64ch; margin-top: 24px; }
.starter-intro-copy > p { color: var(--muted); font-size: 18px; }
.starter-intro-copy > .text-link { margin-top: 12px; }
.starter-visual { min-width: 0; }
.starter-visual img { border-radius: 16px; background: var(--surface); }
.starter-visual figcaption { margin-top: 12px; color: var(--muted); text-align: center; font-size: 11px; }
.starter-offer { min-width: 0; padding: clamp(28px, 3vw, 44px); border-radius: 16px; background: var(--surface); }
.starter-offer h3 { font-size: 26px; }
.set-contents { margin-top: 28px; }
.set-contents > div { padding-block: 18px; border-top: 1px solid var(--line); }
.set-contents dt { font-size: 15px; font-weight: 650; }
.set-contents dd { margin-top: 5px; color: var(--muted); font-size: 14px; }
.set-fit { margin-top: 10px; color: var(--muted); font-size: 13px; }
.offer-price { margin-top: 30px; font-size: 44px; line-height: 1.2; font-weight: 650; letter-spacing: -.035em; font-variant-numeric: tabular-nums; }
.offer-label { margin-top: 22px; color: var(--muted); font-size: 13px; }
.offer-label + .offer-price { margin-top: 8px; }
.offer-terms { margin-top: 10px; color: var(--muted); font-size: 12px; }
.checkout-button { width: 100%; margin-top: 24px; }
.button:disabled { cursor: not-allowed; background: var(--surface); color: var(--muted); border-color: var(--line); transform: none; }
.checkout-status { margin-top: 16px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.launch-lead { margin-top: 18px; color: var(--muted); font-size: 15px; }
.launch-benefit { display: flex; align-items: center; gap: 24px; margin-top: 28px; padding: 24px; border-radius: 16px; color: var(--lemon-ink); background: var(--lemon-surface); }
.launch-benefit strong { flex-shrink: 0; font-size: 52px; font-weight: 650; line-height: 1; letter-spacing: -.035em; white-space: nowrap; }
.launch-benefit > span { font-size: 14px; line-height: 1.6; }
.launch-status { margin-top: 24px; color: var(--muted); font-size: 13px; }
.launch-form { margin-top: 22px; }
.launch-form fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.email-label { display: block; margin-bottom: 9px; font-size: 14px; font-weight: 650; }
.launch-form input[type="email"] { width: 100%; min-height: 54px; border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px; color: var(--ink); background: var(--paper); font: inherit; font-size: 16px; caret-color: var(--focus); }
.launch-form input::placeholder { color: var(--muted); opacity: 1; }
.launch-form input:disabled { opacity: 1; cursor: not-allowed; }
.launch-consent { display: flex; align-items: flex-start; gap: 12px; padding-block: 18px; font-size: 12px; line-height: 1.75; color: var(--muted); }
.launch-consent input { width: 20px; height: 20px; flex: 0 0 20px; margin: 2px 0 0; accent-color: var(--navy); }
.launch-submit { width: 100%; white-space: normal; }
.launch-help { margin-top: 18px; color: var(--muted); font-size: 12px; line-height: 1.75; }
.brand-story { background: var(--surface); }
.brand-manifesto h2 { font-size: clamp(52px, 7vw, 96px); line-height: 1.08; }
.brand-belief { margin-top: 36px; font-size: clamp(25px, 3vw, 38px); font-weight: 600; line-height: 1.25; letter-spacing: -.025em; }
.brand-narrative { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(32px, 6vw, 88px); margin-top: 40px; }
.brand-narrative .brand-statement { margin-top: 0; font-size: 17px; line-height: 1.8; }
.development-process { margin-top: 52px; }
.development-process article { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr); gap: 48px; padding-block: 24px; border-top: 1px solid var(--line); }
.development-process h3 { font-size: 22px; }
.development-process p { max-width: 60ch; font-size: 15px; color: var(--muted); }
.brand-signature { margin-top: 48px; font-weight: 650; font-size: clamp(23px, 2.8vw, 36px); line-height: 1.4; letter-spacing: -.025em; }
.brand-company { margin-top: 12px; color: var(--muted); font-size: 12px; }
.range-intro > p { max-width: 62ch; margin-top: 24px; color: var(--muted); font-size: 17px; }
.range-list { margin-top: 56px; }
.range-row { display: grid; grid-template-columns: minmax(150px, 1fr) minmax(0, 1.3fr) minmax(145px, auto); align-items: center; gap: 32px; padding-block: 28px; border-top: 1px solid var(--line); }
.range-row:last-child { border-bottom: 1px solid var(--line); }
.range-row h3 { font-size: clamp(25px, 3vw, 38px); }
.range-row > p { color: var(--muted); font-size: 14px; }
.development-label { justify-self: end; color: var(--muted); font-size: 12px; }
.range-row > .text-link { justify-self: end; }
.range-current { color: var(--ink); }
.faq-section { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(32px, 6vw, 80px); padding-top: 0; }
.faq-heading p { margin-top: 24px; color: var(--muted); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 24px 4px; font-size: 18px; font-weight: 650; line-height: 1.5; cursor: pointer; touch-action: manipulation; }
.faq-list summary::marker { color: var(--muted); font-size: 13px; }
.faq-list details > p { padding: 0 4px 24px; color: var(--muted); font-size: 15px; }
.faq-list details > .text-link { margin: -12px 4px 16px; }
.closing { text-align: center; }
.closing h2 { font-size: clamp(44px, 6vw, 80px); }
.closing p { color: var(--muted); margin-top: 28px; font-size: 16px; }
.closing .button { margin-top: 32px; }
.site-footer { padding-block: 56px 28px; border-top: 1px solid var(--line); }
.footer-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 44px; }
.footer-top p { color: var(--muted); font-size: 12px; margin-top: 18px; }
.footer-top nav { display: flex; flex-direction: column; gap: 4px; font-size: 12px; }
.footer-top nav a { padding-block: 8px; text-decoration: none; }
.company { color: var(--muted); font-size: 12px; }
.footer-notes { padding-top: 28px; margin-top: 42px; border-top: 1px solid var(--line); max-width: 115ch; font-size: 11px; color: var(--muted); line-height: 1.8; }
.footer-notes p + p { margin-top: 14px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 32px; font-size: 11px; color: var(--muted); }
@media (hover: hover) and (pointer: fine) {
  .button:not(:disabled):hover { background: #2e475e; transform: translateY(-2px); }
  .nav-links a:hover, .inline-link:hover, .footer-top nav a:hover { text-decoration: underline; }
  .gallery-controls button:not([aria-pressed="true"]):hover { background: var(--surface); color: var(--ink); }
}
@media (prefers-reduced-motion: no-preference) {
  .hero-content { animation: hero-enter 700ms var(--ease) both; }
  .hero-visual img { animation: product-enter 1100ms var(--ease) both; }
  @keyframes hero-enter { from { transform: translateY(16px); } to { transform: translateY(0); } }
  @keyframes product-enter { from { transform: scale(1.025); } to { transform: scale(1); } }
}
@media (max-width: 1100px) {
  .hero { min-height: min(690px, 94svh); }
  h1 { font-size: 68px; }
  .hero-copy { max-width: 29ch; font-size: 17px; }
  .hero-content h1 { font-size: 48px; }
  .actions { gap: 18px; }
  .product-layout, .ritual { gap: 40px; }
  .format-facts { gap: 14px; }
  .format-facts dd { font-size: 32px; }
  .science-principles { gap: 30px; }
  .application-heading > p { font-size: 16px; }
  .application-grid { gap: 28px; }
  .starter-section { gap: 36px; }
  .range-intro > p { font-size: 16px; }
  .range-row { gap: 24px; }
  .mineral-grid { gap: 18px; }
}
@media (max-width: 767px) {
  :root { --space: 24px; }
  .section { padding-block: 72px; }
  .site-header { top: 12px; }
  .nav { width: calc(100% - 28px); min-height: 60px; padding: 8px 12px 8px 20px; gap: 12px; }
  .brand { font-size: 26px; }
  .nav-links { flex-wrap: wrap; justify-content: flex-end; font-size: 11px; column-gap: 14px; row-gap: 0; }
  .nav-links .icon-arrow { display: none; }
  .js .menu-button { display: block; }
  .js .nav-links { display: none; position: absolute; inset: 68px 0 auto; padding: 16px 22px; border-radius: 24px; background: var(--paper); box-shadow: var(--glass-shadow); }
  .js .nav-links[data-open="true"] { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .js .nav-links a { min-height: 48px; padding-block: 12px; font-size: 16px; }
  .hero { display: block; min-height: 0; padding-block: 112px 0; }
  .hero-content h1 { max-width: none; font-size: clamp(32px, 8.2vw, 56px); }
  .hero-copy { max-width: 35ch; font-size: 16px; margin-top: 22px; color: var(--muted); }
  .actions { margin-top: 24px; gap: 20px; }
  .button { padding-inline: 22px; gap: 17px; min-height: 52px; font-size: 12px; }
  .text-link { font-size: 12px; }
  .hero-visual { position: relative; height: auto; margin-top: 28px; aspect-ratio: 1.15; }
  .hero-visual img { object-fit: cover; object-position: 83% center; }
  .product-strip { min-height: 0; flex-wrap: wrap; gap: 10px; padding-block: 24px; font-size: 11px; }
  .product-strip span:nth-child(2) { margin-left: auto; }
  .product-strip > a { flex-basis: 100%; }
  .brand-statement { margin-top: 26px; font-size: 16px; line-height: 1.75; }
  .brand-statement p + p { margin-top: 18px; }
  .science-principles { grid-template-columns: 1fr; gap: 26px; margin-top: 36px; padding-top: 28px; }
  .science-principles h3 { font-size: 21px; }
  .science-principles p { margin-top: 10px; }
  .science-source { margin-top: 24px; }
  .product-heading { margin-bottom: 36px; }
  .product-heading p { font-size: 16px; margin-top: 20px; }
  .product-layout, .ritual { grid-template-columns: 1fr; gap: 36px; }
  .product-details h3 { font-size: 32px; }
  .gallery-controls { margin-top: 18px; }
  .gallery-controls button { padding-inline: 15px; }
  .format-facts { margin-top: 28px; gap: 22px; }
  .format-facts dd { font-size: 36px; }
  .product-classification { max-width: 50ch; }
  .application { padding-bottom: 0; }
  .application-heading { display: block; }
  .application-heading > p { max-width: 38ch; margin-top: 24px; }
  .application-grid { grid-template-columns: 1fr; gap: 40px; margin-top: 36px; }
  .application-shot figcaption { margin-top: 20px; }
  .application-shot h3 { font-size: 21px; }
  .gym-story { grid-template-columns: 1fr; gap: 24px; margin-top: 44px; }
  .gym-story p { max-width: none; margin-top: 18px; }
  .gym-story h3 { font-size: 30px; }
  .taste-section { padding-bottom: 0; }
  .taste-heading > p { font-size: 16px; }
  .taste-visual { margin-top: 32px; }
  .taste-notes { grid-template-columns: 1fr; gap: 24px; }
  .taste-notes p { max-width: none; }
  .formula-heading p { margin-top: 20px; font-size: 14px; }
  .mineral-grid { grid-template-columns: 1fr; margin-top: 34px; gap: 0; }
  .mineral { display: grid; grid-template-columns: 1fr auto; align-items: center; padding-block: 20px; }
  .mineral dt { flex-direction: row; align-items: center; gap: 18px; font-size: 14px; }
  .chemical { width: 30px; font-size: 19px; }
  .mineral dd { text-align: right; margin-top: 0; font-size: 28px; }
  .mineral small { margin-top: 6px; }
  .formula-bottom { margin-top: 0; padding-top: 24px; gap: 12px; }
  .science-intro, .formula-reasons, .science-explorer, .science-perspective { grid-template-columns: 1fr; gap: 28px; }
  .science-lead { font-size: 16px; }
  .formula-reasons { margin-top: 36px; }
  .formula-reasons h3, .science-guide h3, .science-perspective h3 { font-size: 21px; }
  .science-explorer { margin-top: 44px; }
  .science-guide > p, .science-reading-note { max-width: none; }
  .science-reading-note { margin-top: 24px; padding: 22px; }
  .science-disclosure summary { font-size: 19px; }
  .science-perspective { margin-top: 40px; padding-top: 28px; gap: 18px; }
  .ritual-section { padding-block: 48px; }
  .ritual { gap: 32px; }
  .ritual-copy > p { margin-top: 22px; font-size: 15px; }
  .daily-dose { margin-top: 26px; }
  .starter-section { grid-template-columns: 1fr; gap: 36px; }
  .starter-intro { display: block; }
  .starter-intro-copy { max-width: 42ch; margin-top: 24px; }
  .starter-intro-copy > p { font-size: 16px; }
  .starter-offer { padding: 28px; }
  .starter-offer h3 { font-size: 24px; }
  .launch-benefit { padding: 20px; gap: 18px; }
  .launch-benefit strong { font-size: 44px; }
  .launch-benefit > span { font-size: 13px; }
  .brand-manifesto h2 { font-size: clamp(32px, 8.2vw, 60px); }
  .brand-belief { margin-top: 28px; font-size: 25px; }
  .brand-narrative { grid-template-columns: 1fr; gap: 22px; margin-top: 28px; }
  .brand-narrative .brand-statement { font-size: 16px; }
  .development-process { margin-top: 36px; }
  .development-process article { grid-template-columns: 1fr; gap: 12px; }
  .development-process h3 { font-size: 21px; }
  .brand-signature { margin-top: 36px; font-size: 23px; }
  .range-intro { display: block; }
  .range-intro > p { max-width: 38ch; margin-top: 24px; }
  .range-list { margin-top: 36px; }
  .range-row { grid-template-columns: minmax(0, 1fr) auto; column-gap: 16px; row-gap: 8px; padding-block: 24px; }
  .range-row > p { grid-column: 1/-1; grid-row: 2; font-size: 13px; }
  .range-row > .text-link, .development-label { grid-column: 2; grid-row: 1; font-size: 11px; }
  .faq-section { grid-template-columns: 1fr; gap: 32px; padding-top: 0; }
  .faq-list summary { font-size: 17px; padding-block: 22px; }
  .closing p { font-size: 14px; }
  .footer-top { flex-wrap: wrap; gap: 30px; }
  .footer-top > div { flex-basis: 100%; }
  .company { margin-left: auto; }
  .footer-notes { margin-top: 30px; }
}
@media (max-width: 359px) {
  :root { --space: 18px; }
  .hero-content h1 { font-size: 32px; }
  .actions { gap: 13px; }
  .button { padding-inline: 18px; gap: 12px; }
  .gallery-controls button { padding-inline: 12px; font-size: 11px; }
  .starter-offer { padding: 24px; }
  .launch-benefit { align-items: flex-start; flex-direction: column; gap: 12px; }
  .range-row { grid-template-columns: 1fr; }
  .range-row > .text-link, .development-label { grid-column: 1; grid-row: 3; justify-self: start; }
  .company { margin-left: 0; }
  .footer-bottom { flex-direction: column; gap: 12px; }
}
@media (prefers-color-scheme: dark) {
  :root { color-scheme: dark; --paper: #161c25; --surface: #202834; --ink: #f1f2f4; --muted: #b5bec9; --navy: #e9edf1; --lemon-surface: #373221; --lemon-ink: #e4cb75; --line: #3b4553; --focus: #e4cb75; --glass-fill: rgb(30 39 51 / .87); --glass-edge: rgb(215 225 239 / .25); --glass-highlight: rgb(231 239 250 / .22); --glass-shadow: 0 10px 36px rgb(4 9 17 / .25); }
  .button, .gallery-controls button[aria-pressed="true"] { color: #171d26; }
  .hero-copy { color: var(--muted); }
  .hero::after { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; background: linear-gradient(90deg, #161c25 10%, rgb(22 28 37 / .97) 32%, rgb(22 28 37 / .7) 45%, transparent 70%); }
  @media (hover: hover) and (pointer: fine) { .button:not(:disabled):hover { background: #d6b53c; } }
  @media (max-width: 767px) { .hero::after { display: none; } }
}
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .glass { background: var(--paper); }
}
@media (prefers-reduced-transparency: reduce) {
  .glass { background: var(--paper); backdrop-filter: none; -webkit-backdrop-filter: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
html[data-input="keyboard"] { scroll-behavior: auto; }
html[data-input="keyboard"] *, html[data-input="keyboard"] *::before, html[data-input="keyboard"] *::after { animation: none !important; transition: none !important; }

/* Rechtstexte: vorhandene Marke, ruhige Lesespalte, ohne zusaetzliches JavaScript. */
.legal-links { display: flex; flex-wrap: wrap; gap: 8px 24px; }
.legal-links a { display: inline-flex; align-items: center; min-height: 44px; }
.footer-bottom { flex-wrap: wrap; column-gap: 24px; }
.legal-header { padding-block: 28px; border-bottom: 1px solid var(--line); }
.legal-nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.legal-nav > a:last-child { display: inline-flex; align-items: center; min-height: 44px; gap: 8px; font-size: 14px; }
.legal-main { max-width: 900px; padding-block: clamp(48px, 7vw, 88px); }
.legal-eyebrow { color: var(--muted); font-size: 13px; font-weight: 650; margin-bottom: 20px; }
.legal-main h1 { font-size: clamp(36px, 6vw, 64px); overflow-wrap: anywhere; }
.legal-intro { max-width: 60ch; margin-top: 24px; color: var(--muted); font-size: 18px; }
.legal-draft { margin-top: 28px; padding: 16px 20px; border-left: 3px solid var(--lemon); background: var(--surface); font-size: 14px; }
.legal-toc { display: flex; flex-wrap: wrap; gap: 4px 24px; margin-top: 28px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.legal-toc a { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; }
.legal-content { max-width: 72ch; }
.legal-content section { margin-top: 44px; }
.legal-content h2 { font-size: clamp(23px, 3vw, 30px); line-height: 1.3; text-wrap: initial; }
.legal-content h3 { margin-top: 28px; font-size: 20px; }
.legal-content p, .legal-content address, .legal-content dl { margin-top: 18px; }
.legal-content address { font-style: normal; }
.legal-content a { overflow-wrap: anywhere; }
.legal-facts > div { padding-block: 14px; border-bottom: 1px solid var(--line); }
.legal-facts dt { color: var(--muted); font-size: 13px; }
.legal-facts dd { margin-top: 4px; }
.legal-review-note { color: var(--muted); font-size: 14px; }
.legal-content .legal-meta { margin-top: 44px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
@media print {
  .legal-page { color: #000; background: #fff; }
  .legal-page .skip-link, .legal-nav > a:last-child, .legal-toc, .legal-page .site-footer { display: none; }
  .legal-main, .legal-header { width: 100%; max-width: none; padding-block: 16px; }
  .legal-content { max-width: none; }
  .legal-content h2, .legal-content h3 { break-after: avoid; }
}
