/* ---------- base ---------- */
* { box-sizing: border-box; }
:root {
  --bg: #ffffff;
  --ink: #0b0f1a;
  --ink-2: #384050;
  --muted: #6b7280;
  --line: #e7e7ea;
  --line-2: #f1f1f3;
  --accent: #0b0f1a;
  --space: #0b0f1a;
  --space-2: #10172a;
  --ok: #0a7a3d;
  --radius: 10px;
  --radius-lg: 18px;
  --shadow: 0 1px 2px rgba(16,24,40,.06), 0 1px 3px rgba(16,24,40,.1);
  --shadow-lg: 0 10px 30px rgba(10,20,40,.12);
}
html, body { margin: 0; padding: 0; }
body {
  font-family: 'Inter', system-ui, -apple-system, 'Helvetica Neue', Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  line-height: 1.5;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; }
button { font: inherit; cursor: pointer; }
h1, h2, h3, h4 { font-family: 'Space Grotesk', 'Inter', sans-serif; letter-spacing: -.01em; color: var(--ink); }
h1 { font-size: 34px; line-height: 1.15; margin: 8px 0 6px; }
h2 { font-size: 28px; margin: 0 0 14px; }
h3 { font-size: 18px; margin: 0 0 6px; }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* ---------- announcement ---------- */
.announce {
  background: var(--space);
  color: #fff;
  font-size: 13px;
  overflow: hidden;
  border-bottom: 1px solid #000;
}
.announce-track {
  display: flex;
  gap: 48px;
  padding: 9px 0;
  white-space: nowrap;
  animation: marq 38s linear infinite;
  width: max-content;
}
.announce span { opacity: .9; }
@keyframes marq { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  border-bottom: 1px solid var(--line);
  backdrop-filter: saturate(160%) blur(6px);
}
.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 14px 20px;
  min-height: 58px;
}
.logo {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700; font-size: 17px; letter-spacing: .04em;
  white-space: nowrap;
}
.logo-mark {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 50%;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(11,15,26,.08);
  box-shadow: 0 1px 2px rgba(16,24,40,.06), 0 4px 10px rgba(16,24,40,.08);
  flex-shrink: 0;
}
.logo-mark img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.logo-mark-dark {
  background: #0b0f1a;
  border-color: rgba(255,255,255,.12);
  box-shadow: 0 0 0 2px rgba(255,255,255,.06), 0 4px 14px rgba(0,0,0,.4);
}
.nav {
  display: flex; gap: 28px; justify-content: center;
  font-size: 13.5px; color: var(--ink-2);
  white-space: nowrap;
}
.nav a { padding: 6px 0; position: relative; }
.nav a:hover { color: var(--ink); text-decoration: none; }
.header-right { display: flex; gap: 10px; align-items: center; white-space: nowrap; }

