/* ============================================================
   lumenthis.css — Lumenthis Labs org site
   Design tokens → resets → page namespaces (.d1 / .ab / .ct / .nf)
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: Geist, ui-sans-serif, system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a { color: inherit; }
img { max-width: 100%; display: block; }

/* ── Design tokens ─────────────────────────────────────────── */
:root {
  /* color */
  --ink:        #0B1F3A;
  --ink-soft:   #1A2A44;
  --gold:       #C99540;
  --gold-soft:  #E6CC8C;
  --text:       #1A1A2E;
  --muted:      #5C6B85;
  --rule:       #D9D2C0;
  --bg:         #FFFFFF;
  --bg-2:       #F8F7F3;
  --surface:    #FFFFFF;
  --surface-2:  #FAF8F1;
  /* type */
  --t-base:     16px;
}

/* ── Responsive wrapper ────────────────────────────────────── */
.site-wrap {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

/* ============================================================
   § HOMEPAGE  (.d1)
   ============================================================ */
.d1 {
  font-family: Geist, "Inter", ui-sans-serif, system-ui, sans-serif;
  color: var(--text);
  background: var(--bg);
  min-height: 100vh;
  font-size: var(--t-base, 16px);
  line-height: 1.55;
  letter-spacing: -0.005em;
  -webkit-font-smoothing: antialiased;
}
.d1 .mono { font-family: "Geist Mono", "JetBrains Mono", ui-monospace, monospace; }
.d1 a { color: inherit; text-decoration: none; }
.d1 .px { padding-left: 80px; padding-right: 80px; }

.d1 nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 28px 80px;
  border-bottom: 1px solid var(--rule);
}
.d1 nav ul {
  display: flex; gap: 32px; list-style: none; padding: 0; margin: 0;
  font-size: 14px; color: var(--muted);
}
.d1 nav ul a:hover { color: var(--ink); }

.d1 .meta-strip {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-bottom: 1px solid var(--rule);
  font-size: 12px;
  font-family: "Geist Mono", ui-monospace, monospace;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.d1 .meta-strip > div {
  padding: 14px 24px;
  border-right: 1px solid var(--rule);
  color: var(--muted);
}
.d1 .meta-strip > div:last-child { border-right: 0; }
.d1 .meta-strip > div b {
  display: block; color: var(--ink); font-weight: 500; margin-top: 4px;
  letter-spacing: 0.02em;
}

.d1 .hero {
  padding: 120px 80px 100px;
  border-bottom: 1px solid var(--rule);
}
.d1 .hero .eyebrow {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 36px;
  display: flex; align-items: center; gap: 12px;
}
.d1 .hero .eyebrow::before {
  content: ''; display: block; width: 24px; height: 1px; background: var(--gold);
}
.d1 .hero h1 {
  font-family: Geist, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500; font-size: 72px; line-height: 1.02;
  letter-spacing: -0.035em; color: var(--ink);
  margin: 0 0 32px;
}
.d1 .hero p {
  max-width: 100%; font-size: 19px; color: var(--muted);
  margin: 0; line-height: 1.55;
}

.d1 .section-head {
  display: grid; grid-template-columns: 200px 1fr;
  gap: 80px;
  padding: 60px 80px 36px;
  align-items: baseline;
}
.d1 .section-head .num {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--muted);
}
.d1 .section-head h2 {
  font-family: Geist, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500; font-size: 36px; line-height: 1.1;
  letter-spacing: -0.025em; color: var(--ink); margin: 0;
}
.d1 .section-head .lede {
  font-size: 16px; color: var(--muted); max-width: 540px;
  margin-top: 12px;
}

