:root {
  --bg: #080808;
  --bg-2: #101014;
  --panel: rgba(15, 15, 18, 0.92);
  --panel-2: rgba(20, 20, 24, 0.9);
  --line: rgba(255, 255, 255, 0.07);
  --line-strong: rgba(255, 255, 255, 0.12);
  --text: #f8f8f8;
  --muted: #aaa;
  --muted-strong: #efe7ec;
  --accent: #db266c;
  --accent-soft: rgba(219, 38, 108, 0.15);
  --accent-strong: #ff5a9e;
  --accent-glow: rgba(219, 38, 108, 0.08);
  --green: #107f38;
  --green-soft: rgba(0, 230, 118, 0.1);
  --warm: #ffd6e7;
  --danger: #e07070;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
  --radius-lg: 10px;
  --radius-md: 6px;
  --radius-sm: 3px;
  --mono: "DM Mono", monospace;
  --serif: "Cormorant Garamond", serif;
  --sans: "Outfit", sans-serif;
}

/* Light conversion refresh */
:root {
  --bg: #f5f1f5;
  --bg-2: #ebe5eb;
  --panel: rgba(255, 255, 255, 0.96);
  --panel-2: rgba(250, 247, 250, 0.98);
  --line: rgba(63, 43, 57, 0.12);
  --line-strong: rgba(63, 43, 57, 0.2);
  --text: #1d1820;
  --muted: #6d6370;
  --muted-strong: #2a212c;
  --accent: #c51f62;
  --accent-soft: rgba(197, 31, 98, 0.09);
  --accent-strong: #d92b72;
  --accent-glow: rgba(197, 31, 98, 0.05);
  --green: #0f7b39;
  --green-soft: rgba(15, 123, 57, 0.08);
  --warm: #fff4f8;
  --danger: #c65d73;
  --shadow: 0 24px 60px rgba(54, 34, 47, 0.08);
}

body {
  color: var(--text);
  background:
    linear-gradient(180deg, #f9f7f9 0%, #f5f1f5 40%, #f1ecef 100%);
}

.site-nav {
  background: rgba(249, 247, 249, 0.9);
  border-bottom-color: var(--line);
}

.nav-logo,
.nav-link,
.nav-link:visited {
  color: var(--text);
}

.nav-link--secondary {
  color: var(--muted);
}

.nav-link--support {
  border-color: rgba(197, 31, 98, 0.18);
  background: rgba(255, 255, 255, 0.72);
  color: var(--accent);
}

.nav-link--support:hover,
.nav-link--support:focus-visible {
  border-color: rgba(197, 31, 98, 0.32);
  background: rgba(197, 31, 98, 0.08);
  color: var(--text);
}

.express-form,
.summary-card,
.hero-compact {
  background: var(--panel);
  border-color: var(--line);
  box-shadow: var(--shadow);
}

.express-progress li,
.calculator-prefill,
.product-focus-card,
.quantity-panel,
.express-escape,
.promo-card,
.payment-detail,
.consent-card,
.delivery-estimate {
  background: var(--panel-2);
  border-color: var(--line);
}

.express-progress li {
  color: var(--muted);
}

.express-progress li.is-active {
  background: rgba(197, 31, 98, 0.08);
  border-color: rgba(197, 31, 98, 0.28);
}

.express-progress li.is-done {
  background: rgba(29, 24, 32, 0.04);
  border-color: rgba(63, 43, 57, 0.16);
}

.progress-copy span:last-child,
.panel-head p,
.field-hint,
.promo-card__head p,
.payment-detail p:last-child,
.product-focus-card p,
.express-escape p:last-child,
.delivery-estimate,
.summary-line span,
.summary-product p,
.summary-cta p,
.site-footer .footer-compliance,
.site-footer .footer-copyright {
  color: var(--muted);
}

.section-kicker,
.panel-step,
.calculator-prefill-label,
.summary-line strong,
.summary-line--total strong,
.summary-product h2,
.product-focus-card h3,
.quantity-panel__head h3,
.express-escape h3,
.promo-card__head h3,
.payment-detail h3,
.consent-card strong {
  color: var(--text);
}

.field label,
.summary-line span,
.payment-usdt-label,
.delivery-estimate,
.summary-total-value,
.site-footer .footer-links a,
.site-footer .footer-links a:visited {
  color: var(--muted);
}

.field input,
.field select,
.promo-row--express input,
#custom-qty {
  background: #fff;
  color: var(--text);
  border-color: rgba(63, 43, 57, 0.18);
}

.field input::placeholder,
.promo-row--express input::placeholder {
  color: #978d99;
}

.field input:focus,
.field select:focus,
.promo-row--express input:focus {
  border-color: rgba(197, 31, 98, 0.42);
  box-shadow: 0 0 0 3px rgba(197, 31, 98, 0.1);
}

.payment-option {
  background: #fff;
  border-color: rgba(63, 43, 57, 0.14);
  color: var(--text);
}

.payment-option:hover,
.payment-option:focus-visible {
  border-color: rgba(197, 31, 98, 0.28);
  background: #fff7fa;
}

.payment-option.is-selected {
  background: #fff2f7;
  border-color: rgba(197, 31, 98, 0.32);
}

.payment-option.is-selected strong,
.payment-option strong,
.payment-usdt-copy,
.consent-check span,
.summary-name,
#quantity-label,
#quantity-total,
#summary-total,
#summary-unit-price,
#summary-payment {
  color: var(--text);
}

.summary-card {
  background: rgba(255, 255, 255, 0.98);
}

.summary-line,
.summary-line--total,
.summary-lines,
.product-focus-card,
.quantity-panel,
.express-escape,
.promo-card,
.payment-detail,
.consent-card {
  border-color: var(--line);
}

.promo-apply,
.btn--primary,
.btn--submit {
  box-shadow: none;
}

.site-footer {
  background: rgba(255, 255, 255, 0.92);
  border-top: 1px solid var(--line);
}

@media (max-width: 900px) {
  .site-footer {
    background: #f9f7f9;
  }
}

.site-footer .footer-logo a,
.site-footer .footer-social a,
.site-footer .footer-social a:visited {
  color: var(--text);
}

.site-footer .footer-social a:hover,
.site-footer .footer-social a:focus-visible,
.site-footer .footer-links a:hover {
  color: var(--accent);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
}

html {
  touch-action: manipulation;
}

a,
button,
input,
select,
textarea {
  touch-action: manipulation;
}

body {
  font-family: var(--sans);
  color: var(--text);
  background-color: var(--bg);
  background-image: none;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

a:visited {
  color: inherit;
}

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

.express-page-shell {
  position: relative;
  overflow-x: hidden;
}

.express-page-shell::before,
.express-page-shell::after {
  display: none;
}

.site-nav,
.express-main {
  position: relative;
  z-index: 1;
}

.site-footer {
  position: relative;
  z-index: 0;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(16px, 2vw, 26px);
  padding: 18px clamp(20px, 3.5vw, 32px);
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(8, 8, 8, 0.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 28px);
  min-width: 0;
}

.nav-logo {
  display: flex;
  align-items: center;
  min-height: 46px;
  gap: 12px;
  font-family: var(--mono);
  font-size: clamp(19px, 1vw + 10px, 24px);
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  flex: 0 0 auto;
}

.nav-primary {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.7vw, 22px);
  min-width: 0;
}

.logo-mark {
  display: inline-flex;
  align-items: center;
  color: var(--accent);
  flex-shrink: 0;
}

.logo-mark svg {
  width: 26px;
  height: 19px;
}

.nav-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(16px, 1.8vw, 24px);
  flex: 0 1 auto;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  color: #fff;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s;
  padding: 0 2px;
  white-space: nowrap;
}

.nav-link--secondary {
  color: rgba(255, 255, 255, 0.82);
}

.nav-link--support {
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: var(--accent-strong);
}

.nav-link:hover,
.nav-link:focus-visible {
  color: #fff;
}

.nav-link--support:hover,
.nav-link--support:focus-visible {
  border-color: rgba(219, 38, 108, 0.28);
  background: rgba(219, 38, 108, 0.12);
  color: #fff;
}

.accent-word {
  color: var(--accent-strong);
}

.express-main {
  max-width: 1240px;
  margin: 0 auto;
  padding: 12px 24px 48px;
}

.express-form,
.summary-card {
  background: #0e0e0e;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.hero-compact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
  padding: 20px 28px;
  background: #0e0e0e;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}

.hero-compact h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: 400;
  line-height: 1.1;
  white-space: nowrap;
}

.hero-compact p {
  margin: 4px 0 0;
  font-size: 13px;
  color: var(--muted);
}

.hero-compact__signals {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.hero-compact__signals span {
  padding: 7px 12px;
  border-radius: 999px;
  background: #141414;
  border: 1px solid var(--line);
  font-size: 11px;
  font-family: var(--mono);
  letter-spacing: 0.04em;
  color: var(--muted-strong);
  white-space: nowrap;
}

.section-kicker,
.panel-step {
  margin: 0 0 10px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
}

.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  max-width: 1140px;
  gap: 28px;
  align-items: start;
  min-width: 0;
}

