/* =============================================================
   AUTO CENTER VILA CORRÊA — Landing page
   Tema: industrial/automotivo · grafite + vermelho + prata
   Grid base de 8px · Mobile-first
   ============================================================= */

/* ---------- Design Tokens ---------- */
:root {
  /* Cores */
  --ink:        #161616;   /* preto/grafite (fundo base) */
  --steel:      #2B2B2B;   /* cinza-chumbo (superfícies) */
  --steel-2:    #212121;   /* superfície intermediária */
  --red:        #D62828;   /* vermelho de ação */
  --red-dark:   #A81E1E;   /* vermelho hover */
  --white:      #F5F5F5;   /* texto sobre escuro */
  --silver:     #C0C0C0;   /* prata/metálico (linhas, ícones) */
  --muted:      #9A9A9A;   /* texto secundário */
  --line:       rgba(192,192,192,.16);

  /* Tipografia */
  --head: 'Oswald', 'Barlow Condensed', Impact, sans-serif;
  --body: 'Inter', 'Roboto', system-ui, -apple-system, sans-serif;

  /* Espaçamento (múltiplos de 8) */
  --s1: 8px; --s2: 16px; --s3: 24px; --s4: 32px; --s5: 40px; --s6: 48px; --s8: 64px; --s10: 80px; --s12: 96px;

  --maxw: 1200px;
  --radius: 8px;
  --shadow: 0 16px 40px -16px rgba(0,0,0,.7);
  --shadow-red: 0 12px 30px -10px rgba(214,40,40,.5);
  --ease: cubic-bezier(.22,.61,.36,1);
}

/* ---------- Reset ---------- */
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--body);
  font-size: 16px; line-height: 1.65;
  color: var(--white); background: var(--ink);
  overflow-x: hidden; -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg, iframe { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul { list-style: none; }
:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; }

/* ---------- Tipografia utilitária ---------- */
h1,h2,h3,h4 { font-family: var(--head); font-weight: 600; line-height: 1.05; letter-spacing: .01em; }
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(20px, 5vw, 40px); }
.eyebrow {
  font-family: var(--head); font-weight: 500; font-size: .95rem; letter-spacing: .28em;
  text-transform: uppercase; color: var(--red); display: inline-flex; align-items: center; gap: 10px;
}
.eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--red); display: inline-block; }
.section-title {
  font-size: clamp(2rem, 5.5vw, 3.4rem); text-transform: uppercase; color: var(--white);
  margin: var(--s2) 0 var(--s3);
}
.section-title .hl { color: var(--red); }
.lead { color: var(--muted); font-size: 1.05rem; max-width: 62ch; }
.section { padding-block: clamp(var(--s8), 10vw, var(--s12)); position: relative; }
.center { text-align: center; }
.center .lead { margin-inline: auto; }

/* Textura metálica sutil */
.texture::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image:
    linear-gradient(rgba(192,192,192,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(192,192,192,.025) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, #000, transparent 80%);
}

/* ---------- Reveal (fade + slide) ---------- */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .1s } .reveal.d2 { transition-delay: .2s } .reveal.d3 { transition-delay: .3s } .reveal.d4 { transition-delay: .4s }
@media (prefers-reduced-motion: reduce) { .reveal { opacity:1; transform:none; transition:none } html { scroll-behavior:auto } }

/* ---------- Botões ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--head); font-weight: 500; font-size: 1rem; letter-spacing: .06em; text-transform: uppercase;
  padding: 14px 28px; border-radius: var(--radius); white-space: nowrap;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s var(--ease), border-color .3s;
}
.btn svg { width: 20px; height: 20px; }
.btn-primary { background: var(--red); color: #fff; box-shadow: var(--shadow-red); }
.btn-primary:hover { background: var(--red-dark); transform: translateY(-3px); box-shadow: 0 18px 38px -10px rgba(214,40,40,.65); }
.btn-outline { border: 2px solid var(--silver); color: var(--white); }
.btn-outline:hover { border-color: var(--red); color: var(--red); transform: translateY(-3px); }
.btn-lg { font-size: 1.15rem; padding: 18px 40px; }
.btn-block { width: 100%; }

/* =============================================================
   HEADER FIXO
   ============================================================= */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 100; transition: background .4s var(--ease), box-shadow .4s, border-color .4s, padding .4s; border-bottom: 1px solid transparent; }
