:root {
  --bg: #f5f3ee;
  --ink: #131313;
  --muted: #686868;
  --line: rgba(20,20,20,.16);
  --brand: #7d1d35;
  --accent: #f4c8a9;
  --shell: min(1180px,calc(100% - 48px));
  font-family: "Segoe UI","Microsoft YaHei",sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
}

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

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

.shell {
  width: var(--shell);
  margin: auto;
}

.site-head {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(245,243,238,.9);
  backdrop-filter: blur(18px);
}

.nav {
  width: var(--shell);
  height: 88px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--brand);
  color: #fff;
  font-weight: 900;
}

.brand span:last-child {
  display: grid;
}

.brand b {
  letter-spacing: .18em;
}

.brand small {
  font-size: 10px;
  letter-spacing: .1em;
  color: var(--muted);
}

nav {
  display: flex;
  gap: 28px;
  font-size: 14px;
}

.menu {
  display: none;
  border: 0;
  background: var(--brand);
  color: #fff;
  padding: 11px 16px;
  border-radius: 99px;
}

.eyebrow {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--brand);
}

h1,h2,p {
  margin-top: 0;
}

.primary {
  display: inline-flex;
  margin-top: 22px;
  padding: 14px 22px;
  background: var(--brand);
  color: #fff;
  border-radius: 99px;
  font-weight: 700;
}

.article-hero {
  padding: 100px max(24px,calc((100% - 1000px)/2));
  background: var(--brand);
  color: #fff;
}

.article-hero h1 {
  max-width: 900px;
  font-size: clamp(3rem,7vw,6rem);
  line-height: 1;
}

.article-hero>p:not(.eyebrow) {
  max-width: 720px;
  font-size: 19px;
  line-height: 1.8;
  opacity: .78;
}

.article-hero .eyebrow {
  color: var(--accent);
}

.article-hero>div {
  font-size: 12px;
  letter-spacing: .08em;
  opacity: .6;
}

.article-layout {
  width: min(1000px,calc(100% - 48px));
  margin: 80px auto 120px;
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 80px;
}

.article-layout aside {
  position: sticky;
  top: 30px;
  height: max-content;
  display: grid;
  gap: 14px;
  font-size: 13px;
}

.article-layout aside b {
  margin-bottom: 16px;
  letter-spacing: .16em;
}

