:root {
  --ink: #071a2c;
  --navy: #071d31;
  --sand: #c7a66a;
  --cream: #f4f0e7;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
.wrap {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}
.nav {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 5;
  border-bottom: 1px solid #ffffff2e;
}
.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 13px;
  letter-spacing: 0.22em;
  font-weight: 700;
}
.brand-mark {
  width: 36px;
  height: 36px;
  border: 1px solid var(--sand);
  display: grid;
  place-items: center;
  color: var(--sand);
  font-size: 10px;
  letter-spacing: 0.05em;
}
.nav-links {
  display: flex;
  gap: 38px;
  font-size: 13px;
  color: #d6dde3;
}
.nav-links a:hover {
  color: white;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 16px 22px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  transition: 0.25s;
}
.button-light {
  border: 1px solid #ffffff66;
  color: #fff;
}
.button-light:hover {
  background: white;
  color: var(--ink);
}
.button-gold {
  background: var(--sand);
  color: var(--ink);
}
.button-gold:hover {
  background: #dcc28e;
}
.button-dark {
  background: var(--ink);
  color: white;
}
.hero {
  min-height: 760px;
  color: #fff;
  background:
    linear-gradient(90deg, #051626fa 0%, #051626dc 48%, #05162640 100%),
    url("hero.jpg") center/cover;
}
.hero-inner {
  padding-top: 88px;
}
.eyebrow,
.section-label {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
}
.eyebrow {
  color: #d4bd8c;
  display: flex;
  align-items: center;
  gap: 12px;
}
.eyebrow span {
  display: block;
  width: 28px;
  height: 1px;
  background: var(--sand);
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
.hero h1 {
  font-family: Georgia, serif;
  font-size: clamp(60px, 7vw, 104px);
  line-height: 0.88;
  letter-spacing: -0.045em;
  margin: 28px 0 30px;
  max-width: 820px;
  font-weight: 400;
}
.hero h1 em,
.intro h2 em,
.section-head h2 em,
.investment-title h2 em,
.why h2 em,
.cta h2 em,
.contact-intro h1 em {
  color: var(--sand);
  font-weight: 400;
}
.hero-inner > p {
  max-width: 570px;
  color: #bdc7cf;
  font-size: 17px;
  line-height: 1.75;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 38px;
  margin-top: 36px;
}
.text-link {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.text-link span {
  margin-left: 10px;
}
.hero-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 62px;
  color: #8f9ba5;
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.hero-meta i {
  width: 4px;
  height: 4px;
  background: var(--sand);
  border-radius: 50%;
}
.intro {
  display: grid;
  grid-template-columns: 1fr 3fr;
  padding-block: 130px;
}
.section-label {
  color: #7b6b50;
}
.intro-copy h2,
.section-head h2,
.investment-title h2,
.why h2,
.cta h2 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: clamp(42px, 5vw, 67px);
  line-height: 1.05;
  letter-spacing: -0.035em;
  margin-bottom: 34px;
}
.intro-copy > p {
  max-width: 700px;
  font-size: 17px;
  line-height: 1.8;
  color: #53616c;
}
.dark-link {
  display: inline-block;
  margin-top: 20px;
  border-bottom: 1px solid #a99a7d;
  padding-bottom: 8px;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.dark-link span {
  margin-left: 30px;
}
.expertise {
  background: var(--navy);
  color: #fff;
  padding: 120px 0;
}
.section-label.light {
  color: #aeb8c0;
}
.section-head {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
.section-head h2 {
  margin-bottom: 60px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #314457;
}
.service-grid article {
  padding: 45px 42px 20px 0;
  min-height: 360px;
  border-right: 1px solid #314457;
}
.service-grid article + article {
  padding-left: 42px;
}
.service-grid article:last-child {
  border-right: 0;
}
.service-icon {
  color: var(--sand);
  font-size: 39px;
  margin: 12px 0 30px;
}
.service-grid h3 {
  font-family: Georgia, serif;
  font-size: 27px;
  line-height: 1.15;
  font-weight: 400;
}
.service-grid p {
  color: #9caab5;
  font-size: 16px;
  line-height: 1.7;
}
.investments {
  padding-block: 130px;
}
.investment-title {
  display: grid;
  grid-template-columns: 2.1fr 1fr;
  gap: 80px;
  align-items: end;
  margin-top: 35px;
}
.investment-title p {
  color: #63707a;
  line-height: 1.75;
  margin-bottom: 42px;
}
.focus-grid {
  display: grid;
  grid-template-columns: 1.2fr 1.2fr 0.8fr;
  gap: 16px;
}
.focus-card {
  height: 430px;
  padding: 36px;
  position: relative;
  overflow: hidden;
}
.focus-card span {
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #d3bf94;
}
.focus-card h3 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 1.05;
  margin: 18px 0;
}
.focus-card p {
  font-size: 13px;
  line-height: 1.6;
}
.image-card {
  display: flex;
  align-items: flex-end;
  color: #fff;
  background-size: cover;
  background-position: center;
}
.image-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 25%, #03121de6);
}
.image-card > div {
  position: relative;
  z-index: 1;
}
.datacenter {
  background-image: url("datacenter.jpg");
}
.commercial {
  background-image:
    linear-gradient(135deg, #051d2f26, #051d2fd9), url("commercial.jpg");
  background-position: center;
}
.data-center-campus {
  background-image: url("data-center-campus.jpg");
  background-position: center;
}
.talent {
  background: #e8e0d1;
  padding: 130px 0;
}
.talent-title {
  display: grid;
  grid-template-columns: 2.1fr 1fr;
  gap: 80px;
  align-items: end;
  margin-top: 35px;
}
.talent-title h2 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: clamp(42px, 5vw, 67px);
  line-height: 1.05;
  letter-spacing: -0.035em;
  margin-bottom: 34px;
}
.talent-title h2 em {
  color: #9b7840;
  font-weight: 400;
}
.talent-title p {
  color: #53616c;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 42px;
}
.talent-grid {
  display: grid;
  grid-template-columns: 1.2fr 1.2fr 0.8fr;
  gap: 16px;
}
.talent-card {
  height: 430px;
  padding: 36px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  color: white;
  background-size: cover;
  background-position: center;
}
.talent-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 18%, #03121ded);
}
.talent-card > div {
  position: relative;
  z-index: 1;
}
.talent-card span {
  color: #d3bf94;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.talent-card h3 {
  font-family: Georgia, serif;
  font-size: 34px;
  line-height: 1.05;
  font-weight: 400;
  margin: 18px 0;
}
.talent-card p {
  color: #d1d9df;
  font-size: 16px;
  line-height: 1.6;
}
.talent-tech {
  background-image: url("talent-tech.jpg");
}
.talent-property {
  background-image: url("talent-property.jpg");
}
.talent-regions {
  background: #0a2942;
}
.talent-regions::after {
  display: none;
}
.region-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}
.region-list b {
  border-top: 1px solid #ffffff38;
  padding-top: 12px;
  color: #c7a66a;
  font-size: 12px;
  letter-spacing: 0.12em;
}
.why {
  background: #0a2942;
  color: white;
  padding: 120px 0;
}
.why-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 120px;
}
.why h2 {
  font-size: 53px;
  margin-top: 30px;
}
.principles article {
  padding: 26px 0;
  border-top: 1px solid #355066;
}
.principles h3 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 9px;
}
.principles p {
  color: #9fadb8;
  font-size: 13px;
}
.cta {
  text-align: center;
  padding: 120px 0;
  background: #e8e0d1;
}
.cta h2 {
  font-size: 76px;
  margin: 25px 0;
}
.cta p {
  color: #647079;
  margin-bottom: 32px;
}
.footer {
  background: #061725;
  color: white;
  padding: 70px 0 24px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
}
.footer .brand {
  margin-bottom: 18px;
}
.footer p,
.footer a {
  color: #98a6b1;
  font-size: 12px;
  line-height: 1.8;
}
.footer-grid > div > span {
  color: #c7a66a;
  font-size: 9px;
  letter-spacing: 0.18em;
}
.footer-bottom {
  border-top: 1px solid #273948;
  margin-top: 60px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  color: #657480;
  font-size: 10px;
}
.contact-page {
  min-height: 100vh;
  background: var(--navy);
  color: white;
}
.contact-page .nav {
  border-bottom-color: #304356;
}
.back-link {
  color: #c4ced5;
}
.contact-wrap {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 100px;
  padding-top: 110px;
}
.contact-intro h1 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: clamp(60px, 7vw, 100px);
  line-height: 0.94;
  letter-spacing: -0.04em;
  margin: 30px 0;
}
.contact-intro p {
  max-width: 590px;
  color: #a9b6c0;
  font-size: 17px;
  line-height: 1.8;
}
.contact-card {
  background: #102b42;
  border: 1px solid #304b60;
  padding: 48px;
  margin-top: 10px;
}
.contact-label {
  font-size: 9px;
  color: #aeb8c0;
  letter-spacing: 0.2em;
}
.contact-email {
  font-family: Georgia, serif;
  font-size: 21px;
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.contact-email b {
  color: var(--sand);
}
.contact-divider {
  height: 1px;
  background: #395064;
  margin: 38px 0;
}
.contact-card p {
  font-family: Georgia, serif;
  font-size: 25px;
  line-height: 1.4;
  margin: 16px 0 38px;
}
.contact-footer {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  border-top: 1px solid #304356;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  color: #738593;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (max-width: 1050px) and (min-width: 801px) {
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-grid article,
  .service-grid article + article {
    min-height: 330px;
    padding: 40px;
    border-right: 1px solid #314457;
    border-bottom: 1px solid #314457;
  }
  .service-grid article:nth-child(2n) {
    border-right: 0;
  }
}
@media (max-width: 800px) {
  .wrap {
    width: min(100% - 32px, 1180px);
  }
  .nav {
    height: 78px;
  }
  .nav-links {
    display: none;
  }
  .button-light {
    padding: 12px;
  }
  .hero {
    min-height: 720px;
  }
  .hero-inner {
    padding-top: 90px;
  }
  .hero h1 {
    font-size: 58px;
  }
  .hero-meta {
    flex-wrap: wrap;
  }
  .intro,
  .section-head,
  .investment-title,
  .talent-title,
  .why-grid,
  .contact-wrap {
    grid-template-columns: 1fr;
  }
  .intro {
    gap: 36px;
    padding-block: 85px;
  }
  .expertise,
  .investments,
  .talent,
  .why,
  .cta {
    padding-block: 85px;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-grid article,
  .service-grid article + article {
    padding: 35px 0;
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid #314457;
  }
  .service-icon {
    margin: 25px 0 15px;
  }
  .investment-title,
  .talent-title {
    gap: 0;
  }
  .focus-grid,
  .talent-grid {
    grid-template-columns: 1fr;
  }
  .focus-card,
  .talent-card {
    height: 360px;
  }
  .why-grid {
    gap: 35px;
  }
  .cta h2 {
    font-size: 54px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    gap: 20px;
  }
  .contact-wrap {
    gap: 45px;
    padding: 70px 0 140px;
  }
  .contact-card {
    padding: 30px;
  }
  .contact-footer {
    position: relative;
    bottom: auto;
    margin-top: 20px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .contact-email {
    font-size: 17px;
  }
}
