@font-face {
  font-family: "Newsreader";
  src: url("../fonts/Newsreader-Variable-latin.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Variable-latin.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

.ch-home {
  --ch-home-ink: #1a2420;
  --ch-home-muted: #6e6656;
  --ch-home-paper: #f6f3ee;
  --ch-home-forest: #1f5c4c;
  --ch-home-forest-deep: #0d2c24;
  --ch-home-line: rgba(13, 44, 36, 0.14);
  --ch-home-gold: #c9b27a;
  --ch-home-accent-start: #ff7a59;
  --ch-home-accent-end: #ffb347;
  --ch-home-display: "Newsreader", Georgia, serif;
  --ch-home-ui: "Manrope", system-ui, sans-serif;
  --ch-home-max: 1240px;
  --ch-journey-accent: var(--ch-vl-color-teal, #006d77);
  background: var(--ch-home-paper);
  color: var(--ch-home-ink);
  font-family: var(--ch-home-ui);
  /* Traveler sets html{font-size:62.5%}; anchor the Home scale so component
     sizes stay independent of the parent root. Sizes below are em, not rem. */
  font-size: 16px;
  line-height: 1.45;
  overflow-x: hidden;
  padding: 0 0 72px;
}

.ch-home-explore {
  position: relative;
  isolation: isolate;
  margin: 0;
  padding: 0;
  background: transparent;
}

.ch-home-explore::after {
  display: none;
}

.ch-home-search {
  position: relative;
  z-index: 5;
  width: min(var(--ch-home-max), calc(100% - 32px));
  margin: 0 auto 8px;
}

.ch-home-search__label,
.ch-home-search__status {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.ch-home-search__form {
  position: relative;
  max-width: 560px;
  margin: 0 auto;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(13, 44, 36, 0.08);
}

.ch-home-search__field {
  display: flex;
  align-items: stretch;
  border: 1px solid var(--ch-home-line);
  border-radius: 999px;
  background: #fff;
  overflow: hidden;
}

.ch-home-search__input {
  flex: 1;
  min-width: 0;
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 0.95em;
}

.ch-home-search__input:focus {
  outline: none;
}

.ch-home-search__field:focus-within {
  outline: 2px solid var(--ch-home-forest);
  outline-offset: 2px;
}

.ch-home-search__submit {
  min-width: 48px;
  min-height: 48px;
  padding: 0 16px;
  border: 0;
  background: transparent;
  color: var(--ch-home-forest);
  font: inherit;
  font-size: 0.85em;
  font-weight: 650;
  cursor: pointer;
}

.ch-home-search__submit[disabled] {
  color: var(--ch-home-muted);
  cursor: default;
  opacity: 0.45;
}

.ch-home-search__submit:focus-visible {
  outline: 2px solid var(--ch-home-forest);
  outline-offset: -2px;
}

.ch-home-search__panel {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  z-index: 10;
  max-height: min(56vh, 420px);
  overflow-y: auto;
  border: 1px solid var(--ch-home-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(13, 44, 36, 0.12);
  overscroll-behavior: contain;
}

.ch-home-search__panel[hidden] {
  display: none;
}

.ch-home-search__listbox {
  margin: 0;
  padding: 6px;
  list-style: none;
}

.ch-home-search__option {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-height: 56px;
  padding: 10px 14px;
  border-radius: 12px;
  cursor: pointer;
}

.ch-home-search__option-type {
  color: var(--ch-home-muted);
  font-size: 0.66em;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ch-home-search__option-name {
  font-size: 0.98em;
  font-weight: 600;
  line-height: 1.25;
}

.ch-home-search__option-context {
  color: var(--ch-home-muted);
  font-size: 0.82em;
  line-height: 1.3;
}

.ch-home-search__option-hint {
  margin-top: 2px;
  color: var(--ch-home-forest);
  font-size: 0.76em;
  font-weight: 650;
}

.ch-home-search__option--navigate .ch-home-search__option-name::after {
  content: " ↗";
  color: var(--ch-home-forest);
  font-size: 0.85em;
}

.ch-home-search__option--info {
  cursor: default;
}

.ch-home-search__option--info .ch-home-search__option-name {
  font-weight: 550;
}

.ch-home-search__option:hover,
.ch-home-search__option.is-active {
  background: rgba(31, 92, 76, 0.08);
}

.ch-home-search__option--info:hover {
  background: rgba(13, 44, 36, 0.04);
}

.ch-home-search__option.is-active {
  box-shadow: inset 0 0 0 2px var(--ch-home-forest);
}

.ch-home-search__empty {
  margin: 0;
  padding: 16px 18px;
  color: var(--ch-home-muted);
  font-size: 0.9em;
}

.ch-home-search__empty[hidden] {
  display: none;
}

.ch-home-map {
  position: relative;
  isolation: isolate;
  z-index: 1;
  width: 100%;
  height: clamp(480px, 36vw, 620px);
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  background:
    radial-gradient(70% 55% at 12% 18%, rgba(236, 201, 138, 0.32), transparent 58%),
    radial-gradient(58% 70% at 88% 44%, rgba(78, 132, 148, 0.28), transparent 64%),
    radial-gradient(80% 50% at 48% 108%, rgba(31, 92, 76, 0.12), transparent 60%),
    linear-gradient(165deg, #f3eee6 0%, #e4ebe4 42%, #cfe0dc 100%);
  transition: color 320ms ease, background-color 320ms ease;
}

.ch-home-map__region-media,
.ch-home-map__region-scrim {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.ch-home-map__region-media {
  z-index: 0;
  opacity: 1;
  transition: opacity 420ms ease;
}

.ch-home-map__region-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform-origin: center center;
  will-change: transform;
  animation: ch-vl-hero-drift var(--ch-vl-hero-motion-duration, 18s) ease-in-out infinite alternate;
}

.ch-home-map__region-scrim {
  z-index: 1;
  opacity: 1;
  background:
    linear-gradient(90deg, rgba(10, 16, 18, 0.78) 0%, rgba(10, 16, 18, 0.48) 40%, rgba(10, 16, 18, 0.28) 70%, rgba(10, 16, 18, 0.42) 100%),
    linear-gradient(180deg, rgba(10, 16, 18, 0.10) 0%, rgba(10, 16, 18, 0.38) 100%);
  transition: opacity 420ms ease;
}

.ch-home-map.is-region-active .ch-home-map__region-scrim {
  background:
    linear-gradient(90deg, rgba(10, 16, 18, 0.80) 0%, rgba(10, 16, 18, 0.50) 40%, rgba(10, 16, 18, 0.30) 70%, rgba(10, 16, 18, 0.44) 100%),
    linear-gradient(180deg, rgba(10, 16, 18, 0.10) 0%, rgba(10, 16, 18, 0.40) 100%);
}

.ch-home-map__atmosphere {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(46% 42% at 78% 30%, rgba(78, 132, 148, 0.16), transparent 72%),
    radial-gradient(38% 36% at 52% 58%, rgba(201, 178, 122, 0.1), transparent 70%);
}

.ch-home-map__stage {
  --ch-home-hero-gutter: var(--ch-gutter, 40px);
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 640px) minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding:
    var(--ch-vl-hero-content-padding-top, 40px)
    max(
      var(--ch-home-hero-gutter),
      calc((100% - var(--ch-home-max, 1240px)) / 2 + var(--ch-home-hero-gutter))
    )
    var(--ch-vl-hero-content-padding-bottom, 112px);
  box-sizing: border-box;
}

.ch-home-map.is-region-active .ch-home-map__atmosphere {
  opacity: 0;
}

.ch-home-map__intro {
  position: relative;
  z-index: 4;
  color: #fffaf2;
  text-shadow: none;
}

.ch-home-map__kicker,
.ch-home-map__title {
  color: #fffaf2;
}

.ch-home-map__lead {
  color: rgba(255, 250, 242, 0.84);
}

.ch-home-map__selector-cue {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 22px 0 0;
  color: #ffd071;
  font-family: var(--ch-home-ui);
  font-size: 0.78em;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ch-home-map__selector-cue[hidden] {
  display: none;
}

.ch-home-map__cta {
  display: inline-grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  min-width: 245px;
  margin-top: 22px;
  padding: 0 22px;
  width: max-content;
  max-width: 100%;
  border-radius: 999px;
  background: #e25a24;
  color: #fff;
  font-family: var(--ch-home-ui);
  font-size: 0.9em;
  font-weight: 650;
  white-space: nowrap;
  text-decoration: none;
  box-shadow: none;
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.ch-home-map__cta[hidden] {
  display: none;
}

.ch-home-map__cta:hover,
.ch-home-map__cta:focus-visible {
  background: #c94a18;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: none;
}

.ch-home-map__base {
  opacity: 0.08;
  filter:
    saturate(0.2)
    brightness(1.8)
    contrast(1.05)
    drop-shadow(0 10px 20px rgba(5, 12, 16, 0.22));
}

.ch-home-map__outline {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  opacity: 0.86;
  filter: drop-shadow(0 3px 10px rgba(5, 12, 16, 0.42));
}

.ch-home-map__label-name {
  color: #fffaf2;
  text-shadow: none;
}

.ch-home-map__region-btn:not(.is-active),
.ch-home-map__region--quiet {
  color: rgba(255, 250, 242, 0.86);
}

.ch-home-map.is-region-active .ch-home-map__region-btn.is-active .ch-home-map__label-name {
  color: #ffd071;
}

.ch-home-territory-context[hidden],
.ch-home-invite[hidden],
[data-ch-home-founder][hidden] {
  display: none;
}

.ch-home-invite {
  width: min(var(--ch-home-max), calc(100% - 80px));
  margin: 56px auto 8px;
  padding: 48px 0 24px;
}

.ch-home-invite__inner {
  max-width: 38em;
}

.ch-home-invite__kicker {
  margin: 0 0 14px;
  font-family: var(--ch-home-ui);
  font-size: 0.74em;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ch-home-gold, #c9b27a);
}

.ch-home-invite__title {
  margin: 0;
  font-family: var(--ch-home-display);
  font-size: clamp(1.7em, 3vw, 2.35em);
  font-weight: 520;
  line-height: 1.14;
  letter-spacing: -0.02em;
  color: var(--ch-home-forest-deep, #0d2c24);
}

.ch-home-invite__rule {
  display: block;
  width: 48px;
  height: 2px;
  margin: 22px 0 20px;
  background: #ffd071;
}

.ch-home-invite__lede {
  margin: 0 0 14px;
  font-family: var(--ch-home-display);
  font-size: 1.15em;
  line-height: 1.45;
  color: var(--ch-home-forest, #1f5c4c);
}

.ch-home-invite__copy {
  margin: 0;
  font-size: 0.98em;
  line-height: 1.55;
  color: var(--ch-home-muted, #6e6656);
}

.ch-home-invite__cue {
  display: inline-flex;
  margin: 28px 0 0;
  color: var(--ch-home-forest, #1f5c4c);
  font-family: var(--ch-home-ui);
  font-size: 0.78em;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ch-home-map__intro {
  min-width: 0;
  max-width: var(--ch-vl-hero-copy-max, 720px);
  padding: 0;
}

.ch-home-map__kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #f2b861;
  text-shadow: none;
}

.ch-home-map__kicker::before {
  width: 42px;
  height: 2px;
  content: "";
  flex: 0 0 42px;
  background: currentColor;
}

.ch-home-map__title {
  margin: 0;
  font-family: var(--ch-vl-hero-title-font, var(--ch-home-ui));
  font-size: var(--ch-vl-hero-title-size, clamp(56px, 4.5vw, 64px));
  font-weight: var(--ch-vl-hero-title-weight, 480);
  line-height: var(--ch-vl-hero-title-line-height, 1.04);
  letter-spacing: var(--ch-vl-hero-title-tracking, -0.03em);
  color: #fffaf2;
}

.ch-home-map__title span {
  display: block;
  white-space: nowrap;
}

.ch-home-map__rule {
  display: none;
}

.ch-home-map__lead {
  margin: 18px 0 0;
  max-width: min(100%, var(--ch-vl-hero-lede-max, 620px));
  color: rgba(255, 250, 242, 0.84);
  font-size: var(--ch-vl-hero-lede-size, clamp(18px, 1.25vw, 20px));
  line-height: var(--ch-vl-hero-lede-line-height, 1.5);
}

.ch-home-map__canvas {
  position: absolute;
  top: 26px;
  right: clamp(24px, 3vw, 52px);
  bottom: 26px;
  left: 52%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  width: auto;
  height: auto;
  overflow: visible;
  z-index: 2;
  transform: none;
}

.ch-home-map__board {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.ch-home-map__land {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.ch-home-map__plot {
  position: relative;
  z-index: 1;
  isolation: isolate;
  width: auto;
  height: 100%;
  flex: 0 0 auto;
  aspect-ratio: 1638 / 1680;
  max-width: none;
  margin: 0 auto;
  overflow: visible;
}

.ch-home-map__plot::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(145deg, rgba(255, 248, 232, 0.28) 0%, transparent 46%, rgba(18, 36, 30, 0.13) 100%),
    radial-gradient(ellipse 42% 32% at 34% 58%, rgba(40, 48, 28, 0.11), transparent 72%);
  mix-blend-mode: soft-light;
  -webkit-mask-image: url("../maps/veracruz-home-editorial.webp");
  mask-image: url("../maps/veracruz-home-editorial.webp");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  opacity: 0;
}

.ch-home-map__base {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
  opacity: 0.08;
  filter:
    saturate(0.2)
    brightness(1.8)
    contrast(1.05)
    drop-shadow(0 10px 20px rgba(5, 12, 16, 0.22));
}

.ch-home-map__gulf-label {
  position: absolute;
  z-index: 2;
  top: 15%;
  left: 73%;
  right: auto;
  margin: 0;
  color: rgba(255, 250, 242, 0.54);
  font-size: 0.72em;
  font-weight: 650;
  letter-spacing: 0.46em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  pointer-events: none;
}

.ch-home-map__anchors,
.ch-home-map__labels,
.ch-home-map__legend {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.ch-home-map__labels {
  z-index: 3;
}

.ch-home-map__anchor {
  position: absolute;
  left: var(--ax);
  top: var(--ay);
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--ch-home-gold) 32%, transparent);
  transform: translate(-50%, -50%);
  box-shadow: none;
  opacity: 0.45;
}

.ch-home-map__anchor.is-active {
  width: 3px;
  height: 3px;
  background: color-mix(in srgb, var(--ch-home-gold) 72%, transparent);
  box-shadow: none;
  opacity: 0.9;
}

.ch-home-map__region {
  position: absolute;
  top: var(--ly);
  left: var(--lx);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ch-home-forest-deep);
  font: inherit;
  font-family: var(--ch-home-ui);
  font-size: 0.84em;
  font-weight: 650;
  letter-spacing: -0.01em;
  line-height: 1.2;
  text-align: left;
  white-space: nowrap;
  pointer-events: auto;
  cursor: pointer;
  transform: translateY(-50%);
  transform-origin: left center;
  transition: color 180ms ease, opacity 180ms ease, gap 180ms ease;
}

.ch-home-map__region-btn {
  min-height: 44px;
}

.ch-home-map__region[data-label-side="east"] {
  transform: translateY(-50%);
  transform-origin: left center;
}

.ch-home-map__region[data-label-side="west"] {
  flex-direction: row-reverse;
  text-align: right;
  transform: translate(-100%, -50%);
  transform-origin: right center;
}

.ch-home-map__region--quiet {
  color: rgba(255, 250, 242, 0.78);
  cursor: default;
}

.ch-home-map__region-btn:not(.is-active) {
  color: rgba(255, 250, 242, 0.88);
}

.ch-home-map__region[data-territorial-code="1"] {
  color: #fffaf2;
  font-weight: 700;
  font-size: 0.9em;
}

.ch-home-map__region:hover,
.ch-home-map__region:focus-visible {
  z-index: 8;
  background: transparent;
  box-shadow: none;
}

.ch-home-map__region[data-label-side="east"]:hover,
.ch-home-map__region[data-label-side="east"]:focus-visible {
  transform: translateY(-50%);
}

.ch-home-map__region[data-label-side="west"]:hover,
.ch-home-map__region[data-label-side="west"]:focus-visible {
  transform: translate(-100%, -50%);
}

.ch-home-map__avatar {
  display: block;
  position: relative;
  z-index: 1;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 50%;
  overflow: hidden;
  background:
    radial-gradient(circle at 34% 28%, color-mix(in srgb, var(--ch-home-gold) 38%, transparent), transparent 64%),
    color-mix(in srgb, var(--ch-home-forest) 22%, var(--ch-home-paper));
  border: 1px solid rgba(242, 184, 97, 0.82);
  box-shadow: none;
  transition: border-color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.ch-home-map__avatar--empty {
  width: 11px;
  height: 11px;
  flex-basis: 11px;
  background: color-mix(in srgb, var(--ch-home-gold) 34%, transparent);
  border: 1px solid rgba(242, 184, 97, 0.56);
  box-shadow: none;
}

.ch-home-map__region--quiet .ch-home-map__avatar {
  border-color: rgba(242, 184, 97, 0.48);
  box-shadow: none;
}

.ch-home-map__region[data-territorial-code="1"] .ch-home-map__avatar {
  border-color: rgba(242, 184, 97, 0.92);
  box-shadow: none;
}

.ch-home-map__region[data-territorial-code="1"] .ch-home-map__avatar img {
  filter: saturate(1.08) contrast(1.05);
}

.ch-home-map__region-btn:hover .ch-home-map__avatar,
.ch-home-map__region-btn:focus-visible .ch-home-map__avatar,
.ch-home-map__region:hover .ch-home-map__avatar,
.ch-home-map__region:focus-visible .ch-home-map__avatar {
  border-color: #f2b861;
  box-shadow: none;
}

.ch-home-map__region-btn.is-active .ch-home-map__avatar,
.ch-home-map__region-btn[aria-pressed="true"] .ch-home-map__avatar {
  border-color: #f2b861;
  box-shadow: none;
}

.ch-home-map__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ch-home-map__go {
  color: var(--ch-home-gold);
  font-size: 0.9em;
  opacity: 0.95;
  flex: 0 0 auto;
}

.ch-home-map__label-name {
  position: relative;
  z-index: 0;
  min-width: 0;
  font-family: var(--ch-home-ui);
  font-weight: 650;
  letter-spacing: -0.01em;
  text-shadow: none;
  transition: color 180ms ease, transform 180ms ease;
}

.ch-home-map__label-name--stack {
  display: flex;
  flex-direction: column;
  white-space: normal;
  line-height: 1.12;
}

.ch-home-map__label-break {
  font-size: 0.86em;
  font-weight: 450;
  letter-spacing: -0.02em;
  opacity: 0.92;
}

.ch-home-map__region[data-label-side="west"] .ch-home-map__label-name {
  margin: 0;
  padding: 0;
}

.ch-home-map__region:hover .ch-home-map__label-name,
.ch-home-map__region:focus-visible .ch-home-map__label-name {
  font-weight: 650;
}

@media (hover: hover) and (pointer: fine) {
  .ch-home-map__region-btn:hover {
    gap: 20px;
  }

  .ch-home-map__region-btn:hover .ch-home-map__avatar {
    transform: scale(2);
  }

  .ch-home-map__region-btn:hover .ch-home-map__label-name {
    transform: scale(1.3);
  }

  .ch-home-map__region[data-label-side="west"] .ch-home-map__label-name {
    transform-origin: right center;
  }

  .ch-home-map__region[data-label-side="east"] .ch-home-map__label-name {
    transform-origin: left center;
  }
}

.ch-home-map__region--quiet .ch-home-map__go {
  opacity: 0.42;
}

.ch-home-map__region-btn:focus-visible,
.ch-home-rail__prev:focus-visible,
.ch-home-rail__next:focus-visible,
.ch-home-card__hit:focus-visible,
.ch-home-rail__reset:focus-visible {
  outline: 2px solid var(--ch-home-forest);
  outline-offset: 3px;
}

.ch-home-rail {
  width: min(var(--ch-home-max), calc(100% - 32px));
  margin: 0 auto 44px;
}

.ch-home-rail[data-ch-home-subregions] {
  margin-top: 56px;
}

.ch-home-rail__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.ch-home-rail__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex: 0 0 auto;
}

.ch-home-rail__eyebrow,
.ch-home-perspectives__eyebrow,
.ch-home-results__scope {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  color: var(--ch-journey-accent, var(--ch-vl-color-teal, #006d77));
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ch-home-rail__eyebrow::before,
.ch-home-perspectives__eyebrow::before,
.ch-home-results__scope::before {
  width: 34px;
  height: 2px;
  content: "";
  background: currentColor;
}

.ch-home-rail__title,
.ch-home-results__title {
  margin: 0;
  max-width: 28ch;
  color: var(--ch-vl-color-midnight, #0f172a);
  font-family: var(--ch-vl-font-interface, var(--ch-home-ui));
  font-size: clamp(30px, 2.6vw, 40px);
  font-weight: 520;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.ch-home-rail__lead,
.ch-home-results__intro {
  display: block;
  max-width: 58ch;
  margin: 14px 0 0;
  color: var(--ch-vl-color-copy-muted, #526071);
  font-family: var(--ch-vl-font-interface, var(--ch-home-ui));
  font-size: 15px;
  font-weight: 450;
  line-height: 1.55;
}

.ch-home-rail__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  color: var(--ch-home-gold);
  font-size: 0.9em;
  font-weight: 650;
  text-decoration: none;
  min-height: 44px;
}

.ch-home-rail__link:hover,
.ch-home-rail__link:focus-visible {
  text-decoration: underline;
}

.ch-home-rail__link span {
  transition: transform 0.2s ease;
}

.ch-home-rail__link:hover span,
.ch-home-rail__link:focus-visible span {
  transform: translateX(3px);
}

.ch-home-rail__reset {
  min-height: 44px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--ch-home-forest);
  font: inherit;
  font-size: 0.9em;
  font-weight: 650;
  cursor: pointer;
}

.ch-home-rail__viewport {
  position: relative;
}

.ch-home-rail__track {
  display: flex;
  gap: 14px;
  margin: 0;
  padding: 4px 0 8px;
  list-style: none;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.ch-home-rail[data-ch-home-subregions] .ch-home-rail__track {
  gap: clamp(24px, 1.6vw, 28px);
  padding: 0;
}

.ch-home-rail[data-ch-home-subregions] .ch-home-rail__item {
  flex: 0 0 calc((100% - 2 * clamp(24px, 1.6vw, 28px)) / 3);
  min-width: 0;
  scroll-snap-align: start;
}

.ch-home-rail[data-ch-home-subregions] .ch-destinations-result {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 0;
  border: 0;
  color: #fff;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.ch-home-rail[data-ch-home-subregions] .ch-destinations-result.is-active {
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px var(--ch-journey-accent, #006d77);
}

.ch-home-rail__track::-webkit-scrollbar {
  display: none;
}

/* 3 or fewer cards: no carousel, distribute evenly across the full width. */
.ch-home-rail__track.is-few {
  flex-wrap: nowrap;
  overflow: visible;
  scroll-snap-type: none;
}

.ch-home-rail__track.is-few .ch-home-card {
  flex: 1 1 0;
  max-width: none;
}

.ch-home-rail__prev,
.ch-home-rail__next {
  position: static;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid color-mix(in srgb, var(--ch-home-forest) 16%, transparent);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ch-home-forest);
  box-shadow: none;
  cursor: pointer;
}

.ch-home-rail__prev[hidden],
.ch-home-rail__next[hidden] {
  display: none;
}

.ch-home-rail__prev:disabled,
.ch-home-rail__next:disabled {
  border-color: color-mix(in srgb, var(--ch-home-forest) 12%, transparent);
  color: color-mix(in srgb, var(--ch-home-forest) 28%, transparent);
  opacity: 1;
}

.ch-home-rail__prev::before,
.ch-home-rail__next::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  margin: 0 auto;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
}

.ch-home-rail__prev::before { transform: translateX(2px) rotate(135deg); }
.ch-home-rail__next::before { transform: translateX(-2px) rotate(-45deg); }

.ch-home-card {
  flex: 0 0 clamp(240px, 32%, 340px);
  min-width: 0;
  scroll-snap-align: start;
}

/* Carousel mode (more than 3 subregions): cards read larger than the
   even-distribution layout, since they no longer share the full width. */
.ch-home-rail__track:not(.is-few) .ch-home-card--subregion {
  flex-basis: clamp(304px, 40%, 430px);
}

.ch-home-card--event {
  flex-basis: clamp(230px, 28%, 320px);
}

.ch-home-card--experience {
  flex-basis: clamp(210px, 26%, 300px);
}

.ch-home-card--solo {
  flex-grow: 0;
}

/* One card must not fill the row. is-few's flex:1 wins over --solo
   without this, and a 4/5 experience becomes a full-bleed portrait. */
.ch-home-rail__track.is-few .ch-home-card--solo {
  flex: 0 0 calc((100% - 28px) / 3);
  max-width: 340px;
}

.ch-home-rail__track.is-few .ch-home-card--experience.ch-home-card--solo {
  max-width: 300px;
}

.ch-home-rail__track.is-few .ch-home-card--event.ch-home-card--solo {
  max-width: 320px;
}

.ch-home-rail__track.is-few .ch-home-card--zone.ch-home-card--solo {
  flex: 1 1 auto;
  max-width: none;
}

.ch-home-rail__track.is-few .ch-home-card--zone.ch-home-card--solo .ch-home-card__media {
  aspect-ratio: 16 / 6;
  max-height: 320px;
}

.ch-home-card__hit {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 44px;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.ch-home-card--experience .ch-home-card__hit:not(a),
.ch-home-card--event .ch-home-card__hit:not(a) {
  cursor: default;
}

.ch-home-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 16px;
  transition: box-shadow 220ms ease;
}

.ch-home-card--event .ch-home-card__media {
  aspect-ratio: 5 / 3;
  background: rgba(31, 92, 76, 0.12);
}

.ch-home-card--subregion .ch-home-card__media,
.ch-home-card--experience .ch-home-card__media {
  aspect-ratio: 16 / 10;
  background: var(--ch-home-forest-deep);
}

.ch-home-card--experience .ch-home-card__media {
  aspect-ratio: 4 / 5;
}

.ch-home-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.ch-home-card__hit:hover .ch-home-card__media img,
.ch-home-card--event:hover .ch-home-card__media img {
  transform: scale(1.02);
}

.ch-home-card--subregion .ch-home-card__hit {
  position: relative;
}

.ch-home-card--subregion .ch-home-card__caption,
.ch-home-card--experience .ch-home-card__caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 18px 16px;
  background: linear-gradient(180deg, transparent, rgba(13, 44, 36, 0.78) 78%);
  color: #fff;
}

.ch-home-card--subregion .ch-home-card__name,
.ch-home-card--experience .ch-home-card__name {
  margin: 0;
  font-family: var(--ch-home-display);
  font-size: 1.25em;
  font-weight: 560;
  line-height: 1.18;
}

.ch-home-card--subregion .ch-home-card__blurb {
  display: block;
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.82em;
  line-height: 1.35;
}

.ch-home-card--experience .ch-home-card__place {
  display: block;
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.8em;
}

.ch-home-card--subregion .ch-home-card__hit:hover .ch-home-card__media,
.ch-home-card--subregion .ch-home-card__hit:focus-visible .ch-home-card__media {
  box-shadow: 0 18px 34px -18px rgba(13, 44, 36, 0.55);
}

.ch-home-card--subregion.is-active .ch-home-card__media {
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.92);
}

.ch-home-card__cue {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fff;
  background: color-mix(in srgb, var(--ch-home-forest-deep) 55%, transparent);
  border: 1px solid rgba(255, 255, 255, 0.4);
  transition: transform 0.18s ease, background 0.18s ease;
}

.ch-home-card__hit:hover .ch-home-card__cue,
.ch-home-card__hit:focus-visible .ch-home-card__cue {
  transform: translateX(2px);
  background: var(--ch-home-forest-deep);
}

.ch-home-card--subregion.is-active .ch-home-card__name {
  font-weight: 650;
}

.ch-home-card--event .ch-home-card__hit {
  display: flex;
  flex-direction: column;
}

.ch-home-card--event .ch-home-card__date {
  margin: 12px 0 0;
  color: var(--ch-home-forest);
  font-size: 0.92em;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.3;
}

.ch-home-card--event .ch-home-card__name {
  margin: 4px 0 0;
  font-family: var(--ch-home-display);
  font-size: 1.15em;
  font-weight: 550;
  line-height: 1.2;
}

.ch-home-card--event .ch-home-card__place {
  margin: 4px 0 0;
  color: var(--ch-home-muted);
  font-size: 0.85em;
}

.ch-home-card--experience .ch-home-card__hit {
  position: relative;
}

.ch-home-rail__empty {
  flex: 1 0 auto;
  max-width: 440px;
  margin: 8px 0;
  padding: 18px 0;
  color: var(--ch-home-muted);
  font-size: 0.95em;
}

@media (max-width: 980px) {
  .ch-home-map {
    height: auto;
    min-height: 760px;
  }

  .ch-home-map__stage {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 8px;
    padding-bottom: 12px;
  }

  .ch-home-map__intro {
    max-width: none;
    padding: 4px 0 8px;
  }

  .ch-home-map__title {
    font-size: var(--ch-vl-hero-title-size, clamp(48px, 6vw, 56px));
  }

  .ch-home-map__title span {
    white-space: normal;
  }

  .ch-home-map__canvas {
    position: relative;
    inset: auto;
    min-height: 0;
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
    padding-right: 0;
    transform: none;
  }

  .ch-home-map__board {
    height: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .ch-home-map__land {
    height: auto;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .ch-home-map__plot {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    max-width: 100%;
    aspect-ratio: auto;
  }

  .ch-home-map__plot::after {
    display: none;
  }

  .ch-home-map__base {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: min(48vh, 440px);
  }

  /*
   * Mobile drops the cartographic illustration entirely (base map image,
   * gold outline, anchor dots) — only the Hero's photographic background
   * (`.ch-home-map__region-media` + scrim) stays visible behind the grid.
   * The 10 regions become a 2-column card grid instead of a horizontal
   * scroll strip: same <button data-region-id> elements, same
   * territory-map.js/home.js handlers, only the layout changes.
   */
  .ch-home-map__base,
  .ch-home-map__outline,
  .ch-home-map__anchors {
    display: none;
  }

  .ch-home-map__labels {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    width: 100%;
    margin-top: 14px;
    padding: 0 2px 6px;
    overflow: visible;
    pointer-events: auto;
  }

  .ch-home-map__legend {
    position: static;
    inset: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .ch-home-map__region,
  .ch-home-map__region[data-label-side="east"],
  .ch-home-map__region[data-label-side="west"],
  .ch-home-map__region[data-label-side="east"]:hover,
  .ch-home-map__region[data-label-side="west"]:hover,
  .ch-home-map__region[data-label-side="east"]:focus-visible,
  .ch-home-map__region[data-label-side="west"]:focus-visible {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    transform: none;
    width: 100%;
    max-width: none;
    flex: 0 0 auto;
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    white-space: normal;
    gap: 8px;
    min-height: 48px;
    padding: 8px 10px;
    border: 1px solid rgba(242, 184, 97, 0.34);
    border-radius: 12px;
    background: rgba(13, 32, 26, 0.46);
    backdrop-filter: blur(2px);
    color: #fffaf2;
  }

  .ch-home-map__region:hover,
  .ch-home-map__region:focus-visible {
    background: rgba(13, 32, 26, 0.46);
  }

  .ch-home-map__region-btn.is-active,
  .ch-home-map__region-btn[aria-pressed="true"] {
    border-color: #f2b861;
    border-width: 2px;
    background: rgba(242, 184, 97, 0.22);
  }

  .ch-home-map__region-btn.is-active:hover,
  .ch-home-map__region-btn.is-active:focus-visible,
  .ch-home-map__region-btn[aria-pressed="true"]:hover,
  .ch-home-map__region-btn[aria-pressed="true"]:focus-visible {
    background: rgba(242, 184, 97, 0.22);
  }

  .ch-home-map__region-btn.is-active::after,
  .ch-home-map__region-btn[aria-pressed="true"]::after {
    content: "";
    position: absolute;
    top: 7px;
    right: 7px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f2b861;
  }

  .ch-home-map__region-btn.is-active .ch-home-map__label-name,
  .ch-home-map__region-btn[aria-pressed="true"] .ch-home-map__label-name {
    font-weight: 800;
  }

  .ch-home-map__label-name {
    text-shadow: none;
    font-size: 0.86em;
    white-space: normal;
    overflow-wrap: break-word;
  }

  .ch-home-map__avatar {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border-color: rgba(242, 184, 97, 0.82);
    box-shadow: none;
  }

  .ch-home-map__region--quiet {
    opacity: 0.62;
    pointer-events: none;
  }

  .ch-home-map__region-btn.is-active::before,
  .ch-home-map__region-btn:hover::before,
  .ch-home-map__region-btn:focus-visible::before {
    display: none;
  }

  .ch-home-map__gulf-label {
    top: 16%;
    left: 70%;
    right: auto;
  }

  .ch-home-card {
    flex-basis: 42%;
  }

  .ch-home-card--event,
  .ch-home-card--experience {
    flex-basis: 44%;
  }

  .ch-home-rail__track:not(.is-few) .ch-home-card--subregion {
    flex-basis: 53%;
  }
}

@media (max-width: 720px) {
  .ch-home-explore {
    padding-top: 12px;
  }

  .ch-home-search__form {
    max-width: none;
  }

  .ch-home-search__panel {
    max-height: min(60vh, 380px);
  }

  .ch-home-search__option {
    min-height: 60px;
  }

  .ch-home-map__lead {
    max-width: none;
  }

  .ch-home-map {
    width: 100%;
    min-height: 720px;
    border-radius: 0;
  }

  .ch-home-map__canvas {
    min-height: 0;
  }

  .ch-home-map__board {
    height: auto;
  }

  .ch-home-map__base {
    max-height: min(46vh, 360px);
  }

  .ch-home-map__gulf-label {
    font-size: 0.62em;
  }

  .ch-home-rail__prev,
  .ch-home-rail__next {
    width: 34px;
    height: 34px;
  }

  .ch-home-card,
  .ch-home-card--event {
    flex-basis: 82%;
  }

  .ch-home-card--experience {
    flex-basis: 72%;
  }

  .ch-home-rail__track.is-few .ch-home-card--solo {
    flex-basis: min(82%, 340px);
    max-width: 340px;
  }

  .ch-home-rail__track.is-few .ch-home-card--experience.ch-home-card--solo {
    flex-basis: min(72%, 300px);
    max-width: 300px;
  }

  .ch-home-rail[data-ch-home-subregions] .ch-home-rail__item {
    flex-basis: min(84vw, 340px);
  }
}

@media (max-width: 360px) {
  .ch-home-map__gulf-label {
    display: none;
  }
}

@media (max-width: 1180px) and (min-width: 981px) {
  .ch-home-map__stage {
    grid-template-columns: minmax(0, 540px) minmax(0, 1fr);
  }

  .ch-home-map__canvas {
    transform: none;
  }

  .ch-home-map__region {
    font-size: 0.8em;
    max-width: 12em;
  }

  .ch-home-map__region[data-territorial-code="1"] {
    font-size: 0.88em;
  }
}

@media (max-height: 800px) and (min-width: 981px) {
  .ch-home-map__base {
    max-height: min(56vh, 540px);
  }
}

@media (prefers-reduced-motion: reduce) {
	.ch-home-map__region-media img {
		animation: none;
		transform: none;
		will-change: auto;
	}

  .ch-home-rail__track,
  .ch-home-card__media img,
  .ch-home-map__region,
  .ch-home-map__region-btn,
  .ch-home button.ch-home-map__region-btn,
  .ch-home-map__avatar {
    scroll-behavior: auto;
    transition: none;
  }

  .ch-home-map__region[data-label-side="east"]:hover,
  .ch-home-map__region[data-label-side="east"]:focus-visible {
    transform: translateY(-50%);
  }

  .ch-home-map__region[data-label-side="west"]:hover,
  .ch-home-map__region[data-label-side="west"]:focus-visible {
    transform: translate(-100%, -50%);
  }

  .ch-home-map__region-btn:hover .ch-home-map__avatar,
  .ch-home-map__region-btn:focus-visible .ch-home-map__avatar,
  .ch-home-map__region-btn.is-active .ch-home-map__avatar {
    transform: none;
  }

  .ch-home-card__hit:hover .ch-home-card__media img,
  .ch-home-card--event:hover .ch-home-card__media img {
    transform: none;
  }

  .ch-home-hero__cta,
  .ch-home-founder__cta {
    transition: none;
  }
}

/* ---------------------------------------------------------------------- */
/* Región activa — hero                                                    */
/* ---------------------------------------------------------------------- */

.ch-home-hero {
  position: relative;
  isolation: isolate;
  width: 100%;
  margin: 0 0 48px;
  min-height: clamp(380px, 34vw, 460px);
  overflow: hidden;
  background:
    radial-gradient(120% 140% at 0% 0%, rgba(236, 201, 138, 0.16), transparent 55%),
    linear-gradient(150deg, #0f2e26 0%, #16453a 62%, #1f5c4c 100%);
  color: #f4f1e8;
}

.ch-home-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.ch-home-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ch-home-hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(9, 30, 25, 0.32) 0%, rgba(9, 30, 25, 0.4) 55%, rgba(9, 30, 25, 0.7) 100%),
    linear-gradient(100deg, rgba(9, 30, 25, 0.82) 0%, rgba(9, 30, 25, 0.28) 62%, rgba(9, 30, 25, 0.05) 88%);
}

/* The map ends in paper tone; this lets it visibly flow into the hero photo
   instead of cutting hard from illustration to full-bleed image. */
.ch-home-hero::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  height: 40px;
  background: linear-gradient(180deg, var(--ch-home-paper) 0%, color-mix(in srgb, var(--ch-home-paper) 40%, transparent) 55%, transparent 100%);
  pointer-events: none;
}

.ch-home-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  width: min(var(--ch-home-max), calc(100% - 32px));
  min-height: inherit;
  margin: 0 auto;
  padding: 36px 0;
}

.ch-home-hero__content {
  max-width: 560px;
}

.ch-home-hero__badge {
  margin: 0 0 10px;
  font-size: 0.72em;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ch-home-gold);
}

.ch-home-hero__title {
  margin: 0;
  font-family: var(--ch-home-display);
  font-size: clamp(1.9em, 3.4vw, 2.8em);
  font-weight: 560;
  letter-spacing: -0.02em;
  line-height: 1.08;
  color: #f4f1e8;
}

.ch-home-hero__lede {
  margin: 12px 0 0;
  max-width: 42em;
  font-size: 1em;
  color: color-mix(in srgb, #f4f1e8 78%, transparent);
}

.ch-home-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.ch-home-hero__tags[hidden],
.ch-home-hero__lede[hidden] {
  display: none;
}

.ch-home-hero__tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85em;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #f4f1e8;
}

.ch-home-hero__tag-icon {
  display: inline-flex;
  color: var(--ch-home-gold);
}

.ch-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 26px;
}

.ch-home-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 0.92em;
  font-weight: 650;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.ch-home-hero__cta--primary {
  color: #2a1608;
  background: linear-gradient(135deg, var(--ch-home-accent-start) 0%, var(--ch-home-accent-end) 100%);
  box-shadow: 0 10px 22px -12px rgba(255, 122, 89, 0.65);
}

.ch-home-hero__cta--secondary {
  color: #f4f1e8;
  border: 1px solid color-mix(in srgb, #f4f1e8 40%, transparent);
}

.ch-home-hero__cta:hover,
.ch-home-hero__cta:focus-visible {
  transform: translateY(-1px);
}

.ch-home-hero__cta--primary:hover,
.ch-home-hero__cta--primary:focus-visible {
  box-shadow: 0 14px 26px -12px rgba(255, 122, 89, 0.8);
}

.ch-home-hero__facts {
  flex: 0 0 auto;
  width: 240px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 22px 24px;
  border-radius: 16px;
  background: rgba(13, 44, 36, 0.58);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 20px 40px -22px rgba(0, 0, 0, 0.55);
}

.ch-home-hero__fact {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.ch-home-hero__fact-icon {
  display: inline-flex;
  flex: 0 0 auto;
  margin-top: 2px;
  color: var(--ch-home-gold);
}

.ch-home-hero__fact-body {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.ch-home-hero__fact-label {
  margin: 0;
  font-size: 0.66em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: color-mix(in srgb, #f4f1e8 60%, transparent);
}

.ch-home-hero__fact-value {
  margin: 0;
  font-family: var(--ch-home-display);
  font-size: 1.05em;
  font-weight: 560;
  line-height: 1.25;
}

/* ---------------------------------------------------------------------- */
/* Vive el territorio — icon strip                                         */
/* ---------------------------------------------------------------------- */

.ch-home-verbs {
  width: min(var(--ch-home-max), calc(100% - 32px));
  margin: 0 auto 48px;
}

.ch-home-verbs__eyebrow {
  margin: 0 0 8px;
  font-size: 0.76em;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  color: var(--ch-home-forest);
}

.ch-home-verbs__title {
  position: relative;
  margin: 0 0 34px;
  padding-bottom: 18px;
  font-family: var(--ch-home-display);
  font-size: 1.5em;
  font-weight: 550;
  letter-spacing: -0.01em;
  text-align: center;
  color: var(--ch-home-forest-deep);
}

/* Editorial rule under the title — a quiet signal of intent, not a card. */
.ch-home-verbs__title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: var(--ch-home-gold);
  transform: translateX(-50%);
}

.ch-home-verbs__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ch-home-verbs__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 124px;
  padding: 10px 10px 4px;
  position: relative;
}

/* Hairline separators between items read as an index, not a row of icons. */
.ch-home-verbs__item + .ch-home-verbs__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 1px;
  background: var(--ch-home-line);
}

.ch-home-verbs__item:hover .ch-home-verbs__icon {
  transform: translateY(-2px);
  border-color: var(--ch-home-forest);
  color: var(--ch-home-forest);
}

.ch-home-verbs__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 1px solid var(--ch-home-line);
  color: var(--ch-home-forest-deep);
  transition: transform 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.ch-home-verbs__icon svg {
  width: 34px;
  height: 34px;
  stroke-width: 1.2;
}

.ch-home-verbs__label {
  font-size: 0.86em;
  font-weight: 650;
  color: var(--ch-home-forest-deep);
}

/* ---------------------------------------------------------------------- */
/* Hospedaje Fundador — announcement block                                 */
/* ---------------------------------------------------------------------- */

.ch-home-founder {
  width: min(var(--ch-home-max), calc(100% - 80px));
  margin: 0 auto 8px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  align-items: stretch;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 24px 48px -30px rgba(13, 44, 36, 0.45);
}

.ch-home-founder__media {
  position: relative;
  min-height: 320px;
}

.ch-home-founder__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ch-home-founder__panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 40px 44px;
  background: linear-gradient(155deg, #0f2e26 0%, #16453a 100%);
  color: #f4f1e8;
}

.ch-home-founder__eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  font-size: 0.74em;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ch-home-gold);
}

.ch-home-founder__eyebrow-icon {
  display: inline-flex;
  color: var(--ch-home-gold);
}

.ch-home-founder__title {
  margin: 0 0 14px;
  font-family: var(--ch-home-display);
  font-size: clamp(1.5em, 2.6vw, 2.05em);
  font-weight: 560;
  line-height: 1.14;
  letter-spacing: -0.01em;
  color: #f4f1e8;
}

.ch-home-founder__copy {
  margin: 0;
  max-width: 34em;
  font-size: 0.96em;
  color: color-mix(in srgb, #f4f1e8 76%, transparent);
}

.ch-home-founder__rule {
  display: block;
  width: 48px;
  height: 1px;
  margin: 26px 0 22px;
  background: color-mix(in srgb, #f4f1e8 30%, transparent);
}

.ch-home-founder__invite-kicker {
  margin: 0 0 4px;
  font-size: 0.9em;
  color: color-mix(in srgb, #f4f1e8 70%, transparent);
}

.ch-home-founder__invite-title {
  margin: 0 0 20px;
  font-family: var(--ch-home-display);
  font-size: 1.2em;
  font-weight: 600;
}

.ch-home-founder__cta {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 9px;
  padding: 13px 22px;
  border-radius: 999px;
  font-size: 0.92em;
  font-weight: 650;
  color: #2a1608;
  text-decoration: none;
  background: linear-gradient(135deg, var(--ch-home-accent-start) 0%, var(--ch-home-accent-end) 100%);
  box-shadow: 0 10px 22px -12px rgba(255, 122, 89, 0.65);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.ch-home-founder__cta:hover,
.ch-home-founder__cta:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px -12px rgba(255, 122, 89, 0.8);
}

.ch-home-founder__note {
  margin: 10px 0 0;
  font-size: 0.78em;
  color: color-mix(in srgb, #f4f1e8 60%, transparent);
}

@media (max-width: 980px) {
  .ch-home-hero {
    min-height: 0;
  }

  .ch-home-hero__inner {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 30px 0;
  }

  .ch-home-hero__content {
    max-width: none;
  }

  .ch-home-hero__facts {
    width: auto;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px 28px;
  }

  .ch-home-hero__fact {
    flex: 1 1 40%;
    min-width: 140px;
  }

  .ch-home-founder {
    grid-template-columns: 1fr;
  }

  .ch-home-founder__media {
    min-height: 220px;
  }
}

@media (max-width: 720px) {
  .ch-home-hero__inner {
    padding: 24px 0;
    gap: 22px;
  }

  .ch-home-hero__facts {
    padding: 16px 18px;
  }

  .ch-home-hero__fact {
    flex: 1 1 100%;
  }

  .ch-home-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .ch-home-hero__cta {
    justify-content: center;
  }

  .ch-home-verbs__list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    padding: 2px 4px 10px;
    margin: 0 -4px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .ch-home-verbs__list::-webkit-scrollbar {
    display: none;
  }

  .ch-home-verbs__item {
    flex: 0 0 auto;
    width: 96px;
    scroll-snap-align: start;
  }

  .ch-home-verbs__icon {
    width: 64px;
    height: 64px;
  }

  .ch-home-verbs__icon svg {
    width: 28px;
    height: 28px;
  }

  .ch-home-founder__panel {
    padding: 30px 24px 34px;
  }
}

@media (max-width: 480px) {
  .ch-home-hero__fact {
    flex-basis: 100%;
  }
}

.ch-home-card--destination,
.ch-home-card--place,
.ch-home-card--zone {
  flex-basis: clamp(240px, 32%, 340px);
}

.ch-home-card--destination .ch-home-card__media,
.ch-home-card--place .ch-home-card__media,
.ch-home-card--zone .ch-home-card__media {
  aspect-ratio: 16 / 10;
  background: var(--ch-home-forest-deep);
}

.ch-home-card--destination .ch-home-card__hit,
.ch-home-card--place .ch-home-card__hit,
.ch-home-card--zone .ch-home-card__hit {
  position: relative;
}

.ch-home-card--destination .ch-home-card__caption,
.ch-home-card--place .ch-home-card__caption,
.ch-home-card--zone .ch-home-card__caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 18px 16px;
  background: linear-gradient(180deg, transparent, rgba(13, 44, 36, 0.78) 78%);
  color: #fff;
}

.ch-home-card--destination .ch-home-card__name,
.ch-home-card--place .ch-home-card__name,
.ch-home-card--zone .ch-home-card__name {
  margin: 0;
  font-family: var(--ch-home-display);
  font-size: 1.25em;
  font-weight: 560;
  line-height: 1.18;
}

.ch-home-card--destination .ch-home-card__blurb,
.ch-home-card--place .ch-home-card__blurb,
.ch-home-card--zone .ch-home-card__blurb,
.ch-home-card--destination .ch-home-card__place,
.ch-home-card--place .ch-home-card__place,
.ch-home-card--zone .ch-home-card__place {
  display: block;
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.82em;
  line-height: 1.35;
}

.ch-home-card__kicker {
  display: block;
  margin: 0 0 6px;
  font-family: var(--ch-home-ui);
  font-size: 0.68em;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ch-home-card--subregion .ch-home-card__kicker { color: #ffb347; }
.ch-home-card--destination .ch-home-card__kicker { color: #8ec4e0; }
.ch-home-card--place .ch-home-card__kicker { color: #c9b27a; }
.ch-home-card--experience .ch-home-card__kicker { color: #9dccb8; }
.ch-home-card--zone .ch-home-card__kicker { color: #d4c4a0; }

@media (max-width: 720px) {
  .ch-home-card--destination,
  .ch-home-card--place,
  .ch-home-card--zone {
    flex-basis: 72vw;
  }
}

/* ==========================================================================
   Discovery Navigation V1.2 · Gate 3
   One TerritoryContext, one perspective and one active ResultSurface.
   ========================================================================== */

.ch-home-territory-explorer {
  padding-bottom: 56px;
  background: var(--ch-home-paper);
}

.ch-home-perspectives,
.ch-home-results {
  width: min(var(--ch-home-max), calc(100% - 32px));
  margin-inline: auto;
}

.ch-home-perspectives {
  margin-top: 14px;
  margin-bottom: 34px;
  padding-top: 28px;
  border-top: 1px solid color-mix(in srgb, var(--ch-home-forest-deep) 12%, transparent);
}

.ch-home-perspectives__eyebrow {
  margin-bottom: 16px;
}

.ch-home-perspectives__items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ch-home-perspectives__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid color-mix(in srgb, var(--ch-home-forest-deep) 22%, transparent);
  border-radius: 999px;
  background: transparent;
  color: var(--ch-home-forest-deep);
  font-size: 0.94em;
  font-weight: 650;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.ch-home-perspectives__item:hover,
.ch-home-perspectives__item:focus-visible {
  border-color: var(--ch-home-forest);
  color: var(--ch-home-forest);
}

.ch-home-perspectives__item.is-active {
  border-color: var(--ch-home-forest-deep);
  background: var(--ch-home-forest-deep);
  color: #fff;
}

.ch-home-perspectives__item:focus-visible,
.ch-home-results__continue:focus-visible,
.ch-home-result-card__hit:focus-visible,
.ch-home-results__expand:focus-visible {
  outline: 2px solid var(--ch-home-forest);
  outline-offset: 3px;
}

.ch-home-results {
  padding-bottom: 8px;
}

.ch-home-results__status {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.ch-home-results__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.ch-home-results__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: clamp(24px, 1.6vw, 28px);
  row-gap: clamp(26px, 2vw, 34px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.ch-home-results__continue {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--ch-home-forest);
  font-size: 0.9em;
  font-weight: 700;
  text-decoration: none;
}

.ch-home-results__continue:hover,
.ch-home-results__continue:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.ch-home-result-card {
  min-width: 0;
}

.ch-home-result-card__hit {
  position: relative;
  display: block;
  min-height: 390px;
  overflow: hidden;
  border-radius: 18px;
  background: var(--ch-home-forest-deep);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 16px 32px -28px rgba(13, 44, 36, 0.65);
}

.ch-home-result-card__media,
.ch-home-result-card__overlay {
  position: absolute;
  inset: 0;
  display: block;
}

.ch-home-result-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
}

.ch-home-result-card__overlay {
  background:
    linear-gradient(180deg, rgba(13, 44, 36, 0.04) 15%, rgba(13, 44, 36, 0.22) 48%, rgba(13, 44, 36, 0.91) 100%),
    linear-gradient(90deg, rgba(13, 44, 36, 0.26), transparent 62%);
}

.ch-home-result-card__hit:hover .ch-home-result-card__media img,
.ch-home-result-card__hit:focus-visible .ch-home-result-card__media img {
  transform: scale(1.025);
}

.ch-home-result-card__copy {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 96px 22px 22px;
}

.ch-home-result-card__date,
.ch-home-result-card__location {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.75em;
  font-weight: 650;
  letter-spacing: 0.04em;
}

.ch-home-result-card__date + .ch-home-result-card__location {
  margin-top: 3px;
}

.ch-home-result-card__title {
  margin: 8px 0 0;
  color: #fff;
  font-family: var(--ch-home-display);
  font-size: clamp(1.35em, 2.2vw, 1.8em);
  font-weight: 560;
  line-height: 1.08;
}

.ch-home-result-card__reason {
  display: -webkit-box;
  max-width: 38ch;
  margin-top: 8px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.84em;
  line-height: 1.42;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.ch-home-result-card__action {
  margin-top: 14px;
  color: #fff;
  font-size: 0.8em;
  font-weight: 700;
}

.ch-home-results__empty {
  padding: 30px;
  border: 1px solid color-mix(in srgb, var(--ch-home-forest-deep) 12%, transparent);
  border-radius: 16px;
  color: var(--ch-home-muted);
  background: color-mix(in srgb, #fff 74%, transparent);
}

.ch-home-results__empty p {
  margin: 0;
}

.ch-home-results__expand {
  min-height: 44px;
  margin-top: 12px;
  padding: 0 18px;
  border: 1px solid var(--ch-home-forest);
  border-radius: 999px;
  background: transparent;
  color: var(--ch-home-forest);
  font: inherit;
  font-size: 0.86em;
  font-weight: 700;
  cursor: pointer;
}

@media (max-width: 980px) {
  .ch-home-results__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .ch-home-territory-explorer {
    padding-bottom: 40px;
  }

  .ch-home-perspectives {
    margin-bottom: 28px;
  }

  .ch-home-perspectives__items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .ch-home-perspectives__item {
    min-width: 0;
    padding-inline: 8px;
    font-size: 0.82em;
  }

  .ch-home-results__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .ch-home-results__grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    margin-inline: -16px;
    padding: 0 16px 10px;
  }

  .ch-home-results__grid::-webkit-scrollbar {
    display: none;
  }

  .ch-home-results__grid > li {
    flex: 0 0 min(84vw, 340px);
    scroll-snap-align: start;
  }
}
