:root {
  --edition-ink: #111716;
  --edition-deep: #0b1212;
  --edition-paper: #e8e4dc;
  --edition-white: #f5f3ed;
  --edition-acid: #c9ff3d;
  --edition-signal: #ef5a34;
  --edition-blue: #3156dc;
  --edition-muted: #767872;
  --edition-line: rgba(17, 23, 22, 0.26);
  --edition-line-light: rgba(245, 243, 237, 0.28);
  --edition-serif: "Noto Serif KR", Georgia, serif;
  --edition-display: "Cormorant Garamond", "Noto Serif KR", Georgia, serif;
  --edition-sans: "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
  --edition-gutter: 5.5vw;
}

html {
  scroll-behavior: smooth;
}

.edition-body {
  margin: 0;
  color: var(--edition-ink);
  background: var(--edition-paper);
  font-family: var(--edition-serif);
  line-height: 1.8;
  word-break: keep-all;
}

.edition-body * {
  box-sizing: border-box;
}

.edition-body img {
  display: block;
  width: 100%;
  max-width: none;
}

.edition-body a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.edition-body h1,
.edition-body h2,
.edition-body h3,
.edition-body p,
.edition-body figure,
.edition-body blockquote {
  margin-top: 0;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 200;
  transform: translateY(-150%);
  padding: 10px 14px;
  color: var(--edition-ink);
  background: var(--edition-acid);
  font: 700 0.8rem/1 var(--edition-sans);
}

.skip-link:focus {
  transform: translateY(0);
}

.edition-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 72px;
  padding: 0 var(--edition-gutter);
  border-bottom: 1px solid rgba(245, 243, 237, 0.35);
  color: var(--edition-white);
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.edition-header.is-scrolled {
  border-color: var(--edition-line);
  color: var(--edition-ink);
  background: rgba(232, 228, 220, 0.94);
  backdrop-filter: blur(14px);
}

.edition-brand {
  display: inline-flex;
  align-items: baseline;
  gap: 9px;
  width: fit-content;
  color: inherit;
  font-family: var(--edition-display);
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.brand-ko {
  font-family: var(--edition-sans);
  font-size: 0.66rem;
  font-weight: 700;
}

.issue-stamp {
  margin: 0;
  font: 600 0.69rem/1 var(--edition-sans);
}

.edition-nav {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  font: 600 0.72rem/1 var(--edition-sans);
}

.edition-nav a {
  text-decoration: none;
}

.edition-nav a:hover,
.edition-nav a:focus-visible {
  color: var(--edition-acid);
}

.edition-header.is-scrolled .edition-nav a:hover,
.edition-header.is-scrolled .edition-nav a:focus-visible {
  color: var(--edition-blue);
}

.edition-hero {
  position: relative;
  isolation: isolate;
  min-height: 94svh;
  overflow: hidden;
  color: var(--edition-white);
  background-image: url("assets/edition/pyeongchon-church.jpg");
  background-position: center 46%;
  background-size: cover;
}

.hero-shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 12, 12, 0.46) 0%, rgba(7, 12, 12, 0.06) 32%, rgba(7, 12, 12, 0.12) 48%, rgba(7, 12, 12, 0.92) 100%),
    linear-gradient(90deg, rgba(7, 12, 12, 0.6) 0%, transparent 58%);
}

.edition-hero-inner {
  position: absolute;
  left: var(--edition-gutter);
  bottom: 8.5vh;
  z-index: 2;
  width: min(760px, 65vw);
}

.hero-kicker,
.acid-label,
.signal-label {
  margin: 0 0 18px;
  font: 700 0.71rem/1.4 var(--edition-sans);
}

.hero-kicker,
.acid-label {
  color: var(--edition-acid);
}

.signal-label {
  color: var(--edition-signal);
}

.edition-hero h1 {
  margin: 0;
  font-family: var(--edition-serif);
  font-size: 7.4rem;
  font-weight: 500;
  line-height: 0.95;
}

.hero-subtitle {
  margin: 14px 0 0;
  font-size: 2.35rem;
  font-weight: 500;
  line-height: 1.3;
}

.hero-deck {
  max-width: 630px;
  margin: 22px 0 0;
  color: rgba(245, 243, 237, 0.86);
  font-size: 1rem;
  line-height: 1.9;
}

