/* Plantilla concierge.help (rincones.tours v2), copiada tal cual el 19-sep-2026 desde ~/code/concierge/site/assets/style.css. Los estilos propios del informe van en xray.css. */
/* rincones.tours v2 (16-sep-2026): catalogo limpio con buscador. Montserrat, blanco, tinta azul marino. */
:root {
  --ink: #0f1b24;
  --ink2: #3a3d3f;
  --mute: #6b7378;
  --line: #e3e6e8;
  --bg: #f6f7f8;
  --card: #ffffff;
  --brand: #0f5c8c;
  --brand2: #1a8fd1;
  --navy: #0b1f2e;
  --gold: #f5b800;
  --ok: #1f9d6a;

  /* aliases del CSS anterior, por si queda algun uso suelto */
  --rojo: var(--brand);
  --rojo-oscuro: #0b4569;
  --amarillo: var(--gold);
  --teal: var(--brand2);
  --teal-oscuro: var(--brand);
  --crema: var(--bg);
  --papel: var(--card);
  --tinta: var(--ink);
  --tinta-suave: var(--mute);
  --linea: var(--line);
  --coral: var(--brand);
  --mango: var(--gold);
  --selva: var(--brand);

  --sombra: 0 20px 60px rgba(15, 27, 36, .18);
  --sombra-suave: 0 4px 14px rgba(15, 27, 36, .06);
  --radio: 14px;
  --radio-s: 12px;
  --font: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-display: var(--font);
  --font-body: var(--font);
  --wrap: 1180px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font); background: var(--bg); color: var(--ink); line-height: 1.5; font-size: 15px; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3, h4 { letter-spacing: -.02em; line-height: 1.12; }
mark { background: none; color: inherit; font-weight: 800; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding-left: 20px; padding-right: 20px; }
.wrap-narrow { max-width: 980px; }
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--ink); color: #fff; padding: 10px 18px; z-index: 200; }
.skip-link:focus { left: 0; }

.eyebrow { font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--brand); font-weight: 700; margin-bottom: 4px; }
.eyebrow-light { color: rgba(255, 255, 255, .85); }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; margin-bottom: 18px; }
.section-head h2 { font-size: 24px; font-weight: 800; }
.section-sub { color: var(--mute); font-size: 14px; margin-top: 4px; max-width: 640px; }
.link-arrow { font-weight: 700; color: var(--brand); font-size: 13.5px; white-space: nowrap; }
section { padding: 44px 0; }

