:root {
  --azul: #1b52b5;
  --azul-escuro: #07185a;
  --amarelo: #fddf0d;
  --ciano: #12d8ff;
  --branco: #fff;
  --vidro: rgba(7, 24, 90, 0.42);
  --borda-vidro: rgba(255, 255, 255, 0.14);
  --gutter: clamp(16px, 5vw, 72px);
  --raio: 16px;
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
  /* Parallax (atualizado pelo JS, vai de -1 a 1) */
  --px: 0;
  --py: 0;
}

* {
  box-sizing: border-box;
}

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

html,
body {
  margin: 0;
}

body {
  min-height: 100dvh;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--branco);
  background: var(--azul-escuro);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

[hidden] {
  display: none !important;
}

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

button {
  font: inherit;
  color: inherit;
}

svg {
  display: block;
}

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

/* ============ Cena de fundo ============ */
.cena {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: linear-gradient(160deg, #2a6be0 0%, var(--azul) 34%, #0d2c82 68%, var(--azul-escuro) 100%);
  pointer-events: none;
}

.cena-brilho {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(60% 45% at 100% 100%, rgba(253, 223, 13, 0.22), transparent 70%),
    radial-gradient(50% 40% at 0% 0%, rgba(18, 216, 255, 0.22), transparent 70%);
}

.cena-pin {
  position: absolute;
  width: min(70vw, 620px);
  right: -18vw;
  top: -6vh;
  fill: rgba(255, 255, 255, 0.045);
  transform: rotate(14deg);
}

.cena-numero {
  position: absolute;
  left: -2vw;
  bottom: -4vh;
  font-weight: 900;
  font-size: clamp(9rem, 38vw, 30rem);
  line-height: 0.8;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.07);
  white-space: nowrap;
}

