:root{
  --blue:#0C57DD; --blue-deep:#0A3FA8; --yellow:#FFC61A; --pink:#EE2E8E;
  --ink:#14161B; --body:#2B303B; --muted:#5C6270;
  --paper:#FDFDFE; --panel:#F4F6FB; --rule:#E2E6EF;
  --display:"Archivo",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --text:"Newsreader",Georgia,"Times New Roman",serif;
}
@media (prefers-color-scheme:dark){:root:not([data-theme="light"]){
  --blue:#4F8BFF; --blue-deep:#0B2A5E; --yellow:#FFD255; --pink:#FF6BB0;
  --ink:#F1F3F8; --body:#D2D7E2; --muted:#98A0B2;
  --paper:#101319; --panel:#181C25; --rule:#2A3040;
}}
:root[data-theme="dark"]{
  --blue:#4F8BFF; --blue-deep:#0B2A5E; --yellow:#FFD255; --pink:#FF6BB0;
  --ink:#F1F3F8; --body:#D2D7E2; --muted:#98A0B2;
  --paper:#101319; --panel:#181C25; --rule:#2A3040;
}
*{box-sizing:border-box}
body{margin:0;background:var(--paper);color:var(--body);
  font-family:var(--text);font-size:17px;line-height:1.72;-webkit-font-smoothing:antialiased}
.masthead{background:var(--blue-deep);color:#fff;padding:3rem 1.5rem 2.6rem}
.inner{max-width:62ch;margin:0 auto}
.wide{max-width:74ch}
.wordmark{font-family:var(--display);font-weight:700;font-size:.78rem;letter-spacing:.18em;
  text-transform:uppercase;color:var(--yellow);display:flex;align-items:center;gap:.55rem;
  text-decoration:none}
.wordmark i{width:22px;height:2px;background:var(--yellow);display:inline-block}
h1{font-family:var(--display);font-weight:700;font-size:clamp(2.1rem,5vw,2.9rem);line-height:1.08;
  letter-spacing:-.02em;margin:1rem 0 .6rem;color:#fff;text-wrap:balance}
.standfirst{margin:0;color:rgba(255,255,255,.82);font-size:1.05rem;max-width:48ch}
main{padding:2.75rem 1.5rem 5rem}
.stamp{font-family:var(--display);font-size:.72rem;font-weight:500;letter-spacing:.14em;
  text-transform:uppercase;color:var(--muted);padding-bottom:1.6rem;margin-bottom:2rem;
  border-bottom:1px solid var(--rule)}
.lede{font-size:1.18rem;color:var(--ink);line-height:1.62}
h2{font-family:var(--display);font-weight:700;font-size:1.06rem;letter-spacing:.01em;color:var(--ink);
  margin:2.9rem 0 .7rem;padding-bottom:.3rem;border-bottom:2.5px solid var(--yellow);
  display:inline-block;text-wrap:balance}
p{margin:0 0 1.05rem}
strong{color:var(--ink);font-weight:500}
a{color:var(--blue);text-underline-offset:3px;text-decoration-thickness:1px}
a:focus-visible{outline:2px solid var(--blue);outline-offset:3px;border-radius:2px}
.callout{background:var(--panel);border-left:3px solid var(--blue);padding:1.1rem 1.3rem;
  margin:1.6rem 0;border-radius:0 5px 5px 0}
.callout p:last-child{margin-bottom:0}
.pillars{display:grid;gap:1.1rem;margin:1.6rem 0;padding:0;list-style:none}
.pillars li{background:var(--panel);border-radius:6px;padding:1.05rem 1.25rem}
.pillars b{font-family:var(--display);font-size:.95rem;color:var(--ink);display:block;
  margin-bottom:.2rem}
footer{margin-top:3.2rem;padding-top:1.3rem;border-top:1px solid var(--rule);
  font-family:var(--display);font-size:.82rem;color:var(--muted)}
footer a{color:var(--muted)}

/* Brand lockup. The wordmark art already carries the name and tagline, so the
   homepage does not repeat them in text. */
.hero{display:block;line-height:0}
.hero img{width:100%;height:auto;max-width:100%}
.thesis{font-family:var(--display);font-weight:700;font-size:clamp(1.5rem,4vw,2rem);
  line-height:1.15;letter-spacing:-.015em;color:var(--ink);margin:0 0 1rem;
  text-wrap:balance;border:0;padding:0;display:block}
main .thesis{margin-top:.5rem}
.wordmark img{border-radius:50%;display:block;
  box-shadow:0 0 0 1.5px rgba(255,255,255,.35)}
