:root {
  --red: #d71920;
  --red-dark: #a90f16;
  --red-light: #f0444a;
  --black: #111111;
  --black-soft: #1a1a1a;
  --graphite: #292929;
  --steel: #73777c;
  --line: #e4e5e7;
  --light: #f5f5f6;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(17, 17, 17, 0.12);
  --radius: 18px;
  --container: 1180px;
  --header-height: 86px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 16px); }
body {
  margin: 0;
  color: var(--black);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
svg { display: block; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; padding: 10px 14px; background: var(--white); color: var(--black); border: 2px solid var(--red); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  min-height: var(--header-height);
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(17,17,17,.08);
  backdrop-filter: blur(14px);
  transition: box-shadow .25s ease, background .25s ease;
}
.site-header.scrolled { box-shadow: 0 8px 30px rgba(0,0,0,.1); background: rgba(255,255,255,.99); }
.header-inner { min-height: var(--header-height); display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 22px; min-width: 0; }
.brand img { width: 148px; height: auto; }
.brand-copy { font-weight: 760; font-size: .98rem; white-space: nowrap; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: .92rem; font-weight: 700; }
.main-nav > a:not(.button) { position: relative; padding-block: 32px 29px; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 0; bottom: 23px; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: center; transition: transform .2s ease; }
.main-nav > a:not(.button):hover::after, .main-nav > a.active::after { transform: scaleX(1); }
.nav-cta { margin-left: 6px; }
.menu-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 10px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--black); transition: .2s ease; }

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.1;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button svg { width: 19px; height: 19px; fill: currentColor; }
.button .button-icon { width: 19px; height: 19px; object-fit: contain; flex: 0 0 auto; }
.button-primary { color: var(--white); background: linear-gradient(135deg, var(--red), var(--red-dark)); box-shadow: 0 10px 26px rgba(215,25,32,.25); }
.button-primary:hover { box-shadow: 0 13px 32px rgba(215,25,32,.36); }
.button-outline { color: var(--white); border-color: rgba(255,255,255,.65); background: rgba(0,0,0,.18); backdrop-filter: blur(5px); }
.button-outline:hover { background: var(--white); color: var(--black); }
.button-light { color: var(--red); background: var(--white); min-width: 230px; box-shadow: 0 10px 26px rgba(0,0,0,.12); }