.nav.scrolled { background: rgba(18,18,18,.9); backdrop-filter: blur(12px); border-bottom-color: var(--line); box-shadow: 0 6px 24px -12px #000; }
.nav-inner { display: flex; align-items: center; gap: var(--s3); padding-block: var(--s2); }
.logo { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.logo .logo-mark { width: 42px; height: 42px; }
.logo .logo-txt { font-family: var(--head); font-weight: 700; font-size: 1.35rem; text-transform: uppercase; line-height: .92; letter-spacing: .02em; }
.logo .logo-txt b { color: var(--red); font-weight: 700; }
.logo .logo-txt span { display: block; font-family: var(--body); font-size: .56rem; letter-spacing: .34em; color: var(--silver); font-weight: 500; margin-top: 3px; }
.menu { display: flex; gap: var(--s1); margin-inline: auto; }
.menu a { font-family: var(--head); font-weight: 400; font-size: .95rem; letter-spacing: .05em; text-transform: uppercase; color: var(--white); padding: 8px 14px; border-radius: 6px; position: relative; transition: color .25s; }
.menu a::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 4px; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease); }
.menu a:hover, .menu a.active { color: var(--red); }
.menu a:hover::after, .menu a.active::after { transform: scaleX(1); }
.nav-cta { flex-shrink: 0; }
.nav-toggle { display: none; }

/* =============================================================
   HERO
   ============================================================= */
.hero { position: relative; min-height: 100svh; display: grid; align-items: center; overflow: hidden; padding: 120px 0 80px; }
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img, .hero-media video { width: 100%; height: 100%; object-fit: cover; }
.hero-media::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(18,18,18,.94) 0%, rgba(18,18,18,.78) 45%, rgba(18,18,18,.5) 100%),
    linear-gradient(0deg, rgba(18,18,18,.95), transparent 55%);
}
.hero-inner { max-width: 760px; }
.hero h1 { font-size: clamp(2.6rem, 7vw, 5rem); text-transform: uppercase; margin: var(--s3) 0; }
.hero h1 .hl { color: var(--red); display: inline-block; }
.hero .sub { font-size: clamp(1.05rem, 2.4vw, 1.3rem); color: var(--white); font-weight: 300; max-width: 56ch; margin-bottom: var(--s5); }
.hero .sub b { font-weight: 600; color: var(--silver); }
.hero-actions { display: flex; gap: var(--s2); flex-wrap: wrap; }
.hero-scroll { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; font-family: var(--head); font-size: .7rem; letter-spacing: .3em; text-transform: uppercase; color: var(--muted); }
.hero-scroll .rail { width: 2px; height: 40px; background: linear-gradient(var(--red), transparent); animation: rail 2.2s var(--ease) infinite; transform-origin: top; }
@keyframes rail { 0%{transform:scaleY(0);opacity:0} 40%{opacity:1} 100%{transform:scaleY(1);opacity:0} }

/* =============================================================
   BARRA DE CONFIANÇA
   ============================================================= */
.trust { background: var(--steel-2); border-block: 1px solid var(--line); }
.trust .container { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s3); padding-block: var(--s6); }
.stat { text-align: center; position: relative; }
.stat:not(:last-child)::after { content: ""; position: absolute; right: calc(var(--s3) / -2); top: 15%; height: 70%; width: 1px; background: var(--line); }
.stat .num { font-family: var(--head); font-weight: 700; font-size: clamp(2.2rem, 5vw, 3.2rem); color: var(--red); line-height: 1; }
.stat .num .plus { color: var(--silver); }
.stat .lbl { font-size: .82rem; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; margin-top: 6px; }
.stat .stars { color: var(--red); display: inline-flex; gap: 2px; margin-bottom: 4px; }
.stat .stars svg { width: 18px; height: 18px; }

/* =============================================================
   SERVIÇOS
   ============================================================= */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s3); }
.svc {
  background: var(--steel); border: 1px solid var(--line); border-radius: var(--radius);
  padding: var(--s5) var(--s4) var(--s4); display: flex; flex-direction: column; gap: var(--s2);
  position: relative; overflow: hidden; transition: transform .4s var(--ease), box-shadow .4s, border-color .4s;
}
.svc::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease); }
.svc:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: rgba(214,40,40,.4); }
.svc:hover::before { transform: scaleX(1); }
.svc .ico { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 12px; background: rgba(214,40,40,.1); border: 1px solid rgba(214,40,40,.25); }
.svc .ico svg { width: 30px; height: 30px; color: var(--red); stroke-width: 1.5; }
.svc h3 { font-size: 1.5rem; text-transform: uppercase; color: var(--white); }
.svc p { color: var(--muted); font-size: .95rem; flex: 1; }
.svc .svc-link { font-family: var(--head); font-weight: 500; text-transform: uppercase; letter-spacing: .05em; font-size: .9rem; color: var(--red); display: inline-flex; align-items: center; gap: 8px; margin-top: var(--s1); transition: gap .3s var(--ease); }
.svc .svc-link svg { width: 18px; height: 18px; }
.svc:hover .svc-link { gap: 14px; }

