/* Hospedaje page — scoped styles (uses ccf-nyc-2026 tokens) */
.ccf-hsp { background: var(--ccf-ink); color: var(--ccf-white); min-height: 100vh; }
.ccf-hsp-top { position: absolute; top: 0; left: 0; right: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; padding: 22px clamp(20px, 4vw, 56px); }
.ccf-hsp-top__logo img { width: 150px; height: auto; display: block; }
.ccf-hsp-top__nav { display: flex; align-items: center; gap: 26px; }
.ccf-hsp-top__nav > a:not(.ccf-nyc-2026-btn) { font-size: 13px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--ccf-mute); transition: color .25s; }
.ccf-hsp-top__nav > a:not(.ccf-nyc-2026-btn):hover { color: #fff; }
.ccf-hsp-top__cta { padding: 12px 20px; font-size: 12px; }

.ccf-hsp-hero { position: relative; min-height: 92svh; display: flex; align-items: center; overflow: hidden; padding: clamp(130px, 14vw, 170px) 0 clamp(80px, 8vw, 110px); }
.ccf-hsp-hero__bg { position: absolute; inset: 0; z-index: 0; }
.ccf-hsp-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 60%; animation: ccfKenBurns 26s ease-in-out infinite alternate; }
.ccf-hsp-hero__scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(4,16,31,0.25) 0%, rgba(4,16,31,0.55) 40%, rgba(4,16,31,0.88) 75%), linear-gradient(180deg, rgba(4,16,31,0.7) 0%, rgba(4,16,31,0.1) 35%, rgba(4,16,31,0.3) 75%, var(--ccf-ink) 100%); }
.ccf-hsp-hero__wrap { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-end; text-align: right; }
.ccf-hsp-hero__title { font-family: var(--ccf-display); font-weight: 700; font-size: clamp(2.8rem, 7.4vw, 6.4rem); line-height: .94; text-transform: uppercase; margin: 18px 0 22px; max-width: 12ch; }
.ccf-hsp-hero__title .ccf-hsp-hero__accent { color: var(--ccf-orange); }
.ccf-hsp-hero__sub { max-width: 60ch; color: rgba(242,246,250,0.78); font-size: clamp(1rem, 1.35vw, 1.2rem); line-height: 1.65; margin: 0 0 34px; }
.ccf-hsp-hero__sub b { color: #fff; font-weight: 600; }
.ccf-hsp-hero__stats { display: flex; gap: 14px; flex-wrap: wrap; justify-content: flex-end; margin-bottom: 30px; }
.ccf-hsp-hero__stats div { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; padding: 14px 20px; border: 1px solid var(--ccf-line); background: rgba(12,29,43,0.55); backdrop-filter: blur(12px); min-width: 150px; }
.ccf-hsp-hero__stats b { font-family: var(--ccf-display); font-weight: 700; font-size: 34px; line-height: 1; color: var(--ccf-orange); }
.ccf-hsp-hero__stats span { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--ccf-mute); font-weight: 600; }
.ccf-hsp-hero__ctas { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
.ccf-hsp-hero .ccf-nyc-2026-hashtags { justify-content: flex-end; margin-top: 26px; }

.ccf-hsp-fomo { padding: clamp(40px, 5vw, 72px) 0 clamp(30px, 4vw, 56px); }
.ccf-hsp-fomo__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ccf-hsp-fomo__card { position: relative; padding: 32px 28px 30px; border: 1px solid var(--ccf-line); background: linear-gradient(160deg, rgba(29,60,87,0.35), rgba(12,29,43,0.2)); overflow: hidden; transition: transform .5s var(--ccf-ease), border-color .4s ease; }
.ccf-hsp-fomo__card::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: var(--ccf-orange); transform: scaleX(0); transform-origin: left; transition: transform .5s var(--ccf-ease); }
.ccf-hsp-fomo__card:hover { transform: translateY(-4px); border-color: rgba(255,91,0,0.4); }
.ccf-hsp-fomo__card:hover::after { transform: scaleX(1); }
.ccf-hsp-fomo__num { font-family: var(--ccf-display); font-weight: 700; font-size: 44px; line-height: 1; color: rgba(255,91,0,0.55); }
.ccf-hsp-fomo__card h3 { font-family: var(--ccf-display); font-weight: 700; font-size: 26px; text-transform: uppercase; line-height: 1; margin: 14px 0 12px; }
.ccf-hsp-fomo__card p { margin: 0; color: var(--ccf-mute); line-height: 1.65; font-size: 15px; }

