/* ================================
   carpentry.css
   - Carpentry service page
   - Adaptado 100% para o HTML de carpentry
   - NÃO mexe em global/footer/hero base
================================== */

/* =========================
   Shared headings (page only)
========================= */
.sectionHead{
  margin-bottom: 28px;
}

.sectionHead--center{
  text-align: center;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

/* =========================
   HERO TITLE (Carpentry page only)
   (adaptado para classes reais do HTML)
========================= */
.serviceHeroTitle{
  text-align: center;
  margin-bottom: 28px;
  margin-top: 100px;
}

.serviceHeroHeading{
  margin: 0;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .01em;
  line-height: .95;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.hero__line{
  display: block;
  font-weight: 900;
  font-size: clamp(1.6rem, 3.2vw, 2.8rem);
  line-height: .95;
}

.hero__line--top{
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.serviceHeroWord{
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  line-height: .9;
}

.serviceHeroAccent{
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  line-height: .9;
}

.serviceHeroSubline{
  margin: 12px 0 0 0;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  line-height: 1.15;
  font-size: clamp(.9rem, 1.2vw, 1.15rem);
  color: #f2efe6;
}

.serviceHeroSubline .is-white{ color: #f2efe6; }
.serviceHeroSubline .is-yellow{ color: #f4c400; }

.serviceHeroHeading .is-white{ color: #fff; }
.serviceHeroHeading .is-yellow{ color: #f4c400; }

.serviceHeroActions{
  margin-top: 22px;
}

@media (max-width: 768px){
  .serviceHeroTitle{
    margin-top: 82px;
    margin-bottom: 18px;
    padding-inline: 8px;
  }

  .serviceHeroHeading{
    gap: 4px;
    line-height: 1;
  }

  .hero__line--top{
    gap: 8px;
  }

  .serviceHeroWord{
    font-size: clamp(1.6rem, 9vw, 2.2rem);
  }

  .serviceHeroAccent{
    font-size: clamp(1.6rem, 9vw, 2.2rem);
  }

  .serviceHeroSubline{
    margin-top: 10px;
    font-size: clamp(.72rem, 2.8vw, .9rem);
    line-height: 1.2;
    letter-spacing: .08em;
    padding-inline: 4px;
  }

  .serviceHeroActions{
    margin-top: 14px;
  }
}

/* =========================
   INTRO SECTION (Carpentry)
========================= */
.serviceIntro{
  position: relative;
  overflow: hidden;
  background: #000;
  padding-top: 110px;
  padding-bottom: 110px;
  min-height: 72vh;
  display: flex;
  align-items: center;
}

.serviceIntro::after{
  content:"";
  position:absolute;
  inset:-40px;
  pointer-events:none;
  z-index:0;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='680' height='240'%3E%3Cg transform='rotate(-10 340 120)'%3E%3Ctext x='0' y='95' font-family='Inter, Arial, sans-serif' font-size='44' font-weight='900' fill='white' fill-opacity='0.045'%3ECABINET%20SERVICES%3C/text%3E%3Ctext x='0' y='180' font-family='Inter, Arial, sans-serif' font-size='42' font-weight='900' fill='white' fill-opacity='0.03'%3ESERVICES%20PAINTING%20INSTALLING%3C/text%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 680px 240px;
  background-position: center;
}

.serviceIntro > .container{
  position: relative;
  z-index: 1;
  width: 100%;
}

.serviceIntro__grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: stretch;
}

.serviceCard{
  background: #161616;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px 18px 0 0;
  padding: 22px 20px 18px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  transition:
    background-color .22s ease,
    border-color .22s ease,
    color .22s ease,
    transform .22s ease;
}

.serviceCard__kicker{
  margin: 0 0 10px;
  color: #f4c400;
  text-transform: uppercase;
  letter-spacing: .10em;
  font-style: italic;
  font-weight: 900;
  font-size: 12px;
  line-height: 1.2;
}

.serviceCard__title{
  margin: 0 0 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: clamp(1.05rem, 1.7vw, 1.45rem);
  line-height: 1.02;
  letter-spacing: .02em;
}

.serviceCard__text{
  margin: 0 0 10px;
  color: rgba(255,255,255,.86);
  line-height: 1.6;
  font-size: 14px;
}

.serviceCard__text strong{
  color: #fff;
}

.serviceCard__rows{
  margin-top: 10px;
  display: grid;
  gap: 8px;
}

.serviceCard__row{
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 9px;
  display: grid;
  gap: 4px;
}

.serviceCard__row strong{
  color: #f4c400;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 900;
}

.serviceCard__row span{
  color: rgba(255,255,255,.88);
  line-height: 1.5;
  font-size: 13px;
}

.serviceCard__list{
  margin: 2px 0 0;
  padding: 0 0 0 18px;
  display: grid;
  gap: 8px;
  color: rgba(255,255,255,.88);
  line-height: 1.55;
  font-size: 14px;
}

.serviceCard:hover{
  background: #f4c400;
  border-color: #f4c400;
  transform: translateY(-3px);
}

.serviceCard:hover .serviceCard__kicker,
.serviceCard:hover .serviceCard__title,
.serviceCard:hover .serviceCard__text,
.serviceCard:hover .serviceCard__text strong,
.serviceCard:hover .serviceCard__row strong,
.serviceCard:hover .serviceCard__row span,
.serviceCard:hover .serviceCard__list{
  color: #0b0b0b;
}

.serviceCard:hover .serviceCard__row{
  border-top-color: rgba(0,0,0,.18);
}

.serviceIntro__ctaRow{
  margin-top: 22px;
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.serviceIntro__ctaRow .btn--white{
  background: #fff;
  color: #111;
  border: 1px solid #fff;
}

.serviceIntro__ctaRow .btn--ghost{
  border-color: rgba(255,255,255,.6);
  color: #fff;
}

.serviceIntro__ctaRow .btn--white:hover,
.serviceIntro__ctaRow .btn--ghost:hover{
  background: #f4c400;
  color: #111;
  border-color: #f4c400;
}

.serviceIntro__dots{
  display: none;
}

@media (min-width: 821px){
  .serviceIntro > .container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    transform: translateY(36px);
  }
}

/* MOBILE/TABLET carousel (intro) */
@media (max-width: 820px){
  .serviceIntro{
    --introCardW: clamp(300px, 84vw, 380px);
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: auto;
    display: block;
  }

  .serviceIntro > .container{
    transform: none;
  }

  .serviceIntro__grid{
    display: flex;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    padding: 0 0 12px;
    margin: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .serviceIntro__grid::-webkit-scrollbar{ display: none; }

  .serviceIntro__grid::before,
  .serviceIntro__grid::after{
    content:"";
    display:block;
    flex: 0 0 calc((100vw - var(--introCardW)) / 2);
  }

  .serviceCard{
    flex: 0 0 var(--introCardW);
    scroll-snap-align: center;
    scroll-snap-stop: always;
    border-radius: 16px 16px 0 0;
    padding: 18px 16px 16px;
    transform: none !important;
  }

  .serviceCard:hover{ transform: none !important; }

  .serviceCard__title{ font-size: 1.05rem; }
  .serviceCard__text,
  .serviceCard__list{ font-size: 13px; }
  .serviceCard__row span{ font-size: 12.5px; }

  .serviceIntro__ctaRow{
    margin-top: 16px;
    gap: 10px;
  }

  .serviceIntro__dots{
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 14px;
  }

  .serviceIntro__dots .dot{
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    padding: 0;
    margin: 0;
    width: 8px;
    height: 8px;
    min-width: 8px;
    min-height: 8px;
    border-radius: 999px;
    background: rgba(255,255,255,.22);
    display: inline-block;
    line-height: 0;
    font-size: 0;
    box-shadow: none;
    outline: none;
    cursor: pointer;
  }

  .serviceIntro__dots .dot.is-active{
    background: #f4c400;
  }
}

@media (max-width: 480px){
  .serviceIntro{
    --introCardW: clamp(280px, 88vw, 360px);
    padding-top: 68px;
    padding-bottom: 68px;
  }
}

/* CTA visibility by device */
.serviceIntro__ctaRow .btn--white{ display: inline-flex; }
.serviceIntro__ctaRow .btn--ghost{ display: none; }

@media (max-width: 820px){
  .serviceIntro__ctaRow{ justify-content: center; }
  .serviceIntro__ctaRow .btn--white{ display: none; }
  .serviceIntro__ctaRow .btn--ghost{ display: inline-flex; }
}

/* =========================
   SERVICE PROCESS (interactive)
   (adaptado para classes/IDs reais)
========================= */
.serviceProcess{
  position: relative;
  overflow: hidden;
  background: #0f0f0f;
}

.serviceProcess .sectionHead{
  margin-bottom: 20px;
}

.serviceProcessShell{
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 16px;
  align-items: start;
}

.processSteps{
  display: grid;
  gap: 10px;
}

.processStep{
  background: rgba(0,0,0,.58);
  border: 1px solid rgba(255,255,255,.10);
  padding: 14px 14px;
  cursor: pointer;
  transition: background-color .22s ease, border-color .22s ease, transform .22s ease;
  outline: none;
}

.processStep:focus-visible{
  box-shadow: 0 0 0 3px rgba(255,255,255,.14);
}

.processStep__num{
  display: block;
  margin: 0 0 6px;
  color: var(--accent);
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1;
}

.processStep__title{
  margin: 0;
  color: #fff;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: .03em;
  font-size: 14px;
  line-height: 1.15;
}

.processStep:hover,
.processStep.is-active{
  background: #f4c400;
  border-color: rgba(0,0,0,.28);
  transform: translateY(-2px);
}

.processStep:hover .processStep__num,
.processStep:hover .processStep__title,
.processStep.is-active .processStep__num,
.processStep.is-active .processStep__title{
  color: #111;
}

.processStepsDots{
  display: none;
}

.processDetail{
  background: rgba(0,0,0,.55);
  border: 1px solid rgba(255,255,255,.10);
  min-height: 100%;
  padding: 20px 18px;
}

.processDetail__inner{
  transition: opacity .18s ease, transform .18s ease, filter .18s ease;
}

.processDetail__inner.is-exiting{
  opacity: 0;
  transform: translateY(6px);
  filter: blur(2px);
}

.processDetail__inner.is-entering{
  opacity: 0;
  transform: translateY(8px);
  filter: blur(3px);
}

/* detail content */
.processDetailCard__kicker{
  margin: 0 0 8px;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 900;
  font-size: 11px;
}

.processDetailCard__title{
  margin: 0 0 8px;
  color: #fff;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 900;
  letter-spacing: .02em;
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  line-height: 1.05;
}

.processDetailCard__lead{
  margin: 0 0 14px;
  line-height: 1.55;
  font-size: 14px;
  max-width: 72ch;
}

.processDetailCard__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.processDetailCard__block{
  background: rgba(255,255,255,.02);
  border: 1px solid rgba(255,255,255,.08);
  padding: 12px 12px;
}

.processDetailCard__h{
  margin: 0 0 8px;
  color: rgba(255,255,255,.96);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 10.5px;
}

.processDetailCard__list{
  margin: 0;
  padding-left: 16px;
  color: rgba(255,255,255,.86);
  font-size: 13px;
  line-height: 1.5;
}
.processDetailCard__list li{ margin: 6px 0; }

/* CTA band */
.processBand{
  margin-top: 18px;
  background: rgba(0,0,0,.78);
  border: 1px solid rgba(255,255,255,.10);
  padding: 20px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.processBand__title{
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: #fff;
}

.processBand .muted{ margin: 0; }

.processBand__right .btn--white{
  background: #fff;
  color: #111;
  border: 1px solid #fff;
}
.processBand__right .btn--white:hover{
  background: #f4c400;
  color: #111;
  border-color: #f4c400;
}

/* Tablet */
@media (max-width: 980px){
  .serviceProcessShell{
    grid-template-columns: 300px 1fr;
  }

  .processDetailCard__grid{
    grid-template-columns: 1fr;
  }

  .processBand{
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Mobile Carousel process */
@media (max-width: 820px){
  .serviceProcessShell{
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .serviceProcess{
    --procStepW: clamp(280px, 84vw, 360px);
  }

  .processSteps{
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    padding: 0 0 8px;
    margin: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .processSteps::-webkit-scrollbar{ display:none; }

  .processSteps::before,
  .processSteps::after{
    content:"";
    display:block;
    flex: 0 0 calc((100vw - var(--procStepW)) / 2);
  }

  .processStep{
    flex: 0 0 var(--procStepW);
    scroll-snap-align: center;
    scroll-snap-stop: always;
    min-height: 78px;
    transform: none !important;
  }

  .processStep:hover{ transform: none !important; }

  .processStepsDots{
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 2px;
  }

  .processStepsDots .dot{
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    padding: 0;
    margin: 0;
    width: 8px;
    height: 8px;
    min-width: 8px;
    min-height: 8px;
    border-radius: 999px;
    background: rgba(255,255,255,.22);
    cursor: pointer;
    line-height: 0;
    font-size: 0;
  }

  .processStepsDots .dot.is-active{
    background: #f4c400;
  }

  .processDetail{
    padding: 16px 14px;
  }

  .processDetailCard__title{ font-size: 1rem; }
  .processDetailCard__lead,
  .processDetailCard__list{ font-size: 13px; }

  .processBand{ margin-top: 14px; }

  .processBand__right{
    width: 100%;
  }

  .processBand__right .btn{
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 480px){
  .serviceProcess{
    --procStepW: clamp(260px, 88vw, 340px);
  }
}

/* =========================
   GALLERY SECTION
========================= */
.serviceGallery{
  position: relative;
}

.serviceGallery::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:1px;
  background: rgba(255, 208, 0, .65);
  pointer-events:none;
}

.galleryGrid{
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 14px;
}

.galleryCard{
  margin: 0;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.10);
  background: #0b0b0b;
}

.galleryCard--lg{
  grid-row: span 2;
}

.galleryCard img{
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  transition: transform .45s ease, filter .45s ease;
  filter: grayscale(1) saturate(.85) contrast(1.03) brightness(.88);
}

.galleryCard::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background: linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.66));
  opacity: 1;
  transition: opacity .35s ease;
}

.galleryCard figcaption{
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 10px;
  z-index: 2;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1.2;
}

.galleryCard:hover img{
  transform: scale(1.05);
  filter: grayscale(0) saturate(1.08) contrast(1.02) brightness(1.32);
}

.galleryCard:hover::after{
  opacity: .45;
}

.galleryCtaWrap{
  margin-top: 18px;
  display: flex;
  justify-content: center;
}

.galleryCta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid #ffd400;
  background: #ffd400;
  color: #000;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
  transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}

.galleryCta:hover{
  background: #000;
  color: #ffd400;
  transform: translateY(-1px);
  box-shadow: 0 0 0 1px rgba(255,212,0,.35), 0 8px 18px rgba(0,0,0,.35);
}

.galleryMobileHint,
.galleryDots{
  display: none;
}

/* MOBILE gallery carousel */
@media (max-width: 900px){
  #serviceGallery{
    --galleryCardW: clamp(290px, 84vw, 380px);
  }

  .galleryMobileHint{
    display: block;
    margin: 10px 0 12px;
    text-align: center;
    color: #ffd400;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-size: 11px;
  }

  .galleryGrid{
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    padding: 0 0 10px;
    margin: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
    box-sizing: border-box;
  }

  .galleryGrid::-webkit-scrollbar{ display: none; }

  .galleryGrid::before,
  .galleryGrid::after{
    content: "";
    display: block;
    flex: 0 0 calc((100vw - var(--galleryCardW)) / 2);
  }

  .galleryCard,
  .galleryCard--lg{
    flex: 0 0 var(--galleryCardW);
    grid-row: auto;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .galleryCard img{
    min-height: 250px;
  }

  .galleryDots{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
  }

  .galleryDot{
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    padding: 0;
    margin: 0;
    width: 8px;
    height: 8px;
    min-width: 8px;
    min-height: 8px;
    border-radius: 999px;
    background: rgba(255,255,255,.25);
    display: inline-block;
    line-height: 0;
    font-size: 0;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease;
  }

  .galleryDot.is-active{
    background: #ffd400;
    transform: scale(1.15);
  }

  .galleryCtaWrap{ margin-top: 12px; }

  .galleryCta{
    width: 100%;
    max-width: 320px;
  }

  .galleryCard:hover,
  .galleryCard:hover img{
    transform: none;
  }
}

@media (max-width: 480px){
  #serviceGallery{
    --galleryCardW: clamp(270px, 88vw, 360px);
  }
}

/* =========================
   OPTIONS / CARE
========================= */
.serviceOptions{
  position: relative;
}

.serviceOptions::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:1px;
  background: rgba(255, 208, 0, .65);
  pointer-events:none;
}

.serviceOptions__grid{
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 20px;
  align-items: start;
}

.serviceOptions__left .muted{
  max-width: 760px;
}

.serviceFeaturePhoto{
  margin: 16px 0 0;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.10);
  background: #0b0b0b;
  border-radius: 0;
  transition: border-color .25s ease, transform .25s ease;
}

.serviceFeaturePhoto img{
  display: block;
  width: 100%;
  height: auto;
  min-height: 300px;
  max-height: 360px;
  object-fit: cover;
  transition: transform .45s ease, filter .45s ease;
  filter: saturate(1.02) contrast(1.03);
}

.serviceFeaturePhoto::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,.04) 0%,
    rgba(0,0,0,.22) 45%,
    rgba(0,0,0,.62) 100%
  );
  transition: opacity .25s ease;
}

.serviceFeaturePhoto figcaption{
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 10px;
  z-index: 2;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1.2;
}

.serviceFeaturePhoto:hover{
  border-color: rgba(255,212,0,.9);
}

.serviceFeaturePhoto:hover img{
  transform: scale(1.05);
  filter: saturate(1.08) contrast(1.05);
}

.optionCards{
  margin-top: 14px;
  display: grid;
  gap: 12px;
}

.optionCard{
  border: 1px solid rgba(255,255,255,.09);
  background: rgba(0,0,0,.40);
  padding: 14px 14px;
  border-radius: 0;
  transition: background-color .2s ease, border-color .2s ease;
}

.optionCard:hover{
  border-color: rgba(255,212,0,.45);
  background: rgba(255,212,0,.05);
}

.optionCard h3{
  margin: 0 0 6px;
  color: var(--accent);
  font-size: 13px;
  letter-spacing: .10em;
  text-transform: uppercase;
  font-weight: 900;
}

.optionCard p{
  margin: 0;
  font-size: 14px;
}

.careCard{
  background: rgba(0,0,0,.60);
  border: 1px solid rgba(255,255,255,.10);
  padding: 18px 16px;
  border-radius: 0;
}

.careCard__title{
  margin: 0 0 12px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #fff;
  font-size: 16px;
}

.careCard__list{
  margin: 0;
  padding: 0 0 0 16px;
  display: grid;
  gap: 8px;
  color: rgba(255,255,255,.86);
  font-size: 14px;
  line-height: 1.55;
}

.careCard__note{
  margin-top: 14px;
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 12px;
  color: rgba(255,255,255,.88);
  line-height: 1.55;
  font-size: 14px;
}

.careCard__note strong{
  color: var(--accent);
}

.serviceOptions__ctaWrap{
  margin-top: 18px;
  display: flex;
  justify-content: center;
}

.serviceOptions__cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid #ffd400;
  background: #ffd400;
  color: #000;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
  transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}

