/* ==========================================================================
   Mais de 30 by Felizes.pt · landing e base comum às páginas do evento
   Registo de cartaz: papel creme, tipografia forte, foto grande do Suspenso
   na abertura e as quatro cores das vibes como paleta de apoio.
   O rosa do Felizes fica para os botões e para o bloco da marca.
   Compatibilidade: sem "gap" em flex, sem "aspect-ratio", sem "inset";
   cada clamp() tem um valor fixo antes, como fallback.
   ========================================================================== */

:root {
  --bg: #f7f2e8;
  --surface: #fffdf8;
  --tint: #efe8da;
  --ink: #1d1a17;
  --text: #453f39;
  --muted: #7a7268;
  --line: #e2d9c8;
  --line-strong: #cfc4b0;
  --night: #17141f;

  --accent: #e3496e; /* rosa Felizes.pt */
  --accent-dark: #c81e45;
  --azul: #2f5fd0;
  --amarelo: #f2b130;
  --verde: #1f8a62;
  --vermelho: #dc4a32;

  --ok: #1f8a62;
  --error: #b3261e;
  --radius: 14px;
  --font-display: "Bricolage Grotesque", "Arial Black", system-ui, sans-serif;
  --font-serif: "Instrument Serif", Georgia, "Times New Roman", serif;
  --font-body: "Figtree", "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --container: 1180px;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 86px; }
body {
  margin: 0;
  font-family: var(--font-body); font-size: 17px; line-height: 1.6;
  color: var(--text);
  background-color: var(--bg);
  /* grão de papel muito subtil */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 .36 0 0 0 0 .3 0 0 0 0 .2 0 0 0 .11 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
h1, h2, h3, h4, p, ul, ol, dl, dd, figure, blockquote { margin: 0; padding: 0; }
ul, ol { list-style: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; background: none; border: 0; padding: 0; }
[hidden] { display: none !important; }
:focus-visible { outline: 2.5px solid var(--ink); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--ink); color: var(--bg); }

.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; }
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 32px; }
.icon { width: 1.15em; height: 1.15em; stroke: currentColor; fill: none; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }

/* Tipografia */
h1, h2, h3, h4 { font-family: var(--font-display); color: var(--ink); }
h2 {
  font-weight: 800; font-size: 46px; font-size: clamp(33px, 4.3vw, 56px);
  line-height: 1.02; letter-spacing: -.03em;
}
h2 em, .hero__lead em { font-family: var(--font-serif); font-style: italic; font-weight: 400; letter-spacing: -.01em; color: var(--accent-dark); font-size: 1.08em; }
h3 { font-weight: 700; font-size: 23px; line-height: 1.2; letter-spacing: -.015em; }
.kicker { display: flex; align-items: center; margin-bottom: 18px; font-size: 12.5px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--ink); }
.kicker::before {
  content: ""; width: 36px; height: 8px; margin-right: 12px; border-radius: 4px;
  background: linear-gradient(90deg, var(--azul) 0, var(--azul) 25%, var(--amarelo) 25%, var(--amarelo) 50%, var(--verde) 50%, var(--verde) 75%, var(--vermelho) 75%);
}
.link { display: inline-flex; align-items: center; font-weight: 700; color: var(--ink); text-decoration: underline; text-decoration-thickness: 1.5px; text-underline-offset: 4px; }
.link:hover { color: var(--accent-dark); }
.link .icon { margin-left: 7px; width: 1em; height: 1em; }