.d1 .product {
  display: grid; grid-template-columns: 200px 1fr 1fr 200px;
  gap: 48px;
  padding: 40px 80px;
  border-top: 1px solid var(--rule);
  align-items: start;
}
.d1 .product:last-of-type { border-bottom: 1px solid var(--rule); }
.d1 .product:hover .pname { color: var(--gold); }
.d1 .pcode {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--muted);
}
.d1 .pcode b { color: var(--ink); font-weight: 500; }
.d1 .pname {
  font-family: Geist, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500; font-size: 32px; letter-spacing: -0.025em;
  color: var(--ink); margin: 0 0 6px; transition: color .15s;
}
.d1 .ptag { color: var(--muted); font-size: 15px; margin: 0; }
.d1 .pdesc {
  color: var(--text); font-size: 15px; line-height: 1.6; margin: 0;
  max-width: 480px;
}
.d1 .pmeta {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 11.5px; letter-spacing: 0.04em;
  color: var(--muted); line-height: 1.7;
}
.d1 .pmeta b { color: var(--ink); font-weight: 500; }
.d1 .pmeta .visit {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--ink); margin-top: 14px;
  border-bottom: 1px solid var(--gold); padding-bottom: 2px;
  font-weight: 500; font-size: 12px; letter-spacing: 0.08em;
  text-transform: uppercase;
}
.d1 .pmeta .visit::after { content: '\2192'; transition: transform .15s; }
.d1 .product:hover .visit::after { transform: translateX(4px); }

.d1 .about {
  display: grid; grid-template-columns: 200px 1fr 1fr;
  gap: 80px;
  padding: 100px 80px 80px;
  border-top: 1px solid var(--rule);
}
.d1 .about .num {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--muted);
}
.d1 .about p {
  margin: 0 0 20px; font-size: 18px; line-height: 1.6;
  color: var(--text); max-width: 560px;
}

.d1 footer {
  border-top: 1px solid var(--rule);
  padding: 32px 80px;
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  gap: 24px; align-items: center;
  font-size: 13px; color: var(--muted);
  font-family: "Geist Mono", ui-monospace, monospace;
}
.d1 footer .center {
  display: flex; gap: 16px; justify-content: center; align-items: center;
  color: var(--muted);
}
.d1 footer .center a { color: var(--ink); }
.d1 footer .right { text-align: right; }

/* ============================================================
   § ABOUT  (.ab)
   ============================================================ */
.ab {
  font-family: Geist, ui-sans-serif, system-ui, sans-serif;
  color: var(--text); background: var(--bg);
  min-height: 100vh;
  font-size: var(--t-base, 16px); line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
.ab a { color: inherit; text-decoration: none; }
.ab .mono { font-family: "Geist Mono", ui-monospace, monospace; }

.ab nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 28px 80px; border-bottom: 1px solid var(--rule);
}
.ab nav ul { display: flex; gap: 32px; list-style: none; padding: 0; margin: 0; font-size: 14px; color: var(--muted); }
.ab nav ul a.current { color: var(--ink); }
.ab nav ul a.current::after {
  content: ''; display: block; height: 2px; background: var(--gold); margin-top: 6px;
}

.ab .crumb {
  padding: 24px 80px 0;
  font-family: "Geist Mono", monospace; font-size: 11px;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted);
}
.ab .crumb a:hover { color: var(--ink); }
.ab .crumb .sep { margin: 0 8px; }
.ab .crumb .cur { color: var(--ink); }

.ab .hero {
  padding: 48px 80px 80px;
  border-bottom: 1px solid var(--rule);
}
.ab .hero .eyebrow {
  font-family: "Geist Mono", monospace; font-size: 12px;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold);
  margin-bottom: 28px;
  display: flex; align-items: center; gap: 12px;
}
.ab .hero .eyebrow::before {
  content: ''; width: 24px; height: 1px; background: var(--gold);
}
.ab .hero h1 {
  font-family: Geist, sans-serif; font-weight: 500;
  font-size: 64px; line-height: 1.05; letter-spacing: -0.03em;
  color: var(--ink); margin: 0 0 28px;
}
.ab .hero p {
  font-size: 20px; color: var(--muted); max-width: 100%; margin: 0; line-height: 1.55;
}

