/* ---- location / scopri il golfo ---- */
.location{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,6vw,5rem);align-items:center}
.location h2{font-size:clamp(2.2rem,4.5vw,3.4rem);margin-bottom:1.3rem}
.location p{color:var(--muted);margin-bottom:1.1rem}
.calette{list-style:none;margin-top:1.8rem;display:flex;flex-direction:column;gap:.2rem}
.calette li{display:flex;justify-content:space-between;padding:.85rem 0;border-bottom:1px solid var(--hairline);font-size:.98rem}
.calette li span:last-child{color:var(--sea);font-size:.88rem}
.location .col-photo{aspect-ratio:3/4;border-radius:4px;overflow:hidden;background:linear-gradient(150deg,var(--sea),var(--ink))}

@media(max-width:820px){
  .location{grid-template-columns:1fr}
  .location .col-photo{order:-1}
}
