@charset "UTF-8";
:root {
  --ink: #132c3d;
  --muted: #51616b;
  --paper: #f5f8f9;
  --primary: #1ab5fe;
  --secondary: #568044;
  --line: #d6e0e5;
  --serif: Georgia, "Times New Roman", serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
a {
  color: inherit;
  text-underline-offset: 5px;
}
a:focus-visible {
  outline: 3px solid var(--secondary);
  outline-offset: 6px;
}
img,
svg {
  display: block;
  max-width: 100%;
}
.wrap {
  width: min(1280px, calc(100% - 96px));
  margin-inline: auto;
}
.skip-link {
  position: absolute;
  left: 20px;
  top: -100px;
  z-index: 5;
  background: var(--primary);
  padding: 12px;
}
.skip-link:focus {
  top: 12px;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 112px;
  gap: 32px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--secondary);
  font-weight: 800;
  letter-spacing: .5px;
  line-height: 1.2;
  font-size: 20px;
}
.brand img {
  object-fit: cover;
  object-position: 47% 50%;
  flex-shrink: 0;
}
.brand small {
  color: var(--primary);
  display: block;
  font-size: 9px;
  letter-spacing: 1.5px;
  margin-top: 7px;
}
.header nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 13px;
  font-weight: 600;
}
.header nav a {
  text-decoration: none;
}
.header nav a:hover {
  text-decoration: underline;
}
.nav-contact {
  border: 1px solid #a8b0a5;
  padding: 12px 18px;
}
.nav-contact span {
  margin-left: 22px;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 640px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
  padding-bottom: 28px;
}
.hero-copy {
  padding: 40px 20px 0 0;
}
.eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0 0 25px;
  line-height: 1.6;
}
.status-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--secondary);
  margin-right: 8px;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  font-size: clamp(58px, 6.5vw, 92px);
  font-weight: 500;
  letter-spacing: -5px;
  line-height: 1.03;
  margin-bottom: 30px;
}
h1 em {
  font-family: var(--serif);
  font-weight: 400;
  color: var(--secondary);
}
.hero-intro {
  font-size: 16px;
  color: var(--muted);
  max-width: 390px;
  line-height: 1.7;
}
.button {
  display: inline-flex;
  gap: 40px;
  align-items: center;
  text-decoration: none;
  background: var(--primary);
  color: var(--ink);
  padding: 15px 23px;
  font-size: 13px;
  margin-top: 15px;
}
.button:hover {
  background: #78d3ff;
}
.button span {
  color: var(--ink);
  font-size: 21px;
}
.hero-foot {
  display: flex;
  gap: 30px;
  margin-top: 46px;
  font-size: 8px;
  letter-spacing: 1.5px;
  font-weight: 700;
  color: var(--muted);
}
.hero-art {
  background: #164760;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 590px;
  color: var(--primary);
}
.drawing-label {
  position: absolute;
  top: 26px;
  left: 25px;
  right: 25px;
  display: flex;
  justify-content: space-between;
  font-size: 8px;
  letter-spacing: 1.4px;
}
.infrastructure {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}
.art-caption {
  margin-top: auto;
  padding: 28px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 1.5;
  background: linear-gradient(transparent, #164760);
}
.art-caption strong {
  font-size: 30px;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: 0;
}
.art-arrow {
  font-size: 40px;
  font-weight: 300;
}
.focus-strip {
  background: var(--primary);
  margin-top: 20px;
}
.focus-strip .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 22px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
}
.focus-strip i {
  font-style: normal;
  font-size: 23px;
}
.section {
  padding-block: 100px;
}
.about {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
}
.about > .eyebrow {
  padding-top: 13px;
}
h2 {
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.12;
  letter-spacing: -2px;
  font-weight: 500;
  margin-bottom: 30px;
}
.about > div {
  max-width: 740px;
}
.lead {
  font-size: 21px;
  line-height: 1.6;
  max-width: 670px;
}
.about p:not(.eyebrow):not(.lead) {
  color: var(--muted);
  max-width: 630px;
  font-size: 15px;
}
.company-facts {
  display: flex;
  gap: 65px;
  margin-top: 36px;
  border-top: 1px solid var(--line);
  padding-top: 25px;
}
.company-facts span {
  display: block;
  font-size: 9px;
  letter-spacing: 1.6px;
  color: var(--muted);
  margin-bottom: 8px;
}
.company-facts strong {
  font-size: 12px;
  font-weight: 500;
}
.expertise {
  background: #eef3eb;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 42px;
}
.section-heading h2 {
  margin-bottom: 0;
}
.section-heading > p {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 3px;
}
.services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.services article {
  position: relative;
  padding: 30px;
  border: 1px solid #cdd3c5;
}
.services article + article {
  border-left: 0;
}
.service-number {
  font-size: 10px;
  letter-spacing: 1px;
  color: var(--muted);
}
.services svg {
  height: 60px;
  width: 60px;
  stroke: var(--secondary);
  fill: none;
  stroke-width: 1.6;
  margin-block: 35px;
}
.services h3 {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.7px;
  line-height: 1.25;
}
.services p {
  font-size: 14px;
  color: var(--muted);
  max-width: 300px;
  margin-bottom: 35px;
}
.service-tag {
  font-size: 8px;
  letter-spacing: 1.7px;
  font-weight: 700;
}
.projects {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.project {
  border: 1px solid var(--line);
}
.project-top {
  display: flex;
  justify-content: space-between;
  padding: 16px 24px;
  font-size: 9px;
  letter-spacing: 1.4px;
}
.project-graphic {
  height: 220px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  background: #dde3d5;
}
.water-graphic {
  background:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 29px,
      #c9d2be 30px
    ),
    #dde3d5;
}
.water-graphic span {
  height: 170px;
  width: 110px;
  border: 20px solid #1685ba;
  border-bottom: 0;
  border-radius: 90px 90px 0 0;
  transform: rotate(30deg) translateY(50px);
}
.water-graphic span:nth-child(2) {
  transform: rotate(30deg) translateY(0);
  border-color: #1ab5fe;
}
.water-graphic span:nth-child(3) {
  transform: rotate(30deg) translateY(-50px);
  border-color: #93d9fa;
}
.community-graphic {
  background: #e6e0ce;
  gap: 6px;
  align-items: flex-end;
  padding: 30px 40px;
}
.community-graphic span {
  width: 75px;
  height: 95px;
  transform: skewY(-18deg);
  background: #a0ad8d;
  border-right: 18px solid var(--secondary);
  box-shadow: 12px 12px 0 #d2d1bd;
}
.community-graphic span:nth-child(2) {
  height: 150px;
  background: #c4d2a7;
}
.community-graphic span:nth-child(3) {
  height: 120px;
}
.community-graphic span:nth-child(4) {
  height: 165px;
  background: #c4d2a7;
}
.project-body {
  padding: 30px;
}
.project-body .eyebrow {
  font-size: 8px;
  margin-bottom: 14px;
}
.project-body h3 {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.6px;
  max-width: 360px;
}
.project-body p:not(.eyebrow) {
  color: var(--muted);
  font-size: 14px;
  max-width: 360px;
}
.project-body a {
  font-size: 11px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
  text-decoration: none;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}
