:root{
  --bg0:#0f0d0e;
  --bg1:#141112;
  --bg2:#1c1819;

  --text:#f6f1e8;
  --muted:rgba(246,241,232,.78);
  --muted2:rgba(246,241,232,.62);

  --gold:#b08d57;
  --gold2:#caa46a;

  --stroke: rgba(255,255,255,.10);
  --stroke2: rgba(255,255,255,.06);

  --cardW: 1180px;

  --r-xl:28px;
  --r-lg:22px;
  --r-md:16px;

  --shadow: 0 22px 60px rgba(0,0,0,.45);
  --shadowSoft: 0 14px 44px rgba(0,0,0,.30);

  --headerH: 76px;

  /* Autoplay HERO */
  --heroSlideMs: 5200ms;

  /* Autoplay do CARROSSEL de fotos (dentro de cada evento, se tiver várias fotos) */
  --eventPhotoMs: 4200ms;

  /* Modal repertório */
  --modalMaxW: 1080px;
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: radial-gradient(1200px 900px at 20% 10%, rgba(202,164,106,.10), transparent 60%),
              radial-gradient(1000px 700px at 80% 15%, rgba(176,141,87,.08), transparent 62%),
              linear-gradient(180deg, var(--bg0), var(--bg1));
  color: var(--text);
  overflow-x:hidden;
}

a{ color:inherit; text-decoration:none; }
img{ max-width:100%; display:block; }

.container{
  width: min(var(--cardW), calc(100% - 40px));
  margin: 0 auto;
}

/* Fundo com leve bokeh/vinheta + “grain” sofisticado */
.page-vignette{
  position:fixed;
  inset:-20vh;
  z-index:-2;
  pointer-events:none;
  background:
    radial-gradient(900px 700px at 15% 10%, rgba(202,164,106,.16), transparent 55%),
    radial-gradient(800px 700px at 85% 15%, rgba(176,141,87,.10), transparent 60%),
    radial-gradient(1200px 900px at 50% 85%, rgba(0,0,0,.72), transparent 60%);
  filter: saturate(1.05);
}
.page-grain{
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events:none;
  opacity: .10;
  mix-blend-mode: overlay;
  background-image:
    radial-gradient(1px 1px at 12% 18%, rgba(255,255,255,.45), transparent 60%),
    radial-gradient(1px 1px at 42% 66%, rgba(255,255,255,.35), transparent 60%),
    radial-gradient(1px 1px at 78% 22%, rgba(255,255,255,.40), transparent 60%),
    radial-gradient(1px 1px at 66% 54%, rgba(255,255,255,.30), transparent 60%),
    radial-gradient(1px 1px at 28% 62%, rgba(255,255,255,.28), transparent 60%),
    radial-gradient(1px 1px at 52% 78%, rgba(255,255,255,.26), transparent 60%);
  filter: blur(.15px);
}

/* =========================
   TOPBAR
========================== */
header.topbar{
  position:fixed;
  left:0; right:0; top:0;
  height: var(--headerH);
  z-index: 60;
  background: rgba(18,16,17,.45);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.06);
  transition: background .25s ease;
}
header.topbar::after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:-1px;
  height: 1px;
  background: linear-gradient(90deg,
    transparent,
    rgba(202,164,106,.32),
    rgba(255,255,255,.10),
    rgba(176,141,87,.28),
    transparent
  );
  opacity: .65;
  pointer-events:none;
}
header.topbar.is-scrolled{
  background: rgba(18,16,17,.82);
}

.topbar-inner{
  height:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}

.brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width: 220px;
}
.brand-mark{
  width:44px; height:44px;
  border-radius:999px;
  border:1px solid rgba(202,164,106,.55);
  background: rgba(0,0,0,.14);
  display:grid;
  place-items:center;
  color: var(--gold2);
  font-family: "Cormorant Garamond", serif;
  font-weight:700;
  font-size:22px;
  line-height:1;
  letter-spacing:.02em;
  box-shadow: 0 16px 40px rgba(0,0,0,.35);
}
.brand-text{
  display:grid;
  line-height:1.05;
}
.brand-name{
  font-family: "Cormorant Garamond", serif;
  font-weight:700;
  font-size:20px;
  letter-spacing:.02em;
}
.brand-sub{
  font-size:12px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color: var(--muted2);
  margin-top:2px;
}

nav.nav{
  display:none;
  align-items:center;
  gap:6px;
}
.nav a, .nav .nav-action{
  font-size:13px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color: var(--muted);
  padding:10px 10px;
  border-radius:12px;
  border:0;
  background: transparent;
  cursor:pointer;
  font-family: inherit;
}
.nav a:hover, .nav .nav-action:hover{
  background: rgba(255,255,255,.06);
  color: var(--text);
}

.top-actions{
  display:flex;
  align-items:center;
  gap:12px;
}

.btn{
  border:1px solid transparent;
  border-radius:999px;
  padding:12px 18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-weight:700;
  cursor:pointer;
  user-select:none;
  transition: transform .15s ease, filter .15s ease, background .15s ease, box-shadow .2s ease;
  white-space:nowrap;
  font-family: inherit;
  position: relative;
  overflow:hidden;
}
.btn::before{
  content:"";
  position:absolute;
  inset:-2px;
  background: radial-gradient(420px 120px at 20% 0%, rgba(255,255,255,.10), transparent 60%);
  opacity:.55;
  pointer-events:none;
}
.btn:active{ transform: translateY(1px); }

.btn-gold{
  background: linear-gradient(180deg, var(--gold2), var(--gold));
  color:#fff;
  border-color: rgba(255,255,255,.10);
  box-shadow: 0 14px 34px rgba(176,141,87,.20);
}
.btn-gold:hover{ filter: brightness(1.03); transform: translateY(-1px); }

