.collection-badge{
    position:absolute;
    top:15px;
    left:15px;

    background:rgba(107,77,88,.9);

    color:white;

    padding:6px 12px;

    border-radius:999px;

    font-size:.75rem;
    letter-spacing:1px;
}
.collection-name{
    font-size:.75rem;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#8A7A82;
    margin-bottom:4px;
}

.room-title{
    font-family:'Playfair Display', serif;
    font-size:1.4rem;
    color:#6B4D58;
    font-weight:600;
}
.contact-chip{
    width:44px;
    height:44px;
    margin-right:10px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:14px;

    background:#6E715B;
    color:white;

    transition:.25s;
    text-decoration:none !important;
}

.contact-chip:hover{
    text-decoration:none !important;
    transform:translateY(-3px) scale(1.05);
    box-shadow:0 8px 20px rgba(0,0,0,.15);
    background:#6F5A68 !important;
}
.contact-chip i{
    font-size:25px;
    color:white;

}

.card-title{
    color:#6f627d;
    font-family:'Playfair Display', serif;
    font-weight:600;
    font-size:2rem;
    line-height:1,1;
}

.price-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:8px;

}
.price-block{
    display:flex;
    flex-direction:column;
    line-height:1;

}
.price-label{
    margin-top:4px;
    font-size:0,85rem;
    color:#8a8a8a;
}
.precio {
      font-family: 'Playfair Display', serif;
      font-size: 1.8rem;
      font-weight: 600;
      color: #6b4d58;
      margin: 0;
    }
.letra {
     font-family: 'Playfair Display', serif;


}
.big-letra {
    font-size: 50px;
     font-family: 'Playfair Display', serif;
}
.midium-letra {
    font-size: 20px;
}
.cajon {
    margin-top: 30px;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
    gap:20px;
}
.sub-cajon {
    display:flex;
    flex-direction:column;
    align-items:center;
    min-width:80px;
}
.sub-cajon i{
    font-size:24px;
    color:#666;
    margin-bottom:8px;
}
.sub-cajon span{
    color:#666;
    font-size:15px;
}
.cajon{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom:25px;
}
.descripcion-piso{
    margin-top:40px;

}
.letra{
    line-height: 1.8;
    max-width:800px;
    font-size:18px;
    color:#5e5a56;
}
.capacity {
    color: grey;
}
.size-letra {
    font-family: baskerville;
    font-size: 50px;
}

.cartas {
    display:flex;
    flex-direction: column;
    gap:10px;
}

.rooms-section {
    width: 100%;
    background: #74515d;
    padding: 50px 0 50px;
    margin-top: 50px;
    box-shadow: inset 0 18px 30px rgba(0,0,0,.22);
}

.rooms-header {
    color: #f7f1ed;
    margin-bottom: 25px;
}

.rooms-header .eyebrow {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .14em;
    opacity: .75;
    margin-bottom: 8px;
}

.rooms-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    color: #fff;
    margin: 0 0 8px;
}

.rooms-header p {
    max-width: 700px;
    color: rgba(255,255,255,.85);
    margin: 0;
}

.scroll-cards-wrapper{
    display:flex;
    gap:24px;
    padding:40px 24px;
    background:#7a5a63;
}

.scroll-card{
    flex:1;
}

@media (max-width: 768px){
    .scroll-cards-wrapper{
        overflow-x:auto;
        overflow-y:hidden;
        flex-wrap:nowrap;
        scroll-snap-type:x mandatory;
        -webkit-overflow-scrolling:touch;
    }

    .scroll-card{
        flex:0 0 320px;
        width:320px;
        min-width:320px;
        scroll-snap-align:start;
    }

    .scroll-cards-wrapper::-webkit-scrollbar{
        display:none;
    }
}

.room-card {
    width: 350px;
    min-width: 350px;
    border: none;
    border-radius: 16px;
    overflow: hidden;
    background: #f7f7f7;
    box-shadow: 0 18px 35px rgba(0,0,0,.25);
    flex: 0 0 auto;
}
.location-section {
    padding: 28px 0px 45px;
    background: #95a89D;
}

.location-title {
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    color: #F7F4F0;
    margin-bottom: 10px;
}

.location-subtitle {
    font-family: Georgia, serif;
    font-size: 16px;
    color: rgba(247,244,240,.85);
    margin-bottom: 16px;
}

.location-section .eyebrow {
    display:block;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:.14em;
    color:rgba(247,244,240,.7);
    margin-bottom:12px;
}

.map-box {
    width: 90%;
    margin: 16px auto 22px;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0,0,0,.35);
    border: 8px solid #F7F4F0;
}

.map-box iframe {
    width: 100%;
    height: 380px;
    border: 0;
    display: block;
    filter: grayscale(100%) contrast(90%);
}

