:root {
    --ink: #080b10;
    --ink-soft: #111720;
    --red: #ef2436;
    --red-dark: #bf1425;
    --blue: #5dacd1;
    --blue-bright: #4f9fc5;
    --white: #f8fbfd;
    --mist: #e9f1f5;
    --line: rgba(8, 11, 16, .14);
    --header-h: 88px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--white);
    color: var(--ink);
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 12px 18px; background: var(--white); color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 100;
    height: var(--header-h);
    padding: 0 clamp(24px, 5vw, 78px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    border-bottom: 1px solid rgba(255,255,255,.12);
    background: rgba(4, 7, 12, .58);
    backdrop-filter: blur(10px);
    transition: background .35s ease, height .35s ease, box-shadow .35s ease;
}
.site-header.scrolled { height: 72px; background: rgba(3,6,10,.97); box-shadow: 0 12px 40px rgba(0,0,0,.24); backdrop-filter: blur(16px); }
.brand-lockup { display: flex; align-items: center; gap: 15px; }
.wordmark { font-size: 1.42rem; font-weight: 950; letter-spacing: -.05em; }
.wordmark span { color: var(--red); }
.header-location { padding-left: 15px; border-left: 1px solid rgba(255,255,255,.3); color: rgba(255,255,255,.62); font-size: .57rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(24px, 3.5vw, 54px); font-size: .84rem; font-weight: 900; letter-spacing: .105em; text-transform: uppercase; }
.site-nav > a:not(.nav-call) { position: relative; padding: 12px 0; }
.site-nav > a:not(.nav-call)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 6px; height: 2px; background: var(--red); transition: right .25s ease; }
.site-nav > a:hover::after, .site-nav > a:focus-visible::after { right: 0; }
.site-nav > a[aria-current="page"]::after { right: 0; }
.nav-call { padding: 13px 18px; border: 1px solid rgba(255,255,255,.65); transition: background .25s, color .25s; }
.nav-call:hover { background: white; color: var(--ink); }
.nav-toggle { display: none; }

