
:root {
  color-scheme: light;
  --azzurro: #0877b9;
  --azzurro-chiaro: #eef7fc;
  --blu: #17435f;
  --testo: #202830;
  --secondario: #5d6b76;
  --bordo: #dce4e9;
  --sfondo: #f5f8fa;
  --verde: #167344;
  --giallo: #a45b00;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--sfondo); color: var(--testo); font-family: Arial, Helvetica, sans-serif; font-size: 17px; line-height: 1.6; }
a { color: #05699f; text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover, a:focus { color: #034d76; }
.skip-link { position: absolute; left: 12px; top: -48px; z-index: 20; padding: 10px 14px; background: var(--blu); color: #fff; border-radius: 6px; }
.skip-link:focus { top: 12px; }
.site-header { background: #fff; border-bottom: 1px solid var(--bordo); }
.header-inner, main, .footer-inner { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 18px 0; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--blu); font-weight: 800; text-decoration: none; }
.brand img { width: 46px; height: 46px; }
.menu-toggle { display: none; min-height: 44px; padding: 8px 12px; border: 1px solid var(--bordo); background: #fff; color: var(--blu); border-radius: 6px; font-weight: 700; }
.nav-list { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; list-style: none; }
.nav-list a { display: inline-block; padding: 8px 10px; border-radius: 6px; color: var(--blu); font-weight: 700; text-decoration: none; }
.nav-list a[aria-current="page"], .nav-list a:hover, .nav-list a:focus { background: var(--azzurro-chiaro); }
main { padding: 30px 0 44px; }
.breadcrumb { margin: 0 0 18px; color: var(--secondario); font-size: .92rem; }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; list-style: none; }
.breadcrumb li::after { content: "/"; margin-left: 6px; color: #8a969f; }
.breadcrumb li:last-child::after { content: ""; margin: 0; }
.breadcrumb [aria-current="page"] { color: var(--testo); font-weight: 700; }
.hero { padding: 34px 0 18px; }
h1 { margin: 0 0 10px; color: var(--blu); font-size: clamp(2rem, 5vw, 3.4rem); line-height: 1.1; }
h2 { margin: 38px 0 16px; padding-bottom: 8px; border-bottom: 2px solid var(--azzurro); color: var(--blu); font-size: 1.55rem; }
h3 { margin: 0 0 8px; color: var(--blu); font-size: 1.14rem; }
.lead { max-width: 780px; color: var(--secondario); font-size: 1.08rem; }
.grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card { padding: 18px; background: #fff; border: 1px solid var(--bordo); border-radius: 8px; }
.card p { margin: 6px 0 0; color: var(--secondario); }
.card .meta, .meta { color: var(--secondario); font-size: .92rem; }
.badge { display: inline-block; padding: 3px 8px; border-radius: 4px; background: var(--azzurro-chiaro); color: var(--blu); font-size: .76rem; font-weight: 800; text-transform: uppercase; }
.badge.active { background: #e9f7ef; color: var(--verde); }
.badge.check { background: #fff4df; color: var(--giallo); }
.search-panel { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 10px; align-items: end; padding: 18px; background: #fff; border: 1px solid var(--bordo); border-radius: 8px; }
label { display: block; color: var(--blu); font-weight: 700; font-size: .92rem; }
input, select, textarea { width: 100%; min-height: 44px; margin-top: 4px; padding: 9px 10px; border: 1px solid #cbd6dc; border-radius: 6px; font: inherit; background: #fff; }
textarea { min-height: 120px; resize: vertical; }
button, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 9px 14px; border: 1px solid var(--azzurro); border-radius: 6px; background: var(--azzurro); color: #fff; font-weight: 800; text-decoration: none; cursor: pointer; }
button.secondary, .button.secondary { background: #fff; color: var(--azzurro); }
.map-panel img { width: 100%; height: auto; border: 1px solid var(--bordo); border-radius: 8px; background: #fff; }
.map-panel iframe { width: 100%; min-height: 460px; border: 1px solid var(--bordo); border-radius: 8px; background: #fff; }
.club-page { display: grid; grid-template-columns: 1fr 300px; gap: 22px; align-items: start; }
.facts { margin: 0; padding: 0; list-style: none; }
.facts li { display: grid; grid-template-columns: 130px 1fr; gap: 12px; padding: 8px 0; border-bottom: 1px solid var(--bordo); }
.facts strong { color: var(--blu); }
.sources li { margin-bottom: 10px; }
.site-footer { background: #fff; border-top: 1px solid var(--bordo); color: var(--secondario); }
.footer-inner { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 22px; padding: 26px 0; }
:focus-visible { outline: 3px solid #77c7f0; outline-offset: 2px; }
@media (max-width: 820px) {
  .header-inner { align-items: flex-start; flex-wrap: wrap; }
  .menu-toggle { display: inline-flex; }
  .site-nav { width: 100%; }
  .nav-list { display: none; margin-top: 10px; }
  .nav-list.is-open { display: grid; }
  .grid, .grid.two, .club-page, .search-panel, .footer-inner { grid-template-columns: 1fr; }
  main { width: min(100% - 24px, 1120px); }
}
