← ARTSABERS

ARTSABERS — Weekend Takeover ·

MAS79 Approved Content Page ARTSABERS
Open in New Tab ✓ Accepted
Template type: Standard — ready for /wire-template.

Mockup HTML

Open in New Tab
<!DOCTYPE html>
<?xml encoding="utf-8"?><?xml encoding="utf-8"?><?xml encoding="utf-8"?><?xml encoding="utf-8"?><?xml encoding="utf-8"?><?xml encoding="utf-8"?><?xml encoding="utf-8"?><?xml encoding="utf-8"?><?xml encoding="utf-8"?><?xml encoding="utf-8"?><?xml encoding="utf-8"?><?xml encoding="utf-8"?><?xml encoding="utf-8"?><?xml encoding="utf-8"?><?xml encoding="utf-8"?><?xml encoding="utf-8"?><?xml encoding="utf-8"?><?xml encoding="utf-8"?><?xml encoding="utf-8"?><?xml encoding="utf-8"?><html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ARTSABERS — The Vader Weekend · Weekend Takeover</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Manrope:wght@400;500;600;700&family=Orbitron:wght@400;500;600;700;800&family=Onest:wght@400;500;600;700&display=swap" rel="stylesheet">
<style>:root {
  /* Orange ombre (accents) */
  --ember-glow: #FFB347;
  --ember-bright: #FF9540;
  --ember: #FF7A2E;
  --ember-forge: #E85D18;
  --ember-deep: #D14810;
  --ember-smoulder: #8B2E08;
  --ember-scar: #5A1A00;
  --on-primary-fixed: #2A0800;

  /* Hull ladder (backgrounds - surfaces) */
  --carbon: #060606;
  --void: #0A0A0A;
  --charcoal: #141414;
  --charcoal-warm: #161412;
  --hull-panel: #1A1A1A;
  --hull-panel-lift: #242424;
  --hull-panel-dark: #0F0F0F;
  --hull-chrome-shadow: #2E2E2E;
  --hull-edge: #363636;

  /* Chrome / whites */
  --chrome-highlight: #FAFAFA;
  --chrome-glint: #E8E4DD;
  --chrome-warm: #F5F0E8;
  --chrome-dim: #B8B0A6;

  /* Surface semantic roles */
  --bg-page: var(--carbon);
  --bg-hero: var(--carbon);
  --bg-section: var(--charcoal);
  --bg-section-warm: var(--charcoal-warm);
  --bg-section-deep: var(--void);
  --bg-card: var(--hull-panel);
  --bg-card-lift: var(--hull-panel-lift);
  --bg-card-deep: var(--hull-panel-dark);
  --bg-footer: var(--carbon);

  /* Text roles */
  --text-primary: var(--chrome-warm);
  --text-heading: var(--chrome-highlight);
  --text-muted: var(--chrome-dim);
  --text-on-ember: var(--on-primary-fixed);

  /* Type */
  --font-display: 'Orbitron', system-ui, sans-serif;
  --font-body: 'Onest', system-ui, sans-serif;

  /* Shadow tokens */
  --panel-lift: inset 0 1px 0 rgba(250,250,250,0.08), 0 8px 24px -8px rgba(0,0,0,0.9);
  --panel-lift-hover: inset 0 1px 0 rgba(250,250,250,0.14), 0 16px 40px -12px rgba(0,0,0,0.95);
  --ember-glow-sm: 0 0 16px rgba(255,122,46,0.35);
  --ember-glow-md: 0 0 28px rgba(255,122,46,0.55);
  --ember-hot-rim: inset 0 0 0 1px rgba(255,122,46,0.6), 0 0 24px rgba(255,122,46,0.5);
  --chrome-top-soft: inset 0 1px 0 rgba(250,250,250,0.30);

  /* Ember hairline */
  --ember-hairline: 1px solid rgba(255,122,46,0.55);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html, body {
  background: var(--bg-page);
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }

/* ============================================================
   BLOCK: site-alert
   ============================================================ */
.site-alert {
  width: 100%;
  min-height: 44px;
  background: linear-gradient(180deg, rgba(232,93,24,0.22) 0%, rgba(139,46,8,0.28) 100%);
  border-bottom: 1px solid rgba(255,122,46,0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
}

.site-alert__link {
  color: var(--chrome-warm);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
}

.site-alert__label {
  color: var(--ember-glow);
  font-weight: 700;
}

.site-alert__sep {
  color: rgba(255,122,46,0.4);
}

.site-alert__chevron {
  color: var(--ember);
  font-size: 14px;
  transform: translateX(0);
  transition: transform 200ms ease;
}

.site-alert__link:hover .site-alert__chevron { transform: translateX(4px); }

/* ============================================================
   BLOCK: site-nav
   ============================================================ */
.site-nav {
  background: var(--carbon);
  border-bottom: 1px solid rgba(46,46,46,0.4);
  position: relative;
  z-index: 10;
}

.site-nav__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 22px 40px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
}

.site-nav__brand {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.24em;
  color: var(--chrome-highlight);
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav__brand--accent { color: var(--ember); }

.site-nav__links {
  list-style: none;
  display: flex;
  gap: 36px;
  justify-content: center;
}

.site-nav__link {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--chrome-warm);
  text-decoration: none;
  padding: 6px 0;
  transition: color 180ms ease;
}

.site-nav__link:hover { color: var(--ember); }

.site-nav__utility {
  display: flex;
  gap: 22px;
  justify-content: flex-end;
  align-items: center;
}

.site-nav__util-link {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--chrome-dim);
  text-decoration: none;
}

.site-nav__util-link:hover { color: var(--chrome-warm); }

.site-nav__cart {
  color: var(--chrome-warm);
}

/* ============================================================
   BLOCK: hero-takeover
   ============================================================ */
.hero-takeover {
  position: relative;
  min-height: 640px;
  background: var(--bg-hero);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-takeover__bg {
  position: absolute;
  inset: 0;
  background-image: url('https://camcom.dev/wp-content/uploads/2026/07/6f0320e4a3df77a3b51e2d37a15e6eae-6.jpg');
  background-size: cover;
  background-position: center;
  filter: saturate(0.85) brightness(0.85);
}

.hero-takeover__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 30% 55%, rgba(209,72,16,0.30) 0%, rgba(6,6,6,0) 60%),
    radial-gradient(ellipse 60% 55% at 70% 40%, rgba(232,93,24,0.22) 0%, rgba(6,6,6,0) 55%),
    linear-gradient(180deg, rgba(6,6,6,0.55) 0%, rgba(6,6,6,0.65) 50%, rgba(6,6,6,0.82) 100%);
}

.hero-takeover__panel-end {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 100px;
  background: linear-gradient(180deg, rgba(6,6,6,0) 0%, rgba(232,93,24,0.18) 60%, rgba(6,6,6,0) 100%);
  pointer-events: none;
}

.hero-takeover__panel-end::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(255,122,46,0.55) 20%, rgba(255,179,71,0.75) 50%, rgba(255,122,46,0.55) 80%, transparent 100%);
  box-shadow: 0 0 24px rgba(255,122,46,0.55);
}

.hero-takeover__inner {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  width: 100%;
  padding: 96px 40px 80px;
  text-align: center;
}

.hero-takeover__eyebrow {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ember);
  margin-bottom: 24px;
  padding: 8px 18px;
  border: var(--ember-hairline);
  background: rgba(6,6,6,0.4);
}

.hero-takeover__title {
  font-family: var(--font-display);
  font-size: clamp(48px, 7vw, 84px);
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 1.02;
  color: var(--chrome-highlight);
  margin-bottom: 22px;
  text-shadow: 0 4px 30px rgba(0,0,0,0.6);
}

.hero-takeover__sub {
  font-family: var(--font-body);
  font-size: 19px;
  line-height: 1.55;
  color: var(--chrome-warm);
  max-width: 780px;
  margin: 0 auto 44px;
}

/* Countdown */
.countdown {
  max-width: 780px;
  margin: 0 auto 40px;
  padding: 26px 0;
  border-top: var(--ember-hairline);
  border-bottom: var(--ember-hairline);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}

.countdown__cell {
  text-align: center;
  padding: 0 8px;
  position: relative;
}

