/**
 * Electric Avenue Typography System
 * ─────────────────────────────────
 * Playfair Display       → الملكي المقروء (شعار، عناوين)
 * Jura                   → القائمة الرئيسية + التفاصيل
 */

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

body {
    font-family: 'Unna', serif;
    color: #f5ede0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* Playfair Display — ملكي مقروء (شعار + عناوين) */
.font-imperial,
.font-royal,
.font-royal-display,
.ea-nav-brand-en,
.ea-nav-mobile-brand,
main h1,
.font-display-lg,
.font-headline-lg,
footer .font-royal {
    font-family: 'Playfair Display', serif !important;
    font-weight: 500;
    letter-spacing: 0.04em;
}

/* Jura — القائمة الرئيسية (وضوح عالي) */
.ea-nav-links a,
.aether-mobile-menu a:not(.ea-nav-cta):not(.ea-nav-mobile-brand),
footer .font-imperial {
    font-family: 'Jura', sans-serif !important;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.font-royal-display {
    font-size: clamp(2.4rem, 5vw, 3.8rem);
    line-height: 1.1;
    color: #faf6f0 !important;
}

/* Monoton — أسماء المنتجات */
.font-product-name,
section h3.font-product-name,
.ea-home-product-meta h3 {
    font-family: 'Monoton', cursive !important;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1.2;
}

/* Cormorant Garamond — حكم ومقولات */
.font-quote,
.royal-quote,
.ea-quote {
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 400;
    font-style: italic;
    line-height: 1.75;
    letter-spacing: 0.04em;
    color: #ddd5c8 !important;
}

/* Unna — محتوى مقروء */
.font-readable,
.font-body-lg,
.font-body-md,
main p {
    font-family: 'Unna', serif !important;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0.02em;
}

/* Jura — تفاصيل وعناصر المنتجات */
.font-jura,
.font-label-caps,
.font-product-detail,
.font-jura-form,
.font-jura-form h2,
.font-jura-form p,
.font-jura-form label,
.font-jura-form input,
.font-jura-form select,
.font-jura-form option,
.font-jura-form button,
.royal-eyebrow,
.ea-nav-utility a,
.ea-nav-utility span,
.ea-nav-brand-sub,
.ea-nav-cta,
.glass-panel label,
section h3,
footer a,
footer p,
button.font-label-caps,
.bg-secondary.font-label-caps {
    font-family: 'Jura', sans-serif !important;
}

/* ── تطبيق الألوان والأحجام ── */
main h1,
.font-display-lg {
    color: #faf6f0 !important;
    font-size: clamp(3.5rem, 8vw, 5.5rem);
    line-height: 1.05;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.5);
}

main h1 .royal-italic,
.royal-italic {
    font-family: 'Playfair Display', serif !important;
    font-style: italic;
    font-weight: 400;
    color: #e8ca90;
    letter-spacing: 0.03em;
}

main h2,
.glass-panel h2,
.font-jura-form h2 {
    color: #faf6f0 !important;
    font-family: 'Jura', sans-serif !important;
    font-size: 1.35rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-shadow: none;
}

section h3,
.font-headline-md {
    color: #faf6f0 !important;
    font-family: 'Jura', sans-serif !important;
    font-size: 1.35rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-shadow: none;
}

main p,
.font-body-lg,
.font-body-md {
    color: #ede5d8 !important;
}

.text-on-surface-variant,
main .text-on-surface-variant {
    color: #ddd5c8 !important;
}

.royal-eyebrow {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: #e8ca90;
    display: inline-block;
    position: relative;
    padding-bottom: 14px;
}

.royal-eyebrow::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 1px;
    background: linear-gradient(90deg, #e8ca90, transparent);
}

.royal-quote {
    font-size: 1.2rem;
}

.text-secondary {
    color: #e8ca90 !important;
}

footer,
section {
    color: #ede5d8;
}

footer p,
section p {
    color: #ddd5c8 !important;
}

.rim-light {
    border: 1px solid rgba(229, 228, 226, 0.12);
}

.form-underline:focus {
    outline: none;
    border-bottom-color: #d4b678;
}

.stagger-in {
    animation: fadeInUp 1s ease-out forwards;
    opacity: 0;
}

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

.glass-panel {
    background: rgba(12, 15, 15, 0.75);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

.glass-panel label {
    color: #ddd5c8 !important;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.glass-panel input,
.glass-panel select {
    color: #faf6f0 !important;
}

.glass-panel input::placeholder,
.font-jura-form input::placeholder {
    color: rgba(245, 237, 224, 0.45) !important;
    font-family: 'Jura', sans-serif !important;
}

.aether-mobile-overlay.open {
    opacity: 1;
    visibility: visible;
}

.aether-mobile-menu.open {
    transform: translateX(0);
}

/* ── Navigation — glass shell like Aether reference ── */
.ea-nav-top {
    background: transparent;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-bottom: 1px solid rgba(69, 71, 74, 0.15);
}

.ea-nav-utility {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    padding: 8px 24px;
    border-bottom: 1px solid rgba(232, 202, 144, 0.45);
    background: transparent;
    box-shadow: 0 1px 0 rgba(232, 202, 144, 0.12);
}

@media (min-width: 992px) {
    .ea-nav-utility { padding: 8px 60px; }
}

.ea-nav-utility a,
.ea-nav-utility span {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.15em;
    color: rgba(245, 237, 224, 0.7);
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.25s;
}

.ea-nav-utility a:hover { color: #e8ca90; }
.ea-nav-utility-divider { color: rgba(212, 182, 120, 0.25); }

.ea-nav-main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 28px;
    padding: 22px 24px;
    background: transparent;
}

@media (min-width: 992px) {
    .ea-nav-main { gap: 32px; padding: 22px 60px; }
}

.ea-nav-logo {
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    flex-shrink: 0;
}

.ea-nav-divider-v {
    width: 1px;
    height: 44px;
    flex-shrink: 0;
    background: rgba(212, 182, 120, 0.45);
}

.ea-nav-wordmark { display: flex; flex-direction: column; }

.ea-nav-brand-en {
    font-size: 1.65rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #faf6f0;
    line-height: 1.1;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
}

@media (min-width: 992px) {
    .ea-nav-brand-en { font-size: 1.85rem; }
}

.ea-nav-brand-sub {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.16em;
    color: rgba(232, 202, 144, 0.95);
    text-transform: uppercase;
    margin-top: 6px;
}

@media (min-width: 992px) {
    .ea-nav-brand-sub { font-size: 12px; }
}

/* Locale switcher — shows alternate language only */
.ea-locale-switcher {
    font-family: 'Jura', sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
    padding: 2px;
}

.ea-locale-btn {
    display: inline-block;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    color: rgba(237, 229, 216, 0.72);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease, background 0.2s ease;
    white-space: nowrap;
}

.ea-locale-btn:hover {
    color: #1a1408;
    background: #d4b678;
}

.ea-nav-links {
    display: flex;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

@media (min-width: 992px) {
    .ea-nav-links { gap: 36px; }
}

.ea-nav-links a {
    font-size: 0.72rem;
    color: rgba(245, 237, 224, 0.92);
    text-decoration: none;
    transition: color 0.25s;
    white-space: nowrap;
    padding-bottom: 4px;
}

@media (min-width: 992px) {
    .ea-nav-links a { font-size: 0.78rem; }
}

.ea-nav-links a:hover { color: #e8ca90; }

.ea-nav-links a.active {
    color: #e8ca90;
    border-bottom: 1px solid #e8ca90;
}

.ea-nav-cta {
    background: #e8ca90;
    color: #060606;
    border: none;
    padding: 12px 28px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.25s;
    white-space: nowrap;
    flex-shrink: 0;
}

.ea-nav-cta:hover {
    background: #f5ddb0;
    color: #060606;
}

.ea-nav-cluster {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
}

@media (min-width: 992px) {
    .ea-nav-cluster { gap: 32px; }
}

.ea-nav-mobile-toggle {
    background: none;
    border: none;
    color: rgba(237, 229, 216, 0.5);
    cursor: pointer;
    padding: 4px;
    font-size: 28px;
    line-height: 1;
}

.ea-nav-mobile-toggle:hover { color: #e8ca90; }

.aether-mobile-menu a:not(.ea-nav-cta):not(.ea-nav-mobile-brand) {
    font-size: 0.82rem;
    display: block;
    margin-bottom: 1.25rem;
    color: rgba(245, 237, 224, 0.85);
    text-decoration: none;
}

.aether-mobile-menu a:not(.ea-nav-cta):not(.ea-nav-mobile-brand):hover,
.aether-mobile-menu a.text-\[\#d4b678\] {
    color: #e8ca90 !important;
}

section .w-8 {
    background: linear-gradient(90deg, #e8ca90, rgba(232, 202, 144, 0.2)) !important;
}

footer .font-royal {
    font-size: 2rem;
    letter-spacing: 0.06em;
}

footer .font-imperial {
    font-size: 0.72rem;
    letter-spacing: 0.16em;
}

footer a.font-label-caps {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

/* نموذج أسماء منتجات — للاستخدام في صفحات المنتجات */
.product-card-name {
    font-family: 'Monoton', cursive !important;
    font-size: 1.5rem;
    color: #e8ca90;
    letter-spacing: 0.08em;
}

.product-spec-label {
    font-family: 'Jura', sans-serif !important;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(212, 182, 120, 0.7);
}

.product-spec-value {
    font-family: 'Jura', sans-serif !important;
    font-size: 1.1rem;
    font-weight: 500;
    color: #f5ede0;
}

body.ea-preloader-active .ea-nav-top {
    opacity: 0;
    pointer-events: none;
}

body:not(.ea-preloader-active) .ea-nav-top {
    opacity: 1;
    transition: opacity 0.8s ease 0.15s;
}

/* ── Combo Hero Slider (DarkStar layout) ── */
:root {
    --ea-header-offset: 148px;
}

@media (max-width: 991px) {
    :root {
        --ea-header-offset: 104px;
    }
}

.ea-combo-slider,
.aether-hero-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 640px;
    overflow: hidden;
    z-index: 10;
    background: #060606;
}

.aether-slide,
.ea-combo-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1.1s cubic-bezier(0.4, 0, 0.2, 1), visibility 1.1s;
    pointer-events: none;
    z-index: 1;
}

.aether-slide.active,
.ea-combo-slide.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 2;
}

.ea-combo-media {
    position: absolute;
    top: 0;
    left: -2%;
    right: -2%;
    bottom: -2%;
    z-index: 0;
    transition: transform 0.4s ease-out;
    will-change: transform;
}

.ea-combo-slide.active .ea-combo-media img,
.ea-combo-slide.active .ea-combo-media video {
    animation: eaComboKenBurns 8s ease-out forwards;
}

.ea-combo-media-link {
    display: block;
    width: 100%;
    height: 100%;
}

.ea-combo-media img,
.ea-combo-media video,
.aether-slide img,
.aether-slide-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 35%;
}

.ea-combo-youtube {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.ea-combo-youtube-player,
.ea-combo-youtube-player iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-height: 100%;
    min-width: 177.78vh;
    transform: translate(-50%, -50%);
    border: 0;
    pointer-events: none;
}

@keyframes eaComboKenBurns {
    from { transform: scale(1); }
    to { transform: scale(1.05); }
}

.ea-combo-overlay,
.aether-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(to bottom, rgba(6, 6, 6, 0.88) 0%, rgba(6, 6, 6, 0.65) 10%, rgba(6, 6, 6, 0.25) 24%, transparent 42%),
        linear-gradient(90deg, rgba(6, 6, 6, 0.55) 0%, rgba(6, 6, 6, 0.15) 45%, rgba(6, 6, 6, 0.35) 100%),
        linear-gradient(to top, rgba(12, 15, 15, 0.88) 0%, rgba(12, 15, 15, 0.2) 42%, transparent 68%);
}

.ea-combo-stage {
    position: absolute;
    inset: 0;
    z-index: 3;
    width: 100%;
    min-height: 100%;
    padding: calc(var(--ea-header-offset) + 64px) 98px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1rem;
    pointer-events: none;
}

.ea-combo-stage a,
.ea-combo-stage button {
    pointer-events: auto;
}

.ea-combo-mega-box {
    position: relative;
    left: 26px;
    max-width: 68%;
    padding-top: 12px;
}

.ea-combo-mega-title {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.12em;
}

.ea-combo-mega-line {
    display: block;
    font-family: 'Jura', sans-serif;
    font-weight: 700;
    font-size: clamp(2.1rem, 5.8vw, 4.2rem);
    line-height: 1.12;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #faf6f0;
    text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.45);
}

.ea-combo-stage-spacer {
    display: none;
}

.ea-combo-bottom-left {
    position: relative;
    max-width: 320px;
    margin-left: 26px;
    margin-top: 0;
    padding-bottom: 8px;
}

.ea-combo-cta {
    display: inline-block;
    border: 1px solid rgba(250, 246, 240, 0.75);
    border-radius: 999px;
    color: #faf6f0;
    padding: 14px 32px 13px;
    font-family: 'Jura', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.35;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 0;
    transition: all 0.35s ease;
    background: transparent;
    -webkit-font-smoothing: antialiased;
    white-space: nowrap;
}

.ea-combo-cta:hover {
    background: #e8ca90;
    border-color: #e8ca90;
    color: #3c2f00;
}

.ea-combo-eyebrow {
    font-family: 'Jura', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #faf6f0;
    margin: 0 0 12px;
}

.ea-combo-eyebrow strong {
    color: #e8ca90;
}

.ea-combo-desc {
    font-family: 'Unna', serif;
    font-size: 11px;
    line-height: 1.9;
    color: rgba(245, 237, 224, 0.82);
    margin: 0;
    max-width: 300px;
}

.ea-combo-bottom-right {
    position: absolute;
    width: 260px;
    height: 450px;
    bottom: 0;
    right: 0;
    pointer-events: none;
}

.ea-combo-vertical-code,
.ea-combo-vertical-tag,
.ea-combo-vertical-badge {
    position: absolute;
    margin: 0;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.ea-combo-vertical-code {
    bottom: 31px;
    right: 26px;
    font-family: 'Jura', sans-serif;
    font-weight: 700;
    font-size: clamp(3rem, 5vw, 4.5rem);
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #faf6f0;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}

.ea-combo-vertical-tag {
    bottom: 37px;
    right: 104px;
    font-family: 'Unna', serif;
    font-size: 11px;
    line-height: 1.6;
    color: rgba(245, 237, 224, 0.75);
    max-height: 220px;
}

.ea-combo-vertical-badge {
    bottom: 36px;
    right: 125px;
    font-family: 'Jura', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #e8ca90;
}

.ea-combo-social {
    position: absolute;
    top: 50%;
    left: 28px;
    transform: translateY(-50%);
    z-index: 6;
    display: flex;
    flex-direction: column;
    gap: 18px;
    pointer-events: auto;
}

.ea-combo-social a {
    color: rgba(250, 246, 240, 0.65);
    text-decoration: none;
    transition: color 0.3s, transform 0.3s;
    display: flex;
}

.ea-combo-social a:hover {
    color: #e8ca90;
    transform: scale(1.1);
}

.ea-combo-social .material-symbols-outlined {
    font-size: 18px;
}

.combo-animate {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.combo-animate.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.combo-phase-2.is-visible {
    transition-delay: 0.08s;
}

.ea-combo-chrome {
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
}

.ea-combo-arrows {
    position: absolute;
    top: calc(var(--ea-header-offset) + 28px);
    right: 45px;
    display: flex;
    gap: 36px;
    pointer-events: auto;
}

.ea-combo-arrow,
.aether-slider-arrow {
    background: transparent;
    border: none;
    color: rgba(250, 246, 240, 0.7);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    transition: color 0.3s, transform 0.3s;
}

.ea-combo-arrow:hover,
.aether-slider-arrow:hover {
    color: #e8ca90;
    transform: scale(1.15);
}

.ea-combo-arrow .material-symbols-outlined {
    font-size: 28px;
}

.ea-combo-counter {
    position: absolute;
    top: calc(var(--ea-header-offset) + 34px);
    right: 160px;
    font-size: 10px;
    letter-spacing: 0.22em;
    color: rgba(245, 237, 224, 0.45);
}

.ea-combo-counter-current {
    color: #e8ca90;
    font-size: 14px;
}

.ea-combo-dots,
.aether-slider-dots {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    pointer-events: auto;
}

.ea-combo-dot,
.aether-slider-dot {
    width: 32px;
    height: 2px;
    background: rgba(250, 246, 240, 0.35);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: all 0.4s ease;
}

.ea-combo-dot.active,
.ea-combo-dot:hover,
.aether-slider-dot.active,
.aether-slider-dot:hover {
    background: #faf6f0;
    width: 48px;
}

.ea-combo-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: rgba(232, 202, 144, 0.1);
}

.ea-combo-progress-bar {
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, #e8ca90, rgba(232, 202, 144, 0.45));
}

@media (max-width: 991px) {
    .ea-combo-stage {
        padding: calc(var(--ea-header-offset) + 40px) 60px 32px;
    }

    .ea-combo-mega-box {
        left: 0;
        max-width: 85%;
    }

    .ea-combo-bottom-left {
        margin-left: 0;
        max-width: 90%;
    }

    .ea-combo-bottom-right {
        width: 200px;
        height: 360px;
    }

    .ea-combo-vertical-code {
        font-size: 2.4rem;
        right: 16px;
    }

    .ea-combo-vertical-badge {
        right: 88px;
        font-size: 1rem;
    }

    .ea-combo-vertical-tag {
        right: 72px;
        font-size: 10px;
    }

    .ea-combo-social {
        left: 16px;
        gap: 14px;
    }

    .ea-combo-arrows {
        top: calc(var(--ea-header-offset) + 16px);
        right: 20px;
        gap: 24px;
    }
}

@media (max-width: 767px) {
    .ea-combo-slider,
    .aether-hero-slider {
        min-height: 560px;
    }

    .ea-combo-stage {
        padding: calc(var(--ea-header-offset) + 28px) 24px 28px;
        justify-content: flex-start;
        gap: 24px;
    }

    .ea-combo-stage-spacer {
        display: none;
    }

    .ea-combo-mega-line {
        font-size: clamp(1.8rem, 10vw, 2.6rem);
    }

    .ea-combo-bottom-right {
        position: relative;
        width: 100%;
        height: auto;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .ea-combo-vertical-code,
    .ea-combo-vertical-tag,
    .ea-combo-vertical-badge {
        position: static;
        writing-mode: horizontal-tb;
        transform: none;
    }

    .ea-combo-vertical-code {
        font-size: 2rem;
    }

    .ea-combo-social {
        display: none;
    }

    .ea-combo-arrows {
        display: none;
    }

    .ea-combo-dots {
        bottom: 18px;
    }
}

/* ── Site shell (inner pages) ── */
.ea-site-main {
    padding-top: var(--ea-header-offset, 148px);
}

.ea-site-footer-nav a {
    text-decoration: none;
}

/* ── Homepage section dividers ── */
.ea-section-divider {
    padding: 18px 0;
    background: transparent;
}

.ea-section-divider-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.ea-section-divider-wing {
    flex: 1;
    max-width: 320px;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(233, 195, 73, 0.08) 18%,
        rgba(233, 195, 73, 0.38) 50%,
        rgba(233, 195, 73, 0.08) 82%,
        transparent 100%
    );
}

.ea-section-divider-gem {
    display: block;
    width: 5px;
    height: 5px;
    background: #e9c349;
    transform: rotate(45deg);
    opacity: 0.72;
    box-shadow: 0 0 10px rgba(233, 195, 73, 0.35);
    flex-shrink: 0;
}

/* ── Prefer Section — full-bleed film strips + electric gaps ── */
.ea-prefer-section {
    position: relative;
    padding-bottom: 2rem;
}

.ea-prefer-reel-glow {
    position: absolute;
    top: 55%;
    right: -6%;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(80, 200, 255, 0.06) 0%, transparent 68%);
    pointer-events: none;
    animation: eaPreferReelPulse 4s ease-in-out infinite;
}

@keyframes eaPreferReelPulse {
    0%, 100% { opacity: 0.4; transform: translateY(-50%) scale(1); }
    50% { opacity: 0.9; transform: translateY(-50%) scale(1.1); }
}

.ea-prefer-title-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(18px, 4vw, 36px);
}

.ea-prefer-title {
    font-size: clamp(2.2rem, 5vw, 3.4rem);
    line-height: 1.15;
    margin: 0;
    color: #e9c349 !important;
    text-shadow: 0 0 32px rgba(233, 195, 73, 0.28);
}

.ea-prefer-title-spark {
    flex-shrink: 0;
}

.ea-prefer-title-spark-chip {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(233, 195, 73, 0.55);
    background: linear-gradient(135deg, rgba(42, 34, 10, 0.95) 0%, rgba(18, 14, 6, 0.98) 100%);
    box-shadow:
        0 0 14px rgba(233, 195, 73, 0.22),
        inset 0 0 10px rgba(233, 195, 73, 0.1);
    overflow: hidden;
}

.ea-prefer-title-spark-chip .material-symbols-outlined {
    font-size: 15px;
    color: #e9c349;
    animation: eaPreferBoltPulseGold 1.6s ease-in-out infinite;
    z-index: 1;
}

.ea-prefer-title-spark-sweep {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 38%, rgba(233, 195, 73, 0.35) 50%, transparent 62%);
    transform: translateX(-120%);
    animation: eaPreferSparkSweepGold 3s ease-in-out infinite;
    pointer-events: none;
}

@keyframes eaPreferBoltPulseGold {
    0%, 100% { transform: scale(1); filter: drop-shadow(0 0 2px rgba(233, 195, 73, 0.45)); }
    50% { transform: scale(1.12); filter: drop-shadow(0 0 7px rgba(233, 195, 73, 0.95)); }
}

@keyframes eaPreferSparkSweepGold {
    0%, 70% { transform: translateX(-120%); }
    100% { transform: translateX(120%); }
}

.ea-prefer-stage {
    display: flex;
    align-items: stretch;
    width: 100%;
    min-height: clamp(520px, 72vh, 760px);
    background: #060606;
    overflow: hidden;
}

.ea-prefer-static-row,
.ea-prefer-slider-viewport {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
}

.ea-prefer-static-track,
.ea-prefer-slider-track {
    display: flex;
    align-items: stretch;
    width: 100%;
    min-height: clamp(520px, 72vh, 760px);
}

.ea-prefer-slider-track {
    transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.ea-prefer-stage--slider {
    position: relative;
    align-items: center;
}

.ea-prefer-stage--slider .ea-prefer-slider-viewport {
    overflow: hidden;
}

.ea-prefer-stage--slider .ea-prefer-strip {
    flex: 0 0 var(--prefer-strip-width, calc(33.333% - 4px));
}

.ea-prefer-stage--slider .ea-prefer-divider {
    flex: 0 0 var(--prefer-divider-width, 6px);
}

.ea-prefer-divider {
    position: relative;
    flex: 0 0 6px;
    width: 6px;
    background: #060606;
    z-index: 4;
    opacity: 0;
    transition: opacity 0.8s ease;
}

.ea-prefer-divider.is-live {
    opacity: 1;
}

.ea-prefer-divider::before {
    content: '';
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 50%;
    width: 1px;
    transform: translateX(-50%);
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(232, 202, 144, 0.18) 25%,
        rgba(232, 202, 144, 0.28) 50%,
        rgba(232, 202, 144, 0.18) 75%,
        transparent 100%
    );
}

.ea-prefer-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 3px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(232, 202, 144, 0.35);
    box-shadow: 0 0 6px rgba(232, 202, 144, 0.15);
}

