/* Shanxi Travel — shared layout and components. Original media stays in assets/. */
:root {
  --black: #030303;
  --ink: #24211e;
  --muted: #625d56;
  --paper: #d7d0c5;
  --panel: #eee9e1;
  --cream: #f2ede4;
  --gold: #c9b99c;
  --blue: #075b9f;
  --line: rgba(42, 38, 31, .2);
  --ease: cubic-bezier(.22, .8, .36, 1);
  --han: "Songti SC", "STSong", "Noto Serif SC", serif;
  --nav-height: 60px;
  color-scheme: light;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-height) + 20px); background: var(--black); }
body { margin: 0; color: var(--ink); background: var(--paper); font: 1.0625rem/1.55 -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
h1, h2, h3, p, figure { margin: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; cursor: pointer; }
button:disabled { cursor: default; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
video { display: block; width: 100%; height: 100%; object-fit: cover; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #328de2; outline-offset: 5px; }
button, a { touch-action: manipulation; }
.wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 200; top: 8px; left: 16px; padding: 12px 18px; color: var(--ink); background: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.eyebrow { font-size: .8125rem; letter-spacing: .12em; font-weight: 650; text-transform: uppercase; }
.section-title { font-size: clamp(2.5rem, 4.8vw, 4.5rem); line-height: 1.04; letter-spacing: -.035em; font-weight: 650; text-wrap: balance; }
.section-head { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: end; margin-bottom: 32px; }
.section-head > p { max-width: 420px; justify-self: end; color: var(--muted); }
.reveal { opacity: 1; }
.reveal.is-entering { animation: enter .65s var(--ease) both; }
@keyframes enter { from { opacity: .35; transform: translateY(16px); } to { opacity: 1; transform: none; } }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 10px 23px; border: 1px solid transparent; border-radius: 999px; font-size: .9375rem; font-weight: 600; line-height: 1.35; transition: background .2s, border-color .2s; }
.button-primary { color: white; background: var(--blue); }
.button-primary:hover { background: #0874c9; }
.button-light { color: var(--ink); background: var(--cream); }
.button-light:hover { background: white; }
.text-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: .9375rem; border-bottom: 1px solid currentColor; }
.text-link::after { content: "↗"; }

/* One navigation layer keeps the logo and the links clickable. */
.site-header { position: fixed; z-index: 100; inset: 0 0 auto; min-height: var(--nav-height); color: var(--cream); background: rgba(42, 36, 30, .6); border-bottom: 1px solid rgba(255, 255, 255, .1); }
.nav-bar { min-height: var(--nav-height); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 9px; flex-shrink: 0; min-height: 44px; font-size: .875rem; font-weight: 600; }
.brand-mark { width: 26px; height: 26px; border-radius: 50%; border: 1px solid rgba(255, 244, 222, .9); object-fit: cover; }
.nav-right, .nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { display: inline-flex; align-items: center; min-height: 44px; font-size: .875rem; color: white; text-underline-offset: 7px; }
.nav-links a:hover, .nav-links a[aria-current] { color: white; text-decoration: underline; }
.nav-enquire { min-height: 38px; padding: 8px 17px; font-size: .875rem; }
.menu-toggle { color: white; background: none; border: 1px solid rgba(255, 255, 255, .4); border-radius: 4px; min-height: 40px; padding: 7px 12px; font-size: .875rem; }
.nav-back { font-size: .875rem; min-height: 44px; display: inline-flex; align-items: center; }

/* The headline, service description and enquiry are visible before the gallery. */
.hero { position: relative; isolation: isolate; min-height: 100svh; padding: 102px 24px 44px; color: white; overflow: clip; background: #090807; }
.hero-backdrop { position: absolute; inset: 0; z-index: -2; }
.hero-backdrop img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(0, 0, 0, .67), rgba(0, 0, 0, .68) 48%, rgba(0, 0, 0, .89)); }
.hero-shell { width: min(1240px, 100%); margin: auto; display: flex; flex-direction: column; align-items: center; }
.hero-place { display: flex; justify-content: center; align-items: flex-end; gap: .16em; margin-bottom: 20px; color: var(--cream); font-family: var(--han); font-size: clamp(2rem, 3vw, 3rem); line-height: 1.15; }
.hero-place ruby { ruby-position: over; font-weight: 400; }
.hero-place rt { color: #d7c9b1; font-family: var(--han); font-size: .75rem; letter-spacing: .04em; text-align: center; }
.hero-title { text-align: center; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; text-wrap: balance; }
.hero-title-main { display: block; font-size: clamp(3rem, 7.2vw, 7.25rem); line-height: 1; }
.hero-title-sub { display: block; margin-top: 16px; color: #d7c9b1; font: 600 clamp(1.125rem, 2.25vw, 2rem)/1.25 -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif; letter-spacing: .01em; }
.hero-intro { max-width: 660px; margin-top: 22px; text-align: center; font-size: clamp(1rem, 1.4vw, 1.25rem); color: rgba(255, 255, 255, .88); }
.hero-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 16px 28px; margin-top: 24px; }
.hero-gallery { width: 100%; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 34px; }
.hero-card { min-width: 0; }
.hero-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; object-position: center 24%; border-radius: 4px; border: 1px solid rgba(205, 187, 154, .42); filter: saturate(.82) contrast(1.04); }
.hero-card:nth-child(2) img { object-position: center 30%; }
.hero-card:nth-child(3) img { object-position: center 44%; }
.hero-card figcaption { margin-top: 10px; font-size: .8125rem; line-height: 1.35; color: var(--gold); letter-spacing: .025em; }
.hero-meta { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); width: 100%; margin-top: 26px; padding-block: 16px; border-block: 1px solid rgba(205, 187, 154, .25); }
.hero-meta-item { min-width: 0; display: flex; align-items: center; justify-content: center; gap: 12px; padding-inline: 12px; border-right: 1px solid rgba(205, 187, 154, .25); }
.hero-meta-item:last-child { border: 0; }
.hero-meta-item img { flex-shrink: 0; width: 78px; height: 52px; object-fit: contain; }
.hero-meta-item strong { font-size: .9375rem; line-height: 1.3; font-weight: 600; overflow-wrap: anywhere; }

