:root {
  --ink: #0b0c0f;
  --ink-2: #14161a;
  --steel: #313740;
  --muted: #6c7179;
  --line: #dddfe2;
  --paper: #f4f4f2;
  --white: #fff;
  --signal: #f5b400;
  --signal-deep: #d79c00;
  --red: #c61510;
  --green: #25d366;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 20px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Inter", Arial, sans-serif; font-size: 16px; line-height: 1.6; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; display: block; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 300; padding: 10px 16px; background: var(--signal); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--signal); outline-offset: 4px; }

.site-header { position: relative; z-index: 20; background: var(--white); }
.top-bar { min-height: 42px; display: flex; align-items: center; background: var(--steel); color: rgba(255,255,255,.82); font-size: .75rem; }
.top-bar-inner { display: flex; align-items: center; gap: 30px; min-height: 42px; }
.top-detail { display: flex; align-items: center; gap: 8px; }
.top-detail svg { width: 15px; height: 15px; fill: none; stroke: var(--signal); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.top-bar-inner > a { margin-left: auto; color: var(--white); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.top-bar-inner > a:hover { color: var(--signal); }

.identity-inner { min-height: 120px; display: flex; align-items: center; justify-content: space-between; gap: 38px; }
.brand-wordmark { flex: 0 0 auto; min-width: 260px; display: grid; position: relative; padding: 8px 0 8px 18px; border-left: 6px solid var(--signal); font-family: "Barlow Condensed", sans-serif; line-height: .88; text-transform: uppercase; }
.brand-wordmark::after { content: ""; position: absolute; left: 0; bottom: 0; width: 78px; height: 3px; background: var(--red); transform: translateY(8px) skewX(-28deg); }
.brand-primary { color: var(--ink); font-size: 2.75rem; font-weight: 900; letter-spacing: -.02em; }
.brand-secondary { margin-top: 9px; color: var(--red); font-size: 1.02rem; font-weight: 800; letter-spacing: .22em; }
.header-contacts { flex: 1; display: grid; grid-template-columns: .8fr .8fr 1.4fr; align-items: center; max-width: 840px; }
.header-contact { min-width: 0; display: flex; align-items: center; gap: 13px; padding: 10px 22px; border-left: 1px solid var(--line); }
.contact-icon { width: 43px; height: 43px; flex: 0 0 auto; display: grid; place-items: center; color: var(--red); }
.contact-icon svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.header-contact > span:last-child { min-width: 0; display: grid; }
.header-contact small { color: var(--muted); font-size: .69rem; text-transform: uppercase; letter-spacing: .11em; }
.header-contact strong { margin-top: 2px; font-size: .83rem; line-height: 1.35; overflow-wrap: anywhere; }
.mobile-contact { display: none; }

.menu-bar { background: var(--ink-2); color: var(--white); }
.menu-inner { min-height: 64px; display: flex; align-items: stretch; justify-content: space-between; }
.nav { --nav-highlight-x: 0px; --nav-highlight-width: 132px; position: relative; isolation: isolate; display: flex; align-items: stretch; }
.nav::before { content: ""; position: absolute; z-index: 0; inset-block: 0; left: 0; width: var(--nav-highlight-width); background: var(--signal); transform: translateX(var(--nav-highlight-x)); transition: width .32s cubic-bezier(.22,.61,.36,1), transform .32s cubic-bezier(.22,.61,.36,1); pointer-events: none; }
.nav a { min-width: 132px; position: relative; z-index: 1; display: grid; place-items: center; padding: 0 24px; color: rgba(255,255,255,.8); font-family: "Barlow Condensed", sans-serif; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; transition: color .2s ease; }
.nav a:hover, .nav a:focus-visible, .nav a.active { color: var(--ink); }
.menu-cta { align-self: center; padding: 12px 18px; border: 1px solid var(--signal); color: var(--signal); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; transition: .2s ease; }
.menu-cta:hover { background: var(--signal); color: var(--ink); }
.menu-toggle { display: none; width: 46px; height: 46px; align-self: center; border: 0; background: transparent; padding: 10px; }
.menu-toggle span { display: block; height: 2px; margin: 6px 0; background: var(--white); transition: .25s ease; }

.hero { min-height: 720px; position: relative; display: flex; align-items: center; overflow: hidden; background: #101216; color: var(--white); }
.hero::after { content: ""; position: absolute; left: 0; bottom: 0; width: 36%; height: 10px; background: var(--signal); clip-path: polygon(0 0,96% 0,100% 100%,0 100%); }
.hero-media { position: absolute; inset: 0; background: url("./assets/hero-axor-v3.webp") center/cover no-repeat; transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,8,10,.96) 0%, rgba(7,8,10,.83) 38%, rgba(7,8,10,.27) 72%, rgba(7,8,10,.5) 100%), linear-gradient(0deg, rgba(7,8,10,.7) 0, transparent 45%); }
.hero-content { position: relative; z-index: 2; padding-block: 90px; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.72); text-transform: uppercase; font-size: .76rem; font-weight: 700; letter-spacing: .2em; }
.eyebrow span { width: 34px; height: 3px; background: var(--signal); transform: skewX(-28deg); }
.eyebrow.dark { color: var(--muted); }
.hero-service-line { flex-wrap: wrap; max-width: 780px; line-height: 1.5; }
.hero-service-line em { color: var(--signal); font-style: normal; }
.hero h1, h2 { margin: 0; font-family: "Barlow Condensed", sans-serif; text-transform: uppercase; line-height: .93; letter-spacing: -.025em; }
.hero h1 { max-width: 870px; font-size: clamp(4rem, 8vw, 7.4rem); font-weight: 900; }
.hero h1 em { color: var(--signal); font-style: normal; }
.hero-text { max-width: 610px; margin: 28px 0 0; color: rgba(255,255,255,.74); font-size: clamp(1rem, 1.6vw, 1.15rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 14px 23px; font-size: .85rem; font-weight: 800; letter-spacing: .03em; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; }
.button-primary { background: var(--signal); border: 1px solid var(--signal); color: var(--ink); }
.button-primary:hover { background: #ffc52e; border-color: #ffc52e; }
.button-secondary { border: 1px solid rgba(255,255,255,.55); color: var(--white); }
.button-secondary:hover { background: rgba(255,255,255,.08); border-color: var(--white); }
.hero-tags { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 42px; color: rgba(255,255,255,.54); text-transform: uppercase; font-family: "Barlow Condensed", sans-serif; font-size: .9rem; font-weight: 700; letter-spacing: .16em; }
.hero-tags span + span::before { content: "/"; margin-right: 22px; color: var(--signal); }

.trust-strip { background: var(--ink); color: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { min-height: 112px; display: flex; flex-direction: column; justify-content: center; padding: 20px 25px; border-right: 1px solid rgba(255,255,255,.1); }
.trust-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.1); }
.trust-grid strong { font-family: "Barlow Condensed", sans-serif; font-size: 1.38rem; text-transform: uppercase; letter-spacing: .03em; }
.trust-grid span { color: rgba(255,255,255,.48); font-size: .8rem; }

.section { padding: 118px 0; }
h2 { font-size: clamp(3rem, 5.4vw, 5.25rem); font-weight: 900; }
.company { background: var(--white); }
.company-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: center; }
.company-visual { min-height: 610px; position: relative; }
.company-image { position: absolute; inset: 0 45px 45px 0; background: url("./assets/hero-axor-v3.webp") 72% center/cover no-repeat; }
.company-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(11,12,15,.48), transparent 60%); }
.company-visual::before { content: ""; position: absolute; right: 0; bottom: 0; width: 55%; height: 55%; background: var(--signal); }
.experience-badge { position: absolute; right: 0; bottom: 0; width: 205px; min-height: 155px; display: flex; align-items: center; justify-content: center; gap: 12px; background: var(--ink); color: var(--white); box-shadow: 0 18px 40px rgba(11,12,15,.2); }
.experience-badge strong { color: var(--signal); font-family: "Barlow Condensed", sans-serif; font-size: 4.6rem; line-height: 1; letter-spacing: -.04em; }
.experience-badge span { font-family: "Barlow Condensed", sans-serif; font-weight: 700; text-transform: uppercase; line-height: 1.15; }
.company-copy .lead { margin-top: 30px; color: var(--ink); font-size: 1.06rem; font-weight: 600; }
.company-copy > p:not(.eyebrow):not(.lead) { color: var(--muted); }
.history-route { display: grid; grid-template-columns: 1fr 34px 1fr 34px 1fr; align-items: center; margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--line); }
.history-route div { display: grid; }
.history-route span { color: var(--muted); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.history-route strong { font-family: "Barlow Condensed", sans-serif; font-size: 1.55rem; text-transform: uppercase; }
.history-route i { height: 2px; position: relative; background: var(--signal); }
.history-route i::after { content: ""; position: absolute; right: 0; top: -4px; border-left: 8px solid var(--signal); border-top: 5px solid transparent; border-bottom: 5px solid transparent; }
.purpose-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 72px; background: var(--signal); border: 1px solid var(--signal); }
.purpose-grid article { min-height: 225px; padding: 36px 40px; background: var(--ink-2); color: var(--white); }
.purpose-grid article > span { color: var(--signal); font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.purpose-grid h3 { max-width: 470px; margin: 24px 0 0; font-family: "Barlow Condensed", sans-serif; font-size: clamp(1.9rem, 3vw, 2.7rem); line-height: .98; text-transform: uppercase; }
.purpose-grid p { max-width: 500px; margin: 16px 0 0; color: rgba(255,255,255,.6); }
.values-compact { margin-top: 64px; padding-top: 34px; border-top: 1px solid var(--line); }
.values-compact .eyebrow { margin-bottom: 25px; }
.values-line { display: grid; grid-template-columns: repeat(4, 1fr); border-left: 1px solid var(--line); }
.values-line strong { min-height: 74px; display: grid; place-items: center; padding: 15px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-family: "Barlow Condensed", sans-serif; font-size: 1.2rem; text-transform: uppercase; letter-spacing: .04em; }
.values-wrap { margin-top: 110px; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; margin-bottom: 55px; }
.section-heading.compact h2 { font-size: clamp(2.9rem, 4.8vw, 4.7rem); }
.section-heading > p { margin: 0 0 8px; color: var(--muted); }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.value-grid article { min-height: 235px; position: relative; isolation: isolate; overflow: hidden; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: transform .25s ease, box-shadow .25s ease, border-color .3s ease; }
.value-grid article::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--signal); transform: scaleX(0); transform-origin: left center; transition: transform .34s cubic-bezier(.22,.61,.36,1); }
.value-grid article:hover, .value-grid article:focus-visible { z-index: 1; outline: none; transform: translateY(-5px); border-color: var(--signal-deep); box-shadow: 0 18px 42px rgba(11,12,15,.11); }
.value-grid article:hover::before, .value-grid article:focus-visible::before { transform: scaleX(1); }
.value-grid article:focus-visible { box-shadow: 0 0 0 3px var(--ink), 0 18px 42px rgba(11,12,15,.11); }
.value-grid article > span { color: var(--signal-deep); font-family: "Barlow Condensed", sans-serif; font-weight: 800; }
.value-grid h3, .service-card h3 { margin: 48px 0 0; font-family: "Barlow Condensed", sans-serif; font-size: 1.7rem; line-height: 1; text-transform: uppercase; }
.value-grid p, .service-card p { margin: 14px 0 0; color: var(--muted); font-size: .88rem; }

