@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
:root {
  --black: #0a0a0a;
  --white: #ffffff;
  --brown-dark: #3d2914;
  --brown: #6b4423;
  --brown-medium: #8b5a2b;
  --beige: #d4c4a8;
  --beige-light: #e8dcc8;
  --beige-pale: #f5f0e6;
  --section-bio-h: 920px;
  --section-agenda-h: 680px;
  --section-playlist-h: 720px;
  --section-contato-h: clamp(620px, 52vw, 860px);
  --content-max: 960px;
}
:root {
  --bp-sm: 36rem;
  --bp-md: 48rem;
  --bp-lg: 62rem;
}

* {
  box-sizing: border-box;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
img,
iframe,
video {
  max-width: 100%;
  height: auto;
  display: block;
}
body {
  margin: 0;
  padding: 0;
  background-color: var(--black);
  color: var(--white);
  font-family: "Bebas Neue", sans-serif;
  overflow-x: hidden;
}
.site-main {
  display: block;
}
/* ── Transições entre seções ── */
.section-panel {
  position: relative;
  isolation: isolate;
}
.section-panel::before,
.section-panel::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: clamp(48px, 8vw, 96px);
  pointer-events: none;
  z-index: 2;
}
.section-bio::before {
  top: 0;
  background: linear-gradient(
    180deg,
    rgba(212, 196, 168, 0.55) 0%,
    rgba(10, 10, 10, 0.35) 45%,
    transparent 100%
  );
}
.section-bio::after {
  bottom: 0;
  background: linear-gradient(
    0deg,
    rgba(212, 196, 168, 0.85) 0%,
    rgba(212, 196, 168, 0.25) 55%,
    transparent 100%
  );
}
.section-agenda::before {
  top: 0;
  background: linear-gradient(
    180deg,
    rgba(212, 196, 168, 0.9) 0%,
    transparent 100%
  );
}
.section-agenda::after {
  bottom: 0;
  background: linear-gradient(
    0deg,
    rgba(10, 10, 10, 0.92) 0%,
    rgba(10, 10, 10, 0.35) 50%,
    transparent 100%
  );
}
.section-playlist::before {
  top: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 10, 10, 0.95) 0%,
    rgba(10, 10, 10, 0.4) 45%,
    transparent 100%
  );
}
.section-playlist::after {
  bottom: 0;
  background: linear-gradient(
    0deg,
    rgba(10, 10, 10, 0.95) 0%,
    rgba(61, 41, 20, 0.35) 55%,
    transparent 100%
  );
}
.section-contato::before {
  top: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 10, 10, 0.9) 0%,
    transparent 100%
  );
}
.hero-section::before,
.hero-section::after {
  display: none;
}
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.section-panel > .reveal-on-scroll,
.section-panel > .hero-inner {
  position: relative;
  z-index: 3;
}
@keyframes heroGradientShift {
  0% {
    transform: scale(1) translate3d(0, 0, 0) rotate(0deg);
    opacity: 0.9;
  }
  50% {
    transform: scale(1.12) translate3d(2%, -2%, 0) rotate(6deg);
    opacity: 1;
  }
  100% {
    transform: scale(1.06) translate3d(-2%, 2%, 0) rotate(-5deg);
    opacity: 0.8;
  }
}

