:root {
  --ink: #10283b;
  --ink-2: #173c55;
  --paper: #f4f0e6;
  --paper-2: #e8e1d2;
  --white: #fffdf8;
  --signal: #e65335;
  --signal-dark: #b93c24;
  --glass: #84ada4;
  --glass-dark: #527d75;
  --yellow: #efd25b;
  --text: #18242b;
  --muted: #627078;
  --line: #b9b4a8;
  --line-dark: #6c7477;
  --success: #2f6e57;
  --danger: #9e392b;
  --sans: "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: "Literata", Georgia, serif;
  --max: 1240px;
  --gutter: clamp(18px, 3vw, 42px);
  --shadow: 0 22px 48px rgba(16, 40, 59, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--text);
  background:
    linear-gradient(rgba(16, 40, 59, 0.025) 1px, transparent 1px),
    var(--paper);
  background-size: 100% 24px;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--signal-dark);
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
.button {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 8px;
  left: 8px;
  transform: translateY(-160%);
  padding: 10px 14px;
  color: var(--white);
  background: var(--ink);
}

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

.shell {
  width: min(var(--max), calc(100% - (var(--gutter) * 2)));
  margin-inline: auto;
}

.kicker,
.eyebrow {
  margin: 0;
  color: var(--signal-dark);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.muted {
  color: var(--muted);
}

.rule-link {
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
  border-bottom: 2px solid var(--ink);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.rule-link::after {
  content: "↗";
  color: var(--signal);
}

.rule-link:hover {
  border-color: var(--signal);
}

.button {
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.75rem 1.1rem;
  border: 2px solid var(--ink);
  border-radius: 0;
  color: var(--white);
  background: var(--ink);
  font-size: 0.76rem;
  font-weight: 780;
  letter-spacing: 0.09em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: 160ms ease;
}

.button:hover {
  border-color: var(--signal);
  color: var(--white);
  background: var(--signal);
  transform: translate(-2px, -2px);
  box-shadow: 4px 4px 0 var(--ink);
}

.button--paper {
  border-color: var(--paper);
  color: var(--ink);
  background: var(--paper);
}

.button--paper:hover {
  border-color: var(--yellow);
  color: var(--ink);
  background: var(--yellow);
}

.button--outline {
  color: var(--ink);
  background: transparent;
}

/* masthead */
.bulletin {
  color: var(--paper);
  background: var(--ink);
  border-bottom: 4px solid var(--signal);
}

.bulletin .shell {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  min-height: 35px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.bulletin a {
  color: var(--yellow);
}

.mast {
  background: var(--paper);
  border-bottom: 1px solid var(--ink);
}

.mast-grid {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  gap: 2rem;
  align-items: center;
  min-height: 128px;
}

.mast-note {
  max-width: 250px;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 0.98rem;
  font-style: italic;
  line-height: 1.35;
}

.brand {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  text-decoration: none;
}

.brand img {
  width: 68px;
  height: 68px;
  object-fit: cover;
}

.brand-word {
  display: block;
  font-family: var(--serif);
  font-size: clamp(1.85rem, 3vw, 2.55rem);
  font-weight: 750;
  letter-spacing: -0.045em;
  line-height: 0.9;
}

.brand-tag {
  display: block;
  margin-top: 0.45rem;
  color: var(--signal-dark);
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.issue-stamp {
  justify-self: end;
  min-width: 145px;
  padding-left: 1rem;
  border-left: 1px solid var(--ink);
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-transform: uppercase;
}

.issue-stamp strong {
  display: block;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.3rem;
  letter-spacing: 0;
  text-transform: none;
}

.nav-wrap {
  position: sticky;
  z-index: 80;
  top: 0;
  background: rgba(244, 240, 230, 0.97);
  border-bottom: 1px solid var(--ink);
  backdrop-filter: blur(10px);
}

.nav-row {
  display: flex;
  align-items: center;
  min-height: 52px;
}

.primary-nav {
  display: flex;
  gap: 0;
  align-items: stretch;
}

.primary-nav a {
  display: flex;
  align-items: center;
  padding: 0 1.25rem;
  border-left: 1px solid var(--line);
  color: var(--ink);
  font-size: 0.71rem;
  font-weight: 780;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}

.primary-nav a:last-child {
  border-right: 1px solid var(--line);
}

.primary-nav a:hover,
.primary-nav a[aria-current="page"] {
  color: var(--white);
  background: var(--signal);
}

.nav-spacer {
  flex: 1;
}

.nav-disclosure {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 680;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  color: var(--white);
  background: var(--ink);
  cursor: pointer;
}

/* home cover */
.cover {
  padding: clamp(30px, 5vw, 66px) 0;
}

.cover-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(260px, 0.8fr);
  gap: clamp(22px, 4vw, 52px);
}

.cover-story {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 680px;
}

.cover-image {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  border: 1px solid var(--ink);
}

.cover-image img {
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.cover-story:hover .cover-image img {
  transform: scale(1.015);
}

.cover-label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.7rem 1rem;
  color: var(--white);
  background: var(--signal);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.cover-copy {
  display: grid;
  grid-template-columns: 1fr minmax(160px, 0.28fr);
  gap: 2rem;
  padding-top: 1.4rem;
  border-top: 6px solid var(--ink);
}

.cover-copy h1 {
  max-width: 850px;
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2.7rem, 6vw, 5.9rem);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 0.88;
}

.cover-copy h1 em {
  color: var(--signal);
  font-weight: 500;
}

.cover-deck {
  margin: 0;
  padding-top: 0.4rem;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 1.12rem;
  line-height: 1.42;
}

.issue-rail {
  display: flex;
  flex-direction: column;
  border-top: 6px solid var(--signal);
}

.rail-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 1px solid var(--ink);
}

.rail-head h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.55rem;
}

.rail-head span {
  color: var(--muted);
  font-size: 0.68rem;
  text-transform: uppercase;
}

.rail-item {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 0.8rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}

.rail-no {
  color: var(--signal);
  font-family: var(--serif);
  font-size: 1.25rem;
  font-style: italic;
}

.rail-item h3 {
  margin: 0 0 0.25rem;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 650;
  line-height: 1.05;
}

.rail-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.rail-item:hover h3 {
  color: var(--signal-dark);
}

.rail-manifesto {
  margin-top: auto;
  padding: 1.25rem;
  color: var(--paper);
  background: var(--ink);
}

.rail-manifesto p {
  margin: 0 0 0.8rem;
  font-family: var(--serif);
  font-size: 1.02rem;
  line-height: 1.35;
}

.rail-manifesto a {
  color: var(--yellow);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* modular sections */
.section {
  padding: clamp(52px, 7vw, 98px) 0;
  border-top: 1px solid var(--ink);
}

.section--ink {
  color: var(--paper);
  background: var(--ink);
}

.section--white {
  background: var(--white);
}

.section-head {
  display: grid;
  grid-template-columns: 88px 1fr auto;
  gap: 1.4rem;
  align-items: end;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 3px solid var(--ink);
}

.section--ink .section-head {
  border-color: var(--paper);
}

.section-no {
  color: var(--signal);
  font-family: var(--serif);
  font-size: 3.3rem;
  font-style: italic;
  line-height: 0.75;
}

.section-head h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.7rem);
  font-weight: 620;
  letter-spacing: -0.04em;
  line-height: 0.9;
}

