/**
 * Suknai Landing Page - Custom Styles
 * Bold animations with lateral (side) slide transitions
 */

:root {
    --primary-bg: #FFFFFF;
    --secondary-bg: #FAFAFA;
    --accent-text: #121212;
    --light-text: #2C2C2C;
    --secondary-text: #4A5568;
    --light-beige: #6B7280;
    --gold: #C9A961;
    --gold-dark: #B8954F;
    --gold-light: #E8D5A8;
    --emerald-900: #003a32;
    --emerald-800: #0c4b3f;
    --emerald-600: #126255;
    --sand-100: #f5f0e6;
    --sand-200: #e8e0d3;
    --marble-white: rgba(255, 255, 255, 0.86);
    --navy-blue: #1E3A5F;
    --burgundy: #8B3E3E;
    --slide-distance-large: 250px;
    --slide-distance-medium: 200px;
    --slide-distance-small: 150px;
}

#navbar {
    transform: translateY(0);
    transition: transform 0.45s ease, opacity 0.4s ease;
    will-change: transform, opacity;
    background-color: transparent;
    border-bottom-color: transparent;
}

#navbar.navbar-transparent {
    background-color: transparent;
    border-bottom-color: transparent;
    backdrop-filter: none;
    box-shadow: none;
}

#navbar.is-hidden {
    transform: translateY(-110%);
    opacity: 0;
}

#navbar.is-visible {
    transform: translateY(0);
    opacity: 1;
}

#navbar.navbar-solid {
    background-color: rgba(17, 17, 17, 0.95);
    border-bottom-color: rgba(75, 85, 99, 0.6);
}

#navbar.navbar-solid.navbar-theme-royal {
    background: linear-gradient(135deg, rgba(9, 17, 40, 0.92) 0%, rgba(25, 52, 109, 0.92) 100%);
    border-bottom-color: rgba(217, 193, 165, 0.2);
    box-shadow: 0 14px 30px rgba(11, 22, 48, 0.35);
}

#navbar.navbar-solid.navbar-theme-lucia {
    background: linear-gradient(135deg, rgba(17, 15, 13, 0.92) 0%, rgba(28, 24, 20, 0.9) 70%, rgba(32, 27, 22, 0.88) 100%);
    border-bottom-color: rgba(226, 226, 226, 0.08);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

#navbar.navbar-solid.navbar-theme-ayas {
    background: linear-gradient(135deg, rgba(237, 128, 52, 0.95) 0%, rgba(219, 112, 38, 0.95) 100%);
    border-bottom-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 18px 36px rgba(237, 128, 52, 0.25);
}

[dir="rtl"] .tracking-tight,
[dir="rtl"] .tracking-wide,
[dir="rtl"] .tracking-wider,
[dir="rtl"] .tracking-widest,
[dir="rtl"] .tracking-\[0\.35em\],
[dir="rtl"] .tracking-\[0\.3em\],
[dir="rtl"] .tracking-\[0\.28em\],
[dir="rtl"] .tracking-\[0\.25em\],
[dir="rtl"] .tracking-\[0\.24em\],
[dir="rtl"] .tracking-\[0\.2em\],
[dir="rtl"] .tracking-\[0\.18em\],
[dir="rtl"] .tracking-\[0\.16em\],
[dir="rtl"] .tracking-\[0\.15em\],
[dir="rtl"] .tracking-\[0\.14em\],
[dir="rtl"] .tracking-\[0\.12em\],
[dir="rtl"] .tracking-\[0\.1em\],
[dir="rtl"] .tracking-\[0\.08em\],
[dir="rtl"] .tracking-\[0\.06em\],
[dir="rtl"] .tracking-\[0\.04em\],
[dir="rtl"] .tracking-\[0\.02em\],
[dir="rtl"] [class*="tracking-["],
[dir="rtl"] [style*="letter-spacing"] {
    letter-spacing: normal !important;
    text-transform: none !important;
}

[dir="rtl"] .tracking-widest,
[dir="rtl"] .tracking-wider,
[dir="rtl"] .tracking-wide,
[dir="rtl"] .tracking-tight {
    letter-spacing: normal !important;
}

[dir="rtl"] .uppercase {
    text-transform: none !important;
}

/* Tailwind Custom Colors */
.text-beige {
    color: var(--accent-text);
}

.text-light-beige {
    color: var(--light-beige);
}

.bg-beige\/5 {
    background-color: rgba(249, 250, 251, 0.8);
}

.bg-beige\/10 {
    background-color: rgba(243, 244, 246, 0.9);
}

.text-gold {
    color: var(--gold);
}

.bg-gold {
    background-color: var(--gold);
}

.bg-gold\/20 {
    background-color: rgba(212, 175, 55, 0.2);
}

.bg-gold\/50 {
    background-color: rgba(212, 175, 55, 0.5);
}

.border-gold\/50 {
    border-color: rgba(212, 175, 55, 0.5);
}

.shadow-gold\/20 {
    box-shadow: 0 10px 40px rgba(212, 175, 55, 0.2);
}

.shadow-gold\/30 {
    box-shadow: 0 10px 40px rgba(212, 175, 55, 0.3);
}

.shadow-gold\/50 {
    box-shadow: 0 20px 60px rgba(201, 169, 97, 0.3);
}

/* Luxury Gradients */
.bg-gradient-luxury {
    background: linear-gradient(135deg, #FFFFFF 0%, #FAFAFA 50%, #F5F5F5 100%);
}

.bg-gradient-gold {
    background: linear-gradient(135deg, #C9A961 0%, #E8D5A8 100%);
}

.bg-gradient-card {
    background: linear-gradient(135deg, #FFFFFF 0%, #FAFAFA 100%);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* ============================================
   HERO VIDEO & DECORATIVE LINES
   ============================================ */

.hero-section {
    background-color: var(--emerald-900);
    color: #ffffff;
    position: relative;
}

.hero-video {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}

.hero-video__media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.1) brightness(0.9);
    transform: scale(1.05);
}

.hero-video__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 34, 30, 0.85), rgba(0, 34, 30, 0.35));
}

.hero-cta {
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border: 1px solid transparent;
}

.hero-cta:hover {
    border-color: rgba(255, 255, 255, 0.4);
}

.hero-section .animate-slide-in-left,
.hero-section .animate-slide-in-right,
.hero-section .animate-slide-in-up {
    animation-duration: 1.4s;
}

.hero-line {
    position: absolute;
    pointer-events: none;
    mix-blend-mode: screen;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(232, 213, 168, 0.45) 50%, rgba(255, 255, 255, 0) 100%);
    opacity: 0;
    transform-origin: center;
}

.hero-line--vertical {
    width: 1px;
    height: 85%;
    left: 8%;
    top: 10%;
    animation: heroLineDrift 12s ease-in-out infinite;
}

.hero-line--horizontal {
    height: 1px;
    width: 70%;
    left: 15%;
    bottom: 18%;
    animation: heroLineDrift 10s ease-in-out infinite reverse;
}

body.loaded .hero-line {
    opacity: 0.18;
}

.hero-line.is-active {
    opacity: 1;
}

@media (max-width: 768px) {
    .hero-line {
        display: none;
    }
}

@media (max-width: 640px) {
    .hero-section {
        min-height: 80vh;
        padding-top: 4.5rem;
        padding-bottom: 3.5rem;
    }

    .hero-video__media {
        transform: scale(1.01);
    }

    .hero-section h1 {
        font-size: 2.5rem;
        line-height: 1.2;
        margin-bottom: 1.25rem;
    }

    .hero-section p {
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 1.75rem;
    }

    .hero-cta {
        padding: 0.85rem 2.5rem;
        font-size: 0.95rem;
        letter-spacing: 0.08em;
    }
}

@keyframes heroLineDrift {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 0.15;
    }
    50% {
        transform: translate3d(15px, -10px, 0) scale(1.1);
        opacity: 0.45;
    }
    100% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 0.15;
    }
}

/* ============================================
   SPLIT SECTIONS & MEDIA FRAMES
   ============================================ */

.split-section-wrapper {
    position: relative;
}

.split-section-wrapper::before {
    content: "";
    position: absolute;
    inset: 12% 20%;
    background: linear-gradient(135deg, rgba(201, 169, 97, 0.12), rgba(255, 255, 255, 0));
    border-radius: 40px;
    z-index: 0;
    pointer-events: none;
    filter: blur(60px);
}

@media (max-width: 1023px) {
    .split-section-wrapper::before {
        display: none;
    }
}

.split-section-wrapper > .container {
    position: relative;
    z-index: 1;
}

.section-heading {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: clamp(3rem, 5vw, 4.5rem);
}

