        @import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400&family=Great+Vibes&family=Manrope:wght@300;400;600;500&family=Noto+Naskh+Arabic:wght@400;500;600&display=swap');

        :root {
            --bg-dark: #0c0b0a;
            --bg-card: #1c1814;
            --gold: #d4ae6a;
            --gold-light: #f0d9a8;
            --text-main: #f4eee4;
            --text-muted: #b8a894;
            --shadow-elevation: 0 20px 40px -10px rgba(0, 0, 0, 0.6);
            --shadow-inset: inset 2px 2px 5px rgba(0,0,0,0.5), inset -2px -2px 5px rgba(255,255,255,0.05);
            --texture: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='2.5' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.07'/%3E%3C/svg%3E");
        }

        .sr-only {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            white-space: nowrap;
            border: 0;
        }

        * { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }

        html {
            overscroll-behavior: none;
            overscroll-behavior-y: none;
            touch-action: pan-x pan-y;
            -ms-touch-action: pan-x pan-y;
        }

        html, body {
            -webkit-user-select: none;
            user-select: none;
            -webkit-touch-callout: none;
            touch-action: pan-x pan-y;
        }

        body {
            margin: 0;
            padding: 0;
            background-color: var(--bg-dark);
            color: var(--text-main);
            /* évite le zoom navigateur sur double-tap / focus inputs trop petits */
            -webkit-text-size-adjust: 100%;
            text-size-adjust: 100%;
        }
            font-family: 'Manrope', sans-serif;
            min-height: 100vh;
            overflow-x: hidden;
            position: relative;
            overscroll-behavior: none;
            overscroll-behavior-y: none;
        }
        body.is-scroll-locked {
            overflow: hidden !important;
            position: fixed !important;
            top: var(--scroll-lock-top, 0) !important;
            left: 0 !important;
            right: 0 !important;
            width: 100% !important;
        }

        body::before {
            content: "";
            position: fixed;
            top: 44%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: min(105vw, 520px);
            height: min(105vw, 520px);
            max-height: 72vh;
            background: url("logo.png") center center no-repeat;
            background-size: contain;
            opacity: 0.07;
            pointer-events: none;
            z-index: 0;
            transition: opacity 0.6s ease;
        }
        body:has(#view-home.is-active)::before {
            opacity: 0;
        }

        /* Texture Overlay Global */
        body::after {
            content: "";
            position: fixed;
            top: 0; left: 0; width: 100%; height: 100%;
            background-image: var(--texture);
            pointer-events: none;
            z-index: 9999;
            opacity: 0.6;
        }

        /* --- CONTAINER --- */
        .app-container {
            padding: 25px;
            padding-bottom: 100px; /* Space for floating player */
            max-width: 500px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            gap: 16px;
            position: relative;
            z-index: 1;
            transition: opacity 0.22s ease;
            overscroll-behavior: none;
            overscroll-behavior-y: none;
        }

        /* Fade switch langue */
        body.is-lang-switching .app-container,
        body.is-lang-switching .modal-wrapper.active .modal-drawer-body,
        body.is-lang-switching .a2hs-sheet.active .a2hs-sheet-panel,
        body.is-lang-switching .reception-sheet.active .reception-sheet-panel {
            opacity: 0;
            transition: opacity 0.16s ease;
        }
        body.is-lang-revealing .app-container,
        body.is-lang-revealing .modal-wrapper.active .modal-drawer-body,
        body.is-lang-revealing .a2hs-sheet.active .a2hs-sheet-panel,
        body.is-lang-revealing .reception-sheet.active .reception-sheet-panel {
            opacity: 1;
            transition: opacity 0.28s ease;
        }
        .modal-drawer-body,
        .a2hs-sheet-panel,
        .reception-sheet-panel {
            transition: opacity 0.22s ease;
        }
        @media (prefers-reduced-motion: reduce) {
            body.is-lang-switching .app-container,
            body.is-lang-switching .modal-wrapper.active .modal-drawer-body,
            body.is-lang-revealing .app-container,
            body.is-lang-revealing .modal-wrapper.active .modal-drawer-body {
                opacity: 1 !important;
                transition: none !important;
            }
        }

        .site-footer {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 14px;
            padding: 28px 0 12px;
            margin-top: 12px;
            overflow: visible;
        }
        .site-footer-logo-btn {
            position: relative;
            border: 0;
            background: transparent;
            padding: 10px;
            cursor: pointer;
            -webkit-tap-highlight-color: transparent;
            perspective: 520px;
            opacity: 0.42;
            transition: opacity 0.4s ease;
            z-index: 2;
        }
        .site-footer-logo-btn.is-spin {
            opacity: 1;
        }
        .footer-logo-orbit {
            display: grid;
            place-items: center;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background: #000;
            transform-style: preserve-3d;
            box-shadow: 0 0 0 1px rgba(255,255,255,0.06);
        }
        .site-footer-logo {
            width: 16px;
            height: auto;
            opacity: 1;
            filter: none;
            transform: rotateY(0deg);
            transition: filter 0.3s ease;
        }
        .site-footer-logo-btn.is-spin .footer-logo-orbit {
            animation: footerLogoSpin 0.95s cubic-bezier(0.22, 1, 0.36, 1) forwards;
        }
        @keyframes footerLogoSpin {
            0%   { transform: rotateY(0deg) scale(1) translateY(0); }
            18%  { transform: rotateY(80deg) scale(1.95) translateY(-18px); }
            42%  { transform: rotateY(190deg) scale(1.7) translateY(-10px); }
            68%  { transform: rotateY(300deg) scale(1.22) translateY(-3px); }
            100% { transform: rotateY(360deg) scale(1) translateY(0); }
        }
        .footer-logo-sparks {
            position: absolute;
            inset: 0;
            pointer-events: none;
            display: grid;
            place-items: center;
        }
        .footer-spark {
            position: absolute;
            width: 7px;
            height: 7px;
            margin: -3.5px 0 0 -3.5px;
            background: radial-gradient(circle, #fff6d8 0%, #e8c078 45%, transparent 72%);
            clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
            opacity: 0;
            animation: footerSparkBurst var(--sd, 0.6s) ease-out forwards;
            left: 50%;
            top: 50%;
        }
        @keyframes footerSparkBurst {
            0% { transform: translate(0,0) scale(0.4); opacity: 0; }
            25% { opacity: 1; }
            100% { transform: translate(var(--sx), var(--sy)) scale(0.2); opacity: 0; }
        }
        .footer-logo-tooltip {
            position: absolute;
            left: 50%;
            bottom: calc(100% + 6px);
            transform: translateX(-50%) translateY(6px);
            padding: 7px 12px;
            border-radius: 999px;
            background: linear-gradient(135deg, rgba(28,22,16,0.96), rgba(14,12,10,0.98));
            border: 1px solid rgba(212,160,80,0.4);
            color: #f0d9a8;
            font-family: 'Cinzel', serif;
            font-size: 0.68rem;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            white-space: nowrap;
            opacity: 0;
            pointer-events: none;
            box-shadow: 0 10px 28px rgba(0,0,0,0.35), 0 0 18px rgba(191,155,88,0.18);
            transition: opacity 0.35s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
        }
        .footer-logo-tooltip::after {
            content: '';
            position: absolute;
            left: 50%;
            top: 100%;
            transform: translateX(-50%);
            border: 5px solid transparent;
            border-top-color: rgba(212,160,80,0.35);
        }
        .site-footer-logo-btn.is-tip .footer-logo-tooltip {
            opacity: 1;
            transform: translateX(-50%) translateY(0);
        }
        @media (prefers-reduced-motion: reduce) {
            .site-footer-logo-btn.is-spin .footer-logo-orbit,
            .footer-spark { animation: none !important; }
        }
        .majordome-credit {
            display: inline-flex;
            line-height: 0;
            opacity: 0.5;
            transition: opacity 0.25s ease;
        }
        .majordome-credit:hover {
            opacity: 0.75;
        }
        .majordome-credit img {
            width: 34px;
            height: 32px;
            display: block;
        }

        /* --- HEADER --- */
        header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 10px;
        }
        .brand {
            display: flex;
            align-items: center;
            border: 0;
            padding: 0;
            margin: 0;
            background: transparent;
            cursor: pointer;
            -webkit-tap-highlight-color: transparent;
            transition: transform 0.22s cubic-bezier(0.42, 0, 0.18, 1), opacity 0.22s ease;
        }
        .brand:hover {
            opacity: 0.92;
        }
        .brand:active {
            transform: scale(0.96);
        }
        .brand img {
            height: 56px;
            width: auto;
            display: block;
            pointer-events: none;
        }
        .header-right {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-left: auto;
            min-width: 0;
            flex-shrink: 0;
        }
        .lang-flags {
            display: inline-flex;
            align-items: center;
            gap: 4px;
            padding: 3px;
            border-radius: 20px;
            border: 1px solid rgba(255,255,255,0.1);
            background: rgba(255,255,255,0.03);
            backdrop-filter: blur(6px);
        }
        .lang-flag {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 34px;
            height: 30px;
            padding: 0;
            border: none;
            border-radius: 14px;
            background: transparent;
            font-size: 1.05rem;
            line-height: 1;
            cursor: pointer;
            opacity: 0.45;
            filter: grayscale(0.35);
            transition: opacity 0.25s ease, transform 0.25s ease, background 0.25s ease, filter 0.25s ease;
        }
        .lang-flag:hover {
            opacity: 0.85;
            filter: grayscale(0);
        }
        .lang-flag.active {
            opacity: 1;
            filter: grayscale(0);
            background: rgba(191, 155, 88, 0.18);
            box-shadow: inset 0 0 0 1px rgba(191, 155, 88, 0.35);
        }

        /* --- HERO CARD (Room) --- */
        .hero-card {
            position: relative;
            background:
                linear-gradient(155deg, #e8c878 0%, #c9a24a 28%, #b8893c 58%, #8f6424 100%);
            backdrop-filter: blur(14px);
            -webkit-backdrop-filter: blur(14px);
            border-radius: 24px;
            padding: 30px;
            box-shadow:
                0 22px 44px -16px rgba(90, 50, 12, 0.48),
                inset 0 1px 0 rgba(255, 248, 230, 0.42);
            border: 1px solid rgba(255, 236, 200, 0.32);
            overflow: hidden;
            transition: padding 0.45s cubic-bezier(0.22, 1, 0.36, 1),
                border-radius 0.45s cubic-bezier(0.22, 1, 0.36, 1),
                background 0.45s cubic-bezier(0.22, 1, 0.36, 1),
                border-color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
        }
        .hero-card--interactive {
            cursor: pointer;
            transition: border-color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease,
                padding 0.45s cubic-bezier(0.22, 1, 0.36, 1),
                border-radius 0.45s cubic-bezier(0.22, 1, 0.36, 1);
        }
        .hero-card--interactive:hover {
            border-color: rgba(191, 155, 88, 0.22);
            transform: translateY(-1px);
        }
        .hero-card--interactive:active {
            transform: scale(0.995);
        }
        .hero-card-cue {
            position: absolute;
            right: 18px;
            bottom: 18px;
            font-size: 0.75rem;
            color: rgba(255, 248, 230, 0.72);
            opacity: 0.55;
            pointer-events: none;
            transition: opacity 0.25s ease, transform 0.25s ease;
        }
        .hero-card--interactive:hover .hero-card-cue {
            opacity: 0.7;
            transform: translateX(2px);
        }
        .hero-card::before {
            content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%;
            background: radial-gradient(circle at 28% 22%, rgba(255, 248, 230, 0.38) 0%, transparent 58%);
            pointer-events: none;
        }
        
        .welcome-text {
            display: inline-flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 0.28em;
            max-width: calc(100% - 28px);
            margin: 0 0 12px;
            padding: 5px 12px 6px;
            border-radius: 999px;
            font-family: 'Manrope', sans-serif;
            font-size: 0.66rem;
            line-height: 1.35;
            font-style: normal;
            font-weight: 600;
            letter-spacing: 0.04em;
            color: #f4ead8;
            background: color-mix(in srgb, var(--room-accent, #1a2744) 88%, #0c0a08);
            border: 1px solid color-mix(in srgb, var(--room-accent, #1a2744) 55%, rgba(255, 248, 230, 0.35));
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.12),
                0 6px 16px color-mix(in srgb, var(--room-accent, #1a2744) 28%, transparent);
            text-shadow: none;
            transition: font-size 0.4s ease, margin 0.4s ease, padding 0.4s ease, background 0.35s ease, border-color 0.35s ease;
        }
        .welcome-text em {
            font-family: 'Cinzel', serif;
            font-style: italic;
            font-weight: 600;
            letter-spacing: 0.03em;
            color: var(--gold-light, #f0d9a8);
        }
        body.is-house-mode .welcome-text {
            background: rgba(18, 12, 8, 0.42);
            border-color: rgba(255, 248, 230, 0.28);
            color: #f4ead4;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
        }
        body.is-house-mode .welcome-text em {
            color: inherit;
        }
        body:not(.is-house-mode) .hero-card .room-name {
            display: none;
        }
        .room-name {
            font-family: 'Cinzel', serif;
            font-size: 0.72rem;
            letter-spacing: 3px;
            color: rgba(255, 248, 230, 0.88);
            margin-bottom: 18px;
            text-transform: uppercase;
            opacity: 0.92;
            transition: font-size 0.4s ease, margin 0.4s ease, letter-spacing 0.4s ease;
        }
        .remote-title-wrapper {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            width: 100%;
            margin-bottom: 18px;
            pointer-events: none;
            transition: margin 0.4s ease;
        }
        .remote-title {
            font-family: 'Cinzel', serif;
            font-size: 1.15rem;
            letter-spacing: 4px;
            text-transform: uppercase;
            margin-bottom: 0;
            background: linear-gradient(120deg, #fff8ee 0%, #f3e2b8 42%, #ffffff 58%, #e8c888 100%);
            background-size: 200% 100%;
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            -webkit-text-fill-color: transparent;
            animation: remoteGlow 3.5s ease-in-out infinite;
            transition: font-size 0.4s ease, letter-spacing 0.4s ease;
        }
        .remote-info-icon {
            font-size: 0.9rem;
            color: rgba(255, 248, 230, 0.82);
            opacity: 0.8;
            transition: all 0.3s ease;
        }
.welcome-badge-info-btn {
            width: 20px;
            height: 20px;
            border: 0;
            border-radius: 999px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 0;
            margin-left: 3px;
            background: rgba(255, 255, 255, 0.14);
            color: rgba(255, 248, 230, 0.88);
            cursor: pointer;
            flex: 0 0 auto;
}
.welcome-badge-info-btn i {
            font-size: 0.62rem;
}
        .remote-title-wrapper:hover .remote-info-icon {
            opacity: 1;
            transform: scale(1.1);
        }
        @keyframes remoteGlow {
            0% {
                background-position: 200% 0;
                text-shadow: 0 0 8px rgba(229,204,160,0.15);
            }
            50% {
                background-position: 0% 0;
                text-shadow: 0 0 18px rgba(229,204,160,0.35);
            }
            100% {
                background-position: 200% 0;
                text-shadow: 0 0 8px rgba(229,204,160,0.15);
            }
        }
        
        .btn-history {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin-top: 4px;
            background: rgba(191, 155, 88, 0.08);
            border: 1px solid rgba(191, 155, 88, 0.35);
            color: var(--gold-light);
            padding: 10px 18px;
            border-radius: 50px;
            font-size: 0.72rem;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            z-index: 2;
            font-family: 'Cinzel', serif;
        }
        .btn-history::before {
            content: '\f02d';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            font-size: 0.75rem;
            opacity: 0.85;
        }
        .btn-history:hover {
            background: rgba(191, 155, 88, 0.16);
            border-color: var(--gold);
            color: var(--gold);
        }
        .btn-history:active {
            background: var(--gold);
            color: var(--bg-dark);
        }

        /* Hero compact — après premier clic */
        .hero-card.is-compact {
            padding: 14px 16px 14px 18px;
            border-radius: 18px;
        }
        .hero-card.is-compact .welcome-text {
            font-size: 0.6rem;
            margin-bottom: 8px;
            padding: 4px 10px 5px;
            line-height: 1.3;
            opacity: 1;
        }
        .hero-card.is-compact .remote-title-wrapper {
            margin-bottom: 4px;
        }
        .hero-card.is-compact .remote-title {
            font-size: 0.92rem;
            letter-spacing: 2.5px;
        }
        .hero-card.is-compact .remote-info-icon {
            font-size: 0.78rem;
        }
        .hero-card.is-compact .room-name {
            font-size: 0.62rem;
            letter-spacing: 1.8px;
            margin-bottom: 8px;
        }
        .hero-card.is-compact .btn-history {
            padding: 7px 14px;
            font-size: 0.64rem;
            letter-spacing: 1.2px;
            margin-top: 0;
            gap: 6px;
        }
        .hero-card.is-compact .btn-history::before {
            font-size: 0.65rem;
        }
        .hero-card.is-compact .hero-card-cue {
            right: 12px;
            bottom: 12px;
            font-size: 0.65rem;
        }

        /* --- MAJORDOME GRID (Direct Access) --- */
        .section-title {
            font-size: 0.75rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: var(--text-muted);
            margin-left: 5px;
            margin-bottom: -10px;
        }

        .services-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
        }

        .service-btn {
            background: rgba(18, 18, 20, 0.38);
            backdrop-filter: blur(14px);
            -webkit-backdrop-filter: blur(14px);
            border: none;
            border-radius: 20px;
            padding: 20px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 10px;
            color: var(--text-main);
            box-shadow: var(--saba-tile-shadow, 0 4px 14px rgba(0,0,0,0.18));
            transition: transform 0.1s, box-shadow 0.1s, background 0.3s;
            cursor: pointer;
            position: relative;
        }
        .service-btn:active {
            transform: scale(0.96);
            box-shadow: var(--shadow-inset);
        }
        .service-btn.disabled {
            opacity: 0.4;
            cursor: not-allowed;
            pointer-events: none;
            filter: grayscale(0.6);
        }
        .service-btn.disabled i {
            opacity: 0.5;
        }
        .service-btn.disabled .service-label,
        .service-btn.disabled .service-sub {
            opacity: 0.6;
        }
        .service-btn-danger {
            background: linear-gradient(140deg, rgba(43, 22, 22, 0.75) 0%, rgba(26, 13, 13, 0.75) 100%);
            backdrop-filter: blur(10px);
            box-shadow: var(--saba-tile-shadow, 0 4px 14px rgba(0,0,0,0.18));
        }
        .service-btn-call {
            background: linear-gradient(140deg, rgba(36, 32, 26, 0.78) 0%, rgba(22, 20, 16, 0.82) 100%);
            backdrop-filter: blur(10px);
            box-shadow: var(--saba-tile-shadow, 0 4px 14px rgba(0,0,0,0.18));
        }
        .service-btn-call i {
            color: var(--saba-nude, var(--gold-light));
        }
        .service-btn-wide {
            grid-column: 1 / -1;
        }
        .service-btn i {
            font-size: 1.5rem;
            color: var(--saba-nude, var(--gold-light));
            margin-bottom: 5px;
        }
        .service-text {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 2px;
        }
        .service-label {
            font-family: 'Cinzel', serif;
            font-size: 1.08rem;
            font-weight: 600;
            letter-spacing: 0.02em;
            line-height: 1.2;
        }
        .service-sub {
            font-size: 0.7rem;
            color: var(--text-muted);
        }

        /* --- GUIDE BUTTON (Full Width) --- */
        .guide-trigger {
            background: url('https://images.unsplash.com/photo-1535959160361-901934430fdb?ixlib=rb-4.0.3&auto=format&fit=crop&w=600&q=80') center/cover;
            height: 120px;
            border-radius: 24px;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: var(--shadow-elevation);
            cursor: pointer;
            overflow: hidden;
        }
        .guide-trigger::before {
            content: ''; position: absolute; inset: 0;
            background: rgba(0,0,0,0.5);
            transition: background 0.3s;
        }
        .guide-trigger:active::before { background: rgba(0,0,0,0.3); }
        
        .guide-content {
            position: relative;
            z-index: 2;
            text-align: center;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 10px 18px;
            border-radius: 999px;
            background: rgba(0,0,0,0.25);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255,255,255,0.12);
        }
        .guide-content i {
            color: var(--gold-light);
            font-size: 1rem;
        }
        .guide-title {
            font-family: 'Cinzel', serif;
            font-size: 1.5rem;
            font-style: italic;
            color: #fff;
        }
        .guide-sub {
            font-size: 0.7rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: var(--gold);
            margin-top: 5px;
        }

        /* --- WIFI TOGGLE --- */
        .wifi-toggle {
            background: rgba(255,255,255,0.03);
            border: 1px solid rgba(255,255,255,0.05);
            padding: 16px 16px;
            border-radius: 16px;
            display: flex;
            flex-direction: column;
            align-items: stretch;
            cursor: pointer;
            transition: border-color 0.3s, background 0.3s, padding 0.3s, border-radius 0.3s;
            gap: 0;
            box-shadow: var(--saba-tile-shadow, 0 4px 14px rgba(0,0,0,0.18));
        }
        .wifi-toggle.revealed {
            background: rgba(191, 155, 88, 0.1);
            border-color: var(--gold);
            border-radius: 20px;
            padding: 12px 14px 14px;
        }
        .wifi-label { 
            font-size: 0.8rem; 
            display: flex; 
            align-items: center; 
            gap: 10px;
            min-height: 36px;
        }
        .wifi-icon {
            color: var(--saba-nude, var(--gold-light));
            font-size: 1.15rem;
        }
        .wifi-text {
            display: flex;
            flex-direction: column;
            flex: 1;
            min-width: 0;
        }
        .wifi-main {
            font-family: 'Cinzel', serif;
            font-size: 1.05rem;
            font-weight: 600;
            line-height: 1.2;
        }
        .wifi-sub {
            font-size: 0.68rem;
            color: var(--text-muted);
            line-height: 1.2;
        }
        .wifi-chevron {
            font-size: 0.7rem;
            color: rgba(232,200,140,0.55);
            transition: transform 0.3s ease;
            margin-left: auto;
        }
        .wifi-toggle.revealed .wifi-chevron {
            transform: rotate(180deg);
            color: var(--gold);
        }
        .wifi-code { 
            opacity: 0;
            max-height: 0;
            overflow: hidden;
            pointer-events: none;
            transition: max-height 0.38s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.28s ease, margin 0.28s ease;
            margin-top: 0;
            width: 100%;
        }
        .wifi-toggle.revealed .wifi-code {
            opacity: 1;
            max-height: 320px;
            margin-top: 12px;
            pointer-events: auto;
        }
        .wifi-card {
            width: 100%;
            min-width: 0;
            padding: 12px 12px;
            border-radius: 14px;
            background: rgba(12, 10, 8, 0.92);
            border: 1px solid rgba(191, 155, 88, 0.35);
            display: grid;
            grid-template-columns: 1fr auto;
            gap: 8px 12px;
            align-items: start;
        }
        .wifi-card-row {
            display: flex;
            flex-direction: column;
            gap: 1px;
            grid-column: 1;
        }
        .wifi-card-label {
            font-size: 0.58rem;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: var(--gold);
        }
        .wifi-card-value {
            font-size: 0.78rem;
            color: var(--text-main);
            font-weight: 600;
            word-break: break-word;
        }
        .wifi-card-value.is-muted {
            font-weight: 500;
            color: var(--text-muted);
            font-size: 0.7rem;
            line-height: 1.3;
        }
        .wifi-card-qr {
            width: 64px;
            height: 64px;
            border-radius: 8px;
            border: 1px solid rgba(255,255,255,0.12);
            grid-column: 2;
            grid-row: 1 / span 3;
            align-self: center;
        }
        .wifi-card-cta {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            margin-top: 2px;
            border: 1px solid rgba(191, 155, 88, 0.4);
            background: rgba(191, 155, 88, 0.14);
            color: var(--text-main);
            border-radius: 999px;
            padding: 6px 10px;
            font-size: 0.65rem;
            cursor: pointer;
            grid-column: 1 / -1;
        }
        .wifi-card-cta i { color: var(--gold); font-size: 0.7rem; }
        .wifi-code img {
            width: 48px;
            height: 48px;
            display: block;
            border-radius: 10px;
            border: 1px solid rgba(255,255,255,0.15);
        }
        .wifi-toggle.revealed .wifi-icon { color: var(--saba-nude, var(--gold)); }

        /* --- FLOATING MUSIC MACARON --- */
        .music-fab {
            position: fixed;
            bottom: 25px;
            right: 25px;
            width: 65px;
            height: 65px;
            border-radius: 50%;
            background: #111;
            border: 2px solid var(--gold);
            box-shadow: 0 10px 30px rgba(0,0,0,0.5);
            z-index: 500;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            overflow: hidden;
        }
        .vinyl-grooves {
            position: absolute;
            width: 100%; height: 100%;
            background: repeating-radial-gradient(
              #111 0, 
              #111 2px, 
              #222 3px, 
              #222 4px
            );
            border-radius: 50%;
            opacity: 0.6;
        }
        .fab-icon {
            position: relative;
            z-index: 2;
            color: var(--gold);
            font-size: 1.2rem;
        }
        /* Animation Rotation */
        @keyframes spin { 100% { transform: rotate(360deg); } }
        .music-fab.playing .vinyl-grooves {
            animation: spin 4s linear infinite;
        }

        /* --- MODALS (Full Screen Overlay) --- */
        .modal-wrapper {
            position: fixed;
            top: 0; left: 0; width: 100%; height: 100%;
            z-index: 21000;
            pointer-events: none;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            visibility: hidden;
            /* Reste invisible jusqu'à l'ouverture (évite le fantôme au overscroll) */
            transition: visibility 0s linear var(--saba-sheet-duration, 1.18s);
        }
        
        .modal-backdrop {
            position: absolute;
            top: 0; left: 0; width: 100%; height: 100%;
            background: rgba(0, 0, 0, 0.52);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            opacity: 0;
            transition: opacity var(--saba-sheet-duration, 1.18s) var(--saba-ease, cubic-bezier(0.16, 1, 0.3, 1));
        }

        .modal-panel {
            background: rgba(20, 20, 20, 0.85);
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            width: 100%;
            height: calc(100dvh - 10px);
            max-height: calc(100dvh - 10px);
            margin-top: 10px;
            border-radius: 28px 28px 0 0;
            padding: 0;
            transform: translate3d(0, 110%, 0);
            transition: transform var(--saba-sheet-duration, 1.18s) var(--saba-ease, cubic-bezier(0.16, 1, 0.3, 1));
            position: relative;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            border-top: 1px solid transparent;
            box-shadow: none;
            will-change: transform;
        }

        .modal-drawer-chrome {
            flex-shrink: 0;
            position: relative;
            z-index: 20;
            background: linear-gradient(180deg, rgba(22, 22, 22, 0.98) 0%, rgba(20, 20, 20, 0.94) 100%);
            backdrop-filter: blur(18px);
            -webkit-backdrop-filter: blur(18px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        }
        #modal-history .modal-drawer-chrome {
            background:
                linear-gradient(165deg,
                    color-mix(in srgb, var(--story-chrome, var(--story-accent, var(--gold))) 58%, #2a221c) 0%,
                    color-mix(in srgb, var(--story-accent, var(--gold)) 28%, #1a1612) 52%,
                    color-mix(in srgb, var(--story-gold, var(--gold)) 10%, #12100e) 100%);
            border-bottom-color: color-mix(in srgb, var(--story-gold-light, var(--gold-light)) 32%, var(--story-accent, var(--gold)));
            box-shadow:
                inset 0 1px 0 color-mix(in srgb, var(--story-gold-light, var(--gold-light)) 28%, transparent),
                0 10px 28px -18px color-mix(in srgb, var(--story-accent, var(--gold)) 55%, transparent);
        }
        #modal-history .modal-header--story {
            border-bottom-color: color-mix(in srgb, var(--story-accent, var(--gold)) 22%, rgba(255, 255, 255, 0.08));
        }
        #modal-history .modal-title {
            color: var(--story-ink, var(--story-gold-light, var(--gold-light)));
        }
        #modal-history .modal-story-subtitle {
            color: var(--story-muted, color-mix(in srgb, var(--story-gold-light, var(--gold-light)) 62%, var(--story-accent, var(--gold))));
        }
        #modal-history .modal-drawer-handle {
            background: linear-gradient(90deg,
                color-mix(in srgb, var(--story-accent, var(--gold)) 55%, var(--story-gold-light, var(--gold-light))),
                var(--story-gold-light, var(--gold-light)));
            box-shadow: 0 0 16px color-mix(in srgb, var(--story-accent, var(--gold)) 40%, transparent);
        }
        #modal-history .modal-close-btn,
        #modal-history .modal-back-btn {
            color: var(--story-icon, var(--story-gold-light, var(--gold-light)));
        }
        #modal-history .modal-close-btn:hover,
        #modal-history .modal-back-btn:hover {
            color: #fff8ee;
        }
        #modal-history .history-story-switch {
            background: color-mix(in srgb, var(--story-accent, var(--gold)) 10%, rgba(255, 255, 255, 0.03));
            border-color: color-mix(in srgb, var(--story-accent, var(--gold)) 28%, rgba(255, 255, 255, 0.06));
        }
        #modal-history .history-story-switch-btn.is-active {
            background: color-mix(in srgb, var(--story-accent, var(--gold)) 26%, transparent);
            border-color: color-mix(in srgb, var(--story-gold, var(--gold)) 42%, var(--story-accent, var(--gold)));
            color: var(--story-ink, var(--story-gold-light, var(--gold-light)));
        }
        #modal-history .history-story-switch-btn.is-active .history-story-switch-eyebrow {
            color: var(--story-gold, var(--gold));
        }
        #modal-history .history-story-switch-btn:hover {
            color: var(--story-ink, var(--story-gold-light, var(--gold-light)));
        }
        html[data-saba-theme="bright"] #modal-history .modal-drawer-chrome {
            background:
                linear-gradient(165deg,
                    color-mix(in srgb, var(--story-chrome, var(--story-accent, var(--gold))) 38%, #f7f0e4) 0%,
                    color-mix(in srgb, var(--story-accent, var(--gold)) 16%, #efe6d6) 55%,
                    #ebe2d2 100%);
            border-bottom-color: color-mix(in srgb, var(--story-accent, var(--gold)) 32%, rgba(60, 44, 28, 0.2));
            box-shadow:
                inset 0 1px 0 rgba(255, 252, 246, 0.7),
                0 8px 22px -16px color-mix(in srgb, var(--story-accent, var(--gold)) 35%, transparent);
        }
        html[data-saba-theme="bright"] #modal-history .modal-title {
            color: color-mix(in srgb, var(--story-accent, var(--gold)) 42%, #1c1510);
        }
        html[data-saba-theme="bright"] #modal-history .modal-story-subtitle {
            color: color-mix(in srgb, var(--story-accent, var(--gold)) 28%, #5a4a38);
        }
        html[data-saba-theme="bright"] #modal-history .modal-close-btn,
        html[data-saba-theme="bright"] #modal-history .modal-back-btn {
            color: color-mix(in srgb, var(--story-accent, var(--gold)) 35%, #3a2e22);
        }
        html[data-saba-theme="bright"] #modal-history .modal-close-btn:hover,
        html[data-saba-theme="bright"] #modal-history .modal-back-btn:hover {
            color: #1a1410;
        }
        html[data-saba-theme="bright"] #modal-history .modal-drawer-handle {
            background: linear-gradient(90deg,
                color-mix(in srgb, var(--story-accent, var(--gold)) 55%, #8a7048),
                color-mix(in srgb, var(--story-gold, var(--gold)) 70%, #c4a574));
            box-shadow: none;
        }
        html[data-saba-theme="bright"] #modal-history .history-story-switch {
            background: rgba(255, 252, 246, 0.55);
            border-color: color-mix(in srgb, var(--story-accent, var(--gold)) 22%, rgba(60, 44, 28, 0.12));
        }
        html[data-saba-theme="bright"] #modal-history .history-story-switch-btn {
            color: #5a4a38;
        }
        html[data-saba-theme="bright"] #modal-history .history-story-switch-btn.is-active {
            background: color-mix(in srgb, var(--story-accent, var(--gold)) 14%, #fffaf2);
            border-color: color-mix(in srgb, var(--story-accent, var(--gold)) 38%, transparent);
            color: color-mix(in srgb, var(--story-accent, var(--gold)) 40%, #1c1510);
        }
        html[data-saba-theme="bright"] #modal-history .history-story-switch-btn.is-active .history-story-switch-eyebrow {
            color: color-mix(in srgb, var(--story-accent, var(--gold)) 55%, #6a5438);
        }
        .modal-drawer-bar {
            flex-shrink: 0;
            position: relative;
            z-index: 20;
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 52px;
            padding: 12px 56px 10px;
            background: linear-gradient(180deg, rgba(22, 22, 22, 0.98) 0%, rgba(20, 20, 20, 0.94) 100%);
            backdrop-filter: blur(18px);
            -webkit-backdrop-filter: blur(18px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        }
        .modal-drawer-chrome .modal-drawer-bar {
            min-height: 36px;
            padding: 10px 56px 0;
            background: transparent;
            border-bottom: 0;
            backdrop-filter: none;
            -webkit-backdrop-filter: none;
        }
        .modal-drawer-chrome .modal-header {
            margin: 0;
            padding: 2px 28px 14px;
        }
        .modal-kicker {
            font-size: 0.72rem;
            letter-spacing: 0.04em;
            color: rgba(229, 204, 160, 0.78);
            margin-top: 4px;
        }
        .modal-drawer-handle {
            width: 40px;
            height: 4px;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.2);
            pointer-events: none;
        }
        .modal-drawer-body {
            flex: 1 1 auto;
            min-height: 0;
            max-height: 100%;
            overflow-y: auto;
            overscroll-behavior: contain;
            -webkit-overflow-scrolling: touch;
            touch-action: pan-y;
            padding: 12px 30px calc(84px + env(safe-area-inset-bottom, 0px));
        }

        .modal-wrapper.active {
            pointer-events: all;
            visibility: visible;
            transition: visibility 0s linear 0s;
        }
        .modal-wrapper.active .modal-backdrop { opacity: 1; }
        .modal-wrapper.active .modal-panel {
            transform: translate3d(0, 0, 0);
            border-top-color: var(--gold);
            box-shadow: 0 -10px 50px rgba(0,0,0,0.8);
        }

        /* Modal Typography */
        .modal-header { text-align: center; margin-bottom: 30px; flex-shrink: 0; }
        .modal-title {
            font-family: 'Cinzel', serif;
            font-size: 1.4rem;
            color: var(--gold);
            margin-bottom: 5px;
        }
        .reception-notice {
            background: rgba(191, 155, 88, 0.1);
            border: 1px solid rgba(191, 155, 88, 0.3);
            border-radius: 8px;
            padding: 12px 16px;
            margin-bottom: 25px;
            text-align: center;
            font-size: 0.85rem;
            color: var(--gold-light);
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }
        .reception-notice i {
            color: var(--gold);
        }

        .modal-close-btn,
        .modal-back-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: none;
            border: none;
            width: 36px;
            height: 36px;
            color: #fff;
            font-size: 1.15rem;
            line-height: 1;
            cursor: pointer;
            z-index: 10;
            pointer-events: auto;
            transition: color 0.25s ease, transform 0.25s ease;
            padding: 0;
            -webkit-tap-highlight-color: transparent;
        }
        .modal-close-btn { right: 14px; }
        .modal-back-btn {
            left: 14px;
            font-size: 0.85rem;
        }
        .modal-close-btn:hover,
        .modal-back-btn:hover {
            background: none;
            color: var(--gold-light, #f0d9a8);
            transform: translateY(-50%) scale(1.1);
        }
        .modal-panel--story.has-story-back .modal-header--story,
        #modal-history.has-story-back .modal-header--story {
            padding-left: 8px;
            padding-right: 8px;
        }

        /* Content Styling inside Modals */
        .story-block {
            margin-bottom: 35px;
            border-left: 3px solid var(--gold);
            padding-left: 25px;
            padding-top: 5px;
            padding-bottom: 5px;
            transition: all 0.3s ease;
        }
        .story-block:hover {
            border-left-color: var(--gold-light);
            padding-left: 30px;
        }
        .story-title {
            font-family: 'Cinzel', serif;
            font-size: 1.4rem;
            color: var(--gold-light);
            margin-bottom: 15px;
            font-weight: 600;
            letter-spacing: 0.5px;
        }
        .story-text {
            font-size: 1rem;
            line-height: 1.9;
            color: #d0d0d0;
            font-weight: 300;
        }
        .story-text p {
            margin-bottom: 18px;
            padding: 12px 0;
            border-bottom: 1px solid rgba(255,255,255,0.05);
            transition: all 0.3s ease;
        }
        .story-text p:hover {
            padding-left: 8px;
            border-bottom-color: rgba(191, 155, 88, 0.2);
        }
        .story-text p:last-child {
            border-bottom: none;
        }
        .story-text strong {
            color: var(--gold-light);
            font-weight: 500;
            font-size: 1.05em;
        }
        .story-text strong a {
            color: var(--gold-light) !important;
            text-decoration: underline !important;
            text-decoration-style: solid !important;
            text-decoration-color: rgba(191, 155, 88, 0.8) !important;
            text-underline-offset: 4px;
            transition: all 0.3s ease;
            cursor: pointer !important;
            font-weight: 500;
            position: relative;
            pointer-events: auto !important;
            display: inline-block;
            padding: 2px 0;
        }
        .story-text strong a:hover {
            color: var(--gold) !important;
            text-decoration-color: var(--gold) !important;
            text-shadow: 0 0 12px rgba(191, 155, 88, 0.6);
            transform: translateY(-1px);
        }
        .story-text strong a::after {
            content: ' 📍';
            font-size: 0.9em;
            opacity: 1;
            display: inline-block;
            margin-left: 4px;
            vertical-align: middle;
        }
        .story-text em {
            display: none; /* Cache les mentions "Cliquez pour..." */
        }
        .story-text a {
            color: var(--gold-light);
            text-decoration: underline;
            text-decoration-color: rgba(191, 155, 88, 0.6);
            text-underline-offset: 3px;
            transition: all 0.3s ease;
            cursor: pointer;
            font-weight: 500;
            position: relative;
        }
        .story-text a:hover {
            color: var(--gold);
            text-decoration-color: var(--gold);
            text-shadow: 0 0 8px rgba(191, 155, 88, 0.4);
        }
        .story-text a::after {
            content: ' 📍';
            font-size: 0.9em;
            opacity: 0.8;
            display: inline-block;
        }
        
        /* Lieu avec icône Maps visible */
        .place-name {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            color: inherit;
        }
        .place-name::before {
            content: '📍';
            font-size: 1.1em;
            display: inline-block;
            transition: transform 0.3s ease;
        }
        .place-name:hover {
            color: var(--gold) !important;
            text-shadow: 0 0 8px rgba(191, 155, 88, 0.4);
        }
        .place-name:hover::before {
            transform: scale(1.2);
        }

        /* Accordéons pour le guide */
        .guide-category {
            margin-bottom: 15px;
            border: 1px solid rgba(191, 155, 88, 0.15);
            border-radius: 16px;
            overflow: hidden;
            background: rgba(0, 0, 0, 0.25);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        }
        .guide-category:hover {
            border-color: rgba(191, 155, 88, 0.35);
            background: rgba(0, 0, 0, 0.35);
            box-shadow: 0 4px 12px rgba(191, 155, 88, 0.1);
        }
        .guide-category-header {
            padding: 20px 24px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: rgba(191, 155, 88, 0.08);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            user-select: none;
        }
        .guide-category-header:hover {
            background: rgba(191, 155, 88, 0.12);
        }
        .guide-category-header.active {
            background: rgba(191, 155, 88, 0.18);
            border-bottom: 1px solid rgba(191, 155, 88, 0.2);
        }
        .guide-category-title {
            font-size: 1.15rem;
            font-weight: 600;
            color: var(--gold);
            margin: 0;
            display: flex;
            align-items: center;
            gap: 12px;
            letter-spacing: 0.3px;
        }
        .guide-category-icon {
            color: var(--gold);
            font-size: 0.9rem;
            transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            opacity: 0.8;
        }
        .guide-category-header:hover .guide-category-icon {
            opacity: 1;
        }
        .guide-category-header.active .guide-category-icon {
            transform: rotate(180deg);
            opacity: 1;
        }
        .guide-category-content {
            display: grid;
            grid-template-rows: 0fr;
            transition: grid-template-rows 0.52s cubic-bezier(0.22, 1, 0.36, 1);
        }
        .guide-category-content.active {
            grid-template-rows: 1fr;
        }
        .guide-category-inner {
            overflow: hidden;
            min-height: 0;
            padding: 0 24px;
            opacity: 0;
            transform: translateY(-8px);
            transition:
                opacity 0.28s ease,
                transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
                padding 0.4s cubic-bezier(0.22, 1, 0.36, 1);
        }
        .guide-category-content.active .guide-category-inner {
            padding: 24px;
            opacity: 1;
            transform: translateY(0);
            transition:
                opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1) 0.06s,
                transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
                padding 0.45s cubic-bezier(0.22, 1, 0.36, 1);
        }

        /* Sous-accordéons pour les quartiers */
        .guide-subcategory {
            margin-bottom: 18px;
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 12px;
            overflow: hidden;
            background: rgba(0, 0, 0, 0.15);
            transition: all 0.3s ease;
        }
        .guide-subcategory:hover {
            border-color: rgba(191, 155, 88, 0.25);
            background: rgba(0, 0, 0, 0.2);
        }
        .guide-subcategory-header {
            padding: 14px 18px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: rgba(255, 255, 255, 0.03);
            transition: all 0.3s ease;
            user-select: none;
        }
        .guide-subcategory-header:hover {
            background: rgba(191, 155, 88, 0.08);
        }
        .guide-subcategory-header.active {
            background: rgba(191, 155, 88, 0.12);
        }
        .guide-subcategory-title {
            font-size: 0.95rem;
            font-weight: 500;
            color: var(--gold-light);
            margin: 0;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .guide-subcategory-icon {
            color: var(--gold-light);
            font-size: 0.75rem;
            transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            opacity: 0.7;
        }
        .guide-subcategory-header:hover .guide-subcategory-icon {
            opacity: 1;
        }
        .guide-subcategory-header.active .guide-subcategory-icon {
            transform: rotate(180deg);
            opacity: 1;
        }
        .guide-subcategory-content {
            display: grid;
            grid-template-rows: 0fr;
            transition: grid-template-rows 0.45s cubic-bezier(0.22, 1, 0.36, 1);
        }
        .guide-subcategory-content.active {
            grid-template-rows: 1fr;
        }
        .guide-subcategory-inner {
            overflow: hidden;
            min-height: 0;
            padding: 0 20px;
            opacity: 0;
            transform: translateY(-6px);
            transition:
                opacity 0.25s ease,
                transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
                padding 0.35s cubic-bezier(0.22, 1, 0.36, 1);
        }
        .guide-subcategory-content.active .guide-subcategory-inner {
            padding: 18px 20px;
            opacity: 1;
            transform: translateY(0);
            transition:
                opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1) 0.05s,
                transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
                padding 0.4s cubic-bezier(0.22, 1, 0.36, 1);
        }

        @media (prefers-reduced-motion: reduce) {
            .guide-category-content,
            .guide-category-inner,
            .guide-category-icon,
            .guide-subcategory-content,
            .guide-subcategory-inner,
            .guide-subcategory-icon {
                transition: none !important;
            }
        }

        /* Style Bento Box pour les lieux */
        .guide-places-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 16px;
            margin-top: 12px;
        }
        .guide-place-card {
            background: rgba(0, 0, 0, 0.3);
            border: 1px solid rgba(191, 155, 88, 0.15);
            border-radius: 14px;
            padding: 18px;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            cursor: pointer;
            position: relative;
            overflow: hidden;
        }
        .guide-place-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, rgba(191, 155, 88, 0.6), rgba(191, 155, 88, 0.2));
            transform: scaleX(0);
            transition: transform 0.3s ease;
        }
        .guide-place-card:hover {
            background: rgba(0, 0, 0, 0.4);
            border-color: rgba(191, 155, 88, 0.35);
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(191, 155, 88, 0.15);
        }
        .guide-place-card:hover::before {
            transform: scaleX(1);
        }
        .guide-place-name {
            font-size: 1rem;
            font-weight: 600;
            color: var(--gold);
            margin-bottom: 8px;
            display: flex;
            align-items: center;
            gap: 8px;
            line-height: 1.4;
        }
        .guide-place-name a {
            color: var(--gold);
            text-decoration: none;
            transition: all 0.3s ease;
        }
        .guide-place-name a:hover {
            color: var(--gold-light);
            text-shadow: 0 0 8px rgba(191, 155, 88, 0.4);
        }
        .guide-place-name a::before {
            content: '📍';
            font-size: 0.9em;
            margin-right: 6px;
        }
        .guide-place-desc {
            font-size: 0.85rem;
            color: var(--text-muted);
            line-height: 1.5;
            margin-bottom: 10px;
        }

        #modal-lexique .guide-places-grid {
            grid-template-columns: 1fr;
            gap: 8px;
        }
        #modal-lexique .guide-place-card {
            display: grid;
            grid-template-columns: 1fr auto;
            align-items: center;
            column-gap: 16px;
            row-gap: 2px;
            padding: 14px 16px;
            cursor: default;
            border-radius: 16px;
            background: color-mix(in srgb, var(--bg-card, #1c1814) 62%, transparent);
            border: 1px solid color-mix(in srgb, var(--gold) 16%, transparent);
        }
        #modal-lexique .guide-place-card:hover {
            transform: none;
            box-shadow: none;
            background: color-mix(in srgb, var(--bg-card, #1c1814) 78%, transparent);
            border-color: color-mix(in srgb, var(--gold) 28%, transparent);
        }
        #modal-lexique .guide-place-card::before {
            display: none;
        }
        #modal-lexique .guide-place-name {
            grid-column: 1;
            margin: 0;
            font-family: 'Cinzel', serif;
            font-size: 0.92rem;
            font-weight: 600;
            letter-spacing: 0.045em;
            color: var(--text-main);
        }
        #modal-lexique .guide-place-name i {
            color: var(--gold);
            font-size: 0.78rem;
            width: 1.1em;
            text-align: center;
            opacity: 0.85;
        }
        #modal-lexique .guide-place-desc {
            grid-column: 1;
            margin: 0;
            font-family: 'Cormorant Garamond', serif;
            font-size: 1.08rem;
            font-style: italic;
            font-weight: 400;
            letter-spacing: 0.01em;
            color: var(--text-muted);
            line-height: 1.35;
        }
        #modal-lexique .guide-place-desc em {
            display: inline;
            font-style: normal;
            opacity: 0.72;
            font-size: 0.72rem;
            letter-spacing: 0.02em;
            color: var(--text-muted);
        }
        #modal-lexique .lexique-ar {
            grid-column: 2;
            grid-row: 1 / span 2;
            align-self: center;
            font-family: 'Noto Naskh Arabic', 'Times New Roman', serif;
            font-size: 1.42rem;
            font-weight: 500;
            line-height: 1.15;
            color: var(--text-main);
            opacity: 0.2;
            pointer-events: none;
            user-select: none;
            white-space: nowrap;
        }
        html[data-saba-theme="bright"] #modal-lexique .lexique-ar {
            opacity: 0.26;
        }
        .guide-place-info {
            font-size: 0.8rem;
            color: var(--text-muted);
            display: flex;
            flex-direction: column;
            gap: 4px;
        }
        .guide-place-info strong {
            color: var(--gold-light);
            font-weight: 500;
        }
        .quote {
            font-family: 'Cormorant Garamond', serif;
            font-style: italic;
            font-size: 1.2rem;
            color: var(--gold-light);
            text-align: center;
            margin: 30px 0;
        }

        /* Image Mick Jagger dans l'histoire */
        .history-image-wrapper {
            margin: 0 auto 25px auto;
            border-radius: 22px;
            overflow: hidden;
            max-width: 100%;
            box-shadow: var(--shadow-elevation);
            border: 1px solid rgba(255,255,255,0.08);
        }
        .history-image-wrapper img {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
        }

        /* Bouton Play Flottant */
        .play-fab {
            position: fixed;
            bottom: 25px;
            right: 25px;
            width: 70px;
            height: 70px;
            border-radius: 50%;
            background: var(--gold);
            border: 3px solid rgba(255,255,255,0.2);
            box-shadow: 0 10px 30px rgba(191, 155, 88, 0.5), 0 0 0 0 rgba(191, 155, 88, 0.7);
            z-index: 500;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            overflow: hidden;
            transition: all 0.3s ease;
            animation: pulse-gold 2s ease-in-out infinite;
        }
        @keyframes pulse-gold {
            0%, 100% {
                box-shadow: 0 10px 30px rgba(191, 155, 88, 0.5), 0 0 0 0 rgba(191, 155, 88, 0.7);
            }
            50% {
                box-shadow: 0 10px 30px rgba(191, 155, 88, 0.7), 0 0 0 10px rgba(191, 155, 88, 0);
            }
        }
        .play-fab:hover {
            transform: scale(1.1);
            background: var(--gold-light);
            box-shadow: 0 15px 40px rgba(191, 155, 88, 0.6), 0 0 0 5px rgba(191, 155, 88, 0.3);
        }
        .play-fab:active {
            transform: scale(0.95);
        }
        .play-fab i {
            color: var(--bg-dark);
            font-size: 1.8rem;
            margin-left: 4px; /* Ajustement visuel pour centrer le triangle play */
        }

        /* Modal Vidéo */
        .video-modal-wrapper {
            position: fixed;
            top: 0; left: 0; width: 100%; height: 100%;
            z-index: 20500;
            pointer-events: none;
            display: none;
            align-items: center;
            justify-content: center;
            padding: 2rem;
            padding-bottom: calc(20px + env(safe-area-inset-bottom, 0px));
        }
        
        .video-modal-backdrop {
            position: absolute;
            top: 0; left: 0; width: 100%; height: 100%;
            background: rgba(0,0,0,0.95);
            backdrop-filter: blur(10px);
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .video-modal-panel {
            background: var(--bg-card);
            width: 100%;
            max-width: 1200px;
            max-height: 90vh;
            border-radius: 24px;
            position: relative;
            overflow: hidden;
            transform: scale(0.9) translateY(30px);
            transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
            border: 2px solid var(--gold);
            box-shadow: 0 20px 60px rgba(0,0,0,0.8), 0 0 0 1px rgba(191, 155, 88, 0.3);
            padding: 2rem;
            padding-top: 3.5rem;
        }
        .video-modal-panel--playlist {
            max-width: min(560px, 100%);
            padding: 1.35rem 1.15rem 1.2rem;
            padding-top: 2.85rem;
            background:
                radial-gradient(circle at 14% 8%, rgba(191, 155, 88, 0.16), transparent 36%),
                linear-gradient(180deg, rgba(24, 18, 12, 0.98), rgba(16, 12, 9, 0.96));
            border-width: 1px;
        }
        .playlist-player-head {
            text-align: left;
            margin: 0 0 0.85rem;
        }
        .playlist-player-kicker {
            margin: 0 0 4px;
            font-family: 'Manrope', sans-serif;
            font-size: 0.58rem;
            letter-spacing: 0.18em;
            text-transform: uppercase;
            color: rgba(232, 200, 140, 0.62);
        }
        .video-modal-panel--playlist .video-modal-title {
            font-size: 1.18rem;
            letter-spacing: 0.08em;
            margin: 0 0 4px;
            color: var(--gold-light, #f0d9a8);
        }
        .video-modal-panel--playlist .video-modal-subtitle {
            margin: 0;
            font-size: 0.78rem;
        }
        .playlist-player-stage {
            position: relative;
            width: 100%;
            aspect-ratio: 16 / 9;
            border-radius: 14px;
            overflow: hidden;
            background: #0a0908;
            border: 1px solid rgba(191, 155, 88, 0.3);
            box-shadow: 0 16px 36px -18px rgba(0, 0, 0, 0.7);
        }
        .playlist-player-stage iframe {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            border: 0;
        }
        .playlist-player-veil {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 58px;
            z-index: 2;
            pointer-events: auto;
            background: linear-gradient(180deg, #0a0908 0%, rgba(10, 9, 8, 0.9) 40%, transparent 100%);
        }
        .playlist-player-head::before {
            content: '\f167';
            font-family: 'Font Awesome 6 Brands';
            font-weight: 400;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 28px;
            height: 28px;
            margin: 0 0 8px;
            border-radius: 999px;
            background: rgba(186, 32, 47, 0.22);
            color: #ffd8dc;
            border: 1px solid rgba(186, 32, 47, 0.45);
        }
        html[data-saba-theme="bright"] .video-modal-panel--playlist {
            background:
                radial-gradient(circle at 12% 8%, rgba(191, 155, 88, 0.22), transparent 34%),
                linear-gradient(180deg, #fcf7ef, #f3ead8);
        }
        html[data-saba-theme="bright"] .playlist-player-kicker {
            color: rgba(90, 60, 24, 0.5);
        }

        .video-modal-wrapper.active {
            display: flex;
            pointer-events: all;
        }
        .video-modal-wrapper.active .video-modal-backdrop { opacity: 1; }
        .video-modal-wrapper.active .video-modal-panel { transform: scale(1) translateY(0); }

        .video-modal-close {
            position: absolute;
            top: 16px; right: 16px;
            background: transparent;
            border: none;
            box-shadow: none;
            width: 40px; height: 40px;
            color: rgba(255, 255, 255, 0.45);
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            transition: color 0.3s ease, transform 0.3s ease;
            z-index: 10;
        }
        .video-modal-close:hover {
            background: transparent;
            color: rgba(255, 255, 255, 0.75);
            transform: rotate(90deg);
        }

        .video-modal-header {
            text-align: center;
            margin-bottom: 2rem;
        }
        .video-modal-title {
            font-family: 'Cinzel', serif;
            font-size: 1.8rem;
            color: var(--gold);
            margin-bottom: 0.5rem;
            letter-spacing: 2px;
        }
        .video-modal-subtitle {
            font-size: 0.9rem;
            color: var(--text-muted);
            font-style: italic;
        }

        .video-wrapper {
            position: relative;
            width: 100%;
            padding-bottom: 56.25%; /* 16:9 aspect ratio */
            border-radius: 16px;
            overflow: hidden;
            box-shadow: var(--shadow-elevation);
            border: 1px solid rgba(255,255,255,0.1);
            background: #000;
        }
        .video-wrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
        }

        /* --- REMOTE INTRO MODAL --- */
        .remote-intro-panel {
            max-width: 900px;
            margin: 0 auto;
            height: auto;
            max-height: 90vh;
            position: relative;
        }
        .remote-intro-panel .modal-drawer-bar {
            border-radius: 30px 30px 0 0;
        }
        .remote-intro-panel .modal-close-btn {
            z-index: 1000;
            pointer-events: auto !important;
        }

        .remote-intro-content {
            animation: fadeInUp 0.6s ease-out;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .remote-intro-header {
            text-align: center;
            margin-bottom: 2rem;
            animation: fadeInUp 0.6s ease-out 0.1s both;
        }

        .remote-intro-icon {
            width: 80px;
            height: 80px;
            margin: 0 auto 1.5rem;
            background: linear-gradient(135deg, rgba(191, 155, 88, 0.2) 0%, rgba(191, 155, 88, 0.1) 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 2px solid var(--gold);
            box-shadow: 0 8px 24px rgba(191, 155, 88, 0.3);
        }

        .remote-intro-icon i {
            font-size: 2rem;
            color: var(--gold);
        }

        .remote-intro-title {
            font-family: 'Cinzel', serif;
            font-size: 2rem;
            color: var(--gold);
            margin-bottom: 0.5rem;
            letter-spacing: 2px;
        }

        .remote-intro-subtitle {
            font-size: 1rem;
            color: var(--text-muted);
            font-style: italic;
        }

        .remote-intro-description {
            text-align: center;
            margin-bottom: 2.5rem;
            padding: 0 1rem;
            animation: fadeInUp 0.6s ease-out 0.2s both;
        }

        .remote-intro-description p {
            font-size: 1rem;
            line-height: 1.6;
            color: var(--text-main);
        }

        .remote-intro-description strong {
            color: var(--gold);
            font-weight: 500;
        }

        .remote-features {
            margin-bottom: 2.5rem;
        }

        .remote-features-section + .remote-features-divider {
            margin: 1.75rem 0 1.5rem;
        }

        .remote-features-heading {
            margin: 0 0 1rem;
            font-family: 'Cinzel', serif;
            font-size: 0.78rem;
            font-weight: 500;
            letter-spacing: 2.2px;
            text-transform: uppercase;
            color: var(--gold);
        }

        .remote-features-divider {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .remote-features-divider span {
            display: block;
            width: 100%;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(191, 155, 88, 0.45), transparent);
        }

        .remote-features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 1.5rem;
            margin-bottom: 0;
        }

        .remote-feature-card {
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 16px;
            padding: 1.5rem;
            transition: all 0.3s ease;
            animation: fadeInUp 0.6s ease-out both;
            position: relative;
            overflow: hidden;
        }

        .remote-feature-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, transparent, var(--gold), transparent);
            opacity: 0;
            transition: opacity 0.3s;
        }

        .remote-features-grid .remote-feature-card:nth-child(1) { animation-delay: 0.2s; }
        .remote-features-grid .remote-feature-card:nth-child(2) { animation-delay: 0.3s; }
        .remote-features-grid .remote-feature-card:nth-child(3) { animation-delay: 0.4s; }
        .remote-features-grid .remote-feature-card:nth-child(4) { animation-delay: 0.5s; }
        .remote-features-grid .remote-feature-card:nth-child(5) { animation-delay: 0.6s; }
        .remote-features-grid .remote-feature-card:nth-child(6) { animation-delay: 0.7s; }

        .remote-feature-card:hover {
            transform: translateY(-5px);
            background: rgba(255, 255, 255, 0.05);
            border-color: rgba(191, 155, 88, 0.3);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
        }

        .remote-feature-card:hover::before {
            opacity: 1;
        }

        .remote-feature-icon {
            width: 50px;
            height: 50px;
            background: rgba(191, 155, 88, 0.15);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1rem;
            border: 1px solid rgba(191, 155, 88, 0.2);
        }

        .remote-feature-icon i {
            font-size: 1.5rem;
            color: var(--gold);
        }

        .remote-feature-title {
            font-size: 1.1rem;
            font-weight: 600;
            color: var(--text-main);
            margin-bottom: 0.75rem;
            font-family: 'Cinzel', serif;
        }

        .remote-feature-desc {
            font-size: 0.9rem;
            line-height: 1.5;
            color: var(--text-muted);
            margin-bottom: 1rem;
        }

        .remote-feature-desc strong {
            color: var(--gold-light);
            font-weight: 500;
        }

        .remote-feature-link {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            padding: 0.75rem 1rem;
            background: rgba(191, 155, 88, 0.1);
            border: 1px solid rgba(191, 155, 88, 0.3);
            border-radius: 8px;
            color: var(--gold);
            font-size: 0.85rem;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
        }

        .remote-feature-link:hover {
            background: rgba(191, 155, 88, 0.2);
            border-color: var(--gold);
            transform: translateX(5px);
        }

        .remote-feature-link i {
            transition: transform 0.3s;
        }

        .remote-feature-link:hover i {
            transform: translateX(5px);
        }

        .remote-intro-footer {
            text-align: center;
            padding-top: 2rem;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            animation: fadeInUp 0.6s ease-out 1.2s both;
        }

        .remote-intro-conclusion {
            font-size: 1rem;
            color: var(--text-main);
            font-style: italic;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
        }

        @media (max-width: 768px) {
            .remote-features-grid {
                grid-template-columns: 1fr;
                gap: 1rem;
            }

            .remote-intro-title {
                font-size: 1.5rem;
            }

            .remote-intro-icon {
                width: 60px;
                height: 60px;
            }

            .remote-intro-icon i {
                font-size: 1.5rem;
            }
        }



/* --- Catalog cards (Rooftop / Hammam) --- */
.catalog-grid { gap: 14px; }
.catalog-card {
    display: flex; flex-direction: column; overflow: hidden;
    padding: 0 !important; border-radius: 14px;
}
.catalog-card-media {
    aspect-ratio: 4/3; background: #141416; overflow: hidden;
    position: relative;
}
.catalog-card-media img {
    width: 100%; height: 100%; object-fit: cover; display: block;
}
.catalog-card-media img.is-placeholder { object-fit: contain; padding: 18px; opacity: 0.55; }
.catalog-card-body { padding: 12px 14px 12px; }
.catalog-card-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 8px;
}
.catalog-card--tap-desc {
    cursor: pointer;
}
.catalog-card--tap-desc .catalog-card-desc {
    display: none;
    margin: 8px 0 0;
}
.catalog-card--tap-desc.is-revealed .catalog-card-desc {
    display: block;
}
.catalog-card--tap-desc .guide-place-name::after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-left: 8px;
    margin-bottom: 2px;
    border-radius: 50%;
    background: rgba(191, 155, 88, 0.55);
    vertical-align: middle;
}
.catalog-order-btn {
    margin-top: 12px; width: 100%; padding: 10px 14px;
    border: 1px solid rgba(191, 155, 88, 0.45); border-radius: 999px;
    background: rgba(191, 155, 88, 0.12); color: var(--gold-light);
    font-size: 0.78rem; font-weight: 600; cursor: pointer;
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    transition: background 0.2s, border-color 0.2s;
}
.catalog-order-btn:hover { background: rgba(191, 155, 88, 0.22); border-color: var(--gold); }


