.about-profile-video-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: start;
  padding-top: 112px;
  padding-bottom: 24px;
}

.about-profile-video-layout + .inner-content {
  padding-top: 32px;
}

.about-profile-video-layout .inner-hero {
  min-width: 0;
  padding: 0;
  background: transparent;
}

.about-profile-video-layout .inner-hero .page-shell {
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
}

.about-profile-video-layout .inner-hero h1 {
  font-size: clamp(36px, 4.1vw, 58px);
}

.about-profile-video-layout .about-profile-brand {
  margin: 0;
  color: #fff;
  font-family: Copperplate, "Copperplate Gothic Light", "Copperplate Gothic", fantasy;
  font-size: clamp(42px, 4.4vw, 62px);
  font-style: normal;
  font-weight: 700;
  letter-spacing: .015em;
  line-height: 1;
}

.about-profile-company-name {
  margin: 7px 0 28px !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.5 !important;
  text-transform: uppercase;
}

.about-corporate-video {
  min-width: 0;
  max-width: none;
  padding: 0;
}

.about-corporate-video__heading {
  margin-bottom: 24px;
}

.about-corporate-video__heading b {
  display: block;
  margin-bottom: 10px;
  color: var(--orange, #e86f2d);
  font-size: 12px;
  letter-spacing: .14em;
}

.about-corporate-video__heading h2 {
  margin: 0;
  font-size: clamp(26px, 2.8vw, 38px);
  line-height: 1.08;
}

.about-corporate-video__frame {
  max-width: none;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 14px;
  background: #0b0d10;
  box-shadow: 0 20px 48px rgba(0, 0, 0, .2);
}

.about-corporate-video video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

@media (max-width: 640px) {
  .about-profile-video-layout {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-top: 82px;
    padding-bottom: 20px;
  }

  .about-profile-video-layout + .inner-content {
    padding-top: 28px;
  }

  .about-corporate-video {
    max-width: none;
    padding: 0;
  }

  .about-profile-video-layout .about-profile-brand {
    font-size: 42px;
  }

  .about-profile-company-name {
    margin: 6px 0 20px !important;
    font-size: 11px !important;
  }

  .about-corporate-video__heading {
    margin-bottom: 16px;
  }

  .about-corporate-video__frame {
    max-width: none;
    border-radius: 9px;
  }
}
