:root {
  --bg: #050705;
  --panel: rgba(7, 10, 7, .88);
  --green: #79b84b;
  --green-soft: #4f7f34;
  --green-faint: rgba(121, 184, 75, .16);
  --amber: #e7a130;
  --amber-faint: rgba(231, 161, 48, .15);
  --text: #d4d0bf;
  --muted: #7a7b6f;
  --line: #355427;
  --line-soft: rgba(74, 111, 53, .46);
  --shadow: 0 0 16px rgba(74, 147, 47, .06);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    linear-gradient(rgba(255,255,255,.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.015) 1px, transparent 1px),
    radial-gradient(circle at 50% -10%, rgba(48,85,36,.12), transparent 35%),
    var(--bg);
  background-size: 24px 24px, 24px 24px, auto, auto;
  font-family: "Courier New", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(to bottom, rgba(255,255,255,.018), rgba(255,255,255,.018) 1px, transparent 1px, transparent 3px);
  mix-blend-mode: screen;
  opacity: .22;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 180px rgba(0,0,0,.9);
}

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

.page-shell { width: min(1520px, calc(100% - 28px)); margin: 12px auto; }
.frame {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(13,18,12,.72), rgba(5,8,5,.88));
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.5), var(--shadow);
}

.site-header {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 10px 18px;
}
.brand { display: flex; align-items: center; gap: 16px; min-width: 0; }
.brand-name {
  color: #bbb9ac;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(28px, 3vw, 44px);
  letter-spacing: .12em;
  line-height: 1;
  text-shadow: 0 0 12px rgba(255,255,255,.05);
}
.brand-rule { width: 1px; height: 32px; background: var(--line); }
.brand-tag { color: var(--green); font-size: 12px; line-height: 1.35; letter-spacing: .04em; }
.cursor-block { display: inline-block; width: .68em; height: .95em; background: var(--green); vertical-align: -.08em; box-shadow: 0 0 8px rgba(121,184,75,.4); }
.nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: clamp(14px, 2.3vw, 34px); color: var(--green); font-size: 14px; }
.nav a { padding: 8px 0 6px; border-bottom: 2px solid transparent; }
.nav a:hover, .nav a.active { color: var(--amber); border-color: var(--amber); }

.grid-2 { display: grid; grid-template-columns: 1.02fr 1.18fr; gap: 20px; }
.hero { padding: 28px 22px 18px; }
.hero-copy { padding: 6px 4px 0; }
.eyebrow { margin: 0 0 12px; color: var(--green-soft); font-size: 12px; letter-spacing: .1em; }
h1 { margin: 0 0 20px; color: var(--green); font-size: clamp(38px, 4.6vw, 70px); line-height: 1.02; letter-spacing: .035em; }
h1 span { color: var(--green); }
.cursor { color: var(--amber); }
.hero-copy > p:not(.eyebrow) { max-width: 64ch; font-size: 17px; line-height: 1.48; }

