.company-page {
  --company-navy: #001f56;
  --company-blue: #073d70;
  --company-cyan: #58c4d8;
  --company-pale: #edf3f7;
  --company-warm: #f6f5f1;
  --company-ink: #172238;
  overflow-x: hidden;
  color: var(--company-ink);
}

.company-page .global-nav a.is-current {
  position: relative;
  color: #06447d;
}

.company-page .global-nav a.is-current::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 0;
  left: 12px;
  height: 3px;
  background: var(--company-navy);
}

.company-container {
  width: min(1120px, calc(100% - 80px));
  margin: 0 auto;
}

.company-section {
  padding: 110px 0;
  scroll-margin-top: 84px;
}

.company-section-label {
  margin: 0 0 22px;
  color: #0b4b80;
  font: 800 11px/1 Arial, sans-serif;
  letter-spacing: .2em;
}

.company-heading h2,
.company-about__copy h2,
.company-since__copy h2,
.company-message__copy h2,
.company-cta h2 {
  margin: 0;
  color: #082f60;
  font: 500 clamp(34px, 4.2vw, 54px)/1.42 var(--serif);
  letter-spacing: .07em;
}

.company-heading > p:last-child {
  max-width: 620px;
  margin: 28px 0 0;
  color: #4b5868;
  font-size: 14px;
  line-height: 2.05;
}

.company-heading--center {
  text-align: center;
}

.company-heading--center > p:last-child {
  margin-right: auto;
  margin-left: auto;
}

.company-hero {
  min-height: 580px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #031d3f;
}

.company-hero__image {
  position: absolute;
  inset: 0;
  background: url("./assets/images/hero.png") 67% center / cover no-repeat;
  transform: scale(1.02);
}

.company-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,30,72,.99) 0%, rgba(0,38,82,.97) 34%, rgba(0,38,82,.76) 52%, rgba(0,24,56,.23) 76%, rgba(0,18,46,.12) 100%),
    linear-gradient(0deg, rgba(0,15,40,.18), transparent 46%);
}

.company-hero__inner {
  width: min(1240px, calc(100% - 96px));
  min-height: 580px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.company-hero__copy {
  padding: 34px 0 42px;
}

.company-kicker {
  margin: 0 0 37px;
  color: #b9d6e8;
  font: 700 11px/1 Arial, sans-serif;
  letter-spacing: .2em;
}

.company-kicker span {
  padding: 0 12px;
  color: var(--company-cyan);
}

.company-hero h1 {
  margin: 0;
  font: 500 clamp(48px, 5.2vw, 72px)/1.34 var(--serif);
  letter-spacing: .1em;
  text-shadow: 0 3px 24px rgba(0,0,0,.24);
}

.company-hero__lead {
  margin: 28px 0 32px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: .05em;
}

.company-button {
  min-width: 230px;
  min-height: 58px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255,255,255,.72);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  transition: transform .2s ease, box-shadow .2s ease, color .2s ease, background .2s ease;
}

.company-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0,0,0,.18);
}

.company-button--light {
  color: #062f60;
  background: #fff;
}

.company-button--navy {
  color: #fff;
  border-color: #062f60;
  background: #062f60;
}

.company-button span {
  font-size: 18px;
}

.company-hero__fact {
  width: 214px;
  height: 214px;
  margin: 56px 22px 0 0;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-self: center;
  border: 1px solid rgba(255,255,255,.58);
  background: rgba(0,31,73,.32);
  backdrop-filter: blur(4px);
}

.company-hero__fact small {
  margin-bottom: auto;
  color: #a5d9e1;
  font: 800 9px/1 Arial, sans-serif;
  letter-spacing: .18em;
}

.company-hero__fact strong {
  font: 400 52px/1 Arial, sans-serif;
  letter-spacing: .05em;
}

.company-hero__fact span {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 700;
}

.company-scroll {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 72px;
  color: #fff;
}

