/* ═══════════════════════════════════════════════
   ESPOSAS LITERÁRIAS — folha de estilo
   Estética clara: bege, off-white e dourado envelhecido.
   ═══════════════════════════════════════════════ */

:root {
  /* ── cores ── */
  --cream:      #FAF6EE;  /* off-white, fundo principal   */
  --bege:       #EFE5D2;  /* bege, seções alternadas      */
  --bege-2:     #E3D6BC;  /* bege médio, bordas           */
  --ink:        #2E251C;  /* texto                        */
  --ink-2:      #221B14;  /* fundo escuro (diretrizes)    */
  --gold:       #A97C46;  /* dourado, acentos             */
  --gold-lt:    #C9A46B;
  --gold-pale:  #C2AE8C;  /* marca d'água                 */
  --lilac:      #9B82C4;
  --rose:       #B06A6A;

  /* ── tipografia ── */
  --display: 'Playfair Display', Georgia, serif;
  --body:    'Lora', Georgia, serif;
  --script:  'Parisienne', cursive;

  /* ── medidas ── */
  --gut:  clamp(1.25rem, 5vw, 4rem);
  --maxw: 1180px;

  /* ── texturas ── */
  --paper: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='320' height='320'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='320' height='320' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");

  /* marca d'água de livrinhos, usada no hero */
  --books: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cg fill='none' stroke='%23C2AE8C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='18' y='16' width='26' height='36' rx='2'/%3E%3Cpath d='M24 16v36'/%3E%3Crect x='78' y='30' width='42' height='9' rx='2'/%3E%3Crect x='82' y='39' width='34' height='9' rx='2'/%3E%3Crect x='76' y='48' width='46' height='9' rx='2'/%3E%3Cpath d='M22 118c10-6 20-6 28 0 8-6 18-6 28 0v22c-10-6-20-6-28 0-8-6-18-6-28 0z'/%3E%3Cpath d='M50 118v22'/%3E%3Cg transform='rotate(18 140 110)'%3E%3Crect x='126' y='92' width='26' height='36' rx='2'/%3E%3Cpath d='M132 92v36'/%3E%3C/g%3E%3Cpath d='M150 30l3 7 7 3-7 3-3 7-3-7-7-3 7-3z' stroke-width='1.5'/%3E%3Cpath d='M40 78l2.5 5.5 5.5 2.5-5.5 2.5-2.5 5.5-2.5-5.5-5.5-2.5 5.5-2.5z' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E");
}

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

/* Qualquer `display` declarado numa classe vence a regra padrão do
   navegador para [hidden]. Esta linha garante que o atributo hidden
   sempre esconde, inclusive em elementos flex/grid. */
[hidden] { display: none !important; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 5rem; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--body);
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.0625rem);
  line-height: 1.75;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
::selection { background: var(--gold-lt); color: var(--ink); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

/* ── Logotipo (SVG monocromático recolorido por máscara) ── */
.logo {
  aspect-ratio: 1;
  background-color: var(--ink);
  -webkit-mask: url("assets/logo.svg") center / contain no-repeat;
          mask: url("assets/logo.svg") center / contain no-repeat;
  margin-inline: auto;
}
.logo--hero { width: clamp(230px, 42vw, 460px); }
.logo--md   { width: clamp(120px, 15vw, 168px); }
.logo--sm   { width: 78px; background-color: var(--gold); }

/* ═══════════ Barra fixa ═══════════ */
.topbar {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.5rem);
  padding: .7rem var(--gut);
  background: rgba(250,246,238,.93);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--bege-2);
  transform: translateY(-102%);
  transition: transform .45s cubic-bezier(.22,1,.36,1);
}
.topbar.is-visible { transform: none; }
.topbar__logo {
  width: 42px; aspect-ratio: 1;
  flex: 0 0 auto;
  background-color: var(--ink);
  -webkit-mask: url("assets/logo.svg") center / contain no-repeat;
          mask: url("assets/logo.svg") center / contain no-repeat;
}
.topbar__nav { display: flex; gap: clamp(.9rem, 2.2vw, 2rem); margin-right: auto; flex-wrap: wrap; }
.topbar__nav a {
  font-size: .78125rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  transition: border-color .3s, color .3s;
}
.topbar__nav a:hover, .topbar__nav a.is-active { color: var(--gold); border-color: var(--gold); }

