/* ==========================================================================
   Caldera Compounds — site styles  ·  Dark scientific theme
   ========================================================================== */

:root {
  --bg:        #0a0e17;
  --bg-2:      #0c1019;
  --bg-3:      #0f1422;
  --panel:     #121826;
  --panel-2:   #161d2e;
  --panel-3:   #1b2336;
  --line:      #232c41;
  --line-soft: #1a2233;
  --ink:       #eef1f7;
  --ink-soft:  #9aa6bd;
  --ink-faint: #687389;
  --blue:      #3b7dff;
  --blue-bright:#6fa1ff;
  --blue-deep: #2b62d6;
  --blue-tint: rgba(59,125,255,.12);
  --blue-line: rgba(59,125,255,.32);
  --ok:        #3fcf8e;
  --maxw: 1180px;
  --radius: 14px;
  --radius-sm: 9px;
  --shadow: 0 1px 2px rgba(0,0,0,.4), 0 22px 48px -24px rgba(0,0,0,.8);
  --shadow-sm: 0 1px 2px rgba(0,0,0,.3), 0 12px 28px -20px rgba(0,0,0,.7);
  --glow: 0 0 0 1px rgba(59,125,255,.25), 0 14px 40px -16px rgba(59,125,255,.4);
  --display: "Space Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  --sans:    "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; background: var(--bg); }