.serviceOptions__cta:hover{
  background: #000;
  color: #ffd400;
  transform: translateY(-1px);
  box-shadow: 0 0 0 1px rgba(255,212,0,.35), 0 8px 18px rgba(0,0,0,.35);
}

.serviceOptions__ctaWrap--mobile{
  display: none;
}

/* spacing refinement */
.serviceOptions__right .optionCards{
  margin-top: 25px;
}

.serviceOptions__ctaWrap--desktop{
  margin-top: 44px;
}

@media (max-width: 980px){
  .serviceOptions__grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .serviceFeaturePhoto img{
    min-height: 240px;
    max-height: 320px;
  }

  .serviceOptions__ctaWrap--mobile{
    display: flex;
    margin-top: 14px;
  }

  .serviceOptions__ctaWrap--desktop{
    display: none;
  }

  .serviceOptions__cta{
    width: 100%;
    max-width: 340px;
  }

  .serviceOptions__ctaWrap{
    justify-content: center;
  }
}

@media (max-width: 620px){
  .serviceFeaturePhoto figcaption{
    font-size: 11px;
    letter-spacing: .07em;
  }

  .careCard,
  .optionCard{
    padding-left: 12px;
    padding-right: 12px;
  }

  .serviceOptions__left .muted{
    line-height: 1.55;
  }
}