@keyframes heroGlowPulse {
  0% {
    transform: scale(0.96);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.08);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal-on-scroll {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .section-panel::before,
  .section-panel::after {
    display: none;
  }
  .hero-section::before,
  .hero-section::after {
    animation: none;
  }
}
/* ── Hero / Vídeo ── */
.hero-section {
  position: relative;
  overflow: hidden;
  background-color: var(--black);
  background-image:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(107, 68, 35, 0.35) 0%, transparent 55%),
    linear-gradient(180deg, #141414 0%, var(--black) 45%, #0d0d0d 100%);
}
.hero-section::before,
.hero-section::after {
  content: "";
  position: absolute;
  inset: -15% -10% auto -10%;
  height: 120%;
  pointer-events: none;
  z-index: 0;
  display: block;
}
.hero-section::before {
  background:
    radial-gradient(circle at 18% 20%, rgba(160, 94, 48, 0.75), transparent 20%),
    radial-gradient(circle at 78% 25%, rgba(80, 35, 14, 0.8), transparent 25%),
    radial-gradient(circle at 52% 78%, rgba(34, 18, 12, 0.9), transparent 30%),
    linear-gradient(135deg, rgba(10,10,10,0.88) 0%, rgba(38,20,10,0.76) 35%, rgba(10,10,10,0.96) 100%);
  filter: blur(18px) saturate(120%);
  animation: heroGradientShift 16s ease-in-out infinite alternate;
}
.hero-section::after {
  inset: auto -20% -25% -20%;
  height: 60%;
  background: radial-gradient(ellipse at center, rgba(120, 68, 34, 0.3), transparent 60%);
  filter: blur(40px);
  animation: heroGlowPulse 10s ease-in-out infinite alternate;
}
.hero-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(1.25rem, 4vw, 2.5rem) clamp(1rem, 3vw, 1.75rem) clamp(1rem, 3vw, 1.5rem);
  text-align: center;
}
.hero-kicker {
  margin: 0 0 0.35rem;
  color: var(--beige);
  font-size: clamp(1rem, 2.5vw, 1.35rem);
  letter-spacing: 0.35em;
  text-transform: uppercase;
}
.hero-heading {
  margin: 0 0 clamp(1rem, 3vw, 1.5rem);
  color: var(--white);
  font-size: clamp(2.25rem, 6vw, 3.75rem);
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.6);
}
.hero-video-frame {
  position: relative;
  padding: clamp(6px, 1vw, 10px);
  border-radius: 14px;
  background: linear-gradient(145deg, var(--beige-light) 0%, var(--beige) 40%, var(--brown-medium) 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 20px 50px rgba(0, 0, 0, 0.65),
    0 4px 0 var(--brown-dark);
}
.hero-video-frame::before {
  content: '';
  position: absolute;
  inset: clamp(6px, 1vw, 10px);
  border-radius: 8px;
  border: 1px solid rgba(10, 10, 10, 0.25);
  pointer-events: none;
  z-index: 2;
}
.hero-video {
  border-radius: 8px;
  overflow: hidden;
  background: var(--black);
  box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.5);
}
.hero-video iframe {
  border: none;
  width: 100%;
  height: 100%;
  display: block;
}
.streaming-bar {
  background-color: var(--beige);
  border-top: 3px solid var(--brown);
  border-bottom: 3px solid var(--brown);
  padding: 0.75rem 0.5rem;
  position: relative;
  z-index: 3;
}
.platform-icons {
  flex-wrap: wrap;
  gap: 0.25rem;
}
.platform-icons .nav-item img {
  height: clamp(40px, 5vw, 60px);
  filter: brightness(0) saturate(100%);
  opacity: 0.85;
  transition: opacity 0.2s ease;
}
.platform-icons .nav-link:hover img {
  opacity: 1;
}
/* ── Biografia ── */
.section-bio {
  position: relative;
  min-height: var(--section-bio-h);
  background-color: var(--black);
  background-image: url('../images/test/fundo.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.bio-desktop {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  min-height: var(--section-bio-h);
  padding: clamp(3rem, 6vw, 5.5rem) clamp(1.5rem, 5vw, 5rem);
}
.bio-mobile {
  display: none;
}
.bio-card {
  color: var(--white);
  text-align: left;
  background:
    radial-gradient(circle at 88% 18%, rgba(126, 61, 20, 0.48), transparent 38%),
    linear-gradient(135deg, rgba(18, 16, 14, 0.97), rgba(45, 26, 15, 0.96));
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.52);
  backdrop-filter: blur(10px);
}
.bio-card-desktop {
  width: min(100%, 700px);
  margin-right: 0;
  padding: clamp(2rem, 3.2vw, 2.8rem) clamp(2.25rem, 4vw, 3.8rem);
  border: 1px solid rgba(221, 170, 104, 0.78);
  border-radius: 88px 150px 96px 116px / 106px 112px 124px 90px;
  background:
    radial-gradient(circle at 88% 18%, rgba(126, 61, 20, 0.3), transparent 38%),
    linear-gradient(135deg, rgba(18, 16, 14, 0.83), rgba(45, 26, 15, 0.8));
}
.bio-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid #d99e55;
}
.bio-title {
  color: var(--white);
  font-size: clamp(2.6rem, 4.5vw, 4rem);
  letter-spacing: 0.09em;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
.bio-social-icons {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.bio-social-icons a {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  transition: opacity 160ms ease, transform 160ms ease;
}
.bio-social-icons a:hover {
  opacity: 0.75;
  transform: translateY(-2px);
}
.bio-social-icons img {
  width: 23px;
  height: 23px;
}
.bio-handles {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.7rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.7rem, 1.15vw, 0.82rem);
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.82);
  margin: 1rem 0 1.6rem;
  word-break: break-word;
}
.bio-handles a {
  color: inherit;
  text-decoration: none;
}
.bio-handles a:hover {
  color: var(--white);
}
.section-title {
  color: var(--beige);
  font-size: clamp(2rem, 5vw, 3.5rem);
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.section-title-compact {
  margin-bottom: clamp(0.5rem, 2vw, 0.75rem);
  line-height: 1;
}
.social-icons .nav-link {
  padding: 0.5rem;
}
.bio-copy p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.88rem, 1.3vw, 1rem);
  line-height: 1.58;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 1rem;
}
.bio-copy strong {
  color: var(--white);
}
.bio-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.65rem;
}
.bio-social-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-width: 155px;
  padding: 0.65rem 1.4rem;
  border: 1px solid rgba(221, 170, 104, 0.78);
  border-radius: 999px;
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease;
}
.bio-social-button:hover {
  color: var(--white);
  background: rgba(217, 158, 85, 0.16);
  border-color: #e7b778;
}
.bio-social-button img {
  width: 19px;
  height: 19px;
}
/* ── Agenda de Shows ── */
.section-agenda {
  position: relative;
  display: flex;
  align-items: center;
  min-height: var(--section-agenda-h);
  padding: clamp(5.5rem, 10vw, 8rem) clamp(1rem, 3vw, 1.5rem) clamp(5rem, 9vw, 7rem);
  background-color: #FFA55D;
  background-image:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 55px,
      rgba(180, 140, 20, 0.3) 55px,
      rgba(180, 140, 20, 0.3) 56px
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 55px,
      rgba(180, 140, 20, 0.3) 55px,
      rgba(180, 140, 20, 0.3) 56px
    ),
    radial-gradient(ellipse at 30% 20%, rgba(255, 220, 80, 0.4) 0%, transparent 60%),
    radial-gradient(ellipse at 70% 80%, rgba(160, 110, 10, 0.3) 0%, transparent 60%);
  background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%;
  overflow: hidden;
}
.section-agenda::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -12deg,
    transparent,
    transparent 80px,
    rgba(0, 0, 0, 0.03) 80px,
    rgba(0, 0, 0, 0.03) 81px
  );
  pointer-events: none;
}
.agenda-inner {
  position: relative;
  z-index: 1;
  width: min(100%, var(--content-max));
  margin: 0 auto;
  text-align: left;
}
.agenda-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1rem;
}
.agenda-title {
  color: var(--white);
  font-size: clamp(3rem, 8.5vw, 5.75rem);
  letter-spacing: 0.04em;
  line-height: 0.95;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
}
.agenda-month {
  color: var(--white);
  font-size: clamp(0.95rem, 2.5vw, 1.35rem);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  white-space: nowrap;
  padding-bottom: 0.5rem;
}
.agenda-divider {
  height: 3px;
  background: var(--white);
  margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
}
.agenda-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 clamp(2rem, 5vw, 4rem);
}
.agenda-col {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.show-item {
  display: flex;
  align-items: flex-start;
  gap: clamp(0.9rem, 2.4vw, 1.4rem);
  padding: clamp(0.45rem, 1.2vw, 0.75rem) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}
.show-date {
  font-size: clamp(1.85rem, 5.6vw, 2.7rem);
  color: var(--white);
  min-width: 6.4rem;
  line-height: 1.05;
  letter-spacing: 0.02em;
  flex-shrink: 0;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.22);
}
.show-location {
  flex: 1;
  min-width: 0;
  font-size: clamp(1.05rem, 2.8vw, 1.28rem);
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.22);
}
/* ── Ouça Agora ── */
.section-playlist {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: var(--section-playlist-h);
  padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 3vw, 1.5rem);
  background-color: var(--black);
  background-image:
    linear-gradient(rgba(10, 10, 10, 0.5), rgba(61, 41, 20, 0.4)),
    url('../images/cantores/0000-316.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 28%;
}
.playlist-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.5rem, 4vw, 3rem);
  width: min(100%, var(--content-max));
  margin: 0 auto;
}
.playlist-album {
  flex: 0 1 auto;
  width: min(100%, clamp(200px, 26vw, 320px));
}
.playlist-content {
  flex: 0 1 auto;
  width: min(100%, 380px);
  text-align: center;
}
.album-cover {
  display: block;
  width: 100%;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
  border: 3px solid var(--beige);
}
.platform-icons-light {
  margin-top: clamp(0.75rem, 2vw, 1.25rem);
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem;
}
.platform-icons-light .nav-item img {
  height: clamp(40px, 5vw, 60px);
  filter: brightness(0) invert(1);
  opacity: 0.9;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.platform-icons-light .nav-link:hover img {
  transform: scale(1.08);
  opacity: 0.9;
}
/* ── Contato ── */
.section-contato {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: var(--section-contato-h);
  padding: clamp(5rem, 9vw, 8rem) clamp(1.25rem, 5vw, 5rem);
  background-color: var(--black);
  background-image:
    linear-gradient(90deg, rgba(10, 10, 10, 0.88) 0%, rgba(10, 10, 10, 0.62) 28%, rgba(10, 10, 10, 0.2) 58%, rgba(10, 10, 10, 0.08) 100%),
    linear-gradient(180deg, rgba(10, 10, 10, 0.18), rgba(61, 41, 20, 0.2)),
    url('../images/cantores/0000-123.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70% center;
}
.contato-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 3vw, 2.5rem);
  width: min(100%, 1200px);
  margin: 0 auto;
}
.contato-info {
  position: relative;
  z-index: 3;
  flex: 0 1 520px;
  max-width: 520px;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  text-align: center;
}
.contato-info .section-title {
  font-size: clamp(4rem, 7vw, 6.25rem);
  letter-spacing: 0.1em;
}
.contato-photo {
  flex: 1 1 280px;
  max-width: min(420px, 48vw);
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-label {
  color: var(--beige);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  text-transform: lowercase;
  letter-spacing: 0.05em;
  margin: 0.6rem 0 0;
}
.contact-phone {
  color: var(--white);
  font-size: clamp(2.5rem, 5vw, 4rem);
  letter-spacing: 0.02em;
  margin: 0.3rem 0;
  line-height: 1.1;
  word-break: break-word;
}
.contact-email {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  letter-spacing: 0.03em;
  margin: 0.5rem 0 1.35rem;
  word-break: break-word;
}
.contact-presskit {
  margin: 0 0 1.75rem;
}
.contact-logo-photo {
  width: min(100%, clamp(190px, 24vw, 260px));
  margin: 0 auto;
  display: block;
}
.artists-photo {
  width: 100%;
  max-height: min(520px, calc(var(--section-contato-h) - 3rem));
  object-fit: contain;
  object-position: center center;
}
.contact-phone a,
.contact-email a {
  color: inherit;
  text-decoration: none;
}
.contact-phone a:hover,
.contact-email a:hover {
  color: var(--beige);
}
.btn-outline-beige {
  color: var(--beige-light);
  border: 2px solid var(--beige);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
  letter-spacing: 0.08em;
  padding: 0.7rem 2.25rem;
  text-transform: lowercase;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.btn-outline-beige:hover {
  background-color: var(--beige);
  color: var(--brown-dark);
  border-color: var(--beige);
}
.text-beige {
  color: var(--beige-light);
}
/* ── Responsivo ── */
@media (max-width: 992px) {
  :root {
    --section-bio-h: min(920px, 100vh);
    --section-playlist-h: min(720px, 85vh);
  }
  .section-playlist {
    background-position: center 25%;
  }
  .section-contato {
    background-position: 70% center;
  }
  .playlist-inner {
    flex-direction: column;
  }
  .playlist-album {
    width: min(100%, 320px);
  }
  .contato-inner {
    flex-direction: column;
    align-items: center;
  }
  .contato-photo {
    max-width: min(100%, 380px);
  }
  .artists-photo {
    max-height: min(480px, 50vh);
  }
}
@media (max-width: 768px) {
  :root {
    --section-playlist-h: auto;
  }
  .section-playlist {
    min-height: auto;
  }
  .section-bio {
    min-height: clamp(760px, 130vw, 900px);
    background-color: #f2f0ec;
    background-image: url('../images/test/fundo-celular.jpg');
    background-size: auto 128%;
    background-position: center 65%;
  }
  .section-bio::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), transparent 100%);
  }
  .section-bio::after {
    background: linear-gradient(0deg, rgba(10, 10, 10, 0.88), transparent 100%);
  }
  .bio-desktop {
    display: none;
  }
  .bio-mobile {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: clamp(760px, 130vw, 900px);
    padding: 0 clamp(0.8rem, 4vw, 1.5rem) clamp(2.5rem, 8vw, 4rem);
  }
  .bio-card-mobile {
    position: relative;
    width: min(100%, 520px);
    padding: 2.1rem clamp(1.25rem, 5vw, 2rem) clamp(1.4rem, 5vw, 2rem);
    border: 1px solid rgba(221, 170, 104, 0.48);
    border-radius: 34px;
    background:
      radial-gradient(circle at 92% 12%, rgba(126, 61, 20, 0.42), transparent 36%),
      linear-gradient(155deg, rgba(22, 19, 16, 0.98), rgba(40, 25, 15, 0.97));
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.45);
  }
  .bio-card-grip {
    position: absolute;
    top: 0.9rem;
    left: 50%;
    width: 42px;
    height: 3px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    transform: translateX(-50%);
  }
  .bio-card-mobile .bio-card-header {
    padding: 0.55rem 0 0.9rem;
  }
  .bio-card-mobile .bio-title {
    font-size: clamp(2.25rem, 10vw, 3.15rem);
  }
  .bio-card-mobile .bio-social-icons {
    gap: 0.5rem;
  }
  .bio-card-mobile .bio-social-icons a {
    width: 26px;
    height: 26px;
  }
  .bio-card-mobile .bio-social-icons img {
    width: 19px;
    height: 19px;
  }
  .bio-card-mobile .bio-handles {
    gap: 0.25rem 0.45rem;
    margin: 0.9rem 0 1.35rem;
    font-size: clamp(0.59rem, 2.5vw, 0.72rem);
    line-height: 1.45;
  }
  .bio-card-mobile .bio-copy p {
    font-size: clamp(0.82rem, 3.45vw, 0.98rem);
    line-height: 1.62;
    margin-bottom: 0.9rem;
  }
  .bio-mobile-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 1.4rem;
    padding: 0.9rem 1.25rem;
    border-radius: 999px;
    background: linear-gradient(100deg, #e7b879, #f2c98d);
    color: #28170d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
    transition: transform 160ms ease, filter 160ms ease;
  }
  .bio-mobile-button:hover {
    color: #28170d;
    filter: brightness(1.05);
    transform: translateY(-2px);
  }
  .section-playlist {
    background-size: cover;
    background-position: center 25%;
  }
  .section-contato {
    min-height: 820px;
    padding: 5rem 1rem 4rem;
    background-position: 58% center;
  }
  .contato-inner {
    align-items: center;
  }
  .contato-info {
    width: min(100%, 480px);
    padding: 1.5rem 0.75rem;
  }
  .contato-info .section-title {
    font-size: clamp(3.5rem, 14vw, 5rem);
  }
  .agenda-month {
    white-space: normal;
  }
}
@media (max-width: 576px) {
  .hero-kicker {
    letter-spacing: 0.2em;
  }
  .hero-video-frame {
    border-radius: 10px;
    padding: 5px;
  }
  .hero-video {
    border-radius: 6px;
  }
  .streaming-bar {
    padding: 0.5rem 0.25rem;
  }
  .agenda-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .agenda-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .show-item {
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 0.9rem;
  }
  .show-date {
    min-width: 6.6rem;
    font-size: clamp(1.85rem, 8.2vw, 2.15rem);
  }
  .show-location {
    flex: 1 1 auto;
    padding-left: 0;
    font-size: 1.05rem;
  }
  .show-event-name {
    font-size: 0.98rem;
  }
  .contact-phone {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }
}
@media (max-width: 400px) {
  .bio-card-mobile {
    padding-right: 1.1rem;
    padding-left: 1.1rem;
    border-radius: 28px;
  }
  .bio-card-mobile .bio-title {
    font-size: 2.15rem;
  }
  .bio-card-mobile .bio-handles {
    font-size: 0.57rem;
  }
  .platform-icons .nav-item,
  .platform-icons-light .nav-item {
    padding: 0.15rem;
  }
}

