@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

@font-face {
    font-family: 'Diamonds';
    src: url('./Diamonds_Font_Family/DiamondsRegular_400.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Diamonds';
    src: url('./Diamonds_Font_Family/Diamonds Regular_3_400.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Diamonds';
    src: url('./Diamonds_Font_Family/Diamonds Regular_9_400.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root{
    --color-primary: #202E57;
    --color-accent: #E74210;
    --color-beige: #CAC7BE;
    --color-blue-50: #EFF3FB;
    --swiper-navigation-size: 30px;
    --font-title: "Diamonds", "Oswald", sans-serif;
}

*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  color: var(--color-primary);
  background-color: var(--color-beige);
  font-family: "Oswald", sans-serif;
}

img,
picture {
  max-width: 100%;
  display: block;
}

.sub-title{
    font-family: var(--font-title);
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0;
    color: var(--color-accent);
}

.main-banner{
    position:relative;
    min-height:100vh;
    background:#d7d2ca;
    overflow:hidden;
}

.hero-content{
    position:absolute;
    inset:0;

    display:flex;
    align-items:center;

    z-index:20;
}

.hero-info{
    margin-left: clamp(4rem, 17vw, 16rem);
    margin-top:-3rem;
    position:absolute;
    top:120px;
    z-index:20;
    color: var(--color-blue-50);
}

.hero-info h1{
    margin:0;
    color:var(--color-accent);
    font-family: var(--font-title);
    font-size:clamp(4rem, 7vw, 7rem);
    font-weight:700;
    line-height:.9;
}

.hero-info h2{
    margin:0;

    color:var(--color-accent);

    font-family: var(--font-title);
    font-size:clamp(2.2rem, 4vw, 4rem);
    font-weight:700;
    line-height:.9;
}

.hero-info p{
    margin:.4rem 0 0;

    color:#fff;
    font-family: var(--font-title);
    font-size:clamp(1.5rem, 2.2vw, 2.8rem);
    font-weight:400;
    line-height:1;
}

.top{
    padding:20px 0;
    position:relative;
    z-index:20;
}

.top-content{
    display:grid;
    grid-template-columns: 1fr 1fr auto;
    align-items:start;
}

.hero-left{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 5%;
}

.hero-logo {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    width: clamp(300px, 28vw, 540px);
}

.logo-oma{
    display:block;
    height:auto;
    width: 100%;
}

.hero-edition{
    writing-mode:vertical-rl;
    transform:rotate(180deg);

    color:var(--color-primary);

    font-family: var(--font-title);
    font-size: clamp(20px,1.7vw,30px);
    font-weight:700;
    line-height:1;
}

.hero-date{
    display:flex;
    align-items:center;
    gap:.9rem;
    color:var(--color-primary);
    font-family: var(--font-title);
    font-size: clamp(0.75rem, 2.75vw, 3.10rem);
    font-weight:700;
    line-height:1;
}

.hero-date .accent{
    color:var(--color-accent);
}

.hero-center{
    display: flex;
    height: 100%;
    align-items: flex-end;
    justify-content: flex-end;
    width: 40%;
}

.hero-right{
    display:flex;
    justify-content:flex-end;
}

.editions-before{
    color:var(--color-primary);
    text-decoration:none;
    cursor: pointer;
}

.bottom{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:60%;
}

.shape-bg{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.artist{
    position:absolute;
    right:0;
    bottom:0;
    height: 150%;
    z-index:10;
}

.hero-sponsors{
    display: flex;
    align-items: center;
    gap: 2.5rem;
}

.hero-sponsors .img-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-sponsors .img-wrapper img{
    display: block;
    max-height: 60px; 
    width: auto;
}

.hero-half-circle{
    position:absolute;
    right:25%;
    bottom:0;
    z-index:15;
    width: 10%;
}

.hero-quarter-circle{
    position: absolute;
    top: -10%;
    left: 0;
    width: 120px;
    height: auto;
    z-index: 15;
    max-width: 125px;
}

.hero-footer{
    position:absolute;
    left:0;
    right:0;
    bottom:40px;

    display:flex;
    justify-content:space-between;
    align-items:center;

    z-index:20;
}

.decor-circle{
    width: clamp(100px, 7.8vw, 150px);
}

.text-editions-before{
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

/*.container{
    max-width: 1250px;
}*/

.scroll-down{
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    display: flex;
}

.scroll-down-text {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    color: var(--color-blue-50);
}

.img-wrapper {
    max-width: 158px;
    flex: 1 1 auto;
}

.img-wrapper img {
    height: auto;
    max-height: 100%;
    object-fit: contain;
}

.red-band {
    height: 170px;
    background-color: var(--color-accent);
}

.red-band>div>div {
    gap: 40px;
}

.info-bar{
    gap: 1.5rem;
    font-family: var(--font-title);
    font-weight: 700;
    font-size: clamp(30px, 4vw, 64px);
    line-height: 100%;
    letter-spacing: 2px;
    vertical-align: middle;
    margin-top: 10px;
}

.info-bar__location,
.info-bar__contact{
    flex: 1;
    margin-top: 10px;
}

.info-bar__location{
    text-align: right;
}

.info-bar__contact{
    text-align: left;
}

.info-bar__contact small{
    display:block;
    font-size:clamp(10px, .8vw, 14px);
}

.stagers-text-block{
    width: 50%;
    align-content: center;
    background-color: var(--color-beige);
}

.stagers-text-block .stagers-text{
    max-width: 400px;
    margin: auto;
}

.stagers-text-block .stagers-text[data-band="resistencia"]{
    max-width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
    margin: auto;
}

.stagers-text-block .stagers-text .stage-title{
    font-family: var(--font-title);
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    color: var(--color-accent);
    margin-bottom: 10px;
}

.stagers-text-block .stagers-text .stage-text{
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
}

.stagers-image-block {
    width: 50%;
    justify-items: center;
    background-color: #000000;
    align-content: center;
}

.stagers .stagers-block:nth-child(odd){
    flex-direction: row;
}

.stagers .stagers-block:nth-child(even) {
    flex-direction: row-reverse;
}

.stagers-image-block .stage-title {
    position: absolute;
    font-family: var(--font-title);
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    display: none;
}

#where-stay .swiper-slide{
    cursor: pointer;
}
#where-stay .swiper-slide .slide-image-wrapper {
    position: relative;
}
#where-stay .swiper-slide .slide-image-wrapper .see-more{
    display: none;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 21px;
    letter-spacing: 0;
    padding-bottom: 10px;
}
#where-stay .swiper-slide:hover .slide-image-wrapper::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000009f;
}
#where-stay .swiper-slide:hover .slide-image-wrapper .see-more{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}

