:root { --background-color: #090909; --default-color: #d9d5c8; --heading-color: #ffffff; --accent-color: #ffc522; --surface-color: #171717; --contrast-color: #17130b; --nav-color: #e8e2d4; --nav-hover-color: #ffc522; --nav-mobile-background-color: #151515; --nav-dropdown-background-color: #1b1b1b; --nav-dropdown-color: #eee8dc; --nav-dropdown-hover-color: #ffc522; }
.header { background: rgba(5, 5, 5, .88); border-bottom: 1px solid rgba(255, 197, 34, .18); }.header .logo { width: 255px; height: 78px; overflow: hidden; border-radius: 8px; background: #000; }.header .logo img { width: 100%; max-height: none; height: 100%; object-fit: cover; object-position: center; transform: scale(1.18); }.header .btn-getstarted { background: #ffc522; color: #17130b; }.header .btn-getstarted:hover { background: #e5ad00; }.hero { min-height: 760px; padding: 130px 0 70px; background: radial-gradient(circle at 85% 20%, rgba(255,197,34,.13), transparent 28%), #080808; }.hero:before { display: none; }.hero-split { position: relative; z-index: 3; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); align-items: center; gap: 64px; }.hero-content { text-align: left; }.hero h2 { max-width: 700px; margin: 0; font-size: clamp(3.15rem, 5.3vw, 5.8rem); letter-spacing: -.065em; line-height: .97; }.hero p { margin: 24px 0 0; color: #d9d5c8; font-size: 1.2rem; }.hero .hero-kicker { display: block; margin-bottom: 20px; color: #ffc522; font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 34px; }.hero-button { display: inline-flex; align-items: center; gap: 8px; border-radius: 7px; padding: 14px 18px; background: #ffc522; color: #17130b; font-weight: 800; }.hero-button:hover { background: #e5ad00; color: #17130b; }.hero-outline-link { color: #fff; font-size: .9rem; font-weight: 800; text-decoration: underline; text-underline-offset: 6px; }.hero .social-links { justify-content: flex-start; }.hero .social-links a { border-color: rgba(255,197,34,.55); color: #ffc522; }.hero-media { position: relative; overflow: hidden; min-height: 520px; border: 1px solid #4b401d; border-radius: 16px; background: #17130b; box-shadow: 20px 20px 0 rgba(255,197,34,.1); }.hero-media::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.6)); content: ""; }.hero-media img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center; }.section-title .subtitle, .section-tag { color: #ffc522; }.section-title h2 { letter-spacing: -.04em; }.about { background: #111; }.profile-card, .content-wrapper, .service-item, .portfolio-card, .contact-cta { border-color: #39342a; background: #171717; }.profile-avatar { background: #000; }.profile-avatar img { object-fit: cover; }.profile-stats .stat-item h4, .detail-item i, .service-item .icon-wrapper, .service-item .read-more, .contact .info-item .icon-wrapper { color: #ffc522; }.profile-actions .btn-primary, .service-item.featured .featured-tag { background: #ffc522; color: #17130b; }.services { background: #0d0d0d; }.service-item.featured { border-color: #ffc522; }.portfolio { background: #121212; }.portfolio-card .portfolio-overlay { background: linear-gradient(0deg, rgba(0,0,0,.95), rgba(0,0,0,.1)); }.portfolio-card .tag { background: rgba(255,197,34,.14); color: #ffc522; }.contact { background: #0b0b0b; }.contact-cta { min-height: 100%; padding: 48px; text-align: center; }.contact-cta > i { color: #ffc522; font-size: 3rem; }.contact-cta h3 { margin: 20px 0 14px; }.contact-cta p { margin-bottom: 26px; }.contact-cta .btn-getstarted { background: #ffc522; color: #17130b; }.footer { background: #050505; border-top: 1px solid #292821; }.footer .footer-links ul a:hover, .footer a:hover { color: #ffc522; }
.whatsapp-service-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 24px; border: 1px solid #25d366; border-radius: 999px; background: #25d366; color: #071b0f; font-weight: 900; box-shadow: 0 10px 28px rgba(37, 211, 102, .24); transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease; }.whatsapp-service-button i { font-size: 1.3rem; }.whatsapp-service-button:hover { transform: translateY(-2px); background: #20bd5a; color: #071b0f; box-shadow: 0 14px 34px rgba(37, 211, 102, .34); }.footer .copyright { padding: 28px 12px; }.footer .footer-divider { margin: 0 8px; color: #ffc522; }

/* Rodapé compacto, fixo e sem o fundo acinzentado herdado do template. */
body.index-page { padding-bottom: 74px; }
.index-page .footer { position: fixed; right: 0; bottom: 0; left: 0; z-index: 996; padding: 0; background: #050505; }
.index-page .footer .copyright { width: 100%; max-width: none; padding: 25px 16px; background: transparent; }
.index-page .scroll-top { bottom: 88px; }
@media (max-width: 575px) {
  body.index-page { padding-bottom: 92px; }
  .index-page .footer .copyright { padding: 18px 12px; }
  .index-page .footer .copyright p { line-height: 1.6; }
  .index-page .footer .footer-divider { display: block; height: 0; overflow: hidden; }
  .index-page .scroll-top { bottom: 104px; }
}

/* Logo principal: proporção original, fundo transparente e tamanho compacto. */
.header .logo { width: 205px; height: 64px; overflow: visible; border-radius: 0; background: transparent; }
.header .logo img { width: 100%; height: 100%; max-height: 64px; object-fit: contain; object-position: left center; transform: none; }
@media (max-width: 575px) {
  .header .logo { width: 170px; height: 54px; }
  .header .logo img { max-height: 54px; }
}
.header-social { display: flex; align-items: center; gap: 8px; margin-left: 22px; }.header-social a { display: grid; width: 33px; height: 33px; place-items: center; border: 1px solid rgba(255,197,34,.42); border-radius: 50%; color: #ffc522; font-size: .92rem; }.header-social a:hover { border-color: #ffc522; background: #ffc522; color: #17130b; }.hero h2 { max-width: 640px; font-size: clamp(3rem, 4.6vw, 5rem); }
@media (max-width: 1199px) { .header .logo { width: 205px; height: 64px; }.hero-split { gap: 36px; }.hero-media { min-height: 440px; } }
@media (max-width: 991px) { .hero { min-height: auto; padding: 150px 0 80px; }.hero-split { grid-template-columns: 1fr; }.hero-media { min-height: 380px; }.hero h2 { max-width: 760px; }.header .logo { width: 190px; height: 58px; } }
@media (max-width: 575px) { .header .logo { width: 155px; height: 48px; }.hero { padding-top: 128px; }.hero h2 { font-size: 3.1rem; }.hero-actions { align-items: flex-start; flex-direction: column; }.hero-media { min-height: 310px; }.hero p { font-size: 1.05rem; } }

/* Banner público: texto em destaque sobre fundo de oficina. */
.hero { background: linear-gradient(90deg, #030303 0%, #030303 37%, rgba(3, 3, 3, .86) 51%, rgba(3, 3, 3, .26) 100%), url("../img/hero-maintenance.jpg") right center / auto 100% no-repeat #030303; }
.hero-split { display: block; }
.hero-content { width: min(100%, 720px); margin-left: 6%; text-align: center; }
.hero h2 { font-size: clamp(3.5rem, 5.5vw, 6rem); }
.hero .social-links { justify-content: center; }
.hero-media { display: none; }
@media (max-width: 991px) { .hero { background: linear-gradient(90deg, rgba(3, 3, 3, .94), rgba(3, 3, 3, .68)), url("../img/hero-maintenance.jpg") 75% center / cover no-repeat #030303; }.hero-content { margin: 0 auto; }.hero h2 { font-size: clamp(3rem, 8vw, 4.8rem); } }
@media (max-width: 575px) { .hero { background: linear-gradient(rgba(3, 3, 3, .83), rgba(3, 3, 3, .91)), url("../img/hero-maintenance.jpg") center / cover no-repeat #030303; }.hero-content { text-align: left; }.hero .social-links { justify-content: flex-start; } }
@media (max-width: 1199px) { .header-social { margin-left: 14px; } }
@media (max-width: 991px) { .header-social { margin-left: auto; margin-right: 42px; } }
@media (max-width: 575px) { .header-social { gap: 5px; margin-right: 34px; }.header-social a { width: 29px; height: 29px; } }

/* Estrutura original do hero do tema, com a imagem de manutenção substituída. */
.hero { min-height: 100vh; padding-top: 80px; padding-bottom: 80px; background: #050505; }
.hero:before { display: block; background: linear-gradient(90deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .5)); }
.hero-split, .hero-media { display: initial; }
.hero h2 { max-width: 850px; margin: 0 auto; font-size: clamp(3rem, 5vw, 5.2rem); }
.hero p { color: #d9d5c8; }
.hero-actions { display: flex; }
@media (max-width: 575px) { .hero { padding-top: 80px; }.hero h2 { font-size: 3rem; }.hero-actions { align-items: center; } }

/* Enquadramento do banner: imagem à direita e área escura livre à esquerda. */
.hero > img { width: 60%; left: auto; right: 0; object-position: center center; }
.hero:before { background: linear-gradient(90deg, #030303 0%, #030303 38%, rgba(3, 3, 3, .83) 53%, rgba(3, 3, 3, .14) 100%); }
@media (max-width: 991px) { .hero > img { width: 100%; }.hero:before { background: linear-gradient(90deg, rgba(3, 3, 3, .9), rgba(3, 3, 3, .55)); } }

/* Imagem original do tema, texto no espaço livre à esquerda. */
.hero > img { width: 100%; left: 0; right: auto; object-position: center center; }
.hero:before { background: linear-gradient(90deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .12)); }
.hero .hero-copy { text-align: left; }
.hero h2 { max-width: 640px; margin: 0; font-size: clamp(2.8rem, 4.3vw, 4.45rem); }
.hero .hero-actions { justify-content: center; max-width: 640px; }
@media (max-width: 991px) { .hero:before { background: linear-gradient(90deg, rgba(0, 0, 0, .72), rgba(0, 0, 0, .42)); }.hero h2 { font-size: clamp(2.8rem, 7vw, 4rem); } }

/* Banner em tela cheia, como no layout original do tema. */
html, body {
  width: 100%;
  margin: 0;
  overflow-x: hidden;
}
#hero.hero {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  background: #000;
}
#hero.hero > img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.header {
  background: #000;
  border-bottom: 0;
}
#hero.hero::before {
  display: none;
}
@media (max-width: 991px) {
  #hero.hero > img { object-position: 62% center; }
}

/* Cabeçalho e banner seguem o comportamento nativo do index.html do tema. */
.index-page .header {
  --background-color: rgba(255, 255, 255, 0);
  background-color: var(--background-color) !important;
  border: 0;
}
.header .logo {
  background: transparent;
}
.header .logo img {
  background: transparent;
  mix-blend-mode: screen;
}
#hero.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 80px 0;
  border: 0 !important;
  outline: 0;
  box-shadow: none;
}
#hero.hero::before {
  display: block;
  background: rgba(0, 0, 0, .30);
}
#hero.hero > img {
  border: 0 !important;
  outline: 0;
  box-shadow: none;
  clip-path: inset(0);
}
#hero.hero .hero-copy {
  text-align: left;
}
#hero.hero .hero-actions {
  justify-content: flex-start;
  max-width: none;
}

/* Composição do banner: fundo preto e mosaico técnico. */
#hero.hero {
  background: #050505;
}
#hero.hero::before {
  display: none;
}
#hero.hero .hero-layout {
  min-height: 560px;
}
#hero.hero .hero-copy h2 {
  max-width: 590px;
  font-size: clamp(2.75rem, 4vw, 4.5rem);
}
.hero-copy {
  animation: hero-copy-in .8s cubic-bezier(.22, 1, .36, 1) both;
}
.hero-gallery {
  position: relative;
  min-height: 500px;
  animation: hero-gallery-in .9s .12s cubic-bezier(.22, 1, .36, 1) both;
}
@keyframes hero-copy-in { from { opacity: 0; transform: translateX(-28px); } to { opacity: 1; transform: translateX(0); } }
@keyframes hero-gallery-in { from { opacity: 0; transform: translateY(28px) scale(.96); } to { opacity: 1; transform: translateY(0) scale(1); } }
.hero-photo {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 197, 34, .35);
  border-radius: 14px;
  background: #171717;
  box-shadow: 0 22px 48px rgba(0, 0, 0, .45);
}
.hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-photo-main {
  top: 16px;
  right: 16px;
  width: 61%;
  height: 420px;
}
.hero-photo-main img { object-position: center; }
.hero-photo-detail {
  bottom: 8px;
  left: 0;
  width: 45%;
  height: 215px;
}
.hero-photo-detail img { object-position: 55% center; }
.hero-photo-accent {
  top: 0;
  left: 16%;
  width: 28%;
  height: 150px;
}
.hero-photo-accent img { object-position: 70% center; }
.hero-gallery-label {
  position: absolute;
  right: 0;
  bottom: 35px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255, 197, 34, .45);
  border-radius: 999px;
  padding: 9px 13px;
  background: #111;
  color: #ffc522;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  #hero.hero { padding-top: 130px; }
  #hero.hero .hero-layout { min-height: auto; gap: 42px; }
  .hero-gallery { display: grid; grid-template-columns: 1.18fr .82fr; grid-template-rows: 220px 145px; gap: 12px; min-height: 377px; max-width: 620px; }
  .hero-photo { position: static; width: auto; height: auto; min-height: 0; }
  .hero-photo-main { grid-row: 1 / span 2; }
  .hero-photo-detail { grid-column: 2; grid-row: 1; }
  .hero-photo-accent { grid-column: 2; grid-row: 2; }
}
@media (max-width: 575px) {
  #hero.hero { padding-bottom: 56px; }
  #hero.hero .hero-actions { justify-content: center; }
  .hero-gallery { grid-template-rows: 170px 120px; gap: 10px; min-height: 300px; }
}
@media (max-width: 767px) {
  #hero.hero .hero-gallery { display: none !important; }
  #hero.hero .hero-layout { min-height: auto; }
  #hero.hero .hero-copy {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center !important;
  }
  #hero.hero .hero-copy h2 {
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(1.7rem, 7.4vw, 2.2rem);
    line-height: 1.1;
  }
  #hero.hero .hero-actions { justify-content: center; }
}