.split-section {
    display: flex;
    flex-direction: column;
    gap: clamp(2rem, 4vw, 4rem);
    align-items: stretch;
}

html.js .split-section {
    opacity: 0;
    transform: translateY(60px);
    transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.8s ease-out;
}

html.js .split-section.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.split-section__content,
.split-section__media {
    flex: 1;
    position: relative;
}

.split-section__content {
    background: var(--marble-white);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 24px;
    padding: clamp(1.75rem, 3vw, 2.5rem);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.split-section__eyebrow {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    background: var(--emerald-600);
    padding: 0.3rem 1rem;
    border-radius: 999px;
    align-self: flex-start;
}

.split-section__title {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    color: var(--emerald-800);
    line-height: 1.2;
}

.split-section__subtitle {
    font-size: 1.125rem;
    color: var(--gold-dark);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.split-section__lead {
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--secondary-text);
}

.split-section__highlights {
    display: grid;
    gap: 1rem;
}

.split-section__highlight {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.split-section__highlight-dot {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    flex-shrink: 0;
    margin-top: 0.3rem;
    box-shadow: 0 0 0 6px rgba(201, 169, 97, 0.2);
}

.split-section__highlight p {
    color: var(--light-text);
    line-height: 1.6;
}

.split-section__media {
    display: flex;
    align-items: center;
    justify-content: center;
}

.media-frame {
    position: relative;
    width: 100%;
    max-width: 100%;
    max-height: 500px;
    aspect-ratio: 4 / 3;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 40px 100px rgba(15, 61, 59, 0.35);
}

@media (min-width: 1024px) {
    .media-frame {
        max-height: 450px;
        aspect-ratio: 3 / 2;
    }
}

@media (max-width: 768px) {
    .media-frame {
        max-height: 400px;
        aspect-ratio: 4 / 3;
    }
}

.brand-media-frame {
    aspect-ratio: 1 / 1;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

@supports not (aspect-ratio: 1 / 1) {
    .brand-media-frame {
        position: relative;
        padding-top: 100%;
    }

    .brand-media-frame img,
    .brand-media-frame .media-frame__overlay,
    .brand-media-frame::after {
        position: absolute;
        inset: 0;
    }
}

.media-frame::after {
    content: "";
    position: absolute;
    inset: 12%;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 24px;
    pointer-events: none;
}

.media-frame__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
    z-index: 1;
}

.media-frame__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.split-section:hover .media-frame__image {
    transform: scale(1.08);
}

.split-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.25rem;
}

.value-tile {
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(201, 169, 97, 0.35);
    border-radius: 20px;
    padding: 1.5rem;
    box-shadow: 0 20px 60px rgba(201, 169, 97, 0.18);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-tile h4 {
    font-size: 1.25rem;
    color: var(--emerald-800);
    margin-bottom: 0.75rem;
}

.value-tile p {
    color: var(--light-text);
    line-height: 1.7;
}

.value-tile:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 80px rgba(201, 169, 97, 0.25);
}

.brand-logo {
    margin-top: 1rem;
}

.brand-logo__image {
    height: 60px;
    width: auto;
    filter: saturate(0.85);
    opacity: 0.9;
}

@media (min-width: 1024px) {
    .split-section {
        flex-direction: row;
    }

    .split-section.lg\:flex-row-reverse {
        flex-direction: row-reverse;
    }

    .split-section__content,
    .split-section__media {
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .media-frame::after {
        inset: 8%;
    }

    .split-section__content {
        padding: 1.5rem;
    }

    .split-section__eyebrow {
        letter-spacing: 0.3em;
    }
}

[dir="rtl"] .split-section__highlight {
    text-align: left;
    flex-direction: row;
}

[dir="rtl"] .split-section__highlight-dot {
    margin-right: 0;
    margin-left: 0;
}

[dir="rtl"] .split-section__content {
    text-align: right;
}

[dir="rtl"] .split-section__eyebrow {
    align-self: flex-end;
}

[dir="rtl"] .value-tile {
    text-align: right;
}

/* ============================================
   BOLD LATERAL ANIMATIONS
   ============================================ */

/* Slide from Left - Bold */
@keyframes slideInLeft {
    from {
        transform: translateX(-250px) scale(0.9);
        opacity: 0;
    }
    to {
        transform: translateX(0) scale(1);
        opacity: 1;
    }
}

/* Slide from Right - Bold */
@keyframes slideInRight {
    from {
        transform: translateX(250px) scale(0.9);
        opacity: 0;
    }
    to {
        transform: translateX(0) scale(1);
        opacity: 1;
    }
}

/* Slide Up from Bottom - Bold */
@keyframes slideInUp {
    from {
        transform: translateY(100px) scale(0.9);
        opacity: 0;
    }
    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

/* Fade In Up */
@keyframes fadeInUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Initial Animation Classes */
.animate-slide-in-left {
    animation: slideInLeft 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    opacity: 0;
}

.animate-slide-in-right {
    animation: slideInRight 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    opacity: 0;
}

.animate-slide-in-up {
    animation: slideInUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    opacity: 0;
}

.animate-fade-in-up {
    animation: fadeInUp 0.6s ease-out forwards;
}

/* RTL Support - Mirror animations for Arabic */
[dir="rtl"] .animate-slide-in-left {
    animation: slideInRight 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

[dir="rtl"] .animate-slide-in-right {
    animation: slideInLeft 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

/* ============================================
   SCROLL-TRIGGERED ANIMATIONS
   ============================================ */

/* Elements that will animate on scroll */
[data-animate] {
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

[data-animate="slide-left"] {
    transform: translateX(-200px) scale(0.95);
    transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.8s ease-out;
}

[data-animate="slide-right"] {
    transform: translateX(200px) scale(0.95);
    transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.8s ease-out;
}

[data-animate].animate {
    opacity: 1;
    transform: translateX(0) scale(1);
}

/* RTL Support for scroll animations */
[dir="rtl"] [data-animate="slide-left"] {
    transform: translateX(200px) scale(0.95);
}

[dir="rtl"] [data-animate="slide-right"] {
    transform: translateX(-200px) scale(0.95);
}

[dir="rtl"] [data-animate].animate {
    transform: translateX(0) scale(1);
}

/* ============================================
   HOVER EFFECTS - BOLD MOVEMENTS
   ============================================ */

/* Card Hover Effects */
.card-vision,
.service-card,
.brand-card,
.value-card {
    will-change: transform;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Ensure card inner content fills height */
.card-vision > div,
.service-card > div,
.brand-card > div,
.value-card > div {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.card-vision:hover,
.service-card:hover,
.brand-card:hover {
    transform: translateY(-20px) scale(1.08);
}

.value-card:hover {
    transform: translateY(-15px) scale(1.15);
}

/* Partner Logo Hover */
.partner-logo {
    will-change: transform;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    background-color: #fef5ec  !important ;
}

.partner-logo:hover {
    transform: scale(1.25);
}

/* Button Hover Effects */
a[href="#about"],
button,
.btn {
    will-change: transform;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease-out;
}

a[href="#about"]:hover,
button:hover,
.btn:hover {
    transform: translateY(-10px) scale(1.1);
    box-shadow: 0 20px 40px rgba(201, 169, 97, 0.4);
}

/* Navigation Link Hover */
.nav-link {
    position: relative;
    transition: color 0.3s ease-out, transform 0.3s ease-out;
}

.nav-link:hover {
    transform: translateX(5px);
}

[dir="rtl"] .nav-link:hover {
    transform: translateX(-5px);
}

/* ============================================
   NAVIGATION STYLES
   ============================================ */

/* Sticky Navigation - Fixed Background */
#navbar {
    will-change: backdrop-filter;
    transition: backdrop-filter 0.3s ease-out;
    /* Background color is fixed and doesn't change on scroll */
}

/* Mobile Menu Animation */
#mobile-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, opacity 0.3s ease-out;
    opacity: 0;
}

#mobile-menu.show {
    max-height: 500px;
    opacity: 1;
}

/* ============================================
   SMOOTH SCROLLING
   ============================================ */

html {
    scroll-behavior: smooth;
}

/* ============================================
   RESPONSIVE ADJUSTMENTS
   ============================================ */

/* Medium screens - 1280px and below */
@media (max-width: 1280px) {
    /* Add padding to page container */
    .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    
    /* Reduce navbar height slightly */
    #navbar .container > div {
        height: 4.5rem;
    }
    
    /* Reduce font size for nav links */
    .nav-links-container .nav-link {
        font-size: .8125rem;
        padding: 0.25rem 0.5rem;
    }
    
    /* Reduce spacing between nav links */
    .nav-links-container .nav-link:not(:last-child) {
        margin-right: 0.5rem;
    }
    
    .nav-links-container.space-x-reverse .nav-link:not(:last-child) {
        margin-left: 0.5rem;
        margin-right: 0;
    }
    
    /* Reduce logo size */
    #navbar img {
        height: 2.5rem;
    }
    
    /* Reduce language switcher size */
    #navbar .flex.items-center.space-x-2 a,
    #navbar .flex.items-center.space-x-reverse a {
        padding: 0.375rem 0.75rem;
        font-size: 0.875rem;
    }
}

@media (max-width: 768px) {
    @keyframes slideInLeft {
        from {
            transform: translateX(-150px) scale(0.9);
            opacity: 0;
        }
        to {
            transform: translateX(0) scale(1);
            opacity: 1;
        }
    }

    @keyframes slideInRight {
        from {
            transform: translateX(150px) scale(0.9);
            opacity: 0;
        }
        to {
            transform: translateX(0) scale(1);
            opacity: 1;
        }
    }

    [data-animate="slide-left"] {
        transform: translateX(-150px) scale(0.95);
    }

    [data-animate="slide-right"] {
        transform: translateX(150px) scale(0.95);
    }

    .card-vision:hover,
    .service-card:hover,
    .brand-card:hover {
        transform: translateY(-10px) scale(1.05);
    }

    .value-card:hover {
        transform: translateY(-10px) scale(1.1);
    }
}

/* ============================================
   PERFORMANCE OPTIMIZATIONS
   ============================================ */

/* GPU Acceleration */
[data-animate],
.card-vision,
.service-card,
.brand-card,
.value-card,
.partner-logo,
.nav-link {
    backface-visibility: hidden;
    perspective: 1000px;
}

/* Reduce Motion for Accessibility */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* ============================================
   ADDITIONAL UTILITIES
   ============================================ */

/* Section Spacing */
section {
    position: relative;
    overflow: hidden;
}

/* Container Padding */
.container {
    max-width: 1280px;
}

/* Text Selection */
::selection {
    background-color: var(--gold-light);
    color: var(--accent-text);
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background: var(--gold);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--gold-dark);
}

/* ============================================
   ROYAL LANDING PAGE
   ============================================ */

.royal-body {
    background-color: #f7f4ef;
    color: #121c3b;
}

.royal-page-active {
    font-family: 'Inter', sans-serif;
}

body[dir="rtl"].royal-body,
body[dir="rtl"] .royal-page-active {
    font-family: 'Cairo', sans-serif;
}

.royal-page {
    padding-top: 0;
    background: linear-gradient(180deg, rgba(247, 244, 239, 0.95) 0%, rgba(247, 244, 239, 1) 100%);
}

.royal-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 60;
}

