:root {
  --paper: #f4efe3;
  --paper-deep: #e9e1d0;
  --ink: #101114;
  --muted: #68655f;
  --line: rgba(16, 17, 20, 0.18);
  --blue: #0e80fc;
  --warm: #e94f1d;
  --display: Georgia, "Times New Roman", serif;
  --body: Arial, Helvetica, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 10;
  padding: .65rem .8rem;
  color: white;
  background: var(--ink);
  font-family: var(--mono);
  font-size: .72rem;
  text-decoration: none;
}
.skip-link:focus { top: 1rem; }

.site-header {
  border-bottom: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
}
.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
  padding: 1rem 2.25rem;
}
.wordmark {
  font-family: var(--display);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -.04em;
  text-decoration: none;
}
.wordmark span { color: var(--blue); }
.header-note,
.hero-kicker,
.section-label,
.trust-label,
.status-key,
.writer-number,
.writer-link,
.roster-count span {
  font-family: var(--mono);
  text-transform: uppercase;
  letter-spacing: .12em;
}
.header-note {
  margin: 0;
  color: rgba(244, 239, 227, .68);
  font-size: .66rem;
}
.header-note span { color: var(--blue); padding: 0 .55rem; }

main { overflow: hidden; }
.hero,
.intro-grid,
.writers-section,
.site-footer {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.hero { padding-top: 8.5rem; padding-bottom: 5.5rem; }
.hero-kicker,
.section-label {
  color: var(--blue);
  font-size: .68rem;
  font-weight: 700;
}
.hero h1 {
  max-width: 940px;
  margin: 1.25rem 0 1.4rem;
  font-family: var(--display);
  font-size: clamp(4.3rem, 10vw, 9.2rem);
  font-weight: 400;
  letter-spacing: -.075em;
  line-height: .84;
}
.hero h1 em { color: var(--warm); font-style: italic; }
.hero-dek {
  max-width: 31rem;
  margin: 0;
  color: var(--muted);
  font-family: var(--display);
  font-size: clamp(1.2rem, 2.3vw, 1.65rem);
  line-height: 1.25;
}
.hero-rule {
  display: flex;
  align-items: center;
  gap: .5rem;
  max-width: 19rem;
  margin-top: 4.25rem;
  border-top: 1px solid var(--ink);
}
.hero-rule span { display: block; width: 35%; border-top: 4px solid var(--blue); }

.intro-grid {
  display: grid;
  grid-template-columns: 1fr 2.1fr 1.2fr;
  gap: 2rem;
  padding-top: 2.25rem;
  padding-bottom: 7.5rem;
  border-top: 1px solid var(--ink);
}
.section-label span { margin-left: .7rem; color: var(--muted); }
.intro-copy h2,
.writers-heading h2 {
  margin: -.25rem 0 1.4rem;
  font-family: var(--display);
  font-size: clamp(2.5rem, 4.8vw, 4.65rem);
  font-weight: 400;
  letter-spacing: -.06em;
  line-height: .9;
}
.intro-copy p {
  max-width: 32rem;
  margin: 0;
  color: var(--muted);
  font-size: 1.06rem;
}
.trust-box {
  align-self: end;
  padding: 1.25rem;
  border-left: 5px solid var(--warm);
  background: var(--paper-deep);
}
.trust-label { color: var(--warm); font-size: .66rem; font-weight: 700; }
.trust-box p {
  margin: .8rem 0 0;
  font-family: var(--display);
  font-size: 1.3rem;
  line-height: 1.15;
}

.writers-section {
  padding-top: 2.25rem;
  padding-bottom: 6.5rem;
  border-top: 1px solid var(--ink);
}
.writers-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}
.writers-heading h2 { margin-top: 1.15rem; }
.roster-count {
  display: flex;
  gap: 1.4rem;
  padding-bottom: 1.2rem;
}
.roster-count div { display: flex; flex-direction: column; }
.roster-count strong {
  font-family: var(--display);
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: -.07em;
  line-height: .8;
}
.roster-count span { margin-top: .7rem; color: var(--muted); font-size: .58rem; }
.status-key {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem 1.8rem;
  margin: 0 0 2rem;
  padding: .8rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: .6rem;
}
.status-key span { display: inline-flex; align-items: center; gap: .45rem; }
.status-key b { color: var(--ink); font-weight: 400; letter-spacing: 0; text-transform: none; }
.key-dot {
  width: .55rem;
  height: .55rem;
  border-radius: 50%;
  background: var(--ink);
}
.key-filing { background: var(--blue); }
.key-commissioned { border: 1px solid var(--ink); background: transparent; }
.writer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.writer-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 20rem;
  padding: 1.25rem;
  border: 1px solid var(--ink);
  border-top: 7px solid var(--team-primary);
  background: rgba(255, 255, 255, .2);
  transition: transform 160ms ease, background 160ms ease;
}
.writer-card:hover { transform: translateY(-3px); background: rgba(255, 255, 255, .46); }
.writer-card-top { display: flex; justify-content: space-between; align-items: center; }
.status {
  display: inline-flex;
  align-items: center;
  min-height: 1.55rem;
  padding: .24rem .48rem;
  border: 1px solid var(--ink);
  font-family: var(--mono);
  font-size: .6rem;
  letter-spacing: .1em;
  line-height: 1;
  text-transform: uppercase;
}
.status-filing { border-color: var(--blue); color: #075cae; }
.status-commissioned { color: var(--muted); }
.writer-number { color: var(--muted); font-size: .62rem; }
.writer-card h3 {
  margin: 2.65rem 0 .3rem;
  font-family: var(--display);
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  font-weight: 400;
  letter-spacing: -.06em;
  line-height: .9;
}
.writer-beat {
  margin: 0;
  color: var(--team-primary);
  font-family: var(--mono);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.4;
  text-transform: uppercase;
}
.writer-beat span { color: var(--muted); padding: 0 .18rem; }
.writer-voice {
  margin: 1.4rem 0 0;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.4;
}
.writer-excerpt {
  margin: auto 0 0;
  padding-top: 1.25rem;
  color: var(--ink);
  font-family: var(--display);
  font-size: 1rem;
  line-height: 1.2;
}
.writer-link {
  display: inline-block;
  margin-top: 1rem;
  color: var(--team-primary);
  font-size: .62rem;
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: .22rem;
}
.writer-link span { color: var(--team-secondary); font-size: .9rem; }

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.35rem;
  padding-bottom: 1.35rem;
  border-top: 1px solid var(--ink);
  font-family: var(--mono);
  font-size: .66rem;
  letter-spacing: .03em;
}
.site-footer p { margin: 0; }
.site-footer a { color: var(--blue); }

@media (max-width: 850px) {
  .hero { padding-top: 6rem; }
  .intro-grid { grid-template-columns: 1fr 2fr; }
  .intro-grid .trust-box { grid-column: 2; }
  .writer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .site-header-inner,
  .hero,
  .intro-grid,
  .writers-section,
  .site-footer { padding-left: 1.2rem; padding-right: 1.2rem; }
  .header-note { display: none; }
  .hero { padding-top: 4.75rem; padding-bottom: 4.5rem; }
  .hero h1 { font-size: clamp(3.8rem, 17vw, 6rem); }
  .intro-grid { display: block; padding-bottom: 5rem; }
  .intro-copy { margin-top: 2.2rem; }
  .trust-box { margin-top: 2.5rem; }
  .writers-heading { display: block; }
  .roster-count { padding: 0 0 1.6rem; }
  .writer-grid { grid-template-columns: 1fr; }
  .writer-card { min-height: 17rem; }
  .site-footer { display: block; }
  .site-footer a { display: inline-block; margin-top: .6rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .writer-card { transition: none; }
  .writer-card:hover { transform: none; }
}

.roster-note { max-width: 760px; margin: 1.5rem 0 2rem; color: var(--muted); font-size: .95rem; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
