:root {

  --marrom:      #3B2A1F;
  --fulvo:       #B0714A;

  --fulvo-claro: #E8B98F;
  --acao:        #96562F;
  --acao-esc:    #7C4726;
  --zap:         #0C7E3E;
  --zap-esc:     #0A6A34;
  --texto:       #2A2018;
  --texto-2:     #6B5A4C;
  --fundo:       #FBF7F1;
  --areia:       #F2EAE0;
  --borda:       #E3D8CB;
  --branco:      #FFFFFF;

  --wrap: 1200px;
  --r-card: 16px;
  --sombra: 0 2px 10px rgba(59, 42, 31, .07);
  --sombra-alta: 0 8px 24px rgba(59, 42, 31, .13);

  --fonte: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--fonte);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--texto);
  background: var(--fundo);
  overflow-x: hidden;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

img { max-width: 100%; height: auto; display: block; }

h1, h2, h3 {
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.15;
  color: var(--marrom);
  margin: 0 0 16px;
  text-wrap: balance;
}
h1 { font-size: clamp(1.75rem, 6vw, 2.75rem); }
h2 { font-size: clamp(1.5rem, 4.5vw, 2rem); }
h3 { font-size: 1.125rem; font-weight: 700; }
p  { margin: 0 0 16px; }
p:last-child { margin-bottom: 0; }

a { color: var(--marrom); }
a:hover { color: var(--acao); }

a:focus-visible, button:focus-visible {
  outline: 3px solid var(--marrom);
  outline-offset: 2px;
  border-radius: 4px;
}

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
.centro { text-align: center; }

.centro--respiro { margin-top: 40px; }
@media (min-width: 900px) { .centro--respiro { margin-top: 52px; } }
.limite { max-width: 62ch; margin-left: auto; margin-right: auto; }

.oculto {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.pular {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--marrom); color: var(--branco);
  padding: 12px 20px; border-radius: 0 0 8px 0; text-decoration: none;
}
.pular:focus { left: 0; color: var(--branco); }

.rotulo {
  font-size: .8125rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .08em; color: var(--acao); margin: 0 0 8px;
}
.rotulo--centro { text-align: center; font-size: .8125rem; color: var(--texto-2); }

.estrelas { color: var(--fulvo); letter-spacing: .05em; }

.nota-fonte { font-size: .875rem; color: var(--texto-2); font-style: italic; }
.nota-fonte cite { font-style: italic; }

.botoes { display: flex; flex-direction: column; gap: 12px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 14px 26px;
  font-family: inherit; font-size: 1rem; font-weight: 700;
  text-decoration: none; border-radius: 999px; border: 2px solid transparent;
  transition: background-color .15s ease, transform .15s ease, border-color .15s ease;
}
.btn--zap   { background: var(--zap);  color: var(--branco); }
.btn--zap:hover   { background: var(--zap-esc);  color: var(--branco); transform: translateY(-1px); }
.btn--acao  { background: var(--acao); color: var(--branco); }
.btn--acao:hover  { background: var(--acao-esc); color: var(--branco); transform: translateY(-1px); }
.btn--linha { background: transparent; color: var(--branco); border-color: rgba(255,255,255,.75); }
.btn--linha:hover { background: var(--branco); color: var(--marrom); }

.ico-zap { width: 22px; height: 22px; flex: none; }

.cabecalho {
  position: sticky; top: 0; z-index: 100;
  background: rgba(251, 247, 241, .96);
  border-bottom: 1px solid var(--borda);
  backdrop-filter: saturate(140%) blur(6px);
}
.cabecalho__int {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  min-height: 64px;
}
.marca { display: flex; align-items: center; gap: 10px; text-decoration: none; min-height: 44px; }
.marca__selo { width: 40px; height: 40px; flex: none; }
.marca__nome {
  font-weight: 800; font-size: .9375rem; line-height: 1.05;
  letter-spacing: .04em; text-transform: uppercase; color: var(--marrom);
}
.marca__nome span { display: block; font-size: .6875rem; letter-spacing: .12em; color: var(--texto-2); }

