:root{--bg-dark-band:#252525;--bg-light-band:#faf9f6;--text-on-dark-band:#fff;--text-on-light-band:#1a1b1f;--border-color:#00000014;--accent:#025181;--font-body:"Montserrat", sans-serif;--size-base:clamp(1rem, 1.5vw + .5rem, 1.125rem);--size-h4:clamp(1.25rem, 2vw + .75rem, 1.75rem);--size-h3:clamp(1.5rem, 3vw + .75rem, 2.1875rem);--size-h2:clamp(1.75rem, 4vw + .5rem, 2.75rem);--size-h1:clamp(2rem, 5vw + 1rem, 3.4375rem);--radius-image:8px;--radius-image-small:4px}[data-theme=dark]{--bg-dark-band:#252525;--bg-light-band:#202020;--text-on-dark-band:#f5f4f2;--text-on-light-band:#f0efec;--border-color:#ffffff1f}*{box-sizing:border-box}body{font-family:var(--font-body);font-size:var(--size-base);color:var(--text-on-light-band);margin:0;font-weight:400;line-height:1.6}body,.bg-dark,.bg-light,.site-header,.site-footer,.project-nav{transition:background-color .2s,color .2s}h1,h2,h3,h4{font-family:var(--font-body);margin:0 0 .5em;font-weight:600;line-height:1.2}h1{font-size:var(--size-h1)}h2{font-size:var(--size-h2)}h3{font-size:var(--size-h3)}h4{font-size:var(--size-h4)}p{margin:0 0 1em}img{border-radius:var(--radius-image);max-width:100%;height:auto;display:block}@media (width<=640px){img{border-radius:var(--radius-image-small)}}a{color:var(--accent);text-decoration:underline}.section{padding:5rem 1.5rem}.section-inner{max-width:50rem;margin:0 auto}.bg-dark{background-color:var(--bg-dark-band);color:var(--text-on-dark-band)}.bg-light{background-color:var(--bg-light-band);color:var(--text-on-light-band)}.bg-dark h1,.bg-dark h2,.bg-dark h3,.bg-dark h4{color:var(--text-on-dark-band)}[data-theme=dark] .section{border-bottom:1px solid var(--border-color)}.intro h2{opacity:.85;margin-bottom:4rem;font-weight:400}.intro .role-block,.intro .overview-block{margin-bottom:2rem}.intro .hero-image{width:100%;height:auto;margin-top:3rem}.site-header{background-color:var(--bg-light-band);border-bottom:1px solid var(--border-color);z-index:100;padding:1.5rem;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;max-width:50rem;margin:0 auto;display:flex}@media (width<=640px){.header-inner{padding:1.5rem}}.header-logo img{width:auto;height:2rem}.header-nav{align-items:center;gap:1.5rem;display:flex}.header-nav a{color:var(--text-on-light-band);font-size:.875rem;font-weight:600;text-decoration:none}[data-theme=dark] .site-header{background-color:var(--bg-dark-band);color:var(--text-on-dark-band)}[data-theme=dark] .header-nav a,[data-theme=dark] .theme-toggle{color:var(--text-on-dark-band)}.theme-toggle{border:1px solid var(--border-color);border-radius:var(--radius-image-small);cursor:pointer;color:var(--text-on-light-band);background:0 0;justify-content:center;align-items:center;padding:.5rem;transition:background-color .15s,border-color .2s;display:inline-flex}.theme-toggle:hover{background-color:#0000000d}[data-theme=dark] .theme-toggle:hover{background-color:#ffffff14}.theme-toggle .icon-moon,[data-theme=dark] .theme-toggle .icon-sun{display:none}[data-theme=dark] .theme-toggle .icon-moon{display:inline-block}.site-footer{background-color:var(--bg-dark-band);color:var(--text-on-dark-band);padding:2rem 1.5rem}@media (width<=640px){.footer-inner{flex-direction:column;align-items:flex-start;gap:.75rem}}.footer-inner{opacity:.6;justify-content:space-between;align-items:center;max-width:50rem;margin:0 auto;font-size:.875rem;display:flex}.footer-inner a{color:var(--text-on-dark-band);text-decoration:none}.project-nav{background-color:var(--bg-light-band);border-top:1px solid var(--border-color);padding:3rem 1.5rem}.project-nav-inner{justify-content:space-between;gap:2rem;max-width:50rem;margin:0 auto;display:flex}.project-nav-link{color:var(--text-on-light-band);flex-direction:column;flex:1;gap:.75rem;max-width:45%;text-decoration:none;display:flex}.project-nav-prev{align-items:flex-start}.project-nav-next{text-align:right;align-items:flex-end}.project-nav-label{opacity:.8;font-size:.875rem}.project-nav-link img{aspect-ratio:16/9;border-radius:var(--radius-image);width:100%;height:auto}@media (width<=640px){.project-nav-link img{border-radius:var(--radius-image-small)}}.project-nav-title{font-weight:600}.project-nav-empty{flex:1;max-width:45%}.project-index{padding-top:2rem;padding-bottom:6rem}.intro-layout{align-items:center;gap:3rem;display:flex}@media (width<=640px){.intro-layout{flex-direction:column;align-items:flex-start;gap:1.5rem}.intro-photo{align-self:center}}.intro-photo{flex-shrink:0}.intro-photo img{object-fit:cover;border-radius:50%;width:10rem;height:10rem}.intro-text h1{margin-bottom:.5rem}.intro-text p{font-size:var(--size-h4);opacity:.85;margin:0;font-weight:400;line-height:1.4}.landing-intro h2{opacity:.85;font-weight:400}.project-grid{grid-template-columns:1fr;gap:6rem;display:grid}@media (width<=640px){.project-grid{gap:3rem;margin-bottom:6rem}}.project-card{color:inherit;text-decoration:none;display:block}.project-card img{transition:transform .3s}.card-image{border-radius:var(--radius-image);margin-bottom:1rem;overflow:hidden}.card-image img{border-radius:0;transition:transform .3s}.project-card:hover .card-image img{transform:scale(1.01)}.project-nav-link:hover .card-image img{transform:scale(1.05)}.project-card h3{margin-bottom:.25rem}.project-card p{opacity:.75;margin-bottom:0}@media (width<=640px){.project-grid{grid-template-columns:1fr}}.prose h2{font-size:var(--size-h3);margin-top:3rem;margin-bottom:1rem}.prose h2:first-child{margin-top:0}.prose p{margin-bottom:1.25rem}.prose p:last-child{margin-bottom:0}.detail-block{margin-bottom:3rem}.detail-block:last-child{margin-bottom:0}.highlight-images{grid-template-columns:1fr;gap:1.5rem;margin-top:3rem;display:grid}.highlight-images.grid-multi{grid-template-columns:repeat(2,1fr)}.highlight-images figure{margin:0}.highlight-images figcaption{opacity:.75;margin-top:.5rem;font-size:.875rem}@media (width<=640px){.highlight-images.grid-multi{grid-template-columns:1fr}.section{padding:3rem 1.25rem}}
