html {
    scroll-behavior: smooth;
    scroll-padding-top: 76px;
}

body {
    font-family: "Tajawal", system-ui, sans-serif;
    line-height: 1.8;
}

body.menu-open {
    overflow: hidden;
}

:focus-visible {
    outline: 3px solid rgba(216, 167, 91, 0.55);
    outline-offset: 3px;
}

.site-header.is-scrolled,
.site-header.menu-active {
    background: rgba(250, 245, 236, 0.88);
    color: #1F1712;
    box-shadow: 0 16px 40px rgba(31, 23, 18, 0.08);
    backdrop-filter: blur(18px);
}

.nav-links.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.section-scroll-btn.is-hidden {
    pointer-events: none;
    opacity: 0;
}

.faq-item.is-open svg {
    transform: rotate(180deg);
}

.form-group.has-error input,
.form-group.has-error select,
.form-group.has-error textarea {
    border-color: #B4472F;
}

.iti {
    width: 100%;
}

.iti input[type="tel"] {
    direction: ltr;
    text-align: left;
}

.iti__country-container {
    direction: ltr;
}

.iti__dropdown-content {
    border-color: rgba(70, 53, 43, 0.14);
    border-radius: 14px;
    box-shadow: 0 18px 44px rgba(31, 23, 18, 0.12);
}

.retreat-gallery {
    padding-bottom: 42px;
}

.swiper-slide {
    position: relative;
    min-height: clamp(320px, 42vw, 460px);
    overflow: hidden;
    border-radius: 30px;
    background: #1F1712;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    min-height: clamp(320px, 42vw, 460px);
    object-fit: cover;
}

.swiper-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 46%, rgba(31, 23, 18, 0.68));
}

.swiper-slide span {
    position: absolute;
    z-index: 1;
    inset-inline: 24px;
    inset-block-end: 24px;
    color: #fff;
    font-size: 1.22rem;
    font-weight: 900;
}

.swiper-pagination-bullet-active {
    background: #B86B3A;
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
