.companyPage{background:#f8faf8}
.companyPage .header{position:absolute;background:#ffffffd9;backdrop-filter:blur(12px)}
.companyHero{position:relative;min-height:560px;padding:170px 8% 95px;display:grid;grid-template-columns:1fr 360px;gap:8%;align-items:center;overflow:hidden;background:linear-gradient(120deg,#f8faf8,#e8f2fb)}
.companyHero:after{content:"";position:absolute;right:-180px;top:-260px;width:720px;height:720px;border:1px solid #75bfff55;border-radius:50%;box-shadow:0 0 0 80px #75bfff12,0 0 0 160px #75bfff0c}
.companyHeroCopy,.companyHeroPanel{position:relative;z-index:2}
.companyHero h1{font-size:62px;line-height:1.2;margin:22px 0}
.companyHero p:not(.kicker){font-size:15px;line-height:2;color:#536176;max-width:650px}
.companyHeroPanel{height:280px;padding:38px;color:#fff;background:linear-gradient(145deg,#071f46,#075db7);box-shadow:0 30px 70px #0a2f5f24}
.companyHeroPanel small{font-size:10px;letter-spacing:2px}
.companyHeroPanel strong{display:block;margin-top:62px;font-size:54px;letter-spacing:-2px}
.companyHeroPanel span{display:block;margin-top:34px;font-size:10px;letter-spacing:1.8px}
.profileSection,.accessSection,.walkSection{display:grid;grid-template-columns:36% 64%;gap:7%;padding:110px 8%;background:#fff}
.profileLead h2,.accessIntro h2,.walkCopy h2,.companyContact h2{font-size:42px;line-height:1.45;margin:20px 0}
.profileLead>p:not(.kicker),.accessIntro>p:not(.kicker),.walkCopy>p:not(.kicker){font-size:13px;line-height:2;color:var(--muted)}
.profileTable{margin:0;border-top:1px solid var(--line)}
.profileTable>div{display:grid;grid-template-columns:135px 1fr;gap:22px;padding:22px 0;border-bottom:1px solid var(--line)}
.profileTable dt{font-size:11px;font-weight:800;color:var(--blue);letter-spacing:1px}
.profileTable dd{margin:0;font-size:14px;line-height:1.9}
.accessSection{background:#edf3f8}
.accessGrid{display:grid;grid-template-columns:1fr 1.15fr;gap:24px}
.routeList{border-top:1px solid #ccd9e6}
.routeList article{display:grid;grid-template-columns:44px 1fr;gap:18px;padding:22px 0;border-bottom:1px solid #ccd9e6}
.routeList article>span{font-size:12px;color:var(--blue);font-weight:800}
.routeList small{font-size:9px;letter-spacing:1.6px;color:var(--muted);font-weight:800}
.routeList h3{font-size:18px;margin:7px 0}
.routeList p{margin:0;font-size:12px;line-height:1.8;color:var(--muted)}
.mapBtn,.companyContactActions a{display:flex;align-items:center;justify-content:space-between;margin-top:24px;padding:17px 21px;color:#fff;background:var(--navy);font-size:13px;font-weight:800}
.mapPanel{min-height:430px;background:#fff;box-shadow:0 20px 55px #123b6a12}
.mapPanel iframe{width:100%;height:100%;min-height:430px;border:0;display:block}
.walkSection{background:#fff}
.routeGuide{grid-template-columns:30% 70%;background:#f8faf8}
.routeGallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.routeGallery article{background:#fff;border:1px solid var(--line);box-shadow:0 14px 35px #123b6a0d;overflow:hidden}
.routeGallery img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;background:#e8eef5}
.routeGallery article>div{padding:18px 18px 20px}
.routeGallery span{display:inline-grid;place-items:center;width:36px;height:36px;margin-bottom:12px;color:#fff;background:var(--blue);font-size:12px;font-weight:850}
.routeGallery h3{font-size:17px;margin:0 0 8px;color:var(--ink)}
.routeGallery p{margin:0;font-size:12px;line-height:1.8;color:var(--muted)}
.companyContact{padding:110px 8%;text-align:center;color:#fff;background:linear-gradient(135deg,#061d42,#073a78)}
.companyContact .kicker{justify-content:center;color:#75bfff}
.companyContactActions{display:grid;grid-template-columns:repeat(2,minmax(0,240px));justify-content:center;gap:14px;margin-top:35px}
.companyContactActions a{margin:0;background:#fff;color:var(--navy)}
@media(max-width:960px){
 .companyHero,.profileSection,.accessSection,.walkSection,.routeGuide{grid-template-columns:1fr;gap:42px}
 .companyHero{padding-top:145px}
 .companyHeroPanel{max-width:420px}
 .accessGrid{grid-template-columns:1fr}
 .routeGallery{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
 .companyHero{min-height:auto;padding:125px 6% 70px}
 .companyHero h1{font-size:42px}
 .companyHeroPanel{height:220px;padding:28px}
 .companyHeroPanel strong{font-size:42px;margin-top:42px}
 .profileSection,.accessSection,.walkSection,.companyContact{padding:75px 6%}
 .profileLead h2,.accessIntro h2,.walkCopy h2,.companyContact h2{font-size:31px}
 .profileTable>div{grid-template-columns:95px 1fr;gap:14px}
 .accessGrid{gap:18px}
 .mapPanel,.mapPanel iframe{min-height:320px}
 .companyContactActions{grid-template-columns:1fr}
 .routeGallery{grid-template-columns:1fr}
 .routeGallery article>div{padding:16px}
 .routeGallery h3{font-size:16px}
}
