:root {
  --paper: #f5efe4;
  --ink: #16130d;
  --soft: #867a66;
  --line: #ddd2bd;
  --line2: #c9bca3;
  --gold: #9a7728;
  --gold2: #b89150;
  --wine: #6e2b2b;
  --forest: #3a5640;
  --mbg: #17140f;
  --mink: #e9ddc6;
  --mbg2: #1d1913;
  --mgold: #cda35c;
  --disp: "Playfair Display", "Noto Serif TC", serif;
  --serif: "Noto Serif TC", "Songti TC", "STSong", serif;
  --sans: -apple-system, "PingFang TC", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  --mono: "SF Mono", "JetBrains Mono", ui-monospace, Menlo, monospace;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

::selection {
  background: #e6d9bf;
}

.wrap {
  margin: 0 auto;
  max-width: 860px;
  padding: 0 26px 80px;
}

.masthead {
  padding-top: 30px;
}

.mast-top {
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: var(--soft);
  display: flex;
  font-family: var(--sans);
  font-size: 10px;
  justify-content: space-between;
  letter-spacing: 2.5px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.wordmark {
  color: var(--ink);
  font-size: 54px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1.02;
  margin-top: 30px;
  text-align: center;
}

.word-en {
  color: var(--gold);
  font-family: var(--disp);
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 12px;
  text-align: center;
}

.sub {
  color: #544c40;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  margin-top: 14px;
  text-align: center;
}

.cad {
  color: var(--wine);
  font-family: var(--sans);
  font-size: 10.5px;
  letter-spacing: 4px;
  margin-top: 18px;
  text-align: center;
  text-transform: uppercase;
}

.dbl {
  border-bottom: 1px solid var(--ink);
  border-top: 1px solid var(--ink);
  height: 4px;
  margin-top: 22px;
}

.site-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 26px;
  justify-content: center;
  padding: 15px 0 0;
}

.site-nav a {
  border-bottom: 1px solid transparent;
  color: #5d5548;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  padding: 4px 0;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a.active {
  border-bottom-color: var(--gold);
  color: var(--gold);
}

.editorial-intro {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  margin-top: 30px;
  padding: 24px 9%;
  text-align: center;
}

.issue-label {
  color: var(--wine);
  display: block;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.editorial-intro p {
  color: #453e34;
  font-size: 16px;
  line-height: 1.8;
}

.search {
  align-items: center;
  border-bottom: 1.5px solid var(--ink);
  display: flex;
  gap: 11px;
  margin: 30px auto 0;
  max-width: 460px;
  padding-bottom: 10px;
}

.search input {
  background: transparent;
  border: 0;
  color: var(--ink);
  flex: 1;
  font-family: var(--serif);
  font-size: 17px;
  outline: none;
}

.search input::placeholder {
  color: #a99f8d;
  font-style: italic;
}

.search svg {
  color: var(--soft);
  flex: 0 0 auto;
  height: 18px;
  width: 18px;
}

.filters {
  line-height: 2.2;
  margin-top: 22px;
  text-align: center;
}

.filters .lab {
  color: var(--soft);
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 3px;
  margin-right: 6px;
  text-transform: uppercase;
}

.tag-link {
  background: transparent;
  border: 0;
  border-bottom: 1.5px solid transparent;
  color: #5d5648;
  cursor: pointer;
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: .5px;
  margin: 0 9px;
  padding-bottom: 2px;
  transition: .15s;
  white-space: nowrap;
}

.tag-link:hover,
.tag-link.on {
  color: var(--gold);
}

.tag-link.on {
  border-bottom-color: var(--gold);
  font-weight: 600;
}

.count {
  color: var(--soft);
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 2.5px;
  margin-top: 24px;
  text-align: center;
  text-transform: uppercase;
}

.conth,
.sh {
  align-items: baseline;
  display: flex;
  gap: 15px;
  margin: 18px 0 2px;
}

.conth .cn,
.sh .cn {
  flex: 0 0 auto;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 1px;
}

.conth .en,
.sh .en {
  color: var(--soft);
  flex: 0 0 auto;
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.conth .ln,
.sh .ln {
  background: var(--line);
  flex: 1;
  height: 1px;
}

.list {
  margin-top: 4px;
}

.contributors-strip {
  border-top: 4px double var(--line2);
  margin-top: 28px;
  padding-top: 14px;
}

.contributor-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.contributor-mini {
  align-items: center;
  border: 1px solid var(--line);
  display: flex;
  gap: 13px;
  min-height: 82px;
  padding: 14px;
  text-decoration: none;
}

.contributor-mini:hover {
  border-color: var(--gold2);
}

.mini-mark,
.author-mark {
  align-items: center;
  background: var(--ink);
  color: var(--paper);
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 700;
  height: 48px;
  justify-content: center;
  letter-spacing: 1px;
  width: 48px;
}

.contributor-mini b {
  display: block;
  font-size: 16px;
}

.contributor-mini small {
  color: var(--soft);
  display: block;
  font-family: var(--sans);
  font-size: 10px;
  margin-top: 2px;
}

.text-link {
  color: var(--gold);
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 18px;
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.entry {
  border-top: 1px solid var(--line);
  padding: 32px 0;
}

.entry:first-child {
  border-top: 0;
}

.entry a {
  color: var(--ink);
  display: block;
  text-decoration: none;
}

.frame {
  aspect-ratio: 3 / 2;
  background: #1a1610;
  border: 1px solid var(--line2);
  overflow: hidden;
  position: relative;
}

.frame img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
  width: 100%;
}

.entry a:hover .frame img,
.entry a:focus-visible .frame img {
  transform: scale(1.045);
}

.entry a:focus-visible,
.tag-link:focus-visible,
.copy:focus-visible {
  box-shadow: 0 0 0 3px rgba(154, 119, 40, .24);
  outline: 0;
}

.frame .vol {
  background: var(--paper);
  border-bottom: 1px solid var(--line2);
  border-right: 1px solid var(--line2);
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  left: 0;
  letter-spacing: 2.5px;
  padding: 7px 13px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.txt {
  padding-top: 18px;
}

.kicker {
  color: var(--gold);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.etitle {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: .5px;
  line-height: 1.26;
  margin-top: 10px;
}

.dek {
  color: #4d463b;
  font-size: 16px;
  line-height: 1.7;
  margin-top: 11px;
}

.emeta {
  color: var(--soft);
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 1.5px;
  margin-top: 15px;
  text-transform: uppercase;
}

.eauthor {
  color: var(--soft);
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: .5px;
  margin-top: 7px;
}

.etags {
  color: #6a6253;
  font-size: 13.5px;
  letter-spacing: .5px;
  margin-top: 9px;
}

.epod {
  color: var(--forest);
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 2px;
  margin-top: 13px;
  text-transform: uppercase;
}

.epod b {
  font-family: var(--serif);
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.emore {
  color: var(--gold);
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  margin-top: 16px;
}

.entry a:hover .emore,
.entry a:focus-visible .emore {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.empty {
  color: var(--soft);
  font-size: 17px;
  font-style: italic;
  padding: 60px 20px;
  text-align: center;
}

footer {
  border-top: 4px double var(--line2);
  margin-top: 56px;
  padding-top: 28px;
  text-align: center;
}

.f-mk {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 2px;
}

.f-mk .en {
  color: var(--gold);
  display: block;
  font-family: var(--disp);
  font-size: 15px;
  font-style: italic;
  margin-top: 6px;
}

.f-tx {
  color: var(--soft);
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: .5px;
  line-height: 2;
  margin-top: 14px;
}

.f-tx a {
  border-bottom: 1px solid var(--line2);
  color: var(--wine);
  text-decoration: none;
}

.footer-nav {
  display: flex;
  gap: 18px;
  justify-content: center;
  margin-top: 14px;
}

.footer-nav a {
  color: var(--wine);
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 1px;
  text-decoration: none;
}

.inner-page {
  max-width: 920px;
}

.compact-head {
  border-bottom: 4px double var(--ink);
  padding: 26px 0 16px;
}

.compact-brand {
  display: block;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
}

.compact-brand span {
  color: var(--gold);
  display: block;
  font-family: var(--disp);
  font-size: 13px;
  font-style: italic;
  margin-top: 2px;
}

.page-intro {
  margin: 64px auto 42px;
  max-width: 650px;
  text-align: center;
}

.page-intro h1 {
  font-size: 48px;
  letter-spacing: 2px;
  line-height: 1.15;
}

.page-intro p {
  color: #51493d;
  font-size: 16px;
  margin-top: 18px;
}

.author-directory {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.author-card {
  align-items: flex-start;
  border: 1px solid var(--line2);
  display: grid;
  gap: 18px;
  grid-template-columns: 64px 1fr;
  min-height: 220px;
  padding: 26px;
}

.author-card .author-mark {
  font-size: 17px;
  height: 64px;
  width: 64px;
}

.author-role {
  color: var(--gold);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.author-card h2 {
  font-size: 26px;
  margin-top: 4px;
}

.author-card p {
  color: var(--soft);
  font-family: var(--sans);
  font-size: 11px;
  margin-top: 3px;
}

.author-card ul {
  list-style: none;
  margin-top: 15px;
}

.author-card li {
  border-top: 1px solid var(--line);
  font-size: 13px;
  line-height: 1.55;
  padding: 9px 0;
}

.author-card a {
  text-decoration: none;
}

.author-card a:hover {
  color: var(--gold);
}

.reading-progress {
  background: rgba(59, 45, 31, .12);
  height: 3px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

.reading-progress span {
  background: var(--gold);
  display: block;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .08s linear;
}

.review-banner {
  align-items: center;
  background: #fff3cd;
  border-bottom: 1px solid #d9b95f;
  color: #4c3a12;
  display: flex;
  font-family: var(--sans);
  font-size: 13px;
  gap: 14px;
  justify-content: center;
  min-height: 44px;
  padding: 9px 18px;
  position: sticky;
  top: 3px;
  z-index: 19;
}

.review-banner strong {
  background: #6e2b2b;
  border-radius: 999px;
  color: #fff;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 3px 10px;
  white-space: nowrap;
}

.share-button {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line2);
  color: var(--wine);
  cursor: pointer;
  font: inherit;
  margin-left: 14px;
  padding: 0;
}

.article-wrap {
  background: var(--paper);
  margin: 0 auto;
  max-width: 760px;
  overflow: hidden;
}

.cover {
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100svh;
  justify-content: space-between;
  min-height: 580px;
  overflow: hidden;
  position: relative;
}

.cover img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.cover::after {
  background: linear-gradient(180deg, rgba(18, 14, 9, .55) 0%, rgba(18, 14, 9, .12) 26%, transparent 44%, rgba(14, 10, 6, .78) 100%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.cover > * {
  position: relative;
  z-index: 2;
}

.cmast {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  padding: 26px 28px 0;
}

.cmast .logo {
  color: #fff;
  font-weight: 900;
  font-size: 21px;
  letter-spacing: 3px;
  line-height: 1.2;
  text-decoration: none;
}

.cmast .logo small {
  color: #e8d6ae;
  display: block;
  font-family: var(--disp);
  font-size: 13px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 2px;
  margin-top: 4px;
}

.cmast .iss {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 2.5px;
  line-height: 1.9;
  opacity: .92;
  text-align: right;
  text-transform: uppercase;
}

.cfoot {
  padding: 0 28px 42px;
}

.ckick {
  color: #e8c98a;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 5px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.cfoot h1 {
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1.1;
  text-shadow: 0 2px 34px rgba(0, 0, 0, .45);
}

.cfoot h1 .en {
  color: #e8c98a;
  display: block;
  font-family: var(--disp);
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 14px;
  text-shadow: none;
}

.cfoot .tag {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 16px;
  max-width: 430px;
  opacity: .96;
}

.byline {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 1px;
  margin-top: 12px;
  opacity: .78;
}

.cscroll {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 3px;
  margin-top: 22px;
  opacity: .82;
  text-transform: uppercase;
}

.provtag {
  background: rgba(0, 0, 0, .32);
  border-radius: 3px;
  bottom: 11px;
  color: rgba(255, 255, 255, .8);
  font-family: var(--sans);
  font-size: 9.5px;
  letter-spacing: 1px;
  padding: 3px 9px;
  position: absolute;
  right: 12px;
  z-index: 3;
}

.col,
.sh.col {
  padding-left: 28px;
  padding-right: 28px;
}

.sh {
  margin: 46px 0 20px;
}

.editor {
  background: #fbf8f1;
  border-bottom: 1px solid var(--line);
  padding: 46px 28px;
}

.editor .kick {
  color: var(--gold);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.editor p {
  color: #332d23;
  font-size: 18px;
  line-height: 1.95;
  margin: 0 0 15px;
}

.editor p:first-of-type::first-letter,
.feature .lead::first-letter {
  color: var(--wine);
  float: left;
  font-family: var(--disp);
  font-size: 60px;
  font-weight: 900;
  line-height: .82;
  padding: 8px 12px 0 0;
}

.editor em,
.feature em {
  color: var(--wine);
  font-style: italic;
}

.editor .sign {
  color: var(--gold);
  font-family: var(--disp);
  font-size: 17px;
  font-style: italic;
  margin-top: 4px;
}

.podwrap {
  padding: 0 28px;
}

.pod {
  background: linear-gradient(135deg, #211c15, #15120c);
  border: 1px solid #3a3326;
  border-radius: 14px;
  padding: 16px;
}

.pod-show {
  color: var(--mgold);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.pod-native {
  accent-color: #cda35c;
  display: block;
  margin-top: 13px;
  width: 100%;
}

.pod-note {
  border-top: 1px solid #3a3326;
  color: #8f8473;
  font-family: var(--sans);
  font-size: 11px;
  line-height: 1.55;
  margin-top: 13px;
  padding-top: 11px;
}

.feature {
  padding: 8px 28px 10px;
}

.feature p {
  color: #2c261c;
  font-size: 18px;
  line-height: 1.98;
  margin: 0 0 18px;
}

.pull {
  color: var(--gold);
  font-family: var(--disp);
  font-size: 25px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.45;
  margin: 30px auto;
  max-width: 540px;
  text-align: center;
}

figure.kcard {
  margin: 18px -28px 28px;
}

figure.kcard figcaption {
  color: var(--soft);
  font-family: var(--sans);
  font-size: 10.5px;
  letter-spacing: 1.5px;
  margin-top: 11px;
  padding: 0 28px;
  text-align: center;
  text-transform: uppercase;
}

.card-poster {
  background:
    radial-gradient(circle at 86% 84%, rgba(205, 163, 92, .16), transparent 22%),
    linear-gradient(145deg, #19150f, #070706);
  border-bottom: 1px solid var(--line2);
  border-top: 1px solid var(--line2);
  color: var(--mink);
  min-height: 300px;
  padding: 34px 32px;
}

.card-poster span {
  color: var(--mgold);
  display: block;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.card-poster h3 {
  color: #fff;
  font-size: clamp(30px, 6vw, 48px);
  font-weight: 900;
  line-height: 1.18;
  margin: 0 0 18px;
}

.card-poster p {
  color: #d9c7a8;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
}

.feedwrap {
  padding: 0 28px;
}

.feedlede {
  color: #4b4337;
  font-size: 16.5px;
  line-height: 1.85;
  margin-bottom: 14px;
}

.master {
  background: var(--mbg);
  border: 1px solid #2b2620;
  border-radius: 4px;
  overflow: hidden;
}

.feed-h {
  align-items: center;
  background: var(--mbg2);
  border-bottom: 1px solid #2b2620;
  display: flex;
  justify-content: space-between;
  padding: 14px 17px;
}

.feed-h .fl {
  color: var(--mgold);
  font-family: var(--sans);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.feed-h .fl span {
  font-weight: 500;
  letter-spacing: .5px;
  opacity: .6;
  text-transform: none;
}

.copy {
  background: transparent;
  border: 1px solid #4a4338;
  border-radius: 2px;
  color: var(--mink);
  cursor: pointer;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 1px;
  padding: 6px 13px;
  transition: .15s;
}

.copy:hover {
  background: #2c2620;
  border-color: var(--mgold);
  color: var(--mgold);
}

.copy.done {
  border-color: #3f5a3f;
  color: #9cc49c;
}

.master pre {
  color: var(--mink);
  font-family: var(--mono);
  font-size: 13px;
  line-height: 1.66;
  margin: 0;
  overflow-x: auto;
  padding: 17px 18px;
  white-space: pre-wrap;
  word-break: break-word;
}

.media-block video,
.media-block audio {
  width: 100%;
}

@media (min-width: 660px) {
  .entry a {
    align-items: center;
    display: grid;
    gap: 30px;
    grid-template-columns: 310px 1fr;
  }

  .txt {
    padding-top: 0;
  }

  .entry.lead a {
    gap: 22px;
    grid-template-columns: 1fr;
  }

  .entry.lead .frame {
    aspect-ratio: 21 / 9;
  }

  .entry.lead .txt {
    margin: 0 auto;
    max-width: 640px;
    text-align: center;
  }

  .entry.lead .etitle {
    font-size: 38px;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 17px;
  }

  .wrap {
    padding: 0 26px 72px;
  }

  .mast-top {
    align-items: flex-start;
    gap: 10px;
  }

  .wordmark {
    font-size: 42px;
    letter-spacing: 0;
    line-height: 1.08;
  }

  .wordmark span {
    display: block;
  }

  .mast-top {
    font-size: 8px;
    letter-spacing: 1.5px;
  }

  .mast-top span {
    max-width: 48%;
  }

  .site-nav {
    gap: 6px 15px;
  }

  .editorial-intro {
    padding-left: 4px;
    padding-right: 4px;
  }

  .contributor-grid,
  .author-directory {
    grid-template-columns: 1fr;
  }

  .page-intro {
    margin-top: 44px;
  }

  .page-intro h1 {
    font-size: 38px;
  }

  .author-card {
    grid-template-columns: 54px 1fr;
    padding: 22px 18px;
  }

  .author-card .author-mark {
    height: 54px;
    width: 54px;
  }

  .sub {
    font-size: 16px;
    line-height: 1.75;
  }

  .filters {
    padding: 0 10px;
  }

  .entry {
    padding: 30px 0;
  }

  .etitle {
    font-size: 29px;
  }

  .cfoot h1 {
    font-size: 40px;
  }

  .cmast {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cfoot {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-poster {
    min-height: 260px;
    padding: 30px 26px;
  }

  .review-banner {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}