/* Botões */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 13px 24px; border: 1.5px solid transparent; border-radius: 999px;
  font-family: var(--font-body); font-size: 15.5px; font-weight: 700; line-height: 1.2; text-decoration: none; white-space: nowrap;
  cursor: pointer; transition: background-color .2s, border-color .2s, color .2s, transform .3s var(--ease);
}
.btn .icon { margin-left: 9px; transition: transform .3s var(--ease); }
.btn .icon:first-child { margin-left: 0; margin-right: 9px; }
/* ícone no fim do texto (setas): o :first-child acima também o apanha, por ser o único elemento */
.btn .icon.icon--end { margin-left: 9px; margin-right: 0; }
.btn:hover .icon--end { transform: translateX(4px); }
.btn--primary { color: #fff; background: var(--accent); }
.btn--primary:hover { background: var(--accent-dark); transform: translateY(-2px); }
.btn--secondary, .btn--ghost, .btn--outline, .btn--gold, .btn--white { color: var(--ink); background: transparent; border-color: var(--ink); }
.btn--secondary:hover, .btn--ghost:hover, .btn--outline:hover, .btn--gold:hover, .btn--white:hover { color: var(--bg); background: var(--ink); }
.btn--dark { color: var(--bg); background: var(--ink); }
.btn--dark:hover { background: #000; }
.btn--sm { padding: 10px 18px; font-size: 14.5px; }
.btn--lg { padding: 16px 30px; font-size: 16.5px; }
.btn--block { display: flex; width: 100%; }

.dot { display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: var(--azul); flex-shrink: 0; }
.dot--amarelo { background: var(--amarelo); }
.dot--verde { background: var(--verde); }
.dot--vermelho { background: var(--vermelho); }

/* Pulseira (miniatura) */
.wb {
  position: relative; display: inline-flex; align-items: center; justify-content: center;
  min-width: 230px; height: 36px; padding: 0 60px 0 22px; border-radius: 5px;
  background: var(--c, var(--azul)); color: #fff;
}
.wb::before { content: ""; position: absolute; left: 0; right: 0; top: 5px; bottom: 5px; border-top: 1.5px dashed rgba(255, 255, 255, .6); border-bottom: 1.5px dashed rgba(255, 255, 255, .6); }
.wb::after { content: ""; position: absolute; right: 28px; top: -5px; width: 15px; height: 46px; border-radius: 4px; background: var(--ink); }
.wb i { position: relative; font-family: var(--font-serif); font-style: italic; font-size: 17px; letter-spacing: .04em; }
.wb--verde { --c: var(--verde); }

/* --------------------------------------------------------------------------
   Cabeçalho
   -------------------------------------------------------------------------- */
.top { position: sticky; top: 0; z-index: 40; background: rgba(247, 242, 232, .94); border-bottom: 1.5px solid var(--ink); }
.top__inner { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; color: var(--ink); }
.brand__name { font-family: var(--font-display); font-weight: 800; font-size: 24px; line-height: 1; letter-spacing: -.035em; color: var(--ink); white-space: nowrap; }
.brand__name b { font-weight: 800; }
.brand__name em { font-style: normal; }
.brand__by { display: inline-flex; align-items: center; margin-left: 12px; padding-left: 12px; border-left: 1.5px solid var(--line-strong); }
.brand__by span, .brand__bytext { font-size: 12px; font-weight: 600; color: var(--muted); margin-right: 7px; }
.brand__by img { height: 22px; width: auto; }
.top__nav { display: flex; align-items: center; }
.top__nav a:not(.btn) { margin-left: 26px; font-size: 15px; font-weight: 600; color: var(--ink); text-decoration: none; }
.top__nav a:not(.btn):hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 6px; text-decoration-color: var(--accent); }
.top__navcta { display: none; }
.top__actions { display: flex; align-items: center; margin-left: 26px; }
.top__burger { display: none; position: relative; width: 42px; height: 42px; margin-left: 6px; }
.top__burger span { position: absolute; left: 9px; right: 9px; height: 2px; background: var(--ink); transition: transform .25s, top .25s; }
.top__burger span:nth-child(1) { top: 16px; }
.top__burger span:nth-child(2) { top: 25px; }
.top__burger[aria-expanded="true"] span:nth-child(1) { top: 20px; transform: rotate(45deg); }
.top__burger[aria-expanded="true"] span:nth-child(2) { top: 20px; transform: rotate(-45deg); }

/* --------------------------------------------------------------------------
   Abertura
   -------------------------------------------------------------------------- */
.hero { position: relative; overflow: hidden; color: var(--bg); background: var(--night); border-radius: 0 0 0 130px; isolation: isolate; }
.hero__bg { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -2; }
.hero__bg picture, .mosaic picture { display: block; width: 100%; height: 100%; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: 62% 56%; }
.hero::after {
  content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1;
  background:
    linear-gradient(90deg, rgba(23, 20, 31, .94) 0%, rgba(23, 20, 31, .84) 34%, rgba(23, 20, 31, .42) 66%, rgba(23, 20, 31, .3) 100%),
    linear-gradient(0deg, rgba(23, 20, 31, .7) 0%, rgba(23, 20, 31, 0) 42%);
}
.hero__grid {
  position: relative;
  display: grid; grid-template-columns: minmax(0, 640px) minmax(0, 1fr);
  grid-gap: 48px; gap: 48px; align-items: end;
  min-height: 660px; min-height: clamp(640px, calc(100vh - 72px), 820px);
  padding-top: 60px; padding-bottom: 72px;
}
.hero__text { position: relative; z-index: 2; }
.presents { display: inline-flex; align-items: center; margin-bottom: 26px; }
.presents img { height: 26px; width: auto; }
.presents span { margin-left: 11px; padding-left: 11px; border-left: 1.5px solid rgba(247, 242, 232, .4); font-size: 12.5px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--bg); }

.lockup { color: var(--bg); }
.lockup__top { display: block; font-family: var(--font-display); font-weight: 800; font-size: 60px; font-size: clamp(38px, 4.8vw, 68px); line-height: 1; letter-spacing: -.04em; margin-bottom: .02em; }
.lockup__num { display: block; font-family: var(--font-display); font-weight: 800; font-size: 250px; font-size: clamp(170px, 19.5vw, 270px); line-height: .8; letter-spacing: -.06em; margin-left: -.035em; }

