:root {
  --title-font: "Noto Serif Cumbaza", Georgia, serif;
  --script-font: "Blacksword Cumbaza", "Brush Script MT", cursive;
  --body-font: "Garet Cumbaza", Arial, sans-serif;
  --ink: #f8f1e3;
  --muted: rgba(248, 241, 227, 0.72);
  --forest: #071512;
  --gold: #c6a355;
  --gold-soft: #f0d88b;
  --line: rgba(248, 241, 227, 0.18);
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.38);
}
@font-face {
  font-family: "Noto Serif Cumbaza";
  src: url("../fonts/NotoSerif-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif Cumbaza";
  src: url("../fonts/NotoSerif-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Blacksword Cumbaza";
  src: url("../fonts/Blacksword.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Garet Cumbaza";
  src: url("../fonts/Garet-Book.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Garet Cumbaza";
  src: url("../fonts/Garet-Heavy.woff2") format("woff2");
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}
* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--forest);
  font-family: var(--body-font);
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 22px clamp(20px, 4vw, 64px);
  color: #fff;
  transition: background 0.3s ease, padding 0.3s ease, backdrop-filter 0.3s ease;
}
.site-header.is-scrolled, .site-header.menu-open {
  padding-block: 14px;
  background: rgba(7, 21, 18, 0.84);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.site-header .brand span:not(.brand-mark) {
  font-family: var(--title-font);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}
.brand img {
  width: auto;
  height: 52px;
  object-fit: contain;
}
.header-brand img {
  height: 52px;
  max-width: min(260px, 46vw);
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(240, 216, 139, 0.55);
  color: var(--gold-soft);
  font-family: var(--title-font);
  letter-spacing: 0;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.site-nav a { position: relative; padding: 8px 0; }
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.site-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.menu-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 6px auto;
  background: currentColor;
}
.full-panel { min-height: 100vh; }
.parallax-panel {
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.hero-bg { background-image: url("../images/fachada-rio-cumbaza.jpg"); }
.dining-bg { background-image: url("../images/chef-y-comida-rio-cumbaza.jpg"); }
.rooftop-bg { background-image: url("../images/tragos-rooftop.jpg"); }
.hero { padding: 120px clamp(22px, 6vw, 96px) 54px; justify-items: center; }
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 12, 10, 0.9), rgba(4, 12, 10, 0.38) 52%, rgba(4, 12, 10, 0.64)),
    linear-gradient(0deg, rgba(7, 21, 18, 0.64), rgba(7, 21, 18, 0.1));
}
.hero-content, .break-content, .rooftop-copy { position: relative; z-index: 1; }
.hero-content {
  width: min(100%, 1120px);
  max-width: 1120px;
  text-align: center;
}
.eyebrow {
  margin: 0 0 10px;
  color: var(--gold-soft);
  font-family: var(--script-font);
  font-size: clamp(20px, 1.75vw, 30px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.12;
  text-transform: none;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
}
h1, h2, h3 { margin: 0; line-height: 1.02; }
h1, h2, h3 { font-family: var(--title-font); font-weight: 400; }
h1 { max-width: 980px; margin-inline: auto; font-size: clamp(56px, 8vw, 118px); letter-spacing: 0; line-height: 1; }
h2 { font-size: clamp(38px, 5.8vw, 78px); letter-spacing: 0; }
h3 { font-size: clamp(22px, 3vw, 34px); }
.hero-subtitle {
  max-width: 650px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 2.2vw, 28px);
}
.availability-search {
  display: grid;
  grid-template-columns: minmax(150px, 0.8fr) minmax(150px, 0.8fr) minmax(220px, 1fr) minmax(210px, auto);
  align-items: stretch;
  gap: 8px;
  max-width: 980px;
  margin: 34px auto 0;
  padding: 8px;
  border: 1px solid rgba(240, 216, 139, 0.24);
  border-radius: 16px;
  background: rgba(7, 21, 18, 0.7);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
  text-align: left;
}
.availability-field,
.availability-guests {
  min-width: 0;
  min-height: 64px;
  margin: 0;
  padding: 10px 13px;
  border: 1px solid rgba(248, 241, 227, 0.14);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.055);
}
.availability-guests {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.availability-field label,
.guest-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 5px;
  padding: 0;
  color: var(--gold-soft);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-transform: uppercase;
}
.field-icon {
  display: inline-flex;
  width: 17px;
  height: 17px;
  color: currentColor;
}
.field-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.availability-field input,
.guest-inputs input {
  width: 100%;
  min-height: 28px;
  padding: 0;
  border: 0;
  color: var(--ink);
  background: transparent;
  font-size: 15px;
  outline: 0;
  color-scheme: dark;
}
.availability-field input:focus,
.guest-inputs input:focus {
  box-shadow: inset 0 -1px 0 var(--gold-soft);
}
.guest-inputs {
  display: grid;
  grid-template-columns: max-content 3.25ch max-content 3.25ch;
  gap: 6px clamp(8px, 1.1vw, 16px);
  align-items: center;
  max-width: 100%;
}
.guest-inputs label {
  color: rgba(248, 241, 227, 0.62);
  font-size: 12px;
}
.guest-inputs input {
  min-width: 0;
  text-align: left;
}
.guest-summary {
  margin: 5px 0 0;
  color: rgba(248, 241, 227, 0.78);
  font-size: 13px;
}
.availability-submit {
  min-height: 64px;
  padding-inline: 22px;
  border-radius: 11px;
  white-space: nowrap;
}
.availability-submit:disabled {
  cursor: not-allowed;
  opacity: 0.46;
  transform: none;
}
.availability-message {
  grid-column: 1 / -1;
  min-height: 20px;
  margin: 0;
  padding: 0 12px 2px;
  color: rgba(248, 241, 227, 0.68);
  font-size: 13px;
}
.availability-message.is-error { color: #ffd68a; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 24px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn.primary { color: #081411; background: var(--gold-soft); border-color: var(--gold-soft); }
.btn.ghost, .btn.subtle {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.05);
}
.btn.subtle { margin-top: 18px; }
.legal-page {
  min-height: 100vh;
  background:
    linear-gradient(135deg, rgba(5, 16, 13, 0.98), rgba(11, 34, 27, 0.98)),
    var(--forest);
}
.legal-hero {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 54vh;
  padding: 132px clamp(22px, 6vw, 96px) 70px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(4, 12, 10, 0.88), rgba(4, 12, 10, 0.46), rgba(4, 12, 10, 0.72)),
    url("../images/fachada-rio-cumbaza.jpg") center/cover fixed;
  text-align: center;
}
.legal-hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 34px;
  width: min(760px, calc(100% - 44px));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(240, 216, 139, 0.54), transparent);
  transform: translateX(-50%);
}
.legal-hero-content {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
}
.legal-hero h1 {
  max-width: 980px;
  margin-inline: auto;
  font-size: clamp(46px, 7vw, 96px);
}
.legal-hero p:not(.eyebrow) {
  max-width: 620px;
  margin: 22px auto 0;
  color: rgba(248, 241, 227, 0.76);
  font-size: clamp(16px, 1.6vw, 20px);
}
.legal-wrap {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 820px);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: clamp(64px, 8vw, 110px) clamp(20px, 5vw, 80px);
}
.legal-index {
  position: sticky;
  top: 108px;
  padding: 22px;
  border: 1px solid rgba(240, 216, 139, 0.22);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(16px);
}
.legal-index img {
  width: 150px;
  height: auto;
  margin-bottom: 24px;
}
.legal-index a {
  display: block;
  padding: 11px 0;
  border-top: 1px solid rgba(248, 241, 227, 0.1);
  color: rgba(248, 241, 227, 0.78);
  font-size: 14px;
}
.legal-index a:hover { color: var(--gold-soft); }
.legal-content {
  display: grid;
  gap: 18px;
}
.legal-card {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(240, 216, 139, 0.2);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.03));
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.22);
}
.legal-card h2 {
  margin-bottom: 18px;
  color: var(--ink);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.14;
}
.legal-card p {
  margin: 0;
  color: rgba(248, 241, 227, 0.74);
  font-size: 16px;
  line-height: 1.82;
}
.legal-card p + p { margin-top: 14px; }
.legal-card strong { color: var(--gold-soft); font-weight: 500; }
.booking-page {
  min-height: 100vh;
  background:
    linear-gradient(135deg, rgba(5, 16, 13, 0.98), rgba(11, 34, 27, 0.98)),
    var(--forest);
}
.booking-section {
  position: relative;
  display: grid;
  min-height: 100vh;
  place-items: center;
  overflow: hidden;
  padding: 112px clamp(18px, 5vw, 80px) 58px;
  background:
    linear-gradient(90deg, rgba(4, 12, 10, 0.9), rgba(4, 12, 10, 0.58), rgba(4, 12, 10, 0.82)),
    url("../images/fachada-rio-cumbaza.jpg") center/cover fixed;
  text-align: center;
}
.booking-section::before {
  content: "";
  position: absolute;
  right: clamp(-72px, 3vw, 76px);
  bottom: clamp(24px, 7vw, 110px);
  width: clamp(220px, 30vw, 460px);
  aspect-ratio: 1;
  background: url("../images/logo_hotel_rio_cumbaza_tarapoto_flor.png") center/contain no-repeat;
  opacity: 0.06;
  pointer-events: none;
}
.booking-panel {
  position: relative;
  z-index: 1;
  width: min(1040px, 100%);
}
.booking-panel h1 {
  max-width: 760px;
  margin-inline: auto;
  font-size: clamp(36px, 4.8vw, 68px);
  line-height: 1.04;
}
.booking-panel > p:not(.eyebrow) {
  max-width: 620px;
  margin: 16px auto 0;
  color: rgba(248, 241, 227, 0.78);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.55;
}
.booking-search {
  margin-top: clamp(24px, 3.2vw, 36px);
}
.intro-section, .rooms-section, .brands-section, .club-section, .gallery-section, .contact-section, .services-section {
  position: relative;
  overflow: hidden;
  padding: clamp(78px, 10vw, 140px) clamp(20px, 5vw, 80px);
}
.intro-section > *, .rooms-section > *, .brands-section > *, .club-section > *, .gallery-section > *, .contact-section > *, .services-section > * {
  position: relative;
  z-index: 1;
}
.intro-section::after, .rooms-section::after, .gallery-section::after {
  content: "";
  position: absolute;
  width: clamp(180px, 24vw, 420px);
  aspect-ratio: 1;
  background: url("../images/logo_hotel_rio_cumbaza_tarapoto_flor.png") center/contain no-repeat;
  opacity: 0.035;
  pointer-events: none;
  filter: drop-shadow(0 20px 45px rgba(0, 0, 0, 0.35));
}
.intro-section::after {
  right: clamp(18px, 5vw, 90px);
  top: clamp(48px, 8vw, 120px);
}
.rooms-section::after {
  left: clamp(-80px, -4vw, -28px);
  bottom: clamp(28px, 7vw, 110px);
}
.gallery-section::after {
  right: clamp(-72px, -3vw, -20px);
  bottom: clamp(60px, 8vw, 130px);
}
.section-kicker {
  max-width: 1440px;
  margin: 0 auto 30px;
  color: rgba(240, 216, 139, 0.25);
  font-family: var(--title-font);
  font-size: clamp(80px, 16vw, 220px);
  line-height: 0.8;
}
.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
}
.image-stage { min-height: 72vh; overflow: hidden; box-shadow: var(--shadow); }
.image-stage img { height: 100%; min-height: 72vh; object-fit: cover; }
.copy-panel { padding: clamp(20px, 3vw, 48px); }
.copy-panel p, .rooftop-copy p, .contact-copy p { color: var(--muted); }
.lead { color: #fff; font-size: 20px; }
.section-heading {
  position: relative;
  max-width: 1180px;
  margin: 0 auto clamp(34px, 5vw, 74px);
  padding-top: 34px;
}
.section-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  aspect-ratio: 1;
  background: url("../images/logo_hotel_rio_cumbaza_tarapoto_flor.png") center/contain no-repeat;
  opacity: 0.78;
}
.brands-section .section-heading::before {
  left: 50%;
  transform: translateX(-50%);
}
.brands-section .section-heading {
  text-align: center;
}
.services-section {
  display: grid;
  align-content: center;
  justify-items: center;
  padding-top: clamp(72px, 8vw, 112px);
  padding-bottom: clamp(72px, 8vw, 112px);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(7, 21, 18, 0.97), rgba(16, 37, 31, 0.92)),
    url("../images/fachada-rio-cumbaza-vertical.jpg") center/cover fixed;
}
.services-section .section-heading {
  max-width: 1040px;
  margin-bottom: clamp(42px, 5vw, 68px);
  text-align: center;
}
.services-section .section-heading::before {
  left: 50%;
  transform: translateX(-50%);
}
.services-section .section-heading h2 {
  max-width: 980px;
  margin: 0 auto;
  font-size: clamp(42px, 4.8vw, 68px);
  line-height: 1.04;
}
.services-intro {
  max-width: 620px;
  margin: 22px auto 0;
  color: rgba(248, 241, 227, 0.68);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.7;
}
.brands-intro {
  max-width: 640px;
  margin: 22px auto 0;
  color: rgba(248, 241, 227, 0.68);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.7;
}
.service-carousel {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(54px, 5vw, 76px);
  overflow: hidden;
}
.service-grid {
  display: flex;
  gap: clamp(34px, 4vw, 58px);
  align-items: start;
  width: 100%;
  margin: 0 auto;
  padding: 0 2px 8px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  background: transparent;
}
.service-grid::-webkit-scrollbar { display: none; }
.service-grid::-webkit-scrollbar-track { background: transparent; }
.service-grid::-webkit-scrollbar-thumb { background: rgba(240, 216, 139, 0.36); }
.service-arrow {
  position: absolute;
  top: 20px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(240, 216, 139, 0.35);
  border-radius: 50%;
  color: var(--gold-soft);
  background: rgba(7, 21, 18, 0.42);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.24s ease, background 0.24s ease, border-color 0.24s ease;
}
.service-arrow:hover {
  transform: translateY(-2px);
  border-color: rgba(240, 216, 139, 0.72);
  background: rgba(7, 21, 18, 0.7);
}
.service-arrow-prev { left: 0; }
.service-arrow-next { right: 0; }
.service-card {
  display: grid;
  justify-items: center;
  align-content: start;
  flex: 0 0 clamp(126px, 10vw, 146px);
  min-height: 116px;
  padding: 0;
  background: transparent;
  scroll-snap-align: center;
  text-align: center;
}
.service-icon {
  width: 42px;
  height: 42px;
  object-fit: contain;
  opacity: 0.95;
  filter: brightness(0) saturate(100%) invert(86%) sepia(33%) saturate(505%) hue-rotate(2deg) brightness(106%) contrast(92%) drop-shadow(0 10px 18px rgba(0, 0, 0, 0.18));
  transform: rotate(-1deg);
  transform-origin: center;
  transition: opacity 0.28s ease, transform 0.28s ease, filter 0.28s ease;
}
.service-card:hover .service-icon {
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(96%) sepia(18%) saturate(545%) hue-rotate(346deg) brightness(108%) contrast(98%) drop-shadow(0 16px 26px rgba(0, 0, 0, 0.28));
  transform: translateY(-3px) rotate(1deg);
}
.service-card h3 {
  max-width: 148px;
  margin: 18px 0 0;
  color: rgba(248, 241, 227, 0.86);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.45;
}
.service-card p { display: none; }
.cinema-break { padding: clamp(30px, 8vw, 90px); align-items: end; }
.break-content { max-width: 900px; }
.rooms-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(330px, 36vw);
  gap: 12px;
  max-width: 1440px;
  margin: 0 auto;
}
.room-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 0;
  padding: 26px;
  overflow: hidden;
  color: #fff;
  border: 0;
  background: #091713;
  text-align: left;
  cursor: pointer;
}
.room-card.large { grid-column: span 2; grid-row: span 2; }
.room-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.06) 64%);
}
.room-card img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.room-card:hover img { transform: scale(1.07); }
.room-card span, .room-card h3 { position: relative; z-index: 2; }
.room-card span {
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.room-card h3 { margin-top: 10px; }
.rooftop-section { justify-items: end; padding: clamp(24px, 6vw, 84px); }
.rooftop-copy {
  width: min(640px, 100%);
  padding: clamp(28px, 5vw, 62px);
  background: rgba(7, 21, 18, 0.74);
  backdrop-filter: blur(18px);
  border: 1px solid var(--line);
}
.rooftop-logo {
  width: min(170px, 48%);
  max-height: 210px;
  height: auto;
  margin: 0 0 28px;
  object-fit: contain;
}
.rooftop-gallery-card {
  position: relative;
  display: block;
  height: clamp(150px, 18vw, 220px);
  margin: 26px 0 28px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid rgba(246, 226, 149, 0.3);
  background: rgba(255, 255, 255, 0.04);
}
.rooftop-gallery-card:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}
.rooftop-gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease, filter 0.7s ease;
}
.rooftop-gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 21, 18, 0.1), rgba(7, 21, 18, 0.68));
}
.rooftop-gallery-card figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 1;
  color: var(--ivory);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.rooftop-gallery-card:hover img {
  filter: saturate(1.08);
  transform: scale(1.05);
}
.gallery-seeds {
  display: none;
}
.brands-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(7, 21, 18, 0.98), rgba(16, 43, 34, 0.96) 54%, rgba(7, 21, 18, 0.98)),
    url("../images/fachada-rio-cumbaza-vertical.jpg") center/cover fixed;
}
.brands-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent, rgba(240, 216, 139, 0.08), transparent),
    radial-gradient(circle at 20% 20%, rgba(198, 163, 85, 0.14), transparent 34%);
  pointer-events: none;
}
.brands-section > * {
  position: relative;
  z-index: 1;
}
.brand-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 1180px;
  margin: 0 auto;
}
.brand-grid a {
  position: relative;
  min-height: 160px;
  display: grid;
  place-items: center;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(240, 216, 139, 0.22);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
  color: #fff;
  font-family: var(--title-font);
  font-size: clamp(23px, 3vw, 36px);
  text-align: center;
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
  transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
}
.brand-grid a::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(120deg, transparent 20%, rgba(240, 216, 139, 0.24), transparent 58%);
  opacity: 0;
  transform: translateX(-35%);
  transition: opacity 0.35s ease, transform 0.55s ease;
}
.brand-grid a:hover {
  transform: translateY(-8px);
  border-color: rgba(240, 216, 139, 0.58);
  background: linear-gradient(145deg, rgba(240, 216, 139, 0.18), rgba(255, 255, 255, 0.045));
  box-shadow: 0 34px 85px rgba(0, 0, 0, 0.34);
}
.brand-grid a:hover::before {
  opacity: 1;
  transform: translateX(35%);
}
.brand-grid img {
  position: relative;
  z-index: 1;
  width: min(220px, 90%);
  max-height: 92px;
  object-fit: contain;
  filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.24));
  transition: transform 0.35s ease, filter 0.35s ease;
}
.brand-grid a:hover img {
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.32));
  transform: scale(1.05);
}
.club-section {
  display: grid;
  align-items: center;
  padding-top: clamp(104px, 9vw, 132px);
  padding-bottom: clamp(86px, 8vw, 118px);
  background:
    linear-gradient(135deg, rgba(5, 16, 13, 0.98), rgba(11, 34, 27, 0.97) 52%, rgba(5, 16, 13, 0.98));
}
.club-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(240, 216, 139, 0.06), transparent 28%, rgba(240, 216, 139, 0.045)),
    linear-gradient(0deg, rgba(5, 16, 13, 0.42), transparent 32%, rgba(5, 16, 13, 0.18));
  opacity: 1;
  pointer-events: none;
}
.club-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.52fr) minmax(0, 1fr);
  gap: clamp(42px, 5vw, 82px);
  align-items: center;
  width: min(1440px, 100%);
  margin: 0 auto;
}
.club-copy {
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: clamp(8px, 2vw, 24px);
}
.club-logo {
  width: min(190px, 58%);
  height: auto;
  margin: 0 0 clamp(22px, 3vw, 34px);
  object-fit: contain;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.24));
}
.club-copy h2 {
  max-width: 520px;
  font-size: clamp(34px, 3.8vw, 58px);
  line-height: 1.06;
}
.club-lead {
  max-width: 520px;
  margin: 22px 0 0;
  color: rgba(248, 241, 227, 0.74);
  font-size: clamp(15px, 1.1vw, 18px);
}
.club-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 560px;
  margin-top: 30px;
}
.club-points span {
  padding: 10px 12px;
  color: rgba(248, 241, 227, 0.82);
  border: 1px solid rgba(240, 216, 139, 0.24);
  background: rgba(255, 255, 255, 0.035);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.club-contact {
  display: grid;
  gap: 11px;
  max-width: 560px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(240, 216, 139, 0.2);
}
.club-contact a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(248, 241, 227, 0.86);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.35;
  transition: color 0.25s ease, transform 0.25s ease;
}
.club-contact a:hover {
  color: var(--gold-soft);
  transform: translateX(4px);
}
.club-contact a span:last-child {
  min-width: 0;
  overflow-wrap: anywhere;
}
.club-contact-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(240, 216, 139, 0.3);
  border-radius: 50%;
  color: var(--gold-soft);
  background: rgba(255, 255, 255, 0.04);
}
.club-contact-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.club-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-auto-rows: clamp(104px, 8.6vw, 150px);
  gap: 10px;
}
.club-photo {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #10251f;
}
.club-photo.large {
  grid-column: span 2;
  grid-row: span 2;
}
.club-photo.wide { grid-column: span 2; }
.club-photo.tall { grid-row: span 2; }
.club-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 16, 13, 0.2), transparent 52%);
  pointer-events: none;
}
.club-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease, filter 0.7s ease;
}
.club-photo:hover img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.06);
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 310px;
  gap: 12px;
  max-width: 1440px;
  margin: 0 auto;
}
.gallery-grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #10251f;
  cursor: pointer;
}
.gallery-grid figure:focus-visible {
  outline: 2px solid var(--gold-soft);
  outline-offset: 4px;
}
.gallery-grid .wide { grid-column: span 2; }
.gallery-grid .tall { grid-row: span 2; }
.gallery-grid img { height: 100%; object-fit: cover; transition: transform 0.7s ease; }
.gallery-grid figure:hover img { transform: scale(1.06); }
.gallery-grid figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-shadow: 0 1px 20px rgba(0, 0, 0, 0.8);
}
.hotel-video-band {
  position: relative;
  width: 100vw;
  height: clamp(228px, 33.6vw, 468px);
  margin: clamp(38px, 6vw, 72px) 0 0 calc(50% - 50vw);
  overflow: hidden;
  background: #06100d;
}
.hotel-video-band video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.video-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 21, 18, 0.48), rgba(7, 21, 18, 0.12), rgba(7, 21, 18, 0.52)),
    linear-gradient(0deg, rgba(7, 21, 18, 0.56), rgba(7, 21, 18, 0.08) 55%);
}
.video-link {
  position: absolute;
  left: 50%;
  bottom: clamp(22px, 4vw, 46px);
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 24px;
  color: #081411;
  background: var(--gold-soft);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transform: translateX(-50%);
  transition: transform 0.25s ease, background 0.25s ease;
}
.video-link:hover {
  background: #fff0a8;
  transform: translate(-50%, -2px);
}
.contact-section {
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(7, 21, 18, 0.93), rgba(7, 21, 18, 0.62)),
    url("../images/fachada-rio-cumbaza-close-up.jpg") center/cover fixed;
}
.contact-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: clamp(28px, 5vw, 70px);
  width: min(1220px, 100%);
  margin: 0 auto;
  min-height: min(720px, calc(100vh - 170px));
  align-items: stretch;
}
.contact-list { margin-top: 34px; }
.contact-list p {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
.contact-list span {
  display: block;
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.social-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(82px, 1fr));
  align-items: center;
  gap: clamp(18px, 3vw, 46px);
  margin-top: 32px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}
