.portal-body {
  min-height: 100vh;
  margin: 0;
  background:
    transparent,
    transparent,
    var(--background-color);
  color: var(--text-color);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.portal-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 44px 0 64px;
}

.portal-topnav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.portal-topnav a,
.portal-button {
  color: var(--button-text);
  background: transparent;
  border: 1px solid var(--border-color);
  border-radius: 999px;
  box-shadow: 0 0 22px rgba(56, 189, 248, 0.22);
  display: inline-flex;
  font-weight: 800;
  padding: 12px 18px;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}

.portal-topnav a {
  background: rgba(15, 23, 42, 0.7);
  color: var(--text-color);
}

.portal-topnav a:hover,
.portal-button:hover {
  box-shadow: 0 0 28px rgba(34, 197, 94, 0.35);
  transform: translateY(-2px);
}

.portal-hero {
  border: 1px solid var(--border-color);
  border-radius: 28px;
  background: transparent;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
  padding: clamp(32px, 6vw, 72px);
  text-align: center;
}

.portal-hero-compact { padding: clamp(28px, 4vw, 48px); }
.portal-kicker, .portal-card-label, .prestador-theme {
  color: var(--accent-color);
  font-size: .85rem;
  font-weight: 800;
  letter-spacing: .16em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.portal-hero h1 {
  font-size: clamp(2.3rem, 7vw, 5.6rem);
  line-height: .95;
  margin: 0;
  text-shadow: 0 0 26px rgba(56, 189, 248, .35);
}

.portal-subtitle {
  color: var(--muted-text-color);
  font-size: clamp(1rem, 2vw, 1.25rem);
  margin: 22px auto 0;
  max-width: 760px;
}

.portal-grid, .prestadores-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
}

.portal-card, .prestador-card, .portal-empty {
  background: transparent;
  border: 1px solid var(--border-color);
  border-radius: 24px;
  box-shadow: 0 18px 48px var(--shadow-color);
  overflow: hidden;
}

.portal-card, .portal-empty { padding: 30px; }
.portal-card-icon { font-size: 2.4rem; margin-bottom: 16px; }
.portal-card h2, .prestador-card h2, .portal-empty h2 { margin: 0 0 12px; }
.portal-card p, .portal-empty p { color: var(--muted-text-color); line-height: 1.6; }

.prestador-banner {
  background: transparent;
  display: block;
  height: 180px;
  object-fit: cover;
  width: 100%;
}

.prestador-banner-placeholder {
  align-items: center;
  color: var(--accent-color);
  display: flex;
  font-size: 1.4rem;
  font-weight: 900;
  justify-content: center;
}

.prestador-content { padding: 24px; }
.prestador-logo {
  background: rgba(255, 255, 255, .9);
  border-radius: 18px;
  box-shadow: 0 0 24px rgba(56, 189, 248, .35);
  max-height: 74px;
  max-width: 150px;
  object-fit: contain;
  padding: 8px;
}

.prestador-whatsapp {
  color: #86efac;
  display: block;
  font-weight: 800;
  margin: 14px 0 18px;
}

.portal-empty { margin-top: 28px; text-align: center; }

@media (max-width: 760px) {
  .portal-grid, .prestadores-grid { grid-template-columns: 1fr; }
  .portal-shell { padding-top: 24px; }
}


.prestador-profile-hero {
  background: transparent;
  border: 1px solid var(--border-color);
  border-radius: 30px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}
