:root {
  --ink: #101a16;
  --deep: #0d211d;
  --deep-2: #16362f;
  --leaf: #5d6f4c;
  --sand: #eee2c9;
  --warm: #fbf7ec;
  --mist: #d7ebe4;
  --water: #9eddd6;
  --wood: #9a6844;
  --line: rgba(16, 26, 22, 0.14);
  --shadow: 0 22px 70px rgba(5, 18, 15, 0.22);
  --container: min(100% - 40px, 1280px);
  --text-measure: 680px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f4efe5;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

body::selection {
  background: var(--water);
  color: var(--deep);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

picture {
  display: block;
}

.hero picture {
  display: contents;
}

main {
  overflow: clip;
}

[id] {
  scroll-margin-top: 96px;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: max(10px, env(safe-area-inset-top));
  left: 10px;
  right: 10px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  padding: 8px 8px 8px 14px;
  color: var(--warm);
  background: rgba(13, 33, 29, 0.18);
  border: 1px solid rgba(251, 247, 236, 0.12);
  backdrop-filter: blur(18px);
}

.brand {
  display: grid;
  align-content: center;
  gap: 2px;
  min-width: 0;
  line-height: 1;
}

.brand span {
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.brand small {
  color: var(--water);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.desktop-nav,
.header-actions,
.header-cta {
  display: none;
}

.mobile-menu {
  position: relative;
}

.mobile-menu summary {
  display: inline-flex;
  min-width: 56px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid rgba(251, 247, 236, 0.2);
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  list-style: none;
  text-transform: uppercase;
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.menu-panel {
  position: fixed;
  inset: calc(env(safe-area-inset-top) + 78px) 10px auto 10px;
  display: grid;
  gap: 2px;
  padding: 18px;
  background: rgba(13, 33, 29, 0.96);
  border: 1px solid rgba(251, 247, 236, 0.18);
  box-shadow: var(--shadow);
}

.menu-panel a {
  min-height: 48px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(251, 247, 236, 0.1);
  font-size: 1.1rem;
}

.menu-panel .menu-cta {
  justify-content: center;
  margin-top: 10px;
  background: var(--water);
  color: var(--deep);
  border-bottom: 0;
  font-weight: 900;
}

.menu-panel .secondary-menu-cta {
  margin-top: 2px;
  color: var(--warm);
  background: rgba(251, 247, 236, 0.08);
  border: 1px solid rgba(251, 247, 236, 0.2);
}

.hero {
  position: relative;
  min-height: 92svh;
  color: var(--warm);
  background: var(--deep);
  display: grid;
  align-items: end;
  isolation: isolate;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(8, 22, 19, 0.1), rgba(8, 22, 19, 0.18) 34%, rgba(8, 22, 19, 0.82) 100%),
    linear-gradient(90deg, rgba(4, 14, 12, 0.78), rgba(4, 14, 12, 0.3) 48%, rgba(4, 14, 12, 0.02) 78%);
}

.hero-content {
  width: min(100% - 40px, 480px);
  margin: 0 auto;
  padding: 108px 0 calc(76px + env(safe-area-inset-bottom));
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--water);
  font-size: clamp(0.75rem, 2.9vw, 0.875rem);
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0;
}

h1 {
  margin-bottom: 16px;
  font-size: clamp(2.625rem, 11.5vw, 3.25rem);
  line-height: 0.93;
}

h1 span {
  display: block;
  margin-bottom: 12px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(0.95rem, 4.2vw, 1.18rem);
  font-weight: 950;
  letter-spacing: 0.16em;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 8.8vw, 2.5rem);
  line-height: 1;
}

h3 {
  margin-bottom: 10px;
  font-size: clamp(1.5rem, 7vw, 1.9rem);
  line-height: 1.05;
  font-family: Georgia, "Times New Roman", serif;
}

p {
  color: rgba(16, 26, 22, 0.75);
}

.hero p {
  margin-bottom: 0;
  color: rgba(251, 247, 236, 0.88);
  font-size: clamp(0.98rem, 4vw, 1.08rem);
  line-height: 1.5;
}

.hero-actions {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.btn,
.text-link {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 4px;
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.primary {
  background: var(--water);
  color: var(--deep);
}

.secondary {
  color: var(--warm);
  border: 1px solid rgba(251, 247, 236, 0.52);
  background: rgba(13, 33, 29, 0.24);
}

.landing-hero .secondary,
.hero .secondary {
  background: rgba(7, 18, 15, 0.74);
  backdrop-filter: blur(10px);
}

.location-cta {
  color: var(--water);
  border-color: rgba(158, 221, 214, 0.72);
}

.ghost {
  color: var(--water);
  border: 1px solid rgba(158, 221, 214, 0.34);
}

.text-link {
  justify-content: flex-start;
  width: fit-content;
  min-height: 48px;
  padding: 0;
  color: var(--deep);
}

.text-link::after {
  content: " ->";
  margin-left: 6px;
}

.proof-strip {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  width: 100%;
  padding: 18px 14px;
  background: rgba(9, 21, 17, 0.96);
  color: var(--warm);
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.proof-strip article {
  flex: 0 0 142px;
  min-height: 82px;
  padding: 14px;
  border: 1px solid rgba(251, 247, 236, 0.14);
  background: rgba(251, 247, 236, 0.05);
  scroll-snap-align: start;
}

.proof-strip span {
  display: block;
  color: var(--water);
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.proof-strip strong {
  display: block;
  margin-top: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  line-height: 1.05;
}

.opening,
.section-copy,
.visit-plan,
.faq {
  width: var(--container);
  margin: 0 auto;
}

.opening {
  display: none;
}

.opening p,
.section-copy p,
.experience-panel p,
.water-story p,
.visit-plan p,
.location p,
.faq p,
.footer p {
  font-size: 1rem;
  line-height: 1.68;
}

.experience-choice {
  padding: 18px 0 0;
}

.experience-choice > .section-copy {
  margin-bottom: 18px;
}

.experience-panel {
  min-height: 68svh;
  position: relative;
  display: grid;
  align-items: end;
  margin: 0 0 12px;
  color: var(--warm);
  background: var(--deep);
  overflow: hidden;
}

.experience-panel picture,
.experience-panel img,
.closing picture,
.closing img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.experience-panel img,
.closing img {
  object-fit: cover;
}

.experience-panel::after,
.closing::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 22, 19, 0.06), rgba(8, 22, 19, 0.84));
}

.experience-panel > div,
.closing > div {
  position: relative;
  z-index: 1;
  width: min(100% - 40px, 520px);
  margin: 0 auto;
  padding: 0 0 34px;
}

.experience-panel p {
  color: rgba(251, 247, 236, 0.84);
}

.experience-panel .text-link,
.closing .text-link {
  color: var(--water);
}

.cabins-panel img {
  object-position: center center;
}

.water-story {
  padding: 64px 0;
  background: var(--deep);
  color: var(--warm);
}

.water-story .section-copy,
.water-story .section-copy p {
  color: rgba(251, 247, 236, 0.78);
}

.water-steps {
  display: grid;
  gap: 30px;
  width: var(--container);
  margin: 30px auto 24px;
}

.water-steps article {
  display: grid;
  gap: 10px;
}

.water-steps span {
  color: var(--water);
  font-weight: 950;
  letter-spacing: 0.16em;
}

.water-steps img {
  width: 100%;
  aspect-ratio: 4 / 5;
  height: min(54svh, 420px);
  object-fit: cover;
}

.water-steps h3 {
  margin-bottom: 0;
  font-size: clamp(1.45rem, 6.5vw, 1.9rem);
}

.water-steps p {
  margin-bottom: 0;
  color: rgba(251, 247, 236, 0.72);
}

.water-story > .btn {
  width: min(100% - 40px, 360px);
  margin: 0 auto;
}

.editorial-gallery {
  padding: 64px 0 60px;
}

.home-discovery {
  width: var(--container);
  margin: 0 auto;
  padding: 58px 0 20px;
}

.branch-grid {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.branch-grid a {
  display: grid;
  gap: 8px;
  min-height: 170px;
  padding: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 253, 246, 0.58);
}

.branch-grid .branch-lead {
  position: relative;
  min-height: 320px;
  align-content: end;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  color: var(--warm);
  background: var(--deep);
}

.branch-lead picture,
.branch-lead img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.branch-lead img {
  object-fit: cover;
}

.branch-lead::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 15, 12, 0.1), rgba(5, 15, 12, 0.86));
}