/* ══════════════════════════════════════════
   ── Botão fixo de contratação (Topbar CTA) ──
   ══════════════════════════════════════════ */
.topbar-cta {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  padding: 0.75rem 1.25rem;
  pointer-events: none;
  z-index: 1050;
}
.topbar-cta-btn {
  pointer-events: auto;
  background-color: rgba(10, 10, 10, 0.82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-color: rgba(212, 196, 168, 0.7);
  font-size: clamp(0.78rem, 1.5vw, 0.9rem);
  letter-spacing: 0.1em;
  padding: 0.5rem 1.25rem;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.topbar-cta-btn:hover {
  background-color: rgba(107, 68, 35, 0.72);
  border-color: var(--beige);
  color: var(--white);
}

/* ── Hero: slogan + CTAs ── */
.hero-inner-padded {
  padding-top: clamp(3.5rem, 8vw, 5rem);
}
.hero-slogan {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.95rem, 2vw, 1.15rem);
  color: var(--beige-light);
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
}
.hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
}
.hero-cta-group .btn {
  min-width: 180px;
  font-size: clamp(0.85rem, 1.6vw, 0.95rem);
  letter-spacing: 0.07em;
  padding: 0.65rem 1.5rem;
}

/* ── Fotos dos integrantes (Bio) ── */
.members-photos {
  display: flex;
  gap: clamp(0.5rem, 2vw, 1rem);
  margin-top: clamp(1rem, 2.5vw, 1.5rem);
}
.member-photo {
  width: 50%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(212, 196, 168, 0.35);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
}
.members-photos-sm {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.members-photos-sm .member-photo {
  border-radius: 8px;
}

/* ── Playlist: lançamento e outros trabalhos ── */
.playlist-release {
  margin-top: clamp(1.25rem, 3vw, 2rem);
  margin-bottom: clamp(1rem, 2.5vw, 1.5rem);
}
.playlist-label {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  color: var(--beige);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.playlist-label-sm {
  font-size: clamp(0.95rem, 1.8vw, 1.1rem);
  margin-bottom: 0.5rem;
}
.playlist-spotify-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  font-size: clamp(0.9rem, 1.8vw, 1rem);
}
.playlist-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
  margin: clamp(1rem, 2.5vw, 1.5rem) 0;
}
.playlist-others {
  margin-top: 0.25rem;
}