.express-form {
  padding: 28px;
  max-width: 100%;
  min-width: 0;
}

.summary-rail {
  position: sticky;
  top: 24px;
}

.summary-card {
  padding: 24px;
}

.express-progress {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 0 0 24px;
  list-style: none;
}

.express-progress li {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line-strong);
  background: #141414;
  color: var(--muted);
}

.express-progress li.is-active,
.express-progress li.is-done {
  border-color: rgba(219, 38, 108, 0.32);
  background: rgba(219, 38, 108, 0.08);
  color: var(--text);
}

.express-progress li.is-done {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.05);
}

.progress-index {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid currentColor;
  font-family: var(--mono);
  font-size: 12px;
}

.progress-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.progress-copy strong {
  font-size: 14px;
  font-weight: 600;
}

.progress-copy span:last-child {
  font-size: 12px;
}

/* ─── Calculator Prefill Panel ─── */
.calculator-prefill {
  border: 1px solid var(--accent-soft);
  background: var(--accent-glow);
  border-radius: var(--radius-lg);
  padding: 16px 20px;
  margin-bottom: 24px;
  animation: prefillIn 0.3s ease-out;
}
@keyframes prefillIn {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: translateY(0); }
}
.calculator-prefill-label {
  font-family: var(--mono, 'DM Mono', monospace);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}
.calculator-prefill-label svg { stroke: var(--accent); }
.calculator-prefill-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 4px;
}
.calculator-prefill-meta {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.55;
}
.calculator-prefill-edit {
  display: inline-block;
  margin-top: 8px;
  font-family: var(--mono, 'DM Mono', monospace);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--accent);
  text-decoration: none;
  text-transform: uppercase;
}
.calculator-prefill-edit:hover { text-decoration: underline; }

.step-panel {
  display: none;
}

.step-panel.is-active {
  display: block;
}

.step-panel + .step-panel {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.panel-head {
  margin-bottom: 22px;
}

.panel-head h1,
.panel-head h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 3vw, 2.7rem);
  font-weight: 400;
  line-height: 0.98;
}

.panel-head p:last-child {
  max-width: 54ch;
  margin: 10px 0 0;
  color: var(--muted-strong);
  line-height: 1.7;
}

.form-error-banner {
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  border: 1px solid #c23030;
  background: #fde7e7;
  color: #8a1c1c;
  font-weight: 500;
  line-height: 1.5;
}

.product-picker,
.product-focus-card,
.quantity-panel,
.checkout-guide-card,
.express-escape,
.privacy-note,
.payment-detail,
.trust-anchors,
.consent-card {
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: #141414;
}

.product-picker {
  margin-bottom: 18px;
  padding: 22px;
}

.checkout-guide-card {
  margin-top: 18px;
  padding: 22px;
}

.checkout-guide-card__eyebrow {
  display: inline-flex;
  margin-bottom: 10px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}

.checkout-guide-card h3 {
  margin: 0;
  font-size: 24px;
}

.checkout-guide-card p {
  margin: 10px 0 0;
  max-width: 54ch;
  color: var(--muted);
  line-height: 1.7;
  font-size: 13px;
}

.checkout-guide-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  margin-top: 14px;
}

.checkout-guide-card__links a,
.checkout-guide-card__links a:visited,
.summary-note a,
.summary-note a:visited {
  color: var(--accent);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.checkout-guide-card__links a:hover,
.checkout-guide-card__links a:focus-visible,
.summary-note a:hover,
.summary-note a:focus-visible {
  color: #ff7ba8;
  text-decoration: underline;
}

.product-picker__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

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

.product-picker__head p:last-child {
  margin: 0;
  max-width: 44ch;
  color: var(--muted);
  line-height: 1.7;
  font-size: 13px;
}

.product-picker__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.product-unavailable {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.product-unavailable__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.product-unavailable__head h4 {
  margin: 0;
  font-size: 18px;
}

.product-unavailable__head p {
  margin: 0;
  max-width: 52ch;
  color: var(--muted);
  line-height: 1.65;
  font-size: 13px;
}

.product-unavailable__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.product-select-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
  min-height: 208px;
  padding: 18px;
  border-radius: 8px;
  border: 1px solid var(--line-strong);
  background: #141414;
  color: var(--text);
  text-align: left;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.product-select-card:hover,
.product-select-card:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.24);
}

.product-select-card.is-selected {
  border-color: rgba(219, 38, 108, 0.5);
  background: rgba(219, 38, 108, 0.1);
  box-shadow: 0 0 0 1px rgba(219, 38, 108, 0.14), 0 18px 32px rgba(219, 38, 108, 0.14);
}

.product-select-card--pending .product-select-card__tag {
  background: rgba(255, 255, 255, 0.08);
  color: var(--warm);
}

.product-select-card__tag,
.product-select-card__brand {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-select-card__tag {
  display: inline-flex;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(219, 38, 108, 0.16);
  color: var(--warm);
}

.product-select-card__brand {
  color: var(--muted);
}

.product-select-card__title {
  font-size: 20px;
  line-height: 1.15;
}

.product-select-card__format {
  color: var(--muted-strong);
  line-height: 1.65;
  font-size: 14px;
}

.product-select-card__foot {
  margin-top: auto;
  display: flex;
  width: 100%;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.product-select-card__price {
  font-family: var(--mono);
  color: var(--accent);
  font-size: 14px;
}

.product-select-card__meta {
  color: var(--muted);
  font-size: 12px;
}

.product-stock-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 240px;
  padding: 18px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
    #111111;
}

.product-stock-card__status,
.product-stock-card__brand {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-stock-card__status {
  display: inline-flex;
  align-self: flex-start;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffd7d7;
}

.product-stock-card__brand {
  color: var(--muted);
}

.product-stock-card__title {
  font-size: 20px;
  line-height: 1.15;
}

.product-stock-card__format {
  color: var(--muted-strong);
  line-height: 1.6;
  font-size: 14px;
}

.product-stock-card__note {
  margin: 0;
  color: var(--muted-strong);
  line-height: 1.65;
  font-size: 14px;
}

.product-stock-card__foot {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.product-stock-card__price-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.product-stock-card__price {
  font-family: var(--mono);
  color: var(--muted-strong);
  font-size: 14px;
}

.product-stock-card__meta {
  color: var(--muted);
  font-size: 12px;
}

.product-stock-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(29, 190, 122, 0.28);
  background: rgba(29, 190, 122, 0.12);
  color: #e8fff3;
  text-decoration: none;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-stock-card__cta:hover,
.product-stock-card__cta:focus-visible {
  border-color: rgba(29, 190, 122, 0.48);
  background: rgba(29, 190, 122, 0.18);
}

.product-focus-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 18px 20px;
}

.product-focus-card img,
.summary-product img {
  border-radius: 8px;
  background: #141414;
  object-fit: contain;
}

.product-focus-card img {
  width: 72px;
  height: 72px;
}

.product-meta,
.product-microtrust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-proof,
.product-format,
.product-microtrust span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
}

.product-proof {
  background: var(--accent-soft);
  color: var(--warm);
}

.product-proof.is-pending {
  background: rgba(255, 255, 255, 0.08);
  color: var(--warm);
}

.product-format,
.product-microtrust span {
  background: rgba(255, 255, 255, 0.05);
  color: var(--muted-strong);
}

.product-focus-card h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 32px);
  font-weight: 400;
  line-height: 1.1;
}

.product-focus-card p {
  margin: 0;
  color: var(--muted-strong);
  line-height: 1.7;
}
.product-trust-line {
  margin: 6px 0 0;
  font-size: 13px;
  color: var(--muted);
  letter-spacing: 0.01em;
}
.volume-tiers {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.volume-tier {
  font-size: 13px;
  color: var(--muted);
  padding: 4px 10px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 6px;
}

.quantity-panel,
.promo-card,
.express-escape,
.payment-detail,
.consent-card,
.privacy-note {
  margin-top: 18px;
  padding: 22px;
}

.quantity-panel__head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
  margin-bottom: 16px;
}

.quantity-panel__head h3,
.promo-card__head h3,
.express-escape h3,
.payment-detail h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 32px);
  font-weight: 400;
  line-height: 1.1;
}

.promo-card__head p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.6;
  font-size: 13px;
}

.quantity-live {
  text-align: right;
}

.quantity-total-line {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.quantity-live span {
  display: block;
  font-size: 13px;
  color: var(--muted);
}

.quantity-live strong {
  margin-top: 4px;
  font-size: 22px;
  color: var(--accent);
}

.quantity-discount {
  margin-top: 4px;
  color: #7fe2a0;
  font-size: 22px;
  font-weight: 600;
}

.quantity-total-line #quantity-total {
  color: var(--accent);
}

.quantity-total-line #quantity-discount {
  color: #7fe2a0;
}