.ccf-hsp-hotels { padding: clamp(40px, 5vw, 72px) 0 clamp(40px, 5vw, 64px); }
.ccf-hsp-hotels__head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px 64px; align-items: end; margin-bottom: 40px; }
.ccf-hsp-hotels__head h2 { margin-top: 12px; }
.ccf-hsp-hotels__head p { color: var(--ccf-mute); line-height: 1.65; margin: 0; }
.ccf-hsp-filters { display: flex; flex-wrap: wrap; gap: 18px 40px; padding: 18px 0 26px; border-top: 1px solid var(--ccf-line-2); border-bottom: 1px solid var(--ccf-line-2); margin-bottom: 36px; }
.ccf-hsp-filters__group { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.ccf-hsp-filters__group > span { font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; font-weight: 600; color: var(--ccf-faint); margin-right: 8px; }
.ccf-hsp-filters button { height: 36px; padding: 0 16px; border-radius: 999px; border: 1px solid var(--ccf-line-2); background: rgba(255,255,255,0.02); color: var(--ccf-mute); font-family: var(--ccf-body); font-size: 12.5px; font-weight: 600; letter-spacing: .04em; cursor: pointer; transition: color .25s, border-color .25s, background-color .25s, transform .25s; }
.ccf-hsp-filters button:hover { color: #fff; border-color: rgba(255,91,0,0.5); transform: translateY(-1px); }
.ccf-hsp-filters button.is-active { color: #fff; border-color: var(--ccf-orange); background: rgba(255,91,0,0.16); }
.ccf-hsp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ccf-hsp-card { position: relative; display: flex; flex-direction: column; gap: 12px; padding: 26px 26px 24px; border: 1px solid var(--ccf-line); background: var(--ccf-navy); overflow: hidden; animation: ccfSpkIn .6s var(--ccf-ease) both; animation-delay: calc(var(--i, 0) * 50ms); transition: transform .5s var(--ccf-ease), border-color .4s ease, box-shadow .5s var(--ccf-ease); }
.ccf-hsp-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(70% 60% at 100% 0%, rgba(255,91,0,0.14), transparent 60%); opacity: 0; transition: opacity .5s ease; pointer-events: none; }
.ccf-hsp-card:hover { transform: translateY(-6px); border-color: rgba(255,91,0,0.45); box-shadow: 0 30px 60px rgba(0,0,0,0.5); }
.ccf-hsp-card:hover::before { opacity: 1; }
.ccf-hsp-card__top { display: flex; justify-content: space-between; align-items: center; gap: 10px; flex-wrap: wrap; }
.ccf-hsp-card__cat { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; font-weight: 700; color: var(--ccf-orange); border: 1px solid rgba(255,91,0,0.5); border-radius: 999px; padding: 4px 10px; }
.ccf-hsp-card--lujo .ccf-hsp-card__cat { background: rgba(255,91,0,0.14); }
.ccf-hsp-card__zone { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--ccf-faint); font-weight: 600; }
.ccf-hsp-card__idx { position: absolute; right: 22px; bottom: 14px; font-family: var(--ccf-display); font-weight: 700; font-size: 72px; line-height: 1; color: rgba(255,255,255,0.04); pointer-events: none; }
.ccf-hsp-card__name { font-family: var(--ccf-display); font-weight: 700; font-size: 26px; line-height: 1; text-transform: uppercase; margin: 6px 0 0; }
.ccf-hsp-card__note { margin: 0; color: var(--ccf-mute); font-size: 14px; line-height: 1.6; }
.ccf-hsp-card__price { display: flex; flex-direction: column; gap: 2px; padding-top: 12px; border-top: 1px dashed var(--ccf-line-2); }
.ccf-hsp-card__price b { font-family: var(--ccf-display); font-weight: 700; font-size: 26px; color: #fff; }
.ccf-hsp-card__price span { font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--ccf-faint); font-weight: 600; }
.ccf-hsp-card__addr { font-style: normal; font-size: 12.5px; color: var(--ccf-faint); }
.ccf-hsp-card__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 14px; margin-top: 6px; position: relative; z-index: 1; }
.ccf-hsp-card__btn { padding: 12px 18px; font-size: 11.5px; }
.ccf-hsp-card__link { font-size: 12.5px; font-weight: 600; color: var(--ccf-mute); border-bottom: 1px solid var(--ccf-line-2); transition: color .25s, border-color .25s; }
.ccf-hsp-card__link:hover { color: #fff; border-color: var(--ccf-orange); }
.ccf-hsp-empty { color: var(--ccf-mute); text-align: center; padding: 40px 0; }

.ccf-hsp-note { padding: 0 0 clamp(40px, 5vw, 64px); }
.ccf-hsp-note__box { display: flex; gap: 18px; align-items: flex-start; padding: 26px 28px; border: 1px solid var(--ccf-line); background: rgba(255,255,255,0.025); border-radius: 14px; }
.ccf-hsp-note__box svg { flex-shrink: 0; color: var(--ccf-orange); margin-top: 2px; }
.ccf-hsp-note__box b { display: block; font-weight: 600; margin-bottom: 6px; color: #fff; }
.ccf-hsp-note__box p { margin: 0; color: var(--ccf-mute); font-size: 14px; line-height: 1.65; }

.ccf-hsp-final { position: relative; overflow: hidden; text-align: center; padding: clamp(90px, 12vw, 160px) 0; }
.ccf-hsp-final__bg { position: absolute; inset: 0; z-index: 0; }
.ccf-hsp-final__bg img { width: 100%; height: 100%; object-fit: cover; object-position: left center; }
.ccf-hsp-final__scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, var(--ccf-ink) 0%, rgba(4,16,31,0.35) 30%, rgba(4,16,31,0.45) 70%, var(--ccf-ink) 100%); }
.ccf-hsp-final__wrap { position: relative; z-index: 2; }
.ccf-hsp-final h2 { font-size: clamp(2.2rem, 5.6vw, 4.6rem); max-width: 22ch; margin: 14px auto 18px; }
.ccf-hsp-final h2 span { color: var(--ccf-orange); }
.ccf-hsp-final p { color: rgba(242,246,250,0.8); margin: 0 auto 30px; max-width: 56ch; }
.ccf-hsp-final__ctas { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

.ccf-hsp-foot { border-top: 1px solid var(--ccf-line-2); padding: 28px 0; }
.ccf-hsp-foot__row { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; font-size: 12.5px; color: var(--ccf-faint); }
.ccf-hsp-foot img { width: 120px; height: auto; }
.ccf-hsp-foot a { color: var(--ccf-mute); border-bottom: 1px solid var(--ccf-line-2); }
.ccf-hsp-foot a:hover { color: #fff; }

@media (max-width: 1000px) {
  .ccf-hsp-grid { grid-template-columns: repeat(2, 1fr); }
  .ccf-hsp-hotels__head { grid-template-columns: 1fr; }
  .ccf-hsp-fomo__grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .ccf-hsp-top__nav > a:not(.ccf-nyc-2026-btn) { display: none; }
  .ccf-hsp-top__logo img { width: 120px; }
  .ccf-hsp-hero { min-height: auto; }
  .ccf-hsp-hero__wrap { align-items: flex-start; text-align: left; }
  .ccf-hsp-hero__stats, .ccf-hsp-hero__ctas, .ccf-hsp-hero .ccf-nyc-2026-hashtags { justify-content: flex-start; }
  .ccf-hsp-hero__bg img { object-position: 30% center; }
  .ccf-hsp-hero__scrim { background: linear-gradient(180deg, rgba(4,16,31,0.75) 0%, rgba(4,16,31,0.55) 40%, rgba(4,16,31,0.8) 80%, var(--ccf-ink) 100%); }
  .ccf-hsp-grid { grid-template-columns: 1fr; }
  .ccf-hsp-card__name { font-size: 22px; }
}

/* v2: header toggle, marquee, venues showcase, invite */
.ccf-hsp-top__nav .ccf-nyc-2026-langtoggle { margin: 0 4px; }
.ccf-hsp-hero__accent { color: var(--ccf-orange); }
.ccf-hsp-hero__title sup { font-size: .5em; }
.ccf-hsp-hero__stats b sup { font-size: .5em; vertical-align: top; }
.ccf-hsp-hero__scrim { background: linear-gradient(90deg, rgba(4,16,31,0.15) 0%, rgba(4,16,31,0.35) 45%, rgba(4,16,31,0.82) 78%), linear-gradient(180deg, rgba(4,16,31,0.55) 0%, rgba(4,16,31,0.05) 35%, rgba(4,16,31,0.2) 70%, var(--ccf-ink) 100%); }
.ccf-hsp-hero__bg img { object-position: center 70%; }
.ccf-hsp-hero__marquee { position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; overflow: hidden; border-top: 1px solid var(--ccf-line-2); background: rgba(12,29,43,0.55); backdrop-filter: blur(10px); }
.ccf-hsp-hero__track { display: flex; gap: 0; width: max-content; animation: ccfHspMarquee 40s linear infinite; }
.ccf-hsp-hero__track span { padding: 14px 34px; font-family: var(--ccf-display); font-weight: 600; font-size: 15px; letter-spacing: .18em; text-transform: uppercase; color: var(--ccf-mute); white-space: nowrap; position: relative; }
.ccf-hsp-hero__track span::after { content: ""; position: absolute; right: -3px; top: 50%; width: 6px; height: 6px; border-radius: 50%; background: var(--ccf-orange); transform: translateY(-50%); }
@keyframes ccfHspMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.ccf-hsp-hero { padding-bottom: clamp(110px, 10vw, 140px); }

.ccf-hsp-venues { padding: clamp(56px, 7vw, 96px) 0 clamp(24px, 3vw, 40px); }
.ccf-hsp-venues__head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px 64px; align-items: end; margin-bottom: 40px; }
.ccf-hsp-venues__head h2 { margin-top: 12px; }
.ccf-hsp-venues__head p { color: var(--ccf-mute); line-height: 1.65; margin: 0; }
.ccf-hsp-venues__grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 320px; gap: 18px; }
.ccf-hsp-venue { position: relative; overflow: hidden; border: 1px solid var(--ccf-line); background: var(--ccf-navy); }
.ccf-hsp-venue--wide { grid-column: span 2; }
.ccf-hsp-venue img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(.35) contrast(1.05); transform: scale(1.001); transition: transform 1s var(--ccf-ease), filter .6s ease; }
.ccf-hsp-venue::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12,29,43,0.05) 30%, rgba(12,29,43,0.92) 100%); }
.ccf-hsp-venue:hover img { transform: scale(1.07); filter: grayscale(0) contrast(1.04); }
.ccf-hsp-venue__body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; padding: 22px 24px; }
.ccf-hsp-venue__day { display: inline-block; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; font-weight: 700; color: var(--ccf-orange); border: 1px solid rgba(255,91,0,0.5); border-radius: 999px; padding: 4px 10px; margin-bottom: 10px; background: rgba(12,29,43,0.6); }
.ccf-hsp-venue__body h3 { font-family: var(--ccf-display); font-weight: 700; font-size: 28px; line-height: 1; text-transform: uppercase; margin: 0 0 6px; }
.ccf-hsp-venue__body p { margin: 0; color: var(--ccf-mute); font-size: 14px; line-height: 1.5; max-width: 46ch; }

