/*==================================================
Se'Tena Tierra Húmeda
LEGAL PAGE
==================================================*/

/*==============================
GENERAL
==============================*/

body{

    background:#F8F6F2;
    color:#2E3B34;
    overflow-x:hidden;

}

.legal-page{

    overflow:hidden;

}


/*==============================
HERO
==============================*/

.legal-hero{

    position:relative;

    height:48vh;

    min-height:420px;

    display:flex;

    justify-content:center;

    align-items:center;

    text-align:center;

    background:
    linear-gradient(
        rgba(20,42,34,.65),
        rgba(20,42,34,.65)
    ),
    url("../images/legal-hero.jpg");

    background-size:cover;

    background-position:center;

    background-repeat:no-repeat;

}

.legal-hero::after{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(
        180deg,
        rgba(18,37,30,.08),
        rgba(18,37,30,.28)
    );

}

.legal-hero .about-overlay{

    position:relative;

    z-index:2;

    width:min(900px,90%);

}

.legal-hero span{

    display:block;

    margin-bottom:18px;

    color:#C7A15A;

    letter-spacing:6px;

    text-transform:uppercase;

    font-size:.85rem;

    font-weight:600;

}

.legal-hero h1{

    font-family:'Cormorant Garamond',serif;

    color:#F8F6F2;

    font-size:5rem;

    font-weight:500;

    line-height:1.05;

    margin-bottom:28px;

}

.legal-hero p{

    color:rgba(255,255,255,.92);

    font-size:1.15rem;

    max-width:720px;

    margin:auto;

    line-height:1.9;

}


/*==============================
INTRO
==============================*/

.legal-intro{

    width:min(900px,90%);

    margin:auto;

    padding:80px 0 60px;

    text-align:center;

}

.legal-intro span{

    display:block;

    color:#B68C45;

    text-transform:uppercase;

    letter-spacing:4px;

    margin-bottom:18px;

    font-size:.85rem;

}

.legal-intro h2{

    font-family:'Cormorant Garamond',serif;

    font-size:4rem;

    color:#1E352C;

    margin-bottom:25px;

}

.legal-intro p{

    max-width:760px;

    margin:auto;

    margin-bottom:18px;

    color:#666;

    line-height:2;

}

.legal-date{

    margin-top:30px;

    color:#B68C45;

    font-weight:600;

}


/*==============================
IMPORTANT NOTICE
==============================*/

.legal-notice{

    width:min(1100px,92%);

    margin:auto;

    margin-bottom:90px;

}

.notice-container{

    background:white;

    border-radius:22px;

    padding:55px;

    box-shadow:0 20px 60px rgba(0,0,0,.05);

}

.notice-container h3{

    text-align:center;

    font-family:'Cormorant Garamond',serif;

    font-size:2.5rem;

    color:#1E352C;

    margin-bottom:45px;

}

.notice-items{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:22px;

}

.notice-item{

    background:#F7F5F1;

    border-radius:18px;

    padding:30px 20px;

    text-align:center;

    transition:.35s;

    border:1px solid rgba(182,140,69,.15);

}

.notice-item:hover{

    transform:translateY(-6px);

    box-shadow:0 18px 35px rgba(0,0,0,.08);

}

.notice-item h4{

    color:#1E352C;

    margin-bottom:10px;

}

.notice-item p{

    color:#777;

    line-height:1.7;

}


/*==============================
LEGAL CONTAINER
==============================*/

.legal-container{

    width:min(1100px,92%);

    margin:auto;

    padding-bottom:120px;

}


/*==============================
LEGAL CARD
==============================*/

.legal-item{

    background:white;

    border-radius:22px;

    margin-bottom:22px;

    overflow:hidden;

    border:1px solid rgba(182,140,69,.12);

    box-shadow:0 18px 45px rgba(0,0,0,.05);

    transition:.35s;

}

.legal-item:hover{

    transform:translateY(-3px);

    box-shadow:0 25px 60px rgba(0,0,0,.08);

}


/*==============================
BUTTON
==============================*/

.legal-btn{

    width:100%;

    background:none;

    border:none;

    padding:38px 45px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    cursor:pointer;

    transition:.3s;

}

.legal-btn:hover{

    background:#FBF9F5;

}

