.concept-three .topline {
  display: none;
}

.concept-three {
  overflow-x: hidden;
}

.concept-three .site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  min-height: 78px;
  border-bottom-color: rgba(23, 23, 23, 0.1);
  background: linear-gradient(180deg, rgba(255, 253, 250, 0.72), rgba(255, 253, 250, 0));
  backdrop-filter: none;
  transition:
    background 220ms ease,
    box-shadow 220ms ease,
    backdrop-filter 220ms ease;
}

.concept-three .site-header.is-scrolled {
  background: rgba(255, 253, 250, 0.92);
  box-shadow: 0 12px 42px rgba(40, 25, 19, 0.08);
  backdrop-filter: blur(18px);
}

.concept-three .hero {
  position: relative;
  min-height: 100svh;
  display: block;
  overflow: hidden;
  padding-bottom: 126px;
  background: #eee3d5;
}

.concept-three .hero__visual {
  position: absolute;
  inset: 0 0 126px;
  min-height: 0;
  overflow: hidden;
  border: 0;
  background: #eee3d5;
}

.concept-three .hero__visual::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  opacity: 1;
  background:
    linear-gradient(90deg, rgba(255, 252, 246, 0.87) 0%, rgba(255, 252, 246, 0.36) 23%, transparent 37%),
    linear-gradient(270deg, rgba(255, 252, 246, 0.24) 0%, transparent 31%),
    linear-gradient(180deg, rgba(255, 252, 246, 0.16), transparent 22%);
  mask-image: none;
  pointer-events: none;
}

.concept-three .hero__paws,
.concept-three .hero__orb,
.concept-three .hero__stamp {
  display: none;
}

.concept-three .hero__media {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
}

.concept-three .hero__intro {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  pointer-events: none;
  background: #eee3d5;
  transition: opacity 220ms ease;
}

.concept-three .hero__intro.is-ready {
  opacity: 1;
}

.concept-three .hero__intro.is-finished {
  opacity: 0;
}

.concept-three .hero__pets {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center;
  filter: none;
}

.concept-three .hero__copy {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 4.6vw;
  width: min(31vw, 500px);
  padding: 0;
  transform: translateY(-49%);
}

.concept-three .hero h1 {
  max-width: 490px;
  font-size: clamp(48px, 4.45vw, 76px);
  line-height: 0.93;
}

.concept-three .hero__lead {
  max-width: 420px;
  margin: 22px 0 25px;
  color: #4d4842;
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1.55;
}

.concept-three .hero__trust {
  max-width: 440px;
  border-top-color: rgba(23, 23, 23, 0.17);
}

.concept-three .booking {
  position: absolute;
  z-index: 12;
  top: 51%;
  right: 4.3vw;
  width: min(450px, 30vw);
  min-height: 0;
  max-height: calc(100% - 170px);
  padding: clamp(20px, 2.2vh, 28px) 28px 22px;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 25px;
  background: rgba(255, 253, 250, 0.93);
  box-shadow: 0 30px 85px rgba(65, 42, 29, 0.2);
  backdrop-filter: blur(18px) saturate(120%);
  transform: translateY(-50%);
  scrollbar-width: thin;
}

.concept-three .booking__kicker,
.concept-three .booking__steps {
  display: none;
}

.concept-three .booking__head {
  align-items: center;
  margin-bottom: 16px;
}

.concept-three .booking h2 {
  max-width: 280px;
  font-size: clamp(27px, 2vw, 34px);
}

@media (min-width: 921px) {
  .concept-three .booking h2 {
    max-width: none;
    font-size: clamp(25px, 1.8vw, 32px);
    white-space: nowrap;
  }
}

.concept-three .booking__status {
  font-size: 7px;
}

.concept-three .booking__field > span {
  margin-bottom: 7px;
}

.concept-three .service-chips {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1.25fr 1fr;
  gap: 5px;
}

.concept-three .service-chip {
  min-height: 34px;
  padding-inline: 7px;
  font-size: 8px;
  white-space: nowrap;
}

.concept-three .calendar {
  margin-top: 13px;
  padding-top: 11px;
}

.concept-three .calendar__nav {
  grid-template-columns: 34px 1fr 34px;
}

.concept-three .calendar__nav button {
  width: 32px;
  height: 32px;
}

.concept-three .calendar__week {
  margin: 9px 0 4px;
}

.concept-three .calendar__days {
  row-gap: 0;
}