.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 350px; position: relative; isolation: isolate; overflow: hidden; padding: 30px; background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, border-color .3s ease; }
.service-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--signal); transform: scaleX(0); transform-origin: left center; transition: transform .34s cubic-bezier(.22,.61,.36,1); }
.service-card:hover, .service-card:focus-visible { z-index: 2; outline: none; transform: translateY(-6px); box-shadow: 0 22px 50px rgba(11,12,15,.12); }
.service-card:focus-visible { box-shadow: 0 0 0 3px var(--ink), 0 22px 50px rgba(11,12,15,.12); }
.service-card-featured { border-color: var(--signal-deep); }
.service-card-featured::before { transform: scaleX(1); }
.service-number { position: absolute; right: 26px; top: 23px; color: #a3a6ac; font-family: "Barlow Condensed", sans-serif; font-size: .8rem; font-weight: 800; letter-spacing: .12em; }
.service-card-featured .service-number { color: rgba(11,12,15,.45); }
.service-icon { width: 56px; height: 56px; display: grid; place-items: center; overflow: hidden; margin: 18px 0 48px; border: 1px solid var(--line); }
.service-card-featured .service-icon { border-color: rgba(11,12,15,.3); }
.service-icon svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin-top: 0; }
.service-card-featured p { color: rgba(11,12,15,.72); }

