@import url("https://use.typekit.net/kjo7loc.css");

:root {
  --teal: #83c3c5;
  --navy: #004577;
  --blue: #003c71;
  --orange: #df9100;
  --white: #ffffff;
  --panel: #f4f4f4;
  --max: 1260px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-width: 320px;
  background: var(--white);
  color: var(--blue);
  font-family: "stratos-lights", Arial, Helvetica, sans-serif;
  font-weight: 300;
  letter-spacing: 0;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  top: -80px;
  left: 24px;
  z-index: 200;
  background: var(--orange);
  color: var(--white);
  padding: 12px 16px;
}

.skip-link:focus {
  top: 18px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 80;
  height: 100px;
  display: grid;
  grid-template-columns: 40% 60%;
  background: var(--white);
  color: var(--blue);
}

.brand-block {
  display: flex;
  align-items: center;
  height: 100px;
  padding-left: 100px;
  background: var(--teal);
  color: var(--white);
}

.brand-block img {
  width: 224px;
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 52px;
  height: 100px;
  padding-right: 100px;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.desktop-nav a {
  color: var(--blue);
  transition: color 160ms ease;
}

.desktop-nav a:hover,
.desktop-nav a.is-active {
  color: var(--orange);
}

.menu-button {
  display: none;
  position: absolute;
  top: 41px;
  right: 30px;
  width: 31px;
  height: 22px;
  border: 0;
  background: transparent;
  color: var(--teal);
  cursor: pointer;
}

.menu-button span,
.menu-button::before,
.menu-button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background: currentColor;
}

.menu-button::before {
  top: 0;
}

.menu-button span {
  top: 9px;
}

.menu-button::after {
  top: 18px;
}

.mobile-panel {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  background: var(--navy);
  color: var(--white);
  padding: 92px 42px 42px;
}

.mobile-panel.is-open {
  display: block;
}

.mobile-panel a {
  display: block;
  padding: 16px 0;
  color: var(--white);
  font-size: 25px;
  font-weight: 800;
  text-transform: uppercase;
}

.mobile-close {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.mobile-close::before,
.mobile-close::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 2px;
  width: 30px;
  height: 3px;
  background: var(--white);
}

.mobile-close::before {
  transform: rotate(45deg);
}

.mobile-close::after {
  transform: rotate(-45deg);
}

main {
  padding-top: 100px;
}

.home-hero,
.page-hero {
  display: grid;
  grid-template-columns: 40% 60%;
  min-height: 800px;
}

.home-hero-copy,
.page-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 800px;
  padding: 58px 95px 80px 100px;
  background: var(--teal);
  color: var(--white);
}

.home-hero-image,
.page-hero-image {
  min-height: 800px;
  overflow: hidden;
}

.home-hero-image img,
.page-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero h1,
.page-hero h1 {
  max-width: 420px;
  margin: 0 0 38px;
  color: var(--white);
  font-size: 58.8px;
  font-weight: 300;
  line-height: 1.2;
}

.page-hero p {
  max-width: 440px;
  margin: 0;
  color: var(--white);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.45;
}

.arrow-link,
.orange-button,
.submit-button {
  display: inline-flex;
  align-items: center;
  width: max-content;
  border: 0;
  color: var(--blue);
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}

.arrow-link::after {
  content: "→";
  margin-left: 4px;
}

.orange-button,
.submit-button {
  padding: 13px 22px;
  background: var(--orange);
  color: var(--white);
  font-size: 13px;
}

.intro-band {
  padding: 72px 24px 86px;
  text-align: center;
}

.intro-band h2 {
  margin: 0 0 24px;
  color: var(--blue);
  font-size: 26px;
  font-weight: 300;
}

.intro-band p {
  max-width: 800px;
  margin: 0 auto 26px;
  color: var(--blue);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.feature-first {
  background: var(--white);
}

.split-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 84px 100px;
  color: var(--blue);
}

.split-copy h2 {
  margin: 0 0 26px;
  color: var(--blue);
  font-size: 42px;
  font-weight: 300;
  line-height: 1.12;
}

.split-copy p:not(.eyebrow) {
  max-width: 520px;
  margin: 0 0 30px;
  color: var(--blue);
  font-size: 18px;
  line-height: 1.55;
}

