:root {
  --ink: #191612;
  --coal: #0f0e0c;
  --charcoal: #201c17;
  --paper: #f3efe5;
  --paper-soft: #ded3bf;
  --brass: #b98236;
  --brass-bright: #d1a15b;
  --ember: #c44727;
  --oxblood: #6b221b;
  --veld: #3c5843;
  --teal: #063f3e;
  --steel: #6f796f;
  --line: rgba(243, 239, 229, 0.2);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  --mx: 0;
  --my: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--coal);
}

body {
  margin: 0;
  color: var(--paper);
  background:
    linear-gradient(165deg, rgba(196, 71, 39, 0.1), transparent 28rem),
    linear-gradient(135deg, #0f0e0c 0%, #201c17 44%, #111a15 100%);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.5;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 4;
  opacity: 0.16;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 4px),
    repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.05) 0 1px, transparent 1px 5px);
  mix-blend-mode: overlay;
}

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

button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

#ember-canvas {
  position: fixed;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0.42;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  min-height: 72px;
  padding: 0.9rem 1.4rem;
  color: var(--paper);
  background: linear-gradient(180deg, rgba(15, 14, 12, 0.82), rgba(15, 14, 12, 0.18));
  backdrop-filter: blur(18px);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  width: max-content;
  font-weight: 700;
}

.brand-mark__sigil {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(243, 239, 229, 0.42);
  background: rgba(15, 14, 12, 0.42);
  color: var(--brass);
  font-size: 1.55rem;
}

.brand-mark__word {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: rgba(243, 239, 229, 0.82);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.82rem;
  text-transform: uppercase;
}

.site-nav a {
  padding: 0.4rem 0;
  border-bottom: 1px solid transparent;
}

.site-nav a:hover {
  border-color: var(--brass);
  color: var(--paper);
}

.header-action {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  padding: 0.7rem 1rem;
  overflow: hidden;
  border: 1px solid rgba(209, 161, 91, 0.48);
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(243, 239, 229, 0.12), rgba(185, 130, 54, 0.08)),
    repeating-linear-gradient(135deg, rgba(243, 239, 229, 0.1) 0 1px, transparent 1px 7px),
    rgba(15, 14, 12, 0.52);
  color: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.82rem;
  text-transform: uppercase;
  clip-path: polygon(0 0, calc(100% - 0.58rem) 0, 100% 0.58rem, 100% 100%, 0.58rem 100%, 0 calc(100% - 0.58rem));
  box-shadow: inset 0 0 0 1px rgba(15, 14, 12, 0.48), 0 10px 28px rgba(0, 0, 0, 0.24);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 42rem);
  align-items: end;
  min-height: 92svh;
  padding: 9rem 1.4rem 4rem;
  overflow: clip;
  isolation: isolate;
}

.hero__image,
.hero__shade,
.hero__grain {
  position: absolute;
  inset: 0;
  z-index: -4;
}

.hero__image {
  background-image: url("assets/images/hero-mountain.jpg");
  background-position: center 43%;
  background-size: cover;
  filter: sepia(0.14) saturate(0.72) contrast(1.14) brightness(0.7);
  transform: scale(1.03);
}

.hero__shade {
  z-index: -3;
  background:
    radial-gradient(circle at 78% 22%, rgba(209, 161, 91, 0.16), transparent 34rem),
    linear-gradient(90deg, rgba(15, 14, 12, 0.96) 0%, rgba(15, 14, 12, 0.72) 42%, rgba(15, 14, 12, 0.28) 78%),
    linear-gradient(0deg, rgba(15, 14, 12, 0.94) 0%, transparent 48%, rgba(15, 14, 12, 0.55) 100%);
}

.hero__grain {
  z-index: -2;
  opacity: 0.48;
  background:
    linear-gradient(120deg, transparent 0 48%, rgba(185, 130, 54, 0.22) 48% 49%, transparent 49% 100%),
    repeating-linear-gradient(112deg, transparent 0 23px, rgba(243, 239, 229, 0.06) 23px 24px, transparent 24px 52px),
    repeating-linear-gradient(90deg, rgba(243, 239, 229, 0.07) 0 1px, transparent 1px 8px);
  mix-blend-mode: overlay;
}

.hero__content {
  position: relative;
  z-index: 5;
  max-width: 57rem;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--brass);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero h1 {
  margin: 0;
  color: var(--paper);
  font-size: 4.6rem;
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 18px 70px rgba(0, 0, 0, 0.62);
}

.hero__lead {
  max-width: 45rem;
  margin: 1.2rem 0 0;
  color: rgba(243, 239, 229, 0.88);
  font-size: 1.18rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.85rem 1.05rem;
  overflow: hidden;
  border: 1px solid rgba(209, 161, 91, 0.46);
  border-radius: 0;
  clip-path: polygon(0 0, calc(100% - 0.72rem) 0, 100% 0.72rem, 100% 100%, 0.72rem 100%, 0 calc(100% - 0.72rem));
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 1px rgba(15, 14, 12, 0.36), 0 14px 34px rgba(0, 0, 0, 0.24);
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.button::after,
.header-action::after,
.filter-button::after,
.episode-button::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0 38%, rgba(243, 239, 229, 0.18) 38% 39%, transparent 39% 100%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 9px),
    repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.13) 0 1px, transparent 1px 5px);
  mix-blend-mode: overlay;
  opacity: 0.48;
}

.button--solid {
  background:
    linear-gradient(135deg, #f3d496 0%, var(--brass-bright) 34%, var(--brass) 64%, #7c3325 100%),
    repeating-linear-gradient(90deg, rgba(15, 14, 12, 0.12) 0 1px, transparent 1px 8px);
  color: var(--ink);
}

.button--solid:hover {
  background:
    linear-gradient(135deg, #f8dfae 0%, #c98d42 38%, var(--ember) 100%),
    repeating-linear-gradient(90deg, rgba(15, 14, 12, 0.14) 0 1px, transparent 1px 8px);
  transform: translateY(-2px);
}

.button--ghost {
  border-color: rgba(243, 239, 229, 0.34);
  color: var(--paper);
  background:
    linear-gradient(135deg, rgba(15, 14, 12, 0.74), rgba(60, 88, 67, 0.32)),
    repeating-linear-gradient(135deg, rgba(243, 239, 229, 0.08) 0 1px, transparent 1px 7px);
}

.button--ghost:hover {
  border-color: var(--brass);
  color: var(--paper);
  background:
    linear-gradient(135deg, rgba(107, 34, 27, 0.64), rgba(185, 130, 54, 0.26)),
    repeating-linear-gradient(135deg, rgba(243, 239, 229, 0.1) 0 1px, transparent 1px 7px);
  transform: translateY(-2px);
}

.hero-ledger {
  position: relative;
  z-index: 5;
  min-height: 34rem;
  align-self: center;
  transform:
    rotateX(calc(var(--my) * -4deg))
    rotateY(calc(var(--mx) * 5deg));
  transform-style: preserve-3d;
  transition: transform 120ms linear;
}

.ledger-photo {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(209, 161, 91, 0.34);
  background:
    linear-gradient(135deg, rgba(243, 239, 229, 0.1), rgba(15, 14, 12, 0.34)),
    var(--charcoal);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.44);
  clip-path: polygon(0 0, calc(100% - 0.9rem) 0, 100% 0.9rem, 100% 100%, 0.9rem 100%, 0 calc(100% - 0.9rem));
}

.ledger-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(15, 14, 12, 0.08), rgba(15, 14, 12, 0.38)),
    repeating-linear-gradient(90deg, rgba(243, 239, 229, 0.08) 0 1px, transparent 1px 7px);
  mix-blend-mode: overlay;
  opacity: 0.44;
}

.ledger-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(0.1) saturate(0.76) contrast(1.12);
}

.ledger-photo--one {
  right: 6rem;
  bottom: 2rem;
  width: 16rem;
  aspect-ratio: 3 / 4;
  transform: translateZ(70px) rotate(-5deg);
}

.ledger-photo--two {
  right: 15rem;
  top: 2.5rem;
  width: 18rem;
  aspect-ratio: 4 / 3;
  transform: translateZ(35px) rotate(4deg);
}

.ledger-photo--three {
  right: 0;
  top: 8rem;
  width: 15rem;
  aspect-ratio: 16 / 9;
  transform: translateZ(110px) rotate(8deg);
}

.ledger-photo--one img {
  object-position: center 36%;
}

.ledger-photo--two img,
.ledger-photo--three img {
  object-position: center;
}

.hero-ribbon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  display: flex;
  gap: 2rem;
  padding: 0.95rem 1.4rem;
  overflow: hidden;
  border-top: 1px solid rgba(243, 239, 229, 0.2);
  background: rgba(15, 14, 12, 0.68);
  color: rgba(243, 239, 229, 0.72);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.signal-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(243, 239, 229, 0.16);
  border-top: 1px solid rgba(243, 239, 229, 0.16);
  border-bottom: 1px solid rgba(243, 239, 229, 0.16);
}

.signal-band article {
  min-height: 16rem;
  padding: 2rem;
  background:
    linear-gradient(135deg, rgba(32, 28, 23, 0.94), rgba(17, 26, 21, 0.94)),
    var(--coal);
}

.signal-band__number {
  color: var(--brass);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
}

.signal-band h2,
.section-kicker h2,
.section-head h2,
.video-section h2,
.field-work h2,
.about-section h2,
.newsletter h2 {
  margin: 0;
  color: var(--paper);
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0;
}

.signal-band p,
.manifesto p,
.section-head p,
.video-section p,
.field-work p,
.about-section p,
.newsletter p {
  color: rgba(243, 239, 229, 0.76);
  font-size: 1rem;
}

.manifesto,
.content-section,
.about-section,
.newsletter {
  position: relative;
  padding: 7rem 1.4rem;
}