.cena-grao {
  position: absolute;
  inset: -50%;
  opacity: 0.07;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.camada {
  transform: translate3d(calc(var(--px) * var(--prof, 0) * 16px), calc(var(--py) * var(--prof, 0) * 12px), 0);
  will-change: transform;
}

/* ============ Palco ============ */
.palco {
  position: relative;
  z-index: 2;
  min-height: 100dvh;
  padding: max(20px, env(safe-area-inset-top)) var(--gutter) 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 440px;
  display: flex;
  flex-direction: column;
}

/* ---- Arte do título ---- */
.arte {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas:
    "soude soude"
    "cidade cidade"
    "logo numero";
  align-items: end;
  column-gap: 12px;
}

.arte-soude {
  grid-area: soude;
  width: calc(100% + var(--gutter));
  max-width: none;
  margin-left: calc(-1 * var(--gutter) - 4px);
  filter: drop-shadow(0 10px 24px rgba(0, 10, 50, 0.35));
}

.arte-cidade {
  grid-area: cidade;
  margin: 6px 0 14px;
  min-height: 2em;
  display: flex;
  align-items: center;
  font-family: "CardFont", "Montserrat", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: clamp(2.6rem, 13vw, 4rem);
  line-height: 0.95;
  text-transform: uppercase;
  color: var(--amarelo);
  text-shadow: 0 6px 18px rgba(6, 18, 60, 0.45);
  text-wrap: balance;
}

.arte-cidade > span {
  display: block;
}

.cursor {
  display: inline-block;
  width: 0.09em;
  height: 0.82em;
  margin-left: 0.08em;
  background: var(--amarelo);
  border-radius: 2px;
  transform: skewX(-12deg);
  animation: pisca 1s steps(1) infinite;
  vertical-align: -0.02em;
}

.arte-logo {
  grid-area: logo;
  width: 100%;
  max-width: 250px;
  filter: drop-shadow(0 8px 20px rgba(0, 10, 50, 0.35));
}

.arte-numero {
  grid-area: numero;
  margin: 0 0 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.arte-numero strong {
  font-weight: 900;
  font-size: clamp(3rem, 15vw, 4.6rem);
  line-height: 0.85;
  letter-spacing: -0.02em;
  color: var(--amarelo);
  -webkit-text-stroke: 2px #6f8cff;
  paint-order: stroke fill;
  text-shadow:
    5px 5px 0 #0b2a7a,
    6px 6px 0 #8fe7ff;
}

.arte-numero span {
  margin-top: 8px;
  font-weight: 800;
  font-size: clamp(0.7rem, 3.2vw, 0.95rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ---- Busca ---- */
.busca {
  position: relative;
  z-index: 5;
  margin-top: 22px;
  padding: 16px;
  border-radius: 24px;
  background: var(--vidro);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  backdrop-filter: blur(20px) saturate(140%);
  border: 1px solid var(--borda-vidro);
  box-shadow:
    0 24px 60px rgba(0, 8, 40, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.busca-rotulo {
  display: block;
  margin: 0 2px 10px;
  font-weight: 700;
  font-size: 0.98rem;
  color: var(--amarelo);
}

.campo {
  position: relative;
  z-index: 3;
}

.campo-icone {
  position: absolute;
  left: 16px;
  top: 50%;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  fill: rgba(255, 255, 255, 0.55);
  pointer-events: none;
  transition: fill 0.2s;
}

.campo:focus-within .campo-icone {
  fill: var(--amarelo);
}

#cidade {
  width: 100%;
  height: 60px;
  padding: 0 52px 0 48px;
  border-radius: var(--raio);
  border: 2px solid rgba(130, 165, 255, 0.35);
  background: rgba(0, 10, 50, 0.55);
  color: var(--branco);
  font: 600 1.1rem/1 "Montserrat", sans-serif;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}

#cidade::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
}

#cidade::-webkit-search-cancel-button,
#cidade::-webkit-search-decoration {
  -webkit-appearance: none;
}

#cidade:focus {
  border-color: var(--amarelo);
  box-shadow: 0 0 0 4px rgba(253, 223, 13, 0.25);
}

.campo-limpar {
  position: absolute;
  right: 8px;
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.campo-limpar svg,
.btn-fechar svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
}

.sugestoes {
  position: absolute;
  z-index: 20;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  margin: 0;
  padding: 6px;
  list-style: none;
  max-height: min(18rem, 45dvh);
  overflow-y: auto;
  border-radius: var(--raio);
  background: #050e3a;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.5);
  animation: surge 0.18s var(--ease);
}

.sugestoes.para-cima {
  top: auto;
  bottom: calc(100% + 8px);
}

.sugestoes li {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 1.02rem;
  cursor: pointer;
}

.sugestoes li[aria-selected="true"],
.sugestoes li:hover {
  background: var(--amarelo);
  color: var(--azul-escuro);
}

.sugestoes mark {
  background: none;
  color: inherit;
  font-weight: 800;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 24px;
  border: 0;
  border-radius: var(--raio);
  font-weight: 800;
  font-size: 1.02rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition:
    transform 0.18s var(--ease),
    box-shadow 0.18s,
    background-color 0.18s,
    filter 0.18s;
}

.btn svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.btn:active {
  transform: scale(0.97);
}

.btn-amarelo {
  background: var(--amarelo);
  color: var(--azul-escuro);
  box-shadow:
    0 10px 28px rgba(253, 223, 13, 0.28),
    inset 0 -3px 0 rgba(0, 0, 0, 0.12);
}

.btn-amarelo:hover {
  filter: brightness(1.05);
  box-shadow:
    0 14px 34px rgba(253, 223, 13, 0.38),
    inset 0 -3px 0 rgba(0, 0, 0, 0.12);
}

.btn-vidro {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.35);
}

.btn-vidro:hover {
  background: rgba(255, 255, 255, 0.15);
}

.busca-enviar {
  width: 100%;
  margin-top: 12px;
}

.busca-enviar svg {
  transition: transform 0.2s var(--ease);
}

.busca-enviar:hover svg {
  transform: translateX(4px);
}

.aviso {
  min-height: 1.2em;
  margin: 10px 2px 0;
  font-size: 0.88rem;
  font-weight: 600;
  color: #ffe98a;
}

.aviso:empty {
  display: none;
}

/* ---- Botão de baixar com animação de download ---- */
.btn-baixar {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.btn-progresso {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(7, 24, 90, 0.16);
  transform: scaleX(0);
  transform-origin: left;
}

.btn-baixar.baixando .btn-progresso {
  transform: scaleX(0.92);
  transition: transform 1.4s cubic-bezier(0.1, 0.7, 0.3, 1);
}

.btn-baixar.baixado .btn-progresso {
  transform: scaleX(1);
  opacity: 0;
  transition:
    transform 0.25s ease-out,
    opacity 0.5s ease-out 0.3s;
}

.btn-icone {
  position: relative;
  width: 22px;
  height: 22px;
}

.btn-icone svg {
  position: absolute;
  inset: 0;
  transition:
    opacity 0.2s,
    transform 0.35s var(--ease);
}

.icone-ok {
  opacity: 0;
  transform: scale(0.4);
}

.btn-baixar.baixando .icone-baixar {
  animation: desce 0.8s ease-in-out infinite;
}

.btn-baixar.baixado .icone-baixar {
  opacity: 0;
  transform: scale(0.4);
}

.btn-baixar.baixado .icone-ok {
  opacity: 1;
  transform: scale(1);
  stroke-width: 3;
}

.btn-baixar.baixado {
  animation: confirma 0.45s var(--ease);
}

@keyframes desce {
  0% {
    transform: translateY(-3px);
    opacity: 0.4;
  }
  50% {
    transform: translateY(2px);
    opacity: 1;
  }
  100% {
    transform: translateY(5px);
    opacity: 0;
  }
}

@keyframes confirma {
  40% {
    transform: scale(1.04);
  }
}

/* ---- Vitrine (card) ---- */
.vitrine {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 36px;
  perspective: 1400px;
}

.vitrine-card {
  width: min(72vw, 300px);
}

.card-flutua {
  animation: flutua 6s ease-in-out infinite;
}

.card-3d {
  position: relative;
  aspect-ratio: 9 / 16;
  border-radius: 18px;
  overflow: hidden;
  background: var(--azul);
  transform: rotateY(calc(-8deg + var(--px) * 10deg)) rotateX(calc(3deg - var(--py) * 7deg)) rotateZ(-2deg);
  box-shadow:
    0 40px 80px rgba(0, 6, 40, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.12);
  transition: transform 0.12s linear;
}

#canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.card-reflexo {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    115deg,
    transparent 30%,
    rgba(255, 255, 255, calc(0.1 + var(--px) * 0.06)) 45%,
    transparent 60%
  );
  background-size: 200% 100%;
  background-position: calc(50% - var(--px) * 30%) 0;
  pointer-events: none;
}

