:root {
  --ink: #17352f;
  --ink-soft: #3f5c55;
  --paper: #f7f4ec;
  --paper-deep: #eee9dc;
  --sage: #b7c9bc;
  --sage-light: #dfe9df;
  --teal: #0f5957;
  --terracotta: #b9684d;
  --line: rgba(23, 53, 47, 0.18);
  --shadow: 0 24px 70px rgba(23, 53, 47, 0.11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.7;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247, 244, 236, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  aspect-ratio: 1;
  border-radius: 50% 50% 48% 52%;
  color: var(--paper);
  background: var(--ink);
  font-family: Georgia, serif;
  font-size: 22px;
}
.brand-name { font-family: Georgia, "Times New Roman", serif; font-size: clamp(19px, 2.2vw, 25px); letter-spacing: -0.02em; }
.nav { display: flex; gap: 28px; font-size: 14px; font-weight: 650; letter-spacing: .06em; text-transform: uppercase; }
.nav a { text-decoration: none; border-bottom: 1px solid transparent; }
.nav a:hover, .nav a[aria-current="page"] { border-color: var(--terracotta); }

.hero { padding: clamp(58px, 8vw, 110px) 0 74px; }
.hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(38px, 7vw, 86px); }
.eyebrow { margin: 0 0 18px; color: var(--terracotta); font-size: 13px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.08; letter-spacing: -0.035em; }
h1 { margin: 0 0 24px; font-size: clamp(48px, 7vw, 82px); }
h2 { margin: 0 0 22px; font-size: clamp(35px, 5vw, 58px); }
h3 { margin: 0 0 12px; font-size: clamp(25px, 3vw, 34px); }
.lede { max-width: 620px; margin: 0; color: var(--ink-soft); font-family: Georgia, serif; font-size: clamp(20px, 2.2vw, 27px); line-height: 1.45; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; background: var(--ink); color: white; text-decoration: none; font-size: 14px; font-weight: 700; letter-spacing: .04em; }
.text-link { color: var(--teal); text-underline-offset: 5px; text-decoration-thickness: 1px; }
.hero-visual { position: relative; }
.hero-visual::before { content: ""; position: absolute; inset: -18px 22px 24px -18px; border: 1px solid var(--terracotta); z-index: -1; }
.hero-visual img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; box-shadow: var(--shadow); }

.section { padding: 92px 0; }
.section-tint { background: var(--sage-light); border-block: 1px solid var(--line); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 38px; }
.section-heading h2 { max-width: 720px; margin-bottom: 0; }
.article-card { display: grid; grid-template-columns: 1.08fr .92fr; background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); }
.article-card img { width: 100%; height: 100%; min-height: 440px; object-fit: cover; }
.card-copy { padding: clamp(32px, 5vw, 62px); display: flex; flex-direction: column; justify-content: center; }
.meta { margin: 0 0 18px; color: var(--terracotta); font-size: 13px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.card-copy p { color: var(--ink-soft); }
.card-copy .text-link { margin-top: 10px; font-weight: 700; }

.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(38px, 7vw, 86px); align-items: center; }
.about-grid img { aspect-ratio: 3 / 2; width: 100%; object-fit: cover; }
.about-copy p { color: var(--ink-soft); }
.principle { margin-top: 26px; padding-left: 20px; border-left: 3px solid var(--terracotta); font-family: Georgia, serif; font-size: 21px; }

.page-head { padding: 80px 0 48px; border-bottom: 1px solid var(--line); }
.page-head h1 { max-width: 900px; font-size: clamp(44px, 6vw, 72px); }
.page-head .lede { max-width: 760px; }
.articles-list { padding: 64px 0 100px; }
.list-card { display: grid; grid-template-columns: 340px 1fr; gap: 34px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.list-card img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.list-card h2 { font-size: clamp(30px, 4vw, 46px); }
.list-card p { color: var(--ink-soft); }

.article-head { padding: clamp(62px, 8vw, 110px) 0 44px; }
.article-head .shell { max-width: 940px; }
.article-head h1 { font-size: clamp(44px, 6.4vw, 76px); }
.article-head .meta { margin-bottom: 22px; }
.article-image { width: min(1180px, calc(100% - 40px)); margin: 0 auto; aspect-ratio: 16 / 8.5; object-fit: cover; box-shadow: var(--shadow); }
.article-body { width: min(720px, calc(100% - 40px)); margin: 70px auto 110px; font-family: Georgia, "Times New Roman", serif; font-size: 20px; line-height: 1.78; }
.article-body h2 { margin-top: 62px; font-size: clamp(31px, 4vw, 42px); }
.article-body a { color: var(--teal); text-decoration-thickness: 1px; text-underline-offset: 4px; }
.reflection { margin-top: 58px; padding: 30px 34px; background: var(--sage-light); border-left: 4px solid var(--terracotta); }
.reflection h2 { margin-top: 0; }
.closing { margin-top: 52px; font-size: 25px; line-height: 1.5; color: var(--teal); }

.policy { width: min(760px, calc(100% - 40px)); margin: 64px auto 110px; }
.policy h2 { margin-top: 48px; font-size: 32px; }
.policy ul { padding-left: 24px; }

.site-footer { padding: 48px 0; background: var(--ink); color: #eef2ec; }
.footer-inner { display: flex; justify-content: space-between; align-items: end; gap: 34px; }
.footer-name { margin: 0 0 8px; font-family: Georgia, serif; font-size: 27px; }
.footer-note { max-width: 520px; margin: 0; color: rgba(238, 242, 236, .75); font-size: 14px; }
.footer-links { display: flex; gap: 22px; font-size: 14px; }
.footer-links a { color: inherit; }

@media (max-width: 800px) {
  .shell { width: min(100% - 28px, 680px); }
  .header-inner { min-height: 70px; }
  .nav { gap: 16px; font-size: 12px; }
  .hero-grid, .article-card, .about-grid, .list-card { grid-template-columns: 1fr; }
  .hero { padding-top: 48px; }
  .hero-visual { margin: 10px 10px 0; }
  .article-card img { min-height: 0; aspect-ratio: 3 / 2; }
  .about-grid img { order: 2; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 520px) {
  body { font-size: 16px; }
  .brand-name { max-width: 150px; line-height: 1.05; }
  .nav a:first-child { display: none; }
  .section { padding: 64px 0; }
  .article-body { font-size: 18px; }
}

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