.section--ink .section-head h2 {
  color: var(--paper);
}

.section-head p {
  max-width: 360px;
  margin: 0;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 0.98rem;
  font-style: italic;
  text-align: right;
}

.section--ink .section-head p {
  color: var(--paper-2);
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(18px, 2.4vw, 32px);
}

.story-card {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
}

.story-card--wide {
  grid-column: span 7;
}

.story-card--narrow {
  grid-column: span 5;
}

.story-media {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--ink);
  aspect-ratio: 4 / 3;
}

.story-card--wide .story-media {
  aspect-ratio: 16 / 9;
}

.story-media img {
  height: 100%;
  object-fit: cover;
  transition: 350ms ease;
}

.story-card:hover .story-media img {
  transform: scale(1.025);
}

.story-index {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--white);
  background: var(--signal);
  font-family: var(--serif);
  font-size: 1.25rem;
}

.story-copy {
  flex: 1;
  padding-top: 1rem;
  border-top: 4px solid var(--ink);
}

.story-card h3 {
  margin: 0.45rem 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.4vw, 2.25rem);
  font-weight: 640;
  letter-spacing: -0.035em;
  line-height: 1;
}

.story-card h3 a {
  text-decoration: none;
}

.story-card h3 a:hover {
  color: var(--signal-dark);
}

