:root {
  --brand: #e6001f;
  --brand-dark: #a80018;
  --ink: #090909;
  --paper: #f4f4f2;
  --muted: #b8b8b8;
  --line: #3a3a3a;
  --content-max: 1120px;
  --rail: 260px;
  --radius: 2px;
  --font-body: Arial, Helvetica, sans-serif;
  --font-display: Impact, Haettenschweiler, 'Arial Narrow Bold', 'Arial Narrow', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: #fff; background: var(--ink); font-family: var(--font-body); line-height: 1.42; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 100; background: var(--brand); padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 20; height: 74px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(2rem, calc((100vw - var(--content-max) - var(--rail)) / 2)); background: rgba(5,5,5,.95); border-bottom: 1px solid #222; }
.brand { display: flex; align-items: center; gap: .6rem; text-transform: uppercase; letter-spacing: .02em; }
.brand strong { display: block; font: 1.45rem/1 var(--font-display); letter-spacing: .03em; }
.brand strong span, .footer-brand strong span { color: var(--brand); }
.brand small, .footer-brand small { display: block; font-size: .43rem; letter-spacing: .28em; color: #fff; margin-top: .25rem; }
.brand-mark { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 7px; background: linear-gradient(145deg, #ff3b51, #8b0017); border: 2px solid #fff; font: 1.4rem var(--font-display); transform: rotate(-7deg); }
.site-nav { display: flex; align-items: stretch; height: 100%; gap: 1.3rem; font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; }
.site-nav a { display: grid; place-items: center; }
.site-nav a:hover { color: var(--brand); }
.site-nav .nav-cta { padding: 0 .9rem; background: var(--brand); color: #fff; }
.menu-toggle { display: none; border: 1px solid #555; background: transparent; color: #fff; padding: .5rem .7rem; }
.thread { position: fixed; z-index: 12; top: 74px; right: 0; bottom: 0; width: var(--rail); padding: 0 1.6rem; background: rgba(5,5,5,.94); overflow: hidden; }
.thread-line { position: absolute; top: 0; bottom: 0; left: 0; width: 1px; background: var(--brand); }
.thread-progress { position: absolute; left: -2px; top: 0; bottom: 0; width: 5px; background: linear-gradient(to bottom, transparent, rgba(230,0,31,.2), transparent); z-index: 2; }
.thread-progress span { position: absolute; top: 0; left: 0; width: 5px; height: 9%; min-height: 38px; background: var(--brand); transition: transform .25s ease, height .25s ease; }
.thread-viewport { position: relative; height: 100%; overflow: hidden; }
.thread-track { position: absolute; left: 0; right: 0; top: 50%; transform: translateY(calc(-50% + var(--rail-shift, 0px))); transition: transform .32s ease; will-change: transform; }
.thread-item { position: relative; display: block; margin: 0 0 1.55rem; padding-left: 1rem; color: #8d8d8d; font: .82rem/1.1 var(--font-body); text-transform: uppercase; transition: color .25s ease, opacity .25s ease; }
.thread-item i { position: absolute; left: -5px; top: .05rem; width: 11px; height: 11px; border: 2px solid var(--brand); border-radius: 50%; background: #050505; }
.thread-item.active { color: #fff; font-weight: 800; }
.thread-item.active i { background: var(--brand); box-shadow: 0 0 0 3px rgba(230,0,31,.15); }
.thread-item.passed { color: #c8001b; }
.thread-item small { display: block; color: #fff; font-size: .58rem; line-height: 1.3; margin-top: .35rem; }
.thread-item:hover, .thread-item.active { color: #fff; }
.mobile-progress { display: none; }
main { width: calc(100% - var(--rail)); scroll-snap-type: y proximity; }
.section { position: relative; width: min(100%, var(--content-max)); margin: 0 auto; padding: 6rem 4rem; scroll-margin-top: 74px; scroll-snap-align: start; }
.section-full { width: 100%; }
.eyebrow { color: var(--brand); font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; margin: 0 0 .75rem; }
h1, h2, h3 { margin: 0; text-transform: uppercase; }
h1, h2 { font-family: var(--font-display); letter-spacing: .02em; line-height: .98; }
h1 { font-size: clamp(3.5rem, 7.6vw, 8rem); max-width: 680px; }
h2 { font-size: clamp(2.4rem, 5.2vw, 5.6rem); max-width: 780px; }
h3 { font-size: 1.15rem; }
p { max-width: 620px; }
.rule { width: 34px; height: 3px; background: var(--brand); margin: 1.6rem 0; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: .9rem 1.2rem; border: 1px solid var(--brand); background: var(--brand); color: #fff; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; transition: .2s ease; }
.button:hover { background: #fff; color: var(--brand); }
.button.ghost { background: transparent; }
.button + .button { margin-left: .6rem; }
.hero { min-height: 740px; display: grid; align-items: center; padding-top: 10rem; background: radial-gradient(circle at 78% 38%, #252525 0, #080808 32%, #050505 70%); overflow: hidden; }
.hero::after { content: ''; position: absolute; right: 6%; bottom: -10%; width: 40%; height: 86%; background: url('/media/placeholders/hero-person.jpg') center/cover no-repeat; opacity: .52; mix-blend-mode: screen; }
.hero-content { position: relative; z-index: 1; }
.signature { max-width: 260px; margin: 1.4rem 0 .5rem; font: italic 2.8rem/1.1 cursive; }
.hero-meta { color: #ddd; font-size: .9rem; }
.stats { display: grid; grid-template-columns: repeat(5,1fr); gap: 1rem; background: #1b1b1b; padding: 2rem max(4rem, calc((100vw - var(--content-max)) / 2)); }
.stat { display: flex; gap: .8rem; align-items: center; font-weight: 700; font-size: .78rem; text-transform: uppercase; }
.stat b { color: var(--brand); font: 2.2rem var(--font-display); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.dark-panel { background: linear-gradient(120deg,#111,#252525); }
.light-panel { color: #111; background: var(--paper); }
.insole-art { min-height: 360px; background: url('/media/placeholders/design-crops/landing-02.jpg') center/cover; border: 1px solid #333; }
.process { display: grid; grid-template-columns: repeat(5,1fr); gap: .8rem; margin-top: 3rem; }
.process-card { border-top: 2px solid var(--brand); padding-top: .9rem; }
.process-card img { width: 100%; aspect-ratio: 1; object-fit: cover; display: block; filter: saturate(.75); margin-bottom: .7rem; }
.process-card strong { display: block; text-transform: uppercase; font-size: .78rem; }
.process-card span { color: #bbb; font-size: .78rem; }
.media-panel { min-height: 420px; background: url('/media/placeholders/design-crops/landing-03.jpg') center/cover; filter: grayscale(1); }
.quote-grid, .location-grid, .service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin-top: 3rem; }
.quote { color: #111; background: #fff; padding: 1.7rem; position: relative; min-height: 160px; }
.quote::after { content: ''; position: absolute; bottom: -18px; left: 2rem; border: 18px solid transparent; border-top-color: #fff; border-bottom: 0; }
.quote small { display: block; margin-top: 1.2rem; color: #555; }
.location-grid { grid-template-columns: repeat(4,1fr); }
.location { border-top: 3px solid var(--brand); padding-top: 1rem; }
.location-image { aspect-ratio: 1.55; background: url('/media/placeholders/design-crops/landing-07.jpg') center/cover; margin-bottom: 1rem; opacity: .9; }
.location p { font-size: .8rem; color: #ccc; }
.location .button { width: 100%; margin-top: .4rem; }
.career { background: linear-gradient(90deg,#090909 0 48%, transparent 48%), url('/media/placeholders/design-crops/landing-04.jpg') center/cover; }
.career-copy { max-width: 510px; }
.service-intro { max-width: 650px; }
.service-grid { grid-template-columns: repeat(2,1fr); }
.service-card { background: #fff; color: #111; padding: 1.2rem; }
.service-card:nth-child(3n) { background: #e7e7e4; }
.service-card img { display: block; width: 100%; aspect-ratio: 1.5; object-fit: cover; margin: .9rem 0 1rem; }
.service-card p { font-size: .87rem; }
.service-card details summary { cursor: pointer; color: var(--brand); font-weight: 800; }
.service-card details[open] summary { margin-bottom: .7rem; }
.service-detail { border-top: 1px solid #555; margin-top: 2rem; padding-top: 2rem; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.contact-card { border: 1px solid #444; padding: 2rem; }
.contact-card a { color: var(--brand); }
.notice { border-left: 3px solid var(--brand); padding-left: 1rem; color: #ddd; }
.footer { display: grid; grid-template-columns: 1.5fr repeat(3,1fr) 1.2fr; gap: 2rem; width: calc(100% - var(--rail)); padding: 3rem max(4rem, calc((100vw - var(--content-max) - var(--rail)) / 2)); border-top: 1px solid #222; font-size: .75rem; }
.footer-brand { display: grid; grid-template-columns: 32px 1fr; gap: .5rem; align-content: start; }
.footer-brand strong { font: 1.3rem var(--font-display); }
.footer-brand small { grid-column: 2; margin-top: -.4rem; }
.footer h3 { color: var(--brand); font-size: .75rem; margin-bottom: .7rem; }
.footer a { display: block; color: #bbb; margin: .35rem 0; }
.footer a:hover { color: #fff; }
.footer-legal { display: flex; flex-direction: column; justify-content: end; color: #777; }
@media (max-width: 1050px) { :root { --rail: 72px; } .site-header { padding: 0 1.2rem; } .site-nav { gap: .65rem; } .site-nav a { font-size: .6rem; } .thread-item { padding-left: .55rem; font-size: .58rem; } .thread-item small { display: none; } .section { padding-left: 2.2rem; padding-right: 2.2rem; } .stats { padding-left: 2.2rem; padding-right: 2.2rem; } .footer { padding-left: 2.2rem; padding-right: 2.2rem; } }
@media (max-width: 720px) { :root { --rail: 0px; } .site-header { height: 64px; } .menu-toggle { display: block; } .site-nav { position: absolute; top: 64px; left: 0; right: 0; height: auto; display: none; flex-direction: column; background: #080808; padding: 1rem; } .site-nav.open { display: flex; } .site-nav a { padding: .8rem; } .thread { display: none; } main, .footer { width: 100%; } .section { padding: 5rem 1.2rem; } .hero { min-height: 680px; padding-top: 8rem; } .hero::after { width: 90%; right: -20%; opacity: .23; } .stats, .split, .contact-grid { grid-template-columns: 1fr 1fr; gap: 1.2rem; } .stats { padding: 1.4rem 1.2rem; } .stat { font-size: .62rem; } .stat:nth-child(n+4) { display: none; } .process, .location-grid, .service-grid, .quote-grid { grid-template-columns: 1fr; } .footer { grid-template-columns: 1fr 1fr; padding: 2rem 1.2rem; } .footer-brand, .footer-legal { grid-column: 1/-1; } h1 { font-size: clamp(3.3rem, 17vw, 5.5rem); } h2 { font-size: clamp(2.8rem, 13vw, 4.8rem); } .button { width: 100%; } .button + .button { margin: .6rem 0 0; } }
@media (max-width: 1050px) and (min-width: 721px) { :root { --rail: 190px; } .thread { padding: 0 1rem; } .thread-item { font-size: .68rem; padding-left: .55rem; } .thread-item small { display: none; } }
@media (max-width: 720px) { .mobile-progress { position: sticky; top: 64px; z-index: 10; display: flex; align-items: center; gap: .7rem; padding: .7rem 1.2rem; background: #090909; border-bottom: 1px solid #333; color: var(--brand); font-size: .68rem; letter-spacing: .12em; } .mobile-progress b { height: 2px; flex: 1; background: var(--brand); transform-origin: left; } .mobile-progress em { color: #888; font-style: normal; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } .thread-track { transition: none; } }
