/*
Theme Name: Altazú Motors
Author: Altazú Motors
Description: Tema personalizado desarrollado para Altazú Motors.
Version: 0.2.0
Text Domain: altazu-motors
*/

:root {
  --altazu-red: #ef2027;
  --altazu-black: #090909;
  --altazu-white: #ffffff;
  --altazu-muted: #c9c9c9;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--altazu-white);
  background: var(--altazu-black);
  font-family: Arial, Helvetica, sans-serif;
}

a { color: inherit; text-decoration: none; }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.7);
}

body.admin-bar .site-header { top: 32px; }

.header-inner {
  display: flex;
  min-height: 82px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 28px 0;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand { font-weight: 800; letter-spacing: 1px; line-height: 0.9; }
.brand-name { display: block; font-size: 24px; }
.brand-subtitle { color: var(--altazu-red); font-size: 12px; letter-spacing: 4px; }
.brand-logo { display: block; flex: 0 0 auto; }
.brand-logo img { display: block; width: 142px; height: auto; }

.main-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; }
.main-nav a:hover { color: var(--altazu-red); }

.button {
  display: inline-flex;
  min-height: 46px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  transition: 0.2s ease;
}

.button-primary { background: var(--altazu-red); }
.button-primary:hover { background: #c90f16; }
.button-outline { border-color: rgba(255,255,255,.65); background: rgba(0,0,0,.2); }
.button-outline:hover { border-color: var(--altazu-red); color: var(--altazu-red); }

.header-cta {
  width: 50px;
  min-height: 50px;
  padding: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(239, 32, 39, .45);
}

.header-cta svg { width: 25px; height: 25px; fill: currentColor; }
.header-cta:hover { transform: translateY(-2px); box-shadow: 0 7px 20px rgba(239, 32, 39, .32); }

.menu-toggle { display: none; border: 0; color: white; background: transparent; font-size: 28px; }

.hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  text-align: center;
  background: #050505;
}

.hero-slides { display: flex; min-height: 720px; transition: transform .75s cubic-bezier(.65, 0, .35, 1); will-change: transform; }
.hero-slide {
  display: grid;
  min-width: 100%;
  min-height: 720px;
  padding: 140px 28px 80px;
  place-items: center;
}
.hero-slide-main {
  background:
    linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.62) 52%, rgba(0,0,0,.78)),
    linear-gradient(0deg, rgba(0,0,0,.28), rgba(0,0,0,.08)),
    url("assets/images/hero-taller-altazu-camaro.jpg") center center / cover no-repeat;
}

