/* ============ Petxy · pagine pubbliche per Google (veterinari per città, schede delle strutture) ============ */
/* Si appoggia ai colori e ai caratteri di base.css. Colori del testo scelti per un contrasto AA anche sui fondi pastello. */
.seo {
  --s-link: #B7410E;
  --s-muted: #6B6284;
  --s-cta: #C94A14;
  --s-cta-d: #8F340D;
  --s-grape: #6C49E6;
  --s-grape-d: #4F32B8;
  --s-ok: #0F6B3F;
  --s-sun-ink: #7A5200;
  --s-red-ink: #B42340;
  --s-grape-ink: #5B3CC4;
  --s-paw: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='%23000'%3E%3Cellipse cx='12' cy='16' rx='5.2' ry='4.4'/%3E%3Cellipse cx='5.2' cy='10.2' rx='2.2' ry='2.8' transform='rotate(-20 5.2 10.2)'/%3E%3Cellipse cx='9.2' cy='5.8' rx='2.2' ry='2.9' transform='rotate(-8 9.2 5.8)'/%3E%3Cellipse cx='14.8' cy='5.8' rx='2.2' ry='2.9' transform='rotate(8 14.8 5.8)'/%3E%3Cellipse cx='18.8' cy='10.2' rx='2.2' ry='2.8' transform='rotate(20 18.8 10.2)'/%3E%3C/g%3E%3C/svg%3E");
}
[data-theme="dark"] .seo {
  --s-link: #FFAA85;
  --s-muted: #B3A9D6;
  --s-ok: #6FE0A8;
  --s-sun-ink: #FFD37A;
  --s-red-ink: #FF93A5;
  --s-grape-ink: #BBA8FF;
}
:where(.seo) a { color: var(--s-link); text-underline-offset: 3px; }
.seo h1, .seo h2, .seo h3 { overflow-wrap: break-word; }
.seo h2 .emoji, .seo h3 .emoji { font-size: .95em; }
.seo .emoji { margin-right: .3em; }
.s-wrap { width: 100%; max-width: 1180px; margin-inline: auto; padding-inline: clamp(16px, 4vw, 40px); }
.s-main { min-height: 60vh; padding-bottom: 24px; }
.skip { position: absolute; left: 12px; top: -80px; z-index: 100; background: var(--ink); color: var(--card) !important; padding: 10px 16px; border-radius: 12px; font-weight: 800; }
.skip:focus { top: 12px; }
.hl { position: relative; color: var(--brand-dark); display: inline-block; }
.hl::after { content: ''; position: absolute; left: 0; right: 6px; bottom: -6px; height: 12px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='12' viewBox='0 0 40 12'%3E%3Cpath d='M0 6 Q10 0 20 6 T40 6' stroke='%23FFC23D' stroke-width='4' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") repeat-x; background-size: 40px 12px; }
[data-theme="dark"] .hl { color: var(--brand); }
.eyebrow { display: inline-flex; align-items: center; gap: 2px; margin: 0 0 12px; padding: 5px 12px; border-radius: 99px; background: var(--brand-soft); color: var(--s-link); font: 800 12.5px/1.3 var(--font); letter-spacing: .05em; text-transform: uppercase; }
.lead { font-size: clamp(16px, 1.6vw, 18.5px); color: var(--ink-2); max-width: 68ch; }
.s-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.s-link { font: 700 15px var(--font-display); }
.nowrap { white-space: nowrap; }

/* ---------- logo (come nell'app) ---------- */
.seo .logo { display: inline-flex; align-items: center; gap: 10px; font: 700 24px/1 var(--font-display); color: var(--ink); letter-spacing: -.02em; text-decoration: none; }
.seo .logo:hover { text-decoration: none; }
.seo .logo-mark { width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center; color: #fff; transform: rotate(-8deg); background: linear-gradient(135deg, var(--sun), var(--brand) 55%, var(--pink)); box-shadow: 0 4px 0 var(--brand-dark); transition: transform .3s; }
.seo .logo-mark svg { width: 26px; height: 26px; }
.seo .logo:hover .logo-mark { transform: rotate(10deg) scale(1.06); }
.seo .logo-text b { color: var(--brand); font-weight: 700; }
.seo .logo.light { color: #fff; }

/* ---------- bottoni ---------- */
.seo .btn {
  --b: var(--s-cta); --bd: var(--s-cta-d); --bc: #fff;
  display: inline-flex; align-items: center; justify-content: center; gap: .2em;
  font: 600 15px/1.15 var(--font-display); letter-spacing: .01em; text-align: center;
  padding: 12px 20px; min-height: 44px; border-radius: 999px; border: 0;
  background: var(--b); color: var(--bc); box-shadow: 0 4px 0 var(--bd);
  transition: transform .12s ease, box-shadow .12s ease, filter .15s; text-decoration: none;
}
.seo .btn:hover { transform: translateY(-2px); box-shadow: 0 6px 0 var(--bd); filter: saturate(1.1); text-decoration: none; }
.seo .btn:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--bd); }
.seo .btn.grape { --b: var(--s-grape); --bd: var(--s-grape-d); }
.seo .btn.sun { --b: var(--sun); --bd: var(--sun-dark); --bc: #2A2140; }
.seo .btn.ghost { --b: var(--card); --bd: var(--line-2); --bc: var(--ink); box-shadow: 0 4px 0 var(--bd), inset 0 0 0 2px var(--line-2); }
.seo .btn.ghost:hover { box-shadow: 0 6px 0 var(--bd), inset 0 0 0 2px var(--line-2); }
.seo .btn.ghost:active { box-shadow: 0 1px 0 var(--bd), inset 0 0 0 2px var(--line-2); }
.seo .btn.flat { background: transparent; color: var(--ink-2); box-shadow: none; }
.seo .btn.flat:hover { background: var(--bg-2); transform: none; }
.seo .btn.sm { padding: 8px 14px; min-height: 40px; font-size: 14px; }
.seo .btn.lg { padding: 14px 24px; min-height: 54px; font-size: 17px; }
.seo .btn.block { width: 100%; }

/* ---------- chip, conteggi, avvisi ---------- */
.seo .chips { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.seo .chip { display: inline-flex; align-items: center; padding: 4px 10px; border-radius: 999px; background: var(--bg-2); color: var(--ink-2); font: 700 12.5px/1.4 var(--font); }
.seo .chip .emoji { margin-right: .35em; }
.seo .chip.ok, .seo .chip.mint { background: var(--mint-soft); color: var(--s-ok); }
.seo .chip.off { background: transparent; box-shadow: inset 0 0 0 2px var(--line-2); }
.seo .chip.sun { background: var(--sun-soft); color: var(--s-sun-ink); }
.seo .chip.grape { background: var(--grape-soft); color: var(--s-grape-ink); }
.seo .chip.red { background: var(--red-soft); color: var(--s-red-ink); }
.seo .chip.outline { background: transparent; box-shadow: inset 0 0 0 2px var(--line); }
.seo .chip.sp { background: color-mix(in srgb, var(--c) 16%, var(--card)); color: var(--ink); }
.seo .chips.big .chip { font-size: 14px; padding: 6px 12px; }
.seo .count { display: inline-grid; place-items: center; min-width: 24px; height: 22px; padding: 0 7px; border-radius: 99px; background: var(--bg-2); color: var(--ink-2); font: 800 12px/1 var(--font); }
.seo .notice { display: flex; gap: 12px; align-items: flex-start; margin-top: 16px; padding: 14px 18px; border-radius: 18px; background: var(--sun-soft); color: var(--ink); font-size: 15px; }
.seo .notice p { margin: 0; }
.seo .notice > .emoji { font-size: 22px; }

/* ---------- valutazione a zampe (maschera CSS: due elementi per voto) ---------- */
.seo .paws { --s: 16px; position: relative; display: inline-block; flex: none; width: calc(var(--s) * 5); height: var(--s); vertical-align: -3px; background: var(--line-2);
  -webkit-mask: var(--s-paw) 0 0 / var(--s) var(--s) repeat-x; mask: var(--s-paw) 0 0 / var(--s) var(--s) repeat-x; }
.seo .paws-fg { position: absolute; inset: 0 auto 0 0; background: var(--sun); }

/* ---------- card ---------- */
.seo .card { background: var(--card); border-radius: var(--radius); border: 2px solid var(--line); box-shadow: var(--shadow-sm); padding: 20px; min-width: 0; }
.seo .card.soft { background: var(--card-2); border: 2px dashed var(--line-2); box-shadow: none; }
.seo .card h2 { display: flex; align-items: center; font-size: 19px; margin: 0 0 12px; }

/* ---------- testata ---------- */
.s-top { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--bg) 90%, transparent); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border-bottom: 2px solid var(--line); }
.s-top-in { display: flex; align-items: center; gap: 14px; min-height: 68px; }
.s-nav { margin-left: auto; display: flex; align-items: center; gap: 6px; }
.s-nav > a:not(.btn) { display: inline-flex; align-items: center; padding: 9px 12px; border-radius: 99px; color: var(--ink-2); font: 600 15px var(--font-display); text-decoration: none; }
.s-nav > a:not(.btn):hover { background: var(--card); box-shadow: var(--shadow-sm); }
@media (max-width: 640px) {
  .hide-sm { display: none !important; }
  .s-top-in { min-height: 60px; gap: 8px; }
  .seo .s-top .logo { font-size: 20px; }
  .seo .s-top .logo-mark { width: 36px; height: 36px; }
  .seo .s-top .logo-mark svg { width: 22px; height: 22px; }
  .s-nav > a:not(.btn) { padding: 9px 8px; }
}
@media (max-width: 480px) {
  /* telefoni: "Città" diventa solo icona (il testo resta per i lettori di schermo); la città si raggiunge anche dalle briciole */
  .s-nav > a:not(.btn) > span:not(.emoji) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .s-nav > a:not(.btn) .emoji { margin-right: 0; font-size: 18px; }
  .seo .s-nav .btn.sm { padding: 8px 12px; }
}
@media (max-width: 400px) { .s-nav > a:not(.btn) { display: none; } }
@media (max-width: 340px) {
  .s-nav .btn > span:not(.emoji) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .s-nav .btn .emoji { margin-right: 0; }
}

/* ---------- briciole di pane ---------- */
.s-crumbs { padding-top: 16px; font-size: 13.5px; }
.s-crumbs ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; align-items: center; row-gap: 4px; }
.s-crumbs li { display: inline-flex; align-items: center; min-width: 0; color: var(--s-muted); }
.s-crumbs li + li::before { content: '›'; margin: 0 8px; color: var(--s-muted); font-weight: 800; }
.s-crumbs a { color: var(--ink-2); font-weight: 700; }
.s-crumbs [aria-current] { color: var(--ink); font-weight: 800; max-width: 46ch; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* ---------- sezioni ---------- */
.s-sec { padding-top: 36px; }
.s-sec > h2, .s-sec > .s-wrap > h2 { display: flex; align-items: center; font-size: clamp(22px, 2.6vw, 30px); }

/* ---------- /veterinari ---------- */
.s-hero { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: 32px; align-items: center; padding-top: 30px; }
.s-hero h1 { font-size: clamp(34px, 5vw, 60px); font-weight: 700; line-height: 1.05; margin-bottom: 16px; }
.s-hero-art { position: relative; width: 100%; max-width: 340px; aspect-ratio: 1; justify-self: center; border-radius: 42% 58% 55% 45% / 50% 44% 56% 50%;
  background: radial-gradient(circle at 30% 28%, var(--sun-soft), transparent 58%), linear-gradient(135deg, var(--brand-soft), var(--grape-soft)); }
.s-hero-art span { position: absolute; font-size: clamp(34px, 4.6vw, 54px); line-height: 1; font-family: 'Segoe UI Emoji', 'Apple Color Emoji', 'Noto Color Emoji', sans-serif; animation: float 5s ease-in-out infinite; filter: drop-shadow(0 8px 10px rgba(42, 33, 64, .18)); }
.s-hero-art span:nth-child(1) { left: 14%; top: 16%; }
.s-hero-art span:nth-child(2) { right: 12%; top: 12%; animation-delay: .7s; }
.s-hero-art span:nth-child(3) { left: 40%; top: 40%; animation-delay: 1.4s; font-size: clamp(44px, 6vw, 72px); }
.s-hero-art span:nth-child(4) { left: 8%; bottom: 16%; animation-delay: 2.1s; }
.s-hero-art span:nth-child(5) { right: 14%; bottom: 12%; animation-delay: .35s; }
.s-hero-art span:nth-child(6) { right: 36%; bottom: -2%; animation-delay: 1.75s; font-size: clamp(26px, 3.4vw, 40px); }
@media (max-width: 800px) { .s-hero { grid-template-columns: minmax(0, 1fr); } .s-hero-art { display: none; } }

.city-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(min(200px, 100%), 1fr)); gap: 14px; }
.city-card { position: relative; overflow: hidden; display: flex; flex-direction: column; gap: 3px; height: 100%; padding: 16px 18px; border-radius: var(--radius); background: var(--card); border: 2px solid var(--line); box-shadow: var(--shadow-sm); color: var(--ink) !important; text-decoration: none !important; transition: transform .18s, box-shadow .18s, border-color .18s; }
.city-card::after { content: ''; position: absolute; right: -10px; bottom: -12px; width: 70px; height: 70px; background: var(--bg-2); -webkit-mask: var(--s-paw) center / contain no-repeat; mask: var(--s-paw) center / contain no-repeat; transform: rotate(-18deg); transition: transform .3s; }
.city-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--brand); }
.city-card:hover::after { transform: rotate(8deg) scale(1.1); }
.city-card > * { position: relative; z-index: 1; }
.city-card b { font: 600 20px/1.2 var(--font-display); }
.city-n { font-weight: 800; color: var(--s-link); }
.city-meta { font-size: 13px; color: var(--s-muted); font-weight: 700; }