.hero-issue-number {
  position: absolute;
  right: var(--edition-gutter);
  bottom: 5.5vh;
  color: var(--edition-acid);
  font: 500 12rem/0.78 var(--edition-display);
}

.hero-vertical {
  position: absolute;
  top: 50%;
  right: 18px;
  z-index: 2;
  font: 600 0.65rem/1 var(--edition-sans);
  writing-mode: vertical-rl;
  transform: translateY(-50%);
}

.hero-credit {
  position: absolute;
  right: var(--edition-gutter);
  bottom: 16px;
  z-index: 2;
  margin: 0;
  color: rgba(245, 243, 237, 0.7);
  font: 500 0.67rem/1.4 var(--edition-sans);
}

.hero-scroll {
  position: absolute;
  left: var(--edition-gutter);
  bottom: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font: 700 0.69rem/1 var(--edition-sans);
  text-decoration: none;
}

.hero-scroll span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(245, 243, 237, 0.55);
  border-radius: 50%;
}

.running-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0 18px;
  border-top: 2px solid currentColor;
  border-bottom: 1px solid var(--edition-line);
  font: 700 0.67rem/1 var(--edition-sans);
}

.running-head a {
  text-decoration: none;
}

.running-head-light {
  color: var(--edition-white);
  border-bottom-color: var(--edition-line-light);
}

.contents-section {
  padding: 44px var(--edition-gutter) 0;
  background: var(--edition-paper);
}

.contents-intro {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 9vw;
  align-items: start;
  padding: 62px 0 80px;
}

.contents-intro h2 {
  margin: 0;
  font: 600 7rem/0.85 var(--edition-display);
}

.contents-intro p {
  margin: 6px 0 0;
  font-size: 1.05rem;
  line-height: 2;
}

.contents-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--edition-ink);
}

.contents-list li {
  border-bottom: 1px solid var(--edition-line);
}

.contents-list a {
  display: grid;
  grid-template-columns: 74px minmax(260px, 0.85fr) 1fr;
  gap: 20px;
  align-items: center;
  min-height: 76px;
  text-decoration: none;
  transition: background-color 160ms ease, padding 160ms ease;
}

.contents-list a:hover,
.contents-list a:focus-visible {
  padding-right: 18px;
  padding-left: 18px;
  background: var(--edition-acid);
}

.contents-list span,
.contents-list strong {
  font-family: var(--edition-sans);
  font-size: 0.72rem;
}

.contents-list em {
  font-style: normal;
  font-size: 0.93rem;
}

.manifesto-section {
  margin-top: 0;
  padding: 70px var(--edition-gutter) 120px;
  color: var(--edition-white);
  background: var(--edition-deep);
}

.manifesto-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(380px, 0.72fr);
  justify-content: space-between;
  gap: 10vw;
  padding-top: 82px;
}

.manifesto-grid h2 {
  margin: 0;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.35;
}

.manifesto-copy {
  color: rgba(245, 243, 237, 0.72);
  font-size: 1.02rem;
}

.manifesto-copy .dropcap::first-letter {
  float: left;
  margin: 5px 10px 0 0;
  color: var(--edition-acid);
  font-family: var(--edition-display);
  font-size: 5.8rem;
  line-height: 0.7;
}

.manifesto-copy p {
  margin-bottom: 30px;
}

.manifesto-copy blockquote {
  margin: 50px 0;
  padding: 30px 0;
  border-top: 1px solid var(--edition-line-light);
  border-bottom: 1px solid var(--edition-line-light);
  color: var(--edition-acid);
  font-size: 1.65rem;
  line-height: 1.7;
}

.editorial-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid currentColor;
  font: 700 0.76rem/2.2 var(--edition-sans);
  text-decoration: none;
}

.light-link {
  color: var(--edition-white);
}

.portrait-spread {
  display: grid;
  grid-template-columns: 1.45fr 0.95fr;
  gap: 28px;
  padding: 105px var(--edition-gutter) 72px;
  background: var(--edition-paper);
}

.portrait-spread figure {
  margin: 0;
}

.portrait-primary img {
  aspect-ratio: 1 / 1.12;
  object-fit: cover;
  object-position: center;
}

