:root {
  --ink: #0b1b23;
  --ink-soft: #17303a;
  --paper: #f4f2eb;
  --paper-2: #ebe8df;
  --white: #ffffff;
  --cyan: #40c4dc;
  --cyan-soft: #c9f1f7;
  --lime: #d8ef67;
  --muted: #65737a;
  --line: rgba(11,27,35,.12);
  --line-dark: rgba(255,255,255,.12);
  --danger: #b33737;
  --radius: 28px;
  --shadow: 0 24px 70px rgba(11,27,35,.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 42px)); margin: 0 auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 14px; border-radius: 10px; color: var(--white); background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

/* header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: var(--white); transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease; }
.site-header.is-scrolled { background: rgba(11,27,35,.9); border-bottom: 1px solid rgba(255,255,255,.09); backdrop-filter: blur(18px); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 0; }
.brand-mark { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 13px; color: var(--ink); background: var(--cyan); font-weight: 950; letter-spacing: -.04em; box-shadow: inset 0 0 0 1px rgba(255,255,255,.35); }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-size: 1rem; letter-spacing: -.02em; }
.brand-copy small { margin-top: 5px; color: #8eb2be; font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: .9rem; }
.main-nav > a:not(.nav-cta) { color: #bfd0d6; transition: color .2s ease; }
.main-nav > a:not(.nav-cta):hover { color: var(--white); }
.nav-cta { padding: 11px 17px; border-radius: 999px; color: var(--ink); background: var(--lime); font-weight: 800; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.15); border-radius: 13px; background: rgba(255,255,255,.05); }
.nav-toggle span { display: block; width: 18px; height: 1px; margin: 5px auto; background: var(--white); }

/* shared */
.section { padding: 112px 0; }
.section-kicker { display: flex; align-items: center; gap: 12px; margin-bottom: 26px; color: #5f7077; font-size: .73rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.section-kicker span { width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid rgba(11,27,35,.16); border-radius: 50%; color: var(--ink); letter-spacing: 0; }
.section-kicker.inverted { color: #91aab3; }
.section-kicker.inverted span { border-color: rgba(255,255,255,.18); color: var(--white); }
h1, h2, h3, p { overflow-wrap: anywhere; }
h2 { margin: 0; font-size: clamp(2.5rem, 5.2vw, 5.3rem); line-height: .97; letter-spacing: -.065em; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 0 20px; border: 1px solid transparent; border-radius: 999px; font-weight: 850; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--lime); box-shadow: 0 14px 30px rgba(216,239,103,.12); }
.button-primary span { font-size: 1.15em; }
.button-ghost { color: var(--white); background: rgba(255,255,255,.055); border-color: rgba(255,255,255,.16); }

/* hero */
.hero { position: relative; min-height: 820px; padding: 150px 0 34px; overflow: hidden; color: var(--white); background: var(--ink); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .34; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(to bottom, #000 0, transparent 82%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(6px); pointer-events: none; }
.hero-orb-one { width: 500px; height: 500px; right: -180px; top: 40px; background: radial-gradient(circle, rgba(64,196,220,.25), rgba(64,196,220,0) 68%); }
.hero-orb-two { width: 420px; height: 420px; left: -220px; bottom: -110px; background: radial-gradient(circle, rgba(216,239,103,.12), rgba(216,239,103,0) 70%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .96fr 1.04fr; gap: 46px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 25px; font-size: .74rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: #a6c0c8; }
.eyebrow.light span { width: 26px; height: 2px; background: var(--cyan); }
.hero h1 { max-width: 700px; margin: 0; font-size: clamp(3.55rem, 7vw, 7rem); line-height: .84; letter-spacing: -.075em; }
.hero h1 em { color: var(--cyan); font-style: normal; font-weight: 420; }
.hero-lead { max-width: 650px; margin: 34px 0 0; color: #b8cad0; font-size: 1.08rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 31px; }
.hero-meta { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 570px; margin-top: 45px; border-top: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); }
.hero-meta > div { padding: 18px 8px 18px 0; }
.hero-meta > div + div { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.13); }
.hero-meta strong { display: block; color: var(--white); font-size: 1.5rem; letter-spacing: -.045em; }
.hero-meta span { display: block; margin-top: 3px; color: #839da6; font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }
.hero-stage { position: relative; min-height: 590px; display: grid; place-items: center; }
.hero-stage::before { content: ""; position: absolute; width: 78%; height: 78%; border-radius: 50%; background: radial-gradient(circle, rgba(64,196,220,.21), rgba(64,196,220,.025) 55%, transparent 70%); }
.hero-stage-label { position: absolute; right: 0; top: 15px; z-index: 4; color: #65828c; font-size: .65rem; font-weight: 800; letter-spacing: .17em; writing-mode: vertical-rl; }
.hero-ring { position: absolute; width: 455px; height: 455px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.hero-ring::before, .hero-ring::after { content: ""; position: absolute; inset: 32px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; }
.hero-ring::after { inset: 88px; }
.hero-grid-lines { position: absolute; width: 470px; height: 470px; border: 1px solid rgba(64,196,220,.14); transform: rotate(16deg); }
.hero-grid-lines::before { content: ""; position: absolute; inset: 50% -30px auto; height: 1px; background: rgba(64,196,220,.12); }
.hero-grid-lines::after { content: ""; position: absolute; inset: -30px auto -30px 50%; width: 1px; background: rgba(64,196,220,.12); }
.hero-product { position: relative; z-index: 2; width: min(100%, 610px); max-height: 610px; object-fit: contain; filter: drop-shadow(0 40px 55px rgba(0,0,0,.35)); }
.floating-card { position: absolute; z-index: 4; min-width: 220px; display: flex; gap: 12px; align-items: center; padding: 13px 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(15,40,49,.72); backdrop-filter: blur(14px); box-shadow: 0 18px 40px rgba(0,0,0,.18); }
.floating-card-top { top: 115px; left: -20px; }
.floating-card-bottom { right: -10px; bottom: 98px; }
.mini-icon { width: 36px; height: 36px; flex: 0 0 36px; display: grid; place-items: center; border-radius: 11px; color: var(--ink); background: var(--cyan); font-size: .72rem; font-weight: 950; }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: .82rem; }
.floating-card small { margin-top: 4px; color: #8ea9b1; font-size: .68rem; }
.hero-disclaimer { position: relative; z-index: 3; display: flex; gap: 13px; align-items: flex-start; margin-top: 42px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.09); }
.hero-disclaimer > span { width: 25px; height: 25px; flex: 0 0 25px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--cyan); font-size: .75rem; font-weight: 900; }
.hero-disclaimer p { max-width: 890px; margin: 2px 0 0; color: #7d979f; font-size: .78rem; line-height: 1.6; }

.signal-bar { overflow: hidden; color: var(--ink); background: var(--lime); border-top: 1px solid rgba(0,0,0,.08); border-bottom: 1px solid rgba(0,0,0,.08); }
.signal-track { width: max-content; display: flex; align-items: center; gap: 26px; padding: 14px 0; font-size: .7rem; font-weight: 950; letter-spacing: .16em; animation: marquee 28s linear infinite; }
.signal-track i { font-style: normal; font-size: 1rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* intro/bento */
.intro-section { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; align-items: end; }
.intro-title h2 { max-width: 630px; }
.intro-copy { max-width: 560px; padding-bottom: 8px; }
.intro-copy p { color: var(--muted); line-height: 1.8; }
.intro-copy .lead-copy { margin-top: 0; color: var(--ink); font-size: 1.23rem; line-height: 1.55; font-weight: 650; }
.feature-bento { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 14px; margin-top: 64px; }
.feature-card { min-height: 330px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.52); }
.feature-card-large { background: var(--cyan-soft); }
.feature-card-dark { color: var(--white); background: var(--ink); border-color: var(--ink); }
.feature-topline { display: flex; justify-content: space-between; color: #697b82; font-size: .64rem; font-weight: 900; letter-spacing: .15em; }
.feature-card-dark .feature-topline { color: #78939c; }
.feature-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 21px; border: 1px solid rgba(11,27,35,.13); border-radius: 17px; font-size: 1.15rem; font-weight: 900; background: rgba(255,255,255,.44); }
.feature-card-dark .feature-icon { color: var(--ink); background: var(--lime); border-color: transparent; }
.feature-card h3 { max-width: 280px; margin: 0; font-size: 1.55rem; line-height: 1.08; letter-spacing: -.04em; }
.feature-card p { max-width: 390px; margin: 14px 0 0; color: #5f7178; line-height: 1.65; font-size: .91rem; }
.feature-card-dark p { color: #96adb5; }

/* ingredients */
.ingredients-section { position: relative; overflow: hidden; color: var(--white); background: #102630; }
.ingredients-section::before { content: ""; position: absolute; width: 760px; height: 760px; left: -410px; bottom: -390px; border-radius: 50%; border: 1px solid rgba(64,196,220,.16); box-shadow: 0 0 0 85px rgba(64,196,220,.025), 0 0 0 170px rgba(64,196,220,.018); }
.ingredients-wrap { position: relative; z-index: 2; display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: start; }
.ingredients-aside { position: sticky; top: 120px; min-height: 620px; }
.ingredients-aside h2 { max-width: 500px; font-size: clamp(2.9rem, 5vw, 5rem); }
.ingredients-aside > p { max-width: 490px; margin: 27px 0 0; color: #91a8b0; line-height: 1.8; }
.ingredients-aside img { position: absolute; width: 210px; right: 6%; bottom: -80px; opacity: .78; filter: saturate(.86) drop-shadow(0 24px 35px rgba(0,0,0,.3)); }
.ingredient-panels { display: grid; gap: 13px; }
.ingredient-panel { padding: 27px 28px; border: 1px solid var(--line-dark); border-radius: 26px; background: rgba(255,255,255,.045); backdrop-filter: blur(4px); }
.ingredient-heading { display: grid; grid-template-columns: 76px 1fr; gap: 20px; align-items: center; padding-bottom: 23px; border-bottom: 1px solid rgba(255,255,255,.1); }
.ingredient-code { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 19px; color: var(--ink); background: var(--cyan); font-size: .72rem; font-weight: 950; letter-spacing: .08em; }
.ingredient-heading small { color: #6d8891; font-size: .65rem; font-weight: 800; letter-spacing: .14em; }
.ingredient-heading h3 { margin: 5px 0 0; font-size: 1.45rem; letter-spacing: -.035em; }
.ingredient-panel ul { list-style: none; padding: 0; margin: 16px 0 0; }
.ingredient-panel li { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.ingredient-panel li span { color: #b4c6cc; }
.ingredient-panel li strong { white-space: nowrap; color: var(--white); font-size: .9rem; }
.ingredient-note { margin: 18px 0 0; color: #78929a; font-size: .82rem; line-height: 1.65; }

/* label */
.label-section { background: var(--paper-2); }
.label-grid { display: grid; grid-template-columns: .94fr 1.06fr; gap: 75px; align-items: center; }
.label-frame { position: relative; min-height: 600px; display: grid; place-items: center; overflow: hidden; border-radius: 38px; background: #d7d4ca; border: 1px solid rgba(11,27,35,.09); }
.label-frame::before { content: ""; position: absolute; inset: 34px; border: 1px solid rgba(11,27,35,.12); border-radius: 28px; }
.label-frame::after { content: ""; position: absolute; width: 460px; height: 460px; border-radius: 50%; background: rgba(64,196,220,.22); filter: blur(2px); }
.label-frame img { position: relative; z-index: 2; width: 87%; filter: drop-shadow(0 28px 38px rgba(11,27,35,.2)); }
.label-stamp { position: absolute; left: 30px; top: 30px; z-index: 3; width: 76px; height: 76px; display: grid; place-items: center; border-radius: 50%; color: var(--paper); background: var(--ink); text-align: center; font-size: .62rem; font-weight: 950; line-height: 1.15; letter-spacing: .1em; transform: rotate(-9deg); }
.label-copy h2 { max-width: 630px; font-size: clamp(2.8rem, 4.9vw, 5rem); }
.label-copy > p { max-width: 610px; margin: 28px 0 0; color: var(--muted); line-height: 1.8; }
.label-points { margin-top: 38px; border-top: 1px solid var(--line); }
.label-points > div { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.label-points > div > span { padding-top: 2px; color: #77909a; font-size: .72rem; font-weight: 900; }
.label-points p { margin: 0; color: var(--muted); line-height: 1.55; }
.label-points strong { display: block; margin-bottom: 4px; color: var(--ink); font-size: 1rem; }

/* use */
.use-section { color: var(--white); background: var(--ink); }
.use-heading { display: grid; grid-template-columns: .35fr 1fr .7fr; gap: 30px; align-items: end; }
.use-heading .section-kicker { margin: 0; align-self: start; }
.use-heading h2 { font-size: clamp(2.8rem, 4.9vw, 5rem); }
.use-heading > p { margin: 0 0 8px; color: #8ca4ac; line-height: 1.65; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 62px; }
.step-card { position: relative; min-height: 300px; padding: 24px; overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: 26px; background: rgba(255,255,255,.035); }
.step-card::after { content: ""; position: absolute; width: 160px; height: 160px; right: -80px; bottom: -80px; border: 1px solid rgba(64,196,220,.13); border-radius: 50%; box-shadow: 0 0 0 34px rgba(64,196,220,.025); }
.step-index { position: absolute; right: 23px; top: 22px; color: #5f7a83; font-size: .67rem; font-weight: 900; letter-spacing: .12em; }
.step-icon { width: 57px; height: 57px; display: grid; place-items: center; border-radius: 18px; color: var(--ink); background: var(--cyan); font-size: 1.1rem; font-weight: 950; }
.step-card h3 { margin: 82px 0 0; font-size: 1.45rem; letter-spacing: -.04em; }
.step-card p { max-width: 310px; margin: 11px 0 0; color: #8fa6ad; line-height: 1.65; }
.safety-panel { display: grid; grid-template-columns: .65fr 1.35fr; gap: 50px; margin-top: 14px; padding: 30px; border-radius: 27px; color: var(--ink); background: var(--lime); }
.safety-title { display: flex; gap: 15px; align-items: center; }
.safety-title > span { width: 54px; height: 54px; flex: 0 0 54px; display: grid; place-items: center; border-radius: 17px; color: var(--white); background: var(--ink); font-size: 1.2rem; font-weight: 950; }
.safety-title small { display: block; font-size: .64rem; font-weight: 900; letter-spacing: .13em; }
.safety-title h3 { margin: 5px 0 0; font-size: 1.45rem; letter-spacing: -.035em; }
.safety-panel ul { columns: 2; column-gap: 35px; margin: 0; padding-left: 19px; line-height: 1.65; font-size: .9rem; }
.safety-panel li { break-inside: avoid; margin-bottom: 8px; }

/* order */
.order-section { background: var(--paper); }
.order-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 65px; align-items: start; }
.order-copy { position: sticky; top: 118px; }
.order-copy h2 { font-size: clamp(2.9rem, 4.9vw, 5.1rem); }
.order-copy > p { max-width: 540px; margin: 28px 0 0; color: var(--muted); line-height: 1.8; }
.order-product-card { display: grid; grid-template-columns: 170px 1fr; gap: 24px; align-items: center; margin-top: 38px; padding: 20px; border: 1px solid var(--line); border-radius: 26px; background: rgba(255,255,255,.55); }
.order-product-card img { width: 165px; height: 165px; object-fit: contain; }
.order-product-card small { display: block; color: #77898f; font-size: .65rem; font-weight: 900; letter-spacing: .16em; }
.order-product-card strong { display: block; margin-top: 5px; font-size: 1.45rem; letter-spacing: -.04em; }
.order-product-card span { display: block; margin-top: 5px; color: var(--muted); font-size: .88rem; }
.order-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 15px; }
.order-tags b { padding: 7px 9px; border-radius: 999px; color: #49606a; background: #e6e3da; font-size: .7rem; font-weight: 750; }
.order-form { position: relative; padding: 34px; border: 1px solid var(--line); border-radius: 34px; background: var(--white); box-shadow: var(--shadow); }
.form-number { position: absolute; top: 25px; right: 28px; color: #a0abad; font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.form-head span { color: #328ca0; font-size: .68rem; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; }
.form-head h3 { margin: 8px 0 0; font-size: 2rem; line-height: 1.05; letter-spacing: -.045em; }
.form-head p { margin: 9px 0 27px; color: var(--muted); font-size: .88rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-field { margin-bottom: 15px; }
.form-field label { display: block; margin-bottom: 7px; font-size: .76rem; font-weight: 850; letter-spacing: .02em; }
.form-field input, .form-field select, .form-field textarea { width: 100%; padding: 14px 14px; outline: none; color: var(--ink); background: #f8f8f5; border: 1px solid rgba(11,27,35,.12); border-radius: 14px; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: #3eb7cf; background: var(--white); box-shadow: 0 0 0 4px rgba(64,196,220,.12); }
.form-field textarea { min-height: 94px; resize: vertical; }
.form-field.is-invalid input, .form-field.is-invalid select, .form-field.is-invalid textarea { border-color: var(--danger); }
.field-error { min-height: 16px; display: block; margin-top: 5px; color: var(--danger); font-size: .76rem; }
.consent-row { display: flex; align-items: flex-start; gap: 10px; margin: 3px 0 8px; color: #607178; font-size: .82rem; line-height: 1.55; }
.consent-row input { margin-top: 4px; accent-color: #1689a2; }
.consent-row button { padding: 0; border: 0; color: #217f93; background: transparent; text-decoration: underline; text-underline-offset: 3px; }
.hp-field { position: absolute !important; left: -9999px !important; opacity: 0 !important; pointer-events: none !important; }
.submit-button { width: 100%; min-height: 58px; margin-top: 10px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 16px; color: var(--white); background: var(--ink); font-weight: 900; box-shadow: 0 16px 30px rgba(11,27,35,.16); }
.submit-button .submit-label { display: inline-flex; align-items: center; gap: 13px; }
.submit-button .submit-label b { color: var(--cyan); font-size: 1.08rem; }
.submit-button:disabled { opacity: .7; cursor: wait; }
.submit-loader { display: none; width: 20px; height: 20px; border-radius: 50%; border: 2px solid rgba(255,255,255,.3); border-top-color: var(--white); animation: spin .75s linear infinite; }
.submit-button.is-loading .submit-label { display: none; }
.submit-button.is-loading .submit-loader { display: inline-block; }
@keyframes spin { to { transform: rotate(360deg); } }
.form-status { min-height: 19px; margin: 12px 0 0; color: var(--danger); text-align: center; font-size: .84rem; }
.form-note { margin: 6px 0 0; color: #849096; text-align: center; font-size: .76rem; line-height: 1.55; }

/* faq */
.faq-section { background: var(--paper-2); }
.faq-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; }
.faq-heading h2 { font-size: clamp(2.8rem, 4.8vw, 5rem); }
.accordion { display: grid; align-content: start; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; justify-content: space-between; gap: 20px; padding: 22px 2px; list-style: none; cursor: pointer; font-weight: 800; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { width: 30px; height: 30px; flex: 0 0 30px; display: grid; place-items: center; border: 1px solid rgba(11,27,35,.13); border-radius: 50%; color: #3b8494; transition: transform .2s ease; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion p { max-width: 650px; margin: -5px 46px 23px 2px; color: var(--muted); line-height: 1.75; }

/* footer/modal/cookies */
.site-footer { padding: 37px 0 40px; color: var(--white); background: #071319; }
.footer-top { display: grid; grid-template-columns: auto 1fr auto; gap: 32px; align-items: center; }
.footer-top > p { max-width: 520px; margin: 0; color: #7d949d; line-height: 1.6; font-size: .86rem; }
.footer-top nav { display: flex; flex-wrap: wrap; gap: 16px; }
.footer-top nav button { padding: 0; border: 0; color: #b7c6cb; background: transparent; font-size: .82rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); color: #657c84; font-size: .76rem; }

.cookie-banner { position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 130; display: none; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 18px; border: 1px solid rgba(255,255,255,.11); border-radius: 20px; color: var(--white); background: rgba(7,19,25,.95); box-shadow: 0 26px 80px rgba(0,0,0,.3); backdrop-filter: blur(15px); }
.cookie-banner.is-visible { display: flex; }
.cookie-banner strong { display: block; margin-bottom: 5px; }
.cookie-banner p { margin: 0; color: #91a6ad; font-size: .84rem; line-height: 1.55; }
.cookie-banner p button { padding: 0; border: 0; color: #c7eaf1; background: transparent; text-decoration: underline; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.cookie-banner .button { min-height: 44px; font-size: .82rem; }

.modal { position: fixed; inset: 0; z-index: 140; display: none; }
.modal.is-open { display: block; }
.modal-overlay { position: absolute; inset: 0; background: rgba(3,12,16,.75); backdrop-filter: blur(8px); }
.modal-panel { position: relative; z-index: 1; width: min(calc(100% - 28px), 760px); max-height: 86vh; margin: 7vh auto; padding: 31px; overflow: auto; border: 1px solid var(--line); border-radius: 28px; background: var(--white); box-shadow: 0 35px 100px rgba(0,0,0,.34); }
.modal-panel h2 { margin: 0 50px 17px 0; font-size: 2rem; line-height: 1; letter-spacing: -.045em; }
.modal-panel p { color: var(--muted); line-height: 1.75; }
.modal-close { position: absolute; right: 14px; top: 14px; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: #f4f4f0; font-size: 1.4rem; }
.success-panel { max-width: 520px; text-align: center; }
.success-icon { width: 66px; height: 66px; display: grid; place-items: center; margin: 3px auto 20px; border-radius: 20px; color: var(--ink); background: var(--lime); font-size: 1.55rem; font-weight: 950; }
.success-panel h2 { margin-right: 0; }
.success-panel .button { margin-top: 6px; border: 0; color: var(--white); background: var(--ink); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .signal-track { animation: none; }
}

@media (max-width: 1060px) {
  .hero-grid, .intro-grid, .ingredients-wrap, .label-grid, .order-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 820px; }
  .hero-stage { min-height: 560px; }
  .hero-product { width: min(82%, 600px); }
  .feature-bento { grid-template-columns: 1fr 1fr; }
  .feature-card-large { grid-column: span 2; }
  .ingredients-aside, .order-copy { position: relative; top: auto; }
  .ingredients-aside { min-height: auto; padding-bottom: 50px; }
  .ingredients-aside img { width: 160px; right: 0; bottom: 0; }
  .label-visual { order: 2; }
  .use-heading { grid-template-columns: 1fr 1fr; }
  .use-heading .section-kicker { grid-column: 1 / -1; }
  .safety-panel { grid-template-columns: 1fr; gap: 24px; }
  .footer-top { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1180px); }
  .site-header { background: rgba(11,27,35,.78); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,.07); }
  .header-inner { min-height: 72px; }
  .brand-mark { width: 39px; height: 39px; }
  .nav-toggle { display: block; }
  .main-nav { position: absolute; left: 14px; right: 14px; top: 78px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 9px; border: 1px solid rgba(255,255,255,.11); border-radius: 19px; background: #102630; box-shadow: 0 20px 60px rgba(0,0,0,.3); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px 12px; border-radius: 12px; }
  .main-nav .nav-cta { margin-top: 5px; text-align: center; }

  .section { padding: 78px 0; }
  h2 { font-size: clamp(2.45rem, 13vw, 4rem); }
  .hero { min-height: auto; padding: 116px 0 25px; }
  .hero-grid { gap: 20px; }
  .hero h1 { font-size: clamp(3.35rem, 17vw, 5.4rem); line-height: .86; }
  .hero-lead { margin-top: 24px; font-size: .98rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-meta { margin-top: 32px; }
  .hero-meta > div { padding: 14px 6px 14px 0; }
  .hero-meta > div + div { padding-left: 12px; }
  .hero-meta strong { font-size: 1.2rem; }
  .hero-meta span { font-size: .58rem; letter-spacing: .05em; }
  .hero-stage { min-height: 425px; margin-top: 15px; }
  .hero-product { width: min(104%, 480px); max-width: none; }
  .hero-ring { width: 325px; height: 325px; }
  .hero-grid-lines { width: 320px; height: 320px; }
  .floating-card { display: none; }
  .hero-stage-label { right: 5px; top: 18px; }
  .hero-disclaimer { margin-top: 18px; }
  .signal-track { padding: 12px 0; gap: 18px; font-size: .62rem; }

  .section-kicker { margin-bottom: 20px; }
  .intro-grid { gap: 26px; }
  .intro-copy .lead-copy { font-size: 1.08rem; }
  .feature-bento { grid-template-columns: 1fr; margin-top: 42px; }
  .feature-card-large { grid-column: auto; }
  .feature-card { min-height: 270px; }

  .ingredients-wrap { gap: 18px; }
  .ingredients-aside { padding-bottom: 125px; }
  .ingredients-aside img { width: 120px; right: 10px; bottom: 0; }
  .ingredient-panel { padding: 20px; }
  .ingredient-heading { grid-template-columns: 58px 1fr; gap: 14px; }
  .ingredient-code { width: 52px; height: 52px; border-radius: 15px; }
  .ingredient-heading h3 { font-size: 1.2rem; }
  .ingredient-panel li { gap: 12px; font-size: .87rem; }

  .label-grid { gap: 40px; }
  .label-visual { order: 2; }
  .label-frame { min-height: 420px; border-radius: 26px; }
  .label-frame::before { inset: 20px; border-radius: 20px; }
  .label-frame img { width: 100%; }
  .label-stamp { left: 20px; top: 20px; width: 62px; height: 62px; }

  .use-heading { grid-template-columns: 1fr; gap: 18px; }
  .use-heading .section-kicker { grid-column: auto; }
  .steps-grid { grid-template-columns: 1fr; margin-top: 42px; }
  .step-card { min-height: 240px; }
  .step-card h3 { margin-top: 56px; }
  .safety-panel { padding: 23px; }
  .safety-panel ul { columns: 1; }

  .order-grid { gap: 45px; }
  .order-product-card { grid-template-columns: 120px 1fr; gap: 14px; }
  .order-product-card img { width: 115px; height: 130px; }
  .order-form { padding: 24px 18px; border-radius: 25px; }
  .form-number { top: 19px; right: 19px; }
  .form-head h3 { font-size: 1.65rem; max-width: 240px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }

  .faq-grid { gap: 38px; }
  .accordion summary { padding: 20px 0; }
  .accordion p { margin-left: 0; margin-right: 35px; }

  .footer-bottom { flex-direction: column; gap: 7px; }
  .cookie-banner { left: 8px; right: 8px; bottom: 8px; flex-direction: column; align-items: stretch; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .modal-panel { margin-top: 4vh; padding: 25px 19px; border-radius: 23px; }
}
