:root{--bg:#0f172a;--bg-soft:#111c31;--panel:#1e293b;--panel-glass:rgba(30,41,59,.74);--text:#f1f5f9;--muted:#94a3b8;--muted-strong:#cbd5e1;--cyan:#38bdf8;--blue:#0ea5e9;--magenta:#d946ef;--green:#34d399;--amber:#f59e0b;--line:rgba(148,163,184,.2);--line-strong:rgba(56,189,248,.42);--shadow:0 24px 70px rgba(2,6,23,.42);--radius:18px;--max:1200px;--pad:clamp(1rem,3vw,1.6rem)}
*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:clip}
body{margin:0;min-height:100vh;color:var(--text);font-family:"Aptos","Segoe UI Variable","Segoe UI",Arial,sans-serif;background:radial-gradient(circle at 16% 0,rgba(56,189,248,.18),transparent 28rem),radial-gradient(circle at 86% 8%,rgba(217,70,239,.13),transparent 26rem),linear-gradient(180deg,var(--bg),#101a2e 48%,#08111f);line-height:1.65;overflow-x:clip}
body:before{content:"";position:fixed;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(148,163,184,.045) 1px,transparent 1px),linear-gradient(180deg,rgba(148,163,184,.035) 1px,transparent 1px);background-size:58px 58px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.7),transparent 76%);mask-image:linear-gradient(180deg,rgba(0,0,0,.7),transparent 76%);pointer-events:none}
a{color:var(--cyan);text-decoration:none}
a:hover{color:#7dd3fc;text-decoration:underline}
img{max-width:100%;height:auto}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{color:var(--text);line-height:1.06}
h1{font-size:clamp(2.45rem,6vw,5.8rem);max-width:13ch;letter-spacing:0;margin-bottom:1rem}
h2{font-size:clamp(1.5rem,3vw,2.65rem);letter-spacing:0}
h3{font-size:1.08rem}
p{color:var(--muted);margin-bottom:1rem}
.lead{font-size:clamp(1.05rem,1.8vw,1.24rem);color:var(--muted-strong);max-width:70ch}
.eyebrow{color:var(--cyan);font-size:.76rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase;margin-bottom:.7rem}
.skip-link{position:absolute;left:1rem;top:-5rem;z-index:999;background:var(--cyan);color:#06111f;border-radius:999px;padding:.8rem 1rem;font-weight:900}
.skip-link:focus{top:1rem}
:focus-visible{outline:3px solid rgba(56,189,248,.9);outline-offset:4px}
.site-header{position:sticky;top:0;z-index:50;background:rgba(15,23,42,.84);border-bottom:1px solid rgba(56,189,248,.22);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 10px 30px rgba(2,6,23,.26)}
.site-header:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:linear-gradient(90deg,transparent,var(--cyan),var(--magenta),transparent)}
.nav{max-width:var(--max);margin:auto;padding:.85rem var(--pad);display:flex;align-items:center;justify-content:space-between;gap:1rem}
.brand{display:grid;grid-template-columns:44px auto;grid-template-rows:auto auto;gap:0 .75rem;color:var(--text);font-weight:950}
.brand:hover{text-decoration:none}
.brand img{grid-row:1/3;border-radius:14px;border:1px solid rgba(56,189,248,.34);background:#0b1220;box-shadow:0 0 28px rgba(56,189,248,.16)}
.brand small{color:var(--muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.1em}
.nav-links{display:flex;align-items:center;gap:.2rem}
.nav-links a{padding:.58rem .82rem;border:1px solid transparent;border-radius:999px;color:var(--muted-strong);font-weight:850}
.nav-links a:hover,.nav-links a[aria-current="page"]{background:rgba(56,189,248,.12);border-color:rgba(56,189,248,.3);color:var(--text);text-decoration:none}
.nav-toggle{display:none;border:1px solid var(--line-strong);border-radius:999px;background:rgba(15,23,42,.96);color:var(--text);padding:.65rem .9rem;font:inherit;font-weight:900}
.hero,.page,.section,.site-footer{max-width:var(--max);margin-inline:auto;padding-inline:var(--pad)}
.hero{min-height:calc(100svh - 74px);display:grid;align-items:center;padding-block:clamp(3rem,8vw,7rem)}
.page{padding-block:clamp(2.2rem,5vw,4.5rem)}
.section{padding-block:clamp(2.8rem,6vw,5rem)}
.hero-grid,.page-hero-grid{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(320px,.76fr);gap:clamp(1.4rem,4vw,3.2rem);align-items:center}
.hero-copy:before{content:"";display:block;width:108px;height:4px;border-radius:999px;background:linear-gradient(90deg,var(--cyan),var(--magenta));box-shadow:0 0 26px rgba(56,189,248,.36);margin-bottom:1.35rem}
.actions{display:flex;gap:.75rem;flex-wrap:wrap}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:.78rem 1.05rem;border:1px solid rgba(148,163,184,.26);border-radius:999px;background:rgba(30,41,59,.78);color:var(--text);font-weight:900;box-shadow:0 12px 30px rgba(2,6,23,.24);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.button:hover{transform:translateY(-2px);border-color:rgba(56,189,248,.56);box-shadow:0 18px 42px rgba(2,6,23,.32),0 0 22px rgba(56,189,248,.14);text-decoration:none}
.button.primary{border-color:rgba(56,189,248,.64);background:linear-gradient(135deg,var(--blue),#2563eb 58%,var(--magenta));box-shadow:0 20px 52px rgba(14,165,233,.24),0 0 28px rgba(217,70,239,.14)}
.section-head{max-width:830px;margin-bottom:2rem}
.evidence-console,.evidence-rail,.resume-card,.contact-console,.capability-card,.metric,.project-panel,.proof-chip,.dashboard-grid article{position:relative;border:1px solid var(--line);border-radius:var(--radius);background:radial-gradient(circle at 92% 10%,rgba(217,70,239,.12),transparent 15rem),linear-gradient(180deg,rgba(30,41,59,.82),rgba(15,23,42,.9));box-shadow:var(--shadow);overflow:hidden}
.evidence-console:before,.evidence-rail:before,.resume-card:before,.contact-console:before,.capability-card:before,.metric:before,.project-panel:before,.proof-chip:before,.dashboard-grid article:before{content:"";position:absolute;left:0;right:0;top:0;height:2px;background:linear-gradient(90deg,var(--cyan),var(--magenta),transparent)}
.console-bar{display:flex;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;border-bottom:1px solid var(--line);color:var(--muted-strong);text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:900}
.signal-stack{display:grid;gap:.75rem;padding:1rem}
.signal-stack a{display:grid;grid-template-columns:3.2rem 1fr;gap:.8rem;align-items:center;padding:.85rem;border:1px solid rgba(148,163,184,.14);border-radius:14px;background:rgba(15,23,42,.56);color:var(--text)}
.signal-stack a:hover{text-decoration:none;border-color:rgba(56,189,248,.38)}
.signal-stack b{grid-row:1/3;display:grid;place-items:center;min-height:2.6rem;border:1px solid rgba(56,189,248,.28);border-radius:12px;background:rgba(56,189,248,.1);color:#bae6fd}
.signal-stack span{font-weight:950}
.signal-stack em{font-style:normal;color:var(--muted);font-size:.9rem}
.evidence-rail,.resume-card,.contact-console{padding:1.2rem}
.check-list,.resume-card ul{margin:0;padding:0;list-style:none;display:grid;gap:.7rem}
.check-list li,.resume-card li{padding-left:1.25rem;position:relative;color:var(--muted-strong)}
.check-list li:before,.resume-card li:before{content:"";position:absolute;left:0;top:.68rem;width:.45rem;height:.45rem;border-radius:50%;background:var(--cyan);box-shadow:0 0 14px rgba(56,189,248,.55)}
.capability-grid,.metric-grid,.dashboard-grid{display:grid;gap:1rem}
.capability-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.capability-card,.metric,.dashboard-grid article{padding:1.15rem}
.capability-card span,.tile-code,.chip-kind{display:inline-flex;color:var(--cyan);font-weight:950;text-transform:uppercase;letter-spacing:.1em;font-size:.72rem;margin-bottom:.55rem}
.capability-card a,.proof-links a,.evidence-link,.contact-console a{display:inline-flex;margin-top:.35rem;padding:.52rem .72rem;border:1px solid rgba(56,189,248,.24);border-radius:999px;background:rgba(56,189,248,.08);font-weight:880;color:#dff6ff}
.metric strong{display:block;font-size:clamp(2rem,5vw,3.35rem);line-height:1;letter-spacing:0}
.metric span{color:var(--muted-strong);font-weight:850}
.pipeline{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;list-style:none;margin:0;padding:0}
.pipeline li{border:1px solid var(--line);border-radius:var(--radius);background:rgba(15,23,42,.66);padding:1rem}
.pipeline b{display:block;color:var(--text);font-size:1.45rem}
.pipeline span{color:var(--muted)}
.project-systems{display:grid;gap:1rem}
.project-panel{padding:1.2rem}
.proof-links{display:flex;flex-wrap:wrap;gap:.55rem}
.proof-stream{display:grid;gap:1rem}
.proof-chip{padding:1.1rem}
.proof-chip.verified{border-color:rgba(52,211,153,.24)}
.proof-chip.limitation{border-color:rgba(245,158,11,.38)}
.proof-chip p{margin-bottom:.85rem}
.evidence-link{display:flex;justify-content:space-between;gap:1rem;align-items:center;text-decoration:none}
.evidence-link span{color:var(--muted);text-transform:uppercase;font-size:.7rem;letter-spacing:.1em}
.resume-timeline{display:grid;gap:1rem}
.resume-timeline article{padding:1.1rem;border:1px solid var(--line);border-radius:var(--radius);background:rgba(15,23,42,.62)}
.resume-timeline time{color:var(--cyan);font-weight:950;text-transform:uppercase;letter-spacing:.1em;font-size:.76rem}
.contact-console{display:grid;gap:.7rem}
.contact-console a{margin:0}
.site-footer{padding-block:2.2rem;border-top:1px solid rgba(148,163,184,.12)}
.footer-links{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.8rem}
.footer-links a{color:var(--muted-strong);font-weight:850}
.footer-meta{color:var(--muted);max-width:82ch}
.reveal{opacity:0;transform:translateY(14px);transition:opacity .5s ease,transform .5s ease}
.reveal.is-visible{opacity:1;transform:none}
code{color:#bae6fd;background:rgba(56,189,248,.1);border:1px solid rgba(56,189,248,.18);padding:.12rem .28rem;border-radius:8px}
@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:1ms!important;transition-duration:1ms!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}
@media (max-width:980px){.nav{align-items:flex-start}.nav-toggle{display:inline-flex}.nav-links{position:absolute;inset:calc(100% + 1px) var(--pad) auto;display:none;flex-direction:column;align-items:stretch;border:1px solid var(--line);border-radius:18px;background:rgba(15,23,42,.98);padding:.6rem;box-shadow:var(--shadow)}.nav-links.open{display:flex}.hero-grid,.page-hero-grid{grid-template-columns:1fr}.metric-grid{grid-template-columns:repeat(2,1fr)}.pipeline{grid-template-columns:repeat(2,1fr)}}
@media (max-width:640px){body{font-size:15.5px}h1{font-size:clamp(2.25rem,12vw,3.8rem);max-width:12ch}.actions,.button{width:100%}.capability-grid,.metric-grid,.dashboard-grid,.pipeline{grid-template-columns:1fr}.brand{grid-template-columns:38px auto}.brand img{width:38px;height:38px}.project-panel,.proof-chip{padding:1rem}.evidence-link{align-items:flex-start;flex-direction:column}}

/* Homepage evidence-first improvement pass */
.proof-chain {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 1rem;
  padding: .75rem;
  border: 1px solid rgba(217, 70, 239, .24);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(14, 165, 233, .12), rgba(217, 70, 239, .10)),
    rgba(15, 23, 42, .72);
  box-shadow:
    0 14px 34px rgba(2, 6, 23, .28),
    0 0 24px rgba(217, 70, 239, .10);
}

.proof-chain span {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: var(--muted-strong);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.proof-chain span:not(:last-child)::after {
  content: "→";
  color: var(--magenta);
  margin-left: .45rem;
}

.signal em {
  display: inline-flex;
  width: fit-content;
  margin-top: .45rem;
  color: #f0abfc;
  font-size: .72rem;
  font-style: normal;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.evidence-chips {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin: .25rem 0 .75rem;
}

.evidence-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: .26rem .55rem;
  border: 1px solid rgba(56, 189, 248, .22);
  border-radius: 999px;
  background: rgba(15, 23, 42, .56);
  color: var(--muted-strong);
  font-size: .72rem;
  font-weight: 850;
}

.scope-note-section {
  padding-top: 48px;
}

.scope-note-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(217, 70, 239, .24);
  border-radius: calc(var(--radius) + 6px);
  background:
    radial-gradient(circle at top right, rgba(217, 70, 239, .16), transparent 34%),
    linear-gradient(180deg, rgba(30, 41, 59, .78), rgba(15, 23, 42, .86));
  box-shadow:
    0 20px 48px rgba(2, 6, 23, .34),
    0 0 30px rgba(217, 70, 239, .10);
  padding: clamp(1.1rem, 3vw, 1.6rem);
}

.scope-note-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--magenta), transparent);
}

.scope-note-card p:last-child {
  margin-bottom: 0;
  color: var(--muted-strong);
}

@media (max-width: 620px) {
  .proof-chain {
    border-radius: calc(var(--radius) + 6px);
  }

  .proof-chain span {
    width: 100%;
    justify-content: space-between;
  }

  .proof-chain span:not(:last-child)::after {
    margin-left: auto;
  }
}

/* Homepage visible proof polish */
.proof-chain {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 1rem;
  padding: .75rem;
  border: 1px solid rgba(217, 70, 239, .28);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(14, 165, 233, .14), rgba(217, 70, 239, .12)),
    rgba(15, 23, 42, .78);
  box-shadow:
    0 14px 34px rgba(2, 6, 23, .28),
    0 0 24px rgba(217, 70, 239, .12);
}

.proof-chain span {
  color: var(--muted-strong);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.proof-chain span:not(:last-child)::after {
  content: "→";
  color: var(--magenta);
  margin-left: .55rem;
}

.evidence-chips {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin: .25rem 0 .75rem;
}

.evidence-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: .26rem .55rem;
  border: 1px solid rgba(56, 189, 248, .22);
  border-radius: 999px;
  background: rgba(15, 23, 42, .56);
  color: var(--muted-strong);
  font-size: .72rem;
  font-weight: 850;
}

.scope-note-section {
  padding-top: 48px;
}

.scope-note-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(217, 70, 239, .24);
  border-radius: 18px;
  background:
    radial-gradient(circle at top right, rgba(217, 70, 239, .16), transparent 34%),
    linear-gradient(180deg, rgba(30, 41, 59, .78), rgba(15, 23, 42, .86));
  box-shadow:
    0 20px 48px rgba(2, 6, 23, .34),
    0 0 30px rgba(217, 70, 239, .10);
  padding: clamp(1.1rem, 3vw, 1.6rem);
}

.scope-note-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--magenta), transparent);
}