.portrait-side {
  display: grid;
  gap: 54px;
  align-content: start;
  padding-top: 130px;
}

.portrait-side img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.portrait-spread figcaption,
.calligraphy-feature figcaption {
  margin-top: 12px;
  font: 500 0.71rem/1.7 var(--edition-sans);
}

.portrait-spread figcaption strong,
.calligraphy-feature figcaption strong {
  margin-right: 10px;
}

.spread-source {
  grid-column: 2;
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid var(--edition-ink);
  font: 500 0.69rem/1.7 var(--edition-sans);
}

.city-feature {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 92svh;
  overflow: hidden;
  color: var(--edition-white);
}

.city-image,
.city-overlay {
  position: absolute;
  z-index: -2;
  inset: 0;
}

.city-image {
  background-image: url("assets/edition/pyeongchon-park.jpg");
  background-position: center;
  background-size: cover;
}

.city-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(6, 12, 12, 0.9) 0%, rgba(6, 12, 12, 0.68) 42%, rgba(6, 12, 12, 0.08) 74%),
    linear-gradient(180deg, rgba(6, 12, 12, 0.15), rgba(6, 12, 12, 0.58));
}

.city-copy {
  align-self: end;
  width: min(690px, 55vw);
  margin: 0 0 9vh var(--edition-gutter);
}

.city-copy h2 {
  margin: 0 0 26px;
  font-size: 6.5rem;
  font-weight: 500;
  line-height: 1;
}

.city-copy h2 span {
  display: block;
  margin-bottom: 10px;
  color: var(--edition-acid);
  font: 600 3.3rem/1 var(--edition-display);
}

.city-copy p:not(.acid-label) {
  max-width: 560px;
  margin-bottom: 32px;
  color: rgba(245, 243, 237, 0.84);
  font-size: 1.03rem;
}

.city-credit {
  position: absolute;
  right: var(--edition-gutter);
  bottom: 22px;
  margin: 0;
  color: rgba(245, 243, 237, 0.72);
  font: 500 0.66rem/1.5 var(--edition-sans);
}

.theology-feature {
  padding: 72px var(--edition-gutter) 120px;
  color: var(--edition-white);
  background: #101817;
}

.theology-heading {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 8vw;
  align-items: end;
  padding: 80px 0 100px;
}

.theology-heading .acid-label {
  grid-column: 1 / -1;
  margin-bottom: -38px;
}

.theology-heading h2 {
  margin: 0;
  font-size: 5.4rem;
  font-weight: 500;
  line-height: 1.2;
}

.theology-heading > p:last-child {
  margin: 0 0 8px;
  color: rgba(245, 243, 237, 0.7);
  font-size: 1rem;
}

.theologian-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(320px, 0.8fr) minmax(300px, 1.05fr);
  gap: 4.5vw;
  align-items: start;
}

.theologian-portrait {
  margin: 0;
}

.theologian-portrait img {
  width: 100%;
  filter: contrast(1.04);
}

.bonhoeffer-figure img {
  aspect-ratio: 0.66 / 1;
  object-fit: cover;
}

.moltmann-figure {
  padding-top: 150px;
}

.moltmann-figure img {
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
  object-position: 55% center;
}

.theologian-portrait figcaption {
  display: grid;
  gap: 8px;
  margin-top: 15px;
}

.theologian-portrait figcaption span,
.theologian-portrait figcaption small {
  color: rgba(245, 243, 237, 0.62);
  font: 500 0.66rem/1.5 var(--edition-sans);
}

.theologian-portrait figcaption strong {
  color: var(--edition-acid);
  font: 600 2.2rem/0.88 var(--edition-display);
}

.theology-thesis {
  padding-top: 54px;
}

.thesis-index {
  display: block;
  margin-bottom: 10px;
  color: var(--edition-acid);
  font: 600 2.4rem/1 var(--edition-display);
}

.theology-thesis h3 {
  margin: 0 0 16px;
  font-size: 1.45rem;
  font-weight: 500;
}

.theology-thesis p {
  margin-bottom: 48px;
  color: rgba(245, 243, 237, 0.68);
  font-size: 0.95rem;
}

.calligraphy-feature {
  padding: 72px var(--edition-gutter) 130px;
  background: var(--edition-paper);
}