.article-layout aside a {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.prose {
  font-family: Georgia,"Noto Serif SC",serif;
  font-size: 18px;
  line-height: 2;
}

.prose .lead {
  font-size: 24px;
}

.prose h2 {
  margin-top: 54px;
  font-size: 34px;
  line-height: 1.25;
}

.prose blockquote {
  margin: 50px 0;
  padding: 36px;
  border-left: 5px solid var(--accent);
  background: #fff;
  font-size: 30px;
  line-height: 1.5;
}

.article-card {
  display: flex;
  gap: 22px;
  margin: 48px 0;
  padding: 30px;
  background: var(--brand);
  color: #fff;
}

.article-card>span {
  font-size: 46px;
  font-weight: 900;
  color: var(--accent);
}

.site-footer {
  padding: 42px 0;
  background: #0e1114;
  color: #fff;
}

.footer-inner {
  width: var(--shell);
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.footer-inner p {
  margin: 0;
  color: #aaa;
  font-size: 13px;
}

.not-found {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
}

.error-art {
  display: grid;
  place-items: center;
  background: var(--brand);
  color: var(--accent);
  font-size: clamp(9rem,25vw,24rem);
  font-weight: 900;
  letter-spacing: -.1em;
}

.error-copy {
  padding: 9vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.error-copy h1 {
  font-size: clamp(3rem,6vw,6rem);
  line-height: 1;
}

.error-copy p {
  max-width: 520px;
  line-height: 1.8;
  color: var(--muted);
}

.error-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.error-actions a {
  padding: 13px 20px;
  border: 1px solid var(--line);
  border-radius: 99px;
}

.error-actions a:first-child {
  background: var(--brand);
  color: #fff;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: .7s;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

body {
  background: #7d1d35;
  color: #fff4ec;
}

.site-head {
  background: rgba(125,29,53,.92);
}

.brand small,nav {
  color: #efbdc8;
}

.manifesto-hero {
  min-height: 790px;
  padding: 110px max(24px,calc((100% - 1180px)/2));
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
}

.manifesto-hero img {
  position: absolute;
  right: -5vw;
  top: 40px;
  width: 55%;
  opacity: .17;
}

.manifesto-hero h1 {
  max-width: 1050px;
  font: clamp(4.5rem,10vw,10rem)/.84 Georgia;
}

.manifesto-hero>p:not(.eyebrow) {
  max-width: 620px;
  line-height: 1.9;
  color: #e7bcc6;
}

.manifesto-hero>a {
  margin-top: 25px;
  color: var(--accent);
}

.pledges {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border-top: 1px solid #b05b70;
}

.pledges a {
  min-height: 420px;
  padding: 48px;
  border-right: 1px solid #b05b70;
}

.pledges span {
  font-size: 11px;
  letter-spacing: .22em;
  color: var(--accent);
}

.pledges h2 {
  margin-top: 160px;
  font: 42px Georgia;
}

.pledges p {
  color: #e7bcc6;
}

@media(max-width:800px) {
  :root {
    --shell: min(100% - 28px,1180px);
  }

  .nav {
    height: 72px;
  }

  .nav nav {
    display: none;
  }

  .menu {
    display: block;
  }

  .nav.open nav {
    display: flex;
    position: absolute;
    left: 14px;
    right: 14px;
    top: 74px;
    padding: 20px;
    background: #fff;
    color: #111;
    flex-direction: column;
    box-shadow: 0 20px 60px rgba(0,0,0,.16);
  }

  .console-hero,.atlas-hero,.terminal-hero,.portfolio-hero {
    grid-template-columns: 1fr;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .signal-board {
    margin-top: 25px;
  }

  .module-grid,.timeline,.region-board,.checklist,.city-mosaic,.pledges,.route-steps,.house-matrix {
    grid-template-columns: 1fr;
  }

  .archive-cover,.gallery-hero,.journal-cover {
    grid-template-columns: 1fr;
    padding-top: 80px;
  }

  .archive-cover img,.gallery-hero img,.journal-cover img {
    height: 340px;
    width: 100%;
  }

  .archive-number {
    font-size: 5rem;
  }

  .gallery-hero .vertical,.journal-cover .volume {
    display: none;
  }

  .portfolio-hero img {
    grid-column: auto;
    grid-row: auto;
  }

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

  .headline {
    border-right: 0;
    padding-right: 0;
  }

  .article-layout {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .article-layout aside {
    position: static;
  }

  .not-found {
    grid-template-columns: 1fr;
  }

  .error-art {
    min-height: 36vh;
  }

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

  .orbit {
    margin-top: 20px;
  }

  .masthead h1 {
    font-size: 5rem;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}

.console-metrics {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  background: #12101e;
  color: #fff;
  border-top: 1px solid #40366d;
}

.console-metrics>div {
  padding: 36px;
  border-right: 1px solid #40366d;
}

.console-metrics strong {
  display: block;
  font: 64px/1 Consolas,monospace;
  color: var(--accent);
}

.console-metrics span {
  display: block;
  margin-top: 18px;
  color: #aaa;
  font-size: 11px;
  letter-spacing: .16em;
}

.console-metrics p {
  max-width: 240px;
  margin: 12px 0 0;
  color: #d8d2e8;
  line-height: 1.7;
}

.console-brief {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 9vw;
  padding: 100px max(24px,calc((100% - 1180px)/2));
  background: #f4f1ea;
}

.console-brief h2 {
  max-width: 620px;
  font-size: clamp(2.5rem,5vw,5rem);
  line-height: .95;
}

.console-brief p:not(.eyebrow) {
  max-width: 650px;
  color: #5c5a61;
  line-height: 1.9;
}

.console-brief-list {
  align-self: end;
  border-top: 2px solid var(--brand);
  padding-top: 18px;
  display: grid;
  gap: 16px;
}

.console-brief-list b {
  font-size: 11px;
  letter-spacing: .16em;
  color: var(--brand);
}

.console-brief-list span {
  line-height: 1.7;
}

.console-brief-list a {
  color: var(--brand);
  font-weight: 800;
}

.archive-ledger {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 9vw;
  padding: 100px max(24px,calc((100% - 1180px)/2));
  background: #f6efdf;
  border-top: 1px solid #4b281d;
}

.ledger-intro>span {
  font-size: 11px;
  letter-spacing: .18em;
  color: #8b583d;
}

.ledger-intro h2 {
  font: clamp(2.6rem,5vw,5rem)/.95 Georgia;
  color: #4b281d;
}

.ledger-intro p {
  max-width: 520px;
  line-height: 1.9;
  color: #755f55;
}

.ledger-intro a {
  display: inline-block;
  margin-top: 24px;
  border-bottom: 1px solid #4b281d;
}

.ledger-list {
  border-top: 1px solid #4b281d;
}

.ledger-list>div {
  display: grid;
  grid-template-columns: 70px 110px 1fr;
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid #4b281d;
  align-items: baseline;
}

.ledger-list b {
  font: 32px Georgia;
  color: #a06b4d;
}

.ledger-list span {
  font-weight: 800;
}

.ledger-list p {
  margin: 0;
  color: #755f55;
}

.atlas-route {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6vw;
  padding: 110px max(24px,calc((100% - 1180px)/2));
  background: #0e3a49;
  border-top: 1px solid #44656f;
}

.atlas-route h2 {
  font: clamp(2.6rem,5vw,5rem)/.95 Georgia;
  color: #f2d17b;
}

.atlas-route p:not(.eyebrow) {
  max-width: 540px;
  color: #b5cccc;
  line-height: 1.9;
}

.atlas-route ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #547683;
}

.atlas-route li {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 15px;
  padding: 18px 0;
  border-bottom: 1px solid #547683;
}

.atlas-route li b {
  color: #f2d17b;
  letter-spacing: .14em;
}

.atlas-route li span {
  color: #d4e4e1;
}

.atlas-route>a {
  grid-column: 1/-1;
  color: #f2d17b;
  font-weight: 800;
}

.access-boundary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  padding: 90px max(24px,calc((100% - 1100px)/2));
  background: #d9eee6;
  border-top: 1px solid #76ae9d;
  color: #075e54;
}

.access-boundary>div span {
  font-size: 11px;
  letter-spacing: .18em;
}

.access-boundary h2 {
  font-size: clamp(2.5rem,5vw,5rem);
  line-height: .95;
}

.access-boundary p {
  max-width: 560px;
  line-height: 1.9;
  color: #47665e;
}

.access-boundary ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #76ae9d;
}

.access-boundary li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #76ae9d;
}

.access-boundary li b {
  text-transform: uppercase;
}

.access-boundary li span {
  color: #47665e;
}

.access-boundary>a {
  grid-column: 1/-1;
  font-weight: 800;
  border-bottom: 1px solid #075e54;
  justify-self: start;
}

.gallery-notebook {
  padding: 110px max(24px,calc((100% - 980px)/2));
  background: #fbf3e4;
  color: #70242a;
  border-top: 1px solid #d1b990;
}

.notebook-label {
  font-size: 11px;
  letter-spacing: .22em;
}

.gallery-notebook blockquote {
  max-width: 850px;
  margin: 45px 0;
  font: clamp(2.4rem,5vw,5.5rem)/1.05 Georgia;
}

.notebook-context {
  max-width: 780px;
  color: #895c50;
  line-height: 1.9;
}

.notebook-meta {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 25px;
  border-top: 1px solid #b98b70;
  padding-top: 20px;
  margin-top: 35px;
}

.notebook-meta p {
  margin: 0;
  line-height: 1.7;
  color: #895c50;
}

.notebook-meta b {
  display: block;
  color: #70242a;
}

.gallery-notebook>a {
  display: inline-block;
  margin-top: 50px;
  color: #70242a;
  border-bottom: 1px solid;
}

.journal-field {
  padding: 110px max(24px,calc((100% - 1080px)/2));
  background: #f5efe2;
  border-top: 1px solid #9caa9c;
}

.field-number {
  color: #536c58;
  font-size: 11px;
  letter-spacing: .22em;
}

.journal-field h2 {
  max-width: 850px;
  margin: 28px 0 50px;
  font: clamp(2.8rem,6vw,6rem)/.95 Georgia;
  color: #26382c;
}

.field-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  max-width: 850px;
}

.field-columns p {
  margin: 0;
  color: #5d6e61;
  line-height: 2;
}

.journal-field>a {
  display: inline-block;
  margin-top: 42px;
  color: #536c58;
  border-bottom: 1px solid;
}

.portfolio-principles {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 8vw;
  padding: 100px max(24px,calc((100% - 1180px)/2));
  background: #fff;
  border-top: 5px solid #111;
}

.portfolio-principles h2 {
  max-width: 650px;
  font-size: clamp(2.6rem,5vw,5.5rem);
  line-height: .9;
  text-transform: uppercase;
}

.portfolio-principles p:not(.eyebrow) {
  max-width: 600px;
  color: #555;
  line-height: 1.9;
}

.portfolio-principles ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 2px solid #111;
}

.portfolio-principles li {
  display: flex;
  gap: 22px;
  padding: 22px 0;
  border-bottom: 2px solid #111;
  font-size: 24px;
  font-weight: 800;
}

.portfolio-principles li b {
  color: var(--accent);
}

.portfolio-principles>a {
  grid-column: 1/-1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.terminal-log {
  width: var(--shell);
  margin: 0 auto 100px;
  padding: 30px;
  background: #071016;
  border: 1px solid #52606b;
  color: #dce7e8;
}

.log-head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #52606b;
  color: #ffb348;
  font: 12px Consolas,monospace;
}

.log-lines {
  padding: 12px 0;
}

.log-lines p {
  display: grid;
  grid-template-columns: 100px 150px 1fr;
  gap: 18px;
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid #263943;
  font: 14px Consolas,monospace;
}

.log-lines i {
  color: #748994;
  font-style: normal;
}

.log-lines span {
  color: #75e6bc;
}

.log-lines b {
  font-weight: 400;
}

.log-note {
  max-width: 650px;
  color: #a8b4bd;
  line-height: 1.8;
}

.terminal-log>a {
  display: inline-block;
  margin-top: 15px;
  color: #ffb348;
  font-weight: 800;
}

.manifesto-clauses {
  padding: 110px max(24px,calc((100% - 1180px)/2));
  background: #6d1930;
  border-top: 1px solid #b05b70;
}

.clause-lead {
  max-width: 850px;
}

.clause-lead>span {
  font-size: 11px;
  letter-spacing: .22em;
  color: #f4c8a9;
}

.clause-lead h2 {
  font: clamp(2.8rem,6vw,6rem)/.88 Georgia;
}

.clause-lead p {
  max-width: 650px;
  color: #edc4cc;
  line-height: 1.9;
}

.clause-stack {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
  margin-top: 65px;
}

.clause-stack article {
  padding: 25px;
  border: 1px solid #b05b70;
  min-height: 210px;
}

.clause-stack b {
  font: 42px Georgia;
  color: #f4c8a9;
}

.clause-stack h3 {
  margin-top: 55px;
  font-size: 22px;
}

.clause-stack p {
  color: #edc4cc;
  line-height: 1.7;
}

.manifesto-clauses>a {
  display: inline-block;
  margin-top: 45px;
  color: #f4c8a9;
  border-bottom: 1px solid;
}

.news-desk {
  width: var(--shell);
  margin: 0 auto 100px;
  padding: 65px 0;
  border-top: 6px double #111;
}

.desk-title {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 35px;
  align-items: end;
}

.desk-title>span {
  grid-column: 1/-1;
  font-size: 11px;
  letter-spacing: .18em;
}

.desk-title h2 {
  font: clamp(2.8rem,6vw,6rem)/.9 Georgia;
}

.desk-title p {
  color: #555;
  line-height: 1.8;
}

.desk-title a {
  color: #14243d;
  font-weight: 800;
}

.desk-columns {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
  margin-top: 70px;
}

.desk-columns article {
  padding: 25px 0;
  border-top: 2px solid #111;
}

.desk-columns b {
  color: #e13d36;
  font-size: 11px;
  letter-spacing: .14em;
}

.desk-columns h3 {
  font: 30px Georgia;
}

.desk-columns p {
  color: #555;
  line-height: 1.7;
}

@media(max-width:800px) {
  .console-metrics,.console-brief,.archive-ledger,.atlas-route,.access-boundary,.portfolio-principles,.desk-title {
    grid-template-columns: 1fr;
  }

  .notebook-meta,.field-columns,.clause-stack,.desk-columns {
    grid-template-columns: 1fr;
  }

  .console-metrics>div {
    border-right: 0;
    border-bottom: 1px solid #40366d;
  }

  .ledger-list>div {
    grid-template-columns: 55px 85px 1fr;
  }

  .atlas-route li {
    grid-template-columns: 110px 1fr;
  }

  .access-boundary>a,.portfolio-principles>a {
    grid-column: auto;
  }

  .log-lines p {
    grid-template-columns: 75px 105px 1fr;
    font-size: 12px;
  }

  .terminal-log {
    width: calc(100% - 28px);
  }
}

.reference-container {
  width: min(1180px,calc(100% - 48px));
  margin: auto;
}

.section-spacing {
  padding: 110px 0;
}

.section-spacing-sm {
  padding: 78px 0;
}

.reference-heading {
  max-width: 760px;
  margin-bottom: 52px;
}

.reference-heading h2 {
  font-size: clamp(2.7rem,5vw,5.4rem);
  line-height: .94;
  margin-bottom: 25px;
}

.reference-heading>p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.9;
}

