:root {
  --panel: #181412;
  --panel-soft: #201a17;
  --line: rgba(255, 190, 132, 0.12);
  --text: #f4eee8;
  --muted: #c9b9aa;
  --accent: #ec7a2d;
  --accent-soft: #f2c28c;
  --shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Barlow", sans-serif;
  background:
    linear-gradient(180deg, rgba(13, 11, 10, 0.84), rgba(18, 16, 15, 0.92)),
    url("imagem-fundo.png.png") center top / cover fixed no-repeat;
  overflow-x: hidden;
}

body.has-lightbox {
  overflow: hidden;
}

img,
video {
  display: block;
  max-width: 100%;
}

figure {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.hero {
  padding: 28px clamp(20px, 4vw, 60px) 40px;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.nav,
.card,
.hero-image,
.hero-note {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(24, 20, 18, 0.92);
  box-shadow: var(--shadow);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 20px;
}

.brand,
.nav-links,
.hero-actions,
.contact-links {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.brand-mark,
.brand-copy,
h1,
h2,
h3,
.button,
.agenda-item strong,
.hero-note strong {
  font-family: "Anton", sans-serif;
  letter-spacing: 0.04em;
}

.brand-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  border: 1px solid rgba(255, 190, 132, 0.22);
  color: var(--accent-soft);
}

.brand-copy {
  font-size: 1.45rem;
}

.nav-links {
  color: var(--muted);
  justify-content: flex-end;
  font-size: 0.95rem;
}

.nav-links a {
  white-space: nowrap;
}

.nav-links a:hover,
.text-link:hover {
  color: var(--text);
}

.hero-layout,
.two-column,
.contact-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  gap: 24px;
}

.single-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.agenda-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: 24px;
}

.hero-layout {
  padding-top: 30px;
  align-items: center;
}

.section-tag {
  margin: 0 0 12px;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.8rem;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 8ch;
  font-size: clamp(3.6rem, 8vw, 6.2rem);
  line-height: 0.96;
  margin-bottom: 18px;
}

h2 {
  max-width: 13ch;
  font-size: clamp(2.3rem, 5vw, 4rem);
  line-height: 1;
}

h3 {
  font-size: 1.4rem;
  margin-bottom: 6px;
}

.hero-subtitle {
  color: var(--accent-soft);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.lead,
.text-card p,
.agenda-item p,
.small,
.member-item p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 1.03rem;
}

.button {
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-solid {
  background: var(--accent);
  color: #1a110c;
}

.button-ghost {
  border: 1px solid transparent;
  background: var(--accent);
  color: #1a110c;
}

.hero-side {
  display: grid;
  gap: 14px;
}

.hero-image,
.image-card {
  overflow: hidden;
}

.hero-image img,
.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-frame {
  aspect-ratio: 1 / 1;
}

.hero-frame img {
  object-position: center;
}

.hero-note,
.card {
  padding: 24px;
}

.small-button {
  margin-top: 16px;
}

.hero-note {
  background: var(--panel-soft);
}

.hero-note strong {
  display: block;
  font-size: 2rem;
  margin-bottom: 6px;
}

.hero-note span {
  color: var(--muted);
}

.section {
  padding: 36px clamp(20px, 4vw, 60px);
}

.section-head {
  margin-bottom: 22px;
}

.card {
  background: var(--panel);
}

.text-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.text-card p:last-child {
  margin-bottom: 0;
}

.image-card {
  padding: 0;
}

.repertorio-image,
.presskit-image {
  aspect-ratio: 1 / 1;
}

.repertorio-image img,
.presskit-image img {
  object-position: center;
}

.repertorio-layout {
  align-items: stretch;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
}

.repertorio-copy {
  max-width: none;
  justify-self: stretch;
  align-self: stretch;
  min-height: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.members-image {
  aspect-ratio: 16 / 10;
  background: rgba(0, 0, 0, 0.18);
}

.members-image img {
  object-fit: contain;
  object-position: center top;
}

.agenda-grid,
.media-grid {
  align-items: start;
}

.agenda-list {
  display: grid;
  gap: 10px;
}

.agenda-item {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.agenda-item:last-child {
  border-bottom: 0;
}

.agenda-item strong {
  color: var(--accent-soft);
  font-size: 1.7rem;
}

.agenda-item p {
  margin-bottom: 0;
}

.agenda-item.is-past {
  opacity: 0.7;
}

.agenda-item.is-past strong,
.agenda-item.is-past h3,
.agenda-item.is-past p {
  text-decoration: line-through;
}

.featured strong {
  color: var(--accent-soft);
}

.featured h3 {
  color: var(--text);
}

.side-poster {
  aspect-ratio: 4 / 5;
}

.agenda-image img {
  object-fit: contain;
  object-position: center;
  background: rgba(0, 0, 0, 0.15);
}

.photo-wall {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 210px;
  gap: 14px;
}

.photo-tile {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.22);
  box-shadow: var(--shadow);
}

.photo-tile-large {
  grid-column: span 2;
  grid-row: span 2;
}

.photo-tile-tall {
  grid-row: span 2;
}

.photo-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 360ms ease;
}

.photo-tile:hover img {
  transform: scale(1.04);
}

.photo-tile figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 190, 132, 0.16);
  border-radius: 14px;
  color: var(--text);
  font-weight: 700;
  background: rgba(13, 11, 10, 0.76);
  backdrop-filter: blur(8px);
}