body { font-family: var(--sans); color: var(--ink); background: var(--bg); line-height: 1.65; font-size: 17px; -webkit-font-smoothing: antialiased; }
body.lock { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
::selection { background: var(--blue); color: #fff; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
.section { padding: 92px 0; }
.section--sand { background: var(--bg-3); }
.section--ink { background: linear-gradient(180deg, #0c1426 0%, #0a1020 100%); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.center { text-align: center; }
.eyebrow { font-size: 12.5px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--blue-bright); margin-bottom: 16px; }
h1, h2, h3 { font-family: var(--display); font-weight: 600; line-height: 1.13; letter-spacing: -.02em; color: var(--ink); }
h2 { font-size: clamp(28px, 4vw, 42px); }
h3 { font-size: 21px; line-height: 1.25; }
.lead { font-size: 19px; color: var(--ink-soft); max-width: 60ch; }

.btn { display: inline-flex; align-items: center; gap: 9px; font-family: var(--sans); font-size: 15px; font-weight: 600; padding: 14px 26px; border-radius: 999px; border: 1.5px solid transparent; cursor: pointer; transition: transform .12s ease, background .15s ease, color .15s ease, border-color .15s ease, box-shadow .15s ease; white-space: nowrap; }
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--blue); color: #fff; box-shadow: 0 8px 24px -10px rgba(59,125,255,.7); }
.btn--primary:hover { background: var(--blue-bright); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--blue); color: var(--blue-bright); }
.btn--light { background: #fff; color: #0a0e17; }
.btn--light:hover { background: #d9e2f2; }
.btn--onink { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--onink:hover { border-color: var(--blue); color: var(--blue-bright); }
.btn-arrow { font-size: 17px; line-height: 1; }

/* ---------- promo bar ---------- */
.promo-bar { background: linear-gradient(90deg, #11203f 0%, #0d1730 100%); border-bottom: 1px solid var(--blue-line); font-size: 12.5px; color: #c4d2ec; }
.promo-inner { display: flex; align-items: center; justify-content: center; gap: 14px; min-height: 38px; padding: 6px 14px; flex-wrap: wrap; text-align: center; }
.promo-inner b { color: var(--blue-bright); font-weight: 700; letter-spacing: .02em; }
.promo-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--blue); flex: none; }

/* live promo memo */
.promo-memo { gap: 10px 14px; flex-wrap: wrap; }
.promo-gift { font-size: 14px; line-height: 1; }
.promo-ok { color: #7ee0a8; font-weight: 700; letter-spacing: .01em; }
.promo-muted { color: #8c9bb8; }
.promo-memo b { color: var(--blue-bright); }

/* ---------- header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(10,14,23,.86); backdrop-filter: saturate(180%) blur(12px); border-bottom: 1px solid var(--line-soft); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.brand { position: relative; display: inline-flex; align-items: center; }
.brand-mark { position: absolute; left: -4px; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; opacity: 0.45; z-index: 0; flex: none; }
.brand-name { position: relative; z-index: 1; padding-left: 14px; font-family: var(--display); font-weight: 700; font-size: 22px; letter-spacing: -.005em; color: #ffffff; line-height: 1.1; white-space: nowrap; }
.brand-name small { display: block; font-family: var(--sans); font-weight: 600; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft); margin-top: 5px; }
.nav { display: flex; align-items: center; gap: 34px; }
.nav a { font-size: 15px; font-weight: 500; color: var(--ink-soft); transition: color .15s ease; position: relative; }
.nav a:hover, .nav a.active { color: var(--ink); }
.nav a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -27px; height: 2px; background: var(--blue); }
.header-cta { display: flex; align-items: center; gap: 16px; }
.nav-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 10px; background: var(--panel); cursor: pointer; align-items: center; justify-content: center; }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after { content: ""; display: block; width: 18px; height: 2px; background: var(--ink); border-radius: 2px; position: relative; }
.nav-toggle span::before { position: absolute; top: -6px; }
.nav-toggle span::after  { position: absolute; top:  6px; }

/* ---------- hero ---------- */
.hero { background: radial-gradient(900px 420px at 78% 12%, rgba(59,125,255,.16), transparent 70%), radial-gradient(700px 360px at 6% 90%, rgba(59,125,255,.08), transparent 70%), var(--bg); border-bottom: 1px solid var(--line-soft); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; padding: 86px 0 94px; }
.hero h1 { font-size: clamp(38px, 5.4vw, 60px); margin-bottom: 22px; }
.hero h1 em { font-style: normal; color: var(--blue-bright); }
.hero p { font-size: 19px; color: var(--ink-soft); max-width: 46ch; margin-bottom: 30px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-meta { display: flex; gap: 26px; margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--line); flex-wrap: wrap; }
.hero-meta div { line-height: 1.3; }
.hero-meta strong { font-family: var(--display); font-size: 24px; font-weight: 600; display: block; color: #fff; }
.hero-meta span { font-size: 13px; color: var(--ink-faint); }
.hero-visual { position: relative; aspect-ratio: 1/1; background: radial-gradient(120% 120% at 70% 20%, rgba(59,125,255,.18), transparent 60%), var(--panel); border: 1px solid var(--line); border-radius: 24px; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow); }
.hero-visual svg { width: 84%; height: auto; }
.hero-badge { position: absolute; background: var(--panel-3); border: 1px solid var(--line); border-radius: 12px; padding: 12px 15px; box-shadow: var(--shadow-sm); display: flex; align-items: center; gap: 10px; font-size: 13.5px; font-weight: 600; }
.hero-badge .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--ok); flex: none; box-shadow: 0 0 10px rgba(63,207,142,.8); }
.hero-badge--tl { top: 22px; left: -18px; }
.hero-badge--br { bottom: 26px; right: -16px; }
.hero-badge small { display:block; font-weight: 500; color: var(--ink-faint); font-size: 11.5px; }

.trust { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); overflow: hidden; margin-top: -44px; position: relative; z-index: 2; box-shadow: var(--shadow); }
.trust div { padding: 24px 22px; border-right: 1px solid var(--line); display: flex; gap: 13px; align-items: flex-start; }
.trust div:last-child { border-right: none; }
.trust .ico { color: var(--blue-bright); flex: none; margin-top: 2px; }
.trust b { font-size: 15px; display: block; color: var(--ink); }
.trust span { font-size: 13px; color: var(--ink-faint); }

.sec-head { max-width: 62ch; margin-bottom: 48px; }
.sec-head.center { margin-left: auto; margin-right: auto; }
.sec-head p { margin-top: 14px; }

/* product cards */
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-grid--4 { grid-template-columns: repeat(4, 1fr); }
.pcard { border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); overflow: hidden; display: flex; flex-direction: column; transition: transform .14s ease, box-shadow .14s ease, border-color .14s ease; }
.pcard:hover { transform: translateY(-3px); box-shadow: var(--glow); border-color: var(--blue-line); }
.pcard-vial {
  height: 210px; background: radial-gradient(110% 110% at 50% 25%, rgba(59,125,255,.12), transparent 65%), var(--bg-3); display: flex; align-items: center; justify-content: center; border-bottom: 1px solid var(--line); position: relative; overflow: hidden; }
.pcard-label {
  position: absolute; inset: 0;
  background:
    repeating-linear-gradient(180deg, rgba(0,0,0,0.018) 0 2px, transparent 2px 4px),
    linear-gradient(170deg, #f6f1e6 0%, #ece5d3 100%);
  color: #161a22;
  padding: 16px 18px 14px;
  display: flex; flex-direction: column;
  border-left: 3px solid var(--blue);
  font-family: var(--sans);
  text-align: left;
}
.pcard-label::before, .pcard-label::after { content: ""; position: absolute; left: 14px; right: 14px; border-top: 1px dashed #b9a981; }
.pcard-label::before { top: 64px; }
.pcard-label::after { bottom: 46px; }
.pcard-label-head {
  position: relative;
  padding-left: 54px;
  min-height: 46px;
  padding-bottom: 12px;
  border-bottom: 1.5px solid #b9a981;
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pcard-label-mark { position: absolute !important; top: 8px !important; left: 8px !important; width: 46px !important; height: 46px !important; flex: none !important; z-index: 2; filter: none !important; }
.pcard-label-brand {
  display: flex; flex-direction: column; line-height: 1.1; min-width: 0;
}
.pcard-label-name-brand { font-family: var(--display); font-weight: 700; font-size: 11px; letter-spacing: .14em; color: #161a22; line-height: 1.1; }
.pcard-label-sub-brand { font-size: 8.5px; letter-spacing: .18em; text-transform: uppercase; color: #6b6452; font-weight: 600; margin-top: 3px; line-height: 1.1; }
.pcard-label-name { font-family: var(--display); font-size: clamp(22px, 2.3vw, 26px); font-weight: 600; line-height: 1.05; color: #0c1018; margin-top: 12px; letter-spacing: -.01em; }
.pcard-label-class { font-size: 12.5px; color: #6b6452; margin-top: 6px; margin-bottom: auto; line-height: 1.4; }
.pcard-label-foot { display: flex; gap: 10px; justify-content: space-between; align-items: center; font-size: 10.5px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; margin-top: 16px; color: #2c2820; }
.pcard-label-foot .ok { color: #1f6b48; }
.pcard-label-foot .stamp { border: 1.5px solid #161a22; padding: 3px 7px; border-radius: 3px; font-size: 9.5px; }
.pcard-vial > svg { height: 152px; width: auto; filter: drop-shadow(0 8px 14px rgba(0,0,0,.45)); }
.pcard-tag { position: absolute; top: 12px; left: 12px; font-size: 11px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; background: var(--panel-3); border: 1px solid var(--line); color: var(--ink-soft); padding: 4px 10px; border-radius: 999px; }
.pcard-body { padding: 20px 20px 22px; display: flex; flex-direction: column; flex: 1; }
.pcard-body h3 { font-size: 20px; margin-bottom: 4px; }
.pcard-sub { font-size: 13px; color: var(--ink-faint); margin-bottom: 14px; }
.pcard-specs { display: flex; flex-direction: column; gap: 7px; font-size: 13.5px; padding: 14px 0; border-top: 1px solid var(--line); margin-top: auto; }
.pcard-specs .row { display: flex; justify-content: space-between; }
.pcard-specs .row span { color: var(--ink-faint); }
.pcard-specs .row b { font-weight: 600; color: var(--ink); }
.purity { color: var(--ok) !important; }
.pcard-foot { display: flex; flex-direction: column; gap: 12px; padding-top: 16px; border-top: 1px solid var(--line); }
.pcard-price { font-family: var(--display); font-size: 20px; font-weight: 600; color: #fff; }
.pcard-price small { font-family: var(--sans); font-size: 12px; color: var(--ink-faint); font-weight: 500; }
.pcard-foot .btn { padding: 10px 18px; font-size: 13.5px; }
.pcard-addgroup { display: flex; align-items: stretch; gap: 8px; width: 100%; }
.pcard-addgroup .pcard-add { flex: 1; justify-content: center; }
.pcard-qty { width: 56px; flex: none; text-align: center; font-family: var(--sans); font-size: 14px; font-weight: 600; background: var(--bg-3); color: var(--ink); border: 1px solid var(--line); border-radius: 999px; -moz-appearance: textfield; appearance: textfield; }
.pcard-qty::-webkit-outer-spin-button, .pcard-qty::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.pcard-qty:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px var(--blue-tint); }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.feature { padding: 30px 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.feature .ficon { width: 48px; height: 48px; border-radius: 12px; background: var(--blue-tint); color: var(--blue-bright); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; border: 1px solid var(--blue-line); }
.feature h3 { margin-bottom: 9px; }
.feature p { font-size: 15px; color: var(--ink-soft); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split--narrow { gap: 48px; }
.split-panel { background: var(--panel); border: 1px solid var(--line); border-radius: 20px; padding: 40px; color: var(--ink-soft); }
.split-panel.light { background: var(--panel-2); }
.checklist { display: flex; flex-direction: column; gap: 15px; margin-top: 8px; }
.checklist li { display: flex; gap: 13px; align-items: flex-start; font-size: 15.5px; color: var(--ink-soft); }
.checklist li b { color: var(--ink); }
.checklist .tick { width: 22px; height: 22px; border-radius: 50%; flex: none; margin-top: 1px; background: var(--blue); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 12px; }

.statline { display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; }
.statline div { border-left: 2px solid var(--blue); padding-left: 18px; }
.statline strong { font-family: var(--display); font-size: 38px; font-weight: 600; display: block; line-height: 1; color: #fff; }
.statline span { font-size: 14px; color: var(--ink-faint); }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step { position: relative; padding-top: 18px; }
.step-num { font-family: var(--display); font-size: 15px; font-weight: 600; width: 34px; height: 34px; border-radius: 50%; border: 1.5px solid var(--blue); color: var(--blue-bright); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.step h3 { font-size: 18px; margin-bottom: 7px; }
.step p { font-size: 14.5px; color: var(--ink-soft); }

.compliance { background: linear-gradient(180deg, #101626, #0c1120); border: 1px solid var(--blue-line); color: var(--ink-soft); border-radius: var(--radius); padding: 26px 30px; display: flex; gap: 18px; align-items: flex-start; }
.compliance .cico { color: var(--blue-bright); flex: none; margin-top: 2px; }
.compliance b { color: var(--ink); }
.compliance p { font-size: 14px; line-height: 1.6; }

.cta-band { text-align: center; }
.cta-band h2 { max-width: 22ch; margin: 0 auto 16px; }
.cta-band p { color: var(--ink-soft); max-width: 52ch; margin: 0 auto 30px; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.page-head { background: radial-gradient(700px 300px at 85% 10%, rgba(59,125,255,.14), transparent 70%), var(--bg-3); border-bottom: 1px solid var(--line-soft); padding: 68px 0 60px; }
.page-head h1 { font-size: clamp(34px, 4.6vw, 50px); margin-bottom: 16px; }
.page-head p { font-size: 18px; color: var(--ink-soft); max-width: 58ch; }
.crumb { font-size: 13px; color: var(--ink-faint); margin-bottom: 18px; }
.crumb a:hover { color: var(--blue-bright); }

.catalog-bar { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-bottom: 34px; }
.chip { font-size: 13.5px; font-weight: 500; padding: 8px 16px; border: 1px solid var(--line); border-radius: 999px; background: var(--panel); color: var(--ink-soft); cursor: pointer; transition: all .14s ease; }
.chip:hover { border-color: var(--blue); color: var(--ink); }
.chip.active { background: var(--blue); border-color: var(--blue); color: #fff; }
.catalog-note { margin-left: auto; font-size: 13px; color: var(--ink-faint); }
.cat-heading { font-family: var(--display); font-size: 14px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--blue-bright); margin: 46px 0 20px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.cat-heading:first-of-type { margin-top: 0; }

.catalog-search { display: flex; align-items: center; gap: 8px; background: var(--panel); border: 1px solid var(--line); border-radius: 999px; padding: 0 8px 0 18px; margin-bottom: 18px; transition: border-color .14s ease, box-shadow .14s ease; }
.catalog-search:focus-within { border-color: var(--blue); box-shadow: 0 0 0 3px var(--blue-tint); }
.catalog-search > svg { color: var(--ink-faint); flex: none; }
.catalog-search input { flex: 1; background: transparent; border: none; outline: none; font-family: var(--sans); font-size: 15px; color: var(--ink); padding: 14px 6px; }
.catalog-search input::placeholder { color: var(--ink-faint); }
.catalog-search input::-webkit-search-cancel-button { -webkit-appearance: none; }
.catalog-search-clear { background: transparent; border: none; color: var(--ink-faint); font-size: 22px; line-height: 1; cursor: pointer; width: 32px; height: 32px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; flex: none; }
.catalog-search-clear[hidden] { display: none; }
.catalog-search-clear:hover { background: var(--panel-2); color: var(--ink); }

.catalog-empty { text-align: center; padding: 48px 24px; background: var(--panel); border: 1px dashed var(--line); border-radius: var(--radius); color: var(--ink-soft); margin-top: 24px; }
.catalog-empty[hidden] { display: none; }
.catalog-empty p { font-size: 15px; }

.deflist { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.deflist div { background: var(--panel); padding: 20px 22px; }
.deflist dt { font-size: 13px; color: var(--ink-faint); margin-bottom: 5px; }
.deflist dd { font-size: 15.5px; font-weight: 500; color: var(--ink); }

.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 48px; align-items: start; }
.form { display: flex; flex-direction: column; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field label { font-size: 13.5px; font-weight: 600; color: var(--ink); }
.field input, .field select, .field textarea { font-family: var(--sans); font-size: 15px; color: var(--ink); padding: 13px 15px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--bg-3); width: 100%; transition: border-color .14s ease; }
.field input::placeholder, .field textarea::placeholder { color: var(--ink-faint); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px var(--blue-tint); }
.field select option { background: var(--panel); }
.field textarea { resize: vertical; min-height: 130px; }
.form-note { font-size: 13px; color: var(--ink-faint); }
.contact-aside { display: flex; flex-direction: column; gap: 18px; }
.info-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; background: var(--panel); }
.info-card.dark { background: linear-gradient(180deg,#10182b,#0d1322); border-color: var(--blue-line); }
.info-card h3 { font-size: 18px; margin-bottom: 12px; }
.info-card p { font-size: 14.5px; color: var(--ink-soft); }
.info-card a { color: var(--blue-bright); font-weight: 500; }

.qa { border-top: 1px solid var(--line); }
.qa details { border-bottom: 1px solid var(--line); }
.qa summary { padding: 22px 0; cursor: pointer; font-weight: 600; font-size: 17px; color: var(--ink); list-style: none; display: flex; justify-content: space-between; gap: 20px; }
.qa summary::-webkit-details-marker { display: none; }
.qa summary::after { content: "+"; font-size: 22px; color: var(--blue-bright); font-weight: 400; }
.qa details[open] summary::after { content: "\2212"; }
.qa p { padding-bottom: 22px; color: var(--ink-soft); font-size: 15.5px; max-width: 72ch; }

.value-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.value-grid > div { background: var(--panel); padding: 32px 28px; }
.value-grid h3 { font-size: 19px; margin-bottom: 10px; }
.value-grid .vnum { font-family: var(--display); color: var(--blue-bright); font-size: 15px; margin-bottom: 14px; }
.value-grid p { font-size: 14.5px; color: var(--ink-soft); }

.site-footer { background: var(--bg-2); border-top: 1px solid var(--line-soft); color: var(--ink-soft); padding: 70px 0 34px; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.footer-brand .brand-name { color: var(--ink); }
.footer-brand p { font-size: 14px; margin-top: 16px; max-width: 34ch; color: var(--ink-faint); }
.footer-col h4 { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink); margin-bottom: 16px; font-weight: 600; }
.footer-col a { display: block; font-size: 14.5px; color: var(--ink-soft); padding: 5px 0; }
.footer-col a:hover { color: var(--blue-bright); }
.footer-disclaimer { margin-top: 52px; padding-top: 26px; border-top: 1px solid var(--line); font-size: 12.5px; line-height: 1.65; color: var(--ink-faint); }
.footer-disclaimer b { color: var(--ink-soft); }
.footer-base { margin-top: 22px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 12.5px; color: var(--ink-faint); }
.footer-base a:hover { color: var(--blue-bright); }

.agegate { position: fixed; inset: 0; z-index: 200; background: rgba(6,9,15,.92); backdrop-filter: blur(8px); display: flex; align-items: center; justify-content: center; padding: 24px; }
.agegate[hidden] { display: none; }
.agegate-card { background: var(--panel); border: 1px solid var(--line); border-radius: 18px; padding: 44px 40px; max-width: 460px; width: 100%; text-align: center; box-shadow: var(--shadow); }
.agegate-mark { width: 56px; height: 56px; margin: 0 auto 22px; }
.agegate-card h2 { font-size: 26px; margin-bottom: 14px; }
.agegate-card p { font-size: 14.5px; color: var(--ink-soft); margin-bottom: 24px; }
.agegate-card p strong { color: var(--ink); }
.agegate-actions { display: flex; flex-direction: column; gap: 12px; }
.agegate-actions .btn { width: 100%; justify-content: center; }
.agegate-deny { margin-top: 20px; margin-bottom: 0 !important; padding-top: 18px; border-top: 1px solid var(--line); color: var(--blue-bright) !important; font-weight: 500; }
.agegate-deny[hidden] { display: none; }

@media (max-width: 940px) {
  .hero-grid { grid-template-columns: 1fr; gap: 44px; padding: 60px 0 70px; }
  .hero-visual { max-width: 420px; }
  .trust { grid-template-columns: 1fr 1fr; }
  .trust div:nth-child(2) { border-right: none; }
  .product-grid, .product-grid--4, .feature-grid, .steps, .statline, .value-grid { grid-template-columns: 1fr 1fr; }
  .split, .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .deflist { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .section { padding: 68px 0; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .wrap { padding: 0 20px; }
  .nav, .header-cta .btn { display: none; }
  .nav-toggle { display: flex; }
  .nav.open { display: flex; position: absolute; top: 74px; left: 0; right: 0; flex-direction: column; gap: 0; background: var(--panel); border-bottom: 1px solid var(--line); padding: 8px 20px 16px; }
  .nav.open a { padding: 13px 0; border-bottom: 1px solid var(--line); width: 100%; }
  .nav.open a:last-child { border-bottom: none; }
  .nav.open a.active::after { display: none; }
  .product-grid, .product-grid--4, .feature-grid, .steps, .statline, .value-grid, .trust, .field.row2 { grid-template-columns: 1fr; }
  .trust div { border-right: none; }
  .hero-badge--tl { left: 8px; }
  .hero-badge--br { right: 8px; }
  .footer-top { grid-template-columns: 1fr; }
  .compliance { flex-direction: column; gap: 12px; }
  .section { padding: 56px 0; }
  .agegate-card { padding: 36px 26px; }
}

/* CART */
.cart-toggle { position: relative; display: inline-flex; align-items: center; gap: 9px; }
.cart-toggle .cart-count { display: inline-flex; align-items: center; justify-content: center; min-width: 22px; height: 22px; padding: 0 7px; border-radius: 999px; background: #ffffff; color: var(--blue-deep); font-size: 12px; font-weight: 700; line-height: 1; }
.cart-drawer { position: fixed; inset: 0; z-index: 150; }
.cart-drawer[hidden] { display: none; }
.cart-backdrop { position: absolute; inset: 0; background: rgba(6,9,15,.65); backdrop-filter: blur(4px); animation: ccFadeIn .18s ease-out; }
@keyframes ccFadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes ccSlideIn { from { transform: translateX(100%); } to { transform: translateX(0); } }
.cart-panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(420px, 92vw); background: var(--bg-2); border-left: 1px solid var(--line); box-shadow: -24px 0 50px -20px rgba(0,0,0,.7); display: flex; flex-direction: column; animation: ccSlideIn .22s ease-out; }
.cart-head { display: flex; align-items: center; justify-content: space-between; padding: 20px 22px; border-bottom: 1px solid var(--line); }
.cart-head h3 { font-size: 19px; }
.cart-close { width: 36px; height: 36px; border-radius: 8px; background: transparent; border: 1px solid var(--line); color: var(--ink); font-size: 22px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.cart-close:hover { border-color: var(--blue); color: var(--blue-bright); }
.cart-items { flex: 1; overflow-y: auto; padding: 8px 22px 4px; }
.cart-item { display: grid; grid-template-columns: 1fr auto auto auto; gap: 12px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--line-soft); }
.cart-item:last-child { border-bottom: none; }
.cart-item-name { font-weight: 600; font-size: 15px; color: var(--ink); }
.cart-item-meta { font-size: 12.5px; color: var(--ink-faint); margin-top: 3px; }
.cart-item-qty { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.cart-item-qty button { background: transparent; color: var(--ink-soft); border: none; width: 28px; height: 30px; cursor: pointer; font-size: 15px; line-height: 1; }
.cart-item-qty button:hover { background: var(--panel-2); color: var(--ink); }
.cart-item-qty span { min-width: 24px; text-align: center; font-size: 14px; font-weight: 600; color: var(--ink); }
.cart-item-line { font-weight: 600; font-size: 14px; color: var(--ink); min-width: 54px; text-align: right; }
.cart-item-rm { background: transparent; border: none; color: var(--ink-faint); font-size: 18px; line-height: 1; cursor: pointer; padding: 4px 6px; }
.cart-item-rm:hover { color: #e57b62; }
.cart-empty { padding: 40px 22px; text-align: center; color: var(--ink-soft); flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 8px; }
.cart-empty .cart-empty-sub { font-size: 13px; color: var(--ink-faint); max-width: 28ch; }
.cart-foot { padding: 20px 22px 24px; border-top: 1px solid var(--line); background: var(--bg-2); }
.cart-total { display: flex; justify-content: space-between; align-items: baseline; font-size: 15px; color: var(--ink-soft); margin-bottom: 10px; }
.cart-total strong { font-family: var(--display); font-size: 24px; color: var(--ink); }
.cart-note { font-size: 12px; color: var(--ink-faint); margin-bottom: 14px; line-height: 1.5; }
.cart-checkout { width: 100%; justify-content: center; }
.btn-added { background: var(--ok) !important; border-color: var(--ok) !important; color: #04231a !important; }

/* LOYALTY rewards inside cart drawer & checkout */
.cart-rewards:empty, .checkout-rewards:empty { display: none; }
.cart-rewards { margin: 4px 0 14px; }
.checkout-rewards { margin: 14px 0 0; padding-top: 14px; border-top: 1px solid var(--line-soft); }
.reward-block { display: flex; flex-direction: column; gap: 10px; }
.reward-earned { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--ok); padding: 8px 12px; background: rgba(63,207,142,.10); border: 1px solid rgba(63,207,142,.32); border-radius: 9px; font-weight: 500; }
.reward-earned b { color: var(--ok); font-weight: 700; }
.reward-tick { font-size: 14px; font-weight: 700; }
.reward-next { padding: 4px 2px; }
.reward-next-text { font-size: 12.5px; color: var(--ink-soft); margin-bottom: 7px; line-height: 1.45; }
.reward-next-text b { color: var(--ink); font-weight: 700; }
.reward-bar { height: 6px; background: var(--bg-3); border-radius: 999px; overflow: hidden; }
.reward-bar-fill { height: 100%; background: linear-gradient(90deg, var(--blue), var(--blue-bright)); border-radius: 999px; transition: width .35s ease; }
.reward-max { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--blue-bright); padding: 8px 12px; background: var(--blue-tint); border: 1px solid var(--blue-line); border-radius: 9px; font-weight: 600; }

.invoice-table .perk-row td { color: #2c8358; font-weight: 600; }
.perk-tag { display: inline-block; margin-left: 6px; font-size: 9.5px; font-weight: 700; letter-spacing: .08em; background: #2c8358; color: #ffffff; padding: 2px 7px; border-radius: 999px; vertical-align: middle; }

/* CHIP COUNTS */
.chip-count { display: inline-block; margin-left: 4px; background: rgba(0,0,0,0.22); color: inherit; padding: 1px 7px; border-radius: 999px; font-size: 11px; font-weight: 700; line-height: 1.4; }
.chip.active .chip-count { background: rgba(255,255,255,0.28); }

/* CATALOG CONTROLS */
.catalog-controls { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-bottom: 22px; padding: 12px 0; border-top: 1px solid var(--line-soft); }
.cc-field { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--ink-soft); font-weight: 600; letter-spacing: .03em; text-transform: uppercase; }
.cc-field select { font-family: var(--sans); font-size: 13.5px; color: var(--ink); padding: 8px 30px 8px 14px; border-radius: 999px; background: var(--panel); border: 1px solid var(--line); cursor: pointer; font-weight: 500; text-transform: none; letter-spacing: 0; appearance: none; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239aa6bd' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right 10px center; background-size: 14px 14px; }
.cc-field select:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px var(--blue-tint); }
.cc-field select option { background: var(--panel); color: var(--ink); }

/* SOCIAL RAIL */
.social-rail { position: fixed; right: 0; top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; z-index: 70; background: var(--panel); border: 1px solid var(--line); border-right: none; border-radius: 10px 0 0 10px; overflow: hidden; box-shadow: -8px 0 24px -12px rgba(0,0,0,.6); }
.social-rail a { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; color: var(--ink-soft); transition: color .14s ease, background .14s ease; border-bottom: 1px solid var(--line-soft); }
.social-rail a:last-child { border-bottom: none; }
.social-rail a:hover { color: var(--blue-bright); background: var(--panel-2); }
@media (max-width: 620px) { .social-rail { display: none; } }

/* CART TOAST */
.cart-toast { position: fixed; top: 96px; right: 24px; width: min(360px, calc(100vw - 32px)); background: var(--panel); border: 1px solid var(--blue-line); border-radius: 14px; box-shadow: 0 24px 60px -24px rgba(0,0,0,.85), 0 0 0 1px rgba(59,125,255,.18); padding: 16px 18px; z-index: 140; display: flex; flex-direction: column; gap: 10px; color: var(--ink); }
.cart-toast[hidden] { display: none; }
.cart-toast.cart-toast-in { animation: ccToastDrop .32s cubic-bezier(.18, .9, .25, 1); }
@keyframes ccToastDrop { from { transform: translateY(-30px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.cart-toast-head { display: flex; justify-content: space-between; align-items: center; }
.cart-toast-ok { display: inline-flex; align-items: center; gap: 6px; color: var(--ok); font-size: 12.5px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.cart-toast-close { background: transparent; border: none; color: var(--ink-faint); font-size: 22px; line-height: 1; cursor: pointer; padding: 2px 6px; border-radius: 6px; }
.cart-toast-close:hover { background: var(--panel-2); color: var(--ink); }
.cart-toast-item { padding: 6px 0 4px; }
.cart-toast-name { font-size: 15px; font-weight: 600; color: var(--ink); }
.cart-toast-x { color: var(--ink-faint); font-weight: 500; margin-left: 4px; }
.cart-toast-meta { font-size: 12.5px; color: var(--ink-faint); margin-top: 3px; }
.cart-toast-sub { display: flex; justify-content: space-between; align-items: baseline; padding-top: 10px; border-top: 1px solid var(--line-soft); font-size: 13px; color: var(--ink-soft); }
.cart-toast-sub strong { font-family: var(--display); font-size: 19px; color: var(--ink); }
.cart-toast-actions { display: flex; gap: 8px; margin-top: 4px; }
.cart-toast-actions .btn { flex: 1; padding: 9px 14px; font-size: 13px; justify-content: center; }
@media (max-width: 620px) { .cart-toast { top: 92px; right: 12px; left: 12px; width: auto; } }

/* FLOATING CART PILL */
.cart-fab { position: fixed; bottom: 24px; right: 24px; display: inline-flex; align-items: stretch; background: var(--blue); color: #ffffff; border-radius: 999px; box-shadow: 0 16px 40px -12px rgba(59,125,255,.7), 0 4px 12px -2px rgba(0,0,0,.4), 0 0 0 1px rgba(120,160,255,.45); z-index: 90; overflow: hidden; animation: ccFabIn .3s cubic-bezier(.2, .8, .3, 1); }
.cart-fab[hidden] { display: none; }
@keyframes ccFabIn { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.cart-fab-view, .cart-fab-checkout { background: transparent; border: none; color: inherit; font-family: var(--sans); font-weight: 600; font-size: 14px; padding: 14px 18px; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; line-height: 1; transition: background .14s ease; }
.cart-fab-view:hover, .cart-fab-checkout:hover { background: rgba(255,255,255,.14); }
.cart-fab-view { border-right: 1px solid rgba(255,255,255,.25); }
.cart-fab-count { background: rgba(255,255,255,.28); color: #ffffff; min-width: 22px; height: 22px; padding: 0 7px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; }
.cart-fab-total { font-weight: 700; }
@media (max-width: 620px) { .cart-fab { bottom: 16px; left: 16px; right: 16px; } .cart-fab-view { flex: 1; justify-content: center; } .cart-fab-checkout { flex: 1; justify-content: center; } }

/* CHECKOUT */
.checkout-grid { display: grid; grid-template-columns: 1.3fr .9fr; gap: 48px; align-items: start; }
.checkout-form { display: flex; flex-direction: column; gap: 18px; }
.checkout-form[hidden] { display: none; }
.checkout-summary { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; position: sticky; top: 102px; }
.checkout-summary h3 { font-size: 18px; margin-bottom: 14px; }
.checkout-summary[hidden] { display: none; }
.checkout-items { display: flex; flex-direction: column; gap: 12px; margin-bottom: 16px; }
.co-item { display: flex; justify-content: space-between; gap: 12px; padding-bottom: 10px; border-bottom: 1px solid var(--line-soft); font-size: 14px; }
.co-item:last-child { border-bottom: none; padding-bottom: 0; }
.co-item-name { font-weight: 600; color: var(--ink); }
.co-item-meta { font-size: 12px; color: var(--ink-faint); margin-top: 2px; }
.co-item-line { font-weight: 600; color: var(--ink); white-space: nowrap; }
.checkout-total { display: flex; justify-content: space-between; align-items: baseline; padding-top: 16px; border-top: 1px solid var(--line); font-size: 15px; color: var(--ink-soft); }
.checkout-total strong { font-family: var(--display); font-size: 26px; color: var(--ink); }
.checkout-pay-note { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line-soft); font-size: 12.5px; color: var(--ink-faint); line-height: 1.55; }
.checkout-empty { padding: 60px 24px; text-align: center; color: var(--ink-soft); background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); }
.checkout-empty[hidden] { display: none; }
.checkout-empty a { color: var(--blue-bright); font-weight: 600; }

/* INVOICE */
.checkout-invoice[hidden] { display: none; }
.invoice-card { background: repeating-linear-gradient(180deg, rgba(0,0,0,0.018) 0 2px, transparent 2px 4px), linear-gradient(170deg, #f6f1e6 0%, #ece5d3 100%); color: #161a22; border-radius: 14px; padding: 40px 44px; max-width: 760px; margin: 0 auto; font-family: var(--sans); position: relative; border-left: 4px solid var(--blue); box-shadow: 0 24px 60px -24px rgba(0,0,0,.6); }
.invoice-head { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 22px; margin-bottom: 24px; border-bottom: 1px dashed #b9a981; }
.invoice-brand-name { font-family: var(--display); font-weight: 700; font-size: 22px; letter-spacing: -.005em; color: #0c1018; }
.invoice-brand-sub { font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: #5a5240; margin-top: 4px; }
.invoice-meta { text-align: right; display: flex; flex-direction: column; gap: 6px; font-size: 13px; }
.invoice-meta span { color: #6b6452; margin-right: 8px; text-transform: uppercase; letter-spacing: .08em; font-size: 10.5px; font-weight: 600; }
.invoice-meta b { color: #0c1018; font-family: var(--display); font-size: 15px; font-weight: 600; }
.invoice-billto { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 24px; }
.invoice-billto > div { font-size: 13.5px; color: #2c2820; line-height: 1.5; }
.invoice-billto span { display: block; font-size: 10.5px; color: #6b6452; letter-spacing: .08em; text-transform: uppercase; font-weight: 600; margin-bottom: 4px; }
.invoice-billto b { color: #0c1018; font-size: 14.5px; font-weight: 600; }
.invoice-table { width: 100%; border-collapse: collapse; font-size: 13.5px; margin-bottom: 24px; }
.invoice-table th { text-align: left; font-size: 10.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #6b6452; padding: 10px 8px; border-bottom: 1px solid #b9a981; }
.invoice-table td { padding: 12px 8px; border-bottom: 1px solid #d6c9a7; color: #161a22; }
.invoice-table .num { text-align: right; }
.invoice-table tfoot td { border-bottom: none; padding-top: 10px; font-weight: 600; }
.invoice-table tr.grand td { font-family: var(--display); font-size: 16px; color: #0c1018; border-top: 2px solid #161a22; padding-top: 12px; }
.invoice-pay { background: rgba(0,0,0,0.05); border-radius: 10px; padding: 20px 22px; margin-bottom: 22px; }
.invoice-pay h4 { font-family: var(--display); font-size: 15px; margin-bottom: 10px; text-transform: uppercase; letter-spacing: .08em; color: #161a22; }
.invoice-pay p { font-size: 13.5px; line-height: 1.55; color: #2c2820; margin-bottom: 10px; }
.invoice-pay ul { margin: 8px 0 10px 18px; padding: 0; }
.invoice-pay ul li { list-style: disc; font-size: 13.5px; padding: 3px 0; color: #2c2820; }
.invoice-pay b { color: #0c1018; }
.invoice-note { font-style: italic; color: #4a4634; font-size: 12.5px; }
.invoice-foot { padding-top: 18px; border-top: 1px dashed #b9a981; }
.invoice-foot p { font-size: 12px; color: #4a4634; line-height: 1.5; margin-bottom: 8px; }
.invoice-foot a { color: var(--blue-deep); font-weight: 600; }
.invoice-ack { color: #5a5240 !important; }
.invoice-ack b { color: #161a22; }
.invoice-actions { display: flex; gap: 14px; justify-content: center; margin-top: 26px; flex-wrap: wrap; }

@media print {
  body * { visibility: hidden !important; }
  .invoice-card, .invoice-card * { visibility: visible !important; }
  .invoice-card { position: absolute; top: 0; left: 0; width: 100%; max-width: none; box-shadow: none; border-radius: 0; border-left-color: #3b7dff; }
  .invoice-actions { display: none !important; }
}
@media (max-width: 940px) {
  .checkout-grid { grid-template-columns: 1fr; gap: 28px; }
  .checkout-summary { position: static; }
  .invoice-card { padding: 28px 24px; }
  .invoice-head { flex-direction: column; gap: 14px; }
  .invoice-meta { text-align: left; }
  .invoice-billto { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .cart-panel { width: 100vw; }
  .cart-item { grid-template-columns: 1fr auto; grid-template-rows: auto auto; gap: 8px 12px; }
  .cart-item-info { grid-column: 1 / -1; }
  .cart-item-line { text-align: left; }
  .cart-toggle .cart-label { display: none; }
}


/* ==========================================================================
   OUT-OF-STOCK + NOTIFY-ME
   ========================================================================== */
.pcard--oos { position: relative; }
.pcard--oos .pcard-vial { opacity: 0.45; filter: grayscale(0.6); }
.pcard--oos .pcard-body { opacity: 0.75; }
.pcard--oos h3, .pcard--oos .pcard-price { color: var(--ink-soft); }
.pcard--oos .pcard-foot { opacity: 1; }
.pcard-oos-badge {
  position: absolute; top: 12px; right: 12px;
  font-size: 10.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  background: #2b1a1a; color: #f0a4a4;
  border: 1px solid #8a4040;
  padding: 4px 9px; border-radius: 999px;
  z-index: 2;
}
.pcard-notify {
  width: 100%; justify-content: center;
  font-size: 12.5px; padding: 9px 14px;
}
.pcard-notify:hover { color: var(--blue-bright); border-color: var(--blue); }

.notify-form {
  display: flex; gap: 6px; align-items: stretch; width: 100%;
}
.notify-form .notify-email {
  flex: 1; background: var(--bg-3); border: 1px solid var(--line);
  color: var(--ink); padding: 8px 12px; border-radius: 8px;
  font-family: var(--sans); font-size: 13px;
}
.notify-form .notify-email:focus {
  outline: none; border-color: var(--blue); box-shadow: 0 0 0 2px var(--blue-tint);
}
.notify-form .btn { padding: 8px 12px; font-size: 12.5px; }
.notify-thanks {
  font-size: 12.5px; color: var(--ok); line-height: 1.45;
  padding: 8px 0; text-align: center;
}


/* ==========================================================================
   FREE T-SHIRT PICKER (cart drawer)
   ========================================================================== */
.tshirt-picker-card {
  background: linear-gradient(180deg, #1a2336, #131a2c);
  border: 1px solid var(--blue-line);
  border-radius: 10px;
  padding: 12px 14px;
  margin: 10px 0 14px;
}
.tshirt-picker-head {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; color: var(--blue-bright); margin-bottom: 10px;
}
.tshirt-picker-head b { color: var(--ink); font-weight: 600; }
.tshirt-picker-sizes {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px;
}
.tshirt-picker-sizes button {
  background: var(--bg-3);
  border: 1px solid var(--line);
  color: var(--ink);
  font-family: var(--sans); font-weight: 600; font-size: 13px;
  padding: 9px 0; border-radius: 8px; cursor: pointer;
  transition: all .14s ease;
}
.tshirt-picker-sizes button:hover {
  background: var(--blue); border-color: var(--blue); color: #fff;
}


/* ==========================================================================
   HERO COA CARD (replaces the vial illustration)
   ========================================================================== */
.hero-coa { position: relative; aspect-ratio: 0.92/1; padding: 0; display: flex; align-items: center; justify-content: center; }
.hero-coa-doc {
  position: relative; width: 100%; max-width: 420px;
  background:
    repeating-linear-gradient(180deg, rgba(0,0,0,0.014) 0 2px, transparent 2px 4px),
    linear-gradient(170deg, #f6f1e6 0%, #ece5d3 100%);
  color: #161a22;
  border-radius: 6px;
  padding: 26px 30px 22px;
  font-family: var(--sans);
  border-left: 4px solid var(--blue);
  box-shadow: 0 30px 60px -20px rgba(0,0,0,.65), 0 0 0 1px rgba(0,0,0,.15);
  overflow: hidden;
}
.hero-coa-watermark {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  font-family: var(--display); font-weight: 700; font-size: 78px;
  color: rgba(22,26,34,0.045); letter-spacing: .25em;
  transform: rotate(-22deg); pointer-events: none; user-select: none; z-index: 1;
}
.hero-coa-head {
  display: flex; justify-content: space-between; align-items: flex-start;
  padding-bottom: 14px; border-bottom: 1.5px solid #b9a981;
  position: relative; z-index: 2;
}
.hero-coa-issuer {
  font-family: var(--display); font-weight: 700; font-size: 13px;
  letter-spacing: .14em; color: #161a22;
}
.hero-coa-issuer-sub {
  font-size: 9.5px; letter-spacing: .18em; text-transform: uppercase;
  color: #6b6452; font-weight: 600; margin-top: 4px;
}
.hero-coa-seal { width: 38px; height: 38px; flex: none; opacity: 0.95; }
.hero-coa-title {
  font-family: var(--display); font-size: 22px; font-weight: 600;
  color: #0c1018; margin: 14px 0 16px; letter-spacing: -.01em;
  position: relative; z-index: 2;
}
.hero-coa-rows {
  display: grid; grid-template-columns: 1fr; gap: 6px; font-size: 13px;
  position: relative; z-index: 2;
}
.hero-coa-rows > div { display: flex; justify-content: space-between; }
.hero-coa-rows span { color: #6b6452; }
.hero-coa-rows b { color: #161a22; font-weight: 600; font-family: ui-monospace, Menlo, monospace; font-size: 12.5px; }
.hero-coa-pass {
  margin-top: 18px; padding: 14px 16px; background: rgba(59,125,255,0.08);
  border: 1px solid rgba(59,125,255,0.35); border-radius: 8px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
  position: relative; z-index: 2;
}
.hero-coa-pass-label { font-size: 9.5px; letter-spacing: .14em; text-transform: uppercase; color: #6b6452; font-weight: 600; }
.hero-coa-pass-val { font-family: var(--display); font-size: 19px; font-weight: 600; color: #0c1018; margin-top: 3px; }
.hero-coa-foot {
  margin-top: 18px; padding-top: 14px; border-top: 1px dashed #b9a981;
  display: flex; justify-content: space-between; align-items: center;
  position: relative; z-index: 2;
}
.hero-coa-sig { font-family: ui-monospace, Menlo, monospace; font-size: 11px; color: #2c2820; font-weight: 600; }
.hero-coa-date { font-size: 10px; color: #6b6452; margin-top: 2px; }
.hero-coa-pass-stamp {
  font-family: var(--display); font-weight: 800; font-size: 15px; letter-spacing: .18em;
  color: #1f6b48; border: 2.5px solid #1f6b48; padding: 6px 14px; border-radius: 6px;
  transform: rotate(-5deg);
}


/* ==========================================================================
   CHECKOUT SHIPPING OPTIONS
   ========================================================================== */
.shipping-options { margin-top: 18px; padding: 16px 18px; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius-sm); }
.shipping-options > label { display: block; margin-bottom: 12px; font-size: 13.5px; }
.ship-opt {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 10px;
  padding: 10px 12px; border: 1px solid var(--line); border-radius: 9px;
  cursor: pointer; transition: border-color .14s ease, background .14s ease;
  margin-bottom: 8px;
}
.ship-opt:hover { border-color: var(--blue); }
.ship-opt input[type="radio"] { margin-right: 8px; accent-color: var(--blue); }
.ship-opt-text { font-size: 14px; font-weight: 500; color: var(--ink); }
.ship-opt-text b, .ship-cost { color: var(--blue-bright); font-weight: 700; }
.ship-opt-note { flex-basis: 100%; font-size: 12px; color: var(--ink-faint); margin-left: 24px; }
.ship-opt:has(input:checked) { border-color: var(--blue); background: rgba(59,125,255,0.07); }

.checkout-grand {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-top: 10px; padding-top: 14px; border-top: 1px solid var(--line);
  font-size: 16px; color: var(--ink);
}
.checkout-grand strong { font-family: var(--display); font-size: 24px; color: var(--ink); }


/* ==========================================================================
   HERO QUALITY STATS PANEL (replaces hero COA)
   ========================================================================== */
.hero-stats {
  position: relative; aspect-ratio: 0.92/1; padding: 32px 36px;
  background: linear-gradient(160deg, #0f1730 0%, #0a1020 100%);
  border: 1px solid var(--blue-line);
  border-radius: 18px;
  display: flex; flex-direction: column;
  box-shadow: 0 30px 60px -28px rgba(0,0,0,.7), 0 0 0 1px rgba(59,125,255,.12);
}
.hero-stats-eyebrow {
  font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--blue-bright); font-weight: 700; margin-bottom: 28px;
}
.hero-stats-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 28px 32px;
  flex: 1; align-content: center;
}
.hero-stat {
  border-left: 2px solid var(--blue);
  padding: 6px 0 6px 16px;
}
.hero-stat-num {
  font-family: var(--display);
  font-size: 38px; font-weight: 600;
  color: #fff; line-height: 1;
  letter-spacing: -.02em;
}
.hero-stat-num small {
  font-size: 22px; font-weight: 500; color: var(--ink-soft);
  margin-left: 2px;
}
.hero-stat-label {
  font-size: 12.5px; color: var(--ink-soft);
  margin-top: 8px; line-height: 1.35;
}
.hero-stats-foot {
  margin-top: 28px; padding-top: 22px;
  border-top: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  gap: 14px;
  font-family: var(--display);
  font-size: 11px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--ink-soft); font-weight: 600;
}
.hero-stats-dot {
  width: 4px; height: 4px; border-radius: 50%; background: var(--blue);
  flex: none;
}
@media (max-width: 940px) {
  .hero-stats { aspect-ratio: auto; padding: 26px 28px; }
  .hero-stats-grid { gap: 22px; }
  .hero-stat-num { font-size: 32px; }
}


.tshirt-picker-img {
  display: block; width: 100%; max-width: 180px; margin: 0 auto 12px;
  background: var(--bg-3); border-radius: 8px; padding: 6px;
}


/* ===== FOOTER SIGNUP FORM (v28) ===== */
.footer-signup {
  margin: 32px 0 24px 0;
  padding: 26px 28px;
  background: linear-gradient(135deg, #11203F 0%, #1a2d52 100%);
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.08);
}
.signup-content { max-width: 580px; margin: 0 auto; text-align: center; }
.signup-headline {
  color: #fff;
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0 0 6px 0;
  letter-spacing: -0.01em;
}
.signup-sub {
  color: #9FB3D9;
  font-size: 0.92rem;
  margin: 0 0 18px 0;
  line-height: 1.5;
}
.signup-sub b {
  color: #fff;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  letter-spacing: 0.04em;
  background: rgba(59,125,255,0.2);
  padding: 1px 6px;
  border-radius: 4px;
  font-size: 0.88em;
}
.signup-form {
  display: flex;
  gap: 8px;
  max-width: 460px;
  margin: 0 auto;
}
.signup-form input[type="email"] {
  flex: 1;
  padding: 12px 16px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  color: #fff;
  font-size: 0.95rem;
  font-family: inherit;
  outline: none;
  transition: border-color 0.15s, background 0.15s;
}
.signup-form input[type="email"]::placeholder { color: #6F7E9C; }
.signup-form input[type="email"]:focus {
  border-color: #3B7DFF;
  background: rgba(59,125,255,0.1);
  box-shadow: 0 0 0 3px rgba(59,125,255,0.15);
}
.signup-form button {
  padding: 12px 20px;
  font-weight: 600;
  font-size: 0.95rem;
  white-space: nowrap;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
.signup-status {
  margin: 14px 0 0 0;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 500;
}
.signup-status.success {
  background: rgba(31,107,72,0.25);
  color: #b3f0cc;
  border: 1px solid rgba(31,107,72,0.5);
}
.signup-status.error {
  background: rgba(153,53,34,0.25);
  color: #ffd1c4;
  border: 1px solid rgba(153,53,34,0.5);
}
.signup-fineprint {
  color: #6F7E9C;
  font-size: 0.78rem;
  margin: 14px 0 0 0;
  line-height: 1.4;
}
@media (max-width: 600px) {
  .signup-form { flex-direction: column; }
  .signup-form button { width: 100%; }
  .footer-signup { padding: 20px 18px; }
  .signup-headline { font-size: 1.15rem; }
}


/* ===== DISCOUNT CODE / COUPON UI (v30) ===== */
.checkout-coupon {
  margin: 12px 0 6px 0;
  padding: 14px 0;
  border-top: 1px solid #e4ddc7;
  border-bottom: 1px solid #e4ddc7;
}
.coupon-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  color: #11203F;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}
.coupon-row {
  display: flex;
  gap: 6px;
}
.coupon-row input {
  flex: 1;
  padding: 8px 10px;
  border: 1px solid #d0c8a8;
  border-radius: 6px;
  font-size: 0.88rem;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: #FAF7EE;
  color: #0c1018;
  outline: none;
  transition: border-color 0.15s, background 0.15s;
}
.coupon-row input:focus {
  border-color: #3B7DFF;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(59,125,255,0.15);
}
.coupon-apply {
  padding: 8px 14px !important;
  font-size: 0.85rem !important;
  white-space: nowrap;
}
.coupon-status {
  margin: 8px 0 0 0;
  font-size: 0.78rem;
  padding: 6px 10px;
  border-radius: 5px;
}
.coupon-status.success {
  background: rgba(31,107,72,0.12);
  color: #1f6b48;
  border: 1px solid rgba(31,107,72,0.3);
}
.coupon-status.error {
  background: rgba(153,53,34,0.1);
  color: #993522;
  border: 1px solid rgba(153,53,34,0.3);
}
.checkout-discount {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  margin: 0;
  font-size: 0.95rem;
  color: #1f6b48;
  font-weight: 500;
}
.checkout-discount .discount-label {
  flex: 1;
}
.checkout-discount .discount-label small {
  background: rgba(31,107,72,0.12);
  padding: 1px 7px;
  border-radius: 4px;
  margin-left: 6px;
  font-family: ui-monospace, monospace;
  font-size: 0.75em;
  letter-spacing: 0.05em;
}
.checkout-discount .discount-amount {
  color: #1f6b48;
  font-weight: 700;
  margin-right: 8px;
}
.discount-remove {
  background: none;
  border: none;
  color: #5A5240;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 4px;
  opacity: 0.6;
  transition: opacity 0.15s;
}
.discount-remove:hover { opacity: 1; color: #993522; }