/* Logo um pouco maior no cabeçalho. */
@media (min-width: 1200px) {
  .header .logo { width: 275px; height: 84px; }
}

/* Grade fixa: as três fotos do mosaico permanecem visíveis em qualquer tela. */
#hero.hero .hero-gallery {
  display: grid !important;
  position: relative;
  width: 100%;
  grid-template-columns: 1.18fr .82fr;
  grid-template-rows: 255px 165px;
  gap: 12px;
  min-height: 432px;
  max-width: 620px;
  margin-left: auto;
}
#hero.hero .hero-photo {
  position: static !important;
  width: auto !important;
  height: auto !important;
  min-height: 0;
}
#hero.hero .hero-photo-main { grid-row: 1 / span 2; }
#hero.hero .hero-photo-detail { grid-column: 2; grid-row: 1; }
#hero.hero .hero-photo-accent { grid-column: 2; grid-row: 2; }
@media (max-width: 1199px) {
  #hero.hero .hero-layout { flex-direction: column; }
  #hero.hero .hero-copy, #hero.hero .hero-gallery { width: 100%; }
  #hero.hero .hero-gallery { margin-right: auto; }
}
@media (max-width: 575px) {
  #hero.hero .hero-gallery { grid-template-rows: 170px 120px; gap: 10px; min-height: 300px; }
}