.ccf-hsp-invite { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-bottom: 26px; }
.ccf-hsp-invite__btn { display: inline-flex; align-items: center; gap: 10px; height: 48px; padding: 0 22px; border-radius: 999px; border: 1px solid var(--ccf-line-2); color: #fff; background: rgba(12,29,43,0.6); backdrop-filter: blur(10px); font-family: var(--ccf-body); font-size: 13.5px; font-weight: 600; letter-spacing: .04em; cursor: pointer; transition: color .25s, border-color .25s, background-color .25s, transform .25s; }
.ccf-hsp-invite__btn:hover { border-color: var(--ccf-orange); background: rgba(255,91,0,0.18); transform: translateY(-2px); }
.ccf-hsp-invite__btn.is-done { border-color: var(--ccf-orange); background: var(--ccf-orange); }
.ccf-hsp-final__note { font-size: 13px !important; color: var(--ccf-faint) !important; max-width: 62ch !important; margin: 0 auto !important; padding: 14px 18px; border: 1px dashed var(--ccf-line-2); border-radius: 12px; }
.ccf-hsp .ccf-nyc-2026-cardstrip { padding-top: clamp(24px, 3vw, 40px); }
@media (max-width: 1000px) { .ccf-hsp-venues__grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 260px; } .ccf-hsp-venue--wide { grid-column: span 2; } .ccf-hsp-venues__head { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .ccf-hsp-venues__grid { grid-template-columns: 1fr; grid-auto-rows: 230px; } .ccf-hsp-venue--wide { grid-column: span 1; } .ccf-hsp-top__nav .ccf-nyc-2026-langtoggle { display: flex; } .ccf-hsp-hero__track span { font-size: 12px; padding: 12px 22px; } }

/* v3: hero two columns + interactive map */
.ccf-hsp-hero { min-height: auto; padding: clamp(120px, 12vw, 150px) 0 clamp(120px, 11vw, 150px); }
.ccf-hsp-hero__scrim { background: linear-gradient(90deg, rgba(4,16,31,0.9) 0%, rgba(4,16,31,0.7) 45%, rgba(4,16,31,0.45) 100%), linear-gradient(180deg, rgba(4,16,31,0.6) 0%, rgba(4,16,31,0.1) 40%, rgba(4,16,31,0.35) 75%, var(--ccf-ink) 100%); }
.ccf-hsp-hero__bg img { object-position: 60% 65%; }
.ccf-hsp-hero__wrap { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, 46%); gap: clamp(28px, 4vw, 64px); align-items: center; text-align: left; }
.ccf-hsp-hero__copy { display: flex; flex-direction: column; align-items: flex-start; }
.ccf-hsp-hero__title { font-size: clamp(2.6rem, 5.6vw, 5rem); margin: 16px 0 18px; }
.ccf-hsp-hero__sub { max-width: 52ch; margin-bottom: 28px; font-size: clamp(.98rem, 1.15vw, 1.1rem); }
.ccf-hsp-hero__stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; justify-content: flex-start; margin-bottom: 26px; width: 100%; max-width: 440px; }
.ccf-hsp-hero__stats div { min-width: 0; padding: 12px 16px; border-radius: 10px; background: rgba(12,29,43,0.5); position: relative; overflow: hidden; }
.ccf-hsp-hero__stats div::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--ccf-orange); opacity: .8; }
.ccf-hsp-hero__stats b { font-size: 30px; }
.ccf-hsp-hero__ctas, .ccf-hsp-hero .ccf-nyc-2026-hashtags { justify-content: flex-start; }
.ccf-hsp-hero .ccf-nyc-2026-hashtags { margin-top: 20px; }