.social-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  transition: transform 0.28s ease, opacity 0.28s ease;
}
.social-row a:hover {
  transform: translateY(-4px);
  opacity: 0.84;
}
.social-row img {
  width: min(100%, 150px);
  height: 28px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.32));
}
.map-card {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 18px;
  height: 100%;
  min-height: clamp(560px, 68vh, 760px);
  padding: 12px;
  border: 1px solid rgba(240, 216, 139, 0.26);
  background: rgba(7, 21, 18, 0.5);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}
.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
  filter: saturate(0.78) contrast(1.05);
}
.map-card .btn {
  justify-self: start;
  margin: 0 0 8px 8px;
}
.footer {
  position: relative;
  display: grid;
  gap: 22px;
  justify-items: center;
  overflow: hidden;
  padding: 56px 20px;
  color: var(--muted);
  background: #050d0b;
  text-align: center;
}
.footer::before {
  content: "";
  position: absolute;
  right: clamp(-58px, 6vw, 86px);
  bottom: clamp(-88px, -5vw, -34px);
  width: clamp(220px, 28vw, 440px);
  aspect-ratio: 1;
  background: url("../images/logo_hotel_rio_cumbaza_tarapoto_flor.png") center/contain no-repeat;
  opacity: 0.05;
  pointer-events: none;
  filter: drop-shadow(0 20px 45px rgba(0, 0, 0, 0.35));
}
.footer > * {
  position: relative;
  z-index: 1;
}
.footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 24px; color: #fff; }
.footer p { margin: 0; max-width: 900px; }
.footer-brand img {
  height: 59px;
  max-width: min(300px, 82vw);
}
.room-modal {
  width: min(1180px, calc(100% - 34px));
  height: min(760px, calc(100vh - 60px));
  padding: 0;
  border: 0;
  color: #fff;
  background: #071512;
  box-shadow: var(--shadow);
  overflow: hidden;
  opacity: 0;
  transform: translateY(18px) scale(0.975);
  transition: opacity 0.32s ease, transform 0.32s ease;
}
.room-modal::backdrop {
  background: rgba(0, 0, 0, 0);
  backdrop-filter: blur(0);
  transition: background 0.32s ease, backdrop-filter 0.32s ease;
}
.room-modal[open] { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.8fr); }
.room-modal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.room-modal.is-visible::backdrop {
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(8px);
}
.room-modal.is-closing {
  opacity: 0;
  transform: translateY(14px) scale(0.985);
}
.room-modal.is-closing::backdrop {
  background: rgba(0, 0, 0, 0);
  backdrop-filter: blur(0);
}
.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  background: rgba(7, 21, 18, 0.6);
  font-size: 28px;
  cursor: pointer;
}
.modal-image {
  position: relative;
  min-height: 0;
  overflow: hidden;
}
.modal-image img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.22s ease, transform 0.22s ease, filter 0.22s ease;
}
.room-modal.is-switching-image .modal-image img {
  opacity: 0.2;
  filter: blur(2px);
  transform: scale(1.015);
}
.room-modal-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 58px;
  border: 1px solid rgba(248, 241, 227, 0.22);
  color: #fff;
  background: rgba(7, 21, 18, 0.56);
  font-size: 34px;
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}
.room-modal-nav.prev { left: 14px; }
.room-modal-nav.next { right: 14px; }
.room-modal-nav:hover {
  border-color: rgba(240, 216, 139, 0.62);
  background: rgba(7, 21, 18, 0.8);
  transform: translateY(-50%) scale(1.04);
}
.room-modal-count {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  padding: 7px 11px;
  border: 1px solid rgba(248, 241, 227, 0.16);
  color: rgba(240, 216, 139, 0.9);
  background: rgba(5, 13, 11, 0.68);
  backdrop-filter: blur(12px);
  font-size: 12px;
  font-weight: 500;
}
.modal-content {
  display: flex;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 4vw, 54px) clamp(34px, 4.6vw, 62px);
  overflow: hidden;
}
.modal-content h2 {
  margin-bottom: 16px;
  font-size: clamp(34px, 3.6vw, 58px);
  line-height: 0.98;
}
.modal-content .eyebrow {
  margin-bottom: 7px;
  font-size: clamp(18px, 1.35vw, 24px);
}
.modal-content p { color: var(--muted); }
.modal-content p[data-modal-description] {
  margin: 0;
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.48;
}
.modal-content ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 0;
  margin: 18px 0;
  list-style: none;
}
.modal-content li {
  display: flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 10px;
  border: 1px solid var(--line);
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  line-height: 1.25;
}
.modal-content .btn {
  align-self: flex-start;
  min-height: 42px;
  padding: 11px 22px;
}
.gallery-modal {
  width: calc(100vw - 40px);
  height: calc(100vh - 40px);
  padding: 0;
  border: 0;
  color: #fff;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
  opacity: 0;
  transform: translateY(18px) scale(0.975);
  transition: opacity 0.32s ease, transform 0.32s ease;
}
.gallery-modal::backdrop {
  background: rgba(0, 0, 0, 0);
  backdrop-filter: blur(0);
  transition: background 0.32s ease, backdrop-filter 0.32s ease;
}
.gallery-modal[open] {
  display: grid;
  place-items: center;
}
.gallery-modal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.gallery-modal.is-visible::backdrop {
  background: rgba(0, 0, 0, 0.76);
  backdrop-filter: blur(8px);
}
.gallery-modal.is-closing {
  opacity: 0;
  transform: translateY(14px) scale(0.985);
}
.gallery-modal.is-closing::backdrop {
  background: rgba(0, 0, 0, 0);
  backdrop-filter: blur(0);
}
.gallery-modal-frame {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
}
.gallery-modal-frame img {
  width: auto;
  height: auto;
  max-width: calc(100vw - 220px);
  max-height: calc(100vh - 130px);
  object-fit: contain;
  background: #050d0b;
  box-shadow: var(--shadow);
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.24s ease, transform 0.24s ease, filter 0.24s ease;
}
.gallery-modal-frame.is-switching img {
  opacity: 0;
  filter: blur(2px);
  transform: scale(0.985);
}
.gallery-modal-frame figcaption {
  position: absolute;
  left: var(--caption-left, 50%);
  bottom: var(--caption-bottom, clamp(16px, 3vw, 32px));
  width: var(--caption-width, min(760px, calc(100vw - 84px)));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 16px;
  border: 1px solid rgba(248, 241, 227, 0.12);
  color: rgba(248, 241, 227, 0.9);
  background: rgba(5, 13, 11, 0.72);
  backdrop-filter: blur(14px);
  font-size: clamp(13px, 1.1vw, 16px);
  line-height: 1.35;
  opacity: 1;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.82);
  transform: translateX(-50%);
  transition: opacity 0.2s ease, transform 0.24s ease;
}
.gallery-modal-frame.is-switching figcaption {
  opacity: 0;
  transform: translateX(-50%) translateY(6px);
}
.gallery-modal-frame small {
  flex: 0 0 auto;
  color: rgba(240, 216, 139, 0.86);
}
.gallery-modal-close,
.gallery-modal-nav {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  border: 1px solid rgba(248, 241, 227, 0.22);
  color: #fff;
  background: rgba(7, 21, 18, 0.62);
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}
.gallery-modal-close {
  top: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
  font-size: 30px;
}
.gallery-modal-nav {
  top: 50%;
  width: 52px;
  height: 68px;
  font-size: 42px;
  transform: translateY(-50%);
}
.gallery-modal-nav.prev { left: 16px; }
.gallery-modal-nav.next { right: 16px; }
.gallery-modal-close:hover,
.gallery-modal-nav:hover {
  border-color: rgba(240, 216, 139, 0.62);
  background: rgba(7, 21, 18, 0.84);
}
.gallery-modal-nav:hover { transform: translateY(-50%) scale(1.04); }
.gallery-modal-close:hover { transform: scale(1.04); }
.whatsapp-button {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 18;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  padding: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.34);
  animation: whatsappPulse 2.6s ease-in-out infinite;
  transition: transform 0.28s ease, filter 0.28s ease, box-shadow 0.28s ease;
}
.whatsapp-button::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: inherit;
  border: 1px solid rgba(109, 240, 154, 0.35);
  opacity: 0.8;
}
.whatsapp-button img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.whatsapp-button:hover {
  transform: translateY(-3px) scale(1.04);
  filter: saturate(1.08) brightness(1.04);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.42), 0 0 28px rgba(109, 240, 154, 0.28);
}
@keyframes whatsappPulse {
  0%, 100% {
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.34), 0 0 0 0 rgba(109, 240, 154, 0.3);
  }
  50% {
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.34), 0 0 0 12px rgba(109, 240, 154, 0);
  }
}
.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 1100px) {
  .availability-search { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .availability-guests, .availability-submit { grid-column: span 2; }
  .booking-section { padding-top: 104px; }
  .booking-panel h1 { font-size: clamp(34px, 6vw, 58px); }
  .booking-search { margin-top: 26px; }
  .legal-wrap { grid-template-columns: 1fr; }
  .legal-index {
    position: relative;
    top: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 0 18px;
  }
  .legal-index img { width: 130px; margin: 0 100% 16px 0; }
  .legal-index a { flex: 1 1 210px; }
  .rooms-grid, .gallery-grid, .brand-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .services-section .section-heading h2 { font-size: clamp(38px, 7vw, 58px); }
  .service-carousel { max-width: 920px; }
  .split-layout, .club-shell, .contact-wrap { grid-template-columns: 1fr; }
  .club-logo { width: min(190px, 46vw); }
  .club-copy h2 { max-width: 860px; }
  .club-gallery { grid-auto-rows: clamp(124px, 16vw, 190px); }
  .contact-wrap { min-height: 0; }
  .map-card { min-height: 520px; }
  .image-stage, .image-stage img { min-height: 58vh; }
}
@media (max-width: 760px) {
  .site-header { padding: 14px 18px; }
  .brand img { height: 44px; }
  .header-brand img { height: 45px; max-width: 210px; }
  .brand span:not(.brand-mark) { display: none; }
  .menu-toggle { display: block; }
  .site-nav {
    position: fixed;
    inset: 72px 14px auto;
    display: grid;
    gap: 4px;
    padding: 20px;
    border: 1px solid var(--line);
    background: rgba(7, 21, 18, 0.96);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 0.25s ease, transform 0.25s ease;
  }
  .site-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .site-nav a { padding: 12px; }
  .parallax-panel, .services-section, .contact-section { background-attachment: scroll; }
  .booking-section {
    min-height: auto;
    padding: 108px 18px 54px;
    background-attachment: scroll;
  }
  .booking-panel h1 {
    max-width: 420px;
    font-size: clamp(32px, 10vw, 42px);
  }
  .booking-panel > p:not(.eyebrow) {
    max-width: 440px;
    margin-top: 14px;
    font-size: 15px;
  }
  .booking-search { margin-top: 24px; }
  .legal-hero {
    min-height: 46vh;
    padding: 112px 22px 58px;
    background-attachment: scroll;
  }
  .legal-wrap { padding-inline: 18px; }
  .legal-index { border-radius: 14px; }
  .legal-card { border-radius: 14px; }
  .hero { align-items: end; padding-top: 110px; }
  .availability-search {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 28px;
    border-radius: 16px;
  }
  .availability-guests, .availability-submit { grid-column: auto; }
  .guest-inputs { grid-template-columns: 1fr 72px; }
  .guest-inputs label:nth-of-type(2) { grid-column: 1; }
  .availability-submit { width: 100%; }
  .hero-actions { margin-top: 22px; }
  .rooms-grid, .gallery-grid, .brand-grid, .club-gallery, .room-modal[open] { grid-template-columns: 1fr; }
  .room-modal {
    height: min(760px, calc(100vh - 28px));
    width: min(680px, calc(100% - 24px));
  }
  .room-modal[open] {
    grid-template-rows: minmax(150px, 30vh) minmax(0, 1fr);
  }
  .modal-content {
    justify-content: start;
    padding: 28px 30px 30px;
  }
  .modal-content h2 {
    margin-bottom: 12px;
    font-size: clamp(30px, 7.4vw, 38px);
  }
  .modal-content .eyebrow { font-size: 20px; }
  .modal-content p[data-modal-description] {
    font-size: 13px;
    line-height: 1.42;
  }
  .modal-content ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin: 12px 0;
  }
  .modal-content li {
    min-height: 34px;
    padding: 7px 9px;
    font-size: 12px;
  }
  .room-modal-nav {
    width: 38px;
    height: 48px;
    font-size: 30px;
  }
  .room-modal-nav.prev { left: 10px; }
  .room-modal-nav.next { right: 10px; }
  .room-modal-count {
    left: 12px;
    bottom: 12px;
  }
  .club-section { padding-top: 96px; }
  .club-logo { width: min(170px, 58vw); }
  .club-copy h2 { font-size: clamp(32px, 10vw, 44px); }
  .club-points { display: grid; grid-template-columns: 1fr; }
  .club-gallery { grid-auto-rows: 280px; }
  .club-photo.large, .club-photo.wide, .club-photo.tall { grid-column: auto; grid-row: auto; }
  .services-section {
    min-height: auto;
    padding: 112px 18px 84px;
    justify-items: stretch;
  }
  .services-section .section-heading {
    width: 100%;
    max-width: 100%;
    margin-bottom: 36px;
    padding: 0;
  }
  .services-section .section-heading h2 {
    max-width: 330px;
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }
  .services-intro {
    max-width: 330px;
    font-size: 15px;
    line-height: 1.58;
  }
  .service-carousel {
    width: 100%;
    max-width: 100%;
    padding: 0 42px;
  }
  .service-grid {
    gap: 18px;
    padding-inline: 0;
    scroll-padding-inline: 0;
  }
  .service-card {
    flex: 0 0 calc((100vw - 120px) / 2);
    min-width: 0;
  }
  .service-icon {
    width: 38px;
    height: 38px;
  }
  .service-card h3 {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.35;
  }
  .service-arrow {
    top: 12px;
    width: 34px;
    height: 34px;
    font-size: 29px;
  }
  .service-arrow-prev { left: 0; }
  .service-arrow-next { right: 0; }
  .hotel-video-band { height: clamp(216px, 57.6vw, 360px); }
  .video-link {
    width: min(260px, calc(100% - 44px));
    padding-inline: 16px;
  }
  .social-row { grid-template-columns: repeat(2, minmax(110px, 1fr)); }
  .map-card { min-height: 440px; }
  .rooms-grid, .gallery-grid { grid-auto-rows: 330px; }
  .room-card.large, .gallery-grid .wide, .gallery-grid .tall { grid-column: auto; grid-row: auto; }
  .modal-image img { min-height: 0; }
  .gallery-modal {
    width: calc(100vw - 20px);
    height: calc(100vh - 20px);
  }
  .gallery-modal-close {
    width: 42px;
    height: 42px;
    font-size: 27px;
  }
  .gallery-modal-nav {
    top: auto;
    bottom: 18px;
    width: 44px;
    height: 44px;
    font-size: 34px;
    transform: none;
  }
  .gallery-modal-nav.prev { left: 18px; }
  .gallery-modal-nav.next { right: 18px; }
  .gallery-modal-nav:hover { transform: scale(1.04); }
  .gallery-modal-frame { padding: 0; }
  .gallery-modal-frame img {
    max-width: calc(100vw - 24px);
    max-height: calc(100vh - 126px);
  }
  .gallery-modal-frame figcaption {
    left: 50%;
    width: calc(100vw - 140px);
    bottom: 22px;
    display: grid;
    justify-items: center;
    gap: 2px;
    text-align: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}