.vitrine-legenda {
  margin: 18px 0 0;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.6;
}

/* ---- Rodapé ---- */
.rodape {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  padding: 32px var(--gutter) max(20px, env(safe-area-inset-bottom));
  background: linear-gradient(rgba(3, 12, 50, 0), rgba(3, 12, 50, 0.55) 40%);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.rodape-conteudo {
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

.rodape-logo {
  width: min(62vw, 240px);
  filter: drop-shadow(0 8px 20px rgba(0, 10, 50, 0.35));
}

.rodape-redes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  width: 100%;
}

.rede {
  flex: 1 1 150px;
  max-width: 220px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition:
    transform 0.18s var(--ease),
    filter 0.18s,
    box-shadow 0.18s;
}

.rede:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.rede:active {
  transform: scale(0.97);
}

.rede svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.rede-instagram {
  background: linear-gradient(45deg, #f9a825 0%, #e1306c 45%, #833ab4 100%);
  box-shadow: 0 10px 26px rgba(225, 48, 108, 0.3);
}

.rede-instagram svg {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
}

.rede-instagram .ponto {
  fill: #fff;
  stroke: none;
}

.rede-whatsapp {
  background: #25d366;
  color: #063d1c;
  box-shadow: 0 10px 26px rgba(37, 211, 102, 0.28);
}

.rede-whatsapp svg path {
  fill: none;
  stroke: #063d1c;
  stroke-width: 2;
  stroke-linejoin: round;
}

.rede-whatsapp svg .fone {
  fill: #063d1c;
  stroke: none;
}

.legal {
  max-width: 1360px;
  margin: 24px auto 0;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.75;
}

/* ============ Resultado ============ */
.resultado {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}

.resultado[hidden] {
  display: none;
}

.resultado-fundo {
  position: absolute;
  inset: 0;
  background: rgba(2, 8, 35, 0.8);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  opacity: 0;
  transition: opacity 0.3s var(--ease);
}

.resultado-janela {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: max(76px, calc(env(safe-area-inset-top) + 64px)) 20px max(20px, env(safe-area-inset-bottom));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2.6dvh, 26px);
}

.resultado-topo {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: max(14px, env(safe-area-inset-top)) 20px 14px;
  background: linear-gradient(rgba(2, 8, 35, 0.85), transparent);
  opacity: 0;
  transform: translateY(-10px);
  transition:
    opacity 0.3s var(--ease),
    transform 0.3s var(--ease);
}

.resultado-titulo {
  margin: 0;
  min-width: 0;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.resultado-titulo span {
  color: var(--amarelo);
}

.btn-fechar {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 44px;
  padding: 0 16px 0 12px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
}

.btn-fechar:hover {
  background: rgba(255, 255, 255, 0.18);
}

.resultado-card {
  margin: 0;
  flex-shrink: 0;
  height: min(60dvh, 640px);
  aspect-ratio: 9 / 16;
  max-width: 100%;
  border-radius: 18px;
  overflow: hidden;
  background: var(--azul);
  box-shadow:
    0 30px 80px rgba(0, 4, 30, 0.6),
    0 0 0 1px rgba(255, 255, 255, 0.12);
  opacity: 0;
  transform: translateY(24px) scale(0.92) rotate(-3deg);
  transition:
    opacity 0.45s var(--ease),
    transform 0.6s var(--ease);
}

.resultado-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-touch-callout: default;
}

.resultado-acoes {
  width: min(340px, 100%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.4s var(--ease) 0.12s,
    transform 0.5s var(--ease) 0.12s;
}

.resultado-acoes .btn {
  width: 100%;
}

.feedback {
  min-height: 1.2em;
  margin: 2px 0 0;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--amarelo);
}

.resultado-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px 18px;
}