.hero__lead { margin-top: 30px; max-width: 21em; font-family: var(--font-display); font-weight: 600; font-size: 25px; font-size: clamp(21px, 2vw, 27px); line-height: 1.22; letter-spacing: -.02em; color: var(--bg); }
.hero .hero__lead em { color: var(--amarelo); }
.hero__facts { display: flex; flex-wrap: wrap; margin: 26px -14px 28px; }
.hero__facts li { display: flex; align-items: flex-start; margin: 6px 14px; font-size: 14.5px; line-height: 1.35; color: rgba(247, 242, 232, .78); }
.hero__facts .icon { width: 20px; height: 20px; margin: 2px 10px 0 0; color: var(--amarelo); }
.hero__facts b { display: block; font-size: 16px; font-weight: 700; color: var(--bg); }
.hero__cta { display: flex; flex-wrap: wrap; margin: -5px; }
.hero__cta .btn { margin: 5px; }
.hero .btn--secondary { color: var(--bg); border-color: rgba(247, 242, 232, .7); }
.hero .btn--secondary:hover { color: var(--ink); background: var(--bg); border-color: var(--bg); }
.hero__claim { margin-top: 22px; font-size: 14.5px; color: rgba(247, 242, 232, .7); }

.hero__side { position: relative; align-self: stretch; }
.sticker {
  position: absolute; right: 4%; top: 6%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  width: 138px; height: 138px; border-radius: 50%; text-align: center;
  color: #fff; background: var(--accent); transform: rotate(10deg);
}
.sticker b { font-family: var(--font-display); font-weight: 800; font-size: 38px; line-height: 1; letter-spacing: -.03em; }
.sticker span { margin-top: 5px; font-size: 10.5px; font-weight: 700; letter-spacing: .16em; line-height: 1.3; text-transform: uppercase; }
.bubble {
  position: absolute; right: 0; bottom: 34px; max-width: 280px; padding: 15px 20px 16px;
  font-family: var(--font-serif); font-style: italic; font-size: 24px; line-height: 1.15; color: var(--ink);
  background: var(--surface); border-radius: 22px 22px 4px 22px;
}
.hero__where { position: absolute; right: 32px; bottom: 22px; font-size: 11.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: rgba(247, 242, 232, .75); }

/* --------------------------------------------------------------------------
   Secções
   -------------------------------------------------------------------------- */
.section { position: relative; padding: 104px 0; }
.section--line { border-top: 1.5px solid var(--ink); }
.section--tint { background: var(--tint); border-top: 1.5px solid var(--ink); border-bottom: 1.5px solid var(--ink); }
.section--night { background: var(--night); color: #cfc7d6; }
.section--night h2, .section--night .kicker { color: var(--bg); }
.section--night h2 em { color: var(--amarelo); }
.section--night .link { color: var(--bg); }
.section--night .link:hover { color: var(--amarelo); }
.head { margin-bottom: 52px; max-width: 880px; }
.head--split { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); grid-gap: 56px; gap: 56px; align-items: end; max-width: none; }
.head__p { font-size: 18px; max-width: 52ch; }
.head__p + .link { margin-top: 16px; }