.countdown__cell + .countdown__cell::before {
  content: "";
  position: absolute;
  left: 0; top: 15%; bottom: 15%;
  width: 1px;
  background: linear-gradient(180deg, transparent 0%, rgba(255,122,46,0.55) 30%, rgba(255,179,71,0.7) 50%, rgba(255,122,46,0.55) 70%, transparent 100%);
}

.countdown__num {
  font-family: var(--font-display);
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 700;
  color: var(--chrome-highlight);
  letter-spacing: -0.01em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  margin-bottom: 10px;
  text-shadow: 0 0 22px rgba(255,122,46,0.25);
}

.countdown__label {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ember);
}

.hero-takeover__ctas {
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.hero-takeover__note {
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--chrome-dim);
  letter-spacing: 0.04em;
}

/* Reusable primary CTA */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 260px;
  padding: 18px 30px;
  background: linear-gradient(180deg, var(--ember-glow) 0%, var(--ember) 50%, var(--ember-deep) 100%);
  color: var(--on-primary-fixed);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: var(--ember-glow-sm);
  transition: box-shadow 220ms ease, transform 180ms ease;
}

.btn-primary:hover {
  box-shadow: var(--ember-glow-md);
  transform: translateY(-1px);
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 260px;
  padding: 18px 30px;
  background: transparent;
  border: 1px solid rgba(62,62,62,0.55);
  color: var(--chrome-warm);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background 200ms ease, box-shadow 200ms ease;
}

.btn-ghost:hover {
  background: var(--hull-panel-lift);
  box-shadow: var(--chrome-top-soft);
}

/* ============================================================
   BLOCK: pitch-band (3-cell)
   ============================================================ */
.pitch-band {
  background: var(--bg-page);
  padding: 96px 40px;
  position: relative;
}

.pitch-cell {
  padding: 40px 32px;
  background: var(--bg-card);
  box-shadow: var(--panel-lift);
  position: relative;
}

.pitch-cell::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 1px;
  background: rgba(250,250,250,0.30);
}

.pitch-cell__glyph {
  width: 44px;
  height: 44px;
  border: var(--ember-hairline);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  color: var(--ember);
  letter-spacing: 0.08em;
  margin-bottom: 22px;
  box-shadow: var(--ember-glow-sm);
}

.pitch-cell__title {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  color: var(--chrome-highlight);
  margin-bottom: 14px;
  line-height: 1.2; letter-spacing: 0.8px; }

.pitch-cell__body {
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--chrome-warm);
  line-height: 1.6;
}

/* ============================================================
   BLOCK: hilts-grid
   ============================================================ */
.hilts-grid {
  background: var(--bg-page);
  padding: 20px 40px 120px;
}

.hilts-grid__head {
  max-width: 1180px;
  margin: 0 auto 48px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(46,46,46,0.4);
}

.hilts-grid__eyebrow {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ember);
  display: block;
  margin-bottom: 10px;
}

.hilts-grid__title {
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 700;
  color: var(--chrome-highlight);
  letter-spacing: 0.8px;
}

.hilts-grid__hud {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--chrome-dim);
  display: flex;
  gap: 14px;
  align-items: center;
}

.hilts-grid__hud-sep { color: rgba(184,176,166,0.35); }

.hilts-grid__hud-accent { color: var(--ember); }

.hilts-grid__grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* ============================================================
   BLOCK: hilt-card
   ============================================================ */
.hilt-card {
  background: var(--bg-card);
  box-shadow: var(--panel-lift);
  position: relative;
  display: flex;
  flex-direction: column;
  transition: box-shadow 260ms ease, transform 240ms ease;
}

.hilt-card::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 1px;
  background: rgba(250,250,250,0.30);
  z-index: 3;
}

.hilt-card:hover {
  box-shadow: var(--panel-lift-hover);
  transform: translateY(-2px);
}

.hilt-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  background: var(--hull-panel-dark);
  overflow: hidden;
}

.hilt-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.95) contrast(1.05);
}

.hilt-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: linear-gradient(180deg, var(--ember-forge) 0%, var(--ember-deep) 100%);
  color: var(--on-primary-fixed);
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 8px 12px;
  box-shadow: var(--ember-glow-sm);
  z-index: 2;
}

.hilt-card__urgency {
  position: absolute;
  bottom: 14px;
  right: 14px;
  background: rgba(6,6,6,0.85);
  border: 1px solid rgba(255,122,46,0.4);
  color: var(--ember-glow);
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 6px 10px;
  z-index: 2;
}

.hilt-card__body {
  padding: 28px 26px 30px;
  background: var(--bg-card-lift);
  display: flex;
  flex-direction: column;
  flex: 1;
}

.hilt-card__title {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  color: var(--chrome-highlight);
  margin-bottom: 6px;
  line-height: 1.2; letter-spacing: 0.8px; }

.hilt-card__sub {
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--chrome-dim);
  margin-bottom: 20px;
  letter-spacing: 0.04em;
}

.hilt-card__price {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 22px;
}

.hilt-card__price-now {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 700;
  color: var(--ember);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
}

.hilt-card__price-was {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 500;
  color: var(--chrome-dim);
  text-decoration: line-through;
  font-variant-numeric: tabular-nums;
}

.hilt-card__specs {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  border-top: 1px solid rgba(46,46,46,0.4);
}

.hilt-card__spec {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(46,46,46,0.4);
}

.hilt-card__spec-label {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--chrome-dim);
  white-space: nowrap;
}

.hilt-card__spec-leader {
  flex: 1;
  border-bottom: 1px dotted rgba(184,176,166,0.4);
  margin: 0 4px;
  align-self: center;
  min-width: 12px;
}

.hilt-card__spec-value {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--chrome-warm);
  font-variant-numeric: tabular-nums;
  text-align: right;
  white-space: nowrap;
}

.hilt-card__rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  font-family: var(--font-body);
  font-size: 12px;
  color: var(--chrome-dim);
  letter-spacing: 0.04em;
}

.hilt-card__stars {
  color: var(--ember);
  font-size: 14px;
  letter-spacing: 0.05em;
}

.hilt-card__cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  background: transparent;
  border: 1px solid rgba(255,122,46,0.4);
  color: var(--ember);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 220ms ease, color 220ms ease, box-shadow 220ms ease;
}

.hilt-card__cta:hover {
  background: rgba(255,122,46,0.08);
  box-shadow: var(--ember-glow-sm);
  color: var(--ember-glow);
}

.hilt-card__cta-arrow {
  transition: transform 200ms ease;
}

.hilt-card__cta:hover .hilt-card__cta-arrow { transform: translateX(4px); }

/* ============================================================
   BLOCK: gift-band (repurposed ember-ombre)
   ============================================================ */
.gift-band {
  position: relative;
  padding: 60px 40px;
  background: linear-gradient(180deg, var(--ember-glow) 0%, var(--ember) 45%, var(--ember-forge) 100%);
  overflow: hidden;
}

.gift-band::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 1px;
  background: rgba(250,250,250,0.45);
}

.gift-band__inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 60px;
  align-items: center;
}

.gift-band__copy { }

.gift-band__eyebrow {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--on-primary-fixed);
  margin-bottom: 20px;
  display: block;
  opacity: 0.85;
}

.gift-band__title {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.6vw, 44px);
  font-weight: 700;
  color: var(--on-primary-fixed);
  line-height: 1.1;
  letter-spacing: 0.8px;
  margin-bottom: 20px;
}

.gift-band__sub {
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--on-primary-fixed);
  line-height: 1.6;
  max-width: 560px;
  opacity: 0.88;
}

.gift-band__visual {
  aspect-ratio: 4 / 3;
  background:
    radial-gradient(ellipse 70% 55% at 50% 50%, rgba(255,255,255,0.28) 0%, rgba(255,179,71,0) 60%),
    linear-gradient(180deg, rgba(42,8,0,0.15) 0%, rgba(42,8,0,0.35) 100%);
  border: 1px solid rgba(42,8,0,0.25);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gift-band__visual::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 15%;
  bottom: 15%;
  width: 8px;
  transform: translateX(-50%);
  background: linear-gradient(180deg,
    rgba(255,255,255,0.95) 0%,
    rgba(255,179,71,0.85) 40%,
    rgba(255,122,46,0.7) 80%,
    rgba(209,72,16,0.4) 100%);
  box-shadow: 0 0 30px rgba(255,179,71,0.8), 0 0 60px rgba(255,122,46,0.5);
}