.story-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.52;
}

.story-meta {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  margin-top: 0.9rem;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.section--ink .story-copy {
  border-color: var(--paper);
}

.section--ink .story-card h3 {
  color: var(--paper);
}

.section--ink .story-card p,
.section--ink .story-meta {
  color: #c7d0d1;
}

.section--ink .story-media {
  border-color: var(--paper);
}

/* route feature */
.route-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.65fr);
  min-height: 520px;
  border: 1px solid var(--ink);
  background: var(--white);
}

.route-strip img {
  height: 100%;
  object-fit: cover;
}

.route-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(24px, 4vw, 50px);
  border-left: 1px solid var(--ink);
}

.route-copy h2 {
  margin: 0.6rem 0 1rem;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2.3rem, 4.4vw, 4.6rem);
  font-weight: 630;
  letter-spacing: -0.055em;
  line-height: 0.88;
}

.route-copy p {
  color: var(--muted);
}

.route-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 1.4rem 0 2rem;
  border-top: 2px solid var(--signal);
}

.route-stop {
  position: relative;
  padding: 0.85rem 0.5rem 0 0;
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.route-stop::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--signal);
}

/* newsletter */
.dispatch {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  border: 1px solid var(--paper);
}

.dispatch-title {
  padding: clamp(28px, 5vw, 60px);
  border-right: 1px solid var(--paper);
}

.dispatch-title h2 {
  margin: 0.6rem 0 1rem;
  color: var(--paper);
  font-family: var(--serif);
  font-size: clamp(2.4rem, 5vw, 5rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.84;
}

.dispatch-title p {
  max-width: 440px;
  margin: 0;
  color: #c7d0d1;
  font-family: var(--serif);
  font-size: 1.08rem;
}

.dispatch-form-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 60px);
}

.form-row {
  display: flex;
  gap: 0;
}

.form-row input {
  width: 100%;
  min-height: 52px;
  padding: 0.8rem 1rem;
  border: 2px solid var(--paper);
  border-right: 0;
  border-radius: 0;
  color: var(--paper);
  background: transparent;
}

.form-row input::placeholder {
  color: #acbabc;
}

.form-row input:focus {
  outline: 3px solid var(--yellow);
  outline-offset: -3px;
}

.form-fine {
  margin: 0.75rem 0 0;
  color: #aebbbc;
  font-size: 0.72rem;
}

.form-fine a {
  color: var(--paper);
}

.form-status {
  display: none;
  margin: 1rem 0 0;
  padding: 0.75rem;
  border: 1px solid currentColor;
  font-size: 0.82rem;
}

.form-status.is-success {
  display: block;
  color: #bfe4cf;
}

.form-status.is-error {
  display: block;
  color: #ffb9ab;
}

/* listing pages */
.page-lead {
  padding: clamp(54px, 8vw, 108px) 0 clamp(36px, 5vw, 68px);
  border-bottom: 1px solid var(--ink);
}

.page-lead-grid {
  display: grid;
  grid-template-columns: 160px 1fr minmax(240px, 0.44fr);
  gap: 2rem;
  align-items: end;
}

.page-count {
  color: var(--signal);
  font-family: var(--serif);
  font-size: 5.6rem;
  font-style: italic;
  line-height: 0.7;
}

.page-lead h1 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(3.3rem, 8vw, 7.8rem);
  font-weight: 620;
  letter-spacing: -0.07em;
  line-height: 0.78;
}

