*{margin:0;padding:0;box-sizing:border-box}
body{font-family:Inter,sans-serif;background:#f7f4ee;color:#1f1b1c}
.wrap{max-width:1100px;margin:auto;padding:0 24px}
.hero{height:100vh;background:url('../img/corniglia.jpg')center/cover no-repeat;position:relative;display:flex;align-items:center;justify-content:center;text-align:center}
.overlay{position:absolute;inset:0;background:linear-gradient(rgba(0,0,0,.25),rgba(0,0,0,.55))}
.hero-content{position:relative;z-index:2;color:#fff}
.logo{width:340px;max-width:85%;margin-bottom:28px}
h1,h2{font-family:'Cormorant Garamond',serif;font-weight:500}
.cta{display:inline-block;margin-top:34px;padding:16px 34px;background:#cfa00c;color:#fff;text-decoration:none;border-radius:40px;font-weight:600}
.intro{padding:90px 0}
.lead{font-family:'Cormorant Garamond',serif;font-size:42px;line-height:1.25;max-width:850px;text-align:center;margin:auto}
.booking{
    padding:0 0 80px;
}

.card h2{text-align:center;font-size:42px;margin-bottom:28px}
.story{padding:90px 0;background:#ece6da;text-align:center}
.story p{max-width:700px;margin:20px auto;font-size:18px;line-height:1.8}
footer{background:#1f1b1c;color:#fff;text-align:center;padding:35px}
@media(max-width:768px){
h1{font-size:44px}.lead{font-size:30px}.logo{width:250px}.hero{height:80vh}.card{padding:24px}
}
.hero-tagline{
    margin-top:28px;
    margin-bottom:0;
    font-family:'Cormorant Garamond',serif;
    font-size:34px;
    font-weight:400;
    letter-spacing:.3px;
    color:#fff;
    max-width:760px;
    margin-left:auto;
    margin-right:auto;
    line-height:1.35;
}

@media(max-width:768px){

.hero-tagline{
    font-size:26px;
    padding:0 20px;
}

}
.footer{
    background:#1f1b1c;
    color:#fff;
    text-align:center;
    padding:70px 20px 35px;
}

.footer-brands{
    font-family:'Cormorant Garamond',serif;
    font-size:38px;
    color:#ffffff;
}

.separator{
    color:#cfa00c;
    margin:0 14px;
}

.footer-subtitle{
    margin-top:12px;
    color:#d9d9d9;
    font-size:17px;
    letter-spacing:.5px;
}

.footer-links{
    margin:38px 0;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:32px;
    flex-wrap:wrap;
}

.footer-links a{
    color:#cfa00c;
    text-decoration:none;
    font-size:16px;
    font-weight:400;
    border-bottom:1px solid transparent;
    transition:.25s;
}

.footer-links a:hover{
    color:#ffffff;
    border-bottom:1px solid #cfa00c;
}

.footer-links a:hover{
    color:#ffffff;
}

.footer-copy{
    margin-top:35px;
    color:#9d9d9d;
    font-size:14px;
}

@media(max-width:768px){

.footer-brands{
    font-size:28px;
    line-height:1.3;
}

.separator{
    display:none;
}

.brand-scuna{
    display:block;
}

.footer-links{
    flex-direction:column;
    gap:18px;
}

}
.language-switch{
    margin-top:20px;
    text-align:center;
    font-size:15px;
    letter-spacing:2px;
}

.language-switch a{
    color:#fff;
    text-decoration:none;
    font-weight:600;
    opacity:.9;
}

.language-switch a:hover{
    color:#cfa00c;
}
.kas_online_reception{
    display:block;
    width:100%;
}
/*
.kw_container{
    position:relative !important;
}
*/

.kw_container *{
    max-width:100%;
}
body{
    padding-bottom: 100px;
}

.room-features{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(260px,1fr));

gap:18px;

margin-top:25px;

}

/* ===== PAGINE CAMERE ===== */

.hero.small{
    height:50vh;
}

.content{
    max-width:1100px;
    margin:auto;
    padding:70px 24px;
}

.section{
    background:#fff;
    border-radius:18px;
    padding:34px;
    margin-bottom:35px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.section h2{
    font-family:'Cormorant Garamond',serif;
    font-size:42px;
    margin-bottom:18px;
    color:#1f1b1c;
}

.section p{
    line-height:1.85;
    margin-bottom:15px;
}

.section ul{
    padding-left:22px;
    line-height:1.9;
}

.quicklinks{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:14px;
    margin:35px 0 45px;
}

.quicklinks a{
    display:block;
    background:#fff;
    padding:18px;
    border-radius:12px;
    text-decoration:none;
    color:#1f1b1c;
    text-align:center;
    font-weight:600;
    box-shadow:0 6px 18px rgba(0,0,0,.08);
}

.quicklinks a:hover{
    background:#cfa00c;
    color:#fff;
}

@media (max-width:768px){

    .section{
        padding:24px;
    }

    .section h2{
        font-size:34px;
    }

}

.room-features{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:16px;
}

.room-features div{
    display:flex;
    align-items:center;
    gap:14px;
    background:#f7f4ee;
    padding:18px 22px;
    border-radius:12px;
    border:1px solid #ece6da;
    transition:.25s;
}

.room-features div:hover{
    transform:translateY(-2px);
    box-shadow:0 8px 18px rgba(0,0,0,.08);
}

.room-features i{
    width:24px;
    text-align:center;
    color:#cfa00c;
    font-size:20px;
    flex-shrink:0;
}

.room-features span{
    font-size:17px;
}
.photo-gallery{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:16px;
}

.photo-gallery a{
    display:block;
    overflow:hidden;
    border-radius:12px;
}

.photo-gallery img{
    display:block;
    width:100%;
    height:220px;
    object-fit:cover;
    transition:transform .3s;
}

.photo-gallery img:hover{
    transform:scale(1.03);
}

@media (max-width:768px){

    .photo-gallery{
        grid-template-columns:repeat(2,1fr);
    }

    .photo-gallery img{
        height:170px;
    }

}

@media (max-width:520px){

    .photo-gallery{
        grid-template-columns:1fr;
    }

}

/* ===========================
   ROOM PAGES
=========================== */



.room-title{
    font-family:"Cormorant Garamond", serif;
    font-size:58px;
    font-weight:500;
    text-align:center;
    margin:0 0 18px;
    color:#241f1d;
}

.room-lead{
    max-width:1000px;
    margin:0 auto 40px;
    text-align:center;
    font-size:26px;
    line-height:1.6;
    color:#555;
}
.room-description{
    max-width:1000px;
    margin:0 auto 70px;
    font-size:18px;
    line-height:1.9;
}
.room-description p{
    margin-bottom:24px;
}

.room-description p:first-child{
    font-size:18px;
    color:#2c2927;
}

/* ===========================
   BOOKING ROOM
=========================== */

.booking-room{
    background:#fff;
    border-radius:22px;
    box-shadow:0 12px 35px rgba(0,0,0,.08);

    padding:42px;

    display:grid;
grid-template-columns:minmax(280px,380px) 1fr;
    gap:60px;
    align-items:center;

    margin:35px 0;
}

.booking-room h2{
    margin:0 0 20px;
    font-size:54px;
    color:#241f1d;
}

.booking-intro{
    font-size:22px;
    line-height:1.8;
    color:#555;
}

.booking-room-center{
    text-align:center;
}

.booking-room-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;

    padding:22px 34px;

    background:#cfa00c;
    color:#fff;
    text-decoration:none;

    border-radius:16px;

    font-size:22px;
    font-weight:600;

    transition:.25s;
}

.booking-room-button:hover{
    background:#b88f0a;
    transform:translateY(-2px);
}

.booking-room-note{
    margin-top:18px;
    font-size:18px;
    color:#666;
}

.booking-benefits{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    border-left:1px solid #e8dfd2;
}

.booking-benefits div{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:0 34px;
}

.booking-benefits div:not(:last-child){
    border-right:1px solid #e8dfd2;
}

.booking-benefits i{
    font-size:34px;
    color:#cfa00c;
    margin-bottom:16px;
}

.booking-benefits span{
    display:block;
    font-family:"Cormorant Garamond",serif;
    font-size:26px;
    line-height:1.2;
}

@media(max-width:1100px){

.booking-room{
    grid-template-columns:1fr;
    text-align:center;
}

.booking-benefits{
    grid-template-columns:repeat(3,1fr);
    border-left:none;
    border-top:1px solid #e8dfd2;
    padding-top:30px;
}

}

@media(max-width:700px){

.booking-room{
    padding:28px;
}

.booking-room h2{
    font-size:42px;
}

.booking-intro{
    font-size:19px;
}

.booking-room-button{
    width:100%;
}

.booking-benefits{
    grid-template-columns:1fr;
}

.booking-benefits div{
    border-right:none !important;
    padding:20px 0;
}

}

/* ===========================
   CERTIFICAZIONE PARCO / CETS
=========================== */

.certification{
    padding:80px 0;
    background:#fff;
}

.certification .wrap{
    display:grid;
    grid-template-columns:520px 1fr;
    gap:60px;
    align-items:center;
}

.certification img{
    width:100%;
    max-width:520px;
    height:auto;
    display:block;
    transition:.25s;
}

.certification a{
    display:flex;
    justify-content:center;
    align-items:center;
}

.certification a:hover img{
    transform:scale(1.03);
}

.certification-text h2{
    margin:0 0 18px;
    font-size:34px;
    color:#241f1d;
}

.certification-text p{
    margin:0;
    font-size:20px;
    line-height:1.8;
    color:#555;
}

@media(max-width:900px){

.certification .wrap{
    grid-template-columns:1fr;
    text-align:center;
}

.certification img{
    margin:0 auto;
}

}

/* ==================================================
   SISTEMAZIONI
================================================== */

.accommodations{
    max-width:1200px;
    margin:80px auto;
    padding:0 30px;
}

.accommodations h2{
    text-align:center;
    font-size:40px;
    margin:0 0 10px;
    line-height:1.2;
}

.accommodations .intro{
    max-width:900px;
    margin:0 auto 50px;
    text-align:center;
    font-size:21px;
    line-height:1.8;
}
.cards{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(360px,1fr));
    gap:40px;
    margin-top:50px;
}

.cards + h2{
    margin-top:80px;
}

.card{
    background:#fff;
    overflow:hidden;
    border-radius:14px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 45px rgba(0,0,0,.12);
}


.card-image{
    display:block;
    overflow:hidden;
}

.card-image img{
    display:block;
    width:100%;
    height:320px;
    object-fit:cover;
    transition:transform .5s;
}

.card:hover .card-image img{
    transform:scale(1.05);
}

.card-content{
    padding:30px;
}

.card-content h3{
    margin:0 0 15px;
    font-size:24px;
}

.card-content p{
    margin:0 0 25px;
    line-height:1.7;
}

.card-link{
    display:inline-block;
    padding:12px 24px;
    background:#b08b3a;
    color:#fff;
    text-decoration:none;
    border-radius:6px;
    font-weight:600;
    transition:.25s;
}

.card-link:hover{
    background:#96742f;
}

/* ===== Logo La Scuna ===== */

.logo.logo-scuna{
    width:180px !important;
    margin-bottom:-25px;
}

.logo.logo-scuna + .language-switch{
    margin-top:0;
}

.hero-content > a{
    display:inline-block;
}

/* ===== Menu ===== */

.main-nav{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:48px;
    margin:26px 0 22px;
    flex-wrap:wrap;
}

.main-nav a{
    color:rgba(255,255,255,.9);
    text-decoration:none;
    font-size:1.15rem;
    font-weight:500;
    letter-spacing:.3px;
    transition:all .25s ease;
    padding-bottom:2px;
    border-bottom:1px solid transparent;
}

.main-nav a:hover{
    color:#fff;
    border-bottom:1px solid rgba(255,255,255,.7);
}

.legal-codes{
    margin:28px 0 18px;
    text-align:center;
    font-size:.9rem;
    color:#777;
}