/* =============================================================
   POR QUE ESCOLHER
   ============================================================= */
.why { background: var(--steel-2); }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s4); margin-top: var(--s6); }
.why-item { text-align: center; }
.why-item .ico { width: 68px; height: 68px; margin: 0 auto var(--s2); display: grid; place-items: center; border-radius: 50%; border: 2px solid var(--red); background: rgba(214,40,40,.08); }
.why-item .ico svg { width: 34px; height: 34px; color: var(--red); stroke-width: 1.5; }
.why-item h3 { font-size: 1.35rem; text-transform: uppercase; margin-bottom: var(--s1); }
.why-item p { color: var(--muted); font-size: .92rem; }

/* =============================================================
   GALERIA
   ============================================================= */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: var(--s2); }
.gitem { position: relative; overflow: hidden; border-radius: var(--radius); cursor: pointer; border: 1px solid var(--line); }
.gitem.tall { grid-row: span 2; }
.gitem.wide { grid-column: span 2; }
.gitem img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.gitem::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(18,18,18,.55), transparent 60%); opacity: .7; transition: opacity .4s; }
.gitem .cap { position: absolute; left: 16px; bottom: 14px; z-index: 2; font-family: var(--head); text-transform: uppercase; letter-spacing: .04em; font-size: 1rem; transform: translateY(6px); opacity: 0; transition: all .4s var(--ease); }
.gitem .zoom { position: absolute; top: 14px; right: 14px; z-index: 2; width: 38px; height: 38px; border-radius: 50%; background: rgba(214,40,40,.9); display: grid; place-items: center; opacity: 0; transform: scale(.7); transition: all .4s var(--ease); }
.gitem .zoom svg { width: 18px; height: 18px; }
.gitem:hover img { transform: scale(1.09); }
.gitem:hover::after { opacity: 1; }
.gitem:hover .cap { transform: none; opacity: 1; }
.gitem:hover .zoom { opacity: 1; transform: scale(1); }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(10,10,10,.94); display: none; place-items: center; padding: var(--s4); }
.lightbox.open { display: grid; animation: fade .3s var(--ease); }
@keyframes fade { from { opacity: 0 } to { opacity: 1 } }
.lightbox img { max-width: min(92vw, 1100px); max-height: 86vh; border-radius: var(--radius); box-shadow: var(--shadow); }
.lightbox .lb-close, .lightbox .lb-nav { position: absolute; background: rgba(43,43,43,.8); border: 1px solid var(--line); color: #fff; width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; transition: background .3s; }
.lightbox .lb-close:hover, .lightbox .lb-nav:hover { background: var(--red); }
.lightbox .lb-close { top: var(--s3); right: var(--s3); }
.lightbox .lb-close svg, .lightbox .lb-nav svg { width: 24px; height: 24px; }
.lightbox .lb-nav { top: 50%; transform: translateY(-50%); }
.lightbox .prev { left: var(--s3); } .lightbox .next { right: var(--s3); }

/* =============================================================
   DEPOIMENTOS (carrossel)
   ============================================================= */
.reviews { background: var(--steel-2); position: relative; }
.reviews-head { display: flex; align-items: flex-end; justify-content: space-between; gap: var(--s4); flex-wrap: wrap; }
.g-badge { display: flex; align-items: center; gap: 14px; background: var(--steel); border: 1px solid var(--line); border-radius: var(--radius); padding: 14px 20px; }
.g-badge .g-score { font-family: var(--head); font-weight: 700; font-size: 2.4rem; color: var(--red); line-height: 1; }
.g-badge .stars { color: var(--red); display: flex; gap: 2px; } .g-badge .stars svg { width: 16px; height: 16px; }
.g-badge .g-meta { font-size: .78rem; color: var(--muted); }
.carousel { position: relative; margin-top: var(--s6); overflow: hidden; }
.track { display: flex; transition: transform .55s var(--ease); }
.slide { min-width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s3); padding: 4px; }
.review-card { background: var(--steel); border: 1px solid var(--line); border-radius: var(--radius); padding: var(--s4); display: flex; flex-direction: column; gap: var(--s2); }
.review-card .stars { color: var(--red); display: flex; gap: 2px; } .review-card .stars svg { width: 16px; height: 16px; }
.review-card .quote { font-size: 1.02rem; color: var(--white); flex: 1; line-height: 1.6; }
.review-card .who { display: flex; align-items: center; gap: 12px; margin-top: var(--s1); }
.review-card .avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--red); color: #fff; display: grid; place-items: center; font-family: var(--head); font-weight: 600; font-size: 1.1rem; }
.review-card .who b { font-family: var(--head); font-weight: 500; text-transform: uppercase; font-size: 1rem; display: block; letter-spacing: .03em; }
.review-card .who span { font-size: .78rem; color: var(--muted); }
.carousel-ctrl { display: flex; gap: 10px; justify-content: center; margin-top: var(--s4); }
.carousel-ctrl button { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); background: var(--steel); color: var(--white); display: grid; place-items: center; transition: all .3s; }
.carousel-ctrl button:hover { background: var(--red); border-color: var(--red); }
.carousel-ctrl button svg { width: 20px; height: 20px; }
.dots { display: flex; gap: 8px; align-items: center; }
.dots button { width: 10px; height: 10px; border-radius: 50%; background: var(--line); padding: 0; }
.dots button.on { background: var(--red); width: 26px; border-radius: 5px; }

