:root {
    --navy: #06152c;
    --navy-2: #0a1d3a;
    --gold: #f4aa32;
    --gold-dark: #d88a18;
    --ink: #101d37;
    --muted: #6e7788;
    --line: #eed7b3;
    --paper: #fffdf9;
    --white: #fff;
    --shadow: 0 14px 35px rgba(12, 29, 52, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 78px; overflow-x: hidden; }
body { margin: 0; font-family: "Cairo", sans-serif; color: var(--ink); background: var(--paper); line-height: 1.8; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
body.is-loading { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding-block: 76px; }
.section-compact { padding-block: 32px 68px; }
.skip-link { position: fixed; top: -80px; right: 20px; z-index: 1000; padding: 10px 16px; color: #fff; background: var(--gold-dark); border-radius: 0 0 8px 8px; transition: .2s; }
.skip-link:focus { top: 0; }

.page-loader { position: fixed; z-index: 9999; inset: 0; display: grid; place-items: center; background: radial-gradient(circle at center, #0b2850, #06152c 58%); transition: opacity .8s ease, visibility .8s ease; }
.page-loader.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.loader-content { width: min(330px, 72vw); display: flex; flex-direction: column; align-items: center; gap: 20px; animation: loaderFloat 1.5s ease-in-out infinite alternate; }
.loader-content img { width: 100%; }
.loader-line { width: 70%; height: 2px; position: relative; overflow: hidden; background: rgba(244,170,50,.18); border-radius: 9px; }
.loader-line i { position: absolute; inset-block: 0; width: 45%; background: linear-gradient(90deg, transparent, var(--gold), transparent); animation: loaderSweep 1.25s ease-in-out infinite; }
@keyframes loaderSweep { from { right: -50%; } to { right: 110%; } }
@keyframes loaderFloat { from { transform: translateY(4px); opacity: .78; } to { transform: translateY(-4px); opacity: 1; } }

.reveal { opacity: 0; filter: blur(2px); transition: opacity .85s cubic-bezier(.2,.65,.25,1), transform 1s cubic-bezier(.16,1,.3,1), filter .8s ease; transition-delay: var(--reveal-delay, 0ms); will-change: transform, opacity; }
.reveal-up { transform: translate3d(0, 65px, 0); }
.reveal-right { transform: translate3d(85px, 0, 0); }
.reveal-left { transform: translate3d(-85px, 0, 0); }
.reveal-scale { transform: translate3d(0, 38px, 0) scale(.93); }
.reveal.is-visible { opacity: 1; filter: blur(0); transform: translate3d(0, 0, 0) scale(1); }
.hero-animate > * { opacity: 0; transform: translateX(70px); }
body.is-ready .hero-animate > * { opacity: 1; transform: translateX(0); transition: opacity .8s ease, transform 1s cubic-bezier(.16,1,.3,1); }
body.is-ready .hero-animate > *:nth-child(1) { transition-delay: .15s; }
body.is-ready .hero-animate > *:nth-child(2) { transition-delay: .28s; }
body.is-ready .hero-animate > *:nth-child(3) { transition-delay: .41s; }
body.is-ready .hero-animate > *:nth-child(4) { transition-delay: .54s; }
body.is-ready .hero-animate > *:nth-child(5) { transition-delay: .67s; }

.site-header { height: 78px; color: #fff; background: rgba(5, 20, 43, .98); border-bottom: 1px solid rgba(244, 170, 50, .13); position: relative; z-index: 50; }
.nav-wrap { width: min(1220px, calc(100% - 36px)); height: 100%; margin: auto; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; direction: ltr; }
.brand-logo { width: 200px; height: 64px; object-fit: contain; object-position: center; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; position: relative; color: var(--gold); border: 1px solid var(--gold); font-family: Georgia, serif; font-size: 27px; font-weight: 700; line-height: 1; transform: rotate(45deg); }
.brand-mark::before { content: ""; position: absolute; inset: 5px; border: 1px solid rgba(244, 170, 50, .55); }
.brand-mark::after { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--navy); border: 1px solid var(--gold); top: -4px; left: -4px; }
.brand-mark { border-radius: 10px; }
.brand-mark::before { border-radius: 6px; }
.brand-mark > * { transform: rotate(-45deg); }
.brand-mark { text-indent: -1px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { font: 700 19px/1.2 Georgia, serif; letter-spacing: .3px; white-space: nowrap; }
.brand-copy small { margin-top: 4px; color: var(--gold); font: 600 9px/1.2 Georgia, serif; letter-spacing: .2px; }
.main-nav { margin-inline: auto; display: flex; align-items: center; gap: clamp(14px, 1.65vw, 26px); }
.main-nav a { position: relative; padding-block: 27px 25px; font-size: 13px; font-weight: 600; white-space: nowrap; transition: color .2s; }
.main-nav a::after { content: ""; position: absolute; bottom: 19px; right: 0; width: 0; height: 2px; background: var(--gold); transition: width .25s; }
.main-nav a:hover, .main-nav a.active { color: var(--gold); }
.main-nav a:hover::after, .main-nav a.active::after { width: 100%; }
.nav-actions { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.lang-switch { height: 38px; padding-inline: 10px; display: flex; align-items: center; gap: 7px; border: 1px solid rgba(244,170,50,.5); border-radius: 5px; font: 600 11px/1 Cairo,sans-serif; }
.lang-switch i { color: var(--gold); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid rgba(244,170,50,.5); border-radius: 5px; background: transparent; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 4px 0; background: #fff; transition: .25s; }

.button { min-height: 52px; padding: 0 28px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 5px; font-size: 15px; font-weight: 700; line-height: 1.2; transition: transform .2s, background .2s, border-color .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #10203a; background: linear-gradient(135deg, #ffc153, #ed9c24); box-shadow: 0 8px 20px rgba(239, 157, 37, .18); }
.button-primary:hover { background: linear-gradient(135deg, #ffca68, #f6a82c); }
.button-outline { color: #fff; border-color: rgba(255,255,255,.72); background: rgba(255,255,255,.03); }
.button-outline:hover { color: var(--navy); background: #fff; }
.button-dark { color: #fff; background: var(--navy); }
.button-dark:hover { background: var(--navy-2); }
.button-small { min-height: 40px; padding-inline: 17px; font-size: 13px; }

.hero { min-height: 570px; height: calc(100vh - 78px); max-height: 720px; position: relative; color: #fff; overflow: hidden; background: var(--navy); }
.hero-slide { position: absolute; inset: 0; opacity: 0; transform: scale(1.035); background-image: var(--hero-image); background-size: cover; background-position: center 53%; transition: opacity 1s ease, transform 7s ease; }
.hero-slide.is-active { opacity: 1; transform: scale(1); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,18,38,.38) 0%, rgba(5,18,38,.72) 47%, rgba(5,18,38,.96) 100%), linear-gradient(0deg, rgba(5,18,38,.48), transparent 50%); }
.hero-inner { position: relative; z-index: 2; height: 100%; display: flex; align-items: center; }
.hero-content { width: min(620px, 58vw); margin-right: 0; margin-left: auto; text-align: right; }
.eyebrow { margin: 0 0 11px; color: #f5ca80; font-size: 14px; font-weight: 700; letter-spacing: .2px; }
.hero h1 { margin: 0; font-size: clamp(38px, 4.2vw, 60px); line-height: 1.28; font-weight: 800; text-shadow: 0 4px 18px rgba(0,0,0,.2); }
.hero h1 span { color: var(--gold); }
.hero-description { max-width: 600px; margin: 18px 0 24px; color: rgba(255,255,255,.85); font-size: 16px; line-height: 2; }
.hero-actions { display: flex; gap: 13px; }
.hero-benefits { margin-top: 34px; display: flex; gap: 38px; }
.hero-benefits div { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; }
.hero-benefits i { width: 43px; height: 43px; display: grid; place-items: center; color: var(--gold); border: 1px solid rgba(244,170,50,.7); border-radius: 50%; font-size: 18px; }
.slider-dots { position: absolute; z-index: 3; right: 50%; bottom: 18px; display: flex; gap: 9px; transform: translateX(50%); }
.slider-dots button { width: 11px; height: 11px; padding: 0; border: 0; border-radius: 50%; background: #fff; cursor: pointer; opacity: .95; }
.slider-dots button.is-active { background: var(--gold); }
.slider-arrows { position: absolute; z-index: 4; inset-inline: 28px; top: 50%; display: flex; justify-content: space-between; pointer-events: none; transform: translateY(-50%); }
.slider-arrow { width: 48px; height: 48px; padding: 0; display: grid; place-items: center; color: #fff; background: rgba(6,21,44,.58); border: 1px solid rgba(255,255,255,.55); border-radius: 50%; cursor: pointer; pointer-events: auto; transition: color .2s, background .2s, border-color .2s, transform .2s; }
.slider-arrow:hover { color: var(--navy); background: var(--gold); border-color: var(--gold); transform: scale(1.06); }
.slider-arrow:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }

.about-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 64px; align-items: center; }
.about-copy { text-align: right; }
.section-kicker { margin: 0 0 7px; display: flex; align-items: center; gap: 14px; color: var(--gold-dark); font-size: 14px; font-weight: 700; }
.section-kicker span { width: 37px; height: 1px; background: var(--gold); }
.section-kicker span:last-child { display: none; }
.about h2, .section-heading h2 { margin: 0; font-size: clamp(27px, 2.8vw, 38px); line-height: 1.45; font-weight: 700; }
.about-copy > p:not(.section-kicker) { margin: 13px 0 20px; color: var(--muted); font-size: 15px; line-height: 2; }
.about-stats { margin-top: 34px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 9px; overflow: hidden; }
.about-stats > div { min-height: 83px; padding: 15px 13px; display: flex; align-items: center; justify-content: center; gap: 11px; border-left: 1px solid var(--line); }
.about-stats > div:last-child { border-left: 0; }
.about-stats i { color: var(--gold); font-size: 25px; }
.about-stats span { display: flex; flex-direction: column; }
.about-stats strong { font-size: 13px; }
.about-stats small { color: var(--muted); font-size: 11px; }
.about-photo { margin: 0; position: relative; }
.about-photo img { width: 100%; aspect-ratio: 1.32; object-fit: cover; border-radius: 15px 15px 15px 55px; box-shadow: var(--shadow); }
.about-photo::before { content: ""; position: absolute; z-index: -1; inset: 20px -17px -17px 20px; border: 1px solid var(--line); border-radius: 16px 16px 16px 55px; }
.about-photo figcaption { position: absolute; left: 18px; bottom: 18px; padding: 8px 14px; display: flex; align-items: center; gap: 8px; color: #fff; background: rgba(6,21,44,.9); border-radius: 5px; font-size: 11px; }
.about-photo figcaption i { color: var(--gold); }

.section-heading { margin-bottom: 27px; }
.section-heading.centered { text-align: center; }
.section-heading h2 { display: flex; align-items: center; justify-content: center; gap: 18px; font-size: clamp(25px, 2.5vw, 34px); }
.section-heading h2 span { width: 38px; height: 1px; background: var(--gold); }
.section-heading p { margin: 6px 0 0; color: var(--muted); font-size: 14px; }
.stay-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.stay-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 11px 26px rgba(12,29,52,.06); transition: transform .25s, box-shadow .25s; }
.stay-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.stay-image { height: 165px; position: relative; }
.stay-image img { width: 100%; height: 100%; object-fit: cover; }
.stay-image::after { content: ""; position: absolute; inset: auto 0 0; height: 42%; background: linear-gradient(transparent, rgba(6,21,44,.35)); }
.stay-image > span { width: 56px; height: 56px; position: absolute; z-index: 2; right: 50%; bottom: -27px; display: grid; place-items: center; color: var(--gold); background: var(--navy); border: 2px solid #fff; border-radius: 50%; transform: translateX(50%); font-size: 21px; }
.stay-copy { padding: 37px 24px 22px; text-align: center; }
.stay-copy h3 { margin: 0; font-size: 19px; }
.stay-copy p { min-height: 52px; margin: 7px 0 12px; color: var(--muted); font-size: 13px; line-height: 1.9; }
.stay-copy a { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 700; }
.stay-copy a i { font-size: 10px; transition: transform .2s; }
.stay-copy a:hover { color: var(--gold-dark); }
.stay-copy a:hover i { transform: translateX(-3px); }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.service-grid article { min-height: 126px; padding: 22px 18px; display: flex; align-items: center; gap: 16px; background: rgba(255,255,255,.75); border: 1px solid var(--line); border-radius: 8px; transition: border-color .2s, background .2s; }
.service-grid article:hover { background: #fff; border-color: var(--gold); }
.service-grid article > i { width: 50px; flex: 0 0 50px; color: var(--gold); font-size: 37px; text-align: center; }
.service-grid h3 { margin: 0; font-size: 15px; }
.service-grid p { margin: 4px 0 0; color: var(--muted); font-size: 11px; line-height: 1.8; }

.offers { padding-bottom: 6px; }
.booking-banner { min-height: 145px; padding: 30px 56px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 25px; color: #fff; background: linear-gradient(120deg, #06152c, #0b2347); border-radius: 8px; }
.booking-banner::before, .booking-banner::after { content: ""; position: absolute; width: 18px; height: 18px; border: 2px solid var(--gold); transform: rotate(45deg); }
.booking-banner::before { top: -9px; right: -9px; }
.booking-banner::after { bottom: -9px; left: -9px; }
.booking-copy { position: relative; z-index: 2; }
.booking-copy h2 { margin: 0; color: var(--gold); font-size: 29px; }
.booking-copy p { margin: 3px 0 0; color: rgba(255,255,255,.86); font-size: 15px; }
.booking-actions { position: relative; z-index: 2; display: flex; gap: 14px; }
.booking-actions .button { min-width: 170px; }
.banner-mark { position: absolute; left: 55px; color: rgba(244,170,50,.06); font: 700 120px/1 Georgia,serif; }

.site-footer { margin-top: 36px; color: #fff; background: radial-gradient(circle at 80% 0, #0c2a54, #06152c 45%); }
.footer-grid { padding: 45px 0 35px; display: grid; grid-template-columns: 1.1fr 1.2fr 1fr; gap: 55px; }
.footer-brand p { max-width: 315px; margin: 20px 0; color: rgba(255,255,255,.65); font-size: 12px; }
.footer-logo { width: 260px; height: auto; }
.socials { display: flex; gap: 9px; direction: ltr; }
.socials a { width: 36px; height: 36px; display: grid; place-items: center; color: var(--gold); border: 1px solid rgba(244,170,50,.65); border-radius: 50%; transition: .2s; }
.socials a:hover { color: var(--navy); background: var(--gold); }
.footer-grid h3 { margin: 2px 0 18px; color: var(--gold); font-size: 15px; }
.footer-links > div { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 28px; }
.footer-links a { color: rgba(255,255,255,.8); font-size: 12px; }
.footer-links a:hover, .footer-contact a:hover { color: var(--gold); }
.footer-contact { display: flex; flex-direction: column; gap: 9px; }
.footer-contact a, .footer-contact p { margin: 0; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.8); font-size: 12px; }
.footer-contact i { width: 18px; color: var(--gold); text-align: center; }
.copyright { padding: 15px 20px; color: rgba(255,255,255,.75); border-top: 1px solid rgba(244,170,50,.35); text-align: center; font-size: 11px; }
.floating-whatsapp { width: 52px; height: 52px; position: fixed; z-index: 40; left: 22px; bottom: 22px; display: grid; place-items: center; color: #fff; background: #25d366; border: 3px solid #fff; border-radius: 50%; box-shadow: 0 8px 22px rgba(0,0,0,.2); font-size: 25px; transition: transform .2s; }
.floating-whatsapp:hover { transform: translateY(-3px) scale(1.03); }

@media (max-width: 1120px) {
    .brand-logo { width: 160px; }
    .main-nav { gap: 15px; }
    .main-nav a { font-size: 12px; }
}

@media (max-width: 940px) {
    .site-header { height: 70px; }
    html { scroll-padding-top: 70px; }
    .nav-wrap { justify-content: space-between; }
    .brand-logo { width: 185px; }
    .menu-toggle { display: block; order: -1; }
    .main-nav { position: fixed; top: 70px; right: 0; bottom: 0; width: min(360px, 86vw); padding: 20px 26px 35px; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: var(--navy); box-shadow: -20px 0 35px rgba(0,0,0,.23); transform: translateX(110%); transition: transform .3s; overflow-y: auto; }
    .main-nav.is-open { transform: translateX(0); }
    .main-nav a { padding: 13px 4px; border-bottom: 1px solid rgba(255,255,255,.08); }
    .main-nav a::after { display: none; }
    .menu-toggle.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
    .menu-toggle.is-open span:nth-child(2) { opacity: 0; }
    .menu-toggle.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
    .nav-actions .button { display: none; }
    .hero { height: auto; min-height: 610px; max-height: none; }
    .hero-content { width: min(610px, 84vw); margin-inline: auto; text-align: center; }
    .hero-description { margin-inline: auto; }
    .hero-actions, .hero-benefits { justify-content: center; }
    .hero-overlay { background: linear-gradient(rgba(5,18,38,.72), rgba(5,18,38,.88)); }
    .about-grid { grid-template-columns: 1fr; gap: 42px; }
    .about-photo { grid-row: 1; width: min(650px, 100%); margin-inline: auto; }
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .booking-banner { padding-inline: 35px; flex-direction: column; text-align: center; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
    .shell { width: min(100% - 28px, 600px); }
    .section { padding-block: 55px; }
    .section-compact { padding-block: 20px 52px; }
    .site-header { position: sticky; top: 0; }
    .nav-wrap { width: calc(100% - 24px); }
    .brand-logo { width: 154px; height: 52px; }
    .lang-switch { display: none; }
    .hero { min-height: calc(100svh - 70px); }
    .hero-slide { background-position: 46% center; }
    .hero-content { width: 100%; padding-block: 70px 55px; }
    .eyebrow { font-size: 12px; }
    .hero h1 { font-size: clamp(31px, 9vw, 42px); }
    .hero-description { font-size: 14px; line-height: 1.9; }
    .hero-actions { flex-direction: column; width: min(350px, 100%); margin-inline: auto; }
    .hero-benefits { margin-top: 30px; gap: 17px; justify-content: space-around; }
    .hero-benefits div { flex-direction: column; gap: 6px; font-size: 11px; }
    .hero-benefits i { width: 40px; height: 40px; font-size: 16px; }
    .reveal-left, .reveal-right { transform: translate3d(0, 55px, 0); }
    .slider-arrows { inset-inline: 10px; }
    .slider-arrow { width: 40px; height: 40px; font-size: 13px; }
    .about h2, .section-heading h2 { font-size: 25px; }
    .about-copy { text-align: center; }
    .section-kicker { justify-content: center; }
    .section-kicker span:last-child { display: block; }
    .about-copy > p:not(.section-kicker) { font-size: 13px; }
    .about-stats { grid-template-columns: 1fr; }
    .about-stats > div { min-height: 72px; justify-content: flex-start; padding-inline: 28px; border-left: 0; border-bottom: 1px solid var(--line); }
    .about-stats > div:last-child { border-bottom: 0; }
    .about-photo img { aspect-ratio: 1.15; }
    .section-heading h2 { gap: 10px; line-height: 1.5; }
    .section-heading h2 span { width: 23px; }
    .section-heading p { font-size: 12px; }
    .stay-grid { grid-template-columns: 1fr; gap: 20px; }
    .stay-image { height: 190px; }
    .stay-copy p { min-height: 0; }
    .service-grid { grid-template-columns: 1fr; gap: 13px; }
    .service-grid article { min-height: 105px; }
    .booking-banner { padding: 31px 18px; }
    .booking-copy h2 { font-size: 24px; }
    .booking-copy p { font-size: 12px; }
    .booking-actions { width: 100%; flex-direction: column; }
    .booking-actions .button { width: 100%; }
    .footer-grid { grid-template-columns: 1fr; gap: 34px; }
    .footer-brand { grid-column: auto; }
    .footer-links > div { gap-inline: 20px; }
    .floating-whatsapp { width: 48px; height: 48px; left: 14px; bottom: 14px; }
}

@media (max-width: 380px) {
    .brand-logo { width: 132px; }
    .hero h1 { font-size: 29px; }
    .hero-benefits { gap: 8px; }
    .hero-benefits i { width: 36px; height: 36px; }
    .section-heading h2 { font-size: 22px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
    .reveal, .hero-animate > * { opacity: 1 !important; filter: none !important; transform: none !important; }
    .page-loader { display: none; }
}