/* ══════════════════════════════════════════
   ── Seção Shows ──
   ══════════════════════════════════════════ */
.section-shows {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(600px, 70vh, 900px);
  padding: clamp(5rem, 10vw, 8rem) clamp(1rem, 3vw, 2rem);
  background-color: var(--black);
  background-image:
    linear-gradient(180deg, rgba(10,10,10,0.55) 0%, rgba(10,10,10,0.75) 100%),
    url('../images/cantores/0000-300.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 30%;
  overflow: hidden;
}
.section-shows::before {
  top: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 10, 10, 0.92) 0%,
    transparent 100%
  );
}
.section-shows::after {
  bottom: 0;
  background: linear-gradient(
    0deg,
    rgba(212, 196, 168, 0.9) 0%,
    transparent 100%
  );
}
.shows-inner {
  position: relative;
  z-index: 3;
  width: min(100%, 820px);
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 3.5rem) clamp(2rem, 5vw, 4rem);
  text-align: center;
  background:
    radial-gradient(circle at 88% 18%, rgba(126, 61, 20, 0.3), transparent 38%),
    linear-gradient(135deg, rgba(18, 16, 14, 0.83), rgba(45, 26, 15, 0.8));
  border: 1px solid rgba(221, 170, 104, 0.6);
  border-radius: 88px 150px 96px 116px / 106px 112px 124px 90px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.52);
  backdrop-filter: blur(10px);
}
.shows-title {
  color: var(--white);
  font-size: clamp(2.4rem, 5.5vw, 4rem);
  letter-spacing: 0.07em;
  line-height: 1.05;
  margin: 0 0 1rem;
  text-transform: uppercase;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.5);
}
.shows-desc {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.9rem, 1.6vw, 1.05rem);
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.6;
  margin: 0 auto clamp(1.5rem, 3vw, 2rem);
  max-width: 560px;
}
.shows-types {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
}
.show-type-item {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.78rem, 1.5vw, 0.9rem);
  color: var(--white);
  letter-spacing: 0.04em;
  padding: 0.5rem 1.1rem;
  border: 1px solid rgba(212, 196, 168, 0.45);
  border-radius: 999px;
  background: rgba(10, 10, 10, 0.55);
  transition: background-color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}
