/* Figma sections: product introduction and company profile. */
:root {
  --figma-ink: rgba(0, 0, 0, 0.8);
  --figma-body: rgba(0, 0, 0, 0.6);
  --figma-page-x: clamp(28px, 6.83vw, 173px);
}

.product-section,
.about-section {
  position: relative;
  z-index: 3;
  overflow: hidden;
  background: #fff;
}

.product-section {
  min-height: clamp(820px, 46.8vw, 1186px);
}

.product-section::before {
  position: absolute;
  top: 0;
  left: -2%;
  width: 104%;
  height: clamp(105px, 8.08vw, 205px);
  border-top: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.1);
  content: "";
  filter: blur(clamp(20px, 1.43vw, 36.15px));
  pointer-events: none;
}

.product-section__device {
  position: absolute;
  top: clamp(145px, 8.72vw, 221px);
  left: 39.7%;
  width: clamp(340px, 20.62vw, 523px);
  height: clamp(625px, 38.04vw, 965px);
  overflow: hidden;
  filter: blur(clamp(5px, 0.36vw, 9.05px));
}

.product-section__device::after {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.4);
  content: "";
  pointer-events: none;
}

.product-section__device img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

.product-section__copy {
  position: absolute;
  top: clamp(310px, 19.31vw, 490px);
  left: 32%;
  width: 38.6%;
  color: var(--figma-ink);
  text-align: center;
}

.product-section__copy h2,
.about-section__copy h2 {
  margin: 0;
  color: var(--figma-ink);
  font-weight: 400;
  letter-spacing: 0.1em;
}

.product-section__copy h2 {
  font-size: clamp(38px, 3.23vw, 82px);
  line-height: 1.2;
}

.product-section__copy p {
  margin: clamp(54px, 3.6vw, 91px) auto 0;
  max-width: 980px;
  font-size: clamp(15px, 1.1vw, 28px);
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.product-section__copy strong {
  font-weight: 400;
}

.product-section__copy .product-section__teaser {
  margin-top: clamp(54px, 3.6vw, 91px);
}

.about-section {
  display: grid;
  grid-template-columns: minmax(0, 1.351fr) minmax(360px, 1fr);
  gap: clamp(38px, 6.04vw, 153px);
  min-height: clamp(480px, 23.8vw, 604px);
  margin-top: 0;
  padding: 0 clamp(28px, 6.83vw, 173px) 0 var(--figma-page-x);
}

.about-section__copy {
  min-width: 0;
}

.about-section__copy h2 {
  font-size: clamp(42px, 3.23vw, 82px);
  line-height: 1.4;
}

.about-section__eyebrow {
  margin: 0;
  color: var(--figma-ink);
  font-size: clamp(24px, 1.66vw, 42px);
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.about-section__body {
  margin-top: clamp(30px, 1.58vw, 40px);
  color: var(--figma-body);
  font-size: clamp(15px, 1.1vw, 28px);
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.about-section__body p {
  margin: 0;
}

.about-section__body p + p {
  margin-top: clamp(22px, 1.3vw, 33px);
}

.about-section__image {
  align-self: start;
  width: 100%;
  margin: clamp(58px, 2.29vw, 58px) 0 0;
  overflow: hidden;
  border-radius: 9px;
  aspect-ratio: 889 / 537;
}

.about-section__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-footer {
  padding-block: clamp(24px, 3vw, 48px);
}

.site-footer__copyright {
  justify-content: space-between;
}

.site-footer__copyright .site-footer__record {
  display: inline-block;
  margin-left: auto;
}

.site-footer__copyright .site-footer__top {
  display: none;
}

@media (max-width: 1100px) {
  .product-section__copy {
    left: 27%;
    width: 50%;
  }

  .about-section {
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  }
}

@media (max-width: 760px) {
  .product-section {
    min-height: 780px;
    padding: 62px var(--figma-page-x) 74px;
  }

  .product-section::before {
    height: 88px;
  }

  .product-section__device {
    position: relative;
    top: auto;
    left: auto;
    width: min(72vw, 360px);
    height: 500px;
    margin: 0 auto;
  }

  .product-section__copy {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin-top: -76px;
  }

  .product-section__copy h2 {
    font-size: clamp(32px, 9vw, 48px);
    letter-spacing: 0.08em;
  }

  .product-section__copy p {
    margin-top: 38px;
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 1.8;
  }

  .product-section__copy .product-section__teaser {
    margin-top: 38px;
  }

  .about-section {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: 0;
    margin-top: 0;
    padding: 64px var(--figma-page-x) 80px;
  }

  .about-section__copy h2 {
    font-size: clamp(42px, 13vw, 64px);
    letter-spacing: 0.08em;
  }

  .about-section__eyebrow {
    font-size: 24px;
    letter-spacing: 0.08em;
  }

  .about-section__body {
    margin-top: 40px;
    font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 1.85;
  }

  .about-section__body p + p {
    margin-top: 24px;
  }

  .about-section__image {
    width: 100%;
    margin-top: 46px;
  }

  .site-footer__copyright {
    align-items: center;
    gap: 16px;
  }

  .site-footer__copyright .site-footer__record {
    margin-left: auto;
    white-space: nowrap;
  }
}