.pop-list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.pop-list a { display: inline-flex; align-items: center; gap: 8px; padding: 10px 12px 10px 16px; border-radius: 999px; background: var(--card); border: 2px solid var(--line-2); color: var(--ink); font: 600 14.5px/1.25 var(--font-display); text-decoration: none; transition: transform .15s, border-color .15s; }
.pop-list a:hover { border-color: var(--brand); transform: translateY(-2px); }
.pop-list .emoji { margin-right: 0; }

.regions { columns: 4 230px; column-gap: 28px; }
.region { break-inside: avoid; margin-bottom: 20px; }
.region h3 { font-size: 16px; margin: 0 0 6px; color: var(--ink-2); }
.region ul { list-style: none; margin: 0; padding: 0; }
.region li { display: flex; align-items: center; gap: 8px; padding: 3px 0; }
.region a { font-weight: 700; }

.vet-cta { display: flex; gap: 24px; align-items: center; padding: clamp(22px, 4vw, 38px); border-radius: var(--radius-lg); background: linear-gradient(120deg, #2A2140, #4B2F7A 55%, #5B3CC4); color: #fff; box-shadow: var(--shadow-lg); }
.vet-cta h2 { color: #fff; font-size: clamp(24px, 3vw, 34px); }
.vet-cta p { color: #E4DBFF; max-width: 72ch; }
.vet-cta-art { flex: none; width: 96px; height: 96px; border-radius: 30px; display: grid; place-items: center; font-size: 52px; background: rgba(255, 255, 255, .12); transform: rotate(-6deg); font-family: 'Segoe UI Emoji', 'Apple Color Emoji', 'Noto Color Emoji', sans-serif; }
.vet-cta .btn { --b: var(--sun); --bd: var(--sun-dark); --bc: #2A2140; }
@media (max-width: 640px) { .vet-cta { flex-direction: column; align-items: flex-start; } .vet-cta-art { width: 72px; height: 72px; font-size: 40px; } }

/* ---------- /veterinari/:citta ---------- */
.city-head { padding-top: 14px; }
.city-head h1 { font-size: clamp(30px, 4.4vw, 50px); font-weight: 700; margin-bottom: 10px; }
.facts { list-style: none; margin: 16px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.facts li { display: inline-flex; align-items: center; gap: 5px; padding: 7px 12px; border-radius: 14px; background: var(--card); border: 2px solid var(--line); font-size: 14px; color: var(--ink-2); }
.facts .emoji { margin-right: 2px; }
.facts b { color: var(--ink); font: 700 16px var(--font-display); }

.fbar { margin-top: 18px; }
.fbar ul { list-style: none; margin: 0; padding: 4px 2px 10px; display: flex; flex-wrap: wrap; gap: 8px; }
@media (max-width: 760px) { .fbar ul { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: thin; } }
.fbar li { flex: none; }
.fchip { display: inline-flex; align-items: center; gap: 6px; padding: 8px 10px 8px 14px; border-radius: 999px; border: 2px solid var(--line-2); background: var(--card); color: var(--ink-2) !important; font: 600 14px var(--font-display); white-space: nowrap; text-decoration: none !important; transition: border-color .15s, transform .15s; }
.fchip .emoji { margin-right: 0; font-size: 17px; }
.fchip:hover { border-color: var(--brand); transform: translateY(-1px); }
.fchip.on { background: var(--ink); border-color: var(--ink); color: var(--card) !important; }
.seo .fchip.on .count { background: color-mix(in srgb, var(--card) 22%, transparent); color: var(--card); }

.city-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 24px; align-items: start; padding-top: 8px; }
.s-aside { position: sticky; top: 88px; display: flex; flex-direction: column; gap: 14px; }
.side-card h2 { font-size: 17px !important; }
.side-card p { font-size: 14px; color: var(--ink-2); }
.near { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.near li { display: flex; justify-content: space-between; align-items: center; gap: 8px; font-size: 14px; }
.near a { font-weight: 700; }
@media (max-width: 960px) { .city-layout { grid-template-columns: minmax(0, 1fr); } .s-aside { position: static; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr)); } }

.vc-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.vc-card { background: var(--card); border-radius: var(--radius); padding: 18px; border: 2px solid var(--line); box-shadow: var(--shadow-sm); transition: box-shadow .18s, border-color .18s; }
.vc-card:hover { box-shadow: var(--shadow); border-color: var(--line-2); }
.vc-list[start="1"] > .vc:first-child .vc-card { border: 3px solid var(--brand); background: linear-gradient(180deg, var(--brand-soft), var(--card) 110px); }
.vc-top { display: flex; gap: 14px; align-items: flex-start; }
.vc-kind { position: relative; flex: none; width: 54px; height: 54px; border-radius: 18px; display: grid; place-items: center; font-size: 26px; background: var(--bg-2); font-family: 'Segoe UI Emoji', 'Apple Color Emoji', 'Noto Color Emoji', sans-serif; }
.vc-kind i { position: absolute; top: -8px; left: -8px; min-width: 24px; height: 24px; padding: 0 6px; border-radius: 99px; background: var(--ink); color: var(--card); font: 700 12px/24px var(--font-display); font-style: normal; text-align: center; box-shadow: 0 0 0 3px var(--card); }
.vc-head { min-width: 0; }
.vc-name { font-size: 19px; margin: 0; }
.vc-name a { color: var(--ink); }
.vc-name a:hover { color: var(--s-link); }
.vc-kindlabel { margin: 1px 0 0; font-size: 13px; color: var(--s-muted); font-weight: 700; }
.vc-rating { margin: 5px 0 0; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; font-size: 14px; color: var(--ink-2); }
.vc-rating b { font: 700 16px var(--font-display); color: var(--ink); }
.vc-addr { display: flex; margin: 12px 0 8px; color: var(--ink-2); font-size: 14px; }
.vc-species { list-style: none; margin: 10px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 4px; }
.vc-species li { position: relative; width: 32px; height: 32px; border-radius: 11px; display: grid; place-items: center; font-size: 17px; background: color-mix(in srgb, var(--c) 16%, var(--card)); font-family: 'Segoe UI Emoji', 'Apple Color Emoji', 'Noto Color Emoji', sans-serif; }
.vc-species li.on { box-shadow: 0 0 0 2px var(--c); }
.seo .vc-serv { margin-top: 8px; }
.seo .vc-serv .chip { font-size: 12px; }
.vc-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; padding-top: 12px; border-top: 2px dashed var(--line); }
@media (max-width: 520px) { .vc-kind { width: 46px; height: 46px; font-size: 22px; } .vc-actions .btn { flex: 1 1 auto; } }

.s-pager { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin: 22px 0 6px; font-weight: 700; color: var(--ink-2); }
.s-note { display: flex; gap: 6px; margin-top: 20px; padding: 12px 16px; border-radius: 16px; background: var(--card-2); border: 2px dashed var(--line-2); color: var(--ink-2); font-size: 13.5px; }

/* ---------- /clinica/:slug ---------- */
.clinic { padding-top: 10px; }
.cl-hero { position: relative; overflow: hidden; display: flex; gap: 22px; align-items: flex-start; padding: clamp(18px, 3vw, 32px); border-radius: var(--radius-lg); background: var(--card); border: 2px solid var(--line); box-shadow: var(--shadow); }
.cl-hero::after { content: ''; position: absolute; right: -26px; top: -30px; width: 170px; height: 170px; background: var(--bg-2); -webkit-mask: var(--s-paw) center / contain no-repeat; mask: var(--s-paw) center / contain no-repeat; transform: rotate(24deg); pointer-events: none; }
.cl-hero-main { position: relative; z-index: 1; min-width: 0; flex: 1; }
.cl-badge { position: relative; z-index: 1; flex: none; width: 78px; height: 78px; border-radius: 26px; display: grid; place-items: center; font-size: 38px; background: linear-gradient(135deg, var(--sun-soft), var(--brand-soft)); transform: rotate(-6deg); box-shadow: 0 5px 0 var(--line-2); font-family: 'Segoe UI Emoji', 'Apple Color Emoji', 'Noto Color Emoji', sans-serif; }
.cl-hero h1 { font-size: clamp(28px, 4vw, 46px); font-weight: 700; margin-bottom: 8px; }
.cl-rating { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin: 0 0 12px; font-size: 15px; color: var(--ink-2); }
.seo .cl-rating .paws { --s: 20px; }
.cl-rating b { font: 700 20px var(--font-display); color: var(--ink); }
.cl-rating a { font-weight: 700; }
.cl-ctas { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 16px; margin-top: 18px; }
@media (max-width: 600px) { .cl-hero { flex-direction: column; gap: 12px; } .cl-badge { width: 60px; height: 60px; font-size: 30px; border-radius: 20px; } .cl-ctas .btn { width: 100%; } }

.cl-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 18px; margin-top: 18px; align-items: start; }
.cl-col { display: flex; flex-direction: column; gap: 18px; min-width: 0; }
@media (max-width: 860px) { .cl-grid { grid-template-columns: minmax(0, 1fr); } }
.cl-addr { font-weight: 700; margin-bottom: 12px; }
.cl-links { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 12px 0 0; font-weight: 700; font-size: 14px; }
.cl-links a { display: inline-flex; align-items: center; }
.team { margin: 0; padding-left: 20px; }
.team li { margin: 4px 0; }
.claim p { font-size: 14px; color: var(--ink-2); }

.s-map-box { position: relative; margin: 0; max-width: 512px; }
.s-map { position: relative; height: 210px; overflow: hidden; border-radius: 18px; background: var(--bg-2); border: 2px solid var(--line); }
.s-map-tiles { position: absolute; left: calc(50% - var(--gx)); top: calc(50% - var(--gy)); width: 768px; height: 512px; display: grid; grid-template-columns: repeat(3, 256px); grid-auto-rows: 256px; }
.s-map-tiles img { display: block; width: 256px; height: 256px; max-width: none; filter: saturate(.85) sepia(.1); }
[data-theme="dark"] .s-map-tiles img { filter: invert(1) hue-rotate(185deg) brightness(.85) saturate(.6); }
.s-map-pin { position: absolute; left: 50%; top: 50%; width: 40px; height: 40px; margin: -48px 0 0 -20px; display: grid; place-items: center; border-radius: 50% 50% 50% 6px; transform: rotate(-45deg); background: var(--brand); border: 3px solid #fff; box-shadow: 0 6px 12px rgba(0, 0, 0, .25); color: #fff; }
.s-map-pin svg { width: 20px; height: 20px; transform: rotate(45deg); }
.s-map-box figcaption { position: absolute; right: 8px; bottom: 6px; font-size: 11px; line-height: 1.4; background: rgba(255, 255, 255, .88); padding: 1px 6px; border-radius: 6px; }
.s-map-box figcaption a { color: #2A2140; }

.s-hours { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.s-hours th, .s-hours td { padding: 8px 10px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.s-hours th { width: 42%; font-weight: 700; color: var(--ink-2); text-transform: capitalize; }
.s-hours tr.today th, .s-hours tr.today td { background: var(--mint-soft); color: var(--ink); font-weight: 800; border-bottom-color: transparent; }
.s-hours tr.today th { border-radius: 10px 0 0 10px; }
.s-hours tr.today td { border-radius: 0 10px 10px 0; }
.today-tag { display: inline-block; margin-left: 4px; padding: 1px 7px; border-radius: 99px; background: var(--s-ok); color: #fff; font-size: 11px; text-transform: none; vertical-align: 1px; }
[data-theme="dark"] .today-tag { color: #10241c; }
.closed { color: var(--s-muted); }
.cl-now { display: flex; align-items: center; margin: 12px 0 0; font-weight: 700; }

.cl-reviews { margin-top: 18px; }
.rv-wrap { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 26px; align-items: start; }
.rv-summary { position: sticky; top: 90px; display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 18px; border-radius: 22px; background: var(--sun-soft); text-align: center; }
.rv-big { margin: 0; font: 700 48px/1 var(--font-display); }
.seo .rv-summary .paws { --s: 22px; }
.rv-total { margin: 0; font-weight: 700; color: var(--ink-2); }
.rv-bars { list-style: none; margin: 8px 0 12px; padding: 0; width: 100%; display: flex; flex-direction: column; gap: 5px; font-size: 13px; font-weight: 700; }
.rv-bars li { display: grid; grid-template-columns: 44px 1fr 28px; gap: 8px; align-items: center; }
.rv-k .emoji { margin: 0; }
.bar { height: 8px; border-radius: 99px; background: color-mix(in srgb, var(--ink) 12%, transparent); overflow: hidden; }
.bar i { display: block; height: 100%; border-radius: 99px; background: var(--sun-dark); }
.rv-list { list-style: none; margin: 0; padding: 0; }
.rv { padding: 16px 0; border-bottom: 2px dashed var(--line); }
.rv:first-child { padding-top: 0; }
.rv:last-child { border-bottom: 0; }
.rv-head { display: flex; gap: 10px; align-items: flex-start; }
.rv-av { flex: none; width: 40px; height: 40px; border-radius: 14px; display: grid; place-items: center; background: var(--bg-2); font-size: 20px; font-family: 'Segoe UI Emoji', 'Apple Color Emoji', 'Noto Color Emoji', sans-serif; }
.rv-who { flex: 1; min-width: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 2px 8px; }
.rv-meta { flex-basis: 100%; font-size: 13px; color: var(--s-muted); }
.rv-text { margin: 8px 0 0; overflow-wrap: break-word; }
.rv-reply { margin-top: 10px; padding: 10px 14px; border-radius: 16px; border-left: 4px solid var(--brand); background: var(--bg-2); font-size: 14px; }
.rv-reply p { margin: 4px 0 0; overflow-wrap: break-word; }
.rv-more { margin: 16px 0 0; }
.empty-rv { text-align: center; padding: 18px; color: var(--ink-2); }
.empty-rv > span { display: block; font-size: 48px; }
@media (max-width: 760px) { .rv-wrap { grid-template-columns: minmax(0, 1fr); } .rv-summary { position: static; } }

.mini-grid { list-style: none; margin: 0 0 14px; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(min(230px, 100%), 1fr)); gap: 12px; }
.mini-card { display: flex; flex-direction: column; gap: 5px; height: 100%; padding: 14px 16px; border-radius: 18px; background: var(--card); border: 2px solid var(--line); color: var(--ink) !important; font-size: 13.5px; text-decoration: none !important; transition: transform .15s, border-color .15s; }
.mini-card:hover { border-color: var(--brand); transform: translateY(-2px); }
.mini-card b { font: 600 16px/1.25 var(--font-display); }
.mini-card > span { display: flex; align-items: center; gap: 6px; }
.mini-addr { color: var(--s-muted); }

/* ---------- 404 ---------- */
.nf { max-width: 780px; padding-top: 56px; text-align: center; }
.nf-art { display: block; font-size: 84px; line-height: 1.1; font-family: 'Segoe UI Emoji', 'Apple Color Emoji', 'Noto Color Emoji', sans-serif; animation: float 3s ease-in-out infinite; }
.nf h1 { font-size: clamp(28px, 4vw, 44px); margin-top: 12px; }
.nf .lead { margin-inline: auto; }
.nf .s-ctas { justify-content: center; }
.nf-sugg { font-weight: 700; font-size: 16px; }
.nf-top { margin-top: 26px; color: var(--ink-2); }

/* ---------- piè di pagina (come nell'app) ---------- */
.s-foot { margin-top: 64px; padding: 46px 0 24px; background: #2A2140; color: #D9D0F3; }
.s-foot-in { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 26px; }
.s-foot-brand p { margin-top: 14px; max-width: 42ch; color: #B9AEDB; font-size: 14px; }
.s-foot-col { display: flex; flex-direction: column; gap: 8px; font-size: 14px; }
.s-foot-col b { margin-bottom: 2px; color: #fff; font: 600 15px var(--font-display); }
.s-foot a:not(.logo) { color: #D9D0F3; }
.s-legal { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 28px; font-size: 13px; }
.s-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px 16px; margin-top: 14px; padding-top: 14px; border-top: 1px solid rgba(255, 255, 255, .12); color: #B9AEDB; font-size: 13px; }
@media (max-width: 860px) { .s-foot-in { grid-template-columns: repeat(2, minmax(0, 1fr)); } .s-foot-brand { grid-column: 1 / -1; } }
@media (max-width: 480px) { .s-foot-in { grid-template-columns: minmax(0, 1fr); } }

@media print {
  .s-top, .s-foot, .s-aside, .fbar, .s-ctas, .cl-ctas, .vc-actions, .skip, .s-map-box { display: none !important; }
  body.seo { background: #fff; }
}