.quantity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.quantity-card {
  min-height: 170px;
  padding: 18px 16px;
  border-radius: 8px;
  border: 1px solid var(--line-strong);
  background: #141414;
  color: var(--text);
  text-align: left;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.quantity-card:hover,
.quantity-card:focus-visible {
  transform: translateY(-1px);
  border-color: var(--line-strong);
}

.quantity-card.is-selected {
  border-color: rgba(219, 38, 108, 0.4);
  background: rgba(219, 38, 108, 0.1);
  box-shadow: 0 0 0 1px rgba(219, 38, 108, 0.12);
}

.quantity-card__badge {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--accent-strong);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.quantity-card__qty {
  display: block;
  font-size: 28px;
  font-weight: 600;
}

.quantity-card__label,
.quantity-card__meta {
  display: block;
  color: var(--muted);
}

.quantity-card__price {
  display: block;
  margin-top: 14px;
  font-family: var(--mono);
  font-size: 16px;
  color: var(--accent);
}

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

.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.field--full {
  grid-column: 1 / -1;
}

.field label {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: var(--muted);
}

.field--quantity label {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: var(--muted);
}

.field-optional {
  color: var(--muted);
  font-size: 12px;
}

.field input,
.field select {
  width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: #141414;
  color: var(--text);
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.field input::placeholder {
  font: inherit;
  color: var(--muted);
}

.field input:focus,
.field select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(219, 38, 108, 0.08);
  background: #0e0e0e;
}

.field input.is-invalid,
.field select.is-invalid,
.consent-card.is-invalid {
  border-color: rgba(255, 142, 142, 0.48);
  box-shadow: 0 0 0 4px rgba(255, 142, 142, 0.12);
}

.field input.is-valid,
.field select.is-valid {
  border-color: rgba(38, 161, 123, 0.45);
}

.field-hint,
.submit-note {
  margin: 0;
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1.6;
  color: var(--muted);
}

.field-error {
  min-height: 18px;
  font-family: var(--sans);
  font-size: 12px;
  color: #ffb4b4;
}

.promo-row--express {
  display: flex;
  align-items: stretch;
  gap: 10px;
  margin-top: 16px;
}

.promo-row--express input {
  width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: #141414;
  color: var(--text);
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.promo-row--express input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(219, 38, 108, 0.08);
  background: #0e0e0e;
}

.promo-row--express input:disabled {
  color: var(--muted-strong);
  opacity: 1;
}

.promo-apply {
  min-width: 92px;
  min-height: 54px;
  padding: 0 14px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--accent);
  background: rgba(219, 38, 108, 0.12);
  color: var(--accent-strong);
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.promo-apply:hover,
.promo-apply:focus-visible {
  border-color: var(--accent-strong);
  background: rgba(219, 38, 108, 0.18);
}

.promo-apply:disabled {
  cursor: wait;
  opacity: 0.75;
}

.promo-apply.is-applied {
  border-color: rgba(16, 127, 56, 0.5);
  background: rgba(16, 127, 56, 0.12);
  color: #7fe2a0;
}

.promo-msg {
  min-height: 18px;
  margin-top: 12px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.04em;
}

.promo-msg.ok {
  color: #7fe2a0;
}

.promo-msg.err {
  color: #ffb4b4;
}

.promo-meta {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.6;
  color: var(--muted);
}

.field--quantity {
  margin-top: 16px;
}

.quantity-control-row {
  display: flex;
  flex-direction: column-reverse;
  align-items: stretch;
  gap: 12px;
}

.quantity-cta {
  margin-top: 20px;
  text-align: center;
}

.btn--add-to-cart {
  width: 100%;
  gap: 10px;
}

.btn--add-to-cart span {
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}

.qty-custom-wrap {
  display: inline-grid;
  grid-template-columns: 48px minmax(90px, 1fr) 48px;
  gap: 8px;
  max-width: 260px;
}

.qty-adjust {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #141414;
  color: var(--text);
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}

.qty-adjust:hover,
.qty-adjust:focus-visible {
  border-color: var(--line-strong);
}

#custom-qty {
  text-align: center;
}

.express-escape {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.express-escape p:last-child {
  margin: 8px 0 0;
  color: var(--muted);
}

.wa-shortcut,
.summary-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #1dbe7a, #149760);
  color: #f7fff9;
  text-decoration: none;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}

.wa-shortcut,
.wa-shortcut:link,
.wa-shortcut:visited,
.wa-shortcut:hover,
.wa-shortcut:focus-visible,
.wa-shortcut:active,
.summary-wa,
.summary-wa:link,
.summary-wa:visited,
.summary-wa:hover,
.summary-wa:focus-visible,
.summary-wa:active {
  color: #f7fff9 !important;
  -webkit-text-fill-color: #f7fff9;
}

.wa-shortcut *,
.summary-wa * {
  color: inherit !important;
  -webkit-text-fill-color: inherit;
}

.wa-shortcut svg,
.summary-wa svg {
  fill: currentColor !important;
}

.wa-shortcut:hover,
.wa-shortcut:focus-visible,
.summary-wa:hover,
.summary-wa:focus-visible {
  filter: brightness(1.06);
}

.wa-shortcut__icon,
.wa-shortcut__icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.delivery-estimate:not([hidden]) {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(219, 38, 108, 0.09);
  border: 1px solid rgba(219, 38, 108, 0.2);
  color: var(--muted-strong);
}

.delivery-estimate__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--accent);
}

.privacy-note {
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted-strong);
}

.payment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.payment-grid--tight {
  margin-top: 4px;
}

.payment-option {
  display: flex;
  gap: 14px;
  align-items: center;
  width: 100%;
  padding: 18px 16px;
  border-radius: 8px;
  border: 1px solid var(--line-strong);
  background: #141414;
  color: var(--text);
  text-align: left;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.payment-option:hover,
.payment-option:focus-visible {
  transform: translateY(-1px);
  border-color: var(--line-strong);
}

.payment-option.is-selected {
  border-color: rgba(219, 38, 108, 0.4);
  background: rgba(219, 38, 108, 0.1);
  box-shadow: 0 0 0 1px rgba(219, 38, 108, 0.12);
}

.payment-option.is-selected strong {
  color: var(--accent-strong);
}

.payment-option--square {
  display: grid;
  grid-template-rows: 22px 18px;
  justify-items: center;
  align-content: center;
  min-height: 76px;
  padding: 12px 8px;
  gap: 8px;
  text-align: center;
}

.payment-option__emoji {
  display: block;
  font-size: 18px;
  line-height: 1;
}

.payment-option--square .payment-icon {
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 0;
  background: transparent;
}

.payment-option--square strong {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 18px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.payment-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  border-radius: var(--radius-md);
  background: #141414;
  font-family: var(--mono);
  font-size: 16px;
}

.payment-icon--usdt {
  color: #26a17b;
}

.payment-icon--usdt svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.payment-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.payment-copy strong {
  font-size: 15px;
}

.payment-copy span:last-child {
  font-size: 12px;
  color: var(--muted);
}

.payment-detail {
  display: none;
}

.payment-detail.is-visible {
  display: block;
}

.payment-detail p:last-child {
  margin: 10px 0 0;
  color: var(--muted-strong);
  line-height: 1.7;
}

.payment-usdt-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.payment-usdt-label {
  color: var(--muted);
}

.payment-detail--usdt h3,
.payment-highlight {
  color: var(--accent);
}

.payment-highlight {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid rgba(219, 38, 108, 0.24);
  background: rgba(219, 38, 108, 0.1);
  color: var(--accent-strong);
  font-family: var(--sans);
  font-size: clamp(21px, 2vw, 24px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1, "lnum" 1;
}

.payment-usdt-note {
  color: var(--muted-strong);
}

.trust-anchors {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
  padding: 22px;
}

.trust-anchor strong {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
}

.trust-anchor span {
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
}

.consent-card {
  margin-top: 18px;
}

.consent-check {
  display: flex;
  gap: 12px;
  align-items: start;
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted-strong);
}

.consent-check input {
  margin-top: 4px;
}

.consent-check a {
  color: var(--accent-strong);
}

.consent-check a:visited {
  color: var(--accent-strong);
}

.cf-turnstile {
  margin-top: 18px;
}

.panel-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 22px;
}

.panel-actions--submit {
  align-items: stretch;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
}

.btn--primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 14px 34px rgba(219, 38, 108, 0.24);
}

.btn--primary:hover,
.btn--primary:focus-visible {
  background: #ff0060;
  transform: translateY(-1px);
}

.btn--ghost {
  border-color: var(--line);
  background: transparent;
  color: var(--text);
}

.btn--submit {
  flex: 1 1 auto;
  gap: 10px;
}

#submit-total {
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}

