:root {
  --ink: #183231;
  --ink-soft: #4b5e5b;
  --green: #123c3a;
  --green-deep: #092b29;
  --ivory: #f6f1e7;
  --paper: #fffdf8;
  --sun: #e5b54a;
  --line: rgba(24, 50, 49, .16);
  --radius: 1.4rem;
  --shadow: 0 24px 80px rgba(20, 49, 45, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: .75rem;
  left: .75rem;
  padding: .8rem 1rem;
  color: white;
  background: var(--green);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.wrap { width: min(1200px, calc(100% - 3rem)); margin-inline: auto; }
.section { padding: clamp(5.5rem, 10vw, 9rem) 0; }
.eyebrow {
  margin: 0 0 1rem;
  color: #9a6d11;
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow--light { color: #f3cf78; }
h1, h2, h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.035em;
}
h2 { font-size: clamp(2.6rem, 5vw, 4.9rem); line-height: .98; }
h3 { font-size: clamp(2rem, 3.5vw, 3.6rem); line-height: 1.02; }
p { line-height: 1.7; }

.button {
  display: inline-flex;
  min-height: 3.65rem;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  padding: .95rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 999px;
  color: white;
  background: var(--green);
  font-size: .9rem;
  font-weight: 750;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(0, 0, 0, .15); }
.button:focus-visible, button:focus-visible, a:focus-visible { outline: 3px solid #f3cf78; outline-offset: 3px; }
.button--sun { color: #142b29; background: var(--sun); }
.button--sun:hover { background: #efc766; }
.button--small { min-height: 2.8rem; padding: .7rem 1rem; font-size: .8rem; }
.text-link { display: inline-flex; gap: .55rem; align-items: center; font-weight: 700; text-underline-offset: .3rem; }
.text-link--light { color: white; }

.site-header {
  position: fixed;
  z-index: 30;
  inset: 0 0 auto;
  display: flex;
  min-height: 5rem;
  align-items: center;
  justify-content: space-between;
  padding: .85rem max(1.5rem, calc((100vw - 1200px) / 2));
  color: white;
  transition: color .25s ease, background-color .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled { color: var(--ink); background: rgba(255, 253, 248, .94); box-shadow: 0 1px 18px rgba(13, 49, 45, .08); backdrop-filter: blur(14px); }
.wordmark { display: flex; flex-direction: column; text-decoration: none; }
.wordmark span { font-family: Georgia, "Times New Roman", serif; font-size: 1.34rem; line-height: 1; }
.wordmark small { margin-top: .3rem; font-size: .58rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 1.45rem; }
.site-nav > a:not(.button) { font-size: .8rem; font-weight: 700; text-decoration: none; }
.site-nav > a:not(.button):hover { text-decoration: underline; text-underline-offset: .35rem; }
.menu-toggle { display: none; }

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  align-items: end;
  color: white;
  background: var(--green-deep);
}
.hero__image, .hero__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__image { object-fit: cover; object-position: 50% 56%; }
.hero__veil { background: linear-gradient(90deg, rgba(0, 47, 75, .55) 0%, rgba(0, 72, 112, .18) 54%, rgba(0, 94, 145, .05) 100%), linear-gradient(0deg, rgba(4, 38, 55, .62) 0%, transparent 43%); }
.hero__content { position: relative; z-index: 1; padding: 10rem 0 11rem; }
.hero h1 { max-width: 850px; font-size: clamp(3.45rem, 7.5vw, 7rem); line-height: .91; text-shadow: 0 4px 30px rgba(0, 0, 0, .2); }
.hero__intro { max-width: 640px; margin: 1.5rem 0 0; font-size: clamp(1rem, 1.8vw, 1.24rem); }
.hero__actions { display: flex; align-items: center; gap: 1.4rem; margin-top: 2rem; }
.hero__facts {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  padding: 1.3rem 0 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, .35);
  list-style: none;
}
.hero__facts li { display: flex; flex-direction: column; padding: 0 1.5rem; border-left: 1px solid rgba(255, 255, 255, .25); }
.hero__facts li:first-child { padding-left: 0; border-left: 0; }
.hero__facts strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; font-weight: 400; }
.hero__facts span { margin-top: .2rem; color: rgba(255, 255, 255, .78); font-size: .72rem; }

.tour { background: var(--ivory); }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 4rem; align-items: end; }
.section-heading > p { max-width: 32rem; margin: 0; color: var(--ink-soft); }
.space-tabs {
  display: flex;
  gap: .55rem;
  margin: 3.5rem 0 1.2rem;
  overflow-x: auto;
  padding: .2rem .1rem .7rem;
  scrollbar-width: thin;
}
.space-tabs button {
  flex: 0 0 auto;
  min-height: 2.8rem;
  padding: .7rem 1.05rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
}
.space-tabs button[aria-selected="true"] { color: white; border-color: var(--green); background: var(--green); }
.tour-card {
  display: grid;
  min-height: 610px;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr);
  overflow: hidden;
  border-radius: var(--radius);
  background: white;
  box-shadow: var(--shadow);
}
.tour-visual { position: relative; min-height: 610px; overflow: hidden; background: #d9e3df; }
.tour-image-button { width: 100%; height: 100%; min-height: 610px; padding: 0; overflow: hidden; border: 0; background: transparent; cursor: grab; touch-action: pan-y; user-select: none; }
.tour-image-button:active { cursor: grabbing; }
.tour-visual img { width: 100%; height: 100%; object-fit: cover; transition: opacity .22s ease, transform .7s ease; }
.tour-image-button:hover img { transform: scale(1.025); }
.tour-visual img.is-changing { opacity: .3; }
.image-action {
  position: absolute;
  right: 1.1rem;
  bottom: 1.1rem;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .65rem .9rem;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, .92);
  font-size: .74rem;
  font-weight: 750;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .14);
}
.photo-navigation {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  align-items: center;
  gap: .25rem;
  padding: .35rem;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .14);
  backdrop-filter: blur(10px);
}
.photo-navigation button { width: 2.35rem; height: 2.35rem; border: 0; border-radius: 50%; color: var(--ink); background: transparent; cursor: pointer; }
.photo-navigation button:hover { color: white; background: var(--green); }
.photo-navigation p { display: flex; min-width: 9rem; align-items: center; justify-content: space-between; gap: .8rem; margin: 0; padding: 0 .45rem; font-size: .7rem; line-height: 1.2; }
.photo-navigation small { color: var(--ink-soft); white-space: nowrap; }
.photo-dots { position: absolute; top: 1rem; left: 50%; display: flex; gap: .45rem; padding: .55rem .7rem; border-radius: 999px; background: rgba(9, 43, 41, .48); transform: translateX(-50%); backdrop-filter: blur(8px); }
.photo-dots button { width: .48rem; height: .48rem; padding: 0; border: 0; border-radius: 50%; background: rgba(255, 255, 255, .58); cursor: pointer; transition: width .2s ease, background-color .2s ease; }
.photo-dots button[aria-current="true"] { width: 1.3rem; border-radius: 999px; background: var(--sun); }
.swipe-hint { display: none; }
.tour-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 5vw, 4.2rem); }
.tour-count { display: flex; align-items: baseline; gap: .25rem; margin-bottom: 2.7rem; color: #81908d; }
.tour-count [data-current] { color: var(--green); font-family: Georgia, serif; font-size: 2.6rem; }
.tour-copy > p:not(.eyebrow) { margin: 1.4rem 0; color: var(--ink-soft); }
.feature-list { display: grid; gap: .75rem; margin: 0; padding: 0; list-style: none; }
.feature-list li { display: flex; align-items: center; gap: .7rem; font-size: .88rem; }
.feature-list li::before { content: ""; width: .45rem; height: .45rem; border-radius: 50%; background: var(--sun); }
.tour-controls { display: flex; gap: .7rem; margin-top: 2.2rem; }
.round-button { width: 3rem; height: 3rem; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: white; cursor: pointer; transition: color .2s ease, background .2s ease; }
.round-button:hover { color: white; background: var(--green); }
.amenity-bar { display: flex; justify-content: center; gap: 0; margin-top: 2rem; overflow-x: auto; color: var(--ink-soft); }
.amenity-bar span { flex: 0 0 auto; padding: 0 1rem; border-left: 1px solid var(--line); font-size: .76rem; }
.amenity-bar span:first-child { border-left: 0; }
.equipment { margin-top: 2.5rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.equipment summary { display: flex; min-height: 4.6rem; align-items: center; justify-content: space-between; gap: 1rem; font-family: Georgia, serif; font-size: 1.15rem; cursor: pointer; list-style: none; }
.equipment summary::-webkit-details-marker { display: none; }
.equipment summary span { transition: transform .2s ease; }
.equipment[open] summary span { transform: rotate(180deg); }
.equipment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(2rem, 5vw, 4rem); padding: .5rem 0 2.5rem; }
.equipment-grid h3 { margin-bottom: 1rem; font-family: inherit; font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.equipment-grid ul { display: grid; gap: .6rem; margin: 0; padding: 0; color: var(--ink-soft); list-style: none; }
.equipment-grid li { position: relative; padding-left: 1rem; font-size: .82rem; line-height: 1.45; }
.equipment-grid li::before { content: ""; position: absolute; top: .55rem; left: 0; width: .3rem; height: .3rem; border-radius: 50%; background: var(--sun); }

.story { background: var(--paper); }
.story-grid { display: grid; grid-template-columns: minmax(320px, .85fr) 1.15fr; gap: clamp(3rem, 8vw, 7rem); align-items: center; }
.story-image { position: relative; padding: 0 14% 13% 0; }
.story-image__garden { width: 100%; aspect-ratio: 4 / 5.1; border-radius: 50% 50% 1rem 1rem; object-fit: cover; box-shadow: var(--shadow); }
.story-image__palace { position: absolute; right: 0; bottom: 0; width: 57%; aspect-ratio: 4 / 3; border: 7px solid var(--paper); border-radius: 1rem; object-fit: cover; box-shadow: 0 18px 45px rgba(20, 49, 45, .2); }
.story-image > span { position: absolute; bottom: 1.1rem; left: 1.1rem; padding: .75rem 1rem; border-radius: 999px; color: white; background: rgba(18, 60, 58, .9); font-family: Georgia, serif; }
.story-copy > p:not(.eyebrow) { max-width: 640px; margin: 1.7rem 0; color: var(--ink-soft); font-size: 1.05rem; }
.distance-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.5rem; }
.distance-grid div { display: flex; flex-direction: column; padding-top: 1rem; border-top: 1px solid var(--line); }
.distance-grid strong { font-family: Georgia, serif; font-size: 1.75rem; font-weight: 400; }
.distance-grid span { margin-top: .2rem; color: var(--ink-soft); font-size: .72rem; }
.garden-thumbs { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; margin-top: 1.8rem; }
.garden-thumbs figure { position: relative; margin: 0; overflow: hidden; border-radius: .9rem; }
.garden-thumbs img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform .5s ease; }
.garden-thumbs figure:hover img { transform: scale(1.035); }
.garden-thumbs figcaption { position: absolute; right: .55rem; bottom: .55rem; left: .55rem; padding: .55rem .7rem; border-radius: .6rem; color: white; background: rgba(9, 43, 41, .74); font-size: .68rem; backdrop-filter: blur(8px); }
.palace-film { display: grid; grid-template-columns: .62fr 1.38fr; gap: clamp(2.5rem, 7vw, 6rem); align-items: center; margin-top: clamp(4.5rem, 9vw, 8rem); padding: clamp(2rem, 4vw, 3.5rem); border-radius: var(--radius); background: var(--ivory); }
.palace-film__copy p:not(.eyebrow) { margin-bottom: 0; color: var(--ink-soft); }
.video-frame { position: relative; overflow: hidden; aspect-ratio: 16 / 9; border-radius: 1rem; background: var(--green-deep); box-shadow: var(--shadow); }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.destination { display: grid; grid-template-columns: .88fr 1.12fr; min-height: 540px; margin-top: clamp(2rem, 5vw, 4rem); overflow: hidden; border-radius: var(--radius); color: white; background: var(--green); box-shadow: var(--shadow); }
.destination > img { width: 100%; height: 100%; object-fit: cover; }
.destination__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2.3rem, 5vw, 5rem); }
.destination__copy h2 { max-width: 680px; font-size: clamp(2.5rem, 4.7vw, 4.6rem); }
.destination__copy > p:not(.eyebrow) { max-width: 670px; margin: 1.5rem 0 2rem; color: rgba(255, 255, 255, .8); }
.destination__copy ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin: 0; padding: 0; list-style: none; }
.destination__copy li { display: flex; flex-direction: column; padding-top: 1rem; border-top: 1px solid rgba(255, 255, 255, .25); }
.destination__copy li strong { font-family: Georgia, serif; font-size: 1rem; font-weight: 400; }
.destination__copy li span { margin-top: .3rem; color: rgba(255, 255, 255, .68); font-size: .67rem; line-height: 1.4; }
.seo-faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(2.5rem, 8vw, 7rem); margin-top: clamp(5rem, 10vw, 9rem); }
.seo-faq__heading { position: sticky; top: 7rem; align-self: start; }
.seo-faq__items { border-top: 1px solid var(--line); }
.seo-faq details { border-bottom: 1px solid var(--line); }
.seo-faq summary { display: flex; min-height: 4.8rem; align-items: center; justify-content: space-between; gap: 1.5rem; font-family: Georgia, serif; font-size: 1.1rem; cursor: pointer; list-style: none; }
.seo-faq summary::-webkit-details-marker { display: none; }
.seo-faq summary span { flex: 0 0 auto; transition: transform .2s ease; }
.seo-faq details[open] summary span { transform: rotate(180deg); }
.seo-faq details p { max-width: 680px; margin: -.25rem 3rem 1.5rem 0; color: var(--ink-soft); font-size: .9rem; }
.partners { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2.5rem, 7vw, 6rem); align-items: center; padding: clamp(5rem, 10vw, 9rem) 0; }
.partners__intro > p:not(.eyebrow) { color: var(--ink-soft); }
.partner-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.partner-card { display: flex; min-height: 210px; flex-direction: column; align-items: center; justify-content: center; margin: 0; padding: 1.4rem; border: 1px solid var(--line); border-radius: 1rem; background: white; transition: transform .25s ease, box-shadow .25s ease; }
.partner-card:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(20, 49, 45, .1); }
.partner-card img { width: 100%; max-width: 150px; max-height: 82px; object-fit: contain; mix-blend-mode: multiply; }
.partner-card p { margin: 1.2rem 0 0; color: var(--ink-soft); font-size: .68rem; line-height: 1.35; text-align: center; }
.booking { display: grid; grid-template-columns: 1fr 1fr; min-height: 540px; overflow: hidden; border-radius: var(--radius); color: white; background: var(--green); box-shadow: var(--shadow); }
.booking > img { width: 100%; height: 100%; object-fit: cover; }
.booking__content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(2.2rem, 5vw, 5rem); }
.booking__content p:not(.eyebrow) { max-width: 500px; margin: 1.5rem 0 2rem; color: rgba(255, 255, 255, .8); }
.booking__content small { margin-top: 1rem; color: rgba(255, 255, 255, .62); }
.site-footer { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 1rem; align-items: center; padding: 3.5rem 0 0; color: var(--ink-soft); font-size: .76rem; }
.wordmark--footer { color: var(--ink); }
.site-footer > a { text-align: right; }
.footer-links { display: flex; grid-column: 1 / -1; gap: 1rem; margin: 1.6rem 0 0; padding-top: 1.3rem; border-top: 1px solid var(--line); }
.mobile-booking { display: none; }

