@font-face{font-family:DM Sans Variable;font-style:normal;font-display:swap;font-weight:100 1000;src:url(/_astro/dm-sans-latin-ext-wght-normal.BOFOeGcA.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:DM Sans Variable;font-style:normal;font-display:swap;font-weight:100 1000;src:url(/_astro/dm-sans-latin-wght-normal.Xz1IZZA0.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--ink: #111111;--paper: #ffffff;--pencil: #2b2b2b;--radius-frame: 28px;--radius-photo: 22px;--border: 1.5px solid var(--ink);--edge: clamp(16px, 3vw, 28px);color-scheme:light}:root[data-theme=dark]{--ink: #ececec;--paper: #0f1113;--pencil: #d0d0d0;color-scheme:dark}html,body{height:100%}body{font-family:DM Sans Variable,system-ui,sans-serif;color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;transition:background-color .25s ease,color .25s ease}.grain{position:fixed;inset:0;width:100%;height:100%;z-index:-1;pointer-events:none;opacity:.085}.theme-toggle{position:fixed;top:var(--edge);right:var(--edge);z-index:20;width:38px;height:38px;display:grid;place-items:center;color:var(--ink);background:transparent;border:none;border-radius:50%;cursor:pointer;opacity:.3;transition:opacity .2s ease,transform .15s ease,color .25s ease}.theme-toggle:hover,.theme-toggle:focus-visible{opacity:1;transform:scale(1.06)}.theme-toggle .icon{width:20px;height:20px}.theme-toggle .icon-moon{display:none}:root[data-theme=dark] .theme-toggle .icon-sun{display:none}:root[data-theme=dark] .theme-toggle .icon-moon{display:block}.sketch-defs{position:absolute;width:0;height:0;overflow:hidden}.page{min-height:100dvh}.frame{width:100%;min-height:100dvh;display:grid;grid-template-columns:1fr 1fr}.half{display:flex;align-items:center;padding:clamp(24px,4vw,64px);min-width:0}.half--photo{justify-content:center}.half--text{flex-direction:column;align-items:flex-start;justify-content:center;gap:clamp(20px,3vh,32px)}.photo-frame{position:relative;display:inline-block;line-height:0;max-width:100%}.photo{height:calc(100dvh - clamp(48px,8vw,128px));max-width:100%;width:auto;aspect-ratio:3 / 4;object-fit:cover;border-radius:var(--radius-photo);display:block}.name{font-size:clamp(2.2rem,4vw,3.4rem);font-weight:700;line-height:1.05;letter-spacing:-.02em;white-space:nowrap;color:var(--ink)}.photo-frame:before,.photo-frame:after{content:"";position:absolute;inset:0;border:1.5px solid var(--pencil);border-radius:var(--radius-photo);pointer-events:none}.photo-frame:before{filter:url(#pencil-1);opacity:.9}.photo-frame:after{filter:url(#pencil-2);transform:translate(.6px,-.6px);opacity:.55}.lines{display:flex;flex-direction:column;gap:.35em;font-size:clamp(1.4rem,3.2vw,2.1rem);font-weight:500;line-height:1.35}.line{position:relative;display:inline-flex;align-items:baseline;gap:.4ch;width:fit-content}.mention{color:var(--brand, var(--ink));text-decoration:none;border-bottom:2px solid transparent;transition:border-color .15s ease}.line:hover .mention,.mention:focus-visible{border-bottom-color:var(--brand, var(--ink))}:root[data-theme=dark] .mention{color:var(--brand-dark, var(--brand, var(--ink)))}:root[data-theme=dark] .line:hover .mention,:root[data-theme=dark] .mention:focus-visible{border-bottom-color:var(--brand-dark, var(--brand, var(--ink)))}.contacts{position:fixed;right:calc(var(--edge) + 10px);bottom:var(--edge);z-index:20;display:flex;gap:16px}.contact{color:var(--ink);opacity:.32;transition:opacity .15s ease,transform .15s ease;display:inline-flex}.contact:hover,.contact:focus-visible{opacity:1;transform:translateY(-2px)}.contact__icon{width:18px;height:18px;display:block}.tooltip{position:absolute;left:calc(100% + 14px);top:50%;z-index:10;width:max-content;max-width:260px;padding:10px 12px;background:var(--paper);border:var(--border);border-radius:12px;box-shadow:0 8px 24px #0000001f;opacity:0;visibility:hidden;transform:translate(-6px,-50%);transition:opacity .15s ease,transform .15s ease,visibility .15s;pointer-events:none}.line:hover .tooltip,.line:focus-within .tooltip{opacity:1;visibility:visible;transform:translateY(-50%)}.tooltip__title{display:block;font-size:1rem;font-weight:700;margin-bottom:2px}.tooltip__desc{display:block;font-size:.85rem;font-weight:400;line-height:1.3;opacity:.8}@media(max-width:700px){.frame{grid-template-columns:1fr;min-height:100dvh;align-content:center;row-gap:clamp(24px,5vh,40px);padding-block:clamp(56px,9vh,84px)}.half{padding-block:0;padding-inline:clamp(20px,6vw,32px)}.half--text{align-items:center;text-align:center;justify-content:flex-start;gap:clamp(16px,2.5vh,24px)}.photo{height:auto;width:100%;max-width:min(80vw,360px)}.name{white-space:normal;font-size:clamp(2rem,8vw,2.6rem)}.lines{align-items:center;font-size:clamp(1.5rem,6vw,2rem)}.tooltip{left:50%;top:calc(100% + 8px);max-width:min(78vw,260px);transform:translate(-50%,-4px)}.line:hover .tooltip,.line:focus-within .tooltip{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