.branch-grid span,
.branch-grid strong,
.branch-grid p {
  position: relative;
  z-index: 1;
}

.branch-grid span {
  color: var(--leaf);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.branch-lead span {
  color: var(--water);
}

.branch-grid strong {
  color: var(--deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 6vw, 1.85rem);
  line-height: 1.05;
}

.branch-lead strong {
  color: var(--warm);
}

.branch-grid p {
  margin-bottom: 0;
  color: rgba(16, 26, 22, 0.7);
  font-size: 0.98rem;
  line-height: 1.55;
}

.branch-lead p {
  color: rgba(251, 247, 236, 0.82);
}

.gallery-flow {
  width: var(--container);
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.gallery-flow figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  background: var(--deep);
  border-radius: 8px;
}

.gallery-open {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  cursor: zoom-in;
  text-align: left;
}

.gallery-open::after {
  content: "Ver en grande";
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  padding: 7px 10px;
  color: var(--deep);
  background: rgba(251, 247, 236, 0.88);
  border-radius: 4px;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.gallery-open:hover::after,
.gallery-open:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.gallery-flow img {
  width: 100%;
  aspect-ratio: 4 / 5;
  height: clamp(260px, 62svh, 520px);
  object-fit: cover;
  transition: transform 400ms ease;
}

.gallery-open:hover img,
.gallery-open:focus-visible img {
  transform: scale(1.035);
}

.gallery-flow .tall img {
  aspect-ratio: 4 / 5;
}

.gallery-flow .wide img {
  aspect-ratio: 3 / 2;
  height: min(48svh, 360px);
}

.gallery-caption {
  position: absolute;
  inset: auto 0 0;
  padding: 52px 18px 18px;
  color: var(--warm);
  display: block;
  font-weight: 850;
  background: linear-gradient(0deg, rgba(8, 22, 19, 0.82), transparent);
}

.gallery-link {
  margin: 18px 14px 0;
}

.gallery-lightbox {
  width: min(100% - 24px, 1180px);
  max-width: none;
  height: min(100svh - 24px, 820px);
  max-height: none;
  padding: 0;
  color: var(--warm);
  background: #07130f;
  border: 1px solid rgba(251, 247, 236, 0.2);
  border-radius: 8px;
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.42);
  overflow: hidden;
}

.gallery-lightbox::backdrop {
  background: rgba(3, 12, 10, 0.88);
  backdrop-filter: blur(8px);
}

.gallery-lightbox figure {
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  width: 100%;
  height: 100%;
  margin: 0;
}

.gallery-lightbox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #040b09;
}

