:root {
  --black: #050505;
  --black-2: #0c0c0f;
  --navy: #09162d;
  --gold: #c8922f;
  --gold-light: #e5bb63;
  --cream: #efe5d2;
  --white: #ffffff;
  --muted: #bbb7b0;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.section { padding: 110px 0; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px max(24px, calc((100vw - var(--max))/2));
  transition: background .3s ease, backdrop-filter .3s ease, border-color .3s ease;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled { background: rgba(5,5,5,.82); backdrop-filter: blur(14px); border-color: rgba(255,255,255,.08); }
.brand-mini {
  display: grid; place-items: center;
  width: 44px; height: 44px; border: 1px solid rgba(200,146,47,.65); border-radius: 50%;
  color: var(--gold-light); font: 800 22px/1 "Barlow Condensed", sans-serif; letter-spacing: .03em;
}
.nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.nav a { opacity: .86; transition: .2s ease; }
.nav a:hover { color: var(--gold-light); opacity: 1; }
.nav-ticket { border: 1px solid var(--gold); padding: 10px 16px; border-radius: 999px; color: var(--gold-light); }
.menu-toggle { display: none; background: none; border: 0; color: white; font-size: 26px; }

.hero { min-height: 100svh; position: relative; display: flex; align-items: center; isolation: isolate; overflow: hidden; }
.hero-image { position: absolute; inset: 0; background: url('../assets/images/hero/2-maestros-hero.jpg') center 18% / cover no-repeat; z-index: -3; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.82) 34%, rgba(0,0,0,.25) 69%, rgba(0,0,0,.72) 100%), linear-gradient(0deg, #050505 0%, transparent 30%); }
.hero-content { padding-top: 60px; }
.hero-logo { width: min(620px, 54vw); height: auto; margin-left: -24px; filter: drop-shadow(0 12px 30px rgba(0,0,0,.35)); }
.hero-tagline { margin: 18px 0 20px; font-size: clamp(18px, 2vw, 27px); color: var(--cream); max-width: 570px; }
.hero-tagline strong { color: var(--gold-light); font-weight: 600; }
.hero-service { display: flex; flex-wrap: wrap; gap: 8px 18px; max-width: 700px; color: #ddd; font-size: 14px; margin-bottom: 22px; }
.hero-service span:not(:last-child)::after { content: "•"; color: var(--gold); margin-left: 18px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 26px; border-radius: 999px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; font-size: 13px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn-primary { color: #130f07; background: linear-gradient(135deg, var(--gold-light), var(--gold)); box-shadow: 0 12px 34px rgba(200,146,47,.2); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(200,146,47,.3); }
.btn-large { min-height: 60px; padding-inline: 34px; }
.scroll-hint { position: absolute; bottom: 25px; left: 50%; transform: translateX(-50%); font-size: 26px; color: var(--gold-light); animation: bob 1.8s infinite; }
@keyframes bob { 50% { transform: translate(-50%, 7px); } }

.eyebrow { margin: 0 0 12px; color: var(--gold-light); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .22em; }
.eyebrow2 { margin: 0 0 12px; color: var(--navy); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .22em; }
.section h1, .section h2, .experience h2, .ticket-section h2 { font-family: "Barlow Condensed", sans-serif; font-weight: 700; line-height: .98; text-transform: uppercase; letter-spacing: .01em; margin: 0; }
.section h1 { font-size: clamp(48px, 6vw, 82px); max-width: 760px; }
.section h2, .experience h2, .ticket-section h2 { font-size: clamp(42px, 5vw, 72px); }
.section-copy > p:not(.eyebrow) { max-width: 720px; color: #d1d1d1; font-size: 17px; }
.section-copy strong { color: var(--cream); }

.intro { background: radial-gradient(circle at 70% 30%, rgba(9,22,45,.3), transparent 40%), var(--black); }
.intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.intro-photo { margin: 0; position: relative; }
.intro-photo::before { content: ""; position: absolute; inset: -16px 16px 16px -16px; border: 1px solid rgba(200,146,47,.35); z-index: -1; }
.intro-photo img { aspect-ratio: 4/5; object-fit: cover; object-position: center 24%; filter: contrast(1.05); }

.maestros { background: var(--black-2); }
.section-heading { max-width: 850px; margin-bottom: 54px; }
.maestros-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.maestro-card { position: relative; min-height: 700px; overflow: hidden; background: #000; }
.maestro-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.95) 4%, transparent 56%); }
.maestro-card img { width: 100%; height: 100%; object-fit: cover; object-position: center top; position: absolute; inset: 0; }
.maestro-card-copy { position: absolute; inset: auto 34px 34px; z-index: 2; }
.maestro-card-copy span { color: var(--gold-light); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.maestro-card-copy h3 { font: 700 clamp(38px, 4vw, 58px)/1 "Barlow Condensed", sans-serif; text-transform: uppercase; margin: 6px 0 12px; }
.maestro-card-copy p { margin: 0; color: #d0d0d0; max-width: 520px; }

.experience { min-height: 760px; position: relative; display: grid; align-items: center; isolation: isolate; }
.experience-backdrop { position: absolute; inset: 0; background: url('../assets/images/show/palco-luz-azul.jpg') center / cover no-repeat; z-index: -3; }
.experience-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.93) 0%, rgba(3,5,13,.76) 50%, rgba(0,0,0,.45) 100%), linear-gradient(0deg, #050505 0%, transparent 25%, transparent 75%, #050505 100%); z-index: -2; }
.experience-content { max-width: var(--max); }
.experience-content > p:not(.eyebrow) { max-width: 660px; color: #d8d8d8; font-size: 18px; }
.song-cloud { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; max-width: 850px; }
.song-cloud span { border: 1px solid rgba(255,255,255,.25); background: rgba(5,5,5,.35); backdrop-filter: blur(8px); padding: 9px 13px; border-radius: 999px; font-size: 13px; color: var(--cream); }

.gallery-section { background: #050505; }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 260px; gap: 12px; }
.gallery-item { padding: 0; border: 0; background: #111; overflow: hidden; cursor: zoom-in; position: relative; }
.gallery-item::after { content: "+"; position: absolute; right: 16px; bottom: 12px; font-size: 24px; color: white; opacity: 0; transition: .25s; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease, filter .5s ease; }
.gallery-item:hover img { transform: scale(1.045); filter: brightness(.8); }
.gallery-item:hover::after { opacity: 1; }
.gallery-wide { grid-column: span 2; }

.band { background: linear-gradient(135deg, #0c0c0f, #08101f); border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); }
.band-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.band-list { display: grid; gap: 0; border-top: 1px solid rgba(255,255,255,.15); }
.band-list span { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.12); color: #bbb; }
.band-list strong { color: white; font-weight: 600; }

.ticket-section { min-height: 760px; display: grid; place-items: center; text-align: center; position: relative; isolation: isolate; overflow: hidden; }
.ticket-bg { position: absolute; inset: 0; z-index: -3; background: url('../assets/images/show/cicero-regendo-palco.jpg') center / cover no-repeat; transform: scale(1.05); }
.ticket-overlay { position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle, rgba(6,12,28,.55), rgba(0,0,0,.93) 72%); }
.ticket-content { padding: 90px 0; }
.dates { display: flex; justify-content: center; gap: 12px; margin: 34px 0 6px; }
.dates span { width: 88px; height: 88px; display: grid; place-items: center; border: 1px solid rgba(229,187,99,.55); color: var(--gold-light); font: 700 50px/1 "Barlow Condensed", sans-serif; }
.month { margin: 8px 0 28px; text-transform: uppercase; letter-spacing: .24em; font-size: 13px; color: var(--cream); }
.venue { font-size: 18px; margin: 0 0 30px; color: #d1d1d1; }
.venue strong { color: white; font-size: 24px; }

.footer { padding: 42px 0; background: #020202; border-top: 1px solid rgba(255,255,255,.08); }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto; gap: 30px; align-items: center; color: #999; font-size: 13px; }
.footer-inner > div { display: flex; flex-direction: column; line-height: 1; }
.footer-inner strong { color: var(--gold-light); font: 800 26px/1 "Barlow Condensed", sans-serif; }
.footer-inner span { letter-spacing: .22em; font-size: 9px; margin-top: 6px; color: white; }
.footer-inner p { margin: 0; }
.footer-inner a { color: var(--gold-light); }

.lightbox { position: fixed; inset: 0; z-index: 500; display: none; place-items: center; background: rgba(0,0,0,.94); padding: 30px; }
.lightbox.open { display: grid; }
.lightbox img { max-width: min(1200px, 92vw); max-height: 86vh; object-fit: contain; }
.lightbox-close { position: fixed; top: 18px; right: 24px; border: 0; background: none; color: white; font-size: 42px; cursor: pointer; }
.mobile-ticket { display: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .section { padding: 82px 0; }
  .site-header { padding-inline: 20px; }
  .menu-toggle { display: block; }
  .nav { position: fixed; top: 0; right: 0; width: min(320px, 86vw); height: 100vh; background: rgba(5,5,5,.98); padding: 90px 28px 30px; flex-direction: column; align-items: flex-start; transform: translateX(100%); transition: .3s ease; }
  .nav.open { transform: translateX(0); }
  .nav a { font-size: 16px; }
  .hero { min-height: 880px; align-items: flex-end; padding-bottom: 90px; }
  .hero-image { background-position: 62% top; }
  .hero-shade { background: linear-gradient(0deg, #050505 0%, rgba(0,0,0,.78) 48%, rgba(0,0,0,.18) 100%); }
  .hero-logo { width: min(620px, 90vw); margin-left: -12px; }
  .hero-content { padding-top: 0; }
  .hero-service { display: grid; gap: 4px; }
  .hero-service span::after { display: none; }
  .intro-grid, .band-grid { grid-template-columns: 1fr; gap: 44px; }
  .maestro-card { min-height: 580px; }
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 230px; }
  .gallery-wide { grid-column: span 2; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .mobile-ticket { display: block; position: fixed; z-index: 120; bottom: 14px; left: 14px; right: 14px; padding: 13px 20px; text-align: center; background: linear-gradient(135deg, var(--gold-light), var(--gold)); color: #130f07; border-radius: 999px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; font-size: 12px; box-shadow: 0 10px 30px rgba(0,0,0,.45); }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .hero { min-height: 820px; }
  .hero-image { background-position: 62% 15%; background-size: auto 72%; background-color: #000; background-repeat: no-repeat; }
  .hero-shade { background: linear-gradient(0deg, #050505 8%, rgba(0,0,0,.78) 45%, rgba(0,0,0,.08) 78%); }
  .hero-logo { width: 100%; }
  .hero-tagline { font-size: 18px; }
  .section h1 { font-size: 50px; }
  .section h2, .experience h2, .ticket-section h2 { font-size: 44px; }
  .maestros-grid { grid-template-columns: 1fr; }
  .maestro-card { min-height: 560px; }
  .maestro-card-copy { inset: auto 22px 24px; }
  .experience { min-height: 700px; }
  .gallery { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 10px; padding-bottom: 8px; }
  .gallery-item, .gallery-wide { min-width: 84vw; height: 260px; scroll-snap-align: center; }
  .dates { gap: 6px; }
  .dates span { width: 65px; height: 65px; font-size: 39px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Acessibilidade/SEO: título principal disponível para leitores de tela e buscadores */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* ===== Nova identidade visual — inspirada no cartaz oficial ===== */
:root {
  --sand: #c7aa7b;
  --sand-light: #ead8b8;
  --sand-pale: #f3eadc;
  --ink: #0b1b35;
  --ink-soft: #20314c;
  --bronze: #9b650d;
}

body { background: var(--sand-pale); color: var(--ink); }
.site-header { color: #fff; }
.site-header.scrolled { background: rgba(11,27,53,.94); border-color: rgba(255,255,255,.12); }
.brand-mini { background: rgba(11,27,53,.72); border-color: rgba(229,187,99,.9); }

.hero { background: #b99b6c; }
.hero-image-new { background-image: url('../assets/images/hero/2-maestros-hero-claro.jpg'); background-position: center 30%; }
.hero-shade { background: linear-gradient(90deg, rgba(11,27,53,.94) 0%, rgba(11,27,53,.74) 35%, rgba(11,27,53,.14) 65%, rgba(11,27,53,.18) 100%), linear-gradient(0deg, rgba(11,27,53,.88) 0%, transparent 30%); }
.hero-tagline { color: #fff7e9; }
.hero-service { color: #fff; }

.intro { background: radial-gradient(circle at 70% 30%, rgba(200,146,47,.16), transparent 42%), var(--sand-pale); }
.section-copy > p:not(.eyebrow) { color: #3f4650; }
.section-copy strong { color: var(--ink); }
.intro-photo::before { border-color: rgba(155,101,13,.5); }

.maestros { background: #d6c19e; }
.maestros .section-heading h2 { color: var(--ink); }
.maestro-card { background: #bca57e; border: 1px solid rgba(11,27,53,.1); box-shadow: 0 20px 50px rgba(56,42,20,.12); }
.maestro-card::after { background: linear-gradient(0deg, rgba(11,27,53,.96) 3%, rgba(11,27,53,.55) 35%, transparent 62%); }
.maestro-card-copy { color: white; }
.maestro-card-copy p { color: #f0eadf; }

.gallery-section { background: #efe4d2; }
.gallery-section .section-heading h2 { color: var(--ink); }
.gallery-item { background: #d2c3ab; }

.band { background: linear-gradient(135deg, #132642, #09172d); border-color: rgba(229,187,99,.18); color: white; }
.band-list span { color: #ddd6c9; }

.poster-section { background: #d2b98e; }
.poster-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: center; }
.poster-copy h2 { font-family: "Barlow Condensed", sans-serif; font-size: clamp(42px,5vw,72px); line-height: .98; text-transform: uppercase; margin: 0 0 24px; color: var(--ink); }
.poster-copy > p:not(.eyebrow) { color: #354056; font-size: 17px; max-width: 600px; margin-bottom: 28px; }
.poster-art { margin: 0; max-width: 560px; justify-self: end; box-shadow: 0 26px 70px rgba(52,36,14,.22); }

.supporters { background: #f7f0e5; }
.supporters .section-heading h2 { color: var(--ink); }
.supporters-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(240px,340px)); gap: 28px; align-items: center; }
.supporter-card { margin: 0; background: white; min-height: 180px; padding: 24px; display: grid; place-items: center; border: 1px solid rgba(11,27,53,.08); box-shadow: 0 16px 40px rgba(64,46,20,.08); }
.supporter-card img { max-height: 150px; object-fit: contain; }

.footer { background: #09162d; }

@media (max-width: 900px) {
  .hero-image-new { background-position: 58% top; }
  .hero-shade { background: linear-gradient(0deg, rgba(11,27,53,.98) 0%, rgba(11,27,53,.72) 48%, rgba(11,27,53,.12) 100%); }
  .poster-grid { grid-template-columns: 1fr; gap: 42px; }
  .poster-art { justify-self: center; max-width: 520px; }
}
@media (max-width: 620px) {
  .hero-image-new { background-position: 58% 8%; background-size: auto 68%; background-color: #b99b6c; }
  .hero-shade { background: linear-gradient(0deg, #0b1b35 8%, rgba(11,27,53,.78) 45%, rgba(11,27,53,.05) 78%); }
  .supporters-grid { grid-template-columns: 1fr; }
}


/* ==================================================================
   Ajustes 2026-08-08 — identidade do cartaz + correções solicitadas
   ================================================================== */

/* Paleta afinada a partir do cartaz em alta resolução */
:root {
  --poster-bg: #dfc49e;
  --poster-bg-light: #f3e5cf;
  --poster-bg-pale: #fbf5ea;
  --poster-navy: #0b1e3c;
  --poster-navy-soft: #18375f;
  --poster-gold: #b57916;
  --poster-gold-light: #e3b857;
  --poster-text: #13223a;
}

/* Header acompanha a nova identidade sem ficar pesado quando está no topo */
.site-header {
  color: var(--poster-navy);
  text-shadow: none;
}
.site-header.scrolled {
  color: #fff;
  background: rgba(11,30,60,.96);
}
.site-header:not(.scrolled) .nav-ticket {
  color: var(--poster-navy);
  border-color: var(--poster-gold);
  background: rgba(251,245,234,.72);
}
.site-header:not(.scrolled) .brand-mini {
  background: var(--poster-navy);
  color: var(--poster-gold-light);
}

/* 1 — Hero sem o retângulo preto da antiga marca */
.hero {
  background: var(--poster-bg-light);
}
.hero-image,
.hero-image-new {
  background-image: url('../assets/images/maestros-novos/hero-carlos-cicero.jpg');
  background-size: cover;
  background-position: center 42%;
  background-repeat: no-repeat;
  background-color: var(--poster-bg-light);
}
.hero-shade {
  background:
    linear-gradient(90deg,
      rgba(248,235,214,.98) 0%,
      rgba(248,235,214,.93) 28%,
      rgba(248,235,214,.50) 49%,
      rgba(248,235,214,.04) 68%,
      rgba(11,30,60,.06) 100%),
    linear-gradient(0deg, rgba(223,196,158,.45) 0%, transparent 28%);
}
.hero-content {
  color: var(--poster-navy);
}
.hero-brand {
  width: min(650px, 56vw);
  margin-left: -4px;
  margin-bottom: 16px;
  filter: drop-shadow(0 10px 24px rgba(78,52,16,.12));
}
.hero-brand-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(72px, 8vw, 128px);
  font-weight: 800;
  line-height: .82;
  letter-spacing: .015em;
  text-transform: uppercase;
  color: var(--poster-gold);
  background: linear-gradient(180deg, #e7bd63 0%, #b87b16 47%, #8e5809 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 5px 14px rgba(120,75,8,.12);
}
.hero-brand-subtitle {
  margin-top: 18px;
  display: grid;
  grid-template-columns: minmax(44px, 1fr) auto minmax(44px, 1fr);
  align-items: center;
  gap: 20px;
  width: min(540px, 92%);
  color: var(--poster-navy);
}
.hero-brand-subtitle span {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--poster-gold), transparent);
}
.hero-brand-subtitle strong {
  font: 600 clamp(28px, 3vw, 46px)/1 "Montserrat", sans-serif;
  letter-spacing: .32em;
  padding-left: .32em;
}
.hero-tagline {
  color: var(--poster-navy);
  font-weight: 500;
}
.hero-tagline strong {
  color: var(--poster-gold);
  font-weight: 700;
}
.hero-service {
  color: var(--poster-navy-soft);
  font-weight: 600;
}
.scroll-hint {
  color: var(--poster-gold);
}

/* 2 — Seção O Show: imagem horizontal preservada, sem cortar nenhum maestro */
.intro-grid {
  grid-template-columns: .85fr 1.15fr;
  gap: 58px;
}
.intro-photo {
  width: 100%;
}
.intro-photo img {
  aspect-ratio: auto;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  border: 1px solid rgba(181,121,22,.22);
  box-shadow: 0 18px 46px rgba(73,46,13,.13);
}
.intro-photo::before {
  inset: -12px 12px 12px -12px;
}

/* 3 — Texto da experiência com contraste real sobre o palco azul */
.experience-overlay {
  background:
    linear-gradient(90deg,
      rgba(6,18,38,.90) 0%,
      rgba(6,18,38,.68) 48%,
      rgba(6,18,38,.28) 76%,
      rgba(6,18,38,.14) 100%),
    linear-gradient(0deg, rgba(5,14,31,.76) 0%, transparent 28%, transparent 72%, rgba(5,14,31,.55) 100%);
}
.experience-content {
  max-width: 720px;
  margin-left: max(20px, calc((100vw - var(--max))/2));
  padding: 44px 48px;
  background: rgba(7,22,47,.78);
  border-left: 3px solid var(--poster-gold-light);
  border-radius: 0 18px 18px 0;
  backdrop-filter: blur(8px);
  box-shadow: 0 24px 70px rgba(0,0,0,.26);
}
.experience .eyebrow {
  color: var(--poster-gold-light);
}
.experience h2 {
  color: #fff7e8 !important;
  text-shadow: 0 3px 18px rgba(0,0,0,.55);
}
.experience-content > p:not(.eyebrow) {
  color: #f1eee9;
}
.song-cloud span {
  color: #fff7e8;
  border-color: rgba(227,184,87,.45);
  background: rgba(5,17,38,.58);
}

/* 4 — Apoiadores */
.supporters {
  background:
    radial-gradient(circle at 50% 0%, rgba(227,184,87,.12), transparent 35%),
    var(--poster-bg-pale);
}
.supporters-grid {
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 24px;
}
.supporter-card {
  min-height: 180px;
  padding: 30px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(181,121,22,.18);
  border-radius: 12px;
}
.supporter-card img {
  width: 100%;
  max-width: 280px;
  max-height: 120px;
  object-fit: contain;
}
.supporter-card-preto img {
  max-width: 215px;
}
.supporter-card-ps img {
  max-width: 230px;
  max-height: 110px;
}

/* Botões alinhados ao novo azul/dourado */
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--poster-navy-soft), var(--poster-navy));
  border: 1px solid var(--poster-gold-light);
  box-shadow: 0 12px 34px rgba(11,30,60,.20);
}
.btn-primary:hover {
  box-shadow: 0 16px 40px rgba(11,30,60,.28);
}
.mobile-ticket {
  background: linear-gradient(135deg, var(--poster-gold-light), var(--poster-gold));
  color: var(--poster-navy);
}

/* Tablet */
@media (max-width: 900px) {
  .site-header:not(.scrolled) {
    color: #fff;
    text-shadow: 0 2px 10px rgba(0,0,0,.4);
  }
  .site-header:not(.scrolled) .menu-toggle {
    color: var(--poster-navy);
    text-shadow: none;
  }
  .hero {
    min-height: 920px;
  }
  .hero-image,
  .hero-image-new {
    background-size: auto 66%;
    background-position: 62% top;
  }
  .hero-shade {
    background:
      linear-gradient(0deg,
        var(--poster-bg-light) 0%,
        rgba(243,229,207,.97) 42%,
        rgba(243,229,207,.52) 62%,
        rgba(243,229,207,.05) 100%);
  }
  .hero-content {
    padding-bottom: 28px;
  }
  .hero-brand {
    width: min(620px, 88vw);
  }
  .intro-grid {
    grid-template-columns: 1fr;
  }
  .experience-content {
    margin: 0 20px;
    max-width: calc(100% - 40px);
    border-radius: 16px;
    border-left-width: 1px;
    border: 1px solid rgba(227,184,87,.38);
  }
  .supporters-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Celular */
@media (max-width: 620px) {
  .hero {
    min-height: 860px;
  }
  .hero-image,
  .hero-image-new {
    background-size: auto 57%;
    background-position: 59% 4%;
    background-color: var(--poster-bg-light);
  }
  .hero-shade {
    background:
      linear-gradient(0deg,
        var(--poster-bg-light) 4%,
        rgba(243,229,207,.99) 46%,
        rgba(243,229,207,.38) 70%,
        rgba(243,229,207,.02) 100%);
  }
  .hero-brand {
    width: 100%;
    margin-left: 0;
  }
  .hero-brand-title {
    font-size: clamp(64px, 22vw, 92px);
  }
  .hero-brand-subtitle {
    gap: 12px;
    width: 100%;
  }
  .hero-brand-subtitle strong {
    font-size: 24px;
  }
  .hero-tagline,
  .hero-service {
    color: var(--poster-navy);
  }
  .experience-content {
    margin: 0 14px;
    max-width: calc(100% - 28px);
    padding: 32px 24px;
  }
  .supporters-grid {
    grid-template-columns: 1fr;
  }
  .supporter-card {
    min-height: 150px;
  }
}


/* Ajuste final — fotos invertidas entre Hero e O Show */
.hero-image,
.hero-image-new {
  background-position: center center;
}

@media (max-width: 900px) {
  .hero-image,
  .hero-image-new {
    background-size: cover;
    background-position: 48% center;
  }
}

@media (max-width: 620px) {
  .hero-image,
  .hero-image-new {
    background-size: cover;
    background-position: 46% center;
  }
}


/* ===== Ajustes finais ===== */

/* 1 — Hero: enquadramento mais aberto, preservando os dois maestros */
.hero-image.hero-image-new {
  background-size: auto 88%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #bca57e;
}

@media (max-width: 900px) {
  .hero-image.hero-image-new {
    background-size: auto 82%;
    background-position: 52% bottom;
  }
}

@media (max-width: 620px) {
  .hero-image.hero-image-new {
    background-size: auto 78%;
    background-position: 53% bottom;
  }
}

/* 2 — Experiência: texto diretamente sobre a fotografia, sem card */
.experience-content {
  max-width: 720px;
  margin-left: max(20px, calc((100vw - var(--max))/2));
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  backdrop-filter: none;
  box-shadow: none;
}
.experience h2,
.experience-content > p,
.experience .eyebrow {
  text-shadow: 0 3px 18px rgba(0,0,0,.82), 0 1px 4px rgba(0,0,0,.9);
}

/* 3 — CTA final: título mais claro */
.ticket-section h2 {
  color: #fff8e9 !important;
  font-weight: 600;
  text-shadow: 0 3px 20px rgba(0,0,0,.65);
}


/* ===== Ajustes finais de enquadramento ===== */

/* Desktop: desloca a foto dos maestros para a direita, como na capa social */
@media (min-width: 901px) {
  .hero-image.hero-image-new {
    background-position: 72% bottom;
  }
}

/* Celular: sobe a foto para mostrar melhor as cabeças */
@media (max-width: 620px) {
  .hero-image.hero-image-new {
    background-position: 53% 4%;
  }
}


/* ===== Convidados especiais — layout inspirado na Super Banda ===== */
.special-guests {
  background: linear-gradient(135deg, #f3e5cf 0%, #dfc49e 100%);
  color: var(--poster-navy);
  border-top: 1px solid rgba(181,121,22,.16);
  border-bottom: 1px solid rgba(181,121,22,.16);
}

.guests-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start;
}

.guests-title h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 700;
  line-height: .98;
  text-transform: uppercase;
  letter-spacing: .01em;
  margin: 0;
  color: var(--poster-navy);
}

.guests-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(11,30,60,.20);
}

.guests-list span {
  padding: 15px 0;
  border-bottom: 1px solid rgba(11,30,60,.16);
  color: var(--poster-navy-soft);
  font-size: 16px;
}

.guests-list strong {
  color: var(--poster-navy);
  font-weight: 600;
}

@media (max-width: 900px) {
  .guests-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }
}