/* --- WEATHER COMPACT --- */
.weather-bento {
    display: block;
    width: 100%;
    margin: 8px 0 14px;
    padding: 0;
    border: 1px solid color-mix(in srgb, var(--room-accent, var(--gold)) 14%, rgba(255,255,255,0.08));
    border-radius: 16px;
    background: linear-gradient(155deg, rgba(37, 37, 40, 0.85) 0%, rgba(21, 21, 23, 0.92) 100%);
    box-shadow: 0 8px 24px -8px rgba(0, 0, 0, 0.45);
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    color: inherit;
    transition: border-color 0.2s, transform 0.2s;
    -webkit-tap-highlight-color: transparent;
}
.weather-bento:hover {
    border-color: color-mix(in srgb, var(--gold) 40%, transparent);
    transform: translateY(-1px);
}
.weather-bento-compact {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    min-height: 48px;
}
.weather-bento-now {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}
.weather-bento-icon {
    font-size: 1.15rem;
    color: var(--saba-nude, var(--gold-light));
    line-height: 1;
    width: 22px;
    text-align: center;
}
.weather-bento-temp {
    font-family: 'Cinzel', serif;
    font-size: 1.35rem;
    font-weight: 600;
    line-height: 1;
    color: var(--text-main);
}
.weather-bento-now-label {
    font-size: 0.62rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--text-muted);
}
.weather-bento-sep {
    width: 1px;
    height: 28px;
    background: rgba(255,255,255,0.08);
    flex-shrink: 0;
}
.weather-bento-tomorrow {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
    min-width: 0;
}
.weather-bento-tomorrow-label {
    font-size: 0.58rem;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--gold);
    opacity: 0.85;
}
.weather-bento-tomorrow-detail {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.78rem;
    color: var(--text-main);
}
.weather-bento-tomorrow-day {
    color: var(--text-muted);
    font-size: 0.72rem;
    text-transform: capitalize;
    min-width: 2.5rem;
}
.weather-bento-tomorrow-detail i {
    font-size: 0.9rem;
    color: var(--saba-nude, var(--gold-light));
}
.weather-bento-tomorrow-temps {
    font-size: 0.75rem;
    color: var(--text-muted);
    white-space: nowrap;
}
.weather-bento-chevron {
    font-size: 0.65rem;
    color: var(--text-muted);
    opacity: 0.5;
    flex-shrink: 0;
    margin-left: auto;
}
.weather-bento.is-loading .weather-bento-temp,
.weather-bento.is-loading .weather-bento-tomorrow-detail {
    opacity: 0.45;
}
.weather-bento.is-loading .weather-bento-temp {
    animation: sabaPulse 1.4s ease-in-out infinite;
}
.weather-sheet.is-loading .weather-hero-temp,
.weather-sheet.is-loading .weather-hero-desc {
    animation: sabaPulse 1.4s ease-in-out infinite;
}