.royal-header__bar {
    background: linear-gradient(135deg, rgba(9, 17, 40, 0.92) 0%, rgba(25, 52, 109, 0.92) 100%);
    border-bottom: 1px solid rgba(217, 193, 165, 0.2);
    box-shadow: 0 14px 30px rgba(11, 22, 48, 0.35);
    backdrop-filter: blur(12px);
}

.royal-header__inner {
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.royal-header__brand {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
}

.royal-header__logo {
    height: 56px;
    width: auto;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.25));
}

.royal-header__nav {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    z-index: 65;
}

.royal-header__list {
    display: flex;
    align-items: center;
    gap: 1.75rem;
    text-wrap: nowrap;
}

body[dir="rtl"] .royal-header__list.is-rtl {
    flex-direction: row;
    direction: rtl;
    justify-content: flex-start;
}

body[dir="rtl"] .royal-header__inner {
    justify-content: flex-end;
}

body[dir="rtl"] .royal-header__nav {
    margin-right: 2rem;
}

body[dir="rtl"] .royal-header__cta {
    margin-left: 2rem;
}

.royal-header__link {
    position: relative;
    font-size: 0.8125rem;
    font-weight: 500;
    color: rgba(244, 239, 230, 0.82);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    transition: color 0.3s ease;
}

.royal-header__link::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    height: 2px;
    background: linear-gradient(90deg, rgba(217, 193, 165, 0) 0%, rgba(217, 193, 165, 0.9) 50%, rgba(217, 193, 165, 0) 100%);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}

.royal-header__link:hover,
.royal-header__link:focus {
    color: #fdfbf7;
}

.royal-header__link:hover::after,
.royal-header__link:focus::after {
    transform: scaleX(1);
}

.royal-header__cta {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.royal-header__cta-btn {
    padding: 0.7rem 1.8rem;
    font-size: 0.9rem;
}

.royal-header__lang {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(244, 239, 230, 0.7);
    letter-spacing: 0.18em;
    font-size: 0.75rem;
}

.royal-header__lang a {
    color: inherit;
    transition: color 0.3s ease;
}

.royal-header__lang a.is-active {
    color: #d9c1a5;
}

.royal-header__lang a:hover {
    color: #fdfbf7;
}

.royal-header__toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(217, 193, 165, 0.35);
    background: rgba(12, 24, 54, 0.7);
    padding: 8px;
    transition: transform 0.3s ease, background 0.3s ease;
}

.royal-header__toggle span {
    display: block;
    height: 2px;
    background: #f6f1e6;
    border-radius: 999px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.royal-header__toggle.is-open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.royal-header__toggle.is-open span:nth-child(2) {
    opacity: 0;
}

.royal-header__toggle.is-open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

body.royal-menu-open {
    overflow: hidden;
}

body.royal-menu-open::after {
    content: '';
    position: fixed;
    inset: 0;
    background: rgba(6, 12, 28, 0.6);
    backdrop-filter: blur(4px);
    z-index: 50;
    pointer-events: none;
}

.royal-hero {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    padding-top: clamp(120px, 18vh, 200px);
}

.royal-hero__media {
    position: absolute;
    inset: 0;
}

.royal-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.05);
}

.royal-hero__overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 25% 25%, rgba(217, 193, 165, 0.35), transparent 55%),
                linear-gradient(135deg, rgba(32, 65, 133, 0.88) 0%, rgba(18, 28, 59, 0.92) 55%, rgba(18, 28, 59, 0.85) 100%);
    mix-blend-mode: multiply;
}

.royal-hero__content {
    position: relative;
    z-index: 2;
    width: 100%;
}

.royal-hero__inner {
    max-width: 640px;
    color: #f5f0e6;
}

.royal-hero__eyebrow {
    display: inline-block;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    font-size: 0.75rem;
    color: rgba(217, 193, 165, 0.9);
    margin-bottom: 1.5rem;
}

.royal-hero__title {
    font-size: clamp(2.75rem, 4vw, 4rem);
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: #fdfbf7;
}

.royal-hero__subtitle {
    font-size: 1.125rem;
    line-height: 1.7;
    color: rgba(245, 240, 230, 0.84);
    margin-bottom: 2.5rem;
}

.royal-hero__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.royal-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0.85rem 2.5rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.royal-btn--primary {
    background: linear-gradient(135deg, #d9c1a5 0%, #f5e6ce 100%);
    color: #123;
    box-shadow: 0 14px 30px rgba(21, 34, 73, 0.3);
}

.royal-btn--primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 35px rgba(21, 34, 73, 0.4);
}

.royal-btn--outline {
    border: 1px solid rgba(247, 240, 230, 0.4);
    color: #f7f0e6;
    background: transparent;
}

.royal-btn--outline:hover {
    background: rgba(247, 240, 230, 0.1);
    transform: translateY(-3px);
}

.royal-btn--ghost {
    border: 1px solid rgba(32, 65, 133, 0.18);
    color: #204185;
    background: rgba(255, 255, 255, 0.85);
}

.royal-btn--ghost:hover {
    background: rgba(217, 193, 165, 0.25);
    transform: translateY(-3px);
}

