@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #07182b;
  --navy: #092848;
  --blue: #155ca7;
  --blue-dark: #0f4c8a;
  --mist: #f1f6fa;
  --line: #cfdae4;
  --paper: #ffffff;
  --muted: #607184;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Manrope, Arial, sans-serif; font-size: 16px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.container { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }
.eyebrow { margin: 0 0 20px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow--light { color: #b5d7f6; }
.title-xl, .title-lg, .title-md { margin: 0; letter-spacing: -.055em; line-height: 1.08; font-weight: 700; }
.title-xl { max-width: 830px; font-size: clamp(44px, 6vw, 82px); }
.title-lg { max-width: 780px; font-size: clamp(36px, 4.7vw, 62px); }
.title-md { max-width: 640px; font-size: clamp(30px, 3.7vw, 45px); }
.lede { max-width: 650px; margin: 28px 0 0; color: var(--muted); font-size: clamp(17px, 2vw, 20px); line-height: 1.7; }
.lede--light { color: #d9e7f1; }
.body-copy { max-width: 600px; color: var(--muted); }
.section { padding: 130px 0; }
.section--mist { background: var(--mist); }
.section--navy { background: var(--navy); color: #fff; }
.section--compact { padding: 92px 0; }
.rule { border: 0; border-top: 1px solid var(--line); margin: 0; }

.site-header { position: sticky; z-index: 1000; top: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(207,218,228,.75); backdrop-filter: blur(10px); }
.header-inner { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; min-width: max-content; color: var(--navy); font-size: 17px; font-weight: 800; letter-spacing: -.06em; }
.brand::before { width: 20px; height: 1px; margin-right: 10px; background: var(--blue); content: ''; }
.brand span:last-child { font-variant: small-caps; letter-spacing: .045em; }
.main-nav { display: flex; align-items: center; gap: 27px; font-size: 13px; font-weight: 700; }
.main-nav a, .nav-toggle { color: #405265; transition: color .2s ease; }
.main-nav a:hover, .main-nav a.active { color: var(--blue); }
.nav-dropdown { position: relative; }
.nav-dropdown > button { border: 0; padding: 8px 0; background: transparent; cursor: pointer; font-size: 13px; font-weight: 700; }
.nav-dropdown > button::after { content: '⌄'; margin-left: 5px; font-size: 12px; }
.dropdown-menu { position: absolute; top: 38px; left: -19px; width: 200px; display: none; padding: 9px 0; background: #fff; border: 1px solid var(--line); box-shadow: 0 9px 24px rgba(7,24,43,.08); }
.nav-dropdown:hover .dropdown-menu, .nav-dropdown:focus-within .dropdown-menu { display: block; }
.dropdown-menu a { display: block; padding: 10px 18px; font-size: 12px; }
.header-call { padding: 10px 15px; border: 1px solid var(--navy); color: var(--navy); font-size: 12px; font-weight: 800; }
.header-call:hover { background: var(--navy); color: #fff; }
.nav-toggle { display: none; padding: 8px; border: 0; background: transparent; font-size: 23px; line-height: 1; cursor: pointer; }

.hero { position: relative; min-height: 690px; display: flex; align-items: flex-end; overflow: hidden; color: #fff; background: var(--navy); }
.hero--home { background-image: linear-gradient(90deg, rgba(7,24,43,.9) 0%, rgba(7,24,43,.69) 50%, rgba(7,24,43,.2)), url('https://images.unsplash.com/photo-1512100356356-de1b84283e18?auto=format&fit=crop&w=2200&q=85'); background-position: center; background-size: cover; }
.hero--imperial { background-image: linear-gradient(90deg, rgba(7,24,43,.92), rgba(7,24,43,.4)), url('https://images.unsplash.com/photo-1566073771259-6a8506099945?auto=format&fit=crop&w=2200&q=85'); background-position: center; background-size: cover; }
.hero--travel { background-image: linear-gradient(90deg, rgba(7,24,43,.9), rgba(7,24,43,.36)), url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=2200&q=85'); background-position: center; background-size: cover; }
.hero--rev { background-image: linear-gradient(90deg, rgba(7,24,43,.94), rgba(7,24,43,.5)), url('https://images.unsplash.com/photo-1564501049412-61c2a3083791?auto=format&fit=crop&w=2200&q=85'); background-position: center; background-size: cover; }
.hero--simple { min-height: 480px; align-items: center; background: var(--navy); }
.hero-content { position: relative; padding-top: 144px; padding-bottom: 92px; }
.hero-content > * { animation: rise-in .72s cubic-bezier(.2,.65,.2,1) both; }
.hero-content > :nth-child(2) { animation-delay: .06s; }
.hero-content > :nth-child(3) { animation-delay: .13s; }
.hero-content > :nth-child(4) { animation-delay: .2s; }
.hero .lede { color: #d8e5ef; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 19px; border: 1px solid var(--blue); background: var(--blue); color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .01em; transition: background .2s ease, border-color .2s ease, color .2s ease; }
.btn:hover { border-color: var(--blue-dark); background: var(--blue-dark); transform: translateY(-1px); }
.btn--ghost { border-color: rgba(255,255,255,.7); background: transparent; color: #fff; }
.btn--ghost:hover { background: #fff; border-color: #fff; color: var(--navy); }
.btn--light { border-color: #fff; background: #fff; color: var(--navy); }
.btn--light:hover { background: #dfeefa; border-color: #dfeefa; }
.btn--outline { border-color: var(--navy); background: transparent; color: var(--navy); }
.btn--outline:hover { background: var(--navy); color: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); font-size: 12px; font-weight: 800; }
.text-link::after { content: '→'; font-size: 18px; line-height: 1; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(4px); }

.intro-split, .feature-split, .destination-grid, .contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(42px, 9vw, 150px); align-items: center; }
.intro-split > .lede { margin: 0; }
.business-list { border-top: 1px solid var(--line); }
.business-row { display: grid; grid-template-columns: 1fr 1.05fr auto; gap: 35px; align-items: center; padding: 47px 0; border-bottom: 1px solid var(--line); }
.business-no { color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.business-row h3 { margin: 4px 0 0; font-size: 25px; letter-spacing: -.04em; line-height: 1.2; }
.business-row p { margin: 0; color: var(--muted); font-size: 15px; }
.image-panel { min-height: 520px; background: #d7e1ea center / cover no-repeat; }
.image-panel--host { background-image: url('https://images.unsplash.com/photo-1571896349842-33c89424de2d?auto=format&fit=crop&w=1200&q=85'); }
.image-panel--travel { background-image: url('https://images.unsplash.com/photo-1510414842594-a61c69b5ae57?auto=format&fit=crop&w=1200&q=85'); }
.image-panel--revenue { background-image: url('https://images.unsplash.com/photo-1551882547-ff40c63fe5fa?auto=format&fit=crop&w=1200&q=85'); }
.numbers { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.number { padding: 32px 25px 34px 0; border-right: 1px solid rgba(255,255,255,.2); }
.number:not(:first-child) { padding-left: 25px; }
.number:last-child { border-right: 0; }
.number strong { display: block; color: #fff; font-size: 21px; line-height: 1.25; letter-spacing: -.03em; }
.number span { display: block; margin-top: 8px; color: #b8cad8; font-size: 12px; line-height: 1.45; }
.capabilities { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); margin-top: 65px; border-top: 1px solid var(--line); }
.capability { padding: 31px 35px 31px 0; border-bottom: 1px solid var(--line); }
.capability:nth-child(even) { padding-right: 0; padding-left: 35px; border-left: 1px solid var(--line); }
.capability h3 { margin: 0 0 8px; font-size: 18px; letter-spacing: -.035em; }
.capability p { margin: 0; color: var(--muted); font-size: 14px; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1px; margin-top: 66px; background: var(--line); border: 1px solid var(--line); }
.service { min-height: 260px; padding: 35px; background: #fff; }
.service-index { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.service h3 { margin: 52px 0 11px; font-size: 24px; letter-spacing: -.045em; line-height: 1.15; }
.service p { margin: 0; color: var(--muted); font-size: 14px; }
.quote-band { padding: 75px 0; color: #fff; background: var(--blue); }
.quote-band blockquote { max-width: 830px; margin: 0; font-size: clamp(25px, 3vw, 42px); font-weight: 600; letter-spacing: -.045em; line-height: 1.22; }
.quote-band p { margin: 20px 0 0; color: #d9ebfb; font-size: 13px; }
.page-intro { padding-bottom: 0; }
.feature-list { margin: 34px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.feature-list li { padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 15px; font-weight: 700; }
.feature-list li::before { content: '—'; margin-right: 11px; color: var(--blue); }
.destination-grid { gap: 34px; margin-top: 65px; }
.destination { min-height: 520px; display: flex; flex-direction: column; justify-content: flex-end; padding: 38px; color: #fff; background: #173958 center / cover no-repeat; }
.destination--india { background-image: linear-gradient(0deg, rgba(7,24,43,.88), rgba(7,24,43,.05)), url('https://images.unsplash.com/photo-1549366021-9f761d450615?auto=format&fit=crop&w=1200&q=85'); }
.destination--maldives { background-image: linear-gradient(0deg, rgba(7,24,43,.87), rgba(7,24,43,.04)), url('https://images.unsplash.com/photo-1514282401047-d79a71a590e8?auto=format&fit=crop&w=1200&q=85'); }
.destination--sri { background-image: linear-gradient(0deg, rgba(7,24,43,.87), rgba(7,24,43,.04)), url('https://images.unsplash.com/photo-1589308078059-be1415eab4c3?auto=format&fit=crop&w=1200&q=85'); }
.destination h3 { margin: 0; font-size: clamp(28px, 3vw, 39px); line-height: 1.1; letter-spacing: -.045em; }
.destination p { max-width: 400px; margin: 16px 0 0; color: #d9e7f1; font-size: 14px; }
.full-destination { margin-top: 34px; min-height: 410px; }
.steps { counter-reset: step; border-top: 1px solid var(--line); margin-top: 58px; }
.step { display: grid; grid-template-columns: 110px 1fr 1fr; gap: 30px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.step::before { counter-increment: step; content: '0' counter(step); color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.step h3 { margin: 0; font-size: 21px; letter-spacing: -.04em; }
.step p { margin: 0; color: var(--muted); font-size: 14px; }
.cta-panel { padding: 80px clamp(28px, 7vw, 90px); background: var(--mist); }
.cta-panel .hero-actions { margin-top: 28px; }
.address { padding: 0 0 28px; border-bottom: 1px solid var(--line); }
.address + .address { padding-top: 28px; }
.address h3 { margin: 0 0 7px; font-size: 14px; }
.address p { max-width: 400px; margin: 0; color: var(--muted); font-size: 14px; }
.contact-actions { display: grid; gap: 10px; margin-top: 36px; }
.contact-actions .btn { justify-content: flex-start; }
.legal-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 0 30px; margin-top: 45px; border-top: 1px solid var(--line); }
.legal-list div { padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.legal-list span { display: block; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.legal-list strong { font-weight: 700; }
.careers-note { padding: 70px; background: var(--mist); }
.map-frame { width: 100%; min-height: 460px; display: block; border: 0; filter: grayscale(1) contrast(.92); }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.65,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }
@keyframes rise-in { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

.site-footer { padding: 72px 0 35px; color: #e1edf5; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.1fr .8fr 1.2fr; gap: 60px; }
.footer-brand { margin: 0; color: #fff; font-size: 17px; font-weight: 800; }
.footer-description { max-width: 290px; margin: 14px 0 0; color: #9db2c2; font-size: 13px; line-height: 1.7; }
.footer-heading { margin: 0 0 17px; color: #7ea3c0; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.footer-nav { display: grid; gap: 8px; color: #d7e6f0; font-size: 13px; }
.footer-contact { color: #d7e6f0; font-size: 13px; line-height: 1.8; }
.footer-contact a:hover, .footer-nav a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 23px; border-top: 1px solid rgba(207,218,228,.18); color: #7692a6; font-size: 10px; }
.mobile-actions { display: none; }

@media (max-width: 800px) {
  .container { width: min(calc(100% - 40px), var(--max)); }
  .header-inner { height: 68px; }
  .header-call { display: none; }
  .nav-toggle { position: relative; z-index: 1002; display: block; color: var(--navy); }
  .main-nav { position: fixed; z-index: 1001; top: 68px; right: 0; bottom: auto; left: 0; height: calc(100dvh - 68px); display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 20px; overflow-y: auto; background: #fff; box-shadow: 0 16px 30px rgba(7,24,43,.14); }
  .main-nav.open { display: flex; }
  .main-nav > a, .nav-dropdown > button { display: block; width: 100%; padding: 15px 0; border-bottom: 1px solid var(--line); text-align: left; font-size: 15px; }
  .nav-dropdown > button::after { float: right; }
  .dropdown-menu { position: static; width: auto; padding: 0 0 0 16px; border: 0; box-shadow: none; }
  .nav-dropdown.open .dropdown-menu { display: block; }
  .nav-dropdown:hover .dropdown-menu { display: none; }
  .nav-dropdown.open:hover .dropdown-menu { display: block; }
  .dropdown-menu a { padding: 10px 0; font-size: 14px; }
  .hero { min-height: 620px; }
  .hero--simple { min-height: 430px; }
  .hero-content { padding: 110px 0 70px; }
  .section { padding: 86px 0; }
  .section--compact { padding: 70px 0; }
  .intro-split, .feature-split, .destination-grid, .contact-grid { grid-template-columns: 1fr; gap: 38px; }
  .business-row { grid-template-columns: 1fr; gap: 16px; padding: 35px 0; }
  .business-row h3 { margin-top: 7px; font-size: 28px; }
  .business-row p { grid-column: auto; max-width: 34rem; }
  .business-row .text-link { grid-column: auto; margin-top: 2px; }
  .image-panel { min-height: 390px; }
  .numbers { grid-template-columns: repeat(2, 1fr); }
  .number:nth-child(2) { border-right: 0; }
  .number:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.2); }
  .number:nth-child(3) { padding-left: 0; }
  .capabilities, .service-grid { grid-template-columns: 1fr; }
  .capability:nth-child(even) { padding-left: 0; border-left: 0; }
  .service { min-height: 220px; }
  .destination { min-height: 420px; padding: 29px; }
  .full-destination { margin-top: 24px; min-height: 370px; }
  .step { grid-template-columns: 60px 1fr; gap: 13px 16px; }
  .step p { grid-column: 2; }
  .cta-panel, .careers-note { padding: 43px 30px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { display: block; }
  .footer-bottom span + span { display: block; margin-top: 6px; }
  .mobile-actions { display: none; }
  .mobile-actions a { display: grid; place-items: center; min-height: 53px; color: #fff; font-size: 12px; font-weight: 800; }
  .mobile-actions a + a { border-left: 1px solid #37668e; }
  .map-frame { min-height: 330px; }
}

@media (max-width: 480px) {
  .container { width: min(calc(100% - 32px), var(--max)); }
  .title-xl { font-size: 42px; }
  .title-lg { font-size: 36px; }
  .lede { font-size: 16px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .legal-list { grid-template-columns: 1fr; }
}

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