.saba-loader {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1.5px solid color-mix(in srgb, var(--gold) 18%, transparent);
    border-top-color: color-mix(in srgb, var(--gold) 88%, transparent);
    animation: imgLoaderSpin 0.95s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    vertical-align: middle;
}
.saba-loader--sm {
    width: 16px;
    height: 16px;
    border-width: 1.5px;
}
@keyframes sabaPulse {
    0%, 100% { opacity: 0.38; }
    50% { opacity: 0.82; }
}
@media (prefers-reduced-motion: reduce) {
    .saba-loader,
    .weather-bento.is-loading .weather-bento-temp,
    .weather-sheet.is-loading .weather-hero-temp {
        animation: none;
    }
}

/* --- COLLECTION CAROUSEL (accueil) --- */
.collection-slot {
    width: 100%;
    margin: 0 0 4px;
}
.collection-carousel {
    position: relative;
    margin: 0;
    padding: 12px 14px 14px;
    border: 1px solid color-mix(in srgb, var(--room-accent, var(--gold)) 10%, transparent);
    border-radius: 22px;
    outline: none;
    display: flex;
    flex-direction: column;
    width: 100%;
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.02), transparent 52%),
        color-mix(in srgb, var(--bg-card, #1c1814) 22%, transparent);
    box-shadow: none;
}
.collection-carousel:focus-visible {
    box-shadow: 0 0 0 2px color-mix(in srgb, var(--gold) 55%, transparent);
    border-radius: 22px;
}
.collection-kicker {
    margin: 0 0 8px 2px;
    font-family: 'Manrope', sans-serif;
    font-size: 0.62rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 600;
}
.collection-open-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    width: 28px;
    height: 28px;
    border: 1px solid color-mix(in srgb, var(--gold-light, #f0d9a8) 55%, transparent);
    border-radius: 50%;
    background: rgba(10, 9, 8, 0.62);
    color: #f4ebd8;
    display: grid;
    place-items: center;
    cursor: pointer;
    font-size: 0.68rem;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow:
        inset 0 1px 0 rgba(255, 248, 230, 0.14),
        0 4px 12px rgba(0, 0, 0, 0.35);
    transition: color 0.22s ease, border-color 0.22s ease, background 0.22s ease, transform 0.2s ease;
    opacity: 1;
}
.collection-open-btn:hover {
    color: #fff8ee;
    border-color: color-mix(in srgb, var(--gold-light, #f0d9a8) 78%, transparent);
    background: rgba(16, 14, 12, 0.78);
    transform: scale(1.04);
}
html[data-saba-theme="bright"] .collection-open-btn {
    background: rgba(255, 252, 246, 0.88);
    color: #3a2e22;
    border-color: color-mix(in srgb, var(--gold) 42%, rgba(60, 44, 28, 0.2));
    box-shadow: 0 3px 10px rgba(60, 40, 16, 0.12);
}
html[data-saba-theme="bright"] .collection-open-btn:hover {
    background: #fff;
    color: #1c1510;
}
.collection-carousel.is-expanded .collection-open-btn {
    display: none;
}
.collection-intro {
    display: none;
    margin: 0 auto 8px;
    max-width: 28rem;
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.12rem;
    font-style: italic;
    line-height: 1.45;
    color: color-mix(in srgb, var(--text-main) 82%, transparent);
}
.collection-close {
    display: none;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 0;
    background: none;
    color: var(--text-muted, #b8a894);
    font-size: 0.92rem;
    place-items: center;
    transition: color 0.2s;
    cursor: pointer;
}
.collection-close:hover {
    background: none;
    color: var(--gold-light, #f0d9a8);
}
.collection-frame {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #11100e;
    border: 1px solid color-mix(in srgb, var(--room-accent, var(--gold)) 16%, rgba(255,255,255,0.08));
    box-shadow: 0 12px 28px -16px rgba(0, 0, 0, 0.5);
    /* pan-y only: leave horizontal to JS (pan-x stole the carousel swipe) */
    touch-action: pan-y;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}
.collection-carousel:not(.is-expanded) .collection-frame {
    aspect-ratio: 1 / 1;
    max-height: min(72vw, 420px);
    opacity: 0.6;
}
.collection-frame > .saba-loader {
    display: none;
    pointer-events: none;
}
.collection-frame.is-loading > .saba-loader {
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
    z-index: 1;
    width: 22px;
    height: 22px;
}
.collection-track {
    position: absolute;
    inset: 0;
    overflow: hidden;
    transition: none;
}
.collection-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: none;
    transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
    will-change: opacity;
}
.collection-slide.is-active {
    opacity: 1;
    z-index: 1;
}
.collection-track.is-autoplay .collection-slide {
    transition: opacity 1.8s cubic-bezier(0.37, 0, 0.63, 1);
}
.collection-track.is-dragging-x .collection-slide {
    transition: none;
}
.collection-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    user-select: none;
    -webkit-user-drag: none;
    transform: scale(1);
    transition: transform 12s linear;
}
.collection-slide.is-active img {
    transform: scale(1.045);
}
.collection-track.is-dragging-x,
.collection-track.is-dragging-x .collection-slide.is-active img {
    transition: none;
}
@media (prefers-reduced-motion: reduce) {
    .collection-slide,
    .collection-track.is-autoplay .collection-slide {
        transition: opacity 0.2s linear;
    }
    .collection-slide.is-active img,
    .collection-slide img {
        transform: none;
        transition: none;
    }
    .collection-track {
        transition: none;
    }
}
.collection-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: rgba(12, 11, 10, 0.38);
    color: #fff8ee;
    display: grid;
    place-items: center;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.2s ease, background 0.2s ease;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.collection-nav--prev { left: 10px; }
.collection-nav--next { right: 10px; }
.collection-frame:hover .collection-nav,
.collection-nav:focus-visible {
    opacity: 0.92;
}
.collection-nav:hover {
    background: rgba(12, 11, 10, 0.58);
}
@media (hover: none) {
    .collection-nav { display: none; }
}
.collection-carousel:not(.is-expanded) .collection-nav {
    display: none;
}
.collection-carousel.is-expanded {
    position: fixed;
    inset: auto 0 0 0;
    z-index: 24000;
    width: auto;
    max-width: none;
    margin: 0;
    max-height: 96dvh;
    padding: 24px 16px calc(84px + env(safe-area-inset-bottom, 0px));
    background: var(--saba-sheet-bg, rgba(16, 14, 12, 0.96));
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 12px;
    transform-origin: bottom center;
    border-radius: 22px 22px 0 0;
    border: 0;
    border-top: 1px solid color-mix(in srgb, var(--gold) 18%, rgba(255, 255, 255, 0.08));
    box-shadow: 0 -12px 40px rgba(0,0,0,0.4);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    touch-action: pan-y;
}
.collection-carousel.is-expanded::before {
    display: none;
}
.collection-carousel.is-expanded > * {
    position: relative;
    z-index: 1;
}
.collection-carousel.is-expanded .collection-close {
    display: grid;
    position: absolute;
    top: 14px;
    right: 16px;
    align-self: flex-end;
    margin: 0;
    z-index: 5;
}
.collection-carousel.is-expanded::after {
    content: '';
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 4px;
    border-radius: 99px;
    background: var(--saba-line, rgba(212, 174, 106, 0.28));
    z-index: 5;
}
.collection-carousel.is-expanded .collection-intro {
    display: block;
    animation: collectionIntroIn 0.5s ease 0.08s both;
}
@keyframes collectionIntroIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: none; }
}
.collection-carousel.is-expanded .collection-kicker {
    text-align: left;
    margin: 0 0 4px;
    font-family: 'Cinzel', serif;
    font-size: 1rem;
    letter-spacing: 0.06em;
    text-transform: none;
    color: var(--gold, #d4ae6a);
    max-width: none;
    width: 100%;
    align-self: flex-start;
    padding-right: 48px;
}
.collection-carousel.is-expanded .collection-intro,
.collection-carousel.is-expanded .collection-frame,
.collection-carousel.is-expanded .collection-caption,
.collection-carousel.is-expanded .collection-acquire {
    max-width: 440px;
    width: 100%;
    align-self: center;
}
.collection-carousel.is-expanded .collection-frame {
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 1 / 1;
    max-height: none;
    min-height: min(52vh, 520px);
    margin: 0 auto;
    border-radius: 22px;
    cursor: default;
    opacity: 1;
    box-shadow: 0 18px 40px -18px rgba(0, 0, 0, 0.55);
}
.collection-carousel.is-expanded .collection-track {
    position: relative;
    inset: auto;
}
.collection-carousel.is-expanded .collection-slide {
    position: absolute;
    inset: 0;
}
.collection-carousel.is-expanded .collection-slide.is-active {
    position: relative;
    inset: auto;
}
.collection-carousel.is-expanded .collection-slide img {
    width: 100%;
    height: 100%;
    max-height: min(86vh, 980px);
    object-fit: cover;
    object-position: center;
    background: #0c0b0a;
}
.collection-carousel.is-expanded .collection-caption {
    display: grid;
    width: 100%;
    margin: 0 auto;
    padding-top: 8px;
}
.collection-acquire {
    display: none;
    margin: 4px 0 0;
    padding: 12px 4px 2px;
    border-top: 1px solid color-mix(in srgb, var(--gold) 18%, transparent);
}
.collection-carousel.is-expanded .collection-acquire {
    display: block;
}
.collection-acquire-copy {
    margin: 0 0 12px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.02rem;
    font-style: italic;
    line-height: 1.45;
    color: var(--text-muted);
}
.collection-acquire-btn {
    width: auto;
    cursor: pointer;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none !important;
    color: var(--gold-light, #f0d9a8) !important;
    box-shadow: none !important;
    font-size: 0.84rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.01em !important;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.collection-acquire-btn::before {
    content: '\2b';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 0.7rem;
    opacity: 0.9;
}
.collection-acquire-btn.is-on {
    opacity: 0.82;
}
body.collection-open {
    overflow: hidden;
}
.collection-carousel.is-expanded.is-dragging {
    transition: none !important;
}

/* --- Drawer stills (illustration bandeau) --- */
.drawer-still {
    position: relative;
    margin: 0 0 14px;
    height: 148px;
    border-radius: 16px;
    overflow: hidden;
    isolation: isolate;
    flex-shrink: 0;
    opacity: 0;
    transform: translateY(8px) scale(0.985);
    transition:
        opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.95s cubic-bezier(0.22, 1, 0.36, 1);
}
.drawer-still.is-ready {
    opacity: 1;
    transform: none;
}
.drawer-still--sheet {
    margin: 4px 16px 14px;
    height: 132px;
}
.drawer-still img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    opacity: 0.88;
    filter: saturate(0.94) contrast(1.04) brightness(0.98);
    transform: scale(1.05);
    transition: transform 8s linear, opacity 0.85s ease;
}
.drawer-still.is-ready img {
    transform: scale(1.02);
}
.drawer-still::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(12, 10, 8, 0.06) 0%, rgba(12, 10, 8, 0.2) 55%, rgba(12, 10, 8, 0.4) 100%),
        linear-gradient(90deg, color-mix(in srgb, var(--gold) 8%, transparent), transparent 42%);
    opacity: 0.72;
}
@media (prefers-reduced-motion: reduce) {
    .drawer-still,
    .drawer-still img {
        transition: opacity 0.2s linear;
        transform: none;
    }
    .drawer-still.is-ready img {
        transform: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    .collection-carousel.is-expanded {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
}
.collection-carousel:not(.is-expanded) .collection-caption {
    display: grid;
    padding-top: 10px;
}
.collection-carousel:not(.is-expanded) .collection-caption-copy,
.collection-carousel:not(.is-expanded) .collection-info,
.collection-carousel:not(.is-expanded) .collection-tip-wrap {
    display: none;
}
.collection-carousel:not(.is-expanded) .collection-dots {
    padding-top: 4px;
    padding-bottom: 0;
}
.collection-caption {
    display: none;
    grid-template-columns: 1fr auto;
    column-gap: 12px;
    align-items: start;
    padding: 14px 4px 2px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.collection-caption-copy {
    min-width: 0;
}
.collection-artist {
    margin: 0;
    font-family: 'Cinzel', serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.055em;
    line-height: 1.35;
    color: var(--text-main);
}
.collection-work {
    margin: 4px 0 0;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.12rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1.3;
    color: var(--gold-light);
}
.collection-info {
    width: 32px;
    height: 32px;
    margin-top: 2px;
    border-radius: 50%;
    border: 1px solid color-mix(in srgb, var(--gold-light, #f0d9a8) 50%, transparent);
    background: color-mix(in srgb, var(--gold) 14%, rgba(12, 11, 10, 0.55));
    color: var(--gold-light, #f0d9a8);
    display: grid;
    place-items: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}
.collection-info i {
    font-size: 0.7rem;
}
.collection-info:hover,
.collection-carousel.is-tip-open .collection-info {
    background: color-mix(in srgb, var(--gold) 28%, rgba(12, 11, 10, 0.65));
    color: #fff8ee;
    border-color: color-mix(in srgb, var(--gold-light) 70%, transparent);
}
html[data-saba-theme="bright"] .collection-info {
    background: rgba(255, 252, 246, 0.92);
    color: #3a2e22;
    border-color: color-mix(in srgb, var(--gold) 40%, rgba(60, 44, 28, 0.18));
}
html[data-saba-theme="bright"] .collection-info:hover,
html[data-saba-theme="bright"] .collection-carousel.is-tip-open .collection-info {
    background: #fff;
    color: #1c1510;
}
.collection-info:active {
    transform: scale(0.96);
}
.collection-tip-wrap {
    grid-column: 1 / -1;
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    overflow: hidden;
    margin-top: 0;
    transition: grid-template-rows 0.38s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.28s ease, margin-top 0.38s ease;
}
.collection-carousel.is-tip-open .collection-tip-wrap {
    grid-template-rows: 1fr;
    opacity: 1;
    margin-top: 10px;
}
.collection-more {
    overflow: hidden;
    min-height: 0;
    margin: 0;
    padding: 10px 12px 11px;
    border-left: 2px solid var(--gold);
    background: color-mix(in srgb, var(--bg-card) 72%, transparent);
    font-size: 0.84rem;
    line-height: 1.55;
    color: var(--text-muted);
}
.collection-dots {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    gap: 7px;
    padding: 14px 0 2px;
    cursor: default;
}
.collection-dot {
    width: 6px;
    height: 6px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: color-mix(in srgb, var(--gold) 28%, transparent);
    cursor: pointer;
    transition: transform 0.25s ease, background 0.25s ease, width 0.25s ease;
}
.collection-dot.is-active {
    width: 18px;
    border-radius: 99px;
    background: var(--gold);
}
@media (prefers-reduced-motion: reduce) {
    .collection-slide {
        transition: none;
    }
    .collection-tip-wrap {
        transition: none;
    }
}

/* --- WEATHER MODAL --- */
.weather-sheet {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.weather-hero {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas:
        "icon temp"
        "icon desc"
        "icon feels";
    column-gap: 16px;
    row-gap: 2px;
    align-items: center;
    padding: 4px 4px 2px;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}
.weather-today-bento {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px 14px 14px;
    border-radius: 22px;
    background:
        linear-gradient(155deg, rgba(191, 155, 88, 0.14) 0%, rgba(20, 16, 12, 0.5) 48%, rgba(12, 11, 10, 0.38) 100%);
    border: 1px solid color-mix(in srgb, var(--gold) 22%, transparent);
    box-shadow: 0 16px 36px -18px rgba(0, 0, 0, 0.5);
}
.weather-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.weather-stat {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 12px 12px 11px;
    border-radius: 16px;
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.05), transparent 55%),
        rgba(12, 10, 8, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.08);
    min-height: 86px;
}
.weather-stat-mark {
    position: absolute !important;
    right: -6px;
    bottom: -10px;
    font-size: 3.4rem !important;
    opacity: 0.09;
    color: var(--saba-nude, var(--gold-light)) !important;
    pointer-events: none;
    z-index: 0;
    transform: rotate(-8deg);
    margin: 0 !important;
}
.weather-stat > *:not(.weather-stat-mark) {
    position: relative;
    z-index: 1;
}

/* Filigrane icône — tuiles Riad / Tanger / home */
.riad-tile,
.service-btn,
.weather-bento {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}
.tile-bg-mark {
    position: absolute;
    right: -10px;
    bottom: -16px;
    z-index: 0;
    pointer-events: none;
    line-height: 1;
    transform: rotate(-14deg);
    opacity: 0.1;
    color: var(--saba-nude, var(--gold-light));
}
.tile-bg-mark i {
    font-size: clamp(3.4rem, 18vw, 5.2rem) !important;
    color: inherit !important;
    margin: 0 !important;
    line-height: 1;
}
.riad-tile--hero .tile-bg-mark {
    opacity: 0.12;
    right: -6px;
    bottom: -12px;
}
.riad-tile--hero .tile-bg-mark i {
    font-size: clamp(4.2rem, 22vw, 6.4rem) !important;
}
.riad-tile > *:not(.tile-bg-mark),
.service-btn > *:not(.tile-bg-mark),
.weather-bento > *:not(.tile-bg-mark) {
    position: relative;
    z-index: 1;
}
html[data-saba-theme="bright"] .tile-bg-mark {
    opacity: 0.14;
    color: var(--saba-nude);
}
.weather-stat i:not(.weather-stat-mark) {
    color: var(--saba-nude, var(--gold-light));
    font-size: 0.85rem;
    margin-bottom: 4px;
}
.weather-hero-icon {
    grid-area: icon;
    font-size: 2.6rem;
    color: var(--saba-nude, var(--gold));
    width: 52px;
    text-align: center;
}
.weather-hero-temp {
    grid-area: temp;
    font-family: 'Cinzel', serif;
    font-size: 2.7rem;
    font-weight: 600;
    line-height: 1;
    color: var(--gold-light);
}
.weather-hero-desc {
    grid-area: desc;
    font-size: 0.88rem;
    color: var(--text-muted);
}
.weather-hero-feels {
    grid-area: feels;
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--gold);
}
.weather-stat-label {
    font-size: 0.62rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-muted);
}
.weather-stat-value {
    font-family: 'Cinzel', serif;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--text-main);
}
.weather-stat-sub {
    font-style: normal;
    font-size: 0.7rem;
    color: var(--text-muted);
}
.weather-sun {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 11px 14px;
    border-radius: 14px;
    background: rgba(191, 155, 88, 0.08);
    border: 1px solid rgba(191, 155, 88, 0.18);
    font-size: 0.78rem;
    color: var(--text-muted);
}
.weather-sun i {
    color: var(--gold);
    margin-right: 6px;
}
.weather-forecast {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.weather-day-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 16px;
    padding: 12px 10px 11px;
    text-align: center;
}
.weather-day-card.is-today {
    border-color: color-mix(in srgb, var(--gold) 40%, transparent);
    background: rgba(191, 155, 88, 0.1);
}
.weather-day-name {
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-muted);
    margin-bottom: 8px;
}
.weather-day-icon { font-size: 1.35rem; color: var(--saba-nude, var(--gold-light)); margin-bottom: 8px; }
.weather-day-temps { display: flex; justify-content: center; gap: 10px; font-size: 0.85rem; }
.weather-temp-max { color: var(--text-main); font-weight: 600; }
.weather-temp-min { color: var(--text-muted); }
.weather-day-rain {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 6px;
    font-size: 0.68rem;
    color: var(--text-muted);
}
.weather-day-rain i { font-size: 0.62rem; color: var(--saba-nude, var(--gold)); }

/* --- ROOM HISTORY (dynamic) --- */
.history-paragraph {
    margin: 0 0 1rem;
    line-height: 1.7;
    font-size: 0.92rem;
    color: var(--text-main);
}
.history-paragraph:first-child {
    font-size: 0.95rem;
}
.history-section-title {
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
}
.history-quote {
    margin: 1.25rem 0;
    padding: 14px 18px;
    border-left: 3px solid var(--gold);
    background: rgba(255,255,255,0.03);
    border-radius: 0 10px 10px 0;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 1.05rem;
    color: var(--gold-light);
}

/* --- PRACTICAL INFO --- */
.practical-essentials {
    display: block;
    width: 100%;
    margin: 0;
    padding: 12px 14px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    background: linear-gradient(155deg, rgba(30, 30, 33, 0.9) 0%, rgba(18, 18, 20, 0.95) 100%);
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    color: inherit;
    transition: border-color 0.2s, transform 0.2s;
}
.practical-essentials:hover {
    border-color: color-mix(in srgb, var(--gold) 35%, transparent);
    transform: translateY(-1px);
}
.essentials-head {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    font-family: 'Cinzel', serif;
    font-size: 0.65rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gold);
}
.essentials-head i:first-child { font-size: 0.85rem; }
.essentials-chevron { margin-left: auto; font-size: 0.6rem; opacity: 0.45; }
.essentials-chips {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}
.essential-chip {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 12px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.05);
    min-width: 0;
}
.essential-chip i { font-size: 0.9rem; color: var(--gold-light); flex-shrink: 0; }
.essential-chip small {
    display: block;
    font-size: 0.55rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text-muted);
    line-height: 1.2;
}
.essential-chip strong { font-size: 0.78rem; color: var(--text-main); font-weight: 600; }
.essential-chip--warn {
    border-color: rgba(200, 80, 60, 0.25);
    background: rgba(120, 40, 30, 0.12);
}
.essential-chip--warn i { color: #e07a6a; }

.info-root { display: flex; flex-direction: column; gap: 14px; }
.info-block {
    background: rgba(255,255,255,0.025);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 16px;
    padding: 14px 16px;
}
.info-block--alert {
    border-color: rgba(200, 80, 60, 0.3);
    background: rgba(80, 30, 25, 0.2);
}
.info-block--tip {
    border-color: rgba(191, 155, 88, 0.25);
    background: rgba(191, 155, 88, 0.06);
}
.info-block-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.info-block-head i { color: var(--gold); font-size: 0.95rem; width: 18px; text-align: center; }
.info-block-head h3 {
    margin: 0;
    font-family: 'Cinzel', serif;
    font-size: 0.78rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--gold-light);
    font-weight: 600;
}
.info-block-note, .info-alert-body, .info-tip-body {
    margin: 0 0 10px;
    font-size: 0.82rem;
    line-height: 1.55;
    color: var(--text-muted);
}
.info-alert-body { color: var(--text-main); }
.info-items { display: flex; flex-direction: column; gap: 8px; }
.info-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.82rem;
    line-height: 1.45;
}
.info-item-icon { color: var(--gold); width: 16px; margin-top: 2px; flex-shrink: 0; font-size: 0.8rem; }
.info-item-label { color: var(--text-muted); }
.info-item-value { color: var(--text-main); }
.info-item-sep { color: var(--text-muted); opacity: 0.5; }

.info-ext-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}
.info-ext-cell {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.05);
    position: relative;
}
.info-ext-cell.is-current {
    border-color: color-mix(in srgb, var(--gold) 45%, transparent);
    background: rgba(191, 155, 88, 0.1);
}
.info-ext-num {
    font-family: 'Cinzel', serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--gold-light);
    line-height: 1;
}
.info-ext-name { font-size: 0.68rem; color: var(--text-muted); line-height: 1.3; }
.info-ext-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 0.55rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--gold);
    background: rgba(191, 155, 88, 0.15);
    padding: 2px 6px;
    border-radius: 8px;
}

.info-price-table { display: flex; flex-direction: column; gap: 6px; }
.info-price-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    font-size: 0.8rem;
}
.info-price-row:last-child { border-bottom: none; }
.info-price-val {
    font-weight: 600;
    color: var(--gold-light);
    white-space: nowrap;
}

.info-schedule { display: flex; flex-direction: column; gap: 10px; }
.info-schedule-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(0,0,0,0.15);
    border: 1px solid rgba(255,255,255,0.04);
}
.info-schedule-row.is-highlight {
    border-color: color-mix(in srgb, var(--gold) 30%, transparent);
    background: rgba(191, 155, 88, 0.08);
}
.info-schedule-left {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}
.info-schedule-left i { color: var(--gold); width: 16px; text-align: center; }
.info-schedule-meal { font-size: 0.82rem; font-weight: 600; color: var(--text-main); }
.info-schedule-right { text-align: right; min-width: 0; }
.info-schedule-time { display: block; font-size: 0.8rem; color: var(--gold-light); font-weight: 600; }
.info-schedule-note { display: block; font-size: 0.68rem; color: var(--text-muted); margin-top: 2px; line-height: 1.35; }

.info-tours { display: flex; flex-direction: column; gap: 8px; }
.info-tour-row {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(0,0,0,0.15);
    border: 1px solid rgba(255,255,255,0.04);
}
.info-tour-num {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(191, 155, 88, 0.15);
    color: var(--gold);
    font-size: 0.72rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.info-tour-body { flex: 1; min-width: 0; }
.info-tour-name { display: block; font-size: 0.8rem; color: var(--text-main); line-height: 1.4; margin-bottom: 4px; }
.info-tour-price { font-size: 0.85rem; font-weight: 600; color: var(--gold-light); }

.reception-notice--spa {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    border-color: rgba(191, 155, 88, 0.28);
    background: rgba(12, 12, 14, 0.72);
    min-height: 280px;
    padding: 36px 20px;
    transition: min-height 0.55s cubic-bezier(0.22, 1, 0.36, 1),
                padding 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
#modal-hammam:has(#hammam-catalog .guide-category-content.active) .reception-notice--spa {
    min-height: 120px;
    padding: 22px 18px;
}
.reception-notice--gallery {
    min-height: 160px;
    padding: 28px 18px;
}
.spa-notice-slides--3 img {
    animation-duration: 18s;
}
.spa-notice-slides--3 img:nth-child(1) { animation-delay: 0s; }
.spa-notice-slides--3 img:nth-child(2) { animation-delay: 6s; }
.spa-notice-slides--3 img:nth-child(3) { animation-delay: 12s; }
.spa-notice-slides--3 img:nth-child(4) { animation-delay: 0s; }
.spa-notice-carousel {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}
.spa-notice-slides {
    position: absolute;
    inset: 0;
}
.spa-notice-slides img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.06);
    animation: spaNoticeCrossfade 22s ease-in-out infinite;
    filter: saturate(1.08) contrast(1.05);
}
.spa-notice-slides img:nth-child(1) { animation-delay: 0s; }
.spa-notice-slides img:nth-child(2) { animation-delay: 5.5s; }
.spa-notice-slides img:nth-child(3) { animation-delay: 11s; }
.spa-notice-slides img:nth-child(4) { animation-delay: 16.5s; }
.spa-notice-veil {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(10, 10, 12, 0.32) 0%, rgba(10, 10, 12, 0.48) 42%, rgba(10, 10, 12, 0.62) 100%),
        linear-gradient(90deg, rgba(191, 155, 88, 0.08), transparent 40%, rgba(191, 155, 88, 0.06));
}
.spa-notice-content {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.55);
    transition: font-size 0.45s ease;
}
#modal-hammam:not(:has(#hammam-catalog .guide-category-content.active)) .spa-notice-content {
    font-size: 0.95rem;
    letter-spacing: 0.2px;
}
@keyframes spaNoticeCrossfade {
    0% { opacity: 0; transform: scale(1.06); }
    6% { opacity: 0.55; transform: scale(1.03); }
    20% { opacity: 0.55; transform: scale(1); }
    28% { opacity: 0; transform: scale(1); }
    100% { opacity: 0; transform: scale(1.06); }
}
@media (prefers-reduced-motion: reduce) {
    .reception-notice--spa {
        transition: none;
    }
    .spa-notice-slides img {
        animation: none;
        opacity: 0;
        transform: none;
    }
    .spa-notice-slides img:first-child { opacity: 0.45; }
}

.catalog-price {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--gold-light);
    margin: 4px 0 6px;
    letter-spacing: 0.3px;
}

/* --- Image soft loader (catalog + history) --- */
.img-frame {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #141416;
}
.img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0;
    transform: scale(1.02);
    transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.img-frame:not(.is-loading) img {
    opacity: 1;
    transform: scale(1);
}
.img-frame.is-placeholder-frame img,
.img-frame img.is-placeholder {
    object-fit: contain;
    padding: 18px;
    opacity: 0.55;
    transform: none;
}
.img-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 28px;
    margin: -14px 0 0 -14px;
    border-radius: 50%;
    border: 1.5px solid rgba(191, 155, 88, 0.18);
    border-top-color: rgba(191, 155, 88, 0.85);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}
.img-frame.is-loading .img-loader {
    opacity: 1;
    animation: imgLoaderSpin 0.9s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}
@keyframes imgLoaderSpin {
    to { transform: rotate(360deg); }
}
@media (prefers-reduced-motion: reduce) {
    .img-frame img { transition: opacity 0.2s ease; transform: none; }
    .img-frame.is-loading .img-loader { animation-duration: 1.4s; }
}