.hero { position: relative; min-height: 620px; display: grid; align-items: center; overflow: hidden; background: var(--black); }
.hero-media, .hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: center 49%; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.89) 0%, rgba(0,0,0,.68) 44%, rgba(0,0,0,.18) 73%, rgba(0,0,0,.1) 100%), linear-gradient(0deg, rgba(0,0,0,.18), rgba(0,0,0,.02)); }
.hero-inner { position: relative; z-index: 2; padding-block: 72px; }
.hero-content { max-width: 650px; color: var(--white); }
.eyebrow { margin: 0 0 12px; color: var(--red); font-size: .76rem; line-height: 1.1; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow.center { text-align: center; }
.hero h1 { margin: 0; max-width: 640px; font-size: clamp(2.25rem, 4.4vw, 4.2rem); line-height: 1.08; letter-spacing: -.045em; font-weight: 900; }
.hero h1 span { color: var(--red-light); }
.hero-lead { max-width: 590px; margin: 22px 0 0; color: rgba(255,255,255,.88); font-size: clamp(1rem, 1.5vw, 1.17rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-details { display: flex; flex-wrap: wrap; gap: 16px 26px; margin-top: 30px; color: rgba(255,255,255,.9); font-size: .9rem; font-weight: 700; }
.hero-details span { display: inline-flex; align-items: center; gap: 8px; }
.hero-details svg { width: 18px; height: 18px; fill: var(--red-light); }

.section { padding: 88px 0; }
.section-heading { text-align: center; margin-bottom: 42px; }
.section-heading.compact { margin-bottom: 32px; }
.section-heading h2, .showcase-head h2, .about-copy h2, .contact-card h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.65rem); line-height: 1.15; letter-spacing: -.035em; }
.service-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.service-card { min-height: 275px; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 28px 18px 22px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); box-shadow: 0 8px 24px rgba(17,17,17,.045); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: rgba(215,25,32,.25); }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 18px; color: var(--red); }
.service-icon svg { width: 52px; height: 52px; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.service-icon img { width: 56px; height: 56px; object-fit: contain; }
.service-card h3 { margin: 0 0 9px; font-size: 1.05rem; line-height: 1.25; }
.service-card p { margin: 0; color: #555b61; font-size: .87rem; line-height: 1.55; }
.service-card a { margin-top: auto; padding-top: 18px; color: var(--red); font-size: .85rem; font-weight: 850; }
.service-card a:hover { color: var(--red-dark); }

.benefits { padding-block: 38px 58px; background: linear-gradient(180deg, #fafafa 0%, #f2f2f3 100%); }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.benefit { display: grid; grid-template-columns: 58px 1fr; gap: 18px; align-items: start; padding: 20px 26px; border-right: 1px solid #d8d9db; }
.benefit:last-child { border-right: 0; }
.benefit svg { width: 54px; height: 54px; fill: none; stroke: var(--red); stroke-width: 2.7; stroke-linecap: round; stroke-linejoin: round; }
.benefit .benefit-icon { width: 54px; height: 54px; object-fit: contain; }
.benefit h3 { margin: 0 0 5px; font-size: 1rem; }
.benefit p { margin: 0; color: #545a60; font-size: .86rem; }

.work-showcase { background: var(--black-soft); color: var(--white); }
.showcase-head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; align-items: end; margin-bottom: 34px; }
.showcase-head p:last-child { margin: 0; color: rgba(255,255,255,.68); }
.photo-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-auto-rows: 230px; gap: 14px; }
.photo-card { position: relative; overflow: hidden; border: 0; border-radius: 12px; padding: 0; background: #222; cursor: zoom-in; }
.photo-wide { grid-row: span 2; }
.photo-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.photo-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(0,0,0,.8)); pointer-events: none; }
.photo-card span { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 15px; color: var(--white); text-align: left; font-weight: 850; }
.photo-card:hover img { transform: scale(1.045); filter: saturate(1.08); }

.about-contact { background: #fff; }
.about-layout { display: grid; grid-template-columns: 1.05fr 1.08fr .93fr; gap: 34px; align-items: stretch; }
.about-copy { padding: 12px 0; }
.about-copy > p:not(.eyebrow) { margin: 16px 0 0; color: #50565c; }
.mini-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 32px; }
.mini-features > div { min-width: 0; text-align: center; }
.mini-features svg { width: 42px; height: 42px; margin: 0 auto 8px; fill: none; stroke: var(--red); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.mini-features .mini-feature-icon { width: 42px; height: 42px; margin: 0 auto 8px; object-fit: contain; }
.mini-features strong, .mini-features span { display: block; }
.mini-features strong { font-size: .92rem; }
.mini-features span { color: #666d73; font-size: .75rem; line-height: 1.45; }
.about-image { margin: 0; min-height: 390px; border-radius: 12px; overflow: hidden; box-shadow: var(--shadow); }
.about-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.contact-card { padding: 30px 28px; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 14px 40px rgba(17,17,17,.08); background: var(--white); }
.contact-card h2 { font-size: 1.55rem; }
.contact-card ul { display: grid; gap: 17px; margin: 24px 0 0; padding: 0; list-style: none; }
.contact-card li { display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: start; }
.contact-icon { width: 34px; height: 34px; display: grid; place-items: center; color: var(--red); }
.contact-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.contact-icon .contact-whatsapp-icon { width: 27px; height: 27px; object-fit: contain; }
.contact-card small, .contact-card a, .contact-card strong { display: block; overflow-wrap: anywhere; }
.contact-card small { color: #61676d; font-size: .75rem; font-weight: 800; }
.contact-card a, .contact-card strong { color: var(--red); font-size: .88rem; font-weight: 850; line-height: 1.35; }
.contact-card a:hover { text-decoration: underline; }



/* Ubicación y mapa */
.location-section { position: relative; overflow: hidden; background: #f7f7f8; }
.location-section::before { content: ""; position: absolute; width: 360px; height: 360px; left: -210px; bottom: -210px; border-radius: 50%; background: rgba(215,25,32,.05); pointer-events: none; }
.location-heading { display: grid; grid-template-columns: 1fr auto; gap: 34px; align-items: end; margin-bottom: 30px; }
.location-heading h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.65rem); line-height: 1.15; letter-spacing: -.035em; }
.location-heading p:not(.eyebrow) { max-width: 720px; margin: 13px 0 0; color: #5d6369; }
.button-location-icon { width: 19px; height: 19px; fill: currentColor; }
.location-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 20px; align-items: stretch; }
.location-map { min-height: 450px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #e8e9eb; box-shadow: 0 16px 40px rgba(17,17,17,.08); }
.location-map iframe { display: block; width: 100%; height: 100%; min-height: 450px; border: 0; }
.location-card { padding: 30px 27px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); box-shadow: 0 16px 40px rgba(17,17,17,.08); }
.location-card-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 50%; color: var(--white); background: var(--red); box-shadow: 0 10px 24px rgba(215,25,32,.24); }
.location-card-icon svg { width: 30px; height: 30px; fill: currentColor; }
.location-card h3 { margin: 4px 0 7px; color: var(--black); font-size: 1.28rem; }
.location-card > p:not(.eyebrow) { margin: 0; color: #646a70; }
.location-hours { display: grid; gap: 5px; margin: 25px 0; padding: 19px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.location-hours strong { margin-bottom: 4px; color: var(--black); font-size: .88rem; }
.location-hours span { color: #646a70; font-size: .82rem; }
.location-card > a { color: var(--red); font-size: .86rem; font-weight: 850; }
.location-card > a:hover { text-decoration: underline; }

/* Opiniones reales de Google */
.reviews { position: relative; overflow: hidden; background: linear-gradient(180deg, #f7f7f8 0%, #ffffff 100%); }
.reviews::before { content: ""; position: absolute; width: 420px; height: 420px; top: -250px; right: -190px; border-radius: 50%; background: rgba(215,25,32,.055); pointer-events: none; }
.reviews-heading { display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: end; margin-bottom: 38px; }
.reviews-heading h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.65rem); line-height: 1.15; letter-spacing: -.035em; }
.reviews-source { display: flex; align-items: center; gap: 12px; padding: 13px 16px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.9); box-shadow: 0 10px 24px rgba(17,17,17,.05); }
.google-source-mark, .google-mark { display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; font-family: Arial, sans-serif; font-weight: 900; }
.google-source-mark { width: 38px; height: 38px; color: #4285f4; border: 1px solid #e2e4e8; background: #fff; font-size: 1.15rem; }
.reviews-source strong, .reviews-source span { display: block; }
.reviews-source strong { color: var(--black); font-size: .9rem; }
.reviews-source span { margin-top: 2px; color: #646a70; font-size: .72rem; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.review-card { position: relative; min-width: 0; padding: 25px 24px 23px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); box-shadow: 0 12px 32px rgba(17,17,17,.055); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.review-card::after { content: "“"; position: absolute; right: 18px; bottom: -20px; color: rgba(215,25,32,.07); font-family: Georgia, serif; font-size: 7.5rem; line-height: 1; pointer-events: none; }
.review-card:hover { transform: translateY(-5px); border-color: rgba(215,25,32,.24); box-shadow: 0 18px 42px rgba(17,17,17,.09); }
.review-card-top { display: grid; grid-template-columns: 46px 1fr auto; gap: 12px; align-items: center; }
.review-avatar { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: linear-gradient(135deg, var(--red), var(--red-dark)); font-size: .78rem; font-weight: 900; letter-spacing: .03em; }
.review-author { min-width: 0; }
.review-author h3 { margin: 0; overflow: hidden; text-overflow: ellipsis; color: var(--black); font-size: .95rem; line-height: 1.25; white-space: nowrap; }
.review-author p { margin: 3px 0 0; color: #747a80; font-size: .72rem; }
.google-mark { width: 30px; height: 30px; color: #4285f4; border: 1px solid #e3e5e8; background: #fff; font-size: .93rem; }
.review-rating { display: flex; align-items: center; gap: 2px; margin-top: 18px; }
.review-star { color: #d9dce0; font-size: 1rem; line-height: 1; }
.review-star.filled { color: #fabb05; }
.review-rating > span:last-child { margin-left: 8px; color: #747a80; font-size: .73rem; }
.review-card blockquote { position: relative; z-index: 1; margin: 15px 0 0; color: #454b51; font-size: .91rem; line-height: 1.65; }
.reviews-actions { display: flex; justify-content: space-between; align-items: center; gap: 26px; margin-top: 30px; padding-top: 25px; border-top: 1px solid var(--line); }
.reviews-actions p { max-width: 670px; margin: 0; color: #666c72; font-size: .82rem; }
.button-dark { color: var(--white); background: var(--black-soft); box-shadow: 0 10px 24px rgba(17,17,17,.14); }
.button-dark:hover { color: var(--white); background: #000; transform: translateY(-2px); }

.cta-section { padding: 0 0 20px; }
.cta-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; padding: 24px 38px; border-radius: 11px; color: var(--white); background: linear-gradient(135deg, #d71920 0%, #c31219 62%, #e5232a 100%); box-shadow: 0 18px 38px rgba(215,25,32,.24); }
.cta-panel::after { content: ""; position: absolute; inset: auto 0 0 0; height: 54%; opacity: .12; background: repeating-linear-gradient(120deg, rgba(255,255,255,.4) 0 2px, transparent 2px 24px); pointer-events: none; }
.cta-panel > * { position: relative; z-index: 1; }
.cta-icon { width: 70px; height: 70px; display: grid; place-items: center; }
.cta-icon svg { width: 40px; height: 40px; fill: var(--white); }
.cta-icon .cta-whatsapp-icon { width: 70px; height: 70px; object-fit: contain; }
.cta-panel h2 { margin: 0 0 3px; font-size: clamp(1.35rem, 2.5vw, 2rem); line-height: 1.2; }
.cta-panel p { margin: 0; color: rgba(255,255,255,.88); }

.site-footer { margin-top: 0; padding: 48px 0 22px; color: rgba(255,255,255,.78); background: radial-gradient(circle at 15% 10%, #242424 0%, #111 48%, #090909 100%); }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3, .75fr); gap: 46px; }
.footer-brand img { width: 190px; filter: brightness(0) invert(1); opacity: .96; }
.footer-brand p { margin: 14px 0 0; color: rgba(255,255,255,.62); font-size: .84rem; }
.footer-grid h2 { margin: 0 0 13px; color: var(--white); font-size: .77rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 7px; }
.footer-grid a { color: rgba(255,255,255,.7); font-size: .82rem; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { display: grid; grid-template-columns: 1fr auto auto; gap: 22px; align-items: center; margin-top: 38px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: .72rem; color: rgba(255,255,255,.5); }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: rgba(255,255,255,.8); font-weight: 800; }

.whatsapp-float { position: fixed; z-index: 950; right: 20px; bottom: 20px; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: #25d366; box-shadow: 0 12px 28px rgba(0,0,0,.25); transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 16px 34px rgba(0,0,0,.3); }
.whatsapp-float svg { width: 31px; height: 31px; fill: currentColor; }
.whatsapp-float .whatsapp-float-icon { width: 34px; height: 34px; object-fit: contain; }

.lightbox { width: min(94vw, 1200px); max-width: none; max-height: 92vh; padding: 0; border: 0; border-radius: 14px; overflow: hidden; background: #080808; box-shadow: 0 30px 100px rgba(0,0,0,.6); }
.lightbox::backdrop { background: rgba(0,0,0,.84); backdrop-filter: blur(4px); }
.lightbox img { width: 100%; max-height: 92vh; object-fit: contain; }
.lightbox-close { position: absolute; z-index: 2; top: 12px; right: 12px; width: 44px; height: 44px; border: 0; border-radius: 50%; color: var(--white); background: rgba(0,0,0,.68); font-size: 1.8rem; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1120px) {
  :root { --header-height: 78px; }
  .brand-copy { display: none; }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit:nth-child(2) { border-right: 0; }
  .benefit:nth-child(-n+2) { border-bottom: 1px solid #d8d9db; }
  .about-layout { grid-template-columns: 1fr 1fr; }
  .contact-card { grid-column: 1 / -1; }
  .contact-card ul { grid-template-columns: repeat(2, 1fr); }
  .location-layout { grid-template-columns: 1fr; }
  .location-card { display: grid; grid-template-columns: auto 1fr; column-gap: 18px; align-items: start; }
  .location-card-icon { grid-row: 1 / span 5; }
  .location-card .eyebrow, .location-card h3, .location-card > p, .location-card .location-hours, .location-card > a { grid-column: 2; }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-bottom { grid-template-columns: 1fr; gap: 6px; text-align: center; }
}

@media (max-width: 860px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: var(--header-height) 0 auto 0; display: grid; gap: 0; padding: 12px 20px 22px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 20px 40px rgba(0,0,0,.12); transform: translateY(-120%); opacity: 0; pointer-events: none; transition: transform .25s ease, opacity .25s ease; }
  .main-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .main-nav > a:not(.button) { padding: 14px 4px; border-bottom: 1px solid #eee; }
  .main-nav > a:not(.button)::after { display: none; }
  .nav-cta { margin: 14px 0 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 680px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(0,0,0,.87), rgba(0,0,0,.48)), linear-gradient(0deg, rgba(0,0,0,.32), transparent); }
  .showcase-head { grid-template-columns: 1fr; gap: 12px; }
  .location-heading { grid-template-columns: 1fr; align-items: start; }
  .location-heading .button { width: fit-content; }
  .reviews-heading { grid-template-columns: 1fr; align-items: start; }
  .reviews-source { width: fit-content; }
  .reviews-actions { align-items: flex-start; flex-direction: column; }
  .photo-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 240px; }
  .photo-wide { grid-column: 1 / -1; grid-row: auto; }
  .cta-panel { grid-template-columns: auto 1fr; }
  .cta-panel .button { grid-column: 1 / -1; width: 100%; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .brand img { width: 126px; }
  .hero {
    min-height: auto;
    display: block;
    overflow: visible;
    background: #0f0f10;
  }
  .hero-media {
    position: relative;
    display: block;
    height: 53vh;
    min-height: 380px;
    max-height: 520px;
  }
  .hero-media img {
    object-position: center 24%;
  }
  .hero-overlay {
    background: linear-gradient(180deg, rgba(0,0,0,.12) 0%, rgba(0,0,0,.08) 45%, rgba(0,0,0,.72) 100%);
  }
  .hero-inner {
    margin-top: -58px;
    padding: 0 0 34px;
  }
  .hero-content {
    max-width: none;
    padding: 18px 16px 18px;
    border-radius: 18px 18px 0 0;
    background: linear-gradient(180deg, rgba(8,8,8,.94) 0%, rgba(14,14,14,.98) 100%);
    box-shadow: 0 -10px 30px rgba(0,0,0,.24);
  }
  .hero .eyebrow {
    margin-bottom: 10px;
    font-size: .72rem;
  }
  .hero h1 {
    font-size: clamp(1.85rem, 8.8vw, 2.6rem);
    line-height: 1.06;
  }
  .hero-lead {
    margin-top: 16px;
    font-size: .96rem;
  }
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 22px;
  }
  .hero-actions .button { width: 100%; }
  .hero-details {
    display: grid;
    gap: 10px;
    margin-top: 18px;
    font-size: .79rem;
  }
  .section { padding: 68px 0; }
  .service-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .service-card { min-height: 250px; padding: 22px 13px 18px; }
  .service-icon { width: 48px; height: 48px; margin-bottom: 12px; }
  .service-icon svg { width: 44px; height: 44px; }
  .service-icon img { width: 46px; height: 46px; }
  .service-card h3 { font-size: .93rem; }
  .service-card p { font-size: .78rem; }
  .benefit-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .review-card { padding: 22px 20px; }
  .reviews-actions .button { width: 100%; }
  .benefit { border-right: 0; border-bottom: 1px solid #d8d9db; padding: 19px 8px; }
  .benefit:last-child { border-bottom: 0; }
  .photo-grid { grid-template-columns: 1fr; grid-auto-rows: 230px; }
  .photo-wide { grid-column: auto; }
  .about-layout { grid-template-columns: 1fr; }
  .location-map, .location-map iframe { min-height: 360px; }
  .location-card { display: block; padding: 25px 20px; }
  .location-card-icon { grid-row: auto; }
  .location-card .eyebrow, .location-card h3, .location-card > p, .location-card .location-hours, .location-card > a { grid-column: auto; }
  .location-heading .button { width: 100%; }
  .about-image { min-height: 300px; }
  .mini-features { gap: 8px; }
  .mini-features span { font-size: .69rem; }
  .contact-card { grid-column: auto; padding: 25px 20px; }
  .contact-card ul { grid-template-columns: 1fr; }
  .cta-panel { grid-template-columns: 1fr; text-align: center; padding: 28px 20px; }
  .cta-icon { margin-inline: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px 18px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand img { width: 170px; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 54px; height: 54px; }
}

@media (max-width: 420px) {
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

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