/* Suster Studio: site link (mobile-first) */

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  background: var(--preto);
}

body {
  background: #070707;
  color: var(--cinza);
  font-family: var(--fonte-texto);
  font-style: italic;
  font-weight: 300;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  display: flex;
  justify-content: center;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
strong { font-weight: 500; color: var(--branco); }

/* Estrutura */
:root { --logo-largura: 175px; }

.pagina {
  position: relative;
  width: 100%;
  max-width: 440px;
  min-height: 100vh;
  min-height: 100dvh;
  padding-bottom: 8px;
  background: var(--preto);
  border-inline: 1px solid rgba(255, 255, 255, .05);
  overflow: hidden;
}

.brilho {
  position: absolute;
  border-radius: 50%;
  background: rgba(65, 30, 13, .5);
  filter: blur(100px);
  pointer-events: none;
}
.brilho--topo { top: -160px; left: 50%; width: 380px; height: 380px; transform: translateX(-50%); }
.brilho--meio { top: 45%; right: -140px; width: 320px; height: 320px; background: rgba(65, 30, 13, .32); }

/* Elementos compartilhados */
.etiqueta {
  display: block;
  font-size: .68rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(217, 217, 217, .55);
}

.botao {
  display: block;
  padding: 11px 18px;
  border-radius: 14px;
  font-size: .8rem;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  transition: background-color .25s ease, color .25s ease, border-color .25s ease;
}
.botao--marrom { background: var(--marrom); color: var(--branco); border: 1px solid rgba(255, 255, 255, .08); }
.botao--rosa { background: var(--rosa); color: var(--branco); }
.botao--claro { background: var(--branco); color: var(--preto); }

/* Topo */
.topo {
  position: relative;
  padding: 40px 24px 0;
}
.marca {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 30px;
}
.marca__logo { width: var(--logo-largura); flex: none; }
.marca__fio {
  flex: 1;
  height: 1px;
  margin-right: -24px;
  background: rgba(217, 217, 217, .22);
}
.topo__titulo {
  font-style: normal;
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 1.1;
  letter-spacing: -.045em;
  color: var(--branco);
}
.topo__titulo em {
  font-style: italic;
  font-weight: 400;
  color: rgba(255, 255, 255, .92);
}
.topo__sub {
  margin-top: 14px;
  font-size: .95rem;
  color: rgba(255, 255, 255, .8);
}
.topo__servicos {
  margin-top: 8px;
  font-size: .78rem;
  color: rgba(217, 217, 217, .6);
}

.atalhos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  max-width: 330px;
  margin: 22px auto 0;
}
.atalho {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.atalho__icone {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .04);
  transition: background-color .25s ease, border-color .25s ease, transform .25s ease;
}
.atalho__icone svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: var(--cinza);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.atalho__icone .cheio { fill: var(--cinza); stroke: none; }
.atalho__rotulo {
  font-family: var(--fonte-texto);
  font-style: normal;
  font-size: .72rem;
  letter-spacing: -.01em;
  color: rgba(217, 217, 217, .75);
}
.atalho--destaque .atalho__icone {
  border-color: var(--marrom);
  background: rgba(65, 30, 13, .6);
}
.atalho--destaque .atalho__icone .cheio { fill: var(--branco); }
.atalho--destaque .atalho__rotulo { color: var(--branco); }

/* Vitrine de trabalhos */
.vitrine {
  position: relative;
  padding: 38px 24px 0;
}
.vitrine__palco {
  position: relative;
  display: block;
  width: 100%;
  height: 320px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.arte {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 190px;
  height: 248px;
  margin: -124px 0 0 -95px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, .1);
  box-shadow: 0 24px 50px rgba(0, 0, 0, .7);
  transition: transform .6s cubic-bezier(.22, .61, .36, 1), filter .6s ease, opacity .6s ease;
}
.arte img { width: 100%; height: 100%; object-fit: cover; object-position: top; }

.arte[data-posicao="1"] {
  transform: translate(-64px, 34px) rotate(-5deg);
  z-index: 30;
}
.arte[data-posicao="2"] {
  transform: translate(6px, -4px) rotate(1deg) scale(.94);
  filter: brightness(.72);
  z-index: 20;
}
.arte[data-posicao="3"] {
  transform: translate(72px, -40px) rotate(6deg) scale(.88);
  filter: brightness(.5);
  z-index: 10;
}

