:root {
  --blue: #163957;
  --blue-deep: #102d46;
  --blue-soft: #1f4d70;
  --cream: #f4f0e8;
  --sand: #e7ded0;
  --mist: #f8f6f1;
  --white: #fff;
  --ink: #292d2f;
  --muted: #666a69;
  --line: rgba(22, 57, 87, .22);
  --serif: "Italiana", Georgia, serif;
  --sans: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(22, 57, 87, .06), transparent 34%),
    radial-gradient(circle at 85% 15%, rgba(231, 222, 208, .45), transparent 28%),
    linear-gradient(180deg, #fff 0%, #fbf8f2 100%);
  font: 300 16px/1.7 var(--sans);
}
body.menu-open { overflow: hidden; }
img, video { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 200; padding: .7rem 1rem; background: var(--white); color: var(--blue); }
.skip-link:focus { top: 1rem; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section-pad { padding: 100px 0; }
.eyebrow { margin: 0 0 1.2rem; color: var(--blue); font-size: .72rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.display-title, .text-block h2, .feature-copy h2, .journal h2, .activities h2, .site-footer h2 { margin: 0; font: 400 clamp(2.7rem, 7vw, 5rem)/1.04 var(--serif); letter-spacing: 0; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: .8rem 1.5rem;
  border: 1px solid var(--blue);
  border-radius: 999px;
  color: var(--blue);
  background: transparent;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: background-color .25s, color .25s, box-shadow .25s, transform .25s;
}
.button:hover, .button:focus-visible { background: var(--blue); color: var(--white); box-shadow: 0 14px 28px rgba(16, 45, 70, .18); transform: translateY(-1px); }
.button-filled { border-color: var(--blue); background: var(--blue); color: var(--white); }
.button-filled:hover { background: var(--blue-deep); }
.button-light { border-color: var(--white); color: var(--white); }
.button-light:hover { background: var(--white); color: var(--blue); }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 86px;
  padding: 0 5vw;
  color: var(--white);
  transition: background-color .3s, color .3s, height .3s, backdrop-filter .3s;
}
.site-header.scrolled, .site-header.menu-active {
  height: 72px;
  color: var(--blue);
  background: rgba(255, 255, 255, .84);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(22, 57, 87, .12);
}
.scroll-progress { position: fixed; z-index: 110; inset: 0 0 auto; height: 2px; pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; transform: scaleX(0); transform-origin: left center; background: var(--blue); transition: transform .12s linear; }
.brand { position: relative; display: block; width: clamp(180px, 18vw, 255px); aspect-ratio: 4 / 1; }
.brand-logo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: left center; transition: opacity .3s; }
.brand-logo-dark { opacity: 0; }
.site-header.scrolled .brand-logo-light, .site-header.menu-active .brand-logo-light { opacity: 0; }
.site-header.scrolled .brand-logo-dark, .site-header.menu-active .brand-logo-dark { opacity: 1; }
.header-actions { display: flex; align-items: center; gap: 1.2rem; }
.social-link { font-size: .62rem; font-weight: 600; letter-spacing: .08em; }
.menu-toggle { display: flex; align-items: center; gap: .7rem; padding: .6rem 0; border: 0; color: inherit; background: transparent; font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; }
.menu-icon { display: grid; gap: 6px; width: 27px; }
.menu-icon i { display: block; height: 1px; background: currentColor; transition: transform .25s; }
.menu-active .menu-icon i:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-active .menu-icon i:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.menu-panel { position: fixed; z-index: 90; inset: 0; display: grid; align-content: center; gap: 3rem; padding: 110px 8vw 5vw; color: var(--blue); background: linear-gradient(180deg, #faf7f1 0%, #efe6d8 100%); visibility: hidden; opacity: 0; transition: opacity .3s, visibility .3s; }
.menu-panel.open { visibility: visible; opacity: 1; }
.menu-panel nav { display: grid; }
.menu-panel nav a { width: fit-content; font: 400 clamp(2.7rem, 7vw, 5.7rem)/1.08 var(--serif); }
.menu-panel nav a.active { font-style: italic; }
.menu-panel nav a:hover { font-style: italic; }
.menu-panel p { margin: 0; }

.hero { position: relative; min-height: 100svh; color: var(--white); overflow: hidden; background: var(--blue); }
.hero-video, .hero-shade { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.hero-video { transform: scale(1.02); will-change: transform; }
.hero-shade { background: rgba(7, 24, 36, .28); }
.hero-content {
  position: absolute;
  z-index: 2;
  left: 6vw;
  bottom: 10vh;
  max-width: 760px;
  padding: 1.1rem 1.35rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(14, 36, 52, .30) 0%, rgba(14, 36, 52, .06) 100%);
  backdrop-filter: blur(8px);
  will-change: transform;
}
.hero .eyebrow { color: rgba(255, 255, 255, .92); margin-bottom: .9rem; font-size: .66rem; }
.hero h1 { margin: 0; font: 400 clamp(2.6rem, 6.5vw, 5.4rem)/1.04 var(--serif); letter-spacing: .01em; text-shadow: 0 2px 14px rgba(0, 0, 0, .25); }
.video-control { position: absolute; z-index: 3; right: 5vw; bottom: 9vh; display: grid; width: 50px; height: 50px; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; color: var(--white); background: rgba(255,255,255,.08); backdrop-filter: blur(6px); }
.scroll-cue { position: absolute; z-index: 3; right: 5vw; top: 50%; display: grid; gap: .6rem; justify-items: center; font-size: .58rem; letter-spacing: .17em; text-transform: uppercase; writing-mode: vertical-rl; }

.booking-bar {
  position: relative;
  z-index: 10;
  width: min(1240px, calc(100% - 40px));
  margin: -46px auto 0;
  padding: 14px;
  background: linear-gradient(180deg, rgba(255,255,255,.95) 0%, rgba(251,249,244,.98) 100%);
  border: 1px solid rgba(22, 57, 87, .12);
  border-radius: 24px;
  box-shadow: 0 18px 35px rgba(16, 45, 70, .14);
  backdrop-filter: blur(10px);
}
#box-pren-xenion { min-height: 100px; }
.booking-bar .bootstrap-xenion {
  color: var(--ink);
  font-family: var(--sans);
  background: var(--white);
  border: 1px solid rgba(22, 57, 87, .08);
  border-radius: 10px;
  padding: 10px;
}
.booking-bar .bootstrap-xenion .row { margin-right: -6px; margin-left: -6px; }
.booking-bar .bootstrap-xenion [class*="col-"] { padding-right: 6px; padding-left: 6px; }
.booking-bar .bootstrap-xenion .title {
  color: var(--blue);
  font: 400 clamp(1.15rem, 2.1vw, 1.45rem)/1.2 var(--serif);
  margin-bottom: .8rem;
}
.booking-bar .bootstrap-xenion label {
  color: var(--muted);
  font-size: .64rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.booking-bar .bootstrap-xenion .form-control,
.booking-bar .bootstrap-xenion select,
.booking-bar .bootstrap-xenion input {
  height: 46px;
  border: 1px solid rgba(22, 57, 87, .22);
  border-radius: 9px;
  box-shadow: none;
  background: #fff;
  color: var(--blue-deep);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.booking-bar .bootstrap-xenion .form-control:focus,
.booking-bar .bootstrap-xenion select:focus,
.booking-bar .bootstrap-xenion input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(22, 57, 87, .15);
}
.booking-bar .bootstrap-xenion .col-search .form-control,
.booking-bar .bootstrap-xenion .col-search button,
.booking-bar .bootstrap-xenion .btn {
  height: 46px;
  border: 1px solid var(--blue);
  border-radius: 9px;
  color: var(--white);
  background: linear-gradient(180deg, var(--blue) 0%, var(--blue-deep) 100%);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.booking-bar .bootstrap-xenion .col-search .form-control:hover,
.booking-bar .bootstrap-xenion .col-search button:hover,
.booking-bar .bootstrap-xenion .btn:hover {
  filter: brightness(1.04);
}
.booking-bar .bootstrap-xenion .powered { padding-top: 8px; font-size: .58rem; color: var(--muted); }
.booking-bar .bootstrap-xenion .link-xenion { color: var(--muted); opacity: .8; }

.intro { padding-top: 150px; background: var(--cream); }
.intro .display-title { max-width: 950px; }
.two-columns { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 8vw, 7rem); }
.intro-copy { max-width: 930px; margin: 4rem 0 0 auto; }
.intro-copy p { margin: 0; font-size: clamp(1rem, 1.4vw, 1.12rem); }

.highlights {
  position: relative;
  overflow: clip;
  background: linear-gradient(180deg, var(--cream) 0%, #fbf7f0 100%);
}
.highlights::before {
  content: "";
  position: absolute;
  inset: auto -10vw -18vw auto;
  width: 42vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(22, 57, 87, .08), transparent 68%);
  pointer-events: none;
}
.highlights-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr .75fr;
  gap: 1rem;
  margin-top: 3rem;
}
.highlight-card {
  position: relative;
  padding: clamp(1.5rem, 3vw, 2rem);
  border: 1px solid rgba(22, 57, 87, .12);
  border-radius: 26px;
  background: rgba(255, 255, 255, .74);
  box-shadow: 0 14px 30px rgba(16, 45, 70, .08);
  backdrop-filter: blur(10px);
  overflow: hidden;
}
.highlight-card-feature {
  grid-row: span 2;
  display: grid;
  align-content: start;
  gap: 1rem;
  color: var(--white);
  background: linear-gradient(145deg, rgba(13, 33, 52, .99) 0%, rgba(16, 45, 70, .98) 100%);
  box-shadow: 0 18px 40px rgba(16, 45, 70, .2);
}
.highlight-card-feature::after {
  content: "";
  position: absolute;
  inset: auto -12% -28% auto;
  width: 280px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.18), transparent 70%);
}
.highlight-card-feature .button { justify-self: start; z-index: 1; }
.highlight-kicker {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, .95);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .24);
}
.highlight-card-feature h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  font: 400 clamp(2.2rem, 4vw, 3.8rem)/1.02 var(--serif);
  text-shadow: 0 1px 2px rgba(0, 0, 0, .24);
}
.highlight-card.highlight-card-feature p {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 34ch;
  color: #fff;
  font-size: 1.02rem;
  line-height: 1.55;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .24);
}
.highlight-card:not(.highlight-card-feature) {
  min-height: 210px;
  display: grid;
  align-content: start;
  gap: 1rem;
}
.highlight-index {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(22, 57, 87, .08);
  color: var(--blue);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
}
.highlight-card h3 {
  margin: 0;
  color: var(--blue);
  font: 400 1.75rem/1.1 var(--serif);
}
.highlight-card p {
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
}