.submit-cart-discount {
  display: none;
  margin: 10px 0 0;
  color: #7fe2a0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

.summary-product {
  display: flex;
  gap: 14px;
  align-items: center;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.summary-product h2 {
  margin: 0;
  font-size: 24px;
}

.summary-product p {
  margin: 6px 0 0;
  color: var(--muted);
}

.summary-lines {
  display: grid;
  gap: 12px;
}

.summary-line {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 14px;
  color: var(--muted-strong);
}

/* Browser default [hidden] is display:none, but .summary-line sets display:flex
   which overrides it. Restore hidden-attribute semantics for this row so the
   phantom "Promo -AED 0" line doesn't show before a real promo is applied. */
.summary-line[hidden] {
  display: none !important;
}

.summary-line strong {
  color: var(--text);
  text-align: right;
}

#summary-promo {
  color: #7fe2a0;
}

.summary-line--total {
  margin-top: 6px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-size: 16px;
  align-items: center;
}

.summary-total-value {
  font-family: var(--sans) !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: #1d1820 !important;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
  max-width: 100%;
}

.summary-line--total strong {
  color: var(--accent);
  line-height: 1;
  font-family: var(--sans);
  font-size: clamp(26px, 2vw, 32px);
  font-weight: 600;
  letter-spacing: 0;
}

.summary-total-discount {
  color: #7fe2a0;
  font-family: var(--sans) !important;
  font-size: 13px !important;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0 !important;
  text-align: right;
  text-transform: none !important;
  white-space: normal;
}

.summary-cta {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* ═══════════════════════════════════════════════════
   ORDER ITEMS (Step 1 multi-product list)
   ═══════════════════════════════════════════════════ */

.order-items-panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 6px;
  margin-top: 4px;
}

.order-items-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.order-item {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  grid-template-areas:
    "image info  total"
    "image qty   remove";
  column-gap: 18px;
  row-gap: 10px;
  padding: 20px;
  border-radius: var(--radius-md);
  position: relative;
  transition: background 0.15s ease;
}

.order-item + .order-item {
  border-top: 1px solid var(--line);
}

.order-item:hover {
  background: var(--accent-glow);
}

.order-item__image {
  grid-area: image;
  width: 72px;
  height: 72px;
  object-fit: contain;
  background: var(--bg-2);
  border-radius: var(--radius-sm);
  align-self: start;
}

.order-item__info {
  grid-area: info;
  min-width: 0;
}

.order-item__name {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.15;
  color: var(--text);
  margin: 0 0 4px;
  letter-spacing: -0.01em;
  text-wrap: balance;
}

.order-item__variant {
  font-family: var(--sans);
  font-size: 13px;
  color: var(--muted);
  margin: 0 0 6px;
  line-height: 1.45;
}

.order-item__unit {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0;
}

.order-item__qty {
  grid-area: qty;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  padding: 2px;
  background: #fff;
  width: max-content;
  align-self: end;
}

.order-item__qty button {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 0;
  background: transparent;
  color: var(--text);
  font-family: var(--mono);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease, color 0.15s ease;
}

.order-item__qty button:hover {
  background: var(--accent);
  color: #fff;
}

.order-item__qty button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.order-item__qty-value {
  min-width: 28px;
  text-align: center;
  font-family: var(--mono);
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  padding: 0 6px;
}

.order-item__total {
  grid-area: total;
  align-self: start;
  text-align: right;
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.005em;
  white-space: nowrap;
  font-variant-numeric: lining-nums tabular-nums;
}

/* Mobile-only running-total bar above the submit button. Hidden on desktop
   where .summary-rail handles this. */
.mobile-total-bar {
  display: none;
}
@media (max-width: 1080px) {
  #order-form:has(#order-items-empty:not([hidden])) .mobile-total-bar {
    display: none;
  }
  .mobile-total-bar {
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: var(--accent-soft);
    border-radius: var(--radius-md);
    padding: 16px 18px;
    margin: 20px 0 14px;
  }
  .mobile-total-bar__row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
  }
  .mobile-total-bar__label {
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--muted);
  }
  .mobile-total-bar__value {
    font-family: var(--sans);
    font-size: 15px;
    font-weight: 700;
    color: var(--text);
    font-variant-numeric: lining-nums tabular-nums;
    text-align: right;
  }
  .mobile-total-bar__value--free {
    font-size: 13px;
    font-weight: 600;
    color: var(--text);
  }
  .mobile-total-bar__row--total {
    margin-top: 4px;
    padding-top: 10px;
    border-top: 1px solid rgba(197, 31, 98, 0.18);
    align-items: center;
  }
  .mobile-total-bar__row--total .mobile-total-bar__label {
    color: var(--text);
    font-size: 11px;
  }
  .mobile-total-bar__value--total {
    font-family: var(--sans);
    font-size: 24px;
    font-weight: 700;
    color: var(--accent);
    letter-spacing: -0.01em;
    line-height: 1;
    font-variant-numeric: lining-nums tabular-nums;
  }
  .mobile-total-bar__savings {
    margin: 2px 0 0;
    color: #0a8047;
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.01em;
    font-variant-numeric: lining-nums tabular-nums;
    text-align: right;
  }
  /* Desktop summary-rail stays hidden on mobile (defined elsewhere). The
     submit-cart-discount duplicate becomes redundant with the bar, hide it. */
  .submit-cart-discount {
    display: none !important;
  }
}

.order-item__remove {
  grid-area: remove;
  justify-self: end;
  align-self: end;
  background: transparent;
  border: 0;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 6px 10px;
  cursor: pointer;
  border-radius: var(--radius-sm);
  transition: color 0.15s ease, background 0.15s ease;
}

.order-item__remove:hover {
  color: var(--accent);
  background: var(--accent-soft);
}

.order-items-add {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 10px 6px 6px;
  padding: 16px 20px;
  border: 1px dashed var(--line-strong);
  border-radius: var(--radius-md);
  text-decoration: none;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}

.order-items-add[hidden] {
  display: none;
}

.order-items-add:hover {
  border-color: var(--accent);
  color: var(--accent);
  background: var(--accent-soft);
}

.order-items-add__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid currentColor;
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 600;
}

.order-items-empty {
  padding: 56px 24px;
  text-align: center;
}

.order-items-empty p {
  font-family: var(--serif);
  font-size: 22px;
  color: var(--text);
  margin: 0 0 18px;
}

.order-items-empty__cta {
  display: inline-block;
  padding: 12px 26px;
  background: var(--accent);
  color: #fff;
  text-decoration: none;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: var(--radius-md);
  transition: background 0.15s ease, transform 0.15s ease;
}

.order-items-empty__cta:hover {
  background: var(--accent-strong);
  transform: translateY(-1px);
}

@media (max-width: 640px) {
  .order-item {
    grid-template-columns: 56px 1fr;
    grid-template-areas:
      "image info"
      "image total"
      "qty   remove";
    column-gap: 14px;
    padding: 16px;
  }

  .order-item__image {
    width: 56px;
    height: 56px;
  }

  .order-item__name {
    font-size: 19px;
  }

  .order-item__total {
    font-size: 19px;
    align-self: start;
    text-align: left;
  }

  .order-item__qty {
    justify-self: start;
  }

  .order-items-add {
    padding: 14px 16px;
    font-size: 10px;
  }
}

/* ═══════════════════════════════════════════════════
   SUMMARY RAIL REFRESH
   ═══════════════════════════════════════════════════ */

.summary-card__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: 16px;
  margin-bottom: 4px;
  border-bottom: 1px solid var(--line);
}

.summary-card__label {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.summary-card__count {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--text);
  letter-spacing: 0.04em;
}

.summary-line__free {
  color: var(--green);
  font-weight: 600;
  font-size: 13px;
}

.summary-total-block {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 16px;
  padding: 18px 20px;
  background: var(--accent-soft);
  border-radius: var(--radius-md);
}

.summary-total-block__label {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text);
}

.summary-total-block__value {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}

.summary-total-block__value strong {
  font-family: var(--sans);
  font-size: 28px;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: -0.01em;
  line-height: 1;
  font-variant-numeric: lining-nums tabular-nums;
}

.summary-trust {
  margin: 18px 0 0;
  padding: 14px 0 0;
  list-style: none;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.summary-trust li {
  position: relative;
  padding-left: 16px;
  font-size: 12px;
  line-height: 1.45;
  color: var(--muted-strong);
  letter-spacing: 0.01em;
}
.summary-trust li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7fe2a0;
}

.summary-cart-discount {
  margin: 0;
  min-height: 18px;
  color: #7fe2a0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

.summary-note {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.summary-note strong {
  display: block;
  font-size: 14px;
}

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

.summary-wa {
  width: 100%;
  margin-top: 18px;
}

.site-footer {
  max-width: 1240px;
  margin: 0 auto;
  padding: 36px 24px 28px;
  border-top: 1px solid var(--line);
  text-align: left;
  color: var(--muted);
  font-size: 13px;
}

.site-footer .footer-logo {
  margin-bottom: 18px;
}

.site-footer .footer-logo a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--text);
  font-family: var(--mono);
  font-size: clamp(15px, 0.7vw + 12px, 18px);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px 18px;
  margin-bottom: 22px;
}

.site-footer .footer-links a {
  color: var(--muted);
  text-decoration: none;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  padding: 12px 8px;
  min-height: 48px;
  line-height: 1.3;
}

.site-footer .footer-links a:visited {
  color: var(--muted);
}

.site-footer .footer-links a:hover {
  color: var(--accent-strong);
}

