:root {
  --ink: #102d38;
  --ink-soft: #36545c;
  --muted: #6d8388;
  --sea: #087781;
  --sea-deep: #07525c;
  --aqua: #39b7b0;
  --aqua-soft: #dff2ef;
  --coral: #ea9b69;
  --sand: #f1e8d9;
  --cream: #fffdf8;
  --white: #ffffff;
  --line: rgba(16, 45, 56, 0.14);
  --shadow: 0 24px 70px rgba(16, 45, 56, 0.12);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 10px;
  --shell: min(1160px, calc(100% - 48px));
  color: var(--ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Tahoma, Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); line-height: 1.55; }
body, button, a { font-family: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { border: 0; cursor: pointer; }

.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 20; padding: 10px 14px; border-radius: 8px; background: var(--ink); color: var(--white); transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
.lang-ar { display: none; }
html[data-language="ar"] .lang-en { display: none; }
html[data-language="ar"] .lang-ar { display: inline; }
html[data-language="ar"] { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Tahoma, Arial, sans-serif; }

.site-header { position: sticky; top: 0; z-index: 10; background: rgba(255, 253, 248, .88); border-bottom: 1px solid rgba(16, 45, 56, .08); backdrop-filter: blur(18px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: var(--white); background: radial-gradient(circle at 35% 25%, #6dd8cc, var(--sea) 58%, var(--sea-deep)); font-family: Georgia, serif; font-size: 25px; font-weight: 700; box-shadow: inset 0 0 0 3px rgba(255,255,255,.35); }
.brand-copy { display: grid; gap: 0; line-height: 1; }
.brand-copy strong { font-size: 16px; letter-spacing: .13em; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: 7px; font-weight: 800; letter-spacing: .27em; }
.brand-copy i { color: var(--coral); font-style: normal; }
.site-nav { display: flex; align-items: center; gap: 22px; font-size: 13px; font-weight: 700; color: var(--ink-soft); }
.site-nav > a:not(.nav-whatsapp), .language-toggle { transition: color .2s ease; }
.site-nav > a:not(.nav-whatsapp):hover, .language-toggle:hover { color: var(--sea); }
.language-toggle { padding: 0; background: none; color: var(--sea-deep); font-size: 12px; font-weight: 800; }
.nav-whatsapp { display: inline-flex; align-items: center; gap: 8px; padding: 11px 15px; border-radius: 999px; background: var(--ink); color: var(--white); transition: transform .2s ease, background .2s ease; }
.nav-whatsapp:hover { background: var(--sea); transform: translateY(-2px); }
.nav-whatsapp span:first-child { color: var(--aqua); font-size: 17px; }
.menu-toggle { display: none; width: 42px; height: 42px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; border-radius: 50%; background: var(--aqua-soft); }
.menu-toggle > span:not(.sr-only) { display: block; width: 18px; height: 2px; background: var(--sea-deep); }

.hero { padding: 72px 0 0; overflow: hidden; background: linear-gradient(180deg, #fffdf8 0%, #f8fbf6 75%, #f1e8d9 100%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .91fr) minmax(420px, 1.09fr); align-items: center; gap: clamp(42px, 7vw, 110px); }
.hero-copy { padding: 34px 0 60px; }
.eyebrow, .section-label { margin: 0 0 18px; color: var(--sea); font-size: 11px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span:first-child { color: var(--coral); margin-inline-end: 7px; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 590px; margin-bottom: 24px; font-size: clamp(3.1rem, 6vw, 5.8rem); line-height: .97; letter-spacing: -.075em; font-weight: 760; }
.hero-lede { max-width: 520px; margin-bottom: 30px; color: var(--ink-soft); font-size: clamp(1rem, 1.5vw, 1.18rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 13px 19px; border-radius: 999px; font-size: 13px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); box-shadow: 0 12px 22px rgba(16, 45, 56, .13); }
.button-primary { background: var(--sea); color: var(--white); }
.button-primary:hover { background: var(--sea-deep); }
.button-primary > span:first-child, .button-light > span:first-child { color: var(--aqua); font-size: 20px; line-height: 0; }
.button-quiet { color: var(--ink); background: transparent; }
.button-quiet:hover { background: rgba(57, 183, 176, .12); box-shadow: none; }
.hero-proof { display: flex; align-items: center; gap: 12px; margin-top: 38px; }
.proof-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 7px rgba(234,155,105,.16); }
.hero-proof p { display: grid; gap: 3px; margin: 0; color: var(--muted); font-size: 12px; }
.hero-proof strong { color: var(--ink); font-size: 13px; }
.hero-visual { position: relative; min-height: 610px; }
.hero-image { overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-image-main { position: absolute; inset: 0 48px 40px 0; }
.hero-image-main::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 54%, rgba(9, 39, 48, .62)); pointer-events: none; }
.hero-image-main img { object-position: center center; }
.image-caption { position: absolute; z-index: 1; right: 22px; bottom: 19px; left: 22px; display: flex; align-items: center; justify-content: space-between; color: var(--white); font-size: 11px; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.image-caption span:last-child { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; font-size: 17px; }
.hero-image-small { position: absolute; right: 0; bottom: 0; width: 190px; height: 190px; border: 8px solid #f8fbf6; }
.hero-image-small img { object-position: center; }
.trust-rail { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 20px; border-top: 1px solid var(--line); }
.trust-rail > div { display: flex; align-items: center; gap: 11px; min-height: 74px; color: var(--ink-soft); font-size: 12px; font-weight: 750; }
.trust-rail > div + div { padding-inline-start: 28px; border-inline-start: 1px solid var(--line); }
.trust-number { color: var(--coral); font-family: Georgia, serif; font-size: 16px; }

.section { padding: 125px 0; }
.section-light { background: var(--cream); }
.section-sand { background: var(--sand); }
.section-dark { background: var(--ink); color: var(--white); }
.about-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, .84fr); gap: clamp(45px, 12vw, 170px); }
.section-heading h2, .contact-copy h2 { max-width: 610px; margin-bottom: 0; font-size: clamp(2.1rem, 4.5vw, 4.35rem); line-height: 1.01; letter-spacing: -.065em; font-weight: 750; }
.about-copy { max-width: 510px; padding-top: 42px; color: var(--ink-soft); }
.about-copy p { font-size: 16px; }
.about-copy .lead-paragraph { margin-bottom: 19px; color: var(--ink); font-size: 21px; line-height: 1.45; }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 19px; color: var(--sea); font-size: 13px; font-weight: 850; }
.text-link span:last-child { font-size: 18px; }
.text-link:hover { color: var(--sea-deep); }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 44px; }
.section-note { max-width: 270px; margin: 0 0 4px; color: var(--muted); font-size: 13px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 345px; padding: 29px; border: 1px solid rgba(16,45,56,.1); border-radius: var(--radius-md); background: rgba(255,253,248,.62); transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.service-card:hover { background: var(--cream); box-shadow: var(--shadow); transform: translateY(-5px); }
.service-card-featured { background: var(--sea); color: var(--white); border-color: var(--sea); }
.service-card-featured:hover { background: var(--sea-deep); }
.service-icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 65px; border: 1px solid currentColor; border-radius: 50%; color: var(--sea); font-size: 20px; }
.service-card-featured .service-icon { color: var(--aqua); }
.card-index { position: absolute; top: 31px; right: 30px; margin: 0; color: var(--muted); font-family: Georgia, serif; font-size: 15px; }
.service-card-featured .card-index { color: rgba(255,255,255,.62); }
.service-card h3 { margin-bottom: 12px; font-size: 22px; letter-spacing: -.045em; }
.service-card p:not(.card-index) { max-width: 290px; margin-bottom: 0; color: var(--ink-soft); font-size: 14px; }
.service-card-featured p:not(.card-index) { color: rgba(255,255,255,.75); }
.service-card a { position: absolute; bottom: 29px; left: 29px; display: inline-flex; gap: 9px; align-items: center; color: var(--sea); font-size: 12px; font-weight: 850; }
.service-card-featured a { color: var(--aqua); }
.service-card a span:last-child { font-size: 17px; }
.section-heading-inverted .section-label { color: var(--aqua); }
.section-heading-inverted .section-note { color: rgba(255,255,255,.56); }
.story-grid { display: grid; grid-template-columns: 1.05fr .95fr .95fr; grid-auto-rows: 240px; gap: 12px; }
.story-card { position: relative; min-height: 0; overflow: hidden; margin: 0; border-radius: 16px; background: #183f47; }
.story-card-tall { grid-row: span 2; }
.story-card-wide { grid-column: span 2; }
.story-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.story-card:hover img { transform: scale(1.05); }
.story-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 48%, rgba(7,31,38,.78)); pointer-events: none; }
.story-card figcaption { position: absolute; z-index: 1; right: 17px; bottom: 15px; left: 17px; color: var(--white); font-size: 12px; font-weight: 750; }
.photo-note { margin: 19px 0 0; color: rgba(255,255,255,.48); font-size: 11px; }

.destinations-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(40px, 10vw, 140px); align-items: center; }
.destination-feature { position: relative; }
.destination-feature h2 { max-width: 510px; margin-bottom: 20px; font-size: clamp(2.25rem, 4.5vw, 4rem); line-height: 1.02; letter-spacing: -.065em; }
.destination-description { max-width: 460px; margin-bottom: 0; color: var(--ink-soft); font-size: 16px; }
.destination-philosophy { max-width: 420px; margin: 24px 0 0; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 19px; line-height: 1.35; }
.destination-orbit { display: grid; place-items: center; width: 114px; height: 114px; margin-bottom: 35px; border-radius: 50%; border: 1px solid rgba(8,119,129,.28); color: var(--sea); font-size: 10px; font-weight: 850; letter-spacing: .18em; transform: rotate(-12deg); }
.destination-orbit::before, .destination-orbit::after { position: absolute; width: 8px; height: 8px; border-radius: 50%; content: ""; background: var(--coral); }
.destination-orbit::before { transform: translate(49px, -42px); }
.destination-orbit::after { transform: translate(-53px, 37px); background: var(--aqua); }
.destination-list { display: flex; flex-wrap: wrap; gap: 10px; }
.destination-chip { display: inline-flex; align-items: center; gap: 8px; min-height: 45px; padding: 10px 15px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: rgba(255,255,255,.48); font-size: 13px; font-weight: 750; }
.hotels-section { padding-top: 116px; }
.hotel-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.hotel-card { display: flex; flex: 0 1 calc((100% - 48px) / 5); min-width: 190px; max-width: 240px; overflow: hidden; flex-direction: column; border-radius: var(--radius-md); background: var(--cream); box-shadow: 0 6px 20px rgba(16,45,56,.06); }
.hotel-card img { width: 100%; aspect-ratio: .93; object-fit: cover; transition: transform .5s ease; }
.hotel-card:hover img { transform: scale(1.045); }
.hotel-card > div { display: flex; flex: 1; flex-direction: column; padding: 17px 17px 19px; }
.hotel-card p { margin-bottom: 7px; color: var(--sea); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.hotel-card h3 { margin: 0; font-size: 17px; line-height: 1.1; letter-spacing: -.035em; }
.hotel-more { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 13px; }
.hotel-more .text-link { flex-shrink: 0; margin-top: 0; }

.hotel-extra { margin-top: 42px; padding-top: 32px; border-top: 1px solid var(--line); }
.hotel-extra-title { margin: 0 0 22px; color: var(--ink); font-size: 15px; font-weight: 750; }
.hotel-extra-groups { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 40px; }
.hotel-extra-group h4 { margin: 0 0 12px; color: var(--sea); font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.hotel-extra-group ul { margin: 0; padding: 0; list-style: none; }
.hotel-extra-group li { position: relative; padding: 5px 0 5px 14px; color: var(--ink-soft); font-size: 14px; }
.hotel-extra-group li::before { position: absolute; left: 0; top: 12px; width: 5px; height: 5px; border-radius: 50%; background: var(--coral); content: ""; }

html[data-language="ar"] .hotel-extra-group li { padding: 5px 14px 5px 0; }
html[data-language="ar"] .hotel-extra-group li::before { left: auto; right: 0; }

.contact-section { padding: 92px 0; background: var(--sea-deep); color: var(--white); }
.contact-panel { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 10vw, 145px); align-items: center; }
.contact-copy .section-label { color: var(--aqua); }
.contact-copy h2 { margin-bottom: 24px; }
.contact-copy > p:not(.section-label) { max-width: 420px; margin-bottom: 30px; color: rgba(255,255,255,.7); font-size: 15px; }
.button-light { color: var(--ink); background: var(--white); }
.button-light:hover { background: var(--aqua-soft); }
.button-light > span:last-child { color: var(--sea); font-size: 17px; }
.contact-details { border-top: 1px solid rgba(255,255,255,.2); }
.contact-item { display: flex; align-items: center; gap: 15px; min-height: 74px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.2); color: var(--white); }
.contact-item:hover strong { color: var(--aqua); }
.contact-item > span:nth-child(2) { display: grid; flex: 1; gap: 3px; }
.contact-item > span:last-child { color: var(--aqua); font-size: 18px; }
.contact-item-icon { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: var(--aqua); font-size: 16px; }
.contact-item small { color: rgba(255,255,255,.58); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-item strong { font-size: 16px; transition: color .2s ease; }
.contact-number { direction: ltr; unicode-bidi: isolate; }
.contact-item-primary strong { color: var(--aqua); font-size: 20px; }
.contact-meta { padding-top: 19px; color: rgba(255,255,255,.64); font-size: 12px; }
.contact-meta p { margin-bottom: 8px; }
.contact-meta p:last-child { margin-bottom: 0; color: var(--white); font-weight: 750; }

.site-footer { background: #082e36; color: rgba(255,255,255,.62); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 96px; font-size: 11px; }
.brand-footer { color: var(--white); }
.brand-footer .brand-mark { width: 32px; height: 32px; font-size: 20px; }
.footer-links { display: flex; align-items: center; gap: 16px; }
.footer-links a { color: var(--aqua); font-weight: 800; }
.footer-links a:hover { color: var(--white); }

html[data-language="ar"] body { direction: rtl; }
html[data-language="ar"] .site-nav, html[data-language="ar"] .hero-actions, html[data-language="ar"] .hero-proof, html[data-language="ar"] .footer-links { direction: rtl; }
html[data-language="ar"] .hero-image-main { right: 0; left: 48px; }
html[data-language="ar"] .hero-image-small { right: auto; left: 0; }
html[data-language="ar"] .card-index { right: auto; left: 30px; }
html[data-language="ar"] .service-card a { left: auto; right: 29px; }
html[data-language="ar"] .contact-number { text-align: right; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 38px, 760px); }
  .site-nav { gap: 14px; }
  .hero-grid { grid-template-columns: 1fr; gap: 18px; }
  .hero-copy { padding-bottom: 24px; }
  .hero-visual { min-height: 540px; }
  .about-grid, .destinations-grid, .contact-panel { grid-template-columns: 1fr; gap: 44px; }
  .about-copy { padding-top: 0; }
  .destination-description { max-width: 560px; }
  .hotel-card { flex-basis: calc((100% - 24px) / 3); min-width: 0; max-width: none; }
}

@media (max-width: 700px) {
  :root { --shell: calc(100% - 30px); }
  .site-header { background: rgba(255,253,248,.96); }
  .header-inner { min-height: 67px; }
  .menu-toggle { display: flex; }
  .site-nav { position: absolute; top: 67px; right: 15px; left: 15px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 16px; background: var(--cream); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav > a:not(.nav-whatsapp), .language-toggle, .nav-whatsapp { padding: 12px 13px; }
  .language-toggle { text-align: start; }
  .nav-whatsapp { justify-content: center; }
  .hero { padding-top: 44px; }
  h1 { font-size: clamp(2.9rem, 14vw, 4.5rem); }
  .hero-visual { min-height: 390px; }
  .hero-image-main { inset: 0 25px 24px 0; }
  .hero-image-small { width: 130px; height: 130px; border-width: 5px; }
  html[data-language="ar"] .hero-image-main { right: 0; left: 25px; }
  .trust-rail { grid-template-columns: 1fr; padding: 10px 0; }
  .trust-rail > div { min-height: 45px; }
  .trust-rail > div + div { padding-inline-start: 0; border-inline-start: 0; }
  .section { padding: 82px 0; }
  .section-heading-row { display: block; margin-bottom: 30px; }
  .section-note { margin-top: 18px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 305px; }
  .story-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 170px; }
  .story-card-tall { grid-row: span 2; }
  .story-card-wide { grid-column: span 2; }
  .destinations-grid { gap: 25px; }
  .destination-orbit { margin-bottom: 22px; }
  .hotel-card { flex-basis: calc((100% - 12px) / 2); }
  .hotel-more { display: block; }
  .hotel-more .text-link { margin-top: 12px; }
  .hotel-extra-groups { grid-template-columns: 1fr; gap: 22px; }
  .contact-section { padding: 76px 0; }
  .footer-inner { align-items: flex-start; flex-direction: column; padding: 25px 0; }
  .footer-links { flex-wrap: wrap; }
}

@media (max-width: 440px) {
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-visual { min-height: 330px; }
  .story-grid { display: grid; grid-template-columns: 1fr; grid-auto-rows: 220px; }
  .story-card-tall, .story-card-wide { grid-column: auto; grid-row: auto; }
  .hotel-card { flex-basis: 100%; }
  .contact-item strong { font-size: 14px; }
  .contact-item-primary strong { font-size: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
