:root {
  --ink: #17363a;
  --ink-deep: #10292c;
  --paper: #f2eee6;
  --salt: #fcfaf6;
  --terra: #a6533e;
  --glass: #89a9a2;
  --text: #172425;
  --muted: #596563;
  --line: #d5d0c6;
  --serif: "Newsreader", Georgia, serif;
  --sans: "Manrope", system-ui, sans-serif;
  --mono: "DM Mono", monospace;
  --pad: clamp(1.35rem, 4vw, 5rem);
  --radius: 2px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: var(--sans); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
::selection { background: var(--terra); color: white; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 999; background: white; padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 84px; padding: 0 var(--pad); border-bottom: 1px solid rgba(255,255,255,.25); color: white; transition: background .35s, color .35s, min-height .35s, box-shadow .35s; }
.site-header.is-scrolled { min-height: 70px; background: rgba(242,238,230,.92); color: var(--ink); box-shadow: 0 10px 30px rgba(23,54,58,.07); backdrop-filter: blur(18px); border-color: rgba(23,54,58,.1); }
.brand { display: inline-flex; align-items: center; gap: .75rem; width: fit-content; }
.brand-mark { display: grid; width: 42px; aspect-ratio: 1; place-items: center; border: 1px solid currentColor; border-radius: 50%; }
.brand-mark svg { width: 32px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: var(--serif); font-size: 1.2rem; font-weight: 400; line-height: 1; }
.brand small { margin-top: .25rem; font-family: var(--mono); font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; opacity: .78; }
.desktop-nav { display: flex; gap: 2rem; font-size: .75rem; letter-spacing: .03em; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: -.4rem; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: .8rem; }
.language-switcher { display: flex; gap: .1rem; }
.language-switcher button { border: 0; background: transparent; color: inherit; padding: .45rem .35rem; font: .68rem var(--mono); opacity: .62; cursor: pointer; }
.language-switcher button.is-active { opacity: 1; text-decoration: underline; text-underline-offset: 4px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.25rem; min-height: 54px; padding: 0 1.5rem; border: 1px solid transparent; font-size: .76rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; transition: transform .25s, background .25s, color .25s; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 40px; padding: 0 1rem; font-size: .61rem; }
.button-dark { background: var(--ink); color: white; }
.site-header:not(.is-scrolled) .button-dark { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.55); }
.button-primary { background: var(--terra); color: white; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 1px; margin: 6px auto; background: currentColor; transition: transform .25s; }
.mobile-nav { display: none; }

