/* QÓculos Sinop · site da loja
   Cores amostradas das fotos da loja: turquesa da fachada, petróleo da parede interna, grafite da moldura */

:root {
  --turq: #00bed4;
  --turq-hover: #22cde1;
  --turq-claro: #7fe3ee;
  --turq-gelo: #e3f5f7;
  --petroleo: #176e72;
  --noite: #062a2e;
  --noite-2: #0c3a3e;
  --tinta: #13222b;
  --tinta-2: #4b5a62;
  --grafite: #2f3d48;
  --gelo: #f4f7f7;
  --linha: rgba(19, 34, 43, .12);
  --linha-forte: rgba(19, 34, 43, .24);
  --mola: cubic-bezier(.3, 1.5, .5, 1);
  --suave: cubic-bezier(.2, .7, .2, 1);
  --corte: cubic-bezier(.7, 0, .2, 1);
  --display: 'Outfit', system-ui, sans-serif;
  --texto: 'Manrope', system-ui, sans-serif;
  --serifa: 'Instrument Serif', Georgia, serif;
  --fundo: var(--gelo);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--gelo);
  color: var(--tinta-2);
  font: 400 17px/1.62 var(--texto);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button { font: inherit; }
h1, h2, h3 { margin: 0; color: var(--tinta); font-family: var(--display); font-weight: 600; }
p { margin: 0 0 1em; }
:focus-visible { outline: 3px solid var(--turq); outline-offset: 3px; border-radius: 6px; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

.wrap { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 20px; }
@media (min-width: 768px) { .wrap { padding: 0 40px; } }

.secao { padding: clamp(84px, 11vw, 150px) 0; position: relative; }

h2 {
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: -.03em;
  margin-bottom: 22px;
}
h2 em, h1 em {
  font-family: var(--serifa);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -.01em;
  font-size: 1.1em;
  line-height: .9;
  color: var(--petroleo);
  background: linear-gradient(var(--turq), var(--turq)) no-repeat 0 94% / 0% 3px;
  transition: background-size 1.1s var(--corte) .35s;
}
.visivel em, html.entra h1 em { background-size: 100% 3px; }

.cab { max-width: 820px; }
.cab-txt { font-size: 18px; max-width: 36em; }

.rotulo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  font: 700 12.5px/1 var(--texto);
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--petroleo);
}
.rotulo::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 2.5px solid var(--turq);
}
.rotulo-claro { color: var(--turq-claro); }
.rotulo-escuro { color: #063a3f; }
.rotulo-escuro::before { border-color: #063a3f; }

/* ---------- botões ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 26px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  font: 700 16px/1.2 var(--texto);
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform .25s var(--suave), background-color .25s, color .25s, border-color .25s, box-shadow .25s;
}
.btn .ic { width: 20px; height: 20px; fill: currentColor; flex: none; }
.ic-seta { width: 20px; height: 20px; flex: none; transition: transform .3s var(--suave); }
.btn:hover .ic-seta { transform: translateX(4px); }
.btn-prim { background: var(--turq); color: #04262a; }
.btn-prim::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, .6) 50%, transparent 70%);
  transform: translateX(-120%);
}
.btn-prim:hover {
  background: var(--turq-hover);
  transform: translateY(-2px);
  box-shadow: 0 16px 34px -14px rgba(0, 150, 170, .9);
}
.btn-prim:hover::after { transform: translateX(120%); transition: transform .8s var(--suave); }
.btn-contorno { border-color: var(--tinta); color: var(--tinta); background: transparent; }
.btn-contorno:hover { background: var(--tinta); color: #fff; }
.btn-link { padding: 15px 6px; color: var(--tinta); }
.btn-link span { background: linear-gradient(currentColor, currentColor) no-repeat 0 100% / 100% 1.5px; padding-bottom: 2px; }
.btn-sm { padding: 10px 16px; font-size: 14px; }
.btn-sm .ic { width: 18px; height: 18px; }
.btn-grande { padding: 20px 34px; font-size: 18px; }
.btn-grande .ic { width: 22px; height: 22px; }

/* ---------- status aberto/fechado ---------- */
.status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 8px 14px 8px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--linha);
  font: 600 13.5px/1.2 var(--texto);
  color: var(--tinta);
}
.status-ponto {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #9aa6ab;
  position: relative;
  flex: none;
}
.status.aberto .status-ponto { background: #12b886; }
.status.aberto .status-ponto::after {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 2px solid #12b886;
  animation: ping 2s var(--suave) infinite;
}
@keyframes ping { from { transform: scale(.4); opacity: 1; } to { transform: scale(1.5); opacity: 0; } }

/* ---------- abertura ---------- */
.intro {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  background: var(--turq);
  transition: transform .8s var(--corte);
}
.intro.sai { transform: translateY(-101%); }
.intro.fim, html.sem-intro .intro { display: none; }
.intro-marca { display: grid; justify-items: center; gap: 26px; transition: transform .8s var(--corte), opacity .5s; }
.intro.sai .intro-marca { transform: translateY(-40px); opacity: 0; }
.intro-logo { width: min(74vw, 560px); height: auto; overflow: visible; fill: #fff; }
.intro-aro {
  fill: none;
  stroke: #fff;
  stroke-width: 30;
  stroke-dasharray: 502;
  stroke-dashoffset: 502;
  transform: rotate(-90deg);
  transform-box: fill-box;
  transform-origin: center;
  animation: desenha .55s var(--corte) forwards, some .15s .7s forwards;
}
.aro-o { animation-delay: .12s, .7s; }
@keyframes desenha { to { stroke-dashoffset: 0; } }
@keyframes some { to { opacity: 0; } }
.intro-cheio { opacity: 0; animation: surge .16s .62s forwards; }
@keyframes surge { to { opacity: 1; } }
.il-acento {
  opacity: 0;
  transform: translate(0, -80px) rotate(-30deg);
  transform-box: fill-box;
  transform-origin: center;
  animation: cai .5s .68s var(--mola) forwards;
}
@keyframes cai { to { opacity: 1; transform: none; } }
.il-letra {
  opacity: 0;
  transform: translateY(46px);
  animation: sobe .5s calc(.76s + var(--i) * 60ms) var(--mola) forwards;
}
@keyframes sobe { to { opacity: 1; transform: none; } }
.intro-slogan {
  margin: 0;
  font: 700 12.5px/1 var(--texto);
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #06454b;
  opacity: 0;
  animation: surge .5s .9s forwards;
}

/* ---------- progresso de leitura ---------- */
.progresso { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 60; pointer-events: none; }
.progresso span { display: block; height: 100%; background: var(--turq); transform-origin: 0 50%; transform: scaleX(var(--p, 0)); }

/* ---------- topo ---------- */
.topo {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  transition: background-color .35s, box-shadow .35s, transform .7s var(--suave);
}
.com-js .topo { transform: translateY(-100%); }
html.entra .topo { transform: none; transition-delay: 0s, 0s, .35s; }
.topo-in {
  max-width: 1320px;
  margin: 0 auto;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 24px;
  transition: padding .35s;
}
.topo.rolou { background: rgba(244, 247, 247, .93); -webkit-backdrop-filter: blur(14px) saturate(1.4); backdrop-filter: blur(14px) saturate(1.4); box-shadow: 0 1px 0 var(--linha); }
.topo.rolou .topo-in { padding-top: 11px; padding-bottom: 11px; }
.topo-logo { display: flex; align-items: center; gap: 12px; color: var(--tinta); text-decoration: none; }
.topo-logo svg { width: 122px; height: auto; aspect-ratio: 962 / 192; fill: currentColor; transition: width .35s; }
.topo.rolou .topo-logo svg { width: 108px; }
.topo-cidade {
  font: 700 11.5px/1 var(--texto);
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--petroleo);
  padding-left: 12px;
  border-left: 1.5px solid var(--linha-forte);
}
.topo-nav { display: none; margin-left: auto; gap: 30px; }
.topo-nav a { font: 600 14.5px/1 var(--texto); color: var(--tinta); text-decoration: none; position: relative; padding: 6px 0; }
.topo-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--turq);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .35s var(--suave);
}
.topo-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.topo .btn { margin-left: auto; }
@media (min-width: 1000px) {
  .topo-in { padding-left: 40px; padding-right: 40px; }
  .topo-nav { display: flex; }
  .topo .btn { margin-left: 8px; }
  .topo-logo svg { width: 138px; }
  .topo.rolou .topo-logo svg { width: 118px; }
}