.royal-btn.is-disabled,
.royal-btn.is-disabled:hover {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.royal-hero__highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.royal-hero__badge {
    padding: 0.5rem 1.25rem;
    border-radius: 999px;
    background: rgba(217, 193, 165, 0.18);
    color: rgba(255, 252, 246, 0.92);
    font-size: 0.85rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.royal-section {
    padding: 6rem 0;
    position: relative;
}

.royal-section__header {
    max-width: 680px;
    margin-bottom: 3rem;
}

.royal-section__title {
    font-size: clamp(2rem, 3vw, 3rem);
    color: #1c2e5b;
    margin-bottom: 1rem;
}

.royal-section__subtitle {
    color: rgba(25, 38, 78, 0.72);
    line-height: 1.8;
    font-size: 1.05rem;
}

.royal-story {
    background: linear-gradient(135deg, rgba(32, 65, 133, 0.15) 0%, rgba(247, 244, 239, 1) 55%);
}

.royal-story__image-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    max-width: 100%;
    max-height: 500px;
    aspect-ratio: 4 / 3;
}

@media (min-width: 1024px) {
    .royal-story__image-wrapper {
        max-height: 450px;
        aspect-ratio: 3 / 2;
    }
}

@media (max-width: 768px) {
    .royal-story__image-wrapper {
        max-height: 400px;
        aspect-ratio: 4 / 3;
    }
}

.royal-story__image {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    object-fit: cover;
    filter: saturate(1.08) contrast(1.05);
}

.royal-story__frame {
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(217, 193, 165, 0.6);
    border-radius: 20px;
    pointer-events: none;
}

.royal-list {
    margin-top: 2.5rem;
    display: grid;
    gap: 1.75rem;
}

.royal-list__item {
    padding: 1.5rem 1.75rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(32, 65, 133, 0.06);
    box-shadow: 0 12px 26px rgba(12, 22, 54, 0.08);
}

.royal-list__title {
    font-size: 1.15rem;
    color: #204185;
    margin-bottom: 0.6rem;
}

.royal-list__text {
    color: rgba(25, 38, 78, 0.7);
    line-height: 1.7;
}

.royal-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 2rem;
}

.royal-card {
    position: relative;
    padding: 2.5rem 2rem;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(32, 65, 133, 0.08);
    box-shadow: 0 18px 35px rgba(12, 22, 54, 0.08);
    overflow: hidden;
}

.royal-card__crest {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(217, 193, 165, 0.25), transparent 55%);
    opacity: 0.7;
}

.royal-card__title {
    position: relative;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #1c2e5b;
}

.royal-card__text {
    position: relative;
    color: rgba(25, 38, 78, 0.72);
    line-height: 1.8;
}

.royal-grid--suites {
    gap: 2.5rem;
}

.royal-suite {
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(32, 65, 133, 0.08);
    box-shadow: 0 22px 40px rgba(12, 22, 54, 0.08);
}

.royal-suite__media {
    aspect-ratio: 3 / 2;
    overflow: hidden;
}

.royal-suite__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.royal-suite:hover .royal-suite__image {
    transform: scale(1.05);
}

.royal-suite__body {
    padding: 2rem;
}

.royal-suite__title {
    font-size: 1.5rem;
    color: #1c2e5b;
    margin-bottom: 1rem;
}

.royal-suite__text {
    color: rgba(25, 38, 78, 0.68);
    line-height: 1.75;
    margin-bottom: 1.5rem;
}

.royal-suite__meta {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.65rem 1.25rem;
    border-radius: 999px;
    background: rgba(32, 65, 133, 0.08);
    color: #204185;
    font-size: 0.9rem;
    letter-spacing: 0.02em;
}

.royal-experiences {
    background: linear-gradient(135deg, rgba(32, 65, 133, 0.9) 0%, rgba(18, 28, 59, 0.92) 100%);
    color: #f6f0e5;
}

.royal-experiences__content .royal-section__title,
.royal-experiences__content .royal-section__subtitle {
    color: inherit;
}

.royal-accordion {
    margin-top: 2.5rem;
    display: grid;
    gap: 1.5rem;
}

.royal-accordion__item {
    padding: 1.75rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(217, 193, 165, 0.25);
    transition: transform 0.3s ease, background 0.3s ease;
}

.royal-accordion__item.is-active,
.royal-accordion__item:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.16);
}

.royal-accordion__title {
    font-size: 1.3rem;
    color: #f6f0e5;
    margin-bottom: 0.85rem;
}

.royal-accordion__text {
    color: rgba(247, 240, 230, 0.8);
    line-height: 1.75;
}

.royal-experiences__gallery {
    position: relative;
    display: grid;
    gap: 1.5rem;
}

.royal-experiences__image {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 22px 45px rgba(7, 14, 36, 0.35);
}

.royal-experiences__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.royal-experiences__image.secondary {
    position: absolute;
    width: 45%;
    bottom: -12%;
    right: 6%;
    border: 4px solid rgba(247, 240, 230, 0.65);
}

.royal-resorts {
    background: linear-gradient(135deg, rgba(42, 85, 147, 0.9) 0%, rgba(25, 52, 109, 0.92) 100%);
    color: #f6f0e5;
}

.royal-resorts__content .royal-section__title,
.royal-resorts__content .royal-section__subtitle {
    color: inherit;
}

.royal-resorts__gallery {
    position: relative;
    display: grid;
    gap: 1.5rem;
}

.royal-resorts__image {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 22px 45px rgba(7, 14, 36, 0.35);
}

.royal-resorts__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.royal-resorts__image.primary {
    grid-column: 1 / -1;
    height: 400px;
}

.royal-resorts__image.secondary {
    position: absolute;
    width: 35%;
    bottom: -8%;
    right: 8%;
    border: 4px solid rgba(247, 240, 230, 0.65);
    height: 250px;
}

.royal-resorts__image.tertiary {
    position: absolute;
    width: 28%;
    top: 15%;
    left: 8%;
    border: 3px solid rgba(247, 240, 230, 0.5);
    height: 180px;
}

.royal-cta {
    padding-bottom: 7rem;
}

.royal-cta__card {
    position: relative;
    border-radius: 28px;
    padding: 4rem 3rem;
    background: linear-gradient(135deg, rgba(217, 193, 165, 0.94) 0%, rgba(255, 250, 240, 0.96) 100%);
    box-shadow: 0 30px 55px rgba(18, 28, 59, 0.2);
    text-align: center;
}

.royal-cta__crest {
    position: absolute;
    inset: 14px;
    border-radius: 24px;
    border: 1px solid rgba(32, 65, 133, 0.12);
    pointer-events: none;
}

.royal-cta__title {
    font-size: clamp(2.25rem, 4vw, 3rem);
    color: #14224a;
    margin-bottom: 1.5rem;
}

.royal-cta__text {
    color: rgba(25, 38, 78, 0.75);
    margin-bottom: 2.5rem;
    font-size: 1.1rem;
}

.royal-cta__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.royal-footer {
    background: linear-gradient(135deg, rgba(12, 22, 52, 0.96) 0%, rgba(18, 33, 68, 0.96) 100%);
    padding: 5rem 0 3rem;
    color: rgba(248, 244, 237, 0.8);
}

.royal-footer__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2.5rem;
    align-items: start;
}

.royal-footer__grid.is-rtl {
    direction: rtl;
}

.royal-footer__brand {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: center;
    text-align: center;
}

.royal-footer__logo {
    height: 64px;
    width: auto;
    object-fit: contain;
}

