:root {
    --bg: #f6f2ea;
    --surface: #fffaf3;
    --card: #fffcf8;
    --text: #221c15;
    --muted: #6c5f53;
    --line: #d5c6b3;
    --accent: #be8e49;
    --accent-strong: #8f6124;
    --shadow: 0 22px 48px rgba(52, 35, 14, 0.11);
}

html[data-theme='dark'] {
    --bg: #12100d;
    --surface: #1b1712;
    --card: #241d17;
    --text: #f8f0e4;
    --muted: #d9cab5;
    --line: #3d3227;
    --accent: #d9ab68;
    --accent-strong: #f0cb94;
    --shadow: 0 22px 48px rgba(0, 0, 0, 0.42);
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Manrope', sans-serif;
    background: radial-gradient(circle at 0% 0%, #f0e3cf 0%, transparent 35%), radial-gradient(circle at 100% 100%, #d4e4f7 0%, transparent 25%), var(--bg);
    color: var(--text);
    line-height: 1.6;
    overflow-x: hidden;
}

html[data-theme='dark'] body {
    background: radial-gradient(circle at 10% 0%, rgba(199, 141, 66, 0.24) 0%, transparent 35%), radial-gradient(circle at 100% 100%, rgba(67, 98, 137, 0.2) 0%, transparent 28%), var(--bg);
}

h1,
h2,
h3 {
    font-family: 'Cairo', sans-serif;
    line-height: 1.2;
    margin: 0 0 12px;
}

a {
    color: var(--accent-strong);
    text-decoration: none;
}

.container {
    width: min(1120px, 92vw);
    margin-inline: auto;
}

.bg-orb {
    position: fixed;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    filter: blur(90px);
    z-index: -1;
    opacity: 0.27;
}

.orb-1 {
    background: #efc98e;
    top: -220px;
    left: -160px;
}

.orb-2 {
    background: #86a8dd;
    bottom: -260px;
    right: -160px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    backdrop-filter: blur(8px);
    background: color-mix(in srgb, var(--bg) 82%, transparent);
    border-bottom: 1px solid color-mix(in srgb, var(--line) 70%, transparent);
}

.nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
    gap: 18px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--text);
    font-weight: 700;
}