.story-grid { background: var(--white); }
.editorial-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px 8vw; align-items: start; }
.media-block { margin: 0; }
.media-block img { object-fit: cover; }
.media-tall img { aspect-ratio: 4 / 3; }
.media-wide { grid-column: 2; margin-top: -10px; }
.media-wide img { aspect-ratio: 4 / 3; }
.media-block figcaption { margin-top: .7rem; color: var(--muted); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.text-block { max-width: 450px; padding-top: 7rem; }
.text-block p:not(.eyebrow) { margin: 2rem 0; }
.video-story { grid-row: 2; margin-top: 90px; }
.video-story video { aspect-ratio: 16 / 9; object-fit: cover; }
.video-story p { width: 75%; margin: 1rem 0 0 auto; font: 400 1.45rem/1.35 var(--serif); }

.island-feature { position: relative; min-height: 78svh; display: grid; align-items: end; color: var(--white); overflow: hidden; }
.island-feature > img, .feature-shade { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.island-feature > img { will-change: transform; }
.feature-shade { background: rgba(9, 30, 42, .38); }
.feature-copy { position: relative; z-index: 2; width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 8rem 0; }
.feature-copy .eyebrow { color: var(--white); }
.feature-copy p:not(.eyebrow) { max-width: 610px; margin: 2rem 0; }

.journal { background: var(--cream); }
.journal-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 4rem; }
.journal-head a { border-bottom: 1px solid currentColor; font-size: .75rem; letter-spacing: .06em; }
.masonry { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-flow: dense; gap: 1px; background: var(--blue); }
.journal-card { position: relative; grid-column: span 2; min-height: 300px; padding: 2rem; overflow: hidden; border-radius: 0; }
.journal-card.tall { min-height: 500px; }
.journal-card.wide { grid-column: span 4; }
.journal-card span { font-size: .62rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.journal-card h3 { margin: 1rem 0; font: 400 2rem/1.1 var(--serif); }
.journal-card p { margin: 0; }
.card-blue { color: var(--white); background: var(--blue); }
.card-sand { color: var(--blue); background: var(--sand); }
.card-photo { display: flex; align-items: end; color: var(--white); }
.card-photo img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.card-photo::after { content: ""; position: absolute; inset: 0; background: rgba(8, 24, 34, .24); }
.card-photo div { position: relative; z-index: 2; }

.activities { background: var(--white); }
.activities .display-title { max-width: 800px; }
.activity-copy { margin: 4rem 0 3rem; }
.activity-copy h3 { margin: 0 0 .8rem; color: var(--blue); font: 400 1.8rem var(--serif); }
.activity-copy p { margin: 0; }

.site-footer { padding: 90px 0 25px; color: var(--white); background: var(--blue-deep); }
.site-footer .eyebrow { color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr .5fr; gap: 5rem; padding-bottom: 5rem; }
.footer-grid > div { display: grid; align-content: start; justify-items: start; }
.footer-grid p { margin: 0 0 .5rem; }
.footer-grid a { margin-bottom: .5rem; }
.footer-label { opacity: .6; font-size: .65rem; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid select { padding: .6rem 2rem .6rem .8rem; border: 1px solid rgba(255,255,255,.5); border-radius: 0; color: var(--white); background: transparent; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.2); font-size: .65rem; }
.footer-bottom p { margin: 0; }
.whatsapp { position: fixed; z-index: 80; right: 22px; bottom: 22px; display: grid; width: 58px; height: 58px; place-items: center; border: 1px solid rgba(36, 185, 95, .35); border-radius: 50%; background: var(--white); box-shadow: 0 10px 22px rgba(0, 0, 0, .18); transition: transform .2s ease; }
.whatsapp:hover { transform: translateY(-2px); }
.whatsapp img { width: 36px; height: 36px; object-fit: contain; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.highlights .reveal { transform: translateY(16px); }
.highlight-card.reveal { transform: translateY(24px) scale(.985); }
.media-block.reveal { transform: translateY(28px) rotate(-.6deg); }
.video-story.reveal { transform: translateY(24px) translateX(10px); }
.journal-card.reveal { transform: translateY(22px) scale(.985); }
.highlight-card.reveal.visible,
.media-block.reveal.visible,
.video-story.reveal.visible,
.journal-card.reveal.visible { transform: none; }

.legal-wrap { background: linear-gradient(180deg, var(--cream) 0%, var(--white) 18%); min-height: 100vh; }
.legal-head { display: grid; grid-template-columns: auto 1fr auto; gap: 1rem; align-items: center; margin-bottom: 2rem; }
.legal-nav-links { display: flex; flex-wrap: wrap; gap: .9rem; justify-content: center; }
.legal-nav-links a { font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; color: var(--blue); border-bottom: 1px solid transparent; }
.legal-nav-links a:hover, .legal-nav-links a:focus-visible { border-bottom-color: var(--blue); }
.legal-language { display: inline-flex; align-items: center; gap: .55rem; color: var(--blue); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.legal-language select { border: 1px solid var(--line); background: var(--white); color: var(--blue); padding: .4rem .55rem; }
.legal-page-content { background: var(--white); border: 1px solid var(--line); padding: clamp(20px, 4vw, 44px); }
.legal-page-content h1 { margin: 0 0 .8rem; font: 400 clamp(2.1rem, 5vw, 3.2rem)/1.05 var(--serif); color: var(--blue); }
.legal-page-content h2 { margin: 1.7rem 0 .6rem; font: 500 1.1rem/1.35 var(--sans); color: var(--blue); }
.legal-page-content p { margin: .55rem 0; max-width: 82ch; }
.legal-page-content a { color: var(--blue); text-decoration: underline; text-underline-offset: .14em; }

html[dir="rtl"] .legal-head { grid-template-columns: auto 1fr auto; }
html[dir="rtl"] .legal-language { justify-self: start; }

@media (max-width: 900px) {
  .booking-bar { margin-top: -25px; }
  .highlights-grid { grid-template-columns: 1fr 1fr; }
  .highlight-card-feature { grid-column: 1 / -1; grid-row: auto; }
  .editorial-grid { gap: 60px 6vw; }
  .text-block { padding-top: 2rem; }
  .masonry { grid-template-columns: repeat(2, 1fr); }
  .journal-card, .journal-card.wide { grid-column: span 1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .legal-head { grid-template-columns: 1fr; justify-items: start; }
  .legal-nav-links { justify-content: flex-start; }
}

@media (max-width: 767px) {
  .section-pad { padding: 75px 0; }
  .container { width: min(100% - 30px, 1180px); }
  .site-header { height: 70px; padding: 0 16px; }
  .brand { width: 178px; }
  .social-link { display: none; }
  .header-actions { gap: .7rem; }
  .menu-toggle > span:last-child { display: none; }
  .hero-content { left: 16px; right: 16px; bottom: 12vh; padding: .95rem 1.1rem 1.05rem; border-radius: 16px; }
  .hero h1 { font-size: clamp(1.9rem, 8.5vw, 2.7rem); line-height: 1.12; }
  .video-control { right: 20px; bottom: 5vh; width: 44px; height: 44px; }
  .scroll-cue { display: none; }
  .booking-bar { width: calc(100% - 30px); padding: 12px; }
  #box-pren-xenion { min-height: 300px; }
  .booking-bar .bootstrap-xenion { padding: 4px; }
  .booking-bar .bootstrap-xenion .col-pren,
  .booking-bar .bootstrap-xenion .col-search { width: 100%; padding-right: 0; padding-left: 0; }
  .intro { padding-top: 115px; }
  .highlights-grid { grid-template-columns: 1fr; }
  .highlight-card-feature { min-height: 0; }
  .two-columns, .editorial-grid, .footer-grid { grid-template-columns: 1fr; }
  .intro-copy { margin-top: 2.5rem; gap: 1.4rem; }
  .editorial-grid { gap: 3rem; }
  .text-block { grid-row: 1; }
  .media-tall { grid-row: 2; }
  .media-wide { grid-column: 1; grid-row: 3; margin: 1rem 0 0 12vw; }
  .video-story { grid-row: 4; margin: 1rem 9vw 0 0; }
  .video-story p { width: 100%; }
  .feature-copy { width: calc(100% - 30px); padding: 5rem 0; }
  .journal-head { display: grid; margin-bottom: 2.5rem; }
  .masonry { grid-template-columns: 1fr; }
  .journal-card, .journal-card.wide { grid-column: 1; min-height: 320px; }
  .journal-card.tall { min-height: 430px; }
  .activity-copy { margin-top: 2.5rem; gap: 2rem; }
  .footer-grid { gap: 3rem; }
  .footer-bottom { display: grid; }
  .menu-panel { padding-inline: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .scroll-progress { display: none; }
  .hero-video, .hero-content, .island-feature > img { transform: none !important; }
  .reveal { opacity: 1; transform: none; }
}

html[dir="rtl"] .skip-link { left: auto; right: 1rem; }
html[dir="rtl"] .hero-content { left: auto; right: 6vw; }
html[dir="rtl"] .video-control { right: auto; left: 5vw; }
html[dir="rtl"] .scroll-cue { right: auto; left: 5vw; }
html[dir="rtl"] .whatsapp { right: auto; left: 22px; }
html[dir="rtl"] .scroll-progress span { transform-origin: right center; }
@media (max-width: 767px) {
  html[dir="rtl"] .video-control { left: 20px; right: auto; }
}