.royal-footer__address {
    font-size: 0.95rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.royal-footer__title {
    color: #fdfbf7;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.royal-footer__link {
    display: block;
    color: rgba(248, 244, 237, 0.75);
    font-size: 0.95rem;
    margin-bottom: 0.6rem;
    transition: color 0.3s ease;
}

.royal-footer__link:hover {
    color: #d9c1a5;
}

.royal-footer__social {
    display: flex;
    gap: 0.85rem;
}

.royal-footer__social-link {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(217, 193, 165, 0.35);
    color: #fdfbf7;
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    transition: transform 0.3s ease, background 0.3s ease;
}

.royal-footer__social-link:hover {
    background: rgba(217, 193, 165, 0.25);
    transform: translateY(-4px);
}

.royal-footer__divider {
    height: 1px;
    background: linear-gradient(90deg, rgba(217, 193, 165, 0) 0%, rgba(217, 193, 165, 0.4) 50%, rgba(217, 193, 165, 0) 100%);
    margin: 3.5rem 0 2rem;
}

.royal-footer__rights {
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: rgba(248, 244, 237, 0.6);
}

.royal-footer__rights::before {
    content: '';
    display: block;
    width: 54px;
    height: 2px;
    background: rgba(217, 193, 165, 0.35);
    margin: 0 auto 1.5rem;
}

body[dir="rtl"] .royal-hero__eyebrow {
    letter-spacing: 0.3em;
}

body[dir="rtl"] .royal-hero__badge,
body[dir="rtl"] .royal-btn {
    letter-spacing: 0;
}

@media (max-width: 1024px) {
    .royal-page {
        padding-top: 0;
    }

    .royal-header__inner {
        height: 84px;
    }

    .royal-hero {
        padding-top: clamp(110px, 22vh, 180px);
    }

    .royal-header__nav {
        position: fixed;
        top: 84px;
        right: 0;
        bottom: 0;
        width: min(320px, 80vw);
        background: rgba(12, 24, 54, 0.97);
        backdrop-filter: blur(12px);
        flex-direction: column;
        align-items: flex-start;
        padding: 2.5rem;
        transform: translateX(100%);
        transition: transform 0.3s ease;
        z-index: 70;
    }

    body[dir="rtl"] .royal-header__nav {
        right: auto;
        left: 0;
        transform: translateX(-100%);
    }

    .royal-header__nav.is-open {
        transform: translateX(0);
    }

    body[dir="rtl"] .royal-header__nav.is-open {
        transform: translateX(0);
    }

    .royal-header__list {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.25rem;
    }

    body[dir="rtl"] .royal-header__list.is-rtl {
        align-items: flex-end;
    }

    body[dir="rtl"] .royal-header__nav {
        margin-right: 0;
    }

    body[dir="rtl"] .royal-header__cta {
        margin-left: 0;
    }

    .royal-header__link {
        font-size: 1rem;
        letter-spacing: 0.15em;
    }

    .royal-header__cta {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        gap: 1.5rem;
        margin-top: 2rem;
    }

    .royal-header__cta-btn {
        width: 100%;
        justify-content: center;
    }

    .royal-header__lang {
        gap: 0.75rem;
    }

    .royal-header__toggle {
        display: inline-flex;
    }

    .royal-experiences__image.secondary {
        position: static;
        width: 100%;
        border-width: 2px;
        box-shadow: 0 18px 36px rgba(7, 14, 36, 0.25);
    }

    .royal-resorts__image.secondary,
    .royal-resorts__image.tertiary {
        position: static;
        width: 100%;
        border-width: 2px;
        box-shadow: 0 18px 36px rgba(7, 14, 36, 0.25);
    }

    .royal-resorts__gallery {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .royal-hero {
        min-height: 70vh;
        padding-top: clamp(100px, 24vh, 160px);
    }

    .royal-hero__inner {
        max-width: 100%;
    }

    .royal-section {
        padding: 4rem 0;
    }

    .royal-cta__card {
        padding: 3rem 2rem;
    }
}

@media (max-width: 640px) {
    .royal-hero__cta {
        flex-direction: column;
        align-items: stretch;
    }

    .royal-grid {
        gap: 1.5rem;
    }

    .royal-suite__body {
        padding: 1.75rem;
    }
}

/* Ayas Landing Page */
.ayas-body {
    background-color: #fdf8f2;
    color: #2f261f;
    font-family: 'Inter', sans-serif;
}

body[dir="rtl"].ayas-body {
    font-family: 'Cairo', sans-serif;
}

.ayas-page {
    background: #fdf8f2;
}

.ayas-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 60;
}

.ayas-header__bar {
    background: linear-gradient(135deg, rgba(237, 128, 52, 0.95) 0%, rgba(219, 112, 38, 0.95) 100%);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 18px 36px rgba(237, 128, 52, 0.25);
    transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.ayas-header__inner {
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
}

.ayas-header__brand {
    display: inline-flex;
    align-items: center;
}

.ayas-header__logo {
    height: 60px;
    width: auto;
    max-width: 200px;
}

.ayas-header__nav {
    display: flex;
    align-items: center;
    gap: 2.5rem;
}

.ayas-header__list {
    display: flex;
    align-items: center;
    gap: 1.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-wrap: nowrap;
}

body[dir="rtl"] .ayas-header__list.is-rtl {
    flex-direction: row;
    direction: rtl;
    letter-spacing: 0;
    text-transform: none;
}

.ayas-header__link {
    position: relative;
    font-size: .8125rem;
    color: rgba(255, 250, 243, 0.82);
    text-decoration: none;
    transition: color 0.3s ease;
}

.ayas-header__link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background: #ed8034;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.ayas-header__link:hover,
.ayas-header__link:focus {
    color: #ffffff;
}

.ayas-header__link:hover::after,
.ayas-header__link:focus::after {
    transform: scaleX(1);
}

.ayas-header__cta {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    text-wrap: nowrap;
}

.ayas-header__lang {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 250, 243, 0.72);
}

.ayas-header__lang a {
    color: inherit;
    transition: color 0.3s ease;
}

.ayas-header__lang a.is-active {
    color: #ffffff;
}

.ayas-header__lang a:hover {
    color: #ffffff;
}

.ayas-header__toggle {
    display: none;
    flex-direction: column;
    gap: 6px;
    width: 42px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.15);
}

.ayas-header__toggle span {
    display: block;
    height: 2px;
    width: 20px;
    background: #ffffff;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.ayas-header__toggle.is-open span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.ayas-header__toggle.is-open span:nth-child(2) {
    opacity: 0;
}

.ayas-header__toggle.is-open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.ayas-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.85rem 1.8rem;
    border-radius: 999px;
    font-size: .6875rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid transparent;
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.ayas-btn:hover,
.ayas-btn:focus {
    transform: translateY(-2px);
}

.ayas-btn--primary {
    background: #ed8034;
    color: #ffffff;
    border-color: #ed8034;
    box-shadow: 0 10px 30px rgba(237, 128, 52, 0.25);
}

.ayas-btn--primary:hover,
.ayas-btn--primary:focus {
    background: #db7026;
    border-color: #db7026;
}

.ayas-btn--ghost {
    background: transparent;
    color: #f1edea;
    border-color: rgb(218 206 198 / 40%);
}

.ayas-btn--ghost:hover,
.ayas-btn--ghost:focus {
    border-color: #ed8034;
    color: #8e4309;
}

.ayas-btn.is-disabled {
    opacity: 0.45;
    pointer-events: none;
}

.ayas-header__cta-btn {
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.35);
    box-shadow: none;
}

.ayas-header__cta-btn:hover,
.ayas-header__cta-btn:focus {
    background: rgba(255, 255, 255, 0.28);
    border-color: rgba(255, 255, 255, 0.55);
    color: #ffffff;
}

.ayas-hero {
    position: relative;
    min-height: 88vh;
    padding-top: clamp(140px, 24vh, 220px);
    display: flex;
    align-items: center;
}

.ayas-hero__media {
    position: absolute;
    inset: 0;
}

.ayas-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ayas-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(47, 38, 31, 0.78) 0%, rgba(237, 128, 52, 0.55) 100%);
}

.ayas-hero__content {
    position: relative;
    z-index: 2;
    width: 100%;
}