.ab .row {
  display: grid; grid-template-columns: 200px 1fr 1fr;
  gap: 80px;
  padding: 64px 80px;
  border-bottom: 1px solid var(--rule);
  align-items: start;
}
.ab .row .num {
  font-family: "Geist Mono", monospace; font-size: 12px;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted);
}
.ab .row h2 {
  font-family: Geist, sans-serif; font-weight: 500;
  font-size: 32px; line-height: 1.15; letter-spacing: -0.025em;
  color: var(--ink); margin: 0 0 16px;
}
.ab .row p {
  font-size: 17px; line-height: 1.65; color: var(--text);
  margin: 0 0 16px; max-width: 560px;
}
.ab .row .pull {
  font-family: "Source Serif 4", Georgia, serif;
  font-style: italic; font-size: 22px; color: var(--ink);
  line-height: 1.4; margin: 0 0 12px;
  padding-left: 20px; border-left: 2px solid var(--gold);
}
.ab .row .pull-attr {
  font-family: "Geist Mono", monospace; font-size: 11px;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted);
  padding-left: 20px;
}

.ab .industries {
  padding: 64px 80px;
  border-bottom: 1px solid var(--rule);
}
.ab .industries .h {
  display: grid; grid-template-columns: 200px 1fr;
  gap: 80px; margin-bottom: 36px; align-items: baseline;
}
.ab .industries h2 {
  font-family: Geist, sans-serif; font-weight: 500;
  font-size: 32px; letter-spacing: -0.025em; color: var(--ink); margin: 0;
}
.ab .industries .grid {
  display: grid; grid-template-columns: 200px repeat(3, 1fr);
  gap: 80px;
}
.ab .industries .cell .lbl {
  font-family: "Geist Mono", monospace; font-size: 11px;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold);
  margin-bottom: 10px;
}
.ab .industries .cell h4 {
  font-family: Geist, sans-serif; font-weight: 500;
  font-size: 22px; letter-spacing: -0.02em; color: var(--ink);
  margin: 0 0 8px;
}
.ab .industries .cell p {
  font-size: 14.5px; line-height: 1.6; color: var(--muted); margin: 0;
}
.ab .industries .cell .link {
  display: inline-block; margin-top: 12px;
  font-family: "Geist Mono", monospace; font-size: 11px;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink); border-bottom: 1px solid var(--gold);
  padding-bottom: 2px;
}

.ab .facts {
  padding: 64px 80px;
  border-bottom: 1px solid var(--rule);
  display: grid; grid-template-columns: 200px 1fr; gap: 80px;
  align-items: start;
}
.ab .facts h2 {
  font-family: Geist, sans-serif; font-weight: 500;
  font-size: 32px; letter-spacing: -0.025em; color: var(--ink); margin: 0;
}
.ab .facts .table {
  font-family: "Geist Mono", monospace; font-size: 13px;
  color: var(--text); width: 100%;
}
.ab .facts .table .r {
  display: grid; grid-template-columns: 200px 1fr;
  padding: 14px 0;
  border-bottom: 1px solid var(--rule);
}
.ab .facts .table .r:first-child { border-top: 1px solid var(--rule); }
.ab .facts .table .l {
  color: var(--muted); font-size: 11px;
  letter-spacing: 0.1em; text-transform: uppercase;
}
.ab .facts .table .v { color: var(--ink); }

.ab .closing {
  padding: 80px;
  border-bottom: 1px solid var(--rule);
  display: grid; grid-template-columns: 200px 1fr; gap: 80px;
}
.ab .closing .num {
  font-family: "Geist Mono", monospace; font-size: 12px;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted);
}
.ab .closing h2 {
  font-family: Geist, sans-serif; font-weight: 500;
  font-size: 28px; letter-spacing: -0.02em; color: var(--ink);
  margin: 0 0 16px;
}
.ab .closing p {
  font-size: 17px; color: var(--text); margin: 0 0 24px; max-width: 600px;
}
.ab .closing .cta {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 18px; border: 1px solid var(--ink);
  font-family: "Geist Mono", monospace; font-size: 11.5px;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink); background: var(--bg);
  transition: background .12s, color .12s;
}
.ab .closing .cta:hover { background: var(--ink); color: var(--bg); }
.ab .closing .cta::after { content: '\2192'; color: var(--gold); }
.ab .closing .cta:hover::after { color: var(--gold-soft); }

