/* ==========================================================================
   BubblepOp! BRAZIL — stylesheet
   ========================================================================== */

:root{
  --pink:#FF2ED1;
  --purple:#6A00FF;
  --lilac:#C77DFF;
  --blue:#00E5FF;
  --green:#B6FF3C;
  --gold:#FFD166;
  --black:#060308;
  --bg:#0A0710;
  --card:#120C1C;
  --card-2:#170F26;
  --border:rgba(255,255,255,.09);
  --text:#F6F4FA;
  --muted:#B7ADC7;
  --muted-2:#8B7FA0;
  --radius:18px;
  --font-display:'Anton', sans-serif;
  --font-script:'Kaushan Script', cursive;
  --font-body:'Poppins', sans-serif;
  --grad-main: linear-gradient(90deg, var(--pink), var(--purple));
  --grad-2: linear-gradient(120deg, var(--blue), var(--purple) 55%, var(--pink));
  --grad-brazil: linear-gradient(100deg, #FFD166 0%, #9DCB8C 26%, #7FB6D9 50%, #3D8FE0 68%, #2FC2AE 84%, #3CB25B 100%);
  --grad-chile: linear-gradient(100deg, #D52B1E 0%, #FFFFFF 50%, #0039A6 100%);
  --grad-austria: linear-gradient(100deg, #ED2939 0%, #ED2939 30%, #FFFFFF 50%, #ED2939 70%, #ED2939 100%);
  --shadow-glow: 0 0 60px rgba(255,46,209,.18);
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0; background:var(--bg); color:var(--text);
  font-family:var(--font-body); font-size:16px; line-height:1.6;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
body.menu-open{ overflow:hidden; }
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
.dj-link{ color:var(--pink); border-bottom:1px solid rgba(255,46,209,.4); transition:border-color .2s ease; }
.dj-link:hover{ border-color:var(--pink); }
ul{ margin:0; padding:0; list-style:none; }
button{ font-family:inherit; cursor:pointer; }
input,textarea,select{ font-family:inherit; font-size:1rem; }
.container{ max-width:1200px; margin:0 auto; padding:0 24px; }
.hidden{ display:none !important; }

/* ---------- background texture ---------- */
body{
  background-image:
    radial-gradient(ellipse 900px 500px at 15% -5%, rgba(106,0,255,.35), transparent 60%),
    radial-gradient(ellipse 800px 500px at 100% 10%, rgba(255,46,209,.22), transparent 60%),
    radial-gradient(ellipse 700px 500px at 50% 100%, rgba(0,229,255,.12), transparent 60%);
  background-repeat:no-repeat;
}

/* ---------- typography ---------- */
h1,h2,h3,h4{ font-family:var(--font-display); font-weight:400; letter-spacing:.5px; line-height:1.05; margin:0; text-transform:uppercase; }
h2{ line-height:1.18; }
h1{ font-size:clamp(2.6rem,6vw,5rem); }
h2{ font-size:clamp(1.9rem,4.2vw,3.1rem); }
h3{ font-size:1.35rem; }
p{ margin:0 0 1em; text-align:justify; text-justify:inter-word; }
.eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  font-family:var(--font-body); font-weight:600; font-size:.78rem;
  letter-spacing:.18em; text-transform:uppercase; color:var(--pink);
  margin-bottom:14px;
}
.eyebrow::before{ content:''; width:22px; height:2px; background:var(--grad-main); border-radius:2px; }
.eyebrow-brazil{ color:#7FB6D9; }
.eyebrow-brazil::before{ background:var(--grad-brazil); }
.section-head{ max-width:720px; margin-bottom:48px; }
.section-head.center{ margin-left:auto; margin-right:auto; text-align:center; }
.section-head p{ color:var(--muted); font-size:1.05rem; margin-top:14px; }
.section-head.center p{ text-align:center; }
.grad-text{
  background:var(--grad-2); -webkit-background-clip:text; background-clip:text; color:transparent;
}
.grad-text-brazil{
  background:var(--grad-brazil); -webkit-background-clip:text; background-clip:text; color:transparent;
}
.brz{
  font-weight:700; background:var(--grad-brazil); -webkit-background-clip:text; background-clip:text;
  color:transparent; -webkit-text-fill-color:transparent; white-space:nowrap;
}
.bpb-brand{ color:var(--pink); }
.script{ font-family:var(--font-script); text-transform:none; letter-spacing:0; }

section{ padding:72px 0; position:relative; }
section.tight{ padding:52px 0; }
.section-alt{ background:linear-gradient(180deg, transparent, rgba(255,255,255,.02) 15%, rgba(255,255,255,.02) 85%, transparent); position:relative; }
.section-alt::before, .section-alt::after{
  content:''; position:absolute; left:0; right:0; height:1px;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,.16) 50%, transparent);
}
.section-alt::before{ top:0; }
.section-alt::after{ bottom:0; }

/* ---------- elegant full-bleed photo section (dark vignette, fades into page bg) ---------- */
.section-photo{
  position:relative; padding:88px 0; background-size:cover; background-repeat:no-repeat;
  isolation:isolate;
}
.section-photo::before{
  content:''; position:absolute; inset:0; z-index:0; height:100%; width:100%;
  background:linear-gradient(180deg, var(--bg) 0%, rgba(6,3,10,.88) 10%, rgba(6,3,10,.88) 90%, var(--bg) 100%);
}
/* used when a section-photo needs its background photo faded down to a
   light, translucent color wash (kept in full original color) without
   fading the heading/chips too — opacity can't go on .section-photo itself
   (that would fade the text/content along with it), so the photo lives in
   its own layered child instead. */
.section-photo-bg{
  position:absolute; inset:0; z-index:-1; height:100%; width:100%;
  background-size:cover; background-repeat:no-repeat;
  opacity:.4;
}
.section-photo .container{ position:relative; z-index:1; }
.section-photo .section-head h2, .section-photo .section-head p, .section-photo .section-head .eyebrow,
.section-photo h2, .section-photo > .container > p{
  filter:drop-shadow(0 2px 10px rgba(0,0,0,.85)) drop-shadow(0 1px 3px rgba(0,0,0,.9));
}
.section-photo .chip{ background:rgba(10,6,15,.55); backdrop-filter:blur(3px); }
.section-photo .booking-cta{ background:rgba(7,4,11,.5); backdrop-filter:blur(3px); }
.section-photo .process-step{ background:rgba(10,6,15,.55); backdrop-filter:blur(2px); }
.section-photo .process-cta{ background:rgba(7,4,11,.5); backdrop-filter:blur(3px); }
.section-photo .press-link{ background:rgba(7,4,11,.55); backdrop-filter:blur(3px); }
.section-photo .pillar-card{ background:rgba(10,6,15,.55); backdrop-filter:blur(3px); }
.section-photo .stat-card{ background:rgba(10,6,15,.55); backdrop-filter:blur(3px); }
.section-photo .testimonial-card{ background:rgba(10,6,15,.55); backdrop-filter:blur(3px); }
.stats-photo .section-head, .identity-photo .section-head, .available-photo .section-head, .artists-photo .section-head{
  background:rgba(6,3,10,.82); border-radius:24px; padding:34px 38px; backdrop-filter:blur(4px);
  border:1px solid rgba(255,255,255,.06);
}
.playlist-photo .section-head{
  background:rgba(6,3,10,.55); border-radius:24px; padding:30px 34px; backdrop-filter:blur(4px);
  border:1px solid rgba(255,255,255,.06); max-width:640px; margin-left:auto; margin-right:auto;
}
.farewell.section-photo::before, .testimonials-section.section-photo::before, .playlist-photo::before, .booking-photo::before, .collab-photo::before, .core-services-photo::before, .venue-photo::before, .process-photo::before{
  background:linear-gradient(180deg, var(--bg) 0%, transparent 14%, transparent 86%, var(--bg) 100%);
}
.artists-photo::before{
  background:linear-gradient(180deg, var(--bg) 0%, rgba(2,1,4,.62) 12%, rgba(2,1,4,.62) 88%, var(--bg) 100%) !important;
}
.media-photo::before{
  background:linear-gradient(180deg, var(--bg) 0%, rgba(6,3,10,.72) 12%, rgba(6,3,10,.72) 88%, var(--bg) 100%) !important;
}
.partners-photo::before{
  background:linear-gradient(180deg, var(--bg) 0%, rgba(2,1,4,.9) 12%, rgba(2,1,4,.9) 88%, var(--bg) 100%) !important;
}
.partners-photo .section-head{
  background:rgba(6,3,10,.82); border-radius:24px; padding:34px 38px; backdrop-filter:blur(4px);
  border:1px solid rgba(255,255,255,.06);
}
.community-photo::before{
  background:linear-gradient(180deg, var(--bg) 0%, rgba(2,1,4,.72) 12%, rgba(2,1,4,.72) 88%, var(--bg) 100%) !important;
}
.community-photo .section-head{
  background:rgba(6,3,10,.82); border-radius:24px; padding:34px 38px; backdrop-filter:blur(4px);
  border:1px solid rgba(255,255,255,.06);
}
.mediakit-photo::before{
  background:linear-gradient(180deg, var(--bg) 0%, rgba(6,3,10,.82) 12%, rgba(6,3,10,.82) 88%, var(--bg) 100%) !important;
}
.collabs-photo::before{
  background:linear-gradient(180deg, var(--bg) 0%, rgba(2,1,4,.6) 12%, rgba(2,1,4,.6) 88%, var(--bg) 100%) !important;
}
.collabs-photo .section-head{
  background:rgba(6,3,10,.82); border-radius:24px; padding:34px 38px; backdrop-filter:blur(4px);
  border:1px solid rgba(255,255,255,.06);
}

/* ---------- buttons ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding:15px 30px; border-radius:100px; font-weight:600; font-size:.95rem;
  border:1px solid transparent; transition:transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
  white-space:nowrap; overflow:hidden; background-clip:padding-box;
  appearance:none; -webkit-appearance:none; font-family:inherit;
  text-transform:uppercase; letter-spacing:.03em;
}
.btn-primary{ background:var(--grad-main); color:#fff; box-shadow:0 4px 16px rgba(255,46,209,.28); }
.btn-primary:hover{ transform:translateY(-2px); box-shadow:0 8px 22px rgba(255,46,209,.4); }
.btn-outline{ border-color:rgba(255,255,255,.25); color:var(--text); }
.btn-outline:hover{ border-color:var(--pink); color:var(--pink); transform:translateY(-2px); }
.btn-block{ width:100%; }
.btn-icon{ width:50px; height:50px; padding:0; flex-shrink:0; }
.btn-icon svg{ display:block; }
.btn-icon-pink{ border-color:#fff; color:#fff; }
.btn-icon-pink:hover{ background:var(--grad-main); color:#fff; border-color:transparent; }
.btn[disabled]{ opacity:.6; cursor:not-allowed; transform:none !important; }
.btn-sm{ padding:9px 18px; font-size:.8rem; }

.collab-cta-box h3{
  text-transform:uppercase; font-size:clamp(1.9rem,4.2vw,3.1rem); margin-bottom:10px;
  color:var(--text); font-family:var(--font-display);
}
.btn-collab-cta{ max-width:100%; }
@media(max-width:1024px){
  /* safety net: the base .btn rule forces white-space:nowrap + overflow:hidden,
     which silently clips any button label too wide for its container at
     tablet/phone widths (body has overflow-x:hidden, so there's no visible
     scrollbar warning it happened). Current label ("Entrar na comunidade") is
     short and fits fine, but this class is reused as the standing fix if a
     longer label is ever swapped in here again. */
  .btn-collab-cta{
    white-space:normal; text-align:center; line-height:1.4; padding:16px 24px;
  }
}
@media(max-width:480px){
  .btn-collab-cta{ font-size:.82rem; padding:14px 18px; }
}

/* ---------- header ---------- */
.site-header{
  position:fixed; top:0; left:0; right:0; z-index:1000;
  padding:16px 0; transition:background .3s ease, padding .3s ease, backdrop-filter .3s ease, border-color .3s ease, box-shadow .3s ease, transform .35s ease;
  border-bottom:1px solid transparent;
  background:linear-gradient(180deg, rgba(6,3,10,.32), rgba(6,3,10,.1));
  backdrop-filter:blur(8px); -webkit-backdrop-filter:blur(8px);
}
.site-header.nav-hidden{ transform:translateY(-100%); }
.site-header.scrolled{
  background:rgba(8,5,14,.5); backdrop-filter:blur(14px); -webkit-backdrop-filter:blur(14px);
  padding:11px 0; border-color:var(--border); box-shadow:0 8px 30px rgba(0,0,0,.35);
}
.site-header .header-stack{ display:flex; flex-direction:column; align-items:center; gap:14px; max-width:1360px; position:relative; }
.logo{ font-family:var(--font-script); font-size:1.55rem; display:flex; align-items:center; gap:7px; flex-shrink:0; white-space:nowrap; }
.header-dash{ width:52px; height:2px; border-radius:2px; background:var(--grad-brazil); opacity:.7; }
.logo img{ height:46px; width:auto; display:block; }
.logo .lp{ background:var(--grad-main); -webkit-background-clip:text; background-clip:text; color:transparent; }
.logo .lb{ font-family:var(--font-display); font-size:.6rem; letter-spacing:.28em; text-transform:uppercase; }
.logo .lb span{ font-style:normal; }
.logo .lb .c1{ color:#FFD166; }
.logo .lb .c2{ color:#9DCB8C; }
.logo .lb .c3{ color:#7FB6D9; }
.logo .lb .c4{ color:#3D8FE0; }
.logo .lb .c5{ color:#2FC2AE; }
.logo .lb .c6{ color:#3CB25B; }
.logo small{ font-family:var(--font-body); font-size:.6rem; letter-spacing:.3em; color:var(--muted-2); }

.main-nav{
  position:fixed; top:0; right:0; height:100vh; height:100dvh; width:78%; max-width:320px;
  background:#0c0714;
  display:flex; flex-direction:column; justify-content:center; align-items:flex-start; gap:26px; padding:40px;
  transform:translateX(100%); transition:transform .3s ease; z-index:1100; border-left:1px solid var(--border);
}
.main-nav::before{
  content:''; position:absolute; inset:0; z-index:-2;
  background-color:#0c0714;
  background-image:url('../images/crowd/crowd-26-disco-ball-vertical-hero.jpg');
  background-position:center; background-size:cover; background-repeat:no-repeat;
}
.main-nav::after{
  content:''; position:absolute; inset:0; z-index:-1;
  background:linear-gradient(180deg, rgba(12,7,20,.35), rgba(12,7,20,.55) 55%, rgba(12,7,20,.82));
}
body.menu-open .main-nav{ transform:translateX(0); }
.main-nav a{
  font-size:1.05rem; font-weight:700; letter-spacing:.04em; text-transform:uppercase; color:var(--muted); white-space:nowrap;
  position:relative; padding:4px 0; transition:color .2s ease; text-shadow:0 2px 8px rgba(0,0,0,.7);
}
.main-nav a:hover, .main-nav a.active{ color:var(--text); }
.main-nav a.active::after{
  content:''; position:absolute; left:0; right:0; bottom:-6px; height:2px; background:var(--grad-main); border-radius:2px;
}
/* Phones and tablets: white menu text with a strong dark glow so it stays readable over the photo backdrop */
@media(max-width:1024px){
  .main-nav a{ color:#fff; text-shadow:0 2px 10px rgba(0,0,0,.85), 0 0 20px rgba(0,0,0,.55); }
  .main-nav a:hover, .main-nav a.active{ color:#fff; }
}
/* Desktop only: reveal a BRAZIL-gradient underline on hover — no permanent/fixed line for any link, including the active page */
@media(min-width:1025px){
  .main-nav a::after{
    content:''; position:absolute; left:0; right:0; bottom:-6px; height:2px; border-radius:2px;
    background:var(--grad-brazil); transform:scaleX(0); transform-origin:left; transition:transform .25s ease;
  }
  .main-nav a.active::after{ transform:scaleX(0); background:var(--grad-brazil); }
  .main-nav a:hover::after{ transform:scaleX(1); }
}

/* ---------- header corners: hamburger top-left, language + CTA top-right ---------- */
.header-actions{
  position:absolute; top:50%; right:0; transform:translateY(-50%);
  display:flex; align-items:center; gap:12px; flex-shrink:0;
}
.header-left{
  position:absolute; top:50%; left:0; transform:translateY(-50%);
  display:flex; align-items:center; gap:12px; flex-shrink:0;
}
.lang-switch{
  display:flex; align-items:center; gap:10px;
  background:rgba(18,12,28,.92); border:1px solid var(--border); border-radius:100px; padding:8px 10px 8px 18px;
  transition:transform .2s ease;
}
.lang-switch:hover{ transform:translateY(-2px); }
.lang-select-label{
  font-size:.62rem; font-weight:700; letter-spacing:.05em; text-transform:uppercase; color:var(--muted); white-space:nowrap;
}
.lang-dropdown{
  appearance:none; -webkit-appearance:none; background:var(--grad-main) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='white'%3E%3Cpath d='M5.5 7.5l4.5 4.5 4.5-4.5' stroke='white' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 6px center/10px;
  color:#fff; border:none; border-radius:100px; font-size:.72rem; font-weight:700; letter-spacing:.02em;
  padding:7px 18px 7px 10px; width:auto; max-width:60px; min-width:0; text-align:left; cursor:pointer;
}
.lang-dropdown:focus{ outline:2px solid var(--pink); outline-offset:2px; }
@media(max-width:760px){
  .header-left{ gap:8px; }
  .lang-select-label{ display:none; }
  /* sizing for the pill itself lives in the Responsive section below, next
     to the other tablet/mobile header overrides, so there's one place to
     tune it instead of two competing rules. */
}

/* Google Website Translator: keep the engine, hide its default chrome */
#google_translate_element{ position:absolute; width:1px; height:1px; overflow:hidden; opacity:0; pointer-events:none; }
.goog-te-banner-frame{ display:none !important; }
body{ top:0 !important; }
.goog-te-gadget{ height:0; overflow:hidden; }
.goog-tooltip, .goog-tooltip:hover{ display:none !important; }
.goog-text-highlight{ background:none !important; box-shadow:none !important; }

.menu-toggle{
  position:relative; display:flex; flex-direction:column; gap:5px; background:none; border:none; padding:6px; z-index:1200;
}
.menu-toggle span{ width:24px; height:2px; background:var(--text); border-radius:2px; transition:transform .25s ease, opacity .25s ease; }
body.menu-open .menu-toggle span:nth-child(1){ transform:translateY(7px) rotate(45deg); }
body.menu-open .menu-toggle span:nth-child(2){ opacity:0; }
body.menu-open .menu-toggle span:nth-child(3){ transform:translateY(-7px) rotate(-45deg); }

/* ---------- desktop nav: on wide screens the header is clean enough (logo +
   language pill only) to show the real nav links directly, in their own row
   below the logo, instead of hiding them behind the hamburger drawer. The
   hamburger/slide-out drawer stays completely untouched below this width, so
   tablet and mobile behavior is unaffected. ---------- */
@media(min-width:1025px){
  .header-left{ display:none; }
  .main-nav{
    position:static; transform:none; height:auto; width:auto; max-width:none;
    background:none; border-left:none; z-index:auto; padding:0; margin-top:16px;
    flex-direction:row; flex-wrap:wrap; justify-content:center; align-items:center; gap:30px;
  }
  .main-nav a{ font-size:.82rem; letter-spacing:.03em; }
  .site-header.scrolled .main-nav{ margin-top:10px; }
  .main-nav::before, .main-nav::after{ content:none; display:none; }
}

/* ---------- hero ---------- */
.hero{ padding:190px 0 130px; position:relative; overflow:hidden; min-height:92vh; display:flex; align-items:center; }
.hero-slideshow{ position:absolute; inset:0; z-index:0; }
.hero-slide{
  position:absolute; inset:0; background-size:cover; background-repeat:no-repeat;
  opacity:0; transition:opacity 1.8s ease;
}
.hero-slide.active{ opacity:1; }
.hero-slide:nth-child(1){ background-position:center center; }
/* Lighter at the top so the discoball stays visible, darkening only lower where the text sits */
.hero-overlay{
  position:absolute; inset:0; z-index:1; pointer-events:none;
  background:linear-gradient(180deg, rgba(6,3,8,.22) 0%, rgba(6,3,8,.4) 45%, rgba(6,3,8,.82) 82%, var(--bg) 100%);
}
.hero .container{ position:relative; z-index:3; max-width:900px; }
.hero h1{ margin-bottom:22px; line-height:1.22; }
.hero .subtitle{ font-size:1.15rem; color:var(--muted); max-width:640px; margin-bottom:38px; }
.hero-ctas{ display:flex; gap:16px; flex-wrap:wrap; align-items:center; }
/* obrigado.html's standalone thank-you hero: needs more top padding than the
   home hero (no slideshow/overlay behind it, just centered text), but that
   extra padding must shrink on mobile the same way the base .hero rule does
   below — an inline style used to hardcode padding-top:220px, which (being
   inline) always beat the ≤760px media override that tightens .hero's
   padding, wasting a huge chunk of a small phone's screen before any content
   appeared. A dedicated class lets its own mobile rule win instead. */
.thanks-hero{ padding-top:220px; }
@media(max-width:760px){ .thanks-hero{ padding-top:140px; } }

.page-hero{ padding:170px 0 70px; }
.page-hero .section-head{ margin-bottom:0; }
.timeline-hero-bright h1, .timeline-hero-bright .section-head p, .timeline-hero-bright .eyebrow{
  filter:drop-shadow(0 2px 10px rgba(0,0,0,.85)) drop-shadow(0 1px 3px rgba(0,0,0,.9));
}
.timeline-hero-bright .timeline-stats .pill{ background:rgba(10,6,15,.9); backdrop-filter:blur(2px); }

/* ---------- pillars / cards ---------- */
.pillars-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.pillar-card{
  background:var(--card); border:1px solid var(--border); border-radius:var(--radius);
  padding:30px 26px; position:relative; overflow:hidden;
  transition:transform .35s cubic-bezier(.2,.9,.3,1.3), border-color .3s ease, box-shadow .35s ease;
  text-align:center;
}
.pillar-card::before{
  content:''; position:absolute; top:0; left:0; width:100%; height:3px; background:var(--grad-main);
  transform:scaleX(0); transform-origin:left; transition:transform .3s ease;
}
.pillar-card:nth-child(even)::before{ background:var(--grad-brazil); }
.pillar-card:hover{
  transform:translateY(-8px) scale(1.03); border-color:rgba(255,255,255,.25);
  box-shadow:0 20px 44px rgba(255,46,209,.18);
}
.pillar-card:hover::before{ transform:scaleX(1); }
.pillar-icon{
  width:56px; height:56px; border-radius:50%; background:var(--grad-main); display:flex; align-items:center;
  justify-content:center; margin:0 auto 16px;
  transition:transform .4s cubic-bezier(.34,1.56,.64,1), box-shadow .35s ease;
}
.pillar-card:hover .pillar-icon{ transform:scale(1.2) rotate(-6deg); box-shadow:0 10px 26px rgba(255,46,209,.55); }
.pillar-card h3{ margin-bottom:10px; text-transform:uppercase; font-size:1.15rem; transition:color .25s ease; }
.pillar-card:hover h3{ color:var(--pink); }
.pillar-card p{ color:var(--muted); font-size:.94rem; margin:0; }

/* ---------- split-card: shared pattern for "Sobre" and "Manifesto"
   (one bordered card; text sits on a solid background, photo lives in its
   own contained panel — no text ever overlaps the photo, no scrim needed) ---------- */
.split-card{
  display:grid; grid-template-columns:1.05fr .95fr; align-items:stretch;
  border-radius:28px; overflow:hidden; background:var(--card); border:1px solid var(--border);
  box-shadow:0 24px 60px rgba(0,0,0,.3);
}
.split-copy{ padding:56px; display:flex; flex-direction:column; justify-content:center; }
.split-copy .eyebrow{ margin-bottom:14px; }
.split-copy h2{ margin-bottom:22px; }
.split-copy p{ color:var(--muted); font-size:1.05rem; }
.split-photo{ position:relative; min-height:380px; overflow:hidden; width:100%; justify-self:stretch; }
.split-photo-img{ position:absolute; inset:0; background-size:cover; background-repeat:no-repeat; }
.split-photo::after{ content:''; position:absolute; inset:0; pointer-events:none; z-index:1; }
.split-photo.fade-left::after{ background:linear-gradient(90deg, var(--card) 0%, rgba(18,12,28,.75) 25%, rgba(18,12,28,.25) 50%, rgba(18,12,28,0) 78%); }
.split-photo.fade-right::after{ background:linear-gradient(270deg, var(--card) 0%, rgba(18,12,28,.75) 25%, rgba(18,12,28,.25) 50%, rgba(18,12,28,0) 78%); }
.split-photo.fade-narrow::after{ background:linear-gradient(90deg, var(--card) 0%, rgba(18,12,28,0) 25%); }
.split-photo.fade-right.fade-narrow::after{ background:linear-gradient(270deg, var(--card) 0%, rgba(18,12,28,0) 25%); }
.manifesto .split-card{ grid-template-columns:.95fr 1.05fr; }
.about-title-pink{ color:var(--pink) !important; margin-bottom:22px; }
.about-dash{ display:block; width:44px; height:4px; border-radius:2px; background:var(--grad-brazil); margin-bottom:18px; }
.about-statement{
  font-family:var(--font-display); text-transform:uppercase; font-weight:400;
  font-size:clamp(1.2rem,1.8vw,1.5rem); line-height:1.28; letter-spacing:.2px;
  color:#fff !important; margin-top:20px !important;
}
.about-statement .accent{ color:var(--lilac); }
.about-caption-text{ margin-top:20px !important; }
@media(max-width:900px){
  .split-card, .manifesto .split-card{ grid-template-columns:1fr; }
  .split-copy{ padding:36px 24px; }
  .split-photo{ min-height:300px; order:-1; width:100%; }
  /* stacked layout: photo sits above the text now, so a horizontal
     left/right fade reads as a stray dark bar down one side. Switch
     to a bottom-edge fade that blends into the text panel below. */
  .split-photo.fade-left::after, .split-photo.fade-right::after,
  .split-photo.fade-left.fade-narrow::after, .split-photo.fade-right.fade-narrow::after{
    background:linear-gradient(180deg, rgba(18,12,28,0) 65%, var(--card) 100%);
  }
}

/* ---------- collapsible "read more" text ---------- */
/* grid-auto-rows (not just grid-template-rows) must also collapse to 0fr:
   grid-template-rows only sizes the first EXPLICIT row, so a .more-collapse
   wrapping more than one <p> (multiple grid items => implicit rows) would
   otherwise leave every paragraph past the first at its natural "auto"
   height while merely invisible (opacity:0) — a hidden block that still
   reserves all that vertical space, reading as a big blank gap. */
.more-collapse{ display:grid; grid-template-rows:0fr; grid-auto-rows:0fr; opacity:0; transition:grid-template-rows .45s ease, grid-auto-rows .45s ease, opacity .35s ease; }
.more-collapse > p{ overflow:hidden; margin:0; }
.more-collapse.open{ grid-template-rows:1fr; grid-auto-rows:1fr; opacity:1; }
/* when a collapse needs MULTIPLE paragraphs, group them under one
   .more-collapse-inner wrapper instead of leaving each <p> as its own grid
   item: animating several independent 0fr/1fr rows at once produces
   inconsistent per-row sizing (extra blank space between some paragraphs)
   because `fr` track sizing isn't reliably animatable per-track. A single
   wrapper keeps the collapse trick to exactly one grid item (the proven,
   working case), with normal margins for spacing between the paragraphs inside. */
.more-collapse > .more-collapse-inner{ overflow:hidden; }
.more-collapse-inner > p{ margin:0; }
.more-collapse-inner > p + p{ margin-top:20px; }
.more-collapse.open > .more-collapse-inner{ margin-top:20px; }
.more-collapse.open > p{ margin-top:20px; }
.more-toggle{
  display:inline-flex; align-items:center; gap:6px; background:none; border:none;
  color:var(--gold); border-radius:0; padding:0; font-size:.82rem; font-weight:600;
  text-transform:none; letter-spacing:normal; margin-top:18px; cursor:pointer; text-decoration:none; transition:opacity .2s ease;
}
.more-toggle:hover{ color:var(--gold); opacity:.85; text-decoration:underline; }

.manifesto{ position:relative; }
.cards-flow{ padding-top:0; padding-bottom:0; }
.cards-flow .split-card{ margin-bottom:14px; }
.cards-flow:last-of-type .split-card{ margin-bottom:0; }

/* ---------- featured "next event" card: photo lives in its own panel
   flush against the left edge (cover-cropped, no letterboxing), text
   sits in the right column on the plain page background — so the photo
   and the copy never physically overlap, and no text ever sits over
   the people in the photo. ---------- */
.event-photo-section{ position:relative; padding:88px 0; overflow:hidden; }
.event-photo-panel{
  position:absolute; top:0; left:0; bottom:0; width:56%;
  background-size:cover; background-repeat:no-repeat;
}
.event-photo-panel::after{
  content:''; position:absolute; inset:0;
  background:
    linear-gradient(270deg, var(--bg) 0%, rgba(6,3,10,0) 30%),
    linear-gradient(180deg, var(--bg) 0%, rgba(6,3,10,0) 16%, rgba(6,3,10,0) 84%, var(--bg) 100%);
}
.event-photo-section .container{ position:relative; z-index:1; }
.event-head{ max-width:560px; margin-left:auto; }
@media(max-width:900px){
  .event-photo-section{ padding-top:0; }
  .event-photo-panel{
    position:relative; width:100%; height:340px; margin-bottom:32px;
  }
  .event-photo-panel::after{
    background:linear-gradient(180deg, var(--bg) 0%, rgba(6,3,10,0) 18%, rgba(6,3,10,0) 68%, var(--bg) 100%);
  }
  .event-head{ margin-left:0; }
}
.event-head .event-details{ color:#fff !important; font-weight:600; }
.event-head .more-collapse > p{ color:var(--muted); font-size:1.05rem; }
.event-name-emphasis{ font-size:1.3em; font-weight:800; color:#fff; }
.event-name-brand{
  background:var(--grad-main); -webkit-background-clip:text; background-clip:text; color:transparent;
}
/* Chile-flag-toned gradient text, same technique as .grad-text-brazil */
.grad-text-chile{
  background:var(--grad-chile); -webkit-background-clip:text; background-clip:text; color:transparent;
}
/* Austria-flag-toned gradient text, same technique as .grad-text-chile */
.grad-text-austria{
  background:var(--grad-austria); -webkit-background-clip:text; background-clip:text; color:transparent;
}
/* long CTA label needs to wrap instead of overflow at narrower widths,
   same safety-net pattern used for other long-label buttons site-wide. */
.event-cta{ margin-top:22px; }
@media(max-width:1024px){
  .event-cta{ white-space:normal; text-align:center; line-height:1.4; }
}

/* elegant title entrance: soft upward drift + gentle scale, distinct from the generic .reveal fade */
.title-pop{
  opacity:0; transform:translateY(16px) scale(.95);
  transition:opacity 1s cubic-bezier(.16,1,.3,1), transform 1s cubic-bezier(.16,1,.3,1);
}
.title-pop.in{ opacity:1; transform:translateY(0) scale(1); }

/* ---------- stats ---------- */
.stats-grid{ display:flex; flex-wrap:wrap; justify-content:center; gap:18px; text-align:center; }
.stat-card{ background:var(--card); border:1px solid var(--border); border-radius:var(--radius); padding:34px 14px; flex:1 1 140px; max-width:220px; }
.stat-num{
  font-family:var(--font-display); font-size:clamp(2rem,4vw,2.7rem); color:var(--pink);
}
.stat-label{ font-size:.8rem; color:#fff; font-weight:700; margin-top:8px; text-transform:uppercase; letter-spacing:.05em; }

/* ---------- teaser rows ---------- */
.teaser{ display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; }
.teaser.reverse .teaser-media{ order:2; }
.teaser-media{
  position:relative; border-radius:24px; overflow:hidden; aspect-ratio:4/3; border:1px solid var(--border);
}
.teaser-media img{ width:100%; height:100%; object-fit:cover; }
.teaser-media::after{ content:''; position:absolute; inset:0; background:linear-gradient(180deg,transparent 40%,rgba(6,3,8,.7)); }
.teaser-text h2{ margin-bottom:16px; }
.teaser-text p{ color:var(--muted); font-size:1.05rem; }

/* ---------- farewell banner ---------- */
.farewell{
  background:var(--card-2); border-top:1px solid var(--border); border-bottom:1px solid var(--border);
  text-align:center; padding:90px 0;
}
.farewell .section-head{ margin:0 auto 26px; }
.farewell p{ color:var(--muted); max-width:760px; margin:0 auto 26px; text-align:center; }
.farewell .closing{ font-family:var(--font-display); font-size:clamp(1.3rem,2.6vw,1.9rem); color:var(--gold); text-transform:uppercase; }
.farewell-textbox{
  background:rgba(4,2,8,.55); border:1px solid rgba(255,255,255,.08); border-radius:24px;
  padding:44px 48px; max-width:820px; margin:0 auto; backdrop-filter:blur(3px);
}

/* ---------- footer ---------- */
.site-footer{ background:#050208; border-top:1px solid var(--border); padding:70px 0 26px; }
.footer-grid{ display:grid; grid-template-columns:1fr 1fr 1.2fr; gap:40px; margin-bottom:50px; }
.footer-grid h4{ font-family:var(--font-body); font-size:.85rem; letter-spacing:.1em; text-transform:uppercase; color:var(--text); margin-bottom:18px; font-weight:700; }
.footer-grid p{ color:var(--muted-2); font-size:.92rem; }
.footer-nav a, .footer-contact a{ display:block; color:var(--muted); font-size:.92rem; padding:6px 0; transition:color .2s; }
.footer-contact a{ display:flex; align-items:center; gap:10px; }
.footer-contact a svg{ flex-shrink:0; color:var(--pink); opacity:.9; }
.footer-contact a svg.ic-wa{ color:#25D366; }
.footer-nav a:hover, .footer-contact a:hover{ color:var(--pink); }
.newsletter-form{ display:flex; gap:0; margin-top:6px; border:1px solid var(--border); border-radius:100px; overflow:hidden; background:rgba(255,255,255,.04); }
.newsletter-form input{ flex:1; background:none; border:none; padding:13px 18px; color:var(--text); outline:none; }
.newsletter-form button{ background:var(--grad-main); border:none; color:#fff; padding:0 20px; font-weight:600; font-size:.85rem; text-transform:uppercase; letter-spacing:.03em; }
.newsletter-thanks{ margin-top:6px; padding:13px 18px; border-radius:100px; border:1px solid var(--border); background:rgba(255,255,255,.04); color:var(--text); font-size:.9rem; font-weight:600; }
.footer-bottom{ border-top:1px solid var(--border); padding-top:24px; display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; color:var(--muted-2); font-size:.8rem; }

/* ---------- whatsapp float ---------- */
.wa-float{
  position:fixed; right:22px; bottom:22px; z-index:900; width:58px; height:58px; border-radius:50%;
  background:#25D366; display:flex; align-items:center; justify-content:center; box-shadow:0 10px 28px rgba(0,0,0,.4);
  transition:transform .2s ease;
}
.wa-float:hover{ transform:scale(1.08); }
.share-float{
  position:fixed; right:22px; bottom:92px; z-index:900; width:58px; height:58px; border-radius:50%;
  background:var(--grad-main); display:flex; align-items:center; justify-content:center; box-shadow:0 10px 28px rgba(0,0,0,.4);
  transition:transform .2s ease; border:none; padding:0; cursor:pointer;
}
.share-float:hover{ transform:scale(1.08); }
.share-float::after{
  content:''; position:absolute; right:calc(100% + 12px); top:50%; transform:translateY(-50%);
  background:var(--card); border:1px solid var(--border); color:var(--text); font-size:.78rem; font-weight:600;
  padding:7px 14px; border-radius:100px; white-space:nowrap; opacity:0; pointer-events:none;
  transition:opacity .2s ease; box-shadow:0 6px 18px rgba(0,0,0,.35);
}
.share-float.copied::after{ content:'Link copiado!'; opacity:1; }
.spotify-icon-float{
  position:fixed; right:22px; bottom:162px; z-index:900; width:58px; height:58px; border-radius:50%;
  background:#1DB954; display:flex; align-items:center; justify-content:center; box-shadow:0 10px 28px rgba(0,0,0,.4);
  transition:transform .2s ease;
}
.spotify-icon-float:hover{ transform:scale(1.08); }
.back-top{
  position:fixed; right:22px; bottom:232px; z-index:900; width:46px; height:46px; border-radius:50%;
  background:var(--card); border:1px solid var(--border); display:flex; align-items:center; justify-content:center;
  opacity:0; pointer-events:none; transition:opacity .25s ease, transform .2s ease;
}
.back-top.show{ opacity:1; pointer-events:auto; }
.back-top:hover{ transform:translateY(-3px); border-color:var(--pink); }
@media(max-width:760px){
  .wa-float{ right:14px; bottom:14px; width:50px; height:50px; }
  .share-float{ right:14px; bottom:78px; width:50px; height:50px; }
  .spotify-icon-float{ right:14px; bottom:142px; width:50px; height:50px; }
  .back-top{ right:14px; bottom:206px; }
}
/* the wa/share/spotify/back-top buttons are fixed to the bottom-right corner
   of the viewport, so on tablet/mobile (where the footer columns stack full
   width) they can sit on top of the newsletter text, input and button.
   Reserve a clear right-hand column on that block so nothing ever sits
   underneath the floating icons. */
@media(max-width:1024px){
  .footer-newsletter{ padding-right:88px; }
}
@media(max-width:760px){
  .footer-newsletter{ padding-right:78px; }
}
/* CSS Grid items default to min-width:auto, which lets long unbreakable
   content (the newsletter form, an email address, etc.) force the grid
   track itself wider than the viewport — the actual cause of the
   newsletter block, its copy and its button being clipped off the right
   edge by body's overflow-x:hidden. min-width:0 lets each column shrink
   to fit instead of blowing out the layout. */
.footer-grid > *{ min-width:0; }
.newsletter-form input{ min-width:0; }
.spotify-embed{ max-width:760px; margin:0 auto; border-radius:16px; overflow:hidden; }
.spotify-embed iframe{ display:block; width:100%; border:none; }

/* ---------- reveal ---------- */
.reveal{ opacity:0; transform:translateY(28px); transition:opacity .7s ease, transform .7s ease; }
.reveal.in{ opacity:1; transform:none; }
.reveal-delay-1{ transition-delay:.08s; } .reveal-delay-2{ transition-delay:.16s; } .reveal-delay-3{ transition-delay:.24s; }
.reveal-delay-4{ transition-delay:.32s; } .reveal-delay-5{ transition-delay:.4s; }

/* ---------- testimonials ---------- */
.testimonials-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:8px; }
.testimonial-card{
  background:var(--card); border:1px solid var(--border); border-radius:20px; padding:30px 26px;
  display:flex; flex-direction:column; gap:16px; position:relative; overflow:hidden;
  transition:transform .25s ease, border-color .25s ease;
}
.testimonial-card:hover{ transform:translateY(-4px); border-color:rgba(255,255,255,.2); }
.testimonial-card::before{
  content:''; position:absolute; top:0; left:0; width:100%; height:3px; background:var(--grad-main);
  transform:scaleX(0); transform-origin:left; transition:transform .3s ease;
}
.testimonial-card:hover::before{ transform:scaleX(1); }
.testimonial-stars{ display:flex; gap:3px; color:var(--gold); font-size:.95rem; letter-spacing:2px; }
.testimonial-quote{ color:var(--text); font-size:1rem; line-height:1.65; flex:1; margin:0; text-align:left; }
.testimonial-quote .word{
  display:inline-block; opacity:0; filter:blur(5px); transform:translateY(8px) scale(.98);
  transition:opacity .55s ease, filter .55s ease, transform .55s ease;
}
.testimonial-quote .word.in{ opacity:1; filter:blur(0); transform:translateY(0) scale(1); }
.testimonial-name{ color:var(--pink); font-weight:700; font-size:.92rem; text-transform:none; }
.testimonial-name-link{ text-decoration:none; cursor:pointer; transition:opacity .2s ease; }
.testimonial-name-link:hover{ opacity:.75; text-decoration:underline; }
.testimonial-readmore{
  align-self:flex-start; background:none; border:none; padding:0; margin:-6px 0 2px;
  color:var(--gold); font-weight:600; font-size:.82rem; cursor:pointer; text-decoration:none;
}
.testimonial-readmore:hover{ text-decoration:underline; }
.testimonial-context{ color:var(--muted-2); font-size:.76rem; text-transform:uppercase; letter-spacing:.05em; margin-top:-10px; }
.testimonial-card.has-avatar{ padding-right:76px; }
.testimonial-avatar{
  position:absolute; top:22px; right:22px; width:46px; height:46px; border-radius:50%; overflow:hidden;
  border:2px solid rgba(255,255,255,.18); box-shadow:0 4px 14px rgba(0,0,0,.35); flex-shrink:0;
  cursor:pointer; transition:transform .2s ease, border-color .2s ease;
}
.testimonial-avatar:hover, .testimonial-avatar:focus-visible{ transform:scale(1.1); border-color:var(--pink); outline:none; }
.testimonial-avatar img{ width:100%; height:100%; object-fit:cover; display:block; }
@media(max-width:760px){
  .testimonial-card.has-avatar{ padding-right:26px; }
  .testimonial-avatar{ position:static; margin-bottom:-6px; }
}

/* ---------- testimonials carousel ---------- */
.testimonials-carousel{ display:flex; align-items:center; gap:14px; max-width:1160px; margin:8px auto 0; }
.testimonials-viewport{ flex:1; min-width:0; overflow:hidden; border-radius:20px; }
.tc-track{ display:flex; align-items:stretch; transition:transform .45s cubic-bezier(.16,1,.3,1); }
.tc-slide{
  flex:0 0 100%; min-width:0; display:grid; grid-template-columns:repeat(3,1fr); gap:22px; align-items:stretch;
}
.tc-slide .testimonial-card{ min-height:190px; margin:0; }
.tc-track .testimonial-card:hover{ transform:none; }
.tc-nav{
  flex-shrink:0; width:42px; height:42px; border-radius:50%; background:rgba(10,6,15,.7);
  border:1px solid var(--border); color:#fff; display:flex; align-items:center; justify-content:center;
  font-size:1rem; transition:background .2s ease, border-color .2s ease, transform .2s ease;
}
.tc-nav:hover{ border-color:var(--pink); background:rgba(255,46,209,.15); transform:scale(1.06); }
.tc-dots{ display:flex; justify-content:center; gap:8px; margin-top:20px; }
.tc-dots button{
  width:8px; height:8px; border-radius:50%; background:var(--border); border:none; padding:0; transition:all .25s ease;
}
.tc-dots button.active{ background:var(--pink); width:24px; border-radius:5px; }
@media(max-width:1024px){
  .tc-slide{ grid-template-columns:repeat(2,1fr); }
}
@media(max-width:760px){
  .tc-slide{ grid-template-columns:1fr; }
}
@media(max-width:640px){
  .testimonials-carousel{ gap:8px; }
  .tc-nav{ width:36px; height:36px; }
}

/* ==========================================================================
   Services page
   ========================================================================== */
.chip-grid{ display:flex; flex-wrap:wrap; justify-content:center; gap:14px; }
.chip{
  display:flex; align-items:center; justify-content:center; text-align:center; gap:12px; background:var(--card); border:1px solid var(--border);
  border-radius:14px; padding:16px 18px; font-size:.92rem; font-weight:500; transition:border-color .2s, transform .2s;
  text-transform:uppercase; letter-spacing:.02em;
  flex:1 1 230px; max-width:340px;
}
#venueGrid .chip, #collabFormatsGrid .chip, #coreServicesGrid .chip, #djFormatsGrid .chip, #djChecklist .chip{ font-weight:700; }
.chip:hover{ border-color:var(--pink); transform:translateY(-2px) scale(1.045); }
.chip .ico{ color:var(--green); font-size:1.1rem; flex-shrink:0; }
.chip-clickable{
  width:100%; appearance:none; -webkit-appearance:none; font-family:inherit; color:var(--text); cursor:pointer;
  position:relative; overflow:hidden;
}
.chip-clickable::after{
  content:'+'; position:absolute; right:14px; top:50%; transform:translateY(-50%);
  font-size:1.2rem; font-weight:700; color:var(--pink); transition:color .2s ease, transform .2s ease;
}
.chip-clickable:hover::after{ color:var(--pink); transform:translateY(-50%) rotate(90deg); }

/* ---------- organic chip style: Formatos de Colaboração, Serviços Centrais
   and O que buscamos em uma casa parceira. Left-aligned, airier layout than
   the standard pill chip used elsewhere, still uppercase to match the
   site's chip convention (dj lists keep the original pill treatment). ---------- */
@keyframes chipIcoBreathe{
  0%, 100%{ transform:scale(1); box-shadow:0 0 0 0 rgba(255,46,209,.28); }
  50%{ transform:scale(1.08); box-shadow:0 0 16px 5px rgba(255,46,209,.22); }
}
.chip-grid-organic{ gap:20px; align-items:stretch; }
.chip-grid-organic .chip{
  text-transform:uppercase; letter-spacing:.02em; font-weight:600; font-size:.88rem; line-height:1.45;
  text-align:left; justify-content:flex-start; align-items:center; gap:16px;
  border-radius:20px; padding:20px 44px 20px 20px; border-color:rgba(255,255,255,.09);
  flex:1 1 270px; max-width:380px; box-shadow:0 6px 18px rgba(0,0,0,.14);
  transition:border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.chip-grid-organic .chip:not(.chip-clickable){ padding:20px; }
.chip-grid-organic .chip:hover{
  border-color:var(--pink); transform:translateY(-3px) scale(1.02);
  box-shadow:0 14px 30px rgba(255,46,209,.18);
}
.chip-ico-badge{
  width:38px; height:38px; border-radius:50%; background:var(--grad-main);
  display:flex; align-items:center; justify-content:center; flex-shrink:0;
  animation:chipIcoBreathe 3.4s ease-in-out infinite; transition:transform .35s cubic-bezier(.34,1.56,.64,1), box-shadow .35s ease;
}
.chip-ico-badge svg{ width:19px; height:19px; flex-shrink:0; }
.chip-grid-organic .chip:hover .chip-ico-badge{
  animation-play-state:paused; transform:scale(1.18) rotate(10deg);
  box-shadow:0 0 20px 6px rgba(255,46,209,.4);
}
.chip-organic-text{ text-align:left; }
@media(max-width:760px){
  .chip-grid-organic .chip{ flex-basis:100%; max-width:100%; padding:18px 40px 18px 18px; }
}

/* ---------- chip description modal, with a staggered word-by-word reveal ---------- */
.chip-modal-overlay{
  position:fixed; inset:0; background:rgba(4,2,7,.86); backdrop-filter:blur(8px); -webkit-backdrop-filter:blur(8px);
  z-index:3000; display:flex; align-items:center; justify-content:center; opacity:0; pointer-events:none;
  transition:opacity .3s ease; padding:24px;
}
.chip-modal-overlay.open{ opacity:1; pointer-events:auto; }
.chip-modal{
  background:var(--card); border:1px solid var(--border); border-radius:24px; padding:48px;
  max-width:640px; width:100%; max-height:82vh; overflow-y:auto; position:relative;
  transform:translateY(26px) scale(.96); opacity:0;
  transition:transform .4s cubic-bezier(.16,1,.3,1), opacity .4s ease;
}
.chip-modal-overlay.open .chip-modal{ transform:translateY(0) scale(1); opacity:1; }
.chip-modal-close{
  position:absolute; top:20px; right:22px; color:var(--muted); font-size:1.8rem; line-height:1; background:none; border:none;
  cursor:pointer; transition:color .2s ease, transform .2s ease;
}
.chip-modal-close:hover{ color:var(--pink); transform:rotate(90deg); }
.chip-modal-title{
  font-family:var(--font-display); text-transform:uppercase; font-size:clamp(1.4rem,3vw,2rem);
  background:var(--grad-main); -webkit-background-clip:text; background-clip:text; color:transparent;
  margin-bottom:24px; padding-right:30px;
}
.chip-modal-body{ font-size:1.05rem; line-height:1.75; color:var(--muted); text-align:justify; text-justify:inter-word; }
.chip-modal-body .word{
  display:inline-block; opacity:0; filter:blur(6px); transform:translateY(10px) scale(.98);
  transition:opacity .5s ease, filter .5s ease, transform .5s ease;
}
.chip-modal-body .word.in{ opacity:1; filter:blur(0); transform:translateY(0) scale(1); }
@media(max-width:760px){
  .chip-modal{ padding:32px 24px; }
}

.offer-columns{ display:grid; grid-template-columns:1fr 1fr; gap:26px; }
.offer-card{ background:var(--card); border:1px solid var(--border); border-radius:var(--radius); padding:34px; }
.offer-card h3{ text-transform:none; margin-bottom:18px; color:var(--pink); }
.offer-card ul li{ display:flex; gap:10px; padding:9px 0; border-bottom:1px dashed var(--border); font-size:.94rem; color:var(--muted); }
.offer-card ul li:last-child{ border-bottom:none; }
.offer-card ul li::before{ content:'✓'; color:var(--green); font-weight:700; flex-shrink:0; }

.safety-box{
  border-radius:24px; padding:56px; text-align:center; margin-top:20px;
  background:linear-gradient(135deg, rgba(255,46,209,.12), rgba(106,0,255,.12));
  border:1px solid var(--border);
}
.safety-box h3{ text-transform:uppercase; font-size:clamp(1.3rem,2.6vw,1.9rem); margin-bottom:18px; color:var(--text); font-family:var(--font-display); text-align:center; }
.safety-box p{ color:var(--muted); max-width:760px; margin:0 auto; text-align:justify; text-justify:inter-word; }


.process-steps{ display:grid; grid-template-columns:repeat(6,1fr); gap:12px; counter-reset:step; margin-bottom:50px; }
.process-step{ text-align:center; padding:20px 10px; background:var(--card); border:1px solid var(--border); border-radius:14px; font-size:.82rem; color:var(--muted); text-transform:uppercase; font-weight:700; letter-spacing:.02em; }
.venue-photo .section-head p, .process-photo .section-head p{ color:#fff; }
.process-photo .process-step{ color:#fff; }
.process-step .n{ width:32px; height:32px; border-radius:50%; background:var(--grad-main); color:#fff; display:flex; align-items:center; justify-content:center; margin:0 auto 12px; font-family:var(--font-display); font-size:.95rem; }
.process-cta{ text-align:center; background:var(--card-2); border:1px solid var(--border); border-radius:24px; padding:54px; }
.process-cta p{ color:var(--muted); max-width:520px; margin:0 auto 26px; text-align:center; }

/* ==========================================================================
   Timeline page
   ========================================================================== */
.timeline-stats{ display:flex; gap:14px; flex-wrap:wrap; margin:36px 0 46px; }
.timeline-stats .pill{
  background:var(--card); border:1px solid var(--border); border-radius:100px; padding:10px 20px; font-size:.85rem; color:var(--text);
  text-transform:uppercase; letter-spacing:.02em; transition:transform .2s ease, border-color .2s ease; font-weight:700;
}
.timeline-stats .pill:hover{ transform:scale(1.06); border-color:var(--pink); }
.timeline-stats .pill b{ color:var(--pink); font-family:var(--font-display); font-weight:700; margin-right:6px; }

.year-filters{ display:flex; gap:10px; flex-wrap:wrap; margin-bottom:40px; }
.year-filters button{
  background:var(--card); border:1px solid var(--border); color:var(--muted); padding:10px 22px; border-radius:100px;
  font-weight:600; font-size:.85rem; transition:all .2s ease; text-transform:uppercase; letter-spacing:.02em;
}
.year-filters button.active, .year-filters button:hover{ background:var(--grad-main); color:#fff; border-color:transparent; transform:scale(1.06); }

/* clean vertical timeline */
.timeline-track{ position:relative; max-width:880px; margin:0 auto; padding:10px 0 20px; }
.timeline-track::before{
  content:''; position:absolute; left:50%; top:0; bottom:0; width:2px; background:var(--grad-brazil);
  transform:translateX(-50%); opacity:.5;
}
.tl-item{ position:relative; display:grid; grid-template-columns:1fr 1fr; column-gap:44px; margin-bottom:34px; }
.tl-item .tl-dot{
  position:absolute; left:50%; top:26px; width:12px; height:12px; border-radius:50%;
  background:var(--bg); border:3px solid var(--pink); transform:translateX(-50%); z-index:2;
}
.tl-item .tl-dot.milestone{
  border-color:var(--gold); box-shadow:0 0 0 3px rgba(255,209,102,.18), 0 0 14px rgba(255,209,102,.55);
}
.tl-milestone{
  display:inline-flex; align-items:center; gap:5px; font-size:.62rem; font-weight:700;
  text-transform:uppercase; letter-spacing:.07em; color:var(--gold);
  background:rgba(255,209,102,.1); border:1px solid rgba(255,209,102,.4);
  padding:3px 10px; border-radius:20px; margin-bottom:6px; white-space:nowrap;
}
.modal-body .tl-milestone{ margin-bottom:10px; }
.tl-card{
  display:flex; align-items:center; gap:14px; background:var(--card); border:1px solid var(--border);
  border-radius:16px; padding:12px; cursor:pointer; transition:transform .25s ease, border-color .25s ease;
}
.tl-card:hover{ transform:scale(1.035); border-color:rgba(255,255,255,.28); }
.tl-card .thumb{ width:64px; height:80px; border-radius:10px; overflow:hidden; flex-shrink:0; }
.tl-card .thumb img{ width:100%; height:100%; object-fit:cover; }
.tl-card .info{ min-width:0; }
.tl-card .date{ font-size:.68rem; color:var(--muted-2); text-transform:uppercase; letter-spacing:.06em; margin-bottom:4px; }
.tl-card h4{ font-family:var(--font-body); font-weight:700; font-size:.9rem; text-transform:none; margin-bottom:4px; line-height:1.25; }
.tl-card .venue{ font-size:.78rem; color:var(--muted); }
.tl-item.tl-left .tl-card{ grid-column:1; justify-self:end; flex-direction:row-reverse; text-align:right; }
.tl-item.tl-right .tl-card{ grid-column:2; justify-self:start; }

/* year markers: built into the timeline spine itself, one enlarged, pulsing, color-coded
   node replaces the plain dot at the first event of each year, so 2024/2025/2026 read as
   clearly distinct structural waypoints along the line rather than a separate banner. */
.tl-dot.tl-dot-year{
  width:34px; height:34px; top:8px; border:none; z-index:3;
  display:flex; align-items:center; justify-content:center;
  font-family:var(--font-display); font-weight:400; font-size:.74rem; letter-spacing:.02em;
  color:#fff; text-shadow:0 1px 3px rgba(0,0,0,.5);
  box-shadow:0 0 0 5px var(--bg), 0 8px 20px rgba(0,0,0,.4);
  animation:tlYearPulse 2.8s ease-in-out infinite;
}
.tl-dot.tl-dot-year.y2024{ background:var(--pink); }
.tl-dot.tl-dot-year.y2025{ background:var(--blue); }
.tl-dot.tl-dot-year.y2026{ background:var(--gold); }
.tl-dot.tl-dot-year.y2026{ color:#0A0710; text-shadow:none; }
@keyframes tlYearPulse{
  0%,100%{ box-shadow:0 0 0 5px var(--bg), 0 0 0 0 rgba(255,255,255,0), 0 8px 20px rgba(0,0,0,.4); }
  50%{ box-shadow:0 0 0 5px var(--bg), 0 0 0 9px rgba(255,255,255,.16), 0 8px 20px rgba(0,0,0,.4); }
}
@media(max-width:760px){
  .timeline-track::before{ left:20px; }
  .tl-item{ grid-template-columns:1fr; padding-left:46px; }
  .tl-item .tl-dot{ left:20px; }
  .tl-item.tl-left .tl-card, .tl-item.tl-right .tl-card{
    grid-column:1; justify-self:start; flex-direction:row; text-align:left; width:100%;
  }
  .tl-dot.tl-dot-year{ width:28px; height:28px; top:4px; font-size:.62rem; }
}

/* modal */
.modal-overlay{
  position:fixed; inset:0; background:rgba(4,2,7,.86); backdrop-filter:blur(6px); z-index:2000;
  display:flex; align-items:flex-start; justify-content:center; padding:60px 20px; overflow-y:auto;
  opacity:0; pointer-events:none; transition:opacity .25s ease;
}
.modal-overlay.open{ opacity:1; pointer-events:auto; }
.modal-box{
  background:var(--card); border:1px solid var(--border); border-radius:24px; max-width:900px; width:100%;
  display:grid; grid-template-columns:340px 1fr; overflow:hidden; position:relative;
  transform:translateY(20px); transition:transform .3s ease;
}
.modal-overlay.open .modal-box{ transform:translateY(0); }
.modal-box .modal-img{ aspect-ratio:9/16; overflow:hidden; }
.modal-box .modal-img img{ width:100%; height:100%; object-fit:cover; }
.modal-body{ padding:38px; overflow-y:auto; }
.modal-close{
  position:absolute; top:16px; right:16px; z-index:5; width:38px; height:38px; border-radius:50%;
  background:rgba(6,3,8,.6); border:1px solid var(--border); color:#fff; font-size:1.2rem; display:flex; align-items:center; justify-content:center;
}
.modal-body .date{ color:var(--pink); font-size:.8rem; text-transform:uppercase; letter-spacing:.08em; margin-bottom:10px; font-weight:600; }
.modal-body h3{ text-transform:none; font-size:1.5rem; margin-bottom:16px; }
.modal-meta{ display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-bottom:20px; }
.modal-meta div{ background:rgba(255,255,255,.04); border-radius:10px; padding:12px 14px; }
.modal-meta span{ display:block; font-size:.7rem; text-transform:uppercase; letter-spacing:.06em; color:var(--muted-2); margin-bottom:4px; }
.modal-meta strong{ font-size:.92rem; font-weight:600; }
.modal-body .desc{ color:var(--muted); font-size:.95rem; margin-bottom:0; }
.modal-body .lineup-tags{ display:flex; flex-wrap:wrap; gap:8px; margin-top:6px; }
.modal-body .lineup-tags span{ background:rgba(255,255,255,.06); border:1px solid var(--border); border-radius:100px; padding:5px 12px; font-size:.78rem; }

/* next chapter */
.next-chapter-box{ background:rgba(4,2,8,.95); border:1px solid var(--border); border-radius:24px; padding:56px; margin-top:80px; text-align:center; }
.next-chapter-box p{ color:var(--muted); max-width:760px; margin:0 auto; text-align:justify; text-align-last:center; }

/* ==========================================================================
   DJ Rafa Lima page
   ========================================================================== */
.dj-hero-v2{ position:relative; min-height:88vh; display:flex; align-items:flex-end; overflow:hidden; padding-top:100px; }
.dj-hero-v2-bg{ position:absolute; inset:0; z-index:0; }
.dj-hero-v2-bg img{ width:100%; height:100%; object-fit:cover; object-position:64% 20%; }
.dj-hero-v2-bg::after{
  content:''; position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(6,3,10,.6) 0%, rgba(6,3,10,.25) 35%, rgba(6,3,10,.5) 65%, var(--bg) 100%);
}
.dj-hero-v2-inner{ position:relative; z-index:1; width:100%; max-width:900px; padding-top:30px; padding-bottom:60px; }
.dj-hero-v2-tag{
  color:#fff; font-family:var(--font-display); text-transform:uppercase; font-weight:400;
  font-size:clamp(.8rem,1.3vw,1.05rem); letter-spacing:.02em; max-width:640px; margin:14px 0 0;
}
.dj-hero-v2-title{
  font-family:var(--font-display); text-transform:uppercase; color:var(--pink);
  font-size:clamp(3.4rem,11vw,8.5rem); line-height:.9; margin:14px 0 22px; letter-spacing:.01em;
}
.dj-hero-v2-title span{ display:block; }
.dj-hero-v2-meta p{
  margin:0; font-family:var(--font-display); text-transform:uppercase; font-weight:400;
  font-size:clamp(.9rem,1.7vw,1.15rem); color:#fff; letter-spacing:.01em;
}
.dj-hero-v2-meta .regions{ color:var(--lilac); margin-top:4px; letter-spacing:.06em; }
.dj-hero-v2 .hero-ctas{ margin-top:30px; }
@media(max-width:760px){
  .dj-hero-v2{ min-height:auto; padding-top:110px; }
  .dj-hero-v2-bg img{ object-position:62% 12%; }
  .dj-hero-v2-inner{ padding-bottom:40px; }
}

.dj-hero{ padding:170px 0 70px; }
.dj-hero .container{ display:grid; grid-template-columns:1fr 1.15fr; gap:60px; align-items:center; }
.dj-hero-img{ position:relative; border-radius:26px; overflow:hidden; aspect-ratio:4/5; border:1px solid var(--border); }
.dj-hero-img img{ width:100%; height:100%; object-fit:cover; }
.dj-hero .role{ color:var(--lilac); font-weight:600; font-size:.92rem; margin-top:8px; }
.dj-hero .tagline{ font-size:1.2rem; color:var(--muted); margin-top:14px; }

/* keep the "Sobre DJ Rafa Lima" photo in its natural portrait framing
   (full neon sign + face + crossed arms visible) at every breakpoint,
   instead of a short landscape strip that crops the top or bottom off.
   No min-height:0 here on purpose — a stray unconditional min-height:0
   was winning the cascade over the ≤900px min-height:300px rule (source
   order beats media-query nesting at equal specificity) and could collapse
   the box to nothing if aspect-ratio ever failed to compute. Leaving the
   base/mobile min-height in place means aspect-ratio only ever ADDS height
   on top of it, so the box can never disappear. */
.dj-about-photo{ aspect-ratio:3/4; }
.dj-about-photo .split-photo-img{ background-position:center center; }

.genre-tags{
  margin-top:26px; padding-top:22px; border-top:1px solid rgba(255,255,255,.12);
  text-align:center; line-height:2.1;
}
.genre-tags .wc-word{
  font-family:var(--font-display); text-transform:uppercase; letter-spacing:.02em;
  transition:opacity .2s ease; cursor:default;
}
.genre-tags .wc-word:hover{ opacity:.7; }
.genre-tags .wc-a{ font-size:1.05rem; color:var(--pink); }
.genre-tags .wc-b{ font-size:1.05rem; color:#fff; }
.genre-tags .wc-sep{ display:inline-block; color:var(--pink); opacity:.4; font-size:.5rem; margin:0 12px; vertical-align:middle; }

.dj-keyword-cloud{ text-align:center; margin-top:18px; }
.dj-keyword-cloud .kw-word{
  display:inline-block; text-transform:uppercase; font-weight:700; letter-spacing:.01em; line-height:1.3; vertical-align:middle; transition:opacity .2s ease;
}
.dj-keyword-cloud .kw-word:hover{ opacity:.75; }
.dj-keyword-cloud .kw-white{ color:#fff; }
.dj-keyword-cloud .kw-gold{ color:var(--gold); }
.dj-keyword-cloud .kw-s1{ font-size:.82rem; }
.dj-keyword-cloud .kw-s2{ font-size:1rem; }
.dj-keyword-cloud .kw-s3{ font-size:1.3rem; }
.dj-keyword-cloud .kw-s4{ font-size:1.6rem; }
@media(max-width:760px){
  .dj-keyword-cloud .kw-s4{ font-size:1.35rem; }
  .dj-keyword-cloud .kw-s3{ font-size:1.15rem; }
}

.dj-more-box{ text-align:center; padding:60px 0; }
.dj-more-box h3{ font-size:clamp(1.4rem,3vw,2.1rem); text-transform:none; max-width:800px; margin:0 auto 20px; background:var(--grad-brazil); -webkit-background-clip:text; background-clip:text; color:transparent; font-family:var(--font-display); text-transform:uppercase; }
.dj-more-box p{ color:var(--muted); max-width:680px; margin:0 auto; }

.dj-checklist{ display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-top:30px; }

.journey-track{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; position:relative; margin-top:30px; }
.journey-step{ background:rgba(10,6,15,.55); backdrop-filter:blur(3px); border:1px solid var(--border); border-radius:18px; padding:32px 26px; position:relative; text-align:center; }
.journey-step .flag{ font-family:var(--font-display); font-size:1.6rem; color:var(--gold); margin-bottom:10px; text-transform:uppercase; letter-spacing:.03em; text-align:center; }
.journey-step p{ color:var(--muted); font-size:.92rem; margin:0; text-align:center; }

.gallery-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin-top:20px; }
.gallery-grid figure{ margin:0; border-radius:14px; overflow:hidden; border:1px solid var(--border); aspect-ratio:1/1; cursor:zoom-in; }
.gallery-grid img{ width:100%; height:100%; object-fit:cover; transition:transform .35s ease; }
.gallery-grid figure:hover img{ transform:scale(1.08); }

.booking-cta{ text-align:center; background:linear-gradient(135deg, rgba(255,46,209,.14), rgba(0,229,255,.1)); border:1px solid var(--border); border-radius:24px; padding:60px; }
.booking-cta p{ color:var(--muted); max-width:560px; margin:0 auto 26px; text-align:center; }

/* ==========================================================================
   Press page
   ========================================================================== */
.press-timeline{ position:relative; padding-left:38px; max-width:760px; }
.press-timeline::before{
  content:''; position:absolute; left:10px; top:8px; bottom:8px; width:2px;
  background:linear-gradient(180deg, var(--pink), var(--purple)); opacity:.45;
}
.press-item{ position:relative; padding-bottom:22px; }
.press-item:last-child{ padding-bottom:0; }
.press-item::before{
  content:''; position:absolute; left:-38px; top:26px; width:13px; height:13px; border-radius:50%;
  background:var(--grad-main); box-shadow:0 0 0 4px var(--bg), 0 0 0 5px var(--border);
}
.press-link{
  display:block; background:var(--card); border:1px solid var(--border); border-radius:16px;
  padding:24px 28px; text-decoration:none; transition:transform .22s ease, border-color .22s ease;
}
.press-link:hover{ transform:translateX(6px); border-color:var(--pink); }
.press-date{ color:var(--pink); font-size:.72rem; text-transform:uppercase; letter-spacing:.06em; font-weight:700; }
.press-outlet{ font-family:var(--font-display); font-size:1.15rem; text-transform:uppercase; color:var(--text); margin:6px 0 10px; }
.press-text{ color:#fff; font-size:.94rem; line-height:1.6; margin:0; }
.press-cta{
  display:inline-flex; align-items:center; gap:6px; margin-top:16px; color:var(--pink);
  font-size:.78rem; font-weight:700; text-transform:uppercase; letter-spacing:.04em;
}
.press-cta svg{ transition:transform .22s ease; }
.press-link:hover .press-cta svg{ transform:translateX(4px); }
@media(max-width:760px){
  .press-timeline{ padding-left:28px; }
  .press-item::before{ left:-28px; }
  .press-link{ padding:20px 20px; }
}

.collab-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:20px; }
.collab-card{ background:var(--card); border:1px solid var(--border); border-radius:18px; overflow:hidden; transition:transform .25s ease, border-color .25s ease; }
.collab-card:hover{ transform:translateY(-4px); border-color:rgba(255,255,255,.2); }
.collab-card-photo{ height:220px; background-size:cover; background-repeat:no-repeat; }
.collab-card-photo-zoomable{ position:relative; cursor:zoom-in; }
.collab-zoom-hint{
  position:absolute; inset:0; display:flex; align-items:center; justify-content:center;
  background:rgba(0,0,0,0); opacity:0; transition:opacity .3s ease, background .3s ease;
}
.collab-zoom-hint svg{
  color:#fff; transform:scale(.5);
  transition:transform .4s cubic-bezier(.34,1.56,.64,1);
  filter:drop-shadow(0 2px 6px rgba(0,0,0,.7));
}
.collab-card-photo-zoomable:hover .collab-zoom-hint,
.collab-card-photo-zoomable:focus-visible .collab-zoom-hint{ opacity:1; background:rgba(0,0,0,.32); }
.collab-card-photo-zoomable:hover .collab-zoom-hint svg,
.collab-card-photo-zoomable:focus-visible .collab-zoom-hint svg{ transform:scale(1.2); }

.lightbox{
  position:fixed; inset:0; z-index:1000; display:flex; align-items:center; justify-content:center;
  background:rgba(4,2,6,.92); backdrop-filter:blur(6px); opacity:0; visibility:hidden; padding:40px;
  transition:opacity .3s ease, visibility 0s linear .3s;
}
.lightbox.is-open{ opacity:1; visibility:visible; transition:opacity .3s ease, visibility 0s linear 0s; }
.lightbox img{
  max-width:min(90vw, 900px); max-height:85vh; object-fit:contain; border-radius:14px;
  box-shadow:0 20px 60px rgba(0,0,0,.6); transform:scale(.94); transition:transform .3s ease;
}
.lightbox.is-open img{ transform:scale(1); }
.lightbox-close{
  position:absolute; top:22px; right:26px; width:44px; height:44px; border-radius:50%;
  background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.2); display:flex; align-items:center; justify-content:center;
  transition:background .2s ease, transform .2s ease;
}
.lightbox-close:hover{ background:var(--grad-main); transform:rotate(90deg); }
@media(max-width:640px){
  .lightbox{ padding:20px; }
  .lightbox-close{ top:14px; right:14px; width:38px; height:38px; }
}
.collab-body{ padding:24px 28px 28px; }
.collab-card h3{ text-transform:uppercase; color:var(--pink); margin-bottom:10px; font-size:1.15rem; }
.collab-card p{ color:var(--muted); font-size:.94rem; margin:0; }
@media(max-width:640px){ .collab-card-photo{ height:180px; } }

.mediakit-grid{ display:grid; grid-template-columns:1fr 1fr; gap:24px; margin-top:8px; }
.mediakit-card{
  background:var(--card); border:1px solid var(--border); border-radius:20px; padding:36px 28px; text-align:center;
  transition:transform .25s ease, border-color .25s ease;
}
.mediakit-card:hover{ transform:translateY(-4px); border-color:rgba(255,255,255,.2); }
.mediakit-icon{
  width:56px; height:56px; border-radius:50%; background:var(--grad-main); display:flex; align-items:center;
  justify-content:center; margin:0 auto 18px;
  transition:transform .4s cubic-bezier(.34,1.56,.64,1), box-shadow .35s ease;
}
.mediakit-card:hover .mediakit-icon{ transform:scale(1.15) rotate(-8deg); box-shadow:0 10px 26px rgba(255,46,209,.5); }
.mediakit-card h3{ text-transform:uppercase; font-size:1.15rem; margin-bottom:20px; color:var(--text); }
.mediakit-downloads{ display:flex; flex-wrap:wrap; justify-content:center; gap:10px; }
.mediakit-btn{
  display:inline-flex; align-items:center; gap:8px; background:rgba(255,255,255,.05); border:1px solid var(--border);
  border-radius:100px; padding:10px 20px; font-size:.82rem; font-weight:600; color:var(--text); text-transform:uppercase;
  transition:border-color .2s ease, color .2s ease, transform .2s ease, background .2s ease;
}
.mediakit-btn:not(.mediakit-btn-soon):hover{ border-color:var(--pink); color:#fff; background:var(--grad-main); transform:translateY(-2px) scale(1.04); }
.mediakit-btn-soon{ opacity:.4; cursor:not-allowed; }
.section-head .mediakit-intro-text{ text-align:justify; text-justify:inter-word; }
@media(max-width:760px){ .mediakit-grid{ grid-template-columns:1fr; } }

.partners-grid{ display:grid; grid-template-columns:repeat(5,1fr); gap:16px; }
.partner-card{ background:var(--card); border:1px solid var(--border); border-radius:16px; padding:26px 16px; text-align:center; transition:transform .2s, border-color .2s; }
.partner-card:hover{ transform:translateY(-4px); border-color:var(--pink); }
.partner-card .p-name{ font-weight:700; font-size:.92rem; margin-bottom:6px; }
.partner-card .p-ig{ color:var(--muted-2); font-size:.78rem; }

.artist-grid{ display:flex; flex-wrap:wrap; justify-content:center; gap:12px; margin-top:20px; }
.artist-chip{
  position:relative; z-index:1; display:flex; align-items:center; gap:12px; background:var(--card); border:1px solid var(--border);
  border-radius:100px; padding:8px 18px 8px 8px; transition:border-color .2s, transform .2s, z-index 0s;
  flex:1 1 210px; max-width:320px;
}
.artist-chip:hover{ border-color:var(--pink); transform:translateY(-3px); z-index:30; }
.a-avatar{
  position:relative; width:44px; height:44px; border-radius:50%; overflow:hidden; flex-shrink:0; border:2px solid var(--border);
  background:var(--grad-main); display:flex; align-items:center; justify-content:center;
  transform-origin:center center; transition:transform .4s cubic-bezier(.3,.7,.3,1), box-shadow .4s ease;
}
.a-avatar img{
  width:100%; height:100%; object-fit:cover; display:block;
  filter:grayscale(1) contrast(1.05); transition:filter .4s ease;
}
.a-avatar .a-initial{ color:#fff; font-family:var(--font-display); font-size:1.05rem; }
/* the dramatic grow-on-hover only makes sense for a real mouse: on touch
   screens :hover can get "stuck" after a tap with no mouseout to clear it,
   leaving a giant avatar floating over neighboring chips. Gate it behind
   a hover+fine-pointer feature query and give touch devices a much smaller,
   press-only (:active) reveal instead, which clears the instant the finger lifts. */
@media (hover:hover) and (pointer:fine){
  .artist-chip:hover .a-avatar{ transform:scale(2.6); box-shadow:0 14px 34px rgba(0,0,0,.5); border-color:var(--pink); }
  .artist-chip:hover .a-avatar img{ filter:grayscale(0) contrast(1); }
}
@media not all and (hover:hover){
  .artist-chip:active .a-avatar{ transform:scale(1.35); box-shadow:0 8px 20px rgba(0,0,0,.45); border-color:var(--pink); }
  .artist-chip:active .a-avatar img{ filter:grayscale(0) contrast(1); }
}
/* Phones and tablets: show partner/artist photos in full color by default
   (grayscale-by-default + hover-to-color only makes sense with a mouse). */
@media(max-width:1024px){
  .a-avatar img{ filter:grayscale(0) contrast(1); }
  .a-avatar{ width:132px; height:132px; } /* 44px base +50% then +100% again */
  .a-avatar .a-initial{ font-size:3.1rem; }
  .a-name{ font-size:2.55rem; white-space:normal; overflow:visible; text-overflow:clip; }
  .a-country{ font-size:2.1rem; white-space:normal; overflow:visible; text-overflow:clip; }
}
.a-info{ display:flex; flex-direction:column; min-width:0; }
.a-name{ font-weight:600; font-size:.85rem; text-transform:uppercase; letter-spacing:.01em; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.a-country{ color:var(--muted-2); font-size:.7rem; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }

.partner-carousel{
  display:flex; align-items:center; justify-content:center; flex-wrap:wrap; gap:26px; margin:24px auto 0;
  padding:10px 6px 6px; width:100%; text-align:center;
}
.partner-logo{
  flex:0 0 auto; width:88px; height:88px; border-radius:50%; overflow:hidden;
  border:2px solid var(--border); transition:border-color .3s ease, transform .3s ease, box-shadow .3s ease;
  display:block;
}
.partner-logo img{ width:100%; height:100%; object-fit:cover; display:block; }
.partner-logo:hover{ border-color:var(--pink); transform:translateY(-4px) scale(1.06); box-shadow:0 10px 24px rgba(255,46,209,.35); }
@media(max-width:760px){
  .partner-carousel{ justify-content:center; gap:18px; }
  .partner-logo{ width:68px; height:68px; }
}

/* ==========================================================================
   Contact page / planner form
   ========================================================================== */
.planner-form{
  background-image:url('../images/design/letterhead-top.png'), url('../images/design/letterhead-bottom.png');
  background-repeat:no-repeat, no-repeat; background-position:top center, bottom center; background-size:100% auto, 100% auto;
  background-color:#fffdfb; border:1px solid rgba(120,90,140,.18); border-radius:24px; padding:90px 50px 220px; color:#2b1f38;
}
.planner-form h2{ color:#3a2350; }
.planner-section{ margin-bottom:36px; padding-bottom:36px; border-bottom:1px solid rgba(120,90,140,.18); }
.planner-section:last-of-type{ border-bottom:none; margin-bottom:0; padding-bottom:0; }
.planner-section h3{ text-transform:uppercase; letter-spacing:.02em; font-size:1.1rem; color:var(--pink); margin-bottom:20px; font-family:var(--font-body); font-weight:700; }
.form-row{ display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-bottom:18px; }
.form-group label{ display:block; font-size:.82rem; color:#6b5a7d; margin-bottom:8px; font-weight:500; }
.form-group input, .form-group select, .form-group textarea{
  width:100%; background:rgba(120,90,150,.05); border:1px solid rgba(120,90,140,.25); border-radius:12px;
  padding:13px 16px; color:#2b1f38; outline:none; transition:border-color .2s ease;
}
.form-group input::placeholder, .form-group textarea::placeholder{ color:#a599b5; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus{ border-color:var(--pink); }
.form-group textarea{ min-height:110px; resize:vertical; }
.checkbox-grid{ display:flex; flex-wrap:wrap; gap:12px; }
.checkbox-pill{ position:relative; flex:1 1 180px; max-width:260px; }
.checkbox-pill input{ position:absolute; opacity:0; }
.checkbox-pill label{
  display:flex; align-items:center; justify-content:center; text-align:center; gap:8px; background:rgba(120,90,150,.05); border:1px solid rgba(120,90,140,.25);
  border-radius:12px; padding:12px 14px; font-size:.86rem; cursor:pointer; transition:all .2s ease; margin:0; height:100%;
  text-transform:uppercase; letter-spacing:.02em; color:#2b1f38;
}
.checkbox-pill label:hover{ transform:scale(1.045); border-color:var(--pink); }
.checkbox-pill input:checked + label{ background:rgba(255,46,209,.12); border-color:var(--pink); color:#2b1f38; }
.checkbox-pill label::before{ content:''; width:16px; height:16px; border-radius:5px; border:1.5px solid rgba(120,90,140,.4); flex-shrink:0; }
.checkbox-pill input:checked + label::before{ background:var(--grad-main); border-color:transparent; }

.specify-field{ margin-top:16px; }
.specify-field label{ display:block; font-size:.82rem; color:#6b5a7d; margin-bottom:8px; font-weight:500; }
.specify-input-wrap{ position:relative; }
.specify-input-wrap textarea{
  width:100%; background:rgba(120,90,150,.05); border:1px solid rgba(120,90,140,.25); border-radius:12px;
  padding:13px 52px 13px 16px; color:#2b1f38; outline:none; transition:border-color .2s ease;
  min-height:90px; resize:vertical; font-family:inherit; font-size:.92rem;
}
.specify-input-wrap textarea::placeholder{ color:#a599b5; }
.specify-input-wrap textarea:focus{ border-color:var(--pink); }
.mic-btn{
  position:absolute; top:10px; right:10px; width:34px; height:34px; border-radius:50%;
  display:flex; align-items:center; justify-content:center; background:rgba(120,90,150,.08);
  border:1px solid rgba(120,90,140,.25); color:#2b1f38; cursor:pointer; transition:all .2s ease; padding:0; flex-shrink:0;
}
.mic-btn:hover{ border-color:var(--pink); color:var(--pink); }
.mic-btn.listening{ background:var(--pink); border-color:var(--pink); color:#fff; animation:micPulse 1.2s ease-in-out infinite; }
.mic-btn[disabled]{ opacity:.35; cursor:not-allowed; }
@keyframes micPulse{
  0%,100%{ box-shadow:0 0 0 0 rgba(255,46,209,.5); }
  50%{ box-shadow:0 0 0 8px rgba(255,46,209,0); }
}
.char-count{ text-align:right; font-size:.72rem; color:#9a8ab0; margin-top:6px; }
.char-count.limit{ color:var(--pink); }
.form-note{ font-size:.85rem; color:#9a8ab0; margin-bottom:14px; }
.form-success{ display:none; text-align:center; padding:60px 20px; color:#2b1f38; }
.form-success.show{ display:block; }
.form-success h3{ text-transform:none; margin-bottom:12px; font-size:1.4rem; color:#3a2350; }

.section-head .direct-text, .split-copy .direct-text, .booking-cta .direct-text, .journey-step .direct-text, .farewell-textbox .direct-text{
  text-align:justify; text-justify:inter-word;
}
.contact-direct-grid{ display:flex; flex-wrap:wrap; justify-content:center; gap:22px; margin-top:26px; }
.direct-card{
  width:64px; height:64px; border-radius:50%; background:var(--grad-main);
  display:flex; align-items:center; justify-content:center; color:#fff;
  transition:transform .2s ease, box-shadow .2s ease;
}
.direct-card:hover{ transform:translateY(-4px); box-shadow:0 10px 24px rgba(255,46,209,.35); }
.direct-card .ic{ display:flex; align-items:center; justify-content:center; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width:1024px){
  .pillars-grid{ grid-template-columns:repeat(2,1fr); }
  .timeline-grid{ grid-template-columns:repeat(3,1fr); }
  .offer-columns{ grid-template-columns:1fr; }
  .footer-grid{ grid-template-columns:repeat(3,1fr); }
  .journey-track{ grid-template-columns:1fr; }
  .collab-grid{ grid-template-columns:1fr; }
  .partners-grid{ grid-template-columns:repeat(3,1fr); }
  .process-steps{ grid-template-columns:repeat(3,1fr); }
  .dj-hero .container{ grid-template-columns:1fr; }
  .dj-hero-img{ max-width:380px; margin:0 auto; }

  /* header: switch from absolute-pinned corners to a real flex row so the
     hamburger, logo and language selector can never overlap/stack on
     tablet widths. Selector must match ".site-header .header-stack"
     specificity (2 classes) from the base rule above, otherwise the
     base rule's flex-direction:column silently wins at every width. */
  .site-header .header-stack{ flex-direction:row; justify-content:space-between; align-items:center; }
  .header-left{ position:static; transform:none; flex-shrink:0; }
  .header-actions{ position:static; transform:none; flex-shrink:0; }
  .header-dash{ display:none; }
  /* absolute + translate centers the logo on the header itself, so it stays
     perfectly centered no matter how wide the hamburger button or the
     language pill are — centering it as a flexible middle item (flex:1 auto)
     only centers it within the leftover space between those two, which
     drifts off-center whenever their widths differ. */
  .logo{ position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); flex:none; }
  .logo img{ height:44px; width:auto; }
  .menu-toggle{ padding:8px; }
  .menu-toggle span{ width:27px; height:2.5px; }
  .lang-switch{ padding:9px 12px 9px 20px; gap:10px; }
  .lang-dropdown{ max-width:84px; padding:8px 22px 8px 12px; font-size:.78rem; }
}

@media (max-width:760px){
  .site-header .header-stack{ gap:8px; }
  .header-dash{ display:none; }
  .logo img{ height:38px; }
  .header-actions .btn-sm{ padding:8px 14px; font-size:.7rem; letter-spacing:.01em; }
  .menu-toggle{ padding:7px; }
  .menu-toggle span{ width:23px; height:2.5px; }
  .lang-switch{ padding:8px 10px 8px 16px; gap:8px; }
  /* max-width has to comfortably fit the flag + language code (e.g. "🇧🇷 PT")
     with clear room left over for the dropdown-arrow icon on the right —
     the old 46-52px box was so tight the arrow visually overlapped the last
     letter, which is what made the pill look cut off/garbled. */
  .lang-dropdown{ max-width:76px; padding:7px 22px 7px 10px; font-size:.74rem; }

  .hero{ padding:150px 0 70px; min-height:auto; }
  .pillars-grid{ grid-template-columns:1fr; }
  .teaser{ grid-template-columns:1fr; gap:30px; }
  .teaser.reverse .teaser-media{ order:0; }
  .timeline-grid{ grid-template-columns:repeat(2,1fr); }
  .modal-box{ grid-template-columns:1fr; max-height:88vh; }
  /* keep the flyer's real portrait ratio (matches desktop's 9/16) instead of
     forcing 16/9 here, which combined with object-fit:cover was cropping most
     of the event banner off on phones/tablets. Bound width, not height, so the
     whole image stays visible and centered instead of stretching to fill. */
  .modal-box .modal-img{ aspect-ratio:9/16; max-width:260px; margin:0 auto; }
  .modal-meta{ grid-template-columns:1fr; }
  .gallery-grid{ grid-template-columns:repeat(2,1fr); }
  .process-steps{ grid-template-columns:repeat(2,1fr); }
  .footer-grid{ grid-template-columns:1fr; gap:34px; }
  .partners-grid{ grid-template-columns:repeat(2,1fr); }
  .form-row{ grid-template-columns:1fr; }
  .checkbox-pill{ flex-basis:calc(50% - 6px); max-width:none; }
  .contact-direct-grid{ grid-template-columns:1fr; }
  .planner-form{ padding:60px 22px 190px; }
  .safety-box, .booking-cta, .process-cta, .next-chapter-box{ padding:34px 24px; }
  section{ padding:52px 0; }
  .section-photo{ padding:56px 0; }
  .stats-photo .section-head, .identity-photo .section-head, .available-photo .section-head, .artists-photo .section-head, .partners-photo .section-head, .collabs-photo .section-head, .community-photo .section-head{ padding:24px 20px; }
  .playlist-photo .section-head{ padding:22px 20px; }
  .dj-checklist{ grid-template-columns:1fr; }
  .chip{ flex-basis:100%; max-width:100%; }
  .artist-chip{ flex-basis:100%; max-width:100%; }
}

@media(max-width:380px){
  .container{ padding:0 16px; }
  .header-actions .btn-sm{ padding:7px 10px; font-size:.6rem; }
  .logo img{ height:32px; }
  .lang-switch{ padding:7px 9px 7px 14px; gap:6px; }
  .lang-dropdown{ max-width:66px; padding:6px 20px 6px 8px; font-size:.68rem; }
}
