/**
 * ═══════════════════════════════════════════════════════════════
 * SCOPRI GAETA — PARTNER PAGE OVERRIDES (v1.0)
 * Theme override rules — loaded via wp_enqueue_style (cacheable)
 * WP Rocket: combinabile, minificabile, cacheable dal browser.
 *
 * Questo file consolida tutti gli !important che erano inline
 * nei template page-dove-dormire.php e page-dove-mangiare.php.
 * ═══════════════════════════════════════════════════════════════
 */

/* ── BASE RESET ── */
.sg-pp-page {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif !important;
    overflow-x: clip !important;
    width: 100% !important;
}

.sg-pp-page * {
    box-sizing: border-box !important;
}

.sg-pp-page h1,
.sg-pp-page h2,
.sg-pp-page h3,
.sg-pp-page h4 {
    margin: 0 !important;
    padding: 0 !important;
}

.sg-pp-page p {
    margin: 0 !important;
    padding: 0 !important;
}

.sg-pp-page a {
    text-decoration: none !important;
}

.sg-pp-page ul,
.sg-pp-page li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.sg-pp-page section {
    max-width: none !important;
    width: 100% !important;
}

.sg-pp-page img {
    max-width: 100% !important;
    height: auto !important;
}

/* Elementor compatibility */
.sg-pp-page .elementor-section-wrap,
.sg-pp-page .elementor-element {
    width: 100% !important;
}

/* ── HERO ACTIONS ── */
.sg-pp-page .sg-pp-hero-actions {
    position: relative !important;
    z-index: 10 !important;
}

.sg-pp-page .sg-pp-hero-actions .sg-pp-btn {
    position: relative !important;
    z-index: 10 !important;
    display: inline-flex !important;
    align-items: center !important;
}

/* ── FILTER TABS ── */
.sg-pp-page .sg-pp-tab {
    background: #F3F4F6 !important;
    color: #1A1A2E !important;
    border: 1.5px solid #D1D5DB !important;
}

.sg-pp-page .sg-pp-tab:not(.sg-pp-tab--active):hover {
    border-color: #B71C1C !important;
    color: #B71C1C !important;
}

.sg-pp-page .sg-pp-tab.sg-pp-tab--active {
    background: #B71C1C !important;
    color: #fff !important;
    border-color: #B71C1C !important;
    box-shadow: 0 2px 12px rgba(183, 28, 28, 0.2) !important;
}

.sg-pp-page .sg-pp-tab.sg-pp-tab--active .sg-pp-tab-count {
    color: rgba(255, 255, 255, 0.6) !important;
}

.sg-pp-page .sg-pp-tab.sg-pp-tab--active:hover {
    background: #D32F2F !important;
    color: #fff !important;
    border-color: #D32F2F !important;
}

/* Filter pills — horizontal scroll on mobile */
.sg-pp-tabs {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    gap: 8px !important;
    padding-bottom: 4px !important;
}

.sg-pp-tabs::-webkit-scrollbar {
    display: none !important;
}

/* ── CARD IMAGES ── */
.sg-pp-page .sg-pp-card-image {
    width: calc(100% + 2px) !important;
    margin: -1px -1px 0 -1px !important;
    border-radius: 8px 8px 0 0 !important;
    overflow: hidden !important;
    height: 220px !important;
}

.sg-pp-page .sg-pp-card-image > img:first-child {
    width: 100% !important;
    height: 220px !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 0 !important;
    max-width: none !important;
}

/* WordPress emoji reset — prevent wp-smiley from inheriting card img styles */
.sg-pp-page .sg-pp-card-image img.wp-smiley,
.sg-pp-page .sg-pp-card-image img.emoji {
    width: 1em !important;
    height: 1em !important;
    object-fit: contain !important;
    display: inline !important;
}

/* ── CARD BUTTONS ── */
.sg-pp-page .sg-pp-card-cta--primary {
    background: #B71C1C !important;
    color: #fff !important;
}

.sg-pp-page .sg-pp-card-cta--primary:hover {
    background: #D32F2F !important;
    color: #fff !important;
}

.sg-pp-page .sg-pp-card-cta--ghost {
    color: #555 !important;
    border-color: #ddd !important;
}