.gift-band__visual::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background: linear-gradient(180deg, var(--hull-panel-lift), var(--hull-panel-dark));
  border-top: 2px solid rgba(250,250,250,0.35);
  border-radius: 0;
  box-shadow: inset 0 -6px 12px rgba(0,0,0,0.7), 0 4px 12px rgba(0,0,0,0.5);
}

.gift-band__caption {
  position: absolute;
  bottom: 22px;
  left: 22px;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--on-primary-fixed);
  z-index: 2;
  opacity: 0.65;
}

/* ============================================================
   BLOCK: urgency-band
   ============================================================ */
.urgency-band {
  background: var(--bg-page);
  padding: 60px 40px;
  position: relative;
  border-top: 1px solid rgba(255,122,46,0.35);
}

.urgency-band::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 60px;
  background: radial-gradient(ellipse 60% 100% at 50% 0%, rgba(232,93,24,0.18) 0%, rgba(6,6,6,0) 70%);
  pointer-events: none;
}

.urgency-band__inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.urgency-band__stats {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.urgency-stat {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  background: rgba(20,20,20,0.7);
  border: 1px solid rgba(255,122,46,0.4);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--chrome-warm);
}

.urgency-stat__num {
  color: var(--ember);
  font-variant-numeric: tabular-nums;
  font-size: 16px;
  font-weight: 700;
}

.urgency-band__note {
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--chrome-dim);
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.55;
}

/* ============================================================
   BLOCK: newsletter (MAS73 canonical)
   ============================================================ */
.newsletter {
  background: linear-gradient(180deg, var(--ember-glow) 0%, var(--ember) 50%, var(--ember-forge) 100%);
  padding: 90px 40px;
  position: relative;
  text-align: center;
}

.newsletter::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 1px;
  background: rgba(250,250,250,0.45);
}

.newsletter__inner {
  max-width: 780px;
  margin: 0 auto;
  position: relative;
}

.newsletter__eyebrow {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--on-primary-fixed);
  opacity: 0.85;
  margin-bottom: 22px;
  display: block;
}

.newsletter__title {
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 700;
  color: var(--on-primary-fixed);
  line-height: 1.1;
  letter-spacing: 0.8px;
  margin-bottom: 20px;
}

.newsletter__sub {
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--on-primary-fixed);
  line-height: 1.6;
  opacity: 0.85;
  margin-bottom: 40px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.newsletter__form {
  display: flex;
  gap: 16px;
  max-width: 560px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.newsletter__input {
  flex: 1;
  min-width: 240px;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(42,8,0,0.4);
  color: var(--on-primary-fixed);
  font-family: var(--font-body);
  font-size: 16px;
  padding: 14px 4px;
  outline: none;
}

.newsletter__input::placeholder { color: rgba(42,8,0,0.55); }

.newsletter__input:focus {
  border-bottom-color: var(--on-primary-fixed);
}

.newsletter__submit {
  padding: 14px 34px;
  background: transparent;
  border: 1px solid rgba(42,8,0,0.6);
  color: var(--on-primary-fixed);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 200ms ease;
}

.newsletter__submit:hover {
  background: rgba(42,8,0,0.15);
}

/* ============================================================
   BLOCK: trust-bar (MAS49-locked)
   ============================================================ */
.trust-bar {
  background: var(--bg-section);
  padding: 40px 40px;
  border-top: 1px solid rgba(46,46,46,0.35);
}

.trust-bar__inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.trust-chip {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 0;
}

.trust-chip__glyph {
  width: 32px;
  height: 32px;
  border: var(--ember-hairline);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  color: var(--ember);
  flex-shrink: 0;
}

.trust-chip__text {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--chrome-warm);
  line-height: 1.35;
}

.trust-chip__text strong {
  display: block;
  color: var(--chrome-highlight);
  font-weight: 600;
  letter-spacing: 0.16em;
  margin-bottom: 4px;
}

/* ============================================================
   BLOCK: site-footer
   ============================================================ */
.site-footer {
  background: var(--bg-footer);
  padding: 90px 40px 40px;
  position: relative;
  color: var(--chrome-dim);
}

.site-footer::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 60px;
  background: radial-gradient(ellipse 70% 100% at 50% 0%, rgba(232,93,24,0.16) 0%, rgba(6,6,6,0) 70%);
  pointer-events: none;
}

.site-footer::after {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(255,122,46,0.55) 20%, rgba(255,179,71,0.7) 50%, rgba(255,122,46,0.55) 80%, transparent 100%);
  box-shadow: 0 0 24px rgba(255,122,46,0.4);
}

.site-footer__inner {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
}

.site-footer__cols {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(46,46,46,0.5);
}

.site-footer__brand {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.24em;
  color: var(--chrome-highlight);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.site-footer__brand-accent { color: var(--ember); }

.site-footer__blurb {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--chrome-dim);
  line-height: 1.55;
  max-width: 320px;
}

.site-footer__col-title {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--chrome-warm);
  margin-bottom: 20px;
}

.site-footer__links {
  list-style: none;
  padding: 0;
}

.site-footer__links li { margin-bottom: 10px; }

.site-footer__link {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--chrome-dim);
  text-decoration: none;
  transition: color 180ms ease;
}

.site-footer__link:hover { color: var(--ember); }

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 34px;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--chrome-dim);
  flex-wrap: wrap;
  gap: 20px;
}

/* ============================================================
   Mobile
   ============================================================ */
@media (max-width: 900px) {
  .site-nav__inner {
    grid-template-columns: 1fr auto;
    gap: 16px;
    padding: 18px 22px;
  }
  .site-nav__links { display: none; }
  .site-alert__link { font-size: 11px; letter-spacing: 0.1em; padding: 10px 0; gap: 8px; }
  .site-alert__sep { display: none; }

  .hero-takeover__inner { padding: 72px 22px 60px; }
  .hero-takeover__title { font-size: 44px; letter-spacing: 0.8px; }
  .hero-takeover__sub { font-size: 16px; }
  .countdown { padding: 20px 0; }
  .countdown__num { font-size: 32px; }
  .countdown__label { font-size: 10px; letter-spacing: 0.18em; }
  .hero-takeover__ctas { flex-direction: column; align-items: center; }
  .btn-primary, .btn-ghost { min-width: 260px; width: 100%; max-width: 320px; }

  .pitch-band { padding: 60px 22px; }
  .pitch-band__grid { grid-template-columns: 1fr; gap: 20px; }
  .pitch-cell { padding: 30px 24px; }

  .hilts-grid { padding: 0 22px 80px; }
  .hilts-grid__head { flex-direction: column; align-items: flex-start; }
  .hilts-grid__grid { grid-template-columns: 1fr; gap: 24px; }

  .gift-band { padding: 60px 22px; }
  .gift-band__inner { grid-template-columns: 1fr; gap: 32px; }
  .gift-band__visual { max-width: 320px; margin: 0 auto; width: 100%; min-height: 240px; }

  .urgency-band { padding: 50px 22px; }
  .urgency-stat { font-size: 11px; padding: 8px 12px; }

  .newsletter { padding: 70px 22px; }
  .newsletter__form { flex-direction: column; }
  .newsletter__submit { width: 100%; }

  .trust-bar { padding: 30px 22px; }
  .trust-bar__inner { grid-template-columns: 1fr 1fr; gap: 22px; }

  .site-footer { padding: 70px 22px 30px; }
  .site-footer__cols {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .site-footer__bottom { flex-direction: column; align-items: flex-start; }
}

/* orbitron-retrofit: title-em italic kill */
[class*="__title"] em, [class*="__title"] i,
[class*="-title"] em, [class*="-title"] i,
[class*="__heading"] em, [class*="__heading"] i,
[class*="-heading"] em, [class*="-heading"] i { font-style: normal; }

/* -- Reconciled from family 14002 canonical 12840:tf-newsletter-signup -- */
.container { width: 100%; max-width: 1440px; margin: 0 auto; padding: 0 48px; }

/* =========================================================
   CAPTURE BAND — full orange ombre (biggest ember moment)
   ========================================================= */
.capture {
  position: relative;
  background: linear-gradient(180deg, var(--ember-glow) 0%, var(--ember-bright) 25%, var(--ember) 55%, var(--ember-forge) 100%);
  padding: 140px 0;
  box-shadow:
    inset 0 2px 0 rgba(255,235,180,0.55),
    inset 0 -1px 0 rgba(90,26,0,0.55),
    0 -12px 40px -8px rgba(255,122,46,0.55);
  overflow: hidden;
}

.capture::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(255,235,180,0.35) 0%, rgba(255,235,180,0) 55%),
    radial-gradient(ellipse at 80% 70%, rgba(209,72,16,0.35) 0%, rgba(209,72,16,0) 60%);
  pointer-events: none;
}