.section-kicker,
.section-head {
  max-width: 58rem;
  margin: 0 auto 3rem;
}

.manifesto__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 2rem;
  max-width: 1180px;
  margin: 0 auto;
  align-items: center;
}

.manifesto__copy {
  max-width: 34rem;
}

.archive-strip {
  display: grid;
  grid-template-columns: 1fr 0.82fr 0.94fr;
  gap: 1rem;
  align-items: end;
}

.archive-strip figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(209, 161, 91, 0.22);
  background:
    linear-gradient(135deg, rgba(243, 239, 229, 0.08), rgba(15, 14, 12, 0.2)),
    var(--charcoal);
  box-shadow: var(--shadow);
  clip-path: polygon(0 0, calc(100% - 0.8rem) 0, 100% 0.8rem, 100% 100%, 0.8rem 100%, 0 calc(100% - 0.8rem));
}

.archive-strip figure:nth-child(1) {
  aspect-ratio: 3 / 4;
}

.archive-strip figure:nth-child(2) {
  aspect-ratio: 2 / 3;
  transform: translateY(2rem);
}

.archive-strip figure:nth-child(3) {
  aspect-ratio: 4 / 5;
}

.archive-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(0.08) saturate(0.82) contrast(1.08);
}

.content-section {
  background:
    linear-gradient(180deg, rgba(6, 63, 62, 0.34), transparent 42%),
    #171410;
}

.article-tools {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  max-width: 1180px;
  margin: 0 auto 1.2rem;
}

.filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.filter-button {
  position: relative;
  min-height: 42px;
  padding: 0.72rem 0.9rem;
  overflow: hidden;
  border: 1px solid rgba(243, 239, 229, 0.22);
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(243, 239, 229, 0.08), rgba(15, 14, 12, 0.28)),
    rgba(243, 239, 229, 0.06);
  color: rgba(243, 239, 229, 0.82);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  clip-path: polygon(0 0, calc(100% - 0.58rem) 0, 100% 0.58rem, 100% 100%, 0.58rem 100%, 0 calc(100% - 0.58rem));
  box-shadow: inset 0 0 0 1px rgba(15, 14, 12, 0.32);
}

.filter-button.is-active,
.filter-button:hover {
  border-color: var(--brass);
  color: var(--paper);
  background:
    linear-gradient(135deg, rgba(196, 71, 39, 0.36), rgba(185, 130, 54, 0.24)),
    repeating-linear-gradient(135deg, rgba(243, 239, 229, 0.1) 0 1px, transparent 1px 7px);
}

.search-field {
  display: grid;
  gap: 0.4rem;
  width: min(100%, 20rem);
  color: rgba(243, 239, 229, 0.72);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.search-field input,
.newsletter-form input,
.admin-form input,
.admin-form select,
.admin-form textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(243, 239, 229, 0.22);
  background: rgba(15, 14, 12, 0.48);
  color: var(--paper);
  padding: 0.8rem 0.9rem;
  outline: none;
}

.search-field input:focus,
.newsletter-form input:focus,
.admin-form input:focus,
.admin-form select:focus,
.admin-form textarea:focus {
  border-color: var(--brass);
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 1180px;
  margin: 0 auto;
}

.article-card {
  display: grid;
  min-height: 24rem;
  padding: 1rem;
  border: 1px solid rgba(209, 161, 91, 0.18);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(243, 239, 229, 0.06), rgba(243, 239, 229, 0.02)),
    repeating-linear-gradient(135deg, rgba(243, 239, 229, 0.055) 0 1px, transparent 1px 10px),
    rgba(15, 14, 12, 0.72);
  background-blend-mode: normal, overlay, normal;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
}

.article-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--brass);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.article-card h3 {
  margin: 1.1rem 0 0.8rem;
  color: var(--paper);
  font-size: 1.65rem;
  line-height: 1.06;
}

.article-card p {
  margin: 0;
  color: rgba(243, 239, 229, 0.72);
}

.article-card a {
  align-self: end;
  width: max-content;
  margin-top: 2rem;
  color: var(--paper);
  border-bottom: 1px solid var(--brass);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.article-card--link {
  color: var(--paper);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.article-card--link:hover {
  border-color: rgba(209, 161, 91, 0.58);
  background:
    linear-gradient(180deg, rgba(196, 71, 39, 0.16), rgba(243, 239, 229, 0.03)),
    repeating-linear-gradient(135deg, rgba(243, 239, 229, 0.08) 0 1px, transparent 1px 10px),
    rgba(15, 14, 12, 0.78);
  transform: translateY(-4px);
}

.article-card--media {
  grid-template-rows: auto auto auto 1fr auto;
  min-height: 32rem;
}

.article-card__image {
  width: 100%;
  aspect-ratio: 16 / 10;
  margin-bottom: 1rem;
  border: 1px solid rgba(243, 239, 229, 0.14);
  object-fit: cover;
  filter: sepia(0.08) saturate(0.82) contrast(1.08);
}

.article-card__read {
  align-self: end;
  width: max-content;
  margin-top: 2rem;
  color: var(--paper);
  border-bottom: 1px solid var(--brass);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.video-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 3rem;
  padding: 7rem 1.4rem;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(107, 34, 27, 0.26), transparent 50%),
    var(--coal);
}

.video-section__media,
.video-section__copy {
  max-width: 720px;
}

.video-section__media {
  justify-self: end;
  width: min(100%, 720px);
}

.video-feature {
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(243, 239, 229, 0.2);
  background: var(--charcoal);
  aspect-ratio: 16 / 10;
  box-shadow: var(--shadow);
}

.video-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.08) saturate(0.78);
  transition: transform 500ms ease, filter 500ms ease;
}

.video-feature:hover img {
  transform: scale(1.04);
  filter: contrast(1.12) saturate(1);
}

.video-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(15, 14, 12, 0.76), transparent 55%),
    linear-gradient(90deg, rgba(15, 14, 12, 0.36), transparent 44%, rgba(15, 14, 12, 0.32));
}

.play-disc {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 2;
  width: 82px;
  height: 82px;
  border: 1px solid rgba(243, 239, 229, 0.58);
  border-radius: 50%;
  background: rgba(15, 14, 12, 0.58);
  transform: translate(-50%, -50%);
}

.play-disc::after {
  content: "";
  position: absolute;
  left: 34px;
  top: 26px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid var(--paper);
}

.episode-list {
  display: grid;
  gap: 0.75rem;
  margin-top: 2rem;
}

.episode-button {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  width: 100%;
  min-height: 74px;
  padding: 0.8rem;
  overflow: hidden;
  border: 1px solid rgba(209, 161, 91, 0.18);
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(243, 239, 229, 0.07), rgba(15, 14, 12, 0.26)),
    repeating-linear-gradient(135deg, rgba(243, 239, 229, 0.055) 0 1px, transparent 1px 9px),
    rgba(243, 239, 229, 0.05);
  color: var(--paper);
  text-align: left;
  clip-path: polygon(0 0, calc(100% - 0.7rem) 0, 100% 0.7rem, 100% 100%, 0.7rem 100%, 0 calc(100% - 0.7rem));
  box-shadow: inset 0 0 0 1px rgba(15, 14, 12, 0.28);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.episode-button:hover {
  border-color: var(--brass);
  background:
    linear-gradient(135deg, rgba(107, 34, 27, 0.46), rgba(185, 130, 54, 0.18)),
    repeating-linear-gradient(135deg, rgba(243, 239, 229, 0.08) 0 1px, transparent 1px 9px);
  transform: translateX(3px);
}

.episode-button strong {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 1rem;
}

.episode-button span {
  color: rgba(243, 239, 229, 0.66);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.78rem;
}

.episode-button__index {
  color: var(--brass);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 900;
}

.episode-button__arrow {
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(243, 239, 229, 0.28);
  position: relative;
}

.episode-button__arrow::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 0.55rem;
  height: 0.55rem;
  border-top: 2px solid var(--paper);
  border-right: 2px solid var(--paper);
  transform: translate(-60%, -50%) rotate(45deg);
}

.field-work {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.8fr);
  gap: 3rem;
  padding: 7rem 1.4rem;
  align-items: center;
  background:
    linear-gradient(180deg, rgba(15, 14, 12, 0.16), rgba(15, 14, 12, 0.82)),
    var(--teal);
}

.field-work__image {
  min-height: 34rem;
  overflow: hidden;
  border: 1px solid rgba(243, 239, 229, 0.16);
  box-shadow: var(--shadow);
}

.field-work__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.field-work__copy,
.about-section__copy {
  max-width: 40rem;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.75fr) minmax(0, 1.25fr);
  gap: 3rem;
  align-items: center;
  background:
    linear-gradient(120deg, rgba(185, 130, 54, 0.12), transparent 40%),
    #171410;
}

.portrait-wall {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
  align-items: end;
}

.portrait-wall img {
  width: 100%;
  height: 24rem;
  object-fit: cover;
  border: 1px solid rgba(243, 239, 229, 0.16);
  filter: saturate(0.86) contrast(1.06);
}

.portrait-wall img:nth-child(2),
.portrait-wall img:nth-child(4) {
  transform: translateY(2.2rem);
}

.newsletter {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.9fr);
  gap: 2rem;
  align-items: end;
  background:
    linear-gradient(90deg, rgba(196, 71, 39, 0.16), transparent 54%),
    var(--coal);
}

.newsletter-form {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 0.75rem;
  align-items: end;
}

.newsletter-form label {
  display: grid;
  gap: 0.4rem;
  color: rgba(243, 239, 229, 0.72);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 1.4rem;
  border-top: 1px solid rgba(243, 239, 229, 0.16);
  color: rgba(243, 239, 229, 0.62);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.78rem;
  text-transform: uppercase;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.video-modal {
  width: min(920px, calc(100% - 2rem));
  padding: 0;
  border: 1px solid rgba(243, 239, 229, 0.22);
  background: #0f0e0c;
  color: var(--paper);
  box-shadow: var(--shadow);
}

.video-modal::backdrop {
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(8px);
}

.modal-close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  z-index: 3;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(243, 239, 229, 0.24);
  background: rgba(15, 14, 12, 0.72);
}

