/*
  Cabañas Cactus premium redesign
  Shape system: 28px editorial media/cards, pill controls and CTAs.
  Layer scale: content 1, sticky media 2, navigation 10, skip link 20.
*/

:root {
  --forest-950: #10271d;
  --forest-900: #173527;
  --forest-800: #214b37;
  --forest-700: #2d684a;
  --leaf: #4d8a65;
  --sand-100: #f7f0e2;
  --sand-50: #fbf7ee;
  --mist: #e9f0e8;
  --coral: #e66747;
  --coral-dark: #b84930;
  --ink: #173025;
  --cream: #fffaf0;
  --muted: #67756c;
  --line: rgba(23, 48, 37, .15);
  --line-light: rgba(255, 250, 240, .18);
  --radius-media: 28px;
  --radius-control: 999px;
  --shadow-soft: 0 24px 70px rgba(29, 66, 47, .14);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --layer-intro: 200;
}

html {
  scroll-padding-top: 86px;
}

body {
  background: var(--sand-50);
  color: var(--ink);
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 30;
  pointer-events: none;
  opacity: .025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

img {
  max-width: 100%;
  height: auto;
}

p {
  text-wrap: pretty;
}

a,
button,
summary {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 4px;
}

.container {
  width: min(100%, 1380px);
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 4rem);
}

section {
  padding: clamp(6rem, 10vw, 10rem) 0;
}

.section-title,
.story-intro h2,
.story-step h3,
.fishing-mini-title,
.contact h2,
.cabin-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.section-title {
  max-width: 12ch;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
  color: var(--ink);
  font-size: clamp(3.3rem, 6vw, 6.5rem);
  line-height: .92;
}

.section-label {
  margin-bottom: 1rem;
  color: var(--coral-dark);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

/* Navigation */
nav {
  min-height: 74px;
  padding: .5rem clamp(1rem, 3vw, 2.75rem);
  border-bottom: 1px solid rgba(23, 48, 37, .12);
  background: rgba(251, 247, 238, .88);
  box-shadow: none;
  backdrop-filter: blur(20px) saturate(120%);
  -webkit-backdrop-filter: blur(20px) saturate(120%);
}

.nav-logo {
  position: relative;
  z-index: 10;
  width: 56px;
  height: 56px;
  border: 0;
  background: transparent;
  text-decoration: none;
  transition: transform .35s var(--ease-out);
}

.nav-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav-logo:hover {
  opacity: 1;
  transform: rotate(-3deg) scale(1.04);
}

.nav-links {
  gap: clamp(1.25rem, 2.4vw, 2.75rem);
}

.nav-language-mobile {
  display: none;
}

.nav-links a {
  position: relative;
  color: var(--ink);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .01em;
}

.nav-links a::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -.45rem;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .3s var(--ease-out);
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-controls {
  gap: .9rem;
}

.nav-cta,
.btn-primary,
.btn-cabin {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--coral-dark);
  border-radius: var(--radius-control);
  background: var(--coral-dark);
  color: var(--cream);
  box-shadow: none;
  font-size: .88rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .25s var(--ease-out), background-color .25s, border-color .25s;
}

.nav-cta {
  min-height: 42px;
  padding: .75rem 1.25rem;
}

.nav-cta:hover,
.btn-primary:hover,
.btn-cabin:hover {
  border-color: var(--coral-dark);
  background: var(--coral-dark);
  color: var(--cream);
  transform: translateY(-2px);
}

.nav-cta:active,
.btn-primary:active,
.btn-secondary:active,
.btn-cabin:active,
.contact-btn:active {
  transform: scale(.98);
}

.lang-toggle {
  gap: .2rem;
}

.lang-btn {
  color: #7c887f;
  font-size: .72rem;
  letter-spacing: .06em;
}

.lang-btn.active,
.lang-btn:hover {
  color: var(--forest-800);
}

.lang-separator {
  color: rgba(23, 48, 37, .28);
  font-size: .75rem;
}

.nav-toggle {
  min-width: 62px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  color: var(--ink);
  font-family: 'DM Sans', sans-serif;
  font-size: .76rem;
  font-weight: 700;
}

/* Hero */
.hero {
  min-height: 100dvh;
  padding: 76px 0 1.25rem;
  background: var(--sand-50);
  isolation: isolate;
}

.hero::before {
  content: '';
  position: absolute;
  top: 9%;
  left: -10vw;
  width: 34vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(77, 138, 101, .08);
  filter: blur(2px);
  pointer-events: none;
}

.hero-bg-shapes,
.cactus-deco {
  display: none;
}

.hero-inner {
  width: min(100%, 1480px);
  min-height: calc(100dvh - 116px);
  margin-inline: auto;
  padding: .85rem clamp(1.5rem, 4vw, 4rem) 1.5rem;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
  grid-template-areas: none;
  align-items: start;
  gap: clamp(2.5rem, 5vw, 6rem);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 650px;
  padding-block: 0 1.5rem;
}

.hero-logo {
  width: min(100%, 650px);
  height: auto;
  margin: 0 0 clamp(.75rem, 1.5vh, 1.25rem);
  opacity: .82;
  animation: hero-enter .9s var(--ease-out) both;
}

.hero-title {
  margin: 0;
  color: var(--ink);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(4.2rem, min(6.2vw, 10.8vh), 7.4rem);
  font-weight: 600;
  letter-spacing: -.06em;
  line-height: .86;
  text-align: left;
}

.hero-title span {
  display: block;
  animation: hero-enter .95s var(--ease-out) both;
}

.hero-title span:nth-child(2) {
  color: var(--forest-700);
  font-style: italic;
  line-height: 1.05;
  padding-bottom: .08em;
  animation-delay: .08s;
}

.hero-sub {
  max-width: 37ch;
  margin: clamp(1rem, 2vh, 1.5rem) 0 0;
  padding: 0;
  color: #4d6155;
  font-size: clamp(1rem, 1.3vw, 1.17rem);
  line-height: 1.55;
  animation: hero-enter .9s .16s var(--ease-out) both;
}

.hero-ctas {
  margin-top: clamp(.75rem, 1.5vh, 1rem);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: .75rem;
  animation: hero-enter .9s .24s var(--ease-out) both;
}

.btn-primary,
.btn-secondary {
  min-height: 48px;
  padding: .85rem 1.5rem;
  font-size: .88rem;
}

.btn-primary {
  box-shadow: 0 14px 35px rgba(184, 73, 48, .18);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(23, 48, 37, .5);
  border-radius: var(--radius-control);
  background: transparent;
  color: var(--ink);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: color .25s, background-color .25s, transform .25s var(--ease-out);
}