.prestador-profile-banner img { display:block; height: min(340px, 42vw); object-fit: cover; width:100%; }
.prestador-profile-card { padding: clamp(24px, 5vw, 48px); }
.prestador-profile-logo { background: rgba(255,255,255,.92); border-radius: 22px; margin-top: -90px; max-height: 120px; max-width: 220px; object-fit: contain; padding: 10px; position: relative; }
.prestador-profile-card h1 { font-size: clamp(2rem, 6vw, 4.8rem); line-height: .98; margin: 0; }
.prestador-actions, .feature-list { display:flex; flex-wrap:wrap; gap:12px; margin-top: 22px; }
.portal-button-secondary { background: rgba(15, 23, 42, .7); color: var(--text-color); }
.prestador-detail-grid { display:grid; gap:22px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 24px; }
.feature-chip { border:1px solid var(--border-color); border-radius:999px; color: var(--muted-text-color); padding:10px 14px; }
.feature-chip.is-enabled { color:#86efac; border-color: rgba(134,239,172,.55); }
.feature-chip.is-prepared { border-style:dashed; opacity:.78; }
.feature-chip small { opacity:.75; }
.prestador-product-list { color: var(--muted-text-color); display:grid; gap:10px; padding-left: 20px; }
.prestador-product-list small { display:block; opacity:.72; }
.prestador-facts { display:grid; gap:12px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin:18px 0; }
.prestador-facts div { border:1px solid var(--border-color); border-radius:18px; padding:14px; }
.prestador-facts span { color: var(--muted-text-color); display:block; margin-top:4px; }
.prestador-video { color:#93c5fd; display:inline-block; font-weight:800; margin-top:18px; }
@media (max-width: 760px) { .prestador-detail-grid, .prestador-facts { grid-template-columns: 1fr; } .prestador-profile-logo { margin-top:-56px; } }

.portal-hero-home {
  position: relative;
  overflow: hidden;
}

.portal-hero-home::after {
  background: transparent;
  content: "";
  height: 220px;
  position: absolute;
  right: -80px;
  top: -90px;
  width: 220px;
}

.portal-hero-tags,
.prestador-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.portal-hero-tags {
  justify-content: center;
  margin-top: 28px;
  position: relative;
  z-index: 1;
}

.portal-hero-tags a {
  background: rgba(15, 23, 42, .72);
  border: 1px solid var(--border-color);
  border-radius: 999px;
  color: var(--text-color);
  font-weight: 800;
  padding: 10px 14px;
  text-decoration: none;
}

.portal-card {
  position: relative;
}

.portal-card::before {
  background: transparent;
  content: "";
  height: 3px;
  left: 0;
  opacity: .9;
  position: absolute;
  right: 0;
  top: 0;
}

.prestador-card-actions {
  margin-top: 18px;
}

.activity-subgroups {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.activity-subgroup-card,
.activity-subgroup-reset {
  background: transparent;
  border: 1px solid var(--border-color);
  border-radius: 22px;
  color: var(--text-color);
  padding: 22px;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.activity-subgroup-card:hover,
.activity-subgroup-card.is-active {
  border-color: rgba(34, 197, 94, .68);
  box-shadow: 0 0 28px rgba(34, 197, 94, .18);
  transform: translateY(-2px);
}

.activity-subgroup-card strong,
.activity-subgroup-card small { display: block; }
.activity-subgroup-card small { color: var(--muted-text-color); line-height: 1.55; margin-top: 10px; }
.activity-subgroup-icon { display: block; font-size: 2rem; margin-bottom: 12px; }
.activity-subgroup-reset { align-items: center; display: flex; font-weight: 800; justify-content: center; text-align: center; }

@media (max-width: 900px) {
  .activity-subgroups { grid-template-columns: 1fr; }
}

.prestador-contact-lines {
  color: var(--muted-text-color);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.prestador-contact-lines span {
  border: 1px solid var(--border-color);
  border-radius: 999px;
  padding: 8px 12px;
}

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

.tourism-gallery {
  display: grid;
  gap: 10px;
  grid-template-columns: 2fr 1fr;
  min-height: 420px;
  position: relative;
}

.tourism-gallery-main,
.tourism-gallery-side img,
.gallery-empty-state {
  background: transparent;
  border: 1px solid var(--border-color);
  overflow: hidden;
}

.tourism-gallery-main {
  border-radius: 30px 0 0 30px;
  margin: 0;
  position: relative;
}

.tourism-gallery-main img,
.tourism-gallery-side img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tourism-gallery-main figcaption {
  background: rgba(2, 6, 23, .72);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  bottom: 18px;
  color: var(--text-color);
  font-weight: 800;
  left: 18px;
  padding: 10px 14px;
  position: absolute;
}

.tourism-gallery-side {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}

.tourism-gallery-side img:nth-child(2) { border-radius: 0 30px 0 0; }
.tourism-gallery-side img:nth-child(4) { border-radius: 0 0 30px 0; }

.gallery-empty-state {
  align-items: center;
  color: var(--muted-text-color);
  display: flex;
  font-weight: 800;
  justify-content: center;
  min-height: 180px;
  padding: 22px;
  text-align: center;
}

.gallery-see-all {
  background: rgba(255,255,255,.94);
  border-radius: 999px;
  bottom: 18px;
  color: #0f172a;
  font-weight: 900;
  padding: 11px 16px;
  position: absolute;
  right: 18px;
  text-decoration: none;
}

.tourism-heading-card {
  background: transparent;
  border: 1px solid var(--border-color);
  border-radius: 30px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .36);
  padding: clamp(24px, 5vw, 48px);
}

.tourism-heading-card .prestador-profile-logo { margin-top: 0; }
.tourism-heading-card h1 { font-size: clamp(2.3rem, 6vw, 5rem); line-height: .95; margin: 14px 0 0; }

.tourism-heading-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.tourism-heading-meta span,
.quick-facts-grid div {
  border: 1px solid var(--border-color);
  border-radius: 999px;
  color: var(--muted-text-color);
  padding: 9px 13px;
}

.quick-facts-grid div.is-enabled { border-color: rgba(134, 239, 172, .5); }
.quick-facts-grid div.is-enabled span { color: #86efac; }
.quick-facts-grid div.is-prepared { border-style: dashed; opacity: .76; }
.gallery-full-grid img { border: 1px solid var(--border-color); border-radius: 22px; height: 260px; object-fit: cover; width: 100%; }
.portal-button-ghost { background: transparent; border: 1px dashed var(--border-color); color: var(--text-color); }
.legacy-compatible-card { opacity: .82; }
.floating-whatsapp {
  background: #22c55e;
  border-radius: 999px;
  bottom: 18px;
  box-shadow: 0 16px 40px rgba(34,197,94,.28);
  color: #052e16;
  font-weight: 1000;
  padding: 14px 18px;
  position: fixed;
  right: 18px;
  text-decoration: none;
  z-index: 20;
}

@media (max-width: 860px) {
  .tourism-gallery { grid-template-columns: 1fr; min-height: 0; }
  .tourism-gallery-main { border-radius: 26px; height: 360px; }
  .tourism-gallery-side { grid-template-columns: 1fr 1fr; }
  .tourism-gallery-side img { border-radius: 22px !important; height: 150px; }
}

@media (max-width: 560px) {
  .tourism-gallery-main { height: 300px; }
  .tourism-gallery-side { display: none; }
  .gallery-see-all { bottom: 14px; right: 14px; }
  .floating-whatsapp { left: 18px; text-align: center; }
}

/* Sprint UX turismo: cards compactas y ficha editorial */
.prestadores-grid-premium { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.prestador-card-premium { border-radius: 26px; position: relative; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.prestador-card-premium:hover { border-color: rgba(56,189,248,.58); box-shadow: 0 24px 64px rgba(0,0,0,.42), 0 0 34px rgba(56,189,248,.18); transform: translateY(-3px); }
.prestador-media { aspect-ratio: 16 / 9; display: block; overflow: hidden; position: relative; text-decoration: none; }
.prestador-card-premium .prestador-banner { height: 100%; transition: transform .28s ease; }
.prestador-card-premium:hover .prestador-banner { transform: scale(1.045); }
.prestador-media::after { background: transparent; content: ""; inset: 0; position: absolute; }
.prestador-logo-chip { border: 1px solid rgba(255,255,255,.5); border-radius: 16px; bottom: 12px; box-shadow: 0 12px 26px rgba(0,0,0,.35); height: 48px; left: 12px; max-width: 88px; padding: 6px; position: absolute; z-index: 2; }
.prestador-price-badge { background: rgba(255,255,255,.94); border-radius: 999px; bottom: 14px; color: #0f172a; font-weight: 950; padding: 8px 11px; position: absolute; right: 12px; z-index: 2; }
.prestador-card-premium .prestador-content { padding: 18px; }
.prestador-card-premium h2 { font-size: 1.18rem; letter-spacing: -.02em; margin-bottom: 7px; }
.prestador-summary { -webkit-box-orient: vertical; color: var(--muted-text-color); display: -webkit-box; line-height: 1.45; margin: 0; overflow: hidden; -webkit-line-clamp: 2; }
.prestador-chip-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.prestador-chip-row span { background: rgba(15,23,42,.72); border: 1px solid rgba(148,163,184,.26); border-radius: 999px; color: #dbeafe; font-size: .78rem; font-weight: 850; padding: 7px 10px; }
.prestador-card-meta { color: var(--muted-text-color); font-size: .86rem; margin-top: 13px; min-height: 1.2em; }
.prestador-card-premium .portal-button { padding: 10px 13px; }
.prestador-card-premium .prestador-theme { font-size: .74rem; letter-spacing: .12em; margin-bottom: 8px; }

.tourism-hero { gap: 18px; }
.tourism-gallery { min-height: 460px; }
.tourism-gallery-main::after { background: transparent; content: ""; inset: 0; position: absolute; }
.tourism-heading-card { margin-top: -76px; position: relative; z-index: 4; }
.tourism-heading-card .portal-subtitle { margin-left: 0; max-width: 820px; }
.quick-facts-card { margin-top: 24px; }
.gallery-full-grid { grid-template-columns: 1.45fr 1fr 1fr; }
.gallery-full-grid img:first-child { grid-row: span 2; height: 100%; min-height: 430px; }
.legacy-compatible-card { filter: saturate(.8); margin-top: 28px; opacity: .62; }

@media (max-width: 1040px) { .prestadores-grid-premium { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 760px) { .prestadores-grid-premium { grid-template-columns: 1fr; } .prestador-card-premium .prestador-content { padding: 16px; } }
@media (max-width: 860px) { .tourism-heading-card { margin-top: 0; } .gallery-full-grid { grid-template-columns: 1fr; } .gallery-full-grid img:first-child { min-height: 280px; } }

/* Sprint separación ficha turística / catálogo heredado */
.prestador-page {
  padding-bottom: 96px;
}

.tourism-hero {
  gap: clamp(22px, 4vw, 36px);
  isolation: isolate;
  margin-top: 12px;
}

.tourism-gallery {
  border-radius: 30px;
  min-height: clamp(360px, 48vw, 520px);
  z-index: 1;
}

.tourism-heading-card {
  margin-top: 0;
  z-index: 1;
}

.tourism-heading-card .prestador-profile-logo {
  box-shadow: 0 12px 34px rgba(0, 0, 0, .32), 0 0 22px rgba(56, 189, 248, .22);
  max-height: 86px;
  max-width: 164px;
}

.tourism-heading-card h1 {
  letter-spacing: -.055em;
}

.quick-facts-card {
  margin-top: clamp(26px, 4vw, 40px);
}

.prestador-detail-grid {
  margin-top: clamp(24px, 4vw, 34px);
}

.legacy-compatible-card {
  background: rgba(11, 18, 32, .62);
  border-style: dashed;
  box-shadow: none;
  filter: saturate(.7);
  margin-top: 34px;
  opacity: .72;
}

.legacy-compatible-card h2 {
  font-size: clamp(1.15rem, 2vw, 1.45rem);
}

.legacy-catalog-link {
  border: 1px dashed rgba(148, 163, 184, .45);
  border-radius: 999px;
  color: var(--muted-text-color);
  display: inline-flex;
  font-size: .92rem;
  font-weight: 800;
  margin-top: 6px;
  padding: 10px 14px;
  text-decoration: none;
}

.legacy-catalog-link:hover {
  border-color: rgba(56, 189, 248, .55);
  color: var(--text-color);
}

.floating-whatsapp {
  bottom: calc(18px + env(safe-area-inset-bottom));
  z-index: 12;
}

@media (max-width: 860px) {
  .tourism-gallery {
    border-radius: 26px;
  }
}

@media (max-width: 560px) {
  .prestador-page {
    padding-bottom: 112px;
  }

  .tourism-heading-card {
    padding: 22px;
  }

  .tourism-heading-card .prestador-profile-logo {
    max-height: 68px;
    max-width: 132px;
  }

  .floating-whatsapp {
    bottom: calc(14px + env(safe-area-inset-bottom));
    left: 16px;
    right: 16px;
    justify-content: center;
    text-align: center;
  }
}

/* Sprint UX ficha pública: promoción, galería limpia y reputación */
.promo-highlight {
  background: transparent;
  border: 1px solid rgba(125, 211, 252, .42);
  border-radius: 22px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 18px 42px rgba(14, 165, 233, .12);
  display: grid;
  gap: 5px;
  margin-top: 20px;
  padding: 16px 18px;
}
.promo-highlight span { color: #67e8f9; font-size: .78rem; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; }
.promo-highlight strong { color: #fff; font-size: clamp(1.05rem, 2.2vw, 1.35rem); }
.promo-highlight small { color: var(--muted-text-color); font-weight: 750; }
.photos-summary-card { margin-top: clamp(24px, 4vw, 34px); }
.reviews-card { margin-top: clamp(24px, 4vw, 34px); }
.reviews-header { align-items: center; display: flex; gap: 18px; justify-content: space-between; }
.reviews-header h2 { margin-bottom: 8px; }
.rating-pill { background: rgba(15,23,42,.82); border: 1px solid rgba(250,204,21,.42); border-radius: 22px; min-width: 132px; padding: 14px 16px; text-align: center; }
.rating-pill strong { color: #fde68a; display: block; font-size: 2rem; line-height: 1; }
.rating-pill span { color: var(--muted-text-color); font-size: .86rem; font-weight: 850; }
.reviews-grid { display: grid; gap: 14px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 18px; }
.reviews-grid article { background: rgba(15,23,42,.58); border: 1px solid rgba(148,163,184,.22); border-radius: 18px; padding: 16px; }
.reviews-grid p, .reviews-empty { color: var(--muted-text-color); margin-bottom: 0; }
@media (max-width: 760px) { .reviews-header { align-items: flex-start; flex-direction: column; } .reviews-grid { grid-template-columns: 1fr; } }

/* Lightbox de galería pública: muestra las fotos completas sin recorte */
.gallery-lightbox {
  align-items: stretch;
  display: none;
  inset: 0;
  padding: clamp(14px, 3vw, 34px);
  position: fixed;
  z-index: 50;
}

.gallery-lightbox:target {
  display: flex;
}

.gallery-lightbox-backdrop {
  background: rgba(2, 6, 23, .86);
  backdrop-filter: blur(18px);
  inset: 0;
  position: absolute;
}

.gallery-lightbox-panel {
  background: transparent;
  border: 1px solid rgba(226, 232, 240, .18);
  border-radius: 30px;
  box-shadow: 0 34px 100px rgba(0, 0, 0, .62);
  display: flex;
  flex-direction: column;
  margin: auto;
  max-height: min(92vh, 980px);
  max-width: 1180px;
  overflow: hidden;
  position: relative;
  width: min(100%, 1180px);
  z-index: 1;
}

.gallery-lightbox-header {
  align-items: center;
  border-bottom: 1px solid rgba(148, 163, 184, .22);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: clamp(18px, 3vw, 28px);
}

.gallery-lightbox-header h2 {
  color: var(--text-color);
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.05;
  margin: 5px 0 4px;
}

.gallery-lightbox-header span {
  color: var(--muted-text-color);
  font-weight: 800;
}

.gallery-lightbox-close {
  background: rgba(255, 255, 255, .94);
  border-radius: 999px;
  color: #0f172a;
  flex: 0 0 auto;
  font-weight: 950;
  padding: 11px 16px;
  text-decoration: none;
}

.gallery-lightbox-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: auto;
  padding: clamp(18px, 3vw, 28px);
}

.gallery-lightbox-grid figure {
  background: rgba(15, 23, 42, .72);
  border: 1px solid rgba(148, 163, 184, .2);
  border-radius: 24px;
  display: grid;
  gap: 10px;
  margin: 0;
  overflow: hidden;
  padding: 12px;
}

.gallery-lightbox-grid img {
  background: rgba(2, 6, 23, .72);
  border-radius: 18px;
  display: block;
  height: min(62vh, 520px);
  object-fit: contain;
  width: 100%;
}

.gallery-lightbox-grid figcaption {
  color: var(--muted-text-color);
  font-size: .88rem;
  font-weight: 850;
  padding: 0 4px 2px;
}

@media (max-width: 760px) {
  .gallery-lightbox { padding: 0; }
  .gallery-lightbox-panel { border-radius: 0; max-height: 100vh; min-height: 100vh; }
  .gallery-lightbox-header { align-items: flex-start; flex-direction: column; }
  .gallery-lightbox-grid { grid-template-columns: 1fr; }
  .gallery-lightbox-grid img { height: min(58vh, 440px); }
}

/* Sprint galería premium: lightbox navegable, fotos completas y logo/banner opcionales */
.has-gallery-open { overflow: hidden; }
.tourism-gallery--empty { grid-template-columns: 1fr; }
.tourism-gallery--empty .tourism-gallery-side { display: none; }
.gallery-hero-placeholder {
  align-items: center;
  background: transparent, transparent;
  color: var(--text-color);
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  justify-content: center;
  min-height: 320px;
  padding: 28px;
  text-align: center;
}
.gallery-hero-placeholder strong { font-size: clamp(1.35rem, 3vw, 2.2rem); }
.gallery-hero-placeholder span { color: var(--muted-text-color); font-weight: 800; }
button.gallery-see-all,
button.portal-button { cursor: pointer; font: inherit; }
.gallery-lightbox { opacity: 0; pointer-events: none; }
.gallery-lightbox.is-open { display: flex; opacity: 1; pointer-events: auto; }
.gallery-lightbox:target { display: none; }
.gallery-lightbox-backdrop { border: 0; cursor: zoom-out; }
.gallery-lightbox-panel { max-width: min(1480px, 100%); width: min(1480px, 100%); }
.gallery-lightbox-header { flex: 0 0 auto; }
.gallery-lightbox-close { border: 0; cursor: pointer; font: inherit; }
.gallery-lightbox-stage {
  align-items: center;
  display: grid;
  flex: 1 1 auto;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 0;
  padding: clamp(14px, 2.4vw, 28px);
}
.gallery-lightbox-slide {
  align-items: center;
  display: none;
  grid-column: 2;
  justify-items: center;
  margin: 0;
  min-height: 0;
}
.gallery-lightbox-slide.is-active { display: grid; }
.gallery-lightbox-slide img {
  background: rgba(2, 6, 23, .72);
  border-radius: 22px;
  box-shadow: 0 22px 70px rgba(0,0,0,.42);
  display: block;
  height: min(68vh, 780px);
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}
.gallery-lightbox-slide figcaption { color: var(--muted-text-color); font-weight: 850; margin-top: 10px; }
.gallery-lightbox-nav {
  align-items: center;
  background: rgba(255,255,255,.94);
  border: 0;
  border-radius: 999px;
  color: #0f172a;
  cursor: pointer;
  display: flex;
  font-size: 2.6rem;
  font-weight: 700;
  height: 52px;
  justify-content: center;
  line-height: 1;
  width: 52px;
  z-index: 2;
}
.gallery-lightbox-prev { grid-column: 1; }
.gallery-lightbox-next { grid-column: 3; }
.gallery-lightbox-thumbs {
  border-top: 1px solid rgba(148, 163, 184, .18);
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  overflow-x: auto;
  padding: 12px clamp(14px, 2.4vw, 28px) calc(12px + env(safe-area-inset-bottom));
}
.gallery-thumb {
  background: transparent;
  border: 2px solid transparent;
  border-radius: 14px;
  cursor: pointer;
  flex: 0 0 82px;
  height: 62px;
  overflow: hidden;
  padding: 0;
}
.gallery-thumb.is-active { border-color: #67e8f9; }
.gallery-thumb img { display: block; height: 100%; object-fit: cover; width: 100%; }
@media (max-width: 760px) {
  .gallery-lightbox-stage { grid-template-columns: 1fr; padding: 10px; }
  .gallery-lightbox-slide { grid-column: 1; }
  .gallery-lightbox-slide img { height: min(62vh, 620px); border-radius: 16px; }
  .gallery-lightbox-nav { bottom: calc(86px + env(safe-area-inset-bottom)); position: absolute; }
  .gallery-lightbox-prev { left: 14px; }
  .gallery-lightbox-next { right: 14px; }
  .gallery-lightbox-thumbs { padding-inline: 10px; }
}

/* Sprint alojamientos: filtros turísticos y cards de decisión */
.alojamientos-filter-panel {
  background:
    transparent,
    transparent;
  border: 1px solid rgba(125, 211, 252, .18);
  border-radius: 30px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .34), 0 0 34px rgba(56, 189, 248, .10);
  margin-top: 24px;
  padding: clamp(20px, 3vw, 34px);
}
.filter-heading { margin-bottom: 20px; max-width: 760px; }
.filter-heading h2 { font-size: clamp(1.55rem, 3vw, 2.35rem); letter-spacing: -.035em; margin: 0 0 8px; }
.filter-heading p:not(.portal-kicker) { color: var(--muted-text-color); font-size: 1rem; line-height: 1.55; margin: 0; }
.alojamientos-filters { display: grid; gap: 16px; grid-template-columns: repeat(5, minmax(150px, 1fr)); }
.filter-control {
  background: rgba(2, 6, 23, .38);
  border: 1px solid rgba(148, 163, 184, .16);
  border-radius: 20px;
  display: grid;
  gap: 9px;
  padding: 12px;
}
.filter-control label { color: #bfdbfe; font-size: .88rem; font-weight: 900; letter-spacing: .01em; }
.alojamientos-filters select {
  appearance: none;
  background: rgba(2, 6, 23, .78);
  border: 1px solid rgba(148, 163, 184, .34);
  border-radius: 15px;
  color: var(--text-color);
  font: inherit;
  font-size: .95rem;
  min-height: 48px;
  outline: none;
  padding: 0 38px 0 13px;
  width: 100%;
}
.filter-control:focus-within, .alojamientos-filters select:focus-visible {
  border-color: rgba(103, 232, 249, .72);
  box-shadow: 0 0 0 4px rgba(56, 189, 248, .13);
}
.filter-amenities { display: flex; flex-wrap: wrap; gap: 10px; grid-column: 1 / -1; padding-top: 2px; }
.amenity-pill { display: inline-flex !important; }
.amenity-pill input { inline-size: 1px; opacity: 0; position: absolute; }
.amenity-pill span {
  background: rgba(15, 23, 42, .76);
  border: 1px solid rgba(148, 163, 184, .30);
  border-radius: 999px;
  color: #dbeafe;
  cursor: pointer;
  font-size: .92rem;
  font-weight: 900;
  min-height: 44px;
  padding: 11px 15px;
  transition: transform .16s ease, border-color .16s ease, background .16s ease, box-shadow .16s ease;
}
.amenity-pill span:hover { border-color: rgba(125, 211, 252, .55); transform: translateY(-1px); }
.amenity-pill input:focus-visible + span { box-shadow: 0 0 0 4px rgba(56, 189, 248, .16); }
.amenity-pill input:checked + span { background: rgba(34, 197, 94, .16); border-color: rgba(134, 239, 172, .62); color: #bbf7d0; box-shadow: 0 0 20px rgba(34, 197, 94, .16); }
.filter-actions { display: flex; flex-wrap: wrap; gap: 12px; grid-column: 1 / -1; margin-top: 4px; }
.prestador-card-premium { overflow: hidden; }
.prestador-logo-fallback {
  align-items: center;
  background: rgba(2, 6, 23, .76);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 14px;
  bottom: 12px;
  box-shadow: 0 12px 26px rgba(0,0,0,.35);
  color: white;
  display: inline-flex;
  font-size: .82rem;
  font-weight: 1000;
  height: 42px;
  justify-content: center;
  left: 12px;
  min-width: 42px;
  padding: 0 10px;
  position: absolute;
  z-index: 2;
}
.prestador-type-badge {
  background: rgba(14, 165, 233, .88);
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 999px;
  color: white;
  font-size: .78rem;
  font-weight: 950;
  left: 12px;
  padding: 7px 10px;
  position: absolute;
  text-transform: capitalize;
  top: 12px;
  z-index: 2;
}
.prestador-logo-chip { background: rgba(255,255,255,.94); object-fit: contain; }
.prestador-price-badge { box-shadow: 0 12px 24px rgba(0,0,0,.24); }
.prestador-location { color: var(--muted-text-color); font-size: .88rem; font-weight: 750; margin-top: 11px; }
.alojamiento-key-facts { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 13px; }
.alojamiento-key-facts span {
  background: rgba(56, 189, 248, .12);
  border: 1px solid rgba(125, 211, 252, .34);
  border-radius: 999px;
  color: #e0f2fe;
  font-size: .8rem;
  font-weight: 950;
  padding: 7px 10px;
}
@media (max-width: 1180px) { .alojamientos-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) {
  .alojamientos-filter-panel { border-radius: 24px; padding: 18px; }
  .alojamientos-filters { grid-template-columns: 1fr; }
  .filter-actions .portal-button { justify-content: center; width: 100%; }
  .amenity-pill { flex: 1 1 calc(50% - 10px); }
  .amenity-pill span { text-align: center; width: 100%; }
}

/* Sprint premium polish: modal composition and lodging filters */
.gallery-lightbox {
  align-items: center;
  justify-content: center;
  padding: clamp(12px, 2.2vw, 28px);
}
.gallery-lightbox-backdrop { background: rgba(1, 6, 18, .92); }
.gallery-lightbox-panel {
  border-radius: clamp(20px, 2.4vw, 34px);
  max-height: calc(100vh - clamp(24px, 4.4vw, 56px));
  max-width: min(1240px, calc(100vw - clamp(24px, 4.4vw, 56px)));
  width: 100%;
}
.gallery-lightbox-header {
  align-items: flex-start;
  gap: 22px;
  padding: clamp(18px, 2.4vw, 30px) clamp(18px, 3vw, 36px);
}
.gallery-lightbox-header h2 { margin: 7px 0 8px; }
.gallery-lightbox-stage {
  gap: clamp(12px, 2vw, 22px);
  padding: clamp(16px, 2.2vw, 28px) clamp(14px, 2.6vw, 34px);
}
.gallery-lightbox-slide img {
  height: min(58vh, 680px);
  max-height: calc(100vh - 260px);
  object-fit: contain;
}
.gallery-lightbox-slide figcaption { display: none; }
.gallery-lightbox-nav { box-shadow: 0 16px 34px rgba(0,0,0,.32); }
.gallery-lightbox-footer {
  border-top: 1px solid rgba(148, 163, 184, .18);
  display: grid;
  gap: 10px;
  padding: 12px clamp(14px, 2.4vw, 28px) calc(14px + env(safe-area-inset-bottom));
}
.gallery-lightbox-footer .gallery-lightbox-thumbs { border-top: 0; justify-content: center; padding: 0; }
.gallery-lightbox-footer-counter { color: var(--muted-text-color); font-size: .9rem; font-weight: 900; margin: 0; text-align: center; }

.alojamientos-filter-panel { padding: clamp(24px, 3.4vw, 42px); }
.filter-heading { margin-bottom: 26px; }
.alojamientos-filters { align-items: end; gap: 18px; }
.filter-control { border-radius: 22px; gap: 10px; padding: 14px; }
.filter-control label { min-height: 1.15em; }
.alojamientos-filters select {
  background-image: transparent, transparent;
  background-position: calc(100% - 21px) 21px, calc(100% - 15px) 21px;
  background-repeat: no-repeat;
  background-size: 6px 6px, 6px 6px;
}
.filter-amenities { gap: 12px; padding-top: 8px; }
.amenity-pill span { min-height: 46px; padding-inline: 16px; }
.filter-actions { justify-content: flex-end; margin-top: 10px; }

@media (max-width: 760px) {
  .gallery-lightbox { padding: 0; }
  .gallery-lightbox-panel { border-radius: 0; max-height: 100vh; max-width: 100vw; min-height: 100vh; }
  .gallery-lightbox-header { align-items: flex-start; flex-direction: row; padding: 16px; }
  .gallery-lightbox-stage { padding: 10px 12px 14px; }
  .gallery-lightbox-slide img { height: min(58vh, 560px); max-height: calc(100vh - 230px); }
  .gallery-lightbox-close { padding: 10px 12px; }
  .gallery-lightbox-footer .gallery-lightbox-thumbs { justify-content: flex-start; }
}

/* Sprint menú/carta gastronómica: separado de la galería del lugar */
.menu-card {
  display: grid;
  gap: 1rem;
}
.menu-photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
  margin-top: .5rem;
}
.menu-photo-grid a {
  display: block;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255,255,255,.04);
}
.menu-photo-grid img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

/* Sprint opiniones reales + menú legible */
.menu-photo-grid a,
.menu-photo-grid .menu-photo-button {
  appearance: none;
  display: grid;
  min-height: 300px;
  padding: 10px;
  border: 1px solid rgba(56,189,248,.24);
  border-radius: 22px;
  overflow: hidden;
  background: transparent;
  cursor: zoom-in;
}
.menu-photo-grid img {
  width: 100%;
  height: clamp(300px, 48vw, 560px);
  object-fit: contain;
  display: block;
  border-radius: 16px;
  background: rgba(2,6,23,.82);
}
.menu-lightbox {
  align-items: center;
  background: rgba(1,6,18,.94);
  display: none;
  inset: 0;
  justify-content: center;
  padding: 20px;
  position: fixed;
  z-index: 1200;
}
.menu-lightbox.is-open { display: flex; }
.menu-lightbox__panel { max-width: min(1100px, 96vw); width: 100%; }
.menu-lightbox__header { align-items: center; display: flex; justify-content: space-between; margin-bottom: 12px; }
.menu-lightbox__close { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: #fff; cursor: pointer; font-weight: 900; padding: 10px 14px; }
.menu-lightbox__slide { display: none; }
.menu-lightbox__slide.is-active { display: block; }
.menu-lightbox__slide img { background: #020617; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; max-height: 82vh; object-fit: contain; width: 100%; }
.review-form { border-top: 1px solid rgba(148,163,184,.22); display: grid; gap: 12px; margin-top: 18px; padding-top: 18px; }
.review-form h3 { margin: 0; }
.form-grid-public { display: grid; gap: 10px; grid-template-columns: repeat(2, minmax(0,1fr)); }
.review-form input, .review-form select, .review-form textarea { background: rgba(15,23,42,.82); border: 1px solid rgba(148,163,184,.3); border-radius: 14px; color: #fff; padding: 12px 14px; width: 100%; }
.reviews-success { background: rgba(34,197,94,.12); border: 1px solid rgba(34,197,94,.32); border-radius: 16px; color: #bbf7d0; font-weight: 800; margin-top: 16px; padding: 12px 14px; }
@media (max-width: 760px) { .form-grid-public { grid-template-columns: 1fr; } .menu-lightbox { padding: 8px; } }

/* Identidad Cabalango: noche serrana, río, monte y tierra cálida */
.portal-body {
  background:
    transparent,
    transparent,
    transparent;
}
.portal-topnav a,
.portal-hero-tags a,
.portal-button-secondary { background: rgba(11, 31, 28, .72); }
.portal-button { background: transparent; color: #112018; box-shadow: 0 14px 34px rgba(95, 141, 78, .22); }
.portal-hero,
.portal-card,
.prestador-card,
.portal-empty,
.tourism-heading-card,
.activity-subgroup-card,
.activity-subgroup-reset {
  background: transparent;
  border-color: rgba(214, 189, 142, .22);
  box-shadow: 0 24px 70px rgba(4, 12, 10, .44);
}
.portal-kicker, .portal-card-label, .prestador-theme { color: #d9c99d; }
.portal-hero h1 { text-shadow: 0 18px 46px rgba(0,0,0,.36); letter-spacing: -.055em; }
.portal-card::before { background: transparent; }
.prestador-chip-row span, .feature-chip { background: rgba(11, 31, 28, .72); color: #e9dec1; }

.destination-preview { align-items: center; display: grid; gap: 24px; grid-template-columns: 1.35fr .9fr; margin-top: 28px; }
.destination-preview-art { background: transparent, url('/static/img/no-image.jpg') center/cover; border: 1px solid rgba(214,189,142,.22); border-radius: 24px; display: grid; gap: 10px; min-height: 230px; padding: 18px; place-content: end start; }
.destination-preview-art span { background: rgba(7,23,19,.78); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #f5ead2; font-weight: 900; padding: 9px 13px; width: max-content; }
.destination-hero { background: transparent, url('/static/img/no-image.jpg') center/cover; min-height: 360px; display: grid; place-content: center; }
.destination-categories { display: grid; gap: 14px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 26px; }
.destination-categories article { background: rgba(12,34,29,.78); border: 1px solid rgba(214,189,142,.20); border-radius: 22px; padding: 20px; }
.destination-categories span { color: #f3d58b; font-weight: 950; }
.destination-categories p, .destination-section p, .destination-cta p { color: var(--muted-text-color); line-height: 1.6; }
.destination-section, .destination-cta { margin-top: 38px; }
.destination-section h2, .destination-cta h2 { font-size: clamp(1.8rem, 4vw, 3.4rem); margin: 0 0 18px; }
.destination-masonry { display: grid; gap: 16px; grid-auto-flow: dense; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.destination-photo { border: 1px solid rgba(214,189,142,.22); border-radius: 26px; color: #fff; min-height: 240px; overflow: hidden; position: relative; text-decoration: none; }
.destination-photo.is-featured { grid-column: span 2; grid-row: span 2; min-height: 496px; }
.destination-photo img { height: 100%; object-fit: cover; transition: transform .28s ease; width: 100%; }
.destination-photo:hover img { transform: scale(1.045); }
.destination-photo::after { background: transparent; content: ""; inset: 0; position: absolute; }
.destination-photo span { bottom: 16px; font-weight: 950; left: 16px; position: absolute; z-index: 1; }
.video-card-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.destination-cta { background: transparent; border: 1px solid rgba(214,189,142,.24); border-radius: 30px; padding: clamp(24px, 5vw, 48px); }
.gallery-lightbox-panel > img { display: block; max-height: 74vh; object-fit: contain; width: 100%; }
.gallery-lightbox-panel > p { color: var(--muted-text-color); margin: 0; padding: 0 22px 22px; }
.destination-admin-grid { display: grid; gap: 14px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
@media (max-width: 900px) { .destination-preview, .destination-categories, .video-card-grid, .destination-admin-grid { grid-template-columns: 1fr; } .destination-masonry { grid-template-columns: 1fr 1fr; } .destination-photo.is-featured { grid-column: span 2; min-height: 360px; } }
@media (max-width: 560px) { .destination-masonry { grid-template-columns: 1fr; } .destination-photo.is-featured { grid-column: span 1; min-height: 300px; } .destination-photo { min-height: 230px; } }

/* Sprint dirección visual boutique Cabalango: sistema cálido, editorial y natural */
:root {
  --portal-bg: #f5efe4;
  --portal-bg-soft: #fbf8f1;
  --portal-sand: #e9dcc8;
  --portal-stone: #d8d2c4;
  --portal-sage: #9bab8b;
  --portal-olive: #66724f;
  --portal-earth: #9a7658;
  --portal-smoke: #6f716b;
  --portal-graphite: #2f342e;
  --portal-cream: #fffdf7;
  --portal-border: rgba(102, 114, 79, .20);
  --portal-shadow: 0 24px 70px rgba(74, 63, 48, .10);
  --portal-serif: var(--portal-font-display);
  --portal-sans: var(--portal-font-sans);
}

.portal-body {
  background:
    transparent,
    transparent,
    transparent;
  color: var(--portal-graphite);
  font-family: var(--portal-sans);
  letter-spacing: -.01em;
}

.portal-body h1,
.portal-body h2,
.portal-body h3 {
  color: var(--portal-graphite);
  font-family: var(--portal-serif);
  font-weight: 600;
  letter-spacing: -.025em;
}

.portal-shell {
  padding: clamp(20px, 4vw, 42px) 0 clamp(64px, 8vw, 96px);
  width: min(1160px, calc(100% - clamp(28px, 5vw, 72px)));
}

.portal-topnav {
  align-items: center;
  background: rgba(255, 253, 247, .72);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(102, 114, 79, .16);
  border-radius: 999px;
  box-shadow: 0 16px 44px rgba(74, 63, 48, .07);
  gap: 4px;
  justify-content: center;
  margin: 0 auto clamp(24px, 4vw, 44px);
  padding: 7px;
  width: fit-content;
}

.portal-topnav a,
.portal-button,
.portal-button-secondary,
.portal-button-ghost,
.gallery-see-all,
.gallery-lightbox-close,
.gallery-lightbox-nav,
.gallery-lightbox-header .portal-button {
  background: rgba(255, 253, 247, .72);
  border: 1px solid rgba(102, 114, 79, .18);
  box-shadow: none;
  color: var(--portal-graphite);
  font-family: var(--portal-sans);
  font-size: .88rem;
  font-weight: 700;
  letter-spacing: .01em;
  padding: 10px 15px;
  text-shadow: none;
}

.portal-topnav a {
  background: transparent;
  color: var(--portal-smoke);
  padding: 9px 13px;
}

.portal-topnav a:hover,
.portal-topnav a.is-active,
.portal-button:hover,
.portal-button-secondary:hover,
.portal-button-ghost:hover {
  background: rgba(155, 171, 139, .14);
  border-color: rgba(102, 114, 79, .28);
  box-shadow: 0 12px 30px rgba(74, 63, 48, .08);
  color: var(--portal-olive);
  transform: translateY(-1px);
}

.portal-button {
  background: var(--portal-olive);
  border-color: var(--portal-olive);
  color: #fffdf7;
}

.portal-button-secondary,
.portal-button-ghost {
  background: rgba(255, 253, 247, .72);
  color: var(--portal-olive);
}

.portal-hero {
  background: transparent;
  border: 1px solid var(--portal-border);
  border-radius: clamp(26px, 4vw, 42px);
  box-shadow: var(--portal-shadow);
  text-align: left;
}

.portal-hero-home {
  align-items: center;
  display: grid;
  gap: clamp(26px, 5vw, 70px);
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, .72fr);
  min-height: clamp(480px, 58vw, 640px);
  padding: clamp(34px, 7vw, 84px);
}

.portal-hero-home::after {
  background: transparent;
  border-radius: 999px;
  filter: blur(1px);
  height: 320px;
  opacity: .65;
  right: -110px;
  top: -130px;
  width: 320px;
}

.portal-hero-copy { position: relative; z-index: 1; }

.portal-kicker,
.portal-card-label,
.prestador-theme {
  color: var(--portal-olive);
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .18em;
}

.portal-hero h1,
.tourism-heading-card h1 {
  font-size: clamp(3.1rem, 7vw, 6rem);
  line-height: .93;
  max-width: 10ch;
  text-shadow: none;
}

.portal-hero-compact h1,
.destination-hero h1 {
  font-size: clamp(2.8rem, 6vw, 5rem);
  line-height: .98;
  max-width: 12ch;
}

.portal-subtitle {
  color: var(--portal-smoke);
  font-size: clamp(1rem, 1.65vw, 1.22rem);
  font-weight: 500;
  line-height: 1.72;
  margin: 20px 0 0;
  max-width: 570px;
}

.portal-hero-tags {
  justify-content: flex-start;
  gap: 10px;
  margin-top: 30px;
}

.portal-hero-tags a {
  background: rgba(255,253,247,.78);
  border: 1px solid rgba(102, 114, 79, .20);
  color: var(--portal-olive);
  font-size: .9rem;
  font-weight: 700;
  padding: 10px 14px;
}

.portal-hero-tags a:first-child {
  background: var(--portal-olive);
  color: #fffdf7;
}

.portal-hero-visual {
  align-self: stretch;
  background:
    transparent,
    transparent,
    transparent;
  border: 1px solid rgba(255,253,247,.62);
  border-radius: 36px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.55), 0 28px 70px rgba(74,63,48,.16);
  color: #fffdf7;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 360px;
  overflow: hidden;
  padding: 28px;
  position: relative;
}

.portal-hero-visual::before {
  background: transparent;
  content: "";
  inset: 0;
  position: absolute;
}

.portal-hero-visual span { font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.portal-hero-visual strong { font-family: var(--portal-serif); font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 600; line-height: .95; max-width: 8ch; }
.portal-hero-visual small { color: rgba(255,253,247,.82); font-weight: 700; margin-top: 12px; }

.portal-grid,
.prestadores-grid { gap: clamp(18px, 3vw, 28px); margin-top: clamp(26px, 4vw, 42px); }

.portal-card,
.prestador-card,
.portal-empty,
.tourism-heading-card,
.prestador-profile-hero,
.alojamientos-filter-panel,
.activity-subgroup-card,
.activity-subgroup-reset,
.tourism-gallery-main,
.tourism-gallery-side img,
.gallery-empty-state,
.gallery-lightbox-panel,
.menu-photo-grid .menu-photo-button {
  background: rgba(255, 253, 247, .78);
  border: 1px solid var(--portal-border);
  box-shadow: var(--portal-shadow);
  color: var(--portal-graphite);
}

.portal-card,
.portal-empty { border-radius: 30px; padding: clamp(24px, 3.5vw, 38px); }
.portal-card::before { display: none; }
.portal-card-icon {
  color: var(--portal-earth);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.portal-card h2,
.prestador-card h2,
.portal-empty h2,
.filter-heading h2 { font-size: clamp(1.7rem, 3vw, 2.5rem); line-height: 1; }
.portal-card p,
.portal-empty p,
.activity-subgroup-card small,
.filter-heading p:not(.portal-kicker),
.prestador-summary,
.prestador-card-meta,
.prestador-location,
.prestador-contact-lines,
.reviews-grid p,
.reviews-empty { color: var(--portal-smoke); }

.destination-preview {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(240px, .55fr);
  margin-top: clamp(26px, 4vw, 42px);
}
.destination-preview-art {
  background: transparent;
  border: 1px solid rgba(102,114,79,.16);
  border-radius: 28px;
  display: grid;
  gap: 10px;
  padding: 18px;
}
.destination-preview-art span {
  background: rgba(255,253,247,.70);
  border: 1px solid rgba(102,114,79,.14);
  border-radius: 999px;
  color: var(--portal-olive);
  font-weight: 800;
  padding: 11px 14px;
}

.prestador-media::after { background: transparent; }
.prestador-card-premium:hover,
.activity-subgroup-card:hover,
.activity-subgroup-card.is-active { border-color: rgba(102,114,79,.34); box-shadow: 0 28px 76px rgba(74,63,48,.14); }
.prestador-chip-row span,
.alojamiento-key-facts span,
.tourism-heading-meta span,
.quick-facts-grid div,
.prestador-contact-lines span,
.feature-chip,
.amenity-pill span { background: rgba(255,253,247,.66); border-color: rgba(102,114,79,.18); color: var(--portal-olive); }
.alojamientos-filters select,
.filter-control { background: rgba(255,253,247,.68); border-color: rgba(102,114,79,.18); color: var(--portal-graphite); }
.filter-control label { color: var(--portal-olive); }
.alojamientos-filters select { background-image: transparent, transparent; }
.amenity-pill input:checked + span { background: rgba(155,171,139,.20); border-color: rgba(102,114,79,.38); color: var(--portal-graphite); box-shadow: none; }

.prestador-banner-placeholder,
.gallery-hero-placeholder,
.promo-highlight {
  background: transparent;
  color: var(--portal-olive);
}
.prestador-whatsapp,
.prestador-video { color: var(--portal-olive); }
.floating-whatsapp { background: var(--portal-olive); color: #fffdf7; box-shadow: 0 16px 44px rgba(74, 63, 48, .18); }
.rating-pill { background: rgba(255,253,247,.72); border-color: rgba(154,118,88,.28); }
.rating-pill strong { color: var(--portal-earth); }

@media (max-width: 900px) {
  .portal-topnav { border-radius: 28px; width: auto; }
  .portal-hero-home { grid-template-columns: 1fr; min-height: 0; }
  .portal-hero-visual { min-height: 280px; }
  .destination-preview { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .portal-shell { width: min(100% - 24px, 1160px); }
  .portal-topnav { justify-content: flex-start; overflow-x: auto; padding: 6px; }
  .portal-topnav a { flex: 0 0 auto; }
  .portal-hero-home { padding: 28px; }
  .portal-hero h1 { font-size: clamp(3rem, 15vw, 4.3rem); }
  .portal-hero-tags a { flex: 1 1 100%; justify-content: center; }
}

/* Refinamiento premium mobile-first: navegación compacta, filtros turísticos y CTA integrado */
.portal-nav-toggle,
.portal-mobile-header {
  display: none;
}

.portal-topnav {
  align-items: center;
}

.alojamientos-filter-panel {
  padding: clamp(20px, 2.8vw, 32px);
}

.filter-heading {
  margin-bottom: 18px;
}

.alojamientos-filters {
  align-items: end;
  gap: 12px;
  grid-template-columns: minmax(118px, .78fr) minmax(188px, 1.18fr) minmax(190px, 1.18fr) minmax(178px, 1.08fr) minmax(220px, 1.38fr);
}

.filter-control {
  border-radius: 18px;
  gap: 7px;
  min-width: 0;
  padding: 10px;
}

.filter-control label {
  color: #dbeafe;
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.alojamientos-filters select {
  font-size: .88rem;
  font-weight: 800;
  min-height: 42px;
  overflow: visible;
  padding-left: 12px;
  padding-right: 34px;
  text-overflow: clip;
  white-space: normal;
}

.filter-amenities {
  gap: 9px;
  padding-top: 4px;
}

.amenity-pill span {
  background: rgba(255, 255, 255, .055);
  border-color: rgba(191, 219, 254, .24);
  font-size: .84rem;
  min-height: 40px;
  padding: 9px 13px;
}

.amenity-pill input:checked + span {
  background: transparent;
  border-color: rgba(134, 239, 172, .76);
  color: #ecfdf5;
}

.filter-actions {
  align-items: center;
  justify-content: flex-end;
  margin-top: 2px;
}

.gallery-see-all {
  align-items: center;
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, .90);
  border: 1px solid rgba(255, 255, 255, .62);
  box-shadow: 0 14px 34px rgba(2, 6, 23, .22);
  display: inline-flex;
  gap: 8px;
}

.gallery-see-all::before {
  content: "▦";
  font-size: .95em;
}

.tourism-heading-card h1,
.portal-hero h1 {
  text-wrap: balance;
}

@media (min-width: 1181px) {
  .alojamientos-filters select option {
    font-size: .95rem;
  }
}

@media (max-width: 1180px) {
  .alojamientos-filters {
    grid-template-columns: repeat(2, minmax(240px, 1fr));
  }
}

@media (max-width: 760px) {
  .portal-body {
    overflow-x: hidden;
  }

  .portal-shell {
    padding-top: 14px;
    width: min(100% - 24px, 1120px);
  }

  .portal-mobile-header {
    align-items: center;
    background: rgba(11, 18, 32, .82);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(148, 163, 184, .18);
    border-radius: 20px;
    box-shadow: 0 16px 42px rgba(0, 0, 0, .24);
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    padding: 10px 12px 10px 16px;
    position: sticky;
    top: 10px;
    z-index: 30;
  }

  .portal-mobile-brand {
    color: var(--text-color);
    font-family: var(--portal-font-display);
    font-size: 1.45rem;
    font-weight: 700;
    letter-spacing: -.025em;
    text-decoration: none;
  }

  .portal-mobile-menu {
    align-items: center;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    height: 40px;
    justify-content: center;
    width: 46px;
  }

  .portal-mobile-menu span {
    background: var(--text-color);
    border-radius: 999px;
    display: block;
    height: 2px;
    width: 18px;
  }

  .portal-topnav {
    background: rgba(11, 18, 32, .94);
    border: 1px solid rgba(148, 163, 184, .18);
    border-radius: 20px;
    box-shadow: 0 18px 46px rgba(0, 0, 0, .28);
    display: none;
    gap: 8px;
    margin: -4px 0 16px;
    padding: 10px;
  }

  .portal-nav-toggle:checked + .portal-mobile-header + .portal-topnav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .portal-topnav a {
    box-shadow: none;
    font-size: .82rem;
    justify-content: center;
    padding: 10px 9px;
  }

  .portal-hero-compact {
    padding: 24px 18px;
  }

  .portal-hero h1 {
    font-size: clamp(2rem, 12vw, 3.25rem);
    line-height: .98;
  }

  .portal-subtitle {
    font-size: .98rem;
    margin-top: 14px;
  }

  .alojamientos-filter-panel {
    border-radius: 24px;
    margin-top: 16px;
    padding: 16px;
  }

  .filter-heading {
    margin-bottom: 14px;
  }

  .filter-heading h2 {
    font-size: clamp(1.35rem, 8vw, 1.8rem);
  }

  .filter-heading p:not(.portal-kicker) {
    font-size: .92rem;
  }

  .alojamientos-filters {
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .filter-control {
    padding: 10px;
  }

  .alojamientos-filters select {
    min-height: 44px;
  }

  .filter-amenities {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .amenity-pill {
    min-width: 0;
  }

  .amenity-pill span {
    align-items: center;
    display: flex;
    font-size: .8rem;
    justify-content: center;
    min-height: 42px;
    padding: 9px 10px;
    text-align: center;
    width: 100%;
  }

  .filter-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .filter-actions .portal-button {
    justify-content: center;
    padding: 11px 12px;
    width: auto;
  }

  .prestador-page {
    padding-bottom: calc(96px + env(safe-area-inset-bottom));
  }

  .tourism-hero {
    gap: 14px;
    margin-top: 8px;
  }

  .tourism-gallery {
    border-radius: 24px;
    min-height: 0;
  }

  .tourism-gallery-main {
    border-radius: 24px;
    height: clamp(235px, 68vw, 315px);
  }

  .tourism-gallery-main figcaption {
    bottom: 12px;
    font-size: .78rem;
    left: 12px;
    max-width: calc(100% - 24px);
    padding: 8px 11px;
  }

  .gallery-see-all {
    bottom: 12px;
    font-size: .82rem;
    padding: 9px 12px;
    right: 12px;
  }

  .tourism-heading-card {
    border-radius: 24px;
    padding: 20px;
  }

  .tourism-heading-meta {
    gap: 7px;
    margin-bottom: 12px;
  }

  .tourism-heading-meta span,
  .quick-facts-grid div {
    border-radius: 16px;
    font-size: .82rem;
    padding: 8px 10px;
  }

  .tourism-heading-card h1 {
    font-size: clamp(2rem, 10.5vw, 3.1rem);
    line-height: 1;
    margin-top: 12px;
  }

  .prestador-actions {
    display: grid;
    gap: 9px;
    grid-template-columns: 1fr;
  }

  .prestador-actions .portal-button {
    justify-content: center;
  }

  .portal-card,
  .portal-empty {
    border-radius: 22px;
    padding: 22px;
  }

  .quick-facts-card,
  .photos-summary-card,
  .reviews-card,
  .prestador-detail-grid {
    margin-top: 18px;
  }

  .floating-whatsapp {
    align-items: center;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .38);
    border-radius: 18px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    box-shadow: 0 14px 34px rgba(2, 6, 23, .34), 0 0 0 1px rgba(5, 46, 22, .10);
    display: flex;
    font-size: .94rem;
    justify-content: center;
    left: 12px;
    min-height: 46px;
    padding: 10px 14px;
    right: 12px;
  }
}

@media (max-width: 380px) {
  .filter-amenities,
  .filter-actions {
    grid-template-columns: 1fr;
  }

  .portal-nav-toggle:checked + .portal-mobile-header + .portal-topnav {
    grid-template-columns: 1fr;
  }
}

/* Sprint refinamiento premium Cabalango: sistema claro, editorial y mobile-first */
:root {
  --portal-ink: #1f2a24;
  --portal-ink-strong: #102018;
  --portal-muted: #5f6f63;
  --portal-sage: #64785d;
  --portal-olive: #40553f;
  --portal-earth: #9a6f43;
  --portal-sand: #f3eadc;
  --portal-cream: #fffaf1;
  --portal-card: rgba(255, 250, 241, .92);
  --portal-line: rgba(64, 85, 63, .18);
  --portal-shadow: 0 22px 60px rgba(55, 44, 28, .12);
}

.portal-body {
  background:
    transparent,
    transparent,
    transparent;
  color: var(--portal-ink);
  font-family: var(--portal-font-sans);
  font-size: 16px;
  line-height: 1.55;
}

.portal-body *, .portal-body *::before, .portal-body *::after { box-sizing: border-box; }
.portal-body a { color: var(--portal-olive); }
.portal-body a:focus-visible,
.portal-body button:focus-visible,
.portal-body input:focus-visible,
.portal-body select:focus-visible,
.portal-body textarea:focus-visible,
.portal-mobile-menu:focus-visible {
  outline: 3px solid rgba(88, 112, 79, .42);
  outline-offset: 3px;
}

.portal-shell { max-width: 1180px; padding: clamp(18px, 4vw, 42px) 0 72px; width: min(1180px, calc(100% - clamp(24px, 5vw, 56px))); }

.portal-mobile-header { display: none; }
.portal-nav-toggle { display: none; }
.portal-topnav {
  align-items: center;
  background: rgba(255, 250, 241, .78);
  border: 1px solid var(--portal-line);
  border-radius: 999px;
  box-shadow: 0 14px 38px rgba(73, 58, 36, .08);
  gap: 6px;
  justify-content: center;
  margin-bottom: clamp(22px, 4vw, 34px);
  padding: 8px;
  position: sticky;
  top: 12px;
  z-index: 15;
  backdrop-filter: blur(18px);
}
.portal-topnav a {
  background: transparent;
  border: 1px solid transparent;
  box-shadow: none;
  color: var(--portal-ink);
  font-size: .95rem;
  font-weight: 850;
  min-height: 44px;
  padding: 11px 15px;
  white-space: nowrap;
}
.portal-topnav a:hover,
.portal-topnav a.is-active {
  background: rgba(93, 112, 86, .12);
  border-color: rgba(64, 85, 63, .18);
  box-shadow: none;
  color: var(--portal-ink-strong);
}

.portal-button,
.gallery-lightbox-close,
.menu-lightbox__close {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(16, 32, 24, .12);
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(64, 85, 63, .20);
  color: #fffaf1;
  display: inline-flex;
  font-size: .96rem;
  font-weight: 900;
  justify-content: center;
  line-height: 1.15;
  min-height: 46px;
  padding: 13px 18px;
  text-decoration: none;
}
.portal-button:hover { box-shadow: 0 18px 34px rgba(64, 85, 63, .26); transform: translateY(-2px); }
.portal-button-secondary,
.portal-button-ghost {
  background: rgba(255, 250, 241, .78);
  border-color: rgba(64, 85, 63, .22);
  box-shadow: none;
  color: var(--portal-ink);
}

.portal-hero,
.portal-card,
.prestador-card,
.portal-empty,
.tourism-heading-card,
.alojamientos-filter-panel,
.activity-subgroup-card,
.activity-subgroup-reset,
.destination-section,
.destination-cta {
  background: var(--portal-card);
  border: 1px solid var(--portal-line);
  box-shadow: var(--portal-shadow);
  color: var(--portal-ink);
}
.portal-hero { border-radius: 34px; padding: clamp(34px, 7vw, 76px); text-align: left; }
.portal-hero-home { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .7fr); gap: clamp(24px, 5vw, 52px); align-items: center; }
.portal-hero h1,
.tourism-heading-card h1,
.destination-section h2,
.destination-cta h2,
.portal-card h2,
.portal-empty h2,
.filter-heading h2 {
  color: var(--portal-ink-strong);
  font-family: var(--portal-font-display);
  font-weight: 700;
  letter-spacing: -.035em;
  text-shadow: none;
}
.portal-hero h1 { font-size: clamp(3rem, 8vw, 5.4rem); line-height: .94; max-width: 780px; }
.portal-subtitle { color: var(--portal-muted); font-size: clamp(1.08rem, 2vw, 1.32rem); line-height: 1.65; margin-left: 0; }
.portal-kicker, .portal-card-label, .prestador-theme { color: var(--portal-earth); font-size: .82rem; letter-spacing: .13em; }

.portal-hero-visual,
.destination-preview-art {
  background: transparent, url('/static/img/no-image.jpg') center/cover;
  border: 1px solid rgba(64, 85, 63, .18);
  border-radius: 30px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 24px 50px rgba(73,58,36,.13);
  color: var(--portal-ink);
  display: grid;
  min-height: 330px;
  padding: 26px;
  place-content: end start;
}
.portal-hero-visual span, .destination-preview-art span { background: rgba(255,250,241,.84); border: 1px solid var(--portal-line); border-radius: 999px; display: inline-flex; font-weight: 900; margin: 4px; padding: 8px 12px; width: fit-content; }
.portal-hero-visual strong { font-family: var(--portal-font-display); font-size: clamp(1.8rem, 3vw, 2.5rem); line-height: 1; margin-top: 12px; }
.portal-hero-visual small { color: var(--portal-muted); font-weight: 800; margin-top: 8px; }
.portal-hero-tags { justify-content: flex-start; }
.portal-hero-tags a { background: #fffaf1; border-color: rgba(64,85,63,.22); box-shadow: 0 10px 24px rgba(73,58,36,.09); color: var(--portal-ink); font-size: .96rem; min-height: 46px; padding: 12px 16px; }
.portal-hero-tags a:first-child { background: #465c43; color: #fffaf1; }

.portal-grid { gap: 24px; }
.portal-card { border-radius: 28px; padding: clamp(24px, 3vw, 34px); }
.portal-card::before { background: transparent; }
.portal-card p, .portal-empty p, .prestador-summary, .prestador-card-meta, .prestador-location { color: var(--portal-muted); font-size: .98rem; }
.portal-card-icon { color: var(--portal-olive); font-family: var(--portal-font-display); font-size: 1.6rem; font-weight: 700; margin-bottom: 12px; }
.destination-preview { align-items: center; display: grid; gap: 24px; grid-template-columns: 1fr .75fr; margin-top: 26px; }
.destination-preview-art { min-height: 220px; }

.portal-empty { border-radius: 30px; margin-top: 28px; padding: clamp(28px, 5vw, 48px); position: relative; text-align: center; }
.portal-empty::before { content: "✦"; color: var(--portal-earth); display: block; font-size: 2rem; margin-bottom: 10px; }
.portal-empty .empty-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 18px; }

.alojamientos-filter-panel { background: rgba(255, 250, 241, .94); border-radius: 32px; }
.alojamientos-filters { grid-template-columns: repeat(5, minmax(175px, 1fr)); }
.filter-control { background: #fffdf7; border-color: rgba(64,85,63,.18); }
.filter-control label { color: var(--portal-olive); font-size: .94rem; }
.alojamientos-filters select, .review-form input, .review-form select, .review-form textarea {
  background-color: #fffaf1;
  border: 1px solid rgba(64,85,63,.24);
  color: var(--portal-ink);
  font-size: 1rem;
  min-height: 50px;
}
.amenity-pill span { background: #fffaf1; border-color: rgba(64,85,63,.22); color: var(--portal-ink); }
.amenity-pill input:checked + span { background: rgba(93,112,86,.14); border-color: rgba(64,85,63,.46); color: var(--portal-ink-strong); }

.prestadores-grid-premium { gap: 24px; }
.prestador-card-premium { background: #fffaf1; border-color: rgba(64,85,63,.16); box-shadow: var(--portal-shadow); }
.prestador-card-premium:hover { border-color: rgba(64,85,63,.30); box-shadow: 0 28px 70px rgba(55,44,28,.16); }
.prestador-media::after { background: transparent; }
.prestador-type-badge { background: rgba(255,250,241,.92); color: var(--portal-ink); }
.prestador-price-badge { color: var(--portal-ink-strong); font-size: .96rem; padding: 9px 13px; }
.prestador-card-premium h2 { color: var(--portal-ink-strong); font-size: 1.28rem; line-height: 1.18; }
.prestador-chip-row span, .alojamiento-key-facts span { background: rgba(93,112,86,.10); border-color: rgba(64,85,63,.18); color: var(--portal-ink); }

.tourism-gallery-main, .tourism-gallery-side img, .gallery-empty-state, .gallery-hero-placeholder { background: transparent; border-color: var(--portal-line); color: var(--portal-ink); }
.tourism-gallery-main figcaption, .gallery-see-all { background: rgba(255,250,241,.92); color: var(--portal-ink); }
.quick-facts-grid div, .tourism-heading-meta span, .prestador-contact-lines span, .feature-chip { border-color: rgba(64,85,63,.18); color: var(--portal-muted); }
.floating-whatsapp { background: #2f7d46; box-shadow: 0 18px 40px rgba(47,125,70,.26); color: #fff; min-height: 48px; }

.destination-hero { background: transparent; text-align: center; }
.destination-hero .portal-subtitle { margin-left: auto; }
.destination-categories { display: grid; gap: 16px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 24px; }
.destination-categories article { background: rgba(255,250,241,.88); border: 1px solid var(--portal-line); border-radius: 24px; box-shadow: 0 14px 36px rgba(55,44,28,.08); padding: 20px; }
.destination-categories span { color: var(--portal-olive); font-weight: 950; }
.destination-categories p { color: var(--portal-muted); margin-bottom: 0; }
.destination-section, .destination-cta { border-radius: 30px; margin-top: 24px; padding: clamp(24px, 4vw, 38px); }
.destination-masonry, .video-card-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.destination-photo { border-radius: 24px; color: #fff; min-height: 240px; overflow: hidden; position: relative; text-decoration: none; }
.destination-photo img { display: block; height: 100%; object-fit: cover; width: 100%; }
.destination-photo span { background: transparent; bottom: 0; font-weight: 950; left: 0; padding: 42px 16px 16px; position: absolute; right: 0; }
.destination-photo.is-featured { grid-column: span 2; grid-row: span 2; }
.destination-cta { text-align: center; }
.destination-cta .prestador-actions { justify-content: center; }

@media (max-width: 1040px) {
  .portal-hero-home, .destination-preview { grid-template-columns: 1fr; }
  .alojamientos-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .destination-categories { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .portal-shell { width: min(100% - 24px, 1180px); padding-top: 14px; }
  .portal-mobile-header { align-items: center; background: rgba(255,250,241,.86); border: 1px solid var(--portal-line); border-radius: 22px; box-shadow: 0 12px 32px rgba(55,44,28,.10); display: flex; justify-content: space-between; margin-bottom: 10px; padding: 10px 12px; position: sticky; top: 8px; z-index: 20; backdrop-filter: blur(16px); }
  .portal-mobile-brand { color: var(--portal-ink-strong); font-family: var(--portal-font-display); font-size: 1.45rem; font-weight: 700; text-decoration: none; }
  .portal-mobile-menu { align-items: center; border: 1px solid rgba(64,85,63,.2); border-radius: 999px; cursor: pointer; display: grid; gap: 4px; height: 44px; justify-content: center; width: 48px; }
  .portal-mobile-menu span { background: var(--portal-ink); border-radius: 99px; display: block; height: 2px; width: 20px; }
  .portal-topnav { display: none; border-radius: 24px; justify-content: flex-start; margin-bottom: 18px; overflow-x: auto; padding: 10px; position: static; }
  .portal-nav-toggle:checked ~ .portal-topnav { display: flex; }
  .portal-topnav a { flex: 0 0 auto; }
  .portal-hero { border-radius: 28px; padding: 28px 22px; }
  .portal-hero h1 { font-size: clamp(2.65rem, 15vw, 4rem); }
  .portal-hero-visual { min-height: 240px; }
  .portal-hero-tags a, .portal-button { width: 100%; }
  .portal-grid, .prestador-detail-grid, .prestadores-grid-premium, .activity-subgroups, .destination-categories, .destination-masonry, .video-card-grid { grid-template-columns: 1fr; }
  .destination-photo.is-featured { grid-column: auto; grid-row: auto; }
  .alojamientos-filters { grid-template-columns: 1fr; }
  .filter-actions { justify-content: stretch; }
  .prestador-card-actions .portal-button { flex: 1 1 150px; }
  .floating-whatsapp { left: 14px; right: 14px; width: auto; }
}

/* Dirección visual final: Boutique natural serrano */
:root {
  --portal-ivory: #F7F3EA;
  --portal-sand: #EDE4D6;
  --portal-stone: #D9D0C2;
  --portal-warm-white: #FFFCF5;
  --portal-graphite: #25261F;
  --portal-forest: #10251D;
  --portal-olive-dark: #3E4935;
  --portal-sage: #A8B29A;
  --portal-olive: #687653;
  --portal-monte: #4E6547;
  --portal-clay: #B7865B;
  --portal-gold-sand: #D7C29B;
  --portal-river: #BFD6D0;
  --portal-muted: #59614f;
  --portal-line: rgba(62, 73, 53, .18);
  --portal-card: rgba(255, 252, 245, .88);
  --portal-shadow: 0 24px 70px rgba(37, 38, 31, .10);
}

.portal-body {
  background:
    transparent,
    transparent,
    transparent;
  color: var(--portal-graphite);
  font-family: var(--portal-font-sans);
}

.portal-hero h1,
.tourism-heading-card h1,
.destination-section h2,
.destination-cta h2,
.portal-card h2,
.portal-empty h2,
.filter-heading h2 {
  color: var(--portal-forest);
  font-family: var(--portal-font-display);
  font-weight: 700;
  letter-spacing: -.025em;
}

.portal-kicker,
.portal-card-label,
.prestador-theme {
  color: var(--portal-clay);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.portal-topnav,
.portal-card,
.prestador-card-premium,
.portal-empty,
.tourism-heading-card,
.alojamientos-filter-panel,
.activity-subgroup-card,
.activity-subgroup-reset,
.destination-categories article,
.destination-section,
.destination-cta {
  background: var(--portal-card);
  border-color: var(--portal-line);
  box-shadow: var(--portal-shadow);
}

.portal-topnav a { color: var(--portal-olive-dark); }
.portal-topnav a:hover,
.portal-topnav a.is-active {
  background: rgba(168, 178, 154, .22);
  border-color: rgba(78, 101, 71, .22);
  color: var(--portal-forest);
}

.portal-button {
  background: var(--portal-olive);
  border-color: var(--portal-olive);
  color: var(--portal-warm-white);
}
.portal-button:hover { background: var(--portal-monte); border-color: var(--portal-monte); color: var(--portal-warm-white); }
.portal-button-secondary,
.portal-button-ghost {
  background: rgba(255, 252, 245, .74);
  border-color: rgba(104, 118, 83, .30);
  color: var(--portal-forest);
}

.portal-hero {
  background:
    transparent,
    transparent;
  border-color: var(--portal-line);
}
.portal-subtitle,
.portal-card p,
.portal-empty p,
.destination-categories p,
.destination-section p,
.destination-cta p,
.prestador-summary,
.prestador-card-meta,
.prestador-location,
.reviews-empty,
.reviews-grid p { color: var(--portal-muted); }

.portal-hero-visual,
.destination-preview-art,
.prestador-banner-abstract,
.gallery-hero-placeholder,
.gallery-empty-state {
  background:
    transparent,
    transparent,
    transparent;
  color: var(--portal-forest);
}
.prestador-banner-abstract {
  align-items: flex-end;
  display: flex;
  min-height: 100%;
  padding: 18px;
}
.prestador-banner-abstract span {
  background: rgba(255, 252, 245, .76);
  border: 1px solid rgba(62, 73, 53, .16);
  border-radius: 999px;
  color: var(--portal-olive-dark);
  font-weight: 900;
  padding: 8px 12px;
}

.prestador-type-badge,
.prestador-price-badge,
.gallery-see-all,
.tourism-gallery-main figcaption {
  background: rgba(255, 252, 245, .92);
  color: var(--portal-forest);
}
.prestador-chip-row span,
.alojamiento-key-facts span,
.tourism-heading-meta span,
.quick-facts-grid div,
.prestador-contact-lines span,
.amenity-pill span {
  background: rgba(168, 178, 154, .14);
  border-color: rgba(104, 118, 83, .22);
  color: var(--portal-olive-dark);
}

.alojamientos-filters select,
.review-form input,
.review-form select,
.review-form textarea,
.filter-control {
  background: var(--portal-warm-white);
  border-color: rgba(104, 118, 83, .24);
  color: var(--portal-graphite);
}
.filter-control label { color: var(--portal-olive-dark); }
.amenity-pill input:checked + span {
  background: rgba(104, 118, 83, .18);
  border-color: rgba(78, 101, 71, .46);
  color: var(--portal-forest);
}

.destination-hero {
  background:
    transparent,
    transparent;
}
.destination-photo span { background: transparent; }
.floating-whatsapp { background: var(--portal-monte); color: var(--portal-warm-white); }
.menu-photo-grid img,
.gallery-lightbox-slide img { background: var(--portal-ivory); }

@media (max-width: 760px) {
  .portal-mobile-header { background: rgba(255, 252, 245, .90); border-color: var(--portal-line); }
  .portal-topnav { background: rgba(255, 252, 245, .96); }
  .portal-nav-toggle:checked + .portal-mobile-header + .portal-topnav { display: grid; grid-template-columns: 1fr 1fr; }
  .portal-topnav a { color: var(--portal-olive-dark); }
  .floating-whatsapp { background: var(--portal-monte); }
}

/* Sistema visual final solicitado: guía boutique natural (70/20/10) */
:root {
  --portal-ivory: #F6F1E8;
  --portal-sand: #EAE2D3;
  --portal-graphite: #2F352D;
  --portal-olive: #6F7B52;
  --portal-monte: #4E5C45;
  --portal-clay: #B9825A;
  --portal-sage: #AEB8A0;
  --portal-warm-white: #FFFDF7;
  --portal-muted: #66705F;
  --portal-line: rgba(78, 92, 69, .18);
  --portal-soft-line: rgba(174, 184, 160, .42);
  --portal-card: rgba(255, 253, 247, .86);
  --portal-shadow: 0 24px 70px rgba(47, 53, 45, .09);
}

.portal-body {
  background:
    transparent,
    transparent,
    transparent;
  color: var(--portal-graphite);
}

.portal-shell { width: min(1180px, calc(100% - clamp(24px, 5vw, 64px))); }

.portal-topnav {
  background: rgba(255, 253, 247, .80);
  border: 1px solid var(--portal-soft-line);
  box-shadow: 0 18px 44px rgba(47, 53, 45, .07);
}

.portal-topnav a {
  color: var(--portal-monte);
}

.portal-topnav a:hover,
.portal-topnav a.is-active {
  background: rgba(174, 184, 160, .22);
  border-color: rgba(111, 123, 82, .24);
  color: var(--portal-graphite);
}

.portal-button,
.gallery-lightbox-close,
.menu-lightbox__close {
  background: var(--portal-olive);
  border-color: var(--portal-olive);
  box-shadow: 0 16px 34px rgba(78, 92, 69, .18);
  color: var(--portal-warm-white);
}

.portal-button:hover,
.gallery-lightbox-close:hover,
.menu-lightbox__close:hover {
  background: var(--portal-monte);
  border-color: var(--portal-monte);
  color: var(--portal-warm-white);
}

.portal-button-secondary,
.portal-button-ghost,
.gallery-see-all,
.gallery-lightbox-nav {
  background: rgba(255, 253, 247, .78);
  border-color: rgba(174, 184, 160, .50);
  color: var(--portal-monte);
}

.portal-hero,
.portal-card,
.prestador-card,
.prestador-card-premium,
.portal-empty,
.tourism-heading-card,
.prestador-profile-hero,
.alojamientos-filter-panel,
.activity-subgroup-card,
.activity-subgroup-reset,
.destination-categories article,
.destination-section,
.destination-cta,
.gallery-lightbox-panel {
  background: var(--portal-card);
  border: 1px solid var(--portal-line);
  box-shadow: var(--portal-shadow);
  color: var(--portal-graphite);
}

.portal-hero {
  background:
    transparent,
    transparent;
}

.portal-hero h1,
.tourism-heading-card h1,
.destination-section h2,
.destination-cta h2,
.portal-card h2,
.prestador-card h2,
.portal-empty h2,
.filter-heading h2 {
  color: var(--portal-graphite);
}

.portal-subtitle,
.portal-card p,
.portal-empty p,
.destination-categories p,
.destination-section p,
.destination-cta p,
.prestador-summary,
.prestador-card-meta,
.prestador-location,
.reviews-empty,
.reviews-grid p,
.activity-subgroup-card small,
.filter-heading p:not(.portal-kicker) {
  color: var(--portal-muted);
}

.portal-kicker,
.portal-card-label,
.prestador-theme,
.destination-categories span,
.portal-card-icon {
  color: var(--portal-clay);
}

.portal-hero-visual,
.destination-preview-art,
.prestador-banner-abstract,
.gallery-hero-placeholder,
.gallery-empty-state,
.tourism-gallery-main,
.tourism-gallery-side img {
  background:
    transparent,
    transparent;
  border-color: var(--portal-soft-line);
  color: var(--portal-graphite);
}

.portal-hero-tags a,
.prestador-type-badge,
.prestador-price-badge,
.tourism-gallery-main figcaption,
.destination-preview-art span,
.portal-hero-visual span {
  background: rgba(255, 253, 247, .84);
  border-color: var(--portal-soft-line);
  color: var(--portal-monte);
}

.portal-hero-tags a:first-child {
  background: var(--portal-olive);
  border-color: var(--portal-olive);
  color: var(--portal-warm-white);
}

.prestador-chip-row span,
.alojamiento-key-facts span,
.tourism-heading-meta span,
.quick-facts-grid div,
.prestador-contact-lines span,
.feature-chip,
.amenity-pill span {
  background: rgba(174, 184, 160, .16);
  border-color: rgba(174, 184, 160, .44);
  color: var(--portal-monte);
}

.alojamientos-filters select,
.review-form input,
.review-form select,
.review-form textarea,
.filter-control {
  background: var(--portal-warm-white);
  border-color: var(--portal-soft-line);
  color: var(--portal-graphite);
}

.filter-control label { color: var(--portal-monte); }
.amenity-pill input:checked + span { background: rgba(111, 123, 82, .18); border-color: rgba(78, 92, 69, .48); color: var(--portal-graphite); }
.alojamientos-filters select { background-image: transparent, transparent; }

.portal-card::before { display: none; }
.prestador-card-premium:hover,
.activity-subgroup-card:hover,
.activity-subgroup-card.is-active { border-color: rgba(78, 92, 69, .34); box-shadow: 0 30px 78px rgba(47, 53, 45, .13); }
.prestador-media::after,
.destination-photo span { background: transparent; }
.floating-whatsapp { background: var(--portal-monte); color: var(--portal-warm-white); }

@media (max-width: 760px) {
  .portal-mobile-header,
  .portal-topnav { background: rgba(255, 253, 247, .94); border-color: var(--portal-soft-line); }
  .portal-mobile-brand { color: var(--portal-graphite); }
  .portal-mobile-menu span { background: var(--portal-graphite); }
  .portal-nav-toggle:checked + .portal-mobile-header + .portal-topnav { display: grid; grid-template-columns: 1fr 1fr; }
  .portal-topnav a { color: var(--portal-monte); }
  .portal-hero { padding: 28px 22px; }
  .portal-hero-tags a, .portal-button { width: 100%; }
}

/* Ajuste director creativo: sistema boutique sobrio, sin paleta multicolor */
.portal-body::selection {
  background: rgba(185, 130, 90, .24);
  color: var(--portal-graphite);
}

.portal-hero,
.destination-preview,
.destination-section,
.destination-cta,
.alojamientos-filter-panel,
.portal-empty {
  backdrop-filter: blur(18px);
}

.portal-topnav a,
.portal-hero-tags a,
.portal-button,
.prestador-chip-row span,
.alojamiento-key-facts span,
.amenity-pill span,
.activity-subgroup-card {
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease, transform .18s ease;
}

.portal-card,
.prestador-card-premium,
.activity-subgroup-card,
.destination-categories article {
  position: relative;
}

.portal-card::after,
.prestador-card-premium::before,
.activity-subgroup-card::before,
.destination-categories article::before {
  background: var(--portal-clay);
  border-radius: 999px;
  content: "";
  height: 5px;
  left: 24px;
  opacity: .55;
  position: absolute;
  top: 22px;
  width: 34px;
}

.portal-card h2,
.prestador-card-premium h2,
.activity-subgroup-card strong,
.destination-categories span {
  margin-top: 10px;
}

.portal-card:hover,
.destination-categories article:hover {
  border-color: rgba(111, 123, 82, .28);
  box-shadow: 0 30px 78px rgba(47, 53, 45, .12);
  transform: translateY(-2px);
}

.portal-button-secondary:hover,
.portal-button-ghost:hover,
.portal-hero-tags a:hover,
.gallery-see-all:hover {
  background: rgba(174, 184, 160, .22);
  border-color: rgba(78, 92, 69, .30);
  color: var(--portal-graphite);
}

.destination-cta {
  background:
    transparent,
    transparent;
}

.portal-empty {
  background:
    transparent,
    rgba(255, 253, 247, .88);
}

@media (max-width: 760px) {
  .portal-topnav {
    gap: 8px;
    overflow: visible;
  }

  .portal-topnav a {
    justify-content: center;
    min-height: 46px;
    text-align: center;
    white-space: normal;
  }

  .portal-card::after,
  .prestador-card-premium::before,
  .activity-subgroup-card::before,
  .destination-categories article::before {
    left: 20px;
    top: 18px;
  }

  .portal-card,
  .destination-section,
  .destination-cta,
  .portal-empty {
    border-radius: 24px;
  }
}

/* Refinamiento premium sin degradados: superficies planas, CTA de marca y jerarquía editorial */
:root {
  --portal-ivory: #F7F4ED;
  --portal-warm-white: #FCFAF5;
  --portal-sand: #EFE8DA;
  --portal-graphite: #263126;
  --portal-forest: #1F2B22;
  --portal-muted: #5E6658;
  --portal-olive: #6F7B52;
  --portal-monte: #5D6844;
  --portal-clay: #B9875A;
  --portal-soft-clay: #E8D8C5;
  --portal-sage: #DCE1D2;
  --portal-line: #DDD8CA;
  --portal-soft-line: #E7E1D4;
  --portal-card: #FCFAF5;
  --portal-card-alt: #F2EBDD;
  --portal-shadow: 0 18px 48px rgba(38, 49, 38, .08);
  --portal-shadow-hover: 0 24px 58px rgba(38, 49, 38, .12);
}

.portal-body {
  background: var(--portal-ivory);
  color: var(--portal-graphite);
}

.portal-shell {
  padding-top: clamp(24px, 4vw, 48px);
}

.portal-topnav {
  align-items: center;
  background: rgba(252, 250, 245, .92);
  border: 1px solid var(--portal-line);
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(38, 49, 38, .06);
  gap: 6px;
  justify-content: center;
  margin-bottom: clamp(24px, 4vw, 40px);
  padding: 8px;
}

.portal-topnav a {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 999px;
  box-shadow: none;
  color: var(--portal-muted);
  font-size: .88rem;
  font-weight: 800;
  letter-spacing: .01em;
  padding: 10px 15px;
}

.portal-topnav a:hover {
  background: #F4EFE4;
  border-color: var(--portal-soft-line);
  color: var(--portal-forest);
  transform: none;
}

.portal-topnav a.is-active {
  background: var(--portal-forest);
  border-color: var(--portal-forest);
  color: var(--portal-warm-white);
}

.portal-hero,
.portal-card,
.prestador-card,
.prestador-card-premium,
.portal-empty,
.tourism-heading-card,
.prestador-profile-hero,
.alojamientos-filter-panel,
.activity-subgroup-card,
.activity-subgroup-reset,
.destination-categories article,
.destination-section,
.destination-cta,
.gallery-lightbox-panel,
.legacy-compatible-card,
.promo-highlight,
.reviews-grid article,
.rating-pill {
  background: var(--portal-card);
  border: 1px solid var(--portal-line);
  box-shadow: var(--portal-shadow);
  color: var(--portal-graphite);
}

.portal-hero,
.tourism-heading-card,
.destination-section,
.destination-cta,
.alojamientos-filter-panel,
.portal-empty {
  backdrop-filter: none;
}

.portal-hero {
  border-radius: 34px;
  padding: clamp(38px, 7vw, 84px) clamp(24px, 6vw, 72px);
}

.portal-hero h1,
.tourism-heading-card h1,
.destination-section h2,
.destination-cta h2,
.portal-card h2,
.prestador-card h2,
.portal-empty h2,
.filter-heading h2 {
  color: var(--portal-forest);
  font-weight: 600;
  letter-spacing: -.018em;
  line-height: .98;
}

.portal-hero h1 { font-size: clamp(3rem, 8vw, 6.4rem); }
.portal-card h2,
.portal-empty h2 { font-size: clamp(1.65rem, 3vw, 2.35rem); }

.portal-subtitle {
  color: var(--portal-muted);
  font-size: clamp(1.05rem, 2vw, 1.32rem);
  line-height: 1.72;
  margin-top: 24px;
}

.portal-kicker,
.portal-card-label,
.prestador-theme,
.destination-categories span,
.portal-card-icon {
  color: var(--portal-clay);
  font-weight: 900;
  letter-spacing: .16em;
}

.portal-button,
.gallery-lightbox-close,
.menu-lightbox__close,
.floating-whatsapp {
  background: var(--portal-olive);
  border: 1px solid var(--portal-olive);
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(93, 104, 68, .20), inset 0 1px 0 rgba(255, 255, 255, .18);
  color: var(--portal-warm-white);
  font-weight: 900;
  letter-spacing: .01em;
  padding: 14px 22px;
  transform: translateY(0);
}

.portal-button:hover,
.gallery-lightbox-close:hover,
.menu-lightbox__close:hover,
.floating-whatsapp:hover {
  background: var(--portal-monte);
  border-color: var(--portal-monte);
  box-shadow: 0 16px 34px rgba(93, 104, 68, .24), inset 0 1px 0 rgba(255, 255, 255, .16);
  color: var(--portal-warm-white);
  transform: translateY(-1px);
}

.portal-button:focus-visible,
.portal-topnav a:focus-visible,
.portal-hero-tags a:focus-visible,
.amenity-pill input:focus-visible + span {
  outline: 3px solid rgba(185, 135, 90, .34);
  outline-offset: 3px;
}

.portal-button-secondary,
.portal-button-ghost,
.gallery-see-all,
.gallery-lightbox-nav,
.legacy-catalog-link {
  background: transparent;
  border: 1px solid var(--portal-line);
  box-shadow: none;
  color: var(--portal-forest);
}

.portal-button-secondary:hover,
.portal-button-ghost:hover,
.gallery-see-all:hover,
.gallery-lightbox-nav:hover,
.legacy-catalog-link:hover {
  background: #F2EBDD;
  border-color: #CEC6B6;
  color: var(--portal-forest);
}

.portal-hero-tags a,
.prestador-chip-row span,
.alojamiento-key-facts span,
.tourism-heading-meta span,
.quick-facts-grid div,
.prestador-contact-lines span,
.feature-chip,
.amenity-pill span,
.prestador-type-badge,
.prestador-price-badge,
.tourism-gallery-main figcaption,
.destination-preview-art span,
.portal-hero-visual span {
  background: #F4EFE4;
  border: 1px solid var(--portal-soft-line);
  box-shadow: none;
  color: var(--portal-monte);
}

.portal-hero-tags a:first-child {
  background: var(--portal-forest);
  border-color: var(--portal-forest);
  color: var(--portal-warm-white);
}

.portal-card,
.prestador-card-premium,
.activity-subgroup-card,
.destination-categories article {
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.portal-card:hover,
.prestador-card-premium:hover,
.activity-subgroup-card:hover,
.activity-subgroup-card.is-active,
.destination-categories article:hover {
  border-color: #CFC7B7;
  box-shadow: var(--portal-shadow-hover);
  transform: translateY(-2px);
}

.portal-card::before,
.portal-card::after,
.prestador-card-premium::before,
.activity-subgroup-card::before,
.destination-categories article::before,
.portal-hero-home::after,
.prestador-media::after,
.tourism-gallery-main::after {
  display: none;
}

.portal-hero-visual,
.destination-preview-art,
.prestador-banner-abstract,
.gallery-hero-placeholder,
.gallery-empty-state,
.tourism-gallery-main,
.tourism-gallery-side img,
.destination-hero,
.destination-photo span {
  background: var(--portal-card-alt);
  border-color: var(--portal-line);
  color: var(--portal-forest);
}

.destination-preview-art {
  background-color: var(--portal-card-alt);
  background-image: url('/static/img/no-image.jpg');
  background-position: center;
  background-size: cover;
}

.destination-hero {
  background-color: var(--portal-card);
  background-image: none;
}

.destination-photo span {
  background: rgba(31, 43, 34, .72);
  color: var(--portal-warm-white);
}

.tourism-gallery-main figcaption,
.gallery-see-all {
  backdrop-filter: none;
}

.alojamientos-filters select,
.review-form input,
.review-form select,
.review-form textarea,
.filter-control {
  background-color: var(--portal-warm-white);
  background-image: none;
  border-color: var(--portal-line);
  color: var(--portal-graphite);
}

.amenity-pill input:checked + span,
.quick-facts-grid div.is-enabled,
.feature-chip.is-enabled {
  background: #EDF1E6;
  border-color: #BFC8AF;
  color: var(--portal-forest);
}

.promo-highlight span,
.rating-pill strong,
.prestador-video,
.prestador-whatsapp {
  color: var(--portal-olive);
}

.gallery-lightbox-backdrop,
.menu-lightbox {
  background: rgba(38, 49, 38, .72);
}

.gallery-lightbox-stage,
.gallery-lightbox-footer,
.menu-lightbox__header,
.gallery-lightbox-header {
  background: var(--portal-card);
  border-color: var(--portal-line);
}

@media (max-width: 760px) {
  .portal-mobile-header,
  .portal-topnav {
    background: var(--portal-warm-white);
    border-color: var(--portal-line);
  }

  .portal-topnav {
    border-radius: 26px;
    padding: 10px;
  }

  .portal-topnav a.is-active {
    background: var(--portal-forest);
    color: var(--portal-warm-white);
  }
}

/* Corrección puntual UI Cabalango: paleta tierra, botones seguros y superficies planas */
:root {
  --color-bg: #F6F1E8;
  --color-surface: #FBF8F2;
  --color-surface-alt: #EFE6D8;
  --color-text: #4E3A2D;
  --color-text-soft: #6E6257;
  --color-text-deep: #263126;
  --color-border: #D9CEBF;
  --color-border-strong: #C7B9A6;
  --color-olive: #7A845C;
  --color-olive-dark: #596344;
  --color-earth: #A87449;
  --color-earth-dark: #7C573A;
  --color-sage: #AEB8A0;
  --color-white-warm: #FFF9EF;

  --portal-ivory: var(--color-bg);
  --portal-warm-white: var(--color-surface);
  --portal-sand: var(--color-surface-alt);
  --portal-graphite: var(--color-text);
  --portal-forest: var(--color-text-deep);
  --portal-muted: var(--color-text-soft);
  --portal-olive: var(--color-olive);
  --portal-monte: var(--color-olive-dark);
  --portal-clay: var(--color-earth);
  --portal-soft-clay: #E8D8C5;
  --portal-sage: var(--color-sage);
  --portal-line: var(--color-border);
  --portal-soft-line: var(--color-border-strong);
  --portal-card: var(--color-surface);
  --portal-card-alt: var(--color-surface-alt);
  --background-color: var(--color-bg);
  --card-background: var(--color-surface);
  --text-color: var(--color-text);
  --muted-text-color: var(--color-text-soft);
  --accent-color: var(--color-earth);
  --button-background: var(--color-olive-dark);
  --button-text: var(--color-white-warm);
  --border-color: var(--color-border);
  --shadow-color: rgba(78, 58, 45, .10);
  --portal-shadow: 0 16px 42px rgba(78, 58, 45, .08);
  --portal-shadow-hover: 0 20px 52px rgba(78, 58, 45, .12);
}

.portal-body {
  background: var(--color-bg) !important;
  color: var(--color-text) !important;
  font-family: var(--portal-font-sans);
}

.portal-shell { padding-top: clamp(18px, 3vw, 34px); }

.portal-body a { color: var(--color-olive-dark); }
.portal-body a:visited { color: var(--color-olive-dark); }

.portal-topnav {
  position: sticky;
  top: 12px;
  z-index: 30;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  background: rgba(251, 248, 242, .94) !important;
  border: 1px solid var(--color-border) !important;
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(78, 58, 45, .07) !important;
  gap: 4px;
  padding: 7px;
}

.portal-topnav a,
.portal-topnav a:visited,
.portal-topnav a span,
.portal-topnav a strong,
.nav-link,
.nav-link:visited {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  color: var(--color-text-soft) !important;
  min-height: 40px;
  padding: 9px 14px;
}

.portal-topnav a:hover,
.portal-topnav a:focus,
.portal-topnav a:active {
  background: var(--color-surface-alt) !important;
  border-color: var(--color-border) !important;
  color: var(--color-text-deep) !important;
  transform: none;
}

.portal-topnav a.is-active,
.portal-topnav a.is-active:visited,
.portal-topnav a.is-active:hover,
.portal-topnav a.is-active:focus,
.portal-topnav a.is-active:active,
.portal-topnav a.is-active * {
  background: var(--color-olive-dark) !important;
  border-color: var(--color-olive-dark) !important;
  color: var(--color-white-warm) !important;
}

.portal-button,
.btn,
.btn-primary,
.cta,
.card-cta,
a.button,
button.portal-button,
.gallery-see-all,
.gallery-lightbox-close,
.menu-lightbox__close,
.floating-whatsapp {
  align-items: center;
  background: var(--color-olive-dark) !important;
  border: 1px solid var(--color-olive-dark) !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 22px rgba(89, 99, 68, .18) !important;
  color: var(--color-white-warm) !important;
  display: inline-flex;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  letter-spacing: -.01em;
  min-height: 44px;
  padding: 12px 22px;
  text-decoration: none;
}

.portal-button:visited,
.btn:visited,
.btn-primary:visited,
.cta:visited,
.card-cta:visited,
a.button:visited,
.gallery-see-all:visited,
.gallery-lightbox-close:visited,
.floating-whatsapp:visited,
.portal-button *,
.btn *,
.btn-primary *,
.cta *,
.card-cta *,
a.button *,
.gallery-see-all *,
.gallery-lightbox-close *,
.floating-whatsapp * {
  color: var(--color-white-warm) !important;
  fill: currentColor;
  stroke: currentColor;
}

.portal-button:hover,
.portal-button:focus,
.portal-button:active,
.btn:hover,
.btn:focus,
.btn:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.cta:hover,
.cta:focus,
.cta:active,
.card-cta:hover,
.card-cta:focus,
.card-cta:active,
a.button:hover,
a.button:focus,
a.button:active,
.gallery-see-all:hover,
.gallery-see-all:focus,
.gallery-see-all:active,
.gallery-lightbox-close:hover,
.gallery-lightbox-close:focus,
.gallery-lightbox-close:active,
.floating-whatsapp:hover,
.floating-whatsapp:focus,
.floating-whatsapp:active {
  background: var(--color-text-deep) !important;
  border-color: var(--color-text-deep) !important;
  color: var(--color-white-warm) !important;
  transform: translateY(-1px);
}

.portal-button-secondary,
.portal-button-ghost,
.btn-secondary,
button[type="reset"] {
  background: var(--color-surface) !important;
  border: 1px solid var(--color-border-strong) !important;
  box-shadow: none !important;
  color: var(--color-text) !important;
  font-weight: 650;
  min-height: 42px;
  padding: 11px 20px;
}

.portal-button-secondary:visited,
.portal-button-ghost:visited,
.btn-secondary:visited,
.portal-button-secondary *,
.portal-button-ghost *,
.btn-secondary * { color: var(--color-text) !important; }

.portal-button-secondary:hover,
.portal-button-secondary:focus,
.portal-button-secondary:active,
.portal-button-ghost:hover,
.portal-button-ghost:focus,
.portal-button-ghost:active,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  background: var(--color-surface-alt) !important;
  border-color: var(--color-olive) !important;
  color: var(--color-text-deep) !important;
}

.portal-button:disabled,
.portal-button[aria-disabled="true"],
button:disabled {
  background: var(--color-border) !important;
  border-color: var(--color-border) !important;
  color: var(--color-text-soft) !important;
  cursor: not-allowed;
  opacity: .72;
}

.portal-hero,
.portal-card,
.prestador-card,
.prestador-card-premium,
.portal-empty,
.tourism-heading-card,
.prestador-profile-hero,
.alojamientos-filter-panel,
.activity-subgroup-card,
.activity-subgroup-reset,
.destination-categories article,
.destination-section,
.destination-cta,
.gallery-lightbox-panel,
.legacy-compatible-card,
.reviews-grid article,
.rating-pill,
.filter-control,
.menu-photo-grid a,
.menu-photo-grid .menu-photo-button {
  background: var(--color-surface) !important;
  background-image: none !important;
  border-color: var(--color-border) !important;
  color: var(--color-text) !important;
}

.portal-hero,
.destination-section,
.destination-cta,
.alojamientos-filter-panel { border-radius: clamp(26px, 4vw, 34px); }
.portal-card,
.prestador-card-premium,
.portal-empty { border-radius: 28px; }
.portal-card { padding: clamp(24px, 3vw, 34px); }

.portal-hero h1,
.tourism-heading-card h1,
.destination-section h2,
.destination-cta h2,
.portal-card h2,
.prestador-card h2,
.portal-empty h2,
.filter-heading h2 { color: var(--color-text) !important; }
.portal-subtitle,
.portal-card p,
.portal-empty p,
.filter-heading p:not(.portal-kicker),
.prestador-summary,
.destination-categories p,
.destination-section p,
.destination-cta p,
.reviews-grid p,
.reviews-empty { color: var(--color-text-soft) !important; }
.portal-kicker,
.portal-card-label,
.prestador-theme,
.destination-categories span,
.portal-card-icon { color: var(--color-earth) !important; }

.portal-hero-tags a,
.portal-hero-tags a:visited,
.prestador-chip-row span,
.alojamiento-key-facts span,
.tourism-heading-meta span,
.quick-facts-grid div,
.prestador-contact-lines span,
.feature-chip,
.amenity-pill span,
.prestador-type-badge,
.prestador-price-badge,
.destination-preview-art span,
.portal-hero-visual span,
.chip,
.pill {
  background: var(--color-surface) !important;
  border: 1px solid var(--color-border) !important;
  border-radius: 999px;
  box-shadow: none !important;
  color: var(--color-text-soft) !important;
  font-weight: 600;
}

.portal-hero-tags a:first-child,
.portal-hero-tags a:first-child:visited,
.portal-hero-tags a:first-child *,
.amenity-pill input:checked + span,
.activity-subgroup-card.is-active {
  background: #E6EBDD !important;
  border-color: var(--color-sage) !important;
  color: var(--color-text) !important;
}

.portal-hero-visual,
.destination-preview-art,
.prestador-banner-abstract,
.gallery-hero-placeholder,
.gallery-empty-state,
.tourism-gallery-main,
.tourism-gallery-side img,
.destination-hero {
  background: var(--color-surface-alt) !important;
  background-image: none !important;
  border: 1px solid var(--color-border) !important;
  color: var(--color-text-soft) !important;
}

.prestador-banner-placeholder,
.gallery-hero-placeholder strong,
.gallery-empty-state {
  color: var(--color-text-soft) !important;
  font-size: .95rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.alojamientos-filters select,
.review-form input,
.review-form select,
.review-form textarea {
  appearance: none;
  background: var(--color-surface) !important;
  background-image: none !important;
  border: 1px solid var(--color-border-strong) !important;
  border-radius: 16px;
  color: var(--color-text) !important;
  min-height: 46px;
}
.filter-control label { color: var(--color-text) !important; }
.filter-actions { align-items: center; }

.destination-preview { grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); }
.destination-preview-art { min-height: 210px; place-content: center; }
.destination-cta { text-align: center; }
.destination-cta .prestador-actions { justify-content: center; }

.gallery-lightbox-backdrop,
.menu-lightbox { background: rgba(38, 49, 38, .76) !important; }
.gallery-lightbox-nav,
.gallery-thumb { color: var(--color-text) !important; }

@media (max-width: 760px) {
  .portal-shell { width: min(100% - 24px, 1120px); padding-top: 12px; padding-bottom: 96px; }
  .portal-mobile-header {
    background: rgba(251, 248, 242, .96) !important;
    border-color: var(--color-border) !important;
    border-radius: 20px;
    box-shadow: 0 10px 26px rgba(78, 58, 45, .08);
    top: 8px;
  }
  .portal-mobile-brand { color: var(--color-text) !important; }
  .portal-mobile-menu span { background: var(--color-text) !important; }
  .portal-topnav {
    display: none;
    position: sticky;
    top: 68px;
    width: 100%;
    border-radius: 22px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 18px;
    padding: 8px;
  }
  .portal-nav-toggle:checked + .portal-mobile-header + .portal-topnav { display: grid; }
  .portal-topnav a { justify-content: center; min-height: 42px; padding: 9px 10px; text-align: center; }
  .portal-hero { padding: 30px 20px; }
  .portal-hero h1 { font-size: clamp(2.45rem, 16vw, 4rem); }
  .portal-grid,
  .prestador-detail-grid,
  .prestadores-grid-premium,
  .activity-subgroups,
  .destination-categories,
  .destination-masonry,
  .video-card-grid,
  .destination-preview { grid-template-columns: 1fr !important; }
  .portal-hero-tags,
  .prestador-actions,
  .filter-actions { align-items: stretch; flex-direction: column; }
  .portal-hero-tags a,
  .prestador-actions .portal-button,
  .filter-actions .portal-button { width: 100%; }
  .floating-whatsapp { left: 16px; right: 16px; text-align: center; }
}

/* Refinamiento puntual del módulo de filtros de alojamientos */
.alojamientos-filter-panel {
  background: #F8F4EC !important;
  border: 1px solid #D8CCBC !important;
  border-radius: clamp(24px, 3vw, 32px) !important;
  box-shadow: 0 18px 46px rgba(92, 67, 50, .08) !important;
  margin-top: 28px;
  padding: clamp(22px, 3.5vw, 40px) !important;
}

.alojamientos-filter-panel .filter-heading {
  margin-bottom: clamp(22px, 3vw, 30px);
  max-width: 720px;
}

.alojamientos-filter-panel .filter-heading h2 {
  color: #5C4332 !important;
  letter-spacing: -.025em;
  margin-bottom: 10px;
}

.alojamientos-filter-panel .filter-heading p:not(.portal-kicker) {
  color: #756554 !important;
}

.alojamientos-filter-panel .portal-kicker {
  color: #B27A4F !important;
  letter-spacing: .18em;
}

.alojamientos-filters {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(5, minmax(145px, 1fr));
}

.alojamientos-filters .filter-control {
  background: #FBF8F2 !important;
  border: 1px solid #D8CCBC !important;
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .58) !important;
  display: grid;
  gap: 9px;
  min-width: 0;
  padding: 13px 14px 14px;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.alojamientos-filters .filter-control label {
  color: #756554 !important;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.alojamientos-filters .filter-control:focus-within {
  background: #FFF9F1 !important;
  border-color: #7C8660 !important;
  box-shadow: 0 0 0 3px rgba(124, 134, 96, .14), inset 0 1px 0 rgba(255, 255, 255, .72) !important;
}

.alojamientos-filters select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FBF8F2 !important;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.25 6.25 8 10l3.75-3.75' fill='none' stroke='%237C8660' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-position: right 15px center !important;
  background-repeat: no-repeat !important;
  background-size: 16px 16px !important;
  border: 1px solid rgba(216, 204, 188, .96) !important;
  border-radius: 14px;
  box-shadow: none !important;
  color: #5C4332 !important;
  cursor: pointer;
  font-size: .94rem;
  font-weight: 700;
  line-height: 1.2;
  min-height: 54px;
  overflow: hidden;
  padding: 0 44px 0 15px;
  text-overflow: ellipsis;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
  white-space: nowrap;
  width: 100%;
}

.alojamientos-filters select:hover {
  background-color: #FFF9F1 !important;
  border-color: #BFAF9C !important;
}

.alojamientos-filters select:focus,
.alojamientos-filters select:focus-visible {
  background-color: #FFF9F1 !important;
  border-color: #7C8660 !important;
  box-shadow: 0 0 0 3px rgba(124, 134, 96, .14) !important;
  outline: none !important;
}

.alojamientos-filters select option {
  background: #FBF8F2;
  color: #5C4332;
}

.alojamientos-filters select option:checked {
  background: #E6EBDD;
  color: #5C4332;
}

.filter-amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  grid-column: 1 / -1;
  padding-top: 8px;
}

.amenity-pill {
  display: inline-flex !important;
  min-width: 0;
}

.amenity-pill span {
  align-items: center;
  background: rgba(251, 248, 242, .78) !important;
  border: 1px solid #D8CCBC !important;
  border-radius: 999px;
  box-shadow: none !important;
  color: #5C4332 !important;
  cursor: pointer;
  display: inline-flex;
  font-size: .91rem;
  font-weight: 750;
  justify-content: center;
  letter-spacing: .01em;
  line-height: 1;
  min-height: 42px;
  padding: 0 18px;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.amenity-pill span:hover {
  background: #FFF9F1 !important;
  border-color: #B27A4F !important;
  color: #5C4332 !important;
  transform: translateY(-1px);
}

.amenity-pill input:focus-visible + span {
  border-color: #7C8660 !important;
  box-shadow: 0 0 0 3px rgba(124, 134, 96, .14) !important;
  outline: none;
}

.amenity-pill input:checked + span {
  background: #7C8660 !important;
  border-color: #7C8660 !important;
  color: #FFF9F1 !important;
  box-shadow: 0 8px 20px rgba(102, 114, 77, .15) !important;
}

.filter-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  grid-column: 1 / -1;
  justify-content: flex-start;
  margin-top: 6px;
}

.filter-actions .portal-button {
  align-items: center;
  background: #66724D !important;
  border: 1px solid #66724D !important;
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(102, 114, 77, .18) !important;
  color: #FFF9F1 !important;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  text-decoration: none;
}

.filter-actions .portal-button:hover,
.filter-actions .portal-button:focus-visible {
  background: #566242 !important;
  border-color: #566242 !important;
  box-shadow: 0 14px 26px rgba(86, 98, 66, .22) !important;
  color: #FFF9F1 !important;
}

.filter-actions .portal-button-secondary {
  background: transparent !important;
  border-color: #D8CCBC !important;
  box-shadow: none !important;
  color: #5C4332 !important;
}

.filter-actions .portal-button-secondary:hover,
.filter-actions .portal-button-secondary:focus-visible {
  background: #FBF8F2 !important;
  border-color: #B27A4F !important;
  color: #5C4332 !important;
}

@media (max-width: 1180px) {
  .alojamientos-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .alojamientos-filter-panel {
    padding: 20px !important;
  }

  .alojamientos-filters {
    gap: 14px;
    grid-template-columns: 1fr;
  }

  .alojamientos-filters select {
    min-height: 54px;
  }

  .filter-amenities {
    gap: 10px;
  }

  .amenity-pill {
    flex: 1 1 calc(50% - 10px);
  }

  .amenity-pill span {
    min-height: 44px;
    padding-inline: 12px;
    text-align: center;
    width: 100%;
  }

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

  .filter-actions .portal-button {
    width: 100%;
  }
}

/* Home destination preview: clean editorial image frame */
.destination-preview .destination-preview-art {
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, #fbf8f2 0%, #f2eadc 100%) !important;
  border: 1px solid rgba(101, 88, 68, .14) !important;
  border-radius: 28px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .62), 0 18px 42px rgba(78, 58, 45, .10);
  display: block;
  min-height: 220px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.destination-preview .destination-preview-art img {
  border-radius: inherit;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.destination-preview .destination-preview-art span {
  display: none !important;
}

@media (max-width: 760px) {
  .destination-preview .destination-preview-art {
    aspect-ratio: 16 / 10;
    min-height: 180px;
  }
}

/* Descubrí Cabalango: editorial destination guide */
.destination-guide { color: #4E3A2D; }
.destination-editorial-hero { align-items: center; background: #FBF8F2; border: 1px solid rgba(216,204,188,.9); border-radius: 36px; display: grid; gap: 28px; grid-template-columns: minmax(0,1fr) minmax(320px,.86fr); margin: 22px 0 34px; padding: clamp(24px,4vw,48px); box-shadow: 0 22px 52px rgba(78,58,45,.1); }
.destination-hero-copy h1, .destination-section h2, .destination-river-block h2, .destination-weather-card h2 { color: #3F2F25; font-family: var(--portal-font-display); font-size: clamp(2.25rem,5vw,4.7rem); line-height: .95; margin: 0 0 18px; }
.destination-hero-copy .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.destination-hero-image { background: #EFE5D6; border: 1px solid #D8CCBC; border-radius: 30px; margin: 0; min-height: 420px; overflow: hidden; position: relative; }
.destination-hero-image img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.destination-hero-image.has-rotator .destination-hero-slide { height: 100%; inset: 0; object-fit: cover; opacity: 0; position: absolute; transition: opacity 1.5s ease; width: 100%; z-index: 0; }
.destination-hero-image.has-rotator .destination-hero-slide.is-active { opacity: 1; visibility: visible; z-index: 1; }
.destination-hero-image.has-rotator .destination-hero-slide.is-incoming { opacity: 1; z-index: 2; }
@media (prefers-reduced-motion: reduce) {
  .destination-hero-image.has-rotator .destination-hero-slide { display: none; transition: none; }
  .destination-hero-image.has-rotator .destination-hero-slide.is-active { display: block; opacity: 1; }
}
.destination-hero-image figcaption { background: rgba(251,248,242,.9); border-radius: 999px; bottom: 18px; color: #5C4332; font-weight: 800; left: 18px; padding: 9px 14px; position: absolute; z-index: 3; }
.destination-hero-placeholder { align-items: center; color: #7C8660; display: flex; font-family: var(--portal-font-display); font-size: 2.3rem; height: 100%; justify-content: center; min-height: 420px; }
.destination-story-grid { display: grid; gap: 16px; grid-template-columns: repeat(4,minmax(0,1fr)); }
.destination-story-grid article, .destination-video-feature, .destination-weather-card { background: #FFF9F1; border: 1px solid #D8CCBC; border-radius: 24px; box-shadow: 0 14px 34px rgba(78,58,45,.07); padding: 22px; }
.destination-story-grid span, .destination-video-feature span, .destination-photo-card span { color: #A5633F; display: block; font-size: .76rem; font-weight: 900; letter-spacing: .12em; margin-bottom: 8px; text-transform: uppercase; }
.destination-story-grid p { color: #5C4332; line-height: 1.65; margin: 0; }
.destination-river-block { align-items: center; background: #EEF3E7; border: 1px solid rgba(124,134,96,.22); border-radius: 30px; display: grid; gap: 24px; grid-template-columns: 1fr .7fr; margin: 34px 0; padding: clamp(22px,4vw,40px); }
.destination-river-block img { aspect-ratio: 4/3; border-radius: 24px; height: 100%; object-fit: cover; width: 100%; }
.destination-note { background: rgba(255,249,241,.68); border-left: 4px solid #A5633F; border-radius: 16px; padding: 16px; }
.section-heading-row { align-items: end; display: flex; gap: 16px; justify-content: space-between; }
.destination-editorial-gallery { display: grid; gap: 16px; grid-auto-flow: dense; grid-template-columns: repeat(4,minmax(0,1fr)); margin-top: 18px; }
.destination-photo-card { background: #EFE5D6; border-radius: 24px; color: #FFF9F1; min-height: 230px; overflow: hidden; padding: 18px; position: relative; text-decoration: none; }
.destination-photo-card.is-primary { grid-column: span 2; grid-row: span 2; min-height: 480px; }
.destination-photo-card img { height: 100%; inset: 0; object-fit: cover; position: absolute; transition: transform .35s ease; width: 100%; }
.destination-photo-card::after { background: linear-gradient(180deg,rgba(63,47,37,0) 30%,rgba(63,47,37,.72)); content: ""; inset: 0; position: absolute; }
.destination-photo-card span, .destination-photo-card strong { position: relative; z-index: 1; }
.destination-photo-card strong { bottom: 18px; font-size: 1.08rem; left: 18px; position: absolute; right: 18px; }
.destination-photo-card:hover img { transform: scale(1.045); }
.destination-video-feature { align-items: center; display: flex; gap: 20px; justify-content: space-between; }
.destination-weather-card { align-items: center; background: #F4EBDD; display: grid; gap: 20px; grid-template-columns: 1fr auto; margin: 34px 0; }
.weather-temp { color: #66724D; font-size: clamp(2.2rem,5vw,4rem); font-weight: 900; margin: 0; }
.weather-temp span { color: #5C4332; display: block; font-size: 1rem; }
.destination-weather-card dl { display: grid; gap: 10px; grid-template-columns: repeat(3,110px); margin: 0; }
.destination-weather-card dt { color: #7E6B5C; font-size: .76rem; font-weight: 900; text-transform: uppercase; }
.destination-weather-card dd { color: #3F2F25; font-weight: 900; margin: 0; }
.destination-mini-grid { display: grid; gap: 10px; grid-template-columns: repeat(6,1fr); }
.destination-mini-grid img { aspect-ratio: 1; border-radius: 16px; object-fit: cover; width: 100%; }
@media (max-width: 900px) { .destination-editorial-hero, .destination-river-block, .destination-weather-card { grid-template-columns: 1fr; } .destination-story-grid, .destination-editorial-gallery { grid-template-columns: 1fr 1fr; } .destination-photo-card.is-primary { grid-column: span 2; } .destination-weather-card dl { grid-template-columns: repeat(3,1fr); } }
@media (max-width: 620px) { .destination-story-grid, .destination-editorial-gallery, .destination-weather-card dl { grid-template-columns: 1fr; } .destination-photo-card.is-primary { grid-column: span 1; min-height: 320px; } .destination-hero-image { min-height: 300px; } .section-heading-row, .destination-video-feature { align-items: stretch; flex-direction: column; } }

/* Descubrí Cabalango refinement: editorial premium layout */
.destination-guide { max-width: 1180px; }
.destination-guide .destination-section { background: rgba(255,249,241,.74); border: 1px solid rgba(216,204,188,.78); box-shadow: 0 16px 42px rgba(78,58,45,.06); }
.destination-river-block { grid-template-columns: minmax(0,.92fr) minmax(320px,1.08fr); align-items: stretch; }
.destination-river-copy { align-self: center; }
.destination-river-media { display: grid; gap: 16px; grid-template-columns: minmax(0,1fr) minmax(240px,.78fr); }
.destination-river-media > img, .destination-river-media > .destination-hero-placeholder { aspect-ratio: 4/5; border-radius: 26px; min-height: 100%; overflow: hidden; }
.destination-weather-card { align-self: stretch; background: linear-gradient(180deg,#FFF9F1,#F3EBDD); border-color: rgba(216,204,188,.95); display: flex; flex-direction: column; justify-content: space-between; margin: 0; padding: 20px; }
.destination-weather-card h3 { color: #3F2F25; font-family: var(--portal-font-display); font-size: clamp(1.8rem,3vw,2.45rem); line-height: 1; margin: 0 0 12px; }
.destination-weather-card dl { grid-template-columns: 1fr; }
.destination-weather-card dl div { background: rgba(238,243,231,.7); border: 1px solid rgba(124,134,96,.16); border-radius: 16px; padding: 10px 12px; }
.destination-editorial-gallery { align-items: stretch; }
.destination-photo-card { aspect-ratio: 1 / 1; margin: 0; min-height: 0; padding: 0; }
.destination-photo-card.is-primary { aspect-ratio: 1.08 / 1; min-height: 0; }
.destination-photo-card a { color: #FFF9F1; display: block; height: 100%; position: relative; text-decoration: none; width: 100%; }
.destination-photo-card img { display: block; height: 100%; inset: auto; object-fit: cover; position: static; width: 100%; }
.destination-photo-card figcaption { background: linear-gradient(180deg,rgba(63,47,37,0),rgba(63,47,37,.76)); bottom: 0; left: 0; padding: 54px 18px 18px; position: absolute; right: 0; z-index: 2; }
.destination-photo-card span, .destination-photo-card strong { position: static; }
.destination-photo-card strong { display: block; font-size: 1.08rem; line-height: 1.18; margin-top: 5px; }
.destination-video-empty { background: linear-gradient(135deg,#FFF9F1,#EEF3E7); border: 1px dashed #B8C7A5; border-radius: 26px; padding: clamp(24px,4vw,38px); text-align: center; }
.destination-video-empty span { color: #A5633F; font-size: .76rem; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }
.destination-video-empty h3 { color: #3F2F25; font-family: var(--portal-font-display); font-size: clamp(1.8rem,3vw,2.8rem); margin: 8px 0; }
.destination-cta { background: linear-gradient(135deg,#FFF9F1,#F3EBDD); border: 1px solid rgba(216,204,188,.9); box-shadow: 0 20px 48px rgba(78,58,45,.08); }
@media (max-width: 1020px) { .destination-river-block, .destination-river-media { grid-template-columns: 1fr; } .destination-river-media > img, .destination-river-media > .destination-hero-placeholder { aspect-ratio: 16/10; } }
@media (max-width: 900px) { .destination-photo-card, .destination-photo-card.is-primary { aspect-ratio: 4/3; } }
@media (max-width: 620px) { .destination-guide { padding-inline: 14px; } .destination-editorial-hero { border-radius: 26px; } .destination-photo-card, .destination-photo-card.is-primary { aspect-ratio: 1 / .82; } .destination-weather-card dl { grid-template-columns: 1fr; } }

/* Premium destination refinements */
.destination-editorial-hero { grid-template-columns: minmax(0,1.2fr) minmax(300px,.88fr); }
.destination-hero-image { aspect-ratio: 4 / 3; min-height: 0; }
.destination-hero-image::after { background: linear-gradient(180deg,rgba(63,47,37,0) 45%,rgba(63,47,37,.34)); content: ""; inset: 0; position: absolute; z-index: 3; }
.destination-hero-image figcaption { background: rgba(63,47,37,.48); color: #FFF9F1; display: grid; gap: 2px; z-index: 4; }
.destination-hero-image figcaption span { color: #EFE5D6; font-size: .68rem; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; }
.destination-hero-image figcaption strong { font-weight: 850; }
.destination-hero-placeholder { background: radial-gradient(circle at 24% 18%, rgba(255,249,241,.9), transparent 34%), linear-gradient(135deg,#EFE5D6,#EEF3E7); min-height: 100%; }
.destination-editorial-gallery { grid-template-columns: minmax(0,1.12fr) minmax(0,.56fr) minmax(0,.56fr); }
.destination-photo-card { box-shadow: 0 14px 34px rgba(78,58,45,.1); }
.destination-photo-card.is-primary { aspect-ratio: 4 / 3; grid-column: span 1; grid-row: span 2; }
.destination-photo-card::after { display: none; }
.destination-photo-card figcaption { background: linear-gradient(180deg,rgba(63,47,37,0),rgba(63,47,37,.74)); }
.weather-advice { background: #EEF3E7; border: 1px solid rgba(124,134,96,.2); border-radius: 16px; color: #38452B; font-weight: 850; padding: 12px 14px; }
.weather-forecast { display: grid; gap: 8px; }
.weather-day, .season-grid div { background: rgba(255,249,241,.78); border: 1px solid rgba(216,204,188,.78); border-radius: 14px; display: grid; gap: 3px; padding: 10px 12px; }
.weather-day span, .season-grid span { color: #A5633F; font-size: .7rem; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.weather-day strong, .season-grid strong { color: #3F2F25; }
.weather-day small, .season-grid small { color: #6F5B4D; font-weight: 700; }
.season-grid { display: grid; gap: 8px; }
.season-grid p { color: #3F2F25; font-weight: 950; margin: 4px 0 0; }
@media (max-width: 900px) { .destination-editorial-hero, .destination-editorial-gallery { grid-template-columns: 1fr; } .destination-photo-card.is-primary { grid-row: span 1; } }
@media (max-width: 620px) { .destination-hero-image { aspect-ratio: 16 / 11; } .destination-photo-card, .destination-photo-card.is-primary { aspect-ratio: 4 / 3; } }

/* Descubrí Cabalango urgent layout reset: simple, premium and overlap-safe */
.destination-guide {
  max-width: 1180px;
  padding-block: 18px 54px;
}

.destination-guide .destination-section,
.destination-river-block,
.destination-cta {
  margin-bottom: 34px;
}

.destination-editorial-hero {
  align-items: center;
  gap: clamp(24px, 4vw, 46px);
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .72fr);
  margin-top: 28px;
}

.destination-hero-image {
  aspect-ratio: 4 / 5;
  min-height: 0;
}

.destination-hero-image:not(.has-rotator) img {
  display: block;
  height: 100%;
  object-fit: cover;
  position: static;
  width: 100%;
}

.destination-hero-placeholder {
  background: radial-gradient(circle at 24% 18%, rgba(255,249,241,.92), transparent 34%), linear-gradient(135deg, #EFE5D6, #EEF3E7);
  min-height: 100%;
}

.destination-river-block {
  align-items: stretch;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
  padding: clamp(24px, 4vw, 44px);
}

.destination-river-layout {
  align-items: center;
  display: grid;
  gap: clamp(22px, 4vw, 38px);
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
}

.destination-river-copy {
  align-self: center;
}

.destination-river-copy > p:not(.portal-kicker),
.destination-hero-copy > p,
.destination-section p {
  line-height: 1.68;
}

.destination-river-media {
  margin: 0;
  min-width: 0;
}

.destination-river-media > img,
.destination-river-media > .destination-hero-placeholder {
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(216,204,188,.78);
  border-radius: 26px;
  box-shadow: 0 18px 38px rgba(78,58,45,.10);
  display: block;
  height: auto;
  min-height: 0;
  object-fit: cover;
  overflow: hidden;
  width: 100%;
}

.destination-weather-card {
  align-items: stretch;
  background: linear-gradient(135deg, #FFF9F1, #F3EBDD);
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
  margin: 0;
  padding: clamp(20px, 3vw, 28px);
}

.destination-weather-card h3 {
  color: #3F2F25;
  font-family: var(--portal-font-display);
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  line-height: 1;
  margin: 0 0 10px;
}

.weather-main {
  align-items: stretch;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(240px, .95fr) minmax(180px, .62fr) minmax(280px, 1.1fr);
}

.weather-current,
.weather-summary,
.weather-day,
.season-grid div {
  min-width: 0;
}

.weather-temp {
  color: #66724D;
  font-size: clamp(2.7rem, 6vw, 4.5rem);
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: .9;
  margin: 2px 0 14px;
}

.weather-temp span {
  color: #5C4332;
  display: block;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.25;
  margin-top: 8px;
}

.weather-summary,
.weather-forecast {
  display: grid;
  gap: 10px;
}

.weather-summary {
  grid-template-columns: 1fr;
}

.weather-summary div,
.weather-day,
.season-grid div {
  background: rgba(255,249,241,.78);
  border: 1px solid rgba(216,204,188,.78);
  border-radius: 16px;
  display: grid;
  gap: 4px;
  padding: 12px 14px;
}

.weather-summary span,
.weather-day span,
.season-grid span {
  color: #A5633F;
  font-size: .7rem;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.weather-summary strong,
.weather-day strong,
.season-grid strong {
  color: #3F2F25;
}

.weather-day small,
.season-grid small {
  color: #6F5B4D;
  font-weight: 700;
  line-height: 1.35;
}

.season-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.season-grid p {
  color: #3F2F25;
  font-weight: 950;
  grid-column: 1 / -1;
  margin: 4px 0 0;
}

.destination-editorial-gallery {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-auto-flow: row;
  grid-template-columns: 2fr 1fr 1fr;
  margin-top: 20px;
}

.destination-photo-card,
.destination-photo-card.is-primary {
  aspect-ratio: auto;
  border-radius: 24px;
  margin: 0;
  min-height: 220px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.destination-photo-card.is-primary {
  grid-column: span 1;
  grid-row: span 2;
  min-height: 460px;
}

.destination-photo-card a {
  color: #FFF9F1;
  display: block;
  height: 100%;
  position: relative;
  text-decoration: none;
  width: 100%;
}

.destination-photo-card img {
  display: block;
  height: 100%;
  inset: auto;
  object-fit: cover;
  position: static;
  width: 100%;
}

.destination-photo-card figcaption {
  background: linear-gradient(180deg, rgba(63,47,37,0), rgba(63,47,37,.78));
  bottom: 0;
  display: grid;
  gap: 5px;
  left: 0;
  padding: 58px 18px 18px;
  position: absolute;
  right: 0;
  z-index: 2;
}

.destination-photo-card span,
.destination-photo-card strong {
  position: static;
}

.destination-photo-card strong {
  display: block;
  font-size: 1.08rem;
  line-height: 1.18;
}

@media (max-width: 1020px) {
  .weather-main,
  .destination-river-layout {
    grid-template-columns: 1fr;
  }

  .weather-summary,
  .weather-forecast {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .destination-editorial-hero,
  .destination-editorial-gallery {
    grid-template-columns: 1fr;
  }

  .destination-hero-image {
    aspect-ratio: 16 / 11;
  }

  .destination-photo-card,
  .destination-photo-card.is-primary {
    grid-column: auto;
    grid-row: auto;
    min-height: 280px;
  }

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

@media (max-width: 620px) {
  .destination-guide {
    padding-inline: 14px;
  }

  .destination-editorial-hero,
  .destination-river-block {
    border-radius: 26px;
  }

  .destination-river-media > img,
  .destination-river-media > .destination-hero-placeholder {
    aspect-ratio: 4 / 3;
  }

  .weather-summary,
  .weather-forecast,
  .season-grid {
    grid-template-columns: 1fr;
  }

  .destination-photo-card,
  .destination-photo-card.is-primary {
    min-height: 240px;
  }
}

/* Official Cabalango brand integration */
.portal-topnav .portal-desktop-brand {
  align-items: center;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
  padding: 2px 6px !important;
}

.portal-topnav .portal-desktop-brand .portal-brand-logo {
  display: block;
  height: 60px;
  width: 60px;
  max-height: 60px;
  max-width: 60px;
  object-fit: contain;
}

.portal-mobile-header .portal-brand-logo-mobile {
  display: block;
  height: 48px;
  width: 48px;
  max-height: 48px;
  max-width: 48px;
  object-fit: contain;
}

.portal-mobile-header .portal-mobile-brand {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 2px 4px !important;
}

@media (max-width: 760px) {
  .portal-topnav .portal-desktop-brand {
    display: none !important;
  }
}

/* Public navigation active state and official logo sizing */
.portal-topnav {
  align-items: center;
  justify-content: center;
}

.portal-topnav a.is-active,
.portal-topnav a.is-active:visited,
.portal-topnav a.is-active:hover,
.portal-topnav a.is-active:focus,
.portal-topnav a.is-active:active {
  background: #4e5c45 !important;
  border-color: #4e5c45 !important;
  box-shadow: 0 8px 18px rgba(47, 53, 45, .14) !important;
  color: #fffaf1 !important;
}

.portal-topnav .portal-desktop-brand,
.portal-topnav .portal-desktop-brand:hover,
.portal-topnav .portal-desktop-brand:focus {
  align-self: center;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  min-height: 68px;
  padding: 0 8px !important;
  transform: none !important;
}

.portal-topnav .portal-desktop-brand .portal-brand-logo {
  height: 68px;
  max-height: 68px;
  max-width: 68px;
  object-fit: contain;
  width: 68px;
}

.portal-mobile-header {
  align-items: center;
}

.portal-mobile-header .portal-mobile-brand,
.portal-mobile-header .portal-mobile-brand:hover,
.portal-mobile-header .portal-mobile-brand:focus {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.portal-mobile-header .portal-brand-logo-mobile {
  height: 52px;
  max-height: 52px;
  max-width: 52px;
  object-fit: contain;
  width: 52px;
}

@media (max-width: 760px) {
  .portal-topnav {
    grid-template-columns: 1fr !important;
    overflow-x: hidden;
    width: 100%;
  }

  .portal-topnav a {
    white-space: normal;
    width: auto;
  }
}

/* Destination story dialogs and illustrated section heroes */
.destination-story-card { display: flex; flex-direction: column; min-height: 238px; }
.destination-story-summary { flex: 1 1 auto; }
.destination-story-more { align-self: flex-start; margin-top: 18px; }
.destination-dialog { background: #FBF7F0; border: 1px solid #D8C7AE; border-radius: 26px; box-shadow: 0 28px 70px rgba(47, 36, 28, .22); box-sizing: border-box; color: #4D3527; margin: auto; max-height: min(82vh, 720px); max-width: 680px; overflow: hidden; padding: 0; width: calc(100% - 48px); }
.destination-dialog::backdrop { background: rgba(37, 30, 24, .46); }
.destination-dialog-panel { box-sizing: border-box; display: flex; flex-direction: column; max-height: min(82vh, 720px); padding: clamp(26px, 5vw, 42px); position: relative; }
.destination-dialog h2 { color: #3F2F25; font-family: var(--portal-font-display); font-size: clamp(2.1rem, 6vw, 3.4rem); line-height: .96; margin: 0 52px 16px 0; }
.destination-dialog-content { color: #5C4332; line-height: 1.75; min-height: 0; overflow-y: auto; padding-right: 6px; }
.destination-dialog-content p { margin: 0; white-space: pre-line; }
.destination-dialog-close { align-items: center; background: #FFF9F1; border: 1px solid #D8C7AE; border-radius: 999px; color: #4E5C45; cursor: pointer; display: inline-flex; font: inherit; font-size: 1.5rem; font-weight: 700; height: 42px; justify-content: center; position: absolute; right: 22px; top: 22px; width: 42px; }
.destination-dialog-action { align-self: flex-start; margin-top: 26px; }
.destination-dialog button:focus-visible, .destination-story-more:focus-visible { outline: 3px solid rgba(120, 170, 189, .55); outline-offset: 3px; }
.portal-section-hero { align-items: center; display: grid; gap: clamp(24px, 5vw, 54px); grid-template-columns: minmax(0, 1.38fr) minmax(280px, .92fr); overflow: hidden; }
.portal-section-hero-copy { min-width: 0; }
.portal-section-hero-art { align-items: center; display: flex; justify-content: center; min-width: 0; }
.portal-section-illustration { max-width: 360px; width: 100%; }
.portal-section-illustration svg { display: block; height: auto; width: 100%; }
.portal-section-illustration--gastronomia { color: #9A6545; }
.portal-section-illustration--alojamientos { color: #4E5C45; }
.portal-section-illustration--servicios { color: #78AABD; }
.portal-section-illustration--actividades { color: #D8C7AE; }

/* Qué hacer / agenda */
.agenda-hero {
  background: var(--color-surface);
  margin-top: clamp(22px, 3vw, 36px);
  padding-block: clamp(28px, 4.5vw, 52px);
}
.agenda-hero .portal-subtitle { max-width: 58ch; }
.agenda-filters {
  display: flex;
  gap: .65rem;
  margin: clamp(22px, 3vw, 34px) 0 clamp(34px, 5vw, 56px);
  overflow-x: auto;
  padding: .25rem 2px .8rem;
  scroll-margin-top: 116px;
  scrollbar-width: thin;
}
.agenda-filters a,
.agenda-moment {
  border: 1px solid var(--color-border-strong);
  border-radius: 999px;
  color: var(--color-text-soft);
  font-size: .82rem;
  font-weight: 700;
  padding: .58rem .95rem;
  text-decoration: none;
  white-space: nowrap;
}
.agenda-filters a:hover,
.agenda-filters a:focus-visible,
.agenda-filters a.is-active { background: var(--color-olive-dark); border-color: var(--color-olive-dark); color: var(--color-white-warm); outline-offset: 3px; }
.agenda-section { margin: clamp(2.25rem, 4.5vw, 4rem) 0; }
.agenda-section > header { margin-bottom: clamp(1.1rem, 2.4vw, 1.6rem); max-width: 680px; }
.agenda-section > header h2 { font-family: var(--portal-font-display); font-size: clamp(2rem, 3.4vw, 3rem); font-weight: 600; line-height: 1; margin: 0 0 .35rem; }
.agenda-section > header p { color: var(--color-text-soft); margin: 0; }
.agenda-section--night { background: var(--color-surface-alt); border: 1px solid var(--color-border); border-radius: 28px; padding: clamp(1.25rem, 3vw, 2.5rem); }
.agenda-grid { display: grid; gap: clamp(1rem, 2vw, 1.35rem); grid-template-columns: repeat(3, minmax(0, 1fr)); }
.agenda-grid:has(> .agenda-card:only-child) { grid-template-columns: minmax(0, 580px); }
.agenda-grid:has(> .agenda-card:nth-child(2):last-child) { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.agenda-card { background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 24px; box-shadow: 0 12px 30px rgba(78,58,45,.07); display: flex; flex-direction: column; overflow: hidden; }
.agenda-card > img { aspect-ratio: 16/10; object-fit: cover; width: 100%; }
.agenda-card__body { display: flex; flex: 1; flex-direction: column; padding: clamp(1.1rem, 2vw, 1.4rem); }
.agenda-card__body h3 { font-family: var(--portal-font-display); font-size: clamp(1.65rem, 2.3vw, 2rem); font-weight: 600; line-height: 1.08; margin: .45rem 0 .55rem; }
.agenda-card__meta { color: var(--color-olive-dark); font-size: .72rem; font-weight: 700; letter-spacing: .075em; line-height: 1.4; margin: 0; text-transform: uppercase; }
.agenda-card__description { color: var(--color-text-soft); line-height: 1.55; margin: 0 0 .35rem; }
.agenda-card .agenda-moment { align-self: flex-start; display: inline-block; font-size: .7rem; margin: .55rem 0 1rem; padding: .32rem .62rem; }
.agenda-card .portal-button { display: flex; margin-top: auto; text-align: center; width: 100%; }
.agenda-detail { align-items: start; display: grid; gap: clamp(2rem, 4.5vw, 4.5rem); grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr); margin: clamp(2.25rem, 5vw, 4.5rem) 0; }
.agenda-detail__image { aspect-ratio: 4/5; border-radius: 28px; max-height: 650px; object-fit: cover; width: 100%; }
.agenda-detail__content > .portal-kicker { margin-bottom: .75rem; }
.agenda-detail__content > h1 { font-family: var(--portal-font-display); font-size: clamp(2.7rem, 5vw, 4.5rem); font-weight: 600; line-height: .98; margin: 0 0 1rem; }
.agenda-detail__content > .portal-subtitle { margin-bottom: 1.3rem; }
.agenda-description { color: var(--color-text-soft); line-height: 1.7; }
.agenda-facts { display: grid; gap: .75rem; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: clamp(1.6rem, 3vw, 2.25rem) 0; }
.agenda-facts > div { background: var(--color-surface-alt); border: 1px solid var(--color-border); border-radius: 16px; padding: .9rem 1rem; }
.agenda-facts dt { color: var(--color-olive-dark); font-size: .68rem; font-weight: 800; letter-spacing: .09em; margin-bottom: .35rem; text-transform: uppercase; }
.agenda-facts dd { line-height: 1.45; margin: 0; }
.agenda-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
@media (max-width: 900px) {
  .agenda-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .agenda-detail { grid-template-columns: 1fr; }
  .agenda-detail__image { aspect-ratio: 16/10; max-height: 520px; }
}
@media (max-width: 760px) {
  .agenda-hero { margin-top: 18px; padding-block: 26px; }
  .agenda-hero .portal-section-hero-art { display: none; }
  .agenda-filters { margin-top: 18px; scroll-margin-top: 88px; }
}
@media (max-width: 600px) {
  .agenda-detail__content > h1 { font-size: clamp(2.6rem, 13vw, 3.6rem); line-height: .99; }
  .agenda-grid, .agenda-grid:has(> .agenda-card:only-child), .agenda-grid:has(> .agenda-card:nth-child(2):last-child) { grid-template-columns: 1fr; }
  .agenda-filters { margin-inline: -12px; padding-inline: 12px; }
  .agenda-section--night { border-radius: 20px; }
  .agenda-card__body { padding: 1rem; }
  .agenda-facts { grid-template-columns: 1fr; }
  .agenda-actions { align-items: stretch; flex-direction: column; }
  .agenda-actions .portal-button { width: 100%; }
}

@media (max-width: 900px) {
  .portal-section-hero { gap: 22px; grid-template-columns: minmax(0, 1.25fr) minmax(220px, .75fr); }
  .portal-section-illustration { max-width: 300px; }
}

@media (max-width: 760px) {
  .destination-story-card { min-height: 0; }
  .destination-story-more { align-self: stretch; justify-content: center; }
  .destination-dialog { max-height: calc(100dvh - 28px); width: calc(100% - 28px); }
  .destination-dialog-panel { max-height: calc(100dvh - 28px); padding: 26px 20px 22px; }
  .destination-dialog-content { max-height: 54vh; }
  .destination-dialog-action { align-self: stretch; justify-content: center; }
  .portal-section-hero { grid-template-columns: 1fr; }
  .portal-section-hero-art { margin-top: -4px; }
  .portal-section-illustration { max-width: 280px; }
}

@media (prefers-reduced-motion: reduce) {
  .destination-dialog, .destination-dialog::backdrop, .portal-section-illustration * { animation: none !important; transition: none !important; }
}

/* Accommodation comparison experience (kept separate from other directory cards). */
.alojamientos-filter-panel .alojamientos-filters { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.alojamientos-filter-panel .filter-control { box-sizing: border-box; display: flex; flex-direction: column; height: 100%; padding: 12px 14px; }
.alojamientos-filter-panel .filter-control select { min-width: 0; width: 100%; }
.accommodation-capacity-note { font-size: .86rem; margin-top: 6px; }
.accommodation-filter-toolbar { align-items: flex-start; display: flex; gap: 18px; grid-column: 1 / -1; justify-content: space-between; }
.accommodation-filter-toolbar .filter-actions { align-items: center; display: flex; gap: 12px; margin-left: auto; }
.accommodation-clear-filters { color: var(--portal-olive-dark); font-weight: 800; padding: 10px 4px; text-underline-offset: 3px; }
.accommodation-more-filters { flex: 1 1 620px; min-width: 0; position: relative; }
.accommodation-more-filters summary { background: #fffdf7; border: 1px solid rgba(64,85,63,.22); border-radius: 999px; color: var(--portal-olive-dark); cursor: pointer; font-weight: 800; list-style-position: inside; padding: 10px 16px; width: fit-content; }
.accommodation-more-filters[open] summary { border-radius: 16px 16px 0 0; }
.accommodation-more-filters-content { background: #fffdf7; border: 1px solid rgba(64,85,63,.18); border-radius: 0 18px 18px 18px; margin-top: -1px; padding: 18px; }
.accommodation-rooms-filter { max-width: 360px; }
.accommodation-rooms-filter h3, .accommodation-amenities-title { color: var(--portal-olive-dark); font-size: .76rem; letter-spacing: .08em; margin: 0 0 8px; text-transform: uppercase; }
.accommodation-rooms-filter select { width: 100%; }
.accommodation-rooms-filter small, .accommodation-rooms-filter p { color: var(--portal-muted); display: block; font-size: .8rem; line-height: 1.45; margin: 7px 0 0; }
.accommodation-amenities-title { margin-top: 18px; }
.accommodation-more-filters .filter-amenities { display: flex; flex-wrap: wrap; gap: 8px; }
.amenity-pill { background: transparent; border: 0; padding: 0; }

.accommodation-results-header { align-items: end; border-bottom: 1px solid rgba(64,85,63,.18); display: flex; gap: 24px; justify-content: space-between; margin-top: clamp(32px, 4vw, 46px); padding: 0 2px 16px; scroll-margin-top: 120px; }
.accommodation-results-count { color: var(--portal-ink-strong); font-family: var(--portal-font-display); font-size: clamp(1.65rem, 3vw, 2.15rem); line-height: 1.1; margin: 0; }
.accommodation-results-help { color: var(--portal-muted); font-size: .9rem; margin: 5px 0 0; }
.accommodation-results-order { align-items: center; display: flex; flex: 0 1 auto; gap: 8px; margin: 0; }
.accommodation-results-order label { color: var(--portal-muted); font-size: .82rem; font-weight: 700; white-space: nowrap; }
.accommodation-results-order select { background: var(--portal-white); border: 1px solid var(--portal-border); border-radius: 10px; color: var(--portal-text); font: inherit; min-width: 220px; padding: 9px 34px 9px 11px; }
.accommodation-results-order button { background: transparent; border: 0; color: var(--portal-primary); cursor: pointer; font: inherit; font-size: .78rem; font-weight: 800; padding: 8px 2px; text-decoration: underline; text-underline-offset: 3px; }
.accommodation-results-order select:focus-visible, .accommodation-results-order button:focus-visible { outline: 3px solid rgba(120,170,189,.7); outline-offset: 2px; }
.accommodation-grid { display: grid; gap: 28px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 24px; width: 100%; }
.accommodation-card { background: rgba(255,250,241,.52); border-radius: 22px; display: flex; flex-direction: column; min-width: 0; padding: 0 0 18px; transition: box-shadow .18s ease, transform .18s ease; }
.accommodation-card:hover { box-shadow: 0 16px 36px rgba(55,44,28,.11); transform: translateY(-2px); }
.accommodation-card-media { aspect-ratio: 4 / 3; background: #e9e4d8; border-radius: 20px; overflow: hidden; position: relative; width: 100%; }
.accommodation-card-media > a { display: block; height: 100%; }
.accommodation-card-image { border-radius: 20px; display: block; height: 100%; object-fit: cover; width: 100%; }
.accommodation-card-placeholder { align-items: center; color: var(--portal-muted); display: flex; font-family: var(--portal-font-display); font-size: 1.35rem; justify-content: center; }
.accommodation-card-type { background: rgba(255,250,241,.94); border-radius: 999px; color: var(--portal-olive-dark); font-size: .7rem; font-weight: 800; left: 12px; letter-spacing: .07em; padding: 6px 9px; pointer-events: none; position: absolute; text-transform: uppercase; top: 12px; }
.accommodation-card-body { display: flex; flex: 1; flex-direction: column; padding: 15px 14px 0; }
.accommodation-card-kicker { color: var(--portal-olive); font-size: .72rem; font-weight: 800; letter-spacing: .1em; margin: 0 0 5px; text-transform: uppercase; }
.accommodation-card-title { font-family: var(--portal-font-display); font-size: 1.55rem; line-height: 1.05; margin: 0 0 4px; }
.accommodation-card-title a { color: var(--portal-ink-strong); display: -webkit-box; overflow: hidden; text-decoration: none; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.accommodation-card-location { color: var(--portal-muted); font-size: .88rem; margin: 5px 0 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.accommodation-card-location::before { content: "— "; }
.accommodation-facts { color: var(--portal-ink); display: flex; flex-wrap: wrap; font-size: .85rem; gap: 0; list-style: none; margin: 13px 0 0; padding: 0; }
.accommodation-facts li + li::before { color: var(--portal-earth); content: "·"; margin: 0 8px; }
.accommodation-amenities { display: flex; flex-wrap: wrap; gap: 6px 12px; margin-top: 12px; }
.accommodation-amenities span { color: var(--portal-muted); font-size: .8rem; }
.accommodation-more-amenities { color: var(--portal-olive-dark) !important; font-weight: 800; }
.accommodation-card-footer { border-top: 1px solid rgba(64,85,63,.14); margin-top: auto; padding-top: 14px; }
.accommodation-card-price { color: var(--portal-ink-strong); font-size: .95rem; font-weight: 800; margin: 0 0 12px; }
.accommodation-card-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 8px 14px; }
.accommodation-primary-action, .accommodation-secondary-action { border-radius: 999px; font-size: .82rem; font-weight: 800; padding: 8px 12px; text-decoration: none; }
.accommodation-primary-action,
.accommodation-primary-action:link,
.accommodation-primary-action:visited { background: #59663F; border: 1px solid #59663F; box-shadow: none; color: #FFFDF8 !important; }
.accommodation-primary-action:hover,
.accommodation-primary-action:focus-visible,
.accommodation-primary-action:active { background: #465031; border-color: #465031; color: #FFFDF8 !important; transform: translateY(-1px); }
.accommodation-secondary-action { color: #59663F; font-weight: 700; padding-left: 0; padding-right: 0; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.accommodation-card a:focus-visible, .accommodation-more-filters summary:focus-visible, .accommodation-clear-filters:focus-visible { outline: 3px solid rgba(120,170,189,.7); outline-offset: 3px; }
.accommodation-grid + .portal-empty, .accommodation-results-header + .portal-empty { width: 100%; }

@media (max-width: 800px) {
  .alojamientos-filter-panel .alojamientos-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .accommodation-filter-toolbar { grid-column: 1 / -1; }
}
@media (max-width: 1049px) {
  .accommodation-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 679px) {
  .alojamientos-filter-panel .alojamientos-filters { grid-template-columns: 1fr; }
  .accommodation-filter-toolbar, .accommodation-filter-toolbar .filter-actions, .accommodation-results-header { align-items: stretch; flex-direction: column; }
  .accommodation-filter-toolbar .filter-actions { margin-left: 0; }
  .accommodation-filter-toolbar .filter-actions { width: 100%; }
  .accommodation-filter-toolbar .filter-actions .portal-button { flex: 1; }
  .accommodation-more-filters, .accommodation-more-filters summary { box-sizing: border-box; width: 100%; }
  .accommodation-grid { grid-template-columns: minmax(0, 1fr); }
  .accommodation-results-order { align-items: stretch; flex-direction: column; margin-top: 0; width: 100%; }
  .accommodation-results-order select { box-sizing: border-box; min-width: 0; width: 100%; }
  .accommodation-results-order button { align-self: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  .accommodation-card { transition: none; }
  .accommodation-card:hover { transform: none; }
}

/* Cabalango global color system 2026 */

:root {
  --portal-font-display: "Newsreader", Georgia, "Times New Roman", serif;
  --portal-font-sans: "Manrope", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --portal-display-weight: 500;
  --portal-display-weight-strong: 600;
  --portal-body-weight: 400;
  --portal-ui-weight: 600;
  --portal-ui-weight-strong: 700;
  --portal-title-hero: clamp(2.25rem, 6vw, 4.5rem);
  --portal-title-editorial: clamp(2.125rem, 4.5vw, 4rem);

  --portal-bg: #F4F0E6;
  --portal-surface-soft: #FAF7F0;
  --portal-surface: #ECE6DA;
  --portal-text: #514B43;
  --portal-text-strong: #49372D;
  --portal-heading: #49372D;
  --portal-muted: #766F65;
  --portal-primary: #65704B;
  --portal-primary-hover: #505A3B;
  --portal-sage: #AAB19A;
  --portal-river: #789BA5;
  --portal-river-soft: #EDF1ED;
  --portal-terracotta: var(--portal-primary);
  --portal-border: #D8D0C2;
  --portal-white: #FFFDF8;
  --portal-shadow: rgba(73,55,45,.08);

  /* Backwards-compatible aliases used by the historical portal layers. */
  --portal-ink: var(--portal-text);
  --portal-ink-strong: var(--portal-text-strong);
  --portal-olive: var(--portal-primary);
  --portal-olive-dark: var(--portal-primary-hover);
  --portal-sand: var(--portal-surface);
  --portal-warm-white: var(--portal-surface-soft);
  --portal-line: var(--portal-border);
  --background-color: var(--portal-bg);
  --card-background: var(--portal-surface-soft);
  --text-color: var(--portal-text);
  --muted-text-color: var(--portal-muted);
  --accent-color: var(--portal-terracotta);
  --button-background: var(--portal-primary);
  --button-text: var(--portal-white);
  --border-color: var(--portal-border);
  --shadow-color: var(--portal-shadow);
}

body,
.portal-body {
  background: var(--portal-bg);
  color: var(--portal-text);
}

/* Public typography: editorial headings with a functional, accessible UI face. */
.portal-body {
  font-family: var(--portal-font-sans);
  font-weight: var(--portal-body-weight);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.portal-hero h1,
.portal-section-hero h1,
.destination-hero-copy h1,
.tourism-heading-card h1,
.prestador-profile-card h1 {
  font-family: var(--portal-font-display);
  font-optical-sizing: auto;
  font-style: normal;
  font-synthesis: none;
  font-weight: var(--portal-display-weight);
  font-size: var(--portal-title-hero);
  letter-spacing: -.03em;
  line-height: .94;
  max-width: 15ch;
  text-shadow: none;
  text-wrap: balance;
}

.portal-card h2,
.portal-empty h2,
.destination-section h2,
.destination-river-block h2,
.destination-cta h2,
.destination-weather-card h3,
.destination-video-feature h3,
.destination-video-empty h3,
.destination-dialog h2,
.filter-heading h2,
.gallery-lightbox-header h2,
.menu-card h2,
.photos-summary-card h2,
.reviews-card h2,
.prestador-detail-grid .portal-card h2,
.review-form h3 {
  font-family: var(--portal-font-display);
  font-optical-sizing: auto;
  font-style: normal;
  font-synthesis: none;
  font-weight: var(--portal-display-weight);
  letter-spacing: -.025em;
  line-height: 1.02;
  text-wrap: balance;
}

.destination-section h2,
.destination-river-block h2,
.destination-cta h2 {
  font-size: var(--portal-title-editorial);
  letter-spacing: -.02em;
  line-height: .98;
  max-width: 18ch;
}

.prestador-card h2,
.accommodation-card-title,
.accommodation-card-title a {
  font-family: var(--portal-font-display);
  font-optical-sizing: auto;
  font-style: normal;
  font-synthesis: none;
  font-weight: var(--portal-display-weight);
  letter-spacing: -.015em;
  line-height: 1.08;
  text-wrap: balance;
}

.portal-body p,
.portal-body li,
.portal-body dd,
.portal-body input,
.portal-body select,
.portal-body textarea {
  font-family: var(--portal-font-sans);
}

.portal-body p,
.portal-body li,
.portal-body dd {
  letter-spacing: -.008em;
}

.portal-topnav a,
.portal-mobile-menu,
.portal-mobile-brand,
.portal-card-icon,
.destination-hero-placeholder,
.accommodation-card-placeholder {
  font-family: var(--portal-font-sans);
  font-weight: var(--portal-ui-weight);
  letter-spacing: -.012em;
}

.portal-topnav a.is-active { font-weight: var(--portal-ui-weight-strong); }

.portal-button,
.gallery-see-all,
.gallery-lightbox-close,
.gallery-lightbox-nav,
.gallery-thumb,
.menu-lightbox__close,
.menu-photo-button,
.destination-dialog-close,
.accommodation-primary-action,
.accommodation-secondary-action,
.accommodation-clear-filters,
.floating-whatsapp,
.review-form button,
.review-form input,
.review-form select,
.review-form textarea {
  font-family: var(--portal-font-sans);
  font-weight: var(--portal-ui-weight-strong);
  letter-spacing: -.012em;
}

.portal-kicker,
.portal-card-label,
.prestador-theme,
.accommodation-card-kicker,
.filter-control label,
.amenity-pill,
.prestador-type-badge,
.prestador-price-badge,
.destination-story-grid span,
.destination-video-feature > div > span,
.destination-video-empty > span,
.weather-summary span,
.weather-day span,
.season-grid span {
  font-family: var(--portal-font-sans);
  font-weight: var(--portal-ui-weight-strong);
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.weather-temp,
.weather-summary,
.weather-forecast,
.season-grid,
.accommodation-card-price,
.prestador-facts,
.rating-pill,
.gallery-lightbox-footer-counter,
.prestador-contact-lines {
  font-family: var(--portal-font-sans);
  font-feature-settings: "tnum" 1, "lnum" 1;
  font-variant-numeric: tabular-nums;
}

.weather-temp {
  font-weight: var(--portal-ui-weight-strong);
  letter-spacing: -.025em;
}

.portal-body h1,
.portal-body h2,
.portal-body h3,
.portal-body h4,
.portal-card-title,
.prestador-title,
.accommodation-card-title a,
.accommodation-results-count,
.destination-dialog h2,
.weather-temp {
  color: var(--portal-heading);
}

.portal-body p,
.portal-body li,
.portal-body dd { color: var(--portal-text); }

.portal-subtitle,
.portal-card p,
.portal-empty p,
.prestador-summary,
.prestador-contact-lines,
.accommodation-results-help,
.accommodation-results-order,
.accommodation-card-location,
.accommodation-amenities span,
.destination-hero-copy > p,
.destination-section p,
.destination-dialog-content,
.season-grid dd { color: var(--portal-muted); }

.portal-kicker,
.portal-card-label,
.prestador-theme,
.accommodation-card-kicker,
.alojamientos-filter-panel .portal-kicker,
.destination-weather-card .portal-kicker,
.destination-story-grid span,
.destination-video-feature span,
.destination-video-empty span { color: var(--portal-primary) !important; }

.filter-control label { color: var(--portal-primary) !important; }

.weather-day span,
.season-grid span { color: var(--portal-primary); }

.portal-topnav {
  background: var(--portal-surface-soft);
  border-color: var(--portal-border);
  box-shadow: 0 4px 14px rgba(63, 70, 51, .06);
}

.portal-topnav a {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  color: var(--portal-text);
}

.portal-topnav a:not(.is-active):not(.portal-desktop-brand):hover {
  background: rgba(168, 179, 154, .18);
  border-color: rgba(110, 123, 82, .26);
  color: var(--portal-text-strong);
}

.portal-topnav a.is-active,
.portal-topnav a.is-active:link,
.portal-topnav a.is-active:visited,
.portal-topnav a.is-active:hover,
.portal-topnav a.is-active:focus,
.portal-topnav a.is-active:active {
  background: var(--portal-primary) !important;
  border-color: var(--portal-primary) !important;
  box-shadow: 0 7px 18px rgba(63, 70, 51, .14) !important;
  color: var(--portal-white) !important;
}

.portal-hero,
.portal-section-hero,
.destination-editorial-hero,
.prestador-profile-hero {
  background: var(--portal-surface-soft);
  border-color: var(--portal-border);
  box-shadow: 0 20px 50px rgba(63, 70, 51, .08);
}

.portal-empty,
.tourism-heading-card,
.quick-facts-card,
.destination-guide .destination-section,
.destination-video-feature {
  background: var(--portal-surface-soft);
  border-color: var(--portal-border);
  box-shadow: 0 14px 34px rgba(63, 70, 51, .08);
}

.portal-card,
.prestador-card,
.accommodation-card,
.destination-story-grid article {
  background: var(--portal-white);
  border: 1px solid var(--portal-border);
  box-shadow: 0 12px 30px var(--portal-shadow);
}

.portal-button,
.destination-dialog-action,
.accommodation-primary-action,
.accommodation-primary-action:link,
.accommodation-primary-action:visited {
  background: var(--portal-primary);
  border-color: var(--portal-primary);
  box-shadow: 0 7px 18px rgba(63, 70, 51, .12);
  color: var(--portal-white) !important;
}

.portal-button:hover,
.portal-button:focus-visible,
.accommodation-primary-action:hover,
.accommodation-primary-action:focus-visible,
.accommodation-primary-action:active {
  background: var(--portal-primary-hover);
  border-color: var(--portal-primary-hover);
  color: var(--portal-white) !important;
}

.portal-body .portal-button-secondary:not([disabled]):not([aria-disabled="true"]):not(.gallery-lightbox-close),
.portal-body .portal-button-secondary:link:not([aria-disabled="true"]):not(.gallery-lightbox-close),
.portal-body .portal-button-secondary:visited:not([aria-disabled="true"]):not(.gallery-lightbox-close),
.portal-body .portal-button-ghost:not([disabled]):not([aria-disabled="true"]),
.portal-body .portal-button-ghost:link:not([aria-disabled="true"]),
.portal-body .portal-button-ghost:visited:not([aria-disabled="true"]) {
  background: transparent !important;
  border: 1px solid var(--portal-primary) !important;
  color: var(--portal-primary) !important;
  box-shadow: none !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

.portal-body .portal-button-secondary:hover:not([disabled]):not([aria-disabled="true"]):not(.gallery-lightbox-close),
.portal-body .portal-button-secondary:focus-visible:not([disabled]):not([aria-disabled="true"]):not(.gallery-lightbox-close),
.portal-body .portal-button-secondary:active:not([disabled]):not([aria-disabled="true"]):not(.gallery-lightbox-close),
.portal-body .portal-button-ghost:hover:not([disabled]):not([aria-disabled="true"]),
.portal-body .portal-button-ghost:focus-visible:not([disabled]):not([aria-disabled="true"]),
.portal-body .portal-button-ghost:active:not([disabled]):not([aria-disabled="true"]) {
  background: var(--portal-primary) !important;
  border-color: var(--portal-primary) !important;
  color: var(--portal-white) !important;
  box-shadow: none !important;
  opacity: 1 !important;
  text-decoration: none;
  transform: translateY(-1px);
}

.portal-body .portal-hero-tags .portal-button:not(.portal-button-secondary),
.portal-body .portal-hero-tags .portal-button:not(.portal-button-secondary):link,
.portal-body .portal-hero-tags .portal-button:not(.portal-button-secondary):visited {
  background: var(--portal-primary) !important;
  border-color: var(--portal-primary) !important;
  color: var(--portal-white) !important;
}

.portal-body .portal-hero-tags .portal-button:not(.portal-button-secondary):hover,
.portal-body .portal-hero-tags .portal-button:not(.portal-button-secondary):focus-visible,
.portal-body .portal-hero-tags .portal-button:not(.portal-button-secondary):active {
  background: var(--portal-primary-hover) !important;
  border-color: var(--portal-primary-hover) !important;
  color: var(--portal-white) !important;
}

.filter-actions .portal-button,
.filter-actions .portal-button:link,
.filter-actions .portal-button:visited {
  background: var(--portal-primary) !important;
  border-color: var(--portal-primary) !important;
  color: var(--portal-white) !important;
}

.filter-actions .portal-button:hover,
.filter-actions .portal-button:focus-visible,
.filter-actions .portal-button:active {
  background: var(--portal-primary-hover) !important;
  border-color: var(--portal-primary-hover) !important;
  color: var(--portal-white) !important;
}

.filter-actions .portal-button-secondary,
.filter-actions .portal-button-secondary:link,
.filter-actions .portal-button-secondary:visited {
  background: transparent !important;
  border-color: var(--portal-border) !important;
  color: var(--portal-primary) !important;
}

.filter-actions .portal-button-secondary:hover,
.filter-actions .portal-button-secondary:focus-visible,
.filter-actions .portal-button-secondary:active {
  background: rgba(168, 179, 154, .16) !important;
  border-color: rgba(110, 123, 82, .25) !important;
  color: var(--portal-text-strong) !important;
}

.alojamientos-filter-panel {
  background: var(--portal-surface) !important;
  border-color: var(--portal-border) !important;
  box-shadow: 0 14px 34px rgba(63, 70, 51, .08) !important;
}

.alojamientos-filter-panel .filter-heading h2 { color: var(--portal-heading) !important; }
.alojamientos-filter-panel .filter-heading p:not(.portal-kicker) { color: var(--portal-muted) !important; }
.alojamientos-filters .filter-control label { color: var(--portal-primary) !important; }

.alojamientos-filters .filter-control,
.alojamientos-filters select,
.accommodation-more-filters summary,
.accommodation-more-filters .filter-amenities,
.amenity-pill span {
  background: var(--portal-white) !important;
  border-color: var(--portal-border) !important;
  color: var(--portal-text) !important;
}

.alojamientos-filters select:focus-visible {
  border-color: var(--portal-river) !important;
  outline: 3px solid rgba(111, 167, 190, .55);
}

.amenity-pill input:checked + span {
  background: rgba(168, 179, 154, .22) !important;
  border-color: var(--portal-sage) !important;
  box-shadow: none !important;
  color: var(--portal-text-strong) !important;
}

.accommodation-clear-filters,
.accommodation-secondary-action,
.prestador-whatsapp { color: var(--portal-primary); }

.accommodation-card:hover,
.prestador-card-premium:hover {
  border-color: rgba(110, 123, 82, .25);
  box-shadow: 0 16px 36px rgba(63, 70, 51, .12);
}

.accommodation-card-type {
  background: rgba(255, 253, 248, .94);
  border: 1px solid rgba(110, 123, 82, .16);
  color: var(--portal-primary);
}

.accommodation-facts { color: var(--portal-text); }
.accommodation-more-amenities { color: var(--portal-primary) !important; }
.accommodation-card-price { color: var(--portal-text-strong); }

.destination-dialog {
  background: var(--portal-surface-soft);
  border-color: var(--portal-border);
  box-shadow: 0 28px 70px rgba(36, 40, 31, .20);
  color: var(--portal-text);
}

.destination-dialog::backdrop { background: rgba(36, 40, 31, .48); }
.destination-dialog-close {
  background: var(--portal-white);
  border-color: var(--portal-border);
  color: var(--portal-primary);
}

.destination-river-block,
.destination-video-empty {
  background: rgba(168, 179, 154, .12);
  border-color: rgba(110, 123, 82, .18);
}

.destination-weather-card {
  background: var(--portal-surface-soft);
  border: 1px solid var(--portal-border);
  box-shadow: 0 14px 34px var(--portal-shadow);
  gap: 20px;
}

.weather-temp,
.weather-summary strong,
.destination-weather-card dd { color: var(--portal-text-strong); }
.weather-summary > p { color: var(--portal-text); }
.weather-summary span,
.weather-day span,
.weather-day small,
.destination-weather-card dt { color: var(--portal-muted); }

.weather-advice {
  background: rgba(170, 177, 154, .20);
  border-color: rgba(101, 112, 75, .20);
  color: var(--portal-text-strong);
}

.weather-summary div,
.weather-day,
.season-grid div {
  background: var(--portal-white);
  border: 1px solid var(--portal-border);
  box-shadow: none;
}

.portal-section-hero h1,
.destination-hero-copy h1,
.filter-heading h2,
.accommodation-results-count,
.accommodation-card-title a,
.destination-weather-card h2,
.destination-weather-card h3 { color: var(--portal-heading); }

.destination-cta {
  background: var(--portal-surface);
  border-color: var(--portal-border);
  box-shadow: 0 16px 38px rgba(63, 70, 51, .08);
}

.portal-body a:focus-visible,
.portal-body button:focus-visible,
.portal-body select:focus-visible,
.portal-body summary:focus-visible,
.portal-body input:focus-visible,
.portal-body [tabindex]:focus-visible {
  outline: 3px solid rgba(120, 155, 165, .72);
  outline-offset: 3px;
}

.portal-hero h1,
.portal-section-hero h1,
.destination-hero-copy h1,
.destination-section h2,
.destination-river-block h2,
.tourism-heading-card h1,
.prestador-profile-card h1 { text-shadow: none; }

.portal-topnav a,
.portal-button {
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.portal-topnav a:visited:not(.is-active) { color: var(--portal-text); }
.portal-button:visited { color: var(--portal-white) !important; }

.tourism-gallery-main figcaption,
.destination-photo-card figcaption {
  background: linear-gradient(180deg, rgba(73, 55, 45, 0), rgba(73, 55, 45, .78));
  color: var(--portal-white);
}

.weather-main {
  align-items: stretch;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.weather-current,
.weather-summary,
.weather-forecast { min-height: 100%; }

.weather-summary,
.weather-forecast { grid-auto-rows: 1fr; }

.weather-temp span,
.weather-day strong,
.season-grid strong { color: var(--portal-text-strong); }

/* Individual provider profile: warm editorial hierarchy and accessible actions. */
.portal-body .prestador-page .tourism-heading-card,
.portal-body .prestador-page .quick-facts-card {
  background: var(--portal-white) !important;
  border: 1px solid var(--portal-border) !important;
  box-shadow: 0 10px 26px var(--portal-shadow) !important;
}

.portal-body .prestador-page .tourism-heading-card h1,
.portal-body .prestador-page .portal-card h2 {
  color: var(--portal-heading) !important;
}

.portal-body .prestador-page .portal-card-label,
.portal-body .prestador-page .portal-subtitle,
.portal-body .prestador-page .prestador-contact-lines,
.portal-body .prestador-page .prestador-contact-lines span,
.portal-body .prestador-page .prestador-detail-grid p {
  color: var(--portal-muted) !important;
}

.portal-body main.prestador-page .quick-facts-grid > div {
  background: var(--portal-surface-soft) !important;
  border: 1px solid var(--portal-border) !important;
  color: var(--portal-text) !important;
}

.portal-body main.prestador-page .quick-facts-grid > div > strong {
  color: var(--portal-muted) !important;
}

.portal-body main.prestador-page .quick-facts-grid > div > span,
.portal-body main.prestador-page .quick-facts-grid > div.is-enabled > span,
.portal-body main.prestador-page .quick-facts-grid > div.is-prepared > span {
  color: var(--portal-heading) !important;
  opacity: 1 !important;
}

.portal-body .prestador-page .prestador-detail-grid a:not(.portal-button),
.portal-body .prestador-page .prestador-detail-grid a:not(.portal-button):link,
.portal-body .prestador-page .prestador-detail-grid a:not(.portal-button):visited,
.portal-body .prestador-page .prestador-contact-lines a,
.portal-body .prestador-page .prestador-contact-lines a:visited {
  color: var(--portal-primary) !important;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.portal-body .prestador-page .prestador-detail-grid a:not(.portal-button):hover,
.portal-body .prestador-page .prestador-detail-grid a:not(.portal-button):focus-visible,
.portal-body .prestador-page .prestador-detail-grid a:not(.portal-button):active,
.portal-body .prestador-page .prestador-contact-lines a:hover {
  color: var(--portal-primary-hover) !important;
}

.portal-body .prestador-page .portal-button:not(.portal-button-secondary):not(.portal-button-ghost),
.portal-body .prestador-page .portal-button:not(.portal-button-secondary):not(.portal-button-ghost):link,
.portal-body .prestador-page .portal-button:not(.portal-button-secondary):not(.portal-button-ghost):visited {
  background: var(--portal-primary) !important;
  border-color: var(--portal-primary) !important;
  color: var(--portal-white) !important;
}

.portal-body .prestador-page .portal-button:not(.portal-button-secondary):not(.portal-button-ghost):hover,
.portal-body .prestador-page .portal-button:not(.portal-button-secondary):not(.portal-button-ghost):focus-visible,
.portal-body .prestador-page .portal-button:not(.portal-button-secondary):not(.portal-button-ghost):active {
  background: var(--portal-primary-hover) !important;
  border-color: var(--portal-primary-hover) !important;
  color: var(--portal-white) !important;
}

.portal-body main.prestador-page .prestador-detail-grid > article.portal-card {
  background: var(--portal-white) !important;
  border: 1px solid var(--portal-border) !important;
  box-shadow: 0 10px 26px var(--portal-shadow) !important;
}

.portal-body main.prestador-page .prestador-detail-grid > article.portal-card > h2 {
  color: var(--portal-heading) !important;
}

.portal-body main.prestador-page .prestador-detail-grid > article.portal-card > p:not(.portal-card-label) {
  color: var(--portal-text) !important;
}

.portal-body main.prestador-page .prestador-detail-grid .portal-card-label {
  color: var(--portal-muted) !important;
}

.season-grid span { color: var(--portal-primary); }
.season-grid small { color: var(--portal-muted); }

@media (max-width: 1020px) {
  .weather-main { grid-template-columns: 1fr; }
}

/* Agenda detail mobile micro-polish */
@media (max-width: 760px) {
  .portal-mobile-header { padding: 8px 10px; }
  .portal-mobile-header .portal-brand-logo-mobile { height: 46px; max-height: 46px; max-width: 46px; width: 46px; }
}
@media (max-width: 600px) {
  .agenda-facts > div { padding: .78rem .9rem; }
}

/* Compras y servicios: intent-level filters, horizontally scrollable on small screens. */
.services-filters {
  display: flex;
  gap: 10px;
  margin: clamp(20px, 3vw, 32px) 0 0;
  overflow-x: auto;
  padding: 2px 2px 8px;
  scrollbar-width: thin;
}
.services-filters a {
  background: var(--portal-card);
  border: 1px solid var(--portal-line);
  border-radius: 999px;
  color: var(--portal-graphite);
  flex: 0 0 auto;
  font-size: .84rem;
  font-weight: 800;
  padding: 10px 16px;
  text-decoration: none;
  white-space: nowrap;
}
.services-filters a:hover,
.services-filters a:focus-visible,
.services-filters a.is-active {
  background: var(--portal-olive);
  border-color: var(--portal-olive);
  color: var(--portal-cream);
}
@media (max-width: 480px) {
  .services-filters { margin-inline: -4px; }
  .services-filters a { padding: 9px 14px; }
}

/* Public destination gallery: an airy, magazine-style composition. */
.destination-guide .destination-gallery-section {
  background: linear-gradient(145deg, rgba(255, 249, 241, .96), rgba(244, 239, 229, .78));
  overflow: hidden;
  padding: clamp(24px, 4.2vw, 48px);
}

.destination-gallery-heading {
  align-items: end;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin-bottom: clamp(24px, 3.2vw, 38px);
}

.destination-gallery-heading h2 { margin-bottom: 12px; }

.destination-gallery-intro {
  color: var(--portal-muted);
  font-size: clamp(.96rem, 1.4vw, 1.08rem);
  margin: 0;
  max-width: 590px;
}

.destination-gallery-link {
  align-items: center;
  border-bottom: 1px solid rgba(100, 113, 78, .44);
  color: var(--portal-heading);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: .82rem;
  font-weight: 850;
  gap: 12px;
  letter-spacing: .035em;
  padding: 8px 0;
  text-decoration: none;
  transition: border-color .22s ease, color .22s ease;
}

.destination-gallery-link span { color: var(--portal-primary); font-size: 1.05rem; }
.destination-gallery-link:hover { border-color: var(--portal-primary); color: var(--portal-primary); }

.destination-gallery-section .destination-editorial-gallery {
  display: grid;
  gap: clamp(12px, 1.7vw, 20px);
  grid-auto-flow: dense;
  grid-auto-rows: clamp(180px, 19vw, 224px);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  margin-top: 0;
}

.destination-gallery-section .destination-photo-card,
.destination-gallery-section .destination-photo-card.is-primary {
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: clamp(18px, 2.2vw, 28px);
  box-shadow: 0 14px 34px rgba(67, 52, 41, .11);
  grid-column: span 5;
  grid-row: span 1;
  min-height: 0;
  transform: translateY(0);
  transition: box-shadow .4s ease, transform .4s ease;
}

.destination-gallery-section .destination-photo-card.is-primary {
  grid-column: span 7;
  grid-row: span 2;
}

.destination-gallery-section .destination-photo-card:nth-child(n + 4) { grid-column: span 6; }

.destination-gallery-section .destination-photo-card img {
  transform: scale(1.002);
  transition: filter .55s ease, transform .7s cubic-bezier(.2, .7, .2, 1);
}

.destination-gallery-section .destination-photo-card figcaption {
  align-content: end;
  background: linear-gradient(180deg, rgba(37, 34, 26, 0) 26%, rgba(37, 34, 26, .24) 52%, rgba(37, 34, 26, .88) 100%);
  display: grid;
  gap: 5px;
  inset: 0;
  padding: clamp(18px, 2.5vw, 28px);
}

.destination-gallery-section .destination-photo-card span {
  color: #F4DEC3;
  font-size: .68rem;
  letter-spacing: .16em;
  margin: 0;
}

.destination-gallery-section .destination-photo-card strong {
  color: #FFFDF8;
  font-family: var(--portal-font-display);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 600;
  line-height: 1.08;
  max-width: calc(100% - 42px);
}

.destination-gallery-section .destination-photo-card.is-primary strong {
  font-size: clamp(1.65rem, 3.2vw, 2.65rem);
  max-width: 82%;
}

.destination-gallery-section .destination-photo-card small {
  color: rgba(255, 253, 248, .8);
  font-size: .78rem;
  line-height: 1.45;
  margin-top: 3px;
  max-width: 72%;
}

.destination-gallery-section .destination-photo-card i {
  align-items: center;
  background: rgba(255, 253, 248, .14);
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 50%;
  bottom: clamp(16px, 2vw, 24px);
  display: flex;
  font-size: 1rem;
  font-style: normal;
  height: 38px;
  justify-content: center;
  position: absolute;
  right: clamp(16px, 2vw, 24px);
  transition: background-color .3s ease, transform .3s ease;
  width: 38px;
}

.destination-gallery-section .destination-photo-card:hover,
.destination-gallery-section .destination-photo-card:focus-within {
  box-shadow: 0 22px 44px rgba(67, 52, 41, .17);
  transform: translateY(-3px);
}

.destination-gallery-section .destination-photo-card:hover img,
.destination-gallery-section .destination-photo-card:focus-within img { filter: saturate(1.06); transform: scale(1.045); }
.destination-gallery-section .destination-photo-card:hover i,
.destination-gallery-section .destination-photo-card:focus-within i { background: rgba(255, 253, 248, .24); transform: translate(2px, -2px); }

.destination-gallery-all { scroll-margin-top: 24px; }
.destination-gallery-all > div:first-child { margin-bottom: 22px; }
.destination-gallery-all .destination-mini-grid { gap: clamp(10px, 1.4vw, 16px); grid-template-columns: repeat(4, 1fr); }
.destination-gallery-all .destination-mini-grid a { border-radius: 18px; overflow: hidden; position: relative; }
.destination-gallery-all .destination-mini-grid img { aspect-ratio: 4 / 3; border-radius: inherit; display: block; transition: filter .4s ease, transform .55s ease; }
.destination-gallery-all .destination-mini-grid span { align-items: center; background: rgba(46, 42, 32, .64); border-radius: 50%; bottom: 12px; color: #fff; display: flex; height: 32px; justify-content: center; opacity: 0; position: absolute; right: 12px; transform: translateY(5px); transition: opacity .25s ease, transform .25s ease; width: 32px; }
.destination-gallery-all .destination-mini-grid a:hover img,
.destination-gallery-all .destination-mini-grid a:focus-visible img { filter: brightness(.88); transform: scale(1.035); }
.destination-gallery-all .destination-mini-grid a:hover span,
.destination-gallery-all .destination-mini-grid a:focus-visible span { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .destination-gallery-section .destination-editorial-gallery { grid-auto-rows: clamp(190px, 31vw, 260px); grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .destination-gallery-section .destination-photo-card,
  .destination-gallery-section .destination-photo-card:nth-child(n + 4) { grid-column: span 1; grid-row: span 1; }
  .destination-gallery-section .destination-photo-card.is-primary { grid-column: span 2; grid-row: span 2; }
  .destination-gallery-all .destination-mini-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 620px) {
  .destination-gallery-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .destination-gallery-heading h2 { margin-bottom: 10px; }
  .destination-gallery-section .destination-editorial-gallery { gap: 12px; grid-auto-rows: auto; grid-template-columns: 1fr; }
  .destination-gallery-section .destination-photo-card,
  .destination-gallery-section .destination-photo-card:nth-child(n + 4),
  .destination-gallery-section .destination-photo-card.is-primary { aspect-ratio: 4 / 3; grid-column: auto; grid-row: auto; min-height: 250px; }
  .destination-gallery-section .destination-photo-card.is-primary { aspect-ratio: 4 / 5; min-height: 390px; }
  .destination-gallery-section .destination-photo-card small { display: none; }
  .destination-gallery-section .destination-photo-card strong,
  .destination-gallery-section .destination-photo-card.is-primary strong { font-size: clamp(1.3rem, 7vw, 1.85rem); max-width: calc(100% - 44px); }
  .destination-gallery-all .destination-mini-grid { grid-template-columns: repeat(2, 1fr); }
  .destination-gallery-all .destination-mini-grid span { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .destination-gallery-section .destination-photo-card,
  .destination-gallery-section .destination-photo-card img,
  .destination-gallery-section .destination-photo-card i,
  .destination-gallery-all .destination-mini-grid img { transition: none; }
}

/* Cabalango home: photographs and type lead the editorial rhythm. */
.destination-guide .destination-icon-sprite { height: 0; overflow: hidden; position: absolute; width: 0; }
.destination-guide svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.65; }
.destination-guide .destination-editorial-hero { align-items: stretch; grid-template-columns: minmax(0, 1.05fr) minmax(330px, .72fr); padding: clamp(28px, 4.6vw, 54px); }
.destination-hero-copy { align-self: center; }
.destination-hero-copy h1 { font-size: clamp(3.5rem, 7.2vw, 6.3rem); letter-spacing: -.04em; max-width: 8ch; }
.destination-hero-lead { color: var(--portal-heading) !important; font-family: var(--portal-font-display); font-size: clamp(1.45rem, 2.5vw, 2rem); font-weight: 500; line-height: 1.15 !important; margin: 22px 0 10px; max-width: 19ch; }
.destination-hero-intro { color: var(--portal-text) !important; font-size: 1rem; margin: 0; max-width: 58ch; }
.destination-attributes { display: flex; flex-wrap: wrap; gap: 9px 18px; list-style: none; margin: 24px 0 0; padding: 0; }
.destination-attributes li { align-items: center; color: var(--portal-text-strong); display: inline-flex; font-size: .82rem; font-weight: 750; gap: 7px; white-space: nowrap; }
.destination-attributes svg, .destination-quick-links svg, .destination-travel-tip svg { color: var(--portal-primary); flex: 0 0 auto; height: 20px; width: 20px; }
.destination-hero-copy .hero-actions { align-items: center; gap: 10px 18px; margin-top: 28px; }
.destination-hero-copy .hero-actions .portal-button { padding-inline: 24px; }
.destination-hero-link { color: var(--portal-primary) !important; font-size: .84rem; font-weight: 850; text-decoration: underline; text-decoration-color: rgba(101,112,75,.35); text-underline-offset: 5px; }
.destination-guide .destination-hero-image { aspect-ratio: 4 / 5; border-radius: 28px; }
.destination-guide .destination-hero-image figcaption { backdrop-filter: blur(10px); border-radius: 8px; bottom: 14px; left: 14px; padding: 9px 11px; }
.destination-quick-links { background: var(--portal-white); border-block: 1px solid var(--portal-border); margin: 0 0 clamp(48px, 5vw, 68px); padding: 16px clamp(12px, 2vw, 20px); }
.destination-quick-links > p { color: var(--portal-muted); font-size: .68rem; font-weight: 900; letter-spacing: .14em; margin: 0 0 10px; text-transform: uppercase; }
.destination-quick-links > div { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.destination-quick-links a { align-items: center; border-left: 1px solid var(--portal-border); color: var(--portal-text-strong); display: flex; font-size: .85rem; font-weight: 800; gap: 9px; min-height: 38px; padding: 5px 16px; text-decoration: none; }
.destination-quick-links a:first-child { border-left: 0; }

/* One image, one introduction and three quiet editorial links. */
.destination-guide .destination-about { background: transparent; border: 0; border-radius: 0; box-shadow: none; margin-bottom: clamp(44px, 4vw, 56px); padding: 0; }
.destination-about-intro { align-items: center; box-sizing: border-box; display: grid; gap: clamp(40px, 4vw, 56px); grid-template-columns: minmax(0, 42fr) minmax(0, 58fr); max-width: 100%; padding: clamp(40px, 3.5vw, 48px) clamp(48px, 4vw, 56px) clamp(32px, 3vw, 40px); width: 100%; }
.destination-about-intro > div { min-width: 0; }
.destination-about-intro h2 { font-size: clamp(2.6rem, 3.7vw, 4rem); letter-spacing: -.04em; line-height: .98; margin: 10px 0 18px; max-width: 14ch; }
.destination-about-intro > div > p:last-child { font-size: clamp(1rem, 1.25vw, 1.1rem); line-height: 1.62; margin: 0; max-width: 48ch; }
.destination-about-intro figure { aspect-ratio: 16 / 10; border-radius: 24px; height: clamp(360px, 32vw, 420px); margin: 0; max-width: 100%; min-width: 0; overflow: hidden; width: 100%; }
.destination-about-intro img { display: block; height: 100%; max-width: 100%; min-width: 0; object-fit: cover; width: 100%; }
.destination-guide .destination-story-grid { align-items: start; border-top: 0; box-sizing: border-box; display: grid; gap: clamp(36px, 4vw, 48px); grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: clamp(36px, 3.5vw, 46px); padding: 0 clamp(48px, 4vw, 56px); }
.destination-guide .destination-story-card { background: transparent; border: 0; border-radius: 0; box-shadow: none; display: block; min-height: 0; min-width: 0; padding: 0; }
.destination-story-card h3 { color: var(--portal-heading); font-family: var(--portal-font-display); font-size: 1.65rem; margin: 0 0 10px; }
.destination-story-card .destination-story-summary { font-size: .9rem; line-height: 1.6; margin: 0; max-width: 34ch; }
.destination-story-more { background: transparent; border: 0; color: var(--portal-primary); cursor: pointer; font: inherit; font-size: .8rem; font-weight: 900; margin-top: auto; padding: 3px 0; text-align: left; }
.destination-guide .destination-story-more { margin-top: 20px; }

/* A photographic triptych instead of service cards. */
.destination-journeys { margin: 0 0 clamp(52px, 5vw, 68px); }
.destination-journeys > header { margin-bottom: 24px; max-width: 650px; }
.destination-journeys h2 { color: var(--portal-heading); font-family: var(--portal-font-display); font-size: clamp(3rem, 5.8vw, 5.2rem); letter-spacing: -.04em; line-height: .95; margin: 0 0 12px; }
.destination-journey-grid { display: grid; gap: 14px; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); grid-template-rows: repeat(2, minmax(0, 1fr)); height: clamp(520px, 44vw, 580px); }
.destination-journey-card { background: var(--portal-heading); border: 0; border-radius: 0; box-shadow: none; display: grid; min-height: 0; overflow: hidden; padding: 0; position: relative; }
.destination-journey-card.is-featured { grid-row: 1 / 3; }
.destination-journey-card::after { background: linear-gradient(180deg, transparent 25%, rgba(28,25,19,.82)); content: ''; inset: 0; position: absolute; }
.destination-journey-card img { height: 100%; inset: 0; object-fit: cover; position: absolute; transition: transform .6s ease; width: 100%; }
.destination-journey-card:hover img { transform: scale(1.025); }
.destination-journey-card > div { align-self: end; color: #fff; padding: clamp(22px, 3vw, 36px); position: relative; z-index: 1; }
.destination-journey-number { color: rgba(255,255,255,.78); font-size: .68rem; font-weight: 900; letter-spacing: .12em; margin: 0 0 8px; text-transform: uppercase; }
.destination-journey-card h3 { color: #fff; font-family: var(--portal-font-display); font-size: clamp(1.75rem, 3vw, 3rem); line-height: 1; margin: 0 0 9px; }
.destination-journey-card > div > p:not(.destination-journey-number) { color: rgba(255,255,255,.88); font-size: .88rem; margin: 0 0 14px; max-width: 42ch; }
.destination-journey-card a { color: #fff; font-size: .8rem; font-weight: 900; text-decoration: underline; text-underline-offset: 5px; }

/* Nature remains immersive; weather reads as a short planning note. */
.destination-river-block { background: transparent; border: 0; border-radius: 0; box-shadow: none; margin-bottom: clamp(48px, 5vw, 68px); padding: 0; }
.destination-river-layout { align-items: center; gap: clamp(32px, 4vw, 48px); grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); max-width: 100%; width: 100%; }
.destination-river-copy h2 { font-size: clamp(2.5rem, 4.4vw, 4rem); letter-spacing: -.04em; line-height: 1; }
.destination-river-media { aspect-ratio: 4 / 3; border-radius: 0; display: block; max-height: 420px; max-width: 100%; min-height: 0; min-width: 0; order: 2; width: 100%; }
.destination-river-media > img, .destination-river-media > .destination-hero-placeholder { aspect-ratio: auto; display: block; height: 100%; max-width: 100%; min-height: 0; object-fit: cover; width: 100%; }
.destination-travel-tip { align-items: flex-start; border-left: 2px solid var(--portal-primary); display: flex; gap: 11px; margin-top: 24px; padding: 3px 0 3px 14px; }
.destination-travel-tip strong { color: var(--portal-primary); display: block; font-size: .68rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.destination-travel-tip p { margin: 3px 0 0; }
.destination-guide .destination-weather-card { align-items: center; border-top: 1px solid var(--portal-border); box-sizing: border-box; display: grid; gap: 18px 34px; grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); margin-top: 28px; max-width: 100%; min-width: 0; padding: 20px 0 0; width: 100%; }
.destination-weather-card .weather-current { align-items: center; display: grid; gap: 8px 22px; grid-template-columns: minmax(0, 1fr) auto; min-height: 0; min-width: 0; }
.destination-weather-card .weather-current h3 { font-size: 1.6rem; }
.destination-weather-card .weather-temp { font-size: clamp(2.8rem, 5vw, 4.2rem); grid-row: span 2; margin: 0; text-align: right; }
.destination-weather-card .weather-advice { background: transparent; border: 0; font-size: .84rem; margin: 0; padding: 0; }
.destination-guide .destination-weather-card .weather-summary { display: grid; gap: 0; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.destination-guide .destination-weather-card .weather-summary div { background: transparent; border: 0; border-left: 1px solid var(--portal-border); border-radius: 0; padding: 5px 18px; }
.destination-guide .destination-weather-card .weather-summary div:first-child { border-left: 0; }
.season-line { display: flex; font-size: .75rem; gap: 12px 20px; grid-column: 1 / -1; margin: 0; }
.season-line strong { color: var(--portal-heading); }
.season-line span { color: var(--portal-muted); }

.destination-guide .destination-gallery-section { margin-bottom: clamp(52px, 5vw, 68px); }
.destination-video-section { margin-bottom: clamp(70px, 9vw, 120px); }
.destination-guide .destination-cta { align-items: stretch; background: var(--portal-heading); border: 0; border-radius: 0; box-shadow: none; display: grid; grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr); margin-bottom: 0; min-height: 420px; padding: 0; text-align: left; }
.destination-cta > img { height: 100%; min-height: 420px; object-fit: cover; width: 100%; }
.destination-cta > div { align-self: center; padding: clamp(38px, 5vw, 64px); }
.destination-cta h2 { color: #fff; font-size: clamp(3rem, 5vw, 4.8rem); letter-spacing: -.045em; line-height: .95; margin: 10px 0 20px; max-width: 11ch; }
.destination-cta > div > p:not(.portal-kicker) { color: rgba(255,255,255,.78); font-size: 1rem; max-width: 48ch; }
.destination-cta .prestador-actions { justify-content: flex-start; margin-top: 30px; }
.destination-cta .portal-button-secondary { background: transparent !important; border-color: rgba(255,255,255,.55) !important; color: #fff !important; }

@media (max-width: 1024px) {
  .destination-guide .destination-editorial-hero { grid-template-columns: minmax(0, 1fr) minmax(290px, .65fr); }
  .destination-quick-links a { flex-direction: column; justify-content: center; padding-inline: 8px; text-align: center; }
  .destination-about-intro { gap: 40px; grid-template-columns: minmax(0, 43fr) minmax(0, 57fr); padding-inline: 40px; }
  .destination-about-intro h2 { font-size: clamp(2.6rem, 4.8vw, 3.25rem); }
  .destination-about-intro figure { height: clamp(360px, 39vw, 400px); }
  .destination-guide .destination-story-grid { padding-inline: 40px; }
  .destination-river-layout { gap: 32px; }
  .destination-guide .destination-weather-card { grid-template-columns: 1fr; }
  .season-line { grid-column: auto; }
}
@media (max-width: 900px) {
  .destination-about-intro, .destination-river-layout { grid-template-columns: minmax(0, 1fr); }
  .destination-about-intro { gap: 26px; padding: 36px 32px 32px; }
  .destination-about-intro h2 { max-width: 16ch; }
  .destination-about-intro figure { height: auto; }
  .destination-guide .destination-story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); padding-inline: 32px; }
  .destination-river-media { max-height: none; order: initial; }
}
@media (max-width: 768px) {
  .destination-guide .destination-editorial-hero, .destination-about-intro, .destination-river-layout { grid-template-columns: 1fr; }
  .destination-guide > section { width: 100%; max-width: 100%; min-width: 0; }
  .destination-guide .destination-hero-image { aspect-ratio: 16 / 10; }
  .destination-quick-links > div { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .destination-quick-links a { border-bottom: 1px solid var(--portal-border); }
  .destination-about-intro figure { aspect-ratio: 3 / 2; }
  .destination-about-intro h2 { font-size: clamp(2.45rem, 7.5vw, 3.25rem); }
  .destination-guide .destination-story-grid { gap: 24px 30px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 28px; }
  .destination-guide .destination-story-more { margin-top: 12px; }
  .destination-journeys { margin-bottom: 56px; }
  .destination-journeys > header { margin-bottom: 20px; }
  .destination-journey-grid { grid-template-columns: 1fr; grid-template-rows: none; height: auto; }
  .destination-journey-card, .destination-journey-card.is-featured { aspect-ratio: 16 / 11; grid-row: auto; }
  .destination-journey-card > div { padding: 24px; }
  .destination-river-media { min-height: 0; }
  .destination-guide .destination-cta { grid-template-columns: 1fr; }
  .destination-guide .destination-cta { min-height: 0; }
  .destination-cta > img { min-height: 340px; }
}
@media (max-width: 520px) {
  .destination-guide { padding-inline: 0; }
  .destination-guide .destination-editorial-hero { gap: 24px; margin-top: 10px; padding: 22px 20px 18px; }
  .destination-hero-copy h1 { font-size: clamp(3rem, 15.5vw, 4.2rem); }
  .destination-hero-lead { margin-top: 16px; }
  .destination-attributes { display: grid; gap: 8px 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 18px; }
  .destination-attributes li { white-space: normal; }
  .destination-hero-copy .hero-actions { align-items: flex-start; display: grid; gap: 10px 14px; grid-template-columns: 1fr 1fr; margin-top: 20px; }
  .destination-hero-copy .hero-actions .portal-button { grid-column: 1 / -1; width: 100%; }
  .destination-guide .destination-hero-image { aspect-ratio: 4 / 3; border-radius: 20px; }
  .destination-quick-links { margin: 0 0 52px; padding: 12px 0; }
  .destination-quick-links > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .destination-quick-links a { gap: 7px; min-height: 52px; min-width: 0; padding: 7px 10px; }
  .destination-about-intro, .destination-journeys, .destination-river-block { padding-inline: 20px; }
  .destination-guide .destination-about { margin-bottom: 52px; }
  .destination-about-intro { gap: 24px; padding-block: 0 24px; }
  .destination-about-intro figure { aspect-ratio: 4 / 3; }
  .destination-about-intro h2 { font-size: clamp(2.3rem, 11vw, 3.3rem); margin-bottom: 16px; }
  .destination-guide .destination-story-grid { gap: 24px; grid-template-columns: 1fr; margin-top: 24px; padding-inline: 20px; }
  .destination-story-card h3 { margin-bottom: 7px; }
  .destination-story-card .destination-story-summary { line-height: 1.5; }
  .destination-guide .destination-story-more { margin-top: 10px; }
  .destination-journeys h2 { font-size: clamp(2.55rem, 12vw, 3.35rem); }
  .destination-journey-grid { gap: 12px; }
  .destination-journey-card, .destination-journey-card.is-featured { aspect-ratio: auto; height: clamp(254px, 70vw, 318px); }
  .destination-journey-card > div { padding: 20px; }
  .destination-river-media { min-height: 0; }
  .destination-weather-card .weather-current { grid-template-columns: 1fr; }
  .destination-weather-card .weather-temp { grid-row: auto; text-align: left; }
  .destination-guide .destination-weather-card .weather-summary { grid-template-columns: repeat(3, 1fr); }
  .destination-guide .destination-weather-card .weather-summary div { padding-inline: 9px; }
  .season-line { align-items: flex-start; flex-direction: column; }
  .destination-river-block { margin-bottom: 52px; }
  .destination-river-layout { gap: 24px; }
  .destination-travel-tip { margin-top: 18px; }
  .destination-cta > img { height: 66vw; min-height: 250px; max-height: 320px; }
  .destination-cta > div { padding: 34px 20px 40px; }
  .destination-cta h2 { font-size: clamp(2.55rem, 12vw, 3.4rem); margin: 8px 0 14px; }
  .destination-cta .prestador-actions { gap: 10px; margin-top: 22px; }
  .destination-cta .prestador-actions { align-items: stretch; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { .destination-journey-card img { transition: none; } }

/* Real containment for every full-width home section; no master clipping required. */
.destination-guide,
.destination-guide .destination-about,
.destination-nearby,
.destination-journeys,
.destination-river-block,
.destination-guide .destination-weather-card,
.destination-guide .destination-gallery-section,
.destination-guide .destination-cta,
.destination-about-intro > *,
.destination-river-layout > *,
.destination-weather-card > *,
.destination-cta > * {
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
}

/* Nearby destinations: a compact, scannable guide to complementary experiences. */
.destination-nearby { border-block: 0; margin: 0 0 clamp(52px, 5vw, 68px); padding: clamp(42px, 5vw, 64px) 0; position: relative; width: 100%; }
.destination-nearby::before { background: var(--portal-border); content: ""; height: 1px; left: 0; position: absolute; right: 0; top: 0; }
.destination-nearby-heading { align-items: center; display: grid; gap: clamp(28px, 5vw, 72px); grid-template-columns: minmax(0, 1.05fr) minmax(320px, .75fr); margin-bottom: clamp(28px, 3.5vw, 40px); }
.destination-nearby-title { min-width: 0; }
.destination-nearby .destination-nearby-heading h2 { color: var(--portal-heading); font-family: var(--portal-font-display); font-size: clamp(2.7rem, 5vw, 4.7rem); letter-spacing: -.04em; line-height: .96; margin: 9px 0 0; max-width: 11ch; }
.destination-nearby-map { color: var(--portal-earth); justify-self: stretch; min-width: 0; }
.destination-nearby-map svg { display: block; height: auto; max-height: 210px; overflow: visible; width: 100%; }
.nearby-map-contour, .nearby-map-route, .nearby-map-place path { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; }
.nearby-map-contour { color: var(--portal-border); stroke-width: 1.3; }
.nearby-map-route { color: var(--portal-earth); opacity: .5; stroke-dasharray: 3 7; stroke-width: 1.5; }
.nearby-map-place circle { fill: var(--portal-surface); stroke: currentColor; stroke-width: 1.5; }
.nearby-map-place text { fill: var(--portal-heading); font-family: var(--portal-font-sans); font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.nearby-map-place path { stroke-width: 1.4; }
.nearby-map-base { color: var(--portal-sun); }
.nearby-map-base circle:first-child { fill: color-mix(in srgb, var(--portal-sun) 17%, var(--portal-surface)); stroke-width: 1; }
.nearby-map-base circle:nth-child(2) { fill: var(--portal-sun); stroke: none; }
.nearby-map-earth { color: var(--portal-earth); }
.nearby-map-leaf { color: var(--portal-leaf); }
.nearby-map-water { color: var(--portal-water); }
.nearby-map-secondary { color: var(--portal-muted); }
.destination-nearby-grid { display: grid; gap: clamp(14px, 1.8vw, 22px); grid-template-columns: repeat(3, minmax(0, 1fr)); }
.destination-nearby-card { background: var(--portal-surface); border: 1px solid var(--portal-border); box-shadow: 0 16px 38px rgba(73, 55, 45, .055); box-sizing: border-box; display: flex; flex-direction: column; min-height: 342px; min-width: 0; overflow: hidden; padding: clamp(24px, 2.6vw, 32px); position: relative; }
.destination-nearby-card::before { background: currentColor; content: ""; height: 3px; left: 0; position: absolute; right: 0; top: 0; }
.destination-nearby-card-top { align-items: center; display: flex; gap: 14px; justify-content: space-between; }
.destination-nearby-icon { align-items: center; background: color-mix(in srgb, currentColor 10%, transparent); border-radius: 50%; display: inline-flex; flex: 0 0 auto; height: 48px; justify-content: center; width: 48px; }
.destination-nearby-icon svg { height: 25px; stroke-width: 1.55; width: 25px; }
.destination-nearby-distance { align-items: center; background: var(--portal-bg); border: 1px solid var(--portal-border); border-radius: 999px; color: var(--portal-text-strong); display: inline-flex; font-size: .68rem; font-weight: 900; gap: 6px; letter-spacing: .055em; padding: 7px 10px; text-transform: uppercase; white-space: nowrap; }
.destination-nearby-distance svg { color: currentColor; height: 14px; width: 14px; }
.destination-nearby-card h3 { color: var(--portal-heading); font-family: var(--portal-font-display); font-size: clamp(1.75rem, 2.6vw, 2.25rem); letter-spacing: -.025em; line-height: 1; margin: 25px 0 12px; }
.destination-nearby-card > p { color: var(--portal-text); font-size: .86rem; line-height: 1.62; margin: 0 0 24px; }
.destination-nearby-tags { display: flex; flex-wrap: wrap; gap: 7px; list-style: none; margin: auto 0 0; padding: 0; }
.destination-nearby-tags li { border: 1px solid currentColor; border-radius: 999px; color: var(--portal-muted); font-size: .66rem; font-weight: 800; line-height: 1; padding: 7px 10px; }
.destination-nearby-carlos-paz { color: var(--portal-earth); }
.destination-nearby-tanti { color: var(--portal-leaf); }
.destination-nearby-cosquin { color: var(--portal-water); }
.destination-nearby-card > p, .destination-nearby-card h3 { color: var(--portal-text); }
.destination-nearby-card h3 { color: var(--portal-heading); }
.destination-nearby .destination-nearby-footnote { border-left: 2px solid var(--portal-sun); color: var(--portal-muted); font-size: .78rem; line-height: 1.55; margin: 24px 0 0; max-width: none; padding: 2px 0 2px 13px; }
.destination-nearby-footnote strong { color: var(--portal-heading); }
@media (max-width: 900px) {
  .destination-nearby-heading { gap: 24px; grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr); }
  .destination-nearby-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .destination-nearby-card:last-child { grid-column: 1 / -1; min-height: 300px; }
}
@media (max-width: 680px) {
  .destination-nearby-heading { align-items: start; gap: 24px; grid-template-columns: 1fr; }
  .destination-nearby .destination-nearby-heading h2 { max-width: 12ch; }
  .destination-nearby-map { justify-self: center; max-width: 480px; width: 100%; }
  .destination-nearby-grid { grid-template-columns: 1fr; }
  .destination-nearby-card, .destination-nearby-card:last-child { grid-column: auto; min-height: 0; }
}
@media (max-width: 520px) {
  .destination-nearby { padding: 52px 20px; }
  .destination-nearby-heading { gap: 14px; margin-bottom: 24px; }
  .destination-nearby .destination-nearby-heading h2 { font-size: clamp(2.25rem, 10.5vw, 3rem); line-height: 1; }
  .destination-nearby-map svg { max-height: 142px; }
  .destination-nearby-grid { gap: 12px; }
  .destination-nearby-card { padding: 24px 22px; }
  .destination-nearby-card-top { align-items: center; gap: 10px; }
  .destination-nearby-icon { height: 44px; width: 44px; }
  .destination-nearby-distance { font-size: .62rem; letter-spacing: .04em; padding: 6px 9px; white-space: nowrap; }
  .destination-nearby-card h3 { font-size: clamp(1.65rem, 8vw, 2rem); margin: 16px 0 8px; }
  .destination-nearby-card > p { line-height: 1.5; margin-bottom: 16px; }
  .destination-nearby-tags { gap: 6px; }
  .destination-nearby-tags li { padding: 6px 8px; }
  .destination-nearby .destination-nearby-footnote { margin-top: 18px; padding: 3px 0 3px 12px; }
}
/* Weather planning: an editorial tool with live, useful and seasonal layers. */
.destination-guide .destination-weather-card {
  background: var(--portal-surface);
  border: 1px solid var(--portal-border);
  border-radius: 24px;
  display: grid;
  gap: 0 36px;
  grid-template-columns: minmax(0, 1.45fr) minmax(310px, .75fr);
  margin-top: 32px;
  overflow: hidden;
  padding: clamp(30px, 4vw, 46px);
  position: relative;
}
.destination-guide .destination-weather-card::before { border-left: 1px solid var(--portal-border); border-radius: 50%; border-top: 1px solid var(--portal-border); content: ""; height: 180px; pointer-events: none; position: absolute; right: -86px; top: -92px; transform: rotate(-18deg); width: 180px; }
.destination-weather-card svg { color: var(--portal-primary); fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.65; }
.weather-intro { grid-column: 1 / -1; margin-bottom: 30px; max-width: 660px; position: relative; }
.destination-weather-card .weather-current h3,
.destination-weather-card .weather-intro h3 { font-size: clamp(2.4rem, 4vw, 3.65rem); letter-spacing: -.04em; margin: 0 0 10px; }
.weather-intro-copy { color: var(--portal-muted); line-height: 1.55; margin: 0; max-width: 52ch; }
.weather-layer-label { color: var(--portal-primary); font-size: .65rem; font-weight: 900; grid-column: 1 / -1; letter-spacing: .16em; margin: 0 0 18px; text-transform: uppercase; }
.destination-weather-card .weather-current { align-content: start; border-right: 1px solid var(--portal-border); display: grid; min-width: 0; padding-right: 36px; }
.weather-current-main { align-items: center; display: grid; gap: clamp(18px, 3vw, 28px); grid-template-columns: auto minmax(0, 1fr); }
.weather-current-icon { align-items: center; background: var(--portal-bg); border: 1px solid var(--portal-border); border-radius: 50%; display: inline-flex; height: clamp(88px, 10vw, 118px); justify-content: center; position: relative; width: clamp(88px, 10vw, 118px); }
.weather-current-icon::after { border: 1px solid var(--portal-border); border-radius: 50%; content: ""; inset: 8px; position: absolute; }
.weather-current-icon svg { height: 50%; position: relative; width: 50%; z-index: 1; }
.weather-current-reading { min-width: 0; }
.destination-weather-card .weather-temp { color: var(--portal-heading); font-family: var(--portal-font-display); font-size: clamp(4.25rem, 8vw, 6.8rem); font-weight: 500; letter-spacing: -.07em; line-height: .72; margin: 0 0 16px; }
.weather-condition { color: var(--portal-heading); display: block; font-family: var(--portal-font-display); font-size: clamp(1.15rem, 2vw, 1.45rem); font-weight: 600; line-height: 1.1; }
.destination-weather-card .weather-today-range { color: var(--portal-muted); font-size: .7rem; font-weight: 800; letter-spacing: .075em; line-height: 1.5; margin: 7px 0 0; text-transform: uppercase; }
.destination-weather-card .weather-advice { align-items: center; background: var(--portal-bg); border: 1px solid var(--portal-border); border-radius: 14px; color: var(--portal-text); display: flex; gap: 12px; margin: 24px 0 0; max-width: none; padding: 13px 15px; }
.weather-advice svg { flex: 0 0 auto; height: 21px; width: 21px; }
.weather-advice div { display: grid; gap: 2px; }
.weather-advice span { color: var(--portal-muted); font-size: .62rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.weather-advice strong { color: var(--portal-heading); font-size: .82rem; line-height: 1.4; }
.destination-guide .destination-weather-card .weather-summary { align-content: start; display: grid; grid-template-columns: 1fr; min-width: 0; }
.destination-guide .destination-weather-card .weather-summary div { align-items: center; background: transparent; border: 0; border-top: 1px solid var(--portal-border); border-radius: 0; display: grid; gap: 3px 12px; grid-template-columns: 28px 1fr auto; padding: 15px 0; }
.destination-guide .destination-weather-card .weather-summary div:nth-child(2) { border-top: 0; padding-top: 1px; }
.weather-summary svg { grid-row: 1 / 3; height: 20px; width: 20px; }
.weather-summary span { color: var(--portal-muted); font-size: .64rem; letter-spacing: .11em; }
.weather-summary strong { color: var(--portal-heading); font-size: .95rem; grid-column: 3; grid-row: 1 / 3; white-space: nowrap; }
.weather-forecast { border-top: 1px solid var(--portal-border); grid-column: 1 / -1; margin-top: 32px; min-width: 0; padding-top: 26px; }
.weather-section-heading { align-items: center; display: grid; gap: 3px 10px; grid-template-columns: auto auto 1fr; margin-bottom: 16px; }
.weather-section-heading svg { height: 20px; width: 20px; }
.weather-section-heading strong { color: var(--portal-heading); font-family: var(--portal-font-display); font-size: 1.3rem; }
.weather-section-heading span { color: var(--portal-muted); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.weather-days { display: grid; gap: 1px; grid-template-columns: repeat(3, minmax(0, 1fr)); overflow: hidden; width: 100%; }
.weather-day { align-content: start; background: var(--portal-bg); border: 0; border-left: 1px solid var(--portal-border); border-radius: 0; box-sizing: border-box; display: grid; gap: 7px; min-height: 146px; padding: 15px; }
.weather-day:first-child { border-left: 0; }
.weather-day-heading { align-items: center; display: flex; justify-content: space-between; }
.weather-day-heading span { color: var(--portal-primary); font-size: .65rem; letter-spacing: .1em; }
.weather-day-heading svg { height: 27px; width: 27px; }
.weather-day-temperatures { align-items: baseline; color: var(--portal-muted); display: flex; font-size: .92rem; gap: 5px; margin: 2px 0 0; }
.weather-day-temperatures span { color: var(--portal-muted); font-size: inherit; font-weight: 600; letter-spacing: 0; text-transform: none; }
.weather-day-temperatures i { font-style: normal; }
.weather-day-temperatures strong { color: var(--portal-heading); font-size: 1.12rem; }
.weather-day-condition { color: var(--portal-text); font-size: .7rem; font-weight: 700; line-height: 1.3; }
.weather-day-rain { align-items: center; color: var(--portal-muted); display: flex; font-size: .67rem; gap: 5px; margin-top: auto; }
.weather-day-rain svg { height: 12px; width: 12px; }
.weather-day-rain span { color: inherit; font-size: inherit; font-weight: 700; letter-spacing: 0; text-transform: none; }
.destination-weather-card .season-grid { border-top: 1px solid var(--portal-border); display: grid; gap: 0; grid-column: 1 / -1; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 30px; padding-top: 26px; width: 100%; }
.destination-weather-card .season-grid p { align-items: baseline; display: flex; gap: 10px; grid-column: 1 / -1; margin: 0 0 18px; }
.destination-weather-card .season-grid p strong { color: var(--portal-heading); font-family: var(--portal-font-display); font-size: 1.3rem; }
.destination-weather-card .season-guidance { color: var(--portal-muted); font-size: .67rem; letter-spacing: .1em; margin: 0; }
.destination-weather-card .season-grid > div { align-items: center; background: transparent; border: 0; border-left: 1px solid var(--portal-border); border-radius: 0; display: grid; gap: 3px 11px; grid-template-columns: 38px 1fr; padding: 4px 20px; }
.destination-weather-card .season-grid > div:first-of-type { border-left: 0; padding-left: 0; }
.season-grid svg { background: var(--portal-bg); border: 1px solid var(--portal-border); border-radius: 50%; box-sizing: border-box; grid-row: 1 / 3; height: 38px; padding: 8px; width: 38px; }
.destination-weather-card .season-grid span { color: var(--portal-muted); font-size: .64rem; letter-spacing: .1em; }
.destination-weather-card .season-grid strong { color: var(--portal-heading); font-size: .9rem; }
.weather-fallback { align-items: center; border-left: 1px solid var(--portal-border); display: flex; gap: 18px; min-height: 110px; padding-left: 34px; }
.weather-fallback > svg { background: var(--portal-bg); border: 1px solid var(--portal-border); border-radius: 50%; box-sizing: border-box; height: 64px; padding: 15px; width: 64px; }
.weather-fallback strong { color: var(--portal-heading); font-family: var(--portal-font-display); font-size: 1.15rem; }
.weather-fallback p { color: var(--portal-muted); font-size: .82rem; margin: 5px 0 0; }
.weather-refresh { border: 1px solid color-mix(in srgb, var(--portal-primary) 55%, var(--portal-border)); border-radius: 999px; color: var(--portal-primary); display: inline-block; font-size: .76rem; font-weight: 700; margin-top: 14px; padding: 7px 13px; text-decoration: none; }
.weather-refresh:hover { background: color-mix(in srgb, var(--portal-primary) 7%, transparent); border-color: var(--portal-primary); }
.weather-refresh:focus-visible { outline: 2px solid var(--portal-primary); outline-offset: 3px; }

@media (max-width: 1024px) {
  .destination-guide .destination-weather-card { gap: 0 28px; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); padding: 32px; }
  .destination-weather-card .weather-current { padding-right: 28px; }
  .weather-days { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .weather-day:nth-child(4) { border-left: 0; }
  .weather-day:nth-child(n+4) { border-top: 1px solid var(--portal-border); }
  .destination-weather-card .season-grid > div { padding-inline: 14px; }
}
@media (max-width: 768px) {
  .destination-guide .destination-weather-card { align-items: start; gap: 0; grid-auto-rows: auto; grid-template-columns: 1fr; padding: 28px; }
  .weather-intro { margin-bottom: 24px; }
  .destination-weather-card .weather-current,
  .destination-guide .destination-weather-card .weather-summary,
  .weather-forecast { align-content: start; flex-grow: 0; grid-auto-rows: auto; height: auto; min-height: 0; }
  .destination-weather-card .weather-current { border-right: 0; padding-right: 0; }
  .destination-guide .destination-weather-card .weather-summary { border-top: 1px solid var(--portal-border); margin-top: 28px; padding-top: 22px; }
  .weather-fallback { border-left: 0; border-top: 1px solid var(--portal-border); padding: 24px 0 0; }
  .weather-forecast { margin-top: 30px; padding-top: 24px; }
  .weather-days { align-content: start; grid-auto-rows: auto; }
  .weather-day { height: auto; }
  .destination-weather-card .season-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .destination-weather-card .season-grid > div:nth-of-type(odd) { border-left: 0; padding-left: 0; }
  .destination-weather-card .season-grid > div { margin-block: 7px; }
}
@media (max-width: 480px) {
  .destination-guide .destination-weather-card { padding: 24px 20px; }
  .weather-current-main { align-items: start; grid-template-columns: 76px minmax(0, 1fr); }
  .weather-current-icon { height: 76px; width: 76px; }
  .destination-weather-card .weather-temp { font-size: clamp(3.8rem, 20vw, 5rem); }
  .weather-condition { font-size: 1.05rem; }
  .weather-days { gap: 0; grid-auto-rows: auto; grid-template-columns: 1fr; }
  .weather-day { border-left: 0; border-top: 1px solid var(--portal-border); gap: 6px; height: auto; min-height: 0; padding: 18px 20px; }
  .weather-day:first-child { border-top: 0; }
  .weather-section-heading { grid-template-columns: auto 1fr; }
  .weather-section-heading span { grid-column: 2; }
  .destination-weather-card .season-grid p { align-items: flex-start; flex-direction: column; gap: 2px; }
  .destination-weather-card .season-grid { grid-auto-rows: auto; grid-template-columns: 1fr; margin-top: 28px; padding-top: 24px; }
  .destination-weather-card .season-grid > div { border-left: 0; border-top: 1px solid var(--portal-border); margin: 0; min-height: 0; padding: 16px 0; }
  .destination-weather-card .season-grid > div:first-of-type { border-top: 0; }
  .weather-fallback { align-items: flex-start; }
}

/* Weather editorial composition: a daily reading followed by a forecast atlas. */
.destination-guide .destination-weather-card {
  background: linear-gradient(145deg, var(--portal-surface) 0%, var(--portal-surface) 72%, color-mix(in srgb, var(--portal-bg) 38%, var(--portal-surface)) 100%);
  border-color: color-mix(in srgb, var(--portal-border) 72%, transparent);
  grid-template-columns: 1fr;
  padding: clamp(28px, 3.7vw, 48px);
}
.destination-guide .destination-weather-card::before { border-color: color-mix(in srgb, var(--portal-border) 42%, transparent); }
.weather-intro { margin-bottom: 25px; max-width: 720px; }
.weather-layer-label { color: color-mix(in srgb, var(--portal-primary) 82%, var(--portal-muted)); letter-spacing: .18em; margin-bottom: 16px; }
.weather-live-panel {
  border-block: 1px solid color-mix(in srgb, var(--portal-border) 72%, transparent);
  display: grid;
  gap: 0;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.65fr) minmax(250px, .75fr);
  padding: clamp(24px, 3vw, 34px) 0;
}
.destination-weather-card .weather-live-panel .weather-current { padding-right: clamp(24px, 4vw, 48px); }
.destination-weather-card .weather-live-panel .weather-summary {
  border-left: 1px solid color-mix(in srgb, var(--portal-border) 68%, transparent);
  padding-left: clamp(24px, 3vw, 36px);
}
.weather-current-icon { background: color-mix(in srgb, var(--portal-bg) 30%, transparent); border-color: color-mix(in srgb, var(--portal-border) 44%, transparent); border-radius: 18px; }
.weather-current-icon::after { display: none; }
.destination-weather-card .weather-temp { font-weight: 500; line-height: .7; margin-bottom: 10px; }
.weather-condition { font-weight: 500; line-height: 1.16; }
.destination-weather-card .weather-today-range { font-weight: 700; letter-spacing: .085em; margin-top: 6px; }
.destination-weather-card .weather-live-panel .weather-advice {
  background: transparent;
  border: 0;
  border-left: 2px solid color-mix(in srgb, var(--portal-primary) 58%, var(--portal-border));
  border-radius: 0;
  padding: 4px 0 4px 14px;
}
.weather-advice svg { height: 19px; opacity: .82; width: 19px; }
.weather-advice span { font-weight: 800; letter-spacing: .14em; }
.weather-advice strong { font-size: .84rem; font-weight: 600; }
.destination-guide .destination-weather-card .weather-summary div { border-top-color: color-mix(in srgb, var(--portal-border) 64%, transparent); padding-block: 13px; }
.weather-summary svg { height: 18px; opacity: .82; width: 18px; }
.weather-summary span { font-weight: 700; letter-spacing: .13em; }
.weather-summary strong { font-size: .92rem; font-weight: 700; }
.weather-forecast { border-top: 0; margin-top: clamp(27px, 3.2vw, 36px); padding-top: 0; }
.weather-section-heading { border-bottom: 1px solid color-mix(in srgb, var(--portal-border) 68%, transparent); margin-bottom: 0; padding-bottom: 14px; }
.weather-section-heading svg { height: 18px; opacity: .76; width: 18px; }
.weather-section-heading strong { font-size: clamp(1.4rem, 2.2vw, 1.75rem); font-weight: 600; }
.weather-section-heading span { font-weight: 700; letter-spacing: .12em; opacity: .82; }
.weather-days {
  border-bottom: 1px solid color-mix(in srgb, var(--portal-border) 68%, transparent);
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 14px;
  overflow: visible;
}
.weather-day {
  background: transparent;
  border: 0;
  border-left: 1px solid color-mix(in srgb, var(--portal-border) 68%, transparent);
  border-radius: 0;
  gap: 6px 14px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 139px;
  padding: 18px clamp(18px, 2.5vw, 28px);
}
.weather-day:nth-child(3n+1) { border-left: 0; }
.weather-day:nth-child(n+4) { border-top: 1px solid color-mix(in srgb, var(--portal-border) 68%, transparent); }
.weather-day-heading { display: contents; }
.weather-day-heading span { align-self: center; }
.weather-day-heading svg { grid-column: 2; grid-row: 1 / 3; height: 27px; opacity: .78; width: 27px; }
.weather-day-temperatures { font-size: 1rem; grid-column: 1; margin-top: 4px; }
.weather-day-temperatures strong { font-family: var(--portal-font-display); font-size: 1.5rem; font-weight: 500; }
.weather-day-condition { font-size: .74rem; font-weight: 600; grid-column: 1 / -1; min-height: 2.6em; }
.weather-day-rain { grid-column: 1 / -1; opacity: .78; padding-top: 2px; }
.destination-weather-card .season-grid {
  background: color-mix(in srgb, var(--portal-bg) 30%, var(--portal-surface));
  border: 1px solid color-mix(in srgb, var(--portal-border) 62%, transparent);
  border-radius: 16px;
  margin-top: 31px;
  padding: 21px 22px;
}
.destination-weather-card .season-grid p { margin-bottom: 17px; }
.destination-weather-card .season-grid p strong { font-size: 1.25rem; font-weight: 600; }
.destination-weather-card .season-guidance { letter-spacing: .12em; opacity: .82; }
.destination-weather-card .season-grid > div { border-left-color: color-mix(in srgb, var(--portal-border) 62%, transparent); padding-block: 3px; }
.season-grid svg { background: color-mix(in srgb, var(--portal-bg) 46%, transparent); border-color: color-mix(in srgb, var(--portal-border) 58%, transparent); height: 35px; opacity: .88; padding: 7px; width: 35px; }
.destination-weather-card .season-grid span { font-weight: 700; letter-spacing: .12em; }
.destination-weather-card .season-grid strong { font-weight: 600; }

@media (max-width: 900px) {
  .weather-live-panel { grid-template-columns: 1fr; }
  .destination-weather-card .weather-live-panel .weather-current { border-right: 0; padding-right: 0; }
  .destination-weather-card .weather-live-panel .weather-summary { border-left: 0; border-top: 1px solid var(--portal-border); margin-top: 28px; padding: 24px 0 0; }
  .weather-days { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .weather-day:nth-child(n) { border: 0; border-left: 1px solid color-mix(in srgb, var(--portal-border) 68%, transparent); }
  .weather-day:nth-child(odd) { border-left: 0; }
  .weather-day:nth-child(n+3) { border-top: 1px solid color-mix(in srgb, var(--portal-border) 68%, transparent); }
}
@media (max-width: 560px) {
  .destination-guide .destination-weather-card { border-radius: 20px; padding: 24px 18px; }
  .weather-intro-copy { font-size: .9rem; }
  .weather-live-panel { padding: 20px 0; }
  .weather-days { gap: 0; grid-template-columns: 1fr; }
  .weather-day:nth-child(n) { border: 0; border-top: 1px solid color-mix(in srgb, var(--portal-border) 68%, transparent); min-height: 0; padding: 16px 4px; }
  .weather-day:first-child { border-top: 0; }
  .weather-day-condition { min-height: 0; }
  .destination-weather-card .season-grid { padding: 19px 18px; }
}
/* Cabalango home art direction: restrained landscape accents and one icon family. */
.destination-guide {
  --portal-sun: #C79536;
  --portal-leaf: #5F7B52;
  --portal-water: #4F7F8D;
  --portal-earth: #A46047;
}
.destination-attributes li:nth-child(1) svg { color: var(--portal-water); }
.destination-attributes li:nth-child(2) svg { color: var(--portal-leaf); }
.destination-attributes li:nth-child(3) svg { color: var(--portal-sun); }
.destination-attributes li:nth-child(4) svg { color: var(--portal-earth); }
.destination-quick-links svg { height: 27px; transition: color .22s ease, transform .22s ease; width: 27px; }
.destination-quick-links a:nth-child(1) svg, .destination-quick-links a:nth-child(3) svg { color: var(--portal-leaf); }
.destination-quick-links a:nth-child(2) svg, .destination-quick-links a:nth-child(4) svg { color: var(--portal-earth); }
.destination-quick-links a:nth-child(5) svg { color: var(--portal-water); }
.destination-quick-links a:hover svg, .destination-quick-links a:focus-visible svg { transform: translateY(-2px); }
.destination-story-card h3 { align-items: center; display: flex; gap: 9px; }
.destination-story-card h3 svg { color: var(--portal-primary); height: 19px; width: 19px; }
.destination-story-historia h3 svg { color: var(--portal-earth); }
.destination-story-ubicacion h3 svg { color: var(--portal-water); }
.destination-story-vida-local h3 svg { color: var(--portal-leaf); }
.destination-journey-number { align-items: center; display: flex; gap: 7px; }
.destination-journey-number svg { height: 17px; stroke-width: 1.9; width: 17px; }
.destination-journey-card.is-featured .destination-journey-number svg { color: var(--portal-water); }
.destination-journey-card:nth-child(2) .destination-journey-number svg { color: var(--portal-sun); }
.destination-journey-card:nth-child(3) .destination-journey-number svg { color: var(--portal-leaf); }
.destination-river-heading { align-items: center; display: flex; gap: 14px; }
.destination-river-heading .portal-kicker { margin-bottom: 0; }
.destination-river-heading > svg { color: var(--portal-water); height: 40px; width: 64px; }
.destination-travel-tip { border-left-color: var(--portal-water); }
.destination-travel-tip svg { color: var(--portal-water); }
.destination-gallery-link svg { color: var(--portal-water); height: 19px; width: 19px; }
.destination-cta-mark { color: var(--portal-water); height: 44px; margin-bottom: 18px; width: 70px; }
.destination-weather-card .weather-current-icon svg,
.destination-weather-card .weather-day-heading svg { color: var(--portal-sun); }
.destination-weather-card .weather-advice svg { color: var(--portal-leaf); }
.destination-weather-card .weather-summary div:nth-of-type(2) svg,
.destination-weather-card .weather-day-rain svg { color: var(--portal-water); }
.destination-weather-card .season-grid > div:nth-of-type(1) svg { color: var(--portal-leaf); }
.destination-weather-card .season-grid > div:nth-of-type(2) svg { color: var(--portal-sun); }
.destination-weather-card .season-grid > div:nth-of-type(3) svg { color: var(--portal-earth); }
.destination-weather-card .season-grid > div:nth-of-type(4) svg { color: var(--portal-water); }
@media (max-width: 520px) {
  .destination-river-heading > svg { height: 32px; width: 52px; }
  .destination-cta-mark { height: 34px; margin-bottom: 12px; width: 54px; }
}
@media (prefers-reduced-motion: reduce) {
  .destination-quick-links svg { transition: none; }
}
/* Galería editorial de la ficha pública. */
.public-gallery {
  min-width: 0;
  position: relative;
}

.public-gallery__mosaic {
  display: grid;
  gap: clamp(6px, 1vw, 12px);
  grid-template-columns: minmax(0, 2fr) minmax(180px, 1fr);
  grid-template-rows: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border-radius: 30px;
}

.public-gallery__item {
  appearance: none;
  background: var(--portal-surface, #f7f2e8);
  border: 0;
  cursor: pointer;
  margin: 0;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.public-gallery__item--main {
  aspect-ratio: 16 / 10;
  grid-row: 1 / 4;
}

.public-gallery__item--secondary { aspect-ratio: 4 / 3; }
.public-gallery__item img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
  width: 100%;
}

.public-gallery__more {
  align-items: center;
  background: rgba(28, 38, 29, .68);
  color: #fff;
  display: flex;
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 800;
  inset: 0;
  justify-content: center;
  position: absolute;
}

.public-gallery--count-1 .public-gallery__mosaic {
  display: block;
  margin-inline: auto;
  max-width: 960px;
}
.public-gallery--count-2 .public-gallery__mosaic {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: 1fr;
}
.public-gallery--count-2 .public-gallery__item { aspect-ratio: 4 / 3; grid-row: auto; }
.public-gallery--count-3 .public-gallery__mosaic { grid-template-rows: repeat(2, minmax(0, 1fr)); }
.public-gallery--count-3 .public-gallery__item--main { grid-row: 1 / 3; }

.public-gallery__empty {
  color: var(--portal-muted, #667063);
  margin: 0;
  padding: 18px 4px;
}

.public-gallery .gallery-see-all { z-index: 2; }

@media (hover: hover) and (pointer: fine) {
  .public-gallery__item:hover img { transform: scale(1.02); }
}

.public-gallery-lightbox {
  align-items: center;
  display: flex;
  inset: 0;
  opacity: 0;
  padding: clamp(10px, 2vw, 28px);
  pointer-events: none;
  position: fixed;
  transition: opacity 180ms ease;
  z-index: 50;
}
.public-gallery-lightbox.is-open { opacity: 1; pointer-events: auto; }
.public-gallery-lightbox .gallery-lightbox-backdrop {
  background: rgba(17, 24, 18, .92);
  border: 0;
  cursor: zoom-out;
  inset: 0;
  position: absolute;
}
.public-gallery-lightbox__panel {
  background: rgba(20, 27, 21, .98);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  box-shadow: 0 30px 90px rgba(0,0,0,.48);
  display: flex;
  flex-direction: column;
  margin: auto;
  max-height: 94vh;
  max-width: min(1200px, 100%);
  min-height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
.public-gallery-lightbox .gallery-lightbox-header { flex: 0 0 auto; }
.public-gallery-lightbox .gallery-lightbox-close {
  align-items: center;
  display: flex;
  font-size: 1.8rem;
  height: 48px;
  justify-content: center;
  padding: 0;
  width: 48px;
}
.public-gallery-lightbox__stage {
  align-items: center;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 56px;
  min-height: 0;
  padding: clamp(10px, 2vw, 24px);
}
.public-gallery-lightbox__image {
  display: block;
  grid-column: 2;
  height: auto;
  justify-self: center;
  max-height: 78vh;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}
.public-gallery-lightbox .gallery-lightbox-prev { grid-column: 1; grid-row: 1; }
.public-gallery-lightbox .gallery-lightbox-next { grid-column: 3; grid-row: 1; }

@media (max-width: 860px) {
  .public-gallery__mosaic { grid-template-columns: minmax(0, 3fr) minmax(150px, 2fr); }
}

@media (max-width: 600px) {
  .public-gallery__mosaic,
  .public-gallery--count-2 .public-gallery__mosaic,
  .public-gallery--count-3 .public-gallery__mosaic {
    border-radius: 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto;
  }
  .public-gallery__item--main,
  .public-gallery--count-3 .public-gallery__item--main {
    aspect-ratio: 16 / 10;
    grid-column: 1 / -1;
    grid-row: auto;
  }
  .public-gallery__item--secondary { aspect-ratio: 4 / 3; }
  .public-gallery--count-2 .public-gallery__item { grid-column: auto; }
  .public-gallery-lightbox { padding: 0; }
  .public-gallery-lightbox__panel { border-radius: 0; max-height: 100dvh; min-height: 100dvh; }
  .public-gallery-lightbox .gallery-lightbox-header { padding: 14px 16px; }
  .public-gallery-lightbox .gallery-lightbox-header .portal-card-label,
  .public-gallery-lightbox .gallery-lightbox-header h2 { display: none; }
  .public-gallery-lightbox__stage {
    flex: 1;
    grid-template-columns: 52px minmax(0, 1fr) 52px;
    padding: 8px;
  }
  .public-gallery-lightbox__image { max-height: 82dvh; }
  .public-gallery-lightbox .gallery-lightbox-nav {
    bottom: auto;
    height: 48px;
    position: static;
    width: 48px;
  }
}

/* ========================================================================== */
/* PUBLIC PROVIDER PAGE                                                       */
/* A quiet editorial system scoped exclusively to the public provider page.  */
/* ========================================================================== */
.portal-body .prestador-page {
  --provider-gap: clamp(32px, 4vw, 40px);
  --provider-padding: clamp(24px, 3vw, 32px);
  --provider-radius: 22px;
  box-sizing: border-box;
  color: var(--portal-heading);
  max-width: 1240px;
  overflow: clip;
  padding-bottom: 56px;
  width: min(1240px, calc(100% - clamp(24px, 5vw, 64px)));
}
.portal-body .prestador-page *,
.portal-body .prestador-page *::before,
.portal-body .prestador-page *::after { box-sizing: border-box; }
.portal-body .prestador-page > section { min-width: 0; scroll-margin-top: 32px; }
.portal-body .prestador-page .portal-topnav { margin-bottom: 24px; position: static; }
.portal-body .prestador-page .portal-card,
.portal-body .prestador-page .tourism-heading-card {
  border: 1px solid var(--portal-border);
  border-radius: var(--provider-radius);
  box-shadow: none;
  padding: var(--provider-padding);
}
.portal-body .prestador-page p,
.portal-body .prestador-page dd,
.portal-body .prestador-page dt,
.portal-body .prestador-page .portal-card-label,
.portal-body .prestador-page .provider-category { color: var(--portal-heading); }
.portal-body .prestador-page .portal-subtitle,
.portal-body .prestador-page .reviews-header p,
.portal-body .prestador-page .reviews-empty,
.portal-body .prestador-page .public-gallery__empty { color: var(--portal-text-soft); }
.portal-body .prestador-page a:not(.portal-button):not(.gallery-see-all):not(.gallery-lightbox-nav):not(.gallery-lightbox-close) { color: var(--portal-heading); }
.portal-body .prestador-page a:not(.portal-button):hover { color: var(--portal-primary-hover); }

/* Identity: an editorial cover with one continuous rhythm across both areas. */
.portal-body .prestador-page .tourism-heading-card.provider-identity {
  background: linear-gradient(118deg, #fffdf8 0%, #fffaf0 64%, #f3eddf 100%);
  border-color: rgba(83, 91, 67, .2);
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 1.72fr) minmax(300px, .82fr);
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.portal-body .prestador-page .tourism-heading-card.provider-identity::before {
  background: var(--portal-olive);
  content: "";
  height: 4px;
  inset: 0 0 auto;
  position: absolute;
  z-index: 1;
}
.portal-body .prestador-page .provider-identity__main {
  align-items: stretch;
  display: grid;
  gap: clamp(28px, 3.4vw, 48px);
  grid-template-columns: clamp(112px, 13vw, 164px) minmax(0, 1fr);
  min-width: 0;
  padding: clamp(40px, 5vw, 68px) clamp(32px, 4.6vw, 64px);
}
.portal-body .prestador-page .provider-identity__main--no-logo { grid-template-columns: 1fr; }
.portal-body .prestador-page .provider-identity__brand { display: flex; flex-direction: column; min-width: 0; }
.portal-body .prestador-page .provider-identity__content { align-self: center; min-width: 0; }
.portal-body .prestador-page .provider-logo {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(64, 85, 63, .16);
  border-radius: 22px;
  box-shadow: 0 18px 38px rgba(56, 48, 36, .1);
  display: flex;
  height: clamp(112px, 13vw, 164px);
  justify-content: center;
  padding: clamp(12px, 1.5vw, 18px);
  width: 100%;
}
.portal-body .prestador-page .provider-logo .prestador-profile-logo { height: 100%; margin: 0; max-height: none; max-width: none; object-fit: contain; width: 100%; }
.portal-body .prestador-page .provider-identity__edition { color: var(--portal-text-soft); font-size: .64rem; font-weight: 800; letter-spacing: .2em; margin-top: auto; padding-top: 24px; text-transform: uppercase; }
.portal-body .prestador-page .provider-category { align-items: center; display: flex; font-size: .72rem; font-weight: 800; gap: 10px; letter-spacing: .13em; margin: 0 0 18px; text-transform: uppercase; }
.portal-body .prestador-page .provider-category::before { background: var(--portal-olive); content: ""; height: 1px; width: 32px; }
.portal-body .prestador-page .tourism-heading-card h1 { font-size: clamp(3.3rem, 6.1vw, 6.25rem); letter-spacing: -.052em; line-height: .84; margin: 0; max-width: 11ch; text-wrap: balance; }
.portal-body .prestador-page .tourism-heading-card .portal-subtitle { border-left: 2px solid rgba(119, 124, 88, .38); font-size: clamp(1.05rem, 1.45vw, 1.22rem); line-height: 1.55; margin: 28px 0 0; max-width: 48ch; padding-left: 18px; }
.portal-body .prestador-page .prestador-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.portal-body .prestador-page .prestador-actions .portal-button { min-height: 46px; }
.portal-body .prestador-page dt { font-size: .72rem; font-weight: 700; letter-spacing: .1em; margin-bottom: 7px; text-transform: uppercase; }
.portal-body .prestador-page dd { font-size: .94rem; line-height: 1.55; margin: 0; overflow-wrap: anywhere; }
.portal-body .prestador-page .provider-schedule-text span { display: block; }
.portal-body .prestador-page .provider-icon { color: #777c58; flex: 0 0 21px; height: 21px; width: 21px; }
.portal-body .prestador-page .provider-key-summary { align-self: stretch; background: rgba(225, 216, 197, .38); border-left: 1px solid rgba(83, 91, 67, .16); display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: clamp(40px, 4.2vw, 58px) clamp(28px, 3.2vw, 42px); }
.portal-body .prestador-page .provider-key-summary__title { font-family: var(--portal-font-display); font-size: 1.5rem; font-weight: 600; margin: 0 0 16px; }
.portal-body .prestador-page .provider-key-summary dl { margin: 0; }
.portal-body .prestador-page .provider-key-summary dl > div { align-items: flex-start; display: flex; gap: 14px; min-width: 0; padding: 15px 0; }
.portal-body .prestador-page .provider-key-summary dl > div + div { border-top: 1px solid var(--portal-border); }
.portal-body .prestador-page .provider-key-summary dt { margin-bottom: 3px; }
.portal-body .prestador-page .provider-key-summary dd { font-size: .88rem; line-height: 1.42; }
.portal-body .prestador-page .provider-key-summary span { min-width: 0; }

/* Description, contact and the only intentionally nested highlight. */
.portal-body .prestador-page .prestador-detail-grid { align-items: stretch; gap: 18px; margin-top: var(--provider-gap); }
.portal-body .prestador-page .provider-content-grid { grid-template-columns: minmax(0, 3fr) minmax(280px, 2fr); }
.portal-body .prestador-page .provider-amenities { margin-top: var(--provider-gap); padding: clamp(28px, 4vw, 44px); }
.portal-body .prestador-page .provider-amenities h2 { margin-bottom: clamp(24px, 3vw, 34px); }
.portal-body .prestador-page .provider-amenities__grid { display: grid; gap: 0 clamp(22px, 3vw, 38px); grid-template-columns: repeat(4, minmax(0, 1fr)); list-style: none; margin: 0; padding: 0; }
.portal-body .prestador-page .provider-amenities__item { align-items: center; border-top: 1px solid var(--portal-border); display: flex; gap: 12px; min-width: 0; padding: 16px 0; }
.portal-body .prestador-page .provider-amenities__icon { align-items: center; border: 1px solid color-mix(in srgb, var(--portal-water) 45%, var(--portal-border)); border-radius: 50%; color: var(--portal-water); display: flex; flex: 0 0 36px; height: 36px; justify-content: center; }
.portal-body .prestador-page .provider-amenities__icon .provider-icon { height: 20px; width: 20px; }
.portal-body .prestador-page .prestador-detail-grid > article { min-width: 0; overflow-wrap: anywhere; }
.portal-body .prestador-page .prestador-detail-grid > article h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); margin-bottom: 16px; }
.portal-body .prestador-page .promo-highlight { align-items: flex-start; background: linear-gradient(135deg, #5A392B 0%, #4A2F25 55%, #3F281F 100%); border: 1px solid rgba(222, 190, 143, .32); border-left: 4px solid #D2AD73; border-radius: 4px 16px 16px 4px; box-shadow: 0 14px 30px rgba(50, 31, 23, .20); display: flex; gap: 18px; margin-top: 24px; padding: 24px 26px; }
.portal-body .prestador-page .promo-highlight .provider-icon { color: #E9C98F; height: 25px; margin-top: 2px; width: 25px; }
.portal-body .prestador-page .promo-highlight > div { display: grid; gap: 8px; }
.portal-body .prestador-page .promo-highlight > div > span { color: #E9C98F; font-size: .7rem; font-weight: 800; letter-spacing: .18em; }
.portal-body .prestador-page .promo-highlight > div > strong { color: #FFF7EE; font-family: var(--portal-font-display); font-size: clamp(1.4rem, 2.5vw, 1.75rem); font-weight: 600; line-height: 1.18; text-wrap: balance; }
.portal-body .prestador-page .promo-highlight > div > small { color: #F1E4D5; font-size: .82rem; line-height: 1.45; }

/* Gallery. Empty state stays at its natural content height. */
.portal-body .prestador-page .photos-summary-card { margin-top: var(--provider-gap); }
.portal-body .prestador-page .photos-summary-card--empty { padding-block: 24px; }
.portal-body .prestador-page .photos-summary-card--empty h2 { margin-bottom: 6px; }
.portal-body .prestador-page .photos-summary-card--empty .public-gallery,
.portal-body .prestador-page .photos-summary-card--empty .public-gallery__empty { margin: 0; min-height: 0; padding: 0; }
.portal-body .prestador-page .public-gallery__grid { display: grid; gap: 14px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-bottom: 18px; }
.portal-body .prestador-page .public-gallery__item { aspect-ratio: 4 / 3 !important; border: 0; border-radius: 14px; min-height: 0; overflow: hidden; padding: 0; position: relative; }
.portal-body .prestador-page .public-gallery__item img { display: block; height: 100%; object-fit: cover; transition: filter .25s ease, transform .35s ease; width: 100%; }
.portal-body .prestador-page .public-gallery__item:hover img { filter: brightness(.9); transform: scale(1.025); }
.portal-body .prestador-page .public-gallery__item:focus-visible { outline: 3px solid rgba(119,124,88,.4); outline-offset: 3px; }
.portal-body .prestador-page .public-gallery--count-1 .public-gallery__grid { grid-template-columns: 1fr; }
.portal-body .prestador-page .public-gallery--count-2 .public-gallery__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

/* The lightbox is deliberately sparse: image first, controls always reachable. */
.portal-body .prestador-page .public-gallery-lightbox { background: rgba(17,18,16,.92); padding: clamp(14px, 3vw, 32px); }
.portal-body .prestador-page .public-gallery-lightbox__panel { background: #151614; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; height: min(90dvh, 880px); max-width: 1180px; width: 100%; }
.portal-body .prestador-page .gallery-lightbox-header { align-items: center; color: #fff; display: grid; gap: 18px; grid-template-columns: minmax(0, 1fr) auto auto; padding: 14px 18px; }
.portal-body .prestador-page .gallery-lightbox-header h2 { color: #fff; font-family: var(--portal-font-sans); font-size: .9rem; margin: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.portal-body .prestador-page .gallery-lightbox-header strong { color: rgba(255,255,255,.72); font-size: .78rem; }
.portal-body .prestador-page .public-gallery-lightbox__stage { display: grid; flex: 1 1 0; grid-template-columns: 56px minmax(0, 1fr) 56px; grid-template-rows: minmax(0, 1fr); min-height: 0; overflow: hidden; place-items: center; }
.portal-body .prestador-page .public-gallery-lightbox__image { align-self: center; display: block; grid-column: 2; height: auto; justify-self: center; max-height: 100%; max-width: 100%; object-fit: contain; object-position: center; width: auto; }

/* Reviews: compact form and a quiet count rather than a floating badge. */
.portal-body .prestador-page .reviews-card { margin-top: var(--provider-gap); }
.portal-body .prestador-page .rating-pill { background: transparent; border: 0; border-radius: 0; color: var(--portal-text-soft); padding: 0; }
.portal-body .prestador-page .rating-pill strong { color: var(--portal-heading); font-size: 1.1rem; }
.portal-body .prestador-page .rating-pill span { font-size: .78rem; }
.portal-body .prestador-page .reviews-empty { background: transparent; border: 0; margin-top: 12px; padding: 0; }
.portal-body .prestador-page .review-form { gap: 10px; margin-top: 18px; padding-top: 18px; }
.portal-body .prestador-page .review-form input,
.portal-body .prestador-page .review-form select,
.portal-body .prestador-page .review-form textarea { min-height: 44px; min-width: 0; padding: 10px 13px; }

/* Location keeps visual priority when video is absent. */
.portal-body .prestador-page .provider-location-grid { grid-template-columns: minmax(0, 7fr) minmax(230px, 3fr); }
.portal-body .prestador-page .provider-video-card.is-empty { align-self: start; padding-block: 22px; }
.portal-body .prestador-page .provider-video-card.is-empty h2 { font-size: 1.45rem; margin-bottom: 6px; }
.portal-body .prestador-page .provider-video-card.is-empty p { margin-bottom: 0; }

@media (max-width: 900px) {
  .portal-body .prestador-page .tourism-heading-card.provider-identity { grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr); }
  .portal-body .prestador-page .provider-identity__main { gap: 24px; grid-template-columns: 104px minmax(0, 1fr); padding: 42px 32px; }
  .portal-body .prestador-page .provider-identity__main--no-logo { grid-template-columns: 1fr; }
  .portal-body .prestador-page .provider-logo { height: 104px; }
  .portal-body .prestador-page .tourism-heading-card h1 { font-size: clamp(3rem, 7vw, 4.5rem); }
  .portal-body .prestador-page .provider-key-summary { padding-inline: 26px; }
  .portal-body .prestador-page .provider-amenities__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .portal-body .prestador-page { --provider-gap: 28px; --provider-padding: 22px; --provider-radius: 18px; padding-top: 10px; width: min(100% - 24px, 1240px); }
  .portal-body .prestador-page .portal-topnav { margin-bottom: 18px; position: static; }
  .portal-body .prestador-page .tourism-heading-card.provider-identity { grid-template-columns: 1fr; }
  .portal-body .prestador-page .provider-identity__main { gap: 22px; grid-template-columns: 82px minmax(0, 1fr); padding: 32px 22px 36px; }
  .portal-body .prestador-page .provider-identity__main--no-logo { grid-template-columns: 1fr; }
  .portal-body .prestador-page .provider-logo { border-radius: 15px; height: 82px; padding: 8px; }
  .portal-body .prestador-page .provider-identity__edition { display: none; }
  .portal-body .prestador-page .tourism-heading-card h1 { font-size: clamp(2.75rem, 12vw, 4rem); line-height: .88; }
  .portal-body .prestador-page .provider-category { font-size: .68rem; }
  .portal-body .prestador-page .tourism-heading-card .portal-subtitle { margin-top: 22px; }
  .portal-body .prestador-page .prestador-actions { display: grid; grid-template-columns: 1fr; }
  .portal-body .prestador-page .prestador-actions .portal-button { justify-content: center; min-width: 0; text-align: center; width: 100%; }
  .portal-body .prestador-page .provider-key-summary { border-left: 0; border-top: 1px solid rgba(83, 91, 67, .16); padding: 30px 22px; }
  .portal-body .prestador-page .provider-content-grid,
  .portal-body .prestador-page .provider-location-grid { grid-template-columns: 1fr; }
  .portal-body .prestador-page .provider-amenities { padding: 26px 20px; }
  .portal-body .prestador-page .promo-highlight { gap: 13px; padding: 20px 18px; }
  .portal-body .prestador-page .promo-highlight > div > strong { font-size: clamp(1.3rem, 7vw, 1.55rem); }
  .portal-body .prestador-page .public-gallery__grid,
  .portal-body .prestador-page .public-gallery--count-2 .public-gallery__grid { gap: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .portal-body .prestador-page .public-gallery--count-1 .public-gallery__grid { grid-template-columns: 1fr; }
  .portal-body .prestador-page .public-gallery-lightbox__panel { border: 0; border-radius: 0; height: 100dvh; max-height: none; }
  .portal-body .prestador-page .gallery-lightbox-header { padding: 13px 15px; }
  .portal-body .prestador-page .public-gallery-lightbox__stage { flex: 1 1 0; grid-template-columns: 52px minmax(0, 1fr) 52px; min-height: 0; }
  .portal-body .prestador-page .reviews-header { align-items: flex-start; flex-direction: column; }
  .portal-body .prestador-page .form-grid-public { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .portal-body .prestador-page .provider-identity__main { display: block; padding: 28px 20px 32px; }
  .portal-body .prestador-page .provider-identity__main--no-logo { grid-template-columns: 1fr; }
  .portal-body .prestador-page .provider-identity__brand { float: left; margin: 0 16px 10px 0; width: 72px; }
  .portal-body .prestador-page .provider-logo { height: 72px; }
  .portal-body .prestador-page .provider-category { min-height: 72px; margin-bottom: 12px; }
  .portal-body .prestador-page .provider-category::before { display: none; }
  .portal-body .prestador-page .tourism-heading-card h1 { clear: both; }
  .portal-body .prestador-page .tourism-heading-card .portal-subtitle { font-size: 1rem; margin-top: 20px; }
  .portal-body .prestador-page .prestador-actions { margin-top: 26px; }
  .portal-body .prestador-page .provider-amenities__grid { grid-template-columns: 1fr; }
  .portal-body .prestador-page .public-gallery__grid,
  .portal-body .prestador-page .public-gallery--count-1 .public-gallery__grid,
  .portal-body .prestador-page .public-gallery--count-2 .public-gallery__grid { grid-template-columns: 1fr; }
}

/* Home agenda — compact editorial module, isolated from the full public agenda. */
.home-agenda { border-block: 1px solid var(--portal-border); margin: clamp(2.5rem, 6vw, 5rem) 0; padding: clamp(2.25rem, 5vw, 4.25rem) 0; }
.home-agenda__header { align-items: end; display: flex; gap: 2rem; justify-content: space-between; margin-bottom: clamp(1.5rem, 3vw, 2.25rem); }
.home-agenda__header h2 { font-family: var(--portal-font-display); font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1; margin: .3rem 0 .65rem; }
.home-agenda__header p:last-child { color: var(--portal-muted); margin: 0; }
.home-agenda__all,
.home-agenda-event__link { color: var(--portal-leaf); font-size: .82rem; font-weight: 800; text-underline-offset: .25rem; }
.home-agenda__all { flex: 0 0 auto; padding-block: .75rem; }
.home-agenda__grid { display: grid; gap: clamp(1.15rem, 2.3vw, 2rem); grid-template-columns: repeat(3, minmax(0, 1fr)); }
.home-agenda__grid[data-count="1"] { grid-template-columns: minmax(0, 38rem); }
.home-agenda__grid[data-count="2"] { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 58rem; }
.home-agenda-event { background: var(--portal-surface); border-top: 3px solid var(--portal-earth); display: flex; flex-direction: column; min-width: 0; }
.home-agenda-event__image { aspect-ratio: 16 / 8; border-radius: 0 0 14px 14px; display: block; object-fit: cover; width: 100%; }
.home-agenda-event__body { display: flex; flex: 1; flex-direction: column; padding: 1.15rem .15rem .2rem; }
.home-agenda-event__labels { align-items: center; color: var(--portal-earth); display: flex; flex-wrap: wrap; font-size: .64rem; font-weight: 800; gap: .35rem; letter-spacing: .1em; margin: 0 0 1rem; min-height: .9rem; text-transform: uppercase; }
.home-agenda-event__labels span + span::before { color: var(--portal-muted); content: "·"; margin-right: .35rem; }
.home-agenda-event__labels small { border-left: 1px solid var(--portal-border); color: var(--portal-muted); font: inherit; margin-left: .2rem; padding-left: .55rem; }
.home-agenda-event__content { align-items: start; display: grid; gap: .85rem; grid-template-columns: 4rem minmax(0, 1fr); }
.home-agenda-event__content time { color: var(--portal-earth); font-size: .9rem; font-weight: 800; letter-spacing: .03em; line-height: 1.15; text-transform: uppercase; }
.home-agenda-event__category { color: var(--portal-leaf); font-size: .63rem; font-weight: 800; letter-spacing: .11em; margin: 0 0 .3rem; text-transform: uppercase; }
.home-agenda-event h3 { font-family: var(--portal-font-display); font-size: clamp(1.45rem, 2.15vw, 1.85rem); line-height: 1.05; margin: 0; overflow-wrap: anywhere; }
.home-agenda-event__description { color: var(--portal-muted); font-size: .9rem; line-height: 1.5; margin: .55rem 0 0; }
.home-agenda-event__facts { border-top: 1px solid var(--portal-border); color: var(--portal-muted); display: flex; flex-wrap: wrap; font-size: .78rem; font-weight: 600; gap: .25rem .9rem; margin: 1rem 0 0; padding-top: .75rem; }
.home-agenda-event__facts span + span::before { content: "·"; margin-right: .9rem; }
.home-agenda-event__link { align-self: flex-start; margin-top: auto; min-height: 2.75rem; padding-top: 1rem; }
.home-agenda a:focus-visible { outline: 3px solid color-mix(in srgb, var(--portal-water) 55%, transparent); outline-offset: 3px; }
@media (max-width: 900px) { .home-agenda__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) {
  .home-agenda__header { align-items: flex-start; flex-direction: column; gap: .65rem; }
  .home-agenda__grid,
  .home-agenda__grid[data-count="1"],
  .home-agenda__grid[data-count="2"] { grid-template-columns: 1fr; max-width: none; }
  .home-agenda-event__content { grid-template-columns: 3.5rem minmax(0, 1fr); }
}

/* Public Qué hacer agenda — intentionally scoped away from Home, providers and admin. */
.public-agenda {
  --portal-sun: #C79536;
  --portal-leaf: #5F7B52;
  --portal-water: #4F7F8D;
  --portal-earth: #A46047;
}
.public-agenda .official-agenda { border-bottom: 1px solid var(--color-border); margin-top: clamp(2.75rem, 6vw, 5rem); padding-bottom: clamp(3rem, 6vw, 5rem); }
.public-agenda .agenda-eyebrow { color: var(--portal-earth); font: 800 .72rem/1.3 var(--portal-font-sans); letter-spacing: .17em; margin: 0 0 .7rem; text-transform: uppercase; }
.public-agenda .official-agenda__grid { display: grid; gap: clamp(1.25rem, 2.4vw, 2rem); grid-template-columns: repeat(3, minmax(0, 1fr)); }
.public-agenda .official-agenda__grid[data-count="1"] { grid-template-columns: minmax(0, 32rem); justify-content: start; }
.public-agenda .official-agenda__grid[data-count="2"] { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 60rem; }
.public-agenda .official-event { background: var(--color-surface); border-top: 3px solid var(--portal-earth); display: flex; flex-direction: column; min-width: 0; }
.public-agenda .official-event--institutional { border-top-color: var(--portal-leaf); }
.public-agenda .official-event__image { aspect-ratio: 4 / 3; background: #f3ede3; display: block; max-width: 100%; object-fit: contain; width: 100%; }
.public-agenda .official-event__body { display: flex; flex: 1; flex-direction: column; padding: 1rem 1rem 1.1rem; }
.public-agenda .official-event__labels { align-items: center; color: var(--portal-earth); display: flex; flex-wrap: wrap; font: 800 .66rem/1.4 var(--portal-font-sans); gap: .35rem; letter-spacing: .105em; margin: 0 0 1.15rem; min-height: 1rem; text-transform: uppercase; }
.public-agenda .official-event__label--en-curso,
.public-agenda .official-event__label--hoy-en-cabalango { color: var(--portal-leaf); }
.public-agenda .official-event__label--mañana { color: var(--portal-earth); }
.public-agenda .official-event__label--próximamente { opacity: .76; }
.public-agenda .official-event__official { border-left: 1px solid var(--color-border-strong); color: var(--color-text-soft); margin-left: .2rem; padding-left: .55rem; }
.public-agenda .official-event__content { align-items: start; display: grid; gap: 1rem; grid-template-columns: 4.4rem minmax(0, 1fr); }
.public-agenda .official-event__date { color: var(--portal-earth); font: 800 1rem/1.15 var(--portal-font-sans); letter-spacing: .04em; max-width: 4.4rem; text-transform: uppercase; }
.public-agenda .official-event__category { color: var(--portal-leaf); font: 800 .66rem/1.3 var(--portal-font-sans); letter-spacing: .12em; margin: 0 0 .35rem; text-transform: uppercase; }
.public-agenda .official-event h3 { font-family: var(--portal-font-display); font-size: clamp(1.35rem, 2vw, 1.75rem); font-weight: 600; line-height: 1.09; margin: 0; overflow-wrap: anywhere; }
.public-agenda .official-event__description { color: var(--color-text-soft); line-height: 1.55; margin: .65rem 0 0; }
.public-agenda .official-event__facts { border-top: 1px solid var(--color-border); color: var(--color-text-soft); font: 600 .82rem/1.5 var(--portal-font-sans); margin: auto 0 0; padding-top: .85rem; }
.public-agenda .official-event__actions { display: flex; flex-wrap: wrap; gap: .45rem 1.1rem; margin-top: 0; padding-top: 1rem; }
.public-agenda .official-event__content + .official-event__actions { margin-top: auto; }
.public-agenda .official-event__actions a { color: var(--color-olive-dark); font-size: .82rem; font-weight: 800; min-height: 2.75rem; text-underline-offset: .22rem; }
.public-agenda .official-event__actions a:focus-visible { outline: 3px solid color-mix(in srgb, var(--portal-water) 55%, transparent); outline-offset: 3px; }
.public-agenda .official-agenda__empty { border-left: 3px solid var(--portal-sun); color: var(--color-text-soft); max-width: 38rem; padding: .15rem 0 .15rem 1.15rem; }
.public-agenda .official-agenda__empty p { margin: 0; }
.public-agenda .official-agenda__empty p + p { font-size: .9rem; margin-top: .3rem; }
.public-agenda .experiences { margin-top: clamp(3rem, 6vw, 5rem); }
.public-agenda .experiences .agenda-filters { margin: 1.5rem 0 2rem; }
.public-agenda .experiences__empty { color: var(--color-text-soft); }

@media (max-width: 900px) {
  .public-agenda .official-agenda__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .public-agenda .official-agenda__grid,
  .public-agenda .official-agenda__grid[data-count="1"],
  .public-agenda .official-agenda__grid[data-count="2"] { grid-template-columns: 1fr; max-width: none; width: 100%; }
  .public-agenda .official-event__content { gap: .75rem; grid-template-columns: 3.8rem minmax(0, 1fr); }
  .public-agenda .official-event__date { font-size: .9rem; max-width: 3.8rem; }
  .public-agenda .official-event__actions a { align-items: center; display: inline-flex; }
}

/* Home editorial flow: planning is a data chapter, not another photographic story. */
.destination-guide .destination-planning {
  background: color-mix(in srgb, var(--portal-sun) 5%, var(--portal-surface));
  border-block: 1px solid var(--portal-border);
  box-sizing: border-box;
  margin: 0 0 clamp(58px, 6vw, 82px);
  padding: clamp(28px, 2.5vw, 34px);
}
.destination-guide .destination-planning-heading { align-items: center; display: grid; gap: 24px 40px; grid-template-columns: minmax(0, 3fr) minmax(280px, 2fr); margin-bottom: 24px; }
.destination-guide .destination-planning-heading h2 { color: var(--portal-heading); font-family: var(--portal-font-display); font-size: clamp(2.4rem, 4.2vw, 4rem); letter-spacing: -.04em; line-height: 1; margin: 8px 0 10px; }
.destination-guide .destination-planning-heading > div > p:last-child { color: var(--portal-muted); line-height: 1.55; margin: 0; max-width: 54ch; }
.destination-guide .destination-planning .destination-travel-tip { align-self: center; margin: 0; max-width: 34rem; width: 100%; }
.destination-guide .destination-planning .destination-weather-card { background: var(--portal-surface); border: 1px solid var(--portal-border); display: flex; flex-direction: column; gap: 0; margin: 0; padding: clamp(24px, 2.2vw, 30px); }
.destination-guide .destination-planning .destination-weather-card,
.destination-guide .destination-planning .weather-live-panel,
.destination-guide .destination-planning .weather-current,
.destination-guide .destination-planning .weather-summary,
.destination-guide .destination-planning .weather-forecast,
.destination-guide .destination-planning .weather-days,
.destination-guide .destination-planning .season-grid { box-sizing: border-box; max-width: none; width: 100%; }
.destination-guide .destination-planning .destination-weather-card::before { opacity: .45; }
.destination-guide .destination-planning .weather-intro { margin: 0 0 20px; max-width: none; }
.destination-guide .destination-planning .weather-intro .portal-kicker { font-family: var(--portal-font-sans); font-size: .68rem; letter-spacing: .16em; margin: 0; }
.destination-guide .destination-planning .weather-live-panel { align-items: stretch; background: transparent; border: 0; border-block: 1px solid var(--portal-border); border-radius: 0; grid-template-columns: minmax(0, 1.9fr) minmax(300px, .85fr); padding: 30px 0; }
.destination-guide .destination-planning .weather-current,
.destination-guide .destination-planning .weather-summary { align-content: center; min-width: 0; }
.destination-guide .destination-planning .weather-current { grid-template-columns: minmax(0, 1fr); }
.destination-guide .destination-planning .weather-current-main { align-items: start; column-gap: 30px; grid-template-columns: 106px minmax(0, 480px); justify-content: center; width: 100%; }
.destination-guide .destination-planning .weather-current-reading { align-items: flex-start; display: flex; flex-direction: column; max-width: 480px; min-width: 0; width: 100%; }
.destination-guide .destination-planning .weather-current-icon { height: 106px; width: 106px; }
.destination-guide .destination-planning .weather-temp { font-size: clamp(5rem, 7vw, 6.6rem); line-height: .78; margin-bottom: 9px; }
.destination-guide .destination-planning .weather-today-range { margin-top: 7px; }
.destination-guide .destination-planning .weather-advice { box-sizing: border-box; margin: 20px 0 0; max-width: 420px; padding: 5px 0 5px 14px; width: 100%; }
.destination-guide .destination-planning .weather-summary div { gap: 3px 16px; min-height: 50px; padding-block: 15px; width: 100%; }
.destination-guide .destination-planning .weather-summary span { min-width: 0; }
.destination-guide .destination-planning .weather-summary strong { justify-self: end; text-align: right; }
.destination-guide .destination-planning .weather-forecast { border-top: 0; gap: 0; grid-auto-rows: auto; margin-top: 32px; min-height: 0; padding-top: 0; }
.destination-guide .destination-planning .weather-section-heading { border-bottom: 1px solid var(--portal-border); margin-bottom: 0; padding-bottom: 13px; }
.destination-guide .destination-planning .weather-section-heading strong { font-family: var(--portal-font-sans); font-size: .88rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.destination-guide .destination-planning .weather-days { align-items: stretch; gap: 0; grid-auto-rows: 1fr; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 16px; }
.destination-guide .destination-planning .weather-day { align-content: stretch; grid-template-rows: auto auto minmax(2.6em, auto) auto; height: 100%; min-height: 135px; padding: 22px 28px; }
.destination-guide .destination-planning .weather-day-heading span { font-size: .72rem; }
.destination-guide .destination-planning .weather-day-temperatures strong { font-size: 1.75rem; }
.destination-guide .destination-planning .weather-day-heading svg { align-self: center; height: 29px; width: 29px; }
.destination-guide .destination-planning .weather-day-condition { align-self: start; font-size: .8rem; }
.destination-guide .destination-planning .season-grid { margin-top: 30px; padding: 22px 28px; }
.destination-guide .destination-planning .season-grid p { margin-bottom: 16px; }
.destination-guide .destination-planning .season-grid > div { min-width: 0; padding: 7px clamp(16px, 2vw, 26px); }

/* A single event is an intentional feature; two and three retain their grids. */
.destination-guide .home-agenda__grid[data-count="1"] { grid-template-columns: minmax(0, 56rem); }
.destination-guide .home-agenda__grid[data-count="1"] .home-agenda-event--with-image { display: grid; grid-template-columns: minmax(0, 46fr) minmax(0, 54fr); }
.destination-guide .home-agenda__grid[data-count="1"] .home-agenda-event__image { aspect-ratio: auto; border-radius: 0; height: 100%; min-height: 290px; }
.destination-guide .home-agenda__grid[data-count="1"] .home-agenda-event__body { padding: clamp(1.4rem, 3vw, 2.25rem); }
@media (min-width: 769px) {
  .destination-guide .home-agenda__grid[data-count="1"] .home-agenda-event__facts { margin-top: auto; }
  .destination-guide .home-agenda__grid[data-count="1"] .home-agenda-event__link { margin-top: 0; }
  .destination-guide .home-agenda__grid[data-count="1"] .home-agenda-event__content + .home-agenda-event__link { margin-top: auto; }
}

/* The final invitation is a quiet typographic full stop, without another hero image. */
.destination-guide .destination-cta { background: color-mix(in srgb, var(--portal-leaf) 9%, var(--portal-surface)); border-block: 1px solid var(--portal-border); display: block; min-height: 0; overflow: hidden; position: relative; }
.destination-guide .destination-cta::after { border: 1px solid color-mix(in srgb, var(--portal-water) 30%, transparent); border-radius: 50%; content: ""; height: 260px; position: absolute; right: -80px; top: -130px; width: 260px; }
.destination-guide .destination-cta > div { padding: clamp(44px, 7vw, 82px); position: relative; z-index: 1; }
.destination-guide .destination-cta h2 { color: var(--portal-heading); font-size: clamp(2.7rem, 5vw, 4.5rem); max-width: 15ch; }
.destination-guide .destination-cta > div > p:not(.portal-kicker) { color: var(--portal-text); }
.destination-guide .destination-cta .portal-button-secondary { border-color: var(--portal-leaf) !important; color: var(--portal-leaf) !important; }
.destination-guide .destination-cta-mark { color: var(--portal-water); height: 48px; width: 76px; }

@media (max-width: 768px) {
  .destination-guide .destination-planning-heading { align-items: start; gap: 20px; grid-template-columns: 1fr; }
  .destination-guide .destination-planning .destination-travel-tip { max-width: none; width: 100%; }
  .destination-guide .destination-planning .destination-weather-card { padding: 28px 24px; }
  .destination-guide .destination-planning .weather-live-panel { grid-template-columns: minmax(0, 1fr); padding: 24px 0; }
  .destination-guide .destination-planning .weather-current,
  .destination-guide .destination-planning .weather-current-main,
  .destination-guide .destination-planning .weather-current-reading,
  .destination-guide .destination-planning .weather-summary,
  .destination-guide .destination-planning .weather-summary div { min-width: 0; }
  .destination-guide .destination-planning .weather-current-main { width: 100%; }
  .destination-guide .destination-planning .weather-summary { margin-top: 24px; padding-top: 20px; }
  .destination-guide .destination-planning .weather-summary span,
  .destination-guide .destination-planning .weather-summary strong,
  .destination-guide .destination-planning .weather-advice strong { overflow-wrap: anywhere; white-space: normal; }
  .destination-guide .home-agenda__grid[data-count="1"] .home-agenda-event--with-image { display: flex; }
  .destination-guide .home-agenda__grid[data-count="1"] .home-agenda-event__image { aspect-ratio: 16 / 8; min-height: 0; }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .destination-guide .destination-planning .season-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .destination-guide .destination-planning .season-grid > div:nth-of-type(odd) { border-left: 0; }
}
@media (max-width: 520px) {
  .destination-guide .destination-planning { padding: 24px 16px; }
  .destination-guide .destination-planning-heading { gap: 20px; margin-bottom: 24px; }
  .destination-guide .destination-planning-heading h2 { font-size: clamp(2.35rem, 11vw, 3.1rem); margin: 8px 0 12px; }
  .destination-guide .destination-planning .destination-travel-tip { box-sizing: border-box; }
  .destination-guide .destination-planning .destination-weather-card { padding: 20px 16px; }
  .destination-guide .destination-planning .weather-intro { margin-bottom: 16px; }
  .destination-guide .destination-planning .weather-live-panel { padding: 20px 0; }
  .destination-guide .destination-planning .weather-current-main { gap: 14px; grid-template-columns: 1fr; justify-items: center; }
  .destination-guide .destination-planning .weather-current-icon { height: 76px; width: 76px; }
  .destination-guide .destination-planning .weather-current-reading { align-items: center; max-width: 330px; text-align: center; }
  .destination-guide .destination-planning .weather-temp { font-size: clamp(3.6rem, 18vw, 4.5rem); margin-bottom: 10px; }
  .destination-guide .destination-planning .weather-condition { line-height: 1.2; }
  .destination-guide .destination-planning .weather-advice { align-items: flex-start; margin-top: 17px; max-width: 300px; padding: 4px 0 4px 12px; text-align: left; }
  .destination-guide .destination-planning .weather-summary { margin-top: 20px; padding-top: 16px; }
  .destination-guide .destination-planning .weather-summary div { min-height: 44px; padding-block: 10px; }
  .destination-guide .destination-planning .weather-forecast { margin-top: 24px; }
  .destination-guide .destination-planning .weather-section-heading { margin-bottom: 0; }
  .destination-guide .destination-planning .weather-day { gap: 7px 12px; grid-template-rows: auto auto minmax(2.6em, auto) auto; height: 100%; min-height: 150px; padding: 18px 14px; }
  .destination-guide .destination-planning .weather-day:nth-child(n) { border: 0; }
  .destination-guide .destination-planning .weather-day:nth-child(even) { border-left: 1px solid color-mix(in srgb, var(--portal-border) 68%, transparent); }
  .destination-guide .destination-planning .weather-day:nth-child(n+3) { border-top: 1px solid color-mix(in srgb, var(--portal-border) 68%, transparent); }
  .destination-guide .destination-planning .weather-day-heading span { font-size: .7rem; white-space: nowrap; }
  .destination-guide .destination-planning .weather-day-heading svg { align-self: start; height: 27px; width: 27px; }
  .destination-guide .destination-planning .weather-day-temperatures { margin: 1px 0 0; }
  .destination-guide .destination-planning .weather-day-temperatures strong { font-size: 1.7rem; }
  .destination-guide .destination-planning .weather-day-condition { line-height: 1.35; min-height: 2.6em; }
  .destination-guide .destination-planning .weather-day-rain { padding-top: 0; }
  .destination-guide .destination-planning .weather-days { grid-auto-rows: 1fr; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; }
  .destination-guide .destination-planning .season-grid { background: transparent; border: 0; border-radius: 0; box-shadow: none; box-sizing: border-box; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 24px 0 0; max-width: none; padding: 0; width: 100%; }
  .destination-guide .destination-planning .season-grid > div:nth-of-type(n) { border: 0; margin: 0; }
  .destination-guide .destination-planning .season-grid > div:nth-of-type(even) { border-left: 1px solid var(--portal-border); }
  .destination-guide .destination-planning .season-grid > div:nth-of-type(n+3) { border-top: 1px solid var(--portal-border); }
  .destination-guide .destination-planning .season-grid p { gap: 4px; margin: 0 0 10px; padding: 0; }
  .destination-guide .destination-planning .season-grid > div { align-items: center; gap: 4px 10px; grid-template-columns: 35px minmax(0, 1fr); padding: 18px 14px; }
  .destination-guide .destination-planning .season-grid svg { align-self: center; }
  .destination-guide .destination-planning .season-grid span,
  .destination-guide .destination-planning .season-grid strong { line-height: 1.25; }
  .destination-guide .destination-cta > div { padding: 42px 20px 48px; }
}

/* Administrable places: replaces the former Home postcards chapter. */
.destination-places-section { margin-bottom: clamp(52px, 5vw, 68px); }
.destination-places-grid {
  display: grid;
  gap: 14px;
  height: clamp(560px, 55vw, 720px);
  grid-template-columns: 1.35fr 1fr;
  grid-template-rows: repeat(3, minmax(150px, 1fr));
}
.destination-places-grid[data-count="1"] {
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(360px, 440px);
  height: auto;
  margin-inline: auto;
  max-width: 960px;
  width: 100%;
}
.destination-places-grid[data-count="1"] .destination-place-card.is-primary {
  grid-column: 1;
  grid-row: 1;
}
.destination-places-grid[data-count="2"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: minmax(400px, 520px);
  height: auto;
}
.destination-places-grid[data-count="2"] .destination-place-card.is-primary {
  grid-row: 1;
}
.destination-places-grid[data-count="3"] {
  grid-template-rows: repeat(2, minmax(240px, 1fr));
  height: clamp(500px, 48vw, 640px);
}
.destination-places-grid[data-count="3"] .destination-place-card.is-primary {
  grid-row: 1 / 3;
}
.destination-places-grid[data-count="4"] .destination-place-card.is-primary {
  grid-row: 1 / 4;
}
.destination-place-card{border-radius:24px;overflow:hidden;position:relative;color:#fff;min-width:0;isolation:isolate}.destination-place-card img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.destination-place-card::after{background:linear-gradient(180deg,rgba(17,24,20,.04) 20%,rgba(17,24,20,.24) 52%,rgba(14,20,17,.88) 100%);content:"";inset:0;pointer-events:none;position:absolute;z-index:1}.destination-place-overlay{position:absolute;inset:auto 0 0;padding:clamp(20px,3vw,34px);display:flex;flex-direction:column;color:#fffaf0;text-shadow:0 2px 18px rgba(0,0,0,.62);z-index:2}.destination-place-overlay small{color:rgba(255,250,240,.9);font:800 .7rem var(--portal-font-sans);letter-spacing:.13em;text-transform:uppercase}.destination-place-overlay strong{color:#fffdf7;font:600 clamp(1.45rem,2.8vw,2.5rem) var(--portal-font-display);line-height:1;text-wrap:balance}.destination-place-overlay em{color:rgba(255,253,247,.94);font-style:normal;font-size:.82rem;line-height:1.45;margin-top:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.destination-place-overlay b{align-self:flex-start;border-bottom:1px solid rgba(255,250,240,.55);color:#fffdf7;font-size:.72rem;letter-spacing:.02em;margin-top:12px;padding-bottom:3px}.destination-place-card:focus-visible{outline:3px solid var(--portal-sun);outline-offset:3px}.destination-place-card:hover img{transform:scale(1.035)}
.places-index-hero,.place-detail{max-width:1100px;margin:clamp(50px,8vw,100px) auto}.places-index-hero h1,.place-detail h1{font:600 clamp(3rem,7vw,6rem)/.95 var(--portal-font-display);color:var(--portal-heading);margin:.2em 0}.places-index-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.places-index-card{color:var(--portal-text);text-decoration:none;background:var(--portal-surface);border:1px solid var(--portal-border);border-radius:22px;overflow:hidden}.places-index-card img{width:100%;aspect-ratio:16/10;object-fit:cover}.places-index-card div{padding:24px}.places-index-card h2{font-family:var(--portal-font-display);font-size:2rem;margin:.2em 0}.place-detail{max-width:960px}.place-back{color:var(--portal-earth);font-weight:800}.place-detail-lead{font-size:1.2rem;max-width:65ch}.place-detail-hero{width:100%;max-height:650px;object-fit:cover;border-radius:26px;margin:35px 0}.place-detail section{margin:50px 0}.place-detail h2{font:600 2.2rem var(--portal-font-display)}.place-prose p,.place-detail section>p{white-space:pre-line;line-height:1.75}.place-services{display:flex;flex-wrap:wrap;gap:10px;list-style:none;padding:0}.place-services li{border:1px solid var(--portal-leaf);border-radius:999px;padding:9px 15px}.place-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.place-gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:18px}
@media(max-width:700px){.destination-places-grid,.destination-places-grid[data-count="1"],.destination-places-grid[data-count="2"],.destination-places-grid[data-count="3"],.destination-places-grid[data-count="4"]{display:flex;height:auto;max-width:none;flex-direction:column}.destination-place-card,.destination-place-card.is-primary{min-height:310px}.destination-place-card.is-primary{min-height:410px}.places-index-grid,.place-gallery{grid-template-columns:1fr}.place-detail{padding-inline:18px}.destination-place-overlay strong{font-size:1.7rem}}

/* Compact public travel guide. All rules are scoped to avoid changing the Home. */
.travel-guide{--travel-ink:var(--portal-heading);color:var(--portal-text);font-family:var(--portal-font-sans);max-width:1240px}
.travel-guide h1,.travel-guide h2,.travel-guide h3{color:var(--travel-ink)}
.travel-guide__hero{align-items:center;border-bottom:1px solid var(--portal-border);display:flex;justify-content:space-between;margin:clamp(26px,4vw,52px) 0 30px;padding:0 2px clamp(28px,4vw,46px);scroll-margin-top:110px}
.travel-guide__hero h1{font:600 clamp(3rem,6vw,5.35rem)/.94 var(--portal-font-display);letter-spacing:-.04em;margin:.08em 0 .2em;max-width:11ch}
.travel-guide__hero p:last-child{font-size:clamp(1rem,1.5vw,1.16rem);line-height:1.6;margin:0;max-width:620px}
.travel-guide__hero>svg{color:var(--portal-water);flex:0 0 min(22vw,200px);fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:1.7}
.travel-guide__hero>svg circle{fill:var(--portal-sun);stroke:var(--portal-earth)}
.travel-guide__modes{display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}
.travel-mode{border-top:3px solid var(--portal-water);padding:clamp(22px,2.5vw,32px) clamp(4px,2vw,24px) 12px}
.travel-mode--bus{border-color:var(--portal-leaf)}.travel-mode--car{align-items:center;border-color:var(--portal-sun);display:grid;gap:20px;grid-column:1/-1;grid-template-columns:.8fr 1.1fr 1.3fr auto;padding-block:26px}
.travel-mode__heading{align-items:center;display:flex;gap:16px}.travel-mode__heading .travel-mode__eyebrow{margin-top:0}
.travel-mode__icon{fill:none;height:36px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.55;width:36px}
.travel-mode__eyebrow{font-size:.68rem;font-weight:800;letter-spacing:.14em;margin:16px 0 5px;text-transform:uppercase}
.travel-mode h2{font:600 clamp(2rem,3vw,2.7rem)/1 var(--portal-font-display);margin:0 0 13px}.travel-mode h3{font-size:.69rem;letter-spacing:.12em;margin:0 0 14px;text-transform:uppercase}.travel-mode p{font-size:.88rem;line-height:1.58}.travel-mode__intro{margin:0;max-width:52ch}.travel-mode__note{color:var(--portal-muted);margin:18px 0 0}
.travel-option{border-top:1px solid var(--portal-border);margin-top:22px;padding-top:20px}.travel-option p{color:var(--portal-muted);margin:13px 0 0;max-width:52ch}
.travel-route{display:flex;list-style:none;margin:0;padding:0;width:100%}.travel-route li{flex:1;font-size:.78rem;font-weight:700;min-width:0;padding:20px 12px 0 0;position:relative}.travel-route li::before{background:color-mix(in srgb,var(--portal-water) 82%,var(--travel-ink));border:3px solid var(--portal-bg);border-radius:50%;box-sizing:content-box;content:"";height:8px;left:0;position:absolute;top:0;width:8px;z-index:1}.travel-route li:not(:last-child)::after{background:color-mix(in srgb,var(--portal-water) 82%,var(--travel-ink));content:"";height:1px;left:8px;position:absolute;right:0;top:7px}.travel-route li:last-child{color:var(--portal-earth)}.travel-route li:last-child::before{background:var(--portal-earth)}
.travel-guide__action{align-items:center;box-sizing:border-box;gap:7px;justify-content:center;min-height:44px;padding:12px 18px;white-space:nowrap}.travel-guide__action span{line-height:1}
.travel-utilities{border-block:1px solid var(--portal-border);display:grid;grid-template-columns:.85fr 1.15fr;margin:clamp(38px,5vw,60px) 0;padding:18px 0}.travel-utility{align-items:center;display:grid;gap:24px;padding:clamp(16px,2.2vw,28px)}.travel-utility+.travel-utility{border-left:1px solid var(--portal-border)}.travel-utility h2{font:600 clamp(1.55rem,2.4vw,2.1rem)/1.05 var(--portal-font-display);margin:4px 0 8px}.travel-utility p{font-size:.86rem;line-height:1.55;margin:0}.travel-utility--transfer{grid-template-columns:1fr}.travel-schedules{background:color-mix(in srgb,var(--portal-water) 9%,transparent);grid-template-columns:1fr auto}.travel-schedules>div:last-child{align-items:flex-start;display:flex;flex-direction:column;gap:10px}.travel-schedules small{line-height:1.45;max-width:330px}
.travel-guide__footer{align-items:start;display:grid;gap:clamp(34px,7vw,84px);grid-template-columns:.8fr 1.2fr;padding-bottom:20px}.travel-guide__footer aside{border-left:3px solid var(--portal-sun);padding-left:22px}.travel-guide__footer h2{font:600 clamp(1.7rem,3vw,2.65rem)/1.08 var(--portal-font-display);margin:0 0 14px}.travel-guide__footer ul{margin-bottom:0;padding-left:20px}.travel-guide__footer li{font-size:.9rem;line-height:1.6;margin-bottom:5px}.travel-guide__footer nav{display:flex;flex-wrap:wrap;gap:10px}.travel-guide__footer nav a{border:1px solid var(--portal-leaf);border-radius:999px;color:var(--portal-leaf);font-weight:800;padding:9px 14px;text-decoration:none}.travel-guide a:focus-visible{outline:3px solid var(--portal-sun);outline-offset:3px}
@media(max-width:1024px){.travel-mode--car{grid-template-columns:.8fr 1.2fr 1.5fr}.travel-mode--car .travel-guide__action{grid-column:2;justify-self:start}.travel-utilities{grid-template-columns:1fr 1.2fr}.travel-schedules{grid-template-columns:1fr}}
@media(max-width:768px){.travel-guide__hero{align-items:flex-start;flex-direction:column;scroll-margin-top:90px}.travel-guide__hero>svg{margin-top:20px;width:145px}.travel-guide__modes{grid-template-columns:1fr}.travel-mode--car{grid-column:auto;grid-template-columns:1fr}.travel-mode--car .travel-guide__action{grid-column:auto}.travel-utilities,.travel-guide__footer{grid-template-columns:1fr}.travel-utility+.travel-utility{border-left:0;border-top:1px solid var(--portal-border)}.travel-guide__footer{gap:38px}}
@media(max-width:520px){.travel-guide{width:calc(100% - 24px)}.travel-guide__hero h1{font-size:clamp(2.8rem,13vw,4rem)}.travel-mode{padding-inline:6px}.travel-route{display:block}.travel-route li{padding:0 0 22px 24px}.travel-route li::before{left:0;top:.2em}.travel-route li:not(:last-child)::after{bottom:0;height:auto;left:7px;right:auto;top:10px;width:1px}.travel-utilities{margin-inline:-2px}.travel-utility{padding:22px 12px}.travel-guide__action{font-size:.8rem;white-space:normal;width:100%}}

/* Activity detail mini gallery: deliberately scoped to preserve the approved layout. */
.agenda-gallery { min-width: 0; width: 100%; }
.agenda-gallery__hero { background: none; border: 0; cursor: zoom-in; display: block; padding: 0; width: 100%; }
.agenda-gallery__hero .agenda-detail__image { display: block; }
.agenda-gallery__thumbs { display: flex; gap: 11px; margin-top: 11px; max-width: 100%; overflow-x: auto; padding: 2px 2px 7px; scrollbar-color: var(--portal-border) transparent; scroll-snap-type: x proximity; }
.agenda-gallery__thumb { background: transparent; border: 2px solid transparent; border-radius: 15px; flex: 0 0 calc((100% - 22px) / 3); overflow: hidden; padding: 0; scroll-snap-align: start; }
.agenda-gallery__thumb img { aspect-ratio: 4 / 3; display: block; object-fit: cover; width: 100%; }
.agenda-gallery__thumb.is-selected { border-color: var(--portal-leaf); }
.agenda-gallery__thumb:focus-visible, .agenda-gallery__hero:focus-visible { outline: 3px solid rgba(119,124,88,.45); outline-offset: 3px; }
.agenda-lightbox { align-items: center; background: rgba(17,18,16,.94); display: grid; grid-template-columns: minmax(48px, 7vw) minmax(0, 1fr) minmax(48px, 7vw); inset: 0; padding: clamp(18px,4vw,48px); position: fixed; z-index: 1000; }
.agenda-lightbox[hidden] { display: none; }
.agenda-lightbox > img { grid-column: 2; max-height: calc(100dvh - 80px); max-width: 100%; object-fit: contain; place-self: center; }
.agenda-lightbox__close, .agenda-lightbox__nav { align-items: center; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.35); border-radius: 999px; color: white; display: flex; font-size: 2rem; height: 52px; justify-content: center; width: 52px; }
.agenda-lightbox__close { font-size: 1.8rem; position: absolute; right: 22px; top: 20px; }
.agenda-lightbox__nav { place-self: center; }
.agenda-lightbox__prev { grid-column: 1; }
.agenda-lightbox__next { grid-column: 3; }
.agenda-lightbox__counter { background: rgba(0,0,0,.42); border-radius: 999px; bottom: 24px; color: white; font-size: .75rem; letter-spacing: .06em; padding: 6px 10px; position: absolute; right: 24px; }
.has-agenda-lightbox { overflow: hidden; }
@media (max-width: 700px) {
  .agenda-gallery { min-width: 0; overflow: hidden; }
  .agenda-gallery__thumbs { width: 100%; }
  .agenda-gallery__thumb { flex-basis: 84px; min-height: 64px; }
  .agenda-lightbox { grid-template-columns: 54px minmax(0,1fr) 54px; padding: 12px; }
  .agenda-lightbox__close, .agenda-lightbox__nav { height: 48px; width: 48px; }
}