.ab footer {
  padding: 32px 80px;
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  font-family: "Geist Mono", monospace;
  font-size: 11.5px; letter-spacing: 0.04em; color: var(--muted);
}
.ab footer .center { display: flex; justify-content: center; gap: 16px; }
.ab footer .center a { color: var(--ink); }
.ab footer .right { text-align: right; }

/* ============================================================
   § CONTACT  (.ct)
   ============================================================ */
.ct {
  font-family: Geist, ui-sans-serif, system-ui, sans-serif;
  color: var(--text); background: var(--bg);
  min-height: 100vh;
  font-size: var(--t-base, 16px); line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
.ct a { color: inherit; text-decoration: none; }
.ct .mono { font-family: "Geist Mono", ui-monospace, monospace; }

.ct nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 28px 80px; border-bottom: 1px solid var(--rule);
}
.ct nav ul { display: flex; gap: 32px; list-style: none; padding: 0; margin: 0; font-size: 14px; color: var(--muted); }
.ct nav ul a.current { color: var(--ink); }
.ct nav ul a.current::after {
  content: ''; display: block; height: 2px; background: var(--gold); margin-top: 6px;
}

.ct .crumb {
  padding: 24px 80px 0;
  font-family: "Geist Mono", monospace; font-size: 11px;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted);
}
.ct .crumb .sep { margin: 0 8px; }
.ct .crumb .cur { color: var(--ink); }

.ct .hero {
  padding: 40px 80px 64px;
  border-bottom: 1px solid var(--rule);
}
.ct .hero .eyebrow {
  font-family: "Geist Mono", monospace; font-size: 12px;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold);
  margin-bottom: 24px;
  display: flex; align-items: center; gap: 12px;
}
.ct .hero .eyebrow::before { content: ''; width: 24px; height: 1px; background: var(--gold); }
.ct .hero h1 {
  font-family: Geist, sans-serif; font-weight: 500;
  font-size: 56px; line-height: 1.05; letter-spacing: -0.03em;
  color: var(--ink); margin: 0 0 24px;
}
.ct .hero p {
  font-size: 19px; color: var(--muted); max-width: 880px; margin: 0;
}

.ct .main {
  display: grid; grid-template-columns: 200px 1fr;
  gap: 80px; padding: 64px 80px;
  border-bottom: 1px solid var(--rule);
  align-items: start;
}
.ct .main .num {
  font-family: "Geist Mono", monospace; font-size: 12px;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted);
}

.ct .email-card .lbl {
  font-family: "Geist Mono", monospace; font-size: 11px;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted);
  margin-bottom: 14px;
}
.ct .email-card .em {
  font-family: Geist, sans-serif; font-weight: 500;
  font-size: 40px; letter-spacing: -0.025em; color: var(--ink);
  display: inline-block; border-bottom: 2px solid var(--gold);
  padding-bottom: 4px;
  margin-bottom: 20px;
}
.ct .email-card .meta {
  font-family: "Geist Mono", monospace; font-size: 12px;
  color: var(--muted); line-height: 1.9;
}
.ct .email-card .meta b { color: var(--ink); font-weight: 500; }
.ct .email-card .meta .row {
  display: flex; gap: 14px; padding: 8px 0;
  border-bottom: 1px solid var(--rule);
}
.ct .email-card .meta .row:first-child { border-top: 1px solid var(--rule); margin-top: 12px; }
.ct .email-card .meta .row .k { width: 130px; color: var(--muted); }

