:root {
  --workshop-white: #f7f8f2;
  --ink-steel: #172026;
  --blueprint: #2557f6;
  --cut-lime: #b9f227;
  --stop-red: #ff4d3d;
  --muted-zinc: #7a8591;
  --paper-shadow: #d8ddd2;
  --white: #ffffff;
  --display: "Bricolage Grotesque", "Arial Narrow", system-ui, sans-serif;
  --body: "IBM Plex Sans", system-ui, sans-serif;
  --max-width: 1180px;
  --header-height: 76px;
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink-steel);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
  background:
    linear-gradient(90deg, rgba(23, 32, 38, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(23, 32, 38, 0.035) 1px, transparent 1px),
    var(--workshop-white);
  background-size: 28px 28px;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(110deg, transparent 0 54%, rgba(37, 87, 246, 0.06) 54% 58%, transparent 58%),
    linear-gradient(72deg, transparent 0 68%, rgba(185, 242, 39, 0.08) 68% 71%, transparent 71%),
    linear-gradient(150deg, rgba(255, 77, 61, 0.04), transparent 38%);
}

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

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

a:hover {
  color: var(--blueprint);
}

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

:focus-visible {
  outline: 3px solid var(--stop-red);
  outline-offset: 4px;
}

::selection {
  color: var(--ink-steel);
  background: var(--cut-lime);
}

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 999;
  padding: 0.75rem 1rem;
  color: var(--white);
  background: var(--ink-steel);
  transform: translateY(-180%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-height);
  padding: 0.9rem 1rem;
  border-bottom: 2px solid var(--ink-steel);
  background: rgba(247, 248, 242, 0.88);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-weight: 700;
}

.brand__home {
  display: inline-flex;
  text-decoration: none;
}

.brand__name {
  text-decoration: none;
}

.brand__mark {
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  place-items: center;
  color: var(--workshop-white);
  font-family: var(--display);
  font-size: 1rem;
  background: var(--ink-steel);
  border: 2px solid var(--ink-steel);
  box-shadow: 5px 5px 0 var(--cut-lime);
}

.brand__name {
  font-size: 0.95rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.25rem;
  border: 2px solid rgba(23, 32, 38, 0.16);
  background: var(--workshop-white);
}

.site-nav a {
  min-width: 5.25rem;
  padding: 0.55rem 0.8rem;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.site-nav a.is-active,
.site-nav a:hover {
  color: var(--workshop-white);
  background: var(--ink-steel);
}

.hero {
  position: relative;
  min-height: calc(100svh - var(--header-height));
  overflow: hidden;
  border-bottom: 2px solid var(--ink-steel);
}

.hero__stage {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1rem;
  width: min(var(--max-width), calc(100% - 2rem));
  min-height: 680px;
  margin: 0 auto;
  padding: 4rem 0 3.5rem;
}

.hero__blast {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  pointer-events: none;
}

.hero__blast span {
  display: grid;
  place-items: center;
  color: rgba(23, 32, 38, 0.04);
  font-family: var(--display);
  font-size: 9rem;
  font-weight: 800;
  line-height: 0.8;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.hero__blast span:nth-child(2) {
  color: rgba(255, 77, 61, 0.12);
  transform: rotate(180deg);
}

.hero__visual {
  position: absolute;
  right: -9rem;
  bottom: 1.75rem;
  z-index: 0;
  width: 51rem;
  height: 31rem;
  overflow: hidden;
  border: 2px solid var(--ink-steel);
  background: var(--white);
  box-shadow: 14px 14px 0 var(--ink-steel);
  transform: rotate(-4deg);
}

.hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}

.hero__visual::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(90deg, transparent 0 47%, rgba(255, 77, 61, 0.22) 47% 50%, transparent 50%),
    linear-gradient(0deg, rgba(247, 248, 242, 0), rgba(247, 248, 242, 0.36));
}

.hero__scan {
  position: absolute;
  inset: -25% 0 auto;
  z-index: 2;
  height: 40%;
  background: linear-gradient(180deg, transparent, rgba(185, 242, 39, 0.22), transparent);
  animation: scan 5.5s linear infinite;
}