.project-body a:hover {
  text-decoration: underline;
}
.project-body a span {
  font-size: 20px;
}
.work-note {
  font-size: 11px;
  color: var(--muted);
  margin: 22px 0 0;
}
.contact {
  background: var(--ink);
  color: var(--paper);
}
.contact-layout {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 90px;
}
.contact .eyebrow {
  color: var(--primary);
}
.contact h2 {
  font-size: clamp(36px, 4.4vw, 62px);
}
.contact p:not(.eyebrow) {
  color: #c0cac0;
  max-width: 440px;
  font-size: 14px;
}
.contact-details {
  border-left: 1px solid #49605a;
  padding-left: 60px;
  align-self: center;
}
.contact-symbol {
  display: block;
  color: var(--primary);
  font-size: 45px;
  line-height: 1;
  margin-bottom: 28px;
}
.contact-details h3 {
  font-size: 18px;
  font-weight: 400;
}
.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  min-height: 125px;
}
.footer .brand {
  font-size: 14px;
}
.footer .brand small {
  font-size: 7px;
  letter-spacing: 2px;
}
.footer p,
.footer > a:last-child {
  font-size: 10px;
  color: var(--muted);
  margin: 0;
}
.footer > a:last-child {
  text-decoration: none;
}
@media (min-width: 1500px) {
  .hero {
    min-height: 710px;
  }
  .hero-copy {
    padding-top: 60px;
  }
  .hero-art {
    min-height: 650px;
  }
}
@media (max-width: 1000px) {
  .wrap {
    width: calc(100% - 48px);
  }
  .header nav {
    gap: 18px;
  }
  .hero {
    min-height: 570px;
  }
  .hero-copy {
    padding-top: 28px;
  }
  h1 {
    font-size: 65px;
  }
  .hero-art {
    min-height: 550px;
  }
  .hero-foot {
    flex-direction: column;
    gap: 4px;
    margin-top: 30px;
  }
  .services article {
    padding: 24px;
  }
  .services h3 {
    font-size: 21px;
  }
  .contact-layout {
    gap: 40px;
  }
  .contact-details {
    padding-left: 35px;
  }
  .focus-strip .wrap {
    font-size: 9px;
    letter-spacing: 1px;
  }
}
@media (max-width: 700px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .header {
    min-height: 115px;
    flex-wrap: wrap;
    gap: 20px;
    padding-block: 20px;
  }
  .header .brand {
    font-size: 17px;
  }
  .header nav {
    width: 100%;
    justify-content: space-between;
    font-size: 11px;
    gap: 10px;
  }
  .nav-contact {
    border: 0;
    padding: 0;
  }
  .nav-contact span {
    margin-left: 5px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 0;
    gap: 30px;
  }
  .hero-copy {
    padding-right: 0;
  }
  h1 {
    font-size: clamp(48px, 13vw, 85px);
    letter-spacing: -3px;
  }
  .hero-intro {
    font-size: 15px;
    max-width: 360px;
  }
  .hero-foot {
    flex-direction: row;
    justify-content: space-between;
    font-size: 7px;
    margin-top: 34px;
  }
  .hero-art {
    min-height: 420px;
  }
  .infrastructure {
    object-fit: contain;
  }
  .drawing-label {
    font-size: 7px;
    left: 20px;
    right: 20px;
  }
  .focus-strip {
    margin-top: 0;
  }
  .focus-strip .wrap {
    gap: 10px;
    font-size: 7px;
    letter-spacing: 0.4px;
    padding-block: 16px;
  }
  .focus-strip i {
    font-size: 16px;
  }
  .section {
    padding-block: 64px;
  }
  .about {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .about > .eyebrow {
    padding-top: 0;
  }
  .lead {
    font-size: 19px;
  }
  .company-facts {
    gap: 20px;
    justify-content: space-between;
  }
  .company-facts strong {
    font-size: 11px;
  }
  .section-heading {
    display: block;
    margin-bottom: 30px;
  }
  .section-heading > p {
    margin-top: 22px;
  }
  .services {
    grid-template-columns: 1fr;
  }
  .services article {
    padding: 28px;
  }
  .services article + article {
    border-left: 1px solid #cdd3c5;
    border-top: 0;
  }
  .services svg {
    margin-block: 22px;
  }
  .services p {
    max-width: 100%;
    margin-bottom: 22px;
  }
  .projects {
    grid-template-columns: 1fr;
  }
  .project-body {
    padding: 24px;
  }
  .project-graphic {
    height: 200px;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .contact-details {
    border-left: 0;
    border-top: 1px solid #49605a;
    padding: 30px 0 0;
  }
  .contact-symbol {
    float: right;
  }
  .footer {
    padding-block: 28px;
    flex-wrap: wrap;
    min-height: 140px;
  }
  .footer .brand {
    width: 100%;
  }
  .footer p {
    font-size: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

.contact address {
  font-style: normal;
  color: #c0cac0;
  font-size: 14px;
  margin-bottom: 20px;
}
.contact-links a {
  color: var(--paper);
  font-size: 18px;
  line-height: 1.9;
}
.directions {
  font-size: 11px;
  color: var(--primary);
}