/* =============================================================
   FAQ (accordion)
   ============================================================= */
.faq-wrap { max-width: 820px; margin: var(--s6) auto 0; display: flex; flex-direction: column; gap: 12px; }
.faq { background: var(--steel); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.faq summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: var(--s2); padding: var(--s3); font-family: var(--head); font-weight: 500; font-size: 1.15rem; text-transform: uppercase; letter-spacing: .02em; transition: color .3s; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--red); }
.faq summary .chev { width: 26px; height: 26px; flex-shrink: 0; border-radius: 50%; background: rgba(214,40,40,.12); display: grid; place-items: center; transition: transform .3s var(--ease), background .3s; }
.faq summary .chev svg { width: 16px; height: 16px; color: var(--red); }
.faq[open] summary .chev { transform: rotate(45deg); background: var(--red); }
.faq[open] summary .chev svg { color: #fff; }
.faq .faq-body { padding: 0 var(--s3) var(--s3); color: var(--muted); animation: faqin .35s var(--ease); }
@keyframes faqin { from { opacity: 0; transform: translateY(-6px) } to { opacity: 1; transform: none } }

/* =============================================================
   LOCALIZAÇÃO
   ============================================================= */
.location .container { display: grid; grid-template-columns: 1fr 1.1fr; gap: var(--s6); align-items: stretch; }
.loc-info { display: flex; flex-direction: column; }
.loc-block { padding: var(--s3) 0; border-bottom: 1px solid var(--line); display: flex; gap: var(--s2); }
.loc-block:first-of-type { padding-top: var(--s3); }
.loc-block .ico { width: 44px; height: 44px; flex-shrink: 0; border-radius: 10px; background: rgba(214,40,40,.1); border: 1px solid rgba(214,40,40,.25); display: grid; place-items: center; }
.loc-block .ico svg { width: 22px; height: 22px; color: var(--red); stroke-width: 1.6; }
.loc-block h3 { font-size: 1.15rem; text-transform: uppercase; margin-bottom: 4px; }
.loc-block p { color: var(--muted); font-size: .95rem; }
.loc-block .hours span { display: flex; justify-content: space-between; gap: var(--s3); max-width: 320px; padding: 3px 0; }
.loc-block .hours b { color: var(--white); font-weight: 500; }
.loc-block .hours .open { color: var(--red); }
.map-wrap { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); min-height: 420px; position: relative; box-shadow: var(--shadow); }
.map-wrap iframe { width: 100%; height: 100%; min-height: 420px; filter: invert(90%) hue-rotate(180deg) contrast(.9) grayscale(.3); }

/* =============================================================
   CTA FINAL
   ============================================================= */