.show-type-item:hover {
  background: rgba(107, 68, 35, 0.4);
  border-color: var(--beige);
}

/* ── Agenda: nome do evento + CTA ── */
.show-event-name {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.95rem, 2.2vw, 1.05rem);
  color: var(--white);
  letter-spacing: 0.02em;
  text-transform: none;
  margin-top: 0.2rem;
  opacity: 0.95;
}
.agenda-cta {
  margin-top: clamp(2rem, 5vw, 3rem);
  text-align: center;
}
.agenda-cta-btn {
  background-color: transparent;
  color: var(--white);
  border-color: var(--white);
  font-size: clamp(0.95rem, 1.8vw, 1.05rem);
  letter-spacing: 0.1em;
  padding: 0.7rem 2.25rem;
}
.agenda-cta-btn:hover {
  background-color: var(--white);
  color: var(--black);
  border-color: var(--white);
}

/* ══════════════════════════════════════════
   ── Seção Galeria ──
   ══════════════════════════════════════════ */
.section-galeria {
  position: relative;
  isolation: isolate;
  background-color: var(--black);
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 3vw, 2rem);
  overflow: hidden;
}
.section-galeria::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: clamp(48px, 8vw, 96px);
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(212, 196, 168, 0.85) 0%,
    transparent 100%
  );
}
.section-galeria::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(48px, 8vw, 96px);
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(
    0deg,
    rgba(10, 10, 10, 0.95) 0%,
    transparent 100%
  );
}
.galeria-inner {
  position: relative;
  z-index: 3;
  width: min(100%, 1200px);
  margin: 0 auto;
  text-align: center;
}
.galeria-title {
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
.galeria-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.75rem);
  align-items: stretch;
  width: min(100%, 1200px);
  margin: 0 auto;
}
.galeria-item {
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(212, 196, 168, 0.2);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.55);
  min-height: 420px;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}
