.locations-page{background:#f3f7fb;color:#172e42}.locations-shell{width:min(1320px,calc(100% - 40px));margin:auto}.locations-hero{padding:78px 0 72px;background:linear-gradient(120deg,rgba(10,43,62,.97),rgba(32,75,117,.82)),url('../images/strategic-location-map.webp') center/cover;color:#fff}.locations-hero nav{display:flex;gap:9px;align-items:center;margin-bottom:26px;font:600 13px Inter,sans-serif}.locations-hero nav a{color:#fff;text-decoration:none}.locations-hero nav span{color:#cfe4f4}.locations-eyebrow,.directory-heading>span{font:700 12px Inter,sans-serif;letter-spacing:.18em;text-transform:uppercase;color:#bddbf1}.locations-hero h1{margin:12px 0;font:400 clamp(48px,7vw,78px)/.95 'Bebas Neue',sans-serif}.locations-hero p{max-width:720px;margin:0;font:400 17px/1.7 Inter,sans-serif;color:#e5f0f8}.locations-directory{padding:64px 0 90px}.directory-heading{text-align:center;margin:0 auto 28px}.directory-heading>span{color:#486b93}.directory-heading h2{margin:9px 0 8px;font:400 clamp(38px,5vw,58px)/1 'Bebas Neue',sans-serif}.directory-heading p{margin:0;color:#6c8194;font:500 13px Inter,sans-serif}.location-search{width:min(860px,100%);margin:0 auto 13px;display:flex;align-items:center;gap:13px;padding:0 18px;border:1px solid #c9d9e6;border-radius:16px;background:#fff;box-shadow:0 13px 35px rgba(18,51,77,.1);transition:.25s}.location-search:focus-within{border-color:#204b75;box-shadow:0 0 0 4px rgba(32,75,117,.1),0 14px 36px rgba(18,51,77,.11)}.location-search>i{color:#204b75}.location-search input{flex:1;min-width:0;height:58px;border:0;outline:0;background:transparent;font:500 14px Inter,sans-serif;color:#172e42}.location-search button{display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:50%;background:#eef5fb;color:#486b93;cursor:pointer;transition:.2s}.location-search button:hover{background:#204b75;color:#fff;transform:rotate(90deg)}.search-status{text-align:center;margin-bottom:28px;color:#758a9d;font:500 12px Inter,sans-serif}.location-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;align-items:start}.location-tab{min-width:0;border:1px solid #d8e5ee;border-radius:16px;background:#fff;box-shadow:0 9px 28px rgba(22,56,82,.07);overflow:hidden;transition:transform .25s,box-shadow .25s,border-color .25s}.location-tab:hover{transform:translateY(-3px);border-color:#b8d0e2;box-shadow:0 15px 35px rgba(22,56,82,.12)}.location-tab.open{grid-column:1/-1;border-color:#204b75;box-shadow:0 18px 45px rgba(22,56,82,.13)}.location-tab-button{width:100%;min-height:84px;display:grid;grid-template-columns:40px minmax(0,1fr) 24px;align-items:center;gap:12px;padding:15px;border:0;background:#fff;color:#172e42;text-align:left;cursor:pointer}.location-tab.open .location-tab-button{background:linear-gradient(110deg,#0a2b3e,#204b75);color:#fff}.tab-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:11px;background:#eaf2f8;color:#204b75;transition:.25s}.location-tab.open .tab-icon{background:rgba(255,255,255,.14);color:#fff}.tab-copy{display:grid;gap:4px;min-width:0}.tab-copy strong{font:700 14px/1.3 Inter,sans-serif}.tab-copy small{font:500 10px Inter,sans-serif;color:#7890a3}.location-tab.open .tab-copy small{color:#cee1ef}.tab-copy b{font-weight:800}.tab-arrow{font-size:12px;color:#668198;transition:transform .35s}.location-tab.open .tab-arrow{color:#fff;transform:rotate(180deg)}.location-dropdown{display:grid;grid-template-rows:0fr;visibility:hidden;transition:grid-template-rows .42s ease,visibility .42s}.location-tab.open .location-dropdown{grid-template-rows:1fr;visibility:visible}.location-dropdown-inner{min-height:0;overflow:hidden}.area-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:20px;background:#f6f9fc;border-top:1px solid #d8e5ee}.area-item{display:grid;grid-template-columns:34px 1fr;align-items:center;gap:10px;min-height:54px;padding:10px 12px;border:1px solid #dce7ef;border-radius:11px;background:#fff;transition:.2s}.area-item:hover{border-color:#7ea6c6;transform:translateY(-2px);box-shadow:0 8px 18px rgba(22,56,82,.09)}.area-item>span{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:#eaf2f8;color:#204b75;font:800 10px Inter,sans-serif}.area-item p{margin:0;color:#39566d;font:600 12px/1.45 Inter,sans-serif}.location-no-results{text-align:center;padding:55px 20px;color:#6e8497}.location-no-results:not([hidden]){display:block}.location-no-results i{font-size:38px;color:#204b75}.location-no-results h3{margin:13px 0 5px;font:700 20px Inter,sans-serif}.location-no-results p{margin:0;font:500 13px Inter,sans-serif}.area-item[hidden],.location-tab[hidden]{display:none!important}@media(max-width:1050px){.location-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}.area-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.location-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.location-tab.open{grid-column:1/-1}.area-grid{grid-template-columns:1fr}.locations-directory{padding:42px 0 70px}}@media(max-width:520px){.locations-shell{width:calc(100% - 24px)}.locations-hero{padding:58px 0}.locations-hero p{font-size:15px}.locations-directory{padding:32px 0 55px}.location-search{padding:0 13px;border-radius:13px}.location-search input{height:53px;font-size:12px}.location-tabs{grid-template-columns:1fr;gap:10px}.location-tab.open{grid-column:auto}.location-tab-button{min-height:75px;padding:12px}.area-grid{padding:12px}.directory-heading{margin-bottom:22px}}
