/* Aperto Vicino a Me 24 — hoja unica.
   Sistema inspirado en Airbnb (ver eventivicinoame.it/DESIGN-airbnb.md): lienzo blanco, tinta #222, un solo
   acento (el rosa-rojo del logo), bordes redondeados, fotos protagonistas y una sola sombra.
   El acento del logo (#ff053f) no llega a 4.5:1 con texto blanco: los botones usan #e6023c (4.7:1). */

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/inter-latin.woff2") format("woff2");
}

:root {
  --accent: #e6023c; --accent-active: #c80033; --accent-soft: #fff0f3; --brand: #ff053f;
  --ink: #222222; --body: #3f3f3f; --muted: #6a6a6a; --muted-soft: #929292;
  --hairline: #dddddd; --hairline-soft: #ebebeb; --border-strong: #c1c1c1;
  --canvas: #ffffff; --soft: #f7f7f7; --strong: #f2f2f2;
  --r-sm: 8px; --r-md: 14px; --r-lg: 20px; --r-full: 9999px;
  --shadow: rgba(0,0,0,.02) 0 0 0 1px, rgba(0,0,0,.04) 0 2px 6px 0, rgba(0,0,0,.1) 0 4px 8px 0;
  --font: "Inter", -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: var(--canvas); color: var(--ink); font: 400 16px/1.5 var(--font); -webkit-font-smoothing: antialiased; }
a { color: var(--ink); text-underline-offset: 3px; }
img { max-width: 100%; height: auto; display: block; }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 16px; }
@media (min-width: 744px) { .wrap { padding: 0 32px; } }
.skip { position: absolute; left: -9999px; } .skip:focus { left: 16px; top: 8px; background: var(--canvas); padding: 8px 12px; z-index: 10; border-radius: var(--r-sm); }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }

/* ---------------------------------------------------------------- cabecera */
.top { background: var(--canvas); border-bottom: 1px solid var(--hairline-soft); position: sticky; top: 0; z-index: 5; }
.top__in { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 64px; }
.brand img { height: 22px; width: auto; }
@media (min-width: 744px) { .top__in { min-height: 80px; } .brand img { height: 28px; } }
.nav { display: flex; gap: 4px; overflow-x: auto; scrollbar-width: none; }
.nav::-webkit-scrollbar { display: none; }
.nav a { color: var(--ink); text-decoration: none; font-weight: 500; font-size: 14px; padding: 10px 12px; border-radius: var(--r-full); white-space: nowrap; }
.nav a:hover { background: var(--soft); }
.nav a[aria-current="page"] { background: var(--strong); }
@media (max-width: 743px) { .nav a:not(:first-child) { display: none; } }

/* ---------------------------------------------------------------- migas y cabecera de pagina */
.crumbs { font-size: 14px; color: var(--muted); margin: 24px 0 0; }
.crumbs ol { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.crumbs li + li::before { content: "›"; margin-right: 6px; color: var(--muted-soft); }
.crumbs a { color: var(--muted); }
.page__head { margin: 16px 0 24px; max-width: 760px; }
h1 { font-size: 28px; line-height: 1.2; font-weight: 700; letter-spacing: -.01em; margin: 0 0 12px; }
@media (min-width: 744px) { h1 { font-size: 32px; } }
.is-home .page__head { margin-top: 40px; }
.is-home h1 { font-size: 32px; }
@media (min-width: 744px) { .is-home h1 { font-size: 40px; letter-spacing: -.02em; } }
.lead { font-size: 17px; line-height: 1.55; color: var(--body); margin: 0; }
.updated { font-size: 13px; color: var(--muted); margin: 12px 0 0; }

/* foto de cabecera */
.hero { margin: 0 0 32px; border-radius: var(--r-md); overflow: hidden; aspect-ratio: 16 / 7; background: var(--strong); }
.hero img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 743px) { .hero { aspect-ratio: 16 / 9; margin-bottom: 24px; } }

