@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Libre+Caslon+Display&display=swap');

:root {
  --ink: #142331;
  --paper: #fbfaf7;
  --white: #fff;
  --gold: #947128;
  --muted: #59616a;
  --line: #dddcd5;
  --serif: 'Libre Caslon Display', Georgia, serif;
  --sans: 'DM Sans', Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 17px/1.75 var(--sans); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
figure { margin: 0; }
a, button, input, select, textarea, summary { outline-offset: 5px; }
:focus-visible { outline: 2px solid var(--gold); }
::selection { background: #dfcea9; color: var(--ink); }
.skip { position: absolute; top: -80px; padding: 12px 22px; background: white; z-index: 100; }
.skip:focus { top: 8px; left: 8px; }
.wrap { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.header { position: sticky; top: 0; z-index: 30; background: var(--paper); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.brand { display: inline-block; flex: 0 0 auto; }
.brand img { width: 280px; height: auto; }
.nav { display: flex; align-items: center; gap: 28px; font-size: 14px; }
.nav > a { padding: 7px 0; border-bottom: 1px solid transparent; transition: border-color .2s; }
.nav > a:hover, .nav > a[aria-current=page] { border-bottom-color: var(--gold); }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 13px 25px; background: var(--ink); color: white; border: 1px solid var(--ink); font-size: 14px; font-weight: 500; line-height: 1.5; letter-spacing: .2px; transition: background .2s, color .2s; }
.nav .button { padding: 12px 21px; border: 1px solid var(--ink); }
.button:hover { background: #2c4354; color: white; }
.button.light { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.button.light:hover { background: #e5d7ba; border-color: #e5d7ba; }
.button.line { background: transparent; color: var(--ink); border-color: #abb2b7; }
.button.line:hover { background: #eeede8; }
.button:disabled { opacity: .65; cursor: wait; }
.menu-toggle { display: none; align-items: center; gap: 12px; padding: 10px 0 10px 14px; border: 0; background: transparent; color: var(--ink); font-size: 14px; min-height: 44px; }
.menu-lines { width: 21px; height: 10px; border-block: 1px solid currentColor; }
.eyebrow { text-transform: uppercase; letter-spacing: 2.3px; font-size: 12px; font-weight: 500; color: var(--gold); margin: 0 0 23px; line-height: 1.6; }
.hero { position: relative; min-height: 670px; min-height: min(78svh, 850px); display: grid; align-items: center; background: #1e3b48; color: white; isolation: isolate; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: -2; }
.hero::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(6,23,34,.83) 0%, rgba(6,23,34,.6) 35%, rgba(6,23,34,.06) 80%); }
.hero .wrap { padding-block: 74px 90px; }
.hero .eyebrow { color: #ecdbb7; }
.hero h1 { font: 400 clamp(64px,6.5vw,101px)/.99 var(--serif); margin: 0 0 29px; max-width: 730px; letter-spacing: -1.2px; }
.hero h1 em { font-style: italic; }
.hero p:not(.eyebrow) { max-width: 450px; font-size: 17px; color: #f3f3ef; margin: 0 0 32px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.hero-secondary { font-size: 14px; border-bottom: 1px solid #d5c49f; padding: 7px 0; }
.hero-credit { position: absolute; bottom: 24px; right: 40px; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; text-shadow: 0 1px 6px #142331; }
h2, .intro h2 { font: 400 clamp(39px,3.8vw,59px)/1.07 var(--serif); margin: 0 0 25px; letter-spacing: -.5px; text-wrap: balance; }
.intro { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding-block: 110px; }
.intro p:not(.eyebrow) { margin: 0 0 22px; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; min-height: 40px; padding: 6px 0; font-size: 14px; border-bottom: 1px solid var(--gold); }
.text-link span { padding-left: 20px; transition: transform .2s; }
.text-link:hover span { transform: translate(3px, -3px); }
.section { padding-block: 100px; }
.section-top { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 52px; }
.section-top h2 { margin: 0; }
.section-top > p { max-width: 340px; color: var(--muted); margin: 0; }
.alt { background: #f0efe9; }
.travel-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 44px; }
.travel-card { border-top: 1px solid #a5a8a5; padding-top: 24px; display: flex; align-items: flex-start; flex-direction: column; }
.card-num { font-size: 12px; letter-spacing: 2px; color: var(--gold); }
.travel-card h3 { font: 38px/1.12 var(--serif); margin: 28px 0 18px; }
.travel-card p { font-size: 16px; color: var(--muted); margin: 0 0 26px; }
.travel-card .text-link { margin-top: auto; }
.steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 55px; margin-top: 50px; }
.step { border-top: 1px solid #c4c5be; padding-top: 22px; }
.step h3 { font: 31px/1.15 var(--serif); margin: 20px 0 17px; }
.step p { font-size: 16px; color: var(--muted); margin: 0; }
.number { font: 22px var(--serif); color: var(--gold); }
.about-strip { display: grid; grid-template-columns: .8fr 1fr; align-items: center; gap: 120px; }
.about-logo { width: 100%; max-width: 350px; height: auto; margin-inline: auto; }
.about-strip p:not(.eyebrow) { color: var(--muted); }
.cta { background: var(--ink); text-align: center; color: white; padding: 86px 24px; }
.cta .eyebrow { color: #ddc590; }
.cta h2 { font-size: clamp(42px,4vw,62px); }
.cta p:not(.eyebrow) { color: #d6dce0; max-width: 565px; margin: 0 auto 30px; }
.footer { padding: 68px 0 26px; }
.footer-top { display: grid; grid-template-columns: 1.25fr .65fr 1fr; gap: 55px; }
.footer .brand img { width: 285px; }
.footer-tagline { font: italic 24px/1.5 var(--serif); color: var(--muted); margin-top: 20px; }
.footer-contact, .footer-pages { font-size: 14px; line-height: 2; }
.footer-contact a, .footer-contact span, .footer-pages a { display: block; }
.footer a:hover { color: var(--gold); }
.footer-label { font-size: 12px; text-transform: uppercase; letter-spacing: 1.7px; color: var(--gold); margin: 0 0 13px; }
.footer-bottom { margin-top: 42px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 24px; font-size: 12px; color: var(--muted); }
.footer-links { display: flex; gap: 22px; flex-wrap: wrap; }
.page-intro { padding: 86px 0 72px; border-bottom: 1px solid var(--line); }
.page-intro h1 { font: 400 clamp(54px,5.7vw,87px)/1.03 var(--serif); max-width: 1000px; margin: 0 0 27px; letter-spacing: -.8px; text-wrap: balance; }
.page-intro .lead { max-width: 705px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.two-col { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 90px; }
.prose p { color: var(--muted); }
.prose p:first-child { margin-top: 0; }
.prose h2 { font-size: 46px; }
.prose h3 { font: 29px/1.2 var(--serif); margin: 30px 0 12px; }
.prose ul { padding-left: 22px; color: var(--muted); }
.prose li { margin-bottom: 9px; }
.quote { border-left: 2px solid var(--gold); padding: 12px 0 12px 25px; font: italic 33px/1.3 var(--serif); margin: 35px 0; }
.detail-list { border-top: 1px solid var(--line); }
.detail-item { padding: 29px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 45px 1fr; gap: 15px; }
.detail-item h3 { font: 31px/1.15 var(--serif); margin: 0 0 13px; }
.detail-item p { margin: 0; color: var(--muted); font-size: 16px; }
.destination-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 15px 80px; }
.destination { border-top: 1px solid var(--line); padding: 32px 0; }
.destination h2 { font-size: 43px; }
.destination p { color: var(--muted); margin-bottom: 22px; }
.destination small { display: block; text-transform: uppercase; font-size: 12px; letter-spacing: 1.5px; color: var(--gold); margin-bottom: 16px; }
.cruise-logo-scroll { max-width: 100%; overflow-x: auto; overscroll-behavior-x: contain; margin: 28px 0 12px; padding: 8px 6px 14px; scrollbar-width: thin; scrollbar-color: var(--gold) transparent; }
.cruise-logos { display: flex; flex-wrap: nowrap; align-items: center; gap: 10px; list-style: none; margin: 0; padding: 0; width: max-content; }
.cruise-logos > li { flex: 0 0 auto; }
.cruise-logo { display: flex; align-items: center; justify-content: center; width: var(--logo-width); height: 88px; padding: 10px; background: transparent; }
.cruise-logo img { width: auto; height: auto; max-width: 100%; max-height: 64px; object-fit: contain; }
.cruise-logo-contrast img { filter: brightness(0); }
.cruise-logo-link { position: relative; }
.cruise-logo-link:hover img { opacity: .75; }
.cruise-logo-link::after { content: '↗'; position: absolute; right: 5px; top: 0; color: var(--gold); font-size: 13px; }
.cruise-logo-action { display: none; }
.cruise-booking-note { margin-top: 0; }
.fine { font-size: 14px; color: var(--muted); max-width: 660px; }
.contact-layout { grid-template-columns: minmax(0,1.4fr) minmax(0,1fr); }
.contact-aside { border-left: 1px solid var(--line); padding-left: 48px; }
.contact-aside h2 { font-size: 43px; }
.contact-aside > p:not(.eyebrow) { color: var(--muted); font-size: 16px; }
.form-kicker { margin: 0 0 30px; font: 32px/1.2 var(--serif); }
.form-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 24px; }
.field { position: relative; display: flex; flex-direction: column; gap: 8px; font-size: 14px; min-width: 0; }
.field.full { grid-column: 1/-1; }
.required-label { font-size: 12px; color: var(--muted); position: absolute; right: 0; top: 2px; }
.field input, .field select, .field textarea { width: 100%; background: white; border: 1px solid #a7aeae; border-radius: 0; padding: 13px 12px; color: var(--ink); font-size: 16px; min-height: 52px; min-width: 0; }
.field textarea { resize: vertical; min-height: 145px; }
.field input::placeholder, .field textarea::placeholder { color: #737a80; }
.form-note { font-size: 14px; color: var(--muted); margin: 23px 0; }
.form-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 23px; }
.form-status { margin-top: 20px; font-size: 15px; }
.form-status:empty { display: none; }
.email-preview { margin-top: 30px; padding-top: 28px; border-top: 1px solid var(--line); }
.email-preview textarea { width: 100%; min-height: 300px; font: 14px/1.7 var(--sans); }
.draft-title { font-size: 32px; }
details { border-bottom: 1px solid var(--line); padding: 19px 0; }
summary { cursor: pointer; font-size: 15px; line-height: 1.65; list-style-position: outside; margin-left: 20px; padding-right: 8px; }
details p { font-size: 15px; color: var(--muted); }
.contact-details { margin-top: 30px; }
.contact-details a { overflow-wrap: anywhere; display: block; font-size: 15px; }
.contact-details p { font-size: 15px; }
.editorial-photo { position: relative; min-width: 0; }
.editorial-photo img { width: 100%; height: auto; }
.editorial-photo figcaption { padding-top: 12px; font-size: 12px; color: var(--muted); }
.about-profile { align-items: start; }
.advisor-portrait { margin: 0; }
.advisor-portrait img { display: block; width: 100%; height: auto; border-bottom: 3px solid var(--gold); }
.advisor-details { margin-top: 26px; }
.photo-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 42px 36px; }
[hidden] { display: none !important; }

@media (max-width: 1150px) {
  .wrap { width: calc(100% - 72px); }
  .brand img { width: 235px; }
  .nav { gap: 20px; }
  .header-inner { gap: 25px; }
  .intro, .about-strip { gap: 65px; }
  .two-col { gap: 55px; }
  .contact-aside { padding-left: 32px; }
  .travel-grid { gap: 30px; }
  .footer-top { gap: 38px; }
  .footer .brand img { width: 240px; }
}
@media (max-width: 980px) {
  .header-inner { min-height: 92px; position: relative; }
  .brand img { width: 245px; }
  .menu-toggle { display: flex; }
  .nav { display: none; position: absolute; top: 100%; left: -36px; right: -36px; background: var(--paper); padding: 24px 36px 30px; flex-direction: column; align-items: stretch; gap: 14px; border-bottom: 1px solid var(--line); box-shadow: 0 10px 15px #1423310a; }
  .nav.open { display: flex; }
  .nav > a { font-size: 16px; }
  .nav .button { margin-top: 8px; align-self: flex-start; }
  .section, .intro { padding-block: 75px; }
  .hero { min-height: 640px; }
  .hero h1 { font-size: 83px; }
  .hero::after { background: linear-gradient(90deg,rgba(6,23,34,.84),rgba(6,23,34,.25)); }
  .travel-grid { gap: 25px; }
  .travel-card h3 { font-size: 34px; }
  .section-top > p { max-width: 280px; }
  .steps { gap: 30px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-pages { display: none; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-aside { border-left: 0; border-top: 1px solid var(--line); padding: 45px 0 0; }
}
@media (max-width: 680px) {
  body { font-size: 16px; }
  .wrap { width: calc(100% - 40px); }
  .header-inner { min-height: 84px; gap: 16px; }
  .brand img { width: 220px; }
  .nav { left: -20px; right: -20px; padding: 24px 20px 30px; }
  .hero { min-height: 615px; }
  .hero > img { object-position: 58% center; }
  .hero .wrap { padding-block: 65px 80px; }
  .hero h1 { font-size: clamp(58px,14vw,77px); letter-spacing: -.6px; }
  .hero p:not(.eyebrow) { font-size: 16px; max-width: 335px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .hero-credit { right: 20px; bottom: 18px; font-size: 10px; letter-spacing: 1px; }
  .eyebrow { font-size: 11px; letter-spacing: 1.8px; margin-bottom: 19px; }
  .intro, .two-col, .about-strip, .travel-grid, .steps, .destination-grid, .photo-grid { grid-template-columns: 1fr; }
  .intro { gap: 10px; }
  .section, .intro { padding-block: 60px; }
  h2, .intro h2 { font-size: 43px; }
  .section-top { display: block; margin-bottom: 35px; }
  .section-top > p { margin-top: 23px; max-width: none; }
  .travel-grid { gap: 35px; }
  .travel-card { padding-top: 20px; }
  .travel-card h3 { font-size: 36px; margin-top: 19px; }
  .travel-card p { margin-bottom: 18px; }
  .about-strip { gap: 32px; }
  .about-logo { max-width: 220px; }
  .steps { margin-top: 32px; gap: 32px; }
  .step h3 { font-size: 31px; }
  .cta { padding: 66px 22px; }
  .cta h2 { font-size: 45px; }
  .footer { padding-top: 48px; }
  .footer-top { grid-template-columns: 1fr; gap: 24px; }
  .footer .brand img { width: 260px; }
  .footer-tagline { font-size: 23px; margin: 16px 0 0; }
  .footer-bottom { flex-direction: column; gap: 14px; }
  .page-intro { padding-block: 60px 48px; }
  .page-intro h1 { font-size: clamp(48px,11.2vw,65px); }
  .page-intro .lead { font-size: 17px; }
  .two-col { gap: 42px; }
  .prose h2 { font-size: 41px; }
  .destination h2 { font-size: 40px; }
  .destination { padding-block: 25px; }
  .cruise-logo-scroll { overflow: visible; margin-top: 28px; padding: 0; }
  .cruise-logos { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); align-items: stretch; gap: 22px 16px; width: 100%; }
  .cruise-logos > li { display: flex; justify-content: center; min-width: 0; }
  .cruise-logos > li:last-child { grid-column: 1 / -1; width: calc(50% - 8px); justify-self: center; }
  .cruise-logo { width: 100%; height: 104px; padding: 8px 10px; }
  .cruise-logo img { max-height: 72px; }
  .cruise-logo-link { flex-direction: column; gap: 7px; }
  .cruise-logo-link img { max-height: 60px; }
  .cruise-logo-link::after { display: none; }
  .cruise-logo-action { display: block; color: var(--gold); font-size: 12px; font-weight: 600; line-height: 1.2; letter-spacing: 1px; text-transform: uppercase; }
  .form-grid { grid-template-columns: 1fr; gap: 21px; }
  .field.full { grid-column: auto; }
  .inquiry-form > .button { width: 100%; }
  .contact-aside { padding-top: 38px; }
}
@media (max-width: 360px) {
  .brand img { width: 188px; }
  .menu-toggle { gap: 7px; }
  .hero h1 { font-size: 55px; }
  .hero-credit { font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

.inquiry-card { align-self: start; padding: 40px; border: 1px solid var(--line); background: white; }
.inquiry-card h2 { font-size: clamp(38px, 3.4vw, 52px); }
.inquiry-card > p:not(.eyebrow) { color: var(--muted); }
.inquiry-prompts { padding-left: 20px; margin: 24px 0 30px; color: var(--muted); font-size: 16px; }
.inquiry-prompts li { margin-bottom: 10px; padding-left: 5px; }
.inquiry-note { font-size: 13px; margin: 15px 0 0; }
.inquiry-contact { border-top: 1px solid var(--line); padding-top: 24px; margin-top: 30px; font-size: 14px; }
.inquiry-contact a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 680px) { .inquiry-card { padding: 28px 22px; } .inquiry-card .button { width: 100%; } }

.inline-link { text-decoration: underline; text-underline-offset: 3px; color: var(--ink); }
.fee-introduction { align-items: start; }
.fee-summary { padding: 42px; background: var(--ink); color: white; }
.fee-summary .eyebrow { color: #ddc590; }
.fee-summary h2 { font-size: clamp(40px,3.8vw,57px); }
.fee-summary > p:not(.eyebrow) { color: #d6dce0; }
.fee-summary .text-link { margin-top: 6px; border-bottom-color: #ddc590; }
.fee-services { border-top: 1px solid #c4c5be; }
.fee-service { display: grid; grid-template-columns: 50px minmax(200px,.9fr) minmax(0,1.3fr); gap: 30px; align-items: start; padding: 32px 0; border-bottom: 1px solid #c4c5be; }
.fee-service h3 { font: 34px/1.15 var(--serif); margin: 0; }
.fee-service p { color: var(--muted); margin: 0; font-size: 16px; }
.fee-service .number { padding-top: 5px; }
.fee-questions details:first-child { border-top: 1px solid var(--line); }
@media (max-width: 980px) { .fee-summary { padding: 30px; } .fee-service { grid-template-columns: 35px minmax(190px,.9fr) minmax(0,1.2fr); gap: 22px; } }
@media (max-width: 680px) { .fee-summary { padding: 32px 25px; } .fee-service { grid-template-columns: 30px minmax(0,1fr); gap: 12px 18px; padding: 27px 0; } .fee-service h3 { font-size: 32px; } .fee-service p { grid-column: 2; } }