.modal-close::before,
.modal-close::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 10px;
  width: 20px;
  height: 2px;
  background: var(--paper);
}

.modal-close::before {
  transform: rotate(45deg);
}

.modal-close::after {
  transform: rotate(-45deg);
}

.modal-body {
  min-height: 360px;
}

.modal-body iframe,
.modal-poster {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.modal-poster {
  display: grid;
  place-items: end start;
  padding: 2rem;
  background-position: center;
  background-size: cover;
  position: relative;
}

.modal-poster::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(15, 14, 12, 0.84), rgba(15, 14, 12, 0.18));
}

.modal-poster div {
  position: relative;
  max-width: 34rem;
}

.modal-poster h3 {
  margin: 0 0 0.6rem;
  font-size: 2rem;
  line-height: 1;
}

.modal-poster p {
  margin: 0;
  color: rgba(243, 239, 229, 0.74);
}

.toast {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 40;
  max-width: 22rem;
  padding: 1rem;
  border: 1px solid rgba(243, 239, 229, 0.22);
  background: rgba(15, 14, 12, 0.92);
  color: var(--paper);
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 220ms ease, transform 220ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.page-main {
  position: relative;
  z-index: 5;
  min-height: 100svh;
  padding-top: 72px;
  background:
    linear-gradient(160deg, rgba(196, 71, 39, 0.1), transparent 30rem),
    linear-gradient(135deg, #0f0e0c 0%, #1c1814 48%, #111a15 100%);
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: end;
  min-height: 54svh;
  padding: 7rem 1.4rem 4rem;
  border-bottom: 1px solid rgba(243, 239, 229, 0.16);
  background:
    linear-gradient(90deg, rgba(15, 14, 12, 0.92) 0%, rgba(15, 14, 12, 0.58) 50%, rgba(15, 14, 12, 0.22) 100%),
    linear-gradient(0deg, rgba(15, 14, 12, 0.92) 0%, transparent 68%),
    url("assets/images/green-hills-wide.jpg");
  background-position: center;
  background-size: cover;
}

.page-hero--admin {
  background:
    linear-gradient(90deg, rgba(15, 14, 12, 0.94) 0%, rgba(15, 14, 12, 0.64) 48%, rgba(15, 14, 12, 0.18) 100%),
    linear-gradient(0deg, rgba(15, 14, 12, 0.92) 0%, transparent 64%),
    url("assets/images/bench-vintage.jpg");
  background-position: center 62%;
  background-size: cover;
}

.page-hero h1 {
  max-width: 58rem;
  margin: 0;
  color: var(--paper);
  font-size: clamp(3.2rem, 8vw, 7rem);
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow: 0 18px 70px rgba(0, 0, 0, 0.64);
}

.page-hero p {
  max-width: 45rem;
  margin: 1rem 0 0;
  color: rgba(243, 239, 229, 0.84);
  font-size: 1.08rem;
}

.blog-index {
  padding-top: 5rem;
}

.empty-state {
  grid-column: 1 / -1;
  padding: 2rem;
  border: 1px solid rgba(209, 161, 91, 0.2);
  background:
    linear-gradient(135deg, rgba(243, 239, 229, 0.08), rgba(15, 14, 12, 0.3)),
    rgba(15, 14, 12, 0.58);
}

.empty-state--compact {
  padding: 1rem;
}

.empty-state h3 {
  margin: 0 0 0.45rem;
  color: var(--paper);
  font-size: 1.35rem;
}

.empty-state p {
  margin: 0;
  color: rgba(243, 239, 229, 0.72);
}

.article-reader {
  max-width: 1180px;
  margin: 0 auto;
  padding: 6rem 1.4rem;
}

.article-reader__hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.86fr);
  gap: 2rem;
  align-items: end;
}

.article-reader__intro h1 {
  margin: 0.8rem 0 1rem;
  color: var(--paper);
  font-size: clamp(2.8rem, 6vw, 5.8rem);
  line-height: 0.94;
  text-transform: uppercase;
}

.article-reader__intro p {
  max-width: 42rem;
  margin: 0;
  color: rgba(243, 239, 229, 0.78);
  font-size: 1.12rem;
}

.article-reader__image {
  min-height: 34rem;
  overflow: hidden;
  border: 1px solid rgba(209, 161, 91, 0.24);
  background: var(--charcoal);
  box-shadow: var(--shadow);
  clip-path: polygon(0 0, calc(100% - 0.9rem) 0, 100% 0.9rem, 100% 100%, 0.9rem 100%, 0 calc(100% - 0.9rem));
}

.article-reader__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(0.08) saturate(0.82) contrast(1.08);
}

.article-body {
  max-width: 760px;
  margin: 4rem auto 0;
  color: rgba(243, 239, 229, 0.82);
}

.article-body p {
  margin: 0 0 1.35rem;
  font-size: 1.14rem;
  line-height: 1.75;
}

.article-body h2 {
  margin: 2.6rem 0 1rem;
  color: var(--paper);
  font-size: 2.1rem;
  line-height: 1;
}

.article-body ul {
  display: grid;
  gap: 0.6rem;
  margin: 0 0 1.35rem;
  padding-left: 1.1rem;
}

.article-reader__not-found {
  max-width: 760px;
  margin: 0 auto;
  padding: 4rem 0;
}

.article-reader__not-found h1 {
  margin: 0 0 1rem;
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.related-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1.4rem 7rem;
}

.admin-page {
  background:
    linear-gradient(120deg, rgba(185, 130, 54, 0.08), transparent 34rem),
    #171410;
}

.admin-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr);
  gap: 1rem;
  max-width: 1180px;
  margin: 0 auto;
  padding: 5rem 1.4rem 7rem;
  align-items: start;
}

.admin-panel {
  padding: 1rem;
  border: 1px solid rgba(209, 161, 91, 0.2);
  background:
    linear-gradient(135deg, rgba(243, 239, 229, 0.06), rgba(15, 14, 12, 0.34)),
    repeating-linear-gradient(135deg, rgba(243, 239, 229, 0.045) 0 1px, transparent 1px 10px),
    rgba(15, 14, 12, 0.66);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
}

.admin-panel h2,
.admin-preview h2 {
  margin: 0 0 1rem;
  color: var(--paper);
  font-size: 1.65rem;
  line-height: 1;
}

.admin-form {
  display: grid;
  gap: 1rem;
}