.locations-feature {
  width: min(1220px, calc(100% - 100px));
  margin: 0 auto;
  padding: 100px 0 112px;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px 46px;
  align-items: end;
  margin-bottom: 38px;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.section-heading h2 {
  max-width: 760px;
  margin: 0;
  color: var(--blue);
  font-size: 46px;
  font-weight: 300;
  line-height: 1.08;
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.location-tile {
  position: relative;
  min-height: 255px;
  overflow: hidden;
  background: var(--blue);
  color: var(--white);
}

.location-tile:nth-child(1),
.location-tile:nth-child(6) {
  grid-column: span 2;
}

.location-tile img {
  width: 100%;
  height: 100%;
  min-height: 255px;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.06);
  transition: transform 260ms ease, opacity 260ms ease;
}

.location-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 60, 113, 0.02), rgba(0, 60, 113, 0.78));
}

.location-tile span {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  z-index: 1;
  color: var(--white);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
}

.location-tile:hover img {
  transform: scale(1.045);
  opacity: 0.9;
}

.spacer-field {
  min-height: 620px;
  background: var(--panel);
}

.navy-feature {
  min-height: 520px;
  background: var(--navy);
  color: var(--white);
  text-align: center;
  padding: 76px 24px 90px;
}

.navy-feature h2 {
  margin: 0 0 30px;
  color: var(--white);
  font-size: 37px;
  font-weight: 300;
}

.navy-feature p {
  max-width: 760px;
  margin: 0 auto 26px;
  color: var(--white);
  font-size: 18px;
  line-height: 1.55;
}

.condition-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 62px;
  align-items: center;
  min-height: 0;
  padding: 98px 100px 108px;
  text-align: left;
}

.condition-feature h2 {
  max-width: 680px;
  margin-bottom: 24px;
}

.condition-feature p {
  max-width: 690px;
  margin: 0 0 28px;
}

.service-stack {
  display: grid;
  max-width: 760px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.service-row-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.64fr);
  gap: 28px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  color: var(--white);
}

.service-row-link span {
  color: var(--white);
  font-size: 21px;
  font-weight: 800;
  line-height: 1.2;
}

.service-row-link small {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 1.4;
}

.service-row-link:hover span,
.service-row-link:hover small {
  color: var(--orange);
}

.condition-panel {
  padding: 48px;
  background: rgba(255, 255, 255, 0.08);
  border-left: 5px solid var(--orange);
}

.condition-panel p {
  color: var(--white);
  font-size: 26px;
  line-height: 1.36;
}

.image-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
}

.image-split .blank {
  background: var(--white);
}

.image-split img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.footer {
  display: block;
  padding: 62px 100px 42px;
  background: var(--navy);
  color: var(--white);
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 62px;
  align-items: stretch;
  padding-bottom: 52px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-logo {
  width: 190px;
  margin-bottom: 26px;
}

.footer-brand p {
  max-width: 540px;
  margin: 0 0 26px;
  color: var(--white);
  font-size: 17px;
  line-height: 1.55;
}

.footer-brand a {
  margin-top: 8px;
  color: var(--white);
  font-size: 16px;
  font-weight: 800;
}

.map-embed {
  min-height: 230px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.map-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 230px;
  border: 0;
  filter: grayscale(1) contrast(1.08);
}

.footer-link-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 34px;
  padding: 46px 0 34px;
}

.footer h3 {
  margin: 0 0 18px;
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-link-grid a {
  display: block;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.32;
  transition: color 150ms ease;
}

.footer-link-grid a:hover,
.footer-bottom a:hover,
.footer-brand a:hover {
  color: var(--orange);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.footer-bottom p,
.footer-bottom a {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.subnav {
  display: flex;
  justify-content: center;
  gap: 72px;
  min-height: 100px;
  padding: 36px 24px;
  background: var(--navy);
  color: var(--white);
}

.subnav a {
  color: var(--white);
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
}

.subnav a:hover,
.subnav a.is-active {
  color: var(--orange);
}

.article-section {
  width: min(1040px, calc(100% - 80px));
  margin: 0 auto;
  padding: 86px 0 100px;
}

.article-section h2,
.contact-section h2 {
  margin: 0 0 28px;
  color: var(--blue);
  font-size: 50px;
  font-weight: 300;
  line-height: 1.15;
}

.article-section p,
.article-section li,
.contact-section p {
  color: var(--blue);
  font-size: 21px;
  line-height: 1.45;
}

.article-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start;
}

.article-image {
  min-height: 460px;
  object-fit: cover;
}

.filter-band {
  display: block;
  min-height: 170px;
  padding: 30px 70px;
  background: var(--navy);
  color: var(--white);
}

.filter-icons {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 34px;
}

.filter-icons a {
  display: grid;
  justify-items: center;
  gap: 18px;
  color: var(--white);
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
}

.filter-icons strong {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: var(--white);
  font-size: 48px;
  line-height: 1;
}

.listing-section {
  width: min(1200px, calc(100% - 120px));
  margin: 0 auto;
  padding: 90px 0 115px;
}

.listing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 168px;
  row-gap: 70px;
}

.listing-card {
  display: block;
  color: var(--blue);
}

.listing-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 180ms ease, opacity 180ms ease;
}