.page-lead p {
  margin: 0;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 1.08rem;
  line-height: 1.4;
}

.archive {
  padding: 0 0 90px;
}

.archive-row {
  display: grid;
  grid-template-columns: 80px minmax(220px, 0.7fr) minmax(0, 1.2fr) minmax(180px, 0.45fr);
  gap: clamp(18px, 3vw, 42px);
  align-items: center;
  padding: 1.6rem 0;
  border-bottom: 1px solid var(--ink);
}

.archive-row:hover {
  background: rgba(255, 253, 248, 0.62);
}

.archive-no {
  color: var(--signal);
  font-family: var(--serif);
  font-size: 2rem;
  font-style: italic;
}

.archive-thumb {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid var(--ink);
}

.archive-thumb img {
  height: 100%;
  object-fit: cover;
  transition: 280ms ease;
}

.archive-row:hover .archive-thumb img {
  transform: scale(1.03);
}

.archive-copy h2 {
  margin: 0.35rem 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  font-weight: 630;
  letter-spacing: -0.035em;
  line-height: 0.95;
}

.archive-copy h2 a {
  text-decoration: none;
}

.archive-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.archive-brief {
  padding-left: 1.2rem;
  border-left: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.65;
  text-transform: uppercase;
}

.archive-brief strong {
  color: var(--ink);
}

/* article */
.article-head {
  padding: clamp(40px, 7vw, 86px) 0 0;
}

.article-head-grid {
  display: grid;
  grid-template-columns: 185px minmax(0, 1fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: start;
}

.article-index {
  position: sticky;
  top: 78px;
  padding-top: 0.65rem;
  border-top: 6px solid var(--signal);
}

.article-index .big-no {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--signal);
  font-family: var(--serif);
  font-size: 4rem;
  font-style: italic;
  line-height: 0.9;
}

.article-index dl {
  margin: 0;
  font-size: 0.69rem;
  line-height: 1.45;
}

.article-index dt {
  margin-top: 0.85rem;
  color: var(--muted);
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-index dd {
  margin: 0.12rem 0 0;
  color: var(--ink);
}

.article-title {
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--ink);
}

.article-title h1 {
  max-width: 980px;
  margin: 0.65rem 0 1rem;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(3.2rem, 7vw, 7.8rem);
  font-weight: 620;
  letter-spacing: -0.07em;
  line-height: 0.79;
}

.article-deck {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-family: var(--serif);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-style: italic;
  line-height: 1.35;
}

.article-image {
  margin-top: 2rem;
  border: 1px solid var(--ink);
}

.article-image img {
  max-height: 740px;
  object-fit: cover;
}

.caption {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin: 0;
  padding: 0.55rem 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.68rem;
}

.article-body-grid {
  display: grid;
  grid-template-columns: 185px minmax(0, 720px) minmax(180px, 1fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: start;
  padding: clamp(46px, 7vw, 92px) 0;
}

.share-rail {
  position: sticky;
  top: 90px;
  color: var(--muted);
  font-size: 0.69rem;
  line-height: 1.6;
}

.share-rail strong {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--ink);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.prose {
  color: #202a2e;
  font-family: var(--serif);
  font-size: 1.17rem;
  line-height: 1.72;
}

.prose > p:first-child::first-letter {
  float: left;
  margin: 0.1em 0.12em 0 0;
  color: var(--signal);
  font-family: var(--serif);
  font-size: 5.2rem;
  font-weight: 650;
  line-height: 0.72;
}

.prose h2 {
  margin: 2.2em 0 0.55em;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2rem, 3.8vw, 3rem);
  font-weight: 620;
  letter-spacing: -0.04em;
  line-height: 0.95;
}