.hero { position: relative; display: grid; grid-template-columns: 47% 53%; min-height: min(900px, 100vh); background: var(--ink); color: white; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0 53% 0 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px); background-size: 80px 80px; }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 10rem clamp(2rem,6vw,7rem) 11rem var(--pad); }
.eyebrow { display: flex; align-items: center; gap: .75rem; margin: 0 0 2rem; color: var(--ink); font: .65rem var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.eyebrow b, .service-list b { font: inherit; font-weight: inherit; }
.eyebrow span { width: 30px; height: 1px; background: currentColor; }
.hero .eyebrow, .eyebrow.light { color: rgba(255,255,255,.68); }
.hero h1, .display-title { margin: 0; font: 300 clamp(3.4rem,6.6vw,7.2rem)/.85 var(--serif); letter-spacing: -.045em; }
.hero h1 { max-width: 800px; font-size: clamp(3.7rem, 6.2vw, 7rem); }
.hero h1 em, .display-title em { color: var(--terra); font-weight: 300; }
.hero-lede { max-width: 590px; margin: 2rem 0 2.4rem; color: rgba(255,255,255,.74); font-size: clamp(.95rem,1.25vw,1.15rem); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 2rem; }
.text-link, .card-link { display: inline-flex; align-items: center; gap: .8rem; border: 0; border-bottom: 1px solid currentColor; background: transparent; padding: .65rem 0; font-size: .7rem; cursor: pointer; }
.hero-notes { display: flex; gap: 3rem; margin-top: 4rem; }
.hero-notes > div { display: flex; gap: .8rem; }
.note-index { color: var(--terra); font: .58rem var(--mono); }
.hero-notes p { margin: 0; color: rgba(255,255,255,.7); font-size: .68rem; line-height: 1.55; }
.hero-visual { position: relative; min-width: 0; }
.hero-image-wrap { height: 100%; margin: 0; overflow: hidden; }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(23,54,58,.36), transparent 35%), linear-gradient(0deg, rgba(10,26,28,.25), transparent 40%); }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.hero-image-wrap figcaption { position: absolute; z-index: 2; top: 8rem; right: 2rem; display: flex; gap: 1rem; color: rgba(255,255,255,.82); font: .55rem var(--mono); letter-spacing: .11em; text-transform: uppercase; writing-mode: vertical-rl; }
.hero-seal { position: absolute; z-index: 3; right: 2.5rem; bottom: 9rem; display: grid; width: 108px; aspect-ratio: 1; place-items: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; text-align: center; font: .5rem/1.7 var(--mono); letter-spacing: .15em; animation: float 4s ease-in-out infinite; }
.route-ribbon { position: absolute; z-index: 5; right: var(--pad); bottom: 0; left: var(--pad); display: grid; grid-template-columns: 170px 1fr 130px; align-items: center; min-height: 108px; padding: 1rem 1.5rem; background: var(--salt); color: var(--ink); box-shadow: 0 -20px 50px rgba(7,22,24,.14); }
.route-label span, .route-status { font: .5rem var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.route-label strong { display: block; margin-top: .35rem; font: 1.05rem var(--serif); }
.route-track { position: relative; height: 74px; margin: 0 2rem; }
.route-track svg { position: absolute; inset: 0; width: 100%; height: 60px; overflow: visible; }
.route-track path { fill: none; stroke-width: 1.5; }
.route-base { stroke: var(--line); }
.route-active { stroke: var(--terra); stroke-dasharray: 7 9; animation: travel 18s linear infinite; }
.route-dot { position: absolute; top: 27px; width: 7px; height: 7px; border: 2px solid var(--salt); border-radius: 50%; background: var(--terra); box-shadow: 0 0 0 1px var(--terra); }
.dot-1 { left: 1%; }.dot-2 { left: 36%; }.dot-3 { left: 71%; }.dot-4 { right: 1%; }
.route-cities { position: absolute; right: 0; bottom: 0; left: 0; display: flex; justify-content: space-between; color: var(--muted); font: .6rem var(--mono); text-transform: uppercase; }
.route-status { display: flex; align-items: center; gap: .6rem; }
.route-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--glass); box-shadow: 0 0 0 5px rgba(137,169,162,.18); }

.section-pad { padding: clamp(6rem,10vw,10rem) var(--pad); }
.section-number { margin-bottom: clamp(3rem,6vw,6rem); color: var(--muted); font: .65rem var(--mono); letter-spacing: .13em; text-transform: uppercase; }
.intro-grid, .section-split { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: start; }
.display-title { font-size: clamp(3.2rem,5.4vw,6rem); color: var(--ink); }
.display-title.light { color: white; }
.intro-copy { max-width: 590px; padding-top: 1rem; }
.intro-copy p { margin: 0 0 1.5rem; font-size: clamp(1.05rem,1.6vw,1.4rem); line-height: 1.75; }
.intro-copy p:first-child::first-letter { float: left; margin: .1rem .55rem 0 0; color: var(--terra); font: 4.6rem/.7 var(--serif); }