#where-stay img {
    margin-bottom: 24px;
    height: auto;
    width: 100%;
    aspect-ratio: 81 / 61;
}

#where-stay .swiper-text {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 21px;
    letter-spacing: 0;
    padding-bottom: 10px;

}

#apoios .row .brand {
    align-content: center;
}

#apoios .row img {
    justify-self: center;
}

#apoios .swiper .swiper-wrapper{
    align-items: center;
}

#apoios .swiper .swiper-slide{
    display: flex;
    justify-content: center;
}
#apoios .swiper-button-next,
#apoios .swiper-button-prev {
    color: var(--color-accent);
}
#apoios .swiper-button-next{
    right: 0px;
}
#apoios .swiper-button-prev {
    left: 0px;
}


.grupo-visabeira-text{
    font-family: "Source Sans 3", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0px;
}

footer a{
    color: inherit;
    text-decoration: none;
}

.offcanvas{
    background-color: var(--color-accent);
}

.offcanvas-header{
    padding: 48px;
}
.offcanvas-body{
    padding: 32px 48px;
    font-family: var(--font-title);
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff;
}
.offcanvas-body a{
    color: inherit;
    text-decoration: none;
}
.offcanvas-body a:hover{
    text-decoration: underline;
}

.offcanvas .btn-close{
    background: transparent url(../imgs/close.svg) center / 1em auto no-repeat;
    opacity: 1;
}

@media (max-width: 991px) {
    .main-banner:not(.mobile) {
        display: none;
    }
}

@media (min-width: 992px) {
    .main-banner.mobile {
        display: none;
    }

    /*.artist{
        height: 160% !important;
    }*/
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1250px !important;
    }
}

@media (min-width: 1700px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1550px !important;
    }
}