/* =========================
   TESTIMONIAL / TRUST
========================= */
.testimonialLayout{
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 16px;
  align-items: stretch;
}

.testimonialMainCard{
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(10,10,10,.92);
  padding: 22px;
  display: grid;
  gap: 16px;
}

.testimonialMainCard__quote blockquote{
  margin: 0;
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.35;
  font-weight: 800;
  color: #fff;
  font-style: italic;
}

.testimonialMainCard__author{
  margin: 12px 0 0;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: .10em;
  font-size: 12px;
  font-weight: 900;
}

.testimonialMainCard__info{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.trustMiniCard{
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.02);
  padding: 14px;
  min-height: 82px;
  display: grid;
  align-content: center;
  gap: 4px;
  transition: border-color .2s ease, background-color .2s ease;
}

.trustMiniCard:hover{
  border-color: rgba(255,212,0,.45);
  background: rgba(255,212,0,.04);
}

.trustMiniCard__num{
  color: var(--accent);
  font-weight: 900;
  font-size: 24px;
  line-height: 1;
  font-style: italic;
}

.trustMiniCard__label{
  color: rgba(255,255,255,.78);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .10em;
  line-height: 1.4;
}

.testimonialVideoCard{
  border: 2px solid rgba(255,212,0,.9);
  background: #000;
  padding: 0;
  min-height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}