.overview { position: relative; isolation: isolate; color: white; padding-block: clamp(80px, 9vw, 136px); background: #141310; }
.section-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.overview::after { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(0, 0, 0, .7); }
.overview-inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(48px, 7vw, 108px); align-items: start; }
.overview .eyebrow { color: var(--gold); margin-bottom: 22px; }
.overview-lead { font-size: clamp(1.3rem, 2vw, 1.75rem); line-height: 1.5; padding-bottom: 28px; border-bottom: 1px solid rgba(255, 255, 255, .24); }
.overview-copy { margin-top: 26px; color: rgba(255, 255, 255, .8); line-height: 1.75; }
.overview-copy p + p { margin-top: 16px; }

/* Native scroll-snap is a usable fallback when JavaScript is unavailable. */
.groups { padding-block: 88px 66px; overflow: clip; }
.group-picker { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-block: 30px; }
.choice { min-height: 44px; padding: 9px 18px; border: 1px solid rgba(36, 33, 30, .32); border-radius: 999px; background: transparent; color: var(--ink); font-size: .9375rem; line-height: 1.3; }
.choice:hover { background: rgba(255, 255, 255, .3); }
.choice[aria-pressed="true"] { background: var(--ink); color: white; border-color: var(--ink); }
.access-track { --card-width: min(580px, calc(100vw - 64px)); display: flex; gap: 28px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: max(32px, calc((100% - 580px)/2)); padding: 4px max(32px, calc((100% - 580px)/2)) 30px; overscroll-behavior-x: contain; scrollbar-width: thin; scrollbar-color: #81776b transparent; }
.access-card { display: flex; flex-direction: column; flex: 0 0 var(--card-width); min-width: 0; scroll-snap-align: center; scroll-snap-stop: normal; }
.access-image { flex-shrink: 0; aspect-ratio: 4/3; overflow: hidden; border-radius: 3px; box-shadow: 0 18px 40px rgba(38, 31, 23, .12); }
.access-image img { width: 100%; height: 100%; object-fit: cover; }
.access-card-copy { flex: 1; padding: 22px 24px 24px; margin: 16px 16px 0; background: var(--panel); border-top: 2px solid var(--ink); }
.access-card-copy h3 { font-size: 1.625rem; line-height: 1.2; letter-spacing: -.02em; margin-bottom: 10px; }
.access-card-copy > p:last-child { font-size: 1rem; line-height: 1.6; color: #51504c; }
.access-track.is-enhanced .access-image { opacity: .55; transition: opacity .3s; }
.access-track.is-enhanced .access-card.is-on .access-image { opacity: 1; }
.carousel-controls { display: flex; justify-content: center; align-items: center; gap: 20px; margin-top: 10px; }
.round-button { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid rgba(36, 33, 30, .45); border-radius: 50%; background: transparent; color: var(--ink); font-size: 1.5rem; }
.round-button:hover:not(:disabled) { background: var(--ink); color: white; }
.round-button:disabled { opacity: .3; }
.carousel-status { font-size: .875rem; min-width: 66px; text-align: center; font-variant-numeric: tabular-nums; }
.services { margin-top: 62px; padding-top: 42px; border-top: 1px solid var(--line); }
.services h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); letter-spacing: -.025em; line-height: 1.2; margin-bottom: 30px; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; }
.service-grid h3 { font-size: 1.125rem; font-weight: 650; margin-bottom: 12px; }
.service-grid p { font-size: 1rem; color: var(--muted); line-height: 1.65; }