.capture__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  z-index: 2;
}

.capture__copy { max-width: 620px; }

.capture__eyebrow {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--on-primary-fixed);
  opacity: 0.72;
  margin-bottom: 20px;
}

.capture__title {
  font-family: var(--font-display);
  font-size: clamp(48px, 5.5vw, 78px);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--on-primary-fixed);
  margin-bottom: 24px;
}

.capture__sub {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--on-primary-fixed);
  opacity: 0.86;
  max-width: 520px;
}

.capture__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 44px;
  background: rgba(20,20,20,0.94);
  box-shadow:
    inset 0 1px 0 rgba(250,250,250,0.2),
    0 30px 60px -20px rgba(0,0,0,0.7);
}

.capture__form-lbl {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ember-glow);
}

.capture__form-input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(184,176,166,0.35);
  padding: 14px 0;
  font-family: var(--font-body);
  font-size: 17px;
  color: var(--chrome-warm);
  outline: none;
  transition: border-color 200ms ease, box-shadow 200ms ease;
  width: 100%;
}

.capture__form-input::placeholder { color: var(--chrome-dim); opacity: 0.7; }

.capture__form-input:focus {
  border-bottom-color: var(--ember);
  box-shadow: 0 2px 12px -2px rgba(255,122,46,0.4);
}

.capture__form-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 30px;
  background: linear-gradient(180deg, var(--ember-glow) 0%, var(--ember) 50%, var(--ember-deep) 100%);
  color: var(--on-primary-fixed);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  box-shadow: var(--ember-glow-sm);
  transition: box-shadow 200ms ease;
  margin-top: 8px;
}

.capture__form-cta:hover { box-shadow: var(--ember-glow-md); }

.capture__form-fine {
  font-family: var(--font-body);
  font-size: 12px;
  color: var(--chrome-dim);
  line-height: 1.5;
}

@media (max-width: 640px) {
  .container { padding: 0 24px; }
  .promo-bar__inner { gap: 16px; font-size: 10px; }
  .promo-bar__item { gap: 16px; }
  .hero__telemetry-row { flex-wrap: wrap; gap: 20px; }
  .hero__tagline { display: none; }
  .trust-bar__row { grid-template-columns: 1fr 1fr; row-gap: 24px; }
  .trust-bar__cell { border-right: 0; padding: 4px 12px; }
  .saber-core__grid { grid-template-columns: 1fr; }
  .faction-grid { grid-template-columns: 1fr; }
  .faction-tile { height: 340px; }
  .section-head { flex-direction: column; align-items: flex-start; gap: 24px; }
  .section-head__right { text-align: left; }
  .capture { padding: 90px 0; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 40px; }
  .site-footer__base { flex-direction: column; align-items: flex-start; gap: 20px; }
}

/* -- Reconciled from family 13999 canonical 13532:tf-trust-prose-cells-1 -- */
:root {
  /* ── Ember ombre (accent voice) ── */
  --ember-glow: #FFB347;
  --ember-bright: #FF9540;
  --ember: #FF7A2E;
  --ember-forge: #E85D18;
  --ember-deep: #D14810;
  --ember-smoulder: #8B2E08;
  --ember-scar: #5A1A00;
  --on-primary-fixed: #2A0800;

  /* ── Hull ladder (surface roles) ── */
  --carbon: #060606;
  --void: #0A0A0A;
  --charcoal: #141414;
  --charcoal-warm: #161412;
  --hull-panel: #1A1A1A;
  --hull-panel-lift: #242424;
  --hull-panel-dark: #0F0F0F;
  --hull-chrome-shadow: #2E2E2E;
  --hull-edge: #363636;

  /* ── Chrome / white highlights ── */
  --chrome-highlight: #FAFAFA;
  --chrome-glint: #E8E4DD;
  --chrome-warm: #F5F0E8;
  --chrome-dim: #B8B0A6;

  /* ── Semantic surface roles ── */
  --bg-section: var(--charcoal);
  --bg-card: var(--hull-panel);
  --bg-card-lift: var(--hull-panel-lift);
  --bg-hero: var(--carbon);
  --bg-footer: var(--carbon);

  /* ── Text roles ── */
  --text-primary: var(--chrome-warm);
  --text-heading: var(--chrome-highlight);
  --text-dim: var(--chrome-dim);
  --text-on-ember: var(--on-primary-fixed);

  /* ── Type ── */
  --font-display: 'Orbitron', system-ui, sans-serif;
  --font-body: 'Onest', system-ui, sans-serif;

  /* ── Elevation ── */
  --panel-lift: inset 0 1px 0 rgba(250,250,250,0.08), 0 8px 24px -8px rgba(0,0,0,0.9);
  --panel-lift-hover: inset 0 1px 0 rgba(250,250,250,0.15), 0 16px 40px -10px rgba(0,0,0,0.95);
  --ember-glow-sm: 0 0 16px rgba(255,122,46,0.35);
  --ember-glow-md: 0 0 28px rgba(255,122,46,0.55);
  --ember-hot-rim: inset 0 0 0 1px rgba(255,122,46,0.6), 0 0 24px rgba(255,122,46,0.5);
  --chrome-top-soft: inset 0 1px 0 rgba(250,250,250,0.30);
  --chrome-top-strong: inset 0 1px 0 rgba(250,250,250,0.40);

  /* ── Layout ── */
  --container: 1280px;
  --gutter: 48px;
  --gutter-wide: 96px;
}

/* ── Utility ── */
.wrap {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.eyebrow {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ember);
}

/* ══════════════════════════════════════════
   BLOCK: positioning-band (patterned Variant G)
   ══════════════════════════════════════════ */
.positioning-band {
  background:
    linear-gradient(180deg, rgba(6,6,6,0.66) 0%, rgba(6,6,6,0.72) 50%, rgba(6,6,6,0.66) 100%),
    /* Variant G: two vertical hull plates with a vertical ember seam */
    linear-gradient(90deg,
      #0e0e0e 0%,
      #0e0e0e 49.7%,
      rgba(255,122,46,0.55) 49.9%,
      rgba(255,180,71,0.8) 50%,
      rgba(255,122,46,0.55) 50.1%,
      #0e0e0e 50.3%,
      #0e0e0e 100%),
    var(--void);
  background-size: 100% 100%, 100% 100%, auto;
  background-blend-mode: multiply, normal, normal;
  padding-block: 128px;
  position: relative;
}

.positioning-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255,122,46,0.10) 0%, rgba(255,122,46,0) 40%),
    radial-gradient(ellipse at 50% 100%, rgba(255,122,46,0.08) 0%, rgba(255,122,46,0) 40%);
  pointer-events: none;
}

.positioning-band__header {
  max-width: 780px;
  margin: 0 auto 80px;
  text-align: center;
  position: relative;
}

.positioning-band__eyebrow { margin-bottom: 20px; }

.positioning-band__title {
  font-family: var(--font-display);
  font-size: clamp(30px, 3.6vw, 40px);
  font-weight: 700;
  color: var(--chrome-highlight);
  letter-spacing: 0.8px;
  line-height: 1.08;
  margin: 0 0 20px;
}

.positioning-band__lede {
  font-family: var(--font-body);
  font-size: 17px;
  color: var(--chrome-warm);
  opacity: 0.86;
  margin: 0;
}

.positioning-band__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  position: relative;
}

.positioning-cell {
  padding: 40px 32px;
  background: rgba(20,20,20,0.94);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  box-shadow: var(--panel-lift);
}

.positioning-cell__glyph {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,122,46,0.5);
  color: var(--ember);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 24px;
  box-shadow: 0 0 18px rgba(255,122,46,0.18), var(--chrome-top-soft);
}

.positioning-cell__title {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--chrome-highlight);
  letter-spacing: 0.8px;
  line-height: 1.22;
  margin: 0 0 16px;
}

.positioning-cell__body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--chrome-warm);
  margin: 0;
}