/* ═══════════ Layout de seções ═══════════ */
.section {
  padding: clamp(4.5rem, 10vh, 8rem) var(--gut);
  position: relative;
}
.section--tight { padding-bottom: clamp(2rem, 4vh, 3rem); }
.section--cream { background: var(--cream); }
.section--bege  { background: var(--bege); }
.section--dark  { background: var(--ink-2); color: var(--cream); }

.section::before {
  content: "";
  position: absolute; inset: 0;
  background-image: var(--paper);
  opacity: .05;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.section--dark::before { opacity: .09; mix-blend-mode: overlay; }

.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; position: relative; }
.wrap--narrow { max-width: 760px; }
.center { text-align: center; }
.center .section__lede, .center .prose { margin-inline: auto; }

/* ═══════════ Tipografia ═══════════ */
h1, h2, h3 { font-family: var(--display); font-weight: 700; line-height: 1.1; margin: 0; }
h2 {
  font-size: clamp(2.25rem, 1.4rem + 4vw, 4.25rem);
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
}
h2 em { font-style: italic; color: var(--gold); }

.eyebrow {
  font-size: .75rem;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin: 0 0 1.1rem;
}

.script {
  font-family: var(--script);
  font-size: clamp(1.6rem, 1.2rem + 1.6vw, 2.6rem);
  color: var(--gold);
  margin: 0;
  line-height: 1;
}

.section__lede {
  font-size: clamp(1.0625rem, 1rem + .4vw, 1.3rem);
  max-width: 56ch;
  opacity: .8;
  margin: 0 0 3rem;
}

.prose { max-width: 62ch; }
.prose p { margin: 0 0 1.25rem; }
.prose strong { color: var(--gold); }
.note {
  font-size: .84375rem;
  color: var(--rose);
  background: rgba(176,106,106,.07);
  border-left: 2px solid var(--rose);
  padding: .7rem .9rem;
}

/* ═══════════ Botões ═══════════ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  padding: 1rem 2.1rem;
  border: 1px solid var(--gold);
  border-radius: 2px;
  font-family: var(--body);
  font-size: .8125rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background .35s, color .35s, transform .25s, box-shadow .35s;
}
.btn--gold  { background: var(--gold); color: var(--cream); }
.btn--gold:hover { background: #8E6837; transform: translateY(-2px); box-shadow: 0 10px 26px -14px rgba(169,124,70,.9); }
.btn--ghost { background: transparent; color: var(--ink); }
.btn--ghost:hover { background: rgba(169,124,70,.12); transform: translateY(-2px); }
.btn--whats { background: #1FA855; border-color: #1FA855; color: #fff; }
.btn--whats:hover { background: #17904a; border-color: #17904a; transform: translateY(-2px); }
.btn--full  { width: 100%; padding-block: 1.15rem; }
/* "Em breve": tem cara de botão, mas não é clicável */
.btn--soon {
  background: transparent;
  color: var(--gold);
  border-style: dashed;
  cursor: default;
  opacity: .85;
}
.btn--xs    { padding: .55rem 1.1rem; font-size: .6875rem; flex: 0 0 auto; }
.btn:disabled { opacity: .55; cursor: progress; transform: none; }

/* ═══════════ 1. HERO ═══════════ */
.hero {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(5rem, 10vh, 7rem) var(--gut) 0;
  position: relative;
  overflow: hidden;
  background: var(--cream);
}

