:root {
  --ink: #10100f;
  --paper: #f1eee7;
  --acid: #dfff00;
  --muted: #696861;
  --line: rgba(16, 16, 15, 0.22);
}

* { box-sizing: border-box; }
html { overflow-x: hidden; background: var(--paper); }

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Satoshi", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }

.skip-link {
  position: fixed;
  z-index: 20;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  background: var(--acid);
  transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }

.brand {
  display: inline-flex;
  width: max-content;
  flex-direction: column;
  font-size: 0.83rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.82;
}

.news-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: calc(100% - clamp(36px, 7vw, 132px));
  min-height: 86px;
  margin: 0 auto;
  border-bottom: 1px solid var(--ink);
}

.news-nav__section,
.news-nav__back {
  font-size: 0.73rem;
  font-weight: 700;
  text-transform: uppercase;
}

.news-nav__back { justify-self: end; }
.news-nav__back:hover { text-decoration: underline; text-underline-offset: 4px; }

main,
footer {
  width: min(100% - clamp(36px, 7vw, 132px), 1500px);
  margin: 0 auto;
}

.article-hero {
  padding: clamp(70px, 9vw, 150px) 0 clamp(54px, 7vw, 100px);
}

.article-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-bottom: 30px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.article-hero__meta span:first-child {
  padding: 5px 10px;
  background: var(--acid);
}

.article-hero h1 {
  max-width: 1400px;
  margin: 0;
  font-size: clamp(3.2rem, 7.4vw, 8.5rem);
  font-weight: 500;
  letter-spacing: -0.078em;
  line-height: 0.9;
}

.article-hero__standfirst {
  max-width: 820px;
  margin: clamp(42px, 5vw, 72px) 0 0 auto;
  font-size: clamp(1.25rem, 2vw, 2rem);
  letter-spacing: -0.035em;
  line-height: 1.27;
}

.founder-image {
  margin: 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.founder-image img {
  height: min(68vw, 800px);
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(0.82) contrast(1.03);
}

.founder-image figcaption {
  padding: 11px 0;
  color: var(--muted);
  font-size: 0.68rem;
  text-transform: uppercase;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(190px, 3fr) minmax(0, 7fr) minmax(0, 2fr);
  gap: clamp(34px, 6vw, 100px);
  padding: clamp(74px, 10vw, 150px) 0;
}

.article-facts {
  align-self: start;
  position: sticky;
  top: 30px;
  border-top: 1px solid var(--ink);
}

.article-facts > p {
  margin: 0;
  padding: 14px 0 20px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}

.article-facts dl { margin: 0; }
.article-facts dl div { padding: 13px 0; border-top: 1px solid var(--line); }
.article-facts dt { color: var(--muted); font-size: 0.68rem; text-transform: uppercase; }
.article-facts dd { margin: 4px 0 0; font-weight: 700; }

.article-copy { grid-column: 2; }

.article-copy p,
.article-copy li {
  font-size: clamp(1.05rem, 1.35vw, 1.28rem);
  line-height: 1.62;
}

.article-copy__lead {
  margin-top: 0;
  font-size: clamp(1.45rem, 2.3vw, 2.25rem) !important;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.25 !important;
}

.article-copy h2 {
  margin: 78px 0 20px;
  font-size: clamp(2rem, 3.1vw, 3.5rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.article-copy blockquote {
  margin: 76px 0;
  padding: 34px 0 8px;
  border-top: 7px solid var(--acid);
}

.article-copy blockquote p {
  margin: 0;
  font-size: clamp(1.8rem, 3.2vw, 3.5rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1.05;
}

.article-copy cite {
  display: block;
  margin-top: 28px;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.article-copy ul { padding-left: 1.2em; }

.article-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: end;
  padding: clamp(50px, 6vw, 88px);
  background: var(--ink);
  color: var(--paper);
}

.article-cta p,
.article-cta h2 { margin: 0; }
.article-cta p { margin-bottom: 22px; color: var(--acid); font-size: 0.72rem; font-weight: 700; text-transform: uppercase; }
.article-cta h2 { max-width: 820px; font-size: clamp(2.8rem, 5.3vw, 6.5rem); font-weight: 500; letter-spacing: -0.07em; line-height: 0.9; }

.article-cta a {
  min-width: 230px;
  padding: 20px 24px;
  background: var(--acid);
  color: var(--ink);
  font-weight: 900;
}

.article-cta a span { float: right; }

.about {
  display: grid;
  grid-template-columns: 2fr 5fr;
  gap: clamp(30px, 6vw, 100px);
  padding: clamp(70px, 9vw, 130px) 0;
  border-bottom: 1px solid var(--ink);
}

.about h2 { margin: 0; font-size: 0.75rem; text-transform: uppercase; }
.about p { max-width: 800px; margin: 0; font-size: clamp(1.15rem, 1.8vw, 1.7rem); letter-spacing: -0.025em; line-height: 1.38; }
.about a { grid-column: 2; width: max-content; font-size: 0.8rem; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }

footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 120px;
  font-size: 0.72rem;
  font-weight: 700;
}

footer > a:last-child { justify-self: end; }

@media (max-width: 900px) {
  .news-nav { grid-template-columns: 1fr auto; }
  .news-nav__section { display: none; }
  .article-layout { grid-template-columns: 1fr; }
  .article-facts { position: static; display: none; }
  .article-copy { grid-column: 1; }
  .article-cta { grid-template-columns: 1fr; align-items: start; }
  .article-cta a { width: min(100%, 320px); }
  .about { grid-template-columns: 1fr; }
  .about a { grid-column: 1; }
}

@media (max-width: 620px) {
  .news-nav,
  main,
  footer { width: calc(100% - 32px); }
  .news-nav { min-height: 72px; }
  .article-hero { padding-top: 64px; }
  .article-hero h1 { font-size: clamp(3rem, 15vw, 5rem); }
  .article-hero__standfirst { margin-left: 0; }
  .founder-image img { height: 118vw; object-position: 48% center; }
  .article-copy blockquote { margin: 56px 0; }
  .article-cta { padding: 36px 24px; }
  footer { grid-template-columns: 1fr auto; }
  footer > span { display: none; }
}
