:root {
  color-scheme: light;
  --paper: #f5f5f7;
  --ink: #1d1d1f;
  --muted: #68686d;
  --line: #dedee2;
  --white: #fff;
  --sans: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang TC", "Noto Sans TC", "Microsoft JhengHei", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 3rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 1rem; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 2px solid #0066cc; outline-offset: 6px; border-radius: 3px; }
::selection { background: #d4e5f6; }
.skip { position: fixed; top: -100px; left: 20px; background: white; padding: 12px; z-index: 30; }
.skip:focus { top: 10px; }
.header, main, footer { width: min(100% - 6rem, 1200px); margin-inline: auto; }
.header { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.brand { font-size: 2rem; letter-spacing: -.055em; font-weight: 600; line-height: 1.2; }
.brand-dot { color: #82828a; }
.header nav { display: flex; align-items: center; gap: 32px; font-size: .875rem; }
.header nav a { color: var(--muted); padding-block: 14px; transition: color .2s; }
.header nav a:hover, .header nav .nav-active { color: var(--ink); }
.nav-divider { width: 1px; height: 16px; background: var(--line); }
.language { font-size: .875rem; }
.language span { margin-left: 5px; }
.intro { display: flex; justify-content: space-between; align-items: flex-end; gap: 36px; padding: 88px 0 76px; }
.eyebrow { font-size: .75rem; font-weight: 500; letter-spacing: .13em; line-height: 1.8; color: var(--muted); margin: 0 0 26px; }
.intro h1 { font-weight: 600; font-size: clamp(2.75rem, 5.15vw, 4.5rem); letter-spacing: -.035em; line-height: 1.24; margin: 0; }
.intro h1 span, .about-layout h1 span { color: #82828a; }
.intro-note { font-size: 1rem; line-height: 1.95; margin: 0 0 5px; color: var(--muted); flex-shrink: 0; }
.section-label { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin: 0 0 22px; }
.section-label h2 { font-size: .875rem; font-weight: 500; margin: 0; }
.section-label > span { font-size: .75rem; color: var(--muted); }
.feature { display: grid; grid-template-columns: 1.12fr 1fr; background: var(--white); min-height: 410px; overflow: hidden; border-radius: 22px; }
.feature-art { background: #b9c5cc; position: relative; min-height: 380px; overflow: hidden; }
.feature-art::before { content: ""; position: absolute; inset: 0; background-image: url('/assets/stillness.webp'); background-position: 70% 50%; background-size: cover; transition: transform 1.2s cubic-bezier(.2,.7,.3,1); }
.feature:hover .feature-art::before { transform: scale(1.025); }
.image-caption { position: absolute; bottom: 26px; left: 28px; font-size: .75rem; letter-spacing: .1em; color: white; text-shadow: 0 1px 8px #26323a; }
.feature-copy { min-width: 0; padding: 42px; display: flex; flex-direction: column; }
.feature-copy .eyebrow { display: flex; align-items: center; gap: 13px; margin-bottom: 30px; font-size: .75rem; }
.small-line { height: 1px; width: 22px; background: var(--line); }
.feature-copy h2 { font-size: 2.75rem; font-weight: 600; letter-spacing: -.025em; line-height: 1.25; margin: 0 0 14px; }
.feature-copy h3 { font-size: 1.25rem; font-weight: 500; letter-spacing: -.015em; line-height: 1.55; margin: 0 0 22px; text-wrap: pretty; }
.excerpt { font-size: 1rem; line-height: 1.85; color: var(--muted); margin: 0; max-width: 25rem; text-wrap: pretty; }
.feature-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: auto; padding-top: 32px; font-size: .75rem; color: var(--muted); }
.read-link { font-size: .875rem; color: var(--ink); display: flex; align-items: center; gap: 14px; }
.circle-arrow { border: 1px solid var(--line); border-radius: 50%; width: 36px; height: 36px; display: grid; place-items: center; transition: background .2s, color .2s; }
.feature:hover .circle-arrow { background: var(--ink); color: white; }
.closing { padding: 76px 0; display: flex; align-items: center; justify-content: center; gap: 22px; }
.closing p { font-size: 1rem; line-height: 1.8; text-align: center; color: var(--muted); margin: 0; }
.closing-line { width: 25px; height: 1px; background: var(--line); flex-shrink: 0; }
footer { border-top: 1px solid var(--line); padding-block: 28px; display: flex; align-items: center; gap: 22px; }
.footer-brand { font-size: 1.375rem; color: #595960; }
footer p, footer > span { font-size: .75rem; line-height: 1.7; color: var(--muted); }
footer > span { margin-left: auto; }
.essay-row { display: flex; align-items: center; gap: 30px; padding: 32px 0; border-bottom: 1px solid var(--line); }
.essay-row > span { font-size: .8125rem; color: var(--muted); }
.essay-row div { flex: 1; min-width: 0; }
.essay-row h3 { font-size: 1.625rem; font-weight: 600; margin: 0 0 10px; }
.essay-row p { font-size: 1rem; line-height: 1.7; color: var(--muted); margin: 0; }
.reading-progress { position: fixed; top: 0; left: 0; width: 100%; height: 2px; z-index: 25; }
.reading-progress span { display: block; transform-origin: left; transform: scaleX(0); background: #788995; width: 100%; height: 100%; }
.article-top { padding-top: 34px; }
.back-link { font-size: .875rem; color: var(--muted); display: inline-flex; gap: 10px; align-items: center; line-height: 1.5; padding-block: 8px; }
.back-link:hover { color: var(--ink); }
.article-heading { text-align: center; padding: 48px 0 56px; }
.article-heading .eyebrow { margin-bottom: 22px; }
.article-heading .eyebrow > span { margin: 0 16px; color: #98989e; }
.article-heading h1 { font-size: clamp(3rem, 5.4vw, 4.25rem); letter-spacing: -.035em; font-weight: 600; line-height: 1.25; margin: 0 0 18px; }
.article-subtitle { font-size: 1.375rem; font-weight: 400; letter-spacing: -.015em; line-height: 1.6; margin: 0; text-wrap: balance; }
.article-meta { font-size: .75rem; color: var(--muted); line-height: 1.8; margin: 24px 0 0; }
.article-image { height: 240px; overflow: hidden; border-radius: 18px; }
.article-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 55%; }
.reading-layout { display: grid; grid-template-columns: minmax(130px, 176px) minmax(0, 680px) minmax(0, 176px); column-gap: 36px; padding: 64px 0 80px; }
.toc-inner { position: sticky; top: 40px; }
.toc .eyebrow { margin-bottom: 22px; }
.toc nav { display: flex; flex-direction: column; gap: 16px; }
.toc nav a { font-size: .875rem; color: var(--muted); line-height: 1.65; display: flex; gap: 10px; transition: color .2s; }
.toc nav a > span { font-size: .75rem; padding-top: 2px; color: var(--muted); }
.toc nav a:hover, .toc nav a[aria-current="location"] { color: var(--ink); }
.prose { min-width: 0; font-size: 1.1875rem; font-weight: 400; line-height: 1.9; letter-spacing: 0; font-kerning: normal; overflow-wrap: break-word; color: #303034; }
.prose > p { margin: 0 0 1.6em; }
.prose > p:first-child { font-size: 1.25rem; line-height: 1.85; color: #595960; }
.prose h2 { font-weight: 600; font-size: 1.625rem; letter-spacing: -.015em; line-height: 1.5; margin: 60px 0 24px; scroll-margin-top: 40px; text-wrap: pretty; }
.prose .final-question { font-size: 1.1875rem; font-weight: 400; line-height: 1.9; border-top: 1px solid var(--line); padding-top: 32px; margin-top: 40px; }
.article-end { text-align: center; margin: 60px 0 48px; color: var(--muted); }
.end-mark { font-size: 1.5rem; color: #82828a; }
.article-end p { font-size: .875rem; margin: 16px 0; }
.article-return { border-top: 1px solid var(--line); padding-top: 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.about-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding: 96px 0 72px; }
.about-layout h1 { font-weight: 600; font-size: clamp(3rem, 5vw, 4rem); line-height: 1.25; letter-spacing: -.035em; margin: 0; }
.about-signature { display: block; margin-top: 44px; font-weight: 500; font-size: 1.75rem; color: #82828a; letter-spacing: -.04em; }
.about-copy { padding-top: 36px; max-width: 520px; font-size: 1.1875rem; line-height: 1.9; color: #303034; }
.about-copy p { margin: 0 0 26px; }
.about-copy p:first-child { color: var(--muted); }
.text-link { font-size: .875rem; display: inline-flex; align-items: center; gap: 20px; border-bottom: 1px solid #98989e; padding-bottom: 8px; margin-top: 18px; }
.about-image { height: 300px; overflow: hidden; margin: 0 0 72px; border-radius: 18px; }
.about-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.not-found { min-height: 65vh; padding-top: 96px; padding-bottom: 80px; }
.not-found h1 { font-size: clamp(2rem, 5vw, 3rem); line-height: 1.4; font-weight: 600; letter-spacing: -.025em; }
.not-found .text-link { margin-top: 28px; }
html[lang="en"] .intro h1 { letter-spacing: -.045em; }
html[lang="en"] .intro-note { line-height: 1.8; }
html[lang="en"] .prose, html[lang="en"] .about-copy { line-height: 1.75; }
@media (max-width: 1050px) {
  .header, main, footer { width: calc(100% - 4rem); }
  .intro { gap: 28px; }
  .intro h1 { font-size: 3.25rem; }
  .intro-note { font-size: .9375rem; }
  .feature-copy { padding: 32px; }
  .feature-copy h2 { font-size: 2.375rem; }
  .reading-layout { grid-template-columns: 152px minmax(0, 680px); gap: 32px; }
  .about-layout { gap: 44px; }
}
@media (max-width: 760px) {
  .header, main, footer { width: calc(100% - 3rem); }
  .header { min-height: 82px; gap: 16px; }
  .brand { font-size: 1.75rem; }
  .header nav { gap: 22px; }
  .nav-divider { display: none; }
  .intro { display: block; padding: 56px 0 48px; }
  .intro .eyebrow { margin-bottom: 22px; }
  .intro h1 { font-size: clamp(2.3rem, 7.8vw, 3.25rem); letter-spacing: -.03em; }
  .intro-note { margin: 26px 0 0; font-size: 1rem; line-height: 1.85; }
  .section-label { margin-bottom: 18px; }
  .feature { grid-template-columns: 1fr; border-radius: 18px; }
  .feature-art { min-height: 250px; }
  .feature-copy { padding: 30px 26px; }
  .feature-copy .eyebrow { margin-bottom: 22px; }
  .feature-copy h2 { font-size: 2.25rem; }
  .feature-copy h3 { font-size: 1.1875rem; margin-bottom: 20px; }
  .feature-bottom { padding-top: 28px; }
  .closing { padding: 52px 0; gap: 14px; }
  .closing p { font-size: .9375rem; }
  .closing-line { width: 14px; }
  footer { padding-block: 24px; gap: 14px; flex-wrap: wrap; }
  .footer-brand { font-size: 1.375rem; }
  footer p { margin-block: 0; }
  .article-top { padding-top: 22px; }
  .article-heading { padding: 34px 0 36px; }
  .article-heading h1 { font-size: 3rem; }
  .article-subtitle { font-size: 1.1875rem; }
  .article-meta { margin-top: 20px; }
  .article-image { height: 180px; border-radius: 14px; }
  .reading-layout { display: block; padding: 30px 0 52px; }
  .toc { padding-bottom: 26px; border-bottom: 1px solid var(--line); margin-bottom: 32px; }
  .toc .eyebrow { margin-bottom: 16px; }
  .toc nav { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 18px; }
  .toc nav a { font-size: .875rem; gap: 7px; }
  .toc-inner { position: static; }
  .prose { font-size: 1.125rem; line-height: 1.85; }
  .prose > p:first-child { font-size: 1.1875rem; }
  .prose h2 { font-size: 1.4375rem; margin-top: 46px; margin-bottom: 22px; }
  .prose .final-question { font-size: 1.125rem; line-height: 1.85; }
  .article-return { flex-wrap: wrap; gap: 8px 20px; }
  .about-layout { display: block; padding: 56px 0 42px; }
  .about-layout h1 { font-size: 3rem; }
  .about-signature { margin-top: 30px; font-size: 1.625rem; }
  .about-copy { padding-top: 38px; font-size: 1.125rem; }
  .about-image { height: 220px; margin-bottom: 48px; }
  .essay-row { gap: 16px; }
  .essay-row > span:nth-last-child(2) { display: none; }
}
@media (max-width: 380px) {
  .header, main, footer { width: calc(100% - 2.5rem); }
  .header nav { gap: 16px; }
  .brand { font-size: 1.625rem; }
  .feature-copy { padding: 26px 22px; }
  .feature-art { min-height: 220px; }
  .image-caption { left: 22px; }
  .toc nav { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before { transition: none !important; animation: none !important; }
}

/* A consistent archive: the landscape belongs to the journal, every essay has equal weight. */
[hidden] { display: none !important; }
.visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.archive .intro { padding: 68px 0 52px; }
.journal-landscape { position: relative; height: 196px; border-radius: 20px; overflow: hidden; }
.journal-landscape img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 49%; }
.journal-landscape > span { position: absolute; left: 30px; bottom: 23px; color: #fff; font-size: .75rem; letter-spacing: .12em; text-shadow: 0 1px 9px #26323a; }
.archive-library { padding-top: 44px; scroll-margin-top: 28px; }
.archive-toolbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.archive-heading { display: flex; align-items: baseline; gap: 16px; }
.archive-heading h2 { font-size: 1.25rem; font-weight: 600; letter-spacing: -.02em; margin: 0; }
.archive-heading > span { color: var(--muted); font-size: .8125rem; }
.archive-search { display: flex; align-items: center; gap: 12px; max-width: 100%; }
.search-field { display: flex; align-items: center; gap: 10px; width: 290px; max-width: 100%; min-height: 46px; border: 1px solid var(--line); border-radius: 12px; background: #fff8; padding: 0 10px 0 14px; transition: background .2s, border-color .2s; }
.search-field:focus-within { background: #fff; border-color: #8999a5; outline: 2px solid #c6d1d944; outline-offset: 2px; }
.search-field svg { width: 19px; height: 19px; flex-shrink: 0; color: var(--muted); }
.search-field input { background: transparent; color: var(--ink); font: inherit; font-size: .875rem; border: 0; outline: 0; width: 100%; min-width: 0; height: 44px; padding: 0; }
.search-field input::placeholder { color: var(--muted); opacity: 1; }
.search-field input::-webkit-search-cancel-button { display: none; }
.clear-search { border: 0; background: transparent; font-size: 1.375rem; line-height: 1; width: 32px; height: 36px; flex-shrink: 0; color: var(--muted); cursor: pointer; }
.year-control select { background: transparent; color: var(--ink); font: inherit; font-size: .875rem; border: 1px solid var(--line); border-radius: 12px; padding: 12px; min-height: 46px; }
.year-control select:focus-visible { outline: 2px solid #8999a5; outline-offset: 2px; }
.journal-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.journal-card { background: var(--white); border-radius: 20px; overflow: hidden; border: 1px solid transparent; transition: box-shadow .25s, border-color .25s; min-width: 0; }
.journal-card:hover { border-color: #d5dbe0; box-shadow: 0 9px 26px #26323a08; }
.journal-card-link { display: flex; flex-direction: column; height: 100%; min-height: 324px; padding: 32px 34px 27px; }
.journal-card-link:focus-visible { outline-offset: -4px; border-radius: 20px; }
.card-top { display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px; font-size: .75rem; color: var(--muted); line-height: 1.7; margin-bottom: 26px; }
.card-number { font-variant-numeric: tabular-nums; letter-spacing: .06em; }
.card-category { border-left: 1px solid var(--line); padding-left: 10px; }
.card-top time { margin-left: auto; font-variant-numeric: tabular-nums; }
.journal-card h3 { font-size: clamp(1.5rem,2.2vw,1.875rem); font-weight: 600; letter-spacing: -.025em; line-height: 1.4; margin: 0 0 12px; overflow-wrap: anywhere; text-wrap: pretty; }
.card-subtitle { font-size: 1.0625rem; line-height: 1.6; letter-spacing: -.01em; margin: 0 0 16px; text-wrap: pretty; }
.card-excerpt { font-size: 1rem; line-height: 1.85; color: var(--muted); margin: 0; overflow-wrap: anywhere; text-wrap: pretty; }
.card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 30px; margin-top: auto; }
.card-bottom > span:first-child { color: var(--muted); font-size: .75rem; }
.card-read { display: inline-flex; align-items: center; gap: 14px; font-size: .875rem; }
.journal-card:hover .circle-arrow { background: var(--ink); color: var(--white); }
.archive-status { color: var(--muted); font-size: .875rem; line-height: 1.8; margin: -5px 0 22px; overflow-wrap: anywhere; }
.archive-empty { text-align: center; border-block: 1px solid var(--line); padding: 65px 24px; }
.archive-empty p { font-size: 1.375rem; font-weight: 500; margin: 0 0 12px; }
.archive-empty > span { display: block; font-size: 1rem; color: var(--muted); line-height: 1.8; }
.archive-empty button { border: 0; border-bottom: 1px solid #98989e; padding: 5px 0; background: none; color: var(--ink); font-size: .875rem; margin-top: 24px; cursor: pointer; }
.archive-pagination:empty { display: none; }
.archive-pagination { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-top: 36px; }
.archive-pagination a { display: grid; place-items: center; min-width: 40px; min-height: 40px; padding: 8px 12px; border-radius: 10px; font-size: .875rem; color: var(--muted); }
.archive-pagination a:hover { background: #e9e9ed; color: var(--ink); }
.archive-pagination a[aria-current=page] { background: var(--ink); color: #fff; }
.page-ellipsis { align-self: center; padding-inline: 3px; color: var(--muted); }
.article-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
@media (max-width: 900px) {
  .journal-card-link { padding: 28px; }
  .card-top time { width: 100%; margin-left: 0; }
}
@media (max-width: 760px) {
  .archive .intro { padding: 48px 0 34px; }
  .journal-landscape { height: 155px; border-radius: 16px; }
  .journal-landscape > span { left: 22px; bottom: 20px; }
  .archive-library { padding-top: 34px; }
  .archive-toolbar { gap: 18px; margin-bottom: 20px; }
  .archive-search { width: 100%; }
  .search-field { flex: 1; width: auto; }
  .search-field input { font-size: 1rem; }
  .journal-grid { grid-template-columns: 1fr; gap: 18px; }
  .journal-card-link { min-height: 0; padding: 27px 25px 23px; }
  .card-top { margin-bottom: 22px; }
  .card-top time { width: auto; margin-left: auto; }
  .journal-card h3 { font-size: 1.625rem; }
  .card-subtitle { font-size: 1rem; }
  .card-bottom { padding-top: 25px; }
}
@media (max-width: 380px) {
  .journal-card-link { padding: 24px 21px 22px; }
  .card-top time { width: 100%; margin-left: 0; }
  .archive-search { flex-wrap: wrap; }
  .year-control { width: 100%; }
}
.archive-heading { flex-wrap: wrap; }
.archive-sort { display: inline-flex; align-items: center; gap: 7px; min-height: 44px; padding: 7px 11px; border: 1px solid var(--line); border-radius: 10px; background: transparent; color: var(--muted); font-size: .875rem; cursor: pointer; white-space: nowrap; }
.archive-sort:hover { background: var(--white); color: var(--ink); }
.archive-sort:disabled { cursor: progress; opacity: .6; }