/* logo à esquerda, texto do "quem somos" à direita */
.hero__grid {
  position: relative;
  z-index: 2;
  margin-block: auto;
  width: 100%;
  max-width: var(--maxw);
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.hero__brand { text-align: center; }
.hero__brand .logo--hero { margin-inline: auto; }
.hero__texto h1 {
  font-size: clamp(2.25rem, 1.4rem + 3.6vw, 4rem);
  letter-spacing: -0.02em;
  margin: 0 0 1.5rem;
}
.hero__texto h1 em { font-style: italic; color: var(--gold); }
.hero__texto .prose { max-width: 56ch; }
/* marca d'água de livrinhos */
.hero__pattern {
  position: absolute;
  inset: -10%;
  background-image: var(--books);
  background-size: 180px 180px;
  opacity: .16;
  animation: drift 90s linear infinite;
}
.hero::after {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 62% 55% at 50% 46%, rgba(250,246,238,.94) 0%, rgba(250,246,238,.55) 55%, transparent 100%);
  pointer-events: none;
}
@keyframes drift { to { background-position: 180px 180px; } }

.hero__script { margin: .75rem 0 0; }
.hero__cta { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 2.25rem; }

/* menu no rodapé da primeira dobra */
.heronav {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding: clamp(2rem, 5vh, 3.5rem) 0 clamp(1.75rem, 4vh, 2.75rem);
  display: flex;
  gap: clamp(1rem, 3.5vw, 3rem);
  flex-wrap: wrap;
  justify-content: center;
  border-top: 1px solid var(--bege-2);
  width: min(100%, 900px);
}
.heronav a {
  font-size: .8125rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  padding-bottom: 4px;
}
.heronav a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s cubic-bezier(.22,1,.36,1);
}
.heronav a:hover { color: var(--gold); }
.heronav a:hover::after { transform: none; }

/* ═══════════ Faixa animada (personagens) ═══════════ */
.marquee {
  background: var(--ink-2);
  color: var(--cream);
  padding: clamp(.85rem, 2vw, 1.35rem) 0;
  overflow: hidden;
  position: relative;
  border-block: 1px solid var(--gold);
  user-select: none;
}
.marquee--alt { background: var(--gold); border-color: rgba(34,27,20,.25); }

.marquee__track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 0;
  animation: slide 46s linear infinite;
}
.marquee[data-reverse] .marquee__track { animation-direction: reverse; }
.marquee:hover .marquee__track { animation-play-state: paused; }
@keyframes slide { to { transform: translateX(-50%); } }

.marquee__item {
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(1.25rem, .9rem + 1.9vw, 2.5rem);
  letter-spacing: -0.01em;
  text-transform: uppercase;
  white-space: nowrap;
  padding-inline: clamp(.5rem, 1.2vw, 1rem);
  line-height: 1.1;
}
/* alterna cheio e vazado, como na referência */
.marquee__item:nth-child(4n+3) {
  color: transparent;
  -webkit-text-stroke: 1px currentColor;
  color: var(--cream);
  -webkit-text-fill-color: transparent;
}
.marquee--alt .marquee__item { color: var(--ink-2); }
.marquee--alt .marquee__item:nth-child(4n+3) {
  -webkit-text-stroke: 1px var(--ink-2);
  -webkit-text-fill-color: transparent;
}

/* pílula com as setinhas */
.marquee__pill {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: .1em;
  background: var(--gold);
  color: var(--ink-2);
  border-radius: 999px;
  padding: .3em .85em;
  margin-inline: clamp(.5rem, 1.2vw, 1rem);
  font-size: clamp(.7rem, .55rem + .7vw, 1.05rem);
  letter-spacing: -.12em;
  font-weight: 700;
}
.marquee--alt .marquee__pill { background: var(--ink-2); color: var(--gold-lt); }

/* ═══════════ Layout de duas colunas (comunidade e loja) ═══════════ */
.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