.testimonialVideoCard__video{
  width: 100%;
  height: 100%;
  min-height: 320px;
  display: block;
  object-fit: cover;
  background: #000;
}

@media (max-width: 980px){
  .testimonialLayout{
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .testimonialVideoCard{ order: 1; }
  .testimonialMainCard{
    order: 2;
    padding: 18px;
  }

  .testimonialVideoCard__video{
    min-height: 240px;
  }
}

@media (max-width: 620px){
  .testimonialMainCard__quote blockquote{
    line-height: 1.4;
  }

  .testimonialMainCard,
  .trustMiniCard{
    border-radius: 0;
  }

  .testimonialVideoCard{
    border-width: 1px;
  }

  .trustMiniCard{
    min-height: 74px;
    padding: 12px;
  }

  .trustMiniCard__num{
    font-size: 22px;
  }
}

/* section padding tweak */
#serviceTestimonial .container{
  padding-top: 22px;
}

@media (max-width: 980px){
  #serviceTestimonial .container{
    padding-top: 16px;
  }
}

/* testimonial CTA */
.serviceTestimonial__ctaWrap{
  margin-top: 22px;
  display: flex;
  justify-content: center;
}

.serviceTestimonial__cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid #ffd400;
  background: #ffd400;
  color: #000;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
  transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}

