:root {
  --blue: #006ba5;
  --navy: #153a5b;
  --ink: #14232e;
  --orange: #e96e3d;
  --line: #d9e3e8;
  --serif: Georgia, "Times New Roman", serif;
}

html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
}
a {
  color: inherit;
  text-decoration: none;
}
.shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}
.eyebrow {
  margin: 0 0 22px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  font-weight: 700;
  color: #78c6e9;
}
.eyebrow.dark {
  color: var(--blue);
}
h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.035em;
  margin: 0;
}
em {
  font-weight: 400;
  color: var(--blue);
}
.hero {
  min-height: 660px;
  background: linear-gradient(112deg, #123957, #164967 58%, #14617e);
  color: #fff;
  overflow: hidden;
  padding-top: 50px;
}
.heroGrid {
  min-height: 660px;
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  align-items: center;
  gap: 70px;
}
.heroCopy {
  padding: 62px 0;
}
.heroArt {
  height: auto;
  min-height: 540px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*gap: 28px;*/
}
.heroImage {
  display: block;
  width: 100%;
  max-width: 445px;
  height: auto;
  filter: drop-shadow(0 28px 60px rgba(3, 25, 40, 0.45));
}
.heroLogo {
  position: relative;
  width: 355px;
  max-width: 90%;
  background: #fff;
  padding: 15px 30px;
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(3, 25, 40, 0.25);
}
.heroLogo img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 270px;
  margin: 0 auto;
}
.hero h1 {
  font-size: clamp(58px, 6.3vw, 91px);
  line-height: 0.95;
  max-width: 680px;
}
.hero h1 em {
  display: block;
  color: #82d1ec;
}
.lede {
  font-size: 18px;
  line-height: 1.7;
  color: #d8e9f0;
  max-width: 635px;
  margin: 30px 0;
}
.actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 34px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 400;
  transition: 0.2s;
}
.button.primary {
  background: #0878b5;
  color: #fff;
}
.button:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}
.button.outline {
  color: #fff;
  border-color: #fff;
  background: transparent;
}
.audience {
  margin-top: 26px;
  font-size: 12px;
  color: #9fc2d0;
}
.heroGraphic {
  position: absolute;
  inset: 54px 0 0 42px;
  transform: scale(0.78);
  transform-origin: center;
}
.orbit {
  position: absolute;
  border: 1px solid #ffffff21;
  border-radius: 50%;
}
.orbit.one {
  width: 540px;
  height: 540px;
  top: 20px;
  left: 0;
}
.orbit.two {
  width: 380px;
  height: 380px;
  top: 100px;
  left: 80px;
}
.brandCard {
  position: absolute;
  background: #fff;
  color: var(--navy);
  box-shadow: 0 28px 70px #03192859;
}
.back {
  width: 360px;
  height: 465px;
  left: 90px;
  top: 50px;
  padding: 42px;
  background: #eaf5f8;
  transform: rotate(8deg);
}
.back span {
  font-size: 10px;
  letter-spacing: 0.16em;
}
.back b {
  font: 400 41px/1.05 var(--serif);
  display: block;
  margin-top: 210px;
  max-width: 190px;
}
.back i {
  position: absolute;
  right: 30px;
  bottom: 35px;
  font-style: normal;
  color: var(--orange);
  font-size: 11px;
}
.front {
  width: 325px;
  height: 445px;
  left: 20px;
  top: 85px;
  padding: 35px 34px;
  border-top: 9px solid var(--orange);
  transform: rotate(-4deg);
}
.miniMark {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border: 1px solid var(--blue);
  border-radius: 50%;
  font: 26px var(--serif);
  color: var(--blue);
}
.front p {
  margin-top: 95px;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: #5d7c8c;
}
.front strong {
  font: 400 35px/1.1 var(--serif);
}
.front small {
  display: block;
  margin-top: 48px;
  padding-top: 16px;
  border-top: 1px solid #cadce3;
  color: #6c8290;
}
.swatch {
  position: absolute;
  right: 6px;
  bottom: 55px;
  display: flex;
  gap: 8px;
}
.swatch i {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--orange);
}
.swatch i:nth-child(2) {
  background: #75c6e8;
}
.swatch i:nth-child(3) {
  background: #f3c75d;
}
.statement {
  padding: 120px 0;
}
.statementGrid {
  display: grid;
  grid-template-columns: 1fr 2.1fr;
  gap: 80px;
}
.statement h2 {
  font-size: clamp(44px, 5vw, 68px);
  line-height: 1.05;
}
.statement p:last-child {
  max-width: 690px;
  font-size: 17px;
  line-height: 1.8;
  color: #61727c;
  margin: 28px 0 0;
}
.services {
  padding: 110px 0;
  background: #f1f6f8;
}
.sectionHeading {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  align-items: end;
  gap: 80px;
  margin-bottom: 55px;
}
.sectionHeading h2 {
  font-size: 52px;
  color: var(--navy);
}
.sectionHeading > p {
  line-height: 1.7;
  color: #667984;
  margin: 0;
}
.serviceGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
}
.serviceCard {
  min-height: 335px;
  padding: 32px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: 0.25s;
}
.serviceCard:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 35px #16394f17;
  position: relative;
}
.serviceTop {
  display: flex;
  justify-content: space-between;
  color: var(--blue);
  font-size: 12px;
}
.serviceTop i {
  font-style: normal;
  font-size: 20px;
  color: #8fa3ac;
}
.serviceCard h3 {
  font: 400 29px var(--serif);
  color: var(--navy);
  margin: 48px 0 18px;
}
.serviceCard p {
  font-size: 14px;
  line-height: 1.75;
  color: #657680;
  margin: 0;
}
.serviceCard small {
  margin-top: auto;
  padding-top: 24px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 9px;
  color: #8b9aa1;
}
.introKit {
  background: var(--navy);
  color: #fff;
  padding: 75px 0;
  overflow: hidden;
}
.kitGrid {
  display: grid;
  grid-template-columns: 1.25fr 0.9fr; /*1.1fr 0.9fr;*/
  align-items: center;
  gap: 100px;
}
.kitVisual {
  min-height: 585px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kitImage {
  display: block;
  width: 100%;
  max-width: 760px;
  height: auto;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.45));
}
.folderShadow {
  position: absolute;
  width: 480px;
  height: 300px;
  background: #06243a;
  filter: blur(30px);
  left: 30px;
  bottom: 55px;
  opacity: 0.55;
  transform: rotate(-5deg);
}
.folder {
  position: absolute;
  width: 530px;
  height: 365px;
  left: 0;
  top: 100px;
  background: #f2f0e9;
  transform: rotate(-5deg);
  box-shadow: 0 30px 60px #0000003d;
}
.folder:before {
  content: "";
  position: absolute;
  width: 210px;
  height: 45px;
  background: #f2f0e9;
  top: -30px;
  left: 0;
}
.folderLabel {
  width: 42%;
  height: 100%;
  padding: 52px 28px;
  color: var(--navy);
  background: #e4e0d5;
}
.folderLabel span {
  font-size: 9px;
  letter-spacing: 0.18em;
}
.folderLabel strong {
  font: 400 32px/1.05 var(--serif);
  display: block;
  margin-top: 82px;
}
.folderLabel small {
  font-size: 9px;
  display: block;
  margin-top: 18px;
  line-height: 1.5;
}
.insert {
  position: absolute;
  width: 270px;
  height: 300px;
  background: #fff;
  color: var(--navy);
  right: 18px;
  top: -55px;
  padding: 24px;
  box-shadow: 0 8px 20px #0000001f;
  border-top: 7px solid var(--orange);
}
.i2 {
  right: 4px;
  top: -32px;
  transform: rotate(4deg);
  border-color: #67bfe5;
}
.i3 {
  right: -17px;
  top: -2px;
  transform: rotate(8deg);
  border-color: #e9bd58;
}
.insert span {
  font-size: 9px;
  color: #7c929d;
}
.insert b {
  font: 400 29px var(--serif);
  display: block;
  margin-top: 145px;
}
.mockLabel {
  position: absolute;
  left: 65px;
  bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 9px;
  color: #81a6b8;
}
.kitCopy h2 {
  font-size: 62px;
  line-height: 1;
}
.kitCopy h2 em {
  color: #79cae8;
}
.kitLede {
  font-size: 18px !important;
  color: #fff !important;
  line-height: 1.65 !important;
}
.kitCopy > p {
  color: #bbd1dc;
  line-height: 1.75;
  font-size: 14px;
  margin: 25px 0;
}
.kitCopy ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 28px;
  padding: 0;
  margin: 28px 0;
  list-style: none;
  border-top: 1px solid #42657a;
}
.kitCopy li {
  font-size: 12px;
  padding: 13px 0;
  border-bottom: 1px solid #42657a;
}
.kitCopy li:before {
  content: "—";
  color: var(--orange);
  margin-right: 8px;
}
.kitCopy .compliance {
  font-size: 10px !important;
  color: #89aabb !important;
  border-left: 2px solid var(--orange);
  padding-left: 13px;
}
.process {
  padding: 115px 0;
}
.sectionHeading.compact {
  grid-template-columns: 1fr;
}
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
}
.steps article {
  padding: 35px 35px 20px 0;
  border-right: 1px solid var(--line);
  margin-right: 30px;
}
.steps article:last-child {
  border: 0;
  margin: 0;
}
.steps span {
  color: var(--orange);
  font-size: 12px;
}
.steps h3 {
  font: 400 27px var(--serif);
  color: var(--navy);
  margin: 45px 0 14px;
}
.steps p {
  font-size: 13px;
  line-height: 1.7;
  color: #677983;
}
.cta {
  padding: 105px 0;
  background: var(--blue);
  color: #fff;
}
.ctaInner {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 100px;
  align-items: center;
}
.cta h2 {
  font-size: 58px;
  line-height: 1.02;
}
.cta h2 em {
  color: #b7e6f6;
}
.ctaInner > div:last-child > p {
  color: #d4eaf2;
  line-height: 1.7;
  margin: 0 0 28px;
}
.button.light {
  background: #fff;
  color: var(--navy);
  border-color: #fff;
}
.cta small {
  display: block;
  margin-top: 18px;
  color: #b7d7e4;
  font-size: 10px;
  letter-spacing: 0.05em;
}
@media (max-width: 900px) {
  .heroGrid,
  .statementGrid,
  .kitGrid,
  .ctaInner {
    grid-template-columns: 1fr;
  }
  .heroGrid {
    padding-top: 0px;
  }
  .heroArt {
    height: 560px;
  }
  .statementGrid,
  .sectionHeading {
    gap: 35px;
  }
  .sectionHeading {
    grid-template-columns: 1fr;
  }
  .serviceGrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .kitGrid {
    gap: 40px;
  }
  .steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .ctaInner {
    gap: 45px;
  }
}
@media (max-width: 600px) {
  .shell {
    width: min(100% - 30px, 1180px);
  }
  .hero,
  .heroGrid {
    min-height: auto;
    gap: 0px;
  }
  .heroCopy {
    padding: 68px 0 30px;
  }
  .heroArt { min-height: 0; }
  .heroImage { max-width: 100%; }
  .heroLogo { width: 260px; padding: 12px 22px; }
  .hero h1 {
    font-size: 53px;
  }
  .lede {
    font-size: 16px;
  }
  .actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .heroGraphic {
    inset: 38px 0 0 -20px;
    transform: scale(0.63);
    transform-origin: top left;
  }
  .statement,
  .services,
  .introKit,
  .process,
  .cta {
    padding: 75px 0;
  }
  .statement h2,
  .sectionHeading h2 {
    font-size: 40px;
  }
  .serviceGrid {
    grid-template-columns: 1fr;
  }
  .serviceCard {
    min-height: 290px;
  }
  .kitVisual {
    min-height: 0;
    transform: none;
    width: auto;
    margin-bottom: 0;
  }
  .kitCopy h2,
  .cta h2 {
    font-size: 45px;
  }
  .kitCopy ul {
    grid-template-columns: 1fr;
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .steps article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    margin: 0;
  }
  .ctaInner {
    gap: 35px;
  }
}