:root {
  --black: #05070a;
  --panel: #0b0f15;
  --panel-2: #101722;
  --blue: #1456ff;
  --blue-bright: #2871ff;
  --white: #f7f8fa;
  --muted: #9da7b5;
  --line: rgba(255,255,255,.12);
  --max: 1240px;
  --radius: 26px;
  --font-body: "Segoe UI Variable Text", "Aptos", "Segoe UI", system-ui, sans-serif;
  --font-display: "Segoe UI Variable Display", "Aptos Display", "Segoe UI", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 104px; }
body {
  margin: 0;
  overflow-x: clip;
  background: var(--black);
  color: var(--white);
  font-family: var(--font-body);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
body::before { content: ""; position: fixed; inset: 0; z-index: 90; pointer-events: none; opacity: .025; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(93,145,255,.95); outline-offset: 5px; border-radius: 4px; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.section { padding: 120px 0; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -80px; background: white; color: black; padding: 12px 18px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.scroll-progress { position: fixed; z-index: 100; inset: 0 0 auto; height: 2px; pointer-events: none; }
.scroll-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--blue), #65a0ff); box-shadow: 0 0 15px var(--blue); }
.page-glow { position: fixed; z-index: 0; width: 560px; height: 560px; left: var(--mouse-x, -500px); top: var(--mouse-y, -500px); border-radius: 50%; pointer-events: none; transform: translate(-50%,-50%); background: radial-gradient(circle, rgba(20,86,255,.105) 0, rgba(20,86,255,.035) 34%, transparent 70%); transition: opacity .3s; filter: blur(4px); }
.cursor-ring { position: fixed; z-index: 95; left: 0; top: 0; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; pointer-events: none; opacity: 0; transform: translate3d(calc(var(--cursor-x,-100px) + 18px),calc(var(--cursor-y,-100px) + 18px),0) translate(-50%,-50%); transition: width .22s, height .22s, opacity .2s, background .22s, box-shadow .22s; }
.cursor-ring::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(107,155,255,.55); border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; transform: rotate(25deg); opacity: .42; transition: opacity .22s, transform .3s; }
.cursor-ring.is-visible { opacity: 1; }
.cursor-wheel { width: 18px; height: 18px; fill: none; stroke: #6e9eff; stroke-width: 3; stroke-linecap: round; transform: rotate(var(--wheel-rotation,0deg)); filter: drop-shadow(0 0 5px rgba(20,86,255,.55)); transition: width .22s, height .22s, stroke .22s; }
.cursor-wheel circle:first-child { fill: rgba(5,9,16,.88); }
.cursor-wheel circle:nth-child(2) { fill: rgba(20,86,255,.7); stroke: #d3e1ff; }
.cursor-ring.is-active { width: 40px; height: 40px; background: rgba(5,9,17,.38); box-shadow: 0 0 20px rgba(20,86,255,.14); }
.cursor-ring.is-active::after { opacity: .9; transform: rotate(125deg); }
.cursor-ring.is-active .cursor-wheel { width: 23px; height: 23px; stroke: #8bb3ff; }
.cursor-ring.is-pressed { width: 25px; height: 25px; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.08); transition: background .35s, backdrop-filter .35s, box-shadow .35s, transform .35s; }
.site-header.scrolled { background: rgba(4,7,11,.82); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); box-shadow: 0 12px 40px rgba(0,0,0,.22); }
.header-inner { height: 96px; display: flex; align-items: center; gap: 42px; }
.logo { display: inline-flex; align-items: center; flex: 0 0 auto; padding: 7px 11px; background: #fff; border-radius: 4px; box-shadow: 0 6px 24px rgba(0,0,0,.12); }
.logo img { display: block; width: 156px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 32px; margin-left: auto; }
.main-nav a { position: relative; color: #e8ebef; font-size: 13px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.main-nav a::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: -9px; background: var(--blue); transition: right .2s ease; }
.main-nav a:hover::after { right: 0; }
.main-nav a.is-current { color: #fff; }
.main-nav a.is-current::after { right: 0; box-shadow: 0 0 12px rgba(20,86,255,.6); }
.header-phone { display: flex; flex-direction: column; padding: 10px 15px 10px 20px; border-left: 1px solid var(--line); border-radius: 0 12px 12px 0; line-height: 1.25; transition: background .25s, border-color .25s, transform .25s; }
.header-phone:hover { background: rgba(20,86,255,.12); border-color: var(--blue); transform: translateY(-1px); }
.header-phone span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.header-phone strong { font-size: 18px; }
.language-switch { display: inline-flex; align-items: center; gap: 7px; flex: 0 0 auto; color: #7f8a99; font-size: 11px; font-weight: 850; letter-spacing: .08em; }
.language-switch a { padding: 7px 2px; transition: color .2s; }
.language-switch a:hover, .language-switch a[aria-current="page"] { color: #fff; }
.language-switch a[aria-current="page"] { text-decoration: underline; text-decoration-color: var(--blue-bright); text-underline-offset: 5px; }
.menu-toggle { display: none; flex: 0 0 44px; width: 44px; height: 44px; margin-left: auto; padding: 10px; background: transparent; border: 1px solid var(--line); border-radius: 50%; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: #fff; }

.hero { position: relative; min-height: 850px; height: 100svh; max-height: 960px; overflow: hidden; display: flex; align-items: center; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media { background: url("assets/images/hero-serwis-tir-v2.webp") center/cover no-repeat; transform: translate3d(0,var(--hero-shift,0),0) scale(1.06); will-change: transform; backface-visibility: hidden; }
.hero-shade { background: linear-gradient(90deg, rgba(3,5,8,.96) 0%, rgba(3,5,8,.78) 40%, rgba(3,5,8,.1) 75%), linear-gradient(0deg, var(--black) 0%, transparent 22%, rgba(0,0,0,.1) 100%); }
.hero-grid { position: absolute; inset: 0; z-index: 1; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 84px 84px; -webkit-mask-image: linear-gradient(90deg,#000,transparent 68%); mask-image: linear-gradient(90deg,#000,transparent 68%); }
.hero-orb { position: absolute; z-index: 1; width: 500px; height: 500px; left: 38%; top: 25%; border-radius: 50%; background: radial-gradient(circle, rgba(20,86,255,.16), transparent 68%); filter: blur(20px); animation: orbFloat 7s ease-in-out infinite; }
.hero-content { position: relative; z-index: 2; padding-top: 82px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: #98a5b7; font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 42px; height: 3px; background: var(--blue); }
.hero h1, .section h2 { margin: 0; font-family: var(--font-display); font-size: clamp(50px, 6vw, 86px); font-weight: 760; line-height: 1.015; letter-spacing: -.048em; text-wrap: balance; }
.hero h1 { max-width: 800px; }
.hero .eyebrow { animation: heroIn .75s .1s both; }
.hero h1 { animation: heroIn .8s .22s both; }
.hero-copy { animation: heroIn .8s .36s both; }
.hero-actions { animation: heroIn .8s .48s both; }
.hero-proof { animation: heroIn .8s .62s both; }
.hero h1 em, .section h2 em { color: var(--blue-bright); font-style: normal; }
.hero-copy { max-width: 600px; margin: 30px 0 34px; color: #c6ccd5; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { position: relative; isolation: isolate; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 56px; padding: 0 28px; border-radius: 999px; font-size: 13px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.button::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.24) 46%, transparent 72%); transform: translateX(-120%); transition: transform .55s ease; }
.button:hover::before { transform: translateX(120%); }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--blue); }
.button-primary:hover { background: var(--blue-bright); }
.button-ghost { border: 1px solid rgba(255,255,255,.35); }
.button-ghost:hover { border-color: white; background: rgba(255,255,255,.07); }
.hero-proof { display: flex; width: fit-content; max-width: 100%; gap: 0; margin-top: 64px; padding: 6px 0; border: 1px solid rgba(255,255,255,.11); border-radius: 18px; background: linear-gradient(110deg, rgba(7,12,20,.72), rgba(7,12,20,.38)); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); box-shadow: 0 18px 46px rgba(0,0,0,.2); }
.hero-proof div { position: relative; min-width: 205px; padding: 13px 28px 14px; border-left: 1px solid rgba(255,255,255,.13); }
.hero-proof div:first-child { border-left: 0; }
.hero-proof div::after { content: ""; position: absolute; left: 28px; right: 28px; bottom: -7px; height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--blue-bright), transparent); opacity: 0; transform: scaleX(.4); transform-origin: left; transition: opacity .25s, transform .35s; }
.hero-proof div:hover::after { opacity: .85; transform: scaleX(1); }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong .count { display: inline; margin-right: 4px; color: #78a5ff; font-family: var(--font-display); font-size: 28px; font-weight: 850; line-height: 1; text-shadow: 0 0 24px rgba(20,86,255,.34); }
.hero-proof strong { font-size: 16px; line-height: 1.15; }
.hero-proof span { color: #aeb8c6; font-size: 12px; margin-top: 6px; }
.scroll-cue { position: absolute; z-index: 3; right: 30px; bottom: 54px; display: flex; align-items: center; gap: 15px; padding: 8px 10px; color: #f4f7fb; font-size: 11px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; transform: rotate(90deg); transform-origin: right; opacity: .92; text-shadow: 0 2px 10px #000; transition: color .25s, opacity .25s; }
.scroll-cue:hover { color: #86adff; opacity: 1; }
.scroll-cue span { position: relative; width: 68px; height: 1px; overflow: hidden; background: rgba(255,255,255,.35); }
.scroll-cue span::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, #fff 45%, var(--blue-bright)); transform: translateX(-100%); animation: scrollGuide 2.2s ease-in-out infinite; }
.service-marquee { position: relative; z-index: 3; overflow: hidden; padding: 16px 0; border-block: 1px solid rgba(255,255,255,.09); background: linear-gradient(90deg, #0e46db, var(--blue) 48%, #0e46db); }
.service-marquee::before, .service-marquee::after { content: ""; position: absolute; z-index: 2; top: 0; bottom: 0; width: 80px; pointer-events: none; }
.service-marquee::before { left: 0; background: linear-gradient(90deg, #0e46db, transparent); }
.service-marquee::after { right: 0; background: linear-gradient(-90deg, #0e46db, transparent); }
.marquee-track { display: flex; align-items: center; gap: 34px; width: max-content; white-space: nowrap; animation: marquee 30s linear infinite; }
.marquee-track span { font-size: 13px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.marquee-track i { color: rgba(255,255,255,.5); font-style: normal; }

.services { background: #080b10; }
.section-heading { margin-bottom: 64px; }
.section h2 { font-size: clamp(43px, 5vw, 68px); }
.split-heading { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 80px; }
.split-heading > p { max-width: 480px; margin: 0 0 4px; color: var(--muted); font-size: 17px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service-card { position: relative; min-height: 410px; padding: 32px; background: var(--panel); overflow: hidden; transition: background .35s, transform .35s, box-shadow .35s, opacity .65s ease var(--delay,0ms); }
.service-card::before { content: ""; position: absolute; width: 160px; height: 160px; right: -90px; top: -90px; border: 1px solid rgba(40,113,255,.3); border-radius: 50%; transition: transform .5s, background .5s; }
.service-card:hover::before { transform: scale(1.55); background: rgba(20,86,255,.08); }
.service-card:hover { z-index: 2; background: var(--panel-2); transform: translateY(-8px); }
.service-card.featured { background: var(--blue); }
.service-number { color: #788393; font-size: 12px; font-weight: 800; }
.featured .service-number { color: rgba(255,255,255,.65); }
.service-icon { width: 74px; height: 74px; margin: 56px 0 28px; color: var(--blue-bright); }
.featured .service-icon { color: white; }
.service-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.service-card:hover .service-icon { transform: translateY(-4px) rotate(-3deg); }
.service-icon { transition: transform .35s ease; }
.service-card h3 { margin: 0 0 14px; font-family: var(--font-display); font-size: 23px; font-weight: 720; line-height: 1.14; letter-spacing: -.025em; }
.service-card p { margin: 0 0 22px; color: var(--muted); font-size: 14px; }
.featured p { color: rgba(255,255,255,.78); }
.service-card a { position: absolute; left: 32px; bottom: 30px; display: flex; justify-content: space-between; width: calc(100% - 64px); padding-top: 15px; border-top: 1px solid var(--line); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.workshop { overflow: hidden; }
.workshop-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 90px; }
.image-stack { position: relative; }
.image-stack { overflow: visible; }
.image-stack img { position: relative; z-index: 2; width: 100%; aspect-ratio: 4/4.2; object-fit: cover; border-radius: 0 var(--radius) var(--radius) 0; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .5s; }
.image-stack:hover img { transform: scale(1.018) rotate(.3deg); filter: brightness(1.06); }
.image-accent { position: absolute; z-index: 1; width: 72%; height: 42%; left: -25%; top: -34px; background: var(--blue); border-radius: 0 32px 0 0; }
.image-label { position: absolute; z-index: 3; right: -22px; bottom: 34px; display: flex; align-items: center; gap: 12px; padding: 15px 20px; background: #fff; color: #111; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.image-label span { color: var(--blue); font-size: 25px; font-style: italic; }
.workshop-copy h2 { margin-bottom: 30px; }
.workshop-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 22px; list-style: none; padding: 0; margin: 32px 0; }
.check-list li { display: grid; grid-template-columns: 22px minmax(0,1fr); align-items: start; column-gap: 10px; min-width: 0; font-size: 14px; line-height: 1.45; }
.check-list li span { display: grid; place-items: center; width: 22px; height: 22px; margin: 0; border-radius: 50%; color: white; background: var(--blue); }
.text-link { display: inline-flex; gap: 28px; align-items: center; color: white; padding-bottom: 6px; border-bottom: 2px solid var(--blue); font-weight: 850; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }

.tire-section { background: #0a0e14; overflow: hidden; }
.tire-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 75px; }
.tire-copy h2 { margin-bottom: 30px; }
.tire-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.tire-image { position: relative; }
.tire-image::after { content: ""; position: absolute; inset: auto -100vw -30px 45%; height: 70px; background: var(--blue); border-radius: 30px 0 0 0; }
.tire-image { overflow: hidden; border-radius: var(--radius) 0 0 var(--radius); }
.tire-image img { width: 100%; min-height: 480px; object-fit: cover; border-radius: var(--radius) 0 0 var(--radius); transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.tire-image:hover img { transform: scale(1.035); }
.mini-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 38px; }
.mini-stats div { padding-top: 16px; border-top: 2px solid var(--blue); }
.mini-stats strong, .mini-stats span { display: block; }
.mini-stats strong { font-size: 13px; text-transform: uppercase; }
.mini-stats span { color: var(--muted); font-size: 12px; }

.real-fleet { position: relative; overflow: hidden; background: #06090d; }
.real-fleet::before { content: ""; position: absolute; z-index: 0; left: -12vw; top: 51%; width: 54vw; height: 140px; border-radius: 0 70px 70px 0; background: linear-gradient(90deg, rgba(20,86,255,.02), rgba(20,86,255,.18)); pointer-events: none; }
.real-fleet::after { content: ""; position: absolute; z-index: 0; right: -9vw; top: 18%; width: 27vw; height: 72px; border-radius: 42px 0 0 42px; border: 1px solid rgba(40,113,255,.15); pointer-events: none; }
.real-fleet > .container { position: relative; z-index: 1; }
.fleet-collage { display: grid; grid-template-columns: 1.18fr .82fr; gap: 28px; }
.fleet-collage figure { margin: 0; }
.fleet-panorama { position: relative; grid-column: 1 / -1; overflow: hidden; border-radius: 6px; background: #111; box-shadow: 0 34px 80px rgba(0,0,0,.24); }
.fleet-panorama::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,5,8,.82), transparent 48%); pointer-events: none; }
.fleet-panorama img { width: 100%; height: 410px; object-fit: cover; transition: transform 1s cubic-bezier(.2,.7,.2,1), filter .6s; }
.fleet-panorama:hover img { transform: scale(1.035); filter: saturate(1.12); }
.fleet-panorama figcaption { position: absolute; z-index: 2; left: 34px; right: 34px; bottom: 27px; display: flex; justify-content: space-between; align-items: end; gap: 20px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.34); }
.fleet-panorama figcaption strong { font-size: 24px; }
.fleet-panorama figcaption span { color: rgba(255,255,255,.68); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.fleet-yard { position: relative; min-height: 580px; overflow: hidden; border-radius: 6px; background: #111; box-shadow: 0 28px 65px rgba(0,0,0,.22); }
.fleet-yard::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(2,4,8,.9), transparent 55%); pointer-events: none; }
.fleet-yard img { width: 100%; height: 100%; min-height: 580px; object-fit: cover; transition: transform 1s cubic-bezier(.2,.7,.2,1), filter .6s; }
.fleet-yard:hover img { transform: scale(1.04); filter: saturate(1.12); }
.fleet-yard figcaption { position: absolute; z-index: 2; left: 32px; right: 32px; bottom: 28px; display: flex; align-items: center; gap: 18px; }
.fleet-yard figcaption > span:last-child { display: flex; flex-direction: column; line-height: 1.08; }
.fleet-yard figcaption strong { font-family: var(--font-display); font-size: 24px; font-weight: 720; letter-spacing: -.025em; }
.fleet-yard figcaption small { margin-top: 5px; color: rgba(255,255,255,.7); font-size: 12px; font-weight: 650; letter-spacing: .06em; text-transform: uppercase; }
.fleet-index { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: rgba(5,7,10,.26); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); font-size: 12px; font-weight: 750; }
.fleet-history { display: flex; flex-direction: column; overflow: hidden; border: 0; border-top: 1px solid rgba(255,255,255,.28); border-radius: 0; background: transparent; }
.fleet-history > img { width: 100%; height: 300px; object-fit: cover; object-position: center 30%; filter: saturate(.88) contrast(1.06); }
.fleet-history > div { padding: 34px 0 0; }
.fleet-history h3 { margin: 0 0 18px; font-family: var(--font-display); font-size: 36px; font-weight: 720; line-height: 1.08; letter-spacing: -.035em; }
.fleet-history > div > p:last-child { margin-bottom: 0; color: var(--muted); }
.road-motion { position: relative; height: 126px; margin-top: 36px; overflow: hidden; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.06); }
.road-label { position: absolute; left: 0; top: 20px; color: #697587; font-size: 10px; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.road-track { position: absolute; left: 0; right: 0; bottom: 32px; display: flex; justify-content: space-around; overflow: hidden; }
.road-track::before { content: ""; position: absolute; left: 0; right: 0; top: 8px; height: 1px; background: rgba(255,255,255,.18); }
.road-track i { position: relative; width: 76px; height: 3px; margin-top: 7px; background: rgba(255,255,255,.42); animation: roadDashes 1.4s linear infinite; }
.rolling-wheel { position: absolute; z-index: 2; left: -70px; bottom: 16px; width: 52px; height: 52px; color: var(--blue-bright); animation: wheelTravel 9s cubic-bezier(.35,0,.65,1) infinite; filter: drop-shadow(0 0 14px rgba(20,86,255,.3)); }
.rolling-wheel svg { width: 100%; height: 100%; fill: #080b10; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; animation: wheelSpin 1.15s linear infinite; }

.about { position: relative; }
.about::before { content: "PS"; position: absolute; right: 3vw; top: 45px; color: rgba(255,255,255,.025); font-size: 300px; font-weight: 950; font-style: italic; line-height: 1; }
.about-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.about-copy .lead { margin-top: 0; color: white; font-size: 25px; line-height: 1.35; }
.about-copy > p:not(.lead) { color: var(--muted); font-size: 17px; }
.about-copy .button { margin-top: 24px; }

.faq { background: #080b10; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq-heading > p:not(.eyebrow) { color: var(--muted); max-width: 330px; }
.faq-heading .text-link { margin-top: 24px; font-size: 20px; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 28px 0; cursor: pointer; list-style: none; font-size: 19px; font-weight: 700; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { position: relative; flex: 0 0 32px; width: 32px; height: 32px; border-radius: 50%; border: 1px solid rgba(67,126,255,.42); background: transparent; transition: background .25s, border-color .25s, transform .25s; }
.accordion summary span::before, .accordion summary span::after { content: ""; position: absolute; left: 8px; right: 8px; top: 14px; height: 2px; background: var(--blue-bright); }
.accordion summary span::after { transform: rotate(90deg); transition: transform .2s; }
.accordion details[open] summary span { background: var(--blue); border-color: var(--blue); transform: rotate(180deg); }
.accordion details[open] summary span::before, .accordion details[open] summary span::after { background: white; }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details p { max-width: 660px; margin: -10px 0 28px; color: var(--muted); }
.inline-phone { color: white; font-weight: 750; border-bottom: 1px solid var(--blue-bright); transition: color .2s, border-color .2s; }
.inline-phone:hover { color: #80adff; border-color: #80adff; }

.cta { overflow: hidden; }
.cta-panel { position: relative; min-height: 410px; display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 100px; padding: 70px 80px; background: var(--blue); border-radius: 32px; overflow: hidden; }
.cta-panel h2 { font-size: clamp(42px, 5vw, 70px); }
.eyebrow.light { color: rgba(255,255,255,.7); }
.eyebrow.light > span { background: white; }
.cta-contact { position: relative; z-index: 2; }
.cta-contact > p { max-width: 430px; color: rgba(255,255,255,.8); font-size: 16px; }
.cta-phone { display: block; margin-top: 30px; line-height: 1; font-size: clamp(30px, 4vw, 52px); font-weight: 900; letter-spacing: -.04em; }
.cta-phone span { display: block; margin-bottom: 8px; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.cta-ring { position: absolute; right: -130px; bottom: -230px; width: 520px; height: 520px; border: 80px solid rgba(255,255,255,.08); border-radius: 50%; animation: ringPulse 5s ease-in-out infinite; }

.location { padding-top: 60px; }
.location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: end; padding-bottom: 80px; border-bottom: 1px solid var(--line); }
.location address { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; font-style: normal; }
.location address strong { font-size: 22px; }
.location address span { color: var(--muted); font-size: 18px; }
.location address .button { margin-top: 18px; }
.address-hours { display: grid; gap: 8px; width: 100%; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 15px; }
.address-hours > span { display: grid; grid-template-columns: minmax(0, 218px) 1fr; gap: 4px 18px; align-items: baseline; }
.address-hours strong { color: var(--white); font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; align-self: center; }
.address-hours em { font-style: normal; }

.site-footer { padding: 20px 0 28px; }
.site-footer .logo { align-self: start; width: max-content; }
.footer-main { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 50px; padding: 65px 0 70px; }
.footer-main h2 { margin: 0 0 20px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.footer-main div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-main div a, .footer-main div p { margin: 0; color: var(--muted); font-size: 14px; }
.footer-main div a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; color: #687382; font-size: 11px; }
.floating-call { position: fixed; z-index: 30; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 10px; min-height: 54px; padding: 0 20px; border-radius: 28px; background: var(--blue); color: white; box-shadow: 0 12px 35px rgba(20,86,255,.32); font-weight: 850; animation: callPulse 3s ease-in-out infinite; }
.floating-call svg { width: 20px; fill: currentColor; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
.service-card.reveal { transition: opacity .65s ease var(--delay,0ms), transform .65s ease var(--delay,0ms), background .35s, box-shadow .35s; }
.service-card.reveal.visible:hover { transform: translateY(-8px); }

@keyframes heroIn { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes scrollGuide { 0% { transform: translateX(-100%); } 55%,100% { transform: translateX(100%); } }
@keyframes orbFloat { 0%,100% { transform: translate3d(-3%,-4%,0) scale(.95); opacity: .55; } 50% { transform: translate3d(8%,7%,0) scale(1.12); opacity: 1; } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes ringPulse { 0%,100% { transform: scale(.94); opacity: .65; } 50% { transform: scale(1.06); opacity: 1; } }
@keyframes callPulse { 0%,100% { box-shadow: 0 12px 35px rgba(20,86,255,.32), 0 0 0 0 rgba(20,86,255,.2); } 50% { box-shadow: 0 12px 35px rgba(20,86,255,.4), 0 0 0 10px rgba(20,86,255,0); } }
@keyframes wheelTravel { 0% { transform: translateX(0); } 45%,55% { transform: translateX(calc(50vw - 26px)); } 100% { transform: translateX(calc(100vw + 100px)); } }
@keyframes wheelSpin { to { transform: rotate(360deg); } }
@keyframes roadDashes { from { transform: translateX(-44px); } to { transform: translateX(44px); } }

@media (max-width: 1050px) {
  .main-nav { gap: 19px; }
  .header-phone { display: none; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .workshop-grid, .tire-grid { gap: 50px; }
  .faq-grid { gap: 55px; }
  .cta-panel { padding: 55px; gap: 50px; }
  .fleet-yard { min-height: 520px; }
  .fleet-yard img { min-height: 520px; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 32px), var(--max)); }
  .cursor-ring, .page-glow { display: none; }
  [id] { scroll-margin-top: 84px; }
  .section { padding: 82px 0; }
  .site-header { position: fixed; }
  .header-inner { height: 78px; }
  .logo { padding: 5px 8px; }
  .logo img { width: 132px; }
  .menu-toggle { display: block; position: relative; z-index: 22; }
  .main-nav { position: fixed; inset: 0; z-index: 21; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 28px; padding: 40px; background: rgba(4,7,11,.98); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .25s; }
  .main-nav.open { opacity: 1; visibility: visible; transform: none; }
  .main-nav a { font-size: 24px; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 780px; height: 100svh; }
  .hero-media { background-position: 61% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,5,8,.96), rgba(3,5,8,.35)), linear-gradient(0deg, var(--black) 0, transparent 38%); }
  .hero-content { padding-top: 90px; align-self: flex-end; padding-bottom: 80px; }
  .hero h1 { font-size: clamp(46px, 14vw, 66px); }
  .hero-copy { font-size: 16px; margin: 24px 0 28px; }
  .hero-proof { display: none; }
  .scroll-cue { display: none; }
  .split-heading, .workshop-grid, .tire-grid, .about-grid, .faq-grid, .cta-panel, .location-grid { grid-template-columns: 1fr; }
  .split-heading, .about-grid, .faq-grid, .location-grid { gap: 38px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 340px; }
  .service-icon { margin-top: 28px; }
  .workshop-grid { gap: 60px; }
  .image-stack img { aspect-ratio: 1/1.1; }
  .image-label { right: -6px; }
  .check-list { grid-template-columns: 1fr; }
  .tire-grid { gap: 50px; }
  .tire-copy { order: 2; }
  .tire-image img { min-height: 340px; border-radius: var(--radius); }
  .mini-stats { grid-template-columns: 1fr; }
  .fleet-collage { grid-template-columns: 1fr; }
  .fleet-panorama { grid-column: auto; }
  .fleet-panorama img { height: 300px; object-position: center; }
  .fleet-panorama figcaption { left: 20px; right: 20px; bottom: 18px; flex-direction: column; align-items: flex-start; }
  .fleet-panorama figcaption strong { font-size: 19px; }
  .fleet-yard, .fleet-yard img { min-height: 440px; }
  .fleet-history > img { height: 310px; }
  .fleet-history > div { padding: 28px; }
  .fleet-history h3 { font-size: 31px; }
  .road-motion { height: 105px; margin-top: 20px; }
  .rolling-wheel { bottom: 13px; width: 46px; height: 46px; animation-duration: 7s; }
  .about::before { font-size: 180px; }
  .cta-panel { gap: 35px; min-height: auto; padding: 48px 28px; }
  .location { padding-top: 20px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; }
  .floating-call span { display: none; }
  .floating-call { width: 56px; height: 56px; justify-content: center; padding: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .hero .eyebrow, .hero h1, .hero-copy, .hero-actions, .hero-proof, .marquee-track, .hero-orb, .cta-ring, .floating-call { animation: none !important; }
  .rolling-wheel, .rolling-wheel svg, .road-track i { animation: none !important; }
}

@media (pointer: coarse) {
  .cursor-ring, .page-glow { display: none; }
}

:root {
  --radius-sm: 14px;
  --glass: linear-gradient(160deg, rgba(255,255,255,.055), rgba(255,255,255,.015));
  --glass-line: rgba(255,255,255,.1);
  --blue-tint: rgba(20,86,255,.12);
}

.section-heading .eyebrow { margin-bottom: 18px; }

.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin: 34px 0 0; padding: 0; list-style: none; animation: heroIn .8s .56s both; }
.hero-badges li { padding: 9px 16px; border: 1px solid var(--glass-line); border-radius: 40px; background: rgba(6,10,17,.5); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); color: #d3d9e2; font-size: 12px; font-weight: 700; letter-spacing: .05em; }
.hero-badges li::before { content: "✓"; margin-right: 8px; color: var(--blue-bright); font-weight: 900; }
.hero-proof { margin-top: 52px; }

.capability-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 1px 0 0; padding: 0; list-style: none; background: var(--line); border: 1px solid var(--line); border-top: 0; }
.capability-list li { display: flex; flex-direction: column; gap: 7px; padding: 26px 30px; background: #090d13; transition: background .3s, transform .3s; }
.capability-list li:hover { background: var(--panel-2); transform: translateY(-3px); }
.capability-list strong { position: relative; padding-left: 20px; font-size: 14px; letter-spacing: -.01em; }
.capability-list strong::before { content: ""; position: absolute; left: 0; top: 7px; width: 9px; height: 9px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 4px rgba(20,86,255,.16); }
.capability-list span { padding-left: 20px; color: var(--muted); font-size: 13px; }

.process { position: relative; background: #070a0f; }
.process::before { content: ""; position: absolute; inset: 0 auto auto 0; width: 100%; height: 1px; background: linear-gradient(90deg, transparent, rgba(40,113,255,.4), transparent); }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; margin: 0; padding: 0; list-style: none; counter-reset: step; }
.process-steps li { position: relative; padding: 30px 26px 32px; border: 1px solid var(--glass-line); border-radius: var(--radius-sm); background: var(--glass); overflow: hidden; transition: border-color .35s, transform .35s, background .35s; }
.process-steps li::after { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 2px; background: linear-gradient(90deg, var(--blue), transparent); transform: scaleX(.22); transform-origin: left; transition: transform .45s ease; }
.process-steps li:hover { transform: translateY(-6px); border-color: rgba(40,113,255,.5); background: linear-gradient(160deg, rgba(20,86,255,.1), rgba(255,255,255,.015)); }
.process-steps li:hover::after { transform: scaleX(1); }
.process-step { display: inline-block; margin-bottom: 18px; color: var(--blue-bright); font-size: 11px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.process-steps h3 { margin: 0 0 12px; font-family: var(--font-display); font-size: 25px; font-weight: 720; line-height: 1.1; letter-spacing: -.03em; }
.process-steps p { margin: 0; color: var(--muted); font-size: 14px; }

.transport { position: relative; overflow: hidden; background: #0a0e14; }
.transport::before { content: ""; position: absolute; z-index: 0; right: -14vw; top: -12%; width: 46vw; height: 46vw; border-radius: 50%; background: radial-gradient(circle, rgba(20,86,255,.14), transparent 66%); filter: blur(10px); pointer-events: none; }
.transport-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 80px; }
.transport-copy h2 { margin-bottom: 28px; }
.transport-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.transport-tags { display: flex; flex-wrap: wrap; gap: 9px; margin: 30px 0 32px; }
.transport-tags span { padding: 9px 15px; border: 1px solid rgba(40,113,255,.35); border-radius: 6px; background: rgba(20,86,255,.08); color: #cfdcff; font-size: 12px; font-weight: 750; letter-spacing: .04em; transition: background .25s, border-color .25s, transform .25s; }
.transport-tags span:hover { background: rgba(20,86,255,.2); border-color: var(--blue-bright); transform: translateY(-2px); }
.transport-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.transport-card { padding: 30px 28px 32px; border: 1px solid var(--glass-line); border-radius: var(--radius-sm); background: var(--glass); transition: transform .35s, border-color .35s, box-shadow .35s; }
.transport-card:hover { transform: translateY(-6px); border-color: rgba(40,113,255,.55); box-shadow: 0 22px 50px rgba(0,0,0,.3); }
.transport-icon { width: 46px; height: 46px; margin-bottom: 22px; color: var(--blue-bright); }
.transport-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.transport-card h3 { margin: 0 0 10px; font-family: var(--font-display); font-size: 21px; font-weight: 720; letter-spacing: -.025em; }
.transport-card p { margin: 0; color: var(--muted); font-size: 14px; }

.value-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 34px 0 6px; }
.value-grid div { display: flex; flex-direction: column; gap: 6px; padding: 18px 20px; border-left: 2px solid var(--blue); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; background: rgba(255,255,255,.028); transition: background .3s, transform .3s; }
.value-grid div:hover { background: rgba(20,86,255,.1); transform: translateX(3px); }
.value-grid strong { font-size: 14px; letter-spacing: .01em; }
.value-grid span { color: var(--muted); font-size: 13px; }

.contact-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 26px; }
.contact-card { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; padding: 28px 26px 30px; border: 1px solid var(--glass-line); border-radius: var(--radius-sm); background: var(--glass); transition: transform .3s, border-color .3s, background .3s, box-shadow .3s; }
.contact-card:hover { transform: translateY(-5px); border-color: rgba(40,113,255,.55); background: linear-gradient(160deg, rgba(20,86,255,.12), rgba(255,255,255,.015)); box-shadow: 0 20px 45px rgba(0,0,0,.3); }
.contact-icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 16px; border-radius: 50%; background: rgba(20,86,255,.16); color: var(--blue-bright); }
.contact-icon svg { width: 21px; height: 21px; fill: currentColor; }
.contact-icon-line svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.contact-card strong { font-size: 18px; letter-spacing: -.02em; }
.contact-card-static { cursor: default; }
.contact-card-static:hover { transform: none; border-color: var(--glass-line); background: var(--glass); box-shadow: none; }
.contact-card > span:last-child { color: var(--muted); font-size: 13px; }

.to-top { position: fixed; z-index: 30; right: 22px; bottom: 88px; display: grid; place-items: center; width: 46px; height: 46px; padding: 0; border: 1px solid var(--glass-line); border-radius: 50%; background: rgba(8,12,19,.82); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); color: var(--white); cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(10px); transition: opacity .3s, visibility .3s, transform .3s, background .3s, border-color .3s; }
.to-top svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.to-top.is-visible { opacity: 1; visibility: visible; transform: none; }
.to-top:hover { background: var(--blue); border-color: var(--blue); }

.lightbox { position: fixed; inset: 0; z-index: 120; display: grid; place-items: center; padding: 5vmin; background: rgba(3,5,9,.93); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); opacity: 0; transition: opacity .25s ease; }
.lightbox[hidden] { display: none; }
.lightbox.is-open { opacity: 1; }
.lightbox figure { margin: 0; display: flex; flex-direction: column; gap: 14px; max-width: min(1180px, 100%); }
.lightbox img { width: auto; max-width: 100%; max-height: 78vh; border-radius: 10px; box-shadow: 0 40px 90px rgba(0,0,0,.55); transform: scale(.97); transition: transform .3s ease; }
.lightbox.is-open img { transform: none; }
.lightbox figcaption { color: var(--muted); font-size: 13px; text-align: center; }
.lightbox-close { position: absolute; top: 18px; right: 20px; width: 46px; height: 46px; padding: 0; border: 1px solid var(--glass-line); border-radius: 50%; background: rgba(255,255,255,.06); color: #fff; font-size: 26px; line-height: 1; cursor: pointer; transition: background .25s, transform .25s; }
.lightbox-close:hover { background: var(--blue); transform: rotate(90deg); }
[data-zoom] { cursor: zoom-in; }

.footer-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.footer-brand p { margin: 0; max-width: 300px; color: var(--muted); font-size: 14px; }
.footer-main h2 { color: #fff; }
.footer-main div a { transition: color .2s, transform .2s; }
.footer-main div a:hover { transform: translateX(2px); }
.site-footer { border-top: 1px solid var(--line); background: linear-gradient(180deg, transparent, rgba(20,86,255,.05)); }

.cta-panel { background: linear-gradient(122deg, #0c3ad4 0%, var(--blue) 46%, #2f79ff 100%); box-shadow: 0 40px 90px rgba(12,58,212,.28); }
.cta-panel::after { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px); background-size: 74px 74px; -webkit-mask-image: linear-gradient(120deg, #000, transparent 62%); mask-image: linear-gradient(120deg, #000, transparent 62%); pointer-events: none; }
.cta-panel > div:not(.cta-ring) { position: relative; z-index: 2; }

.service-card { background: linear-gradient(168deg, var(--panel), #080c12); }
.service-card:hover { box-shadow: 0 26px 60px rgba(0,0,0,.34); }
.service-card.featured { background: linear-gradient(160deg, #1a5cff, #0d3fd4); }
.service-card a { transition: color .2s, border-color .25s; }
.service-card a span { transition: transform .25s ease; }
.service-card a:hover span { transform: translateX(5px); }
.service-card:hover a { border-color: rgba(40,113,255,.6); }

.button-primary { box-shadow: 0 14px 32px rgba(20,86,255,.24); }
.button-primary:hover { box-shadow: 0 18px 40px rgba(20,86,255,.34); }
.text-link span, .button span { transition: transform .25s ease; }
.text-link:hover span, .button:hover span { transform: translateX(4px); }

.accordion summary { transition: color .2s, padding-left .25s; }
.accordion summary:hover { color: #a9c6ff; }
.accordion details[open] summary { color: #fff; }
.accordion details { transition: background .3s; }
.accordion details[open] { background: linear-gradient(90deg, rgba(20,86,255,.07), transparent 60%); }

.location address strong { font-family: var(--font-display); letter-spacing: -.02em; }

@media (max-width: 1050px) {
  .capability-list { grid-template-columns: 1fr 1fr; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .transport-grid { grid-template-columns: 1fr; gap: 48px; }
}

@media (max-width: 760px) {
  .hero-badges { gap: 8px; margin-top: 26px; }
  .hero-badges li { padding: 8px 13px; font-size: 11px; }
  .capability-list { grid-template-columns: 1fr; border-top: 1px solid var(--line); }
  .contact-cards { grid-template-columns: 1fr; }
  .capability-list li { padding: 22px 24px; }
  .process-steps { grid-template-columns: 1fr; gap: 16px; }
  .process-steps li { padding: 26px 22px 28px; }
  .transport-cards { grid-template-columns: 1fr; }
  .transport-tags { margin: 24px 0 26px; }
  .value-grid { grid-template-columns: 1fr; gap: 12px; }
  .address-hours > span { grid-template-columns: 1fr; gap: 2px; }
  .to-top { right: 18px; bottom: 84px; width: 42px; height: 42px; }
  .lightbox-close { top: 10px; right: 12px; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; }
  .footer-brand p { max-width: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-badges { animation: none !important; }
  .lightbox, .lightbox img, .to-top { transition: none !important; }
}

.capability-list li.reveal, .process-steps li.reveal, .transport-card.reveal, .contact-card.reveal {
  transition: opacity .6s ease var(--delay,0ms), transform .6s cubic-bezier(.2,.7,.2,1) var(--delay,0ms), border-color .35s, background .35s, box-shadow .35s;
}

.footer-links { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 24px; }
.footer-links a { transition: color .2s; }
.footer-links a:hover { color: #fff; }
.footer-credit { display: inline-flex; align-items: center; gap: 6px; }
.footer-credit a { color: #93a6c4; font-weight: 800; letter-spacing: .05em; }
.footer-credit a:hover { color: var(--blue-bright); }

h1, h2, h3, p, li, a, strong, span, summary, address { overflow-wrap: break-word; }

@media (max-width: 880px) {
  .header-inner { gap: 14px; }
  .language-switch { margin-left: auto; }
  .menu-toggle { display: block; position: relative; z-index: 22; margin-left: 0; }
  .main-nav { position: fixed; inset: 0; z-index: 21; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 28px; padding: 40px; background: rgba(4,7,11,.98); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .25s; }
  .main-nav.open { opacity: 1; visibility: visible; transform: none; }
  .main-nav a { font-size: clamp(22px, 5vw, 28px); }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .split-heading, .about-grid, .faq-grid, .location-grid, .cta-panel, .workshop-grid, .tire-grid { grid-template-columns: 1fr; }
  .split-heading, .about-grid, .faq-grid, .location-grid { gap: 40px; }
  .workshop-grid, .tire-grid { gap: 54px; }
  .cta-panel { min-height: auto; gap: 40px; padding: 54px 44px; }
  .image-stack img { aspect-ratio: 16/11; }
  .tire-image img { min-height: 380px; }
  .about::before { font-size: 220px; }
  .section { padding: 96px 0; }
}

@media (max-width: 1050px) {
  .contact-cards { grid-template-columns: 1fr 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 44px 40px; }
  .site-footer { padding-bottom: 96px; }
  .footer-bottom { flex-wrap: wrap; }
}

@media (max-width: 760px) {
  .contact-cards { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; }
}

@media (max-width: 360px) {
  .header-inner { gap: 7px; }
  .language-switch { gap: 5px; font-size: 10px; }
}

@media (max-width: 880px) and (max-height: 520px) and (orientation: landscape) {
  .main-nav {
    justify-content: flex-start;
    gap: 18px;
    padding: 78px 40px 32px;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .main-nav a { font-size: 20px; }
  .hero { min-height: 100svh; height: 100svh; max-height: none; }
  .hero-content { align-self: center; padding-top: 64px; padding-bottom: 20px; }
  .hero h1 { font-size: clamp(38px, 7vw, 54px); }
  .hero-copy { max-width: 540px; margin: 14px 0 18px; font-size: 14px; line-height: 1.45; }
  .hero-actions .button { min-height: 46px; }
  .hero-badges, .hero-proof, .scroll-cue { display: none; }
}

body.menu-open .site-header { background: transparent; -webkit-backdrop-filter: none; backdrop-filter: none; box-shadow: none; }
body.menu-open .scroll-progress { opacity: 0; }
body.menu-open .main-nav { -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
body.menu-open .floating-call, body.menu-open .to-top { opacity: 0; visibility: hidden; pointer-events: none; }

::selection { background: rgba(20,86,255,.85); color: #fff; }
.service-marquee:hover .marquee-track { animation-play-state: paused; }
.contact-card:first-child { border-color: rgba(40,113,255,.5); background: linear-gradient(160deg, rgba(20,86,255,.16), rgba(255,255,255,.02)); }
.contact-card:first-child .contact-icon { background: var(--blue); color: #fff; }
.capability-list li:hover strong::before { box-shadow: 0 0 0 6px rgba(20,86,255,.2); }
.check-list li span { transition: transform .25s ease; }
.check-list li:hover span { transform: scale(1.12) rotate(-8deg); }
.floating-call, .to-top { transition: opacity .3s, visibility .3s, transform .3s, background .3s, border-color .3s; }

@media print {
  body { background: #fff; color: #000; }
  body::before, .page-glow, .cursor-ring, .scroll-progress, .service-marquee, .road-motion,
  .floating-call, .to-top, .lightbox, .menu-toggle, .main-nav, .scroll-cue, .hero-media,
  .hero-grid, .hero-orb, .hero-shade, .cta-ring { display: none !important; }
  .section { padding: 18px 0; }
  .hero { min-height: auto; height: auto; }
  .hero h1, .section h2, .service-card h3, .contact-card strong { color: #000; }
  .service-card, .transport-card, .process-steps li, .contact-card { background: #fff; border: 1px solid #ccc; color: #000; }
  a { color: #000; text-decoration: underline; }
  .reveal { opacity: 1 !important; transform: none !important; }
}
