:root {
  --bg: #0d0e10;
  --bg-2: #13151a;
  --bg-3: #191b21;
  --bg-4: #1f222a;
  --ink: #ece9e0;
  --mute: #8a8478;
  --mute-2: #5e5a51;
  --hair: rgba(236, 233, 224, 0.10);
  --hair-soft: rgba(236, 233, 224, 0.06);
  --hair-strong: rgba(236, 233, 224, 0.18);
  --accent: #9bd7a8;
  --accent-glow: rgba(155, 215, 168, 0.35);
  --accent-soft: rgba(155, 215, 168, 0.10);
  --amber: #e1b572;
  --pad: 64px;
  --section: 64px;
}

* { box-sizing: border-box; }

html, body { background: var(--bg); color: var(--ink); margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Geist", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "ss01", "ss03", "cv11";
  min-height: 100vh;
}
::selection { background: var(--accent); color: var(--bg); }

.mono { font-family: "Geist Mono", ui-monospace, monospace; letter-spacing: 0; }
.italic { font-family: "Instrument Serif", "Times New Roman", serif; font-style: italic; font-weight: 400; letter-spacing: -0.02em; }
.eyebrow { font-family: "Geist Mono", ui-monospace, monospace; font-size: 11px; font-weight: 500; letter-spacing: 0.10em; text-transform: uppercase; color: var(--mute); }
.accent { color: var(--accent); }
.glow { text-shadow: 0 0 28px var(--accent-glow); }
.mute { color: var(--mute); }

.page { max-width: 1440px; margin: 0 auto; position: relative; overflow-x: clip; }

/* ──── Nav ──── */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px var(--pad);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: rgba(13, 14, 16, 0.7);
  border-bottom: 1px solid var(--hair);
}
.nav .wm { display: flex; align-items: center; gap: 12px; text-decoration: none; color: inherit; }
.nav .wm .mark {
  width: 24px;
  height: 24px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.nav .wm .mark::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid var(--ink);
  border-radius: 50%;
}
.nav .wm .mark::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 14px var(--accent-glow);
}
.nav .wm .name { font-size: 14px; letter-spacing: -0.005em; white-space: nowrap; }
.nav .wm .name b { font-weight: 500; }
.nav .wm .name span { color: var(--mute); margin-left: 6px; }

.nav .links { display: flex; gap: 2px; }
.nav .links a {
  font-size: 13px;
  padding: 8px 14px;
  border-radius: 99px;
  color: var(--ink);
  text-decoration: none;
  transition: background .25s, color .25s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.nav .links a .num { font-family: "Geist Mono", monospace; font-size: 10px; color: var(--mute); }
.nav .links a:hover { background: var(--bg-2); }

.nav .cta {
  font-size: 13px;
  padding: 9px 16px;
  border: 1px solid var(--hair-strong);
  background: var(--bg-2);
  border-radius: 99px;
  color: var(--ink);
  text-decoration: none;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  transition: border-color .25s, background .25s;
}
.nav .cta:hover { border-color: var(--accent); background: var(--bg-3); }
.nav .cta .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 10px var(--accent-glow);
  animation: pulse 2.4s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.55; transform: scale(0.85); }
}

