.footer-company-data {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem 1.25rem;
  width: 100%;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-align: center;
}

.footer-company-data a {
  color: inherit;
  text-decoration: none;
  transition: color 160ms ease;
}

.footer-company-data a:hover,
.footer-company-data a:focus-visible {
  color: #c8a96b;
}

/* Service landing pages: second density pass. */
.mh-automotive-page .film-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mh-automotive-page .film-card > p {
  min-height: 42px;
}

.mh-automotive-page .ideal-use {
  min-height: 58px;
}

.mh-automotive-page .irr-explainer,
.mh-residential-page .irr-explainer,
.mh-commercial-page .irr-explainer {
  padding: 14px 18px;
}

@media (max-width: 640px) {
  .mh-automotive-page .service-hero-copy,
  .mh-residential-page .service-hero-copy,
  .mh-commercial-page .service-hero-copy {
    padding-top: 1.55rem !important;
    padding-bottom: 1.55rem !important;
  }

  .mh-automotive-page .service-hero-copy h1,
  .mh-residential-page .service-hero-copy h1,
  .mh-commercial-page .service-hero-copy h1 {
    margin-bottom: 0.85rem;
    font-size: clamp(2.1rem, 10.5vw, 2.55rem);
    line-height: 0.98;
  }

  .mh-automotive-page .service-hero-copy > p:not(.eyebrow),
  .mh-residential-page .service-hero-copy > p:not(.eyebrow),
  .mh-commercial-page .service-hero-copy > p:not(.eyebrow) {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .mh-automotive-page .service-hero-image,
  .mh-residential-page .service-hero-image,
  .mh-commercial-page .service-hero-image,
  .mh-automotive-page .service-hero-image img,
  .mh-residential-page .service-hero-image img,
  .mh-commercial-page .service-hero-image img {
    min-height: 225px !important;
    height: 225px !important;
  }

  .mh-automotive-page .service-benefit-grid,
  .mh-residential-page .service-benefit-grid,
  .mh-commercial-page .service-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, 78%);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .mh-automotive-page .service-benefit-grid::-webkit-scrollbar,
  .mh-residential-page .service-benefit-grid::-webkit-scrollbar,
  .mh-commercial-page .service-benefit-grid::-webkit-scrollbar {
    display: none;
  }

  .mh-automotive-page .service-benefit-grid article,
  .mh-residential-page .service-benefit-grid article,
  .mh-commercial-page .service-benefit-grid article {
    min-height: 155px;
    padding: 1rem;
    border: 1px solid var(--line);
    scroll-snap-align: start;
  }

  .mh-automotive-page .service-benefit-grid h3,
  .mh-residential-page .service-benefit-grid h3,
  .mh-commercial-page .service-benefit-grid h3 {
    margin: 1.4rem 0 0.55rem;
    font-size: 1rem;
  }

  .mh-automotive-page .service-benefit-grid p,
  .mh-residential-page .service-benefit-grid p,
  .mh-commercial-page .service-benefit-grid p {
    font-size: 0.78rem;
    line-height: 1.45;
  }

  .mh-automotive-page .film-grid {
    grid-template-columns: repeat(4, 86%) !important;
  }

  .mh-automotive-page .service-process ol,
  .mh-residential-page .service-process ol,
  .mh-commercial-page .service-process ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border: 1px solid var(--line);
  }

  .mh-automotive-page .service-process li,
  .mh-residential-page .service-process li,
  .mh-commercial-page .service-process li {
    align-content: start;
    align-items: flex-start;
    min-height: 86px;
    padding: 0.8rem !important;
    border: 0;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    gap: 0.45rem;
  }

  .mh-automotive-page .service-process li:nth-child(even),
  .mh-residential-page .service-process li:nth-child(even),
  .mh-commercial-page .service-process li:nth-child(even) {
    border-right: 0;
  }

  .mh-automotive-page .service-process li:nth-last-child(-n + 2),
  .mh-residential-page .service-process li:nth-last-child(-n + 2),
  .mh-commercial-page .service-process li:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .mh-automotive-page .service-process li strong,
  .mh-residential-page .service-process li strong,
  .mh-commercial-page .service-process li strong {
    font-size: 0.72rem;
    line-height: 1.35;
  }

  .mh-commercial-page .mh-commercial-project figure {
    display: block;
    position: relative;
    min-height: 330px;
  }

  .mh-commercial-page .mh-commercial-project figure > img {
    width: 100%;
    height: 330px !important;
  }

  .mh-commercial-page .mh-commercial-project figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 4rem 1rem 1rem;
    background: linear-gradient(transparent, rgba(8, 10, 11, 0.96));
  }

  .mh-commercial-page .mh-commercial-project figcaption h3 {
    margin: 0.45rem 0 0;
    font-size: 1.15rem;
  }

  .mh-commercial-page .mh-commercial-project figcaption p {
    display: none;
  }

  .mh-automotive-page .section-heading h2,
  .mh-residential-page .section-heading h2,
  .mh-commercial-page .section-heading h2,
  .mh-automotive-page .service-process h2,
  .mh-residential-page .service-process h2,
  .mh-commercial-page .service-process h2 {
    font-size: 1.75rem;
  }
}

.mh-ppf-bikes {
  padding-top: clamp(4rem, 7vw, 6.5rem);
  padding-bottom: clamp(4rem, 7vw, 6.5rem);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

html { scroll-behavior: smooth; }

.mh-scroll-anchor,
#ppf-automotivo,
#ppf-motos,
#ppf-bikes {
  scroll-margin-top: 110px;
}

.ppf-page .ppf-hero {
  min-height: 500px;
  grid-template-columns: 0.92fr 1.08fr;
}

.ppf-page .ppf-hero-image img {
  min-height: 500px;
  height: 500px;
}

.ppf-page .ppf-hero-copy {
  padding: 44px clamp(36px, 5vw, 66px);
}

.ppf-page .ppf-hero-copy > p:not(.eyebrow) {
  max-width: 610px;
  line-height: 1.6;
}