.concept-three .calendar__day {
  height: 34px;
  aspect-ratio: auto;
  margin: 0;
  font-size: 10px;
}

.concept-three .calendar__day.is-today:not(.is-selected)::after {
  bottom: 3px;
}

.concept-three .time-picker {
  margin-top: 11px;
}

.concept-three .time-picker__title {
  margin-bottom: 7px;
}

.concept-three .time-picker__slots {
  gap: 5px;
}

.concept-three .time-slot {
  min-height: 36px;
  font-size: 9px;
}

.concept-three .booking__submit {
  min-height: 46px;
  margin-top: 12px;
  padding-inline: 18px;
  font-size: 9px;
}

.concept-three .booking__note {
  margin-top: 7px;
  font-size: 7px;
}

.concept-three .service-ribbon {
  position: absolute;
  z-index: 15;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 126px;
  background: rgba(255, 253, 250, 0.93);
  backdrop-filter: blur(18px);
}

.concept-three .service-ribbon article {
  min-height: 126px;
  padding: 20px 4.2vw;
  gap: 23px;
}

.concept-three .service-ribbon article > span {
  font-size: 15px;
}

.concept-three .service-ribbon strong {
  font-size: clamp(18px, 1.55vw, 24px);
}

.concept-three .service-ribbon p {
  font-size: 11px;
}

.concept-three .products {
  min-height: 670px;
  grid-template-columns: 0.72fr 1.28fr;
  background: #f4efe7;
}

.concept-three .products__visual {
  min-height: 510px;
  overflow: hidden;
  border-radius: 22px;
}

.concept-three .products__visual > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 59% center;
  border-radius: inherit;
  filter: none;
}

.concept-three .products__circle {
  z-index: 2;
  top: 24px;
  right: 24px;
  background: rgba(255, 253, 250, 0.82);
  backdrop-filter: blur(10px);
}

@media (max-width: 1180px) {
  .concept-three .hero__copy {
    left: 3.5vw;
    width: 34vw;
  }

  .concept-three .hero h1 {
    font-size: clamp(46px, 4.7vw, 68px);
  }

  .concept-three .booking {
    right: 2.6vw;
    width: 410px;
  }
}

@media (max-width: 920px) {
  .concept-three .site-header {
    min-height: 70px;
  }

  .concept-three .mobile-menu {
    inset: 70px 0 0;
  }

  .concept-three .hero {
    min-height: auto;
    padding-bottom: 0;
    overflow: visible;
    background: #f7f2ea;
  }

  .concept-three .hero__visual {
    position: relative;
    inset: auto;
    min-height: 680px;
    border-bottom: 0;
  }

  .concept-three .hero__visual::before {
    background:
      linear-gradient(180deg, rgba(255, 252, 246, 0.45) 0%, transparent 38%),
      linear-gradient(90deg, rgba(255, 252, 246, 0.5) 0%, transparent 72%);
  }

  .concept-three .hero__copy {
    top: 104px;
    left: 5vw;
    width: min(54vw, 440px);
    transform: none;
  }

  .concept-three .hero h1 {
    font-size: clamp(49px, 8vw, 68px);
  }

  .concept-three .hero__lead {
    max-width: 380px;
  }

  .concept-three .booking {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    max-height: none;
    margin: -34px 5vw 28px;
    padding: 34px;
    overflow: visible;
    transform: none;
  }

  .concept-three .booking__kicker {
    display: flex;
  }

  .concept-three .service-ribbon {
    position: relative;
    inset: auto;
  }

  .concept-three .products {
    grid-template-columns: 1fr;
    padding-bottom: 60px;
  }

  .concept-three .products__visual {
    min-height: 480px;
  }
}