/* ---------- hero ---------- */
.hero { padding: 112px 0 56px; }
.hero-grid { display: grid; gap: 34px; }
.hero-titulo {
  font-size: clamp(46px, 12.6vw, 84px);
  line-height: .98;
  letter-spacing: -.04em;
  margin: 22px 0 22px;
}
.hero-titulo .linha { display: block; overflow: hidden; padding: 0 0 .1em; margin-bottom: -.1em; }
.hero-titulo .linha > span { display: inline-block; }
.hero-titulo em { font-size: 1.12em; }
.hero-sub { font-size: 18px; max-width: 32em; margin-bottom: 30px; }
.hero-ctas { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; }

.com-js .hero-titulo .linha > span { transform: translateY(108%); transition: transform 1s var(--suave); }
.com-js .hero-titulo .linha:nth-child(2) > span { transition-delay: .09s; }
.com-js .hero-titulo .linha:nth-child(3) > span { transition-delay: .18s; }
html.entra .hero-titulo .linha > span { transform: none; }
.com-js .hero-status, .com-js .hero-sub, .com-js .hero-ctas { opacity: 0; transform: translateY(18px); transition: opacity .8s var(--suave), transform .8s var(--suave); }
.com-js .hero-sub { transition-delay: .3s; }
.com-js .hero-ctas { transition-delay: .42s; }
html.entra .hero-status, html.entra .hero-sub, html.entra .hero-ctas { opacity: 1; transform: none; }
.com-js .hero-visual { opacity: 0; transform: translateY(30px) scale(.97); transition: opacity 1s var(--suave) .15s, transform 1.2s var(--suave) .15s; }
html.entra .hero-visual { opacity: 1; transform: none; }

