.page-hero {
  height: auto;
  min-height: 372px;
}

.page-hero-body {
  width: min(1128px, 100% - 32px);
  margin: 0 auto;
  padding: 72px 0 88px;
}

.page-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 34px;
  padding: 0 16px;
  border-radius: 17px;
  background: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  letter-spacing: -0.28px;
}

.page-hero-title {
  width: min(760px, 100%);
  margin-top: 28px;
  font-size: clamp(36px, 4.444vw, 64px);
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.page-hero-icon {
  display: inline-block;
  width: 0.953em;
  height: 0.953em;
  margin: 0 0.313em -0.094em 0.438em;
}

.page-hero-meta {
  margin-top: 24px;
  opacity: 0.65;
}

.doc { margin-top: 96px; }

.doc-inner {
  display: flex;
  align-items: flex-start;
  gap: 5.674%;
}

.doc-aside {
  position: sticky;
  top: 40px;
  flex: none;
  width: 27.482%;
}

.doc-contents-title {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  opacity: 0.5;
}

.doc-contents {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 20px;
  border-left: 1px solid var(--line);
}

.doc-contents a {
  position: relative;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
  opacity: 0.6;
  transition: opacity 0.3s ease, color 0.3s ease;
}

.doc-contents a::before {
  content: '';
  position: absolute;
  left: -21px;
  top: 4px;
  width: 2px;
  height: 0;
  background: var(--orange);
  transition: height 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.doc-contents-current {
  color: var(--orange);
  opacity: 1;
  font-weight: 600;
}

.doc-contents a.doc-contents-current::before { height: 22px; }

.doc-body {
  flex: 1 1 0;
  min-width: 0;
  max-width: 744px;
}

.doc-lede {
  font-size: clamp(18px, 1.667vw, 22px);
  line-height: 1.45;
  letter-spacing: -0.02em;
}

.doc-section { padding-top: 56px; }

.doc-section:first-child { padding-top: 0; }

.doc-section-title {
  font-size: clamp(24px, 2.222vw, 32px);
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.doc-section p {
  margin-top: 20px;
  opacity: 0.8;
}

.doc-section h3 {
  margin-top: 32px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: -0.36px;
}

.doc-list {
  margin: 20px 0 0;
  padding-left: 22px;
  opacity: 0.8;
}

.doc-list li { margin-top: 10px; }

.doc-note {
  margin-top: 32px;
  padding: 28px 32px;
  border-radius: 24px;
  background: var(--cream);
}

.doc-note p { margin-top: 0; opacity: 0.8; }

.doc-note p + p { margin-top: 16px; }

.doc-section a { color: var(--orange); }

.doc-end { margin-top: 96px; }

@media (hover: hover) {

  .doc-contents a:hover { color: var(--orange); opacity: 1; }

  .doc-section a {
    text-decoration-color: transparent;
    transition: text-decoration-color 0.25s ease;
  }

  .doc-section a:hover { text-decoration-color: currentColor; }
}

@media (max-width: 768px) {

  .page-hero { min-height: 0; }

  .page-hero-body {
    width: min(343px, 100% - 32px);
    padding: 40px 0 56px;
  }

  .page-hero-title { margin-top: 20px; }

  .page-hero-meta { margin-top: 16px; }

  .doc { margin-top: 48px; }

  .doc-inner { flex-direction: column; gap: 40px; }

  .doc-aside {
    position: static;
    width: 100%;
  }

  .doc-contents {
    gap: 14px;
    padding: 24px;
    border-left: 0;
    border-radius: 24px;
    background: var(--cream);
  }

  .doc-contents-title { margin-bottom: 16px; }

  .doc-contents a::before { display: none; }

  .doc-body { max-width: 100%; }

  .doc-section { padding-top: 40px; }

  .doc-note { padding: 24px; }

  .doc-end { margin-top: 64px; }
}