.admin-form label {
  display: grid;
  gap: 0.4rem;
  color: rgba(243, 239, 229, 0.72);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.admin-form textarea {
  resize: vertical;
  line-height: 1.55;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.publish-status {
  min-height: 1.4rem;
  color: rgba(243, 239, 229, 0.72);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.82rem;
  text-transform: uppercase;
}

.publish-status a {
  color: var(--paper);
  border-bottom: 1px solid var(--brass);
}

.admin-side {
  display: grid;
  gap: 1rem;
  position: sticky;
  top: 88px;
}

.admin-preview__image {
  width: 100%;
  aspect-ratio: 16 / 10;
  margin-bottom: 1rem;
  border: 1px solid rgba(243, 239, 229, 0.14);
  object-fit: cover;
  filter: sepia(0.08) saturate(0.82) contrast(1.08);
}

.admin-preview p {
  color: rgba(243, 239, 229, 0.72);
}

.article-body--preview {
  max-width: none;
  margin: 1rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(243, 239, 229, 0.14);
}

.article-body--preview p {
  font-size: 0.98rem;
  line-height: 1.65;
}

.article-body--preview h2 {
  font-size: 1.4rem;
}

.admin-list {
  display: grid;
  gap: 0.75rem;
}

.admin-post-row {
  display: grid;
  gap: 0.75rem;
  padding: 0.9rem;
  border: 1px solid rgba(243, 239, 229, 0.14);
  background: rgba(15, 14, 12, 0.42);
}

.admin-post-row span {
  color: var(--brass);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.admin-post-row h3 {
  margin: 0.3rem 0;
  color: var(--paper);
  font-size: 1.08rem;
  line-height: 1.12;
}

.admin-post-row p {
  margin: 0;
  color: rgba(243, 239, 229, 0.62);
  font-size: 0.88rem;
}

.admin-post-row__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.small-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0.48rem 0.65rem;
  overflow: hidden;
  border: 1px solid rgba(209, 161, 91, 0.32);
  background:
    linear-gradient(135deg, rgba(243, 239, 229, 0.08), rgba(15, 14, 12, 0.28)),
    repeating-linear-gradient(135deg, rgba(243, 239, 229, 0.08) 0 1px, transparent 1px 8px);
  color: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  clip-path: polygon(0 0, calc(100% - 0.48rem) 0, 100% 0.48rem, 100% 100%, 0.48rem 100%, 0 calc(100% - 0.48rem));
}

.small-button--danger {
  border-color: rgba(196, 71, 39, 0.56);
  color: #f3d496;
}

@media (min-width: 1100px) {
  .hero h1 {
    font-size: 8.4rem;
  }

  .hero__lead {
    font-size: 1.28rem;
  }
}

@media (max-width: 960px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    display: none;
  }

  .hero,
  .page-hero,
  .manifesto__grid,
  .video-section,
  .field-work,
  .about-section,
  .newsletter,
  .article-reader__hero,
  .admin-shell {
    grid-template-columns: 1fr;
  }

  .hero,
  .page-hero {
    min-height: auto;
    padding-top: 8rem;
  }

  .hero-ledger {
    min-height: 28rem;
    order: -1;
  }

  .ledger-photo--one {
    right: 0.5rem;
  }

  .ledger-photo--two {
    right: 10rem;
  }

  .ledger-photo--three {
    right: 1rem;
  }

  .signal-band,
  .article-grid {
    grid-template-columns: 1fr;
  }

  .article-tools {
    flex-direction: column;
  }

  .video-section__media,
  .video-section__copy {
    justify-self: stretch;
    max-width: none;
  }

  .portrait-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .newsletter-form {
    grid-template-columns: 1fr;
  }

  .admin-side {
    position: static;
  }

  .article-reader__image {
    min-height: 24rem;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 64px;
    padding: 0.75rem 0.9rem;
  }

  .brand-mark__word,
  .header-action {
    font-size: 0.72rem;
  }

  .hero,
  .page-hero,
  .manifesto,
  .content-section,
  .video-section,
  .field-work,
  .about-section,
  .newsletter,
  .article-reader,
  .related-section,
  .admin-shell {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 3rem;
  }

  .hero__lead,
  .page-hero p,
  .article-reader__intro p {
    font-size: 1rem;
  }

  .article-reader {
    padding-top: 4rem;
  }

  .article-reader__intro h1 {
    font-size: 2.45rem;
  }

  .article-reader__image {
    min-height: 18rem;
  }

  .article-body {
    margin-top: 2.5rem;
  }

  .article-body p {
    font-size: 1.02rem;
  }

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

  .hero-ledger {
    min-height: 22rem;
  }

  .ledger-photo--one {
    width: 11rem;
    right: 0;
    bottom: 0;
  }

  .ledger-photo--two {
    width: 13rem;
    right: 7rem;
    top: 2rem;
  }

  .ledger-photo--three {
    width: 11rem;
    top: 10rem;
  }

  .signal-band h2,
  .section-kicker h2,
  .section-head h2,
  .video-section h2,
  .field-work h2,
  .about-section h2,
  .newsletter h2 {
    font-size: 2rem;
  }

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

  .archive-strip figure:nth-child(2) {
    transform: none;
  }

  .portrait-wall {
    grid-template-columns: 1fr;
  }

  .portrait-wall img,
  .portrait-wall img:nth-child(2),
  .portrait-wall img:nth-child(4) {
    height: 20rem;
    transform: none;
  }

  .site-footer {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  #ember-canvas {
    display: none;
  }
}

/* Matte field-map refinement */
[hidden] {
  display: none !important;
}

body {
  background-color: #15130f;
  background-image:
    radial-gradient(ellipse at 12% 18%, transparent 0 9rem, rgba(222, 211, 191, 0.035) 9.08rem 9.16rem, transparent 9.24rem 12rem, rgba(222, 211, 191, 0.025) 12.08rem 12.16rem, transparent 12.24rem),
    radial-gradient(ellipse at 82% 66%, transparent 0 14rem, rgba(185, 130, 54, 0.035) 14.08rem 14.16rem, transparent 14.24rem 18rem, rgba(185, 130, 54, 0.025) 18.08rem 18.16rem, transparent 18.24rem),
    linear-gradient(145deg, #12110e 0%, #211d17 54%, #152019 100%);
}

body::before {
  z-index: 1;
  opacity: 0.22;
  background-image:
    repeating-linear-gradient(2deg, rgba(243, 239, 229, 0.022) 0 1px, transparent 1px 5px),
    repeating-linear-gradient(88deg, rgba(0, 0, 0, 0.04) 0 1px, transparent 1px 7px);
  mix-blend-mode: soft-light;
}

#ember-canvas {
  opacity: 0.23;
}

.site-header {
  border-bottom: 1px solid rgba(222, 211, 191, 0.12);
  background: rgba(18, 17, 14, 0.94);
  backdrop-filter: none;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.08);
}

.brand-mark__sigil {
  position: relative;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border: 1px solid rgba(222, 211, 191, 0.42);
  border-radius: 50%;
  background: #1b1914;
  color: transparent;
}

.brand-mark__sigil::before,
.brand-mark__sigil::after {
  content: "\2726";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: none;
  color: var(--brass-bright);
  font-size: 1.4rem;
  line-height: 1;
  clip-path: none;
}

.brand-mark__sigil::after {
  content: "";
  inset: 50% auto auto 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--paper);
  transform: translate(-50%, -50%);
}

.brand-mark__word {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.eyebrow::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  flex: 0 0 auto;
  border: 1px solid currentColor;
  transform: rotate(45deg);
}

.button,
.header-action,
.filter-button,
.episode-button,
.small-button {
  clip-path: none;
  border-radius: 2px;
  background-image:
    repeating-linear-gradient(1deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 5px);
  box-shadow:
    inset 0 0 0 1px rgba(15, 14, 12, 0.18),
    3px 4px 0 rgba(0, 0, 0, 0.18);
}

.button::after,
.header-action::after,
.filter-button::after,
.episode-button::after {
  background:
    repeating-linear-gradient(88deg, rgba(15, 14, 12, 0.08) 0 1px, transparent 1px 8px);
  mix-blend-mode: multiply;
  opacity: 0.3;
}

.button--solid {
  border-color: #d0b177;
  background-color: #c5a66e;
  background-image:
    repeating-linear-gradient(2deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 5px);
  color: #17130e;
}

.button--solid:hover {
  border-color: #e0c38c;
  background-color: #d2b67f;
  background-image:
    repeating-linear-gradient(2deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 5px);
  transform: translate(-1px, -1px);
}

.button--ghost,
.button--quiet,
.header-action {
  border-color: rgba(222, 211, 191, 0.34);
  background-color: #252119;
  color: var(--paper);
}

.button--ghost:hover,
.button--quiet:hover,
.header-action:hover {
  border-color: var(--brass-bright);
  background-color: #30291e;
  transform: translate(-1px, -1px);
}

.button--quiet {
  border-color: rgba(222, 211, 191, 0.18);
  color: rgba(243, 239, 229, 0.72);
}

.filter-button {
  background-color: #211e18;
}

.filter-button.is-active,
.filter-button:hover {
  border-color: var(--brass-bright);
  background-color: #3b3020;
  background-image:
    repeating-linear-gradient(2deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 5px);
}

.episode-button {
  background-color: #211e18;
}

.episode-button:hover {
  background-color: #30291e;
  background-image:
    repeating-linear-gradient(2deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 5px);
  transform: translateX(2px);
}

.article-card,
.admin-panel,
.admin-post-row,
.empty-state {
  border-radius: 2px;
  background-color: #211e18;
  background-image:
    repeating-linear-gradient(2deg, rgba(243, 239, 229, 0.025) 0 1px, transparent 1px 6px);
  box-shadow: 5px 7px 0 rgba(0, 0, 0, 0.16);
}

.article-card--link:hover {
  border-color: rgba(209, 161, 91, 0.58);
  background-color: #2b261d;
  background-image:
    repeating-linear-gradient(2deg, rgba(243, 239, 229, 0.03) 0 1px, transparent 1px 6px);
  transform: translateY(-2px);
}

.search-field input,
.newsletter-form input,
.admin-form input,
.admin-form select,
.admin-form textarea {
  border-radius: 1px;
  background-color: #1c1914;
  background-image:
    repeating-linear-gradient(2deg, rgba(243, 239, 229, 0.018) 0 1px, transparent 1px 5px);
  box-shadow: inset 2px 2px 0 rgba(0, 0, 0, 0.18);
}

.admin-login-shell {
  display: grid;
  place-items: center;
  max-width: 1180px;
  min-height: 48vh;
  margin: 0 auto;
  padding: 4rem 1.4rem 7rem;
}

.admin-login {
  width: min(100%, 30rem);
}

.admin-login p:not(.eyebrow) {
  color: rgba(243, 239, 229, 0.68);
}

.compass-mark {
  position: relative;
  display: block;
  width: 5rem;
  height: 5rem;
  margin: 0 auto 1.5rem;
  border: 1px solid rgba(222, 211, 191, 0.34);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 0.55rem #211e18,
    inset 0 0 0 calc(0.55rem + 1px) rgba(222, 211, 191, 0.2);
}

.compass-mark::before,
.compass-mark::after {
  content: "";
  position: absolute;
  inset: 0.8rem 2.15rem;
  background: var(--brass-bright);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.compass-mark::after {
  inset: 2.15rem 0.8rem;
  background: var(--paper-soft);
}

.small-button {
  background-color: #2b261d;
}

.small-button--danger {
  border-color: rgba(196, 71, 39, 0.48);
  background-color: #34221c;
}

@media (max-width: 620px) {
  .brand-mark__sigil {
    width: 36px;
    height: 36px;
  }
}

/* Light field-map palette */
:root {
  --ink: #303128;
  --coal: #e9dfcc;
  --charcoal: #d8ccb6;
  --paper: #f7f1e6;
  --paper-soft: #e6dcc8;
  --brass: #947048;
  --brass-bright: #a77e4e;
  --ember: #a55f46;
  --oxblood: #785149;
  --veld: #65715f;
  --teal: #697d78;
  --steel: #7c8277;
  --line: rgba(55, 56, 46, 0.18);
  --shadow: 0 20px 48px rgba(72, 61, 44, 0.14);
}

html {
  background: #e9dfcc;
}

body {
  color: var(--ink);
  background-color: #e9dfcc;
  background-image:
    radial-gradient(ellipse at 12% 18%, transparent 0 9rem, rgba(88, 101, 84, 0.08) 9.08rem 9.16rem, transparent 9.24rem 12rem, rgba(88, 101, 84, 0.05) 12.08rem 12.16rem, transparent 12.24rem),
    radial-gradient(ellipse at 82% 66%, transparent 0 14rem, rgba(148, 112, 72, 0.07) 14.08rem 14.16rem, transparent 14.24rem 18rem, rgba(148, 112, 72, 0.045) 18.08rem 18.16rem, transparent 18.24rem),
    linear-gradient(145deg, #eee5d4 0%, #e4dac7 54%, #d9dfd2 100%);
}

body::before {
  opacity: 0.28;
  background-image:
    repeating-linear-gradient(2deg, rgba(65, 61, 49, 0.026) 0 1px, transparent 1px 6px),
    repeating-linear-gradient(88deg, rgba(255, 255, 255, 0.16) 0 1px, transparent 1px 8px);
  mix-blend-mode: multiply;
}

#ember-canvas {
  opacity: 0.2;
  mix-blend-mode: multiply;
}

.site-header {
  color: var(--ink);
  border-bottom: 1px solid rgba(55, 56, 46, 0.14);
  background: rgba(244, 237, 223, 0.94);
  box-shadow: 0 6px 22px rgba(72, 61, 44, 0.08);
}

.brand-mark__sigil {
  border-color: rgba(55, 56, 46, 0.28);
  background: #e4dac7;
}

.brand-mark__sigil::before {
  color: var(--veld);
}

.brand-mark__sigil::after {
  background: var(--ink);
}

.site-nav {
  color: rgba(48, 49, 40, 0.72);
}

.site-nav a:hover {
  border-color: var(--veld);
  color: var(--ink);
}

.hero__image {
  filter: saturate(0.8) contrast(0.98) brightness(1.05);
}

.hero__shade {
  background:
    linear-gradient(90deg, rgba(241, 234, 219, 0.96) 0%, rgba(241, 234, 219, 0.78) 39%, rgba(241, 234, 219, 0.12) 76%),
    linear-gradient(0deg, rgba(227, 218, 200, 0.8) 0%, transparent 44%, rgba(241, 234, 219, 0.24) 100%);
}

.hero__grain {
  opacity: 0.2;
  background:
    repeating-linear-gradient(112deg, transparent 0 34px, rgba(55, 56, 46, 0.08) 34px 35px, transparent 35px 72px);
  mix-blend-mode: multiply;
}

.hero h1,
.page-hero h1 {
  color: var(--ink);
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.44);
}