.lightbox { width: min(1100px, calc(100% - 2rem)); max-width: none; max-height: calc(100svh - 2rem); padding: 0; overflow: hidden; border: 0; border-radius: 1rem; background: #101b1a; box-shadow: 0 30px 100px rgba(0, 0, 0, .5); }
.lightbox::backdrop { background: rgba(4, 16, 15, .82); backdrop-filter: blur(8px); }
.lightbox__bar { display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.2rem; color: white; }
.lightbox__bar button { border: 0; color: white; background: transparent; cursor: pointer; }
.lightbox__controls { display: flex; align-items: center; gap: .35rem; }
.lightbox__controls button { display: grid; width: 2.5rem; height: 2.5rem; place-content: center; border-radius: 50%; background: rgba(255, 255, 255, .1); }
.lightbox__controls span { min-width: 3.5rem; font-size: .72rem; text-align: center; }
.lightbox > img { width: 100%; max-height: calc(100svh - 6.5rem); object-fit: contain; cursor: grab; touch-action: pan-y; user-select: none; }
.lightbox > img:active { cursor: grabbing; }

@media (max-width: 900px) {
  .wrap { width: min(100% - 2rem, 720px); }
  .site-header { padding-inline: 1rem; }
  .menu-toggle { position: relative; z-index: 2; display: grid; width: 2.8rem; height: 2.8rem; place-content: center; gap: .42rem; border: 1px solid currentColor; border-radius: 50%; color: inherit; background: transparent; }
  .menu-toggle span:not(.sr-only) { display: block; width: 1rem; height: 1px; background: currentColor; transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; display: none; flex-direction: column; align-items: flex-start; justify-content: center; gap: 1.7rem; padding: 7rem 2rem; color: var(--ink); background: var(--ivory); }
  .site-nav.is-open { display: flex; }
  .site-nav > a:not(.button) { font-family: Georgia, serif; font-size: 2rem; font-weight: 400; }
  .site-nav .button { margin-top: 1rem; }
  .hero { min-height: 92svh; }
  .hero__veil { background: linear-gradient(0deg, rgba(4, 38, 55, .72) 0%, rgba(0, 79, 121, .12) 78%), linear-gradient(90deg, rgba(0, 47, 75, .32), transparent); }
  .hero__content { padding: 9rem 0 12.5rem; }
  .hero h1 { max-width: 650px; }
  .hero__facts { grid-template-columns: repeat(2, 1fr); row-gap: 1rem; padding-bottom: 1.2rem; }
  .hero__facts li:nth-child(3) { padding-left: 0; border-left: 0; }
  .section-heading, .story-grid, .partners, .palace-film, .destination, .seo-faq { grid-template-columns: 1fr; }
  .section-heading { gap: 1.5rem; }
  .tour-card { grid-template-columns: 1fr; }
  .tour-visual { min-height: min(70vw, 520px); }
  .tour-copy { min-height: 470px; }
  .story-image { width: min(100%, 560px); }
  .partners { gap: 2rem; }
  .equipment-grid { grid-template-columns: 1fr 1fr; }
  .destination > img { aspect-ratio: 16 / 10; }
  .seo-faq__heading { position: static; }
  .booking { min-height: 0; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer > a { text-align: right; }
  .site-footer > p:not(.footer-links) { display: none; }
}

@media (max-width: 620px) {
  html { scroll-padding-top: 4.7rem; }
  body { padding-bottom: calc(4.8rem + env(safe-area-inset-bottom)); }
  .section { padding: 4.2rem 0; }
  .site-header { min-height: 4.7rem; }
  .site-header .wordmark span { font-size: 1.18rem; }
  .hero { min-height: 88svh; }
  .hero__image { object-position: 56% 50%; }
  .hero__content { padding: 8.5rem 0 11.2rem; }
  .hero h1 { font-size: clamp(2.8rem, 13vw, 4.35rem); overflow-wrap: anywhere; }
  .hero__intro { font-size: .98rem; line-height: 1.55; }
  .hero__actions { align-items: stretch; flex-direction: column; gap: 1rem; }
  .hero__actions .button { width: 100%; }
  .hero__actions .text-link { justify-content: center; font-size: .84rem; }
  .hero__facts { width: calc(100% - 2rem); }
  .hero__facts li { padding: 0 .8rem; }
  .hero__facts strong { font-size: 1.05rem; }
  .hero__facts span { font-size: .62rem; }
  h2 { font-size: clamp(2.5rem, 12vw, 3.65rem); }
  .space-tabs { width: calc(100% + 1rem); margin-top: 2.4rem; padding-right: 1rem; }
  .tour-card { width: calc(100% + 2rem); margin-left: -1rem; border-radius: 0; box-shadow: none; }
  .tour-visual { min-height: clamp(420px, 62svh, 620px); }
  .tour-image-button { min-height: clamp(420px, 62svh, 620px); }
  .tour-copy { min-height: 0; padding: 2rem 1.25rem 2.5rem; }
  .tour-count { margin-bottom: 1.6rem; }
  .amenity-bar { justify-content: flex-start; width: calc(100% + 1rem); padding: .3rem 0; }
  .amenity-bar span { padding: 0 .75rem; }
  .equipment-grid { grid-template-columns: 1fr; gap: 1.7rem; }
  .photo-navigation { right: 1rem; }
  .photo-navigation button { width: 2.75rem; height: 2.75rem; }
  .photo-navigation p { min-width: 0; flex: 1; }
  .swipe-hint { position: absolute; top: 3.9rem; left: 50%; display: block; padding: .45rem .7rem; border-radius: 999px; color: white; background: rgba(9, 43, 41, .58); font-size: .62rem; white-space: nowrap; transform: translateX(-50%); backdrop-filter: blur(8px); }
  .image-action { display: none; }
  .lightbox__bar { display: grid; grid-template-columns: 1fr auto; gap: .6rem; }
  .lightbox__controls { grid-row: 2; grid-column: 1 / -1; justify-content: center; }
  .lightbox__controls button, .lightbox__bar > button { min-width: 2.75rem; min-height: 2.75rem; }
  .distance-grid { gap: .55rem; }
  .distance-grid strong { font-size: 1.4rem; }
  .distance-grid span { font-size: .65rem; }
  .destination { width: calc(100% + 2rem); margin-left: -1rem; border-radius: 0; }
  .destination__copy { padding: 2.5rem 1.25rem 3rem; }
  .destination__copy ul { grid-template-columns: 1fr; }
  .seo-faq { gap: 2rem; }
  .seo-faq summary { min-height: 4.4rem; font-size: 1rem; }
  .seo-faq details p { margin-right: 0; }
  .partner-grid { grid-template-columns: 1fr; }
  .partner-card { min-height: 160px; }
  .partner-card img { max-width: 170px; max-height: 72px; }
  .booking { grid-template-columns: 1fr; }
  .booking > img { aspect-ratio: 4 / 3; }
  .booking__content { padding: 2.2rem 1.5rem 2.7rem; }
  .booking__content .button { width: 100%; }
  .site-footer { grid-template-columns: 1fr; padding-bottom: 2rem; }
  .site-footer > a { text-align: left; }
  .mobile-booking {
    position: fixed;
    z-index: 40;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .8rem;
    padding: .7rem 1rem calc(.7rem + env(safe-area-inset-bottom));
    border-top: 1px solid var(--line);
    background: rgba(255, 253, 248, .97);
    box-shadow: 0 -12px 34px rgba(20, 49, 45, .12);
    backdrop-filter: blur(14px);
  }
  .mobile-booking > span { display: flex; min-width: 0; flex-direction: column; }
  .mobile-booking strong { font-family: Georgia, serif; font-size: .93rem; font-weight: 400; }
  .mobile-booking small { margin-top: .12rem; color: var(--ink-soft); font-size: .62rem; }
  .mobile-booking .button { min-height: 2.9rem; white-space: nowrap; }
}

@media (max-width: 390px) {
  .wrap { width: calc(100% - 1.5rem); }
  .hero__content { padding-top: 7.7rem; }
  .hero h1 { font-size: clamp(2.65rem, 12.8vw, 3.15rem); }
  .hero__facts { width: calc(100% - 1.5rem); }
  .mobile-booking { padding-inline: .75rem; }
  .mobile-booking strong { font-size: .84rem; }
  .mobile-booking .button { padding-inline: .85rem; font-size: .74rem; }
  .photo-navigation { right: .75rem; left: .75rem; }
  .photo-navigation p { font-size: .66rem; }
}

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

.legal-page { min-height: 100vh; padding: 5rem 0; background: var(--ivory); }
.legal-page__inner { width: min(760px, calc(100% - 2rem)); margin: 0 auto; }
.legal-page__back { display: inline-flex; margin-bottom: 3rem; color: var(--green); font-weight: 700; text-decoration: none; }
.legal-page h1 { margin-bottom: 2.5rem; color: var(--green); }
.legal-page h2 { margin: 2.5rem 0 .8rem; font-size: clamp(1.6rem, 4vw, 2.2rem); }
.legal-page p, .legal-page li { color: var(--ink-soft); line-height: 1.75; }
.legal-page a { color: var(--green); }

/* Language choice remains visible on phones as well as desktops. */
.site-header { gap: 1rem; }
.site-header .wordmark { flex-shrink: 0; }
.language-switch { display: flex; align-items: center; gap: .25rem; margin-left: auto; flex-shrink: 0; position: relative; z-index: 3; }
.language-switch a { display: inline-flex; min-width: 2.25rem; min-height: 2.75rem; align-items: center; justify-content: center; font-size: .875rem; text-decoration: none; }
.language-switch a[aria-current="page"] { font-weight: 800; text-decoration: underline; text-underline-offset: .35rem; }
.language-switch span { opacity: .6; }
@media (min-width: 901px) { .language-switch { order: 3; margin-left: 0; } .site-nav { margin-left: auto; gap: 1rem; } }
@media (min-width: 901px) and (max-width: 1100px) { .site-nav { gap: .65rem; } .site-nav .button { padding-inline: .7rem; } }
@media (max-width: 390px) { .site-header { gap: .4rem; } .language-switch { gap: 0; } .language-switch a { min-width: 2rem; } }
body.menu-open .language-switch { color: var(--ink); }