.calligraphy-heading {
  display: grid;
  grid-template-columns: 1.15fr 0.65fr;
  gap: 9vw;
  align-items: end;
  padding: 80px 0 90px;
}

.calligraphy-heading h2 {
  margin: 0;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.32;
}

.calligraphy-heading > p {
  margin: 0 0 12px;
  font-size: 1rem;
}

.calligraphy-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 30px;
  align-items: start;
}

.calligraphy-grid figure {
  margin: 0;
}

.calligraphy-main {
  grid-row: span 2;
}

.calligraphy-main img {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.books-figure {
  margin-top: 118px !important;
}

.books-figure img {
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

.calligraphy-note {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 26px;
  align-items: start;
  margin-top: 44px;
  padding-top: 32px;
  border-top: 1px solid var(--edition-ink);
}

.calligraphy-note span {
  color: var(--edition-signal);
  font-size: 7rem;
  line-height: 0.85;
}

.calligraphy-note p {
  margin: 0;
  font-size: 0.94rem;
}

.artwork-ledger {
  margin-top: 120px;
  padding-top: 30px;
  border-top: 1px solid var(--edition-ink);
}

.artwork-ledger-head {
  display: grid;
  grid-template-columns: 0.55fr 1fr 0.75fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 64px;
}

.artwork-ledger-head .signal-label {
  align-self: start;
  margin-top: 10px;
}

.artwork-ledger-head h3 {
  margin: 0;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.artwork-ledger-head > p:last-child {
  margin: 0 0 9px;
  font-size: 0.94rem;
}

.artwork-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.artwork-piece {
  margin: 0;
}

.artwork-piece-offset {
  margin-top: 76px;
}

.artwork-media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #e4e0d7;
}

.artwork-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.artwork-piece-horizontal .artwork-media {
  display: grid;
  place-items: center;
  padding: 28px;
  background: #d9d7d0;
}

.artwork-piece-horizontal img {
  height: auto;
  object-fit: contain;
}

.artwork-piece figcaption {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 4px 16px;
  padding-top: 14px;
  border-top: 1px solid var(--edition-ink);
}

.artwork-piece figcaption span {
  grid-row: span 2;
  color: var(--edition-signal);
  font: 700 0.72rem/1.4 var(--edition-sans);
}

.artwork-piece figcaption strong {
  font-size: 1.02rem;
  font-weight: 600;
}

.artwork-piece figcaption a {
  color: rgba(20, 22, 21, 0.62);
  font-size: 0.74rem;
  text-decoration: none;
}

.artwork-piece figcaption a:hover {
  color: var(--edition-signal);
}

.interview-feature {
  position: relative;
  isolation: isolate;
  min-height: 88svh;
  padding: 70px var(--edition-gutter) 90px;
  overflow: hidden;
  color: var(--edition-white);
  background-image: url("assets/interview-library.jpeg");
  background-position: center 52%;
  background-size: cover;
}

.interview-overlay {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 12, 12, 0.94) 0%, rgba(8, 12, 12, 0.68) 48%, rgba(8, 12, 12, 0.2) 100%),
    linear-gradient(180deg, rgba(8, 12, 12, 0.15), rgba(8, 12, 12, 0.74));
}

.interview-copy {
  display: flex;
  min-height: 67svh;
  width: min(760px, 62vw);
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 70px;
}

.interview-copy h2 {
  margin: 0 0 24px;
  font-size: 5.6rem;
  font-weight: 500;
  line-height: 1.2;
}

.interview-copy > p:not(.acid-label) {
  max-width: 610px;
  margin-bottom: 34px;
  color: rgba(245, 243, 237, 0.78);
  font-size: 1.02rem;
}

.interview-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: min(320px, 100%);
  min-height: 52px;
  padding: 0 18px;
  color: var(--edition-ink);
  background: var(--edition-acid);
  font: 700 0.78rem/1 var(--edition-sans);
  text-decoration: none;
}

.interview-button:hover,
.interview-button:focus-visible {
  background: var(--edition-white);
}

.archive-edition {
  padding: 72px var(--edition-gutter) 130px;
  background: var(--edition-white);
}

.archive-edition-head {
  display: grid;
  grid-template-columns: 1.12fr 0.68fr;
  gap: 10vw;
  align-items: end;
  padding: 82px 0 72px;
}