@media (max-width: 720px) {
  :root { --gutter: 24px; }
  .site-nav__inner { height: 64px; }
  .site-nav__links { display: none; }
  .site-nav__cta { padding: 8px 14px; font-size: 11px; }
  .hero-atmospheric { min-height: 480px; }
  .hero-atmospheric__inner { padding-block: 96px 88px; }
  .hero-atmospheric__title { font-size: 40px; letter-spacing: 0.8px; }
  .hero-atmospheric__sub { font-size: 16px; }
  .manifesto-band { padding-block: 80px; }
  .manifesto-band__grid { grid-template-columns: 1fr; gap: 40px; }
  .featured-guide__inner { padding-block: 64px; }
  .featured-guide__stats { grid-template-columns: 1fr; gap: 20px; }
  .featured-guide__stat-num { font-size: 36px; }
  .topic-filter__row { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 8px; }
  .topic-filter__chip { flex: 0 0 auto; }
  .guide-grid { padding-block: 32px 88px; }
  .guide-grid__list { grid-template-columns: 1fr; gap: 24px; }
  .positioning-band { padding-block: 80px; }
  .positioning-band__grid { grid-template-columns: 1fr; gap: 20px; }
  .newsletter-ember { padding-block: 80px; }
  .newsletter-ember__form { flex-direction: column; align-items: stretch; }
  .newsletter-ember__submit { width: 100%; padding: 16px; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 40px; margin-bottom: 48px; }
  .site-footer__bottom { flex-direction: column; align-items: flex-start; }
}

/* -- Reconciled from family 13997 canonical 12840:tf-product-card-2 -- */
/* Panel-seam kept as a clean ember hairline + soft glow — the shadow
   channels above/below were removed 2026-07-07 because they read as a
   second seam next to the ember line rather than a physical join. */

/* Cards read as raised plates — beefier chrome top edge + deeper cast shadow. */
.core-card,
.product-card,
.faction-tile,
.mission-panel,
.testimonial,
.brand-story__panel {
  box-shadow:
    inset 0 1px 0 rgba(250,250,250,0.16),
    inset 0 -1px 0 rgba(0,0,0,0.55),
    0 10px 28px -10px rgba(0,0,0,0.95),
    0 2px 6px -2px rgba(0,0,0,0.7);
  position: relative;
}

.product-card:hover {
  box-shadow: var(--panel-lift-hover);
  transform: translateY(-3px);
}

.product-card--featured:hover {
  box-shadow: var(--ember-hot-rim), var(--panel-lift-hover);
}

.product-card:hover .product-card__img { transform: scale(1.03); }

.product-card__stage::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,0) 62%, rgba(6,6,6,0.75) 100%);
  z-index: 1;
  pointer-events: none;
}

.product-card__stage::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 4px;
  background: linear-gradient(90deg, rgba(255,122,46,0) 0%, rgba(255,122,46,0.6) 50%, rgba(255,122,46,0) 100%);
  z-index: 2;
  filter: blur(3px);
}

/* -- Reconciled from family 13997 canonical 12840:tf-product-card-2 -- */
/* Panel-seam kept as a clean ember hairline + soft glow — the shadow
   channels above/below were removed 2026-07-07 because they read as a
   second seam next to the ember line rather than a physical join. */

/* Cards read as raised plates — beefier chrome top edge + deeper cast shadow. */
.core-card,
.product-card,
.faction-tile,
.mission-panel,
.testimonial,
.brand-story__panel {
  box-shadow:
    inset 0 1px 0 rgba(250,250,250,0.16),
    inset 0 -1px 0 rgba(0,0,0,0.55),
    0 10px 28px -10px rgba(0,0,0,0.95),
    0 2px 6px -2px rgba(0,0,0,0.7);
  position: relative;
}

.product-card:hover {
  box-shadow: var(--panel-lift-hover);
  transform: translateY(-3px);
}

.product-card--featured:hover {
  box-shadow: var(--ember-hot-rim), var(--panel-lift-hover);
}

.product-card:hover .product-card__img { transform: scale(1.03); }

.product-card__stage::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,0) 62%, rgba(6,6,6,0.75) 100%);
  z-index: 1;
  pointer-events: none;
}

.product-card__stage::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 4px;
  background: linear-gradient(90deg, rgba(255,122,46,0) 0%, rgba(255,122,46,0.6) 50%, rgba(255,122,46,0) 100%);
  z-index: 2;
  filter: blur(3px);
}

/* -- Reconciled from family 13997 canonical 12840:tf-product-card-2 -- */
/* Panel-seam kept as a clean ember hairline + soft glow — the shadow
   channels above/below were removed 2026-07-07 because they read as a
   second seam next to the ember line rather than a physical join. */

/* Cards read as raised plates — beefier chrome top edge + deeper cast shadow. */
.core-card,
.product-card,
.faction-tile,
.mission-panel,
.testimonial,
.brand-story__panel {
  box-shadow:
    inset 0 1px 0 rgba(250,250,250,0.16),
    inset 0 -1px 0 rgba(0,0,0,0.55),
    0 10px 28px -10px rgba(0,0,0,0.95),
    0 2px 6px -2px rgba(0,0,0,0.7);
  position: relative;
}

.product-card:hover {
  box-shadow: var(--panel-lift-hover);
  transform: translateY(-3px);
}

.product-card--featured:hover {
  box-shadow: var(--ember-hot-rim), var(--panel-lift-hover);
}

.product-card:hover .product-card__img { transform: scale(1.03); }

.product-card__stage::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,0) 62%, rgba(6,6,6,0.75) 100%);
  z-index: 1;
  pointer-events: none;
}

.product-card__stage::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 4px;
  background: linear-gradient(90deg, rgba(255,122,46,0) 0%, rgba(255,122,46,0.6) 50%, rgba(255,122,46,0) 100%);
  z-index: 2;
  filter: blur(3px);
}

.product-card {
  background: var(--bg-patterned-card);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  box-shadow: var(--panel-lift);
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  position: relative;
}

.product-card:hover {
  box-shadow: var(--panel-lift-hover), 0 0 32px rgba(255,122,46,0.2);
  transform: translateY(-4px);
}

.product-card--hot { box-shadow: var(--panel-lift), var(--ember-hot-rim); }

.product-card--hot:hover { box-shadow: var(--panel-lift-hover), var(--ember-hot-rim), 0 0 40px rgba(255,122,46,0.4); }

.product-card__media {
  position: relative;
  aspect-ratio: 1/1;
  background-color: #0a0a0a;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.product-card__badge::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ember);
  box-shadow: 0 0 8px rgba(255,122,46,0.8);
}

.product-card__badge--low::before {
  background: var(--ember-glow);
}

.product-card__body {
  background: var(--hull-panel-lift);
  padding: 24px 28px 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-card__meta {
  font-family: var(--font-display);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--chrome-dim);
  margin-bottom: 10px;
}

.product-card__name {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--chrome-highlight);
  margin-bottom: 14px;
  line-height: 1.1;
}

.product-card__specs {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted rgba(184,176,166,0.2);
}

.product-card__spec {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-family: var(--font-body);
  font-size: 12px;
  padding: 4px 0;
}

.product-card__spec-label {
  color: var(--chrome-dim);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: var(--font-display);
}

.product-card__spec-value {
  color: var(--chrome-warm);
  font-family: var(--font-display);
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}

.product-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.product-card__price {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 600;
  color: var(--ember);
  font-variant-numeric: tabular-nums;
}

.product-card__cta {
  font-family: var(--font-display);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--chrome-warm);
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--ember);
  transition: color 0.2s;
}