.scope-note-card p:last-child {
  margin-bottom: 0;
  color: var(--muted-strong);
}

@media (max-width: 640px) {
  .proof-chain {
    border-radius: 18px;
  }

  .proof-chain span {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}

/* Homepage proof footer polish */
.home-proof-footer {
  position: relative;
  overflow: hidden;
  margin-top: clamp(2rem, 5vw, 4rem);
}

.home-proof-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 0%, rgba(56, 189, 248, .14), transparent 18rem),
    radial-gradient(circle at 88% 18%, rgba(217, 70, 239, .14), transparent 18rem),
    linear-gradient(180deg, rgba(148, 163, 184, .045), transparent 42%);
  opacity: .95;
}

.home-proof-footer > * {
  position: relative;
  z-index: 1;
}

.footer-proof-band {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-bottom: 1.4rem;
  padding: 1rem;
  border: 1px solid rgba(217, 70, 239, .22);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(14, 165, 233, .12), rgba(217, 70, 239, .10)),
    rgba(15, 23, 42, .78);
  box-shadow:
    0 18px 42px rgba(2, 6, 23, .32),
    0 0 26px rgba(217, 70, 239, .10);
}

.footer-proof-band span {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .48rem .75rem;
  border: 1px solid rgba(56, 189, 248, .18);
  border-radius: 999px;
  background: rgba(15, 23, 42, .68);
  color: var(--muted-strong);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .04em;
}

.footer-proof-band span::before {
  content: "";
  width: .48rem;
  height: .48rem;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 12px rgba(34, 197, 94, .75);
}

.footer-proof-band strong {
  color: var(--accent);
}

.home-proof-footer .footer-brand,
.home-proof-footer .footer-links {
  border: 1px solid rgba(148, 163, 184, .14);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(30, 41, 59, .78), rgba(15, 23, 42, .84));
  box-shadow:
    0 16px 36px rgba(2, 6, 23, .22),
    inset 0 1px 0 rgba(255, 255, 255, .035);
  padding: 1rem;
}

.home-proof-footer .footer-links a {
  width: fit-content;
  transition: color .2s ease, transform .2s ease;
}

.home-proof-footer .footer-links a:hover {
  color: var(--text);
  transform: translateX(4px);
}

.footer-proof-callout {
  margin-top: 1rem;
  border: 1px solid rgba(217, 70, 239, .22);
  border-radius: 18px;
  background:
    radial-gradient(circle at top right, rgba(217, 70, 239, .13), transparent 36%),
    rgba(15, 23, 42, .72);
  padding: 1rem;
}

.footer-proof-callout p {
  margin: 0;
  color: var(--muted-strong);
}

.footer-proof-callout strong {
  color: var(--text);
}

@media (max-width: 640px) {
  .footer-proof-band {
    border-radius: 16px;
  }

  .footer-proof-band span {
    width: 100%;
  }
}

/* Homepage footer layout refinement */
.home-proof-footer {
  max-width: 1180px;
  padding-bottom: 2.75rem;
}

.home-proof-footer .footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.15fr) minmax(220px, .75fr) minmax(280px, 1fr);
  gap: 1rem;
  align-items: stretch;
}

.home-proof-footer .footer-brand,
.home-proof-footer .footer-links {
  min-height: 100%;
}

.home-proof-footer .footer-heading {
  margin: 0 0 .85rem;
  color: var(--text);
  font-size: .82rem;
  font-weight: 950;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-proof-footer .footer-links {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.home-proof-footer .footer-links a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  min-height: 38px;
  padding: .55rem .7rem;
  border: 1px solid rgba(148, 163, 184, .12);
  border-radius: 999px;
  background: rgba(15, 23, 42, .46);
  color: var(--muted-strong);
  font-size: .84rem;
  font-weight: 850;
  line-height: 1.2;
}

.home-proof-footer .footer-links a::after {
  content: "↗";
  color: var(--magenta);
  font-size: .78rem;
  opacity: .9;
}

.home-proof-footer .footer-links a:hover {
  border-color: rgba(56, 189, 248, .34);
  background: rgba(56, 189, 248, .10);
  color: var(--text);
  text-decoration: none;
  transform: translateX(3px);
}

.home-proof-footer .footer-brand img {
  display: block;
  margin-bottom: .75rem;
}

.home-proof-footer .footer-brand p {
  max-width: 54ch;
}

.home-proof-footer .footer-brand p:last-child {
  margin-bottom: 0;
  color: var(--muted-strong);
}

.footer-proof-callout {
  margin-top: 1rem;
}

.home-proof-footer .footer-meta {
  margin-top: 1rem;
  padding-top: .9rem;
  border-top: 1px solid rgba(148, 163, 184, .10);
  color: var(--muted);
  font-size: .78rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .home-proof-footer .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .home-proof-footer .footer-links a {
    border-radius: 14px;
  }
}

/* Projects page command-center polish */
.projects-command-center {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
  margin-top: 1.15rem;
}

.projects-command-center article {
  position: relative;
  overflow: hidden;
  min-height: 128px;
  border: 1px solid rgba(148, 163, 184, .16);
  border-radius: 18px;
  background:
    radial-gradient(circle at top right, rgba(217, 70, 239, .16), transparent 42%),
    linear-gradient(180deg, rgba(30, 41, 59, .72), rgba(15, 23, 42, .86));
  box-shadow:
    0 18px 44px rgba(2, 6, 23, .28),
    inset 0 1px 0 rgba(255, 255, 255, .035);
  padding: 1rem;
}

.projects-command-center article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--magenta), transparent);
}