@media (min-width: 900px) {
  .hero { padding: 128px 0 70px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr); gap: 56px; align-items: center; min-height: calc(100svh - 198px); }
  .hero-titulo { font-size: clamp(56px, 6.2vw, 88px); }
}

/* lente: foto desfocada + lupa nítida que segue o mouse/dedo */
.lente-palco {
  --R: 120px;
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 28px;
  overflow: hidden;
  isolation: isolate;
  background: #c9d2d4;
  touch-action: pan-y;
  box-shadow: 0 40px 80px -40px rgba(6, 42, 46, .45);
}
@media (min-width: 761px) { .lente-palco { aspect-ratio: auto; height: clamp(440px, 72vh, 680px); } }
@media (hover: hover) and (pointer: fine) { .com-js .lente-palco { cursor: none; } }
.lente-base, .lupa-img { position: absolute; inset: 0; }
.lente-base img, .lupa-img img {
  position: absolute;
  left: -3%;
  top: -6%;
  width: 106%;
  height: 112%;
  max-width: none;
  object-fit: cover;
  object-position: 45% 50%;
  translate: 0 var(--py, 0px);
}
.com-js .lente-base img, .com-js .lupa-img img { scale: 1.14; transition: scale 2.6s var(--suave); }
html.entra .lente-base img, html.entra .lupa-img img { scale: 1; }
.com-js .lente-base img { filter: blur(7px) saturate(.8) brightness(1.03); }
.lente-base::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 42, 46, 0) 55%, rgba(6, 42, 46, .35));
  pointer-events: none;
}
.lupa {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(var(--R) * 2);
  height: calc(var(--R) * 2);
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  opacity: 0;
  will-change: transform;
  transition: opacity .6s var(--suave);
  display: none;
}
.lupa-img { right: auto; bottom: auto; transform-origin: 0 0; will-change: transform; }
.lupa-img img { filter: saturate(1.08) contrast(1.04); }
.anel {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(var(--R) * 3);
  height: calc(var(--R) * 3);
  z-index: 3;
  pointer-events: none;
  will-change: transform;
  display: none;
}
.com-js .lupa, .com-js .anel { display: block; }
.anel svg { width: 100%; height: 100%; overflow: visible; transform: scale(.5); opacity: 0; transition: transform .8s var(--mola), opacity .4s; }
.lente-palco.ativa .lupa { opacity: 1; }
.lente-palco.ativa .anel svg { transform: none; opacity: 1; }
.anel-borda { fill: none; stroke: #fff; stroke-width: 9; filter: drop-shadow(0 4px 10px rgba(0, 0, 0, .25)); }
.anel-fio { fill: none; stroke: var(--turq); stroke-width: 1.6; opacity: .85; }
.anel-gira { transform-box: view-box; transform-origin: 50% 50%; animation: gira 24s linear infinite; }
.anel-gira text {
  font: 700 13.5px var(--texto);
  letter-spacing: 1px;
  fill: #fff;
  paint-order: stroke;
  stroke: rgba(4, 38, 42, .45);
  stroke-width: 3px;
}
.anel-acento { fill: var(--turq); stroke: #fff; stroke-width: 3; }
@keyframes gira { to { transform: rotate(360deg); } }

.lente-dica {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 4;
  margin: 0;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(6, 42, 46, .7);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #fff;
  font: 600 13px/1 var(--texto);
  transition: opacity .5s, transform .5s var(--suave);
  display: none;
}
.com-js .lente-dica { display: block; }
.lente-palco.usou .lente-dica { opacity: 0; transform: translateY(8px); }
.d-toque { display: none; }
@media (hover: none) { .d-mouse { display: none; } .d-toque { display: inline; } }

/* ---------- faixa de grifes ---------- */
.faixa { border-top: 1px solid var(--linha); border-bottom: 1px solid var(--linha); overflow: hidden; padding: 26px 0; background: #fff; }
.faixa-trilho { display: flex; width: max-content; animation: rola 42s linear infinite; }
.faixa:hover .faixa-trilho { animation-play-state: paused; }
.faixa-lista { display: flex; list-style: none; margin: 0; padding: 0; }
.faixa-lista li {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font: 600 clamp(26px, 3.4vw, 44px)/1 var(--display);
  letter-spacing: -.02em;
  color: var(--grafite);
}
.faixa-lista li:nth-child(even) { font-family: var(--serifa); font-style: italic; font-weight: 400; font-size: clamp(30px, 3.9vw, 50px); color: var(--petroleo); }
.faixa-lista li::after {
  content: "";
  width: 14px;
  height: 14px;
  margin: 0 clamp(22px, 3vw, 44px);
  border-radius: 50%;
  border: 3.5px solid var(--turq);
  flex: none;
}
@keyframes rola { to { transform: translateX(-50%); } }

/* ---------- coleções ---------- */
.lista-col { list-style: none; margin: 48px 0 0; padding: 0; border-top: 1px solid var(--linha); }
.col-link {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) 36px;
  align-items: center;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--linha);
  text-decoration: none;
  color: inherit;
  position: relative;
  isolation: isolate;
  transition: opacity .35s;
}
.col-num { display: none; }
.col-thumb { width: 84px; height: 104px; object-fit: cover; border-radius: 14px; }
.col-thumb-arte { display: block; overflow: hidden; }
.col-thumb-arte svg { display: block; width: 100%; height: 100%; }
.col-corpo { display: grid; gap: 6px; }
.col-nome { font: 600 25px/1.05 var(--display); letter-spacing: -.02em; color: var(--tinta); transition: transform .45s var(--suave); }
.col-desc { font-size: 15px; line-height: 1.5; }
.col-ir {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid var(--linha-forte);
  display: grid;
  place-items: center;
  color: var(--tinta);
  transition: background-color .35s, border-color .35s, transform .45s var(--suave);
}
.col-ir svg { width: 18px; height: 18px; }
.col-link::before {
  content: "";
  position: absolute;
  inset: 0 -20px;
  z-index: -1;
  background: var(--turq-gelo);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform .45s var(--suave);
}
.col-link:hover::before { transform: scaleY(1); }
.col-link:hover .col-ir { background: var(--turq); border-color: var(--turq); transform: rotate(-45deg); }

@media (min-width: 900px) {
  .col-link { grid-template-columns: 80px minmax(0, 1.05fr) minmax(0, 1fr) 56px; gap: 24px; padding: 34px 0; }
  .col-num { display: block; font: 500 15px/1 var(--display); color: var(--petroleo); letter-spacing: .04em; }
  .col-thumb { display: none; }
  .col-corpo { display: contents; }
  .col-nome { font-size: clamp(32px, 3.8vw, 54px); }
  .col-desc { font-size: 16px; max-width: 28em; }
  .col-ir { width: 56px; height: 56px; }
  .col-ir svg { width: 22px; height: 22px; }
  .col-link:hover .col-nome { transform: translateX(14px); }
  .lista-col:hover .col-link:not(:hover) { opacity: .42; }
}

.espia {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
  width: 280px;
  aspect-ratio: 4 / 5;
  border-radius: 22px;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  box-shadow: 0 30px 60px -20px rgba(6, 42, 46, .5);
  transition: opacity .35s;
  display: none;
  will-change: transform;
}
.espia.on { opacity: 1; }
.espia > * {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.15);
  transition: opacity .4s, transform .7s var(--suave);
}
.espia > .ativo { opacity: 1; transform: none; }
@media (min-width: 900px) and (hover: hover) and (pointer: fine) { .com-js .espia { display: block; } }