/* ──── Hero ──── */
.hero { position: relative; padding: 88px var(--pad) 104px; overflow: hidden; }
.grid-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(to right, var(--hair-soft) 1px, transparent 1px),
    linear-gradient(to bottom, var(--hair-soft) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to bottom, black 0%, black 55%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 55%, transparent 100%);
}
.halo {
  position: absolute;
  pointer-events: none;
  background: radial-gradient(closest-side, var(--accent-soft), transparent 70%);
  filter: blur(48px);
  will-change: transform;
  transform: translateZ(0);
}
.hero .halo-1 {
  width: 1200px; height: 1200px; top: -380px; right: -280px; opacity: 0.9;
  background: radial-gradient(circle at center,
    rgba(155, 215, 168, 0.40) 0%,
    rgba(155, 215, 168, 0.16) 28%,
    transparent 58%);
  filter: blur(40px);
}
.hero .halo-2 {
  width: 620px; height: 620px; bottom: -200px; left: -120px; opacity: 0.55;
  background: radial-gradient(circle at center,
    rgba(79, 115, 70, 0.45) 0%,
    transparent 55%);
  filter: blur(90px);
}
.hero .halo-3 {
  width: 600px; height: 600px; top: -140px; right: -60px; opacity: 0.85;
  background: radial-gradient(circle at center,
    rgba(200, 240, 210, 0.45) 0%,
    rgba(155, 215, 168, 0.22) 25%,
    transparent 60%);
  filter: blur(60px);
  mix-blend-mode: screen;
}
.hero .halo-4 {
  width: 480px; height: 480px; top: 40px; right: 200px; opacity: 0.7;
  background: radial-gradient(circle at center,
    rgba(225, 181, 114, 0.18) 0%,
    transparent 55%);
  filter: blur(80px);
  mix-blend-mode: screen;
}
.hero .halo-5 {
  width: 820px; height: 360px; top: -100px; left: 22%; opacity: 0.5;
  background: radial-gradient(ellipse at center,
    rgba(155, 215, 168, 0.22) 0%,
    transparent 65%);
  filter: blur(70px);
}

.hero .top {
  display: flex;
  gap: 14px;
  align-items: baseline;
  margin-bottom: 36px;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}
.hero .pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 12px;
  border: 1px solid var(--hair-strong);
  border-radius: 99px;
  background: rgba(236, 233, 224, 0.02);
  font-family: "Geist Mono", monospace;
  font-size: 11px;
  color: var(--mute);
  letter-spacing: 0.02em;
}
.hero .pill .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 10px var(--accent-glow);
}
.hero .pill.alt { color: var(--ink); }
.hero .pill .arrow { color: var(--mute); transition: transform .25s; }
.hero .pill:hover .arrow { transform: translateX(3px); }

.hero .row { display: flex; flex-direction: column; gap: 56px; position: relative; z-index: 1; }
.hero h1 {
  font-size: clamp(40px, 6.4vw, 92px);
  line-height: 0.96;
  letter-spacing: -0.035em;
  font-weight: 400;
  margin: 0;
  max-width: 1280px;
}
.hero .col-r {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: end;
  padding-top: 32px;
  border-top: 1px solid var(--hair);
}
.hero .col-r .lede { font-size: 16px; line-height: 1.55; max-width: 480px; color: var(--ink); margin: 0; }
.hero .col-r .lede em { color: var(--mute); font-style: normal; }
.hero .col-r .meta { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 24px; }
.hero .col-r .meta .k {
  font-family: "Geist Mono", monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--mute);
  margin-bottom: 4px;
}
.hero .col-r .meta .v { font-size: 14px; }

/* ──── Practice strip ──── */
.practice {
  padding: 0 var(--pad) var(--section);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--hair);
}
.practice .c { padding: 28px 24px; border-right: 1px solid var(--hair); }
.practice .c:last-child { border-right: 0; }
.practice .c .n {
  font-family: "Geist Mono", monospace;
  font-size: 10px;
  color: var(--mute);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: block;
}
.practice .c h4 {
  font-size: 18px;
  letter-spacing: -0.015em;
  font-weight: 500;
  margin: 0 0 8px;
  line-height: 1.2;
}
.practice .c p { font-size: 13px; color: var(--mute); line-height: 1.5; margin: 0; }

/* ──── Section heads ──── */
.sec-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 32px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--hair);
  gap: 24px;
}
.sec-head h2 {
  font-size: clamp(24px, 3vw, 36px);
  letter-spacing: -0.025em;
  font-weight: 400;
  margin: 0;
  white-space: nowrap;
}
.sec-head h2 .num {
  font-family: "Geist Mono", monospace;
  font-size: 13px;
  color: var(--mute);
  vertical-align: middle;
  margin-right: 14px;
}
.sec-head .right {
  font-size: 12px;
  color: var(--mute);
  font-family: "Geist Mono", monospace;
  letter-spacing: 0.04em;
}