.projects-command-center span {
  display: inline-flex;
  width: 2.35rem;
  height: 2.35rem;
  align-items: center;
  justify-content: center;
  margin-bottom: .7rem;
  border: 1px solid rgba(56, 189, 248, .28);
  border-radius: 12px;
  background: rgba(56, 189, 248, .12);
  color: #bae6fd;
  font-size: .78rem;
  font-weight: 950;
}

.projects-command-center strong {
  display: block;
  color: var(--text);
  font-size: .9rem;
  font-weight: 950;
  letter-spacing: .02em;
}

.projects-command-center p {
  margin: .35rem 0 0;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.55;
}

.project-evidence-rail {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1fr);
  gap: 1rem;
  align-items: center;
  margin: clamp(2.4rem, 6vw, 4.5rem) 0 1.25rem;
  border: 1px solid rgba(217, 70, 239, .2);
  border-radius: 22px;
  background:
    radial-gradient(circle at 86% 20%, rgba(217, 70, 239, .18), transparent 30%),
    radial-gradient(circle at 12% 70%, rgba(56, 189, 248, .12), transparent 34%),
    linear-gradient(180deg, rgba(30, 41, 59, .72), rgba(15, 23, 42, .88));
  box-shadow:
    0 22px 54px rgba(2, 6, 23, .34),
    0 0 28px rgba(217, 70, 239, .08);
  padding: clamp(1rem, 3vw, 1.35rem);
}

.project-evidence-rail h2 {
  max-width: 16ch;
}

.project-evidence-rail p:last-child {
  margin-bottom: 0;
}

.rail-map {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  justify-content: flex-end;
  align-items: center;
}

.rail-map::before {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(56, 189, 248, .55), rgba(217, 70, 239, .48), transparent);
  z-index: 0;
}

.rail-map span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-width: 82px;
  min-height: 82px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(56, 189, 248, .24);
  border-radius: 999px;
  background:
    radial-gradient(circle at 40% 30%, rgba(56, 189, 248, .18), transparent 40%),
    rgba(15, 23, 42, .88);
  color: var(--muted-strong);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow:
    0 0 0 6px rgba(56, 189, 248, .035),
    0 0 24px rgba(56, 189, 248, .12);
}

.capability-card,
.project-card {
  transition:
    transform .22s ease,
    border-color .22s ease,
    box-shadow .22s ease,
    background .22s ease;
}

.capability-card:hover,
.project-card:hover {
  transform: translateY(-5px);
  border-color: rgba(217, 70, 239, .36);
  box-shadow:
    0 24px 56px rgba(2, 6, 23, .36),
    0 0 28px rgba(217, 70, 239, .12);
}

.capability-card a,
.project-card a {
  transition:
    transform .2s ease,
    border-color .2s ease,
    background .2s ease,
    color .2s ease;
}

.capability-card a:hover,
.project-card a:hover {
  transform: translateY(-1px);
  border-color: rgba(217, 70, 239, .36);
  background: rgba(217, 70, 239, .10);
  color: var(--text);
  text-decoration: none;
}

.projects-proof-footer {
  position: relative;
  overflow: hidden;
  margin-top: clamp(2rem, 5vw, 4rem);
}

.projects-proof-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 0%, rgba(56, 189, 248, .14), transparent 18rem),
    radial-gradient(circle at 88% 18%, rgba(217, 70, 239, .14), transparent 18rem),
    linear-gradient(180deg, rgba(148, 163, 184, .045), transparent 42%);
}

.projects-proof-footer > * {
  position: relative;
  z-index: 1;
}

.projects-proof-footer .footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.15fr) minmax(220px, .75fr) minmax(280px, 1fr);
  gap: 1rem;
  align-items: stretch;
}

.projects-proof-footer .footer-brand,
.projects-proof-footer .footer-links {
  border: 1px solid rgba(148, 163, 184, .14);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(30, 41, 59, .78), rgba(15, 23, 42, .84));
  box-shadow:
    0 16px 36px rgba(2, 6, 23, .22),
    inset 0 1px 0 rgba(255, 255, 255, .035);
  padding: 1rem;
}

.projects-proof-footer .footer-heading {
  margin: 0 0 .85rem;
  color: var(--text);
  font-size: .82rem;
  font-weight: 950;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.projects-proof-footer .footer-links {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.projects-proof-footer .footer-links a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  min-height: 38px;
  padding: .55rem .7rem;
  border: 1px solid rgba(148, 163, 184, .12);
  border-radius: 999px;
  background: rgba(15, 23, 42, .46);
  color: var(--muted-strong);
  font-size: .84rem;
  font-weight: 850;
  line-height: 1.2;
}

.projects-proof-footer .footer-links a::after {
  content: "↗";
  color: var(--magenta);
  font-size: .78rem;
}

.projects-proof-footer .footer-links a:hover {
  border-color: rgba(56, 189, 248, .34);
  background: rgba(56, 189, 248, .10);
  color: var(--text);
  text-decoration: none;
  transform: translateX(3px);
}

@media (max-width: 980px) {
  .projects-command-center,
  .project-evidence-rail,
  .projects-proof-footer .footer-grid {
    grid-template-columns: 1fr;
  }

  .rail-map {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .rail-map span {
    min-width: 72px;
    min-height: 72px;
  }

  .projects-proof-footer .footer-links a {
    border-radius: 14px;
  }
}

/* Projects command bar refinement */
.projects-command-center {
  display: none;
}

.projects-command-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  margin-top: 1.15rem;
  padding: .9rem;
  border: 1px solid rgba(217, 70, 239, .26);
  border-radius: 20px;
  background:
    radial-gradient(circle at 85% 20%, rgba(217, 70, 239, .16), transparent 28%),
    linear-gradient(135deg, rgba(14, 165, 233, .12), rgba(217, 70, 239, .08)),
    rgba(15, 23, 42, .76);
  box-shadow:
    0 20px 48px rgba(2, 6, 23, .34),
    0 0 28px rgba(217, 70, 239, .10);
}

.command-status {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .2rem .7rem;
  align-items: center;
}

.command-status .status-dot {
  grid-row: 1 / span 2;
  width: .7rem;
  height: .7rem;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 14px rgba(34, 197, 94, .8);
}

.command-status strong {
  color: var(--text);
  font-size: .9rem;
  font-weight: 950;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.command-status p {
  margin: 0;
  color: var(--muted-strong);
  font-size: .84rem;
  line-height: 1.5;
}

.command-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  justify-content: flex-end;
}

.command-metrics span {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  min-height: 36px;
  padding: .45rem .65rem;
  border: 1px solid rgba(56, 189, 248, .18);
  border-radius: 999px;
  background: rgba(15, 23, 42, .58);
  color: var(--muted-strong);
  font-size: .76rem;
  font-weight: 850;
}

.command-metrics b {
  color: var(--accent);
}

.project-evidence-rail {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1fr);
  gap: 1rem;
  align-items: center;
  margin: clamp(2.5rem, 6vw, 4.25rem) 0 1.4rem;
  border: 1px solid rgba(217, 70, 239, .22);
  border-radius: 24px;
  background:
    radial-gradient(circle at 82% 18%, rgba(217, 70, 239, .18), transparent 30%),
    radial-gradient(circle at 12% 72%, rgba(56, 189, 248, .12), transparent 34%),
    linear-gradient(180deg, rgba(30, 41, 59, .72), rgba(15, 23, 42, .88));
  box-shadow:
    0 24px 58px rgba(2, 6, 23, .36),
    0 0 30px rgba(217, 70, 239, .10);
  padding: clamp(1rem, 3vw, 1.4rem);
}

.project-evidence-rail h2 {
  max-width: 17ch;
}

.project-evidence-rail p:last-child {
  margin-bottom: 0;
}

.rail-map {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  justify-content: flex-end;
  align-items: center;
}

.rail-map::before {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(56, 189, 248, .55), rgba(217, 70, 239, .52), transparent);
  z-index: 0;
}

.rail-map span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-width: 78px;
  min-height: 78px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(56, 189, 248, .24);
  border-radius: 999px;
  background:
    radial-gradient(circle at 40% 30%, rgba(56, 189, 248, .18), transparent 40%),
    rgba(15, 23, 42, .9);
  color: var(--muted-strong);
  font-size: .7rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow:
    0 0 0 6px rgba(56, 189, 248, .035),
    0 0 24px rgba(56, 189, 248, .13);
}

