@media print{@page{margin:12mm}:root,.dark{--background: #ffffff;--foreground: #13131a;--text-primary: rgba(19, 19, 26, .96);--text-secondary: rgba(19, 19, 26, .8);--text-tertiary: rgba(19, 19, 26, .6);--text-accent: #8d3fd3}html,body{background:#fff!important}}@keyframes aboutContentEnter{0%{opacity:0;transform:translateY(var(--about-enter-y, 12px))}to{opacity:1;transform:none}}@keyframes aboutPhotoEnter{0%{opacity:0;transform:translate3d(0,18px,0)}to{opacity:1;transform:translateZ(0)}}[data-about-entry] .about-intro-item:not(.about-intro-item--header){animation:aboutContentEnter var(--duration-settle) var(--ease-out-emphasized) both}[data-about-entry=direct] .about-intro-item--header{--about-enter-y: -8px;animation:aboutContentEnter var(--duration-settle) var(--ease-out-emphasized) both}[data-about-entry] .about-intro-item--photo{animation-name:aboutPhotoEnter;animation-delay:var(--duration-tick)}[data-about-entry] .about-intro-item--heading{animation-delay:var(--duration-quick)}[data-about-entry] .about-intro-item--body{animation-delay:var(--duration-beat)}[data-about-entry] .about-intro-item--action{animation-delay:var(--duration-step)}.about-gallery-grid{--about-gallery-gap: 12px;--about-gallery-height: 640px;--about-gallery-row-height: calc( (var(--about-gallery-height) - var(--about-gallery-gap) - 8px) / 2 );display:flex;flex-direction:column;gap:var(--about-gallery-gap);margin-inline:-1.25rem;overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;padding-bottom:8px;touch-action:pan-x pan-y}.about-gallery-row{display:flex;width:max-content;flex:none;gap:var(--about-gallery-gap);padding-inline:1.25rem}.about-photo-frame.about-gallery__item{--about-photo-preview-fit: contain;display:block;width:calc(var(--about-gallery-row-height) * var(--about-photo-ratio));height:var(--about-gallery-row-height);flex:none;aspect-ratio:var(--about-photo-aspect);margin:0;break-inside:avoid}.about-gallery__item .about-photo-frame__image{width:100%;height:100%;object-fit:contain}@media(min-width:640px){.about-gallery-grid{--about-gallery-gap: 16px;margin-inline:-1.5rem}.about-gallery-row{padding-inline:1.5rem}}@media(min-width:768px){.about-gallery-grid{display:block;align-items:normal;columns:2;column-gap:var(--about-gallery-gap);margin-inline:0;overflow:visible;padding:0}.about-gallery-row{display:contents}.about-photo-frame.about-gallery__item{--about-photo-preview-fit: fill;width:100%;height:auto;aspect-ratio:auto;margin-bottom:var(--about-gallery-gap)}.about-gallery__item .about-photo-frame__image{height:auto;object-fit:fill}}@media(min-width:1024px){.about-gallery-grid{columns:3}}.about-orbit-footer-shell{width:100%;max-width:75rem;margin-inline:auto;padding:0 1.25rem calc(1.5rem + var(--safe-bottom))}.about-orbit-footer{position:relative;min-height:540px;overflow:hidden;padding:22px 28px;color:var(--text-primary);isolation:isolate}.about-orbit-footer__plane{position:relative;min-height:496px}.about-orbit-footer__track{position:absolute;top:52px;right:4%;bottom:52px;left:4%;border:1px solid color-mix(in oklab,var(--text-accent) 48%,transparent);border-radius:50%;corner-shape:round;transform:rotate(-10deg) scale(1);transition:border-color var(--duration-fold) var(--ease-out),transform var(--duration-drift) var(--ease-out-emphasized)}.about-orbit-footer__home{position:absolute;z-index:1;inset:53% auto auto 50%;display:flex;width:clamp(240px,30vw,346px);aspect-ratio:1;flex-direction:column;align-items:center;justify-content:center;border-radius:50%;background:var(--text-accent);corner-shape:round;color:var(--background);text-align:center;transform:translate(-50%,-50%);transition:transform var(--duration-drift) var(--ease-out-emphasized),opacity var(--duration-step) var(--ease-out)}.about-orbit-footer__home strong{display:block;width:100%;padding-inline:10px;font-size:clamp(var(--type-40),4.5vw,var(--type-60));font-weight:var(--weight-medium);letter-spacing:var(--tracking-display-tight);line-height:.94;text-align:center;white-space:pre-line}.about-orbit-footer__home svg{width:50px;height:50px;margin:24px auto 0;stroke-width:2;transition:transform var(--duration-fold) var(--ease-out-emphasized)}.about-orbit-footer__resume,.about-orbit-footer__contact{position:absolute;z-index:2;display:grid;min-width:150px;min-height:64px;align-content:center;padding-left:25px;color:var(--text-primary);transition:color var(--duration-step) var(--ease-out),transform var(--duration-settle) var(--ease-out-emphasized),opacity var(--duration-step) var(--ease-out)}.about-orbit-footer__resume:before,.about-orbit-footer__contact:before{position:absolute;top:50%;left:0;width:11px;height:11px;border-radius:50%;background:var(--text-accent);corner-shape:round;content:"";transform:translateY(-50%) scale(1);transition:transform var(--duration-rise) var(--ease-out-emphasized)}.about-orbit-footer__resume>strong,.about-orbit-footer__contact>strong{font-size:clamp(var(--type-24),2.5vw,var(--type-32));font-weight:var(--weight-regular);letter-spacing:var(--tracking-display);line-height:1}.about-orbit-footer__resume>svg,.about-orbit-footer__contact>svg{position:absolute;top:50%;right:-34px;width:26px;height:26px;stroke-width:1.5;transform:translateY(-50%);transition:transform var(--duration-fold) var(--ease-out-emphasized)}.about-orbit-footer__resume{top:34px;right:9%}.about-orbit-footer__contact{bottom:36px;left:8%}.about-orbit-footer a:focus-visible{outline:2px solid var(--focus-outline-color);outline-offset:4px}.about-orbit-footer__resume:focus-visible,.about-orbit-footer__contact:focus-visible{border-radius:8px}@media(hover:hover)and (pointer:fine){.about-orbit-footer__home:hover{transform:translate(-50%,-50%) scale(1.045)}.about-orbit-footer__home:hover svg{transform:translate(-10px)}.about-orbit-footer:has(a:hover) .about-orbit-footer__track{border-color:color-mix(in oklab,var(--text-accent) 78%,transparent)}.about-orbit-footer:has(.about-orbit-footer__home:hover) .about-orbit-footer__track{transform:rotate(-4deg) scale(1.025)}.about-orbit-footer:has(.about-orbit-footer__home:hover) .about-orbit-footer__resume{transform:translate(18px,9px)}.about-orbit-footer:has(.about-orbit-footer__home:hover) .about-orbit-footer__contact{transform:translate(-16px,-8px)}.about-orbit-footer__resume:hover{transform:translate(8px,-8px)}.about-orbit-footer__contact:hover{transform:translate(-8px,8px)}.about-orbit-footer__resume:hover:before,.about-orbit-footer__contact:hover:before{transform:translateY(-50%) scale(1.65)}.about-orbit-footer__resume:hover>svg,.about-orbit-footer__contact:hover>svg{transform:translate(6px,calc(-50% - 6px))}}@media(max-width:680px){.about-orbit-footer-shell{padding-inline:0}.about-orbit-footer{min-height:520px;padding:16px}.about-orbit-footer__plane{min-height:488px}.about-orbit-footer__track{top:44px;right:-42%;bottom:44px;left:-42%;transform:rotate(-13deg)}.about-orbit-footer__home{inset:52% auto auto 50%;width:min(250px,calc(100% - 24px))}.about-orbit-footer__home strong{font-size:clamp(var(--type-40),10.25vw,var(--type-48))}.about-orbit-footer__resume,.about-orbit-footer__contact{min-width:126px;min-height:58px;padding-left:22px}.about-orbit-footer__resume>strong,.about-orbit-footer__contact>strong{font-size:var(--type-28)}.about-orbit-footer__resume>svg,.about-orbit-footer__contact>svg{right:-28px;width:24px;height:24px}.about-orbit-footer__resume{top:24px;right:42px}.about-orbit-footer__contact{bottom:24px;left:8px}}@media(prefers-reduced-motion:reduce){.about-orbit-footer__track,.about-orbit-footer__home,.about-orbit-footer__home svg,.about-orbit-footer__resume,.about-orbit-footer__contact,.about-orbit-footer__resume:before,.about-orbit-footer__contact:before,.about-orbit-footer__resume>svg,.about-orbit-footer__contact>svg{transition:none}}.about-photo-frame__preview,.about-photo-frame__image{transform-origin:center}.about-photo-frame__preview{position:absolute;z-index:0;top:-5%;right:-5%;bottom:-5%;left:-5%;width:110%;height:110%;object-fit:var(--about-photo-preview-fit, cover);filter:blur(16px);opacity:1;transform:scale(1.04);pointer-events:none;transition:opacity var(--duration-fold) var(--ease-out),transform var(--duration-fold) var(--ease-out-emphasized)}.about-photo-frame__image{position:relative;z-index:0;opacity:0;transform:scale(1.025);transition:opacity var(--duration-fold) var(--ease-out),transform var(--duration-fold) var(--ease-out-emphasized)}.about-photo-frame[data-photo-loaded] .about-photo-frame__preview{opacity:0;transform:scale(1)}.about-photo-frame[data-photo-loaded]>img.about-photo-frame__image{opacity:1;transform:scale(1)}.about-photo-frame{position:relative;overflow:hidden;transform:translateZ(0)}[data-photo-protected],[data-photo-protected] :where(img,canvas){-webkit-touch-callout:none;-webkit-user-drag:none;-webkit-user-select:none;user-select:none}@media(hover:none),(pointer:coarse){.about-photo-frame--hero{touch-action:pan-y}}.about-hero-refraction{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;transform:scale(1);pointer-events:none;transition:opacity var(--duration-quick) var(--ease-out),transform var(--duration-step) var(--ease-out)}.about-hero-refraction[data-active=true]{opacity:1}@media(hover:hover)and (pointer:fine)and (prefers-reduced-motion:no-preference){.about-photo-frame--hero>img.about-photo-frame__image{will-change:transform}.about-photo-frame[data-photo-loaded]:hover>img.about-photo-frame__image,.about-photo-frame[data-photo-loaded]:hover>.about-hero-refraction[data-motion-ready]{transform:scale(1.08);transition-duration:var(--duration-settle);transition-timing-function:var(--ease-out-emphasized);will-change:transform}.about-photo-frame:hover .about-hero-refraction{transition-duration:var(--duration-quick),var(--duration-settle);transition-timing-function:var(--ease-out),var(--ease-out-emphasized)}}@media(prefers-reduced-motion:reduce){[data-about-entry] .about-intro-item{animation:none}.about-photo-frame__image{transition:none}.about-photo-frame__preview{display:none}.about-photo-frame__image{opacity:1;transform:scale(1)}}