/* Mosaico desktop com camadas explícitas. */
@media (min-width: 768px) {
  #hero.hero .hero-gallery {
    display: block !important;
    width: 620px;
    max-width: 100%;
    height: 460px;
    min-height: 460px;
  }
  #hero.hero .hero-photo-main {
    position: absolute !important;
    top: 20px;
    right: 0;
    z-index: 1;
    width: 62% !important;
    height: 420px !important;
  }
  #hero.hero .hero-photo-detail {
    position: absolute !important;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 47% !important;
    height: 190px !important;
  }
  #hero.hero .hero-photo-accent {
    position: absolute !important;
    top: 0;
    left: 13%;
    z-index: 4;
    width: 34% !important;
    height: 135px !important;
  }
}

/* Ícones de contato ao lado do botão principal. */
.hero-contact-links { display: flex; align-items: center; gap: 8px; }
.hero-contact-links a { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid rgba(255, 197, 34, .65); border-radius: 50%; color: #ffc522; font-size: 1rem; transition: .25s ease; }
.hero-contact-links a:hover { background: #ffc522; color: #17130b; transform: translateY(-3px); }
@media (max-width: 1199px) { .hero-contact-links { justify-content: center; } }

/* Contornos de marca no mosaico, no mesmo estilo do título. */
@media (min-width: 1200px) {
  #hero.hero .hero-gallery::after {
    position: absolute;
    z-index: 0;
    content: "";
    pointer-events: none;
  }
  #hero.hero .hero-gallery::after {
    right: -13px;
    bottom: -12px;
    width: 34%;
    height: 31%;
    border-right: 2px solid #ffc522;
    border-bottom: 2px solid #ffc522;
  }
}