@media (max-width: 980px) {
  .projects-command-bar,
  .project-evidence-rail {
    grid-template-columns: 1fr;
  }

  .command-metrics,
  .rail-map {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .command-status {
    grid-template-columns: 1fr;
  }

  .command-status .status-dot {
    grid-row: auto;
  }

  .command-metrics span {
    width: 100%;
  }

  .rail-map span {
    min-width: 70px;
    min-height: 70px;
  }
}

/* Projects full-width command-stage refinement */
.project-command-stage {
  margin: clamp(1rem, 3vw, 1.75rem) 0 clamp(2.25rem, 5vw, 3.75rem);
}

.project-command-stage .projects-command-bar {
  max-width: 100%;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  padding: 1rem;
}

.project-command-stage .command-status strong {
  font-size: .95rem;
}

.project-command-stage .command-status p {
  max-width: 68ch;
}

.project-command-stage .command-metrics {
  justify-content: flex-end;
}

.project-command-stage .command-metrics span {
  min-height: 42px;
  padding-inline: .8rem;
}

.project-evidence-rail {
  margin-top: 0;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

@media (max-width: 980px) {
  .project-command-stage .projects-command-bar {
    grid-template-columns: 1fr;
  }

  .project-command-stage .command-metrics {
    justify-content: flex-start;
  }
}

/* Projects evidence rail force insert polish */
.project-evidence-rail {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1fr);
  gap: 1rem;
  align-items: center;
  margin: clamp(2rem, 5vw, 3.5rem) 0 clamp(2.25rem, 5vw, 3.75rem);
  border: 1px solid rgba(217, 70, 239, .22);
  border-radius: 24px;
  background:
    radial-gradient(circle at 82% 18%, rgba(217, 70, 239, .18), transparent 30%),
    radial-gradient(circle at 12% 72%, rgba(56, 189, 248, .12), transparent 34%),
    linear-gradient(180deg, rgba(30, 41, 59, .72), rgba(15, 23, 42, .88));
  box-shadow:
    0 24px 58px rgba(2, 6, 23, .36),
    0 0 30px rgba(217, 70, 239, .10);
  padding: clamp(1rem, 3vw, 1.4rem);
}

.project-evidence-rail h2 {
  max-width: 17ch;
}

.project-evidence-rail p:last-child {
  margin-bottom: 0;
}

.rail-map {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  justify-content: flex-end;
  align-items: center;
}

.rail-map::before {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(56, 189, 248, .55), rgba(217, 70, 239, .52), transparent);
  z-index: 0;
}

.rail-map span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-width: 78px;
  min-height: 78px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(56, 189, 248, .24);
  border-radius: 999px;
  background:
    radial-gradient(circle at 40% 30%, rgba(56, 189, 248, .18), transparent 40%),
    rgba(15, 23, 42, .9);
  color: var(--muted-strong);
  font-size: .7rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow:
    0 0 0 6px rgba(56, 189, 248, .035),
    0 0 24px rgba(56, 189, 248, .13);
}

@media (max-width: 980px) {
  .project-evidence-rail {
    grid-template-columns: 1fr;
  }

  .rail-map {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .rail-map span {
    min-width: 70px;
    min-height: 70px;
  }
}

/* Projects hero CTA spacing correction */
body:has(.projects-proof-footer) .page-hero .actions,
body:has(.projects-proof-footer) .hero-copy .actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin-bottom: 1rem;
}

body:has(.projects-proof-footer) .page-hero .button,
body:has(.projects-proof-footer) .hero-copy .button {
  margin-bottom: 0;
}

body:has(.projects-proof-footer) .project-command-stage {
  margin-top: 1.25rem;
}

body:has(.projects-proof-footer) .projects-command-bar {
  margin-top: .85rem;
}

body:has(.projects-proof-footer) .command-metrics {
  gap: .7rem;
}

body:has(.projects-proof-footer) .command-metrics span {
  margin: 0;
  white-space: nowrap;
}

body:has(.projects-proof-footer) .scope-card,
body:has(.projects-proof-footer) .scope-boundaries,
body:has(.projects-proof-footer) .hero-panel {
  margin-top: clamp(1rem, 2vw, 1.5rem);
}

@media (max-width: 640px) {
  body:has(.projects-proof-footer) .page-hero .actions,
  body:has(.projects-proof-footer) .hero-copy .actions {
    gap: .65rem;
    margin-bottom: 1.15rem;
  }

  body:has(.projects-proof-footer) .command-metrics span {
    white-space: normal;
  }
}

/* Projects command pills to scope spacing fix */
body:has(.projects-proof-footer) .projects-command-bar {
  margin-bottom: clamp(1.25rem, 3vw, 2rem);
}

body:has(.projects-proof-footer) .command-metrics {
  margin-bottom: .35rem;
}

body:has(.projects-proof-footer) .page-hero-grid > .hero-panel,
body:has(.projects-proof-footer) .page-hero-grid > .integrity-panel,
body:has(.projects-proof-footer) .page-hero-grid > .scope-card,
body:has(.projects-proof-footer) .page-hero-grid > aside,
body:has(.projects-proof-footer) .scope-boundaries {
  margin-top: clamp(1.25rem, 3vw, 2rem);
}

body:has(.projects-proof-footer) .projects-command-bar + .hero-panel,
body:has(.projects-proof-footer) .projects-command-bar + .integrity-panel,
body:has(.projects-proof-footer) .projects-command-bar + .scope-card,
body:has(.projects-proof-footer) .projects-command-bar + aside,
body:has(.projects-proof-footer) .projects-command-bar + .scope-boundaries {
  margin-top: clamp(1.25rem, 3vw, 2rem);
}

@media (max-width: 640px) {
  body:has(.projects-proof-footer) .projects-command-bar {
    margin-bottom: 1.35rem;
  }

  body:has(.projects-proof-footer) .command-metrics {
    margin-bottom: .5rem;
  }
}

/* Projects hero command metrics spacing final */
body:has(.projects-proof-footer) .page-hero .hero-copy > .command-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: .9rem;
  margin-bottom: clamp(1.35rem, 3vw, 2rem);
}

body:has(.projects-proof-footer) .page-hero .hero-copy > .command-metrics span {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  min-height: 32px;
  padding: .35rem .65rem;
  margin: 0;
  border-radius: 999px;
}

body:has(.projects-proof-footer) .page-hero-grid > .evidence-rail {
  margin-top: clamp(1.75rem, 4vw, 2.75rem);
}

@media (min-width: 981px) {
  body:has(.projects-proof-footer) .page-hero-grid {
    align-items: start;
  }

  body:has(.projects-proof-footer) .page-hero-grid > .evidence-rail {
    margin-top: clamp(7rem, 10vw, 9rem);
  }
}

@media (max-width: 640px) {
  body:has(.projects-proof-footer) .page-hero .hero-copy > .command-metrics {
    margin-bottom: 1.25rem;
  }

  body:has(.projects-proof-footer) .page-hero .hero-copy > .command-metrics span {
    width: 100%;
  }
}

/* Projects hero two-column restoration */
.projects-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr);
  align-items: center;
}

.projects-scope-card {
  margin-top: clamp(2rem, 5vw, 4rem);
  align-self: center;
}

.projects-scope-card h2 {
  margin-bottom: 1rem;
}

.projects-hero .command-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: .95rem;
}

.projects-hero .command-metrics span {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  min-height: 32px;
  padding: .35rem .65rem;
  border: 1px solid rgba(148, 163, 184, .16);
  border-radius: 999px;
  background: rgba(15, 23, 42, .58);
  color: var(--muted-strong);
  font-size: .72rem;
  font-weight: 850;
  white-space: nowrap;
}

.projects-hero .command-metrics b {
  color: var(--accent);
}

@media (max-width: 980px) {
  .projects-hero-grid {
    grid-template-columns: 1fr;
  }

  .projects-scope-card {
    margin-top: 1.25rem;
  }
}

@media (max-width: 640px) {
  .projects-hero .command-metrics span {
    width: 100%;
    white-space: normal;
  }
}

/* Projects hero action spacing final polish */
.projects-hero .actions {
  margin-bottom: .85rem;
}

.projects-hero .command-metrics {
  padding-top: .15rem;
}

.projects-hero .command-metrics span {
  box-shadow:
    0 8px 20px rgba(2, 6, 23, .18),
    inset 0 1px 0 rgba(255, 255, 255, .035);
}

.projects-scope-card {
  box-shadow:
    0 24px 56px rgba(2, 6, 23, .34),
    0 0 26px rgba(217, 70, 239, .10);
}

/* === Proof page screenshot polish 2026 start === */

/* Widen the Proof page so it no longer feels like a narrow stacked list */
body.proof-page .page {
  max-width: 1280px;
}

/* Improve hero proportions from the screenshot */
body.proof-page .page-hero {
  padding-block-start: clamp(3.25rem, 6vw, 5.75rem);
  padding-block-end: clamp(2rem, 4vw, 3.5rem);
}

body.proof-page .page-hero-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.82fr);
  gap: clamp(2rem, 5vw, 4.75rem);
  align-items: center;
}

body.proof-page .page-hero h1 {
  max-width: 16ch;
  font-size: clamp(3.05rem, 5.2vw, 5.65rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

body.proof-page .page-hero .lead {
  max-width: 72ch;
  font-size: clamp(1.02rem, 1.35vw, 1.18rem);
}

/* Make the right-side reviewer card feel intentional and premium */
.integrity-panel,
.proof-boundary-card,
.contact-panel {
  position: relative;
  overflow: hidden;
  border-color: rgba(56, 189, 248, 0.24);
  background:
    radial-gradient(circle at 88% 10%, rgba(217, 70, 239, 0.22), transparent 15rem),
    radial-gradient(circle at 12% 90%, rgba(56, 189, 248, 0.12), transparent 14rem),
    linear-gradient(180deg, rgba(30, 41, 59, 0.9), rgba(15, 23, 42, 0.96));
  box-shadow:
    0 26px 70px rgba(2, 6, 23, 0.42),
    0 0 32px rgba(217, 70, 239, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.integrity-panel::after,
.proof-boundary-card::after,
.contact-panel::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, rgba(56, 189, 248, 0.95), rgba(217, 70, 239, 0.88), transparent);
  pointer-events: none;
}

/* Better CTA rhythm under the hero */
.page-hero .actions,
.page-hero .proof-jump {
  margin-top: 1.25rem;
  gap: 0.75rem;
}

.page-hero .button,
.page-hero .proof-jump a {
  min-height: 44px;
  padding-inline: 1rem;
  box-shadow:
    0 14px 34px rgba(2, 6, 23, 0.26),
    0 0 18px rgba(56, 189, 248, 0.08);
}

/* Command/status band support */
.proof-command-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  margin: clamp(1.5rem, 3vw, 2.5rem) 0;
  padding: 1rem;
  border: 1px solid rgba(56, 189, 248, 0.18);
  border-radius: calc(var(--radius) + 8px);
  background:
    radial-gradient(circle at 92% 0%, rgba(217, 70, 239, 0.16), transparent 14rem),
    linear-gradient(180deg, rgba(15, 23, 42, 0.72), rgba(15, 23, 42, 0.48));
  box-shadow: 0 22px 54px rgba(2, 6, 23, 0.28);
}

.proof-status-pill {
  display: grid;
  gap: 0.25rem;
  min-height: 86px;
  padding: 0.95rem;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: calc(var(--radius) + 6px);
  background:
    linear-gradient(180deg, rgba(30, 41, 59, 0.72), rgba(15, 23, 42, 0.78));
}

.proof-status-pill strong {
  color: var(--text);
  font-size: 0.9rem;
}

.proof-status-pill span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Evidence chain visual */
.proof-chain-rail {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
  margin: clamp(1.25rem, 3vw, 2.25rem) 0 clamp(2rem, 4vw, 3rem);
  padding: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: calc(var(--radius) + 10px);
  background:
    radial-gradient(circle at 50% 0%, rgba(56, 189, 248, 0.12), transparent 18rem),
    linear-gradient(180deg, rgba(30, 41, 59, 0.56), rgba(15, 23, 42, 0.76));
  overflow: hidden;
}

.proof-chain-rail::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, rgba(56, 189, 248, 0.1), rgba(56, 189, 248, 0.7), rgba(217, 70, 239, 0.7), rgba(56, 189, 248, 0.1));
  pointer-events: none;
}

