  :root {
    --black: #080808;
    --dark: #111111;
    --card: #161616;
    --white: #f0ece0;
    --cream: #d4c9a8;
    --red: #c0392b;
    --red-bright: #e74c3c;
    --gold: #b8963e;
    --gold-light: #d4a843;
    --gray: #888;
    --border: rgba(184,150,62,0.25);
  }

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  html { scroll-behavior: smooth; }

  body {
    background: var(--black);
    color: var(--white);
    font-family: 'Raleway', sans-serif;
    overflow-x: hidden;
    cursor: default;
  }

  /* NOISE TEXTURE OVERLAY */
  body::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 9999;
    opacity: 0.6;
  }

  /* NAV */
  nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    padding: 18px 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to bottom, rgba(8,8,8,0.97) 0%, transparent 100%);
    backdrop-filter: blur(2px);
  }

  .nav-logo {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.5rem;
    letter-spacing: 4px;
    color: var(--gold);
    text-decoration: none;
  }

  .nav-links {
    display: flex;
    gap: 36px;
    list-style: none;
  }

  .nav-links a {
    font-family: 'Oswald', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--cream);
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.3s;
    position: relative;
  }

  .nav-links a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--gold);
    transition: width 0.3s;
  }

  .nav-links a:hover { opacity: 1; color: var(--gold); }
  .nav-links a:hover::after { width: 100%; }

  /* HERO */
  #hero {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    overflow: hidden;
  }

  .hero-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 120px 64px 80px;
    position: relative;
    z-index: 2;
  }

  .hero-tag {
    font-family: 'Special Elite', serif;
    font-size: 0.75rem;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 24px;
    opacity: 0;
    animation: fadeUp 0.8s 0.2s forwards;
  }

  .hero-name {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(5rem, 9vw, 9rem);
    line-height: 0.9;
    letter-spacing: 2px;
    color: var(--white);
    margin-bottom: 32px;
    opacity: 0;
    animation: fadeUp 0.8s 0.4s forwards;
  }

  .hero-name span {
    display: block;
    color: var(--gold);
    -webkit-text-stroke: 1px var(--gold);
  }

  .hero-desc {
    font-size: 0.95rem;
    line-height: 1.9;
    color: var(--cream);
    max-width: 420px;
    opacity: 0;
    animation: fadeUp 0.8s 0.6s forwards;
    font-weight: 300;
  }

  .hero-cta {
    margin-top: 48px;
    display: flex;
    gap: 16px;
    opacity: 0;
    animation: fadeUp 0.8s 0.8s forwards;
  }

  .btn-primary {
    background: var(--gold);
    color: var(--black);
    font-family: 'Oswald', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 14px 32px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
    font-weight: 600;
  }

  .btn-primary:hover {
    background: var(--gold-light);
    transform: translateY(-2px);
  }

  .btn-outline {
    background: transparent;
    color: var(--white);
    font-family: 'Oswald', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 14px 32px;
    border: 1px solid rgba(240,236,224,0.4);
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
    font-weight: 400;
  }

  .btn-outline:hover {
    border-color: var(--gold);
    color: var(--gold);
    transform: translateY(-2px);
  }

  .hero-right {
    position: relative;
    overflow: hidden;
  }

  .hero-right::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, var(--black) 0%, transparent 40%),
                linear-gradient(to top, var(--black) 0%, transparent 30%);
    z-index: 1;
  }

  .hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    opacity: 0.75;
    animation: zoomIn 1.2s ease forwards;
  }

  .hero-social {
    position: absolute;
    right: 32px;
    bottom: 80px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    z-index: 3;
    opacity: 0;
    animation: fadeIn 1s 1s forwards;
  }

  .social-link {
    font-family: 'Oswald', sans-serif;
    font-size: 0.65rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--cream);
    text-decoration: none;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    opacity: 0.6;
    transition: opacity 0.3s;
  }

  .social-link:hover { opacity: 1; color: var(--gold); }

  /* DIAGONAL DIVIDER */
  .divider {
    height: 80px;
    background: var(--dark);
    clip-path: polygon(0 0, 100% 40%, 100% 100%, 0 100%);
    margin-top: -40px;
  }

  /* SECTION BASE */
  section {
    padding: 100px 0;
    position: relative;
  }

  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 48px;
  }

  .section-label {
    font-family: 'Special Elite', serif;
    font-size: 0.7rem;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .section-label::after {
    content: '';
    flex: 1;
    max-width: 60px;
    height: 1px;
    background: var(--gold);
    opacity: 0.5;
  }

  .section-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(3rem, 5vw, 5rem);
    line-height: 1;
    letter-spacing: 2px;
    color: var(--white);
    margin-bottom: 40px;
  }

  /* BIO */
  #bio {
    background: var(--dark);
  }

  .bio-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
  }

  .bio-text p {
    font-size: 1rem;
    line-height: 2;
    color: var(--cream);
    font-weight: 300;
    margin-bottom: 24px;
  }

  .bio-text p:first-of-type::first-letter {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 4.5rem;
    float: left;
    line-height: 0.75;
    margin-right: 10px;
    color: var(--gold);
    margin-top: 8px;
  }

  .bio-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    margin-top: 48px;
  }

  .stat {
    background: var(--card);
    padding: 28px;
    border-top: 2px solid var(--gold);
    transition: background 0.3s;
  }

  .stat:hover { background: #1e1e1e; }

  .stat-number {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 3rem;
    color: var(--gold);
    line-height: 1;
    margin-bottom: 4px;
  }

  .stat-label {
    font-family: 'Oswald', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gray);
  }

  .bio-visual {
    position: relative;
  }

  .bio-img-wrap {
    position: relative;
    overflow: hidden;
  }

  .bio-img-wrap::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: 20px;
    bottom: 20px;
    border: 2px solid var(--gold);
    opacity: 0.3;
    z-index: 0;
  }

  .bio-img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 1;
    filter: grayscale(20%);
    transition: filter 0.4s;
  }

  .bio-img:hover { filter: grayscale(0%); }

  .bio-img-tag {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(8,8,8,0.95));
    padding: 48px 24px 24px;
    z-index: 2;
    font-family: 'Special Elite', serif;
    font-size: 0.8rem;
    letter-spacing: 3px;
    color: var(--gold);
    text-transform: uppercase;
  }

  /* DISCO */
  #disco {
    background: var(--black);
    position: relative;
    overflow: hidden;
  }

  #disco::before {
    content: 'ESTADO';
    position: absolute;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 22vw;
    color: rgba(184,150,62,0.04);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    letter-spacing: 10px;
    white-space: nowrap;
  }

  .disco-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
  }

  .album-cover {
    position: relative;
  }

  .album-img {
    width: 100%;
    display: block;
    border: 4px solid var(--card);
    box-shadow: 0 30px 80px rgba(0,0,0,0.8), 0 0 0 1px var(--border);
    transition: transform 0.4s, box-shadow 0.4s;
  }

  .album-img:hover {
    transform: scale(1.02) rotate(-1deg);
    box-shadow: 0 40px 100px rgba(0,0,0,0.9), 0 0 40px rgba(184,150,62,0.1);
  }

  ..album-label {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--red);
  color: white;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.1rem;
  letter-spacing: 2px;
  padding: 8px 18px;
  transform: rotate(4deg);
}
  .disco-info { }

  .disco-desc {
    font-size: 0.95rem;
    line-height: 1.9;
    color: var(--cream);
    font-weight: 300;
    margin-bottom: 48px;
  }

  .tracklist {
    list-style: none;
  }

  .track {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    cursor: pointer;
    transition: all 0.25s;
    group: true;
  }

  .track:hover { padding-left: 8px; }

  .track:hover .track-num { color: var(--gold); }
  .track:hover .track-name { color: var(--gold); }

  .track-num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.1rem;
    color: rgba(184,150,62,0.4);
    width: 28px;
    flex-shrink: 0;
    transition: color 0.25s;
  }

  .track-name {
    font-family: 'Oswald', sans-serif;
    font-size: 0.9rem;
    letter-spacing: 1px;
    color: var(--cream);
    font-weight: 300;
    transition: color 0.25s;
    flex: 1;
  }

  .track-bar {
    width: 0;
    height: 1px;
    background: var(--gold);
    transition: width 0.3s;
    flex-shrink: 0;
  }

  .track:hover .track-bar { width: 30px; }

  /* SPOTIFY PLAYER */
  .spotify-wrap { margin-top: 8px; }

  .spotify-hint {
    font-size: 0.72rem;
    color: var(--gray);
    margin-top: 12px;
    letter-spacing: 0.5px;
    font-style: italic;
  }

 /* BANDA */