@media (max-width: 600px) {
  /* Mobile: mídia 9:16 em tela cheia. O vídeo (`hero-mobile.mp4`) e a imagem final
     (`hero-mobile.png`) são o mesmo enquadramento, então a troca no fim não dá
     salto. Durante a entrada dos bichos o quadro fica limpo: a copy e o véu de
     leitura só entram quando o vídeo termina (classe `is-copy-ready`). */
  .concept-three .hero__visual {
    min-height: min(150vw, 780px);
    background: #f7f2ea;
  }

  /* Zoom ancorado no topo. Sem ele os bichos ficam com 27% da altura do quadro e
     os 33% de baixo são só piso vazio. Vídeo e imagem recebem exatamente a mesma
     transformação, então a troca no fim continua invisível.
     Relação: a janela visível mostra `altura_do_palco / (177.8vw * escala)` do
     quadro. As patas estão em 0.665, então 150 / (177.8 * 1.18) = 0.715 deixa
     folga embaixo. Mexer em um dos dois valores exige recalcular o outro. */
  .concept-three .hero__intro,
  .concept-three .hero__media {
    transform: scale(1.18);
    transform-origin: center top;
  }

  .concept-three .hero__intro,
  .concept-three .hero__pets {
    object-fit: cover;
    object-position: center top;
  }

  .concept-three .hero__intro {
    background: transparent;
  }

  .concept-three .hero__intro.is-transitioning {
    transition: opacity 720ms ease;
  }

  /* Véu de leitura atrás da copy. Fica invisível durante o vídeo para não lavar
     a cena, e entra junto com o texto. */
  .concept-three .hero__visual::before {
    z-index: 1;
    opacity: 0;
    background: linear-gradient(
      180deg,
      rgba(247, 242, 234, 0.94) 0%,
      rgba(247, 242, 234, 0.82) 18%,
      rgba(247, 242, 234, 0.4) 32%,
      rgba(247, 242, 234, 0) 45%
    );
    transition: opacity 640ms ease;
  }

  .concept-three .hero.is-copy-ready .hero__visual::before {
    opacity: 1;
  }

  .concept-three .hero__copy {
    top: 92px;
    left: 20px;
    width: calc(100% - 40px);
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 640ms ease, transform 640ms cubic-bezier(0.2, 0.7, 0.2, 1);
  }

  .concept-three .hero.is-copy-ready .hero__copy {
    opacity: 1;
    transform: none;
  }

  .concept-three .hero__copy .eyebrow {
    margin-bottom: 11px;
    font-size: 7px;
  }

  .concept-three .hero h1 {
    max-width: 305px;
    font-size: clamp(37px, 10.5vw, 45px);
    line-height: 0.94;
  }

  .concept-three .hero__lead,
  .concept-three .hero__trust {
    display: none;
  }

  .concept-three .booking {
    margin: -22px 12px 20px;
    padding: 29px 18px 24px;
    border-radius: 24px;
  }

  .concept-three .booking h2 {
    font-size: 31px;
  }

  .concept-three .booking__head {
    display: flex;
  }

  .concept-three .service-chips {
    grid-template-columns: 1fr 1fr;
  }

  .concept-three .service-chip {
    min-height: 38px;
    font-size: 8px;
  }

  .concept-three .calendar__day {
    height: 36px;
    font-size: 10px;
  }

  .concept-three .time-picker__slots {
    grid-template-columns: 1fr 1fr;
  }

  .concept-three .service-ribbon strong {
    font-size: 18px;
  }

  .concept-three .service-ribbon article > span {
    font-size: 14px;
  }

  .concept-three .products {
    padding-bottom: 22px;
  }

  .concept-three .products__visual {
    min-height: 360px;
  }
}

@media (max-height: 760px) and (min-width: 921px) {
  .concept-three .hero__copy {
    top: 48%;
  }

  .concept-three .hero__lead {
    margin-block: 16px 18px;
  }

  .concept-three .booking {
    top: 50%;
    padding-block: 18px;
  }

  .concept-three .calendar__day {
    height: 29px;
  }

  .concept-three .time-slot {
    min-height: 32px;
  }

  .concept-three .booking__note {
    display: none;
  }
}

/* Playful editorial details */
.concept-three .clinic-services {
  position: relative;
  z-index: 0;
  isolation: isolate;
  width: 100%;
  margin: clamp(72px, 6vw, 120px) 0 0;
  padding: 0;
  display: block;
  overflow: hidden;
  color: var(--ink);
  background: #eeeeee !important;
}

.concept-three .clinic-services::before {
  content: none;
}

.concept-three .clinic-services__backdrop {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: #eeeeee;
  pointer-events: none;
  transform: translateZ(0);
}

.concept-three .clinic-services__inner {
  position: relative;
  z-index: 4;
  width: min(1540px, calc(100% - 120px));
  margin-inline: auto;
  min-height: 1020px;
  padding-block: 130px;
  display: grid;
  grid-template-columns: minmax(390px, 0.72fr) minmax(0, 1.55fr);
  gap: clamp(38px, 3.6vw, 72px);
}

html,
body.concept-three {
  overflow-x: clip;
}