.legal-btn div{

    display:flex;

    flex-direction:column;

    align-items:flex-start;

}

.legal-btn small{

    color:#B68C45;

    letter-spacing:4px;

    font-size:.8rem;

    text-transform:uppercase;

    margin-bottom:8px;

    font-weight:700;

}

.legal-btn h3{

    margin:0;

    font-family:'Cormorant Garamond',serif;

    font-size:2.2rem;

    color:#1E352C;

    font-weight:500;

}

.legal-btn p{

    margin-top:10px;

    color:#888;

    font-size:.95rem;

}

.legal-icon{

    font-size:2rem;

    color:#B68C45;

    transition:.35s;

}

.legal-item.active .legal-icon{

    transform:rotate(90deg);

}
/*==============================
CONTENT
==============================*/

.legal-content{

    max-height:0;

    overflow:hidden;

    transition:max-height .55s ease;

    padding:0 50px;

}

.legal-item.active .legal-content{

    padding-bottom:50px;

}

.legal-content h3{

    margin-top:45px;

    margin-bottom:18px;

    font-family:'Cormorant Garamond',serif;

    font-size:1.8rem;

    color:#1E352C;

    font-weight:500;

}

.legal-content p{

    color:#666;

    line-height:2;

    margin-bottom:18px;

}

.legal-content ul{

    margin-left:24px;

    margin-bottom:28px;

}

.legal-content li{

    color:#666;

    line-height:2;

    margin-bottom:12px;

}

.legal-content li::marker{

    color:#B68C45;

}

.legal-content strong{

    color:#1E352C;

    font-weight:600;

}

.legal-content hr{

    border:none;

    height:1px;

    background:#ECE5D8;

    margin:45px 0;

}


/*==============================
ACTIVE STATE
==============================*/

.legal-item.active{

    border:1px solid rgba(182,140,69,.35);

}

.legal-item.active .legal-btn{

    background:#F9F7F2;

}

.legal-item.active .legal-btn h3{

    color:#B68C45;

}


/*==================================================
CALL TO ACTION
==================================================*/

.legal-cta{

    position:relative;

    overflow:hidden;

    padding:140px 30px;

    text-align:center;

    background:#1E352C;

    color:white;

}

.legal-cta::before{

    content:"";

    position:absolute;

    width:650px;

    height:650px;

    border-radius:50%;

    background:rgba(199,161,90,.05);

    top:-250px;

    left:-220px;

}

.legal-cta::after{

    content:"";

    position:absolute;

    width:500px;

    height:500px;

    border-radius:50%;

    background:rgba(199,161,90,.04);

    bottom:-180px;

    right:-150px;

}

.legal-cta-content{

    position:relative;

    z-index:2;

    max-width:760px;

    margin:0 auto;

}

.legal-cta span{

    display:block;

    color:#C7A15A;

    letter-spacing:6px;

    text-transform:uppercase;

    font-size:.8rem;

    margin-bottom:18px;

}

.legal-cta h2{

    font-family:'Cormorant Garamond',serif;

    font-size:4rem;

    font-weight:500;

    line-height:1.1;

    margin-bottom:25px;

    color:#F8F6F2;

}

.legal-cta p{

    font-size:1.05rem;

    line-height:2;

    color:rgba(255,255,255,.85);

    margin:0 auto 45px auto;

    max-width:680px;

}

.legal-buttons{

    display:flex;

    justify-content:center;

    gap:18px;

    flex-wrap:wrap;

}

.cta-primary{

    display:inline-block;

    background:#C7A15A;

    color:white;

    text-decoration:none;

    padding:16px 42px;

    border-radius:50px;

    font-weight:600;

    letter-spacing:.5px;

    transition:.35s;

}

.cta-primary:hover{

    background:#B58F48;

    transform:translateY(-4px);

    box-shadow:0 12px 30px rgba(199,161,90,.25);

}

.cta-secondary{

    display:inline-block;

    border:1px solid rgba(255,255,255,.35);

    color:white;

    text-decoration:none;

    padding:16px 42px;

    border-radius:50px;

    font-weight:600;

    letter-spacing:.5px;

    transition:.35s;

}