.ea-prefer-strip {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    z-index: var(--strip-z, 0);
    overflow: visible;
}

.ea-prefer-film {
    flex: 1 1 auto;
    display: flex;
    min-height: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(var(--strip-enter-x, 105%)) rotate(2.5deg) scale(0.97);
    transform-origin: center right;
    transition:
        transform 0.92s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.35s ease,
        visibility 0s linear 0.92s;
    will-change: transform, opacity;
}

.ea-prefer-strip.is-dealing .ea-prefer-film,
.ea-prefer-strip.is-revealed .ea-prefer-film {
    visibility: visible;
    transition:
        transform 0.92s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.4s ease 0.04s,
        visibility 0s;
}

.ea-prefer-strip.is-dealing {
    z-index: var(--strip-z, 1);
}

.ea-prefer-strip.is-revealed .ea-prefer-film {
    opacity: 1;
    transform: translateX(0) rotate(0deg) scale(1);
}

.ea-prefer-strip.is-revealed:hover .ea-prefer-film {
    transform: translateX(0) translateY(-2px) rotate(0deg) scale(1);
}

.ea-prefer-strip-frame {
    position: relative;
    flex: 1;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    background: #0a0a0a;
}

.ea-prefer-strip-reveal {
    width: 100%;
    height: 100%;
    min-height: inherit;
}

