:root {
  --ink: #071b27;
  --navy: #0b2638;
  --teal: #00e5d1;
  --cyan: #aaf8f1;
  --coral: #ff5a5f;
  --sand: #fffaf0;
  --white: #ffffff;
  --line: rgba(7, 27, 39, .18);
  --shadow: 0 24px 70px rgba(7, 27, 39, .18);
  --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--sand); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; transform: translateY(-150%); background: var(--white); padding: 10px 16px; font-weight: 800; }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid var(--line); background: rgba(255,250,240,.92); backdrop-filter: blur(16px); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; width: max-content; color: var(--ink); text-decoration: none; line-height: .9; letter-spacing: -.04em; }
.brand-tci { grid-row: 1 / 3; display: grid; place-items: center; margin-right: 10px; padding: 7px 8px 5px; color: var(--ink); background: var(--teal); font-size: 1.35rem; font-weight: 950; letter-spacing: -.08em; transform: rotate(-3deg); }
.brand-name { font-size: 1.22rem; font-weight: 950; }
.brand-name i { color: var(--coral); font-style: normal; }
.brand small { margin-top: 7px; font-size: .62rem; font-weight: 850; letter-spacing: .24em; }
.site-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 32px); }
.site-nav a { position: relative; text-decoration: none; font-size: .87rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.site-nav > a:not(.nav-book)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 2px; background: var(--coral); transition: right .2s ease; }
.site-nav > a:hover::after { right: 0; }
.nav-book { padding: 11px 18px; color: var(--white); background: var(--ink); }
.menu-toggle { display: none; width: 46px; height: 44px; padding: 10px; border: 1px solid var(--ink); background: transparent; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

.eyebrow { margin: 0 0 16px; font-size: .76rem; font-weight: 900; letter-spacing: .18em; line-height: 1.3; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: .98; letter-spacing: -.055em; }
h1 { margin-bottom: 26px; font-size: clamp(3.4rem, 7.5vw, 7rem); font-weight: 950; }
h1 span { color: transparent; -webkit-text-stroke: 1.5px var(--ink); }
h2 { margin-bottom: 24px; font-size: clamp(2.3rem, 4.7vw, 4.6rem); font-weight: 920; }
h3 { margin-bottom: 12px; font-size: 1.45rem; font-weight: 900; }
.lede { max-width: 670px; font-size: clamp(1.05rem, 1.8vw, 1.32rem); line-height: 1.55; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px; padding: 13px 22px; border: 0; border-radius: 0; text-decoration: none; font-weight: 900; letter-spacing: .02em; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-3px); box-shadow: 8px 8px 0 rgba(7,27,39,.16); }
.button-dark { color: var(--white); background: var(--ink); }
.button-light { color: var(--ink); background: var(--white); }
.button-coral { color: var(--ink); background: var(--coral); }
.text-link { display: inline-flex; gap: 8px; align-items: center; font-weight: 900; text-decoration-thickness: 2px; text-underline-offset: 5px; }

.hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); min-height: calc(100vh - 86px); align-items: center; gap: clamp(36px, 6vw, 92px); padding-block: 66px 72px; }
.hero-copy { position: relative; z-index: 2; }
.hero .lede { max-width: 600px; }
.hero-visual { position: relative; padding: 22px 22px 60px; background: var(--teal); transform: rotate(1.2deg); box-shadow: var(--shadow); }
.hero-photo { display: block; overflow: hidden; background: #46e1dc; }
.hero-photo img { aspect-ratio: 1 / 1.12; object-fit: cover; transform: scale(1.04); }
.photo-tag { position: absolute; right: 22px; bottom: 18px; display: flex; gap: 18px; font-size: .72rem; font-weight: 850; letter-spacing: .12em; }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 680px; margin: 52px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.hero-facts li { padding: 16px 18px 0 0; }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { font-size: 1.05rem; }
.hero-facts span { font-size: .78rem; line-height: 1.3; }
.ticker { overflow: hidden; padding: 14px 0; color: var(--ink); background: var(--teal); font-size: clamp(1rem, 2.3vw, 1.8rem); font-weight: 950; letter-spacing: -.02em; text-transform: uppercase; white-space: nowrap; }
.ticker div { width: max-content; animation: ticker 24s linear infinite; }
.ticker span { margin: 0 20px; color: var(--coral); }
@keyframes ticker { to { transform: translateX(-35%); } }

.section { padding-block: clamp(74px, 10vw, 132px); }
.split-intro { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(40px, 8vw, 110px); align-items: start; }
.split-intro p { font-size: 1.1rem; }
.image-pair { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 560px; }
.image-card { display: block; height: 100%; overflow: hidden; background: var(--cyan); }
.image-card img { width: 100%; height: 100%; object-fit: cover; }
.feature-panel { display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(36px, 6vw, 72px); color: var(--white); background: var(--ink); }
.index { display: block; margin-bottom: auto; font-size: 4rem; font-weight: 950; color: var(--teal); letter-spacing: -.08em; }
.feature-panel h2 { font-size: clamp(2.4rem, 4vw, 4rem); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.steps-grid article { padding: 28px 34px 0 0; }
.steps-grid article + article { padding-left: 34px; border-left: 1px solid var(--line); }
.steps-grid span, .values-grid span { display: block; margin-bottom: 60px; color: var(--coral); font-size: .8rem; font-weight: 900; }
.social-proof { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; border-top: 1px solid var(--line); }
.profile-card { display: grid; grid-template-columns: 58px 1fr auto; gap: 18px; align-items: center; padding: 28px; color: var(--white); background: var(--navy); }
.profile-card p { margin: 6px 0 0; color: rgba(255,255,255,.72); font-size: .9rem; }
.profile-card > a { font-size: 1.6rem; text-decoration: none; }
.profile-mark { display: grid; width: 58px; aspect-ratio: 1; place-items: center; border-radius: 50%; color: var(--ink); background: var(--teal); font-weight: 950; }
.cta-block { display: flex; align-items: center; justify-content: space-between; gap: 42px; margin-block: 0 110px; padding: clamp(36px, 6vw, 72px); color: var(--white); background: var(--navy); }
.cta-block h2 { max-width: 780px; margin-bottom: 0; }
.cta-block p:not(.eyebrow) { max-width: 660px; margin: 20px 0 0; color: rgba(255,255,255,.72); }

.breadcrumbs { display: flex; gap: 9px; padding-top: 24px; font-size: .82rem; }
.breadcrumbs a { font-weight: 850; }
.page-hero { display: grid; grid-template-columns: 1fr .82fr; gap: clamp(42px, 8vw, 110px); align-items: center; padding-block: 64px 90px; }
.page-hero h1 { font-size: clamp(3.4rem, 7vw, 6.8rem); }
.page-hero-photo { display: block; padding: 16px 16px 46px; background: var(--teal); transform: rotate(-1.5deg); box-shadow: var(--shadow); }
.page-hero-photo img { aspect-ratio: 4 / 5; object-fit: cover; }
.fact-strip { display: grid; grid-template-columns: repeat(4, 1fr); border: solid var(--ink); border-width: 1px 0; }
.fact-strip div { padding: 26px 22px; }
.fact-strip div + div { border-left: 1px solid var(--ink); }
.fact-strip span, .fact-strip strong { display: block; }
.fact-strip span { margin-bottom: 6px; font-size: .72rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.check-list li { padding: 20px 12px 20px 36px; border-bottom: 1px solid var(--line); font-weight: 850; }
.check-list li::before { content: "✦"; margin-left: -28px; margin-right: 12px; color: var(--coral); }
.dark-section { color: var(--white); background: var(--ink); }
.eyebrow-light { color: var(--teal); }
.itinerary-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 90px; align-items: center; }
.itinerary-grid > div:first-child p:last-child { max-width: 650px; color: rgba(255,255,255,.72); }
.map-card { position: relative; padding: 44px; border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.06); }
.map-card strong { font-size: 1.3rem; }
.map-card p { margin: 22px 0; }
.map-card small { color: rgba(255,255,255,.64); }
.map-pin { display: grid; width: 52px; height: 52px; margin-bottom: 44px; place-items: center; border-radius: 50%; color: var(--coral); background: var(--white); }
.safety-grid { display: grid; grid-template-columns: .9fr 1fr; gap: 80px; align-items: center; }
.safety-grid .image-card img { min-height: 520px; }
.plain-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.plain-list li { padding: 15px 0 15px 30px; border-bottom: 1px solid var(--line); }
.plain-list li::before { content: "—"; margin-left: -30px; margin-right: 12px; color: var(--coral); font-weight: 900; }

.page-title { padding-block: clamp(64px, 9vw, 118px) 68px; }
.page-title h1 { max-width: 1040px; }
.page-title .lede { max-width: 720px; }
.page-title.narrow { max-width: 1000px; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 28px; align-items: start; }
.gallery-item { margin: 0; }
.gallery-item picture { display: block; overflow: hidden; background: var(--cyan); }
.gallery-item img { aspect-ratio: 3 / 2; object-fit: cover; transition: transform .45s ease; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item figcaption { padding-top: 12px; font-size: .84rem; font-weight: 750; }
.gallery-item-1 { grid-column: 1 / 8; }
.gallery-item-2 { grid-column: 9 / 13; margin-top: 110px; }
.gallery-item-3 { grid-column: 2 / 6; margin-top: 34px; }
.gallery-item-4 { grid-column: 7 / 13; margin-top: 90px; }
.gallery-item-5 { grid-column: 3 / 11; margin-top: 60px; }
.source-note { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; border-top: 1px solid var(--line); }
.source-note .index { margin-bottom: 24px; }
.source-note p { font-size: 1.1rem; }
.values-band { padding-block: 80px; color: var(--white); background: var(--navy); }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.values-grid article { padding: 12px 38px; }
.values-grid article + article { border-left: 1px solid rgba(255,255,255,.22); }
.values-grid p { color: rgba(255,255,255,.7); }
.values-grid span { margin-bottom: 48px; }
.follow-panel { display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.follow-panel p { max-width: 620px; }

.faq-layout { display: grid; grid-template-columns: 1fr 380px; gap: 70px; align-items: start; padding-bottom: 120px; }
.faq-list { border-top: 1px solid var(--ink); }
details { border-bottom: 1px solid var(--ink); }
summary { display: flex; justify-content: space-between; gap: 24px; padding: 25px 0; font-size: 1.2rem; font-weight: 900; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--coral); font-size: 1.5rem; transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 750px; padding: 0 46px 25px 0; }
.faq-aside { position: sticky; top: 120px; padding: 38px; color: var(--white); background: var(--navy); }
.faq-aside h2 { font-size: 2.4rem; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; padding-bottom: 120px; }
.contact-options { border-top: 1px solid var(--ink); }
.contact-card { display: grid; grid-template-columns: 34px 1fr auto; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--ink); text-decoration: none; }
.contact-card > span { color: var(--coral); font-size: .78rem; font-weight: 900; }
.contact-card strong { font-size: 1.15rem; }
.contact-card p { margin: 5px 0 0; font-size: .9rem; }
.contact-card b { font-size: 1.3rem; }
.inquiry-form { padding: clamp(30px, 5vw, 56px); background: var(--white); box-shadow: var(--shadow); }
.inquiry-form h2 { font-size: 2.6rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: grid; gap: 8px; margin-bottom: 18px; font-size: .82rem; font-weight: 850; }
input, textarea { width: 100%; border: 1px solid rgba(7,27,39,.45); border-radius: 0; padding: 13px 14px; color: var(--ink); background: var(--sand); }
textarea { resize: vertical; }
.honeypot { position: absolute; left: -9999px; }
.form-status { min-height: 48px; margin: 20px 0 0; font-size: .9rem; font-weight: 800; }
.legal-copy { max-width: 900px; padding-bottom: 120px; }
.legal-copy h2 { margin-top: 54px; font-size: 2rem; }
.legal-copy p { font-size: 1.05rem; }
.legal-date { margin-top: 50px; padding-top: 20px; border-top: 1px solid var(--line); font-size: .84rem !important; font-weight: 800; }
.error-page { min-height: 70vh; display: grid; align-content: center; padding-block: 80px; }
.error-code { margin: 0; color: var(--teal); font-size: clamp(7rem, 20vw, 16rem); font-weight: 950; letter-spacing: -.1em; line-height: .7; }
.error-page h1 { margin-top: 20px; font-size: clamp(3rem, 7vw, 6rem); }
.error-page > p:not(.error-code,.eyebrow) { max-width: 620px; }

.site-footer { color: var(--white); background: var(--ink); }
.footer-main { display: grid; grid-template-columns: 1.5fr .7fr .8fr; gap: 70px; padding-block: 78px 64px; }
.brand-footer { color: var(--white); }
.footer-main > div > p { max-width: 420px; margin-top: 26px; color: rgba(255,255,255,.64); }
.footer-main nav { display: grid; align-content: start; gap: 10px; }
.footer-main nav strong { margin-bottom: 8px; color: var(--teal); font-size: .75rem; letter-spacing: .16em; text-transform: uppercase; }
.footer-main nav a { width: max-content; color: rgba(255,255,255,.8); text-decoration: none; }
.footer-main nav a:hover { color: var(--white); text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-block: 22px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.55); font-size: .78rem; }
.mobile-cta { display: none; }