.gallery-lightbox figcaption {
  min-height: 56px;
  padding: 14px 74px 16px 18px;
  color: rgba(251, 247, 236, 0.86);
  font-size: 0.95rem;
  line-height: 1.45;
  background: rgba(7, 19, 15, 0.96);
}

.lightbox-close,
.lightbox-nav {
  position: absolute;
  z-index: 4;
  min-height: 44px;
  border: 1px solid rgba(251, 247, 236, 0.22);
  border-radius: 4px;
  color: var(--warm);
  background: rgba(7, 19, 15, 0.82);
  backdrop-filter: blur(12px);
  cursor: pointer;
  font-weight: 950;
}

.lightbox-close {
  top: 12px;
  right: 12px;
  padding: 0 14px;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lightbox-nav {
  top: 50%;
  width: 44px;
  overflow: hidden;
  color: transparent;
  transform: translateY(-50%);
}

.lightbox-nav::before {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--warm);
  font-size: 1.5rem;
}

.lightbox-nav.prev {
  left: 12px;
}

.lightbox-nav.next {
  right: 12px;
}

.lightbox-nav.prev::before {
  content: "<";
}

.lightbox-nav.next::before {
  content: ">";
}

.visit-plan {
  padding: 64px 0;
  border-top: 1px solid var(--line);
}