.page__main { max-width: 760px; min-width: 0; }
.page__head--hero .hero { margin-top: 24px; }
/* escritorio: titulo con la foto al lado, buscador a todo el ancho, texto con indice lateral fijo */
.toc { display: none; }
@media (min-width: 1128px) {
  .page__head--hero { display: grid; grid-template-columns: minmax(0, 1fr) 460px; gap: 56px; align-items: center; max-width: none; margin-bottom: 40px; }
  .page__head--hero .hero { margin: 0; aspect-ratio: 16 / 10; }
  .page__head--hero .lead { font-size: 18px; }
  .finder { padding: 32px; }
  .finder__bar { display: flex; gap: 12px; align-items: stretch; }
  .finder__bar .finder__gps { width: auto; flex: 0 0 auto; padding: 12px 28px; }
  .finder__bar .finder__form { flex: 1; margin-top: 0; }
  .finder__results { display: grid; grid-template-columns: 1fr 1fr; column-gap: 48px; }
  .finder__map { aspect-ratio: 16 / 7; }
  .page__grid--toc { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 72px; align-items: start; }
  .page__grid--toc .page__main { max-width: 760px; }
  .toc { display: block; position: sticky; top: 112px; font-size: 14px; }
  .toc__head { font-weight: 600; color: var(--ink); margin: 0 0 12px; }
  .toc ol { list-style: none; margin: 0; padding: 0 0 0 16px; border-left: 1px solid var(--hairline); }
  .toc li { margin: 0 0 10px; }
  .toc a { color: var(--muted); text-decoration: none; }
  .toc a:hover { color: var(--ink); }
}
.is-home .page__main { max-width: none; }
.is-home .prose > h2, .is-home .prose > p, .is-home .prose > ul { max-width: 760px; }