.journey { background: var(--ink); color: white; }
.journey-heading { display: grid; grid-template-columns: 1fr 420px; align-items: end; gap: 5vw; margin-bottom: 5rem; }
.section-lede { max-width: 540px; color: var(--muted); line-height: 1.8; }
.section-lede.light { color: rgba(255,255,255,.6); }
.journey-list { margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.16); list-style: none; }
.journey-step { border-bottom: 1px solid rgba(255,255,255,.16); }
.journey-step button { display: grid; grid-template-columns: 70px 1fr 180px 30px; align-items: center; width: 100%; min-height: 92px; border: 0; background: transparent; color: white; text-align: left; cursor: pointer; }
.step-no { color: var(--terra); font: .6rem var(--mono); }
.journey-step strong { font: 300 clamp(1.3rem,2.2vw,2rem) var(--serif); }
.step-place { color: rgba(255,255,255,.45); font: .55rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.journey-step button i { position: relative; width: 25px; height: 25px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.journey-step button i::before, .journey-step button i::after { content: ""; position: absolute; top: 11px; left: 7px; width: 9px; height: 1px; background: white; }
.journey-step button i::after { transform: rotate(90deg); transition: transform .25s; }
.journey-step.is-open button i::after { transform: rotate(0); }
.step-content { display: grid; grid-template-columns: 1fr 180px 30px; gap: 1rem; max-height: 0; margin-left: 70px; overflow: hidden; opacity: 0; transition: max-height .4s, opacity .3s, padding .4s; }
.journey-step.is-open .step-content { max-height: 170px; padding: 0 0 2rem; opacity: 1; }
.step-content p { max-width: 650px; margin: 0; color: rgba(255,255,255,.63); }
.step-content span { color: var(--glass); font: .55rem var(--mono); text-transform: uppercase; }

.treatments { background: var(--salt); }
.section-split { align-items: end; margin-bottom: 5rem; }
.treatment-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.treatment-card { display: flex; flex-direction: column; justify-content: space-between; min-height: 590px; padding: 2.2rem; background: var(--paper); transition: background .3s, color .3s; }
.treatment-card:hover { background: var(--ink); color: white; }
.card-top { display: flex; align-items: start; justify-content: space-between; color: var(--muted); font: .58rem var(--mono); }
.card-top svg { width: 80px; fill: none; stroke: var(--terra); stroke-width: 1.2; }
.card-kicker { color: var(--terra); font: .55rem var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.treatment-card h3 { margin: .75rem 0 1.25rem; font: 300 clamp(2.5rem,3.5vw,4rem)/.9 var(--serif); }
.treatment-card p:not(.card-kicker) { max-width: 350px; color: var(--muted); font-size: .9rem; }
.treatment-card:hover p:not(.card-kicker) { color: rgba(255,255,255,.65); }
.card-link { width: 100%; justify-content: space-between; text-transform: uppercase; }
.medical-note { margin: 2rem 0 0; color: var(--muted); font-size: .78rem; }

.hospitality { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 760px; background: var(--paper); }
.hospitality-image { position: relative; min-height: 650px; }
.hospitality-image img { width: 100%; height: 100%; object-fit: cover; }
.image-caption { position: absolute; bottom: 1rem; left: 1rem; padding: .5rem .7rem; background: var(--salt); color: var(--ink); font: .5rem var(--mono); text-transform: uppercase; }
.hospitality-copy { display: flex; flex-direction: column; justify-content: center; padding: 6rem var(--pad); }
.hospitality-copy > p:not(.eyebrow) { max-width: 550px; margin: 2rem 0 3rem; color: var(--muted); }
.service-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.service-list li { display: flex; gap: 1rem; padding: 1.1rem 0; border-bottom: 1px solid var(--line); font: 1.1rem var(--serif); }
.service-list span { padding-top: .2rem; color: var(--terra); font: .52rem var(--mono); }

.destinations { background: var(--salt); }
.destination-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 7vw; align-items: center; }
.destination-copy > p:not(.eyebrow) { margin: 2rem 0; color: var(--muted); }
.place-tags { display: flex; flex-wrap: wrap; gap: .5rem; }
.place-tags span { padding: .5rem .8rem; border: 1px solid var(--line); border-radius: 999px; font: .55rem var(--mono); text-transform: uppercase; }
.stay-card { position: relative; margin: 0; overflow: hidden; }
.stay-card img { width: 100%; min-height: 600px; object-fit: cover; transition: transform 1s ease; }
.stay-card:hover img { transform: scale(1.02); }
.stay-card figcaption { position: absolute; right: 1.2rem; bottom: 1.2rem; left: 1.2rem; display: flex; justify-content: space-between; align-items: center; padding: 1.2rem; background: rgba(252,250,246,.9); backdrop-filter: blur(12px); }
.stay-card figcaption strong { font: 1.25rem var(--serif); }
.stay-card figcaption span { max-width: 330px; color: var(--muted); font-size: .65rem; }

.about { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: center; background: var(--ink); color: white; overflow: hidden; }
.about-orbit { position: relative; display: grid; width: min(100%,540px); aspect-ratio: 1; place-items: center; }
.about-orbit svg { position: absolute; inset: 0; width: 100%; fill: none; stroke: rgba(255,255,255,.15); stroke-width: 1; animation: spin 50s linear infinite; }
.about-orbit svg circle:last-of-type { fill: var(--terra); stroke: none; }
.initials { display: grid; width: 45%; aspect-ratio: 1; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: var(--paper); font: 300 clamp(4rem,9vw,8rem) var(--serif); }
.about-copy { max-width: 760px; }
.about-copy blockquote { margin: 2.5rem 0; color: var(--glass); font: 300 clamp(1.5rem,2.5vw,2.4rem)/1.25 var(--serif); }
.about-copy > p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.64); }
.about-signature { margin-top: 2.5rem; }
.about-signature span, .about-signature small { display: block; }
.about-signature span { color: var(--paper); font: italic 2rem var(--serif); }
.about-signature small { margin-top: .3rem; color: rgba(255,255,255,.4); font: .52rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }

.enquiry { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; background: var(--paper); }
.enquiry-intro > p:not(.eyebrow) { max-width: 560px; margin: 2rem 0; color: var(--muted); }
.privacy-note { display: flex; gap: .8rem; align-items: center; margin-top: 3rem; }
.privacy-note svg { width: 38px; padding: 8px; border: 1px solid var(--line); border-radius: 50%; fill: none; stroke: var(--ink); stroke-width: 1.4; }
.privacy-note span { font: .7rem var(--mono); text-transform: uppercase; }
.privacy-note small { color: var(--muted); font: .62rem var(--sans); text-transform: none; }
.enquiry-form { padding: clamp(2rem,4vw,4rem); background: var(--salt); border: 1px solid var(--line); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.enquiry-form label { display: block; margin-bottom: 1.5rem; color: var(--muted); font: .65rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.enquiry-form input, .enquiry-form select { width: 100%; margin-top: .55rem; padding: 1rem 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; background: transparent; color: var(--ink); font: .9rem var(--sans); text-transform: none; }
.enquiry-form input:focus, .enquiry-form select:focus { border-color: var(--terra); }
.check { display: flex !important; gap: .75rem; align-items: start; text-transform: none !important; line-height: 1.55 !important; }
.check input { width: 17px; margin: .1rem 0 0; accent-color: var(--terra); }
.form-status { margin: 1rem 0 0; color: var(--terra); font-size: .75rem; }
.direct-contact { margin-top: 2.5rem; }
.direct-contact-label { display: block; margin-bottom: 1rem; color: var(--muted); font: .65rem var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.contact-links { display: flex; flex-wrap: wrap; gap: .8rem; }
.contact-chip { display: inline-flex; align-items: center; gap: .6rem; padding: .7rem 1.1rem; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); font: .8rem var(--sans); transition: background .2s ease, color .2s ease, border-color .2s ease; }
.contact-chip svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.contact-chip:hover { background: var(--ink); border-color: var(--ink); color: #fff; }
.contact-chip:first-child:hover { background: #25d366; border-color: #25d366; }

.whatsapp-float { position: fixed; right: clamp(1rem,3vw,2rem); bottom: clamp(1rem,3vw,2rem); z-index: 60; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: #25d366; box-shadow: 0 12px 30px rgba(37,211,102,.4); transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-float svg { width: 32px; height: 32px; fill: #fff; stroke: #fff; stroke-width: 1.2; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.04); box-shadow: 0 16px 38px rgba(37,211,102,.5); }

.site-footer { padding: 5rem var(--pad) 1.5rem; background: var(--ink-deep); color: white; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr auto; gap: 4rem; align-items: center; padding-bottom: 4rem; border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-main > p { max-width: 380px; color: rgba(255,255,255,.52); font-size: .75rem; }
.footer-cta { display: flex; gap: 2.5rem; align-items: center; padding-bottom: .6rem; border-bottom: 1px solid var(--terra); font: 1.25rem var(--serif); }
.footer-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 4rem; padding: 4rem 0; }
.footer-grid a { word-break: break-word; }
.footer-grid > div { display: flex; flex-direction: column; gap: .65rem; font-size: .7rem; }
.footer-grid small { margin-bottom: .5rem; color: var(--terra); font: .52rem var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.footer-grid span { color: rgba(255,255,255,.55); }
.footer-bottom { display: grid; grid-template-columns: auto 1fr auto auto; gap: 1.4rem 2rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.68); font-size: .65rem; align-items: center; }
.footer-bottom span:nth-child(2) { justify-self: center; max-width: 720px; text-align: center; }
.footer-credit { justify-self: end; color: rgba(255,255,255,.55); white-space: nowrap; }
.footer-credit a { color: var(--terra); text-decoration: none; border-bottom: 1px solid transparent; transition: border-color .2s ease; }
.footer-credit a:hover { border-bottom-color: var(--terra); }

.treatment-modal { width: min(720px,calc(100% - 2rem)); padding: clamp(2rem,5vw,4.5rem); border: 0; background: var(--salt); color: var(--ink); box-shadow: 0 30px 100px rgba(0,0,0,.35); }
.treatment-modal::backdrop { background: rgba(10,28,30,.78); backdrop-filter: blur(6px); }
.modal-close { position: absolute; top: 1rem; right: 1rem; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 1.5rem; cursor: pointer; }
.treatment-modal h2 { margin: 0 0 1rem; font: 300 clamp(3rem,8vw,5rem)/.9 var(--serif); }
.treatment-modal > p:not(.eyebrow,.medical-note) { color: var(--muted); }
.modal-list { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem 2rem; margin: 2rem 0; padding: 2rem 0; border-block: 1px solid var(--line); }
.modal-list span { font-size: .75rem; }
.modal-list span::before { content: "·"; margin-right: .6rem; color: var(--terra); }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }.delay-2 { transition-delay: .22s; }
@keyframes travel { to { stroke-dashoffset: -160; } }
@keyframes float { 50% { transform: translateY(-8px); } }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 52% 48%; }
  .hero-copy { padding-right: 2rem; }
  .hero h1 { font-size: clamp(3.2rem,6.2vw,5.2rem); }
  .route-ribbon { grid-template-columns: 130px 1fr; }
  .route-status { display: none; }
  .treatment-card { min-height: 500px; padding: 1.5rem; }
  .footer-grid { grid-template-columns: repeat(2,1fr); gap: 2.5rem; }
}

@media (max-width: 800px) {
  .site-header { min-height: 68px; }
  .header-actions .button { display: none; }
  .js .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-nav { position: fixed; inset: 68px 0 0; display: flex; flex-direction: column; gap: 0; padding: 2rem var(--pad); background: var(--paper); color: var(--ink); }
  .js .mobile-nav { visibility: hidden; pointer-events: none; transform: translateX(100%); transition: transform .35s, visibility .35s; }
  .js .mobile-nav.is-open { visibility: visible; pointer-events: auto; transform: none; }
  .mobile-nav a { padding: 1rem 0; border-bottom: 1px solid var(--line); font: 2rem var(--serif); }
  .hero { display: flex; min-height: auto; flex-direction: column; }
  .hero-copy { min-height: 760px; padding: 9rem var(--pad) 9rem; }
  .hero h1 { font-size: clamp(3.5rem,13vw,5.5rem); }
  .hero-visual { height: 560px; }
  .hero-image-wrap figcaption { top: 2rem; }
  .route-ribbon { right: 1rem; bottom: 1rem; left: 1rem; grid-template-columns: 1fr; min-height: 145px; }
  .route-label { display: flex; justify-content: space-between; align-items: center; }
  .route-track { margin: .3rem 0 0; }
  .intro-grid, .section-split, .journey-heading, .destination-grid, .about, .enquiry { grid-template-columns: 1fr; }
  .intro-copy { padding-top: 3rem; }
  .journey-heading { align-items: start; }
  .journey-step button { grid-template-columns: 45px 1fr 28px; }
  .step-place { display: none; }
  .step-content { grid-template-columns: 1fr; margin-left: 45px; }
  .step-content span { display: none; }
  .treatment-grid { grid-template-columns: 1fr; }
  .treatment-card { min-height: 450px; }
  .hospitality { grid-template-columns: 1fr; }
  .hospitality-image { min-height: 560px; }
  .destination-grid { gap: 4rem; }
  .stay-card img { min-height: 500px; }
  .about-orbit { width: min(85vw,460px); margin: auto; }
  .about-copy { padding-top: 2rem; }
  .footer-main, .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { grid-template-columns: 1fr; }
  .footer-bottom span:nth-child(2) { justify-self: start; text-align: left; }
  .footer-credit { justify-self: start; white-space: normal; }
}

@media (max-width: 540px) {
  .brand small { display: none; }
  .brand strong { font-size: 1rem; }
  .brand-mark { width: 36px; }
  .hero-copy { min-height: 720px; }
  .hero-lede { font-size: .9rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: .6rem; }
  .hero-actions .text-link { width: fit-content; }
  .hero-notes { gap: 1rem; margin-top: 2.5rem; }
  .hero-visual { height: 500px; }
  .hero-image-wrap img { object-position: 58% center; }
  .hero-seal { right: 1rem; bottom: 11rem; width: 88px; }
  .route-ribbon { padding: .8rem; }
  .display-title { font-size: clamp(3rem,14vw,4.4rem); }
  .section-pad { padding-block: 5.5rem; }
  .treatment-card { min-height: 410px; }
  .hospitality-image { min-height: 420px; }
  .stay-card figcaption { display: block; }
  .stay-card figcaption span { display: block; margin-top: .4rem; }
  .form-row, .modal-list { grid-template-columns: 1fr; }
  .enquiry-form { padding: 1.3rem; }
}

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