/* grade do feed do Instagram */
.igfeed__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .4rem; }
.igfeed__grid a { display: block; overflow: hidden; background: var(--bege); }
.igfeed__grid img {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s cubic-bezier(.22,1,.36,1), opacity .3s;
}
.igfeed__grid a:hover img { transform: scale(1.07); opacity: .9; }

/* armadilha anti-robô: fora da tela, nunca visível */
.honeypot {
  position: absolute;
  width: 1px; height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

/* ═══════════ 3. FAIXAS DAS ADMINISTRADORAS ═══════════ */
.band {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.1fr) minmax(0, .95fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  max-width: var(--maxw);
  margin-inline: auto;
  padding: clamp(3rem, 7vh, 5.5rem) var(--gut);
  position: relative;
  background: var(--bege);
}
.band--bege { background: var(--cream); }
.band + .band { border-top: 1px solid var(--bege-2); }
/* a faixa precisa pintar toda a largura, não só o miolo centralizado */
.band::before {
  content: "";
  position: absolute;
  inset: 0 calc(50% - 50vw);
  background: inherit;
  z-index: -1;
}
.band--flip .band__photo { order: 3; }
.band--flip .band__posts { order: 1; }

/* foto grande + avatar circular sobreposto */
.band__photo { position: relative; }
/* os posts "O mundo da..." são quadrados; o recorte 4:5 do placeholder
   cortaria o título, então a imagem real mantém 1:1 */
.band__photo > img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid rgba(169,124,70,.35);
}
.band__avatar {
  position: absolute;
  right: -14px; bottom: -14px;
  width: clamp(78px, 12vw, 122px);
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--cream);
  background: var(--cream);
  box-shadow: 0 10px 26px -14px rgba(46,37,28,.6);
}
.band--bege .band__avatar { border-color: var(--bege); background: var(--bege); }
.band__avatar img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 10%; }

.band__bio { text-align: center; }
.band__num {
  font-family: var(--display);
  font-size: .8125rem;
  letter-spacing: .24em;
  color: var(--gold);
}
.band__bio h3 { font-size: clamp(1.75rem, 1.3rem + 1.8vw, 2.75rem); margin: .35rem 0 .3rem; }
.band__role {
  font-size: .6875rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 1.25rem;
}
.band__bio p { font-size: .96875rem; opacity: .8; margin: 0 0 1rem; }
.band__quote {
  font-family: var(--display);
  font-style: italic;
  font-size: 1.0625rem;
  color: var(--gold);
  opacity: .9 !important;
  border-top: 1px solid var(--bege-2);
  padding-top: 1rem;
  margin-top: 1.5rem !important;
}

/* polaroides empilhadas */
/* margem negativa (e não translate) para o empilhamento recolher o espaço */
.band__posts {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}
.polaroid {
  background: #fff;
  padding: .6rem .6rem 2.2rem;
  box-shadow: 0 12px 30px -18px rgba(46,37,28,.65);
  width: clamp(140px, 74%, 200px);
  transition: transform .45s cubic-bezier(.22,1,.36,1), box-shadow .45s;
}
.polaroid:nth-child(1) { transform: rotate(-6deg); z-index: 3; }
.polaroid:nth-child(2) { transform: rotate(4deg);  z-index: 2; margin-top: -30%; }
.polaroid:nth-child(3) { transform: rotate(-2deg); z-index: 1; margin-top: -30%; }
.band__posts:hover .polaroid:nth-child(1) { transform: rotate(-9deg) translateX(-8%); }
.band__posts:hover .polaroid:nth-child(2) { transform: rotate(6deg)  translateX(6%); }
.band__posts:hover .polaroid:nth-child(3) { transform: rotate(-3deg) translateX(-4%); }
.polaroid .slot, .polaroid img { aspect-ratio: 1; width: 100%; object-fit: cover; }