.btn-secondary:hover {
  background: var(--forest-900);
  color: var(--cream);
  transform: translateY(-2px);
}

.hero-media {
  position: relative;
  height: min(76vh, 780px);
  min-height: 570px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(150px, .65fr);
  grid-template-rows: 1fr .78fr;
  gap: 14px;
  animation: media-enter 1.1s .1s var(--ease-out) both;
}

.hero-photo {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: var(--radius-media);
  background: var(--mist);
  color: inherit;
  cursor: pointer;
  perspective: 1400px;
  appearance: none;
}

.hero-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 3;
  background: linear-gradient(180deg, transparent 60%, rgba(16, 39, 29, .12));
  pointer-events: none;
}

.hero-flip-inner {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  transition: transform .78s var(--ease-out);
  will-change: transform;
}

.hero-flip-face {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.hero-flip-front {
  transform: rotateY(0deg);
}

.hero-flip-back {
  transform: rotateY(180deg);
}

.hero-flip-card:hover .hero-flip-inner,
.hero-flip-card:focus .hero-flip-inner,
.hero-flip-card:focus-visible .hero-flip-inner {
  transform: rotateY(180deg);
}

.hero-flip-card:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 5px;
}

.hero-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 1.1s var(--ease-out);
}

.hero-photo:hover img {
  transform: scale(1.025);
}

.hero-photo-primary {
  grid-row: 1 / 3;
  box-shadow: var(--shadow-soft);
}

.hero-photo-primary .hero-flip-front img { object-position: 50% 62%; }
.hero-photo-primary .hero-flip-back img { object-position: 50% 45%; }

.hero-photo-secondary img {
  object-position: 50% 45%;
}

.hero-photo-detail img {
  object-position: 55% 60%;
}

@keyframes hero-enter {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes media-enter {
  from { opacity: 0; transform: translateY(34px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

/* Scroll story */
.day-story {
  --story-progress: 12.5%;
  position: relative;
  overflow: clip;
  padding-top: clamp(2.5rem, 3.5vw, 3.75rem);
  padding-bottom: clamp(7rem, 12vw, 12rem);
  background:
    radial-gradient(circle at 7% 20%, rgba(77, 138, 101, .1), transparent 24rem),
    radial-gradient(circle at 93% 76%, rgba(230, 103, 71, .08), transparent 27rem),
    var(--sand-50);
}

.story-intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr);
  column-gap: clamp(3rem, 9vw, 9rem);
  align-items: end;
  padding-bottom: clamp(5rem, 8vw, 8rem);
}

.story-intro .section-label {
  grid-column: 1;
  margin-bottom: 1.35rem;
}

.story-intro h2 {
  grid-column: 1;
  max-width: 11ch;
  margin: 0;
  color: var(--ink);
  font-size: clamp(4rem, 8vw, 8.8rem);
  line-height: .87;
}

.story-intro > p:last-child {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  max-width: 43ch;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
}

.story-track {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr);
  grid-template-areas:
    "picker picker"
    "visual steps";
  column-gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}

.story-route-picker {
  position: sticky;
  top: 86px;
  z-index: 4;
  grid-area: picker;
  justify-self: end;
  width: max-content;
  max-width: 100%;
  margin: 0 0 1.35rem;
  padding: .42rem .45rem .42rem 1rem;
  display: flex;
  align-items: center;
  gap: .75rem;
  border: 1px solid rgba(23, 48, 37, .14);
  border-radius: var(--radius-control);
  background: rgba(255, 250, 240, .9);
  box-shadow: 0 16px 44px rgba(29, 66, 47, .12), inset 0 1px rgba(255, 255, 255, .72);
  backdrop-filter: blur(18px) saturate(120%);
  -webkit-backdrop-filter: blur(18px) saturate(120%);
}

.story-route-label {
  color: var(--muted);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.story-route-buttons {
  display: flex;
  align-items: center;
  gap: .2rem;
  padding: .2rem;
  border-radius: var(--radius-control);
  background: var(--sand-100);
}

.story-route-button {
  min-height: 38px;
  padding: .55rem .9rem;
  border: 0;
  border-radius: var(--radius-control);
  background: transparent;
  color: var(--forest-800);
  font: inherit;
  font-size: .78rem;
  font-weight: 700;
  cursor: pointer;
  transition: color .25s, background-color .25s, transform .25s var(--ease-out), box-shadow .25s;
}

.story-route-button:hover {
  transform: translateY(-1px);
}

.story-route-button:active {
  transform: translateY(1px) scale(.98);
}

.story-route-button.active {
  background: var(--forest-900);
  color: var(--cream);
  box-shadow: 0 8px 18px rgba(23, 53, 39, .2);
}

.story-route-status {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.story-visual {
  position: sticky;
  top: 154px;
  grid-area: visual;
  height: calc(100dvh - 178px);
  min-height: 520px;
  overflow: hidden;
  border-radius: var(--radius-media);
  background: var(--mist);
  box-shadow: 0 32px 90px rgba(29, 66, 47, .17);
  isolation: isolate;
}

.story-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(9, 29, 20, .18), transparent 28%, transparent 67%, rgba(9, 29, 20, .34));
  pointer-events: none;
}

.story-frame {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: scale(1.045);
  visibility: hidden;
  transition: opacity .72s var(--ease-out), transform 1.35s var(--ease-out), visibility 0s .72s;
  will-change: opacity, transform;
}

.story-frame.active {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
  transition-delay: 0s;
}

.story-frame > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: opacity .32s ease, transform .9s var(--ease-out), filter .7s ease;
}

.story-frame:nth-child(1) > img { object-position: 50% 55%; }
.story-frame:nth-child(2) > img { object-position: 50% 67%; }
.story-frame:nth-child(3) > img { object-position: 54% 58%; }
.story-frame:nth-child(4) > img { object-position: 50% 50%; }
.story-frame:nth-child(5) > img { object-position: 50% 56%; }
.story-frame:nth-child(6) > img { object-position: 50% 50%; }
.story-frame:nth-child(7) > img { object-position: 50% 52%; }
.story-frame:nth-child(8) > img { object-position: 50% 50%; }

.day-story[data-story-route="cactus2"] .story-frame:nth-child(2) > img {
  object-position: 50% 51%;
}

.day-story.route-changing .story-frame.active > img,
.day-story.route-changing .story-frame.active .story-inset img,
.day-story.route-changing .story-step.active .story-mobile-media img {
  opacity: .26;
}