.js .rv { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js .rv.is-in { opacity: 1; transform: none; }

/* O que é / o que não é */
.isnt { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-gap: 22px; gap: 22px; }
.isnt__card { padding: 38px 40px 34px; border-radius: 26px; }
.isnt__card h3 { font-weight: 800; font-size: 64px; line-height: .95; letter-spacing: -.04em; margin-bottom: 24px; }
.isnt__card li { display: flex; align-items: flex-start; padding: 11px 0; font-size: 17.5px; font-weight: 500; line-height: 1.4; border-top: 1px solid var(--line); }
.isnt__card li .icon { width: 22px; height: 22px; margin: 2px 14px 0 0; padding: 4px; border-radius: 50%; stroke-width: 3; }
.isnt__card--yes { background: var(--surface); border: 1.5px solid var(--ink); color: var(--ink); }
.isnt__card--yes h3 { color: var(--verde); }
.isnt__card--yes li .icon { color: #fff; background: var(--verde); }
.isnt__card--no { background: var(--ink); color: #e9e2d6; }
.isnt__card--no h3 { color: var(--amarelo); }
.isnt__card--no li { border-top-color: rgba(255, 255, 255, .13); }
.isnt__card--no li .icon { color: var(--ink); background: var(--amarelo); }

/* A noite, passo a passo */
.moment {
  --c: var(--azul);
  display: grid; grid-template-columns: 300px minmax(0, 1fr) minmax(0, 400px);
  grid-column-gap: 44px; column-gap: 44px; align-items: center;
  padding: 40px 0; border-top: 1.5px solid var(--ink);
}
.moment:last-child { border-bottom: 1.5px solid var(--ink); }
.moment--verde { --c: var(--verde); }
.moment--amarelo { --c: var(--amarelo); }
.moment--vermelho { --c: var(--vermelho); }
.moment--rosa { --c: var(--accent); }
.moment__verb { display: flex; align-items: center; }
.moment__n { display: flex; align-items: center; justify-content: center; flex-shrink: 0; width: 40px; height: 40px; margin-right: 18px; border-radius: 50%; font-family: var(--font-display); font-weight: 800; font-size: 18px; color: #fff; background: var(--c); }
.moment--amarelo .moment__n { color: var(--ink); }
.moment__verb h3 { font-weight: 800; font-size: 50px; font-size: clamp(38px, 4vw, 52px); line-height: 1; letter-spacing: -.04em; }
.moment__name { margin-bottom: 8px; font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink); }
.moment__name span { display: inline-block; margin-left: 6px; padding: 2px 9px; border-radius: 999px; font-size: 11.5px; letter-spacing: .08em; color: var(--ink); background: var(--tint); border: 1px solid var(--line-strong); }
.moment__body > p:last-child { max-width: 50ch; }
.moment__art { position: relative; }

.art-arrive { height: 120px; }
.art-arrive .wb { position: absolute; left: 0; top: 22px; transform: rotate(-6deg); }
.voucher { position: absolute; right: 18px; top: 38px; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 124px; height: 70px; border-radius: 10px; font-size: 14px; font-weight: 600; line-height: 1.2; color: var(--ink); background: var(--surface); border: 1.5px dashed var(--ink); transform: rotate(7deg); }
.voucher b { font-family: var(--font-display); font-weight: 800; font-size: 19px; letter-spacing: -.02em; }

.art-laugh, .art-stay { display: flex; align-items: center; }
.disc { flex-shrink: 0; display: flex; align-items: center; justify-content: center; width: 86px; height: 86px; margin-right: 22px; border-radius: 50%; color: var(--ink); background: var(--amarelo); }
.disc .icon { width: 36px; height: 36px; stroke-width: 1.6; }
.disc--rosa { color: #fff; background: var(--accent); }
.chips { display: flex; flex-wrap: wrap; margin: -4px; }
.chips li { margin: 4px; padding: 5px 13px; font-size: 14px; font-weight: 600; color: var(--ink); background: var(--surface); border: 1.5px solid var(--ink); border-radius: 999px; }

.art-slips { height: 272px; }
.slip { position: absolute; width: 216px; padding: 13px 16px 15px; font-family: var(--font-serif); font-style: italic; font-size: 19px; line-height: 1.18; color: var(--ink); background: #fffefb; box-shadow: 0 10px 24px rgba(29, 26, 23, .14); }
.slip b { display: block; margin-bottom: 5px; font-family: var(--font-body); font-style: normal; font-size: 10.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--azul); }
.slip--a { left: 0; top: 4px; transform: rotate(-4deg); }
.slip--b { right: 0; top: 46px; transform: rotate(5deg); z-index: 1; }
.slip--c { left: 26px; top: 142px; transform: rotate(-1.5deg); z-index: 2; }
.art__label { position: absolute; z-index: 3; right: 0; bottom: 0; font-size: 11.5px; font-weight: 600; letter-spacing: .08em; color: var(--muted); }

.dare { padding: 14px 18px 15px; margin-bottom: 10px; background: var(--surface); border: 1.5px solid var(--line-strong); border-radius: 16px; transition: border-color .2s, transform .3s var(--ease); }
.dare:last-child { margin-bottom: 0; }
.dare:hover { border-color: var(--ink); transform: translateX(-4px); }
.dare h4 { display: flex; align-items: center; margin-bottom: 5px; font-weight: 700; font-size: 16.5px; letter-spacing: -.01em; }
.dare h4 .dot { margin-right: -3px; border: 2px solid var(--surface); width: 15px; height: 15px; }
.dare h4 .dot:last-of-type { margin-right: 10px; }
.dare p { font-family: var(--font-serif); font-style: italic; font-size: 18px; line-height: 1.25; color: var(--text); }

.quote { max-width: 900px; margin: 80px auto 0; text-align: center; }
.quote p { font-family: var(--font-serif); font-style: italic; font-size: 38px; font-size: clamp(27px, 3.4vw, 42px); line-height: 1.14; letter-spacing: -.01em; color: var(--ink); }
.quote cite { display: block; margin-top: 20px; font-style: normal; font-size: 12.5px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }

/* Pulseiras */
.vibes { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-gap: 72px; gap: 72px; align-items: center; }
.vibes__text > p:not(.kicker) { margin-top: 20px; font-size: 18px; max-width: 50ch; }
.legend { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-gap: 18px 28px; gap: 18px 28px; margin-top: 34px; }
.legend li { display: grid; grid-template-columns: 22px minmax(0, 1fr); align-items: baseline; }
.legend .dot { grid-row: 1 / span 2; align-self: start; margin-top: 6px; }
.legend b { font-family: var(--font-display); font-weight: 700; font-size: 18px; color: var(--ink); }
.legend span { font-size: 15px; line-height: 1.4; color: var(--text); }

.try { --c: var(--azul); padding: 34px 34px 32px; background: var(--surface); border: 1.5px solid var(--ink); border-radius: 26px; overflow: hidden; }
.try__label { margin-bottom: 8px; font-size: 12.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.try h3 { font-weight: 800; font-size: 29px; letter-spacing: -.025em; margin-bottom: 20px; }
.try__opt { display: flex; align-items: center; width: 100%; min-height: 56px; margin-bottom: 10px; padding: 9px 16px 9px 11px; text-align: left; font-size: 16px; font-weight: 600; color: var(--ink); background: var(--bg); border: 1.5px solid var(--line-strong); border-radius: 14px; transition: border-color .2s, transform .3s var(--ease), background-color .2s; }
.try__opt:last-child { margin-bottom: 0; }
.try__opt span { flex-shrink: 0; display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; margin-right: 14px; border-radius: 10px; font-family: var(--font-display); font-weight: 700; font-size: 15px; color: var(--ink); background: var(--surface); border: 1.5px solid var(--line-strong); }
.try__opt:hover { border-color: var(--ink); background: var(--surface); transform: translateX(4px); }
.try__r { text-align: center; }
.try__r .wb--xl { display: flex; width: calc(100% + 100px); min-width: 0; height: 46px; margin: 14px -50px 18px; border-radius: 0; transform: rotate(-3deg); animation: bandIn .8s var(--ease) both; }
.try__r .wb--xl::after { right: 24%; top: -6px; height: 58px; width: 17px; }
.try__r .wb--xl i { font-size: 20px; }
@keyframes bandIn { from { transform: rotate(-3deg) translateX(-104%); } to { transform: rotate(-3deg) translateX(0); } }
.try__r h3 { margin: 0; font-size: 64px; line-height: 1; letter-spacing: -.04em; color: var(--c); }
.try__title { margin-top: 6px; font-family: var(--font-serif); font-style: italic; font-size: 25px; line-height: 1.2; color: var(--ink); }
.try__hint { margin: 12px auto 0; max-width: 40ch; font-size: 15.5px; }
.try__actions { display: flex; flex-wrap: wrap; justify-content: center; margin: 22px -5px -5px; }
.try__actions .btn { margin: 5px; }

/* Anfitriões */
.hosts { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-gap: 28px; gap: 28px; }
.host { display: grid; grid-template-columns: 190px minmax(0, 1fr); grid-column-gap: 30px; column-gap: 30px; align-items: center; padding: 26px; background: var(--surface); border: 1.5px solid var(--line-strong); border-radius: 26px; }
.host__photo { position: relative; padding-top: 126%; border-radius: 999px 999px 18px 18px; overflow: hidden; background: var(--azul); }
.host__photo--rosa { background: var(--accent); }
.host__photo span { position: absolute; top: 46%; left: 50%; transform: translate(-50%, -50%); font-family: var(--font-display); font-weight: 800; font-size: 62px; letter-spacing: -.05em; color: rgba(255, 255, 255, .92); }
.host__photo small { position: absolute; left: 0; right: 0; bottom: 14px; text-align: center; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: rgba(255, 255, 255, .8); }
.host__photo img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 0; z-index: 1; }
.host h3 { font-weight: 800; font-size: 31px; letter-spacing: -.03em; }
.host__role { margin: 5px 0 12px; font-size: 12.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--accent-dark); }
.host__body > p:last-child { font-size: 16px; }

/* O espaço */
.mosaic { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 236px; grid-gap: 14px; gap: 14px; }
.mosaic figure { position: relative; overflow: hidden; border-radius: 20px; background: #24202e; }
.mosaic img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.mosaic figure:hover img { transform: scale(1.05); }
.mosaic__a { grid-column: 1 / span 2; grid-row: 1 / span 2; }
.mosaic__d { grid-column: 3 / span 2; }
.stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 44px; border-top: 1px solid rgba(255, 255, 255, .16); }
.stats li { padding: 26px 20px 0 0; }
.stats b { display: block; font-family: var(--font-display); font-weight: 800; font-size: 40px; font-size: clamp(30px, 3.3vw, 42px); line-height: 1; letter-spacing: -.03em; color: var(--bg); }
.stats span { display: block; margin-top: 8px; font-size: 14.5px; }

/* Faixa de inscrição (bilhetes e preços só aparecem depois da inscrição) */
.section--slim { padding: 84px 0; }
.join { display: grid; grid-template-columns: minmax(0, 1fr) auto; grid-gap: 56px; gap: 56px; align-items: center; padding: 48px 56px; background: var(--surface); border: 1.5px solid var(--ink); border-radius: 26px; }
.join__text > p:last-child { margin-top: 18px; font-size: 18px; max-width: 54ch; }
.join__side { text-align: center; }
.join__side p { margin-top: 14px; max-width: 24ch; font-size: 14px; line-height: 1.45; color: var(--muted); }

/* Felizes.pt */
.felizes { position: relative; overflow: hidden; padding: 96px 0; color: #fff; background: var(--accent); }
.felizes::before { content: ""; position: absolute; left: -110px; bottom: -120px; width: 520px; height: 441px; background: url("../../Images/brand/felizes-mark-white.svg") no-repeat center / contain; opacity: .1; transform: rotate(12deg); }
.felizes__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); grid-gap: 72px; gap: 72px; align-items: center; }
.felizes__kicker { font-size: 12.5px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.felizes__logoLink { display: inline-block; border-radius: 6px; }
.felizes__logoLink:focus-visible { outline: 2px solid #fff; outline-offset: 6px; }
.felizes__logo { display: block; width: 250px; height: auto; margin: 18px 0 24px; }
.felizes__lead { font-family: var(--font-display); font-weight: 600; font-size: 25px; font-size: clamp(21px, 2.1vw, 27px); line-height: 1.25; letter-spacing: -.02em; max-width: 26em; }
.felizes__stats { display: flex; margin-top: 34px; border-top: 1.5px solid rgba(255, 255, 255, .45); }
.felizes__stats li { flex: 1; padding: 18px 16px 0 0; }
.felizes__stats b { display: block; font-family: var(--font-display); font-weight: 800; font-size: 34px; font-size: clamp(27px, 2.8vw, 36px); line-height: 1; letter-spacing: -.03em; white-space: nowrap; }
.felizes__stats span { display: block; margin-top: 6px; font-size: 14px; }
.felizes__note { font-size: 18px; line-height: 1.5; margin-bottom: 22px; }
.felizes__note a { font-weight: 700; text-underline-offset: 3px; }
.next { display: grid; grid-template-columns: auto minmax(0, 1fr); grid-column-gap: 20px; column-gap: 20px; padding: 24px; color: var(--text); background: var(--surface); border-radius: 22px; }
.next__date { display: flex; flex-direction: column; align-items: center; justify-content: center; align-self: start; width: 74px; padding: 10px 0 9px; border-radius: 14px; color: var(--bg); background: var(--ink); }
.next__date b { font-family: var(--font-display); font-weight: 800; font-size: 32px; line-height: 1; letter-spacing: -.03em; }
.next__date span { margin-top: 4px; font-size: 10px; font-weight: 700; letter-spacing: .14em; line-height: 1.3; text-align: center; }
.next__kicker { font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--accent-dark); }
.next h3 { margin: 3px 0 6px; font-weight: 800; font-size: 24px; letter-spacing: -.025em; }
.next p { font-size: 15.5px; }
.notify { display: flex; flex-wrap: wrap; margin-top: 14px; }
.notify input { flex: 1 1 150px; min-width: 0; height: 42px; margin-right: 8px; padding: 0 16px; font-size: 15px; color: var(--ink); background: var(--bg); border: 1.5px solid var(--line-strong); border-radius: 999px; }
.notify input:focus { outline: 0; border-color: var(--ink); }
.notify__ok { flex-basis: 100%; margin-top: 10px; font-size: 14.5px; font-weight: 600; color: var(--ok); }
.felizes__link { display: inline-flex; align-items: center; margin-top: 20px; font-weight: 700; color: #fff; text-underline-offset: 4px; }
.felizes__link .icon { margin-left: 7px; width: 1em; height: 1em; }

/* FAQ */
.faq { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); grid-gap: 72px; gap: 72px; }
.faq__aside > p:last-child { margin-top: 18px; }
.qa { border-top: 1.5px solid var(--ink); }
.qa:last-child { border-bottom: 1.5px solid var(--ink); }
.qa summary { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; cursor: pointer; list-style: none; font-family: var(--font-display); font-weight: 700; font-size: 20px; line-height: 1.25; letter-spacing: -.015em; color: var(--ink); }
.qa summary::-webkit-details-marker { display: none; }
.qa summary:hover { color: var(--accent-dark); }
.qa summary .icon { margin-left: 18px; width: 22px; height: 22px; transition: transform .3s var(--ease); }
.qa[open] summary .icon { transform: rotate(45deg); }
.qa p { padding: 0 48px 24px 0; max-width: 66ch; }

/* CTA final */
.final { position: relative; overflow: hidden; padding: 116px 0 110px; text-align: center; color: #cfc7d6; background: var(--night); }
.final__inner { position: relative; z-index: 1; }
.final h2 { color: var(--bg); font-size: 56px; font-size: clamp(36px, 5.2vw, 68px); max-width: 15em; margin: 0 auto; }
.final h2 em { color: var(--amarelo); }
.final p { margin: 20px 0 32px; font-size: 19px; }
.final p.final__fine { margin: 18px 0 0; font-size: 14.5px; color: rgba(247, 242, 232, .62); }
.final::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 8px; background: linear-gradient(90deg, var(--azul) 0, var(--azul) 25%, var(--amarelo) 25%, var(--amarelo) 50%, var(--verde) 50%, var(--verde) 75%, var(--vermelho) 75%); }

/* Rodapé */
.foot { padding: 36px 0 42px; font-size: 14.5px; color: var(--muted); }
.foot__inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.foot__brand { display: flex; align-items: center; }
.foot__by { display: inline-flex; align-items: center; margin-left: 16px; padding-left: 16px; border-left: 1.5px solid var(--line-strong); text-decoration: none; }
.foot__by span { font-size: 12.5px; font-weight: 600; margin-right: 8px; }
.foot__by img { height: 20px; width: auto; }
.foot__links a { margin-left: 22px; font-weight: 500; text-decoration: none; }
.foot__links a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
.foot__copy { flex-basis: 100%; margin-top: 16px; font-size: 13.5px; }

/* CTA fixo em mobile */
.mcta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 45; display: none; align-items: center; justify-content: space-between; padding: 10px 20px; padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px)); background: var(--surface); border-top: 1.5px solid var(--ink); transform: translateY(100%); transition: transform .3s var(--ease); }
.mcta.is-visible { transform: none; }
.mcta p { font-size: 14.5px; }
.mcta b { color: var(--ink); }

