.location-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}.location-card{display:flex;flex-direction:column;align-items:flex-start;border:1px solid var(--line);padding:40px}.location-city{display:flex;align-items:center;gap:10px;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:var(--muted);margin-bottom:26px}.location-city svg{width:18px;height:18px;color:var(--ink)}.location-card h3{font-size:24px;font-weight:800;letter-spacing:-.7px;text-transform:uppercase;margin-bottom:22px}.location-card address{font-style:normal;font-size:14px;line-height:1.8}.location-hours{color:var(--muted);font-size:13px;line-height:1.8;margin-top:16px}.location-phone{font-size:14px;margin:12px 0 0;padding-block:5px}.location-phone:hover{text-decoration:underline;text-underline-offset:4px}.location-actions{display:flex;flex-wrap:wrap;align-items:center;gap:24px;padding-top:34px;margin-top:auto}.location-actions .text-link{margin:0;padding-block:16px}.location-dialog{width:min(900px,calc(100% - 32px));max-width:none;max-height:calc(100dvh - 32px);padding:36px;background:#fff;color:var(--ink)}.location-map-heading{padding-right:35px;margin-bottom:24px}.location-map-heading h2{font-size:26px;font-weight:800;letter-spacing:-.7px;line-height:1.3;margin-bottom:12px}.location-map-heading p{font-size:13px;color:var(--muted);line-height:1.7}.location-dialog .dialog-close{background:transparent;color:var(--ink)}.location-map-frame{position:relative;height:clamp(240px,50dvh,450px);background:#f6f6f6}.location-map-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.location-map-loading{position:absolute;z-index:1;inset:0;display:grid;place-content:center;padding:28px;text-align:center;font-size:13px;line-height:1.8;background:#f6f6f6;pointer-events:none}.location-map-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:14px;padding-top:22px}.location-map-footer .text-link{margin:0}.location-map-footer button{background:transparent;font-size:11px;font-weight:600;letter-spacing:1px;color:var(--muted);padding:14px 0}@media(max-width:900px){.location-grid{gap:20px}.location-card{padding:26px}.location-card h3{font-size:21px}}@media(max-width:700px){.location-grid{grid-template-columns:1fr}.location-card{padding:28px 24px}.location-dialog{padding:26px 20px 18px;width:calc(100% - 24px);max-height:calc(100dvh - 24px)}.location-map-heading h2{font-size:22px}.location-map-heading .eyebrow{font-size:9px}.location-map-frame{height:clamp(220px,45dvh,400px)}}