.ct .form .lbl {
  font-family: "Geist Mono", monospace; font-size: 11px;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted);
  margin-bottom: 14px;
}
.ct .form h2 {
  font-family: Geist, sans-serif; font-weight: 500;
  font-size: 24px; letter-spacing: -0.02em; color: var(--ink);
  margin: 0 0 20px;
}
.ct .form .field { margin-bottom: 16px; }
.ct .form .field label {
  display: block;
  font-family: "Geist Mono", monospace; font-size: 10.5px;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted);
  margin-bottom: 6px;
}
.ct .form .field input,
.ct .form .field select,
.ct .form .field textarea {
  width: 100%; box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid var(--rule);
  background: var(--bg);
  font-family: Geist, sans-serif; font-size: 14.5px;
  color: var(--ink);
  outline: none; transition: border-color .12s;
  border-radius: 0;
}
.ct .form .field textarea { resize: vertical; min-height: 100px; }
.ct .form .field input:focus,
.ct .form .field select:focus,
.ct .form .field textarea:focus { border-color: var(--ink); }
.ct .form .field input::placeholder, .ct .form .field textarea::placeholder { color: var(--muted); }
.ct .form .submit {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 22px; border: 1px solid var(--ink);
  background: var(--ink); color: var(--bg);
  font-family: "Geist Mono", monospace; font-size: 12px;
  letter-spacing: 0.1em; text-transform: uppercase;
  cursor: pointer; transition: background .12s, color .12s;
  border-radius: 0;
}
.ct .form .submit::after { content: '\2192'; color: var(--gold); }
.ct .form .submit:hover { background: var(--bg); color: var(--ink); }
.ct .form .legal { margin-top: 14px; font-size: 12px; color: var(--muted); }

.ct .support {
  padding: 64px 80px;
  border-bottom: 1px solid var(--rule);
  display: grid; grid-template-columns: 200px 1fr;
  gap: 80px;
}
.ct .support .num {
  font-family: "Geist Mono", monospace; font-size: 12px;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted);
}
.ct .support h2 {
  font-family: Geist, sans-serif; font-weight: 500;
  font-size: 28px; letter-spacing: -0.02em; color: var(--ink);
  margin: 0 0 8px;
}
.ct .support .lede {
  font-size: 16px; color: var(--muted); margin: 0 0 28px; max-width: 640px;
}
.ct .support .rows {
  display: grid; grid-template-columns: 1fr; gap: 0;
}
.ct .support .pr {
  display: grid; grid-template-columns: 80px 1fr 1fr 1fr;
  gap: 32px; padding: 18px 0;
  border-top: 1px solid var(--rule);
  align-items: center;
}
.ct .support .pr:last-child { border-bottom: 1px solid var(--rule); }
.ct .support .pr .id {
  font-family: "Geist Mono", monospace; font-size: 11px;
  letter-spacing: 0.1em; color: var(--gold);
}
.ct .support .pr .pname {
  font-family: Geist, sans-serif; font-weight: 500;
  font-size: 20px; letter-spacing: -0.02em; color: var(--ink);
}
.ct .support .pr .for {
  font-size: 14px; color: var(--muted);
}
.ct .support .pr .em {
  font-family: "Geist Mono", monospace; font-size: 13px;
  color: var(--ink);
  border-bottom: 1px solid var(--gold); padding-bottom: 2px;
  justify-self: end;
}

.ct footer {
  padding: 32px 80px;
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  font-family: "Geist Mono", monospace;
  font-size: 11.5px; letter-spacing: 0.04em; color: var(--muted);
}
.ct footer .center { display: flex; justify-content: center; gap: 16px; }
.ct footer .center a { color: var(--ink); }
.ct footer .right { text-align: right; }

/* ============================================================
   § 404  (.nf)
   ============================================================ */
.nf {
  font-family: Geist, ui-sans-serif, system-ui, sans-serif;
  color: var(--text); background: var(--bg);
  min-height: 100vh;
  font-size: var(--t-base, 16px); line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  display: flex; flex-direction: column;
}
.nf a { color: inherit; text-decoration: none; }