.hero__lead,
.page-hero p {
  color: rgba(48, 49, 40, 0.84);
}

.hero-ribbon {
  border-top-color: rgba(55, 56, 46, 0.16);
  background: rgba(239, 231, 215, 0.9);
  color: rgba(48, 49, 40, 0.7);
}

.ledger-photo {
  border-color: rgba(55, 56, 46, 0.2);
  background: #eee5d4;
  box-shadow: 0 14px 32px rgba(72, 61, 44, 0.18);
}

.ledger-photo img,
.archive-strip img,
.article-card__image,
.article-reader__image img,
.admin-preview__image,
.portrait-wall img {
  filter: saturate(0.9) contrast(1.02);
}

.signal-band {
  gap: 0;
  border-color: rgba(55, 56, 46, 0.14);
  background: #e1d6c2;
}

.signal-band article {
  min-height: 14rem;
  border-right: 1px solid rgba(55, 56, 46, 0.14);
  background: rgba(247, 241, 230, 0.68);
}

.signal-band article:last-child {
  border-right: 0;
}

.signal-band h2,
.section-kicker h2,
.section-head h2,
.video-section h2,
.field-work h2,
.about-section h2,
.newsletter h2,
.article-card h3,
.article-card a,
.article-card--link,
.article-card__read,
.empty-state h3,
.article-reader__intro h1,
.article-body h2,
.admin-panel h2,
.admin-preview h2,
.admin-post-row h3,
.publish-status a {
  color: var(--ink);
}

.signal-band p,
.manifesto p,
.section-head p,
.video-section p,
.field-work p,
.about-section p,
.newsletter p,
.article-card p,
.empty-state p,
.article-reader__intro p,
.article-body,
.admin-preview p,
.admin-post-row p,
.admin-login p:not(.eyebrow),
.publish-status {
  color: rgba(48, 49, 40, 0.72);
}

.manifesto,
.content-section,
.video-section,
.field-work,
.about-section,
.newsletter {
  background-image: none;
}

.manifesto {
  background-color: #eee5d4;
}

.content-section {
  background-color: #e2e7dc;
}

.video-section {
  background-color: #f2eadb;
}

.field-work {
  background-color: #d9e0d3;
}

.about-section {
  background-color: #e6dcc8;
}

.newsletter {
  background-color: #f3ecdf;
}

.archive-strip figure,
.field-work__image,
.portrait-wall img,
.video-feature,
.article-reader__image {
  border-color: rgba(55, 56, 46, 0.18);
  background: #eee5d4;
  box-shadow: var(--shadow);
  clip-path: none;
}

.button,
.header-action,
.filter-button,
.episode-button,
.small-button {
  border-radius: 2px;
  background-image: none;
  box-shadow: none;
}

.button::after,
.header-action::after,
.filter-button::after,
.episode-button::after {
  display: none;
}

.button--solid {
  border-color: #5f6e5d;
  background-color: #65745f;
  background-image: none;
  color: #faf5eb;
}

.button--solid:hover {
  border-color: #526150;
  background-color: #586956;
  background-image: none;
  transform: translateY(-1px);
}

.button--ghost,
.button--quiet,
.header-action {
  border-color: rgba(55, 56, 46, 0.28);
  background-color: rgba(247, 241, 230, 0.7);
  color: var(--ink);
}

.button--ghost:hover,
.button--quiet:hover,
.header-action:hover {
  border-color: var(--veld);
  background-color: #eee5d4;
  transform: translateY(-1px);
}

.button--quiet {
  color: rgba(48, 49, 40, 0.66);
}

.filter-button,
.episode-button,
.small-button {
  border-color: rgba(55, 56, 46, 0.2);
  background-color: rgba(247, 241, 230, 0.72);
  color: var(--ink);
}

.filter-button.is-active,
.filter-button:hover,
.episode-button:hover {
  border-color: var(--veld);
  background-color: #d4ddcf;
  background-image: none;
  color: var(--ink);
}

.episode-button span {
  color: rgba(48, 49, 40, 0.64);
}

.episode-button__arrow {
  border-color: rgba(55, 56, 46, 0.26);
}

.episode-button__arrow::before {
  border-color: var(--ink);
}

.article-card,
.admin-panel,
.admin-post-row,
.empty-state {
  border-color: rgba(55, 56, 46, 0.16);
  border-radius: 2px;
  background-color: rgba(248, 243, 233, 0.88);
  background-image: none;
  box-shadow: 0 10px 28px rgba(72, 61, 44, 0.09);
}

.article-card--link:hover {
  border-color: rgba(101, 113, 95, 0.58);
  background-color: #f9f4ea;
  background-image: none;
  transform: translateY(-2px);
}

.search-field,
.newsletter-form label,
.admin-form label,
.admin-login label {
  color: rgba(48, 49, 40, 0.68);
}

.search-field input,
.newsletter-form input,
.admin-login input,
.admin-form input,
.admin-form select,
.admin-form textarea {
  border-color: rgba(55, 56, 46, 0.2);
  border-radius: 1px;
  background-color: rgba(255, 252, 246, 0.8);
  background-image: none;
  color: var(--ink);
  box-shadow: inset 0 1px 0 rgba(72, 61, 44, 0.06);
}

.search-field input:focus,
.newsletter-form input:focus,
.admin-login input:focus,
.admin-form input:focus,
.admin-form select:focus,
.admin-form textarea:focus {
  border-color: var(--veld);
}

.search-field input::placeholder,
.newsletter-form input::placeholder,
.admin-login input::placeholder,
.admin-form input::placeholder,
.admin-form textarea::placeholder {
  color: rgba(48, 49, 40, 0.42);
}

.play-disc {
  border-color: rgba(247, 241, 230, 0.76);
  background: rgba(48, 49, 40, 0.64);
}

.page-main,
.admin-page {
  background: #e9dfcc;
}

.page-hero {
  border-bottom-color: rgba(55, 56, 46, 0.14);
  background:
    linear-gradient(90deg, rgba(241, 234, 219, 0.96) 0%, rgba(241, 234, 219, 0.74) 48%, rgba(241, 234, 219, 0.1) 100%),
    linear-gradient(0deg, rgba(226, 217, 199, 0.72) 0%, transparent 65%),
    url("assets/images/green-hills-wide.jpg");
  background-position: center;
  background-size: cover;
}

.page-hero--admin {
  background:
    linear-gradient(90deg, rgba(241, 234, 219, 0.96) 0%, rgba(241, 234, 219, 0.76) 48%, rgba(241, 234, 219, 0.12) 100%),
    linear-gradient(0deg, rgba(226, 217, 199, 0.72) 0%, transparent 65%),
    url("assets/images/bench-vintage.jpg");
  background-position: center 62%;
  background-size: cover;
}

.article-body--preview {
  border-top-color: rgba(55, 56, 46, 0.14);
}

.small-button--danger {
  border-color: rgba(165, 95, 70, 0.5);
  background-color: #efe0d5;
  color: #7d4637;
}

.compass-mark {
  border-color: rgba(55, 56, 46, 0.3);
  box-shadow:
    inset 0 0 0 0.55rem #eee5d4,
    inset 0 0 0 calc(0.55rem + 1px) rgba(55, 56, 46, 0.16);
}

.compass-mark::before {
  background: var(--veld);
}

.compass-mark::after {
  background: var(--brass);
}

.site-footer {
  border-top-color: rgba(55, 56, 46, 0.14);
  background: #e1d6c2;
  color: rgba(48, 49, 40, 0.62);
}

.toast {
  border-color: rgba(55, 56, 46, 0.24);
  background: rgba(48, 49, 40, 0.94);
  color: #f7f1e6;
}

@media (max-width: 620px) {
  .signal-band article {
    border-right: 0;
    border-bottom: 1px solid rgba(55, 56, 46, 0.14);
  }
}