.archive-edition-head h2 {
  margin: 0;
  font-size: 5.2rem;
  font-weight: 500;
  line-height: 1.18;
}

.archive-edition-head > p {
  margin: 0 0 10px;
  font-size: 0.98rem;
}

.edition-body .archive-tools {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 0.35fr);
  gap: 24px;
  align-items: center;
  margin-bottom: 18px;
  padding: 18px 0;
  border-top: 1px solid var(--edition-ink);
  border-bottom: 1px solid var(--edition-line);
  background: transparent;
}

.edition-body .filters {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.edition-body .filter {
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid var(--edition-line);
  border-radius: 0;
  color: var(--edition-ink);
  background: transparent;
  font: 600 0.72rem/1 var(--edition-sans);
  cursor: pointer;
}

.edition-body .filter:hover,
.edition-body .filter:focus-visible,
.edition-body .filter.is-active {
  border-color: var(--edition-ink);
  color: var(--edition-white);
  background: var(--edition-ink);
}

.edition-body .search-label {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  font: 700 0.72rem/1 var(--edition-sans);
}

.edition-body .search-label input {
  width: 100%;
  min-height: 38px;
  padding: 0 10px;
  border: 0;
  border-bottom: 1px solid var(--edition-ink);
  border-radius: 0;
  color: var(--edition-ink);
  background: transparent;
  font: 500 0.78rem/1 var(--edition-sans);
}

.archive-list {
  border-top: 1px solid var(--edition-ink);
}

.edition-body .archive-card {
  display: grid;
  grid-template-columns: 122px 86px minmax(250px, 0.85fr) minmax(290px, 1fr) 44px;
  gap: 22px;
  align-items: center;
  min-height: 116px;
  padding: 18px 0;
  border: 0;
  border-bottom: 1px solid var(--edition-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: background-color 160ms ease, padding 160ms ease;
}

.edition-body .archive-card:hover {
  padding-right: 14px;
  padding-left: 14px;
  background: var(--edition-paper);
}

.edition-body .archive-card time,
.edition-body .archive-card .tag {
  margin: 0;
  font: 600 0.7rem/1.5 var(--edition-sans);
}

.edition-body .archive-card .tag {
  width: fit-content;
  padding: 4px 7px;
  border: 1px solid var(--edition-ink);
  border-radius: 0;
  color: var(--edition-ink);
  background: transparent;
}

.edition-body .archive-card h3 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.55;
}

.edition-body .archive-card p {
  margin: 0;
  color: #555c58;
  font-size: 0.82rem;
  line-height: 1.7;
}

.edition-body .archive-card > a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--edition-line);
  border-radius: 50%;
  font-family: var(--edition-sans);
  text-decoration: none;
}

.edition-body .archive-card > a:hover,
.edition-body .archive-card > a:focus-visible {
  border-color: var(--edition-blue);
  color: var(--edition-white);
  background: var(--edition-blue);
}

.archive-empty {
  margin: 0;
  padding: 64px 0;
  text-align: center;
}

.source-ledger {
  padding: 72px var(--edition-gutter) 110px;
  color: var(--edition-white);
  background: var(--edition-deep);
}

.source-ledger-head {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: 8vw;
  align-items: end;
  padding: 78px 0 86px;
}

.source-ledger-head h2 {
  margin: 0;
  font: 600 5.8rem/0.9 var(--edition-display);
}

.source-ledger-head p {
  margin: 0;
  color: rgba(245, 243, 237, 0.68);
  font-size: 0.9rem;
}

.source-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7vw;
}

.source-columns h3 {
  margin: 0 0 20px;
  color: var(--edition-acid);
  font: 700 0.72rem/1 var(--edition-sans);
}

.source-columns a {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  padding: 17px 0;
  border-top: 1px solid var(--edition-line-light);
  color: rgba(245, 243, 237, 0.76);
  font: 500 0.76rem/1.6 var(--edition-sans);
  text-decoration: none;
}

.source-columns a:last-child {
  border-bottom: 1px solid var(--edition-line-light);
}

.source-columns a:hover,
.source-columns a:focus-visible {
  color: var(--edition-acid);
}

.source-columns span {
  color: var(--edition-acid);
}

