:root {
  --paper: #f3f1ea;
  --ink: #171714;
  --muted: #77746e;
  --line: #c7c3ba;
  --red: #b51d1a;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  border-top: 4px solid var(--red);
  min-width: 320px;
  background: var(--paper);
}

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

a:hover,
a:focus-visible {
  color: var(--red);
}

::selection {
  background: var(--red);
  color: var(--paper);
}

.page {
  width: min(calc(100% - 48px), 1160px);
  margin: 0 auto;
}

.header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  padding: 28px 0 22px;
  border-bottom: 1px solid var(--ink);
}

.identity {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-decoration: none;
}

.identity strong {
  font-size: 19px;
  line-height: 1;
  letter-spacing: -0.025em;
}

.identity span,
.links,
.eyebrow,
.section-label,
.work span,
.archive-row > span,
.footer span,
.footer nav {
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  line-height: 1.35;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.identity span,
.eyebrow,
.work span,
.archive-row > span,
.footer span {
  color: var(--muted);
}

.links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px;
}

.links a,
.footer nav a {
  text-decoration: none;
}

.hero {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 0 42px;
  border-bottom: 1px solid var(--ink);
}

.eyebrow {
  margin: 0;
}

.hero-main {
  margin-top: auto;
}

.hero-kicker {
  margin: 0 0 10px;
  font-size: clamp(18px, 1.9vw, 23px);
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.hero h1 {
  max-width: 880px;
  margin: 0;
  font-size: clamp(60px, 9vw, 108px);
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: -0.065em;
}

.hero h1 a {
  color: var(--red);
  text-decoration: none;
}

.hero h1 a:hover,
.hero h1 a:focus-visible {
  text-decoration: underline;
}

.section {
  display: grid;
  grid-template-columns: 165px minmax(0, 1fr);
  border-bottom: 1px solid var(--ink);
}

.section-label {
  padding: 38px 30px 38px 0;
  color: var(--red);
}

.section-body {
  border-left: 1px solid var(--line);
}

.current {
  display: grid;
  box-shadow: inset 3px 0 0 var(--red);
  grid-template-columns: minmax(230px, 0.75fr) minmax(0, 1.25fr);
}

.current-title {
  padding: 38px 38px 44px;
}

.current-title h2 {
  margin: 0 0 10px;
  font-size: clamp(30px, 3.5vw, 46px);
  font-weight: 600;
  letter-spacing: -0.045em;
}

.current-title > a {
  color: var(--red);
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  text-transform: uppercase;
}

.current-copy {
  padding: 42px 0 42px 44px;
}

.current-copy p {
  max-width: 650px;
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.55;
}

.current-copy p:last-child {
  margin-bottom: 0;
}

.current-copy .lead {
  font-size: clamp(21px, 2vw, 27px);
  line-height: 1.35;
  letter-spacing: -0.025em;
}

.work {
  display: grid;
  grid-template-columns: minmax(220px, 0.75fr) minmax(0, 1.25fr);
  gap: 42px;
  padding: 30px 0 31px 38px;
  border-bottom: 1px solid var(--line);
}

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

.work h3 {
  margin: 0 0 7px;
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.work p {
  max-width: 650px;
  margin: 2px 0 0;
  font-size: 16px;
  line-height: 1.5;
}

.archive-row {
  display: grid;
  grid-template-columns: minmax(205px, 0.8fr) minmax(150px, 0.55fr) minmax(0, 1.25fr);
  gap: 22px;
  align-items: baseline;
  padding: 21px 0 22px 38px;
  border-bottom: 1px solid var(--line);
}

.archive-row:last-child {
  border-bottom: 0;
}

.archive-row strong {
  font-size: 16px;
  font-weight: 600;
}

.archive-row p {
  margin: 0;
  color: #44413d;
  font-size: 14px;
  line-height: 1.45;
}

.about {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
  gap: 52px;
  padding: 42px 0 48px 38px;
}

.about p {
  margin: 0;
}

.about-primary {
  max-width: 430px;
  font-size: clamp(23px, 2.8vw, 32px);
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.about > p:last-child {
  max-width: 620px;
  font-size: 16px;
  line-height: 1.55;
}

.footer {
  min-height: 145px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 38px 0 34px;
}

.footer > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer strong {
  font-size: 17px;
  letter-spacing: -0.025em;
}

.footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

@media (max-width: 900px) {
  .page {
    width: min(calc(100% - 36px), 1160px);
  }

  .hero {
    min-height: 410px;
  }

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

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

  .current-title {
    padding-bottom: 14px;
  }

  .current-copy {
    padding: 12px 34px 38px 38px;
  }

  .work {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .archive-row {
    grid-template-columns: minmax(180px, 0.8fr) minmax(0, 1.2fr);
  }

  .archive-row > span {
    display: none;
  }

  .about {
    grid-template-columns: 1fr;
    gap: 26px;
  }
}

@media (max-width: 680px) {
  .page {
    width: min(calc(100% - 28px), 1160px);
  }

  .header {
    align-items: flex-start;
  }

  .hero {
    min-height: 300px;
    padding: 32px 0 46px;
  }

  .hero h1 {
    font-size: clamp(56px, 17vw, 78px);
  }

  .section {
    display: block;
  }

  .section-label {
    padding: 22px 0 14px;
  }

  .section-body {
    border-left: 0;
  }

  .current-title {
    padding: 10px 0 15px;
  }

  .current-copy {
    padding: 0 0 34px;
  }

  .work {
    padding: 25px 0 26px;
  }

  .archive-row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 18px 0 19px;
  }

  .archive-row > span {
    display: block;
  }

  .about {
    padding: 10px 0 36px;
  }

  .footer {
    min-height: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 470px) {
  .header {
    flex-direction: column;
  }

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

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


.footer-right {
  display: flex;
  align-items: flex-end;
  gap: 26px;
}

.marks {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  padding-bottom: 1px;
}

.mark {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  color: #5a5650;
}

.mark svg {
  display: block;
  width: 100%;
  height: 100%;
}

.mark-rust {
  width: 18px;
  height: 42px;
  color: var(--red);
  opacity: 0.95;
}

.mark-rust img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mark-stoneshill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  opacity: 0.9;
}

.mark-stoneshill svg {
  width: 42px;
  height: 14px;
  color: var(--red);
}

.mark-stoneshill span {
  font-family: "Courier New", Courier, monospace;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6a6660;
}

@media (max-width: 680px) {
  .footer-right {
    width: 100%;
    justify-content: space-between;
    gap: 18px;
  }

  .marks {
    gap: 10px;
  }

  .mark-rust {
    width: 16px;
    height: 36px;
  }

  .mark-stoneshill svg {
    width: 34px;
    height: 12px;
  }

  .mark-stoneshill span {
    font-size: 9px;
  }
}
