/* ── Reset & base ──────────────────────────────────────────── */
html { scroll-behavior: smooth; }
body { margin: 0; background: #0C0A09; color: #EDE5D6; font-family: Archivo, system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
* { box-sizing: border-box; }
a { color: #E0A93F; text-decoration: none; }
a:hover { color: #F5CE7C; }
::selection { background: #E0A93F; color: #0C0A09; }

@keyframes jjrMarquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ── Helpers ───────────────────────────────────────────────── */
.page-wrap    { position: relative; background: #0C0A09; overflow-x: hidden; }
.abs-fill     { position: absolute; inset: 0; }
.gold         { color: #E0A93F; }
.cover        { width: 100%; height: 100%; object-fit: cover; display: block; }
.cover-zoom   { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease; }

/* ── Noise overlay ─────────────────────────────────────────── */
.noise-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: 0.14;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/></filter><rect width='220' height='220' filter='url(%23n)'/></svg>");
}

/* ── Section container ─────────────────────────────────────── */
.section-inner { max-width: 1240px; margin: 0 auto; padding: 105px 36px; }

/* ── Section typography ────────────────────────────────────── */
.sec-label {
  margin: 0 0 14px;
  font-family: Rye, serif;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #E0A93F;
}
.sec-h2 {
  margin: 0;
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 900;
  font-size: clamp(46px, 7vw, 112px);
  line-height: 0.82;
  text-transform: uppercase;
  color: #F7F1E4;
}
.sec-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 44px;
}
.sec-lead { margin: 0; max-width: 46ch; font-size: 17px; line-height: 1.65; color: #B4AA97; text-wrap: pretty; }
.body-lg  { margin: 0 0 26px; font-size: 19px; line-height: 1.7; color: #D3C9B6; text-wrap: pretty; }
.body-md  { margin: 0 0 22px; font-size: 18px; line-height: 1.7; color: #CDC3B0; text-wrap: pretty; }

/* ── CTAs ──────────────────────────────────────────────────── */
.btn-gold {
  display: inline-block;
  padding: 16px 40px 12px;
  background: #E0A93F;
  color: #0C0A09;
  border: 2px solid #E0A93F;
  font-family: Rye, serif;
  font-size: 20px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.btn-ghost {
  display: inline-block;
  padding: 16px 40px 12px;
  border: 2px solid rgba(237,229,214,0.55);
  color: #F7F1E4;
  font-family: Rye, serif;
  font-size: 20px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.btn-outline {
  display: inline-block;
  padding: 15px 36px 11px;
  border: 2px solid rgba(237,229,214,0.45);
  color: #F7F1E4;
  font-family: Rye, serif;
  font-size: 20px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.btn-streaming {
  padding: 11px 26px 8px;
  border: 2px solid rgba(237,229,214,0.3);
  color: #F7F1E4;
}

/* ── HEADER ────────────────────────────────────────────────── */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 24px;
  background: rgba(12,10,9,0.86);
  backdrop-filter: blur(12px);
  border-bottom: 2px solid #E0A93F;
}
.header-logo {
  display: block;
  flex: 0 1 auto;
  min-width: 0;
  font-family: 'Big Shoulders Display', sans-serif;
  font-size: clamp(22px, 2.6vw, 34px);
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1;
  color: #F7F1E4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
header nav {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 14px;
  font-family: 'Big Shoulders Display', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
}
.nav-link { color: #C4B79E; }
.btn-contrate {
  flex: 0 0 auto;
  padding: 10px 18px 7px;
  background: #E0A93F;
  color: #0C0A09;
  font-family: Rye, serif;
  font-size: 15px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 2px solid #E0A93F;
}

/* ── HERO ──────────────────────────────────────────────────── */
#topo {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

/* ── Hero slider ─────────────────────────────────────────────── */
.hero-slides { position: absolute; inset: 0; }

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.4s ease;
}
.hero-slide.active {
  opacity: 1;
  animation: heroZoom 7s ease-in-out forwards;
}

@keyframes heroZoom {
  from { transform: scale(1);    }
  to   { transform: scale(1.09); }
}

/* ── Hero dots ───────────────────────────────────────────────── */
.hero-dots {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 2;
}
.hero-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(247,241,228,0.35);
  border: 1.5px solid rgba(247,241,228,0.5);
  cursor: pointer;
  padding: 0;
  transition: background .3s, border-color .3s;
}
.hero-dot.active { background: #E0A93F; border-color: #E0A93F; }
.hero-overlay-grad {
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 95% at 50% 32%, rgba(12,10,9,0.30) 0%, rgba(12,10,9,0.84) 62%, #0C0A09 100%);
}
.hero-overlay-dots {
  position: absolute;
  inset: 0;
  opacity: 0.32;
  background-image: radial-gradient(#0C0A09 1.1px, transparent 1.2px);
  background-size: 5px 5px;
}
.hero-inner {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 80px 36px clamp(80px, 18vh, 200px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 26px;
  color: #E0A93F;
  font-family: Rye, serif;
  font-size: 14px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.eyebrow-line { display: block; width: 70px; height: 2px; background: #E0A93F; }
.hero-h1 {
  margin: 0;
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 900;
  font-size: clamp(38px, 7.6vw, 125px);
  line-height: 0.9;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #F7F1E4;
  text-shadow: 0 6px 26px rgba(0,0,0,0.6);
  white-space: nowrap;
}
.hero-lead {
  margin: 34px auto 0;
  max-width: 58ch;
  font-size: 18px;
  line-height: 1.6;
  color: #C9BFAB;
  text-wrap: pretty;
}
.cta-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 40px;
}

/* ── MARQUEE ───────────────────────────────────────────────── */
.marquee-bar {
  position: relative;
  z-index: 2;
  background: #E0A93F;
  color: #0C0A09;
  border-top: 3px solid #0C0A09;
  border-bottom: 3px solid #0C0A09;
  overflow: hidden;
  padding: 12px 0;
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: jjrMarquee 42s linear infinite;
  font-family: 'Big Shoulders Display', sans-serif;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1;
}
.marquee-row { display: flex; gap: 34px; padding-right: 34px; }

/* ── SOBRE ─────────────────────────────────────────────────── */
#sobre { position: relative; background: #0C0A09; }
.sobre-grid {
  max-width: 1240px;
  margin: 0 auto;
  padding: 110px 36px 90px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
  gap: 64px;
  align-items: start;
}
.sobre-sticky { position: sticky; top: 104px; }
.sobre-photo  { position: relative; aspect-ratio: 4/5; overflow: hidden; }
.sobre-photo img { width: 100%; height: 100%; object-fit: cover; display: block; filter: contrast(1.06) saturate(0.9); }
.sobre-quote {
  margin: 0 0 44px;
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 900;
  font-size: clamp(30px, 3.6vw, 52px);
  line-height: 0.92;
  text-transform: uppercase;
  color: #E0A93F;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  padding-top: 34px;
  border-top: 2px solid rgba(224,169,63,0.4);
}
.stat-num { font-family: 'Big Shoulders Display', sans-serif; font-weight: 900; font-size: 60px; line-height: 0.85; color: #F7F1E4; }
.stat-lbl { margin-top: 10px; font-family: Rye, serif; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: #9A907E; }

/* ── PARALLAX ──────────────────────────────────────────────── */
.parallax {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-attachment: fixed;
  border-top: 3px solid #E0A93F;
  border-bottom: 3px solid #E0A93F;
}
.overlay-grad-v { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12,10,9,0.78), rgba(12,10,9,0.45) 50%, rgba(12,10,9,0.85)); }
.overlay-grad-h { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,10,9,0.92) 5%, rgba(12,10,9,0.55) 55%, rgba(12,10,9,0.25) 100%); }
.parallax-center { position: relative; text-align: center; padding: 90px 36px; max-width: 1100px; }
.parallax-inner  { position: relative; max-width: 1240px; margin: 0 auto; padding: 90px 36px; width: 100%; }

/* ── MÚSICAS ───────────────────────────────────────────────── */
#musicas { position: relative; background: #111008; }
.musicas-bg { position: absolute; inset: 0; opacity: 0.10; background-size: cover; background-position: center; background-attachment: fixed; }
.album-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(250px, 1fr);
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 14px;
  scroll-snap-type: x mandatory;
}
/* ── Album carousel ─────────────────────────────────────────── */
.album-carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
.album-carousel-stage {
  display: flex;
  align-items: center;
  gap: 28px;
  width: 100%;
  justify-content: center;
}
.album-carousel-window {
  width: min(500px, 72vw);
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(224,169,63,0.4);
  background: #1A1710;
  flex: 0 0 auto;
}
.album-carousel-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .55s ease;
}
.album-carousel-slide.active { opacity: 1; }
.album-carousel-slide img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  filter: contrast(1.06) saturate(0.88);
}
.carousel-arrow {
  flex: 0 0 auto;
  width: 52px; height: 52px;
  border-radius: 50%;
  border: 2px solid rgba(224,169,63,0.45);
  background: rgba(12,10,9,0.55);
  color: #E0A93F;
  font-size: 22px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: border-color .25s, background .25s;
  line-height: 1;
  padding: 0;
}
.carousel-arrow:hover { border-color: #E0A93F; background: rgba(224,169,63,0.12); }
.album-carousel-info { text-align: center; transition: opacity .25s ease; }
.album-carousel-name {
  margin: 0;
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 900;
  font-size: clamp(28px, 4vw, 54px);
  line-height: 0.9;
  text-transform: uppercase;
  color: #F7F1E4;
}
.album-carousel-dots {
  display: flex;
  gap: 9px;
  justify-content: center;
}
.album-carousel-dots .carousel-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: rgba(247,241,228,0.25);
  border: 1.5px solid rgba(247,241,228,0.4);
  cursor: pointer;
  padding: 0;
  transition: background .3s, border-color .3s;
}
.album-carousel-dots .carousel-dot.active { background: #E0A93F; border-color: #E0A93F; }
.streaming-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 48px;
  padding-top: 30px;
  border-top: 2px solid rgba(237,229,214,0.14);
  font-family: Rye, serif;
  font-size: 17px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.streaming-label { color: #9A907E; margin-right: 8px; }

/* ── VÍDEOS ────────────────────────────────────────────────── */
#videos { position: relative; background: #0C0A09; border-top: 3px solid #E0A93F; }
.video-hero { position: relative; aspect-ratio: 16/9; background: #141210; border: 3px solid #E0A93F; overflow: hidden; }
.video-hero img { width: 100%; height: 100%; object-fit: cover; display: block; }
.play-wrap  { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; pointer-events: none; }
.play-btn   { width: 104px; height: 104px; border-radius: 50%; background: rgba(12,10,9,0.6); border: 3px solid #E0A93F; display: flex; align-items: center; justify-content: center; }
.play-arrow { width: 0; height: 0; margin-left: 7px; border-left: 28px solid #E0A93F; border-top: 17px solid transparent; border-bottom: 17px solid transparent; }

/* ── GALERIA ───────────────────────────────────────────────── */
#galeria { position: relative; background: #111008; }
.gallery-grid { display: grid; grid-template-columns: repeat(4,1fr); grid-auto-rows: 210px; gap: 12px; }
.gallery-item       { overflow: hidden; }
.gallery-item.col-2 { grid-column: span 2; }
.gallery-item.row-2 { grid-row: span 2; }
.gallery-item img   { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease; }

/* ── CONTRATANTES ──────────────────────────────────────────── */
#contratantes {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-attachment: fixed;
  border-top: 3px solid #E0A93F;
}
.contratantes-inner { position: relative; max-width: 1240px; margin: 0 auto; padding: 120px 36px; }
.contratantes-body  { max-width: 64ch; }

/* ── CONTATO ───────────────────────────────────────────────── */
#contato { position: relative; background: #0C0A09; border-top: 3px solid #E0A93F; }
.contato-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 48px; }
.contato-h3   { margin: 0 0 20px; font-family: Rye, serif; font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; color: #E0A93F; font-weight: 400; }
.contato-company { margin: 0 0 16px; font-family: 'Big Shoulders Display', sans-serif; font-size: 32px; font-weight: 800; text-transform: uppercase; line-height: 0.95; color: #F7F1E4; }
.contato-links { display: flex; flex-direction: column; gap: 8px; font-size: 17px; }
.social-grid   { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; font-family: 'Big Shoulders Display', sans-serif; font-size: 26px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; }

/* ── WA BOX ────────────────────────────────────────────────── */
.wa-box     { position: relative; border: 2px solid #E0A93F; padding: 40px 34px 36px; background: rgba(224,169,63,0.06); overflow: hidden; }
.wa-corner  { position: absolute; width: 22px; height: 22px; }
.wa-corner.tl { top: -1px; left: -1px;  border-top: 4px solid #E0A93F; border-left: 4px solid #E0A93F; }
.wa-corner.tr { top: -1px; right: -1px; border-top: 4px solid #E0A93F; border-right: 4px solid #E0A93F; }
.wa-corner.bl { bottom: -1px; left: -1px;  border-bottom: 4px solid #E0A93F; border-left: 4px solid #E0A93F; }
.wa-corner.br { bottom: -1px; right: -1px; border-bottom: 4px solid #E0A93F; border-right: 4px solid #E0A93F; }
.wa-label   { margin: 0 0 6px; font-family: Rye, serif; font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase; color: rgba(224,169,63,0.55); }
.wa-title   { margin: 0 0 18px; font-family: Rye, serif; font-size: 42px; line-height: 1; text-transform: uppercase; color: #F7F1E4; font-weight: 400; }
.wa-divider { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.wa-line    { flex: 1; height: 1px; background: rgba(224,169,63,0.35); }
.wa-star    { font-family: Rye, serif; font-size: 12px; color: rgba(224,169,63,0.55); }
.wa-text    { margin: 0 0 28px; font-size: 15px; line-height: 1.7; color: #C4B79E; text-wrap: pretty; }
.wa-btn     { display: inline-flex; align-items: center; gap: 10px; padding: 14px 28px 11px; background: #E0A93F; color: #0C0A09; font-family: Rye, serif; font-size: 18px; letter-spacing: 0.06em; text-transform: uppercase; }

/* ── FOOTER ────────────────────────────────────────────────── */
footer {
  position: relative;
  background-size: cover;
  background-position: center 35%;
  background-attachment: fixed;
  border-top: 3px solid #E0A93F;
}
.footer-overlay { position: absolute; inset: 0; background: rgba(12,10,9,0.65); }
.footer-inner   { position: relative; max-width: 1240px; margin: 0 auto; padding: 200px 36px 100px; display: flex; flex-direction: column; align-items: center; gap: 22px; text-align: center; }
.footer-logo    { width: min(62vw, 520px); height: auto; display: block; filter: drop-shadow(0 26px 50px rgba(0,0,0,0.8)); }
.footer-tagline { margin: 0; font-family: Rye, serif; font-size: 15px; letter-spacing: 0.18em; text-transform: uppercase; color: #E0A93F; }
.footer-credit  { display: flex; flex-direction: column; align-items: center; gap: 10px; margin-top: 14px; padding: 26px 34px 22px; border: 2px solid rgba(224,169,63,0.4); background: rgba(224,169,63,0.06); }
.footer-credit-lbl { font-family: Rye, serif; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: #9A907E; }
.footer-studio  { font-family: 'Big Shoulders Display', sans-serif; font-size: 44px; font-weight: 900; letter-spacing: 0.06em; text-transform: uppercase; line-height: 1; color: #F7F1E4; }
.footer-copy    { margin: 0; font-size: 12px; color: #7C7466; letter-spacing: 0.04em; }

/* ════════════════════════════════════════════════════════════
   WHATSAPP FLUTUANTE
   ════════════════════════════════════════════════════════════ */
@keyframes waPulse {
  0%   { box-shadow: 0 6px 28px rgba(0,0,0,0.45), 0 0 0 0   rgba(37,211,102,0.65); }
  65%  { box-shadow: 0 6px 28px rgba(0,0,0,0.45), 0 0 0 18px rgba(37,211,102,0);   }
  100% { box-shadow: 0 6px 28px rgba(0,0,0,0.45), 0 0 0 0   rgba(37,211,102,0);   }
}
@keyframes waGoldShimmer {
  0%, 100% { border-color: #E0A93F; }
  50%       { border-color: #F5CE7C; }
}

.wa-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 200;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  border-radius: 50px;
  background: #1FAF59;
  border: 2px solid #E0A93F;
  text-decoration: none;
  overflow: hidden;
  animation: waPulse 2.6s ease-out infinite, waGoldShimmer 3s ease-in-out infinite;
  transition: transform .2s ease;
}
.wa-float:hover { transform: scale(1.05); }

.wa-float-icon {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.wa-float-label {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  font-family: Rye, serif;
  font-size: 13px;
  letter-spacing: 0.14em;
  color: #0C0A09;
  transition: max-width .4s ease, padding .35s ease;
  padding: 0;
}
.wa-float:hover .wa-float-label {
  max-width: 200px;
  padding: 0 4px 0 18px;
}

/* ════════════════════════════════════════════════════════════
   HAMBURGER
   ════════════════════════════════════════════════════════════ */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  flex: 0 0 auto;
}
.nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #E0A93F;
  transition: transform .25s, opacity .2s;
}
header.nav-open .nav-toggle span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
header.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
header.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

/* ════════════════════════════════════════════════════════════
   TABLET  ≤ 900px
   ════════════════════════════════════════════════════════════ */
@media (max-width: 900px) {
  .sobre-grid {
    grid-template-columns: 1fr;
    padding: 80px 28px 70px;
    gap: 44px;
  }
  .sobre-sticky { position: static; }
  .sobre-photo  { max-width: 460px; }
}

/* ════════════════════════════════════════════════════════════
   MOBILE  ≤ 768px
   ════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {

  /* ── Containers ──────────────────────────────────────────── */
  .section-inner       { padding: 64px 20px; }
  .sobre-grid          { padding: 64px 20px 56px; }
  .parallax-center     { padding: 64px 20px; }
  .parallax-inner      { padding: 64px 20px; }
  .contratantes-inner  { padding: 80px 20px; }
  .footer-inner        { padding: 100px 20px 64px; }

  /* ── background-attachment: fixed não funciona no iOS ─────── */
  #topo,
  .parallax,
  #contratantes,
  .musicas-bg,
  footer { background-attachment: scroll; }

  /* ── Hero slides: imagens verticais para mobile ─────────── */
  .hero-slide--1 { background-image: url('images/PIX25977.jpg') !important;                        background-position: center 28% !important; }
  .hero-slide--2 { background-image: url('images/Jota-Junior-e-Rodrigo-logotipo-4-m.jpg') !important; background-position: center center !important; }
  .hero-slide--3 { background-image: url('images/PIX25969-m.jpg') !important;                     background-position: center center !important; }

  /* ── HEADER ─────────────────────────────────────────────── */
  header { flex-wrap: wrap; padding: 12px 16px; gap: 12px; }

  .nav-toggle { display: flex; }

  header nav {
    display: none;
    flex-direction: column;
    width: 100%;
    gap: 0;
    padding: 8px 0 4px;
    border-top: 1px solid rgba(224,169,63,0.25);
    white-space: normal;
    font-size: 20px;
  }
  header.nav-open nav { display: flex; }

  header nav .nav-link {
    display: block;
    padding: 13px 4px;
    border-bottom: 1px solid rgba(224,169,63,0.1);
    color: #C4B79E;
  }
  header nav .btn-contrate {
    margin-top: 14px;
    text-align: center;
    padding: 14px 18px 10px;
    font-size: 16px;
  }

  /* ── HERO ───────────────────────────────────────────────── */
  .hero-inner  { padding: 60px 20px clamp(60px, 14vh, 120px); }
  .hero-h1     { white-space: normal; font-size: clamp(48px, 13vw, 76px); }
  .hero-lead   { font-size: 16px; margin-top: 22px; }
  .eyebrow-line { width: 36px; }

  /* ── Seção H2 ────────────────────────────────────────────── */
  .sec-h2 { font-size: clamp(60px, 14vw, 90px) !important; }

  .cta-group { flex-direction: column; align-items: stretch; gap: 12px; margin-top: 28px; }
  .btn-gold,
  .btn-ghost  { display: block; width: 100%; text-align: center; padding: 15px 24px 11px; font-size: 17px; }

  /* ── MARQUEE ─────────────────────────────────────────────── */
  .marquee-track { font-size: 22px; }

  /* ── SOBRE ───────────────────────────────────────────────── */
  .sobre-photo { max-width: 100%; }
  .stats-grid  { gap: 20px; }
  .stat-num    { font-size: 44px; }

  /* ── PARALLAX ────────────────────────────────────────────── */
  .parallax     { min-height: 55vh; height: auto !important; }

  /* ── MÚSICAS / carrossel ─────────────────────────────────── */
  .album-carousel-window { width: min(340px, 78vw); }
  .carousel-arrow { width: 40px; height: 40px; font-size: 18px; }
  .album-carousel-stage { gap: 14px; }

  /* ── VÍDEOS ──────────────────────────────────────────────── */
  .play-btn   { width: 72px; height: 72px; }
  .play-arrow { border-left-width: 20px; border-top-width: 12px; border-bottom-width: 12px; }
  .btn-outline { display: block; width: 100%; text-align: center; font-size: 16px; padding: 13px 26px 9px; }

  /* CTAs inline (contratantes) */
  .contratantes-body > div { flex-direction: column; }
  .contratantes-body > div > a { display: block; text-align: center; padding: 15px 20px 11px !important; }

  /* ── GALERIA ─────────────────────────────────────────────── */
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; gap: 6px; }
  .gallery-item.col-2 { grid-column: span 1; }
  .gallery-item.row-2 { grid-row: span 1; }
  /* mantém o destaque principal full-width */
  .gallery-item.col-2.row-2 { grid-column: span 2; grid-row: span 2; }

  /* ── CONTRATANTES ────────────────────────────────────────── */
  #contratantes { min-height: 0; }
  .contratantes-body { max-width: 100%; }

  /* ── CONTATO ─────────────────────────────────────────────── */
  .contato-grid { grid-template-columns: 1fr; gap: 36px; }

  /* ── WA BOX ──────────────────────────────────────────────── */
  .wa-title { font-size: 34px; }

  /* ── FOOTER ──────────────────────────────────────────────── */
  .footer-logo   { width: min(80vw, 360px); }
  .footer-studio { font-size: 34px; }

}

/* ════════════════════════════════════════════════════════════
   VERY SMALL  ≤ 420px
   ════════════════════════════════════════════════════════════ */
@media (max-width: 420px) {
  .hero-h1 { font-size: clamp(42px, 12vw, 64px); }
  .sec-h2  { font-size: clamp(52px, 13vw, 78px) !important; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat-num   { font-size: 40px; }
  /* terceiro stat cai sozinho no 2-col */
  .stats-grid > div:nth-child(3) { grid-column: span 2; border-top: 1px solid rgba(224,169,63,0.2); padding-top: 16px; }
}