.product-card__cta:hover { color: var(--ember); }
/* -- Reconciled from family 14007 canonical 12913:tf-stock-status-chip -- */
:root {
  /* Ember ombre */
  --ember-glow: #FFB347;
  --ember-bright: #FF9540;
  --ember: #FF7A2E;
  --ember-forge: #E85D18;
  --ember-deep: #D14810;
  --ember-smoulder: #8B2E08;
  --ember-scar: #5A1A00;
  --on-primary-fixed: #2A0800;

  /* Hull ladder */
  --carbon: #060606;
  --void: #0A0A0A;
  --charcoal: #141414;
  --charcoal-warm: #161412;
  --hull-panel: #1A1A1A;
  --hull-panel-lift: #242424;
  --hull-panel-dark: #0F0F0F;
  --hull-chrome-shadow: #2E2E2E;
  --hull-edge: #363636;

  /* Chrome */
  --chrome-highlight: #FAFAFA;
  --chrome-glint: #E8E4DD;
  --chrome-warm: #F5F0E8;
  --chrome-dim: #B8B0A6;

  /* Semantic surfaces */
  --bg-page: var(--carbon);
  --bg-card: var(--hull-panel);
  --bg-card-lift: var(--hull-panel-lift);
  --bg-card-dark: var(--hull-panel-dark);
  --bg-patterned-card: rgba(20, 20, 20, 0.94);
  --bg-patterned-tile: rgba(15, 15, 15, 0.90);

  /* Text roles */
  --text-primary: var(--chrome-warm);
  --text-heading: var(--chrome-highlight);
  --text-dim: var(--chrome-dim);
  --text-on-ember: var(--on-primary-fixed);
  --text-accent: var(--ember);

  /* Fonts */
  --font-display: 'Orbitron', system-ui, sans-serif;
  --font-body: 'Onest', system-ui, sans-serif;

  /* Type scale */
  --type-hero: 128px;
  --type-h1: 84px;
  --type-h2: 60px;
  --type-h3: 40px;
  --type-h4: 28px;
  --type-body: 16px;
  --type-small: 14px;
  --type-label: 12px;

  /* Spacing */
  --space-hero: 160px;
  --space-section: 120px;
  --space-band: 32px;
  --space-card: 32px;

  /* Shadows */
  --panel-lift: inset 0 1px 0 rgba(250,250,250,0.08), 0 8px 24px -8px rgba(0,0,0,0.9);
  --panel-lift-hover: inset 0 1px 0 rgba(250,250,250,0.15), 0 12px 32px -8px rgba(0,0,0,0.95);
  --ember-glow-sm: 0 0 16px rgba(255,122,46,0.35);
  --ember-glow-md: 0 0 28px rgba(255,122,46,0.5);
  --ember-hot-rim: inset 0 0 0 1px rgba(255,122,46,0.6), 0 0 24px rgba(255,122,46,0.5);
  --modal-glow: 0 24px 64px -12px rgba(0,0,0,0.9), 0 0 32px rgba(255,122,46,0.2);
}

.product-card__badge {
  position: absolute;
  top: 16px;
  right: 16px;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  padding: 6px 10px;
  background: rgba(6,6,6,0.85);
  color: var(--ember);
  border: 1px solid rgba(255,122,46,0.4);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.product-card__badge::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ember);
  box-shadow: 0 0 8px rgba(255,122,46,0.8);
}

.product-card__badge--low {
  color: var(--ember-glow);
  border-color: rgba(255,179,71,0.5);
}

.product-card__badge--low::before {
  background: var(--ember-glow);
}
</style>
</head>
<body>

<!-- Section 1: Site alert bar -->
<div class="site-alert">
  <a class="site-alert__link" href="/weekend-takeover/">
    <span class="site-alert__label">Weekend Takeover</span>
    <span class="site-alert__sep">·</span>
    <span>The Vader Weekend</span>
    <span class="site-alert__sep">·</span>
    <span>25% Off Duelling Grade</span>
    <span class="site-alert__sep">·</span>
    <span>Ends Sunday Midnight</span>
    <span class="site-alert__chevron">→</span>
  </a>
</div>

<!-- Section 2: Site nav -->
<nav class="site-nav">
  <div class="site-nav__inner">
    <a href="/" class="site-nav__brand">ART<span class="site-nav__brand--accent">SABERS</span></a>
    <ul class="site-nav__links">
      <li><a href="/lightsabers/" class="site-nav__link">Lightsabers</a></li>
      <li><a href="/helmets/" class="site-nav__link">Helmets</a></li>
      <li><a href="/characters/" class="site-nav__link">Characters</a></li>
      <li><a href="/parts/" class="site-nav__link">Parts</a></li>
      <li><a href="/weekend-takeover/" class="site-nav__link">Takeover</a></li>
    </ul>
    <div class="site-nav__utility">
      <a href="/support/" class="site-nav__util-link">Support</a>
      <a href="/account/" class="site-nav__util-link">Account</a>
      <a href="/cart/" class="site-nav__util-link site-nav__cart">Cart · 0</a>
    </div>
  </div>
</nav>

<!-- Section 3: Full-bleed atmospheric hero -->
<a id="tf-hero-campaign-1" data-tf-family="hero-campaign" style="display:contents"></a>
<section class="hero-takeover">
  <div class="hero-takeover__bg"></div>
  <div class="hero-takeover__overlay"></div>
  <div class="hero-takeover__inner">
    <span class="hero-takeover__eyebrow">Weekend Takeover</span>
    <h1 class="hero-takeover__title">The Vader Weekend.</h1>
    <p class="hero-takeover__sub">Three days. Every Vader-era hilt in the workshop. 25% off duelling grade. Free RGB blade with orders over $350.</p>

    <a id="tf-countdown-timer-1" data-tf-family="countdown-timer" style="display:contents"></a>
<div class="countdown" role="timer" aria-label="Takeover countdown">
      <div class="countdown__cell">
        <div class="countdown__num">02</div>
        <div class="countdown__label">Days</div>
      </div>
      <div class="countdown__cell">
        <div class="countdown__num">08</div>
        <div class="countdown__label">Hours</div>
      </div>
      <div class="countdown__cell">
        <div class="countdown__num">42</div>
        <div class="countdown__label">Minutes</div>
      </div>
      <div class="countdown__cell">
        <div class="countdown__num">17</div>
        <div class="countdown__label">Seconds</div>
      </div>
    </div>

    <div class="hero-takeover__ctas">
      <a href="/weekend-takeover/shop/" class="btn-primary">Shop the Takeover →</a>
      <a href="#newsletter" class="btn-ghost">Get notified of the next takeover</a>
    </div>
    <p class="hero-takeover__note">Ends Sunday 20 July at 23:59 GMT.</p>
  </div>
  <div class="hero-takeover__panel-end"></div>
</section>

<!-- Section 4: What's included pitch band -->
<a id="tf-trust-prose-cells-1" data-tf-family="trust-prose-cells" style="display:contents"></a>
<section class="positioning-band">
  <div class="wrap">
    <header class="positioning-band__header">
      <div class="positioning-band__eyebrow eyebrow">What Makes a Holocron Guide Different</div>
      <h2 class="positioning-band__title">Three things a generic buyer's guide can't do.</h2>
      <p class="positioning-band__lede">Because they don't own the catalogue.</p>
    </header>
    <div class="positioning-band__grid">
      <article class="positioning-cell">
        <div class="positioning-cell__glyph" aria-hidden="true">01</div>
        <h3 class="positioning-cell__title">Written from behind the workbench.</h3>
        <p class="positioning-cell__body">Not an SEO agency writing about a product they've never held. If a Holocron guide talks about a hilt, we've built one.</p>
      </article>
      <article class="positioning-cell">
        <div class="positioning-cell__glyph" aria-hidden="true">02</div>
        <h3 class="positioning-cell__title">No affiliate leakage.</h3>
        <p class="positioning-cell__body">Every product mention is a hilt we stock. If we recommend a specific core, it's because that hilt is in our warehouse and we know the electronics failure rate.</p>
      </article>
      <article class="positioning-cell">
        <div class="positioning-cell__glyph" aria-hidden="true">03</div>
        <h3 class="positioning-cell__title">Living reference.</h3>
        <p class="positioning-cell__body">A guide isn't dead the day it publishes. Cores get discontinued, new blade types drop, prices shift. Holocron entries carry their last-updated date, and it means something.</p>
      </article>
    </div>
  </div>
</section>

<!-- Section 5: Featured hilts grid -->
<a id="tf-product-grid-1" data-tf-family="product-grid" style="display:contents"></a>
<section class="hilts-grid">
  <div class="hilts-grid__head">
    <div>
      <span class="hilts-grid__eyebrow">The Hilts</span>
      <h2 class="hilts-grid__title">The Vader-era lineup.</h2>
    </div>
    <div class="hilts-grid__hud">
      <span>6 in the Takeover</span>
      <span class="hilts-grid__hud-sep">·</span>
      <span class="hilts-grid__hud-accent">25% off all</span>
    </div>
  </div>

  <div class="hilts-grid__grid">

    <!-- Card 1 - Darth Vader ROTJ -->
    <a id="tf-product-card-1" data-tf-family="product-card" style="display:contents"></a>
