.site {
  width: 100%;
  height: 100%;
  padding-top: 90px;
  background: transparent url(/assets/bgx2.png) no-repeat 100% 100% fixed;
  background-size: cover;
}

.container {
  max-width: 1440px;
  margin: auto;
  padding: 0 30px;
}

.container-narrow {
  max-width: 1100px;
  margin: auto;
  padding: 0 30px;
}

.topbar {
  height: 90px;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  background-color: #00081f;
}

.topbar-columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.topbar .logo img {
  display: block;
}

.menu {
  display: flex;
  gap: 4vw;
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: white;
  font-weight: 300;
  font-size: 16px;
}

.menu li:last-child,
.menu-button {
  display: none;
}

.section-hero {
  min-height: 750px;
  display: flex;
  align-items: center;
}

.hero-columns {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  width: 100%;
}

.hero-column-1 {
  flex: 1 0 50%;
}

.hero-column-1-inner {
  max-width: 600px;
  text-align: center;
  margin: auto;
}

.hero-column-1-inner h1 {
  font-size: 60px;
  margin: 0;
}

.hero-column-1-inner p {
  font-size: 40px;
  font-weight: 300;
  margin-top: 0.5em;
}

.hero-column-2 {
  flex: 1 0 50%;
  text-align: center;
}

.hero-media-wrapper {
  width: 85%;
  max-width: 540px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: auto;
}

.hero-media-wrapper video,
.hero-media-wrapper img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-media-wrapper img.fallback {
  display: none;
}

.angled-dark {
  background-color: #00081f;
  color: white;
  clip-path: polygon(0 6vw, 100% 0, 100% calc(100% - 6vw), 0 100%);
  padding-top: 6vw;
  padding-bottom: 6vw;
  transform: translateY(-8vw);
}

.angled-light {
  background-color: white;
  color: black;
  clip-path: polygon(0 6vw, 100% 0, 100% calc(100% - 6vw), 0 100%);
  padding-top: 6vw;
  padding-bottom: 6vw;
  transform: translateY(-6vw);
}

.angled-dark-fancy {
  background: url(/assets/bgx2.png) no-repeat 100% 100% fixed;
  background-size: cover;
  color: white;
  padding: 140px 20px;
  clip-path: polygon(0 6vw, 100% 0, 100% 100%, 0 100%);
  transform: translateY(-8vw);
}

.section-angled-double {
  background-color: white;
  color: black;
  padding: 100px 20px;
  clip-path: polygon(0 6vw, 100% 0, 100% calc(100% - 6vw), 0 100%);
}

.angled-dark-overlay {
  padding-top: 8vw;
  padding-bottom: 6vh;
  background: rgba(0, 8, 31, 0.1);
  filter: saturate(1.1) brightness(1.1);
  transform: none;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.wwd-title {
  font-size: 32px;
  margin: 0;
}

.section-wwd {
  padding-top: 12vh;
  padding-bottom: 12vh;
}

.section-wwd h3 {
  font-size: 48px;
  font-weight: 340;
  padding: 0;
  margin: 1em 0 0;
}

.section-wwd p {
  font-size: 32px;
  font-weight: 340;
  padding: 0;
  margin: 0.5em 0 0;
  width: 85%;
}

.wwd-visual {
  width: 100%;
  height: 45vh;
  overflow: hidden;
  position: relative;
}

.wwd-visual img {
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: auto 1176 / 304;
  transform: translate(-50%, -50%) scale(0.9) rotate(-2deg);
  height: 80%;
  will-change: transform;
}

.hiw-title {
  font-size: 48px;
  margin: 0;
  padding: 0;
}

.hiw-description {
  font-size: 30px;
  font-weight: 300;
  margin-top: 0;
}

.hiw-columns {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 300;
  margin-top: 100px;
  gap: 5vw;
}

.hiw-column {
  flex: 1 1 32%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: 0 0.5em;
}

.hiw-column h3 {
  font-size: 24px;
  padding: 0 1.5em;
  margin-bottom: 0.33em;
}

.hiw-column p {
  padding: 0 2em;
  margin-top: 0;
  opacity: 0.75;
}

.section-industries {
  font-size: 24px;
  font-weight: 300;
  padding-bottom: 16vh;
}

.section-industries p,
.section-industries ul li {
  color: #5d5e63;
}

.industries-columns {
  display: flex;
  justify-content: space-evenly;
  align-items: top;
  padding: 8vh 0 0;
}

.industries-columns:nth-child(2) {
  flex-direction: row-reverse;
}

.industries-column-a {
  flex: 1 1 55%;
}

.industries-column-b {
  flex: 1 1 45%;
  padding: 0 1em 0;
}

.industries-column-b img {
  display: block;
  margin: auto;
  width: 95%;
  max-width: 500px;
  border-radius: 10px;
  margin-top: 20px;
}

.section-industries h2 {
  font-size: 48px;
  font-weight: 340;
  margin-top: 0.33em;
}

.section-industries h4 {
  font-size: 30px;
  font-weight: 500;
}

.section-industries ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section-industries ul li:last-child {
  font-size: 30px;
  font-weight: 500;
  color: black;
}

.section-advantages {
  background-color: #010a25;
}

.section-advantages h2 {
  font-size: 48px;
}

.advantages-columns {
  display: flex;
  justify-content: space-between;
}

.advantages-column-a,
.advantages-column-b {
  flex: 1 0 50%;
}

.advantages-column-b img {
  width: 75%;
  max-width: 600px;
  border-radius: 10px;
  border: 4px solid #bada55;
}

.advantages-column-a-inner {
  margin: auto;
  max-width: fit-content;
}

.section-contact {
  height: 680px;
}

.section-contact h2 {
  font-size: 48px;
  max-width: 75%;
  margin: auto;
}

.contact-columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-column {
  flex: 1 0 50%;
}

.contact-form-grid {
  padding: 30px;
  margin: auto;
  box-sizing: content-box;
  max-width: 475px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  grid-template-areas:
    "a b"
    "c c"
    "d d"
    "e .";
}

.form-cell-a1 {
  grid-area: a;
}

.form-cell-a2 {
  grid-area: b;
}

.form-cell-b {
  grid-area: c;
}

.form-cell-c {
  grid-area: d;
}

.form-cell-d {
  grid-area: e;
}

.jost-family {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.advantages-list {
  list-style: none;
  padding: 0;
  margin-left: 20px;
}

.advantages-list li {
  display: flex;
  align-items: center;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 10px;
}

.advantages-list li::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(/assets/bullet.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 12px;
  flex-shrink: 0;
}

/* Transition */

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

.reveal-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

.footer {
  font-size: 13px;
  opacity: 0.45;
}

.scroll-target {
  scroll-margin-top: 72px;
}