/* --- PRACTICAL INFO --- */
.practical-essentials {
    display: block;
    width: 100%;
    margin: 0;
    padding: 12px 14px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    background: linear-gradient(155deg, rgba(30, 30, 33, 0.9) 0%, rgba(18, 18, 20, 0.95) 100%);
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    color: inherit;
    transition: border-color 0.2s, transform 0.2s;
}
.practical-essentials:hover {
    border-color: color-mix(in srgb, var(--gold) 35%, transparent);
    transform: translateY(-1px);
}
.essentials-head {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    font-family: 'Cinzel', serif;
    font-size: 0.65rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gold);
}
.essentials-head i:first-child { font-size: 0.85rem; }
.essentials-chevron { margin-left: auto; font-size: 0.6rem; opacity: 0.45; }
.essentials-chips {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}
.essential-chip {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 12px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.05);
    min-width: 0;
}
.essential-chip i { font-size: 0.9rem; color: var(--gold-light); flex-shrink: 0; }
.essential-chip small {
    display: block;
    font-size: 0.55rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text-muted);
    line-height: 1.2;
}
.essential-chip strong { font-size: 0.78rem; color: var(--text-main); font-weight: 600; }
.essential-chip--warn {
    border-color: rgba(200, 80, 60, 0.25);
    background: rgba(120, 40, 30, 0.12);
}
.essential-chip--warn i { color: #e07a6a; }

.info-root { display: flex; flex-direction: column; gap: 14px; }
.info-block {
    background: rgba(255,255,255,0.025);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 16px;
    padding: 14px 16px;
}
.info-block--alert {
    border-color: rgba(200, 80, 60, 0.3);
    background: rgba(80, 30, 25, 0.2);
}
.info-block--tip {
    border-color: rgba(191, 155, 88, 0.25);
    background: rgba(191, 155, 88, 0.06);
}
.info-block-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.info-block-head i { color: var(--gold); font-size: 0.95rem; width: 18px; text-align: center; }
.info-block-head h3 {
    margin: 0;
    font-family: 'Cinzel', serif;
    font-size: 0.78rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--gold-light);
    font-weight: 600;
}
.info-block-note, .info-alert-body, .info-tip-body {
    margin: 0 0 10px;
    font-size: 0.82rem;
    line-height: 1.55;
    color: var(--text-muted);
}
.info-alert-body { color: var(--text-main); }
.info-items { display: flex; flex-direction: column; gap: 8px; }
.info-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.82rem;
    line-height: 1.45;
}
.info-item-icon { color: var(--gold); width: 16px; margin-top: 2px; flex-shrink: 0; font-size: 0.8rem; }
.info-item-label { color: var(--text-muted); }
.info-item-value { color: var(--text-main); }
.info-item-sep { color: var(--text-muted); opacity: 0.5; }

.info-ext-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}
.info-ext-cell {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.05);
    position: relative;
}
.info-ext-cell.is-current {
    border-color: color-mix(in srgb, var(--gold) 45%, transparent);
    background: rgba(191, 155, 88, 0.1);
}
.info-ext-num {
    font-family: 'Cinzel', serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--gold-light);
    line-height: 1;
}
.info-ext-name { font-size: 0.68rem; color: var(--text-muted); line-height: 1.3; }
.info-ext-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 0.55rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--gold);
    background: rgba(191, 155, 88, 0.15);
    padding: 2px 6px;
    border-radius: 8px;
}

.info-price-table { display: flex; flex-direction: column; gap: 6px; }
.info-price-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    font-size: 0.8rem;
}
.info-price-row:last-child { border-bottom: none; }
.info-price-val {
    font-weight: 600;
    color: var(--gold-light);
    white-space: nowrap;
}

.info-schedule { display: flex; flex-direction: column; gap: 10px; }
.info-schedule-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(0,0,0,0.15);
    border: 1px solid rgba(255,255,255,0.04);
}
.info-schedule-row.is-highlight {
    border-color: color-mix(in srgb, var(--gold) 30%, transparent);
    background: rgba(191, 155, 88, 0.08);
}
.info-schedule-left {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}
.info-schedule-left i { color: var(--gold); width: 16px; text-align: center; }
.info-schedule-meal { font-size: 0.82rem; font-weight: 600; color: var(--text-main); }
.info-schedule-right { text-align: right; min-width: 0; }
.info-schedule-time { display: block; font-size: 0.8rem; color: var(--gold-light); font-weight: 600; }
.info-schedule-note { display: block; font-size: 0.68rem; color: var(--text-muted); margin-top: 2px; line-height: 1.35; }

.info-tours { display: flex; flex-direction: column; gap: 8px; }
.info-tour-row {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(0,0,0,0.15);
    border: 1px solid rgba(255,255,255,0.04);
}
.info-tour-num {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(191, 155, 88, 0.15);
    color: var(--gold);
    font-size: 0.72rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.info-tour-body { flex: 1; min-width: 0; }
.info-tour-name { display: block; font-size: 0.8rem; color: var(--text-main); line-height: 1.4; margin-bottom: 4px; }
.info-tour-price { font-size: 0.85rem; font-weight: 600; color: var(--gold-light); }

/* --- HUB SECTIONS (Riad / Ville) --- */
.hub-section {
    margin: 4px 0 0;
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 18px;
    background: linear-gradient(160deg, rgba(28,28,30,0.85) 0%, rgba(16,16,18,0.95) 100%);
    overflow: hidden;
}
.hub-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 16px;
    border: none;
    background: transparent;
    color: inherit;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    transition: background 0.2s;
}
.hub-section-header:hover { background: rgba(255,255,255,0.02); }
.hub-section-heading { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.hub-section-eyebrow {
    font-size: 0.55rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gold);
    font-family: 'Cinzel', serif;
}
.hub-section-title {
    font-family: 'Cinzel', serif;
    font-size: 1.15rem;
    font-weight: 500;
    color: var(--text-main);
    line-height: 1.2;
}
.hub-section-chevron {
    font-size: 0.7rem;
    color: var(--gold);
    opacity: 0.5;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
    flex-shrink: 0;
    margin-left: 12px;
}
.hub-section-header.active .hub-section-chevron { transform: rotate(180deg); opacity: 0.85; }
.hub-section-body {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.hub-section-body.active {
    grid-template-rows: 1fr;
}
.hub-section-inner {
    overflow: hidden;
    min-height: 0;
    padding: 0 12px 12px;
    opacity: 0;
    transform: translateY(-6px);
    transition:
        opacity 0.28s ease,
        transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.hub-section-body.active .hub-section-inner {
    opacity: 1;
    transform: translateY(0);
    transition:
        opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1) 0.06s,
        transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.hub-section--riad { border-color: rgba(191, 155, 88, 0.15); }
.hub-section--city { border-color: rgba(255,255,255,0.05); }

@media (prefers-reduced-motion: reduce) {
    .hub-section-body,
    .hub-section-inner,
    .hub-section-chevron {
        transition: none !important;
    }
}
.services-grid--compact { gap: 8px; }
.service-btn--compact { padding: 14px 12px; min-height: auto; }
.service-btn--compact i { font-size: 1.15rem; }
.service-btn--compact .service-label { font-size: 0.98rem; }
.service-btn--compact .service-sub { font-size: 0.7rem; }
.service-btn-wide .service-label { font-size: 1.18rem; }
.remote-essentials {
    margin: 16px 0 20px;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid rgba(191, 155, 88, 0.2);
    background: rgba(191, 155, 88, 0.06);
    text-align: left;
}
.remote-essentials-head {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-family: 'Cinzel', serif;
    font-size: 0.65rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gold);
}
.remote-essentials-chips {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 12px;
}
.remote-essentials-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    border: none;
    background: none;
    color: var(--gold-light);
    font-size: 0.75rem;
    font-family: inherit;
    cursor: pointer;
}
.remote-essentials-link:hover { color: var(--gold); }
.remote-essentials-link i { font-size: 0.6rem; }
.info-root--inline { margin-bottom: 18px; }
.dining-house-fold {
    margin: 22px 0 8px;
    border: 1px solid rgba(191, 155, 88, 0.22);
    border-radius: 14px;
    background: rgba(191, 155, 88, 0.05);
}
.dining-house-fold > summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    font-family: 'Cinzel', serif;
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold);
}
.dining-house-fold > summary::-webkit-details-marker { display: none; }
.dining-house-fold > summary::after {
    content: '';
    width: 7px;
    height: 7px;
    flex-shrink: 0;
    border-right: 1.5px solid rgba(191, 155, 88, 0.7);
    border-bottom: 1.5px solid rgba(191, 155, 88, 0.7);
    transform: rotate(45deg);
    transition: transform 0.25s ease;
    margin-top: -4px;
}
.dining-house-fold[open] > summary::after {
    transform: rotate(225deg);
    margin-top: 2px;
}
.dining-house-fold-body { padding: 0 14px 14px; }
.dining-house-fold-lead {
    margin: 0 0 14px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.02rem;
    font-style: italic;
    line-height: 1.4;
    color: rgba(232, 226, 214, 0.72);
    text-align: center;
}
.dining-house-fold .info-root--inline { margin-bottom: 12px; }
.dining-house-fold .reception-notice { margin-top: 4px; }
.info-block-actions { margin-top: 12px; }
.info-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    padding: 8px 14px;
    border: 1px solid rgba(37, 211, 102, 0.35);
    border-radius: 999px;
    background: rgba(37, 211, 102, 0.1);
    color: #5ddea0;
    font-size: 0.72rem;
    font-family: inherit;
    cursor: pointer;
}
.info-cta-btn:hover { background: rgba(37, 211, 102, 0.18); }
.info-cta-btn--compact { margin-top: 6px; padding: 5px 10px; font-size: 0.65rem; }
.info-schedule-right { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; }
.catalog-order-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    padding: 8px 14px;
    border: 1px solid rgba(37, 211, 102, 0.35);
    border-radius: 999px;
    background: rgba(37, 211, 102, 0.1);
    color: #5ddea0;
    font-size: 0.72rem;
    font-family: inherit;
    cursor: pointer;
}
.catalog-order-btn:hover { background: rgba(37, 211, 102, 0.18); }

/* --- WhatsApp CTA (icon only, premium) --- */
.wa-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    margin: 0;
    flex-shrink: 0;
    border: 1px solid rgba(37, 211, 102, 0.32);
    border-radius: 50%;
    background: rgba(18, 18, 20, 0.6);
    color: #25D366;
    cursor: pointer;
    line-height: 1;
    transition: background 0.2s, border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.wa-cta i {
    font-size: 1.22rem;
    line-height: 1;
    display: block;
}
.wa-cta:hover {
    background: rgba(37, 211, 102, 0.12);
    border-color: rgba(37, 211, 102, 0.55);
    box-shadow: 0 0 14px rgba(37, 211, 102, 0.15);
    transform: scale(1.06);
}
.wa-cta:active { transform: scale(0.98); }
.wa-cta--sm {
    width: 36px;
    height: 36px;
}
.wa-cta--sm i { font-size: 1.05rem; }
.wa-cta--catalog {
    border-color: rgba(191, 155, 88, 0.35);
    background: rgba(191, 155, 88, 0.06);
}
.wa-cta--catalog:hover {
    background: rgba(191, 155, 88, 0.14);
    border-color: rgba(191, 155, 88, 0.55);
    box-shadow: 0 0 14px rgba(191, 155, 88, 0.12);
}

.info-item { align-items: center; }
.info-item-text { flex: 1; min-width: 0; }
.info-item .wa-cta { margin-left: auto; }

.info-schedule-row { align-items: center; }
.info-schedule-right {
    flex: 1;
    text-align: right;
    min-width: 0;
}
.info-tour-row { align-items: center; }
.info-tour-body {
    flex: 1;
    min-width: 0;
}

.info-block-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.info-cta-btn,
.catalog-order-btn { display: none !important; }

/* --- Riad quick actions --- */
.riad-quick-actions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 10px;
}
.quick-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 88px;
    padding: 10px 8px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.07);
    background: rgba(255,255,255,0.03);
    color: inherit;
    text-decoration: none;
    font-family: inherit;
    cursor: pointer;
    text-align: center;
    transition: border-color 0.2s, background 0.2s, transform 0.15s;
}
.quick-action:hover {
    border-color: color-mix(in srgb, var(--gold) 35%, transparent);
    background: rgba(255,255,255,0.05);
    transform: translateY(-1px);
}
.quick-action:active { transform: translateY(0); }
.quick-action-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}
.quick-action-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.quick-action-label {
    font-size: 0.68rem;
    font-weight: 600;
    color: var(--text-main);
    line-height: 1.25;
}
.quick-action-sub {
    font-size: 0.58rem;
    color: var(--text-muted);
    line-height: 1.2;
}
.quick-action--call {
    border-color: rgba(191, 155, 88, 0.28);
    background: rgba(191, 155, 88, 0.08);
}
.quick-action--call .quick-action-icon {
    background: rgba(191, 155, 88, 0.16);
    color: var(--gold-light);
}
.quick-action--call:hover {
    border-color: rgba(191, 155, 88, 0.45);
    background: rgba(191, 155, 88, 0.14);
}
.quick-action--wa .quick-action-icon {
    background: rgba(37, 211, 102, 0.1);
    color: #25D366;
    font-size: 1.1rem;
}
.quick-action--wa:hover {
    border-color: rgba(37, 211, 102, 0.3);
}
@media (max-width: 360px) {
    .quick-action-label { font-size: 0.62rem; }
    .quick-action-sub { font-size: 0.54rem; }
    .quick-action-icon { width: 32px; height: 32px; font-size: 0.9rem; }
}

/* --- Reception contact sheet --- */
.reception-sheet {
    position: fixed;
    inset: 0;
    z-index: 12000;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    pointer-events: none;
    visibility: hidden;
}
.reception-sheet.active {
    pointer-events: auto;
    visibility: visible;
}
.reception-sheet-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.52);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    opacity: 0;
    transition: opacity 0.35s ease;
}
.reception-sheet.active .reception-sheet-backdrop { opacity: 1; }
.reception-sheet-panel {
    position: relative;
    z-index: 1;
    width: min(420px, 100%);
    margin: 0;
    padding: 12px 18px 22px;
    border-radius: 22px 22px 0 0;
    background: linear-gradient(165deg, rgba(32, 30, 28, 0.97) 0%, rgba(16, 15, 14, 0.98) 100%);
    border: 1px solid rgba(191, 155, 88, 0.22);
    border-bottom: none;
    box-shadow: 0 -18px 48px rgba(0, 0, 0, 0.45);
    transform: translateY(110%);
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.reception-sheet.active .reception-sheet-panel { transform: translateY(0); }
.reception-sheet-handle {
    width: 36px;
    height: 4px;
    margin: 2px auto 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
}
.reception-sheet-header {
    text-align: center;
    margin-bottom: 16px;
}
.reception-sheet-icon {
    width: 44px;
    height: 44px;
    margin: 0 auto 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(191, 155, 88, 0.14);
    color: var(--gold);
    font-size: 1.1rem;
}
.reception-sheet-title {
    margin: 0;
    font-family: 'Cinzel', serif;
    font-size: 1.15rem;
    color: var(--gold-light);
    letter-spacing: 0.4px;
}
.reception-sheet-sub {
    margin: 6px 0 0;
    font-size: 0.78rem;
    color: var(--text-muted);
}
.reception-sheet-actions {
    display: grid;
    gap: 10px;
}
.reception-sheet-btn {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: inherit;
    text-decoration: none;
    font-family: inherit;
    cursor: pointer;
    text-align: left;
    transition: border-color 0.2s, background 0.2s, transform 0.2s;
}
.reception-sheet-btn:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.07);
}
.reception-sheet-btn-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.15rem;
}
.reception-sheet-btn-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}
.reception-sheet-btn-text strong {
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--text-main);
}
.reception-sheet-btn-text span {
    font-size: 0.74rem;
    color: var(--text-muted);
    letter-spacing: 0.3px;
}
.reception-sheet-btn--call {
    border-color: rgba(191, 155, 88, 0.28);
}
.reception-sheet-btn--call .reception-sheet-btn-icon {
    background: rgba(191, 155, 88, 0.16);
    color: var(--gold-light);
}
.reception-sheet-btn--call:hover {
    border-color: rgba(191, 155, 88, 0.5);
}
.reception-sheet-btn--wa {
    border-color: rgba(37, 211, 102, 0.22);
}
.reception-sheet-btn--wa .reception-sheet-btn-icon {
    background: rgba(37, 211, 102, 0.12);
    color: #25D366;
    font-size: 1.3rem;
}
.reception-sheet-btn--wa:hover {
    border-color: rgba(37, 211, 102, 0.45);
}
.reception-sheet-cancel {
    display: block;
    width: 100%;
    margin-top: 12px;
    padding: 12px;
    border: none;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
    color: var(--text-muted);
    font-family: inherit;
    font-size: 0.82rem;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}
.reception-sheet-cancel:hover {
    background: rgba(255, 255, 255, 0.08);
    color: var(--text-main);
}
@media (prefers-reduced-motion: reduce) {
    .reception-sheet-backdrop,
    .reception-sheet-panel { transition: none; }
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.quick-action--resupply .quick-action-icon {
    background: rgba(191, 155, 88, 0.14);
    color: var(--gold-light);
}
.quick-action--resupply:hover {
    border-color: rgba(191, 155, 88, 0.4);
    background: rgba(191, 155, 88, 0.08);
}

.resupply-inline-cta {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin: 0 0 16px;
    padding: 12px 14px;
    border: 1px solid rgba(191, 155, 88, 0.28);
    border-radius: 14px;
    background: rgba(191, 155, 88, 0.1);
    color: var(--gold-light);
    font-family: inherit;
    font-size: 0.84rem;
    cursor: pointer;
    text-align: left;
    transition: background 0.2s, border-color 0.2s;
}
.resupply-inline-cta:hover {
    background: rgba(191, 155, 88, 0.16);
    border-color: rgba(191, 155, 88, 0.45);
}
.resupply-inline-cta > span { flex: 1; }
.resupply-inline-cta > i:last-child {
    font-size: 0.7rem;
    opacity: 0.7;
}

/* --- Resupply sheet --- */
.resupply-sheet {
    position: fixed;
    inset: 0;
    z-index: 12020;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    pointer-events: none;
    visibility: hidden;
}
.resupply-sheet.active {
    pointer-events: auto;
    visibility: visible;
}
.resupply-sheet-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.52);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    opacity: 0;
    transition: opacity 0.35s ease;
}
.resupply-sheet.active .resupply-sheet-backdrop { opacity: 1; }
.resupply-sheet-panel {
    position: relative;
    z-index: 1;
    width: min(440px, 100%);
    max-height: min(88vh, 720px);
    overflow-y: auto;
    margin: 0;
    padding: 12px 16px 20px;
    border-radius: 22px 22px 0 0;
    background: linear-gradient(165deg, rgba(32, 30, 28, 0.98) 0%, rgba(16, 15, 14, 0.99) 100%);
    border: 1px solid rgba(191, 155, 88, 0.22);
    border-bottom: none;
    box-shadow: 0 -18px 48px rgba(0, 0, 0, 0.45);
    transform: translateY(110%);
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.resupply-sheet.active .resupply-sheet-panel { transform: translateY(0); }
.resupply-sheet-handle {
    width: 36px;
    height: 4px;
    margin: 2px auto 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
}
.resupply-sheet-header { text-align: center; margin-bottom: 12px; }
.resupply-sheet-icon {
    width: 44px;
    height: 44px;
    margin: 0 auto 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(191, 155, 88, 0.14);
    color: var(--gold-light);
    font-size: 1.15rem;
}
.resupply-sheet-title {
    margin: 0;
    font-family: 'Cinzel', serif;
    font-size: 1.05rem;
    color: var(--gold-light);
}
.resupply-sheet-sub {
    margin: 6px 0 0;
    font-size: 0.78rem;
    line-height: 1.4;
    color: var(--text-muted);
}
.resupply-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 12px;
}
.resupply-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.03);
    transition: border-color 0.2s, background 0.2s;
}
.resupply-row.is-active {
    border-color: rgba(191, 155, 88, 0.35);
    background: rgba(191, 155, 88, 0.08);
}
.resupply-row-main {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}
.resupply-row-icon {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    color: var(--gold);
    font-size: 0.85rem;
    flex-shrink: 0;
}
.resupply-row-label {
    font-size: 0.84rem;
    color: var(--text-main);
    line-height: 1.25;
}
.resupply-stepper {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}
.resupply-step {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
    color: var(--text-main);
    font-size: 1.05rem;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    transition: background 0.2s, border-color 0.2s;
}
.resupply-step:hover {
    background: rgba(191, 155, 88, 0.16);
    border-color: rgba(191, 155, 88, 0.35);
}
.resupply-qty {
    min-width: 1.4rem;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--gold-light);
}
.resupply-note-wrap { display: block; margin-bottom: 12px; }
.resupply-note {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.25);
    color: var(--text-main);
    font-family: inherit;
    font-size: 0.82rem;
    line-height: 1.4;
    resize: vertical;
    min-height: 56px;
}
.resupply-note::placeholder { color: var(--text-muted); opacity: 0.75; }
.resupply-footer {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 8px;
}
.resupply-count {
    font-size: 0.72rem;
    color: var(--text-muted);
    text-align: center;
}
.resupply-send {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 13px 16px;
    border: 1px solid rgba(37, 211, 102, 0.35);
    border-radius: 14px;
    background: rgba(37, 211, 102, 0.14);
    color: #5ddea0;
    font-family: inherit;
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, opacity 0.2s, transform 0.15s;
}
.resupply-send:hover:not(:disabled) {
    background: rgba(37, 211, 102, 0.22);
    transform: translateY(-1px);
}
.resupply-send:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
.resupply-send i { font-size: 1.15rem; }
.resupply-housekeeping {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-bottom: 8px;
    padding: 11px 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background: transparent;
    color: var(--text-muted);
    font-family: inherit;
    font-size: 0.78rem;
    cursor: pointer;
}
.resupply-housekeeping:hover {
    color: var(--gold-light);
    border-color: rgba(191, 155, 88, 0.3);
}
.resupply-cancel {
    display: block;
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
    color: var(--text-muted);
    font-family: inherit;
    font-size: 0.82rem;
    cursor: pointer;
}
.resupply-cancel:hover {
    background: rgba(255, 255, 255, 0.08);
    color: var(--text-main);
}
@media (prefers-reduced-motion: reduce) {
    .resupply-sheet-backdrop,
    .resupply-sheet-panel { transition: none; }
}

/* --- Logo filigrane & transparence premium --- */
.weather-bento {
    background: linear-gradient(155deg, rgba(37, 37, 40, 0.48) 0%, rgba(21, 21, 23, 0.55) 100%) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}