.story-frame-place {
  position: absolute;
  top: 1.15rem;
  left: 1.15rem;
  z-index: 2;
  padding: .55rem .75rem;
  border: 1px solid rgba(255, 250, 240, .28);
  border-radius: var(--radius-control);
  background: rgba(16, 39, 29, .38);
  color: var(--cream);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.story-inset {
  position: absolute;
  right: clamp(1rem, 2.2vw, 2rem);
  z-index: 3;
  width: clamp(155px, 15vw, 226px);
  padding: .38rem;
  border-radius: 18px;
  background: var(--cream);
  box-shadow: 0 24px 60px rgba(13, 36, 25, .3);
  opacity: 0;
  transform: translateY(28px) rotate(3deg) scale(.94);
  transition: opacity .6s .2s var(--ease-out), transform .8s .2s var(--ease-out);
}

.story-frame.active .story-inset {
  opacity: 1;
  transform: translateY(0) rotate(1.5deg) scale(1);
}

.story-frame.active .story-inset-delay-long {
  transition-delay: .9s;
}

.story-inset-top {
  top: clamp(4.5rem, 10vh, 7rem);
}

.story-inset-bottom {
  right: auto;
  bottom: clamp(4rem, 8vh, 6rem);
  left: clamp(1rem, 2.2vw, 2rem);
  transform: translateY(28px) rotate(-3deg) scale(.94);
}

.story-frame.active .story-inset-bottom {
  transform: translateY(0) rotate(-1.5deg) scale(1);
}

.story-inset-bottom-right {
  right: clamp(1rem, 2.2vw, 2rem);
  bottom: clamp(4rem, 8vh, 6rem);
  left: auto;
  transform: translateY(28px) rotate(3deg) scale(.94);
}

.story-frame.active .story-inset-bottom-right {
  transform: translateY(0) rotate(1.5deg) scale(1);
}

.story-inset-small {
  width: clamp(145px, 13vw, 200px);
}

.story-inset-wide {
  width: clamp(180px, 18vw, 270px);
}

.story-inset-fauna {
  width: clamp(155px, 14vw, 210px);
}

.story-inset.story-inset-fauna img {
  aspect-ratio: 1;
  object-position: 50% 31%;
}

.story-inset-asado {
  width: clamp(155px, 14vw, 210px);
}

.story-inset-night {
  width: clamp(160px, 14vw, 215px);
}

.story-inset.story-inset-night img {
  object-fit: contain;
  background: #a9c1dd;
}

.story-inset img {
  width: 100%;
  aspect-ratio: .82;
  display: block;
  border-radius: 13px;
  object-fit: cover;
  transition: opacity .32s ease;
}

.story-inset-wide img {
  aspect-ratio: .92;
}

.story-inset small {
  display: block;
  padding: .6rem .45rem .35rem;
  color: var(--forest-900);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .07em;
  line-height: 1.3;
  text-transform: uppercase;
}

.story-visual-progress {
  position: absolute;
  right: 1.2rem;
  bottom: 1.15rem;
  left: 1.2rem;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: .9rem;
  color: var(--cream);
}

.story-progress-number {
  min-width: 4.1rem;
  font-size: .7rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: .08em;
}

.story-progress-number b {
  font-size: .9rem;
}

.story-progress-line {
  height: 2px;
  flex: 1;
  overflow: hidden;
  background: rgba(255, 250, 240, .34);
}

.story-progress-line i {
  width: var(--story-progress);
  height: 100%;
  display: block;
  background: var(--cream);
  transition: width .6s var(--ease-out);
}

.story-steps {
  grid-area: steps;
  position: relative;
}

.story-step {
  min-height: 82vh;
  padding-block: clamp(5rem, 13vh, 9rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: .22;
  transform: translateY(22px);
  transition: opacity .55s var(--ease-out), transform .7s var(--ease-out);
}

.story-step.active {
  opacity: 1;
  transform: translateY(0);
}

.story-step-meta {
  max-width: 13rem !important;
  margin: 0 0 1.2rem !important;
  padding-bottom: .65rem;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid var(--line);
  color: var(--coral-dark) !important;
  font-size: .7rem !important;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: .12em;
}

.story-step h3 {
  max-width: 10ch;
  margin: 0;
  color: var(--forest-900);
  font-size: clamp(3rem, 4.7vw, 5.2rem);
  line-height: .9;
}

.story-step p {
  max-width: 34ch;
  margin: 1.5rem 0 0;
  color: var(--muted);
  font-size: 1rem;
}

.story-mobile-image {
  display: none;
}

.story-mobile-media,
.story-mobile-detail {
  display: none;
}

/* Cabins: one focused, selectable editorial profile */
.cabins {
  padding-top: clamp(3rem, 4.5vw, 5rem);
  padding-bottom: clamp(8rem, 12vw, 12rem);
  background: var(--sand-100);
}

.cabins > .container > .section-title {
  max-width: none;
  margin-bottom: clamp(1.75rem, 3vw, 2.75rem);
  white-space: nowrap;
}

.cabin-selector {
  width: min(100%, 610px);
  margin: 0 0 clamp(2.5rem, 5vw, 4.5rem);
  padding: .58rem;
  display: flex;
  align-items: center;
  gap: .4rem;
  border: 1px solid rgba(23, 48, 37, .12);
  border-radius: var(--radius-control);
  background: rgba(255, 250, 240, .78);
  box-shadow: 0 14px 38px rgba(23, 53, 39, .08);
}

.cabin-selector-label {
  max-width: 8.5rem;
  padding: 0 .9rem 0 .75rem;
  color: var(--forest-800);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cabin-selector-button {
  min-width: 0;
  min-height: 58px;
  padding: .9rem 1.35rem;
  flex: 1;
  border: 0;
  border-radius: var(--radius-control);
  background: transparent;
  color: var(--forest-800);
  font-family: 'DM Sans', sans-serif;
  font-size: .92rem;
  font-weight: 700;
  transition: color .25s, background-color .25s, transform .25s var(--ease-out), box-shadow .25s;
}

.cabin-selector-button:hover {
  background: var(--mist);
}

.cabin-selector-button:active {
  transform: scale(.98);
}

.cabin-selector-button.active {
  background: var(--forest-900);
  color: var(--cream);
  box-shadow: 0 8px 22px rgba(23, 53, 39, .2);
}

.cabin-selector-button.active::before {
  content: '✓';
  margin-right: .45rem;
  font-size: .78rem;
}

.cabins-grid {
  display: block;
}

.cabin-card {
  position: relative;
  min-height: clamp(680px, calc(100dvh - 116px), 860px);
  margin-bottom: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(390px, .85fr);
  overflow: hidden;
  border: 1px solid rgba(23, 48, 37, .1);
  border-radius: var(--radius-media);
  background: var(--cream);
  box-shadow: 0 34px 90px rgba(23, 53, 39, .17);
  perspective: 1800px;
  animation: cabin-panel-enter .62s var(--ease-out) both;
}

.cabin-card[hidden] {
  display: none;
}

@keyframes cabin-panel-enter {
  from { opacity: 0; transform: translateY(22px) scale(.99); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.cabin-gallery {
  min-height: 100%;
  height: auto;
  border-radius: 0;
  background: var(--forest-900);
}

.cabin-gallery img {
  object-position: 50% 55%;
}

.cabin-label,
.gallery-nav {
  display: none;
}

.gallery-arrow {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 250, 240, .4);
  background: rgba(16, 39, 29, .58);
  color: var(--cream);
  font-size: 1.15rem;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform .25s var(--ease-out), background-color .25s;
}

.gallery-arrow:hover {
  background: var(--forest-950);
  transform: translateY(-50%) scale(1.05);
}

.gallery-prev { left: 1.25rem; }
.gallery-next { right: 1.25rem; }

.cabin-body {
  position: relative;
  min-width: 0;
  padding: clamp(2rem, 4vw, 4.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--cream);
  transform-style: preserve-3d;
  transform-origin: center;
  transition: transform .82s var(--ease-out);
  will-change: transform;
}

.cabin-card.is-flipped .cabin-body {
  transform: rotateY(180deg);
}

.cabin-body > :not(.cabin-more-panel) {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.cabin-name {
  margin: 0 0 1.2rem;
  color: var(--forest-900);
  font-size: clamp(4rem, 5.8vw, 6.8rem);
  line-height: .8;
}

.cabin-desc {
  max-width: 42ch;
  margin-bottom: 1.8rem;
  color: #54655b;
  font-size: 1rem;
  line-height: 1.65;
}

.cabin-capacity,
.cabin-2 .cabin-capacity {
  margin: 0 0 1.5rem;
  padding: 1.1rem 0;
  border: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-size: .95rem;
}

.cabin-capacity-icon {
  display: none;
}

.amenities {
  gap: 0;
}

.amenities-primary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1.5rem;
}

.amenity,
.cabin-2 .amenity {
  padding: .68rem 0;
  border-radius: 0;
  background: transparent;
  color: #40564a;
  font-size: .77rem;
  font-weight: 600;
  line-height: 1.35;
}

.amenities-details,
.cabin-2 .amenities-details {
  display: none;
}

.cabin-more-toggle,
.cabin-back-toggle {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--forest-800);
  font-family: 'DM Sans', sans-serif;
  font-size: .8rem;
  font-weight: 700;
  transition: color .25s, border-color .25s, transform .25s var(--ease-out);
}

.cabin-more-toggle {
  margin-top: .6rem;
  padding: .75rem .15rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}

.cabin-more-icon {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  transition: color .25s, background-color .25s, transform .35s var(--ease-out);
}

.cabin-more-toggle:hover .cabin-more-icon {
  background: var(--forest-900);
  color: var(--cream);
  transform: rotate(45deg);
}

.cabin-more-toggle:active,
.cabin-back-toggle:active {
  transform: scale(.99);
}

.cabin-more-panel {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: clamp(2rem, 4vw, 4.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: auto;
  background: var(--cream);
  transform: rotateY(180deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.cabin-more-eyebrow {
  margin: 0 0 .8rem;
  color: var(--coral-dark);
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.cabin-more-title {
  margin: 0 0 1.2rem;
  color: var(--forest-900);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(3.3rem, 5vw, 5.8rem);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: .85;
}

.cabin-more-copy {
  max-width: 49ch;
  margin: 0;
  color: #4f6157;
  font-size: clamp(.86rem, 1.05vw, .98rem);
  line-height: 1.62;
}

.cabin-back-toggle {
  margin-top: 1.5rem;
  padding: .8rem 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: .65rem;
  border-top: 1px solid var(--line);
  text-align: left;
}

.cabin-back-toggle:hover {
  color: var(--coral-dark);
}

.cabin-actions {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: .6rem;
}

.btn-cabin,
.cabin-2 .btn-cabin {
  width: 100%;
  min-height: 50px;
  order: -1;
  padding: 1rem 1.35rem;
  background: var(--coral-dark);
  color: var(--cream);
}

.btn-location,
.btn-location.cabin2 {
  width: 100%;
  min-height: 50px;
  padding: .9rem 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  color: var(--forest-800);
  background: transparent;
  font-size: .76rem;
  white-space: nowrap;
}

.btn-location:hover,
.btn-location.cabin2:hover {
  border-color: var(--forest-800);
  background: var(--forest-900);
  color: var(--cream);
}

/* Deliberate transition into the destination chapters */
.location,
.reviews,
.contact,
footer {
  background: var(--forest-900);
  color: var(--cream);
}

.fishing-service {
  position: relative;
  padding: clamp(7rem, 11vw, 11rem) 0 clamp(5rem, 8vw, 8rem);
  overflow: hidden;
  background: #16444b;
  color: var(--cream);
}

.fishing-service::before {
  content: '';
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  height: clamp(44px, 7vw, 88px);
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
  background: var(--sand-100);
  transform: translateY(-55%);
}

.fishing-mini-card {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.fishing-mini-media {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 4 / 3;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: 1fr 1fr;
  gap: .75rem;
}

.fishing-shot {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  background: rgba(255, 250, 240, .08);
}

.fishing-shot img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .8s var(--ease-out), filter .45s;
}

.fishing-shot:hover img {
  transform: scale(1.035);
  filter: saturate(1.08);
}

.fishing-shot figcaption {
  position: absolute;
  right: .65rem;
  bottom: .65rem;
  z-index: 2;
  padding: .38rem .62rem;
  border: 1px solid rgba(255, 250, 240, .3);
  border-radius: var(--radius-control);
  background: rgba(16, 39, 29, .58);
  color: var(--cream);
  font-size: .59rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.fishing-shot-river {
  grid-column: 2;
  grid-row: 1;
}

.fishing-shot-river img {
  object-position: 58% 50%;
}

.fishing-shot-dorado {
  grid-column: 2;
  grid-row: 2;
}

.fishing-shot-dorado img {
  object-position: 48% 50%;
}

.fishing-shot-guide {
  grid-column: 1;
  grid-row: 1 / 3;
}

.fishing-shot-guide img {
  object-position: 50% 38%;
}

.fishing-shot-guide figcaption {
  right: .35rem;
  bottom: .35rem;
  font-size: .5rem;
}

.fishing-mini-label {
  color: #e8b89f;
}

.fishing-mini-title {
  margin-bottom: 1.25rem;
  color: var(--cream);
  font-size: clamp(4rem, 7vw, 7.2rem);
  line-height: .86;
}

.fishing-mini-copy {
  max-width: 38ch;
  margin-bottom: 2rem;
  color: rgba(255, 250, 240, .72);
  font-size: 1.03rem;
  line-height: 1.65;
}

.fishing-mini-tags {
  padding-top: 1rem;
  display: grid;
  gap: .5rem;
  border-top: 1px solid var(--line-light);
}

.fishing-mini-tags span {
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 250, 240, .82);
  font-size: .77rem;
}

.fishing-mini-footnote {
  color: rgba(255, 250, 240, .72);
}

.location {
  padding-top: clamp(5rem, 8vw, 8rem);
}

.location .section-label {
  color: #e8b89f;
}

.location .section-title {
  max-width: 9ch;
  color: var(--cream);
}

.location-grid {
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: start;
}

.location-text > p:not(.section-label) {
  max-width: 45ch;
  color: rgba(255, 250, 240, .68);
}

.highlights {
  margin-top: 2.75rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 2.5rem;
}

.highlights li {
  padding: 1.2rem 0 0;
  border-top: 1px solid var(--line-light);
  align-items: flex-start;
}

.hl-icon {
  display: none;
}

.highlights strong {
  display: block;
  margin-bottom: .45rem;
  color: var(--cream);
  font-size: .88rem;
}

.highlights span {
  color: rgba(255, 250, 240, .58);
  font-size: .76rem;
  line-height: 1.55;
}

.turismo-ig-link {
  margin-top: 2.5rem;
  border-color: var(--line-light);
  color: var(--cream);
}

.turismo-ig-link:hover {
  background: var(--cream);
  color: var(--forest-900);
}

.map-placeholder {
  position: sticky;
  top: 96px;
  padding: 10px;
  border: 1px solid var(--line-light);
  border-radius: var(--radius-media);
  background: rgba(255, 250, 240, .05);
}

.map-iframe {
  height: min(70vh, 680px);
  border-radius: calc(var(--radius-media) - 8px);
  filter: saturate(.76) contrast(.96);
}

/* Reviews */
.reviews {
  padding-top: clamp(6rem, 9vw, 9rem);
  background: #1b3e2e;
}

.reviews-head {
  margin-bottom: clamp(3.25rem, 6vw, 5.5rem);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
}

.reviews-heading-copy {
  min-width: 0;
}

.reviews .section-label {
  color: #e8b89f;
}

.reviews .section-title {
  max-width: 10ch;
  margin-bottom: 0;
  color: var(--cream);
}

.google-badge {
  width: min(100%, 430px);
  margin: 0;
  justify-self: end;
  border: 1px solid var(--line-light);
  background: rgba(255, 250, 240, .06);
  color: var(--cream);
  box-shadow: none;
  transform: translateY(1.1rem);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.google-badge-text,
.google-badge-label {
  color: rgba(255, 250, 240, .65);
}

.google-badge-score {
  color: var(--cream);
}

.google-badge-divider {
  background: var(--line-light);
}

.reviews-tabs {
  margin-bottom: 2.4rem;
  gap: .5rem;
}

.tab-btn,
.tab-btn.cabin2 {
  border: 1px solid var(--line-light);
  border-radius: var(--radius-control);
  background: transparent;
  color: rgba(255, 250, 240, .7);
}

.tab-btn.active,
.tab-btn.cabin2.active,
.tab-btn:hover {
  border-color: var(--cream);
  background: var(--cream);
  color: var(--forest-900);
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: 1fr;
  gap: 0;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.review-card {
  min-height: 390px;
  padding: clamp(1.5rem, 3vw, 2.75rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border: 0;
  border-right: 1px solid var(--line-light);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.review-card:last-child {
  border-right: 0;
}

.review-card:hover {
  background: rgba(255, 250, 240, .055);
  transform: translateY(-3px);
}

.review-text {
  margin: 1.25rem 0 1.75rem;
  display: -webkit-box;
  flex: 1;
  overflow: hidden;
  color: var(--cream);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.18rem, 1.45vw, 1.5rem);
  font-style: normal;
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1.22;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
}

.review-card:not(:first-child) .review-text {
  font-size: clamp(1.18rem, 1.45vw, 1.5rem);
}

.stars {
  color: #efb64c;
  font-size: .82rem;
  letter-spacing: .08em;
}

.reviewer {
  color: var(--cream);
  font-size: .8rem;
  letter-spacing: .02em;
}

.review-source {
  color: rgba(255, 250, 240, .7);
}

.reviews-more {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}

.gmaps-btn {
  min-height: 56px;
  padding: 1rem 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  border: 1px solid var(--cream);
  border-radius: var(--radius-control);
  background: var(--cream);
  color: var(--forest-950);
  font-size: .84rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.gmaps-btn:hover {
  border-color: var(--coral-dark);
  background: var(--coral-dark);
  color: var(--cream);
  transform: translateY(-2px);
}

/* Social and closing CTA */
.instagram {
  position: relative;
  padding: clamp(3.75rem, 6vw, 6rem) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 10%, rgba(230, 103, 71, .18), transparent 22rem),
    #f0ddd0;
  color: var(--ink);
  text-align: left;
}

.instagram-inner {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: center;
}

.instagram .section-label {
  margin-bottom: .65rem;
  display: block;
  color: var(--coral-dark);
}

.instagram .section-title {
  max-width: 9ch;
  margin: 1rem 0 1.25rem;
  color: var(--forest-900);
  font-size: clamp(3rem, 5vw, 5.25rem);
  line-height: .9;
}

.instagram p {
  max-width: 41ch;
  margin: 0 0 1.6rem;
  color: #40564b;
}

.instagram-live {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: var(--forest-800);
  font-size: .69rem;
  letter-spacing: .04em;
}

.instagram-live > span {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 0 rgba(230, 103, 71, .42);
  animation: ig-live-pulse 2.4s ease-out infinite;
}

@keyframes ig-live-pulse {
  0% { box-shadow: 0 0 0 0 rgba(230, 103, 71, .42); }
  70% { box-shadow: 0 0 0 9px rgba(230, 103, 71, 0); }
  100% { box-shadow: 0 0 0 0 rgba(230, 103, 71, 0); }
}

.ig-link {
  width: fit-content;
  min-height: 52px;
  padding: .9rem 1.15rem;
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  border: 1px solid rgba(23, 48, 37, .18);
  border-radius: var(--radius-control);
  background: rgba(255, 250, 240, .58);
  color: var(--forest-900);
  font-size: .84rem;
  font-weight: 700;
}

.ig-link:hover {
  border-color: var(--forest-900);
  background: var(--forest-900);
  color: var(--cream);
  transform: translateY(-2px);
}

.ig-link b {
  font-size: 1rem;
  transition: transform .3s var(--ease-out);
}

.ig-link:hover b {
  transform: translate(2px, -2px);
}

.instagram-feed {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(.65rem, 1.4vw, 1.1rem);
  align-items: center;
  color: inherit;
  text-decoration: none;
  perspective: 1200px;
}

.ig-post {
  margin: 0;
  padding: .45rem .45rem .55rem;
  overflow: hidden;
  border: 1px solid rgba(23, 48, 37, .1);
  border-radius: 18px;
  background: rgba(255, 250, 240, .88);
  box-shadow: 0 20px 48px rgba(79, 62, 47, .15);
  transition: transform .45s var(--ease-out), box-shadow .45s;
  animation: ig-card-drift 7s ease-in-out infinite alternate;
}

.ig-post-two {
  animation-delay: -2.2s;
  transform: translateY(-1.15rem) rotate(1.2deg);
}

.ig-post-three {
  animation-delay: -4.1s;
}

.ig-post:hover {
  z-index: 2;
  box-shadow: 0 28px 62px rgba(79, 62, 47, .22);
  transform: translateY(-8px) rotate(0deg) scale(1.025);
}

.ig-post img {
  width: 100%;
  aspect-ratio: 4 / 5;
  display: block;
  border-radius: 13px;
  object-fit: cover;
}

.ig-post-one img { object-position: 50% 18%; }
.ig-post-two img { object-position: 50% 52%; }
.ig-post-three img { object-position: 50% 52%; }

.ig-post figcaption {
  padding: .55rem .25rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--forest-800);
  font-size: .56rem;
  font-weight: 700;
}

.ig-post figcaption b {
  color: var(--coral-dark);
  font-size: .9rem;
}

@keyframes ig-card-drift {
  from { translate: 0 -3px; }
  to { translate: 0 5px; }
}

.contact {
  position: relative;
  padding: clamp(5rem, 8vw, 8rem) 0;
  overflow: hidden;
  background: var(--forest-950);
  text-align: left;
}

.contact::after {
  display: none;
}

.contact .container {
  position: relative;
  z-index: 1;
}

.contact .section-label {
  display: block;
  color: #e8b89f;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .72fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
}

.contact h2,
.contact .section-title {
  max-width: 8ch;
  margin: 0;
  color: var(--cream);
  font-size: clamp(4.5rem, 7.8vw, 8.5rem);
  line-height: .84;
}

.contact p {
  max-width: 40ch;
  margin: 2rem 0 0;
  color: rgba(255, 250, 240, .68);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.contact-options {
  margin-top: 2.75rem;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: .75rem;
}

.contact-btn {
  min-height: 52px;
  padding: .95rem 1.35rem;
  border: 1px solid var(--line-light);
  border-radius: var(--radius-control);
  background: transparent;
  color: var(--cream);
  box-shadow: none;
  font-size: .85rem;
}

.contact-btn:first-child {
  border-color: var(--coral-dark);
  background: var(--coral-dark);
}

.contact-btn:hover {
  border-color: var(--cream);
  background: var(--cream);
  color: var(--forest-950);
  transform: translateY(-2px);
}

.contact-emotion {
  position: relative;
  width: min(100%, 520px);
  margin: 0 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 240, .18);
  border-radius: var(--radius-media);
  background: rgba(255, 250, 240, .06);
  box-shadow: 0 34px 80px rgba(3, 20, 14, .42);
}

.contact-emotion img {
  width: 100%;
  aspect-ratio: 3 / 4;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
  transition: transform 1.1s var(--ease-out), filter .45s;
}

.contact-emotion:hover img {
  transform: scale(1.025);
  filter: saturate(1.06);
}

footer {
  padding: 2rem clamp(1rem, 4vw, 4rem);
  border-top: 1px solid var(--line-light);
  background: var(--forest-950);
  color: rgba(255, 250, 240, .54);
  font-size: .75rem;
}

.footer-inner {
  width: min(100%, 1380px);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: center;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.footer-links a {
  color: rgba(255, 250, 240, .76);
  text-underline-offset: .2em;
}

/* Progressive enhancement: content remains visible if JS is unavailable. */
.motion-ready .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .75s var(--ease-out), transform .75s var(--ease-out);
}

.motion-ready .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.motion-ready .google-badge.reveal {
  transform: translateY(calc(28px + 1.1rem));
}

.motion-ready .google-badge.reveal.is-visible {
  transform: translateY(1.1rem);
}

@media (max-width: 1200px) {
  nav {
    min-height: 68px;
    padding: .45rem .75rem;
  }

  .nav-logo {
    width: 50px;
    height: 50px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-links {
    top: calc(100% + 1px);
    padding: 1.25rem;
    gap: .25rem;
    border-bottom: 1px solid var(--line);
    background: rgba(251, 247, 238, .98);
  }

  .nav-links a {
    padding: .7rem .15rem;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.75rem;
    font-weight: 600;
  }

  .nav-links a::after {
    display: none;
  }

  .nav-language-mobile {
    margin-top: .6rem;
    padding-top: .8rem;
    display: flex;
    align-items: center;
    gap: .75rem;
    border-top: 1px solid var(--line);
  }

  .nav-language-mobile a {
    padding: .25rem;
    font-family: 'DM Sans', sans-serif;
    font-size: .9rem;
    letter-spacing: .08em;
  }

  .nav-cta {
    min-height: 40px;
    padding: .7rem 1rem;
    font-size: .72rem;
  }

  .hero-inner {
    grid-template-columns: minmax(0, .82fr) minmax(440px, 1.18fr);
    gap: 2.5rem;
  }

  .hero-title {
    font-size: clamp(3.8rem, 6vw, 6rem);
  }

  .story-track {
    grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
    column-gap: 3.5rem;
  }

  .cabin-card {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
  }

  .cabin-body {
    padding: 2.5rem;
  }

  .cabin-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .btn-location,
  .btn-cabin {
    width: 100%;
  }
}

@media (max-width: 760px) {
  html {
    scroll-behavior: auto;
  }

  body::after {
    display: none;
  }

  section {
    padding: 5rem 0;
  }

  .container {
    padding-inline: 1rem;
  }

  .nav-controls {
    gap: .4rem;
  }

  .lang-toggle {
    display: none;
  }

  .nav-toggle {
    order: -1;
  }

  .nav-cta {
    max-width: none;
    padding-inline: .8rem;
    font-size: .67rem;
    white-space: nowrap;
  }

  .hero {
    min-height: auto;
    padding: 88px 0 1rem;
  }

  .hero::before {
    top: 18%;
    left: -35vw;
    width: 90vw;
  }

  .hero-inner {
    min-height: auto;
    padding: 1.5rem 1rem 1rem;
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: left;
  }

  .hero-copy {
    max-width: none;
    padding: 0;
  }

  .hero-logo {
    width: 170px;
    margin: 0 0 2rem;
  }

  .hero-title {
    font-size: clamp(3.15rem, 15vw, 4.65rem);
    line-height: .88;
  }

  .hero-sub {
    max-width: 31ch;
    margin-top: 1.3rem;
    font-size: .98rem;
  }

  .hero-ctas {
    margin-top: 1.5rem;
    align-items: stretch;
    flex-direction: row;
    gap: .55rem;
  }

  .hero-ctas a {
    width: auto;
    max-width: none;
    flex: 1;
    padding-inline: .8rem;
    font-size: .75rem;
  }

  .hero-media {
    height: 54vh;
    min-height: 430px;
    grid-template-columns: 1.2fr .8fr;
    gap: 8px;
  }

  .hero-photo {
    border-radius: 18px;
  }

  .story-intro {
    display: block;
    padding-bottom: 3.5rem;
  }

  .day-story {
    padding-bottom: 0;
  }

  .story-intro .section-label {
    margin-bottom: 1rem;
  }

  .story-intro h2 {
    font-size: clamp(3.8rem, 18vw, 5.4rem);
  }

  .story-intro > p:last-child {
    max-width: 34ch;
    margin: 1.65rem 0 0;
    font-size: 1rem;
  }

  .story-track {
    display: block;
  }

  .story-route-picker {
    top: 76px;
    width: 100%;
    margin-bottom: 3rem;
    padding: .45rem;
    justify-content: space-between;
    border-radius: 18px;
  }

  .story-route-label {
    padding-left: .45rem;
    font-size: .62rem;
  }

  .story-route-buttons {
    flex: 1;
    justify-content: flex-end;
    background: transparent;
  }

  .story-route-button {
    min-height: 40px;
    padding-inline: .8rem;
  }

  .story-visual {
    display: none;
  }

  .story-step,
  .story-step.active {
    min-height: auto;
    padding: 0 0 7rem;
    opacity: 1;
    transform: none;
  }

  .story-step:last-child,
  .story-step:last-child.active {
    padding-bottom: 2.5rem;
  }

  .story-mobile-media {
    position: relative;
    margin-bottom: 2rem;
    display: block;
  }

  .story-mobile-image {
    width: 100%;
    height: min(68vh, 620px);
    min-height: 470px;
    max-height: 620px;
    display: block;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 22px 56px rgba(29, 66, 47, .14);
    transition: opacity .3s ease;
  }

  .story-step:nth-child(1) .story-mobile-image { object-position: 50% 52%; }
  .story-step:nth-child(2) .story-mobile-image { object-position: 50% 66%; }
  .story-step:nth-child(3) .story-mobile-image { object-position: 54% 58%; }
  .story-step:nth-child(4) .story-mobile-image { object-position: 50% 50%; }
  .story-step:nth-child(5) .story-mobile-image { object-position: 50% 56%; }
  .story-step:nth-child(6) .story-mobile-image { object-position: 50% 50%; }
  .story-step:nth-child(7) .story-mobile-image { object-position: 50% 52%; }
  .story-step:nth-child(8) .story-mobile-image { object-position: 50% 50%; }

  .day-story[data-story-route="cactus2"] .story-step:nth-child(2) .story-mobile-image {
    object-position: 50% 50%;
  }

  .story-mobile-detail {
    position: absolute;
    right: .8rem;
    bottom: .8rem;
    width: min(38%, 150px);
    padding: .3rem;
    display: block;
    border-radius: 14px;
    background: var(--cream);
    box-shadow: 0 18px 42px rgba(13, 36, 25, .3);
    transform: rotate(1.5deg);
  }

  .story-mobile-detail-delay {
    opacity: 0;
    transform: translateY(18px) rotate(1.5deg) scale(.96);
    transition: opacity .55s var(--ease-out), transform .7s var(--ease-out);
  }

  .story-step.active .story-mobile-detail-delay {
    opacity: 1;
    transform: translateY(0) rotate(1.5deg) scale(1);
    transition-delay: .7s;
  }

  .story-detail-top {
    top: .8rem;
    bottom: auto;
  }

  .story-detail-left {
    right: auto;
    bottom: .8rem;
    left: .8rem;
  }

  .story-mobile-detail-wide {
    width: min(44%, 180px);
  }

  .story-mobile-detail-fauna {
    width: min(36%, 142px);
  }

  .story-mobile-detail.story-mobile-detail-fauna img {
    aspect-ratio: 1;
    object-position: 50% 31%;
  }

  .story-mobile-detail img {
    width: 100%;
    aspect-ratio: .82;
    display: block;
    border-radius: 10px;
    object-fit: cover;
    transition: opacity .3s ease;
  }

  .story-mobile-detail-wide img {
    aspect-ratio: .92;
  }

  .story-mobile-detail-night img {
    object-fit: contain;
    background: #a9c1dd;
  }

  .story-mobile-detail small {
    padding: .45rem .32rem .25rem;
    display: block;
    color: var(--forest-900);
    font-size: .55rem;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1.25;
    text-transform: uppercase;
  }

  .story-step-meta {
    max-width: 11rem !important;
    margin-bottom: 1rem !important;
  }

  .story-step h3 {
    max-width: 10ch;
    font-size: clamp(3rem, 14vw, 4.2rem);
  }

  .cabins {
    padding: 2.75rem 0 2.75rem;
  }

  .cabins > .container > .section-title {
    margin-bottom: 1.5rem;
    font-size: clamp(2.35rem, 10.5vw, 4rem);
    letter-spacing: -.055em;
    white-space: nowrap;
  }

  .cabin-selector {
    width: 100%;
    margin-bottom: 2rem;
    padding: .65rem;
    flex-wrap: wrap;
    border-radius: 22px;
  }

  .cabin-selector-label {
    width: 100%;
    max-width: none;
    padding: .2rem .5rem .35rem;
    font-size: .64rem;
  }

  .cabin-selector-button {
    min-width: 0;
    min-height: 52px;
    flex: 1;
    padding-inline: .7rem;
    font-size: .84rem;
  }

  .cabin-card,
  .cabin-card:last-child {
    position: relative;
    top: auto;
    min-height: 0;
    margin-bottom: 2rem;
    grid-template-columns: 1fr;
    border-radius: 22px;
    box-shadow: 0 20px 55px rgba(23, 53, 39, .12);
  }

  .cabin-gallery {
    min-height: 0;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .gallery-arrow {
    width: 44px;
    height: 44px;
  }

  .cabin-body {
    min-height: 650px;
    padding: 1.5rem 1.25rem 1.4rem;
  }

  .cabin-more-panel {
    padding: 1.5rem 1.25rem;
    justify-content: flex-start;
  }

  .cabin-more-title {
    font-size: 3.75rem;
  }

  .cabin-more-copy {
    font-size: .85rem;
    line-height: 1.55;
  }

  .cabin-name {
    margin-bottom: 1rem;
    font-size: 4rem;
  }

  .cabin-desc {
    font-size: .9rem;
  }

  .amenities-primary,
  .amenities-secondary {
    grid-template-columns: 1fr;
  }

  .cabin-actions {
    margin-top: 1.3rem;
  }

  .fishing-service {
    padding: 4.75rem 0 5rem;
  }

  .fishing-mini-card {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .fishing-mini-media {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: .5rem;
  }

  .fishing-mini-content {
    grid-column: 1;
    grid-row: 1;
    padding-top: 0;
  }

  .fishing-shot {
    border-radius: 16px;
  }

  .fishing-shot-guide {
    grid-column: 1;
    grid-row: 1;
    aspect-ratio: 4 / 5;
  }

  .fishing-shot-river {
    grid-column: 1;
    grid-row: 2;
    aspect-ratio: 3 / 2;
  }

  .fishing-shot-dorado {
    grid-column: 1;
    grid-row: 3;
    aspect-ratio: 3 / 2;
  }

  .fishing-mini-title {
    font-size: clamp(4rem, 18vw, 5.5rem);
  }

  .location-grid {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }

  .location .section-title {
    font-size: clamp(3.8rem, 17vw, 5.5rem);
  }

  .highlights {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .map-placeholder {
    position: relative;
    top: auto;
  }

  .map-iframe {
    height: 48vh;
    min-height: 360px;
  }

  .reviews .section-title {
    font-size: clamp(3.8rem, 17vw, 5.5rem);
  }

  .reviews-head {
    margin-bottom: 2.75rem;
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .google-badge {
    width: 100%;
    margin: 0;
    justify-self: stretch;
    transform: none;
  }

  .motion-ready .google-badge.reveal {
    transform: translateY(28px);
  }

  .motion-ready .google-badge.reveal.is-visible {
    transform: translateY(0);
  }

  .reviews-grid {
    margin-inline: -1rem;
    padding-inline: 1rem;
    display: flex;
    gap: 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .reviews-grid::-webkit-scrollbar {
    display: none;
  }

  .review-card {
    min-height: 390px;
    flex: 0 0 min(84vw, 340px);
    border-right: 1px solid var(--line-light);
    scroll-snap-align: start;
  }

  .review-text,
  .review-card:not(:first-child) .review-text {
    font-size: 1.28rem;
    -webkit-line-clamp: 10;
  }

  .gmaps-btn {
    width: 100%;
    padding-inline: 1rem;
    font-size: .76rem;
    text-align: center;
  }

  .instagram-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .instagram .section-title {
    max-width: 10ch;
    font-size: clamp(3.15rem, 14vw, 4.5rem);
  }

  .instagram-feed {
    gap: .5rem;
  }

  .ig-post {
    padding: .28rem .28rem .4rem;
    border-radius: 13px;
  }

  .ig-post img {
    border-radius: 10px;
  }

  .ig-post figcaption {
    padding-top: .4rem;
    font-size: .43rem;
  }

  .ig-post figcaption b {
    font-size: .72rem;
  }

  .ig-post-two {
    transform: translateY(-.55rem) rotate(1deg);
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }

  .contact h2,
  .contact .section-title {
    font-size: clamp(4.2rem, 19vw, 6rem);
  }

  .contact-options {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .contact-btn {
    width: 100%;
    max-width: none;
  }

  .contact-emotion {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
  }
}

@media (max-width: 430px) {
  .nav-logo {
    width: 46px;
    height: 46px;
  }

  .nav-cta {
    padding-inline: .65rem;
    font-size: .63rem;
  }

  .hero-title {
    font-size: 3.35rem;
  }

  .hero-logo {
    width: 154px;
    margin-bottom: 1.2rem;
  }

  .hero-title {
    font-size: 3.08rem;
  }

  .hero-sub {
    margin-top: 1rem;
    font-size: .9rem;
  }

  .hero-ctas {
    margin-top: 1.1rem;
    flex-direction: row;
  }

  .hero-ctas a {
    min-height: 44px;
    padding-inline: .55rem;
    font-size: .64rem;
  }

  .hero-ctas a:first-child {
    flex: 1.38;
  }

  .hero-ctas a:last-child {
    flex: .92;
  }

  .hero-media {
    height: 49vh;
    min-height: 390px;
  }

  .story-route-label {
    display: none;
  }

  .story-route-buttons {
    width: 100%;
    justify-content: stretch;
  }

  .story-route-button {
    flex: 1;
  }

  .story-mobile-image {
    height: 62vh;
    min-height: 420px;
  }

  .google-badge {
    padding: 1rem;
  }

  .google-badge-text {
    font-size: .68rem;
  }

  .footer-inner {
    align-items: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cabin-card {
    animation: none !important;
  }

  .cabin-body {
    transition: none !important;
  }

  .instagram-live > span,
  .ig-post {
    animation: none !important;
  }

  .fishing-shot img,
  .ig-post,
  .contact-emotion img {
    transition: none !important;
  }

  .hero-logo,
  .hero-title span,
  .hero-sub,
  .hero-ctas,
  .hero-media {
    animation: none !important;
  }

  .story-frame,
  .story-step,
  .story-inset,
  .story-route-button,
  .story-progress-line i,
  .story-mobile-image,
  .story-mobile-detail img,
  .motion-ready .reveal {
    transition: none !important;
    transform: none !important;
  }

  .hero-photo:hover img {
    transform: none;
  }

  .hero-flip-inner {
    transition: none !important;
  }
}

@media (prefers-reduced-transparency: reduce) {
  nav,
  .gallery-arrow,
  .google-badge {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  nav {
    background: var(--sand-50);
  }
}