.ea-prefer-strip-reveal img {
    width: 100%;
    height: 100%;
    min-height: clamp(520px, 72vh, 760px);
    object-fit: cover;
    object-position: center center;
    transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.ea-prefer-strip-dim {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(6, 6, 6, 0.38);
    pointer-events: none;
}

.ea-prefer-strip-shade {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(
        to top,
        rgba(6, 6, 6, 0.94) 0%,
        rgba(6, 6, 6, 0.45) 32%,
        rgba(6, 6, 6, 0.12) 58%,
        transparent 72%
    );
    pointer-events: none;
}

.ea-prefer-strip:hover .ea-prefer-strip-reveal img {
    transform: scale(1.04);
}

.ea-prefer-strip-foot {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    padding: 28px 20px 32px;
    text-align: center;
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.ea-prefer-strip.is-revealed .ea-prefer-strip-foot {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}

.ea-prefer-strip-name {
    font-size: clamp(1rem, 2vw, 1.3rem);
    color: #faf6f0;
    margin: 0 0 14px;
    line-height: 1.2;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}

.ea-prefer-electric-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 26px 11px;
    border: 1px solid rgba(120, 220, 255, 0.45);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(18, 42, 58, 0.9) 0%, rgba(8, 18, 24, 0.95) 100%);
    color: #b8ecff;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
    box-shadow:
        0 0 18px rgba(80, 200, 255, 0.15),
        inset 0 0 12px rgba(80, 200, 255, 0.08);
    transition: border-color 0.35s, color 0.35s, box-shadow 0.35s, transform 0.35s;
}