<article class="product-card product-card--hot">
        <div class="product-card__media" style="background-image: url('https://nerdworks.uk/wp-content/uploads/2025/08/Anakin-Skywalker-EP3-1.jpg');">
          <a id="tf-stock-status-chip" data-tf-family="stock-status-chip" style="display:contents"></a>
<span class="product-card__badge">In stock · Ships today</span>
        </div>
        <div class="product-card__body">
          <div class="product-card__meta">Character · Prequel Era</div>
          <h3 class="product-card__name">Anakin Skywalker EP3</h3>
          <div class="product-card__specs">
            <div class="product-card__spec">
              <span class="product-card__spec-label">Saber Core</span>
              <span class="product-card__spec-value">Xenopixel V3</span>
            </div>
            <div class="product-card__spec">
              <span class="product-card__spec-label">Blade type</span>
              <span class="product-card__spec-value">Neopixel · Duelling</span>
            </div>
            <div class="product-card__spec">
              <span class="product-card__spec-label">Sound fonts</span>
              <span class="product-card__spec-value">34 + custom</span>
            </div>
          </div>
          <div class="product-card__foot">
            <div class="product-card__price">$459.99</div>
            <a href="#" class="product-card__cta">View saber →</a>
          </div>
        </div>
      </article>

    <!-- Card 2 - Anakin ROTS -->
    <article class="hilt-card">
      <div class="hilt-card__media">
        <span class="hilt-card__badge">Weekend · 25% Off</span>
        <img src="https://artsabers.com/wp-content/uploads/sites/10/2025/03/Apprentice-Black-Duelling-Lightsaber-RGB-X-600x600.jpg" alt="Anakin ROTS replica hilt">
        <span class="hilt-card__urgency">In Stock · Ships Today</span>
      </div>
      <div class="hilt-card__body">
        <h3 class="hilt-card__title">Anakin ROTS</h3>
        <p class="hilt-card__sub">Revenge of the Sith replica · SNV4 PRO</p>
        <div class="hilt-card__price">
          <span class="hilt-card__price-now">$299</span>
          <span class="hilt-card__price-was">$399</span>
        </div>
        <ul class="hilt-card__specs">
          <li class="hilt-card__spec">
            <span class="hilt-card__spec-label">Core</span>
            <span class="hilt-card__spec-leader"></span>
            <span class="hilt-card__spec-value">SNV4 PRO</span>
          </li>
          <li class="hilt-card__spec">
            <span class="hilt-card__spec-label">Blade</span>
            <span class="hilt-card__spec-leader"></span>
            <span class="hilt-card__spec-value">Duelling Heavy</span>
          </li>
          <li class="hilt-card__spec">
            <span class="hilt-card__spec-label">Fonts</span>
            <span class="hilt-card__spec-leader"></span>
            <span class="hilt-card__spec-value">28</span>
          </li>
        </ul>
        <div class="hilt-card__rating">
          <span class="hilt-card__stars">★★★★★</span>
          <span>4.8 · 62 reviews</span>
        </div>
        <a class="hilt-card__cta" href="/product/anakin-rots/">
          <span>View saber</span>
          <span class="hilt-card__cta-arrow">→</span>
        </a>
      </div>
    </article>

    <!-- Card 3 - Starkiller V3 -->
    <article class="hilt-card">
      <div class="hilt-card__media">
        <span class="hilt-card__badge">Weekend · 25% Off</span>
        <img src="https://artsabers.com/wp-content/uploads/sites/10/2025/03/Starkiller-V3-Lightsaber-Xenopixel-V3-600x600.jpg" alt="Starkiller V3 replica hilt">
        <span class="hilt-card__urgency">2 Left · Ships Today</span>
      </div>
      <div class="hilt-card__body">
        <h3 class="hilt-card__title">Starkiller V3</h3>
        <p class="hilt-card__sub">Force Unleashed replica · Xenopixel V3</p>
        <div class="hilt-card__price">
          <span class="hilt-card__price-now">$374</span>
          <span class="hilt-card__price-was">$499</span>
        </div>
        <ul class="hilt-card__specs">
          <li class="hilt-card__spec">
            <span class="hilt-card__spec-label">Core</span>
            <span class="hilt-card__spec-leader"></span>
            <span class="hilt-card__spec-value">Xenopixel V3</span>
          </li>
          <li class="hilt-card__spec">
            <span class="hilt-card__spec-label">Blade</span>
            <span class="hilt-card__spec-leader"></span>
            <span class="hilt-card__spec-value">Duelling Heavy</span>
          </li>
          <li class="hilt-card__spec">
            <span class="hilt-card__spec-label">Fonts</span>
            <span class="hilt-card__spec-leader"></span>
            <span class="hilt-card__spec-value">34</span>
          </li>
        </ul>
        <div class="hilt-card__rating">
          <span class="hilt-card__stars">★★★★★</span>
          <span>4.9 · 94 reviews</span>
        </div>
        <a class="hilt-card__cta" href="/product/starkiller-v3/">
          <span>View saber</span>
          <span class="hilt-card__cta-arrow">→</span>
        </a>
      </div>
    </article>

    <!-- Card 4 - The Fighter -->
    <article class="hilt-card">
      <div class="hilt-card__media">
        <span class="hilt-card__badge">Weekend · 25% Off</span>
        <img src="https://artsabers.com/wp-content/uploads/sites/10/2025/03/The-Fighter-Black-Lightsaber-Xenopixel-V3-600x600.jpg" alt="The Fighter replica hilt">
        <span class="hilt-card__urgency">In Stock · Ships Today</span>
      </div>
      <div class="hilt-card__body">
        <h3 class="hilt-card__title">The Fighter</h3>
        <p class="hilt-card__sub">ARTSABERS Exclusive · Xenopixel V3</p>
        <div class="hilt-card__price">
          <span class="hilt-card__price-now">$412</span>
          <span class="hilt-card__price-was">$549</span>
        </div>
        <ul class="hilt-card__specs">
          <li class="hilt-card__spec">
            <span class="hilt-card__spec-label">Core</span>
            <span class="hilt-card__spec-leader"></span>
            <span class="hilt-card__spec-value">Xenopixel V3</span>
          </li>
          <li class="hilt-card__spec">
            <span class="hilt-card__spec-label">Blade</span>
            <span class="hilt-card__spec-leader"></span>
            <span class="hilt-card__spec-value">Duelling Heavy</span>
          </li>
          <li class="hilt-card__spec">
            <span class="hilt-card__spec-label">Fonts</span>
            <span class="hilt-card__spec-leader"></span>
            <span class="hilt-card__spec-value">34</span>
          </li>
        </ul>
        <div class="hilt-card__rating">
          <span class="hilt-card__stars">★★★★★</span>
          <span>4.8 · 47 reviews</span>
        </div>
        <a class="hilt-card__cta" href="/product/the-fighter/">
          <span>View saber</span>
          <span class="hilt-card__cta-arrow">→</span>
        </a>
      </div>
    </article>

    <!-- Card 5 - Apprentice -->
    <article class="hilt-card">
      <div class="hilt-card__media">
        <span class="hilt-card__badge">Weekend · 25% Off</span>
        <img src="https://artsabers.com/wp-content/uploads/sites/10/2025/03/Apprentice-Black-Duelling-Lightsaber-RGB-X-600x600.jpg" alt="Apprentice replica hilt">
        <span class="hilt-card__urgency">In Stock · Ships Today</span>
      </div>
      <div class="hilt-card__body">
        <h3 class="hilt-card__title">The Apprentice</h3>
        <p class="hilt-card__sub">ARTSABERS Exclusive · RGB-X</p>
        <div class="hilt-card__price">
          <span class="hilt-card__price-now">$187</span>
          <span class="hilt-card__price-was">$249</span>
        </div>
        <ul class="hilt-card__specs">
          <li class="hilt-card__spec">
            <span class="hilt-card__spec-label">Core</span>
            <span class="hilt-card__spec-leader"></span>
            <span class="hilt-card__spec-value">RGB-X</span>
          </li>
          <li class="hilt-card__spec">
            <span class="hilt-card__spec-label">Blade</span>
            <span class="hilt-card__spec-leader"></span>
            <span class="hilt-card__spec-value">Duelling Light</span>
          </li>
          <li class="hilt-card__spec">
            <span class="hilt-card__spec-label">Fonts</span>
            <span class="hilt-card__spec-leader"></span>
            <span class="hilt-card__spec-value">12</span>
          </li>
        </ul>
        <div class="hilt-card__rating">
          <span class="hilt-card__stars">★★★★★</span>
          <span>4.7 · 82 reviews</span>
        </div>
        <a class="hilt-card__cta" href="/product/apprentice/">
          <span>View saber</span>
          <span class="hilt-card__cta-arrow">→</span>
        </a>
      </div>
    </article>

    <!-- Card 6 - Darth Maul -->
    <article class="hilt-card">
      <div class="hilt-card__media">
        <span class="hilt-card__badge">Weekend · 25% Off</span>
        <img src="https://artsabers.com/wp-content/uploads/sites/10/2025/03/Darth-Maul-Double-Bladed-Lightsaber-SNV4-PRO-600x600.jpg" alt="Darth Maul double-bladed replica hilt">
        <span class="hilt-card__urgency">3 Left · Weekend Only</span>
      </div>
      <div class="hilt-card__body">
        <h3 class="hilt-card__title">Darth Maul Double</h3>
        <p class="hilt-card__sub">Phantom Menace replica · SNV4 PRO</p>
        <div class="hilt-card__price">
          <span class="hilt-card__price-now">$524</span>
          <span class="hilt-card__price-was">$699</span>
        </div>
        <ul class="hilt-card__specs">
          <li class="hilt-card__spec">
            <span class="hilt-card__spec-label">Core</span>
            <span class="hilt-card__spec-leader"></span>
            <span class="hilt-card__spec-value">SNV4 PRO</span>
          </li>
          <li class="hilt-card__spec">
            <span class="hilt-card__spec-label">Blade</span>
            <span class="hilt-card__spec-leader"></span>
            <span class="hilt-card__spec-value">Duelling Heavy</span>
          </li>
          <li class="hilt-card__spec">
            <span class="hilt-card__spec-label">Fonts</span>
            <span class="hilt-card__spec-leader"></span>
            <span class="hilt-card__spec-value">28</span>
          </li>
        </ul>
        <div class="hilt-card__rating">
          <span class="hilt-card__stars">★★★★★</span>
          <span>4.9 · 71 reviews</span>
        </div>
        <a class="hilt-card__cta" href="/product/darth-maul-double/">
          <span>View saber</span>
          <span class="hilt-card__cta-arrow">→</span>
        </a>
      </div>
    </article>

  </div>
