:root {
  --blue: #075e78;
  --deep: #063d50;
  --sky: #9ad7df;
  --darkSky: #236068;
  --lightSky: #9ad7df;
  --cream: #f2efe7;
  --ink: #142329;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, sans-serif;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: inherit;
}
.wrap,
.heroGrid,
.hero > footer {
  width: min(1280px, calc(100% - 80px));
  margin: auto;
}
nav {
  width: 100%;
}
.hero {
  min-height: 810px;
  background: var(--blue);
  color: white;
  overflow: hidden;
}
nav {
  position: relative;
  min-height: 132px;
  padding: 28px 40px;
  border-top: 1px solid #ffffff45;
  border-bottom: 1px solid #ffffff45;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
}
.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 178px;
  min-width: 178px;
}
.brand img {
  display: block;
  width: 80%;
  height: auto;
}
nav .brand {
  width: min(420px, calc(100% - 40px));
  min-width: 0;
  justify-self: start;
}
.links {
  display: flex;
  gap: 56px;
  justify-content: center;
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 400;
  opacity: 0.8;
  text-align: center;
  justify-self: center;
}
.links a {
  border-bottom: 1px solid currentColor;
  padding-bottom: 8px;
}
.contact {
  position: static;
  justify-self: end;
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 400;
  opacity: 0.8;
  text-align: center;
}
.heroGrid {
  min-height: 610px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 70px;
}
.heroCopy {
  grid-column: 2;
  grid-row: 1;
}
.eyebrow {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.23em;
  color: #c4e4e8;
  margin: 0;
}
.dark {
  color: #526369;
}
.hero h1,
h2 {
  font: 400 clamp(46px, 5.6vw, 82px) / 0.94 Georgia, serif;
  letter-spacing: -0.045em;
  margin: 0;
}
.hero em {
    font-weight: 400;
    color: var(--lightSky);
}

h2 em {
  font-weight: 400;
  color: var(--darkSky);
}

h2 em.lightsky {
  color: var(--lightSky);
}