.reference-brand-matrix {
  background: #f8f6f0;
  color: #171717;
}

.reference-brand-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border-top: 1px solid rgba(20,20,20,.2);
  border-left: 1px solid rgba(20,20,20,.2);
}

.reference-brand-grid>a {
  min-height: 245px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(20,20,20,.2);
  border-bottom: 1px solid rgba(20,20,20,.2);
  background: #fff;
}

.reference-brand-grid b {
  color: var(--brand);
  font-size: 12px;
  letter-spacing: .16em;
}

.reference-brand-grid strong {
  margin-top: auto;
  font-size: 25px;
}

.reference-brand-grid span {
  margin-top: 10px;
  color: #777;
  font-size: 13px;
  line-height: 1.6;
}

.reference-strategy {
  background: #151719;
  color: #f5f3ee;
}

.reference-strategy .reference-heading h2 {
  color: #fff;
}

.reference-strategy .reference-heading>p:not(.eyebrow) {
  color: #aaa;
}

.reference-strategy-grid {
  display: grid;
  grid-template-columns: 1.5fr .8fr;
  gap: 22px;
}

.reference-strategy-main {
  padding: 42px;
  border-left: 3px solid var(--accent);
  background: rgba(255,255,255,.05);
}

.reference-strategy-main>span,.reference-side b {
  font-size: 11px;
  color: var(--accent);
  letter-spacing: .18em;
}

