/* --- TEMA SPECIFICO CASA ROMEO: ORO & BRONZO --- */

:root {
    --romeo-gold: #b8860b;         /* Dark Goldenrod */
    --romeo-gold-light: #eac07b;
    --romeo-bronze: #8e5d2d;
    --romeo-bronze-light: #a67c52;
    --romeo-bg-soft: #fffbf5;      /* Crema molto leggero per lo sfondo */
}

/* Sovrascrittura Navigazione */
.suite-nav .nav-cta.btn-direct {
    background-color: var(--romeo-gold);
    border-color: var(--romeo-gold);
    color: var(--white);
}

.suite-nav .nav-cta.btn-direct:hover {
    background-color: var(--romeo-bronze);
    border-color: var(--romeo-bronze);
}

/* Hero Section Casa romeo */
.hero-suite-romeo {
    height: 85vh;
    background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.3)), url('../images/romeo/hero_romeo.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    color: var(--white);
    text-align: center;
}

.hero-content-suite {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.subtitle-suite {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: var(--romeo-gold-light);
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
}

/* Sezione Intro & Testi Emozionali */
.suite-intro-section {
    padding: 120px 0;
    background-color: var(--romeo-bg-soft);
}

.intro-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 80px;
    align-items: center;
}

.gold-label {
    color: var(--romeo-bronze);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 3px;
    display: block;
    margin-bottom: 15px;
}

.divider-gold {
    width: 60px;
    height: 3px;
    background-color: var(--romeo-gold);
    margin: 25px 0;
}

.p-lead {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-style: italic;
    color: var(--navy-blue);
    line-height: 1.5;
    margin-bottom: 25px;
}

/* Stats Cards */
.intro-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.stat-card {
    background: var(--white);
    padding: 40px 20px;
    text-align: center;
    border-radius: 4px;
    transition: transform 0.3s ease;
    border: 1px solid rgba(184, 134, 11, 0.1);
    box-shadow: 0 15px 35px rgba(184, 134, 11, 0.05);
}

.stat-card:hover {
    transform: translateY(-5px);
}

.stat-card i {
    display: block;
    font-size: 2rem;
    color: var(--romeo-gold);
    margin-bottom: 15px;
}

.stat-card span {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--text-dark);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Sezione Anti-OTA (Direct Booking) */
.direct-booking-advantage {
    padding: 60px 0 100px;
    background-color: var(--romeo-bg-soft);
}

.advantage-box {
    background: var(--navy-blue);
    color: var(--white);
    padding: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.advantage-box::after {
    content: '';
    position: absolute;
    right: 0; top: 0;
    width: 30%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(184, 134, 11, 0.1));
}

.adv-content h3 {
    font-size: 2.2rem;
    margin-bottom: 15px;
    color: var(--romeo-gold-light);
}

.adv-list {
    list-style: none;
    z-index: 2;
}

.adv-list li {
    font-size: 1.1rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.adv-list i {
    color: var(--romeo-gold-light);
    margin-right: 15px;
    font-size: 1.2rem;
}

/* Amenities Grid */
.suite-amenities {
    padding: 100px 0;
}

.section-title-center {
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: 70px;
    color: var(--navy-blue);
}

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.amenity-item {
    text-align: center;
}

.amenity-item i {
    font-size: 2.5rem;
    color: var(--romeo-bronze-light);
    margin-bottom: 25px;
}

.amenity-item h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--text-dark);
}

/* --- INTEGRAZIONE NUOVE SEZIONI: CAMERE & LIVING --- */

.suite-details-hero {
    height: 80vh;
    background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.3)), url('../images/romeo/hero_romeo2.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    text-align: center;
    padding: 0 20px;
}

.suite-details-hero .container {
    max-width: 900px;
}

.suite-details-hero .elegant-title {
    font-size: 4rem;
    margin: 20px 0;
    color: var(--white);
    line-height: 1.1;
}

.p-lead-max {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    font-style: italic;
    color: var(--romeo-gold-light);
    line-height: 1.6;
}

/* Concept Section (Testo + Immagine) */
.house-concept {
    padding: 100px 0;
    background-color: var(--white);
}

.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.concept-text h2 {
    font-size: 2.8rem;
    color: var(--navy-blue);
    margin-bottom: 25px;
}

.concept-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

/* Sezione Camere da Letto */
.suite-rooms {
    padding: 100px 0;
    background-color: var(--romeo-bg-soft);
}

.section-intro-center {
    text-align: center;
    margin-bottom: 60px;
}

.rooms-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 30px;
}

.room-card {
    background: var(--white);
    border-radius: 4px;
    overflow: hidden;
    transition: transform 0.3s ease;
    border: 1px solid rgba(184, 134, 11, 0.1);
}

.room-card:hover {
    transform: translateY(-10px);
}

.room-img-wrapper img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.room-info {
    padding: 35px;
}

.room-info h3 {
    color: var(--romeo-gold);
    font-size: 1.8rem;
    margin-bottom: 15px;
}

/* Mini Gallery (Dettagli) */
.mini-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.mini-gallery img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 4px;
    filter: grayscale(20%);
    transition: all 0.3s ease;
}