.company-scroll span {
  position: absolute;
  right: 9px;
  top: 4px;
  font: 700 7px/1 Arial, sans-serif;
  letter-spacing: .18em;
  transform: rotate(90deg);
  transform-origin: right top;
}

.company-scroll i {
  position: absolute;
  inset: 28px 0 0;
  background: rgba(255,255,255,.6);
}

.company-local-nav {
  min-height: 72px;
  padding: 0 24px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  border-bottom: 1px solid #dce4ea;
  background: #fff;
}

.company-local-nav a {
  min-width: 164px;
  padding: 22px 25px 17px;
  color: #173b63;
  border-left: 1px solid #e4e9ee;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  transition: color .2s ease, background .2s ease;
}

.company-local-nav a:last-child {
  border-right: 1px solid #e4e9ee;
}

.company-local-nav a:hover {
  color: #00376c;
  background: #f2f7fa;
}

.company-local-nav small {
  margin-right: 8px;
  color: #6ba5bd;
  font: 700 8px/1 Arial, sans-serif;
}

.company-about {
  background: #fff;
}

.company-about__grid {
  display: grid;
  grid-template-columns: 43% 1fr;
  gap: 9%;
  align-items: center;
}

.company-about__photo {
  min-height: 440px;
  position: relative;
}

.company-about__photo img {
  width: calc(100% - 52px);
  height: 385px;
  margin-left: 52px;
  position: relative;
  z-index: 2;
  object-fit: cover;
  object-position: center;
  filter: saturate(.72) contrast(1.02);
}

.company-about__frame {
  position: absolute;
  top: 42px;
  left: 0;
  width: calc(100% - 52px);
  height: 385px;
  border: 1px solid #1c537d;
}

.company-about__photo::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -22px;
  right: -22px;
  width: 110px;
  height: 110px;
  background-image: radial-gradient(#8cb3c5 1px, transparent 1px);
  background-size: 8px 8px;
  opacity: .45;
}

.company-about__photo > p {
  margin: 17px 0 0 52px;
  color: #263951;
  font-size: 12px;
  font-weight: 700;
}

.company-about__photo > p span {
  margin-right: 14px;
  color: #6593a9;
  font: 700 8px/1 Arial, sans-serif;
  letter-spacing: .14em;
}

.company-about__copy h2 {
  font-size: clamp(33px, 3.4vw, 47px);
}

.company-about__copy > p:not(.company-section-label) {
  margin: 26px 0 0;
  color: #344255;
  font-size: 14px;
  line-height: 2.15;
}

.company-since {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #062d5b;
}

.company-since::after {
  content: "";
  position: absolute;
  inset: 0 0 0 54%;
  opacity: .27;
  background: url("./assets/images/hero.png") center / cover no-repeat;
  mix-blend-mode: screen;
}

.company-since__inner {
  min-height: 435px;
  position: relative;
  z-index: 1;
}

.company-since .company-section-label {
  color: #89d3df;
}

.company-since__year {
  position: absolute;
  top: 78px;
  left: -20px;
  color: rgba(255,255,255,.075);
  font: 800 clamp(150px, 24vw, 310px)/1 Arial, sans-serif;
  letter-spacing: -.04em;
}

.company-since__copy {
  max-width: 555px;
  margin-left: auto;
  position: relative;
  z-index: 2;
}

.company-since__copy h2 {
  color: #fff;
  font-size: clamp(34px, 3.9vw, 50px);
}

.company-since__copy p {
  margin: 28px 0 0;
  color: #d7e4ed;
  font-size: 13px;
  line-height: 2.1;
}

.company-values {
  background: var(--company-warm);
}

.value-grid {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #cbd3d9;
}

.value-card {
  min-height: 355px;
  padding: 36px 27px;
  position: relative;
  background: #fff;
  transition: transform .22s ease, box-shadow .22s ease;
}

.value-card:hover {
  z-index: 2;
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(0,36,75,.12);
}

.value-card > span {
  position: absolute;
  top: 23px;
  right: 23px;
  color: #80a7b8;
  font: 700 9px/1 Arial, sans-serif;
}

