:root {
  --forest: #28463b;
  --moss: #5e8068;
  --sand: #c9aa77;
  --cream: #f7f4ed;
  --paper: #fffdfa;
  --ink: #292722;
  --muted: #6f6a60;
  --line: #e1dbcf;
  --shadow: 0 10px 32px rgba(47, 42, 31, .11);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Georgia, "Noto Serif SC", "Songti SC", serif; font-size: 17.5px; line-height: 1.9; }
.hero { position: relative; min-height: 680px; display: flex; align-items: center; justify-content: center; overflow: hidden; text-align: center; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 55%; filter: brightness(.52) saturate(.83); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20, 30, 25, .35), rgba(20, 27, 22, .72)); }
.hero-content { position: relative; z-index: 1; max-width: 820px; padding: 110px 24px 62px; color: #fff; }
.hero-kicker { margin: 0 0 16px; color: #eeddbb; font-family: Inter, Arial, sans-serif; font-size: .75rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1 { margin: 0; font-size: clamp(2.4rem, 5.4vw, 4.1rem); line-height: 1.18; text-shadow: 0 2px 24px rgba(0, 0, 0, .54); }
.hero-subtitle { margin: 18px auto 0; max-width: 660px; color: rgba(255, 255, 255, .88); font-size: clamp(1rem, 2.1vw, 1.2rem); font-style: italic; }
.hero-meta { margin-top: 26px; display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; color: rgba(255,255,255,.76); font: .78rem/1.4 Inter, Arial, sans-serif; }
main { max-width: 760px; margin: 0 auto; padding: 72px 24px 88px; }
.lead { margin: 0 0 44px; padding-left: 20px; border-left: 4px solid var(--sand); color: #4e554f; font-size: 1.15em; font-style: italic; line-height: 1.9; }
p { margin: 0 0 1.45em; }
h2 { margin: 3.2rem 0 1rem; color: var(--forest); font-size: clamp(1.42rem, 3vw, 1.9rem); line-height: 1.35; }
figure { margin: 2.5rem -24px; overflow: hidden; border-radius: 12px; background: var(--paper); box-shadow: var(--shadow); }
figure img { display: block; width: 100%; max-height: 680px; object-fit: cover; }
figcaption { padding: 12px 17px 14px; color: var(--muted); font: italic .8rem/1.55 Inter, Arial, "Noto Sans SC", sans-serif; text-align: center; }
.location { margin: 2.5rem auto; max-width: 250px; overflow: hidden; border-radius: 12px; background: var(--paper); box-shadow: var(--shadow); }
.location img { display: block; width: 100%; }
.location figcaption { padding: 10px 12px; }
.closing { margin-top: 3rem; padding: 28px 30px; border-radius: 12px; background: #e8eee6; color: #3d5145; font-size: 1.06em; }
.article-footer { padding: 30px 20px; background: #e8e5dd; color: var(--muted); font: .8rem/1.7 Inter, Arial, sans-serif; text-align: center; }
.article-footer a { color: var(--forest); }
@media (max-width: 640px) {
  body { font-size: 16.5px; }
  .hero { min-height: 560px; }
  .hero-content { padding: 82px 24px 42px; }
  main { padding: 50px 20px 66px; }
  figure { margin: 2.1rem -10px; }
  .closing { padding: 22px 20px; }
}