.reference-strategy-main h3 {
  margin: 20px 0;
  font-size: 34px;
  color: #fff;
}

.reference-strategy-main>p {
  max-width: 700px;
  color: #bbb;
  line-height: 1.9;
}

.reference-goals {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 25px;
  margin-top: 34px;
}

.reference-goals>div {
  display: flex;
  gap: 18px;
  padding: 16px 0;
  border-top: 1px solid rgba(255,255,255,.14);
}

.reference-goals b {
  color: var(--accent);
}

.reference-side {
  display: grid;
  gap: 22px;
}

.reference-side article {
  padding: 30px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.09);
}

.reference-side h3 {
  margin: 42px 0 14px;
  color: #fff;
  font-size: 24px;
}

.reference-side p {
  color: #aaa;
  line-height: 1.8;
}

.reference-news {
  background: #eeece5;
  color: #171717;
}

.reference-news-grid {
  display: grid;
  grid-template-columns: 1.35fr .85fr;
  gap: 40px;
}

.reference-news-feature {
  padding-right: 40px;
  border-right: 1px solid #aaa;
}

.reference-news-feature>span {
  color: var(--brand);
  font-size: 11px;
  letter-spacing: .18em;
}

.reference-news-feature h3 {
  margin: 30px 0;
  font-size: clamp(2.3rem,4vw,4.7rem);
  line-height: 1;
}

