:root {
  --fd-paper: #f3f3ee;
  --fd-ink: #252c2d;
  --fd-muted: #64706f;
  --fd-line: rgba(37, 44, 45, .2);
  --fd-accent: #b85f43;
  --fd-accent-soft: rgba(184, 95, 67, .1);
}

* { box-sizing: border-box; }
html { min-height: 100%; scroll-behavior: smooth; }
body { min-width: 0; margin: 0; color: var(--fd-ink); background: #dce9e6; font: 14px/1.75 Inter, "Noto Sans SC", "Microsoft YaHei", sans-serif; }
body::before { position: fixed; z-index: -2; inset: 0; background: #dce9e6 var(--fd-scene, url("inner-scenes/lakeside-watercolor-v1.png")) center/cover no-repeat; content: ""; }
body::after { position: fixed; z-index: -1; inset: 0; background: rgba(229, 237, 234, .68); content: ""; }

.fd-editorial-page { width: min(1480px, calc(100% - 40px)); min-height: calc(100vh - 40px); margin: 20px auto; border: 1px solid rgba(255, 255, 255, .68); background: rgba(243, 244, 239, .94); box-shadow: 0 28px 80px rgba(28, 53, 51, .15); }
.fd-editorial-page .fd-global-header { background: rgba(31, 39, 39, .98); }
.fd-editorial-main { width: min(1190px, calc(100% - 96px)); margin: 0 auto; padding: 70px 0 94px; }

.fd-editorial-hero { display: grid; grid-template-columns: minmax(330px, .72fr) minmax(500px, 1.28fr); gap: clamp(44px, 6vw, 92px); align-items: center; }
.fd-editorial-copy { align-self: stretch; display: flex; flex-direction: column; justify-content: center; padding: 26px 0; }
.fd-editorial-kicker { margin: 0 0 18px; color: var(--fd-accent); font-size: 10px; font-weight: 800; letter-spacing: .19em; }
.fd-editorial-hero h1 { max-width: 5em; margin: 0; font: 500 clamp(58px, 6vw, 92px)/.94 Georgia, "Noto Serif SC", serif; letter-spacing: 0; }
.fd-editorial-deck { max-width: 440px; margin: 24px 0 0; color: #566260; font-size: 15px; }
.fd-editorial-jump { display: inline-flex; align-items: center; gap: 13px; width: max-content; margin-top: 34px; color: var(--fd-ink); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-decoration: none; }
.fd-editorial-jump::before { width: 42px; height: 1px; background: var(--fd-accent); content: ""; transition: width .25s ease; }
.fd-editorial-jump:hover::before { width: 66px; }

.fd-editorial-visual { min-width: 0; margin: 0; }
.fd-editorial-visual-frame { position: relative; overflow: hidden; aspect-ratio: 3 / 2; background: #dce2df; }
.fd-editorial-visual-frame::after { position: absolute; inset: 15px; border: 1px solid rgba(255, 255, 255, .66); content: ""; pointer-events: none; }
.fd-editorial-visual img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.fd-editorial-visual:hover img { transform: scale(1.015); }
.fd-editorial-visual figcaption { display: flex; justify-content: space-between; gap: 18px; padding: 12px 0 0; border-bottom: 1px solid var(--fd-line); color: var(--fd-muted); font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.fd-editorial-visual figcaption span:first-child { color: var(--fd-accent); font-weight: 800; }

.fd-editorial-meta { display: grid; grid-template-columns: repeat(3, 1fr); margin: 54px 0 0; padding: 0; border-top: 1px solid var(--fd-line); border-bottom: 1px solid var(--fd-line); list-style: none; }
.fd-editorial-meta li { min-height: 86px; padding: 19px 24px; border-right: 1px solid var(--fd-line); color: var(--fd-muted); font-size: 12px; }
.fd-editorial-meta li:first-child { padding-left: 0; }
.fd-editorial-meta li:last-child { border-right: 0; }
.fd-editorial-meta b { display: block; margin-bottom: 6px; color: var(--fd-ink); font: 700 10px/1.2 Inter, "Microsoft YaHei", sans-serif; letter-spacing: .14em; }

.fd-editorial-section { padding-top: 62px; scroll-margin-top: 22px; }
.fd-editorial-section-head { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 26px; margin-bottom: 20px; }
.fd-editorial-section-head h2 { margin: 0; font: 500 34px/1.15 Georgia, "Noto Serif SC", serif; }
.fd-editorial-section-head p { max-width: 360px; margin: 0; color: var(--fd-muted); font-size: 12px; text-align: right; }
.fd-editorial-section-tools { display: flex; align-items: flex-end; justify-content: flex-end; gap: 18px; }
.fd-editorial-section-tools p { max-width: 320px; }
.fd-editorial-archive-link { flex: 0 0 auto; padding-bottom: 2px; border-bottom: 1px solid var(--fd-accent); color: var(--fd-accent); font-size: 12px; font-weight: 800; text-decoration: none; }
.fd-editorial-list { border-top: 2px solid var(--fd-ink); }
.fd-editorial-entry { position: relative; display: grid; grid-template-columns: 66px minmax(0, 1fr) minmax(190px, .35fr); gap: 28px; align-items: start; padding: 30px 12px 30px 0; border-bottom: 1px solid var(--fd-line); transition: background-color .22s ease, padding-left .22s ease; }
.fd-editorial-entry:hover { padding-left: 12px; background: rgba(255, 255, 255, .34); }
.fd-editorial-entry:focus-visible { outline: 2px solid var(--fd-accent); outline-offset: -2px; }
.fd-editorial-entry::after { position: absolute; z-index: 2; right: 15px; bottom: 12px; display: grid; width: 48px; height: 32px; place-items: center; border: 2px double rgba(166, 64, 44, .74); color: rgba(166, 64, 44, .82); content: "已阅"; font: 800 15px/1 "Noto Serif SC", "Songti SC", serif; letter-spacing: .08em; opacity: 0; pointer-events: none; transform: rotate(-7deg) scale(.82); transition: opacity .2s ease, transform .28s cubic-bezier(.2,.8,.2,1); }
.fd-editorial-entry.is-read::after { opacity: .82; transform: rotate(-7deg) scale(1); }
.fd-editorial-number { padding-top: 8px; color: var(--fd-accent); font: 800 10px/1 Inter, sans-serif; letter-spacing: .16em; }
.fd-editorial-entry h3 { margin: 0; font: 500 25px/1.22 Georgia, "Noto Serif SC", serif; }
.fd-editorial-entry h3 a { color: inherit; text-decoration: none; }
.fd-editorial-entry h3 a:hover { color: var(--fd-accent); }
.fd-editorial-entry p { max-width: 700px; margin: 10px 0 0; color: #4e5a58; }
.fd-editorial-side { padding-top: 7px; color: var(--fd-muted); font-size: 12px; }
.fd-editorial-side strong { display: block; margin-bottom: 7px; color: var(--fd-ink); font-size: 10px; letter-spacing: .11em; }
.fd-editorial-external { display: inline-flex; align-items: center; gap: 8px; margin-top: 15px; color: var(--fd-accent); font-weight: 700; text-decoration: none; }
.fd-editorial-external:hover { color: var(--fd-ink); }

.fd-editorial-rail { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 66px; border-top: 1px solid var(--fd-line); border-bottom: 1px solid var(--fd-line); }
.fd-editorial-rail a { position: relative; min-height: 145px; padding: 26px 27px 23px; border-right: 1px solid var(--fd-line); color: inherit; text-decoration: none; transition: background-color .22s ease; }
.fd-editorial-rail a:last-child { border-right: 0; }
.fd-editorial-rail a::after { position: absolute; right: 25px; bottom: 22px; color: var(--fd-accent); content: "\2197"; font-size: 17px; }
.fd-editorial-rail a:hover { background: var(--fd-accent-soft); }
.fd-editorial-rail span { display: block; color: var(--fd-accent); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.fd-editorial-rail b { display: block; margin-top: 17px; font: 500 22px/1.15 Georgia, "Noto Serif SC", serif; }
.fd-editorial-rail small { display: block; max-width: 80%; margin-top: 8px; color: var(--fd-muted); font-size: 12px; }
.fd-editorial-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 48px; border-top: 1px solid rgba(255, 255, 255, .22); background: #26302f; color: #c5cecb; font-size: 12px; }
.fd-editorial-footer a { color: #e4e8e1; text-decoration: none; }
.fd-editorial-footer a:hover { color: #de8a67; }

.fd-reading-drawer { position: fixed; z-index: 80; top: 0; right: 0; display: flex; width: clamp(460px, 46vw, 720px); height: 100dvh; flex-direction: column; border-left: 1px solid rgba(37, 44, 45, .22); background: rgba(244, 243, 237, .985); box-shadow: -28px 0 80px rgba(18, 28, 27, .22); opacity: 0; pointer-events: none; transform: translateX(104%); transition: transform .38s cubic-bezier(.2,.75,.2,1), opacity .24s ease; }
.fd-reading-drawer.is-open { opacity: 1; pointer-events: auto; transform: translateX(0); }
.fd-reading-drawer-head { display: flex; min-height: 78px; align-items: center; justify-content: space-between; padding: 0 34px; border-bottom: 1px solid var(--fd-line); }
.fd-reading-drawer-head p { display: flex; gap: 14px; margin: 0; font-size: 10px; letter-spacing: .16em; }
.fd-reading-drawer-head span { color: var(--fd-accent); font-weight: 800; }
.fd-reading-drawer-head b { color: var(--fd-muted); font-weight: 600; }
.fd-reading-close { display: grid; width: 38px; height: 38px; padding: 0; place-items: center; border: 0; background: transparent; color: var(--fd-ink); cursor: pointer; font: 300 29px/1 Georgia, serif; }
.fd-reading-close:hover { color: var(--fd-accent); }
.fd-reading-drawer-body { overflow: auto; padding: clamp(38px, 5.5vh, 62px) clamp(34px, 4.5vw, 66px) 44px; }
.fd-reading-label { margin: 0 0 18px; color: var(--fd-accent); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.fd-reading-drawer h2 { max-width: 12em; margin: 0; font: 500 clamp(38px, 4.2vw, 62px)/1.08 Georgia, "Noto Serif SC", serif; }
.fd-reading-summary { max-width: 37em; margin: 26px 0 0; color: #45504f; font: 400 16px/1.82 Georgia, "Noto Serif SC", serif; }
.fd-reading-verdict, .fd-reading-action { display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 24px; margin-top: 32px; padding: 24px 0; border-top: 1px solid var(--fd-line); }
.fd-reading-verdict span, .fd-reading-action span { color: var(--fd-accent); font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.fd-reading-verdict p, .fd-reading-action p { margin: 0; color: var(--fd-ink); font: 600 16px/1.72 Georgia, "Noto Serif SC", serif; }
.fd-reading-points { margin-top: 0; padding: 25px 0 27px; border-top: 1px solid var(--fd-line); }
.fd-reading-points h3 { margin: 0 0 18px; color: var(--fd-accent); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.fd-reading-points ol { display: grid; gap: 13px; margin: 0; padding: 0; counter-reset: drawer-point; list-style: none; }
.fd-reading-points li { display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 12px; color: #303938; line-height: 1.7; counter-increment: drawer-point; }
.fd-reading-points li::before { content: "0" counter(drawer-point); padding-top: 2px; color: var(--fd-muted); font: 700 9px/1.6 Arial, sans-serif; letter-spacing: .08em; }
.fd-reading-action { margin-top: 0; border-bottom: 1px solid var(--fd-line); }
.fd-reading-focus { display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 24px; margin-top: 0; padding: 24px 0; border-bottom: 1px solid var(--fd-line); }
.fd-reading-focus span { color: var(--fd-accent); font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.fd-reading-focus p { margin: 0; color: var(--fd-ink); }
.fd-reading-source { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 34px; padding: 18px 0; border-bottom: 2px solid var(--fd-ink); color: var(--fd-ink); font-weight: 800; text-decoration: none; }
.fd-reading-source b { color: var(--fd-accent); font-size: 20px; transition: transform .2s ease; }
.fd-reading-source:hover b { transform: translate(3px, -3px); }
.fd-reading-foot { margin-top: 18px; color: var(--fd-muted); font-size: 11px; }

.fd-archive-page .fd-editorial-main { padding-top: 58px; }
.fd-archive-intro { display: grid; grid-template-columns: minmax(230px, .55fr) minmax(0, 1.45fr); gap: clamp(45px, 8vw, 110px); padding-bottom: 46px; border-bottom: 1px solid var(--fd-line); }
.fd-archive-intro h1 { margin: 0; font: 500 clamp(50px, 6vw, 82px)/.98 Georgia, "Noto Serif SC", serif; }
.fd-archive-intro-copy { align-self: end; max-width: 620px; color: var(--fd-muted); }
.fd-archive-intro-copy p { margin: 0; }
.fd-archive-return { display: inline-flex; margin-top: 20px; color: var(--fd-accent); font-weight: 800; text-decoration: none; }
.fd-archive-ledger { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: clamp(38px, 6vw, 84px); padding-top: 54px; }
.fd-archive-editions { align-self: start; padding: 0; border-top: 2px solid var(--fd-ink); list-style: none; }
.fd-archive-editions li { padding: 17px 0; border-bottom: 1px solid var(--fd-line); }
.fd-archive-editions button { width: 100%; padding: 0; border: 0; background: transparent; color: inherit; text-align: left; cursor: pointer; }
.fd-archive-editions li.is-active b { color: var(--fd-accent); }
.fd-archive-editions button:hover b, .fd-archive-editions button:focus-visible b { color: var(--fd-accent); }
.fd-archive-editions b, .fd-archive-editions span { display: block; }
.fd-archive-editions b { font: 500 21px/1.2 Georgia, serif; }
.fd-archive-editions span { margin-top: 5px; color: var(--fd-muted); font-size: 11px; }
.fd-archive-records-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; padding-bottom: 17px; border-bottom: 2px solid var(--fd-ink); }
.fd-archive-records-head h2 { margin: 0; font: 500 32px/1.2 Georgia, "Noto Serif SC", serif; }
.fd-archive-records-head p { margin: 0; color: var(--fd-muted); font-size: 11px; }
.fd-archive-records .fd-editorial-list { border-top: 0; }
.fd-archive-error { padding: 32px 0; color: var(--fd-muted); }

.fd-editorial-jump:focus-visible,
.fd-editorial-entry a:focus-visible,
.fd-editorial-rail a:focus-visible,
.fd-editorial-footer a:focus-visible {
  outline: 2px solid var(--fd-accent);
  outline-offset: 5px;
}

.fd-page-topics { --fd-accent: #9f593f; --fd-accent-soft: rgba(159, 89, 63, .1); }
.fd-page-versions { --fd-accent: #a34f3f; --fd-accent-soft: rgba(163, 79, 63, .09); }
.fd-page-practice { --fd-accent: #6b7165; --fd-accent-soft: rgba(107, 113, 101, .11); }

@media (max-width: 1050px) {
  .fd-editorial-main { width: min(100% - 56px, 940px); }
  .fd-editorial-hero { grid-template-columns: minmax(260px, .68fr) minmax(420px, 1.32fr); gap: 40px; }
  .fd-editorial-entry { grid-template-columns: 50px minmax(0, 1fr) 170px; gap: 20px; }
}

@media (max-width: 820px) {
  .fd-editorial-page { width: 100%; min-height: 100vh; margin: 0; border: 0; }
  .fd-editorial-main { width: min(100% - 42px, 680px); padding: 52px 0 72px; }
  .fd-editorial-hero { grid-template-columns: 1fr; gap: 28px; }
  .fd-editorial-copy { padding: 0; }
  .fd-editorial-hero h1 { font-size: clamp(52px, 14vw, 76px); }
  .fd-editorial-deck { margin-top: 18px; }
  .fd-editorial-jump { margin-top: 24px; }
  .fd-editorial-meta { margin-top: 38px; }
  .fd-editorial-entry { grid-template-columns: 42px minmax(0, 1fr); gap: 12px; padding-right: 0; }
  .fd-editorial-entry:hover { padding-left: 0; }
  .fd-editorial-side { grid-column: 2; padding-top: 0; }
  .fd-editorial-rail { grid-template-columns: 1fr; }
  .fd-editorial-rail a { min-height: auto; border-right: 0; border-bottom: 1px solid var(--fd-line); }
  .fd-editorial-rail a:last-child { border-bottom: 0; }
  .fd-editorial-footer { flex-wrap: wrap; padding: 22px; }
  .fd-reading-drawer { width: min(100vw, 560px); }
  .fd-archive-intro, .fd-archive-ledger { grid-template-columns: 1fr; gap: 30px; }
  .fd-archive-editions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fd-archive-editions li { padding-right: 15px; }
}

@media (max-width: 560px) {
  .fd-editorial-main { width: min(100% - 30px, 680px); padding-top: 40px; }
  .fd-editorial-hero h1 { max-width: none; font-size: 52px; }
  .fd-editorial-visual figcaption { display: grid; gap: 2px; }
  .fd-editorial-meta { grid-template-columns: 1fr; }
  .fd-editorial-meta li { min-height: auto; padding: 14px 0; border-right: 0; border-bottom: 1px solid var(--fd-line); }
  .fd-editorial-meta li:last-child { border-bottom: 0; }
  .fd-editorial-section { padding-top: 48px; }
  .fd-editorial-section-head { display: block; }
  .fd-editorial-section-head h2 { font-size: 29px; }
  .fd-editorial-section-head p { margin-top: 8px; text-align: left; }
  .fd-editorial-section-tools { display: block; }
  .fd-editorial-archive-link { display: inline-block; margin-top: 13px; }
  .fd-editorial-entry h3 { font-size: 22px; }
  .fd-reading-drawer { width: 100vw; }
  .fd-reading-drawer-head { min-height: 66px; padding: 0 20px; }
  .fd-reading-drawer-body { padding: 38px 24px; }
  .fd-reading-drawer h2 { font-size: 40px; }
  .fd-reading-summary { font-size: 16px; }
  .fd-reading-verdict, .fd-reading-action, .fd-reading-focus { grid-template-columns: 1fr; gap: 8px; }
  .fd-archive-records-head { display: block; }
  .fd-archive-records-head p { margin-top: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .fd-editorial-visual img, .fd-editorial-entry, .fd-editorial-jump::before { transition: none; }
}

@media (forced-colors: active) {
  .fd-editorial-visual-frame::after { border-color: CanvasText; }
  .fd-editorial-entry, .fd-editorial-rail a { border-color: CanvasText; }
}

/* Radar-aligned editorial shell ----------------------------------------- */
body[data-editorial-section] {
  background: var(--fd-paper);
}

body[data-editorial-section]::before,
body[data-editorial-section]::after {
  display: none;
}

body[data-editorial-section] .fd-editorial-page {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  border: 0;
  background: var(--fd-paper);
  box-shadow: none;
}

body[data-editorial-section] .fd-editorial-main {
  width: 100%;
  margin: 0;
  padding: 0 0 82px;
}

body[data-editorial-section]:not(.fd-archive-page) .fd-editorial-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
  min-height: 483px;
  place-items: center;
  padding: 78px 24px 68px;
  overflow: hidden;
  text-align: center;
  border-bottom: 1px solid var(--fd-line);
}

body[data-editorial-section]:not(.fd-archive-page) .fd-editorial-hero::after {
  position: absolute;
  z-index: 3;
  bottom: 0;
  width: min(680px, 84vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--fd-accent), transparent);
  content: "";
  opacity: .56;
}

body[data-editorial-section]:not(.fd-archive-page) .fd-editorial-copy {
  position: relative;
  z-index: 2;
  align-self: auto;
  display: block;
  width: min(720px, 100%);
  padding: 0;
}

body[data-editorial-section]:not(.fd-archive-page) .fd-editorial-kicker {
  margin-bottom: 22px;
  text-shadow: 0 1px 10px rgba(255, 255, 255, .74);
}

body[data-editorial-section]:not(.fd-archive-page) .fd-editorial-hero h1 {
  max-width: none;
  margin: 0;
  font-size: clamp(62px, 6vw, 86px);
  line-height: 1;
  text-shadow: 0 2px 24px rgba(255, 255, 255, .72);
}

body[data-editorial-section]:not(.fd-archive-page) .fd-editorial-deck {
  max-width: 620px;
  margin: 25px auto 0;
  color: #465250;
  font-size: 14px;
  text-shadow: 0 1px 12px rgba(255, 255, 255, .92);
}

body[data-editorial-section]:not(.fd-archive-page) .fd-editorial-jump {
  justify-content: center;
  margin: 28px auto 0;
}

body[data-editorial-section]:not(.fd-archive-page) .fd-editorial-visual {
  position: absolute;
  z-index: -1;
  inset: 0;
}

body[data-editorial-section]:not(.fd-archive-page) .fd-editorial-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(247, 246, 242, .72), rgba(247, 246, 242, .48) 50%, rgba(247, 246, 242, .72));
  content: "";
}

body[data-editorial-section]:not(.fd-archive-page) .fd-editorial-visual-frame {
  height: 100%;
  aspect-ratio: auto;
}

body[data-editorial-section]:not(.fd-archive-page) .fd-editorial-visual-frame::after {
  display: none;
}

body[data-editorial-section]:not(.fd-archive-page) .fd-editorial-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.72) contrast(.92) brightness(1.08);
}

body[data-editorial-section]:not(.fd-archive-page) .fd-editorial-visual figcaption {
  position: absolute;
  z-index: 4;
  right: max(24px, calc((100vw - 1120px) / 2));
  bottom: 24px;
  display: flex;
  width: auto;
  padding: 0;
  border: 0;
  color: rgba(37, 44, 45, .66);
}

body[data-editorial-section] .fd-editorial-meta,
body[data-editorial-section] .fd-editorial-section,
body[data-editorial-section] .fd-editorial-rail {
  width: min(1120px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

body[data-editorial-section] .fd-editorial-meta {
  margin-top: 0;
}

body[data-editorial-section] .fd-editorial-section {
  padding-top: 58px;
}

body[data-editorial-section] .fd-editorial-section-head {
  margin-bottom: 16px;
}

body[data-editorial-section] .fd-editorial-section-head h2 {
  font-size: 32px;
}

body[data-editorial-section] .fd-editorial-entry {
  grid-template-columns: 34px minmax(0, 1fr) 170px;
  gap: 18px;
  padding: 25px 0;
}

body[data-editorial-section] .fd-editorial-entry:hover {
  padding-left: 0;
  background: transparent;
}

body[data-editorial-section] .fd-editorial-entry h3 {
  font-size: 20px;
  line-height: 1.4;
}

body[data-editorial-section] .fd-editorial-entry p {
  margin-top: 7px;
  font-size: 12px;
  line-height: 1.72;
}

body[data-editorial-section] .fd-editorial-side {
  text-align: right;
}

body[data-editorial-section] .fd-editorial-rail {
  margin-top: 58px;
}

body[data-editorial-section] .fd-editorial-footer {
  padding-right: max(34px, calc((100vw - 1120px) / 2));
  padding-left: max(34px, calc((100vw - 1120px) / 2));
}

body.fd-archive-page .fd-editorial-main {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 70px 0 92px;
}

body.fd-archive-page .fd-archive-intro {
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 70px;
}

body.fd-archive-page .fd-archive-ledger {
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 56px;
}

@media (max-width: 820px) {
  body[data-editorial-section]:not(.fd-archive-page) .fd-editorial-hero {
    min-height: 420px;
    place-items: end start;
    padding: 76px 20px 56px;
    text-align: left;
  }

  body[data-editorial-section]:not(.fd-archive-page) .fd-editorial-copy {
    width: min(420px, 100%);
  }

  body[data-editorial-section]:not(.fd-archive-page) .fd-editorial-hero h1 {
    font-size: clamp(48px, 13vw, 66px);
  }

  body[data-editorial-section]:not(.fd-archive-page) .fd-editorial-deck {
    max-width: 390px;
    margin-right: 0;
    margin-left: 0;
  }

  body[data-editorial-section]:not(.fd-archive-page) .fd-editorial-jump {
    justify-content: flex-start;
    margin-right: 0;
    margin-left: 0;
  }

  body[data-editorial-section]:not(.fd-archive-page) .fd-editorial-visual figcaption {
    display: none;
  }

  body[data-editorial-section] .fd-editorial-meta,
  body[data-editorial-section] .fd-editorial-section,
  body[data-editorial-section] .fd-editorial-rail {
    width: min(100% - 40px, 680px);
  }

  body[data-editorial-section] .fd-editorial-entry {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 10px;
  }

  body[data-editorial-section] .fd-editorial-side {
    grid-column: 2;
    text-align: left;
  }

  body.fd-archive-page .fd-editorial-main {
    width: min(100% - 40px, 680px);
    padding: 50px 0 72px;
  }

  body.fd-archive-page .fd-archive-intro,
  body.fd-archive-page .fd-archive-ledger {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 560px) {
  body[data-editorial-section]:not(.fd-archive-page) .fd-editorial-hero {
    min-height: 390px;
  }

  body[data-editorial-section] .fd-editorial-meta,
  body[data-editorial-section] .fd-editorial-section,
  body[data-editorial-section] .fd-editorial-rail,
  body.fd-archive-page .fd-editorial-main {
    width: calc(100% - 30px);
  }

  body[data-editorial-section] .fd-editorial-section-head h2 {
    font-size: 28px;
  }
}