.plan-list {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.plan-list article,
.faq details {
  padding: 18px;
  background: rgba(255, 253, 246, 0.58);
  border: 1px solid var(--line);
}

.plan-list span {
  display: block;
  margin-bottom: 8px;
  color: var(--deep);
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.plan-list p,
.faq p {
  margin-bottom: 0;
}

.location {
  display: grid;
  gap: 24px;
  width: var(--container);
  margin: 0 auto;
  padding: 64px 0;
}

.location img {
  width: 100%;
  aspect-ratio: 4 / 5;
  height: min(58svh, 460px);
  object-fit: cover;
}

.location .btn {
  width: 100%;
  margin-top: 10px;
}

.faq {
  padding: 60px 0 64px;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq summary {
  min-height: 48px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: var(--deep);
  font-weight: 900;
}

.faq details p {
  padding-top: 10px;
}

.closing {
  min-height: 72svh;
  position: relative;
  display: grid;
  align-items: end;
  color: var(--warm);
  background: var(--deep);
  overflow: hidden;
}

.closing h2 {
  font-size: clamp(2.1rem, 9vw, 2.9rem);
}

.closing p {
  color: rgba(251, 247, 236, 0.82);
}

.sticky-reserve {
  position: fixed;
  z-index: 45;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: calc(58px + env(safe-area-inset-bottom));
  padding: 6px 8px calc(6px + env(safe-area-inset-bottom));
  background: rgba(13, 33, 29, 0.94);
  border-top: 1px solid rgba(251, 247, 236, 0.12);
  backdrop-filter: blur(18px);
  transform: translateY(0);
  transition: transform 260ms ease;
}

.reserve-visible .sticky-reserve {
  transform: translateY(0);
}

.sticky-reserve a {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--warm);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-right: 1px solid rgba(251, 247, 236, 0.12);
}

.sticky-reserve a:last-child {
  color: var(--water);
  border-right: 0;
}

.footer {
  display: grid;
  gap: 28px;
  padding: 42px 20px calc(92px + env(safe-area-inset-bottom));
  background: #07130f;
  color: var(--warm);
}

.footer a {
  min-height: 34px;
}

.footer p {
  margin: 0;
  color: rgba(251, 247, 236, 0.68);
  font-size: 0.95rem;
  line-height: 1.65;
}

.rich-footer {
  border-top: 1px solid rgba(251, 247, 236, 0.1);
}

.footer-brand-block {
  display: grid;
  gap: 16px;
}

.footer-brand-block .brand {
  width: fit-content;
}

.footer-brand-block .brand small {
  max-width: none;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  text-align: left;
}

.footer-brand-block p {
  max-width: 620px;
}

.footer-cta {
  display: grid;
  gap: 14px;
  padding: 22px 0;
  border-top: 1px solid rgba(251, 247, 236, 0.1);
  border-bottom: 1px solid rgba(251, 247, 236, 0.1);
}

.footer-cta h2 {
  margin-bottom: 0;
  color: var(--warm);
  font-size: clamp(1.8rem, 8vw, 2.35rem);
}

.footer-nav {
  display: grid;
  gap: 24px;
}

.footer-nav div {
  display: grid;
  gap: 8px;
  align-content: start;
}

.footer-nav h3 {
  margin: 0 0 4px;
  color: var(--water);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-nav a {
  color: rgba(251, 247, 236, 0.9);
  font-size: 1rem;
  font-weight: 750;
}

.landing-main {
  background: #f4efe5;
}

.landing-hero {
  position: relative;
  min-height: 78svh;
  display: grid;
  align-items: end;
  color: var(--warm);
  background: var(--deep);
  isolation: isolate;
}

.landing-hero picture {
  display: contents;
}

.landing-hero img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.landing-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(5, 15, 12, 0.14), rgba(5, 15, 12, 0.36) 42%, rgba(5, 15, 12, 0.88)),
    linear-gradient(90deg, rgba(5, 15, 12, 0.76), rgba(5, 15, 12, 0.2) 72%);
}

.landing-hero-content,
.landing-section,
.breadcrumb,
.related-pages {
  width: var(--container);
  margin: 0 auto;
}

.landing-hero-content {
  padding: 110px 0 54px;
}

.breadcrumb {
  position: absolute;
  z-index: 2;
  top: 86px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(251, 247, 236, 0.72);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.breadcrumb a {
  color: var(--water);
}

.landing-hero h1 {
  max-width: 720px;
  margin-bottom: 14px;
  font-size: clamp(2.45rem, 11vw, 3.45rem);
  line-height: 0.96;
}

.landing-hero p {
  max-width: 620px;
  margin-bottom: 0;
  color: rgba(251, 247, 236, 0.88);
  font-size: 1rem;
  line-height: 1.55;
}

.landing-actions {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.landing-section {
  display: grid;
  gap: 22px;
  padding: 54px 0;
}

.landing-section.compact {
  padding-top: 38px;
  padding-bottom: 38px;
}

.answer-card {
  display: grid;
  gap: 16px;
}

.answer-card p,
.landing-copy p,
.feature-list p,
.related-pages p {
  color: rgba(16, 26, 22, 0.72);
  line-height: 1.65;
}

.feature-list {
  display: grid;
  gap: 12px;
}

.feature-list article {
  padding: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 253, 246, 0.54);
}

.feature-list span {
  display: block;
  margin-bottom: 6px;
  color: var(--deep);
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.day-flow {
  display: grid;
  gap: 10px;
}

.day-flow article {
  padding: 16px;
  border: 1px solid var(--line);
  background: rgba(255, 253, 246, 0.58);
}

.day-flow span {
  display: block;
  margin-bottom: 8px;
  color: var(--leaf);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.day-flow strong {
  display: block;
  color: var(--deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 5.2vw, 1.45rem);
  line-height: 1.05;
}

.day-flow p {
  margin: 8px 0 0;
  color: rgba(16, 26, 22, 0.68);
  font-size: 0.95rem;
  line-height: 1.55;
}

.media-figure {
  margin: 0;
}

.media-figure img,
.story-step img {
  width: 100%;
  height: min(58svh, 460px);
  object-fit: cover;
  border-radius: 8px;
}

.media-figure figcaption {
  margin-top: 10px;
  color: rgba(16, 26, 22, 0.62);
  font-size: 0.9rem;
}

.story-video {
  width: 100%;
  max-height: 76svh;
  object-fit: cover;
  border-radius: 8px;
  background: var(--deep);
}

.video-story {
  gap: 30px;
}

.video-scroll,
.motion-grid {
  display: grid;
  gap: 28px;
}

.video-chapter,
.video-feature {
  display: grid;
  gap: 18px;
  align-items: center;
}

.vertical-video,
.motion-grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #07120f;
  box-shadow: 0 18px 54px rgba(5, 18, 15, 0.22);
}

.vertical-video {
  width: min(100%, 420px);
  margin: 0 auto;
}

.panto-video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  max-height: 74svh;
  object-fit: cover;
  background: #07120f;
}

.sound-toggle {
  position: absolute;
  right: 12px;
  bottom: 12px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(251, 247, 236, 0.32);
  border-radius: 4px;
  color: var(--warm);
  background: rgba(7, 18, 15, 0.72);
  font: inherit;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.video-copy span {
  display: block;
  margin-bottom: 8px;
  color: var(--water);
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0.16em;
}

.video-copy h2 {
  margin-bottom: 8px;
}

.video-copy p {
  margin-bottom: 0;
}

.motion-gallery {
  background: var(--deep);
  color: var(--warm);
}

.motion-gallery .section-copy p,
.motion-grid figcaption {
  color: rgba(251, 247, 236, 0.76);
}

.motion-grid video {
  width: 100%;
  aspect-ratio: 9 / 16;
  max-height: 70svh;
  object-fit: cover;
}

.motion-grid figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 52px 16px 16px;
  font-weight: 900;
  background: linear-gradient(0deg, rgba(5, 15, 12, 0.86), transparent);
}

.dark-band {
  width: 100%;
  background: var(--deep);
  color: var(--warm);
}

.dark-band p {
  color: rgba(251, 247, 236, 0.74);
}

.landing-section.dark-band > * {
  width: var(--container);
  margin-left: auto;
  margin-right: auto;
}

.story-timeline {
  display: grid;
  gap: 18px;
}

.story-step {
  display: grid;
  gap: 12px;
}

.story-step strong {
  color: var(--water);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.story-step h2,
.story-step h3 {
  margin-bottom: 0;
}

.editorial-grid {
  display: grid;
  gap: 12px;
}

.editorial-grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--deep);
}

.editorial-grid img {
  width: 100%;
  height: min(62svh, 470px);
  object-fit: cover;
}

.editorial-grid figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 54px 18px 18px;
  color: var(--warm);
  font-weight: 900;
  background: linear-gradient(0deg, rgba(5, 15, 12, 0.84), transparent);
}

.gallery-section .editorial-grid {
  align-items: start;
}

.gallery-section .editorial-grid img {
  height: auto;
  object-fit: cover;
}

.gallery-section .portrait img {
  aspect-ratio: 4 / 5;
  height: min(66svh, 520px);
}

.gallery-section .landscape img {
  aspect-ratio: 3 / 2;
  height: min(44svh, 340px);
}

.gallery-section .wide img {
  aspect-ratio: 16 / 10;
  height: min(50svh, 380px);
}

.related-pages {
  padding: 46px 0;
}

.related-grid {
  display: grid;
  gap: 10px;
}

.related-grid a {
  display: grid;
  gap: 6px;
  min-height: 104px;
  padding: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 253, 246, 0.58);
}

.related-grid strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.05;
}