.btn-ghost{
  background: rgba(255,255,255,.06);
  color: var(--text);
  border-color: rgba(255,255,255,.14);
  box-shadow: 0 10px 28px rgba(0,0,0,.22);
}
.btn-ghost:hover{ background: rgba(255,255,255,.09); }

.btn-sm{ padding:10px 14px; font-size:14px; }
.btn-lg{ padding:14px 22px; font-size:15px; }

.btn .arrow{
  width:18px; height:18px;
  display:inline-grid;
  place-items:center;
}
.btn .arrow svg{ width:18px; height:18px; }

.hamburger{
  width:46px; height:46px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  display:grid;
  place-items:center;
  padding:0;
  cursor:pointer;
  box-shadow: 0 12px 28px rgba(0,0,0,.22);
}
.hamburger span{
  display:block;
  width:18px;
  height:2px;
  background: rgba(255,255,255,.80);
  border-radius:99px;
  margin:2px 0;
}

/* Mobile menu */
.mobile-menu{
  border-top:1px solid rgba(255,255,255,.06);
  background: rgba(18,16,17,.92);
  display:none;
}
.mobile-menu.open{ display:block; }
.mobile-inner{
  padding: 16px 0 18px;
  display:grid;
  gap:10px;
}
.m-link{
  padding:14px 14px;
  border-radius:16px;
  background: rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.06);
  color: var(--text);
  font-weight:600;
  letter-spacing:.06em;
  text-transform:uppercase;
  font-size:12px;
  cursor:pointer;
  text-align:left;
  font-family: inherit;
}
.m-link:hover{ background: rgba(255,255,255,.07); }

/* =========================
   HERO (COM SLIDE ATÉ 5 FOTOS)
========================== */
main.hero{
  min-height: 100vh;
  padding-top: var(--headerH);
  position:relative;
  display:grid;
  align-items:center;
}

.hero-bg{
  position:absolute;
  inset:0;
  overflow:hidden;
  background:#000;
}
.hero-bg-layer{
  position:absolute;
  inset:0;
  opacity:0;
  transition: opacity 1.05s ease;
  transform: scale(1.02);
  will-change: opacity, transform;
  background-size: cover;
  background-position: center right;
  filter: saturate(1.04) contrast(1.02);
  background-image:
    linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.55) 42%, rgba(0,0,0,.25) 70%, rgba(0,0,0,.12) 100%),
    radial-gradient(900px 700px at 18% 20%, rgba(202,164,106,.16), transparent 60%),
    var(--img);
}
.hero-bg-layer.is-active{
  opacity:1;
  animation: heroKenBurns 12s ease-in-out infinite;
}
@keyframes heroKenBurns{
  0%{ transform: scale(1.02) translateY(0); }
  50%{ transform: scale(1.06) translateY(-6px); }
  100%{ transform: scale(1.02) translateY(0); }
}

.hero-shade{
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.72));
  pointer-events:none;
}

.hero-inner{
  position:relative;
  padding: 66px 0 80px;
}

.hero-kicker{
  margin:0 0 16px;
  color: rgba(255,255,255,.84);
  letter-spacing:.14em;
  text-transform:uppercase;
  font-size:12px;
}

.hero-title{
  margin:0;
  font-family:"Cormorant Garamond", serif;
  font-weight:600;
  font-size: clamp(42px, 6vw, 72px);
  line-height:.98;
  letter-spacing:.01em;
  color: var(--text);
  text-shadow: 0 18px 55px rgba(0,0,0,.55);
  max-width: 16ch;
}

.hero-sub{
  margin: 18px 0 28px;
  max-width: 58ch;
  color: rgba(255,255,255,.86);
  font-size:16px;
  line-height:1.55;
}

.hero-ctas{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-bottom: 22px;
}

.scroll-cue{
  position:absolute;
  left:50%;
  bottom: 18px;
  transform: translateX(-50%);
  width:46px; height:46px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.20);
  display:grid;
  place-items:center;
  box-shadow: var(--shadowSoft);
}
.scroll-cue span{
  color: rgba(255,255,255,.85);
  font-size: 20px;
  transform: translateY(-1px);
}

/* =========================
   SEÇÕES
========================== */
section{ padding: 92px 0; }
.section-dark{ background: var(--bg1); }
.section-dark2{ background: var(--bg2); }

.section-title{
  margin:0;
  font-family:"Cormorant Garamond", serif;
  font-weight:600;
  font-size: clamp(36px, 4.6vw, 56px);
  letter-spacing:.01em;
  line-height:1.02;
  position: relative;
  display: inline-block;
}
.section-title::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-10px;
  width: 62%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(202,164,106,.85), rgba(176,141,87,.18));
  opacity:.9;
}

.section-lead{
  margin: 14px 0 0;
  max-width: 76ch;
  line-height: 1.65;
  color: var(--muted);
  font-size: 16px;
}

/* ✅ Quem sou: bloco “ver mais” */
.about-more{
  margin-top: 14px;
  max-width: 84ch;
  color: rgba(246,241,232,.86);
  line-height: 1.75;
  font-size: 16px;
  border-left: 2px solid rgba(202,164,106,.55);
  padding-left: 14px;
}
.about-more p{ margin: 0 0 10px; }
.about-more p:last-child{ margin-bottom:0; }

.about-actions{
  margin-top: 16px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:center;
}

/* =========================
   BLOCO “imagem grande + card branco”
========================== */
.stack{
  margin-top: 34px;
  display:grid;
  gap: 22px;
}