.proof-chain-rail > * {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 66px;
  border: 1px solid rgba(56, 189, 248, 0.2);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.86);
  color: var(--muted-strong);
  font-size: 0.82rem;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 0 20px rgba(56, 189, 248, 0.08);
}

/* Convert stacked proof cards into a more premium review grid */
.proof-evidence-grid,
.proof-index-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.05rem;
  align-items: stretch;
}

.proof-evidence-card,
.proof-index-card {
  display: grid;
  align-content: start;
  gap: 0.75rem;
  min-height: 100%;
  padding: 1.25rem;
  border-radius: calc(var(--radius) + 8px);
  border-color: rgba(56, 189, 248, 0.18);
  background:
    radial-gradient(circle at 92% 0%, rgba(217, 70, 239, 0.14), transparent 13rem),
    linear-gradient(180deg, rgba(30, 41, 59, 0.72), rgba(15, 23, 42, 0.84));
  box-shadow:
    0 18px 46px rgba(2, 6, 23, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.proof-evidence-card:hover,
.proof-index-card:hover {
  transform: translateY(-4px);
  border-color: rgba(217, 70, 239, 0.38);
  box-shadow:
    0 24px 58px rgba(2, 6, 23, 0.38),
    0 0 26px rgba(217, 70, 239, 0.12);
}

.proof-evidence-card.featured-proof,
.proof-index-card.featured-proof,
.proof-index-card.is-featured {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  align-items: center;
  border-color: rgba(56, 189, 248, 0.38);
  background:
    radial-gradient(circle at 85% 12%, rgba(217, 70, 239, 0.18), transparent 16rem),
    radial-gradient(circle at 12% 85%, rgba(56, 189, 248, 0.14), transparent 14rem),
    linear-gradient(135deg, rgba(14, 165, 233, 0.13), rgba(30, 41, 59, 0.78) 42%, rgba(15, 23, 42, 0.94));
}

.proof-card-top,
.project-card-top {
  align-items: center;
}

.proof-card-top .badge,
.project-card-top .badge {
  margin-bottom: 0;
}

/* Evidence type chips */
.evidence-type-chips,
.proof-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0.35rem 0 0.2rem;
}

.evidence-type-chips span,
.proof-chip-row span,
.proof-filetype {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border: 1px solid rgba(56, 189, 248, 0.22);
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.08);
  color: #bae6fd;
  padding: 0.25rem 0.55rem;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proof-summary {
  max-width: 78ch;
  color: var(--muted-strong);
}

.proof-boundary,
.proof-limit,
.proof-stop {
  margin-top: 0.25rem;
  padding: 0.72rem 0.8rem;
  border: 1px solid rgba(245, 158, 11, 0.22);
  border-radius: var(--radius);
  background: rgba(245, 158, 11, 0.07);
  color: #fde68a;
  font-size: 0.86rem;
}

/* What this page does not claim */
.proof-does-not-claim {
  border: 1px solid rgba(245, 158, 11, 0.24);
  border-radius: calc(var(--radius) + 10px);
  background:
    radial-gradient(circle at 100% 0%, rgba(245, 158, 11, 0.13), transparent 16rem),
    radial-gradient(circle at 0% 100%, rgba(56, 189, 248, 0.1), transparent 14rem),
    linear-gradient(180deg, rgba(30, 41, 59, 0.68), rgba(15, 23, 42, 0.82));
  padding: clamp(1.2rem, 3vw, 1.8rem);
}

.proof-does-not-claim .badge {
  border-color: rgba(245, 158, 11, 0.34);
  background: rgba(245, 158, 11, 0.09);
  color: #fde68a;
}

body.proof-page .proof-chip .chip-kind,
body.proof-page .bento-card .evidence-chip,
body.proof-page .relationship-grid article span,
body.proof-page .proof-chip-row {
  margin-bottom: .85rem;
}

body.proof-page .proof-chip h3,
body.proof-page .bento-card h3,
body.proof-page .relationship-grid h3,
body.proof-page .proof-summary h3 {
  margin-top: .15rem;
}

body.proof-page .proof-chip > div,
body.proof-page .bento-card,
body.proof-page .relationship-grid article {
  display: flex;
  flex-direction: column;
}

body.proof-page .proof-chip-row + h3,
body.proof-page .evidence-chip + h3,
body.proof-page .chip-kind + h3,
body.proof-page .relationship-grid article span + h3 {
  margin-top: .15rem;
}

body.resume-page .bento-card .evidence-chip,
body.resume-page .capability-card > span,
body.resume-page .route-grid article > span {
  margin-bottom: .85rem;
}

body.resume-page .bento-card .evidence-chip + h3,
body.resume-page .capability-card > span + h3,
body.resume-page .route-grid article > span + h3 {
  margin-top: .15rem;
}

body.contact-page .dashboard-grid.bento-grid { align-items: stretch; }

body.contact-page .dashboard-grid .bento-card { display: flex; flex-direction: column; height: 100%; }

body.contact-page .dashboard-grid .bento-card .evidence-link { margin-top: auto; }

/* Premium proof footer treatment */
.proof-footer,
.site-footer {
  margin-top: clamp(2rem, 5vw, 4rem);
}

.proof-footer .footer-grid,
.site-footer .footer-grid {
  gap: 1.1rem;
}

.proof-footer .footer-brand,
.proof-footer .footer-links,
.site-footer .footer-brand,
.site-footer .footer-links {
  min-height: 100%;
  border-color: rgba(56, 189, 248, 0.14);
  background:
    radial-gradient(circle at 100% 0%, rgba(217, 70, 239, 0.1), transparent 12rem),
    linear-gradient(180deg, rgba(30, 41, 59, 0.72), rgba(15, 23, 42, 0.84));
}

.footer-heading {
  color: var(--muted-strong);
  letter-spacing: 0.1em;
}

/* Responsive proof page behavior */
@media (max-width: 1050px) {
  body.proof-page .page-hero-grid {
    grid-template-columns: 1fr;
  }

  body.proof-page .page-hero h1 {
    max-width: 18ch;
  }

  .proof-command-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-evidence-card.featured-proof,
  .proof-index-card.featured-proof,
  .proof-index-card.is-featured {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  body.proof-page .page {
    padding-block-start: 1.5rem;
  }

  body.proof-page .page-hero h1 {
    max-width: 11ch;
    font-size: clamp(2.55rem, 12vw, 4.2rem);
  }

  .proof-command-band,
  .proof-chain-rail,
  .proof-evidence-grid,
  .proof-index-grid {
    grid-template-columns: 1fr;
  }

  .proof-chain-rail::before {
    top: 1rem;
    bottom: 1rem;
    left: 50%;
    right: auto;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, rgba(56, 189, 248, 0.1), rgba(56, 189, 248, 0.7), rgba(217, 70, 239, 0.7), rgba(56, 189, 248, 0.1));
  }

  .proof-chain-rail > * {
    min-height: 54px;
    border-radius: calc(var(--radius) + 6px);
  }

  .proof-evidence-card,
  .proof-index-card {
    padding: 1rem;
  }
}

@media (max-width: 430px) {
  .page-hero .button,
  .page-hero .proof-jump a,
  .project-links a {
    width: 100%;
    justify-content: center;
  }

  .proof-card-top,
  .project-card-top {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* === Proof page screenshot polish 2026 end === */

/* === Enterprise command-center visual system === */
:root {
  --accent: var(--cyan);
  --glass: rgba(15, 23, 42, .72);
  --glass-strong: rgba(30, 41, 59, .86);
  --magenta-soft: rgba(217, 70, 239, .16);
  --cyan-soft: rgba(56, 189, 248, .16);
}

.home-page h1,
.projects-page h1,
.proof-page h1,
.dashboard-page h1,
.resume-page h1,
.contact-page h1 {
  font-size: 4.65rem;
  letter-spacing: 0;
}

.home-page h2,
.projects-page h2,
.proof-page h2,
.dashboard-page h2,
.resume-page h2,
.contact-page h2 {
  letter-spacing: 0;
}

.page-shell {
  position: relative;
}

.page-shell::before,
.hero.page-shell::before {
  content: "";
  position: absolute;
  inset: 0 max(-8vw, -6rem) auto;
  height: min(620px, 72vh);
  z-index: -1;
  background:
    linear-gradient(115deg, transparent 0 18%, rgba(56, 189, 248, .09) 18% 18.25%, transparent 18.25% 42%, rgba(217, 70, 239, .08) 42% 42.2%, transparent 42.2%),
    radial-gradient(circle at 12% 18%, rgba(56, 189, 248, .2), transparent 18rem),
    radial-gradient(circle at 88% 20%, rgba(217, 70, 239, .16), transparent 20rem);
  opacity: .9;
  pointer-events: none;
}

.visual-divider {
  max-width: var(--max);
  height: 1px;
  margin: 0 auto;
  background: linear-gradient(90deg, transparent, rgba(56, 189, 248, .58), rgba(217, 70, 239, .5), transparent);
  box-shadow: 0 0 26px rgba(56, 189, 248, .18);
}

.command-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .75rem;
  margin-top: clamp(1.25rem, 3vw, 2rem);
  padding: .85rem;
  border: 1px solid rgba(56, 189, 248, .2);
  border-radius: 22px;
  background:
    radial-gradient(circle at 88% 0%, var(--magenta-soft), transparent 16rem),
    linear-gradient(180deg, rgba(30, 41, 59, .7), rgba(15, 23, 42, .82));
  box-shadow:
    0 22px 58px rgba(2, 6, 23, .32),
    inset 0 1px 0 rgba(255, 255, 255, .04);
}

.status-pill,
.evidence-chip {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  min-height: 40px;
  padding: .46rem .7rem;
  border: 1px solid rgba(56, 189, 248, .24);
  border-radius: 999px;
  background: rgba(15, 23, 42, .7);
  color: var(--muted-strong);
  font-size: .76rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.status-pill::before {
  content: "";
  flex: 0 0 auto;
  width: .5rem;
  height: .5rem;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 14px rgba(52, 211, 153, .72);
}

.evidence-chip {
  width: fit-content;
  min-height: 30px;
  color: #bae6fd;
  background: rgba(56, 189, 248, .09);
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.bento-card,
.feature-card,
.review-console,
.boundary-card {
  position: relative;
  overflow: hidden;
}

.bento-card {
  min-height: 100%;
  padding: 1.15rem;
  border: 1px solid rgba(148, 163, 184, .16);
  border-radius: 20px;
  background:
    radial-gradient(circle at 88% 0%, rgba(217, 70, 239, .1), transparent 14rem),
    linear-gradient(180deg, rgba(30, 41, 59, .74), rgba(15, 23, 42, .84));
  box-shadow: 0 18px 46px rgba(2, 6, 23, .28);
}

.bento-card::before,
.feature-card::after,
.review-console::after,
.boundary-card::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, rgba(56, 189, 248, .95), rgba(217, 70, 239, .82), transparent);
}

.feature-card {
  border-color: rgba(56, 189, 248, .36);
  background:
    radial-gradient(circle at 85% 12%, rgba(217, 70, 239, .18), transparent 16rem),
    radial-gradient(circle at 12% 88%, rgba(56, 189, 248, .12), transparent 14rem),
    linear-gradient(180deg, rgba(30, 41, 59, .82), rgba(15, 23, 42, .92));
}

.verification-glow {
  box-shadow:
    0 28px 74px rgba(2, 6, 23, .42),
    0 0 34px rgba(56, 189, 248, .14),
    0 0 42px rgba(217, 70, 239, .1);
}

.boundary-card {
  border-color: rgba(245, 158, 11, .3);
  background:
    radial-gradient(circle at 95% 0%, rgba(245, 158, 11, .13), transparent 16rem),
    linear-gradient(180deg, rgba(30, 41, 59, .76), rgba(15, 23, 42, .9));
}

.proof-rail {
  position: relative;
}

.proof-rail li {
  min-height: 100%;
}

.project-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin: clamp(1rem, 3vw, 1.75rem) 0;
  padding: .75rem;
  border: 1px solid rgba(56, 189, 248, .18);
  border-radius: 20px;
  background: rgba(15, 23, 42, .62);
  box-shadow: 0 18px 42px rgba(2, 6, 23, .24);
}

.filter-button {
  min-height: 38px;
  padding: .48rem .74rem;
  border: 1px solid rgba(148, 163, 184, .18);
  border-radius: 999px;
  background: rgba(30, 41, 59, .72);
  color: var(--muted-strong);
  font: inherit;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
}

.filter-button:hover,
.filter-button.is-active {
  border-color: rgba(56, 189, 248, .5);
  background: linear-gradient(135deg, rgba(14, 165, 233, .22), rgba(217, 70, 239, .14));
  color: var(--text);
}

.project-panel {
  display: grid;
  min-height: 100%;
}

body.projects-page .project-systems,
body.projects-page .evidence-focus-grid {
  align-items: stretch;
}

body.projects-page .evidence-focus-grid article,
body.projects-page .project-panel {
  display: flex;
  flex-direction: column;
  height: 100%;
}

body.projects-page .project-panel > div {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

body.projects-page .evidence-focus-grid .evidence-link,
body.projects-page .project-panel .proof-links {
  margin-top: auto;
}

.project-panel[hidden] {
  display: none;
}

body.projects-page .project-panel[hidden] {
  display: none;
}

.project-systems {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.proof-stream {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.proof-chip {
  min-height: 100%;
}

.proof-chip strong {
  color: var(--text);
}

.proof-overview .bento-card {
  min-height: 190px;
}

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

.dashboard-page .metric {
  min-height: 142px;
  display: grid;
  align-content: space-between;
}

body.dashboard-page .dashboard-grid,
body.dashboard-page .metric-grid,
body.dashboard-page .bento-grid {
  align-items: stretch;
}

body.dashboard-page .dashboard-grid article,
body.dashboard-page .metric,
body.dashboard-page .dashboard-grid .feature-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

body.dashboard-page .dashboard-grid .evidence-link,
body.dashboard-page .metric .evidence-link,
body.dashboard-page .dashboard-grid article > :last-child,
body.dashboard-page .metric > :last-child {
  margin-top: auto;
}

.premium-footer {
  position: relative;
  overflow: hidden;
  border-top-color: rgba(56, 189, 248, .18);
}

.premium-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 0%, rgba(56, 189, 248, .12), transparent 16rem),
    radial-gradient(circle at 92% 12%, rgba(217, 70, 239, .12), transparent 16rem);
}

.premium-footer > * {
  position: relative;
  z-index: 1;
}

.premium-footer .footer-grid,
.site-footer .footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.15fr) minmax(220px, .75fr) minmax(260px, 1fr);
  gap: 1rem;
  align-items: stretch;
}

