:root {
  color-scheme: light;
  --paper: #f4f1e9;
  --paper-deep: #e8e2d5;
  --ink: #151512;
  --muted: #625f58;
  --line: #b9b3a7;
  --signal: #e04a2f;
  --night: #171714;
  --night-ink: #f5f1e8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
a { color: inherit; text-underline-offset: .22em; }
.site-header {
  min-height: 86px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  padding: 0 4vw;
  border-bottom: 1px solid var(--ink);
}
.wordmark, .footer-mark {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.wordmark span, .footer-mark span { font-style: italic; }
nav { display: flex; align-items: center; gap: 2rem; }
nav a, .publisher-link {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
}
nav a { color: var(--muted); }
nav a:hover, nav a.active { color: var(--ink); }
.publisher-link { justify-self: end; border-bottom: 1px solid var(--ink); padding-bottom: .2rem; }
.hero {
  min-height: 720px;
  padding: 8vw 4vw 4vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-bottom: 1px solid var(--ink);
  background:
    linear-gradient(90deg, transparent 49.94%, rgba(21,21,18,.08) 50%, transparent 50.06%),
    linear-gradient(var(--paper), var(--paper));
}
.eyebrow, .section-label, .desk-index {
  margin: 0 0 1.5rem;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow { color: var(--signal); }
.hero h1, .article-hero h1 {
  max-width: 1100px;
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(5rem, 12vw, 11rem);
  font-weight: 400;
  letter-spacing: -.07em;
  line-height: .77;
}
.hero h1 em, .article-hero h1 em, .manifesto h2 em { color: var(--signal); font-weight: 400; }
.hero-copy {
  max-width: 760px;
  margin: 3.5rem 0 2.5rem auto;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.35;
}
.hero-meta {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.latest { padding: 8rem 4vw; border-bottom: 1px solid var(--ink); }
.lead-story {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 2rem 4vw;
  padding: 3rem 0 4rem;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}
.story-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.lead-story .story-meta { grid-column: 1 / -1; }
.lead-story h3 {
  grid-column: 1 / -1;
  max-width: 1150px;
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(3rem, 6vw, 6.5rem);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .94;
}
.lead-story h3 a, .story-grid h3 a { text-decoration: none; }
.lead-story h3 a:hover, .story-grid h3 a:hover { color: var(--signal); }
.lead-story > p { grid-column: 2; max-width: 670px; margin: 0; color: var(--muted); font-size: 1.15rem; }
.story-link { width: fit-content; font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.lead-story > .story-link { grid-column: 2; }
.story-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-left: 1px solid var(--ink);
}
.story-grid article {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  padding: 1.7rem;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}
.story-grid .story-meta span:last-child { color: var(--signal); }
.story-grid h3 {
  margin: 2.5rem 0 1.5rem;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.5rem, 2vw, 2.25rem);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.05;
}
.story-grid article > p { color: var(--muted); font-size: .9rem; }
.story-grid .story-link { margin-top: auto; padding-top: 1.25rem; border-top: 1px solid var(--line); }
.manifesto {
  padding: 10rem 4vw;
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 4vw;
  border-bottom: 1px solid var(--ink);
}
.manifesto h2 {
  max-width: 1050px;
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(3.7rem, 8vw, 8rem);
  font-weight: 400;
  letter-spacing: -.06em;
  line-height: .88;
}
.manifesto > p:last-child {
  grid-column: 2;
  max-width: 680px;
  margin: 3rem 0 0;
  font-size: 1.2rem;
  color: var(--muted);
}
.desks { padding: 8rem 4vw; border-bottom: 1px solid var(--ink); }
.section-heading {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: end;
  gap: 4vw;
  margin-bottom: 4rem;
}
.section-heading h2, .independence h2, .bridge h2, .about-layout h2 {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .95;
}
.section-heading > p { max-width: 420px; margin: 0; color: var(--muted); }
.desk-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}
.desk-grid article {
  min-height: 440px;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  transition: background .2s ease, color .2s ease;
}
.desk-grid article:hover { background: var(--night); color: var(--night-ink); }
.desk-grid h3 {
  margin: 2.5rem 0 1.5rem;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.9rem, 2.6vw, 3rem);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.02;
}
.desk-grid article > p:nth-of-type(2) { color: var(--muted); }
.desk-grid article:hover > p:nth-of-type(2) { color: #bdb8ae; }
.desk-grid article > span {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid currentColor;
  font-size: .68rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.independence {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 8vw;
  padding: 9rem 4vw;
  background: var(--night);
  color: var(--night-ink);
}
.independence-copy { max-width: 600px; font-size: 1.15rem; }
.independence-copy p { color: #bdb8ae; }
.independence-copy a { display: inline-block; margin-top: 2rem; }
.bridge { padding: 9rem 4vw; border-bottom: 1px solid var(--ink); }
.bridge h2 { max-width: 1000px; }
.bridge > p:not(.section-label) { max-width: 680px; margin: 3rem 0 2rem auto; font-size: 1.2rem; color: var(--muted); }
.bridge > a, .text-cta { display: block; width: fit-content; margin-left: auto; font-weight: 700; }
footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
  align-items: start;
  padding: 4rem 4vw;
  background: var(--night);
  color: var(--night-ink);
}
footer p { margin: 0; color: #aaa69d; font-size: .8rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1.5rem; }
.footer-links a { font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.article-page { padding: 0 4vw 8rem; }
.article-hero { padding: 9rem 0 7rem; border-bottom: 1px solid var(--ink); }
.article-hero h1 { font-size: clamp(4.5rem, 10vw, 9rem); }
.article-hero > p:last-child { max-width: 720px; margin: 3rem 0 0 auto; font-family: Georgia, 'Times New Roman', serif; font-size: 1.5rem; }
.policy-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.policy-grid section { min-height: 310px; padding: 3rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.policy-grid section:nth-child(2n) { border-right: 0; }
.policy-grid span { color: var(--signal); font-size: .7rem; font-weight: 700; }
.policy-grid h2 { margin: 2rem 0 1rem; font-family: Georgia, 'Times New Roman', serif; font-size: 2.5rem; font-weight: 400; }
.policy-grid p, .prose { color: var(--muted); }
.about-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; padding: 7rem 0; border-bottom: 1px solid var(--line); }
.about-layout h2 { font-size: clamp(2.8rem, 5vw, 5rem); }
.prose { max-width: 650px; font-size: 1.15rem; }
.prose p:first-child { margin-top: 0; }

@media (max-width: 1000px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .desk-grid { grid-template-columns: repeat(2, 1fr); }
  .story-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  .site-header { grid-template-columns: 1fr; padding: 1.25rem; }
  .publisher-link { display: none; }
  .hero { min-height: 620px; padding: 6rem 1.25rem 2rem; }
  .hero h1 { font-size: clamp(4rem, 20vw, 6rem); }
  .hero-copy { margin-top: 3rem; }
  .hero-meta { flex-direction: column; gap: .75rem; }
  .manifesto, .section-heading, .independence, .about-layout { grid-template-columns: 1fr; }
  .latest, .manifesto, .desks, .independence, .bridge { padding: 6rem 1.25rem; }
  .lead-story { grid-template-columns: 1fr; }
  .lead-story > p, .lead-story > .story-link { grid-column: 1; }
  .lead-story h3 { font-size: clamp(2.8rem, 14vw, 4.5rem); }
  .story-grid { grid-template-columns: 1fr; }
  .story-grid article { min-height: 330px; }
  .manifesto > p:last-child { grid-column: 1; }
  .desk-grid, .policy-grid { grid-template-columns: 1fr; }
  .desk-grid article { min-height: 350px; }
  .policy-grid section, .policy-grid section:nth-child(2n) { border-right: 0; }
  .article-page { padding: 0 1.25rem 5rem; }
  .article-hero { padding: 6rem 0 4rem; }
  .policy-grid section { padding: 2rem 0; }
  footer { grid-template-columns: 1fr; padding: 3rem 1.25rem; }
  .footer-links { justify-content: flex-start; }
}
