:root {
  --ink: #171412;
  --ink-soft: #312b27;
  --coal: #080909;
  --charcoal: #111314;
  --charcoal-2: #191815;
  --paper: #f2e5c8;
  --paper-2: #eadab8;
  --paper-3: #fff3d5;
  --smoke: #b8b1a2;
  --muted: #6d6258;
  --cyan: #53c3c8;
  --red: #b24a39;
  --yellow: #d6aa3c;
  --green: #6f8b57;
  --violet: #866ca3;
  --tan: #9d7149;
  --line: rgba(23, 20, 18, .18);
  --line-dark: rgba(242, 229, 200, .18);
  --shadow: rgba(0, 0, 0, .28);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--coal);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 14% 8%, rgba(178, 74, 57, .10), transparent 26rem),
    radial-gradient(circle at 80% 18%, rgba(83, 195, 200, .10), transparent 24rem),
    linear-gradient(180deg, var(--paper-3), var(--paper));
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .22;
  background-image:
    radial-gradient(rgba(23, 20, 18, .24) .7px, transparent .7px),
    linear-gradient(90deg, rgba(23, 20, 18, .05), transparent 24%, rgba(23, 20, 18, .04) 62%, transparent);
  background-size: 7px 7px, 100% 100%;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

main {
  overflow: hidden;
}

.fiction-strip {
  background: var(--coal);
  border-bottom: 1px solid rgba(242, 229, 200, .22);
  color: var(--paper-2);
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  padding: 9px clamp(16px, 4vw, 48px);
  text-align: center;
  text-transform: uppercase;
}

.site-header {
  align-items: center;
  background: rgba(242, 229, 200, .94);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 14px clamp(18px, 5vw, 58px);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 14px;
  min-width: 0;
  text-decoration: none;
}

.brand img {
  border: 2px solid rgba(23, 20, 18, .55);
  border-radius: 50%;
  box-shadow: 0 5px 0 rgba(23, 20, 18, .16);
  display: block;
  height: 64px;
  object-fit: cover;
  width: 64px;
}

.brand span {
  display: grid;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(23px, 3vw, 34px);
  font-weight: 900;
  line-height: .9;
  min-width: 0;
}

.brand small {
  color: var(--red);
  font-family: "Courier New", Courier, monospace;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .06em;
  margin-top: 7px;
  text-transform: uppercase;
}

.site-header nav,
.site-footer nav,
.filter-row,
.hero-actions,
.signup-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.site-header nav {
  justify-content: flex-end;
}