.prose h3 {
  margin: 1.6em 0 0.4em;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.prose a {
  color: var(--signal-dark);
}

.prose blockquote {
  margin: 2em -3rem;
  padding: 1.2rem 3rem;
  border-block: 1px solid var(--ink);
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-style: italic;
  line-height: 1.12;
}

.prose ul,
.prose ol {
  padding-left: 1.2rem;
}

.prose li {
  margin-bottom: 0.45rem;
}

.prose hr {
  width: 90px;
  margin: 3rem 0;
  border: 0;
  border-top: 7px solid var(--signal);
}

.fact-box {
  margin: 2rem 0;
  padding: 1.4rem;
  border: 1px solid var(--ink);
  border-left: 8px solid var(--glass-dark);
  color: var(--text);
  background: var(--white);
  font-family: var(--sans);
  font-size: 0.9rem;
}

.fact-box strong:first-child {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--ink);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.source-note {
  margin-top: 3rem;
  padding-top: 1rem;
  border-top: 1px solid var(--ink);
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.78rem;
  line-height: 1.5;
}

.article-aside {
  position: sticky;
  top: 90px;
  padding: 1.2rem;
  border: 1px solid var(--ink);
  background: var(--white);
}

.article-aside h2 {
  margin: 0 0 0.75rem;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.35rem;
}

.article-aside p,
.article-aside li {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.article-aside ul {
  margin: 0;
  padding-left: 1rem;
}

.byline-box {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 1.2rem;
  margin-top: 3rem;
  padding: 1.4rem;
  border: 1px solid var(--ink);
  background: var(--white);
  font-family: var(--sans);
}

.byline-mark {
  display: grid;
  place-items: center;
  min-height: 100px;
  color: var(--paper);
  background: var(--ink);
  font-family: var(--serif);
  font-size: 2.1rem;
  font-style: italic;
}

.byline-box h2 {
  margin: 0 0 0.3rem;
  font-size: 1.1rem;
}

.byline-box p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

/* about, contact, legal */
.feature-page {
  padding: clamp(54px, 8vw, 110px) 0;
  border-bottom: 1px solid var(--ink);
}

.feature-page h1 {
  max-width: 980px;
  margin: 0.6rem 0 1rem;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(3.5rem, 9vw, 8.5rem);
  font-weight: 620;
  letter-spacing: -0.075em;
  line-height: 0.78;
}

.feature-page .lead,
.feature-page .lede {
  max-width: 760px;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 1.25rem;
  font-style: italic;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.article-caption {
  margin: 0.55rem 0 0;
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.about-split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(30px, 6vw, 86px);
  align-items: start;
}

.about-split img {
  border: 1px solid var(--ink);
}

.about-copy h2,
.contact-copy h2,
.legal-copy h2 {
  margin: 1.7em 0 0.45em;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 620;
  letter-spacing: -0.04em;
  line-height: 0.95;
}

.about-copy h2:first-child,
.contact-copy h2:first-child,
.legal-copy h2:first-child {
  margin-top: 0;
}

.about-copy p,
.legal-copy p,
.legal-copy li {
  max-width: 780px;
}

.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2rem;
  border-block: 1px solid var(--ink);
}

.principle {
  padding: 1.6rem;
  border-right: 1px solid var(--ink);
}

.principle:last-child {
  border-right: 0;
}

.principle strong {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--signal);
  font-family: var(--serif);
  font-size: 2.5rem;
  font-style: italic;
}

.principle h3 {
  margin: 0 0 0.4rem;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.45rem;
  line-height: 1;
}

.principle p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(30px, 6vw, 82px);
  align-items: start;
}

.contact-sheet {
  padding: 1.5rem;
  border: 1px solid var(--ink);
  background: var(--white);
}

.contact-sheet + .contact-sheet {
  margin-top: 1.2rem;
}

.contact-sheet h2 {
  margin: 0 0 0.8rem;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.7rem;
}

.contact-sheet address {
  color: var(--muted);
  font-style: normal;
}

.contact-sheet iframe {
  display: block;
  width: 100%;
  height: 290px;
  border: 1px solid var(--ink);
  filter: saturate(0.8);
}

.contact-form {
  padding: clamp(24px, 4vw, 46px);
  border: 1px solid var(--ink);
  background: var(--white);
}

.contact-form h2 {
  margin: 0 0 0.4rem;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 2.2rem;
}