.final-cta {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 420px;
  color: var(--warm);
  background: var(--deep);
  overflow: hidden;
  isolation: isolate;
}

.final-cta img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.final-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(6, 18, 15, 0.18), rgba(6, 18, 15, 0.88));
}

.final-cta > div {
  width: var(--container);
  margin: 0 auto;
  padding: 58px 0;
}

.final-cta p {
  color: rgba(251, 247, 236, 0.82);
}

.discover-main,
.article-main {
  background: #f4efe5;
}

.discover-cover {
  width: var(--container);
  margin: 0 auto;
  padding: 112px 0 46px;
}

.discover-cover .breadcrumb,
.article-hero .breadcrumb,
.water-prologue .breadcrumb {
  position: static;
  width: auto;
  margin: 0 0 18px;
  transform: none;
  color: rgba(16, 26, 22, 0.58);
}

.discover-cover .breadcrumb a,
.article-hero .breadcrumb a,
.water-prologue .breadcrumb a {
  color: var(--leaf);
}

.discover-cover-copy {
  max-width: 680px;
  margin-bottom: 28px;
}

.discover-cover-copy h1,
.article-hero h1,
.water-prologue h1 {
  margin-bottom: 12px;
  color: var(--deep);
  font-size: clamp(2.35rem, 10vw, 3.6rem);
  line-height: 0.98;
}

.discover-cover-copy p,
.article-hero-copy p,
.water-prologue-copy p {
  color: rgba(16, 26, 22, 0.72);
  font-size: 1.02rem;
  line-height: 1.62;
}

.magazine-layout {
  display: grid;
  gap: 14px;
}

.lead-story,
.side-story,
.editor-photo {
  position: relative;
  margin: 0;
  min-height: 280px;
  display: grid;
  align-content: end;
  overflow: hidden;
  border-radius: 8px;
  color: var(--warm);
  background: var(--deep);
}

.lead-story picture,
.lead-story img,
.side-story picture,
.side-story img,
.editor-photo picture,
.editor-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.lead-story img,
.side-story img,
.editor-photo img {
  object-fit: cover;
}

.lead-story::after,
.side-story::after,
.editor-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 15, 12, 0.08), rgba(5, 15, 12, 0.86));
}

.lead-story > span,
.lead-story > h2,
.lead-story > p,
.side-story > span,
.side-story > h2,
.editor-photo figcaption {
  position: relative;
  z-index: 1;
  width: min(100% - 34px, 640px);
  margin-left: 17px;
  margin-right: 17px;
}

.lead-story > span,
.side-story > span {
  margin-bottom: 8px;
  color: var(--water);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lead-story h2,
.side-story h2 {
  margin-bottom: 10px;
  color: var(--warm);
  font-size: clamp(1.65rem, 7vw, 2.25rem);
  line-height: 1.04;
}

.lead-story p {
  padding-bottom: 18px;
  color: rgba(251, 247, 236, 0.82);
  font-size: 0.98rem;
  line-height: 1.5;
}

.side-story h2,
.editor-photo figcaption {
  padding-bottom: 18px;
}

.editor-photo figcaption {
  color: rgba(251, 247, 236, 0.86);
  font-weight: 850;
}

.recommended-reading,
.answer-first,
.editorial-article,
.traveler-types,
.pantoha-editorial-callout,
.responsible-note,
.source-list,
.water-prologue,
.water-storyline,
.context-note {
  width: var(--container);
  margin: 0 auto;
}

.recommended-reading {
  padding: 24px 0 58px;
}

.reading-row {
  display: grid;
  gap: 10px;
}

.reading-row a,
.traveler-types article {
  display: grid;
  gap: 6px;
  padding: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 253, 246, 0.58);
}