.premium-footer .footer-brand,
.premium-footer .footer-links {
  padding: 1rem;
  border: 1px solid rgba(148, 163, 184, .14);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(217, 70, 239, .1), transparent 12rem),
    linear-gradient(180deg, rgba(30, 41, 59, .72), rgba(15, 23, 42, .84));
  box-shadow: 0 16px 36px rgba(2, 6, 23, .22);
}

.premium-footer .footer-links {
  flex-direction: column;
  align-items: stretch;
}

.premium-footer .footer-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  min-height: 36px;
  padding: .5rem .68rem;
  border: 1px solid rgba(148, 163, 184, .12);
  border-radius: 999px;
  background: rgba(15, 23, 42, .48);
}

.premium-footer .footer-links a:hover {
  border-color: rgba(56, 189, 248, .36);
  background: rgba(56, 189, 248, .1);
  text-decoration: none;
}

.premium-footer .footer-heading {
  margin: 0 0 .75rem;
  font-size: .8rem;
  font-weight: 950;
  color: var(--muted-strong);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.contact-console.review-console a {
  justify-content: space-between;
}

.contact-console.review-console a::after,
.premium-footer .footer-links a::after {
  content: "Open";
  color: var(--magenta);
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-console.review-console a[href^="mailto"]::after {
  content: "Email";
}

.resume-timeline article,
.dashboard-grid article,
.capability-card,
.project-panel,
.proof-chip {
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.resume-timeline article:hover,
.dashboard-grid article:hover,
.capability-card:hover,
.project-panel:hover,
.proof-chip:hover,
.bento-card:hover {
  transform: translateY(-3px);
  border-color: rgba(56, 189, 248, .34);
  box-shadow:
    0 24px 58px rgba(2, 6, 23, .36),
    0 0 24px rgba(56, 189, 248, .1);
}

@media (max-width: 1180px) {
  .home-page h1,
  .projects-page h1,
  .proof-page h1,
  .dashboard-page h1,
  .resume-page h1,
  .contact-page h1 {
    font-size: 3.7rem;
  }

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

@media (max-width: 980px) {
  .command-band,
  .bento-grid,
  .proof-stream,
  .project-systems,
  .premium-footer .footer-grid,
  .site-footer .footer-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .home-page h1,
  .projects-page h1,
  .proof-page h1,
  .dashboard-page h1,
  .resume-page h1,
  .contact-page h1 {
    font-size: 2.7rem;
    max-width: 100%;
  }

  .command-band,
  .project-filter-bar {
    border-radius: 16px;
  }

  .status-pill,
  .filter-button,
  .premium-footer .footer-links a {
    width: 100%;
    justify-content: center;
    border-radius: 14px;
    white-space: normal;
    text-align: center;
  }

  .metric-grid.bento-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .resume-timeline article:hover,
  .dashboard-grid article:hover,
  .capability-card:hover,
  .project-panel:hover,
  .proof-chip:hover,
  .bento-card:hover,
  .button:hover {
    transform: none;
  }
}

/* === Full-site visual proof and evidence review pass 2026-06-07 === */
:root {
  --bg-2: #1e293b;
  --cta: #0ea5e9;
  --panel: var(--bg-2);
  --blue: var(--cta);
  --accent: #38bdf8;
}

body {
  background:
    radial-gradient(circle at 12% 0, rgba(56, 189, 248, .2), transparent 28rem),
    radial-gradient(circle at 86% 5%, rgba(217, 70, 239, .16), transparent 28rem),
    linear-gradient(180deg, var(--bg), #101a2e 46%, #07111f);
}

.page-shell {
  isolation: isolate;
  overflow: clip;
}

.page-shell::before,
.hero.page-shell::before {
  inset: 0 0 auto;
  width: 100%;
  border-radius: 0 0 34px 34px;
}

.page-hero {
  padding-block: clamp(2.75rem, 6vw, 6rem) clamp(1.2rem, 3vw, 2rem);
}

.page-hero-grid,
.hero-grid {
  align-items: center;
}

.recruiter-signal-section,
.project-feature-strip,
.proof-relationship-section,
.dashboard-snapshot-section,
.resume-route-section,
.contact-review-section {
  padding-top: clamp(2.2rem, 5vw, 4rem);
}

.signal-matrix,
.evidence-focus-grid,
.relationship-grid,
.snapshot-grid,
.route-grid,
.contact-route-grid {
  display: grid;
  gap: 1rem;
}

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

.evidence-focus-grid,
.relationship-grid,
.route-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.signal-matrix article,
.evidence-focus-grid article,
.relationship-grid article,
.snapshot-grid article,
.route-grid article,
.contact-route-grid a {
  position: relative;
  min-height: 100%;
  padding: 1rem;
  border: 1px solid rgba(148, 163, 184, .16);
  border-radius: 18px;
  background:
    radial-gradient(circle at 90% 0%, rgba(217, 70, 239, .13), transparent 13rem),
    linear-gradient(180deg, rgba(30, 41, 59, .74), rgba(15, 23, 42, .88));
  box-shadow: 0 18px 46px rgba(2, 6, 23, .28);
  overflow: hidden;
}

.signal-matrix article::before,
.evidence-focus-grid article::before,
.relationship-grid article::before,
.snapshot-grid article::before,
.route-grid article::before,
.contact-route-grid a::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--magenta), transparent);
}

.signal-matrix h3,
.evidence-focus-grid h3,
.relationship-grid h3,
.snapshot-grid h3,
.route-grid h3 {
  margin-bottom: .55rem;
}

.relationship-grid article span,
.route-grid article span,
.contact-route-grid span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: .6rem;
  padding: .28rem .55rem;
  border: 1px solid rgba(56, 189, 248, .24);
  border-radius: 999px;
  background: rgba(56, 189, 248, .08);
  color: #bae6fd;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-route-grid a {
  display: grid;
  gap: .25rem;
  color: var(--text);
}

.contact-route-grid a:hover {
  border-color: rgba(56, 189, 248, .4);
  color: var(--text);
  text-decoration: none;
  transform: translateY(-2px);
}

.contact-route-grid strong {
  font-size: 1rem;
  line-height: 1.35;
}

.dashboard-snapshot-section .section-head p,
.proof-relationship-section .section-head p {
  max-width: 74ch;
}

.evidence-focus-grid .evidence-link,
.snapshot-grid .evidence-link {
  margin-top: auto;
}

.signal-matrix p,
.evidence-focus-grid p,
.relationship-grid p,
.snapshot-grid p,
.route-grid p {
  color: var(--muted-strong);
}

.project-evidence-rail,
.proof-chain-rail,
.project-filter-bar,
.command-band {
  max-width: 100%;
}

.proof-links a,
.capability-card a,
.contact-console a,
.evidence-link,
.button,
.filter-button {
  min-width: 0;
}

.proof-links a {
  overflow-wrap: anywhere;
}

.filter-button:focus-visible,
.nav-toggle:focus-visible {
  outline: 3px solid rgba(217, 70, 239, .85);
  outline-offset: 3px;
}

.nav-links.open {
  max-height: calc(100svh - 86px);
  overflow-y: auto;
}

@media (max-width: 1180px) {
  .signal-matrix,
  .snapshot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .evidence-focus-grid,
  .relationship-grid,
  .route-grid,
  .contact-route-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .signal-matrix,
  .snapshot-grid {
    grid-template-columns: 1fr;
  }

  .page-hero {
    padding-top: 2rem;
  }

  .hero-copy:before {
    width: 76px;
  }

  .signal-matrix article,
  .evidence-focus-grid article,
  .relationship-grid article,
  .snapshot-grid article,
  .route-grid article,
  .contact-route-grid a {
    border-radius: 16px;
  }

  .contact-route-grid strong {
    font-size: .95rem;
  }
}

/* === On-Prem Home Lab evidence case study === */
.home-lab-page h1 {
  font-size: 4.65rem;
  letter-spacing: 0;
}

.home-lab-page h2 {
  letter-spacing: 0;
}

.home-lab-hero .lead {
  max-width: 58ch;
}

.remote-admin-card {
  grid-column: 1 / -1;
}

.remote-admin-card p {
  max-width: 78ch;
}

body.home-lab-page .evidence-gallery.windows-evidence-gallery {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1rem;
}

body.home-lab-page .windows-evidence-gallery .screenshot-card a {
  aspect-ratio: 977 / 1403;
}

body.home-lab-page .windows-evidence-gallery .screenshot-card img {
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

body.home-lab-page .actions {
  column-gap: 1.1rem;
  row-gap: 1.15rem;
  margin-top: 1.25rem;
}

body.home-lab-page .proof-links {
  column-gap: .85rem;
  row-gap: 1rem;
  margin-top: 1.1rem;
}

.lab-command-band {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.lab-proof-stack {
  display: grid;
  gap: .75rem;
  padding: 1rem;
}

.lab-proof-stack a {
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: .8rem;
  align-items: center;
  padding: .9rem;
  border: 1px solid rgba(148, 163, 184, .14);
  border-radius: 16px;
  background: rgba(15, 23, 42, .58);
  color: var(--text);
}

.lab-proof-stack a:hover {
  border-color: rgba(56, 189, 248, .38);
  text-decoration: none;
}

.lab-proof-stack b {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  min-height: 3.1rem;
  border: 1px solid rgba(56, 189, 248, .3);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(56, 189, 248, .14), rgba(217, 70, 239, .12));
  color: #e0f2fe;
  font-size: .94rem;
  line-height: 1;
  text-align: center;
}

.lab-proof-stack span {
  font-weight: 950;
}

.lab-proof-stack em {
  color: var(--muted);
  font-style: normal;
  font-size: .9rem;
}

.lab-topology {
  position: relative;
  display: grid;
  gap: .9rem;
  padding: clamp(1rem, 3vw, 1.4rem);
  border: 1px solid rgba(56, 189, 248, .2);
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 0%, rgba(56, 189, 248, .16), transparent 16rem),
    radial-gradient(circle at 88% 18%, rgba(217, 70, 239, .14), transparent 18rem),
    linear-gradient(180deg, rgba(30, 41, 59, .72), rgba(15, 23, 42, .88));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.lab-topology::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--cyan), var(--magenta), transparent);
}