.value-card svg {
  width: 55px;
  height: 55px;
  margin: 20px 0 38px;
  fill: none;
  stroke: #0b4c77;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.value-card h3 {
  margin: 0 0 18px;
  color: #082f60;
  font: 600 22px/1.5 var(--serif);
  letter-spacing: .04em;
}

.value-card p {
  margin: 0;
  color: #536071;
  font-size: 12px;
  line-height: 2;
}

.company-business {
  background: #fff;
}

.business-grid {
  margin-top: 62px;
  display: grid;
  grid-template-columns: 1.15fr .85fr .85fr 1.15fr;
  gap: 10px;
}

.business-card {
  min-height: 410px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #082f60;
}

.business-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,24,56,.95), rgba(0,35,75,.2) 68%, rgba(0,35,75,.06));
}

.business-card img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  filter: saturate(.65) contrast(1.03);
  transform: scale(1.04);
  transition: transform .35s ease;
}

.business-card:hover img {
  transform: scale(1.08);
}

.business-card > div {
  position: absolute;
  z-index: 2;
  right: 25px;
  bottom: 26px;
  left: 25px;
}

.business-card small {
  color: #91d5df;
  font: 800 8px/1 Arial, sans-serif;
  letter-spacing: .15em;
}

.business-card h3 {
  margin: 11px 0 7px;
  font: 500 21px/1.45 var(--serif);
}

.business-card p {
  margin: 0;
  color: #dbe7ee;
  font-size: 11px;
  line-height: 1.8;
}

.business-card--wide {
  min-height: 460px;
}

.business-card--household::after {
  background: linear-gradient(0deg, rgba(0,24,56,.96), rgba(0,45,86,.18) 70%, rgba(0,45,86,.04));
}

.company-message {
  background: var(--company-pale);
}

.company-message__grid {
  display: grid;
  grid-template-columns: 43% 1fr;
  gap: 9%;
  align-items: center;
}

.company-message__portrait {
  position: relative;
}

.company-message__portrait img {
  width: 100%;
  height: 475px;
  object-fit: cover;
  object-position: center;
  filter: saturate(.72) contrast(1.02);
}

.company-message__portrait > div {
  width: 72%;
  min-height: 76px;
  padding: 16px 20px;
  position: absolute;
  right: -1px;
  bottom: -1px;
  display: flex;
  flex-direction: column;
  color: #fff;
  background: #062d5b;
}

.company-message__portrait small {
  color: #8bd3df;
  font: 800 8px/1 Arial, sans-serif;
  letter-spacing: .15em;
}

.company-message__portrait b {
  margin-top: 8px;
  font: 500 18px/1.3 var(--serif);
}

.company-message__copy h2 {
  font-size: clamp(34px, 3.8vw, 50px);
}

.company-message__copy > p:not(.company-section-label):not(.company-message__signature) {
  margin: 27px 0 0;
  color: #465365;
  font-size: 14px;
  line-height: 2.15;
}

.company-message__signature {
  margin: 32px 0 0;
  color: #123b65;
  font-size: 12px;
  font-weight: 700;
  text-align: right;
}

.company-profile {
  background: #fff;
}

.profile-table {
  max-width: 920px;
  margin: 62px auto 0;
  border-top: 2px solid #082f60;
}

.profile-row {
  min-height: 74px;
  display: grid;
  grid-template-columns: 190px 1fr;
  border-bottom: 1px solid #cfd7df;
}

.profile-row b,
.profile-row p {
  margin: 0;
  padding: 23px 28px;
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 1.8;
}

.profile-row b {
  color: #0a396c;
  background: #edf3f7;
}

.profile-row p {
  color: #354254;
  flex-wrap: wrap;
}

.profile-row a {
  color: #075585;
  border-bottom: 1px solid currentColor;
}

.profile-row small {
  width: 100%;
  color: #6b7480;
  font-size: 11px;
}

.company-access {
  background: var(--company-warm);
}

