:root {
  color-scheme: light;
  --paper: #fbfaf7;
  --paper-strong: #fbfaf7;
  --ink: #1c1a17;
  --muted: #716b63;
  --line: #ded8cf;
  --green: #34584e;
  --aubergine: #3c3338;
  --gold: #8f742f;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 4px;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 68px;
  padding: 14px clamp(18px, 4vw, 54px);
  background: rgb(251 250 247 / 92%);
  border-bottom: 1px solid rgb(217 208 194 / 72%);
  backdrop-filter: blur(12px);
}

.brand,
.site-nav {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  letter-spacing: 0;
}

.mark-only {
  width: 34px;
}

.site-nav {
  gap: 4px;
}

.site-nav a {
  padding: 7px 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--ink);
}

.hero {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(86px, 14vw, 150px) 0 clamp(42px, 7vw, 74px);
}

.hero-content {
  width: min(760px, 100%);
}

.kicker,
.eyebrow,
.statement-domain {
  margin: 0;
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 520;
  letter-spacing: 0;
}

h1 {
  max-width: 12ch;
  margin-bottom: 0;
  font-size: clamp(4rem, 13vw, 8rem);
  line-height: 0.9;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.18rem;
}

.hero-text {
  max-width: 620px;
  color: #3b352f;
  font-size: clamp(1.08rem, 2vw, 1.45rem);
  line-height: 1.5;
}

.band {
  background: var(--paper-strong);
  border-block: 1px solid var(--line);
}

.section-inner {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(42px, 8vw, 82px) 0;
}

.section-heading {
  display: grid;
  gap: 12px;
  margin-bottom: 30px;
}

.statement-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.statement-card a {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: clamp(16px, 4vw, 38px);
  min-height: 132px;
  padding: clamp(20px, 4vw, 30px) 0;
  border-bottom: 1px solid var(--line);
  transition: color 160ms ease;
}

.statement-card a:hover {
  color: var(--green);
}

.statement-number {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.35rem;
  line-height: 1;
}

.statement-body {
  display: grid;
  gap: 8px;
}

.statement-body strong {
  max-width: 760px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 3vw, 2.3rem);
  font-weight: 520;
  line-height: 1.08;
}

.statement-body span:last-child {
  max-width: 780px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
}

.site-footer {
  min-height: 28px;
  border-top: 1px solid var(--line);
}

.article-page {
  background: var(--paper);
}

.statement-page {
  min-height: 100vh;
  padding-top: 68px;
}

.article-shell {
  display: grid;
  grid-template-columns: minmax(180px, 250px) minmax(0, 820px);
  gap: clamp(28px, 7vw, 86px);
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(56px, 9vw, 104px) 0 clamp(72px, 10vw, 128px);
}

.article-meta {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  align-self: start;
  gap: 12px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.article-meta span {
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.archive-back {
  width: fit-content;
  margin-bottom: 8px;
  color: var(--green);
  font-weight: 720;
}

.article-body {
  max-width: 820px;
}

.article-body h1,
.article-body h2 {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 520;
  letter-spacing: 0;
}

.article-body h1 {
  color: var(--gold);
  font-size: clamp(0.88rem, 2vw, 1.05rem);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 760;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.article-body h2 {
  margin-top: 10px;
  font-size: clamp(2.7rem, 7vw, 5.6rem);
  line-height: 0.95;
}

.article-body h3 {
  max-width: 720px;
  margin: 42px 0 18px;
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-weight: 520;
  line-height: 1.12;
}

.article-body h2 + h3 {
  margin-top: 18px;
  color: var(--aubergine);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-style: italic;
  line-height: 1.35;
}

.article-body h4 {
  margin: 34px 0 12px;
  color: var(--aubergine);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
  line-height: 1.3;
}

.article-body p,
.article-body li {
  color: #332e29;
  font-size: clamp(1.08rem, 1.7vw, 1.22rem);
  line-height: 1.75;
}

.article-body p {
  margin: 0 0 18px;
}

.article-body blockquote {
  margin: clamp(26px, 5vw, 44px) 0;
  padding: 0 0 0 clamp(16px, 3vw, 26px);
  color: var(--ink);
  background: transparent;
  border-left: 2px solid var(--line);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.28rem, 2.6vw, 1.8rem);
  line-height: 1.35;
}

.article-body ul {
  display: grid;
  gap: 8px;
  margin: 0 0 22px;
  padding-left: 1.2rem;
}

.article-body li::marker {
  color: var(--gold);
}

.article-body strong {
  color: var(--ink);
}

.article-loading {
  width: min(820px, calc(100% - 36px));
  margin: 0 auto;
  padding: 160px 0;
  color: var(--muted);
}

@media (max-width: 760px) {
  .site-header {
    align-items: flex-start;
    gap: 14px;
  }

  .site-nav {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .site-nav a {
    padding-inline: 8px;
    font-size: 0.82rem;
  }

  .article-shell {
    grid-template-columns: 1fr;
  }

  .statement-page {
    padding-top: 100px;
  }

  .article-shell {
    padding-top: 46px;
  }

  .article-meta {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }

  .article-meta span {
    padding: 8px 10px;
    border: 1px solid var(--line);
    border-radius: 6px;
  }

  .statement-card a {
    grid-template-columns: 1fr;
  }

  .statement-number {
    font-size: 1.7rem;
  }

  .site-footer {
    flex-direction: column;
  }
}
