
*{box-sizing:border-box}
:root{
  --blue:#397da9;
  --deep:#123247;
  --ink:#172027;
  --muted:#5f6b73;
  --paper:#f3f5f4;
  --line:#d9dedd;
  --white:#fff;
  --max:1180px;
}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:white;line-height:1.65}
img{display:block;max-width:100%}
a{color:inherit}
.shell{width:min(calc(100% - 44px),var(--max));margin:auto}

.header{
  background:#3875a5;
  border-bottom:1px solid rgba(255,255,255,.18);
  position:sticky;
  top:0;
  z-index:30;
  box-shadow:0 8px 28px rgba(8,31,48,.16);
}
.header-inner{
  min-height:118px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:42px;
  padding:10px 0;
}
.brand{
  display:flex;
  align-items:center;
  flex:0 0 auto;
  line-height:0;
}
.brand img{
  width:236px;
  height:auto;
  display:block;
}
.nav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.055em;
  text-transform:uppercase;
}
.nav a{
  position:relative;
  text-decoration:none;
  color:#fff;
  padding:11px 14px;
  border-radius:4px;
  opacity:.94;
  transition:background-color .18s ease, opacity .18s ease;
}
.nav a:hover{
  background:rgba(255,255,255,.12);
  opacity:1;
}

.hero{position:relative;min-height:690px;display:flex;align-items:flex-end;overflow:hidden}
.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,20,30,.76),rgba(7,20,30,.15) 62%,rgba(7,20,30,.08))}
.hero-content{position:relative;z-index:2;padding-bottom:78px;color:white}
.hero-copy{max-width:850px}
.kicker,.eyebrow{font-size:12px;letter-spacing:.18em;font-weight:700;margin:0 0 18px;color:var(--blue)}
.kicker{color:#cfe8f7}
.hero h1,h2{font-family:Montserrat,Inter,sans-serif;line-height:1.05;letter-spacing:-.03em;margin:0}
.hero h1{font-size:clamp(52px,7.4vw,92px);max-width:900px}
.lead{font-size:clamp(20px,2.4vw,29px);line-height:1.35;max-width:730px;color:#edf5f8;margin:22px 0 0}

.intro{padding:105px 0 95px}
.intro-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:85px}
h2{font-size:clamp(38px,5vw,58px)}
.copy{font-size:17px;color:#44515a}
.copy p:first-child{margin-top:0}
.stats{margin-top:70px;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.stats div{padding:30px 22px 28px;border-right:1px solid var(--line)}
.stats div:last-child{border-right:0}
.stats strong{display:block;font:700 clamp(34px,4vw,50px)/1 Montserrat,sans-serif;color:var(--blue)}
.stats span{display:block;margin-top:9px;font-size:13px;color:var(--muted)}

.photo-strip{height:540px;overflow:hidden}
.photo-strip img{width:100%;height:100%;object-fit:cover;object-position:center 58%}

.environment{background:var(--paper);padding:110px 0}
.env-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:85px;align-items:center}
.env-image.tall img{width:100%;height:690px;object-fit:cover}
.env-copy p:not(.eyebrow){font-size:17px;color:#46545d}
.env-gallery{display:grid;grid-template-columns:1fr 1fr;gap:26px;margin-top:70px}
figure{margin:0}
.env-gallery img{width:100%;height:340px;object-fit:cover}
figcaption{font-size:12px;color:#6d777e;padding-top:10px}

.business{padding:110px 0}
.business-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.business-copy p:not(.eyebrow){font-size:17px;color:#46545d}
.business-image img{width:100%;height:500px;object-fit:cover}

.location{padding:110px 0;background:#0f2838;color:white}
.location .eyebrow{color:#8ec3e5}
.location-head{display:grid;grid-template-columns:.9fr 1.1fr;gap:85px}
.location .copy{color:#d3dee5}
.compact{max-width:650px}
.map-wrap{
  margin-top:55px;
}
.map-frame{
  position:relative;
  height:520px;
  overflow:hidden;
  background:#d8dee1;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 22px 60px rgba(0,0,0,.22);
}
.map-frame iframe{
  width:100%;
  height:100%;
  border:0;
  display:block;
  pointer-events:none;
  filter:saturate(.92) contrast(.97);
}
.map-pin{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-100%);
  display:flex;
  flex-direction:column;
  align-items:center;
  pointer-events:none;
  filter:drop-shadow(0 3px 5px rgba(0,0,0,.32));
}
.pin-label{
  order:-1;
  display:block;
  white-space:nowrap;
  margin-bottom:8px;
  padding:8px 12px;
  background:#fff;
  color:#16384f;
  border-radius:4px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.015em;
}
.pin-dot{
  position:relative;
  display:block;
  width:28px;
  height:28px;
  background:#3875a5;
  border:4px solid #fff;
  border-radius:50% 50% 50% 0;
  transform:rotate(-45deg);
}
.pin-dot:after{
  content:"";
  position:absolute;
  width:6px;
  height:6px;
  left:7px;
  top:7px;
  border-radius:50%;
  background:#fff;
}
.map-open{
  position:absolute;
  right:16px;
  bottom:16px;
  z-index:3;
  padding:10px 13px;
  background:rgba(255,255,255,.96);
  color:#18384e;
  border-radius:4px;
  text-decoration:none;
  font-size:12px;
  font-weight:700;
  box-shadow:0 4px 14px rgba(0,0,0,.18);
}
.map-open:hover{
  background:#fff;
}

.contact{background:var(--blue);color:white;padding:90px 0}
.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:start}
.eyebrow.light{color:#d7edf9}
.scheme{font-size:18px;color:#e3f0f7;max-width:600px}
.contact-card{border-left:1px solid rgba(255,255,255,.4);padding-left:38px}
.contact-label{font-size:11px;letter-spacing:.16em;font-weight:700;color:#d7edf9}
.contact-card h3{font:600 26px Montserrat,sans-serif;margin:8px 0 18px}
.contact-card p{color:#edf6fb}
.phone{display:inline-block;margin-top:12px;font:700 30px Montserrat,sans-serif;text-decoration:none}

.closing-image{height:430px;overflow:hidden}
.closing-image img{width:100%;height:100%;object-fit:cover;object-position:center 45%}



@media(max-width:900px){
  .nav{gap:5px}
  .intro-grid,.env-grid,.business-grid,.location-head,.contact-grid{grid-template-columns:1fr;gap:42px}
  .stats{grid-template-columns:1fr 1fr}
  .stats div:nth-child(2){border-right:0}
  .stats div:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .env-image.tall img{height:520px}
  .contact-card{border-left:0;border-top:1px solid rgba(255,255,255,.4);padding:30px 0 0}
}
@media(max-width:680px){
  .shell{width:min(calc(100% - 28px),var(--max))}
  .header{height:auto}
  .header-inner{min-height:92px;padding:8px 0;gap:14px}
  .brand img{width:178px}
  .nav{gap:2px;font-size:10px}
  .nav a{display:block;padding:9px 7px}
  .hero{min-height:570px}
  .hero-content{padding-bottom:52px}
  .intro,.environment,.business,.location,.contact{padding:72px 0}
  .stats{margin-top:50px}
  .photo-strip{height:360px}
  .env-gallery{grid-template-columns:1fr}
  .env-gallery img{height:290px}
  .business-image img{height:370px}
  .map-frame{height:400px}
  .closing-image{height:320px}

}


@media(max-width:520px){
  .header-inner{
    min-height:84px;
    flex-direction:column;
    justify-content:center;
    gap:3px;
    padding:6px 0 7px;
  }
  .brand img{width:168px}
  .nav{
    width:100%;
    justify-content:center;
    font-size:9px;
  }
  .nav a{padding:7px 6px}
  .map-frame{height:340px}
  .pin-label{font-size:10px;padding:7px 9px}
}