.arte figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 4px 10px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(0, 0, 0, .65);
  backdrop-filter: blur(4px);
  font-size: .58rem;
  font-style: normal;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--cinza);
  opacity: 0;
  transition: opacity .4s ease;
}
.arte[data-posicao="1"] figcaption { opacity: 1; }

.vitrine__dica {
  margin-top: 10px;
  text-align: center;
  font-size: .7rem;
  font-style: normal;
  color: rgba(217, 217, 217, .4);
}

/* Blocos */
.bloco {
  position: relative;
  padding: 44px 0 0;
}
#sobre .bloco__cabecalho::after {
  content: "";
  flex: 1;
  height: 1px;
  margin: 0 -24px 14px 0;
  background: rgba(217, 217, 217, .22);
}
.bloco__cabecalho {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 0 24px 16px;
}
.bloco__titulo {
  margin-top: 4px;
  font-family: var(--fonte-titulo);
  font-weight: 400;
  font-size: 1.9rem;
  line-height: 1.1;
  color: var(--branco);
}
.bloco__dica {
  font-size: .72rem;
  font-style: normal;
  color: rgba(217, 217, 217, .45);
  white-space: nowrap;
}

.setas { display: none; }
.seta {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .04);
  color: var(--cinza);
  cursor: pointer;
  transition: background-color .25s ease, border-color .25s ease, opacity .25s ease;
}
.seta svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.seta[disabled] { opacity: .3; cursor: default; }

/* Carrossel */
.carrossel {
  display: flex;
  gap: 14px;
  padding: 4px 24px 6px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.carrossel::-webkit-scrollbar { display: none; }

.cartao {
  position: relative;
  flex: none;
  width: min(300px, 82vw);
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, .09);
  background:
    radial-gradient(115% 90% at 100% 0%, rgba(92, 45, 21, .3), transparent 58%),
    linear-gradient(180deg, #161616, #0b0b0b);
  scroll-snap-align: center;
  transition: border-color .3s ease;
}
.cartao--largo {
  width: auto;
  min-height: 0;
  margin: 16px 24px 0;
  gap: 18px;
}
.cartao--largo .cartao__rodape {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.cartao--largo .cartao__nota { flex: 1; }
.cartao--largo .botao { padding-inline: 26px; }

.cartao--destaque {
  border-color: rgba(228, 17, 84, .22);
  background:
    linear-gradient(0deg, rgba(228, 17, 84, .06), rgba(228, 17, 84, .06)),
    linear-gradient(180deg, #161616, #0b0b0b);
}
.cartao__titulo {
  margin-top: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 1.22rem;
  line-height: 1.15;
  letter-spacing: -.035em;
  color: var(--branco);
}
.estrela {
  width: 13px;
  height: auto;
  flex: none;
}

.etiqueta--estrela {
  display: flex;
  align-items: center;
  gap: 7px;
}
.etiqueta--estrela .estrela { opacity: .7; }
.cartao--destaque .etiqueta--estrela .estrela { opacity: 1; }
.cartao__texto {
  margin-top: 10px;
  font-size: .82rem;
  color: rgba(217, 217, 217, .78);
}
.cartao__rodape { display: grid; gap: 10px; }
.cartao__chamada {
  font-size: .78rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, .88);
}
.cartao__nota {
  font-size: .72rem;
  color: rgba(217, 217, 217, .55);
}

/* Sobre */
.sobre {
  position: relative;
  margin-top: 44px;
  padding: 0 0 40px;
  background: linear-gradient(180deg, transparent, rgba(65, 30, 13, .18));
  overflow: hidden;
}
.marca-dagua {
  position: absolute;
  top: 40px;
  right: -60px;
  width: 260px;
  opacity: .035;
  pointer-events: none;
}
.sobre__texto {
  position: relative;
  margin: 0 24px;
  padding: 22px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, .08);
  background: rgba(18, 18, 18, .72);
  font-size: .87rem;
}
.sobre__texto p + p { margin-top: 14px; }

.retrato {
  position: relative;
  float: left;
  width: 132px;
  margin: 4px 18px 12px 0;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 18px 34px rgba(0, 0, 0, .6);
  transform: rotate(-3deg);
}
.retrato img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.retrato figcaption {
  padding: 7px 8px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  background: rgba(0, 0, 0, .55);
  font-size: .56rem;
  font-style: normal;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-align: center;
  color: var(--cinza);
}

.sobre__frase {
  clear: both;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  font-size: .95rem;
  line-height: 1.45;
  color: var(--branco);
}
.sobre__assinatura {
  margin-top: 10px;
  text-align: right;
  font-family: var(--fonte-titulo);
  font-size: 1.1rem;
  line-height: 1;
  color: rgba(255, 255, 255, .9);
}

/* Chamada final */
.chamada {
  position: relative;
  margin: 28px 24px 0;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .08);
  isolation: isolate;
}
.chamada__foto {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 72%;
  z-index: -2;
}
.chamada::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, .45), rgba(12, 6, 2, .92));
}
.chamada__conteudo {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 92px 20px 26px;
  text-align: center;
}
.chamada__conteudo .botao { min-width: 220px; }
.chamada__titulo {
  font-family: var(--fonte-titulo);
  font-weight: 400;
  font-size: 2rem;
  color: var(--branco);
}
.chamada__titulo + .botao { margin-top: 16px; }