/* Highlights are ordinary sections by default; desktop scroll storytelling is progressive. */
.route { background: #070707; color: white; }
.route-stage { position: relative; }
.route-heading { padding-block: 62px 36px; }
.route-heading .eyebrow { color: var(--gold); margin-bottom: 12px; }
.route-heading h2 { font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 600; line-height: 1.12; letter-spacing: -.025em; }
.route-chapter { position: relative; padding-bottom: 44px; }
.media-frame { position: relative; isolation: isolate; overflow: hidden; background: #15130f; }
.media-frame > img { width: 100%; height: 100%; object-fit: cover; }
.media-frame video { position: absolute; inset: 0; opacity: 0; transition: opacity .25s; }
.media-frame.has-frame video { opacity: 1; }
.media-frame.is-unavailable video { opacity: 0; }
.route-media { aspect-ratio: 16/9; }
.route-copy { width: min(680px, calc(100% - 48px)); margin: 28px auto 0; }
.route-copy .eyebrow { color: var(--gold); margin-bottom: 14px; }
.route-copy h3 { font-size: clamp(2rem, 4.5vw, 4.5rem); font-weight: 600; line-height: 1.02; letter-spacing: -.025em; text-wrap: balance; margin-bottom: 20px; }
.route-copy > p:last-child { color: rgba(255, 255, 255, .83); font-size: 1.125rem; max-width: 580px; }
.route-rail { padding: 0 24px 42px; display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; }
.route-rail button { min-height: 44px; padding: 10px 18px; color: white; background: transparent; border: 1px solid rgba(255, 255, 255, .4); border-radius: 999px; font-size: .875rem; }
.route-rail button[aria-pressed="true"] { color: var(--ink); background: var(--cream); border-color: var(--cream); }
.route.is-scroll-story { height: 280svh; }
.is-scroll-story .route-stage { position: sticky; top: 0; height: 100svh; min-height: 680px; overflow: hidden; }
.is-scroll-story .route-heading { position: absolute; z-index: 4; top: 86px; left: max(24px, calc((100vw - 1180px)/2)); padding: 0; width: auto; pointer-events: none; }
.is-scroll-story .route-heading h2 { font-size: 1.125rem; font-weight: 500; color: rgba(255, 255, 255, .86); }
.is-scroll-story .route-heading .eyebrow { margin-bottom: 6px; }
.is-scroll-story .route-chapter { position: absolute; inset: 0; padding: 0; visibility: hidden; opacity: 0; transition: opacity .4s; }
.is-scroll-story .route-chapter.is-on { visibility: visible; opacity: 1; }
.is-scroll-story .route-media { position: absolute; inset: 0; aspect-ratio: auto; }
.is-scroll-story .route-media::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(0, 0, 0, .86), rgba(0, 0, 0, .35) 65%, rgba(0, 0, 0, .15)); pointer-events: none; }
.is-scroll-story .route-copy { position: absolute; z-index: 2; top: 48%; left: max(24px, calc((100vw - 1180px)/2)); transform: translateY(-50%); width: min(560px, 47%); margin: 0; }
.is-scroll-story .route-rail { position: absolute; z-index: 4; bottom: 32px; left: max(24px, calc((100vw - 1180px)/2)); padding: 0; justify-content: flex-start; }

