:root{color-scheme:light dark;--bg: #f4f4f4;--surface: rgba(255, 255, 255, .8);--surface-strong: #ffffff;--text: #000000;--paragraph: #4a4a4a;--muted: #808080;--border: rgba(217, 224, 234, .9);--accent: #1f6feb;--accent-strong: #1558c0;--shadow: 0 12px 40px rgba(17, 24, 39, .08);--radius: 18px;--max-width: 860px}:root[data-theme=light]{--bg: #f4f4f4;--surface: rgba(255, 255, 255, .8);--surface-strong: #ffffff;--text: #000000;--paragraph: #4a4a4a;--muted: #808080;--border: rgba(217, 224, 234, .9);--accent: #1f6feb;--accent-strong: #1558c0;--shadow: 0 12px 40px rgba(17, 24, 39, .08)}:root[data-theme=dark]{--bg: #0b0f17;--surface: rgba(18, 24, 38, .78);--surface-strong: #121826;--text: #e5e7eb;--paragraph: #b8b6b6;--muted: #9aa4b2;--border: rgba(39, 48, 65, .95);--accent: #6ea8fe;--accent-strong: #8cb9ff;--shadow: 0 12px 40px rgba(0, 0, 0, .3)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--bg: #0b0f17;--surface: rgba(18, 24, 38, .78);--surface-strong: #121826;--text: #e5e7eb;--paragraph: #b8b6b6;--muted: #9aa4b2;--border: rgba(39, 48, 65, .95);--accent: #6ea8fe;--accent-strong: #8cb9ff;--shadow: 0 12px 40px rgba(0, 0, 0, .3)}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;transition:background-color .25s ease,color .25s ease}a{color:inherit;text-decoration:none}button,a,.card,.tag-list li{transition:transform .18s ease,background-color .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease,opacity .2s ease}#root{isolation:isolate}.page{position:relative;width:100%;margin:0;padding:6rem}.site-header{display:flex;align-items:center;justify-content:flex-end}.button{border:1px solid var(--border);background:var(--surface);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:var(--text);border-radius:999px;padding:.7rem 1rem;font:inherit;cursor:pointer;box-shadow:var(--shadow);font-size:.9rem;height:48px;white-space:nowrap}.hero{padding:3rem 0 2rem}.eyebrow{margin:0;color:var(--muted);font-weight:400;letter-spacing:.02em;font-size:.875rem}h1{font-family:Gloock,Georgia,serif;font-size:2rem;line-height:1;font-weight:400;margin:0 0 5rem}h2{font-family:Gloock,Georgia,serif;font-size:4.25rem;line-height:1;font-weight:400;margin:0 0 1rem}.section-title{font-size:2rem;margin:0 0 1rem}.intro{max-width:72ch;margin:1rem 0 0;color:var(--paragraph);font-size:1rem;line-height:1.8;font-weight:300}.intro p{margin:0}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.button:hover{transform:translateY(-2px)}.section{margin-top:2rem}.section--xl{margin-top:6rem}.contact{padding-bottom:4rem}.contact-copy{max-width:36ch;margin:0;color:var(--paragraph)}.contact-links{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}.contact-link{border-bottom:1px solid transparent;color:var(--text);font-size:1rem}.contact-link:hover{border-color:currentColor;transform:translateY(-1px)}.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition-duration:.01ms!important;transition-delay:0ms!important}.reveal,.reveal.is-visible{opacity:1;transform:none}}@media(max-width:640px){.page{width:min(100% - 1.25rem,var(--max-width));padding:2rem}.hero{padding-top:2rem}}.showcase{width:100%;display:grid;grid-template-rows:0fr;overflow:hidden;transition:grid-template-rows .3s ease-in-out,margin-bottom .3s ease-in-out}.showcase.is-open{grid-template-rows:1fr;margin-bottom:2rem}.showcase__content{min-height:0;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:2rem}.showcase__box{position:relative;width:100%;margin:0;display:flex;justify-content:center;align-items:center;flex-direction:column;background-color:var(--surface-strong);border-radius:20px;padding:86px 86px 120px}.showcase__box--full{padding:0}.showcase__text{position:absolute;bottom:3rem;left:3rem;color:var(--muted)}.scroll-to-top{position:fixed;right:2rem;bottom:2rem;z-index:1000;opacity:0;transform:translateY(12px);pointer-events:none}.scroll-to-top.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}@media(max-width:640px){.scroll-to-top{right:1rem;bottom:1rem}}.project-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.project-section__date,.project-section__client,.project-section__description,.project-section__stack{display:block}.project-section__date{font-family:Gloock,Georgia,serif;font-size:1.5rem}.project-section__client{font-weight:400}.project-section__description{margin-top:1rem;color:var(--paragraph);font-size:.95rem;line-height:1.6;font-style:italic;width:100%;text-align:left}.project-section__stack{margin-top:.35rem;font-size:.9rem;color:var(--muted)}.project-section__img{display:block;width:100%;max-width:840px;box-shadow:0 4px 12px #0000001a;border-radius:.25rem}.project-section__img--full{max-width:100%;border-radius:20px}.image-row{display:flex;gap:2rem;flex-direction:row}@media(max-width:860px){.image-row{flex-direction:column}.showcase__box{padding:43px 43px 80px}}