/* Material paper refinement */
:root {
  --ink: #37362f;
  --coal: #eee8dc;
  --charcoal: #ddd4c4;
  --paper: #faf7ef;
  --paper-soft: #e9e1d3;
  --brass: #8a6b45;
  --brass-bright: #a17d50;
  --ember: #9a5c43;
  --oxblood: #75544a;
  --veld: #626b58;
  --teal: #68766e;
  --steel: #7f8278;
  --line: rgba(64, 59, 48, 0.18);
  --shadow: 0 18px 42px rgba(73, 62, 45, 0.15);
}

html,
.page-main,
.admin-page {
  background-color: #eee8dc;
}

body {
  background-color: #eee8dc;
  background-image:
    linear-gradient(rgba(246, 242, 233, 0.76), rgba(246, 242, 233, 0.76)),
    url("assets/textures/paper-fibre.jpg");
  background-position: center, center top;
  background-size: auto, 1100px auto;
  background-attachment: fixed;
}

body::before {
  opacity: 0.07;
  background-image: url("assets/textures/paper-wrinkle.jpg");
  background-position: center top;
  background-size: 920px auto;
  mix-blend-mode: multiply;
}

#ember-canvas {
  opacity: 0.17;
  mix-blend-mode: multiply;
}

.site-header {
  border-bottom-color: rgba(64, 59, 48, 0.2);
  background-color: rgba(248, 244, 235, 0.94);
  background-image:
    linear-gradient(rgba(248, 244, 235, 0.8), rgba(248, 244, 235, 0.8)),
    url("assets/textures/paper-fibre.jpg");
  background-size: auto, 780px auto;
  backdrop-filter: blur(10px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.7),
    0 8px 24px rgba(73, 62, 45, 0.09);
}

.brand-mark__sigil {
  border-color: rgba(64, 59, 48, 0.32);
  background-color: #e5ddce;
  background-image:
    linear-gradient(rgba(241, 235, 224, 0.58), rgba(224, 213, 195, 0.58)),
    url("assets/textures/paper-wrinkle.jpg");
  background-size: auto, 390px auto;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 1px 2px rgba(73, 62, 45, 0.14);
}

.hero__grain {
  opacity: 0.14;
  background-image: url("assets/textures/paper-fibre.jpg");
  background-position: center;
  background-size: 920px auto;
  mix-blend-mode: multiply;
}

.hero-ribbon {
  background-color: rgba(241, 234, 221, 0.91);
  background-image:
    linear-gradient(rgba(246, 241, 232, 0.62), rgba(235, 225, 208, 0.62)),
    url("assets/textures/paper-fibre.jpg");
  background-size: auto, 720px auto;
  box-shadow: 0 -5px 20px rgba(73, 62, 45, 0.08);
}

.ledger-photo,
.archive-strip figure,
.field-work__image,
.portrait-wall img,
.video-feature,
.article-reader__image {
  padding: 0.34rem;
  border-color: rgba(64, 59, 48, 0.22);
  background-color: #eee7da;
  background-image:
    linear-gradient(rgba(249, 246, 238, 0.56), rgba(225, 214, 196, 0.56)),
    url("assets/textures/paper-wrinkle.jpg");
  background-size: auto, 620px auto;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.62),
    0 14px 34px rgba(73, 62, 45, 0.17);
}

.signal-band {
  background-color: rgba(104, 96, 78, 0.22);
  background-image: url("assets/textures/paper-fibre.jpg");
  background-size: 900px auto;
}

.signal-band article {
  border-right-color: rgba(64, 59, 48, 0.16);
  background-color: rgba(247, 243, 234, 0.91);
  background-image:
    linear-gradient(rgba(250, 247, 240, 0.66), rgba(238, 231, 218, 0.66)),
    url("assets/textures/paper-wrinkle.jpg");
  background-size: auto, 720px auto;
}

.manifesto,
.video-section,
.field-work,
.about-section {
  border-top: 1px solid rgba(64, 59, 48, 0.12);
  background-color: rgba(246, 242, 233, 0.78);
  background-image:
    linear-gradient(rgba(248, 245, 238, 0.72), rgba(238, 231, 218, 0.72)),
    url("assets/textures/paper-fibre.jpg");
  background-position: center, center top;
  background-size: auto, 1060px auto;
}

.video-section,
.about-section {
  background-image:
    linear-gradient(rgba(239, 233, 222, 0.78), rgba(247, 243, 235, 0.78)),
    url("assets/textures/paper-wrinkle.jpg");
  background-size: auto, 980px auto;
}

.content-section,
.newsletter {
  border-top: 1px solid rgba(64, 59, 48, 0.14);
  background-color: #f3eee4;
  background-image:
    linear-gradient(rgba(247, 243, 235, 0.91), rgba(239, 232, 220, 0.91)),
    url("assets/textures/map-collage.jpg"),
    url("assets/textures/paper-fibre.jpg");
  background-position: center, center, center top;
  background-size: auto, cover, 1050px auto;
  background-blend-mode: normal, multiply, normal;
}

.newsletter {
  background-image:
    linear-gradient(rgba(247, 243, 235, 0.94), rgba(235, 226, 210, 0.94)),
    url("assets/textures/map-collage.jpg"),
    url("assets/textures/paper-fibre.jpg");
  background-position: center, 52% 42%, center top;
}

.page-main,
.admin-page {
  background-image:
    linear-gradient(rgba(247, 243, 235, 0.84), rgba(239, 232, 220, 0.84)),
    url("assets/textures/paper-fibre.jpg");
  background-size: auto, 1050px auto;
}

.admin-page {
  background-image:
    linear-gradient(rgba(247, 243, 235, 0.92), rgba(238, 230, 217, 0.92)),
    url("assets/textures/map-collage.jpg"),
    url("assets/textures/paper-fibre.jpg");
  background-position: center, center top, center top;
  background-size: auto, cover, 1050px auto;
  background-blend-mode: normal, multiply, normal;
}

.button,
.header-action,
.filter-button,
.episode-button,
.small-button {
  border-radius: 1px;
  border-color: rgba(64, 59, 48, 0.28);
  background-color: #e5ddcf;
  background-image:
    linear-gradient(rgba(248, 244, 235, 0.64), rgba(221, 210, 192, 0.64)),
    url("assets/textures/paper-wrinkle.jpg");
  background-size: auto, 520px auto;
  color: var(--ink);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    inset 0 -1px 0 rgba(64, 59, 48, 0.08),
    0 2px 0 rgba(73, 62, 45, 0.18),
    0 7px 18px rgba(73, 62, 45, 0.08);
}

.button--solid {
  border-color: rgba(72, 75, 61, 0.42);
  background-color: #d8d4c6;
  background-image:
    linear-gradient(rgba(231, 231, 218, 0.66), rgba(196, 199, 181, 0.66)),
    url("assets/textures/paper-wrinkle.jpg");
  color: #34352d;
}

.button--solid:hover,
.button--ghost:hover,
.button--quiet:hover,
.header-action:hover,
.filter-button.is-active,
.filter-button:hover,
.episode-button:hover {
  border-color: rgba(82, 91, 72, 0.6);
  background-color: #d7d7c8;
  background-image:
    linear-gradient(rgba(230, 232, 217, 0.56), rgba(192, 199, 179, 0.56)),
    url("assets/textures/paper-wrinkle.jpg");
  color: var(--ink);
  transform: translateY(-1px);
}

.button::after,
.header-action::after,
.filter-button::after,
.episode-button::after {
  display: block;
  opacity: 0.14;
  background:
    linear-gradient(90deg, transparent 0 11%, rgba(62, 58, 48, 0.22) 11% calc(11% + 1px), transparent calc(11% + 1px) 89%, rgba(62, 58, 48, 0.22) 89% calc(89% + 1px), transparent calc(89% + 1px)),
    linear-gradient(0deg, transparent 0 14%, rgba(255, 255, 255, 0.72) 14% calc(14% + 1px), transparent calc(14% + 1px));
  mix-blend-mode: multiply;
}

.article-card,
.admin-panel,
.admin-post-row,
.empty-state {
  border-color: rgba(64, 59, 48, 0.2);
  border-radius: 1px;
  background-color: rgba(249, 246, 239, 0.94);
  background-image:
    linear-gradient(rgba(250, 247, 240, 0.68), rgba(234, 226, 212, 0.68)),
    url("assets/textures/paper-wrinkle.jpg");
  background-position: center;
  background-size: auto, 760px auto;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.72),
    0 12px 28px rgba(73, 62, 45, 0.12);
}

.article-card--link:hover {
  border-color: rgba(98, 107, 88, 0.56);
  background-color: #f6f1e7;
  background-image:
    linear-gradient(rgba(250, 247, 240, 0.56), rgba(223, 218, 201, 0.56)),
    url("assets/textures/paper-wrinkle.jpg");
  transform: translateY(-2px);
}

.search-field input,
.newsletter-form input,
.admin-login input,
.admin-form input,
.admin-form select,
.admin-form textarea {
  border-color: rgba(64, 59, 48, 0.22);
  background-color: rgba(252, 249, 242, 0.9);
  background-image:
    linear-gradient(rgba(253, 250, 244, 0.75), rgba(240, 234, 224, 0.75)),
    url("assets/textures/paper-fibre.jpg");
  background-size: auto, 720px auto;
  color: var(--ink);
  box-shadow:
    inset 0 1px 3px rgba(73, 62, 45, 0.09),
    0 1px 0 rgba(255, 255, 255, 0.66);
}

.site-footer {
  background-color: #dfd6c6;
  background-image:
    linear-gradient(rgba(232, 224, 210, 0.76), rgba(218, 206, 188, 0.76)),
    url("assets/textures/paper-fibre.jpg");
  background-size: auto, 760px auto;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

@media (max-width: 620px) {
  body {
    background-attachment: scroll;
    background-size: auto, 760px auto;
  }

  .content-section,
  .newsletter,
  .admin-page {
    background-size: auto, auto 100%, 760px auto;
  }
}

/* Clean spatial editorial system */
:root {
  --ink: #1d1d1f;
  --coal: #ffffff;
  --charcoal: #f5f5f7;
  --paper: #1d1d1f;
  --paper-soft: #f5f5f7;
  --brass: #4773ad;
  --brass-bright: #4773ad;
  --ember: #a7563c;
  --oxblood: #74483a;
  --veld: #4773ad;
  --teal: #4773ad;
  --steel: #6e6e73;
  --line: rgba(29, 29, 31, 0.11);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.12);
}