.galeria-item:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.7);
}
.galeria-photo {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.galeria-item:hover .galeria-photo {
  transform: scale(1.04);
}

.galeria-videos {
  display: grid;
  grid-template-columns: repeat(2, minmax(300px, 1fr));
  gap: clamp(1rem, 2vw, 1.75rem);
  width: min(100%, 1200px);
  margin: clamp(1.5rem, 3vw, 2.5rem) auto 0;
}

.galeria-item-video {
  min-width: 0;
  min-height: 0;
  border-radius: 16px;
}
.video-card {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 260px;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
  aspect-ratio: 16 / 9;
}
.video-cover {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 1rem 1rem 1.2rem;
  background-size: cover;
  background-position: center;
  color: var(--white);
  z-index: 2;
  text-align: left;
}
.video-card.is-loaded .video-cover {
  display: none;
}
.video-card.has-fallback .video-embed {
  display: none;
}
.video-card.has-fallback .video-cover {
  display: flex;
}
.video-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.38rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.video-cover strong {
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  line-height: 1.2;
  max-width: 80%;
}
.video-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #111;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.03em;
  transition: transform 0.2s ease, background 0.2s ease;
}
.video-link:hover {
  transform: translateY(-1px);
  background: var(--white);
}
.video-embed {
  position: absolute;
  inset: 0;
  border: none;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
}

