:root {
  --blue-light: #035fbd;
  --blue-dark: #1d2844;
  --w-light: #f5f5f5;
  --content-width: 1280px;
  --max-w: 1800px;
  --NFrutiger: "neue-frutiger-world", sans-serif;
  --fw-book: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 600;
  --fw-heavy: 700;
  --fw-black: 800;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  width: 100%;
  max-width: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body.discover-page {
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  background: #fff;
  color: var(--blue-dark);
  font-family: var(--NFrutiger);
  font-size: 16px;
  line-height: 1.45;
}

.discover-page-wrapper,
main,
.content-section {
  width: 100%;
  max-width: 100%;
}

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

img,
picture {
  display: block;
}

img {
  height: auto;
}

.page-container {
  width: calc(100% - 28px);
  max-width: var(--content-width);
  margin-inline: auto;
}

.content-image {
  width: 100%;
  height: auto;
}

.hero {
  position: relative;
  min-height: 686px;
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
  background: #4d493f;
  color: #fff;
}

.hero__media,
.hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__image {
  object-fit: cover;
  object-position: center bottom;
}

.hero__content {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 27px 14px 0;
}

.hero__logo {
  width: 139px;
  height: auto;
}

.hero__copy {
  width: 100%;
  margin-top: 72px;
}

.hero__copy h1 {
  margin: 0 0 22px;
  font-size: 28px;
  font-weight: var(--fw-heavy);
  line-height: 1.08;
}

.hero__copy p {
  width: 300px;
  margin: 0;
  font-size: 18px;
  font-weight: var(--fw-regular);
  line-height: 1.4;
}

.content-section {
  background: #fff;
}

.section-title {
  margin: 0 auto 22px;
  color: var(--blue-light);
  font-size: 30px;
  font-weight: var(--fw-black);
  line-height: 1.08;
  text-align: center;
}

.action-section {
  padding-top: 28px;
}

.action-montage,
.bottom-banner picture {
  display: block;
}

.video-section {
  padding-top: 58px;
}

.oneblade-video {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background-color: #000;
}

.oneblade-video video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #000;
  border: 0;
  object-fit: contain;
  object-position: center;
}

#videoSoundButton {
  position: absolute;
  top: auto;
  right: 14px;
  bottom: 14px;
  left: auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  background: transparent;
  border: 0;
  box-shadow: none;
  cursor: pointer;
}

#videoSoundButton i {
  display: block;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.7));
}

.portfolio-section {
  padding-top: 73px;
}

.portfolio-section .section-title {
  max-width: 310px;
}

.portfolio-grid {
  row-gap: 34px;
}

.product-card__image-wrap {
  display: grid;
  min-height: 320px;
  padding: 18px;
  background: var(--w-light);
  place-items: center;
}

.product-card__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-card__copy {
  padding-top: 20px;
}

.product-card h3 {
  margin: 0 0 18px;
  font-size: 20px;
  font-weight: var(--fw-heavy);
  line-height: 1.35;
}

.product-card p {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
}

.bottom-banner {
  padding: 34px 0 24px;
}

@media (min-width: 768px) {
  .page-container {
    width: calc(100% - 30px);
  }

  .hero {
    min-height: 533px;
  }

  .hero__image {
    object-position: center center;
  }

  .hero__content {
    width: calc(100% - 80px);
    max-width: var(--content-width);
    margin-inline: auto;
    padding: 70px 0 0;
  }

  .hero__logo {
    width: 215px;
  }

  .hero__copy {
    width: 430px;
    margin-top: 96px;
  }

  .hero__copy h1 {
    margin-bottom: 28px;
    font-size: 30px;
    line-height: 1.08;
  }

  .hero__copy p {
    width: 420px;
    font-size: 17px;
    line-height: 1.3;
  }

  .section-title {
    margin-bottom: 34px;
    line-height: 1.15;
  }

  .action-section {
    padding-top: 72px;
  }

  .video-section {
    padding-top: 86px;
  }

  #videoSoundButton {
     
    top: auto;
    right: 24px;
    bottom: 24px;
    width: 42px;
    height: 42px;
    font-size: 32px;
        
  }

  .portfolio-section {
    padding-top: 105px;
  }

  .portfolio-section .section-title {
    max-width: none;
    margin-bottom: 43px;
  }

  .portfolio-grid {
    margin-inline: -8px;
  }

  .product-card {
    padding-inline: 8px;
  }

  .product-card__image-wrap {
    min-height: 310px;
    padding: 14px;
  }

  .product-card__copy {
    padding: 35px 11px 0;
  }

  .product-card h3 {
    min-height: 48px;
    margin-bottom: 22px;
  }

  .product-card p {
    line-height: 1.55;
  }

  .bottom-banner {
    padding: 135px 0 81px;
  }
}

@media (min-width: 1200px) {
  .product-card__image-wrap {
    min-height: 310px;
  }
}