.ea-prefer-electric-bolt {
    font-size: 18px;
    color: #7ee0ff;
    animation: eaPreferBoltPulse 1.6s ease-in-out infinite;
}

@keyframes eaPreferBoltPulse {
    0%, 100% { transform: scale(1); filter: drop-shadow(0 0 2px rgba(126, 224, 255, 0.4)); }
    50% { transform: scale(1.15); filter: drop-shadow(0 0 8px rgba(126, 224, 255, 0.9)); }
}

.ea-prefer-electric-spark {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 40%, rgba(126, 224, 255, 0.18) 50%, transparent 60%);
    transform: translateX(-120%);
    animation: eaPreferSparkSweep 3s ease-in-out infinite;
    pointer-events: none;
}

@keyframes eaPreferSparkSweep {
    0%, 70% { transform: translateX(-120%); }
    100% { transform: translateX(120%); }
}

.ea-prefer-electric-btn:hover {
    border-color: rgba(180, 240, 255, 0.85);
    color: #e8fbff;
    box-shadow:
        0 0 28px rgba(80, 200, 255, 0.35),
        inset 0 0 16px rgba(80, 200, 255, 0.12);
    transform: translateY(-2px);
}

.ea-prefer-cta-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 28px;
    text-align: center;
}

.ea-prefer-browse-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 34px 15px;
    border: 1px solid rgba(233, 195, 73, 0.45);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(28, 24, 12, 0.95) 0%, rgba(10, 10, 8, 0.98) 100%);
    color: #f5e6b8;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
    box-shadow:
        0 0 24px rgba(233, 195, 73, 0.12),
        inset 0 0 18px rgba(233, 195, 73, 0.06);
    transition: border-color 0.4s ease, color 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease;
}