.concept-three .clinic-services__heading,
.concept-three .clinic-services__grid {
  position: relative;
  z-index: 5;
  color: #171717 !important;
  -webkit-text-fill-color: #171717 !important;
  transform: translateZ(1px);
  backface-visibility: hidden;
}

.concept-three .clinic-services h2,
.concept-three .clinic-services__grid strong {
  color: #171717 !important;
  -webkit-text-fill-color: #171717 !important;
}

.concept-three .clinic-services__grid article {
  background: transparent;
}

.concept-three .clinic-services__grid img {
  background: transparent;
  mix-blend-mode: multiply;
}

.concept-three .clinic-services__media {
  position: absolute;
  z-index: 2;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  background: #eeeeee;
}

.concept-three .clinic-services__aside-dog {
  display: block;
  position: absolute;
  right: clamp(-115px, -4vw, -62px);
  bottom: 0;
  width: clamp(360px, 28vw, 560px);
  height: auto;
  pointer-events: none;
  mix-blend-mode: multiply;
}

/* O MP4 não tem canal alpha. O ciclorama do estúdio foi normalizado e a cor da
   section (#eeeeee) já vem **assada** no arquivo, então aqui NÃO dependemos de
   `mix-blend-mode`: o Chrome ignora blend mode em `<video>` quando promove o
   vídeo para camada própria de GPU — era isso que deixava uma faixa branca
   visível à direita. O `multiply` continua valendo só para o `dog.png` de
   fallback, que é recorte com alpha. */
.concept-three .clinic-services__aside-dog--video {
  aspect-ratio: 1010 / 1040;
  background: transparent;
  object-fit: contain;
  mix-blend-mode: normal;
  /* Seguro contra qualquer desvio de 1 nível na decodificação: esfumaça as duas
     bordas onde só existe fundo (o cachorro nunca chega a 40px delas). */
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, #000 40px),
    linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 40px);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, #000 40px),
    linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 40px);
  mask-composite: intersect;
}