.sg-pp-page .sg-pp-card-cta--ghost:hover {
    color: #333 !important;
    background: #F3F4F6 !important;
    border-color: #bbb !important;
}

/* ── VERIFIED BADGE ── */
.sg-pp-page .sg-pp-card-verified::before {
    display: none !important;
}

/* ── FAQ ── */
.sg-pp-page .sg-pp-faq-item {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    box-sizing: border-box !important;
}

.sg-pp-page .sg-pp-faq-item:hover {
    border-color: rgba(183, 28, 28, 0.15) !important;
    background: #fff !important;
}

.sg-pp-page .sg-pp-faq-item.sg-pp-faq-open {
    border-color: #B71C1C !important;
    box-shadow: 0 4px 16px rgba(183, 28, 28, 0.08) !important;
    background: #fff !important;
}

.sg-pp-page .sg-pp-faq-item.sg-pp-faq-open .sg-pp-faq-icon {
    background: #B71C1C !important;
}

.sg-pp-page .sg-pp-faq-item.sg-pp-faq-open .sg-pp-faq-icon svg {
    stroke: #fff !important;
}

.sg-pp-page .sg-pp-faq-item.sg-pp-faq-open .sg-pp-faq-question {
    color: #B71C1C !important;
}

/* FAQ button — testo multilinea e icona sempre visibile a destra */
.sg-pp-page .sg-pp-faq-question {
    pointer-events: auto !important;
    cursor: pointer !important;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    width: 100% !important;
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    background: transparent !important;
    border: none !important;
    padding: 20px 24px !important;
    margin: 0 !important;
    text-align: left !important;
    color: #1A1A2E !important;
    overflow: visible !important;  /* non taglia l'icona */
    box-sizing: border-box !important;
}

/* Il testo va a capo senza spingere l'icona fuori dalla card. */
.sg-pp-page .sg-pp-faq-question > span:first-child {
    display: block !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    font-weight: 600 !important;
    font-size: 0.95rem !important;
    line-height: 1.4 !important;
}