/* espaços reservados para imagens que ainda não existem */
.slot {
  display: grid;
  place-items: center;
  background: var(--bege-2) var(--books) center / 110px 110px;
  background-blend-mode: multiply;
  border: 1px dashed rgba(46,37,28,.28);
}
.slot span {
  font-size: .625rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(46,37,28,.55);
  background: rgba(250,246,238,.85);
  padding: .3rem .6rem;
}
.slot--photo { aspect-ratio: 4 / 5; border-style: solid; }

/* ═══════════ Comunidade — balõezinhos dos grupos ═══════════ */
.split--comunidade { align-items: center; }

.baloes {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(clamp(110px, 14vw, 150px), 1fr));
  gap: clamp(1.25rem, 3vw, 2.25rem) clamp(.75rem, 2vw, 1.5rem);
}
.baloes li { text-align: center; }

.balao {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background: var(--bege);
  border: 1px solid rgba(169,124,70,.4);
  box-shadow: 0 0 0 5px rgba(169,124,70,.08);
  /* flutuação leve, com defasagem por posição */
  animation: flutua 6s ease-in-out infinite;
  transition: transform .4s cubic-bezier(.22,1,.36,1), box-shadow .4s;
}
.baloes li:nth-child(2) .balao { animation-delay: -.8s; }
.baloes li:nth-child(3) .balao { animation-delay: -1.6s; }
.baloes li:nth-child(4) .balao { animation-delay: -2.4s; }
.baloes li:nth-child(5) .balao { animation-delay: -3.2s; }
.baloes li:nth-child(6) .balao { animation-delay: -4s; }

@keyframes flutua {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-7px); }
}

.baloes li:hover .balao {
  transform: translateY(-10px) scale(1.04);
  box-shadow: 0 0 0 5px rgba(169,124,70,.2), 0 18px 34px -18px rgba(46,37,28,.5);
  animation-play-state: paused;
}
.balao img { width: 100%; height: 100%; object-fit: cover; }

/* grupo sem foto: sigla em destaque */
.balao--sigla {
  display: grid;
  place-items: center;
  background: var(--ink-2);
  border-color: var(--gold);
}
.balao--sigla span {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(1.75rem, 1.2rem + 2.4vw, 2.75rem);
  color: var(--gold-lt);
  letter-spacing: .02em;
}

.balao__nome {
  display: block;
  margin-top: .85rem;
  font-size: .8125rem;
  line-height: 1.35;
  letter-spacing: .04em;
  opacity: .8;
}

/* ═══════════ Diretrizes ═══════════ */
.rules { margin: 0; }
.rules > div { border-top: 1px solid rgba(250,246,238,.14); padding: 1.35rem 0; }
.rules dt { font-family: var(--display); font-size: 1.125rem; color: var(--gold-lt); margin-bottom: .35rem; }
.rules dd { margin: 0; font-size: .9375rem; opacity: .78; }
.rules strong { color: #D99A9A; }
.section--dark .eyebrow { color: var(--gold-lt); }
.section--dark h2 em { color: var(--gold-lt); }

/* ═══════════ Loja — merch oficial ═══════════ */
.split--loja { align-items: center; }
.split--loja .split__main { text-align: left; }

.merch__foto img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 1px solid var(--bege-2);
  box-shadow: 0 22px 46px -26px rgba(46,37,28,.5);
}
.merch__legenda {
  font-size: .75rem;
  color: var(--rose);
  margin: .75rem 0 0;
  line-height: 1.4;
}

