
:root{
  --navy:#061d35;
  --navy-2:#082b4c;
  --navy-3:#0a365d;
  --lime:#b6d80f;
  --lime-deep:#9fbd00;
  --white:#ffffff;
  --paper:#f7f5ef;
  --ink:#071d34;
  --muted:#64707b;
  --line:rgba(255,255,255,.12);
  --shadow:0 22px 54px rgba(0,15,35,.14);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color:var(--ink);
  background:white;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
.page-shell{width:min(1400px, calc(100% - 70px));margin-inline:auto}
.dark-section{background:var(--navy);color:#fff}
.section-kicker{
  display:inline-block;
  font-size:12px;
  font-weight:900;
  letter-spacing:.18em;
  color:#0b6b98;
  margin-bottom:22px;
}
.lime-text{color:var(--lime)}
.dot{color:var(--lime)}
em{font-style:normal;color:var(--lime)}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{letter-spacing:-.045em}
p{line-height:1.55}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:52px;
  padding:0 24px;
  border-radius:999px;
  font-weight:850;
  border:1px solid transparent;
  cursor:pointer;
  transition:.2s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn.lime{background:var(--lime);color:#071d34;box-shadow:0 8px 28px rgba(182,216,15,.18)}
.btn.outline{border-color:rgba(255,255,255,.55);color:white;background:transparent}
.btn.navy{background:var(--navy);color:white}
.accent-line{
  width:100%;
  height:1px;
  margin:20px 0 24px;
  background:linear-gradient(90deg,var(--lime),rgba(182,216,15,.15) 70%,transparent);
  position:relative;
}
.accent-line:after{
  content:"";
  width:7px;height:7px;border-radius:50%;
  background:var(--lime);
  position:absolute;right:8%;top:-3px;
  box-shadow:0 0 16px var(--lime);
}

/* header */
.site-header{
  height:118px;
  background:#fff;
  position:sticky;
  top:0;
  z-index:50;
  border-bottom:1px solid rgba(5,30,50,.08);
  overflow:visible;
}
.nav-shell{
  width:min(1540px, calc(100% - 50px));
  height:100%;
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  position:relative;
  overflow:visible;
}
.brand{
  position:absolute;
  left:4px;
  top:10px;
  z-index:12;
  width:270px;
  height:96px;
  display:flex;
  align-items:flex-start;
  pointer-events:auto;
}
.brand img{
  width:255px;
  height:92px;
  object-fit:contain;
  object-position:left top;
  filter: drop-shadow(0 4px 10px rgba(6,29,53,.10));
}
.main-nav{
  display:flex;
  align-items:center;
  gap:36px;
  font-size:15px;
  font-weight:750;
}
.main-nav a:not(.nav-cta):hover{color:var(--lime-deep)}
.nav-cta{
  background:var(--lime);
  color:#071d34;
  border-radius:999px;
  padding:16px 24px;
  font-weight:900;
}
.menu-toggle{display:none}

/* hero */
.hero{padding-top:18px}
.hero-grid{
  display:grid;
  grid-template-columns:.72fr 1.28fr;
  gap:70px;
  align-items:center;
  min-height:520px;
}
.hero-copy{padding:80px 0 42px}
.eyebrow{
  display:inline-block;
  color:var(--lime);
  letter-spacing:.16em;
  font-weight:900;
  font-size:11px;
  margin-left:105px;
}
.hero h1{
  font-size:clamp(64px,7vw,102px);
  line-height:.82;
  margin:42px 0 0;
}
.hero h1 em{display:inline-block}
.hero-copy>p{font-size:18px;max-width:650px;color:#e9f0f4}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:28px}
.micro-services{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  margin-top:36px;
  max-width:700px;
}
.micro-services>div{
  border-right:1px solid rgba(182,216,15,.45);
  padding:0 18px;
  display:flex;
  align-items:flex-start;
  gap:10px;
}
.micro-services>div:first-child{padding-left:0}
.micro-services>div:last-child{border-right:0}
.micro-services b{color:var(--lime);font-size:28px;line-height:1}
.micro-services span{font-size:12px;line-height:1.35;color:#f0f5f7}
.hero-art{
  margin-top:4px;
  border-radius:30px;
  overflow:hidden;
  box-shadow:var(--shadow);
}
.hero-art img{width:100%;height:480px;object-fit:cover}
.metrics{
  border-top:1px solid rgba(182,216,15,.55);
  display:grid;
  grid-template-columns:repeat(4,1fr);
  padding:18px 0 24px;
}
.metric{
  display:flex;
  gap:18px;
  align-items:center;
  justify-content:center;
  border-right:1px solid rgba(255,255,255,.24);
}
.metric:last-child{border-right:0}
.metric-icon{font-size:46px;color:var(--lime)}
.metric strong{display:block;font-size:28px;font-weight:650}
.metric small{display:block;color:#e6edf1;line-height:1.35}

/* statement */
.statement{background:var(--paper);padding:42px 0 48px}
.statement-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:100px;
  align-items:center;
}
.statement h2{font-size:54px;line-height:.98;margin:0}
.statement p{font-size:17px;max-width:620px}

/* sections */
.services,.starlink,.coverage,.projects{padding:88px 0}
.section-heading h2,
.project-heading h2{font-size:clamp(48px,5.2vw,78px);line-height:.96;margin:0 0 48px}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.service-card{
  border-radius:24px;
  overflow:hidden;
  padding:30px;
  min-height:600px;
  display:flex;
  flex-direction:column;
  border:1px solid rgba(182,216,15,.35);
}
.light-card{background:#fff;color:var(--ink)}
.featured-card{background:linear-gradient(160deg,#0b355c,#061d35);color:#fff}
.number{font-weight:900;color:var(--lime-deep);font-size:19px;margin-bottom:20px}
.service-card img{width:100%;height:190px;object-fit:cover;border-radius:20px;margin-bottom:22px}
.service-card h3{font-size:30px;line-height:1.05;margin:0 0 16px}
.service-card p{font-size:16px;color:#67717c}
.featured-card p{color:#edf3f6}
.service-card a{margin-top:auto;font-weight:900;font-size:15px}
.service-card a span{color:var(--lime-deep);font-size:22px}

/* Starlink */
.split-layout{display:grid;grid-template-columns:.92fr 1.08fr;gap:70px;align-items:center}
.starlink-copy h2{font-size:clamp(56px,5.6vw,88px);line-height:.93;margin-bottom:28px}
.starlink-copy>p{font-size:18px;max-width:650px;color:#e7eef2}
.rounded-photo{border-radius:32px;overflow:hidden}
.rounded-photo img{width:100%;height:600px;object-fit:cover}
.feature-row{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  margin-top:38px;
}
.feature-row>div{
  border-right:1px solid rgba(255,255,255,.2);
  padding:0 20px;
}
.feature-row>div:first-child{padding-left:0}
.feature-row>div:last-child{border-right:0}
.feature-row span{display:block;color:var(--lime);font-size:28px;margin-bottom:10px}
.feature-row small{line-height:1.35;color:#eef4f7}

/* coverage */
.coverage-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:40px;align-items:center}
.coverage h2{font-size:clamp(52px,5.4vw,82px);line-height:.92;margin-bottom:26px}
.coverage p{font-size:16px;color:#e8eff3;max-width:620px}
.location-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:26px}
.location-grid>div{
  border:1px solid rgba(255,255,255,.15);
  padding:15px 16px;
  border-radius:16px;
  background:rgba(255,255,255,.02);
}
.location-grid strong{display:block;font-size:14px;margin-bottom:5px}
.location-grid strong::first-letter{color:var(--lime)}
.location-grid span{font-size:12px;color:#d8e2e8;line-height:1.35}
.compact-actions{margin-top:18px}
.network-note{font-size:12px!important;color:#dce8ed!important;margin-top:20px}
.map-frame{border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}
.map-frame img{width:100%;height:640px;object-fit:cover}

/* projects */
.project-heading{max-width:1100px}
.project-heading h2{margin-bottom:18px}
.project-heading>p{font-size:16px;color:#e5edf1;max-width:900px}
.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:36px}
.project-card{background:#fff;color:var(--ink);border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}
.project-card img{width:100%;height:230px;object-fit:cover}
.project-body{padding:25px 28px 28px}
.project-body h3{font-size:28px;margin-bottom:13px}
.project-body h3 span{color:var(--lime-deep)}
.project-body p{color:#6b737b;min-height:105px}
.project-body a{font-weight:900}
.project-body a span{color:var(--lime-deep);font-size:22px}
.project-note{color:#e5edf1;margin-top:20px;font-size:13px}

/* about */
.about{background:#fff}
.about-layout{display:grid;grid-template-columns:1fr 1.12fr;gap:42px;align-items:center}
.about-copy{padding:92px 70px 70px 0}
.about-copy h2{font-size:clamp(48px,4.8vw,72px);line-height:.95;margin-bottom:28px}
.about-copy>p{font-size:17px;color:#58636d;max-width:680px}
.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:40px 0}
.value-grid>div{padding:0 24px;border-right:1px solid #dde2e5}
.value-grid>div:first-child{padding-left:0}
.value-grid>div:last-child{border-right:0}
.value-icon{font-size:32px;color:var(--lime-deep);display:block;margin-bottom:12px}
.value-grid strong{display:block;margin-bottom:8px}
.value-grid small{display:block;color:#6b747d;line-height:1.55}
.whale-photo{overflow:hidden;border-radius:34px;background:#eef3f6;align-self:center}
.whale-photo img{width:100%;height:auto;display:block;object-fit:contain;object-position:center center}
.about-strip{background:var(--navy);color:white;padding:28px 0}
.about-strip strong{color:var(--lime)}

/* contact */
.contact{padding:74px 0 60px}
.contact-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:70px;align-items:center}
.contact-copy h2{font-size:clamp(52px,5.5vw,82px);line-height:.92;margin-bottom:24px}
.contact-copy>p{font-size:16px;color:#e4edf1;max-width:520px}
.contact-list{margin-top:30px}
.contact-list>div{display:flex;gap:16px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.12)}
.contact-list>div>span{width:44px;height:44px;border:1px solid rgba(182,216,15,.45);border-radius:50%;display:grid;place-items:center;color:var(--lime);font-size:20px}
.contact-list p{margin:0;color:#fff}
.contact-list strong{display:block;margin-bottom:4px}
.contact-list a{display:block;color:#fff}
.contact-form{
  padding:38px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:28px;
  background:linear-gradient(145deg,#0a3155,#06213b);
}
.form-title{display:flex;gap:18px;align-items:center;margin-bottom:30px}
.form-title>span{width:58px;height:58px;border:1px solid rgba(255,255,255,.18);border-radius:50%;display:grid;place-items:center;color:var(--lime);font-size:26px}
.form-title strong{display:block;font-size:21px}
.form-title small{display:block;margin-top:5px;color:#dbe5ea}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 22px}
.contact-form label{display:flex;flex-direction:column;gap:8px;font-size:13px;font-weight:750}
.contact-form input,.contact-form textarea{
  width:100%;
  color:#fff;
  background:#061d35;
  border:1px solid rgba(255,255,255,.22);
  border-radius:10px;
  padding:14px 16px;
  outline:none;
}
.contact-form input:focus,.contact-form textarea:focus{border-color:var(--lime)}
.contact-form>label{margin-top:20px}
.form-footer{margin-top:22px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.form-footer small{color:#d8e4ea}

/* footer */
footer{background:#fff;border-top:1px solid #e1e5e8}
.footer-grid{min-height:110px;display:grid;grid-template-columns:180px 1fr auto;align-items:center;gap:30px}
.footer-logo img{width:145px;height:90px;object-fit:contain}
footer nav{display:flex;justify-content:center;gap:22px;font-size:12px;font-weight:800}
footer small{color:#69737b}

/* responsive */
@media(max-width:1100px){
  .site-header{height:96px}
  .brand{width:220px;height:84px;top:8px;left:2px}
  .brand img{width:206px;height:80px}
  .main-nav{gap:20px;font-size:13px}
  .nav-cta{padding:13px 18px}
  .hero-grid,.split-layout,.coverage-layout,.contact-layout,.about-layout{grid-template-columns:1fr}
  .hero-copy{padding-top:90px}
  .hero-art img{height:auto}
  .eyebrow{margin-left:0}
  .metrics{grid-template-columns:repeat(2,1fr);gap:20px}
  .metric:nth-child(2){border-right:0}
  .service-grid,.project-grid{grid-template-columns:1fr}
  .service-card{min-height:unset}
  .statement-grid{grid-template-columns:1fr;gap:28px}
  .map-frame img,.rounded-photo img{height:auto}
  .about-copy{padding-right:0}
  .whale-photo img{min-height:0}
}
@media(max-width:820px){
  .page-shell{width:min(100% - 34px, 700px)}
  .nav-shell{width:calc(100% - 28px)}
  .brand{width:186px;height:72px;left:2px;top:8px}
  .brand img{width:174px;height:68px}
  .menu-toggle{
    display:block;
    margin-left:auto;
    border:0;
    background:var(--navy);
    color:#fff;
    width:44px;height:44px;border-radius:12px;
    font-size:22px;
  }
  .main-nav{
    display:none;
    position:absolute;
    right:0;top:78px;
    flex-direction:column;
    align-items:stretch;
    width:min(330px,90vw);
    padding:24px;
    border-radius:20px;
    background:white;
    box-shadow:var(--shadow);
  }
  .main-nav.open{display:flex}
  .hero h1{font-size:62px}
  .hero-copy{padding-top:78px}
  .micro-services,.feature-row,.location-grid,.value-grid,.form-grid{grid-template-columns:1fr 1fr}
  .micro-services>div,.feature-row>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.14);padding:14px 8px}
  .metrics{grid-template-columns:1fr}
  .metric{border-right:0;border-bottom:1px solid rgba(255,255,255,.14);padding:12px 0}
  .statement h2{font-size:44px}
  .section-heading h2,.project-heading h2{font-size:52px}
  .about-copy h2,.contact-copy h2,.coverage h2,.starlink-copy h2{font-size:54px}
  .whale-photo{border-radius:24px}
  .form-footer{flex-direction:column;align-items:flex-start}
  .footer-grid{grid-template-columns:1fr;text-align:center;padding:20px 0}
  footer nav{flex-wrap:wrap}
  .footer-logo{margin:auto}
}
@media(max-width:520px){
  .hero h1{font-size:50px}
  .micro-services,.feature-row,.location-grid,.value-grid,.form-grid{grid-template-columns:1fr}
  .service-card{padding:22px}
  .contact-form{padding:24px}
}