.wifi-toggle {
    background: rgba(255,255,255,0.04) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.hub-section {
    background: linear-gradient(160deg, rgba(24,24,26,0.5) 0%, rgba(14,14,16,0.62) 100%) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}
.hub-section--riad {
    border-color: rgba(191, 155, 88, 0.18) !important;
    background: linear-gradient(160deg, rgba(22,22,24,0.46) 0%, rgba(12,12,14,0.58) 100%) !important;
}
.hub-section--city {
    border-color: rgba(255,255,255,0.12) !important;
    background: linear-gradient(160deg, rgba(56,56,62,0.58) 0%, rgba(42,42,48,0.72) 100%) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}
.hub-section--city .hub-section-eyebrow { color: #d4c4a0; }
.quick-action {
    background: rgba(255,255,255,0.04) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.quick-action--call {
    background: rgba(191, 155, 88, 0.1) !important;
}

/* --- HISTORY ARTICLE --- */
.modal-panel--story {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}
.modal-panel--story .modal-drawer-body {
    padding-bottom: 40px;
}
.modal-header--story {
    margin-bottom: 8px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.modal-drawer-chrome .modal-header--story {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 10px;
}
.history-story-switch {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 0 0 16px;
    padding: 4px;
    border-radius: 16px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
}
.history-story-switch.has-room {
    grid-template-columns: 1fr 1fr;
}
.history-story-switch-btn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    width: 100%;
    padding: 11px 12px;
    border: 1px solid transparent;
    border-radius: 12px;
    background: transparent;
    color: var(--text-muted);
    text-align: left;
    font-family: inherit;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}
.history-story-switch-btn:hover {
    background: rgba(255,255,255,0.04);
    color: var(--gold-light);
}
.history-story-switch-btn.is-active {
    background: rgba(191,155,88,0.12);
    border-color: rgba(191,155,88,0.32);
    color: var(--gold-light);
}
.history-story-switch-eyebrow {
    font-size: 0.58rem;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    opacity: 0.75;
}
.history-story-switch-btn.is-active .history-story-switch-eyebrow {
    color: var(--gold);
    opacity: 1;
}
.history-story-switch-label {
    font-family: 'Cinzel', serif;
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.25;
    color: inherit;
}
.modal-story-subtitle {
    font-size: 0.78rem;
    color: var(--gold);
    letter-spacing: 1px;
    margin-top: 6px;
}
.history-article {
    padding: 0 2px 8px;
}
.history-lead {
    margin: 0 0 1.25rem;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.18rem;
    line-height: 1.55;
    color: var(--gold-light);
}
.history-paragraph {
    margin: 0 0 1rem;
    line-height: 1.75;
    font-size: 0.9rem;
    color: var(--text-main);
}
.history-section-title {
    margin: 1.85rem 0 0.85rem;
    font-family: 'Cinzel', serif;
    font-size: 0.82rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gold);
}
.history-quote {
    margin: 1.35rem 0;
    padding: 16px 18px;
    border-left: 3px solid var(--gold);
    background: rgba(191, 155, 88, 0.06);
    border-radius: 0 14px 14px 0;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 1.12rem;
    line-height: 1.45;
    color: var(--gold-light);
}
.history-quote-cite {
    display: block;
    margin-top: 8px;
    font-size: 0.72rem;
    font-style: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--text-muted);
}
.history-figure {
    margin: 1.5rem 0;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 12px 32px -12px rgba(0,0,0,0.55);
    background: rgba(0,0,0,0.2);
}
.history-figure .img-frame {
    min-height: 180px;
    height: auto;
    background: rgba(0,0,0,0.25);
}
.history-figure .img-frame img {
    height: auto;
    max-height: none;
}
.history-figure img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.history-figure--inset {
    max-width: 88%;
    margin-left: auto;
    margin-right: auto;
}
.history-divider {
    display: flex;
    justify-content: center;
    margin: 1.75rem 0;
}
.history-divider span {
    width: 48px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    opacity: 0.45;
}
.history-funfact {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    align-items: start;
    margin: 1.75rem 0 0.5rem;
    padding: 16px 16px 16px 14px;
    border-radius: 16px;
    border: 1px solid color-mix(in srgb, var(--story-accent, var(--gold)) 32%, rgba(255,255,255,0.08));
    background:
        linear-gradient(145deg,
            color-mix(in srgb, var(--story-accent, var(--gold)) 14%, transparent),
            rgba(255,255,255,0.03));
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.06),
        0 10px 28px -16px rgba(0,0,0,0.55);
}
.history-funfact-icon {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: color-mix(in srgb, var(--gold) 22%, rgba(0,0,0,0.35));
    border: 1px solid color-mix(in srgb, var(--gold) 40%, transparent);
    color: var(--gold-light);
    font-size: 0.92rem;
    flex-shrink: 0;
    box-shadow: 0 0 18px color-mix(in srgb, var(--gold) 28%, transparent);
}
.history-funfact-label {
    margin: 0 0 4px;
    font-size: 0.62rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 600;
}
.history-funfact-text {
    margin: 0;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.08rem;
    line-height: 1.45;
    color: color-mix(in srgb, var(--text-main) 88%, transparent);
}
.history-funfact-text strong {
    color: var(--gold-light);
    font-weight: 600;
}
.history-youtube {
    margin: 2rem 0 0;
}
.history-site-wrap {
    margin: 1.25rem 0 0;
}
.history-site-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--gold);
    font-size: 0.88rem;
    text-decoration: none;
}
.history-youtube-link {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid color-mix(in srgb, var(--saba-nude, #e6d0b8) 38%, transparent);
    background: color-mix(in srgb, var(--saba-nude, #e6d0b8) 10%, transparent);
    color: inherit;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
.history-youtube-link:hover {
    background: color-mix(in srgb, var(--saba-nude, #e6d0b8) 16%, transparent);
    border-color: color-mix(in srgb, var(--saba-nude, #e6d0b8) 55%, transparent);
    transform: translateY(-1px);
}
.history-youtube-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: color-mix(in srgb, var(--saba-nude, #e6d0b8) 18%, transparent);
    color: var(--saba-nude, var(--gold-light));
    font-size: 1.2rem;
    flex-shrink: 0;
}
.history-youtube-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
    flex: 1;
    min-width: 0;
}
.history-youtube-text strong {
    font-size: 0.82rem;
    color: var(--text-main);
}
.history-youtube-text span {
    font-size: 0.7rem;
    color: var(--text-muted);
}
.history-youtube-arrow {
    font-size: 0.7rem;
    color: var(--text-muted);
    opacity: 0.6;
}
.history-rooms {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,0.07);
}
.history-rooms-title {
    margin: 0 0 0.65rem;
    font-family: 'Cinzel', serif;
    font-size: 0.78rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gold);
}
.history-rooms-intro {
    margin: 0 0 1rem;
    font-size: 0.82rem;
    line-height: 1.6;
    color: var(--text-muted);
}
.history-rooms-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}
.history-room-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    width: 100%;
    padding: 12px 14px 12px 16px;
    border-radius: 14px;
    border: 1px solid color-mix(in srgb, var(--room-accent, #bf9b58) 28%, transparent);
    border-left: 3px solid var(--room-accent, var(--gold));
    background: color-mix(in srgb, var(--room-accent, #bf9b58) 8%, transparent);
    color: inherit;
    text-align: left;
    font-family: inherit;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s, transform 0.2s;
}
.history-room-card:hover {
    border-color: color-mix(in srgb, var(--room-accent, #bf9b58) 55%, transparent);
    background: color-mix(in srgb, var(--room-accent, #bf9b58) 14%, transparent);
}
.history-room-card.is-guest:not(.is-current) {
    border-color: color-mix(in srgb, var(--room-accent, #bf9b58) 40%, transparent);
}
.history-room-card.is-current {
    border-color: color-mix(in srgb, var(--room-accent, #bf9b58) 62%, transparent);
    background: color-mix(in srgb, var(--room-accent, #bf9b58) 16%, transparent);
}
.history-room-card-eyebrow {
    font-size: 0.58rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--room-accent, var(--gold));
    opacity: 0.95;
}
.history-room-card-name {
    font-family: 'Cinzel', serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-main);
    line-height: 1.25;
}
.history-room-card-tag {
    font-size: 0.68rem;
    color: var(--text-muted);
    line-height: 1.35;
}

/* --- Add to Home Screen chip --- */
.a2hs-chip {
    position: relative;
    display: none;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 30px;
    padding: 0;
    border: 1px solid rgba(191, 155, 88, 0.28);
    border-radius: 14px;
    background: rgba(191, 155, 88, 0.1);
    color: var(--gold-light);
    font-size: 0.85rem;
    cursor: pointer;
    transition: opacity 0.3s, border-color 0.2s, background 0.2s;
}
.a2hs-chip.is-visible { display: inline-flex; }
.a2hs-chip.is-muted {
    opacity: 0.38;
}
.a2hs-chip.is-muted:hover {
    opacity: 0.72;
}
.a2hs-chip:hover {
    border-color: rgba(191, 155, 88, 0.5);
    background: rgba(191, 155, 88, 0.16);
}
.a2hs-sheet {
    position: fixed;
    inset: 0;
    z-index: 12010;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    pointer-events: none;
    visibility: hidden;
}
.a2hs-sheet.active {
    pointer-events: auto;
    visibility: visible;
}
.a2hs-sheet-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.52);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.a2hs-sheet.active .a2hs-sheet-backdrop { opacity: 1; }
.a2hs-sheet-panel {
    position: relative;
    z-index: 1;
    width: min(400px, 100%);
    padding: 12px 18px 22px;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(165deg, rgba(32,30,28,0.97), rgba(16,15,14,0.98));
    border: 1px solid rgba(191,155,88,0.22);
    border-bottom: none;
    transform: translateY(110%);
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.a2hs-sheet.active .a2hs-sheet-panel { transform: translateY(0); }
.a2hs-sheet-handle {
    width: 36px;
    height: 4px;
    margin: 2px auto 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.18);
}
.a2hs-sheet-title {
    margin: 0 0 8px;
    text-align: center;
    font-family: 'Cinzel', serif;
    font-size: 1.05rem;
    color: var(--gold-light);
}
.a2hs-sheet-intro {
    margin: 0 0 14px;
    text-align: center;
    font-size: 0.82rem;
    line-height: 1.45;
    color: var(--text-muted);
}
.a2hs-platform-chooser {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 14px;
}
.a2hs-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    min-height: 46px;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.04);
    color: var(--text-muted);
    font-family: inherit;
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s, color 0.2s;
}
.a2hs-tab i {
    pointer-events: none;
}
.a2hs-tab.is-active {
    border-color: rgba(191,155,88,0.45);
    background: rgba(191,155,88,0.14);
    color: var(--gold-light);
}
.a2hs-steps {
    margin-bottom: 14px;
}
.a2hs-olist {
    margin: 0;
    padding-left: 1.2rem;
    font-size: 0.84rem;
    line-height: 1.55;
    color: var(--text-muted);
}
.a2hs-olist li + li { margin-top: 8px; }
.a2hs-olist strong { color: var(--gold-light); font-weight: 600; }
.a2hs-install-native {
    display: block;
    width: 100%;
    margin-top: 12px;
    padding: 11px;
    border-radius: 12px;
    border: 1px solid rgba(191,155,88,0.35);
    background: rgba(191,155,88,0.12);
    color: var(--gold-light);
    font-family: inherit;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
}
.a2hs-sheet-done {
    display: block;
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 14px;
    background: rgba(191,155,88,0.16);
    color: var(--gold-light);
    font-family: inherit;
    font-size: 0.85rem;
    cursor: pointer;
}
.a2hs-sheet-done:hover { background: rgba(191,155,88,0.24); }

/* --- Roya Art note (history) --- */
.roya-note {
    margin: 2rem 0 1.5rem;
    padding: 1.15rem 1.2rem 1.2rem;
    border-radius: 16px;
    border: 1px solid rgba(191, 155, 88, 0.2);
    background: linear-gradient(155deg, rgba(191,155,88,0.07), rgba(255,255,255,0.02));
}
.roya-note-mark {
    font-family: 'Cinzel', serif;
    font-size: 0.68rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 8px;
    opacity: 0.9;
}
.roya-note-text {
    margin: 0 0 14px;
    font-size: 0.84rem;
    line-height: 1.55;
    color: var(--text-muted);
}
.roya-note-text strong { color: var(--gold-light); font-weight: 500; }
.roya-note-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}
.roya-note-wa {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border-radius: 999px;
    border: 1px solid rgba(37, 211, 102, 0.35);
    background: rgba(37, 211, 102, 0.1);
    color: #9eecc0;
    font-family: inherit;
    font-size: 0.75rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
}
.roya-note-wa:hover {
    background: rgba(37, 211, 102, 0.18);
    border-color: rgba(37, 211, 102, 0.55);
}
.roya-note-ig {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.04);
    color: var(--gold-light);
    font-size: 1.05rem;
    text-decoration: none;
    transition: border-color 0.2s, background 0.2s;
}
.roya-note-ig:hover {
    border-color: rgba(191,155,88,0.45);
    background: rgba(191,155,88,0.12);
}

/* --- History modal title + logo (présentation) --- */
.modal-title-row {
    display: flex;
    align-items: center;
    gap: 14px;
}
.modal-title-logo {
    width: 48px;
    height: 48px;
    object-fit: contain;
    flex-shrink: 0;
    border-radius: 10px;
    opacity: 0.95;
}
.modal-title-logo.is-visible { display: block; }
.modal-title-copy { min-width: 0; flex: 1; }

/* --- Portrait personnalité / Roya --- */
.history-portrait {
    display: grid;
    grid-template-columns: 112px 1fr;
    gap: 16px;
    align-items: center;
    margin: 0.35rem 0 1.35rem;
    padding: 14px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.03);
}
.history-portrait--hero {
    grid-template-columns: minmax(128px, 38%) 1fr;
    gap: 18px;
    margin: 0 0 1.5rem;
    padding: 12px;
    background:
        linear-gradient(145deg, color-mix(in srgb, var(--story-accent, var(--gold)) 12%, transparent), rgba(255,255,255,0.03));
    border-color: color-mix(in srgb, var(--story-accent, var(--gold)) 28%, rgba(255,255,255,0.08));
}
.history-portrait--hero .history-portrait-media {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    max-height: 280px;
}
.history-portrait-media {
    width: 112px;
    height: 140px;
    border-radius: 14px;
    overflow: hidden;
    flex-shrink: 0;
}
.history-portrait-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.history-portrait-welcome {
    margin: 0 0 6px;
    font-size: 0.62rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold);
    opacity: 0.8;
}
.history-portrait-name {
    margin: 0 0 2px;
    font-family: 'Cinzel', serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--gold-light);
}
.history-portrait-role {
    margin: 0 0 8px;
    font-size: 0.68rem;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--gold);
    opacity: 0.85;
}
.history-portrait-text {
    margin: 0;
    font-size: 0.84rem;
    line-height: 1.5;
    color: var(--text-muted);
}
.history-portrait-text strong { color: var(--gold-light); font-weight: 500; }
.history-portrait-letter {
    margin: 10px 0 0;
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,0.06);
}
.history-portrait-letter p {
    margin: 0 0 0.45em;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.02rem;
    font-style: italic;
    line-height: 1.45;
    color: color-mix(in srgb, var(--text-main) 82%, transparent);
}
.history-portrait-letter p:last-child { margin-bottom: 0; }
.history-portrait-sign {
    margin: 8px 0 0;
    font-family: 'Great Vibes', cursive;
    font-size: 1.35rem;
    color: var(--gold-light);
}
.history-figure {
    margin: 0.85rem 0 1.35rem;
}
.history-figure + .history-section-title,
.history-figure + .story-title {
    margin-top: 0.35rem;
}
.history-section-title + .history-figure {
    margin-top: 0.65rem;
}
@media (max-width: 420px) {
    .history-portrait {
        grid-template-columns: 88px 1fr;
        gap: 12px;
        padding: 12px;
    }
    .history-portrait-media {
        width: 88px;
        height: 112px;
    }
    .history-portrait--hero {
        grid-template-columns: 1fr;
    }
    .history-portrait--hero .history-portrait-media {
        width: 100%;
        height: auto;
        max-height: 220px;
        aspect-ratio: 4 / 5;
    }
}

/* Présentation maison → tour ; bouton histoire seulement en mode chambre */
body.is-house-mode .btn-history { display: none !important; }

/* --- breakfast menu & reserve --- */
.breakfast-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.breakfast-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 9px 14px;
  font-family: 'Manrope', sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  cursor: pointer;
  border: 1px solid rgba(191,155,88,0.35);
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
}
.breakfast-btn i { font-size: 0.85em; }
.breakfast-btn--ghost {
  background: rgba(255,255,255,0.03);
  color: var(--gold-light);
}
.breakfast-btn--gold {
  background: linear-gradient(135deg, rgba(191,155,88,0.35), rgba(191,155,88,0.18));
  color: #f3e7c8;
  border-color: rgba(191,155,88,0.55);
}
.breakfast-btn:hover { transform: translateY(-1px); }

.info-schedule-row--breakfast {
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
}
.info-schedule-row--breakfast .info-schedule-right {
  width: 100%;
}

#modal-breakfast-menu .modal-panel,
#modal-breakfast-reserve .modal-panel {
  max-width: min(480px, 94vw);
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: min(88dvh, 820px);
}
.breakfast-menu-panel { background: #141210; }
.breakfast-menu-hero {
  position: relative;
  height: 168px;
  flex-shrink: 0;
}
.breakfast-menu-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
  filter: saturate(0.9);
}
.breakfast-menu-hero-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20,18,16,0.15), rgba(20,18,16,0.92));
}
.breakfast-menu-hero-title {
  position: absolute;
  left: 18px;
  bottom: 14px;
  margin: 0;
  z-index: 2;
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
  color: var(--gold-light);
  text-shadow: 0 2px 16px rgba(0,0,0,0.45);
}
.breakfast-menu-close {
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 3;
  border: none;
  background: transparent;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.45);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 1.25rem;
  cursor: pointer;
  transition: color 0.2s;
}
.breakfast-menu-close:hover {
  color: rgba(255, 255, 255, 0.75);
  background: transparent;
}
.breakfast-menu-body {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 16px 18px 12px;
  -webkit-overflow-scrolling: touch;
}
.breakfast-serve-note {
  margin: 0 0 14px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-style: italic;
  color: rgba(232,226,214,0.88);
  text-align: center;
}
.breakfast-section {
  margin: 0 0 14px;
  padding: 12px 12px 10px;
  border-radius: 14px;
  border: 1px solid rgba(191,155,88,0.16);
  background: rgba(255,255,255,0.03);
}
.breakfast-section h3 {
  margin: 0 0 8px;
  font-family: 'Cinzel', serif;
  font-size: 0.82rem;
  color: var(--gold);
  letter-spacing: 0.04em;
}
.breakfast-section ul {
  margin: 0;
  padding: 0 0 0 1rem;
  color: rgba(224,224,224,0.86);
  font-size: 0.88rem;
  line-height: 1.45;
}
.breakfast-allergy {
  margin: 8px 0 10px;
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(224,224,224,0.7);
  text-align: center;
}
.breakfast-price {
  margin: 0 0 8px;
  text-align: center;
  font-family: 'Cinzel', serif;
  color: var(--gold-light);
  font-size: 0.9rem;
  letter-spacing: 0.04em;
}
.breakfast-menu-sticky {
  flex-shrink: 0;
  padding: 12px 16px 16px;
  border-top: 1px solid rgba(191,155,88,0.18);
  background: linear-gradient(180deg, rgba(20,18,16,0.4), #141210);
  display: flex;
  justify-content: center;
}
.breakfast-reserve-panel {
  padding: 18px 16px 16px !important;
  background: #141210;
}
.breakfast-reserve-sub {
  margin-top: 4px;
  font-size: 0.78rem;
  color: rgba(224,224,224,0.6);
}
.breakfast-reserve-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 14px;
}
.breakfast-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(229,204,160,0.75);
}
.breakfast-field input,
.breakfast-field textarea {
  border-radius: 12px;
  border: 1px solid rgba(191,155,88,0.22);
  background: rgba(0,0,0,0.35);
  color: var(--text-main, #e8e2d6);
  padding: 10px 12px;
  font-family: 'Manrope', sans-serif;
  font-size: 0.9rem;
  text-transform: none;
  letter-spacing: normal;
}
.breakfast-place {
  border: 1px solid rgba(191,155,88,0.18);
  border-radius: 14px;
  padding: 12px;
  margin: 0;
}
.breakfast-place legend {
  padding: 0 6px;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(229,204,160,0.75);
}
.breakfast-place-opt {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 4px;
  color: rgba(232,226,214,0.9);
  font-size: 0.9rem;
  cursor: pointer;
}
.breakfast-reserve-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 4px;
}

/* --- Breakfast menu refinements --- */
.breakfast-menu-hero {
  height: 188px !important;
}
.breakfast-menu-hero-img {
  object-position: center 22% !important;
  opacity: 0.62 !important;
}
.breakfast-menu-back,
.breakfast-reserve-back {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(0,0,0,0.45);
  color: #f0e9db;
  border-radius: 999px;
  padding: 8px 12px;
  font-family: 'Manrope', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  cursor: pointer;
}
.breakfast-menu-close { display: none !important; }
.breakfast-reserve-back {
  position: relative;
  top: auto;
  left: auto;
  margin: 0 0 10px;
  background: rgba(191,155,88,0.12);
  border-color: rgba(191,155,88,0.3);
  color: var(--gold-light);
}
.breakfast-allergy-card {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 14px 0 12px;
  padding: 14px 14px;
  border-radius: 16px;
  border: 1px solid rgba(191, 120, 60, 0.4);
  background:
    linear-gradient(145deg, rgba(191,120,60,0.18), rgba(191,155,88,0.06)),
    rgba(40, 24, 12, 0.55);
  box-shadow: inset 0 1px 0 rgba(255,220,180,0.08);
}
.breakfast-allergy-icon {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(191,120,60,0.25);
  color: #e8b07a;
  font-size: 0.95rem;
}
.breakfast-allergy-card strong {
  display: block;
  margin-bottom: 4px;
  font-family: 'Cinzel', serif;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: #f0d2a8;
}
.breakfast-allergy-card p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.45;
  color: rgba(232,226,214,0.86);
}
.info-schedule-row--breakfast.is-clickable {
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.info-schedule-row--breakfast.is-clickable:hover {
  background: rgba(191,155,88,0.08);
}
.wa-cta--basket {
  background: rgba(191,155,88,0.16) !important;
  border-color: rgba(191,155,88,0.4) !important;
  color: var(--gold-light) !important;
}
.wa-cta--basket i { color: var(--gold-light) !important; }

/* --- Basket FAB + ticket --- */
.basket-fab {
  position: fixed;
  right: 18px;
  bottom: 108px;
  z-index: 1200;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid rgba(191,155,88,0.45);
  background: linear-gradient(160deg, #1a1816, #0c0b0a);
  color: var(--gold-light);
  box-shadow: 0 10px 28px rgba(0,0,0,0.45), 0 0 18px rgba(191,155,88,0.15);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  transition: transform 0.2s ease, box-shadow 0.25s ease;
}
.basket-fab.has-items {
  border-color: rgba(191,155,88,0.7);
  box-shadow: 0 12px 30px rgba(0,0,0,0.5), 0 0 22px rgba(191,155,88,0.28);
}
.basket-fab.is-pulse { transform: scale(1.08); }
.basket-fab-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--gold);
  color: #1a1410;
  font-family: 'Manrope', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.basket-fab-check {
  position: absolute;
  left: -6px;
  bottom: -4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2e7d4f;
  color: #fff;
  font-size: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.basket-fab-check.is-on {
  opacity: 1;
  transform: scale(1);
}
.basket-fly {
  position: fixed;
  z-index: 1300;
  width: 22px;
  height: 22px;
  margin: -11px 0 0 -11px;
  border-radius: 50%;
  background: rgba(191,155,88,0.9);
  color: #1a1410;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  pointer-events: none;
  transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.5s ease;
}

.basket-sheet {
  position: fixed;
  inset: 0;
  z-index: 1400;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s;
}
.basket-sheet.active {
  opacity: 1;
  visibility: visible;
  z-index: 20500;
}
.basket-sheet-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.52);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.basket-sheet-panel {
  position: relative;
  width: min(460px, 100%);
  max-height: min(92dvh, 860px);
  height: min(92dvh, 860px);
  display: flex;
  flex-direction: column;
  min-height: 0;
  border-radius: 22px 22px 0 0;
  background: linear-gradient(180deg, #141210 0%, #0a0908 100%);
  border: 1px solid rgba(191,155,88,0.22);
  border-bottom: none;
  box-shadow: 0 -20px 60px rgba(0,0,0,0.55);
  padding: 10px 16px 0;
  transform: translateY(24px);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.basket-sheet.active .basket-sheet-panel { transform: translateY(0); }
.basket-sheet-handle {
  width: 42px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255,255,255,0.18);
  margin: 4px auto 12px;
}
.basket-sheet-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}
.basket-sheet-eyebrow {
  margin: 0;
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}
.basket-sheet-head h3 {
  margin: 4px 0 2px;
  font-family: 'Cinzel', serif;
  color: var(--text-main);
  font-size: 1.15rem;
}
.basket-sheet-room {
  margin: 0;
  font-size: 0.82rem;
  color: var(--text-muted);
}
.basket-sheet-x {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--saba-line, rgba(255,255,255,0.1));
  background: var(--saba-wash, rgba(255,255,255,0.06));
  color: var(--text-main);
  font-size: 1.2rem;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
  transition: background 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}
