/* Jackson Lai — an original particle portrait of an agent. */
:root {
  color-scheme:dark;
  --bg:#07080d;
  --surface:#0d0e16;
  --surface-2:#10111c;
  --text:#f1f0f7;
  --muted:#a4a5b8;
  --accent:#a697f6;
  --accent-light:#bdadff;
  --blue:#a6dcf5;
  --border:#ffffff14;
  --border-light:#ffffff24;
  --mono:ui-monospace,SFMono-Regular,Consolas,monospace
}
*,*::before,*::after {
  box-sizing:border-box
}
* {
  margin:0;
  padding:0
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:100px
}
body {
  background:var(--bg);
  color:var(--text);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.6;
  -webkit-font-smoothing:antialiased
}
body:has(dialog[open]) {
  overflow:hidden
}
a {
  color:inherit;
  text-decoration:none
}
button {
  font:inherit;
  color:inherit;
  cursor:pointer
}
a,button {
  -webkit-tap-highlight-color:transparent
}
button {
  border:0
}
a:focus-visible,button:focus-visible {
  outline:2px solid #c8baff;
  outline-offset:7px
}
::selection {
  background:#675797;
  color:white
}
.container {
  width:min(1184px,calc(100% - 96px));
  margin-inline:auto
}
.skip-link {
  position:fixed;
  top:10px;
  left:16px;
  z-index:100;
  background:#eee;
  color:#111;
  padding:10px 16px;
  transform:translateY(-200%)
}
.skip-link:focus {
  transform:none
}
.site-nav {
  height:80px;
  position:absolute;
  inset:0 0 auto;
  z-index:20;
  border-bottom:1px solid #ffffff09
}
.nav-inner {
  height:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:calc(100% - 96px);
  max-width:none
}
.logo {
  font-size:18px;
  font-weight:600;
  letter-spacing:-.7px
}
.logo .dot {
  color:var(--accent)
}
.nav-links {
  display:flex;
  gap:32px;
  font-size:13px;
  color:#b6b7c7;
  align-items:center
}
.nav-links a:hover {
  color:white
}
.nav-contact {
  border:1px solid var(--border-light);
  padding:8px 17px;
  border-radius:99px
}
.nav-contact span {
  margin-left:14px;
  color:var(--accent)
}
.hero {
  isolation:isolate;
  position:relative;
  min-height:780px;
  height:100svh;
  max-height:1080px;
  overflow:hidden;
  background:radial-gradient(ellipse at 50% 45%,#111022 0%,#080910 34%,#07080d 72%)
}
.hero::after {
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:100px;
  background:linear-gradient(transparent,var(--bg));
  pointer-events:none;
  z-index:2
}
.hero-stage {
  position:absolute;
  inset:0;
  mix-blend-mode:screen;
  touch-action:pan-y
}
.jarvis-artwork {
  --figure-reveal:1;
  --figure-scroll:0;
  --core-strength:.35;
  position:absolute;
  width:min(54vw,570px);
  aspect-ratio:1;
  top:155px;
  left:50%;
  z-index:1;
  pointer-events:none;
  transform:translate(-50%,0) translate(var(--scene-x,0px),var(--scene-y,0px));
  mix-blend-mode:screen;
}
.jarvis-figure {
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  opacity:1;
}
.field-ready .jarvis-figure {
  opacity:calc(var(--figure-reveal) * max(0, 1 - var(--figure-scroll) * 1.65));
  clip-path:inset(0 0 calc((1 - var(--figure-reveal)) * 100%) 0);
}
.field-loading .jarvis-figure { opacity:0; }
.energy-aura,.energy-core {
  position:absolute;
  left:49.3%;
  top:69.5%;
  transform:translate(-50%,-50%);
  aspect-ratio:1;
  opacity:calc(var(--figure-reveal) * (1 - var(--figure-scroll)));
  border-radius:50%;
  mix-blend-mode:screen;
}
.energy-aura {
  width:32%;
  background:radial-gradient(circle,#51d9ff42 0%,#5aaaff15 36%,transparent 68%);
  transform:translate(-50%,-50%) scale(calc(.8 + var(--core-strength) * .3));
}
.energy-core {
  width:12%;
  background:radial-gradient(circle,#dfffff66 0%,#81efff24 18%,#3cdfff10 39%,transparent 68%);
  opacity:calc(var(--figure-reveal) * var(--core-strength) * (1 - var(--figure-scroll)));
}
.hero-canvas {
  z-index:2;
  width:100%;
  height:100%;
  position:absolute;
  inset:0;
  display:block;
  opacity:0;
  transition:opacity .7s
}
.field-ready .hero-canvas {
  opacity:1
}
.hero-fallback {
  position:absolute;
  width:min(44vw,520px);
  height:46%;
  top:16%;
  left:50%;
  transform:translateX(-50%);
  opacity:.55;
  transition:opacity .7s;
  pointer-events:none
}
.field-ready .hero-fallback,.field-loading .hero-fallback {
  opacity:0
}
.hero-fallback img {
  display:block;
  width:100%;
  height:100%;
  object-fit:contain
}
.hero-eyebrow {
  position:absolute;
  top:125px;
  left:50%;
  transform:translateX(-50%);
  display:flex;
  align-items:center;
  gap:10px;
  white-space:nowrap;
  font:11px var(--mono);
  letter-spacing:2px;
  color:#a8a5bd
}
.hero-eyebrow::before {
  content:"";
  width:5px;
  height:5px;
  background:#b1a1f3;
  border-radius:50%;
  box-shadow:0 0 15px #9b81f3
}
.hero-name,.hero-discipline {
  position:absolute;
  top:39%;
  z-index:3;
  pointer-events:none
}
.hero-name {
  left:5.4%
}
.hero-name .eyebrow,.hero-discipline .eyebrow {
  font:11px var(--mono);
  letter-spacing:2px;
  color:#9792ad;
  text-transform:uppercase;
  margin-bottom:20px
}
.hero-name h1 {
  font-size:clamp(42px,5.7vw,82px);
  line-height:1.02;
  letter-spacing:-4px;
  font-weight:450
}
.hero-name h1 span {
  color:#a6a1b7
}
.hero-discipline {
  right:5.4%;
  text-align:right
}
.hero-discipline p:last-child {
  font-size:clamp(22px,2.4vw,35px);
  line-height:1.28;
  letter-spacing:-1px;
  font-weight:350;
  color:#d4d1e2
}
.jarvis-hit {
  position:absolute;
  left:50%;
  top:23%;
  width:28%;
  height:40%;
  transform:translateX(-50%);
  background:transparent;
  border-radius:48%;
  cursor:grab;
  touch-action:pan-y;
  z-index:4
}
.jarvis-hit:active {
  cursor:grabbing
}
.field-static .jarvis-hit {
  cursor:pointer
}
.jarvis-hit:focus-visible {
  outline:1px dashed #aa9af080;
  outline-offset:0
}
.jarvis-hit span {
  position:absolute;
  bottom:5%;
  left:50%;
  transform:translateX(-50%);
  font:11px var(--mono);
  letter-spacing:1px;
  white-space:nowrap;
  opacity:0;
  transition:opacity .25s;
  color:#d0c4f4;
  background:#090a13b3;
  padding:8px 12px;
  border-radius:20px
}
.jarvis-hit:hover span,.jarvis-hit:focus-visible span {
  opacity:1
}
.hero-bottom {
  position:absolute;
  left:50%;
  bottom:99px;
  transform:translateX(-50%);
  width:min(660px,90%);
  text-align:center;
  z-index:5
}
.hero-bottom .intro {
  font-size:clamp(20px,2.1vw,28px);
  line-height:1.3;
  font-weight:400;
  letter-spacing:-.8px;
  max-width:550px;
  margin:0 auto 10px
}
.hero-bottom .sub {
  font-size:14px;
  line-height:1.65;
  color:var(--muted);
  max-width:560px;
  margin:0 auto 24px
}
.hero-cta {
  display:flex;
  justify-content:center;
  gap:10px
}
.btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  border:1px solid var(--border-light);
  border-radius:99px;
  padding:11px 22px;
  font-size:13px;
  line-height:1.5;
  transition:background .2s,border-color .2s,transform .2s
}
.btn-primary {
  background:#edeaf7;
  color:#161321;
  border-color:transparent
}
.btn-primary:hover {
  background:#fff;
  transform:translateY(-2px)
}
.btn-secondary {
  background:#10101ac4;
  color:#d9d4eb
}
.btn-secondary:hover {
  background:#1b172d;
  border-color:#b7a2fc70;
  transform:translateY(-2px)
}
.btn span {
  font-size:15px
}
.hero-meta {
  position:absolute;
  bottom:31px;
  left:48px;
  right:48px;
  z-index:6;
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:#a29cac;
  font:11px var(--mono);
  letter-spacing:1.2px
}
.hero-meta .interaction-hint {
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  white-space:nowrap;
  color:#79758a
}
.hero-meta .demo-note {
  display:flex;
  align-items:center;
  gap:8px;
  background:none;
  padding:0;
  letter-spacing:inherit;
  transition:color .2s
}
.hero-meta .demo-note:hover {
  color:#e3d9ff
}
.demo-note i {
  width:4px;
  height:4px;
  display:inline-block;
  background:#a998e3;
  border-radius:50%
}
.field-controls {
  display:flex;
  gap:8px;
  align-items:center
}
.field-controls[hidden] {
  display:none
}
.icon-button {
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid #ffffff20;
  background:#ffffff04;
  width:32px;
  height:32px;
  border-radius:50%;
  font-size:13px
}
.icon-button:hover {
  background:#ffffff0d;
  border-color:#b7a2fc80
}
.icon-button svg {
  width:12px;
  height:12px
}
.icon-button[disabled] {
  opacity:.35;
  cursor:default
}
.scroll-link {
  display:flex;
  align-items:center;
  gap:8px;
  margin-right:12px
}
.scroll-link span {
  color:#ddd4f4;
  font-size:17px
}
.work-section {
  position:relative;
  z-index:3;
  padding:105px 0 0;
  scroll-margin-top:40px;
  background:var(--bg)
}
.section-heading {
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:36px;
  margin-bottom:38px
}
.eyebrow,.section-kicker {
  font:11px var(--mono);
  text-transform:uppercase;
  letter-spacing:2px;
  color:#aca0cc;
  margin-bottom:18px
}
.section-heading h2,.section-header h2 {
  font-size:clamp(30px,3.5vw,46px);
  font-weight:400;
  letter-spacing:-1.7px;
  line-height:1.16
}
.section-heading>p {
  font-size:14px;
  color:var(--muted);
  max-width:285px;
  padding-bottom:3px
}
.work-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px
}
.work-card {
  position:relative;
  overflow:hidden;
  border:1px solid var(--border);
  background:linear-gradient(160deg,#10111b,#0b0c12);
  border-radius:12px;
  transition:transform .35s,border-color .35s
}
.work-card:hover {
  transform:translateY(-5px);
  border-color:#bcaaff50
}
.work-art {
  height:184px;
  border-bottom:1px solid #ffffff08;
  display:flex;
  align-items:center;
  justify-content:center;
  background:radial-gradient(ellipse at 50% 65%,#71629818,transparent 65%);
  position:relative
}
.work-art svg {
  width:90%;
  height:85%;
  overflow:visible
}
.work-art .art-label {
  position:absolute;
  top:19px;
  left:22px;
  font:11px var(--mono);
  letter-spacing:1px;
  color:#9187ac
}
.work-card-body {
  padding:25px
}
.work-card .card-index {
  font:11px var(--mono);
  letter-spacing:1.5px;
  color:#aa9cbc;
  margin-bottom:12px;
  display:block
}
.work-card h3 {
  font-size:23px;
  font-weight:450;
  letter-spacing:-.5px;
  margin-bottom:10px
}
.work-card p {
  font-size:14px;
  line-height:1.7;
  color:var(--muted);
  min-height:72px
}
.card-bottom {
  margin-top:24px;
  padding-top:18px;
  border-top:1px solid var(--border);
  font-size:13px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  color:#cbc2df
}
.card-bottom span {
  font-size:18px;
  color:#b5a0e7
}
.work-all {
  display:flex;
  justify-content:flex-end;
  margin-top:25px;
  font-size:13px;
  color:#b6adca
}
.work-all a:hover {
  color:white
}
.stats-strip {
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:20px;
  margin:88px 0 110px;
  padding:35px 0;
  border-block:1px solid var(--border)
}
.stat+.stat {
  border-left:1px solid var(--border);
  padding-left:24px
}
.stat .num {
  font-size:30px;
  font-weight:400;
  letter-spacing:-1px;
  color:#ded7f0;
  font-variant-numeric:tabular-nums
}
.stat .label {
  font:11px/1.6 var(--mono);
  letter-spacing:1px;
  color:#9490a5;
  text-transform:uppercase;
  margin-top:10px;
  max-width:170px
}
.section {
  margin-bottom:110px;
  scroll-margin-top:45px
}
.section-header {
  margin-bottom:32px
}
.section-header h2 {
  margin-bottom:18px
}
.section-header p {
  font-size:14px;
  line-height:1.8;
  max-width:740px;
  color:var(--muted)
}
.featured-card {
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  overflow:hidden;
  border:1px solid var(--border);
  border-radius:12px;
  background:var(--surface);
  transition:border-color .3s
}
.featured-card:hover {
  border-color:#bdadff60
}
.featured-img {
  display:flex;
  align-items:center;
  background:#0c0c13
}
.featured-img img {
  display:block;
  width:100%;
  height:auto
}
.featured-body {
  padding:35px
}
.featured-body .tag {
  font:11px var(--mono);
  letter-spacing:1px;
  text-transform:uppercase;
  color:#aca0c4;
  display:block;
  margin-bottom:18px
}
.featured-body h3 {
  font-size:23px;
  font-weight:450;
  line-height:1.25;
  letter-spacing:-.6px;
  margin-bottom:12px
}
.featured-body .desc {
  font-size:14px;
  color:var(--muted);
  line-height:1.7
}
.featured-install {
  font:11px/1.8 var(--mono);
  color:#c9b9f0;
  padding:18px;
  margin-top:24px;
  background:#07080d;
  border:1px solid var(--border);
  border-radius:6px;
  overflow:auto
}
.featured-install .comment {
  color:#8f8b9c
}
.featured-meta {
  display:flex;
  gap:22px;
  padding-top:22px;
  margin-top:22px;
  border-top:1px solid var(--border);
  flex-wrap:wrap
}
.featured-meta .item {
  display:flex;
  flex-direction:column;
  gap:6px
}
.m-label {
  font:11px var(--mono);
  color:#9790a4;
  text-transform:uppercase;
  letter-spacing:1px
}
.m-val {
  font-size:13px;
  color:#d3c9e2
}
.thesis {
  display:grid;
  grid-template-columns:1fr 1.05fr;
  gap:60px;
  border-top:1px solid var(--border);
  padding-top:40px
}
.thesis blockquote {
  font-size:clamp(24px,2.6vw,36px);
  font-weight:350;
  line-height:1.4;
  letter-spacing:-1px
}
.thesis blockquote .gradient {
  color:#9285b2
}
.thesis ul {
  list-style:none
}
.thesis li {
  font-size:14px;
  color:var(--muted);
  padding:18px 0;
  border-top:1px solid var(--border);
  line-height:1.8
}
.thesis li:first-child {
  border:0;
  padding-top:0
}
.thesis li strong {
  font-weight:500;
  color:#dfd9eb
}
.posts {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:1px;
  background:var(--border);
  border-block:1px solid var(--border)
}
.post-card {
  display:block;
  background:var(--bg);
  padding:30px 30px 30px 0;
  transition:background .25s
}
.post-card:nth-child(even) {
  padding-left:30px
}
.post-card:hover {
  background:#0c0d15
}
.post-tag {
  font:11px var(--mono);
  letter-spacing:1px;
  color:#b4a6cf;
  text-transform:uppercase;
  margin-bottom:15px
}
.post-card h4 {
  font-size:18px;
  font-weight:450;
  line-height:1.45;
  letter-spacing:-.3px;
  margin-bottom:12px
}
.post-meta {
  font-size:13px;
  color:var(--muted)
}
.connect-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px
}
.connect-card {
  display:flex;
  gap:12px;
  align-items:center;
  border:1px solid var(--border);
  border-radius:8px;
  padding:20px 14px;
  transition:border-color .3s
}
.connect-card:hover {
  border-color:#bda9f480
}
.connect-icon {
  color:#b9a5e4;
  font-size:20px;
  width:23px;
  text-align:center
}
.connect-card .label {
  font:11px var(--mono);
  text-transform:uppercase;
  letter-spacing:1px;
  color:var(--muted);
  margin-bottom:5px
}
.connect-card .handle {
  font-size:13px;
  color:#ded6e9
}
footer {
  border-top:1px solid var(--border);
  padding:32px 0;
  font-size:13px;
  color:#9691a3
}
footer .container {
  display:flex;
  justify-content:space-between;
  gap:20px
}
footer a:hover {
  color:white
}
.jarvis-dialog {
  position:fixed;
  inset:0;
  margin:auto;
  width:min(440px,calc(100% - 32px));
  max-height:calc(100svh - 40px);
  overflow:auto;
  background:#10101b;
  color:var(--text);
  border:1px solid #bda9f440;
  border-radius:18px;
  padding:34px;
  box-shadow:0 30px 150px #000a
}
.jarvis-dialog::backdrop {
  background:#03040bbf;
  backdrop-filter:blur(10px)
}
.dialog-close {
  position:absolute;
  top:17px;
  right:17px
}
.jarvis-dialog h2 {
  font-size:35px;
  font-weight:400;
  letter-spacing:-1px;
  line-height:1.2;
  margin:14px 0
}
.jarvis-dialog .dialog-copy {
  font-size:14px;
  color:var(--muted);
  line-height:1.7
}
.dialog-modes {
  display:flex;
  gap:6px;
  margin:24px 0 25px
}
.mode-button {
  border-radius:99px;
  padding:7px 12px;
  font-size:12px;
  color:#aaa2bc;
  background:#ffffff05;
  border:1px solid #ffffff15
}
.mode-button[aria-pressed=true] {
  background:#bdadff18;
  color:#e3d9ff;
  border-color:#bdadff60
}
.dialog-links {
  display:grid;
  border-top:1px solid var(--border)
}
.dialog-links a {
  display:flex;
  justify-content:space-between;
  padding:14px 2px;
  border-bottom:1px solid var(--border);
  font-size:14px
}
.dialog-links a:hover {
  color:var(--accent-light)
}
.dialog-footnote {
  font:11px/1.7 var(--mono);
  color:#8f879f;
  margin-top:22px
}
.mode-description {
  font-size:13px;
  min-height:35px;
  color:#b8aecb;
  margin-top:-13px;
  margin-bottom:19px
}
.jarvis-dialog .eyebrow {
  font-size:11px;
  margin-bottom:0
}
@media(min-width:1800px) {
  .hero-name {
    left:10%
  }
  .hero-discipline {
    right:10%
  }
  .hero-canvas {
    inset-inline:10%;
    width:80%
  }
  .jarvis-hit {
    width:25%
  }
}
@media(max-width:1050px) {
  .container {
    width:calc(100% - 64px)
  }
  .nav-inner {
    width:calc(100% - 64px)
  }
  .hero-name {
    left:4%
  }
  .hero-discipline {
    right:4%
  }
  .hero-name h1 {
    font-size:57px;
    letter-spacing:-2.6px
  }
  .hero-discipline p:last-child {
    font-size:25px
  }
  .hero-meta {
    left:32px;
    right:32px
  }
  .work-card-body {
    padding:22px
  }
  .work-card h3 {
    font-size:20px
  }
  .work-card p {
    min-height:88px
  }
  .connect-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .featured-card {
    grid-template-columns:1fr
  }
  .featured-img {
    max-height:370px;
    overflow:hidden
  }
  .featured-img img {
    max-height:370px;
    object-fit:contain
  }
  .thesis {
    gap:35px
  }
  .stat+.stat {
    padding-left:16px
  }
}
@media(max-width:700px) {
  html {
    scroll-padding-top:25px
  }
  .container,.nav-inner {
    width:calc(100% - 40px)
  }
  .site-nav {
    height:68px
  }
  .nav-links {
    gap:20px;
    font-size:13px
  }
  .nav-links .nav-philosophy {
    display:none
  }
  .nav-contact {
    padding:6px 12px
  }
  .nav-contact span {
    margin-left:5px
  }
  .logo {
    font-size:16px
  }
  .hero {
    height:850px;
    min-height:850px;
    max-height:none
  }
  .hero-eyebrow {
    top:96px;
    width:min(92%,360px);
    font-size:10px;
    line-height:1.7;
    letter-spacing:1.5px;
    white-space:normal;
    text-align:center;
    justify-content:center
  }
  .hero-name {
    top:145px;
    left:25px
  }
  .hero-name .eyebrow,.hero-discipline .eyebrow {
    font-size:9px;
    letter-spacing:1px;
    margin-bottom:8px
  }
  .hero-name h1 {
    font-size:43px;
    letter-spacing:-2px
  }
  .hero-discipline {
    top:148px;
    right:25px
  }
  .hero-discipline p:last-child {
    font-size:20px;
    line-height:1.35;
    letter-spacing:-.5px
  }
  .hero-fallback {
    width:80%;
    height:34%;
    top:29%
  }
  .jarvis-hit {
    top:29%;
    width:66%;
    height:36%
  }
  .hero-bottom {
    bottom:100px;
    width:calc(100% - 36px)
  }
  .hero-bottom .intro {
    font-size:23px;
    max-width:310px;
    margin-bottom:12px;
    letter-spacing:-.6px
  }
  .hero-bottom .sub {
    font-size:13px;
    max-width:330px;
    margin-inline:auto;
    line-height:1.6;
    margin-bottom:20px
  }
  .hero-cta {
    gap:9px;
    flex-wrap:wrap
  }
  .btn {
    font-size:12px;
    padding:11px 17px;
    gap:12px;
    white-space:nowrap
  }
  .hero-meta {
    bottom:31px;
    left:23px;
    right:23px;
    font-size:10px;
    letter-spacing:1px
  }
  .hero-meta .interaction-hint {
    display:none
  }
  .scroll-link {
    font-size:10px;
    margin-right:5px;
    gap:5px
  }
  .icon-button {
    width:29px;
    height:29px
  }
  .work-section {
    padding-top:70px
  }
  .section-heading {
    display:block;
    margin-bottom:28px
  }
  .section-heading h2,.section-header h2 {
    font-size:34px;
    letter-spacing:-1.3px
  }
  .section-heading>p {
    margin-top:20px;
    max-width:320px;
    font-size:13px
  }
  .eyebrow,.section-kicker {
    font-size:11px;
    letter-spacing:1.5px
  }
  .work-grid {
    grid-template-columns:1fr;
    gap:17px
  }
  .work-art {
    height:185px
  }
  .work-card-body {
    padding:25px
  }
  .work-card h3 {
    font-size:25px
  }
  .work-card p {
    min-height:0;
    font-size:13px
  }
  .work-all {
    margin-top:24px
  }
  .stats-strip {
    grid-template-columns:repeat(2,1fr);
    margin:65px 0 75px;
    gap:25px 20px;
    padding:27px 0
  }
  .stat+.stat {
    padding-left:0;
    border:0
  }
  .stat:last-child {
    grid-column:1/-1;
    border-top:1px solid var(--border);
    padding-top:20px;
    display:flex;
    gap:20px;
    align-items:center
  }
  .stat .num {
    font-size:29px
  }
  .stat .label {
    font-size:11px;
    max-width:170px
  }
  .stat:last-child .label {
    margin-top:0
  }
  .section {
    margin-bottom:75px
  }
  .section-header p {
    font-size:13px
  }
  .featured-body {
    padding:24px
  }
  .featured-body h3 {
    font-size:23px
  }
  .featured-install {
    font-size:10px;
    padding:12px
  }
  .featured-meta {
    gap:20px
  }
  .thesis {
    grid-template-columns:1fr;
    gap:30px;
    padding-top:28px
  }
  .thesis blockquote {
    font-size:27px
  }
  .posts {
    grid-template-columns:1fr
  }
  .post-card,.post-card:nth-child(even) {
    padding:25px 0
  }
  .post-card h4 {
    font-size:18px
  }
  .connect-grid {
    grid-template-columns:1fr;
    gap:9px
  }
  .connect-card {
    padding:17px 10px;
    gap:8px
  }
  .connect-card .handle {
    font-size:13px
  }
  .connect-icon {
    font-size:16px;
    width:17px
  }
  footer .container {
    display:block;
    font-size:12px;
    line-height:2
  }
  footer .footer-signoff {
    margin-top:10px
  }
  .jarvis-dialog {
    padding:28px
  }
  .jarvis-dialog h2 {
    font-size:31px
  }
}
@media(max-width:360px) {
  .nav-links {
    gap:13px
  }
  .hero-name h1 {
    font-size:37px
  }
  .hero-discipline p:last-child {
    font-size:18px
  }
  .hero-name {
    left:20px
  }
  .hero-discipline {
    right:20px
  }
  .hero-meta .demo-note {
    font-size:9px
  }
  .connect-grid {
    grid-template-columns:1fr
  }
}
.jarvis-dialog {
  inset:auto auto 75px 48px;
  margin:0;
  width:365px;
  padding:29px;
  background:#10101bf5
}
.jarvis-dialog::backdrop {
  background:#03040b30;
  backdrop-filter:none
}
.jarvis-dialog h2 {
  font-size:31px
}
.dialog-links a {
  padding:12px 2px
}
.dialog-footnote {
  font-size:11px
}
.dialog-modes {
  margin:20px 0 25px
}
.jarvis-dialog .mode-description {
  min-height:35px
}
@media(max-width:700px) {
  .jarvis-dialog {
    inset:auto 12px 12px;
    width:calc(100% - 24px);
    padding:23px
  }
  .jarvis-dialog h2 {
    font-size:27px;
    margin:11px 0
  }
  .jarvis-dialog .dialog-copy {
    font-size:13px
  }
  .dialog-links a {
    padding:10px 2px;
    font-size:13px
  }
  .dialog-modes {
    margin:15px 0 21px
  }
  .dialog-footnote {
    margin-top:16px
  }
  .jarvis-dialog::backdrop {
    background:#03040b10
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*::before,*::after {
    animation:none!important;
    transition:none!important
  }
  .work-card:hover,.btn:hover {
    transform:none
  }
}
@media(max-width:700px) {
  .hero-meta .scroll-link {
    display:none
  }
  .hero-meta .demo-note {
    font-size:10px;
    letter-spacing:1px
  }
  .hero-meta .icon-button {
    width:34px;
    height:34px
  }
}

/* Keep the full figure clear of the name row and the engineering introduction. */
.hero { min-height:900px; background:radial-gradient(ellipse at 50% 42%,#0b1622 0%,#090c14 38%,#07080d 72%); }
.hero-eyebrow::before { background:#90ddef; box-shadow:0 0 15px #6fcfe5; }
.hero-name h1 span { color:#a0b6c8; }
.jarvis-hit { border-radius:50%; width:150px; height:150px; top:53%; }
.jarvis-hit:focus-visible { outline:1px solid #a9edffb3; box-shadow:0 0 35px #77d9ff15; }
.jarvis-hit span { bottom:-8%; color:#c4edff; background:#07121dcc; }
.mode-button[aria-pressed=true] { background:#74d7ff18; color:#d0f5ff; border-color:#90dfff60; }
@media(max-width:700px) {
  .hero { min-height:960px; height:960px; }
  .hero-name { top:160px; }
  .hero-discipline { top:163px; }
  .jarvis-artwork { width:min(104vw,390px); top:275px; }
  .jarvis-hit { top:54%; }
  .hero-meta .demo-note { max-width:calc(100% - 90px); text-align:left; font-size:9px; }
  .hero-meta .scroll-link { display:none; }
}
@media(prefers-reduced-motion:reduce) {
  .jarvis-artwork { transform:translate(-50%,0); }
}