.brand-mark {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: linear-gradient(140deg, var(--accent), #d6bc89);
    color: #1a140f;
    font-weight: 800;
}

.top-nav {
    display: flex;
    gap: 18px;
}

.top-nav a {
    color: var(--muted);
    font-weight: 600;
    letter-spacing: 0.03em;
}

.controls {
    display: flex;
    gap: 10px;
}

.chip {
    border: 1px solid var(--line);
    background: var(--surface);
    color: var(--text);
    border-radius: 999px;
    padding: 8px 14px;
    cursor: pointer;
}

.reserve-chip {
    background: linear-gradient(140deg, var(--accent), #e4be84);
    color: #1c140d;
    border-color: color-mix(in srgb, var(--accent) 65%, transparent);
    font-weight: 700;
}

.hero {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 34px;
    align-items: center;
    padding: 72px 0 40px;
    min-height: calc(100vh - 72px);
}

.eyebrow {
    color: var(--accent-strong);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.85rem;
}

.hero-copy h1 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    max-width: 18ch;
}

.hero-copy p {
    color: var(--muted);
    max-width: 58ch;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.ghost-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    color: var(--text);
    background: color-mix(in srgb, var(--surface) 82%, transparent);
    border-radius: 12px;
    padding: 12px 18px;
    font-weight: 700;
}

.hero-metrics {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.hero-metrics article {
    border: 1px solid var(--line);
    background: color-mix(in srgb, var(--surface) 84%, transparent);
    border-radius: 14px;
    padding: 10px;
}

.hero-metrics strong {
    display: block;
    font-family: 'Cairo', sans-serif;
    font-size: 1.1rem;
}

.hero-metrics span {
    font-size: 0.86rem;
    color: var(--muted);
}

.hero-card {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: var(--shadow);
    border: 1px solid color-mix(in srgb, var(--line) 72%, transparent);
}

.hero-card img {
    width: 100%;
    display: block;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.image-fallback {
    min-height: 260px;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 18px;
    color: var(--muted);
    background: var(--surface);
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid color-mix(in srgb, var(--accent) 64%, transparent);
    background: linear-gradient(130deg, var(--accent), color-mix(in srgb, var(--accent) 70%, #f6e8d1));
    color: #1a130b;
    border-radius: 12px;
    padding: 12px 20px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 160ms ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.about {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 26px;
    padding: 34px 0;
}

.stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.stats article {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 16px;
    box-shadow: var(--shadow);
}

.section-head {
    margin-bottom: 18px;
}

.section-head h2 {
    font-size: clamp(1.65rem, 2.2vw, 2.35rem);
}

.section-head p {
    color: var(--muted);
    margin: 0;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 12px;
}

.gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    border: 1px solid var(--line);
    min-height: 160px;
    background: #d7cdc0;
}

.image-fallback-gallery {
    grid-column: 1 / -1;
    min-height: 200px;
    border-radius: 16px;
    border: 1px solid var(--line);
}

.gallery img:nth-child(1),
.gallery img:nth-child(4) {
    grid-column: span 6;
}

.gallery img:nth-child(2),
.gallery img:nth-child(3),
.gallery img:nth-child(5),
.gallery img:nth-child(6),
.gallery img:nth-child(7) {
    grid-column: span 3;
}

.offers-wrap {
    padding: 34px 0;
}

.offers-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.offer-card {
    border: 1px solid var(--line);
    border-radius: 20px;
    overflow: hidden;
    background: var(--card);
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
}

.experiences-wrap {
    padding: 36px 0;
}

.experience-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 14px;
}

.experience-card {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--line);
    background: var(--card);
    box-shadow: var(--shadow);
}

.experience-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.experience-content {
    padding: 14px;
}

.experience-content p {
    color: var(--muted);
    margin: 0;
}

.offer-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.offer-content {
    padding: 16px;
}

.offer-content p {
    color: var(--muted);
    margin: 0 0 12px;
}

.offer-content .price {
    color: var(--text);
    font-weight: 700;
}

.offer-content .btn {
    width: 100%;
}

.booking-wrap,
.contact-wrap {
    padding: 34px 0;
}

.booking-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    background: var(--card);
    border: 1px solid var(--line);
    padding: 20px;
    border-radius: 20px;
    box-shadow: var(--shadow);
}

.booking-form label {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.booking-form input,
.booking-form select,
.booking-form textarea,
.chat-form input {
    width: 100%;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 10px 12px;
    color: var(--text);
    font: inherit;
}

.booking-form .full,
.booking-form button,
.form-message {
    grid-column: 1 / -1;
}

.booking-insights {
    grid-column: 1 / -1;
    border: 1px solid color-mix(in srgb, var(--line) 82%, transparent);
    background: color-mix(in srgb, var(--surface) 92%, #f2f6fb);
    border-radius: 10px;
    padding: 10px 12px;
}

.booking-insights p {
    margin: 0;
    color: var(--muted);
    font-size: 0.92rem;
}

.booking-insights p + p {
    margin-top: 6px;
}

.form-message {
    margin: 0;
    min-height: 1.2em;
}

.contact-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding-bottom: 90px;
}

.contact-wrap iframe {
    width: 100%;
    min-height: 280px;
    border: 1px solid var(--line);
    border-radius: 18px;
}

.chat-toggle {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 58px;
    height: 58px;
    border: 0;
    border-radius: 50%;
    font-weight: 800;
    background: linear-gradient(140deg, var(--accent), #e8bf80);
    color: #1b140d;
    box-shadow: var(--shadow);
    cursor: pointer;
    z-index: 40;
}

.chat-widget {
    position: fixed !important;
    right: 18px !important;
    bottom: 82px !important;
    top: auto !important;
    left: auto !important;
    inset: auto 18px 82px auto;
    width: min(360px, calc(100vw - 24px));
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: var(--shadow);
    overflow: hidden;
    z-index: 160;
}

.chat-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 14px;
    border-bottom: 1px solid var(--line);
}

.chat-head button {
    border: 0;
    background: transparent;
    color: var(--text);
    font-size: 1.4rem;
    cursor: pointer;
}

.chat-messages {
    height: 280px;
    overflow: auto;
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 8px;
}

.msg {
    max-width: 86%;
    padding: 10px;
    border-radius: 12px;
    font-size: 0.95rem;
}

.msg.bot {
    background: color-mix(in srgb, var(--accent) 20%, var(--surface));
    align-self: flex-start;
}

.msg.user {
    background: color-mix(in srgb, #6da1e2 25%, var(--surface));
    align-self: flex-end;
}

.chat-form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    border-top: 1px solid var(--line);
    padding: 12px;
}

.chat-form button {
    border: 0;
    border-radius: 10px;
    background: var(--accent);
    color: #f4f7fb;
    font-weight: 700;
    font-size: 0.98rem;
    min-width: 86px;
    padding: 0 14px;
    cursor: pointer;
}

.chat-form button:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.reveal,
.scroll-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: transform 620ms ease, opacity 620ms ease;
}

.reveal.is-visible,
.scroll-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.scroll-reveal {
    transition-delay: var(--reveal-delay, 0ms);
}

html[dir='rtl'] body {
    font-family: 'Cairo', sans-serif;
}

html[dir='rtl'] .top-nav,
html[dir='rtl'] .controls {
    flex-direction: row-reverse;
}

@media (max-width: 980px) {
    .top-nav {
        display: none;
    }

    .hero,
    .about,
    .contact-wrap,
    .offers-grid,
    .experience-grid {
        grid-template-columns: 1fr;
    }

    .hero {
        min-height: auto;
        padding-top: 42px;
    }

    .hero-metrics {
        grid-template-columns: 1fr;
    }

    .gallery img:nth-child(1),
    .gallery img:nth-child(4),
    .gallery img:nth-child(2),
    .gallery img:nth-child(3),
    .gallery img:nth-child(5),
    .gallery img:nth-child(6),
    .gallery img:nth-child(7) {
        grid-column: span 6;
    }
}

@media (max-width: 720px) {
    .booking-form {
        grid-template-columns: 1fr;
    }

    .gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery img {
        grid-column: auto !important;
    }
}

/* Screenshot-aligned luxury redesign */
:root {
    --bg: #edf7f0;
    --surface: #ffffff;
    --card: #f7fcf8;
    --text: #0f2f20;
    --muted: #3f6652;
    --line: #b9d8c4;
    --accent: #0f9b4f;
    --accent-strong: #0a7a3d;
    --shadow: 0 14px 36px rgba(8, 94, 45, 0.16);
}

html[data-theme='dark'] {
    --bg: #09150f;
    --surface: #10241a;
    --card: #163126;
    --text: #e9f8ef;
    --muted: #b7d8c5;
    --line: #2b5640;
    --accent: #34d87f;
    --accent-strong: #5de5a0;
    --shadow: 0 16px 36px rgba(0, 0, 0, 0.38);
}

body,
html[data-theme='dark'] body {
    background: var(--bg);
}

a {
    color: var(--accent-strong);
}

h1,
h2,
h3,
.wordmark,
.hotel-label {
    font-family: 'Cormorant Garamond', 'Cairo', serif;
    color: var(--text);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 90;
    border-bottom: 1px solid var(--line);
    background: color-mix(in srgb, #d8ecd9 84%, var(--bg));
    backdrop-filter: blur(6px);
}

.top-strip {
    min-height: 80px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 18px;
}

.top-left,
.top-right {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: nowrap;
}

.top-right {
    justify-content: flex-end;
}

.icon-btn,
.text-btn {
    border: 0;
    background: transparent;
    color: var(--text);
    font: inherit;
    cursor: pointer;
}

.icon-btn {
    font-size: 2rem;
    line-height: 1;
    padding: 0;
}

.text-btn {
    font-size: 1.02rem;
    color: var(--text);
    letter-spacing: 0.01em;
    padding: 0;
}

.wordmark {
    justify-self: center;
    font-size: clamp(1.35rem, 1.8vw, 1.9rem);
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--text);
    font-weight: 600;
}

.text-link {
    color: var(--text);
    font-size: 1.04rem;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.login-link::before {
    content: '';
}

.reserve-btn {
    background: var(--accent-strong);
    color: #f2fbf5;
    border-radius: 6px;
    border: 1px solid var(--accent-strong);
    padding: 12px 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    font-size: 0.9rem;
    min-width: 175px;
    text-align: center;
}

.theme-icon-btn {
    border: 1px solid var(--line);
    background: color-mix(in srgb, var(--surface) 92%, #e9f6ef);
    color: var(--text);
    border-radius: 999px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    padding: 0;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
}

.theme-icon-btn:hover,
.reserve-btn:hover,
.btn:hover {
    filter: brightness(1.06);
}

.menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(12, 16, 24, 0.48);
    z-index: 120;
}

.side-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: min(360px, 92vw);
    height: 100vh;
    background: var(--surface);
    border-right: 1px solid var(--line);
    z-index: 130;
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    box-shadow: 0 12px 30px rgba(10, 16, 24, 0.22);
    transform: translateX(-100%);
    transition: transform 280ms ease;
}

.side-menu.open {
    transform: translateX(0);
}

.side-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.side-menu-head h3 {
    margin: 0;
    font-size: 1.35rem;
}

.side-menu-nav {
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 14px 0;
}

.side-menu-nav a {
    color: var(--text);
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-size: 0.84rem;
}

.side-menu-contact p {
    margin: 0 0 10px;
    color: var(--muted);
    font-size: 0.95rem;
}

.side-menu-contact a {
    color: var(--text);
}

.sub-strip {
    border-top: 1px solid color-mix(in srgb, var(--line) 80%, transparent);
    border-bottom: 1px solid color-mix(in srgb, var(--line) 80%, transparent);
    background: color-mix(in srgb, var(--surface) 90%, #dff0e3);
}

.sub-strip-inner {
    min-height: 88px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 28px;
}

.hotel-label {
    font-size: 2rem;
    line-height: 1;
    padding-right: 28px;
    border-right: 1px solid var(--line);
    white-space: nowrap;
}

.sub-nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 18px;
    scrollbar-width: none;
}

.sub-nav::-webkit-scrollbar {
    display: none;
}

.sub-nav a {
    color: var(--text);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.85rem;
    padding: 4px 0;
    border-bottom: 1px solid transparent;
    white-space: nowrap;
    opacity: 0.86;
}

.sub-nav a:hover {
    border-bottom-color: var(--text);
}

.sub-nav a.active {
    border-bottom-color: var(--text);
    opacity: 1;
}

.hero-banner {
    position: relative;
    min-height: min(84vh, 860px);
    border-bottom: 1px solid var(--line);
    overflow: hidden;
}

.hero-bg {
    width: 100%;
    height: min(84vh, 860px);
    object-fit: cover;
    display: block;
    filter: contrast(0.95) brightness(0.78);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 40, 20, 0.28), rgba(6, 40, 20, 0.68));
}