.hero-content { width: min(760px, 100%); }
.hero-kicker { margin: 0 0 8px; color: var(--altazu-red); font-size: clamp(22px, 3vw, 34px); font-weight: 700; }
.hero h1 { margin: 0; font-size: clamp(54px, 8vw, 92px); line-height: .98; letter-spacing: -3px; }
.hero-service { display: flex; margin: 20px 0 26px; align-items: center; justify-content: center; gap: 18px; font-size: clamp(20px, 3vw, 30px); font-weight: 800; }
.hero-service::before, .hero-service::after { width: 64px; height: 2px; content: ""; background: var(--altazu-red); }
.hero-copy { margin: 0 auto 30px; color: #f0f0f0; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; justify-content: center; gap: 16px; }
.hero-slide-checklist {
  background:
    linear-gradient(90deg, rgba(0,0,0,.92), rgba(0,0,0,.66) 54%, rgba(0,0,0,.86)),
    url("assets/images/trabajos/trabajo-inspeccion.jpg") center 46% / cover no-repeat;
}
.hero-checklist-content { display: grid; width: min(940px, 100%); grid-template-columns: 1fr 250px; align-items: center; gap: 70px; text-align: left; }
.hero-checklist-copy h2 { max-width: 680px; margin: 0 0 22px; color: #fff; font-size: clamp(42px, 6vw, 72px); line-height: 1.03; letter-spacing: -2px; }
.hero-checklist-copy > p:last-child { max-width: 610px; margin: 0; color: #eee; font-size: 18px; line-height: 1.65; }
.hero-qr-card { padding: 18px 18px 16px; border: 1px solid rgba(255,255,255,.25); border-radius: 12px; color: #fff; background: rgba(255,255,255,.96); box-shadow: 0 18px 45px rgba(0,0,0,.4); text-align: center; }
.hero-qr-card img { display: block; width: 100%; height: auto; border-radius: 5px; }
.hero-qr-card strong { display: block; padding-top: 11px; color: #171717; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; }
.hero-slider-dots { position: absolute; z-index: 3; bottom: 28px; left: 50%; display: flex; gap: 10px; transform: translateX(-50%); }
.hero-slider-dots button { width: 10px; height: 10px; padding: 0; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; background: transparent; cursor: pointer; transition: width .25s ease, border-radius .25s ease, background .25s ease; }
.hero-slider-dots button.is-active { width: 34px; border-radius: 8px; border-color: var(--altazu-red); background: var(--altazu-red); }

.section-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.why-us {
  padding: 64px 0 70px;
  color: #151515;
  background: #fff;
}

.section-heading {
  margin-bottom: 46px;
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.15;
}

.section-heading span {
  display: block;
  width: 66px;
  height: 2px;
  margin: 17px auto 0;
  background: var(--altazu-red);
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
}

.benefit-card { text-align: center; }

.benefit-card svg {
  width: 48px;
  height: 48px;
  margin-bottom: 15px;
  fill: none;
  stroke: var(--altazu-red);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.benefit-card h3 { margin: 0 0 12px; font-size: 18px; }
.benefit-card p { max-width: 220px; margin: 0 auto; color: #3d3d3d; font-size: 14px; line-height: 1.6; }

.home-work {
  padding: 68px 0 72px;
  color: #171717;
  background: #f4f4f4;
}

.work-gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.work-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1;
  border: 4px solid #fff;
  border-radius: 14px;
  background: #ddd;
  box-shadow: 0 10px 24px rgba(0,0,0,.1);
  transition: transform .25s ease, box-shadow .25s ease;
}

.work-thumb::after {
  position: absolute;
  inset: 0;
  content: "";
  border-radius: inherit;
  background: linear-gradient(180deg, transparent 65%, rgba(0,0,0,.2));
  opacity: 0;
  transition: opacity .25s ease;
}

.work-thumb img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.work-thumb:hover { transform: translateY(-5px); box-shadow: 0 16px 34px rgba(0,0,0,.16); }
.work-thumb:hover img { transform: scale(1.045); }
.work-thumb:hover::after { opacity: 1; }
.work-action { display: flex; margin-top: 32px; justify-content: center; }
.button-light { border-color: var(--altazu-red); color: #171717; background: #fff; }
.button-light:hover { color: #fff; background: var(--altazu-red); }

.home-services {
  padding: 70px 0 76px;
  background: radial-gradient(circle at 50% 0, #242424 0, #111 42%, #080808 100%);
}

.section-heading-light { color: #fff; }

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.service-card {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 6px;
  background: linear-gradient(145deg, #1e1e1e, #111);
  box-shadow: 0 12px 32px rgba(0,0,0,.22);
  transition: transform .25s ease, border-color .25s ease;
}

.service-card:hover { transform: translateY(-6px); border-color: rgba(239,32,39,.65); }

.service-card-media {
  display: grid;
  height: 180px;
  place-items: center;
  background:
    linear-gradient(145deg, rgba(239,32,39,.14), rgba(0,0,0,.1)),
    repeating-linear-gradient(135deg, #292929 0, #292929 12px, #222 12px, #222 24px);
}

.service-card-media svg {
  width: 68px;
  height: 68px;
  fill: none;
  stroke: var(--altazu-red);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 5px 14px rgba(239,32,39,.2));
}

.service-card-content { min-height: 150px; padding: 23px 18px 25px; text-align: center; }
.service-card h3 { margin: 0 0 12px; font-size: 18px; line-height: 1.25; }
.service-card p { max-width: 210px; margin: 0 auto; color: #c2c2c2; font-size: 13px; line-height: 1.55; }
.services-action { display: flex; margin-top: 38px; justify-content: center; }

/* Página de servicios */
.services-page { color: #171717; background: #fff; }
.services-hero {
  background:
    linear-gradient(90deg, rgba(0,0,0,.94), rgba(0,0,0,.56), rgba(0,0,0,.86)),
    url("assets/images/trabajos/trabajo-distribucion-motor.jpg") center 52% / cover no-repeat;
}
.services-hero-copy { max-width: 680px; margin: 24px 0 0; color: #dedede; font-size: 17px; line-height: 1.65; }
.services-featured { padding: 76px 0 88px; }
.featured-services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.featured-service { position: relative; display: flex; min-height: 480px; overflow: hidden; align-items: flex-end; border-radius: 10px; color: #fff; box-shadow: 0 20px 45px rgba(0,0,0,.2); }
.featured-service::before { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, rgba(0,0,0,.08) 12%, rgba(0,0,0,.92) 92%); }
.featured-diagnostic { background: url("assets/images/trabajos/trabajo-distribucion-motor.jpg") center / cover no-repeat; }
.featured-machinery { background: url("assets/images/trabajos/trabajo-taller.jpg") center / cover no-repeat; }
.featured-service-content { position: relative; z-index: 1; padding: 38px; }
.featured-service-number { display: block; margin-bottom: 13px; color: var(--altazu-red); font-size: 36px; font-weight: 900; }
.featured-service-kicker { margin: 0 0 8px; color: #ddd; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.8px; }
.featured-service h3 { max-width: 510px; margin: 0 0 16px; font-size: clamp(26px, 3vw, 38px); line-height: 1.12; }
.featured-service-content > p:last-child { max-width: 570px; margin: 0; color: #dedede; font-size: 15px; line-height: 1.7; }
.services-catalog { padding: 76px 0 86px; color: #fff; background: radial-gradient(circle at 50% 0, #282828, #090909 68%); }
.services-catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.services-catalog-grid article { min-height: 250px; padding: 30px 28px; border: 1px solid rgba(255,255,255,.11); border-radius: 8px; background: rgba(255,255,255,.035); transition: transform .25s ease, border-color .25s ease; }
.services-catalog-grid article:hover { transform: translateY(-5px); border-color: rgba(239,32,39,.65); }
.services-catalog-grid article > span { display: block; margin-bottom: 25px; color: var(--altazu-red); font-size: 25px; font-weight: 900; }
.services-catalog-grid h3 { margin: 0 0 14px; font-size: 20px; line-height: 1.3; }
.services-catalog-grid p { margin: 0; color: #c6c6c6; font-size: 14px; line-height: 1.65; }
.services-closing { padding: 66px 0; background: linear-gradient(100deg, #240405, #0b0b0b 62%); color: #fff; }
.services-closing-inner { display: flex; align-items: center; justify-content: space-between; gap: 42px; }
.services-closing h2 { margin: 0 0 12px; font-size: clamp(28px, 4vw, 44px); }
.services-closing p:not(.section-eyebrow) { max-width: 700px; margin: 0; color: #ccc; line-height: 1.6; }
.services-closing .button { flex: 0 0 auto; }

.site-footer {
  padding: 62px 0 32px;
  border-top: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(110deg, #111 0%, #090909 55%, #141414 100%);
}

.footer-grid {
  display: grid;
  width: min(1420px, calc(100% - 64px));
  margin: 0 auto;
  grid-template-columns: 1.2fr .7fr 1fr 1.05fr 1.35fr;
  gap: 36px;
}

.footer-brand-column { display: flex; align-items: center; justify-content: flex-start; }
.footer-brand { display: inline-block; margin: 0; }
.footer-brand img { width: 190px; }
.footer-bottom {
  width: min(1420px, calc(100% - 64px));
  margin: 36px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.1);
  text-align: center;
}
.copyright { margin: 0; color: #a9a9a9; font-size: 12px; }

.footer-column { display: flex; align-items: flex-start; flex-direction: column; gap: 11px; }
.footer-column h2 { margin: 0 0 4px; font-size: 14px; }
.footer-column a, .footer-column p { margin: 0; color: #cfcfcf; font-size: 12px; line-height: 1.45; }
.footer-column a:hover { color: var(--altazu-red); }
.footer-contact span { color: var(--altazu-red); font-size: 8px; }
.social-links { display: flex; margin-top: 5px; gap: 10px; }
.social-links a { display: grid; width: 32px; height: 32px; border-radius: 6px; place-items: center; color: #fff; background: var(--altazu-red); }
.social-links a:hover { color: #fff; transform: translateY(-2px); background: #c90f16; }
.social-links svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.social-links a:last-child svg { fill: currentColor; stroke: none; }
.social-links .social-dot { fill: currentColor; stroke: none; }

.footer-map {
  display: block;
  width: 100%;
  max-width: 340px;
  margin-top: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 5px;
  background: #181818;
}

.footer-map iframe {
  display: block;
  width: 100%;
  height: 150px;
  border: 0;
  pointer-events: none;
  filter: grayscale(.3) contrast(1.05);
}

.footer-map span {
  display: block;
  padding: 9px 12px;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
}

.footer-map:hover { border-color: var(--altazu-red); }
.footer-map:hover span { color: var(--altazu-red); }

.contact-page { color: #171717; background: #fff; }

.page-hero {
  padding: 150px 0 68px;
  color: #fff;
  background: linear-gradient(90deg, rgba(0,0,0,.97), rgba(0,0,0,.72)), radial-gradient(circle at 75% 50%, #3b1718, #090909 55%);
}

.page-kicker { margin: 0 0 10px; color: var(--altazu-red); font-size: 15px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; }
.page-hero h1 { margin: 0; font-size: clamp(42px, 6vw, 66px); }
.page-hero .section-container > span { display: block; width: 58px; height: 3px; margin-top: 18px; background: var(--altazu-red); }

.contact-section { padding: 78px 0 90px; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: stretch; }
.section-heading-left { margin-bottom: 25px; text-align: left; }
.section-heading-left span { margin-left: 0; }
.contact-intro { max-width: 520px; margin: 0 0 34px; color: #555; line-height: 1.7; }
.contact-list { display: grid; margin-bottom: 32px; gap: 15px; }
.contact-list a { display: flex; padding: 17px 18px; border: 1px solid #e6e6e6; border-left: 3px solid var(--altazu-red); flex-direction: column; gap: 5px; background: #fafafa; }
.contact-list a:hover { border-color: var(--altazu-red); }
.contact-list strong { font-size: 14px; }
.contact-list span { color: #555; font-size: 14px; }
.contact-map { min-height: 480px; overflow: hidden; border-radius: 6px; box-shadow: 0 14px 38px rgba(0,0,0,.13); }
.contact-map iframe { width: 100%; height: 100%; min-height: 480px; border: 0; }

.about-page { color: #171717; background: #fff; }
.about-hero {
  background:
    linear-gradient(90deg, rgba(0,0,0,.94), rgba(0,0,0,.58), rgba(0,0,0,.82)),
    url("assets/images/hero-taller-altazu-camaro.jpg") center 42% / cover no-repeat;
}

.about-sections { padding: 36px 0 84px; }
.about-row { display: grid; padding: 48px 0; grid-template-columns: .95fr 1.05fr; gap: 72px; align-items: center; }
.about-row + .about-row { border-top: 1px solid #e6e6e6; }
.about-copy > p { margin: 0 0 18px; color: #4b4b4b; font-size: 16px; line-height: 1.75; }
.about-copy .button { margin-top: 16px; }
.section-eyebrow { margin: 0 0 9px; color: var(--altazu-red); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.8px; }
.about-history-text p { margin: 0 0 18px; color: #4b4b4b; font-size: 16px; line-height: 1.75; }
.about-history-text p:last-child { margin-bottom: 0; }
.about-photo { margin: 0; overflow: hidden; aspect-ratio: 4 / 3; border-radius: 10px; box-shadow: 0 18px 42px rgba(0,0,0,.17); }
.about-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }

.about-values { padding: 72px 0 78px; color: #fff; background: radial-gradient(circle at 50% 0, #262626, #090909 68%); }
.about-values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.about-values-grid article { padding: 30px 24px; border: 1px solid rgba(255,255,255,.1); border-radius: 7px; background: rgba(255,255,255,.035); }
.about-values-grid article > span { display: block; margin-bottom: 24px; color: var(--altazu-red); font-size: 31px; font-weight: 800; }
.about-values-grid h3 { margin: 0 0 12px; font-size: 18px; }
.about-values-grid p { margin: 0; color: #c7c7c7; font-size: 13px; line-height: 1.65; }

.about-cta { padding: 55px 0; color: #fff; background: linear-gradient(105deg, #2a0708, #111 55%, #050505); }
.about-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.about-cta h2 { margin: 0 0 9px; font-size: clamp(28px, 4vw, 42px); }
.about-cta p:not(.page-kicker) { margin: 0; color: #d0d0d0; }
.about-cta .button { flex: 0 0 auto; }

.gallery-page { color: #171717; background: #f4f4f4; }
.gallery-hero {
  background:
    linear-gradient(90deg, rgba(0,0,0,.94), rgba(0,0,0,.6), rgba(0,0,0,.84)),
    url("assets/images/trabajos/trabajo-taller.jpg") center 62% / cover no-repeat;
}
.gallery-showcase { padding: 74px 0 88px; }
.gallery-intro { max-width: 720px; margin: -20px auto 38px; color: #555; text-align: center; font-size: 16px; line-height: 1.7; }
.gallery-viewer { max-width: 1050px; margin: 0 auto; }
.gallery-stage { position: relative; overflow: hidden; aspect-ratio: 16 / 9; border: 6px solid #fff; border-radius: 12px; background: #121212; box-shadow: 0 20px 50px rgba(0,0,0,.2); }
.gallery-main-image { display: block; width: 100%; height: 100%; object-fit: cover; opacity: 1; transition: opacity .14s ease; }
.gallery-main-image.is-changing { opacity: .35; }
.gallery-arrow { position: absolute; z-index: 2; top: 50%; display: grid; width: 48px; height: 48px; padding: 0; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; place-items: center; color: #fff; background: rgba(0,0,0,.58); font-size: 37px; line-height: 1; transform: translateY(-50%); cursor: pointer; }
.gallery-arrow:hover { border-color: var(--altazu-red); background: var(--altazu-red); }
.gallery-arrow-prev { left: 18px; }
.gallery-arrow-next { right: 18px; }
.gallery-counter { position: absolute; right: 16px; bottom: 14px; padding: 7px 12px; border-radius: 20px; color: #fff; background: rgba(0,0,0,.7); font-size: 12px; font-weight: 700; }
.gallery-thumbnails {
  display: flex;
  margin-top: 18px;
  gap: 12px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
}
.gallery-thumbnail { flex: 0 0 calc((100% - 48px) / 5); overflow: hidden; aspect-ratio: 1; padding: 0; border: 3px solid transparent; border-radius: 8px; opacity: .7; background: #ddd; cursor: pointer; transition: opacity .2s ease, border-color .2s ease, transform .2s ease; }
.gallery-thumbnail img { display: block; width: 100%; height: 100%; object-fit: cover; }
.gallery-thumbnail:hover { opacity: 1; transform: translateY(-3px); }
.gallery-thumbnail.is-active { border-color: var(--altazu-red); opacity: 1; }

@media (max-width: 760px) {
  body.admin-bar .site-header { top: 46px; }
  .header-inner { min-height: 72px; padding: 7px 20px 0; }
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; top: 72px; left: 0; width: 100%; padding: 24px; flex-direction: column; background: #090909; }
  .main-nav.is-open { display: flex; }
  .header-cta { display: none; }
  .hero, .hero-slides, .hero-slide { min-height: 680px; }
  .hero-slide { padding: 120px 20px 72px; }
  .hero h1 { letter-spacing: -2px; }
  .hero-service { gap: 10px; }
  .hero-service::before, .hero-service::after { width: 30px; }
  .hero-actions { flex-direction: column; }
  .hero-checklist-content { grid-template-columns: 1fr; gap: 28px; text-align: center; }
  .hero-checklist-copy h2 { margin-inline: auto; font-size: clamp(38px, 11vw, 54px); }
  .hero-checklist-copy > p:last-child { margin-inline: auto; font-size: 15px; }
  .hero-qr-card { width: 170px; padding: 12px; margin: 0 auto; }
  .hero-slider-dots { bottom: 18px; }
  .section-container { width: min(100% - 40px, 560px); }
  .benefits-grid { grid-template-columns: 1fr; gap: 38px; }
  .work-gallery { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .work-thumb:last-child { grid-column: 1 / -1; width: calc(50% - 6px); justify-self: center; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card-media { height: 200px; }
  .services-hero-copy { font-size: 15px; }
  .services-featured { padding: 56px 0 64px; }
  .featured-services-grid, .services-catalog-grid { grid-template-columns: 1fr; }
  .featured-service { min-height: 420px; }
  .featured-service-content { padding: 28px 24px; }
  .services-catalog { padding: 58px 0 64px; }
  .services-catalog-grid article { min-height: auto; }
  .services-closing-inner { align-items: flex-start; flex-direction: column; }
  .services-closing .button { width: 100%; }
  .site-footer { padding-top: 48px; }
  .footer-grid { width: min(100% - 40px, 560px); grid-template-columns: 1fr; gap: 38px; }
  .footer-brand-column { justify-content: center; }
  .footer-bottom { width: min(100% - 40px, 560px); }
  .footer-map { max-width: none; }
  .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .contact-section { padding: 58px 0 68px; }
  .contact-map, .contact-map iframe { min-height: 360px; }
  .contact-whatsapp { width: 100%; }
  .about-sections { padding: 18px 0 58px; }
  .about-row { padding: 38px 0; grid-template-columns: 1fr; gap: 32px; }
  .about-values-grid { grid-template-columns: 1fr; }
  .about-cta-inner { align-items: flex-start; flex-direction: column; }
  .about-cta .button { width: 100%; }
  .gallery-showcase { padding: 58px 0 68px; }
  .gallery-stage { aspect-ratio: 4 / 3; border-width: 4px; }
  .gallery-arrow { width: 40px; height: 40px; font-size: 31px; }
  .gallery-arrow-prev { left: 10px; }
  .gallery-arrow-next { right: 10px; }
  .gallery-thumbnails { gap: 9px; }
  .gallery-thumbnail { flex-basis: calc((100% - 18px) / 3); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slides { transition: none; }
}

@media (min-width: 761px) and (max-width: 980px) {
  .gallery-thumbnail { flex-basis: calc((100% - 36px) / 4); }
}

@media (min-width: 761px) and (max-width: 980px) {
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .work-gallery { grid-template-columns: repeat(3, 1fr); }
  .work-thumb:nth-last-child(-n+2) { transform: translateX(50%); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .featured-service { min-height: 440px; }
  .services-catalog-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-map-column { grid-column: 1 / -1; }
  .footer-map { max-width: none; }
  .about-values-grid { grid-template-columns: repeat(2, 1fr); }
}