.hero__content {
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: 720px;
  padding-top: 2rem;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--blueprint);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--display);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: 0;
}

h1 {
  font-size: 7rem;
}

h1 span {
  display: block;
}

.hero__line {
  max-width: 580px;
  margin: 1.4rem 0 0;
  font-size: 1.35rem;
  font-weight: 600;
}

.hero__actions,
.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.8rem;
}

.command-link,
.contact-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  padding: 0 1rem;
  border: 2px solid var(--ink-steel);
  color: var(--ink-steel);
  font-weight: 800;
  text-decoration: none;
  background: var(--workshop-white);
  box-shadow: 5px 5px 0 var(--paper-shadow);
}

.command-link:hover,
.contact-links a:hover {
  color: var(--workshop-white);
  background: var(--blueprint);
  box-shadow: 5px 5px 0 var(--cut-lime);
}

.command-link--primary {
  color: var(--workshop-white);
  background: var(--ink-steel);
  box-shadow: 5px 5px 0 var(--cut-lime);
}

.command-link span {
  margin-left: 0.7rem;
}

.hero-ledger {
  position: relative;
  z-index: 3;
  align-self: end;
  max-width: 420px;
  margin-left: auto;
  border: 2px solid var(--ink-steel);
  background: var(--workshop-white);
  box-shadow: 10px 10px 0 var(--ink-steel);
}

.ledger-topline {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1rem;
  border-bottom: 2px solid var(--ink-steel);
  color: var(--workshop-white);
  font-size: 0.82rem;
  font-weight: 800;
  background: var(--ink-steel);
}