.video-card {
  padding: 12px;
}

.video-embed {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: #000;
}

.video-player {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  border: 0;
  background: #000;
}

.video-actions {
  display: flex;
  justify-content: flex-start;
  margin-top: 16px;
}

.logo-only-card {
  aspect-ratio: 1 / 1;
}

.teaser-logo {
  display: grid;
  place-items: center;
  padding: 18px;
}

.teaser-logo img {
  width: 100%;
  height: auto;
  max-width: 420px;
  object-fit: contain;
}

.contact-box {
  align-items: center;
  background: var(--panel-soft);
}

.members-card {
  display: grid;
  gap: 14px;
}

.member-item {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.member-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.member-item p {
  margin-bottom: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 420ms ease, transform 420ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.footer {
  padding: 20px 20px 36px;
  text-align: center;
  color: var(--muted);
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.95rem;
}

.breadcrumb a:hover {
  color: var(--text);
}

.timeline {
  display: grid;
  gap: 28px;
}

.timeline-year {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 20px;
}

.timeline-year > h3 {
  position: sticky;
  top: 20px;
  align-self: start;
  color: var(--accent-soft);
  font-size: 2rem;
}

.timeline-list {
  display: grid;
  gap: 16px;
  position: relative;
}

.timeline-list::before {
  content: "";
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: 18px;
  width: 1px;
  background: var(--line);
}

.timeline-item {
  display: grid;
  grid-template-columns: 38px minmax(120px, 210px) minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
  position: relative;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(24, 20, 18, 0.92);
  box-shadow: var(--shadow);
  transition: transform 180ms ease, opacity 180ms ease;
}

.timeline-item:hover {
  transform: translateY(-1px);
}

.timeline-item.is-past {
  opacity: 0.62;
  filter: grayscale(0.75);
}

.timeline-item.is-next {
  border-color: rgba(236, 122, 45, 0.42);
  background: rgba(32, 26, 23, 0.96);
}

.timeline-marker {
  z-index: 1;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 190, 132, 0.22);
  border-radius: 999px;
  color: var(--accent-soft);
  background: var(--panel-soft);
  font-weight: 700;
}

.timeline-cover {
  overflow: hidden;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.2);
}

.timeline-cover picture,
.timeline-cover img {
  width: 100%;
  height: 100%;
}

.timeline-cover img {
  object-fit: cover;
}

.timeline-copy {
  display: grid;
  align-content: center;
}

.timeline-copy p {
  margin-bottom: 10px;
  color: var(--muted);
}

.timeline-status {
  color: var(--accent) !important;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
}

.timeline-actions,
.album-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.filter-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.filter-button {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(24, 20, 18, 0.86);
  font: inherit;
  cursor: pointer;
  transition: transform 180ms ease, color 180ms ease, background 180ms ease;
}

.filter-button:hover,
.filter-button.is-active {
  transform: translateY(-1px);
  color: #1a110c;
  background: var(--accent);
}

.album-grid,
.youtube-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.album-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(24, 20, 18, 0.92);
  box-shadow: var(--shadow);
}

.album-cover,
.youtube-thumb,
.show-photo {
  appearance: none;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
}

.album-cover {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.album-cover picture,
.album-cover img,
.show-photo picture,
.show-photo img {
  width: 100%;
  height: 100%;
}

.album-cover img,
.show-photo img {
  object-fit: cover;
  transition: transform 360ms ease;
}

.album-cover:hover img,
.show-photo:hover img {
  transform: scale(1.04);
}

.album-cover span,
.youtube-thumb span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 190, 132, 0.16);
  border-radius: 999px;
  color: var(--text);
  font-weight: 700;
  background: rgba(13, 11, 10, 0.76);
  backdrop-filter: blur(8px);
}

.album-copy,
.youtube-copy {
  padding: 18px;
}

.album-copy p,
.youtube-copy p {
  color: var(--muted);
}

.show-photo-grid {
  columns: 3 240px;
  column-gap: 14px;
}

.show-photo {
  overflow: hidden;
  break-inside: avoid;
  margin-bottom: 14px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.22);
  box-shadow: var(--shadow);
}

.show-photo picture {
  min-height: 220px;
}

.youtube-card {
  padding: 12px;
}

.youtube-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: #000;
  aspect-ratio: 16 / 9;
}

.youtube-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 360ms ease;
}

.youtube-thumb:hover img {
  transform: scale(1.04);
}

.youtube-message {
  max-width: 720px;
}

.landing-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.landing-cta p {
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 0;
}