.stack-item{
  border-radius: var(--r-xl);
  overflow:hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.20);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  position: relative;
}
.stack-item:hover{
  transform: translateY(-2px);
  box-shadow: 0 26px 70px rgba(0,0,0,.52);
  border-color: rgba(202,164,106,.18);
}
.stack-media{
  width:100%;
  aspect-ratio: 16 / 9;
  background:#000;
  position:relative;
  overflow:hidden;
}
.stack-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
  filter: saturate(1.02) contrast(1.02);
  transform: scale(1.01);
}
.stack-media::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.32));
  pointer-events:none;
}
.stack-media::before{
  content:"";
  position:absolute;
  left:0; right:0; top:0;
  height: 2px;
  background: linear-gradient(90deg, rgba(202,164,106,.60), rgba(255,255,255,.10), rgba(176,141,87,.45));
  opacity:.75;
  z-index:2;
  pointer-events:none;
}

.stack-card{
  background: #ffffff;
  color: #1a1a1a;
  padding: 22px 18px 24px;
  text-align:center;
  position: relative;
}
.stack-card::before{
  content:"";
  position:absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(202,164,106,.92), rgba(176,141,87,.35));
  opacity:.95;
}
.stack-card h3{
  margin:0;
  font-size: 24px;
  font-weight:800;
  letter-spacing:.01em;
}
.stack-card p{
  margin: 10px auto 0;
  max-width: 68ch;
  color: rgba(26,26,26,.70);
  line-height: 1.7;
}

/* =========================
   “E muito mais!”
========================== */
.more{
  margin-top: 26px;
  border-radius: var(--r-xl);
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: var(--shadow);
  position:relative;
  min-height: 54vh;
  display:grid;
  place-items:center;
  background:
    linear-gradient(180deg, rgba(0,0,0,.28), rgba(0,0,0,.72)),
    url('../assets/mais.jpg');
  background-size: cover;
  background-position: center;
}
.more::after{
  content:"";
  position:absolute;
  inset:0;
  background: radial-gradient(900px 420px at 50% 20%, rgba(202,164,106,.14), transparent 62%);
  pointer-events:none;
  opacity:.9;
}
.more h2{
  margin:0;
  font-family:"Cormorant Garamond", serif;
  font-weight:600;
  font-size: clamp(58px, 8vw, 110px);
  letter-spacing:.01em;
  color: rgba(246,241,232,.96);
  text-shadow: 0 18px 55px rgba(0,0,0,.55);
  text-align:center;
  padding: 0 18px;
  position: relative;
  z-index: 1;
}
.more-card{
  margin-top: 18px;
  width: min(980px, calc(100% - 40px));
  background:#fff;
  color:#1a1a1a;
  border-radius: 22px;
  padding: 18px 18px 22px;
  box-shadow: 0 18px 44px rgba(0,0,0,.16);
  border: 1px solid rgba(0,0,0,.06);
  text-align:center;
  position: relative;
  z-index: 1;
}
.more-card::before{
  content:"";
  position:absolute;
  left: 16px;
  right: 16px;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(202,164,106,.92), rgba(176,141,87,.35));
  opacity:.95;
}
.more-card h3{ margin:0; font-size:24px; font-weight:800; }
.more-card p{ margin:10px auto 0; max-width: 70ch; color: rgba(26,26,26,.70); line-height:1.7; }

/* =========================
   EVENTOS (FILTRO + CARD GIGANTE COM SLIDE)
========================== */
.events-head{
  margin-top: 24px;
  text-align:center;
}
.events-head .down{
  width: 44px; height: 44px;
  border-radius: 12px;
  display:inline-grid;
  place-items:center;
  background: rgba(202,164,106,.18);
  border:1px solid rgba(202,164,106,.30);
  color: rgba(246,241,232,.95);
  margin-bottom: 10px;
  box-shadow: 0 12px 28px rgba(0,0,0,.25);
}
.events-head h2{
  margin: 6px 0 0;
  font-family:"Cormorant Garamond", serif;
  font-size: clamp(42px, 5.2vw, 64px);
  font-weight:600;
}

.filters{
  margin: 22px auto 0;
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
  justify-content:center;
}
.filter-btn{
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.88);
  padding: 12px 14px;
  border-radius: 12px;
  font-weight:800;
  letter-spacing:.10em;
  text-transform:uppercase;
  font-size: 11px;
  cursor:pointer;
  transition: transform .14s ease, background .14s ease, border-color .14s ease;
}
.filter-btn:hover{ transform: translateY(-1px); border-color: rgba(202,164,106,.18); }
.filter-btn.active{
  background: linear-gradient(180deg, rgba(202,164,106,.98), rgba(176,141,87,.98));
  border-color: rgba(255,255,255,.20);
  color:#fff;
}

/* Card gigante (1 por vez) */
.events-hero{
  width: min(1180px, 100%);
  margin: 26px auto 0;
  border-radius: var(--r-xl);
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.25);
  box-shadow: var(--shadow);
  position: relative;
}
.events-hero::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background: radial-gradient(900px 420px at 50% 18%, rgba(202,164,106,.10), transparent 62%);
  opacity:.9;
  z-index: 1;
}
.events-hero-stage{
  position:relative;
  height: min(76vh, 780px);
  background:#000;
  overflow:hidden;
  user-select:none;
  z-index: 2;
}

.events-hero-layer{
  position:absolute;
  inset:0;
  opacity:0;
  transform: translateX(0);
  will-change: transform, opacity;
  display:flex;
  flex-direction:column;
  background: rgba(0,0,0,.25);
}
.events-hero-layer.is-active{ opacity:1; }

.events-hero-layer.is-anim{
  transition: transform .62s cubic-bezier(.22,.9,.22,1), opacity .62s ease;
}
.events-hero-layer.enter-from-right{ opacity:1; transform: translateX(100%); }
.events-hero-layer.enter-from-left{ opacity:1; transform: translateX(-100%); }
.events-hero-layer.exit-to-left{ opacity:1; transform: translateX(0); }
.events-hero-layer.exit-to-right{ opacity:1; transform: translateX(0); }