.status-stack {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.status-stack__item {
  display: grid;
  grid-template-columns: 3.5rem minmax(0, 1fr) auto;
  align-items: center;
  min-height: 4rem;
  padding: 0.7rem 0.85rem;
  border-bottom: 2px solid rgba(23, 32, 38, 0.14);
  gap: 0.7rem;
  background: rgba(247, 248, 242, 0.94);
}

.status-stack__time {
  color: var(--muted-zinc);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.status-stack__name {
  min-width: 0;
  overflow: hidden;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 1.7rem;
  padding: 0 0.5rem;
  border: 1px solid var(--ink-steel);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.status-pill--active {
  background: var(--cut-lime);
}

.status-pill--wound {
  background: var(--white);
}

.status-pill--killed {
  color: var(--white);
  background: var(--stop-red);
}

.kill-switch {
  display: grid;
  grid-template-columns: auto 1fr;
  width: 100%;
  min-height: 5.2rem;
  padding: 1rem;
  border: 0;
  color: var(--workshop-white);
  font: inherit;
  text-align: left;
  cursor: pointer;
  background: var(--stop-red);
}

.kill-switch__light {
  grid-row: 1 / 3;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0.25rem 0.75rem 0 0;
  border: 2px solid var(--workshop-white);
  background: var(--ink-steel);
  box-shadow: inset 0 0 0 4px var(--stop-red);
}

.kill-switch__text {
  font-family: var(--display);
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1;
}

.kill-switch__state {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 700;
}

body.kill-mode .kill-switch {
  color: var(--ink-steel);
  background: var(--cut-lime);
}

body.kill-mode .kill-switch__state {
  color: rgba(23, 32, 38, 0.72);
}

body.kill-mode .kill-switch__light {
  border-color: var(--ink-steel);
  background: var(--cut-lime);
  box-shadow: inset 0 0 0 4px var(--ink-steel);
}

body.kill-mode .status-stack__item:not(.is-live) {
  background:
    linear-gradient(135deg, rgba(255, 77, 61, 0.12) 25%, transparent 25% 50%, rgba(255, 77, 61, 0.12) 50% 75%, transparent 75%);
  background-size: 14px 14px;
}

.ticker {
  position: relative;
  z-index: 5;
  overflow: hidden;
  border-top: 2px solid var(--ink-steel);
  background: var(--ink-steel);
}

.ticker__track {
  display: flex;
  width: max-content;
  animation: marquee 26s linear infinite;
}

.ticker span {
  display: inline-flex;
  align-items: center;
  min-height: 3.4rem;
  padding: 0 1.2rem;
  color: var(--workshop-white);
  font-family: var(--display);
  font-size: 1.1rem;
  font-weight: 800;
  text-transform: uppercase;
  border-right: 2px solid rgba(247, 248, 242, 0.18);
}

.ticker span:nth-child(4n + 2) {
  color: var(--cut-lime);
}

.ticker span:nth-child(4n + 3) {
  color: var(--stop-red);
}

.section-band {
  padding: 7rem 1rem;
  border-bottom: 2px solid var(--ink-steel);
}

.section-kicker,
.about__grid,
.project-ledger,
.skill-matrix,
.contact__inner,
.site-footer {
  width: min(var(--max-width), 100%);
  margin-inline: auto;
}

.section-kicker {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 2rem;
  align-items: end;
  margin-bottom: 3rem;
}

.section-kicker--wide {
  grid-template-columns: 0.55fr 1.45fr;
}

.section-kicker h2,
.contact h2 {
  max-width: 820px;
  font-size: 4rem;
}

.section-kicker p:last-child {
  max-width: 540px;
  margin: 1rem 0 0;
  font-size: 1.12rem;
  font-weight: 600;
}

.about {
  background:
    linear-gradient(90deg, rgba(37, 87, 246, 0.12), transparent 34%),
    var(--workshop-white);
}

.about__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1rem;
  align-items: start;
}

.about__copy {
  padding-left: 2rem;
  border-left: 10px solid var(--blueprint);
}

.about__copy p {
  max-width: 760px;
  margin: 0;
  font-size: 1.18rem;
  font-weight: 600;
}

.about__copy p + p {
  margin-top: 1rem;
}

.about__side {
  display: grid;
  gap: 1rem;
}

.about__portrait {
  margin: 0;
  border: 2px solid var(--ink-steel);
  background: var(--white);
  box-shadow: 8px 8px 0 var(--paper-shadow);
}

.about__portrait img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.about__portrait figcaption {
  padding: 0.7rem 0.85rem;
  border-top: 2px solid var(--ink-steel);
  color: var(--muted-zinc);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.fact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  border-top: 2px solid var(--ink-steel);
  border-left: 2px solid var(--ink-steel);
  background: var(--white);
}

.fact-grid div {
  min-height: 9rem;
  padding: 1rem;
  border-right: 2px solid var(--ink-steel);
  border-bottom: 2px solid var(--ink-steel);
}

.fact-grid dt {
  margin: 0 0 0.7rem;
  color: var(--blueprint);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.fact-grid dd {
  margin: 0;
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.05;
}

.projects {
  background:
    linear-gradient(180deg, rgba(23, 32, 38, 0.04), transparent 24rem),
    var(--workshop-white);
}

.project-ledger {
  counter-reset: project;
  display: grid;
  gap: 1rem;
}

.project {
  position: relative;
  display: grid;
  grid-template-columns: 13rem minmax(0, 1fr) 23rem;
  gap: 1rem;
  align-items: stretch;
  min-height: 13rem;
  overflow: hidden;
  border: 2px solid var(--ink-steel);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 8px 8px 0 var(--paper-shadow);
}

.project::after {
  position: absolute;
  inset: auto -3rem 1rem auto;
  color: rgba(23, 32, 38, 0.05);
  content: attr(data-stamp);
  font-family: var(--display);
  font-size: 4.2rem;
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
  text-transform: uppercase;
}

.project__status {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  min-width: 0;
  padding: 1rem;
  border-right: 2px solid var(--ink-steel);
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
  background: var(--workshop-white);
}

.status-light {
  width: 4rem;
  height: 4rem;
  border: 2px solid var(--ink-steel);
  background: var(--muted-zinc);
}

.project--active .status-light {
  background: var(--cut-lime);
  box-shadow: 0 0 0 8px rgba(185, 242, 39, 0.22);
  animation: pulse 1.8s ease-in-out infinite;
}

.project--wound .status-light {
  background: var(--blueprint);
}

.project--closed .status-light,
.project--seasonal .status-light {
  background:
    linear-gradient(135deg, var(--ink-steel) 0 25%, var(--workshop-white) 25% 50%, var(--ink-steel) 50% 75%, var(--workshop-white) 75%);
  background-size: 16px 16px;
}

.project--killed .status-light {
  background: var(--stop-red);
  transform: rotate(45deg);
}

.project__body {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding: 1.25rem 0 1.25rem 0;
}

.project__index {
  margin: 0 0 0.5rem;
  color: var(--muted-zinc);
  font-size: 0.78rem;
  font-weight: 800;
}

.project h3 {
  max-width: 100%;
  font-size: 3.2rem;
  overflow-wrap: anywhere;
}

.project h3 a {
  text-decoration-thickness: 0.08em;
}

.project__body p:last-child {
  max-width: 650px;
  margin: 0.85rem 0 0;
  color: rgba(23, 32, 38, 0.78);
  font-size: 1.04rem;
  font-weight: 600;
}

.project__facts {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: 2px solid var(--ink-steel);
}

.project__facts li {
  display: grid;
  align-content: center;
  min-height: 4.2rem;
  padding: 0.75rem 1rem;
  border-bottom: 2px solid rgba(23, 32, 38, 0.12);
}

.project__facts li:last-child {
  border-bottom: 0;
}

.project__facts strong {
  display: block;
  font-family: var(--display);
  font-size: 1.75rem;
  line-height: 1;
}

.project__facts span {
  color: var(--muted-zinc);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

body.kill-mode .project--killed {
  box-shadow: 8px 8px 0 var(--stop-red);
}

body.kill-mode .project--killed::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(135deg, rgba(255, 77, 61, 0.1) 25%, transparent 25% 50%, rgba(255, 77, 61, 0.1) 50% 75%, transparent 75%);
  background-size: 18px 18px;
}

.skill-matrix {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.skill-column {
  border: 2px solid var(--ink-steel);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 8px 8px 0 var(--paper-shadow);
}

.skill-column__code {
  margin: 0;
  padding: 0.9rem 1rem;
  border-bottom: 2px solid var(--ink-steel);
  color: var(--workshop-white);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  background: var(--ink-steel);
}

.skill-column h3 {
  padding: 1.25rem 1rem 0;
  font-size: 2rem;
}

.skill-column ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1.2rem 0 0;
  padding: 0 1rem 1rem;
  list-style: none;
}

.skill-column li {
  padding: 0.42rem 0.62rem;
  border: 2px solid var(--ink-steel);
  font-size: 0.9rem;
  font-weight: 800;
  background: var(--workshop-white);
}

.skill-column:nth-child(1) li:nth-child(odd) {
  background: rgba(37, 87, 246, 0.14);
}

.skill-column:nth-child(2) li:nth-child(3n) {
  background: rgba(185, 242, 39, 0.42);
}

.skill-column:nth-child(3) li:nth-child(even) {
  background: rgba(255, 77, 61, 0.14);
}

.blog-hero {
  min-height: 56svh;
  display: grid;
  align-items: end;
  background:
    linear-gradient(90deg, rgba(255, 77, 61, 0.08), transparent 38%),
    linear-gradient(135deg, transparent 0 58%, rgba(37, 87, 246, 0.08) 58% 62%, transparent 62%),
    var(--workshop-white);
}

.blog-hero__inner,
.blog-shell,
.article-layout {
  width: min(var(--max-width), calc(100% - 2rem));
  margin-inline: auto;
}

.blog-hero h1 {
  max-width: 920px;
  font-size: 6.4rem;
}

.blog-hero p:not(.eyebrow) {
  max-width: 650px;
  margin: 1.35rem 0 0;
  font-size: 1.25rem;
  font-weight: 700;
}

.blog-shell {
  display: grid;
  gap: 1rem;
}

.article-card {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  min-height: 28rem;
  overflow: hidden;
  border: 2px solid var(--ink-steel);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 10px 10px 0 var(--paper-shadow);
}

.article-card__media {
  min-height: 100%;
  border-right: 2px solid var(--ink-steel);
  background: var(--ink-steel);
}

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

.article-card__content {
  display: grid;
  align-content: center;
  min-width: 0;
  padding: 2rem;
}

.article-card__meta,
.article-meta,
.article-back,
.article-hero-image figcaption {
  color: var(--muted-zinc);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.article-card__meta {
  margin: 0 0 1rem;
}

.article-card h2 {
  font-size: 3.6rem;
}

.article-card h2 a {
  text-decoration-thickness: 0.08em;
}

.article-card__content > p:not(.article-card__meta) {
  max-width: 620px;
  margin: 1rem 0 0;
  color: rgba(23, 32, 38, 0.78);
  font-size: 1.08rem;
  font-weight: 650;
}

.article-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.article-layout {
  padding: 5rem 0 7rem;
}

.article-header {
  display: grid;
  gap: 1rem;
  margin-bottom: 2rem;
}

.article-back {
  width: max-content;
  text-decoration: none;
}

.article-header h1 {
  max-width: 980px;
  font-size: 5.5rem;
}

.article-dek {
  max-width: 760px;
  margin: 0;
  font-size: 1.28rem;
  font-weight: 700;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1rem;
}

.article-meta a {
  color: var(--blueprint);
}

.article-hero-image {
  margin: 0 0 3rem;
  border: 2px solid var(--ink-steel);
  background: var(--white);
  box-shadow: 10px 10px 0 var(--ink-steel);
}

.article-hero-image img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
}

.article-hero-image figcaption {
  padding: 0.8rem 1rem;
  border-top: 2px solid var(--ink-steel);
}

.article-content {
  max-width: 780px;
  margin-inline: auto;
}

.article-content p,
.article-content li {
  color: rgba(23, 32, 38, 0.82);
  font-size: 1.12rem;
  font-weight: 560;
}

.article-content p {
  margin: 0 0 1.25rem;
}

.article-content hr {
  width: 100%;
  height: 2px;
  margin: 2.5rem 0;
  border: 0;
  background: var(--ink-steel);
}

.article-content h2 {
  margin: 3rem 0 1rem;
  font-size: 2.8rem;
}

.article-content ul {
  display: grid;
  gap: 0.5rem;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}

.article-content li {
  position: relative;
  padding-left: 1.4rem;
}

.article-content li::before {
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 0.58rem;
  height: 0.58rem;
  content: "";
  background: var(--cut-lime);
  border: 1px solid var(--ink-steel);
}

.article-content a {
  color: var(--blueprint);
  font-weight: 800;
}

.contact {
  color: var(--workshop-white);
  background:
    linear-gradient(90deg, rgba(185, 242, 39, 0.12) 1px, transparent 1px),
    linear-gradient(rgba(185, 242, 39, 0.08) 1px, transparent 1px),
    var(--ink-steel);
  background-size: 34px 34px;
}

.contact__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: end;
}

.contact .eyebrow {
  color: var(--cut-lime);
}

.contact p:not(.eyebrow) {
  max-width: 500px;
  margin: 1rem 0 0;
  color: rgba(247, 248, 242, 0.78);
  font-size: 1.12rem;
  font-weight: 600;
}

.contact-links {
  justify-content: flex-end;
  margin-top: 0;
}

.contact-links a {
  color: var(--ink-steel);
  background: var(--cut-lime);
  box-shadow: 5px 5px 0 var(--blueprint);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.3rem 1rem;
  font-size: 0.9rem;
  font-weight: 800;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  text-decoration: none;
}

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

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

@keyframes scan {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(420%);
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes pulse {
  0%,
  100% {
    box-shadow: 0 0 0 8px rgba(185, 242, 39, 0.22);
  }

  50% {
    box-shadow: 0 0 0 15px rgba(185, 242, 39, 0.08);
  }
}

@media (max-width: 1040px) {
  h1 {
    font-size: 5.35rem;
  }

  .hero__stage {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 3rem 0;
  }

  .hero__visual {
    right: -18rem;
    bottom: 6rem;
    width: 45rem;
    opacity: 0.72;
  }

  .hero-ledger {
    max-width: none;
    margin: 2rem 0 0;
  }

  .section-kicker,
  .section-kicker--wide,
  .about__grid,
  .contact__inner {
    grid-template-columns: 1fr;
  }

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

  .project__facts {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 1fr);
    border-top: 2px solid var(--ink-steel);
    border-left: 0;
  }

  .project__facts li {
    border-right: 2px solid rgba(23, 32, 38, 0.12);
    border-bottom: 0;
  }

  .project__facts li:last-child {
    border-right: 0;
  }

  .skill-matrix {
    grid-template-columns: 1fr;
  }

  .blog-hero h1,
  .article-header h1 {
    font-size: 4.7rem;
  }

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

  .article-card__media {
    min-height: 22rem;
    border-right: 0;
    border-bottom: 2px solid var(--ink-steel);
  }

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

@media (max-width: 720px) {
  :root {
    --header-height: 0px;
  }

  body {
    font-size: 15px;
    background-size: 22px 22px;
  }

  .site-header {
    position: relative;
    flex-direction: column;
    align-items: stretch;
    gap: 0.85rem;
  }

  .brand {
    justify-content: space-between;
  }

  .site-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .site-nav a {
    min-width: 0;
  }

  .hero__stage {
    width: min(var(--max-width), calc(100% - 1rem));
    padding: 2rem 0;
  }

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

  .hero__blast span {
    font-size: 4.5rem;
    writing-mode: horizontal-tb;
  }

  .hero__visual {
    right: -11rem;
    bottom: 12rem;
    width: 26rem;
    height: 19rem;
    opacity: 0.34;
    box-shadow: 8px 8px 0 var(--ink-steel);
  }

  .hero__content {
    padding-top: 1rem;
  }

  h1 {
    font-size: 3.75rem;
  }

  .hero__line {
    font-size: 1.12rem;
  }

  .hero__actions,
  .contact-links {
    display: grid;
    grid-template-columns: 1fr;
  }

  .command-link,
  .contact-links a {
    width: 100%;
  }

  .status-stack__item {
    grid-template-columns: 2.6rem minmax(0, 1fr);
  }

  .status-pill {
    grid-column: 2;
    width: max-content;
  }

  .section-band {
    padding: 4.5rem 1rem;
  }

  .section-kicker h2,
  .contact h2 {
    font-size: 2.85rem;
  }

  .blog-hero h1,
  .article-header h1 {
    font-size: 3.35rem;
  }

  .about__copy {
    padding-left: 1rem;
    border-left-width: 6px;
  }

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

  .blog-hero__inner,
  .blog-shell,
  .article-layout {
    width: min(var(--max-width), calc(100% - 1rem));
  }

  .article-card__content {
    padding: 1rem;
  }

  .article-card h2 {
    font-size: 2.45rem;
  }

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

  .article-layout {
    padding: 3rem 0 5rem;
  }

  .article-dek {
    font-size: 1.05rem;
  }

  .article-content h2 {
    font-size: 2.2rem;
  }

  .article-content p,
  .article-content li {
    font-size: 1rem;
  }

  .project {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .project::after {
    display: none;
  }

  .project__status {
    flex-direction: row;
    align-items: center;
    min-height: 5.2rem;
    border-right: 0;
    border-bottom: 2px solid var(--ink-steel);
  }

  .status-light {
    width: 2.6rem;
    height: 2.6rem;
  }

  .project__body {
    padding: 1rem;
  }

  .project h3 {
    font-size: 2.6rem;
  }

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

  .project__facts li {
    border-right: 0;
    border-bottom: 2px solid rgba(23, 32, 38, 0.12);
  }

  .project__facts li:last-child {
    border-bottom: 0;
  }

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

@media (max-width: 420px) {
  h1 {
    font-size: 3.05rem;
  }

  .project h3 {
    font-size: 2.15rem;
  }

  .section-kicker h2,
  .contact h2 {
    font-size: 2.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