.ea-prefer-browse-btn-ring {
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(135deg, rgba(233, 195, 73, 0.55), transparent, rgba(233, 195, 73, 0.35)) border-box;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    opacity: 0.55;
    pointer-events: none;
}

.ea-prefer-browse-btn-icon,
.ea-prefer-browse-btn-arrow {
    font-size: 18px;
    color: #e9c349;
}

.ea-prefer-browse-btn-arrow {
    transition: transform 0.35s ease;
}

.ea-prefer-browse-btn-shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 38%, rgba(255, 236, 170, 0.22) 50%, transparent 62%);
    transform: translateX(-130%);
    animation: eaPreferBrowseShine 4.5s ease-in-out infinite;
    pointer-events: none;
}

@keyframes eaPreferBrowseShine {
    0%, 72% { transform: translateX(-130%); }
    100% { transform: translateX(130%); }
}

.ea-prefer-browse-btn:hover {
    border-color: rgba(233, 195, 73, 0.85);
    color: #fff8e8;
    box-shadow:
        0 0 36px rgba(233, 195, 73, 0.28),
        inset 0 0 22px rgba(233, 195, 73, 0.1);
    transform: translateY(-3px);
}

.ea-prefer-browse-btn:hover .ea-prefer-browse-btn-arrow {
    transform: translateX(4px);
}

.ea-prefer-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 6;
    background: rgba(6, 6, 6, 0.55);
    border: 1px solid rgba(233, 195, 73, 0.35);
    color: #e9c349;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
}

.ea-prefer-slider-arrow:hover {
    border-color: #e9c349;
    box-shadow: 0 0 16px rgba(233, 195, 73, 0.25);
}

.ea-prefer-slider-prev { left: 16px; }
.ea-prefer-slider-next { right: 16px; }

.ea-prefer-slider-dots {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 6;
}

.ea-prefer-slider-dot {
    width: 28px;
    height: 2px;
    background: rgba(233, 195, 73, 0.3);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: all 0.35s ease;
}

.ea-prefer-slider-dot.active,
.ea-prefer-slider-dot:hover {
    background: #e9c349;
    width: 40px;
}

@media (max-width: 991px) {
    .ea-prefer-stage {
        flex-direction: column;
        min-height: auto;
    }

    .ea-prefer-static-track,
    .ea-prefer-slider-track {
        flex-direction: column;
        min-height: auto;
    }

    .ea-prefer-stage--slider .ea-prefer-strip {
        flex: 0 0 auto;
        width: 100%;
    }

    .ea-prefer-divider {
        flex: 0 0 auto;
        width: 100%;
        height: 6px;
    }

    .ea-prefer-divider::before {
        top: 50%;
        bottom: auto;
        left: 10%;
        right: 10%;
        width: auto;
        height: 1px;
        transform: translateY(-50%);
        background: linear-gradient(
            to right,
            transparent 0%,
            rgba(232, 202, 144, 0.18) 25%,
            rgba(232, 202, 144, 0.28) 50%,
            rgba(232, 202, 144, 0.18) 75%,
            transparent 100%
        );
    }

    .ea-prefer-strip-reveal img {
        min-height: 380px;
    }

    .ea-prefer-slider-arrow {
        display: none;
    }
}

@media (max-width: 767px) {
    .ea-prefer-title-spark-chip {
        width: 28px;
        height: 28px;
    }

    .ea-prefer-title-spark-chip .material-symbols-outlined {
        font-size: 13px;
    }

    .ea-prefer-strip-reveal img {
        min-height: 340px;
    }
}

/* ── Homepage Editorial Sections ── */
.ea-home-dropcap::first-letter {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    line-height: 0.85;
    float: left;
    margin-right: 12px;
    margin-top: 4px;
    color: #e8ca90;
}

.ea-home-link {
    text-decoration: none;
}

.ea-home-image-frame {
    position: relative;
    overflow: hidden;
}

.ea-home-image-frame::before {
    content: '';
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(232, 202, 144, 0.2);
    z-index: 2;
    pointer-events: none;
}

.ea-home-editorial-img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.ea-home-image-frame:hover .ea-home-editorial-img {
    transform: scale(1.02);
}

.ea-home-craft-item {
    padding-left: 16px;
    border-left: 1px solid rgba(232, 202, 144, 0.25);
}

.ea-home-product-card {
    text-decoration: none;
    display: block;
    color: inherit;
}

.ea-home-product-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    margin-bottom: 24px;
}

.ea-home-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.ea-home-product-card:hover .ea-home-product-image img {
    transform: scale(1.04);
}

.ea-home-product-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(12, 15, 15, 0.7) 0%, transparent 50%);
    pointer-events: none;
}

.ea-home-product-meta {
    padding: 0 4px;
}

.ea-home-manifesto {
    position: relative;
    min-height: min(72vh, 680px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ea-home-manifesto-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.ea-home-manifesto-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.ea-home-manifesto-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.32) 0%,
            rgba(0, 0, 0, 0.22) 50%,
            rgba(0, 0, 0, 0.36) 100%
        ),
        rgba(0, 0, 0, 0.38);
}

.ea-home-manifesto-content {
    position: relative;
    z-index: 10;
    width: 100%;
    min-height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 48px;
    padding-bottom: 48px;
}

