.header{position:sticky;top:0;z-index:10;background:var(--bg);padding:28px 0 20px}.header__inner{width:100%;max-width:var(--max-content);margin:0 auto;padding:0 32px;display:flex;align-items:center;justify-content:space-between}.wordmark{font-size:13px;letter-spacing:.02em;color:var(--muted);font-weight:400}.wordmark__bold{color:var(--ink);font-weight:400;-webkit-text-stroke:.3px currentColor;text-stroke:.3px currentColor}.nav{display:flex;gap:28px}.nav a{font-size:13px;color:var(--muted);letter-spacing:.02em;transition:color .15s ease}.nav a:hover{color:var(--ink)}@media (max-width: 600px){.nav{gap:16px}}.typewriter{font-weight:400;color:var(--ink);white-space:nowrap;display:inline-block;vertical-align:baseline;position:relative;-webkit-text-stroke:.4px currentColor;text-stroke:.4px currentColor}.typewriter__sizer{visibility:hidden;pointer-events:none;white-space:nowrap}.typewriter__live{position:absolute;top:0;right:0;bottom:0;left:0;white-space:nowrap}.typewriter__caret{display:inline-block;margin-left:2px;font-weight:400;color:var(--ink);-webkit-text-stroke:0;animation:tw-blink 1s step-end infinite}@keyframes tw-blink{0%,50%{opacity:1}50.01%,to{opacity:0}}.hero{min-height:calc(100vh - 88px);display:flex;align-items:center;padding:80px 0 120px}.hero__inner{width:100%}.hero__bio{max-width:720px;font-size:clamp(18px,2.1vw,24px);line-height:1.55;letter-spacing:0;font-weight:400;color:var(--ink);margin:0}.hero__bio strong{font-weight:400;-webkit-text-stroke:.4px currentColor;text-stroke:.4px currentColor}@media (max-width: 600px){.hero{min-height:auto;padding:40px 0 80px}}.tile{display:flex;flex-direction:column;gap:24px;color:inherit;transition:transform .25s ease}.tile:hover{transform:translateY(-2px)}.tile__swatch{width:100%;aspect-ratio:4 / 5;border-radius:2px;overflow:hidden;position:relative}.tile__image{width:100%;height:100%;object-fit:cover;display:block}.tile__meta{display:flex;flex-direction:column;gap:10px;padding-left:2px}.tile__number{font-family:Cormorant Garamond,Times New Roman,Times,serif;font-size:36px;font-weight:400;letter-spacing:.01em;color:var(--ink);line-height:1}.tile__title{font-size:14px;font-weight:400;color:var(--ink);letter-spacing:.01em}.portfolio{padding:40px 0 100px}.portfolio__inner{width:100%}.portfolio__rule{height:1px;background:var(--rule);margin-bottom:48px}.portfolio__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media (max-width: 760px){.portfolio__grid{grid-template-columns:repeat(2,1fr);gap:32px 24px}}@media (max-width: 480px){.portfolio__grid{grid-template-columns:1fr;gap:40px}}.footer{padding:24px 0 32px;margin-top:auto}.footer__inner{display:flex;align-items:flex-end;justify-content:space-between}.footer__block{display:flex;flex-direction:column;gap:2px;font-size:12px;letter-spacing:.04em}.footer__block--right{text-align:right}.footer__label{color:var(--ink);font-weight:400;-webkit-text-stroke:.3px currentColor;text-stroke:.3px currentColor}.footer__value{color:var(--ink)}:root{--bg: #ffffff;--ink: #111111;--muted: #6b6b6b;--rule: #e6e6e6;--max-content: 1100px}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body{margin:0;padding:0;background:var(--bg);color:var(--ink);font-family:Questrial,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}.page{min-height:100vh;display:flex;flex-direction:column}.container{width:100%;max-width:var(--max-content);margin:0 auto;padding:0 32px}
