
/* V15 district identity system: original landmark-tech artwork, no stock imagery. */
.location-tech-art{position:relative;margin:-.65rem -.65rem 1.35rem;border-radius:24px;overflow:hidden;border:1px solid rgba(7,93,226,.16);background:#071225;box-shadow:0 18px 42px rgba(4,35,88,.14)}
.location-tech-art img{display:block;width:100%;height:auto;aspect-ratio:5/3;object-fit:cover}
.location-tech-art figcaption{position:absolute;left:14px;right:14px;bottom:12px;padding:8px 11px;border:1px solid rgba(255,255,255,.13);border-radius:12px;background:rgba(3,14,36,.72);backdrop-filter:blur(8px);color:rgba(255,255,255,.78);font-size:.68rem;line-height:1.45}
.location-identity-section{position:relative;overflow:hidden;background:#fff}
.location-identity-section:before{content:"";position:absolute;right:-180px;top:-220px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(7,141,255,.12),transparent 68%);pointer-events:none}
.location-identity-head{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);gap:42px;align-items:end}
.location-identity-head h2{margin-top:12px;font-size:clamp(2.25rem,4vw,4.3rem);letter-spacing:-.045em;line-height:1.04}
.location-identity-head p{color:#586b83;font-size:1.02rem;line-height:1.8}
.location-identity-grid{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:34px}
.location-identity-card{min-height:245px;padding:24px;border:1px solid #dce8f7;border-radius:25px;background:linear-gradient(145deg,#fff,#f7fbff);box-shadow:0 15px 38px rgba(4,35,88,.06)}
.location-identity-card span{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,#0755d9,#079cff);color:#fff;font-size:.76rem;font-weight:950;box-shadow:0 12px 24px rgba(7,93,226,.2)}
.location-identity-card h3{margin-top:24px;font-size:1.18rem}.location-identity-card p{margin-top:10px;color:#5b6d83;line-height:1.7}
@media(max-width:900px){.location-identity-head{grid-template-columns:1fr}.location-identity-grid{grid-template-columns:1fr 1fr}.location-tech-art{max-width:680px;margin-inline:auto;margin-bottom:1.35rem}}
@media(max-width:620px){.location-identity-grid{grid-template-columns:1fr}.location-identity-card{min-height:0}.location-tech-art figcaption{position:static;border:0;border-radius:0;background:#071225}}
