/* Location-aware homepage layer: local discovery with a calm, optional permission flow. */
.location-home-module{max-width:1200px;margin:0 auto;padding:clamp(2.8rem,6vw,5.5rem) 1rem 1rem}.location-home-head{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin-bottom:1.2rem}.location-home-head h2{font-family:Georgia,serif;font-size:clamp(2rem,4vw,3.35rem);letter-spacing:-.045em;line-height:1.06;margin:.55rem 0 .7rem}.location-home-head p{max-width:610px;color:var(--muted);line-height:1.6;margin:0}.location-controls{display:flex;align-items:end;gap:.55rem;flex-wrap:wrap;justify-content:flex-end}.location-control{display:flex;flex-direction:column;gap:.35rem;color:var(--muted);font-size:.76rem;font-weight:800}.location-control select{min-height:44px;border:1px solid var(--line);background:#fff;border-radius:12px;padding:.65rem .75rem;color:var(--ink);font-weight:750}.location-status{padding:.85rem 1rem;border:1px solid rgba(15,118,110,.16);border-radius:14px;background:#f1faf8;color:#315c67;font-size:.9rem;line-height:1.45}.location-recommendations{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1rem}.location-place-card{min-height:250px;border-radius:20px;overflow:hidden;background:linear-gradient(145deg,#0b4a68,#0f766e);background-size:cover;background-position:center;color:#fff;position:relative}.location-place-copy{height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:1.1rem;background:linear-gradient(0deg,rgba(3,28,43,.94),rgba(3,28,43,.06) 78%)}.location-place-copy h3{font-family:Georgia,serif;font-size:1.45rem;margin:.35rem 0 .25rem;line-height:1.08}.location-place-copy p{color:#d8e9ee;margin:0;font-size:.85rem;line-height:1.4;min-height:2.35em}.location-place-type{font-size:.75rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase;color:#86f0dc;margin-top:.7rem}.location-place-meta{display:flex;gap:.75rem;flex-wrap:wrap;margin:.65rem 0 .8rem;color:#d8e9ee;font-size:.78rem}.location-place-copy .btn{min-height:40px;padding:.65rem .9rem}.location-empty{grid-column:1/-1;padding:1.5rem;border:1px dashed var(--line);border-radius:18px;background:#fff}.location-empty strong{display:block;font-family:Georgia,serif;font-size:1.2rem;margin-bottom:.25rem}.location-empty p{color:var(--muted);margin:.25rem 0 1rem}.location-privacy,.location-attribution{color:#718993;font-size:.78rem;line-height:1.45;margin:.8rem 0 0}.location-attribution a{color:var(--teal);font-weight:800}.location-attribution{margin-top:.35rem}@media(max-width:920px){.location-home-head{align-items:start;flex-direction:column}.location-controls{justify-content:flex-start}.location-recommendations{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.location-home-module{padding-top:2.6rem}.location-controls{display:grid;grid-template-columns:1fr 1fr;width:100%;align-items:stretch}.location-controls>#locationV1Use{grid-column:1/-1;width:100%}.location-control select{width:100%}.location-recommendations{grid-template-columns:1fr}.location-place-card{min-height:230px}}
