:root {
  --blue: #0050a4;
  --blue-bright: #126fc7;
  --navy: #07172a;
  --navy-2: #0b213b;
  --gold: #c89f00;
  --gold-light: #e2c14f;
  --white: #ffffff;
  --paper: #f7f8fa;
  --ink: #102033;
  --muted: #5d6875;
  --line: rgba(16, 32, 51, .14);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Arial, sans-serif;
  --container: min(1180px, calc(100% - 40px));
  --radius: 4px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: .98; letter-spacing: -.025em; }
h1 { font-size: clamp(3.4rem, 7vw, 7.2rem); }
h2 { font-size: clamp(2.35rem, 4.6vw, 4.9rem); }
h3 { font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.12; }
h1 em, h2 em { color: var(--gold-light); font-weight: 400; }
p { margin: 0 0 1rem; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: clamp(5rem, 10vw, 9rem) 0; }
.section-navy { color: var(--white); background: var(--navy); }
.eyebrow { margin: 0 0 1.2rem; color: var(--blue); font-size: .75rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 34px; height: 1px; margin: 0 12px 3px 0; background: currentColor; }
.eyebrow.light { color: var(--gold-light); }
.lead { font-family: var(--serif); font-size: 1.35rem; line-height: 1.5; }
.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; left: 1rem; top: -5rem; z-index: 2000; padding: .75rem 1rem; color: white; background: var(--blue); }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; color: var(--navy); background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); transition: background .3s, color .3s, box-shadow .3s; }
.site-header.scrolled, body:not(.home-page) .site-header { color: var(--navy); background: rgba(255,255,255,.97); box-shadow: 0 8px 30px rgba(7,23,42,.08); }
.header-inner { width: min(1380px, calc(100% - 38px)); min-height: 96px; margin-inline: auto; display: flex; align-items: center; gap: 1.6rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; min-width: 110px; }
.brand-logo { width: auto; height: 84px; object-fit: contain; }
.site-header .brand-logo { mix-blend-mode: multiply; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--gold-light); color: var(--gold-light); font-family: var(--serif); font-size: 1.55rem; transform: rotate(45deg); }
.brand-mark span { display: block; transform: rotate(-45deg); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-family: var(--serif); font-size: 1.15rem; font-weight: 400; letter-spacing: .06em; text-transform: uppercase; }
.brand-copy small { margin-top: .42rem; font-size: .58rem; letter-spacing: .09em; opacity: .72; }
.site-nav { flex: 1; display: flex; align-items: center; justify-content: center; gap: clamp(.8rem, 1.4vw, 1.45rem); font-size: .78rem; font-weight: 600; }
.site-nav a { position: relative; padding: 2rem 0; white-space: nowrap; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 1.45rem; height: 1px; background: var(--gold-light); transition: right .25s; }
.site-nav a:hover::after, .site-nav a.active::after { right: 0; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: .8rem 1.35rem; border: 1px solid transparent; font-size: .72rem; font-weight: 800; letter-spacing: .11em; line-height: 1.1; text-align: center; text-transform: uppercase; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: #111; background: var(--gold-light); }
.button-gold:hover { background: #f0d36d; }
.button-ghost { color: white; border-color: rgba(255,255,255,.6); background: rgba(0,0,0,.12); }
.button-ghost:hover { border-color: white; background: rgba(255,255,255,.12); }
.header-cta { flex: 0 0 auto; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: currentColor; }

.hero { position: relative; min-height: min(900px, 100svh); display: flex; align-items: center; color: white; overflow: hidden; }
.hero-home { min-height: clamp(660px, 76svh, 740px); }
.hero-image, .cta-banner > img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.hero-image { object-position: center 52%; }
.hero-slides { position: absolute; inset: 0; }
.hero-slide { opacity: 0; transform: scale(1.035); transition: opacity 1.15s ease, transform 7s ease-out; }
.hero-slide.active { opacity: 1; transform: scale(1); }
.hero-slide-sigiriya { object-position: center 18%; }
.hero-slide-colombo { object-position: center 58%; }
.hero-slide-elephants { object-position: center 54%; }
.hero-overlay { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(3,17,31,.82) 0%, rgba(3,17,31,.42) 52%, rgba(3,17,31,.12) 100%), linear-gradient(0deg, rgba(3,17,31,.42), transparent 42%); }
.hero-content { position: relative; z-index: 2; padding-top: 80px; }
.hero-content h1 { max-width: 920px; }
.hero-lede { max-width: 650px; margin: 1.8rem 0 2.3rem; font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.hero-home .hero-lede { margin-top: 1.1rem; margin-bottom: 1.4rem; }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero-foot { position: absolute; z-index: 2; left: max(20px, calc((100% - 1180px)/2)); right: max(20px, calc((100% - 1180px)/2)); bottom: 2rem; display: flex; align-items: center; gap: 1rem; font-size: .67rem; letter-spacing: .16em; text-transform: uppercase; }
@media (min-width: 769px) { .hero-home .hero-foot { bottom: 1rem; } }
.hero-rule { flex: 1; height: 1px; background: rgba(255,255,255,.38); }
.hero-slider-controls { position: absolute; z-index: 3; right: max(20px, calc((100% - 1180px)/2)); bottom: 4.4rem; display: none; align-items: center; gap: .55rem; padding: .45rem .55rem; border: 1px solid rgba(255,255,255,.34); background: rgba(3,17,31,.48); backdrop-filter: blur(8px); }
.hero-slider-controls.is-ready { display: flex; }
.hero-slider-arrow, .hero-slider-toggle, .hero-slider-dot { border: 0; color: white; background: transparent; cursor: pointer; }
.hero-slider-arrow, .hero-slider-toggle { width: 34px; height: 34px; display: grid; place-items: center; padding: 0; font: 700 1.5rem/1 Arial, sans-serif; }
.hero-slider-toggle { border-left: 1px solid rgba(255,255,255,.28); font-size: .92rem; }
.hero-slider-dots { display: flex; align-items: center; gap: .48rem; padding: 0 .15rem; }
.hero-slider-dot { width: 8px; height: 8px; padding: 0; border: 1px solid rgba(255,255,255,.9); border-radius: 50%; }
.hero-slider-dot.active { background: var(--gold); border-color: var(--gold); transform: scale(1.25); }
.hero-slider-arrow:hover, .hero-slider-toggle:hover { color: var(--gold); }
.hero-slider-arrow:focus-visible, .hero-slider-toggle:focus-visible, .hero-slider-dot:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

.split-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.split-intro h2 em { color: var(--blue); }
.intro-copy { padding-top: 3rem; color: var(--muted); }
.intro-copy .lead { color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: .55rem; margin-top: .6rem; color: var(--blue); font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; border-bottom: 1px solid currentColor; }
.text-link.light { color: var(--gold-light); }
.section-heading { margin-bottom: 3.2rem; }
.heading-row { display: grid; grid-template-columns: 1.1fr .6fr; gap: 4rem; align-items: end; }
.heading-row > p { max-width: 420px; margin-left: auto; color: rgba(255,255,255,.68); }
.centered { max-width: 760px; margin-inline: auto; text-align: center; }
.centered .eyebrow::before { display: none; }
.centered h2 em { color: var(--blue); }
.centered > p:last-child { max-width: 590px; margin: 1.5rem auto 0; color: var(--muted); }

.feature-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; grid-template-rows: 280px 280px; gap: 1rem; }
.feature-card { position: relative; min-height: 260px; overflow: hidden; }
.feature-card-tall { grid-row: 1 / 3; }
.feature-card-wide { grid-column: 2 / 4; }
.feature-card img { height: 100%; object-fit: cover; transition: transform .7s ease; }
.feature-card:hover img { transform: scale(1.045); }
.card-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(1,13,25,.83), transparent 62%); }
.card-index { position: absolute; top: 1.2rem; left: 1.2rem; color: var(--gold-light); font-family: var(--serif); font-size: .9rem; }
.card-copy { position: absolute; left: 1.4rem; right: 1.4rem; bottom: 1.35rem; display: grid; }
.card-copy strong { font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }
.card-copy small { margin-top: .35rem; color: rgba(255,255,255,.7); }