.ea-home-manifesto-inner {
    width: 100%;
}

.ea-home-stat {
    padding: 24px 16px;
}

/* ── Test Drive Booking Form ── */
.ea-test-drive-section {
    background: #060606;
}

.ea-test-drive-board {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
    gap: 40px;
    align-items: start;
}

.ea-test-drive-perks {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ea-test-drive-perks li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(245, 237, 224, 0.68);
}

.ea-test-drive-perks .material-symbols-outlined {
    font-size: 18px;
    color: #e9c349;
}

.ea-test-drive-form-wrap {
    border: 1.5px solid rgba(233, 195, 73, 0.62);
    box-shadow:
        0 0 28px rgba(233, 195, 73, 0.14),
        inset 0 0 0 1px rgba(233, 195, 73, 0.22);
    padding: 28px 28px 24px;
}

.ea-test-drive-alert {
    margin-bottom: 18px;
    padding: 12px 14px;
    border: 1px solid rgba(233, 195, 73, 0.35);
    background: rgba(233, 195, 73, 0.08);
    color: #f5e6b8;
    font-size: 0.88rem;
    line-height: 1.6;
}

.ea-test-drive-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.ea-test-drive-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ea-test-drive-field--full {
    grid-column: 1 / -1;
}

.ea-test-drive-field label {
    font-size: 9px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(233, 195, 73, 0.8);
}

.ea-test-drive-field input,
.ea-test-drive-field select,
.ea-test-drive-field textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid rgba(233, 195, 73, 0.36);
    background: rgba(8, 8, 8, 0.65);
    color: #faf6f0;
    font-family: 'Jura', sans-serif;
    font-size: 0.88rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.ea-test-drive-field input:focus,
.ea-test-drive-field select:focus,
.ea-test-drive-field textarea:focus {
    outline: none;
    border-color: rgba(233, 195, 73, 0.48);
    box-shadow: 0 0 0 1px rgba(233, 195, 73, 0.12);
}

.ea-test-drive-field textarea {
    resize: vertical;
    min-height: 110px;
}

.ea-test-drive-error {
    font-size: 0.75rem;
    color: #e88a8a;
}

.ea-test-drive-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin-top: 22px;
    padding: 15px 24px;
    border: 1px solid rgba(233, 195, 73, 0.45);
    background: linear-gradient(135deg, rgba(28, 24, 12, 0.95) 0%, rgba(10, 10, 8, 0.98) 100%);
    color: #f5e6b8;
    font-size: 10px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    cursor: pointer;
    transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.ea-test-drive-submit:hover {
    border-color: rgba(233, 195, 73, 0.85);
    box-shadow: 0 0 28px rgba(233, 195, 73, 0.2);
    transform: translateY(-2px);
}

.ea-test-drive-submit .material-symbols-outlined {
    font-size: 18px;
    color: #e9c349;
}

