:root {
  color-scheme: light;
  --paper: #f7f4ed;
  --white: #fffefa;
  --ink: #202c2c;
  --muted: #66716f;
  --teal: #155f61;
  --green: #73885c;
  --coral: #d66d52;
  --line: #d8d7cf;
  --max: 1120px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  line-height: 1.75;
  letter-spacing: 0;
}

a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid rgba(214, 109, 82, .45); outline-offset: 4px; }

.site-header {
  min-height: 72px;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 750; font-size: 17px; }
.brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--teal);
  border-radius: 3px;
  font-family: Georgia, "Songti SC", serif;
}

nav { display: flex; gap: 28px; font-size: 14px; color: var(--muted); }
nav a:hover { color: var(--coral); }

main { overflow: hidden; }

.hero {
  position: relative;
  width: min(1440px, 100%);
  min-height: clamp(460px, 67vh, 670px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-copy { position: relative; z-index: 1; width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: 64px 0; }
.eyebrow { margin: 0 0 10px; color: var(--coral); font-size: 11px; font-weight: 800; letter-spacing: 0; }
.hero h1 { margin: 0; font-family: Georgia, "Songti SC", serif; font-size: clamp(58px, 8vw, 108px); font-weight: 650; line-height: 1.05; }
.lead { margin: 24px 0 26px; font-size: 19px; color: #465352; }
.text-link, .read-more { color: var(--teal); font-weight: 700; border-bottom: 1px solid currentColor; }
.text-link:hover, .read-more:hover { color: var(--coral); }

.content-section, .article-section, .about {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.content-section { padding: 86px 0 92px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 34px; }
.section-heading h2, .about h2 { margin: 0; font-family: Georgia, "Songti SC", serif; font-size: 38px; line-height: 1.25; }
.section-heading > p { max-width: 440px; margin: 0; color: var(--muted); font-size: 14px; }

.post-list { border-top: 1px solid var(--ink); }
.post {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) minmax(240px, .8fr) 90px;
  gap: 28px;
  align-items: center;
  min-height: 154px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}
.post-meta { display: flex; flex-direction: column; gap: 5px; color: var(--muted); font-size: 12px; }
.post-meta span { color: var(--coral); }
.post h3 { margin: 0; font-family: Georgia, "Songti SC", serif; font-size: 24px; line-height: 1.45; }
.post h3 a:hover { color: var(--teal); }
.post > p { margin: 0; color: var(--muted); font-size: 14px; }
.read-more { justify-self: end; font-size: 13px; white-space: nowrap; }

.notes-band { background: var(--teal); color: var(--white); }
.notes-inner { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: 74px 0 82px; }
.compact { margin-bottom: 28px; }
.compact .eyebrow { color: #f0a38e; }
.note-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.32); }
blockquote { margin: 0; min-height: 200px; padding: 30px 32px 20px 0; font-family: Georgia, "Songti SC", serif; font-size: 18px; }
blockquote + blockquote { border-left: 1px solid rgba(255,255,255,.25); padding-left: 32px; }
blockquote time { display: block; margin-top: 22px; color: #a7cbc7; font-family: inherit; font-size: 12px; }

.article-section { padding: 64px 0 36px; }
.article { display: grid; grid-template-columns: 90px minmax(0, 740px); gap: 40px; padding: 58px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 20px; }
.article-number { margin: 4px 0 0; color: var(--coral); font-family: Georgia, serif; font-size: 28px; }
.article h2 { margin: 0 0 20px; font-family: Georgia, "Songti SC", serif; font-size: 30px; }
.article p { color: #495553; }

.about { padding: 80px 0 100px; }
.about > p:not(.eyebrow) { max-width: 620px; color: var(--muted); }
.status { display: inline-block; margin-top: 10px; color: var(--teal); font-weight: 700; }

footer {
  min-height: 88px;
  padding: 20px max(20px, calc((100% - var(--max)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}
footer a:hover { color: var(--coral); }

@media (max-width: 820px) {
  .hero { min-height: 560px; align-items: end; }
  .hero img { object-position: 58% center; opacity: .68; }
  .hero-copy { padding-bottom: 48px; }
  .post { grid-template-columns: 105px minmax(0, 1fr); gap: 12px 20px; }
  .post > p { grid-column: 2; }
  .read-more { grid-column: 2; justify-self: start; }
  .note-grid { grid-template-columns: 1fr; }
  blockquote { min-height: 0; padding: 25px 0; }
  blockquote + blockquote { border-left: 0; border-top: 1px solid rgba(255,255,255,.25); padding-left: 0; }
}

@media (max-width: 560px) {
  .site-header { width: min(100% - 28px, var(--max)); min-height: 64px; }
  nav { gap: 15px; }
  nav a:nth-child(2) { display: none; }
  .hero { min-height: 510px; }
  .hero img { object-position: 62% center; }
  .hero-copy, .content-section, .article-section, .about, .notes-inner { width: min(100% - 28px, var(--max)); }
  .hero h1 { font-size: 58px; }
  .lead { font-size: 17px; }
  .content-section { padding: 66px 0; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 12px; }
  .post { grid-template-columns: 1fr; min-height: 0; padding: 28px 0; gap: 13px; }
  .post-meta { flex-direction: row; gap: 12px; }
  .post > p, .read-more { grid-column: 1; }
  .notes-inner { padding: 58px 0; }
  .article { grid-template-columns: 1fr; gap: 8px; padding: 42px 0; }
  .article-number { font-size: 18px; }
  footer { padding-left: 14px; padding-right: 14px; }
}

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