.ayas-hero__inner {
    max-width: 620px;
    color: #fff8f1;
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.ayas-hero__eyebrow {
    display: inline-block;
    font-size: 0.78rem;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: rgba(255, 248, 241, 0.8);
}

body[dir="rtl"] .ayas-hero__eyebrow {
    letter-spacing: 0.3em;
}

.ayas-hero__title {
    font-size: clamp(2.6rem, 4vw, 3.9rem);
    line-height: 1.1;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
}

.ayas-hero__subtitle {
    font-size: 1.1rem;
    line-height: 1.8;
    color: rgba(255, 248, 241, 0.92);
}

.ayas-hero__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.ayas-hero__highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.ayas-hero__badge {
    padding: 0.55rem 1.4rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.ayas-section {
    padding: clamp(110px, 18vh, 150px) 0;
}

.ayas-section__header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 3rem;
}

.ayas-section__title {
    font-size: clamp(2.1rem, 3vw, 3.1rem);
    font-family: 'Playfair Display', serif;
    color: #2f261f;
    margin-bottom: 1rem;
}

.ayas-section__subtitle {
    font-size: 1.05rem;
    line-height: 1.8;
    color: rgba(47, 38, 31, 0.72);
}

.ayas-story {
    background: #fffaf4;
}

.ayas-story__image-wrapper {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(47, 38, 31, 0.18);
}

.ayas-story__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ayas-story__frame {
    position: absolute;
    inset: 24px;
    border: 1px solid rgba(237, 128, 52, 0.4);
    border-radius: 22px;
    pointer-events: none;
}

.ayas-story__content {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.ayas-list {
    display: grid;
    gap: 1.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ayas-list__item {
    padding: 1.5rem 1.75rem;
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid rgba(218, 193, 165, 0.35);
    box-shadow: 0 10px 26px rgba(47, 38, 31, 0.08);
}

.ayas-list__title {
    font-size: 1.1rem;
    color: #ed8034;
    margin-bottom: 0.65rem;
    letter-spacing: 0.04em;
}

.ayas-list__text {
    font-size: 1rem;
    color: rgba(47, 38, 31, 0.72);
    line-height: 1.7;
}

.ayas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.75rem;
}

.ayas-card {
    position: relative;
    padding: 2.5rem 2rem 2rem;
    background: linear-gradient(145deg, #ffffff 0%, #fdf1e5 100%);
    border-radius: 26px;
    border: 1px solid rgba(237, 128, 52, 0.18);
    box-shadow: 0 20px 55px rgba(47, 38, 31, 0.12);
}

.ayas-card__crest {
    position: absolute;
    top: 24px;
    left: 24px;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: rgba(237, 128, 52, 0.12);
    border: 1px solid rgba(237, 128, 52, 0.35);
}

.ayas-card__title {
    margin-top: 3.5rem;
    font-size: 1.3rem;
    color: #2f261f;
}

.ayas-card__text {
    margin-top: 0.75rem;
    font-size: 1rem;
    line-height: 1.8;
    color: rgba(47, 38, 31, 0.7);
}

.ayas-grid--stays {
    gap: 2rem;
}

.ayas-stay {
    overflow: hidden;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(218, 193, 165, 0.35);
    box-shadow: 0 25px 60px rgba(47, 38, 31, 0.12);
    display: grid;
    grid-template-columns: 1fr;
}

.ayas-stay__media {
    position: relative;
    overflow: hidden;
}

.ayas-stay__image {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.ayas-stay:hover .ayas-stay__image {
    transform: scale(1.05);
}

.ayas-stay__body {
    padding: 1.8rem;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.ayas-stay__title {
    font-size: 1.3rem;
    color: #2f261f;
}

.ayas-stay__text {
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(47, 38, 31, 0.7);
}

.ayas-stay__meta {
    font-size: 0.9rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ed8034;
}

.ayas-experiences {
    background: linear-gradient(135deg, #fff5ea 0%, #fef0e0 100%);
}

.ayas-accordion {
    display: grid;
    gap: 1rem;
}

.ayas-accordion__item {
    padding: 1.5rem 1.75rem;
    background: rgba(255, 255, 255, 0.82);
    border-radius: 18px;
    border: 1px solid transparent;
    transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.ayas-accordion__item.is-active {
    border-color: rgba(237, 128, 52, 0.45);
    background: #ffffff;
    transform: translateY(-4px);
}

.ayas-accordion__title {
    font-size: 1.1rem;
    color: #2f261f;
    margin-bottom: 0.6rem;
}

.ayas-accordion__text {
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(47, 38, 31, 0.68);
}

.ayas-experiences__gallery {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1rem;
}

.ayas-experiences__image {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(47, 38, 31, 0.18);
}

.ayas-experiences__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ayas-experiences__image.primary {
    grid-row: span 2;
}

.ayas-cta__card {
    position: relative;
    padding: 3.5rem 3rem;
    background: linear-gradient(135deg, #2f261f 0%, #3b2f26 45%, #ed8034 100%);
    border-radius: 28px;
    color: #fff8f1;
    overflow: hidden;
    box-shadow: 0 28px 60px rgba(47, 38, 31, 0.35);
}

.ayas-cta__crest {
    position: absolute;
    inset: 24px auto auto 24px;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.28);
}

.ayas-cta__title {
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-family: 'Playfair Display', serif;
    margin-bottom: 1rem;
}

.ayas-cta__text {
    font-size: 1.05rem;
    line-height: 1.8;
    max-width: 520px;
    color: rgba(255, 248, 241, 0.85);
}

.ayas-cta__actions {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.ayas-footer {
    background: linear-gradient(135deg, #2f261f 0%, #342a22 60%);
    color: rgba(255, 248, 241, 0.75);
    padding: 90px 0 50px;
}

.ayas-footer__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 2.5rem;
    margin-bottom: 3rem;
}

body[dir="rtl"] .ayas-footer__grid.is-rtl {
    direction: rtl;
}

.ayas-footer__brand {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: center;
    text-align: center;
}

.ayas-footer__logo {
    height: 54px;
    width: auto;
    object-fit: contain;
}

.ayas-footer__address {
    font-size: 0.95rem;
    line-height: 1.6;
}

.ayas-footer__block {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.ayas-footer__title {
    font-size: 0.95rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #dac1a5;
}

.ayas-footer__link {
    color: rgba(255, 248, 241, 0.78);
    text-decoration: none;
    transition: color 0.3s ease;
}

.ayas-footer__link:hover,
.ayas-footer__link:focus {
    color: #ed8034;
}

.ayas-footer__social {
    display: inline-flex;
    gap: 0.75rem;
}

.ayas-footer__social-link {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: 1px solid rgba(255, 248, 241, 0.25);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff8f1;
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    transition: background 0.3s ease, color 0.3s ease;
}

.ayas-footer__social-link:hover,
.ayas-footer__social-link:focus {
    background: #ed8034;
    border-color: #ed8034;
}

.ayas-footer__divider {
    height: 1px;
    background: linear-gradient(90deg, rgba(237, 128, 52, 0) 0%, rgba(237, 128, 52, 0.45) 50%, rgba(237, 128, 52, 0) 100%);
    margin-bottom: 2.5rem;
}

.ayas-footer__rights {
    text-align: center;
    font-size: 0.85rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

/* ============================================
   LUCIA LANDING PAGE
   ============================================ */

.lucia-body {
    --lucia-dark: #110f0d;
    --lucia-carbon: #1b1917;
    --lucia-clay: #26221f;
    --lucia-stone: rgba(226, 226, 226, 0.32);
    --lucia-stone-strong: rgba(226, 226, 226, 0.68);
    --lucia-ivory: #f2f1ed;
    --lucia-sand: #c9b6a3;
    --lucia-warm-gray: #8a8681;
    background: var(--lucia-dark);
    color: var(--lucia-ivory);
}

.lucia-page-active {
    font-family: 'Inter', sans-serif;
}

body[dir="rtl"].lucia-body,
body[dir="rtl"] .lucia-page-active {
    font-family: 'Cairo', sans-serif;
}

.lucia-page {
    padding-top: 0;
    background: linear-gradient(180deg, rgba(17, 15, 13, 0.98) 0%, rgba(24, 21, 18, 0.96) 45%, rgba(30, 25, 21, 0.95) 100%);
    color: var(--lucia-ivory);
}

.lucia-page a {
    color: inherit;
}

.lucia-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 66;
}

.lucia-header__bar {
    background: linear-gradient(135deg, rgba(17, 15, 13, 0.92) 0%, rgba(28, 24, 20, 0.9) 70%, rgba(32, 27, 22, 0.88) 100%);
    border-bottom: 1px solid rgba(226, 226, 226, 0.08);
    box-shadow: 0 16px 40px rgba(4, 3, 2, 0.55);
    backdrop-filter: blur(18px);
}

.lucia-header__inner {
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.25rem;
}

.lucia-header__brand {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
}

.lucia-header__logo {
    height: 52px;
    width: auto;
    filter: drop-shadow(0 12px 30px rgba(0, 0, 0, 0.35));
}

.lucia-header__nav {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    z-index: 65;
}

.lucia-header__list {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-wrap: nowrap;
}

body[dir="rtl"] .lucia-header__list.is-rtl {
    flex-direction: row;
    direction: rtl;
    justify-content: flex-start;
}

.lucia-header__item {
    position: relative;
}

.lucia-header__link {
    position: relative;
    font-size: .8125rem;
    font-weight: 500;
    color: rgba(226, 226, 226, 0.72);
    transition: color 0.3s ease;
    letter-spacing: 0.2em;
}

.lucia-header__link::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    height: 2px;
    background: linear-gradient(90deg, rgba(226, 226, 226, 0) 0%, rgba(226, 226, 226, 0.85) 50%, rgba(226, 226, 226, 0) 100%);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}

.lucia-header__link:hover,
.lucia-header__link:focus {
    color: #ffffff;
}

.lucia-header__link:hover::after,
.lucia-header__link:focus::after {
    transform: scaleX(1);
}

.lucia-header__cta {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.lucia-header__cta-btn {
    padding: 0.75rem 1.9rem;
    font-size: 0.9rem;
}

.lucia-header__lang {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(226, 226, 226, 0.65);
    letter-spacing: 0.16em;
    font-size: 0.75rem;
}

.lucia-header__lang a {
    color: inherit;
    transition: color 0.3s ease;
}

.lucia-header__lang a.is-active {
    color: var(--lucia-ivory);
}

.lucia-header__lang a:hover,
.lucia-header__lang a:focus {
    color: #ffffff;
}

.lucia-header__toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(226, 226, 226, 0.15);
    background: rgba(26, 22, 18, 0.7);
    padding: 8px;
    transition: transform 0.3s ease, background 0.3s ease;
}

.lucia-header__toggle span {
    display: block;
    height: 2px;
    background: var(--lucia-ivory);
    border-radius: 999px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.lucia-header__toggle.is-open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.lucia-header__toggle.is-open span:nth-child(2) {
    opacity: 0;
}

.lucia-header__toggle.is-open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

body.lucia-menu-open {
    overflow: hidden;
}

body.lucia-menu-open::after {
    content: '';
    position: fixed;
    inset: 0;
    background: rgba(12, 10, 8, 0.55);
    backdrop-filter: blur(4px);
    z-index: 50;
    pointer-events: none;
}

.lucia-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 2.35rem;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
    border: 1px solid transparent;
}

.lucia-btn--primary {
    background: var(--lucia-ivory);
    color: var(--lucia-dark) !important;
    box-shadow: 0 18px 40px rgba(17, 15, 13, 0.45);
}

.lucia-btn--primary:hover,
.lucia-btn--primary:focus {
    transform: translateY(-2px);
    box-shadow: 0 24px 55px rgba(17, 15, 13, 0.55);
}

.lucia-btn--ghost {
    background: transparent;
    border-color: rgba(226, 226, 226, 0.4);
    color: var(--lucia-ivory);
}

.lucia-btn--ghost:hover,
.lucia-btn--ghost:focus {
    border-color: rgba(226, 226, 226, 0.8);
    color: #ffffff;
    transform: translateY(-2px);
}

.lucia-btn.is-disabled,
.lucia-btn.is-disabled:hover {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.lucia-hero {
    position: relative;
    min-height: 88vh;
    display: flex;
    align-items: center;
    padding-top: clamp(120px, 20vh, 220px);
}

.lucia-hero__media {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.lucia-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8) saturate(1.05);
    transform: scale(1.02);
}

.lucia-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 25% 25%, rgba(226, 226, 226, 0.2), transparent 55%),
        linear-gradient(135deg, rgba(17, 15, 13, 0.85) 0%, rgba(17, 15, 13, 0.92) 48%, rgba(33, 27, 22, 0.94) 100%);
    mix-blend-mode: multiply;
}

.lucia-hero__content {
    position: relative;
    z-index: 2;
    width: 100%;
}

.lucia-hero__inner {
    max-width: 620px;
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.lucia-hero__eyebrow {
    font-size: 0.85rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: rgba(226, 226, 226, 0.78);
}

.lucia-hero__title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.6rem, 4.2vw, 3.8rem);
    line-height: 1.1;
    color: #ffffff;
}

.lucia-hero__subtitle {
    font-size: 1.1rem;
    line-height: 1.8;
    color: rgba(226, 226, 226, 0.78);
}

.lucia-hero__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.lucia-hero__highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.lucia-hero__badge {
    padding: 0.5rem 1.4rem;
    border-radius: 999px;
    background: rgba(226, 226, 226, 0.08);
    border: 1px solid rgba(226, 226, 226, 0.16);
    letter-spacing: 0.12em;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: rgba(226, 226, 226, 0.82);
}

.lucia-section {
    position: relative;
    padding: clamp(88px, 22vh, 140px) 0;
}

.lucia-section__header {
    max-width: 680px;
    margin: 0 auto 3rem;
    text-align: center;
}

.lucia-section__title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 3.2vw, 2.75rem);
    color: #ffffff;
    letter-spacing: 0.04em;
}

.lucia-section__subtitle {
    margin-top: 1.25rem;
    font-size: 1.05rem;
    line-height: 1.9;
    color: rgba(226, 226, 226, 0.7);
}

.lucia-about {
    background: linear-gradient(135deg, rgba(226, 226, 226, 0.05) 0%, rgba(17, 15, 13, 0.95) 55%, rgba(17, 15, 13, 1) 100%);
}

.lucia-about__image-wrapper {
    position: relative;
    border-radius: 36px;
    overflow: hidden;
    box-shadow: 0 40px 90px rgba(5, 4, 3, 0.6);
}

.lucia-about__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
}

.lucia-about__frame {
    position: absolute;
    inset: 24px;
    border: 1px solid rgba(226, 226, 226, 0.18);
    border-radius: 32px;
    pointer-events: none;
}

.lucia-list {
    margin-top: 2.5rem;
    display: grid;
    gap: 1.5rem;
}

.lucia-list__item {
    padding-left: 1.75rem;
    position: relative;
}

.lucia-list__item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.6rem;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(226, 226, 226, 0.55);
    box-shadow: 0 0 0 6px rgba(226, 226, 226, 0.1);
}

.lucia-list__title {
    font-size: 1.25rem;
    color: #ffffff;
    margin-bottom: 0.65rem;
}

.lucia-list__text {
    font-size: 1rem;
    line-height: 1.85;
    color: rgba(226, 226, 226, 0.68);
}

.lucia-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.75rem;
}