.mh-ppf-type-picker {
  padding-top: clamp(2.25rem, 4vw, 3.5rem);
  padding-bottom: clamp(2.75rem, 5vw, 4.5rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.mh-ppf-type-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.6rem;
}

.mh-ppf-type-heading .eyebrow { margin-bottom: 0; }
.mh-ppf-type-heading h2 { font-size: clamp(2rem, 3.2vw, 3.5rem); line-height: 1; text-transform: uppercase; }

.mh-ppf-type-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.mh-ppf-type-grid a {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.5rem 1rem;
  min-height: 132px;
  padding: 1.35rem 1.45rem;
  background: #0d0f10;
  transition: background 180ms ease, color 180ms ease;
}

.mh-ppf-type-grid a:hover,
.mh-ppf-type-grid a:focus-visible { background: #171714; outline: 1px solid #d8a43a; outline-offset: -1px; }
.mh-ppf-type-grid strong { align-self: end; color: #fff; font-size: clamp(1.05rem, 1.6vw, 1.35rem); text-transform: uppercase; }
.mh-ppf-type-grid small { color: rgba(255, 255, 255, 0.58); font-size: 0.76rem; }
.mh-ppf-type-grid b { grid-column: 2; grid-row: 1 / 3; align-self: center; color: #c8a96b; font-size: 1.25rem; }

/* Sequential labels add noise without helping the customer choose. */
.ppf-benefit-grid article > span,
.ppf-kit-content > span,
.ppf-process ol li > span {
  display: none !important;
}

.mh-ppf-motos-section {
  padding-top: clamp(3.25rem, 6vw, 5rem);
  padding-bottom: clamp(3.25rem, 6vw, 5rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.mh-ppf-motos-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.55fr);
  gap: 0.8rem clamp(2rem, 6vw, 6rem);
  align-items: end;
  margin-bottom: 1.75rem;
}

.mh-ppf-motos-heading .eyebrow { grid-column: 1 / -1; margin: 0; }
.mh-ppf-motos-heading h2 { margin: 0; font-size: clamp(2.45rem, 5vw, 5rem); line-height: 0.95; text-transform: uppercase; }
.mh-ppf-motos-heading > p:last-child { margin: 0; color: rgba(255, 255, 255, 0.72); line-height: 1.65; }
.mh-ppf-motos-section .mh-moto-project { margin-top: 0; }
.mh-ppf-motos-section .mh-moto-project > h3 { margin: 0 0 1rem; font-size: 1.15rem; color: #c8a96b; text-transform: uppercase; }

.mh-ppf-bikes-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: end;
}

.mh-ppf-bikes h2 {
  margin: 0.7rem 0 0;
  font-size: clamp(2.65rem, 5.5vw, 5.6rem);
  line-height: 0.96;
  text-transform: uppercase;
  letter-spacing: -0.035em;
}

.mh-ppf-bikes-lead {
  max-width: 620px;
  margin: 1rem 0 0;
  color: #c8a96b;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.45;
}

.mh-ppf-bikes-copy > p {
  margin: 0 0 1.5rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.mh-ppf-bikes-media {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: clamp(2.25rem, 5vw, 4rem) 0 0;
}

.mh-ppf-bikes-media figure {
  margin: 0;
  min-width: 0;
  overflow: hidden;
}

.mh-ppf-bikes-media img {
  display: block;
  width: 100%;
  height: clamp(210px, 19vw, 270px);
  object-fit: cover;
  object-position: center 48%;
  border-radius: 12px;
}

.mh-ppf-bikes-media figcaption {
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.5;
}

.mh-ppf-bikes-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(2.25rem, 5vw, 4rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.12);
}

.mh-ppf-bikes-grid article {
  min-height: 155px;
  padding: 1.35rem;
  background: #0d0f10;
}

.mh-ppf-bikes-grid strong {
  display: block;
  color: #fff;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.mh-ppf-bikes-grid p {
  margin: 0.8rem 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .ppf-page .ppf-hero { grid-template-columns: 1fr; }
  .ppf-page .ppf-hero-image img { min-height: 320px; height: 320px; }
  .mh-ppf-type-heading { align-items: start; flex-direction: column; gap: 0.8rem; }
  .mh-ppf-bikes-intro { grid-template-columns: 1fr; gap: 1.5rem; }
  .mh-ppf-bikes-copy { max-width: 680px; }
  .mh-ppf-bikes-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mh-ppf-bikes-grid article:last-child { grid-column: 1 / -1; }
  .mh-ppf-motos-heading { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .footer-company-data {
    flex-direction: column;
    gap: 0.45rem;
    padding-top: 0.9rem;
    font-size: 0.74rem;
  }
}

.mh-enhancement {
  padding-top: clamp(4rem, 8vw, 7rem);
  padding-bottom: clamp(4rem, 8vw, 7rem);
}

.mh-enhancement-heading { max-width: 720px; margin-bottom: 2rem; }
.mh-enhancement-heading h2 { margin: 0.65rem 0 0; }

.mh-choice-grid,
.mh-ppf-guide-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.12);
}

.mh-choice-grid article,
.mh-ppf-guide-grid article {
  min-height: 210px;
  padding: 1.6rem;
  background: #121212;
}

/* Service landing pages: denser rhythm while preserving the approved design. */
.mh-automotive-page .service-hero,
.mh-residential-page .service-hero,
.mh-commercial-page .service-hero {
  min-height: 540px;
}

.mh-automotive-page .service-hero-image img,
.mh-residential-page .service-hero-image img,
.mh-commercial-page .service-hero-image img {
  min-height: 540px;
  height: 540px;
}

.mh-automotive-page .service-projects,
.mh-residential-page .service-projects,
.mh-commercial-page .service-projects,
.mh-automotive-page .automotive-film-options,
.mh-residential-page .service-options,
.mh-commercial-page .service-options {
  padding-top: clamp(3rem, 4.5vw, 4rem) !important;
  padding-bottom: clamp(3rem, 4.5vw, 4rem) !important;
}

.mh-automotive-page .service-project-grid img,
.mh-residential-page .service-project-grid img,
.mh-commercial-page .service-project-grid img {
  height: 420px;
}

.mh-automotive-page .section-heading,
.mh-residential-page .section-heading,
.mh-commercial-page .section-heading {
  margin-bottom: 1.4rem;
}

.mh-residential-page .service-option-grid article,
.mh-commercial-page .service-option-grid article {
  min-height: 360px;
  padding: 1.5rem;
}

.mh-residential-page .service-option-grid h3,
.mh-commercial-page .service-option-grid h3 {
  margin-top: 2.25rem;
}

.mh-automotive-page .service-process,
.mh-residential-page .service-process,
.mh-commercial-page .service-process {
  gap: clamp(2.5rem, 5vw, 4.5rem);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.mh-automotive-page .reflect-block {
  margin-top: 2.75rem;
}

.mh-automotive-page .reflect-copy {
  padding: 2.25rem;
}

.mh-automotive-page .film-card,
.mh-automotive-page .film-card.featured {
  padding: 1.35rem 1.25rem 1.2rem;
}

.mh-automotive-page .film-card h3 {
  margin-top: 0.9rem;
}

.mh-automotive-page .irr strong {
  font-size: 3.35rem;
}

.mh-automotive-page .meter,
.mh-automotive-page .film-price {
  margin-top: 0.85rem;
  margin-bottom: 0.85rem;
}

.mh-automotive-page .ideal-use {
  min-height: 64px;
}

@media (max-width: 640px) {
  .mh-automotive-page .service-hero-copy,
  .mh-residential-page .service-hero-copy,
  .mh-commercial-page .service-hero-copy {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .mh-automotive-page .service-hero-image,
  .mh-residential-page .service-hero-image,
  .mh-commercial-page .service-hero-image,
  .mh-automotive-page .service-hero-image img,
  .mh-residential-page .service-hero-image img,
  .mh-commercial-page .service-hero-image img {
    min-height: 270px !important;
    height: 270px !important;
  }

  .mh-automotive-page .service-benefits,
  .mh-residential-page .service-benefits,
  .mh-commercial-page .service-benefits,
  .mh-automotive-page .service-projects,
  .mh-residential-page .service-projects,
  .mh-commercial-page .service-projects,
  .mh-automotive-page .automotive-film-options,
  .mh-residential-page .service-options,
  .mh-commercial-page .service-options,
  .mh-automotive-page .service-process,
  .mh-residential-page .service-process,
  .mh-commercial-page .service-process {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .mh-automotive-page .service-project-grid,
  .mh-residential-page .service-project-grid,
  .mh-commercial-page .service-project-grid,
  .mh-automotive-page .film-grid,
  .mh-residential-page .service-option-grid,
  .mh-commercial-page .service-option-grid {
    display: grid !important;
    gap: 0.75rem !important;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding-bottom: 0.4rem;
  }

  .mh-automotive-page .service-project-grid::-webkit-scrollbar,
  .mh-residential-page .service-project-grid::-webkit-scrollbar,
  .mh-commercial-page .service-project-grid::-webkit-scrollbar,
  .mh-automotive-page .film-grid::-webkit-scrollbar,
  .mh-residential-page .service-option-grid::-webkit-scrollbar,
  .mh-commercial-page .service-option-grid::-webkit-scrollbar {
    display: none;
  }

  .mh-automotive-page .service-project-grid,
  .mh-residential-page .service-project-grid,
  .mh-commercial-page .service-project-grid {
    grid-template-columns: repeat(3, 82%) !important;
  }

  .mh-automotive-page .service-project-grid-2 {
    grid-template-columns: repeat(2, 82%) !important;
  }

  .mh-automotive-page .film-grid,
  .mh-residential-page .service-option-grid,
  .mh-commercial-page .service-option-grid {
    grid-template-columns: repeat(3, 86%) !important;
  }

  .mh-automotive-page .service-project-grid > *,
  .mh-residential-page .service-project-grid > *,
  .mh-commercial-page .service-project-grid > *,
  .mh-automotive-page .film-grid > *,
  .mh-residential-page .service-option-grid > *,
  .mh-commercial-page .service-option-grid > * {
    scroll-snap-align: start;
  }

  .mh-automotive-page .service-project-grid img,
  .mh-residential-page .service-project-grid img,
  .mh-commercial-page .service-project-grid img,
  .mh-automotive-page .service-project-grid img[src*="automotiva-resultado-real-v2"] {
    height: 230px !important;
  }

  .mh-automotive-page .service-project-grid figcaption,
  .mh-residential-page .service-project-grid figcaption,
  .mh-commercial-page .service-project-grid figcaption {
    padding: 0.9rem 1rem 1rem;
  }

  .mh-residential-page .service-option-grid article,
  .mh-commercial-page .service-option-grid article {
    min-height: 360px;
    padding: 1.15rem;
  }

  .mh-residential-page .service-option-grid h3,
  .mh-commercial-page .service-option-grid h3 {
    margin-top: 1.5rem;
  }

  .mh-automotive-page .reflect-block {
    margin-top: 2rem;
  }

  .mh-automotive-page .reflect-copy {
    padding: 1.3rem 1.15rem;
  }

  .mh-automotive-page .reflect-copy h3 {
    margin: 0.65rem 0 0.75rem;
    font-size: 2rem;
  }

  .mh-automotive-page .reflect-copy p {
    font-size: 0.83rem;
    line-height: 1.55;
  }

  .mh-automotive-page .reflect-copy ul {
    gap: 0.55rem;
    margin-top: 0.8rem;
  }

  .mh-automotive-page .reflect-copy li {
    font-size: 0.72rem;
  }

  .mh-automotive-page .service-process,
  .mh-residential-page .service-process,
  .mh-commercial-page .service-process {
    gap: 1.35rem !important;
  }

  .mh-automotive-page .service-process li,
  .mh-residential-page .service-process li,
  .mh-commercial-page .service-process li {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }

  .mh-commercial-page .mh-commercial-project figure > img {
    height: 250px;
  }

  .mh-commercial-page .mh-commercial-project figcaption {
    padding: 1.2rem 1.1rem 1.35rem;
  }
}

/* Homepage: shorter decision path, especially on mobile. */
.mh-home-page .review-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 640px) {
  .mh-home-page .hero-copy {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  html { scroll-behavior: smooth; }
  .ppf-page .ppf-hero-image,
  .ppf-page .ppf-hero-image img { min-height: 220px !important; height: 220px !important; }
  .ppf-page .ppf-hero-copy { padding-top: 1.9rem !important; padding-bottom: 1.9rem !important; }
  .ppf-page .ppf-hero h1 { margin-bottom: 1rem; font-size: clamp(2.7rem, 12vw, 3.15rem); }
  .ppf-page .ppf-price-callout { margin: 0.8rem 0 0; padding: 0.75rem 0.9rem; }
  .ppf-page .hero-actions { margin-top: 0.75rem; gap: 0.7rem; }
  .mh-ppf-type-picker { padding-top: 2rem; padding-bottom: 2.25rem; }
  .mh-ppf-type-heading { margin-bottom: 1.15rem; }
  .mh-ppf-type-heading h2 { font-size: 2rem; }
  .mh-ppf-type-grid { grid-template-columns: 1fr; gap: 0; }
  .mh-ppf-type-grid a { min-height: 88px; padding: 1rem 1.05rem; border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
  .mh-ppf-type-grid a:last-child { border-bottom: 0; }
  .mh-ppf-type-grid strong { font-size: 1rem; }
  .mh-ppf-type-grid small { font-size: 0.72rem; }
  .mh-ppf-motos-section { padding-top: 3rem; padding-bottom: 3rem; }
  .mh-ppf-motos-heading { margin-bottom: 1.25rem; }
  .mh-ppf-motos-heading h2 { font-size: 2.35rem; }

  .mh-home-page .hero-copy .eyebrow {
    margin-bottom: 1.15rem;
  }

  .mh-home-page .hero-copy h1 {
    margin-bottom: 1.15rem;
  }

  .mh-home-page .hero-copy .lead {
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .mh-home-page .hero-actions {
    gap: 1rem;
    margin-top: 0.65rem;
  }

  .mh-home-page .hero-visual,
  .mh-home-page .hero-visual > img {
    min-height: 300px !important;
    height: 300px !important;
  }

  .mh-home-page .hero-visual figcaption {
    gap: 0.35rem;
  }

  .mh-home-page .mh-trust-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mh-home-page .mh-trust-strip article {
    min-height: 96px;
    padding: 0.9rem 0.65rem;
    align-items: flex-start;
    gap: 0.4rem;
  }

  .mh-home-page .mh-trust-strip article > span,
  .mh-home-page .mh-trust-strip article p {
    display: none;
  }

  .mh-home-page .mh-trust-strip strong {
    font-size: 0.7rem;
    line-height: 1.35;
  }

  .mh-home-page .solutions {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .mh-home-page .solutions .section-heading {
    margin-bottom: 1.35rem;
  }

  .mh-home-page .solutions .solution-image {
    height: 120px;
  }

  .mh-home-page .solutions .solution-content {
    padding: 1rem 1.1rem 1.15rem;
  }

  .mh-home-page .solutions .solution-content h3 {
    margin: 0.55rem 0 0.4rem;
    font-size: 1.2rem;
  }

  .mh-home-page .solutions .solution-content p {
    margin-bottom: 0;
  }

  .mh-home-page .solutions .solution-card-cta {
    margin-top: 0.7rem;
  }

  .mh-home-page .mh-complementary-solutions {
    margin-top: 2rem;
    padding-top: 1.75rem;
  }

  .mh-home-page .mh-complementary-heading {
    margin-bottom: 1.1rem;
  }

  .mh-home-page .mh-complementary-card {
    min-height: 150px;
  }

  .mh-home-page .mh-complementary-card img {
    min-height: 150px;
  }

  .mh-home-page .mh-complementary-card p {
    display: none;
  }

  .mh-home-page .mh-complementary-card b {
    padding-top: 0.8rem;
    font-size: 0.55rem;
    line-height: 1.35;
  }

  .mh-home-page .about-mark {
    min-height: 190px;
  }

  .mh-home-page .about-mark img {
    width: 155px;
  }

  .mh-home-page .about-copy {
    padding: 3rem 0;
  }

  .mh-home-page .about-copy > p:not(.eyebrow) {
    margin: 1rem 0;
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .mh-home-page .about-copy > p:not(.eyebrow) + p:not(.eyebrow) {
    margin-top: 0;
  }

  .mh-home-page .about-copy blockquote {
    margin-bottom: 1.3rem;
    padding: 0.8rem 0 0.8rem 1rem;
  }

  .mh-home-page .reviews {
    gap: 1.25rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .mh-home-page .reviews-intro > p:not(.eyebrow) {
    margin-top: 0.85rem;
  }

  .mh-home-page .google-rating {
    padding: 1.3rem;
  }

  .mh-home-page .google-rating small {
    margin-bottom: 1rem;
  }

  .mh-home-page .review-grid {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .mh-home-page .review-grid article {
    padding: 1.15rem;
  }

  .mh-home-page .review-grid p {
    margin: 0.7rem 0;
    line-height: 1.5;
  }

  .mh-home-page .map-frame,
  .mh-home-page .map-frame iframe {
    min-height: 260px;
    height: 260px;
  }

  .mh-home-page .visit-info {
    padding: 3rem 0;
  }

  .mh-home-page .visit-info address {
    margin: 1rem 0 0.8rem;
  }

  .mh-home-page .hours {
    margin-top: 1.5rem;
    padding: 1rem 0;
  }

  .mh-home-page .contact-list {
    margin-top: 1.25rem;
  }

  .mh-ppf-bikes {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .mh-ppf-bikes-intro { gap: 1.2rem; }
  .mh-ppf-bikes-lead { font-size: 1.08rem; }
  .mh-ppf-bikes-copy > p { margin-bottom: 1.25rem; font-size: 0.92rem; }
  .mh-ppf-bikes-copy .button { width: 100%; justify-content: space-between; }
  .mh-ppf-bikes-grid { grid-template-columns: 1fr; margin-top: 2rem; }
  .mh-ppf-bikes-grid article,
  .mh-ppf-bikes-grid article:last-child { grid-column: auto; min-height: 0; padding: 1rem 1.1rem; }
  .mh-ppf-bikes-grid p { margin-top: 0.45rem; }
  .mh-ppf-bikes-media {
    grid-template-columns: repeat(4, 78%);
    gap: 12px;
    margin-top: 1.7rem;
    padding-bottom: 8px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .mh-ppf-bikes-media figure { scroll-snap-align: start; }
  .mh-ppf-bikes-media img { height: 250px; }
  .mh-ppf-bikes-media figcaption { padding: 10px 0; font-size: 13px; }
}

.mh-choice-grid article {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 185px;
  padding: 1.3rem;
}

.mh-choice-grid article.is-featured,
.mh-ppf-guide-grid article.is-featured {
  background: #c8a96b;
  color: #111;
}

.mh-choice-grid span,
.mh-ppf-guide-intro span {
  color: #c8a96b;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mh-choice-grid .is-featured span { color: #111; }
.mh-choice-grid article.is-featured > span {
  position: absolute;
  top: 1.3rem;
  left: 1.3rem;
}
.mh-choice-grid h3 {
  margin: 2rem 0 0.55rem;
  font-size: 1.55rem;
  line-height: 1.15;
}
.mh-choice-grid p,
.mh-ppf-guide-grid p { margin: 0; line-height: 1.65; opacity: 0.76; }
.mh-choice-grid article > a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  align-self: flex-start;
  margin-top: auto;
  padding-top: 1rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid currentColor;
  color: #c8a96b;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}
.mh-choice-grid .is-featured > a { color: #111; }
.film-card[id],
.service-featured-option[id] { scroll-margin-top: 6rem; }
.mh-choice-note { margin: 1rem 0 0; color: rgba(255,255,255,.62); font-size: .82rem; }

/* Automotive decision guide: useful as navigation, without repeating the cards below. */
.mh-choice-guide.mh-enhancement {
  padding-top: clamp(3.25rem, 5vw, 4.75rem);
  padding-bottom: clamp(3.25rem, 5vw, 4.75rem);
}

.mh-choice-guide .mh-enhancement-heading {
  margin-bottom: 1.35rem;
}

.mh-choice-guide .mh-choice-grid article {
  min-height: 145px;
  padding: 1.1rem 1.15rem;
}

.mh-choice-copy span {
  display: block;
}

.mh-choice-guide .mh-choice-grid h3 {
  margin: 0.65rem 0 0.35rem;
  font-size: 1.25rem;
}

.mh-choice-guide .mh-choice-grid p {
  font-size: 0.8rem;
  line-height: 1.45;
}

.mh-choice-guide .mh-choice-grid article > a {
  padding-top: 0.8rem;
  font-size: 0.66rem;
}

.mh-choice-guide .mh-choice-grid article.is-featured > span {
  position: static;
}

@media (max-width: 640px) {
  .mh-choice-guide.mh-enhancement {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .mh-choice-guide .mh-enhancement-heading {
    margin-bottom: 1.1rem;
  }

  .mh-choice-guide .mh-choice-grid {
    gap: 0.55rem !important;
    border: 0;
    background: transparent;
  }

  .mh-choice-guide .mh-choice-grid article {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.8rem;
    min-height: 0;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
  }

  .mh-choice-guide .mh-choice-grid h3 {
    margin: 0.35rem 0 0.2rem;
    font-size: 1.05rem;
  }

  .mh-choice-guide .mh-choice-grid p {
    font-size: 0.72rem;
  }

  .mh-choice-guide .mh-choice-grid article > a {
    align-self: center;
    margin: 0;
    padding: 0.65rem 0;
    border-bottom: 0;
    white-space: nowrap;
  }

  .mh-choice-guide .mh-choice-note {
    margin-top: 0.75rem;
    font-size: 0.72rem;
  }
}

/* Automotive page: retain comparison data while shortening the mobile journey. */
@media (max-width: 640px) {
  .mh-automotive-page .service-projects {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .mh-automotive-page .service-project-grid {
    gap: 0.7rem !important;
  }

  .mh-automotive-page .service-project-grid img,
  .mh-automotive-page .service-project-grid figure:last-child:nth-child(odd) img,
  .mh-automotive-page .service-project-grid img[src*="automotiva-resultado-real-v2"] {
    height: 235px !important;
  }

  .mh-automotive-page .service-project-grid figcaption {
    padding: 1rem 1.1rem 1.15rem;
  }

  .mh-automotive-page .service-project-grid figcaption p {
    margin-top: 0.45rem;
    font-size: 0.78rem;
    line-height: 1.45;
  }

  .mh-automotive-page .automotive-film-options {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .mh-automotive-page .automotive-film-options .section-heading {
    margin-bottom: 1.25rem;
  }

  .mh-automotive-page .film-group-heading {
    margin-top: 1.4rem;
    padding-top: 1.15rem;
  }

  .mh-automotive-page .film-card,
  .mh-automotive-page .film-card.featured {
    padding: 1.1rem 1rem 1rem;
  }

  .mh-automotive-page .film-card h3 {
    margin: 0.8rem 0 0.35rem;
    font-size: 1.18rem;
  }

  .mh-automotive-page .irr strong {
    font-size: 2.75rem;
  }

  .mh-automotive-page .meter {
    margin: 0.75rem 0 0.85rem;
  }

  .mh-automotive-page .film-card > p {
    min-height: 0;
    margin-bottom: 0.75rem;
    font-size: 0.78rem;
    line-height: 1.45;
  }

  .mh-automotive-page .film-price {
    margin: 0.75rem 0;
    padding: 0.75rem 0;
  }

  .mh-automotive-page .film-price strong {
    margin: 0.25rem 0;
    font-size: 1.45rem;
  }

  .mh-automotive-page .warranty {
    padding: 0.7rem 0;
  }

  .mh-automotive-page .ideal-use {
    min-height: 0;
    padding: 0.75rem 0;
  }

  .mh-automotive-page .ideal-use strong {
    margin-top: 0.3rem;
  }

  .mh-automotive-page .card-link {
    padding-top: 0.75rem;
  }

  .mh-automotive-page .price-note {
    padding: 1rem 1.05rem;
  }

  .mh-automotive-page .irr-explainer {
    margin-top: 0.9rem;
    padding: 1rem 1.05rem;
  }

  .mh-automotive-page .mh-auto-faq {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .mh-automotive-page .mh-auto-faq .mh-enhancement-heading {
    margin-bottom: 1.1rem;
  }

  .mh-automotive-page .mh-auto-faq summary {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.mh-faq-list { border-top: 1px solid rgba(255, 255, 255, 0.15); }
.mh-faq-list details { border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
.mh-faq-list summary {
  position: relative;
  padding: 1.35rem 3rem 1.35rem 0;
  cursor: pointer;
  font-weight: 650;
  list-style: none;
}
.mh-faq-list summary::-webkit-details-marker { display: none; }
.mh-faq-list summary::after { content: "+"; position: absolute; right: .25rem; color: #c8a96b; font-size: 1.35rem; }
.mh-faq-list details[open] summary::after { content: "−"; }
.mh-faq-list details p { max-width: 780px; margin: 0; padding: 0 2rem 1.35rem 0; line-height: 1.7; opacity: 0.72; }

.mh-ppf-guide { margin: 2rem 0 3rem; }
.mh-ppf-guide-intro { max-width: 660px; margin-bottom: 1.5rem; }
.mh-ppf-guide-intro h3 { margin: .55rem 0 .65rem; }
.mh-ppf-guide-intro p { margin: 0; opacity: .7; }
.mh-ppf-guide-grid article { min-height: 170px; }
.mh-ppf-guide-grid strong { display: block; margin-bottom: 1rem; font-size: 1.05rem; }
.mh-ppf-guide-grid > article > a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: -0.45rem 0 1rem;
  padding: 0.6rem 0.85rem;
  border: 1px solid rgba(200, 169, 107, 0.55);
  color: #c8a96b;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}
.mh-ppf-guide-grid > article > a:hover,
.mh-ppf-guide-grid > article > a:focus-visible {
  border-color: #c8a96b;
  background: #c8a96b;
  color: #111;
}
.mh-ppf-guide-grid .is-featured > a { border-color: rgba(17,17,17,.45); color: #111; }
.mh-ppf-guide-grid .is-featured > a:hover,
.mh-ppf-guide-grid .is-featured > a:focus-visible { border-color: #111; background: #111; color: #c8a96b; }
.ppf-kit-grid > article[id] { scroll-margin-top: 6rem; }
.mh-back-to-types {
  display: inline-block;
  margin-top: 1rem;
  color: #c8a96b;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.mh-complementary-solutions { margin-top: clamp(2.5rem, 5vw, 4.5rem); padding-top: clamp(2rem, 4vw, 3.5rem); border-top: 1px solid rgba(255,255,255,.14); }
.mh-complementary-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 1.6rem; }
.mh-complementary-heading h3 { margin: .7rem 0 0; max-width: 620px; font-size: clamp(1.65rem, 3vw, 2.55rem); font-weight: 400; line-height: 1.05; text-transform: uppercase; }
.mh-complementary-heading > p { max-width: 240px; margin: 0; color: #8f9294; font-size: 11px; letter-spacing: .12em; line-height: 1.6; text-align: right; text-transform: uppercase; }
.mh-complementary-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.solutions .solution-card { min-height: 0; }
.solutions .solution-image { height: 160px; }
.solutions .solution-content { padding: 20px 22px 22px; }
.solutions .solution-content h3 { margin: 14px 0 10px; font-size: 22px; }
.solutions .solution-content p { font-size: 12px; line-height: 1.5; }
.solutions .solution-content b { display: none; }
.solutions .solution-card-cta { margin-top: 14px; }

.mh-complementary-card { display: grid; grid-template-columns: minmax(145px, .62fr) minmax(0, 1fr); min-height: 210px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); color: inherit; text-decoration: none; transition: border-color .2s ease, transform .2s ease; }
.mh-complementary-card:hover { border-color: #dba735; transform: translateY(-3px); }
.mh-complementary-card img { width: 100%; height: 100%; min-height: 210px; object-fit: cover; }
.mh-complementary-card > div { display: flex; flex-direction: column; padding: clamp(1.15rem, 2vw, 1.55rem); }
.mh-complementary-card span { color: #dba735; font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.mh-complementary-card h4 { margin: .75rem 0; font-size: clamp(1.35rem, 2vw, 1.8rem); font-weight: 400; line-height: 1.08; text-transform: uppercase; }
.mh-complementary-card p { margin: 0; color: #a7aaac; font-size: 12px; line-height: 1.65; }
.mh-complementary-card b { margin-top: auto; padding-top: 1.25rem; color: #fff; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }

.accessories-page {
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}

.accessories-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
  min-height: 76vh;
  padding-top: clamp(4rem, 8vw, 8rem);
  padding-bottom: clamp(4rem, 8vw, 8rem);
}

.accessories-hero-copy h1 {
  margin: 1rem 0 0.85rem;
  font-size: clamp(3.2rem, 6.5vw, 7.4rem);
  line-height: 0.87;
  letter-spacing: -0.065em;
}

.accessories-hero-copy h1 em {
  color: transparent;
  -webkit-text-stroke: 1.4px var(--gold);
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: inherit;
}

.accessories-hero-copy .lead {
  max-width: 650px;
}

.accessories-hero-media {
  position: relative;
  margin: 0;
  min-height: clamp(460px, 58vw, 680px);
  overflow: hidden;
  background: #181818;
}

.accessories-hero-media video,
.accessories-hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.accessories-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.72));
  pointer-events: none;
}

.accessories-hero-media figcaption {
  position: absolute;
  z-index: 1;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #fff;
}

.accessories-hero-media figcaption span {
  color: #c8a96b;
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.accessories-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255,255,255,.14);
  border-bottom: 1px solid rgba(255,255,255,.14);
}

.accessories-benefits article {
  display: flex;
  gap: 1rem;
  padding: 1.35rem 1.1rem;
  border-right: 1px solid rgba(255,255,255,.14);
}

.accessories-benefits article:last-child { border-right: 0; }
.accessories-benefits article > span { color: #c8a96b; font-size: .7rem; }
.accessories-benefits strong { display: block; margin-bottom: .35rem; }
.accessories-benefits p { margin: 0; font-size: .8rem; line-height: 1.45; opacity: .68; }

.accessories-services,
.accessories-process {
  padding-top: 82px;
  padding-bottom: 86px;
}

.accessories-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0;
  border-top: 1px solid rgba(255,255,255,.15);
  border-left: 1px solid rgba(255,255,255,.15);
}

.accessories-grid article {
  min-height: 0;
  padding: 0;
  border-right: 1px solid rgba(255,255,255,.15);
  border-bottom: 1px solid rgba(255,255,255,.15);
  background: linear-gradient(145deg, var(--panel), #0b0e0f);
  overflow: hidden;
}

.accessories-grid article.is-featured { background: #c8a96b; color: #111; }
.accessories-grid article > img {
  width: 100%;
  height: 235px;
  object-fit: cover;
  filter: saturate(.78) contrast(1.04);
}
.accessories-grid article > div { padding: 26px 28px 30px; }
.accessories-grid article > div > span,
.accessories-process-grid article > span { display: block; margin-bottom: 2rem; color: #c8a96b; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.accessories-grid .is-featured > div > span { color: rgba(17,17,17,.62); }
.accessories-grid h3,
.accessories-process-grid h3 { margin: 16px 0 14px; font-size: 23px; text-transform: uppercase; }
.accessories-grid p,
.accessories-process-grid p { margin: 0; font-size: 14px; line-height: 1.65; opacity: .7; }

.accessories-choice {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: end;
  gap: 2rem 5rem;
  padding-top: clamp(3.5rem, 7vw, 7rem);
  padding-bottom: clamp(3.5rem, 7vw, 7rem);
  border-top: 1px solid rgba(255,255,255,.15);
  border-bottom: 1px solid rgba(255,255,255,.15);
}

.accessories-choice h2 { margin-bottom: 0; }
.accessories-choice > p { margin: 0; max-width: 720px; line-height: 1.75; opacity: .74; }
.accessories-choice > a { grid-column: 2; justify-self: start; }

.accessories-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 3rem;
  gap: 1px;
  background: rgba(255,255,255,.15);
}

.accessories-process-grid article { min-height: 210px; padding: 1.6rem; background: #111; }

.mh-commercial-project figure {
  display: grid;
  grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr);
  align-items: stretch;
  margin: 0;
}

.mh-commercial-project figure > img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
}

.mh-commercial-project figcaption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4.5rem);
}

.mh-commercial-project figcaption > span {
  color: var(--gold-light);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
}

.mh-commercial-project figcaption h3 {
  margin: 1rem 0 1.15rem;
  max-width: 620px;
  text-transform: uppercase;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  line-height: 1.08;
}

.mh-commercial-project figcaption p {
  max-width: 650px;
  margin: 0;
  color: #c5c8c7;
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .mh-complementary-card { grid-template-columns: 150px minmax(0, 1fr); }
  .accessories-hero { grid-template-columns: 1fr; min-height: auto; }
  .accessories-hero-media { min-height: 560px; }
  .accessories-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .accessories-benefits article:nth-child(2) { border-right: 0; }
  .accessories-benefits article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .accessories-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Benefit blocks on service pages should support a quick scan, not delay the content below. */
.service-benefits,
.ppf-benefits {
  padding-top: clamp(2.5rem, 4vw, 3.75rem) !important;
  padding-bottom: clamp(2.5rem, 4vw, 3.75rem) !important;
}

.service-benefit-grid article,
.ppf-benefit-grid article {
  min-height: 0 !important;
  padding: 1.1rem 1.2rem !important;
}

.service-benefit-grid article > span,
.ppf-benefit-grid article > span {
  display: block;
  margin-bottom: 0.85rem !important;
  font-size: 0.72rem !important;
}

.service-benefit-grid article h3,
.ppf-benefit-grid article h3 {
  margin: 0 0 0.55rem !important;
  font-size: clamp(1rem, 1.3vw, 1.15rem) !important;
  line-height: 1.25 !important;
}

.service-benefit-grid article p,
.ppf-benefit-grid article p {
  margin: 0 !important;
  font-size: 0.86rem !important;
  line-height: 1.48 !important;
}

@media (max-width: 900px) {
  .mh-choice-grid,
  .mh-ppf-guide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .hero-copy h1 {
    font-size: clamp(44px, 12.3vw, 50px) !important;
    line-height: 0.95 !important;
  }
  .hero-actions .text-link {
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
    padding-inline: 0.75rem;
    text-align: center;
    letter-spacing: 0.11em;
    white-space: nowrap;
  }
  .site-header {
    padding-top: 0.65rem !important;
    padding-bottom: 0.5rem !important;
    row-gap: 0.5rem !important;
  }
  .site-header .brand img { width: 34px !important; height: 34px !important; }
  .site-header .brand small { line-height: 1.15 !important; }
  .site-header .button-small { padding: 0.72rem 0.9rem !important; }
  .site-header nav { margin-top: 0 !important; padding-top: 0.5rem !important; }
  .service-benefits,
  .ppf-benefits {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .service-benefit-grid,
  .ppf-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .service-benefit-grid article,
  .ppf-benefit-grid article {
    padding: 1rem !important;
  }
  .service-benefit-grid article > span,
  .ppf-benefit-grid article > span {
    margin-bottom: 1rem !important;
    font-size: 0.68rem !important;
  }
  .service-benefit-grid article h3,
  .ppf-benefit-grid article h3 {
    font-size: 0.98rem !important;
    line-height: 1.2 !important;
  }
  .service-benefit-grid article p,
  .ppf-benefit-grid article p {
    font-size: 0.78rem !important;
    line-height: 1.45 !important;
  }
  .mh-choice-grid,
  .mh-ppf-guide-grid { grid-template-columns: 1fr; }
  .mh-choice-grid article,
  .mh-ppf-guide-grid article { min-height: auto; }
  .mh-choice-grid article { padding: 1.1rem; }
  .mh-choice-grid article.is-featured > span { top: 1.1rem; left: 1.1rem; }
  .mh-choice-grid h3 { margin-top: 1.8rem; font-size: 1.42rem; }
    .mh-complementary-heading { align-items: start; flex-direction: column; gap: .75rem; }
    .mh-complementary-heading > p { text-align: left; }
    .mh-complementary-grid { grid-template-columns: 1fr; }
    .solutions .solution-image { height: 145px; }
    .solutions .solution-content { padding: 18px 20px 20px; }
    .solutions .solution-content h3 { margin: 12px 0 8px; }
    .mh-complementary-card { grid-template-columns: 105px minmax(0, 1fr); min-height: 180px; }
    .mh-complementary-card img { min-height: 180px; }
    .mh-complementary-card > div { padding: 1rem; }
    .mh-complementary-card h4 { font-size: 1.18rem; }
  .accessories-hero { gap: 2.5rem; padding-top: 3rem; padding-bottom: 3rem; }
  .accessories-hero-copy h1 { font-size: clamp(3.1rem, 18vw, 5.2rem); }
  .accessories-hero-media { min-height: 440px; }
  .accessories-hero-media figcaption { flex-direction: column; }
  .accessories-benefits article { padding: 1rem .75rem; gap: .65rem; }
  .accessories-benefits strong { font-size: .9rem; }
  .accessories-benefits p { font-size: .72rem; }
  .accessories-grid { grid-template-columns: 1fr; margin-top: 2rem; }
  .accessories-grid article { min-height: 0; padding: 0; }
  .accessories-grid article > img { height: 220px; }
  .accessories-grid article > div { padding: 22px 22px 26px; }
  .accessories-grid article > div > span { margin-bottom: 1.2rem; }
  .accessories-choice { grid-template-columns: 1fr; gap: 1.4rem; }
  .accessories-choice > a { grid-column: 1; }
  .accessories-process-grid { grid-template-columns: 1fr; margin-top: 2rem; }
  .accessories-process-grid article { min-height: 0; }
}

/* Mobile landing pages: a quicker vertical rhythm without removing content. */
@media (max-width: 640px) {
  .service-hero,
  .ppf-hero {
    min-height: auto !important;
  }

  .service-hero-copy,
  .ppf-hero-copy {
    padding-top: 2.35rem !important;
    padding-bottom: 2.35rem !important;
  }

  .service-hero-image,
  .ppf-hero-image {
    min-height: 330px !important;
    height: 330px !important;
  }

  .service-hero-image img,
  .ppf-hero-image img {
    min-height: 330px !important;
    height: 330px !important;
    object-fit: cover !important;
  }

  .service-options,
  .service-process,
  .service-projects,
  .ppf-options,
  .ppf-process,
  .ppf-real-project,
  .mh-enhancement {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .service-process,
  .ppf-process {
    gap: 1.8rem !important;
  }

  .service-project-grid,
  .ppf-result-images {
    gap: 0.8rem !important;
  }

  .service-project-grid img,
  .service-project-grid figure:last-child:nth-child(odd) img {
    height: 350px !important;
  }

  .service-project-grid img[src*="automotiva-resultado-real-v2"] {
    height: 280px !important;
    object-position: center 48% !important;
  }

  .ppf-result-images img {
    height: 370px !important;
  }

  .ppf-kit-grid {
    gap: 0.9rem !important;
  }

  .ppf-kit-visual {
    aspect-ratio: 4 / 3 !important;
  }

  .ppf-kit-content {
    padding: 1.25rem !important;
  }

  .mh-choice-grid,
  .mh-ppf-guide-grid {
    gap: 0.8rem !important;
  }

  .mh-ppf-guide-grid article {
    padding: 1.1rem !important;
  }

  .cta {
    min-height: 0 !important;
    gap: 1.4rem !important;
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .accessories-hero {
    gap: 1.75rem !important;
    padding-top: 2.35rem !important;
    padding-bottom: 2.35rem !important;
  }

  .accessories-hero-media {
    min-height: 335px !important;
    height: 335px !important;
  }

  .accessories-grid {
    gap: 0.9rem !important;
  }

  .accessories-grid article > img {
    height: 180px !important;
  }

  .accessories-grid article > div {
    padding: 1.1rem 1.2rem 1.35rem !important;
  }

  .accessories-grid h3,
  .accessories-process-grid h3 {
    margin-top: 0.65rem !important;
    margin-bottom: 0.55rem !important;
  }

  .accessories-choice {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .accessories-process-grid {
    gap: 0 !important;
  }

  .accessories-process-grid article {
    padding: 1.2rem !important;
  }

  .mh-commercial-project figure {
    grid-template-columns: 1fr;
  }

  .mh-commercial-project figure > img {
    height: 300px;
    object-position: center;
  }

  .mh-commercial-project figcaption {
    padding: 1.6rem 1.35rem 1.8rem;
  }

  .mh-commercial-project figcaption h3 {
    font-size: 1.55rem;
  }

  .mh-ppf-motos-section,
  .ppf-real-project {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}

/* Final service density overrides — kept last to win over legacy responsive rules. */
.mh-automotive-page .film-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mh-automotive-page .service-hero,
.mh-residential-page .service-hero,
.mh-commercial-page .service-hero,
.mh-automotive-page .service-hero-image img,
.mh-residential-page .service-hero-image img,
.mh-commercial-page .service-hero-image img {
  min-height: 500px;
  height: 500px;
}

.mh-automotive-page .service-benefits,
.mh-residential-page .service-benefits,
.mh-commercial-page .service-benefits {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.mh-automotive-page .service-benefit-grid article,
.mh-residential-page .service-benefit-grid article,
.mh-commercial-page .service-benefit-grid article {
  min-height: 190px;
  padding: 1.25rem;
}

.mh-automotive-page .service-benefit-grid h3,
.mh-residential-page .service-benefit-grid h3,
.mh-commercial-page .service-benefit-grid h3 {
  margin: 2rem 0 0.7rem;
}

.mh-automotive-page .service-project-grid img,
.mh-residential-page .service-project-grid img,
.mh-commercial-page .service-project-grid img {
  height: 360px;
}

.mh-residential-page .service-option-grid article,
.mh-commercial-page .service-option-grid article {
  min-height: 320px;
}

.mh-automotive-page .service-process,
.mh-residential-page .service-process,
.mh-commercial-page .service-process {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

@media (max-width: 640px) {
  .mh-automotive-page .service-hero-copy,
  .mh-residential-page .service-hero-copy,
  .mh-commercial-page .service-hero-copy {
    padding-top: 1.55rem !important;
    padding-bottom: 1.55rem !important;
  }

  .mh-automotive-page .service-hero-image,
  .mh-residential-page .service-hero-image,
  .mh-commercial-page .service-hero-image,
  .mh-automotive-page .service-hero-image img,
  .mh-residential-page .service-hero-image img,
  .mh-commercial-page .service-hero-image img {
    min-height: 225px !important;
    height: 225px !important;
  }

  .mh-automotive-page .service-benefit-grid,
  .mh-residential-page .service-benefit-grid,
  .mh-commercial-page .service-benefit-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 78%) !important;
    overflow-x: auto;
  }

  .mh-automotive-page .service-benefit-grid article,
  .mh-residential-page .service-benefit-grid article,
  .mh-commercial-page .service-benefit-grid article {
    min-height: 155px !important;
    padding: 1rem !important;
  }

  .mh-automotive-page .film-grid {
    grid-template-columns: repeat(4, 86%) !important;
  }

  .mh-automotive-page .service-process ol,
  .mh-residential-page .service-process ol,
  .mh-commercial-page .service-process ol {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .mh-automotive-page .service-process li,
  .mh-residential-page .service-process li,
  .mh-commercial-page .service-process li {
    min-height: 86px;
    padding: 0.8rem !important;
  }

  .mh-commercial-page .mh-commercial-project figure {
    display: block !important;
    position: relative;
    min-height: 330px;
  }

  .mh-commercial-page .mh-commercial-project figure > img {
    height: 330px !important;
  }

  .mh-commercial-page .mh-commercial-project figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 4rem 1rem 1rem !important;
    background: linear-gradient(transparent, rgba(8, 10, 11, 0.96));
  }

  .mh-commercial-page .mh-commercial-project figcaption p {
    display: none;
  }
}

/* Unified editorial hero for the three service landing pages. */
.mh-automotive-page .service-hero,
.mh-residential-page .service-hero,
.mh-commercial-page .service-hero {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  min-height: 500px;
  height: 500px;
  border-right: 1px solid var(--line);
  background: linear-gradient(135deg, #080a0b 0%, #0c0f10 58%, #111416 100%);
  overflow: hidden;
}

.mh-automotive-page .service-hero-copy,
.mh-residential-page .service-hero-copy,
.mh-commercial-page .service-hero-copy {
  position: relative;
  z-index: 1;
  justify-content: center;
  padding: 3rem clamp(2.25rem, 4vw, 4.5rem) 3rem 0;
  border-right: 0;
}

.mh-automotive-page .service-hero-copy::before,
.mh-residential-page .service-hero-copy::before,
.mh-commercial-page .service-hero-copy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 84px;
  height: 3px;
  background: var(--gold);
}

.mh-automotive-page .service-hero-copy h1,
.mh-residential-page .service-hero-copy h1,
.mh-commercial-page .service-hero-copy h1 {
  max-width: 660px;
  margin-bottom: 1.15rem;
  font-size: clamp(2.45rem, 3.65vw, 3.65rem);
  line-height: 0.96;
  text-wrap: balance;
}

.mh-automotive-page .service-hero-copy > p:not(.eyebrow),
.mh-residential-page .service-hero-copy > p:not(.eyebrow),
.mh-commercial-page .service-hero-copy > p:not(.eyebrow) {
  max-width: 590px;
  font-size: 1rem;
  line-height: 1.6;
}

.mh-automotive-page .service-hero-image,
.mh-residential-page .service-hero-image,
.mh-commercial-page .service-hero-image {
  position: relative;
  min-width: 0;
  padding: 1.15rem;
  background: #0d1011;
  border-left: 1px solid var(--line);
}

.mh-automotive-page .service-hero-image img,
.mh-residential-page .service-hero-image img,
.mh-commercial-page .service-hero-image img {
  min-height: 0;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  object-fit: cover;
}

.mh-automotive-page .service-hero-image img {
  object-position: center 44%;
}

.mh-residential-page .service-hero-image img,
.mh-commercial-page .service-hero-image img {
  object-position: center;
}

@media (max-width: 1000px) {
  .mh-automotive-page .service-hero,
  .mh-residential-page .service-hero,
  .mh-commercial-page .service-hero {
    height: auto;
    grid-template-columns: 1fr;
  }

  .mh-automotive-page .service-hero-copy,
  .mh-residential-page .service-hero-copy,
  .mh-commercial-page .service-hero-copy {
    padding: 2.5rem 0;
    border-bottom: 1px solid var(--line);
  }

  .mh-automotive-page .service-hero-image,
  .mh-residential-page .service-hero-image,
  .mh-commercial-page .service-hero-image {
    padding: 0.9rem;
    border-left: 0;
  }
}

@media (max-width: 640px) {
  .mh-automotive-page .service-hero,
  .mh-residential-page .service-hero,
  .mh-commercial-page .service-hero {
    min-height: 0;
  }

  .mh-automotive-page .service-hero-copy,
  .mh-residential-page .service-hero-copy,
  .mh-commercial-page .service-hero-copy {
    padding: 1.65rem 0 1.5rem !important;
  }

  .mh-automotive-page .service-hero-copy::before,
  .mh-residential-page .service-hero-copy::before,
  .mh-commercial-page .service-hero-copy::before {
    width: 58px;
    height: 2px;
  }

  .mh-automotive-page .service-hero-copy .eyebrow,
  .mh-residential-page .service-hero-copy .eyebrow,
  .mh-commercial-page .service-hero-copy .eyebrow {
    margin-bottom: 1rem;
  }

  .mh-automotive-page .service-hero-copy h1,
  .mh-residential-page .service-hero-copy h1,
  .mh-commercial-page .service-hero-copy h1 {
    max-width: 100%;
    margin-bottom: 0.9rem;
    font-size: clamp(2rem, 10vw, 2.42rem);
    line-height: 0.98;
  }

  .mh-automotive-page .service-hero-copy > p:not(.eyebrow),
  .mh-residential-page .service-hero-copy > p:not(.eyebrow),
  .mh-commercial-page .service-hero-copy > p:not(.eyebrow) {
    font-size: 0.9rem;
    line-height: 1.52;
  }

  .mh-automotive-page .service-hero-copy .hero-actions,
  .mh-residential-page .service-hero-copy .hero-actions,
  .mh-commercial-page .service-hero-copy .hero-actions {
    margin-top: 1rem;
  }

  .mh-automotive-page .service-hero-image,
  .mh-residential-page .service-hero-image,
  .mh-commercial-page .service-hero-image {
    height: 220px !important;
    min-height: 220px !important;
    padding: 0.65rem;
  }

  .mh-automotive-page .service-hero-image img,
  .mh-residential-page .service-hero-image img,
  .mh-commercial-page .service-hero-image img {
    height: 100% !important;
    min-height: 0 !important;
  }
}
/* Real customer photos: extend existing galleries without adding vertical rows. */
.service-project-grid.mh-real-gallery-three { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
.service-project-grid.mh-real-gallery-four { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
.service-project-grid.mh-real-gallery > figure { min-width: 0; grid-column: auto !important; }
.service-project-grid.mh-real-gallery > figure > img,
.service-project-grid.mh-real-gallery .mh-photo-crop { height: 280px !important; }
.mh-photo-crop { display: flex; justify-content: center; align-items: center; overflow: hidden; background: #101313; }
.mh-photo-aperture { position: relative; overflow: hidden; height: 100%; max-width: 100%; }
.mh-real-photo-automotive .mh-photo-aperture { aspect-ratio: 1120 / 900; }
.mh-real-photo-residential .mh-photo-aperture { aspect-ratio: 570 / 750; }
.service-project-grid.mh-real-gallery .mh-new-real-photo .mh-photo-crop .mh-photo-aperture > img { position: absolute; max-width: none !important; height: auto !important; min-height: 0 !important; object-fit: initial !important; border-radius: 0; }
.mh-real-photo-automotive .mh-photo-aperture > img { width: 100% !important; left: 0; top: -37.778%; }
.mh-real-photo-residential .mh-photo-aperture > img { width: 129.474% !important; left: -14.035%; top: -30.667%; }
@media (max-width: 760px) {
  .service-project-grid.mh-real-gallery { display: grid; grid-template-columns: none !important; grid-auto-flow: column; grid-auto-columns: 84%; gap: 12px !important; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: 0; overscroll-behavior-x: contain; padding-bottom: 10px; scrollbar-width: thin; scrollbar-color: #bca15e #171919; }
  .service-project-grid.mh-real-gallery > figure { scroll-snap-align: start; }
  .service-project-grid.mh-real-gallery > figure > img,
  .service-project-grid.mh-real-gallery .mh-photo-crop { height: 230px !important; }
}
