.integrated-opening-page {
  scrollbar-width: none;
}

.integrated-opening-page::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.hero-site-header {
  min-height: 140px;
  position: relative;
  z-index: 10;
  border-bottom: 1px solid var(--line);
  background: var(--ivory);
}

.hero-header-inner {
  min-height: 139px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
}

.hero-header-logo {
  width: 440px;
  height: 104px;
  display: block;
  flex: 0 0 auto;
}

.hero-header-logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: left center;
}

.hero-desktop-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 23px;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-desktop-nav > a:not(.hero-header-cta) {
  padding-block: 14px;
}

.hero-desktop-nav > a:not(.hero-header-cta):hover,
.hero-desktop-nav > a:not(.hero-header-cta):focus-visible {
  color: var(--oxblood);
}

.hero-mobile-menu {
  display: none;
  position: relative;
  flex: 0 0 auto;
}

.hero-mobile-menu summary {
  min-height: 44px;
  padding: 11px 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(17, 17, 17, .28);
  color: var(--ink);
  cursor: pointer;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
  list-style: none;
  text-transform: uppercase;
}

.hero-mobile-menu summary::-webkit-details-marker {
  display: none;
}

.hero-mobile-menu nav {
  width: 220px;
  padding: 13px 18px;
  display: grid;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  color: var(--ivory);
  background: var(--ink);
  box-shadow: 0 14px 30px rgba(17, 17, 17, .16);
}

.hero-mobile-menu nav a {
  padding: 10px 0;
  border-bottom: 1px solid rgba(247, 245, 242, .16);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.hero-mobile-menu nav a:last-child {
  border-bottom: 0;
}

.manifesto-strip {
  height: 56px;
  padding-inline: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
  background: var(--ink);
}

.manifesto-strip img {
  width: min(760px, calc(100vw - 80px));
  height: auto;
  display: block;
}

.hero-immersive {
  min-height: 720px;
  position: relative;
  overflow: hidden;
  background: var(--ivory);
}

.hero-integrated-shell {
  min-height: 720px;
  padding-block: 70px 64px;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
  grid-template-rows: 1fr auto;
}

.hero-primary {
  width: 720px;
  max-width: 720px;
  align-self: center;
  padding: 0 0 28px;
  grid-column: 1;
  position: relative;
  z-index: 1;
}

.hero-primary .eyebrow {
  margin-bottom: 26px;
}

.hero-primary h1 {
  max-width: 720px;
  font-size: clamp(64px, 5.8vw, 86px);
  line-height: .97;
}

.hero-integrated-support {
  max-width: 520px;
  align-self: end;
  grid-column: 1;
  position: relative;
  z-index: 1;
}

.hero-integrated-support .hero-lede {
  max-width: 625px;
  margin: 0 0 34px;
}

.hero-visual {
  width: 49vw;
  margin: 0;
  position: absolute;
  z-index: 0;
  top: 0;
  right: calc((var(--shell) - 100vw) / 2);
  bottom: 0;
  left: auto;
  overflow: hidden;
  background: #03040a;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 4%, #000 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 4%, #000 100%);
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 31%;
  background: linear-gradient(to top, rgba(3, 4, 10, .86), rgba(3, 4, 10, 0));
  pointer-events: none;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 55% 55%;
}

.hero-visual figcaption {
  position: absolute;
  z-index: 2;
  right: max(44px, calc((100vw - 1180px) / 2));
  bottom: 40px;
  color: var(--ivory);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .2em;
}

@media (max-width: 1180px) {
  .hero-header-logo {
    width: 390px;
    height: 94px;
  }

  .hero-desktop-nav {
    display: none;
  }

  .hero-mobile-menu {
    display: block;
  }
}

@media (max-width: 1100px) and (min-width: 901px) {
  .hero-integrated-shell {
    grid-template-columns: minmax(0, 1.06fr) minmax(330px, .94fr);
  }

  .hero-primary h1 {
    max-width: 640px;
    font-size: 65px;
  }

  .hero-primary {
    width: 640px;
    max-width: 640px;
  }
}

@media (max-width: 900px) {
  .hero-site-header {
    min-height: 116px;
  }

  .hero-header-inner {
    min-height: 115px;
  }

  .hero-header-logo {
    width: 315px;
    height: 78px;
  }

  .hero-desktop-nav {
    display: none;
  }

  .hero-mobile-menu {
    display: block;
  }

  .manifesto-strip {
    height: 54px;
    padding-inline: 20px;
  }

  .manifesto-strip img {
    width: min(640px, calc(100vw - 40px));
  }

  .hero-immersive,
  .hero-integrated-shell {
    min-height: auto;
  }

  .hero-integrated-shell {
    padding-block: 51px 78px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .hero-primary {
    width: auto;
    max-width: none;
    padding: 0;
    z-index: 2;
  }

  .hero-primary h1 {
    max-width: 650px;
    font-size: clamp(52px, 11.8vw, 72px);
    line-height: .99;
  }

  .hero-visual {
    width: calc(100% + 40px);
    height: 620px;
    margin: 0 -20px;
    position: relative;
    inset: auto;
    grid-column: 1;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 3%, #000 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, #000 3%, #000 100%);
  }

  .hero-visual img {
    object-position: 50% 54%;
  }

  .hero-visual figcaption {
    right: auto;
    bottom: 24px;
    left: 20px;
  }

  .hero-integrated-support {
    margin-top: 38px;
  }

  .hero-integrated-support .button {
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .hero-site-header {
    min-height: 112px;
  }

  .hero-header-inner {
    min-height: 111px;
  }

  .hero-header-inner {
    gap: 10px;
  }

  .hero-header-logo {
    width: min(280px, calc(100% - 52px));
    height: 74px;
  }

  .hero-mobile-menu summary {
    min-width: 42px;
    padding-inline: 8px;
    overflow: hidden;
    color: transparent;
    font-size: 0;
    letter-spacing: 0;
  }

  .hero-mobile-menu summary::after {
    content: "Menu";
    color: var(--ink);
    font-size: 8px;
    letter-spacing: .1em;
    text-transform: uppercase;
  }

  .manifesto-strip img {
    width: calc(100vw - 34px);
  }

  .hero-integrated-shell {
    padding-top: 26px;
  }

  .hero-primary {
    padding-top: 0;
  }

  .hero-primary .eyebrow {
    max-width: 310px;
    margin-bottom: 10px;
    line-height: 1.55;
  }

  .hero-primary h1 {
    min-height: 204px;
    font-size: clamp(46px, 12.2vw, 48px);
  }

  .hero-primary h1 em {
    text-shadow: 0 1px 0 rgba(247, 245, 242, .18);
  }

  .hero-transition-start,
  .hero-transition-overlap {
    display: block;
  }

  .hero-transition-start {
    position: relative;
    top: 4px;
  }

  .hero-heading-upper {
    display: block;
    position: relative;
    top: 28px;
  }

  .hero-transition-overlap {
    max-width: 285px;
    position: relative;
    top: 32px;
  }

  .hero-visual img {
    transform: scale(1.12);
    transform-origin: 50% 100%;
  }

  .hero-visual {
    height: 565px;
    margin-top: -62px;
  }

  .hero-integrated-support {
    margin-top: 34px;
  }

  .hero-integrated-support .hero-lede {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 1.72;
  }

  .hero-integrated-support .button {
    width: 100%;
  }
}

@media (max-width: 340px) {
  .hero-primary h1 {
    min-height: 243px;
    font-size: 48px;
  }
}