.mini-gallery img:hover {
    filter: grayscale(0%);
    transform: scale(1.02);
}

/* Sezione Living & Cucina */
.suite-living {
    padding: 100px 0;
    background-color: var(--white);
}

.grid-2-alt {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 80px;
    align-items: flex-start;
}

.main-living-img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.living-thumb-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.living-thumb-grid img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 4px;
}

.living-description h2 {
    font-size: 2.8rem;
    color: var(--navy-blue);
    margin: 20px 0;
}

.amenity-list-v {
    list-style: none;
    margin: 40px 0;
}

.amenity-list-v li {
    margin-bottom: 20px;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
}

.amenity-list-v i {
    color: var(--romeo-gold);
    margin-right: 20px;
    font-size: 1.4rem;
}

/* CTA Finale */
.btn-direct-large {
    display: inline-block;
    background-color: var(--romeo-gold);
    color: var(--white);
    padding: 20px 45px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    border: 2px solid var(--romeo-gold);
}

.btn-direct-large:hover {
    background-color: transparent;
    color: var(--romeo-gold);
}

/* --- RESPONSIVNESS EXTRA --- */
@media (max-width: 992px) {
    .suite-details-hero { height: 60vh; }
    .suite-details-hero .elegant-title { font-size: 2.8rem; }
    
    .grid-2, .grid-2-alt, .rooms-gallery-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .concept-image { order: -1; }
    .main-living-img { height: 400px; }
    .room-img-wrapper img { height: 350px; }
    
    .mini-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .mini-gallery { grid-template-columns: 1fr; }
    .living-thumb-grid { grid-template-columns: repeat(2, 1fr); }
    .p-lead-max { font-size: 1.2rem; }
}

/* --- STILI PAGINA SERVIZI --- */

.services-hero-small {
    padding: 120px 0 60px;
    background-color: var(--romeo-bg-soft);
}

.services-detailed-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    padding: 80px 0;
}

.service-card-item {
    text-align: center;
}

.icon-circle {
    width: 90px;
    height: 90px;
    border: 1px solid var(--romeo-gold-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 2rem;
    color: var(--romeo-gold);
    background-color: var(--white);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.service-card-item:hover .icon-circle {
    background-color: var(--romeo-gold);
    color: var(--white);
    transform: scale(1.1);
}

.check-list-gold {
    list-style: none;
    margin-top: 30px;
}

.check-list-gold li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: var(--navy-blue);
}

.check-list-gold i {
    color: var(--romeo-gold);
    margin-right: 15px;
}

.tech-image {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tech-image img {
    width: 100%;
    max-height: 500px; /* Imposta un limite massimo di altezza */
    object-fit: cover; /* Taglia l'immagine internamente senza deformarla */
    border-radius: 8px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

/* Servizi Extra */
.extra-services {
    padding: 100px 0;
    border-top: 1px solid #eee;
}

.extra-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.extra-item {
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 4px;
    transition: border-color 0.3s ease;
}

.extra-item:hover {
    border-color: var(--romeo-gold);
}

.extra-item h4 {
    color: var(--romeo-bronze);
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Mobile */
@media (max-width: 768px) {
    .extra-grid {
        grid-template-columns: 1fr;
    }
}

/* Responsiveness */
@media (max-width: 992px) {
    .intro-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .advantage-box {
        flex-direction: column;
        text-align: center;
        padding: 40px;
    }

    .adv-list {
        margin-top: 30px;
    }

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

@media (min-width: 992px) {
    .tech-focus .grid-2 {
        align-items: stretch; /* Mantiene testo e immagine allineati bene */
    }
}

@media (max-width: 480px) {
    .hero-suite-romeo { height: 70vh; }
    
    .elegant-title { font-size: 2.8rem; }
    
    .intro-stats-grid {
        grid-template-columns: 1fr;
    }
    
    .amenities-grid {
        grid-template-columns: 1fr;
    }
    
    .section-title-center { font-size: 2.2rem; }
}

/* --- GALLERY SECTION --- */
.suite-gallery-section {
    padding: 80px 0;
    background-color: var(--white); /* Oppure il colore di sfondo della pagina */
}

.gallery-grid-9 {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 colonne */
    gap: 15px; /* Spazio tra le foto */
    margin-top: 40px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    height: 300px; /* Altezza fissa per mantenere l'ordine della griglia */
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Taglia le foto senza deformarle */
    transition: transform 0.5s ease;
    filter: grayscale(20%); /* Leggero tocco vintage per Casa Romeo */
}

.gallery-item:hover img {
    transform: scale(1.1); /* Effetto zoom */
    filter: grayscale(0%);
}

/* --- RESPONSIVE GALLERY --- */
@media (max-width: 992px) {
    .gallery-grid-9 {
        grid-template-columns: repeat(2, 1fr); /* 2 colonne su tablet */
    }
}

@media (max-width: 576px) {
    .gallery-grid-9 {
        grid-template-columns: 1fr; /* 1 colonna su smartphone */
        gap: 10px;
    }
    .gallery-item {
        height: 250px;
    }
}