/* ---------- a loja ---------- */
.loja { background: var(--noite-2); color: #b9d0d3; --fundo: var(--noite-2); }
.loja h2 { color: #fff; }
.loja h2 em { color: var(--turq); }
.cab-lado { max-width: none; display: grid; gap: 8px; }
@media (min-width: 900px) { .cab-lado { grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 64px; align-items: end; } .cab-lado .cab-txt { margin-bottom: 26px; } }
.galeria { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 44px; }
.galeria figure { margin: 0; position: relative; overflow: hidden; border-radius: 20px; background: #082f33; }
.g-a { grid-column: span 2; aspect-ratio: 5 / 4; }
.g-b, .g-c { aspect-ratio: 3 / 4; }
.g-d { grid-column: span 2; aspect-ratio: 3 / 2; }
.g-mov { position: absolute; left: 0; right: 0; top: -7%; bottom: -7%; will-change: transform; }
.g-mov img { width: 100%; height: 100%; object-fit: cover; }
.galeria figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 3;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(4, 28, 31, .72);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #fff;
  font: 600 13px/1.2 var(--texto);
}
@media (min-width: 900px) {
  .galeria { grid-template-columns: 1.3fr 1fr 1fr; grid-template-rows: 380px 360px; gap: 16px; margin-top: 56px; }
  .galeria figure { aspect-ratio: auto; }
  .g-a { grid-column: 1 / 3; grid-row: 1; }
  .g-b { grid-column: 3; grid-row: 1 / 3; }
  .g-c { grid-column: 1; grid-row: 2; }
  .g-d { grid-column: 2; grid-row: 2; }
}

/* cortina das fotos: cobertura na cor do fundo que recua (sem clip-path no elemento observado) */
.com-js .rv-foto::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: var(--fundo);
  transform-origin: top;
  transition: transform 1.15s var(--corte) var(--d, 0ms);
}
.com-js .rv-foto.visivel::after { transform: scaleY(0); }
.com-js .rv-foto .g-mov img { transform: scale(1.16); transition: transform 1.6s var(--suave) var(--d, 0ms); }
.com-js .rv-foto.visivel .g-mov img { transform: none; }
.com-js .rv-foto figcaption { opacity: 0; transform: translateY(8px); transition: opacity .6s, transform .6s var(--suave); transition-delay: calc(var(--d, 0ms) + .8s); }
.com-js .rv-foto.visivel figcaption { opacity: 1; transform: none; }

/* ---------- a rede ---------- */
.rede { background: var(--turq); color: #0a4449; --fundo: var(--turq); }
.rede h2 { color: #041f22; }
.rede h2 em { color: #06454b; background-image: linear-gradient(#fff, #fff); }
.rede-grid { display: grid; gap: 40px; }
.rede-grid > div > p { max-width: 32em; }
.numeros { margin: 0; }
.numero { display: grid; gap: 6px; padding: 22px 0; border-top: 1.5px solid rgba(4, 31, 34, .22); }
.numero:last-child { border-bottom: 1.5px solid rgba(4, 31, 34, .22); }
.numero dt { font: 600 clamp(54px, 7vw, 86px)/1 var(--display); letter-spacing: -.04em; color: #041f22; font-variant-numeric: tabular-nums; }
.numero dt small { font-size: .42em; letter-spacing: -.01em; margin-left: .12em; }
.numero dd { margin: 0; font-size: 16px; line-height: 1.45; max-width: 24em; }
@media (min-width: 900px) {
  .rede-grid { grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 88px; align-items: center; }
  .numero { grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 24px; align-items: center; }
}

/* ---------- onde fica ---------- */
.onde { --fundo: var(--gelo); }
.onde-grid { display: grid; gap: 40px; }
.endereco { font: 500 21px/1.5 var(--display); font-style: normal; color: var(--tinta); margin: 4px 0 20px; }
.horas { margin: 22px 0 28px; border-top: 1px solid var(--linha); }
.horas > div { display: flex; justify-content: space-between; gap: 16px; padding: 13px 0; border-bottom: 1px solid var(--linha); font-size: 16px; transition: background-color .3s; }
.horas dt { font-weight: 600; color: var(--tinta); }
.horas dd { margin: 0; }
.horas > div.hoje dt::after {
  content: "hoje";
  margin-left: 10px;
  padding: 3px 8px;
  border-radius: 999px;
  background: var(--turq);
  color: #04262a;
  font: 700 10.5px/1 var(--texto);
  letter-spacing: .08em;
  text-transform: uppercase;
  vertical-align: 2px;
}
.onde-ctas { display: flex; flex-wrap: wrap; gap: 12px; }
.mapa { position: relative; min-height: 380px; border-radius: 26px; overflow: hidden; background: #dde6e7; }
.mapa iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
@media (min-width: 900px) {
  .onde-grid { grid-template-columns: minmax(0, .85fr) minmax(0, 1fr); gap: 64px; align-items: stretch; }
  .mapa { min-height: 560px; }
}

/* ---------- chamada final ---------- */
.final { position: relative; overflow: hidden; padding: clamp(120px, 16vw, 190px) 0; background: var(--noite); color: #cfe3e5; text-align: center; --fundo: var(--noite); }
.final-fundo { position: absolute; inset: 0; }
.final-fundo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 28%; animation: respira 26s ease-in-out infinite alternate; }
.final-fundo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5, 32, 35, .9), rgba(5, 32, 35, .74) 50%, rgba(5, 32, 35, .94)); }
@keyframes respira { from { transform: scale(1); } to { transform: scale(1.12); } }
.final-in { position: relative; max-width: 860px; }
.final h2 { color: #fff; font-size: clamp(40px, 6.2vw, 78px); }
.final h2 em { color: var(--turq); }
.final p { font-size: 18px; max-width: 30em; margin: 0 auto 34px; }

/* ---------- rodapé ---------- */
.rodape { background: #041c1f; color: #9fb8ba; padding: 72px 0 28px; font-size: 15px; }
.rodape-grid { display: grid; gap: 36px; }
.rodape-marca svg { width: 170px; height: auto; aspect-ratio: 962 / 192; fill: #fff; margin-bottom: 16px; }
.rodape h3 { font: 700 12px/1 var(--texto); letter-spacing: .16em; text-transform: uppercase; color: #fff; margin: 0 0 14px; }
.rodape p { margin: 0; line-height: 1.75; }
.rodape a { color: #d6ecee; text-decoration: underline; text-decoration-color: rgba(0, 190, 212, .55); text-underline-offset: 3px; }
.rodape a:hover { color: var(--turq); }
.rodape-base { margin-top: 52px; font-size: 13px; }
.rodape-base p { padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .08); }
@media (min-width: 900px) { .rodape-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; } }
@media (max-width: 899px) { .rodape { padding-bottom: 110px; } }

/* ---------- chamadas fixas ---------- */
.flutuante {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 40;
  display: none;
  align-items: center;
  gap: 10px;
  padding: 14px 22px 14px 16px;
  border-radius: 999px;
  background: var(--turq);
  color: #04262a;
  font: 700 15px/1 var(--texto);
  text-decoration: none;
  box-shadow: 0 18px 40px -14px rgba(0, 120, 135, .8);
  transform: translateY(150%);
  opacity: 0;
  transition: transform .6s var(--mola), opacity .4s, background-color .25s;
}
.flutuante .ic { width: 22px; height: 22px; fill: currentColor; }
.flutuante::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 2px solid var(--turq);
  animation: onda 2.4s var(--suave) infinite;
}
@keyframes onda { from { transform: scale(1); opacity: .9; } to { transform: scale(1.35, 1.7); opacity: 0; } }
.flutuante:hover { background: var(--turq-hover); }
.flutuante.mostra { transform: none; opacity: 1; }
@media (min-width: 900px) { .flutuante { display: inline-flex; } }

.barra-mobile {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(244, 247, 247, .9);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--linha);
  transform: translateY(110%);
  transition: transform .5s var(--suave);
}
.barra-mobile .btn { width: 100%; }
.barra-mobile.mostra { transform: none; }
@media (min-width: 900px) { .barra-mobile { display: none; } }

/* ---------- revelar ao rolar ---------- */
.com-js .rv { opacity: 0; transform: translateY(28px); transition: opacity .85s var(--suave) var(--d, 0ms), transform .95s var(--suave) var(--d, 0ms); }
.com-js .rv.visivel { opacity: 1; transform: none; }

/* ---------- movimento reduzido ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; transition-delay: 0s !important; }
  .intro { display: none; }
  .faixa-trilho { animation: none; }
  .com-js .lente-base img { filter: none; }
  .com-js .lupa, .com-js .anel, .com-js .lente-dica { display: none; }
}