/* ──── Now / Spotlight ──── */
.now { padding: 0 var(--pad) var(--section); }
.now .card {
  background: linear-gradient(180deg, var(--bg-2) 0%, #131418 100%);
  border: 1px solid var(--hair);
  border-radius: 18px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
  align-items: stretch;
}
.now .card::before {
  content: "";
  position: absolute;
  top: -160px;
  right: -160px;
  width: 420px;
  height: 420px;
  background: radial-gradient(closest-side, var(--accent-glow), transparent 70%);
  filter: blur(40px);
}
.now .l { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 18px; }
.now .l .top-row { display: flex; gap: 12px; align-items: center; }
.now .l .top-row .badge {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 5px 12px;
  border: 1px solid var(--hair-strong);
  border-radius: 99px;
  font-size: 11px;
  color: var(--mute);
  font-family: "Geist Mono", monospace;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.now .l .top-row .badge .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--amber);
}
.now .l h2 {
  font-size: clamp(36px, 4vw, 56px);
  letter-spacing: -0.03em;
  line-height: 1;
  margin: 0;
  font-weight: 400;
}
.now .l h2 .accent { color: var(--accent); text-shadow: 0 0 24px var(--accent-glow); }
.now .l p { font-size: 16px; line-height: 1.55; max-width: 480px; margin: 0; }
.now .l .actions { display: flex; gap: 10px; margin-top: 8px; flex-wrap: wrap; }
.now .l .actions a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 18px;
  border-radius: 99px;
  text-decoration: none;
  font-size: 13px;
  transition: all .25s;
  cursor: pointer;
  white-space: nowrap;
}
.now .l .actions a.primary { background: var(--accent); color: var(--bg); font-weight: 500; }
.now .l .actions a.primary:hover { background: #bce6c4; box-shadow: 0 0 24px var(--accent-glow); }
.now .l .actions a.ghost { border: 1px solid var(--hair-strong); color: var(--ink); }
.now .l .actions a.ghost:hover { border-color: var(--ink); }
.now .l .stat-row {
  display: flex;
  gap: 32px;
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid var(--hair);
  flex-wrap: wrap;
}
.now .l .stat-row .stat .v { font-size: 24px; letter-spacing: -0.015em; }
.now .l .stat-row .stat .v .accent { color: var(--accent); }
.now .l .stat-row .stat .k {
  font-family: "Geist Mono", monospace;
  font-size: 10px;
  color: var(--mute);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 2px;
}

.now .preview {
  position: relative;
  z-index: 1;
  background: var(--bg);
  border: 1px solid var(--hair);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-family: "Geist Mono", monospace;
  font-size: 11px;
}
.now .preview .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--mute);
  padding-bottom: 12px;
  border-bottom: 1px solid var(--hair);
}
.now .preview .head .dots { display: flex; gap: 5px; }
.now .preview .head .dots span { width: 8px; height: 8px; border-radius: 50%; background: var(--bg-3); }
.now .preview .lines { display: flex; flex-direction: column; gap: 8px; }
.now .preview .ln { display: flex; gap: 10px; align-items: center; }
.now .preview .ln .n { color: var(--mute); width: 18px; }
.now .preview .ln .lbl { color: var(--ink); width: 88px; font-size: 10px; letter-spacing: 0; white-space: nowrap; }
.now .preview .ln .bar { height: 10px; border-radius: 2px; background: var(--bg-3); flex: 1; max-width: 50%; }
.now .preview .ln .v { color: var(--mute); margin-left: auto; }
.now .preview .ln.in .bar { background: linear-gradient(90deg, var(--accent), transparent); }
.now .preview .ln.in .v { color: var(--accent); }
.now .preview .foot {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid var(--hair);
  color: var(--mute);
}
.now .preview .foot b { color: var(--ink); font-weight: 500; }

