:root {
  --blue: #002c8d;
  --blue-dark: #001d5e;
  --blue-ink: #071d49;
  --yellow: #fff601;
  --red: #f5191a;
  --red-ink: #c20f16;
  --paper: #f7f8fb;
  --ink: #111c33;
  --muted: #55627a;
  --line: #dbe1eb;
  --line-blue: rgba(255, 255, 255, 0.22);
  --container: 1240px;
  --shadow: 0 22px 60px rgba(0, 29, 94, 0.14);
  --ease: cubic-bezier(0.2, 0.75, 0.25, 1);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif; font-size: 1rem; line-height: 1.58; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3 { margin: 0; color: var(--blue-ink); font-weight: 800; letter-spacing: -0.035em; text-wrap: balance; }
h1 { max-width: 16ch; font-size: clamp(2.65rem, 5.2vw, 4.6rem); line-height: 1.04; }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.02; }
h3 { font-size: clamp(1.18rem, 2vw, 1.45rem); line-height: 1.15; }
p { margin: 0; text-wrap: pretty; }
.container { width: min(100% - 3rem, var(--container)); margin-inline: auto; }
.eyebrow { margin-bottom: 0.9rem; color: var(--red-ink); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.eyebrow-light { color: var(--yellow); }
.skip-link { position: fixed; top: 0; left: 1rem; z-index: 100; padding: 0.75rem 1rem; color: var(--blue-ink); background: var(--yellow); font-weight: 800; transform: translateY(-120%); transition: transform 0.2s; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }
.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem; padding: 0.78rem 1.25rem; border: 2px solid transparent; border-radius: 8px; font-size: 0.98rem; font-weight: 800; line-height: 1.15; text-align: center; text-decoration: none; transition: transform 0.22s var(--ease), background-color 0.22s, color 0.22s, border-color 0.22s, box-shadow 0.22s; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0) scale(0.985); }
.btn-lg { min-height: 54px; padding-inline: 1.45rem; }
.btn-primary { color: #0a1735; background: var(--yellow); box-shadow: 0 10px 25px rgba(255, 246, 1, 0.2); }
.btn-primary:hover { background: #fff94c; box-shadow: 0 13px 28px rgba(0, 44, 141, 0.18); }
.btn-secondary { color: var(--blue); background: transparent; border-color: var(--blue); }
.btn-secondary:hover { color: #fff; background: var(--blue); }
.btn-light { color: var(--blue); background: #fff; }
.btn-light:hover { color: var(--blue-dark); background: var(--yellow); }
.ico { width: 1.15em; height: 1.15em; flex: none; fill: currentColor; }
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255, 255, 255, 0.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.brand-line { height: 4px; background: linear-gradient(90deg, var(--blue) 0 64%, var(--yellow) 64% 88%, var(--red) 88%); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 1.5rem; }
.brand { display: flex; align-items: center; gap: 0.9rem; text-decoration: none; }
.brand img { width: 138px; height: auto; }
.brand span { max-width: 110px; color: var(--muted); font-size: 0.68rem; font-weight: 700; line-height: 1.25; letter-spacing: 0.08em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(1.1rem, 2.4vw, 2rem); margin-left: auto; }
.site-nav a { color: var(--blue-ink); font-size: 0.94rem; font-weight: 700; text-decoration: none; text-underline-offset: 0.4rem; }
.site-nav a:hover { color: var(--blue); text-decoration: underline 2px var(--yellow); }
.header-actions { display: flex; align-items: center; gap: 0.8rem; margin-left: 0.6rem; }
.header-call { min-height: 44px; padding-block: 0.65rem; }
.nav-toggle { width: 48px; height: 48px; display: none; place-items: center; padding: 0; border: 0; background: transparent; cursor: pointer; }
.nav-toggle span { grid-area: 1 / 1; width: 25px; height: 2px; background: var(--blue-ink); transition: transform 0.25s var(--ease), opacity 0.2s; }
.nav-toggle span:first-child { transform: translateY(-7px); }
.nav-toggle span:last-child { transform: translateY(7px); }
.nav-toggle[aria-expanded="true"] span:first-child { transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:last-child { transform: rotate(-45deg); }
.mobile-menu { border-top: 1px solid var(--line); background: #fff; }
.mobile-menu nav { width: min(100% - 2rem, var(--container)); margin-inline: auto; padding-block: 0.45rem 1rem; }
.mobile-menu a { min-height: 48px; display: flex; align-items: center; border-bottom: 1px solid var(--line); color: var(--blue-ink); font-weight: 750; text-decoration: none; }
.mobile-menu-call { color: var(--blue) !important; border-bottom: 0 !important; }
.menu-scrim { position: fixed; inset: 0; z-index: 35; background: rgba(10, 23, 53, 0.48); opacity: 0; pointer-events: none; transition: opacity 0.22s var(--ease); }
body.menu-open .menu-scrim { opacity: 1; pointer-events: auto; }
.hero { position: relative; overflow: clip; background: #fff; }
.hero-grid { min-height: min(760px, calc(100dvh - 86px)); display: grid; grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr); gap: clamp(2.5rem, 6vw, 6rem); align-items: center; padding-block: clamp(3.8rem, 7vw, 6.5rem); }
.hero-copy { position: relative; z-index: 2; }
.hero-lede { max-width: 49ch; margin-top: 1.5rem; color: var(--muted); font-size: clamp(1.06rem, 1.5vw, 1.24rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.8rem; }
.hero-btn-route .text-mobile { display: none; }
.hero-text-link { display: inline-block; margin-top: 1.05rem; color: var(--blue); font-size: 0.93rem; font-weight: 750; text-underline-offset: 0.3em; }
.hero-facts { display: grid; grid-template-columns: 0.8fr 1.2fr; margin: 2.25rem 0 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hero-facts div { padding: 0.95rem 1rem 1rem 0; }
.hero-facts div + div { padding-left: 1rem; border-left: 1px solid var(--line); }
.hero-facts dt { color: var(--muted); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.hero-facts dd { margin: 0.25rem 0 0; color: var(--blue-ink); font-size: 0.92rem; font-weight: 700; }
.hero-media { position: relative; z-index: 1; margin: 0; }
.hero-media::before { content: ""; position: absolute; top: -22px; right: -22px; width: 46%; height: 55%; background: var(--blue); }
.hero-media img { position: relative; width: 100%; aspect-ratio: 1.35 / 1; object-fit: cover; object-position: 52% 50%; box-shadow: var(--shadow); }
.hero-media figcaption { position: absolute; left: -1.5rem; bottom: 1.5rem; width: min(330px, calc(100% - 2rem)); padding: 1rem 1.15rem; color: #fff; background: var(--blue); border-left: 5px solid var(--yellow); box-shadow: 0 18px 42px rgba(0, 29, 94, 0.24); }
.hero-media figcaption strong, .hero-media figcaption span { display: block; }
.hero-media figcaption strong { font-size: 1.05rem; }
.hero-media figcaption span { margin-top: 0.12rem; color: rgba(255,255,255,0.88); font-size: 0.82rem; }
.services { padding-block: clamp(5rem, 9vw, 8rem); background: var(--paper); }
.section-head { display: grid; grid-template-columns: 1fr minmax(280px, 0.6fr); gap: 2rem; align-items: end; margin-bottom: clamp(2.6rem, 5vw, 4.2rem); }
.section-head > p { max-width: 44ch; color: var(--muted); }
.services-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.service-item { position: relative; display: grid; grid-template-columns: auto auto 1fr; gap: 1.1rem; padding: 2rem 1.75rem 2rem 0; border-bottom: 1px solid var(--line); }
.service-item:nth-child(even) { padding-left: 1.75rem; padding-right: 0; border-left: 1px solid var(--line); }
.service-index { padding-top: 0.25rem; color: var(--red-ink); font-size: 0.72rem; font-weight: 800; font-variant-numeric: tabular-nums; }
.service-item > img { width: 54px; height: 54px; padding: 7px; object-fit: contain; background: #fff; border: 1px solid var(--line); }
.service-item h3 { margin-top: 0.05rem; }
.service-item p { max-width: 43ch; margin-top: 0.55rem; color: var(--muted); font-size: 0.94rem; }
.service-item a { display: inline-flex; align-items: center; gap: 0.35rem; min-height: 44px; padding: 0.45rem 1rem 0.45rem 0; color: var(--blue); font-size: 0.92rem; font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 0.27em; }
.service-item a span { display: inline-block; transition: transform 0.2s var(--ease); }
.service-item a:hover span { transform: translateX(4px); }
.why { padding-block: clamp(5rem, 9vw, 8rem); color: #fff; background: var(--blue); }
.why h2 { max-width: 20ch; color: #fff; }
.why-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr); gap: clamp(3rem, 7vw, 6rem); align-items: center; }
.workshop-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.workshop-gallery img { width: 100%; height: 170px; object-fit: cover; }
.workshop-gallery .gallery-main { grid-column: 1 / -1; height: auto; aspect-ratio: 1.5 / 1; object-position: center 48%; }
.why-list { margin: 2rem 0 0; padding: 0; list-style: none; }
.why-list li { position: relative; padding: 1rem 0 1rem 1.5rem; border-top: 1px solid var(--line-blue); }
.why-list li::before { content: ""; position: absolute; left: 0; top: 1.55rem; width: 8px; height: 8px; background: var(--yellow); }
.why-list strong, .why-list span { display: block; }
.why-list strong { color: #fff; font-size: 1rem; }
.why-list span { margin-top: 0.2rem; color: rgba(255,255,255,0.84); font-size: 0.9rem; }
.parts { padding-block: clamp(5rem, 9vw, 8rem); background: #fff; }
.parts-grid { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr); gap: clamp(3rem, 7vw, 6rem); align-items: center; }
.parts-media { position: relative; margin: 0; }
.parts-media::after { content: ""; position: absolute; left: -18px; bottom: -18px; width: 38%; height: 42%; background: var(--yellow); z-index: 0; }
.parts-media img { position: relative; z-index: 1; width: 100%; aspect-ratio: 1.28 / 1; object-fit: cover; box-shadow: var(--shadow); }
.parts-copy h2 { max-width: 20ch; }
.parts-copy > p:not(.eyebrow) { max-width: 47ch; margin-top: 1.25rem; color: var(--muted); }
.parts-copy .btn { margin-top: 1.65rem; }
.contacts { padding-block: clamp(4.6rem, 8vw, 7rem); color: #fff; background: var(--blue-dark); }
.contacts h2 { color: #fff; }
.contacts-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.contact-grid { display: grid; grid-template-columns: 0.8fr 1fr 1fr 1.45fr; margin-top: 3rem; border-top: 1px solid var(--line-blue); border-bottom: 1px solid var(--line-blue); font-style: normal; }
.contact-grid > div { min-width: 0; padding: 1.5rem 1.4rem 1.6rem 0; }
.contact-grid > div + div { padding-left: 1.4rem; border-left: 1px solid var(--line-blue); }
.contact-grid span, .contact-grid small { display: block; }
.contact-grid span { color: rgba(255,255,255,0.78); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.contact-grid a, .contact-grid strong { display: block; margin-top: 0.45rem; color: #fff; font-size: 1.02rem; font-weight: 750; line-height: 1.35; overflow-wrap: anywhere; }
.contact-grid a { text-decoration-color: var(--yellow); text-underline-offset: 0.25em; }
.contact-grid small { margin-top: 0.35rem; color: rgba(255,255,255,0.74); }
.site-footer { padding-block: 2rem; color: var(--muted); background: #fff; font-size: 0.82rem; }
.footer-main { display: grid; grid-template-columns: auto 1fr auto; gap: 2rem; align-items: center; }
.footer-brand img { width: 118px; height: auto; }
.footer-address { max-width: 62ch; }
.site-footer a { color: var(--blue); text-underline-offset: 0.25em; }
.company-details { display: flex; flex-wrap: wrap; gap: 0.4rem 1.6rem; margin-top: 1.3rem; padding-top: 1.3rem; border-top: 1px solid var(--line); }
.callbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: none; grid-template-columns: 1fr 1fr; padding-bottom: env(safe-area-inset-bottom); box-shadow: 0 -8px 30px rgba(0, 29, 94, 0.18); }
.callbar-btn { min-height: 56px; display: flex; align-items: center; justify-content: center; gap: 0.5rem; font-weight: 850; text-decoration: none; }
.callbar-call { color: var(--blue-ink); background: var(--yellow); }
.callbar-route { color: #fff; background: var(--blue); }
.callbar-btn:active { filter: brightness(0.94); }
@media (max-width: 1080px) {
  .site-nav { display: none; }
  .nav-toggle { display: grid; }
  .header-actions { margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 3rem; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid > div:nth-child(3) { padding-left: 0; border-left: 0; border-top: 1px solid var(--line-blue); }
  .contact-grid > div:nth-child(4) { border-top: 1px solid var(--line-blue); }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 76px; }
  body { padding-bottom: calc(56px + env(safe-area-inset-bottom)); }
  .container { width: min(100% - 2rem, var(--container)); }
  .header-inner { min-height: 68px; }
  .brand img { width: 108px; }
  .brand span, .header-call { display: none; }
  .hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 2.1rem; padding-block: 2.35rem 3.5rem; }
  h1 { max-width: 14ch; font-size: clamp(2.35rem, 11vw, 3.4rem); line-height: 1.05; }
  .hero-lede { margin-top: 1.15rem; font-size: 1.04rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem; margin-top: 1.35rem; }
  .hero-actions .btn { width: 100%; }
  .hero-actions .btn { padding-inline: 0.55rem; font-size: 0.86rem; }
  .hero-btn-route .text-desktop { display: none; }
  .hero-btn-route .text-mobile { display: inline; }
  .hero-facts { grid-template-columns: 0.82fr 1.18fr; margin-top: 1.55rem; }
  .hero-facts div { padding-right: 0.7rem; }
  .hero-facts div + div { padding-left: 0.7rem; border-top: 0; border-left: 1px solid var(--line); }
  .hero-media::before { top: -12px; right: -12px; }
  .hero-media img { aspect-ratio: 1.05 / 1; object-position: 54% 50%; }
  .hero-media figcaption { left: 0.8rem; bottom: 0.8rem; }
  .section-head { grid-template-columns: 1fr; gap: 1rem; }
  .services-grid { grid-template-columns: 1fr; }
  .service-item, .service-item:nth-child(even) { padding: 1.55rem 0; border-left: 0; }
  .service-item { grid-template-columns: auto 1fr; }
  .service-index { grid-column: 1 / -1; padding: 0; }
  .service-item > img { width: 50px; height: 50px; }
  .why-grid, .parts-grid { grid-template-columns: 1fr; gap: 2.8rem; }
  .workshop-gallery { gap: 0.5rem; }
  .workshop-gallery img { height: 112px; }
  .parts-media { order: 2; }
  .contacts-head { align-items: start; flex-direction: column; }
  .contact-grid { grid-template-columns: 1fr; margin-top: 2.2rem; }
  .contact-grid > div, .contact-grid > div + div, .contact-grid > div:nth-child(3) { padding: 1.15rem 0; border-top: 1px solid var(--line-blue); border-left: 0; }
  .contact-grid > div:first-child { border-top: 0; }
  .footer-main { grid-template-columns: 1fr; gap: 1rem; }
  .callbar { display: grid; }
}
@media (max-width: 350px) {
  .container { width: min(100% - 1.5rem, var(--container)); }
  h1 { font-size: 2.25rem; }
  .service-item { gap: 0.8rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}
@media print {
  .site-header, .callbar, .hero-actions { display: none; }
  body { padding: 0; color: #000; background: #fff; }
  .why, .contacts { color: #000; background: #fff; }
  .why h2, .contacts h2, .contact-grid a, .contact-grid strong { color: #000; }
}