@media (max-width: 991px) {
    .red-band>div>div {
        gap: 0;
    }
    .stagers .stagers-block{
        flex-direction: column !important;
    }
    .red-band {
        height: auto;
    }
    .stagers-image-block {
        width: 100%;
        height: 400px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        position: relative;
        align-content: center;
    }

    .stagers-image-block[data-img="vozes_radio"] {
        align-items: start;
    }

    .stagers-image-block[data-img="resistencia"] img {
        position: absolute;
        top: -105px;
    }

    .stagers-image-block>img {
        width: 100%;
    }

    .stagers-image-block .stage-title {
        display: block;
    }

    .stagers-text-block{
        width: 100%;
        align-content: center;
        background-color: var(--color-beige);
    }
    .stagers-text-block .stagers-text .stage-title{
        padding: 24px 32px 0 32px;
    }
    .stagers-text-block .stagers-text .stage-text{
        padding: 24px 32px;
    }

    
}

/*
// Medium devices (tablets, 768px and down)
*/
@media (max-width: 767px) {
    .stagers-image-block {
        width: 100%;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        align-content: center;
        position: relative;
    }
    .stagers-image-block[data-img="resistencia"] img {
        position: absolute;
        top: -155px;
    }

    .main-banner{
        height: 95vh;

    }


    footer .container {
        padding: 0 40px;
    }

}

@media (max-width: 576px) {
    .stagers-image-block {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        position: relative;
    }
    .stagers-image-block[data-img="resistencia"] img {
        position: absolute;
        top: -115px;
    }
}

.red-band-align {
    align-content: center;
}

.stagers-container {
    max-width: 1440px;
    margin: 0 auto;
}

.where-stay-section {
    padding-top: 120px;
    overflow: hidden;
}

.swiper-visible {
    overflow: visible;
}

.apoios-section {
    padding: 120px 0;
}

.apoios-row {
    row-gap: 80px;
}

.footer-border-top {
    border-top: 1px solid var(--color-primary);
}

footer a:hover svg {
    color: black;
    fill: white;
}

/* ============================================
   MOBILE HERO BANNER — Dedicated mobile layout
   ============================================ */

.main-banner.mobile {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(180deg, #d7d2ca 0%, #c4bfb6 100%);
    overflow: hidden;
}

.mobile-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Content wrapper — layered over background image */
.mobile-hero-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding: 16px 16px 0px 16px;
    margin: 0 auto;
    width: 100%;
}

/* Top bar — logo + edition */
.mobile-hero-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 4px;
}

.mobile-logo {
    height: auto;
    max-width: 80px;
    width: 35vw;
}

.mobile-edition {
    font-family: var(--font-title);
    font-weight: 700;
    font-size: 14px;
    color: var(--color-primary);
    letter-spacing: 1px;
}

.mobile-hero-bottom {
    position: relative;
    z-index: 2;
    background-color: var(--color-primary);
    padding: 24px 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    text-align: center;
}

/* Date info */
.mobile-hero-date {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--font-title);
    font-weight: 700;
    font-size: clamp(0.7rem, 1vw, 1rem);
    color: var(--color-primary);
    letter-spacing: 0.5px;
}

.mobile-hero-date .accent {
    color: var(--color-accent);
}

/* Spacer — pushes bottom content to viewport floor */
.mobile-hero-spacer {
    flex: 1;
}

/* Hero image — full-bleed background layer */
.mobile-hero-image {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.mobile-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

/* Artist name */
.mobile-hero-artist {
    text-align: center;
    margin: 4px 0;
}

.mobile-hero-artist h1 {
    margin: 0;
    color: var(--color-accent);
    font-family: var(--font-title);
    font-weight: 700;
    font-size: clamp(28px, 8vw, 36px);
    line-height: 1;
}

.mobile-hero-artist h2 {
    margin: 4px 0 0;
    color: var(--color-accent);
    font-family: var(--font-title);
    font-weight: 700;
    font-size: clamp(20px, 6vw, 28px);
    line-height: 1;
}

.mobile-hero-artist p {
    margin: 4px 0 0;
    color: #fff;
    font-family: var(--font-title);
    font-weight: 400;
    font-size: clamp(14px, 4vw, 18px);
}

/* Sponsors */
.mobile-hero-sponsors {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 15px 0;
}

.mobile-hero-sponsors img {
    height: auto;
    max-height: 40px;
    width: auto;
    object-fit: contain;
}

/* Scroll indicator */
.mobile-scroll-down {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin-top: 8px;
}

.mobile-scroll-down span {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: var(--color-blue-50);
    letter-spacing: 0.5px;
}

.mobile-scroll-down img {
    width: 20px;
    height: auto;
}