.ticker {
  display: inline-flex; align-items: center; gap: 8px;
  background: #0b0f1a; color: #fff; padding: 7px 12px;
  border-radius: 999px; font-size: 12.5px; font-weight: 500;
  font-variant-numeric: tabular-nums;
}
.stjude-pill {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 7px 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12.5px; font-weight: 500;
  color: var(--ink-2);
  font-variant-numeric: tabular-nums;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color .15s;
}
.stjude-pill:hover { border-color: var(--ink); text-decoration: none; }
.stjude-pill .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #0a7a3d; box-shadow: 0 0 0 3px rgba(10,122,61,.18);
  animation: pulse 1.6s infinite;
}
.stjude-pill .sj-label { color: var(--muted); }
.stjude-pill strong {
  font-family: 'Space Grotesk', sans-serif;
  color: var(--ink); font-weight: 700; font-size: 13px;
}
.ticker .dot { width: 7px; height: 7px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 0 3px rgba(74,222,128,.2); animation: pulse 1.6s infinite; }
.ticker strong { color: #f4b73a; font-weight: 700; }
.ticker em { color: #4ade80; font-style: normal; font-weight: 600; }
@keyframes pulse { 50% { box-shadow: 0 0 0 6px rgba(74,222,128,.05); } }

.icon-btn {
  position: relative;
  background: transparent; border: 1px solid var(--line);
  width: 40px; height: 40px; border-radius: 10px;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--ink); transition: .2s;
}
.icon-btn:hover { background: var(--line-2); }
.cart-badge {
  position: absolute; top: -6px; right: -6px;
  background: var(--ink); color: #fff;
  font-size: 11px; font-weight: 700;
  min-width: 18px; height: 18px; border-radius: 9px;
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0 5px;
}

/* ---------- crumbs ---------- */
.crumbs { font-size: 13px; color: var(--muted); padding: 22px 0 12px; }
.crumbs a:hover { color: var(--ink); }

/* ---------- PDP ---------- */
.product { padding-bottom: 40px; }
.pdp {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 44px;
  align-items: start;
  margin-bottom: 40px;
}
.gallery { position: sticky; top: 90px; }
.gallery-main {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: linear-gradient(180deg, #f4efe7 0%, #efe9df 100%);
  aspect-ratio: 4/5;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow);
}
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.badge-sticker {
  position: absolute; top: 14px; left: 14px;
  background: #0b0f1a; color: #fff;
  font-size: 11px; letter-spacing: .08em; text-transform: uppercase;
  padding: 6px 10px; border-radius: 999px; font-weight: 600;
}
.gallery-thumbs {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 10px; margin-top: 12px;
}
.thumb {
  border: 1px solid var(--line); background: #faf8f4;
  border-radius: 10px; overflow: hidden; padding: 0;
  aspect-ratio: 1; transition: .15s;
}
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.thumb.active, .thumb:hover { border-color: var(--ink); }

/* ---------- buybox ---------- */
.stars { color: #f4b73a; letter-spacing: 1px; font-size: 14px; }
.rev-count { color: var(--muted); }
.sep { color: var(--line); }
.small-link { color: var(--ink); border-bottom: 1px solid currentColor; font-size: 13px; }
.small-link:hover { text-decoration: none; }
.title { font-size: 32px; font-weight: 600; letter-spacing: -.015em; }
.subtitle { color: var(--ink-2); font-size: 15px; margin: 0 0 22px; }

.price-row {
  display: flex; align-items: center; gap: 18px;
  padding: 14px 0 18px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.price-fiat { display: flex; align-items: baseline; gap: 10px; }
.price { font-family: 'Space Grotesk', sans-serif; font-size: 28px; font-weight: 600; letter-spacing: -.01em; }
.price-strike { color: var(--muted); text-decoration: line-through; font-size: 15px; }
.price-save {
  background: #f1f1f3; color: #0b0f1a;
  padding: 3px 9px; border-radius: 999px; font-size: 12px; font-weight: 600;
}
.price-crypto {
  margin-left: auto;
  display: inline-flex; align-items: center; gap: 10px;
  background: #0b0f1a; color: #fff;
  padding: 10px 14px; border-radius: 10px;
  font-size: 13.5px;
}
.price-crypto .chip {
  font-size: 11px; letter-spacing: .1em; text-transform: uppercase;
  color: #a9b4c7;
}
.price-crypto strong {
  color: #fff; font-weight: 700;
  font-family: 'Space Grotesk', sans-serif;
  font-variant-numeric: tabular-nums;
}

/* ---- Fee Bridge iframe embeds ---- */
iframe.feebridge {
  width: 100%;
  border: 0;
  display: block;
  background: transparent;
}
iframe.fb-mini-embed {
  margin: 0 0 22px;
  min-height: 220px;  /* skeleton fallback before postMessage arrives */
}
iframe.fb-big-embed {
  width: 480px; max-width: 100%;
  margin: 0 auto;
  min-height: 560px;
}

.opt { margin-bottom: 18px; }
.opt-label { font-size: 13px; font-weight: 600; color: var(--ink-2); margin-bottom: 8px; text-transform: uppercase; letter-spacing: .06em; }
.opt-label em { font-style: normal; font-weight: 400; color: var(--muted); text-transform: none; letter-spacing: 0; margin-left: 4px; }
.swatches { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.swatch {
  background: #fff; border: 1.5px solid var(--line); border-radius: 12px;
  padding: 10px; text-align: left; transition: .15s;
  display: flex; flex-direction: column; gap: 2px;
}
.swatch b { font-size: 13.5px; font-weight: 600; }
.swatch i { color: var(--muted); font-size: 12px; font-style: normal; }
.swatch .s {
  width: 100%; height: 34px; border-radius: 6px; margin-bottom: 6px;
  background: linear-gradient(135deg, #f4b73a, #ff7a3d);
}
.swatch .s-polaris { background: linear-gradient(135deg, #0b0f1a, #1e293b); }
.swatch .s-signed { background: linear-gradient(135deg, #4f46e5, #0b0f1a 70%); position: relative; }
.swatch .s-signed::after { content: '✎'; position: absolute; right: 6px; top: 4px; color: #fff; }
.swatch.active { border-color: var(--ink); box-shadow: 0 0 0 2px rgba(11,15,26,.06); }

.chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chip-opt {
  background: #fff; border: 1.5px solid var(--line);
  border-radius: 999px; padding: 8px 14px; font-size: 13.5px;
}
.chip-opt.active { border-color: var(--ink); background: var(--ink); color: #fff; }

.qty-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.qty { display: inline-flex; align-items: center; border: 1.5px solid var(--line); border-radius: 999px; padding: 2px; }
.qty button { width: 34px; height: 34px; border: 0; border-radius: 999px; background: transparent; font-size: 16px; }
.qty button:hover { background: var(--line-2); }
.qty input { width: 44px; border: 0; text-align: center; background: transparent; font-weight: 600; }
.qty input:focus { outline: none; }

.cta-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 8px 0 14px; }
.btn {
  appearance: none; border: 0; border-radius: 12px;
  padding: 14px 18px; font-weight: 600; font-size: 15px;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  transition: transform .08s ease, background .15s ease, border-color .15s;
}
.btn:active { transform: translateY(1px); }
.btn-lg { padding: 15px 20px; font-size: 15.5px; }
.btn-primary { background: var(--ink); color: #fff; }
.btn-primary:hover { background: #000; }
.btn-crypto {
  background: #fff; color: var(--ink);
  border: 1.5px solid var(--ink);
}
.btn-crypto:hover { background: var(--line-2); }
.btn-ghost { background: #fff; border: 1.5px solid var(--line); color: var(--ink); }
.btn-ghost:hover { border-color: var(--ink); }
.block { width: 100%; display: flex; }

.trust {
  list-style: none; padding: 0; margin: 10px 0 20px;
  display: flex; flex-wrap: wrap; gap: 6px 16px;
  font-size: 13px; color: var(--muted);
}
.trust li { position: relative; padding-left: 12px; }
.trust li::before {
  content: ""; position: absolute; left: 0; top: 9px;
  width: 4px; height: 4px; border-radius: 50%; background: var(--muted);
}

.accordion {
  border-top: 1px solid var(--line); padding: 14px 0;
}
.accordion summary {
  list-style: none; cursor: pointer; font-weight: 600; font-size: 14.5px;
  display: flex; justify-content: space-between; align-items: center;
}
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: '+'; font-size: 20px; color: var(--muted); }
.accordion[open] summary::after { content: '−'; }
.accordion p { color: var(--ink-2); margin: 10px 0 4px; font-size: 14px; }

/* ---------- strip ---------- */
.strip {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 16px; padding: 22px; margin: 20px 0 40px;
  border: 1px solid var(--line); border-radius: var(--radius-lg); background: #faf8f4;
}
.strip > div { display: flex; align-items: center; gap: 12px; }
.strip b { display: block; font-size: 13.5px; }
.strip span { color: var(--muted); font-size: 12.5px; }
.strip svg { color: var(--ink); flex-shrink: 0; }

/* ---------- story ---------- */
.story {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px;
  padding: 40px 28px; margin: 0 0 50px;
  background: radial-gradient(1200px 600px at 20% 0%, rgba(244,183,58,.08), transparent 60%),
              radial-gradient(800px 500px at 90% 100%, rgba(255,122,61,.10), transparent 60%),
              #0b0f1a;
  color: #fff;
  border-radius: 24px;
  overflow: hidden;
}
.story h2 { color: #fff; font-size: 32px; }
.story p { color: #c9d0dd; font-size: 15px; line-height: 1.7; }
.story p strong { color: #fff; }
.kicker {
  display: inline-block; font-size: 12px; letter-spacing: .12em;
  text-transform: uppercase; color: #f4b73a; margin-bottom: 6px;
}
.story-left .small-link { color: #f4b73a; border-color: #f4b73a; }
.postcard {
  border-radius: 16px; overflow: hidden; border: 1px solid rgba(255,255,255,.08);
  transform: rotate(1.5deg);
  box-shadow: 0 30px 60px rgba(0,0,0,.4);
}

/* ---------- specs ---------- */
.specs { margin: 0 0 50px; }
.specs-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
  border: 1px solid var(--line); border-radius: 16px; overflow: hidden;
}
.specs-grid > div {
  padding: 18px 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.specs-grid b { display: block; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; font-weight: 600; }
.specs-grid span { font-size: 15px; }

/* ---------- pay ---------- */
.pay { margin: 0 0 50px; padding: 40px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pay-head { text-align: center; max-width: 620px; margin: 0 auto 30px; }
.pay-head p { color: var(--ink-2); }
.pay-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step {
  background: #faf8f4; border: 1px solid var(--line);
  border-radius: 16px; padding: 22px; position: relative;
}
.step .n {
  position: absolute; top: 18px; right: 18px;
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--ink); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 13px;
}
.step h3 { margin-top: 22px; }
.step p { color: var(--ink-2); font-size: 13.5px; margin: 0; }

/* ---------- Fee Bridge card (mirrors feebridge.io buildAutoCard exactly) ---------- */
.feebridge {
  margin: 0 0 50px;
  padding: 60px 0 40px;
}
.fb-head { max-width: 680px; margin: 0 auto 36px; text-align: center; }
.fb-kicker {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: #4a9d44; font-weight: 600;
  padding: 4px 10px;
  background: #eafbe1; border-radius: 999px;
  margin-bottom: 14px;
}
.fb-head h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 500;
  letter-spacing: -.015em; margin-bottom: 12px;
}
.fb-head p { color: var(--muted); font-size: 15px; line-height: 1.65; margin-bottom: 14px; }
.fb-head p a { color: #232323; text-decoration: underline; text-underline-offset: 3px; }
.fb-head p a:hover { color: #4a9d44; }
.fb-trust {
  list-style: none; padding: 0; margin: 18px 0 0;
  display: inline-flex; flex-wrap: wrap; justify-content: center;
  gap: 6px 10px;
}
.fb-trust li {
  display: inline-flex; align-items: center;
  font-size: 12.5px; color: #555; font-weight: 500;
  padding: 5px 12px;
  background: #f5f5f5; border: 1px solid #e8e8e8;
  border-radius: 999px;
}

.fb-card-wrap { display: flex; justify-content: center; }

/* ---------- St. Jude live (white + red theme) ---------- */
:root {
  --stj-red: #da291c;
  --stj-red-dark: #a5161b;
  --stj-red-ink: #5c0b0f;
  --stj-soft: #fff6f6;
}
.stjude {
  position: relative;
  margin: 0 0 50px;
  padding: 48px 44px 44px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #f0e6e6;
  box-shadow: 0 10px 40px rgba(218,41,28,.06);
  overflow: hidden;
}
.stjude::before {
  content: ""; position: absolute; top: -120px; left: -120px;
  width: 320px; height: 320px; border-radius: 50%;
  background: radial-gradient(circle, rgba(218,41,28,.06), transparent 65%);
  pointer-events: none;
}

/* top-right brand pill */
.stjude-brand {
  position: absolute;
  top: 22px; right: 22px;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 7px 14px 7px 7px;
  background: #fff;
  border: 1px solid #e8d9d9;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(218,41,28,.08);
  transition: border-color .15s, box-shadow .15s;
  z-index: 2;
}
.stjude-brand:hover { border-color: var(--stj-red); text-decoration: none; }
.stj-avatar {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--stj-red);
  display: inline-flex; align-items: center; justify-content: center;
  overflow: hidden; flex-shrink: 0;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.06);
}
.stj-avatar img { width: 100%; height: 100%; }
.stj-text { display: flex; flex-direction: column; line-height: 1.15; }
.stj-text b {
  font-family: 'Inter', sans-serif;
  font-size: 13px; font-weight: 700; color: #0b0f1a;
  letter-spacing: -.005em;
}
.stj-text em {
  font-style: normal; font-size: 10.5px; color: #8c7878; font-weight: 500;
  letter-spacing: .01em;
}
.stj-text em sup { font-size: 8px; color: var(--stj-red); top: -2px; }

.stjude-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 48px; align-items: start; }

.sj-kicker {
  display: inline-block;
  font-size: 11px; letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--stj-red); font-weight: 700;
  margin-bottom: 10px;
  padding: 4px 10px;
  background: var(--stj-soft);
  border-radius: 999px;
}
.stjude h2 {
  color: #1a0606; font-size: 34px; line-height: 1.15;
  margin: 4px 0 14px; max-width: 480px;
}
.stjude p { color: #4a3a3a; font-size: 15px; line-height: 1.7; }
.stjude p strong { color: #1a0606; }

.stjude-bullets {
  list-style: none; padding: 0; margin: 20px 0 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px 28px;
  font-size: 14px;
}
.stjude-bullets li { display: flex; flex-direction: column; gap: 2px; }
.stjude-bullets b {
  font-size: 11px; letter-spacing: .08em; text-transform: uppercase;
  color: var(--stj-red); font-weight: 700;
}
.stjude-bullets span { color: #4a3a3a; }

.stjude-links { margin-top: 22px; display: flex; gap: 18px; }
.sj-link {
  font-size: 13px; font-weight: 600;
  color: var(--stj-red);
  padding-bottom: 2px;
  border-bottom: 1.5px solid var(--stj-red);
}
.sj-link.muted { color: #6b5555; border-color: #d9c8c8; }
.sj-link:hover { text-decoration: none; }

/* card */
.sj-card {
  background: #fff;
  border: 1px solid #f0e3e3;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 6px 24px rgba(218,41,28,.05);
}
.sj-head { display: flex; justify-content: flex-end; margin-bottom: 8px; }
.sj-live-dot {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--stj-red); font-weight: 700;
}
.sj-live-dot span {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--stj-red);
  box-shadow: 0 0 0 3px rgba(218,41,28,.15);
  animation: pulse 1.6s infinite;
}
.sj-total {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 64px; font-weight: 700;
  letter-spacing: -.03em;
  color: var(--stj-red);
  font-variant-numeric: tabular-nums;
  line-height: 1;
  margin: 4px 0 8px;
}
.sj-sub { color: #6b5555; font-size: 14px; }

.sj-split {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 10px; margin: 22px 0 20px;
  padding: 16px 0;
  border-top: 1px solid #f3e8e8;
  border-bottom: 1px solid #f3e8e8;
}
.sj-split > div { display: flex; flex-direction: column; gap: 2px; }
.sj-split b {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 18px; color: #1a0606; font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.sj-split span {
  font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase;
  color: #9a7878; font-weight: 600;
}

.sj-progress { margin-bottom: 20px; }
.sj-bar {
  height: 8px; background: #fae8e8;
  border-radius: 999px; overflow: hidden;
}
.sj-bar span {
  display: block; height: 100%;
  background: linear-gradient(90deg, #ee3b2f, #c8191f);
  border-radius: 999px;
  transition: width .8s cubic-bezier(.2,.8,.2,1);
}
.sj-goal { display: flex; justify-content: space-between; margin-top: 8px; font-size: 12px; color: #9a7878; }
.sj-goal strong { color: #1a0606; font-family: 'Space Grotesk', sans-serif; font-weight: 700; }

.sj-feed-head {
  font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase;
  color: #9a7878; font-weight: 700; margin-bottom: 8px;
}
.sj-feed ul { list-style: none; padding: 0; margin: 0; }
.sj-feed li {
  display: grid; grid-template-columns: auto 1fr auto; gap: 10px;
  padding: 8px 0; font-size: 13px; color: #4a3a3a;
  border-top: 1px solid #f6ecec;
  font-variant-numeric: tabular-nums;
  animation: feedIn .4s ease;
}
.sj-feed li:first-child { border-top: 0; }
.sj-feed li .net {
  font-size: 10px; letter-spacing: .08em; text-transform: uppercase;
  padding: 2px 7px; border-radius: 999px; font-weight: 700;
  align-self: center;
}
.sj-feed li .net.eth { background: #eef2ff; color: #4f46e5; }
.sj-feed li .net.sol { background: #f5ecff; color: #7c3aed; }
.sj-feed li .amt { color: var(--stj-red); font-weight: 700; font-family: 'Space Grotesk', sans-serif; }
.sj-feed li .hash { color: #9a7878; }
@keyframes feedIn { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }

/* ---------- reviews ---------- */
.reviews-grid { margin: 0 0 50px; }
.rev-cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.rev {
  margin: 0; background: #fff; border: 1px solid var(--line);
  border-radius: 14px; padding: 18px;
}
.rev blockquote { margin: 8px 0; font-size: 14px; color: var(--ink-2); }
.rev figcaption { color: var(--muted); font-size: 12.5px; }

/* ---------- faq ---------- */
.faq { margin: 0 0 60px; max-width: 820px; }
.faq details { border-top: 1px solid var(--line); padding: 16px 0; }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { font-weight: 600; font-size: 15px; cursor: pointer; list-style: none; display: flex; justify-content: space-between; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; color: var(--muted); font-size: 20px; }
.faq details[open] summary::after { content: '−'; }
.faq p { color: var(--ink-2); margin: 10px 0 0; }

/* ---------- footer ---------- */
.footer { background: #0b0f1a; color: #c9d0dd; padding: 50px 0 24px; margin-top: 40px; }
.footer .logo { color: #fff; margin-bottom: 12px; }
.footer h4 { color: #fff; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; margin: 0 0 12px; }
.footer a { display: block; padding: 5px 0; font-size: 14px; color: #c9d0dd; }
.footer a:hover { color: #fff; }
.footer .muted { color: #6b7280; font-size: 13px; margin: 6px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,.08); }
.foot-sub { padding-top: 18px; color: #6b7280; font-size: 12px; }

/* ---------- drawer ---------- */
.drawer {
  position: fixed; top: 0; right: -440px; width: 420px; max-width: 100%;
  height: 100vh; background: #fff; z-index: 100;
  display: flex; flex-direction: column;
  transition: right .28s ease;
  box-shadow: -30px 0 60px rgba(0,0,0,.12);
}
.drawer.open { right: 0; }
.drawer-head { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; border-bottom: 1px solid var(--line); }
.drawer-head h3 { margin: 0; }
.drawer-body { flex: 1; overflow-y: auto; padding: 16px 20px; }
.drawer-body .empty { color: var(--muted); text-align: center; padding: 40px 0; }
.drawer-foot { border-top: 1px solid var(--line); padding: 16px 20px; background: #faf8f4; }
.drawer-foot .sub { display: flex; justify-content: space-between; padding: 4px 0; font-size: 14px; }
.drawer-foot .sub strong { font-family: 'Space Grotesk', sans-serif; }
.drawer-foot .fine { color: var(--muted); font-size: 11.5px; margin: 8px 0 0; text-align: center; }

.drawer-backdrop {
  position: fixed; inset: 0; background: rgba(11,15,26,.4); z-index: 90;
  opacity: 0; pointer-events: none; transition: opacity .2s;
}
.drawer-backdrop.open { opacity: 1; pointer-events: auto; }

.cart-item { display: grid; grid-template-columns: 64px 1fr auto; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line-2); }
.cart-item img { width: 64px; height: 64px; border-radius: 8px; object-fit: cover; background: #f4efe7; }
.cart-item .ci-t { font-weight: 600; font-size: 14px; }
.cart-item .ci-m { font-size: 12.5px; color: var(--muted); }
.cart-item .ci-p { text-align: right; font-weight: 600; }
.cart-item .ci-rm { background: transparent; border: 0; color: var(--muted); font-size: 12px; margin-top: 6px; }
.cart-item .ci-rm:hover { color: var(--ink); text-decoration: underline; }

/* ---------- checkout ---------- */
.checkout {
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 0;
  min-height: calc(100vh - 54px);
}
.checkout-left { padding: 36px 48px 60px; max-width: 640px; justify-self: end; width: 100%; }
.checkout-right {
  background: #faf8f4; padding: 36px 48px 60px; border-left: 1px solid var(--line);
}
.checkout-right .inner { max-width: 500px; }
.co-logo { display: flex; align-items: center; gap: 10px; font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 18px; margin-bottom: 28px; }

.step-head { display: flex; align-items: center; justify-content: space-between; margin: 6px 0 14px; }
.step-head h2 { font-size: 20px; margin: 0; }
.step-head a { font-size: 13px; color: var(--ink-2); text-decoration: underline; }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-grid .full { grid-column: 1 / -1; }
label.field {
  position: relative; display: block;
}
label.field input, label.field select {
  width: 100%; padding: 14px 12px 14px 12px; font-size: 14.5px;
  border: 1.5px solid var(--line); border-radius: 10px; background: #fff;
  transition: border-color .15s;
}
label.field input:focus, label.field select:focus { outline: none; border-color: var(--ink); }
label.field .lbl {
  position: absolute; left: 12px; top: 14px; color: var(--muted); font-size: 14px;
  pointer-events: none; transition: .15s; background: #fff; padding: 0 4px;
}
label.field input:focus + .lbl, label.field input:not(:placeholder-shown) + .lbl,
label.field select:focus + .lbl, label.field select:valid + .lbl {
  top: -7px; font-size: 11px; color: var(--ink);
}

.pay-methods { display: grid; gap: 10px; }
.pay-method {
  border: 1.5px solid var(--line); border-radius: 12px; padding: 14px 16px;
  display: flex; align-items: center; gap: 12px; cursor: pointer;
  background: #fff; transition: .15s;
}
.pay-method.sel { border-color: var(--ink); box-shadow: 0 0 0 2px rgba(11,15,26,.06); }
.pay-method.disabled { opacity: .55; cursor: not-allowed; background: #f7f7f9; }
.pay-method input { accent-color: var(--ink); }
.pay-method b { font-size: 14px; }
.pay-method .pm-sub { color: var(--muted); font-size: 12.5px; }
.pay-method .pm-tag { margin-left: auto; background: #fef2e8; color: #b64a0a; padding: 3px 8px; border-radius: 999px; font-size: 11px; font-weight: 600; }

.wallet-card {
  margin-top: 14px;
  border: 1.5px dashed var(--line); border-radius: 14px;
  padding: 18px; background: #fff;
}
.wallet-btns { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; margin: 12px 0 14px; }
.wallet-btns button {
  border: 1.5px solid var(--line); background: #fff; border-radius: 10px;
  padding: 10px 10px; display: flex; flex-direction: column; align-items: center; gap: 4px;
  font-size: 12.5px; font-weight: 600;
}
.wallet-btns button:hover { border-color: var(--ink); }
.wallet-btns .wlogo { font-size: 20px; }
.wallet-state {
  margin-top: 8px; padding: 12px; border-radius: 10px;
  background: #f6f5ef; font-size: 13px; color: var(--ink-2);
  font-family: 'Space Grotesk', sans-serif;
}
.wallet-state.ok { background: #eaf7ee; color: #0a7a3d; }
.qr {
  display: grid; grid-template-columns: 140px 1fr; gap: 14px; margin-top: 12px;
  padding: 12px; border: 1px solid var(--line); border-radius: 12px; background: #faf8f4;
}
.qr .addr {
  font-family: 'Space Grotesk', monospace; font-size: 12px; word-break: break-all;
  background: #fff; padding: 10px; border-radius: 8px; border: 1px solid var(--line);
}
.qr .copy {
  margin-top: 8px; background: var(--ink); color: #fff;
  border: 0; border-radius: 8px; padding: 9px 12px; font-size: 12.5px; font-weight: 600;
}

.summary { position: sticky; top: 30px; }
.summary h3 { font-size: 14px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.summary .line { display: flex; justify-content: space-between; padding: 8px 0; font-size: 14px; }
.summary .total { border-top: 1px solid var(--line); margin-top: 8px; padding-top: 14px; font-size: 18px; font-weight: 700; }
.summary .total strong { font-family: 'Space Grotesk', sans-serif; font-size: 22px; }
.co-items { padding-bottom: 14px; border-bottom: 1px solid var(--line); margin-bottom: 10px; }
.co-items .cart-item { grid-template-columns: 56px 1fr auto; border-bottom: 0; padding: 10px 0; }
.co-items .cart-item img { width: 56px; height: 56px; position: relative; }
.co-items .ci-q {
  position: absolute; background: var(--ink); color: #fff;
  font-size: 11px; font-weight: 700;
  width: 20px; height: 20px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  transform: translate(46px,-12px);
}

.discount { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin-top: 10px; }
.discount input { padding: 12px 12px; border: 1.5px solid var(--line); border-radius: 10px; font-size: 14px; }
.discount button { border: 1.5px solid var(--line); background: #fff; border-radius: 10px; padding: 0 18px; font-weight: 600; }

.co-foot {
  display: flex; justify-content: space-between; align-items: center; gap: 14px;
  margin-top: 28px;
}
.co-foot .back { color: var(--ink-2); font-size: 14px; }

.stepper { display: flex; gap: 8px; align-items: center; font-size: 13px; color: var(--muted); margin-bottom: 22px; }
.stepper b { color: var(--ink); font-weight: 600; }
.stepper .on { color: var(--ink); font-weight: 600; }
.stepper svg { width: 12px; height: 12px; }

/* ---------- success ---------- */
.success-page {
  max-width: 720px; margin: 60px auto; padding: 0 20px; text-align: center;
}
.success-mark {
  width: 72px; height: 72px; margin: 0 auto 20px; border-radius: 50%;
  background: linear-gradient(135deg, #ff7a3d, #f4b73a);
  display: inline-flex; align-items: center; justify-content: center;
  color: #0b0f1a; font-size: 32px; font-weight: 700;
}
.success-page h1 { font-size: 34px; }
.receipt {
  text-align: left; margin-top: 28px; background: #fff;
  border: 1px solid var(--line); border-radius: 16px; overflow: hidden;
}
.receipt h3 { padding: 16px 20px; margin: 0; background: #faf8f4; border-bottom: 1px solid var(--line); }
.receipt .row { display: flex; justify-content: space-between; padding: 12px 20px; border-bottom: 1px solid var(--line-2); font-size: 14px; }
.receipt .row b { color: var(--muted); font-weight: 500; }
.receipt .row:last-child { border-bottom: 0; }
.receipt .hash { font-family: 'Space Grotesk', monospace; font-size: 12.5px; color: var(--ink); word-break: break-all; }

/* ---------- responsive ---------- */
@media (max-width: 1024px) {
  .pdp { grid-template-columns: 1fr; gap: 28px; }
  .gallery { position: static; }
  .strip { grid-template-columns: repeat(2, 1fr); }
  .specs-grid { grid-template-columns: repeat(2, 1fr); }
  .pay-steps { grid-template-columns: repeat(2, 1fr); }
  .rev-cols { grid-template-columns: repeat(2, 1fr); }
  .story { grid-template-columns: 1fr; }
  .stjude { padding-top: 90px; }
  .stjude-grid { grid-template-columns: 1fr; gap: 28px; }
  .stjude-bullets { grid-template-columns: 1fr 1fr; }
  .stjude-pill .sj-label { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav { display: none; }
  .checkout { grid-template-columns: 1fr; }
  .checkout-left, .checkout-right { max-width: 100%; justify-self: stretch; padding: 28px 22px; }
}
@media (max-width: 640px) {
  h1, .title { font-size: 26px !important; }
  h2 { font-size: 22px; }
  .cta-row { grid-template-columns: 1fr; }
  .trust { grid-template-columns: 1fr; }
  .strip { grid-template-columns: 1fr; }
  .specs-grid { grid-template-columns: 1fr; }
  .pay-steps { grid-template-columns: 1fr; }
  .rev-cols { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .header-inner { grid-template-columns: auto 1fr auto; }
  .ticker { display: none; }
  .stjude { padding: 28px 20px; }
  .stjude h2 { font-size: 26px; }
  .sj-total { font-size: 44px; }
  .sj-split { grid-template-columns: 1fr 1fr; }
  .stjude-brand { position: static; margin: 0 0 18px; align-self: flex-start; }
  .stj-text em { display: none; }
  .form-grid { grid-template-columns: 1fr; }
  .swatches { grid-template-columns: 1fr; }
}
