@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

        :root {
            /* Dark Theme Variables */
            --bg-primary: #050816;
            --bg-gradient-1: rgba(88, 28, 135, 0.35);
            --bg-gradient-2: rgba(14, 116, 144, 0.25);
            --bg-secondary: rgba(18, 25, 45, 0.85);
            --bg-tertiary: rgba(11, 16, 34, 0.7);
            --text-primary: #f8fafc;
            --text-secondary: #94a3b8;
            --text-accent: #60a5fa;
            --border-primary: rgba(148, 163, 184, 0.15);
            --border-secondary: rgba(96, 165, 250, 0.2);
            --border-hover: rgba(182, 227, 255, 0.45);
            --shadow-primary: rgba(2, 6, 23, 0.6);
            --shadow-hover: rgba(30, 64, 175, 0.5);
            --avatar-border: rgba(96, 165, 250, 0.6);
            --avatar-shadow: rgba(96, 165, 250, 0.3);
            --pulse-color: rgba(96, 165, 250, 0.55);
            --link-hover-bg: rgba(37, 99, 235, 0.18);
            --blur-strength: 18px;
            --body-overlay: linear-gradient(180deg, rgba(2, 6, 23, 0.35), rgba(2, 6, 23, 0.65));
            --body-overlay-opacity: 0.85;
            --icon-frame-bg: rgba(255, 255, 255, 0.04);
            --icon-frame-border: rgba(255, 255, 255, 0.06);
            --link-surface: linear-gradient(130deg, rgba(15, 23, 42, 0.65), rgba(15, 23, 42, 0.4));
            --link-border: rgba(148, 163, 184, 0.18);
            --link-shadow: rgba(2, 6, 23, 0.28);
            --card-surface: linear-gradient(180deg, rgba(15, 23, 42, 0.75), rgba(2, 6, 23, 0.95));
            --card-border: rgba(148, 163, 184, 0.2);
            --card-shadow: rgba(2, 6, 23, 0.55);
            --card-hover-border: rgba(148, 163, 184, 0.25);
            --card-hover-shadow: rgba(30, 64, 175, 0.35);
            --profile-card-surface: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(15, 23, 42, 0.22));
            --toggle-bg: rgba(8, 47, 73, 0.55);
            --toggle-border: rgba(148, 163, 184, 0.2);
            --toggle-shadow: rgba(8, 47, 73, 0.35);
            --toggle-hover-shadow: rgba(56, 189, 248, 0.4);
            --feature-card-surface: linear-gradient(160deg, rgba(15, 23, 42, 0.85), rgba(4, 9, 24, 0.95));
            --feature-card-border: rgba(96, 165, 250, 0.3);
            --feature-card-shadow: rgba(15, 23, 42, 0.6);
            --feature-card-hover-surface: linear-gradient(160deg, rgba(59, 130, 246, 0.24), rgba(14, 165, 233, 0.22));
            --feature-card-hover-border: rgba(96, 165, 250, 0.45);
            --feature-card-hover-shadow: rgba(37, 99, 235, 0.45);
        }

        .light-theme {
            /* Light Theme Variables */
            --bg-primary: #f8fafc;
            --bg-gradient-1: rgba(102, 111, 236, 0.24);
            --bg-gradient-2: rgba(255, 126, 224, 0.16);
            --bg-secondary: rgba(244, 237, 255, 0.85);
            --bg-tertiary: rgba(148, 163, 184, 0.45);
            --text-primary: #111827;
            --text-secondary: #334155;
            --text-accent: #666fec;
            --border-primary: rgba(99, 102, 241, 0.18);
            --border-secondary: rgba(37, 99, 235, 0.16);
            --border-hover: rgba(37, 99, 235, 0.35);
            --shadow-primary: rgba(15, 23, 42, 0.08);
            --shadow-hover: rgba(59, 130, 246, 0.2);
            --avatar-border: rgba(107, 101, 201, 0.781);
            --avatar-shadow: rgba(37, 99, 235, 0.25);
            --pulse-color: rgba(235, 202, 37, 0.25);
            --link-hover-bg: rgba(102, 111, 236, 0.09);
            --blur-strength: 14px;
            --body-overlay:
                linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(239, 246, 255, 0.84)),
                radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.78), transparent 46%);
            --body-overlay-opacity: 1;
            --icon-frame-bg: rgba(102, 111, 236, 0.08);
            --icon-frame-border: rgba(102, 111, 236, 0.18);
            --link-surface: linear-gradient(160deg, #ffffff, #f7f8ff);
            --link-border: rgba(102, 111, 236, 0.24);
            --link-shadow: rgba(102, 111, 236, 0.12);
            --card-surface: linear-gradient(180deg, #ffffff, #f7f8ff);
            --card-border: rgba(102, 111, 236, 0.24);
            --card-shadow: rgba(102, 111, 236, 0.14);
            --card-hover-border: rgba(37, 99, 235, 0.34);
            --card-hover-shadow: rgba(59, 130, 246, 0.32);
            --profile-card-surface: linear-gradient(170deg, rgba(203, 213, 225, 0.95), rgba(148, 163, 184, 0.88));
            --toggle-bg: rgba(255, 255, 255, 0.85);
            --toggle-border: rgba(15, 23, 42, 0.12);
            --toggle-shadow: rgba(15, 23, 42, 0.12);
            --toggle-hover-shadow: rgba(37, 99, 235, 0.18);
            --feature-card-surface: linear-gradient(160deg, rgba(15, 23, 42, 0.85), rgba(4, 9, 24, 0.95));
            --feature-card-border: rgba(71, 85, 105, 0.52);
            --feature-card-shadow: rgba(51, 65, 85, 0.4);
            --feature-card-hover-surface: linear-gradient(160deg, rgba(59, 130, 246, 0.18), rgba(14, 165, 233, 0.16));
            --feature-card-hover-border: rgba(37, 99, 235, 0.32);
            --feature-card-hover-shadow: rgba(59, 130, 246, 0.35);
        }

        * {
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', sans-serif;
            background: var(--bg-primary);
            background-image:
                radial-gradient(circle at 20% 20%, var(--bg-gradient-1), transparent 55%),
                radial-gradient(circle at 80% 15%, var(--bg-gradient-2), transparent 50%);
            color: var(--text-primary);
            overflow-x: hidden;
            min-height: 100vh;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            margin: 0;
            padding: 0;
            position: relative;
        }

        body::before,
        body::after {
            content: '';
            position: fixed;
            inset: 0;
            pointer-events: none;
            z-index: -2;
        }

        body::before {
            background: radial-gradient(circle at 60% 70%, var(--bg-gradient-2), transparent 65%);
            mix-blend-mode: screen;
        }

        body::after {
            backdrop-filter: blur(24px);
            background: var(--body-overlay);
            opacity: var(--body-overlay-opacity);
        }

        body.light-theme {
            background:
                radial-gradient(circle at 16% 10%, rgba(255, 65, 245, 0.24), transparent 34%),
                radial-gradient(circle at 84% 14%, rgba(102, 111, 236, 0.34), transparent 38%),
                radial-gradient(circle at 50% 86%, rgba(77, 195, 255, 0.2), transparent 44%),
                linear-gradient(145deg, #fff7ff 0%, #f2f4ff 42%, #eaf2ff 100%);
        }

        body.light-theme::before {
            background:
                radial-gradient(circle at 12% 24%, rgba(102, 111, 236, 0.18), transparent 22%),
                radial-gradient(circle at 90% 64%, rgba(255, 65, 245, 0.14), transparent 24%),
                linear-gradient(rgba(102, 111, 236, 0.06) 1px, transparent 1px),
                linear-gradient(90deg, rgba(102, 111, 236, 0.045) 1px, transparent 1px);
            background-size: 34px 34px;
            mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 72%);
            mix-blend-mode: normal;
            opacity: 0.9;
        }

        body.light-theme::after {
            background:
                linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(238, 242, 255, 0.38)),
                radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.32), transparent 44%);
            backdrop-filter: blur(10px);
        }

        #copyright {
            color: var(--text-secondary);
        }

        .profile-shell {
            gap: 1.5rem;
            padding-top: 2.75rem;
            padding-bottom: 2.75rem;
        }

        .profile-stack {
            display: flex;
            flex-direction: column;
            gap: 1.2rem;
            align-items: stretch;
        }

        .profile-intro {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            gap: 1.05rem;
            margin-bottom: 0.5rem;
        }

        .logo-stage {
            position: relative;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 16px 26px;
            min-width: clamp(160px, 45vw, 210px);
        }

        .logo-stage .logo-glow {
            position: absolute;
            inset: -40px -90px;
            background: radial-gradient(circle at 40% 50%, rgba(59, 130, 246, 0.55), transparent 70%);
            filter: blur(48px);
            opacity: 0.55;
            animation: logoGlow 6s ease-in-out infinite alternate;
            border-radius: 80px;
        }

        .logo-stage .logo-flare {
            position: absolute;
            top: 12%;
            bottom: 12%;
            left: -40%;
            width: 65%;
            background: linear-gradient(100deg, rgba(96, 165, 250, 0.32), rgba(236, 72, 153, 0.15), transparent 80%);
            filter: blur(26px);
            opacity: 0;
            animation: logoSweep 5.8s ease-in-out infinite;
            border-radius: 60px;
        }

        .logo-mark {
            position: relative;
            z-index: 1;
            width: clamp(150px, 52vw, 220px);
            max-width: 240px;
            filter: drop-shadow(0 16px 34px rgba(0, 0, 0, 0.6)) drop-shadow(0 1px 17px rgba(84, 68, 255, 0.934));
            transition: transform 0.45s ease, filter 0.45s ease;
        }

        .logo-picture {
            position: relative;
            z-index: 1;
            display: inline-flex;
        }

        .light-theme .logo-stage .logo-glow,
        .light-theme .logo-stage .logo-flare {
            display: none;
        }

        .light-theme .logo-mark {
            filter: none;
        }

        .logo-stage:hover .logo-mark {
            transform: translateY(-3px) scale(1.02);
            filter: drop-shadow(0 22px 46px rgba(0, 0, 0, 0.65)) drop-shadow(0 18px 36px rgba(14, 165, 233, 0.5));
        }

        .light-theme .logo-stage:hover .logo-mark {
            filter: none;
        }

        .brand-hook {
            font-size: 0.95rem;
            max-width: 28rem;
            line-height: 1.4;
            color: var(--text-secondary);
        }

        .link-grid {
            display: grid;
            gap: 0.75rem;
            background: var(--bg-secondary);
            border-radius: 1.5rem;
            border: 1px solid var(--border-primary);
            backdrop-filter: blur(var(--blur-strength));
            -webkit-backdrop-filter: blur(var(--blur-strength));
            padding: 1.25rem;
            box-shadow: 0 24px 60px var(--shadow-primary);
        }

        .link-icon-frame {
            background: var(--icon-frame-bg);
            border: 1px solid var(--icon-frame-border);
            backdrop-filter: blur(16px);
        }

        .weddingiconefrog.link-icon-frame {
            background: linear-gradient(145deg, rgba(30, 41, 59, 0.92), rgba(15, 23, 42, 0.96));
            border-color: rgba(147, 197, 253, 0.2);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
            padding: 0.42rem;
        }

        .light-theme .weddingiconefrog.link-icon-frame {
            background: linear-gradient(145deg, #666fec, #a259ff 58%, #ff41f5);
            border-color: rgba(102, 111, 236, 0.38);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 12px 24px rgba(102, 111, 236, 0.2);
            padding: 0.42rem;
        }

        .lang-toggle {
            position: fixed;
            top: 20px;
            right: 20px;
            z-index: 1000;
            background: var(--toggle-bg);
            border: 1px solid var(--toggle-border);
            backdrop-filter: blur(18px);
            width: 46px;
            height: 46px;
            padding: 0;
            border-radius: 999px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 18px 45px var(--toggle-shadow);
        }

        .lang-toggle:hover {
            transform: translateY(-2px) scale(1.02);
            box-shadow: 0 25px 55px var(--toggle-hover-shadow);
            border-color: var(--border-hover);
        }

        #langue-icon {
            width: 26px;
            height: 26px;
            border-radius: 50%;
            object-fit: contain;
            display: block;
        }

        .link-item {
            background: var(--link-surface);
            border: 1px solid var(--link-border);
            transition: all 0.45s cubic-bezier(0.22, 1, 0.36, 1);
            position: relative;
            overflow: hidden;
            backdrop-filter: blur(calc(var(--blur-strength) - 4px));
            box-shadow: 0 12px 30px var(--link-shadow);
            padding: 16px 18px;
        }

        .link-item::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            background: radial-gradient(circle, rgba(44, 244, 254, 0.35) 0%, transparent 70%);
            transition: all 0.45s ease;
            transform: translate(-50%, -50%);
            border-radius: 50%;
        }

        .link-item:hover::after {
            width: 300px;
            height: 300px;
        }

        .link-item:hover {
            background: var(--link-hover-bg);
            border-color: var(--border-hover);
            transform: translateY(-5px) scale(1.008);
            box-shadow: 0 22px 52px rgba(30, 64, 175, 0.32);
        }

        .light-theme .link-item,
        .light-theme .social-proof {
            backdrop-filter: none;
            -webkit-backdrop-filter: none;
            box-shadow: 0 18px 42px rgba(102, 111, 236, 0.13);
        }

        .light-theme .link-item::after {
            background: radial-gradient(circle, rgba(102, 111, 236, 0.13) 0%, transparent 70%);
        }

        .light-theme .link-item:hover {
            background: linear-gradient(160deg, #ffffff, #eef1ff);
            box-shadow: 0 22px 50px rgba(102, 111, 236, 0.18);
        }

        .copy-feedback {
            position: absolute;
            top: 12px;
            right: 16px;
            background: rgba(15, 23, 42, 0.85);
            color: #f8fafc;
            font-size: 0.75rem;
            font-weight: 600;
            padding: 4px 10px;
            border-radius: 999px;
            letter-spacing: 0.04em;
            opacity: 0;
            transform: translateY(-6px);
            transition: opacity 0.25s ease, transform 0.25s ease;
            pointer-events: none;
            border: 1px solid rgba(148, 163, 184, 0.35);
            box-shadow: 0 6px 18px rgba(15, 23, 42, 0.35);
        }

        .copy-feedback.visible {
            opacity: 1;
            transform: translateY(0);
        }

        .light-theme .copy-feedback {
            background: rgba(226, 232, 240, 0.92);
            color: #0f172a;
            border-color: rgba(148, 163, 184, 0.45);
            box-shadow: 0 6px 18px rgba(148, 163, 184, 0.35);
        }

        .confetti {
            position: absolute;
            width: 8px;
            height: 8px;
            border-radius: 2px;
            pointer-events: none;
            animation: confetti-fall 900ms ease-out forwards;
            opacity: 0;
        }

        @keyframes confetti-fall {
            0% {
                transform: translateY(0) scale(0.9);
                opacity: 1;
            }
            70% {
                opacity: 1;
            }
            100% {
                transform: translateY(40px) scale(0.9);
                opacity: 0;
            }
        }

        .link-item.card-hover-style {
            background: var(--feature-card-surface);
            border: 1px solid var(--feature-card-border);
            box-shadow: 0 18px 44px var(--feature-card-shadow);
            overflow: hidden;
            backdrop-filter: blur(calc(var(--blur-strength) - 2px));
        }

        /* Eclaire fulgurant */
        .link-item.card-hover-style::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.167), transparent);
            transition: left 1.5s ease;
        }

        .link-item.card-hover-style::after {
            display: none;
        }

        .link-item.card-hover-style:hover,
        .link-item.card-hover-style.manual-hover,
        .link-item.card-hover-style.auto-hover {
            background: var(--feature-card-surface);
            border-color: var(--feature-card-border);
            box-shadow: 0 22px 48px var(--feature-card-shadow);
            transform: none;
        }

        .link-item.card-hover-style:hover::before,
        .link-item.card-hover-style.manual-hover::before,
        .link-item.card-hover-style.auto-hover::before {
            left: 100%;
        }

        .light-theme .link-item.card-hover-style {
            background: linear-gradient(160deg, #ffffff, #f7f8ff);
            border-color: rgba(102, 111, 236, 0.24);
            box-shadow: 0 18px 42px rgba(102, 111, 236, 0.13);
        }

        .light-theme .link-item.card-hover-style:hover,
        .light-theme .link-item.card-hover-style.manual-hover,
        .light-theme .link-item.card-hover-style.auto-hover {
            background: linear-gradient(160deg, #ffffff, #eef1ff);
            border-color: rgba(102, 111, 236, 0.36);
            box-shadow: 0 22px 50px rgba(102, 111, 236, 0.18);
        }

        .light-theme .link-item.card-hover-style .font-semibold {
            color: #666fec;
        }

        .light-theme .link-item.card-hover-style .text-sm {
            color: #334155 !important;
        }

        .light-theme .link-item.card-hover-style .badge-free {
            background: rgba(16, 185, 129, 0.12);
            color: #047857;
            border-color: rgba(16, 185, 129, 0.32);
        }

        .light-theme .link-item.card-hover-style .social-icon {
            background: rgba(102, 111, 236, 0.08);
            border: 1px solid rgba(102, 111, 236, 0.18);
            box-shadow: 0 12px 24px rgba(102, 111, 236, 0.12);
            padding: 0.32rem;
        }

        .particles-container {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            transition: opacity 0.4s ease;
        }

        .bio-bg-video {
            position: fixed;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            pointer-events: auto;
            z-index: 10;
            opacity: 1;
            transition: opacity 1.8s ease;
            touch-action: manipulation;
            -webkit-tap-highlight-color: transparent;
        }

        .bio-bg-video.is-faded {
            opacity: 0;
            pointer-events: none;
            z-index: 0;
        }

        .bio-content-waiting .lang-toggle,
        .bio-content-waiting .profile-shell,
        .bio-content-waiting .site-footer {
            opacity: 0;
            pointer-events: none;
            transform: translateY(16px);
            transition: opacity 0.9s ease, transform 0.9s ease;
        }

        .bio-content-waiting.bio-content-ready .lang-toggle,
        .bio-content-waiting.bio-content-ready .profile-shell,
        .bio-content-waiting.bio-content-ready .site-footer {
            opacity: 1;
            pointer-events: auto;
            transform: translateY(0);
        }

        .profile-shell,
        .site-footer,
        .gallery-info-modal,
        .photo-modal,
        .bio-video-modal {
            position: relative;
            z-index: 1;
        }

        .pulse {
            animation: pulse 2s infinite, glow 3s ease-in-out infinite alternate;
        }

        .floating {
            animation: floating 4s ease-in-out infinite;
        }

        .fade-in {
            animation: fadeIn 0.8s ease-out forwards;
            opacity: 0;
        }

        .slide-up {
            animation: slideUp 0.6s ease-out forwards;
            transform: translateY(30px);
            opacity: 0;
        }

        @keyframes rotate {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        @keyframes pulse {
            0% { 
                box-shadow: 0 0 0 0 var(--pulse-color);
                transform: scale(1);
            }
            70% { 
                box-shadow: 0 0 0 15px transparent;
                transform: scale(1.05);
            }
            100% { 
                box-shadow: 0 0 0 0 transparent;
                transform: scale(1);
            }
        }

        @keyframes glow {
            from { filter: drop-shadow(0 0 5px var(--avatar-shadow)); }
            to { filter: drop-shadow(0 0 20px var(--avatar-shadow)); }
        }

        @keyframes floating {
            0% { transform: translateY(0px) rotate(0deg); }
            33% { transform: translateY(-10px) rotate(0.8deg); }
            66% { transform: translateY(-4px) rotate(-0.8deg); }
            100% { transform: translateY(0px) rotate(0deg); }
        }

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

        @keyframes slideUp {
            to { 
                opacity: 1; 
                transform: translateY(0); 
            }
        }

        @keyframes logoGlow {
            from { opacity: 0.45; transform: scale(0.92); }
            to { opacity: 0.75; transform: scale(1.05); }
        }

        @keyframes logoSweep {
            0% { opacity: 0; transform: translateX(-45%) skewX(-10deg); }
            30% { opacity: 0.55; }
            55% { opacity: 0; transform: translateX(110%) skewX(12deg); }
            100% { opacity: 0; transform: translateX(110%) skewX(12deg); }
        }

        .link-item:nth-child(1) { animation-delay: 0.1s; }
        .link-item:nth-child(2) { animation-delay: 0.2s; }
        .link-item:nth-child(3) { animation-delay: 0.3s; }
        .link-item:nth-child(4) { animation-delay: 0.4s; }
        .link-item:nth-child(5) { animation-delay: 0.5s; }
        .link-item:nth-child(6) { animation-delay: 0.6s; }

        .social-icon {
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .social-icon::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.3s ease;
        }

        .social-icon:hover::before {
            width: 100%;
            height: 100%;
        }

        .social-icon:hover {
            transform: translateY(-2px) scale(1.1);
        }

        .link-item .font-semibold {
            font-weight: 600;
            letter-spacing: -0.015em;
            color: var(--text-primary);
            font-size: 1.05rem;
        }

        .light-theme .link-item .font-semibold {
            color: #666fec;
        }

        .link-item .text-sm {
            color: var(--text-secondary) !important;
            line-height: 1.45;
        }

        .light-theme .link-item .text-sm {
            color: #334155 !important;
        }

        .badge-pro {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 0.25rem;
            width: min(100%, 360px);
            margin: 0 auto;
            padding: 0.8rem 1rem;
            border-radius: 18px;
            border: 1px solid rgba(102, 111, 236, 0.34);
            background: #111827;
            box-shadow: 0 18px 36px rgba(15, 23, 42, 0.24);
            letter-spacing: 0;
            font-size: 0.82rem;
            font-family: inherit;
            color: #e5e7eb;
            text-align: center;
            line-height: 1.25;
        }

        .badge-pro span {
            font-size: 0.72rem;
            font-weight: 800;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: #aeb6ff;
        }

        .badge-pro strong {
            color: #ffffff;
            font-size: 0.98rem;
            font-weight: 800;
        }

        .light-theme .badge-pro {
            background: linear-gradient(160deg, #ffffff, #f7f8ff);
            border-color: rgba(102, 111, 236, 0.26);
            box-shadow: 0 18px 34px rgba(102, 111, 236, 0.12);
            color: #111827;
        }

        .light-theme .badge-pro span {
            color: #666fec;
        }

        .light-theme .badge-pro strong {
            color: #111827;
        }

        .link-badge {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 4px 12px;
            text-align: center;
            line-height: 1;
            border-radius: 999px;
            font-size: 0.7rem;
            font-weight: 600;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            background: rgba(59, 130, 246, 0.18);
            color: #93c5fd;
            border: 1px solid rgba(147, 197, 253, 0.45);
            box-shadow: 0 8px 18px rgba(37, 99, 235, 0.18);
        }

        .light-theme .link-badge {
            background: rgba(102, 111, 236, 0.1);
            color: #3f46c8;
            border-color: rgba(102, 111, 236, 0.34);
            box-shadow: none;
        }

        .light-theme .badge-free {
            background: rgba(22, 163, 74, 0.1);
            color: #15803d;
            border-color: rgba(22, 163, 74, 0.28);
        }

        .badge-free {
            background: rgba(34, 197, 94, 0.22);
            color: #bbf7d0;
            border-color: rgba(134, 239, 172, 0.5);
            box-shadow: 0 10px 20px rgba(22, 163, 74, 0.22);
        }

        .badge-premium {
            background: rgba(245, 158, 11, 0.22);
            color: #fde68a;
            border-color: rgba(251, 191, 36, 0.5);
            box-shadow: 0 10px 20px rgba(245, 158, 11, 0.2);
        }

        .social-proof {
            background: var(--link-surface);
            border: 1px solid var(--link-border);
            border-radius: 0.75rem;
            box-shadow: 0 12px 30px var(--link-shadow);
            padding: 16px 18px;
            backdrop-filter: blur(calc(var(--blur-strength) - 4px));
            height: 218px;
            position: relative;
            transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
        }

        .proof-brand {
            padding-bottom: 0.75rem;
            margin-bottom: 0.7rem;
            border-bottom: 1px solid rgba(147, 197, 253, 0.16);
        }

        .proof-brand span {
            display: block;
            color: #aeb6ff;
            font-size: 0.7rem;
            font-weight: 800;
            letter-spacing: 0.08em;
            line-height: 1.2;
            text-transform: uppercase;
        }

        .proof-brand strong {
            display: block;
            margin-top: 0.18rem;
            color: var(--text-primary);
            font-size: 0.98rem;
            font-weight: 800;
            font-style: italic;
            line-height: 1.18;
        }

        .light-theme .proof-brand {
            border-bottom-color: rgba(102, 111, 236, 0.16);
        }

        .light-theme .proof-brand span {
            color: #666fec;
        }

        .light-theme .proof-brand strong {
            color: #111827;
        }

        .proof-kicker {
            display: flex;
            align-items: center;
            gap: 0.45rem;
            color: #facc15;
            font-size: 0.74rem;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            margin-bottom: 0.55rem;
        }

        .social-proof p {
            margin: 0;
            color: var(--text-primary);
            font-size: 0.9rem;
            line-height: 1.45;
            transition: opacity 0.25s ease, transform 0.25s ease;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
        }

        .proof-author {
            display: block;
            margin-top: 0.65rem;
            color: var(--text-secondary);
            font-size: 0.78rem;
            font-weight: 600;
            transition: opacity 0.25s ease, transform 0.25s ease;
        }

        .light-theme .social-proof p {
            color: #334155;
        }

        .light-theme .proof-author {
            color: #111827;
        }

        .social-proof.is-changing p,
        .social-proof.is-changing .proof-author {
            opacity: 0;
            transform: translateY(4px);
        }

        .proof-dots {
            position: absolute;
            left: 18px;
            bottom: 14px;
            display: flex;
            gap: 0.35rem;
        }

        .proof-dots span {
            width: 6px;
            height: 6px;
            border-radius: 999px;
            background: rgba(148, 163, 184, 0.36);
            transition: background 0.25s ease, width 0.25s ease;
        }

        .proof-dots span.active {
            width: 18px;
            background: var(--text-accent);
        }

        .link-item-gallery {
            padding-right: 78px !important;
        }

        .gallery-help-trigger {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 64px;
            height: 100%;
            min-width: 64px;
            min-height: 100%;
            margin-left: 0;
            padding: 0;
            border-radius: 0 0.75rem 0.75rem 0;
            border: 0;
            border-left: 1px solid rgba(147, 197, 253, 0.28);
            background: linear-gradient(180deg, rgba(59, 130, 246, 0.18), rgba(102, 111, 236, 0.14));
            color: #bfdbfe;
            font-size: 1.55rem;
            font-weight: 800;
            line-height: 1;
            cursor: pointer;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: 5;
            appearance: none;
            -webkit-appearance: none;
            touch-action: manipulation;
            pointer-events: auto;
            transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
        }

        .gallery-help-trigger:hover {
            background: linear-gradient(180deg, rgba(96, 165, 250, 0.28), rgba(102, 111, 236, 0.24));
            box-shadow: inset 10px 0 22px rgba(102, 111, 236, 0.14);
        }

        .gallery-help-trigger:focus {
            outline: 2px solid var(--text-accent);
            outline-offset: -5px;
        }

        .light-theme .gallery-help-trigger {
            background: linear-gradient(180deg, rgba(102, 111, 236, 0.11), rgba(255, 65, 245, 0.08));
            color: #3f46c8;
            border-left-color: rgba(102, 111, 236, 0.2);
        }

        .light-theme .gallery-help-trigger:hover {
            background: linear-gradient(180deg, rgba(102, 111, 236, 0.18), rgba(255, 65, 245, 0.12));
        }

        .gallery-info-modal {
            position: fixed;
            inset: 0;
            z-index: 2000;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 1rem;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.24s ease;
        }

        .gallery-info-modal.is-open {
            opacity: 1;
            pointer-events: auto;
        }

        .gallery-info-backdrop {
            position: absolute;
            inset: 0;
            background:
                radial-gradient(circle at 50% 18%, rgba(102, 111, 236, 0.22), transparent 34%),
                rgba(2, 6, 23, 0.74);
            backdrop-filter: blur(16px);
        }

        .gallery-info-panel {
            position: relative;
            width: min(100%, 390px);
            max-height: calc(100vh - 2rem);
            overflow: auto;
            background:
                radial-gradient(circle at 14% 0%, rgba(255, 65, 245, 0.16), transparent 28%),
                radial-gradient(circle at 92% 12%, rgba(102, 111, 236, 0.24), transparent 32%),
                linear-gradient(180deg, #111b31 0%, #071126 52%, #030814 100%);
            border: 1px solid rgba(102, 111, 236, 0.46);
            border-radius: 1.05rem;
            box-shadow: 0 30px 80px rgba(2, 6, 23, 0.62), 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
            color: #f8fafc;
            padding: 1rem;
            transform: translateY(10px) scale(0.98);
            transition: transform 0.24s ease;
        }

        .light-theme .gallery-info-panel {
            background:
                radial-gradient(circle at 14% 0%, rgba(255, 65, 245, 0.18), transparent 28%),
                radial-gradient(circle at 92% 12%, rgba(102, 111, 236, 0.26), transparent 32%),
                linear-gradient(180deg, #111b31 0%, #071126 52%, #030814 100%);
            border-color: rgba(102, 111, 236, 0.5);
        }

        .gallery-info-modal.is-open .gallery-info-panel {
            transform: translateY(0) scale(1);
        }

        .gallery-info-close {
            position: absolute;
            top: 0.75rem;
            right: 0.75rem;
            width: 34px;
            height: 34px;
            border: 1px solid rgba(102, 111, 236, 0.28);
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.88);
            color: #111827;
            font-size: 1.35rem;
            line-height: 1;
            cursor: pointer;
            box-shadow: 0 10px 24px rgba(2, 6, 23, 0.18);
            transition: transform 0.2s ease, background 0.2s ease;
        }

        .gallery-info-close:hover {
            background: #ffffff;
            transform: scale(1.04);
        }

        .gallery-info-preview {
            margin-bottom: 1rem;
            border-radius: 0.82rem;
            overflow: hidden;
            border: 1px solid rgba(191, 219, 254, 0.36);
            background: rgba(255, 255, 255, 0.08);
            box-shadow: 0 18px 42px rgba(2, 6, 23, 0.24);
        }

        .gallery-info-preview img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: contain;
        }

        .gallery-info-eyebrow {
            margin: 0 2.35rem 0.45rem 0;
            color: var(--text-accent);
            font-size: 0.68rem;
            font-weight: 800;
            letter-spacing: 0.11em;
            text-transform: uppercase;
        }

        .gallery-info-panel h2 {
            margin: 0 2rem 0.7rem 0;
            font-size: 1.22rem;
            line-height: 1.2;
            font-weight: 800;
            color: #ffffff !important;
            text-shadow: 0 1px 12px rgba(102, 111, 236, 0.2);
        }

        .light-theme .gallery-info-panel h2 {
            color: #ffffff !important;
        }

        .gallery-info-panel p {
            margin: 0;
            color: #cbd5e1;
            font-size: 0.9rem;
            line-height: 1.45;
        }

        .gallery-info-benefits {
            display: flex;
            flex-wrap: wrap;
            gap: 0.48rem;
            margin-top: 1rem;
        }

        .gallery-info-benefits span {
            display: inline-flex;
            align-items: center;
            min-height: 30px;
            padding: 0.42rem 0.68rem;
            border-radius: 999px;
            background: rgba(102, 111, 236, 0.18);
            border: 1px solid rgba(147, 197, 253, 0.34);
            color: #eff6ff;
            font-size: 0.78rem;
            font-weight: 700;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
        }

        .gallery-info-cta {
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 42px;
            margin-top: 1rem;
            border-radius: 0.75rem;
            background: linear-gradient(135deg, #3b82f6 0%, #666fec 48%, #a855f7 100%);
            color: #fff;
            font-size: 0.9rem;
            font-weight: 800;
            text-decoration: none;
            box-shadow: 0 16px 34px rgba(102, 111, 236, 0.36);
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .gallery-info-cta:hover,
        .gallery-info-cta:focus {
            transform: translateY(-1px);
            box-shadow: 0 18px 34px rgba(37, 99, 235, 0.36);
        }

        .gallery-info-cta:focus {
            outline: 2px solid #bfdbfe;
            outline-offset: 2px;
        }

        .gallery-info-signature {
            margin-top: 0.9rem !important;
            color: rgba(226, 232, 240, 0.82) !important;
            font-size: 0.78rem !important;
        }

        body.gallery-info-open {
            overflow: hidden;
        }

        .link-section-label {
            margin: 0.25rem 0 -0.15rem;
            color: var(--text-secondary);
            font-size: 0.72rem;
            font-weight: 700;
            letter-spacing: 0.1em;
            text-align: center;
            text-transform: uppercase;
        }

        .light-theme .link-section-label {
            color: #0f172a;
        }

        /* Responsive Design */
        @media (max-width: 640px) {
            .lang-toggle {
                top: 14px;
                right: 14px;
                width: 42px;
                height: 42px;
            }

            .profile-shell {
                padding-top: 2.2rem;
                padding-bottom: 2.4rem;
            }

            .profile-intro {
                gap: 0.9rem;
                margin-bottom: 0.25rem;
            }

            .logo-stage {
                padding: 12px 18px;
                min-width: clamp(140px, 62vw, 190px);
            }

            .logo-mark {
                width: clamp(140px, 64vw, 200px);
            }

            .brand-hook {
                font-size: 0.85rem;
                line-height: 1.35;
            }

            .badge-pro {
                padding: 4px 10px;
                font-size: 0.68rem;
            }

            .link-grid {
                gap: 0.6rem;
                border-radius: 1.25rem;
                padding: 1rem;
            }
            
            .link-item {
                padding: 12px 14px !important;
                box-shadow: 0 8px 22px var(--link-shadow);
            }

            .link-item .font-semibold {
                font-size: 0.98rem;
            }

            .link-item .text-sm {
                font-size: 0.82rem;
                line-height: 1.35;
            }

            .social-proof {
                padding: 12px 14px;
                height: 208px;
            }

            .proof-brand {
                padding-bottom: 0.65rem;
                margin-bottom: 0.6rem;
            }

            .proof-brand strong {
                font-size: 0.9rem;
            }

            .social-proof p {
                font-size: 0.84rem;
            }

            .proof-dots {
                left: 14px;
                bottom: 12px;
            }

            .gallery-info-modal {
                padding: 0.8rem;
            }

            .gallery-info-panel {
                border-radius: 0.9rem;
                padding: 0.9rem;
            }

            .gallery-info-preview {
                margin-bottom: 0.85rem;
            }

            .gallery-info-panel h2 {
                font-size: 1.08rem;
            }
        }

        /* Amélioration de l'accessibilité */
        @media (prefers-reduced-motion: reduce) {
            * {
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: 0.01ms !important;
            }
        }

        /* Focus styles pour l'accessibilité */
        .lang-toggle:focus,
        .link-item:focus {
            outline: 2px solid var(--text-accent);
            outline-offset: 2px;
        }

        .light-theme #copyright {
            color: #0f172a !important;
        }
        .weddingiconefrog img {
            filter: invert(1);
        }

        .light-theme .weddingiconefrog img {
            opacity: 0.96;
            filter: invert(1) brightness(1.18) drop-shadow(0 3px 7px rgba(15, 23, 42, 0.18));
        }

        .site-footer {
            position: relative;
            z-index: 10;
            background: rgba(12, 8, 25, 0.38);
            backdrop-filter: blur(22px);
            -webkit-backdrop-filter: blur(22px);
            border-top: 1px solid rgba(255, 255, 255, 0.09);
            padding: 3rem 2rem 1.75rem;
        }

        .footer-inner {
            max-width: 1100px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1.6fr 1fr 1fr 1fr;
            gap: 2.5rem 3rem;
        }

        .footer-brand {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .footer-logo {
            height: 32px;
            opacity: 0.82;
            display: block;
            margin-bottom: 0.8rem;
        }

        .footer-tagline {
            font-size: 0.84rem;
            color: rgba(255, 255, 255, 0.42);
            line-height: 1.6;
            max-width: 210px;
            text-align: center;
        }

        .footer-col-title {
            font-size: 0.7rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.12em;
            color: rgba(255, 255, 255, 0.35);
            margin-bottom: 1rem;
        }

        .footer-col ul {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 0.55rem;
            margin: 0;
            padding: 0;
        }

        .footer-portfolio-link {
            display: inline-flex !important;
            align-items: center;
            padding: 0.28rem 0.85rem !important;
            border-radius: 999px;
            background: linear-gradient(90deg, #ff41f5, #6661fc, #4dc3ff, #a259ff, #ff41f5);
            background-size: 300% 100%;
            color: #fff !important;
            font-weight: 700 !important;
            font-size: 0.88rem;
            letter-spacing: 0.02em;
            box-shadow: 0 0 10px rgba(255, 65, 245, 0.4), 0 0 22px rgba(102, 97, 252, 0.25);
            animation: portfolio-flow 2.8s linear infinite;
            transition: box-shadow 0.3s ease !important;
            margin-bottom: 0.25rem;
        }

        .footer-portfolio-link:hover {
            padding-left: 0.85rem !important;
            box-shadow: 0 0 18px rgba(255, 65, 245, 0.65), 0 0 38px rgba(102, 97, 252, 0.4) !important;
        }

        @keyframes portfolio-flow {
            0% { background-position: 0% 0; }
            100% { background-position: 300% 0; }
        }

        .footer-col ul li a {
            color: rgba(255, 255, 255, 0.65);
            text-decoration: none;
            font-size: 0.9rem;
            display: inline-block;
            transition: color 0.2s ease, padding-left 0.2s ease;
        }

        .footer-col ul li a:hover {
            color: #fff;
            padding-left: 5px;
        }

        .footer-social {
            display: flex;
            flex-direction: column;
            gap: 0.9rem;
        }

        .footer-social-link {
            display: flex;
            align-items: center;
            gap: 0.65rem;
            color: rgba(255, 255, 255, 0.65);
            text-decoration: none;
            font-size: 0.9rem;
            font-weight: 600;
            transition: color 0.2s ease;
        }

        .footer-social-link:hover {
            color: #fff;
        }

        .footer-social-link svg {
            flex-shrink: 0;
        }

        .footer-bottom {
            max-width: 1100px;
            margin: 2rem auto 0;
            padding-top: 1.2rem;
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            text-align: center;
            font-size: 0.75rem;
            color: rgba(255, 255, 255, 0.3);
        }

        @media (max-width: 767px) {
            .site-footer {
                padding: 2.5rem 1.25rem 1.5rem;
            }

            .footer-inner {
                grid-template-columns: 1fr 1fr;
                gap: 2rem 1.5rem;
            }

            .footer-brand {
                grid-column: 1 / -1;
            }
        }

        @media (max-width: 480px) {
            .footer-inner {
                grid-template-columns: 1fr;
                gap: 1.75rem;
            }
        }

        /* ---- Founder chip ---- */
        .founder-chip {
            display: inline-flex;
            align-items: center;
            gap: 0.6rem;
            padding: 0.45rem 0.9rem 0.45rem 0.5rem;
            border-radius: 999px;
            background: var(--link-surface);
            border: 1px solid var(--link-border);
            backdrop-filter: blur(12px);
            box-shadow: 0 8px 22px var(--link-shadow);
        }

        .founder-chip img {
            width: 34px;
            height: 34px;
            border-radius: 50%;
            object-fit: cover;
            border: 1.5px solid var(--avatar-border);
            flex-shrink: 0;
        }

        .founder-info {
            display: flex;
            flex-direction: column;
            gap: 0.05rem;
        }

        .founder-name {
            font-size: 0.82rem;
            font-weight: 700;
            color: var(--text-primary);
            line-height: 1.15;
        }

        .founder-role {
            font-size: 0.68rem;
            color: var(--text-secondary);
            line-height: 1.15;
        }

        .light-theme .founder-name { color: #111827; }
        .light-theme .founder-role { color: #334155; }


        /* ---- Video strip ---- */
        .video-strip-wrap {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            margin-top: -0.15rem;
            min-width: 0; /* empêche le débordement dans la grille */
        }

        .video-strip-label {
            margin: 0;
            font-size: 0.67rem;
            font-weight: 700;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: var(--text-secondary);
            padding-left: 0.2rem;
        }

        .light-theme .video-strip-label { color: #475569; }

        .video-strip {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 0.5rem;
            overflow: visible;
            padding-bottom: 0.1rem;
        }

        .video-chip {
            width: 100%;
            min-width: 0;
            display: flex;
            flex-direction: column;
            gap: 0.32rem;
            text-decoration: none;
            background: none;
            border: 0;
            padding: 0;
            cursor: pointer;
            text-align: left;
        }

        .video-thumb-frame {
            position: relative;
            width: 100%;
            aspect-ratio: 16 / 9;
            border-radius: 0.5rem;
            overflow: hidden;
            background: rgba(15, 23, 42, 0.65);
            border: 1px solid var(--link-border);
            transition: box-shadow 0.25s ease;
        }

        .video-chip:hover .video-thumb-frame {
            box-shadow: 0 8px 22px rgba(30, 64, 175, 0.35);
        }

        .video-thumb-frame img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.35s ease;
        }

        .video-chip:hover .video-thumb-frame img { transform: scale(1.05); }

        .video-play-ico {
            position: absolute;
            inset: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            background: rgba(0, 0, 0, 0.28);
            font-size: 0.9rem;
            transition: background 0.25s ease;
        }

        .video-chip:hover .video-play-ico { background: rgba(0, 0, 0, 0.5); }

        .video-chip-type {
            position: absolute;
            top: 5px;
            left: 5px;
            max-width: calc(100% - 10px);
            font-size: clamp(0.46rem, 2vw, 0.58rem);
            font-weight: 700;
            color: #fff;
            background: rgba(102, 111, 236, 0.82);
            padding: 2px 5px;
            border-radius: 4px;
            letter-spacing: 0.04em;
            backdrop-filter: blur(4px);
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .video-chip-dur {
            position: absolute;
            bottom: 5px;
            right: 5px;
            font-size: 0.62rem;
            font-weight: 700;
            color: #fff;
            background: rgba(0, 0, 0, 0.72);
            padding: 1px 5px;
            border-radius: 4px;
            letter-spacing: 0.03em;
        }

        .video-chip-title {
            margin: 0;
            font-size: 0.72rem;
            font-weight: 600;
            color: var(--text-secondary);
            line-height: 1.2;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .light-theme .video-chip-title { color: #334155; }

        /* ---- Photo strip ---- */
        .photo-strip-wrap {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            margin-top: -0.15rem;
            min-width: 0; /* empêche le débordement dans la grille */
        }

        .photo-strip-viewport {
            overflow: hidden;
            width: 100%;
            mask-image: linear-gradient(
                to right,
                transparent 0px,
                black 22px,
                black calc(100% - 22px),
                transparent 100%
            );
            -webkit-mask-image: linear-gradient(
                to right,
                transparent 0px,
                black 22px,
                black calc(100% - 22px),
                transparent 100%
            );
        }

        .photo-strip-track {
            display: flex;
            gap: 0.5rem;
            will-change: transform;
        }

        .photo-chip {
            flex-shrink: 0;
            width: 106px;
            aspect-ratio: 3 / 4;
            border-radius: 0.5rem;
            overflow: hidden;
            border: 1px solid var(--link-border);
            display: block;
            background: none;
            padding: 0;
            cursor: pointer;
            transition: box-shadow 0.25s ease;
        }

        .photo-chip:hover {
            box-shadow: 0 8px 22px rgba(30, 64, 175, 0.3);
        }

        .photo-chip img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.35s ease;
            pointer-events: none;
        }

        .photo-chip:hover img { transform: scale(1.06); }

        /* ---- Photo lightbox ---- */
        .photo-modal {
            position: fixed;
            inset: 0;
            z-index: 5000;
            display: none;
            align-items: center;
            justify-content: center;
            padding: 16px;
        }

        .photo-modal.is-open { display: flex; }

        .photo-modal-overlay {
            position: absolute;
            inset: 0;
            background: rgba(2, 4, 18, 0.92);
            backdrop-filter: blur(10px);
        }

        .photo-modal-dialog {
            position: relative;
            z-index: 1;
            width: min(480px, 100%);
            border-radius: 18px;
            background: #0d1124;
            border: 1px solid rgba(102, 111, 236, 0.3);
            box-shadow: 0 30px 80px rgba(0, 0, 0, 0.7);
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }

        .photo-modal-img-wrap {
            width: 100%;
            aspect-ratio: 3 / 4;
            overflow: hidden;
            background: #000;
        }

        .photo-modal-img-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .photo-modal-footer {
            padding: 14px 16px;
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
        }

        .photo-modal-cta {
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 40px;
            border-radius: 0.65rem;
            font-size: 0.82rem;
            font-weight: 700;
            text-decoration: none;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
            text-align: center;
            padding: 0 1rem;
        }

        .photo-modal-cta--photos {
            background: linear-gradient(135deg, #3b82f6 0%, #666fec 100%);
            color: #fff;
            box-shadow: 0 12px 28px rgba(102, 111, 236, 0.32);
        }

        .photo-modal-cta--films {
            background: var(--link-surface);
            border: 1px solid var(--link-border);
            color: var(--text-primary);
        }

        .photo-modal-cta:hover {
            transform: translateY(-1px);
        }

        .photo-modal-close {
            position: absolute;
            top: 10px;
            right: 10px;
            z-index: 2;
            width: 36px;
            height: 36px;
            border: none;
            border-radius: 50%;
            background: rgba(0, 0, 0, 0.72);
            color: #fff;
            font-size: 1.2rem;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            line-height: 1;
            transition: background 0.2s ease;
        }

        .photo-modal-close:hover { background: rgba(0, 0, 0, 0.92); }

        body.photo-modal-open { overflow: hidden; }

        /* ---- Tarifs row ---- */
        .tarifs-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0.6rem;
        }

        .tarif-card {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 0.4rem;
            padding: 0.9rem 0.75rem;
            border-radius: 0.75rem;
            background: var(--link-surface);
            border: 1px solid var(--link-border);
            text-decoration: none;
            text-align: center;
            transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
            box-shadow: 0 10px 26px var(--link-shadow);
            backdrop-filter: blur(calc(var(--blur-strength) - 4px));
        }

        .tarif-card:hover {
            border-color: var(--border-hover);
            transform: translateY(-3px);
            box-shadow: 0 18px 38px rgba(30, 64, 175, 0.28);
        }

        .light-theme .tarif-card {
            box-shadow: 0 10px 26px rgba(102, 111, 236, 0.12);
        }

        .light-theme .tarif-card:hover {
            background: linear-gradient(160deg, #ffffff, #eef1ff);
            box-shadow: 0 18px 38px rgba(102, 111, 236, 0.18);
        }

        .tarif-card-icon {
            width: 44px;
            height: 44px;
            border-radius: 0.6rem;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            flex-shrink: 0;
        }

        .tarif-card-icon img {
            width: 70%;
            height: 70%;
            object-fit: contain;
        }

        .tarif-card-service {
            font-size: 0.75rem;
            font-weight: 700;
            color: var(--text-primary);
            line-height: 1.15;
            text-align: center;
        }

        .tarif-card-day {
            font-size: 0.68rem;
            font-weight: 700;
            letter-spacing: 0.06em;
            text-transform: uppercase;
            color: #a78bfa;
        }

        .light-theme .tarif-card-day { color: #7c3aed; }

        .tarif-card-from {
            font-size: 0.62rem;
            font-weight: 600;
            letter-spacing: 0.04em;
            color: var(--text-secondary);
            margin-top: 0.05rem;
        }

        .tarif-card-price {
            font-size: 1.08rem;
            font-weight: 800;
            line-height: 1;
            background: linear-gradient(135deg, #c084fc 0%, #818cf8 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .light-theme .tarif-card-service { color: #111827; }
        .light-theme .tarif-card-from { color: #475569; }
        .light-theme .tarif-card-price {
            background: linear-gradient(135deg, #7c3aed 0%, #4338ca 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        /* ---- Popup vidéo in-page ---- */
        .bio-video-modal {
            position: fixed;
            inset: 0;
            z-index: 5000;
            display: none;
            align-items: center;
            justify-content: center;
            padding: 16px;
        }

        .bio-video-modal.is-open { display: flex; }

        .bio-video-overlay {
            position: absolute;
            inset: 0;
            background: rgba(2, 4, 18, 0.88);
            backdrop-filter: blur(8px);
        }

        .bio-video-dialog {
            position: relative;
            z-index: 1;
            width: min(620px, 100%);
            border-radius: 18px;
            background: #0d1124;
            border: 1px solid rgba(102, 111, 236, 0.35);
            box-shadow: 0 30px 80px rgba(0, 0, 0, 0.65);
            overflow: hidden;
        }

        .bio-video-player {
            position: relative;
            width: 100%;
            aspect-ratio: 16 / 9;
            background: #000;
        }

        .bio-video-player iframe {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            border: 0;
        }

        .bio-video-caption {
            padding: 12px 16px 14px;
        }

        .bio-video-tag {
            margin: 0 0 3px;
            font-size: 0.65rem;
            font-weight: 800;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: #60a5fa;
        }

        .bio-video-label {
            margin: 0;
            font-size: 0.9rem;
            font-weight: 700;
            color: #f8fafc;
        }

        .bio-video-close {
            position: absolute;
            top: 10px;
            right: 10px;
            z-index: 2;
            width: 36px;
            height: 36px;
            border: none;
            border-radius: 50%;
            background: rgba(0, 0, 0, 0.72);
            color: #fff;
            font-size: 1.2rem;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            line-height: 1;
            transition: background 0.2s ease;
        }

        .bio-video-close:hover { background: rgba(0, 0, 0, 0.9); }

        body.bio-video-modal-open { overflow: hidden; }

        /* ---- WhatsApp bloc humain ---- */
        .wa-human-avatar {
            position: relative;
            flex-shrink: 0;
            width: 52px;
            height: 52px;
        }

        .wa-avatar-img {
            width: 52px;
            height: 52px;
            border-radius: 50%;
            object-fit: cover;
            display: block;
            border: 2px solid rgba(96, 165, 250, 0.5);
        }

        .wa-badge-icon {
            position: absolute;
            bottom: -2px;
            right: -2px;
            width: 22px;
            height: 22px;
            border-radius: 50%;
            overflow: hidden;
            border: 2px solid var(--bg-primary);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .wa-badge-icon img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            display: block;
        }

        .wa-human-name {
            font-weight: 700;
            font-size: 0.98rem;
            color: var(--text-primary);
            line-height: 1.2;
        }

        .wa-human-role {
            font-size: 0.72rem;
            font-weight: 700;
            color: var(--text-accent);
            line-height: 1.2;
            margin-bottom: 0.1rem;
        }

        .wa-human-sub {
            font-size: 0.68rem;
            color: var(--text-secondary);
            line-height: 1.2;
            margin-bottom: 0.4rem;
        }

        .wa-human-cta {
            font-size: 0.82rem;
            font-weight: 700;
            color: #4ade80;
        }

        .light-theme .wa-human-name { color: #111827; }
        .light-theme .wa-human-role { color: #666fec; }
        .light-theme .wa-human-sub  { color: #475569; }
        .light-theme .wa-human-cta  { color: #16a34a; }
        .light-theme .wa-badge-icon { border-color: #f8fafc; }