.field {
  display: grid;
  gap: 0.35rem;
  margin-top: 1.1rem;
}

.field label {
  color: var(--ink);
  font-size: 0.69rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 0.8rem 0;
  border: 0;
  border-bottom: 2px solid var(--ink);
  border-radius: 0;
  color: var(--text);
  background: transparent;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 0;
  border-color: var(--signal);
}

.contact-form .form-status.is-success {
  color: var(--success);
}

.contact-form .form-status.is-error {
  color: var(--danger);
}

.legal-grid {
  display: grid;
  grid-template-columns: 210px minmax(0, 800px);
  gap: clamp(30px, 6vw, 84px);
  align-items: start;
}

.legal-nav {
  position: sticky;
  top: 82px;
  padding-top: 0.8rem;
  border-top: 6px solid var(--signal);
}

.legal-nav a {
  display: block;
  padding: 0.55rem 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.legal-copy .updated {
  margin-bottom: 2rem;
  color: var(--muted);
  font-size: 0.8rem;
  font-style: italic;
}

.legal-copy address {
  padding: 1.2rem;
  border-left: 6px solid var(--glass-dark);
  background: var(--white);
  font-style: normal;
}

.notice {
  margin: 1.5rem 0;
  padding: 1rem 1.2rem;
  border: 1px solid var(--ink);
  background: var(--white);
}

/* footer */
.footer {
  color: var(--paper-2);
  background: #091c2a;
  border-top: 8px solid var(--signal);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.45fr repeat(3, 0.75fr);
  gap: clamp(24px, 4vw, 52px);
  padding: 62px 0 42px;
}

.footer-brand {
  display: flex;
  gap: 0.9rem;
  align-items: center;
  color: var(--paper);
  text-decoration: none;
}

.footer-brand img {
  width: 58px;
  height: 58px;
}

.footer-brand strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.55rem;
  letter-spacing: -0.03em;
}

.footer-about {
  max-width: 360px;
  color: #9fb0b4;
  font-size: 0.84rem;
}

.footer h2 {
  margin: 0 0 0.8rem;
  color: var(--yellow);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer li + li {
  margin-top: 0.42rem;
}

.footer a {
  color: var(--paper-2);
  font-size: 0.82rem;
}

.footer address {
  color: #9fb0b4;
  font-size: 0.82rem;
  font-style: normal;
}

.footer-bottom {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 1.15rem 0 1.5rem;
  border-top: 1px solid #35505e;
  color: #80969c;
  font-size: 0.68rem;
}

.footer-bottom-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-bottom a {
  color: #a7b7ba;
  font-size: inherit;
}

/* consent */
.consent {
  position: fixed;
  z-index: 200;
  right: 18px;
  bottom: 18px;
  display: none;
  width: min(460px, calc(100% - 36px));
  padding: 1.25rem;
  border: 2px solid var(--paper);
  color: var(--paper);
  background: var(--ink);
  box-shadow: var(--shadow);
}

.consent.is-visible {
  display: block;
}

.consent strong {
  display: block;
  margin-bottom: 0.45rem;
  font-family: var(--serif);
  font-size: 1.3rem;
}

.consent p {
  margin: 0 0 1rem;
  color: #c8d1d2;
  font-size: 0.82rem;
}

.consent a {
  color: var(--yellow);
}

.consent-actions {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.consent .button {
  min-height: 40px;
  padding: 0.6rem 0.8rem;
  border-color: var(--paper);
  font-size: 0.67rem;
}

.consent .button--quiet {
  color: var(--paper);
  background: transparent;
}

/* 404 */
.not-found {
  display: grid;
  min-height: 62vh;
  place-items: center;
  text-align: center;
}

.not-found-no {
  color: var(--signal);
  font-family: var(--serif);
  font-size: clamp(7rem, 22vw, 18rem);
  font-style: italic;
  line-height: 0.6;
}

.not-found h1 {
  margin: 1rem 0 0.5rem;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2.4rem, 6vw, 5rem);
  letter-spacing: -0.05em;
}

/* responsive */
@media (max-width: 1050px) {
  .mast-grid {
    grid-template-columns: 1fr auto;
  }

  .mast-note {
    display: none;
  }

  .brand {
    justify-content: flex-start;
  }

  .cover-grid,
  .dispatch,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .issue-rail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
  }

  .rail-head,
  .rail-manifesto {
    grid-column: 1 / -1;
  }

  .story-card,
  .story-card--wide,
  .story-card--narrow {
    grid-column: span 6;
  }

  .route-strip {
    grid-template-columns: 1fr;
  }

  .route-strip img {
    max-height: 540px;
  }

  .route-copy {
    border-top: 1px solid var(--ink);
    border-left: 0;
  }

  .dispatch-title {
    border-right: 0;
    border-bottom: 1px solid var(--paper);
  }

  .article-body-grid {
    grid-template-columns: minmax(0, 720px) minmax(190px, 0.4fr);
  }

  .share-rail {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 1.2fr 0.8fr;
  }
}