.serviceTestimonial__cta:hover{
  background: #000;
  color: #ffd400;
  transform: translateY(-1px);
  box-shadow: 0 0 0 1px rgba(255,212,0,.35), 0 8px 18px rgba(0,0,0,.35);
}

@media (max-width: 620px){
  .serviceTestimonial__ctaWrap{
    margin-top: 16px;
  }

  .serviceTestimonial__cta{
    width: 100%;
    max-width: 320px;
  }
}

/* =========================
   FAQ + FINAL CTA
========================= */
.serviceFaq{
  position: relative;
  border-bottom: none !important;
}

.serviceFaq::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height: 3px;
  background: linear-gradient(
    90deg,
    rgba(255,204,51,0),
    rgba(245,158,11,.95),
    rgba(255,204,51,0)
  );
  box-shadow: 0 10px 20px rgba(245,158,11,.18);
  pointer-events:none;
  z-index: 2;
}

.faqWrap{
  border-top: 1px solid rgba(255,255,255,.09);
}

.faqItem{
  border-bottom: 1px solid rgba(255,255,255,.09);
}

.faqQ{
  width: 100%;
  padding: 20px 0;
  background: transparent;
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  cursor: pointer;
  text-align: left;
}

.faqQ span:first-child{
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.faqIcon{
  font-size: 22px;
  color: rgba(255,255,255,.55);
  transition: transform .25s ease, color .25s ease;
}

.faqQ[aria-expanded="true"] .faqIcon{
  color: var(--accent);
  transform: rotate(90deg);
}

.faqA{
  max-height: 0;
  overflow: hidden;
  transition: max-height .28s ease;
}

.faqA p{
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.8;
  max-width: 860px;
}

.finalCta{
  margin-top: 22px;
  border: 1px solid rgba(255,255,255,.10);
  background: #0b0b0b;
  padding: 26px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.finalCta__title{
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.finalCta__right{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* final CTA desktop vs mobile button swap */
#serviceFaq .finalCta__right .btn--ghost{
  display: none;
}

@media (max-width: 720px){
  #serviceFaq .finalCta{
    align-items: center;
    text-align: center;
  }

  #serviceFaq .finalCta__left{
    width: 100%;
  }

  #serviceFaq .finalCta__right{
    width: 100%;
    justify-content: center !important;
  }

  #serviceFaq .finalCta__right .btn--cta{
    display: none !important;
  }

  #serviceFaq .finalCta__right .btn--ghost{
    display: inline-flex !important;
    justify-content: center;
  }

  #serviceFaq .finalCta__right .btn{
    width: min(100%, 320px);
  }
}