.work-gallery { background: var(--white); }
.gallery-heading h2 { max-width: 680px; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 255px; gap: 8px; padding: 8px; background: var(--ink); }
.gallery-item { min-width: 0; position: relative; overflow: hidden; margin: 0; background: var(--ink-2); color: var(--white); }
.gallery-featured { grid-column: span 2; grid-row: span 2; }
.gallery-wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.88) contrast(1.04); transition: transform .45s ease, filter .45s ease; }
.gallery-team img { object-position: center 68%; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,8,10,.88) 0%, rgba(7,8,10,.08) 58%, transparent 100%); pointer-events: none; }
.gallery-item figcaption { position: absolute; z-index: 1; left: 25px; right: 25px; bottom: 23px; display: grid; }
.gallery-item figcaption span { color: var(--signal); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.gallery-item figcaption strong { margin-top: 5px; font-family: "Barlow Condensed", sans-serif; font-size: 1.65rem; line-height: 1; text-transform: uppercase; }
.gallery-item:hover img { transform: scale(1.035); filter: saturate(1) contrast(1.06); }

.vehicle-band { padding: 112px 0; position: relative; overflow: hidden; background: var(--ink-2); color: var(--white); }
.vehicle-band::before { content: ""; position: absolute; right: -10%; top: -120px; width: 55%; height: 140%; opacity: .06; background: repeating-linear-gradient(110deg, transparent 0 50px, var(--white) 50px 52px); transform: skewX(-10deg); }
.vehicle-layout { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: center; }
.vehicle-copy h2 { font-size: clamp(3rem, 5.6vw, 5.6rem); }
.vehicle-copy > p:not(.eyebrow) { max-width: 570px; margin: 28px 0; color: rgba(255,255,255,.6); }
.fleet-cta { margin-top: 4px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 4px; border-bottom: 2px solid var(--signal); font-size: .9rem; font-weight: 700; }
.text-link span { color: var(--signal); font-size: 1.2rem; }
.vehicle-list { border-top: 1px solid rgba(255,255,255,.14); }
.vehicle-list > div { min-height: 116px; display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.14); }
.vehicle-list span { color: var(--signal); font-family: "Barlow Condensed", sans-serif; font-weight: 800; }
.vehicle-list strong { font-family: "Barlow Condensed", sans-serif; font-size: 2rem; text-transform: uppercase; }
.vehicle-list small { color: rgba(255,255,255,.45); }

