
:root{
  --editorial-bg:#fbf8ef;
  --editorial-card:#fffaf0;
  --editorial-ink:#12372d;
  --editorial-muted:#4f615b;
  --editorial-green:#082b22;
  --editorial-terra:#a94e32;
  --editorial-gold:#e6c66f;
  --editorial-white:#ffffff;
}
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Newsreader:opsz,wght@6..72,400;6..72,500&display=swap");
:root {
  --paper: #f5f0e6;
  --cream: #ebe3d5;
  --ink: #132d3a;
  --muted: #52646b;
  --terra: #a94e32;
  --green: #16483e;
  --gold: #d8a64f;
  --line: #cfc4b2;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  line-height: 1.7;
}
.wrap {
  width: min(1160px, 90vw);
  margin: auto;
}
.reading {
  width: min(780px, 88vw);
  margin: auto;
}
a {
  color: inherit;
}
a:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}
header {
  background: rgba(245, 240, 230, 0.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 4;
}
nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.brand {
  text-decoration: none;
  line-height: 1.05;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: .8rem;
}
.brand img {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 2px 12px #082b2230;
}
.brand > span {
  display: block;
  width: clamp(290px, 27vw, 388px);
  white-space: nowrap;
  padding-top: 2px;
}
.brand strong {
  display: block;
  width: 100%;
  font-family: "Newsreader", serif;
  font-size: 1.35rem;
  letter-spacing: 0.285em;
  color: var(--ink);
  white-space: nowrap;
}
.brand strong + span {
  display: block;
  width: 100%;
  font-size: 0.59rem;
  letter-spacing: 0.071em;
  color: var(--terra);
  white-space: nowrap;
}
nav ul {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
nav a {
  text-decoration: none;
}
nav li a {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--terra);
}
.hero {
  padding: 7rem 0 5rem;
  border-bottom: 1px solid var(--line);
}
h1,
h2,
h3 {
  font-family: "Newsreader", serif;
  font-weight: 500;
  line-height: 1.05;
}
h1 {
  font-size: clamp(3.4rem, 7vw, 6.8rem);
  margin: 0.5rem 0 1.3rem;
  letter-spacing: -0.035em;
}
.dek {
  font-family: "Newsreader", serif;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.35;
  color: var(--muted);
  max-width: 690px;
}
.article {
  padding: 4.5rem 0 6rem;
}
.article p {
  font-family: "Newsreader", serif;
  font-size: 1.3rem;
  line-height: 1.75;
}
.notice {
  margin: 3rem 0;
  padding: 1.5rem 1.7rem;
  border-left: 4px solid var(--gold);
  background: var(--cream);
  font-family: "DM Sans", sans-serif !important;
  font-size: 1rem !important;
}
.btn {
  display: inline-block;
  padding: 0.85rem 1.15rem;
  border: 1px solid var(--ink);
  text-decoration: none;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.btn.primary {
  background: var(--terra);
  border-color: var(--terra);
  color: white;
}
.btn + .btn {
  margin-left: 0.6rem;
}
.pager {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}
.pager a {
  padding: 1.3rem;
  background: var(--cream);
  text-decoration: none;
}
.pager a:last-child {
  text-align: right;
}
.archive {
  padding: 6rem 0;
}
.archive-head {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 5vw;
  margin-bottom: 4rem;
}
.archive h1 {
  font-size: clamp(3.5rem, 7vw, 7rem);
}
.cards {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.essay-card {
  background: var(--paper);
  padding: 2.4rem;
  display: grid;
  grid-template-columns: 0.35fr 1.65fr auto;
  gap: 2rem;
  align-items: start;
  text-decoration: none;
}
.essay-card:hover {
  background: var(--cream);
}
.essay-card h2 {
  font-size: 2rem;
  margin: 0.25rem 0;
}
.essay-card p {
  color: var(--muted);
  margin: 0.5rem 0;
}
.legal {
  padding: 7rem 0;
}
.legal h1 {
  font-size: clamp(3.5rem, 7vw, 6.5rem);
}
.legal h2 {
  font-size: 2rem;
  margin-top: 2.5rem;
}
.legal p {
  font-family: "Newsreader", serif;
  font-size: 1.2rem;
}
.author {
  background: var(--green);
  color: white;
  padding: 3rem 0;
}
.author p {
  max-width: 750px;
  color: #d8e5df;
}
footer {
  background: #092131;
  color: #d7e0df;
  padding: 2rem 0;
}
.footer-row {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  font-size: 0.8rem;
}
.footer-row p {
  margin: 0;
}
@media (max-width: 700px) {
  nav {
    min-height: auto;
    padding: 0.85rem 0;
    flex-wrap: wrap;
    gap: 0.8rem;
  }
  .brand {
    width: 100%;
  }
  .brand > span {
    width: min(270px, calc(100vw - 110px));
  }
  .brand strong {
    font-size: clamp(0.88rem, 4.1vw, 1.05rem);
    letter-spacing: 0.235em;
  }
  .brand strong + span {
    font-size: clamp(0.37rem, 1.65vw, 0.44rem);
    letter-spacing: 0.035em;
  }
  nav ul {
    display: flex;
    width: 100%;
    gap: 1.1rem;
    overflow-x: auto;
    padding: 0.25rem 0 0.35rem;
    scrollbar-width: none;
  }
  nav ul::-webkit-scrollbar {
    display: none;
  }
  nav li {
    flex: 0 0 auto;
  }
  nav li a {
    font-size: 0.7rem;
  }
  .hero {
    padding: 4.5rem 0 3rem;
  }
  h1 {
    font-size: clamp(3rem, 15vw, 4.7rem);
  }
  .archive-head,
  .essay-card {
    grid-template-columns: 1fr;
  }
  .essay-card {
    gap: 0.4rem;
  }
  .essay-card > span:last-child {
    display: none;
  }
  .pager {
    grid-template-columns: 1fr;
  }
  .btn {
    display: block;
    text-align: center;
  }
  .btn + .btn {
    margin: 0.7rem 0 0;
  }
  .footer-row {
    display: block;
  }
  .footer-row p + p {
    margin-top: 0.7rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}


/* v4.0.4 — green-background text normalization */
.author,
.author * {
  color: var(--editorial-card) !important;
  -webkit-text-fill-color: var(--editorial-card) !important;
}


/* v4.0.14 semantic normalization */
.author {
  background: var(--editorial-green);
  color: var(--editorial-white);
}
.author * {
  color: inherit;
}
a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--editorial-terra);
  outline-offset: 3px;
}
@media (max-width:720px){
  .essay-body,
  .essay-body p,
  .article-body,
  .article-body p {
    line-height:1.58;
  }
}


/* v4.0.15 — all text on dark-green editorial surfaces is white */
.author,
.author * {
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
}