.company-access__grid {
  min-height: 480px;
  margin-top: 54px;
  display: grid;
  grid-template-columns: 1fr 360px;
  box-shadow: 0 16px 40px rgba(0,37,77,.1);
}

.company-map {
  min-height: 480px;
  background: #dce3e8;
}

.company-map iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.company-access__info {
  padding: 48px 42px;
  color: #fff;
  background: #062d5b;
}

.company-access__info > small {
  color: #8bd3df;
  font: 800 8px/1 Arial, sans-serif;
  letter-spacing: .15em;
}

.company-access__info h3 {
  margin: 14px 0 24px;
  font: 500 26px/1.4 var(--serif);
  letter-spacing: .06em;
}

.company-access__info address {
  color: #d9e5ed;
  font-style: normal;
  font-size: 13px;
  line-height: 2;
}

.company-access__info dl {
  margin: 25px 0 31px;
  border-top: 1px solid rgba(255,255,255,.24);
}

.company-access__info dl > div {
  padding: 13px 0;
  display: grid;
  grid-template-columns: 86px 1fr;
  border-bottom: 1px solid rgba(255,255,255,.24);
  font-size: 11px;
}

.company-access__info dt {
  color: #9eb7c9;
}

.company-access__info dd {
  margin: 0;
}

.company-access__info .company-button {
  width: 100%;
  min-width: 0;
  min-height: 52px;
  color: #062f60;
  border-color: #fff;
  background: #fff;
  font-size: 12px;
}

.company-cta {
  min-height: 445px;
  padding: 86px 0;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #002b5d;
}

.company-cta__image {
  position: absolute;
  inset: 0 0 0 54%;
  background: url("./assets/images/hero.png") center / cover no-repeat;
}

.company-cta__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #002b5d 0%, #002b5d 46%, rgba(0,43,93,.82) 63%, rgba(0,43,93,.15) 100%);
}

.company-cta__inner {
  position: relative;
  z-index: 2;
}

.company-cta .company-section-label {
  color: #8ad4df;
}

.company-cta h2 {
  color: #fff;
  font-size: clamp(34px, 4vw, 50px);
}

.company-cta__inner > p:not(.company-section-label) {
  margin: 24px 0 30px;
  color: #dce8f0;
  font-size: 13px;
  line-height: 2;
}

.company-cta__actions {
  display: flex;
  align-items: center;
  gap: 34px;
}

.company-cta .company-button {
  min-width: 270px;
}

.company-phone {
  display: flex;
  flex-direction: column;
}

.company-phone small {
  color: #b9ccda;
  font-size: 9px;
  letter-spacing: .05em;
}

.company-phone b {
  margin-top: 7px;
  font: 500 24px/1 Arial, sans-serif;
  letter-spacing: .05em;
}

.company-page .site-footer {
  min-height: 220px;
  height: auto;
}

.company-page .footer-inner {
  min-height: 220px;
}

.company-page .footer-bottom {
  bottom: 0;
}