@media (max-width: 780px) {
  body {
    font-size: 16px;
  }

  .bulletin .shell {
    justify-content: center;
  }

  .bulletin span:last-child {
    display: none;
  }

  .mast-grid {
    min-height: 90px;
  }

  .brand img {
    width: 52px;
    height: 52px;
  }

  .brand-word {
    font-size: 1.55rem;
  }

  .issue-stamp {
    display: none;
  }

  .nav-row {
    justify-content: flex-end;
    min-height: 52px;
  }

  .menu-button {
    display: block;
  }

  .primary-nav {
    position: fixed;
    z-index: 70;
    top: 52px;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    padding: 1rem var(--gutter);
    border-bottom: 2px solid var(--ink);
    background: var(--paper);
    box-shadow: var(--shadow);
  }

  .primary-nav.is-open {
    display: flex;
  }

  .primary-nav a,
  .primary-nav a:last-child {
    min-height: 46px;
    border: 0;
    border-bottom: 1px solid var(--line);
  }

  .nav-disclosure {
    display: none;
  }

  .cover-story {
    min-height: auto;
  }

  .cover-image {
    min-height: 340px;
  }

  .cover-copy {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .issue-rail {
    grid-template-columns: 1fr;
  }

  .rail-head,
  .rail-manifesto {
    grid-column: auto;
  }

  .section-head {
    grid-template-columns: 58px 1fr;
  }

  .section-head p {
    grid-column: 1 / -1;
    text-align: left;
  }

  .story-card,
  .story-card--wide,
  .story-card--narrow {
    grid-column: 1 / -1;
  }

  .page-lead-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .page-count {
    font-size: 3.5rem;
  }

  .archive-row {
    grid-template-columns: 45px 1fr;
  }

  .archive-thumb {
    grid-column: 2;
  }

  .archive-copy,
  .archive-brief {
    grid-column: 2;
  }

  .archive-brief {
    padding-left: 0;
    border-left: 0;
  }

  .article-head-grid {
    grid-template-columns: 1fr;
  }

  .article-index {
    position: static;
    display: none;
  }

  .article-body-grid {
    grid-template-columns: 1fr;
  }

  .article-aside {
    position: static;
  }

  .prose blockquote {
    margin-inline: 0;
    padding-inline: 1.2rem;
  }

  .about-split,
  .legal-grid {
    grid-template-columns: 1fr;
  }

  .legal-nav {
    position: static;
  }

  .principles {
    grid-template-columns: 1fr;
  }

  .principle {
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .principle:last-child {
    border-bottom: 0;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .brand-tag {
    display: none;
  }

  .cover-image {
    min-height: 270px;
  }

  .cover-copy h1 {
    font-size: 2.7rem;
  }

  .form-row {
    flex-direction: column;
  }

  .form-row input {
    border-right: 2px solid var(--paper);
    border-bottom: 0;
  }

  .route-line {
    grid-template-columns: 1fr 1fr;
    row-gap: 1.2rem;
  }

  .route-stop:nth-child(3),
  .route-stop:nth-child(4) {
    border-top: 2px solid var(--signal);
  }

  .byline-box {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