.topology-node,
.topology-bus {
  position: relative;
  display: grid;
  gap: .25rem;
  min-width: 0;
  padding: 1rem;
  border: 1px solid rgba(148, 163, 184, .16);
  border-radius: 18px;
  background: rgba(15, 23, 42, .72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.topology-node span,
.topology-bus span {
  color: #bae6fd;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.topology-node strong,
.topology-bus strong {
  overflow-wrap: anywhere;
  color: var(--text);
}

.topology-node em {
  color: var(--muted-strong);
  font-style: normal;
}

.topology-link {
  width: 2px;
  height: 28px;
  margin-inline: auto;
  background: linear-gradient(180deg, var(--cyan), var(--magenta));
  box-shadow: 0 0 18px rgba(56, 189, 248, .28);
}

.topology-bus {
  text-align: center;
  border-color: rgba(217, 70, 239, .28);
  background: linear-gradient(135deg, rgba(14, 165, 233, .12), rgba(217, 70, 239, .12)), rgba(15, 23, 42, .72);
}

.topology-endpoints {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .9rem;
}

.lab-timeline {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: .75rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.lab-timeline li {
  position: relative;
  min-height: 100%;
  padding: 1rem;
  border: 1px solid rgba(148, 163, 184, .16);
  border-radius: 18px;
  background:
    radial-gradient(circle at 90% 0%, rgba(217, 70, 239, .12), transparent 10rem),
    rgba(15, 23, 42, .68);
}

.lab-timeline b {
  display: inline-flex;
  margin-bottom: .55rem;
  color: var(--cyan);
  font-size: .78rem;
  letter-spacing: .1em;
}

.lab-timeline span {
  display: block;
  color: var(--muted-strong);
  font-weight: 850;
  line-height: 1.45;
}

.lab-metrics .hash-metric {
  grid-column: 1 / -1;
}

.hash-metric strong,
.hash-text,
.hash-text code {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.hash-metric strong {
  font-size: clamp(1rem, 2vw, 1.6rem);
  line-height: 1.35;
  color: #bae6fd;
}

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

.lab-proof-detail {
  display: grid;
  grid-template-columns: minmax(260px, .9fr) repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.lab-fact-list {
  display: grid;
  gap: .55rem;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

.lab-fact-list li {
  color: var(--muted-strong);
}

.screenshot-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: .85rem;
  min-width: 0;
  margin: 0;
  padding: .75rem;
  border: 1px solid rgba(56, 189, 248, .18);
  border-radius: 20px;
  background:
    radial-gradient(circle at 92% 0%, rgba(217, 70, 239, .12), transparent 12rem),
    linear-gradient(180deg, rgba(30, 41, 59, .72), rgba(15, 23, 42, .86));
  box-shadow: 0 18px 46px rgba(2, 6, 23, .28);
  overflow: hidden;
}

.screenshot-card a {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(2, 6, 23, .55);
}

.screenshot-card img {
  display: block;
  width: 100%;
  height: auto;
}

.screenshot-card figcaption {
  color: var(--muted-strong);
  font-size: .92rem;
  line-height: 1.55;
}

.screenshot-card figcaption strong {
  color: var(--text);
}

.screenshot-wide {
  max-width: 840px;
  margin: 1rem auto 0;
}

.lab-integrity-grid {
  margin-bottom: 1rem;
}

.evidence-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: start;
}

.evidence-gallery .screenshot-card:nth-child(3),
.evidence-gallery .screenshot-card:nth-child(5) {
  grid-column: span 2;
}

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

.artifact-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  min-height: 100%;
  padding: 1.1rem;
  border: 1px solid rgba(148, 163, 184, .16);
  border-radius: 18px;
  background:
    radial-gradient(circle at 88% 0%, rgba(217, 70, 239, .12), transparent 12rem),
    rgba(15, 23, 42, .68);
  color: var(--text);
  box-shadow: 0 18px 46px rgba(2, 6, 23, .24);
}

.artifact-card:hover {
  border-color: rgba(56, 189, 248, .36);
  background:
    radial-gradient(circle at 88% 0%, rgba(217, 70, 239, .16), transparent 12rem),
    rgba(15, 23, 42, .78);
  text-decoration: none;
}

.artifact-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 1.55rem;
  padding: 0 .6rem;
  border: 1px solid rgba(56, 189, 248, .24);
  border-radius: 999px;
  background: rgba(56, 189, 248, .08);
  color: #bae6fd;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .08em;
  line-height: 1;
}

.artifact-card strong {
  display: block;
  overflow-wrap: anywhere;
  word-break: normal;
  line-height: 1.42;
}

.artifact-card em {
  display: block;
  margin-top: .5rem;
  color: var(--muted-strong);
  font-style: normal;
  line-height: 1.5;
}

body.home-lab-page .bento-card .evidence-chip,
body.home-lab-page .proof-chip .chip-kind,
body.home-lab-page .artifact-card span {
  margin-bottom: .85rem;
}

body.home-lab-page .bento-card h3,
body.home-lab-page .proof-chip h3,
body.home-lab-page .artifact-card strong {
  margin-top: .15rem;
}

.evidence-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(15, 23, 42, .72);
}

.evidence-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 44rem;
}

.evidence-table caption {
  padding: 1rem;
  color: var(--muted);
  text-align: left;
  font-weight: 700;
}

.evidence-table th,
.evidence-table td {
  padding: .85rem 1rem;
  border-top: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.evidence-table thead th {
  color: var(--cyan);
  background: rgba(34, 211, 238, .08);
}

body.home-lab-page .topology-node,
body.home-lab-page .topology-bus {
  gap: .5rem;
}

body.home-page .home-lab-highlight-section .evidence-focus-grid article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.1rem;
}

body.home-page .home-lab-highlight-section .tile-code {
  margin-bottom: .85rem;
}

body.home-page .home-lab-highlight-section h3 {
  margin-bottom: .65rem;
  line-height: 1.22;
}

body.home-page .home-lab-highlight-section p {
  margin-bottom: 1rem;
}

body.home-page .home-lab-highlight-section .evidence-link {
  width: 100%;
  margin-top: auto;
}

@media (max-width: 1180px) {
  .home-lab-page h1 {
    font-size: 3.7rem;
  }

  .lab-timeline,
  .artifact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lab-skill-grid,
  .evidence-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .lab-command-band,
  .lab-proof-detail,
  .topology-endpoints {
    grid-template-columns: 1fr;
  }

  .evidence-gallery .screenshot-card:nth-child(3),
  .evidence-gallery .screenshot-card:nth-child(5) {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .home-lab-page h1 {
    max-width: 100%;
    font-size: 2.7rem;
  }

  body.home-lab-page .actions,
  body.home-lab-page .proof-links {
    row-gap: 1rem;
  }

  body.home-lab-page .evidence-gallery.windows-evidence-gallery {
    grid-template-columns: 1fr;
  }

  .lab-timeline,
  .lab-skill-grid,
  .evidence-gallery,
  .artifact-grid {
    grid-template-columns: 1fr;
  }

  .lab-proof-stack a {
    grid-template-columns: 1fr;
  }

  .lab-proof-stack b {
    grid-row: auto;
    width: fit-content;
    min-width: 3.4rem;
  }

  .topology-link {
    height: 22px;
  }
}

/* Shared premium footer standardization */
.site-footer.premium-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  max-width: var(--max);
  margin: clamp(3rem, 7vw, 6rem) auto 0;
  padding: clamp(2rem, 5vw, 3.25rem) var(--pad) clamp(2.25rem, 5vw, 3.5rem);
  border-top: 1px solid rgba(56, 189, 248, .2);
}

body.home-lab-page .site-footer.premium-footer {
  margin-top: clamp(4rem, 8vw, 7rem);
}

body.home-lab-page main > .section:last-child {
  margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
}

.site-footer.premium-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 0%, rgba(56, 189, 248, .13), transparent 17rem),
    radial-gradient(circle at 92% 14%, rgba(217, 70, 239, .13), transparent 17rem),
    linear-gradient(180deg, rgba(148, 163, 184, .05), transparent 44%);
}