/* Celulares e tablets: banner limpo, sem as imagens do mosaico. */
@media (max-width: 1199px) {
  #hero.hero .hero-gallery { display: none !important; }
  #hero.hero .hero-copy {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    text-align: center !important;
  }
  #hero.hero .hero-copy h2 {
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(1.7rem, 7.4vw, 2.2rem);
    line-height: 1.1;
  }
  #hero.hero .hero-actions { justify-content: center; }
}

/* Destaque de marca no título do banner. */
#hero.hero .hero-copy h2 {
  position: relative;
  z-index: 0;
  display: block;
  background: none;
}
#hero.hero .hero-copy h2::before {
  position: absolute;
  top: -.18em;
  left: -.28em;
  z-index: -1;
  width: 42%;
  height: 52%;
  border-top: 2px solid #ffc522;
  border-left: 2px solid #ffc522;
  content: "";
}
@media (max-width: 1199px) {
  #hero.hero .hero-copy h2::before { display: none; }
}

@media (max-width: 1199px) {
  #hero.hero {
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 32px;
  }
}

/* Espaçamento mais compacto entre as seções no celular. */
@media (max-width: 767px) {
  .main > .section:not(#hero) { padding-top: 40px; padding-bottom: 40px; }
  .main > .section:not(#hero) .section-title { padding-bottom: 34px; }
  .header .logo { width: 178px; height: 58px; }
  .header .btn-getstarted { display: none !important; }
  #hero.hero .hero-copy { min-width: 0; padding-right: 12px; padding-left: 12px; }
  #hero.hero .hero-copy h2 { width: 100%; max-width: 340px; margin-right: auto; margin-left: auto; overflow-wrap: anywhere; }
  #hero.hero .hero-actions { width: 100%; flex-wrap: wrap; gap: 18px; }
}
@media (max-width: 480px) {
  #hero.hero .hero-copy h2 { max-width: 310px; font-size: 1.9rem; }
  #hero.hero .hero-button { max-width: 100%; justify-content: center; }
}

/* Vídeo de fundo do banner. O conteúdo permanece na mesma coluna do layout original. */
#hero.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #050505;
}
#hero.hero .hero-background-video {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
}
#hero.hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(0, 0, 0, .94) 0%, rgba(0, 0, 0, .84) 31%, rgba(0, 0, 0, .52) 55%, rgba(0, 0, 0, .22) 100%);
  content: "";
  pointer-events: none;
}
#hero.hero > .container { position: relative; z-index: 1; }
#hero.hero .hero-layout { min-height: 560px; }
#hero.hero .hero-copy { width: 50%; }
@media (max-width: 1199px) {
  #hero.hero::after { background: rgba(0, 0, 0, .68); }
  #hero.hero .hero-copy { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  #hero.hero .hero-background-video { display: none; }
  #hero.hero {
    background: linear-gradient(rgba(0, 0, 0, .68), rgba(0, 0, 0, .68)), url("../img/hero-maintenance.jpg") center / cover no-repeat #050505;
  }
}