.nf nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 28px 80px; border-bottom: 1px solid var(--rule);
}
.nf nav ul { display: flex; gap: 32px; list-style: none; padding: 0; margin: 0; font-size: 14px; color: var(--muted); }
.nf nav ul a:hover { color: var(--ink); }

.nf .body {
  flex: 1;
  padding: 100px 80px 80px;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px;
  border-bottom: 1px solid var(--rule);
}

.nf .body .left .code {
  font-family: "Geist Mono", monospace; font-size: 12px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 28px;
  display: flex; align-items: center; gap: 12px;
}
.nf .body .left .code::before { content: ''; width: 24px; height: 1px; background: var(--gold); }

.nf .body .left .big {
  font-family: Geist, sans-serif; font-weight: 500;
  font-size: 220px; line-height: 0.9; letter-spacing: -0.06em;
  color: var(--ink); margin: 0 0 32px;
  display: inline-flex; align-items: baseline;
}
.nf .body .left .big .dot { color: var(--gold); font-size: 0.5em; }

.nf .body .left h1 {
  font-family: Geist, sans-serif; font-weight: 500;
  font-size: 36px; line-height: 1.15; letter-spacing: -0.025em;
  color: var(--ink); margin: 0 0 16px; max-width: 560px;
}
.nf .body .left p {
  font-size: 17px; color: var(--muted); max-width: 520px; margin: 0 0 36px;
}
.nf .body .left .back {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 22px; border: 1px solid var(--ink);
  background: var(--ink); color: var(--bg);
  font-family: "Geist Mono", monospace; font-size: 12px;
  letter-spacing: 0.1em; text-transform: uppercase;
  transition: background .12s, color .12s;
}
.nf .body .left .back::after { content: '\2192'; color: var(--gold); }
.nf .body .left .back:hover { background: var(--bg); color: var(--ink); }

.nf .body .right .lbl {
  font-family: "Geist Mono", monospace; font-size: 11.5px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 16px;
}
.nf .body .right h2 {
  font-family: Geist, sans-serif; font-weight: 500;
  font-size: 22px; letter-spacing: -0.02em; color: var(--ink);
  margin: 0 0 24px;
}
.nf .body .right .links {
  display: grid; grid-template-columns: 1fr; gap: 0;
}
.nf .body .right .lnk {
  display: grid; grid-template-columns: 60px 1fr 24px;
  gap: 24px; align-items: center;
  padding: 20px 0;
  border-top: 1px solid var(--rule);
  transition: padding-left .15s;
}
.nf .body .right .lnk:last-child { border-bottom: 1px solid var(--rule); }
.nf .body .right .lnk:hover { padding-left: 8px; }
.nf .body .right .lnk .id {
  font-family: "Geist Mono", monospace; font-size: 11px;
  letter-spacing: 0.1em; color: var(--gold);
}
.nf .body .right .lnk .info .name {
  font-family: Geist, sans-serif; font-weight: 500;
  font-size: 22px; letter-spacing: -0.02em; color: var(--ink);
  margin-bottom: 2px;
  display: flex; align-items: baseline; gap: 4px;
}
.nf .body .right .lnk .info .name .dot { color: var(--gold); }
.nf .body .right .lnk .info .tag { font-size: 14px; color: var(--muted); }
.nf .body .right .lnk .arr {
  font-family: "Geist Mono", monospace; font-size: 20px;
  color: var(--gold); transition: transform .15s;
}
.nf .body .right .lnk:hover .arr { transform: translateX(4px); }

.nf footer {
  padding: 32px 80px;
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  font-family: "Geist Mono", monospace;
  font-size: 11.5px; letter-spacing: 0.04em; color: var(--muted);
}
.nf footer .center { display: flex; justify-content: center; gap: 16px; }
.nf footer .center a { color: var(--ink); }
.nf footer .right { text-align: right; }