.edition-footer {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 46px var(--edition-gutter);
  color: var(--edition-ink);
  background: var(--edition-acid);
  font-family: var(--edition-sans);
}

.edition-footer strong {
  font-family: var(--edition-display);
  font-size: 1.2rem;
}

.edition-footer p {
  margin: 5px 0 0;
  font-size: 0.72rem;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 0.72rem;
  font-weight: 700;
}

@media (max-width: 1120px) {
  .edition-header {
    grid-template-columns: 1fr auto;
  }

  .issue-stamp {
    display: none;
  }

  .edition-hero h1 {
    font-size: 6.2rem;
  }

  .hero-issue-number {
    font-size: 9rem;
  }

  .contents-intro h2 {
    font-size: 5.8rem;
  }

  .manifesto-grid h2,
  .calligraphy-heading h2 {
    font-size: 3.8rem;
  }

  .theology-heading h2,
  .interview-copy h2,
  .archive-edition-head h2 {
    font-size: 4.4rem;
  }

  .theologian-grid {
    grid-template-columns: 0.75fr 1fr;
  }

  .moltmann-figure {
    grid-column: 2;
    padding-top: 10px;
  }

  .theology-thesis {
    padding-top: 20px;
  }

  .edition-body .archive-card {
    grid-template-columns: 100px 72px minmax(220px, 0.85fr) 1fr 42px;
    gap: 16px;
  }
}