.lead {
  font-size: 17px;
  line-height: 1.65;
  color: #d2e7eb;
  max-width: 550px;
  margin: 38px 0;
}
.under {
  display: inline-block;
  border-bottom: 1px solid;
  padding-bottom: 9px;
  font-size: 12px;
}
.art {
  height: 360px;
  position: relative;
  grid-column: 1;
  grid-row: 1;
}
.art span {
  position: absolute;
  width: 58px;
  height: 58px;
  background: var(--sky);
  border-radius: 50%;
  top: 85px;
  left: 320px;
}
.art i {
  position: absolute;
  border: 1px solid #ffffff55;
  border-radius: 50%;
  width: 355px;
  height: 165px;
  top: 69px;
  left: 30px;
  transform: rotate(-15deg);
}
.art i:nth-child(2) {
  width: 200px;
  height: 98px;
  left: 175px;
  top: 85px;
}
.art i:nth-child(3) {
  border-radius: 0;
  border-width: 1px 0 0;
  width: 504px;
  top: 230px;
  left: 0;
  transform: rotate(-15deg);
}
.hero > footer {
  height: 95px;
  border-top: 1px solid #ffffff44;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #bdd8dd;
  letter-spacing: 0.16em;
}
.statement {
  padding: 140px 0;
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: start;
  border-bottom: 1px solid #cbc8be;
}
.statement h2 {
  font-size: 82px;
}
.statement div p {
  font: 24px/1.5 Georgia, serif;
  color: #526166;
  max-width: 880px;
  margin-top: 45px;
}
.focus {
  background: #e4e1d8;
  padding: 125px 0;
}
.focus header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 75px;
}
.focus header h2 {
  font-size: 82px;
  line-height: 1.08;
  width: 70%;
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #bbb8af;
}
.cards article {
  min-height: 390px;
  background: #eeebe3;
  padding: 30px;
  display: flex;
  flex-direction: column;
  transition: 0.2s;
}
.cards article:hover {
  background: #fff;
  transform: translateY(-6px);
}
.cards hr {
  width: 100%;
  border: 0;
  border-top: 1px solid #c5c1b9;
  margin: 23px 0 65px;
}
.cards h3,
.plist h3 {
  font: 400 26px Georgia, serif;
  margin: 0 0 18px;
}
.cards p,
.plist p {
  font-size: 13px;
  line-height: 1.7;
  color: #667478;
}
.plist p {
  font-size: 14px;
}
.cards b,
.cards article > a {
  margin-top: auto;
  color: var(--blue);
}
.cards article > a {
  align-self: center;
  border-bottom: 1px solid currentColor;
  font-size: 17px;
  font-weight: 700;
  padding-bottom: 8px;
  text-align: center;
}
.principles {
  padding: 135px 0;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 150px;
}
.principles > div:first-child {
  display: grid;
  grid-template-columns: 240px 1fr;
  align-items: start;
  gap: 36px;
}
.principles h2 {
  font-size: 68px;
}
.plist article {
  border-top: 1px solid #cbc8be;
  padding: 30px 0;
  display: grid;
  grid-template-columns: 50px 1fr;
  column-gap: 28px;
  row-gap: 10px;
}
.plist article span {
  font: 400 20px Georgia, serif;
}
.plist h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.plist p {
  grid-column: 2;
  margin: 0;
}
.partner {
  background: var(--deep);
  color: white;
  padding: 120px 0;
}
.partner > .wrap {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 100px;
  align-items: end;
}
.partner > .wrap > div:first-child {
  display: grid;
  grid-template-columns: 180px 1fr;
  align-items: start;
  gap: 36px;
}
.partner h2 {
  font-size: 80px;
}
.partner > div > div:last-child p {
  color: #bdd3d8;
  line-height: 1.7;
}
.partner > div > div:last-child a {
  display: block;
  background: var(--sky);
  color: var(--deep);
  padding: 20px;
  margin-top: 30px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
.partner > div > div:last-child a.emailLink {
  font-size: 14px;
}
.sitefoot {
  background: #10262e;
  color: white;
  padding: 36px 40px 18px;
}
.sitefoot > .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  padding-bottom: 28px;
}
.sitefoot p {
  font: 18px Georgia;
}
.sitefoot p span {
  font: 12px Arial;
  color: #7f969d;
}
.sitefoot div div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 42px;
  font-size: 13px;
  text-align: center;
}
.sitefoot > small {
  display: block;
  border-top: 1px solid #ffffff28;
  padding-top: 14px;
  color: #758990;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  max-width: 1280px;
  margin: auto;
  text-align: center;
}
@media (max-width: 850px) {
  .wrap,
  .heroGrid,
  .hero > footer {
    width: calc(100% - 40px);
  }
  nav {
    padding: 24px 20px 22px;
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .brand {
    width: 146px;
    min-width: 146px;
  }
  nav .brand {
    width: min(340px, calc(100% - 32px));
    justify-self: center;
  }
  .links {
    gap: 36px;
    font-size: 16px;
  }
  .contact {
    justify-self: center;
    font-size: 16px;
  }
  .heroGrid {
    grid-template-columns: 1fr;
    min-height: 700px;
  }
  .heroCopy {
    grid-column: 1;
    grid-row: 1;
  }
  .art {
    position: absolute;
    opacity: 0.25;
    right: -120px;
    width: 380px;
    max-width: calc(100vw - 20px);
    overflow: hidden;
    grid-column: auto;
    grid-row: auto;
  }
  .statement {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .focus header {
    display: block;
  }
  .focus header .eyebrow {
    margin-bottom: 24px;
  }
  .focus header h2 {
    width: 100%;
  }
  .cards {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    background: transparent;
  }
  .principles {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .principles > div:first-child,
  .partner > .wrap > div:first-child {
    display: block;
  }
  .principles > div:first-child .eyebrow,
  .partner > .wrap > div:first-child .eyebrow {
    margin-bottom: 24px;
  }
  .partner > .wrap {
    grid-template-columns: 1fr;
  }
  .sitefoot > .wrap {
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 520px) {
  .art {
    display: none;
  }
  .hero h1 {
    font-size: 44px;
  }
  .links {
    flex-wrap: wrap;
    gap: 14px 22px;
  }
  .statement h2,
  .focus header h2,
  .principles h2,
  .partner h2 {
    font-size: 46px;
  }
  .statement {
    padding: 90px 0;
  }
  .cards {
    grid-template-columns: 1fr;
    gap: 20px;
    background: transparent;
  }
  .cards article {
    min-height: 290px;
  }
  .principles {
    padding: 90px 0;
  }
  .plist article {
    grid-template-columns: 35px 1fr;
  }
  .plist p {
    grid-column: 2;
  }
  .hero > footer small:nth-child(2) {
    display: none;
  }
  .sitefoot {
    padding-left: 0;
    padding-right: 0;
  }
  .sitefoot div div {
    flex-wrap: wrap;
    gap: 18px 28px;
  }
}
@media (max-width: 850px) and (max-height: 520px) {
  .art {
    display: none;
  }
  .cards {
    grid-template-columns: 1fr;
    gap: 20px;
    background: transparent;
  }
}