html,
body,
.page-main,
.admin-page {
  background: #ffffff;
  color: var(--ink);
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background-image: none;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}

body::before,
#ember-canvas,
.hero__image,
.hero__shade,
.hero__grain,
.hero-ribbon,
.button::after,
.header-action::after,
.filter-button::after,
.episode-button::after,
.brand-mark__sigil::before,
.brand-mark__sigil::after {
  display: none;
  background-image: none !important;
}

a,
button,
input,
select,
textarea {
  font: inherit;
  letter-spacing: 0;
}

.site-header {
  top: 0;
  left: 0;
  width: 100%;
  min-height: 3.5rem;
  padding: 0.55rem clamp(1rem, 4vw, 3.5rem);
  border: 0;
  border-bottom: 1px solid rgba(29, 29, 31, 0.08);
  background: rgba(255, 255, 255, 0.84);
  background-image: none;
  color: var(--ink);
  box-shadow: none;
  backdrop-filter: saturate(180%) blur(20px);
}

.brand-mark {
  gap: 0.65rem;
  color: var(--ink);
}

.brand-mark__sigil {
  width: 1.85rem;
  height: 1.85rem;
  border: 0;
  border-radius: 50%;
  background: #1d1d1f;
  background-image: none;
  color: #ffffff;
  font-family: Georgia, serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: none;
}

.brand-mark__word {
  color: var(--ink);
  font-family: inherit;
  font-size: 0.92rem;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}

.site-nav {
  gap: clamp(1.15rem, 2.5vw, 2.4rem);
}

.site-nav a {
  color: rgba(29, 29, 31, 0.75);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.site-nav a:hover {
  color: #000000;
}

.header-action,
.button,
.filter-button,
.episode-button,
.small-button {
  min-height: 2.7rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: #f0f0f2;
  background-image: none;
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: none;
  clip-path: none;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.header-action {
  min-height: 2rem;
  padding: 0.42rem 0.9rem;
  background: #1d1d1f;
  color: #ffffff;
}

.header-action:hover,
.button--solid:hover {
  border-color: #000000;
  background: #000000;
  background-image: none;
  color: #ffffff;
  transform: scale(1.015);
}

.button {
  padding: 0.78rem 1.35rem;
}

.button--solid {
  border-color: #1d1d1f;
  background: #1d1d1f;
  background-image: none;
  color: #ffffff;
}

.button--ghost,
.button--quiet {
  border-color: transparent;
  background: #f0f0f2;
  background-image: none;
  color: #1d1d1f;
}

.button--ghost:hover,
.button--quiet:hover {
  border-color: transparent;
  background: #e5e5e7;
  background-image: none;
  color: #000000;
  transform: scale(1.015);
}

.eyebrow {
  margin-bottom: 0.8rem;
  color: #4773ad;
  font-family: inherit;
  font-size: 0.76rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  min-height: 100svh;
  padding: clamp(8rem, 13vw, 11rem) clamp(1rem, 3vw, 2.5rem) clamp(4rem, 8vw, 7rem);
  overflow: hidden;
  background: #ffffff;
  background-image: none;
  color: var(--ink);
  text-align: center;
}

.hero__content {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  z-index: 2;
  width: min(100%, 78rem);
  margin: 0 auto;
  align-self: auto;
  text-align: center;
}

.hero h1 {
  max-width: none;
  margin: 0;
  color: #1d1d1f;
  font-family: inherit;
  font-size: clamp(4.6rem, 12vw, 10.5rem);
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: -0.055em;
  text-shadow: none;
  text-transform: none;
}

.hero__tagline {
  margin: clamp(1.4rem, 3vw, 2.25rem) auto 0;
  color: #1d1d1f;
  font-size: clamp(1.45rem, 3.2vw, 2.7rem);
  font-weight: 650;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.hero__lead {
  max-width: 42rem;
  margin: 1.2rem auto 0;
  color: #6e6e73;
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  line-height: 1.55;
  text-shadow: none;
}

.hero__actions {
  justify-content: center;
  margin-top: 2rem;
}

.hero-ledger {
  grid-column: 1;
  grid-row: 2;
  position: relative;
  z-index: 1;
  width: min(100%, 88rem);
  min-height: clamp(27rem, 54vw, 48rem);
  margin: clamp(3.5rem, 7vw, 6rem) auto 0;
  transform: none;
}

.ledger-photo {
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  background-image: none;
  box-shadow: var(--shadow);
  transform: none;
}

.ledger-photo::after {
  display: none;
}

.ledger-photo img {
  width: 100%;
  height: 100%;
  filter: none;
  object-fit: cover;
  transition: transform 800ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.ledger-photo:hover img {
  transform: scale(1.025);
}

.ledger-photo--two {
  top: 0;
  left: 50%;
  z-index: 1;
  width: min(82%, 68rem);
  height: 86%;
  transform: translateX(-50%);
}

.ledger-photo--two img {
  object-position: center;
}

.ledger-photo--one {
  top: 29%;
  left: 0;
  z-index: 2;
  width: min(23%, 18rem);
  height: 58%;
  transform: rotate(-3deg);
}

.ledger-photo--three {
  right: 0;
  bottom: 0;
  z-index: 3;
  width: min(28%, 23rem);
  height: 48%;
  transform: rotate(2deg);
}

.ledger-photo--one img,
.ledger-photo--three img {
  object-position: center;
}

.signal-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100% - 3rem, 82rem);
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 5.5rem) 0 clamp(6rem, 11vw, 10rem);
  border: 0;
  background: #ffffff;
  background-image: none;
}

.signal-band article {
  padding: clamp(1.5rem, 3vw, 3rem);
  border: 0;
  border-right: 1px solid var(--line);
  background: transparent;
  background-image: none;
  text-align: left;
}

.signal-band article:last-child {
  border-right: 0;
}

.signal-band__number {
  color: #4773ad;
  font-family: inherit;
  font-size: 0.74rem;
  font-weight: 650;
  letter-spacing: 0.08em;
}

.signal-band h2 {
  margin: 0.7rem 0 0.65rem;
  color: #1d1d1f;
  font-family: inherit;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  font-weight: 650;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.signal-band p,
.manifesto p,
.section-head p,
.video-section p,
.field-work p,
.about-section p,
.newsletter p {
  color: #6e6e73;
  font-size: 1rem;
  line-height: 1.65;
}

.manifesto,
.content-section,
.video-section,
.field-work,
.about-section,
.newsletter,
.related-section {
  padding: clamp(6rem, 12vw, 11rem) clamp(1.25rem, 5vw, 5rem);
  border: 0;
  background: #ffffff;
  background-image: none;
  color: var(--ink);
}

.manifesto,
.video-section,
.about-section,
.related-section {
  background: #f5f5f7;
}

.section-kicker,
.section-head {
  width: min(100%, 66rem);
  margin: 0 auto clamp(3.5rem, 7vw, 6rem);
  text-align: center;
}

.section-kicker h2,
.section-head h2,
.video-section h2,
.field-work h2,
.about-section h2,
.newsletter h2,
.page-hero h1,
.article-reader__intro h1,
.article-reader__not-found h1,
.admin-panel h2 {
  color: #1d1d1f;
  font-family: inherit;
  font-weight: 650;
  line-height: 1.02;
  letter-spacing: -0.05em;
  text-transform: none;
}

.section-kicker h2,
.section-head h2,
.video-section h2,
.field-work h2,
.about-section h2,
.newsletter h2 {
  font-size: clamp(2.9rem, 6vw, 6.3rem);
}

.section-head p {
  max-width: 43rem;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(1rem, 1.5vw, 1.22rem);
}

.manifesto__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(3rem, 7vw, 7rem);
  width: min(100%, 88rem);
  margin: 0 auto;
  align-items: center;
}

.manifesto__copy {
  max-width: 32rem;
}

.manifesto__copy p {
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
}

.archive-strip {
  display: grid;
  grid-template-columns: 1.35fr 0.82fr;
  grid-template-rows: repeat(2, minmax(13rem, 20rem));
  gap: 0.8rem;
  transform: none;
}

.archive-strip figure {
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: transparent;
  background-image: none;
  box-shadow: none;
  transform: none;
}

.archive-strip figure:first-child {
  grid-row: 1 / 3;
}

.archive-strip figure:nth-child(2),
.archive-strip figure:nth-child(3) {
  transform: none;
}

.archive-strip img {
  width: 100%;
  height: 100%;
  filter: none;
  object-fit: cover;
}

.content-section {
  background: #ffffff;
}

.article-tools {
  width: min(100%, 80rem);
  margin: 0 auto 2.5rem;
}

.filter-group {
  gap: 0.4rem;
}

.filter-button,
.episode-button,
.small-button {
  border-color: transparent;
  background: #f0f0f2;
  background-image: none;
  color: #3d3d40;
}

.filter-button.is-active,
.filter-button:hover,
.episode-button:hover {
  border-color: transparent;
  background: #1d1d1f;
  background-image: none;
  color: #ffffff;
  transform: none;
}

.article-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  width: min(100%, 80rem);
  margin-right: auto;
  margin-left: auto;
}

.article-card,
.admin-panel,
.admin-post-row,
.empty-state {
  overflow: hidden;
  border: 1px solid rgba(29, 29, 31, 0.08);
  border-radius: 8px;
  background: #ffffff;
  background-image: none;
  color: var(--ink);
  box-shadow: none;
}

.article-card {
  min-height: 100%;
  padding: 0;
}