.social-panel {
  display: grid;
  grid-template-columns: minmax(180px, 340px) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
}

.social-panel-media {
  overflow: hidden;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.2);
  aspect-ratio: 16 / 10;
}

.social-panel-media picture,
.social-panel-media img {
  width: 100%;
  height: 100%;
}

.social-panel-media img {
  object-fit: cover;
}

.social-panel-copy p {
  color: var(--muted);
  line-height: 1.7;
}

.skeleton {
  display: grid;
  gap: 14px;
}

.skeleton-media,
.skeleton-line {
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(90deg, rgba(255,255,255,0.06), rgba(255,255,255,0.12), rgba(255,255,255,0.06));
  background-size: 200% 100%;
  animation: skeleton-pulse 1100ms ease infinite;
}

.skeleton-media {
  aspect-ratio: 16 / 9;
}

.skeleton-line {
  height: 18px;
}

.skeleton-line.short {
  width: 58%;
}

@keyframes skeleton-pulse {
  from {
    background-position: 200% 0;
  }

  to {
    background-position: -200% 0;
  }
}

.lightbox,
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  background: rgba(10, 8, 7, 0.92);
  transition: opacity 220ms ease;
}

.lightbox.is-open,
.video-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-stage {
  width: min(1120px, 100%);
  display: grid;
  gap: 12px;
}

.lightbox-image {
  overflow: auto;
  max-height: 82vh;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #000;
  box-shadow: var(--shadow);
}

.lightbox-picture,
.lightbox-picture img {
  width: 100%;
  height: 100%;
}

.lightbox-picture img {
  max-height: 82vh;
  object-fit: contain;
  transition: transform 220ms ease;
}

.lightbox-image.is-zoomed img {
  max-width: none;
  width: auto;
  height: auto;
  transform: scale(1.35);
  transform-origin: center;
}

.lightbox-caption {
  margin: 0;
  color: var(--muted);
  text-align: center;
}

.lightbox-control {
  position: fixed;
  z-index: 51;
  min-width: 48px;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text);
  background: rgba(24, 20, 18, 0.92);
  box-shadow: var(--shadow);
  cursor: pointer;
  font: 700 1.15rem "Barlow", sans-serif;
  transition: transform 180ms ease, background 180ms ease;
}

.lightbox-control:hover {
  transform: translateY(-1px);
  background: var(--panel-soft);
}

.lightbox-close {
  top: 20px;
  right: 20px;
}

.lightbox-prev {
  left: 20px;
  top: 50%;
}

.lightbox-next {
  right: 20px;
  top: 50%;
}

.lightbox-zoom {
  left: 20px;
  bottom: 20px;
  padding: 0 16px;
}

.video-modal-panel {
  width: min(1040px, 100%);
  position: relative;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.video-modal-frame {
  overflow: hidden;
  border-radius: 14px;
  background: #000;
}

.video-modal-title {
  margin: 14px 6px 4px;
}

.setlist-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.setlist-item {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(24, 20, 18, 0.92);
  box-shadow: var(--shadow);
}

.setlist-item span {
  display: block;
  margin-bottom: 10px;
  color: var(--accent);
  font-weight: 700;
}

@media (max-width: 980px) {
  .hero-layout,
  .two-column,
  .contact-box,
  .agenda-layout,
  .landing-cta {
    grid-template-columns: 1fr;
  }

  .photo-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .album-grid,
  .youtube-grid,
  .setlist-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline-year {
    grid-template-columns: 1fr;
  }

  .timeline-year > h3 {
    position: static;
  }
}

@media (max-width: 760px) {
  .nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-links {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 14px;
    justify-content: stretch;
  }

  .nav-links a {
    white-space: normal;
  }

  h1 {
    font-size: clamp(2.65rem, 14vw, 4.2rem);
  }

  h2 {
    font-size: clamp(2rem, 10vw, 3.4rem);
  }

  .agenda-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .button {
    width: 100%;
  }

  .timeline-item {
    grid-template-columns: 34px 1fr;
  }

  .timeline-cover {
    grid-column: 2;
    aspect-ratio: 16 / 9;
  }

  .timeline-copy {
    grid-column: 2;
  }

  .album-grid,
  .youtube-grid,
  .setlist-grid {
    grid-template-columns: 1fr;
  }

  .social-panel {
    grid-template-columns: 1fr;
  }

  .filter-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .filter-button {
    width: 100%;
  }

  .lightbox {
    padding: 12px;
  }

  .lightbox-prev,
  .lightbox-next {
    top: auto;
    bottom: 20px;
  }

  .lightbox-zoom {
    left: 50%;
    transform: translateX(-50%);
  }

  .photo-wall {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .photo-tile,
  .photo-tile-large,
  .photo-tile-tall {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 4 / 3;
  }

  .hero-frame,
  .repertorio-image,
  .presskit-image,
  .members-image,
  .logo-only-card,
  .side-poster,
  .video-player {
    aspect-ratio: auto;
  }
}