.reference-news-feature p {
  color: #555;
  line-height: 1.9;
}

.reference-news-feature>a {
  display: inline-block;
  margin-top: 20px;
  color: var(--brand);
  font-weight: 800;
  border-bottom: 1px solid;
}

.reference-news-list>a {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 10px 18px;
  padding: 20px 0;
  border-bottom: 1px solid #aaa;
}

.reference-news-list b {
  grid-row: 1/3;
  color: var(--brand);
}

.reference-news-list span {
  font-weight: 800;
  font-size: 20px;
}

.reference-news-list p {
  margin: 0;
  color: #666;
  line-height: 1.6;
}

.reference-careers {
  background: var(--brand);
  color: #fff;
}

.reference-careers-grid {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 8vw;
  align-items: end;
}

.reference-careers h2 {
  font-size: clamp(2.6rem,5vw,5rem);
  line-height: .95;
  color: #fff;
}

.reference-careers>div>div>p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255,255,255,.78);
  line-height: 1.9;
}

.reference-careers .eyebrow {
  color: var(--accent);
}

.reference-careers-note {
  padding: 26px;
  border: 1px solid rgba(255,255,255,.35);
}

.reference-careers-note b {
  color: var(--accent);
  letter-spacing: .16em;
}

.reference-careers-note p {
  line-height: 1.8;
  color: rgba(255,255,255,.78);
}

.reference-careers-note a {
  font-weight: 800;
  border-bottom: 1px solid;
}

@media(max-width:800px) {
  .reference-container {
    width: calc(100% - 28px);
  }

  .section-spacing {
    padding: 75px 0;
  }

  .reference-brand-grid {
    grid-template-columns: 1fr 1fr;
  }

  .reference-strategy-grid,.reference-news-grid,.reference-careers-grid {
    grid-template-columns: 1fr;
  }

  .reference-news-feature {
    padding-right: 0;
    padding-bottom: 35px;
    border-right: 0;
    border-bottom: 1px solid #aaa;
  }

  .reference-goals {
    grid-template-columns: 1fr;
  }
}

@media(max-width:520px) {
  .reference-brand-grid {
    grid-template-columns: 1fr;
  }
}

