:root{--color-surface: #ffffff;--color-stage: #ffffff;--color-text-primary: #141312;--color-text-muted: #6f6963;--color-border-subtle: rgba(20, 19, 18, .17);--color-border-strong: rgba(20, 19, 18, .34);--color-menu-panel-surface: rgba(255, 255, 255, .97);--color-accent-start: #3d678f;--color-accent-end: #27445f;--font-display: "Arial Narrow", "Helvetica Neue", "Avenir Next Condensed", "Segoe UI", sans-serif;--font-body: "Helvetica Neue", "Avenir Next", "Segoe UI", Arial, sans-serif;--font-mono: "IBM Plex Mono", "SFMono-Regular", Consolas, "Liberation Mono", monospace;--space-screen-gutter: 10px;--space-page-shell-padding: var(--space-screen-gutter);--space-stage-padding-inline: clamp(.38rem, .72vw, .7rem);--space-stage-padding-block: clamp(.45rem, .8vw, .72rem);--space-content-gap: clamp(1rem, 2vw, 1.5rem);--space-mobile-page-shell-padding: .45rem;--space-mobile-stage-padding-inline: .7rem;--text-title-font-family: var(--font-display);--text-title-font-size: clamp(2.8rem, 6vw, 5.8rem);--text-title-font-weight: 600;--text-title-line-height: .9;--text-title-letter-spacing: -.05em;--text-title-text-transform: none;--text-subtitle-font-family: var(--font-body);--text-subtitle-font-size: clamp(1.05rem, 1.8vw, 1.35rem);--text-subtitle-font-weight: 500;--text-subtitle-line-height: 1.35;--text-subtitle-letter-spacing: -.01em;--text-subtitle-text-transform: none;--text-body-font-family: var(--font-body);--text-body-font-size: 1rem;--text-body-font-weight: 400;--text-body-line-height: 1.6;--text-body-letter-spacing: 0;--text-body-text-transform: none;--text-mono-font-family: var(--font-mono);--text-mono-font-size: .7rem;--text-mono-font-weight: 400;--text-mono-line-height: 1.6;--text-mono-letter-spacing: .04em;--text-mono-text-transform: none;--header-grid-columns: 1.1fr 1fr .8fr;--header-grid-gap: .6rem;--header-inline-offset: calc(var(--space-screen-gutter) + var(--space-stage-padding-inline));--header-fixed-top: calc(var(--space-screen-gutter) + var(--space-stage-padding-block));--header-toolbar-top: calc(var(--header-fixed-top) + 1.85rem);--header-z-index: 8;--header-control-size: 2.25rem;--header-control-gap: .4rem;--header-meta-gap: .9rem;--header-menu-panel-offset: 3rem;--article-intro-padding-top: .95rem;--article-work-content-offset: calc(var(--header-toolbar-top) + 2.45rem);--article-home-collage-padding-top: var(--article-work-content-offset);--article-home-collage-min-height: 548rem;--article-archive-list-padding-top: var(--article-work-content-offset);--article-archive-item-gap: 1.2rem;--article-archive-item-padding: 1rem 0 1.4rem;--article-project-hero-columns: minmax(0, .92fr) minmax(360px, .78fr);--article-project-hero-gap: 1.5rem;--article-project-gallery-gap: .95rem;--article-project-gallery-padding-top: 2rem;--article-project-next-padding: 1.2rem 0 .6rem;--article-project-next-margin-top: 2rem;--article-about-hero-columns: 1.35fr .75fr;--article-about-hero-gap: 1.4rem;--article-about-grid-columns: repeat(12, 1fr);--article-about-grid-gap: .95rem;--article-paragraph-max-measure: 34rem;--article-cluster-title-size: clamp(2.25rem, 4.1vw, 4rem);--article-archive-title-size: clamp(2rem, 4vw, 3.5rem);--article-project-title-size: clamp(2.8rem, 6vw, 6rem);--article-next-title-size: clamp(2rem, 4.2vw, 3.4rem);--article-about-title-size: clamp(2.8rem, 6vw, 5.6rem);--article-mobile-cluster-title-size: clamp(2rem, 11vw, 3rem);--article-mobile-cluster-gap: .75rem;--article-mobile-cluster-padding-bottom: 1.2rem;--article-mobile-cluster-margin-bottom: 1.2rem;--article-mobile-secondary-piece-max-width: 78%;--archive-toolbar-center-offset: calc( .25rem + ((var(--text-mono-font-size) * var(--text-mono-line-height)) / 2) );--page-bg: var(--color-surface);--stage-bg: var(--color-stage);--text: var(--color-text-primary);--muted: var(--color-text-muted);--line: var(--color-border-subtle);--line-strong: var(--color-border-strong);--screen-gutter: var(--space-screen-gutter);--stage-padding-x: var(--space-stage-padding-inline);--stage-padding-y: var(--space-stage-padding-block);--fixed-inline-offset: var(--header-inline-offset);--toolbar-sticky-top: var(--header-toolbar-top);--content-gap: var(--space-content-gap);--section-intro-padding-top: var(--article-intro-padding-top);--work-content-offset: var(--article-work-content-offset);--home-collage-padding-top: var(--article-home-collage-padding-top);--home-collage-min-height: var(--article-home-collage-min-height);--archive-list-padding-top: var(--article-archive-list-padding-top);--display-font: var(--font-display);--body-font: var(--font-body);--mono-font: var(--font-mono)}html.page-home{--article-work-content-offset: calc(var(--header-toolbar-top) + 2.45rem);--article-home-collage-padding-top: var(--article-work-content-offset);--article-home-collage-min-height: 548rem;--article-archive-list-padding-top: var(--article-work-content-offset)}html.page-about,html.page-project{--article-intro-padding-top: .95rem}*,*:before,*:after{box-sizing:border-box}html{background:var(--page-bg)}body{margin:0;min-height:100vh;background:var(--color-surface);color:var(--color-text-primary);font-family:var(--text-body-font-family);font-size:var(--text-body-font-size);font-weight:var(--text-body-font-weight);line-height:var(--text-body-line-height);letter-spacing:var(--text-body-letter-spacing)}img{display:block;width:100%;height:auto}a{color:inherit;text-decoration:none}a:focus-visible{outline:2px solid var(--color-text-primary);outline-offset:4px}.page-shell{padding:var(--space-page-shell-padding)}.editorial-stage{position:relative;width:100%;background:var(--stage-bg);min-height:calc(100svh - (var(--screen-gutter) * 2));padding:var(--stage-padding-y) var(--stage-padding-x);overflow:visible}.editorial-stage--home,.editorial-stage--archive,.editorial-stage--project,.editorial-stage--about{min-height:calc(100svh - (var(--screen-gutter) * 2))}.mono{font-family:var(--text-mono-font-family)}.micro,.eyebrow{font-family:var(--text-mono-font-family);color:var(--color-text-muted);font-size:var(--text-mono-font-size);font-weight:var(--text-mono-font-weight);line-height:var(--text-mono-line-height);letter-spacing:var(--text-mono-letter-spacing);text-transform:var(--text-mono-text-transform)}.text-title{margin:0;color:var(--color-text-primary);font-family:var(--text-title-font-family);font-size:var(--text-title-font-size);font-weight:var(--text-title-font-weight);line-height:var(--text-title-line-height);letter-spacing:var(--text-title-letter-spacing);text-transform:var(--text-title-text-transform)}.text-subtitle{margin:0;color:var(--color-text-primary);font-family:var(--text-subtitle-font-family);font-size:var(--text-subtitle-font-size);font-weight:var(--text-subtitle-font-weight);line-height:var(--text-subtitle-line-height);letter-spacing:var(--text-subtitle-letter-spacing);text-transform:var(--text-subtitle-text-transform)}.text-body{margin:0;color:var(--color-text-primary);font-family:var(--text-body-font-family);font-size:var(--text-body-font-size);font-weight:var(--text-body-font-weight);line-height:var(--text-body-line-height);letter-spacing:var(--text-body-letter-spacing);text-transform:var(--text-body-text-transform)}.header-surface,.article-surface{color:var(--color-text-primary)}.site-header{display:grid;grid-template-columns:var(--header-grid-columns);gap:var(--header-grid-gap);align-items:start;padding-bottom:.25rem;z-index:var(--header-z-index);position:fixed;top:var(--header-fixed-top);left:var(--header-inline-offset);right:var(--header-inline-offset);background:transparent;backdrop-filter:none;pointer-events:none}.site-header a,.site-header button{pointer-events:auto}.project-links{display:flex;flex-wrap:wrap;gap:1.2rem}.stage-link{position:relative}.stage-link:after{content:"";position:absolute;left:0;bottom:-.18rem;width:100%;height:1px;background:var(--text);transform:scaleX(0);transform-origin:left;transition:transform .16s ease}.stage-link:hover:after,.stage-link:focus-visible:after{transform:scaleX(1)}.header-center,.header-right{justify-self:end}.site-header-label{color:var(--color-text-primary);margin:0}.header-meta-row{display:grid;justify-items:end;align-items:start;row-gap:.28rem}.header-quick-links{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.35rem}.header-quick-links a{color:var(--color-text-primary);text-transform:lowercase}.header-quick-links a[aria-current=page] .header-quick-link-label{text-decoration-line:underline;text-decoration-thickness:1px;text-underline-offset:.08em;text-decoration-skip-ink:none}.header-quick-links a:after{content:"/";margin-left:.35rem;color:var(--color-text-muted)}.header-quick-links a:last-child:after{content:"";margin-left:0}.view-mode-toggle{display:inline-grid;place-items:center;width:var(--header-control-size);height:var(--header-control-size);padding:0;background:transparent;border:0;cursor:pointer}.view-mode-toggle--minimal{width:auto;height:auto;padding:0}.view-mode-toggle--work-aligned{position:fixed;top:calc(var(--header-toolbar-top) + var(--archive-toolbar-center-offset));right:var(--header-inline-offset);transform:translateY(-50%)}.view-mode-toggle:focus-visible{outline:2px solid var(--color-text-primary);outline-offset:4px}.view-mode-toggle__glyph{display:block;width:.95rem;height:.95rem}.view-mode-toggle[data-current-mode=canvas] .view-mode-toggle__glyph{background:linear-gradient(var(--color-text-primary) 0 0) left top / 42% 42% no-repeat,linear-gradient(var(--color-text-primary) 0 0) right top / 42% 42% no-repeat,linear-gradient(var(--color-text-primary) 0 0) left bottom / 42% 42% no-repeat,linear-gradient(var(--color-text-primary) 0 0) right bottom / 42% 42% no-repeat}.view-mode-toggle[data-current-mode=column] .view-mode-toggle__glyph{background:linear-gradient(var(--color-text-primary) 0 0) center 15% / 100% 1px no-repeat,linear-gradient(var(--color-text-primary) 0 0) center 50% / 100% 1px no-repeat,linear-gradient(var(--color-text-primary) 0 0) center 85% / 100% 1px no-repeat}.home-collage{position:relative;min-height:var(--article-home-collage-min-height);overflow:visible;padding-top:var(--article-home-collage-padding-top)}.work-panel[hidden]{display:none}.collage-cluster{position:absolute;left:var(--cluster-left);top:var(--cluster-top);width:var(--cluster-width);height:var(--cluster-height)}.collage-cluster[hidden]{display:none}.collage-piece,.cluster-meta,.cluster-title,.cluster-note,.cluster-ring{position:absolute}.collage-piece{display:block;will-change:transform;transition:transform .24s ease,filter .22s ease}.collage-piece:hover,.collage-piece:focus-visible{filter:contrast(1.03)}.cluster-title a{display:inline-block;max-width:7ch}.cluster-note{max-width:16rem}.cluster-ring{width:3.4rem;aspect-ratio:1;border-radius:999px;border:1px solid var(--line-strong);transform:translate(-50%,-50%)}.ornament-dot,.ornament-line{position:absolute;z-index:0}.ornament-dot{border-radius:999px;background:var(--color-text-primary)}.ornament-dot--left{width:.55rem;height:.55rem;left:.25rem;top:17.2rem}.ornament-dot--left-faint{width:.25rem;height:.25rem;left:.3rem;top:18.3rem;opacity:.2}.ornament-line{left:4.6rem;bottom:1.6rem;width:9rem;height:.55rem;background:linear-gradient(90deg,var(--color-accent-start),var(--color-accent-end))}.archive-intro,.project-hero,.about-hero{padding-top:var(--article-intro-padding-top)}.text-title--cluster{font-size:var(--article-cluster-title-size);line-height:.88;letter-spacing:-.04em;text-transform:lowercase}.text-title--archive{font-size:var(--article-archive-title-size)}.text-title--project{font-size:var(--article-project-title-size)}.text-title--next{font-size:var(--article-next-title-size)}.text-title--about{font-size:var(--article-about-title-size)}.archive-list{padding-top:var(--article-archive-list-padding-top)}.archive-toolbar-shell{position:fixed;top:var(--header-toolbar-top);left:var(--header-inline-offset);z-index:6;width:max-content;max-width:calc(100vw - (var(--header-inline-offset) * 2))}.archive-toolbar{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center;color:var(--color-text-muted);width:fit-content;padding:.25rem .4rem .25rem 0;background:transparent;backdrop-filter:none}.archive-label:after{content:"/";margin-left:.35rem}.archive-filters{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}.archive-filter{padding:0;border:0;background:transparent;color:inherit;font-family:var(--text-mono-font-family);font-size:inherit;letter-spacing:inherit;text-transform:lowercase;cursor:pointer}.archive-filter:after{content:"/";margin-left:.35rem}.archive-filter:last-child:after{content:"";margin-left:0}.archive-filter[aria-pressed=true]{color:var(--color-text-primary)}.archive-filter[aria-pressed=true] .archive-filter__label{text-decoration-line:underline;text-decoration-thickness:1px;text-underline-offset:.08em;text-decoration-skip-ink:none}.archive-filter:focus-visible{outline:2px solid var(--color-text-primary);outline-offset:4px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.archive-item{display:grid;grid-template-columns:minmax(230px,310px) 1fr;gap:var(--article-archive-item-gap);align-items:start;padding:var(--article-archive-item-padding);border-bottom:1px solid var(--line)}.archive-item[hidden]{display:none}.archive-thumb{display:block}.archive-copy h2{margin:.1rem 0 .35rem}.project-hero{display:grid;grid-template-columns:var(--article-project-hero-columns);gap:var(--article-project-hero-gap);align-items:start}.project-lead{margin:0}.project-gallery{display:grid;grid-template-columns:repeat(12,1fr);gap:var(--article-project-gallery-gap);padding-top:var(--article-project-gallery-padding-top)}.gallery-card{margin:0}.gallery-card figcaption,.project-lead figcaption{padding-top:.45rem}.gallery-card--hero,.gallery-card--wide{grid-column:span 7}.gallery-card--tall{grid-column:span 4}.gallery-card--medium{grid-column:span 5}.project-next{padding:var(--article-project-next-padding);margin-top:var(--article-project-next-margin-top);border-top:1px solid var(--line)}.about-hero{display:grid;grid-template-columns:var(--article-about-hero-columns);gap:var(--article-about-hero-gap);align-items:end}.about-column p:last-child{max-width:var(--article-paragraph-max-measure)}.about-grid{display:grid;grid-template-columns:var(--article-about-grid-columns);gap:var(--article-about-grid-gap);padding-top:1.8rem}.about-card{margin:0}.about-card p{margin-top:0}.about-card--text,.about-card--image,.about-card--list{grid-column:span 4}.about-card--contact{grid-column:span 4;align-self:end}.about-list{margin:0;padding-left:1rem}.reveal{opacity:0;transform:translate3d(0,18px,0);transition:opacity .52s ease,transform .52s ease}.reveal.is-visible{opacity:1;transform:translateZ(0)}@media(max-width:899px){.site-header,.archive-item,.project-hero,.about-hero{grid-template-columns:1fr}.header-center,.header-right{justify-self:start}.header-meta-row{justify-items:start}.header-quick-links{justify-content:flex-start}.view-mode-toggle--work-aligned{position:static;margin-top:.28rem;transform:none}.home-collage{min-height:auto;padding-bottom:3rem;padding-top:0}.collage-cluster{position:relative;left:auto;top:auto;width:100%;height:auto;display:grid;gap:var(--article-mobile-cluster-gap);padding:0 0 var(--article-mobile-cluster-padding-bottom);margin-bottom:var(--article-mobile-cluster-margin-bottom);border-bottom:1px solid var(--line);order:var(--mobile-order)}.home-collage{display:flex;flex-direction:column}.collage-piece,.cluster-meta,.cluster-title,.cluster-note,.cluster-ring{position:static;transform:none!important}.piece--cover,.piece--secondary,.piece--tertiary{width:100%!important}.piece--secondary,.piece--tertiary{max-width:var(--article-mobile-secondary-piece-max-width)}.cluster-title a{font-size:var(--article-mobile-cluster-title-size)}.cluster-ring,.ornament-dot,.ornament-line{display:none}.project-gallery,.about-grid{grid-template-columns:1fr}.about-card--text,.about-card--image,.about-card--list,.about-card--contact,.gallery-card--hero,.gallery-card--wide,.gallery-card--medium,.gallery-card--tall{grid-column:span 1}}@media(max-width:640px){:root{--header-inline-offset: calc(var(--space-screen-gutter) + .7rem);--header-fixed-top: calc(var(--space-screen-gutter) + .55rem);--header-toolbar-top: calc(var(--space-screen-gutter) + 4.7rem);--article-work-content-offset: calc(var(--header-toolbar-top) + 1.3rem);--space-page-shell-padding: var(--space-mobile-page-shell-padding);--space-stage-padding-inline: var(--space-mobile-stage-padding-inline);--article-mobile-secondary-piece-max-width: 100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition-duration:.01ms!important;transition-delay:0ms!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}@keyframes astroFadeInOut{0%{opacity:1}to{opacity:0}}@keyframes astroFadeIn{0%{opacity:0;mix-blend-mode:plus-lighter}to{opacity:1;mix-blend-mode:plus-lighter}}@keyframes astroFadeOut{0%{opacity:1;mix-blend-mode:plus-lighter}to{opacity:0;mix-blend-mode:plus-lighter}}@keyframes astroSlideFromRight{0%{transform:translate(100%)}}@keyframes astroSlideFromLeft{0%{transform:translate(-100%)}}@keyframes astroSlideToRight{to{transform:translate(100%)}}@keyframes astroSlideToLeft{to{transform:translate(-100%)}}@media(prefers-reduced-motion){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*){animation:none!important}[data-astro-transition-scope]{animation:none!important}}
