html {
  min-width: 0;
}

.appendices-section-opener-page .section-opener-number {
  font-weight: 900;
}

.appendices-section-opener-page .section-opener-main {
  display: block;
}

.appendices-section-opener-page .section-opener-copy {
  width: 49%;
}

.appendices-section-opener-page .section-opener-list {
  gap: clamp(7px, 0.9vh, 11px);
  margin-top: clamp(32px, 4vh, 48px);
  max-width: 620px;
}

.appendices-section-opener-page .appendices-download-link {
  width: 100%;
  grid-template-columns: 46px minmax(0, 1fr);
  column-gap: 14px;
  align-items: center;
  padding-block: 4px;
}

.appendices-section-opener-page .appendices-download-link::after {
  display: none;
}

.appendices-section-opener-page .appendices-download-link__icon {
  width: 42px;
  height: auto;
  margin: 0;
  display: block;
  object-fit: contain;
  transform: none;
  transition: transform 180ms ease;
}

.appendices-section-opener-page .appendices-download-link:hover .appendices-download-link__icon,
.appendices-section-opener-page .appendices-download-link:focus-visible .appendices-download-link__icon {
  transform: translateX(3px);
}

.appendices-section-opener-page .section-opener-visual {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.appendices-section-opener-page .section-opener-visual-art {
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  background-image: url("/assets/review/80d4276cda2e/chapter6-bg.jpg");
  background-position: left top;
  background-size: cover;
  background-blend-mode: multiply;
}

@media (max-width: 86rem) {
  .appendices-section-opener-page .section-opener-copy {
    width: 54%;
  }
}

@media (max-width: 68.75rem) {
  .appendices-section-opener-page .section-opener-copy {
    width: 60%;
  }
}

@media (max-width: 50rem) {
  .appendices-section-opener-page .section-opener-number {
    top: 0;
    font-size: clamp(68px, 18vw, 86px);
  }

  .appendices-section-opener-page .section-opener-main {
    display: flex;
  }

  .appendices-section-opener-page .section-opener-copy,
  .appendices-section-opener-page .section-opener-title {
    width: 100%;
    max-width: 100%;
  }

  .appendices-section-opener-page .section-opener-list {
    max-width: none;
    margin-top: 32px;
    gap: 9px;
  }

  .appendices-section-opener-page .section-opener-visual {
    position: relative;
    inset: auto;
    height: clamp(330px, 70vw, 500px);
    margin-top: auto;
  }

  .appendices-section-opener-page .section-opener-visual-art {
    inset: 0;
    height: 100%;
    aspect-ratio: auto;
    background-size: contain;
    background-position: left top;
  }
}

@media (max-width: 30rem) {
  .appendices-section-opener-page .section-opener-title > span {
    display: block;
    width: 119.8%;
    transform: scaleX(0.835);
    transform-origin: left top;
  }

  .appendices-section-opener-page .section-opener-list {
    margin-top: 30px;
    gap: 8px;
  }

  .appendices-section-opener-page .section-opener-visual {
    height: clamp(280px, 82vw, 330px);
  }

  .appendices-section-opener-page .appendices-download-link {
    grid-template-columns: 39px minmax(0, 1fr);
    column-gap: 12px;
    padding-block: 3px;
  }

  .appendices-section-opener-page .appendices-download-link__icon {
    width: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .appendices-section-opener-page .appendices-download-link__icon {
    transition: none;
  }
}