/* =========================
   REVEAL FAILSAFE
========================= */
main .reveal,
.section .reveal{
  opacity: 1;
  transform: none;
  filter: none;
}

.reveal.isIn{
  opacity: 1 !important;
  transform: none !important;
}

/* =========================
   Extra responsive safety
========================= */
@media (max-width: 1100px){
  .galleryGrid{
    grid-template-columns: 1fr 1fr;
  }

  .galleryCard--lg{
    grid-row: span 1;
    grid-column: span 2;
  }
}

@media (max-width: 980px){
  .serviceIntro__grid{
    grid-template-columns: 1fr;
  }

  .serviceOptions__grid{
    grid-template-columns: 1fr;
  }

  .processBand{
    flex-direction: column;
    align-items: flex-start;
  }

  .finalCta{
    flex-direction: column;
    align-items: flex-start;
  }

  .finalCta__right{
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 720px){
  .galleryGrid{
    grid-template-columns: 1fr;
  }

  .galleryCard--lg{
    grid-column: auto;
  }

  .finalCta__right{
    width: 100%;
  }

  .finalCta__right .btn{
    width: 100%;
    justify-content: center;
  }
}
/* PATCH 2 — reduzir brilho em 20% no hover da galeria */
.galleryCard:hover img{
  transform: scale(1.05);
  filter: grayscale(0) saturate(1.08) contrast(1.02) brightness(.80);
}