/* ==============================
   SABUGOS — 2000s WEBSITE
   ============================== */

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background-color: #171717;
    color: #ddd;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

/* FUNDO */

body {
    background-image: url("images/fundo.jpg");
    background-repeat: repeat;
    background-attachment: fixed;
}

/* ==============================
   CABEÇALHO
   ============================== */

.top-header {
    width: 900px;
    max-width: 100%;
    height: 180px;
    margin: 20px auto 0;

    background: #111;

    border: 4px solid #050505;

    display: flex;
    align-items: center;

    overflow: hidden;
}

.header-logo {
    width: 180px;
    text-align: center;
}

.header-logo img {
    width: 110px;
    max-height: 120px;
    object-fit: contain;
}

.header-title {
    padding-left: 20px;
}

.header-title h1 {
    margin: 0;

    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;

    font-size: 70px;

    color: #b40000;

    text-shadow: 4px 4px #000;

    letter-spacing: -3px;
}

.header-title p {
    margin: 0;

    color: #fff;

    font-size: 11px;

    font-weight: bold;

    letter-spacing: 4px;
}


/* ==============================
   MENU
   ============================== */

.main-menu {
    width: 900px;
    max-width: 100%;

    margin: 0 auto;

    background: #a80000;

    border-left: 4px solid #050505;
    border-right: 4px solid #050505;

    display: flex;

    justify-content: center;

    flex-wrap: wrap;
}

.main-menu a {
    color: #fff;

    text-decoration: none;

    font-family: Impact, Haettenschweiler, sans-serif;

    font-size: 12px;

    padding: 10px 12px;

    border-right: 1px solid #7c0000;
}

.main-menu a:hover {
    background: #111;
    color: #ff0000;
}


/* ==============================
   ÁREA PRINCIPAL
   ============================== */

.page-container {
    width: 900px;
    max-width: 100%;

    margin: 0 auto;

    background: #161616;

    border-left: 4px solid #050505;
    border-right: 4px solid #050505;
}


/* ==============================
   SEÇÕES
   ============================== */

.section {
    padding: 45px 55px;

    border-bottom: 5px solid #080808;

    scroll-margin-top: 50px;
}

.section-title {
    margin-bottom: 25px;

    border-bottom: 4px solid #900000;

    padding-bottom: 5px;
}

.section-title h2 {
    margin: 0;

    font-family: Impact, Haettenschweiler, sans-serif;

    font-size: 38px;

    color: #c00000;

    text-shadow: 3px 3px #000;
}


/* ==============================
   FOTO PRINCIPAL
   ============================== */

.hero-image {
    position: relative;

    border: 5px solid #050505;

    overflow: hidden;
}

.hero-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.hero-logo {
    position: absolute;

    left: 0;
    bottom: 0;

    width: 100%;

    padding: 25px;

    background: linear-gradient(
        transparent,
        rgba(0,0,0,0.95)
    );
}

.hero-logo-image {
    display: block;

    width: 280px;
    max-width: 70%;

    max-height: 100px;

    object-fit: contain;

    object-position: left center;
}

.hero-logo span {
    color: #ff1a1a;

    font-weight: bold;

    letter-spacing: 2px;
}


/* ==============================
   TEXTO
   ============================== */

.welcome-box,
.content-box {
    margin-top: 25px;

    padding: 25px;

    background: #202020;

    border: 2px solid #3b3b3b;

    box-shadow: 5px 5px #000;
}

.welcome-box h2 {
    margin-top: 0;

    font-family: Impact, Haettenschweiler, sans-serif;

    color: #d00000;

    font-size: 25px;
}

.welcome-box p,
.content-box p {
    line-height: 1.7;
}


/* ==============================
   CONTATO
   ============================== */

.contact-strip {
    padding: 25px;

    background: #a00000;

    text-align: center;

    border-bottom: 5px solid #000;
}

.contact-strip h2 {
    margin: 0 0 15px;

    font-family: Impact, Haettenschweiler, sans-serif;
}

.contact-links {
    display: flex;

    justify-content: center;

    gap: 10px;

    flex-wrap: wrap;
}

.contact-links a {
    padding: 8px 18px;

    background: #080808;

    border: 2px solid #444;

    color: white;

    text-decoration: none;

    font-weight: bold;
}

.contact-links a:hover {
    background: white;
    color: black;
}


/* ==============================
   INTEGRANTES
   ============================== */

.members-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 20px;
}

.member-card {
    padding: 10px;

    background: #191919;

    border: 3px solid #333;

    box-shadow: 4px 4px #000;
}

.member-photo {
    width: 100%;
    height: 230px;

    overflow: hidden;

    border: 3px solid #000;
}

.member-photo img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.member-card h3 {
    margin: 12px 0 4px;

    font-family: Impact, Haettenschweiler, sans-serif;

    font-size: 20px;
}

.instrument {
    color: #e00000;

    font-size: 10px;

    font-weight: bold;

    letter-spacing: 2px;
}

.member-card p {
    color: #aaa;

    line-height: 1.5;

    font-size: 12px;
}

.integrante-logo img {
    width: 100px;

    max-height: 100px;
}


/* ==============================
   SHOWS
   ============================== */

.show-list {
    display: flex;

    flex-direction: column;

    gap: 10px;
}

.show {
    display: grid;

    grid-template-columns: 90px 1fr 90px;

    align-items: center;

    background: #1b1b1b;

    border: 2px solid #333;

    box-shadow: 4px 4px #000;
}

.show-date {
    height: 100%;

    background: #9d0000;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;
}