.reviews { background: var(--paper); }
.reviews-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; margin-bottom: 55px; }
.reviews-heading h2 { max-width: 850px; font-size: clamp(3rem, 5vw, 5.1rem); }
.reviews-score { min-width: 270px; justify-self: end; display: grid; grid-template-columns: auto 1fr; column-gap: 18px; padding: 24px 28px; border-left: 6px solid var(--signal); background: var(--ink); color: var(--white); }
.reviews-score strong { grid-row: 1 / 3; color: var(--signal); font-family: "Barlow Condensed", sans-serif; font-size: 4.2rem; line-height: .9; }
.reviews-score .review-stars { align-self: end; }
.reviews-score small { align-self: start; color: rgba(255,255,255,.58); font-size: .78rem; }
.review-stars { color: var(--signal-deep); font-size: 1.12rem; letter-spacing: .12em; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.review-card { min-height: 285px; display: flex; flex-direction: column; padding: 34px 30px; background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.review-card blockquote { margin: 30px 0 36px; color: var(--ink); font-family: "Barlow Condensed", sans-serif; font-size: 1.85rem; font-weight: 700; line-height: 1.15; }
.review-card cite { margin-top: auto; font-style: normal; font-weight: 700; }
.review-card small { margin-top: 5px; color: var(--muted); font-size: .76rem; }

.process-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 80px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--signal-deep); font-family: "Barlow Condensed", sans-serif; font-weight: 800; }
.process-list strong { font-family: "Barlow Condensed", sans-serif; font-size: 1.55rem; text-transform: uppercase; }
.process-list p { margin: 4px 0 0; color: var(--muted); }

