:root {
  --ink: #101010;
  --paper: #f4f2ed;
  --red: #ef2b22;
  --yellow: #f5e532;
  --line: rgba(16, 16, 16, 0.2);
  --pad: clamp(1.25rem, 3.2vw, 3.75rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Manrope", Arial, sans-serif; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .11; z-index: 50; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E"); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
[data-en] { display: none; }
body[data-lang="en"] [data-it] { display: none; }
body[data-lang="en"] [data-en] { display: revert; }

.site-header { min-height: 92px; padding: 0 var(--pad); display: grid; grid-template-columns: minmax(180px, 1fr) auto 1fr; align-items: center; gap: 2rem; border-bottom: 1px solid var(--line); background: var(--paper); position: fixed; inset: 0 0 auto; z-index: 20; }
main { padding-top: 92px; }
.brand { width: clamp(170px, 18vw, 250px); }
.brand img { width: 100%; height: auto; max-height: 38px; object-fit: contain; object-position: left center; filter: none; }
nav { display: flex; gap: 2.2rem; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
nav a { position: relative; padding: .6rem 0; }
nav a::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: 0; background: var(--red); transition: right .25s ease; }
nav a:hover::after, nav a:focus-visible::after { right: 0; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 1.5rem; }
.lang-switch { display: flex; align-items: center; gap: .35rem; font-size: .72rem; font-weight: 700; }
.lang-switch button { border: 0; background: none; padding: .25rem; cursor: pointer; opacity: .38; }
.lang-switch button[aria-pressed="true"] { opacity: 1; color: var(--red); }
.header-cta { background: var(--ink); color: white; padding: .9rem 1.1rem; font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; transition: background .2s; }
.header-cta:hover { background: var(--red); }
.menu-toggle { display: none; border: 0; padding: .5rem; background: transparent; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 26px; height: 2px; background: var(--ink); margin: 5px 0; transition: .25s ease; }

.hero { min-height: calc(100vh - 92px); position: relative; display: grid; grid-template-columns: minmax(360px, .83fr) minmax(520px, 1.17fr); overflow: hidden; }
.hero-grid { position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: clamp(60px, 7.15vw, 110px) clamp(60px, 7.15vw, 110px); mask-image: linear-gradient(90deg, #000, transparent 58%); }
.hero-copy { padding: clamp(4rem, 8vh, 7rem) var(--pad) 3rem; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; }
.eyebrow { margin: 0 0 clamp(3rem, 9vh, 7rem); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; }
.eyebrow::before { content: ""; display: inline-block; width: 34px; height: 2px; background: var(--red); vertical-align: middle; margin-right: .8rem; }
h1, h2 { font-family: "Archivo Black", Impact, sans-serif; text-transform: uppercase; letter-spacing: -.065em; margin: 0; line-height: .86; }
h1 { font-size: clamp(4.5rem, 8.6vw, 10.5rem); white-space: nowrap; }
h1 span { color: var(--ink); }
h1 em { color: transparent; -webkit-text-stroke: clamp(1px, .12vw, 2px) var(--ink); font-style: normal; }
.hero-intro { max-width: 360px; margin: 2rem 0 2.6rem; font-size: clamp(1rem, 1.25vw, 1.28rem); font-weight: 500; line-height: 1.55; }
.round-link { width: 126px; aspect-ratio: 1; border: 1px solid var(--ink); border-radius: 50%; display: flex; align-items: center; justify-content: center; gap: .55rem; font-size: .69rem; font-weight: 700; line-height: 1.3; text-transform: uppercase; transition: .3s ease; }
.round-link svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.round-link:hover { background: var(--red); color: white; border-color: var(--red); transform: rotate(-6deg); }
.hero-bike { align-self: stretch; background: #fff; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; clip-path: polygon(9% 0,100% 0,100% 100%,0 100%); }
.hero-bike::before { content: ""; position: absolute; width: 46%; aspect-ratio: 1; right: 5%; top: 8%; border: clamp(24px, 4vw, 70px) solid var(--yellow); border-radius: 50%; opacity: .75; }
.hero-bike img { width: 118%; max-width: none; position: relative; z-index: 2; transform: translate(-4%, 4%); mix-blend-mode: multiply; }
.model-stamp { position: absolute; top: 7%; left: 11%; z-index: 4; font-size: clamp(1rem, 2vw, 2rem); letter-spacing: .12em; font-weight: 500; }
.model-stamp strong { display: inline-block; background: var(--red); color: white; padding: .1em .28em; transform: rotate(-4deg); }
.image-index { position: absolute; right: 2rem; bottom: 1.6rem; z-index: 3; font: 700 .72rem/1 "Manrope"; letter-spacing: .16em; }
.vertical-note { position: absolute; right: .6rem; top: 50%; z-index: 4; margin: 0; writing-mode: vertical-rl; transform: translateY(-50%); font-size: .58rem; text-transform: uppercase; letter-spacing: .2em; }

.race-ticker { background: var(--red); color: white; border-top: 1px solid #000; border-bottom: 1px solid #000; overflow: hidden; transform: rotate(-1deg) scale(1.02); position: relative; z-index: 5; }
.ticker-track { display: flex; width: max-content; gap: 2rem; align-items: center; padding: 1rem 0; animation: ticker 28s linear infinite; font: 400 clamp(1.1rem, 2.2vw, 2.1rem)/1 "Archivo Black", Impact, sans-serif; }
.ticker-track i { font-style: normal; color: var(--yellow); }
@keyframes ticker { to { transform: translateX(-50%); } }

.machine { background: var(--ink); color: white; padding: clamp(7rem, 12vw, 11rem) var(--pad) clamp(5rem, 8vw, 8rem); }
.machine-title { display: grid; grid-template-columns: 1.25fr .75fr; gap: 5vw; align-items: end; }
.machine h2 { font-size: clamp(3.2rem, 7.6vw, 8rem); }
.machine-title > p { max-width: 34rem; color: #bdbdbd; font-size: clamp(1rem, 1.35vw, 1.28rem); line-height: 1.7; margin: 0 0 .4rem; }
.spec-row { margin-top: clamp(4rem, 8vw, 7rem); display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #3c3c3c; border-bottom: 1px solid #3c3c3c; }
.spec-row article { min-height: 210px; padding: 2rem 1.8rem; border-right: 1px solid #3c3c3c; position: relative; }
.spec-row article:last-child { border-right: 0; }
.spec-row strong { font: 400 clamp(3.5rem, 7vw, 7rem)/1 "Archivo Black", Impact, sans-serif; letter-spacing: -.07em; }
.spec-row article > span { color: var(--red); margin-left: .45rem; font-weight: 700; }
.spec-row p { margin: 2rem 0 0; color: #aaa; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.engineering-grid { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 740px; margin-top: clamp(6rem, 10vw, 10rem); background: #1a1a1a; }
.detail-image { margin: 0; position: relative; min-height: 680px; overflow: hidden; }
.detail-image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.08); }
.detail-image figcaption { position: absolute; left: 1rem; bottom: 1rem; writing-mode: vertical-rl; transform: rotate(180deg); font-size: .52rem; letter-spacing: .16em; color: #555; }
.engineering-copy { position: relative; padding: clamp(3rem, 7vw, 7rem); display: flex; flex-direction: column; justify-content: center; overflow: hidden; }
.engineering-copy .big-index { position: absolute; right: -.03em; bottom: -.24em; font: 400 clamp(14rem, 35vw, 38rem)/1 "Archivo Black", Impact, sans-serif; color: #151515; pointer-events: none; }
.engineering-copy > *:not(.big-index) { position: relative; z-index: 1; }
.engineering-copy .eyebrow { margin: 0 0 2.4rem; color: var(--yellow); }
.engineering-copy h3 { font: 400 clamp(4rem, 9vw, 9.5rem)/.8 "Archivo Black", Impact, sans-serif; letter-spacing: -.07em; margin: 0; }
.engineering-copy h3 sup { font: 600 .14em/1 "Manrope", sans-serif; vertical-align: top; color: var(--red); margin-left: .2rem; }
.engineering-copy > p { max-width: 620px; color: #bbb; line-height: 1.75; font-size: clamp(1rem, 1.3vw, 1.22rem); }
.engineering-copy ul { list-style: none; margin: 2.2rem 0 0; padding: 0; border-top: 1px solid #3a3a3a; }
.engineering-copy li { padding: 1rem 0; border-bottom: 1px solid #3a3a3a; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.engineering-copy li::before { content: "+"; color: var(--red); margin-right: 1rem; }

.technical-deep-dive { padding-top: clamp(7rem, 12vw, 12rem); scroll-margin-top: 90px; }
.tech-intro { display: grid; grid-template-columns: 1.25fr .75fr; gap: 5vw; align-items: end; margin-bottom: clamp(4rem, 7vw, 7rem); }
.tech-intro h2 { font-size: clamp(3.3rem, 7.4vw, 8rem); }
.tech-intro > p { margin: 0 0 .5rem; color: #bdbdbd; font-size: clamp(1rem, 1.25vw, 1.2rem); line-height: 1.75; max-width: 38rem; }
.tech-cards { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #3c3c3c; border-left: 1px solid #3c3c3c; }
.tech-card { min-width: 0; border-right: 1px solid #3c3c3c; border-bottom: 1px solid #3c3c3c; background: #151515; }
.tech-card figure { margin: 0; aspect-ratio: 4 / 3; overflow: hidden; background: white; }
.tech-card figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.65,.2,1); }
.tech-card:hover figure img { transform: scale(1.045); }
.tech-card-copy { padding: clamp(1.6rem, 3vw, 3.2rem); }
.tech-card-copy > span { display: block; color: var(--red); font-size: .62rem; font-weight: 700; letter-spacing: .16em; }
.tech-card-copy h3 { min-height: 2.15em; margin: 2.6rem 0 1.4rem; font: 400 clamp(1.65rem, 2.5vw, 3rem)/1.02 "Archivo Black", Impact, sans-serif; letter-spacing: -.045em; }
.tech-card-copy p { margin: 0; color: #aaa; line-height: 1.7; font-size: .9rem; }
.geometry-block { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 680px; margin-top: clamp(6rem, 10vw, 10rem); border: 1px solid #3c3c3c; }
.geometry-visual { min-width: 0; background: #fff; position: relative; padding: clamp(1.5rem, 4vw, 4rem); display: grid; place-items: center; overflow: hidden; }
.geometry-visual img { width: 100%; mix-blend-mode: multiply; }
.geometry-label { position: absolute; left: 1.2rem; top: 1.2rem; padding: .55rem .7rem; background: var(--yellow); color: var(--ink); font-size: .6rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transform: rotate(-1.5deg); }
.geometry-copy { padding: clamp(3rem, 6vw, 6.5rem); display: flex; flex-direction: column; justify-content: center; background: var(--red); }
.geometry-copy .eyebrow { margin-bottom: 3rem; color: white; }
.geometry-copy .eyebrow::before { background: var(--yellow); }
.geometry-copy h3 { margin: 0; font: 400 clamp(3.2rem, 5.3vw, 6rem)/.9 "Archivo Black", Impact, sans-serif; letter-spacing: -.065em; }
.geometry-copy h3 em { color: transparent; -webkit-text-stroke: 1.5px #fff; font-style: normal; }
.geometry-copy > p:last-child { max-width: 34rem; margin: 3rem 0 0; line-height: 1.75; }
.geometry-table-wrap { overflow-x: auto; border: 1px solid #3c3c3c; border-top: 0; scrollbar-color: var(--red) #222; }
.geometry-table { width: 100%; min-width: 940px; border-collapse: collapse; background: #111; font-variant-numeric: tabular-nums; }
.geometry-table caption { padding: 1.4rem 1.5rem; color: #777; text-align: left; font-size: .62rem; letter-spacing: .13em; text-transform: uppercase; }
.geometry-table th, .geometry-table td { padding: 1rem 1.35rem; border-top: 1px solid #303030; border-right: 1px solid #303030; text-align: right; font-size: .78rem; white-space: nowrap; }
.geometry-table th:first-child { min-width: 220px; text-align: left; text-transform: uppercase; letter-spacing: .07em; }
.geometry-table thead th { color: var(--yellow); font-size: .9rem; }
.geometry-table tbody th { color: #969696; font-weight: 500; }
.geometry-table td { color: #e7e7e7; }
.frame-kit { display: grid; grid-template-columns: 1.1fr .8fr auto auto; gap: 3rem; align-items: center; padding: clamp(2rem, 4vw, 4rem); margin-top: 1.5rem; border: 1px solid #3c3c3c; background: var(--yellow); color: var(--ink); }
.frame-kit-index { display: block; margin-bottom: 1rem; font-size: .58rem; font-weight: 700; letter-spacing: .15em; color: var(--red); }
.frame-kit h3 { margin: 0; font: 400 clamp(1.65rem, 2.8vw, 3.1rem)/1 "Archivo Black", Impact, sans-serif; letter-spacing: -.04em; }
.frame-kit p { margin: 0; max-width: 29rem; line-height: 1.6; }
.frame-kit strong { font: 400 clamp(1.9rem, 3.3vw, 3.7rem)/1 "Archivo Black", Impact, sans-serif; white-space: nowrap; letter-spacing: -.04em; }
.frame-kit strong small { display: block; margin-top: .55rem; font: 700 .56rem/1 "Manrope", sans-serif; letter-spacing: .12em; }
.frame-kit a { padding: 1rem 1.2rem; background: var(--ink); color: #fff; font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.frame-kit a:hover { background: var(--red); }

.scarab-gallery { padding: clamp(6rem, 10vw, 10rem) 0 clamp(4rem, 7vw, 7rem); background: #e6e3dc; overflow: hidden; }
.gallery-head { display: grid; grid-template-columns: 1fr .55fr; gap: 3vw; align-items: end; padding: 0 var(--pad) clamp(3.5rem, 6vw, 6rem); }
.gallery-head h2 { font-size: clamp(4rem, 8.2vw, 9rem); }
.gallery-head h2 em { color: transparent; -webkit-text-stroke: 1.5px var(--ink); font-style: normal; }
.gallery-head > p { margin: 0 0 .4rem; line-height: 1.7; }
.gallery-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(320px, 36vw); gap: 1.25rem; overflow-x: auto; padding: 0 var(--pad) 2rem; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--red) transparent; }
.gallery-shot { scroll-snap-align: start; position: relative; aspect-ratio: 4 / 5; padding: 0; border: 0; overflow: hidden; background: #ccc; cursor: zoom-in; color: white; text-align: left; }
.gallery-shot--wide { grid-column: span 2; aspect-ratio: 7 / 5; }
.gallery-shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.65,.2,1), filter .7s; }
.gallery-shot:hover img { transform: scale(1.035); filter: contrast(1.04); }
.gallery-shot::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.65)); pointer-events: none; }
.gallery-shot > span { position: absolute; z-index: 1; left: 1.2rem; bottom: 1.1rem; font-size: .6rem; font-weight: 700; letter-spacing: .15em; }
.gallery-hint { margin: 1.1rem var(--pad) 0; font-size: .62rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }

.image-dialog { width: min(94vw, 1500px); max-width: none; height: min(92vh, 1000px); max-height: none; padding: 0; border: 0; background: #0d0d0d; color: white; overflow: hidden; }
.image-dialog::backdrop { background: rgba(0,0,0,.88); backdrop-filter: blur(8px); }
.image-dialog img { width: 100%; height: calc(100% - 58px); object-fit: contain; }
.image-dialog p { height: 58px; margin: 0; padding: 1.15rem 4.5rem 1rem 1.25rem; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.dialog-close { position: absolute; z-index: 2; top: .8rem; right: .8rem; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: rgba(0,0,0,.5); color: white; font-size: 1.6rem; cursor: pointer; }

.atelier { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 100vh; background: var(--yellow); }
.atelier-visual { min-height: 920px; position: relative; overflow: hidden; }
.atelier-visual img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.04); mix-blend-mode: multiply; }
.atelier-label { position: absolute; top: 2rem; left: 2rem; background: var(--red); color: white; padding: .55rem .75rem; font-size: .65rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; transform: rotate(-2deg); }
.image-credit { position: absolute; bottom: 1rem; left: 1.4rem; color: rgba(0,0,0,.48); font-size: .5rem; letter-spacing: .14em; writing-mode: vertical-rl; transform: rotate(180deg); }
.atelier-story { padding: clamp(5rem, 8vw, 9rem) var(--pad); display: flex; flex-direction: column; justify-content: center; }
.atelier h2 { font-size: clamp(3.5rem, 7.3vw, 8.5rem); }
.atelier h2 em, .contact h2 em { font-style: normal; color: transparent; -webkit-text-stroke: 2px var(--ink); }
.story-columns { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 4vw, 5rem); margin-top: 4rem; max-width: 850px; }
.story-columns p { line-height: 1.75; margin: 0; }
.story-columns p:first-child { font-weight: 700; }
.maker-mark { margin-top: 4rem; padding-top: 1.5rem; border-top: 2px solid var(--ink); display: flex; justify-content: space-between; gap: 2rem; align-items: baseline; font-weight: 700; letter-spacing: .08em; }
.maker-mark small { font-size: .62rem; text-transform: uppercase; font-weight: 600; }

.history { background: var(--paper); padding: clamp(6rem, 11vw, 11rem) var(--pad); }
.history-head { display: grid; grid-template-columns: 1.15fr .65fr; gap: 3vw; align-items: end; padding-bottom: clamp(4rem, 7vw, 7rem); }
.history-head h2 { font-size: clamp(4rem, 9vw, 10rem); }
.history-head > p { font-size: clamp(1rem, 1.2vw, 1.22rem); line-height: 1.7; margin: 0; }
.history-archive { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(280px, .7fr); grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 1.2rem; height: clamp(680px, 48vw, 860px); margin-bottom: clamp(5rem, 9vw, 9rem); }
.history-archive figure { margin: 0; position: relative; overflow: hidden; background: #ddd; }
.history-archive img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.04); transition: filter .4s, transform .6s cubic-bezier(.2,.65,.2,1); }
.history-archive figure:hover img { filter: saturate(1) contrast(1.02); transform: scale(1.02); }
.history-archive figcaption { position: absolute; left: .8rem; right: .8rem; bottom: .8rem; z-index: 1; padding: .55rem .65rem; background: rgba(244,242,237,.88); font-size: .55rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.archive-main { grid-row: 1 / 3; min-height: 0; }
.archive-small, .archive-portrait { min-height: 0; }
.archive-link { grid-column: 2 / -1; justify-self: start; padding-bottom: .35rem; border-bottom: 1px solid var(--ink); font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.timeline { border-top: 2px solid var(--ink); }
.timeline article { display: grid; grid-template-columns: minmax(120px, .35fr) 1fr; gap: 2rem; padding: 2rem 0; border-bottom: 1px solid var(--line); transition: padding .25s ease, background .25s ease; }
.timeline article:hover { padding-left: 1.2rem; padding-right: 1.2rem; background: var(--yellow); }
.timeline time { font: 400 clamp(2.5rem, 6vw, 6.5rem)/.9 "Archivo Black", Impact, sans-serif; letter-spacing: -.07em; }
.timeline article > div { display: grid; grid-template-columns: .45fr 1fr; gap: 2rem; align-items: baseline; }
.timeline h3 { margin: 0; font-size: clamp(1.1rem, 1.8vw, 1.8rem); text-transform: uppercase; }
.timeline p { margin: 0; max-width: 560px; line-height: 1.65; }
.timeline .timeline-now { background: var(--yellow); padding-left: 1.2rem; padding-right: 1.2rem; }
.timeline .timeline-now time { color: var(--red); }

.press { background: var(--red); color: white; padding: clamp(6rem, 10vw, 10rem) var(--pad); }
.press-heading { margin-bottom: 5rem; }
.press h2 { font-size: clamp(4rem, 9vw, 9.5rem); }
.press-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.45); border-left: 1px solid rgba(255,255,255,.45); }
.press-card { min-height: 430px; padding: clamp(2rem, 4vw, 4rem); border-right: 1px solid rgba(255,255,255,.45); border-bottom: 1px solid rgba(255,255,255,.45); display: flex; flex-direction: column; transition: background .25s, color .25s; }
.press-card:hover { background: var(--yellow); color: var(--ink); }
.press-source { font-size: .64rem; letter-spacing: .15em; font-weight: 700; }
.press blockquote { font: 400 clamp(2.1rem, 4vw, 4.5rem)/1.03 "Archivo Black", Impact, sans-serif; letter-spacing: -.05em; margin: auto 0 2rem; max-width: 12em; }
.press-card p { max-width: 570px; line-height: 1.6; }
.read-link { margin-top: 1.6rem; font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }

.contact { min-height: 90vh; background: #fff; position: relative; overflow: hidden; display: grid; grid-template-columns: 1.45fr .55fr; padding: clamp(6rem, 10vw, 10rem) var(--pad) 4rem; }
.contact-noise { position: absolute; right: -.08em; bottom: -.25em; font: 400 clamp(28rem, 62vw, 70rem)/1 "Archivo Black", Impact, sans-serif; color: #f1f1f1; pointer-events: none; }
.contact-main, .contact-details { position: relative; z-index: 1; }
.contact .eyebrow { margin-bottom: clamp(4rem, 10vh, 8rem); }
.contact h2 { font-size: clamp(4rem, 9vw, 10rem); }
.contact-button { margin-top: 3.5rem; display: inline-flex; align-items: center; justify-content: space-between; gap: 3rem; min-width: min(100%, 440px); padding: 1.35rem 1.5rem; background: var(--ink); color: white; text-transform: uppercase; font-size: .76rem; letter-spacing: .09em; font-weight: 700; transition: background .25s; }
.contact-button:hover { background: var(--red); }
.contact-button svg { width: 28px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.contact-details { align-self: end; border-top: 2px solid var(--ink); }
.contact-details > div { padding: 1.3rem 0; border-bottom: 1px solid var(--line); }
.contact-details span { font-size: .6rem; letter-spacing: .15em; font-weight: 700; color: var(--red); }
.contact-details p { margin: .65rem 0 0; line-height: 1.65; }
.contact-details a:hover { text-decoration: underline; }

footer { min-height: 110px; background: var(--ink); color: #777; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: 1.5rem var(--pad); font-size: .58rem; letter-spacing: .12em; }
footer img { width: 180px; filter: grayscale(1) brightness(2.25); opacity: 1; }
footer p { margin: 0; }
footer a { justify-self: end; color: white; text-transform: uppercase; }

.observe { opacity: 0; transform: translateY(36px); transition: opacity .8s cubic-bezier(.2,.65,.2,1), transform .8s cubic-bezier(.2,.65,.2,1); }
.observe.is-visible { opacity: 1; transform: none; }
.reveal { animation: enter .75s both cubic-bezier(.2,.65,.2,1); }
.hero-copy .reveal:nth-child(2) { animation-delay: .08s; }
.hero-copy .reveal:nth-child(3) { animation-delay: .16s; }
.hero-copy .reveal:nth-child(4) { animation-delay: .24s; }
.hero-bike.reveal { animation-delay: .12s; }
@keyframes enter { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 78px; }
  main { padding-top: 78px; }
  nav { position: fixed; inset: 78px 0 auto; min-height: calc(100vh - 78px); display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 2.5rem; background: var(--yellow); transform: translateY(-120%); transition: transform .45s cubic-bezier(.2,.8,.2,1); z-index: 15; font-size: 1.1rem; }
  body.nav-open { overflow: hidden; }
  body.nav-open nav { transform: none; }
  body.nav-open .menu-toggle > span:first-child { transform: translateY(3.5px) rotate(45deg); }
  body.nav-open .menu-toggle > span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .menu-toggle { display: block; }
  .header-cta { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { min-height: 650px; }
  .eyebrow { margin-bottom: 3.5rem; }
  .hero-bike { min-height: 58vw; clip-path: polygon(0 7%,100% 0,100% 100%,0 100%); }
  .hero-bike img { width: 106%; transform: none; }
  .vertical-note { display: none; }
  .machine-title { grid-template-columns: 1fr; }
  .engineering-grid { grid-template-columns: 1fr; }
  .detail-image { min-height: 70vw; max-height: 760px; }
  .tech-intro { grid-template-columns: 1fr; }
  .tech-cards { grid-template-columns: 1fr; }
  .tech-card { display: grid; grid-template-columns: .85fr 1.15fr; }
  .tech-card figure { aspect-ratio: auto; min-height: 340px; }
  .geometry-block { grid-template-columns: 1fr; }
  .geometry-visual { min-height: 68vw; }
  .frame-kit { grid-template-columns: 1fr 1fr; }
  .gallery-head { grid-template-columns: 1fr; }
  .history-archive { grid-template-columns: 1.3fr .7fr; }
  .archive-main { grid-row: span 2; }
  .archive-small, .archive-portrait { min-height: 280px; }
  .archive-link { grid-column: 1 / -1; }
  .atelier { grid-template-columns: 1fr; }
  .atelier-visual { min-height: 760px; }
  .history-head { grid-template-columns: 1fr; align-items: start; }
  .timeline article > div { grid-template-columns: 1fr; gap: .6rem; }
  .press-heading { grid-template-columns: 1fr; }
  .contact { grid-template-columns: 1fr; gap: 6rem; }
}

@media (max-width: 640px) {
  .site-header { padding: 0 1.1rem; }
  .brand { width: 170px; }
  .hero-copy { min-height: 560px; padding-top: 3.5rem; }
  h1 { font-size: clamp(3.45rem, 15vw, 5rem); }
  .hero-bike { min-height: 76vw; }
  .hero-bike img { width: 125%; }
  .round-link { width: 112px; }
  .spec-row { grid-template-columns: 1fr; }
  .spec-row article { border-right: 0; border-bottom: 1px solid #3c3c3c; min-height: 165px; }
  .spec-row article:last-child { border-bottom: 0; }
  .detail-image { min-height: 110vw; }
  .engineering-copy { padding: 4rem 1.25rem; }
  .tech-card { grid-template-columns: 1fr; }
  .tech-card figure { min-height: 0; aspect-ratio: 4 / 3; }
  .tech-card-copy h3 { min-height: 0; }
  .geometry-block { min-height: 0; }
  .geometry-visual { min-height: 92vw; padding: 1.2rem; }
  .geometry-copy { padding: 4rem 1.25rem; }
  .geometry-copy h3 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .frame-kit { grid-template-columns: 1fr; gap: 1.7rem; }
  .frame-kit a { justify-self: start; }
  .gallery-rail { grid-auto-columns: 82vw; }
  .gallery-shot--wide { grid-column: auto; aspect-ratio: 4 / 5; }
  .history-archive { grid-template-columns: 1fr 1fr; }
  .history-archive { height: auto; grid-template-rows: auto auto; }
  .archive-main { grid-column: 1 / -1; grid-row: auto; min-height: 105vw; }
  .archive-small, .archive-portrait { min-height: 72vw; }
  .atelier-visual { min-height: 135vw; }
  .story-columns { grid-template-columns: 1fr; }
  .maker-mark { align-items: flex-start; flex-direction: column; }
  .timeline article { grid-template-columns: 1fr; gap: 1rem; }
  .press-grid { grid-template-columns: 1fr; }
  .press-card { min-height: 370px; }
  footer { grid-template-columns: 1fr; text-align: left; }
  footer a { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