.cta-secondary:hover{

    background:white;

    color:#1E352C;

    transform:translateY(-4px);

}
/*==================================================
FOOTER
==================================================*/

.legal-footer{

    background:#F8F6F2;

    padding:60px 20px;

    text-align:center;

    border-top:1px solid #ECE5D8;

}

.legal-footer p{

    color:#888;

    font-size:.95rem;

    line-height:1.8;

    margin:0;

}

.legal-footer a{

    color:#B68C45;

    text-decoration:none;

    transition:.3s;

}

.legal-footer a:hover{

    color:#1E352C;

}


/*==================================================
ANIMATIONS
==================================================*/

.legal-item{

    scroll-margin-top:120px;

}

.legal-btn{

    transition:.35s;

}

.legal-btn:hover h3{

    color:#B68C45;

}

.legal-btn:hover .legal-icon{

    transform:translateX(6px);

}

.cta-primary,
.cta-secondary{

    transition:all .35s ease;

}


/*==================================================
TABLET
==================================================*/

@media (max-width:992px){

.legal-hero{

height:42vh;

min-height:360px;

}

.legal-hero h1{

font-size:4rem;

}

.legal-intro{

padding:70px 25px 50px;

}

.legal-intro h2{

font-size:3.2rem;

}

.notice-items{

grid-template-columns:repeat(2,1fr);

}

.notice-container{

padding:40px;

}

.legal-btn{

padding:30px;

}

.legal-btn h3{

font-size:1.8rem;

}

.legal-content{

padding:0 35px;

}

.legal-cta{

padding:110px 30px;

}

.legal-cta h2{

font-size:3.2rem;

}

}


/*==================================================
MOBILE
==================================================*/

@media (max-width:768px){

.legal-hero{

height:40vh;

min-height:320px;

padding:0 25px;

}

.legal-hero span{

letter-spacing:4px;

font-size:.75rem;

}

.legal-hero h1{

font-size:2.8rem;

}

.legal-hero p{

font-size:1rem;

line-height:1.8;

}

.legal-intro{

padding:60px 20px 45px;

}

.legal-intro h2{

font-size:2.5rem;

}

.notice-container{

padding:30px;

}

.notice-container h3{

font-size:2rem;

}

.notice-items{

grid-template-columns:1fr;

gap:18px;

}

.notice-item{

padding:24px;

}

.legal-btn{

padding:26px;

}

.legal-btn h3{

font-size:1.5rem;

}

.legal-btn p{

font-size:.9rem;

}

.legal-icon{

font-size:1.6rem;

}

.legal-content{

padding:0 25px;

}

.legal-item.active .legal-content{

padding-bottom:35px;

}

.legal-content h3{

font-size:1.5rem;

}

.legal-content p{

font-size:.98rem;

}

.legal-content li{

font-size:.98rem;

}

.legal-cta{

padding:90px 25px;

}

.legal-cta h2{

font-size:2.5rem;

}

.legal-cta p{

font-size:1rem;

margin-bottom:35px;

}

.legal-buttons{

flex-direction:column;

align-items:center;

}

.cta-primary,
.cta-secondary{

width:100%;

max-width:340px;

text-align:center;

}

}


/*==================================================
SMALL MOBILE
==================================================*/

@media (max-width:480px){

.legal-hero{

min-height:280px;

}

.legal-hero h1{

font-size:2.1rem;

}

.legal-intro h2{

font-size:2rem;

}

.notice-container{

padding:25px;

}

.notice-container h3{

font-size:1.7rem;

}

.legal-btn{

padding:22px;

}

.legal-btn small{

font-size:.7rem;

letter-spacing:3px;

}

.legal-btn h3{

font-size:1.3rem;

}

.legal-btn p{

display:none;

}

.legal-content{

padding:0 20px;

}

.legal-content h3{

font-size:1.35rem;

}

.legal-content p{

font-size:.95rem;

line-height:1.9;

}

.legal-content li{

font-size:.95rem;

}

.legal-cta{

padding:75px 20px;

}

.legal-cta span{

letter-spacing:4px;

font-size:.7rem;

}

.legal-cta h2{

font-size:2rem;

}

.legal-cta p{

font-size:.95rem;

}

}


/*==================================================
END
==================================================*/
