:root {
  --ink: #f3f6f7;
  --muted: #9ca9ad;
  --laser: #d8ff3e;
  --laser-soft: rgba(216, 255, 62, .18);
  --line: #26353a;
  --black: #070a0b;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
.site-header { position: fixed; z-index: 20; inset: 0 0 auto; height: 76px; padding: 0 3.5vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(216,255,62,.24); background: rgba(7,10,11,.8); backdrop-filter: blur(14px); }
.site-header:after { content: ''; position: absolute; inset: auto 0 -1px; height: 1px; background: linear-gradient(90deg, transparent 8%, var(--laser) 50%, transparent 92%); opacity: .55; box-shadow: 0 0 12px var(--laser); }
.wordmark { font-weight: 800; letter-spacing: .28em; }
nav { display: flex; gap: 2.4rem; font-size: .72rem; text-transform: uppercase; letter-spacing: .16em; }
nav a, .header-link, .actions a { transition: color .2s, text-shadow .2s; }
nav a:hover, .header-link:hover, .actions a:hover { color: var(--laser); text-shadow: 0 0 12px var(--laser); }
.header-link { justify-self: end; font-size: .78rem; letter-spacing: .12em; }
.hero { min-height: 100svh; padding: 112px 3.5vw 54px; position: relative; display: grid; grid-template-columns: .92fr 1.08fr; gap: 4vw; align-items: center; overflow: hidden; }
.hero:after { content: ''; position: absolute; width: 46vw; aspect-ratio: 1; border: 1px solid rgba(216,255,62,.15); border-radius: 50%; left: 8vw; top: 14vh; z-index: -1; box-shadow: inset 0 0 32px rgba(216,255,62,.025), 0 0 36px rgba(216,255,62,.035); }
.eyebrow, .section-number { color: var(--laser); text-transform: uppercase; letter-spacing: .22em; font-size: .68rem; font-weight: 700; text-shadow: 0 0 12px rgba(216,255,62,.72); }
.editable-headline { width: 100%; min-height: clamp(190px, 38vh, 390px); margin: 2rem 0 0; border: 1px solid rgba(216,255,62,.16); border-left: 0; border-right: 0; padding: clamp(1rem,4vh,3rem) 0; font-size: clamp(3.7rem, 8.4vw, 9.4rem); font-weight: 900; line-height: .86; letter-spacing: -.065em; outline: none; white-space: pre-wrap; overflow-wrap: anywhere; caret-color: var(--laser); transition: border-color .25s, box-shadow .25s; }
.editable-headline:empty:before { content: attr(data-placeholder); color: rgba(243,246,247,.07); -webkit-text-stroke: 1px rgba(216,255,62,.22); pointer-events: none; }
.editable-headline:focus { border-color: rgba(216,255,62,.68); box-shadow: inset 0 1px 0 rgba(216,255,62,.3), inset 0 -1px 0 rgba(216,255,62,.3), 0 0 30px rgba(216,255,62,.07); }
.edit-hint { color: #607176; letter-spacing: .16em; font-size: .57rem; line-height: 1.5; }
.hero-intro { max-width: 430px; margin: 2.6rem 0 0 8vw; font-size: clamp(1.15rem, 1.8vw, 1.6rem); line-height: 1.32; }
.gallery-shell { min-width: 0; position: relative; border: 1px solid rgba(216,255,62,.28); background: #050706; box-shadow: 0 0 38px rgba(216,255,62,.08); }
.gallery-track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.gallery-track::-webkit-scrollbar { display: none; }
.gallery-slide { flex: 0 0 100%; min-width: 0; scroll-snap-align: start; display: grid; grid-template-rows: minmax(0,1fr) auto; height: min(69vh, 720px); background: transparent; }
.gallery-slide img { width: 100%; height: 100%; min-height: 0; object-fit: contain; padding: 1.1rem; filter: none; mix-blend-mode: normal; opacity: 1; }
.gallery-slide > span { display: flex; gap: 1rem; padding: 1rem 1.2rem; background: #070a08; color: var(--ink); border-top: 1px solid rgba(216,255,62,.32); font-size: .67rem; font-weight: 700; letter-spacing: .16em; }
.gallery-slide b { color: var(--laser); text-shadow: 0 0 10px var(--laser); }
.gallery-controls { position: absolute; z-index: 3; right: 1rem; top: 1rem; display: flex; align-items: center; gap: .5rem; color: #090b07; background: rgba(243,246,247,.92); border: 1px solid rgba(216,255,62,.65); box-shadow: 0 0 18px rgba(216,255,62,.2); }
.gallery-controls button { width: 38px; height: 38px; border: 0; background: transparent; color: #071013; font-size: 1rem; cursor: pointer; }
.gallery-controls button:hover, .gallery-controls button:focus-visible { background: var(--laser); outline: none; box-shadow: 0 0 16px rgba(216,255,62,.75); }
.gallery-controls p { margin: 0; font-size: .62rem; letter-spacing: .12em; }
.scroll-note { position: absolute; bottom: 1.6rem; left: 3.5vw; color: #607176; letter-spacing: .18em; font-size: .6rem; }
.section { padding: 12rem 7vw; border-top: 1px solid var(--line); }
.about { display: grid; grid-template-columns: 1fr 2.25fr; gap: 4vw; }
h2 { font-size: clamp(3rem,6.3vw,7rem); letter-spacing: -.055em; line-height: .9; margin: 0 0 4rem; }
h2 em { font-family: Georgia, serif; font-weight: 400; }
.about .lede { font-size: clamp(1.35rem,2.2vw,2.1rem); line-height: 1.35; max-width: 900px; }
.about div > p:not(.lede) { color: var(--muted); font-size: 1.05rem; max-width: 720px; line-height: 1.7; }
.actions { display: flex; gap: 2rem; margin-top: 3rem; text-transform: uppercase; font-size: .72rem; letter-spacing: .16em; }
.research { background: var(--ink); color: #071013; }
.research .section-number { color: #247881; margin-bottom: 5rem; text-shadow: none; }
.research-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #aebfc2; }
.research article { padding: 3rem 3rem 2rem 0; border-right: 1px solid #aebfc2; min-height: 360px; }
.research article + article { padding-left: 3rem; }
.research article:last-child { border-right: 0; }
.research article span { color: #247881; font-size: .68rem; letter-spacing: .2em; }
.research h3 { font-size: clamp(1.8rem,3vw,3rem); line-height: 1; letter-spacing: -.04em; margin: 4rem 0 2rem; }
.research article p { line-height: 1.6; color: #536367; }
.work { display: grid; grid-template-columns: .78fr 1.5fr; gap: 7vw; }
.work-heading { position: sticky; top: 120px; align-self: start; }
.work h2 { margin-top: 2rem; }
.publication { display: grid; grid-template-columns: 52px 1fr auto; align-items: start; gap: 1rem; padding: 2.2rem 0; border-top: 1px solid var(--line); transition: padding .25s, color .25s, text-shadow .25s; }
.publication:last-child { border-bottom: 1px solid var(--line); }
.publication:hover { color: var(--laser); padding-left: 1rem; text-shadow: 0 0 16px rgba(216,255,62,.38); }
.pub-index, .pub-year { font-size: .7rem; letter-spacing: .12em; color: #607176; }
.publication strong { display: block; font-size: clamp(1.1rem,2vw,1.55rem); line-height: 1.15; }
.publication small { display: block; margin-top: .7rem; color: var(--muted); font-size: .86rem; text-shadow: none; }
footer { min-height: 45vh; display: grid; grid-template-columns: 1fr 2fr auto; gap: 2rem; align-items: end; padding: 5rem 3.5vw; border-top: 1px solid var(--line); font-size: .68rem; letter-spacing: .14em; }
.motto { display: block; font-family: Georgia, serif; font-size: clamp(1.5rem,3vw,3rem); line-height: 1.08; letter-spacing: 0; max-width: 680px; margin: 0; transition: color .2s, text-shadow .2s; }
.motto:hover, .motto:focus-visible { color: var(--laser); text-shadow: 0 0 18px rgba(216,255,62,.35); outline: none; }
@media (max-width: 800px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; align-content: start; padding-top: 108px; gap: 2.5rem; }
  .editable-headline { min-height: 170px; font-size: clamp(3rem,17vw,6.5rem); }
  .hero-intro { margin: 2rem 0 0 12vw; }
  .gallery-slide { height: 55vh; min-height: 430px; }
  .section { padding: 7rem 6vw; }
  .about, .work { grid-template-columns: 1fr; }
  .research-grid { grid-template-columns: 1fr; }
  .research article, .research article + article { padding: 2.5rem 0; border-right: 0; border-bottom: 1px solid #aebfc2; min-height: 0; }
  .research h3 { margin: 2.5rem 0 1rem; }
  .work-heading { position: static; }
  footer { grid-template-columns: 1fr; min-height: 55vh; align-content: end; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