@media (max-width: 991px) {
    .ea-test-drive-board {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .ea-test-drive-form-grid {
        grid-template-columns: 1fr;
    }

    .ea-test-drive-field--full {
        grid-column: auto;
    }
}

.ea-home-btn-primary {
    background: #e8ca90;
    color: #3c2f00;
    text-decoration: none;
    transition: background 0.3s, transform 0.3s;
}

.ea-home-btn-primary:hover {
    background: #f5ddb0;
    color: #3c2f00;
    transform: scale(1.02);
}

.ea-home-btn-outline {
    border: 1px solid rgba(232, 202, 144, 0.45);
    color: #e8ca90;
    text-decoration: none;
    transition: all 0.3s;
}

.ea-home-btn-outline:hover {
    background: rgba(232, 202, 144, 0.08);
    border-color: #e8ca90;
    color: #faf6f0;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ── Partners Section ── */
.ea-partners-section {
    background: #060606;
}

.ea-partners-ambient {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.ea-partners-ambient-grid {
    position: absolute;
    inset: -20% -10%;
    background-image:
        linear-gradient(rgba(233, 195, 73, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(233, 195, 73, 0.04) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 20%, transparent 75%);
    opacity: 0.55;
}

.ea-partners-ambient-glow {
    position: absolute;
    top: 12%;
    left: 50%;
    width: min(900px, 90vw);
    height: 360px;
    transform: translateX(-50%);
    background: radial-gradient(ellipse at center, rgba(233, 195, 73, 0.12) 0%, transparent 68%);
}

.ea-partners-inner {
    position: relative;
    z-index: 1;
}

.ea-partners-slider {
    position: relative;
    --partners-logo-width: 200px;
    --partners-logo-gap: 16px;
}

.ea-partners-slider-viewport {
    overflow: hidden;
    direction: ltr;
    border: 1.5px solid rgba(233, 195, 73, 0.38);
    background: rgba(8, 8, 8, 0.72);
    box-shadow: 0 0 28px rgba(233, 195, 73, 0.08);
}

.ea-partners-slider-track {
    display: flex;
    direction: ltr;
    gap: var(--partners-logo-gap);
    padding: 28px 20px;
    transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.ea-partners-logo-cell {
    flex: 0 0 var(--partners-logo-width);
    min-width: var(--partners-logo-width);
    height: clamp(96px, 12vw, 120px);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(233, 195, 73, 0.16);
    background: rgba(12, 12, 12, 0.88);
    padding: 18px 22px;
    transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.ea-partners-logo-cell:hover {
    border-color: rgba(233, 195, 73, 0.45);
    box-shadow: 0 0 22px rgba(233, 195, 73, 0.1);
    transform: translateY(-2px);
}

.ea-partners-logo-img {
    max-width: 100%;
    max-height: 72px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: brightness(1.05) contrast(1.02);
    opacity: 0.92;
    transition: opacity 0.35s ease, filter 0.35s ease;
}

.ea-partners-logo-cell:hover .ea-partners-logo-img {
    opacity: 1;
    filter: brightness(1.12);
}

.ea-partners-logo-monogram {
    font-size: 1rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #e9c349;
}

.ea-partners-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(233, 195, 73, 0.35);
    background: rgba(6, 6, 6, 0.88);
    color: #e9c349;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
}

.ea-partners-slider-arrow:hover {
    border-color: #e9c349;
    box-shadow: 0 0 16px rgba(233, 195, 73, 0.2);
}

.ea-partners-slider-prev { left: -18px; }
.ea-partners-slider-next { right: -18px; }

.ea-partners-slider-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
}

.ea-partners-slider-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid rgba(233, 195, 73, 0.35);
    background: transparent;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ea-partners-slider-dot.active,
.ea-partners-slider-dot:hover {
    background: #e9c349;
    border-color: #e9c349;
    box-shadow: 0 0 10px rgba(233, 195, 73, 0.35);
}

@media (max-width: 767px) {
    .ea-partners-slider-track {
        padding: 20px 14px;
    }

    .ea-partners-slider-prev { left: 4px; }
    .ea-partners-slider-next { right: 4px; }

    .ea-partners-logo-cell {
        height: 88px;
        padding: 14px 16px;
    }

    .ea-partners-logo-img {
        max-height: 52px;
    }
}

/* ── Dealers Golden Map ── */
.ea-dealers-map-section {
    background: #060606;
}

.ea-dealers-map-ambient {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 55% 45% at 28% 42%, rgba(233, 195, 73, 0.1) 0%, transparent 70%),
        radial-gradient(ellipse 40% 35% at 78% 58%, rgba(233, 195, 73, 0.07) 0%, transparent 72%);
    pointer-events: none;
}

.ea-dealers-map-inner {
    position: relative;
    z-index: 1;
}

.ea-dealers-map-board {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
    gap: 0;
    border: 1.5px solid rgba(233, 195, 73, 0.62);
    box-shadow:
        0 0 32px rgba(233, 195, 73, 0.14),
        inset 0 0 0 1px rgba(233, 195, 73, 0.22);
    background: rgba(8, 8, 8, 0.88);
    min-height: clamp(420px, 58vh, 580px);
}

.ea-dealers-map-canvas-wrap {
    position: relative;
    border-right: 1px solid rgba(233, 195, 73, 0.38);
    min-height: inherit;
}

.ea-dealers-map-canvas {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: clamp(420px, 58vh, 580px);
    overflow: hidden;
    background: #060606;
}

.ea-dealers-leaflet-map {
    width: 100%;
    height: 100%;
    min-height: clamp(420px, 58vh, 580px);
    z-index: 1;
}

.ea-dealers-leaflet-map .leaflet-container {
    background: #060606;
    font-family: 'Jura', sans-serif;
}

.ea-dealers-leaflet-map .leaflet-control-zoom a {
    background: rgba(10, 10, 10, 0.92);
    color: #e9c349;
    border-color: rgba(233, 195, 73, 0.28);
}

.ea-dealers-leaflet-map .leaflet-control-zoom a:hover {
    background: rgba(18, 16, 10, 0.98);
    color: #f5e6b8;
    border-color: rgba(233, 195, 73, 0.55);
}

.ea-dealers-leaflet-map .leaflet-control-attribution {
    background: rgba(6, 6, 6, 0.82);
    color: rgba(245, 237, 224, 0.45);
    font-size: 9px;
}

.ea-dealers-leaflet-map .leaflet-control-attribution a {
    color: rgba(233, 195, 73, 0.7);
}

.ea-leaflet-pin {
    background: transparent;
    border: none;
}

.ea-leaflet-pin-wrap {
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
}

.ea-leaflet-pin-pulse {
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    background: rgba(233, 195, 73, 0.2);
    animation: eaDealerPinPulse 2.4s ease-out infinite;
}

.ea-leaflet-pin-core {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 50%;
    background: #e9c349;
    box-shadow: 0 0 14px rgba(233, 195, 73, 0.75);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ea-leaflet-pin.is-active .ea-leaflet-pin-core,
.ea-leaflet-pin:hover .ea-leaflet-pin-core {
    transform: scale(1.35);
    box-shadow: 0 0 22px rgba(233, 195, 73, 1);
}

.ea-dealers-leaflet-map .leaflet-popup-content-wrapper {
    background: rgba(12, 12, 12, 0.96);
    border: 1px solid rgba(233, 195, 73, 0.35);
    border-radius: 0;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
    color: #f5ede0;
}

.ea-dealers-leaflet-map .leaflet-popup-tip {
    background: rgba(12, 12, 12, 0.96);
    border: 1px solid rgba(233, 195, 73, 0.2);
    box-shadow: none;
}

.ea-dealers-leaflet-map .leaflet-popup-content {
    margin: 12px 14px;
    line-height: 1.5;
}

.ea-leaflet-popup-type {
    display: block;
    font-size: 8px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #e9c349;
    margin-bottom: 6px;
}

.ea-leaflet-popup-name {
    display: block;
    font-size: 0.95rem;
    color: #faf6f0;
    margin-bottom: 4px;
}

.ea-leaflet-popup-city {
    margin: 0 0 6px;
    font-size: 8px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(245, 237, 224, 0.6);
}

.ea-leaflet-popup-address {
    margin: 0;
    font-size: 0.82rem;
    color: rgba(245, 237, 224, 0.72);
}

.ea-dealers-map-panel {
    display: flex;
    flex-direction: column;
    min-height: inherit;
    background: linear-gradient(180deg, rgba(12, 12, 12, 0.96) 0%, rgba(8, 8, 8, 0.98) 100%);
}

.ea-dealers-map-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 24px 16px;
    border-bottom: 1px solid rgba(233, 195, 73, 0.32);
}

.ea-dealers-map-panel-count {
    font-size: 9px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(233, 195, 73, 0.8);
}

.ea-dealers-map-panel-head .material-symbols-outlined {
    font-size: 20px;
    color: rgba(233, 195, 73, 0.55);
}

.ea-dealers-map-list {
    flex: 1;
    overflow-y: auto;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ea-dealers-map-card {
    padding: 16px 16px 14px;
    border: 1px solid rgba(233, 195, 73, 0.1);
    background: rgba(14, 14, 14, 0.85);
    cursor: pointer;
    transition: border-color 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
}

.ea-dealers-map-card:hover,
.ea-dealers-map-card.is-active {
    border-color: rgba(233, 195, 73, 0.42);
    background: rgba(18, 16, 10, 0.95);
    box-shadow: inset 0 0 0 1px rgba(233, 195, 73, 0.08);
}

.ea-dealers-map-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
}

.ea-dealers-map-card-type {
    font-size: 8px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #e9c349;
    padding: 4px 8px;
    border: 1px solid rgba(233, 195, 73, 0.25);
}

.ea-dealers-map-card-city {
    font-size: 8px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(245, 237, 224, 0.55);
}

.ea-dealers-map-card-name {
    font-size: 1rem;
    color: #faf6f0;
    margin: 0 0 8px;
    line-height: 1.2;
}

.ea-dealers-map-card-address,
.ea-dealers-map-card-hours {
    margin: 0 0 6px;
    font-size: 0.82rem;
    line-height: 1.55;
    color: rgba(245, 237, 224, 0.62);
}

.ea-dealers-map-card-hours {
    font-size: 8px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(233, 195, 73, 0.65);
}

.ea-dealers-map-card-links {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 8px;
}

.ea-dealers-map-card-links a {
    font-size: 8px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(245, 237, 224, 0.5);
    text-decoration: none;
    transition: color 0.3s ease;
}

.ea-dealers-map-card-links a:hover {
    color: #e9c349;
}

.ea-dealers-map-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 12px;
    padding: 14px 18px;
    border: 1px solid rgba(233, 195, 73, 0.3);
    color: #e9c349;
    font-size: 9px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.35s ease;
}

.ea-dealers-map-cta:hover {
    border-color: #e9c349;
    background: rgba(233, 195, 73, 0.06);
    color: #f5e6b8;
}

@keyframes eaDealerPinPulse {
    0% { transform: scale(0.6); opacity: 0.9; }
    70% { transform: scale(1.8); opacity: 0; }
    100% { transform: scale(1.8); opacity: 0; }
}

@media (max-width: 1100px) {
    .ea-dealers-map-board {
        grid-template-columns: 1fr;
    }

    .ea-dealers-map-canvas-wrap {
        border-right: none;
        border-bottom: 1px solid rgba(233, 195, 73, 0.38);
    }

    .ea-dealers-map-panel {
        min-height: auto;
    }

    .ea-dealers-map-list {
        max-height: 360px;
    }
}

/* ── Logo Preloader (DarkStar-style intro) ── */
html.ea-is-loading,
html.ea-is-loading body {
    overflow: hidden;
    height: 100%;
}

.ea-preloader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: #060606;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.ea-preloader-stage {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    padding: 24px;
}

.ea-preloader-brand {
    display: flex;
    align-items: center;
    gap: 20px;
    opacity: 0;
    transform: scale(0.88) translateY(12px);
    animation: eaPreloaderBrandIn 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.15s forwards;
}

.ea-preloader-divider-v {
    width: 1px;
    height: 0;
    background: rgba(232, 202, 144, 0.55);
    animation: eaPreloaderDividerGrow 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.35s forwards;
}

.ea-preloader-wordmark {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.ea-preloader-name {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.8rem, 8vw, 4.2rem);
    color: #faf6f0;
    line-height: 1;
    text-shadow: 0 0 40px rgba(232, 202, 144, 0.15);
}

.ea-preloader-sub {
    font-family: 'Jura', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(232, 202, 144, 0.9);
    margin-top: 12px;
    opacity: 0;
    animation: eaPreloaderSubIn 0.8s ease 0.75s forwards;
}

.ea-preloader-line {
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #e8ca90, transparent);
    animation: eaPreloaderLineGrow 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.95s forwards;
}

.ea-preloader-powered {
    font-family: 'Jura', sans-serif;
    font-size: 9px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: rgba(245, 237, 224, 0.35);
    opacity: 0;
    animation: eaPreloaderSubIn 0.7s ease 1.2s forwards;
}

.ea-preloader-panel {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    background: #060606;
    z-index: 2;
    transition: transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
}

.ea-preloader-panel-top {
    top: 0;
    transform-origin: top center;
}

.ea-preloader-panel-bottom {
    bottom: 0;
    transform-origin: bottom center;
}

.ea-preloader-exit .ea-preloader-stage {
    animation: eaPreloaderBrandOut 0.7s ease forwards;
}

.ea-preloader-exit .ea-preloader-panel-top {
    transform: translateY(-100%);
}

.ea-preloader-exit .ea-preloader-panel-bottom {
    transform: translateY(100%);
}

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

@keyframes eaPreloaderDividerGrow {
    to { height: 52px; }
}

@keyframes eaPreloaderSubIn {
    to { opacity: 1; }
}

@keyframes eaPreloaderLineGrow {
    to { width: 160px; }
}

@keyframes eaPreloaderBrandOut {
    to {
        opacity: 0;
        transform: scale(1.04) translateY(-8px);
    }
}

@media (max-width: 767px) {
    .ea-preloader-brand {
        gap: 14px;
    }

    .ea-preloader-name {
        font-size: 2.6rem;
    }

    @keyframes eaPreloaderLineGrow {
        to { width: 120px; }
    }
}

/* Arabic locale typography — moved to rtl.css */
.ea-contact-page {
    position: relative;
    min-height: 100vh;
    background: #060606;
    overflow: hidden;
}

.ea-contact-ambient {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 60% 40% at 50% 0%, rgba(233, 195, 73, 0.06) 0%, transparent 60%),
        radial-gradient(ellipse 40% 30% at 80% 60%, rgba(233, 195, 73, 0.03) 0%, transparent 50%);
}