.site-footer .footer-bottom {
  max-width: 760px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.site-footer .footer-social {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.site-footer .footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  color: var(--muted);
  transition: color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.site-footer .footer-social a:visited {
  color: var(--muted);
}

.site-footer .footer-social a:hover,
.site-footer .footer-social a:focus-visible {
  color: var(--accent-strong);
  border-color: rgba(219, 38, 108, 0.45);
  transform: translateY(-1px);
}

.site-footer .footer-social svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.site-footer .footer-compliance {
  max-width: none;
  margin-bottom: 8px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-transform: uppercase;
}

.site-footer .footer-copyright {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (min-width: 1101px) {
  .express-main {
    max-width: 1360px;
    padding: 18px 28px 56px;
  }

  .checkout-layout {
    grid-template-columns: minmax(0, 1fr) 380px;
    max-width: 1260px;
    gap: 36px;
  }

  .express-form {
    padding: 34px;
  }

  .summary-card {
    padding: 28px;
  }

  .panel-step {
    font-size: 13px;
  }

  .panel-head {
    margin-bottom: 28px;
  }

  .panel-head h1,
  .panel-head h2 {
    font-size: clamp(2.4rem, 3.4vw, 3.2rem);
  }

  .panel-head p:last-child,
  .product-focus-card p,
  .payment-detail p:last-child,
  .express-escape p:last-child,
  .promo-card__head p,
  .promo-meta,
  .field-hint,
  .submit-note,
  .summary-note,
  .summary-shipping,
  .footer-compliance {
    font-size: 17px;
  }

  .product-focus-card {
    gap: 18px;
    padding: 22px 24px;
  }

  .product-focus-card img {
    width: 82px;
    height: 82px;
  }

  .product-focus-card h3 {
    font-size: 36px;
  }

  .quantity-panel,
  .checkout-guide-card,
  .promo-card,
  .express-escape,
  .payment-detail,
  .consent-card,
  .privacy-note {
    padding: 26px;
  }

  .quantity-panel__head h3,
  .checkout-guide-card h3,
  .promo-card__head h3,
  .express-escape h3,
  .payment-detail h3 {
    font-size: 29px;
  }

  .quantity-live span,
  .field label,
  .summary-line span,
  .summary-note strong,
  .delivery-estimate,
  .promo-msg {
    font-size: 14px;
  }

  .quantity-panel__head .quantity-live span {
    font-size: 17px;
  }

  .quantity-live strong,
  .quantity-discount {
    font-size: 27px;
  }

  .qty-custom-wrap {
    grid-template-columns: 56px minmax(116px, 1fr) 56px;
    max-width: 300px;
  }

  .qty-adjust,
  .field input,
  .field select {
    min-height: 60px;
  }

  #custom-qty {
    font-size: 20px;
    font-weight: 600;
  }

  .field input,
  .field select {
    font-size: 16px;
  }

  .payment-option--square {
    min-height: 86px;
    padding: 14px 10px;
  }

  .payment-option__emoji {
    font-size: 22px;
  }

  .payment-option--square .payment-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
  }

  .payment-option--square strong {
    font-size: 16px;
  }

  .wa-shortcut,
  .summary-wa,
  .btn--primary {
    min-height: 60px;
    font-size: 18px;
  }

  .summary-product h2 {
    font-size: 29px;
  }

  .summary-product p {
    font-size: 16px;
  }

  .summary-line {
    font-size: 14px;
  }

  .summary-line strong {
    font-size: 15px;
  }

  .summary-line--total {
    font-size: 15px;
  }

  .summary-total-discount {
    font-size: 12px !important;
  }

  .summary-line--total strong,
  #submit-total,
  .product-stock-card__note,
  .product-stock-card__price,
  .product-stock-card__meta {
    font-size: 15px;
  }

  .summary-note strong {
    font-size: 17px;
  }

  .summary-note p,
  #summary-shipping-note {
    font-size: 16px;
  }

  .footer-links a,
  .footer-copyright {
    font-size: 11px;
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1080px) {
  .checkout-layout {
    grid-template-columns: 1fr;
    max-width: 680px;
  }

  .summary-rail {
    display: none;
  }

  .submit-cart-discount {
    display: block;
  }
}

@media (max-width: 860px) {
  .hero-compact {
    flex-direction: column;
    align-items: start;
  }

  .hero-compact__signals {
    justify-content: flex-start;
  }

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

  .express-escape {
    flex-direction: column;
  }

  .field-grid,
  .trust-anchors,
  .quantity-grid,
  .product-picker__grid {
    grid-template-columns: 1fr;
  }

  .payment-grid--tight {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .product-focus-card {
    justify-items: start;
  }

  .express-escape {
    align-items: start;
  }

  .express-progress {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .site-nav {
    flex-wrap: nowrap;
    gap: 10px;
    height: 68px;
    padding: 0 16px;
  }

  .nav-brand {
    gap: 10px;
  }

  .nav-logo {
    font-size: 16px;
    gap: 10px;
    letter-spacing: 0.11em;
  }

  .logo-mark svg {
    width: 20px;
    height: 15px;
  }

  .nav-primary {
    display: none;
  }

  .nav-right {
    width: auto;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 0;
    border-top: 0;
  }

  .nav-link {
    font-size: 11px;
    letter-spacing: 0.1em;
    min-height: 32px;
  }

  .nav-link--secondary {
    display: none;
  }

  .nav-link--support {
    min-height: 40px;
    padding: 0 14px;
  }
}

@media (max-width: 640px) {

  .express-main {
    padding: 8px 16px 34px;
  }

  .hero-compact,
  .express-form,
  .summary-card {
    border-radius: var(--radius-lg);
  }

  .hero-compact {
    padding: 16px 18px;
  }

  .hero-compact h1 {
    font-size: 1.4rem;
    white-space: normal;
  }

  .hero-compact__signals span {
    font-size: 10px;
    padding: 5px 10px;
  }

  .express-form,
  .summary-card,
  .product-picker,
  .quantity-panel,
  .express-escape,
  .payment-detail,
  .trust-anchors,
  .consent-card,
  .privacy-note {
    padding: 18px;
  }


  .panel-head h1,
  .panel-head h2 {
    font-size: 1.625rem;
    line-height: 1.05;
  }

  .step-panel + .step-panel {
    margin-top: 28px;
    padding-top: 24px;
  }

  .checkout-layout {
    max-width: none;
  }

  .product-focus-card h3,
  .quantity-panel__head h3,
  .express-escape h3,
  .payment-detail h3,
  .summary-product h2 {
    font-size: 20px;
  }

  .panel-actions {
    flex-direction: column;
  }

  .btn,
  .wa-shortcut,
  .summary-wa {
    width: 100%;
  }

  .site-nav {
    gap: 10px;
    height: 64px;
    padding: 0 14px;
  }

  .nav-logo {
    min-height: 40px;
    font-size: 15px;
    gap: 10px;
    letter-spacing: 0.11em;
  }

  .logo-mark svg {
    width: 20px;
    height: 15px;
  }

  .nav-link--support {
    min-height: 38px;
    padding: 0 12px;
    font-size: 10px;
    letter-spacing: 0.08em;
  }

  .product-picker__head {
    gap: 8px;
    margin-bottom: 14px;
  }

  .product-picker__head h3 {
    font-size: 20px;
  }

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

  .product-unavailable__head p {
    font-size: 12px;
    line-height: 1.6;
  }

  .product-picker__head p:last-child {
    font-size: 12px;
    line-height: 1.6;
  }

  .product-select-card {
    min-height: auto;
    padding: 16px;
    gap: 8px;
  }

  .product-select-card__title {
    font-size: 18px;
  }

  .product-select-card__format {
    font-size: 13px;
    line-height: 1.55;
  }

  .product-select-card__foot {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

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

  .product-stock-card {
    min-height: auto;
    padding: 16px;
    gap: 8px;
  }

  .product-stock-card__title {
    font-size: 18px;
  }

  .product-stock-card__format,
  .product-stock-card__note {
    font-size: 13px;
    line-height: 1.55;
  }

  .product-stock-card__foot {
    gap: 10px;
  }

  .product-stock-card__cta {
    width: 100%;
  }

  .product-focus-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px;
  }

  .product-focus-card img {
    width: 64px;
    height: 64px;
  }

  .product-focus-card h3 {
    margin: 10px 0 4px;
    font-size: 24px;
  }

  .product-focus-card p {
    font-size: 14px;
    line-height: 1.6;
  }

  .product-proof,
  .product-format,
  .product-microtrust span {
    font-size: 11px;
    padding: 6px 10px;
  }

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

  .quantity-live {
    text-align: left;
  }

  .quantity-total-line {
    justify-content: flex-start;
  }

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

  .promo-row--express {
    flex-direction: column;
  }

  .promo-apply {
    width: 100%;
  }

  .quantity-card {
    min-height: auto;
    padding: 16px;
  }

  .quantity-card__qty {
    font-size: 24px;
  }

  .quantity-card__price {
    margin-top: 10px;
    font-size: 15px;
  }

  .field-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .payment-grid--tight {
    gap: 8px;
  }

  .payment-option--square {
    grid-template-rows: 20px 16px;
    min-height: 64px;
    padding: 10px 6px;
  }

  .payment-option__emoji {
    font-size: 16px;
  }

  .payment-option--square .payment-icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
  }

  .payment-option--square strong {
    min-height: 16px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.04em;
  }

  .qty-custom-wrap {
    width: 100%;
    max-width: none;
    grid-template-columns: 52px minmax(0, 1fr) 52px;
  }

  .qty-adjust,
  #custom-qty {
    min-height: 56px;
  }

  #custom-qty {
    font-size: 20px;
  }

  .express-escape {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .express-escape p:last-child,
  .privacy-note,
  .payment-detail p:last-child,
  .trust-anchor span,
  .consent-check {
    font-size: 13px;
    line-height: 1.6;
  }

  .express-main {
    padding-bottom: 28px;
  }

  .site-footer {
    padding: 24px 16px 18px;
  }

  .site-footer .footer-links {
    gap: 10px 14px;
    margin-bottom: 18px;
  }

  .site-footer .footer-bottom {
    padding-top: 18px;
  }

  .site-footer .footer-social a {
    width: 40px;
    height: 40px;
  }
  
  .panel-head h1,
  .panel-head h2,
  .product-picker__head h3,
  .product-unavailable__head h4,
  .product-select-card__title,
  .product-stock-card__title,
  .product-focus-card h3,
  .quantity-panel__head h3,
  .promo-card__head h3,
  .express-escape h3,
  .payment-detail h3,
  .summary-product h2 {
    font-family: var(--sans);
    font-weight: 500;
    letter-spacing: 0;
  }
}

@media (min-width: 641px) {
  .panel-head h1,
  .panel-head h2,
  .product-picker__head h3,
  .product-unavailable__head h4,
  .product-select-card__title,
  .product-stock-card__title,
  .product-focus-card h3,
  .quantity-panel__head h3,
  .promo-card__head h3,
  .express-escape h3,
  .payment-detail h3,
  .summary-product h2 {
    font-family: var(--sans);
    font-weight: 500;
    letter-spacing: 0;
  }
}

@media (min-width: 901px) {
  .quantity-panel__head {
    margin-bottom: 8px;
  }

  .quantity-control-row {
    flex-direction: row;
    align-items: center;
    gap: 22px;
  }

  .quantity-live {
    min-width: 0;
    margin-left: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    text-align: left;
    white-space: nowrap;
  }

  .quantity-live span {
    display: inline;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: var(--muted-strong);
  }

  .quantity-total-line {
    gap: 10px;
    align-items: center;
    flex-wrap: nowrap;
  }

  .quantity-live strong {
    margin-top: 0;
    font-size: 28px;
    line-height: 1;
  }

  .quantity-discount {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    color: #7fe2a0;
    white-space: nowrap;
  }

  .quantity-total-line #quantity-discount {
    color: #7fe2a0;
  }

  .field--quantity {
    margin-top: 6px;
    max-width: none;
  }

  .field--quantity label {
    margin-bottom: 2px;
  }

  .qty-custom-wrap {
    flex: 0 0 320px;
    max-width: 320px;
    gap: 8px;
  }

  .qty-adjust,
  #custom-qty {
    min-height: 50px;
  }

  #custom-qty {
    font-size: 26px;
    font-weight: 600;
  }

  .field--quantity .field-hint {
    margin-top: 4px;
  }
}