/* Icona pallino +/- : dimensione fissa in px, NON SI RESTRINGE MAI */
.sg-pp-page .sg-pp-faq-icon {
    flex: 0 0 36px !important;   /* larghezza fissa */
    min-width: 36px !important;  /* non scende mai sotto 36px */
    width: 36px !important;
    height: 36px !important;
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.sg-pp-page .sg-pp-faq-question:hover {
    color: #B71C1C !important;
}

/* FAQ answer animation */
.sg-pp-page .sg-pp-faq-answer {
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.sg-pp-page .sg-pp-faq-answer[hidden] {
    display: none !important;
}

.sg-pp-page .sg-pp-faq-item.sg-pp-faq-open .sg-pp-faq-answer {
    max-height: none !important;
    overflow: visible !important;
}

/* ── MOBILE RESPONSIVE ── */
@media (max-width: 768px) {
    .sg-pp-page .sg-pp-grid {
        grid-template-columns: 1fr !important;
    }

    .sg-pp-page .sg-pp-editorial-inner {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }

    .sg-pp-page .sg-pp-bento {
        grid-template-columns: 1fr !important;
        grid-template-rows: auto !important;
    }

    .sg-pp-page .sg-pp-bento-card--tall {
        grid-row: auto !important;
    }

    .sg-pp-page .sg-pp-hero-title {
        font-size: clamp(2rem, 8vw, 3rem) !important;
    }

    .sg-pp-page .sg-pp-trust-bar {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .sg-pp-page .sg-pp-cta-features {
        flex-direction: column !important;
    }

    .sg-pp-page .sg-pp-faq-question {
        gap: 12px !important;
        padding: 16px !important;
    }

    .sg-pp-page .sg-pp-faq-question > span:first-child {
        font-size: 0.9rem !important;
        line-height: 1.45 !important;
    }

    .sg-pp-page .sg-pp-faq-icon {
        flex-basis: 32px !important;
        min-width: 32px !important;
        width: 32px !important;
        height: 32px !important;
    }

    .sg-pp-filters-inner {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
    }

    .sg-pp-tabs {
        width: 100% !important;
        max-width: 100vw !important;
    }
}

/* ── COSA FARE HUB — Tab rosse (ora ereditate di default in tutto il plugin) ── */

/* Carousel cards hanno display:flex inline — serve !important per nasconderle */
#sg-attrazioni-carousel .sg-pp-card.sg-pp-hidden {
    display: none !important;
}

/* -- PREMIUM PARTNER LAYOUT SYSTEM (Enterprise) -- */
/* Base Colors Override via Inline Style Variables */
:root {
    --pp-brand-primary: #B71C1C;
    --pp-brand-dark: #0B1D35;
    --pp-brand-light: #FAFAF7;
    --pp-brand-text-soft: #2A405A;
    --pp-accent-blue: #007BFF;
}

#sg-pp-partner-premium { background-color: var(--pp-brand-light) !important; position:relative; z-index:1; }

.sg-premium-editorial-col-title { color: var(--pp-brand-dark) !important; font-family:'Playfair Display',serif!important; font-size:clamp(2.5rem, 4vw, 3rem)!important; font-weight:600!important; margin-bottom: 1rem!important; line-height:1.15; }
.sg-premium-editorial-col-text { color: var(--pp-brand-text-soft); font-size: 1.15rem; line-height:1.7; }
.sg-premium-section-eyebrow { text-transform:uppercase; letter-spacing:3px; font-size:0.8rem; font-weight:600; color: var(--pp-brand-primary); margin-bottom: 1rem; display:flex; font-family:'Montserrat', sans-serif;}

/* Bento Grid */
.sg-premium-bento-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }
@media (min-width: 768px) {
    .sg-premium-bento-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
    .sg-premium-bento-grid--2col { grid-template-columns: 1fr 1fr; }
}
.sg-premium-bento-card { background:#ffffff; border:1px solid rgba(11,29,53, 0.08); box-shadow: 0 4px 15px rgba(0,0,0,0.02); padding: 2.5rem; border-radius: 16px; transition: transform 0.3s ease; }
.sg-premium-bento-card:hover { transform: translateY(-5px); }
.sg-premium-bento-icon-wrap { width: 56px; height: 56px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.5rem; background: rgba(0,0,0,0.04); color: var(--pp-brand-primary); }
.sg-premium-bento-card .sg-premium-bento-stat { color: var(--pp-brand-primary); font-size: 2.2rem; margin-bottom:0.8rem; display:block; font-weight:700; font-family:'Playfair Display',serif;}
.sg-premium-bento-title { color: var(--pp-brand-dark); font-family: 'Playfair Display', serif; font-size: 1.5rem; margin-bottom: 1rem; line-height: 1.2; }
.sg-premium-bento-desc { color: var(--pp-brand-text-soft); font-size: 1.05rem; line-height: 1.6; margin: 0; }

/* ZigZag Layout */
.sg-premium-zigzag-wrapper { padding: 4rem 2rem; background: var(--pp-brand-light); }
.sg-premium-zz-row { display: grid; grid-template-columns: 1fr; gap: 3rem; max-width: 1200px; margin: 0 auto; align-items: center; }
@media (min-width: 900px) { .sg-premium-zz-row { grid-template-columns: 1.2fr 0.8fr; gap: 5rem; } }
.sg-premium-zz-video-wrap { width:100%; aspect-ratio:16/9; display:flex; align-items:center; overflow:hidden; border-radius: 4px; box-shadow: 0 20px 40px rgba(0,0,0,0.08); background:#111; }
.sg-premium-zz-video-wrap video { width:100%; height:100%; object-fit:cover; }
.sg-premium-zz-eyebrow { text-transform:uppercase; letter-spacing:3px; font-size:0.8rem; font-weight:600; color: var(--pp-brand-primary); margin-bottom: 0.8rem; display:block; }
.sg-premium-zz-title { color: var(--pp-brand-dark); font-family:'Playfair Display',serif; font-size:clamp(2rem,3vw,2.5rem); margin-bottom: 1.5rem; line-height:1.1; }
.sg-premium-zz-desc { color: var(--pp-brand-text-soft); font-size: 1.05rem; line-height: 1.6; margin-bottom: 2rem; }

/* Grid Esperienze Premium (La Vetrina) */
.sg-premium-grid-wrap { max-width: 1200px; margin: 0 auto; padding: 4rem 2rem 6rem; }
.sg-premium-grid-wrap--pt0 { padding-top: 0; }
.sg-premium-grid-header { text-align: center; max-width: 800px; margin: 0 auto 4rem; }
.sg-premium-grid-header h2 { font-family:'Playfair Display',serif; font-size:clamp(2.2rem, 4vw, 2.8rem); line-height:1.2; color:var(--pp-brand-dark); margin-bottom: 1rem; }
.sg-premium-grid-header p { font-size:1.15rem; line-height:1.7; color:var(--pp-brand-text-soft); }

.sg-premium-pg-grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; }
@media (min-width: 768px) { .sg-premium-pg-grid { grid-template-columns: repeat(3, 1fr); } }

.sg-premium-pg-card { position: relative; border-radius: 12px; overflow: hidden; background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,0.05); display: flex; flex-direction: column; transition: transform 0.3s ease; transform: translateZ(0); }
.sg-premium-pg-card:hover { transform: translateY(-8px); }
.sg-premium-pg-img-wrap { width: 100%; aspect-ratio: 4/3; overflow: hidden; position: relative; border-radius: 12px 12px 0 0; transform: translateZ(0); }
.sg-premium-pg-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; border-radius: 12px 12px 0 0; }
.sg-premium-pg-card:hover .sg-premium-pg-img-wrap img { transform: scale(1.06); }
.sg-premium-pg-badge { position: absolute; top: 1.2rem; right: 1.2rem; padding: 0.5rem 1.2rem; border-radius: 30px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #111; background: #fff; z-index: 2; box-shadow: 0 4px 10px rgba(0,0,0,0.1); }
.sg-premium-pg-content { padding: 2.5rem 2rem; flex-grow: 1; display: flex; flex-direction: column; text-align: center; }
.sg-premium-pg-content--left { text-align: left; padding: 2rem; }
.sg-premium-pg-title { color: var(--pp-brand-dark); font-family: 'Playfair Display', serif; font-size: 1.5rem; margin-bottom: 1rem; line-height: 1.2; font-weight: 600;}
.sg-premium-pg-title--upper { text-transform: uppercase; letter-spacing: 1px; font-size:1.6rem; }
.sg-premium-pg-subtitle { font-size: 0.85rem; color: var(--pp-brand-primary); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 1rem; display: block; font-weight: 600; }
.sg-premium-pg-desc { color: var(--pp-brand-text-soft); font-size: 0.95rem; line-height: 1.6; margin-bottom: 1.5rem; flex-grow: 1; }
.sg-premium-pg-link { color: var(--pp-brand-primary); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; font-size: 0.85rem; display: inline-flex; align-items: center; gap: 0.5rem; text-decoration: none !important; }

/* AI Section */
.sg-premium-ai-section { background:var(--pp-brand-dark); color:#fff; padding: 5rem 2rem; border-radius: 16px; margin: 0 2rem 6rem; position:relative; overflow:hidden; display:flex; align-items:center; box-shadow: 0 20px 50px rgba(11,29,53,0.15); }
.sg-premium-ai-section::after { content:''; position:absolute; right:-5%; top:-10%; width: 50%; height:120%; background:radial-gradient(ellipse at center, rgba(255,255,255,0.08) 0%, transparent 70%); pointer-events:none; }
.sg-premium-ai-content { width:60%; position:relative; z-index:2; padding-right: 3rem; }
.sg-premium-ai-eyebrow { color:var(--pp-brand-primary); text-transform:uppercase; font-size:0.85rem; letter-spacing:2px; font-weight:700; margin-bottom:1rem; display:block; }
.sg-premium-ai-title { font-family:'Playfair Display',serif; font-size:clamp(2rem, 3vw, 2.5rem); margin-bottom: 1.5rem; line-height: 1.1; color:#fff !important; }
.sg-premium-ai-desc { color:rgba(255,255,255,0.8); font-size:1.1rem; line-height:1.7; margin-bottom: 2rem; }
.sg-premium-ai-visual { width:40%; position:relative; z-index:2; display:flex; justify-content:flex-end; }
@media (max-width:900px) {
    .sg-premium-ai-section { margin: 0 1rem 5rem; flex-direction:column; padding: 4rem 1.5rem; text-align:center; }
    .sg-premium-ai-content { width:100%; padding-right:0; margin-bottom:2.5rem; }
    .sg-premium-ai-visual { width:100%; justify-content:center; }
}

/* Eventi Full Width Breakout */
.sg-premium-event-breakout { position: relative; width:100vw; margin-left:calc(-50vw + 50%); margin-right:calc(-50vw + 50%); height:75vh; min-height:600px; display:flex; align-items:center; justify-content:center; text-align:center; color:#ffffff !important; overflow:hidden;}
.sg-premium-event-bg { position:absolute; top:0;left:0;width:100%;height:100%; object-fit:cover; z-index:-2; }
.sg-premium-event-overlay { position:absolute; top:0;left:0;width:100%;height:100%; z-index:-1; background: linear-gradient(to bottom, rgba(11,29,53,0.5), rgba(11,29,53,0.85)); }
.sg-premium-event-content { max-width:900px; padding: 0 24px; position:relative; z-index:1; }
.sg-premium-event-title { font-family:'Playfair Display',serif; font-size:clamp(3rem,6vw,5rem) !important; color:#ffffff !important; margin-bottom: 1.5rem !important; text-shadow: 0 10px 40px rgba(0,0,0,0.6); line-height: 1.1 !important; font-weight: 500 !important; }
.sg-premium-event-desc { font-size:1.25rem !important; line-height:1.7 !important; color:rgba(255,255,255,0.95) !important; margin-bottom: 3.5rem !important; font-weight: 300 !important; }

/* FAQ Premium Accordion */
.sg-premium-faq-wrap { max-width:800px; margin: 0 auto 6rem; padding: 0 2rem; }
.sg-premium-faq-title-wrap { text-align:center; margin-bottom: 3.5rem; }
.sg-premium-faq-title { font-family:'Playfair Display',serif; color:var(--pp-brand-dark); font-size:2.5rem; margin-bottom: 1rem; }
.sg-premium-faq-item { border-bottom: 1px solid rgba(11,29,53,0.1); }
.sg-premium-faq-question { width: 100%; text-align: left; background: none; border: none; padding: 1.5rem 0; font-size: 1.15rem; color: var(--pp-brand-dark); font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.sg-premium-faq-icon { transition: transform 0.3s ease; color: var(--pp-brand-primary); }
.sg-premium-faq-question[aria-expanded="true"] .sg-premium-faq-icon { transform: rotate(45deg); }
.sg-premium-faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease; color: var(--pp-brand-text-soft); line-height: 1.7; }
.sg-premium-faq-item.nn-active .sg-premium-faq-answer { padding-bottom: 1.5rem; max-height: 1000px; } /* manteniamo nn-active compatibilità js */

/* Footer CTA Premium */
.sg-premium-cta-wrap { width:100vw; margin-left:calc(-50vw + 50%); margin-right:calc(-50vw + 50%); background:var(--pp-brand-dark); padding: 7rem 2rem; position: relative; overflow: hidden; display: flex; justify-content: center; text-align: center; }
.sg-premium-cta-inner { max-width: 800px; position: relative; z-index: 2; width: 100%; }
.sg-premium-cta-title { font-family:'Playfair Display',serif; font-size:clamp(2.5rem,5vw,3.5rem) !important; color:#ffffff !important; margin-bottom: 1.2rem !important; line-height: 1.1 !important; font-weight: 400 !important; }
.sg-premium-cta-desc { font-size:1.15rem !important; color:rgba(255,255,255,0.7) !important; margin-bottom: 3.5rem !important; line-height: 1.6; }
.sg-premium-cta-feature { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.2); color: var(--pp-brand-primary); display: inline-block; padding: 0.6rem 2rem; border-radius: 50px; font-size: 0.95rem; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 2.5rem; font-weight: 600; }
.sg-premium-cta-btn-group { display:flex; justify-content:center; gap:20px; flex-wrap:wrap; }

/* Buttons */
.btn-premium-solid { background: var(--pp-brand-primary); color: #fff; padding: 1rem 2.5rem; border-radius: 50px; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; transition: filter 0.3s; letter-spacing: 1px; text-transform: uppercase; font-size: 0.85rem; border: none; }
.btn-premium-solid:hover { filter: brightness(1.1); color: #fff; }
.btn-premium-glass { background: rgba(255,255,255,0.1); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.2); color: #fff; padding: 1rem 2.5rem; border-radius: 50px; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; transition: background 0.3s; letter-spacing: 1px; text-transform: uppercase; font-size: 0.85rem; }
.btn-premium-glass:hover { background: rgba(255,255,255,0.2); color: #fff; }

.sg-premium-faq-item.sg-pp-faq-open .sg-premium-faq-answer { padding-bottom: 1.5rem !important; max-height: 1000px !important; }

/* -- NINFEO LUXURY RESORT ARCHITECTURE (Panoramic & Asymmetric) -- */
.sg-luxury-history-wrap { max-width: 1200px; margin: 6rem auto; padding: 0 2rem; display: grid; grid-template-columns: 1fr; gap: 4rem; align-items:center; }
@media (min-width: 900px) { .sg-luxury-history-wrap { grid-template-columns: 4fr 7fr; gap: 6rem; } }
.sg-luxury-history-img-box { position:relative; }
.sg-luxury-history-img-box img { width: 100%; aspect-ratio: 4/5; object-fit:cover; border-radius: 4px; box-shadow: 0 30px 60px rgba(0,0,0,0.1); }
.sg-luxury-history-img-box::before { content:''; position:absolute; top: -15px; left: 15px; right: -15px; bottom: 15px; background: rgba(183,28,28,0.05); z-index:-1; }

.sg-luxury-history-text { max-width: 700px; font-size: 1.15rem; line-height: 1.8; color: var(--pp-brand-text-soft); }
.sg-luxury-history-text p { margin-bottom: 1.5rem !important; }
.sg-luxury-history-title { font-family:'Playfair Display',serif; font-size:clamp(3rem,5vw,4.5rem); line-height: 1.1; color: var(--pp-brand-dark) !important; margin-bottom: 2rem !important;}
.sg-luxury-kicker { color: var(--pp-brand-primary); letter-spacing: 3px; font-size: 0.8rem; text-transform: uppercase; margin-bottom: 1rem; display: block; font-weight:700;}

/* Panoramic Experiences */
.sg-luxury-panoramic-wrap { width: 100vw; margin-left: calc(-50vw + 50%); position: relative; background: var(--pp-brand-dark); color:#fff; clear:both; margin-bottom: 6rem;}
.sg-luxury-panoramic-item { position: relative; width: 100%; min-height: 70vh; display: flex; align-items: center; border-bottom: 2px solid rgba(255,255,255,0.05); }
.sg-luxury-panoramic-img { position: absolute; top:0; left:0; width: 50%; height: 100%; object-fit: cover; }
.sg-luxury-panoramic-item:nth-child(even) .sg-luxury-panoramic-img { left: auto; right: 0; }
.sg-luxury-panoramic-content { width: 100%; max-width: 1200px; margin: 0 auto; display: flex; padding: 4rem 2rem; position:relative; z-index:2;}
.sg-luxury-panoramic-item:nth-child(even) .sg-luxury-panoramic-content { justify-content: flex-start; }
.sg-luxury-panoramic-item:nth-child(odd) .sg-luxury-panoramic-content { justify-content: flex-end; }
.sg-luxury-glass-box { width: 55%; background: rgba(11,29,53, 0.8); backdrop-filter: blur(15px); padding: 4rem; border: 1px solid rgba(255,255,255,0.1); border-radius: 4px; box-shadow: 0 40px 60px rgba(0,0,0,0.3);}
.sg-luxury-glass-title { font-family: 'Playfair Display', serif; font-size: clamp(2.5rem, 4vw, 3.5rem); margin-bottom: 1.5rem; line-height: 1.1; color: #fff !important;}
.sg-luxury-glass-desc { font-size: 1.15rem; line-height: 1.8; color: rgba(255,255,255,0.85) !important; margin-bottom: 2.5rem !important;}

@media (max-width: 900px) {
  .sg-luxury-panoramic-img { width: 100%; opacity: 0.4; }
  .sg-luxury-glass-box { width: 100%; background: transparent; backdrop-filter: none; border: none; padding: 2rem 0; box-shadow:none;}
  .sg-luxury-history-wrap { gap: 3rem; margin: 4rem auto; }
}