.ccf-hsp-map { position: relative; display: flex; flex-direction: column; border: 1px solid var(--ccf-line); border-radius: 18px; background: rgba(12,29,43,0.62); backdrop-filter: blur(16px); box-shadow: 0 40px 90px rgba(0,0,0,0.55), inset 0 1px 0 rgba(255,255,255,0.06); overflow: hidden; }
.ccf-hsp-map::before { content: ""; position: absolute; inset: -1px; border-radius: inherit; padding: 1px; background: linear-gradient(135deg, rgba(255,91,0,0.55), transparent 40%, transparent 60%, rgba(255,91,0,0.25)); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; z-index: 3; }
.ccf-hsp-map__head { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 16px 20px 14px; border-bottom: 1px solid var(--ccf-line-2); }
.ccf-hsp-map__head > div { display: flex; flex-direction: column; gap: 3px; }
.ccf-hsp-map__kicker { font-size: 10px; letter-spacing: .22em; text-transform: uppercase; font-weight: 700; color: var(--ccf-orange); }
.ccf-hsp-map__head b { font-family: var(--ccf-display); font-weight: 700; font-size: 20px; text-transform: uppercase; line-height: 1; color: #fff; }
.ccf-hsp-map__live { display: inline-flex; align-items: center; gap: 7px; font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; color: var(--ccf-mute); }
.ccf-hsp-map__live i { width: 7px; height: 7px; border-radius: 50%; background: #34d399; box-shadow: 0 0 0 0 rgba(52,211,153,0.6); animation: ccfHspPulse 1.8s ease-out infinite; }
@keyframes ccfHspPulse { 0% { box-shadow: 0 0 0 0 rgba(52,211,153,0.6); } 100% { box-shadow: 0 0 0 9px rgba(52,211,153,0); } }
.ccf-hsp-map__canvas { position: relative; height: 460px; background: #0a1723; z-index: 1; }
.ccf-hsp-map__canvas .leaflet-container { width: 100%; height: 100%; background: #0a1723; font-family: var(--ccf-body); }
.ccf-hsp-map__canvas .ccf-tiles-dark { filter: invert(1) hue-rotate(195deg) brightness(.72) contrast(1.08) saturate(.55); }
.ccf-hsp-map__canvas .leaflet-control-zoom { border: 1px solid var(--ccf-line); border-radius: 10px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.4); }
.ccf-hsp-map__canvas .leaflet-control-zoom a { background: rgba(12,29,43,0.9); color: #fff; border-bottom: 1px solid var(--ccf-line-2); width: 34px; height: 34px; line-height: 34px; font-weight: 400; }
.ccf-hsp-map__canvas .leaflet-control-zoom a:hover { background: var(--ccf-orange); }
.ccf-hsp-map__canvas .leaflet-control-attribution { background: rgba(12,29,43,0.75); color: var(--ccf-faint); font-size: 9.5px; }
.ccf-hsp-map__canvas .leaflet-control-attribution a { color: var(--ccf-mute); }
.ccf-hsp-map__legend { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; padding: 14px 18px 16px; border-top: 1px solid var(--ccf-line-2); position: relative; z-index: 2; }
.ccf-hsp-map__legend button { display: inline-flex; align-items: center; gap: 8px; height: 32px; padding: 0 13px; border-radius: 999px; border: 1px solid var(--ccf-line-2); background: rgba(255,255,255,0.02); color: var(--ccf-mute); font-family: var(--ccf-body); font-size: 12px; font-weight: 600; letter-spacing: .04em; cursor: pointer; transition: color .25s, border-color .25s, background-color .25s, transform .25s; }
.ccf-hsp-map__legend button em { font-style: normal; font-size: 10.5px; color: var(--ccf-faint); }
.ccf-hsp-map__legend button:hover { color: #fff; border-color: rgba(255,91,0,0.5); transform: translateY(-1px); }
.ccf-hsp-map__legend button.is-active { color: #fff; border-color: var(--ccf-orange); background: rgba(255,91,0,0.16); }
.ccf-hsp-map__sep { width: 1px; height: 20px; background: var(--ccf-line); margin: 0 4px; }
.ccf-hsp-map__dot { width: 9px; height: 9px; border-radius: 50%; }
.ccf-hsp-map__dot--venue { background: var(--ccf-orange); box-shadow: 0 0 0 3px rgba(255,91,0,0.25); }
.ccf-hsp-map__dot--hotel { background: #5aa9ff; box-shadow: 0 0 0 3px rgba(90,169,255,0.25); }
.ccf-hsp-map__dot--all { background: linear-gradient(90deg, var(--ccf-orange) 50%, #5aa9ff 50%); }

/* Markers */
.ccf-pin { position: relative; width: 34px; height: 34px; }
.ccf-pin__core { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: flex; align-items: center; justify-content: center; border-radius: 50%; color: #fff; font-family: var(--ccf-display); font-weight: 700; font-size: 12px; box-shadow: 0 8px 20px rgba(0,0,0,0.5); transition: transform .3s var(--ccf-ease); }
.ccf-pin--venue .ccf-pin__core { width: 30px; height: 30px; background: var(--ccf-orange); border: 2px solid #fff; }
.ccf-pin--venue::before { content: ""; position: absolute; inset: 0; border-radius: 50%; background: rgba(255,91,0,0.4); animation: ccfPinRing 2.2s ease-out infinite; }
@keyframes ccfPinRing { 0% { transform: scale(.7); opacity: .9; } 100% { transform: scale(1.9); opacity: 0; } }
.ccf-pin--hotel .ccf-pin__core { width: 14px; height: 14px; background: #5aa9ff; border: 2px solid #fff; }
.ccf-pin--hotel.is-lujo .ccf-pin__core { background: #a0c8ff; }
.ccf-pin:hover .ccf-pin__core, .ccf-pin.is-focus .ccf-pin__core { transform: translate(-50%, -50%) scale(1.25); }
.ccf-pin.is-focus.ccf-pin--hotel .ccf-pin__core { background: var(--ccf-orange); }
.ccf-pin__label--up { top: auto !important; bottom: 100%; margin-top: 0 !important; margin-bottom: -2px; }
.ccf-pin__label { position: absolute; left: 50%; top: 100%; transform: translateX(-50%); margin-top: -2px; white-space: nowrap; font-family: var(--ccf-display); font-weight: 700; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: #fff; text-shadow: 0 1px 3px rgba(0,0,0,0.9), 0 0 12px rgba(0,0,0,0.8); pointer-events: none; }

/* Popups */
.ccf-hsp .leaflet-popup-content-wrapper { background: rgba(12,29,43,0.96); color: var(--ccf-white); border: 1px solid var(--ccf-line); border-radius: 12px; box-shadow: 0 24px 60px rgba(0,0,0,0.6); padding: 0; }
.ccf-hsp .leaflet-popup-content { margin: 0; padding: 14px 16px 14px; width: 240px !important; font-family: var(--ccf-body); line-height: 1.45; }
.ccf-hsp .leaflet-popup-tip { background: rgba(12,29,43,0.96); border: 1px solid var(--ccf-line); }
.ccf-hsp .leaflet-popup-close-button { color: var(--ccf-mute) !important; font-size: 18px !important; padding: 6px 8px 0 0 !important; }
.ccf-pop__tag { display: inline-block; font-size: 9.5px; letter-spacing: .2em; text-transform: uppercase; font-weight: 700; color: var(--ccf-orange); border: 1px solid rgba(255,91,0,0.5); border-radius: 999px; padding: 3px 9px; margin-bottom: 8px; }
.ccf-pop__tag--hotel { color: #8ec2ff; border-color: rgba(90,169,255,0.5); }
.ccf-pop__name { display: block; font-family: var(--ccf-display); font-weight: 700; font-size: 19px; line-height: 1; text-transform: uppercase; color: #fff; margin-bottom: 4px; }
.ccf-pop__meta { display: block; font-size: 12px; color: var(--ccf-mute); margin-bottom: 4px; }
.ccf-pop__price { display: block; font-family: var(--ccf-display); font-weight: 700; font-size: 17px; color: #fff; margin-bottom: 4px; }
.ccf-pop__actions { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 10px; }
.ccf-pop__btn { display: inline-flex; align-items: center; gap: 6px; height: 30px; padding: 0 12px; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #fff !important; background: var(--ccf-orange); transition: background-color .25s, transform .25s; }
.ccf-pop__btn--ghost { background: rgba(255,255,255,0.06); border: 1px solid var(--ccf-line); }
.ccf-pop__btn:hover { transform: translateY(-1px); background: var(--ccf-orange-2); }
.ccf-pop__btn--ghost:hover { background: rgba(255,255,255,0.12); }

/* "Ver en mapa" buttons */
.ccf-hsp-venue__map, .ccf-hsp-card__mapbtn { display: inline-flex; align-items: center; gap: 6px; margin-top: 10px; padding: 0; border: 0; background: none; color: var(--ccf-orange); font-family: var(--ccf-body); font-size: 12.5px; font-weight: 700; letter-spacing: .04em; cursor: pointer; transition: color .25s, transform .25s; }
.ccf-hsp-venue__map:hover, .ccf-hsp-card__mapbtn:hover { color: #fff; transform: translateX(2px); }
.ccf-hsp-card__mapbtn { margin-top: 0; }
.ccf-hsp-map.is-flash { animation: ccfMapFlash 1.2s ease-out; }
@keyframes ccfMapFlash { 0% { box-shadow: 0 0 0 0 rgba(255,91,0,0.7), 0 40px 90px rgba(0,0,0,0.55); } 100% { box-shadow: 0 0 0 22px rgba(255,91,0,0), 0 40px 90px rgba(0,0,0,0.55); } }

@media (max-width: 1100px) { .ccf-hsp-hero__wrap { grid-template-columns: minmax(0, 1fr) minmax(360px, 44%); } .ccf-hsp-map__canvas { height: 420px; } }
@media (max-width: 900px) {
  .ccf-hsp-hero__wrap { grid-template-columns: 1fr; }
  .ccf-hsp-hero__title { font-size: clamp(2.6rem, 10vw, 4rem); }
  .ccf-hsp-map__canvas { height: 380px; }
}
@media (max-width: 760px) {
  .ccf-hsp-hero { padding-top: 110px; }
  .ccf-hsp-hero__bg img { object-position: 40% center; }
  .ccf-hsp-hero__scrim { background: linear-gradient(180deg, rgba(4,16,31,0.85) 0%, rgba(4,16,31,0.65) 40%, rgba(4,16,31,0.85) 80%, var(--ccf-ink) 100%); }
  .ccf-hsp-hero__stats { max-width: none; }
  .ccf-hsp-map__canvas { height: 340px; }
  .ccf-hsp-map__head b { font-size: 17px; }
  .ccf-hsp-map__legend { padding: 12px 14px 14px; }
  .ccf-hsp-map__legend button { height: 30px; padding: 0 11px; font-size: 11.5px; }
}