/* --------------------------------------------------------------------------
   Responsivo
   -------------------------------------------------------------------------- */
@media (max-width: 1080px) {
  .top__nav a:not(.btn) { margin-left: 18px; font-size: 14.5px; }
  .moment { grid-template-columns: 236px minmax(0, 1fr) minmax(0, 340px); grid-column-gap: 28px; column-gap: 28px; }
  .moment__verb h3 { font-size: 40px; }
  .slip { width: 190px; font-size: 17.5px; }
  .host { grid-template-columns: 140px minmax(0, 1fr); grid-column-gap: 22px; column-gap: 22px; }
  .host__photo span { font-size: 46px; }
}

@media (max-width: 900px) {
  body { font-size: 16.5px; }
  .section { padding: 76px 0; }
  .head { margin-bottom: 40px; }
  .head--split { grid-template-columns: minmax(0, 1fr); grid-gap: 18px; gap: 18px; }

  .top__nav { position: absolute; left: 0; right: 0; top: 70px; display: none; flex-direction: column; align-items: stretch; padding: 6px 32px 24px; background: var(--bg); border-bottom: 1.5px solid var(--ink); }
  .top.is-open .top__nav { display: flex; }
  .top__nav a:not(.btn) { margin: 0; padding: 15px 0; font-family: var(--font-display); font-size: 22px; font-weight: 700; border-bottom: 1px solid var(--line); }
  .top__navcta { display: flex; margin-top: 20px; }
  .top__cta { display: none; }
  .top__burger { display: block; }
  .top__actions { margin-left: 0; }

  .hero { border-radius: 0 0 0 90px; }
  .hero::after { background: linear-gradient(180deg, rgba(23, 20, 31, .62) 0%, rgba(23, 20, 31, .78) 45%, rgba(23, 20, 31, .92) 100%); }
  .hero__bg img { object-position: 50% 50%; }
  .hero__grid { grid-template-columns: minmax(0, 1fr); min-height: 0; padding-top: 44px; padding-bottom: 64px; }
  .hero__side { position: absolute; top: 0; right: 32px; bottom: 0; width: 140px; }
  .sticker { right: 0; top: 40px; width: 116px; height: 116px; }
  .sticker b { font-size: 32px; }
  .sticker span { font-size: 9.5px; }
  .bubble { display: none; }
  .vibes { grid-template-columns: minmax(0, 1fr); grid-gap: 44px; gap: 44px; }

  .isnt { grid-template-columns: minmax(0, 1fr); }
  .moment { grid-template-columns: minmax(0, 1fr); grid-row-gap: 18px; row-gap: 18px; padding: 32px 0; }
  .moment__art { max-width: 420px; }
  .hosts { grid-template-columns: minmax(0, 1fr); }
  .mosaic { grid-auto-rows: 200px; }
  .section--slim { padding: 64px 0; }
  .join { grid-template-columns: minmax(0, 1fr); grid-gap: 28px; gap: 28px; padding: 40px 36px; }
  .join__side { text-align: left; }
  .join__side p { max-width: none; }
  .felizes { padding: 76px 0; }
  .felizes__grid { grid-template-columns: minmax(0, 1fr); grid-gap: 44px; gap: 44px; }
  .faq { grid-template-columns: minmax(0, 1fr); grid-gap: 32px; gap: 32px; }
  .mcta { display: flex; }
  .foot { padding-bottom: 100px; }
  .foot__links { flex-basis: 100%; margin-top: 18px; }
  .foot__links a { margin: 0 20px 6px 0; display: inline-block; }
}