.cabecalho__tel { display: flex; flex-direction: column; justify-content: center; text-align: right; text-decoration: none; min-height: 44px; padding: 4px 0; }
.cabecalho__tel-rot { font-size: .6875rem; text-transform: uppercase; letter-spacing: .08em; color: var(--texto-2); }
.cabecalho__tel-num { font-weight: 800; color: var(--acao); font-size: 1rem; }

.hero { position: relative; isolation: isolate; }
.hero__img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; z-index: -2; }
.hero picture { position: absolute; inset: 0; z-index: -2; }

.hero { display: flex; align-items: flex-end; min-height: 78vh; }
.hero__veu {
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(to top,
    rgba(42,32,24,.40) 0%,
    rgba(42,32,24,.16) 45%,
    rgba(42,32,24,.06) 100%);
}

.hero__int { padding: 96px 20px 36px; color: var(--branco); }

.hero__caixa {
  max-width: 620px;
  background: rgba(42, 32, 24, .86);
  border-radius: 20px;
  padding: 26px 24px 28px;
  box-shadow: 0 10px 40px rgba(20, 14, 10, .28);
  backdrop-filter: blur(3px);
}
.hero h1 { color: var(--branco); margin-bottom: 12px; }
.hero__h1sub { display: block; color: var(--fulvo-claro); margin-top: 6px; }

