/wire-template.
<!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"?><html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hilt Finder — Three questions. We'll pick. · ARTSABERS</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 {
/* Ember ombre (SAS1) */
--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 (SAS1) */
--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 / highlights (SAS1) */
--chrome-highlight: #FAFAFA;
--chrome-glint: #E8E4DD;
--chrome-warm: #F5F0E8;
--chrome-dim: #B8B0A6;
/* Semantic surface tokens (MAS82 additions + SAS1) */
--bg-page: var(--carbon);
--bg-hero: var(--carbon);
--bg-nav: var(--carbon);
--bg-footer: var(--carbon);
--bg-card: #131313;
--bg-card-lift: #1A1A1A;
--bg-card-deep: #0F0F0F;
--bg-section: #141414;
--bg-section-warm: #161412;
--bg-section-deep: #0A0A0A;
/* Text roles per ground */
--text-heading: var(--chrome-highlight);
--text-body: var(--chrome-warm);
--text-dim: var(--chrome-dim);
--text-glint: var(--chrome-glint);
/* Type */
--font-display: 'Orbitron', system-ui, -apple-system, sans-serif;
--font-body: 'Onest', system-ui, -apple-system, sans-serif;
/* 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 16px 40px -8px rgba(0,0,0,0.95);
--ember-hot-rim: inset 0 0 0 1px rgba(255,122,46,0.6), 0 0 24px rgba(255,122,46,0.5);
--ember-glow-sm: 0 0 16px rgba(255,122,46,0.35);
--ember-glow-md: 0 0 28px rgba(255,122,46,0.55);
--chrome-top-soft: inset 0 1px 0 rgba(250,250,250,0.10);
--chrome-top-hint: inset 0 1px 0 rgba(250,250,250,0.35);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body {
background: var(--bg-page);
color: var(--text-body);
font-family: var(--font-body);
font-size: 16px;
line-height: 1.55;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body { min-width: 320px; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
/* ==================================================
SITE NAV — full storefront nav (MAS64 / MAS68)
================================================== */
.site-nav {
position: sticky;
top: 0;
z-index: 100;
background: var(--bg-nav);
box-shadow: 0 1px 0 rgba(255,122,46,0.20), 0 8px 24px -12px rgba(0,0,0,0.95);
}
.site-nav__utility {
height: 32px;
border-bottom: 1px solid rgba(46,46,46,0.4);
display: flex;
align-items: center;
}
.site-nav__utility-inner {
max-width: 1440px;
width: 100%;
margin: 0 auto;
padding: 0 40px;
display: flex;
justify-content: space-between;
align-items: center;
font-family: var(--font-display);
font-size: 11px;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--chrome-dim);
font-weight: 500;
}
.site-nav__utility-left { display: inline-flex; align-items: center; gap: 24px; }
.site-nav__utility-left span::before {
content: '';
display: inline-block;
width: 6px;
height: 6px;
background: var(--ember);
box-shadow: 0 0 6px rgba(255,122,46,0.7);
margin-right: 8px;
vertical-align: middle;
}
.site-nav__utility-right { display: inline-flex; align-items: center; gap: 20px; }
.site-nav__utility-right a:hover { color: var(--chrome-warm); }
.site-nav__main {
height: 72px;
}
.site-nav__main-inner {
max-width: 1440px;
height: 100%;
margin: 0 auto;
padding: 0 40px;
display: grid;
grid-template-columns: 220px 1fr auto;
align-items: center;
gap: 48px;
}
.site-nav__brand {
font-family: var(--font-display);
font-weight: 700;
font-size: 22px;
letter-spacing: 0.16em;
color: var(--chrome-highlight);
text-transform: uppercase;
}
.site-nav__brand span { color: var(--ember); padding-left: 2px; }
.site-nav__links {
display: flex;
align-items: center;
gap: 36px;
justify-self: center;
}
.site-nav__link {
font-family: var(--font-display);
font-weight: 500;
font-size: 13px;
letter-spacing: 0.10em;
text-transform: uppercase;
color: var(--chrome-warm);
display: inline-flex;
align-items: center;
gap: 6px;
padding: 8px 0;
}
.site-nav__link::after {
content: '25BE';
font-size: 9px;
color: var(--chrome-dim);
}
.site-nav__link--noicon::after { content: none; }
.site-nav__link--active { color: var(--chrome-highlight); }
.site-nav__link:hover { color: var(--ember-glow); }
.site-nav__utility-mini {
display: inline-flex;
align-items: center;
gap: 20px;
}
.site-nav__icon {
font-family: var(--font-display);
font-size: 12px;
letter-spacing: 0.10em;
text-transform: uppercase;
color: var(--chrome-warm);
display: inline-flex;
align-items: center;
gap: 8px;
}
.site-nav__icon-bubble {
display: inline-flex;
align-items: center;
justify-content: center;
width: 22px;
height: 22px;
background: rgba(255,122,46,0.14);
color: var(--ember);
font-family: var(--font-display);
font-size: 11px;
font-weight: 600;
box-shadow: inset 0 0 0 1px rgba(255,122,46,0.35);
}
/* ==================================================
HERO — compact editorial (~360px)
================================================== */
.finder-hero {
position: relative;
background: var(--bg-hero);
min-height: 360px;
display: flex;
align-items: center;
overflow: hidden;
isolation: isolate;
}
.finder-hero__grid {
/* Seam-at-50% removed — interferes with hero H1 text. Seams belong at section boundaries, not through text-carrying sections. Chrome hairlines at 25%/75% + ember bloom stay for atmospheric texture. */
position: absolute;
inset: 0;
z-index: 0;
background-image:
linear-gradient(180deg, transparent 24.4%, rgba(250,250,250,0.05) 24.6%, transparent 25.0%),
linear-gradient(180deg, transparent 74.4%, rgba(250,250,250,0.05) 74.6%, transparent 75.0%),
radial-gradient(ellipse 80% 40% at 50% 50%, rgba(255,122,46,0.12) 0%, transparent 60%),
linear-gradient(180deg, var(--void) 0%, var(--carbon) 100%);
opacity: 0.92;
}
.finder-hero__inner {
position: relative;
z-index: 2;
max-width: 1440px;
width: 100%;
margin: 0 auto;
padding: 60px 40px 68px;
text-align: center;
}
.finder-hero__eyebrow {
font-family: var(--font-display);
font-weight: 600;
font-size: 12px;
letter-spacing: 0.24em;
text-transform: uppercase;
color: var(--ember);
margin-bottom: 22px;
display: inline-flex;
align-items: center;
gap: 12px;
}
.finder-hero__eyebrow::before,
.finder-hero__eyebrow::after {
content: '';
width: 28px;
height: 1px;
background: var(--ember);
box-shadow: 0 0 8px rgba(255,122,46,0.6);
}
.finder-hero__title {
font-family: var(--font-display);
font-weight: 500;
font-size: 52px;
line-height: 1.05;
letter-spacing: 0.8px;
color: var(--chrome-highlight);
margin-bottom: 20px;
text-wrap: balance;
}
.finder-hero__subline {
font-family: var(--font-body);
font-size: 17px;
line-height: 1.55;
color: var(--chrome-warm);
max-width: 720px;
margin: 0 auto;
}
/* ==================================================
PROGRESS INDICATOR — 3-step (~80px)
================================================== */
.finder-progress {
background: var(--bg-page);
padding: 22px 40px 26px;
position: relative;
}
.finder-progress::before {
content: '';
position: absolute;
top: 0; left: 0; right: 0;
height: 1px;
background: linear-gradient(90deg, 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%);
box-shadow: 0 0 20px rgba(255,122,46,0.25);
}
.finder-progress__inner {
max-width: 900px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr auto;
align-items: center;
gap: 40px;
}
.finder-progress__steps {
display: grid;
grid-template-columns: auto 1fr auto 1fr auto;
align-items: center;
gap: 0;
}
.finder-progress__step {
display: inline-flex;
align-items: center;
gap: 12px;
}
.finder-progress__circle {
width: 34px;
height: 34px;
display: inline-flex;
align-items: center;
justify-content: center;
font-family: var(--font-display);
font-weight: 600;
font-size: 12px;
letter-spacing: 0.06em;
border: 1px solid rgba(255,122,46,0.55);
color: var(--ember);
background: transparent;
}
.finder-progress__step--active .finder-progress__circle {
background: linear-gradient(180deg, var(--ember-glow) 0%, var(--ember) 50%, var(--ember-deep) 100%);
color: var(--on-primary-fixed);
border-color: transparent;
box-shadow: var(--ember-glow-sm);
}
.finder-progress__label {
font-family: var(--font-display);
font-weight: 500;
font-size: 12px;
letter-spacing: 0.16em;
text-transform: uppercase;
color: var(--chrome-dim);
}
.finder-progress__step--active .finder-progress__label { color: var(--chrome-warm); }
.finder-progress__rule {
height: 1px;
background: linear-gradient(90deg, rgba(255,122,46,0.55) 0%, rgba(255,122,46,0.15) 100%);
margin: 0 20px;
}
.finder-progress__stat {
font-family: var(--font-display);
font-weight: 600;
font-size: 11px;
letter-spacing: 0.20em;
text-transform: uppercase;
color: var(--chrome-dim);
white-space: nowrap;
}
.finder-progress__stat strong { color: var(--ember); font-weight: 700; }
/* ==================================================
QUESTION CARD — the current question (~600px)
================================================== */
.question-card {
background: var(--bg-page);
padding: 70px 40px 84px;
position: relative;
min-height: 600px;
}
.question-card::before,
.question-card::after {
content: '';
position: absolute;
left: 0; right: 0;
height: 1px;
background: linear-gradient(90deg, transparent 0%, rgba(255,122,46,0.30) 50%, transparent 100%);
}
.question-card::before { top: 0; }
.question-card::after { bottom: 0; }
.question-card__inner {
max-width: 1080px;
margin: 0 auto;
text-align: center;
}
.question-card__eyebrow {
font-family: var(--font-display);
font-weight: 600;
font-size: 12px;
letter-spacing: 0.24em;
text-transform: uppercase;
color: var(--ember);
margin-bottom: 24px;
display: inline-flex;
align-items: center;
gap: 12px;
}
.question-card__eyebrow::before,
.question-card__eyebrow::after {
content: '';
width: 22px;
height: 1px;
background: var(--ember);
box-shadow: 0 0 8px rgba(255,122,46,0.6);
}
.question-card__title {
font-family: var(--font-display);
font-weight: 500;
font-size: 44px;
line-height: 1.1;
letter-spacing: 0.8px;
color: var(--chrome-highlight);
margin-bottom: 16px;
text-wrap: balance;
}
.question-card__lede {
font-family: var(--font-body);
font-size: 16px;
color: var(--chrome-dim);
margin-bottom: 52px;
}
.question-card__options {
display: grid;
grid-template-columns: repeat(3, 240px);
justify-content: center;
gap: 24px;
margin-bottom: 48px;
}
.answer-option {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
padding: 42px 22px 32px;
height: 280px;
background: var(--bg-card);
box-shadow: inset 0 0 0 1px rgba(255,122,46,0.35), var(--panel-lift);
transition: box-shadow 200ms ease, background 200ms ease;
text-align: center;
}
.answer-option:hover {
box-shadow: inset 0 0 0 1px rgba(255,122,46,0.65), var(--panel-lift-hover);
}
.answer-option--selected {
background: var(--bg-card-lift);
box-shadow: inset 0 0 0 2px var(--ember), 0 0 32px rgba(255,122,46,0.35), var(--panel-lift);
}
.answer-option__glyph {
width: 56px;
height: 56px;
display: inline-flex;
align-items: center;
justify-content: center;
margin-bottom: 22px;
color: var(--ember);
filter: drop-shadow(0 0 12px rgba(255,122,46,0.5));
}
.answer-option__glyph svg { width: 100%; height: 100%; display: block; }
.answer-option__label {
font-family: var(--font-display);
font-weight: 600;
font-size: 18px;
letter-spacing: 0.02em;
color: var(--chrome-highlight);
margin-bottom: 12px;
}
.answer-option--selected .answer-option__label { color: var(--chrome-highlight); }
.answer-option__body {
font-family: var(--font-body);
font-size: 14px;
line-height: 1.5;
color: var(--chrome-warm);
max-width: 200px;
}
.answer-option__key {
position: absolute;
top: 14px;
left: 16px;
font-family: var(--font-display);
font-weight: 600;
font-size: 10px;
letter-spacing: 0.20em;
text-transform: uppercase;
color: var(--chrome-dim);
}
.answer-option--selected .answer-option__key { color: var(--ember); }
.answer-option__check {
position: absolute;
top: 14px;
right: 16px;
width: 18px;
height: 18px;
display: none;
align-items: center;
justify-content: center;
background: linear-gradient(180deg, var(--ember-glow) 0%, var(--ember) 100%);
color: var(--on-primary-fixed);
font-family: var(--font-display);
font-size: 10px;
font-weight: 700;
}
.answer-option--selected .answer-option__check { display: inline-flex; }
.question-card__nav {
display: inline-flex;
align-items: center;
gap: 20px;
}
.question-card__back {
font-family: var(--font-display);
font-weight: 500;
font-size: 13px;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--chrome-dim);
background: transparent;
border: 1px solid rgba(62,62,62,0.6);
padding: 16px 28px;
opacity: 0.45;
cursor: not-allowed;
}
.question-card__next {
font-family: var(--font-display);
font-weight: 600;
font-size: 14px;
letter-spacing: 0.10em;
text-transform: uppercase;
color: var(--on-primary-fixed);
background: linear-gradient(180deg, var(--ember-glow) 0%, var(--ember) 50%, var(--ember-deep) 100%);
padding: 18px 34px;
box-shadow: var(--ember-glow-sm), inset 0 1px 0 rgba(255,255,255,0.2);
transition: box-shadow 200ms ease;
display: inline-flex;
align-items: center;
gap: 10px;
}
.question-card__next:hover { box-shadow: var(--ember-glow-md), inset 0 1px 0 rgba(255,255,255,0.3); }
/* ==================================================
NEXT-QUESTION PREVIEW (~200px)
================================================== */
.finder-preview {
background: var(--bg-page);
padding: 44px 40px 52px;
position: relative;
}
.finder-preview::before {
content: '';
position: absolute;
top: 0; left: 0; right: 0;
height: 1px;
background: linear-gradient(90deg, transparent 0%, rgba(255,122,46,0.40) 50%, transparent 100%);
}
.finder-preview__inner {
max-width: 1080px;
margin: 0 auto;
}
.finder-preview__eyebrow {
font-family: var(--font-display);
font-weight: 600;
font-size: 11px;
letter-spacing: 0.24em;
text-transform: uppercase;
color: var(--ember);
margin-bottom: 22px;
text-align: center;
display: inline-flex;
align-items: center;
gap: 12px;
width: 100%;
justify-content: center;
}
.finder-preview__eyebrow::before,
.finder-preview__eyebrow::after {
content: '';
flex: 1;
max-width: 200px;
height: 1px;
background: linear-gradient(90deg, transparent 0%, rgba(255,122,46,0.35) 100%);
}
.finder-preview__eyebrow::after { background: linear-gradient(90deg, rgba(255,122,46,0.35) 0%, transparent 100%); }
.finder-preview__grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
}
.finder-preview__card {
padding: 22px 26px;
background: var(--bg-card-deep);
box-shadow: inset 0 0 0 1px rgba(255,122,46,0.20);
opacity: 0.72;
display: grid;
grid-template-columns: auto 1fr;
gap: 18px;
align-items: center;
}
.finder-preview__number {
font-family: var(--font-display);
font-weight: 700;
font-size: 26px;
letter-spacing: 0.02em;
color: var(--ember);
line-height: 1;
padding-right: 18px;
border-right: 1px solid rgba(255,122,46,0.20);
}
.finder-preview__label {
font-family: var(--font-display);
font-weight: 600;
font-size: 11px;
letter-spacing: 0.22em;
text-transform: uppercase;
color: var(--chrome-dim);
margin-bottom: 6px;
}
.finder-preview__value {
font-family: var(--font-body);
font-size: 13px;
line-height: 1.5;
color: var(--chrome-warm);
}
/* ==================================================
STATE BREAK — · RESULT STATE PREVIEW ·
================================================== */
.state-break {
background: var(--bg-page);
padding: 44px 40px;
position: relative;
text-align: center;
}
.state-break__label {
display: inline-flex;
align-items: center;
gap: 18px;
font-family: var(--font-display);
font-weight: 600;
font-size: 12px;
letter-spacing: 0.30em;
text-transform: uppercase;
color: var(--ember);
width: 100%;
justify-content: center;
}
.state-break__label::before,
.state-break__label::after {
content: '';
flex: 1;
height: 1px;
background: linear-gradient(90deg, transparent 0%, rgba(255,122,46,0.65) 100%);
box-shadow: 0 0 8px rgba(255,122,46,0.4);
}
.state-break__label::after { background: linear-gradient(90deg, rgba(255,122,46,0.65) 0%, transparent 100%); }
.state-break__label span::before {
content: ' 0B7';
padding-right: 12px;
color: var(--ember-glow);
}
.state-break__label span::after {
content: ' 0B7';
padding-left: 12px;
color: var(--ember-glow);
}
/* ==================================================
RESULT HERO — the answer (~280px)
================================================== */
.result-hero {
background: var(--bg-page);
padding: 60px 40px 68px;
min-height: 280px;
position: relative;
text-align: center;
}
.result-hero::before,
.result-hero::after {
content: '';
position: absolute;
left: 0; right: 0;
height: 1px;
background: linear-gradient(90deg, transparent 0%, rgba(255,122,46,0.30) 50%, transparent 100%);
}
.result-hero::before { top: 0; }
.result-hero::after { bottom: 0; }
.result-hero__eyebrow {
font-family: var(--font-display);
font-weight: 600;
font-size: 12px;
letter-spacing: 0.24em;
text-transform: uppercase;
color: var(--ember);
margin-bottom: 20px;
display: inline-flex;
align-items: center;
gap: 12px;
}
.result-hero__eyebrow::before,
.result-hero__eyebrow::after {
content: '';
width: 22px;
height: 1px;
background: var(--ember);
box-shadow: 0 0 8px rgba(255,122,46,0.6);
}
.result-hero__title {
font-family: var(--font-display);
font-weight: 500;
font-size: 44px;
line-height: 1.05;
letter-spacing: 0.8px;
color: var(--chrome-highlight);
margin-bottom: 18px;
}
.result-hero__subrow {
display: inline-flex;
align-items: center;
gap: 22px;
flex-wrap: wrap;
justify-content: center;
}
.result-hero__sub {
font-family: var(--font-body);
font-size: 16px;
color: var(--chrome-dim);
}
.result-hero__sub strong { color: var(--chrome-warm); font-weight: 500; }
.result-hero__restart {
display: inline-flex;
align-items: center;
gap: 8px;
font-family: var(--font-display);
font-weight: 500;
font-size: 12px;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--ember);
padding: 10px 16px;
border: 1px solid rgba(255,122,46,0.55);
box-shadow: inset 0 1px 0 rgba(250,250,250,0.06);
transition: box-shadow 200ms ease;
}
.result-hero__restart:hover { box-shadow: inset 0 1px 0 rgba(250,250,250,0.10), var(--ember-glow-sm); }
/* ==================================================
PRIMARY RECOMMENDATION — big product-feature band (MAS68)
================================================== */
.primary-rec {
background: var(--bg-section-warm);
padding: 84px 40px 96px;
position: relative;
}
.primary-rec::before,
.primary-rec::after {
content: '';
position: absolute;
left: 0; right: 0;
height: 1px;
background: linear-gradient(90deg, transparent 0%, rgba(255,122,46,0.40) 50%, transparent 100%);
}
.primary-rec::before { top: 0; box-shadow: 0 0 22px rgba(255,122,46,0.20); }
.primary-rec::after { bottom: 0; }
.primary-rec__inner {
max-width: 1280px;
margin: 0 auto;
}
.primary-rec__badge {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 10px 18px;
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-weight: 700;
font-size: 11px;
letter-spacing: 0.20em;
text-transform: uppercase;
box-shadow: var(--ember-glow-sm), inset 0 1px 0 rgba(255,255,255,0.25);
margin-bottom: 32px;
}
.primary-rec__badge::before {
content: '2605';
color: var(--on-primary-fixed);
font-size: 12px;
}
.primary-rec__split {
display: grid;
grid-template-columns: 1.15fr 1fr;
gap: 56px;
align-items: stretch;
}
.primary-rec__copy { display: flex; flex-direction: column; }
.primary-rec__chip {
font-family: var(--font-display);
font-weight: 600;
font-size: 11px;
letter-spacing: 0.22em;
text-transform: uppercase;
color: var(--chrome-dim);
margin-bottom: 18px;
display: inline-flex;
align-items: center;
gap: 10px;
align-self: flex-start;
}
.primary-rec__chip::before {
content: '';
width: 18px;
height: 1px;
background: var(--ember);
}
.primary-rec__chip strong { color: var(--chrome-warm); font-weight: 500; }
.primary-rec__title {
font-family: var(--font-display);
font-weight: 500;
font-size: 40px;
line-height: 1.1;
letter-spacing: 0.8px;
color: var(--chrome-highlight);
margin-bottom: 24px;
text-wrap: balance;
}
.primary-rec__reason {
padding: 22px 24px;
background: var(--bg-card-lift);
box-shadow: inset 0 0 0 1px rgba(255,122,46,0.20), inset 0 1px 0 rgba(250,250,250,0.06);
margin-bottom: 26px;
}
.primary-rec__reason-label {
font-family: var(--font-display);
font-weight: 600;
font-size: 11px;
letter-spacing: 0.22em;
text-transform: uppercase;
color: var(--ember);
margin-bottom: 10px;
}
.primary-rec__reason-body {
font-family: var(--font-body);
font-size: 16px;
line-height: 1.65;
color: var(--chrome-warm);
}
.primary-rec__reason-body em {
font-style: normal;
color: var(--chrome-highlight);
font-weight: 500;
}
.primary-rec__rating {
font-family: var(--font-display);
font-weight: 500;
font-size: 13px;
letter-spacing: 0.10em;
color: var(--chrome-warm);
margin-bottom: 22px;
display: inline-flex;
align-items: center;
gap: 12px;
}
.primary-rec__rating .stars { color: var(--ember); letter-spacing: 0.14em; font-size: 14px; }
.primary-rec__rating .num { color: var(--chrome-highlight); font-weight: 600; }
.primary-rec__rating .dot { color: var(--chrome-dim); }
.primary-rec__specs {
display: grid;
grid-template-columns: 1fr;
gap: 8px;
margin-bottom: 26px;
padding: 20px 22px;
background: var(--bg-card);
box-shadow: inset 0 1px 0 rgba(250,250,250,0.06);
}
.primary-rec__spec {
display: grid;
grid-template-columns: 1fr auto;
align-items: baseline;
gap: 12px;
font-family: var(--font-body);
font-size: 14px;
}
.primary-rec__spec-label {
color: var(--chrome-dim);
font-family: var(--font-display);
font-size: 11px;
letter-spacing: 0.18em;
text-transform: uppercase;
position: relative;
overflow: hidden;
white-space: nowrap;
}
.primary-rec__spec-label::after {
content: '20262026202620262026202620262026202620262026202620262026202620262026202620262026202620262026202620262026202620262026202620262026202620262026202620262026202620262026202620262026202620262026202620262026';
padding-left: 10px;
color: rgba(184,176,166,0.35);
letter-spacing: 0.30em;
}
.primary-rec__spec-value {
color: var(--chrome-warm);
font-family: var(--font-display);
font-weight: 500;
font-size: 13px;
font-variant-numeric: tabular-nums;
text-align: right;
white-space: nowrap;
background: var(--bg-card);
padding-left: 10px;
position: relative;
z-index: 1;
}
.primary-rec__pricerow {
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
margin-bottom: 30px;
flex-wrap: wrap;
}
.primary-rec__price {
font-family: var(--font-display);
font-weight: 700;
font-size: 42px;
letter-spacing: -0.01em;
color: var(--ember);
font-variant-numeric: tabular-nums;
line-height: 1;
}
.primary-rec__stock {
font-family: var(--font-display);
font-weight: 600;
font-size: 11px;
letter-spacing: 0.22em;
text-transform: uppercase;
color: var(--chrome-dim);
padding: 10px 14px;
background: var(--bg-card);
box-shadow: inset 0 0 0 1px rgba(184,176,166,0.20);
display: inline-flex;
align-items: center;
gap: 10px;
}
.primary-rec__stock::before {
content: '';
width: 8px;
height: 8px;
background: var(--ember);
box-shadow: 0 0 8px rgba(255,122,46,0.7);
}
.primary-rec__stock strong { color: var(--chrome-warm); font-weight: 500; }
.primary-rec__cta {
align-self: flex-start;
display: inline-flex;
align-items: center;
gap: 12px;
font-family: var(--font-display);
font-weight: 600;
font-size: 14px;
letter-spacing: 0.10em;
text-transform: uppercase;
color: var(--on-primary-fixed);
background: linear-gradient(180deg, var(--ember-glow) 0%, var(--ember) 50%, var(--ember-deep) 100%);
padding: 20px 34px;
box-shadow: var(--ember-glow-sm), inset 0 1px 0 rgba(255,255,255,0.25);
transition: box-shadow 200ms ease;
}
.primary-rec__cta:hover { box-shadow: var(--ember-glow-md), inset 0 1px 0 rgba(255,255,255,0.35); }
.primary-rec__media {
position: relative;
min-height: 560px;
background: var(--bg-card-deep);
box-shadow: var(--panel-lift), inset 0 0 0 1px rgba(255,122,46,0.28);
overflow: hidden;
}
.primary-rec__media img {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.primary-rec__media::after {
content: '';
position: absolute;
inset: 0;
background:
radial-gradient(ellipse 80% 60% at 30% 40%, rgba(255,122,46,0.14) 0%, transparent 60%),
linear-gradient(180deg, rgba(6,6,6,0.10) 0%, rgba(6,6,6,0.35) 100%);
pointer-events: none;
}
.primary-rec__caption {
position: absolute;
bottom: 20px;
left: 24px;
right: 24px;
z-index: 2;
font-family: var(--font-display);
font-size: 11px;
letter-spacing: 0.20em;
text-transform: uppercase;
color: var(--chrome-glint);
font-weight: 500;
display: flex;
justify-content: space-between;
align-items: baseline;
}
.primary-rec__caption span { color: var(--ember); padding-right: 10px; }
/* ==================================================
ALTERNATIVES — 2-up smaller cards (MAS49)
================================================== */
.alt-recs {
background: var(--bg-page);
padding: 84px 40px 96px;
position: relative;
}
.alt-recs::before {
content: '';
position: absolute;
top: 0; left: 0; right: 0;
height: 1px;
background: linear-gradient(90deg, transparent 0%, rgba(255,122,46,0.35) 50%, transparent 100%);
}
.alt-recs__inner {
max-width: 1280px;
margin: 0 auto;
}
.alt-recs__head {
text-align: center;
margin-bottom: 52px;
}
.alt-recs__eyebrow {
font-family: var(--font-display);
font-weight: 600;
font-size: 12px;
letter-spacing: 0.24em;
text-transform: uppercase;
color: var(--ember);
margin-bottom: 18px;
display: inline-flex;
align-items: center;
gap: 12px;
}
.alt-recs__eyebrow::before,
.alt-recs__eyebrow::after {
content: '';
width: 22px;
height: 1px;
background: var(--ember);
box-shadow: 0 0 8px rgba(255,122,46,0.6);
}
.alt-recs__title {
font-family: var(--font-display);
font-weight: 500;
font-size: 32px;
line-height: 1.15;
letter-spacing: 0.8px;
color: var(--chrome-highlight);
margin-bottom: 14px;
}
.alt-recs__lede {
font-family: var(--font-body);
font-size: 16px;
color: var(--chrome-dim);
max-width: 620px;
margin: 0 auto;
}
.alt-recs__grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 28px;
}
.product-card:hover { box-shadow: var(--panel-lift-hover), inset 0 0 0 1px rgba(255,122,46,0.35); }
.product-card__media img {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.product-card__media::after {
content: '';
position: absolute;
inset: 0;
background:
radial-gradient(ellipse 80% 60% at 30% 30%, rgba(255,122,46,0.10) 0%, transparent 60%),
linear-gradient(180deg, rgba(6,6,6,0.15) 0%, rgba(6,6,6,0.4) 100%);
}
.product-card__reason::before {
content: 'Why: ';
font-style: normal;
font-family: var(--font-display);
font-weight: 600;
font-size: 11px;
letter-spacing: 0.18em;
text-transform: uppercase;
color: var(--ember);
}
.product-card__cta:hover {
background: rgba(255,122,46,0.10);
color: var(--chrome-highlight);
box-shadow: var(--ember-glow-sm), inset 0 1px 0 rgba(250,250,250,0.10);
}
/* ==================================================
RESTART + NEWSLETTER (~140px)
================================================== */
.restart-band {
background: var(--bg-page);
padding: 42px 40px 46px;
position: relative;
}
.restart-band::before {
content: '';
position: absolute;
top: 0; left: 0; right: 0;
height: 1px;
background: linear-gradient(90deg, transparent 0%, rgba(255,122,46,0.35) 50%, transparent 100%);
}
.restart-band__inner {
max-width: 1280px;
margin: 0 auto;
display: grid;
grid-template-columns: 65fr 35fr;
gap: 56px;
align-items: center;
}
.restart-band__left {
display: flex;
align-items: baseline;
gap: 22px;
flex-wrap: wrap;
}
.restart-band__copy {
font-family: var(--font-display);
font-weight: 500;
font-size: 20px;
letter-spacing: -0.005em;
color: var(--chrome-highlight);
font-style: italic;
}
.restart-band__copy strong { color: var(--chrome-warm); font-weight: 500; font-style: normal; }
.restart-band__link {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 12px 18px;
border: 1px solid rgba(255,122,46,0.55);
font-family: var(--font-display);
font-weight: 600;
font-size: 12px;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--ember);
box-shadow: inset 0 1px 0 rgba(250,250,250,0.06);
transition: box-shadow 200ms ease;
}
.restart-band__link:hover { box-shadow: inset 0 1px 0 rgba(250,250,250,0.10), var(--ember-glow-sm); }
.newsletter-mini {
display: grid;
grid-template-columns: 1fr auto;
gap: 0;
padding: 6px 6px 6px 20px;
background: var(--bg-card);
box-shadow: inset 0 0 0 1px rgba(46,46,46,0.6), var(--panel-lift);
}
.newsletter-mini__input {
background: transparent;
border: 0;
outline: 0;
padding: 14px 12px 14px 0;
font-family: var(--font-body);
font-size: 14px;
color: var(--chrome-warm);
min-width: 0;
}
.newsletter-mini__input::placeholder { color: var(--chrome-dim); }
.newsletter-mini__cta {
font-family: var(--font-display);
font-weight: 600;
font-size: 12px;
letter-spacing: 0.10em;
text-transform: uppercase;
color: var(--on-primary-fixed);
background: linear-gradient(180deg, var(--ember-glow) 0%, var(--ember) 50%, var(--ember-deep) 100%);
padding: 14px 22px;
box-shadow: var(--ember-glow-sm), inset 0 1px 0 rgba(255,255,255,0.2);
transition: box-shadow 200ms ease;
}
.newsletter-mini__cta:hover { box-shadow: var(--ember-glow-md), inset 0 1px 0 rgba(255,255,255,0.3); }
/* ==================================================
TRUST BAR — 4 chips (MAS49-locked)
================================================== */
.trust-bar {
background: var(--bg-section);
padding: 30px 40px;
position: relative;
box-shadow: inset 0 1px 0 rgba(250,250,250,0.05);
}
.trust-bar__inner {
max-width: 1280px;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 32px;
}
.trust-bar__chip {
display: inline-flex;
align-items: center;
gap: 14px;
font-family: var(--font-display);
font-weight: 500;
font-size: 12px;
letter-spacing: 0.16em;
text-transform: uppercase;
color: var(--chrome-warm);
}
.trust-bar__chip-icon {
width: 22px;
height: 22px;
color: var(--ember);
display: inline-flex;
align-items: center;
justify-content: center;
filter: drop-shadow(0 0 6px rgba(255,122,46,0.4));
}
.trust-bar__chip-icon svg { width: 100%; height: 100%; }
.trust-bar__chip-value { color: var(--chrome-dim); font-weight: 500; padding-left: 4px; }
.trust-bar__chip-value strong { color: var(--chrome-highlight); font-weight: 600; }
/* ==================================================
FOOTER — deep carbon (MAS64 / MAS68)
================================================== */
.site-footer {
background: var(--bg-footer);
padding: 72px 40px 32px;
position: relative;
color: var(--chrome-dim);
}
.site-footer::before {
content: '';
position: absolute;
top: 0; left: 0; right: 0;
height: 1px;
background: linear-gradient(90deg, transparent 0%, rgba(255,122,46,0.55) 50%, transparent 100%);
box-shadow: 0 0 22px rgba(255,122,46,0.28);
}
.site-footer__inner {
max-width: 1440px;
margin: 0 auto;
}
.site-footer__grid {
display: grid;
grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
gap: 48px;
padding-bottom: 56px;
border-bottom: 1px solid rgba(46,46,46,0.5);
}
.site-footer__brand {
font-family: var(--font-display);
font-weight: 700;
font-size: 22px;
letter-spacing: 0.16em;
color: var(--chrome-highlight);
text-transform: uppercase;
margin-bottom: 22px;
}
.site-footer__brand span { color: var(--ember); }
.site-footer__blurb {
font-family: var(--font-body);
font-size: 14px;
line-height: 1.6;
color: var(--chrome-warm);
max-width: 320px;
margin-bottom: 26px;
}
.site-footer__mini {
font-family: var(--font-display);
font-size: 11px;
letter-spacing: 0.18em;
text-transform: uppercase;
color: var(--chrome-dim);
display: flex;
gap: 18px;
align-items: center;
}
.site-footer__mini span::before {
content: '';
display: inline-block;
width: 6px;
height: 6px;
background: var(--ember);
margin-right: 8px;
box-shadow: 0 0 6px rgba(255,122,46,0.7);
vertical-align: middle;
}
.site-footer__col-head {
font-family: var(--font-display);
font-weight: 600;
font-size: 11px;
letter-spacing: 0.22em;
text-transform: uppercase;
color: var(--chrome-warm);
margin-bottom: 22px;
}
.site-footer__col ul { list-style: none; }
.site-footer__col li { margin-bottom: 12px; }
.site-footer__col a {
font-family: var(--font-body);
font-size: 14px;
color: var(--chrome-dim);
transition: color 180ms ease;
}
.site-footer__col a:hover { color: var(--ember-glow); }
.site-footer__bar {
padding-top: 28px;
display: flex;
justify-content: space-between;
align-items: center;
gap: 20px;
flex-wrap: wrap;
font-family: var(--font-display);
font-size: 11px;
letter-spacing: 0.16em;
text-transform: uppercase;
color: var(--chrome-dim);
}
.site-footer__legal { display: inline-flex; gap: 22px; }
.site-footer__legal a:hover { color: var(--chrome-warm); }
.site-footer__pay { display: inline-flex; gap: 14px; }
.site-footer__pay span {
padding: 4px 10px;
border: 1px solid rgba(46,46,46,0.7);
color: var(--chrome-warm);
font-size: 10px;
letter-spacing: 0.18em;
}
/* ==================================================
RESPONSIVE — ~390px stack
================================================== */
@media (max-width: 900px) {
.site-nav__main-inner { grid-template-columns: 1fr auto; gap: 12px; }
.site-nav__links { display: none; }
.site-nav__utility { display: none; }
.finder-hero__title { font-size: 34px; letter-spacing: 0.8px; }
.finder-hero__inner { padding: 44px 20px 48px; }
.finder-progress__inner { grid-template-columns: 1fr; text-align: center; gap: 16px; }
.finder-progress__steps { grid-template-columns: 1fr; gap: 12px; }
.finder-progress__rule { display: none; }
.question-card { padding: 44px 20px 60px; }
.question-card__title { font-size: 30px; letter-spacing: 0.8px; }
.question-card__options { grid-template-columns: 1fr; gap: 14px; }
.answer-option { height: auto; padding: 30px 22px; }
.finder-preview { padding: 32px 20px; }
.finder-preview__grid { grid-template-columns: 1fr; }
.state-break { padding: 32px 20px; }
.result-hero__title { font-size: 30px; letter-spacing: 0.8px; }
.result-hero { padding: 44px 20px 48px; }
.primary-rec { padding: 52px 20px 60px; }
.primary-rec__split { grid-template-columns: 1fr; gap: 32px; }
.primary-rec__title { font-size: 28px; letter-spacing: 0.8px; }
.primary-rec__media { min-height: 360px; }
.alt-recs { padding: 52px 20px 60px; }
.alt-recs__grid { grid-template-columns: 1fr; }
.restart-band__inner { grid-template-columns: 1fr; gap: 24px; }
.trust-bar__inner { grid-template-columns: 1fr 1fr; gap: 20px; }
.site-footer { padding: 52px 20px 28px; }
.site-footer__grid { grid-template-columns: 1fr; gap: 32px; padding-bottom: 32px; }
.site-footer__bar { 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 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>
<!-- 1. Site Nav -->
<header class="site-nav">
<div class="site-nav__utility">
<div class="site-nav__utility-inner">
<div class="site-nav__utility-left">
<span>From factory floor to your door — global 7-10 days</span>
</div>
<div class="site-nav__utility-right">
<a href="#">Help</a>
<a href="#">Track order</a>
<a href="#">USD $</a>
<a href="#">Sign in</a>
</div>
</div>
</div>
<div class="site-nav__main">
<div class="site-nav__main-inner">
<a href="/" class="site-nav__brand">ART<span>/</span>SABERS</a>
<nav class="site-nav__links">
<a href="#" class="site-nav__link">Lightsabers</a>
<a href="#" class="site-nav__link">Helmets</a>
<a href="#" class="site-nav__link">Parts & Blades</a>
<a href="#" class="site-nav__link site-nav__link--noicon site-nav__link--active">Hilt Finder</a>
<a href="#" class="site-nav__link site-nav__link--noicon">Offers</a>
</nav>
<div class="site-nav__utility-mini">
<span class="site-nav__icon">Search</span>
<span class="site-nav__icon">Account</span>
<span class="site-nav__icon">Cart <span class="site-nav__icon-bubble">2</span></span>
</div>
</div>
</div>
</header>
<!-- 2. Compact editorial hero -->
<a id="tf-hero-editorial-1" data-tf-family="hero-editorial" style="display:contents"></a>
<section class="finder-hero">
<div class="finder-hero__grid" aria-hidden="true"></div>
<div class="finder-hero__inner">
<div class="finder-hero__eyebrow">NOT SURE WHICH HILT?</div>
<h1 class="finder-hero__title">Three questions. We’ll pick.</h1>
<p class="finder-hero__subline">For yourself, for a gift, for the person who’s been looking at hilts for six months and can’t decide. We’ve got you.</p>
</div>
</section>
<!-- 3. Progress indicator -->
<a id="tf-progress-step-strip-1" data-tf-family="progress-step-strip" style="display:contents"></a>
<section class="finder-progress">
<div class="finder-progress__inner">
<div class="finder-progress__steps">
<div class="finder-progress__step finder-progress__step--active">
<span class="finder-progress__circle">01</span>
<span class="finder-progress__label">Purpose</span>
</div>
<div class="finder-progress__rule"></div>
<div class="finder-progress__step">
<span class="finder-progress__circle">02</span>
<span class="finder-progress__label">Budget</span>
</div>
<div class="finder-progress__rule"></div>
<div class="finder-progress__step">
<span class="finder-progress__circle">03</span>
<span class="finder-progress__label">Style</span>
</div>
</div>
<div class="finder-progress__stat">Question <strong>1</strong> of 3</div>
</div>
</section>
<!-- 4. Question card -->
<a id="tf-other-1" data-tf-family="other" style="display:contents"></a>
<section class="question-card">
<div class="question-card__inner">
<div class="question-card__eyebrow">QUESTION 01 · PURPOSE</div>
<h2 class="question-card__title">What’s this hilt for?</h2>
<p class="question-card__lede">Pick the closest fit — no wrong answer.</p>
<div class="question-card__options">
<button class="answer-option" type="button">
<span class="answer-option__key">A</span>
<span class="answer-option__glyph" aria-hidden="true">
<svg viewbox="0 0 56 56" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round">
<line x1="10" y1="10" x2="46" y2="46"></line>
<line x1="46" y1="10" x2="10" y2="46"></line>
<circle cx="14" cy="14" r="2.5" fill="currentColor" stroke="none"></circle>
<circle cx="42" cy="14" r="2.5" fill="currentColor" stroke="none"></circle>
<circle cx="14" cy="42" r="2.5" fill="currentColor" stroke="none"></circle>
<circle cx="42" cy="42" r="2.5" fill="currentColor" stroke="none"></circle>
</svg>
</span>
<span class="answer-option__label">Duelling</span>
<span class="answer-option__body">I want to swing this at things.</span>
</button>
<button class="answer-option" type="button">
<span class="answer-option__key">B</span>
<span class="answer-option__glyph" aria-hidden="true">
<svg viewbox="0 0 56 56" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round">
<rect x="8" y="42" width="40" height="6"></rect>
<line x1="28" y1="42" x2="28" y2="8"></line>
<circle cx="28" cy="6" r="2.5" fill="currentColor" stroke="none"></circle>
<line x1="18" y1="48" x2="18" y2="52"></line>
<line x1="38" y1="48" x2="38" y2="52"></line>
</svg>
</span>
<span class="answer-option__label">Display & cosplay</span>
<span class="answer-option__body">Static show, cosplay events, or wall-mount.</span>
</button>
<button class="answer-option answer-option--selected" type="button">
<span class="answer-option__key">C · Selected</span>
<span class="answer-option__check">✓</span>
<span class="answer-option__glyph" aria-hidden="true">
<svg viewbox="0 0 56 56" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round">
<line x1="10" y1="28" x2="46" y2="28"></line>
<polyline points="16,20 8,28 16,36"></polyline>
<polyline points="40,20 48,28 40,36"></polyline>
<line x1="28" y1="12" x2="28" y2="44" stroke-dasharray="3 3"></line>
</svg>
</span>
<span class="answer-option__label">Both</span>
<span class="answer-option__body">I want it to look great AND survive a real duel.</span>
</button>
</div>
<div class="question-card__nav">
<button class="question-card__back" type="button" disabled>← Back</button>
<button class="question-card__next" type="button">Next question →</button>
</div>
</div>
</section>
<!-- 5. Preview of next questions -->
<a id="tf-other-2" data-tf-family="other" style="display:contents"></a>
<section class="finder-preview">
<div class="finder-preview__inner">
<div class="finder-preview__eyebrow"><span>WHAT’S NEXT</span></div>
<div class="finder-preview__grid">
<div class="finder-preview__card">
<div class="finder-preview__number">02</div>
<div>
<div class="finder-preview__label">Question 02 · Budget</div>
<div class="finder-preview__value">Sub-$250 · $250-$400 · $400-$600 · $600+</div>
</div>
</div>
<div class="finder-preview__card">
<div class="finder-preview__number">03</div>
<div>
<div class="finder-preview__label">Question 03 · Style</div>
<div class="finder-preview__value">A specific character (Vader, Anakin, Kylo, etc.) · An original design · Surprise me.</div>
</div>
</div>
</div>
</div>
</section>
<!-- 6. State break: RESULT STATE PREVIEW -->
<section class="state-break" role="separator" aria-label="Result state preview">
<div class="state-break__label"><span>RESULT STATE PREVIEW</span></div>
</section>
<!-- 7. Result hero -->
<a id="tf-other-3" data-tf-family="other" style="display:contents"></a>
<section class="result-hero">
<div class="result-hero__eyebrow">YOUR MATCH</div>
<h2 class="result-hero__title">We think this is the one.</h2>
<div class="result-hero__subrow">
<p class="result-hero__sub">Based on: <strong>duelling + display</strong> · <strong>$250-$400</strong> · <strong>Vader-adjacent</strong></p>
<a href="#" class="result-hero__restart">↻ Start over</a>
</div>
</section>
<!-- 8. Primary recommendation -->
<a id="tf-other-4" data-tf-family="other" style="display:contents"></a>
<section class="primary-rec">
<div class="primary-rec__inner">
<div class="primary-rec__badge">Workshop’s pick</div>
<div class="primary-rec__split">
<div class="primary-rec__copy">
<div class="primary-rec__chip">LIGHTSABER · <strong>DUELLING GRADE</strong></div>
<h3 class="primary-rec__title">Starkiller SE Lightsaber — Xenopixel V3.</h3>
<div class="primary-rec__reason">
<div class="primary-rec__reason-label">Why this?</div>
<p class="primary-rec__reason-body">Duelling-tested (matches your <em>‘duelling’</em> answer), $339 (fits your <em>$250-$400</em> bracket), Vader-adjacent design (matches your <em>character preference</em>).</p>
</div>
<div class="primary-rec__rating">
<span class="stars">★★★★★</span>
<span class="num">4.8</span>
<span class="dot">·</span>
<span>62 reviews</span>
</div>
<div class="primary-rec__specs">
<div class="primary-rec__spec">
<span class="primary-rec__spec-label">Saber Core</span>
<span class="primary-rec__spec-value">Xenopixel V3</span>
</div>
<div class="primary-rec__spec">
<span class="primary-rec__spec-label">Blade</span>
<span class="primary-rec__spec-value">Neopixel · Duelling</span>
</div>
<div class="primary-rec__spec">
<span class="primary-rec__spec-label">Sound fonts</span>
<span class="primary-rec__spec-value">34</span>
</div>
<div class="primary-rec__spec">
<span class="primary-rec__spec-label">Bluetooth</span>
<span class="primary-rec__spec-value">XenoConfigurator</span>
</div>
<div class="primary-rec__spec">
<span class="primary-rec__spec-label">Delivery</span>
<span class="primary-rec__spec-value">7-10 days</span>
</div>
</div>
<div class="primary-rec__pricerow">
<div class="primary-rec__price">$339</div>
<div class="primary-rec__stock"><strong>Factory-direct</strong> · ships in 7-10 days</div>
</div>
<a href="#" class="primary-rec__cta">See the Starkiller SE →</a>
</div>
<div class="primary-rec__media">
<img src="https://artsabers.com/wp-content/uploads/sites/10/2025/03/Starkiller-V3-Lightsaber-Xenopixel-V3.jpg" alt="Starkiller SE Lightsaber — Xenopixel V3">
<div class="primary-rec__caption">
<span>SPEC</span>Xenopixel V3 · Duelling
</div>
</div>
</div>
</div>
</section>
<!-- 9. Alternative recommendations -->
<a id="tf-product-grid-1" data-tf-family="product-grid" style="display:contents"></a>
<section class="alt-recs">
<div class="alt-recs__inner">
<div class="alt-recs__head">
<div class="alt-recs__eyebrow">OR CONSIDER</div>
<h3 class="alt-recs__title">Two more that match.</h3>
<p class="alt-recs__lede">Ranked lower than the primary — but close enough that some duellists would prefer them.</p>
</div>
<div class="alt-recs__grid">
<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>
<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>
</div>
</div>
</section>
<!-- 10. Restart + newsletter mini -->
<section class="restart-band">
<div class="restart-band__inner">
<div class="restart-band__left">
<p class="restart-band__copy">Not quite what you’re after? <strong>Restart the quiz.</strong></p>
<a href="#" class="restart-band__link">↻ Restart →</a>
</div>
<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>
</div>
</section>
<!-- 11. 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-bar__chip">
<span class="trust-bar__chip-icon" aria-hidden="true">
<svg viewbox="0 0 22 22" fill="none" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round">
<rect x="1" y="6" width="15" height="10"></rect>
<path d="M16 9h3l2 3v4h-5"></path>
<circle cx="6" cy="17" r="2"></circle>
<circle cx="17" cy="17" r="2"></circle>
</svg>
</span>
<span>Global delivery <span class="trust-bar__chip-value"><strong>7-10 days</strong></span></span>
</div>
<div class="trust-bar__chip">
<span class="trust-bar__chip-icon" aria-hidden="true">
<svg viewbox="0 0 22 22" fill="none" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 5h11l3 3v9H4z"></path>
<path d="M8 12l2 2 4-4"></path>
</svg>
</span>
<span>30-day <span class="trust-bar__chip-value"><strong>money-back</strong></span></span>
</div>
<div class="trust-bar__chip">
<span class="trust-bar__chip-icon" aria-hidden="true">
<svg viewbox="0 0 22 22" fill="none" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round">
<circle cx="11" cy="11" r="8"></circle>
<path d="M11 6v5l3 2"></path>
</svg>
</span>
<span>24-hour <span class="trust-bar__chip-value"><strong>response</strong></span></span>
</div>
<div class="trust-bar__chip">
<span class="trust-bar__chip-icon" aria-hidden="true">
<svg viewbox="0 0 22 22" fill="none" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 4h14v11H10l-4 3v-3H4z"></path>
<circle cx="8" cy="10" r="0.8" fill="currentColor"></circle>
<circle cx="11" cy="10" r="0.8" fill="currentColor"></circle>
<circle cx="14" cy="10" r="0.8" fill="currentColor"></circle>
</svg>
</span>
<span>Named <span class="trust-bar__chip-value"><strong>point of contact</strong></span></span>
</div>
</div>
</section>
<!-- 12. Site footer -->
<footer class="site-footer">
<div class="site-footer__inner">
<div class="site-footer__grid">
<div class="site-footer__brand-col">
<div class="site-footer__brand">ART<span>/</span>SABERS</div>
<p class="site-footer__blurb">Every character, every Saber Core, every duelling grade — from factory floor to your door. Real support, not sell-and-forget.</p>
<div class="site-footer__mini"><span>Global 7-10 days</span></div>
</div>
<div class="site-footer__col">
<div class="site-footer__col-head">Shop</div>
<ul>
<li><a href="#">Lightsabers</a></li>
<li><a href="#">By Saber Core</a></li>
<li><a href="#">By character</a></li>
<li><a href="#">Cosplay helmets</a></li>
<li><a href="#">Parts & blades</a></li>
<li><a href="#">Under $100</a></li>
</ul>
</div>
<div class="site-footer__col">
<div class="site-footer__col-head">Help</div>
<ul>
<li><a href="#">Hilt Finder</a></li>
<li><a href="#">Delivery & timing</a></li>
<li><a href="#">Returns & refunds</a></li>
<li><a href="#">Track order</a></li>
<li><a href="#">Contact us</a></li>
<li><a href="#">FAQs</a></li>
</ul>
</div>
<div class="site-footer__col">
<div class="site-footer__col-head">Brand</div>
<ul>
<li><a href="#">About ARTSABERS</a></li>
<li><a href="#">Real customer service</a></li>
<li><a href="#">Blog & guides</a></li>
<li><a href="#">Reviews</a></li>
<li><a href="#">UK & EU: Saber 66</a></li>
</ul>
</div>
<div class="site-footer__col">
<div class="site-footer__col-head">Connect</div>
<ul>
<li><a href="#">Instagram</a></li>
<li><a href="#">YouTube</a></li>
<li><a href="#">TikTok</a></li>
<li><a href="#">Discord</a></li>
<li><a href="#">Newsletter</a></li>
</ul>
</div>
</div>
<div class="site-footer__bar">
<div>© 2026 ARTSABERS · a Nerdworks brand</div>
<div class="site-footer__legal">
<a href="#">Privacy</a>
<a href="#">Terms</a>
<a href="#">Cookies</a>
</div>
<div class="site-footer__pay">
<span>Visa</span><span>MC</span><span>Amex</span><span>Apple Pay</span><span>PayPal</span>
</div>
</div>
</div>
</footer>
</body>
</html>