:root {
  color-scheme: light;
  --ink: #263129;
  --sub: #6e746d;
  --paper: #fbf8f1;
  --bg: #f4f0e7;
  --green: #536957;
  --green-deep: #33463a;
  --green-soft: #e1e7dc;
  --line: #d8d2c5;
  --warm: #9b6547;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font: 16px/1.8 -apple-system, BlinkMacSystemFont, "Pretendard", "Noto Sans KR", sans-serif;
  word-break: keep-all;
}
a { text-underline-offset: 4px; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 16px; top: 12px; z-index: 10; padding: 10px 14px; background: #fff; }

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 28px 26px;
}
.brand {
  color: var(--ink);
  font-family: "Iowan Old Style", "Noto Serif KR", "AppleMyungjo", serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.04em;
  text-decoration: none;
}
.site-header nav { display: flex; gap: 26px; }
.site-header nav a { color: var(--sub); font-size: 13px; text-decoration: none; }
.site-header nav a:hover { color: var(--ink); }

main { max-width: 1240px; margin: 0 auto; padding: 0 26px; }
.hero {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  min-height: 610px;
  overflow: hidden;
  border-radius: 2px 2px 80px 2px;
  background: var(--paper);
  box-shadow: 0 18px 60px rgba(68, 61, 48, .07);
}
.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 52px;
}
.eyebrow {
  display: block;
  color: var(--green);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
}
.hero h1,
.section-head h2,
.article-hero h1,
.check-list > h2,
.page h1 {
  font-family: "Iowan Old Style", "Noto Serif KR", "AppleMyungjo", serif;
  font-weight: 600;
}
.hero h1 {
  max-width: 520px;
  margin: 18px 0 24px;
  font-size: clamp(44px, 5.3vw, 74px);
  line-height: 1.18;
  letter-spacing: -.065em;
}
.hero p { max-width: 470px; margin: 0; color: var(--sub); font-size: 17px; }
.hero figure { position: relative; margin: 0; min-height: 500px; }
.hero figure::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(251,248,241,.14), transparent 35%);
  content: "";
  pointer-events: none;
}
.hero figure img { width: 100%; height: 100%; object-fit: cover; }
.hero figcaption {
  position: absolute;
  right: 24px;
  bottom: 20px;
  z-index: 1;
  color: rgba(38,49,41,.66);
  font-family: "Iowan Old Style", serif;
  font-size: 11px;
}
.actions { display: flex; align-items: center; gap: 20px; margin-top: 32px; }
.button {
  display: inline-flex;
  padding: 12px 19px;
  border-radius: 999px;
  background: var(--green-deep);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.text-link, .story-more { color: var(--green); font-weight: 700; text-decoration: none; }

.promise { margin: 20px 0 0; padding: 54px 40px; text-align: center; }
.promise p {
  margin: 0;
  color: var(--sub);
  font-family: "Iowan Old Style", "Noto Serif KR", "AppleMyungjo", serif;
  font-size: clamp(23px, 3vw, 36px);
  line-height: 1.55;
}
.promise strong { color: var(--ink); font-weight: 600; }

.section { padding: 70px 0 100px; }
.section-head {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 50px;
  align-items: end;
  margin-bottom: 42px;
}
.section-head h2 {
  margin: 10px 0 0;
  font-size: clamp(36px, 4.5vw, 58px);
  line-height: 1.25;
  letter-spacing: -.055em;
}
.section-head p { max-width: 430px; margin: 0 0 6px; color: var(--sub); }
.story-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 34px;
  border-bottom: 1px solid var(--line);
}
.story {
  grid-column: span 4;
  padding: 30px 0 38px;
  border-top: 1px solid var(--line);
}
.story-featured { grid-column: span 8; }
.story > span { color: var(--green); font-size: 11px; font-weight: 700; }
.story h3 {
  max-width: 680px;
  margin: 13px 0 12px;
  font-family: "Iowan Old Style", "Noto Serif KR", "AppleMyungjo", serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -.035em;
}
.story-featured h3 { font-size: clamp(30px, 3.5vw, 46px); line-height: 1.35; }
.story h3 a { color: inherit; text-decoration: none; }
.story h3 a:hover { color: var(--green); }
.story p { max-width: 600px; margin: 0; color: var(--sub); font-size: 14px; }
.story-more { display: inline-block; margin-top: 24px; font-size: 13px; }

.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  padding: 60px 0 110px;
  border-top: 1px solid var(--line);
}
.principles article { padding-left: 20px; border-left: 2px solid var(--green-soft); }
.principles article > span { color: var(--warm); font-size: 11px; }
.principles h3 {
  margin: 13px 0 10px;
  font-family: "Iowan Old Style", "Noto Serif KR", "AppleMyungjo", serif;
  font-size: 23px;
  font-weight: 600;
}
.principles p { margin: 0; color: var(--sub); font-size: 14px; }

