


html { overflow-x: hidden; }


.rotate-overlay { display: none; }
@media (orientation: landscape) and (max-height: 500px) and (min-width: 480px) {
    html { background: #FADB0C; }
    .rotate-overlay {
        position: fixed; inset: 0; z-index: 200; display: block;
        background: url("/images/rotate-portrait.webp") center / cover no-repeat #F8EED5;
    }
    .rotate-overlay p { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
}
.welcome { min-height: 100vh; overflow-x: hidden; }
.welcome .stage {
    position: relative;             
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 1.25rem 2.5rem;
    box-sizing: border-box;
    
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}
.welcome .brand { display: inline-block; }


.w-title {
    font-family: "Bangers", cursive;
    font-weight: 400;
    margin: 0.5rem 0 0;
    color: #15243a;
    font-size: clamp(2.2rem, 9.5vw, 4.25rem);
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.w-intro { margin: 1.1rem 0 0; }
.w-intro p { margin: 0.5rem 0 0; font-weight: 700; font-size: 1.1rem; line-height: 1.3; color: #1a1a1a; }


.w-stage { position: relative; margin-top: 5rem; display: flex; flex-direction: column; gap: 5.5rem; }
.w-btn {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 9.5rem;
    border: 4px solid #000;
    border-radius: 1.25rem;
    box-shadow: 7px 7px 0 #000;
    text-decoration: none;
    font-family: "Archivo", sans-serif;
    font-weight: 800;
    font-size: clamp(1.6rem, 6.4vw, 2.75rem);   
    line-height: 1.05;
    transition: transform 0.08s ease, box-shadow 0.08s ease;
}
.w-btn span { position: relative; z-index: 2; }

.w-btn-status {
    display: block;
    font-family: "Archivo", sans-serif;
    font-weight: 600;
    font-size: clamp(0.8rem, 2.4vw, 1.3rem);
    line-height: 1;
    margin-top: 0.55em;
    opacity: 0.78;
    text-transform: none;
}

.w-btn--logo { background: #ffff00; color: #000; justify-content: flex-start; padding: 1.25rem 57% 1.25rem 1.5rem; }
.w-btn--site { background: #0000ff; color: #fff; justify-content: flex-end;  padding: 1.25rem 1.5rem 1.25rem 57%; text-align: right; }

.w-btn:hover  { transform: translate(3px, 3px); box-shadow: 4px 4px 0 #000; }
.w-btn:active { transform: translate(7px, 7px); box-shadow: 0 0 0 #000; }


.w-hero-m { position: absolute; bottom: 0.75rem; width: 57%; height: auto; pointer-events: none; z-index: 1; }
.w-hero-m--logo { right: 0; }      
.w-hero-m--site { left: 0; }       
.w-hero-d { display: none; }       



.w-legal { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 2.5rem; font-size: 0.8rem; color: #efe8d6; }
.w-legal a { color: inherit; }


@media (min-width: 768px) {
    .w-hero-m { display: none; }
    .w-intro p { font-size: 1.25rem; }
    
    .welcome .stage { min-height: 100vh; min-height: 100dvh; display: flex; flex-direction: column; padding-bottom: 1.25rem; }
    .w-title { margin: 0.75rem 0 0; }
    .w-intro { margin: 0.6rem 0 0; }
    .w-stage {
        flex: 1; min-height: 0;
        flex-direction: row;
        justify-content: center;
        align-items: flex-end;
        gap: clamp(12rem, 24vw, 28rem);
        margin-top: 0.5rem;
    }
    .w-btn {
        width: 22rem; flex: 0 0 22rem; min-height: 13rem;
        justify-content: center; text-align: center; font-size: 3.25rem;   
        line-height: 2;                
        padding: 1.25rem 1.5rem;
        margin-bottom: 2.5rem;
        z-index: 2;                    
    }
    .w-btn--logo { order: 1; }
    .w-btn--site { order: 3; text-align: center; }

    
    .w-hero-d {
        display: block;
        position: absolute;
        left: 50%; bottom: 1.5rem;
        transform: translateX(-50%);
        height: min(93dvh, 62rem);     
        aspect-ratio: 720 / 949;
        z-index: 1;                  
        pointer-events: none;        
    }
    .w-hero-d-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; transition: opacity 0.12s ease; }
    .w-hero-d--site { opacity: 0; }              
    body.hero-right .w-hero-d--logo { opacity: 0; }
    body.hero-right .w-hero-d--site { opacity: 1; }
}


@media (min-width: 768px) and (max-width: 1023px) {
    
    .w-stage { gap: clamp(4rem, 15vw, 9rem); padding-right: 8px; }   
    .w-btn {
        width: 17rem; flex: 0 1 17rem; min-width: 0; min-height: 11rem;
        font-size: 2.35rem; line-height: 1.7; padding: 1rem 1rem;
    }
    .w-btn-status { font-size: 1rem; }
}