.ea-contact-inner {
    position: relative;
    z-index: 1;
}

.ea-contact-info-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.ea-contact-info-card {
    padding: 28px 24px;
    border: 1px solid rgba(233, 195, 73, 0.22);
    background: rgba(12, 12, 12, 0.72);
    backdrop-filter: blur(12px);
    transition: border-color 0.35s ease, box-shadow 0.35s ease;
}

.ea-contact-info-card:hover {
    border-color: rgba(233, 195, 73, 0.42);
    box-shadow: 0 0 24px rgba(233, 195, 73, 0.08);
}

.ea-contact-info-card .material-symbols-outlined {
    font-size: 22px;
    color: #e9c349;
    margin-bottom: 14px;
    display: block;
}

.ea-contact-info-card h2 {
    font-size: 9px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: rgba(233, 195, 73, 0.75);
    margin: 0 0 12px;
}

.ea-contact-info-card p,
.ea-contact-info-card a {
    display: block;
    font-size: 0.92rem;
    line-height: 1.65;
    color: rgba(245, 237, 224, 0.82);
    text-decoration: none;
    margin: 0 0 4px;
}

.ea-contact-info-card a:hover {
    color: #f5e6b8;
}

.ea-contact-info-meta {
    font-size: 9px !important;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(245, 237, 224, 0.42) !important;
    margin-top: 8px !important;
}

.ea-contact-booking {
    border: 1.5px solid rgba(233, 195, 73, 0.38);
    padding: 36px 32px;
    background: rgba(8, 8, 8, 0.55);
    box-shadow:
        0 0 32px rgba(233, 195, 73, 0.1),
        inset 0 0 0 1px rgba(233, 195, 73, 0.12);
}

.ea-contact-map-frame {
    position: relative;
    overflow: hidden;
    border: 1.5px solid rgba(233, 195, 73, 0.45);
    box-shadow:
        0 0 36px rgba(233, 195, 73, 0.12),
        inset 0 0 0 1px rgba(233, 195, 73, 0.18);
    background: #0a0a0a;
    aspect-ratio: 21 / 9;
    min-height: 320px;
}

.ea-contact-map-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.45);
    z-index: 2;
}

.ea-contact-map-embed {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(100%) invert(92%) contrast(88%) brightness(78%);
}

@media (max-width: 991px) {
    .ea-contact-info-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ea-contact-booking {
        padding: 28px 20px;
    }

    .ea-contact-map-frame {
        aspect-ratio: 4 / 3;
        min-height: 280px;
    }
}

@media (max-width: 575px) {
    .ea-contact-info-grid {
        grid-template-columns: 1fr;
    }
}