/* Final light checkout overrides */
body {
  background: linear-gradient(180deg, #f9f7f9 0%, #f4f0f3 45%, #f1ecef 100%);
  color: #1d1820;
}

.express-page-shell {
  background: transparent;
}

.express-page-shell::before,
.express-page-shell::after {
  display: none;
}

.site-nav {
  height: 80px;
  gap: clamp(14px, 1.6vw, 22px);
  padding: 0 clamp(20px, 3.5vw, 40px);
  background: rgba(8, 8, 8, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 28px rgba(8, 8, 8, 0.16);
  backdrop-filter: blur(12px);
}

.nav-logo,
.nav-logo:link,
.nav-logo:visited,
.nav-link,
.nav-link:visited {
  color: rgba(255, 255, 255, 0.98);
}

.nav-brand {
  gap: clamp(14px, 1.6vw, 22px);
}

.nav-logo {
  gap: 12px;
  font-size: clamp(19px, 1vw + 10px, 24px);
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #f8f4f8 !important;
  -webkit-text-fill-color: #f8f4f8;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.01);
}

.logo-mark {
  color: #db266c !important;
  -webkit-text-fill-color: #db266c;
}

.logo-mark svg {
  width: 26px;
  height: 19px;
}

.nav-link--secondary {
  color: rgba(255, 255, 255, 0.84);
}

.nav-primary .nav-link {
  min-height: 46px;
}

.nav-link--support {
  color: #fff;
  border-color: #c51f62;
  background: #c51f62;
  min-height: 46px;
  padding: 0 18px;
}

.nav-link--support:hover,
.nav-link--support:focus-visible {
  color: #fff;
  border-color: #b81d5a;
  background: #b81d5a;
}

.nav-link--secondary:hover,
.nav-link--secondary:focus-visible {
  color: #fff;
}

.express-main {
  background: transparent;
}

.express-form,
.summary-card {
  background: rgba(255, 255, 255, 0.98) !important;
  border: 1px solid rgba(63, 43, 57, 0.12) !important;
  box-shadow: 0 24px 60px rgba(54, 34, 47, 0.08) !important;
}

.calculator-prefill,
.product-focus-card,
.quantity-panel,
.checkout-guide-card,
.express-escape,
.promo-card,
.payment-detail,
.trust-anchors,
.consent-card,
.delivery-estimate,
.express-progress li,
.product-select-card,
.product-stock-card,
.quantity-card,
.qty-adjust,
.payment-option,
.payment-icon {
  background: #faf7f8 !important;
  border-color: rgba(63, 43, 57, 0.12) !important;
  color: #1d1820;
}

.express-progress li.is-active,
.quantity-card.is-selected,
.product-select-card.is-selected,
.payment-option.is-selected {
  background: #fff1f6 !important;
  border-color: rgba(184, 29, 90, 0.28) !important;
}

.express-progress li.is-done {
  background: rgba(29, 24, 32, 0.04) !important;
}

.panel-head h1,
.panel-head h2,
.product-focus-card h3,
.quantity-panel__head h3,
.promo-card__head h3,
.express-escape h3,
.payment-detail h3,
.summary-product h2,
.summary-line strong,
.summary-line--total strong,
.payment-option strong,
.consent-card strong,
#summary-total,
#summary-unit-price,
#summary-payment,
#quantity-total,
#quantity-label {
  color: #1d1820 !important;
}

.panel-step,
.section-kicker,
.calculator-prefill-label,
.product-select-card__tag,
.product-select-card__brand,
.product-stock-card__status,
.product-stock-card__brand,
.field label,
.summary-line span,
.payment-usdt-label,
.summary-total-value {
  color: #756a78 !important;
}

.panel-head p,
.field-hint,
.promo-card__head p,
.promo-meta,
.product-focus-card p,
.express-escape p:last-child,
.payment-detail p:last-child,
.consent-check,
.consent-check span,
.summary-note,
.summary-note p,
.summary-product p,
.summary-cta p,
.trust-anchor span,
.site-footer .footer-compliance,
.site-footer .footer-copyright {
  color: #62545f !important;
}

.product-focus-card img,
.summary-product img,
.payment-option--square .payment-icon {
  background: #ffffff !important;
}

.field input,
.field select,
.promo-row--express input,
#custom-qty {
  background: #ffffff !important;
  color: #1d1820 !important;
  border-color: rgba(63, 43, 57, 0.16) !important;
}

.field input::placeholder,
.promo-row--express input::placeholder {
  color: #9a8f9c !important;
}

.field input:focus,
.field select:focus,
.promo-row--express input:focus,
#custom-qty:focus {
  background: #ffffff !important;
  border-color: rgba(184, 29, 90, 0.34) !important;
  box-shadow: 0 0 0 3px rgba(184, 29, 90, 0.09) !important;
}

.promo-apply,
.btn--primary,
.btn--submit {
  background: #c51f62 !important;
  border-color: #c51f62 !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

.promo-apply:hover,
.promo-apply:focus-visible,
.btn--primary:hover,
.btn--primary:focus-visible,
.btn--submit:hover,
.btn--submit:focus-visible {
  background: #b81d5a !important;
  border-color: #b81d5a !important;
}

.summary-wa {
  box-shadow: none;
}

.footer-trust-strip {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 18px;
  padding: 16px clamp(16px, 4vw, 40px);
  background: #080808;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-trust-strip__item {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.footer-trust-strip__item svg {
  width: 16px;
  height: 16px;
  stroke: #d92b72;
  fill: none;
  stroke-width: 1.6;
  flex-shrink: 0;
}

.footer-trust-strip__item span {
  color: rgba(255, 255, 255, 0.76);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-footer--shell {
  max-width: none;
  margin: 0;
  padding: 0;
  background: #080808;
  border-top: none;
  color: rgba(255, 255, 255, 0.78);
}

.site-footer--shell .footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px clamp(20px, 4vw, 40px) 40px;
}

.site-footer--shell .footer-col-header {
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.44);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-footer--shell .footer-col a,
.site-footer--shell .footer-col a:visited {
  display: block;
  padding: 6px 0;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-size: 13px;
  line-height: 1.4;
}

.site-footer--shell .footer-col a:hover,
.site-footer--shell .footer-col a:focus-visible {
  color: #d92b72;
}

.site-footer--shell .footer-bottom {
  max-width: 720px;
  margin: 0 auto;
  padding: 24px clamp(20px, 4vw, 40px) 32px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer--shell .footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.site-footer--shell .footer-social a,
.site-footer--shell .footer-social a:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.76);
}