.basket-sheet-x:hover {
  background: rgba(255,255,255,0.14);
  transform: scale(1.06);
}
.basket-sheet-body {
  flex: 1 1 0;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  touch-action: auto;
  padding: 4px 2px 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.basket-ticket {
  flex: 0 0 auto;
  overflow: visible;
  padding: 0;
  font-family: 'Manrope', sans-serif;
}
.basket-empty {
  text-align: center;
  color: var(--text-muted);
  padding: 28px 12px;
}
.basket-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  padding: 18px 10px 16px;
}
.basket-empty-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: transparent;
  border: 1px dashed rgba(212,160,80,0.18);
  color: rgba(232,200,140,0.28);
  font-size: 1.25rem;
  margin-bottom: 2px;
}
.basket-empty-title {
  margin: 0;
  font-family: 'Cinzel', serif;
  font-size: 0.98rem;
  letter-spacing: 0.04em;
  color: var(--text-main);
}
.basket-empty-msg {
  margin: 0;
  max-width: 28ch;
  font-size: 0.84rem;
  line-height: 1.45;
  color: var(--text-muted);
}
.basket-empty-suggest {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  width: 100%;
}
.basket-empty-suggest-lead {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(229,184,106,0.7);
  text-align: center;
}
.basket-empty-choices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}
.basket-empty-choice {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 74px;
  padding: 10px 6px;
  border-radius: 14px;
  border: 1px solid rgba(191,155,88,0.2);
  background: rgba(255,255,255,0.025);
  color: var(--text-main);
  font-family: 'Manrope', sans-serif;
  font-size: 0.68rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.basket-empty-choice i {
  color: rgba(229,184,106,0.7);
  font-size: 0.95rem;
}
.basket-empty-choice:hover {
  border-color: rgba(212,160,80,0.4);
  background: rgba(191,155,88,0.1);
}
.basket-empty-choice:active { transform: scale(0.97); }
.basket-empty-smile {
  margin: 4px 0 0;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.92rem;
  line-height: 1.35;
  color: rgba(232,200,140,0.55);
  text-align: center;
}
.basket-empty-suggest-btn {
  display: none;
}
.basket-total-amounts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  text-align: right;
}
.basket-total-fx[hidden] { display: none !important; }
.basket-svc-field--place { width: 100%; }
.basket-place-seg {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}
.basket-place-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 52px;
  padding: 8px 6px;
  border-radius: 12px;
  border: 1px solid rgba(191,155,88,0.22);
  background: rgba(0,0,0,0.28);
  color: var(--text-main);
  font-family: 'Manrope', sans-serif;
  font-size: 0.72rem;
  line-height: 1.15;
  letter-spacing: 0.01em;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease, transform 0.15s ease;
}
.basket-place-chip i {
  font-size: 0.95rem;
  color: rgba(229,184,106,0.7);
}
.basket-place-chip.is-on {
  border-color: rgba(230,180,100,0.55);
  background: linear-gradient(160deg, rgba(212,160,80,0.32), rgba(70,50,20,0.4));
  color: var(--text-main);
  box-shadow: inset 0 0 0 1px rgba(255,220,150,0.08);
}
.basket-place-chip.is-on i { color: #f0d090; }
.basket-place-chip:active { transform: scale(0.97); }
.basket-svc-field input[type="time"] {
  -webkit-appearance: none;
  appearance: none;
  min-height: 42px;
}
.basket-line {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(191,155,88,0.18);
}
.basket-line-main {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 10px;
  align-items: start;
}
.basket-line-main strong {
  color: var(--text-main);
  font-weight: 500;
  font-size: 0.92rem;
}
.basket-line-meta {
  grid-column: 1 / -1;
  font-size: 0.75rem;
  color: var(--text-muted);
}
.basket-line-price {
  color: var(--gold-light);
  font-size: 0.82rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  text-align: right;
}
.basket-line-qty {
  display: flex;
  align-items: center;
  gap: 8px;
}
.basket-qty-btn {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  border: 1px solid rgba(191,155,88,0.3);
  background: rgba(255,255,255,0.04);
  color: var(--text-main);
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
}
.basket-qty-val {
  min-width: 1.2em;
  text-align: center;
  color: var(--text-main);
  font-variant-numeric: tabular-nums;
}
.basket-qty-check {
  margin-left: 4px;
  color: rgba(120, 200, 140, 0.82);
  font-size: 0.72rem;
}
.basket-line-remove {
  margin-left: auto;
  border: none;
  background: transparent;
  color: rgba(224,224,224,0.62);
  cursor: pointer;
  padding: 4px 6px;
}
.basket-sheet-foot {
  flex-shrink: 0;
  padding: 6px 0 calc(84px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid rgba(191,155,88,0.2);
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.basket-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--text-muted);
  font-size: 0.74rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.basket-total strong {
  font-family: 'Cinzel', serif;
  font-size: 1rem;
  color: var(--gold-light);
  text-transform: none;
  letter-spacing: 0.02em;
}
.basket-total strong.basket-total-mad,
.basket-total-mad {
  display: block;
}
.basket-total strong em,
.basket-total-fx {
  font-style: normal;
  font-family: 'Manrope', sans-serif;
  font-size: 0.72rem;
  color: rgba(232,200,140,0.72);
  font-weight: 500;
}
.basket-send {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  border: 1px solid rgba(212, 175, 105, 0.38);
  border-radius: 999px;
  padding: 10px 14px;
  background:
    linear-gradient(160deg, rgba(232, 205, 150, 0.18), rgba(120, 90, 45, 0.14) 55%, rgba(40, 32, 20, 0.28));
  color: #f3e8d0;
  font-family: 'Manrope', sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 230, 0.1),
    0 8px 20px rgba(0, 0, 0, 0.2);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.25s ease;
}
.basket-send:hover {
  border-color: rgba(230, 190, 120, 0.52);
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 230, 0.16),
    0 10px 24px rgba(0, 0, 0, 0.26);
}
.basket-send .fa-whatsapp { color: #25d366; font-size: 1.05rem; }
.basket-send-exit {
  font-size: 0.78rem;
  color: rgba(220, 195, 155, 0.78);
  margin-left: 2px;
}

@media (max-width: 480px) {
  .basket-fab { bottom: 96px; right: 14px; }
}

/* Playlist in hub — no floating play */
.play-fab[hidden] { display: none !important; }
.service-btn--playlist i { color: var(--saba-nude, var(--gold-light)); }
.service-btn--playlist {
  background:
    linear-gradient(155deg, rgba(186, 32, 47, 0.26), rgba(26, 22, 18, 0.82)),
    var(--saba-tile-bg, rgba(18, 14, 10, 0.74));
  border-color: rgba(186, 32, 47, 0.36);
}
.service-btn--playlist i { color: #ffdfdf; }

/* Catalog elixirs / accent cards */
/* Séparateur de groupe "À boire" / "À manger" */
.catalog-group-sep {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 18px 0 6px;
  font-family: 'Cinzel', serif;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold, #d4ae6a);
  opacity: 0.72;
  border-bottom: 1px solid color-mix(in srgb, var(--gold) 18%, transparent);
  margin-bottom: 4px;
}
.catalog-group-sep i {
  font-size: 0.75rem;
  opacity: 0.85;
}
.catalog-group-sep:first-child {
  padding-top: 4px;
}

.catalog-cat-intro {
  margin: 0 0 14px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-style: italic;
  color: rgba(232,226,214,0.78);
  text-align: center;
  line-height: 1.4;
}
.catalog-card--accent {
  border: 1px solid color-mix(in srgb, var(--card-accent, #bf9b58) 45%, transparent);
  background:
    linear-gradient(165deg, color-mix(in srgb, var(--card-accent, #bf9b58) 22%, transparent), rgba(12,11,10,0.55) 55%);
  box-shadow: 0 10px 28px color-mix(in srgb, var(--card-accent, #bf9b58) 12%, transparent);
}
.catalog-card-swatch {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 30% 30%, color-mix(in srgb, var(--card-accent, #bf9b58) 55%, #fff), transparent 55%),
    linear-gradient(135deg, color-mix(in srgb, var(--card-accent, #bf9b58) 70%, #1a1410), #0f0e0d);
}
.catalog-card-swatch i {
  font-size: 1.8rem;
  color: rgba(255,255,255,0.88);
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.35));
}
.catalog-card--accent .guide-place-name { color: #f6edd8; }
.catalog-card--accent .guide-place-name i { color: var(--card-accent, var(--gold)); }
.catalog-price-fx {
  font-weight: 400;
  font-size: 0.78em;
  color: rgba(224,224,224,0.55);
  margin-left: 4px;
}

/* Basket amber premium ticket */
body.basket-open .app-container {
  filter: brightness(0.55) saturate(0.85);
  transition: filter 0.35s ease;
}
.basket-sheet-backdrop {
  background: rgba(20, 12, 4, 0.72) !important;
  backdrop-filter: blur(6px);
}
.basket-sheet-panel {
  background:
    linear-gradient(165deg, #3a2a18 0%, #1c140c 42%, #120e0a 100%) !important;
  border-color: rgba(212, 160, 80, 0.45) !important;
  box-shadow:
    0 -24px 80px rgba(0,0,0,0.65),
    0 0 0 1px rgba(255, 200, 120, 0.08),
    inset 0 1px 0 rgba(255, 220, 170, 0.18) !important;
  max-height: min(92dvh, 860px) !important;
  height: min(92dvh, 860px) !important;
  min-height: 0 !important;
}
.basket-sheet-handle {
  background: rgba(230, 180, 100, 0.45) !important;
}
.basket-sheet-eyebrow { color: var(--gold) !important; }
.basket-sheet-head h3 { color: var(--text-main) !important; }
.basket-sheet-body {
  flex: 1 1 0 !important;
  min-height: 0 !important;
  overflow-y: auto !important;
  touch-action: auto !important;
}
.basket-ticket {
  background:
    linear-gradient(180deg, rgba(255,210,140,0.06), transparent 30%),
    rgba(0,0,0,0.18);
  border-radius: 14px;
  padding: 10px 12px !important;
  border: 1px dashed rgba(212,160,80,0.28);
  overflow: visible !important;
  flex: 0 0 auto !important;
  max-height: none !important;
}
.basket-line-price em {
  font-style: normal;
  color: rgba(232,200,140,0.65);
  font-size: 0.85em;
}
.basket-total strong em {
  font-style: normal;
  font-family: 'Manrope', sans-serif;
  font-size: 0.72rem;
  color: rgba(232,200,140,0.7);
  font-weight: 500;
  display: block;
  margin-top: 2px;
}
.basket-details {
  margin-top: 12px;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(212,160,80,0.22);
  background: rgba(0,0,0,0.2);
}
.basket-details-title {
  margin: 0 0 10px;
  font-family: 'Cinzel', serif;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  color: #e5b86a;
}
.basket-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 10px;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(232,200,140,0.7);
}
.basket-field input,
.basket-field textarea {
  border-radius: 10px;
  border: 1px solid rgba(212,160,80,0.28);
  background: var(--saba-input-bg, rgba(0,0,0,0.35));
  color: var(--saba-input-fg, #f0e2c8);
  padding: 10px 12px;
  font-family: 'Manrope', sans-serif;
  font-size: 0.88rem;
  text-transform: none;
  letter-spacing: normal;
}
.basket-place {
  border: 1px solid rgba(212,160,80,0.2);
  border-radius: 12px;
  padding: 10px 12px;
  margin: 0 0 10px;
}
.basket-place legend {
  padding: 0 6px;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(232,200,140,0.7);
}
.basket-place-opt {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  color: var(--saba-input-fg, #f0e2c8);
  font-size: 0.88rem;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
}
.basket-send {
  background:
    linear-gradient(160deg, rgba(232, 205, 150, 0.18), rgba(120, 90, 45, 0.14) 55%, rgba(40, 32, 20, 0.28)) !important;
  border-color: rgba(212, 175, 105, 0.38) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 230, 0.1),
    0 8px 20px rgba(0, 0, 0, 0.2) !important;
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.84rem !important;
  letter-spacing: 0.04em !important;
}

/* ——— Bottom nav + app views ——— */
.app-container {
  padding-bottom: calc(84px + env(safe-area-inset-bottom, 0px)) !important;
}
.app-views {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  overflow: hidden;
}
.app-view[hidden] {
  display: none !important;
}
.app-view.is-active {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.app-view.is-from-right {
  animation: viewSwipeInRight var(--saba-view-duration, 0.82s) var(--saba-ease, cubic-bezier(0.16, 1, 0.3, 1)) both;
}
.app-view.is-from-left {
  animation: viewSwipeInLeft var(--saba-view-duration, 0.82s) var(--saba-ease, cubic-bezier(0.16, 1, 0.3, 1)) both;
}
@keyframes viewSwipeInRight {
  from { opacity: 0; transform: translateX(28px); }
  to { opacity: 1; transform: none; }
}
@keyframes viewSwipeInLeft {
  from { opacity: 0; transform: translateX(-28px); }
  to { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .app-view.is-from-right,
  .app-view.is-from-left {
    animation: none !important;
  }
}
.view-heading { margin: 4px 0 2px; }
.view-heading--mark {
  position: relative;
  overflow: visible;
  border-top-right-radius: 24px;
}
.view-heading--home {
  position: absolute;
  inset: 0;
  margin: 0;
  pointer-events: none;
  z-index: 0;
  overflow: visible;
  border-top-right-radius: 36px;
}
.view-heading--home .view-page-watermark--emblem {
  top: 6%;
  left: 50%;
  right: auto;
  width: min(118vw, 540px);
  height: min(118vw, 540px);
  transform: translateX(-50%);
  opacity: 1;
  rotate: 0deg;
  border-radius: 0;
  overflow: visible;
  color: transparent;
}
.view-heading--home .view-page-watermark--emblem img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  opacity: 0.08;
  mix-blend-mode: luminosity;
  filter: saturate(0.7) brightness(1.15);
  pointer-events: none;
  user-select: none;
}
html[data-saba-theme="bright"] .view-heading--home .view-page-watermark--emblem img {
  opacity: 0.11;
  mix-blend-mode: multiply;
  filter: saturate(0.45) brightness(0.85);
}
#view-home {
  position: relative;
  overflow: hidden;
  border-top-right-radius: 14px;
  display: flex;
  flex-direction: column;
}
#view-home > .hero-card,
#view-home > .weather-bento,
#view-home > .collection-slot,
#view-home > .collection-carousel,
#view-home > .wifi-toggle,
#view-home > .home-profile-chip {
  position: relative;
  z-index: 1;
}
.view-page-watermark {
  position: absolute;
  right: -6px;
  top: -8px;
  font-size: clamp(6.4rem, 30vw, 9.2rem);
  line-height: 1;
  color: var(--saba-nude, var(--gold-light));
  opacity: 0.12;
  pointer-events: none;
  transform: rotate(-12deg);
  z-index: 0;
  overflow: visible;
  border-radius: 0;
  width: auto;
  height: auto;
  display: grid;
  place-items: center;
}
.view-page-watermark i {
  display: block;
  line-height: 1;
  width: 1em;
  height: 1em;
  text-align: center;
}
.view-heading--mark > *:not(.view-page-watermark) {
  position: relative;
  z-index: 1;
}
.view-page-icon {
  margin-right: 8px;
  font-size: 0.72em;
  color: var(--saba-nude, var(--gold-light));
  vertical-align: -0.08em;
  opacity: 0.92;
}
.view-heading--city .move-cta {
  margin-top: 12px;
}
.view-eyebrow {
  margin: 0 0 4px;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}
.view-title {
  margin: 0;
  font-family: 'Cinzel', serif;
  font-size: 1.45rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--text-main);
  line-height: 1.2;
}
.view-title--soft {
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
.view-lead {
  margin: 8px 0 0;
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.45;
}
.city-move-chip {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  padding: 7px 12px 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(191,155,88,0.32);
  background: rgba(191,155,88,0.1);
  color: var(--text-main);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  cursor: pointer;
}
.city-move-chip i {
  color: var(--saba-nude, #e5b86a);
  font-size: 0.78rem;
}

.home-featured-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.home-feature-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding: 16px 14px;
  border: 1px solid rgba(191,155,88,0.28);
  border-radius: 16px;
  background:
    linear-gradient(160deg, rgba(191,155,88,0.14), rgba(12,11,10,0.35) 60%),
    rgba(20,18,16,0.55);
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}
.home-feature-card:nth-child(3) {
  grid-column: 1 / -1;
}
.home-feature-card i {
  color: var(--gold);
  font-size: 1.05rem;
}
.home-feature-card strong {
  font-family: 'Cinzel', serif;
  font-size: 1.15rem;
  font-weight: 560;
  color: var(--text-main);
}
.home-feature-card span {
  font-size: 0.78rem;
  color: var(--text-muted);
}
.home-feature-card:hover {
  transform: translateY(-2px);
  border-color: rgba(191,155,88,0.5);
}

.riad-bento-layout {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.riad-bento-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.riad-bento-group-title {
  margin: 0 2px;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(229,184,106,0.72);
  font-weight: 600;
}
.riad-bento-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.riad-bento-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.riad-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 112px;
  padding: 20px 14px;
  border-radius: 16px;
  border: 1px solid rgba(191,155,88,0.22);
  background:
    linear-gradient(160deg, rgba(255,255,255,0.035), transparent 48%),
    rgba(18,15,12,0.55);
  color: inherit;
  text-align: center;
  cursor: pointer;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
  box-shadow: var(--saba-tile-shadow, 0 4px 14px rgba(0,0,0,0.18));
}
.riad-tile:hover {
  transform: translateY(-1px);
  border-color: rgba(191,155,88,0.45);
  background:
    linear-gradient(160deg, rgba(191,155,88,0.12), transparent 50%),
    rgba(22,18,14,0.7);
}
.riad-tile:active { transform: scale(0.985); }
.riad-tile--hero {
  min-height: 128px;
  padding: 22px 16px;
  border-color: rgba(191,155,88,0.34);
  background:
    linear-gradient(135deg, rgba(191,155,88,0.2), rgba(20,16,12,0.45)),
    rgba(24,20,16,0.72);
}
.riad-tile--wide {
  grid-column: 1 / -1;
}
.riad-tile-icon {
  width: auto;
  height: auto;
  border-radius: 0;
  display: grid;
  place-items: center;
  background: none;
  color: var(--saba-nude, var(--gold-light));
  flex-shrink: 0;
  font-size: 1.5rem;
  margin-bottom: 2px;
}
.riad-tile--hero .riad-tile-icon {
  width: auto;
  height: auto;
  border-radius: 0;
  font-size: 1.65rem;
}
.riad-tile-copy {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.riad-tile-copy strong {
  font-family: 'Cinzel', serif;
  font-size: 1.12rem;
  font-weight: 600;
  color: var(--text-main);
  line-height: 1.2;
}
.riad-tile--hero .riad-tile-copy strong {
  font-size: 1.22rem;
}
.riad-tile-copy em {
  font-style: normal;
  font-size: 0.78rem;
  line-height: 1.35;
  color: var(--text-muted);
}
.riad-tile > .fa-chevron-right {
  display: none;
}

/* legacy riad helpers (kept for other surfaces) */
.riad-bento {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 16px 16px;
  border-radius: 18px;
  border: 1px solid rgba(191,155,88,0.32);
  background:
    linear-gradient(135deg, rgba(191,155,88,0.18), rgba(20,16,12,0.5)),
    rgba(24,20,16,0.7);
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: transform 0.25s ease, border-color 0.25s;
}
.riad-bento:hover {
  transform: translateY(-1px);
  border-color: rgba(191,155,88,0.55);
}
.riad-bento-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(191,155,88,0.18);
  color: var(--saba-nude, var(--gold));
  flex-shrink: 0;
}
.riad-bento-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.riad-bento-text strong {
  font-family: 'Cinzel', serif;
  font-size: 1.2rem;
  color: var(--text-main);
}
.riad-bento-text span {
  font-size: 0.8rem;
  color: var(--text-muted);
}
.riad-bento > .fa-chevron-right {
  color: rgba(191,155,88,0.55);
  font-size: 0.85rem;
}
.riad-orders-title {
  margin: 8px 0 10px;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(232,200,140,0.7);
  font-weight: 600;
}
.riad-room-card {
  border-radius: 16px;
  border: 1px solid rgba(191,155,88,0.22);
  background: rgba(16,14,12,0.45);
  overflow: hidden;
  margin-bottom: 10px;
}
.riad-room-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 14px 14px;
  background: transparent;
  border: 0;
  color: inherit;
  text-align: left;
  cursor: pointer;
}
.riad-room-toggle-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(191,155,88,0.14);
  color: var(--gold);
}
.riad-room-toggle-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.riad-room-toggle-text strong {
  font-family: 'Cinzel', serif;
  font-size: 1.15rem;
  color: var(--text-main);
}
.riad-room-toggle-text em {
  font-style: normal;
  font-size: 0.78rem;
  color: var(--text-muted);
}
.riad-room-chevron {
  color: rgba(191,155,88,0.55);
  transition: transform 0.28s ease;
}
.riad-room-toggle.is-open .riad-room-chevron {
  transform: rotate(180deg);
}
.riad-room-panel {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0 10px 12px;
}
.riad-room-panel[hidden] { display: none !important; }
.riad-sub-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 12px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.03);
  color: #ebe4d6;
  font-size: 0.92rem;
  cursor: pointer;
  text-align: left;
}
.riad-sub-btn i { color: var(--gold); width: 1.1rem; text-align: center; }
.riad-sub-btn--hk i { color: #c9b48a; }
.riad-services-grid { margin-top: 4px; }
.riad-call { margin-top: 8px; }

.profile-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 8px;
}
.profile-fieldset {
  margin: 0;
  padding: 16px 0 4px;
  border: 0;
  border-top: 1px solid var(--saba-line, rgba(191,155,88,0.2));
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.profile-fieldset:first-child {
  padding-top: 0;
  border-top: 0;
}
.profile-fieldset legend {
  margin: 0 0 2px;
  padding: 0;
  font-family: 'Cinzel', serif;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}
.profile-field--toggle {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.profile-field--toggle input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--gold);
  flex-shrink: 0;
}
.theme-phase-switch {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 3px;
  border-radius: 16px;
  background: color-mix(in srgb, var(--text-muted, #b8a894) 18%, transparent);
  border: 1px solid color-mix(in srgb, var(--saba-line, rgba(191,155,88,0.28)) 70%, transparent);
  letter-spacing: normal;
  text-transform: none;
  --phase: 3;
}
.theme-phase-thumb {
  position: absolute;
  z-index: 0;
  top: 3px;
  bottom: 3px;
  left: 3px;
  width: calc((100% - 6px) / 4);
  border-radius: 13px;
  background: color-mix(in srgb, var(--bg-card, #1c1814) 82%, var(--gold-light, #f0d9a8));
  box-shadow:
    0 1px 1px rgba(255, 248, 230, 0.08),
    0 4px 14px rgba(0, 0, 0, 0.28);
  transform: translateX(calc(var(--phase, 0) * 100%));
  transition: transform 0.42s cubic-bezier(0.32, 0.72, 0, 1);
  pointer-events: none;
}
.theme-phase-opt {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 64px;
  padding: 10px 2px 8px;
  border: 0;
  background: transparent;
  color: var(--text-muted, #b8a894);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: color 0.28s ease;
}
.theme-phase-opt i {
  font-size: 1.05rem;
  line-height: 1;
}
.theme-phase-opt span {
  font-family: 'Manrope', sans-serif;
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  max-width: 100%;
}
.theme-phase-opt.is-on {
  color: var(--text-main, #f4eee4);
}
.theme-phase-opt:focus-visible {
  outline: 2px solid var(--gold, #d4ae6a);
  outline-offset: -4px;
  border-radius: 12px;
}
@media (prefers-reduced-motion: reduce) {
  .theme-phase-thumb {
    transition: none;
  }
}
.profile-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(232,200,140,0.75);
}
.profile-field > span {
  text-transform: none;
  letter-spacing: 0.01em;
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--text-muted);
}
.profile-field-hint {
  text-transform: none;
  letter-spacing: 0.01em;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 400;
  color: color-mix(in srgb, var(--text-muted) 82%, transparent);
}
.profile-field input,
.profile-field textarea {
  border-radius: 12px;
  border: 1px solid rgba(191,155,88,0.28);
  background: var(--saba-input-bg, rgba(12,10,8,0.55));
  color: var(--saba-input-fg, #f0e6d4);
  padding: 12px 14px;
  font-family: 'Manrope', sans-serif;
  font-size: 0.95rem;
  letter-spacing: normal;
  text-transform: none;
  resize: vertical;
}
.profile-field input:focus,
.profile-field textarea:focus {
  outline: none;
  border-color: rgba(191,155,88,0.55);
  box-shadow: 0 0 0 3px rgba(191,155,88,0.12);
}
.profile-saved {
  text-align: center;
  color: var(--gold);
  font-size: 0.85rem;
  margin: 8px 0 0;
}

.bottom-nav {
  position: fixed;
  left: 50%;
  bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  transform: translateX(-50%);
  width: auto;
  max-width: calc(100% - 28px);
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 2px;
  padding: 6px 8px;
  background: color-mix(in srgb, var(--bg-dark, #0c0b0a) 42%, transparent);
  border: 1px solid color-mix(in srgb, var(--gold) 22%, rgba(255, 255, 255, 0.14));
  border-radius: 999px;
  backdrop-filter: blur(22px) saturate(1.35);
  -webkit-backdrop-filter: blur(22px) saturate(1.35);
  /* Au-dessus de tous les tiroirs/modales (max 21000) pour rester visible et cliquable */
  z-index: 22000;
  box-shadow:
    0 10px 32px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  overflow: visible;
  transition: padding 0.28s cubic-bezier(0.22, 1, 0.36, 1), gap 0.28s ease;
}
body.is-nav-compact .bottom-nav {
  padding: 4px 6px;
  gap: 0;
}
.bottom-nav::before,
.bottom-nav::after {
  content: '';
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.bottom-nav::before {
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    108deg,
    transparent 0%,
    transparent 36%,
    rgba(232, 205, 150, 0.045) 46%,
    rgba(255, 244, 214, 0.09) 50%,
    rgba(232, 205, 150, 0.045) 54%,
    transparent 64%,
    transparent 100%
  );
  background-size: 240% 100%;
  background-repeat: no-repeat;
  animation: bottomNavShimmer 14s cubic-bezier(0.45, 0.05, 0.2, 1) infinite;
}
.bottom-nav::after {
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    118deg,
    transparent 0%,
    transparent 40%,
    rgba(255, 236, 190, 0.16) 50%,
    transparent 60%,
    transparent 100%
  );
  background-size: 220% 100%;
  opacity: 0.45;
  animation: bottomNavEdge 16s ease-in-out infinite;
}
.bottom-nav > * {
  position: relative;
  z-index: 1;
}
@keyframes bottomNavShimmer {
  0%, 18% { background-position: 130% 0; }
  58% { background-position: -30% 0; }
  100% { background-position: -30% 0; }
}
@keyframes bottomNavEdge {
  0%, 22% { background-position: 80% 0; opacity: 0.28; }
  50% { background-position: 0% 0; opacity: 0.7; }
  78%, 100% { background-position: -40% 0; opacity: 0.28; }
}
html[data-saba-theme="bright"] .bottom-nav::before {
  background: linear-gradient(
    108deg,
    transparent 0%,
    transparent 38%,
    rgba(191, 155, 88, 0.05) 47%,
    rgba(255, 248, 230, 0.14) 50%,
    rgba(191, 155, 88, 0.05) 53%,
    transparent 62%,
    transparent 100%
  );
  background-size: 240% 100%;
}
.home-profile-chip {
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 6px 2px 0;
  padding: 7px 12px 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(191, 155, 88, 0.32);
  background: rgba(18, 14, 10, 0.35);
  color: rgba(232, 226, 214, 0.78);
  font-family: 'Manrope', sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 2;
}
.home-profile-chip i {
  font-size: 0.78rem;
  color: var(--gold, #d4ae6a);
}
.home-profile-chip.is-active {
  color: #f0d9a8;
  border-color: rgba(191, 155, 88, 0.55);
  background: rgba(191, 155, 88, 0.16);
}
html[data-saba-theme="bright"] .home-profile-chip {
  background: rgba(255, 252, 244, 0.72);
  color: var(--saba-ink-soft);
  border-color: var(--saba-line);
}
.bottom-nav-item {
  position: relative;
  isolation: isolate;
  flex: 1 1 0;
  min-width: 58px;
  max-width: 78px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 8px 12px 6px;
  border: 0;
  background: transparent;
  color: rgba(232,226,214,0.48);
  font-family: 'Manrope', sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0.7;
  transition: color 0.2s ease, transform 0.2s ease, opacity 0.22s ease, padding 0.28s ease, min-width 0.28s ease, gap 0.22s ease;
}
.bottom-nav-item::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 50%;
  width: 38px;
  height: 38px;
  border-radius: 13px;
  background: color-mix(in srgb, var(--gold) 22%, transparent);
  transform: translateX(-50%) scale(0.72);
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), top 0.28s ease;
}
.bottom-nav-item i {
  font-size: 1.12rem;
  transition: transform 0.25s ease, color 0.2s ease, filter 0.25s ease;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.38));
  mix-blend-mode: normal;
  color: var(--saba-nav-icon, #f4eee4);
}
.bottom-nav-item.is-active {
  color: #f0d9a8;
  opacity: 1;
}
.bottom-nav-item.is-active::before {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
.bottom-nav-item.is-active i {
  color: var(--saba-nav-icon-active, #fff8ea);
  transform: translateY(-1px) scale(1.12);
  filter:
    drop-shadow(0 0 8px color-mix(in srgb, var(--gold) 55%, transparent))
    drop-shadow(0 1px 3px rgba(0, 0, 0, 0.45));
}
body.is-nav-compact .bottom-nav-item {
  min-width: 48px;
  max-width: 64px;
  gap: 0;
  padding: 7px 13px;
}
body.is-nav-compact .bottom-nav-item::before {
  top: 50%;
  transform: translate(-50%, -50%) scale(0.72);
}
body.is-nav-compact .bottom-nav-item.is-active::before {
  transform: translate(-50%, -50%) scale(1);
}
body.is-nav-compact .bottom-nav-item.is-active i {
  transform: scale(1.12);
}
.bottom-nav-item.is-pulse i {
  animation: navPulse 0.42s ease;
}
@keyframes navPulse {
  0% { transform: scale(1); }
  40% { transform: scale(1.28); }
  100% { transform: scale(1); }
}
.bottom-nav-badge {
  position: absolute;
  top: 2px;
  right: calc(50% - 22px);
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: linear-gradient(135deg, #d4a050, #a87030);
  color: #1a1208;
  font-size: 0.65rem;
  font-weight: 700;
  display: grid;
  place-items: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.35);
}
.bottom-nav-badge[hidden] { display: none !important; }

.bottom-nav-item--ticket {
  overflow: visible;
}
.bottom-nav-macaron {
  width: 34px;
  height: 34px;
  margin: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: color-mix(in srgb, var(--gold) 16%, transparent);
  color: color-mix(in srgb, var(--gold-light, #f0d9a8) 68%, transparent);
  font-size: 0.92rem;
  border: 1px solid color-mix(in srgb, var(--gold) 26%, transparent);
  box-shadow: none;
  opacity: 0.78;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease, opacity 0.25s ease;
}
.bottom-nav-item--ticket.is-active .bottom-nav-macaron,
.bottom-nav-item--ticket.is-pulse .bottom-nav-macaron {
  opacity: 1;
  color: var(--gold-light, #f0d9a8);
  background: color-mix(in srgb, var(--gold) 24%, transparent);
  transform: scale(1.06);
  box-shadow: 0 0 12px color-mix(in srgb, var(--gold) 28%, transparent);
}
/* Ouvert : même langage que les autres icônes, un cran plus lisible */
.bottom-nav-item--ticket.is-ticket-open .bottom-nav-macaron {
  background: color-mix(in srgb, var(--gold) 22%, transparent);
  color: var(--gold-light, #e5b86a);
  border-color: color-mix(in srgb, var(--gold) 42%, transparent);
  box-shadow: none;
  opacity: 1;
  transform: scale(1.08);
}
.bottom-nav-item--ticket.is-ticket-open {
  color: #e5b86a;
}
.bottom-nav-macaron.is-catch {
  animation: navCatch 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.bottom-nav-item--ticket .bottom-nav-badge {
  top: 0;
  right: calc(50% - 22px);
}
.bottom-nav-item--ticket i {
  /* icon lives in macaron */
}
.bottom-nav-item--ticket > i { display: none; }

.nav-fly-chip {
  position: fixed;
  z-index: 22010;
  width: 28px;
  height: 28px;
  margin: -14px 0 0 -14px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #e8c078, #bf9b58);
  color: #1a1208;
  font-size: 0.75rem;
  pointer-events: none;
  box-shadow: 0 6px 18px rgba(191,155,88,0.45);
  transition: transform 0.48s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.48s ease;
  opacity: 1;
}

body:has(#bottomNav) .basket-fab {
  display: none !important;
}
body:has(#bottomNav) .music-fab {
  bottom: calc(78px + env(safe-area-inset-bottom, 0px));
}

.resupply-step--add.is-ok,
.resupply-step.is-ok {
  background: rgba(90, 160, 110, 0.35) !important;
  border-color: rgba(120, 190, 140, 0.55) !important;
  color: #b8f0c8 !important;
}
.resupply-footer--hint {
  justify-content: center;
  padding-top: 4px;
}

/* Élixirs — dégradés plus riches */
.catalog-card--accent {
  border: 1px solid color-mix(in srgb, var(--card-accent, #bf9b58) 50%, transparent);
  background:
    linear-gradient(165deg,
      color-mix(in srgb, var(--card-accent, #bf9b58) 28%, transparent),
      rgba(12,11,10,0.4) 48%,
      rgba(8,7,6,0.72));
  box-shadow:
    0 12px 32px color-mix(in srgb, var(--card-accent, #bf9b58) 16%, transparent),
    inset 0 1px 0 color-mix(in srgb, var(--card-accent, #bf9b58) 22%, transparent);
}
.catalog-card-swatch {
  height: 104px;
  background:
    radial-gradient(circle at 28% 28%, color-mix(in srgb, var(--card-accent, #bf9b58) 65%, #fff), transparent 58%),
    linear-gradient(145deg, color-mix(in srgb, var(--card-accent, #bf9b58) 78%, #2a2018), #0c0b0a);
  position: relative;
  overflow: hidden;
}
.catalog-card-swatch.has-custom-gradient {
  background: var(--card-gradient);
}
.catalog-card-swatch::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 80%, rgba(255,255,255,0.18), transparent 42%),
    linear-gradient(180deg, rgba(255,255,255,0.12), transparent 40%);
  pointer-events: none;
}
.catalog-card-swatch i {
  position: relative;
  z-index: 1;
  font-size: 2rem;
}

@media (prefers-reduced-motion: reduce) {
  .app-view.is-active,
  .nav-fly-chip,
  .nav-fly-chip--pop.is-flying,
  .bottom-nav-item.is-pulse i,
  .bottom-nav-item.is-catch i,
  .bottom-nav-badge.is-pop,
  .wa-cta--basket.is-pulse-add { animation: none !important; transition: none; }
  .bottom-nav,
  .bottom-nav-item,
  .bottom-nav-item::before,
  .bottom-nav-item i,
  .bottom-nav-item > span:not(.bottom-nav-macaron):not(.bottom-nav-badge) {
    transition: none;
  }
  .bottom-nav::before,
  .bottom-nav::after { animation: none !important; }
}


.music-fab[hidden] { display: none !important; }
.profile-select {
  border-radius: 12px;
  border: 1px solid rgba(191,155,88,0.28);
  background: var(--saba-input-bg, rgba(12,10,8,0.55));
  color: var(--saba-input-fg, #f0e6d4);
  padding: 12px 14px;
  font-family: 'Manrope', sans-serif;
  font-size: 0.95rem;
  letter-spacing: normal;
  text-transform: none;
}
.profile-field-hint {
  font-style: normal;
  font-size: 0.72rem;
  letter-spacing: normal;
  text-transform: none;
  color: var(--text-muted);
  margin-top: 2px;
}
.basket-line-top {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.basket-line-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  text-align: right;
}
.basket-line-fx {
  display: block;
  font-style: normal;
  font-size: 0.72rem;
  color: rgba(232,200,140,0.7);
  font-weight: 400;
}
.basket-line-svc {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 8px;
}
.basket-svc-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(232,200,140,0.65);
}
.basket-svc-field input,
.basket-svc-field select {
  border-radius: 10px;
  border: 1px solid rgba(191,155,88,0.28);
  background: var(--saba-input-bg, rgba(0,0,0,0.28));
  color: var(--saba-input-fg, #f0e6d4);
  padding: 8px 10px;
  font-family: 'Manrope', sans-serif;
  font-size: 0.82rem;
  letter-spacing: normal;
  text-transform: none;
}
.basket-field--note { margin-top: 4px; }
.basket-sheet-foot {
  flex-shrink: 0;
  margin-top: 2px;
  padding: 6px 0 calc(84px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid rgba(191,155,88,0.18);
}
.bottom-nav-item > span:not(.bottom-nav-macaron):not(.bottom-nav-badge) {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.46rem;
  letter-spacing: 0;
  line-height: 1.15;
  max-height: 1.35em;
  opacity: 1;
  transform: translateY(0);
  color: var(--saba-nav-label, #f4eee4);
  mix-blend-mode: normal;
  transition: opacity 0.2s ease, max-height 0.26s ease, transform 0.22s ease, margin 0.22s ease;
}
.bottom-nav-item.is-active > span:not(.bottom-nav-macaron):not(.bottom-nav-badge) {
  color: var(--saba-nav-label-active, #fff8ea);
}
body.is-nav-compact .bottom-nav-item > span:not(.bottom-nav-macaron):not(.bottom-nav-badge) {
  opacity: 0;
  max-height: 0;
  margin: 0;
  transform: translateY(4px);
  pointer-events: none;
}

/* FX sous les prix MAD */
.catalog-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.catalog-price-fx {
  display: block;
  margin-left: 0 !important;
  font-size: 0.78em;
  color: rgba(232,200,140,0.7);
}

.resupply-row-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.resupply-row-price {
  font-size: 0.72rem;
  color: rgba(232,200,140,0.78);
}
.resupply-row-price em {
  font-style: normal;
  opacity: 0.75;
  margin-left: 4px;
}

/* Audit polish — toast, top amenities, FX note */
.saba-toast {
  position: fixed;
  left: 50%;
  bottom: calc(20px + env(safe-area-inset-bottom, 0px));
  transform: translateX(-50%) translateY(12px);
  z-index: 12000;
  max-width: min(88vw, 360px);
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(18, 16, 14, 0.92);
  border: 1px solid rgba(191, 155, 88, 0.45);
  color: #f4ebda;
  font-size: 0.85rem;
  letter-spacing: 0.01em;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.saba-toast.is-on,
.saba-toast.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.riad-top-actions {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 10px;
}
.riad-top-actions .riad-sub-btn {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(191,155,88,0.22);
  background: rgba(16,14,12,0.45);
}

.basket-fx-disclaimer {
  margin: 0 0 4px;
  font-size: 0.68rem;
  line-height: 1.3;
  color: rgba(232, 200, 140, 0.62);
  text-align: center;
}

.modal-drawer-chrome {
  position: relative;
}
.modal-drawer-bar {
  position: relative;
}
.modal-drawer-chrome > .modal-drawer-bar > .modal-close-btn,
.modal-drawer-bar > .modal-close-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 12;
}
.modal-drawer-bar > .modal-close-btn:hover {
  transform: translateY(-50%) scale(1.06);
}

/* Fermeture sheets — coin supérieur droit */
.a2hs-sheet-panel,
.reception-sheet-panel,
.hk-sheet-panel,
.transport-sheet-panel,
.caprices-sheet-panel,
.resupply-sheet-panel,
.basket-sheet-panel,
.roya-place-sheet-panel {
  position: relative;
}
.a2hs-sheet-panel > .sheet-close-btn,
.reception-sheet-panel > .sheet-close-btn,
.hk-sheet-panel > .sheet-close-btn,
.transport-sheet-panel > .sheet-close-btn,
.caprices-sheet-panel > .sheet-close-btn,
.resupply-sheet-panel > .sheet-close-btn {
  position: absolute;
  top: 10px;
  right: 12px;
  transform: none;
  z-index: 20;
}
.a2hs-sheet-panel > .sheet-close-btn:hover,
.reception-sheet-panel > .sheet-close-btn:hover,
.hk-sheet-panel > .sheet-close-btn:hover,
.transport-sheet-panel > .sheet-close-btn:hover,
.caprices-sheet-panel > .sheet-close-btn:hover,
.resupply-sheet-panel > .sheet-close-btn:hover {
  transform: scale(1.06);
}

.saba-toast {
  position: fixed;
  left: 50%;
  bottom: calc(20px + env(safe-area-inset-bottom, 0px));
  transform: translateX(-50%) translateY(12px);
  z-index: 1600;
  max-width: min(90vw, 360px);
  padding: 12px 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(50,38,22,0.96), rgba(20,14,8,0.96));
  border: 1px solid rgba(191,155,88,0.4);
  color: #f4ebd9;
  font-size: 0.88rem;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  box-shadow: 0 12px 40px rgba(0,0,0,0.45);
}
.saba-toast.is-on {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.home-featured-grid--solo { grid-template-columns: 1fr; }
.home-feature-card--tour { grid-column: 1 / -1; }

.hk-sheet {
  position: fixed; inset: 0; z-index: 1450;
  display: flex; align-items: flex-end; justify-content: center;
  opacity: 0; visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s;
}
.hk-sheet.active { opacity: 1; visibility: visible; }
.hk-sheet-backdrop {
  position: absolute; inset: 0;
  background: rgba(0, 0, 0, 0.52);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.hk-sheet-panel {
  position: relative; width: min(460px, 100%);
  border-radius: 22px 22px 0 0;
  background: linear-gradient(165deg, #3a2a18 0%, #1c140c 42%, #120e0a 100%);
  border: 1px solid rgba(212,160,80,0.45); border-bottom: none;
  padding: 10px 18px calc(18px + env(safe-area-inset-bottom, 0px));
  transform: translateY(24px);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 -24px 80px rgba(0,0,0,0.65);
}
.hk-sheet.active .hk-sheet-panel { transform: translateY(0); }
.hk-sheet-handle {
  width: 42px; height: 4px; border-radius: 999px;
  background: rgba(230,180,100,0.45); margin: 4px auto 12px;
}
.hk-sheet-header { text-align: center; margin-bottom: 14px; }
.hk-sheet-icon {
  width: 48px; height: 48px; margin: 0 auto 10px; border-radius: 14px;
  display: grid; place-items: center;
  background: rgba(191,155,88,0.16); color: var(--gold);
}
.hk-sheet-title {
  margin: 0 0 6px; font-family: 'Cinzel', serif;
  font-size: 1.45rem; color: var(--text-main); font-weight: 500;
}
.hk-sheet-sub { margin: 0; font-size: 0.88rem; color: var(--text-muted); }
.hk-field {
  display: flex; flex-direction: column; gap: 6px; margin-bottom: 12px;
  font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(232,200,140,0.75);
}
.hk-field input, .hk-field textarea {
  border-radius: 12px; border: 1px solid rgba(191,155,88,0.28);
  background: var(--saba-input-bg, rgba(12,10,8,0.55)); color: var(--saba-input-fg, #f0e6d4);
  padding: 12px 14px; font-family: 'Manrope', sans-serif;
  font-size: 0.95rem; letter-spacing: normal; text-transform: none;
}
.hk-sheet-actions { display: flex; gap: 10px; margin-top: 8px; }
.hk-cancel, .hk-send {
  flex: 1; border-radius: 14px; padding: 14px 12px; font-weight: 600;
  font-size: 0.82rem; cursor: pointer; border: 1px solid transparent;
}
.hk-cancel {
  background: rgba(255,255,255,0.05); border-color: rgba(255,255,255,0.1);
  color: rgba(240,233,219,0.75);
}
.hk-send {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: linear-gradient(135deg, rgba(212,160,80,0.55), rgba(120,80,30,0.45));
  border-color: rgba(230,180,100,0.55); color: #f8edd8;
}
.hk-send i { color: #25d366; }

.nav-fly-chip--pop {
  width: 34px; height: 34px; margin: -17px 0 0 -17px;
  font-size: 0.85rem;
  transition: none;
}
.nav-fly-chip--pop.is-flying {
  animation: navFlyArc 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes navFlyArc {
  0% { transform: translate(0,0) scale(0.85); opacity: 0.9; }
  18% { transform: translate(calc(var(--fly-x) * 0.08), calc(var(--fly-y) * 0.05 - 8px)) scale(1.2); opacity: 1; }
  58% { transform: translate(calc(var(--fly-x) * 0.62), calc(var(--fly-y) * 0.5 - var(--fly-arc, 40px))) scale(1); opacity: 1; }
  100% { transform: translate(var(--fly-x), var(--fly-y)) scale(0.25); opacity: 0; }
}
.bottom-nav-item.is-catch i {
  animation: navCatch 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes navCatch {
  0% { transform: scale(1); }
  35% { transform: scale(1.35); }
  60% { transform: scale(0.92); }
  100% { transform: scale(1); }
}
.bottom-nav-badge.is-pop {
  animation: badgePop 0.48s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes badgePop {
  0% { transform: scale(0.6); }
  55% { transform: scale(1.35); }
  100% { transform: scale(1); }
}
.wa-cta--basket.is-pulse-add {
  animation: addBtnFlash 0.45s ease;
}
@keyframes addBtnFlash {
  0% { transform: scale(1); }
  40% { transform: scale(1.14); box-shadow: 0 0 0 6px rgba(191,155,88,0.2); }
  100% { transform: scale(1); }
}

/* --- Se Déplacer CTA --- */
.move-cta.service-btn {
  grid-column: 1 / -1;
  margin: 12px 0 4px;
  cursor: pointer;
  text-align: center;
}
.move-cta.service-btn .move-cta-icon {
  font-size: 1.5rem;
  margin-bottom: 5px;
}
.move-cta.service-btn .move-cta-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.move-cta.service-btn .service-label {
  font-family: 'Cinzel', serif;
  font-size: 1.08rem;
  font-weight: 600;
}
.move-cta.service-btn:active { transform: scale(0.96); }

.info-transport-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(212,160,80,0.45);
  background: linear-gradient(135deg, rgba(212,160,80,0.28), rgba(80,55,20,0.35));
  color: #f6edd8;
  font-family: 'Manrope', sans-serif;
  font-size: 0.88rem;
  cursor: pointer;
}
.info-transport-cta i { color: #e5b86a; }

/* --- Transport sheet --- */
.transport-sheet {
  position: fixed; inset: 0; z-index: 20500;
  display: flex; align-items: flex-end; justify-content: center;
  opacity: 0; visibility: hidden; transition: opacity 0.25s ease, visibility 0.25s;
}
.transport-sheet.active { opacity: 1; visibility: visible; }
.transport-sheet-backdrop {
  position: absolute; inset: 0;
  background: rgba(0, 0, 0, 0.52);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.transport-sheet-panel {
  position: relative;
  width: min(500px, 100%);
  max-height: min(88dvh, 720px);
  overflow: auto;
  padding: 12px 18px calc(20px + env(safe-area-inset-bottom, 0px));
  border-radius: 22px 22px 0 0;
  background: linear-gradient(180deg, rgba(32,26,18,0.98), rgba(14,12,10,0.99));
  border: 1px solid rgba(191,155,88,0.28);
  border-bottom: 0;
  transform: translateY(110%);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 -16px 48px rgba(0,0,0,0.45);
}
.transport-sheet.active .transport-sheet-panel { transform: translateY(0); }
.transport-sheet-handle {
  width: 42px; height: 4px; border-radius: 999px;
  background: rgba(230,180,100,0.4); margin: 2px auto 12px;
}
.transport-sheet-header { text-align: center; margin-bottom: 14px; }
.transport-sheet-icon {
  width: 48px; height: 48px; margin: 0 auto 8px; border-radius: 16px;
  display: grid; place-items: center;
  background: rgba(191,155,88,0.16); color: #e5b86a; font-size: 1.2rem;
}
.transport-sheet-title {
  margin: 0; font-family: 'Cinzel', serif; font-size: 1.15rem; color: var(--text-main);
}
.transport-sheet-sub { margin: 4px 0 0; font-size: 0.88rem; color: var(--text-muted); }
.transport-opt {
  display: flex; align-items: center; gap: 12px; width: 100%;
  margin-bottom: 8px; padding: 14px 14px;
  border-radius: 16px; border: 1px solid rgba(191,155,88,0.22);
  background: rgba(0,0,0,0.28); color: var(--text-main); text-align: left;
  font-family: 'Manrope', sans-serif; font-size: 0.9rem; cursor: pointer;
}
.transport-opt > i:first-child { color: #e5b86a; width: 1.2em; text-align: center; }
.transport-opt > span { flex: 1; }
.transport-opt > .fa-chevron-right { color: rgba(229,184,106,0.45); font-size: 0.75rem; }
.transport-opt--soft { opacity: 0.88; border-style: dashed; }
.transport-back {
  border: 0; background: transparent; color: rgba(229,184,106,0.85);
  font-size: 0.8rem; padding: 0 0 10px; cursor: pointer;
}
.transport-detail-title {
  margin: 0 0 12px; font-family: 'Cinzel', serif; font-size: 1rem; color: var(--text-main);
}
.transport-driver-note {
  margin: -4px 0 14px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(191,155,88,0.22);
  background: rgba(191,155,88,0.08);
  color: var(--text-main);
  font-size: 0.8rem;
  line-height: 1.4;
}
.transport-field {
  display: flex; flex-direction: column; gap: 6px; margin-bottom: 12px;
  font-size: 0.68rem; letter-spacing: 0.06em; text-transform: uppercase;
  color: rgba(232,200,140,0.7);
}
.transport-field input,
.transport-field textarea {
  border-radius: 12px; border: 1px solid rgba(191,155,88,0.28);
  background: var(--saba-input-bg, rgba(0,0,0,0.28)); color: var(--saba-input-fg, #f0e6d4); padding: 12px;
  font-family: 'Manrope', sans-serif; font-size: 0.9rem;
  text-transform: none; letter-spacing: normal;
  -webkit-appearance: none; appearance: none;
}
.transport-check {
  display: flex; align-items: flex-start; gap: 10px;
  margin: 4px 0 14px; padding: 12px;
  border-radius: 14px; border: 1px solid rgba(191,155,88,0.2);
  background: var(--saba-tile-bg, rgba(0,0,0,0.22)); color: var(--text-main);
  font-size: 0.88rem; line-height: 1.35; cursor: pointer;
  text-transform: none; letter-spacing: normal;
}
.transport-check input {
  width: 18px; height: 18px; margin-top: 1px; accent-color: #bf9b58;
  flex-shrink: 0;
}
.transport-sheet-actions { display: flex; gap: 10px; margin-top: 8px; }
.transport-cancel, .transport-send {
  flex: 1; border-radius: 14px; padding: 14px 12px; font-weight: 600;
  font-size: 0.82rem; cursor: pointer; border: 1px solid transparent;
}
.transport-cancel {
  background: rgba(255,255,255,0.05); border-color: rgba(255,255,255,0.1);
  color: rgba(240,233,219,0.75);
}
.transport-send {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: linear-gradient(135deg, rgba(212,160,80,0.55), rgba(120,80,30,0.45));
  border-color: rgba(230,180,100,0.55); color: #f8edd8;
}
.transport-send i { color: #25d366; }


/* Barre bas always-on-top : marge basse des tiroirs */
.modal-panel,
.basket-sheet-panel,
.resupply-sheet-panel,
.reception-sheet-panel,
.a2hs-sheet-panel,
.hk-sheet-panel,
.caprices-sheet-panel,
.transport-sheet-panel,
.roya-place-sheet-panel,
.remote-intro-panel,
.modal-panel {
  height: calc(100dvh + env(safe-area-inset-bottom, 0px)) !important;
  max-height: calc(100dvh + env(safe-area-inset-bottom, 0px)) !important;
  margin-top: 0;
  width: 100% !important;
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
  border-radius: 22px 22px 0 0 !important;
}
.resupply-sheet-panel,
.reception-sheet-panel,
.a2hs-sheet-panel,
.hk-sheet-panel,
.caprices-sheet-panel,
.transport-sheet-panel {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.transport-sheet-panel .transport-step:not([hidden]),
.resupply-sheet-panel .resupply-list {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.caprices-sheet-panel .caprices-sheet-scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  touch-action: pan-y;
}
.caprices-sheet-panel .caprices-cats {
  flex: none;
  overflow: visible;
}

/* Padding bas des contenus scrollables pour dégager l'îlot navbar */
.basket-sheet-body,
.resupply-list,
.transport-step:not([hidden]),
.caprices-sheet-scroll,
.hk-sheet-panel,
.reception-sheet-panel,
.roya-place-sheet-panel,
.remote-intro-panel {
  padding-bottom: calc(84px + env(safe-area-inset-bottom, 0px)) !important;
}
/* modal-drawer-body — règle consolidée dans la section modales ci-dessus */
.hk-sheet-panel {
  overflow-y: auto;
}
.caprices-sheet-actions,
.transport-sheet-actions,
.hk-sheet-actions {
  flex-shrink: 0;
}
.saba-toast {
  z-index: 19990 !important;
  bottom: calc(84px + env(safe-area-inset-bottom, 0px)) !important;
}

/* Ticket : le panier reste sous la barre nav (22000) pour pouvoir la refermer */
body.ticket-sheet-open .basket-sheet.active {
  z-index: 20500 !important;
}

.basket-sheet-count {
  margin: 0;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 10px;
  border-radius: 999px;
  border: 1px solid rgba(191,155,88,0.3);
  background: rgba(191,155,88,0.12);
  color: #e5b86a;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.basket-sheet-count[hidden] { display: none !important; }

.basket-lift {
  flex-shrink: 0;
  padding: 0 14px 8px;
}
.basket-lift[hidden] { display: none !important; }
.basket-lift-track {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 2px 2px 6px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.basket-lift-track::-webkit-scrollbar { display: none; }
.basket-lift-chip {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 160px;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(191,155,88,0.28);
  background: var(--saba-tile-bg, rgba(0,0,0,0.32));
  color: var(--text-main);
  font-family: 'Manrope', sans-serif;
  font-size: 0.72rem;
  cursor: pointer;
  white-space: nowrap;
}
.basket-lift-idx {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(191,155,88,0.22);
  color: #e5b86a;
  font-size: 0.62rem;
  font-weight: 700;
}
.basket-lift-name {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90px;
}
.basket-lift-chip em {
  font-style: normal;
  color: rgba(232,200,140,0.7);
  font-size: 0.68rem;
}

.basket-ticket {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}
.basket-line--card {
  margin: 0;
  padding: 12px !important;
  border-radius: 16px;
  border: 1px solid rgba(191,155,88,0.35) !important;
  background:
    linear-gradient(160deg, rgba(42,34,24,0.82), rgba(18,14,10,0.92));
  box-shadow: 0 8px 20px rgba(0,0,0,0.22);
  gap: 10px;
}
.basket-line--card + .basket-line--card {
  border-top: 1px solid rgba(191,155,88,0.22) !important;
}
.basket-line--card.is-flash {
  animation: basketCardFlash 0.55s ease;
}
@keyframes basketCardFlash {
  0%, 100% { box-shadow: 0 8px 20px rgba(0,0,0,0.18); }
  40% { box-shadow: 0 0 0 2px rgba(212,160,80,0.55), 0 10px 24px rgba(0,0,0,0.25); }
}
.basket-line-unit {
  display: block;
  font-size: 0.68rem;
  color: rgba(232,200,140,0.78);
  font-weight: 400;
}
.basket-line-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.basket-line--card .basket-line-main {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  flex: 1;
}
.basket-line--card .basket-line-qty {
  flex-shrink: 0;
}

/* Lignes carnet compactes + édition */
.basket-line--card {
  padding: 8px 10px !important;
  gap: 0;
}
.basket-line-compact {
  display: flex;
  align-items: center;
  gap: 6px;
}
.basket-line-summary {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  border: 0;
  background: transparent;
  padding: 4px 2px;
  text-align: left;
  cursor: pointer;
  color: inherit;
}
.basket-line-summary strong {
  font-size: 0.88rem;
  color: #f0e6d4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.basket-line-sum-meta {
  font-size: 0.7rem;
  color: rgba(232, 200, 140, 0.88);
  letter-spacing: 0.02em;
}
.basket-line-sum-note {
  font-style: italic;
  font-size: 0.68rem;
  color: rgba(224, 224, 224, 0.68);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.basket-line-edit-btn {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(191, 155, 88, 0.28);
  background: rgba(191, 155, 88, 0.1);
  color: #e5c48a;
  display: grid;
  place-items: center;
  cursor: pointer;
  flex-shrink: 0;
}
.basket-line-edit-btn:hover {
  background: rgba(191, 155, 88, 0.2);
}
.basket-line--card.is-editing {
  padding-bottom: 12px !important;
  border-color: rgba(212, 160, 80, 0.4) !important;
}
.basket-line-editor {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(191, 155, 88, 0.16);
  animation: basketEditorIn 0.35s ease;
}
.basket-line-editor[hidden] { display: none !important; }
@keyframes basketEditorIn {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: none; }
}
.basket-line-note-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 8px 0;
  font-size: 0.72rem;
  color: rgba(232, 200, 140, 0.7);
}
.basket-line-note-field textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(191, 155, 88, 0.25);
  background: rgba(0, 0, 0, 0.28);
  color: #f0e6d4;
  padding: 8px 10px;
  font-family: inherit;
  font-size: 0.82rem;
  resize: vertical;
}

/* Tooltip premier ajout Carnet */
.carnet-coach {
  position: fixed;
  z-index: 12000;
  width: min(280px, calc(100vw - 24px));
  padding: 12px 14px 12px 12px;
  border-radius: 16px;
  border: 1px solid rgba(212, 175, 105, 0.45);
  background:
    linear-gradient(155deg, rgba(48, 38, 24, 0.96), rgba(18, 16, 14, 0.96));
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.45),
    0 0 28px rgba(191, 155, 88, 0.18);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  opacity: 0;
  transform: translateY(10px) scale(0.96);
  transition: opacity 0.45s ease, transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: auto;
}
.carnet-coach.is-on {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.carnet-coach.is-out {
  opacity: 0;
  transform: translateY(8px) scale(0.97);
  transition-duration: 0.35s;
}
.carnet-coach-icon {
  width: 34px;
  height: 34px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  background: linear-gradient(145deg, rgba(212, 160, 80, 0.35), rgba(120, 90, 40, 0.25));
  color: #f0d090;
  box-shadow: 0 0 16px rgba(212, 160, 80, 0.25);
}
.carnet-coach p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.45;
  color: rgba(242, 232, 214, 0.9);
}
.carnet-coach-arrow {
  position: absolute;
  bottom: -7px;
  left: 50%;
  width: 14px;
  height: 14px;
  transform: translateX(-50%) rotate(45deg);
  background: rgba(28, 24, 18, 0.98);
  border-right: 1px solid rgba(212, 175, 105, 0.4);
  border-bottom: 1px solid rgba(212, 175, 105, 0.4);
}
.carnet-coach-sparkles {
  position: absolute;
  inset: -8px;
  pointer-events: none;
  overflow: visible;
}
.carnet-coach-sparkles i {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #e8c878;
  box-shadow: 0 0 8px rgba(232, 200, 120, 0.85);
  animation: carnetSpark 1.8s ease-in-out infinite;
  opacity: 0;
}
.carnet-coach-sparkles i:nth-child(1) { top: 8%; left: 12%; animation-delay: 0s; }
.carnet-coach-sparkles i:nth-child(2) { top: 0; right: 18%; animation-delay: 0.25s; background: #f6e6b8; }
.carnet-coach-sparkles i:nth-child(3) { bottom: 18%; left: 4%; animation-delay: 0.45s; width: 3px; height: 3px; }
.carnet-coach-sparkles i:nth-child(4) { top: 35%; right: 2%; animation-delay: 0.15s; background: #c9a05a; }
.carnet-coach-sparkles i:nth-child(5) { bottom: 6%; right: 22%; animation-delay: 0.55s; }
.carnet-coach-sparkles i:nth-child(6) { top: 12%; left: 48%; animation-delay: 0.35s; width: 4px; height: 4px; background: #fff4d4; }
@keyframes carnetSpark {
  0%, 100% { opacity: 0; transform: scale(0.4) translateY(4px); }
  35% { opacity: 1; transform: scale(1.15) translateY(-2px); }
  70% { opacity: 0.5; transform: scale(0.85) translateY(-6px); }
}

/* Désirs & Caprices */
.riad-caprices {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin: 10px 0 14px;
  padding: 14px 14px;
  border-radius: 16px;
  border: 1px solid rgba(191, 155, 88, 0.28);
  background:
    linear-gradient(135deg, rgba(191, 155, 88, 0.12), rgba(40, 30, 18, 0.35));
  color: inherit;
  text-align: left;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.riad-tile.is-caprice-cast {
  animation: capriceTileFlash 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes capriceTileFlash {
  0% { box-shadow: 0 0 0 0 rgba(232, 200, 120, 0); }
  28% {
    box-shadow:
      0 0 0 1px rgba(232, 200, 120, 0.45),
      0 0 28px 4px rgba(212, 175, 105, 0.28);
    filter: brightness(1.08);
  }
  100% { box-shadow: 0 0 0 0 rgba(232, 200, 120, 0); filter: none; }
}
.caprice-spark-layer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 21550;
  overflow: visible;
}
.caprice-spark-ring {
  position: absolute;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  border-radius: 50%;
  border: 1px solid rgba(246, 230, 184, 0.55);
  box-shadow: 0 0 16px rgba(232, 200, 120, 0.35);
  animation: capriceRing 0.85s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes capriceRing {
  0% { opacity: 0.8; transform: scale(0.4); }
  100% { opacity: 0; transform: scale(4.2); }
}
.caprice-spark {
  position: absolute;
  width: var(--size, 4px);
  height: var(--size, 4px);
  margin: 0;
  transform: translate(-50%, -50%);
  background: #f6e6b8;
  border-radius: 50%;
  box-shadow: 0 0 8px 1px rgba(232, 200, 120, 0.75);
  animation: capriceSparkFly 0.95s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: var(--delay, 0ms);
  opacity: 0;
}
.caprice-spark--star {
  border-radius: 0;
  background: #fff6d8;
  clip-path: polygon(50% 0, 61% 35%, 100% 50%, 61% 65%, 50% 100%, 39% 65%, 0 50%, 39% 35%);
  box-shadow: 0 0 12px 2px rgba(255, 236, 190, 0.85);
}
.caprice-spark--glint {
  background: #e8c878;
  box-shadow: 0 0 10px 2px rgba(212, 160, 80, 0.7);
}
.caprice-spark--rise {
  animation-name: capriceSparkRise;
  animation-duration: 1.25s;
}
@keyframes capriceSparkFly {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(0.25); }
  16% { opacity: 1; transform: translate(calc(-50% + var(--dx) * 0.28), calc(-50% + var(--dy) * 0.28)) scale(1.2); }
  100% { opacity: 0; transform: translate(calc(-50% + var(--dx)), calc(-50% + var(--dy))) scale(0.15); }
}
@keyframes capriceSparkRise {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(0.2); }
  18% { opacity: 1; transform: translate(calc(-50% + var(--dx) * 0.2), calc(-50% + var(--dy) * 0.2)) scale(1.15); }
  100% { opacity: 0; transform: translate(calc(-50% + var(--dx)), calc(-50% + var(--dy))) scale(0.35); }
}
.caprices-sheet-icon.is-casting {
  animation: capriceIconGlow 1.15s ease;
}
@keyframes capriceIconGlow {
  0% { box-shadow: 0 0 0 0 rgba(232, 200, 120, 0); }
  32% { box-shadow: 0 0 26px 6px rgba(232, 200, 120, 0.42); }
  100% { box-shadow: 0 0 0 0 rgba(232, 200, 120, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .riad-tile.is-caprice-cast,
  .caprices-sheet-icon.is-casting,
  .caprice-spark,
  .caprice-spark-ring {
    animation: none !important;
  }
}
.riad-caprices-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(191, 155, 88, 0.18);
  color: #e5c48a;
  flex-shrink: 0;
}
.riad-caprices-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.riad-caprices-text strong {
  font-family: 'Cinzel', serif;
  font-size: 0.95rem;
  color: #f0d9a8;
  letter-spacing: 0.03em;
}
.riad-caprices-text em {
  font-style: normal;
  font-size: 0.75rem;
  color: rgba(224, 224, 224, 0.55);
}
.riad-caprices > .fa-chevron-right {
  color: rgba(191, 155, 88, 0.55);
  font-size: 0.8rem;
}

.caprices-sheet {
  position: fixed;
  inset: 0;
  z-index: 20500;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
  visibility: hidden;
}
.caprices-sheet.active {
  pointer-events: auto;
  visibility: visible;
}
.caprices-sheet-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.52);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.caprices-sheet.active .caprices-sheet-backdrop { opacity: 1; }
.caprices-sheet-panel {
  position: relative;
  width: min(480px, 100%);
  overflow: hidden;
  border-radius: 22px 22px 0 0;
  padding: 10px 18px calc(18px + env(safe-area-inset-bottom, 0px));
  background: linear-gradient(180deg, #2a241c, #141210 40%);
  border: 1px solid rgba(191, 155, 88, 0.28);
  border-bottom: 0;
  transform: translateY(110%);
  transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}
.caprices-sheet.active .caprices-sheet-panel { transform: translateY(0); }
.caprices-sheet.is-entering .caprices-cat {
  opacity: 0;
  transform: translateY(14px);
  animation: capricesCatIn 0.62s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: calc(var(--caprice-i, 0) * 70ms);
}
@keyframes capricesCatIn {
  to {
    opacity: 1;
    transform: none;
  }
}
.caprices-sheet-handle {
  width: 42px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  margin: 4px auto 12px;
}
.caprices-sheet-header { text-align: center; margin-bottom: 14px; }
.caprices-sheet-icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 8px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(191, 155, 88, 0.18);
  color: #e5c48a;
}
.caprices-sheet-title {
  margin: 0 0 4px;
  font-family: 'Cinzel', serif;
  font-size: 1.1rem;
  color: var(--text-main);
}
.caprices-sheet-sub {
  margin: 0;
  font-size: 0.8rem;
  color: var(--text-muted);
}
.caprices-lead {
  margin: 8px 0 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.02rem;
  font-style: italic;
  line-height: 1.4;
  color: rgba(240, 230, 210, 0.72);
}
.caprices-cats {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 14px;
}
.caprices-cat {
  flex: 0 0 auto;
  border-radius: 16px;
  border: 1px solid rgba(191, 155, 88, 0.22);
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
  transition: border-color 0.3s ease, background 0.3s ease;
}
.caprices-cat.is-open {
  border-color: rgba(212, 175, 105, 0.45);
  background: linear-gradient(160deg, rgba(191, 155, 88, 0.12), rgba(20, 16, 12, 0.35));
}
.caprices-cat-head {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  padding: 16px 14px;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}
.caprices-cat-icon {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: rgba(191, 155, 88, 0.16);
  color: #e5c48a;
  flex-shrink: 0;
  font-size: 1.05rem;
}
.caprices-cat-copy {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.caprices-cat-copy strong {
  font-family: 'Cinzel', serif;
  font-size: 1rem;
  letter-spacing: 0.03em;
  color: var(--text-main);
  line-height: 1.3;
}
.caprices-cat-count {
  font-style: normal;
  font-size: 0.68rem;
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(191, 155, 88, 0.28);
  color: var(--text-main);
}
.caprices-cat-chevron {
  color: rgba(191, 155, 88, 0.55);
  font-size: 0.75rem;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.caprices-cat.is-open .caprices-cat-chevron { transform: rotate(180deg); }
.caprices-cat-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.caprices-cat.is-open .caprices-cat-body,
.caprices-cat-body.is-open {
  grid-template-rows: 1fr;
}
.caprices-cat-inner {
  overflow: hidden;
  min-height: 0;
  padding: 0 14px;
  opacity: 0;
  transform: translateY(-6px);
  transition:
    opacity 0.28s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    padding 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.caprices-cat.is-open .caprices-cat-inner {
  overflow: hidden;
  min-height: min-content;
  padding: 2px 14px 16px;
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1) 0.05s,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    padding 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.caprices-cat-head,
.caprices-chip {
  touch-action: pan-y;
}
.caprices-cat-story {
  margin: 0 0 10px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.98rem;
  font-style: italic;
  line-height: 1.45;
  color: rgba(232, 226, 214, 0.78);
}
.caprices-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 0;
}
.caprices-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 14px;
  border-radius: 999px;
  border: 1px solid rgba(191, 155, 88, 0.28);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(240, 230, 210, 0.9);
  font-size: 0.84rem;
  line-height: 1.25;
  cursor: pointer;
  transition: border-color 0.25s ease, background 0.25s ease;
}
.caprices-chip i { color: rgba(229, 184, 106, 0.75); font-size: 0.82rem; }
.caprices-chip.is-on {
  border-color: rgba(212, 160, 80, 0.55);
  background: rgba(191, 155, 88, 0.22);
  color: #f6edd8;
}
.caprices-free-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 14px;
  font-size: 0.75rem;
  color: rgba(232, 200, 140, 0.7);
}
.caprices-free-wrap textarea {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(191, 155, 88, 0.28);
  background: rgba(0, 0, 0, 0.28);
  color: #f0e6d4;
  padding: 10px 12px;
  font-family: inherit;
  font-size: 0.88rem;
  resize: vertical;
}
.caprices-sheet-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  position: sticky;
  bottom: 0;
  z-index: 2;
  margin: 0 -18px;
  padding: 12px 18px calc(84px + env(safe-area-inset-bottom, 0px));
  background: linear-gradient(180deg, transparent, #141210 32%, #141210 100%);
}
.caprices-cancel {
  border: 0;
  background: transparent;
  color: rgba(224, 224, 224, 0.55);
  padding: 10px 12px;
  cursor: pointer;
  font-size: 0.82rem;
}
.caprices-add {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 999px;
  font-family: 'Manrope', sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  cursor: pointer;
}
.caprices-add:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

@media (prefers-reduced-motion: reduce) {
  .caprices-cat,
  .caprices-cat-body,
  .caprices-cat-inner,
  .caprices-cat-chevron {
    transition: none !important;
  }
  .caprices-cat:not(.is-open) .caprices-cat-inner {
    opacity: 0;
    transform: none;
  }
  .caprices-cat.is-open .caprices-cat-inner {
    opacity: 1;
    transform: none;
  }
}

/* Header fixed + appel réception always-on-top */
.app-header-fixed {
  position: sticky;
  top: 0;
  z-index: 9000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 8px 0 10px;
  background: linear-gradient(180deg, rgba(18,16,14,0.97) 55%, rgba(18,16,14,0.82) 85%, transparent);
  backdrop-filter: blur(10px);
  min-width: 0;
}
.header-reception {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 10px;
  margin-right: 4px;
  padding: 7px 11px;
  border: 1px solid rgba(191,155,88,0.4);
  border-radius: 999px;
  background: linear-gradient(145deg, rgba(191,155,88,0.2), rgba(40,30,18,0.45));
  color: #f0e6d4;
  cursor: pointer;
  flex-shrink: 0;
  font: inherit;
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.2s ease;
  max-width: min(54vw, 230px);
}
.header-reception:hover {
  border-color: rgba(212,160,80,0.6);
  background: linear-gradient(145deg, rgba(191,155,88,0.3), rgba(50,38,22,0.55));
}
.header-reception:active {
  transform: scale(0.97);
}
.header-reception-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(191,155,88,0.22);
  color: #e5c48a;
  font-size: 0.75rem;
  flex-shrink: 0;
}
.header-reception-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.1;
  min-width: 0;
}
.header-reception-text strong {
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-reception-text em {
  font-style: normal;
  font-size: 0.62rem;
  color: rgba(229,184,106,0.75);
  letter-spacing: 0.08em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lang-flags.is-muted,
.welcome-replay-btn.is-muted,
.a2hs-chip.is-muted {
  opacity: 0.38;
  transform: scale(0.92);
  filter: saturate(0.7);
}
.welcome-replay-btn.is-muted:hover,
.a2hs-chip.is-muted:hover,
.lang-flags.is-muted:hover {
  opacity: 0.72;
}

/* Basket groups / remove / how / send handoff */
.basket-group-label {
  margin: 10px 2px 6px;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(229,184,106,0.7);
}
.basket-line.is-removing {
  animation: basketLineOut 0.28s ease forwards;
}
@keyframes basketLineOut {
  to {
    opacity: 0;
    transform: translateX(18px) scale(0.96);
    max-height: 0;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.basket-total-confirm {
  font-size: 0.72rem;
  color: rgba(232,200,140,0.65);
  font-weight: 400;
}
.basket-send {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.basket-send-exit {
  font-size: 0.78rem;
  color: rgba(220, 195, 155, 0.78);
  margin-left: 2px;
}
.basket-how { display: none !important; }
.basket-demo-tip {
  position: absolute;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 24px 18px calc(24px + env(safe-area-inset-bottom, 0px));
  border-radius: inherit;
  background: rgba(8, 6, 4, 0.48);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: auto;
}
.basket-demo-tip.is-on { opacity: 1; }
.basket-demo-tip.is-out { opacity: 0; }
.basket-demo-tip-card {
  width: min(100%, 340px);
  padding: 22px 20px 18px;
  border-radius: 20px;
  border: 1px solid rgba(191,155,88,0.35);
  background: linear-gradient(160deg, rgba(28,24,18,0.96), rgba(14,12,10,0.98));
  box-shadow: 0 24px 60px rgba(0,0,0,0.45);
  text-align: center;
  transform: translateY(10px) scale(0.98);
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}
.basket-demo-tip.is-on .basket-demo-tip-card {
  transform: translateY(0) scale(1);
}
.basket-demo-tip-eyebrow {
  margin: 0 0 6px;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(232,200,140,0.7);
}
.basket-demo-tip-title {
  margin: 0 0 10px;
  font-family: 'Cinzel', serif;
  font-size: 1.45rem;
  color: #f6ead4;
  font-weight: 600;
}
.basket-demo-tip-text {
  margin: 0 0 16px;
  font-size: 0.86rem;
  line-height: 1.45;
  color: rgba(232,226,214,0.78);
}
.basket-demo-tip-steps {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}
.basket-demo-tip-steps li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 10px 4px;
  border-radius: 12px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  font-size: 0.65rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(232,226,214,0.62);
}
.basket-demo-tip-steps i {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(191,155,88,0.16);
  color: #e8c88a;
  font-size: 0.78rem;
}
.basket-demo-tip-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 16px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 600;
  color: #1a1510;
  background: linear-gradient(135deg, #e8c88a, #bf9b58);
}
.basket-demo-tip-cta i {
  font-size: 0.85rem;
}
html[data-saba-theme="bright"] .basket-demo-tip {
  background: rgba(112, 88, 52, 0.22);
}
html[data-saba-theme="bright"] .basket-demo-tip-card {
  background: linear-gradient(160deg, rgba(252, 247, 239, 0.98), rgba(245, 234, 214, 0.98));
  border-color: rgba(138, 101, 40, 0.28);
}
html[data-saba-theme="bright"] .basket-demo-tip-title {
  color: #3b2814;
}
html[data-saba-theme="bright"] .basket-demo-tip-text,
html[data-saba-theme="bright"] .basket-demo-tip-steps li {
  color: #6b4a22;
}

.history-other-rooms {
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid rgba(191,155,88,0.2);
}
.history-other-rooms-label {
  margin: 0 0 10px;
  font-family: 'Cinzel', serif;
  font-size: 0.9rem;
  color: #f0d9a8;
  letter-spacing: 0.04em;
}
.history-other-rooms-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.history-room-badge {
  border: 1px solid color-mix(in srgb, var(--badge-accent, #bf9b58) 55%, transparent);
  background: color-mix(in srgb, var(--badge-accent, #bf9b58) 18%, transparent);
  color: #f6edd8;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 0.72rem;
  cursor: pointer;
}
.transport-concierge-root {
  max-height: 55vh;
  overflow: auto;
  margin-top: 8px;
}

/* ========== Design system: harmony (sobre & riche) ========== */
:root {
  --saba-radius-pill: 999px;
  --saba-radius-tile: 16px;
  --saba-radius-sheet: 22px 22px 0 0;
  --saba-cta-pad: 13px 18px;
  --saba-cta-font: 'Manrope', sans-serif;
  --saba-cta-size: 0.84rem;
  --saba-cta-track: 0.04em;
  --saba-cta-border: rgba(212, 175, 105, 0.4);
  --saba-cta-bg:
    linear-gradient(160deg, rgba(232, 205, 150, 0.2), rgba(120, 90, 45, 0.14) 55%, rgba(40, 32, 20, 0.28));
  --saba-cta-shadow:
    inset 0 1px 0 rgba(255, 248, 230, 0.1),
    0 8px 20px rgba(0, 0, 0, 0.2);
  --saba-tile-border: rgba(191, 155, 88, 0.24);
  --saba-tile-bg:
    linear-gradient(160deg, rgba(255, 255, 255, 0.035), transparent 48%),
    rgba(18, 15, 12, 0.55);
  --saba-title-font: 'Cinzel', serif;
  --saba-display-font: 'Cinzel', serif;
  --saba-body-font: 'Manrope', sans-serif;
  --saba-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --saba-duration: 0.58s;
  --saba-sheet-duration: 1.18s;
  --saba-view-duration: 1.22s;
  --saba-cta-fg: #f6ecd8;
}

.saba-cta,
.basket-send,
.caprices-add,
.transport-send,
.hk-send,
.roya-transport-add,
.roya-btn--gold,
.welcome-cta-premium {
  font-family: var(--saba-cta-font) !important;
  font-size: var(--saba-cta-size) !important;
  font-weight: 500 !important;
  letter-spacing: var(--saba-cta-track) !important;
  text-transform: none !important;
  border-radius: var(--saba-radius-pill) !important;
  border: 1px solid var(--saba-cta-border) !important;
  background: var(--saba-cta-bg) !important;
  color: var(--saba-cta-fg, #f3e8d0) !important;
  box-shadow: var(--saba-cta-shadow) !important;
  padding: var(--saba-cta-pad) !important;
  transition:
    transform var(--saba-duration, 0.32s) var(--saba-ease, cubic-bezier(0.22, 1, 0.36, 1)),
    box-shadow var(--saba-duration, 0.32s) var(--saba-ease, cubic-bezier(0.22, 1, 0.36, 1)),
    border-color var(--saba-duration, 0.32s) var(--saba-ease, cubic-bezier(0.22, 1, 0.36, 1)),
    background var(--saba-duration, 0.32s) var(--saba-ease, cubic-bezier(0.22, 1, 0.36, 1)),
    color var(--saba-duration, 0.32s) var(--saba-ease, cubic-bezier(0.22, 1, 0.36, 1)),
    filter var(--saba-duration, 0.32s) var(--saba-ease, cubic-bezier(0.22, 1, 0.36, 1));
}
.saba-cta:hover,
.basket-send:hover,
.caprices-add:hover,
.transport-send:hover,
.hk-send:hover,
.roya-transport-add:hover,
.roya-btn--gold:hover,
.welcome-cta-premium:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
}
.saba-cta:active,
.basket-send:active,
.caprices-add:active,
.transport-send:active,
.hk-send:active,
.roya-transport-add:active,
.roya-btn--gold:active,
.welcome-cta-premium:active {
  transform: scale(0.97);
  filter: brightness(0.98);
}

.riad-tile,
.move-cta,
.service-btn,
.service-btn--compact,
.transport-opt,
.basket-empty-choice {
  border-radius: var(--saba-radius-tile) !important;
  transition:
    transform var(--saba-duration, 0.32s) var(--saba-ease, cubic-bezier(0.22, 1, 0.36, 1)),
    box-shadow var(--saba-duration, 0.32s) var(--saba-ease, cubic-bezier(0.22, 1, 0.36, 1)),
    border-color var(--saba-duration, 0.32s) var(--saba-ease, cubic-bezier(0.22, 1, 0.36, 1)),
    background var(--saba-duration, 0.32s) var(--saba-ease, cubic-bezier(0.22, 1, 0.36, 1));
}
.riad-tile:active,
.move-cta:active,
.service-btn:active,
.service-btn--compact:active,
.transport-opt:active,
.basket-empty-choice:active {
  transform: scale(0.98);
}

.service-btn {
  border-radius: var(--saba-radius-tile) !important;
  border: 1px solid var(--saba-tile-border) !important;
  background: var(--saba-tile-bg) !important;
  box-shadow: var(--saba-tile-shadow) !important;
}
.service-btn::after { display: none !important; }
.service-btn .service-label,
.riad-tile-copy strong,
.move-cta-text strong {
  font-family: var(--saba-title-font) !important;
  font-weight: 600;
}
.riad-tile,
.riad-tile--hero,
.home-feature-card,
.riad-bento,
.riad-room-card,
.transport-opt,
.guide-place-card,
.move-cta,
.wifi-toggle {
  background: var(--saba-tile-bg) !important;
  border-color: var(--saba-tile-border) !important;
  color: var(--text-main);
}
.riad-tile--hero {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--gold) 20%, transparent), transparent 58%),
    var(--saba-tile-bg) !important;
}
.riad-tile:hover,
.home-feature-card:hover,
.riad-bento:hover {
  background:
    linear-gradient(160deg, color-mix(in srgb, var(--gold) 16%, transparent), transparent 52%),
    var(--saba-tile-bg) !important;
}
.move-cta-text strong {
  font-family: var(--saba-title-font) !important;
  font-size: 1.12rem !important;
  letter-spacing: 0.02em !important;
}

/* ——— Ticket façon bon de commande / reçu ——— */
.basket-sheet-panel--receipt {
  background:
    linear-gradient(180deg, rgba(36, 30, 22, 0.98) 0%, rgba(16, 13, 10, 0.99) 40%, rgba(10, 9, 8, 1) 100%) !important;
}
.basket-ticket--receipt {
  position: relative;
  gap: 0 !important;
  margin: 4px 0 8px;
  padding: 14px 12px 16px !important;
  border: 1px dashed rgba(212, 175, 105, 0.28) !important;
  border-radius: 4px 4px 14px 14px !important;
  background:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 11px,
      rgba(255, 255, 255, 0.015) 11px,
      rgba(255, 255, 255, 0.015) 12px
    ),
    rgba(8, 7, 6, 0.35) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}
.basket-ticket--receipt::before,
.basket-ticket--receipt::after {
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  height: 1px;
  background: repeating-linear-gradient(
    90deg,
    rgba(212, 175, 105, 0.35) 0 6px,
    transparent 6px 12px
  );
  pointer-events: none;
}
.basket-ticket--receipt::before { top: 6px; }
.basket-ticket--receipt::after { bottom: 6px; }
.basket-ticket--receipt .basket-group-label {
  margin: 12px 4px 6px;
  padding-bottom: 4px;
  border-bottom: 1px dashed rgba(191, 155, 88, 0.22);
  font-family: var(--saba-body-font);
  font-size: 0.64rem;
  letter-spacing: 0.14em;
}
.basket-ticket--receipt .basket-line--card,
.basket-ticket--receipt .basket-line {
  margin: 0 !important;
  padding: 10px 6px !important;
  border: 0 !important;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.basket-ticket--receipt .basket-line--card:last-child,
.basket-ticket--receipt .basket-line:last-child {
  border-bottom: 0 !important;
}
.basket-ticket--receipt .basket-line-summary strong,
.basket-ticket--receipt .basket-line-main strong {
  font-family: var(--saba-body-font);
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.basket-ticket--receipt .basket-line-price {
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
}
.basket-sheet-foot .basket-total {
  margin-top: 0;
  padding-top: 6px;
  border-top: 1px dashed rgba(212, 175, 105, 0.35);
}
.basket-sheet-count {
  border-style: dashed !important;
  border-radius: 6px !important;
  letter-spacing: 0.1em;
}

.basket-bill-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin: 0 0 2px;
}
.basket-bill-info-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 4px 2px;
  border: 0;
  background: transparent;
  color: rgba(229, 184, 106, 0.72);
  font-family: var(--saba-body-font);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  cursor: pointer;
}
.basket-bill-info-btn i {
  font-size: 0.9rem;
  opacity: 0.85;
}
.basket-bill-info-btn.is-open {
  color: #f0d9a8;
}
.basket-bill-tip {
  width: 100%;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px dashed rgba(191, 155, 88, 0.28);
  background: rgba(191, 155, 88, 0.08);
  animation: billTipIn 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.basket-bill-tip[hidden] { display: none !important; }
.basket-bill-tip p {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgba(232, 226, 214, 0.72);
}
.basket-bill-link {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  font-weight: 600;
  color: #e5c078;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  cursor: pointer;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.basket-bill-link:hover,
.basket-bill-link:focus-visible {
  color: #f6edd8;
}
.basket-bill-link.is-on {
  color: #c8b48a;
  text-decoration-style: dotted;
}
@keyframes billTipIn {
  from { opacity: 0; transform: translateY(4px) scale(0.98); }
  to { opacity: 1; transform: none; }
}

.profile-saved {
  opacity: 0;
  transform: translateY(4px);
}
.profile-saved.is-pop {
  animation: profileSavedPop 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes profileSavedPop {
  0% { opacity: 0; transform: translateY(6px) scale(0.96); }
  55% { opacity: 1; transform: translateY(0) scale(1.03); }
  100% { opacity: 1; transform: none; }
}

.header-reception-text strong,
.view-title {
  font-family: var(--saba-title-font);
}
.basket-sheet-head h3,
.caprices-sheet-title,
.transport-sheet-title,
.hk-sheet-title {
  font-family: var(--saba-display-font) !important;
  letter-spacing: 0.03em;
}

.saba-hint-shimmer {
  isolation: isolate;
}
.saba-hint-shimmer::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(
    105deg,
    transparent 36%,
    rgba(255, 236, 196, 0.28) 50%,
    transparent 64%
  );
  transform: translateX(-130%);
  animation: sabaHintShimmer 7.5s ease-in-out infinite;
}
@keyframes sabaHintShimmer {
  0%, 62%, 100% { transform: translateX(-130%); opacity: 0; }
  68% { opacity: 1; }
  82% { transform: translateX(130%); opacity: 0; }
}
.saba-hint-tip {
  position: absolute;
  left: 50%;
  top: calc(100% + 8px);
  z-index: 30;
  width: max-content;
  max-width: 200px;
  padding: 6px 10px;
  border-radius: 10px;
  background: rgba(12, 10, 8, 0.98);
  border: 1px solid rgba(191, 155, 88, 0.55);
  color: #f4ead6;
  font-size: 0.68rem;
  line-height: 1.3;
  letter-spacing: 0.01em;
  pointer-events: none;
  opacity: 0;
  transform: translateX(-50%) translateY(4px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  box-shadow: 0 14px 32px rgba(0,0,0,0.55);
}
.saba-hint-tip::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -5px;
  width: 8px;
  height: 8px;
  background: rgba(12, 10, 8, 0.98);
  border-left: 1px solid rgba(191, 155, 88, 0.55);
  border-top: 1px solid rgba(191, 155, 88, 0.55);
  transform: translateX(-50%) rotate(45deg);
}
.saba-hint-tip.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.saba-hint-tip--header {
  left: auto;
  right: 0;
  transform: translateX(0) translateY(4px);
}
.saba-hint-tip--header::before {
  left: auto;
  right: 12px;
  transform: rotate(45deg);
}
.saba-hint-tip--header.is-visible {
  transform: translateX(0) translateY(0);
}
.welcome-replay-btn.saba-hint-shimmer {
  position: relative;
}
@media (prefers-reduced-motion: reduce) {
  .saba-hint-shimmer::after {
    animation: none;
    display: none;
  }
}

/* Bright — composants main.css encore en dur */
html[data-saba-theme="bright"] .caprices-free-wrap textarea,
html[data-saba-theme="bright"] .caprices-chip {
  background: var(--saba-input-bg);
  color: var(--saba-input-fg);
  border-color: var(--saba-line);
}
html[data-saba-theme="bright"] .caprices-cat-story,
html[data-saba-theme="bright"] .caprices-chip {
  color: var(--text-main);
}
html[data-saba-theme="bright"] .modal-kicker {
  color: var(--text-muted) !important;
}
html[data-saba-theme="bright"] .dining-house-fold {
  background: rgba(191, 155, 88, 0.08);
  border-color: var(--saba-line);
}
html[data-saba-theme="bright"] .dining-house-fold-lead {
  color: var(--text-muted);
}
html[data-saba-theme="bright"] .guide-category:not(#modal-lexique .guide-category) {
  background: #fffaf2;
  border-color: rgba(80, 50, 16, 0.16);
}
html[data-saba-theme="bright"] .spa-notice-carousel {
  border-color: var(--saba-line);
}
html[data-saba-theme="bright"] .btn-history {
  color: var(--text-main);
  border-color: var(--saba-tile-border);
  background: rgba(255, 252, 244, 0.55);
}
html[data-saba-theme="bright"] .room-name {
  color: var(--text-main);
}
html[data-saba-theme="bright"] .remote-title {
  color: #2a1e12;
}
html[data-saba-theme="bright"] .wifi-code {
  border-color: var(--saba-line);
  background: rgba(255, 255, 255, 0.45);
}
html[data-saba-theme="bright"] .lang-flag.active {
  box-shadow: 0 0 0 2px var(--saba-nude);
}
html[data-saba-theme="bright"] .header-logo img {
  filter: none;
}

html[data-saba-theme="bright"] .weather-hero {
  background:
    linear-gradient(155deg, rgba(255, 250, 240, 0.95) 0%, rgba(242, 226, 190, 0.88) 100%);
  border-color: var(--saba-tile-border);
  box-shadow: var(--saba-shadow);
}
html[data-saba-theme="bright"] .weather-hero-temp {
  color: var(--text-main);
}
html[data-saba-theme="bright"] .weather-stat {
  background: rgba(255, 252, 244, 0.72);
  border-color: var(--saba-tile-border);
}
html[data-saba-theme="bright"] .weather-sun {
  background: rgba(191, 155, 88, 0.1);
  border-color: var(--saba-line);
}
html[data-saba-theme="bright"] .weather-day-card {
  background: rgba(255, 252, 244, 0.7);
  border-color: var(--saba-tile-border);
}
html[data-saba-theme="bright"] .weather-day-card.is-today {
  background: rgba(191, 155, 88, 0.14);
  border-color: rgba(138, 101, 40, 0.38);
}

.modal-panel,
.reception-sheet-panel,
.resupply-sheet-panel,
.a2hs-sheet-panel,
.basket-sheet-panel,
.hk-sheet-panel,
.transport-sheet-panel,
.caprices-sheet-panel,
.roya-place-sheet-panel {
  transition-duration: var(--saba-sheet-duration, 0.78s) !important;
  transition-timing-function: var(--saba-ease, cubic-bezier(0.16, 1, 0.3, 1)) !important;
}
.modal-backdrop,
.reception-sheet-backdrop,
.resupply-sheet-backdrop,
.a2hs-sheet-backdrop,
.basket-sheet-backdrop,
.hk-sheet-backdrop,
.transport-sheet-backdrop,
.caprices-sheet-backdrop,
.roya-place-sheet-backdrop {
  transition-duration: 0.95s !important;
  transition-timing-function: var(--saba-ease, cubic-bezier(0.16, 1, 0.3, 1)) !important;
}

.laundry-row {
  align-items: center;
  gap: 10px;
  padding: 10px 0;
}
.laundry-row-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  flex: 1;
}
.laundry-row-label {
  font-size: 0.84rem;
  color: var(--text-main);
  line-height: 1.3;
}
.laundry-hint {
  margin: 0 0 10px;
  font-size: 0.78rem;
  line-height: 1.4;
  color: var(--text-muted);
}

/* ── Settings Sheet ── */
.settings-sheet {
  position: fixed;
  inset: 0;
  z-index: 21000;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.32s ease;
}
.settings-sheet.active {
  pointer-events: auto;
  opacity: 1;
}
.settings-sheet-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.settings-sheet-panel {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--saba-sheet-bg, rgba(16, 14, 12, 0.96));
  border-radius: 0;
  padding: max(env(safe-area-inset-top, 0px), 12px) 0 env(safe-area-inset-bottom, 0px);
  transform: translateY(100%);
  transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}
.settings-sheet.active .settings-sheet-panel {
  transform: translateY(0);
}
.settings-sheet-bar {
  display: flex;
  justify-content: center;
  padding: 10px 0 4px;
}
.settings-sheet-bar .sheet-bar-handle {
  width: 36px;
  height: 4px;
  border-radius: 99px;
  background: var(--saba-line, rgba(212, 174, 106, 0.28));
}
.settings-sheet-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 20px 12px;
  flex-shrink: 0;
}
.settings-sheet-title {
  font-family: 'Cinzel', serif;
  font-size: 1.15rem;
  letter-spacing: 0.06em;
  color: var(--gold, #d4ae6a);
}
.settings-sheet-close {
  background: none;
  border: none;
  color: var(--text-muted, #b8a894);
  font-size: 1.2rem;
  padding: 8px;
  cursor: pointer;
  transition: color 0.2s;
}
.settings-sheet-close:hover {
  background: none;
  color: var(--gold-light, #f0d9a8);
}

#modal-roya-addresses .modal-drawer-body {
  padding-bottom: calc(70px + env(safe-area-inset-bottom, 0px));
}

@media (max-width: 430px) {
  .header-reception {
    max-width: 42vw;
    margin-left: 6px;
    padding: 7px 9px;
  }
  .header-reception-text em {
    display: none;
  }
}
.settings-sheet-body {
  padding: 0 20px calc(96px + env(safe-area-inset-bottom, 0px));
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  touch-action: auto;
}
.settings-privacy {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 4px 0 0;
  font-size: 0.72rem;
  line-height: 1.45;
  color: var(--text-muted, #b8a894);
  opacity: 0.7;
}
.settings-privacy i {
  margin-top: 2px;
  font-size: 0.68rem;
  color: var(--gold, #d4ae6a);
  opacity: 0.6;
}
.settings-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid color-mix(in srgb, var(--gold) 18%, rgba(255, 255, 255, 0.08));
  background: color-mix(in srgb, var(--bg-card, #1c1814) 78%, transparent);
  border-radius: 16px;
  padding: 14px;
}
.settings-group-label {
  font-family: 'Cinzel', serif;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted, #b8a894);
  margin: 0 0 6px;
}
.settings-action {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: var(--saba-wash, rgba(255,255,255,0.045));
  border: 1px solid var(--saba-line, rgba(212, 174, 106, 0.28));
  border-radius: 14px;
  color: var(--text-main, #f4eee4);
  font-size: 0.92rem;
  cursor: pointer;
  transition: background 0.2s;
}
.settings-action:hover {
  background: rgba(255,255,255,0.08);
}
.settings-action i {
  color: var(--gold, #d4ae6a);
  font-size: 1rem;
  width: 20px;
  text-align: center;
}
.settings-majordome {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  background: var(--saba-wash, rgba(255,255,255,0.045));
  border: 1px solid var(--saba-line, rgba(212, 174, 106, 0.28));
  border-radius: 14px;
  color: var(--text-main);
}
.settings-majordome-logo {
  width: 36px;
  height: 36px;
  object-fit: contain;
  flex-shrink: 0;
  margin-top: 1px;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.28));
}
.settings-majordome i {
  color: var(--gold);
  font-size: 1.2rem;
  margin-top: 2px;
}
.settings-majordome strong {
  font-size: 0.92rem;
  display: block;
  margin-bottom: 3px;
}
.settings-majordome p {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.4;
}
.legal-copy {
  padding: 4px 4px 28px;
  color: var(--text-main);
  font-family: 'Manrope', sans-serif;
  font-size: 0.92rem;
  line-height: 1.65;
}
.legal-copy p {
  margin: 0 0 14px;
  color: color-mix(in srgb, var(--text-main) 88%, transparent);
}
.legal-copy h3 {
  margin: 22px 0 8px;
  font-family: 'Cinzel', serif;
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--gold);
}
.lang-flags--settings {
  display: flex;
  gap: 8px;
}
.lang-flags--settings .lang-flag {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 12px;
  border: 1px solid var(--saba-line);
  background: var(--saba-wash);
  font-size: 0.92rem;
  color: var(--text-main);
  cursor: pointer;
  flex: 1;
  justify-content: center;
  transition: border-color 0.2s, background 0.2s;
}
.lang-flags--settings .lang-flag.active {
  border-color: var(--gold);
  background: color-mix(in srgb, var(--gold) 12%, transparent);
}
.wifi-toggle--settings {
  border-radius: 14px;
}
/* Header weather widget */
.header-weather {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  border-radius: 99px;
  background: var(--saba-wash);
  border: 1px solid var(--saba-line);
  color: var(--text-main);
  font-size: 0.82rem;
  cursor: pointer;
  transition: background 0.2s;
}
.header-weather:hover {
  background: rgba(255,255,255,0.08);
}
.header-weather-icon {
  font-size: 0.88rem;
  color: var(--gold);
}
.header-weather-temp {
  font-weight: 600;
  font-size: 0.82rem;
}
/* Header settings button */
.header-settings-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: none;
  border: 1px solid var(--saba-line);
  color: var(--text-muted);
  font-size: 0.92rem;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.header-settings-btn:hover {
  background: var(--saba-wash);
  color: var(--gold);
}

/* ── Idle Nudge ── */
.idle-nudge {
  position: fixed;
  bottom: calc(80px + env(safe-area-inset-bottom, 0px));
  left: 50%;
  transform: translateX(-50%);
  z-index: 21500;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.idle-nudge.is-on {
  opacity: 1;
  pointer-events: auto;
}
.idle-nudge.is-leaving {
  opacity: 0;
  transform: translateX(-50%) translateY(12px);
}
.idle-nudge-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 14px 18px 16px;
  background: color-mix(in srgb, var(--bg-dark, #0c0a08) 82%, transparent);
  border: 1px solid color-mix(in srgb, var(--gold) 25%, rgba(255, 255, 255, 0.1));
  border-radius: 20px;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.3);
  max-width: calc(100vw - 32px);
}
.idle-nudge-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-family: 'Cinzel', serif;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  color: var(--gold, #d4ae6a);
}
.idle-nudge-title i {
  animation: idle-point 1.5s ease-in-out infinite;
}
@keyframes idle-point {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(4px); }
}
.idle-nudge-tips {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
}
.idle-nudge-tip {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  background: var(--saba-wash, rgba(255,255,255,0.045));
  border: 1px solid var(--saba-line, rgba(212, 174, 106, 0.2));
  border-radius: 99px;
  color: var(--text-main, #f4eee4);
  font-size: 0.76rem;
  cursor: pointer;
  opacity: 0;
  transform: translateY(8px);
  animation: idle-tip-in 0.4s ease forwards;
  transition: background 0.2s;
}
.idle-nudge-tip:hover {
  background: rgba(255,255,255,0.08);
}
.idle-nudge-tip i {
  color: var(--gold, #d4ae6a);
  font-size: 0.82rem;
}
@keyframes idle-tip-in {
  to { opacity: 1; transform: translateY(0); }
}

/* ── Transport Inline (address cards) ── */
.roya-transport-inline {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  margin-top: 0;
  padding: 0 14px;
  border-top: 0 solid transparent;
  transition: max-height 0.4s cubic-bezier(0.22, 1, 0.36, 1),
              opacity 0.35s ease,
              margin-top 0.3s ease,
              padding 0.3s ease,
              border-top 0.3s ease;
}
.roya-transport-inline.is-open {
  max-height: 360px;
  opacity: 1;
  margin-top: 12px;
  padding: 14px;
  border-top: 1px solid var(--saba-line, rgba(212, 174, 106, 0.2));
}
.roya-transport-inline-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.roya-transport-inline-title {
  font-family: 'Cinzel', serif;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: var(--gold, #d4ae6a);
}
.roya-transport-inline-close {
  background: none;
  border: none;
  color: var(--text-muted);
  font-size: 0.82rem;
  padding: 4px;
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.2s;
}
.roya-transport-inline-close:hover {
  background: var(--saba-wash);
}
.roya-transport-inline-options {
  display: flex;
  gap: 6px;
  margin-bottom: 12px;
}
.roya-transport-opt {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1;
  padding: 9px 10px;
  border-radius: 12px;
  border: 1px solid var(--saba-line, rgba(212, 174, 106, 0.2));
  background: var(--saba-wash, rgba(255,255,255,0.04));
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  font-size: 0.78rem;
  color: var(--text-main);
}
.roya-transport-opt input[type="radio"] {
  display: none;
}
.roya-transport-opt i {
  color: var(--gold, #d4ae6a);
  font-size: 0.88rem;
}
.roya-transport-opt.is-on {
  border-color: var(--gold, #d4ae6a);
  background: color-mix(in srgb, var(--gold) 10%, transparent);
}
.roya-transport-inline-fields {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}
.roya-transport-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.roya-transport-field > span {
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.roya-transport-field input,
.roya-transport-field select {
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid var(--saba-line, rgba(212, 174, 106, 0.2));
  background: var(--saba-wash, rgba(255,255,255,0.04));
  color: var(--text-main);
  font-size: 0.82rem;
  font-family: 'Manrope', sans-serif;
}
.roya-transport-add {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 16px;
  border-radius: 99px;
  font-size: 0.82rem;
  cursor: pointer;
}
.roya-transport-add i {
  font-size: 0.72rem;
}

/* ── Roya subtitle scroll-hide ── */
.modal-roya-subtitle {
  font-size: 0.8rem;
  color: var(--gold);
  max-height: 1.6em;
  opacity: 1;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.25s ease, margin 0.3s ease;
}
.modal-roya-subtitle.is-hidden {
  max-height: 0;
  opacity: 0;
  margin: 0;
}

/* Tooltip ajout panier */
.basket-toast-tip {
  position: fixed;
  bottom: calc(72px + env(safe-area-inset-bottom, 0px));
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  z-index: 22000;
  background: rgba(20, 16, 10, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(191, 155, 88, 0.35);
  border-radius: 999px;
  padding: 6px 14px 6px 10px;
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: 'Manrope', sans-serif;
  font-size: 0.76rem;
  color: rgba(242, 232, 214, 0.92);
  letter-spacing: 0.02em;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.22s ease, transform 0.22s ease;
  white-space: nowrap;
}
.basket-toast-tip.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.basket-toast-tip i {
  color: rgba(191, 155, 88, 0.9);
  font-size: 0.72rem;
}

/* ========== Splash d’ouverture ========== */
body.is-splash-open {
  overflow: hidden;
}
body.is-splash-open .app-container,
body.is-splash-open .bottom-nav {
  opacity: 0;
  pointer-events: none;
  transition: none;
}
body.is-splash-revealing .app-container,
body.is-splash-revealing .bottom-nav {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 1.15s cubic-bezier(0.16, 1, 0.3, 1);
}
.saba-splash {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  grid-template-rows: 1fr auto;
  padding: 0 0 max(28px, env(safe-area-inset-bottom, 0px));
  background:
    radial-gradient(ellipse 70% 55% at 50% 42%, rgba(212, 174, 106, 0.1), transparent 62%),
    radial-gradient(ellipse 90% 80% at 50% 100%, rgba(0, 0, 0, 0.4), transparent 55%),
    #0c0b0a;
  opacity: 1;
  transform: none;
  transition:
    opacity 1.25s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.35s cubic-bezier(0.16, 1, 0.3, 1),
    filter 1.25s ease;
  pointer-events: auto;
}
.saba-splash.is-exit {
  opacity: 0;
  transform: translate3d(0, -10px, 0) scale(1.015);
  filter: blur(8px);
  pointer-events: none;
}
.saba-splash.is-gone {
  display: none;
}
.saba-splash-glow {
  position: absolute;
  width: min(72vw, 360px);
  height: min(72vw, 360px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 205, 150, 0.16) 0%, transparent 68%);
  filter: blur(32px);
  opacity: 0;
  transform: scale(0.82);
  transition: opacity 1.6s ease, transform 2s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.saba-splash.is-on .saba-splash-glow {
  opacity: 1;
  transform: scale(1);
}
.saba-splash.is-handoff .saba-splash-glow {
  opacity: 0.35;
  transform: scale(0.92);
}
.saba-splash-stage {
  position: relative;
  width: min(72vw, 280px);
  height: min(72vw, 280px);
  display: grid;
  place-items: center;
  align-self: center;
  justify-self: center;
}
.saba-splash-brand {
  width: 100%;
  height: auto;
  max-height: 280px;
  object-fit: contain;
  opacity: 0;
  transform: scale(0.94) translateY(8px);
  filter: drop-shadow(0 12px 36px rgba(0, 0, 0, 0.35));
  transition:
    opacity 1.35s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1.55s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.9s ease;
  will-change: transform, opacity;
}
.saba-splash-brand.is-in {
  opacity: 1;
  transform: scale(1) translateY(0);
  animation: sabaSplashBreathe 3.2s ease-in-out 1.2s both;
}
.saba-splash-brand.is-out {
  opacity: 0;
  transform: scale(0.96) translateY(-6px);
  filter: blur(5px) drop-shadow(0 8px 24px rgba(0, 0, 0, 0.25));
  animation: none;
  transition-duration: 0.85s;
}
@keyframes sabaSplashBreathe {
  0%, 100% { transform: scale(1) translateY(0); }
  50% { transform: scale(1.018) translateY(-1px); }
}
.saba-splash-credit {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 8px;
  min-height: 72px;
}
.saba-splash-major-btn {
  position: relative;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  border: 0;
  background: transparent;
  padding: 10px;
  perspective: 520px;
}
.saba-splash-major-btn.is-in {
  opacity: 0.38;
  transform: translateY(0);
}
.saba-splash-major-btn.is-spin {
  opacity: 0.48;
}
.saba-splash-major-btn .footer-logo-orbit {
  width: 30px;
  height: 30px;
  opacity: 0.85;
}
.saba-splash-major-btn .site-footer-logo {
  width: 16px;
  height: auto;
  opacity: 0.72;
}
.saba-splash-major-btn.is-spin .footer-logo-orbit {
  animation: footerLogoSpin 1.15s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
html[data-saba-theme="bright"] .saba-splash {
  background:
    radial-gradient(ellipse 70% 55% at 50% 42%, rgba(212, 174, 106, 0.18), transparent 62%),
    #f3ead8;
}
html.saba-splash-skip body.is-splash-open .app-container,
html.saba-splash-skip body.is-splash-open .bottom-nav {
  opacity: 1;
  pointer-events: auto;
}
html.saba-splash-skip .saba-splash {
  display: none !important;
}
html.saba-splash-skip body.is-splash-open {
  overflow: auto;
}
@media (prefers-reduced-motion: reduce) {
  .saba-splash-major-btn.is-spin .footer-logo-orbit,
  .saba-splash .footer-spark {
    animation: none !important;
  }
}