@media (max-width: 600px) {
  .container { padding: 0 20px; }
  .top__nav { padding-left: 20px; padding-right: 20px; }
  .top__inner { height: 64px; }
  .top__nav { top: 64px; }
  .brand__name { font-size: 21px; }
  .brand__by { margin-left: 9px; padding-left: 9px; }
  .brand__by span, .brand__bytext { display: none; }
  .brand__by img { height: 20px; }

  .section { padding: 64px 0; }
  .lockup__num { font-size: 46vw; }
  .lockup__top { font-size: 11.5vw; }
  .hero__lead { margin-top: 24px; }
  .hero__facts { flex-direction: column; margin-bottom: 24px; }
  .hero__cta .btn { flex: 1 1 100%; }
  .hero { border-radius: 0 0 0 64px; }
  .hero__grid { padding-top: 34px; padding-bottom: 56px; }
  .hero__side { right: 20px; width: 100px; }
  .sticker { width: 96px; height: 96px; top: 26px; }
  .sticker b { font-size: 27px; }
  .sticker span { font-size: 8.5px; margin-top: 3px; }
  .hero__where { right: 20px; bottom: 16px; font-size: 10px; }
  .legend { grid-template-columns: minmax(0, 1fr); grid-gap: 14px; gap: 14px; }
  .try { padding: 26px 20px 24px; border-radius: 22px; }
  .try h3 { font-size: 25px; }
  .try__opt { font-size: 15.5px; }
  .try__r h3 { font-size: 52px; }
  .try__actions .btn { flex: 1 1 100%; }

  .isnt__card { padding: 28px 24px 24px; border-radius: 22px; }
  .isnt__card h3 { font-size: 50px; margin-bottom: 18px; }
  .isnt__card li { font-size: 16.5px; }
  .moment__n { width: 34px; height: 34px; margin-right: 14px; font-size: 16px; }
  .art-slips { height: auto; }
  .slip { position: relative; left: auto !important; right: auto !important; top: auto !important; width: 88%; margin-bottom: 10px; }
  .slip--b { margin-left: 12%; }
  .art__label { position: static; display: block; margin-top: 18px; }
  .disc { width: 68px; height: 68px; margin-right: 16px; }
  .disc .icon { width: 28px; height: 28px; }
  .quote { margin-top: 56px; }


  .host { grid-template-columns: 104px minmax(0, 1fr); grid-column-gap: 18px; column-gap: 18px; padding: 20px; border-radius: 22px; align-items: start; }
  .host__photo span { font-size: 34px; }
  .host__photo small { display: none; }
  .host h3 { font-size: 25px; }

  .mosaic { display: flex; overflow-x: auto; margin: 0 -20px; padding: 0 20px 8px; -webkit-overflow-scrolling: touch; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .mosaic::-webkit-scrollbar { display: none; }
  .mosaic figure { flex: 0 0 84%; height: 60vw; margin-right: 12px; scroll-snap-align: center; }
  .js .mosaic .rv { opacity: 1; transform: none; }
  .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 30px; }
  .stats li { padding-top: 20px; }


  .section--slim { padding: 52px 0; }
  .join { padding: 30px 24px 28px; border-radius: 22px; }
  .join__side .btn { width: 100%; }
  .felizes__logo { width: 200px; }
  .felizes__stats { flex-wrap: wrap; }
  .felizes__stats li { flex: 1 1 50%; }
  .next { grid-template-columns: minmax(0, 1fr); grid-row-gap: 14px; row-gap: 14px; }
  .next__date { flex-direction: row; width: auto; padding: 8px 14px; justify-self: start; }
  .next__date span { margin: 0 0 0 8px; text-align: left; }
  .next__date span br { display: none; }
  .qa summary { font-size: 18px; padding: 17px 0; }
  .qa p { padding-right: 0; }
  .final { padding: 104px 0 100px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .js .rv { opacity: 1; transform: none; }
}

/* Campo-armadilha dos formulários públicos (só os robots o preenchem) */
.hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* --------------------------------------------------------------------------
   Páginas de texto (Termos e Condições)
   -------------------------------------------------------------------------- */
.legal { max-width: 780px; margin: 0 auto; padding: 64px 0 96px; }
.legal h1 { font-weight: 800; font-size: 40px; font-size: clamp(32px, 4vw, 46px); line-height: 1.05; letter-spacing: -.03em; margin-bottom: 12px; }
.legal h2 { font-size: 24px; font-size: clamp(21px, 2.2vw, 26px); letter-spacing: -.02em; margin: 40px 0 10px; }
.legal p, .legal li { font-size: 16.5px; }
.legal p { margin-bottom: 12px; }
.legal ul { list-style: disc; padding-left: 22px; margin-bottom: 12px; }
.legal li { margin-bottom: 6px; }
.legal__meta { color: var(--muted); font-size: 14.5px; margin-bottom: 28px; }
.legal a { color: var(--ink); text-underline-offset: 3px; }