.site-footer--shell .footer-social a:hover,
.site-footer--shell .footer-social a:focus-visible {
  color: #d92b72;
  border-color: #d92b72;
}

.site-footer--shell .footer-social svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.site-footer--shell .footer-compliance {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.7) !important;
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1.7;
  text-transform: none;
  letter-spacing: 0;
}

.site-footer--shell .footer-copyright {
  color: rgba(255, 255, 255, 0.62) !important;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .footer-trust-strip {
    flex-wrap: wrap;
    justify-content: center;
  }

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

@media (max-width: 640px) {
  .footer-trust-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 16px;
  }

  .footer-trust-strip__item {
    justify-content: center;
  }

  .site-footer--shell .footer-grid {
    grid-template-columns: 1fr;
    padding-top: 36px;
    gap: 18px;
  }

  .site-footer--shell .footer-bottom {
    padding-top: 20px;
  }
}

/* Homepage typography alignment */
body,
input,
select,
textarea,
button {
  font-family: var(--sans);
}

.section-kicker,
.panel-step,
.calculator-prefill-label,
.product-select-card__tag,
.product-select-card__brand,
.product-stock-card__status,
.product-stock-card__brand,
.field label,
.summary-line span,
.payment-usdt-label,
.delivery-estimate,
.footer-trust-strip__item span,
.site-footer--shell .footer-col-header,
.site-footer--shell .footer-copyright {
  font-family: var(--mono) !important;
}

.panel-head h1,
.panel-head h2,
.product-picker__head h3,
.product-unavailable__head h4,
.product-select-card__title,
.product-stock-card__title,
.product-focus-card h3,
.quantity-panel__head h3,
.promo-card__head h3,
.express-escape h3,
.payment-detail h3,
.summary-product h2 {
  font-family: var(--serif) !important;
  font-weight: 400 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.02;
}

.panel-head p,
.field-hint,
.promo-card__head p,
.promo-meta,
.product-focus-card p,
.express-escape p:last-child,
.payment-detail p:last-child,
.consent-check,
.consent-check span,
.summary-note,
.summary-note p,
.summary-product p,
.summary-cta p,
.trust-anchor span,
.site-footer--shell .footer-col a,
.site-footer--shell .footer-col a:visited,
.site-footer--shell .footer-compliance {
  font-family: var(--sans) !important;
}

.site-footer--shell .footer-col a,
.site-footer--shell .footer-col a:visited {
  font-weight: 400;
}

/* Homepage type scale alignment */
.section-kicker,
.panel-step,
.calculator-prefill-label,
.product-select-card__tag,
.product-select-card__brand,
.product-stock-card__status,
.product-stock-card__brand,
.field label,
.summary-line span,
.summary-total-value,
.payment-usdt-label,
.delivery-estimate,
.footer-trust-strip__item span,
.site-footer--shell .footer-col-header,
.site-footer--shell .footer-copyright {
  font-size: 11px !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase;
}

.hero-compact h1,
.panel-head h1,
.panel-head h2 {
  font-family: var(--serif) !important;
  font-size: clamp(28px, 3vw, 36px) !important;
  font-weight: 400 !important;
  line-height: 0.98 !important;
  letter-spacing: -0.02em !important;
  text-wrap: balance;
}

.product-picker__head h3,
.product-unavailable__head h4,
.product-select-card__title,
.product-stock-card__title,
.product-focus-card h3,
.quantity-panel__head h3,
.promo-card__head h3,
.express-escape h3,
.payment-detail h3 {
  font-family: var(--serif) !important;
  font-size: clamp(20px, 2vw, 26px) !important;
  font-weight: 400 !important;
  line-height: 1.02 !important;
  letter-spacing: -0.02em !important;
  text-wrap: balance;
}

.summary-product h2 {
  font-family: var(--serif) !important;
  font-size: clamp(20px, 1.8vw, 24px) !important;
  font-weight: 400 !important;
  line-height: 1.02 !important;
  letter-spacing: -0.02em !important;
  text-wrap: balance;
}

.hero-compact p,
.panel-head p,
.field-hint,
.promo-card__head p,
.promo-meta,
.product-focus-card p,
.express-escape p:last-child,
.payment-detail p:last-child,
.consent-check,
.consent-check span,
.summary-note,
.summary-note p,
.summary-product p,
.summary-cta p,
.trust-anchor span,
.site-footer--shell .footer-col a,
.site-footer--shell .footer-col a:visited,
.site-footer--shell .footer-compliance {
  font-size: 16px !important;
  line-height: 1.75 !important;
}

.btn,
.wa-shortcut,
.summary-wa,
.promo-apply,
.product-stock-card__cta,
.calculator-prefill-edit {
  font-family: var(--mono) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: 0.1em !important;
  min-height: 52px;
}

@media (max-width: 900px) {
  .hero-compact h1,
  .panel-head h1,
  .panel-head h2 {
    font-size: 30px !important;
  }
}

@media (max-width: 640px) {
  .hero-compact h1,
  .panel-head h1,
  .panel-head h2 {
    font-size: 26px !important;
    line-height: 1.05 !important;
  }

  .product-picker__head h3,
  .product-unavailable__head h4,
  .product-select-card__title,
  .product-stock-card__title,
  .product-focus-card h3,
  .quantity-panel__head h3,
  .promo-card__head h3,
  .express-escape h3,
  .payment-detail h3,
  .summary-product h2 {
    font-size: 28px !important;
  }

  .hero-compact p,
  .panel-head p,
  .field-hint,
  .promo-card__head p,
  .promo-meta,
  .product-focus-card p,
  .express-escape p:last-child,
  .payment-detail p:last-child,
  .consent-check,
  .consent-check span,
  .summary-note,
  .summary-note p,
  .summary-product p,
  .summary-cta p,
  .trust-anchor span,
  .site-footer--shell .footer-col a,
  .site-footer--shell .footer-col a:visited,
  .site-footer--shell .footer-compliance {
    font-size: 16px !important;
  }
}

/* Order footer compaction */
.site-footer {
  padding: 28px 24px 20px;
}

.nav-primary {
  display: none !important;
}

.site-footer .footer-logo {
  margin-bottom: 12px;
}

.site-footer .footer-links {
  gap: 6px 14px;
  margin-bottom: 14px;
}

.site-footer .footer-links a {
  padding: 12px 8px;
  min-height: 48px;
  line-height: 1.3;
  display: inline-flex;
  align-items: center;
  font-size: 10px;
}

.site-footer .footer-bottom {
  max-width: none;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  grid-template-areas: "social compliance copyright";
  align-items: center;
  gap: 12px 18px;
  padding-top: 14px;
}

.site-footer .footer-social {
  grid-area: social;
  gap: 10px;
  margin-bottom: 0;
}

.site-footer .footer-social a {
  width: 38px;
  height: 38px;
}

.site-footer .footer-compliance {
  grid-area: compliance;
  margin-bottom: 0;
  max-width: 34ch;
  font-size: 11px !important;
  line-height: 1.5 !important;
}

.site-footer .footer-copyright {
  grid-area: copyright;
  justify-self: end;
}

@media (max-width: 900px) {
  .site-footer {
    padding: 24px 18px 18px;
  }

  .site-footer .footer-links {
    gap: 6px 12px;
    margin-bottom: 12px;
  }

  .site-footer .footer-bottom {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "social copyright"
      "compliance compliance";
    gap: 10px 14px;
    padding-top: 12px;
  }

  .site-footer .footer-compliance {
    max-width: 48ch;
  }
}

@media (max-width: 640px) {
  .site-footer {
    padding: 22px 16px 18px;
  }

  .site-footer .footer-logo {
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--line);
  }

  .site-footer .footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px 16px;
    margin-bottom: 16px;
  }

  .site-footer .footer-links a {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    padding: 12px 8px;
    font-size: 12px;
  }

  .site-footer .footer-bottom {
    grid-template-columns: 1fr;
    grid-template-areas:
      "social"
      "compliance"
      "copyright";
    gap: 14px;
    padding-top: 16px;
  }

  .site-footer .footer-social {
    gap: 10px;
  }

  .site-footer .footer-social a {
    width: 44px;
    height: 44px;
  }

  .site-footer .footer-compliance {
    max-width: 44ch;
    font-size: 13px !important;
    line-height: 1.55 !important;
    color: #4a424e !important;
    text-transform: none !important;
    letter-spacing: 0.01em !important;
  }

  .site-footer .footer-copyright {
    justify-self: start;
  }
}

/* ──────────────────────────────────────────────────────────
   Phase 1 (2026-04-16): Product identity card expansion
   Restores batch, COA link, purity, dispatch, compliance
   proof elements at the trust-critical checkout moment.
   ────────────────────────────────────────────────────────── */
