/* ============================================================
   MOVE — Mulheres em Movimento
   Design tokens
   ============================================================ */

@font-face {
  font-family: 'Stara';
  src: url('../fonts/Stara-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stara';
  src: url('../fonts/Stara-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root{
  /* colors */
  --ink: #15100D;
  --ink-soft: #221815;
  --ink-line: rgba(246,227,209,0.14);
  --cream: #F6E3D1;
  --cream-alt: #EFE6D8;
  --paper: #FBF7F1;
  --red: #D2262A;
  --red-deep: #6E1B1D;
  --gold: #DE9430;
  --sage: #A6AA79;
  --white: #FFFFFF;
  --ink-70: rgba(21,16,13,0.7);
  --ink-50: rgba(21,16,13,0.5);
  --cream-70: rgba(246,227,209,0.72);

  /* type */
  --font: 'Stara', 'Helvetica Neue', Arial, sans-serif;

  /* layout */
  --maxw: 1240px;
  --pad: clamp(24px, 5vw, 64px);
  --radius: 4px;
}

*,*::before,*::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
section[id], div[id].event{ scroll-margin-top: 100px; }
#top{ scroll-margin-top: 0; }
body{
  margin:0;
  font-family: var(--font);
  font-weight: 500;
  background: var(--paper);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
ul{ margin:0; padding:0; list-style:none; }
h1,h2,h3,p{ margin:0; }
button{ font-family:inherit; border:none; background:none; cursor:pointer; }

@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior:auto; }
  *{ animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
}

/* focus visibility */
a:focus-visible, button:focus-visible{
  outline: 2px solid var(--red);
  outline-offset: 3px;
}

/* ============================================================
   Utility
   ============================================================ */
.eyebrow{
  font-weight:700;
  font-size: 12.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 18px;
}
.eyebrow--light{ color: var(--gold); }

.highlight-red{ color: var(--red); }

.btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-family: var(--font);
  font-weight:700;
  font-size:15px;
  letter-spacing:0.02em;
  padding: 16px 28px;
  border-radius: 100px;
  transition: transform .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease;
  white-space:nowrap;
}
.btn--red{
  background: var(--red);
  color: var(--white);
  box-shadow: 0 8px 24px -8px rgba(210,38,42,0.6);
}
.btn--red:hover{ background:#B31F22; transform: translateY(-2px); }
.btn--nav{
  padding: 11px 22px;
  font-size: 13.5px;
  background: var(--red);
  color: var(--white);
}
.btn--nav:hover{ background:#B31F22; }
.btn--large{ padding:20px 38px; font-size:17px; }
@media (max-width: 480px){
  .btn--large{
    white-space: normal;
    text-align: center;
    padding: 18px 24px;
    font-size: 15.5px;
    max-width: 100%;
  }
}
.btn--full{ justify-content:center; width:100%; margin-top:16px; }
.btn--ticket{ margin-top: 22px; justify-content:center; }

.section{ padding: 120px var(--pad); }
.section--cream{ background: var(--cream); }
.section--cream-alt{ background: var(--cream-alt); }
.section--paper{ background: var(--paper); }
.section--ink{ background: var(--ink); color: var(--cream); }

.section__inner{ max-width: var(--maxw); margin: 0 auto; }
.section__inner--split{
  display:grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(32px, 6vw, 96px);
  align-items:start;
}
.section__heading{ position:sticky; top:140px; }

@media (max-width: 860px){
  .section__inner--split{
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .section__heading{
    position: static;
    top: auto;
  }
}

.section__title{
  font-weight:700;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing:-0.01em;
}
.section__title--light{ color: var(--paper); }
.section__title--center{ text-align:center; max-width:760px; margin:0 auto 64px; }

.section__lead{
  font-size: clamp(17px,1.6vw,20px);
  max-width: 620px;
  color: var(--ink-70);
  margin-top:22px;
  line-height:1.55;
}
.section__lead--light{ color: var(--cream-70); }

.section__body p{
  font-size: clamp(16px,1.4vw,18.5px);
  line-height:1.65;
  color: var(--ink-70);
  margin-bottom: 22px;
  max-width: 560px;
}
.section__body-emphasis{
  font-weight:700 !important;
  font-size: clamp(19px,1.9vw,23px) !important;
  color: var(--ink) !important;
  line-height:1.4 !important;
}
.section__body-text{
  font-size:18px;
  color: var(--ink-70);
  max-width: 420px;
  margin-top:16px;
  line-height:1.6;
}

/* ============================================================
   Grain overlay — subtle brand texture
   ============================================================ */
.grain-overlay{
  position: fixed; inset:0; z-index: 9999;
  pointer-events:none;
  opacity: 0.035;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ============================================================
   Ticket sticky bar
   ============================================================ */
.site-header{
  position: fixed; top:0; left:0; right:0; z-index: 997;
  display:flex; flex-direction:column;
}
.ticket-bar{
  background: var(--ink);
  border-bottom: 1px solid var(--ink-line);
  max-height:0;
  overflow:hidden;
  transition: max-height .4s cubic-bezier(.2,.8,.2,1);
}
.ticket-bar.is-visible{ max-height:50px; }
.ticket-bar__inner{
  max-width: var(--maxw);
  margin:0 auto;
  padding: 10px var(--pad);
  display:flex;
  align-items:center;
  gap:10px;
  font-size:13px;
}
.ticket-bar__label{ font-weight:700; color:var(--white); letter-spacing:0.04em; }
.ticket-bar__dot{ color: var(--red); }
.ticket-bar__meta{ color: var(--cream-70); flex:1; }
.ticket-bar__cta{
  background: var(--red); color:var(--white);
  padding:8px 18px; border-radius:100px; font-weight:700; font-size:12.5px;
  transition: background .2s ease;
}
.ticket-bar__cta:hover{ background:#B31F22; }
@media (max-width:640px){
  .ticket-bar__meta{ display:none; }
}

/* ============================================================
   Nav
   ============================================================ */
.nav{
  position: relative;
  padding: 22px var(--pad);
  display:flex;
  transition: padding .3s ease, background .3s ease, box-shadow .3s ease;
}
.nav.is-scrolled{
  padding: 14px var(--pad);
  background: rgba(251,247,241,0.86);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(21,16,13,0.08);
}
.nav__inner{
  max-width: var(--maxw); margin:0 auto; width:100%;
  display:flex; align-items:center; justify-content:space-between; gap:24px;
}
.nav__logo{ display:flex; align-items:center; }
.nav__logo-img{ height:30px; width:auto; display:block; }
.nav__logo-img--color{ display:none; }
.nav.is-scrolled .nav__logo-img--white{ display:none; }
.nav.is-scrolled .nav__logo-img--color{ display:block; }

.nav__links{ display:flex; align-items:center; gap: 30px; flex:1; justify-content:center; }
.nav__links a{
  font-size: 14px; font-weight: 500; color: var(--cream-70);
  transition: color .2s ease;
  position:relative;
}
.nav.is-scrolled .nav__links a{ color: var(--ink-70); }
.nav__links a:hover{ color: var(--white); }
.nav.is-scrolled .nav__links a:hover{ color: var(--ink); }
.nav__links-highlight{ color: var(--gold) !important; font-weight:700 !important; }
.nav.is-scrolled .nav__links-highlight{ color: var(--red) !important; }

.nav__burger{ display:none; flex-direction:column; gap:5px; width:26px; }
.nav__burger span{ height:2px; background: var(--white); display:block; transition: all .25s ease; }
.nav.is-scrolled .nav__burger span{ background: var(--ink); }

.mobile-menu{
  position:fixed; inset:0; z-index:1000;
  background: var(--ink);
  display:flex; flex-direction:column; gap:26px;
  padding: 100px var(--pad) 40px;
  transform: translateX(100%);
  transition: transform .4s cubic-bezier(.2,.8,.2,1);
}
.mobile-menu.is-open{ transform: translateX(0); }
.mobile-menu a{ color: var(--cream); font-size:22px; font-weight:700; }

@media (max-width: 900px){
  .nav__links{ display:none; }
  .btn--nav{ display:none; }
  .nav__burger{ display:flex; }
}

/* ============================================================
   HERO
   ============================================================ */
.hero{
  position:relative;
  min-height: 100svh;
  display:flex; flex-direction:column;
  align-items:center; justify-content:center;
  text-align:center;
  overflow:hidden;
  background: var(--ink);
  padding: 140px var(--pad) 80px;
}
.hero__gradient{
  position:absolute; inset:-10%;
  background:
    radial-gradient(circle at 12% 18%, rgba(166,170,121,0.55), transparent 38%),
    radial-gradient(circle at 30% 12%, rgba(222,148,48,0.55), transparent 40%),
    radial-gradient(circle at 52% 45%, rgba(210,38,42,0.85), transparent 46%),
    radial-gradient(circle at 78% 30%, rgba(110,27,29,0.75), transparent 45%),
    radial-gradient(circle at 92% 70%, rgba(21,16,13,0.9), transparent 55%),
    var(--ink);
  filter: blur(60px) saturate(1.15);
  animation: driftGradient 22s ease-in-out infinite alternate;
}
@keyframes driftGradient{
  0%{ transform: scale(1) translate(0,0); }
  100%{ transform: scale(1.08) translate(-2%, 2%); }
}
.hero__grid{
  position:absolute; inset:0;
  background-image: linear-gradient(rgba(251,247,241,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(251,247,241,0.05) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at 50% 40%, black 0%, transparent 72%);
}
.hero__content{ position:relative; z-index:2; max-width: 980px; }

.hero__wordmark{
  display:flex; align-items:center; justify-content:center;
  margin: 18px 0 30px;
}
.hero__wordmark img{
  width: min(90vw, 900px);
  height:auto;
}

.hero__tagline{
  font-size: clamp(17px, 2vw, 23px);
  color: var(--cream);
  font-weight:500;
  line-height:1.5;
  margin-bottom: 56px;
}

.hero__event-teaser{
  display:inline-flex; align-items:center; gap:22px;
  background: rgba(251,247,241,0.08);
  border: 1px solid rgba(251,247,241,0.22);
  backdrop-filter: blur(10px);
  padding: 14px 14px 14px 24px;
  border-radius: 100px;
  flex-wrap:wrap;
  justify-content:center;
}
.hero__event-teaser-text{ display:flex; flex-direction:column; align-items:flex-start; text-align:left; }
.hero__event-teaser-kicker{ font-size:11px; letter-spacing:0.12em; text-transform:uppercase; color: var(--gold); font-weight:700; }
.hero__event-teaser-title{ font-size:15px; color:var(--white); font-weight:700; }
.hero__event-teaser-link{
  display:inline-flex; align-items:center; gap:8px;
  background: var(--red); color:var(--white);
  padding: 12px 22px; border-radius:100px;
  font-size:14px; font-weight:700;
  transition: background .2s ease, transform .2s ease;
}
.hero__event-teaser-link:hover{ background:#B31F22; transform: translateX(2px); }
.hero__event-teaser-link svg{ transition: transform .2s ease; }
.hero__event-teaser-link:hover svg{ transform: translateY(2px); }

.hero__scroll{
  position:absolute; bottom: 34px; left:50%; transform: translateX(-50%);
  width:26px; height:42px; border:2px solid rgba(251,247,241,0.5); border-radius:14px;
  z-index:2;
}
.hero__scroll span{
  position:absolute; top:8px; left:50%; transform: translateX(-50%);
  width:4px; height:8px; background: var(--gold); border-radius:2px;
  animation: scrollDot 1.8s ease infinite;
}
@keyframes scrollDot{
  0%{ opacity:1; top:8px; }
  70%{ opacity:0; top:22px; }
  100%{ opacity:0; top:22px; }
}

@media (max-width:640px){
  .hero__wordmark{ gap:6px; }
  .hero__event-teaser{ padding:16px; flex-direction:column; align-items:stretch; border-radius:24px; }
  .hero__event-teaser-text{ align-items:center; text-align:center; }
  .hero__event-teaser-link{ justify-content:center; }
}

/* ============================================================
   EVENT — TICKET
   ============================================================ */
.event{
  background: var(--ink);
  padding: 100px var(--pad) 130px;
  position:relative;
}
.event__inner{ max-width: 1080px; margin:0 auto; }
.event__intro{ text-align:center; margin-bottom: 60px; }
.event__headline{
  font-weight:700; color: var(--white);
  font-size: clamp(34px, 5.4vw, 68px);
  line-height:1.05; letter-spacing:-0.01em;
  margin-bottom:20px;
}
.event__sub{ font-size: clamp(16px,1.8vw,20px); color: var(--cream-70); max-width:560px; margin:0 auto; }

.ticket{
  position:relative;
  background: var(--paper);
  border-radius: 22px;
  overflow:visible;
  box-shadow: 0 40px 90px -30px rgba(0,0,0,0.7);
}
.ticket__main{
  display:grid;
  grid-template-columns: 0.82fr 1.18fr;
}
.ticket__poster{
  position:relative;
  overflow:hidden;
  border-radius: 22px 0 0 0;
}
.ticket__poster img{ width:100%; height:100%; object-fit:cover; display:block; }
.ticket__stamp{
  position:absolute; top:20px; left:20px;
  background: var(--red); color:var(--white);
  font-weight:700; font-size:15px; line-height:1.1;
  padding:10px 12px;
  border-radius:8px;
  transform: rotate(-6deg);
  text-align:center;
  box-shadow: 0 10px 20px -8px rgba(0,0,0,0.5);
}

.ticket__panel{ padding: 44px 44px 30px; }
.ticket__panel-kicker{
  font-weight:700; font-size:13px; letter-spacing:0.06em;
  text-transform:uppercase; color: var(--red);
  margin-bottom:22px;
}
.ticket__speakers{ display:flex; flex-direction:column; }
.ticket__speakers li{
  display:flex; justify-content:space-between; align-items:baseline; gap:14px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(21,16,13,0.1);
  transition: padding-left .25s ease, background .25s ease;
}
.ticket__speakers li:hover{
  padding-left: 10px;
  background: linear-gradient(90deg, rgba(210,38,42,0.06), transparent);
}
.ticket__speakers li:last-child{ border-bottom:none; }
.ticket__speaker-name{
  font-weight:700; font-size: clamp(15px,1.6vw,18px); color: var(--ink);
  white-space:nowrap;
}
.ticket__speaker-co{
  font-size:13px; color: var(--ink-50); text-align:right;
}

.ticket__notch{ display:none; }

.ticket__perforation{
  position:relative;
  height:0;
  border-top: 2px dashed rgba(21,16,13,0.2);
}
.ticket__perforation::before,
.ticket__perforation::after{
  content:'';
  position:absolute; top:50%; transform:translateY(-50%);
  width:34px; height:34px; border-radius:50%;
  background: var(--ink);
}
.ticket__perforation::before{ left:-17px; }
.ticket__perforation::after{ right:-17px; }

.ticket__stub{
  padding: 30px 44px 40px;
  display:grid;
  grid-template-columns: repeat(3, 1fr) auto;
  gap: 26px;
  align-items:center;
}
.ticket__stub-item{ display:flex; flex-direction:column; gap:6px; }
.ticket__stub-label{
  font-size:11px; text-transform:uppercase; letter-spacing:0.1em; font-weight:700; color: var(--red);
}
.ticket__stub-value{ font-size:14.5px; color: var(--ink); line-height:1.4; }

.event__footnote{
  text-align:center; margin-top: 44px;
  font-size:14.5px; color: var(--cream-70);
  max-width: 520px; margin-left:auto; margin-right:auto;
}

@media (max-width: 860px){
  .ticket__main{ grid-template-columns:1fr; }
  .ticket__poster{ border-radius: 22px 22px 0 0; aspect-ratio: 100/119; }
  .ticket__poster img{ object-fit: cover; }
  .ticket__notch{ left:50%; transform:translateX(-50%); }
  .ticket__notch--bottom{ bottom: unset; top: calc(38vw + 2px); }
  .ticket__stub{ grid-template-columns:1fr; text-align:left; }
  .ticket__stub-item{ padding-bottom:6px; border-bottom:1px solid rgba(21,16,13,0.08); }
}
@media (max-width:480px){
  .ticket__panel{ padding: 32px 24px 20px; }
  .ticket__stub{ padding: 24px 24px 32px; }
}

/* ============================================================
   PROPÓSITO
   ============================================================ */
.section--proposito{ text-align:left; }
.proposito__title{
  font-weight:700;
  font-size: clamp(30px, 5vw, 58px);
  line-height:1.12;
  background: linear-gradient(100deg, var(--sage) 0%, var(--gold) 28%, var(--red) 62%, var(--red-deep) 100%);
  -webkit-background-clip: text;
  background-clip:text;
  color: transparent;
  max-width: 900px;
  margin-bottom: 48px;
}
.proposito__grid{
  display:grid; grid-template-columns: 1fr 1fr; gap: 40px;
  max-width: 900px;
  border-top: 1px solid var(--ink-line);
  padding-top: 36px;
}
.proposito__grid p{
  font-size: clamp(16px,1.6vw,19px);
  color: var(--cream-70);
  line-height:1.6;
}
@media (max-width:700px){ .proposito__grid{ grid-template-columns:1fr; } }

/* ============================================================
   POR QUE MULHERES LÍDERES
   ============================================================ */
.whyleaders{ background: var(--ink); }
.whyleaders__top{
  padding: 0 var(--pad) 60px;
  max-width: var(--maxw); margin: 0 auto;
}
.whyleaders__lead{
  font-size: clamp(20px, 2.6vw, 30px);
  color: var(--paper); font-weight:700; line-height:1.4; max-width:820px;
}
.whyleaders__list{ border-top: 1px solid var(--ink-line); }
.whyleaders__item{
  border-bottom: 1px solid var(--ink-line);
  padding: 0 var(--pad);
}
.whyleaders__item span{
  display:block;
  max-width: var(--maxw); margin:0 auto;
  padding: 26px 0;
  font-size: clamp(19px, 3vw, 34px);
  font-weight:700;
  color: var(--cream-70);
  transition: color .3s ease, padding-left .3s ease;
}
.whyleaders__item:hover span{ color: var(--white); padding-left: 14px; }
.whyleaders__item:hover{ background: linear-gradient(90deg, rgba(210,38,42,0.08), transparent); }

/* ============================================================
   FUNDADORAS
   ============================================================ */
.founders{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items:center;
}
.founders__photo img{ border-radius: 18px; box-shadow: 0 30px 70px -30px rgba(21,16,13,0.35); }
.founders__list{ display:flex; flex-direction:column; }
.founder{ padding: 20px 0; border-bottom: 1px solid rgba(21,16,13,0.12); }
.founder:first-child{ padding-top:0; }
.founder h3{ font-size: 20px; font-weight:700; margin-bottom:8px; }
.founder__role{ font-size:14.5px; color: var(--ink-70); line-height:1.55; }

@media (max-width: 860px){
  .founders{ grid-template-columns:1fr; }
}

/* ============================================================
   TIMELINE
   ============================================================ */
.timeline{ margin-top: 60px; border-top: 1px solid var(--ink-line); }
.timeline__item{
  display:grid; grid-template-columns: 90px 1fr;
  gap: 28px;
  padding: 40px 0;
  border-bottom: 1px solid var(--ink-line);
}
.timeline__index{
  font-size: 15px; font-weight:700; color: var(--gold);
  letter-spacing: 0.05em;
  padding-top: 4px;
}
.timeline__body h3{
  font-size: clamp(22px, 2.6vw, 30px); font-weight:700; color: var(--paper);
  margin-bottom: 14px;
  display:flex; align-items:center; gap:14px; flex-wrap:wrap;
}
.timeline__tag{
  font-size:12px; background: var(--red); color:var(--white);
  padding: 5px 12px; border-radius:100px; font-weight:700;
  letter-spacing:0.04em;
}
.timeline__body p{
  font-size: 16.5px; color: var(--cream-70); line-height:1.65; max-width: 680px;
}
.timeline__body p strong{ color: var(--paper); }
.timeline__item--next{ background: linear-gradient(90deg, rgba(210,38,42,0.07), transparent); }
.timeline__link{
  display:inline-block; margin-top:14px; font-weight:700; color: var(--red);
  transition: transform .2s ease;
}
.timeline__link:hover{ transform: translateX(4px); }

@media (max-width:560px){
  .timeline__item{ grid-template-columns: 1fr; gap:10px; }
}

/* ============================================================
   DELIVERABLES
   ============================================================ */
.deliverables{ border-top: 1px solid rgba(21,16,13,0.14); }
.deliverables li{
  font-size: clamp(18px, 2.4vw, 26px);
  font-weight:700;
  padding: 22px 0;
  border-bottom: 1px solid rgba(21,16,13,0.14);
  position:relative; padding-left: 34px;
}
.deliverables li::before{
  content:'';
  position:absolute; left:0; top:33px;
  width:16px; height:2px; background: var(--red);
}

/* ============================================================
   GALLERY
   ============================================================ */
.section--gallery{ position:relative; padding-left:0; padding-right:0; }
.section--gallery .section__inner{ padding-left: var(--pad); padding-right: var(--pad); }
.gallery__head{
  margin-bottom: 44px;
}

.gallery__viewport{ position:relative; }
.gallery__strip{
  display:flex;
  gap: 14px;
  height: 440px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  padding: 0 var(--pad) 22px;
  scrollbar-width: thin;
  scrollbar-color: var(--red) transparent;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
}
.gallery__strip:active{ cursor: grabbing; }
.gallery__strip::-webkit-scrollbar{ height:5px; }
.gallery__strip::-webkit-scrollbar-track{ background: var(--ink-line); border-radius:10px; }
.gallery__strip::-webkit-scrollbar-thumb{ background: var(--red); border-radius:10px; }

.gallery__item{
  flex: 0 0 auto;
  height:100%;
  width: auto;
  aspect-ratio: 3/2;
  border-radius:10px;
  overflow:hidden;
  scroll-snap-align: start;
  position:relative;
}
.gallery__item--portrait{ aspect-ratio: 2/3; }
.gallery__item img{
  width:100%; height:100%; object-fit:cover;
  transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .5s ease;
  filter: grayscale(0.25) brightness(0.92);
  pointer-events:none;
  -webkit-user-drag:none;
}
.gallery__item:hover img{ transform: scale(1.05); filter: grayscale(0) brightness(1); }

.gallery__arrow{
  position:absolute; top:50%; transform: translateY(-50%);
  width:48px; height:48px; border-radius:50%;
  background: rgba(21,16,13,0.55);
  border: 1px solid var(--ink-line);
  backdrop-filter: blur(6px);
  color: var(--white);
  display:flex; align-items:center; justify-content:center;
  z-index:3;
  transition: background .25s ease, border-color .25s ease;
}
.gallery__arrow:hover{ background: var(--red); border-color: var(--red); }
.gallery__arrow--prev{ left: 14px; }
.gallery__arrow--next{ right: 14px; }
@media (max-width: 700px){
  .gallery__strip{ height: 300px; }
  .gallery__arrow{ width:38px; height:38px; }
}


/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.testimonial-card{
  display:block; width:100%; padding:0; text-align:left;
  font-family: var(--font);
  cursor:pointer;
}
.testimonial-card__frame{
  position:relative;
  aspect-ratio: 9/16;
  background: var(--ink);
  border-radius: 18px;
  overflow:hidden;
  box-shadow: 0 24px 50px -24px rgba(21,16,13,0.4);
  transition: transform .3s ease, box-shadow .3s ease;
}
.testimonial-card:hover .testimonial-card__frame{
  transform: translateY(-4px);
  box-shadow: 0 30px 60px -22px rgba(21,16,13,0.5);
}
.testimonial-card__frame img{
  position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
  transition: transform .5s ease;
}
.testimonial-card:hover .testimonial-card__frame img{ transform: scale(1.04); }
.testimonial-card__frame::after{
  content:'';
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(21,16,13,0) 45%, rgba(21,16,13,0.75) 100%);
}
.testimonial-card__play{
  position:absolute; top:50%; left:50%; transform: translate(-50%,-50%);
  width:56px; height:56px; border-radius:50%;
  background: rgba(251,247,241,0.16);
  border: 1px solid rgba(251,247,241,0.5);
  backdrop-filter: blur(6px);
  display:flex; align-items:center; justify-content:center;
  color: var(--white);
  z-index:2;
  transition: background .25s ease, transform .25s ease;
}
.testimonial-card:hover .testimonial-card__play{
  background: var(--red); border-color: var(--red);
  transform: translate(-50%,-50%) scale(1.08);
}
.testimonial-card__label{
  display:block; margin-top:14px;
  font-size:14px; font-weight:700; color: var(--ink); line-height:1.35;
}
.testimonial-card__person{
  display:block; margin-top:4px;
  font-size:12px; color: var(--ink-50);
}
@media (max-width: 760px){
  .testimonials{ grid-template-columns: repeat(2,1fr); }
}

/* ============================================================
   VIDEO LIGHTBOX
   ============================================================ */
.video-lightbox{
  position: fixed; inset:0; z-index: 2000;
  display:flex; align-items:center; justify-content:center;
  padding: 40px 20px;
  opacity:0; pointer-events:none;
  transition: opacity .3s ease;
}
.video-lightbox.is-open{ opacity:1; pointer-events:auto; }
.video-lightbox__backdrop{
  position:absolute; inset:0;
  background: rgba(10,7,6,0.88);
  backdrop-filter: blur(6px);
}
.video-lightbox__panel{
  position:relative; z-index:2;
  display:flex; flex-direction:column; align-items:center;
  max-width: 420px; width:100%;
  transform: scale(0.96) translateY(10px);
  transition: transform .35s cubic-bezier(.2,.8,.2,1);
}
.video-lightbox.is-open .video-lightbox__panel{ transform: scale(1) translateY(0); }
.video-lightbox__video{
  width:100%; aspect-ratio: 9/16;
  border-radius: 16px;
  background: var(--ink);
  box-shadow: 0 40px 90px -20px rgba(0,0,0,0.7);
}
.video-lightbox__close{
  position:absolute; top:-46px; right:0;
  width:36px; height:36px; border-radius:50%;
  background: rgba(251,247,241,0.12);
  border: 1px solid rgba(251,247,241,0.3);
  color: var(--white);
  display:flex; align-items:center; justify-content:center;
  transition: background .2s ease;
}
.video-lightbox__close:hover{ background: var(--red); border-color: var(--red); }
.video-lightbox__caption{
  margin-top:18px; text-align:center;
}
.video-lightbox__name{ display:block; font-size:16px; font-weight:700; color: var(--white); }
.video-lightbox__role{ display:block; font-size:13px; color: var(--cream-70); margin-top:2px; }


/* ============================================================
   MOVE NEWS
   ============================================================ */
.movenews{
  background: var(--paper);
  border-radius: 20px;
  padding: 44px;
}
.movenews h3{ font-size:24px; font-weight:700; margin-bottom:16px; }
.movenews p{ font-size:16px; color: var(--ink-70); margin-bottom:20px; }
.movenews ul{ display:flex; flex-direction:column; gap:12px; }
.movenews li{
  font-size:16px; font-weight:700; padding-left:26px; position:relative;
}
.movenews li::before{
  content:''; position:absolute; left:0; top:8px; width:14px; height:2px; background:var(--red);
}

/* ============================================================
   FORMATOS 2026
   ============================================================ */
.formats{
  display:grid; grid-template-columns: repeat(3,1fr); gap: 24px;
  margin-top: 56px;
}
.formats__card{
  border: 1px solid var(--ink-line);
  border-radius: 18px;
  padding: 38px 30px;
  transition: border-color .3s ease, background .3s ease, transform .3s ease;
}
.formats__card:hover{ border-color: var(--red); background: rgba(210,38,42,0.06); transform: translateY(-6px); }
.formats__num{ display:block; font-size:13px; color:var(--gold); font-weight:700; margin-bottom:20px; }
.formats__card h3{ font-size:22px; font-weight:700; color: var(--paper); margin-bottom:14px; }
.formats__card p{ font-size:15.5px; color: var(--cream-70); line-height:1.6; }
@media (max-width:800px){ .formats{ grid-template-columns:1fr; } }

/* ============================================================
   CLOSING (VAMOS JUNTAS)
   ============================================================ */
.closing{
  position:relative;
  padding: 150px var(--pad);
  text-align:center;
  overflow:hidden;
  background: var(--ink);
}
.closing__gradient{
  position:absolute; inset:-20%;
  background:
    radial-gradient(circle at 20% 30%, rgba(222,148,48,0.5), transparent 42%),
    radial-gradient(circle at 55% 60%, rgba(210,38,42,0.9), transparent 48%),
    radial-gradient(circle at 85% 20%, rgba(21,16,13,0.9), transparent 50%);
  filter: blur(70px);
}
.closing__inner{ position:relative; z-index:2; max-width:760px; margin:0 auto; }
.closing__title{
  font-size: clamp(40px, 7vw, 84px); font-weight:700; color: var(--white); margin-bottom: 30px;
}
.closing__text{ font-size: clamp(17px,2vw,21px); color: var(--cream-70); line-height:1.6; margin-bottom:18px; }
.closing__text--strong{ color: var(--white); font-weight:700; margin-bottom:46px; }

/* ============================================================
   TELÃO
   ============================================================ */
.telao{
  position:relative; width:100%; aspect-ratio: 16/9;
  overflow:hidden; background: var(--ink);
}
.telao__video{ position:absolute; inset:0; width:100%; height:100%; object-fit:contain; }
.telao__scrim{ position:absolute; inset:0; box-shadow: inset 0 0 120px 40px rgba(21,16,13,0.5); pointer-events:none; }
@media (max-width:700px){ .telao{ aspect-ratio: 4/3; } }

/* ============================================================
   FOOTER
   ============================================================ */
.footer{ background: var(--ink); padding: 70px var(--pad) 40px; }
.footer__inner{ max-width: var(--maxw); margin:0 auto; text-align:center; }
.footer__logo{ height:30px; margin: 0 auto 60px; }
.footer__partners-label{
  display:block; font-size:11.5px; letter-spacing:0.12em; text-transform:uppercase;
  color: var(--cream-70); font-weight:700; margin-bottom:26px;
}
.footer__partners-logos{
  display:flex; align-items:center; justify-content:center; gap: clamp(28px,6vw,64px);
  flex-wrap:wrap;
  margin-bottom: 70px;
}
.footer__partners-logos img{
  height: 34px; width:auto; max-width:130px; object-fit:contain;
  filter: brightness(0) invert(1); opacity:0.72;
  transition: opacity .25s ease;
}
.footer__partners-logos img:hover{ opacity:1; }
.footer__bottom{
  display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap;
  border-top: 1px solid var(--ink-line);
  padding-top: 28px;
  font-size:13px; color: var(--cream-70);
}
.footer__bottom a{ color: var(--gold); font-weight:700; }
@media (max-width:600px){
  .footer__bottom{ flex-direction:column; text-align:center; }
}