@media (max-width: 980px) {
  .site-nav { position: fixed; inset: 86px 0 auto; display: grid; gap: 0; padding: 22px 20px 38px; background: var(--sand); border-bottom: 1px solid var(--ink); transform: translateY(-130%); visibility: hidden; transition: transform .25s ease, visibility .25s; }
  .site-nav.is-open { transform: none; visibility: visible; }
  .site-nav a { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 1.05rem; }
  .site-nav .nav-book { margin-top: 18px; padding: 15px 18px; text-align: center; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { grid-template-columns: 1fr .8fr; gap: 36px; min-height: auto; }
  .hero h1 { font-size: clamp(3.7rem, 8.5vw, 5.8rem); }
  .hero-facts { grid-template-columns: 1fr; gap: 0; }
  .hero-facts li { display: grid; grid-template-columns: 100px 1fr; padding-top: 10px; }
  .split-intro, .social-proof, .content-grid, .source-note { gap: 45px; }
  .image-pair { min-height: 470px; }
  .steps-grid article { padding-right: 22px; }
  .steps-grid article + article { padding-left: 22px; }
  .page-hero, .safety-grid, .itinerary-grid { gap: 48px; }
  .faq-layout { grid-template-columns: 1fr 320px; gap: 36px; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .wrap { width: min(calc(100% - 30px), var(--max)); }
  .header-inner { min-height: 74px; }
  .site-nav { inset-block-start: 74px; }
  .brand-name { font-size: 1.08rem; }
  .brand small { font-size: .56rem; }
  .brand-tci { font-size: 1.15rem; }
  h1 { font-size: clamp(3rem, 14vw, 5.1rem); }
  h2 { font-size: clamp(2.2rem, 10vw, 3.7rem); }
  .hero, .page-hero, .split-intro, .image-pair, .social-proof, .content-grid, .itinerary-grid, .safety-grid, .source-note, .contact-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 46px; }
  .hero-visual { width: min(90%, 500px); justify-self: end; padding: 14px 14px 48px; }
  .hero-photo img { aspect-ratio: 4 / 5; }
  .hero-facts { grid-template-columns: repeat(3, 1fr); }
  .hero-facts li { display: block; }
  .image-pair { min-height: 0; }
  .image-card-wide img { min-height: 430px; }
  .feature-panel { min-height: 420px; }
  .steps-grid, .values-grid { grid-template-columns: 1fr; }
  .steps-grid article, .steps-grid article + article { padding: 24px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .steps-grid span, .values-grid span { margin-bottom: 24px; }
  .cta-block { align-items: flex-start; flex-direction: column; margin-bottom: 82px; }
  .page-hero { padding-block: 46px 70px; }
  .page-hero > div { order: 1; }
  .page-hero-photo { width: min(90%, 520px); justify-self: end; }
  .fact-strip { grid-template-columns: 1fr 1fr; }
  .fact-strip div:nth-child(3) { border-left: 0; border-top: 1px solid var(--ink); }
  .fact-strip div:nth-child(4) { border-top: 1px solid var(--ink); }
  .check-list { grid-template-columns: 1fr; }
  .map-card { padding: 32px; }
  .safety-grid .image-card img { min-height: 420px; }
  .gallery-grid { display: grid; grid-template-columns: 1fr; gap: 50px; }
  .gallery-item-1, .gallery-item-2, .gallery-item-3, .gallery-item-4, .gallery-item-5 { grid-column: auto; margin-top: 0; }
  .gallery-item:nth-child(even) { width: 86%; justify-self: end; }
  .values-grid article { padding: 34px 0; }
  .values-grid article + article { border-left: 0; border-top: 1px solid rgba(255,255,255,.22); }
  .follow-panel { align-items: flex-start; flex-direction: column; }
  .faq-layout { grid-template-columns: 1fr; padding-bottom: 82px; }
  .faq-aside { position: static; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > div { grid-column: 1 / -1; }
  .mobile-cta { position: fixed; z-index: 45; right: 10px; bottom: 10px; left: 10px; display: grid; grid-template-columns: .75fr 1.25fr; box-shadow: 0 12px 30px rgba(7,27,39,.28); }
  .mobile-cta a { padding: 13px 16px; text-align: center; text-decoration: none; font-weight: 900; }
  .mobile-cta a:first-child { background: var(--white); }
  .mobile-cta a:last-child { color: var(--ink); background: var(--coral); }
  .site-footer { padding-bottom: 76px; }
}

@media (max-width: 500px) {
  .hero-facts { grid-template-columns: 1fr; }
  .hero-facts li { display: grid; grid-template-columns: 110px 1fr; }
  .photo-tag { gap: 10px; font-size: .62rem; }
  .fact-strip { grid-template-columns: 1fr; }
  .fact-strip div + div, .fact-strip div:nth-child(3) { border-left: 0; border-top: 1px solid var(--ink); }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .contact-card { grid-template-columns: 28px 1fr auto; }
  .footer-main { grid-template-columns: 1fr; gap: 42px; }
  .footer-main > div { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

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