#banda {
  background: var(--dark);
}

.banda-intro {
  font-size: 0.95rem;
  line-height: 1.9;
  color: var(--cream);
  font-weight: 300;
  max-width: 700px;
  margin-bottom: 64px;
}

.members-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}

.member {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2/3;
  cursor: pointer;
}

.member img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  z-index: 0;
}

.member-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.3) 40%, transparent 100%);
  z-index: 1;
}

.member-info {
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  padding: 20px;
  z-index: 3;
}

.member-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 1px;
  color: var(--white);
  line-height: 1.1;
}

.member-role {
  font-family: 'Special Elite', serif;
  font-size: 0.7rem;
  letter-spacing: 2px;
  color: var(--gold);
  text-transform: uppercase;
  margin-top: 4px;
  opacity: 1;
}

.member-prev {
  font-family: 'Raleway', sans-serif;
  font-size: 0.7rem;
  color: var(--gray);
  margin-top: 4px;
  opacity: 1;
}

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

  .member {
    aspect-ratio: 4/5;
  }

  .member-name {
    font-size: 1rem;
  }
}

  /* CONTATO */
  #contato {
    background: var(--black);
  }

  .contato-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
  }

  .contato-text p {
    font-size: 0.95rem;
    line-height: 1.9;
    color: var(--cream);
    font-weight: 300;
    margin-bottom: 40px;
  }

  .contact-items {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .contact-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    text-decoration: none;
    color: var(--cream);
    transition: all 0.3s;
    group: true;
  }

  .contact-item:hover { padding-left: 12px; color: var(--gold); }

  .contact-icon {
    width: 42px;
    height: 42px;
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1rem;
    transition: all 0.3s;
  }

  .contact-item:hover .contact-icon {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--black);
  }

  .contact-details { }

  .contact-label {
    font-family: 'Special Elite', serif;
    font-size: 0.65rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--gray);
    margin-bottom: 2px;
  }

  .contact-value {
    font-family: 'Oswald', sans-serif;
    font-size: 0.95rem;
    letter-spacing: 1px;
    font-weight: 300;
  }

  .contato-form {
    background: var(--card);
    padding: 48px;
    border-top: 2px solid var(--gold);
  }

  .form-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.8rem;
    letter-spacing: 2px;
    color: var(--white);
    margin-bottom: 32px;
  }

  .form-group {
    margin-bottom: 20px;
  }

  .form-group label {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 0.65rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 8px;
  }

  .form-group input,
  .form-group textarea,
  .form-group select {
    width: 100%;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    color: var(--white);
    font-family: 'Raleway', sans-serif;
    font-size: 0.9rem;
    padding: 14px 16px;
    outline: none;
    transition: border 0.3s;
    resize: none;
  }

  .form-group input:focus,
  .form-group textarea:focus,
  .form-group select:focus {
    border-color: var(--gold);
  }

  .form-group select option {
    background: var(--dark);
  }

  .form-group textarea { height: 120px; }

  /* FOOTER */
  footer {
    background: var(--dark);
    border-top: 1px solid rgba(255,255,255,0.06);
    padding: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer-logo {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.8rem;
    letter-spacing: 4px;
    color: var(--gold);
  }

  .footer-copy {
    font-family: 'Raleway', sans-serif;
    font-size: 0.75rem;
    color: var(--gray);
    letter-spacing: 1px;
  }

  .footer-socials {
    display: flex;
    gap: 20px;
  }

  .footer-social {
    font-family: 'Oswald', sans-serif;
    font-size: 0.65rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gray);
    text-decoration: none;
    transition: color 0.3s;
  }

  .footer-social:hover { color: var(--gold); }

  /* ANIMATIONS */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
  }

  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }

  @keyframes zoomIn {
    from { transform: scale(1.05); opacity: 0.6; }
    to { transform: scale(1); opacity: 0.75; }
  }

  /* SCROLL ANIMATION */
  .reveal {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }

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

  /* RESPONSIVE */
  @media (max-width: 900px) {
    #hero { grid-template-columns: 1fr; }
    .hero-right { display: none; }
    .bio-grid, .disco-grid, .contato-grid { grid-template-columns: 1fr; gap: 48px; }
    .members-grid { grid-template-columns: repeat(2, 1fr); }
    nav { padding: 16px 24px; }
    .nav-links { display: none; }
    .container { padding: 0 24px; }
    footer { flex-direction: column; gap: 20px; text-align: center; }
  }
  
  /*Posição dos nomes dos integrantes da banda*/
  @media (max-width: 768px) {
  .members-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .member {
    aspect-ratio: 3/4;
  }

  .member-info {
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    padding: 16px;
    z-index: 2;
    transform: none;
  }

  .member-name {
    font-size: 1.1rem;
  }
}