@font-face {
  font-family: "BlueMarlinMontserrat";
  src: url("_assets/fonts/9f211f1e580dd0c34c98242b67b454a1.woff2") format("woff2");
  font-weight: 300;
}

@font-face {
  font-family: "BlueMarlinMontserrat";
  src: url("_assets/fonts/881b8da5ad9b82b143ab37dcdf069c4c.woff2") format("woff2");
  font-weight: 400;
}

@font-face {
  font-family: "BlueMarlinTTNorms";
  src: url("_assets/fonts/7011f0066d6763da5cca149720035c7f.woff2") format("woff2");
  font-weight: 700;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background: #ffffff;
  color: #000000;
  font-family: "BlueMarlinMontserrat", Arial, sans-serif;
}

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

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

.hero {
  position: relative;
  height: 100vh;
  min-height: 620px;
  overflow: hidden;
  background: #000000;
}

.hero-video,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-video {
  object-fit: cover;
}

.hero-shade {
  background: rgba(0, 0, 0, 0.42);
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(58vw, 790px);
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateY(36px);
}

.hero-logo {
  width: min(53vw, 720px);
  height: min(13.2vw, 180px);
  object-fit: cover;
  object-position: center;
  margin-bottom: 28px;
}

.hero h1 {
  margin: 0;
  color: #ffffff;
  font-family: "BlueMarlinMontserrat", Arial, sans-serif;
  font-size: clamp(54px, 6.35vw, 86px);
  font-weight: 300;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.68);
}

.brand-board,
.photo-section,
.contact-section {
  width: 100%;
}

.brand-board {
  padding: 18px 4.15vw 11px;
  background: #ffffff;
}

.brand-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  font-family: "BlueMarlinTTNorms", Arial, sans-serif;
  font-size: clamp(22px, 2.74vw, 37px);
  line-height: 0.96;
  font-weight: 700;
  text-transform: uppercase;
}

.brand-heading h2,
.brand-heading p {
  margin: 0;
  font: inherit;
  letter-spacing: 0;
}

.brand-heading p {
  text-align: right;
  white-space: nowrap;
}

.brand-strip {
  width: 84%;
  margin: 15px auto 26px;
}

.photo-row {
  display: grid;
  gap: 10px;
}

.photo-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}

.photo-row-featured {
  grid-template-columns: 1fr 1fr 1.34fr 1.07fr;
  align-items: stretch;
}

.photo-row-featured img {
  aspect-ratio: 274 / 411;
}

.photo-row-featured .wide-photo {
  aspect-ratio: 370 / 411;
}

.photo-section {
  padding: 10px 4.15vw;
  background: #ffffff;
}

.row-four {
  grid-template-columns: 1.34fr 0.96fr 0.8fr 1.03fr;
}

.row-four img,
.row-three img {
  aspect-ratio: 1 / 1.34;
}

.lower-photo-section {
  padding-top: 8px;
  padding-bottom: 17px;
}

.row-three {
  grid-template-columns: 1.7fr 1fr 1.32fr;
}

.row-three .wide-photo {
  aspect-ratio: 514 / 395;
}

.contact-section {
  background: #fff5ee;
  min-height: 516px;
  padding: 42px 0;
}

.contact-inner {
  position: relative;
  width: min(1366px, 100%);
  min-height: 431px;
  margin: 0 auto;
}

.contact-photo {
  position: absolute;
  left: 19.1%;
  top: 0;
  width: 31.5%;
  height: 431px;
  object-fit: cover;
  border: 7px solid #ffffff;
  border-radius: 24px;
}

.contact-logo {
  position: absolute;
  left: 45.9%;
  top: 39px;
  width: 33.8%;
}

.contact-copy {
  position: absolute;
  left: 54.1%;
  top: 213px;
  width: 32%;
  color: #231f20;
  font-family: "BlueMarlinMontserrat", Arial, sans-serif;
}

.contact-copy h2 {
  margin: 0 0 42px;
  font-size: clamp(36px, 3.14vw, 43px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
}

.contact-copy address {
  margin: 0;
  font-size: clamp(16px, 1.33vw, 18px);
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: 0;
}

@media (max-width: 760px) {
  .hero {
    height: 482px;
    min-height: 482px;
  }

  .hero-video {
    object-position: 44% center;
  }

  .hero-copy {
    width: 100%;
    padding: 0 16px;
    transform: translateY(36px);
  }

  .hero-logo {
    width: min(72vw, 310px);
    height: 88px;
    margin-bottom: 11px;
  }

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

  .brand-board {
    padding: 14px 16px 10px;
  }

  .brand-heading {
    display: block;
    font-size: 23px;
    line-height: 0.93;
  }

  .brand-heading h2 {
    width: min-content;
    min-width: 330px;
  }

  .brand-heading p {
    margin-top: 24px;
    text-align: left;
    white-space: normal;
  }

  .brand-strip {
    width: 96%;
    margin: 22px auto 16px;
  }

  .photo-row,
  .photo-row-featured,
  .row-four,
  .row-three {
    display: block;
  }

  .photo-row img {
    width: 100%;
    height: auto;
    margin: 0 auto 13px;
    border-radius: 9px;
  }

  .photo-row-featured img,
  .row-four img,
  .row-three img,
  .photo-row-featured .wide-photo,
  .row-three .wide-photo {
    aspect-ratio: auto;
  }

  .photo-row-featured img:not(:first-child),
  .photo-section {
    padding-top: 0;
  }

  .photo-section,
  .lower-photo-section {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 0;
  }

  .contact-section {
    min-height: 0;
    padding: 31px 16px 45px;
  }

  .contact-inner {
    min-height: 0;
    display: grid;
    gap: 26px;
  }

  .contact-photo,
  .contact-logo,
  .contact-copy {
    position: static;
    width: 100%;
  }

  .contact-photo {
    height: auto;
    border-width: 5px;
    border-radius: 18px;
  }

  .contact-logo {
    margin-top: 2px;
  }

  .contact-copy h2 {
    margin-bottom: 32px;
    font-size: 40px;
    line-height: 1;
  }

  .contact-copy address {
    font-size: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-video {
    display: none;
  }

  .hero {
    background: linear-gradient(rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.42)), url("_assets/video/86a7e3390ac4fd7b2bf0c2adfd4c8ce7.jpg") center / cover;
  }
}
