:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#030303;--text:#f5f5f5;--muted:#b7b7b7;--max-width:1280px;--nav-height:88px}*{box-sizing:border-box}html,body,#root{min-height:100%}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-family:Georgia,Times New Roman,serif}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}main{width:100%}.home-page{min-height:100vh;padding:calc(var(--nav-height) + 2.5rem) 2.5rem 4rem}.hero{width:min(100%, var(--max-width));min-height:calc(100vh - var(--nav-height) - 6rem);grid-template-columns:minmax(320px,.95fr) minmax(320px,.85fr);align-items:center;gap:clamp(2.5rem,6vw,7rem);margin:0 auto;display:grid}.hero__media{justify-content:center;align-items:center;display:flex}.hero__image{object-fit:contain;width:min(100%,520px);height:auto}.hero__content{justify-self:start;max-width:34rem}.hero__eyebrow{color:var(--muted);letter-spacing:.14em;text-transform:uppercase;margin:0 0 1.25rem;font-size:.78rem}.hero__title{letter-spacing:-.02em;margin:0 0 1.25rem;font-size:clamp(3rem,6.5vw,5.8rem);font-weight:400;line-height:.95}.hero__description{max-width:30rem;color:var(--muted);margin:0;font-size:1rem;line-height:1.85}.hero__figure{flex-direction:column;align-items:center;margin:0;display:flex}.hero__caption{color:var(--muted);text-align:center;margin-top:.85rem;font-size:.9rem;line-height:1.4}@media (width<=980px){.home-page{padding:calc(var(--nav-height) + 1.5rem) 1.5rem 3rem}.hero{grid-template-columns:1fr;align-items:start;gap:2rem;min-height:auto}.hero__media{justify-content:flex-start}.hero__image{width:min(100%,460px)}.hero__content{max-width:100%}}@media (width<=640px){.home-page{padding:calc(var(--nav-height) + 1rem) 1rem 2rem}.hero__title{font-size:clamp(2.5rem,12vw,4rem)}.hero__description{font-size:.98rem;line-height:1.75}}.site-header{z-index:100;background:0 0;width:100%;position:fixed;top:0;left:0}.site-nav{width:min(100%, var(--max-width));height:var(--nav-height);justify-content:space-evenly;align-items:center;margin:0 auto;padding:0 2.5rem;display:flex}.site-nav__link{color:var(--text);letter-spacing:.01em;opacity:.82;font-size:1rem;font-weight:400;transition:opacity .18s;position:relative}.site-nav__link:hover,.site-nav__link--active{opacity:1}.site-nav__link--active:after{content:"";background:var(--text);height:1px;position:absolute;bottom:-.35rem;left:0;right:0}@media (width<=980px){.site-nav{flex-wrap:wrap;place-content:center;gap:1.25rem;padding:0 1.5rem}.site-nav__link{font-size:.95rem}}@media (width<=640px){.site-nav{height:auto;min-height:var(--nav-height);gap:.9rem 1.25rem;padding:1rem}.site-nav__link{font-size:.92rem}}.about-page{min-height:100vh;padding:calc(var(--nav-height) + 3rem) 2.5rem 4rem}.about-section{width:min(100%,860px);margin:0 auto}.about-section__eyebrow{color:var(--muted);letter-spacing:.14em;text-transform:uppercase;margin:0 0 1.25rem;font-size:.78rem}.about-section__title{letter-spacing:-.02em;max-width:12ch;margin:0 0 2rem;font-size:clamp(2.5rem,6vw,5rem);font-weight:400;line-height:.98}.about-section__body{max-width:42rem}.about-section__body p{color:var(--muted);margin:0 0 1.5rem;font-size:1rem;line-height:1.9}.about-section__body p:last-child{margin-bottom:0}@media (width<=980px){.about-page{padding:calc(var(--nav-height) + 1.5rem) 1.5rem 3rem}}@media (width<=640px){.about-page{padding:calc(var(--nav-height) + 1rem) 1rem 2rem}.about-section__title{font-size:clamp(2.2rem,11vw,3.5rem)}.about-section__body p{font-size:.98rem;line-height:1.75}}.projects-page{min-height:100vh;padding:calc(var(--nav-height) + 3rem) 2.5rem 4rem}.projects-section{width:min(100%, var(--max-width));margin:0 auto}.projects-section__eyebrow{color:var(--muted);letter-spacing:.14em;text-transform:uppercase;margin:0 0 1.25rem;font-size:.78rem}.projects-section__title{letter-spacing:-.02em;margin:0 0 2.5rem;font-size:clamp(2.5rem,6vw,5rem);font-weight:400;line-height:.98}.projects-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;display:grid}.project-card{background:#ffffff03;border:1px solid #f5f5f524;flex-direction:column;justify-content:space-between;min-height:260px;padding:1.5rem;display:flex}.project-card__top{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.project-card__title{margin:0;font-size:1.4rem;font-weight:400;line-height:1.15}.project-card__year{color:var(--muted);white-space:nowrap;margin:0;font-size:.9rem}.project-card__description{max-width:34rem;color:var(--muted);white-space:pre-line;margin:0 0 1.75rem;line-height:1.8}.project-card__stack{flex-wrap:wrap;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.project-card__tag{color:var(--muted);border:1px solid #f5f5f524;padding:.35rem .7rem;font-size:.82rem}@media (width<=980px){.projects-page{padding:calc(var(--nav-height) + 1.5rem) 1.5rem 3rem}.projects-grid{grid-template-columns:1fr}}@media (width<=640px){.projects-page{padding:calc(var(--nav-height) + 1rem) 1rem 2rem}.projects-section__title{font-size:clamp(2.2rem,11vw,3.5rem)}.project-card{padding:1.2rem}.project-card__top{flex-direction:column;align-items:flex-start}.project-card__description{margin:1rem 0 1.5rem;line-height:1.75}}.photography-page{min-height:100vh;padding:calc(var(--nav-height) + 3rem) 2.5rem 4rem}.photography-section{width:min(100%, var(--max-width));margin:0 auto}.photography-section__eyebrow{color:var(--muted);letter-spacing:.14em;text-transform:uppercase;margin:0 0 1.25rem;font-size:.78rem}.photography-section__title{letter-spacing:-.02em;margin:0 0 1rem;font-size:clamp(2.5rem,6vw,5rem);font-weight:400;line-height:.98}.photography-section__intro{max-width:38rem;color:var(--muted);margin:0 0 2.5rem;line-height:1.85}.photo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 1.5rem;display:grid}.photo-card{margin:0}.photo-card__image{background:#ffffff08;width:100%;height:auto;display:block}.photo-card__caption{color:var(--muted);justify-content:space-between;gap:1rem;margin-top:.8rem;font-size:.9rem;line-height:1.4;display:flex}.photo-card__title{font-style:italic}.photo-card__year{white-space:nowrap}@media (width<=980px){.photography-page{padding:calc(var(--nav-height) + 1.5rem) 1.5rem 3rem}.photo-grid{grid-template-columns:1fr}}@media (width<=640px){.photography-page{padding:calc(var(--nav-height) + 1rem) 1rem 2rem}.photography-section__title{font-size:clamp(2.2rem,11vw,3.5rem)}.photography-section__intro{margin-bottom:2rem;line-height:1.75}.photo-card__caption{font-size:.85rem}}.contact-page{min-height:100vh;padding:calc(var(--nav-height) + 3rem) 2.5rem 4rem}.contact-section{width:min(100%,760px);margin:0 auto}.contact-section__eyebrow{color:var(--muted);letter-spacing:.14em;text-transform:uppercase;margin:0 0 1.25rem;font-size:.78rem}.contact-section__title{letter-spacing:-.02em;margin:0 0 1rem;font-size:clamp(2.5rem,6vw,5rem);font-weight:400;line-height:.98}.contact-section__intro{max-width:34rem;color:var(--muted);margin:0 0 2.5rem;line-height:1.85}.contact-list{flex-direction:column;gap:1rem;display:flex}.contact-link{width:fit-content;color:var(--text);opacity:.88;font-size:1.05rem;transition:opacity .18s;position:relative}.contact-link:hover{opacity:1}.contact-link:after{content:"";opacity:.45;background:currentColor;height:1px;position:absolute;bottom:-.2rem;left:0;right:0}@media (width<=980px){.contact-page{padding:calc(var(--nav-height) + 1.5rem) 1.5rem 3rem}}@media (width<=640px){.contact-page{padding:calc(var(--nav-height) + 1rem) 1rem 2rem}.contact-section__title{font-size:clamp(2.2rem,11vw,3.5rem)}.contact-section__intro{line-height:1.75}.contact-link{font-size:1rem}}.project-card__image-link{margin:1rem 0 1.25rem;text-decoration:none;display:block}.project-card__image{background:#ffffff08;border:1px solid #f5f5f524;width:100%;height:auto;transition:transform .18s,opacity .18s;display:block}.project-card__image-link:hover .project-card__image{opacity:.96;transform:translateY(-2px)}