.lucia-card {
    position: relative;
    padding: calc(2.75rem + 180px) 2.2rem 2.25rem;
    background: linear-gradient(160deg, rgba(26, 22, 18, 0.96) 0%, rgba(32, 28, 24, 0.92) 60%, rgba(45, 38, 32, 0.9) 100%);
    border-radius: 26px;
    border: 1px solid rgba(226, 226, 226, 0.12);
    box-shadow: 0 28px 70px rgba(4, 3, 2, 0.55);
    min-height: 320px;
    overflow: hidden;
}

.lucia-card__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 180px;
    border-radius: 26px 26px 0 0;
    overflow: hidden;
}

.lucia-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.lucia-card:hover .lucia-card__image img {
    transform: scale(1.05);
}

.lucia-card__title {
    margin-top: 0;
    font-size: 1.35rem;
    color: #ffffff;
}

.lucia-card__text {
    margin-top: 0.9rem;
    font-size: 1rem;
    line-height: 1.9;
    color: rgba(226, 226, 226, 0.7);
}

.lucia-atmosphere {
    background: linear-gradient(150deg, rgba(26, 22, 18, 1) 0%, rgba(30, 26, 21, 0.92) 60%, rgba(40, 34, 28, 0.88) 100%);
}

.lucia-atmosphere__gallery {
    display: grid;
    grid-template-columns: 2fr 1.2fr;
    gap: 1.2rem;
}

.lucia-atmosphere__image {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 26px 60px rgba(4, 3, 2, 0.55);
}

.lucia-atmosphere__image.primary {
    min-height: 360px;
}

.lucia-atmosphere__image.secondary {
    min-height: 220px;
}

.lucia-atmosphere__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.03);
    transition: transform 0.6s ease;
}

.lucia-atmosphere__image:hover img {
    transform: scale(1.06);
}

.lucia-accordion {
    display: grid;
    gap: 1.2rem;
}

.lucia-accordion__item {
    padding: 1.6rem 1.9rem;
    border-radius: 22px;
    background: rgba(26, 22, 18, 0.85);
    border: 1px solid rgba(226, 226, 226, 0.12);
    transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.lucia-accordion__item.is-active {
    border-color: rgba(226, 226, 226, 0.35);
    background: rgba(32, 27, 22, 0.92);
    transform: translateY(-4px);
}

.lucia-accordion__title {
    font-size: 1.2rem;
    color: #ffffff;
    margin-bottom: 0.65rem;
}

.lucia-accordion__text {
    font-size: 1rem;
    line-height: 1.8;
    color: rgba(226, 226, 226, 0.68);
}

.lucia-gallery {
    background: linear-gradient(180deg, rgba(24, 21, 18, 0.98) 0%, rgba(26, 22, 18, 1) 100%);
}

.lucia-gallery__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
}

.lucia-gallery__item {
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(226, 226, 226, 0.12);
    box-shadow: 0 24px 60px rgba(4, 3, 2, 0.55);
}

.lucia-gallery__item.is-large {
    grid-column: span 2;
    grid-row: span 2;
}

.lucia-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
    transform: scale(1.02);
}

.lucia-gallery__item:hover img {
    transform: scale(1.07);
}

.lucia-cta__card {
    position: relative;
    padding: 3.4rem 3rem;
    background: linear-gradient(140deg, rgba(226, 226, 226, 0.08) 0%, rgba(26, 22, 18, 0.98) 55%, rgba(26, 22, 18, 1) 100%);
    border-radius: 30px;
    border: 1px solid rgba(226, 226, 226, 0.14);
    box-shadow: 0 32px 70px rgba(4, 3, 2, 0.6);
    color: #ffffff;
    overflow: hidden;
}

.lucia-cta__crest {
    position: absolute;
    inset: 28px auto auto 28px;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: rgba(226, 226, 226, 0.12);
    border: 1px solid rgba(226, 226, 226, 0.28);
}

.lucia-cta__title {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
}

.lucia-cta__text {
    margin-top: 1.25rem;
    font-size: 1.05rem;
    line-height: 1.9;
    color: rgba(226, 226, 226, 0.78);
}

.lucia-cta__details {
    margin: 2rem 0;
    display: grid;
    gap: 0.85rem;
}