.merch__itens {
  list-style: none;
  margin: 0 0 2.25rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.merch__itens li {
  font-size: .78125rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  border: 1px solid var(--bege-2);
  border-radius: 999px;
  padding: .45rem 1rem;
  background: rgba(255,255,255,.6);
}

.merch__frete {
  margin: 1.75rem 0 0;
  font-size: .90625rem;
  opacity: .78;
  max-width: 46ch;
}
.merch__frete strong { color: var(--gold); }
.merch__frete a { color: var(--gold); }

/* ═══════════ Contato e atendimento ═══════════ */
.canais {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.25rem;
  margin-bottom: clamp(3rem, 7vw, 5rem);
}
.canal {
  background: rgba(255,255,255,.55);
  border: 1px solid var(--bege-2);
  border-top: 2px solid var(--gold);
  padding: 1.6rem 1.5rem;
  transition: background .3s, transform .3s;
}
.canal:hover { background: #fff; transform: translateY(-4px); }
.canal h3 { font-size: 1.125rem; margin-bottom: .6rem; }
.canal p  { margin: 0 0 .5rem; font-size: .90625rem; opacity: .78; }
.canal a  { color: var(--gold); word-break: break-word; }
.canal__nota { font-size: .75rem; color: var(--rose); opacity: .9 !important; margin-bottom: 0 !important; }

.canal-social {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  border-top: 1px solid var(--bege-2);
  padding-top: clamp(2rem, 5vw, 3rem);
}
.canal-social h3 { font-size: clamp(1.375rem, 1.1rem + 1.2vw, 1.875rem); margin-bottom: .75rem; }
.canal-social p  { opacity: .78; margin: 0 0 1.5rem; max-width: 40ch; }

/* ═══════════ Formulário ═══════════ */
.form { margin-top: 1rem; }
fieldset {
  border: none;
  border-top: 1px solid var(--bege-2);
  margin: 0 0 2.25rem;
  padding: 1.75rem 0 0;
}
legend {
  font-size: .6875rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--gold);
  padding: 0 .8rem 0 0;
  font-weight: 600;
}
legend em { color: var(--rose); font-style: normal; }
.legend-note { letter-spacing: .04em; text-transform: none; font-weight: 400; opacity: .55; color: var(--ink); }

.field { display: flex; flex-direction: column; gap: .45rem; margin-bottom: 1.15rem; flex: 1 1 200px; }
.field--half { max-width: 260px; }
.field--sm   { flex: 0 1 130px; }
.field--cep  { flex: 0 1 170px; }
.field-row   { display: flex; gap: 1.15rem; flex-wrap: wrap; }

label { font-size: .78125rem; letter-spacing: .1em; text-transform: uppercase; opacity: .65; }
label em { color: var(--rose); font-style: normal; }

input[type=text], input[type=email], input[type=tel], input[type=date], select {
  font-family: var(--body);
  font-size: 1rem;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--bege-2);
  border-radius: 2px;
  padding: .85rem .95rem;
  width: 100%;
  transition: border-color .25s, box-shadow .25s;
}
input::placeholder { color: rgba(46,37,28,.32); }
input:focus-visible, select:focus-visible {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(169,124,70,.16);
}
input:user-invalid, select:user-invalid { border-color: var(--rose); }
select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--gold) 50%), linear-gradient(135deg, var(--gold) 50%, transparent 50%);
  background-position: right 1.1rem center, right .8rem center;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

/* ── Seletor de país (telefone e endereço) ── */
.phone, .picker { position: relative; display: flex; gap: .5rem; }
.phone > input[type=tel] { flex: 1 1 auto; min-width: 0; }

.picker__btn {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  flex: 0 0 auto;
  font-family: var(--body);
  font-size: 1rem;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--bege-2);
  border-radius: 2px;
  padding: .85rem .8rem;
  cursor: pointer;
  transition: border-color .25s, box-shadow .25s;
}
.picker__btn:hover { border-color: var(--gold); }
.picker__btn[aria-expanded="true"] { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(169,124,70,.16); }
.picker__btn--wide { width: 100%; justify-content: flex-start; }
.picker__flag { font-size: 1.15rem; line-height: 1; }
.picker__dial { font-variant-numeric: tabular-nums; }
.picker__nome { margin-right: auto; }
.picker__caret {
  width: 0; height: 0;
  border: 4px solid transparent;
  border-top-color: var(--gold);
  margin-top: 3px;
}