/* ------------------------------------------------ header */
.site-header { position: sticky; top: 0; z-index: 90; background: rgba(255, 255, 255, .96); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 8px; }
.brand-word { font-weight: 800; font-size: 19px; letter-spacing: -.02em; color: var(--ink); }
.brand-dot { color: var(--brand); }
.main-nav { display: flex; align-items: center; gap: 4px; }
.nav-item { position: relative; }
.nav-link { display: inline-flex; align-items: center; gap: 5px; padding: 9px 12px; white-space: nowrap; border-radius: 999px; font-weight: 600; font-size: 13.5px; color: var(--ink); background: none; border: 0; }
.nav-link:hover, .nav-link.active, .nav-item.open > .nav-link { background: var(--bg); }
.nav-link .caret { width: 10px; height: 10px; transition: transform .15s; }
.nav-item.open > .nav-link .caret { transform: rotate(180deg); }
.mega { position: absolute; left: 0; top: calc(100% + 8px); min-width: 280px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--sombra); padding: 8px; display: none; z-index: 95; }
.nav-item.open > .mega, .nav-item:hover > .mega { display: block; }
.mega-row { display: flex; align-items: center; gap: 12px; padding: 8px 10px; border-radius: 10px; }
.mega-row:hover { background: var(--bg); }
.mega-row img, .mega-row .ini { width: 38px; height: 38px; border-radius: 10px; object-fit: cover; flex: none; background: var(--bg); }
.mega-row .ini { display: grid; place-items: center; font-weight: 800; color: var(--brand); font-size: 13px; }
.mega-row b { display: block; font-size: 13.5px; font-weight: 600; }
.mega-row small { color: var(--mute); font-size: 11.5px; }
.mega-all { display: block; text-align: center; padding: 10px; margin-top: 4px; border-top: 1px solid var(--line); font-weight: 700; color: var(--brand); font-size: 13px; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.search-toggle, .lang-switch, .nav-burger { height: 40px; border-radius: 999px; border: 1px solid var(--line); background: #fff; color: var(--ink); display: inline-flex; align-items: center; justify-content: center; }
.search-toggle { width: 40px; }
.lang-switch { padding: 0 14px; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.nav-burger { width: 44px; display: none; flex-direction: column; gap: 4px; }
.nav-burger span { width: 18px; height: 2px; background: var(--ink); border-radius: 2px; display: block; }

/* drawer movil */
.drawer-overlay { position: fixed; inset: 0; background: rgba(15, 27, 36, .5); z-index: 1190; opacity: 0; pointer-events: none; transition: opacity .2s; }
.drawer-overlay.open { opacity: 1; pointer-events: auto; }
.drawer { position: fixed; top: 0; left: 0; bottom: 0; width: min(320px, 86vw); background: #fff; z-index: 1195; transform: translateX(-100%); transition: transform .22s; display: flex; flex-direction: column; padding: 16px 18px; }
.drawer.open { transform: none; }
.drawer-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.drawer-close { width: 40px; height: 40px; border-radius: 999px; border: 1px solid var(--line); background: #fff; font-size: 22px; line-height: 1; }
.drawer-nav { display: flex; flex-direction: column; }
.drawer-link { padding: 13px 8px; border-bottom: 1px solid var(--line); font-weight: 600; font-size: 15px; }
.drawer-link.active { color: var(--brand); }
.drawer-foot { margin-top: auto; padding-top: 14px; }
body.drawer-locked { overflow: hidden; }
.bottom-nav { display: none; }

/* ------------------------------------------------ buscador */
.search-overlay { position: fixed; inset: 0; background: rgba(15, 27, 36, .6); z-index: 1200; padding: 80px 16px 0; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; display: none; }
.search-overlay[hidden] { display: none; }
.search-panel { max-width: 640px; margin: 0 auto; position: relative; }
.search-panel input, .hero-search input {
  width: 100%; height: 54px; border-radius: 999px; border: 1px solid var(--line); background: #fff; color: var(--ink);
  padding: 0 52px 0 48px; font: inherit; font-size: 15px; outline: none;
}
.search-panel input { padding-left: 20px; }
.search-panel input:focus, .hero-search input:focus { border-color: var(--brand2); box-shadow: 0 0 0 4px rgba(26, 143, 209, .15); }
.search-close { position: absolute; right: 8px; top: 7px; width: 40px; height: 40px; border-radius: 999px; border: 0; background: var(--bg); font-size: 22px; line-height: 1; }
.search-results { margin-top: 10px; background: #fff; border-radius: 18px; box-shadow: var(--sombra); overflow: hidden; max-height: 60vh; overflow-y: auto; padding: 6px; }
.search-results:empty { display: none; }
.sr-hd { font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--mute); font-weight: 700; padding: 10px 12px 4px; }
.sr-item { display: flex; gap: 12px; padding: 8px 12px; align-items: center; border-radius: 12px; }
.sr-item:hover, .sr-item.is-sel { background: var(--bg); }
.sr-item img, .sr-nav .sr-ic { width: 46px; height: 46px; object-fit: cover; border-radius: 10px; flex: none; background: var(--bg); }
.sr-nav .sr-ic { display: grid; place-items: center; color: var(--brand); font-size: 12px; }
.sr-item .sr-t { font-weight: 600; font-size: 13.5px; color: var(--ink); line-height: 1.3; }
.sr-item .sr-m { font-size: 12px; color: var(--mute); }
.sr-empty { padding: 16px 12px; font-size: 13.5px; color: var(--mute); }
.sr-more { display: block; text-align: center; padding: 12px; font-weight: 700; color: var(--brand); border-top: 1px solid var(--line); margin-top: 6px; font-size: 13.5px; border-radius: 0 0 12px 12px; }
.sr-more.is-sel, .sr-more:hover { background: var(--bg); }
.search-query { font-size: 15px; color: var(--mute); margin: 0 0 14px; }
.search-query strong { color: var(--ink); }
.search-query[hidden] { display: none; }

/* ------------------------------------------------ hero home */
.hero { position: relative; min-height: 560px; display: flex; align-items: flex-end; color: #fff; }
.hero-media, .page-hero-media { position: absolute; inset: 0; background-image: var(--hero); background-size: cover; background-position: center; }
.hero-scrim, .page-hero-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6, 20, 30, .5) 0%, rgba(6, 20, 30, .3) 40%, rgba(6, 20, 30, .85) 100%); }
.hero-inner { position: relative; padding-top: 70px; padding-bottom: 40px; width: 100%; }
.hero-kicker { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; font-weight: 600; opacity: .85; }
.hero h1 { font-size: clamp(32px, 5vw, 54px); font-weight: 800; margin: 10px 0 12px; max-width: 780px; }
.hero-sub { max-width: 580px; opacity: .92; font-size: 15.5px; margin-bottom: 22px; }
.hero-eyebrow { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; margin-bottom: 10px; opacity: .9; }
.hero-search { position: relative; max-width: 760px; }
.hero-search > svg { position: absolute; left: 18px; top: 17px; color: rgba(255, 255, 255, .8); z-index: 2; pointer-events: none; }
.hero-search input { background: rgba(255, 255, 255, .14); border-color: rgba(255, 255, 255, .35); color: #fff; backdrop-filter: blur(10px); }
.hero-search input::placeholder { color: rgba(255, 255, 255, .75); }
.hero-search input:focus { background: #fff; color: var(--ink); border-color: #fff; box-shadow: none; }
.hero-search input:focus::placeholder { color: var(--mute); }
.hero-search:focus-within > svg { color: var(--ink); }
.hero-results { position: absolute; left: 0; right: 0; top: calc(100% + 8px); z-index: 60; margin-top: 0; color: var(--ink); }
.hero-chips { display: flex; gap: 8px; flex-wrap: wrap; margin: 14px 0 22px; }
.hero-chip { border: 1px solid rgba(255, 255, 255, .35); background: rgba(255, 255, 255, .1); color: #fff; border-radius: 999px; padding: 8px 14px; font-size: 12.5px; font-weight: 600; cursor: pointer; }
.hero-chip:hover { background: #fff; color: var(--ink); }
.hero-stats { display: flex; gap: 18px; flex-wrap: wrap; font-size: 12.5px; font-weight: 600; opacity: .92; }
.hero-stats strong { font-weight: 800; }
.dot-sep { display: none; }
.hero-follow { display: none; }

/* ------------------------------------------------ tiles y regiones (home) */
.cat-tiles { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 14px; }
.cat-tile { text-align: center; }
.cat-tile img { width: 100%; height: auto; aspect-ratio: 1; border-radius: 18px; object-fit: cover; background: var(--line); }
.cat-tile b { display: block; margin-top: 8px; font-size: 13px; }
.cat-tile span { color: var(--mute); font-size: 12px; }
.tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 18px; }
.tab { border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: 8px 14px; font-size: 12.5px; font-weight: 600; color: var(--ink); }
.tab:hover, .tab.on { background: var(--navy); color: #fff; border-color: var(--navy); }
.region-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.region-card { position: relative; aspect-ratio: 4 / 5; border-radius: 16px; overflow: hidden; background: var(--bg) center/cover; background-image: var(--bg); color: #fff; display: flex; align-items: flex-end; }
.region-card-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6, 20, 30, 0) 30%, rgba(6, 20, 30, .85) 100%); }
.region-card-txt { position: relative; padding: 16px; }
.region-card-txt h3 { font-size: 18px; font-weight: 800; }
.region-card-txt p { font-size: 12px; opacity: .85; }
.gems { margin-top: 22px; }
.gems-title { font-size: 16px; font-weight: 800; margin-bottom: 2px; }
.gem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 12px; }
.gem-card { display: flex; gap: 12px; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 14px; }
.gem-pin { color: var(--gold); font-size: 18px; }
.gem-card h3 { font-size: 14px; font-weight: 700; }
.gem-card p { font-size: 12.5px; color: var(--mute); margin: 4px 0; }
.gem-count { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--brand); font-weight: 700; }
.gem-editorial { display: flex; gap: 10px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 12px 14px; margin-top: 14px; font-size: 13.5px; color: var(--ink2); }

/* ------------------------------------------------ cards */
.grid { display: grid; gap: 18px; }
.grid-featured, .grid-browse { grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); }
.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radio); overflow: hidden; display: flex; flex-direction: column; transition: transform .15s, box-shadow .15s; }
.card:hover { transform: translateY(-2px); box-shadow: var(--sombra-suave); }
.card-media { position: relative; display: block; }
.card-media img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; background: var(--line); }
.badge-rincon { position: absolute; top: 10px; left: 10px; background: #fff; color: var(--ink); border-radius: 999px; padding: 5px 10px; font-size: 10.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.badge-inline { position: static; display: inline-block; }
.card-body { padding: 12px 14px 14px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.card-meta { display: flex; gap: 6px; flex-wrap: wrap; }
.chip { font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--mute); font-weight: 700; }
.chip:not(:last-child)::after { content: "\00b7"; margin-left: 6px; color: var(--mute); }
.card-title { font-size: 14.5px; font-weight: 700; line-height: 1.3; }
.card-foot { margin-top: auto; display: flex; justify-content: space-between; align-items: flex-end; gap: 10px; padding-top: 6px; }
.card-rating { font-size: 12.5px; color: var(--ink2); min-height: 18px; }
.card-rating .star { color: var(--gold); }
.card-price { font-size: 12.5px; color: var(--mute); text-align: right; }
.card-price strong { display: block; font-size: 15px; color: var(--ink); font-weight: 800; }
.card-price span { display: block; font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; }

/* ------------------------------------------------ carousel */
.wrap-carousel { position: relative; }
.carousel { position: relative; }
.car-track { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px 0 12px; scrollbar-width: none; }
.car-track::-webkit-scrollbar { display: none; }
.car-track .card { flex: 0 0 240px; scroll-snap-align: start; }
.car-btn { position: absolute; top: 40%; width: 40px; height: 40px; border-radius: 999px; border: 1px solid var(--line); background: #fff; box-shadow: var(--sombra-suave); z-index: 3; font-size: 16px; }
.car-prev { left: -20px; }
.car-next { right: -20px; }

/* ------------------------------------------------ sabores band */
.sabores-band { background: var(--navy); color: #fff; }
.sabores-band .eyebrow { color: var(--gold); }
.sabores-band .section-sub { color: rgba(255, 255, 255, .75); }
.sabores-band .link-arrow { color: #fff; }
.sabores-band .car-btn { border-color: transparent; }

/* ------------------------------------------------ how band */
.how-band { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.how-band h2 { font-size: 24px; font-weight: 800; margin-bottom: 18px; }
.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 22px; }
.how-num { display: inline-grid; place-items: center; width: 32px; height: 32px; border-radius: 999px; background: var(--navy); color: #fff; font-weight: 800; font-size: 13px; margin-bottom: 10px; }
.how-step h3 { font-size: 15px; font-weight: 700; margin-bottom: 4px; }
.how-step p { font-size: 13.5px; color: var(--mute); }

/* ------------------------------------------------ botones */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; border-radius: 999px; padding: 12px 20px; font-weight: 700; font-size: 13.5px; border: 1px solid transparent; }
.btn-ghost { background: #fff; border-color: var(--line); color: var(--ink); }
.btn-ghost:hover { background: var(--bg); }
.btn-book { background: var(--brand); color: #fff; }
.btn-book:hover { background: #0b4569; }

/* ------------------------------------------------ breadcrumb */
.breadcrumb { font-size: 12.5px; color: var(--mute); padding: 12px 0 0; }
.breadcrumb .sep { margin: 0 6px; opacity: .6; }
.breadcrumb a:hover { color: var(--ink); }
.breadcrumb .current { color: var(--ink); font-weight: 600; }

/* ------------------------------------------------ page hero (interiores) */
.page-hero { position: relative; min-height: 340px; display: flex; align-items: flex-end; color: #fff; margin-top: 8px; }
.page-hero-slim { min-height: 300px; }
.page-hero-inner { position: relative; padding-top: 60px; padding-bottom: 30px; width: 100%; }
.page-hero h1 { font-size: clamp(28px, 4vw, 44px); font-weight: 800; max-width: 780px; margin: 6px 0 8px; }
.page-hero-count, .page-hero-sub { font-size: 14.5px; opacity: .9; max-width: 640px; }
.hero-pills { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 14px; }
.hero-pill { border: 1px solid rgba(255, 255, 255, .35); background: rgba(255, 255, 255, .12); backdrop-filter: blur(6px); border-radius: 999px; padding: 7px 12px; font-size: 12px; font-weight: 600; }
.editorial { padding: 26px 0 0; }
.editorial-txt { font-size: 15.5px; color: var(--ink2); max-width: 760px; line-height: 1.6; }
.browse { padding-top: 26px; }
.browse-title { font-size: 18px; font-weight: 800; margin: 6px 0 14px; }
.browse-title small { color: var(--mute); font-weight: 600; font-size: 13px; margin-left: 8px; }

/* ------------------------------------------------ filtros */
.filter-bar { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; margin: 0 0 14px; }
.f-toggle { display: none; }
.f-label { display: inline-flex; align-items: center; gap: 6px; font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; color: var(--mute); }
.f-label select { font: inherit; font-size: 12.5px; font-weight: 600; letter-spacing: 0; text-transform: none; border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: 8px 12px; color: var(--ink); }
.f-count { margin-left: auto; color: var(--mute); font-size: 13px; }
.f-clear { border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: 8px 12px; font-size: 12.5px; font-weight: 600; color: var(--brand); }
.f-clear[hidden] { display: none; }
.no-match { color: var(--mute); padding: 20px 0; }
.load-more-row { text-align: center; margin-top: 22px; }

/* ------------------------------------------------ mapa */
.map-section { padding-top: 20px; }
.map-box { position: relative; z-index: 0; height: 380px; border-radius: 16px; overflow: hidden; border: 1px solid var(--line); background: var(--line); }
.map-box-detail { height: 300px; }
.map-note { font-size: 13px; color: var(--mute); margin-bottom: 10px; }
.map-pin-label { font-weight: 700; }

/* ------------------------------------------------ detalle */
.detail { padding: 16px 0 44px; }
.detail-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; align-items: start; margin-top: 14px; }
.detail-media img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 18px; background: var(--line); }
.detail-info { position: sticky; top: 84px; }
.detail-info h1 { font-size: clamp(22px, 3vw, 30px); font-weight: 800; margin: 10px 0 8px; }
.detail-rating { font-size: 13.5px; color: var(--ink2); margin-bottom: 12px; min-height: 18px; }
.detail-rating .star { color: var(--gold); }
.detail-intro { font-size: 15px; color: var(--ink2); line-height: 1.6; margin-bottom: 18px; }
.detail-price-box { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 18px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.price-label { display: block; font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--mute); font-weight: 700; }
.price-value { font-size: 26px; font-weight: 800; }
.price-per { display: block; font-size: 12px; color: var(--mute); }
.book-note { font-size: 12px; color: var(--mute); margin-top: 10px; }
.detail-map { margin-top: 36px; }
.detail-h2 { font-size: 20px; font-weight: 800; margin-bottom: 10px; }
.related { margin-top: 36px; }

/* ------------------------------------------------ prose */
.prose-page { padding: 30px 0 60px; }
.prose h1 { font-size: 34px; font-weight: 800; margin-bottom: 12px; }
.prose h2 { font-size: 20px; font-weight: 800; margin: 26px 0 8px; }
.prose p, .prose li { font-size: 15.5px; color: var(--ink2); line-height: 1.65; margin-bottom: 12px; }
.prose .lead { font-size: 18px; color: var(--ink); }
.prose a { color: var(--brand); font-weight: 600; }
.prose ul { padding-left: 20px; }
.center-404 { text-align: center; padding: 60px 0; }

/* ------------------------------------------------ footer */
.site-footer { background: var(--navy); color: rgba(255, 255, 255, .8); margin-top: 20px; }
.footer-main-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 28px; padding: 48px 20px 30px; }
.footer-brand .brand-word { color: #fff; }
.footer-brand .brand-dot { color: var(--gold); }
.footer-brand p { font-size: 13.5px; margin: 12px 0; max-width: 340px; }
.footer-ig { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: #fff; }
.footer-col h4 { font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: #fff; margin-bottom: 10px; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 6px; font-size: 13.5px; }
.footer-links a:hover { color: #fff; }
.footer-bottom-bar { border-top: 1px solid rgba(255, 255, 255, .12); }
.footer-bottom-inner { padding: 16px 20px 22px; }
.disclaimer, .copyright { font-size: 11.5px; color: rgba(255, 255, 255, .55); margin-bottom: 6px; }

/* ------------------------------------------------ responsive */
@media (max-width: 1000px) {
  .region-grid { grid-template-columns: repeat(2, 1fr); }
  .gem-grid, .how-grid { grid-template-columns: 1fr; }
  .footer-main-grid { grid-template-columns: 1fr 1fr; }
  .car-prev { left: 4px; } .car-next { right: 4px; }
}
@media (max-width: 900px) {
  .detail-grid { grid-template-columns: 1fr; }
  .detail-info { position: static; }
}
@media (max-width: 768px) {
  body { padding-bottom: calc(64px + env(safe-area-inset-bottom)); }
  .header-inner { height: 62px; }
  .hero { min-height: 0; align-items: flex-start; }
  .hero-inner { padding-top: 30px; padding-bottom: 30px; }
  .section-head { flex-direction: column; align-items: flex-start; gap: 6px; }
  .region-card { aspect-ratio: 1; }
  .filter-bar { gap: 6px; }
  .f-toggle { display: inline-flex; align-items: center; gap: 6px; border: 0; background: var(--navy); color: #fff; border-radius: 999px; padding: 9px 14px; font-size: 12.5px; font-weight: 700; }
  .filter-bar .f-label { display: none; }
  .filter-bar.open .f-label { display: inline-flex; width: 100%; justify-content: space-between; }
  .filter-bar .f-count { margin-left: auto; }
  .footer-main-grid { grid-template-columns: 1fr; padding-top: 32px; }
  .bottom-nav { display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 110; background: rgba(255, 255, 255, .97); backdrop-filter: blur(10px); border-top: 1px solid var(--line); padding-bottom: env(safe-area-inset-bottom); }
  .bn-item { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; min-height: 58px; font-size: 10.5px; font-weight: 600; color: var(--mute); background: none; border: 0; }
  .bn-item svg { width: 22px; height: 22px; }
  .bn-item.active { color: var(--brand); }
  .search-overlay { padding-top: 24px; }
}
@media (max-width: 480px) {
  .grid-featured, .grid-browse { grid-template-columns: 1fr; }
  .cat-tiles { grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .car-track .card { flex-basis: 78vw; }
}

/* ===== concierge.help: extras sobre la plantilla rincones v2 ===== */
.mega-narrow { min-width: 320px; }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.btn-ghost-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.7); }
.btn-ghost-light:hover { background: rgba(255,255,255,.12); }
.hero-root .hero-inner { padding-top: 90px; padding-bottom: 90px; }
.region-grid-cities { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
.city-card { min-height: 260px; }
.concierge-band .section-head { align-items: center; }
.concierge-band .btn-book { white-space: nowrap; }
.guide-card h3 { font-size: 16px; }
.guide-card p { font-size: 13px; color: var(--mute); }
.faq { padding-top: 10px; }
.faq h2 { font-size: 22px; margin-bottom: 14px; }
.faq-item { border: 1px solid var(--line); background: var(--card); border-radius: var(--radio-s); margin-bottom: 8px; }
.faq-item summary { cursor: pointer; padding: 14px 16px; font-weight: 700; list-style: none; display: flex; justify-content: space-between; gap: 12px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--brand); font-weight: 800; }
.faq-item[open] summary::after { content: "\2013"; }
.faq-a { padding: 0 16px 14px; color: var(--ink2); }
.cta-box-wrap { padding-top: 0; }
.cta-box { background: var(--navy); color: #fff; border-radius: var(--radio); padding: 28px; }
.cta-box h2 { font-size: 22px; margin-bottom: 8px; }
.cta-box p { color: rgba(255,255,255,.8); margin-bottom: 16px; }
table.facts { width: 100%; border-collapse: collapse; margin: 18px 0; font-size: 14px; display: block; overflow-x: auto; }
table.facts th, table.facts td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
table.facts th { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: var(--mute); }
.prose .note { font-size: 13px; color: var(--mute); }
.prose .eyebrow { margin-bottom: 8px; }
.concierge-hero { padding: 14px 0 4px; }
.concierge-hero h1 { font-size: 30px; font-weight: 800; margin: 4px 0 8px; max-width: 820px; }
.concierge-hero .lead { font-size: 15.5px; color: var(--ink2); max-width: 820px; margin: 0; }
.concierge-hero .lead b { color: var(--ink); }
.concierge-grid-wrap { padding-top: 18px; }
.concierge-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 32px; align-items: start; }
.concierge-info h2 { font-size: 20px; margin: 18px 0 10px; }
.check-list { list-style: none; padding: 0; }
.check-list li { padding: 8px 0 8px 28px; position: relative; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "\2713"; position: absolute; left: 4px; color: var(--ok); font-weight: 800; }
.concierge-form-box { background: var(--card); border: 1px solid var(--line); border-radius: var(--radio); padding: 24px; box-shadow: var(--sombra-suave); position: sticky; top: 84px; }
.concierge-form-box h2 { font-size: 20px; margin-bottom: 4px; }
.price-line { font-weight: 800; color: var(--brand); font-size: 22px; margin-bottom: 14px; }
.concierge-form-box label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 12px; }
.concierge-form-box input, .concierge-form-box textarea, .concierge-form-box select { display: block; width: 100%; margin-top: 6px; padding: 11px 12px; border: 1px solid var(--line); border-radius: 10px; font: inherit; font-size: 15px; background: #fff; }
.concierge-form-box input:focus, .concierge-form-box textarea:focus { outline: 2px solid var(--brand2); border-color: transparent; }
.form-err { color: #b42318; font-size: 13px; font-weight: 600; margin-bottom: 10px; }
#paypal-buttons { margin: 6px 0 10px; min-height: 44px; }
.btn-wa { background: #25d366; color: #fff; }
.btn-wa:hover { background: #1ebe5b; }
@media (max-width: 860px) {
  .concierge-grid { grid-template-columns: 1fr; }
  .concierge-form-box { position: static; order: -1; }
  .concierge-hero h1 { font-size: 24px; }
}

/* ===== widget del concierge con calendario de precios ===== */
.concierge-widget { background: var(--bg); }
.concierge-widget .section-head { margin-bottom: 26px; }
.concierge-widget .concierge-grid { grid-template-columns: .9fr 1.1fr; }
.concierge-form-box h3, .concierge-info h3 { font-size: 19px; margin: 0 0 8px; }
.concierge-info h3 + .check-list { margin-bottom: 18px; }
.cal-label { font-size: 13px; font-weight: 600; margin: 4px 0 8px; }
.cal-label small { font-weight: 500; color: var(--mute); }
.cal { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.cal-month { border: 1px solid var(--line); border-radius: var(--radio-s); padding: 10px; background: #fff; }
.cal-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; font-size: 13px; }
.cal-nav { background: none; border: 1px solid var(--line); border-radius: 8px; width: 28px; height: 28px; font-size: 18px; line-height: 1; color: var(--ink); }
.cal-nav:disabled { opacity: .3; cursor: default; }
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 3px; }
.cal-dow { font-size: 10px; text-transform: uppercase; letter-spacing: .06em; color: var(--mute); text-align: center; padding-bottom: 4px; }
.cal-day { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1px; border: 1px solid transparent; border-radius: 8px; background: var(--bg); padding: 5px 0 4px; font: inherit; color: var(--ink); min-height: 40px; }
.cal-day .cal-n { font-size: 13px; font-weight: 600; line-height: 1; }
.cal-day .cal-p { font-size: 10px; color: var(--brand); font-weight: 700; line-height: 1; }
.cal-day.hi .cal-p { color: #b45309; }
.cal-day.lo .cal-p { color: var(--ok); }
.cal-day.today { border-color: var(--brand2); }
.cal-day:hover:not(.off) { background: #e8f1f8; }
.cal-day.sel { background: var(--brand); color: #fff; border-color: var(--brand); }
.cal-day.sel .cal-p { color: #fff; }
.cal-day.off { background: transparent; color: #c3c8cc; cursor: default; }
.cal-summary { font-size: 13.5px; font-weight: 600; color: var(--ink2); margin: 10px 0 12px; }
.city-edit { max-width: 760px; margin-bottom: 22px; font-size: 16px; color: var(--ink2); }
.hero-root .hero-inner { padding-top: 80px; padding-bottom: 80px; }
@media (max-width: 860px) {
  .concierge-widget .concierge-grid { grid-template-columns: 1fr; }
  .cal { grid-template-columns: 1fr; }
  .cal-month:nth-child(2) { display: none; }
}

/* ===== por dia: rango en el calendario, dias, necesidades, garantia ===== */
.cal-day.in { background: #dce9f3; border-color: #dce9f3; }
.cal-day.in .cal-p { color: var(--brand); }
.days-row { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin: 10px 0 12px; }
.days-label { font-size: 13px; font-weight: 600; }
.days-stepper { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; background: #fff; }
.days-stepper button { width: 36px; height: 34px; border: 0; background: transparent; font-size: 18px; color: var(--brand); }
.days-stepper button:disabled { color: #c3c8cc; cursor: default; }
.days-stepper b { min-width: 34px; text-align: center; font-size: 15px; }
.days-row .cal-summary { margin: 0; flex: 1 1 200px; }
.needs-label { font-size: 13px; font-weight: 600; margin-bottom: 8px; }
.needs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.need { border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: 8px 14px; font: inherit; font-size: 13px; font-weight: 600; color: var(--ink); }
.need.on { background: var(--brand); border-color: var(--brand); color: #fff; }
.hsg { display: flex; gap: 12px; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: var(--radio-s); padding: 14px 16px; margin: 6px 0 18px; }
.hsg-badge { flex: 0 0 auto; width: 30px; height: 30px; border-radius: 50%; background: var(--ok); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; }
.hsg b { display: block; font-size: 14px; margin-bottom: 4px; }
.hsg p { font-size: 13px; color: var(--ink2); margin: 0; }
.hsg small { display: block; margin-top: 6px; font-size: 12px; color: var(--mute); }

/* ===== aviso del concierge al salir a reservar ===== */
.nudge-overlay { position: fixed; inset: 0; background: rgba(11, 31, 46, .55); z-index: 300; display: flex; align-items: center; justify-content: center; padding: 20px; }
.nudge-card { position: relative; background: #fff; border-radius: var(--radio); padding: 28px; max-width: 460px; width: 100%; box-shadow: var(--sombra); }
.nudge-card h3 { font-size: 21px; margin: 4px 0 10px; }
.nudge-card p { color: var(--ink2); font-size: 14.5px; }
.nudge-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 18px; }
.nudge-close { position: absolute; top: 10px; right: 12px; background: none; border: 0; font-size: 26px; line-height: 1; color: var(--mute); }
.nudge-overlay[hidden] { display: none; }

/* ===== listas editoriales (anatomia 9 bloques) ===== */
.quick-answer { background: #e8f1f8; border-left: 4px solid var(--brand); border-radius: 0 var(--radio-s) var(--radio-s) 0; padding: 14px 18px; margin: 18px 0; }
.quick-answer p:last-child { margin: 0; font-size: 16px; }
.article-tldr { background: var(--card); border: 1px solid var(--line); border-radius: var(--radio-s); padding: 14px 18px 6px; margin: 18px 0 24px; }
.article-tldr ul { margin: 0; padding-left: 18px; }
.article-tldr li { margin-bottom: 6px; font-size: 14.5px; }
.prose h3 { font-size: 20px; margin: 26px 0 8px; }
.pcard { display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap; background: var(--card); border: 1px solid var(--line); border-radius: var(--radio-s); padding: 12px 16px; margin: 8px 0 18px; }
.pcard-head { display: flex; flex-direction: column; gap: 3px; }
.pcard-head b { font-size: 15px; }
.pcard-meta { font-size: 13px; color: var(--mute); }
.pcard-meta .star { color: var(--gold); }
.signature { border-top: 1px solid var(--line); padding-top: 14px; margin-top: 24px; }

/* ===== conversion controlada: boton flotante y tono humano ===== */
.ask-fab { position: fixed; right: 20px; bottom: 20px; z-index: 250; background: var(--brand); color: #fff; border-radius: 999px; padding: 12px 18px; font-weight: 700; font-size: 14px; box-shadow: var(--sombra); }
.ask-fab:hover { background: var(--rojo-oscuro); }
@media (max-width: 768px) { .ask-fab { display: none; } }
.ask-before a { font-weight: 700; color: var(--brand); }
.ask-before span { display: block; margin-top: 2px; }
.needs.visit { margin-bottom: 10px; }

/* ===== menu desplegable: puente invisible entre el boton y el panel para que el hover no se pierda ===== */
.nav-item::after { content: ""; position: absolute; left: 0; right: 0; top: 100%; height: 12px; }
.nav-item:hover > .nav-link { background: var(--bg); }
/* ===== texto de guias mas ancho y algo mas grande ===== */
.prose p, .prose li { font-size: 16px; line-height: 1.7; }
.prose h2 { font-size: 22px; margin: 26px 0 8px; }

/* ===== piel Linen Harbour (17-sep-2026, peticion de Joan: solo colores y un poco de estilo) =====
   Tokens de .claude/skills/linen-style/tokens.css: papel #F7F5F1, tinta #111, gris #6B6560, filete #D8D2C8,
   marca #0E3A2E (bandas y pie), cta #00703C / hover #005A30. Sin tocar la estructura ni Montserrat en el cuerpo. */
:root {
  --bg: #F7F5F1;
  --ink: #111111;
  --ink2: #33312e;
  --mute: #6B6560;
  --line: #D8D2C8;
  --brand: #0E3A2E;      /* verde base de Linen Harbour: marca, nav, eyebrows, enlaces, calendario */
  --brand2: #17513F;     /* un paso mas claro, hover y acentos */
  --navy: #0E3A2E;       /* bandas y pie */
  --cta: #00703C;        /* verde de accion: Reservar y Pagar */
  --cta-h: #005A30;
  --rojo-oscuro: #17513F;
  --sombra: 0 18px 50px rgba(14, 58, 46, .16);
  --sombra-suave: 0 2px 10px rgba(14, 58, 46, .05);
  --display: Didot, "Bodoni 72", "Didot LT STD", Georgia, serif;
}
/* Montserrat con mas clase: peso 700 en vez de 800, tracking negativo, interlineado corto (Joan, 17-sep: el serif no) */
h1, h2, h3 { font-family: var(--font); }
h1 { font-weight: 700; letter-spacing: -.028em; line-height: 1.06; }
.hero h1, .page-hero h1 { font-weight: 700; letter-spacing: -.03em; }
.section-head h2, .browse-title, .detail-h2, .prose h2, .faq h2, .cta-box h2, .how-band h2 { font-weight: 700; letter-spacing: -.022em; }
.section-head h2 { font-size: 26px; }
h3, .card-title { font-weight: 600; letter-spacing: -.01em; }
.eyebrow { font-size: 11px; letter-spacing: .22em; font-weight: 700; }
.btn { font-weight: 700; letter-spacing: .005em; }
.btn-book { background: var(--cta); }
.btn-book:hover { background: var(--cta-h); }
.nav-link { font-weight: 600; letter-spacing: -.005em; }
.brand-word { letter-spacing: -.03em; }
.quick-answer { background: #fff; border: 1px solid var(--line); border-left: 1px solid var(--line); border-radius: var(--radio-s); }
.cta-box, .sabores-band, .site-footer { background: var(--navy); }
.cta-box .btn-book, .concierge-band .btn-book { background: var(--cta); }
.chip-region { background: #e8efe9; color: var(--brand2); }
.cal-day.hi .cal-p { color: #8a5a00; }
.btn-wa { background: #25d366; }

/* ===== ficha: datos utiles y FAQ (este bloque no llego a añadirse el 17-sep por un error de cadena) ===== */
.gtk { margin: 26px 0 10px; }
.gtk-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 10px; margin: 10px 0 14px; }
.gtk-grid div { background: var(--card); border: 1px solid var(--line); border-radius: var(--radio-s); padding: 10px 12px; }
.gtk-grid dt { font-size: 10.5px; text-transform: uppercase; letter-spacing: .14em; color: var(--mute); font-weight: 700; }
.gtk-grid dd { margin: 3px 0 0; font-size: 14px; font-weight: 600; }
.gtk-h3 { font-size: 16px; margin: 12px 0 4px; }
.gtk p { font-size: 14.5px; color: var(--ink2); }
.faq-inline { padding: 10px 0 0; }
.faq-inline h2 { font-size: 20px; }

/* ===== desplegables mas compactos (Joan, 17-sep) ===== */
.mega { padding: 8px; min-width: 250px; border-radius: 12px; }
.mega-row { gap: 9px; padding: 5px 8px; border-radius: 8px; }
.mega-row img, .mega-row .ini { width: 28px; height: 28px; border-radius: 7px; font-size: 11.5px; }
.mega-row b { font-size: 13px; line-height: 1.2; }
.mega-row small { font-size: 11px; line-height: 1.2; }
.mega-all { padding: 7px; font-size: 12.5px; }
.mega-cols { min-width: 500px; grid-template-columns: 1fr 1fr; column-gap: 6px; }
.nav-item.open > .mega-cols, .nav-item:hover > .mega-cols { display: grid; }
.mega-cols .mega-all { grid-column: 1 / -1; }

/* ===== cabecera: idioma pequeño + CTA del concierge a la derecha (17-sep) ===== */
.header-actions { gap: 8px; }
.lang-item { position: relative; }
.lang-switch { height: 34px; padding: 0 9px 0 8px; gap: 5px; font-size: 11.5px; font-weight: 700; letter-spacing: .04em; color: var(--mute); border-color: transparent; background: transparent; }
.lang-switch:hover, .lang-item.open > .lang-switch { color: var(--ink); background: var(--bg); }
.lang-switch .globe { width: 15px; height: 15px; }
.lang-switch .caret { width: 9px; height: 9px; }
.mega-lang { left: auto; right: 0; min-width: 148px; padding: 6px; }
.lang-row { padding: 8px 10px; font-size: 13px; font-weight: 600; gap: 10px; justify-content: space-between; color: var(--ink); }
.lang-row.current { color: var(--mute); cursor: default; }
.lang-row.current::after { content: "\2713"; font-size: 12px; }
.lang-row.current:hover { background: none; }
.drawer-foot .lang-switch { border-color: var(--line); color: var(--ink); height: 40px; padding: 0 14px; font-size: 12px; text-transform: uppercase; }
.btn-concierge { display: inline-flex; align-items: center; gap: 7px; height: 40px; padding: 0 16px 0 14px; border-radius: 999px; background: var(--cta); color: #fff; font-weight: 700; font-size: 13.5px; white-space: nowrap; box-shadow: 0 2px 10px rgba(0, 112, 60, .22); transition: background .15s, transform .15s; }
.btn-concierge:hover, .btn-concierge.active { background: var(--cta-h); color: #fff; transform: translateY(-1px); }
.btn-concierge svg { width: 16px; height: 16px; flex: none; }
.btn-concierge .cta-price { font-weight: 600; opacity: .9; }
@media (max-width: 900px) {
  .header-inner { gap: 10px; }
  .header-actions { gap: 6px; }
  .btn-concierge { height: 36px; padding: 0 12px; font-size: 13px; }
  .btn-concierge .cta-price { display: none; }
  .lang-switch { width: 34px; padding: 0; }
  .lang-switch span, .lang-switch .caret { display: none; }
}
@media (max-width: 768px) {
  .header-actions .search-toggle { display: none; }
  .brand-word { font-size: 17px; }
  .hero-kicker, .hero-eyebrow { letter-spacing: .12em; font-size: 10px; }
  .hero-sub { font-size: 14.5px; }
  .hero-ctas { gap: 10px; }
  .hero-ctas .btn { flex: 1 1 100%; padding: 14px 20px; font-size: 14px; }
  .hero-ctas .btn-ghost-light { background: #fff; color: var(--brand); border-color: #fff; }
  .bn-item.bn-cta { color: var(--brand); font-weight: 700; }
  .bn-item.bn-cta svg { width: 44px; height: 44px; padding: 11px; border-radius: 999px; background: var(--cta); color: #fff; margin-top: -18px; box-shadow: 0 6px 14px rgba(0, 112, 60, .3); }
  .bn-item.bn-cta.active svg { background: var(--cta-h); }
}

/* cabecera sin compresion: el nav pasa a burger antes y el precio del CTA solo en pantallas anchas (17-sep) */
@media (max-width: 1200px) { .btn-concierge .cta-price { display: none; } }
@media (max-width: 1000px) { .main-nav { display: none; } .nav-burger { display: inline-flex; } }

/* pagina del concierge en movil: hero compacto y barra de pago fija (17-sep) */
.pay-bar { display: none; }
@media (max-width: 768px) {
  .concierge-hero { padding: 8px 0 0; }
  .concierge-hero h1 { font-size: 22px; line-height: 1.15; margin: 4px 0 6px; }
  .concierge-hero .lead { font-size: 14.5px; }
  .concierge-hero .lead-x { display: none; }
  .concierge-grid-wrap, .concierge-widget { padding-top: 12px; }
  .concierge-form-box { padding: 18px 16px; }
  .pay-bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 110; background: rgba(255, 255, 255, .97); backdrop-filter: blur(10px); border-top: 1px solid var(--line); padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); }
  .pay-bar-txt { display: flex; flex-direction: column; line-height: 1.2; min-width: 0; }
  .pay-bar-txt b { font-size: 18px; color: var(--brand); }
  .pay-bar-txt small { font-size: 11.5px; color: var(--mute); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .pay-bar .btn { background: var(--cta); flex: none; padding: 12px 18px; }
}

/* el hero de la raiz llevaba 80px de relleno fuera de media query y ganaba sobre el movil (17-sep) */
@media (max-width: 768px) {
  .hero-root .hero-inner { padding-top: 30px; padding-bottom: 30px; }
}

/* movil: ciudad y fechas primero, cabecera de la tarjeta encogida (17-sep, peticion de Joan) */
@media (max-width: 768px) {
  .concierge-hero h1 { font-size: 20px; margin: 2px 0 5px; }
  .concierge-hero .lead { font-size: 13.5px; line-height: 1.45; }
  .concierge-hero .eyebrow { font-size: 10px; }
  .concierge-form-box { padding: 14px 14px 16px; }
  .concierge-form-box h3 { font-size: 14px; margin: 0 0 2px; color: var(--mute); }
  .price-line { font-size: 16px; margin-bottom: 10px; }
  .concierge-form-box label { margin-bottom: 9px; }
  .concierge-form-box form { display: flex; flex-direction: column; }
  .concierge-form-box form > * { order: 8; }
  .concierge-form-box form > .soon-note { order: 0; }
  .concierge-form-box form > label:first-of-type { order: 1; }
  .concierge-form-box form > .cal-label { order: 2; }
  .concierge-form-box form > .cal { order: 3; }
  .concierge-form-box form > .days-row { order: 4; }
  .concierge-form-box form > label:nth-of-type(2) { order: 5; margin-top: 4px; }
  .concierge-form-box form > .fld-visit { order: 6; }
  .concierge-form-box form > .fld-needs { order: 7; }
  .cal-label { margin-top: 2px; }
}

/* ciudades sin concierge todavia: la oferta se apaga, no se disfraza (17-sep) */
.btn-concierge.is-soon { background: transparent; color: var(--mute); border: 1px solid var(--line); box-shadow: none; cursor: default; }
.btn-concierge.is-soon:hover { transform: none; }
.bn-item.is-soon { color: #b9b4ae; }
.band-soon .section-head h2 { color: var(--ink); }
.soon-note { background: #FBF3E2; border: 1px solid #E8D9B0; border-radius: 10px; padding: 10px 12px; font-size: 13px; color: #6B5A2E; margin: 0 0 12px; }
.concierge-form-box select option:disabled { color: #b9b4ae; }

/* enlace a la pagina de como llegar, desde la zona y desde la ficha (17-sep) */
.zone-getting { margin: 14px 0 0; font-size: 14px; }
.gtk-more { margin: 8px 0 0; font-size: 13.5px; }