.events-hero-layer.enter-from-right.is-anim{ transform: translateX(0); }
.events-hero-layer.enter-from-left.is-anim{ transform: translateX(0); }
.events-hero-layer.exit-to-left.is-anim{ transform: translateX(-100%); opacity:0; }
.events-hero-layer.exit-to-right.is-anim{ transform: translateX(100%); opacity:0; }

.events-hero-media{
  position:relative;
  flex: 1;
  min-height: 360px;
  background:#000;
  overflow:hidden;
}
.events-hero-media::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.30));
  pointer-events:none;
  z-index: 2;
}

.events-hero-body{
  background:#fff;
  color:#1a1a1a;
  padding: 22px 18px 26px;
  text-align:center;
  position: relative;
}
.events-hero-body::before{
  content:"";
  position:absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(202,164,106,.92), rgba(176,141,87,.35));
  opacity:.95;
}
.events-hero-body h3{
  margin:0;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: .01em;
}
.events-hero-body p{
  margin: 10px auto 0;
  color: rgba(26,26,26,.70);
  line-height: 1.7;
  max-width: 76ch;
  font-size: 16px;
}

/* setas do card gigante */
.ehero-btn{
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  width:46px; height:46px;
  border-radius:999px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(0,0,0,.35);
  color: rgba(255,255,255,.92);
  display:grid;
  place-items:center;
  cursor:pointer;
  z-index: 6;
  backdrop-filter: blur(10px);
  user-select:none;
  transition: background .15s ease, transform .15s ease, opacity .15s ease;
}
.ehero-btn:hover{ background: rgba(0,0,0,.55); }
.ehero-btn:active{ transform: translateY(-50%) translateY(1px); }
.ehero-btn.prev{ left: 12px; }
.ehero-btn.next{ right: 12px; }
.ehero-btn:disabled{
  opacity:.35;
  cursor:not-allowed;
}
.ehero-btn:disabled:hover{ background: rgba(0,0,0,.35); }

/* =========================
   Carrossel de fotos dentro do evento
========================== */
.media-carousel .carousel-img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:0;
  transform: translateX(12px) scale(1.01);
  transition: opacity .60s ease, transform .60s ease;
  will-change: opacity, transform;
}
.media-carousel .carousel-img.is-on{
  opacity:1;
  transform: translateX(0) scale(1.01);
}

.carousel-ui{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 0 10px;
  z-index: 3;
  pointer-events:none;
}
.carousel-btn{
  pointer-events:auto;
  width:42px; height:42px;
  border-radius:999px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(0,0,0,.35);
  color: rgba(255,255,255,.92);
  display:grid;
  place-items:center;
  cursor:pointer;
  opacity:.0;
  transform: translateY(6px);
  transition: opacity .20s ease, transform .20s ease, background .15s ease;
  backdrop-filter: blur(10px);
  user-select:none;
}
.carousel-btn:hover{ background: rgba(0,0,0,.55); }
.media-carousel:hover .carousel-btn{ opacity:1; transform: translateY(0); }
@media (max-width: 820px){
  .carousel-btn{ opacity:1; transform: translateY(0); }
}

.carousel-dots{
  position:absolute;
  left:0; right:0;
  bottom: 10px;
  display:flex;
  gap:6px;
  justify-content:center;
  align-items:center;
  z-index: 3;
  pointer-events:auto;
}
.dot{
  width:8px; height:8px;
  border-radius:999px;
  border: 1px solid rgba(255,255,255,.35);
  background: rgba(0,0,0,.25);
  opacity: .85;
  cursor:pointer;
  transition: transform .15s ease, background .15s ease;
}
.dot.is-on{
  background: rgba(202,164,106,.95);
  border-color: rgba(255,255,255,.25);
  transform: scale(1.15);
}

/* =========================
   ✅ NOVO: Chips de fotos (flutuando)
========================== */
.events-chips-wrap{
  margin-top: 20px;
  padding: 18px 16px 14px;
  border-radius: var(--r-xl);
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.18);
  box-shadow: var(--shadowSoft);
  position: relative;
  overflow: hidden;
}
.events-chips-wrap::before{
  content:"";
  position:absolute;
  inset:0;
  background: radial-gradient(900px 420px at 50% 12%, rgba(202,164,106,.10), transparent 62%);
  pointer-events:none;
  opacity:.95;
}
.events-chips-head{
  position: relative;
  z-index: 1;
  display:grid;
  gap: 6px;
  text-align:center;
}
.events-chips-title{
  margin:0;
  font-family:"Cormorant Garamond", serif;
  font-weight:600;
  font-size: clamp(28px, 3.2vw, 40px);
  letter-spacing:.01em;
}
.events-chips-sub{
  margin:0;
  color: rgba(246,241,232,.78);
  line-height: 1.6;
  font-size: 14px;
}

.events-chips{
  position: relative;
  z-index: 1;
  margin-top: 14px;
  display:flex;
  flex-wrap:wrap;
  gap: 12px;
  justify-content:center;
  align-items:center;
}

.echip{
  width: 152px;
  aspect-ratio: 1 / 1;
  border-radius: 22px;
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.22);
  box-shadow: 0 16px 44px rgba(0,0,0,.32);
  cursor:pointer;
  padding:0;
  position: relative;
  transform: translateY(0) rotate(var(--rot, 0deg));
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, filter .18s ease;
  animation: chipFloat 5.6s ease-in-out infinite;
  animation-delay: var(--delay, 0s);
}
.echip:hover{
  transform: translateY(-3px) rotate(var(--rot, 0deg)) scale(1.02);
  border-color: rgba(202,164,106,.22);
  box-shadow: 0 20px 58px rgba(0,0,0,.42);
}
.echip:active{ transform: translateY(-1px) rotate(var(--rot, 0deg)) scale(1.01); }