@media (max-width: 900px) {
  .company-page .global-nav a.is-current::after {
    right: 0;
    left: 0;
    height: 2px;
  }

  .company-container {
    width: min(100% - 40px, 700px);
  }

  .company-section {
    padding: 78px 0;
    scroll-margin-top: 68px;
  }

  .company-hero,
  .company-hero__inner {
    min-height: 660px;
  }

  .company-hero__image {
    background-position: 61% center;
  }

  .company-hero__overlay {
    background: linear-gradient(90deg, rgba(0,29,69,.98) 0%, rgba(0,35,77,.88) 58%, rgba(0,20,52,.44) 100%);
  }

  .company-hero__inner {
    width: calc(100% - 44px);
    align-items: flex-start;
  }

  .company-hero__copy {
    padding-top: 92px;
  }

  .company-hero__fact {
    display: none;
  }

  .company-local-nav {
    padding: 0;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .company-local-nav a {
    min-width: 145px;
  }

  .company-about__grid,
  .company-message__grid {
    grid-template-columns: 1fr;
    gap: 62px;
  }

  .company-about__photo {
    max-width: 560px;
    min-height: 0;
  }

  .company-about__photo img,
  .company-about__frame {
    height: 420px;
  }

  .company-since::after {
    inset: 25% 0 0 30%;
  }

  .company-since__inner {
    min-height: 620px;
  }

  .company-since__copy {
    max-width: 560px;
    margin-top: 200px;
    margin-left: 0;
  }

  .value-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .business-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .business-card,
  .business-card--wide {
    min-height: 390px;
  }

  .company-message__portrait {
    max-width: 560px;
  }

  .company-access__grid {
    grid-template-columns: 1fr;
  }

  .company-map {
    min-height: 380px;
  }

  .company-page .site-footer,
  .company-page .footer-inner {
    min-height: 560px;
  }
}

@media (max-width: 600px) {
  .company-section {
    padding: 68px 0;
  }

  .company-section-label {
    margin-bottom: 17px;
    font-size: 9px;
  }

  .company-heading h2,
  .company-about__copy h2,
  .company-since__copy h2,
  .company-message__copy h2,
  .company-cta h2 {
    font-size: 32px;
    line-height: 1.52;
  }

  .company-hero,
  .company-hero__inner {
    min-height: 630px;
  }

  .company-hero__overlay {
    background: linear-gradient(100deg, rgba(0,29,69,.98) 0%, rgba(0,34,76,.9) 69%, rgba(0,22,55,.55) 100%);
  }

  .company-hero__copy {
    padding-top: 76px;
  }

  .company-kicker {
    margin-bottom: 31px;
    font-size: 8px;
  }

  .company-hero h1 {
    font-size: clamp(38px, 11vw, 46px);
    line-height: 1.42;
  }

  .company-hero__lead {
    margin: 24px 0 31px;
    font-size: 12px;
  }

  .company-button {
    width: 100%;
    min-width: 0;
  }

  .company-local-nav a {
    min-width: 132px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .company-about__grid,
  .company-message__grid {
    gap: 52px;
  }

  .company-about__photo img {
    width: calc(100% - 30px);
    height: 270px;
    margin-left: 30px;
  }

  .company-about__frame {
    top: 26px;
    width: calc(100% - 30px);
    height: 270px;
  }

  .company-about__photo > p {
    margin-left: 30px;
  }

  .company-about__copy > p:not(.company-section-label),
  .company-message__copy > p:not(.company-section-label):not(.company-message__signature) {
    font-size: 13px;
    line-height: 2;
  }

  .company-since__inner {
    min-height: 600px;
  }

  .company-since__year {
    top: 85px;
    left: 0;
    font-size: 125px;
  }

  .company-since__copy {
    margin-top: 170px;
  }

  .value-grid,
  .business-grid {
    margin-top: 44px;
    grid-template-columns: 1fr;
  }

  .value-card {
    min-height: 300px;
  }

  .business-card,
  .business-card--wide {
    min-height: 330px;
  }

  .company-message__portrait img {
    height: 350px;
  }

  .profile-table {
    margin-top: 42px;
  }

  .profile-row {
    display: block;
  }

  .profile-row b,
  .profile-row p {
    padding: 16px 18px;
  }

  .profile-row b {
    padding-bottom: 10px;
  }

  .profile-row p {
    padding-top: 12px;
    padding-bottom: 18px;
  }

  .company-access__grid {
    margin-top: 42px;
  }

  .company-map {
    min-height: 320px;
  }

  .company-access__info {
    padding: 36px 26px;
  }

  .company-cta {
    min-height: 530px;
    padding: 72px 0;
  }

  .company-cta__image {
    inset: 0;
    opacity: .42;
  }

  .company-cta__overlay {
    background: linear-gradient(90deg, rgba(0,43,93,.98), rgba(0,43,93,.7));
  }

  .company-cta__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .company-cta .company-button {
    min-width: 0;
  }

  .company-page .site-footer,
  .company-page .footer-inner {
    min-height: 660px;
  }
}