.preview-journeys { background: var(--paper); }
.journey-preview-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.journey-preview { background: white; border: 1px solid var(--line); }
.journey-preview img { aspect-ratio: 4/3; object-fit: cover; }
.journey-preview > div { padding: 1.5rem; }
.journey-preview span { color: var(--gold); font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.journey-preview h3 { margin: .65rem 0 .85rem; }
.journey-preview p { color: var(--muted); font-size: .92rem; }

.cta-banner { position: relative; min-height: 590px; display: flex; align-items: center; color: white; }
.cta-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,20,36,.88), rgba(4,20,36,.25)); }
.cta-content { position: relative; z-index: 2; }
.cta-content h2 { max-width: 800px; }
.cta-content p:not(.eyebrow) { max-width: 600px; margin: 1.4rem 0 2rem; font-size: 1.1rem; }

.site-footer { padding: 3rem 0; color: rgba(255,255,255,.72); background: #04111f; }
.footer-bottom { display: grid; grid-template-columns: 1.15fr 1fr 1fr auto; gap: 2rem; align-items: center; font-size: .8rem; }
.brand-footer { color: white; }
.brand-footer .brand-logo { height: 124px; }
.footer-bottom p { margin: 0; }
.mobile-quote { display: none; }

/* Inner pages */
.page-hero { position: relative; min-height: 610px; display: flex; align-items: flex-end; padding: 10rem 0 5.5rem; color: white; background-image: linear-gradient(90deg, rgba(3,17,31,.86), rgba(3,17,31,.24)), var(--hero-image); background-size: cover; background-position: center; }
.page-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: rgba(255,255,255,.24); }
.page-hero .hero-content { padding-top: 0; }
.page-hero h1 { max-width: 900px; font-size: clamp(3.1rem, 6vw, 6.5rem); }
.page-hero p:last-child { max-width: 720px; margin-top: 1.6rem; font-size: 1.1rem; }
.breadcrumb { margin-bottom: 1.2rem; color: rgba(255,255,255,.72); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.section-paper { background: var(--paper); }
.section-blue { color: white; background: var(--blue); }
.section-blue .eyebrow { color: var(--gold-light); }
.section-heading.narrow { max-width: 760px; }
.section-heading.narrow p:last-child { max-width: 650px; margin-top: 1.3rem; color: var(--muted); }
.section-heading.narrow.light-copy p:last-child { color: rgba(255,255,255,.72); }
.content-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.content-split.reverse > :first-child { order: 2; }
.content-split img { min-height: 520px; object-fit: cover; }
.content-copy h2 em { color: var(--blue); }
.content-copy > p { color: var(--muted); }
.content-copy .lead { color: var(--ink); }
.section-navy .content-copy > p { color: rgba(255,255,255,.72); }
.section-navy .content-copy .lead { color: rgba(255,255,255,.88); }
.quote-line { margin: 2rem 0; padding-left: 1.4rem; border-left: 2px solid var(--gold); font-family: var(--serif); font-size: 1.4rem; line-height: 1.5; }
.check-list { display: grid; gap: .7rem; margin: 1.7rem 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 1.7rem; color: var(--muted); }
.check-list li::before { content: ""; position: absolute; left: 0; top: .7em; width: 8px; height: 8px; border: 1px solid var(--gold); transform: rotate(45deg); }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.info-card { padding: clamp(1.5rem, 3vw, 2.4rem); background: white; border: 1px solid var(--line); }
.info-card .number { display: block; margin-bottom: 2.5rem; color: var(--gold); font-family: var(--serif); font-size: 1rem; }
.info-card h3 { margin-bottom: .85rem; }
.info-card p { margin: 0; color: var(--muted); }
.section-navy .info-card { background: var(--navy-2); border-color: rgba(255,255,255,.12); }
.section-navy .info-card p { color: rgba(255,255,255,.67); }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.value-item { padding: 2.2rem; background: white; }
.value-item h3 { margin: .65rem 0; font-size: 1.55rem; }
.value-item p { color: var(--muted); }
.value-icon { color: var(--gold); font-family: var(--serif); font-size: 1.25rem; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; counter-reset: steps; }
.process-step { position: relative; padding: 2rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-step + .process-step { border-left: 1px solid var(--line); }
.process-step span { display: block; margin-bottom: 3.2rem; color: var(--gold); font-family: var(--serif); font-size: 1rem; }
.process-step h3 { margin-bottom: .9rem; font-size: 1.5rem; }
.process-step p { color: var(--muted); }
.image-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.image-tile { position: relative; min-height: 430px; overflow: hidden; color: white; }
.image-tile-link { position: absolute; inset: 0; display: block; color: inherit; text-decoration: none; }
.image-tile-link:focus-visible { outline: 3px solid var(--gold); outline-offset: -4px; }
.image-tile img { height: 100%; object-fit: cover; transition: transform .6s ease; }
.image-tile img.image-tile-wildlife { object-position: 9% center; }
.image-tile img.image-tile-beach-boat { object-position: 70% center; }
.image-tile:hover img { transform: scale(1.04); }
.image-tile::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(0deg, rgba(3,17,31,.9), transparent 68%); }
.image-tile-copy { position: absolute; z-index: 2; left: 1.3rem; right: 1.3rem; bottom: 1.25rem; }
.image-tile-copy h3 { margin-bottom: .45rem; }
.image-tile-copy p { margin: 0; color: rgba(255,255,255,.72); font-size: .88rem; }
.destination-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.destination-card { background: white; border: 1px solid var(--line); }
.destination-card img { aspect-ratio: 16/10; object-fit: cover; }
.destination-card div { padding: 1.5rem; }
.destination-card h3 { margin-bottom: .65rem; }
.destination-card p { color: var(--muted); }
.tag-list { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 1rem; }
.tag { display: inline-flex; padding: .32rem .55rem; color: var(--blue); background: rgba(0,80,164,.07); border: 1px solid rgba(0,80,164,.16); font-size: .68rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.experience-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.experience-item { display: grid; grid-template-columns: 54px 1fr; gap: 1.2rem; padding: 2rem 1rem 2rem 0; border-bottom: 1px solid var(--line); }
.experience-item:nth-child(even) { padding-left: 2rem; border-left: 1px solid var(--line); }
.experience-item .number { color: var(--gold); font-family: var(--serif); }
.experience-item h3 { margin-bottom: .55rem; font-size: 1.6rem; }
.experience-item p { margin: 0; color: var(--muted); }
.feature-band { padding: 5rem 0; color: white; background: var(--blue); }
.feature-band .container { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.feature-band h2 { font-size: clamp(2.5rem, 4vw, 4rem); }
.feature-band p { color: rgba(255,255,255,.75); }
.feature-band .button { justify-self: start; }

/* Journey cards and filters */
.filter-bar { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 2.2rem; }
.filter-button { padding: .6rem .9rem; color: var(--muted); background: white; border: 1px solid var(--line); cursor: pointer; font-size: .73rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.filter-button:hover, .filter-button.active { color: white; background: var(--blue); border-color: var(--blue); }
.journey-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem; }
.journey-card { display: grid; grid-template-columns: .88fr 1.12fr; height: 470px; background: white; border: 1px solid var(--line); }
.journey-card[hidden] { display: none; }
.journey-card > img { height: 100%; object-fit: cover; }
.journey-card > img.journey-image-leopard { object-position: 20% center; }
.journey-card > img.journey-image-couple { object-position: 18% center; }
.journey-card-body { padding: 2rem; }
.journey-meta { color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.journey-card h2 { margin: .75rem 0 1rem; font-size: 2rem; line-height: 1.05; }
.journey-card p { color: var(--muted); }
.journey-card#highlands-coast h2 { font-size: 1.7rem; }
.journey-card-summary { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; }
.journey-route { font-size: .84rem; font-weight: 700; }
.journey-card details { margin-top: 1.2rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.journey-card summary { color: var(--blue); cursor: pointer; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.journey-card details p { margin-top: .8rem; font-size: .9rem; }
.card-actions { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.3rem; }
.card-actions .button { min-height: 42px; padding: .65rem .85rem; }
.button-blue { color: white; background: var(--blue); }
.button-outline { color: var(--blue); background: transparent; border-color: rgba(0,80,164,.35); cursor: pointer; }
.journey-summary-dialog { width: min(680px, calc(100% - 2rem)); max-height: min(78svh, 680px); padding: 0; color: var(--ink); background: white; border: 0; box-shadow: 0 28px 90px rgba(3,17,31,.32); }
.journey-summary-dialog::backdrop { background: rgba(3,17,31,.72); backdrop-filter: blur(3px); }
.journey-summary-dialog-inner { position: relative; padding: clamp(2rem, 5vw, 3.5rem); }
.journey-summary-dialog h2 { max-width: 520px; margin: .7rem 0 1.4rem; font-size: clamp(2.2rem, 5vw, 3.5rem); }
.journey-summary-dialog p:not(.journey-meta) { color: var(--muted); }
.journey-summary-dialog .button { margin-top: .8rem; }
.journey-summary-close { position: absolute; top: 1rem; right: 1rem; display: grid; width: 42px; height: 42px; place-items: center; color: var(--ink); background: var(--paper); border: 1px solid var(--line); cursor: pointer; font-family: var(--serif); font-size: 1.7rem; line-height: 1; }
.journey-summary-close:hover, .journey-summary-close:focus-visible { color: white; background: var(--blue); border-color: var(--blue); }

/* Tour overview */
.tour-page-hero { min-height: 720px; background-position: center 54%; }
.tour-page-hero h1 { max-width: 1030px; font-size: clamp(3rem, 5.6vw, 6rem); }
.tour-page-hero .hero-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2rem; }
.tour-page-hero .breadcrumb a { color: inherit; }
.tour-page-hero .breadcrumb a:hover { color: white; }
.tour-route-band { padding: 1.15rem 0; color: white; background: var(--blue); }
.tour-route { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: .65rem 1rem; font-size: .75rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.tour-route i { color: var(--gold-light); font-family: var(--serif); font-size: 1.1rem; font-style: normal; }
.tour-overview-grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.tour-overview-copy h2 em, .section-heading h2 em, .tour-notes h2 em { color: var(--blue); }
.tour-overview-copy .lead { color: var(--ink); font-family: var(--serif); font-size: 1.5rem; line-height: 1.45; }
.tour-overview-copy > p:not(.eyebrow):not(.lead) { color: var(--muted); }
.tour-facts { padding: 2.2rem; color: white; background: var(--navy); box-shadow: 0 24px 70px rgba(7,23,42,.14); }
.tour-facts dl { margin: 1.5rem 0 2rem; }
.tour-facts dl div { display: grid; grid-template-columns: 105px 1fr; gap: 1rem; padding: .85rem 0; border-top: 1px solid rgba(255,255,255,.12); }
.tour-facts dt { color: var(--gold-light); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.tour-facts dd { margin: 0; color: rgba(255,255,255,.82); font-size: .88rem; }
.tour-gallery { display: grid; grid-template-columns: repeat(4, 1fr); }
.tour-gallery figure { position: relative; min-height: 370px; margin: 0; overflow: hidden; }
.tour-gallery img { height: 100%; object-fit: cover; transition: transform .7s ease; }
.tour-gallery img.leopard-focus { object-position: 20% center; }
.tour-gallery img.bentota-sunset-focus { object-position: 28% center; }
.tour-gallery figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,17,31,.78), transparent 52%); }
.tour-gallery figure:hover img { transform: scale(1.04); }
.tour-gallery figcaption { position: absolute; z-index: 2; left: 1.3rem; right: 1.3rem; bottom: 1.15rem; color: white; font-family: var(--serif); font-size: 1.25rem; }
.tour-gallery figcaption small { display: block; max-width: 25rem; margin-top: .35rem; font-family: var(--sans); font-size: .55rem; line-height: 1.35; }
.tour-gallery figcaption a { color: inherit; text-decoration-color: rgba(255,255,255,.65); }
.itinerary-list { border-top: 1px solid var(--line); }
.itinerary-day { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: clamp(1.5rem, 4vw, 4rem); padding: 3rem 0; border-bottom: 1px solid var(--line); }
.day-marker { align-self: start; display: grid; justify-items: start; padding-top: .25rem; color: var(--blue); }
.day-marker span { font-size: .66rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.day-marker strong { color: var(--gold); font-family: var(--serif); font-size: 4.5rem; font-weight: 400; line-height: 1; }
.itinerary-day h3 { margin: .55rem 0 1rem; font-size: clamp(1.8rem, 3vw, 2.6rem); }
.itinerary-day > div:last-child > p:not(.journey-meta):not(.day-stay) { max-width: 850px; color: var(--muted); }
.day-highlights { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.3rem 0; padding: 0; list-style: none; }
.day-highlights li { padding: .42rem .68rem; color: var(--blue); background: rgba(0,80,164,.06); border: 1px solid rgba(0,80,164,.14); font-size: .72rem; font-weight: 700; }
.day-stay { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .7rem 2rem; margin: 1.5rem 0 0; padding-top: 1rem; color: var(--ink); border-top: 1px dashed rgba(16,32,51,.18); font-size: .8rem; }
.day-stay span { color: var(--muted); }
.tour-table td:nth-child(3), .tour-table th:nth-child(3) { text-align: center; }
.tour-terms-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.12); }
.tour-terms-grid article { padding: clamp(1.6rem, 4vw, 3rem); background: var(--navy-2); }
.tour-terms-grid h3 { color: white; font-size: 2rem; }
.light-list li { color: rgba(255,255,255,.75); }
.cross-list { display: grid; gap: .7rem; margin: 1.7rem 0 0; padding: 0; list-style: none; }
.cross-list li { position: relative; padding-left: 1.7rem; color: rgba(255,255,255,.68); }
.cross-list li::before { content: "×"; position: absolute; left: .1rem; top: -.05rem; color: var(--gold-light); font-family: var(--serif); font-size: 1.2rem; }
.tour-notes { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.tour-note-list { display: grid; gap: 0; }
.tour-note-list p { margin: 0; padding: 1.2rem 0; color: var(--muted); border-top: 1px solid var(--line); }
.tour-note-list p:last-child { border-bottom: 1px solid var(--line); }
.tour-note-list strong { color: var(--ink); }

/* Forms */
.form-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 3rem; align-items: start; }
.form-shell { scroll-margin-top: 110px; padding: clamp(1.5rem, 4vw, 3.2rem); background: white; border: 1px solid var(--line); box-shadow: 0 24px 70px rgba(7,23,42,.08); }
.journey-planner-form { max-width: 1080px; margin-inline: auto; }
#journey-planner { scroll-margin-top: 88px; }
.form-progress { margin-bottom: 2rem; }
.form-progress-top { display: flex; justify-content: space-between; margin-bottom: .7rem; color: var(--muted); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.progress-track { height: 3px; background: #e7ebef; }
.progress-track span { display: block; width: 0; height: 100%; background: var(--gold); transition: width .25s; }
.form-step { padding: 0; border: 0; }
.form-step + .form-step { margin-top: 3rem; }
.form-enhanced .form-step + .form-step { margin-top: 0; }
.form-step legend { width: 100%; margin-bottom: .7rem; color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.form-step h2 { margin-bottom: 1.7rem; font-size: clamp(2rem, 4vw, 3.2rem); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.field { display: grid; gap: .45rem; }
.field-full { grid-column: 1 / -1; }
.field label, .field > span:first-child { color: var(--ink); font-size: .82rem; font-weight: 700; }
.field small { color: var(--muted); }
input:not([type="checkbox"]):not([type="radio"]), select, textarea { width: 100%; min-height: 50px; padding: .8rem .9rem; color: var(--ink); background: #fbfcfd; border: 1px solid #ccd4dc; border-radius: 0; }
textarea { min-height: 145px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 2px solid rgba(0,80,164,.2); border-color: var(--blue); }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .65rem; }
.choice-grid-three { grid-template-columns: repeat(3, 1fr); }
.choice { position: relative; display: flex; gap: .7rem; align-items: flex-start; min-height: 58px; padding: .85rem; background: #fbfcfd; border: 1px solid #dce2e8; cursor: pointer; }
.choice input { margin-top: .3rem; accent-color: var(--blue); }
.choice span { display: grid; line-height: 1.35; }
.choice strong { font-size: .83rem; }
.choice small { color: var(--muted); font-size: .74rem; }
.choice:has(input:checked) { background: rgba(0,80,164,.05); border-color: var(--blue); }
.form-step-intro { margin: -.7rem 0 1.5rem; color: var(--muted); }
.option-group { margin-top: 1.7rem; }
.option-group h3 { margin-bottom: .75rem; color: var(--blue); font-family: var(--sans); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.inline-check { display: flex; gap: .7rem; align-items: flex-start; padding: .9rem 1rem; background: rgba(0,80,164,.04); border: 1px solid #dce2e8; cursor: pointer; }
.inline-check input { margin-top: .2rem; accent-color: var(--blue); }
.phone-input-group { display: grid; grid-template-columns: minmax(170px, .9fr) minmax(0, 1.1fr); gap: .65rem; }
.currency-field { display: grid; grid-template-columns: auto 1fr; align-items: stretch; }
.currency-field > span { display: grid; place-items: center; padding: 0 1rem; color: white; background: var(--navy); font-size: .75rem; font-weight: 800; letter-spacing: .1em; }
.occasion-notes { margin-top: 1.1rem; }
.submit-intro { margin: 2rem 0 1rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.submit-intro h3 { margin-bottom: .45rem; font-size: 1.35rem; }
.submit-intro p, .form-footnote, .section-light-copy { color: var(--muted); }
.plan-hero .hero-content > p:not(.breadcrumb):not(.eyebrow) { max-width: 780px; }
.plan-hero .button-row { margin-top: 1.6rem; }
.plan-hero .hero-support { margin-top: 1rem !important; color: rgba(255,255,255,.82); font-size: .9rem !important; }
.plan-intro-copy p { margin-bottom: .85rem; }
.trust-grid { grid-template-columns: repeat(3, 1fr); }
.inspiration-grid .info-card { display: flex; flex-direction: column; }
.inspiration-grid .text-link { margin-top: auto; padding-top: 1.5rem; }
.section-navy .section-light-copy { color: rgba(255,255,255,.7); }
.form-actions { display: flex; justify-content: space-between; gap: .8rem; margin-top: 2rem; }
.form-actions .button:last-child { margin-left: auto; }
.honeypot { position: absolute !important; left: -10000px !important; }
.consent { display: flex; gap: .7rem; align-items: flex-start; margin: 1.2rem 0; color: var(--muted); font-size: .82rem; }
.consent input { margin-top: .35rem; accent-color: var(--blue); }
.form-aside { position: sticky; top: 112px; padding: 2rem; color: white; background: var(--navy); }
.form-aside h2 { margin-bottom: 1rem; font-size: 2rem; }
.form-aside p { color: rgba(255,255,255,.7); }
.form-aside ul { margin: 1.5rem 0 0; padding: 0; list-style: none; }
.form-aside li { padding: .8rem 0; border-top: 1px solid rgba(255,255,255,.12); font-size: .86rem; }
.simple-form { padding: clamp(1.5rem, 4vw, 2.6rem); background: white; border: 1px solid var(--line); }

/* Legal and contact */
.contact-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 3rem; }
.contact-card { padding: 2.2rem; color: white; background: var(--navy); }
.contact-card h2 { margin-bottom: 1.5rem; font-size: 2.4rem; }
.contact-card dl { margin: 0; }
.contact-card dt { margin-top: 1.4rem; color: var(--gold-light); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.contact-card dd { margin: .2rem 0 0; }
.legal-layout { display: grid; grid-template-columns: 250px minmax(0, 760px); gap: 4rem; align-items: start; }
.legal-nav { position: sticky; top: 110px; display: grid; }
.legal-nav a { padding: .7rem 0; color: var(--muted); border-bottom: 1px solid var(--line); font-size: .82rem; }
.legal-nav a.active { color: var(--blue); font-weight: 700; }
.legal-copy h2 { margin: 2.8rem 0 1rem; font-size: 2rem; line-height: 1.1; }
.legal-copy h2:first-child { margin-top: 0; }
.legal-copy h3 { margin: 2rem 0 .75rem; font-size: 1.25rem; }
.legal-copy p, .legal-copy li { color: var(--muted); }
.legal-copy ul { padding-left: 1.25rem; }
.table-wrap { overflow-x: auto; margin: 1.5rem 0 2rem; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: .9rem 1rem; border: 1px solid #d9dfe5; text-align: left; vertical-align: top; }
th { color: white; background: var(--navy); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
td { color: var(--muted); }
.notice { padding: 1.2rem 1.4rem; background: rgba(0,80,164,.06); border-left: 3px solid var(--blue); color: var(--muted); }
.status-panel { width: min(760px, calc(100% - 32px)); margin: 11rem auto 6rem; padding: 4rem; text-align: center; border: 1px solid var(--line); }
.status-panel h1 { font-size: clamp(2.8rem, 6vw, 5.5rem); }
.status-panel p { max-width: 620px; margin: 1.5rem auto 2rem; color: var(--muted); }

/* Travel blog */
.blog-hero { min-height: 570px; }
.blog-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.4rem; }
.blog-card { display: grid; min-width: 0; background: white; border: 1px solid var(--line); transition: transform .25s ease, box-shadow .25s ease; }
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 22px 45px rgba(7,23,42,.1); }
.blog-card:focus-within { outline: 3px solid rgba(0,80,164,.28); outline-offset: 3px; }
.blog-card-featured { grid-column: 1 / -1; grid-template-columns: 1.25fr .75fr; }
.blog-card-media { display: block; min-height: 320px; overflow: hidden; }
.blog-card-featured .blog-card-media { min-height: 470px; }
.blog-card-media img { height: 100%; object-fit: cover; transition: transform .6s ease; }
.blog-card:hover .blog-card-media img { transform: scale(1.035); }
.blog-card-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(1.7rem, 4vw, 3rem); }
.blog-card-copy h2, .blog-card-copy h3 { margin-bottom: 1rem; line-height: 1.04; }
.blog-card-copy h2 { font-size: clamp(2.3rem, 4vw, 4.2rem); }
.blog-card-copy p:not(.blog-kicker) { color: var(--muted); }
.blog-kicker, .article-meta { color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.blog-read { margin-top: auto; padding-top: 1.5rem; color: var(--blue); font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.article-hero { min-height: 620px; }
.article-hero .hero-content { max-width: 980px; }
.article-hero h1 { max-width: 960px; font-size: clamp(3.2rem, 6vw, 6.2rem); }
.article-hero .article-meta { margin-top: 1.6rem; color: rgba(255,255,255,.78); font-size: .72rem; }
.article-section { padding: clamp(4.5rem, 8vw, 7.5rem) 0; }
.article-shell { display: grid; grid-template-columns: minmax(0, 780px) 260px; justify-content: space-between; gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.article-content { min-width: 0; }
.article-lead { margin-bottom: 2.3rem; color: var(--ink); font-family: var(--serif); font-size: clamp(1.35rem, 2.1vw, 1.75rem); line-height: 1.5; }
.article-content > p, .article-content li { color: var(--muted); font-size: 1.04rem; line-height: 1.85; }
.article-content h2 { margin: 4rem 0 1.25rem; font-size: clamp(2.15rem, 4vw, 3.5rem); line-height: 1.06; }
.article-content h2:first-of-type { margin-top: 2.7rem; }
.article-content h3 { margin: 2.4rem 0 .8rem; font-size: clamp(1.45rem, 2.5vw, 2rem); line-height: 1.14; }
.article-content ul { margin: 1rem 0 2rem; padding-left: 1.25rem; }
.article-content li + li { margin-top: .55rem; }
.article-figure { margin: 2.8rem 0; }
.article-figure img { max-height: 520px; aspect-ratio: 16 / 9; object-fit: cover; }
.article-figure img.article-image-pagoda { object-position: center 87%; }
.article-figure figcaption { margin-top: .7rem; color: var(--muted); font-size: .78rem; }
.article-photo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 2.8rem 0; }
.article-photo-grid figure { margin: 0; }
.article-photo-grid img { height: 330px; object-fit: cover; }
.article-photo-grid figcaption { margin-top: .65rem; color: var(--muted); font-size: .78rem; }
.article-aside { position: sticky; top: 125px; padding: 1.6rem; border-top: 3px solid var(--gold); background: var(--paper); }
.article-aside h2 { margin-bottom: 1rem; font-family: var(--sans); font-size: .76rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.article-aside nav { display: grid; }
.article-aside a { padding: .72rem 0; color: var(--muted); border-bottom: 1px solid var(--line); font-size: .85rem; line-height: 1.35; }
.article-aside a:hover { color: var(--blue); }
.article-aside .button { width: 100%; margin-top: 1.4rem; color: white; }
.article-closing { margin-top: 4rem; padding-top: 2.2rem; border-top: 1px solid var(--line); }
.article-closing h2 { margin-top: 0; }

.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 3rem; padding-top: 2.4rem; padding-bottom: 3rem; }
.footer-grid > div { display: grid; align-content: start; gap: .55rem; }
.footer-grid h3 { margin-bottom: .8rem; color: white; font-family: var(--sans); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid a { font-size: .82rem; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-brand p { max-width: 300px; margin: 1rem 0 .3rem; }
.footer-meta { display: flex; justify-content: space-between; gap: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .75rem; }
.social-list a:hover, .social-list a:focus-visible { color: var(--gold-light); }

@media (max-width: 1280px) {
  .site-nav { position: fixed; inset: 96px 0 auto; display: none; padding: 1rem 20px 1.5rem; background: white; color: var(--navy); box-shadow: 0 20px 30px rgba(4,17,31,.12); }
  .site-nav.open { display: grid; }
  .site-nav a { padding: .65rem 0; border-bottom: 1px solid var(--line); }
  .site-nav a::after { display: none; }
  .menu-toggle { display: block; margin-left: auto; color: inherit; }
  .header-cta { display: none; }
}

@media (max-width: 800px) {
  :root { --container: min(100% - 28px, 1180px); }
  .header-inner { width: calc(100% - 28px); min-height: 76px; }
  .brand-logo { height: 68px; }
  .site-nav { top: 76px; }
  .brand-copy small { display: none; }
  .hero { min-height: 760px; }
  .hero-home { min-height: 710px; }
  .hero-content { padding-top: 40px; }
  .hero-foot { bottom: 4.8rem; }
  .hero-foot span:last-child { display: none; }
  .hero-slider-controls { right: 20px; bottom: 8.2rem; }
  .split-intro, .heading-row { grid-template-columns: 1fr; gap: 2rem; }
  .intro-copy { padding-top: 0; }
  .heading-row > p { margin-left: 0; }
  .feature-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .feature-card-tall, .feature-card-wide { grid-row: auto; grid-column: auto; }
  .feature-card { min-height: 330px; }
  .journey-preview-grid { grid-template-columns: 1fr; }
  .journey-preview { display: grid; grid-template-columns: 1fr 1.15fr; }
  .journey-preview img { height: 100%; aspect-ratio: auto; }
  .footer-bottom { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .page-hero { min-height: 520px; padding: 8rem 0 3.5rem; }
  .content-split, .content-split.reverse, .feature-band .container, .form-layout, .contact-grid, .legal-layout, .tour-overview-grid, .tour-notes, .article-shell { grid-template-columns: 1fr; }
  .content-split.reverse > :first-child { order: 0; }
  .content-split img { min-height: 380px; }
  .card-grid, .value-grid, .destination-grid { grid-template-columns: repeat(2, 1fr); }
  .image-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-step:nth-child(3) { border-left: 0; }
  .journey-grid { grid-template-columns: 1fr; }
  .tour-gallery { grid-template-columns: repeat(2, 1fr); }
  .tour-gallery figure { min-height: 320px; }
  .tour-facts { width: 100%; }
  .form-aside, .legal-nav { position: static; }
  .article-aside { position: static; }
  .blog-card-featured { grid-template-columns: 1fr; }
  .blog-card-featured .blog-card-media { min-height: 360px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .mobile-quote { position: fixed; z-index: 990; left: 12px; right: 12px; bottom: 10px; display: grid; place-items: center; min-height: 48px; color: #111; background: var(--gold-light); font-size: .73rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; box-shadow: 0 8px 30px rgba(4,17,31,.22); }
  body { padding-bottom: 58px; }
}

@media (max-width: 560px) {
  h1 { font-size: clamp(3.05rem, 14vw, 4.5rem); }
  h2 { font-size: clamp(2.2rem, 11vw, 3.4rem); }
  .brand { min-width: 0; }
  .brand-logo { height: 64px; }
  .button-row { display: grid; }
  .button-row .button { width: 100%; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 390px; }
  .journey-preview { grid-template-columns: 1fr; }
  .journey-preview img { aspect-ratio: 4/3; }
  .card-grid, .value-grid, .destination-grid, .image-grid, .process-grid, .experience-list, .form-grid, .choice-grid, .footer-grid, .tour-terms-grid, .blog-grid, .article-photo-grid { grid-template-columns: 1fr; }
  .blog-card-featured { grid-column: auto; }
  .blog-card-media, .blog-card-featured .blog-card-media { min-height: 280px; }
  .article-photo-grid img { height: 280px; }
  .phone-input-group { grid-template-columns: 1fr; }
  .tour-page-hero { min-height: 650px; }
  .tour-gallery { grid-template-columns: 1fr; }
  .tour-gallery figure { min-height: 300px; }
  .itinerary-day { grid-template-columns: 1fr; gap: 1rem; padding: 2.4rem 0; }
  .day-marker { grid-template-columns: auto auto; align-items: baseline; gap: .55rem; }
  .day-marker strong { font-size: 3.3rem; }
  .day-stay { display: grid; }
  .experience-item:nth-child(even) { padding-left: 0; border-left: 0; }
  .journey-card { grid-template-columns: 1fr; }
  .journey-card { height: auto; }
  .journey-card > img { height: 300px; }
  .process-step + .process-step { border-left: 0; }
  .footer-meta { flex-direction: column; text-align: center; }
  .status-panel { padding: 2.5rem 1.2rem; }
}

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