.lucia-cta__detail {
    font-size: 1rem;
    letter-spacing: 0.05em;
}

.lucia-cta__label {
    color: rgba(226, 226, 226, 0.78);
}

.lucia-cta__link {
    color: var(--lucia-ivory);
    border-bottom: 1px solid rgba(226, 226, 226, 0.4);
    padding-bottom: 0.2rem;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.lucia-cta__link:hover,
.lucia-cta__link:focus {
    color: #ffffff;
    border-color: rgba(226, 226, 226, 0.75);
}

.lucia-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.lucia-cta__actions a:first-child {
    color: var(--lucia-dark);
    font-weight: bold;
}

.lucia-footer {
    background: rgba(17, 15, 13, 1);
    padding: 4rem 0 3rem;
    border-top: 1px solid rgba(226, 226, 226, 0.08);
}

.lucia-footer__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2.5rem;
    margin-bottom: 3rem;
}

.lucia-footer__grid.is-rtl {
    direction: rtl;
}

.lucia-footer__brand {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    text-align: center;
}

.lucia-footer__logo {
    height: 50px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.5));
}

.lucia-footer__address,
.lucia-footer__hours {
    font-size: 0.95rem;
    color: rgba(226, 226, 226, 0.7);
    line-height: 1.7;
}

.lucia-footer__block {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.lucia-footer__title {
    font-size: 1rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #ffffff;
}

.lucia-footer__link {
    font-size: 0.95rem;
    color: rgba(226, 226, 226, 0.75);
    transition: color 0.3s ease;
}

.lucia-footer__link:hover,
.lucia-footer__link:focus {
    color: #ffffff;
}

.lucia-footer__social {
    display: inline-flex;
    gap: 0.75rem;
}

.lucia-footer__social-link {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: 1px solid rgba(226, 226, 226, 0.25);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(226, 226, 226, 0.78);
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.lucia-footer__social-link svg {
    width: 1.1rem;
    height: 1.1rem;
}

.lucia-footer__social-link:hover,
.lucia-footer__social-link:focus {
    background: rgba(226, 226, 226, 0.18);
    border-color: rgba(226, 226, 226, 0.6);
    color: #ffffff;
}

.lucia-footer__divider {
    height: 1px;
    background: linear-gradient(90deg, rgba(226, 226, 226, 0) 0%, rgba(226, 226, 226, 0.4) 50%, rgba(226, 226, 226, 0) 100%);
    margin-bottom: 2.5rem;
}

.lucia-footer__rights {
    text-align: center;
    font-size: 0.82rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(226, 226, 226, 0.7);
}

@media (max-width: 1200px) {
    .lucia-header__inner {
        gap: 1.75rem;
    }

    .lucia-header__nav {
        gap: 1.75rem;
    }

    .lucia-header__list {
        gap: 1.25rem;
    }
}

@media (max-width: 1024px) {
    .lucia-header__toggle {
        display: inline-flex;
    }

    .lucia-header__nav {
        position: fixed;
        top: 96px;
        right: 0;
        width: min(320px, 80vw);
        height: calc(100vh - 96px);
        background: rgba(17, 15, 13, 0.98);
        backdrop-filter: blur(18px);
        flex-direction: column;
        align-items: flex-start;
        padding: 2.75rem;
        transform: translateX(100%);
        transition: transform 0.4s ease;
        box-shadow: -12px 0 40px rgba(4, 3, 2, 0.6);
    }

    .lucia-header__nav.is-open {
        transform: translateX(0);
    }

    .lucia-header__list {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.25rem;
    }

    .lucia-header__link::after {
        display: none;
    }

    .lucia-header__cta {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        gap: 1rem;
        margin-top: 1.5rem;
    }

    .lucia-header__cta-btn {
        width: 100%;
    }

    .lucia-header__lang {
        margin-top: auto;
    }

    body[dir="rtl"] .lucia-header__nav {
        right: auto;
        left: 0;
        transform: translateX(-100%);
        align-items: flex-end;
    }

    body[dir="rtl"] .lucia-header__nav.is-open {
        transform: translateX(0);
    }

    .lucia-atmosphere__gallery {
        grid-template-columns: 1fr;
    }

    .lucia-gallery__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lucia-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .lucia-hero__inner {
        max-width: 100%;
    }

    .lucia-hero__title {
        font-size: clamp(2.2rem, 8vw, 2.8rem);
    }

    .lucia-hero {
        min-height: 80vh;
        padding-top: clamp(140px, 24vh, 220px);
    }

    .lucia-section {
        padding: clamp(72px, 18vh, 120px) 0;
    }

    .lucia-grid {
        grid-template-columns: 1fr;
    }

    .lucia-gallery__item.is-large {
        grid-column: span 1;
        grid-row: span 1;
    }

    .lucia-footer__grid {
        gap: 2rem;
    }
}

@media (max-width: 640px) {
    .lucia-header__inner {
        height: 84px;
    }

    .lucia-hero {
        min-height: 70vh;
    }

    .lucia-hero__cta {
        flex-direction: column;
        align-items: stretch;
    }

    .lucia-about__image-wrapper {
        border-radius: 26px;
    }

    .lucia-about__frame {
        inset: 18px;
        border-radius: 22px;
    }

    .lucia-cta__card {
        padding: 3rem 2.2rem;
    }

    .lucia-cta__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .lucia-footer__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1200px) {
    .ayas-header__inner {
        gap: 1.5rem;
    }

    .ayas-header__nav {
        gap: 1.5rem;
    }

    .ayas-header__list {
        gap: 1.25rem;
    }
}

@media (max-width: 1024px) {
    .ayas-header__toggle {
        display: inline-flex;
    }

    .ayas-header__nav {
        position: fixed;
        top: 96px;
        right: 0;
        width: min(320px, 80vw);
        height: calc(100vh - 96px);
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(16px);
        flex-direction: column;
        align-items: flex-start;
        padding: 2.5rem;
        transform: translateX(100%);
        transition: transform 0.4s ease;
        box-shadow: -10px 0 40px rgba(47, 38, 31, 0.12);
    }

    .ayas-header__nav.is-open {
        transform: translateX(0);
    }

    .ayas-header__nav.is-open .ayas-header__link {
        color: #2f261f;
    }

    .ayas-header__nav.is-open .ayas-header__link::after {
        background: #ed8034;
    }

    .ayas-header__nav.is-open .ayas-header__cta {
        gap: 1.5rem;
    }

    .ayas-header__nav.is-open .ayas-header__cta-btn {
        background: #ed8034;
        border-color: #ed8034;
        color: #ffffff;
        box-shadow: 0 10px 30px rgba(237, 128, 52, 0.25);
    }

    .ayas-header__nav.is-open .ayas-header__cta-btn:hover,
    .ayas-header__nav.is-open .ayas-header__cta-btn:focus {
        background: #db7026;
        border-color: #db7026;
    }

    .ayas-header__nav.is-open .ayas-header__lang,
    .ayas-header__nav.is-open .ayas-header__lang a {
        color: #5b4a3d;
    }

    body[dir="rtl"] .ayas-header__nav {
        right: auto;
        left: 0;
        transform: translateX(-100%);
    }

    body[dir="rtl"] .ayas-header__nav.is-open {
        transform: translateX(0);
    }

    .ayas-header__list {
        flex-direction: column;
        gap: 1.25rem;
    }

    .ayas-header__cta {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .ayas-header__cta-btn {
        width: 100%;
        justify-content: center;
    }

    .ayas-hero {
        min-height: 80vh;
        padding-top: clamp(120px, 26vh, 180px);
    }

    .ayas-experiences__gallery {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .ayas-hero__inner {
        max-width: 100%;
    }

    .ayas-hero__title {
        font-size: clamp(2.1rem, 6vw, 3rem);
    }

    .ayas-section {
        padding: clamp(80px, 16vh, 120px) 0;
    }

    .ayas-story__image {
        max-height: 420px;
    }

    .ayas-experiences__gallery {
        grid-template-columns: 1fr;
    }

    .ayas-experiences__image.primary {
        grid-row: auto;
    }

    .ayas-cta__card {
        padding: 3rem 2rem;
    }
}

@media (max-width: 640px) {
    .ayas-hero__cta,
    .ayas-cta__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .ayas-hero__badge {
        width: 100%;
        text-align: center;
    }

    .ayas-stay__image {
        height: 220px;
    }

    .ayas-footer__grid {
        grid-template-columns: 1fr;
    }

    .ayas-footer__social {
        justify-content: flex-start;
    }

    body[dir="rtl"] .ayas-footer__social {
        justify-content: flex-end;
    }
}