.final-cta { background: linear-gradient(100deg, var(--red-dark), var(--red)); text-align: center; }
.final-cta .container { padding-block: clamp(var(--s8), 9vw, var(--s10)); }
.final-cta h2 { font-size: clamp(2rem, 5.5vw, 3.4rem); text-transform: uppercase; color: #fff; margin-bottom: var(--s2); }
.final-cta p { color: rgba(255,255,255,.9); font-size: 1.15rem; margin-bottom: var(--s5); max-width: 54ch; margin-inline: auto; }
.final-cta .btn-primary { background: var(--ink); color: #fff; box-shadow: 0 16px 40px -12px rgba(0,0,0,.6); }
.final-cta .btn-primary:hover { background: #000; }

/* =============================================================
   RODAPÉ
   ============================================================= */
.footer { background: var(--ink); border-top: 1px solid var(--line); padding-block: var(--s8) var(--s4); }
.footer .container { display: grid; grid-template-columns: 1.6fr 1fr 1.2fr; gap: var(--s6); }
.footer .logo-txt { font-size: 1.5rem; }
.footer .f-about { color: var(--muted); font-size: .95rem; margin: var(--s2) 0 var(--s3); max-width: 42ch; }
.footer h4 { font-size: 1rem; text-transform: uppercase; letter-spacing: .1em; color: var(--white); margin-bottom: var(--s2); }
.footer h4::after { content: ""; display: block; width: 32px; height: 2px; background: var(--red); margin-top: 8px; }
.footer a.row, .footer .row { display: flex; align-items: center; gap: 10px; color: var(--muted); padding: 6px 0; font-size: .95rem; transition: color .25s; }
.footer a.row:hover { color: var(--red); }
.footer .row svg { width: 18px; height: 18px; color: var(--red); stroke-width: 1.6; flex-shrink: 0; }
.socials { display: flex; gap: 10px; margin-top: var(--s2); }
.socials a { width: 42px; height: 42px; border-radius: 8px; border: 1px solid var(--line); display: grid; place-items: center; transition: all .3s var(--ease); }
.socials a:hover { background: var(--red); border-color: var(--red); transform: translateY(-3px); }
.socials a svg { width: 20px; height: 20px; }
.footer-bottom { border-top: 1px solid var(--line); margin-top: var(--s6); padding-top: var(--s3); display: flex; justify-content: space-between; gap: var(--s2); flex-wrap: wrap; }
.footer-bottom p { color: var(--muted); font-size: .82rem; }

/* =============================================================
   FAB WHATSAPP
   ============================================================= */
.fab { position: fixed; right: clamp(16px, 3vw, 28px); bottom: clamp(16px, 3vw, 28px); z-index: 90; display: flex; align-items: center; gap: 12px; }
.fab .fab-badge { background: var(--steel); color: var(--white); font-family: var(--head); font-weight: 500; text-transform: uppercase; letter-spacing: .04em; font-size: .82rem; padding: 10px 16px; border-radius: 8px; border: 1px solid var(--line); box-shadow: var(--shadow); white-space: nowrap; transition: opacity .3s, transform .3s; }
.fab .fab-btn { position: relative; width: 62px; height: 62px; border-radius: 50%; background: #25D366; color: #fff; display: grid; place-items: center; box-shadow: 0 12px 28px -8px rgba(37,211,102,.6); transition: transform .3s var(--ease); flex-shrink: 0; }
.fab .fab-btn svg { width: 32px; height: 32px; }
.fab .fab-btn::before { content: ""; position: absolute; inset: 0; border-radius: 50%; background: #25D366; z-index: -1; animation: pulse 2.2s var(--ease) infinite; }
@keyframes pulse { 0%{transform:scale(1);opacity:.6} 70%{transform:scale(1.7);opacity:0} 100%{opacity:0} }
.fab .fab-btn:hover { transform: scale(1.08); }

/* =============================================================
   RESPONSIVO
   ============================================================= */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); gap: var(--s5); }
  .slide { grid-template-columns: 1fr; }
  .slide .review-card:nth-child(n+2) { display: none; }
}
@media (max-width: 880px) {
  .menu { display: none; }
  .nav-toggle { display: grid; place-items: center; margin-left: auto; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 8px; }
  .nav-toggle svg { width: 24px; height: 24px; }
  .nav-cta .btn span { display: none; }
  .nav-cta .btn { padding: 12px; }
  .menu.open { display: flex; flex-direction: column; position: fixed; inset: 74px 0 auto 0; background: rgba(18,18,18,.98); backdrop-filter: blur(14px); padding: var(--s2) clamp(20px,5vw,40px) var(--s3); border-bottom: 1px solid var(--line); gap: 2px; box-shadow: var(--shadow); }
  .menu.open a { padding: 14px; font-size: 1.05rem; }
  .trust .container { grid-template-columns: repeat(2, 1fr); gap: var(--s5); }
  .stat::after { display: none; }
  .location .container { grid-template-columns: 1fr; gap: var(--s4); }
  .footer .container { grid-template-columns: 1fr 1fr; }
  .footer .f-brand { grid-column: 1 / -1; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
  .gitem.wide { grid-column: span 2; }
}
@media (max-width: 560px) {
  .services-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .footer .container { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 140px; }
  .gitem.tall { grid-row: span 1; }
  .hero-actions .btn { flex: 1; }
  .fab .fab-badge { display: none; }
  .footer-bottom { flex-direction: column; }
}