.picker__panel {
  position: absolute;
  top: calc(100% + .35rem);
  left: 0;
  z-index: 60;
  width: min(340px, 78vw);
  background: #fff;
  border: 1px solid var(--gold);
  box-shadow: 0 22px 48px -22px rgba(46,37,28,.55);
  padding: .6rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.picker__search {
  font-family: var(--body);
  font-size: .9375rem;
  padding: .6rem .7rem;
  border: 1px solid var(--bege-2);
  border-radius: 2px;
  width: 100%;
}
.picker__search:focus-visible { outline: none; border-color: var(--gold); }

.picker__list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 260px;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.picker__item {
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: .5rem .55rem;
  cursor: pointer;
  font-size: .90625rem;
  border-radius: 2px;
}
.picker__item:hover, .picker__item.is-focus { background: var(--bege); }
.picker__item[aria-selected="true"] { color: var(--gold); font-weight: 600; }
.picker__item-nome { margin-right: auto; }
.picker__item-ddi { font-variant-numeric: tabular-nums; opacity: .55; font-size: .84375rem; }
.picker__empty { margin: 0; padding: .75rem .5rem; font-size: .875rem; opacity: .6; }

.hint { font-size: .75rem; opacity: .5; text-transform: none; letter-spacing: 0; }
.hint.is-ok  { color: #6E8C4F; opacity: .95; }
.hint.is-bad { color: var(--rose); opacity: .95; }

.fieldset--terms { display: flex; flex-direction: column; gap: 1rem; }
.check {
  display: flex;
  gap: .9rem;
  align-items: flex-start;
  font-size: .90625rem;
  letter-spacing: 0;
  text-transform: none;
  opacity: .9;
  cursor: pointer;
  line-height: 1.6;
}
.check input {
  appearance: none;
  flex: 0 0 auto;
  width: 1.15rem; height: 1.15rem;
  margin-top: .28rem;
  border: 1px solid var(--gold);
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
  transition: background .2s;
}
.check input:checked { background: var(--gold); }
.check input:checked::after {
  content: "✓";
  display: block;
  color: var(--cream);
  font-size: .8rem;
  line-height: 1.05rem;
  text-align: center;
  font-weight: 700;
}
.check input:focus-visible { box-shadow: 0 0 0 3px rgba(169,124,70,.28); }
.check a { color: var(--gold); }
.check strong { color: var(--rose); }

.form__error {
  background: rgba(176,106,106,.1);
  border-left: 2px solid var(--rose);
  color: #8E4A4A;
  padding: .85rem 1rem;
  font-size: .90625rem;
  margin: 0 0 1.25rem;
}
.form__note { font-size: .78125rem; opacity: .5; text-align: center; margin: 1rem 0 0; }

/* ═══════════ Aviso de login obrigatório ═══════════ */
.aviso {
  text-align: center;
  padding: clamp(2.25rem, 5vw, 3.5rem) clamp(1.5rem, 4vw, 3rem);
  border: 1px solid var(--gold);
  background: rgba(255,255,255,.6);
}
.aviso__tag {
  font-size: .6875rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin: 0 0 .75rem;
}
.aviso h3 { font-size: clamp(1.5rem, 1.2rem + 1.6vw, 2.25rem); margin: 0 0 1rem; }
.aviso p  { opacity: .8; max-width: 46ch; margin: 0 auto 1.75rem; }
.aviso__fine { font-size: .8125rem; opacity: .5; margin: 1.5rem auto 0 !important; }

/* ═══════════ Sucesso ═══════════ */
.success {
  text-align: center;
  padding: clamp(2.5rem, 6vw, 4rem) clamp(1.5rem, 4vw, 3rem);
  border: 1px solid var(--gold);
  background: rgba(255,255,255,.6);
  animation: rise .7s cubic-bezier(.22,1,.36,1) both;
}
@keyframes rise { from { opacity: 0; transform: translateY(24px); } }
.success__seal { font-size: 2rem; color: var(--gold); }
.success h3 { font-size: clamp(1.75rem, 1.3rem + 2vw, 2.5rem); margin: .75rem 0 1rem; }
.success p  { opacity: .8; max-width: 44ch; margin: 0 auto 2rem; }
.success__fine { font-size: .8125rem; opacity: .5; margin: 1.75rem auto 0; }

/* ═══════════ Rodapé ═══════════ */
.footer {
  background: var(--bege);
  padding: clamp(4rem, 9vh, 6rem) var(--gut) 3rem;
  border-top: 1px solid var(--bege-2);
}
.footer__script { margin: 1.25rem 0 2rem; }
.footer__links {
  display: flex;
  gap: 1.1rem;
  justify-content: center;
  flex-wrap: wrap;
  font-size: .78125rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: .75;
}
.footer__links a { text-decoration: none; border-bottom: 1px solid transparent; transition: border-color .3s, color .3s; }
.footer__links a:hover { color: var(--gold); border-color: var(--gold); }
.footer__copy { font-size: .75rem; opacity: .45; margin: 2.5rem 0 0; }

/* ═══════════ Reveal ao rolar ═══════════ */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .85s cubic-bezier(.22,1,.36,1), transform .85s cubic-bezier(.22,1,.36,1);
}
.reveal.is-in { opacity: 1; transform: none; }
.rooms .reveal.is-in:nth-child(2), .facts .reveal.is-in:nth-child(2) { transition-delay: .08s; }
.rooms .reveal.is-in:nth-child(3) { transition-delay: .16s; }
.rooms .reveal.is-in:nth-child(4) { transition-delay: .24s; }
.band__bio.is-in   { transition-delay: .1s; }
.band__posts.is-in { transition-delay: .2s; }

/* ═══════════ Responsivo ═══════════ */
@media (max-width: 900px) {
  .split { grid-template-columns: 1fr; }
  .hero__grid { grid-template-columns: 1fr; gap: 2rem; text-align: center; }
  .hero__brand .logo--hero { width: clamp(180px, 40vw, 280px); }
  .hero__texto .prose, .hero__texto .section__lede { margin-inline: auto; }
  .hero__cta { justify-content: center; }
  .canal-social { grid-template-columns: 1fr; }
  .merch__foto { max-width: 380px; margin-inline: auto; }
  .split--loja .split__main { text-align: center; }
  .merch__itens { justify-content: center; }
  .merch__frete { margin-inline: auto; }

  .band { grid-template-columns: 1fr 1fr; }
  .band__bio { grid-column: 1 / -1; order: 3 !important; }
  .band--flip .band__photo { order: 1; }
  .band--flip .band__posts { order: 2; }
  .band__posts { padding-top: 3rem; }
}

@media (max-width: 620px) {
  .topbar__nav { display: none; }
  .baloes { grid-template-columns: repeat(3, 1fr); gap: 1.25rem .75rem; }
  .balao__nome { font-size: .6875rem; margin-top: .6rem; }

  /* no celular a leitura é foto → bio → polaroides */
  .band { grid-template-columns: 1fr; gap: 2rem; }
  .band__photo, .band--flip .band__photo { order: 1 !important; max-width: 320px; margin-inline: auto; width: 100%; }
  .band__bio   { order: 2 !important; }
  .band__posts, .band--flip .band__posts { order: 3 !important; padding: 1.5rem 0 1rem; }
  .polaroid { width: min(190px, 62%); }

  .heronav { gap: .65rem 1.25rem; }
  .heronav a { font-size: .6875rem; letter-spacing: .14em; }
  .field-row { gap: 0; }
  .field--sm, .field--cep, .field--half { flex: 1 1 100%; max-width: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
  .marquee__track, .balao { animation: none !important; }
}