/* ══════════════════════════════════════════
   ── Seção Redes Sociais ──
   ══════════════════════════════════════════ */
.section-social {
  position: relative;
  isolation: isolate;
  background-color: #111111;
  padding: clamp(4rem, 8vw, 6rem) clamp(1rem, 3vw, 2rem);
}
.section-social::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: clamp(48px, 8vw, 96px);
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(10, 10, 10, 0.95) 0%,
    transparent 100%
  );
}
.section-social::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(48px, 8vw, 96px);
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(
    0deg,
    rgba(10, 10, 10, 0.92) 0%,
    transparent 100%
  );
}
.social-inner {
  position: relative;
  z-index: 3;
  width: min(100%, 900px);
  margin: 0 auto;
  text-align: center;
}
.social-title {
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
}
.social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(1rem, 3vw, 2.5rem);
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
.social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.9rem, 1.8vw, 1.05rem);
  color: var(--beige-light);
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: color 0.2s ease, transform 0.2s ease;
}
.social-link img {
  width: clamp(20px, 2.5vw, 26px);
  height: clamp(20px, 2.5vw, 26px);
  filter: brightness(0) saturate(100%) invert(87%) sepia(10%) saturate(500%) hue-rotate(10deg);
  transition: filter 0.2s ease;
}
.social-link:hover {
  color: var(--white);
  transform: translateY(-2px);
}
.social-link:hover img {
  filter: brightness(0) invert(1);
}
.social-feed-placeholder {
  margin: 0 auto;
  max-width: 960px;
  min-height: 260px;
  display: block;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(212, 196, 168, 0.18);
  border-radius: 18px;
  padding: clamp(0.9rem, 2vw, 1.25rem);
}
.instagram-feed {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.8rem, 2vw, 1.1rem);
}
.instagram-post {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.065);
  background: rgba(255, 255, 255, 0.02);
  text-decoration: none;
  color: var(--white);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.instagram-post:hover {
  transform: translateY(-2px);
  border-color: rgba(212, 196, 168, 0.38);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
}
.instagram-post-header {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.7rem 0.8rem 0.7rem;
  background: rgba(10, 10, 10, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.instagram-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-image: url('../images/images_instagram_fakefeed/foto_perfil.jpg');
  background-size: cover;
  background-position: center;
  border: 2px solid rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
}
.instagram-user {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 0.5rem;
  font-family: Arial, Helvetica, sans-serif;
}
.instagram-user-name {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.instagram-icon {
  font-size: 0.7rem;
  color: var(--beige-light);
  opacity: 0.9;
}
.instagram-image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  height: auto;
  object-fit: cover;
  transition: transform 0.25s ease;
}
.instagram-post:hover .instagram-image {
  transform: scale(1.02);
}
.instagram-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  background: rgba(0, 0, 0, 0.42);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.instagram-post:hover .instagram-overlay {
  opacity: 1;
}
.instagram-overlay span {
  display: inline-flex;
  align-items: center;
  gap: 0.46rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
}
.instagram-overlay svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

@media (max-width: 768px) {
  .instagram-feed {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .instagram-feed {
    grid-template-columns: 1fr;
  }
  .instagram-image {
    height: 220px;
  }
}

/* ══════════════════════════════════════════
   ── Seção Contato: formulário full-width ──
   ══════════════════════════════════════════ */
.contato-info-full {
  flex: 1 1 100%;
  max-width: 820px;
  width: min(100%, 820px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(2.5rem, 5vw, 4rem) clamp(1.25rem, 3vw, 2rem);
  min-height: auto;
  background: rgba(15, 15, 15, 0.54);
  border: 1px solid rgba(212, 196, 168, 0.85);
  border-radius: 28px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.contato-form-wrap {
  width: min(100%, 760px);
}
.contato-form-title {
  font-size: clamp(2rem, 5vw, 3.25rem);
  line-height: 1.1;
  margin-bottom: 0.5rem;
  text-align: center;
}
.contato-form-subtitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.9rem, 1.6vw, 1rem);
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: clamp(2rem, 4vw, 2.5rem);
}
.contato-form {
  text-align: left;
}
.contato-label {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  letter-spacing: 0.12em;
  color: var(--beige);
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}
.contato-input {
  display: block;
  width: 100%;
  padding: 0.65rem 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(212, 196, 168, 0.3);
  border-radius: 8px;
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.88rem, 1.4vw, 0.95rem);
  transition: border-color 0.2s ease, background 0.2s ease;
  outline: none;
  -webkit-appearance: none;
}
.contato-input:focus {
  border-color: var(--beige);
  background: rgba(212, 196, 168, 0.07);
}
.contato-input::placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.contato-input::-webkit-calendar-picker-indicator {
  filter: invert(1);
  opacity: 0.5;
}
.contato-textarea {
  resize: vertical;
  min-height: 110px;
}
.contato-submit-btn {
  width: 100%;
  max-width: 420px;
  font-size: clamp(1rem, 2vw, 1.2rem);
  letter-spacing: 0.14em;
  padding: 0.85rem 2rem;
}
/* ── WhatsApp CTA ── */
.contato-whatsapp {
  display: flex;
  justify-content: center;
  margin: clamp(1.5rem, 3vw, 2.5rem) 0 clamp(1rem, 2vw, 1.5rem);
}
.contato-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  max-width: 420px;
  width: 100%;
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  letter-spacing: 0.14em;
  padding: 1rem 2.25rem;
  border-color: #4caf50;
  color: #4caf50;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
  animation: whatsapp-pulse 2.8s ease-in-out infinite;
}
.contato-whatsapp-btn:hover {
  background-color: #4caf50;
  border-color: #4caf50;
  color: var(--white);
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(76, 175, 80, 0.35);
  animation: none;
}
.contato-whatsapp-icon {
  width: clamp(22px, 2.5vw, 28px);
  height: clamp(22px, 2.5vw, 28px);
  flex-shrink: 0;
}
@keyframes whatsapp-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(76, 175, 80, 0); }
  50%       { box-shadow: 0 0 0 8px rgba(76, 175, 80, 0.18); }
}
.contato-rodape {
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
  padding-top: clamp(2rem, 4vw, 2.5rem);
  border-top: 1px solid rgba(212, 196, 168, 0.2);
  text-align: center;
}
.contato-rodape .contact-logo-photo {
  max-width: 150px;
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
}

/* ── Responsivo: novas seções ── */
@media (max-width: 992px) {
  .galeria-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .galeria-videos {
    grid-template-columns: 1fr;
  }
  .topbar-cta {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .hero-cta-group {
    flex-direction: column;
    align-items: center;
  }
  .hero-cta-group .btn {
    width: 100%;
    max-width: 300px;
  }
  .shows-inner {
    border-radius: 34px;
    padding: 2rem 1.5rem;
  }
  .shows-title {
    font-size: clamp(2rem, 8vw, 3rem);
  }
  .galeria-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }
  .galeria-item-video {
    grid-column: span 1;
  }
  .social-links {
    gap: 1.25rem;
  }
  .contato-info-full {
    padding: 5rem 1rem 4rem;
  }
  .contato-form-title {
    font-size: clamp(1.75rem, 7vw, 2.5rem);
  }
}
@media (max-width: 576px) {
  .topbar-cta-btn {
    font-size: 0.72rem;
    padding: 0.45rem 0.9rem;
  }
  .shows-types {
    gap: 0.45rem;
  }
  .show-type-item {
    font-size: 0.75rem;
    padding: 0.4rem 0.85rem;
  }
}