.listing-card:hover img {
  transform: translateY(-3px);
  opacity: 0.92;
}

.listing-card h2 {
  margin: 36px 0 10px;
  color: var(--blue);
  font-size: 42px;
  font-weight: 300;
  text-align: center;
}

.listing-card p {
  margin: 0;
  color: var(--blue);
  font-size: 17px;
  line-height: 1.45;
  text-align: center;
}

.contact-section {
  width: min(1100px, calc(100% - 90px));
  margin: 0 auto;
  padding: 86px 0 110px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 74px;
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 18px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  min-height: 56px;
  border: 2px solid rgba(0, 60, 113, 0.2);
  padding: 14px 16px;
  color: var(--blue);
  font-size: 18px;
}

.contact-form textarea {
  min-height: 170px;
  resize: vertical;
}

@media (max-width: 980px) {
  .site-header {
    position: fixed;
    height: 100px;
    grid-template-columns: 190px 1fr;
  }

  .brand-block {
    padding-left: 34px;
  }

  .brand-block img {
    width: 150px;
  }

  .desktop-nav {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .home-hero,
  .page-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .home-hero-image,
  .page-hero-image {
    grid-row: 1;
    min-height: 0;
    height: 210px;
  }

  .home-hero-copy,
  .page-hero-copy {
    grid-row: 2;
    min-height: 385px;
    padding: 62px 60px 70px;
  }

  .home-hero h1,
  .page-hero h1 {
    font-size: 42px;
    line-height: 1.18;
    margin-bottom: 28px;
  }

  .page-hero p {
    font-size: 17px;
  }

  .intro-band {
    padding: 82px 36px;
  }

  .intro-band h2 {
    font-size: 25px;
  }

  .intro-band p {
    font-size: 15px;
    text-align: left;
  }

  .split-copy {
    padding: 64px 36px 58px;
  }

  .split-copy h2,
  .section-heading h2 {
    font-size: 34px;
  }

  .locations-feature {
    width: calc(100% - 44px);
    padding: 72px 0 82px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .location-grid {
    grid-template-columns: 1fr;
  }

  .location-tile,
  .location-tile:nth-child(1),
  .location-tile:nth-child(6) {
    grid-column: auto;
    min-height: 230px;
  }

  .spacer-field {
    min-height: 380px;
  }

  .image-split,
  .article-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .image-split .blank {
    display: none;
  }

  .navy-feature {
    min-height: 360px;
  }

  .condition-feature {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 72px 36px 78px;
  }

  .condition-feature h2 {
    font-size: 34px;
  }

  .service-row-link {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 0;
  }

  .condition-panel {
    padding: 28px;
  }

  .condition-panel p {
    font-size: 21px;
  }

  .footer {
    padding: 50px 34px 34px;
    text-align: left;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .footer-link-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 24px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .subnav {
    gap: 22px;
    flex-wrap: wrap;
  }

  .filter-band {
    grid-template-columns: 1fr;
    padding: 50px 38px;
  }

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

  .listing-section,
  .article-section,
  .contact-section {
    width: calc(100% - 70px);
    padding: 70px 0;
  }

  .listing-grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .listing-card h2,
  .article-section h2,
  .contact-section h2 {
    font-size: 40px;
  }

  .article-section p,
  .article-section li,
  .contact-section p {
    font-size: 18px;
  }
}

/* brand-logo sizing (added) */
.brand-block img.brand-logo{height:32px;width:auto;max-width:320px;display:block}
@media (max-width:980px){.brand-block img.brand-logo{height:30px;width:auto}}