.reading-row strong,
.traveler-types span {
  color: var(--deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  line-height: 1.1;
}

.reading-row span,
.traveler-types p {
  color: rgba(16, 26, 22, 0.7);
  line-height: 1.58;
}

.article-hero {
  width: var(--container);
  margin: 0 auto;
  padding: 112px 0 30px;
}

.article-hero picture {
  margin: 22px 0 0;
}

.article-hero img {
  width: 100%;
  height: min(48svh, 430px);
  object-fit: cover;
  border-radius: 8px;
}

.article-hero-copy {
  max-width: 760px;
}

.answer-first {
  max-width: 820px;
  padding: 18px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.answer-first p {
  margin: 0;
  color: rgba(16, 26, 22, 0.78);
  font-size: 1.04rem;
  line-height: 1.68;
}

.editorial-article {
  display: grid;
  gap: 22px;
  padding: 50px 0;
}

.article-copy {
  max-width: var(--text-measure);
}

.article-copy h2,
.responsible-note h2,
.context-note h2,
.source-list h2 {
  font-size: clamp(1.7rem, 7vw, 2.2rem);
}

.article-copy p,
.responsible-note p,
.context-note p,
.source-list p {
  color: rgba(16, 26, 22, 0.74);
  font-size: 1rem;
  line-height: 1.72;
}

.traveler-types {
  padding: 48px 0;
}

.traveler-types > div {
  display: grid;
  gap: 10px;
}

.traveler-types span {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.traveler-types p {
  margin-bottom: 0;
  font-size: 0.98rem;
}

.pantoha-editorial-callout {
  display: grid;
  gap: 22px;
  padding: 0 0 54px;
}

.pantoha-editorial-callout img {
  width: 100%;
  height: min(62svh, 520px);
  object-fit: cover;
  border-radius: 8px;
}

.pantoha-editorial-callout > div {
  padding: 22px;
  color: var(--warm);
  background: var(--deep);
}

.pantoha-editorial-callout p {
  color: rgba(251, 247, 236, 0.78);
}

.responsible-note,
.context-note {
  max-width: 820px;
  padding: 42px 0;
}

.source-list {
  max-width: 820px;
  padding: 34px 0 50px;
  border-top: 1px solid var(--line);
}

.source-list h2 {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.source-list p {
  margin-bottom: 10px;
  font-size: 0.95rem;
}

.source-list a {
  color: var(--deep);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.water-prologue {
  display: grid;
  gap: 24px;
  padding: 112px 0 42px;
}

.water-video-hero {
  position: relative;
  width: min(100%, 430px);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 8px;
  background: var(--deep);
  box-shadow: var(--shadow);
}

.water-video-hero .panto-video {
  max-height: 72svh;
}

.water-storyline {
  display: grid;
  gap: 10px;
  padding: 18px 0 36px;
}

.story-line-item {
  padding: 18px;
  border-left: 3px solid var(--water);
  background: rgba(255, 253, 246, 0.58);
}

.story-line-item span {
  display: block;
  margin-bottom: 8px;
  color: var(--leaf);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.story-line-item p {
  margin: 0;
  color: rgba(16, 26, 22, 0.74);
  line-height: 1.62;
}

@media (min-width: 700px) {
  :root {
    --container: min(100% - 64px, 1280px);
  }

  .site-header {
    left: 18px;
    right: 18px;
    grid-template-columns: auto 1fr auto;
    min-height: 64px;
    padding: 10px 12px 10px 18px;
  }

  .brand span {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.45rem;
    font-weight: 700;
    letter-spacing: 0.02em;
  }

  .brand small {
    max-width: 170px;
    color: rgba(251, 247, 236, 0.72);
    font-size: 0.5rem;
  }
}

@media (min-width: 1180px) {
  .desktop-nav {
    justify-self: end;
    display: flex;
    gap: clamp(12px, 1.1vw, 20px);
    color: rgba(251, 247, 236, 0.82);
    font-size: 0.72rem;
    font-weight: 950;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .header-actions {
    display: flex;
    gap: 8px;
    align-items: center;
  }

  .header-cta {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    padding: 0 16px;
    background: #759842;
    color: var(--deep);
    border-radius: 4px;
    font-weight: 950;
    color: #fff;
    font-size: 0.76rem;
    letter-spacing: 0.07em;
    text-transform: uppercase;
  }

  .secondary-header-cta {
    color: var(--warm);
    background: rgba(251, 247, 236, 0.08);
    border: 1px solid rgba(251, 247, 236, 0.28);
  }

  .mobile-menu {
    display: none;
  }
}

@media (min-width: 700px) {
  .hero-content {
    width: var(--container);
    margin-left: auto;
    margin-right: auto;
  }

  .hero-content > * {
    max-width: 640px;
  }

  .hero-actions {
    grid-template-columns: repeat(3, max-content);
  }

  .proof-strip {
    justify-content: center;
    flex-wrap: wrap;
    overflow: visible;
    padding: 18px 22px;
  }

  .proof-strip article {
    flex-basis: 170px;
  }

  .experience-panel {
    min-height: 560px;
  }

  .plan-list,
  .faq-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .water-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }

  .water-steps img {
    aspect-ratio: 4 / 3;
    height: 280px;
  }

  .gallery-flow {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 14px;
  }

  .branch-grid {
    grid-template-columns: 1.2fr 0.8fr;
    grid-template-rows: repeat(2, minmax(170px, auto));
  }

  .branch-grid .branch-lead {
    grid-row: 1 / span 2;
    min-height: 390px;
  }

  .gallery-flow img,
  .gallery-flow .tall img,
  .gallery-flow .wide img {
    aspect-ratio: 4 / 3;
    height: 320px;
  }

  .location {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
  }

  .location .btn {
    width: fit-content;
  }

  .footer {
    padding-left: 28px;
    padding-right: 28px;
  }

  .rich-footer {
    grid-template-columns: minmax(280px, 0.8fr) minmax(360px, 1fr);
    align-items: start;
  }

  .footer-brand-block {
    grid-row: span 2;
  }

  .footer-nav {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 22px;
    border-top: 1px solid rgba(251, 247, 236, 0.1);
  }

  .landing-actions {
    grid-template-columns: max-content max-content;
  }

  .feature-list,
  .related-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .day-flow {
    grid-template-columns: repeat(2, 1fr);
  }

  .landing-section.split {
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
    gap: 44px;
    align-items: center;
  }

  .story-timeline {
    grid-template-columns: repeat(2, 1fr);
  }

  .video-chapter,
  .video-feature {
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
    gap: 40px;
  }

  .video-chapter:nth-child(even) .vertical-video {
    order: 2;
  }

  .video-chapter:nth-child(even) .video-copy {
    order: 1;
  }

  .motion-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .editorial-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .magazine-layout {
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    grid-template-rows: 260px 260px;
  }

  .lead-story {
    grid-row: 1 / span 2;
    min-height: 534px;
  }

  .side-story,
  .editor-photo {
    min-height: 260px;
  }

  .reading-row,
  .traveler-types > div {
    grid-template-columns: repeat(3, 1fr);
  }

  .article-hero {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 34px;
    align-items: end;
  }

  .article-hero .breadcrumb {
    grid-column: 1 / -1;
    margin-bottom: -6px;
  }

  .article-hero picture {
    order: 2;
    margin: 0;
  }

  .article-hero-copy {
    order: 1;
  }

  .editorial-article.split {
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
    gap: 44px;
    align-items: center;
  }

  .editorial-article.reverse .article-copy {
    order: 2;
  }

  .editorial-article.reverse .media-figure {
    order: 1;
  }

  .pantoha-editorial-callout {
    grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1fr);
    align-items: center;
    padding-top: 10px;
  }

  .pantoha-editorial-callout > div {
    padding: 34px;
  }

  .water-prologue {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
    align-items: center;
    min-height: 760px;
  }

  .water-prologue .breadcrumb {
    grid-column: 1 / -1;
    margin-bottom: -20px;
  }

  .water-storyline {
    grid-template-columns: repeat(5, 1fr);
    align-items: stretch;
  }
}

@media (max-width: 360px), (max-height: 700px) {
  .site-header {
    min-height: 50px;
    padding: 6px 6px 6px 12px;
  }

  .brand span {
    font-size: 0.92rem;
  }

  .brand small {
    font-size: 0.56rem;
  }

  .mobile-menu summary {
    min-width: 52px;
    min-height: 40px;
    font-size: 0.72rem;
  }

  .hero-content {
    padding-top: 88px;
    padding-bottom: calc(82px + env(safe-area-inset-bottom));
  }

  .eyebrow {
    margin-bottom: 9px;
    font-size: 0.64rem;
  }

  h1 {
    margin-bottom: 14px;
    font-size: clamp(2.48rem, 12vw, 3.15rem);
    line-height: 0.9;
  }

  h1 span {
    margin-bottom: 12px;
    font-size: 0.95rem;
  }

  .hero p {
    font-size: 0.94rem;
    line-height: 1.46;
  }

  .hero-actions {
    margin-top: 18px;
  }

  .btn,
  .text-link {
    min-height: 48px;
  }
}

@media (min-width: 1024px) {
  .site-header {
    width: min(1280px, calc(100% - 64px));
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    top: 18px;
    min-height: 64px;
    padding: 8px 12px 8px 18px;
    grid-template-columns: minmax(150px, auto) minmax(0, 1fr) auto;
    background: rgba(7, 19, 15, 0.9);
    border: 1px solid rgba(251, 247, 236, 0.16);
    border-radius: 6px;
    box-shadow: 0 18px 50px rgba(5, 18, 15, 0.18);
    backdrop-filter: blur(18px);
  }

  .light-header .site-header {
    color: var(--warm);
  }

  .light-header .brand small {
    color: rgba(158, 221, 214, 0.9);
  }

  .light-header .desktop-nav {
    color: rgba(251, 247, 236, 0.84);
  }

  .brand span {
    font-size: 1.85rem;
  }

  .brand small {
    text-align: center;
  }

  .hero-content {
    width: min(1280px, calc(100% - 64px));
    margin: 0 auto;
    padding: 170px 0 165px;
  }

  .hero-content p {
    width: min(650px, 100%);
  }

  h1 {
    max-width: 690px;
    font-size: clamp(2.95rem, 4.25vw, 3.9rem);
    line-height: 0.96;
  }

  h1 span {
    margin-bottom: 4px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 0.98em;
    font-weight: 700;
    letter-spacing: 0;
  }

  h2 {
    font-size: clamp(1.8rem, 2.35vw, 2.35rem);
    line-height: 1.08;
  }

  h3 {
    font-size: clamp(1.35rem, 1.6vw, 1.72rem);
    line-height: 1.08;
  }

  .opening {
    display: none;
  }

  .proof-strip {
    position: relative;
    z-index: 5;
    width: min(1280px, calc(100% - 64px));
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    margin: -86px auto 0;
    padding: 18px 20px;
    border: 1px solid rgba(251, 247, 236, 0.1);
    border-radius: 7px 7px 0 0;
    background: rgba(8, 20, 16, 0.86);
    backdrop-filter: blur(12px);
  }

  .proof-strip article {
    min-height: 56px;
    padding: 8px 14px;
    border: 0;
    border-right: 1px solid rgba(251, 247, 236, 0.12);
    background: transparent;
  }

  .proof-strip article:last-child {
    border-right: 0;
  }

  .proof-strip span {
    font-size: 0.66rem;
  }

  .proof-strip strong {
    margin-top: 5px;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 0.82rem;
    font-weight: 850;
  }

  .experience-choice {
    width: var(--container);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
    padding: 34px 0 34px;
  }

  .experience-choice > .section-copy {
    grid-column: 1 / -1;
    max-width: 720px;
    margin: 0 auto 0;
    text-align: center;
  }

  .experience-choice > .section-copy h2 {
    max-width: none;
    margin-bottom: 0;
  }

  .experience-panel {
    min-height: 345px;
    max-height: 380px;
    border-radius: 8px;
    margin-bottom: 0;
  }

  .experience-panel > div {
    width: min(100% - 40px, 420px);
    margin-left: 30px;
    padding-bottom: 24px;
  }

  .experience-panel p {
    font-size: 0.92rem;
    line-height: 1.48;
  }

  .experience-panel .text-link {
    min-height: 38px;
    margin-top: 4px;
    padding: 0 18px;
    border-radius: 5px;
    background: #759842;
    color: #fff;
    font-size: 0.68rem;
  }

  .water-steps {
    grid-template-columns: repeat(5, 1fr);
    align-items: start;
    gap: 20px;
    margin-top: 22px;
  }

  .water-steps article {
    position: relative;
    grid-column: auto;
    gap: 8px;
  }

  .water-steps img {
    aspect-ratio: 16 / 10;
    height: 128px;
    border-radius: 8px;
  }

  .water-steps span {
    position: absolute;
    top: -14px;
    left: 50%;
    z-index: 2;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    transform: translateX(-50%);
    border-radius: 50%;
    background: var(--warm);
    color: var(--deep);
    font-size: 0.92rem;
    letter-spacing: 0;
  }

  .water-steps h3 {
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 0.88rem;
    font-weight: 900;
  }

  .water-steps p {
    display: none;
  }

  .water-story {
    padding: 34px 0 40px;
  }

  .water-story .section-copy {
    max-width: 680px;
    text-align: center;
  }

  .water-story > .btn {
    min-height: 42px;
    width: min(100% - 40px, 350px);
  }

  .gallery-flow {
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 132px;
    min-height: 0;
    align-items: stretch;
    gap: 14px;
  }

  .gallery-flow .tall {
    grid-row: span 2;
  }

  .gallery-flow .wide {
    grid-column: span 3;
  }

  .gallery-flow figure {
    grid-column: span 2;
  }

  .gallery-flow figure:first-child {
    grid-column: span 4;
    grid-row: span 2;
  }

  .gallery-flow figure:nth-child(7) {
    grid-column: span 4;
  }

  .gallery-flow figure,
  .gallery-flow img {
    height: 100%;
    border-radius: 8px;
  }

  .gallery-flow img,
  .gallery-flow .wide img {
    aspect-ratio: auto;
  }

  .gallery-flow .tall img {
    aspect-ratio: auto;
  }

  .gallery-caption {
    padding: 58px 18px 18px;
  }

  .plan-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .editorial-gallery,
  .visit-plan,
  .faq {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .visit-plan .section-copy,
  .faq .section-copy,
  .editorial-gallery .section-copy {
    max-width: 720px;
    text-align: center;
  }

  .plan-list {
    gap: 0;
    margin-top: 18px;
  }

  .plan-list article,
  .faq details {
    padding: 18px 20px;
    background: transparent;
    border: 0;
    border-right: 1px solid var(--line);
  }

  .plan-list article:nth-child(3n),
  .faq details:nth-child(2n) {
    border-right: 0;
  }

  .location {
    grid-template-columns: minmax(0, 500px) minmax(360px, 1fr);
    gap: 52px;
    align-items: center;
    padding: 34px 0;
  }

  .location h2 {
    max-width: 500px;
  }

  .location p {
    max-width: 520px;
  }

  .location picture {
    width: 100%;
  }

  .location img {
    aspect-ratio: 3 / 2;
    height: 310px;
    border-radius: 8px;
    object-position: center;
  }

  .closing {
    min-height: 330px;
  }

  .closing > div {
    width: min(1280px, calc(100% - 64px));
    display: grid;
    grid-template-columns: minmax(0, 560px) auto;
    gap: 40px;
    align-items: end;
    padding-bottom: 42px;
  }

  .closing h2 {
    font-size: clamp(1.8rem, 2.6vw, 2.5rem);
  }

  .landing-hero {
    min-height: 680px;
  }

  .landing-hero-content {
    padding: 170px 0 92px;
  }

  .landing-hero h1 {
    font-size: clamp(3rem, 4.2vw, 4.15rem);
  }

  .landing-section {
    padding: 64px 0;
  }

  .story-timeline {
    grid-template-columns: repeat(5, 1fr);
    align-items: start;
  }

  .story-step img {
    height: 180px;
  }

  .video-story {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .video-story .section-copy {
    max-width: 760px;
    text-align: center;
  }

  .video-scroll {
    width: var(--container);
    margin: 0 auto;
    gap: 54px;
  }

  .video-chapter,
  .video-feature {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  }

  .video-copy h2 {
    font-size: clamp(2rem, 3.3vw, 3rem);
  }

  .vertical-video {
    width: min(32vw, 380px);
  }

  .panto-video,
  .motion-grid video {
    max-height: 620px;
  }

  .motion-gallery .section-copy {
    max-width: 720px;
    text-align: center;
  }

  .motion-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
  }

  .editorial-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .editorial-grid .wide {
    grid-column: span 2;
  }

  .editorial-grid img {
    height: 300px;
  }

  .day-flow {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0;
    border: 1px solid var(--line);
    background: rgba(255, 253, 246, 0.5);
  }

  .day-flow article {
    min-height: 148px;
    padding: 16px 14px;
    border: 0;
    border-right: 1px solid var(--line);
    background: transparent;
  }

  .day-flow article:last-child {
    border-right: 0;
  }

  .day-flow strong {
    font-size: 1.05rem;
  }

  .day-flow p {
    font-size: 0.84rem;
    line-height: 1.42;
  }

  .gallery-section .editorial-grid {
    grid-template-columns: repeat(6, 1fr);
    grid-auto-flow: dense;
    align-items: stretch;
    gap: 16px;
  }

  .gallery-section .editorial-grid .portrait {
    grid-column: span 2;
  }

  .gallery-section .editorial-grid .landscape {
    grid-column: span 3;
  }

  .gallery-section .editorial-grid .wide {
    grid-column: span 4;
  }

  .gallery-section .portrait img {
    height: 420px;
  }

  .gallery-section .landscape img {
    height: 270px;
  }

  .gallery-section .wide img {
    height: 330px;
  }

  .media-figure img {
    height: clamp(360px, 34vw, 520px);
  }

  .sticky-reserve {
    display: none;
  }
}

@media (min-width: 1280px) {
  .hero {
    min-height: 720px;
  }

  .water-story,
  .editorial-gallery,
  .visit-plan,
  .location {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}