.echip img{
  width:100%;
  height:100%;
  object-fit:cover;
  transform: scale(1.02);
  filter: saturate(1.02) contrast(1.02);
}
.echip::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,.00), rgba(0,0,0,.72));
  pointer-events:none;
  opacity: .9;
}
.echip::before{
  content:"";
  position:absolute;
  inset:0;
  background: radial-gradient(500px 220px at 30% 10%, rgba(255,255,255,.10), transparent 60%);
  pointer-events:none;
  opacity: .85;
}
.echip-label{
  position:absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  display:grid;
  gap: 6px;
}
.echip-tag{
  width: fit-content;
  padding: 7px 9px;
  border-radius: 999px;
  background: rgba(0,0,0,.36);
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.92);
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
  font-size: 10px;
  backdrop-filter: blur(10px);
}
.echip-title{
  font-weight: 900;
  color: rgba(255,255,255,.94);
  letter-spacing: .01em;
  line-height: 1.12;
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow:hidden;
  text-overflow: ellipsis;
}
@keyframes chipFloat{
  0%,100%{ transform: translateY(0) rotate(var(--rot, 0deg)); }
  50%{ transform: translateY(calc(var(--amp, 10px) * -1)) rotate(calc(var(--rot, 0deg) + .6deg)); }
}

/* =========================
   ✅ NOVO: Modal de fotos (álbum)
========================== */
.p-overlay{
  position:fixed;
  inset:0;
  background: rgba(0,0,0,.68);
  display:none;
  align-items:center;
  justify-content:center;
  z-index: 1000;
  padding: 18px;
}
.p-overlay.open{ display:flex; }

.p-modal{
  width: min(1040px, 100%);
  border-radius: 22px;
  overflow:hidden;
  background: rgba(18,16,17,.92);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 22px 70px rgba(0,0,0,.55);
  backdrop-filter: blur(12px);
  position: relative;
}
.p-close{
  position:absolute;
  right: 12px;
  top: 12px;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.92);
  cursor:pointer;
  display:grid;
  place-items:center;
  font-size: 18px;
  z-index: 4;
}
.p-close:hover{ background: rgba(255,255,255,.09); }

.p-inner{
  padding: 16px;
  display:grid;
  grid-template-columns: 1fr 360px;
  gap: 16px;
  align-items: center;
}
@media (max-width: 900px){
  .p-inner{ grid-template-columns: 1fr; }
}

.p-stage{
  width: 100%;
  border-radius: 18px;
  overflow:hidden;
  background:#000;
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 18px 54px rgba(0,0,0,.45);
  position: relative;
}
.p-stage img{
  width:100%;
  height: min(72vh, 620px);
  object-fit: cover;
  display:block;
}
@media (max-width: 520px){
  .p-stage img{ height: min(62vh, 520px); }
}

.p-info{
  padding: 6px 6px 6px;
  display:flex;
  flex-direction:column;
  gap: 12px;
}
.p-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(246,241,232,.90);
  font-weight: 900;
  letter-spacing:.10em;
  text-transform: uppercase;
  font-size: 11px;
  width: fit-content;
}
.p-title{
  margin: 10px 0 0;
  font-family:"Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.05;
}
@media (max-width: 520px){
  .p-title{ font-size: 28px; }
}

.p-nav{
  display:flex;
  align-items:center;
  gap: 10px;
  margin-top: 4px;
}
.p-nav-btn{
  width:46px;
  height:46px;
  border-radius:999px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(0,0,0,.35);
  color: rgba(255,255,255,.92);
  display:grid;
  place-items:center;
  cursor:pointer;
  backdrop-filter: blur(10px);
  user-select:none;
  transition: background .15s ease, transform .15s ease, opacity .15s ease;
}
.p-nav-btn:hover{ background: rgba(0,0,0,.55); }
.p-nav-btn:active{ transform: translateY(1px); }
.p-nav-btn:disabled{
  opacity:.35;
  cursor:not-allowed;
}
.p-counter{
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(246,241,232,.85);
  font-weight: 900;
  letter-spacing:.08em;
  text-transform: uppercase;
  font-size: 12px;
  white-space: nowrap;
}

.p-thumbs{
  display:flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 2px;
}
.p-thumb{
  width: 58px;
  height: 46px;
  border-radius: 14px;
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  cursor:pointer;
  padding:0;
  box-shadow: 0 12px 30px rgba(0,0,0,.25);
  opacity: .85;
  transition: transform .14s ease, opacity .14s ease, border-color .14s ease;
}
.p-thumb:hover{ transform: translateY(-1px); opacity: 1; }
.p-thumb.is-on{
  opacity: 1;
  border-color: rgba(202,164,106,.35);
}
.p-thumb img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
}

.p-actions{ margin-top: 4px; }
.p-hint{
  margin: 4px 0 0;
  color: rgba(246,241,232,.74);
  line-height: 1.6;
  font-size: 13px;
}

/* =========================
   ✅ NOVO: Depoimentos (carrossel)
========================== */
.testi-head{
  text-align:center;
}
.testi-wrap{
  margin-top: 22px;
  position: relative;
  border-radius: var(--r-xl);
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.18);
  box-shadow: var(--shadowSoft);
  padding: 14px 12px 12px;
  overflow:hidden;
}
.testi-wrap::before{
  content:"";
  position:absolute;
  inset:0;
  background: radial-gradient(900px 420px at 50% 10%, rgba(202,164,106,.10), transparent 62%);
  pointer-events:none;
  opacity:.95;
}