.concept-three .products {
  margin-top: clamp(48px, 4vw, 72px);
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  padding-inline: max(5vw, calc((100vw - 1380px) / 2));
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.concept-three .brands {
  position: relative;
  width: 100%;
  padding: 86px 0 42px;
  overflow: hidden;
  text-align: center;
  background: #fff;
}

.concept-three .brands > p {
  margin: 0 0 34px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.concept-three .brands__marquee {
  position: relative;
  z-index: 4;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.concept-three .brands__track {
  width: max-content;
  display: flex;
  animation: agromaxxi-marquee 28s linear infinite;
  will-change: transform;
}

.concept-three .brands__marquee:hover .brands__track {
  animation-play-state: paused;
}

.concept-three .brands__set {
  display: flex;
  align-items: center;
}

.concept-three .brands__set img {
  flex: 0 0 auto;
  width: clamp(160px, 16vw, 250px);
  height: 122px;
  padding: 31px 42px;
  object-fit: contain;
  border-right: 1px solid var(--line);
  filter: grayscale(1);
  opacity: 0.62;
  transition: 180ms ease;
}

.concept-three .brands__set img:hover {
  filter: none;
  opacity: 1;
}

.concept-three .brands__cat-window {
  position: relative;
  z-index: 2;
  width: 100%;
  height: clamp(430px, 38vw, 510px);
  margin: -28px auto -10px;
  overflow: hidden;
  pointer-events: none;
}

.concept-three .brands__cat {
  --cat-parallax: 220px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(820px, calc(100vw - 48px));
  height: auto;
  max-width: none;
  padding: 0;
  border: 0;
  filter: none;
  opacity: 1;
  transform: translate3d(-50%, calc(-50% + var(--cat-parallax)), 0);
  will-change: transform;
}

@keyframes agromaxxi-marquee {
  to {
    transform: translateX(-50%);
  }
}

/* Sem padding embaixo: as artes dos bichos têm conteúdo até a última linha do
   PNG (0px de margem transparente) e ficam com `bottom: 0` no palco, então o
   corte do corpo deles é a base da section. Qualquer padding aqui deixa um vão
   de fundo abaixo do corte e faz o recorte parecer acidental. */
.concept-three .testimonials {
  position: relative;
  padding: 105px 0 0;
  overflow: hidden;
  color: var(--ink);
  background: #eeeeee;
}

.concept-three .testimonials__heading {
  max-width: none;
  margin-bottom: 20px;
  text-align: center;
}

.concept-three .testimonials__heading .eyebrow {
  justify-content: center;
  margin-bottom: 13px;
}

.concept-three .testimonials h2 {
  font-size: clamp(52px, 5.4vw, 88px);
}

.concept-three .testimonials__stage {
  /* Fonte única das medidas usadas pelos bichos E pelos fios dos telefones.
     Trocar a altura do bicho num breakpoint move o fio junto. */
  --pet-h: 405px;
  --pet-w: min(22vw, 320px);
  --card-half: min(310px, 26vw);
  position: relative;
  min-height: 440px;
  display: grid;
  place-items: center;
}

/* Fios dos telefones de lata.
   Cada fio sai da lata do bicho e morre na borda do card, em vez de uma única
   linha reta atravessando a seção inteira por trás dele.
   Medido no canal alpha das PNGs: os dois fios são HORIZONTAIS na arte — o do
   cachorro em 0.562 da altura da imagem (0.438 acima da base) e o do gato em
   0.625 (0.375 acima da base). Por isso o prolongamento também é horizontal:
   qualquer inclinação criaria uma dobra visível na emenda com a arte.
   As duas alturas são diferentes porque cada bicho segura a lata na sua altura;
   o card no meio esconde a assimetria. */
.concept-three .testimonials__stage::before,
.concept-three .testimonials__stage::after {
  position: absolute;
  content: "";
  z-index: 2;
  border-top: 2px dotted rgba(142, 104, 67, 0.48);
  pointer-events: none;
}

/* Fio do cachorro: da lata (à esquerda) até a borda esquerda do card.
   `min(--pet-w, --pet-h * 0.991)` = onde a arte do cachorro termina, seja porque
   o contêiner a corta (desktop) seja porque a imagem é mais estreita que ele. */
.concept-three .testimonials__stage::before {
  bottom: calc(var(--pet-h) * 0.438);
  left: calc((100vw - 100%) / -2 + min(var(--pet-w), var(--pet-h) * 0.991));
  right: calc(50% + var(--card-half));
}

/* Fio do gato: da borda direita do card até a lata (à direita).
   0.886 é a proporção largura/altura de cat-phone.png.
   0.3825 e não 0.375: a medição por alpha pegava também a sombra do fio na
   parede e puxava o centro ~4px para baixo. O fio em si está em 0.6175. */
.concept-three .testimonials__stage::after {
  bottom: calc(var(--pet-h) * 0.3825);
  left: calc(50% + var(--card-half));
  right: calc((100vw - 100%) / -2 + min(var(--pet-w), var(--pet-h) * 0.886));
}

.concept-three .testimonials__pet {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: var(--pet-w);
  height: var(--pet-h);
  overflow: hidden;
  pointer-events: none;
}

.concept-three .testimonials__pet img {
  position: absolute;
  bottom: 0;
  height: var(--pet-h);
  width: auto;
  max-width: none;
  mix-blend-mode: multiply;
}

.concept-three .testimonials__pet--left {
  left: calc((100vw - 100%) / -2);
}

.concept-three .testimonials__pet--left img {
  left: 0;
}

.concept-three .testimonials__pet--right {
  right: calc((100vw - 100%) / -2);
}

.concept-three .testimonials__pet--right img {
  right: 0;
}

.concept-three .testimonials__carousel {
  position: relative;
  z-index: 3;
  width: min(620px, 52vw);
  min-height: 360px;
  padding: 48px 64px 30px;
  border: 1px solid rgba(23, 23, 23, 0.1);
  border-radius: 28px;
  background: rgba(255, 253, 250, 0.92);
  box-shadow: 0 25px 70px rgba(50, 35, 28, 0.11);
  backdrop-filter: blur(14px);
}

.concept-three .testimonials__slides {
  position: relative;
  min-height: 245px;
}

.concept-three .testimonials blockquote {
  position: absolute;
  inset: 0;
  min-height: 0;
  padding: 0;
  display: flex;
  border: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 330ms ease, transform 330ms ease, visibility 330ms ease;
}

.concept-three .testimonials blockquote.is-active {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.concept-three .testimonials__stars {
  color: #f0b323;
  font-family: "Archivo", sans-serif;
  font-size: 20px;
  letter-spacing: 0.2em;
}

.concept-three .testimonials blockquote > p {
  flex: 1;
  margin: 22px 0 25px;
  color: #36322e;
  font-size: 16px;
  line-height: 1.65;
}

.concept-three .testimonials blockquote footer {
  display: flex;
  align-items: center;
  gap: 13px;
}

.concept-three .testimonials blockquote footer img {
  width: 48px;
  height: 48px;
  padding: 3px;
  object-fit: cover;
  border: 1px solid rgba(23, 23, 23, 0.1);
  border-radius: 50%;
  background: #fff;
}

.concept-three .testimonials footer strong {
  color: var(--ink);
  font-size: 12px;
}

.concept-three .testimonials footer span {
  color: var(--muted);
}

.concept-three .testimonials__controls {
  display: grid;
  grid-template-columns: 38px 1fr 38px;
  align-items: center;
  gap: 16px;
}

.concept-three .testimonials__controls > button {
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  cursor: pointer;
  background: transparent;
}

.concept-three .testimonials__dots {
  display: flex;
  justify-content: center;
  gap: 7px;
}

.concept-three .testimonials__dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 99px;
  cursor: pointer;
  background: #c8c2bb;
  transition: width 180ms ease, background 180ms ease;
}

.concept-three .testimonials__dots button.is-active {
  width: 24px;
  background: var(--red);
}

.concept-three .contact {
  position: relative;
  padding: 115px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 77% 45%, rgba(201, 13, 27, 0.07), transparent 29%),
    #f8f3ec;
}

.concept-three .contact::before {
  position: absolute;
  content: "";
  inset: 0;
  opacity: 0.12;
  background-image: url("./assets/paw.png");
  background-size: 128px 128px;
  mask-image: linear-gradient(90deg, transparent, #000 55%, transparent);
}

.concept-three .contact__inner {
  position: relative;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 9vw;
}

.concept-three .contact__heading {
  position: relative;
  z-index: 2;
}

.concept-three .contact h2 {
  max-width: 680px;
  margin: 0;
  font-family: "Archivo", sans-serif;
  font-size: clamp(58px, 6vw, 96px);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.92;
  text-transform: uppercase;
}

.concept-three .contact__heading > p:not(.eyebrow) {
  max-width: 520px;
  margin: 27px 0 35px;
  color: var(--muted);
  line-height: 1.7;
}

.concept-three .contact__details {
  display: grid;
  gap: 18px;
}

.concept-three .contact__details > * {
  display: grid;
  gap: 4px;
}

.concept-three .contact__details span {
  color: var(--red);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.concept-three .contact__details strong {
  font-family: "Archivo", sans-serif;
  font-size: 13px;
}

.concept-three .contact__form-wrap {
  position: relative;
  width: min(560px, 100%);
  justify-self: end;
}

.concept-three .contact__cat {
  position: absolute;
  z-index: 1;
  left: -245px;
  bottom: -8px;
  width: 285px;
  pointer-events: none;
  filter: drop-shadow(-14px 24px 20px rgba(45, 28, 20, 0.12));
  mix-blend-mode: multiply;
}

.concept-three .contact__form {
  position: relative;
  z-index: 2;
  padding: 37px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 30px 85px rgba(65, 42, 29, 0.14);
}

.concept-three .contact__form-head,
.concept-three .contact__form label:nth-of-type(4),
.concept-three .contact__form button,
.concept-three .contact__form small {
  grid-column: 1 / -1;
}

.concept-three .contact__form-head {
  margin-bottom: 7px;
  display: grid;
  gap: 5px;
}

.concept-three .contact__form-head span,
.concept-three .contact__form label > span {
  color: var(--muted);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.concept-three .contact__form-head strong {
  font-family: "Archivo", sans-serif;
  font-size: 28px;
  letter-spacing: -0.04em;
}

.concept-three .contact__form label {
  display: grid;
  gap: 7px;
}

.concept-three .contact__form input,
.concept-three .contact__form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  outline: 0;
  resize: vertical;
  background: #fbfaf8;
}

.concept-three .contact__form input:focus,
.concept-three .contact__form textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 4px rgba(201, 13, 27, 0.08);
}

.concept-three .contact__form button {
  width: 100%;
}

.concept-three .contact__form small {
  color: var(--muted);
  font-size: 8px;
  text-align: center;
}

.concept-three .footer {
  position: relative;
  padding-top: 12px;
  overflow: hidden;
  background: #101010;
}

.concept-three .footer__main,
.concept-three .footer__bottom {
  position: relative;
  z-index: 2;
}

.concept-three .footer__main {
  padding-top: 72px;
  padding-bottom: 58px;
}

.concept-three .footer__bottom {
  margin-bottom: clamp(92px, 10vw, 175px);
}

.concept-three .footer__wordmark {
  position: absolute;
  z-index: 1;
  right: -0.02em;
  bottom: -0.2em;
  left: -0.02em;
  color: rgba(255, 255, 255, 0.065);
  font-family: "Archivo", sans-serif;
  font-size: clamp(105px, 18.2vw, 350px);
  font-weight: 900;
  letter-spacing: -0.085em;
  line-height: 0.72;
  text-align: center;
  white-space: nowrap;
  user-select: none;
}

@media (max-width: 920px) {
  .concept-three .clinic-services__inner {
    width: calc(100% - 56px);
    margin-inline: auto;
    min-height: auto;
    padding-block: 100px;
    grid-template-columns: 1fr;
    gap: 60px;
  }

  /* Layout empilhado: o cachorro sai da marca d'água atrás do conteúdo e vira
     faixa própria no fim da section, no mesmo espírito da faixa do gato.
     O contêiner da mídia entra no fluxo e vai para o fim via `order`. */
  .concept-three .clinic-services {
    display: flex;
    flex-direction: column;
  }

  /* Painel decorativo que no desktop cobre a metade esquerda: no mobile ele
     cobriria a faixa (z-index 3) e não tem mais função — a section já é #eeeeee. */
  .concept-three .clinic-services__backdrop {
    display: none;
  }

  /* O `background` precisa continuar #eeeeee: o contêiner tem z-index 2 e forma
     stacking context, então o `multiply` do vídeo blenda contra o fundo DELE.
     Com `transparent` o branco do MP4 volta a aparecer como retângulo. */
  .concept-three .clinic-services__media {
    position: static;
    order: 2;
    inset: auto;
    width: 100%;
    /* Absorve parte do vazio interno do MP4 (o cachorro começa a 15% da altura). */
    margin: -20px 0 0;
    background: #eeeeee;
  }

  /* Ancorado à direita, não centralizado: o cachorro entra pela borda direita do
     quadro e é cortado pela borda do crop. Centralizado, essa borda cai dentro da
     tela e aparece como uma faixa cortando ele na entrada. Colado na direita, o
     corte coincide com a borda da tela e a entrada fica natural. */
  .concept-three .clinic-services__aside-dog {
    position: static;
    inset: auto;
    width: min(58%, 420px);
    margin-left: auto;
    margin-right: 0;
    opacity: 1;
  }

  .concept-three .products {
    margin-top: 48px;
    padding-inline: 7vw;
  }

  .concept-three .brands__cat-window {
    height: 410px;
    margin-top: -22px;
  }

  .concept-three .brands__cat {
    width: min(720px, calc(100vw - 36px));
  }

  .concept-three .testimonials__stage {
    /* Bichos e fios seguem estas medidas; o card aqui é min(600px, 86vw). */
    --pet-h: 260px;
    --pet-w: min(30vw, 275px);
    --card-half: min(300px, 43vw);
    min-height: 520px;
    padding-bottom: 160px;
  }

  .concept-three .testimonials__carousel {
    width: min(600px, 86vw);
  }

  .concept-three .contact__inner {
    grid-template-columns: 1fr;
    gap: 75px;
  }

  .concept-three .contact__form-wrap {
    width: min(620px, 88%);
  }

  .concept-three .contact__cat {
    left: auto;
    right: -110px;
    bottom: 14px;
    width: 230px;
    opacity: 0.22;
  }
}

@media (max-width: 600px) {
  .concept-three .clinic-services__inner {
    width: calc(100% - 36px);
    margin-inline: auto;
    padding-block: 90px 42px;
  }

  .concept-three .clinic-services__media {
    width: 100%;
  }

  /* Largura cheia como a faixa do gato. O branco do MP4 é invisível no multiply,
     então a largura aqui só define o tamanho do cachorro. */
  .concept-three .clinic-services__aside-dog {
    width: min(100%, 420px);
    opacity: 1;
  }

  .concept-three .products {
    margin-top: 36px;
    padding-inline: 22px;
  }

  .concept-three .brands {
    padding-top: 70px;
  }

  .concept-three .brands__set img {
    width: 158px;
    height: 102px;
    padding: 27px 34px;
  }

  .concept-three .brands__cat-window {
    height: 315px;
    margin-top: -18px;
  }

  .concept-three .brands__cat {
    width: calc(100vw - 24px);
  }

  .concept-three .testimonials {
    padding-block: 78px 0;
  }

  .concept-three .testimonials__heading {
    width: calc(100% - 40px);
  }

  .concept-three .testimonials h2 {
    font-size: 48px;
  }

  .concept-three .testimonials__stage {
    --pet-h: 195px;
    --pet-w: 39%;
    width: 100%;
    min-height: 565px;
    padding-bottom: 170px;
  }

  .concept-three .testimonials__carousel {
    width: calc(100% - 32px);
    min-height: 380px;
    padding: 35px 24px 24px;
  }

  .concept-three .testimonials__slides {
    min-height: 270px;
  }

  .concept-three .testimonials blockquote > p {
    font-size: 14px;
  }


  .concept-three .contact {
    padding: 85px 0 65px;
  }

  .concept-three .contact h2 {
    font-size: 52px;
  }

  .concept-three .contact__form-wrap {
    width: 100%;
  }

  .concept-three .contact__cat {
    top: -172px;
    right: -14px;
    bottom: auto;
    width: 175px;
    opacity: 1;
  }

  .concept-three .contact__form {
    padding: 28px 18px 24px;
    grid-template-columns: 1fr;
  }

  .concept-three .contact__form > * {
    grid-column: 1;
  }

  .concept-three .contact__form-head strong {
    font-size: 25px;
  }

  .concept-three .footer__main {
    padding-bottom: 46px;
  }

  .concept-three .footer__bottom {
    margin-bottom: 80px;
  }

  .concept-three .footer__wordmark {
    bottom: -0.08em;
    font-size: 29vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  .concept-three .hero__intro {
    display: none;
  }

  .concept-three .brands__track {
    animation-play-state: paused;
  }

  .concept-three .brands__cat {
    --cat-parallax: 0px;
  }
}

/* Lenis v1.3.11 — regras base. As classes sao aplicadas em <html> pelo proprio
   Lenis, entao index.html e index2.html continuam com o scroll nativo. */
html.lenis,
html.lenis body {
  height: auto;
}

/* styles.css define scroll-behavior: smooth no html; com o Lenis ativo isso
   briga com o window.scrollTo dele e gera "escorregao" duplo. */
html.lenis {
  scroll-behavior: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis [data-lenis-prevent],
.lenis [data-lenis-prevent-wheel],
.lenis [data-lenis-prevent-touch] {
  overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

/* Correctives v31: product continuity, cat film and connected telephone line. */
.concept-three .clinic-services + .products,
.concept-three .products {
  margin-top: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.concept-three .products + .brands {
  margin-top: 0 !important;
  border-top: 0 !important;
}

.concept-three .brands__cat-window {
  display: block;
  /* 60% da largura anterior: a altura vem do aspect-ratio, entao a secao encolhe junto. */
  width: 60%;
  height: auto;
  aspect-ratio: 1920 / 828;
  margin: 0 auto;
  border: 0;
  background: #fff;
}

.concept-three .brands__cat.brands__cat--video {
  position: static;
  inset: auto;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1920 / 828;
  max-width: none;
  object-fit: contain;
  object-position: center;
  opacity: 1;
  transform: none !important;
  filter: none;
}

/* Removido: este bloco esticava a antiga linha única de ponta a ponta da viewport,
   passando por trás do card. Os dois fios agora terminam nas bordas dele. */

@media (max-width: 600px) {
  .concept-three .brands__cat-window {
    width: 100%;
    height: auto;
    aspect-ratio: 1920 / 828;
    margin: 0;
    background: #fff;
  }

  .concept-three .brands__cat.brands__cat--video {
    width: 100%;
    height: auto;
  }

  /* No mobile o card fica ACIMA dos bichos, então as duas latas se olham com
     espaço livre no meio: aqui um fio único ligando lata a lata completa a
     metáfora, em vez de dois fios morrendo no card.
     O cachorro desce 0.0555 * --pet-h porque a arte dele tem o fio 5,55% mais
     alto que a do gato — assim os dois fios ficam na mesma altura e o fio pode
     ser reto. O corte embaixo não muda: quem corta os dois é a borda da section. */
  .concept-three .testimonials__pet--left {
    bottom: calc(var(--pet-h) * -0.0555);
  }

  .concept-three .testimonials__stage::before {
    bottom: calc(var(--pet-h) * 0.3825);
    right: calc((100vw - 100%) / -2 + min(var(--pet-w), var(--pet-h) * 0.886));
  }

  .concept-three .testimonials__stage::after {
    display: none;
  }
}
