.links-page-main {
  min-height: calc(100vh - 76px);
}

.links-page .topbar-link::before {
  content: "本編";
}

.links-page-intro {
  position: relative;
  overflow: hidden;
  padding: 74px 0 68px;
  color: #ffffff;
  background: var(--manga-ink);
  border-bottom: 8px solid var(--manga-ink);
}

.links-page-intro::before {
  content: "";
  position: absolute;
  inset: -35%;
  opacity: 0.2;
  background: repeating-conic-gradient(
    from 220deg at 50% 48%,
    transparent 0deg 2.4deg,
    rgba(255, 255, 255, 0.15) 2.5deg 2.7deg,
    transparent 2.8deg 6.3deg
  );
  pointer-events: none;
}

.links-page-panel {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  min-height: 320px;
  margin: 0 auto;
  padding: 60px 64px 48px;
  overflow: hidden;
  color: var(--manga-ink);
  background: var(--manga-paper);
  border: 4px solid #ffffff;
  box-shadow: 12px 12px 0 #b9b4a9, 18px 18px 0 #ffffff;
  text-align: center;
}

.links-page-panel::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 2px solid var(--manga-ink);
  background: radial-gradient(circle at 50% 42%, #ffffff 0, transparent 62%);
  pointer-events: none;
}

.links-page-panel > * {
  position: relative;
  z-index: 1;
}

.links-page-chapter {
  position: absolute;
  left: 22px;
  top: 22px;
  display: grid;
  min-width: 64px;
  border: 2px solid var(--manga-ink);
  background: var(--manga-paper);
  box-shadow: 4px 4px 0 var(--manga-ink);
  transform: rotate(-2deg);
}

.links-page-chapter span {
  padding: 4px 8px;
  color: #ffffff;
  background: var(--manga-ink);
  font: 700 0.62rem/1 "Noto Sans JP", sans-serif;
  letter-spacing: 0.12em;
}

.links-page-chapter strong {
  padding: 4px 8px 2px;
  font: 400 1.55rem/1 "Bebas Neue", sans-serif;
  letter-spacing: 0.08em;
}

.links-page-eyebrow {
  margin: 0 0 8px;
  color: #373631;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.links-page-eyebrow span {
  display: inline-block;
  padding: 3px 6px;
  color: #ffffff;
  background: var(--manga-ink);
  font-family: "Noto Sans JP", sans-serif;
}

.links-page-panel h1 {
  margin: 0;
  font: 400 clamp(5rem, 11vw, 7.5rem)/0.86 "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.04em;
  text-shadow: 4px 4px 0 rgba(196, 20, 45, 0.22);
}

.links-page-panel > p:last-of-type {
  width: min(52ch, 100%);
  margin: 18px auto 0;
  color: #34332f;
  font-weight: 500;
  line-height: 1.6;
}

.links-page-stripe {
  display: flex;
  justify-content: center;
  margin: 30px -28px 0;
  padding: 9px 14px;
  overflow: hidden;
  color: #ffffff;
  background: var(--manga-ink);
  box-shadow: 5px 5px 0 var(--manga-red);
  font: 400 0.82rem/1 "Bebas Neue", sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
  transform: rotate(-1deg);
}

.links-page-stripe span:not(:last-child)::after {
  content: "✦";
  margin: 0 18px;
  color: var(--manga-red);
  font-size: 0.65rem;
}

.links-page-directory {
  padding-top: 76px;
}

@media (max-width: 640px) {
  .links-page-intro {
    padding: 44px 0 50px;
  }

  .links-page-panel {
    min-height: 280px;
    padding: 64px 24px 34px;
    box-shadow: 8px 8px 0 #b9b4a9, 12px 12px 0 #ffffff;
  }

  .links-page-panel::before {
    inset: 9px;
  }

  .links-page-chapter {
    left: 16px;
    top: 16px;
  }

  .links-page-eyebrow {
    font-size: 0.62rem;
    letter-spacing: 0.13em;
  }

  .links-page-panel h1 {
    font-size: clamp(4.7rem, 25vw, 6rem);
  }

  .links-page-panel > p:last-of-type {
    margin-top: 14px;
    font-size: 0.9rem;
  }

  .links-page-stripe {
    margin-top: 24px;
    font-size: 0.72rem;
  }

  .links-page-directory {
    padding-top: 52px;
  }

  .links-page-directory .section-title {
    display: block;
  }

  .links-page-directory .section-kicker {
    position: static;
    display: block;
    margin-bottom: 12px;
  }

  .links-page-directory .section-title h2 {
    font-size: clamp(3.2rem, 17vw, 4.2rem);
  }

  .links-page-directory .underline {
    width: 100%;
    margin-top: 14px;
  }
}