.testi-track{
  position: relative;
  z-index: 1;
  display:flex;
  gap: 12px;
  overflow:auto;
  padding: 10px 10px 14px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: rgba(202,164,106,.38) rgba(255,255,255,.08);
}
.testi-track::-webkit-scrollbar{ height: 10px; }
.testi-track::-webkit-scrollbar-track{ background: rgba(255,255,255,.06); border-radius: 999px; }
.testi-track::-webkit-scrollbar-thumb{ background: rgba(202,164,106,.34); border-radius: 999px; }

.tcard{
  flex: 0 0 auto;
  width: min(420px, 86vw);
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.06);
  box-shadow: 0 18px 44px rgba(0,0,0,.22);
  overflow:hidden;
  scroll-snap-align: start;
  padding: 16px 14px 14px;
}
.tcard-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
}
.tname{
  font-weight: 900;
  letter-spacing:.01em;
  color: rgba(246,241,232,.95);
}
.tmeta{
  margin-top: 3px;
  color: rgba(246,241,232,.72);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.tstars{
  display:flex;
  gap: 4px;
  opacity: .95;
}
.tstars svg{
  width: 16px;
  height: 16px;
  fill: rgba(202,164,106,.95);
}
.tquote{
  margin-top: 10px;
  color: rgba(246,241,232,.86);
  line-height: 1.75;
  font-size: 15px;
}
.tquote::before{
  content:"“";
  color: rgba(202,164,106,.95);
  font-size: 26px;
  line-height: 0;
  margin-right: 4px;
}
.tquote::after{
  content:"”";
  color: rgba(202,164,106,.95);
  font-size: 26px;
  line-height: 0;
  margin-left: 4px;
}

.tbtn{
  position:absolute;
  top: 50%;
  transform: translateY(-50%);
  width:46px; height:46px;
  border-radius:999px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(0,0,0,.35);
  color: rgba(255,255,255,.92);
  display:grid;
  place-items:center;
  cursor:pointer;
  z-index: 4;
  backdrop-filter: blur(10px);
  user-select:none;
  transition: background .15s ease, transform .15s ease, opacity .15s ease;
}
.tbtn:hover{ background: rgba(0,0,0,.55); }
.tbtn:active{ transform: translateY(-50%) translateY(1px); }
.tbtn.prev{ left: 10px; }
.tbtn.next{ right: 10px; }
.tbtn:disabled{ opacity:.35; cursor:not-allowed; }

@media (max-width: 820px){
  .tbtn{ display:none; }
}

/* =========================
   VÍDEOS: chips + grid + overlay (9:16)
========================== */
.videos-title{
  text-align:center;
  margin: 0 0 18px;
}
.videos-title h2{
  margin:0;
  font-family:"Cormorant Garamond", serif;
  font-weight:600;
  font-size: clamp(42px, 5.2vw, 64px);
  line-height:1.02;
}

/* Chips */
.vfilters{
  margin: 18px auto 0;
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
  justify-content:center;
}
.vfilter-btn{
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.88);
  padding: 12px 14px;
  border-radius: 12px;
  font-weight:800;
  letter-spacing:.10em;
  text-transform:uppercase;
  font-size: 11px;
  cursor:pointer;
  transition: transform .14s ease, background .14s ease, border-color .14s ease;
}
.vfilter-btn:hover{ transform: translateY(-1px); border-color: rgba(202,164,106,.18); }
.vfilter-btn.active{
  background: linear-gradient(180deg, rgba(202,164,106,.98), rgba(176,141,87,.98));
  border-color: rgba(255,255,255,.20);
  color:#fff;
}

/* Grid */
.video-grid{
  margin-top: 18px;
  display:grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1100px){
  .video-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 820px){
  .video-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 480px){
  .video-grid{ grid-template-columns: 1fr; }
}

/* Card */
.vcard{
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.22);
  border-radius: var(--r-lg);
  overflow:hidden;
  cursor:pointer;
  padding:0;
  text-align:left;
  box-shadow: var(--shadowSoft);
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.vcard:hover{
  transform: translateY(-2px);
  border-color: rgba(202,164,106,.18);
  box-shadow: 0 18px 54px rgba(0,0,0,.40);
}

.vthumb{
  position:relative;
  width:100%;
  aspect-ratio: 9 / 16;
  background:#000;
  overflow:hidden;
}
.vthumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transform: scale(1.01);
  filter: saturate(1.02) contrast(1.02);
  transition: transform .35s ease, filter .35s ease;
}
.vcard:hover .vthumb img{
  transform: scale(1.05);
  filter: saturate(1.06) contrast(1.04);
}

.vthumb::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.78));
  opacity:.9;
  pointer-events:none;
}

.vplay{
  position:absolute;
  left:50%;
  top:46%;
  transform: translate(-50%, -50%);
  width:62px;
  height:62px;
  border-radius:999px;
  background: rgba(0,0,0,.45);
  border: 1px solid rgba(255,255,255,.22);
  display:grid;
  place-items:center;
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 44px rgba(0,0,0,.30);
  pointer-events:none;
}
.vplay svg{
  width:28px;
  height:28px;
  fill: rgba(255,255,255,.92);
  transform: translateX(2px);
}

.vmeta{
  position:absolute;
  left:0; right:0;
  bottom:0;
  padding: 12px 12px 14px;
  z-index: 2;
}
.vtag{
  display:inline-flex;
  gap:8px;
  align-items:center;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(0,0,0,.38);
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.92);
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
  font-size: 10px;
  backdrop-filter: blur(10px);
}
.vname{
  margin-top: 10px;
  font-weight: 900;
  color: rgba(255,255,255,.94);
  letter-spacing: .01em;
  line-height: 1.18;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow:hidden;
  text-overflow: ellipsis;
}