.location-points {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 35px;
    background: #F7F4F0;
    border-radius: 20px;
    padding: 22px;
}

.location-point {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #3b3b3b;
    font-weight: 500;
}

.location-point i {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    background: #74515d;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .location-section {
        padding: 50px 0;
    }

    .location-title {
        font-size: 38px;
    }

    .map-box {
        width: 100%;
        border-radius: 20px;
        border: 6px solid #F7F4F0;
    }

    .map-box iframe {
        height: 340px;
    }

    .location-points {
        grid-template-columns: 1fr;
    }

    .location-point {
        font-size: 15px;
    }
}
.badge-alquilada {
  display:inline-block;
  padding:6px 12px;
  border-radius: 10px;
  background: #6f627d;
  color:white;
  font-size:12px;
  font-weight:600;
  text-transform: uppercase;
  letter-spacing:1px;
}


.flat-intro-nav{
    background:#6F5A68;
    color:#F7F4F0;
    padding:55px 70px;

    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:4rem;
    text-decoration:none !important;
}

.flat-intro-nav .eyebrow{
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:.75rem;
    opacity:.75;
    margin-bottom:12px;
}

.flat-intro-nav h1{
    font-family:'Playfair Display', serif;
    font-size:3rem;
    margin-bottom:14px;
}

.flat-intro-text{
    max-width:650px;
    font-size:1.05rem;
    line-height:1.6;
    opacity:.88;
}

.flat-anchor-nav{
    margin-top:28px;
    display:flex;
    gap:14px;
    flex-wrap:wrap;
}

.flat-anchor-nav a{
    color:#F7F4F0;
    text-decoration:none;
    padding:9px 16px;
    border:1px solid rgba(247,244,240,.35);
    border-radius:999px;
    font-size:.9rem;
    transition:.25s;
}

.flat-anchor-nav a:hover{
    background:#F7F4F0;
    color:#6F5A68;
}

.flat-hero-content{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:4rem;
}

.flat-main{
    flex:1;
    max-width:700px;
}

.availability-card{
    min-width:220px;
    max-width:260px;

    background:#9b7A4E;
    backdrop-filter:blur(8px);
    border:1px solid rgba(255,255,255,.2);
    border-radius:24px;
    padding:24px;
    color:f7f4f0;
    box-shadow: 0 12px 30px rgba(0,0,0,.15);
    text-decoration:none !important;

    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
}
.availability-card *{
    color:#E7D4A2 !important;
    text-decoration: none !important;
}
.availability-label{
    font-size:.75rem;
    text-transform:uppercase;
    letter-spacing:.15em;
    opacity:.6;
    text-decoration:none !important;
}

.availability-count{
    font-size:4rem;
    font-weight:700;
    line-height:1;
    margin:10px 0;
    text-decoration:none !important;
}

.availability-text{
    opacity:.85;
    text-decoration:none !important;
}

.space-section{
    padding:100px 0;
    background:#e5ece5;
}

.space-section.light{
    background:#eef2ee;
}
.terraza-section{
    background:#e5ece5;
}
.room-detail{
    display:flex;
    align-items:center;
    gap:60px;
}

.room-detail.reverse{
    flex-direction:row-reverse;
}

.room-image{
    flex:0 0 380px;
}

.room-image img{
    width:100%;
    height:600px;
    object-fit:cover;
    border-radius:28px;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.room-content{
    flex:1;
}

.section-label{
    letter-spacing:2px;
    font-size:12px;
    font-weight:600;
    color:#8D6E63;
}

.room-content h2{
    font-family:'Playfair Display',serif;
    font-size:52px;
    margin:15px 0 20px;
}

.room-content p{
    font-size:18px;
    line-height:1.7;
    max-width:600px;
}

.features-list{
    list-style:none;
    padding:0;
    margin-top:25px;
}

.features-list li{
    margin-bottom:12px;
}

.cocina-section{
    padding:100px 0;
    background:#A9783A;
    color:#f7f4f0;
}



.cocina-section .room-detail{
    display:flex;
    align-items:center;
    gap:60px;
}

.cocina-section .room-image img{
    width:100%;
    height:600px;
    object-fit:cover;
    border-radius:28px;
    box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.cocina-section .section-label{
    color:#F7F4F0;
    letter-spacing:2px;
    text-transform:uppercase;
}

.cocina-section h2{
    color:#F7F4F0;
}

.cocina-section p{
    color:#F7F4F0;
}

.cocina-section li{
    color:#F7F4F0;
}

.cocina-section .features-list{
    list-style:none;
    padding:0;
}

.cocina-section .features-list li{
    margin-bottom:12px;
}


