
:root {
  --black: #080808;
  --black-2: #111111;
  --graphite: #242424;
  --gray: #747474;
  --light: #ececec;
  --soft: #f6f6f5;
  --white: #ffffff;
  --red: #ed2b2b;
  --red-dark: #bd1818;
  --red-soft: rgba(237, 43, 43, .12);
  --radius: 14px;
  --shadow: 0 16px 50px rgba(0,0,0,.11);
  --container: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--black-2); background: var(--white); line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 88px 0; }
.section--dark { background: linear-gradient(135deg,#0d0d0d 0%, #1b1b1b 100%); color: var(--white); }
.section--black { background: #070707; color: var(--white); }
.section--soft { background: var(--soft); }
.skip-link { position: fixed; left: 12px; top: -60px; background: var(--white); color: var(--black); z-index: 1000; padding: 12px 16px; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.topbar { background: #050505; color: #d9d9d9; font-size: .78rem; border-bottom: 1px solid rgba(255,255,255,.08); }
.topbar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar__left { display: flex; gap: 10px; align-items: center; }
.topbar small { opacity: .65; }
.topbar__phone { color: #fff; font-weight: 700; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(6,6,6,.96); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,.06); }
.nav-wrap { height: 78px; display: grid; grid-template-columns: 220px 1fr auto; gap: 26px; align-items: center; }
.brand { display: inline-flex; flex-direction: column; width: 190px; align-items: center; justify-content: center; color: white; line-height: 1; }
.brand img { width: 178px; height: 57px; object-fit: contain; }
.brand span { color: var(--red); font-family: Manrope, sans-serif; font-size: .6rem; font-weight: 800; letter-spacing: .45em; margin-top: -3px; padding-left: .45em; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 27px; }
.main-nav a { color: #efefef; font-size: .88rem; font-weight: 600; position: relative; padding: 28px 0; }
.main-nav a::after { content: ""; position: absolute; height: 2px; width: 0; left: 0; bottom: 18px; background: var(--red); transition: width .2s ease; }
.main-nav a:hover::after, .main-nav a.active::after { width: 100%; }
.nav-cta { white-space: nowrap; }
.menu-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 9px; }
.menu-toggle span { display: block; width: 100%; height: 2px; background: #fff; margin: 6px 0; transition: .2s; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 7px; padding: 13px 20px; font-weight: 700; font-size: .9rem; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--red); color: #fff; box-shadow: 0 8px 30px rgba(237,43,43,.22); }
.btn--primary:hover { background: #ff3434; }
.btn--outline-light { color: #fff; border-color: rgba(255,255,255,.48); background: rgba(0,0,0,.18); }
.btn--outline-light:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.btn--dark { background: var(--black); color: #fff; }
.btn--large { padding: 14px 22px; }
.wa-mark { font-size: 1rem; }

.hero { min-height: 590px; position: relative; overflow: hidden; background: #080808; color: white; display: flex; align-items: stretch; }
.hero__image { position: absolute; inset: 0; background-image: url('assets/images/hero-car.webp'); background-size: cover; background-position: 70% 48%; filter: saturate(.8) contrast(1.1) brightness(.78); transform: scale(1.03); }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg,#050505 0%,rgba(5,5,5,.94) 32%,rgba(5,5,5,.58) 55%,rgba(5,5,5,.08) 77%,rgba(5,5,5,.18) 100%); }
.hero__glow { position: absolute; right: -7%; bottom: -34%; width: 60%; height: 90%; background: radial-gradient(circle, rgba(237,43,43,.58) 0, rgba(237,43,43,.17) 33%, transparent 68%); mix-blend-mode: screen; opacity: .72; pointer-events: none; }
.hero__inner { position: relative; z-index: 2; display: flex; align-items: center; min-height: 590px; }
.hero__content { width: min(560px, 52%); padding: 56px 0 64px; }
.hero__brand-mark { display: flex; flex-direction: column; align-items: flex-start; width: 265px; margin-bottom: 18px; }
.hero__brand-mark img { width: 245px; height: auto; }
.hero__brand-mark span { color: var(--red); font-size: .67rem; font-weight: 800; letter-spacing: .55em; margin: -5px 0 0 30px; }
.eyebrow { margin: 0 0 8px; color: var(--red); font-size: .72rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow--light { color: #ff3f3f; }
.hero h1 { margin: 0; font-family: Manrope, sans-serif; font-size: clamp(2.8rem, 4.2vw, 4.6rem); line-height: .92; letter-spacing: -.045em; font-weight: 800; }
.hero h1 span { color: var(--red); }
.hero__lead { max-width: 530px; margin: 19px 0 23px; color: #e2e2e2; font-size: 1.02rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; }
.hero__tags span { border: 1px solid rgba(255,255,255,.18); background: rgba(0,0,0,.24); color: #dedede; padding: 6px 10px; border-radius: 999px; font-size: .75rem; }

.section-heading { max-width: 760px; margin-bottom: 36px; }
.section-heading--center { text-align: center; margin-left: auto; margin-right: auto; }
.section-heading h2, .trust h2, .diagnosis h2, .security h2, .detail h2, .quote h2, .location h2 { font-family: Manrope, sans-serif; font-size: clamp(2rem, 3.2vw, 3.15rem); line-height: 1.05; letter-spacing: -.04em; margin: 0 0 15px; }
.section-heading p { color: #666; margin: 0; }
.section--dark .section-heading p, .section--black .section-heading p { color: #c9c9c9; }

.services { padding-top: 54px; padding-bottom: 72px; }
.services .section-heading { margin-bottom: 24px; }
.service-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.service-card { border: 1px solid #e8e8e8; border-radius: 9px; padding: 24px 18px 20px; background: #fff; min-height: 260px; box-shadow: 0 8px 22px rgba(0,0,0,.045); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(237,43,43,.35); }
.service-icon { width: 68px; height: 68px; margin-bottom: 15px; display: flex; align-items: center; justify-content: center; }
.service-icon img { width: 100%; height: 100%; object-fit: contain; display: block; }
.service-card h3 { font-family: Manrope,sans-serif; font-size: 1rem; line-height: 1.15; margin: 0 0 10px; }
.service-card p { font-size: .82rem; color: #666; margin: 0 0 13px; }
.service-card a { color: var(--red); font-size: .78rem; font-weight: 700; }

.trust { padding: 66px 0; }
.trust-grid { display: grid; grid-template-columns: .88fr 1.15fr; gap: 56px; align-items: center; }
.trust-copy { padding-right: 46px; border-right: 1px solid rgba(255,255,255,.18); }
.trust-copy > p:not(.eyebrow) { color: #cfcfcf; }
.trust-mini { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 28px; }
.trust-mini div { padding-top: 14px; border-top: 1px solid rgba(255,255,255,.15); }
.trust-mini strong { color: #fff; display: block; font-size: 1.15rem; }
.trust-mini span { color: #aaa; font-size: .72rem; display: block; }
.trust-features { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 35px; }
.feature { display: grid; grid-template-columns: 44px 1fr; gap: 15px; }
.feature__icon { border: 1px solid rgba(237,43,43,.55); border-radius: 12px; width: 56px; height: 56px; padding: 8px; display: grid; place-items: center; flex: 0 0 56px; }
.feature__icon img { width: 100%; height: 100%; object-fit: contain; display: block; }
.feature h3 { margin: 0 0 6px; font-size: .96rem; }
.feature p { color: #bdbdbd; font-size: .82rem; margin: 0; }

.diagnosis-grid, .security-grid, .detail-grid, .quote-grid, .location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 62px; align-items: center; }
.diagnosis-media { position: relative; }
.diagnosis-media img { width: 100%; aspect-ratio: 1.35; object-fit: cover; border-radius: 14px; box-shadow: var(--shadow); }
.media-badge { position: absolute; left: 20px; bottom: 20px; background: rgba(7,7,7,.92); color: #fff; border-left: 3px solid var(--red); padding: 10px 14px; font-size: .72rem; font-weight: 800; letter-spacing: .08em; }
.media-badge span { color: var(--red); margin-right: 10px; }
.diagnosis-copy > p:not(.eyebrow) { color: #606060; }
.check-list { list-style: none; padding: 0; margin: 25px 0 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; }
.check-list li { position: relative; padding-left: 25px; font-weight: 600; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--red); font-weight: 900; }

.climate { background: #fafafa; }
.climate-grid { display: grid; grid-template-columns: 1fr .85fr 1fr; gap: 18px; }
.climate-card { border-radius: 14px; min-height: 370px; overflow: hidden; position: relative; padding: 36px; display: flex; flex-direction: column; justify-content: flex-end; }
.climate-card--dark { background: #0a0a0a; color: white; }
.climate-card--light { background: #fff; border: 1px solid #e6e6e6; }
.climate-card--image { padding: 0; }
.climate-card--image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.climate-no { position: absolute; top: 25px; left: 30px; color: var(--red); font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.climate-card h3 { font-family: Manrope,sans-serif; font-size: 1.7rem; margin: 0 0 12px; }
.climate-card p { color: #bdbdbd; margin: 0 0 20px; }
.climate-card--light p { color: #656565; }
.climate-card a { color: var(--red); font-weight: 700; font-size: .88rem; }

.security { position: relative; overflow: hidden; }
.security::after { content:""; position:absolute; right:-15%; top:-30%; width:55%; height:120%; background: radial-gradient(circle, rgba(237,43,43,.28), transparent 65%); pointer-events:none; }
.security-grid { position: relative; z-index: 1; }
.security-copy > p:not(.eyebrow) { color: #bfbfbf; }
.security-highlight { border-left: 3px solid var(--red); background: rgba(255,255,255,.04); padding: 18px 20px; margin: 23px 0; }
.security-highlight span { color: var(--red); font-weight: 800; letter-spacing: .08em; font-size: .8rem; }
.security-highlight p { margin: 9px 0 0; color: white; font-size: 1.03rem; }
.security-media { position: relative; }
.security-media img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; display: block; border-radius: 14px; opacity: .93; background: #0a0a0a; }

.mechanics-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 38px; align-items: stretch; }
.mechanics-image img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; border-radius: 14px; }
.mechanics-list { background: #111; color: white; border-radius: 14px; padding: 30px; display: flex; flex-direction: column; justify-content: center; }
.mechanics-list > div { display: grid; grid-template-columns: 46px 1fr; gap: 10px; align-items: center; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.mechanics-list > div span { color: var(--red); font-size: .72rem; font-weight: 800; }
.mechanics-list > div strong { font-size: 1rem; }
.mechanics-list .btn { margin-top: 24px; align-self: flex-start; background: var(--red); }

.systems-grid { display: grid; grid-template-columns: .8fr 1fr 1fr; gap: 18px; }
.systems-card { min-height: 390px; border-radius: 14px; background: white; border: 1px solid #e5e5e5; overflow: hidden; padding: 30px; }
.systems-card h3 { font-family: Manrope,sans-serif; font-size: 1.6rem; margin-top: 0; }
.systems-card ul { list-style: none; padding: 0; margin: 25px 0 0; }
.systems-card li { padding: 12px 0; border-bottom: 1px solid #ededed; color: #555; }
.systems-card--photo { padding: 0; position: relative; color: white; }
.systems-card--photo img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; filter: brightness(.68); }
.systems-card--photo div { position: absolute; left: 0; right: 0; bottom: 0; padding: 28px; background: linear-gradient(transparent,rgba(0,0,0,.84)); }
.systems-card--photo p { margin: 8px 0 0; color: #e0e0e0; }
.section-cta { margin-top: 28px; text-align: center; }

.works { padding-bottom: 78px; }
.stock-note { font-size: .8rem; }
.filter-bar { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin: -10px 0 23px; }
.filter-btn { border: 1px solid #ddd; background: #fff; color: #555; border-radius: 999px; padding: 8px 15px; font-size: .78rem; font-weight: 700; }
.filter-btn.active, .filter-btn:hover { background: var(--red); border-color: var(--red); color: white; }
.gallery-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; align-items: start; }
.gallery-item { margin: 0; cursor: zoom-in; overflow: hidden; border-radius: 7px; background: #f4f4f4; outline: none; display: flex; flex-direction: column; align-self: start; }
.gallery-item img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center; display: block; transition: transform .3s ease, filter .3s ease; }
.gallery-item:hover img, .gallery-item:focus img { transform: scale(1.045); filter: contrast(1.05); }
.gallery-item figcaption { font-size: .72rem; font-weight: 700; text-align: center; padding: 9px 7px 10px; }
.gallery-item.is-hidden { display: none; }

.detail { padding: 64px 0; }
.detail-copy p:not(.eyebrow) { color: #c4c4c4; }
.detail-visual { position: relative; min-height: 330px; overflow: hidden; border-radius: 14px; }
.detail-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.58); }
.detail-visual span { position: absolute; left: 30px; bottom: 26px; color: white; font-family: Manrope,sans-serif; font-size: 2.3rem; font-weight: 800; line-height: .9; letter-spacing: -.05em; }

.process-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(6,1fr); gap: 0; border: 1px solid #e6e6e6; border-radius: 14px; overflow: hidden; }
.process-grid li { min-height: 230px; padding: 26px 20px; border-right: 1px solid #e6e6e6; background: white; }
.process-grid li:last-child { border-right: 0; }
.process-grid li span { color: var(--red); font-weight: 800; font-size: .75rem; letter-spacing: .1em; }
.process-grid h3 { font-family: Manrope,sans-serif; font-size: 1rem; margin: 40px 0 8px; }
.process-grid p { color: #666; font-size: .82rem; margin: 0; }

.quote-grid { align-items: start; }
.quote-copy > p:not(.eyebrow) { color: #666; }
.contact-card { margin-top: 30px; border-left: 3px solid var(--red); background: white; padding: 18px 20px; box-shadow: 0 10px 30px rgba(0,0,0,.05); display: grid; gap: 7px; }
.contact-card strong { font-size: 1.05rem; }
.contact-card span, .contact-card a { color: #555; font-size: .9rem; }
.quote-form { background: #fff; border: 1px solid #e3e3e3; border-radius: 14px; padding: 28px; box-shadow: 0 12px 35px rgba(0,0,0,.06); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.quote-form label { display: grid; gap: 7px; font-weight: 700; font-size: .82rem; margin-bottom: 15px; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 1px solid #d9d9d9; background: #fff; color: #111; border-radius: 7px; padding: 12px 13px; outline: none; transition: border-color .2s, box-shadow .2s; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(237,43,43,.08); }
.quote-form textarea { resize: vertical; }
.quote-form .btn { width: 100%; border: 0; }
.form-note { color: #777; font-size: .72rem; margin: 12px 0 0; text-align: center; }

.location-grid { grid-template-columns: .78fr 1.22fr; }
.location-card address { font-style: normal; font-size: 1.08rem; margin: 24px 0 16px; }
.location-card small { color: #777; }
.location-visual { height: 360px; border-radius: 14px; overflow: hidden; position: relative; background: #ecebea; border: 1px solid #dfdfdf; }
.google-map { width: 100%; height: 100%; border: 0; display: block; }
.map-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(0,0,0,.06) 1px, transparent 1px), linear-gradient(90deg,rgba(0,0,0,.06) 1px, transparent 1px); background-size: 52px 52px; transform: rotate(-4deg) scale(1.08); }
.map-grid::before, .map-grid::after { content:""; position:absolute; background:#d8d6d2; border-radius:999px; }
.map-grid::before { width: 130%; height: 16px; left:-15%; top:42%; transform: rotate(18deg); }
.map-grid::after { height: 130%; width: 18px; top:-15%; left:60%; transform: rotate(-12deg); }
.map-pin { position: absolute; left: 58%; top: 41%; width: 48px; height: 48px; border-radius: 50% 50% 50% 0; background: var(--red); color: white; display:grid; place-items:center; font-family:Manrope,sans-serif; font-weight:800; transform: rotate(-45deg); box-shadow: 0 12px 30px rgba(237,43,43,.3); }
.map-pin::first-letter { transform: rotate(45deg); }
.map-label { position: absolute; left: 25px; bottom: 23px; background: white; border-radius: 10px; padding: 12px 15px; box-shadow: var(--shadow); }
.map-label strong, .map-label span { display: block; }
.map-label strong { color: var(--red); }
.map-label span { color: #666; font-size: .8rem; }

.faq-wrap { display: grid; grid-template-columns: .55fr 1fr; gap: 55px; align-items: start; }
.faq-list details { background: white; border-bottom: 1px solid #e1e1e1; }
.faq-list details:first-child { border-top: 1px solid #e1e1e1; }
.faq-list summary { padding: 19px 4px; cursor: pointer; font-weight: 700; list-style: none; position: relative; padding-right: 30px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content:"+"; position:absolute; right: 4px; color: var(--red); font-size: 1.3rem; top: 14px; }
.faq-list details[open] summary::after { content:"–"; }
.faq-list p { color: #626262; margin: 0; padding: 0 4px 18px; }

.final-cta { background: radial-gradient(circle at 82% 50%, rgba(237,43,43,.28), transparent 38%), #101010; color: white; }
.final-cta__inner { min-height: 140px; display: grid; grid-template-columns: 70px 1fr auto; gap: 22px; align-items: center; }
.final-cta__icon { width: 64px; height: 64px; border: 3px solid white; border-radius: 50%; display:grid; place-items:center; font-size: 2rem; }
.final-cta h2 { font-family: Manrope,sans-serif; margin: 0 0 5px; font-size: 1.75rem; }
.final-cta p { margin: 0; color: #cfcfcf; }

.footer { background: #151515; color: #c3c3c3; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .8fr .9fr 1fr; gap: 50px; padding: 55px 0 40px; }
.brand--footer { align-items: flex-start; width: 200px; }
.brand--footer img { width: 190px; }
.brand--footer span { margin-left: 28px; }
.footer-brand p { max-width: 340px; font-size: .82rem; color: #aaa; }
.footer h3 { color: white; font-size: .88rem; margin: 4px 0 15px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 9px; font-size: .8rem; }
.footer a:hover { color: white; }
.social-links { display: flex; gap: 8px; margin-top: 15px; }
.social-links a { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: #2b2b2b; color: white; font-size: .7rem; font-weight: 800; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); color: #8f8f8f; font-size: .72rem; text-align: center; padding: 16px 0; }

.floating-wa { position: fixed; right: 22px; bottom: 22px; z-index: 80; background: var(--red); color: white; padding: 12px 17px; border-radius: 999px; box-shadow: 0 12px 35px rgba(237,43,43,.35); display:flex; gap:8px; align-items:center; font-size:.82rem; }

.image-modal { position: fixed; inset: 0; z-index: 300; background: rgba(0,0,0,.92); display: none; place-items: center; padding: 40px; color: white; }
.image-modal.open { display: grid; }
.image-modal img { max-height: 78vh; max-width: min(1100px, 92vw); border-radius: 10px; box-shadow: 0 30px 70px rgba(0,0,0,.4); }
.image-modal p { margin: 12px 0 0; font-weight: 700; }
.modal-close { position: fixed; top: 22px; right: 28px; background: transparent; border: 0; color: white; font-size: 2.6rem; }

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

@media (max-width: 1100px) {
  .nav-wrap { grid-template-columns: 185px 1fr auto; gap: 16px; }
  .main-nav { gap: 17px; }
  .main-nav a { font-size: .8rem; }
  .service-grid { grid-template-columns: repeat(3,1fr); }
  .gallery-grid { grid-template-columns: repeat(3,1fr); }
  .process-grid { grid-template-columns: repeat(3,1fr); }
  .process-grid li:nth-child(3) { border-right:0; }
  .process-grid li:nth-child(-n+3) { border-bottom:1px solid #e6e6e6; }
  .systems-grid { grid-template-columns: 1fr 1fr; }
  .systems-grid .systems-card:first-child { grid-column: 1 / -1; min-height: auto; }
}

@media (max-width: 880px) {
  .topbar__left span:nth-child(n+2) { display:none; }
  .nav-wrap { grid-template-columns: 1fr auto; }
  .brand { width: 170px; align-items:flex-start; }
  .brand img { width: 165px; }
  .brand span { margin-left: 22px; }
  .menu-toggle { display:block; grid-column: 2; }
  .nav-cta { display:none; }
  .main-nav { display:none; position:absolute; top:78px; left:0; right:0; background:#0a0a0a; padding: 14px 20px 20px; flex-direction:column; gap:0; align-items:stretch; border-top:1px solid rgba(255,255,255,.08); box-shadow:0 24px 35px rgba(0,0,0,.25); }
  .main-nav.open { display:flex; }
  .main-nav a { padding:13px 0; }
  .main-nav a::after { bottom:7px; }
  .hero, .hero__inner { min-height: 610px; }
  .hero__image { background-position: 62% center; }
  .hero__shade { background: linear-gradient(90deg,rgba(5,5,5,.97),rgba(5,5,5,.72) 65%,rgba(5,5,5,.35)); }
  .hero__content { width: 72%; }
  .trust-grid, .diagnosis-grid, .security-grid, .detail-grid, .quote-grid, .location-grid, .faq-wrap { grid-template-columns:1fr; }
  .trust-copy { padding-right:0; border-right:0; border-bottom:1px solid rgba(255,255,255,.16); padding-bottom:35px; }
  .climate-grid { grid-template-columns:1fr 1fr; }
  .climate-card--image { grid-column:1/-1; min-height:280px; order:-1; }
  .mechanics-grid { grid-template-columns:1fr; }
  .systems-grid { grid-template-columns:1fr; }
  .systems-grid .systems-card:first-child { grid-column:auto; }
  .gallery-grid { grid-template-columns:repeat(2,1fr); }
  .final-cta__inner { grid-template-columns:60px 1fr; padding:28px 0; }
  .final-cta__inner .btn { grid-column:1/-1; justify-self:start; }
  .footer-grid { grid-template-columns:1.2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column:1/-1; }
}

@media (max-width: 620px) {
  .container { width:min(calc(100% - 28px),var(--container)); }
  .section { padding:64px 0; }
  .topbar__inner { min-height:31px; }
  .topbar { font-size:.7rem; }
  .nav-wrap { height:68px; }
  .main-nav { top:68px; }
  .brand img { width:145px; height:48px; }
  .brand span { font-size:.52rem; }
  .hero { min-height: 690px; }
  .hero__inner { min-height:690px; align-items:flex-end; }
  .hero__image { background-position:56% 20%; background-size:auto 67%; background-repeat:no-repeat; background-color:#070707; }
  .hero__shade { background: linear-gradient(0deg,#050505 0%,rgba(5,5,5,.98) 34%,rgba(5,5,5,.55) 67%,rgba(5,5,5,.18) 100%); }
  .hero__glow { right:-25%; bottom:28%; width:90%; height:55%; }
  .hero__content { width:100%; padding:255px 0 34px; }
  .hero__brand-mark { display:none; }
  .hero h1 { font-size:clamp(2.35rem,12vw,3.1rem); }
  .hero__lead { font-size:.92rem; }
  .hero__actions { display:grid; grid-template-columns:1fr; }
  .hero__actions .btn { width:100%; }
  .hero__tags { margin-top:17px; gap:6px; }
  .hero__tags span { font-size:.68rem; }
  .section-heading h2, .trust h2, .diagnosis h2, .security h2, .detail h2, .quote h2, .location h2 { font-size:2rem; }
  .service-grid { grid-template-columns:1fr 1fr; gap:10px; }
  .service-card { min-height:230px; padding:19px 15px; }
  .service-card p { font-size:.77rem; }
  .trust-mini { grid-template-columns:1fr; }
  .trust-features { grid-template-columns:1fr; }
  .check-list { grid-template-columns:1fr; }
  .climate-grid { grid-template-columns:1fr; }
  .climate-card--image { grid-column:auto; order:-1; min-height:220px; }
  .climate-card { min-height:280px; }
  .mechanics-image img { min-height:320px; }
  .systems-card { min-height:320px; }
  .gallery-grid { grid-template-columns:1fr; gap:14px; }
  .gallery-item img { aspect-ratio:1 / 1; }
  .process-grid { grid-template-columns:1fr; }
  .process-grid li, .process-grid li:nth-child(-n+3) { border-right:0; border-bottom:1px solid #e6e6e6; min-height:auto; }
  .process-grid li:last-child { border-bottom:0; }
  .process-grid h3 { margin:20px 0 7px; }
  .field-row { grid-template-columns:1fr; gap:0; }
  .quote-form { padding:20px; }
  .location-visual { height:280px; }
  .final-cta__inner { grid-template-columns:1fr; text-align:center; justify-items:center; }
  .final-cta__inner .btn { justify-self:stretch; }
  .footer-grid { grid-template-columns:1fr 1fr; gap:34px 22px; }
  .footer-brand, .footer-grid > div:last-child { grid-column:1/-1; }
  .floating-wa { width:50px; height:50px; padding:0; justify-content:center; right:16px; bottom:16px; }
  .floating-wa b { display:none; }
  .image-modal { padding:18px; }
}

@media (max-width: 430px) {
  .service-grid { grid-template-columns:1fr; }
  .service-card { min-height:auto; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-brand, .footer-grid > div:last-child { grid-column:auto; }
}

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