/* ==========================================================================
   PepRx — design system & components
   Clean · glossy · conversion-first
   ========================================================================== */

:root {
  --ink: #0B0C10;
  --ink-2: #15171E;
  --ink-3: #242833;
  --text: #0B0C10;
  --text-2: #464B58;
  --muted: #7A808F;
  --line: #E7E9EE;
  --line-2: #D6DAE2;
  --bg: #FFFFFF;
  --bg-2: #F5F6F9;
  --bg-3: #ECEEF3;
  --volt: #D4FF3F;
  --volt-2: #BDF01F;
  --volt-deep: #4F6B00;
  --cobalt: #2B59FF;
  --star: #FFB21E;
  --ok: #0E9F63;
  --ok-bg: #E7F8F0;
  --warn: #C27803;
  --warn-bg: #FFF6E5;
  --bad: #E0434A;
  --bad-bg: #FDECEC;

  --r-xs: 6px;
  --r-sm: 10px;
  --r: 14px;
  --r-lg: 20px;
  --r-xl: 28px;

  --sh-1: 0 1px 2px rgba(15, 18, 28, .06), 0 1px 1px rgba(15, 18, 28, .04);
  --sh-2: 0 10px 30px -12px rgba(15, 18, 28, .22), 0 2px 6px rgba(15, 18, 28, .05);
  --sh-3: 0 30px 70px -24px rgba(15, 18, 28, .38), 0 8px 20px -8px rgba(15, 18, 28, .12);
  --sh-volt: 0 10px 30px -8px rgba(190, 240, 30, .65);

  --f-display: 'Archivo', 'Inter', system-ui, sans-serif;
  --f-body: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --f-mono: 'JetBrains Mono', ui-monospace, 'SF Mono', monospace;

  --wrap: 1320px;
  --gutter: 24px;
  --hdr-h: 72px;
  --ease: cubic-bezier(.2, .8, .2, 1);
  --spring: cubic-bezier(.34, 1.56, .64, 1);
}