@media (max-width: 820px) {
  :root {
    --edition-gutter: 24px;
  }

  .edition-header {
    min-height: 64px;
  }

  .edition-nav {
    gap: 15px;
  }

  .edition-nav a:nth-child(2),
  .edition-nav a:nth-child(4) {
    display: none;
  }

  .edition-hero {
    min-height: 88svh;
    background-position: 56% center;
  }

  .edition-hero-inner {
    bottom: 10vh;
    width: calc(100% - 48px);
  }

  .edition-hero h1 {
    font-size: 4.7rem;
  }

  .hero-subtitle {
    font-size: 1.65rem;
  }

  .hero-deck {
    max-width: 520px;
    font-size: 0.92rem;
  }

  .hero-issue-number,
  .hero-vertical,
  .hero-credit {
    display: none;
  }

  .contents-intro,
  .manifesto-grid,
  .theology-heading,
  .calligraphy-heading,
  .archive-edition-head,
  .source-ledger-head {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .contents-intro {
    padding: 48px 0 58px;
  }

  .contents-intro h2 {
    font-size: 4.6rem;
  }

  .contents-list a {
    grid-template-columns: 42px 1fr;
    gap: 14px;
    padding: 14px 0;
  }

  .contents-list em {
    grid-column: 2;
  }

  .manifesto-section,
  .theology-feature,
  .calligraphy-feature,
  .archive-edition,
  .source-ledger {
    padding-top: 46px;
    padding-bottom: 86px;
  }

  .manifesto-grid {
    padding-top: 58px;
  }

  .portrait-spread {
    grid-template-columns: 1fr;
    padding-top: 72px;
  }

  .portrait-side {
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    padding-top: 8px;
  }

  .spread-source {
    grid-column: 1;
  }

  .city-copy {
    width: calc(100% - 48px);
  }

  .city-copy h2 {
    font-size: 4.8rem;
  }

  .theology-heading .acid-label {
    grid-column: auto;
    margin-bottom: -10px;
  }

  .theologian-grid {
    grid-template-columns: 0.75fr 1fr;
    gap: 28px;
  }

  .theology-thesis {
    padding-top: 0;
  }

  .moltmann-figure {
    grid-column: 1 / -1;
    width: 72%;
    margin-left: auto;
  }

  .calligraphy-grid {
    grid-template-columns: 1fr 1fr;
  }

  .calligraphy-main {
    grid-row: auto;
  }

  .books-figure {
    margin-top: 110px !important;
  }

  .calligraphy-note {
    grid-column: 1 / -1;
  }

  .artwork-ledger-head {
    grid-template-columns: 0.6fr 1fr;
  }

  .artwork-ledger-head > p:last-child {
    grid-column: 2;
  }

  .interview-copy {
    width: 80%;
  }

  .edition-body .archive-tools {
    grid-template-columns: 1fr;
  }

  .edition-body .archive-card {
    grid-template-columns: 92px 72px 1fr 42px;
    min-height: 104px;
  }

  .edition-body .archive-card p {
    display: none;
  }

  .source-columns {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  :root {
    --edition-gutter: 18px;
  }

  .edition-header {
    padding-right: 14px;
    padding-left: 14px;
  }

  .edition-brand {
    font-size: 0.93rem;
  }

  .brand-ko {
    display: none;
  }

  .edition-nav {
    gap: 12px;
    font-size: 0.66rem;
  }

  .edition-hero {
    min-height: 84svh;
    background-position: 58% center;
  }

  .edition-hero-inner {
    bottom: 12vh;
    width: calc(100% - 36px);
  }

  .edition-hero h1 {
    font-size: 3.8rem;
  }

  .hero-subtitle {
    font-size: 1.35rem;
  }

  .hero-deck {
    font-size: 0.82rem;
    line-height: 1.75;
  }

  .hero-scroll {
    left: 18px;
  }

  .contents-section {
    padding-top: 34px;
  }

  .contents-intro h2 {
    font-size: 3.75rem;
  }

  .contents-intro p,
  .manifesto-copy,
  .city-copy p:not(.acid-label),
  .theology-heading > p:last-child,
  .calligraphy-heading > p,
  .interview-copy > p:not(.acid-label) {
    font-size: 0.9rem;
  }

  .manifesto-grid h2,
  .calligraphy-heading h2 {
    font-size: 2.65rem;
  }

  .manifesto-copy blockquote {
    font-size: 1.25rem;
  }

  .portrait-side {
    grid-template-columns: 1fr;
  }

  .city-feature {
    min-height: 78svh;
  }

  .city-copy {
    width: calc(100% - 36px);
    margin-bottom: 8vh;
  }

  .city-copy h2 {
    font-size: 3.65rem;
  }

  .city-copy h2 span {
    font-size: 2.4rem;
  }

  .city-credit {
    right: 18px;
    bottom: 12px;
    left: 18px;
  }

  .theology-heading {
    padding-top: 58px;
    padding-bottom: 64px;
  }

  .theology-heading h2,
  .interview-copy h2,
  .archive-edition-head h2 {
    font-size: 3.1rem;
  }

  .theologian-grid {
    grid-template-columns: 1fr;
  }

  .bonhoeffer-figure,
  .moltmann-figure {
    width: 82%;
  }

  .moltmann-figure {
    grid-column: auto;
    margin-left: auto;
  }

  .theology-thesis {
    grid-row: 2;
  }

  .calligraphy-grid {
    grid-template-columns: 1fr;
  }

  .books-figure {
    margin-top: 38px !important;
  }

  .calligraphy-note {
    grid-column: auto;
    grid-template-columns: 82px 1fr;
  }

  .calligraphy-note span {
    font-size: 5rem;
  }

  .artwork-ledger {
    margin-top: 82px;
  }

  .artwork-ledger-head {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 42px;
  }

  .artwork-ledger-head > p:last-child {
    grid-column: auto;
  }

  .artwork-ledger-head h3 {
    font-size: 2.8rem;
  }

  .artwork-gallery {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .artwork-piece,
  .artwork-piece-offset {
    width: 88%;
    margin: 0;
  }

  .artwork-piece:nth-child(even) {
    margin-left: auto;
  }

  .interview-feature {
    min-height: 78svh;
  }

  .interview-copy {
    min-height: 58svh;
    width: 100%;
  }

  .archive-edition-head {
    padding-top: 58px;
  }

  .edition-body .archive-card {
    grid-template-columns: 78px 1fr 38px;
    gap: 12px;
    min-height: 102px;
  }

  .edition-body .archive-card .tag {
    grid-row: 2;
    grid-column: 1;
  }

  .edition-body .archive-card h3 {
    grid-row: 1 / span 2;
    grid-column: 2;
    font-size: 0.93rem;
  }

  .edition-body .archive-card > a {
    grid-row: 1 / span 2;
    grid-column: 3;
  }

  .source-ledger-head h2 {
    font-size: 4rem;
  }

  .edition-footer {
    flex-direction: column;
  }

  .footer-links {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .edition-header,
  .contents-list a,
  .edition-body .archive-card {
    transition: none;
  }
}
