:root{--bg:#faf9f6;--surface:#fff;--text:#1f2933;--muted:#697586;--line:#ddd8cf;--accent:#2f6f73;--accent-dark:#234f52;--link:#8a4d2f;--shadow:0 18px 45px #1f293314;--body-text:#2f3944;--header-bg:#faf9f6eb;--soft-surface:#ffffff73;--hero-link:#b64f1e;--max-width:1280px;color-scheme:light}:root[data-theme=dark]{--bg:#050505;--surface:#0b0b0b;--text:#f2f2f2;--muted:#b8b8b8;--line:#292929;--accent:#75b9bb;--accent-dark:#91d1d2;--link:#e5a078;--shadow:0 18px 45px #0000004d;--body-text:#dedede;--header-bg:#050505f0;--soft-surface:#0b0b0b;--hero-link:#f0a071;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background:var(--bg);color:var(--text);text-rendering:optimizelegibility;overflow-wrap:break-word;margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;line-height:1.65;transition:background-color .18s,color .18s}img,svg{max-width:100%;display:block}a{color:var(--link);text-underline-offset:.22em;text-decoration-thickness:1px}a:hover{color:var(--accent-dark)}a:focus-visible,button:focus-visible,[tabindex]:focus-visible{outline-offset:3px;outline:3px solid #2f6f7373}.skip-link{z-index:20;background:var(--text);color:var(--surface);padding:.5rem .75rem;position:absolute;top:-100px;left:1rem}.skip-link:focus{top:1rem}.site-header{z-index:10;background:var(--header-bg);backdrop-filter:blur(14px);border-bottom:1px solid #ddd8cfcc;position:sticky;top:0}.nav{width:min(calc(100% - 32px), var(--max-width));justify-content:space-between;align-items:center;gap:1rem;min-height:68px;margin:0 auto;display:flex}.brand{color:var(--text);white-space:nowrap;align-items:center;font-weight:700;text-decoration:none;display:inline-flex}.brand-mark{border:1px solid var(--muted);letter-spacing:-.05em;border-radius:50%;place-items:center;width:46px;height:46px;font-family:Georgia,Times New Roman,serif;font-size:1.15rem;font-weight:600;line-height:1;display:grid;position:relative}.brand-dot{background:var(--hero-link);border-radius:50%;width:4px;height:4px;position:absolute;top:8px;right:8px}.nav-links{align-items:center;gap:1.05rem;font-size:.92rem;display:flex}.nav-links a{color:var(--muted);text-decoration:none}.nav-toggle{border:1px solid var(--line);background:var(--surface);cursor:pointer;touch-action:manipulation;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:42px;height:42px;padding:0;display:none}.nav-toggle-line{background:var(--text);width:18px;height:2px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.section{width:min(calc(100% - 32px), var(--max-width));margin:0 auto;padding:76px 0;scroll-margin-top:88px}.eyebrow{color:var(--accent-dark);letter-spacing:0;text-transform:uppercase;margin:0 0 .75rem;font-size:.78rem;font-weight:700}h1,h2,h3{letter-spacing:0;margin:0;line-height:1.15}h1,h2{font-family:Georgia,Times New Roman,serif;font-weight:600}h1{font-size:clamp(2.4rem,6vw,4rem)}h2{margin-bottom:1.8rem;font-size:clamp(1.6rem,3vw,2.35rem)}h3{font-size:1.05rem}.button{border-radius:8px;justify-content:center;align-items:center;min-height:44px;padding:.58rem .95rem;font-weight:700;text-decoration:none;display:inline-flex}.button.primary{background:var(--accent);color:var(--surface)}.button.secondary{border:1px solid var(--line);color:var(--text);background:var(--soft-surface)}.plain-section{border-bottom:1px solid var(--line)}.plain-section:last-of-type{border-bottom:0}.hero-plain{padding-top:96px}.hero-plain h1{margin:0 0 1.1rem}.hero-intro{max-width:700px;color:var(--body-text);margin:0 0 1.6rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.05rem,1.7vw,1.22rem);line-height:1.55}.hero-links{flex-wrap:wrap;gap:.75rem;margin-bottom:1.6rem;display:flex}.contact-list{flex-wrap:wrap;gap:.75rem 1rem;margin:0;padding:0;list-style:none;display:flex}.contact-list a{font-weight:700}.about-section{padding-top:96px;padding-bottom:96px}.about-content{max-width:720px}.about-content h2:after{content:"";background:var(--hero-link);width:30px;height:2px;margin-top:.65rem;display:block}.about-prose{color:var(--body-text);font-family:Georgia,Times New Roman,serif;font-size:1.08rem;line-height:1.75}.about-prose p{margin:0}.about-prose p+p{margin-top:1.45rem}.explore-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;display:grid}.explore-card{border:1px solid var(--line);color:var(--text);background:var(--surface);border-radius:10px;padding:1.25rem;text-decoration:none;transition:transform .15s,box-shadow .15s;display:block}.explore-card:hover{color:var(--text);box-shadow:var(--shadow);transform:translateY(-2px)}.explore-card h3{color:var(--accent-dark);margin-bottom:.4rem}.explore-card p{color:var(--muted);margin:0;font-size:.95rem}.page-intro{padding-top:56px}.page-intro h1{margin:0 0 1rem}.page-intro p{max-width:760px;color:var(--body-text);margin:0;font-size:clamp(1.02rem,1.6vw,1.16rem);line-height:1.5}.cv-download{margin-top:1.5rem}.back-link{margin-bottom:1.2rem;font-size:.92rem;font-weight:700;display:inline-block}.prose p{max-width:760px;color:var(--body-text);margin:0}.prose p+p{margin-top:1rem}.note-page h1{margin:0 0 1.5rem}.section-more-link-wrap{width:min(calc(100% - 32px), var(--max-width));margin:0 auto;padding:0 0 76px}.section-more-link{font-size:.95rem;font-weight:700;display:inline-block}.publication-list{margin:0;padding-left:1.35rem}.publication-list li+li{margin-top:1rem}.publication-title,.publication-authors,.publication-meta{display:block}.publication-title{font-weight:700}.publication-authors{color:var(--body-text);margin-top:.25rem;font-size:.96rem;line-height:1.45}.publication-meta{color:var(--muted);margin-top:.25rem}.publication-meta a{font-weight:700}.notes-index-list{margin:0;padding:0;list-style:none}.notes-index-list li+li{margin-top:1.4rem}.notes-index-description{color:var(--muted);margin:.35rem 0 0}.writing-link{color:var(--text);grid-template-columns:minmax(0,1fr) auto;gap:1rem;text-decoration:none;display:grid}.writing-link span{font-weight:700}.writing-link time{color:var(--muted)}.resource-list{gap:.9rem;display:grid}.resource-item{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:1rem;padding:1rem 0;display:grid}.resource-item:last-child{border-bottom:0}.resource-item h3{margin:0}.resource-item p{color:var(--muted);margin:.45rem 0 0}.resource-item a{font-size:.92rem;font-weight:700}.news-list{margin:0;padding:0;list-style:none}.news-list li{border-bottom:1px solid var(--line);grid-template-columns:110px minmax(0,1fr);gap:1rem;padding:1rem 0;display:grid}.news-list li:last-child{border-bottom:0}.news-list time{color:var(--accent-dark);font-size:.88rem;font-weight:700}.news-list p{color:var(--body-text);margin:0}.page-banner{color:#f4f6f5;background:linear-gradient(135deg,#0f2c30,#163a3d 55%,#1c2a3a);width:100%;padding:64px 0}:root[data-theme=dark] .page-banner{background:linear-gradient(135deg,#071a1c,#0d2224 55%,#10161f)}.page-banner-inner{width:min(calc(100% - 32px), var(--max-width));margin:0 auto}.page-banner-eyebrow{color:#9adfd8;letter-spacing:.04em;text-transform:uppercase;margin:0 0 .6rem;font-size:.78rem;font-weight:700}.page-banner h1{color:#fff;margin:0 0 .85rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:800}.page-banner-sub{color:#f4f6f5d1;max-width:640px;margin:0;font-size:clamp(1rem,1.6vw,1.12rem);line-height:1.5}.project-grid-section{padding-top:48px}.project-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:1.5rem;display:grid}.project-card{border:1px solid var(--line);background:var(--surface);min-width:0;max-width:640px;box-shadow:var(--shadow);border-radius:14px;flex-direction:column;display:flex;overflow:hidden}.project-thumb{aspect-ratio:16/9;color:#ffffffd9;place-items:center;display:grid;position:relative}.thumb-tritondft{background-color:#123338;background-image:radial-gradient(circle,#9adfd873 1.5px,#0000 1.6px);background-size:24px 24px}.thumb-icon{width:42%;max-width:140px}.live-badge{color:#eafffb;letter-spacing:.03em;text-transform:uppercase;background:#050a0a8c;border-radius:999px;align-items:center;gap:.4rem;padding:.3rem .6rem;font-size:.72rem;font-weight:700;display:inline-flex;position:absolute;top:.75rem;right:.75rem}.live-dot{background:#4ee6a4;border-radius:50%;width:6px;height:6px}.project-card-body{flex-direction:column;flex:1;padding:1.25rem 1.35rem 1.4rem;display:flex}.project-card-meta{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.category-pill{letter-spacing:.02em;text-transform:uppercase;border-radius:999px;padding:.25rem .6rem;font-size:.72rem;font-weight:700}.category-ai{color:var(--accent-dark);background:#2f6f7324}.project-url{color:var(--muted);font-size:.82rem;font-weight:600;text-decoration:none}.project-card-body h3{margin:0 0 .5rem;font-size:1.3rem}.project-card-body>p{color:var(--body-text);margin:0;font-size:.96rem;line-height:1.5}.project-card-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1rem;margin-top:1.15rem;display:flex}.tag-list{flex-wrap:wrap;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.tag-list li{background:var(--soft-surface);border:1px solid var(--line);color:var(--muted);letter-spacing:.02em;text-transform:uppercase;border-radius:6px;padding:.22rem .5rem;font-size:.72rem;font-weight:600}.launch-button{color:#fff;white-space:nowrap;border-radius:8px;flex-shrink:0;align-items:center;padding:.45rem .85rem;font-size:.88rem;font-weight:700;text-decoration:none;display:inline-flex}.launch-ai{background:var(--accent)}.launch-ai:hover{background:var(--accent-dark);color:#fff}.viewer-section{padding-top:0}.viewer-canvas{aspect-ratio:16/10;border:1px solid var(--line);background:var(--surface);width:100%;max-height:560px;box-shadow:var(--shadow);border-radius:12px;overflow:hidden}.viewer-canvas canvas{width:100%;height:100%;display:block}.viewer-controls{flex-wrap:wrap;align-items:center;gap:1.2rem;margin-top:1rem;display:flex}.viewer-legend{color:var(--muted);flex-wrap:wrap;gap:.75rem 1.2rem;margin:0;padding:0;font-size:.9rem;list-style:none;display:flex}.viewer-legend li{align-items:center;gap:.4rem;display:inline-flex}.swatch{border-radius:50%;width:12px;height:12px;display:inline-block}.swatch-a{background:#b64f1e}.swatch-b{background:#2f6f73}.swatch-o{background:#4a7fb5}.site-footer{width:min(calc(100% - 32px), var(--max-width));border-top:1px solid var(--line);color:var(--muted);margin:0 auto;padding:2rem 0 3rem;font-size:.9rem}.site-footer p{margin:0}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.visit-widget{background:#0b1f24;border:1px solid #8ccdff40;border-radius:10px;align-items:flex-end;width:min(100%,300px);height:84px;text-decoration:none;display:flex;position:relative;overflow:hidden}:root[data-theme=dark] .visit-widget{background:#060f12}.visit-widget:hover{border-color:#8ccdff73}.visit-widget-canvas{width:100%;height:100%;position:absolute;inset:0}.visit-widget-stats{z-index:1;color:#eafdff;white-space:nowrap;text-overflow:ellipsis;background:linear-gradient(#040c0f26,#040c0fd9);align-items:center;gap:.35rem;width:100%;padding:.35rem .55rem;font-size:.72rem;font-weight:600;display:flex;position:relative;overflow:hidden}.visit-widget-stats b{color:#fff}.visit-sep{color:#eafdff66}.visit-live-dot{background:#4ee6a4;border-radius:50%;flex-shrink:0;width:6px;height:6px;box-shadow:0 0 6px #4ee6a4}.dash-error-msg{border:1px solid var(--line);background:var(--soft-surface);color:var(--muted);border-radius:8px;margin-top:1rem;padding:.75rem 1rem;font-size:.92rem}.traffic-dashboard{padding-top:24px}.dash-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.dash-kpis{flex:1;grid-template-columns:repeat(auto-fit,minmax(96px,1fr));gap:.75rem;min-width:0;display:grid}.kpi{border:1px solid var(--line);background:var(--surface);border-radius:10px;flex-direction:column;padding:.7rem .85rem;display:flex}.kpi span{color:var(--muted);text-transform:uppercase;letter-spacing:.02em;font-size:.72rem;font-weight:600}.kpi b{margin-top:.2rem;font-size:1.4rem;font-weight:800}.kdelta{font-size:.78rem;font-style:normal;font-weight:700}.kdelta.up{color:#2f9e5c}.kdelta.down{color:#c14b4b}.dash-range{border:1px solid var(--line);background:var(--surface);border-radius:10px;flex-shrink:0;gap:.25rem;padding:.25rem;display:inline-flex}.dash-range button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:7px;padding:.4rem .7rem;font-size:.85rem;font-weight:700}.dash-range button.on{background:var(--accent);color:#fff}.dash-main{grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:1.25rem;margin-bottom:1.75rem;display:grid}.card{border:1px solid var(--line);background:var(--surface);border-radius:12px;overflow:hidden}.card-h{border-bottom:1px solid var(--line);color:var(--muted);text-transform:uppercase;letter-spacing:.02em;padding:.75rem 1rem;font-size:.8rem;font-weight:700}.mapwrap{aspect-ratio:16/10;background:#0b1f24;position:relative}:root[data-theme=dark] .mapwrap{background:#060f12}.mapwrap canvas{cursor:grab;width:100%;height:100%;position:absolute;inset:0}.mapwrap canvas.grabbing{cursor:grabbing}.zoomctl{z-index:2;flex-direction:column;gap:.35rem;display:flex;position:absolute;bottom:.6rem;right:.6rem}.zoomctl button{color:#eafdff;cursor:pointer;background:#061216b3;border:1px solid #8ccdff4d;border-radius:7px;width:30px;height:30px;font-size:1rem;font-weight:700}.vmtip{z-index:30;color:#eafdff;pointer-events:none;white-space:nowrap;background:#050c0feb;border-radius:6px;padding:.4rem .6rem;font-size:.78rem;line-height:1.4;display:none;position:fixed}.vmtip.show,.vmtip b{display:block}.vmtip span{color:#eafdffb3}.cchart{flex-direction:column;display:flex}.cchart .hist{flex:1}.sech{color:var(--muted);text-transform:uppercase;letter-spacing:.02em;margin:0 0 1rem;font-size:.85rem;font-weight:700}.secsub{color:var(--muted);text-transform:none;letter-spacing:0;margin-left:.4rem;font-weight:500}.grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.1rem;display:grid}.cwide3{grid-column:1/-1}.plist{padding:.5rem 1rem 1rem}.brow{grid-template-columns:minmax(0,1fr) 60px 28px 40px;align-items:center;gap:.5rem;padding:.4rem 0;font-size:.85rem;display:grid}.bl{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.bt{background:var(--soft-surface);border-radius:3px;height:6px;display:block;overflow:hidden}.bt i{background:var(--accent);border-radius:3px;height:100%;display:block}.bv{color:var(--muted);text-align:right;font-variant-numeric:tabular-nums}.bp{color:var(--muted);text-align:right;font-size:.78rem}.hist{padding:.9rem 1rem 1rem}.hbars{align-items:flex-end;gap:2px;height:90px;display:flex}.hb{flex:1;align-items:flex-end;height:100%;display:flex}.hb i{background:var(--accent);border-radius:2px 2px 0 0;width:100%;display:block}.hlab{color:var(--muted);gap:2px;margin-top:.4rem;font-size:.68rem;display:flex}.hlab span{text-align:center;white-space:nowrap;flex:1;overflow:hidden}.nr{padding:1rem}.nrbar{background:var(--soft-surface);border-radius:5px;height:10px;overflow:hidden}.nrbar i{background:var(--accent);height:100%;display:block}.nrlabels{color:var(--muted);justify-content:space-between;margin-top:.5rem;font-size:.82rem;display:flex}.recent{padding:.4rem 1rem 1rem}.rrow{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) minmax(0,1.2fr) 70px;gap:.6rem;padding:.5rem 0;font-size:.85rem;display:grid}.rrow:last-child{border-bottom:0}.rwhere{font-weight:600}.rmeta,.rago{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.empty{color:var(--muted);padding:1rem;font-size:.88rem}@media (width<=820px){.dash-main{grid-template-columns:1fr}.rrow{grid-template-columns:1fr;gap:.15rem}}.theme-toggle{z-index:12;border:1px solid var(--line);background:var(--surface);width:48px;height:48px;color:var(--text);box-shadow:var(--shadow);cursor:pointer;touch-action:manipulation;border-radius:50%;place-items:center;padding:0;display:grid;position:fixed;bottom:clamp(.75rem,2vw,1.5rem);right:clamp(.75rem,2vw,1.5rem)}.theme-toggle:hover{color:var(--accent-dark);transform:translateY(-2px)}.theme-icon{grid-area:1/1;font-size:1.35rem;line-height:1}.theme-icon-sun,:root[data-theme=dark] .theme-icon-moon{display:none}:root[data-theme=dark] .theme-icon-sun{display:block}@media (width<=1080px){.nav{min-height:62px}.nav-toggle{display:inline-flex}.nav-links{border:1px solid var(--line);background:var(--surface);max-height:calc(100dvh - 78px);box-shadow:var(--shadow);border-radius:8px;flex-direction:column;align-items:flex-start;gap:0;padding:.65rem;display:none;position:absolute;top:62px;left:16px;right:16px;overflow-y:auto}.nav-links.open{display:flex}.nav-links a{align-items:center;width:100%;min-height:44px;padding:.65rem;display:flex}}@media (width<=820px){body{font-size:16px}.section{padding:58px 0;scroll-margin-top:78px}.section-more-link-wrap{padding-bottom:58px}.about-section{padding-top:72px;padding-bottom:72px}.about-prose{font-size:17px}}@media (width<=560px){.section,.section-more-link-wrap,.nav,.site-footer{width:min(calc(100% - 24px), var(--max-width))}.section{padding:44px 0}.about-section{padding-top:60px;padding-bottom:60px}.button{width:100%}.resource-item,.news-list li{grid-template-columns:1fr;gap:.35rem}.contact-list,.footer-inner{flex-direction:column;align-items:flex-start}.visit-widget{width:100%}.dash-kpis{grid-template-columns:repeat(2,1fr)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}body,.theme-toggle{transition:none}}:root{--bg:#faf8f3;--surface:#fffefa;--text:#172b3a;--body-text:#293b46;--muted:#66727a;--line:#dedbd3;--accent:#315f63;--accent-dark:#254d50;--link:#9a4c2d;--hero-link:#b75c38;--header-bg:#faf8f3f0;--max-width:1160px}body{font-size:18px;line-height:1.75}.site-header{box-shadow:none;border-bottom-color:#dedbd3a6}.nav{min-height:76px;width:min(calc(100% - 48px), var(--max-width))}.brand img{width:48px;height:48px}.brand-copy{gap:.05rem;margin-left:.7rem;line-height:1.1;display:grid}.brand-copy strong{color:var(--text);letter-spacing:.01em;font-size:.86rem}.brand-copy small{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.67rem}:root[data-theme=dark] .brand img,:root[data-theme=dark] .hero-mark{filter:brightness(0)invert(.92)}.nav-links{letter-spacing:.015em;gap:clamp(.8rem,1.7vw,1.5rem);font-size:.8rem}.nav-links a{color:var(--text);position:relative}.nav-links a:after{content:"";background:var(--hero-link);height:1px;transition:right .16s;position:absolute;bottom:-.4rem;left:0;right:100%}.nav-links a:hover:after,.nav-links a:focus-visible:after,.nav-links a.active:after{right:0}.home-section{width:min(calc(100% - 48px), var(--max-width));margin:0 auto;padding:clamp(5rem,9vw,8rem) 0;scroll-margin-top:90px}.home-section+.home-section{border-top:0}.hero{grid-template-rows:1fr;grid-template-columns:minmax(0,1fr) minmax(240px,.7fr);align-items:center;gap:4rem 8rem;min-height:calc(100svh - 76px);padding-top:100px;padding-bottom:72px;display:grid}.hero-copy{z-index:1;position:relative}.hero-mark{border:1px solid var(--line);background:var(--surface);border-radius:50%;width:min(100%,300px);padding:2.25rem;box-shadow:0 24px 70px #172b3a17}.kicker,.section-heading>p,.project-meta,.article-date{color:var(--accent);letter-spacing:.11em;text-transform:uppercase;margin:0 0 .75rem;font-size:.72rem;font-weight:700}.hero h1{letter-spacing:-.035em;max-width:680px;font-size:clamp(3.2rem,7vw,6rem);font-weight:500}.hero-role{max-width:590px;color:var(--body-text);margin:1.5rem 0 0;font-size:1.14rem;font-weight:650}.hero-place{color:var(--muted);margin:1rem 0 0;line-height:1.55}.hero-actions{flex-wrap:wrap;align-items:center;gap:1rem 1.75rem;margin-top:2rem;font-size:.88rem;font-weight:700;display:flex}.hero-actions a{text-decoration:none}.hero-actions a:hover{text-decoration:underline}.hero-actions .hero-portfolio-link{background:var(--accent);min-height:46px;color:var(--surface);border-radius:3px;align-items:center;gap:1rem;padding:.65rem 1rem;display:inline-flex}.hero-actions .hero-portfolio-link:hover{background:var(--accent-dark);text-decoration:none}.hero .inline-links{margin-top:1.4rem}.home-featured{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--surface)}.home-section+.home-featured{border-top:1px solid var(--line)}.home-featured .project-list{max-width:960px}.home-featured .project-list article{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 78%, var(--bg));border-bottom:0;grid-template-columns:minmax(180px,.38fr) minmax(0,1fr);column-gap:2rem;padding:1.6rem 1.25rem;display:grid}.home-featured .project-list article:first-child{border-radius:4px 4px 0 0}.home-featured .project-list article:last-child{border-bottom:1px solid var(--line);border-radius:0 0 4px 4px}.home-featured .project-list .project-meta{grid-row:1/4}.home-featured .text-link{margin-top:1.5rem}.inline-links,.contact-links{flex-wrap:wrap;gap:.4rem 1.3rem;margin:1.6rem 0 0;padding:0;font-size:.9rem;list-style:none;display:flex}.inline-links a,.contact-links a,.project-links a,.text-link a{font-weight:650}.hero-mark{justify-self:center;width:min(100%,300px)}.about{grid-template-columns:240px minmax(0,720px);align-items:start;gap:clamp(3rem,7vw,7rem);display:grid}.about-quote{margin:0;padding-top:.25rem}.about-quote p{margin:0;font-family:Georgia,Times New Roman,serif;font-size:1.18rem;font-style:italic;line-height:1.65}.about-quote footer{color:var(--muted);margin-top:.75rem;font-size:.8rem;line-height:1.7}.about-quote cite{font-style:normal}.section-heading{margin-bottom:3.25rem}.section-heading h2{letter-spacing:-.025em;margin:0;font-size:clamp(2.2rem,4vw,3.4rem);font-weight:500}.section-heading h2:after{content:"";background:var(--hero-link);width:34px;height:2px;margin-top:.8rem;display:block}.essay,.section-intro,.contact>p,.article-page{max-width:720px}.essay p{margin:0}.essay p+p{margin-top:1.65rem}.essay strong{color:var(--text);font-weight:700}.section-intro{color:var(--body-text);margin:-1rem 0 4rem;font-family:Georgia,Times New Roman,serif;font-size:1.25rem;line-height:1.65}.timeline-list{max-width:850px;margin:0;padding:0;list-style:none}.timeline-list li{border-left:1px solid var(--line);grid-template-columns:150px minmax(0,1fr);gap:2rem;padding:0 0 3rem 2rem;display:grid;position:relative}.timeline-list li:last-child{padding-bottom:0}.timeline-list li:before{content:"";background:var(--hero-link);border-radius:50%;width:9px;height:9px;position:absolute;top:.55rem;left:-5px}.timeline-list time{color:var(--muted);font-size:.82rem;font-weight:700}.timeline-list h3,.research-list h3,.project-list h3,.bibliography h3{color:var(--text);margin:0;font-size:1.15rem}.timeline-list p{color:var(--body-text);margin:.35rem 0 0}.timeline-list .timeline-place{color:var(--accent);margin-top:.1rem;font-size:.86rem;font-weight:650}.research-list{background:var(--line);border:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;max-width:940px;display:grid}.research-list article{background:var(--bg);grid-template-columns:54px minmax(0,1fr);gap:1.5rem;padding:1.5rem;display:grid}.research-list article>span{color:var(--hero-link);font-family:Georgia,serif;font-size:.85rem}.research-list p{max-width:720px;color:var(--body-text);margin:.55rem 0 0}.research-list .related{color:var(--muted);font-size:.78rem}.project-list{max-width:900px}.project-list article{border-top:1px solid var(--line);padding:2.25rem 0}.project-list article:last-child{border-bottom:1px solid var(--line)}.project-list article>p:not(.project-meta,.project-links){max-width:720px;color:var(--body-text);margin:.65rem 0 0}.project-links{margin:.9rem 0 0;font-size:.86rem}.bibliography{max-width:980px;margin:0;padding:0;list-style:none}.bibliography li{border-top:1px solid var(--line);grid-template-columns:70px minmax(0,1fr);gap:1.5rem;padding:1.7rem 0;display:grid}.bibliography time{color:var(--muted);font-size:.82rem;font-weight:700}.bibliography p{margin:.35rem 0 0}.bibliography .authors{color:var(--body-text);font-size:.83rem;line-height:1.55}.bibliography .venue{color:var(--muted);font-size:.8rem}.text-link{margin:2rem 0 0;font-size:.88rem}.writing-list{border-top:1px solid var(--line);max-width:820px;margin:0;padding:0;list-style:none}.writing-list li{border-bottom:1px solid var(--line)}.writing-list a{color:var(--text);justify-content:space-between;gap:2rem;padding:1.2rem 0;text-decoration:none;display:flex}.writing-list a:hover span{color:var(--link)}.writing-list time{color:var(--muted);white-space:nowrap;font-size:.82rem}.writing-note{max-width:650px;color:var(--muted);margin:1.25rem 0 0;font-size:.85rem}.contact{max-width:var(--max-width);border:1px solid var(--line);background:var(--accent);color:#f8f7f1;margin-bottom:4rem;padding:4rem clamp(1.5rem,5vw,5rem) 5rem}.contact .section-heading h2,.contact>p{color:#f8f7f1}.contact .section-heading h2:after{background:#e8ad7f}.contact-links a{color:#f8f7f1}.contact>p{margin:0;font-family:Georgia,serif;font-size:1.25rem}.contact-links{margin-top:2rem}.site-footer{width:min(calc(100% - 48px), var(--max-width));border-top:1px solid var(--line);padding:2rem 0}.footer-inner{display:block}.site-footer p{font-size:.75rem}.visit-widget{display:none}.theme-toggle{width:42px;height:42px;box-shadow:none;opacity:.75}.article-page{width:min(100% - 48px,720px);margin:0 auto;padding:96px 0 140px}.article-page header{margin:2rem 0 3rem}.article-page h1{font-size:clamp(2.7rem,6vw,4.5rem);font-weight:500}.article-prose p{margin:0}.article-prose p+p{margin-top:1.6rem}@media (width<=1080px){.nav{min-height:68px}.nav-links{top:68px}.nav-links a:after{display:none}.hero{min-height:auto}}@media (width<=760px){body{font-size:17px}.home-section{width:min(calc(100% - 40px), var(--max-width));padding:48px 0;scroll-margin-top:78px}.hero{grid-template-rows:auto;grid-template-columns:1fr;gap:3rem;padding-top:72px;padding-bottom:72px}.hero-copy{order:1}.hero-mark{opacity:.9;order:2;justify-self:start;width:150px}.hero h1{font-size:clamp(3rem,15vw,4.5rem)}.home-featured .project-list article{grid-template-columns:1fr}.home-featured .project-list .project-meta{grid-row:auto}.section-heading{margin-bottom:2.5rem}.about{grid-template-columns:1fr;gap:3.5rem}.timeline-list li{grid-template-columns:1fr;gap:.3rem;padding-bottom:2.5rem;padding-left:1.5rem}.bibliography li{grid-template-columns:1fr;gap:.35rem}.research-list{grid-template-columns:1fr}.research-list article{grid-template-columns:36px minmax(0,1fr);gap:.8rem}.contact{margin-bottom:2rem;padding:3rem 1.25rem}.writing-list a{flex-direction:column;gap:.15rem}.contact{padding-bottom:100px}}@media (width<=420px){.nav,.site-footer{width:min(calc(100% - 40px), var(--max-width))}.brand img{width:43px;height:43px}.brand-copy{margin-left:.45rem}.brand-copy small{font-size:.6rem}.hero h1{font-size:3.25rem}.inline-links{gap:.35rem 1rem}.section-heading h2{font-size:2.7rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.nav-links a:after{transition:none}}:root,:root[data-theme=light],:root[data-theme=dark]{--bg:#000;--surface:#080806;--text:#f2eee5;--body-text:#c9c5bc;--muted:#a99264;--line:#e2c17b38;--accent:#e2c17b;--accent-dark:#f4dca2;--link:#e2c17b;--hero-link:#f4dca2;--header-bg:#000000e6;--soft-surface:#e2c17b09;--shadow:0 18px 55px #000000a6;color-scheme:dark}body{color:var(--text);background:#000;font-family:Arial,Helvetica,sans-serif}.site-header{border-bottom-color:var(--line);backdrop-filter:blur(14px);background:#000000e0}.nav{min-height:74px}.brand img{filter:sepia()saturate(.7)brightness(1.35)}.brand-copy strong,.nav-links a{color:var(--accent)}.brand-copy small{color:var(--muted)}.nav-links a:after{background:var(--accent)}.nav-links a:hover,.nav-links a.active{color:var(--accent-dark)}.nav-toggle{border-color:var(--line);background:#080806}.nav-toggle-line{background:var(--accent)}.page-banner{border-bottom:1px solid var(--line);background:radial-gradient(at 50% 110%,#e2c17b1a,#0000 62%),#000;padding:clamp(4.5rem,10vw,8rem) 0;position:relative;overflow:hidden}.page-banner:after{content:"";background:linear-gradient(90deg, transparent, var(--accent), transparent);opacity:.55;height:1px;position:absolute;bottom:-1px;left:5%;right:5%}.page-banner-eyebrow,.writing-kicker,.eyebrow{color:var(--muted)!important;letter-spacing:.2em!important}.page-banner h1,.writing-hero h1,.section-heading h2,h1,h2{color:var(--text);font-family:Georgia,Times New Roman,serif;font-weight:400}.page-banner h1{letter-spacing:-.04em;font-size:clamp(3.25rem,8vw,6.5rem)}.page-banner-sub,.writing-hero>p:last-child{font-family:Georgia,Times New Roman,serif;color:var(--body-text)!important}.section,.writing-page{width:min(100% - 48px,1100px)}.plain-section{border-bottom:1px solid var(--line);padding:clamp(4rem,8vw,7rem) 0;position:relative}.plain-section h2{margin-bottom:2rem;font-size:clamp(2rem,4vw,3.2rem)}.plain-section h2:before,.writing-index-label h2:before{content:"";background:var(--accent);width:30px;height:1px;margin-bottom:1rem;display:block;box-shadow:0 0 10px #e2c17b80}.prose,.resource-item p,.writing-index article p{color:var(--body-text)}.prose{max-width:760px;font-family:Georgia,Times New Roman,serif;font-size:1.08rem;line-height:1.85}.resource-item,.project-card,.research-list article,.home-featured .project-list article{border-color:var(--line);background:linear-gradient(135deg,#e2c17b0a,#080806b3);border-radius:10px}.resource-item a,.section-more-link,.text-link a,.project-links a{color:var(--accent)}.site-footer{color:var(--muted);border-top-color:var(--line)}.theme-toggle{display:none}.writing-index,.writing-index li,.bibliography li,.timeline-list li{border-color:var(--line)!important}@media (width<=1080px){.nav-links{border-color:var(--line);background:#080806}}@media (width<=560px){.section,.writing-page,.page-banner-inner,.nav,.site-footer{width:min(100% - 32px,1100px)}}.homepage-header{z-index:10;backdrop-filter:none;background:#000;border-bottom:1px solid #e2c17b40;justify-content:space-between;align-items:center;gap:1rem;width:auto;height:90px;min-height:0;margin:0 4.2%;display:flex;position:relative;top:auto}.homepage-header .monogram{color:#e2c17b;letter-spacing:-2px;flex:none;font-family:Georgia,Times New Roman,serif;font-size:27px;font-weight:400;line-height:1;text-decoration:none}.homepage-header .monogram-dot{color:#ae9564;margin-left:3px}.homepage-header nav{align-items:center;gap:33px;display:flex}.homepage-header nav a{color:#f2eee5;letter-spacing:.055em;font-size:13px;font-weight:400;text-decoration:none;transition:color .25s;position:relative}.homepage-header nav a:after{content:"";background:#e2c17b;height:1px;transition:right .25s;position:absolute;bottom:-12px;left:0;right:100%}.homepage-header nav a:hover,.homepage-header nav a.active{color:#e2c17b}.homepage-header nav a:hover:after,.homepage-header nav a.active:after{right:0}@media (width<=760px){.homepage-header{gap:20px;width:auto;height:78px;margin:0 6%}.homepage-header .monogram{font-size:24px}.homepage-header nav{gap:17px}.homepage-header nav a{letter-spacing:0;font-size:11px}.homepage-header nav a:first-child,.homepage-header nav a:last-child{display:none}}@media (width<=400px){.homepage-header{gap:12px}.homepage-header .monogram{font-size:21px}.homepage-header nav{gap:12px}.homepage-header nav a{font-size:10px}}.page-banner-inner{width:min(100% - 48px,960px)}.page-banner h1{font-size:clamp(3rem,6.2vw,5.25rem)}@media (width<=560px){.page-banner{padding:3.25rem 0 3.75rem}.page-banner-inner{width:min(100% - 32px,960px)}}.page-banner-video,.page-banner-shade{width:100%;height:100%;position:absolute;inset:0}.page-banner-video{z-index:0;object-fit:cover;object-position:center;opacity:.34;filter:saturate(.65)sepia(.18)brightness(.64)contrast(1.08)}.page-banner-shade{z-index:1;pointer-events:none;background:linear-gradient(90deg,#000000c2 0%,#00000087 52%,#000000b8 100%),linear-gradient(#00000057,#000000b8)}.page-banner-inner{z-index:2;position:relative}@media (prefers-reduced-motion:reduce){.page-banner-video{display:none}.page-banner{background:linear-gradient(90deg,#000000b3,#00000080),url(/media/banner-video-poster.jpg) 50%/cover no-repeat}}.page-banner-video{opacity:.72;filter:saturate(.9)sepia(.08)brightness(.88)contrast(1.04)}.page-banner-shade{background:linear-gradient(90deg,#00000094 0%,#00000047 58%,#00000070 100%),linear-gradient(#0000001f,#0000007a)}.page-banner{padding:1.65rem 0 1.9rem}.page-banner-eyebrow{margin-bottom:.35rem;font-size:.64rem}.page-banner h1{margin-bottom:.45rem;font-size:clamp(2.4rem,4.5vw,3.8rem);line-height:.98}.page-banner-sub{max-width:720px;font-size:clamp(.88rem,1.25vw,1.05rem);line-height:1.4}@media (width<=560px){.page-banner{padding:1.5rem 0 1.75rem}.page-banner h1{font-size:clamp(2.25rem,12vw,3.15rem)}.page-banner-sub{font-size:.88rem}}.homepage-header{width:min(91.6%,1800px);margin-left:auto;margin-right:auto}@media (width<=760px){.homepage-header{width:88%;margin-left:auto;margin-right:auto}}.page-banner.about-banner .page-banner-inner{grid-template-rows:auto auto;grid-template-columns:minmax(0,1fr) 390px;align-items:center;column-gap:clamp(4rem,10vw,10rem);display:grid}.page-banner.about-banner .page-banner-eyebrow{grid-area:1/1}.page-banner.about-banner h1{grid-area:2/1}.page-banner.about-banner .banner-quote{text-align:center;grid-area:1/2/3;place-self:center end;width:100%;margin:0}.page-banner.about-banner .banner-quote blockquote{color:#f2eee5;letter-spacing:.025em;text-shadow:0 2px 14px #000;margin:0;font-family:Palatino,Palatino Linotype,Book Antiqua,Georgia,serif;font-size:1.08rem;font-style:italic;font-weight:400;line-height:1.3}.page-banner.about-banner .banner-quote blockquote:after{content:"";background:#e2c17b8c;width:28px;height:1px;margin:.55rem auto;display:block}.page-banner.about-banner .banner-quote figcaption{color:#c9c5bc;letter-spacing:.025em;text-shadow:0 2px 10px #000;margin:0;font-family:Arial,Helvetica,sans-serif;font-size:.66rem;line-height:1.4}@media (width<=760px){.page-banner.about-banner .page-banner-inner{grid-template-columns:minmax(0,1fr) 220px;column-gap:1.5rem}.page-banner.about-banner .banner-quote blockquote{font-size:.9rem}.page-banner.about-banner .banner-quote figcaption{font-size:.58rem}}@media (width<=520px){.page-banner.about-banner .page-banner-inner{grid-template-rows:auto auto auto;grid-template-columns:1fr}.page-banner.about-banner .page-banner-eyebrow{grid-area:1/1}.page-banner.about-banner h1{grid-area:2/1}.page-banner.about-banner .banner-quote{text-align:left;border-top:1px solid #e2c17b40;grid-area:3/1;justify-self:start;margin-top:.7rem;padding-top:.65rem}.page-banner.about-banner .banner-quote blockquote:after{margin-left:0}}.page-banner{box-sizing:border-box;align-items:center;width:100%;height:230px;min-height:230px;padding:1.5rem 0;display:flex}.page-banner-inner{flex-direction:column;justify-content:center;width:min(100% - 48px,960px);height:100%;margin:0 auto;display:flex}.page-banner.about-banner .page-banner-inner{height:100%}@media (width<=560px){.page-banner{height:245px;min-height:245px;padding:1.25rem 0}.page-banner-inner{width:min(100% - 32px,960px)}}.homepage-header{height:90px;min-height:90px}@media (width<=760px){.homepage-header{height:78px;min-height:78px}}