.article-page { max-width: 940px; }
.article-hero { padding: 92px 0 55px; }
.article-hero h1 {
  max-width: 860px;
  margin: 16px 0 22px;
  font-size: clamp(44px, 6vw, 72px);
  line-height: 1.2;
  letter-spacing: -.06em;
}
.article-hero > p { max-width: 720px; color: var(--sub); font-size: 18px; }
.article-hero dl { display: flex; gap: 34px; margin-top: 34px; }
dt { color: var(--sub); font-size: 11px; }
dd { margin: 2px 0 0; font-size: 13px; font-weight: 700; }
.article-lead {
  padding: 38px 42px;
  border-radius: 2px 30px 2px 2px;
  background: var(--green-deep);
  color: #f5f1e9;
  font-family: "Iowan Old Style", "Noto Serif KR", "AppleMyungjo", serif;
  font-size: 21px;
}
.article-lead p { margin: 0; }
.check-list { padding: 85px 0 70px; }
.check-list > h2 { margin: 10px 0 38px; font-size: 38px; line-height: 1.4; letter-spacing: -.045em; }
.check-list article {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
}
.check-list article > span { color: var(--warm); font-family: "Iowan Old Style", serif; font-size: 15px; }
.check-list article h2 { margin: 0 0 7px; font-size: 20px; }
.check-list article p { margin: 0; color: var(--sub); }
.decision-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.decision-grid article { padding: 25px 22px; border-top: 3px solid var(--green); background: rgba(255,253,248,.55); }
.decision-grid span { color: var(--green); font-size: 12px; font-weight: 700; }
.decision-grid p { margin-bottom: 0; font-size: 14px; }
.article-outro {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 36px;
  margin: 70px 0 20px;
  padding: 42px;
  background: var(--green-soft);
}
.article-outro span { color: var(--green); font-size: 12px; font-weight: 700; }
.article-outro p { margin: 0; font-family: "Iowan Old Style", "Noto Serif KR", serif; font-size: 24px; line-height: 1.6; }
.sources { padding: 65px 0; }
.sources h2 { margin: 8px 0 10px; font-family: "Iowan Old Style", "Noto Serif KR", serif; font-size: 30px; font-weight: 600; }
.sources > p { color: var(--sub); }
.sources ol { margin-top: 24px; padding-left: 22px; }
.sources li { padding: 13px 0; border-top: 1px solid var(--line); }
.sources a { color: var(--ink); font-weight: 700; text-decoration: none; }

.page { max-width: 820px; padding-top: 90px; padding-bottom: 110px; }
.page h1 { margin: 12px 0 32px; font-size: clamp(44px, 6vw, 66px); line-height: 1.25; letter-spacing: -.055em; }
.page h2 { margin-top: 50px; font-family: "Iowan Old Style", "Noto Serif KR", serif; font-size: 26px; font-weight: 600; }
.page > p, .page li { color: var(--sub); }
.page li { padding: 7px 0; }

body > footer {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 20px;
  padding: 48px max(26px, calc((100vw - 1188px) / 2));
  background: var(--green-deep);
  color: #fff;
}
body > footer strong { font-family: "Iowan Old Style", "Noto Serif KR", serif; font-size: 18px; }
body > footer p { max-width: 470px; margin: 7px 0 0; color: #cbd4cc; font-size: 12px; }
body > footer > div:last-child { display: flex; gap: 20px; }
body > footer a { color: #e3e9e3; font-size: 12px; text-decoration: none; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; border-radius: 2px 2px 50px 2px; }
  .hero-copy { padding: 48px 38px; }
  .hero figure { min-height: 390px; }
  .section-head { grid-template-columns: 1fr; gap: 20px; }
  .story, .story-featured { grid-column: span 6; }
  .principles { grid-template-columns: 1fr; gap: 28px; }
  .decision-grid { grid-template-columns: 1fr; }
  .site-header nav { display: none; }
}

@media (max-width: 600px) {
  main { padding: 0 16px; }
  .site-header { padding: 20px 16px; }
  .hero-copy { padding: 38px 26px 42px; }
  .hero h1 { font-size: 45px; }
  .hero figure { min-height: 280px; }
  .actions { align-items: flex-start; flex-direction: column; }
  .promise { padding: 42px 8px; }
  .section { padding: 45px 0 70px; }
  .story, .story-featured { grid-column: span 12; }
  .story-featured h3 { font-size: 31px; }
  .article-hero { padding-top: 55px; }
  .article-hero h1 { font-size: 43px; }
  .article-hero dl { flex-wrap: wrap; }
  .article-lead { padding: 30px 26px; }
  .check-list article { grid-template-columns: 42px 1fr; }
  .article-outro { grid-template-columns: 1fr; padding: 30px 26px; }
  body > footer { flex-direction: column; }
}