.hero {
    min-height: 100svh;
    position: relative;
    display: grid;
    align-items: center;
    overflow: hidden;
    color: white;
    padding: calc(var(--header-h) + 52px) clamp(24px, 8vw, 130px) 150px;
    background: #080b10 url("../images/hero-mercedes.jpg") center 46% / cover no-repeat;
}
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,7,12,.93) 0%, rgba(4,7,12,.72) 42%, rgba(4,7,12,.16) 76%), linear-gradient(0deg, rgba(6,9,13,.72) 0%, transparent 45%); }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(112deg, rgba(239,36,54,.16), transparent 42%, rgba(127,213,255,.08)); mix-blend-mode: screen; }
.hero-grain { position: absolute; inset: 0; opacity: .12; background: repeating-radial-gradient(circle at 30% 40%, rgba(255,255,255,.18) 0 1px, transparent 1px 4px); background-size: 7px 7px; mix-blend-mode: soft-light; pointer-events: none; }
.hero-content { position: relative; z-index: 2; max-width: 920px; }
.eyebrow { display: flex; align-items: center; gap: 13px; margin: 0 0 28px; font-size: .68rem; line-height: 1.2; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow > span { width: 34px; height: 2px; background: var(--red); }
.hero h1, .placeholder-page h1 { margin: 0; font-size: clamp(4.25rem, 9.5vw, 9rem); line-height: .82; letter-spacing: -.075em; text-transform: uppercase; }
.hero h1 em, .placeholder-page h1 em { color: var(--blue); font-family: Georgia, "Times New Roman", serif; font-weight: 400; text-transform: none; }
.hero-marques { width: min(620px, 100%); margin-top: 30px; padding: 18px 0 15px; border-top: 1px solid rgba(255,255,255,.23); border-bottom: 1px solid rgba(255,255,255,.18); }
.hero-marques > p { margin: 0; display: flex; align-items: center; gap: 13px; color: rgba(255,255,255,.88); font-size: .72rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.hero-marques > p span { color: var(--blue); }
.hero-marques > p i { width: 3px; height: 3px; border-radius: 50%; background: var(--red); }
.hero-blurb { margin: 24px 0 0; color: rgba(255,255,255,.78); font-size: clamp(.95rem, 1.4vw, 1.16rem); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; min-width: 210px; padding: 18px 21px; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; border: 1px solid transparent; transition: transform .25s, background .25s, color .25s, border-color .25s; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: white; background: var(--red); }
.button-primary:hover { background: var(--red-dark); }
.text-link { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.35); color: rgba(255,255,255,.9); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { color: var(--blue); margin-left: 8px; }
.hero-bottom { position: absolute; z-index: 3; bottom: 0; left: 0; right: 0; min-height: 112px; padding: 0 clamp(24px, 5vw, 78px); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; border-top: 1px solid rgba(255,255,255,.16); background: rgba(5,8,12,.35); backdrop-filter: blur(8px); }
.hero-bottom > p { color: rgba(255,255,255,.58); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.hero-bottom > a { display: flex; flex-direction: column; align-items: center; gap: 5px; font-size: clamp(1.25rem, 2.2vw, 1.8rem); font-weight: 750; }
.hero-bottom > a span { color: var(--blue); font-size: .6rem; letter-spacing: .16em; text-transform: uppercase; }
.scroll-cue { justify-self: end; display: flex; align-items: center; gap: 13px; color: rgba(255,255,255,.5); font-size: .61rem; letter-spacing: .14em; text-transform: uppercase; }
.scroll-cue i { display: block; width: 1px; height: 32px; position: relative; overflow: hidden; background: rgba(255,255,255,.24); }
.scroll-cue i::after { content: ""; position: absolute; inset: -50% 0 auto; height: 50%; background: var(--blue); animation: scroll-line 1.8s infinite ease-in-out; }
@keyframes scroll-line { to { transform: translateY(300%); } }

.section-shell { padding: clamp(92px, 12vw, 180px) clamp(24px, 8vw, 130px); }
.section-label { display: flex; align-items: center; gap: 18px; color: #69737c; font-size: .62rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.section-label span { color: var(--red); }
.section-label.light { color: rgba(255,255,255,.55); }
.intro { display: grid; grid-template-columns: 1fr 2.25fr; gap: 50px; }
.intro-copy { max-width: 900px; }
.kicker { margin: 0 0 52px; color: var(--red); font-size: .72rem; font-weight: 800; line-height: 1.5; letter-spacing: .12em; text-transform: uppercase; }
.intro h2, .services h2, .experience h2, .process h2, .cta h2 { margin: 0; font-size: clamp(3.25rem, 7vw, 7.3rem); line-height: .88; letter-spacing: -.065em; text-transform: uppercase; }
.intro h2 span, .process h2 span { color: #b9c4ca; }
.intro-copy > p:last-child { max-width: 60ch; margin: 48px 0 0 auto; color: #33414b; font-size: 1.08rem; line-height: 1.8; }

.services { background: #eef4f7; }
.services-heading { margin: 52px 0 70px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.services-heading p { max-width: 34ch; margin: 0 0 5px; color: #3f4c55; font-size: 1rem; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.service-card { min-height: 520px; padding: 32px; display: flex; flex-direction: column; background: white; border-right: 1px solid var(--line); transition: transform .35s ease, box-shadow .35s ease; }
.service-card:hover { position: relative; z-index: 2; transform: translateY(-10px); box-shadow: 0 25px 70px rgba(10,19,25,.13); }
.card-number { color: #8d989f; font-size: .62rem; font-weight: 800; letter-spacing: .12em; }
.card-icon { width: 64px; height: 64px; margin: 70px 0 42px; display: grid; place-items: center; border: 1px solid var(--line); background: rgba(255,255,255,.38); }
.card-icon img { display: block; width: 34px; height: 34px; object-fit: contain; }
.card-red .card-icon img { filter: brightness(0) invert(1); }
.service-card h3 { margin: 0; font-size: 2.5rem; letter-spacing: -.055em; }
.service-card p { max-width: 34ch; margin: 22px 0 0; color: #34414a; font-size: 1rem; line-height: 1.75; }
.service-card > span { margin-top: auto; padding-top: 30px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.service-card b { color: var(--red); font-size: 1rem; }
.card-blue { background: var(--blue); }
.card-red { color: white; background: var(--red); border-color: transparent; }
.card-red .card-number, .card-red p { color: rgba(255,255,255,.9); }
.card-red .card-icon { color: white; border-color: rgba(255,255,255,.3); }
.card-red > span { border-color: rgba(255,255,255,.25); }
.card-red b { color: white; }

.experience { display: grid; grid-template-columns: 1.05fr 1fr; min-height: 720px; background: var(--ink); color: white; }
.experience-panel { padding: clamp(90px, 10vw, 145px) clamp(24px, 8vw, 130px); background: linear-gradient(145deg, rgba(239,36,54,.9), rgba(154,7,23,.92)), url("../images/hero-mercedes.jpg") center / cover; }
.experience h2 { margin-top: 60px; }
.experience-panel > p { max-width: 56ch; margin-top: 42px; color: rgba(255,255,255,.88); font-size: 1rem; line-height: 1.8; }
.metrics { padding: clamp(70px, 8vw, 115px); display: flex; flex-direction: column; justify-content: center; }
.metric { padding: 38px 0; display: grid; grid-template-columns: 70px 1fr; border-bottom: 1px solid rgba(255,255,255,.13); }
.metric strong { grid-row: 1 / 3; color: var(--blue); font-size: .62rem; letter-spacing: .12em; }
.metric h3 { margin: 0 0 12px; font-size: 1.4rem; letter-spacing: -.03em; }
.metric p { max-width: 42ch; margin: 0; color: rgba(255,255,255,.72); line-height: 1.65; }

.process { display: grid; grid-template-columns: .55fr 1fr 1fr; gap: clamp(40px, 6vw, 90px); }
.process-copy p { max-width: 56ch; margin-top: 40px; color: #3e4b54; font-size: 1rem; line-height: 1.8; }
.process-list { list-style: none; margin: 0; padding: 0; }
.process-list li { padding: 30px 0; display: grid; grid-template-columns: 52px 1fr; border-top: 1px solid var(--line); }
.process-list li > span { color: var(--red); font-size: .62rem; font-weight: 800; }
.process-list h3 { margin: 0 0 9px; font-size: 1rem; }
.process-list p { max-width: 42ch; margin: 0; color: #46525b; font-size: .95rem; line-height: 1.65; }

.cta { min-height: 650px; padding: 120px 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: white; background: var(--ink); position: relative; overflow: hidden; }
.cta::before, .cta::after { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; filter: blur(80px); opacity: .16; }
.cta::before { left: -130px; bottom: -180px; background: var(--red); }
.cta::after { right: -160px; top: -170px; background: var(--blue-bright); }
.cta > * { position: relative; z-index: 1; }
.cta .eyebrow { margin-bottom: 38px; }
.cta h2 em { color: var(--blue); font-family: Georgia, serif; font-weight: 400; text-transform: none; }
.button-light { margin-top: 50px; background: white; color: var(--ink); }
.button-light:hover { color: white; background: var(--red); }

.site-footer { padding: 42px clamp(24px, 5vw, 78px); display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 20px; color: rgba(255,255,255,.62); background: #040609; font-size: .72rem; }
.footer-mark { color: white; }
.site-footer p { margin: 0; text-align: center; }
.site-footer > a:not(.wordmark) { color: white; font-size: .9rem; font-weight: 750; }
.site-footer small { grid-column: 1 / -1; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.35); }

.placeholder-page { min-height: 100svh; padding: calc(var(--header-h) + 80px) clamp(24px, 8vw, 130px) 80px; display: grid; place-items: center start; color: white; background: radial-gradient(circle at 75% 25%, rgba(191,233,255,.16), transparent 28%), linear-gradient(130deg, #080b10 45%, #181e28); }
.placeholder-page .eyebrow { color: rgba(255,255,255,.62); }
.placeholder-page h1 { font-size: clamp(4.4rem, 12vw, 11rem); }
.placeholder-page > div > p:not(.eyebrow) { margin: 30px 0; color: rgba(255,255,255,.58); }

/* Coding service page */
.coding-page { background: var(--white); }
.coding-hero { min-height: 880px; padding: calc(var(--header-h) + 96px) clamp(24px, 8vw, 130px) 105px; position: relative; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); align-items: center; gap: clamp(55px, 8vw, 125px); overflow: hidden; color: white; background: radial-gradient(circle at 15% 20%, rgba(79,159,197,.2), transparent 24%), radial-gradient(circle at 84% 60%, rgba(239,36,54,.18), transparent 24%), #070a0f; }
.coding-hero::before { content: ""; position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, black, transparent 75%); }
.coding-orbit { position: absolute; border: 1px solid rgba(120,185,216,.15); border-radius: 50%; }
.orbit-one { width: 560px; height: 560px; right: -210px; top: 55px; }
.orbit-two { width: 310px; height: 310px; right: -85px; top: 180px; border-color: rgba(239,36,54,.18); }
.coding-hero-copy, .diagnostic-panel { position: relative; z-index: 2; }
.coding-hero-copy { max-width: 920px; }
.coding-hero h1 { margin: 0; font-size: clamp(4.4rem, 9vw, 8.8rem); line-height: .84; letter-spacing: -.075em; text-transform: uppercase; }
.coding-hero h1 em { color: var(--blue); font-family: Georgia, "Times New Roman", serif; font-weight: 400; text-transform: none; }
.coding-lead { max-width: 67ch; margin: 35px 0 0; color: rgba(255,255,255,.78); font-size: clamp(1rem, 1.35vw, 1.16rem); line-height: 1.78; }
.coding-tags { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 8px; }
.coding-tags span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.17); color: rgba(255,255,255,.72); font-size: .61rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.diagnostic-panel { align-self: center; padding: 24px; border: 1px solid rgba(255,255,255,.15); background: rgba(11,17,24,.83); box-shadow: 0 35px 100px rgba(0,0,0,.34); backdrop-filter: blur(14px); }
.diagnostic-topline { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.5); font-size: .58rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.diagnostic-topline i { margin-left: auto; width: 7px; height: 7px; border-radius: 50%; background: #75e0a7; box-shadow: 0 0 14px #75e0a7; }
.diagnostic-topline b { color: #9eeabd; }
.diagnostic-screen { margin: 23px 0; padding: 34px 25px; border: 1px solid rgba(120,185,216,.23); background: linear-gradient(135deg, rgba(120,185,216,.12), rgba(255,255,255,.02)); }
.diagnostic-screen p { margin: 0 0 8px; color: var(--blue); font-size: .58rem; font-weight: 800; letter-spacing: .14em; }
.diagnostic-screen strong { font-size: clamp(2.4rem, 4vw, 4rem); letter-spacing: -.06em; }
.signal-bars { height: 36px; margin-top: 25px; display: flex; align-items: end; gap: 7px; }
.signal-bars i { width: 8px; background: var(--red); }
.signal-bars i:nth-child(1) { height: 24%; }.signal-bars i:nth-child(2) { height: 43%; }.signal-bars i:nth-child(3) { height: 62%; }.signal-bars i:nth-child(4) { height: 82%; }.signal-bars i:nth-child(5) { height: 100%; background: var(--blue); }
.diagnostic-panel ul { margin: 0; padding: 0; list-style: none; }
.diagnostic-panel li { padding: 16px 0; display: grid; grid-template-columns: 38px 1fr; align-items: center; border-top: 1px solid rgba(255,255,255,.1); }
.diagnostic-panel li > span { color: var(--red); font-size: .58rem; font-weight: 800; }
.diagnostic-panel li div { display: flex; justify-content: space-between; gap: 12px; }
.diagnostic-panel li b { font-size: .78rem; }
.diagnostic-panel li small { color: rgba(255,255,255,.46); font-size: .63rem; letter-spacing: .08em; }
.coding-platform-strip { min-height: 112px; display: grid; grid-template-columns: repeat(3, 1fr); background: var(--blue); }
.coding-platform-strip > div { padding: 25px clamp(22px, 4vw, 62px); display: flex; align-items: center; justify-content: space-between; gap: 18px; border-right: 1px solid rgba(8,11,16,.15); }
.coding-platform-strip span { font-size: .64rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.coding-platform-strip strong { font-size: .82rem; }
.coding-intro { display: grid; grid-template-columns: .65fr 2fr; gap: 50px; }
.coding-intro-copy h2, .coding-section-heading h2, .factory-systems h2, .client-card h2, .coding-faq h2, .coding-cta h2 { margin: 0; font-size: clamp(3.25rem, 6.7vw, 7rem); line-height: .89; letter-spacing: -.065em; text-transform: uppercase; }
.coding-intro-copy h2 span { color: #a9b6bd; }
.coding-intro-copy > p:last-child { max-width: 62ch; margin: 46px 0 0 auto; color: #34414a; font-size: 1.08rem; line-height: 1.8; }
.coding-capabilities { background: #edf3f6; }
.coding-section-heading { margin: 52px 0 68px; display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.coding-section-heading p { max-width: 43ch; margin: 0 0 7px; color: #41505a; line-height: 1.72; }
.capability-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.capability-card { min-height: 455px; padding: clamp(30px, 4vw, 55px); display: flex; flex-direction: column; border: 1px solid rgba(8,11,16,.12); background: white; }
.capability-card > span { color: var(--red); font-size: .61rem; font-weight: 900; letter-spacing: .13em; }
.capability-card h3 { max-width: 13ch; margin: 54px 0 22px; font-size: clamp(2rem, 3.5vw, 3.2rem); line-height: .98; letter-spacing: -.055em; }
.capability-card p { max-width: 56ch; margin: 0; color: #3e4b54; line-height: 1.75; }
.capability-card ul { margin: auto 0 0; padding: 28px 0 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 22px; border-top: 1px solid rgba(8,11,16,.12); list-style: none; }
.capability-card li { color: #56636c; font-size: .72rem; font-weight: 750; letter-spacing: .04em; }
.capability-card li::before { content: "+"; margin-right: 9px; color: var(--red); }
.capability-blue { background: var(--blue); }
.capability-dark { color: white; background: var(--ink-soft); }
.capability-dark p, .capability-dark li { color: rgba(255,255,255,.7); }
.capability-dark ul { border-color: rgba(255,255,255,.14); }
.capability-red { color: white; background: var(--red); }
.capability-red > span, .capability-red li::before { color: white; }
.capability-red p, .capability-red li { color: rgba(255,255,255,.87); }
.capability-red ul { border-color: rgba(255,255,255,.23); }
.coding-disclaimer { max-width: 90ch; margin: 28px 0 0; color: #64717a; font-size: .76rem; line-height: 1.65; }
.factory-systems { color: white; background: #06090d; }
.factory-systems-head { padding-bottom: 85px; }
.factory-systems-head h2 { margin-top: 52px; }
.factory-systems-head > p { max-width: 60ch; margin: 40px 0 0 auto; color: rgba(255,255,255,.62); line-height: 1.75; }
.factory-brand-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.13); }
.factory-brand { min-height: 560px; padding: clamp(34px, 5vw, 72px); display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.13); }
.brand-index { color: rgba(255,255,255,.34); font-size: .6rem; font-weight: 900; letter-spacing: .13em; }
.race-line { align-self: flex-start; margin: 76px 0 20px; padding: 7px 9px; color: white; background: var(--red); font-size: .58rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.race-line.race-blue { background: #2074b8; }
.factory-brand h3 { margin: 0; font-size: clamp(2.35rem, 4vw, 4rem); letter-spacing: -.06em; }
.factory-brand > p:not(.race-line) { max-width: 45ch; margin: 26px 0 0; color: rgba(255,255,255,.64); line-height: 1.75; }
.tool-list { margin-top: auto; padding-top: 30px; display: flex; flex-wrap: wrap; gap: 8px; border-top: 1px solid rgba(255,255,255,.13); }
.tool-list span { padding: 8px 10px; border: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.73); font-size: .59rem; font-weight: 800; letter-spacing: .08em; }
.coding-clients { background: white; }
.client-grid { margin-top: 52px; display: grid; grid-template-columns: repeat(2, 1fr); }
.client-card { min-height: 680px; padding: clamp(38px, 6vw, 85px); display: flex; flex-direction: column; }
.client-card > span { font-size: .62rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.client-card h2 { margin-top: 55px; font-size: clamp(2.8rem, 5.2vw, 5.5rem); }
.client-card p { max-width: 57ch; margin: 34px 0 0; line-height: 1.78; }
.client-card ul { margin: 33px 0; padding: 0; list-style: none; }
.client-card li { padding: 11px 0; border-bottom: 1px solid currentColor; font-size: .78rem; font-weight: 750; }
.client-card li::before { content: "→"; margin-right: 12px; color: var(--red); }
.client-card > a { margin-top: auto; padding-top: 28px; display: flex; justify-content: space-between; border-top: 1px solid currentColor; font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.client-shops { color: white; background: var(--ink-soft); }
.client-shops > span { color: var(--blue); }
.client-shops p { color: rgba(255,255,255,.72); }
.client-shops li, .client-shops > a { border-color: rgba(255,255,255,.16); }
.client-owners { background: var(--blue); }
.client-owners > span { color: #344550; }
.coding-faq { background: #edf3f6; }
.coding-faq-layout { margin-top: 52px; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(55px, 8vw, 120px); }
.faq-list details { border-top: 1px solid rgba(8,11,16,.16); }
.faq-list details:last-child { border-bottom: 1px solid rgba(8,11,16,.16); }
.faq-list summary { padding: 28px 42px 28px 0; position: relative; cursor: pointer; list-style: none; font-size: 1.02rem; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 27px; color: var(--red); font-size: 1.3rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 68ch; margin: -6px 0 28px; color: #46545d; line-height: 1.75; }
.coding-cta { min-height: 650px; padding: 110px 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: white; background: radial-gradient(circle at 50% 120%, rgba(239,36,54,.35), transparent 45%), var(--ink); }
.coding-cta h2 { max-width: 13ch; }
.coding-cta h2 em { color: var(--blue); font-family: Georgia, serif; font-weight: 400; text-transform: none; }
.coding-cta > p:not(.eyebrow) { max-width: 50ch; margin: 35px 0 0; color: rgba(255,255,255,.65); line-height: 1.7; }

/* Performance service page */
.performance-page { background: var(--white); }
.performance-hero { min-height: 920px; padding: calc(var(--header-h) + 96px) clamp(24px, 8vw, 130px) 105px; position: relative; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); align-items: center; gap: clamp(55px, 8vw, 125px); overflow: hidden; color: white; background: radial-gradient(circle at 72% 28%, rgba(239,36,54,.22), transparent 27%), radial-gradient(circle at 14% 92%, rgba(79,159,197,.15), transparent 30%), linear-gradient(125deg, #05070a, #0b1118 65%, #15070b); }
.performance-hero::before { content: ""; position: absolute; inset: 0; opacity: .24; background: repeating-linear-gradient(118deg, transparent 0 85px, rgba(255,255,255,.055) 86px 87px, transparent 88px 170px); mask-image: linear-gradient(90deg, black, transparent 88%); }
.speed-lines { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.speed-lines i { position: absolute; right: -8%; width: 58%; height: 1px; background: linear-gradient(90deg, transparent, rgba(239,36,54,.72), transparent); transform: rotate(-9deg); }
.speed-lines i:nth-child(1) { top: 23%; }.speed-lines i:nth-child(2) { top: 30%; right: -20%; }.speed-lines i:nth-child(3) { bottom: 25%; background: linear-gradient(90deg, transparent, rgba(93,172,209,.68), transparent); }.speed-lines i:nth-child(4) { bottom: 18%; right: -24%; background: linear-gradient(90deg, transparent, rgba(93,172,209,.45), transparent); }
.performance-hero-copy, .build-console { position: relative; z-index: 2; }
.performance-hero-copy { max-width: 930px; }
.performance-hero h1 { margin: 0; font-size: clamp(4.25rem, 8.6vw, 8.5rem); line-height: .85; letter-spacing: -.075em; text-transform: uppercase; }
.performance-hero h1 em { color: var(--red); font-family: Georgia, "Times New Roman", serif; font-weight: 400; text-transform: none; }
.performance-lead { max-width: 69ch; margin: 36px 0 0; color: rgba(255,255,255,.76); font-size: clamp(1rem, 1.35vw, 1.16rem); line-height: 1.78; }
.performance-tags { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 8px; }
.performance-tags span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.17); color: rgba(255,255,255,.72); font-size: .61rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.build-console { padding: 24px; border: 1px solid rgba(255,255,255,.15); background: rgba(5,9,14,.82); box-shadow: 0 35px 100px rgba(0,0,0,.38); backdrop-filter: blur(15px); }
.build-console-top { display: flex; justify-content: space-between; color: rgba(255,255,255,.46); font-size: .58rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.build-console-top b { color: var(--red); }
.boost-gauge { min-height: 300px; display: grid; place-items: center; }
.boost-ring { width: 220px; height: 220px; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; background: radial-gradient(circle, rgba(239,36,54,.17), transparent 68%); box-shadow: inset 0 0 0 17px rgba(255,255,255,.015), 0 0 55px rgba(239,36,54,.08); }
.boost-ring::before { content: ""; position: absolute; inset: 14px; border: 8px solid rgba(255,255,255,.06); border-top-color: var(--red); border-right-color: var(--blue); border-radius: 50%; transform: rotate(32deg); }
.boost-ring span, .boost-ring strong, .boost-ring small { position: relative; z-index: 1; }
.boost-ring span { color: rgba(255,255,255,.42); font-size: .55rem; font-weight: 900; letter-spacing: .18em; }
.boost-ring strong { margin: 4px 0; font-size: 2.7rem; letter-spacing: -.07em; }
.boost-ring small { color: var(--blue); font-size: .53rem; font-weight: 900; letter-spacing: .12em; }
.build-console ol { margin: 0; padding: 0; list-style: none; }
.build-console li { padding: 14px 0; display: grid; grid-template-columns: 38px 1fr; border-top: 1px solid rgba(255,255,255,.1); }
.build-console li > span { color: var(--red); font-size: .58rem; font-weight: 900; }
.build-console li div { display: flex; justify-content: space-between; gap: 12px; }
.build-console li b { font-size: .78rem; }.build-console li small { color: rgba(255,255,255,.43); font-size: .62rem; letter-spacing: .06em; }
.performance-marque-strip { min-height: 108px; display: grid; grid-template-columns: repeat(5, 1fr); background: var(--red); }
.performance-marque-strip span { padding: 25px 16px; display: grid; place-items: center; border-right: 1px solid rgba(255,255,255,.24); color: white; font-size: .68rem; font-weight: 950; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.performance-intro { display: grid; grid-template-columns: .65fr 2fr; gap: 50px; }
.performance-intro h2, .performance-section-heading h2, .build-levels h2, .platforms h2, .exotic-support h2, .performance-faq h2, .performance-cta h2 { margin: 0; font-size: clamp(3.25rem, 6.7vw, 7rem); line-height: .89; letter-spacing: -.065em; text-transform: uppercase; }
.performance-intro h2 em { color: var(--blue-bright); font-family: Georgia, serif; font-weight: 400; text-transform: none; }
.performance-intro > div:last-child > p:last-child { max-width: 65ch; margin: 46px 0 0 auto; color: #34414a; font-size: 1.08rem; line-height: 1.8; }
.performance-services { color: white; background: #070a0f; }
.performance-section-heading { margin: 52px 0 68px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.performance-section-heading p { max-width: 47ch; margin: 0 0 7px; color: rgba(255,255,255,.6); line-height: 1.72; }
.performance-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.13); border-left: 1px solid rgba(255,255,255,.13); }
.performance-service-grid article { min-height: 530px; padding: clamp(28px, 4vw, 50px); display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); background: linear-gradient(145deg, rgba(255,255,255,.018), transparent); }
.performance-service-grid article:nth-child(2), .performance-service-grid article:nth-child(5) { background: linear-gradient(145deg, rgba(93,172,209,.12), transparent 70%); }
.performance-service-grid article:nth-child(3), .performance-service-grid article:nth-child(4) { background: linear-gradient(145deg, rgba(239,36,54,.12), transparent 70%); }
.performance-service-grid article > span { color: var(--red); font-size: .59rem; font-weight: 900; letter-spacing: .13em; }
.performance-service-grid h3 { max-width: 13ch; margin: 58px 0 24px; font-size: clamp(2rem, 3vw, 3.1rem); line-height: .98; letter-spacing: -.055em; }
.performance-service-grid p { margin: 0; color: rgba(255,255,255,.62); line-height: 1.72; }
.performance-service-grid ul { margin: auto 0 0; padding: 27px 0 0; border-top: 1px solid rgba(255,255,255,.13); list-style: none; }
.performance-service-grid li { padding: 5px 0; color: rgba(255,255,255,.72); font-size: .72rem; font-weight: 750; }
.performance-service-grid li::before { content: "+"; margin-right: 9px; color: var(--blue); }
.build-levels { background: #edf3f6; }
.build-levels-heading { margin: 52px 0 68px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.build-levels-heading p { max-width: 49ch; margin: 0 0 7px; color: #41505a; line-height: 1.75; }
.stage-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.stage-grid article { min-height: 525px; padding: clamp(30px, 4.5vw, 60px); display: flex; flex-direction: column; }
.stage-grid article > div { display: flex; align-items: flex-start; justify-content: space-between; }
.stage-grid article > div span { font-size: .58rem; font-weight: 900; letter-spacing: .14em; }
.stage-grid article > div strong { font-size: clamp(4rem, 7vw, 7rem); line-height: .74; letter-spacing: -.08em; opacity: .15; }
.stage-grid h3 { margin: auto 0 20px; font-size: clamp(2rem, 3.6vw, 3.6rem); line-height: 1; letter-spacing: -.055em; }
.stage-grid p { margin: 0; line-height: 1.75; }
.stage-one { background: white; }.stage-one p { color: #42505a; }
.stage-two { background: var(--blue); }
.stage-three { color: white; background: var(--red); }
.stage-three p { color: rgba(255,255,255,.86); }
.platforms { color: white; background: #06090d; }
.platforms-head { padding-bottom: 82px; }
.platforms-head h2 { margin-top: 52px; }
.platforms-head > p { max-width: 61ch; margin: 40px 0 0 auto; color: rgba(255,255,255,.6); line-height: 1.75; }
.platform-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.13); }
.platform-grid article { min-height: 650px; padding: clamp(36px, 5vw, 70px); display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.13); }
.platform-grid article > span { color: var(--red); font-size: .59rem; font-weight: 900; letter-spacing: .13em; }
.platform-grid h3 { margin: 72px 0 22px; font-size: clamp(2.35rem, 4vw, 4rem); line-height: .96; letter-spacing: -.06em; }
.platform-grid article > p { color: rgba(255,255,255,.58); line-height: 1.72; }
.platform-code-group { margin-top: auto; padding-top: 28px; display: flex; flex-wrap: wrap; gap: 8px; border-top: 1px solid rgba(255,255,255,.13); }
.platform-code-group + .platform-code-group { margin-top: 24px; }
.platform-code-group b { width: 100%; color: var(--blue); font-size: .57rem; letter-spacing: .13em; text-transform: uppercase; }
.platform-code-group i { padding: 8px 10px; border: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.73); font-size: .63rem; font-style: normal; font-weight: 800; }
.exotic-support { background: white; }
.exotic-layout { margin-top: 52px; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(55px, 9vw, 135px); }
.exotic-layout > div:first-child > p:last-child { max-width: 61ch; margin-top: 40px; color: #42505a; line-height: 1.78; }
.exotic-models { border-top: 1px solid var(--line); }
.exotic-models article { padding: 38px 0; border-bottom: 1px solid var(--line); }
.exotic-models span { color: var(--red); font-size: .58rem; font-weight: 900; letter-spacing: .14em; }
.exotic-models h3 { margin: 15px 0; font-size: clamp(1.7rem, 3vw, 2.7rem); line-height: 1; letter-spacing: -.045em; }
.exotic-models p { margin: 0; color: #526069; line-height: 1.7; }
.performance-faq { color: white; background: var(--ink-soft); }
.performance-faq-layout { margin-top: 52px; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(55px, 8vw, 120px); }
.faq-dark details { border-color: rgba(255,255,255,.16); }
.faq-dark details:last-child { border-color: rgba(255,255,255,.16); }
.faq-dark details p { color: rgba(255,255,255,.62); }
.performance-legal { max-width: 100ch; margin: 70px 0 0 auto; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.43); font-size: .72rem; line-height: 1.7; }
.performance-cta { min-height: 680px; padding: 110px 24px; position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: white; background: radial-gradient(circle at 50% 120%, rgba(93,172,209,.35), transparent 43%), linear-gradient(145deg, #7f0715, var(--red)); }
.performance-cta::before { content: ""; position: absolute; inset: 0; opacity: .18; background: repeating-linear-gradient(125deg, transparent 0 80px, rgba(255,255,255,.13) 81px 82px, transparent 83px 160px); }
.performance-cta > * { position: relative; z-index: 1; }
.performance-cta h2 { max-width: 15ch; }
.performance-cta h2 em { color: white; font-family: Georgia, serif; font-weight: 400; text-transform: none; }
.performance-cta > p:not(.eyebrow) { max-width: 55ch; margin: 32px 0 0; color: rgba(255,255,255,.8); }

/* Short, service-first performance layout */
.performance-page-short .performance-hero { min-height: 720px; grid-template-columns: 1fr; padding-bottom: 82px; }
.performance-page-short .performance-hero-copy { max-width: 1050px; }
.performance-page-short .performance-lead { max-width: 74ch; }
.performance-direct { max-width: 70ch; margin: 18px 0 0; color: rgba(255,255,255,.58); line-height: 1.72; }
.performance-page-short .performance-services { padding-top: clamp(85px, 9vw, 130px); padding-bottom: clamp(85px, 9vw, 130px); }
.performance-page-short .performance-section-heading { margin-bottom: 52px; }
.performance-page-short .performance-service-grid article { min-height: 475px; }
.performance-builds { background: #edf3f6; }
.performance-builds-head { margin: 48px 0 52px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.performance-builds-head h2 { margin: 0; font-size: clamp(3.1rem, 6vw, 6.2rem); line-height: .9; letter-spacing: -.065em; text-transform: uppercase; }
.performance-builds-head > p { max-width: 48ch; margin: 0 0 6px; color: #41505a; line-height: 1.72; }
.compact-stage-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.compact-stage-grid article { padding: 32px; border: 1px solid rgba(8,11,16,.12); background: white; }
.compact-stage-grid article:nth-child(2) { background: var(--blue); }
.compact-stage-grid article:nth-child(3) { color: white; background: var(--red); }
.compact-stage-grid strong { display: block; margin-bottom: 18px; font-size: 1.35rem; letter-spacing: -.03em; }
.compact-stage-grid p { margin: 0; color: #46545d; line-height: 1.65; }
.compact-stage-grid article:nth-child(2) p { color: #18242c; }
.compact-stage-grid article:nth-child(3) p { color: rgba(255,255,255,.84); }
.compact-platform-grid { margin-top: 24px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(8,11,16,.14); border-left: 1px solid rgba(8,11,16,.14); }
.compact-platform-grid article { padding: 34px 30px; border-right: 1px solid rgba(8,11,16,.14); border-bottom: 1px solid rgba(8,11,16,.14); background: rgba(255,255,255,.5); }
.compact-platform-grid span { color: var(--red); font-size: .59rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.compact-platform-grid h3 { margin: 17px 0 11px; font-size: clamp(1.35rem, 2.2vw, 2.05rem); line-height: 1.08; letter-spacing: -.04em; }
.compact-platform-grid p { margin: 0; color: #56636c; font-size: .74rem; font-weight: 750; line-height: 1.6; }
.exotic-inline { margin-top: 24px; padding: 30px 34px; display: grid; grid-template-columns: .42fr 1fr; gap: 35px; align-items: start; color: white; background: var(--ink-soft); }
.exotic-inline strong { color: var(--blue); font-size: 1.15rem; }
.exotic-inline p { margin: 0; color: rgba(255,255,255,.65); line-height: 1.7; }
.performance-page-short .performance-legal { margin-top: 32px; border-color: rgba(8,11,16,.13); color: #68747c; }
.performance-page-short .performance-cta { min-height: 540px; }

/* Repair service page */
.repair-page { background: var(--white); }
.repair-hero { min-height: 780px; padding: calc(var(--header-h) + 92px) clamp(24px, 8vw, 130px) 92px; position: relative; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(285px, .55fr); align-items: center; gap: clamp(55px, 8vw, 120px); overflow: hidden; color: white; background: radial-gradient(circle at 80% 34%, rgba(93,172,209,.2), transparent 27%), radial-gradient(circle at 8% 96%, rgba(239,36,54,.18), transparent 30%), #070a0f; }
.repair-grid-lines { position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, black, transparent 86%); }
.repair-hero::after { content: ""; position: absolute; right: -210px; top: 105px; width: 540px; height: 540px; border: 1px solid rgba(239,36,54,.18); border-radius: 50%; box-shadow: inset 0 0 0 80px rgba(93,172,209,.025), inset 0 0 0 160px rgba(255,255,255,.018); }
.repair-hero-copy, .repair-hero-list { position: relative; z-index: 2; }
.repair-hero-copy { max-width: 960px; }
.repair-hero h1 { margin: 0; font-size: clamp(4rem, 8vw, 8rem); line-height: .85; letter-spacing: -.075em; text-transform: uppercase; }
.repair-hero h1 em { color: var(--blue); font-family: Georgia, "Times New Roman", serif; font-weight: 400; text-transform: none; }
.repair-lead { max-width: 70ch; margin: 36px 0 0; color: rgba(255,255,255,.75); font-size: clamp(1rem, 1.35vw, 1.16rem); line-height: 1.78; }
.repair-hero-list { padding: 22px 26px; display: grid; grid-template-columns: 42px 1fr; border: 1px solid rgba(255,255,255,.15); background: rgba(7,11,16,.74); backdrop-filter: blur(12px); }
.repair-hero-list span, .repair-hero-list strong { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.11); }
.repair-hero-list span:nth-last-child(-n+2), .repair-hero-list strong:nth-last-child(-n+2) { border-bottom: 0; }
.repair-hero-list span { color: var(--red); font-size: .58rem; font-weight: 900; }
.repair-hero-list strong { font-size: .82rem; letter-spacing: .04em; text-transform: uppercase; }
.brand-repairs { background: #edf3f6; }
.brand-repairs-head, .repair-services-head { margin: 50px 0 64px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.brand-repairs h2, .repair-services h2, .repair-process h2, .repair-faq h2, .repair-cta h2 { margin: 0; font-size: clamp(3.2rem, 6.5vw, 6.8rem); line-height: .89; letter-spacing: -.065em; text-transform: uppercase; }
.brand-repairs-head > p, .repair-services-head > p { max-width: 49ch; margin: 0 0 6px; color: #41505a; line-height: 1.74; }
.brand-repair-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.repair-brand-card { min-height: 735px; padding: clamp(32px, 4.5vw, 60px); display: flex; flex-direction: column; border: 1px solid rgba(8,11,16,.13); background: white; }
.repair-brand-card > div { display: flex; justify-content: space-between; gap: 20px; font-size: .58rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.repair-brand-card > div span { color: var(--red); }
.repair-brand-card > div b { color: #637078; }
.repair-brand-card h3 { margin: 70px 0 24px; font-size: clamp(2.4rem, 4vw, 4rem); line-height: .95; letter-spacing: -.06em; }
.repair-brand-card > p { margin: 0; color: #43515a; line-height: 1.75; }
.repair-brand-card ul { margin: auto 0 0; padding: 28px 0 0; border-top: 1px solid rgba(8,11,16,.13); list-style: none; }
.repair-brand-card li { padding: 8px 0; color: #4d5a63; font-size: .75rem; font-weight: 720; line-height: 1.45; }
.repair-brand-card li::before { content: "+"; margin-right: 9px; color: var(--red); }
.bmw-card { background: var(--blue); }
.bmw-card > div b, .bmw-card > p, .bmw-card li { color: #1d303b; }
.audi-card { color: white; background: var(--ink-soft); }
.audi-card > div b, .audi-card > p, .audi-card li { color: rgba(255,255,255,.67); }
.audi-card ul { border-color: rgba(255,255,255,.14); }
.repair-services { color: white; background: #06090d; }
.repair-services-head > p { color: rgba(255,255,255,.6); }
.repair-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.13); border-left: 1px solid rgba(255,255,255,.13); }
.repair-service-grid article { min-height: 410px; padding: clamp(30px, 4vw, 50px); display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); }
.repair-service-grid article:nth-child(2), .repair-service-grid article:nth-child(6) { background: linear-gradient(145deg, rgba(93,172,209,.12), transparent 72%); }
.repair-service-grid article:nth-child(3), .repair-service-grid article:nth-child(4) { background: linear-gradient(145deg, rgba(239,36,54,.12), transparent 72%); }
.repair-service-grid article > span { color: var(--red); font-size: .58rem; font-weight: 900; letter-spacing: .13em; }
.repair-service-grid h3 { margin: auto 0 24px; max-width: 14ch; font-size: clamp(2rem, 3vw, 3.05rem); line-height: .98; letter-spacing: -.055em; }
.repair-service-grid p { margin: 0; color: rgba(255,255,255,.61); line-height: 1.73; }
.repair-process { background: white; }
.repair-process-layout { margin-top: 52px; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(55px, 9vw, 135px); }
.repair-process-layout > div > p { max-width: 57ch; margin: 38px 0 0; color: #44525b; line-height: 1.8; }
.repair-process ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.repair-process li { padding: 27px 0; display: grid; grid-template-columns: 54px 1fr; border-bottom: 1px solid var(--line); }
.repair-process li > span { color: var(--red); font-size: .59rem; font-weight: 900; }
.repair-process li strong { font-size: 1rem; }
.repair-process li p { margin: 8px 0 0; color: #55626b; line-height: 1.65; }
.repair-faq { color: white; background: var(--ink-soft); }
.repair-faq-layout { margin-top: 52px; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(55px, 8vw, 120px); }
.repair-cta { min-height: 600px; padding: 105px 24px; position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: white; background: radial-gradient(circle at 50% 120%, rgba(239,36,54,.4), transparent 45%), #070a0f; }
.repair-cta::before, .repair-cta::after { content: ""; position: absolute; width: 320px; height: 320px; border: 1px solid rgba(93,172,209,.15); border-radius: 50%; }
.repair-cta::before { left: -145px; top: -120px; }.repair-cta::after { right: -145px; bottom: -120px; border-color: rgba(239,36,54,.2); }
.repair-cta > * { position: relative; z-index: 1; }
.repair-cta h2 { max-width: 14ch; }
.repair-cta h2 em { color: var(--blue); font-family: Georgia, serif; font-weight: 400; text-transform: none; }
.repair-cta > p:not(.eyebrow) { max-width: 55ch; margin: 32px 0 0; color: rgba(255,255,255,.65); }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
    .intro, .process { grid-template-columns: 1fr; }
    .intro-copy, .process-copy, .process-list { margin-left: 12vw; }
    .service-grid { grid-template-columns: 1fr; }
    .service-card { min-height: 400px; }
    .card-icon { margin: 45px 0 30px; }
    .experience { grid-template-columns: 1fr; }
    .experience-panel { min-height: 620px; }
    .coding-hero { grid-template-columns: 1fr; padding-top: calc(var(--header-h) + 85px); }
    .diagnostic-panel { width: min(620px, 100%); }
    .coding-intro { grid-template-columns: 1fr; }
    .coding-intro-copy { margin-left: 10vw; }
    .factory-brand-grid { grid-template-columns: 1fr; }
    .factory-brand { min-height: 430px; }
    .race-line { margin-top: 45px; }
    .client-grid { grid-template-columns: 1fr; }
    .client-card { min-height: 610px; }
    .performance-hero { grid-template-columns: 1fr; padding-top: calc(var(--header-h) + 85px); }
    .build-console { width: min(620px, 100%); }
    .performance-marque-strip { grid-template-columns: repeat(3, 1fr); }
    .performance-intro { grid-template-columns: 1fr; }
    .performance-intro > div:last-child { margin-left: 10vw; }
    .performance-service-grid { grid-template-columns: repeat(2, 1fr); }
    .stage-grid, .platform-grid { grid-template-columns: 1fr; }
    .stage-grid article { min-height: 430px; }
    .platform-grid article { min-height: 560px; }
    .exotic-layout { grid-template-columns: 1fr; }
    .performance-builds-head { align-items: flex-start; flex-direction: column; }
    .compact-stage-grid, .compact-platform-grid { grid-template-columns: 1fr; }
    .exotic-inline { grid-template-columns: 1fr; }
    .repair-hero { grid-template-columns: 1fr; }
    .repair-hero-list { width: min(620px, 100%); }
    .brand-repair-grid { grid-template-columns: 1fr; }
    .repair-brand-card { min-height: 610px; }
    .repair-service-grid { grid-template-columns: repeat(2, 1fr); }
    .repair-process-layout { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
    :root { --header-h: 72px; }
    .site-header { padding-inline: 20px; }
    .header-location { display: none; }
    .nav-toggle { width: 42px; height: 42px; padding: 10px; display: grid; align-content: center; gap: 5px; border: 0; color: white; background: transparent; }
    .nav-toggle span:not(.sr-only) { width: 100%; height: 1px; background: currentColor; transition: transform .25s, opacity .25s; }
    .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
    .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
    .site-nav { position: fixed; inset: var(--header-h) 0 auto; padding: 22px; display: grid; gap: 2px; background: rgba(8,11,16,.98); border-top: 1px solid rgba(255,255,255,.1); transform: translateY(-140%); transition: transform .3s ease; }
    .site-nav.open { transform: translateY(0); }
    .site-nav a { padding: 16px 12px !important; }
    .nav-call { margin-top: 8px; text-align: center; }
    .hero { min-height: 100svh; padding: 110px 22px 130px; background-position: 62% 50%; }
    .hero::before { background: linear-gradient(90deg, rgba(4,7,12,.94), rgba(4,7,12,.42)), linear-gradient(0deg, rgba(4,7,12,.92), transparent 64%); }
    .hero h1 { font-size: clamp(3.55rem, 17vw, 5.4rem); }
    .hero-blurb br { display: none; }
    .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; }
    .button { width: 100%; }
    .text-link { align-self: flex-start; }
    .hero-bottom { min-height: 94px; padding-inline: 22px; grid-template-columns: 1fr auto; }
    .hero-bottom > p, .scroll-cue { display: none; }
    .hero-bottom > a { grid-column: 1 / -1; align-items: flex-start; }
    .hero-marques > p { flex-wrap: wrap; gap: 9px 12px; }
    .card-icon { width: 58px; height: 58px; margin: 42px 0 30px; }
    .section-shell { padding-inline: 22px; }
    .intro-copy, .process-copy, .process-list { margin-left: 0; }
    .intro h2, .services h2, .experience h2, .process h2, .cta h2 { font-size: clamp(3.1rem, 15vw, 5.2rem); }
    .experience > * { min-width: 0; }
    .experience h2 { font-size: clamp(2.85rem, 13vw, 4.8rem); }
    .intro-copy > p:last-child { margin-top: 35px; }
    .services-heading { align-items: flex-start; flex-direction: column; }
    .service-card { padding: 26px; }
    .experience-panel, .metrics { padding: 82px 22px; }
    .metric { grid-template-columns: 42px 1fr; }
    .cta { min-height: 560px; }
    .site-footer { grid-template-columns: 1fr auto; }
    .site-footer p { display: none; }
    .coding-hero { min-height: auto; padding: 118px 22px 76px; gap: 55px; }
    .coding-hero h1 { font-size: clamp(3.45rem, 17vw, 5.3rem); }
    .coding-lead { font-size: 1rem; }
    .coding-tags span { font-size: .56rem; }
    .diagnostic-panel { padding: 18px; }
    .diagnostic-panel li div { flex-direction: column; gap: 4px; }
    .coding-platform-strip { grid-template-columns: 1fr; }
    .coding-platform-strip > div { min-height: 78px; border-right: 0; border-bottom: 1px solid rgba(8,11,16,.15); }
    .coding-intro-copy { margin-left: 0; }
    .coding-intro-copy h2, .coding-section-heading h2, .factory-systems h2, .client-card h2, .coding-faq h2, .coding-cta h2 { font-size: clamp(2.8rem, 14vw, 4.6rem); }
    .coding-section-heading { align-items: flex-start; flex-direction: column; }
    .capability-grid { grid-template-columns: 1fr; }
    .capability-card { min-height: 480px; padding: 30px 24px; }
    .capability-card h3 { margin-top: 44px; }
    .capability-card ul { grid-template-columns: 1fr; }
    .factory-systems-head { padding-bottom: 65px; }
    .factory-brand { min-height: 470px; padding: 42px 22px; }
    .client-card { min-height: 640px; padding: 58px 24px; }
    .coding-faq-layout { grid-template-columns: 1fr; }
    .coding-cta { min-height: 590px; padding-inline: 22px; }
    .performance-hero { min-height: auto; padding: 118px 22px 76px; gap: 55px; }
    .performance-hero h1 { font-size: clamp(3.25rem, 15.5vw, 5.15rem); }
    .performance-lead { font-size: 1rem; }
    .build-console { padding: 18px; }
    .boost-gauge { min-height: 250px; }
    .boost-ring { width: 190px; height: 190px; }
    .build-console li div { flex-direction: column; gap: 3px; }
    .performance-marque-strip { grid-template-columns: 1fr; }
    .performance-marque-strip span { min-height: 68px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.24); }
    .performance-intro > div:last-child { margin-left: 0; }
    .performance-intro h2, .performance-section-heading h2, .build-levels h2, .platforms h2, .exotic-support h2, .performance-faq h2, .performance-cta h2 { font-size: clamp(2.75rem, 13vw, 4.5rem); }
    .performance-section-heading, .build-levels-heading { align-items: flex-start; flex-direction: column; }
    .performance-service-grid { grid-template-columns: 1fr; }
    .performance-service-grid article { min-height: 500px; padding: 38px 24px; }
    .stage-grid article { min-height: 420px; padding: 42px 24px; }
    .platforms-head { padding-bottom: 62px; }
    .platform-grid article { min-height: 580px; padding: 48px 22px; }
    .platform-grid h3 { margin-top: 52px; }
    .performance-faq-layout { grid-template-columns: 1fr; }
    .performance-cta { min-height: 620px; padding-inline: 22px; }
    .performance-page-short .performance-hero { min-height: auto; padding-bottom: 72px; }
    .performance-page-short .performance-service-grid article { min-height: 450px; }
    .performance-builds-head h2 { font-size: clamp(2.75rem, 13vw, 4.5rem); }
    .compact-stage-grid article, .compact-platform-grid article { padding: 28px 22px; }
    .exotic-inline { padding: 28px 22px; gap: 18px; }
    .performance-page-short .performance-cta { min-height: 540px; }
    .repair-hero { min-height: auto; padding: 118px 22px 76px; gap: 50px; }
    .repair-hero h1 { font-size: clamp(3.15rem, 14vw, 4.85rem); }
    .repair-lead { font-size: 1rem; }
    .brand-repairs-head, .repair-services-head { align-items: flex-start; flex-direction: column; }
    .brand-repairs h2, .repair-services h2, .repair-process h2, .repair-faq h2, .repair-cta h2 { font-size: clamp(2.75rem, 13vw, 4.5rem); }
    .repair-brand-card { min-height: 650px; padding: 42px 22px; }
    .repair-brand-card h3 { margin-top: 48px; }
    .repair-service-grid { grid-template-columns: 1fr; }
    .repair-service-grid article { min-height: 390px; padding: 38px 24px; }
    .repair-faq-layout { grid-template-columns: 1fr; }
    .repair-cta { min-height: 560px; padding-inline: 22px; }
}

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