.hero__selo { font-size: 1rem; margin-bottom: 14px; color: #F0E7DC; }
.hero__selo strong { color: var(--branco); }
.hero__lead { font-size: 1.0625rem; max-width: 46ch; margin-bottom: 26px; color: #F3EBE2; }

.secao { padding: 56px 0; }
.secao--alt { background: var(--areia); }
.secao__lead { color: var(--texto-2); max-width: 62ch; }

.grade-2 { display: grid; gap: 28px; }
.foto img { border-radius: var(--r-card); box-shadow: var(--sombra); width: 100%; }

.cards { list-style: none; margin: 28px 0 0; padding: 0; display: grid; gap: 16px; }

.card {
  background: var(--branco); border: 1px solid var(--borda);
  border-radius: var(--r-card); padding: 24px;
  display: flex; flex-direction: column;
  transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.card:hover { transform: translateY(-2px); border-color: var(--fulvo); box-shadow: var(--sombra-alta); }
.card__ico {
  width: 34px; height: 34px; margin-bottom: 14px;
  fill: none; stroke: var(--fulvo); stroke-width: 1.6;
  stroke-linecap: round; stroke-linejoin: round;
}
.card h3 { margin-bottom: 8px; }

.card p { color: var(--texto-2); font-size: 1rem; flex: 1; }
.card p strong { color: var(--marrom); }
.card__cta {
  display: inline-block; margin-top: 16px; min-height: 44px; line-height: 44px;
  font-weight: 700; font-size: 1rem; color: var(--acao); text-decoration: none;
}
.card__cta:hover { text-decoration: underline; }

.faixa { background: var(--marrom); color: var(--branco); padding: 56px 0; }
.faixa__titulo { color: var(--branco); text-align: center; margin-bottom: 32px; }
.faixa__grade { list-style: none; margin: 0; padding: 0; display: grid; gap: 28px; }
.faixa__grade h3 { color: var(--fulvo-claro); margin-bottom: 6px; font-size: 1.1875rem; }
.faixa__grade p { color: #EFE6DC; font-size: 1rem; }

.citacao {
  margin: 40px 0 0; padding: 24px 0 0;
  border-top: 1px solid rgba(255,255,255,.18); text-align: center;
}
.citacao blockquote { margin: 0; }
.citacao p {
  font-size: 1.125rem; line-height: 1.5; color: var(--branco);
  max-width: 54ch; margin: 0 auto 12px; text-wrap: balance;
}
.citacao figcaption { font-size: .8125rem; color: #D9CCBE; }
.citacao cite { font-style: normal; font-weight: 700; }

.carrossel {
  margin-top: 28px; position: relative; overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 6%, #000 94%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0, #000 6%, #000 94%, transparent 100%);
}

.carrossel__trilho {
  list-style: none; margin: 0; padding: 4px 0 8px;
  display: flex; gap: 16px; width: max-content;

  animation: rodar var(--dur, 40s) linear infinite;
  will-change: transform;
}
@keyframes rodar {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(calc(-1 * var(--volta, 0px)), 0, 0); }
}

.carrossel:hover .carrossel__trilho,
.carrossel:focus-within .carrossel__trilho,
.carrossel[data-parado] .carrossel__trilho { animation-play-state: paused; }

.carrossel__item { flex: 0 0 min(82vw, 400px); }
.carrossel__item[data-clone] { pointer-events: none; }
.carrossel__trilho:focus-visible { outline: 3px solid var(--marrom); outline-offset: 4px; border-radius: 8px; }

@media (prefers-reduced-motion: reduce) {
  .carrossel { overflow-x: auto; }
  .carrossel__trilho { animation: none; }
}

.depo {
  margin: 0; background: var(--branco); border: 1px solid var(--borda);
  border-radius: var(--r-card); padding: 24px; height: 100%;
  display: flex; flex-direction: column;
}
.estrelas--g { font-size: 1.125rem; letter-spacing: .12em; margin-bottom: 12px; }

.depo__txt { font-size: 1rem; line-height: 1.65; color: var(--texto); margin: 0 0 16px; flex: 1; }
.depo__txt p { margin: 0; }
.depo__aut { font-size: .875rem; margin: 0; padding-top: 14px; border-top: 1px solid var(--borda); }
.depo__aut strong { color: var(--marrom); }
.depo__meta { display: block; color: var(--texto-2); font-size: .8125rem; font-weight: 400; }

.carrossel .carrossel__trilho { cursor: pointer; }
.carrossel[data-parado] .carrossel__trilho { cursor: default; }

.numeros { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 32px; margin: 24px 0 28px; color: var(--texto-2); }
.numeros strong { display: block; font-size: 1.75rem; font-weight: 800; color: var(--marrom); line-height: 1.1; }
.numeros span { font-size: .875rem; }

.imprensa { background: var(--fundo); padding: 40px 0; border-top: 1px solid var(--borda); border-bottom: 1px solid var(--borda); }
.imprensa__lista { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 20px; }
.imprensa__lista li { text-align: center; }
.imprensa__lista a { font-weight: 700; color: var(--marrom); text-decoration: none; display: inline-block; padding: 4px 0; }
.imprensa__lista a:hover { color: var(--acao); text-decoration: underline; }
.imprensa__lista span { display: block; font-size: .8125rem; color: var(--texto-2); margin-top: 4px; }
.imprensa cite { font-style: normal; }

.numeros-estrutura { list-style: none; margin: 28px 0 12px; padding: 0; display: grid; gap: 14px; }
.numeros-estrutura li { display: flex; align-items: baseline; gap: 12px; border-left: 3px solid var(--fulvo); padding-left: 14px; }
.numeros-estrutura strong { font-size: 1.25rem; font-weight: 800; color: var(--marrom); flex: none; }
.numeros-estrutura span { font-size: 1rem; color: var(--texto-2); }

.endereco { font-style: normal; font-size: 1.0625rem; margin-bottom: 20px; }

.endereco a { font-weight: 700; color: var(--acao); display: inline-flex; align-items: center; min-height: 44px; }
.h-menor { font-size: 1rem; text-transform: uppercase; letter-spacing: .06em; color: var(--texto-2); }
.horario { width: 100%; max-width: 340px; border-collapse: collapse; }
.horario th, .horario td { text-align: left; padding: 9px 0; border-bottom: 1px solid var(--borda); font-weight: 400; }
.horario th { color: var(--texto-2); font-weight: 400; }
.horario td { text-align: right; font-weight: 700; color: var(--marrom); }
.regiao { margin-top: 32px; color: var(--texto-2); font-size: 1rem; max-width: 70ch; }

.rodape { background: var(--marrom); color: #E8DED4; }

.mapa {
  width: 100%; aspect-ratio: 16 / 9; max-height: 320px; background: var(--areia);
  display: flex; align-items: center; justify-content: center;
}
.mapa iframe { width: 100%; height: 100%; border: 0; display: block; }
.mapa__link { color: var(--marrom); font-weight: 700; padding: 12px 20px; }

.rodape__int { display: grid; gap: 32px; padding-top: 44px; padding-bottom: 28px; }
.rodape__selo { width: 52px; height: 52px; margin-bottom: 10px; }
.rodape__nome { font-weight: 800; color: var(--branco); text-transform: uppercase; letter-spacing: .06em; font-size: 1rem; margin-bottom: 6px; }

.rodape__cnpj { font-size: .8125rem; color: #C9BCAF; }

.rodape__t { font-size: .8125rem; text-transform: uppercase; letter-spacing: .08em; color: var(--fulvo-claro); margin-bottom: 12px; }

.rodape address { font-style: normal; font-size: 1rem; margin-bottom: 12px; }
.rodape a { color: #F0E7DC; }
.rodape a:hover { color: var(--branco); }
.rodape p { font-size: 1rem; }

.rodape address a,
.rodape__col p > a { display: inline-flex; align-items: center; min-height: 44px; }
.rodape__credito {
  text-align: center; font-size: .875rem; color: #C0B2A4;
  padding: 18px 20px; margin: 0; border-top: 1px solid rgba(255,255,255,.12);
}

.zap-flutua {
  position: fixed; right: 16px; bottom: 16px; z-index: 120;
  width: 60px; height: 60px; border-radius: 50%;
  box-shadow: 0 6px 20px rgba(59, 42, 31, .28);
  transition: transform .15s ease;
}
.zap-flutua img { width: 60px; height: 60px; border-radius: 50%; }
.zap-flutua:hover { transform: scale(1.06); }

@media (min-width: 640px) {
  .botoes { flex-direction: row; flex-wrap: wrap; }
  .hero__int { padding: 200px 20px 60px; }
  .cards { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .faixa__grade { grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .carrossel__trilho { grid-auto-columns: 46%; }
  .imprensa__lista { grid-template-columns: repeat(2, 1fr); }
  .rodape__int { grid-template-columns: repeat(3, 1fr); }
  .marca__selo { width: 46px; height: 46px; }
  .marca__nome { font-size: 1.0625rem; }
  .hero__int { padding: 72px 20px 80px; }
}

@media (min-width: 900px) {
  .secao { padding: 76px 0; }
  .faixa { padding: 72px 0; }
  .cards { grid-template-columns: repeat(4, 1fr); }
  .grade-2 { grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
  .grade-2--topo { align-items: start; }
  .carrossel__trilho { grid-auto-columns: 31.5%; }

  .hero__int { padding: 140px 20px 64px; }
  .hero__caixa { padding: 34px 34px 36px; }
  .hero__lead { font-size: 1.125rem; }
  .zap-flutua { right: 24px; bottom: 24px; }
  .mapa { max-height: 380px; }
}

@media print {
  .zap-flutua, .mapa, .cabecalho__tel, .pular { display: none; }
  body { background: #fff; color: #000; }
  .hero__veu, .hero picture { display: none; }
  .hero__int { color: #000; }
  .hero h1, .hero__lead, .hero__selo { color: #000; }
  .faixa, .rodape { background: #fff; color: #000; }
  .faixa__titulo, .faixa__grade h3, .rodape__nome { color: #000; }
  a { text-decoration: underline; }
}