.contact { padding: 112px 0; background: var(--ink); color: var(--white); }
.contact-heading { margin-bottom: 48px; }
.contact-heading > p:last-child { max-width: 580px; color: rgba(255,255,255,.55); }
.contact-layout { display: grid; grid-template-columns: .75fr 1.25fr; min-height: 570px; }
.contact-panel { padding: 38px; background: var(--ink-2); border: 1px solid rgba(255,255,255,.1); }
.contact-row { padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.11); }
.contact-row:first-child { padding-top: 0; }
.contact-row small { display: block; margin-bottom: 6px; color: var(--signal); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.contact-row a, .contact-row p { margin: 0; font-size: .92rem; overflow-wrap: anywhere; }
.contact-row a:hover { color: var(--signal); }
.button.full { width: 100%; margin-top: 27px; }
.map-wrap { display: flex; flex-direction: column; background: var(--white); }
.map-wrap iframe { width: 100%; flex: 1; min-height: 500px; border: 0; }
.map-wrap > a { display: flex; justify-content: space-between; align-items: center; min-height: 68px; padding: 16px 24px; color: var(--ink); font-size: .82rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.map-wrap > a span { color: var(--red); font-size: 1.25rem; }

footer { padding: 28px 0; background: #060709; color: rgba(255,255,255,.46); font-size: .76rem; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.footer-brand { display: grid; padding-left: 12px; border-left: 4px solid var(--signal); font-family: "Barlow Condensed", sans-serif; line-height: 1; }
.footer-brand strong { color: var(--white); font-size: 1.35rem; letter-spacing: .02em; }
.footer-brand span { margin-top: 5px; color: var(--signal); font-size: .68rem; font-weight: 800; letter-spacing: .18em; }
.footer-inner > a:last-child { border-bottom: 1px solid rgba(255,255,255,.25); }
.floating-whatsapp { position: fixed; z-index: 90; right: 22px; bottom: 22px; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: white; box-shadow: 0 12px 28px rgba(0,0,0,.3); transition: transform .2s ease; }
.floating-whatsapp:hover, .floating-whatsapp:focus-visible { transform: scale(1.07); }
.floating-whatsapp svg { width: 31px; height: 31px; fill: currentColor; }

@media (max-width: 1040px) {
  .header-contacts { grid-template-columns: 1fr 1fr; }
  .email-contact { display: none; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .value-grid { grid-template-columns: 1fr 1fr; }
  .values-line { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .top-detail:first-child { display: none; }
  .top-bar-inner { justify-content: space-between; }
  .top-bar-inner > a { margin-left: 0; }
  .identity-inner { min-height: 92px; }
  .brand-wordmark { min-width: 215px; padding-left: 14px; border-left-width: 5px; }
  .brand-primary { font-size: 2.15rem; }
  .brand-secondary { font-size: .78rem; }
  .header-contacts { display: none; }
  .mobile-contact { display: inline-flex; padding: 10px 15px; border: 1px solid var(--red); color: var(--red); font-size: .76rem; font-weight: 800; text-transform: uppercase; }
  .menu-inner { position: relative; min-height: 58px; align-items: center; }
  .menu-toggle { display: block; position: relative; z-index: 102; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .nav { position: fixed; inset: 0; z-index: 101; display: flex; flex-direction: column; justify-content: center; align-items: stretch; padding: 90px 32px 32px; background: var(--ink); transform: translateX(100%); transition: transform .28s ease; }
  .nav::before { display: none; }
  .nav.open { transform: translateX(0); }
  .nav a { min-width: 0; display: block; padding: 14px 0; background: transparent !important; color: var(--white) !important; font-size: 2rem; }
  .nav a.active { color: var(--signal) !important; }
  .menu-cta { margin-left: auto; padding: 9px 12px; }
  .hero { min-height: 700px; }
  .hero h1 { font-size: clamp(3.5rem, 13vw, 5.8rem); }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div:nth-child(odd) { border-left: 1px solid rgba(255,255,255,.1); }
  .section { padding: 88px 0; }
  .company-layout, .section-heading, .vehicle-layout, .reviews-heading, .process-layout, .contact-layout { grid-template-columns: 1fr; gap: 48px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 245px; }
  .reviews-score { justify-self: start; }
  .review-grid { grid-template-columns: 1fr; }
  .purpose-grid { grid-template-columns: 1fr; }
  .company-visual { min-height: 500px; }
  .values-wrap { margin-top: 85px; }
  .vehicle-band, .contact { padding: 88px 0; }
  .map-wrap iframe { min-height: 420px; }
}

@media (max-width: 560px) {
  .top-bar { min-height: 38px; }
  .top-bar-inner { min-height: 38px; }
  .top-detail { font-size: .67rem; }
  .top-bar-inner > a { display: none; }
  .identity-inner { gap: 12px; }
  .brand-wordmark { min-width: 0; flex: 1; padding-left: 11px; border-left-width: 4px; }
  .brand-wordmark::after { width: 55px; }
  .brand-primary { font-size: 1.78rem; }
  .brand-secondary { margin-top: 7px; font-size: .64rem; letter-spacing: .17em; }
  .mobile-contact { flex: 0 0 auto; padding: 8px 9px; font-size: .65rem; }
  .menu-cta { font-size: .67rem; }
  .hero { min-height: 650px; }
  .hero-content { padding-block: 70px; }
  .hero h1 { font-size: clamp(3.15rem, 15vw, 4.8rem); }
  .hero-service-line { gap: 8px; font-size: .68rem; letter-spacing: .12em; }
  .hero-text { font-size: .95rem; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-tags { gap: 10px; }
  .hero-tags span + span::before { margin-right: 10px; }
  .trust-grid, .service-grid, .value-grid, .values-line { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 275px; padding: 6px; gap: 6px; }
  .gallery-featured, .gallery-wide { grid-column: auto; grid-row: auto; }
  .gallery-item figcaption { left: 20px; right: 20px; bottom: 19px; }
  .trust-grid > div { min-height: 88px; border-left: 1px solid rgba(255,255,255,.1); }
  h2, .vehicle-copy h2 { font-size: clamp(2.8rem, 13vw, 4.2rem); }
  .company-visual { min-height: 405px; }
  .company-image { inset: 0 22px 30px 0; }
  .company-visual::before { width: 55%; height: 45%; }
  .experience-badge { width: 166px; min-height: 120px; }
  .experience-badge strong { font-size: 4.3rem; }
  .experience-badge span { font-size: .8rem; }
  .history-route { grid-template-columns: 1fr; gap: 12px; }
  .history-route i { width: 2px; height: 24px; margin-left: 12px; }
  .history-route i::after { left: -4px; right: auto; top: 18px; border-top: 8px solid var(--signal); border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 0; }
  .purpose-grid { margin-top: 64px; }
  .purpose-grid article { min-height: 0; padding: 32px 26px; }
  .service-card { min-height: 310px; }
  .reviews-score { width: 100%; min-width: 0; padding: 22px; }
  .review-card { min-height: 0; padding: 30px 26px; }
  .vehicle-list > div { grid-template-columns: 42px 1fr; padding: 20px 0; }
  .vehicle-list small { grid-column: 2; margin-top: -18px; }
  .process-list li { grid-template-columns: 55px 1fr; }
  .contact-panel { padding: 28px 22px; }
  .map-wrap iframe { min-height: 360px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}

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