/* ──── Projects ──── */
.proj { padding: 0 var(--pad) var(--section); }
.proj .grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.proj .p {
  background: var(--bg-2);
  border: 1px solid var(--hair);
  border-radius: 14px;
  padding: 28px;
  position: relative;
  transition: border-color .3s, transform .3s;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 0;
  cursor: pointer;
}
.proj .p:hover { border-color: rgba(155, 215, 168, 0.4); transform: translateY(-2px); }
.proj .p::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  opacity: 0;
  transition: opacity .3s;
}
.proj .p:hover::after { opacity: 0.6; }
.proj .p .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
}
.proj .p .top .l { display: flex; gap: 10px; align-items: center; }
.proj .p .top .no {
  font-family: "Geist Mono", monospace;
  font-size: 11px;
  color: var(--mute);
  border: 1px solid var(--hair);
  padding: 3px 7px;
  border-radius: 4px;
}
.proj .p .top .tag {
  font-family: "Geist Mono", monospace;
  font-size: 11px;
  color: var(--mute);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.proj .p .top .stat {
  font-size: 11px;
  color: var(--mute);
  display: inline-flex;
  gap: 6px;
  align-items: center;
  font-family: "Geist Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.proj .p .top .stat .dot { width: 7px; height: 7px; border-radius: 50%; }
.proj .p .top .stat.live .dot { background: var(--accent); box-shadow: 0 0 8px var(--accent-glow); }
.proj .p .top .stat.build .dot { background: var(--amber); }
.proj .p .name {
  font-size: clamp(24px, 2.4vw, 32px);
  letter-spacing: -0.025em;
  font-weight: 400;
  margin: 0 0 12px;
}
.proj .p .desc { font-size: 14px; line-height: 1.55; color: var(--mute); margin: 0; max-width: 440px; }
.proj .p .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid var(--hair);
  font-size: 12px;
  color: var(--mute);
  gap: 12px;
}
.proj .p .bottom .role {
  font-family: "Geist Mono", monospace;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 11px;
}
.proj .p .bottom .go {
  color: var(--ink);
  display: inline-flex;
  gap: 6px;
  align-items: center;
  transition: gap .25s, color .25s;
  font-size: 13px;
}
.proj .p:hover .bottom .go { gap: 10px; color: var(--accent); }

/* ──── Tools ──── */
.tools { padding: 0 var(--pad) var(--section); }
.tools .grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.tools .t {
  background: var(--bg-2);
  border: 1px solid var(--hair);
  border-radius: 14px;
  padding: 24px;
  position: relative;
  transition: border-color .3s, transform .3s;
  cursor: pointer;
}
.tools .t:hover { border-color: var(--hair-strong); transform: translateY(-1px); }
.tools .t .icn {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--bg-3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border: 1px solid var(--hair);
  color: var(--accent);
}
.tools .t .icn svg { width: 18px; height: 18px; }
.tools .t .n { font-size: 18px; letter-spacing: -0.015em; font-weight: 500; margin: 0 0 6px; }
.tools .t .d { font-size: 13px; color: var(--mute); margin: 0; line-height: 1.5; }
.tools .t .s {
  position: absolute;
  top: 18px;
  right: 18px;
  font-family: "Geist Mono", monospace;
  font-size: 10px;
  color: var(--mute);
  padding: 3px 8px;
  border: 1px solid var(--hair);
  border-radius: 99px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.tools .t .s.live { color: var(--accent); border-color: rgba(155, 215, 168, 0.3); }

/* ──── About + facts ──── */
.about {
  padding: 0 var(--pad) var(--section);
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  border-top: 1px solid var(--hair);
  padding-top: var(--section);
}
.about .bio h2 {
  font-size: clamp(24px, 3vw, 36px);
  letter-spacing: -0.025em;
  font-weight: 400;
  margin: 0 0 20px;
}
.about .bio h2 .num {
  font-family: "Geist Mono", monospace;
  font-size: 13px;
  color: var(--mute);
  margin-right: 14px;
  vertical-align: middle;
}
.about .bio p { font-size: 15px; line-height: 1.6; margin: 0 0 14px; max-width: 540px; }
.about .bio p.mute { color: var(--mute); }
.about .facts { display: flex; flex-direction: column; gap: 0; padding-top: 70px; }
.about .facts .row {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 24px;
  padding: 14px 0;
  border-bottom: 1px dashed var(--hair);
}
.about .facts .row:first-child { border-top: 1px dashed var(--hair); }
.about .facts .row .k {
  font-family: "Geist Mono", monospace;
  font-size: 11px;
  color: var(--mute);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding-top: 2px;
}
.about .facts .row .v { font-size: 14px; }

/* ──── Principles / Direction ──── */
.direction { padding: 0 var(--pad) var(--section); }
.direction .grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.direction .p {
  background: var(--bg-2);
  border: 1px solid var(--hair);
  border-radius: 14px;
  padding: 28px;
  position: relative;
  transition: border-color .3s, transform .3s;
}
.direction .p:hover { border-color: var(--hair-strong); transform: translateY(-1px); }
.direction .p .n {
  font-family: "Geist Mono", monospace;
  font-size: 11px;
  color: var(--mute);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
  display: block;
}
.direction .p .n .accent { color: var(--accent); }
.direction .p h4 {
  font-size: 22px;
  letter-spacing: -0.02em;
  font-weight: 400;
  margin: 0 0 12px;
  line-height: 1.2;
}
.direction .p h4 .italic { color: var(--mute); }
.direction .p p { font-size: 14px; line-height: 1.55; color: var(--mute); margin: 0; }

/* ──── Notes ──── */
.notes { padding: 0 var(--pad) var(--section); }
.notes .nrow {
  display: grid;
  grid-template-columns: 140px 1fr 120px 50px;
  gap: 18px;
  padding: 22px 14px;
  align-items: center;
  border-radius: 10px;
  transition: background .25s;
  border-bottom: 1px solid var(--hair-soft);
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.notes .nrow:hover { background: var(--bg-2); }
.notes .nrow .d { font-family: "Geist Mono", monospace; font-size: 12px; color: var(--mute); }
.notes .nrow .t { font-size: 20px; letter-spacing: -0.015em; }
.notes .nrow .tg {
  font-family: "Geist Mono", monospace;
  font-size: 11px;
  color: var(--mute);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.notes .nrow .ar { text-align: right; color: var(--mute); transition: color .25s, transform .25s; }
.notes .nrow:hover .ar { color: var(--accent); transform: translateX(3px); }

/* ──── Signup ──── */
.sig {
  padding: var(--section) var(--pad);
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--hair);
}
.sig .halo {
  width: 760px;
  height: 420px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}
.sig .inner {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.sig h3 {
  font-size: clamp(28px, 3.4vw, 44px);
  letter-spacing: -0.03em;
  font-weight: 400;
  margin: 0;
  line-height: 1.05;
}
.sig p { font-size: 14px; color: var(--mute); margin: 0; max-width: 480px; line-height: 1.55; }
.sig .form {
  display: flex;
  gap: 8px;
  width: 100%;
  max-width: 480px;
  margin-top: 14px;
  border: 1px solid var(--hair-strong);
  border-radius: 99px;
  padding: 6px 6px 6px 22px;
  background: var(--bg-2);
  transition: border-color .25s, box-shadow .25s;
}
.sig .form:focus-within { border-color: var(--accent); box-shadow: 0 0 0 4px var(--accent-soft); }
.sig .form input {
  flex: 1;
  background: transparent;
  border: 0;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  outline: none;
  min-width: 0;
}
.sig .form input::placeholder { color: var(--mute); }
.sig .form button {
  padding: 10px 22px;
  background: var(--accent);
  color: var(--bg);
  border: 0;
  border-radius: 99px;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 500;
  transition: background .25s, box-shadow .25s;
}
.sig .form button:hover { background: #bce6c4; box-shadow: 0 0 18px var(--accent-glow); }
.sig .form-msg {
  font-family: "Geist Mono", monospace;
  font-size: 12px;
  color: var(--accent);
  min-height: 16px;
  margin: 0;
}

/* ──── Footer ──── */
.foot {
  padding: 48px var(--pad) 32px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 32px;
  border-top: 1px solid var(--hair);
}
.foot h5 {
  margin: 0 0 16px;
  font-family: "Geist Mono", monospace;
  font-size: 11px;
  color: var(--mute);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.foot .lg {
  font-family: "Instrument Serif", serif;
  font-style: italic;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
}
.foot .since {
  font-family: "Geist Mono", monospace;
  font-size: 11px;
  color: var(--mute);
  letter-spacing: 0.04em;
}
.foot a {
  color: var(--ink);
  text-decoration: none;
  display: block;
  padding: 4px 0;
  font-size: 13px;
  transition: color .25s;
}
.foot a:hover { color: var(--accent); }
.foot .foot-line {
  display: block;
  padding: 4px 0;
  font-size: 13px;
  color: var(--ink);
}
.foot .copy {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
  margin-top: 8px;
  border-top: 1px solid var(--hair);
  color: var(--mute);
  font-size: 12px;
  font-family: "Geist Mono", monospace;
  letter-spacing: 0.04em;
  flex-wrap: wrap;
  gap: 12px;
}

/* ──── Responsive ──── */
@media (max-width: 1100px) {
  :root { --pad: 40px; --section: 56px; }
  .nav .links { display: none; }
  .hero { padding-top: 64px; padding-bottom: 80px; }
  .hero .col-r { grid-template-columns: 1fr; gap: 32px; }
  .now .card { grid-template-columns: 1fr; padding: 32px; gap: 32px; }
  .practice { grid-template-columns: repeat(2, 1fr); }
  .practice .c:nth-child(2) { border-right: 0; }
  .practice .c:nth-child(1), .practice .c:nth-child(2) { border-bottom: 1px solid var(--hair); }
  .proj .grid { grid-template-columns: 1fr; }
  .tools .grid { grid-template-columns: 1fr 1fr; }
  .about { grid-template-columns: 1fr; gap: 32px; }
  .about .facts { padding-top: 0; }
  .direction .grid { grid-template-columns: 1fr; }
  .foot { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  :root { --pad: 24px; --section: 48px; }
  .nav { padding: 12px var(--pad); }
  .nav .wm .name span { display: none; }
  .nav .cta { padding: 8px 12px; font-size: 12px; }
  .hero { padding-top: 48px; padding-bottom: 64px; }
  .hero h1 { font-size: clamp(36px, 9vw, 56px); }
  .hero .col-r .meta { grid-template-columns: 1fr; }
  .practice { grid-template-columns: 1fr; }
  .practice .c { border-right: 0 !important; border-bottom: 1px solid var(--hair); padding: 22px 0; }
  .practice .c:last-child { border-bottom: 0; }
  .now .card { padding: 24px; }
  .now .preview .ln .lbl { width: 70px; }
  .tools .grid { grid-template-columns: 1fr; }
  .notes .nrow { grid-template-columns: 1fr auto; gap: 8px; padding: 18px 8px; }
  .notes .nrow .d { font-size: 11px; grid-column: 1; grid-row: 1; }
  .notes .nrow .t { font-size: 17px; grid-column: 1 / -1; grid-row: 2; }
  .notes .nrow .tg { grid-column: 2; grid-row: 1; }
  .notes .nrow .ar { display: none; }
  .foot { grid-template-columns: 1fr; }
  .foot .lg { font-size: 36px; }
  .foot .copy { flex-direction: column; }
  .sec-head { flex-direction: column; align-items: flex-start; gap: 8px; }
  .sec-head h2 { white-space: normal; }
}

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