</section>

<!-- Section 6: Free gift band -->
<a id="tf-other-1" data-tf-family="other" style="display:contents"></a>
<section class="gift-band">
  <div class="gift-band__inner">
    <div class="gift-band__copy">
      <span class="gift-band__eyebrow">Your Free RGB Blade</span>
      <h2 class="gift-band__title">Every order over $350 ships with an extra RGB blade.</h2>
      <p class="gift-band__sub">No code. Auto-applied. Ships in the same box. Only during the Vader Weekend.</p>
    </div>
    <div class="gift-band__visual" aria-hidden="true">
      <span class="gift-band__caption">Extra Blade · In the Box</span>
    </div>
  </div>
</section>

<!-- Section 7: Urgency band -->
<a id="tf-sale-strip-1" data-tf-family="sale-strip" style="display:contents"></a>
<section class="urgency-band">
  <div class="urgency-band__inner">
    <div class="urgency-band__stats">
      <span class="urgency-stat"><span class="urgency-stat__num">134</span> Sold this Weekend</span>
      <span class="urgency-stat"><span class="urgency-stat__num">18</span> In Cart</span>
      <span class="urgency-stat"><span class="urgency-stat__num">32</span> Hours Left</span>
    </div>
    <p class="urgency-band__note">Weekend Takeover items are counted separately from regular stock. When they’re gone, they’re gone until the next takeover.</p>
  </div>
</section>

<!-- Section 8: Newsletter -->
<a id="tf-newsletter-signup-1" data-tf-family="newsletter-signup" style="display:contents"></a>
<section class="capture">
  <div class="container">
    <div class="capture__inner">
      <div class="capture__copy">
        <div class="capture__eyebrow">◆  Join the comms</div>
        <h2 class="capture__title">From factory floor<br>to your inbox.</h2>
        <p class="capture__sub">Get 10% off your first saber, plus early access to new drops, ARTSABERS Exclusives, and the workshop pieces that never make it to the public catalogue.</p>
      </div>
      <div class="capture__form">
        <span class="capture__form-lbl">Comms · Signal In</span>
        <input class="capture__form-input" type="email" placeholder="your@email.com">
        <button class="capture__form-cta">Open the signal →</button>
        <span class="capture__form-fine">One drop a week. Unsubscribe with one click. We never share your details.</span>
      </div>
    </div>
  </div>
</section>

<!-- Section 9: Trust bar -->
<a id="tf-trust-chip-strip-1" data-tf-family="trust-chip-strip" style="display:contents"></a>
<section class="trust-bar">
  <div class="trust-bar__inner">
    <div class="trust-chip">
      <div class="trust-chip__glyph">7-10</div>
      <div class="trust-chip__text"><strong>Factory to door</strong>Global 7–10 day delivery</div>
    </div>
    <div class="trust-chip">
      <div class="trust-chip__glyph">24H</div>
      <div class="trust-chip__text"><strong>Real support</strong>24-hour first response</div>
    </div>
    <div class="trust-chip">
      <div class="trust-chip__glyph">30D</div>
      <div class="trust-chip__text"><strong>Money back</strong>30-day guarantee</div>
    </div>
    <div class="trust-chip">
      <div class="trust-chip__glyph">1.1K</div>
      <div class="trust-chip__text"><strong>Catalogue</strong>1,100 SKUs · every character</div>
    </div>
  </div>
</section>

<!-- Section 10: Footer -->
<footer class="site-footer">
  <div class="site-footer__inner">
    <div class="site-footer__cols">
      <div>
        <div class="site-footer__brand">ART<span class="site-footer__brand-accent">SABERS</span></div>
        <p class="site-footer__blurb">From factory floor to your door. Every character, every Saber Core, every duelling grade — backed by real customer service that doesn’t disappear after the order ships.</p>
      </div>
      <div>
        <h4 class="site-footer__col-title">Shop</h4>
        <ul class="site-footer__links">
          <li><a class="site-footer__link" href="/lightsabers/">Lightsabers</a></li>
          <li><a class="site-footer__link" href="/helmets/">Helmets</a></li>
          <li><a class="site-footer__link" href="/parts/">Parts & Blades</a></li>
          <li><a class="site-footer__link" href="/weekend-takeover/">Weekend Takeover</a></li>
        </ul>
      </div>
      <div>
        <h4 class="site-footer__col-title">Saber Core</h4>
        <ul class="site-footer__links">
          <li><a class="site-footer__link" href="/core/s-rgb/">S-RGB</a></li>
          <li><a class="site-footer__link" href="/core/rgb-x/">RGB-X</a></li>
          <li><a class="site-footer__link" href="/core/snv4-pro/">SNV4 PRO</a></li>
          <li><a class="site-footer__link" href="/core/xenopixel-v3/">Xenopixel V3</a></li>
          <li><a class="site-footer__link" href="/core/proffie/">Proffie 2.2</a></li>
        </ul>
      </div>
      <div>
        <h4 class="site-footer__col-title">Support</h4>
        <ul class="site-footer__links">
          <li><a class="site-footer__link" href="/support/">Help centre</a></li>
          <li><a class="site-footer__link" href="/shipping/">Shipping</a></li>
          <li><a class="site-footer__link" href="/returns/">Returns</a></li>
          <li><a class="site-footer__link" href="/contact/">Contact</a></li>
        </ul>
      </div>
      <div>
        <h4 class="site-footer__col-title">Company</h4>
        <ul class="site-footer__links">
          <li><a class="site-footer__link" href="/about/">Our story</a></li>
          <li><a class="site-footer__link" href="/journal/">Journal</a></li>
          <li><a class="site-footer__link" href="/saber-66/">Saber 66 (UK/EU)</a></li>
          <li><a class="site-footer__link" href="/privacy/">Privacy</a></li>
        </ul>
      </div>
    </div>
    <div class="site-footer__bottom">
      <span>© 2026 ARTSABERS · A Nerdworks brand</span>
      <span>Global delivery 7–10 days · From factory floor to your door.</span>
    </div>
  </div>
</footer>

</body>
</html>