.site-footer.premium-footer > * {
  position: relative;
  z-index: 1;
}

.site-footer.premium-footer,
.site-footer.premium-footer *,
.site-footer.premium-footer *::before,
.site-footer.premium-footer *::after {
  min-width: 0;
}

.site-footer .footer-proof-band {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin: 0 0 1.25rem;
  padding: 1rem;
  border: 1px solid rgba(217, 70, 239, .22);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(14, 165, 233, .12), rgba(217, 70, 239, .10)),
    rgba(15, 23, 42, .78);
  box-shadow:
    0 18px 42px rgba(2, 6, 23, .32),
    0 0 26px rgba(217, 70, 239, .10);
}

.site-footer .footer-proof-band span {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  max-width: 100%;
  padding: .48rem .75rem;
  border: 1px solid rgba(56, 189, 248, .18);
  border-radius: 999px;
  background: rgba(15, 23, 42, .68);
  color: var(--muted-strong);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .04em;
  overflow-wrap: anywhere;
  word-break: normal;
}

.site-footer .footer-proof-band span::before {
  content: "";
  flex: 0 0 auto;
  width: .48rem;
  height: .48rem;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 12px rgba(34, 197, 94, .75);
}

.site-footer .footer-proof-band strong {
  color: var(--accent);
}

.site-footer .footer-divider {
  height: 1px;
  margin: 0 0 1.25rem;
  background: linear-gradient(90deg, transparent, rgba(56, 189, 248, .34), rgba(217, 70, 239, .3), transparent);
}

.site-footer.premium-footer .footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.15fr) minmax(220px, .75fr) minmax(260px, 1fr);
  gap: 1rem;
  align-items: stretch;
}

.site-footer.premium-footer .footer-brand,
.site-footer.premium-footer .footer-links {
  min-height: 100%;
  padding: 1rem;
  border: 1px solid rgba(148, 163, 184, .14);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(217, 70, 239, .1), transparent 12rem),
    linear-gradient(180deg, rgba(30, 41, 59, .72), rgba(15, 23, 42, .84));
  box-shadow:
    0 16px 36px rgba(2, 6, 23, .22),
    inset 0 1px 0 rgba(255, 255, 255, .035);
}

.site-footer.premium-footer .footer-brand img {
  display: block;
  margin-bottom: .75rem;
}

.site-footer.premium-footer .footer-brand p {
  max-width: 58ch;
  overflow-wrap: anywhere;
  word-break: normal;
}

.site-footer.premium-footer .footer-brand p:last-child {
  margin-bottom: 0;
  color: var(--muted-strong);
}

.site-footer.premium-footer .footer-links {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: .5rem;
  margin-top: 0;
}

.site-footer.premium-footer .footer-heading {
  margin: 0 0 .85rem;
  color: var(--text);
  font-size: .82rem;
  font-weight: 950;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.site-footer.premium-footer .footer-links a {
  display: flex;
  width: 100%;
  max-width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  min-height: 38px;
  padding: .55rem .7rem;
  border: 1px solid rgba(148, 163, 184, .12);
  border-radius: 999px;
  background: rgba(15, 23, 42, .46);
  color: var(--muted-strong);
  font-size: .84rem;
  font-weight: 850;
  line-height: 1.25;
  overflow-wrap: anywhere;
  white-space: normal;
  word-break: normal;
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}

.site-footer.premium-footer .footer-links a::after {
  content: "Open";
  flex: 0 0 auto;
  color: var(--magenta);
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.site-footer.premium-footer .footer-links a:hover {
  border-color: rgba(56, 189, 248, .36);
  background: rgba(56, 189, 248, .1);
  color: var(--text);
  text-decoration: none;
  transform: translateX(3px);
}

.site-footer .footer-proof-callout {
  margin-top: 1rem;
}

.site-footer .footer-proof-callout p,
.site-footer .footer-meta {
  overflow-wrap: anywhere;
  word-break: normal;
}

.site-footer .footer-meta {
  max-width: none;
  margin-top: 1rem;
  padding-top: .9rem;
  border-top: 1px solid rgba(148, 163, 184, .1);
  color: var(--muted);
  font-size: .78rem;
  letter-spacing: .06em;
  line-height: 1.55;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .site-footer.premium-footer .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-footer .footer-proof-band {
    border-radius: 16px;
  }

  .site-footer .footer-proof-band span,
  .site-footer.premium-footer .footer-links a {
    width: 100%;
  }

  .site-footer.premium-footer .footer-links a {
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 14px;
    text-align: left;
  }
}

/* Proof Home Lab evidence gallery alignment */
body.proof-page .evidence-gallery.proof-evidence-gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: stretch;
  margin-top: clamp(1.75rem, 4vw, 2.5rem);
}

body.proof-page .proof-evidence-gallery .screenshot-card {
  height: 100%;
}

body.proof-page .proof-evidence-gallery .screenshot-card:nth-child(3) {
  grid-column: auto;
}

body.proof-page .proof-evidence-gallery .screenshot-card a {
  aspect-ratio: 4 / 3;
}

body.proof-page .proof-evidence-gallery .screenshot-card img {
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

@media (max-width: 1050px) {
  body.proof-page .evidence-gallery.proof-evidence-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body.proof-page .evidence-gallery.proof-evidence-gallery {
    grid-template-columns: 1fr;
  }
}