/* Seção Sobre nós: mosaico exclusivo com duas fotos. */
.about-layout { min-height: 500px; }
.about-copy h2 { max-width: 560px; margin: 14px 0 18px; font-size: clamp(1.45rem, 1.75vw, 2rem); line-height: 1.2; }
.about-copy p { max-width: 560px; margin: 0; color: #c9c5ba; font-size: 1.08rem; line-height: 1.75; }
.about-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 26px; color: #ffc522; font-weight: 800; }
.about-mosaic { position: relative; min-height: 460px; }
.about-photo { position: absolute; overflow: hidden; margin: 0; border: 1px solid rgba(255, 197, 34, .42); border-radius: 14px; background: #151515; box-shadow: 0 22px 44px rgba(0, 0, 0, .35); }
.about-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.about-photo-main { top: 0; right: 4%; width: 48%; height: 360px; }
.about-photo-secondary { bottom: 0; left: 2%; width: 48%; height: 360px; }
.about-photo-main img { object-position: center; }
.about-photo-secondary img { object-position: center; }
@media (min-width: 992px) { .about-mosaic { order: 1; } .about-copy { order: 2; padding-left: 42px; } }
@media (min-width: 1200px) { .about-mosaic::after { position: absolute; right: -12px; bottom: -12px; width: 32%; height: 28%; border-right: 2px solid #ffc522; border-bottom: 2px solid #ffc522; content: ""; } }
@media (max-width: 991px) { .about-mosaic { max-width: 620px; min-height: 430px; } }
@media (max-width: 767px) { .about-layout { min-height: auto; } .about-copy { text-align: center; } .about-copy h2, .about-copy p { margin-right: auto; margin-left: auto; } .about-mosaic { display: none; } }

/* Mosaico dos sócios: composição corporativa com duas fotos equivalentes. */
@media (min-width: 768px) {
  .about-mosaic {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: end;
    gap: 20px;
    min-height: 440px;
    padding: 20px 18px 18px 0;
  }
  .about-photo {
    position: relative;
    width: auto;
    height: 360px;
    border: 1px solid rgba(255, 197, 34, .55);
    border-radius: 12px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, .38);
  }
  .about-photo-main { top: auto; right: auto; transform: translateY(-28px); }
  .about-photo-secondary { bottom: auto; left: auto; }
  .about-photo::after { position: absolute; right: 0; bottom: 0; left: 0; height: 28%; background: linear-gradient(transparent, rgba(0, 0, 0, .32)); content: ""; pointer-events: none; }
}

/* Sobre nós focado somente na história da empresa. */
#about .about-layout { min-height: auto; }
#about {
  background:
    radial-gradient(circle at 8% 50%, rgba(255, 197, 34, .10), transparent 31%),
    radial-gradient(circle at 92% 50%, rgba(255, 197, 34, .10), transparent 31%),
    #111;
}
#about .about-copy { position: relative; order: initial; width: min(100%, 760px); margin: 0 auto; padding: 24px 32px; text-align: center; }
#about .about-mosaic { display: none; }
#about .about-copy h2 { max-width: 650px; margin-right: auto; margin-left: auto; }
#about .about-copy p { max-width: 680px; margin-right: auto; margin-left: auto; }
#about .about-copy::before, #about .about-copy::after { position: absolute; width: 22%; height: 35%; content: ""; pointer-events: none; }
#about .about-copy::before { top: 34px; left: 0; border-top: 2px solid #ffc522; border-left: 2px solid #ffc522; }
#about .about-copy::after { right: 0; bottom: 0; border-right: 2px solid #ffc522; border-bottom: 2px solid #ffc522; }
@media (max-width: 767px) { #about .about-copy { padding: 20px 22px; } #about .about-copy::before, #about .about-copy::after { width: 18%; height: 24%; } }

/* Cartões de serviços cadastrados pelo painel. */
.services .service-item { position: relative; overflow: hidden; }
.services-empty { margin: 0; border: 1px dashed #4a4539; border-radius: 10px; padding: 22px; color: #c9c5ba; text-align: center; }

/* Equipe: mesma linguagem visual da área institucional. */
.team { background: #111; }
.team-intro { position: relative; width: min(100% - 48px, 760px); margin-bottom: 46px; padding: 24px 32px; text-align: center; }
.team-intro::before, .team-intro::after { position: absolute; width: 20%; height: 42%; content: ""; pointer-events: none; }
.team-intro::before { top: 18px; left: 0; border-top: 2px solid #ffc522; border-left: 2px solid #ffc522; }
.team-intro::after { right: 0; bottom: 0; border-right: 2px solid #ffc522; border-bottom: 2px solid #ffc522; }
.team-intro h2 { max-width: 620px; margin: 12px auto; color: #fff; font-size: clamp(1.7rem, 2.5vw, 2.65rem); letter-spacing: -.045em; line-height: 1.1; }
.team-intro p { max-width: 600px; margin: 0 auto; color: #c9c5ba; line-height: 1.7; }
.team-member { position: relative; display: flex; height: 100%; min-height: 420px; align-items: flex-end; overflow: hidden; border: 1px solid #494231; border-radius: 14px; padding: 0; background: #171717; box-shadow: 0 20px 35px rgba(0, 0, 0, .28); text-align: left; isolation: isolate; }
.team-member::after { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(0, 0, 0, .04) 24%, rgba(0, 0, 0, .48) 55%, rgba(0, 0, 0, .96) 100%); content: ""; pointer-events: none; }
.team-member > img {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  min-width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  max-height: none;
  border: 0;
  border-radius: 0;
  background: #0b0b0b;
  object-fit: cover;
  object-position: 50% 20%;
  transition: none;
}
.team-member:hover > img { transform: none; }
.team-member-content { position: relative; z-index: 2; width: 100%; padding: 88px 22px 24px; }
.team-member-content > span { display: inline-block; border-radius: 999px; padding: 5px 9px; background: #ffc522; color: #17130b; font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.team-member h3 { margin: 10px 0 8px; color: #fff; font-size: 1.24rem; letter-spacing: -.03em; text-shadow: 0 2px 12px rgba(0, 0, 0, .85); }
.team-member p { max-width: none; margin: 0; color: #f0eee8; font-size: .82rem; line-height: 1.55; text-shadow: 0 1px 8px rgba(0, 0, 0, .9); }
.team-empty { margin: 0; border: 1px dashed #4a4539; border-radius: 10px; padding: 22px; color: #c9c5ba; text-align: center; }
@media (max-width: 767px) { .team-intro { width: min(100% - 32px, 760px); margin-bottom: 30px; padding: 20px 22px; } .team-intro::before, .team-intro::after { width: 17%; height: 32%; } .team-member { min-height: 410px; } .team-member-content { padding: 90px 22px 24px; } }

/* Parceiros: faixa contínua com pausa ao passar o mouse. */
.partners { overflow: hidden; background: #e7e8e5; color: #17130b; }
.partners-heading { margin-bottom: 44px; text-align: center; }
.partners-heading .section-tag { color: #a77600; }
.partners-heading h2 { max-width: 680px; margin: 12px auto; color: #17130b; font-size: clamp(1.7rem, 2.5vw, 2.65rem); letter-spacing: -.045em; }
.partners-heading p { margin: 0; color: #70695b; }
.partners-marquee { position: relative; display: flex; width: 100%; overflow: hidden; padding: 8px 0; mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent); }
.partners-track { display: flex; width: max-content; animation: partner-scroll 28s linear infinite; }
.partners-marquee:hover .partners-track { animation-play-state: paused; }
.partners-group { display: flex; flex-shrink: 0; gap: 22px; padding-right: 22px; }
.partner-logo { display: flex; width: 230px; height: 118px; flex: 0 0 230px; align-items: center; justify-content: center; margin: 0; border: 1px solid #d1d3ce; border-radius: 8px; padding: 24px 30px; background: #fff; box-shadow: 0 10px 22px rgba(25,30,25,.06); }
.partner-logo img { display: block; width: auto; max-width: 100%; height: auto; max-height: 62px; margin: auto; object-fit: contain; object-position: center; filter: grayscale(1); opacity: .72; transition: .25s ease; }
.partner-logo img[src$="freedom.png"] { max-height: 78px; }
.partner-logo img[src$="frithais.png"] { max-height: 82px; }
.partner-logo img[src$="mdfcl.png"] { max-height: 82px; }
.partner-logo img[src$="jeceaba-casa-construcao.jpg"] { width: 150px; max-width: 100%; max-height: 82px; object-fit: cover; }
.partner-logo img[src$="cedisme.png"] { width: 180px; max-width: 100%; max-height: 86px; object-fit: cover; }
.partner-logo img[src$="mecman.png"] { width: 180px; max-width: 100%; max-height: 66px; }
.partner-logo img[src$="mega-sorriso.png"] { max-height: 84px; }
.partner-logo img[src$=".svg"] { transform: translateX(14%); }
.partner-logo img[src$="gerdau.svg"] { transform: none; }
.partner-logo:hover img { filter: grayscale(0); opacity: 1; transform: scale(1.04); }
.partner-logo:hover img[src$=".svg"] { transform: translateX(14%) scale(1.04); }
.partner-logo:hover img[src$="gerdau.svg"] { transform: scale(1.04); }
.partners-empty { width: min(100% - 40px, 900px); margin: 0 auto; border: 1px dashed #c8bea8; border-radius: 10px; padding: 22px; text-align: center; }
@keyframes partner-scroll { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .partners-track { animation-play-state: paused; } }
@media (max-width: 767px) {
  .partners { padding-top: 40px; padding-bottom: 40px; }
  .partners-heading { width: calc(100% - 32px); margin-bottom: 28px; }
  .partners-heading h2 { max-width: 330px; margin: 10px auto 12px; font-size: 1.65rem; line-height: 1.15; }
  .partners-heading p { max-width: 340px; margin: 0 auto; font-size: .92rem; line-height: 1.55; }
  .partners-marquee { padding: 6px 0 12px; mask-image: linear-gradient(to right, transparent, #000 4%, #000 96%, transparent); }
  .partners-track { animation-duration: 24s; }
  .partners-group { gap: 12px; padding-right: 12px; }
  .partner-logo { width: 156px; height: 92px; flex-basis: 156px; border-radius: 7px; padding: 14px 18px; }
  .partner-logo img { max-width: 118px; max-height: 54px; }
  .partner-logo img[src$="freedom.png"],
  .partner-logo img[src$="frithais.png"],
  .partner-logo img[src$="mdfcl.png"] { max-width: 68px; max-height: 68px; }
  .partner-logo img[src$="jeceaba-casa-construcao.jpg"] { width: 118px; max-height: 64px; }
  .partner-logo img[src$="cedisme.png"] { width: 122px; max-height: 64px; }
  .partner-logo img[src$="mecman.png"] { width: 120px; max-height: 48px; }
  .partner-logo img[src$="mega-sorriso.png"] { max-width: 68px; max-height: 68px; }
}

/* Blog alimentado pelo painel administrativo. */
#blog.portfolio { background: #f7f4ea; color: #17130b; }
#blog .section-title .subtitle { color: #8b6500; }
#blog .section-title h2 { color: #17130b; }
#blog .section-title p { color: #70695b; }
.home-blog-card { height: 100%; background: transparent; }
.home-blog-image { display: block; width: 100%; overflow: hidden; aspect-ratio: 16 / 9; border-radius: 2px; background: #e3ded1; }
.home-blog-image img { display: block; width: 100%; min-width: 100%; max-width: none; height: 100%; min-height: 100%; max-height: none; object-fit: cover; object-position: 50% 20%; transition: transform .35s ease; }
.home-blog-card:hover .home-blog-image img { transform: scale(1.025); }
.home-blog-content { padding-top: 14px; }
.home-blog-category { display: inline-block; color: #6c665d; font-size: .86rem; font-weight: 700; }
.home-blog-card h3 { margin: 9px 0 12px; font-size: 1.35rem; line-height: 1.22; }
.home-blog-card h3 a { color: #17130b; }
.home-blog-card h3 a:hover { color: #8b6500; }
.home-blog-meta { display: grid; gap: 2px; color: #777064; font-size: .84rem; }
.home-blog-meta span { font-weight: 600; }
.blog-home-placeholder { display: grid; width: 100%; height: 100%; place-items: center; color: #9b730b; font-size: 2.5rem; }
.blog-home-all { padding-top: 38px; text-align: center; }
#blog .blog-home-all .about-link { color: #8b6500; }
.company-material { background: #111; color: #fff; }
.company-material-card { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 28px; padding: 42px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: linear-gradient(135deg, #191919, #242019); }
.company-material-icon { display: grid; place-items: center; width: 78px; height: 78px; border-radius: 18px; color: #17130a; background: #ffc522; font-size: 2rem; }
.company-material-copy h2 { margin: 8px 0 10px; color: #fff; font-size: clamp(1.65rem, 3vw, 2.5rem); }
.company-material-copy p { margin: 0; color: #c9c5bc; }
.company-material-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 20px; border-radius: 10px; color: #17130a; background: #ffc522; font-weight: 800; white-space: nowrap; transition: .2s ease; }
.company-material-button:hover { color: #17130a; background: #ffd45d; transform: translateY(-2px); }
@media (max-width: 991px) { .company-material-card { grid-template-columns: auto 1fr; padding: 30px; } .company-material-button { grid-column: 1 / -1; } }
@media (max-width: 575px) { .company-material-card { grid-template-columns: 1fr; padding: 24px; } .company-material-button { grid-column: auto; white-space: normal; } }
@media (max-width: 767px) { .home-blog-card h3 { font-size: 1.2rem; } .blog-home-all { padding-top: 26px; } }

@media (max-width: 575px) {
  .header .logo { width: 170px; height: 54px; }
  .header .logo img { max-height: 54px; }
}