.btn-link {
  min-height: 44px;
  padding: 0 4px;
  border: 0;
  background: none;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  opacity: 0.85;
  cursor: pointer;
}

.btn-link:hover {
  opacity: 1;
}

.resultado.aberto .resultado-fundo,
.resultado.aberto .resultado-topo,
.resultado.aberto .resultado-card,
.resultado.aberto .resultado-acoes {
  opacity: 1;
  transform: none;
}

.noscript {
  position: fixed;
  inset: auto 0 0;
  z-index: 200;
  margin: 0;
  padding: 16px;
  background: var(--amarelo);
  color: var(--azul-escuro);
  text-align: center;
  font-weight: 700;
}

/* ============ Animações ============ */
.entra {
  animation: sobe 0.8s var(--ease) both;
  animation-delay: calc(var(--i, 0) * 90ms + 120ms);
}

.vitrine-card {
  animation: chega 1.1s var(--ease) 0.45s both;
}

@keyframes sobe {
  from {
    opacity: 0;
    transform: translateY(26px);
  }
}

@keyframes chega {
  from {
    opacity: 0;
    transform: translate3d(40px, 40px, 0) rotate(8deg) scale(0.9);
  }
}

@keyframes flutua {
  50% {
    transform: translateY(-12px);
  }
}

@keyframes pisca {
  50% {
    opacity: 0;
  }
}

@keyframes surge {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
}

/* ============ Telas pequenas ============ */
@media (max-width: 360px) {
  .busca {
    padding: 12px;
  }
  .arte-logo {
    max-width: 200px;
  }
}

/* ============ Computador ============ */
@media (min-width: 960px) {
  .palco {
    min-height: 100dvh;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: clamp(32px, 5vw, 96px);
    padding: 32px var(--gutter) 48px;
    max-width: 1500px;
    margin: 0 auto;
  }

  .hero {
    max-width: 560px;
  }

  .arte {
    column-gap: 20px;
  }

  .arte-soude {
    width: min(100%, 520px);
    margin-left: calc(-1 * var(--gutter) - 24px);
    width: calc(min(100%, 520px) + var(--gutter) + 24px);
  }

  .arte-cidade {
    font-size: clamp(3.6rem, 6vw, 6.4rem);
    margin: 8px 0 18px;
  }

  .arte-logo {
    max-width: 300px;
  }

  .arte-numero strong {
    font-size: clamp(4rem, 6vw, 6rem);
  }

  .busca {
    max-width: 460px;
    margin-top: 30px;
    padding: 20px;
  }


  .vitrine {
    margin: 0;
    height: 100%;
    align-items: center;
  }

  .vitrine-card {
    width: auto;
  }

  .card-3d {
    height: min(76dvh, 760px);
    border-radius: 24px;
  }

  .rodape {
    margin-top: 0;
    padding-top: 28px;
  }

  .rodape-conteudo {
    flex-direction: row;
    justify-content: space-between;
  }

  .rodape-logo {
    width: 220px;
  }

  .rodape-redes {
    width: auto;
    flex-wrap: nowrap;
  }

  .rede {
    flex: 0 0 auto;
    min-width: 170px;
  }

  .legal {
    text-align: left;
  }

  .cena-numero {
    left: auto;
    right: -3vw;
    bottom: -8vh;
    font-size: clamp(16rem, 30vw, 34rem);
  }

  .cena-pin {
    right: auto;
    left: 34vw;
    top: -18vh;
    width: min(46vw, 720px);
  }
}

@media (min-width: 960px) and (max-height: 760px) {
  .palco {
    padding-top: 20px;
    padding-bottom: 36px;
  }
  .arte-soude {
    width: calc(min(100%, 340px) + var(--gutter) + 24px);
  }
  .arte-cidade {
    font-size: clamp(3rem, 4.8vw, 4.8rem);
    margin: 4px 0 10px;
  }
  .arte-logo {
    max-width: 190px;
  }
  .arte-numero strong {
    font-size: 3.4rem;
  }
  .arte-numero span {
    font-size: 0.8rem;
  }
  .card-3d {
    height: min(80dvh, 760px);
  }
  .busca {
    margin-top: 18px;
    padding: 16px;
  }
  .vitrine-legenda {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
  .cursor {
    display: none;
  }
}