/* Overlay vídeo */
.v-overlay{
  position:fixed;
  inset:0;
  background: rgba(0,0,0,.68);
  display:none;
  align-items:center;
  justify-content:center;
  z-index: 1000;
  padding: 18px;
}
.v-overlay.open{ display:flex; }

.v-modal{
  width: min(980px, 100%);
  border-radius: 22px;
  overflow:hidden;
  background: rgba(18,16,17,.92);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 22px 70px rgba(0,0,0,.55);
  backdrop-filter: blur(12px);
  position: relative;
}
.v-close{
  position:absolute;
  right: 12px;
  top: 12px;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.92);
  cursor:pointer;
  display:grid;
  place-items:center;
  font-size: 18px;
  z-index: 4;
}
.v-close:hover{ background: rgba(255,255,255,.09); }

.v-modal-inner{
  padding: 16px;
  display:grid;
  grid-template-columns: minmax(240px, 420px) 1fr;
  gap: 16px;
  align-items:center;
}
@media (max-width: 860px){
  .v-modal-inner{ grid-template-columns: 1fr; }
}

.v-player-wrap{
  width:100%;
  max-width: 420px;
  justify-self:center;
}
.v-player-wrap video{
  width:100%;
  aspect-ratio: 9 / 16;
  border-radius: 18px;
  display:block;
  background:#000;
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 18px 54px rgba(0,0,0,.45);
}

.v-info{
  padding: 6px 6px 6px;
  display:flex;
  flex-direction:column;
  gap: 14px;
}
.v-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(246,241,232,.90);
  font-weight: 900;
  letter-spacing:.10em;
  text-transform: uppercase;
  font-size: 11px;
  width: fit-content;
}
.v-title{
  margin: 10px 0 0;
  font-family:"Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.05;
}
@media (max-width: 520px){
  .v-title{ font-size: 28px; }
}

.v-info-bottom{
  display:flex;
  align-items:center;
  gap: 10px;
  margin-top: 6px;
}
.v-nav-btn{
  width:46px;
  height:46px;
  border-radius:999px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(0,0,0,.35);
  color: rgba(255,255,255,.92);
  display:grid;
  place-items:center;
  cursor:pointer;
  backdrop-filter: blur(10px);
  user-select:none;
  transition: background .15s ease, transform .15s ease, opacity .15s ease;
}
.v-nav-btn:hover{ background: rgba(0,0,0,.55); }
.v-nav-btn:active{ transform: translateY(1px); }
.v-nav-btn:disabled{
  opacity:.35;
  cursor:not-allowed;
}
.v-counter{
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(246,241,232,.85);
  font-weight: 900;
  letter-spacing:.08em;
  text-transform: uppercase;
  font-size: 12px;
  white-space: nowrap;
}
.v-actions{ margin-top: 4px; }
.v-hint{
  margin: 6px 0 0;
  color: rgba(246,241,232,.74);
  line-height: 1.6;
  font-size: 13px;
}

/* =========================
   CONTATO / RODAPÉ
========================== */
footer.footer{
  background:
    radial-gradient(900px 700px at 20% 20%, rgba(202,164,106,.14), transparent 60%),
    radial-gradient(900px 700px at 80% 20%, rgba(176,141,87,.10), transparent 60%),
    linear-gradient(180deg, rgba(0,0,0,.70), rgba(0,0,0,.88));
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 66px 0 18px;
  position: relative;
}
footer.footer::before{
  content:"";
  position:absolute;
  left:0; right:0; top:0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(202,164,106,.28), rgba(255,255,255,.10), rgba(176,141,87,.22), transparent);
  opacity:.7;
  pointer-events:none;
}

.footer-grid{
  display:grid;
  gap: 30px;
  justify-items:center;
  text-align:center;
  padding-bottom: 32px;
}

.footer-title{
  font-family:"Cormorant Garamond", serif;
  font-weight:600;
  font-size: 44px;
  margin:0 0 14px;
  color: rgba(246,241,232,.96);
}

.footer-list{
  display:grid;
  gap: 10px;
  color: rgba(246,241,232,.92);
  font-weight:600;
}

.footer-list a{
  display:inline-flex;
  gap:10px;
  align-items:center;
  justify-content:center;
  color: rgba(246,241,232,.92);
}
.footer-list a:hover{ text-decoration: underline; }

.divider{
  width: min(520px, 90%);
  height:1px;
  background: rgba(255,255,255,.18);
  margin: 18px auto 14px;
}

.copyright{
  border-top: 1px solid rgba(255,255,255,.10);
  padding-top: 14px;
  text-align:center;
  color: rgba(255,255,255,.70);
  font-size: 12px;
}

/* =========================
   FAB
========================== */
.fab{
  position:fixed;
  right: 18px;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(18,16,17,.72);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadowSoft);
  z-index: 70;
  display:grid;
  place-items:center;
  color: rgba(255,255,255,.92);
  cursor:pointer;
  transition: transform .15s ease, background .15s ease;
}
.fab:hover{ background: rgba(18,16,17,.88); transform: translateY(-1px); }
.fab.whats{ bottom: 90px; text-decoration:none; }
.fab.top{ bottom: 18px; opacity:0; pointer-events:none; }
.fab.top.show{ opacity:1; pointer-events:auto; }

/* =========================
   EFEITO “APARECER AO SCROLL”
========================== */
.reveal{
  opacity: 0;
  transform: translateY(18px) scale(0.985);
  filter: blur(1px);
  transition: opacity .75s ease, transform .75s ease, filter .75s ease;
  will-change: opacity, transform, filter;
}
.reveal.reveal-visible{
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

/* =========================
   ✅ MODAL REPERTÓRIO
========================== */
.rep-overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.64);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
  padding: 18px;
}
.rep-overlay.open{ display:flex; }

