:root {
  --color-red: #c90900;
  --color-red-hover: #a90800;
  --color-green: #7bb932;
  --color-green-hover: #699f29;
  --color-green-text: #4f7a1d;
  --color-gray: #737282;
  --color-dark: #191919;
  --color-bg: #f7f8f6;
  --color-white: #ffffff;
  --color-text: var(--color-dark);
  --color-muted: #65646e;
  --color-line: rgba(115, 114, 130, .22);
  --radius: 28px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 118px; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--color-text);
  background: var(--color-bg);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--color-green); outline-offset: 4px; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 999; padding: 12px 18px; background: #fff; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; transition: background .3s ease, box-shadow .3s ease; }
.site-header.scrolled { background: rgba(255, 255, 255, .97); box-shadow: 0 1px 0 rgba(25, 25, 25, .08); }
.header-inner { height: 118px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; }
.brand-logo { display: block; width: 178px; max-width: 100%; height: auto; object-fit: contain; }
.main-nav { display: flex; gap: 36px; color: #53605c; font-size: 14px; }
.main-nav a, .header-phone { transition: color .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible, .header-phone:hover, .header-phone:focus-visible { color: var(--color-green-text); }
.header-phone { display: inline-flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 600; }
.header-phone svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.hero { position: relative; min-height: 850px; padding: 196px 0 34px; overflow: hidden; background: linear-gradient(135deg, #fff 0%, var(--color-bg) 100%); }
.hero-glow { position: absolute; width: 680px; height: 680px; top: 80px; right: -150px; border-radius: 50%; background: radial-gradient(circle at 42% 40%, rgba(123, 185, 50, .13), rgba(201, 9, 0, .06) 36%, transparent 68%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 520px; align-items: center; gap: 70px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 25px; color: var(--color-green-text); font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 28px; font-size: clamp(50px, 5.4vw, 80px); font-weight: 500; line-height: .98; letter-spacing: -.055em; }
h1 strong { color: var(--color-red); font-weight: 500; }
.hero-lead { max-width: 580px; margin-bottom: 9px; font-size: 20px; font-weight: 500; line-height: 1.45; }
.hero-text { max-width: 580px; margin-bottom: 35px; color: var(--color-muted); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 58px; padding: 0 26px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 600; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button[href^="tel:"] { gap: 0; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--color-white); background: var(--color-red); box-shadow: 0 15px 34px rgba(201, 9, 0, .24); }
.button-primary:hover, .button-primary:focus-visible { background: var(--color-red-hover); box-shadow: 0 18px 38px rgba(201, 9, 0, .32); }
.button-icon { font-size: 19px; }
.button-secondary { color: var(--color-dark); border-color: var(--color-green); background: var(--color-green); box-shadow: 0 13px 30px rgba(123, 185, 50, .2); }
.button-secondary:hover, .button-secondary:focus-visible { border-color: var(--color-green-hover); background: var(--color-green-hover); box-shadow: 0 16px 34px rgba(105, 159, 41, .28); }
.pin { width: 13px; height: 13px; border: 2px solid currentColor; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }

.hero-visual { position: relative; min-height: 480px; display: grid; place-items: center; isolation: isolate; }
.hero-brand-graphic { width: min(100%, 560px); height: auto; display: block; overflow: visible; }
.brand-graphic-orbit { fill: none; stroke: rgba(201, 9, 0, .16); stroke-width: 1.2; vector-effect: non-scaling-stroke; }
.brand-graphic-orbit-wide { stroke-dasharray: 4 8; stroke: rgba(123, 185, 50, .18); }
.brand-glass-object { filter: drop-shadow(0 24px 30px rgba(25, 25, 25, .16)); }
.brand-glass-ground-shadow { fill: rgba(45, 45, 49, .18); filter: blur(13px); }
.brand-glass-panel { fill: url(#windshield-glass); }
.brand-glass-tint { fill: url(#windshield-tint); }
.brand-glass-shine { fill: url(#windshield-shine); }
.brand-glass-edge { fill: none; stroke: #35343a; stroke-width: 12; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.brand-glass-inner { fill: none; stroke: rgba(255, 255, 255, .48); stroke-width: 2; vector-effect: non-scaling-stroke; }
.brand-glass-lower-edge { fill: none; stroke: rgba(43, 42, 48, .78); stroke-width: 3; stroke-linecap: round; vector-effect: non-scaling-stroke; }
.brand-glass-reflection { fill: none; stroke: rgba(255, 255, 255, .72); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 7 10; vector-effect: non-scaling-stroke; }

@keyframes hero-graphic-float {
  0%, 100% { transform: translateY(0) rotate(-.5deg); }
  50% { transform: translateY(-9px) rotate(.5deg); }
}
@media (min-width: 1200px) and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .hero-brand-graphic { animation: hero-graphic-float 7s ease-in-out infinite; }
}
.hero-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 25px; border-top: 1px solid var(--color-line); color: var(--color-gray); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.hero-footer p { margin: 0; }
.hero-footer a { display: flex; gap: 15px; color: var(--color-green-text); }

.section { padding: 130px 0; }
.about { background: var(--color-white); }
.about-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 110px; align-items: end; }
h2 { margin-bottom: 0; font-size: clamp(38px, 4.5vw, 62px); font-weight: 500; line-height: 1.08; letter-spacing: -.04em; }
.about-copy { padding-bottom: 2px; color: var(--color-muted); font-size: 17px; }
.about-copy p:last-child { margin-bottom: 0; }
.advantages { background: var(--color-bg); }
.section-heading.centered { text-align: center; }
.centered .eyebrow { justify-content: center; }
.services-intro { max-width: 720px; margin: 26px auto 0; color: var(--color-muted); font-size: 17px; }
.feature-grid { margin-top: 65px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: 18px; }
.feature-card { position: relative; min-height: 330px; padding: 28px; display: flex; flex-direction: column; overflow: hidden; isolation: isolate; border: 1px solid var(--color-line); border-radius: 22px; background: rgba(255,255,255,.72); transition: transform .3s ease, box-shadow .3s ease, background .3s ease; }
.feature-card:hover { transform: translateY(-7px); border-color: rgba(123, 185, 50, .42); background: var(--color-white); box-shadow: 0 18px 45px rgba(25,25,25,.08); }
.feature-number { color: var(--color-red); font-size: 12px; letter-spacing: .15em; }
.feature-card h3 { margin: auto 0 14px; font-size: 21px; font-weight: 500; line-height: 1.2; }
.feature-card p { margin-bottom: 0; color: var(--color-muted); font-size: 14px; line-height: 1.55; }
.feature-card .feature-note { margin-top: 18px; padding-top: 15px; border-top: 1px solid var(--color-line); color: var(--color-gray); font-size: 12px; line-height: 1.5; }
.feature-card .feature-note-green { padding: 13px 14px; color: var(--color-green-text); border: 1px solid rgba(123,185,50,.28); border-radius: 12px; background: rgba(123,185,50,.08); font-weight: 600; }
.selection { padding-top: 0; background: var(--color-bg); }
.selection-card { padding: 54px; display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: 80px; border: 1px solid var(--color-line); border-radius: var(--radius); background: var(--color-white); box-shadow: 0 18px 52px rgba(25,25,25,.06); }
.selection-heading h2 { font-size: clamp(36px, 4vw, 54px); }
.selection-copy { color: var(--color-muted); font-size: 16px; }
.selection-copy p:last-child { margin-bottom: 0; }
.selection-note { padding: 15px 17px; color: var(--color-dark); border-left: 3px solid var(--color-green); border-radius: 0 10px 10px 0; background: rgba(123,185,50,.08); font-size: 14px; }
.warranty { color: var(--color-white); background: #242326; }
.warranty-heading { max-width: 790px; }
.warranty-heading h2 { color: var(--color-white); }
.warranty-grid { margin-top: 60px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.warranty-card { position: relative; min-height: 220px; padding: 27px; overflow: hidden; isolation: isolate; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; background: rgba(255,255,255,.055); }
.card-art { position: absolute; z-index: 0; width: 168px; height: 132px; top: 8px; right: 8px; overflow: visible; color: var(--color-gray); pointer-events: none; }
.card-art path, .card-art circle, .card-art rect, .card-art line, .card-art polyline { fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; opacity: .62; }
.card-art .art-main { opacity: .68; }
.card-art .art-secondary { opacity: .44; }
.card-art .art-bg { opacity: .13; stroke-width: 1.25; }
.card-art .accent-green { color: var(--color-green); opacity: .68; }
.card-art .accent-red { color: var(--color-red); opacity: .78; }
.card-art .art-fill, .card-art .art-dots circle { fill: currentColor; stroke: none; }
.warranty-art { width: 130px; height: 100px; top: 7px; right: 7px; color: #aaa9b0; }
.feature-card > :not(.card-art), .warranty-card > :not(.card-art) { position: relative; z-index: 1; }
.warranty-card span { color: var(--color-red); font-size: 11px; letter-spacing: .15em; }
.warranty-card h3 { margin: 58px 0 14px; font-size: 21px; font-weight: 500; line-height: 1.25; }
.warranty-card p { margin-bottom: 0; color: #c7c6cc; font-size: 14px; line-height: 1.55; }
.warranty-card:nth-child(even) span { color: var(--color-green); }
.warranty-note { max-width: 900px; margin: 34px 0 0; padding-left: 18px; color: #aaa9b0; border-left: 2px solid var(--color-green); font-size: 13px; }
.final-action { padding-top: 0; background: var(--color-white); }
.services-cta { margin-top: 24px; padding: 34px 38px; display: flex; align-items: center; justify-content: space-between; gap: 40px; border: 1px solid var(--color-line); border-radius: 22px; background: var(--color-white); box-shadow: 0 16px 44px rgba(25,25,25,.06); }
.services-cta h2 { margin-bottom: 10px; font-size: 32px; font-weight: 500; line-height: 1.2; letter-spacing: -.025em; }
.services-cta p { max-width: 620px; margin-bottom: 0; color: var(--color-muted); font-size: 15px; }
.services-cta-actions { display: flex; flex: 0 0 auto; gap: 10px; }
.contacts { position: relative; padding: 125px 0 130px; scroll-margin-top: 118px; color: var(--color-white); background: var(--color-dark); }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.eyebrow.light { color: var(--color-green); }
.locations-heading { margin-bottom: 54px; display: grid; grid-template-columns: 1.1fr .75fr; align-items: end; gap: 70px; }
.locations-heading > p { max-width: 430px; margin: 0 0 7px; color: #b9b9c1; font-size: 16px; }
.locations-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.location-card { position: relative; min-width: 0; padding: 30px; display: flex; flex-direction: column; overflow: hidden; color: var(--color-dark); border: 1px solid rgba(255,255,255,.18); border-radius: 22px; background: var(--color-white); box-shadow: 0 18px 48px rgba(0,0,0,.16); }
.location-card-primary { border: 2px solid var(--color-red); }
.location-card-primary::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: var(--color-red); }
.location-card-header { min-height: 220px; display: flex; flex-direction: column; align-items: flex-start; }
.location-badge { min-height: 28px; padding: 5px 10px; display: inline-flex; align-items: center; color: var(--color-gray); border: 1px solid var(--color-line); border-radius: 999px; background: rgba(115,114,130,.06); font-size: 10px; font-weight: 600; line-height: 1.2; letter-spacing: .08em; text-transform: uppercase; }
.location-badge-primary { color: var(--color-white); border-color: var(--color-red); background: var(--color-red); }
.location-card h3 { margin: 24px 0 12px; font-size: 23px; font-weight: 500; line-height: 1.16; letter-spacing: -.025em; }
.location-card-header > p:not(.location-note) { margin-bottom: 0; color: var(--color-muted); font-size: 14px; line-height: 1.5; }
.location-note { margin: 16px 0 0; padding: 8px 11px; color: var(--color-dark); border: 1px solid rgba(115,114,130,.2); border-radius: 9px; background: rgba(115,114,130,.08); font-size: 12px; font-weight: 600; line-height: 1.35; }
.location-info { margin: 0 0 30px; padding: 25px 0 0; display: grid; flex: 1; gap: 18px; border-top: 1px solid var(--color-line); }
.location-info-item { display: grid; grid-template-columns: 21px minmax(0, 1fr); align-items: start; gap: 12px; }
.location-info-item > svg { width: 20px; height: 20px; margin-top: 1px; fill: none; stroke: var(--color-green-text); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.location-info dt { color: var(--color-gray); font-size: 10px; font-weight: 600; line-height: 1.25; letter-spacing: .08em; text-transform: uppercase; }
.location-info dd { margin: 4px 0 0; overflow-wrap: anywhere; font-size: 14px; line-height: 1.4; }
.location-info address { font-style: normal; }
.location-info a { font-weight: 600; transition: color .2s ease; }
.location-info a:hover, .location-info a:focus-visible { color: var(--color-red); }
.location-actions { margin-top: auto; display: flex; gap: 9px; }
.location-actions .button { min-width: 0; min-height: 52px; padding-inline: 17px; flex: 1 1 auto; white-space: nowrap; font-size: 12px; }
.location-call { color: var(--color-white); background: var(--color-red); box-shadow: 0 10px 24px rgba(201,9,0,.18); }
.location-call:hover, .location-call:focus-visible { background: var(--color-red-hover); box-shadow: 0 14px 28px rgba(201,9,0,.26); }
.location-route { color: var(--color-dark); border-color: var(--color-green); background: var(--color-green); box-shadow: 0 10px 24px rgba(123,185,50,.16); }
.location-route:hover, .location-route:focus-visible { border-color: var(--color-green-hover); background: var(--color-green-hover); box-shadow: 0 14px 28px rgba(123,185,50,.22); }
.site-footer { padding: 38px 0; background: var(--color-white); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; color: var(--color-gray); font-size: 12px; }
.footer-inner p { margin: 0; }

.error-page { min-height: 100vh; display: flex; flex-direction: column; background: var(--color-bg); }
.error-page .error-header { background: rgba(255, 255, 255, .97); box-shadow: 0 1px 0 rgba(25, 25, 25, .08); }
.error-main { flex: 1; display: grid; }
.error-section { min-height: 760px; padding: 166px 0 70px; display: grid; align-items: center; overflow: hidden; background: linear-gradient(135deg, #fff 0%, var(--color-bg) 100%); }
.error-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 72px; }
.error-content { position: relative; z-index: 1; }
.error-code { margin-bottom: 12px; color: var(--color-red); font-size: clamp(104px, 13vw, 176px); font-weight: 500; line-height: .78; letter-spacing: -.075em; }
.error-content h1 { max-width: 620px; margin-bottom: 24px; font-size: clamp(42px, 5vw, 68px); line-height: 1.02; }
.error-copy { max-width: 590px; margin-bottom: 34px; color: var(--color-muted); font-size: 18px; }
.error-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.error-visual { min-width: 0; display: grid; place-items: center; }
.error-graphic { width: min(100%, 560px); height: auto; display: block; overflow: visible; }
.error-orbit, .error-route, .error-windshield, .error-windshield-inner, .error-highlight, .error-crack { fill: none; vector-effect: non-scaling-stroke; }
.error-orbit { stroke: rgba(123, 185, 50, .23); stroke-width: 1.5; }
.error-orbit-small { stroke: rgba(115, 114, 130, .18); stroke-dasharray: 5 9; }
.error-route { stroke: rgba(123, 185, 50, .34); stroke-width: 2; stroke-dasharray: 7 12; stroke-linecap: round; }
.error-windshield { fill: rgba(210, 210, 208, .58); stroke: #45454a; stroke-width: 10; stroke-linejoin: round; }
.error-windshield-inner { fill: rgba(255, 255, 255, .3); stroke: rgba(115, 114, 130, .48); stroke-width: 2; }
.error-highlight { stroke: rgba(255, 255, 255, .9); stroke-width: 4; stroke-linecap: round; stroke-dasharray: 9 12; }
.error-crack { stroke: var(--color-red); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.error-crack-center { fill: var(--color-red); }
.error-accent { fill: var(--color-green); opacity: .82; }
.error-footer { padding: 28px 0; }
.error-footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--color-gray); font-size: 12px; }
.error-footer-inner p { margin: 0; }
.error-footer-inner a { color: var(--color-green-text); font-weight: 600; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.js .reveal[data-delay="1"] { transition-delay: .12s; }
.js .reveal[data-delay="2"] { transition-delay: .24s; }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .warranty-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .locations-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .location-card-header { min-height: 195px; }
  .brand-glass-object, .brand-glass-ground-shadow { filter: none; }
}

@media (max-width: 900px) {
  .main-nav { display: none; }
  .hero { padding-top: 145px; }
  .hero-grid { grid-template-columns: 1fr; gap: 15px; }
  .hero-content { position: relative; z-index: 3; }
  .hero-visual { min-height: 410px; }
  .hero-brand-graphic { width: min(100%, 500px); }
  .about-grid { grid-template-columns: 1fr; gap: 45px; }
  .selection-card { grid-template-columns: 1fr; gap: 34px; }
  .services-cta { align-items: flex-start; flex-direction: column; gap: 24px; }
  .locations-heading { grid-template-columns: 1fr; gap: 28px; }
  .locations-heading > p { max-width: 620px; }
  .error-section { min-height: 0; padding-top: 154px; }
  .error-grid { grid-template-columns: 1fr; gap: 32px; }
  .error-content { order: 1; }
  .error-visual { order: 2; }
  .error-graphic { width: min(100%, 480px); }
}

@media (max-width: 720px) {
  .warranty-grid { grid-template-columns: 1fr; }
  .locations-grid { grid-template-columns: 1fr; }
  .location-card-header { min-height: 0; margin-bottom: 26px; }
}

@media (max-width: 600px) {
  html { scroll-padding-top: 96px; }
  .container { width: min(calc(100% - 32px), var(--container)); }
  .header-inner { height: 96px; gap: 16px; }
  .brand-logo { width: 136px; }
  .header-phone { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; overflow: hidden; color: var(--color-white); border-radius: 50%; background: var(--color-red); box-shadow: 0 8px 20px rgba(201, 9, 0, .2); }
  .header-phone svg { width: 19px; height: 19px; }
  .header-phone-text { display: none; }
  .hero { min-height: auto; padding: 142px 0 27px; }
  .hero-grid { gap: 22px; }
  h1 { font-size: clamp(49px, 15vw, 66px); }
  .hero-text { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-visual { min-height: 320px; margin-top: -4px; }
  .hero-brand-graphic { width: min(100%, 380px); animation: none; }
  .hero-footer p { display: none; }
  .hero-footer { justify-content: center; }
  .section { padding: 86px 0; }
  .about-grid { gap: 38px; }
  .feature-grid { margin-top: 42px; grid-template-columns: 1fr; }
  .feature-card { min-height: 0; }
  .feature-art { width: 105px; height: 76px; top: 8px; right: 8px; }
  .warranty-art { width: 105px; height: 78px; top: 8px; right: 8px; }
  .feature-card h3 { max-width: calc(100% - 125px); }
  .warranty-card h3 { max-width: calc(100% - 112px); }
  .selection-card { padding: 31px 23px; }
  .warranty-card { min-height: 0; }
  .warranty-card h3 { margin-top: 38px; }
  .services-cta { padding: 27px 22px; }
  .services-cta h2 { font-size: 26px; }
  .services-cta-actions { width: 100%; flex-direction: column; }
  .contacts { padding: 86px 0 92px; scroll-margin-top: 96px; }
  .locations-heading { margin-bottom: 38px; }
  .location-card { padding: 26px 22px; }
  .location-card h3 { font-size: 22px; }
  .location-actions { flex-direction: column; }
  .location-actions .button { width: 100%; min-height: 56px; }
  .footer-inner { flex-direction: column; text-align: center; }
  .error-section { padding: 138px 0 52px; }
  .error-code { font-size: clamp(94px, 33vw, 128px); }
  .error-content h1 { font-size: clamp(39px, 12vw, 54px); }
  .error-copy { font-size: 16px; }
  .error-actions { flex-direction: column; }
  .error-graphic { width: min(100%, 380px); }
  .error-footer-inner { flex-direction: column; text-align: center; }
}

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