@font-face {
  font-family: "Montserrat";
  src: url("assets/montserrat-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("assets/montserrat-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  color-scheme: light;
  --navy: #0b1730;
  --navy-deep: #07101f;
  --navy-soft: #142342;
  --gold: #e8b76c;
  --gold-strong: #c58a36;
  --gold-pale: #f4dfbd;
  --aqua: #54cdb8;
  --aqua-soft: #e5f7f3;
  --ink: #12213a;
  --muted: #637087;
  --line: #dce2e9;
  --paper: #ffffff;
  --soft: #f1f7f7;
  --sand: #f7f2e9;
  --header: rgba(248, 252, 252, 0.66);
  --glass-edge: rgba(255, 255, 255, 0.82);
  --glass-highlight: rgba(255, 255, 255, 0.72);
  --glass-shadow: 0 18px 50px rgba(8, 20, 42, 0.14), 0 2px 8px rgba(8, 20, 42, 0.06);
  --shadow-sm: 0 12px 32px rgba(8, 20, 42, 0.08);
  --shadow-lg: 0 28px 80px rgba(8, 20, 42, 0.17);
  --radius: 22px;
  --radius-sm: 14px;
  --header-height: 94px;
}

html.dark {
  color-scheme: dark;
  --ink: #eef3fb;
  --muted: #aab6c9;
  --line: #253654;
  --paper: #0b1528;
  --soft: #101d33;
  --sand: #172033;
  --header: rgba(9, 21, 39, 0.68);
  --glass-edge: rgba(255, 255, 255, 0.16);
  --glass-highlight: rgba(255, 255, 255, 0.12);
  --glass-shadow: 0 20px 58px rgba(0, 0, 0, 0.34), 0 2px 10px rgba(0, 0, 0, 0.2);
  --aqua-soft: #153b3b;
  --shadow-sm: 0 12px 32px rgba(0, 0, 0, 0.22);
  --shadow-lg: 0 28px 80px rgba(0, 0, 0, 0.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 18px); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Montserrat", Arial, sans-serif; font-size: 16px; line-height: 1.65; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:where(a, button, input, select, textarea):focus-visible { outline: 3px solid color-mix(in srgb, var(--aqua) 78%, white); outline-offset: 3px; }

.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 1.25em; height: 1.25em; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.85; vector-effect: non-scaling-stroke; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header { position: fixed; z-index: 100; top: 0; right: 0; left: 0; height: var(--header-height); padding-top: 14px; background: transparent; pointer-events: none; }
.header-inner { position: relative; display: flex; width: min(920px, calc(100% - 48px)); height: 66px; margin-inline: auto; padding-inline: 14px 11px; overflow: hidden; align-items: center; justify-content: center; gap: 24px; border: 1px solid var(--glass-edge); border-radius: 24px; background: var(--header); box-shadow: var(--glass-shadow), inset 0 1px 0 var(--glass-highlight), inset 0 -1px 0 color-mix(in srgb, var(--line) 28%, transparent); backdrop-filter: blur(28px) saturate(185%); -webkit-backdrop-filter: blur(28px) saturate(185%); pointer-events: auto; isolation: isolate; }
.header-inner::before { position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 12% -20%, rgba(255,255,255,.82), transparent 34%), linear-gradient(115deg, rgba(255,255,255,.2), transparent 42%, rgba(84,205,184,.06)); content: ""; pointer-events: none; }
html.dark .header-inner::before { background: radial-gradient(circle at 12% -20%, rgba(255,255,255,.16), transparent 34%), linear-gradient(115deg, rgba(255,255,255,.06), transparent 42%, rgba(84,205,184,.07)); }
.brand { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark { position: relative; display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid color-mix(in srgb, var(--gold) 46%, transparent); border-radius: 13px; background: linear-gradient(145deg, var(--navy-soft), var(--navy-deep)); color: var(--gold-pale); box-shadow: 0 7px 18px rgba(8, 20, 42, .14); font-size: 20px; font-weight: 800; letter-spacing: -0.08em; text-indent: -0.08em; transform: rotate(-3deg); }
.brand-mark::after { position: absolute; inset: 5px; border: 1px solid rgba(232, 183, 108, .24); border-radius: 8px; content: ""; }
.brand-name { color: var(--ink); font-size: 18px; font-weight: 800; letter-spacing: -0.035em; }
.desktop-nav { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; gap: 22px; min-width: 0; }
.desktop-nav a { position: relative; padding-block: 20px; color: var(--muted); font-size: 12px; font-weight: 680; white-space: nowrap; transition: color 180ms ease; }
.desktop-nav a::after { position: absolute; right: 0; bottom: 10px; left: 0; height: 2px; border-radius: 99px; background: linear-gradient(90deg, var(--gold-strong), var(--aqua)); content: ""; opacity: 0; transform: scaleX(0.35); transition: opacity 180ms ease, transform 180ms ease; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--ink); }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { opacity: 1; transform: scaleX(1); }
.header-tools { position: relative; z-index: 1; display: flex; gap: 7px; }
.icon-button { position: relative; display: grid; width: 42px; height: 42px; padding: 0; overflow: hidden; place-items: center; border: 1px solid color-mix(in srgb, var(--glass-edge) 72%, var(--line)); border-radius: 50%; background: linear-gradient(145deg, color-mix(in srgb, var(--paper) 62%, transparent), color-mix(in srgb, var(--paper) 28%, transparent)); color: var(--ink); box-shadow: inset 0 1px 0 var(--glass-highlight), 0 6px 16px rgba(8,20,42,.08); cursor: pointer; transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.icon-button::before { position: absolute; top: 3px; right: 7px; left: 7px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.5); filter: blur(3px); content: ""; opacity: .58; pointer-events: none; }
html.dark .icon-button::before { opacity: .14; }
.icon-button:hover { border-color: color-mix(in srgb, var(--aqua) 58%, var(--gold)); background: linear-gradient(145deg, color-mix(in srgb, var(--aqua) 16%, var(--paper)), color-mix(in srgb, var(--gold) 10%, var(--paper))); box-shadow: inset 0 1px 0 var(--glass-highlight), 0 9px 22px rgba(8,20,42,.14); transform: translateY(-1px) scale(1.02); }
.icon-button:active { transform: translateY(0) scale(.96); }
.theme-toggle { isolation: isolate; }
.theme-moon, .theme-sun { position: absolute; inset: 0; display: grid; place-items: center; transition: opacity 240ms ease, transform 300ms cubic-bezier(.2,.75,.2,1); }
.theme-moon .icon, .theme-sun .icon { width: 19px; height: 19px; stroke-width: 1.9; }
.theme-moon { opacity: 1; transform: rotate(0) scale(1); }
.theme-sun { opacity: 0; transform: rotate(-85deg) scale(.55); }
html.dark .theme-moon { opacity: 0; transform: rotate(85deg) scale(.55); }
html.dark .theme-sun { opacity: 1; transform: rotate(0) scale(1); }
.menu-close-icon { display: none; }
.menu-toggle { display: none; }
.menu-toggle > .icon { width: 20px; height: 20px; }
.menu-toggle[aria-expanded="true"] .menu-open-icon { display: none; }
.menu-toggle[aria-expanded="true"] .menu-close-icon { display: block; }
.mobile-nav { position: fixed; z-index: 101; top: calc(var(--header-height) + 2px); left: 50%; width: min(380px, calc(100% - 32px)); max-height: calc(100svh - var(--header-height) - 18px); padding: 12px 18px; overflow-y: auto; border: 1px solid var(--glass-edge); border-radius: 24px; background: var(--header); box-shadow: var(--glass-shadow), inset 0 1px 0 var(--glass-highlight); backdrop-filter: blur(30px) saturate(185%); -webkit-backdrop-filter: blur(30px) saturate(185%); pointer-events: auto; transform: translateX(-50%); }
.mobile-nav a { display: flex; min-height: 52px; padding-inline: 7px; align-items: center; border-bottom: 1px solid color-mix(in srgb, var(--line) 72%, transparent); color: var(--ink); font-size: 16px; font-weight: 700; }
.mobile-nav a[aria-current="page"] { color: var(--gold-strong); }

.hero { position: relative; min-height: max(1040px, 100svh); display: grid; place-items: center; overflow: hidden; background: var(--navy-deep); color: #fff; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: radial-gradient(circle at 50% 38%, rgba(5, 12, 25, 0.02) 0%, rgba(5, 12, 25, 0.12) 58%, rgba(5, 12, 25, 0.25) 100%), linear-gradient(180deg, rgba(5, 12, 25, 0.28) 0%, rgba(5, 12, 25, 0.06) 44%, rgba(5, 12, 25, 0.32) 100%); }
.hero-grid { position: absolute; inset: 0; opacity: 0.08; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, transparent 0%, #000 40%, #000 100%); }
.hero-orbit { position: absolute; border: 1px solid rgba(244, 223, 189, 0.22); border-radius: 50%; box-shadow: 0 0 0 16px rgba(244, 223, 189, 0.025), 0 0 0 54px rgba(244, 223, 189, 0.018); }
.hero-orbit::before, .hero-orbit::after { position: absolute; border-radius: 50%; content: ""; }
.hero-orbit::before { inset: 16%; border: 1px dashed rgba(244, 223, 189, 0.25); }
.hero-orbit::after { top: 49%; left: -4px; width: 8px; height: 8px; background: var(--gold); box-shadow: 0 0 18px rgba(232, 183, 108, 0.8); }
.orbit-one { top: -220px; right: -185px; width: 610px; height: 610px; }
.orbit-two { bottom: -310px; left: 21%; width: 470px; height: 470px; opacity: 0.5; }
.hero-content { position: relative; z-index: 2; display: flex; width: min(1180px, calc(100% - 64px)); padding-block: 82px 118px; justify-content: center; text-align: center; }
.hero-story { width: 100%; max-width: 1040px; min-width: 0; }
.hero-logo-cloud { position: relative; z-index: 0; display: block; width: min(520px, 90vw); margin: 0 auto 34px; isolation: isolate; }
.hero-logo-cloud::before { position: absolute; z-index: -1; inset: 14% 5% 3%; border-radius: 50%; background: radial-gradient(ellipse at center, rgba(255,255,255,.92) 0%, rgba(255,255,255,.68) 38%, rgba(255,255,255,.32) 58%, transparent 78%); filter: blur(24px); content: ""; transform: scale(1.08, .86); }
.hero-logo { width: 100%; height: auto; filter: drop-shadow(0 5px 9px rgba(255,255,255,.55)) drop-shadow(0 20px 36px rgba(0,0,0,.72)); }
.hero h1 { max-width: 820px; margin: 0 auto; font-size: clamp(47px, 5.2vw, 76px); font-weight: 780; letter-spacing: -0.065em; line-height: 0.98; text-shadow: 0 3px 28px rgba(0, 0, 0, 0.6), 0 1px 2px rgba(0, 0, 0, 0.52); text-wrap: balance; }
.hero h1 span { display: block; margin-top: 0.15em; color: var(--gold-pale); font-family: Georgia, "Times New Roman", serif; font-size: 0.64em; font-style: italic; font-weight: 400; letter-spacing: -0.04em; }
.hero-story > p { max-width: 720px; margin: 26px auto 0; color: rgba(255, 255, 255, 0.9); font-size: clamp(14px, 1.2vw, 17px); line-height: 1.72; text-shadow: 0 2px 18px rgba(0, 0, 0, 0.68); }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.hero-buttons { justify-content: center; margin-top: 32px; }
.hero-booking { width: 100%; margin: 30px auto 0; }
.hero-booking-label { display: inline-flex; align-items: center; gap: 8px; color: rgba(255, 255, 255, 0.78); font-size: 11px; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.hero-booking-label .icon { width: 18px; height: 18px; color: var(--gold); }
.booking-search-wrapper { width: 100%; height: 230px; margin: 12px auto 0; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.52); border-radius: 24px; background: #fff; box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.9); color-scheme: light; }
.booking-search-wrapper iframe { display: block; width: 100%; height: 100%; border: 0; background: #fff; }
.button { display: inline-flex; min-height: 52px; padding: 0 24px; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-size: 13px; font-weight: 750; letter-spacing: 0.015em; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--gold); color: #152035; box-shadow: 0 13px 30px rgba(232, 183, 108, 0.22); }
.button.primary:hover { background: #f0c784; box-shadow: 0 17px 38px rgba(232, 183, 108, 0.3); }
.button.ghost { border-color: rgba(255, 255, 255, 0.45); background: rgba(255, 255, 255, 0.08); color: #fff; backdrop-filter: blur(12px); }
.button.ghost:hover { border-color: rgba(255, 255, 255, 0.8); background: rgba(255, 255, 255, 0.14); }
.button.light { background: #fff; color: var(--navy); }
.button.outline { border-color: var(--line); background: transparent; color: var(--ink); }
.button.outline:hover { border-color: var(--gold-strong); }
.button.full { width: 100%; }
.hero-metrics { display: grid; max-width: 710px; margin: 34px auto 0; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.16); }
.hero-metrics > span { display: grid; padding: 19px 18px 0 0; grid-template-columns: auto auto; grid-template-rows: auto auto; justify-content: center; column-gap: 10px; text-align: left; }
.hero-metrics > span + span { padding-left: 18px; border-left: 1px solid rgba(255,255,255,.14); }
.hero-metrics .icon { width: 21px; height: 21px; grid-row: 1 / 3; color: var(--gold); stroke-width: 1.75; }
.hero-metrics strong { font-size: 11px; line-height: 1.3; }
.hero-metrics small { color: rgba(255,255,255,.5); font-size: 9px; line-height: 1.5; }
.scroll-cue { position: absolute; z-index: 3; bottom: 23px; left: 50%; display: flex; flex-direction: column; align-items: center; color: rgba(255, 255, 255, 0.75); font-size: 10px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; transform: translateX(-50%); }
.scroll-cue .icon { animation: bob 1.8s ease-in-out infinite; }
@keyframes bob { 50% { transform: translateY(5px); } }

.marquee { overflow: hidden; background: var(--navy); color: #fff; }
.marquee-track { display: flex; width: max-content; animation: marquee 31s linear infinite; }
.marquee-track > div { display: flex; flex: 0 0 auto; }
.marquee-item { display: inline-flex; height: 60px; padding-inline: 30px; align-items: center; gap: 12px; color: rgba(255, 255, 255, 0.88); font-size: 12px; font-weight: 720; letter-spacing: 0.08em; text-transform: uppercase; white-space: nowrap; }
.marquee-item .icon { width: 20px; height: 20px; color: var(--gold); stroke-width: 1.65; }
@keyframes marquee { to { transform: translateX(-50%); } }
.trust-bar { border-bottom: 1px solid var(--line); background: var(--paper); }
.trust-bar .shell { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-bar span { display: flex; min-height: 76px; align-items: center; justify-content: center; gap: 9px; border-right: 1px solid var(--line); color: var(--muted); font-size: 12px; font-weight: 700; text-align: center; }
.trust-bar span:first-child { border-left: 1px solid var(--line); }
.trust-bar .icon { color: var(--gold-strong); }

.section { padding-block: 106px; }
.section-soft { background: radial-gradient(circle at 10% 12%, color-mix(in srgb, var(--aqua-soft) 72%, transparent), transparent 34%), var(--soft); }
.section-dark { background: var(--navy); color: #fff; }
.section-heading { max-width: 720px; margin-bottom: 48px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.section-heading-row .section-heading { margin-bottom: 0; }
.eyebrow { margin: 0 0 13px; color: var(--gold-strong); font-size: 11px; font-weight: 800; letter-spacing: 0.18em; line-height: 1.4; text-transform: uppercase; }
.section h2, .section-heading h2, .split-copy h2, .contact-panel h2, .appointment-layout h2 { margin: 0; font-size: clamp(32px, 4vw, 54px); font-weight: 740; letter-spacing: -0.055em; line-height: 1.07; text-wrap: balance; }
.section-heading > p:last-child, .split-copy > p, .contact-panel > p, .appointment-layout > div > p { margin: 20px 0 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.section-dark .section-heading > p:last-child, .section-dark .split-copy > p { color: rgba(255, 255, 255, 0.68); }
.travel-catalog-section { border-top: 1px solid var(--line); }
.travel-embed-tabs { width: 100%; }
.travel-embed-tablist { display: flex; width: max-content; max-width: 100%; margin: 0 auto 24px; padding: 6px; gap: 6px; overflow-x: auto; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); box-shadow: 0 12px 32px rgba(10, 24, 45, 0.08); }
.travel-embed-tab { min-height: 44px; padding: 0 24px; border: 0; border-radius: 999px; background: transparent; color: var(--muted); cursor: pointer; font: inherit; font-size: 13px; font-weight: 780; white-space: nowrap; transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease; }
.travel-embed-tab:hover { color: var(--ink); }
.travel-embed-tab[aria-selected="true"] { background: var(--navy); color: #fff; box-shadow: 0 8px 22px rgba(7, 16, 31, 0.22); }
.travel-embed-tab:focus-visible { outline: 3px solid color-mix(in srgb, var(--gold) 70%, transparent); outline-offset: 2px; }
.travel-embed-frame { width: 100%; height: 900px; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: 0 24px 70px rgba(10, 24, 45, 0.12); color-scheme: light; }
.travel-embed-frame[hidden] { display: none; }
.travel-embed-frame iframe { display: block; width: 100%; height: 100%; border: 0; background: #fff; }
.text-link { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 8px; color: var(--ink); font-size: 13px; font-weight: 750; }
.text-link .icon, .card-link .icon, .service-card em .icon, .guide-card a .icon, .package-card a .icon { width: 16px; height: 16px; transition: transform 180ms ease; }
.text-link:hover .icon, .experience-card:hover .card-link .icon, .service-card:hover em .icon, .guide-card a:hover .icon, .package-card a:hover .icon { transform: translateX(4px); }

.experience-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; }
.experience-card { position: relative; min-height: 470px; grid-column: span 4; overflow: hidden; border-radius: var(--radius); background: var(--navy); color: #fff; box-shadow: var(--shadow-sm); }
.experience-card:nth-child(1), .experience-card:nth-child(2) { min-height: 535px; grid-column: span 6; }
.experience-card img, .experience-card .card-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.experience-card img { object-fit: cover; transition: transform 700ms cubic-bezier(.2,.7,.2,1); }
.experience-card .card-shade { background: linear-gradient(180deg, rgba(6, 14, 28, 0.05) 20%, rgba(6, 14, 28, 0.88) 92%); }
.experience-copy { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: flex; padding: 32px; flex-direction: column; align-items: flex-start; }
.experience-icon { display: grid; width: 46px; height: 46px; margin-bottom: 18px; place-items: center; border: 1px solid rgba(255, 255, 255, 0.35); border-radius: 14px; background: rgba(8, 19, 40, 0.38); color: var(--gold-pale); box-shadow: inset 0 1px 0 rgba(255,255,255,.12); backdrop-filter: blur(8px); }
.experience-icon .icon { width: 22px; height: 22px; }
.experience-copy small { color: var(--gold-pale); font-size: 10px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.experience-copy strong { margin-top: 4px; font-size: clamp(23px, 2.4vw, 34px); letter-spacing: -0.04em; line-height: 1.15; }
.experience-copy em { max-width: 520px; margin-top: 10px; color: rgba(255, 255, 255, 0.72); font-size: 13px; font-style: normal; }
.card-link { display: inline-flex; margin-top: 18px; align-items: center; gap: 7px; color: #fff; font-size: 12px; font-weight: 750; }
.experience-card:hover img { transform: scale(1.055); }

.destination-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.destination-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--paper); box-shadow: 0 8px 30px rgba(8, 20, 42, 0.04); transition: transform 220ms ease, box-shadow 220ms ease; }
.destination-card:hover { box-shadow: var(--shadow-sm); transform: translateY(-5px); }
.destination-card > img { width: 100%; aspect-ratio: 1 / 0.76; object-fit: cover; }
.destination-body { padding: 23px; }
.destination-body > span, .guide-card div > span { color: var(--gold-strong); font-size: 10px; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.destination-body h3, .guide-card h3 { margin: 7px 0 8px; font-size: 20px; letter-spacing: -0.035em; line-height: 1.25; }
.destination-body p, .guide-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.destination-body a, .guide-card a { display: inline-flex; margin-top: 17px; align-items: center; gap: 7px; color: var(--ink); font-size: 12px; font-weight: 750; }
.destination-body a .icon { width: 15px; }
.section-action { margin-top: 38px; text-align: center; }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 275px; padding: 29px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--paper); transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease; }
.service-card::after { position: absolute; top: 0; right: 0; width: 74px; height: 74px; border-radius: 0 0 0 100%; background: color-mix(in srgb, var(--aqua) 8%, transparent); content: ""; pointer-events: none; }
.service-card > span, .package-card > span { display: grid; width: 52px; height: 52px; margin-bottom: 28px; place-items: center; border: 1px solid color-mix(in srgb, var(--gold) 34%, var(--line)); border-radius: 15px; background: linear-gradient(145deg, color-mix(in srgb, var(--gold) 18%, var(--paper)), color-mix(in srgb, var(--aqua) 9%, var(--paper))); color: var(--gold-strong); box-shadow: 0 8px 22px rgba(8, 20, 42, .07); }
.service-card > span .icon, .package-card > span .icon { width: 24px; height: 24px; }
.service-card h3, .package-card h3, .feature-row h3, .process-card h3, .values-grid h3, .reservation-points h3 { margin: 0; font-size: 18px; letter-spacing: -0.03em; line-height: 1.3; }
.service-card p, .package-card p, .feature-row p, .process-card p, .values-grid p, .reservation-points p { margin: 11px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.service-card em { display: inline-flex; margin-top: 23px; align-items: center; gap: 7px; color: var(--ink); font-size: 11px; font-style: normal; font-weight: 800; text-transform: uppercase; }
.service-card:hover { border-color: color-mix(in srgb, var(--aqua) 55%, var(--gold)); box-shadow: var(--shadow-sm); transform: translateY(-4px); }

.process-section { background: var(--navy); color: #fff; }
.process-section .section-heading > p:last-child, .section-dark .process-card p { color: rgba(255, 255, 255, 0.65); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.process-card { position: relative; min-height: 240px; padding: 38px 30px; border-top: 1px solid rgba(255, 255, 255, 0.19); border-right: 1px solid rgba(255, 255, 255, 0.13); }
.process-card:last-child { border-right: 0; }
.process-card > span { display: block; margin-bottom: 52px; color: var(--gold); font-family: Georgia, serif; font-size: 22px; font-style: italic; }
.process-card h3 { color: #fff; font-size: 20px; }
.process-grid.compact .process-card { min-height: 200px; }
.process-grid.compact .process-card > span { margin-bottom: 34px; }

.testimonials-section { overflow: hidden; background: var(--sand); }
.testimonial-wrap { position: relative; }
.testimonial-track { display: grid; grid-auto-columns: minmax(330px, 1fr); grid-auto-flow: column; gap: 20px; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.testimonial-track::-webkit-scrollbar { display: none; }
.testimonial { position: relative; min-height: 340px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); scroll-snap-align: start; }
.testimonial-top { display: flex; align-items: center; gap: 13px; }
.testimonial-top img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; }
.testimonial-top span { display: flex; flex-direction: column; }
.testimonial-top strong { font-size: 14px; }
.testimonial-top small { color: var(--muted); font-size: 11px; }
.quote-icon { position: absolute; top: 34px; right: 32px; width: 31px; height: 31px; color: color-mix(in srgb, var(--gold) 60%, transparent); }
.testimonial > p { margin: 35px 0 26px; color: var(--ink); font-family: Georgia, serif; font-size: 20px; font-style: italic; line-height: 1.65; }
.stars { display: flex; gap: 3px; color: var(--gold-strong); }
.stars .icon { width: 14px; height: 14px; fill: currentColor; stroke-width: 1; }
.carousel-button { position: absolute; z-index: 3; top: 50%; display: grid; width: 46px; height: 46px; padding: 0; place-items: center; border: 0; border-radius: 50%; background: var(--navy); color: #fff; cursor: pointer; box-shadow: var(--shadow-sm); transform: translateY(-50%); }
.carousel-button.prev { left: -23px; }
.carousel-button.prev .icon { transform: rotate(180deg); }
.carousel-button.next { right: -23px; }

.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.guide-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--paper); }
.guide-card > img { width: 100%; aspect-ratio: 1.5 / 1; object-fit: cover; }
.guide-card > div { padding: 25px; }

.cta-section { background: var(--paper); }
.cta-box { position: relative; padding: 88px 64px; overflow: hidden; border-radius: 30px; background: var(--navy); color: #fff; text-align: center; }
.cta-box > *:not(.cta-orbit) { position: relative; z-index: 2; }
.cta-box h2 { max-width: 800px; margin-inline: auto; }
.cta-box > p:not(.eyebrow) { max-width: 680px; margin: 22px auto 0; color: rgba(255, 255, 255, 0.69); }
.cta-box .button-row { justify-content: center; margin-top: 34px; }
.cta-orbit { position: absolute; border: 1px solid rgba(232, 183, 108, 0.17); border-radius: 50%; }
.cta-orbit.one { top: -210px; left: -80px; width: 500px; height: 500px; }
.cta-orbit.two { right: -140px; bottom: -240px; width: 560px; height: 560px; }

.page-hero { position: relative; min-height: 580px; display: flex; align-items: flex-end; overflow: hidden; background: var(--navy-deep); color: #fff; }
.page-hero > img, .page-hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.page-hero > img { object-fit: cover; }
.page-hero-overlay { background: linear-gradient(180deg, rgba(5, 12, 25, 0.1) 0%, rgba(5, 12, 25, 0.45) 38%, rgba(5, 12, 25, 0.92) 100%); }
.page-hero-content { position: relative; z-index: 2; padding-block: 160px 68px; }
.page-hero h1 { max-width: 970px; margin: 0; font-size: clamp(44px, 6vw, 76px); font-weight: 760; letter-spacing: -0.064em; line-height: 1.01; text-wrap: balance; }
.page-hero-content > p:not(.eyebrow) { max-width: 720px; margin: 23px 0 0; color: rgba(255, 255, 255, 0.78); font-size: 17px; line-height: 1.75; }
.page-hero .button-row { margin-top: 30px; }

.split-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); align-items: center; gap: clamp(46px, 7vw, 90px); }
.split-layout.reverse .split-media { grid-column: 2; grid-row: 1; }
.split-layout.reverse .split-copy { grid-column: 1; grid-row: 1; }
.split-media { position: relative; }
.split-media::before { position: absolute; z-index: -1; top: -18px; right: 24px; bottom: 28px; left: -18px; border: 1px solid var(--gold); border-radius: var(--radius); content: ""; }
.split-media img { width: 100%; aspect-ratio: 1.12 / 1; border-radius: var(--radius); object-fit: cover; box-shadow: var(--shadow-lg); }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 22px; margin-top: 30px; }
.check-grid span, .check-list span, .flight-checklist span { display: flex; align-items: flex-start; gap: 9px; color: var(--ink); font-size: 13px; font-weight: 650; }
.check-grid .icon, .check-list .icon, .flight-checklist .icon { margin-top: 2px; color: var(--gold-strong); }
.section-dark .check-list span { color: rgba(255, 255, 255, 0.8); }
.faq-layout { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(50px, 8vw, 100px); }
.faq-layout .section-heading { margin: 0; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { display: flex; width: 100%; min-height: 74px; padding: 18px 0; align-items: center; justify-content: space-between; gap: 30px; border: 0; background: transparent; color: var(--ink); cursor: pointer; text-align: left; }
.faq-item button span { font-size: 15px; font-weight: 700; }
.faq-item button .icon { transition: transform 200ms ease; }
.faq-item button[aria-expanded="true"] .icon { transform: rotate(180deg); }
.faq-answer { padding: 0 40px 24px 0; }
.faq-answer p { margin: 0; color: var(--muted); font-size: 14px; }
.season-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 30px; }
.season-grid span { padding: 19px; border: 1px solid var(--line); border-radius: 12px; color: var(--muted); font-size: 12px; }
.season-grid strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: 14px; }

.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.package-card { min-height: 300px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--paper); transition: border-color 180ms ease, transform 180ms ease; }
.package-card:hover { border-color: var(--gold); transform: translateY(-4px); }
.package-card a { display: inline-flex; margin-top: 25px; align-items: center; gap: 8px; font-size: 12px; font-weight: 750; }
.reservation-layout { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 70px; }
.reservation-layout .section-heading { margin: 0; }
.reservation-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.reservation-points article { padding: 25px; border: 1px solid rgba(255, 255, 255, 0.15); border-radius: var(--radius-sm); }
.reservation-points > article > .icon { width: 28px; height: 28px; margin-bottom: 36px; color: var(--gold); }
.reservation-points h3 { color: #fff; }
.reservation-points p { color: rgba(255, 255, 255, 0.64); }
.feature-row { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.feature-row article { padding: 44px; border-right: 1px solid var(--line); }
.feature-row article:last-child { border-right: 0; }
.feature-row article > .icon { width: 32px; height: 32px; margin-bottom: 42px; color: var(--gold-strong); }
.flight-checklist { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.support-card { padding: 48px; border: 1px solid rgba(255, 255, 255, 0.15); border-radius: var(--radius); background: rgba(255, 255, 255, 0.04); }
.support-card > .icon { width: 46px; height: 46px; margin-bottom: 34px; color: var(--gold); }
.support-card h3 { margin: 0; font-size: 28px; }
.support-card p { color: rgba(255, 255, 255, 0.66); }
.support-card a { display: inline-flex; margin-top: 18px; align-items: center; gap: 8px; color: var(--gold-pale); font-size: 12px; font-weight: 750; }

.appointment-layout, .contact-layout { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(48px, 8vw, 100px); align-items: start; }
.advisory-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 32px; }
.advisory-benefits span { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 12px; font-weight: 650; }
.advisory-benefits .icon { color: var(--gold-strong); }
.form-card { padding: clamp(28px, 4vw, 46px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--soft); box-shadow: var(--shadow-sm); }
.form-card label { display: grid; gap: 8px; margin-bottom: 18px; color: var(--ink); font-size: 12px; font-weight: 700; }
.form-two { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-card input, .form-card select, .form-card textarea { width: 100%; min-height: 52px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 10px; outline: none; background: var(--paper); color: var(--ink); font-size: 13px; transition: border-color 180ms ease, box-shadow 180ms ease; }
.form-card textarea { min-height: 124px; resize: vertical; }
.form-card input:focus, .form-card select:focus, .form-card textarea:focus { border-color: var(--gold-strong); box-shadow: 0 0 0 3px color-mix(in srgb, var(--gold) 18%, transparent); }
.form-note { margin: 13px 0 0; color: var(--muted); font-size: 10px; line-height: 1.6; text-align: center; }

.portrait img { width: 100%; max-height: 680px; border-radius: var(--radius); object-fit: cover; object-position: center top; box-shadow: var(--shadow-lg); }
.signature { display: flex; margin-top: 34px; padding-top: 22px; flex-direction: column; border-top: 1px solid var(--line); }
.signature strong { font-family: Georgia, serif; font-size: 22px; font-style: italic; }
.signature span { color: var(--muted); font-size: 11px; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); }
.values-grid article { min-height: 265px; padding: 32px; background: var(--paper); }
.values-grid article > span { display: block; margin-bottom: 66px; color: var(--gold-strong); font-family: Georgia, serif; font-style: italic; }

.contact-panel { position: sticky; top: calc(var(--header-height) + 30px); }
.contact-panel > a:not(.button), .contact-panel > span { display: flex; max-width: 420px; padding: 17px 0; align-items: center; gap: 14px; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 13px; font-weight: 650; }
.contact-panel > a:not(.button) > .icon, .contact-panel > span > .icon { color: var(--gold-strong); }
.contact-panel > a span, .contact-panel > span span { display: flex; flex-direction: column; }
.contact-panel small { color: var(--muted); font-size: 10px; font-weight: 650; text-transform: uppercase; }
.contact-panel .button { margin-top: 28px; }

.legal-hero { padding-block: 110px 76px; background: var(--navy); color: #fff; }
.legal-hero h1 { margin: 0; font-size: clamp(42px, 6vw, 72px); letter-spacing: -0.055em; line-height: 1.05; }
.legal-hero > div > p:last-child { max-width: 650px; color: rgba(255, 255, 255, 0.68); }
.legal-content { max-width: 820px; padding-block: 76px 110px; }
.legal-note { padding: 18px 20px; border-left: 3px solid var(--gold); background: var(--soft); color: var(--muted); font-size: 12px; }
.legal-content section { padding-block: 30px; border-bottom: 1px solid var(--line); }
.legal-content h2 { margin: 0; font-size: 22px; letter-spacing: -0.03em; }
.legal-content section p { color: var(--muted); }
.legal-update { margin-top: 40px; color: var(--muted); font-size: 12px; }

.site-footer { padding-top: 76px; background: var(--navy-deep); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 0.8fr 0.8fr 1.3fr; gap: 60px; }
.footer-intro > p { max-width: 340px; margin: 23px 0 0; color: rgba(255, 255, 255, 0.58); font-size: 13px; }
.footer-intro .footer-small { color: rgba(255, 255, 255, 0.38); font-size: 10px; }
.footer-grid h2 { margin: 4px 0 20px; color: var(--gold-pale); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; }
.footer-grid > div:not(.footer-intro) { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-grid > div:not(.footer-intro) a, .footer-grid > div:not(.footer-intro) span { display: flex; align-items: flex-start; gap: 8px; color: rgba(255, 255, 255, 0.62); font-size: 12px; }
.footer-grid a:hover { color: #fff !important; }
.footer-grid .icon { width: 16px; height: 16px; margin-top: 1px; color: var(--gold); }
.footer-bottom { display: flex; margin-top: 65px; padding-block: 24px; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.4); font-size: 10px; }
.footer-bottom > span:last-child { display: flex; gap: 18px; }
.footer-bottom a:hover { color: #fff; }
.whatsapp-fab { position: fixed; z-index: 90; right: 22px; bottom: 22px; display: grid; width: 56px; height: 56px; place-items: center; border-radius: 50%; background: #25d366; color: #fff; box-shadow: 0 12px 30px rgba(14, 78, 39, 0.28); transition: transform 180ms ease, box-shadow 180ms ease; }
.whatsapp-fab:hover { box-shadow: 0 16px 38px rgba(14, 78, 39, 0.36); transform: translateY(-3px) scale(1.02); }
.whatsapp-fab svg { width: 29px; height: 29px; fill: currentColor; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 650ms ease var(--delay, 0ms), transform 650ms cubic-bezier(.2,.7,.2,1) var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (min-width: 901px) { .testimonial-track { grid-auto-columns: calc((100% - 40px) / 3); } }

@media (max-width: 1180px) {
  .header-inner { width: min(860px, calc(100% - 40px)); gap: 18px; }
  .desktop-nav { gap: 15px; }
  .desktop-nav a { font-size: 11px; }
  .service-grid, .destination-grid { grid-template-columns: repeat(2, 1fr); }
  .reservation-layout { grid-template-columns: 1fr; }
}

@media (max-width: 1020px) {
  .desktop-nav { display: none; }
  .header-inner { width: max-content; min-width: 108px; padding-inline: 10px; justify-content: center; }
  .header-tools { margin-left: 0; }
  .menu-toggle { display: grid; }
  .experience-card, .experience-card:nth-child(1), .experience-card:nth-child(2) { min-height: 480px; grid-column: span 6; }
  .experience-card:last-child { grid-column: 4 / span 6; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-card:nth-child(2) { border-right: 0; }
  .process-card:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, 0.13); }
  .guide-grid, .package-grid { grid-template-columns: repeat(2, 1fr); }
  .split-layout, .faq-layout, .appointment-layout, .contact-layout { grid-template-columns: 1fr; }
  .split-layout.reverse .split-media, .split-layout.reverse .split-copy { grid-column: auto; grid-row: auto; }
  .split-layout.reverse .split-media { order: -1; }
  .split-media { max-width: 780px; }
  .reservation-points, .values-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-panel { position: static; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .hero { min-height: auto; }
  .hero-content { padding-block: 72px 104px; }
  .hero-story { max-width: 780px; }
}

@media (max-width: 760px) {
  :root { --header-height: 82px; }
  .site-header { padding-top: 10px; }
  .shell { width: min(100% - 32px, 1180px); }
  .header-inner { width: max-content; min-width: 104px; height: 60px; padding-inline: 10px; gap: 8px; border-radius: 21px; }
  .brand-mark { width: 36px; height: 36px; font-size: 19px; }
  .brand-name { font-size: 16px; }
  .icon-button { width: 40px; height: 40px; }
  .mobile-nav { top: calc(var(--header-height) + 1px); width: min(360px, calc(100% - 24px)); border-radius: 21px; }
  .hero-content { width: min(100% - 32px, 1180px); padding-block: 56px 104px; }
  .hero-logo-cloud { width: min(380px, 88vw); margin-bottom: 28px; }
  .hero-logo-cloud::before { filter: blur(19px); }
  .hero h1 { font-size: clamp(39px, 11.5vw, 56px); line-height: 1.01; }
  .hero-story > p { margin-top: 22px; font-size: 13px; line-height: 1.68; }
  .hero-booking { margin-top: 26px; }
  .booking-search-wrapper { height: 520px; border-radius: 20px; }
  .button-row { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .hero-metrics { grid-template-columns: 1fr; }
  .hero-metrics > span { padding: 14px 0; }
  .hero-metrics > span + span { padding-left: 0; border-top: 1px solid rgba(255,255,255,.12); border-left: 0; }
  .scroll-cue { bottom: 19px; }
  .marquee-item { height: 54px; padding-inline: 21px; font-size: 10px; }
  .trust-bar .shell { grid-template-columns: 1fr 1fr; width: 100%; }
  .trust-bar span { min-height: 66px; padding-inline: 12px; border-bottom: 1px solid var(--line); font-size: 10px; }
  .section { padding-block: 76px; }
  .section-heading { margin-bottom: 34px; }
  .section-heading-row { display: block; margin-bottom: 34px; }
  .section-heading-row .text-link { margin-top: 22px; }
  .travel-embed-tablist { width: 100%; }
  .travel-embed-tab { flex: 1; padding-inline: 14px; }
  .travel-embed-frame { height: 900px; border-radius: 20px; }
  .experience-grid, .destination-grid, .service-grid, .guide-grid, .package-grid { grid-template-columns: 1fr; }
  .experience-card, .experience-card:nth-child(1), .experience-card:nth-child(2), .experience-card:last-child { min-height: 455px; grid-column: auto; }
  .experience-copy { padding: 27px; }
  .destination-grid, .service-grid, .guide-grid { gap: 16px; }
  .service-card { min-height: 240px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { min-height: 190px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.13); }
  .process-card > span { margin-bottom: 30px; }
  .testimonial-track { grid-auto-columns: 88%; }
  .testimonial { min-height: 330px; padding: 28px; }
  .carousel-button { display: none; }
  .cta-box { padding: 66px 24px; border-radius: 22px; }
  .page-hero { min-height: 520px; }
  .page-hero-content { padding-block: 130px 50px; }
  .page-hero h1 { font-size: clamp(40px, 12vw, 58px); }
  .page-hero-content > p:not(.eyebrow) { font-size: 14px; }
  .split-layout, .faq-layout, .appointment-layout, .contact-layout { gap: 52px; }
  .split-media::before { display: none; }
  .check-grid, .season-grid, .form-two, .flight-checklist, .advisory-benefits { grid-template-columns: 1fr; }
  .reservation-points, .values-grid { grid-template-columns: 1fr; }
  .feature-row { grid-template-columns: 1fr; }
  .feature-row article { padding: 32px 8px; border-right: 0; border-bottom: 1px solid var(--line); }
  .feature-row article:last-child { border-bottom: 0; }
  .support-card { padding: 32px 26px; }
  .form-card { margin-inline: -4px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 24px; }
  .footer-intro, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .whatsapp-fab { right: 16px; bottom: 16px; width: 52px; height: 52px; }
}

@media (max-width: 420px) {
  .trust-bar span { justify-content: flex-start; text-align: left; }
  .hero h1 { font-size: 38px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > * { grid-column: auto !important; }
}

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