.location-page{background:radial-gradient(at 92% 0,#b8f2e629,#0000 34%);min-width:0;padding-bottom:64px}.location-page a:focus-visible{outline:3px solid var(--deep-teal);outline-offset:4px}.location-heading{max-width:900px;padding:24px 0 30px}.location-heading h1{letter-spacing:-.035em;white-space:normal;overflow-wrap:anywhere;text-wrap:balance;margin:10px 0 16px;font-size:clamp(1.9rem,4vw,3.4rem)}.location-heading p:not(.eyebrow){color:var(--muted);max-width:680px;font-size:1rem;line-height:1.8}.location-destinations{flex-wrap:wrap;gap:10px;margin:0 0 24px;display:flex}.location-destinations>a{background:var(--surface);border:1px solid var(--line);border-radius:12px;align-items:center;gap:12px;min-width:136px;max-width:100%;min-height:72px;padding:12px 18px;transition:background-color .16s,border-color .16s;display:flex}.location-destinations>a:hover,.location-destinations>a[aria-current=page]{background:var(--soft);border-color:var(--deep-teal)}.location-destinations>a>svg{color:var(--deep-teal);flex-shrink:0}.location-destinations>a>span{min-width:0;display:grid}.location-destinations strong{overflow-wrap:anywhere;font-size:1rem}.location-destinations small{color:var(--muted);font-size:.8rem}.location-regions{gap:38px;display:grid}.location-region{min-width:0}.location-feature{isolation:isolate;border:1px solid var(--line);background:var(--surface);border-radius:16px;min-height:228px;position:relative;overflow:hidden}.location-feature-art{z-index:-2;position:absolute;inset:0 0 0 25%}.location-feature-art img{object-fit:cover;object-position:72% 50%}.location-feature:before{content:"";background:linear-gradient(90deg, var(--surface) 22%, #ffffffed 40%, #ffffff50 69%, #ffffff08);z-index:-1;position:absolute;inset:0}.location-feature-content{max-width:700px;padding:28px}.location-feature-content h1,.location-feature-content h2{overflow-wrap:anywhere;align-items:center;gap:12px;margin:4px 0 14px;font-size:clamp(1.8rem,3.5vw,2.5rem);display:flex}.location-feature-content h1>svg,.location-feature-content h2>svg{flex-shrink:0}.location-feature-content h2 a{align-items:center;min-height:44px;display:inline-flex}.location-feature-content>p:not(.eyebrow){color:var(--muted);max-width:440px;margin-bottom:20px;font-size:1rem}.location-feature-facts{color:var(--ocean-navy);flex-wrap:wrap;gap:10px 20px;display:flex}.location-feature-facts>span{background:#ffffffdb;border-radius:8px;align-items:center;gap:8px;padding:7px 10px;font-size:.85rem;display:inline-flex}.location-grid-heading{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px 16px;margin:22px 0 14px;display:flex}.location-grid-heading h2,.location-grid-heading h3{margin:0;font-size:1.2rem}.location-grid-heading>span{color:var(--muted);font-size:.8rem}.location-sites{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none;display:grid}.location-sites>li{min-width:0}.location-site-card{isolation:isolate;border:1px solid var(--line);background:linear-gradient(110deg, var(--surface) 38%, var(--soft));border-radius:12px;flex-direction:column;height:100%;min-height:130px;padding:16px 16px 44px;transition:border-color .16s,background-color .16s;display:flex;position:relative}.location-site-card:before{content:"";z-index:-1;background:radial-gradient(at 100% 100%,#087e8b24,#0000 70%);border-radius:0 12px 12px 0;width:54%;height:100%;position:absolute;bottom:0;right:0}.location-site-name{overflow-wrap:anywhere;font-size:1.1rem;font-weight:650;line-height:1.45}.location-site-count{color:var(--muted);margin-top:5px;font-size:.85rem}.location-site-water{opacity:.1;color:var(--deep-teal);z-index:-1;position:absolute;bottom:18px;right:16px}.location-site-arrow{background:var(--ocean-navy);width:28px;height:28px;color:var(--surface);border-radius:50%;place-items:center;display:grid;position:absolute;bottom:14px;right:14px}.location-site-card:hover{border-color:var(--deep-teal);background-color:var(--seafoam)}.location-region-more{min-height:44px;color:var(--deep-teal);align-items:center;gap:8px;margin-top:8px;font-weight:600;display:inline-flex}.location-grid-empty{background:var(--soft);color:var(--muted);border-radius:12px;padding:20px}.location-note{border-left:3px solid var(--deep-teal);background:var(--soft);margin-top:32px;padding:20px 24px;line-height:1.8}.location-note h2{margin-top:0;font-size:1rem}.location-note p{color:var(--muted);margin-bottom:0}.location-note a,.location-shops p a{text-decoration:underline}.location-detail-heading{justify-content:space-between;align-items:center;gap:24px;max-width:none;display:flex}.location-detail-heading>div{min-width:0}.location-browse{margin-bottom:36px}.location-shops{border-top:1px solid var(--line);margin-top:40px;padding-top:24px}.location-shops>div{flex-wrap:wrap;gap:12px;display:flex}.location-shops>div a{background:var(--surface);border:1px solid var(--line);border-radius:10px;align-items:center;gap:16px;padding:18px;display:inline-flex}@media (max-width:1050px){.location-sites{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:800px){.location-sites{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:650px){.location-heading{padding:16px 0 22px}.location-feature{padding-bottom:105px}.location-feature-art{height:160px;inset:auto 0 0}.location-feature:before{background:linear-gradient(180deg, var(--surface) 38%, #ffffffed 60%, #fff0 100%)}.location-feature-content{padding:22px 18px 12px}.location-feature-facts{gap:8px}.location-destinations>a{flex:calc(50% - 10px);min-width:0;padding:12px}.location-detail-heading{flex-direction:column;align-items:flex-start;gap:8px}.location-note{padding:18px}.location-page .breadcrumbs{margin-bottom:20px}}@media (max-width:360px){.location-sites{grid-template-columns:minmax(0,1fr)}.location-site-card{min-height:112px}}@media (prefers-reduced-motion:reduce){.location-page a{transition:none}}