.hero-foreground {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
}

.hero-copy {
    max-width: 640px;
    color: #f3f1eb;
    padding-top: clamp(18px, 3vh, 38px);
}

.hero-copy h1 {
    font-size: clamp(2.2rem, 4.8vw, 4.1rem);
    max-width: 13ch;
    color: #f4f1eb;
    line-height: 1.08;
}

.hero-copy p,
.eyebrow {
    color: #f1ece3;
}

main {
    padding-bottom: 84px;
}

.section-shell {
    padding-top: 84px;
}

.section-panel {
    margin-top: 26px;
    padding: clamp(28px, 4vw, 48px);
    border: 1px solid color-mix(in srgb, var(--line) 84%, transparent);
    border-radius: 28px;
    background: linear-gradient(180deg, color-mix(in srgb, var(--surface) 96%, #eff8f2), var(--surface));
    box-shadow: 0 18px 42px rgba(8, 94, 45, 0.06);
}

.intro-head {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px;
}

.intro-head h2 {
    font-size: clamp(2.1rem, 3.2vw, 3.4rem);
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.intro-head h2::after {
    content: '';
    width: 140px;
    height: 1px;
    background: #57b87f;
    display: block;
    margin: 12px auto 0;
}

.intro-head p {
    color: var(--muted);
    font-size: 1.2rem;
    max-width: 760px;
    margin-inline: auto;
}

.stats {
    grid-template-columns: repeat(3, 1fr);
}

.stats article,
.offer-card,
.experience-card,
.booking-form,
.contact-wrap iframe {
    border-radius: 22px;
    box-shadow: 0 12px 28px rgba(8, 94, 45, 0.06);
}

.gallery-slider {
    position: relative;
    padding: 0 58px 46px;
}

.gallery-viewport {
    overflow: hidden;
    border-radius: 22px;
}

.gallery-track {
    display: flex;
    transition: transform 520ms ease;
    will-change: transform;
}

.gallery-slide {
    flex: 0 0 100%;
    margin: 0;
    min-width: 100%;
}

.gallery-slide img {
    width: 100%;
    height: clamp(280px, 45vw, 500px);
    display: block;
    object-fit: cover;
    object-position: center;
    border-radius: 22px;
    border: 1px solid color-mix(in srgb, var(--line) 82%, transparent);
    box-shadow: 0 16px 30px rgba(8, 94, 45, 0.14);
}

.gallery-nav {
    position: absolute;
    top: calc(50% - 20px);
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: color-mix(in srgb, var(--surface) 86%, #def0e2);
    color: var(--text);
    box-shadow: 0 6px 18px rgba(8, 94, 45, 0.18);
    cursor: pointer;
    display: grid;
    place-items: center;
    z-index: 2;
}

.gallery-prev {
    left: 8px;
}

.gallery-next {
    right: 8px;
}

.gallery-nav:hover {
    background: var(--accent-strong);
    color: #f2fbf5;
}

.gallery-dots {
    position: absolute;
    left: 50%;
    bottom: 8px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 8px;
}

.gallery-dots button {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: 0;
    background: color-mix(in srgb, var(--line) 84%, #ffffff);
    cursor: pointer;
    transition: transform 200ms ease, background 200ms ease;
}

.gallery-dots button.active {
    transform: scale(1.25);
    background: var(--accent-strong);
}

@media (max-width: 980px) {
    .gallery-slider {
        padding: 0 46px 42px;
    }

    .gallery-slide img {
        height: clamp(240px, 58vw, 380px);
    }
}

@media (max-width: 720px) {
    .gallery-slider {
        padding: 0 12px 38px;
    }

    .gallery-nav {
        top: auto;
        bottom: 2px;
        transform: none;
        width: 36px;
        height: 36px;
    }

    .gallery-prev {
        left: 12px;
    }

    .gallery-next {
        right: 12px;
    }

    .gallery-slide img {
        border-radius: 16px;
        height: clamp(210px, 64vw, 320px);
    }

    .gallery-dots {
        bottom: 12px;
    }
}

.experience-grid {
    grid-template-columns: 1fr 1fr 1fr;
}

.experience-card img,
.offer-image img {
    border-radius: 22px 22px 0 0;
    height: 270px;
}

.offers-grid {
    gap: 22px;
}

.offer-content h3,
.experience-content h3,
.stats h3 {
    font-size: 1.6rem;
}

.btn {
    background: var(--accent-strong);
    color: #f2fbf5;
    border-color: var(--accent-strong);
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

.ghost-btn {
    border-radius: 4px;
    border-color: rgba(243, 240, 234, 0.6);
    color: #f3f0ea;
    background: transparent;
}

.booking-wrap,
.offers-wrap,
.experiences-wrap,
#rooms,
#about,
#contact {
    padding-bottom: 40px;
}

.contact-wrap {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 24px;
}

.contact-title {
    grid-column: 1 / -1;
    margin-bottom: 6px;
}

.contact-wrap > div:last-of-type {
    background: color-mix(in srgb, var(--surface) 92%, #edf7f0);
    border: 1px solid color-mix(in srgb, var(--line) 84%, transparent);
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 12px 28px rgba(8, 94, 45, 0.05);
}

.site-footer {
    margin-top: 30px;
    padding: 74px 0 20px;
    border-top: 1px solid var(--line);
    background: color-mix(in srgb, var(--surface) 80%, #d6ebdc);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(170px, 1fr));
    gap: 16px 28px;
}

.footer-links a {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--muted);
}

.footer-newsletter h3 {
    font-size: 2.1rem;
    margin-bottom: 16px;
}

.footer-copy {
    text-align: center;
    color: var(--muted);
    margin: 52px 0 8px;
}

.about {
    align-items: start;
    gap: 34px;
}

.about-copy {
    text-align: left;
    max-width: 700px;
}

.about-copy h2 {
    margin-bottom: 16px;
    font-size: clamp(2.2rem, 4vw, 3.8rem);
    line-height: 1.02;
    letter-spacing: -0.02em;
}

.about-copy h2::after {
    margin-left: 0;
}

.about-copy p {
    margin: 0;
    font-size: 1.12rem;
}

.about-tags {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.about-tags span {
    display: inline-flex;
    align-items: center;
    border: 1px solid color-mix(in srgb, var(--line) 80%, transparent);
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background: color-mix(in srgb, var(--surface) 82%, #f7f4ef);
    color: var(--text);
}

.stats {
    align-items: start;
    gap: 14px;
}

.stats article {
    min-height: 190px;
    align-self: start;
    padding: 20px 20px 16px;
    border: 1px solid color-mix(in srgb, var(--line) 84%, transparent);
    background: linear-gradient(160deg, color-mix(in srgb, var(--surface) 94%, #edf8f1), var(--surface));
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.stat-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    margin-bottom: 12px;
    background: color-mix(in srgb, var(--surface) 76%, #d6efde);
    border: 1px solid color-mix(in srgb, var(--line) 82%, transparent);
}

.stat-icon-svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: var(--accent-strong);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.stats article::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #2ea56a, transparent);
}

.stats article:nth-child(2)::before {
    background: linear-gradient(90deg, #57bd85, transparent);
}

.stats article:nth-child(3)::before {
    background: linear-gradient(90deg, #88d39d, transparent);
}

.stats article h3 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.stats article p {
    margin: 0;
    font-size: 1.02rem;
    color: var(--muted);
    max-width: 14ch;
}

.chat-toggle {
    border-radius: 10px;
    width: 64px;
    height: 52px;
    right: 18px;
    bottom: 18px;
    background: var(--accent-strong);
    color: #f2fbf5;
}

.chat-widget {
    border-radius: 6px;
    width: min(400px, calc(100vw - 24px));
}

.booking-form {
    background: color-mix(in srgb, var(--surface) 94%, #edf7f0);
}

.offer-card,
.experience-card {
    background: color-mix(in srgb, var(--card) 96%, #f3faf5);
}

.about {
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
}

html[dir='rtl'] .hotel-label {
    border-right: 0;
    border-left: 1px solid var(--line);
    padding-right: 0;
    padding-left: 22px;
}

html[dir='rtl'] .top-right {
    justify-content: flex-start;
}

@media (max-width: 1200px) {
    .hotel-label {
        font-size: 2rem;
    }

    .sub-strip-inner {
        grid-template-columns: 1fr;
        align-items: start;
        padding: 12px 0;
    }

    .hotel-label {
        border: 0;
        padding: 0;
    }
}

@media (max-width: 980px) {
    .sub-strip {
        display: none;
    }

    .top-strip {
        grid-template-columns: auto 1fr auto;
        min-height: 72px;
    }

    .wordmark {
        font-size: 1.45rem;
        letter-spacing: 0.04em;
    }

    .top-right {
        gap: 8px;
        align-items: center;
    }

    .section-panel {
        padding: 24px;
        border-radius: 22px;
    }

    .text-link {
        display: none;
    }

    .theme-icon-btn {
        display: grid !important;
        width: 40px;
        height: 40px;
        flex: 0 0 auto;
    }

    .hero-actions {
        gap: 8px;
    }

    .intro-head p {
        font-size: 1.03rem;
    }

    .footer-grid,
    .contact-wrap,
    .offers-grid,
    .experience-grid,
    .stats {
        grid-template-columns: 1fr;
    }

    .about {
        grid-template-columns: 1fr;
    }

    .about-copy {
        text-align: center;
        margin-inline: auto;
    }

    .about-copy h2::after {
        margin-left: auto;
    }

    .about-tags {
        justify-content: center;
    }
}

@media (max-height: 760px) {
    .hero-banner,
    .hero-bg {
        min-height: 78vh;
        height: 78vh;
    }

    .hero-foreground {
        align-items: flex-start;
        padding-top: 34px;
    }

    .hero-copy h1 {
        font-size: clamp(1.8rem, 4.1vw, 2.9rem);
        max-width: 15ch;
    }

    .hero-copy p {
        font-size: 1rem;
    }
}

@media (max-width: 720px) {
    .top-right {
        gap: 6px;
    }

    .text-btn {
        font-size: 0.95rem;
        padding: 6px 4px;
    }

    .reserve-btn {
        padding: 9px 12px;
        font-size: 0.78rem;
        min-width: 100px;
    }

    .theme-icon-btn {
        width: 38px;
        height: 38px;
    }

    .hotel-label {
        font-size: 1.45rem;
    }

    .hero-banner,
    .hero-bg {
        min-height: 108svh;
        height: 108svh;
    }

    .hero-foreground {
        align-items: flex-end;
        padding-top: 0;
        padding-bottom: 104px;
    }

    .hero-copy {
        max-width: min(96vw, 560px);
        padding-top: 0;
    }

    .hero-copy h1 {
        font-size: clamp(1.9rem, 8.8vw, 2.8rem);
        max-width: 14ch;
        line-height: 1.02;
    }

    .hero-copy p {
        font-size: 1rem;
        max-width: 34ch;
        margin-bottom: 16px;
    }

    .eyebrow {
        font-size: 0.8rem;
        margin-bottom: 12px;
    }

    .hero-actions {
        width: min(100%, 340px);
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .hero-actions .btn,
    .hero-actions .ghost-btn {
        width: 100%;
        justify-content: center;
    }

    .section-shell {
        padding-top: 66px;
    }
}

@media (max-width: 560px) {
    .reserve-btn {
        display: none;
    }

    .wordmark {
        font-size: 1.2rem;
        letter-spacing: 0.03em;
    }

    .top-left {
        gap: 10px;
    }
}