.rep-modal{
  width: min(var(--modalMaxW), 100%);
  max-height: min(82vh, 860px);
  border-radius: 22px;
  overflow: hidden;
  background: rgba(18,16,17,.92);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 22px 70px rgba(0,0,0,.55);
  backdrop-filter: blur(12px);
  display: grid;
  grid-template-rows: auto auto 1fr auto;
}

.rep-head{
  padding: 16px 16px 12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.rep-title{
  display:grid;
  gap: 2px;
}
.rep-title h3{
  margin:0;
  font-family:"Cormorant Garamond", serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.05;
}
.rep-title p{
  margin:0;
  color: rgba(246,241,232,.72);
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rep-close{
  width: 44px; height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.92);
  cursor:pointer;
  display:grid;
  place-items:center;
  font-size: 18px;
}
.rep-close:hover{ background: rgba(255,255,255,.09); }

.rep-tools{
  padding: 12px 16px 14px;
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.rep-search{
  flex: 1;
  min-width: 220px;
  display:flex;
  gap: 10px;
  align-items:center;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  padding: 10px 12px;
}
.rep-search span{
  opacity:.85;
  font-size: 14px;
}
.rep-search input{
  width:100%;
  border:0;
  outline:none;
  background: transparent;
  color: rgba(255,255,255,.92);
  font-size: 14px;
  padding: 0;
}
.rep-meta{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items:center;
  color: rgba(246,241,232,.80);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.rep-chip{
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  white-space: nowrap;
}

.rep-body{
  overflow:auto;
  padding: 14px 16px 16px;
}

.rep-empty{
  padding: 18px 14px;
  border-radius: 16px;
  border: 1px dashed rgba(255,255,255,.18);
  background: rgba(255,255,255,.04);
  color: rgba(246,241,232,.78);
  line-height: 1.6;
}

.rep-genre, .rep-artist{
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  overflow: hidden;
  margin-bottom: 10px;
}
.rep-genre > summary, .rep-artist > summary{
  list-style: none;
  cursor: pointer;
  padding: 12px 12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
  user-select:none;
}
.rep-genre > summary::-webkit-details-marker,
.rep-artist > summary::-webkit-details-marker{ display:none; }

.rep-sum-left{
  display:flex;
  align-items:center;
  gap: 10px;
  min-width: 0;
}
.rep-bullet{
  width: 10px; height: 10px;
  border-radius: 999px;
  background: rgba(202,164,106,.95);
  box-shadow: 0 8px 18px rgba(202,164,106,.20);
  flex: 0 0 auto;
}
.rep-name{
  font-weight: 800;
  letter-spacing: .02em;
  color: rgba(246,241,232,.94);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rep-count{
  flex: 0 0 auto;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(246,241,232,.85);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.rep-genre-body{
  padding: 10px 10px 12px;
  display:grid;
  gap: 10px;
}

.rep-songs{
  margin: 10px 0 0;
  padding: 0 12px 12px;
  display:grid;
  gap: 6px;
}
.rep-song{
  display:flex;
  align-items:center;
  gap: 10px;
  padding: 10px 10px;
  border-radius: 14px;
  background: rgba(0,0,0,.16);
  border: 1px solid rgba(255,255,255,.08);
  color: rgba(246,241,232,.88);
  font-size: 14px;
  line-height: 1.25;
}
.rep-song i{
  width: 8px; height: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.20);
  flex: 0 0 auto;
}

mark{
  background: rgba(202,164,106,.22);
  color: rgba(246,241,232,.96);
  padding: 0 2px;
  border-radius: 6px;
}

.rep-foot{
  padding: 12px 16px 14px;
  border-top: 1px solid rgba(255,255,255,.08);
  display:flex;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
  background: rgba(0,0,0,.12);
}

body.modal-open{ overflow:hidden; }

/* =========================
   RESPONSIVO (desktop)
========================== */
@media (min-width: 920px){
  nav.nav{ display:flex; }
  .hamburger{ display:none; }
}

@media (min-width: 1100px){
  .stack-card{ padding: 26px 22px 30px; }
  .stack-card h3{ font-size: 26px; }
}

@media (max-width: 520px){
  .brand{ min-width: auto; }
  .hero-title{ max-width: 14ch; }

  .hero-bg-layer{
    background-position: 78% center;
    background-image:
      linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.62) 46%, rgba(0,0,0,.28) 76%, rgba(0,0,0,.12) 100%),
      radial-gradient(900px 700px at 18% 20%, rgba(202,164,106,.16), transparent 60%),
      var(--img);
  }

  .events-hero-stage{ height: min(72vh, 680px); }
  .events-hero-body h3{ font-size: 24px; }
  .events-hero-body p{ font-size: 15px; }

  .ehero-btn{ width:44px; height:44px; }

  .rep-modal{
    max-height: 86vh;
    border-radius: 18px;
  }
  .rep-title h3{ font-size: 24px; }

  .echip{ width: 142px; }
  .p-stage img{ height: min(58vh, 500px); }
}

@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior:auto !important; }
  .btn-gold:hover{ transform:none; }
  .fab:hover{ transform:none; }
  .reveal{ transition:none !important; transform:none !important; filter:none !important; opacity:1 !important; }
  .hero-bg-layer.is-active{ animation:none !important; }
  .hero-bg-layer{ transition:none !important; }
  .media-carousel .carousel-img{ transition:none !important; transform:none !important; opacity:1 !important; }
  .carousel-btn{ transition:none !important; }
  .events-hero-layer.is-anim{ transition:none !important; }
  .echip{ animation:none !important; }
}