.product-focus-card__body {
  display: grid;
  gap: 6px;
  min-width: 0;
}
.product-focus-card .product-focus-card__meta {
  margin: 4px 0 0 !important;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 10px;
  font-size: 13px !important;
  color: var(--muted-strong) !important;
  line-height: 1.5 !important;
}
.product-focus-card .product-focus-card__coa {
  font-size: 13px !important;
  color: var(--accent) !important;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
  transition: color 120ms ease-out, border-color 120ms ease-out;
}
.product-focus-card .product-focus-card__coa:hover,
.product-focus-card .product-focus-card__coa:focus-visible {
  color: var(--accent-strong) !important;
}
.product-focus-card .product-focus-card__spec {
  margin: 0 !important;
  font-size: 13px !important;
  color: var(--muted) !important;
  line-height: 1.5 !important;
  letter-spacing: 0.01em;
}
.product-focus-card .product-focus-card__dispatch {
  margin: 0 !important;
  font-size: 13px !important;
  color: var(--muted-strong) !important;
  line-height: 1.5 !important;
}
.product-focus-card .product-focus-card__badges span {
  color: var(--muted-strong);
  background: var(--line);
}
.product-focus-card__badges {
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.product-focus-card__badges span {
  display: inline-flex;
  align-items: center;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--muted-strong);
  font-size: 11px;
  letter-spacing: 0.02em;
  line-height: 1;
}

@media (max-width: 640px) {
  .product-focus-card__meta,
  .product-focus-card__spec,
  .product-focus-card__dispatch {
    font-size: 13px;
  }
  .product-focus-card__coa {
    font-size: 13px;
  }
  .product-focus-card__badges {
    margin-top: 4px;
  }
}

/* ──────────────────────────────────────────────────────────
   Phase 2b (2026-04-16): Quantity 3-tile segmented control.
   Replaces the +/- stepper with three price-per-quantity tiles
   showing per-pen price, total savings, and badge. Active tile
   gets the brand accent. Per audit: quantity is the most-used
   interaction on the page (61 mobile events / 28d).
   ────────────────────────────────────────────────────────── */
.quantity-panel--tiles {
  padding: 18px 20px;
}
.quantity-panel--tiles .quantity-panel__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 12px;
  gap: 12px;
}
.quantity-panel--tiles .quantity-panel__head h3 {
  margin: 0;
}
.quantity-panel__current {
  font-size: 13px;
  color: var(--muted-strong);
}
.quantity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.quantity-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 12px 12px 14px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
  text-align: left;
  transition: border-color 120ms cubic-bezier(.2,0,0,1),
              background 120ms cubic-bezier(.2,0,0,1),
              box-shadow 120ms cubic-bezier(.2,0,0,1);
  min-height: 98px;
}
.quantity-card:hover,
.quantity-card:focus-visible {
  border-color: var(--muted);
  outline: none;
}
.quantity-card.is-selected {
  border-color: var(--accent);
  background: var(--accent-soft);
  box-shadow: 0 0 0 1px var(--accent) inset;
}
.quantity-card__badge {
  font-size: 10px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 2px;
}
.quantity-card.is-selected .quantity-card__badge {
  color: var(--accent);
}
.quantity-card__qty {
  font-family: var(--serif) !important;
  font-size: 28px !important;
  line-height: 1 !important;
  font-weight: 400;
  color: var(--ink, #1d1820);
}
.quantity-card__label {
  display: none; /* redundant with __qty; number alone reads cleanly */
}
.quantity-card__price {
  font-size: 13px;
  color: var(--muted-strong);
  letter-spacing: 0.01em;
  margin-top: 2px;
}
.quantity-card__price em {
  font-style: normal;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.quantity-card__savings {
  font-size: 11px;
  letter-spacing: 0.02em;
  color: #1f7a4d;
  font-weight: 500;
  margin-top: 4px;
}
.quantity-card__savings--hint {
  color: var(--muted);
  font-weight: 400;
}
.quantity-card.is-selected .quantity-card__savings {
  color: #186a41;
}

@media (max-width: 640px) {
  .quantity-card {
    padding: 10px 10px 12px;
    min-height: 88px;
  }
  .quantity-card__qty {
    font-size: 24px !important;
  }
  .quantity-card__price {
    font-size: 12px;
  }
  .quantity-card__savings {
    font-size: 10px;
  }
}

/* ──────────────────────────────────────────────────────────
   Phase 2a (2026-04-16): Promo disclosure, compact WhatsApp
   fallback, sticky mobile submit anchor.
   ────────────────────────────────────────────────────────── */
.promo-disclosure {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface-1, transparent);
  margin-bottom: 18px;
  overflow: hidden;
}
.promo-disclosure__summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  font-size: 14px;
  color: var(--muted-strong);
  user-select: none;
}
.promo-disclosure__summary::-webkit-details-marker { display: none; }
.promo-disclosure__summary:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: -2px;
}
.promo-disclosure__chevron {
  font-size: 18px;
  line-height: 1;
  transition: transform 180ms cubic-bezier(.2,0,0,1);
  color: var(--muted);
}
.promo-disclosure[open] .promo-disclosure__chevron {
  transform: rotate(45deg);
}
.promo-disclosure__body {
  padding: 0 18px 16px;
  border-top: 1px solid var(--line);
}
.promo-disclosure__body .promo-row {
  margin-top: 12px;
}
.promo-disclosure__body .promo-meta {
  margin: 10px 0 0;
}

/* Fixed mobile submit — pins to viewport bottom on phones.
   Uses position: fixed so it works regardless of ancestor overflow.
   Main body gets bottom padding so content doesn't hide behind it. */
@media (max-width: 640px) {
  .panel-actions--submit {
    margin-top: 22px;
  }
  .panel-actions--submit .btn--submit {
    width: 100%;
    min-height: 56px;
  }
}

/* ──────────────────────────────────────────────────────────
   PR B (2026-04-16): Turnstile lazy-render slot + failover CTA
   Reserves vertical space so lazy render doesn't cause CLS,
   and styles the failover-to-WhatsApp submit state.
   ────────────────────────────────────────────────────────── */
.turnstile-slot {
  min-height: 65px;
  margin: 0;
}
.turnstile-slot:empty {
  display: block;
}
.btn--turnstile-failover {
  background: #1f7a4d !important;
  border-color: #1f7a4d !important;
  color: #fff !important;
}
.btn--turnstile-failover:hover,
.btn--turnstile-failover:focus-visible {
  background: #186a41 !important;
  border-color: #186a41 !important;
}
.btn--turnstile-failover span {
  opacity: 0.9;
}

/* Mobile stepper chrome (retired 2026-04-17): the order flow committed to a
   single-page checkout. The stepper nav, summary chip, and sticky CTA bar have
   been removed from order.html and their styles with them. */

/* Secondary Turnstile failover panel — surfaces WhatsApp fallback below the
   primary submit button after verification fails. Keeps the primary CTA
   intact so buyers whose verification later recovers can still submit. */
.turnstile-failover {
  margin-top: 14px;
  padding: 14px 16px;
  background: rgba(37, 211, 102, 0.08);
  border: 1px solid rgba(37, 211, 102, 0.35);
  border-radius: 10px;
  text-align: center;
}
.turnstile-failover__msg {
  margin: 0 0 10px;
  font-size: 13px;
  color: #c8c8c8;
  line-height: 1.5;
}
.turnstile-failover__cta,
.turnstile-failover__cta:visited {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  background: #25d366;
  color: #0a0a0a;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.turnstile-failover__cta:hover,
.turnstile-failover__cta:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.25);
  outline: none;
}

/* WhatsApp fallback button (desktop + mobile) — replaces exposed phone link */
.wa-inline-fallback {
  text-align: center;
  margin: 18px 0 0;
  font-size: 13px;
  color: #a8a8a8;
  line-height: 1.5;
}
a.wa-inline-fallback__btn,
a.wa-inline-fallback__btn:visited {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 6px;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 999px;
  color: #25d366;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.15s ease, opacity 0.15s ease;
}
a.wa-inline-fallback__btn:hover,
a.wa-inline-fallback__btn:focus-visible {
  color: #1eaf56;
  opacity: 0.9;
  text-decoration: underline;
  outline: none;
}
a.wa-inline-fallback__btn svg {
  width: 14px;
  height: 14px;
}

@media (max-width: 900px) {
  .wa-inline-fallback {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin: 20px 0 0;
  }
  .wa-inline-fallback > span {
    text-align: center;
  }
  a.wa-inline-fallback__btn,
  a.wa-inline-fallback__btn:visited {
    margin-left: 0;
    justify-content: center;
    width: auto;
    min-height: 0;
    padding: 0;
    background: transparent;
    border: none;
    color: #25d366;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.01em;
    box-shadow: none;
  }
  a.wa-inline-fallback__btn:hover,
  a.wa-inline-fallback__btn:focus-visible {
    background: transparent;
    color: #1eaf56;
  }
  a.wa-inline-fallback__btn svg {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 640px) {
  .mobile-step-dot__label {
    font-size: 10px;
  }
  .mobile-step-dot__num {
    width: 26px;
    height: 26px;
    font-size: 12px;
  }
}