.cta-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 20px; }
.button {
  min-width: 255px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 68px;
  padding: 10px 18px;
  border: 1px solid var(--green-soft);
  color: var(--green);
  background: linear-gradient(180deg, rgba(24,37,18,.36), rgba(5,8,5,.25));
  letter-spacing: .06em;
  box-shadow: inset 0 0 16px rgba(83,135,53,.05);
}
.button:hover { border-color: var(--green); box-shadow: 0 0 14px rgba(121,184,75,.08), inset 0 0 16px rgba(83,135,53,.07); }
.button.secondary { border-color: #815b20; color: var(--amber); background: linear-gradient(180deg, rgba(47,30,7,.28), rgba(5,8,5,.25)); }
.button small { display: block; margin-top: 7px; font-size: 11px; color: currentColor; opacity: .78; }
.button.compact { min-width: 0; min-height: 56px; flex: 1; padding: 8px 12px; font-size: 12px; }
.button.wide { width: 100%; min-width: 0; margin-top: 18px; }

.network-panel { padding: 14px 16px 12px; min-height: 360px; display: flex; flex-direction: column; }
.panel-title, .section-kicker { color: var(--green); font-size: 15px; letter-spacing: .04em; }
.network-panel img { width: 100%; height: 100%; max-height: 365px; object-fit: contain; filter: drop-shadow(0 0 7px rgba(121,184,75,.10)); }
.network-caption { margin-top: auto; color: var(--green); font-size: 13px; letter-spacing: .08em; }

.info-strip { display: grid; grid-template-columns: 1.2fr .72fr .95fr; gap: 16px; padding: 0 22px 16px; }
.mission-card, .status-card, .quote-card { min-height: 205px; padding: 16px 18px; }
.mission-card { display: grid; grid-template-columns: 78px 1fr; gap: 18px; align-items: center; }
.ascii-icon { color: var(--green); display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 16px; line-height: 1.05; height: 110px; border: 1px solid var(--line-soft); }
h2 { margin: 0 0 12px; color: var(--green); font-size: 19px; letter-spacing: .04em; }
.mission-card h2 { color: var(--amber); }
.mission-card p, .quote-card p { margin: 6px 0; line-height: 1.45; }
.green { color: var(--green); }
.status-list { margin: 4px 0 12px; }
.status-list div { display: grid; grid-template-columns: 1fr auto; gap: 10px; color: var(--green); }
.status-list dt::after { content: "................................"; color: var(--green-soft); opacity: .65; margin-left: 5px; letter-spacing: -.08em; }
.status-list dd { margin: 0; }
.status-line { border-top: 1px solid var(--line); padding-top: 12px; color: var(--green); }
.status-dot { display: inline-block; width: 11px; height: 11px; margin-right: 8px; background: #65b62e; border-radius: 50%; box-shadow: 0 0 8px rgba(101,182,46,.35); }
.status-date { margin-top: 6px; color: var(--green-soft); font-size: 12px; }
.quote-card { position: relative; padding: 20px 54px; }
.quote-mark { position: absolute; left: 16px; top: 8px; color: var(--green-soft); font: 52px/1 Georgia, serif; }
.quote-mark.end { left: auto; right: 14px; top: auto; bottom: 2px; }

.projects-layout { display: grid; grid-template-columns: 2.2fr .8fr; gap: 16px; padding: 0 22px 18px; }
.featured { padding: 16px; }
.section-kicker { margin-bottom: 10px; }
.section-kicker.amber { color: var(--amber); }
.featured-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 22px; }
.artifact-window { min-height: 320px; border: 1px solid #45493d; background: #11130f; color: #a3a092; }
.artifact-bar { display: flex; justify-content: space-between; padding: 8px 10px; border-bottom: 1px solid #45493d; background: #171a14; color: #c7bd94; font-size: 11px; }
.artifact-body { display: grid; grid-template-columns: 92px 1fr; min-height: 286px; }
.artifact-nav { padding: 13px 10px; border-right: 1px solid #45493d; display: flex; flex-direction: column; gap: 7px; }
.artifact-nav span { border: 1px solid #4f5245; padding: 4px 5px; font: 10px Georgia, serif; text-align: center; color: #c3b78e; background: #171815; }
.artifact-content { padding: 28px 24px; font-family: Georgia, "Times New Roman", serif; background: radial-gradient(circle at 50% 0, rgba(112,119,91,.08), transparent 40%); }
.artifact-logo { color: #c5af7f; font-size: clamp(22px, 2.4vw, 38px); letter-spacing: .06em; text-align: center; margin-bottom: 4px; }
.artifact-content > p:first-of-type { text-align: center; font-size: 11px; letter-spacing: .12em; }
.artifact-content hr { border: 0; border-top: 1px solid #45493d; margin: 22px 0; }
.artifact-note { font-size: 12px; color: #7f806f; line-height: 1.5; }
.project-number { margin: 3px 0 4px; color: var(--green-soft); font-size: 12px; }
.project-copy h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(36px, 4vw, 56px); color: var(--green); letter-spacing: .11em; }
.project-copy h3 { margin: 2px 0 12px; color: var(--amber); font-size: 16px; font-weight: normal; }
.project-copy > p { line-height: 1.48; }
.complete { margin-top: 14px; padding: 10px 0; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); color: var(--green); font-size: 12px; }
.complete b { float: right; color: #9f906c; font-weight: normal; }
.project-buttons { display: flex; gap: 12px; margin-top: 14px; }

.all-projects { padding: 16px; }
.all-projects ol { list-style: none; padding: 0; margin: 0; }
.all-projects li { display: grid; grid-template-columns: 52px 1fr auto; gap: 8px; align-items: start; padding: 14px 0; border-bottom: 1px solid var(--line-soft); }
.all-projects .num, .all-projects strong, .online { color: var(--green); }
.all-projects small { display: block; margin-top: 4px; color: #959487; line-height: 1.3; }
.all-projects .muted { opacity: .62; }
.online { align-self: center; font-size: 11px; }

.site-footer { min-height: 44px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 18px; align-items: center; padding: 8px 14px; color: var(--green-soft); font-size: 11px; }
.site-footer > :last-child { text-align: right; }
.prompt { color: var(--green); }
.site-footer a:hover { color: var(--amber); }

@media (max-width: 1050px) {
  .site-header { align-items: flex-start; flex-direction: column; }
  .nav { justify-content: flex-start; }
  .grid-2, .info-strip, .projects-layout { grid-template-columns: 1fr; }
  .network-panel { min-height: 300px; }
  .featured-grid { grid-template-columns: 1fr; }
  .quote-card { min-height: 150px; }
}

@media (max-width: 680px) {
  .page-shell { width: min(100% - 14px, 1520px); margin-top: 7px; }
  .hero, .info-strip, .projects-layout { padding-left: 8px; padding-right: 8px; }
  .hero { padding-top: 18px; }
  .brand { align-items: flex-start; }
  .brand-rule, .brand-tag { display: none; }
  .nav { gap: 12px 18px; font-size: 12px; }
  .mission-card { grid-template-columns: 1fr; }
  .ascii-icon { display: none; }
  .project-buttons { flex-direction: column; }
  .complete b { float: none; display: block; margin-top: 6px; }
  .artifact-body { grid-template-columns: 72px 1fr; }
  .artifact-content { padding: 20px 14px; }
  .site-footer { grid-template-columns: 1fr; text-align: left; }
  .site-footer > :last-child { text-align: left; }
}