.show-date strong {
    font-family: Impact, Haettenschweiler, sans-serif;

    font-size: 30px;
}

.show-date span {
    font-size: 9px;

    font-weight: bold;
}

.show-info {
    padding: 12px 18px;
}

.show-info h3 {
    margin: 0;

    font-family: Impact, Haettenschweiler, sans-serif;

    font-size: 19px;
}

.show-info p {
    margin: 5px 0 0;

    color: #999;
}

.show-button {
    margin: 8px;

    padding: 8px;

    background: #a00000;

    color: white;

    text-decoration: none;

    text-align: center;

    font-size: 10px;

    font-weight: bold;
}

.show-button:hover {
    background: white;
    color: black;
}


/* ==============================
   SETLIST
   ============================== */

.setlist {
    padding: 0;

    margin: 0;

    list-style: none;
}

.setlist li {
    padding: 10px;

    border-bottom: 1px solid #333;

    font-weight: bold;
}

.setlist li:hover {
    background: #350000;
}

.setlist span {
    display: inline-block;

    width: 35px;

    color: #d00000;

    font-family: Impact, Haettenschweiler, sans-serif;
}


/* ==============================
   GÊNEROS
   ============================== */

.genre-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 10px;
}

.genre {
    padding: 22px 5px;

    background: #9e0000;

    border: 3px solid #000;

    text-align: center;

    font-family: Impact, Haettenschweiler, sans-serif;

    font-size: 16px;
}

.genre:hover {
    background: white;

    color: black;
}


/* ==============================
   SUGESTÃO DE MÚSICA
   ============================== */

.suggestion-box {
    text-align: center;
}

.big-button {
    display: inline-block;

    margin-top: 15px;

    padding: 13px 25px;

    background: #a00000;

    border: 4px solid #000;

    color: white;

    text-decoration: none;

    font-family: Impact, Haettenschweiler, sans-serif;

    font-size: 17px;

    box-shadow: 5px 5px #000;
}

.big-button:hover {
    background: white;

    color: black;
}


/* ==============================
   FOTOS
   ============================== */

.photo-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 10px;
}

.photo-placeholder {
    height: 130px;

    background: #252525;

    border: 3px solid #444;

    display: flex;

    justify-content: center;

    align-items: center;

    font-family: Impact, Haettenschweiler, sans-serif;

    color: #999;
}

.photo-placeholder:hover {
    border-color: #c00000;

    color: white;
}


/* ==============================
   CONTATO FINAL
   ============================== */

.contact-section {
    text-align: center;
}

.contact-big {
    padding: 35px;

    background: #191919;

    border: 3px solid #333;

    box-shadow: 5px 5px #000;
}

.contact-big a {
    color: #ff2020;

    font-weight: bold;

    font-size: 18px;
}

.social-links {
    margin-top: 20px;

    display: flex;

    justify-content: center;

    gap: 10px;
}

.social-links a {
    padding: 10px 20px;

    background: #a00000;

    color: white;
}


/* ==============================
   RODAPÉ
   ============================== */

footer {
    width: 900px;
    max-width: 100%;

    margin: 0 auto;

    padding: 35px;

    background: #050505;

    text-align: center;

    border-top: 5px solid #900000;
}

.footer-image {
    width: 900px;
    max-width: 100%;

    margin: 0 auto;

    background: #050505;

    overflow: hidden;
}

.footer-image img {
    display: block;

    width: 100%;
    height: auto;
}

.footer-logo img {
    width: 50px;

    max-height: 50px;
}

footer p {
    color: #777;

    font-size: 10px;
}


/* ==============================
   CELULAR
   ============================== */

@media (max-width: 700px) {

.social-links {
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.social-links a {
    width: 80%;
    max-width: 250px;
    padding: 8px 12px;
    font-size: 12px;
}
  
  .member-photo {
    height: auto;
}

.member-photo img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

    .header-title h1 {
        font-size: 45px;
    }

    .section {
        padding: 35px 20px;
    }

    .members-grid {
        grid-template-columns: 1fr;
    }

    .genre-grid {
        grid-template-columns: 1fr 1fr;
    }

    .photo-grid {
        grid-template-columns: 1fr 1fr;
    }

    .show {
    grid-template-columns: 70px 1fr;
}

.show-button {
    display: block;
    grid-column: 1 / -1;
    margin: 10px 0px 0px;
}
}

.main-logo {
    width: 400px;
    max-width: 100%;
    max-height: 160px;
    object-fit: contain;
    display: block;
}

.member-instagram {
    display: inline-block;

    margin-top: 8px;

    padding: 7px 14px;

    background: #8f0000;

    border: 2px solid #000;

    color: #fff;

    text-decoration: none;

    font-size: 10px;

    font-weight: bold;

    letter-spacing: 1px;

    box-shadow: 3px 3px #000;
}
.next-show {
    margin: 20px auto;
    text-align: center;
}

.next-show a {
    display: inline-block;
    text-decoration: none;
}

.next-show img {
    display: block;
    width: 350px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border: 3px solid #000;
}

.next-show span {
    display: block;
    margin-top: 5px;
    padding: 10px;
    background: #a00000;
    border: 3px solid #000;
    color: #fff;
    font-family: Impact, Haettenschweiler, sans-serif;
    font-size: 15px;
}

.next-show a:hover span {
    background: #fff;
    color: #000;
}

@media (max-width: 700px) {
    .next-show img {
        width: auto !important;
        max-width: 80% !important;
        height: 180px !important;
        object-fit: contain !important;
        margin: 0 auto !important;
    }
}

.member-instagram:hover {
    background: #fff;

    color: #000;

    border-color: #fff;
}