/* Rodapé */
.rodape {
  position: relative;
  margin-top: 36px;
  padding: 32px 24px 30px;
  border-top: 1px solid rgba(255, 255, 255, .07);
  text-align: center;
}
.rodape__icones {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.icone {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .03);
  transition: border-color .25s ease, background-color .25s ease;
}
.icone svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--cinza);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.icone .cheio { fill: var(--cinza); stroke: none; }
.icone .zap { fill: var(--cinza); stroke: none; }
.rodape__contato {
  margin-top: 18px;
  font-size: .75rem;
  color: rgba(217, 217, 217, .6);
}
.rodape__assinatura {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 8px;
  font-size: .72rem;
  color: rgba(217, 217, 217, .35);
}
.rodape__assinatura img { width: 11px; opacity: .6; }

/* Foco visível */
a:focus-visible,
button:focus-visible {
  outline: 2px solid #5c2d15;
  outline-offset: 3px;
}
.seta:focus-visible { border-color: #5c2d15; }

/* Interação em telas com mouse */
@media (hover: hover) {
  .atalho:hover .atalho__icone { background: rgba(255, 255, 255, .1); border-color: rgba(255, 255, 255, .28); transform: translateY(-2px); }
  .atalho--destaque:hover .atalho__icone { background: var(--marrom); border-color: var(--marrom); }
  .cartao:hover { border-color: #5c2d15; }
  .cartao--destaque:hover { border-color: rgba(228, 17, 84, .5); }
  .botao--marrom:hover { background: #5c2d15; }
  .botao--rosa:hover { background: var(--branco); color: var(--rosa); }
  .botao--claro:hover { background: var(--rosa); color: var(--branco); }
  .icone:hover { border-color: var(--rosa); background: rgba(228, 17, 84, .1); }
  .seta:not([disabled]):hover { background: rgba(92, 45, 21, .35); border-color: #5c2d15; color: var(--branco); }
  .vitrine__palco:hover .arte[data-posicao="1"] { transform: translate(-70px, 34px) rotate(-6deg) scale(1.02); }
  .vitrine__palco:hover .arte[data-posicao="2"] { filter: brightness(.85); }
  .vitrine__palco:hover .arte[data-posicao="3"] { filter: brightness(.62); }
}

/* Entrada suave */
@media (prefers-reduced-motion: no-preference) {
  .topo, .vitrine, .bloco, .chamada, .rodape {
    opacity: 0;
    transform: translateY(14px);
    animation: surgir .8s ease forwards;
  }
  .vitrine { animation-delay: .1s; }
  .bloco { animation-delay: .18s; }
  .chamada { animation-delay: .26s; }
  .rodape { animation-delay: .32s; }
}

@keyframes surgir {
  to { opacity: 1; transform: none; }
}

@media (min-width: 768px) {
  .topo { padding-top: 56px; }
  .bloco__dica { display: none; }
  .setas { display: flex; gap: 8px; margin-bottom: 4px; }
  :root { --logo-largura: 195px; }
  .topo__titulo { font-size: 2.35rem; }
}