/* ---------------------------------------------------------------- texto */
.prose { color: var(--body); }
.prose h2 { color: var(--ink); font-size: 22px; line-height: 1.25; font-weight: 600; letter-spacing: -.01em; margin: 48px 0 12px; }
.prose h3 { color: var(--ink); font-size: 18px; font-weight: 600; margin: 32px 0 8px; }
.prose p, .prose ul, .prose ol { margin: 0 0 16px; }
.prose li { margin: 6px 0; }
.prose strong { color: var(--ink); font-weight: 600; }
.prose a { color: var(--ink); text-decoration: underline; font-weight: 500; }
.prose a:hover { color: var(--accent); }
.prose table { width: 100%; border-collapse: collapse; font-size: 15px; margin: 8px 0 24px; display: block; overflow-x: auto; }
.prose th, .prose td { text-align: left; padding: 12px 12px 12px 0; border-bottom: 1px solid var(--hairline-soft); vertical-align: top; }
.prose thead th { font-size: 13px; font-weight: 600; color: var(--muted); border-bottom-color: var(--hairline); }
.prose tfoot th { color: var(--ink); border-bottom: 0; }
.prose td.num, .prose th.num { text-align: right; font-variant-numeric: tabular-nums; white-space: nowrap; padding-right: 0; padding-left: 12px; }
/* FAQ: filas con separador, no cajas */
.prose details { border-bottom: 1px solid var(--hairline-soft); padding: 4px 0; }
.prose h2 + details, .prose details:first-of-type { border-top: 1px solid var(--hairline-soft); }
.prose summary { cursor: pointer; font-weight: 600; color: var(--ink); padding: 14px 32px 14px 0; list-style: none; position: relative; }
.prose summary::-webkit-details-marker { display: none; }
.prose summary::after { content: ""; position: absolute; right: 4px; top: 50%; width: 8px; height: 8px; border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); transform: translateY(-70%) rotate(45deg); transition: transform .15s; }
.prose details[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.prose details p { margin: 0 0 16px; }
/* avisos: discretos */
.note { background: var(--soft); border-radius: var(--r-md); padding: 16px 20px; margin: 0 0 24px; font-size: 15px; color: var(--body); }

/* ---------------------------------------------------------------- buscador "vicino a me" */
.finder { background: var(--canvas); border: 1px solid var(--hairline); border-radius: var(--r-md); box-shadow: var(--shadow); padding: 24px; margin: 0 0 40px; }
.finder__title { font-size: 20px; font-weight: 600; letter-spacing: -.01em; margin: 0 0 16px; }
.finder__gps { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; min-height: 48px; border: 0; border-radius: var(--r-sm); background: var(--accent); color: #fff; font: 500 16px var(--font); padding: 12px 24px; cursor: pointer; text-decoration: none; text-align: center; }
.finder__gps:hover { background: var(--accent-active); }
.finder__gps::before { content: ""; flex-shrink: 0; width: 18px; height: 18px; background: currentColor; -webkit-mask: var(--icon) center / contain no-repeat; mask: var(--icon) center / contain no-repeat;
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a7 7 0 0 1 7 7c0 5.2-7 13-7 13S5 14.2 5 9a7 7 0 0 1 7-7zm0 4.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5z'/%3E%3C/svg%3E"); }
.finder__form { display: flex; gap: 8px; margin-top: 12px; }
.finder__comune { flex: 1; min-width: 0; height: 48px; border: 1px solid var(--border-strong); border-radius: var(--r-sm); background: var(--canvas); color: var(--ink); font: 16px var(--font); padding: 0 14px; }
.finder__comune:focus { outline: none; border: 2px solid var(--ink); padding: 0 13px; }
.finder__go { height: 48px; border: 1px solid var(--ink); border-radius: var(--r-sm); background: var(--canvas); color: var(--ink); font: 500 16px var(--font); padding: 0 20px; cursor: pointer; }
.finder__go:hover { background: var(--soft); }
.finder__status { font-size: 15px; color: var(--muted); margin: 16px 0 0; min-height: 1.4em; }
.finder__status--warn { color: #b25e00; } .finder__status--err { color: #c13515; } .finder__status--ok { color: var(--ink); font-weight: 500; }
.finder__map { position: relative; margin: 16px 0 0; border-radius: var(--r-sm); overflow: hidden; border: 1px solid var(--hairline); aspect-ratio: 4 / 5; min-height: 320px;
  background-color: #f3f1ec;
  background-image: linear-gradient(90deg, rgba(255,255,255,.9) 6px, transparent 6px), linear-gradient(rgba(255,255,255,.9) 6px, transparent 6px),
    linear-gradient(90deg, rgba(255,255,255,.55) 2px, transparent 2px), linear-gradient(rgba(255,255,255,.55) 2px, transparent 2px);
  background-size: 160px 120px, 160px 120px, 40px 40px, 40px 40px; background-position: 30px 10px, 30px 10px, 0 0, 0 0; }
.finder__map iframe { position: absolute; inset: 0; display: block; width: 100%; height: 100%; border: 0; }
.finder__map-empty { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; padding: 24px; text-align: center; font-size: 15px; font-weight: 500; color: var(--muted); }
.finder__map-pin { width: 44px; height: 44px; border-radius: 50%; background: var(--accent); box-shadow: var(--shadow); position: relative; }
.finder__map-pin::after { content: ""; position: absolute; inset: 11px; background: #fff; -webkit-mask: var(--pin) center / contain no-repeat; mask: var(--pin) center / contain no-repeat;
  --pin: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a7 7 0 0 1 7 7c0 5.2-7 13-7 13S5 14.2 5 9a7 7 0 0 1 7-7zm0 4.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5z'/%3E%3C/svg%3E"); }
.finder__map--on .finder__map-empty { display: none; }
@media (min-width: 744px) { .finder__map { aspect-ratio: 16 / 10; } }
.finder--maps .finder__status:empty { display: none; }
.finder--maps .finder__privacy + .finder__privacy { margin-top: 6px; }
.finder__results { list-style: none; padding: 0; margin: 8px 0 0; }
.finder__more { font-size: 14px; color: var(--muted); margin: 16px 0 0; }
.finder__more a { color: var(--ink); font-weight: 500; }
.finder__privacy { font-size: 13px; color: var(--muted); margin: 16px 0 0; line-height: 1.45; }
.finder__nojs { font-size: 15px; margin: 0; }
.finder:not(.finder--ready) .finder__gps, .finder:not(.finder--ready) .finder__form, .finder:not(.finder--ready) .finder__controls { display: none; }
.finder--ready .finder__nojs { display: none; }

/* chips (filtros, secciones) */
.finder__controls { display: flex; flex-direction: column; gap: 10px; margin: 0 0 16px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { display: inline-flex; align-items: center; border: 1px solid var(--hairline); background: var(--canvas); color: var(--ink); border-radius: var(--r-full); padding: 8px 16px; font: 500 14px var(--font); cursor: pointer; text-decoration: none; white-space: nowrap; }
.chip:hover { border-color: var(--ink); }
.chip[aria-pressed="true"] { border-color: var(--ink); background: var(--ink); color: #fff; }

/* resultados */
.place { display: flex; justify-content: space-between; gap: 16px; padding: 16px 0; border-top: 1px solid var(--hairline-soft); }
.place__main { min-width: 0; }
.place__name { font-weight: 600; font-size: 17px; }
.place__tag { display: inline-block; font-size: 11px; font-weight: 600; background: var(--strong); color: var(--ink); border-radius: var(--r-full); padding: 2px 8px; margin-left: 6px; vertical-align: 2px; white-space: nowrap; }
.place__addr { display: block; color: var(--muted); font-size: 15px; margin-top: 2px; }
.place__price { display: block; font-size: 15px; margin-top: 4px; font-variant-numeric: tabular-nums; color: var(--body); }
.place__price b { color: var(--ink); font-weight: 600; }
.place__hours { display: block; font-size: 14px; color: var(--muted); margin-top: 4px; }
.place__when { color: var(--muted); font-size: 12px; }
.place__side { text-align: right; flex-shrink: 0; display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.place__dist { font-weight: 600; font-size: 16px; font-variant-numeric: tabular-nums; }
.place__go { font-size: 14px; font-weight: 500; color: var(--ink); text-decoration: none; border: 1px solid var(--hairline); border-radius: var(--r-full); padding: 6px 12px; white-space: nowrap; }
.place__go:hover { border-color: var(--ink); }

/* ---------------------------------------------------------------- home */
.home-search { margin: 8px 0 20px; max-width: 640px; }
.home-search__box { display: flex; align-items: center; background: var(--canvas); border: 1px solid var(--hairline); border-radius: var(--r-full); box-shadow: var(--shadow); padding: 8px 8px 8px 24px; cursor: text; }
.home-search__input { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; font: 500 16px var(--font); color: var(--ink); height: 48px; }
.home-search__input::placeholder { color: var(--muted); font-weight: 400; }
.home-search__input::-webkit-search-cancel-button { display: none; }
.home-search__orb { width: 48px; height: 48px; border-radius: var(--r-full); background: var(--accent); color: #fff; display: grid; place-items: center; flex-shrink: 0; }
.home-search__empty { color: var(--muted); margin: 16px 0 0 24px; }
.chips--strip { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; padding: 4px 0 8px; margin-bottom: 8px; }
.chips--strip::-webkit-scrollbar { display: none; }
.cat-section { margin: 32px 0 8px; scroll-margin-top: 96px; }
.cat-section h2 { font-size: 22px; font-weight: 600; letter-spacing: -.01em; color: var(--ink); margin: 0 0 16px; }
.cat-section[hidden] { display: none; }

/* tarjetas con foto */
.cards { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 16px; }
@media (min-width: 744px) { .cards { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px 24px; } }
@media (min-width: 1128px) { .cards { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.card { margin: 0; }
.card[hidden] { display: none; }
.card a { display: block; text-decoration: none; color: var(--ink); }
.card__pic { display: block; aspect-ratio: 16 / 10; border-radius: var(--r-md); overflow: hidden; background: var(--strong); }
.card__pic img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.card a:hover .card__pic img { transform: scale(1.03); }
.card__pic--empty { background: linear-gradient(135deg, var(--accent-soft), var(--strong)); }
.card__body { display: block; padding-top: 10px; }
.card__title { display: block; font-size: 15px; font-weight: 600; line-height: 1.3; }
.card__desc { display: block; font-size: 14px; color: var(--muted); line-height: 1.4; margin-top: 2px; font-weight: 400; }

/* relacionados */
.related { border-top: 1px solid var(--hairline-soft); margin-top: 56px; padding-top: 40px; }
.related h2 { font-size: 22px; font-weight: 600; letter-spacing: -.01em; margin: 0 0 20px; }

/* ---------------------------------------------------------------- pie */
.foot { background: var(--soft); border-top: 1px solid var(--hairline-soft); margin-top: 64px; padding: 48px 0 32px; font-size: 14px; }
.foot__cols { display: grid; grid-template-columns: 1fr; gap: 24px; padding-bottom: 32px; border-bottom: 1px solid var(--hairline); }
@media (min-width: 744px) { .foot__cols { grid-template-columns: repeat(4, 1fr); } }
.foot__head { font-weight: 600; margin: 0 0 12px; }
.foot__col nav { display: flex; flex-direction: column; gap: 10px; }
.foot__col a { color: var(--ink); text-decoration: none; }
.foot__col a:hover { text-decoration: underline; }
.foot__sources { color: var(--muted); font-size: 13px; margin: 24px 0 0; }
.foot__sources a { color: var(--muted); }
.foot__legal { color: var(--muted); font-size: 13px; margin: 8px 0 0; }

/* home: sub-paginas como enlaces de texto al pie de la seccion */
.cat-more { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 12px; margin: 20px 0 0; font-size: 15px; }
.cat-more__label { color: var(--muted); }
.cat-more ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 4px 16px; }
.prose .cat-more a { color: var(--ink); font-weight: 500; text-decoration: underline; text-decoration-color: var(--hairline); }
.prose .cat-more a:hover { text-decoration-color: var(--ink); }
.card--link[hidden], .cat-more[hidden] { display: none; }
/* los chips y tarjetas dentro del texto no heredan el subrayado de los enlaces */
.prose .chip, .prose .card a { text-decoration: none; font-weight: 500; }
.prose .card a:hover { color: var(--ink); }

/* ---------------------------------------------------------------- home: numeros, pasos, fuentes */
.is-home .prose > h2 { font-size: 26px; margin-top: 64px; }
.stats { list-style: none; padding: 0; margin: 24px 0 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.stat { margin: 0; }
.stat a { display: flex; flex-direction: column; gap: 4px; height: 100%; padding: 20px; border: 1px solid var(--hairline); border-radius: var(--r-md); color: var(--ink); text-decoration: none; background: var(--canvas); transition: box-shadow .2s; }
.stat a:hover { box-shadow: var(--shadow); }
.stat__n, .prose .stat__n { font-size: 30px; font-weight: 700; letter-spacing: -.02em; color: var(--accent); font-variant-numeric: tabular-nums; }
.stat__l { font-size: 16px; font-weight: 600; }
.stat__d { font-size: 14px; color: var(--muted); line-height: 1.4; }
@media (min-width: 1128px) { .stats { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; } .stat a { padding: 24px; } .stat__n { font-size: 36px; } }
.steps { list-style: none; counter-reset: s; padding: 0; margin: 24px 0 0; display: grid; gap: 16px; }
.steps li { counter-increment: s; position: relative; padding: 24px 24px 24px 76px; background: var(--soft); border-radius: var(--r-md); margin: 0; }
.steps li::before { content: counter(s); position: absolute; left: 24px; top: 22px; width: 36px; height: 36px; border-radius: 50%; background: var(--ink); color: #fff; font-weight: 600; display: grid; place-items: center; }
.steps strong { display: block; color: var(--ink); margin-bottom: 4px; }
@media (min-width: 1128px) { .steps { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
  .steps li { padding: 76px 24px 24px; } .steps li::before { top: 24px; } }
.is-home .prose details { max-width: 860px; }
.sources { list-style: none; padding: 0; margin: 24px 0 16px; display: grid; gap: 12px; }
.sources li { margin: 0; padding: 20px 24px; border: 1px solid var(--hairline); border-radius: var(--r-md); display: flex; flex-direction: column; gap: 4px; }
.sources strong { color: var(--ink); }
.sources span { font-size: 15px; color: var(--muted); }
@media (min-width: 1128px) { .sources { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; } }
.is-home .prose > .stats, .is-home .prose > .steps, .is-home .prose > .sources { max-width: none; }

/* home centrada: titulos y textos al centro (las respuestas de las FAQ y las tarjetas de categoria quedan a la izquierda) */
.is-home .page__head { max-width: 760px; margin-left: auto; margin-right: auto; text-align: center; }
.is-home .home-search { margin-left: auto; margin-right: auto; }
.is-home .home-search__empty { text-align: center; }
.is-home .cat-section h2 { text-align: center; }
.is-home .cat-more { justify-content: center; }
.is-home .prose > h2 { text-align: center; margin-left: auto; margin-right: auto; }
.is-home .prose > p { text-align: center; margin-left: auto; margin-right: auto; }
.is-home .prose > details { margin-left: auto; margin-right: auto; }
.stat a, .sources li { align-items: center; text-align: center; }
.steps li { text-align: center; }
@media (min-width: 1128px) {
  .chips--strip { flex-wrap: wrap; justify-content: center; overflow: visible; }
  .steps li::before { left: 50%; transform: translateX(-50%); }
}
@media (max-width: 1127px) {
  .steps li { padding: 72px 24px 24px; }
  .steps li::before { left: 50%; top: 22px; transform: translateX(-50%); }
}

/* ---------------------------------------------------------------- hero de la home */
.hero-home { position: relative; overflow: hidden; background:
    radial-gradient(90rem 40rem at 78% -10%, var(--accent-soft) 0%, rgba(255,240,243,0) 60%),
    radial-gradient(60rem 30rem at 0% 0%, #f4f7ff 0%, rgba(244,247,255,0) 55%), var(--canvas); }
.hero-home::after { content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(90deg, rgba(0,0,0,.035) 1px, transparent 1px), linear-gradient(rgba(0,0,0,.035) 1px, transparent 1px);
  background-size: 64px 64px; -webkit-mask-image: radial-gradient(70rem 30rem at 50% 0%, #000 0%, transparent 70%); mask-image: radial-gradient(70rem 30rem at 50% 0%, #000 0%, transparent 70%); }
.hero-home__in { position: relative; z-index: 1; padding: 48px 16px 40px; text-align: center; }
.hero-home h1 { font-size: 34px; line-height: 1.1; letter-spacing: -.03em; margin: 0 0 16px; }
.hero-home .lead { font-size: 17px; max-width: 620px; margin: 0 auto 24px; }
.hero-home .home-search { max-width: 640px; margin: 0 auto; }
.hero-home .home-search__box { box-shadow: 0 6px 24px rgba(0,0,0,.10); }
.hero-home__quick { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 8px; margin: 20px 0 0; font-size: 14px; }
.hero-home__quick > span { color: var(--muted); }
.chip--hero { background: rgba(255,255,255,.75); backdrop-filter: blur(6px); }
.hero-home__mosaic { display: none; }
@media (min-width: 744px) {
  .hero-home__in { padding: 72px 32px 64px; }
  .hero-home h1 { font-size: 52px; }
  .hero-home .lead { font-size: 19px; }
}
@media (min-width: 1128px) {
  .hero-home__in { display: grid; grid-template-columns: minmax(0, 1fr) 420px; gap: 64px; align-items: center; text-align: left; padding: 88px 32px 80px; }
  .hero-home h1 { font-size: 60px; }
  .hero-home .lead, .hero-home .home-search { margin-left: 0; margin-right: 0; }
  .hero-home__quick { justify-content: flex-start; }
  /* mosaico: seis fotos en rejilla, con dos mas altas para romper la simetria */
  .hero-home__mosaic { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 104px; gap: 12px; }
  .hero-home__tile { border-radius: var(--r-md); overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,0,.10); background: var(--strong); }
  .hero-home__tile img { width: 100%; height: 100%; object-fit: cover; }
  .hero-home__tile--1, .hero-home__tile--5 { grid-row: span 2; }
  .hero-home__tile--3 { grid-row: span 2; }
}

/* ---------------------------------------------------------------- bloque "nelle grandi citta" */
.cities { display: grid; gap: 16px; margin: 24px 0 8px; }
.city { border: 1px solid var(--hairline); border-radius: var(--r-md); padding: 20px 24px; }
.city h3 { font-size: 17px; margin: 0 0 12px; display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; }
.city__n { font-size: 14px; font-weight: 400; color: var(--muted); }
.city__list { list-style: none; padding: 0; margin: 0; }
.city__list li { margin: 0; padding: 8px 0; border-top: 1px solid var(--hairline-soft); font-size: 15px; }
.city__list li:first-child { border-top: 0; padding-top: 0; }
.city__addr { display: block; color: var(--muted); font-size: 14px; }
.city__tag { font-size: 11px; font-weight: 600; background: var(--strong); border-radius: var(--r-full); padding: 2px 8px; }
.city__all { margin: 12px 0 0; font-size: 15px; }
.city__all a { font-weight: 500; }
@media (min-width: 744px) { .cities { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; } }
@media (min-width: 1128px) { .prose .cities { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