/* ---------------- Reset & base ---------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 96px; }
body {
  margin: 0; font-family: var(--f-body); font-size: 15px; line-height: 1.55; color: var(--text); background: var(--bg);
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; overflow-x: hidden;
}
body.no-scroll { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4, h5, p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
dl, dd { margin: 0; }
[hidden] { display: none !important; }
:focus-visible { outline: 2.5px solid var(--cobalt); outline-offset: 2px; border-radius: 6px; }
::selection { background: var(--volt); color: var(--ink); }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.skip-link { position: absolute; left: -999px; top: 8px; z-index: 999; background: var(--ink); color: #fff; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { left: 8px; }
.i { width: 18px; height: 18px; flex: none; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.svg-defs { position: absolute; width: 0; height: 0; }

/* ---------------- Type ---------------- */
.h1, .h2, .h3, .hero-title, .pdp-title, .rb-big, .nf-code, .nl-copy h2 {
  font-family: var(--f-display); font-stretch: 112%; font-weight: 800; letter-spacing: -.025em; line-height: 1.02;
}
.h1 { font-size: clamp(32px, 4.4vw, 54px); }
.h2 { font-size: clamp(26px, 3.2vw, 40px); }
.h3 { font-size: clamp(20px, 2vw, 24px); letter-spacing: -.015em; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--text-2); margin-bottom: 12px;
}
.eyebrow::before { content: ''; width: 8px; height: 8px; border-radius: 2px; background: var(--volt); transform: rotate(45deg); box-shadow: 0 0 0 3px rgba(212, 255, 63, .25); }
.eyebrow.on-dark { color: #C8CCD6; }
.hl { background: linear-gradient(100deg, #EFFF9E 0%, var(--volt) 35%, #A6EB1B 70%, #EFFF9E 100%); background-size: 200% 100%; -webkit-background-clip: text; background-clip: text; color: transparent; animation: sheen 6s linear infinite; }
.muted { color: var(--muted); }
.muted-2 { color: #A2A7B3; }
.small { font-size: 13px; }
.mono { font-family: var(--f-mono); font-size: .92em; letter-spacing: -.01em; }
.fine { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; color: var(--muted); line-height: 1.5; }
.fine .i { width: 15px; height: 15px; margin-top: 2px; }
.fine a { color: var(--text); text-decoration: underline; text-underline-offset: 2px; }
.fine.center { justify-content: center; text-align: center; margin-top: 14px; }
.center { text-align: center; }
.mt-16 { margin-top: 16px; }
.mt-32 { margin-top: 32px; }
.pt-0 { padding-top: 0 !important; }
.link { color: var(--text); font-weight: 600; text-decoration: underline; text-decoration-color: var(--line-2); text-underline-offset: 3px; transition: text-decoration-color .2s; }
.link:hover { text-decoration-color: currentColor; }
.link-muted { color: var(--muted); text-decoration: none; display: inline-flex; padding: 6px; border-radius: 8px; }
.link-muted:hover { color: var(--bad); background: var(--bad-bg); }
.link-danger { color: var(--bad); }
.link-arrow { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-size: 14px; white-space: nowrap; }
.link-arrow .i { transition: transform .25s var(--ease); }
.link-arrow:hover .i { transform: translateX(4px); }

@keyframes sheen { to { background-position: -200% 0; } }

/* ---------------- Buttons ---------------- */
.btn {
  --h: 44px; position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: var(--h); padding: 0 20px;
  border-radius: 12px; font-weight: 700; font-size: 14.5px; letter-spacing: -.005em; white-space: nowrap; border: 1px solid transparent;
  transition: transform .15s var(--ease), background-color .2s, box-shadow .25s, color .2s, border-color .2s; user-select: none; overflow: hidden;
}
.btn:active { transform: translateY(1px) scale(.985); }
.btn:disabled { opacity: .7; cursor: progress; }
.btn .i { width: 17px; height: 17px; }
.btn-xs { --h: 30px; padding: 0 10px; font-size: 12.5px; border-radius: 8px; gap: 5px; }
.btn-xs .i { width: 14px; height: 14px; }
.btn-sm { --h: 38px; padding: 0 14px; font-size: 13.5px; border-radius: 10px; gap: 6px; }
.btn-lg { --h: 52px; padding: 0 26px; font-size: 15.5px; }
.btn-xl { --h: 58px; padding: 0 30px; font-size: 16px; border-radius: 14px; }
.btn-block { width: 100%; }
.btn-sep { width: 1px; height: 18px; background: currentColor; opacity: .25; margin: 0 4px; }

.btn-ink { background: linear-gradient(180deg, #24272F 0%, var(--ink) 55%); color: #fff; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14), 0 6px 16px -8px rgba(11, 12, 16, .6); }
.btn-ink:hover { background: var(--volt); color: var(--ink); box-shadow: var(--sh-volt); }
.btn-volt { background: linear-gradient(180deg, #E6FF85 0%, var(--volt) 40%, var(--volt-2) 100%); color: var(--ink); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7), inset 0 -1px 0 rgba(0, 0, 0, .08), 0 8px 22px -10px rgba(160, 210, 20, .9); }
.btn-volt:hover { box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7), var(--sh-volt); transform: translateY(-1px); }
.btn-volt::after, .btn-ink::after { content: ''; position: absolute; inset: 0; background: linear-gradient(105deg, transparent 35%, rgba(255, 255, 255, .45) 50%, transparent 65%); transform: translateX(-120%); transition: transform .7s var(--ease); pointer-events: none; }
.btn-volt:hover::after, .btn-ink:hover::after { transform: translateX(120%); }
.btn-glass { background: rgba(255, 255, 255, .07); color: #fff; border-color: rgba(255, 255, 255, .16); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.btn-glass:hover { background: rgba(255, 255, 255, .14); border-color: rgba(255, 255, 255, .3); }
.btn-outline { background: #fff; border-color: var(--line-2); color: var(--text); box-shadow: var(--sh-1); }
.btn-outline:hover { border-color: var(--ink); }
.btn-ghost { color: var(--text); }
.btn-ghost:hover { background: var(--bg-2); }
.btn-danger { background: var(--bad); color: #fff; }
.btn-danger:hover { background: #C62F36; }
.icon-btn { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; transition: background .2s, color .2s; position: relative; }
.icon-btn:hover { background: var(--bg-2); }
.icon-btn .i { width: 21px; height: 21px; }
.spinner { width: 18px; height: 18px; border-radius: 50%; border: 2.5px solid rgba(0, 0, 0, .2); border-top-color: var(--ink); animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------------- Forms ---------------- */
.form { display: flex; flex-direction: column; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; min-width: 0; flex: 1; }
.field > span:first-child { font-size: 13px; font-weight: 600; color: var(--text-2); }
.field > span em { font-style: normal; color: var(--muted); font-weight: 500; }
.field input, .field textarea, .select-wrap select, .promo input, .lot-search input, .input-icon input, .nl-form input {
  width: 100%; height: 48px; padding: 0 14px; border: 1px solid var(--line-2); border-radius: 12px; background: #fff; font-size: 15px;
  transition: border-color .15s, box-shadow .15s; -webkit-appearance: none; appearance: none;
}
.field textarea { height: auto; padding: 12px 14px; resize: vertical; line-height: 1.5; }
.field input:focus, .field textarea:focus, .select-wrap select:focus, .promo input:focus, .lot-search input:focus, .input-icon input:focus {
  outline: none; border-color: var(--ink); box-shadow: 0 0 0 4px rgba(11, 12, 16, .08);
}
.field input::placeholder, textarea::placeholder { color: #A5AAB6; }
.field-err { display: none; color: var(--bad); font-size: 12.5px; font-weight: 600; }
.field.has-err input, .field.has-err select, .field.has-err textarea { border-color: var(--bad); box-shadow: 0 0 0 4px rgba(224, 67, 74, .1); }
.field.has-err .field-err { display: block; }
.field-row { display: flex; gap: 14px; }
.field-row-3 > :first-child { flex: 1.6; }
.form-err { display: none; padding: 12px 14px; background: var(--bad-bg); color: #A3222A; border-radius: 10px; font-size: 14px; font-weight: 600; }
.form-err.is-on { display: block; }
.form-row-between { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.select-wrap { position: relative; display: block; }
.select-wrap select { padding-right: 38px; cursor: pointer; }
.select-wrap > .i { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); pointer-events: none; width: 16px; height: 16px; color: var(--muted); }
label.select-wrap { display: inline-flex; align-items: center; gap: 10px; }
label.select-wrap > span { font-size: 13px; color: var(--muted); font-weight: 600; }
label.select-wrap select { height: 40px; font-size: 14px; font-weight: 600; min-width: 180px; }
.input-icon { position: relative; display: block; }
.input-icon > .i { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: var(--muted); }
.input-icon input { padding-left: 42px; }

.check, .radio { display: flex; align-items: center; gap: 10px; font-size: 14px; cursor: pointer; user-select: none; }
.check input, .radio input, .radio-card input, .toggle-row input, .fbt-item input { position: absolute; opacity: 0; pointer-events: none; }
.check-box { width: 20px; height: 20px; flex: none; border-radius: 6px; border: 1.5px solid var(--line-2); display: grid; place-items: center; background: #fff; transition: all .15s; }
.check-box .i { width: 13px; height: 13px; stroke-width: 3; color: var(--ink); opacity: 0; transform: scale(.5); transition: all .2s var(--spring); }
.check input:checked + .check-box { background: var(--volt); border-color: var(--volt-2); }
.check input:checked + .check-box .i { opacity: 1; transform: none; }
.check input:focus-visible + .check-box { outline: 2.5px solid var(--cobalt); outline-offset: 2px; }
.check-card { padding: 14px 16px; border: 1px solid var(--line); border-radius: 14px; background: var(--bg-2); align-items: flex-start; }
.check-card > span:last-child { display: flex; flex-direction: column; }
.check-card em { font-style: normal; color: var(--muted); font-size: 13px; }
.radio-dot { width: 20px; height: 20px; flex: none; border-radius: 50%; border: 1.5px solid var(--line-2); background: #fff; position: relative; transition: all .15s; }
.radio-dot::after { content: ''; position: absolute; inset: 4px; border-radius: 50%; background: var(--ink); transform: scale(0); transition: transform .2s var(--spring); }
input:checked + .radio-dot { border-color: var(--ink); }
input:checked + .radio-dot::after { transform: scale(1); }
.radio { padding: 5px 0; }
.radio-card { position: relative; display: flex; align-items: flex-start; gap: 14px; padding: 16px 18px; border: 1.5px solid var(--line); border-radius: 16px; background: #fff; cursor: pointer; transition: border-color .15s, box-shadow .2s, background .2s; }
.radio-card:hover { border-color: var(--line-2); }
.radio-card.is-on { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(11, 12, 16, .06); }
.radio-card .radio-dot { margin-top: 1px; }

.toggle-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--line); cursor: pointer; }
.toggle-row:last-child { border-bottom: 0; }
.toggle-row > span:first-child { display: flex; flex-direction: column; gap: 2px; }
.toggle-row em { font-style: normal; color: var(--muted); font-size: 13.5px; }
.toggle { width: 46px; height: 28px; flex: none; border-radius: 99px; background: var(--line-2); position: relative; transition: background .2s; }
.toggle::after { content: ''; position: absolute; top: 3px; left: 3px; width: 22px; height: 22px; border-radius: 50%; background: #fff; box-shadow: 0 2px 6px rgba(0, 0, 0, .2); transition: transform .25s var(--spring); }
.toggle-row input:checked + .toggle { background: var(--ink); }
.toggle-row input:checked + .toggle::after { transform: translateX(18px); background: var(--volt); }

.star-input { display: flex; flex-direction: row-reverse; justify-content: flex-end; gap: 4px; }
.star-input label { cursor: pointer; color: var(--line-2); transition: transform .15s var(--spring), color .15s; }
.star-input label .i { width: 32px; height: 32px; fill: currentColor; stroke: none; }
.star-input input { position: absolute; opacity: 0; }
.star-input input:checked ~ label, .star-input label:hover, .star-input label:hover ~ label { color: var(--star); }
.star-input label:hover { transform: scale(1.12); }
.star-input input:focus-visible + label { outline: 2px solid var(--cobalt); border-radius: 6px; }

/* ---------------- Stars ---------------- */
.stars {
  --size: 15px; display: inline-block; width: calc(var(--size) * 5); height: var(--size); flex: none;
  background: linear-gradient(90deg, var(--star) calc(var(--r) / 5 * 100%), #DADDE4 0);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 2.5 2.9 6 6.6.9-4.8 4.6 1.2 6.5L12 17.4l-5.9 3.1 1.2-6.5-4.8-4.6 6.6-.9z'/%3E%3C/svg%3E") 0 0 / var(--size) var(--size) repeat-x;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 2.5 2.9 6 6.6.9-4.8 4.6 1.2 6.5L12 17.4l-5.9 3.1 1.2-6.5-4.8-4.6 6.6-.9z'/%3E%3C/svg%3E") 0 0 / var(--size) var(--size) repeat-x;
}
.stars-lg { --size: 22px; }

/* ---------------- Announcement bar ---------------- */
.announce { background: var(--ink); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.announce-inner { display: flex; justify-content: space-between; align-items: center; height: 36px; }
.ann { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.ann .i { width: 14px; height: 14px; color: var(--volt); }

/* ---------------- Header ---------------- */
.hdr { position: sticky; top: 0; z-index: 60; background: rgba(255, 255, 255, .86); backdrop-filter: saturate(1.8) blur(16px); -webkit-backdrop-filter: saturate(1.8) blur(16px); border-bottom: 1px solid transparent; transition: border-color .25s, box-shadow .25s; }
.is-scrolled .hdr { border-bottom-color: var(--line); box-shadow: 0 8px 30px -18px rgba(15, 18, 28, .3); }
.hdr-inner { display: flex; align-items: center; gap: 22px; height: var(--hdr-h); }
.hdr-burger { display: none; margin-left: -8px; }
.logo { display: inline-flex; align-items: center; gap: 10px; }
.logo-mark { width: 32px; height: 32px; filter: drop-shadow(0 4px 8px rgba(11, 12, 16, .25)); transition: transform .5s var(--spring); }
.hdr-logo:hover .logo-mark { transform: rotate(60deg); }
.logo-word { font-family: var(--f-display); font-stretch: 125%; font-weight: 900; font-size: 22px; letter-spacing: .02em; line-height: 1; }
.logo-light .logo-word { color: #fff; }
.logo-sm .logo-mark { width: 24px; height: 24px; }
.logo-sm .logo-word { font-size: 16px; }

.hdr-nav { display: flex; align-items: center; gap: 2px; }
.nav-link { display: inline-flex; align-items: center; gap: 4px; height: 40px; padding: 0 12px; border-radius: 10px; font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: .04em; color: var(--text-2); transition: color .15s, background .15s; white-space: nowrap; }
.nav-link .i { width: 15px; height: 15px; transition: transform .25s var(--ease); }
.nav-link:hover, .nav-link.is-on { color: var(--ink); }
.nav-link.is-on { background: var(--bg-2); }
.nav-badge { font-size: 10.5px; letter-spacing: 0; padding: 2px 6px; border-radius: 6px; background: var(--volt); color: var(--ink); font-weight: 800; margin-left: 2px; }
.nav-item { position: relative; }
.has-mega:hover .nav-link .i, .has-mega:focus-within .nav-link .i { transform: rotate(180deg); }

.mega { position: absolute; top: calc(100% + 14px); left: -40px; width: min(880px, 92vw); opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .22s var(--ease); z-index: 70; }
.mega::before { content: ''; position: absolute; top: -16px; left: 0; right: 0; height: 16px; }
.has-mega:hover .mega, .has-mega:focus-within .mega { opacity: 1; visibility: visible; transform: none; }
.mega-inner { display: grid; grid-template-columns: 1fr 280px; gap: 8px; background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--sh-3); padding: 10px; }
.mega-cats { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 6px; }
.mega-cat, .mega-prod { display: flex; align-items: center; gap: 12px; padding: 10px; border-radius: 14px; transition: background .15s; }
.mega-cat:hover, .mega-prod:hover { background: var(--bg-2); }
.mega-cat b, .mega-prod b { display: block; font-size: 14px; }
.mega-cat em, .mega-prod em { font-style: normal; font-size: 12.5px; color: var(--muted); }
.mega-vial { width: 44px; height: 52px; flex: none; display: grid; place-items: center; border-radius: 12px; background: radial-gradient(circle at 50% 40%, #fff, var(--bg-2)); }
.mega-cat .mega-vial { background: radial-gradient(circle at 50% 60%, color-mix(in srgb, var(--c) 22%, #fff), var(--bg-2) 75%); }
.mega-vial svg { height: 46px; width: auto; }
.mega-side { background: var(--bg-2); border-radius: 16px; padding: 14px; display: flex; flex-direction: column; gap: 2px; }
.mega-side h5 { font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); padding: 4px 10px 6px; }
.mega-side .mega-prod:hover { background: #fff; }
.mega-promo { margin-top: auto; display: flex; flex-direction: column; gap: 6px; padding: 16px; border-radius: 14px; background: radial-gradient(120% 120% at 100% 0%, rgba(212, 255, 63, .28), transparent 50%), var(--ink); color: #fff; }
.mega-promo .eyebrow { margin: 0; font-size: 10.5px; }
.mega-promo b { font-family: var(--f-display); font-stretch: 112%; font-size: 17px; line-height: 1.15; }
.mega-promo .link-arrow { color: var(--volt); font-size: 13px; }

.hdr-search { position: relative; flex: 1; max-width: 340px; margin-left: auto; }
.search-form { position: relative; display: flex; align-items: center; }
.search-form > .i { position: absolute; left: 13px; color: var(--muted); width: 18px; }
.search-form input { width: 100%; height: 42px; padding: 0 40px 0 40px; border-radius: 12px; border: 1px solid var(--line); background: var(--bg-2); font-size: 14px; transition: all .2s; -webkit-appearance: none; }
.search-form input::-webkit-search-cancel-button { display: none; }
.search-form input:focus { outline: none; background: #fff; border-color: var(--ink); box-shadow: 0 0 0 4px rgba(11, 12, 16, .07); }
.search-form kbd { position: absolute; right: 10px; font: 600 11px var(--f-mono); color: var(--muted); border: 1px solid var(--line-2); border-radius: 6px; padding: 2px 7px; background: #fff; }
.search-form input:focus + kbd { opacity: 0; }
.search-pop { position: absolute; top: calc(100% + 8px); left: 0; right: 0; min-width: 360px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--sh-3); padding: 8px; opacity: 0; visibility: hidden; transform: translateY(6px); transition: all .18s var(--ease); z-index: 80; }
.search-pop.is-open { opacity: 1; visibility: visible; transform: none; }
.sp-item { display: flex; align-items: center; gap: 12px; padding: 8px 10px; border-radius: 12px; }
.sp-item:hover, .sp-item.is-active, .sp-all.is-active { background: var(--bg-2); }
.sp-img { width: 40px; height: 48px; flex: none; display: grid; place-items: center; background: var(--bg-2); border-radius: 10px; }
.sp-img svg { height: 44px; width: auto; }
.sp-txt { flex: 1; min-width: 0; }
.sp-txt b { display: block; font-size: 14px; }
.sp-txt em { display: block; font-style: normal; font-size: 12.5px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sp-price { font-size: 13px; font-weight: 700; white-space: nowrap; }
.sp-all { display: flex; align-items: center; justify-content: center; gap: 6px; padding: 12px; margin-top: 4px; border-top: 1px solid var(--line); font-weight: 700; font-size: 13.5px; border-radius: 0 0 12px 12px; }
.sp-empty { padding: 18px; color: var(--muted); font-size: 14px; text-align: center; }
mark { background: rgba(212, 255, 63, .7); color: inherit; border-radius: 3px; padding: 0 1px; }

.hdr-secure { display: none; align-items: center; gap: 8px; margin-left: auto; font-weight: 700; font-size: 13px; color: var(--ok); background: var(--ok-bg); padding: 8px 14px; border-radius: 99px; }
.hdr-secure .i { width: 15px; height: 15px; }
.hdr-actions { display: flex; align-items: center; gap: 4px; }
.hdr-search-btn { display: none; }
.hdr-acct.is-in::after { content: ''; position: absolute; top: 9px; right: 9px; width: 8px; height: 8px; border-radius: 50%; background: var(--ok); border: 2px solid #fff; }
.cart-btn { display: inline-flex; align-items: center; gap: 12px; height: 44px; padding: 0 6px 0 14px; margin-left: 6px; border-left: 1px solid var(--line); }
.cart-btn-text { font-weight: 800; font-size: 13.5px; text-transform: uppercase; letter-spacing: .04em; white-space: nowrap; }
.cart-btn-text span { color: var(--line-2); margin: 0 2px; }
.cart-btn-text b { font-weight: 800; }
.cart-btn-icon { position: relative; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: var(--ink); color: #fff; transition: background .2s, transform .2s; }
.cart-btn:hover .cart-btn-icon { background: var(--volt); color: var(--ink); }
.cart-btn-icon .i { width: 20px; height: 20px; }
.cart-btn-icon i { position: absolute; top: -6px; right: -6px; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 99px; background: var(--volt); color: var(--ink); font: 800 11px/20px var(--f-body); font-style: normal; text-align: center; border: 2px solid #fff; transition: transform .3s var(--spring); }
.cart-btn-icon i.is-zero { transform: scale(0); }
.cart-btn.bump .cart-btn-icon { animation: bump .5s var(--spring); }
@keyframes bump { 30% { transform: scale(1.18) rotate(-6deg); } 60% { transform: scale(.95) rotate(3deg); } }

/* Checkout mode: remove distractions */
.is-checkout .hdr-nav, .is-checkout .hdr-search, .is-checkout .hdr-search-btn, .is-checkout .hdr-burger, .is-checkout .announce, .is-checkout .ftr-main, .is-checkout .ftr-trust { display: none !important; }
.is-checkout .hdr-secure { display: inline-flex; }
.is-checkout .hdr-logo { margin-right: auto; }

/* ---------------- Drawers, scrim, modal, toasts ---------------- */
.scrim { position: fixed; inset: 0; background: rgba(8, 9, 12, .5); backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); opacity: 0; visibility: hidden; transition: all .3s; z-index: 90; }
.scrim.is-on { opacity: 1; visibility: visible; }
.drawer { position: fixed; top: 0; bottom: 0; z-index: 100; width: min(440px, 100vw); background: #fff; display: flex; flex-direction: column; transition: transform .4s var(--ease); box-shadow: var(--sh-3); }
.drawer-right { right: 0; transform: translateX(105%); border-radius: 22px 0 0 22px; }
.drawer-left { left: 0; transform: translateX(-105%); width: min(380px, 92vw); border-radius: 0 22px 22px 0; }
.drawer.is-open { transform: none; }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px 14px 24px; border-bottom: 1px solid var(--line); }
.drawer-head h3 { font-family: var(--f-display); font-stretch: 112%; font-size: 20px; font-weight: 800; display: flex; align-items: center; gap: 10px; }
.drawer-head h3 span { font: 800 12px/22px var(--f-body); min-width: 24px; height: 22px; text-align: center; border-radius: 99px; background: var(--volt); padding: 0 7px; }
.drawer-scroll { flex: 1; overflow-y: auto; padding: 8px 24px 20px; overscroll-behavior: contain; }
.drawer-foot { padding: 16px 24px calc(16px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: linear-gradient(180deg, #fff, var(--bg-2)); display: flex; flex-direction: column; gap: 12px; }
.cd-progress { padding: 14px 24px 16px; background: var(--bg-2); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; gap: 8px; }
.cd-progress p { display: flex; align-items: center; gap: 8px; font-size: 13.5px; }
.cd-progress p .i { width: 16px; height: 16px; }
.cd-progress p.is-done { color: var(--ok); }
.cd-progress .bar { height: 8px; border-radius: 99px; background: var(--bg-3); overflow: hidden; }
.cd-progress .bar i { display: block; height: 100%; border-radius: 99px; background: linear-gradient(90deg, var(--volt-2), var(--volt)); box-shadow: 0 0 12px rgba(190, 240, 30, .8); transition: width .6s var(--ease); position: relative; }
.cd-progress .bar i::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .7), transparent); animation: barshine 2s infinite; }
@keyframes barshine { from { transform: translateX(-100%); } to { transform: translateX(100%); } }
.cd-tier { color: var(--text-2); font-size: 13px !important; }
.cd-lines { display: flex; flex-direction: column; }
.cd-line { display: grid; grid-template-columns: 72px 1fr auto; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); align-items: start; }
.cd-img { width: 72px; height: 84px; border-radius: 14px; background: radial-gradient(circle at 50% 35%, #fff, var(--bg-2)); display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line); }
.cd-img svg { height: 76px; width: auto; }
.cd-img .is-kit, .cd-img .is-stack { width: 68px; height: auto; }
.cd-txt { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.cd-txt b { font-size: 14.5px; }
.cd-txt em { font-style: normal; font-size: 13px; color: var(--muted); }
.cd-row { display: flex; align-items: center; gap: 8px; margin-top: 8px; }
.cd-price { font-weight: 800; font-size: 15px; text-align: right; display: flex; flex-direction: column; }
.cd-price em { font-style: normal; font-weight: 500; font-size: 12px; color: var(--muted); }
.cd-upsell { display: flex; align-items: center; gap: 12px; margin-top: 16px; padding: 12px; border-radius: 16px; border: 1.5px dashed var(--line-2); background: var(--bg-2); }
.cd-upsell-img { width: 44px; height: 56px; display: grid; place-items: center; flex: none; }
.cd-upsell-img svg { height: 54px; width: auto; }
.cd-upsell > div { flex: 1; display: flex; flex-direction: column; min-width: 0; }
.cd-upsell .eyebrow { margin: 0 0 2px; font-size: 10.5px; }
.cd-upsell b { font-size: 13.5px; }
.cd-upsell em { font-style: normal; font-size: 12px; color: var(--muted); }
.cd-empty { padding-top: 20px; display: flex; flex-direction: column; gap: 16px; }
.cd-empty .empty { padding: 20px 0 0; }
.cd-recs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.cd-foot-row { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.cd-foot-row .link { white-space: nowrap; font-size: 14px; }
.cd-foot-row .pay-badges { justify-content: center; }
.cd-foot-row .pay-badges span { font-size: 9px; padding: 2px 4px; }

.totals { display: flex; flex-direction: column; gap: 8px; font-size: 14px; }
.totals > div { display: flex; justify-content: space-between; gap: 12px; }
.totals dt { color: var(--text-2); }
.totals dt em { font-style: normal; color: var(--muted); font-size: 12.5px; }
.totals dd { font-weight: 600; text-align: right; }
.totals .is-save dd, .totals .is-save dt { color: var(--ok); font-weight: 700; }
.free { color: var(--ok); font-weight: 800; letter-spacing: .02em; }
.totals-grand { margin-top: 6px; padding-top: 14px; border-top: 1px solid var(--line); align-items: baseline; }
.totals-grand dt { font-weight: 800; color: var(--text); font-size: 16px; }
.totals-grand dd { font-family: var(--f-display); font-stretch: 112%; font-weight: 800; font-size: 28px; letter-spacing: -.02em; }
.totals-grand dd small { font: 600 12px var(--f-body); color: var(--muted); margin-right: 6px; letter-spacing: 0; }
.totals-sm { font-size: 13.5px; }

.nav-search { margin: 16px 0 8px; }
.nav-list { display: flex; flex-direction: column; margin: 8px 0; }
.nav-list a { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 14px 4px; border-bottom: 1px solid var(--line); font-size: 17px; }
.nav-list a b { font-family: var(--f-display); font-stretch: 112%; font-weight: 800; }
.nav-list a .i { color: var(--muted); }
.nav-list-sm a { justify-content: flex-start; font-size: 15px; padding: 12px 4px; font-weight: 600; }
.nav-h { font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin: 20px 0 8px; }
.nav-cats { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.nav-cats a { display: flex; align-items: center; gap: 8px; padding: 10px 12px; border-radius: 12px; background: var(--bg-2); font-size: 13px; font-weight: 600; line-height: 1.2; }
.nav-cats i { width: 9px; height: 9px; border-radius: 50%; background: var(--c); flex: none; box-shadow: 0 0 0 3px color-mix(in srgb, var(--c) 20%, transparent); }
.nav-contact { margin-top: 20px; padding: 16px; border-radius: 16px; background: var(--bg-2); display: flex; flex-direction: column; gap: 8px; font-size: 13.5px; color: var(--text-2); }
.nav-contact > * { display: flex; align-items: center; gap: 8px; }
.nav-contact .i { width: 16px; height: 16px; }

.modal { position: fixed; inset: 0; z-index: 120; display: grid; place-items: center; padding: 20px; background: rgba(8, 9, 12, .55); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); opacity: 0; visibility: hidden; transition: all .25s; overflow-y: auto; }
.modal.is-open { opacity: 1; visibility: visible; }
.modal-card { position: relative; width: 100%; max-width: 520px; background: #fff; border-radius: 26px; padding: 32px; box-shadow: var(--sh-3); transform: translateY(16px) scale(.98); transition: transform .35s var(--spring); max-height: calc(100vh - 40px); overflow-y: auto; outline: none; }
.modal.is-open .modal-card { transform: none; }
.modal-card.is-sm { max-width: 440px; }
.modal-card.is-md { max-width: 560px; }
.modal-card.is-lg { max-width: 820px; }
.modal-x { position: absolute; top: 14px; right: 14px; background: var(--bg-2); z-index: 2; }
.modal-title { font-family: var(--f-display); font-stretch: 112%; font-weight: 800; font-size: 24px; letter-spacing: -.02em; }
.modal-sub { color: var(--muted); margin-top: -8px; }
.modal-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 8px; }
.notify-head { display: flex; gap: 16px; align-items: center; }
.notify-head > svg { width: 60px; height: 80px; flex: none; }
.notify-head .modal-sub { margin-top: 4px; }

.toasts { position: fixed; left: 50%; bottom: 24px; transform: translateX(-50%); z-index: 130; display: flex; flex-direction: column; gap: 10px; align-items: center; pointer-events: none; width: min(560px, calc(100vw - 24px)); }
.toast { pointer-events: auto; display: flex; align-items: center; gap: 12px; padding: 10px 12px 10px 14px; background: rgba(11, 12, 16, .94); color: #fff; border-radius: 18px; box-shadow: 0 20px 50px -12px rgba(0, 0, 0, .5), inset 0 1px 0 rgba(255, 255, 255, .08); backdrop-filter: blur(12px); font-size: 14px; opacity: 0; transform: translateY(18px) scale(.96); transition: all .35s var(--spring); max-width: 100%; }
.toast.is-in { opacity: 1; transform: none; }
.toast-thumb { width: 38px; height: 46px; flex: none; background: rgba(255, 255, 255, .92); border-radius: 10px; display: grid; place-items: center; }
.toast-thumb svg { height: 42px; width: auto; }
.toast-txt { display: flex; flex-direction: column; flex: 1; min-width: 0; line-height: 1.35; }
.toast-txt b { display: inline-flex; align-items: center; gap: 6px; }
.toast-txt b .i { width: 15px; height: 15px; color: var(--volt); stroke-width: 3; }
.toast-txt span { color: #A9AEBA; font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.toast .btn-ghost { color: #fff; }
.toast .btn-ghost:hover { background: rgba(255, 255, 255, .1); }
.toast-ico { width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; flex: none; background: var(--volt); color: var(--ink); }
.toast-ico.info { background: #fff; }
.toast-ico .i { width: 15px; height: 15px; stroke-width: 3; }
.fly-dot { position: fixed; z-index: 140; width: 18px; height: 18px; border-radius: 50%; pointer-events: none; box-shadow: 0 0 0 4px rgba(255, 255, 255, .8), 0 6px 20px rgba(0, 0, 0, .3); }

/* ---------------- Page transitions ---------------- */
#app { min-height: 60vh; outline: none; }
#app.page-in > * { animation: pageIn .5s var(--ease) backwards; }
#app.page-in > .sticky-buy { animation: none; }
#app.page-in > *:nth-child(2) { animation-delay: .04s; }
#app.page-in > *:nth-child(3) { animation-delay: .08s; }
@keyframes pageIn { from { opacity: 0; transform: translateY(10px); } }
.fade-in > * { animation: pageIn .45s var(--ease) backwards; }
.fade-in > *:nth-child(2n) { animation-delay: .04s; }
.fade-in > *:nth-child(3n) { animation-delay: .08s; }

/* ---------------- Sections ---------------- */
.section { padding-block: 88px; position: relative; }
.section-sm { padding-block: 56px; }
.section-soft { background: var(--bg-2); }
.section-dark { background: var(--ink); color: #fff; overflow: hidden; }
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 32px; flex-wrap: wrap; }
.sec-head .eyebrow { margin-bottom: 10px; }
.sec-sub { color: var(--text-2); margin-top: 12px; max-width: 560px; font-size: 16px; }
.sec-head.on-dark .sec-sub { color: #A9AEBA; }
.sec-head.on-dark .eyebrow { color: #C8CCD6; }
.sec-head.on-dark .link-arrow { color: var(--volt); }
.band-glow { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(40% 60% at 90% 0%, rgba(212, 255, 63, .18), transparent 70%), radial-gradient(40% 70% at 0% 100%, rgba(43, 89, 255, .28), transparent 70%); }
.hscroll { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(290px, 1fr); gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; scrollbar-width: thin; }
.hscroll > * { scroll-snap-align: start; }

/* ---------------- Hero ---------------- */
.hero { position: relative; background: #07080B; color: #fff; overflow: hidden; isolation: isolate; }
.hero-bg { position: absolute; inset: 0; z-index: -1; }
.hero-lines { position: absolute; inset: 0; background-image: linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px); background-size: 64px 64px; -webkit-mask: radial-gradient(70% 80% at 70% 45%, #000 20%, transparent 75%); mask: radial-gradient(70% 80% at 70% 45%, #000 20%, transparent 75%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(60px); }
.hero-glow.g1 { width: 560px; height: 560px; right: 8%; top: 4%; background: radial-gradient(circle, rgba(212, 255, 63, .30), transparent 65%); animation: drift 12s ease-in-out infinite alternate; }
.hero-glow.g2 { width: 700px; height: 700px; right: -12%; bottom: -40%; background: radial-gradient(circle, rgba(43, 89, 255, .55), transparent 65%); animation: drift 16s ease-in-out infinite alternate-reverse; }
.hero-noise { position: absolute; inset: 0; opacity: .08; mix-blend-mode: overlay; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
@keyframes drift { to { transform: translate(-40px, 30px) scale(1.08); } }
.hero-inner { display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; gap: 24px; min-height: min(760px, calc(100vh - 108px)); padding-top: 56px; padding-bottom: 56px; }
.hero-chip { display: inline-flex; align-items: center; gap: 10px; padding: 6px 14px 6px 6px; border-radius: 99px; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .14); font-size: 13.5px; font-weight: 600; color: #E3E6EC; backdrop-filter: blur(8px); transition: all .2s; }
.hero-chip span { background: var(--volt); color: var(--ink); font-weight: 800; font-size: 11px; letter-spacing: .08em; padding: 4px 9px; border-radius: 99px; }
.hero-chip .i { width: 15px; height: 15px; transition: transform .2s; }
.hero-chip:hover { background: rgba(255, 255, 255, .12); }
.hero-chip:hover .i { transform: translateX(3px); }
.hero-title { margin: 26px 0 22px; font-size: clamp(54px, 7.4vw, 112px); font-stretch: 125%; font-weight: 900; line-height: .9; letter-spacing: -.035em; text-transform: uppercase; }
.hero-title span { display: block; }
.hero-title span:not(.hl) { background: linear-gradient(180deg, #fff 30%, #B9BEC9 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-lead { font-size: clamp(16px, 1.35vw, 19px); color: #B8BDC8; max-width: 520px; line-height: 1.6; }
.hero-ctas { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; }
.hero-proof { display: flex; gap: 0; margin-top: 44px; border-top: 1px solid rgba(255, 255, 255, .1); padding-top: 24px; max-width: 560px; }
.hero-proof li { flex: 1; padding-right: 20px; }
.hero-proof li + li { padding-left: 20px; border-left: 1px solid rgba(255, 255, 255, .1); }
.hero-proof b { display: block; font-family: var(--f-display); font-stretch: 112%; font-weight: 800; font-size: 28px; letter-spacing: -.02em; }
.hero-proof b small { font-size: 20px; color: var(--star); }
.hero-proof span { font-size: 13px; color: #8E94A2; }
.hero-visual { position: relative; height: 620px; display: grid; place-items: center; }
.hero-halo { position: absolute; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(212, 255, 63, .35), rgba(212, 255, 63, 0) 62%); filter: blur(10px); top: 12%; }
.hero-ring { position: absolute; width: 520px; height: 520px; border-radius: 50%; top: 4%; border: 1px solid rgba(255, 255, 255, .08); background: conic-gradient(from 0deg, transparent 0 70%, rgba(212, 255, 63, .5) 85%, transparent 100%); -webkit-mask: radial-gradient(circle, transparent 69.6%, #000 70%); mask: radial-gradient(circle, transparent 69.6%, #000 70%); animation: spin 14s linear infinite; }
.hero-vials { position: relative; width: 100%; height: 100%; }
.hv { position: absolute; display: block; filter: drop-shadow(0 40px 40px rgba(0, 0, 0, .55)); transition: transform .5s var(--ease); }
.hv svg { width: 100%; height: auto; }
.hv-c { width: 300px; left: 50%; top: 40px; margin-left: -150px; z-index: 3; animation: float 6s ease-in-out infinite; }
.hv-l { width: 220px; left: 50%; top: 170px; margin-left: -300px; z-index: 2; animation: floatL 7s ease-in-out infinite; }
.hv-r { width: 220px; left: 50%; top: 190px; margin-left: 80px; z-index: 2; animation: floatR 7.5s ease-in-out infinite .6s; }
.hv:hover { filter: drop-shadow(0 40px 50px rgba(212, 255, 63, .25)); }
@keyframes float { 50% { transform: translateY(-16px); } }
@keyframes floatL { 0%, 100% { transform: rotate(-9deg); } 50% { transform: rotate(-7deg) translateY(-12px); } }
@keyframes floatR { 0%, 100% { transform: rotate(8deg); } 50% { transform: rotate(10deg) translateY(-12px); } }
.hero-floor { position: absolute; bottom: 30px; left: 10%; right: 10%; height: 80px; background: radial-gradient(50% 50% at 50% 50%, rgba(212, 255, 63, .18), transparent 70%); filter: blur(6px); }
.float-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 12px; padding: 12px 16px 12px 12px; border-radius: 18px; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .14); backdrop-filter: blur(16px) saturate(1.4); -webkit-backdrop-filter: blur(16px) saturate(1.4); box-shadow: 0 20px 40px -12px rgba(0, 0, 0, .5), inset 0 1px 0 rgba(255, 255, 255, .12); font-size: 13px; line-height: 1.3; }
.float-card b { display: block; font-size: 14px; }
.float-card span { color: #A9AEBA; font-size: 12px; }
.fc-ico { width: 36px; height: 36px; border-radius: 12px; display: grid; place-items: center; background: var(--volt); color: var(--ink); flex: none; }
.fc-ico .i { width: 19px; height: 19px; }
.fc-1 { left: 0; top: 90px; animation: float 7s ease-in-out infinite 1s; }
.fc-2 { right: -12px; top: 470px; animation: float 8s ease-in-out infinite .3s; }
.fc-2 .fc-ico { background: #fff; }
.fc-3 { left: 10px; bottom: 90px; animation: float 6.5s ease-in-out infinite 2s; }
.fc-3 .stars { --size: 14px; }

/* ---------------- Ticker ---------------- */
.ticker { background: var(--volt); color: var(--ink); overflow: hidden; border-block: 1px solid rgba(0, 0, 0, .1); }
.ticker-track { display: flex; align-items: center; width: max-content; animation: ticker 38s linear infinite; }
.ticker span { font-family: var(--f-display); font-stretch: 125%; font-weight: 800; font-size: 15px; letter-spacing: .06em; text-transform: uppercase; padding: 14px 22px; white-space: nowrap; }
.ticker i { width: 9px; height: 9px; background: var(--ink); transform: rotate(45deg); border-radius: 2px; flex: none; }
.ticker:hover .ticker-track { animation-play-state: paused; }
@keyframes ticker { to { transform: translateX(-50%); } }

/* ---------------- Category tiles ---------------- */
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.cat-tile { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; min-height: 188px; padding: 20px; border-radius: 22px; background: linear-gradient(150deg, #fff 0%, var(--bg-2) 100%); border: 1px solid var(--line); isolation: isolate; transition: transform .35s var(--ease), box-shadow .35s, border-color .3s; }
.cat-tile-glow { position: absolute; inset: 0; z-index: -1; background: radial-gradient(70% 90% at 90% 90%, color-mix(in srgb, var(--c) 30%, transparent), transparent 70%); opacity: .75; transition: opacity .35s; }
.cat-tile-vial { position: absolute; right: 8px; top: 12px; width: 92px; transform: rotate(12deg); transition: transform .5s var(--spring); filter: drop-shadow(0 14px 16px rgba(15, 18, 28, .18)); }
.cat-tile-vial svg { width: 100%; height: auto; }
.cat-tile-body { display: flex; flex-direction: column; gap: 2px; max-width: 70%; }
.cat-tile-body b { font-family: var(--f-display); font-stretch: 112%; font-weight: 800; font-size: 19px; line-height: 1.1; letter-spacing: -.015em; }
.cat-tile-body em { font-style: normal; color: var(--text-2); font-size: 13px; font-weight: 600; }
.cat-tile-go { position: absolute; left: 20px; top: 20px; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: #fff; border: 1px solid var(--line); transition: all .3s var(--ease); }
.cat-tile-go .i { width: 16px; height: 16px; transform: rotate(-45deg); transition: transform .3s var(--ease); }
.cat-tile:hover { transform: translateY(-4px); box-shadow: var(--sh-2); border-color: transparent; }
.cat-tile:hover .cat-tile-glow { opacity: 1; }
.cat-tile:hover .cat-tile-vial { transform: rotate(4deg) translateY(-6px) scale(1.06); }
.cat-tile:hover .cat-tile-go { background: var(--ink); color: var(--volt); border-color: var(--ink); }
.cat-tile:hover .cat-tile-go .i { transform: none; }

/* ---------------- Segmented & chips ---------------- */
.seg { display: inline-flex; padding: 4px; gap: 2px; background: var(--bg-2); border: 1px solid var(--line); border-radius: 14px; }
.seg button { height: 36px; padding: 0 14px; border-radius: 10px; font-weight: 700; font-size: 13.5px; color: var(--text-2); transition: all .2s; white-space: nowrap; }
.seg button:hover { color: var(--ink); }
.seg button.is-on { background: #fff; color: var(--ink); box-shadow: var(--sh-1), 0 0 0 1px var(--line); }
.seg-pill { border-radius: 99px; }
.seg-pill button { border-radius: 99px; }
.seg-block { display: flex; width: 100%; }
.seg-block button { flex: 1; height: 42px; }
.seg-icons button { width: 38px; padding: 0; display: grid; place-items: center; }
.chip-row { display: flex; gap: 8px; overflow-x: auto; padding: 2px; scrollbar-width: none; }
.chip-row::-webkit-scrollbar { display: none; }
.chip { display: inline-flex; align-items: center; gap: 8px; height: 38px; padding: 0 16px; border-radius: 99px; border: 1px solid var(--line-2); background: #fff; font-weight: 700; font-size: 13.5px; white-space: nowrap; transition: all .15s; }
.chip i { width: 8px; height: 8px; border-radius: 50%; background: var(--c); }
.chip:hover { border-color: var(--ink); }
.chip.is-on { background: var(--ink); color: #fff; border-color: var(--ink); }
.chip.is-on i { box-shadow: 0 0 0 3px rgba(255, 255, 255, .2); }

/* ---------------- Product grid & card ---------------- */
.pgrid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.pgrid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pcard { position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .3s; }
.pcard:hover { transform: translateY(-5px); box-shadow: var(--sh-2); border-color: transparent; }
.pcard-media { position: relative; display: block; aspect-ratio: 1 / 1.02; background: radial-gradient(90% 70% at 50% 28%, #fff 0%, #F4F6F9 55%, #E9ECF1 100%); overflow: hidden; isolation: isolate; }
.pcard-media::before { content: ''; position: absolute; left: 50%; top: 55%; width: 70%; aspect-ratio: 1; transform: translate(-50%, -50%); border-radius: 50%; background: radial-gradient(circle, color-mix(in srgb, var(--c) 26%, transparent), transparent 65%); z-index: -1; transition: transform .5s var(--ease), opacity .4s; opacity: .8; }
.pcard-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, .75) 45%, transparent 60%); transform: translateX(-110%); transition: transform .9s var(--ease); pointer-events: none; }
.pcard:hover .pcard-media::after { transform: translateX(110%); }
.pcard:hover .pcard-media::before { transform: translate(-50%, -50%) scale(1.25); opacity: 1; }
.pcard-img { position: absolute; inset: 8% 0 5%; display: grid; place-items: center; transition: transform .5s var(--spring); }
.pcard-img svg { height: 100%; width: auto; }
.pcard:hover .pcard-img { transform: translateY(-6px) rotate(-2deg) scale(1.03); }
.pcard-quick { position: absolute; left: 12px; right: 12px; bottom: 12px; display: flex; align-items: center; justify-content: center; gap: 6px; height: 36px; border-radius: 12px; background: rgba(255, 255, 255, .85); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); font-size: 13px; font-weight: 700; box-shadow: var(--sh-1); opacity: 0; transform: translateY(8px); transition: all .3s var(--ease); }
.pcard-quick .i { width: 15px; height: 15px; }
.pcard:hover .pcard-quick { opacity: 1; transform: none; }
.badges { position: absolute; top: 12px; left: 12px; right: 12px; z-index: 2; display: flex; gap: 6px; flex-wrap: wrap; pointer-events: none; }
.badge { display: inline-flex; align-items: center; gap: 4px; height: 24px; padding: 0 10px; border-radius: 99px; font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; }
.badge .i { width: 12px; height: 12px; stroke-width: 3; }
.badge-sale { background: var(--volt); color: var(--ink); box-shadow: 0 4px 12px -4px rgba(150, 200, 20, .8); }
.badge-new { background: var(--cobalt); color: #fff; }
.badge-best { background: var(--ink); color: #fff; }
.badge-oos { background: #fff; color: var(--muted); border: 1px solid var(--line-2); }
.badge-volt { background: var(--volt); color: var(--ink); }
.badge-ok { background: var(--ok-bg); color: var(--ok); }
.pcard-body { display: flex; flex-direction: column; gap: 6px; padding: 16px 18px 18px; flex: 1; }
.cat-label { display: inline-flex; align-items: center; gap: 7px; font-size: 11.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.cat-label i { width: 8px; height: 8px; border-radius: 50%; background: var(--c); box-shadow: 0 0 0 3px color-mix(in srgb, var(--c) 18%, transparent); }
.pcard-title { font-family: var(--f-display); font-stretch: 108%; font-weight: 800; font-size: 19px; letter-spacing: -.015em; line-height: 1.15; }
.pcard-title a:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 3px; }
.pcard-sub { font-size: 13px; color: var(--muted); line-height: 1.4; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pcard-rating { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; width: fit-content; }
.pcard-rating b { font-weight: 700; }
.pcard-rating span { color: var(--muted); }
.pcard-rating .stars { --size: 13px; }
.pills { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 6px; }
.pill { height: 30px; padding: 0 11px; border-radius: 9px; border: 1px solid var(--line-2); background: #fff; font-size: 12.5px; font-weight: 700; color: var(--text-2); transition: all .15s; }
.pill:hover { border-color: var(--ink); color: var(--ink); }
.pill.is-on { background: var(--ink); color: #fff; border-color: var(--ink); box-shadow: 0 4px 10px -4px rgba(11, 12, 16, .5); }
.pill.is-oos { color: #A8ADB8; text-decoration: line-through; background: var(--bg-2); }
.pill.is-oos.is-on { background: #6B7080; border-color: #6B7080; color: #fff; }
.pill.is-static { cursor: default; }
.pills-lg { gap: 8px; }
.pills-lg .pill { height: 44px; padding: 0 18px; border-radius: 12px; font-size: 14.5px; }
.pcard-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 14px; }
.price { display: inline-flex; align-items: baseline; gap: 8px; }
.price s { color: #A2A7B3; font-size: 14px; font-weight: 500; }
.price b { font-family: var(--f-display); font-stretch: 108%; font-weight: 800; font-size: 22px; letter-spacing: -.02em; }
.price-xl b { font-size: 40px; letter-spacing: -.03em; }
.price-xl s { font-size: 20px; }
.btn-add[data-oos] { background: #fff; color: var(--text); border-color: var(--line-2); box-shadow: none; }
.btn-add[data-oos]:hover { border-color: var(--ink); background: #fff; }

/* list view */
.plist { display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; background: #fff; }
.prow { display: grid; grid-template-columns: 64px minmax(180px, 1.4fr) 2fr 110px auto; gap: 18px; align-items: center; padding: 12px 18px; border-bottom: 1px solid var(--line); transition: background .15s; }
.prow:last-child { border-bottom: 0; }
.prow:hover { background: var(--bg-2); }
.prow-media { width: 64px; height: 72px; display: grid; place-items: center; background: radial-gradient(circle at 50% 35%, #fff, var(--bg-2)); border-radius: 14px; border: 1px solid var(--line); }
.prow-media svg { height: 64px; width: auto; }
.prow-media .is-stack { width: 60px; height: auto; }
.prow-main { display: flex; flex-direction: column; min-width: 0; }
.prow-name { font-weight: 800; font-size: 15.5px; }
.prow-sub { font-size: 12.5px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.prow-rating { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; color: var(--muted); margin-top: 2px; }
.prow-rating .stars { --size: 11px; }
.prow-rating b { color: var(--text); }
.prow-opts .pills { margin: 0; }
.prow-price .price b { font-size: 19px; }
.prow-price .price { flex-direction: column; gap: 0; align-items: flex-start; }
.prow-price .price s { font-size: 12.5px; }

/* ---------------- Stack card ---------------- */
.sgrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.scard { position: relative; display: flex; flex-direction: column; border-radius: 24px; background: #fff; border: 1px solid var(--line); overflow: hidden; transition: transform .35s var(--ease), box-shadow .35s; }
.scard:hover { transform: translateY(-5px); box-shadow: var(--sh-2); }
.scard-media { position: relative; display: grid; place-items: center; aspect-ratio: 16 / 11; background: radial-gradient(80% 80% at 50% 40%, color-mix(in srgb, var(--c) 18%, #fff) 0%, #F2F4F7 60%, #E8EBF0 100%); overflow: hidden; }
.scard-media svg { width: 82%; height: auto; transition: transform .5s var(--spring); filter: drop-shadow(0 18px 20px rgba(15, 18, 28, .18)); }
.scard:hover .scard-media svg { transform: translateY(-6px) scale(1.03); }
.scard-body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.scard-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.scard-head h3 { font-family: var(--f-display); font-stretch: 112%; font-weight: 800; font-size: 22px; letter-spacing: -.02em; }
.scard-rating { display: inline-flex; align-items: center; gap: 5px; font-size: 13px; font-weight: 700; }
.scard-rating .stars { --size: 12px; }
.scard-line { color: var(--text-2); font-size: 14px; }
.scard-items { display: flex; flex-direction: column; gap: 6px; padding: 12px 0; border-block: 1px dashed var(--line-2); }
.scard-items li { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; }
.scard-items i { width: 8px; height: 8px; border-radius: 2px; background: var(--c); transform: rotate(45deg); }
.scard-items em { font-style: normal; color: var(--muted); margin-left: auto; font-weight: 600; font-size: 13px; }
.scard-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 4px; }
.scard.is-dark { background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02)); border-color: rgba(255, 255, 255, .1); color: #fff; backdrop-filter: blur(8px); }
.scard.is-dark .scard-media { background: radial-gradient(80% 80% at 50% 40%, color-mix(in srgb, var(--c) 30%, #1A1D25) 0%, #14161C 70%); }
.scard.is-dark .scard-line { color: #A9AEBA; }
.scard.is-dark .scard-items { border-color: rgba(255, 255, 255, .12); }
.scard.is-dark .scard-items em { color: #8E94A2; }
.scard.is-dark .price s { color: #6E7482; }
.scard.is-dark:hover { box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .8), 0 0 0 1px rgba(212, 255, 63, .25); }
.stacks-band .hscroll { grid-auto-columns: minmax(300px, 1fr); }

/* ---------------- Features ---------------- */
.feat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feat { padding: 26px; border-radius: 22px; background: var(--bg-2); border: 1px solid var(--line); transition: all .3s var(--ease); }
.feat:hover { background: #fff; box-shadow: var(--sh-2); transform: translateY(-3px); }
.feat-ico { width: 50px; height: 50px; border-radius: 16px; display: grid; place-items: center; background: var(--ink); color: var(--volt); margin-bottom: 18px; box-shadow: 0 10px 20px -10px rgba(11, 12, 16, .6); }
.feat-ico .i { width: 24px; height: 24px; }
.feat h3 { font-family: var(--f-display); font-stretch: 108%; font-weight: 800; font-size: 18px; margin-bottom: 6px; letter-spacing: -.01em; }
.feat p { color: var(--text-2); font-size: 14.5px; }

/* ---------------- Reviews ---------------- */
.reviews-band { display: grid; grid-template-columns: 330px 1fr; gap: 24px; align-items: stretch; }
.rb-score { background: #fff; border-radius: 24px; padding: 28px; border: 1px solid var(--line); box-shadow: var(--sh-1); display: flex; flex-direction: column; gap: 10px; }
.rb-big { font-size: 76px; font-stretch: 125%; line-height: 1; }
.rb-score > p { color: var(--text-2); font-size: 14px; }
.rb-score .btn { margin-top: auto; }
.rb-list { grid-auto-columns: minmax(300px, 340px); }
.rv { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 20px; display: flex; flex-direction: column; gap: 8px; }
.rv-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.rv-date { font-size: 12.5px; color: var(--muted); }
.rv-title { font-size: 16px; font-weight: 800; letter-spacing: -.01em; }
.rv-body { color: var(--text-2); font-size: 14.5px; line-height: 1.55; }
.rv-by { display: flex; align-items: center; gap: 10px; margin-top: auto; padding-top: 10px; flex-wrap: wrap; }
.avatar { width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; font-size: 13px; color: #fff; background: linear-gradient(135deg, hsl(var(--h) 70% 55%), hsl(calc(var(--h) + 40) 70% 40%)); flex: none; }
.avatar-lg { width: 48px; height: 48px; font-size: 18px; }
.rv-name { display: flex; flex-direction: column; font-size: 13.5px; line-height: 1.25; }
.rv-name span { font-size: 12px; color: var(--muted); }
.verified { display: inline-flex; align-items: center; gap: 4px; font-size: 11.5px; font-weight: 700; color: var(--ok); background: var(--ok-bg); padding: 3px 8px; border-radius: 99px; margin-left: auto; }
.verified .i { width: 12px; height: 12px; stroke-width: 3; }
.rv-product { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 12px; background: var(--bg-2); font-size: 13px; font-weight: 600; transition: background .15s; }
.rv-product:hover { background: var(--bg-3); }
.rv-product svg:first-child { height: 34px; width: auto; }
.rv-product span { flex: 1; }
.rv-product .i { width: 15px; height: 15px; color: var(--muted); }
.rv-variant { font-size: 12.5px; color: var(--muted); }
.rv-bars { display: flex; flex-direction: column; gap: 6px; margin: 6px 0 8px; }
.rv-bar { display: grid; grid-template-columns: 26px 1fr 36px; align-items: center; gap: 10px; font-size: 12.5px; font-weight: 600; color: var(--text-2); }
.rv-bar i { height: 8px; border-radius: 99px; background: var(--bg-3); overflow: hidden; }
.rv-bar b { display: block; height: 100%; background: var(--star); border-radius: 99px; }
.rv-bar em { font-style: normal; text-align: right; color: var(--muted); }
.rv-layout { display: grid; grid-template-columns: 300px 1fr; gap: 32px; align-items: start; }
.rv-summary { position: sticky; top: 96px; padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: var(--bg-2); display: flex; flex-direction: column; gap: 10px; }
.rv-score { display: flex; flex-direction: column; gap: 6px; }
.rv-score b { font-family: var(--f-display); font-stretch: 125%; font-size: 56px; font-weight: 800; line-height: 1; letter-spacing: -.03em; }
.rv-score span { color: var(--muted); font-size: 14px; }
.rv-main { display: flex; flex-direction: column; gap: 14px; }
.rv-filter { display: flex; gap: 8px; flex-wrap: wrap; }
.rv-filter .chip { height: 34px; }
.rv-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.rv-list > .btn { grid-column: 1 / -1; }
.rv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.rv-tools { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 20px; }
.chip-row-tight .chip { height: 36px; }
.rv-hero-score { display: flex; flex-direction: column; align-items: flex-end; gap: 14px; }

/* ---------------- Lab band, chromatogram & COA ---------------- */
.lab-band { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.lab-band-copy > p { color: var(--text-2); font-size: 16.5px; margin: 16px 0 24px; max-width: 520px; }
.lot-search { position: relative; display: flex; align-items: center; gap: 8px; padding: 6px; border: 1px solid var(--line-2); border-radius: 16px; background: #fff; box-shadow: var(--sh-1); max-width: 560px; transition: border-color .2s, box-shadow .2s; }
.lot-search:focus-within { border-color: var(--ink); box-shadow: 0 0 0 4px rgba(11, 12, 16, .07); }
.lot-search > .i { margin-left: 10px; color: var(--muted); }
.lot-search input { border: 0 !important; box-shadow: none !important; height: 44px; padding: 0 6px; flex: 1; min-width: 0; }
.lab-stats { display: flex; gap: 32px; margin-top: 28px; }
.lab-stats b { display: block; font-family: var(--f-display); font-stretch: 112%; font-weight: 800; font-size: 28px; letter-spacing: -.02em; }
.lab-stats span { font-size: 13px; color: var(--muted); }
.coa-preview { position: relative; display: flex; flex-direction: column; gap: 14px; padding: 24px; border-radius: 26px; background: #fff; border: 1px solid var(--line); box-shadow: var(--sh-3); text-align: left; transform: perspective(1200px) rotateY(-6deg) rotateX(3deg); transition: transform .6s var(--ease), box-shadow .4s; }
.coa-preview:hover { transform: perspective(1200px) rotateY(0) rotateX(0) translateY(-4px); }
.coa-preview::before { content: ''; position: absolute; inset: -1px; border-radius: 27px; padding: 1px; background: linear-gradient(135deg, var(--volt), transparent 40%, transparent 60%, var(--cobalt)); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; opacity: .8; pointer-events: none; }
.cp-head { display: flex; align-items: center; justify-content: space-between; }
.cp-row { display: flex; justify-content: space-between; font-size: 14px; font-weight: 600; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.cp-foot { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.cp-foot div { padding: 12px; border-radius: 14px; background: var(--bg-2); }
.cp-foot span { display: block; font-size: 11.5px; color: var(--muted); font-weight: 600; text-transform: uppercase; letter-spacing: .06em; }
.cp-foot b { font-size: 17px; font-weight: 800; }
.cp-cta { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-size: 14px; }
.cp-cta .i { width: 16px; height: 16px; transition: transform .2s; }
.coa-preview:hover .cp-cta .i { transform: translateX(4px); }
.chrom { width: 100%; height: 150px; overflow: visible; }
.chrom-line { fill: none; stroke: var(--ink); stroke-width: 1.6; vector-effect: non-scaling-stroke; }
.chrom-grid { stroke: var(--line); stroke-dasharray: 3 4; vector-effect: non-scaling-stroke; }
.chrom-axis { stroke: var(--line-2); vector-effect: non-scaling-stroke; }
.chrom-tick { font: 600 11px var(--f-mono); fill: var(--muted); }
.chrom-label { font: 700 12px var(--f-body); fill: var(--cobalt); }
.coa-pass, .pass { display: inline-flex; align-items: center; gap: 5px; height: 26px; padding: 0 10px; border-radius: 99px; background: var(--ok-bg); color: var(--ok); font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.coa-pass .i { width: 13px; height: 13px; stroke-width: 3; }
.pass { height: 22px; font-size: 11px; }

.modal-coa { padding: 0 !important; }
.coa { padding: 30px 32px; }
.coa-head { display: flex; align-items: center; gap: 18px; padding-bottom: 20px; border-bottom: 2px solid var(--ink); padding-right: 40px; }
.coa-title { flex: 1; }
.coa-title h3 { font-family: var(--f-display); font-stretch: 112%; font-weight: 800; font-size: 22px; letter-spacing: -.02em; }
.coa-title span { color: var(--muted); font-size: 12.5px; }
.coa-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; margin: 20px 0; }
.coa-meta div { background: #fff; padding: 12px 14px; }
.coa-meta dt { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); font-weight: 700; }
.coa-meta dd { font-weight: 700; font-size: 14px; margin-top: 2px; }
.coa-chrom { border: 1px solid var(--line); border-radius: 14px; padding: 14px 16px 10px; margin-bottom: 20px; background: linear-gradient(180deg, #FBFCFD, #fff); }
.coa-chrom-head { display: flex; justify-content: space-between; font-size: 13px; margin-bottom: 8px; }
.coa-chrom-head span { color: var(--muted); }
.coa-axis { text-align: center; font-size: 11px; color: var(--muted); margin-top: 2px; }
.coa-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.coa-table th { text-align: left; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); padding: 8px 10px; border-bottom: 1px solid var(--line); }
.coa-table td { padding: 12px 10px; border-bottom: 1px solid var(--line); }
.coa-table td:last-child { text-align: right; }
.coa-foot { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 20px; flex-wrap: wrap; }
.coa-sign { display: flex; flex-direction: column; font-size: 13px; color: var(--muted); }
.coa-sign b { color: var(--text); font-family: var(--f-mono); font-size: 13px; }
.coa-actions { display: flex; gap: 8px; }

/* ---------------- FAQ ---------------- */
.faq-band { display: grid; grid-template-columns: 1fr 1.5fr; gap: 56px; align-items: start; }
.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq { border: 1px solid var(--line); border-radius: 18px; background: #fff; transition: box-shadow .2s, border-color .2s; }
.faq[open] { box-shadow: var(--sh-2); border-color: transparent; }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 20px; font-weight: 700; font-size: 16px; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .i { flex: none; width: 30px; height: 30px; padding: 6px; border-radius: 50%; background: var(--bg-2); transition: transform .3s var(--ease), background .2s; }
.faq[open] summary .i { transform: rotate(45deg); background: var(--volt); }
.faq p { padding: 0 20px 20px; color: var(--text-2); font-size: 15px; max-width: 720px; }
.faq-page { display: grid; grid-template-columns: 220px 1fr; gap: 48px; align-items: start; }
.faq-nav { position: sticky; top: 100px; display: flex; flex-direction: column; gap: 2px; }
.faq-nav a { padding: 10px 14px; border-radius: 12px; font-weight: 600; font-size: 14px; color: var(--text-2); }
.faq-nav a:hover { background: var(--bg-2); color: var(--ink); }
.faq-groups { display: flex; flex-direction: column; gap: 36px; }
.faq-group { display: flex; flex-direction: column; gap: 10px; }
.faq-group h2 { margin-bottom: 6px; }
.faq-search { max-width: 520px; margin-top: 24px; }

/* ---------------- Newsletter ---------------- */
.newsletter { position: relative; background: var(--volt); overflow: hidden; }
.newsletter::before { content: ''; position: absolute; inset: 0; background-image: repeating-linear-gradient(-45deg, rgba(0, 0, 0, .04) 0 2px, transparent 2px 14px); }
.nl-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-top: 56px; padding-bottom: 56px; flex-wrap: wrap; }
.nl-copy h2 { font-size: clamp(30px, 4vw, 52px); font-stretch: 125%; text-transform: uppercase; line-height: .95; }
.nl-copy h2 span { background: var(--ink); color: var(--volt); padding: 0 .18em; border-radius: 8px; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.nl-copy p { margin-top: 14px; max-width: 480px; color: #2B3300; font-weight: 500; }
.nl-form { display: flex; gap: 10px; flex: 1; max-width: 480px; }
.nl-form input { height: 56px; border-radius: 14px; border: 2px solid var(--ink); font-size: 16px; }
.nl-form input:focus { outline: none; box-shadow: 0 0 0 4px rgba(11, 12, 16, .15); }
.nl-form .btn { --h: 56px; }
.nl-code { display: flex; align-items: center; gap: 12px; padding: 12px 12px 12px 20px; background: #fff; border: 2px solid var(--ink); border-radius: 18px; animation: pageIn .4s var(--spring); flex-wrap: wrap; }
.nl-code span { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.nl-code b { font: 800 24px var(--f-mono); letter-spacing: .06em; margin-right: auto; }

/* ---------------- Footer ---------------- */
.ftr { background: var(--ink); color: #A3A8B5; font-size: 14px; }
.ftr-trust { border-bottom: 1px solid rgba(255, 255, 255, .08); }
.ftr-trust-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding-top: 28px; padding-bottom: 28px; }
.ftr-trust-inner > div { display: flex; align-items: center; gap: 12px; }
.ftr-trust-inner .i { width: 40px; height: 40px; padding: 10px; border-radius: 12px; background: rgba(212, 255, 63, .1); color: var(--volt); }
.ftr-trust-inner span { display: flex; flex-direction: column; font-size: 13px; line-height: 1.35; }
.ftr-trust-inner b { color: #fff; font-size: 14px; }
.ftr-main { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-top: 56px; padding-bottom: 48px; }
.ftr-tag { font-family: var(--f-display); font-stretch: 125%; font-weight: 800; font-size: 22px; color: #fff; text-transform: uppercase; letter-spacing: -.01em; margin: 20px 0 8px; }
.ftr-blurb { max-width: 340px; }
.ftr-contact { display: flex; flex-direction: column; gap: 8px; margin-top: 20px; }
.ftr-contact > * { display: flex; align-items: center; gap: 10px; }
.ftr-contact .i { width: 16px; height: 16px; color: var(--volt); }
.ftr-contact a:hover { color: #fff; }
.ftr-col { display: flex; flex-direction: column; gap: 10px; }
.ftr-col h5 { color: #fff; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 6px; }
.ftr-col a { transition: color .15s; width: fit-content; }
.ftr-col a:hover { color: var(--volt); }
.ftr-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 22px; padding-bottom: 26px; border-top: 1px solid rgba(255, 255, 255, .08); font-size: 13px; flex-wrap: wrap; }
.pay-badges { display: flex; gap: 6px; flex-wrap: wrap; }
.pay-badges span { font: 800 10px var(--f-body); letter-spacing: .04em; padding: 4px 7px; border-radius: 6px; background: #fff; color: var(--ink); border: 1px solid var(--line); }
.ftr .pay-badges span { background: rgba(255, 255, 255, .08); color: #D5D8DF; border-color: rgba(255, 255, 255, .1); }

/* ---------------- Page heads ---------------- */
.page-head { position: relative; padding: 28px 0 32px; background: linear-gradient(180deg, var(--bg-2), #fff); border-bottom: 1px solid var(--line); overflow: hidden; }
.page-head.has-color::after { content: ''; position: absolute; right: -10%; top: -60%; width: 60%; height: 220%; background: radial-gradient(closest-side, color-mix(in srgb, var(--c) 22%, transparent), transparent); pointer-events: none; }
.page-head > .wrap { position: relative; z-index: 1; }
.page-head + section.pt-0 { padding-top: 32px !important; }
.page-head + section.pt-0 .lab-tools { margin-top: 0; }
.page-head-dark { background: var(--ink); color: #fff; border-bottom: 0; padding: 36px 0 56px; }
.page-head-dark .crumbs a, .page-head-dark .crumbs span { color: #8E94A2; }
.page-head-dark .crumbs span[aria-current] { color: #fff; }
.page-head-dark .page-lead { color: #A9AEBA; }
.page-head-dark .page-head-stats b { color: #fff; }
.page-head-dark .page-head-stats > div { border-color: rgba(255, 255, 255, .12); }
.crumbs { display: flex; align-items: center; gap: 6px; font-size: 13px; color: var(--muted); margin-bottom: 22px; flex-wrap: wrap; }
.crumbs a:hover { color: var(--ink); }
.crumbs .i { width: 13px; height: 13px; opacity: .6; }
.crumbs span[aria-current] { color: var(--text); font-weight: 600; }
.page-head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 24px; }
.page-lead { color: var(--text-2); font-size: 16.5px; margin-top: 12px; max-width: 640px; }
.page-head-stats { display: flex; gap: 0; flex: none; }
.page-head-stats > div { padding: 0 22px; border-left: 1px solid var(--line-2); }
.page-head-stats > div:first-child { border-left: 0; }
.page-head-stats b { display: block; font-family: var(--f-display); font-stretch: 112%; font-weight: 800; font-size: 28px; letter-spacing: -.02em; line-height: 1.1; }
.page-head-stats span { font-size: 12.5px; color: var(--muted); }

/* ---------------- Shop ---------------- */
.shop { display: grid; grid-template-columns: 264px minmax(0, 1fr); gap: 36px; padding-top: 32px; padding-bottom: 88px; align-items: start; }
.filters { position: sticky; top: calc(var(--hdr-h) + 20px); display: flex; flex-direction: column; gap: 22px; max-height: calc(100vh - var(--hdr-h) - 40px); overflow-y: auto; padding-right: 4px; scrollbar-width: thin; }
.filters-head { display: none; }
.fgroup h4 { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
.fcats { display: flex; flex-direction: column; gap: 2px; }
.fcats a { display: flex; align-items: center; gap: 10px; padding: 9px 12px; border-radius: 12px; font-weight: 600; font-size: 14px; color: var(--text-2); transition: all .15s; }
.fcats a:hover { background: var(--bg-2); color: var(--ink); }
.fcats a.is-on { background: var(--ink); color: #fff; }
.fcats i { width: 9px; height: 9px; border-radius: 50%; background: var(--c); flex: none; }
.fcats a.is-on i { box-shadow: 0 0 0 3px rgba(255, 255, 255, .2); }
.fcats span { margin-left: auto; font-size: 12px; font-weight: 700; color: var(--muted); background: var(--bg-2); padding: 1px 8px; border-radius: 99px; }
.fcats a.is-on span { background: rgba(255, 255, 255, .14); color: #fff; }
.fgroup .check { padding: 7px 0; }
.fpromo { padding: 18px; border-radius: 18px; background: radial-gradient(100% 100% at 100% 0%, rgba(212, 255, 63, .35), transparent 60%), var(--ink); color: #fff; }
.fpromo-ico { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: var(--volt); color: var(--ink); margin-bottom: 10px; }
.fpromo-ico .i { width: 17px; height: 17px; }
.fpromo b { display: block; font-size: 15px; }
.fpromo p { color: #A9AEBA; font-size: 13px; margin-top: 4px; }
.toolbar { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.filters-btn { display: none; }
.count-dot { display: inline-grid; place-items: center; min-width: 20px; height: 20px; border-radius: 99px; background: var(--volt); font-size: 11px; font-weight: 800; }
.toolbar-count { color: var(--text-2); font-size: 14px; }
.toolbar-r { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.active-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; align-items: center; }
.achip { display: inline-flex; align-items: center; gap: 6px; height: 32px; padding: 0 8px 0 12px; border-radius: 99px; background: var(--bg-2); border: 1px solid var(--line); font-size: 13px; font-weight: 700; }
.achip .i { width: 14px; height: 14px; }
.achip:hover { border-color: var(--ink); }
.achip-clear { font-size: 13px; font-weight: 700; color: var(--muted); text-decoration: underline; text-underline-offset: 3px; }
.empty { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px; padding: 56px 20px; }
.empty-ico { width: 64px; height: 64px; border-radius: 20px; display: grid; place-items: center; background: var(--bg-2); border: 1px solid var(--line); margin-bottom: 6px; }
.empty-ico .i { width: 28px; height: 28px; color: var(--muted); }
.empty h3 { font-family: var(--f-display); font-stretch: 112%; font-weight: 800; font-size: 22px; }
.empty p { color: var(--muted); max-width: 380px; }
.empty .btn { margin-top: 8px; }

/* ---------------- Product detail ---------------- */
.pdp { padding-top: 24px; padding-bottom: 64px; }
.pdp-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr); gap: 56px; align-items: start; }
.pdp-gallery { position: sticky; top: calc(var(--hdr-h) + 20px); display: flex; flex-direction: column; gap: 14px; }
.pdp-stage { position: relative; aspect-ratio: 1 / 1; border-radius: 32px; overflow: hidden; isolation: isolate; border: 1px solid var(--line);
  background: radial-gradient(60% 55% at 50% 45%, color-mix(in srgb, var(--c) 20%, #fff) 0%, rgba(255, 255, 255, 0) 70%), radial-gradient(120% 90% at 50% 10%, #fff 0%, #F2F4F7 55%, #E4E8EE 100%); }
.pdp-stage::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(11, 12, 16, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(11, 12, 16, .035) 1px, transparent 1px); background-size: 40px 40px; -webkit-mask: radial-gradient(60% 60% at 50% 50%, #000, transparent); mask: radial-gradient(60% 60% at 50% 50%, #000, transparent); z-index: -1; }
.pdp-stage .badges { top: 20px; left: 20px; }
.pdp-stage .badge { height: 28px; font-size: 12px; padding: 0 12px; }
.pdp-stage-img { position: absolute; inset: 7% 10% 8%; display: grid; place-items: center; animation: pageIn .45s var(--ease); }
.pdp-stage-img svg { height: 100%; width: auto; filter: drop-shadow(0 30px 30px rgba(15, 18, 28, .18)); }
.pdp-stage-img.is-kit svg, .pdp-stage-img .is-stack { width: 100%; height: auto; }
.pdp-stage-floor { position: absolute; left: 20%; right: 20%; bottom: 7%; height: 24px; background: radial-gradient(closest-side, rgba(11, 12, 16, .18), transparent); filter: blur(4px); z-index: -1; }
.pdp-lot { position: absolute; left: 20px; bottom: 20px; display: flex; align-items: center; gap: 10px; padding: 8px 14px 8px 10px; border-radius: 14px; background: rgba(255, 255, 255, .85); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid var(--line); box-shadow: var(--sh-1); font-size: 13px; transition: all .2s; }
.pdp-lot .i { width: 30px; height: 30px; padding: 7px; border-radius: 10px; background: var(--ink); color: var(--volt); }
.pdp-lot span { display: flex; flex-direction: column; line-height: 1.3; text-align: left; color: var(--muted); font-size: 11.5px; }
.pdp-lot b { color: var(--text); font-size: 12.5px; }
.pdp-lot em { font-style: normal; font-weight: 700; font-size: 12.5px; margin-left: 6px; text-decoration: underline; text-underline-offset: 3px; }
.pdp-lot:hover { background: #fff; box-shadow: var(--sh-2); }
.pdp-thumbs { display: flex; gap: 10px; }
.thumb { width: 84px; height: 84px; border-radius: 18px; border: 1.5px solid var(--line); background: radial-gradient(circle at 50% 35%, #fff, var(--bg-2)); display: grid; place-items: center; overflow: hidden; transition: all .15s; }
.thumb svg { height: 72px; width: auto; }
.thumb .is-kit, .thumb .is-stack { width: 76px; height: auto; }
.thumb:hover { border-color: var(--line-2); }
.thumb.is-on { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(11, 12, 16, .08); }
.thumb-coa { display: flex; flex-direction: column; gap: 4px; font-size: 11px; font-weight: 800; letter-spacing: .06em; }
.thumb-coa .i { width: 26px; height: 26px; }
.pdp-info { display: flex; flex-direction: column; gap: 14px; }
.pdp-title { font-size: clamp(34px, 4vw, 52px); font-stretch: 118%; line-height: 1; margin-top: 2px; }
.pdp-sub { color: var(--text-2); font-size: 16px; margin-top: -4px; }
.pdp-rating { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; width: fit-content; }
.pdp-rating span { color: var(--muted); text-decoration: underline; text-underline-offset: 3px; }
.pdp-price { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; padding: 6px 0 2px; }
.save-chip { display: inline-flex; align-items: center; height: 28px; padding: 0 12px; border-radius: 99px; background: var(--volt); color: var(--ink); font-weight: 800; font-size: 13px; box-shadow: 0 6px 16px -8px rgba(150, 200, 20, .9); }
.pdp-range { width: 100%; font-size: 13px; color: var(--muted); }
.pdp-hi { display: flex; flex-direction: column; gap: 8px; padding: 14px 0; border-block: 1px solid var(--line); }
.pdp-hi li { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; color: var(--text-2); }
.pdp-hi .i { width: 20px; height: 20px; padding: 4px; border-radius: 50%; background: var(--ink); color: var(--volt); stroke-width: 3; margin-top: 1px; }
.pdp-opt { display: flex; flex-direction: column; gap: 10px; }
.opt-label { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.opt-label b { color: var(--text); margin-left: 4px; }
.pdp-opt .pills { margin: 0; }
.packs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.pack { position: relative; display: flex; align-items: center; gap: 12px; padding: 14px 16px; border-radius: 16px; border: 1.5px solid var(--line); background: #fff; text-align: left; transition: all .15s; }
.pack:hover { border-color: var(--line-2); }
.pack.is-on { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(11, 12, 16, .06); }
.pack-radio { width: 20px; height: 20px; flex: none; border-radius: 50%; border: 1.5px solid var(--line-2); position: relative; }
.pack-radio::after { content: ''; position: absolute; inset: 4px; border-radius: 50%; background: var(--ink); transform: scale(0); transition: transform .2s var(--spring); }
.pack.is-on .pack-radio { border-color: var(--ink); }
.pack.is-on .pack-radio::after { transform: scale(1); }
.pack-main { display: flex; flex-direction: column; flex: 1; min-width: 0; line-height: 1.3; }
.pack-main b { font-size: 14.5px; }
.pack-main em { font-style: normal; font-size: 12px; color: var(--muted); }
.pack-price { display: flex; flex-direction: column; align-items: flex-end; font-weight: 800; font-size: 16px; }
.pack-price s { font-weight: 500; font-size: 12px; color: #A2A7B3; }
.pack-flag { position: absolute; top: -10px; right: 12px; background: var(--volt); color: var(--ink); font-size: 10.5px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding: 3px 9px; border-radius: 99px; box-shadow: 0 4px 10px -4px rgba(150, 200, 20, .9); }
.pdp-stock { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; font-size: 14px; color: var(--text-2); }
.pdp-stock > span:last-child { display: inline-flex; align-items: center; gap: 6px; }
.pdp-stock .i { width: 16px; height: 16px; }
.stock { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; }
.stock i { width: 9px; height: 9px; border-radius: 50%; position: relative; }
.stock i::after { content: ''; position: absolute; inset: -4px; border-radius: 50%; background: inherit; opacity: .35; animation: pulse 1.8s ease-out infinite; }
@keyframes pulse { from { transform: scale(.6); opacity: .6; } to { transform: scale(1.8); opacity: 0; } }
.stock.ok { color: var(--ok); } .stock.ok i { background: var(--ok); }
.stock.low { color: var(--warn); } .stock.low i { background: #F59E0B; }
.stock.oos { color: var(--bad); } .stock.oos i { background: var(--bad); }
.pdp-buy { display: flex; gap: 10px; }
.pdp-add { flex: 1; }
.pdp-add.is-oos { background: #fff; color: var(--ink); border: 1.5px solid var(--ink); box-shadow: none; }
.pdp-add.is-oos::after { display: none; }
.qty { display: inline-flex; align-items: center; border: 1px solid var(--line-2); border-radius: 12px; background: #fff; height: 40px; overflow: hidden; }
.qty-btn { width: 36px; height: 100%; display: grid; place-items: center; color: var(--text-2); transition: background .15s; }
.qty-btn:hover { background: var(--bg-2); color: var(--ink); }
.qty-btn .i { width: 15px; height: 15px; }
.qty-input { width: 36px; height: 100%; border: 0; text-align: center; font-weight: 800; font-size: 15px; -moz-appearance: textfield; appearance: textfield; background: transparent; }
.qty-input::-webkit-outer-spin-button, .qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.qty-input:focus { outline: none; }
.qty-lg { height: 52px; border-radius: 12px; }
.qty-lg .qty-btn { width: 44px; }
.qty-lg .qty-input { width: 40px; font-size: 16px; }
.qty-sm { height: 34px; border-radius: 10px; }
.qty-sm .qty-btn { width: 30px; }
.qty-sm .qty-input { width: 30px; font-size: 14px; }
.pdp-assure { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.pdp-assure > div { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--text-2); padding: 10px 12px; border-radius: 12px; background: var(--bg-2); line-height: 1.3; }
.pdp-assure .i { width: 18px; height: 18px; color: var(--ink); flex: none; }
.pdp-assure b { color: var(--ink); }
.pdp-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; padding-top: 14px; border-top: 1px solid var(--line); }
.pdp-facts > div { display: flex; align-items: center; gap: 10px; font-size: 13.5px; font-weight: 600; color: var(--text-2); }
.pdp-facts .i { width: 30px; height: 30px; padding: 7px; border-radius: 10px; background: color-mix(in srgb, var(--c) 14%, #fff); color: var(--ink); flex: none; }

.pdp-inside { margin-top: 56px; }
.pdp-inside h2 { margin-bottom: 18px; }
.inside-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.inside { display: flex; align-items: center; gap: 14px; padding: 14px; border-radius: 18px; border: 1px solid var(--line); background: #fff; transition: all .2s; }
.inside:hover { box-shadow: var(--sh-2); transform: translateY(-2px); }
.inside-img { width: 60px; height: 76px; display: grid; place-items: center; border-radius: 14px; background: radial-gradient(circle at 50% 60%, color-mix(in srgb, var(--c) 22%, #fff), var(--bg-2)); flex: none; }
.inside-img svg { height: 70px; width: auto; }
.inside-txt { flex: 1; display: flex; flex-direction: column; min-width: 0; }
.inside-txt b { font-size: 15px; }
.inside-txt em { font-style: normal; font-size: 12.5px; color: var(--muted); }
.inside-price { font-weight: 700; color: var(--muted); text-decoration: line-through; }
.inside-sum { display: flex; align-items: center; gap: 24px; margin-top: 16px; padding: 16px 20px; border-radius: 16px; background: var(--bg-2); font-size: 14px; flex-wrap: wrap; }
.inside-sum s { color: var(--muted); }
.inside-sum b { font-size: 18px; }

.fbt { margin-top: 56px; padding: 28px; border-radius: 26px; background: var(--bg-2); border: 1px solid var(--line); }
.fbt h2 { margin-bottom: 18px; }
.fbt-row { display: flex; gap: 24px; align-items: stretch; }
.fbt-items { flex: 1; display: flex; align-items: center; gap: 10px; }
.fbt-plus { flex: none; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: #fff; border: 1px solid var(--line); }
.fbt-plus .i { width: 15px; height: 15px; }
.fbt-item { position: relative; flex: 1; min-width: 0; display: flex; align-items: center; gap: 12px; padding: 12px; border-radius: 18px; background: #fff; border: 1.5px solid var(--line); cursor: pointer; transition: all .2s; }
.fbt-item:not(.is-on) { opacity: .55; }
.fbt-item.is-on { border-color: var(--ink); }
.fbt-img { width: 52px; height: 66px; display: grid; place-items: center; flex: none; }
.fbt-img svg { height: 62px; width: auto; }
.fbt-img .is-kit { width: 60px; height: auto; }
.fbt-txt { display: flex; flex-direction: column; min-width: 0; line-height: 1.3; }
.fbt-txt b { font-size: 13.5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.fbt-txt em { font-style: normal; font-size: 12px; color: var(--muted); }
.fbt-txt strong { font-size: 14.5px; margin-top: 2px; }
.fbt-check { position: absolute; top: 8px; right: 8px; width: 22px; height: 22px; border-radius: 7px; border: 1.5px solid var(--line-2); display: grid; place-items: center; }
.fbt-check .i { width: 13px; height: 13px; stroke-width: 3; opacity: 0; }
.fbt-item.is-on .fbt-check { background: var(--volt); border-color: var(--volt-2); }
.fbt-item.is-on .fbt-check .i { opacity: 1; }
.fbt-total { width: 240px; flex: none; display: flex; flex-direction: column; justify-content: center; gap: 4px; padding-left: 24px; border-left: 1px solid var(--line-2); }
.fbt-total span { font-size: 13px; color: var(--muted); }
.fbt-total b { font-family: var(--f-display); font-stretch: 112%; font-weight: 800; font-size: 30px; letter-spacing: -.02em; margin-bottom: 8px; }

.pdp-tabs { margin-top: 64px; }
.tabs { display: flex; gap: 4px; border-bottom: 1px solid var(--line); margin-bottom: 32px; overflow-x: auto; scrollbar-width: none; }
.tabs button { position: relative; padding: 16px 18px; font-weight: 700; font-size: 15px; color: var(--muted); white-space: nowrap; display: flex; align-items: center; gap: 8px; }
.tabs button:hover { color: var(--ink); }
.tabs button.is-on { color: var(--ink); }
.tabs button.is-on::after { content: ''; position: absolute; left: 12px; right: 12px; bottom: -1px; height: 3px; border-radius: 3px 3px 0 0; background: var(--ink); }
.tab-count { font-size: 11.5px; padding: 1px 8px; border-radius: 99px; background: var(--bg-2); }
.tabs button.is-on .tab-count { background: var(--volt); }
.tab-panel { display: none; }
.tab-panel.is-on { display: block; animation: pageIn .35s var(--ease); }
.overview { display: grid; grid-template-columns: 1.5fr 1fr; gap: 48px; align-items: start; }
.prose p { color: var(--text-2); font-size: 16px; line-height: 1.7; margin-bottom: 16px; max-width: 72ch; }
.prose h3, .prose h4 { font-size: 17px; font-weight: 800; margin: 24px 0 8px; }
.prose h3:first-child { margin-top: 0; }
.overview-side { display: flex; flex-direction: column; gap: 12px; }
.ov-card { padding: 20px; border-radius: 20px; background: var(--bg-2); border: 1px solid var(--line); }
.ov-card h5 { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.ov-card ul { display: flex; flex-direction: column; gap: 10px; }
.ov-card li { display: flex; gap: 10px; font-size: 14px; }
.ov-card li .i { width: 18px; height: 18px; color: var(--ok); stroke-width: 3; flex: none; margin-top: 1px; }
.ov-coa { display: flex; align-items: center; gap: 14px; text-align: left; background: var(--ink); color: #fff; border: 0; transition: transform .2s; }
.ov-coa:hover { transform: translateY(-2px); }
.ov-coa > .i:first-child { width: 42px; height: 42px; padding: 10px; border-radius: 12px; background: var(--volt); color: var(--ink); }
.ov-coa span { flex: 1; display: flex; flex-direction: column; }
.ov-coa em { font-style: normal; color: #A9AEBA; font-size: 12.5px; font-family: var(--f-mono); }
.spec-table { width: 100%; max-width: 820px; border-collapse: collapse; font-size: 15px; }
.spec-table th { text-align: left; width: 220px; padding: 14px 16px 14px 0; color: var(--muted); font-weight: 600; vertical-align: top; border-bottom: 1px solid var(--line); }
.spec-table td { padding: 14px 0; border-bottom: 1px solid var(--line); font-weight: 600; }
.lab-tools { display: flex; gap: 10px; margin: 28px 0 18px; align-items: center; }
.lab-tools .input-icon { flex: 1; }
.lab-tools .select-wrap select { height: 48px; min-width: 200px; }
.lab-tools .btn { --h: 48px; }
.lot-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.lot-table { width: 100%; border-collapse: collapse; font-size: 14px; min-width: 620px; }
.lot-table th { text-align: left; padding: 14px 18px; font-size: 11.5px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); background: var(--bg-2); border-bottom: 1px solid var(--line); }
.lot-table td { padding: 12px 18px; border-bottom: 1px solid var(--line); vertical-align: middle; }
.lot-table tr:last-child td { border-bottom: 0; }
.lot-table tbody tr:hover { background: #FAFBFC; }
.lot-table td:last-child { text-align: right; }
.lot-table-full { min-width: 860px; }
.lt-prod { display: flex; align-items: center; gap: 10px; }
.lt-prod svg { height: 40px; width: auto; }
.lt-prod:hover b { text-decoration: underline; }
.purity { position: relative; display: inline-flex; align-items: center; min-width: 96px; height: 26px; padding: 0 10px; border-radius: 8px; background: var(--ok-bg); color: var(--ok); font-weight: 800; font-size: 13px; overflow: hidden; isolation: isolate; }
.purity i { position: absolute; left: 0; top: 0; bottom: 0; background: rgba(14, 159, 99, .16); z-index: -1; }
.mini-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.mini { display: flex; align-items: center; gap: 12px; padding: 10px; border-radius: 16px; border: 1px solid var(--line); background: #fff; transition: all .2s; }
.mini:hover { box-shadow: var(--sh-2); border-color: transparent; }
.mini > svg { height: 58px; width: auto; flex: none; }
.mini > svg.is-stack { width: 70px; height: auto; }
.mini span { display: flex; flex-direction: column; min-width: 0; }
.mini b { font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mini em { font-style: normal; font-size: 12.5px; color: var(--muted); }

.sticky-buy { position: fixed; left: 0; right: 0; bottom: 0; z-index: 55; background: rgba(255, 255, 255, .9); backdrop-filter: blur(16px) saturate(1.6); -webkit-backdrop-filter: blur(16px) saturate(1.6); border-top: 1px solid var(--line); box-shadow: 0 -12px 40px -20px rgba(15, 18, 28, .3); transform: translateY(110%); transition: transform .4s var(--ease); padding-bottom: env(safe-area-inset-bottom); }
.sticky-buy.is-on { transform: none; }
.sticky-buy-inner { display: flex; align-items: center; gap: 14px; height: 76px; }
.sb-thumb { width: 44px; height: 56px; display: grid; place-items: center; flex: none; }
.sb-thumb svg { height: 54px; width: auto; }
.sb-thumb svg.is-stack, .sb-thumb svg.is-kit { width: 64px; height: auto; }
.sb-txt { display: flex; flex-direction: column; min-width: 0; flex: 1; line-height: 1.3; }
.sb-txt b { font-size: 15px; }
.sb-txt span { font-size: 13px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#sb-price .price b { font-size: 22px; }

/* ---------------- Auth & account ---------------- */
.auth { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; padding-top: 48px; padding-bottom: 88px; align-items: stretch; }
.auth-card { display: flex; flex-direction: column; gap: 24px; padding: 36px; border-radius: 28px; border: 1px solid var(--line); background: #fff; box-shadow: var(--sh-2); }
.auth-card .form > p.muted { margin-top: -8px; }
.auth-guest { text-align: center; color: var(--muted); font-size: 14px; }
.auth-guest a { color: var(--text); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.auth-perks { position: relative; overflow: hidden; padding: 40px; border-radius: 28px; background: var(--ink); color: #fff; display: flex; flex-direction: column; gap: 24px; }
.auth-perks > * { position: relative; }
.auth-perks h2 { font-family: var(--f-display); font-stretch: 125%; font-weight: 900; font-size: clamp(30px, 3.4vw, 44px); letter-spacing: -.03em; text-transform: uppercase; line-height: .95; }
.auth-perks ul { display: flex; flex-direction: column; gap: 18px; }
.auth-perks li { display: flex; gap: 14px; }
.auth-perks li > .i { width: 40px; height: 40px; padding: 10px; border-radius: 12px; background: rgba(212, 255, 63, .12); color: var(--volt); flex: none; }
.auth-perks li div { display: flex; flex-direction: column; }
.auth-perks li span { color: #A9AEBA; font-size: 14px; }

.account { padding-top: 28px; padding-bottom: 88px; }
.acc-grid { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 36px; align-items: start; }
.acc-nav { position: sticky; top: calc(var(--hdr-h) + 20px); display: flex; flex-direction: column; gap: 16px; padding: 18px; border-radius: 22px; background: var(--bg-2); border: 1px solid var(--line); }
.acc-user { display: flex; align-items: center; gap: 12px; padding: 4px 4px 14px; border-bottom: 1px solid var(--line); }
.acc-user div { display: flex; flex-direction: column; min-width: 0; }
.acc-user em { font-style: normal; font-size: 12.5px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.acc-nav nav { display: flex; flex-direction: column; gap: 2px; }
.acc-nav nav a, .acc-nav nav button { display: flex; align-items: center; gap: 12px; padding: 11px 12px; border-radius: 12px; font-weight: 600; font-size: 14.5px; color: var(--text-2); text-align: left; transition: all .15s; }
.acc-nav nav a:hover, .acc-nav nav button:hover { background: #fff; color: var(--ink); }
.acc-nav nav a.is-on { background: var(--ink); color: #fff; }
.acc-nav nav a.is-on .i { color: var(--volt); }
.acc-nav .count { margin-left: auto; font-size: 12px; font-weight: 800; background: var(--volt); color: var(--ink); padding: 1px 8px; border-radius: 99px; }
.acc-main { display: flex; flex-direction: column; gap: 20px; min-width: 0; }
.acc-hello p { margin-top: 6px; }
.acc-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.acc-stats > div { padding: 18px; border-radius: 18px; background: var(--bg-2); border: 1px solid var(--line); }
.acc-stats b { display: block; font-family: var(--f-display); font-stretch: 112%; font-weight: 800; font-size: 26px; letter-spacing: -.02em; }
.acc-stats span { font-size: 13px; color: var(--muted); }
.acc-card { padding: 24px; border-radius: 22px; border: 1px solid var(--line); background: #fff; display: flex; flex-direction: column; gap: 16px; }
.acc-card h3 { font-size: 18px; font-weight: 800; letter-spacing: -.01em; }
.acc-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.acc-card-head .eyebrow { margin-bottom: 4px; }
.acc-card-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.acc-empty { padding: 0; }
.acc-quick { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.acc-quick a { display: flex; flex-direction: column; gap: 10px; padding: 18px; border-radius: 18px; border: 1px solid var(--line); background: #fff; font-size: 14px; transition: all .2s; }
.acc-quick a:hover { box-shadow: var(--sh-2); transform: translateY(-2px); border-color: transparent; }
.acc-quick .i { width: 38px; height: 38px; padding: 9px; border-radius: 12px; background: var(--ink); color: var(--volt); }
.acc-title-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.order-list { display: flex; flex-direction: column; gap: 10px; }
.order-row { border: 1px solid var(--line); border-radius: 20px; background: #fff; overflow: hidden; }
.order-row[open] { box-shadow: var(--sh-2); }
.order-row summary { display: grid; grid-template-columns: 1.2fr 1.4fr auto auto 24px; align-items: center; gap: 18px; padding: 16px 20px; cursor: pointer; list-style: none; }
.order-row summary::-webkit-details-marker { display: none; }
.or-num { display: flex; flex-direction: column; }
.or-num em { font-style: normal; font-size: 12.5px; color: var(--muted); }
.or-thumbs { display: flex; align-items: center; }
.or-thumbs span { width: 38px; height: 44px; margin-right: -8px; border-radius: 10px; background: var(--bg-2); border: 2px solid #fff; display: grid; place-items: center; overflow: hidden; }
.or-thumbs svg { height: 40px; width: auto; }
.or-thumbs svg.is-stack { width: 36px; height: auto; }
.or-thumbs em { font-style: normal; font-size: 12px; font-weight: 700; color: var(--muted); margin-left: 16px; }
.or-total { font-weight: 800; }
.or-chev { transition: transform .25s; color: var(--muted); }
.order-row[open] .or-chev { transform: rotate(180deg); }
.or-body { padding: 4px 20px 20px; display: flex; flex-direction: column; gap: 16px; border-top: 1px solid var(--line); padding-top: 20px; }
.or-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.status { display: inline-flex; align-items: center; gap: 6px; height: 26px; padding: 0 10px; border-radius: 99px; font-size: 12px; font-weight: 800; white-space: nowrap; }
.status::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.status.is-info { background: #EEF2FF; color: var(--cobalt); }
.status.is-ship { background: var(--warn-bg); color: var(--warn); }
.status.is-ok { background: var(--ok-bg); color: var(--ok); }
.timeline { display: flex; flex-direction: column; gap: 0; }
.timeline li { position: relative; display: grid; grid-template-columns: 28px 1fr; column-gap: 12px; padding-bottom: 18px; }
.timeline li:last-child { padding-bottom: 0; }
.timeline li::before { content: ''; position: absolute; left: 13px; top: 26px; bottom: 0; width: 2px; background: var(--line); }
.timeline li:last-child::before { display: none; }
.timeline li.is-done::before { background: var(--ink); }
.tl-dot { grid-row: span 2; width: 28px; height: 28px; border-radius: 50%; border: 2px solid var(--line-2); background: #fff; display: grid; place-items: center; z-index: 1; }
.tl-dot .i { width: 14px; height: 14px; stroke-width: 3; }
.timeline li.is-done .tl-dot { background: var(--ink); border-color: var(--ink); color: #fff; }
.timeline li.is-now .tl-dot { background: var(--volt); border-color: var(--ink); color: var(--ink); box-shadow: 0 0 0 5px rgba(212, 255, 63, .35); }
.timeline b { font-size: 14.5px; }
.timeline li:not(.is-done):not(.is-now) b { color: var(--muted); }
.timeline em { font-style: normal; font-size: 12.5px; color: var(--muted); }
.oitems { display: flex; flex-direction: column; gap: 12px; }
.oitems li { display: flex; align-items: center; gap: 14px; }
.oitem-img { position: relative; width: 56px; height: 64px; flex: none; border-radius: 14px; border: 1px solid var(--line); background: radial-gradient(circle at 50% 35%, #fff, var(--bg-2)); display: grid; place-items: center; }
.oitem-img svg { height: 58px; width: auto; }
.oitem-img svg.is-kit, .oitem-img svg.is-stack { width: 52px; height: auto; }
.oitem-img i { position: absolute; top: -7px; right: -7px; min-width: 22px; height: 22px; padding: 0 6px; border-radius: 99px; background: var(--ink); color: #fff; font: 800 11.5px/22px var(--f-body); font-style: normal; text-align: center; border: 2px solid #fff; }
.oitem-txt { flex: 1; display: flex; flex-direction: column; min-width: 0; line-height: 1.35; }
.oitem-txt b { font-size: 14.5px; }
.oitem-txt em { font-style: normal; font-size: 12.5px; color: var(--muted); }
.oitem-price { font-weight: 700; }
.addr-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.addr { position: relative; padding: 20px; border-radius: 20px; border: 1.5px solid var(--line); background: #fff; display: flex; flex-direction: column; gap: 14px; }
.addr.is-default { border-color: var(--ink); }
.addr .badge { position: absolute; top: 16px; right: 16px; }
.addr p { line-height: 1.6; font-size: 14.5px; }
.addr-actions { display: flex; gap: 16px; font-size: 13.5px; }
.privacy-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.privacy-row:first-child { padding-top: 0; }
.privacy-row:last-child { border-bottom: 0; padding-bottom: 0; }
.privacy-row p { font-size: 13.5px; margin-top: 2px; max-width: 520px; }

/* ---------------- Checkout ---------------- */
.checkout { display: grid; grid-template-columns: minmax(0, 1fr) 440px; gap: 48px; padding-top: 32px; padding-bottom: 88px; align-items: start; }
.co-main { display: flex; flex-direction: column; gap: 24px; min-width: 0; }
.co-steps { display: flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 700; color: var(--muted); flex-wrap: wrap; }
.co-steps li { display: flex; align-items: center; gap: 8px; }
.co-steps li:not(:last-child)::after { content: ''; width: 28px; height: 2px; background: var(--line-2); border-radius: 2px; margin-left: 4px; }
.co-steps span, .co-steps a { display: inline-flex; align-items: center; gap: 8px; }
.co-steps span { width: 24px; height: 24px; border-radius: 50%; border: 1.5px solid var(--line-2); justify-content: center; font-size: 12px; }
.co-steps .is-done { color: var(--ok); }
.co-steps .is-done .i { width: 24px; height: 24px; padding: 5px; border-radius: 50%; background: var(--ok-bg); stroke-width: 3; }
.co-steps .is-now { color: var(--ink); }
.co-steps .is-now span { background: var(--ink); color: var(--volt); border-color: var(--ink); }
.express { display: flex; flex-direction: column; gap: 12px; }
.express-label { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); text-align: center; }
.express-btns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.xbtn { height: 50px; border-radius: 12px; font-weight: 800; font-size: 15px; display: flex; align-items: center; justify-content: center; gap: 6px; transition: transform .15s, box-shadow .2s; }
.xbtn:hover { transform: translateY(-1px); box-shadow: var(--sh-2); }
.xbtn .i { width: 16px; height: 16px; }
.xbtn-dark { background: #000; color: #fff; }
.xbtn-light { background: #fff; border: 1px solid var(--line-2); }
.xbtn-volt { background: var(--volt); color: var(--ink); }
.or { display: flex; align-items: center; gap: 14px; color: var(--muted); font-size: 13px; }
.or::before, .or::after { content: ''; flex: 1; height: 1px; background: var(--line); }
.co-sec { display: flex; flex-direction: column; gap: 16px; padding: 24px; border-radius: 24px; border: 1px solid var(--line); background: #fff; }
.co-sec header { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.co-sec h2 { font-family: var(--f-display); font-stretch: 112%; font-weight: 800; font-size: 20px; letter-spacing: -.015em; }
.co-num { width: 28px; height: 28px; border-radius: 9px; background: var(--ink); color: var(--volt); display: grid; place-items: center; font-weight: 800; font-size: 13px; }
.co-aside { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: var(--muted); }
.co-aside .i { width: 15px; height: 15px; }
.co-aside a { color: var(--text); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.saved-addrs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.saved-addrs .radio-card span:last-child { font-size: 14px; line-height: 1.5; }
.addr-fields { display: flex; flex-direction: column; gap: 16px; }
.ship-opts, .pay-opts { display: flex; flex-direction: column; gap: 10px; }
.ship-card { align-items: center; }
.ship-txt { flex: 1; display: flex; flex-direction: column; line-height: 1.35; }
.ship-txt b { font-size: 15px; }
.ship-txt em { font-style: normal; font-size: 13px; color: var(--muted); }
.ship-eta { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--text-2); margin-top: 4px; }
.ship-eta .i { width: 14px; height: 14px; }
.ship-price { display: flex; flex-direction: column; align-items: flex-end; font-weight: 800; }
.ship-price em { font-style: normal; font-size: 11.5px; color: var(--muted); font-weight: 600; }
.pay-card { flex-wrap: wrap; }
.pay-head { flex: 1; display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.pay-head b { display: inline-flex; align-items: center; gap: 8px; font-size: 15px; }
.pay-brands { display: flex; gap: 4px; }
.pay-brands i { font: 800 9.5px var(--f-body); font-style: normal; padding: 3px 6px; border-radius: 5px; border: 1px solid var(--line); background: var(--bg-2); }
.pay-body { display: none; width: 100%; padding-left: 34px; flex-direction: column; gap: 10px; }
.pay-card.is-on .pay-body { display: flex; }
.pp-element { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 14px; border-radius: 14px; background: var(--bg-2); border: 1px dashed var(--line-2); }
.pp-field { display: flex; flex-direction: column; gap: 4px; font-size: 12px; font-weight: 700; color: var(--text-2); }
.pp-field i { font-style: normal; font-weight: 500; height: 44px; display: flex; align-items: center; padding: 0 14px; border-radius: 10px; background: #fff; border: 1px solid var(--line-2); color: #A5AAB6; font-size: 14.5px; font-family: var(--f-mono); }
.pp-field .i { display: none; }
.pp-wide { grid-column: 1 / -1; }
.co-place { --h: 64px; font-size: 17px; }
.co-summary { position: sticky; top: calc(var(--hdr-h) + 20px); display: flex; flex-direction: column; gap: 16px; }
.cos-card { padding: 24px; border-radius: 26px; background: var(--bg-2); border: 1px solid var(--line); display: flex; flex-direction: column; gap: 18px; }
.cos-head { display: flex; align-items: center; justify-content: space-between; }
.cos-head h3 { font-family: var(--f-display); font-stretch: 112%; font-weight: 800; font-size: 20px; }
.cos-card .oitem-img { background: #fff; }
.promo { display: flex; gap: 8px; }
.promo input { height: 46px; text-transform: uppercase; font-weight: 700; letter-spacing: .04em; }
.promo input::placeholder { text-transform: none; font-weight: 500; letter-spacing: 0; }
.promo .btn { --h: 46px; }
.promo-note { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--ok); font-weight: 600; margin-top: -8px; flex-wrap: wrap; }
.promo-note .i { width: 15px; height: 15px; }
.promo-note.is-warn { color: var(--warn); }
.tier-nudge { display: flex; align-items: center; gap: 10px; padding: 12px 14px; border-radius: 14px; background: #fff; border: 1.5px dashed var(--volt-2); font-size: 13.5px; }
.tier-nudge .i { color: var(--volt-deep); }
.cos-trust { display: flex; flex-direction: column; gap: 10px; padding: 4px 8px; }
.cos-trust li { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--text-2); }
.cos-trust .i { width: 16px; height: 16px; flex: none; }

/* ---------------- Confirmation / track ---------------- */
.confirm { padding-top: 40px; padding-bottom: 88px; display: flex; flex-direction: column; gap: 24px; }
.confirm-hero { text-align: center; display: flex; flex-direction: column; align-items: center; padding: 16px 0 8px; }
.confirm-hero .page-lead { margin-left: auto; margin-right: auto; }
.confirm-check { width: 84px; height: 84px; border-radius: 50%; display: grid; place-items: center; background: var(--volt); margin-bottom: 20px; box-shadow: 0 0 0 10px rgba(212, 255, 63, .25), 0 20px 40px -10px rgba(150, 200, 20, .7); }
.confirm-check .i { width: 40px; height: 40px; stroke-width: 3; }
.is-fresh .confirm-check { animation: pop .7s var(--spring) both; }
.is-fresh .confirm-check .i path { stroke-dasharray: 30; stroke-dashoffset: 30; animation: draw .5s .35s var(--ease) forwards; }
@keyframes pop { from { transform: scale(0); } }
@keyframes draw { to { stroke-dashoffset: 0; } }
.confirm-grid { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 24px; align-items: start; }
.confirm-main, .confirm-side { display: flex; flex-direction: column; gap: 16px; }
.eta-pill { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 99px; background: var(--bg-2); font-size: 13.5px; }
.eta-pill .i { width: 16px; height: 16px; }
.info-list { gap: 0; padding-top: 8px; padding-bottom: 8px; }
.info-list > div { padding: 12px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 90px 1fr; gap: 10px; font-size: 14px; }
.info-list > div:last-child { border-bottom: 0; }
.info-list span { color: var(--muted); font-size: 13px; }
.confirm-actions { display: flex; flex-direction: column; gap: 8px; }
.callout { display: flex; gap: 14px; padding: 18px 20px; border-radius: 18px; background: var(--bg-2); border: 1px solid var(--line); }
.callout > .i { width: 40px; height: 40px; padding: 10px; border-radius: 12px; background: var(--ink); color: var(--volt); flex: none; }
.callout p { color: var(--text-2); font-size: 14.5px; margin-top: 2px; }
.callout a { font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.callout-volt { background: #F7FFD9; border-color: #E2F7A0; }
.callout-warn { background: var(--warn-bg); border-color: #F7DFAE; }
.callout-warn > .i { background: var(--warn); color: #fff; }
.track { display: flex; flex-direction: column; gap: 20px; max-width: 880px; }
.track-form { flex-direction: row; align-items: flex-end; flex-wrap: wrap; }
.track-form .field-row { flex: 1; min-width: 280px; }
.mini-orders { display: flex; flex-direction: column; }
.mini-orders a { display: grid; grid-template-columns: 1fr 1fr auto 20px; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.mini-orders a:last-child { border-bottom: 0; }
.mini-orders span { color: var(--muted); }

/* ---------------- Contact, bulk, policy, 404 ---------------- */
.contact { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: 28px; align-items: start; }
.contact-side { display: flex; flex-direction: column; gap: 10px; }
.contact-card { display: flex; align-items: center; gap: 14px; padding: 16px 18px; border-radius: 18px; border: 1px solid var(--line); background: #fff; transition: all .2s; }
a.contact-card:hover { box-shadow: var(--sh-2); border-color: transparent; }
.contact-card > .i:first-child { width: 42px; height: 42px; padding: 10px; border-radius: 12px; background: var(--bg-2); flex: none; }
.contact-card div { flex: 1; display: flex; flex-direction: column; }
.contact-card span { color: var(--muted); font-size: 13.5px; }
.tier-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: -72px; position: relative; z-index: 2; }
.tier { padding: 24px; border-radius: 22px; background: #fff; border: 1px solid var(--line); box-shadow: var(--sh-2); display: flex; flex-direction: column; gap: 6px; }
.tier-min { font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.tier b { font-family: var(--f-display); font-stretch: 118%; font-weight: 800; font-size: 32px; letter-spacing: -.03em; }
.tier p { color: var(--text-2); font-size: 14px; }
.tier-hl { background: var(--volt); border-color: var(--volt-2); }
.tier-hl .tier-min { color: var(--volt-deep); }
.tier-hl p { color: #2B3300; }
.policy { display: grid; grid-template-columns: 220px 1fr; gap: 48px; }
.policy-nav { position: sticky; top: 100px; display: flex; flex-direction: column; gap: 2px; align-self: start; }
.policy-nav a { padding: 10px 14px; border-radius: 12px; font-weight: 600; font-size: 14px; color: var(--text-2); }
.policy-nav a:hover { background: var(--bg-2); }
.policy-nav a.is-on { background: var(--ink); color: #fff; }
.nf { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.nf-code { font-size: clamp(100px, 18vw, 200px); font-stretch: 125%; font-weight: 900; line-height: .9; background: linear-gradient(180deg, var(--ink), #6B7080); -webkit-background-clip: text; background-clip: text; color: transparent; }
.nf-search { width: 100%; margin: 12px auto; }
.center-row { justify-content: center; flex-wrap: wrap; }

/* ---------------- SVG vial label text ---------------- */
.v-brand { font: 800 8.6px var(--f-display); font-stretch: 125%; letter-spacing: 1.6px; fill: #fff; }
.v-name { font-family: var(--f-display); font-weight: 800; fill: #0B0C10; text-anchor: middle; letter-spacing: -.2px; }
.v-name2 { font-weight: 700; fill: #5A6070; letter-spacing: .8px; }
.v-dose { font: 800 9.6px var(--f-body); fill: #fff; text-anchor: middle; }
.v-sub { font: 700 5.6px var(--f-body); letter-spacing: .9px; fill: #858B99; text-anchor: middle; }
.v-lot { font: 600 5.4px var(--f-mono); fill: #fff; text-anchor: middle; letter-spacing: .3px; }
.k-brand { font: 800 13px var(--f-display); font-stretch: 125%; fill: #fff; letter-spacing: 3px; }
.k-name { font-family: var(--f-display); font-stretch: 112%; font-weight: 800; fill: #fff; letter-spacing: -.3px; }
.k-sub { font: 700 11px var(--f-body); fill: #9AA0AE; letter-spacing: 1.6px; }
.k-lot { font: 600 8px var(--f-mono); fill: #6B7280; text-anchor: end; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1240px) {
  .hdr-nav .nav-link { padding: 0 9px; font-size: 13px; }
  .hdr-search { max-width: 240px; }
  .pgrid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pgrid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .checkout { grid-template-columns: minmax(0, 1fr) 380px; gap: 32px; }
}

@media (max-width: 1100px) {
  :root { --hdr-h: 64px; }
  .hdr-burger { display: inline-grid; }
  .hdr-nav { display: none; }
  .hdr-search { position: absolute; left: 0; right: 0; top: 100%; max-width: none; padding: 10px var(--gutter) 12px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 16px 30px -20px rgba(0, 0, 0, .3); display: none; }
  .search-open .hdr-search { display: block; animation: pageIn .25s var(--ease); }
  .search-pop { left: var(--gutter); right: var(--gutter); min-width: 0; }
  .hdr-search-btn { display: inline-grid; }
  .hdr-logo { margin-right: auto; }
  .hero-inner { grid-template-columns: 1fr; min-height: 0; padding-top: 40px; gap: 0; }
  .hero-visual { height: 480px; order: -1; margin: -10px 0 -20px; }
  .hero-copy { text-align: center; display: flex; flex-direction: column; align-items: center; }
  .hero-ctas { justify-content: center; }
  .hero-proof { margin-left: auto; margin-right: auto; }
  .hv-c { width: 230px; margin-left: -115px; top: 30px; }
  .hv-l, .hv-r { width: 170px; top: 130px; }
  .hv-l { margin-left: -240px; }
  .hv-r { margin-left: 70px; }
  .hero-halo { width: 320px; height: 320px; }
  .hero-ring { width: 400px; height: 400px; }
  .fc-1 { left: 4%; top: 40px; } .fc-2 { right: 2%; top: 290px; } .fc-3 { left: 6%; bottom: 40px; }
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .feat-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-band { grid-template-columns: minmax(0, 1fr); }
  .lab-band, .faq-band { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .coa-preview { transform: none; }
  .sgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ftr-main { grid-template-columns: 1fr 1fr 1fr; }
  .ftr-brand { grid-column: 1 / -1; }
  .ftr-trust-inner { grid-template-columns: repeat(2, 1fr); }
  .rv-grid { grid-template-columns: repeat(2, 1fr); }
  .tier-grid { grid-template-columns: repeat(2, 1fr); }
  .checkout { grid-template-columns: minmax(0, 1fr); }
  .co-summary { position: static; order: -1; }
  .confirm-grid { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 960px) {
  .shop { grid-template-columns: minmax(0, 1fr); padding-top: 20px; }
  .filters { position: fixed; top: 0; bottom: 0; left: 0; z-index: 100; width: min(360px, 90vw); max-height: none; background: #fff; padding: 0 22px 22px; transform: translateX(-105%); transition: transform .4s var(--ease); border-radius: 0 22px 22px 0; box-shadow: var(--sh-3); }
  .filters.is-open { transform: none; }
  .filters-head { display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; background: #fff; padding: 16px 0 12px; border-bottom: 1px solid var(--line); z-index: 1; }
  .filters-head h3 { font-family: var(--f-display); font-stretch: 112%; font-size: 20px; font-weight: 800; }
  .filters-btn { display: inline-flex; }
  .pdp-grid { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .pdp-gallery { position: static; }
  .pdp-stage { aspect-ratio: 1 / .9; border-radius: 26px; }
  .overview { grid-template-columns: 1fr; gap: 24px; }
  .rv-layout { grid-template-columns: 1fr; }
  .rv-summary { position: static; }
  .fbt-row { flex-direction: column; }
  .fbt-total { width: 100%; padding: 16px 0 0; border-left: 0; border-top: 1px solid var(--line-2); }
  .inside-grid { grid-template-columns: 1fr; }
  .mini-row { grid-template-columns: repeat(2, 1fr); }
  .auth { grid-template-columns: minmax(0, 1fr); }
  .acc-grid { grid-template-columns: minmax(0, 1fr); }
  .acc-nav { min-width: 0; }
  .acc-nav { position: static; }
  .acc-nav nav { flex-direction: row; overflow-x: auto; scrollbar-width: none; }
  .acc-nav nav a, .acc-nav nav button { white-space: nowrap; }
  .acc-user { display: none; }
  .acc-nav { padding: 8px; }
  .acc-stats, .acc-quick { grid-template-columns: repeat(2, 1fr); }
  .or-cols { grid-template-columns: 1fr; }
  .contact { grid-template-columns: minmax(0, 1fr); }
  .faq-page, .policy { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .faq-nav, .policy-nav { position: static; flex-direction: row; overflow-x: auto; scrollbar-width: none; }
  .faq-nav a, .policy-nav a { white-space: nowrap; }
  .page-head-row { flex-direction: column; align-items: flex-start; gap: 18px; }
  .rv-hero-score { align-items: flex-start; }
  .prow { grid-template-columns: 56px 1fr auto; grid-template-areas: 'm n p' 'm o b'; row-gap: 8px; }
  .prow-media { grid-area: m; width: 56px; }
  .prow-main { grid-area: n; }
  .prow-opts { grid-area: o; }
  .prow-price { grid-area: p; text-align: right; }
  .prow-price .price { align-items: flex-end; }
  .prow > .btn-add { grid-area: b; }
}

@media (max-width: 720px) {
  :root { --gutter: 16px; }
  body { font-size: 14.5px; }
  .announce-inner { justify-content: center; height: 34px; }
  .ann { display: none; font-size: 11px; }
  .ann.is-on { display: inline-flex; animation: pageIn .4s var(--ease); }
  .cart-btn-text { display: none; }
  .cart-btn { border-left: 0; padding: 0; margin-left: 2px; }
  .hdr-inner { gap: 8px; }
  .logo-word { font-size: 19px; }
  .logo-mark { width: 28px; height: 28px; }
  .section { padding-block: 60px; }
  .section-sm { padding-block: 40px; }
  .sec-head { margin-bottom: 22px; }
  .sec-head .seg { width: 100%; overflow-x: auto; }
  .hero-visual { height: 380px; }
  .hv-c { width: 180px; margin-left: -90px; top: 24px; }
  .hv-l, .hv-r { width: 130px; top: 100px; }
  .hv-l { margin-left: -185px; }
  .hv-r { margin-left: 55px; }
  .hero-halo { width: 240px; height: 240px; }
  .hero-ring { width: 300px; height: 300px; top: 6%; }
  .float-card { padding: 8px 12px 8px 8px; font-size: 12px; border-radius: 14px; }
  .float-card b { font-size: 12.5px; }
  .fc-ico { width: 30px; height: 30px; border-radius: 10px; }
  .fc-2 { display: none; }
  .fc-1 { top: 16px; left: 0; }
  .fc-3 { bottom: 34px; left: auto; right: 0; }
  .hero-visual { margin-bottom: 4px; }
  .hero-title { font-size: clamp(46px, 14vw, 64px); margin: 20px 0 16px; }
  .hero-ctas { flex-direction: column; width: 100%; }
  .hero-ctas .btn { width: 100%; }
  .hero-proof { margin-top: 32px; }
  .hero-proof li { padding-right: 10px; }
  .hero-proof li + li { padding-left: 12px; }
  .hero-proof b { font-size: 22px; }
  .hero-proof span { font-size: 11.5px; }
  .cat-grid { gap: 10px; }
  .cat-tile { min-height: 150px; padding: 14px; border-radius: 18px; }
  .cat-tile-vial { width: 64px; right: 4px; top: 8px; }
  .cat-tile-body b { font-size: 15px; }
  .cat-tile-body { max-width: 100%; }
  .cat-tile-go { left: 14px; top: 14px; width: 30px; height: 30px; }
  .pgrid, .pgrid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .pcard { border-radius: 18px; }
  .pcard-body { padding: 12px 12px 14px; gap: 4px; }
  .pcard-title { font-size: 15.5px; }
  .pcard-sub { font-size: 12px; }
  .cat-label { font-size: 10px; }
  .pcard-rating { font-size: 12px; }
  .pcard-rating .stars { --size: 11px; }
  .pill { height: 26px; padding: 0 8px; font-size: 11.5px; border-radius: 8px; }
  .pills { gap: 4px; }
  .pcard-foot { flex-direction: column; align-items: stretch; gap: 8px; padding-top: 10px; }
  .pcard-foot .btn { width: 100%; }
  .price b { font-size: 19px; }
  .price s { font-size: 12.5px; }
  .badges { top: 8px; left: 8px; right: 8px; gap: 4px; }
  .badge { height: 20px; padding: 0 7px; font-size: 9.5px; }
  .pcard-quick { display: none; }
  .sgrid { grid-template-columns: 1fr; }
  .hscroll { grid-auto-columns: 82%; margin-right: calc(var(--gutter) * -1); padding-right: var(--gutter); }
  .feat-grid { grid-template-columns: 1fr; }
  .feat { display: grid; grid-template-columns: 50px 1fr; column-gap: 16px; padding: 20px; }
  .feat-ico { grid-row: span 2; margin: 0; }
  .rb-list { grid-auto-columns: 86%; }
  .rv-list, .rv-grid { grid-template-columns: 1fr; }
  .lab-stats { gap: 20px; }
  .lab-stats b { font-size: 22px; }
  .coa-preview { padding: 18px; }
  .nl-form { flex-direction: column; max-width: none; width: 100%; }
  .ftr-main { grid-template-columns: 1fr 1fr; gap: 28px; }
  .ftr-trust-inner { grid-template-columns: 1fr 1fr; gap: 14px; }
  .ftr-trust-inner .i { width: 34px; height: 34px; padding: 8px; }
  .page-head { padding: 20px 0 24px; }
  .page-head-stats > div { padding: 0 14px; }
  .page-head-stats b { font-size: 22px; }
  .toolbar { flex-wrap: wrap; }
  .lab-tools { flex-wrap: wrap; }
  .lab-tools .input-icon { flex-basis: 100%; }
  .lab-tools .select-wrap { flex: 1; }
  .lab-tools .select-wrap select { min-width: 0; }
  .toolbar-count { order: 3; width: 100%; }
  label.select-wrap select { min-width: 0; }
  .toolbar { gap: 8px; }
  .toolbar-r { gap: 8px; }
  .toolbar-r .select-wrap select { width: 150px; height: 38px; font-size: 13px; }
  .toolbar .seg-icons button { width: 34px; height: 30px; }
  label.select-wrap > span { display: none; }
  .pdp { padding-top: 16px; }
  .pdp-title { font-size: 36px; }
  .price-xl b { font-size: 34px; }
  .packs { grid-template-columns: 1fr; }
  .pdp-assure { grid-template-columns: 1fr; }
  .pdp-facts { grid-template-columns: 1fr; }
  .pdp-buy { flex-direction: row; }
  .pdp-thumbs .thumb { width: 68px; height: 68px; }
  .pdp-lot { left: 10px; bottom: 10px; padding: 5px 10px 5px 5px; gap: 8px; }
  .pdp-lot .i { width: 26px; height: 26px; padding: 6px; }
  .pdp-lot em { margin-left: 2px; }
  .pdp-stage-img { inset: 5% 12% 15%; }
  .pills-lg .pill { height: 40px; padding: 0 14px; font-size: 14px; }
  .fbt { padding: 18px; }
  .fbt-items { flex-direction: column; align-items: stretch; }
  .fbt-plus { align-self: center; margin: -6px 0; z-index: 1; }
  .tabs button { padding: 14px 12px; font-size: 14px; }
  .spec-table th { width: 40%; }
  .mini-row { grid-template-columns: 1fr; }
  .sticky-buy-inner { height: 68px; gap: 10px; }
  #sb-price { display: none; }
  .sb-txt b { font-size: 14px; }
  .auth-card, .auth-perks { padding: 24px; border-radius: 22px; }
  .auth { padding-top: 24px; }
  .field-row { flex-direction: column; gap: 16px; }
  .field-row-3 { display: grid; grid-template-columns: 1fr 1fr; }
  .field-row-3 > :first-child { grid-column: 1 / -1; }
  .acc-card { padding: 18px; }
  .order-row summary { grid-template-columns: 1fr auto 20px; grid-template-areas: 'n s c' 't p c'; gap: 8px 12px; padding: 14px 16px; }
  .or-num { grid-area: n; } .order-row .status { grid-area: s; justify-self: end; } .or-thumbs { grid-area: t; } .or-total { grid-area: p; text-align: right; } .or-chev { grid-area: c; }
  .addr-grid, .saved-addrs { grid-template-columns: 1fr; }
  .privacy-row { flex-direction: column; align-items: flex-start; }
  .co-sec { padding: 18px; border-radius: 20px; }
  .co-aside { margin-left: 0; width: 100%; }
  .express-btns { grid-template-columns: 1fr 1fr 1fr; gap: 6px; }
  .xbtn { font-size: 13.5px; }
  .pay-body { padding-left: 0; }
  .cos-card { padding: 18px; }
  .co-steps li:not(:last-child)::after { width: 12px; }
  .co-steps { font-size: 12px; }
  .coa { padding: 22px 18px; }
  .coa-meta { grid-template-columns: 1fr 1fr; }
  .coa-head { flex-wrap: wrap; gap: 10px; }
  .modal { padding: 10px; align-items: end; }
  .modal-card { padding: 24px 20px; border-radius: 24px; max-height: calc(100vh - 20px); }
  .tier-grid { grid-template-columns: 1fr; margin-top: -48px; }
  .track-form { flex-direction: column; align-items: stretch; }
  .mini-orders a { grid-template-columns: 1fr auto 16px; }
  .mini-orders a > span:nth-child(2) { display: none; }
  .toast { font-size: 13px; }
  .toast-added .btn-ghost { display: none; }
  .drawer-right { border-radius: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .ticker-track { animation: none; }
}

/* ---------------- Print: COA only ---------------- */
@media print {
  body.print-coa > *:not(.modal) { display: none !important; }
  body.print-coa .modal { position: static; display: block; background: none; padding: 0; opacity: 1; visibility: visible; backdrop-filter: none; }
  body.print-coa .modal-card { box-shadow: none; max-width: none; max-height: none; transform: none; overflow: visible; }
  body.print-coa .modal-x, body.print-coa .coa-actions { display: none !important; }
}