.site-header nav a,
.site-footer nav a {
  color: var(--ink);
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-header nav a {
  border-bottom: 2px solid transparent;
  padding: 8px 0 6px;
}

.site-header nav a:hover,
.site-header nav a[aria-current="page"] {
  border-color: var(--red);
  color: var(--red);
}

.hero {
  background:
    linear-gradient(118deg, rgba(8, 9, 9, .96), rgba(17, 19, 20, .94) 52%, rgba(42, 29, 23, .92)),
    repeating-linear-gradient(0deg, rgba(242, 229, 200, .05), rgba(242, 229, 200, .05) 1px, transparent 1px, transparent 7px);
  color: var(--paper);
  display: grid;
  gap: clamp(32px, 6vw, 78px);
  grid-template-columns: minmax(0, .94fr) minmax(280px, .62fr);
  min-height: 680px;
  padding: clamp(54px, 8vw, 108px) clamp(18px, 5vw, 64px) clamp(52px, 7vw, 92px);
  position: relative;
}

.hero::after {
  background: linear-gradient(90deg, var(--red), var(--yellow), var(--cyan));
  bottom: 0;
  content: "";
  height: 5px;
  left: clamp(18px, 5vw, 64px);
  position: absolute;
  right: clamp(18px, 5vw, 64px);
}

.hero-copy,
.hero-emblem,
.section-heading,
.page-intro > *,
.site-footer > * {
  max-width: var(--max);
  min-width: 0;
}

.hero-copy {
  align-self: center;
}

.hero-emblem {
  align-self: center;
  justify-self: center;
  margin: 0;
  max-width: 520px;
  position: relative;
  transform: rotate(-2deg);
}

.hero-emblem::before {
  border: 1px solid rgba(242, 229, 200, .35);
  content: "";
  inset: 18px;
  position: absolute;
  transform: rotate(4deg);
}

.hero-emblem img {
  border: 2px solid rgba(242, 229, 200, .32);
  box-shadow: 0 34px 70px rgba(0, 0, 0, .48), 11px 11px 0 rgba(178, 74, 57, .18);
  display: block;
  filter: saturate(.9) contrast(1.02);
  width: 100%;
}

.eyebrow {
  color: var(--cyan);
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

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

h1,
h2,
h3,
p,
ul,
ol,
dl,
dd {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 900;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(58px, 8vw, 118px);
  line-height: .84;
  margin-bottom: 22px;
  overflow-wrap: anywhere;
}

h2 {
  font-size: clamp(34px, 5vw, 66px);
  line-height: .94;
  margin-bottom: 18px;
}

h3 {
  font-size: 25px;
  line-height: 1.08;
  margin-bottom: 12px;
}

p,
li,
dd,
small {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.58;
}

.hero p {
  color: rgba(242, 229, 200, .78);
  max-width: 760px;
}

.hero .lede {
  color: var(--paper-3);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3.1vw, 46px);
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 22px;
}

.hero-kickers,
.artifact-strip,
.plain-list,
.tag-list,
.note-grid {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero-kickers {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.hero-kickers li {
  background: rgba(242, 229, 200, .08);
  border: 1px solid rgba(242, 229, 200, .24);
  color: var(--paper);
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .03em;
  padding: 8px 10px;
  text-transform: uppercase;
}

.button,
.text-link {
  align-items: center;
  display: inline-flex;
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  font-weight: 900;
  justify-content: center;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
}

.button {
  background: var(--ink);
  border: 2px solid var(--ink);
  border-radius: 4px;
  box-shadow: 5px 5px 0 rgba(178, 74, 57, .36);
  color: var(--paper);
  min-height: 50px;
  padding: 14px 18px;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}

.button:hover {
  box-shadow: 2px 2px 0 rgba(178, 74, 57, .42);
  transform: translate(3px, 3px);
}

.button.secondary {
  background: transparent;
  color: inherit;
}

.hero .button.secondary,
.start-panel .button.secondary,
.signup-module .button.secondary {
  border-color: rgba(242, 229, 200, .44);
  box-shadow: 5px 5px 0 rgba(242, 229, 200, .12);
  color: var(--paper);
}

.button.compact {
  min-height: 42px;
  padding: 10px 13px;
}

.text-link {
  color: var(--red);
  margin-top: 16px;
}

.text-link::after {
  content: " ->";
}

.hero-actions {
  margin-top: 34px;
}

.band,
.ops-band,
.meme-band,
.split-band,
.start-panel,
.signup-module,
.archive-list,
.product-grid {
  padding: clamp(54px, 8vw, 104px) clamp(18px, 5vw, 64px);
}

.ops-band,
.meme-band {
  background: var(--paper);
}

.meme-band,
.development-band {
  background:
    linear-gradient(180deg, rgba(23, 20, 18, .05), rgba(23, 20, 18, 0)),
    var(--paper-2);
}

.section-heading {
  margin: 0 auto clamp(28px, 5vw, 46px);
}

.section-heading h2,
.page-intro h1 {
  max-width: 900px;
}

.section-heading p,
.page-intro p {
  max-width: 760px;
}

.page-intro {
  background:
    linear-gradient(120deg, rgba(8, 9, 9, .96), rgba(30, 25, 22, .92)),
    repeating-linear-gradient(0deg, rgba(242, 229, 200, .05), rgba(242, 229, 200, .05) 1px, transparent 1px, transparent 8px);
  color: var(--paper);
  padding: clamp(62px, 9vw, 126px) clamp(18px, 5vw, 64px);
}

.page-intro h1,
.page-intro h2 {
  color: var(--paper-3);
}

.page-intro p {
  color: rgba(242, 229, 200, .76);
}

.start-panel,
.signup-module {
  align-items: center;
  background: var(--charcoal);
  color: var(--paper);
  display: grid;
  gap: clamp(24px, 5vw, 64px);
  grid-template-columns: minmax(0, 1fr) minmax(260px, .58fr);
}

.start-panel {
  border-bottom: 1px solid rgba(242, 229, 200, .14);
  border-top: 1px solid rgba(242, 229, 200, .14);
}

.start-panel h2,
.signup-module h2 {
  color: var(--paper-3);
}

.start-panel p,
.signup-module p {
  color: rgba(242, 229, 200, .75);
}

.pullquote-panel {
  background: rgba(242, 229, 200, .08);
  border: 1px solid rgba(242, 229, 200, .25);
  box-shadow: 8px 8px 0 rgba(83, 195, 200, .14);
  padding: clamp(24px, 4vw, 38px);
}

.pullquote-panel p {
  color: var(--paper-3);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 900;
  line-height: .98;
  margin-bottom: 18px;
}

.pullquote-panel span {
  color: var(--cyan);
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.desk-grid,
.meme-grid,
.property-grid,
.development-grid,
.ledger-grid,
.card-row {
  display: grid;
  gap: 18px;
  margin: 0 auto;
  max-width: var(--max);
}

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

.desk-module,
.meme-card,
.property-card,
.development-card,
.card,
.ledger-grid article,
.product-card,
.archive-row {
  border-radius: 6px;
}

.desk-module {
  background: var(--paper-3);
  border: 1px solid var(--line);
  display: grid;
  min-height: 300px;
  padding: 24px;
}

.desk-module strong {
  align-self: end;
  color: var(--red);
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.artifact-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 34px auto 0;
  max-width: var(--max);
}

.artifact-strip li {
  background: var(--ink);
  color: var(--paper);
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  padding: 9px 11px;
  text-transform: uppercase;
}

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

.meme-card {
  background: var(--charcoal);
  border: 1px solid rgba(242, 229, 200, .14);
  box-shadow: 6px 6px 0 rgba(23, 20, 18, .12);
  min-height: 260px;
  padding: 25px;
}

.meme-card h3 {
  color: var(--paper-3);
}

.meme-card p:not(.eyebrow) {
  color: rgba(242, 229, 200, .73);
}

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

.property-card,
.development-card,
.card,
.ledger-grid article {
  background: rgba(255, 243, 213, .78);
  border: 1px solid var(--line);
  box-shadow: 0 18px 35px rgba(23, 20, 18, .09);
  padding: 24px;
}

.property-card {
  border-top: 6px solid var(--tone, var(--red));
  display: grid;
  min-height: 430px;
}

.property-card .button {
  align-self: end;
  justify-self: start;
}

.property-meta {
  align-items: center;
  display: flex;
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  font-weight: 900;
  gap: 8px;
  justify-content: space-between;
  letter-spacing: .05em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.status-line {
  align-items: center;
  display: inline-flex;
  gap: 7px;
}

.signal-dot {
  background: var(--tone, var(--red));
  border-radius: 50%;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--tone, var(--red)) 20%, transparent);
  display: inline-block;
  height: 8px;
  width: 8px;
}

.tone-red {
  --tone: var(--red);
}

.tone-blue {
  --tone: var(--cyan);
}

.tone-yellow {
  --tone: var(--yellow);
}

.tone-green {
  --tone: var(--green);
}

.tone-violet {
  --tone: var(--violet);
}

.tone-tan {
  --tone: var(--tan);
}

dl {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 8px;
  margin-bottom: 22px;
  padding-top: 16px;
}

dt {
  color: var(--red);
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

dd {
  margin-left: 0;
}

.split-band {
  background: var(--paper-3);
  display: grid;
  gap: clamp(28px, 5vw, 64px);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.split-band > div {
  min-width: 0;
}

.rules-band {
  background: var(--charcoal-2);
  color: var(--paper);
}

.rules-band h2 {
  color: var(--paper-3);
}

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

.note-grid li {
  background: rgba(242, 229, 200, .08);
  border: 1px solid rgba(242, 229, 200, .18);
  color: rgba(242, 229, 200, .82);
  padding: 18px;
}

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

.development-card {
  background: rgba(23, 20, 18, .88);
  border-color: rgba(242, 229, 200, .14);
}

.development-card h3 {
  color: var(--paper-3);
}

.development-card p,
.development-card small {
  color: rgba(242, 229, 200, .72);
}

.property-hero {
  border-bottom: 6px solid var(--tone, var(--red));
}

.dossier-band {
  background: var(--charcoal);
  color: var(--paper);
}

.dossier-band h2,
.dossier-band h3 {
  color: var(--paper-3);
}

.dossier-band p,
.dossier-band li,
.dossier-band dd {
  color: rgba(242, 229, 200, .74);
}

.property-ledger {
  background: var(--paper);
}

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

.ledger-list,
.phrase-list {
  display: grid;
  gap: 10px;
}

.ledger-list li,
.phrase-list li {
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
}

.quote-list li,
.phrase-list li {
  color: var(--ink-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.15;
}

.archive-list {
  background: var(--paper);
  display: grid;
  gap: 14px;
}

.archive-list.compact-list {
  padding: 0;
}

.archive-row {
  align-items: start;
  background: rgba(255, 243, 213, .82);
  border: 1px solid var(--line);
  display: grid;
  gap: 18px;
  grid-template-columns: 160px minmax(200px, .72fr) minmax(240px, 1fr) minmax(150px, .42fr);
  padding: 20px;
}

.archive-status span,
.product-card span {
  color: var(--red);
  display: block;
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.archive-status small,
.archive-row small {
  color: var(--muted);
  display: block;
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.archive-row h3 {
  margin-bottom: 6px;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.tag-list li {
  border: 1px solid var(--line);
  color: var(--muted);
  font-family: "Courier New", Courier, monospace;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .04em;
  padding: 5px 7px;
  text-transform: uppercase;
}

.product-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-grid.inline-grid,
.product-grid.inline-four {
  padding: 0;
}

.product-card {
  background: var(--ink);
  border: 1px solid rgba(242, 229, 200, .13);
  min-height: 210px;
  padding: 22px;
}

.product-card h3 {
  color: var(--paper-3);
}

.product-card p {
  color: rgba(242, 229, 200, .68);
}

.filter-row {
  margin-top: 28px;
}

.filter-row a {
  border: 1px solid rgba(242, 229, 200, .3);
  color: var(--paper);
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  padding: 9px 11px;
  text-decoration: none;
  text-transform: uppercase;
}

.filter-row a:hover {
  background: var(--paper);
  color: var(--ink);
}

.card-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  min-height: 230px;
}

.text-page {
  min-height: 480px;
}

.site-footer {
  background: var(--coal);
  border-top: 1px solid rgba(242, 229, 200, .15);
  color: var(--paper);
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) auto;
  padding: clamp(42px, 6vw, 76px) clamp(18px, 5vw, 64px);
}

.site-footer strong {
  color: var(--paper-3);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.02;
  margin-bottom: 12px;
}

.site-footer p {
  color: rgba(242, 229, 200, .7);
}

.site-footer nav {
  align-content: start;
  justify-content: end;
}

.site-footer nav a {
  color: rgba(242, 229, 200, .82);
}

@media (max-width: 1080px) {
  .hero,
  .start-panel,
  .signup-module,
  .split-band,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-emblem {
    justify-self: start;
    max-width: 430px;
  }

  .desk-grid,
  .meme-grid,
  .property-grid,
  .ledger-grid,
  .card-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .archive-row {
    grid-template-columns: 150px minmax(0, 1fr);
  }
}

@media (max-width: 720px) {
  .fiction-strip {
    font-size: 10px;
  }

  .site-header {
    align-items: flex-start;
    display: grid;
  }

  .site-header nav {
    justify-content: flex-start;
  }

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

  .hero,
  .band,
  .ops-band,
  .meme-band,
  .split-band,
  .start-panel,
  .signup-module,
  .archive-list,
  .product-grid,
  .page-intro,
  .site-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  h1 {
    font-size: clamp(44px, 13.7vw, 60px);
    line-height: .88;
    overflow-wrap: normal;
    word-break: normal;
  }

  h2 {
    font-size: clamp(34px, 12vw, 48px);
  }

  p,
  li,
  dd,
  small {
    font-size: 16px;
  }

  .hero-actions,
  .signup-actions {
    display: grid;
  }

  .desk-grid,
  .meme-grid,
  .property-grid,
  .development-grid,
  .ledger-grid,
  .card-row,
  .note-grid,
  .product-grid,
  .archive-row {
    grid-template-columns: 1fr;
  }

  .property-card,
  .development-card,
  .desk-module,
  .meme-card,
  .product-card,
  .card {
    min-height: auto;
  }

  .hero-emblem {
    max-width: 340px;
  }

  .site-footer nav {
    justify-content: flex-start;
  }
}