.particulars { padding-block: 80px; background: linear-gradient(145deg, #dcd5ca, #d1c8ba); }
.journey-map-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 64px; align-items: center; }
.map-canvas { position: relative; width: min(480px, 100%); aspect-ratio: 2/3; margin-inline: auto; }
.map-canvas > img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.map-region { position: absolute; left: 13%; width: 74%; border: 1px solid transparent; border-radius: 12px; color: #302a21; background: transparent; }
.map-region.north { top: 5%; height: 36%; }
.map-region.taiyuan { top: 41%; height: 14%; }
.map-region.south { top: 55%; height: 40%; }
.map-region > span { position: absolute; right: 0; top: 12px; padding: 5px 9px; border-radius: 3px; background: rgba(238, 233, 225, .92); font-size: .8125rem; border: 1px solid rgba(42, 38, 31, .3); }
.map-region:hover, .map-region[aria-pressed="true"] { border-color: rgba(42, 38, 31, .5); background: rgba(255, 255, 255, .08); }
.map-region[aria-pressed="true"] > span { color: white; background: #413a2f; }
.map-description > .eyebrow { color: #74644c; margin-bottom: 18px; }
.map-description > h2 { font-size: clamp(2.2rem, 3.6vw, 3.3rem); line-height: 1.05; letter-spacing: -.035em; margin-bottom: 22px; font-weight: 650; }
.map-note { color: var(--muted); font-size: 1rem; }
.region-picker { display: flex; flex-wrap: wrap; gap: 8px; margin-block: 26px; }
.region-picker .choice { padding-inline: 14px; }
.map-panel { border-top: 1px solid var(--line); padding-top: 24px; margin-top: 24px; }
.map-panel h3 { font-size: 1.5rem; letter-spacing: -.02em; line-height: 1.2; margin-bottom: 12px; }
.map-panel p { font-size: 1rem; color: #59534a; }
.map-panel ul { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; list-style: none; margin: 20px 0 0; }
.map-panel li { font-size: .875rem; padding: 6px 11px; border: 1px solid rgba(48, 44, 37, .25); border-radius: 999px; }

.closer { position: relative; color: white; background: #030303; }
.closer .section-head { position: absolute; z-index: 4; top: calc(var(--nav-height) + 24px); left: max(24px, calc((100vw - 1180px)/2)); width: auto; margin: 0; padding: 0; display: block; pointer-events: none; }
.closer .section-head h2 { font-size: clamp(1.125rem, 1.5vw, 1.5rem); text-shadow: 0 1px 12px #000; }
.closer-track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-x: contain; scrollbar-width: none; }
.closer-track::-webkit-scrollbar { display: none; }
.closer-slide { flex: 0 0 100%; min-width: 0; scroll-snap-align: start; position: relative; }
.closer-frame { height: 100svh; background: #030303; }
.closer-frame > img, .closer-frame video { object-fit: contain; }
.closer-frame::after { content: ""; position: absolute; inset: 55% 0 0; z-index: 1; background: linear-gradient(transparent, rgba(0, 0, 0, .88)); pointer-events: none; }
.closer-slide figcaption { position: absolute; z-index: 3; bottom: 28px; left: max(24px, calc((100vw - 1180px)/2)); right: max(244px, calc((100vw - 1180px)/2 + 220px)); font-size: clamp(1rem, 1.6vw, 1.4rem); font-weight: 550; line-height: 1.4; text-shadow: 0 1px 12px black; }
.closer-slide figcaption span { display: block; font: 400 1rem/1.5 var(--han); color: rgba(255, 255, 255, .8); margin-top: 4px; }
.closer .carousel-controls { position: absolute; z-index: 4; right: max(24px, calc((100vw - 1180px)/2)); bottom: 24px; padding: 0; margin: 0; }
.closer .round-button { border-color: rgba(255, 255, 255, .5); color: white; }
.closer .round-button:hover:not(:disabled) { color: var(--ink); background: var(--cream); }

.enquire { padding: clamp(80px, 9vw, 132px) 24px; text-align: center; background: var(--black); color: white; }
.enquire h2 { margin: 0 auto; font: 400 clamp(2.75rem, 7vw, 6.5rem)/1.05 Georgia, "Times New Roman", serif; letter-spacing: -.025em; max-width: 920px; }
.enquire p { max-width: 570px; margin: 24px auto 30px; color: rgba(255, 255, 255, .77); font-size: 1.125rem; }
.site-footer { padding-block: 26px 32px; border-top: 1px solid rgba(255, 255, 255, .14); background: var(--black); color: rgba(255, 255, 255, .72); font-size: .875rem; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px 32px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 4px 24px; }
.footer-links a { display: inline-flex; align-items: center; min-height: 44px; }
.footer-links a:hover { text-decoration: underline; text-underline-offset: 5px; }

/* The main contact page keeps WhatsApp first and the email recipient off the client. */
.contact-page { color: var(--cream); background: var(--black); }
.contact { position: relative; isolation: isolate; min-height: calc(100svh - 100px); padding: 108px 24px 64px; }
.contact::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(0, 0, 0, .87), rgba(0, 0, 0, .72)), linear-gradient(0deg, #030303, transparent 50%); }
.contact-inner { width: min(900px, 100%); margin-inline: auto; }
.contact h1 { font: 400 clamp(3rem, 5.5vw, 4.75rem)/1.08 Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
.contact-whatsapp { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 22px 32px; margin-top: 28px; padding: 26px 30px; border: 1px solid rgba(145, 191, 159, .4); border-radius: 8px; background: rgba(20, 43, 31, .88); }
.whatsapp-details { display: flex; align-items: center; gap: 18px; min-width: 0; }
.whatsapp-symbol { display: grid; place-items: center; flex-shrink: 0; width: 48px; height: 48px; border: 1px solid rgba(158, 205, 171, .3); border-radius: 50%; color: #a4dcba; }
.whatsapp-symbol svg { width: 28px; height: 28px; }
.contact-whatsapp h2 { font-size: 1.25rem; font-weight: 600; }
.whatsapp-number { display: inline-block; margin-top: 4px; font-size: 1rem; color: #c8d7cb; }
.whatsapp-number:hover { text-decoration: underline; text-underline-offset: 4px; }
.button-whatsapp { gap: 14px; min-height: 50px; padding: 12px 24px; background: #a4dcba; color: #102f1d; font-size: 1rem; }
.button-whatsapp:hover { background: #bfeacf; }
.contact-form-panel { margin-top: 24px; padding: 30px 34px 28px; color: var(--ink); background: var(--cream); border-radius: 8px; box-shadow: 0 16px 48px rgba(0, 0, 0, .18); scroll-margin-top: 84px; }
.contact-form-heading { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 8px 24px; margin-bottom: 24px; }
.contact-form-heading h2 { font-size: 1.625rem; font-weight: 600; letter-spacing: -.025em; line-height: 1.2; }
.contact-form-heading > p { font-size: .9375rem; color: var(--muted); }
.contact-form-panel fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.contact-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 24px; }
.contact-field { min-width: 0; }
.contact-field-wide { grid-column: 1 / -1; }
.contact-field label { display: block; margin-bottom: 7px; font-size: .875rem; font-weight: 600; }
.contact-field label span { color: var(--muted); font-weight: 400; }
.contact-field input, .contact-field select, .contact-field textarea { display: block; width: 100%; min-height: 46px; padding: 11px 13px; border: 1px solid #b5ada1; border-radius: 4px; color: var(--ink); background: #fffdf9; font: inherit; font-size: 1rem; line-height: 1.5; transition: border-color .15s, box-shadow .15s; }
.contact-field textarea { resize: vertical; min-height: 126px; }
.contact-field input::placeholder, .contact-field textarea::placeholder { color: #766e64; opacity: 1; }
.contact-field input[type="date"] { min-width: 0; color-scheme: light; }
.contact-field input[type="date"]::-webkit-calendar-picker-indicator { cursor: pointer; }
.contact-field input:focus-visible, .contact-field select:focus-visible, .contact-field textarea:focus-visible { border-color: #286347; outline: 2px solid #286347; outline-offset: 2px; }
.contact-field [aria-invalid="true"] { border-color: #a23226; }
.contact-field :disabled { background: #e8e2d8; color: #625d56; cursor: not-allowed; opacity: 1; }
.travel-date-picker { position: relative; }
.travel-date-toggle { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #b5ada1; border-radius: 4px; color: var(--ink); background: #fffdf9; text-align: left; font-size: 1rem; line-height: 1.5; }
.travel-date-toggle[data-empty="true"] { color: #766e64; }
.travel-date-toggle svg, .travel-calendar-nav svg { flex: none; width: 20px; height: 20px; }
.travel-date-picker button:focus-visible { outline: 2px solid #286347; outline-offset: 2px; }
.travel-calendar { position: absolute; z-index: 30; top: calc(100% + 8px); left: 0; width: min(320px, 100%); padding: 12px; border: 1px solid #c9c0b3; border-radius: 8px; background: #fffdf9; color: var(--ink); box-shadow: 0 12px 32px rgba(36, 33, 30, .18); }
.travel-calendar-heading { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 8px; }
.travel-calendar-heading h3 { margin: 0; font-size: 1rem; font-weight: 600; letter-spacing: 0; }
.travel-calendar-nav { display: grid; place-items: center; flex: none; width: 36px; height: 36px; padding: 0; border: 0; border-radius: 50%; color: var(--ink); background: transparent; }
.travel-calendar-grid { width: 100%; border-collapse: collapse; table-layout: fixed; text-align: center; }
.travel-calendar-grid th { height: 30px; color: var(--muted); font-size: .75rem; font-weight: 500; }
.travel-calendar-grid td { height: 38px; padding: 1px; }
.travel-calendar-day { display: grid; place-items: center; width: 100%; height: 36px; padding: 0; border: 1px solid transparent; border-radius: 50%; background: transparent; color: var(--ink); font-size: .875rem; }
.travel-calendar-day[aria-current="date"] { border-color: #286347; }
.travel-calendar-nav:hover:not(:disabled), .travel-calendar-day:hover:not(:disabled) { background: #e5ede5; }
.travel-calendar-grid [aria-selected="true"] .travel-calendar-day { background: #286347; color: white; }
.travel-calendar button:disabled { color: #bdb5aa; background: transparent; cursor: default; }
.travel-calendar-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 10px; padding-top: 8px; border-top: 1px solid #e6dfd5; }
.travel-calendar-actions button { min-height: 36px; padding: 4px 10px; border: 0; border-radius: 4px; background: transparent; color: #286347; font-size: .875rem; }
.travel-calendar-actions button:hover { background: #e5ede5; }
.contact-honeypot { display: none; }
.contact-captcha { margin-top: 22px; }
.captcha-status { margin-top: 8px; font-size: .875rem; line-height: 1.5; color: var(--muted); }
.captcha-status:empty { display: none; }
.captcha-status[data-state="error"] { color: #6d271e; }
.captcha-retry { margin-top: 8px; min-height: 44px; padding: 8px 14px; border: 1px solid #b5ada1; border-radius: 4px; background: transparent; color: var(--ink); font: inherit; font-size: .875rem; cursor: pointer; }
.captcha-retry:hover { background: #e8e2d8; }
.contact-form-actions { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 16px 24px; margin-top: 22px; }
.button-send { gap: 14px; min-width: 180px; min-height: 48px; background: var(--ink); color: white; }
.button-send:hover:not(:disabled) { background: #454038; }
.button-send:disabled { background: #d3cbbc; color: #5b554c; cursor: not-allowed; }
.form-status { margin-top: 18px; padding: 12px 14px; border-left: 3px solid #8f7e60; background: #e7dfd1; font-size: .9375rem; line-height: 1.5; overflow-wrap: anywhere; }
.form-status:empty { display: none; }
.form-status[data-state="error"] { border-color: #a23226; background: #f3dfd9; color: #6d271e; }
.form-status[data-state="success"] { border-color: #286347; background: #deebdf; color: #214c34; }
.form-status[data-state="sending"] { border-color: #286347; }

/* A separate notice keeps the contact form concise. */
.privacy-page { background: var(--cream); }
.privacy-page .site-header { background: #29241f; }
.privacy-content { width: min(720px, calc(100% - 40px)); min-height: calc(100svh - 100px); margin-inline: auto; padding-block: 108px 64px; }
.privacy-content h1 { margin-bottom: 24px; font: 400 clamp(2.75rem, 6vw, 4.25rem)/1.1 Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
.privacy-content section { margin-top: 28px; }
.privacy-content h2 { margin-bottom: 10px; font-size: 1.25rem; line-height: 1.3; }
.privacy-content p { color: var(--muted); }
.privacy-content p + p { margin-top: 12px; }
.privacy-content a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }

@media (min-width: 901px) { .menu-toggle { display: none !important; } }
@media (max-width: 1100px) {
  .hero-meta-item { flex-direction: column; gap: 6px; text-align: center; }
  .hero-meta-item img { width: 84px; height: 56px; }
  .journey-map-layout { gap: 36px; }
}
@media (max-width: 900px) {
  .nav-right { gap: 12px; }
  .nav-links { gap: 14px; flex-wrap: wrap; }
  .site-header:not(.menu-ready) .nav-bar { flex-wrap: wrap; padding-block: 8px; }
  .site-header:not(.menu-ready) .nav-right { flex-wrap: wrap; }
  .site-header.menu-ready .nav-links { display: none; position: absolute; inset: 100% 0 auto; padding: 14px 24px 20px; background: #29241f; border-bottom: 1px solid rgba(255, 255, 255, .25); }
  .site-header.menu-ready .nav-links.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 2px; }
  .site-header.menu-ready .nav-links a { min-height: 46px; }
  .hero { padding-top: 100px; }
  .hero-meta { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .overview-inner, .section-head, .journey-map-layout { grid-template-columns: 1fr; gap: 32px; }
  .section-head > p { justify-self: start; max-width: 600px; }
  .overview .section-title { max-width: 620px; }
  .overview-inner { gap: 36px; }
  .map-canvas { width: min(420px, 84vw); }
  .map-description { max-width: 650px; width: 100%; margin-inline: auto; }
  .service-grid { gap: 24px; }
  .service-grid h3 { min-height: 2.9em; }
}
@media (max-width: 560px) {
  .wrap { width: calc(100% - 40px); }
  .nav-bar { gap: 10px; }
  .brand { font-size: .8125rem; gap: 7px; }
  .nav-right { gap: 8px; }
  .menu-toggle { padding-inline: 9px; }
  .nav-enquire { padding-inline: 12px; font-size: .8125rem; }
  .hero { padding: 94px 20px 34px; min-height: auto; }
  .hero-place { font-size: 2rem; margin-bottom: 20px; }
  .hero-title-main { font-size: clamp(2.6rem, 10.4vw, 3.6rem); }
  .hero-title-sub { font-size: 1.125rem; margin-top: 12px; }
  .hero-intro { margin-top: 18px; font-size: 1rem; max-width: 340px; }
  .hero-actions { width: 100%; margin-top: 20px; gap: 8px 20px; }
  .hero-actions .button { min-width: 180px; }
  .hero-gallery { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; margin-top: 28px; padding-bottom: 12px; scrollbar-width: thin; scrollbar-color: var(--gold) transparent; }
  .hero-card { flex: 0 0 88%; scroll-snap-align: start; }
  .hero-card img { aspect-ratio: 4/3; }
  .hero-meta { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 18px; padding-block: 0; }
  .hero-meta-item { flex-direction: column; text-align: center; justify-content: center; gap: 4px; padding: 12px 6px; }
  .hero-meta-item:nth-child(2) { border-right: 0; }
  .hero-meta-item:nth-child(-n+2) { border-bottom: 1px solid rgba(205, 187, 154, .25); }
  .hero-meta-item img { width: 72px; height: 48px; }
  .hero-meta-item strong { font-size: .875rem; overflow-wrap: normal; }
  .overview { padding-block: 68px; }
  .overview .section-title { font-size: 2.7rem; }
  .overview-lead { font-size: 1.3rem; }
  .groups { padding-block: 64px 48px; }
  .section-head { gap: 18px; }
  .section-title { font-size: 2.6rem; }
  .group-picker { gap: 6px; margin-block: 26px; }
  .group-picker .choice { padding-inline: 15px; }
  .access-track { --card-width: calc(100vw - 48px); padding-inline: 24px; gap: 16px; scroll-padding-inline: 24px; }
  .access-card-copy { margin: 12px 8px 0; padding: 18px 18px 20px; }
  .access-card-copy h3 { font-size: 1.375rem; margin-bottom: 8px; }
  .services { margin-top: 46px; padding-top: 32px; }
  .service-grid { grid-template-columns: 1fr; gap: 28px; }
  .service-grid h3 { min-height: auto; margin-bottom: 8px; }
  .route-heading { padding-block: 48px 30px; }
  .route-copy { width: calc(100% - 40px); }
  .route-media { aspect-ratio: 4/3; }
  .route-copy h3 { font-size: 2.35rem; }
  .route-copy > p:last-child { font-size: 1rem; }
  .route-rail { padding: 0 20px 34px; gap: 6px; }
  .route-rail button { padding-inline: 12px; }
  .particulars { padding-block: 52px; }
  .map-canvas { width: min(340px, 90vw); }
  .map-description > h2 { font-size: 2.4rem; }
  .closer .section-head { left: 20px; }
  .closer-slide figcaption { left: 20px; right: 20px; bottom: 80px; font-size: 1.0625rem; }
  .closer .carousel-controls { right: 20px; bottom: 20px; }
  .enquire { padding-block: 72px; }
  .enquire h2 { font-size: clamp(2.4rem, 10vw, 3.5rem); }
  .enquire p { font-size: 1rem; }
  .contact { padding: 96px 20px 44px; }
  .contact h1 { font-size: 3rem; }
  .contact-whatsapp { margin-top: 22px; padding: 22px; gap: 20px; }
  .contact-whatsapp .button-whatsapp { width: 100%; }
  .whatsapp-details { gap: 14px; }
  .contact-form-panel { margin-top: 20px; padding: 24px 20px; }
  .contact-form-heading { margin-bottom: 22px; }
  .contact-form-heading h2 { font-size: 1.5rem; }
  .contact-fields { grid-template-columns: 1fr; gap: 16px; }
  .contact-form-actions { flex-direction: column-reverse; align-items: stretch; gap: 14px; }
  .button-send { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
