/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"?><html lang="en-GB">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About — 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>/* ==========================================================
TOKENS — Kyber Hull (ARTSABERS SAS1 v4.2.1)
========================================================== */
:root {
/* Orange ombre — the ONE brand 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 */
--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 / light-catch */
--chrome-highlight: #FAFAFA;
--chrome-glint: #E8E4DD;
--chrome-warm: #F5F0E8;
--chrome-dim: #B8B0A6;
/* Semantic surface roles — resolve to the hull ladder */
--bg-page: var(--carbon);
--bg-section-plain: var(--carbon);
--bg-section-patterned: var(--charcoal);
--bg-section-warm: var(--charcoal-warm);
--bg-card: var(--hull-panel);
--bg-card-elevated: var(--hull-panel-lift);
--bg-card-recessed: var(--hull-panel-dark);
--bg-nav: rgba(6, 6, 6, 0.88);
--bg-footer: var(--carbon);
/* Semantic text roles */
--text-heading: var(--chrome-highlight);
--text-body: var(--chrome-warm);
--text-muted: var(--chrome-dim);
--text-on-ember: var(--on-primary-fixed);
/* Accent */
--accent: var(--ember);
--accent-glow: var(--ember-glow);
--accent-deep: var(--ember-deep);
/* Panel geometry */
--chrome-top-inset: inset 0 1px 0 rgba(250, 250, 250, 0.35);
--chrome-top-soft: inset 0 1px 0 rgba(250, 250, 250, 0.20);
--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 20px 48px -12px rgba(0, 0, 0, 0.95);
--ember-glow-sm: 0 0 16px rgba(255, 122, 46, 0.35);
--ember-glow-md: 0 0 32px 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);
--ember-seam-glow: 0 0 32px rgba(255, 122, 46, 0.45);
/* Type + rhythm */
--font-display: 'Orbitron', ui-sans-serif, system-ui, sans-serif;
--font-body: 'Onest', ui-sans-serif, system-ui, sans-serif;
--track-hero: 0.14em;
--track-label: 0.1em;
--track-cta: 0.06em;
--page-max: 1200px;
--reading-max: 1100px;
}
/* ==========================================================
RESET + PAGE FRAME
========================================================== */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
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;
overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: transparent; color: inherit; }
h1, h2, h3, h4, h5, h6, p { margin: 0; }
/* ==========================================================
BLOCK: site-nav — MAS64/MAS68 canonical chrome
========================================================== */
.site-nav {
position: sticky;
top: 0;
z-index: 40;
width: 100%;
background: var(--bg-nav);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
box-shadow: var(--chrome-top-soft), 0 1px 0 rgba(54, 54, 54, 0.4);
}
.site-nav__inner {
max-width: var(--page-max);
margin: 0 auto;
padding: 18px 32px;
display: grid;
grid-template-columns: auto 1fr auto;
align-items: center;
gap: 32px;
}
.site-nav__brand {
font-family: var(--font-display);
font-weight: 700;
font-size: 20px;
letter-spacing: var(--track-hero);
color: var(--chrome-highlight);
text-transform: uppercase;
}
.site-nav__brand-glyph {
display: inline-block;
width: 8px;
height: 8px;
background: var(--accent);
box-shadow: 0 0 12px var(--accent);
margin-right: 12px;
transform: translateY(-2px);
}
.site-nav__menu {
display: flex;
gap: 36px;
justify-content: center;
list-style: none;
margin: 0;
padding: 0;
}
.site-nav__link {
font-family: var(--font-display);
font-weight: 500;
font-size: 12px;
text-transform: uppercase;
letter-spacing: var(--track-label);
color: var(--chrome-warm);
transition: color 0.2s;
}
.site-nav__link:hover { color: var(--accent); }
.site-nav__actions {
display: flex;
gap: 20px;
align-items: center;
}
.site-nav__icon {
font-family: var(--font-display);
font-size: 11px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: var(--track-label);
color: var(--chrome-dim);
display: inline-flex;
align-items: center;
gap: 8px;
}
.site-nav__icon-glyph {
width: 14px; height: 14px;
border: 1px solid var(--chrome-dim);
display: inline-block;
}
.site-nav__cart-count {
color: var(--accent);
font-family: var(--font-display);
font-weight: 700;
}
/* ==========================================================
BLOCK: hero-atmospheric — full-bleed atmospheric hero
(MAS62 language: hull-plate Variant F + corner ember bloom)
========================================================== */
.hero-atmospheric {
position: relative;
width: 100%;
min-height: 560px;
background-color: var(--carbon);
background-image:
radial-gradient(ellipse at center, rgba(6,6,6,0.62) 0%, rgba(6,6,6,0.72) 55%, rgba(6,6,6,0.88) 100%),
url("https://camcom.dev/wp-content/uploads/2026/07/6f0320e4a3df77a3b51e2d37a15e6eae-6.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
display: flex;
align-items: center;
overflow: hidden;
}
.hero-atmospheric__bloom {
position: absolute;
top: -180px;
left: -180px;
width: 640px;
height: 640px;
background: radial-gradient(circle, rgba(255,122,46,0.16) 0%, rgba(255,122,46,0.06) 40%, transparent 70%);
pointer-events: none;
z-index: 1;
}
.hero-atmospheric__bottom-glow {
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 3px;
background: linear-gradient(to right, transparent 0%, rgba(255,122,46,0.75) 50%, transparent 100%);
box-shadow: var(--ember-seam-glow);
z-index: 2;
}
.hero-atmospheric__inner {
position: relative;
z-index: 3;
max-width: var(--page-max);
margin: 0 auto;
padding: 96px 32px 88px;
width: 100%;
}
.hero-atmospheric__eyebrow {
font-family: var(--font-display);
font-size: 12px;
font-weight: 600;
letter-spacing: var(--track-label);
text-transform: uppercase;
color: var(--accent);
margin-bottom: 24px;
}
.hero-atmospheric__eyebrow::before {
content: '';
display: inline-block;
width: 40px;
height: 1px;
background: var(--accent);
vertical-align: middle;
margin-right: 16px;
transform: translateY(-2px);
}
.hero-atmospheric__title {
font-family: var(--font-display);
font-weight: 700;
font-size: 68px;
line-height: 1.02;
letter-spacing: 0.8px;
color: var(--chrome-highlight);
max-width: 900px;
margin-bottom: 28px;
}
.hero-atmospheric__sub {
font-family: var(--font-body);
font-size: 19px;
line-height: 1.55;
color: var(--chrome-warm);
max-width: 720px;
}
/* ==========================================================
BLOCK: manifesto-band — 2x2 statement grid (MAS43 language)
========================================================== */
.manifesto-band {
position: relative;
background: var(--bg-section-plain);
padding: 120px 32px 128px;
}
.manifesto-band::before {
content: '';
position: absolute;
top: 0; left: 0; right: 0;
height: 1px;
background: linear-gradient(to right, transparent 0%, rgba(255,122,46,0.6) 50%, transparent 100%);
box-shadow: 0 0 24px rgba(255,122,46,0.35);
}
.manifesto-band__inner {
max-width: var(--reading-max);
margin: 0 auto;
}
.manifesto-band__eyebrow {
font-family: var(--font-display);
font-size: 12px;
font-weight: 600;
letter-spacing: var(--track-label);
text-transform: uppercase;
color: var(--accent);
margin-bottom: 56px;
text-align: center;
}
.manifesto-band__grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 0;
border-top: 1px solid rgba(54, 54, 54, 0.35);
}
.manifesto-band__cell {
position: relative;
padding: 56px 48px 64px;
border-bottom: 1px solid rgba(54, 54, 54, 0.35);
transition: transform 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
}
.manifesto-band__cell:nth-child(odd) { border-right: 1px solid rgba(54, 54, 54, 0.35); }
.manifesto-band__cell:hover {
transform: translateY(-3px);
background: rgba(26, 26, 26, 0.35);
box-shadow: var(--chrome-top-soft), 0 -1px 24px rgba(255,122,46,0.18);
}
.manifesto-band__number {
font-family: var(--font-display);
font-weight: 500;
font-size: 13px;
letter-spacing: var(--track-label);
color: var(--accent);
margin-bottom: 32px;
display: inline-flex;
align-items: center;
gap: 12px;
}
.manifesto-band__number::after {
content: '';
width: 32px;
height: 1px;
background: var(--accent);
display: inline-block;
}
.manifesto-band__statement {
font-family: var(--font-display);
font-weight: 700;
font-size: 32px;
line-height: 1.18;
letter-spacing: -0.005em;
color: var(--chrome-highlight);
max-width: 420px;
}
/* ==========================================================
BLOCK: workshop-timeline — 4-step vertical timeline
(hull-plate patterned ground Variant G — vertical seam)
========================================================== */
.workshop-timeline {
position: relative;
background-color: var(--charcoal);
background-image:
linear-gradient(rgba(10,10,10,0.72), rgba(10,10,10,0.72)),
linear-gradient(90deg,
#141414 0%,
#171717 49.6%,
rgba(255,122,46,0.35) 49.95%,
rgba(255,179,71,0.55) 50%,
rgba(255,122,46,0.35) 50.05%,
#171717 50.4%,
#141414 100%);
padding: 128px 32px;
overflow: hidden;
}
.workshop-timeline::before {
content: '';
position: absolute;
top: 0; left: 0; right: 0;
height: 1px;
background: rgba(250, 250, 250, 0.08);
}
.workshop-timeline__inner {
max-width: var(--reading-max);
margin: 0 auto;
position: relative;
z-index: 2;
}
.workshop-timeline__header {
max-width: 720px;
margin-bottom: 88px;
}
.workshop-timeline__eyebrow {
font-family: var(--font-display);
font-size: 12px;
font-weight: 600;
letter-spacing: var(--track-label);
text-transform: uppercase;
color: var(--accent);
margin-bottom: 20px;
}
.workshop-timeline__title {
font-family: var(--font-display);
font-weight: 700;
font-size: 44px;
line-height: 1.08;
letter-spacing: 0.8px;
color: var(--chrome-highlight);
margin-bottom: 20px;
}
.workshop-timeline__lede {
font-family: var(--font-body);
font-size: 17px;
color: var(--chrome-dim);
max-width: 560px;
}
.workshop-timeline__steps {
display: grid;
grid-template-columns: 92px 1fr;
gap: 0;
position: relative;
}
.workshop-timeline__step {
display: contents;
}
.workshop-timeline__marker {
position: relative;
display: flex;
justify-content: center;
padding-top: 6px;
}
.workshop-timeline__marker-num {
font-family: var(--font-display);
font-weight: 600;
font-size: 14px;
letter-spacing: var(--track-label);
color: var(--accent);
background: var(--charcoal);
width: 48px;
height: 48px;
display: inline-flex;
align-items: center;
justify-content: center;
box-shadow: inset 0 0 0 1px rgba(255,122,46,0.55), 0 0 20px rgba(255,122,46,0.28);
position: relative;
z-index: 2;
}
.workshop-timeline__marker::after {
content: '';
position: absolute;
top: 60px;
bottom: -48px;
left: 50%;
width: 1px;
background: linear-gradient(to bottom, rgba(255,122,46,0.55) 0%, rgba(255,122,46,0.12) 100%);
transform: translateX(-0.5px);
}
.workshop-timeline__step:last-child .workshop-timeline__marker::after { display: none; }
.workshop-timeline__body {
padding: 4px 0 64px 40px;
}
.workshop-timeline__step-eyebrow {
font-family: var(--font-display);
font-size: 11px;
font-weight: 500;
letter-spacing: var(--track-label);
text-transform: uppercase;
color: var(--chrome-dim);
margin-bottom: 8px;
}
.workshop-timeline__step-title {
font-family: var(--font-display);
font-weight: 700;
font-size: 26px;
line-height: 1.14;
letter-spacing: 0.8px;
color: var(--chrome-highlight);
margin-bottom: 14px;
}
.workshop-timeline__step-body {
font-family: var(--font-body);
font-size: 16px;
line-height: 1.62;
color: var(--chrome-warm);
max-width: 560px;
}
/* ==========================================================
BLOCK: differentiator-grid — 6-cell dropshipper-can't grid
========================================================== */
.differentiator-grid {
background: var(--bg-section-plain);
padding: 128px 32px;
}
.differentiator-grid__cell:hover {
background: rgba(26, 26, 26, 0.55);
box-shadow: inset 0 0 0 1px rgba(255,122,46,0.45), 0 -1px 0 rgba(250,250,250,0.15), 0 12px 32px -8px rgba(0,0,0,0.9);
transform: translateY(-4px);
}
.differentiator-grid__glyph::before,
.differentiator-grid__glyph::after {
content: '';
position: absolute;
background: var(--accent);
box-shadow: 0 0 10px rgba(255,122,46,0.6);
}
.differentiator-grid__glyph--workshop::before { width: 22px; height: 1px; }
.differentiator-grid__glyph--workshop::after { width: 1px; height: 22px; }
.differentiator-grid__glyph--inventory::before { width: 22px; height: 1px; top: 30%; left: 25%; }
.differentiator-grid__glyph--inventory::after { width: 22px; height: 1px; top: 60%; left: 25%; }
.differentiator-grid__glyph--tested::before { width: 22px; height: 1px; transform: rotate(45deg); }
.differentiator-grid__glyph--tested::after { width: 22px; height: 1px; transform: rotate(-45deg); }
.differentiator-grid__glyph--warranty::before { width: 20px; height: 20px; background: transparent; box-shadow: inset 0 0 0 1px var(--accent); border-radius: 0; }
.differentiator-grid__glyph--warranty::after { display: none; }
.differentiator-grid__glyph--support::before { width: 24px; height: 12px; background: transparent; box-shadow: inset 0 0 0 1px var(--accent); top: 32%; left: 25%; }
.differentiator-grid__glyph--support::after { width: 6px; height: 6px; top: 62%; left: 46%; box-shadow: none; }
.differentiator-grid__glyph--track::before { width: 18px; height: 1px; top: 32%; left: 30%; }
.differentiator-grid__glyph--track::after { width: 26px; height: 1px; top: 62%; left: 22%; }
/* ==========================================================
BLOCK: proof-callout — editorial split, big ember stat
(hull-plate patterned ground Variant F — horizontal seam)
========================================================== */
.proof-callout {
position: relative;
background-color: var(--charcoal);
background-image:
linear-gradient(rgba(10,10,10,0.72), rgba(10,10,10,0.72)),
linear-gradient(to bottom,
#141414 0%,
#171717 49.6%,
rgba(255,122,46,0.32) 49.95%,
rgba(255,179,71,0.50) 50%,
rgba(255,122,46,0.32) 50.05%,
#171717 50.4%,
#141414 100%);
padding: 128px 32px;
overflow: hidden;
}
.proof-callout::before {
content: '';
position: absolute;
top: 0; left: 0; right: 0;
height: 1px;
background: rgba(250,250,250,0.08);
}
.proof-callout__inner {
max-width: var(--reading-max);
margin: 0 auto;
display: grid;
grid-template-columns: 55fr 45fr;
gap: 72px;
align-items: center;
position: relative;
z-index: 2;
}
.proof-callout__col--text {
padding-right: 24px;
}
.proof-callout__eyebrow {
font-family: var(--font-display);
font-size: 12px;
font-weight: 600;
letter-spacing: var(--track-label);
text-transform: uppercase;
color: var(--accent);
margin-bottom: 32px;
}
.proof-callout__stat {
font-family: var(--font-display);
font-weight: 700;
font-size: 72px;
line-height: 1.02;
letter-spacing: -0.01em;
color: var(--accent);
text-shadow: 0 0 40px rgba(255,122,46,0.35);
text-transform: uppercase;
margin-bottom: 28px;
}
.proof-callout__stat-sep {
color: var(--ember-glow);
margin: 0 6px;
font-weight: 500;
}
.proof-callout__sub {
font-family: var(--font-body);
font-size: 19px;
line-height: 1.5;
color: var(--chrome-warm);
margin-bottom: 40px;
max-width: 500px;
}
.proof-callout__chips {
display: flex;
flex-wrap: wrap;
gap: 12px;
}
.proof-callout__chip {
font-family: var(--font-display);
font-weight: 500;
font-size: 12px;
letter-spacing: var(--track-label);
text-transform: uppercase;
color: var(--chrome-warm);
padding: 10px 16px;
box-shadow: inset 0 0 0 1px rgba(255,122,46,0.55);
}
.proof-callout__chip-accent { color: var(--accent); font-weight: 600; }
.proof-callout__col--image {
position: relative;
aspect-ratio: 1 / 1;
overflow: hidden;
background: var(--hull-panel-dark);
box-shadow:
var(--chrome-top-inset),
inset 0 0 0 1px rgba(255,122,46,0.35),
0 24px 64px -12px rgba(0,0,0,0.9),
0 0 60px rgba(255,122,46,0.2);
}
.proof-callout__col--image::after {
content: '';
position: absolute;
inset: 0;
background: radial-gradient(ellipse at 20% 30%, rgba(255,122,46,0.22) 0%, transparent 55%);
pointer-events: none;
}
.proof-callout__img {
width: 100%;
height: 100%;
object-fit: cover;
}
/* ==========================================================
BLOCK: trust-chip-bar — 4-chip HUD row (MAS49)
========================================================== */
.trust-chip-bar {
position: relative;
background: var(--bg-section-plain);
padding: 44px 32px;
min-height: 120px;
display: flex;
align-items: center;
}
.trust-chip-bar::before {
content: '';
position: absolute;
top: 0; left: 0; right: 0;
height: 1px;
background: linear-gradient(to right, transparent 0%, rgba(255,122,46,0.55) 50%, transparent 100%);
box-shadow: 0 0 20px rgba(255,122,46,0.28);
}
.trust-chip-bar__inner {
max-width: var(--reading-max);
margin: 0 auto;
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 0;
width: 100%;
}
.trust-chip-bar__chip {
padding: 8px 28px;
display: flex;
gap: 18px;
align-items: flex-start;
border-right: 1px solid rgba(255,122,46,0.28);
}
.trust-chip-bar__chip:last-child { border-right: none; }
.trust-chip-bar__chip:first-child { padding-left: 0; }
.trust-chip-bar__icon {
flex-shrink: 0;
width: 28px;
height: 28px;
display: inline-flex;
align-items: center;
justify-content: center;
color: var(--accent);
position: relative;
box-shadow: inset 0 0 0 1px rgba(255,122,46,0.55);
}
.trust-chip-bar__icon::before {
content: '';
width: 10px;
height: 10px;
background: var(--accent);
box-shadow: 0 0 12px rgba(255,122,46,0.6);
}
.trust-chip-bar__label {
font-family: var(--font-display);
font-weight: 600;
font-size: 12px;
letter-spacing: var(--track-label);
text-transform: uppercase;
color: var(--accent);
margin-bottom: 4px;
display: block;
}
.trust-chip-bar__evidence {
font-family: var(--font-body);
font-size: 13px;
line-height: 1.45;
color: var(--chrome-dim);
}
/* ==========================================================
BLOCK: product-feature-funnel — MAS68 wide category variant
(charcoal-warm ground, corner bloom, feature pills, stats, CTA)
========================================================== */
.product-feature-funnel {
position: relative;
background: var(--bg-section-warm);
padding: 96px 32px;
overflow: hidden;
box-shadow: var(--chrome-top-inset);
}
.product-feature-funnel::before {
content: '';
position: absolute;
top: 0; left: 0; right: 0;
height: 1px;
background: rgba(255,122,46,0.55);
box-shadow: var(--ember-seam-glow);
}
.product-feature-funnel::after {
content: '';
position: absolute;
bottom: 0; left: 0; right: 0;
height: 1px;
background: rgba(255,122,46,0.55);
box-shadow: var(--ember-seam-glow);
}
.product-feature-funnel__bloom {
position: absolute;
top: -160px;
right: -160px;
width: 560px;
height: 560px;
background: radial-gradient(circle, rgba(255,122,46,0.16) 0%, rgba(255,122,46,0.06) 40%, transparent 70%);
pointer-events: none;
}
.product-feature-funnel__inner {
position: relative;
z-index: 2;
max-width: var(--reading-max);
margin: 0 auto;
}
.product-feature-funnel__badge {
display: inline-block;
font-family: var(--font-display);
font-weight: 600;
font-size: 11px;
letter-spacing: var(--track-label);
text-transform: uppercase;
color: var(--accent);
padding: 8px 14px;
box-shadow: inset 0 0 0 1px rgba(255,122,46,0.55);
margin-bottom: 32px;
}
.product-feature-funnel__eyebrow {
font-family: var(--font-display);
font-size: 12px;
font-weight: 600;
letter-spacing: var(--track-label);
text-transform: uppercase;
color: var(--accent);
margin-bottom: 20px;
}
.product-feature-funnel__title {
font-family: var(--font-display);
font-weight: 700;
font-size: 40px;
line-height: 1.08;
letter-spacing: 0.8px;
color: var(--chrome-highlight);
max-width: 720px;
margin-bottom: 20px;
}
.product-feature-funnel__lede {
font-family: var(--font-body);
font-size: 17px;
line-height: 1.55;
color: var(--chrome-warm);
max-width: 640px;
margin-bottom: 40px;
}
.product-feature-funnel__pills {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-bottom: 48px;
}
.product-feature-funnel__pill {
font-family: var(--font-display);
font-weight: 500;
font-size: 11px;
letter-spacing: var(--track-label);
text-transform: uppercase;
color: var(--chrome-warm);
padding: 8px 14px;
box-shadow: inset 0 0 0 1px rgba(255,122,46,0.5);
}
.product-feature-funnel__stats {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 32px;
margin-bottom: 48px;
padding: 32px 0;
border-top: 1px solid rgba(54,54,54,0.5);
border-bottom: 1px solid rgba(54,54,54,0.5);
}
.product-feature-funnel__stat-num {
font-family: var(--font-display);
font-weight: 700;
font-size: 40px;
line-height: 1;
color: var(--accent);
font-variant-numeric: tabular-nums;
margin-bottom: 8px;
}
.product-feature-funnel__stat-label {
font-family: var(--font-display);
font-weight: 500;
font-size: 11px;
letter-spacing: var(--track-label);
text-transform: uppercase;
color: var(--chrome-dim);
}
.product-feature-funnel__cta {
display: inline-flex;
align-items: center;
gap: 12px;
font-family: var(--font-display);
font-weight: 600;
font-size: 14px;
letter-spacing: var(--track-cta);
text-transform: uppercase;
color: var(--on-primary-fixed);
background: linear-gradient(to bottom, var(--ember-glow) 0%, var(--ember) 50%, var(--ember-deep) 100%);
padding: 18px 32px;
box-shadow: var(--ember-glow-sm), var(--chrome-top-inset);
transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.product-feature-funnel__cta:hover {
box-shadow: var(--ember-glow-md), var(--chrome-top-inset);
transform: translateY(-1px);
}
.product-feature-funnel__cta-arrow {
transition: transform 0.25s ease;
}
.product-feature-funnel__cta:hover .product-feature-funnel__cta-arrow {
transform: translateX(4px);
}
/* ==========================================================
BLOCK: newsletter-band — MAS68 verbatim capture band
(plain carbon, ember focus glow, MAS52 form primitives)
========================================================== */
.newsletter-band {
position: relative;
background: var(--bg-section-plain);
padding: 112px 32px 120px;
}
.newsletter-band::before {
content: '';
position: absolute;
top: 0; left: 0; right: 0;
height: 1px;
background: linear-gradient(to right, transparent 0%, rgba(255,122,46,0.55) 50%, transparent 100%);
box-shadow: 0 0 24px rgba(255,122,46,0.32);
}
.newsletter-band__inner {
max-width: 760px;
margin: 0 auto;
text-align: center;
}
.newsletter-band__eyebrow {
font-family: var(--font-display);
font-size: 12px;
font-weight: 600;
letter-spacing: var(--track-label);
text-transform: uppercase;
color: var(--accent);
margin-bottom: 20px;
}
.newsletter-band__title {
font-family: var(--font-display);
font-weight: 700;
font-size: 36px;
line-height: 1.1;
letter-spacing: 0.8px;
color: var(--chrome-highlight);
margin-bottom: 16px;
}
.newsletter-band__subtitle {
font-family: var(--font-body);
font-size: 16px;
line-height: 1.6;
color: var(--chrome-dim);
margin-bottom: 44px;
max-width: 560px;
margin-left: auto;
margin-right: auto;
}
.newsletter-band__form {
display: grid;
grid-template-columns: 1fr auto;
gap: 20px;
align-items: end;
max-width: 560px;
margin: 0 auto;
text-align: left;
}
.newsletter-band__field {
display: flex;
flex-direction: column;
}
.newsletter-band__label {
font-family: var(--font-display);
font-weight: 500;
font-size: 11px;
letter-spacing: var(--track-label);
text-transform: uppercase;
color: var(--chrome-dim);
margin-bottom: 10px;
}
.newsletter-band__input {
font-family: var(--font-body);
font-size: 16px;
color: var(--chrome-warm);
background: transparent;
border: 0;
border-bottom: 1px solid var(--hull-panel-lift);
padding: 12px 4px 12px 0;
outline: none;
transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.newsletter-band__input::placeholder { color: rgba(184,176,166,0.5); }
.newsletter-band__input:focus {
border-bottom-color: var(--accent);
box-shadow: 0 6px 20px -12px rgba(255,122,46,0.7);
}
.newsletter-band__submit {
font-family: var(--font-display);
font-weight: 600;
font-size: 13px;
letter-spacing: var(--track-cta);
text-transform: uppercase;
color: var(--on-primary-fixed);
background: linear-gradient(to bottom, var(--ember-glow) 0%, var(--ember) 50%, var(--ember-deep) 100%);
padding: 16px 28px;
box-shadow: var(--ember-glow-sm), var(--chrome-top-inset);
transition: box-shadow 0.25s ease;
}
.newsletter-band__submit:hover {
box-shadow: var(--ember-glow-md), var(--chrome-top-inset);
}
/* ==========================================================
BLOCK: site-footer — MAS64/MAS68 canonical footer
========================================================== */
.site-footer {
position: relative;
background: var(--bg-footer);
padding: 88px 32px 40px;
color: var(--chrome-dim);
}
.site-footer::before {
content: '';
position: absolute;
top: 0; left: 0; right: 0;
height: 1px;
background: linear-gradient(to right, transparent 0%, rgba(255,122,46,0.55) 50%, transparent 100%);
box-shadow: var(--ember-seam-glow);
}
.site-footer__inner {
max-width: var(--page-max);
margin: 0 auto;
}
.site-footer__top {
display: grid;
grid-template-columns: 1.4fr repeat(4, 1fr);
gap: 48px;
padding-bottom: 64px;
border-bottom: 1px solid rgba(54,54,54,0.5);
margin-bottom: 32px;
}
.site-footer__brand {
font-family: var(--font-display);
font-weight: 700;
font-size: 22px;
letter-spacing: var(--track-hero);
color: var(--chrome-highlight);
text-transform: uppercase;
margin-bottom: 20px;
}
.site-footer__brand-glyph {
display: inline-block;
width: 8px; height: 8px;
background: var(--accent);
box-shadow: 0 0 12px var(--accent);
margin-right: 12px;
transform: translateY(-2px);
}
.site-footer__tagline {
font-family: var(--font-body);
font-size: 14px;
line-height: 1.55;
color: var(--chrome-warm);
max-width: 300px;
margin-bottom: 24px;
}
.site-footer__col-title {
font-family: var(--font-display);
font-weight: 600;
font-size: 11px;
letter-spacing: 0.8px;
text-transform: uppercase;
color: var(--chrome-warm);
margin-bottom: 20px;
}
.site-footer__list {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 12px;
}
.site-footer__link {
font-family: var(--font-body);
font-size: 13px;
color: var(--chrome-dim);
transition: color 0.2s;
}
.site-footer__link:hover { color: var(--accent); }
.site-footer__bottom {
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 20px;
font-family: var(--font-display);
font-size: 11px;
letter-spacing: var(--track-label);
text-transform: uppercase;
color: var(--chrome-dim);
}
.site-footer__legal {
display: flex;
gap: 24px;
}
.site-footer__legal a { color: var(--chrome-dim); transition: color 0.2s; }
.site-footer__legal a:hover { color: var(--accent); }
/* ==========================================================
RESPONSIVE — mobile (~390px)
========================================================== */
@media (max-width: 900px) {
.site-nav__inner {
grid-template-columns: auto auto;
gap: 12px;
}
.site-nav__menu { display: none; }
.hero-atmospheric { min-height: 460px; }
.hero-atmospheric__inner { padding: 72px 24px 64px; }
.hero-atmospheric__title { font-size: 38px; letter-spacing: 0.8px; }
.hero-atmospheric__sub { font-size: 16px; }
.manifesto-band { padding: 80px 24px; }
.manifesto-band__grid { grid-template-columns: 1fr; }
.manifesto-band__cell { padding: 40px 24px 44px; }
.manifesto-band__cell:nth-child(odd) { border-right: none; }
.manifesto-band__statement { font-size: 26px; }
.workshop-timeline { padding: 80px 24px; }
.workshop-timeline__title { font-size: 30px; letter-spacing: 0.8px; }
.workshop-timeline__steps { grid-template-columns: 68px 1fr; }
.workshop-timeline__body { padding: 4px 0 48px 24px; }
.workshop-timeline__step-title { font-size: 22px; letter-spacing: 0.8px; }
.differentiator-grid { padding: 80px 24px; }
.differentiator-grid__title { font-size: 30px; letter-spacing: 0.8px; }
.differentiator-grid__grid { grid-template-columns: 1fr; gap: 16px; }
.differentiator-grid__cell { padding: 32px 24px; }
.proof-callout { padding: 80px 24px; }
.proof-callout__inner { grid-template-columns: 1fr; gap: 40px; }
.proof-callout__stat { font-size: 44px; }
.proof-callout__col--image { aspect-ratio: 1/1; min-height: 300px; }
.trust-chip-bar { padding: 32px 24px; }
.trust-chip-bar__inner { grid-template-columns: 1fr 1fr; gap: 20px 8px; }
.trust-chip-bar__chip { border-right: none; padding: 8px 12px; }
.trust-chip-bar__chip:first-child { padding-left: 12px; }
.product-feature-funnel { padding: 72px 24px; }
.product-feature-funnel__title { font-size: 28px; letter-spacing: 0.8px; }
.product-feature-funnel__stats { grid-template-columns: 1fr; gap: 24px; }
.product-feature-funnel__stat-num { font-size: 32px; }
.newsletter-band { padding: 72px 24px; }
.newsletter-band__title { font-size: 26px; letter-spacing: 0.8px; }
.newsletter-band__form { grid-template-columns: 1fr; gap: 24px; }
.site-footer { padding: 64px 24px 32px; }
.site-footer__top { grid-template-columns: 1fr 1fr; gap: 40px 24px; padding-bottom: 40px; }
.site-footer__bottom { flex-direction: column; gap: 16px; text-align: center; }
}
/* 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 13456:tf-trust-prose-cells-2 -- */
/* ==========================================================================
BLOCK: learn-grid-6
Plain carbon ground, 3×2 desktop, ember-hairline glyph + title + body
========================================================================== */
.learn-grid{
background:var(--bg-section-plain);
padding:110px 0 120px;
position:relative;
}
.learn-grid::before{
content:"";position:absolute;top:0;left:0;right:0;height:1px;
background:var(--ember);opacity:0.5;
box-shadow:0 0 14px rgba(255,122,46,0.28);
}
.learn-grid__inner{
max-width:1240px;margin:0 auto;padding:0 40px;
}
.learn-grid__head{
max-width:820px;margin-bottom:72px;
}
.learn-grid__eyebrow{
color:var(--ember);
font-family:var(--font-display);
font-size:12px;font-weight:600;
letter-spacing:0.22em;text-transform:uppercase;
margin-bottom:24px;display:block;
}
.learn-grid__title{
font-family:var(--font-display);
font-weight:700;
font-size:clamp(30px, 3.6vw, 44px);
line-height:1.06;letter-spacing: 0.8px;
color:var(--chrome-highlight);
margin-bottom:22px;
}
.learn-grid__lede{
font-family:var(--font-body);
font-size:17px;line-height:1.6;
color:var(--chrome-warm);
max-width:640px;
}
.learn-grid__grid{
display:grid;grid-template-columns:repeat(3,1fr);gap:32px;
}
.learn-grid__cell{
padding:32px 24px 32px 0;
border-top:1px solid rgba(54,54,54,0.5);
position:relative;
}
.learn-grid__glyph{
width:48px;height:48px;
border:var(--ember-hairline-dim);
display:flex;align-items:center;justify-content:center;
margin-bottom:22px;
background:rgba(255,122,46,0.04);
color:var(--ember);
box-shadow:inset 0 1px 0 rgba(250,250,250,0.06);
}
.learn-grid__glyph svg{width:22px;height:22px}
.learn-grid__cell-title{
font-family:var(--font-display);
font-weight:700;font-size:22px;
line-height:1.14;color:var(--chrome-highlight);
margin-bottom:12px; letter-spacing: 0.8px; }
.learn-grid__cell-body{
font-family:var(--font-body);
font-size: 16px;line-height:1.6;
color:var(--chrome-warm);
}
@media (max-width:900px){
.learn-grid{padding:80px 0 90px}
.learn-grid__grid{grid-template-columns:repeat(2,1fr);gap:24px}
}
@media (max-width:560px){
.learn-grid__grid{grid-template-columns:1fr}
}
</style>
</head>
<body>
<!-- ================ SITE NAV ================ -->
<nav class="site-nav">
<div class="site-nav__inner">
<a href="/" class="site-nav__brand"><span class="site-nav__brand-glyph"></span>ARTSABERS</a>
<ul class="site-nav__menu">
<li><a href="/lightsabers/" class="site-nav__link">Lightsabers</a></li>
<li><a href="/cosplay-helmets/" class="site-nav__link">Helmets</a></li>
<li><a href="/parts-accessories/" class="site-nav__link">Parts</a></li>
<li><a href="/offers/" class="site-nav__link">Offers</a></li>
<li><a href="/about/" class="site-nav__link">The Workshop</a></li>
<li><a href="/chronicles/" class="site-nav__link">Chronicles</a></li>
</ul>
<div class="site-nav__actions">
<a href="/account/" class="site-nav__icon"><span class="site-nav__icon-glyph"></span>Account</a>
<a href="/cart/" class="site-nav__icon"><span class="site-nav__icon-glyph"></span>Cart <span class="site-nav__cart-count">02</span></a>
</div>
</div>
</nav>
<!-- ================ HERO ATMOSPHERIC ================ -->
<a id="tf-hero-atmospheric-1" data-tf-family="hero-atmospheric" style="display:contents"></a>
<section class="hero-atmospheric">
<div class="hero-atmospheric__bloom"></div>
<div class="hero-atmospheric__inner">
<div class="hero-atmospheric__eyebrow">Factory-Direct · Since 2020</div>
<h1 class="hero-atmospheric__title">Real hilts. Real service. Real warranty.</h1>
<p class="hero-atmospheric__sub">We're factory-direct — a broader catalogue than most shops in the space, a service team that stays with you after checkout, and a warranty that covers the way you'll actually use it.</p>
</div>
<div class="hero-atmospheric__bottom-glow"></div>
</section>
<!-- ================ MANIFESTO BAND ================ -->
<a id="tf-brand-manifesto-1" data-tf-family="brand-manifesto" style="display:contents"></a>
<section class="manifesto-band">
<div class="manifesto-band__inner">
<div class="manifesto-band__eyebrow">What we stand for</div>
<div class="manifesto-band__grid">
<div class="manifesto-band__cell">
<div class="manifesto-band__number">01</div>
<h2 class="manifesto-band__statement">Not a marketplace. Not a general store. Just hilts.</h2>
</div>
<div class="manifesto-band__cell">
<div class="manifesto-band__number">02</div>
<h2 class="manifesto-band__statement">Duelling-grade, tested at the source.</h2>
</div>
<div class="manifesto-band__cell">
<div class="manifesto-band__number">03</div>
<h2 class="manifesto-band__statement">Seven to ten days. We say so upfront.</h2>
</div>
<div class="manifesto-band__cell">
<div class="manifesto-band__number">04</div>
<h2 class="manifesto-band__statement">One year of duelling. Guaranteed.</h2>
</div>
</div>
</div>
</section>
<!-- ================ WORKSHOP TIMELINE ================ -->
<a id="tf-other-1" data-tf-family="other" style="display:contents"></a>
<section class="workshop-timeline">
<div class="workshop-timeline__inner">
<header class="workshop-timeline__header">
<div class="workshop-timeline__eyebrow">Factory to Door</div>
<h2 class="workshop-timeline__title">Every hilt takes the same four stages.</h2>
<p class="workshop-timeline__lede">From your click to the tracked dispatch. Same discipline, every unit.</p>
</header>
<div class="workshop-timeline__steps">
<div class="workshop-timeline__step">
<div class="workshop-timeline__marker"><span class="workshop-timeline__marker-num">01</span></div>
<div class="workshop-timeline__body">
<div class="workshop-timeline__step-eyebrow">Stage One</div>
<h3 class="workshop-timeline__step-title">Design</h3>
<p class="workshop-timeline__step-body">You choose the hilt, blade type, and electronics. Xenopixel V3, Proffie 2.2, Neopixel — every core option, no hidden upsells.</p>
</div>
</div>
<div class="workshop-timeline__step">
<div class="workshop-timeline__marker"><span class="workshop-timeline__marker-num">02</span></div>
<div class="workshop-timeline__body">
<div class="workshop-timeline__step-eyebrow">Stage Two</div>
<h3 class="workshop-timeline__step-title">Manufacture</h3>
<p class="workshop-timeline__step-body">Your hilt is manufactured to spec at the workshop and matched with your blade and electronics tier.</p>
</div>
</div>
<div class="workshop-timeline__step">
<div class="workshop-timeline__marker"><span class="workshop-timeline__marker-num">03</span></div>
<div class="workshop-timeline__body">
<div class="workshop-timeline__step-eyebrow">Stage Three</div>
<h3 class="workshop-timeline__step-title">Test at Source</h3>
<p class="workshop-timeline__step-body">Every build gets a full sound + ignition cycle at the workshop before ship-out. Duelling grade means duelling tested — at the source.</p>
</div>
</div>
<div class="workshop-timeline__step">
<div class="workshop-timeline__marker"><span class="workshop-timeline__marker-num">04</span></div>
<div class="workshop-timeline__body">
<div class="workshop-timeline__step-eyebrow">Stage Four</div>
<h3 class="workshop-timeline__step-title">Ship Direct</h3>
<p class="workshop-timeline__step-body">Straight from the factory floor to your door. 7-10 days, worldwide. Tracked, every step.</p>
</div>
</div>
</div>
</div>
</section>
<!-- ================ DIFFERENTIATOR GRID ================ -->
<a id="tf-trust-prose-cells-1" data-tf-family="trust-prose-cells" style="display:contents"></a>
<section class="learn-grid" aria-labelledby="learn-title">
<div class="learn-grid__inner">
<div class="learn-grid__head">
<span class="learn-grid__eyebrow">What you'll learn</span>
<h2 id="learn-title" class="learn-grid__title">Six things a YouTube tutorial can't teach you.</h2>
<p class="learn-grid__lede">Because none of them come with a set, a camera, and a partner throwing back.</p>
</div>
<div class="learn-grid__grid">
<article class="learn-grid__cell">
<div class="learn-grid__glyph" aria-hidden="true">
<svg viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6"><path d="M12 3v18M4 12h16M6 6l12 12M18 6L6 18"></path></svg>
</div>
<h3 class="learn-grid__cell-title">Screen combat fundamentals.</h3>
<p class="learn-grid__cell-body">Stance, distance, rhythm, and the safety discipline every routine starts with.</p>
</article>
<article class="learn-grid__cell">
<div class="learn-grid__glyph" aria-hidden="true">
<svg viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6"><path d="M3 21 21 3M6 3l3 3M18 21l-3-3M12 3v6M12 15v6"></path></svg>
</div>
<h3 class="learn-grid__cell-title">Saber choreography.</h3>
<p class="learn-grid__cell-body">Single-blade and double-ended. Style, flow, and the moment before the strike.</p>
</article>
<article class="learn-grid__cell">
<div class="learn-grid__glyph" aria-hidden="true">
<svg viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6"><path d="M3 12h18M6 6h12M8 18h8M4 9h4M16 9h4M4 15h4M16 15h4"></path></svg>
</div>
<h3 class="learn-grid__cell-title">Duelling grades.</h3>
<p class="learn-grid__cell-body">The difference between clean sparring and cinematic combat — and where each fits.</p>
</article>
<article class="learn-grid__cell">
<div class="learn-grid__glyph" aria-hidden="true">
<svg viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6"><path d="M12 3l9 4v6c0 5-3.5 7.5-9 8-5.5-.5-9-3-9-8V7z"></path><path d="m8 12 3 3 5-6"></path></svg>
</div>
<h3 class="learn-grid__cell-title">Stage & camera safety.</h3>
<p class="learn-grid__cell-body">How to duel without hurting anyone — including your kit.</p>
</article>
<article class="learn-grid__cell">
<div class="learn-grid__glyph" aria-hidden="true">
<svg viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6"><rect x="3" y="6" width="14" height="12"></rect><path d="m17 10 4-3v10l-4-3z"></path><circle cx="9" cy="12" r="2.5"></circle></svg>
</div>
<h3 class="learn-grid__cell-title">Performance to camera.</h3>
<p class="learn-grid__cell-body">The angle. The sell. The way stunt work looks like the real thing.</p>
</article>
<article class="learn-grid__cell">
<div class="learn-grid__glyph" aria-hidden="true">
<svg viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6"><path d="M4 20 20 4M14 4h6v6"></path><path d="M4 14v6h6"></path></svg>
</div>
<h3 class="learn-grid__cell-title">The career pathway.</h3>
<p class="learn-grid__cell-body">How students go from Phase I to hireable action performer on real productions.</p>
</article>
</div>
</div>
</section>
<!-- ================ PROOF CALLOUT ================ -->
<a id="tf-workshop-split-1" data-tf-family="workshop-split" style="display:contents"></a>
<section class="proof-callout">
<div class="proof-callout__inner">
<div class="proof-callout__col proof-callout__col--text">
<div class="proof-callout__eyebrow">The Proof</div>
<h2 class="proof-callout__stat">10,000+<br>hilts shipped<br><span class="proof-callout__stat-sep">·</span> Since 2020</h2>
<p class="proof-callout__sub">Every one backed by a 1-year duelling warranty and a named point of contact after you buy.</p>
<div class="proof-callout__chips">
<span class="proof-callout__chip"><span class="proof-callout__chip-accent">2,400+</span> 5★ reviews</span>
<span class="proof-callout__chip"><span class="proof-callout__chip-accent">24-hr</span> email response</span>
<span class="proof-callout__chip"><span class="proof-callout__chip-accent">1-year</span> warranty</span>
</div>
</div>
<div class="proof-callout__col proof-callout__col--image">
<img class="proof-callout__img" src="https://artsabers.com/wp-content/uploads/sites/10/2025/03/The-Fighter-Black-Lightsaber-Xenopixel-V3-600x600.jpg" alt="Black Fighter hilt with Xenopixel V3 core on the workbench" loading="lazy">
</div>
</div>
</section>
<!-- ================ TRUST CHIP BAR ================ -->
<a id="tf-trust-chip-strip-1" data-tf-family="trust-chip-strip" style="display:contents"></a>
<section class="trust-chip-bar">
<div class="trust-chip-bar__inner">
<div class="trust-chip-bar__chip">
<span class="trust-chip-bar__icon"></span>
<div>
<span class="trust-chip-bar__label">Factory-direct dispatch</span>
<span class="trust-chip-bar__evidence">7-10 days, worldwide, tracked</span>
</div>
</div>
<div class="trust-chip-bar__chip">
<span class="trust-chip-bar__icon"></span>
<div>
<span class="trust-chip-bar__label">UK customer service</span>
<span class="trust-chip-bar__evidence">Live chat during working hours</span>
</div>
</div>
<div class="trust-chip-bar__chip">
<span class="trust-chip-bar__icon"></span>
<div>
<span class="trust-chip-bar__label">1-year duelling warranty</span>
<span class="trust-chip-bar__evidence">Covers the way you'll actually use it</span>
</div>
</div>
<div class="trust-chip-bar__chip">
<span class="trust-chip-bar__icon"></span>
<div>
<span class="trust-chip-bar__label">2,400+ five-star reviews</span>
<span class="trust-chip-bar__evidence">From duellists and collectors</span>
</div>
</div>
</div>
</section>
<!-- ================ PRODUCT FEATURE FUNNEL ================ -->
<a id="tf-inpage-cta-1" data-tf-family="inpage-cta" style="display:contents"></a>
<section class="product-feature-funnel">
<div class="product-feature-funnel__bloom"></div>
<div class="product-feature-funnel__inner">
<div class="product-feature-funnel__badge">The Full Catalogue</div>
<div class="product-feature-funnel__eyebrow">Shop factory-direct</div>
<h2 class="product-feature-funnel__title">Every hilt. Every core. In stock.</h2>
<p class="product-feature-funnel__lede">1,100+ hilts across six electronics tiers. Every one made to the same spec. Every one ships factory-direct, worldwide.</p>
<div class="product-feature-funnel__pills">
<span class="product-feature-funnel__pill">Xenopixel V3</span>
<span class="product-feature-funnel__pill">Proffie 2.2</span>
<span class="product-feature-funnel__pill">Neopixel</span>
<span class="product-feature-funnel__pill">Baselit</span>
</div>
<div class="product-feature-funnel__stats">
<div class="product-feature-funnel__stat">
<div class="product-feature-funnel__stat-num">1,100+</div>
<div class="product-feature-funnel__stat-label">Hilts in stock</div>
</div>
<div class="product-feature-funnel__stat">
<div class="product-feature-funnel__stat-num">6</div>
<div class="product-feature-funnel__stat-label">Electronics tiers</div>
</div>
<div class="product-feature-funnel__stat">
<div class="product-feature-funnel__stat-num">24 hr</div>
<div class="product-feature-funnel__stat-label">Dispatch window</div>
</div>
</div>
<a href="/lightsabers/" class="product-feature-funnel__cta">Browse the full catalogue <span class="product-feature-funnel__cta-arrow">→</span></a>
</div>
</section>
<!-- ================ NEWSLETTER BAND ================ -->
<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>
<!-- ================ SITE FOOTER ================ -->
<footer class="site-footer">
<div class="site-footer__inner">
<div class="site-footer__top">
<div class="site-footer__brand-col">
<div class="site-footer__brand"><span class="site-footer__brand-glyph"></span>ARTSABERS</div>
<p class="site-footer__tagline">From factory floor to your door. Hundreds of sabers, one trusted retailer — backed by a UK-based customer service team you can actually reach.</p>
</div>
<div>
<div class="site-footer__col-title">Shop</div>
<ul class="site-footer__list">
<li><a href="/lightsabers/" class="site-footer__link">Lightsabers</a></li>
<li><a href="/cosplay-helmets/" class="site-footer__link">Cosplay Helmets</a></li>
<li><a href="/parts-accessories/" class="site-footer__link">Parts & Accessories</a></li>
<li><a href="/offers/" class="site-footer__link">Offers & Deals</a></li>
<li><a href="/budget-sabers/" class="site-footer__link">Under $100</a></li>
</ul>
</div>
<div>
<div class="site-footer__col-title">Workshop</div>
<ul class="site-footer__list">
<li><a href="/about/" class="site-footer__link">The Workshop</a></li>
<li><a href="/chronicles/" class="site-footer__link">Chronicles</a></li>
<li><a href="/warranty/" class="site-footer__link">Duelling warranty</a></li>
<li><a href="/shipping/" class="site-footer__link">Shipping & delivery</a></li>
<li><a href="/returns/" class="site-footer__link">Returns</a></li>
</ul>
</div>
<div>
<div class="site-footer__col-title">Support</div>
<ul class="site-footer__list">
<li><a href="/contact/" class="site-footer__link">Contact us</a></li>
<li><a href="/help/" class="site-footer__link">Help centre</a></li>
<li><a href="/order-status/" class="site-footer__link">Order status</a></li>
<li><a href="/xenoconfigurator/" class="site-footer__link">XenoConfigurator</a></li>
<li><a href="/faq/" class="site-footer__link">FAQ</a></li>
</ul>
</div>
<div>
<div class="site-footer__col-title">Region</div>
<ul class="site-footer__list">
<li><a href="/" class="site-footer__link">US · Canada · AU · NZ</a></li>
<li><a href="https://saber66.com" class="site-footer__link">UK + EU → Saber66</a></li>
<li><a href="/currency/" class="site-footer__link">Currency: USD</a></li>
</ul>
</div>
</div>
<div class="site-footer__bottom">
<div>© 2026 ARTSABERS · A Nerdworks brand</div>
<div class="site-footer__legal">
<a href="/privacy/">Privacy</a>
<a href="/terms/">Terms</a>
<a href="/cookies/">Cookies</a>
</div>
</div>
</div>
</footer>
</body>
</html>