:root {
  --paper: #f3efe6;
  --paper-light: #f8f5ef;
  --paper-deep: #e8dfcf;
  --ink: #1e211d;
  --body: #373a34;
  --soft-ink: #5a5b52;
  --poppy: #d6342a;
  --poppy-soft: #e67870;
  --moss: #3f5746;
  --line: rgba(30, 33, 29, 0.2);
  --page-pad: clamp(22px, 5vw, 76px);
  --wide-pad: clamp(22px, 7vw, 110px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; }
button, input, textarea { font: inherit; }
button { color: inherit; }
a { color: inherit; }
::selection { background: var(--poppy); color: #fff; }

.site-shell { min-height: 100vh; overflow: hidden; }
.site-header {
  min-height: 90px;
  padding: 0 var(--page-pad);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 20;
  background: rgba(243, 239, 230, 0.96);
  transition: box-shadow .2s ease;
}
.site-header.is-scrolled { box-shadow: 0 10px 35px rgba(30, 33, 29, .08); }
.brand, .footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  text-decoration: none;
  justify-self: start;
}
.brand em { color: var(--poppy); font-style: italic; }
.brand-mark {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  background: var(--poppy);
  color: #fff;
  border-radius: 50%;
  font: italic 700 17px Georgia, serif;
  transform: rotate(-7deg);
}
.site-nav ul { margin: 0; padding: 0; display: flex; align-items: center; gap: 30px; list-style: none; }
.site-nav a { font-size: 13px; text-decoration: none; }
.site-nav a:hover { color: var(--poppy); }
.subscribe-button {
  justify-self: end;
  padding: 10px 0 7px;
  border: 0;
  border-bottom: 1px solid var(--ink);
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.subscribe-button:hover { color: var(--poppy); border-color: var(--poppy); }

.hero {
  min-height: 710px;
  padding: clamp(80px, 12vw, 165px) var(--wide-pad) 90px;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: 60px;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  width: clamp(230px, 33vw, 520px);
  height: clamp(230px, 33vw, 520px);
  right: -9vw;
  bottom: -22vw;
  border: clamp(40px, 6vw, 90px) solid var(--poppy);
  border-radius: 50%;
  opacity: .9;
}
.hero-grid {
  position: absolute;
  inset: 0 0 0 50%;
  opacity: .26;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(to right, transparent, black);
}
.hero-copy { max-width: 980px; position: relative; z-index: 1; }
.eyebrow, .section-label, .featured-meta, .issue-stamp span, .issue-stamp small {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.eyebrow { color: var(--moss); margin: 0 0 26px; }
h1, h2, h3, p { margin-top: 0; }
.hero h1, .archive-header h1, .error-page h1 {
  max-width: 990px;
  margin-bottom: 30px;
  font: 400 clamp(55px, 7.3vw, 112px)/.91 Georgia, "Times New Roman", serif;
  letter-spacing: -.055em;
}
.hero h1 span, .archive-header h1 span, .error-page h1 span { color: var(--poppy); font-style: italic; white-space: nowrap; }
.hero-deck { max-width: 720px; color: var(--soft-ink); font-size: clamp(17px, 1.5vw, 22px); line-height: 1.55; }
.read-cta {
  width: min(100%, 310px);
  margin-top: 38px;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  border: 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: transparent;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: color .2s ease, padding .2s ease;
}
.read-cta:hover { color: var(--poppy); padding-left: 8px; }
.issue-stamp { align-self: start; padding: 14px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); position: relative; z-index: 1; }
.issue-stamp span, .issue-stamp small { display: block; }
.issue-stamp strong { display: block; color: var(--poppy); font: italic 400 86px/1 Georgia, serif; }
.issue-stamp small { color: var(--soft-ink); font-size: 8px; }

.cover-art { margin: 0; position: relative; height: clamp(330px, 56vw, 760px); overflow: hidden; background: #d8cdb9; }
.cover-art img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cover-art figcaption {
  position: absolute;
  left: var(--wide-pad);
  bottom: 28px;
  padding: 10px 14px;
  background: var(--paper);
  color: var(--ink);
  font: italic 15px Georgia, serif;
}

.featured {
  display: grid;
  grid-template-columns: 1fr 2.2fr;
  gap: clamp(30px, 7vw, 110px);
  padding: clamp(70px, 9vw, 130px) var(--wide-pad);
  background: var(--ink);
  color: var(--paper);
}
.featured-meta { color: #aba99f; line-height: 1.7; }
.featured-meta p { margin-bottom: 8px; }
.featured-body { max-width: 920px; }
.featured-body .section-label { color: var(--poppy-soft); }
.featured h2 { margin-bottom: 32px; font: 400 clamp(42px, 5.5vw, 84px)/.98 Georgia, serif; letter-spacing: -.045em; }
.featured-body > p:not(.section-label) { max-width: 700px; color: #ccc8bd; font: 20px/1.55 Georgia, serif; }
.featured-body > a { display: inline-block; margin-top: 20px; padding-bottom: 6px; border-bottom: 1px solid var(--paper); text-decoration: none; font-size: 13px; }
.featured-body > a span { color: var(--poppy-soft); margin-left: 7px; }

.manifesto {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: clamp(50px, 9vw, 140px);
  padding: clamp(90px, 11vw, 160px) var(--wide-pad);
}
.section-label { color: var(--poppy); margin-bottom: 24px; }
.manifesto h2, .audience h2, .subscribe-panel h2 { font: 400 clamp(42px, 5vw, 72px)/1.02 Georgia, serif; letter-spacing: -.04em; }
.manifesto-copy { padding-top: 40px; }
.manifesto-copy p { color: var(--soft-ink); font-size: 17px; line-height: 1.75; }

.pillars { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pillars article { min-height: 330px; padding: 42px clamp(22px, 3.5vw, 56px); border-right: 1px solid var(--line); }
.pillars article:last-child { border-right: 0; }
.pillars span { color: var(--poppy); font: italic 26px Georgia, serif; }
.pillars h3 { margin: 72px 0 18px; font: 400 31px Georgia, serif; }
.pillars p { color: var(--soft-ink); line-height: 1.65; }

.audience {
  padding: clamp(95px, 13vw, 190px) var(--wide-pad);
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  column-gap: clamp(50px, 9vw, 140px);
}
.audience .section-label { grid-column: 1 / -1; }
.audience p:last-child { color: var(--soft-ink); font-size: 18px; line-height: 1.75; align-self: end; max-width: 620px; }

.subscribe-panel { padding: clamp(90px, 10vw, 150px) var(--wide-pad); background: var(--paper-deep); border-top: 6px solid var(--poppy); }
.subscribe-panel h2 { max-width: 920px; margin-bottom: 25px; }
.subscribe-panel > p:not(.section-label) { max-width: 650px; color: var(--soft-ink); font: 19px/1.6 Georgia, serif; }
.subscribe-panel button, .article-signature button {
  margin-top: 24px;
  padding: 14px 0 8px;
  border: 0;
  border-bottom: 1px solid var(--ink);
  background: transparent;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.site-footer {
  padding: 34px var(--page-pad);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  border-top: 1px solid var(--line);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.site-footer p { margin: 0; }
.site-footer p:last-child { text-align: right; }

.article-page { background: #f7f3eb; }
.article-hero { padding: clamp(75px, 11vw, 160px) clamp(22px, 9vw, 145px) clamp(65px, 9vw, 120px); }
.article-kicker { display: flex; gap: 24px; margin-bottom: 38px; color: var(--moss); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.article-hero h1 { max-width: 1180px; margin-bottom: 62px; font: 400 clamp(55px, 7vw, 108px)/.94 Georgia, serif; letter-spacing: -.05em; }
.article-hero h1 em { display: block; color: var(--poppy); font-weight: 400; }
.article-deck { max-width: 720px; margin: -28px 0 52px; color: var(--soft-ink); font: 20px/1.55 Georgia, serif; }
.article-byline { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid var(--line); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.article-byline p { margin: 0; }
.article-image { margin: 0 var(--page-pad); height: min(58vw, 760px); overflow: hidden; background: #d8cdb9; }
.article-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.article-layout {
  max-width: 1260px;
  margin: 0 auto;
  padding: clamp(80px, 11vw, 160px) var(--page-pad);
  display: grid;
  grid-template-columns: 260px minmax(0, 740px);
  gap: clamp(55px, 9vw, 140px);
  justify-content: center;
}
.article-summary { align-self: start; position: sticky; top: 32px; padding-top: 16px; border-top: 2px solid var(--poppy); }
.article-summary .section-label { margin-bottom: 18px; }
.article-summary > p:not(.section-label) { color: var(--soft-ink); font-size: 13px; line-height: 1.65; }
.article-summary button { margin-top: 16px; padding: 10px 0 5px; border: 0; border-bottom: 1px solid var(--ink); background: transparent; font-size: 11px; font-weight: 700; text-align: left; cursor: pointer; }

.gh-content { min-width: 0; }
.gh-content > * { margin-left: auto; margin-right: auto; }
.gh-content > p, .gh-content > ul, .gh-content > ol {
  margin-top: 0;
  margin-bottom: 28px;
  color: var(--body);
  font: 19px/1.78 Georgia, "Times New Roman", serif;
}
.gh-content > ul, .gh-content > ol { padding-left: 28px; }
.gh-content li { margin-bottom: 10px; }
.gh-content > p:first-child { color: var(--ink); font-size: clamp(25px, 2.5vw, 34px); line-height: 1.42; }
.gh-content h2 { margin: 70px 0 24px; font: 400 clamp(32px, 4vw, 48px)/1.08 Georgia, serif; letter-spacing: -.03em; }
.gh-content h3 { margin: 48px 0 18px; color: var(--moss); font: 700 19px/1.3 Arial, sans-serif; }
.gh-content a { color: var(--poppy); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.gh-content blockquote {
  margin: 70px 0;
  padding: 0 0 0 28px;
  border-left: 7px solid var(--poppy);
  color: var(--ink);
  font: italic 400 clamp(34px, 4vw, 54px)/1.15 Georgia, serif;
  letter-spacing: -.03em;
}
.gh-content blockquote p { margin: 0; }
.gh-content hr { margin: 70px 0; border: 0; border-top: 1px solid var(--line); }
.gh-content figure { margin-top: 55px; margin-bottom: 55px; }
.gh-content figcaption { margin-top: 12px; color: var(--soft-ink); font: italic 13px/1.5 Arial, sans-serif; text-align: center; }
.gh-content .kg-width-wide { width: min(1100px, calc(100vw - 44px)); margin-left: 50%; transform: translateX(-50%); }
.gh-content .kg-width-full { width: 100vw; margin-left: 50%; transform: translateX(-50%); }
.gh-content .kg-callout-card {
  margin: 70px 0;
  padding: clamp(32px, 5vw, 56px);
  background: var(--paper-deep);
  border-top: 6px solid var(--poppy);
  border-radius: 0;
  box-shadow: none;
}
.gh-content .kg-callout-card-grey, .gh-content .kg-callout-card-white { background: var(--paper-deep); }
.gh-content .kg-callout-text { color: var(--body); font: 18px/1.62 Georgia, serif; }
.gh-content .kg-callout-emoji { font-size: 22px; }
.gh-content .kg-bookmark-card { margin: 28px 0; }
.gh-content .kg-bookmark-container { border: 1px solid var(--line); border-radius: 0; background: var(--paper-light); }
.gh-content .kg-bookmark-title { font-family: Georgia, serif; font-size: 18px; }
.gh-content .kg-bookmark-description { color: var(--soft-ink); }
.gh-content .kg-button-card a.kg-btn { background: var(--ink); color: var(--paper); border-radius: 0; font: 700 12px Arial, sans-serif; letter-spacing: .05em; }
.gh-content .kg-toggle-card { margin: 28px 0; border: 1px solid var(--line); border-radius: 0; box-shadow: none; background: var(--paper-light); }

.article-signature { padding: clamp(100px, 15vw, 220px) var(--wide-pad); text-align: center; background: var(--paper); }
.article-signature > p { color: var(--poppy); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.article-signature h2 { margin-bottom: 34px; font: 400 clamp(48px, 7vw, 100px)/.95 Georgia, serif; letter-spacing: -.05em; }
.article-signature h2 em { color: var(--poppy); font-weight: 400; }

.archive-page { padding-bottom: 120px; }
.archive-header { padding: clamp(90px, 12vw, 170px) var(--wide-pad) 80px; }
.archive-header > p:last-child { max-width: 700px; color: var(--soft-ink); font-size: 19px; line-height: 1.6; }
.post-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.post-card { min-width: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.post-card-image { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: #d8cdb9; }
.post-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.post-card:hover .post-card-image img { transform: scale(1.025); }
.post-card-copy { padding: clamp(30px, 4vw, 58px); }
.post-card-copy > p:first-child { color: var(--poppy); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.post-card h2 { margin: 24px 0 18px; font: 400 clamp(31px, 3.6vw, 52px)/1.02 Georgia, serif; letter-spacing: -.035em; }
.post-card h2 a { text-decoration: none; }
.post-card-copy > p:not(:first-child) { color: var(--soft-ink); font: 17px/1.6 Georgia, serif; }
.post-card-link { display: inline-block; margin-top: 18px; padding-bottom: 6px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 700; text-decoration: none; }
.pagination-wrap { padding: 55px var(--wide-pad); }
.pagination { display: flex; justify-content: space-between; gap: 20px; font-size: 12px; font-weight: 700; }
.pagination a { text-decoration: none; border-bottom: 1px solid var(--ink); }

.simple-page { max-width: 900px; margin: 0 auto; padding: clamp(85px, 12vw, 165px) var(--page-pad); }
.simple-page > header { margin-bottom: 70px; }
.simple-page > header h1 { font: 400 clamp(50px, 7vw, 96px)/.94 Georgia, serif; letter-spacing: -.05em; }
.simple-page > header > p:last-child { color: var(--soft-ink); font: 20px/1.55 Georgia, serif; }
.error-page { min-height: 70vh; padding: clamp(90px, 14vw, 200px) var(--wide-pad); }
.error-page > p:not(.eyebrow) { max-width: 620px; color: var(--soft-ink); font: 19px/1.6 Georgia, serif; }

@media (max-width: 900px) {
  .site-header { min-height: 76px; grid-template-columns: 1fr auto; }
  .site-nav { display: none; }
  .brand { font-size: 16px; }
  .brand-mark { width: 31px; height: 31px; }
  .hero { min-height: 670px; grid-template-columns: 1fr; padding-top: 90px; }
  .issue-stamp { display: none; }
  .hero h1, .archive-header h1, .error-page h1 { font-size: clamp(53px, 15vw, 77px); }
  .hero h1 span { white-space: normal; }
  .featured, .manifesto, .audience { grid-template-columns: 1fr; }
  .featured-meta { display: flex; gap: 20px; }
  .manifesto-copy { padding-top: 0; }
  .pillars { grid-template-columns: 1fr; }
  .pillars article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .pillars article:last-child { border-bottom: 0; }
  .pillars h3 { margin-top: 40px; }
  .audience p:last-child { margin-top: 30px; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer p:last-child { text-align: left; }
  .article-hero { padding-top: 80px; }
  .article-kicker { flex-wrap: wrap; gap: 12px 20px; }
  .article-byline { gap: 20px; }
  .article-image { height: 78vw; }
  .article-layout { grid-template-columns: 1fr; gap: 55px; }
  .article-summary { position: static; }
  .gh-content > p, .gh-content > ul, .gh-content > ol { font-size: 18px; }
  .gh-content .kg-width-wide, .gh-content .kg-width-full { width: calc(100vw - 44px); }
  .post-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .site-header { gap: 12px; }
  .subscribe-button { font-size: 11px; }
  .featured-meta { display: block; }
  .article-byline { align-items: flex-start; flex-direction: column; }
  .gh-content blockquote { padding-left: 20px; border-left-width: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