.article-card--link:hover {
  border-color: rgba(29, 29, 31, 0.12);
  background: #ffffff;
  background-image: none;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.article-card__media {
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

.article-card__image {
  width: 100%;
  height: 100%;
  filter: none;
  object-fit: cover;
  transition: transform 600ms ease;
}

.article-card--link:hover .article-card__image {
  transform: scale(1.025);
}

.article-card__meta,
.article-card h3,
.article-card p,
.article-card a,
.article-card__read {
  margin-right: 1.3rem;
  margin-left: 1.3rem;
}

.article-card__meta {
  margin-top: 1.4rem;
  color: #4773ad;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.06em;
}

.article-card h3,
.article-card a,
.article-card--link,
.article-card__read {
  color: #1d1d1f;
  font-family: inherit;
  letter-spacing: -0.025em;
}

.article-card h3 {
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.12;
}

.article-card p {
  color: #6e6e73;
}

.article-card__read {
  margin-bottom: 1.4rem;
  color: #4773ad;
  font-size: 0.84rem;
  font-weight: 600;
}

.video-section {
  grid-template-columns: minmax(0, 1.25fr) minmax(20rem, 0.75fr);
  gap: clamp(3rem, 7vw, 7rem);
}

.video-section__media,
.video-section__copy,
.field-work__image,
.field-work__copy,
.about-section__copy,
.portrait-wall {
  width: 100%;
  max-width: none;
}

.video-feature,
.field-work__image,
.portrait-wall img,
.article-reader__image {
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  background-image: none;
  box-shadow: none;
  transform: none;
}

.video-feature img,
.field-work__image img,
.portrait-wall img,
.article-reader__image img {
  filter: none;
}

.video-feature {
  aspect-ratio: 4 / 3;
}

.video-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-disc {
  width: 4.5rem;
  height: 4.5rem;
  border: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.16);
}

.play-disc::before {
  border-left-color: #1d1d1f;
}

.episode-list {
  margin-top: 2rem;
}

.episode-button {
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: #1d1d1f;
}

.episode-button:hover {
  background: transparent;
  color: #4773ad;
}

.episode-button span {
  color: #6e6e73;
}

.field-work {
  grid-template-columns: minmax(0, 1.2fr) minmax(20rem, 0.8fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
}

.field-work__image {
  aspect-ratio: 4 / 3;
}

.field-work__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.field-work__copy,
.video-section__copy,
.about-section__copy {
  max-width: 34rem;
}

.about-section {
  grid-template-columns: minmax(20rem, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
}

.portrait-wall {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  transform: none;
}

.portrait-wall img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.portrait-wall img:nth-child(2),
.portrait-wall img:nth-child(4) {
  transform: none;
}

.newsletter {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.72fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
  background: #ffffff;
}

.newsletter-form {
  gap: 1rem;
  padding: clamp(1.4rem, 3vw, 2rem);
  border-radius: 8px;
  background: #f5f5f7;
}

.search-field,
.newsletter-form label,
.admin-form label,
.admin-login label {
  color: #6e6e73;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.search-field input,
.newsletter-form input,
.admin-login input,
.admin-form input,
.admin-form select,
.admin-form textarea {
  min-height: 3rem;
  border: 1px solid rgba(29, 29, 31, 0.13);
  border-radius: 8px;
  background: #ffffff;
  background-image: none;
  color: #1d1d1f;
  box-shadow: none;
  outline: none;
}

.search-field input:focus,
.newsletter-form input:focus,
.admin-login input:focus,
.admin-form input:focus,
.admin-form select:focus,
.admin-form textarea:focus {
  border-color: #4773ad;
  box-shadow: 0 0 0 3px rgba(71, 115, 173, 0.13);
}

.search-field input::placeholder,
.newsletter-form input::placeholder,
.admin-login input::placeholder,
.admin-form input::placeholder,
.admin-form textarea::placeholder {
  color: #98989d;
}

.site-footer {
  padding: 2.5rem clamp(1rem, 4vw, 3.5rem);
  border-top: 1px solid var(--line);
  background: #f5f5f7;
  background-image: none;
  color: #6e6e73;
  box-shadow: none;
}

.site-footer a {
  color: #1d1d1f;
}

.page-main,
.admin-page {
  padding-top: 3.5rem;
  background: #ffffff;
  background-image: none;
}

.page-hero,
.page-hero--admin {
  min-height: clamp(33rem, 62vw, 46rem);
  padding: clamp(7rem, 13vw, 11rem) clamp(1.25rem, 7vw, 7rem) clamp(4rem, 7vw, 6rem);
  border: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.76) 43%, rgba(255, 255, 255, 0.06) 74%),
    url("assets/images/green-hills-wide.jpg");
  background-position: center;
  background-size: cover;
}

.page-hero--admin {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.8) 44%, rgba(255, 255, 255, 0.08) 76%),
    url("assets/images/bench-vintage.jpg");
  background-position: center 55%;
  background-size: cover;
}

.page-hero > div {
  max-width: 44rem;
}

.page-hero h1 {
  margin: 0;
  font-size: clamp(4rem, 10vw, 8rem);
}

.page-hero p {
  max-width: 37rem;
  color: #49494d;
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  line-height: 1.6;
}

.blog-index {
  padding-top: clamp(5rem, 9vw, 8rem);
}

.article-reader {
  width: min(100%, 88rem);
  margin: 0 auto;
  padding: clamp(6rem, 10vw, 9rem) clamp(1.25rem, 5vw, 5rem);
}

.article-reader__hero {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
}

.article-reader__intro h1 {
  font-size: clamp(3rem, 6.5vw, 6.5rem);
}

.article-reader__intro p {
  color: #6e6e73;
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
}

.article-reader__image {
  aspect-ratio: 4 / 3;
}

.article-reader__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-body,
.article-body--preview {
  max-width: 46rem;
  margin-right: auto;
  margin-left: auto;
  color: #303033;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  line-height: 1.85;
}

.related-section {
  background: #f5f5f7;
}

.admin-page {
  background: #f5f5f7;
}

.admin-login-shell,
.admin-shell {
  width: min(100%, 88rem);
}

.admin-login-shell {
  padding: clamp(5rem, 9vw, 8rem) 1.25rem;
}

.admin-shell {
  grid-template-columns: minmax(0, 1.2fr) minmax(20rem, 0.8fr);
  gap: 1rem;
  padding: clamp(4rem, 8vw, 7rem) 1.25rem;
}

.admin-panel {
  padding: clamp(1.5rem, 3vw, 2.4rem);
  border-radius: 8px;
  background: #ffffff;
}

.admin-panel h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.admin-post-row {
  border-radius: 8px;
}

.compass-mark {
  width: 3rem;
  height: 3rem;
  border-color: rgba(29, 29, 31, 0.2);
  box-shadow: none;
}

.compass-mark::before {
  background: #4773ad;
}

.compass-mark::after {
  background: #1d1d1f;
}

.video-modal {
  border: 0;
  border-radius: 8px;
  background: #ffffff;
  color: #1d1d1f;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.24);
}

.toast {
  border: 0;
  border-radius: 999px;
  background: rgba(29, 29, 31, 0.94);
  color: #ffffff;
}

@media (max-width: 980px) {
  .article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .video-section,
  .field-work,
  .about-section,
  .newsletter,
  .article-reader__hero,
  .admin-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .field-work__copy,
  .video-section__copy,
  .about-section__copy {
    max-width: 44rem;
  }

  .manifesto__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .manifesto__copy {
    max-width: 46rem;
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 3.25rem;
    padding: 0.5rem 0.85rem;
  }

  .brand-mark__word {
    display: inline;
  }

  .site-nav {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 7rem;
  }

  .hero h1 {
    font-size: clamp(4rem, 24vw, 7rem);
  }

  .hero__tagline {
    font-size: clamp(1.4rem, 7vw, 2rem);
  }

  .hero-ledger {
    min-height: 28rem;
  }

  .ledger-photo--two {
    width: 94%;
    height: 72%;
  }

  .ledger-photo--one {
    top: 48%;
    left: 2%;
    width: 32%;
    height: 45%;
  }

  .ledger-photo--three {
    right: 2%;
    width: 41%;
    height: 36%;
  }

  .signal-band {
    grid-template-columns: minmax(0, 1fr);
    width: min(100% - 2rem, 36rem);
  }

  .signal-band article,
  .signal-band article:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .signal-band article:last-child {
    border-bottom: 0;
  }

  .archive-strip {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 21rem 12rem;
  }

  .archive-strip figure:first-child {
    grid-column: 1 / 3;
    grid-row: auto;
  }

  .article-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .portrait-wall {
    grid-template-columns: 1fr 1fr;
  }

  .page-main,
  .admin-page {
    padding-top: 3.25rem;
  }

  .page-hero,
  .page-hero--admin {
    min-height: 38rem;
    padding-top: 7rem;
    background:
      linear-gradient(0deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.45) 62%, rgba(255, 255, 255, 0.08) 100%),
      url("assets/images/green-hills-wide.jpg");
    background-position: center;
    background-size: cover;
    align-content: end;
  }

  .page-hero--admin {
    background:
      linear-gradient(0deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.48) 65%, rgba(255, 255, 255, 0.08) 100%),
      url("assets/images/bench-vintage.jpg");
    background-position: center;
    background-size: cover;
  }

  .page-hero h1 {
    font-size: clamp(3.6rem, 20vw, 6rem);
  }
}

@media (max-width: 520px) {
  .hero__actions,
  .button-row {
    width: 100%;
  }

  .hero__actions .button {
    flex: 1 1 auto;
  }

  .archive-strip {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 17rem);
  }

  .archive-strip figure:first-child {
    grid-column: auto;
  }

  .portrait-wall {
    grid-template-columns: 1fr;
  }

  .portrait-wall img {
    aspect-ratio: 4 / 3;
  }
}
