.hp-progress-bar{z-index:200;pointer-events:none;background:0 0;height:2px;position:fixed;top:0;left:0;right:0}.hp-progress-fill{background:var(--hp-accent,var(--color-accent));transform-origin:0;will-change:transform;height:100%;transform:scaleX(0)}.hp-section-dots{z-index:150;pointer-events:auto;flex-direction:column;gap:.6rem;display:flex;position:fixed;top:50%;right:1.5rem;transform:translateY(-50%)}.hp-section-dot{background-color:var(--hp-border,var(--color-border));cursor:pointer;border-radius:50%;width:5px;height:5px;transition:background-color .3s,transform .3s;display:block}.hp-section-dot.is-active{background-color:var(--hp-ink,var(--color-foreground));transform:scale(1.5)}@media (max-width:768px){.hp-section-dots{display:none}}.scroll-reveal{opacity:0;transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1);transition-delay:var(--reveal-delay,0s);will-change:transform, opacity;transform:translateY(32px)}.scroll-reveal--scale{transform:translateY(24px)scale(.96)}.scroll-reveal.is-visible{opacity:1;transform:none}.hp-root{--hp-bg:var(--background);--hp-ink:var(--foreground);--hp-muted:var(--muted);--hp-border:var(--border);--hp-accent:var(--accent);--hp-surface:#fff;--nav-h:56px;--hp-serif:"Lora", serif;--hp-sans:"Inter", sans-serif;--hp-mono:"Roboto Mono", monospace;background-color:var(--hp-bg);color:var(--hp-ink);font-family:var(--hp-sans);font-size:var(--text-sm);-webkit-font-smoothing:antialiased;font-weight:350;line-height:1.75}.hp-nav{z-index:100;-webkit-backdrop-filter:blur(12px);background-color:#f9f8f6d9;justify-content:space-between;align-items:center;padding:1.25rem 2.5rem;transition:border-bottom .25s;display:flex;position:sticky;top:0}@media (max-width:768px){.hp-nav{flex-direction:column;gap:1rem;padding:1rem}}.hp-nav--scrolled{border-bottom:1px solid var(--hp-border)}.hp-nav__wordmark{font-family:var(--hp-serif);color:var(--hp-ink);letter-spacing:.01em;font-size:1rem;font-weight:400;text-decoration:none}.hp-nav__links{background:#f4f3f0;border-radius:8px;align-items:center;gap:.3rem;margin:0;padding:.3rem .4rem .4rem;list-style:none;display:flex;box-shadow:inset 0 1px 3px #0000001a,0 1px #fffc}@media (max-width:768px){.hp-nav__links{-webkit-overflow-scrolling:touch;max-width:100%;padding-bottom:.5rem;overflow-x:auto}.hp-nav__links::-webkit-scrollbar{display:none}}.hp-nav__link{font-family:var(--hp-sans);letter-spacing:.05em;color:var(--color-muted);border-top:1px solid #fff;border-right:1px solid var(--color-border);border-bottom:6px solid var(--color-muted);border-left:6px solid var(--color-foreground);box-sizing:border-box;background:#f4f3f0;border-radius:6px;align-items:center;gap:.35rem;padding:.35rem .6rem;font-size:.65rem;font-weight:600;text-decoration:none;transition:border-width .1s,background .1s;display:flex;box-shadow:-1px 2px 4px #0000001a}.hp-nav__link:hover{background:#fff}.hp-nav__key-legend{font-family:var(--hp-mono);opacity:.5;margin-right:.15rem;font-size:.55rem;font-weight:500}.hp-nav__link--key-orange .hp-nav__key-legend{opacity:.8;color:#fff}.hp-nav__link:active{border-width:4px 4px 3px 3px;box-shadow:0 1px 1px #0000000d}.hp-nav__link--key-orange{background:var(--hp-accent);color:#fff;border-top-color:var(--color-accent);border-right-color:var(--color-accent);border-bottom-color:#c43c28;border-left-color:#8c2c1d}.hp-nav__link--key-orange:hover{background:var(--color-accent)}.hp-section{max-width:860px;margin:0 auto;padding:6rem 2.5rem;scroll-margin-top:120px}.hp-section--wide{max-width:1080px}.hp-section+.hp-section{border-top:1px solid var(--hp-border)}.hp-section__label{font-family:var(--hp-sans);font-size:var(--text-xs);letter-spacing:.14em;text-transform:uppercase;color:var(--color-accent);margin-bottom:2.75rem;font-weight:400}.hp-hero{z-index:1;grid-template-columns:1.2fr 1fr;align-items:center;gap:6rem;width:100%;max-width:85vw;min-height:85vh;margin:0 auto;padding:4rem 3rem 8rem;display:grid;position:relative;overflow:visible}.hp-hero:before{content:"";z-index:-1;pointer-events:none;background-image:linear-gradient(#fb67510a 1px,#0000 1px),linear-gradient(90deg,#fb67510a 1px,#0000 1px);background-size:40px 40px;border-radius:24px;position:absolute;inset:-2rem -5vw}.hp-hero__left{padding-top:20px}.hp-hero__right{justify-content:flex-end;padding-top:12rem;display:flex;overflow:visible}@media (max-width:1024px){.hp-hero{grid-template-columns:1fr;gap:8rem;padding:4.5rem 1.5rem 6rem}.hp-hero__left{text-align:center;flex-direction:column;align-items:center;padding-top:0;display:flex;transform:translateY(-48px)}.hp-hero__left .hp-btns{justify-content:center}.hp-hero__right{justify-content:center;padding-top:2rem;display:flex}.hp-hero__right .hp-folder{scale:.65}}.hp-hero__marquee{grid-column:1/-1;width:100vw;margin-left:calc(50% - 50vw);padding:4rem 0 2rem}.hp-hero__name{font-family:var(--hp-serif);letter-spacing:-.01em;color:var(--hp-ink);opacity:0;margin:0 0 1rem;font-size:clamp(40px,8vw,64px);font-weight:400;line-height:1.1;animation:.7s .1s forwards fadeUp;transform:translateY(20px)}.hp-hero__role{font-family:var(--hp-sans);letter-spacing:.02em;color:var(--hp-accent);opacity:0;margin:0 0 1.5rem;font-size:16px;font-weight:400;animation:.7s .3s forwards fadeUp;transform:translateY(20px)}.hp-hero__tagline{font-family:var(--hp-sans);color:var(--hp-muted);opacity:0;max-width:500px;margin:0 0 3rem;font-size:16px;font-weight:400;line-height:1.6;animation:.7s .5s forwards fadeUp;transform:translateY(20px)}.hp-btns{opacity:0;align-items:center;gap:1rem;animation:.7s .7s forwards fadeUp;display:flex;transform:translateY(20px)}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.hp-about-section{flex-direction:column;align-items:center;width:100%;padding:8rem 0 2rem;display:flex}.hp-marquee-container{background:0 0;flex-direction:column;gap:1rem;width:100vw;margin-left:calc(50% - 50vw);padding:2rem 0;display:flex;overflow:hidden}.hp-marquee-row{will-change:transform;display:flex}.hp-marquee-row:nth-child(2){margin-left:-100vw}.hp-marquee-inner{white-space:nowrap;align-items:center;width:max-content;display:flex}.hp-marquee__item{font-family:var(--hp-sans);color:var(--hp-muted);text-transform:uppercase;letter-spacing:.15em;padding:0 1rem;font-size:14px;font-weight:500;line-height:1.1}.hp-marquee__ring{border:2px solid var(--color-accent);border-radius:50%;flex-shrink:0;width:12px;height:12px;margin:0 1.5rem}.hp-skills-wrapper{perspective:1200px;justify-content:center;width:100%;margin:12rem auto 14rem;display:flex;overflow:visible}@media (max-width:768px){.hp-hero__right .hp-folder{scale:.75}.hp-hero__marquee{margin-top:-5.5rem;padding-top:0}.hp-marquee__item{padding:0 .5rem;font-size:11px}.hp-marquee__ring{width:8px;height:8px;margin:0 .75rem}}.hp-folder{cursor:pointer;perspective:1200px;width:300px;height:200px;margin:0 auto;animation:5s ease-in-out infinite folderFloat;position:relative}@keyframes folderFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-16px)}}.hp-folder-back{background:linear-gradient(135deg, var(--color-accent) 0%, #ea5a45 100%);z-index:1;border-radius:24px;position:absolute;inset:0;box-shadow:0 4px 20px #0000000d,inset 0 0 0 2px #ffffff4d}.hp-folder-tab{background:var(--color-accent);color:#fff;width:90px;height:32px;font-family:var(--hp-sans);font-size:var(--text-xs);letter-spacing:.1em;text-transform:uppercase;border-radius:12px 12px 0 0;justify-content:center;align-items:center;font-weight:600;display:flex;position:absolute;top:-12px;left:0;box-shadow:inset 0 0 0 2px #ffffff4d}.hp-folder-front{background:linear-gradient(135deg, var(--color-accent) 0%, #ea5a45 100%);z-index:20;transform-origin:bottom;border-radius:20px;align-items:flex-end;width:100%;height:175px;padding:1.5rem;transition:transform .5s cubic-bezier(.34,1.5,.64,1);display:flex;position:absolute;bottom:0;left:0;box-shadow:0 12px 40px #fb675140,inset 0 0 0 2px #ffffff4d}.hp-folder-note{z-index:5;background:#fff;border-radius:16px;width:90%;height:180px;padding:1.25rem;transition:transform .5s cubic-bezier(.34,1.5,.64,1);position:absolute;top:10px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000008}.hp-folder:hover .hp-folder-note{transform:translate(-50%)translateY(-30px)}.hp-folder-note-header{font-family:var(--hp-mono);font-size:var(--text-xs);color:var(--hp-muted);text-transform:uppercase;justify-content:space-between;margin-bottom:1rem;display:flex}.hp-folder-note-title{font-family:var(--hp-mono);font-size:var(--text-xs);color:var(--color-foreground);margin-bottom:.75rem;font-weight:700}.hp-folder-note-list{font-family:var(--hp-mono);font-size:var(--text-xs);color:var(--color-foreground);margin:0;padding:0;line-height:1.6;list-style:none}.hp-folder-note-list li:before{content:"✓";color:var(--color-accent);margin-right:6px}.hp-folder:hover .hp-folder-front{transform:rotateX(-24deg)}.hp-folder-front-inner{color:#fff;justify-content:space-between;align-items:flex-end;width:100%;display:flex}.hp-folder-title{font-family:var(--hp-sans);font-size:var(--text-2xl);letter-spacing:-.02em;margin:0 0 .25rem;font-weight:600}.hp-folder-subtitle{font-family:var(--hp-sans);font-size:var(--text-sm);opacity:.9;margin:0;font-weight:400}.hp-folder-icons{opacity:.8}.hp-folder-cards{z-index:10;width:0;height:0;position:absolute;top:40px;left:50%}.hp-skill-card{pointer-events:none;opacity:0;width:80px;height:80px;transition:transform .65s cubic-bezier(.34,1.5,.64,1),opacity .4s;position:absolute;top:-40px;left:-40px}.hp-folder:hover .hp-skill-card{opacity:1;pointer-events:auto}.hp-skill-card:first-child{transition-delay:.24s}.hp-folder:hover .hp-skill-card:first-child{transition-delay:0s;transform:translate(-220px,-125px)rotate(-30deg)scale(1.05)}.hp-skill-card:nth-child(2){transition-delay:.18s}.hp-folder:hover .hp-skill-card:nth-child(2){transition-delay:60ms;transform:translate(-110px,-200px)rotate(-15deg)scale(1.05)}.hp-skill-card:nth-child(3){transition-delay:.12s}.hp-folder:hover .hp-skill-card:nth-child(3){transition-delay:.12s;transform:translateY(-225px)rotate(0)scale(1.05)}.hp-skill-card:nth-child(4){transition-delay:60ms}.hp-folder:hover .hp-skill-card:nth-child(4){transition-delay:.18s;transform:translate(110px,-200px)rotate(15deg)scale(1.05)}.hp-skill-card:nth-child(5){transition-delay:0s}.hp-folder:hover .hp-skill-card:nth-child(5){transition-delay:.24s;transform:translate(220px,-125px)rotate(30deg)scale(1.05)}.hp-skill-card-face{-webkit-backdrop-filter:blur(12px);background:#ffffffbf;border:1px solid #ffffff80;border-radius:22px;justify-content:center;align-items:center;transition:transform .3s cubic-bezier(.34,1.5,.64,1),box-shadow .3s;display:flex;position:absolute;inset:0;overflow:hidden;box-shadow:0 10px 30px #0000000d}.hp-skill-card-face:before{content:"";background:radial-gradient(circle, var(--skill-color,#0000000d) 0%, transparent 70%);opacity:.25;filter:blur(10px);pointer-events:none;width:100%;height:100%;position:absolute;top:20%;left:20%}.hp-skill-card:hover .hp-skill-card-face{transform:translateY(-8px)scale(1.02);box-shadow:0 15px 35px #00000014}.hp-skill-card-logo{z-index:2;position:relative}.hp-skill-card-logo svg{width:54px;height:54px;display:block}.hp-about-me{border-bottom:1px solid var(--hp-border);flex-direction:column;justify-content:center;padding:8rem 0 3rem;scroll-margin-top:120px;display:flex;position:relative;overflow:hidden}.hp-about-me:before{content:"";pointer-events:none;z-index:0;background-image:radial-gradient(circle,#fb67511f 1px,#0000 1px),radial-gradient(circle,#fb67511f 1px,#0000 1px),radial-gradient(circle,#fb67511f 1px,#0000 1px),radial-gradient(circle,#fb67511f 1px,#0000 1px);background-position:0 0,24px 0,0 0,0 24px;background-size:96px 12px,96px 12px,12px 96px,12px 96px;position:absolute;inset:0}.hp-about-me>*{z-index:1;position:relative}.hp-about-me__decoration{pointer-events:none;width:100%;height:1000px;position:absolute;top:0;left:0;overflow:hidden}.hp-about-me__spiral-svg{fill:none;stroke:#fb675114;stroke-width:.1px;width:90%;height:90%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hp-about-me__spiral-svg path{stroke-width:.2px;stroke:#fb675114}.hp-about-me__circle{aspect-ratio:1;border:1px solid #fb675114;border-radius:50%;position:absolute;transform:translate(-50%,-50%)}.hp-about-me__circle--1{width:100%;max-width:800px;top:50%;left:30%}.hp-about-me__circle--2{width:100%;max-width:500px;top:60%;left:70%}.hp-about-me__title-big{font-family:var(--hp-serif);color:var(--hp-ink);letter-spacing:-.02em;white-space:nowrap;margin-bottom:3rem;font-size:48px;font-weight:400;line-height:1;display:block}.hp-about-me__headers{align-items:baseline;gap:.75rem;margin-bottom:4rem;display:flex}.hp-about-me__grid{grid-template-columns:348px 1.5fr;align-items:start;gap:6rem;max-width:85vw;margin:0 auto;display:grid}.hp-about-me__image-col{order:-1;padding-left:3rem}.hp-about-me__text{max-width:800px}.hp-about-me__lead{font-family:var(--hp-sans);color:var(--hp-muted);letter-spacing:-.01em;margin-bottom:3rem;font-size:16px;font-weight:400;line-height:1.6}.hp-about-me__details{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;display:grid}.hp-about-me__bio{font-family:var(--hp-sans);color:var(--hp-muted);letter-spacing:-.01em;font-size:14px;font-weight:400;line-height:1.6}.hp-about-me__image-wrapper{position:sticky;top:6rem}.hp-about-me__image{aspect-ratio:1;border-radius:6px;position:relative;overflow:hidden;box-shadow:0 40px 100px #00000014}.hp-about-me__img{object-fit:cover;width:100%;height:100%;transform:scale(1.45)}.hp-about-me__image-overlay{display:none}@media (max-width:1100px){.hp-about-me__grid{grid-template-columns:1fr;gap:4rem}.hp-about-me__image-col{padding-left:0}.hp-about-me__image{max-width:500px;margin:0 auto}}@media (max-width:768px){.hp-about-me__details{grid-template-columns:1fr}}.hp-about-me__experience{border-top:1px solid var(--hp-border);margin-top:3.5rem;padding-top:2.5rem}.hp-about-me__experience .hp-section__label{margin-bottom:2rem}.hp-exp-list{min-height:550px;margin:0;padding:0;list-style:none}.hp-exp-list__row{border-bottom:1px solid var(--hp-border);cursor:default;flex-direction:column;padding:1.4rem 0;transition:opacity .22s;display:flex}.hp-exp-list__header{grid-template-columns:1fr 1fr 1fr;align-items:center;gap:1rem;width:100%;display:grid}.hp-exp-list__details{opacity:0;grid-template-rows:0fr;margin-top:0;transition:grid-template-rows .8s cubic-bezier(.22,1,.36,1),opacity .6s,margin-top .8s cubic-bezier(.22,1,.36,1);display:grid}.hp-exp-list__details>ul{overflow:hidden}.hp-exp-list__bullets{font-family:var(--hp-sans);color:var(--hp-muted);letter-spacing:-.01em;margin:0;padding-left:0;font-size:14px;font-weight:400;line-height:1.6;list-style-type:none}.hp-exp-list__bullets li{margin-bottom:.5rem;padding-left:1rem;position:relative}.hp-exp-list__bullets li:before{content:"•";color:var(--hp-accent);position:absolute;left:0}.hp-exp-list__row:hover .hp-exp-list__details{opacity:1;grid-template-rows:1fr;margin-top:1.2rem}.hp-exp-list__row:first-child{border-top:1px solid var(--hp-border)}.hp-exp-list:hover .hp-exp-list__row{opacity:.38}.hp-exp-list:hover .hp-exp-list__row:hover{opacity:1}.hp-exp-list__role{color:#000;font-size:16px;font-weight:400;line-height:1.5;font-family:var(--hp-serif)}.hp-exp-list__company{letter-spacing:0;text-transform:none;color:var(--hp-accent);text-align:center;font-size:16px;font-weight:400;font-family:var(--hp-serif)}.hp-exp-list__period{color:#000;white-space:nowrap;font-variant-numeric:tabular-nums;text-align:right;font-size:16px;font-weight:400;font-family:var(--hp-serif);flex-shrink:0}@media (max-width:600px){.hp-exp-list__period{font-size:13px}.hp-exp-list__company{font-size:.65rem}}.hp-cards{background-color:var(--hp-border);border:1px solid var(--hp-border);grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1px;display:grid}.hp-card{background-color:var(--hp-surface);padding:1.75rem 2rem;transition:box-shadow .2s,transform .2s;position:relative}.hp-card:hover{z-index:1;transform:translateY(-2px);box-shadow:0 4px 24px #0000000f}.hp-card__company{font-family:var(--hp-sans);font-size:var(--text-sm);color:var(--hp-ink);margin:0 0 .25rem;font-weight:500}.hp-card__role{font-family:var(--hp-sans);font-size:var(--text-xs);color:var(--hp-muted);margin:0 0 .2rem;font-weight:400}.hp-card__period{font-family:var(--hp-sans);font-size:var(--text-xs);color:var(--hp-muted);margin:0 0 1.25rem;font-weight:400}.hp-card__award{font-family:var(--hp-sans);font-size:var(--text-xs);letter-spacing:.06em;color:var(--hp-accent);border:1px solid var(--hp-accent);border-radius:4px;padding:.2rem .55rem;font-weight:500;display:inline-block}.hp-card--available{border-left:2px solid var(--hp-border)}.hp-card__available-label{font-family:var(--hp-sans);font-size:var(--text-xs);letter-spacing:.08em;color:#5a7a60;align-items:center;gap:.4rem;margin-bottom:.625rem;font-weight:500;display:flex}.hp-card__available-dot{background-color:#5a7a60;border-radius:50%;width:6px;height:6px;display:inline-block}.hp-card__available-text{font-family:var(--hp-sans);font-size:var(--text-sm);color:var(--hp-muted);line-height:1.6}.hp-edu{grid-template-columns:1fr 2fr;align-items:start;gap:3rem;display:grid}@media (max-width:640px){.hp-edu{grid-template-columns:1fr;gap:1.5rem}}.hp-edu__year{font-family:var(--hp-serif);font-size:var(--text-fluid-h2);color:var(--hp-border);margin:0;font-weight:300;line-height:1}.hp-edu__degree{font-family:var(--hp-serif);font-size:var(--text-xl);color:var(--hp-ink);margin:0 0 .5rem;font-weight:400}.hp-edu__meta{font-size:var(--text-sm);color:var(--hp-muted);font-family:var(--hp-sans);margin:0 0 .2rem}.hp-edu__badge{font-family:var(--hp-sans);font-size:var(--text-xs);letter-spacing:.06em;color:var(--hp-muted);border:1px solid var(--hp-border);border-radius:4px;margin-top:.75rem;padding:.2rem .55rem;font-weight:500;display:inline-block}.hp-edu__bio{font-family:var(--hp-sans);font-size:var(--text-sm);color:var(--hp-muted);margin-top:1.25rem;line-height:1.75}.hp-process-container{z-index:1;grid-template-columns:1.1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1140px;margin:0 auto;padding-right:260px;display:grid;position:relative}.hp-process-text-col{flex-direction:column;justify-content:center;padding-left:2rem;display:flex}.hp-process-hint{font-family:var(--hp-serif);color:var(--hp-ink);letter-spacing:-.015em;margin:0;font-size:clamp(1.45rem,2.2vw,1.85rem);font-weight:400;line-height:1.35;transform:translateY(12px)}.hp-process-hint-sub{font-family:var(--font-sans);font-size:var(--text-base);color:var(--hp-muted);margin-top:.5rem;display:inline-block}.hp-process-arrow{color:var(--hp-accent);transition:transform .3s cubic-bezier(.2,.8,.2,1);display:inline-block}.hp-process-container:hover .hp-process-arrow{transform:translate(8px)}.hp-process-sandwich-col{justify-content:center;align-items:center;width:100%;display:flex}@media (max-width:1024px){.hp-process-container{grid-template-columns:1fr;gap:2rem;min-height:auto;padding:4rem 1.5rem}.hp-process-hint{text-align:center;font-size:var(--text-lg)}}.hp-blueprint-process{cursor:default;justify-content:center;align-items:center;width:100%;height:750px;margin:0;display:flex;position:relative;transform:translateY(-41px)}#process{max-width:100%;position:relative}#process:before{content:"";z-index:0;pointer-events:none;background-image:linear-gradient(#fb67510a 1px,#0000 1px),linear-gradient(90deg,#fb67510a 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0}.hp-blueprint-wrapper{will-change:transform;width:420px;height:600px;transition:transform 1.2s cubic-bezier(.2,.8,.2,1);position:relative}.hp-blueprint-process:hover .hp-blueprint-wrapper,.hp-blueprint-process--expanded .hp-blueprint-wrapper{transform:translateY(-10px)}.hp-blueprint-layer{pointer-events:none;transition:transform .8s cubic-bezier(.34,1.5,.64,1),opacity .5s;position:absolute;inset:0}.hp-bagel-part{filter:url(#hp-outline-orange);background-color:#0000;background-image:url(/bagel_transparent.png);background-position:50%;background-repeat:no-repeat;background-size:contain;width:100%;height:100%}.hp-layer--7 .hp-bagel-part{clip-path:polygon(0% 0%,100% 0%,100% 20%,0% 22%)}.hp-layer--6 .hp-bagel-part{clip-path:polygon(0% 22%,100% 20%,100% 32%,0% 32%)}.hp-layer--5 .hp-bagel-part{clip-path:polygon(0% 32%,100% 32%,100% 45%,0% 45%)}.hp-layer--4 .hp-bagel-part{clip-path:polygon(0% 45%,100% 45%,100% 59%,50% 61%,0% 59%)}.hp-layer--3 .hp-bagel-part{clip-path:polygon(0% 59%,50% 61%,100% 59%,100% 71%,0% 71%)}.hp-layer--2 .hp-bagel-part{clip-path:polygon(0% 71%,100% 71%,100% 84%,0% 84%)}.hp-layer--1 .hp-bagel-part{clip-path:polygon(0% 84%,100% 84%,100% 100%,0% 100%)}.hp-blueprint-layer--7{z-index:7;transform:translateY(297px)}.hp-blueprint-layer--6{z-index:6;transform:translateY(230px)}.hp-blueprint-layer--5{z-index:5;transform:translateY(171px)}.hp-blueprint-layer--4{z-index:4;transform:translateY(100px)}.hp-blueprint-layer--3{z-index:3;transform:translateY(26px)}.hp-blueprint-layer--2{z-index:2;transform:translateY(-34px)}.hp-blueprint-layer--1{z-index:1;transform:translateY(-106px)}.hp-blueprint-process:hover .hp-blueprint-layer--7,.hp-blueprint-process--expanded .hp-blueprint-layer--7,.hp-blueprint-process:hover .hp-blueprint-layer--6,.hp-blueprint-process--expanded .hp-blueprint-layer--6{transform:translateY(-20px)!important}.hp-blueprint-process:hover .hp-blueprint-layer--5,.hp-blueprint-process--expanded .hp-blueprint-layer--5{transform:translateY(6px)!important}.hp-blueprint-process:hover .hp-blueprint-layer--4,.hp-blueprint-process--expanded .hp-blueprint-layer--4,.hp-blueprint-process:hover .hp-blueprint-layer--3,.hp-blueprint-process--expanded .hp-blueprint-layer--3{transform:translateY(30px)!important}.hp-blueprint-process:hover .hp-blueprint-layer--2,.hp-blueprint-process--expanded .hp-blueprint-layer--2{transform:translateY(54px)!important}.hp-blueprint-process:hover .hp-blueprint-layer--1,.hp-blueprint-process--expanded .hp-blueprint-layer--1{transform:translateY(78px)!important}@keyframes sandwichFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.hp-blueprint-process:not(:hover):not(.hp-blueprint-process--expanded) .hp-blueprint-wrapper{animation:6s ease-in-out infinite sandwichFloat}@keyframes sandwichFloatMobile{0%,to{transform:scale(.75)translateY(-40px)}50%{transform:scale(.75)translateY(-60px)}}@media (max-width:768px){#process,.hp-nav-item--process{display:none!important}.hp-blueprint-process{overflow-x:hidden}.hp-blueprint-wrapper{transform-origin:top;margin:0 -50px;transform:scale(.75)translateY(-40px)}.hp-blueprint-process:hover .hp-blueprint-wrapper,.hp-blueprint-process:active .hp-blueprint-wrapper,.hp-blueprint-process--expanded .hp-blueprint-wrapper{transform:translate(-70px)scale(.75)translateY(-50px)!important}.hp-blueprint-process:not(:hover):not(.hp-blueprint-process--expanded) .hp-blueprint-wrapper{animation:6s ease-in-out infinite sandwichFloatMobile}}.hp-blueprint-label{opacity:0;pointer-events:none;width:280px;font-family:var(--hp-sans);flex-direction:column;gap:4px;transition:opacity .4s,transform .4s;display:flex;position:absolute;top:50%;left:95%;transform:translateY(calc(12px - 50%))}.hp-blueprint-header{white-space:nowrap;align-items:baseline;gap:6px;display:flex}.hp-blueprint-sep{color:var(--hp-accent);opacity:.8;font-weight:500}.hp-blueprint-process:hover .hp-blueprint-label,.hp-blueprint-process:active .hp-blueprint-label,.hp-blueprint-process--expanded .hp-blueprint-label{opacity:1;transform:translate(30px,calc(12px - 50%))}@media (max-width:768px){.hp-blueprint-process:hover .hp-blueprint-label,.hp-blueprint-process:active .hp-blueprint-label,.hp-blueprint-process--expanded .hp-blueprint-label{transform:translate(15px,calc(12px - 50%))}}.hp-layer--7 .hp-blueprint-label{transition-delay:.1s;top:10.5%}.hp-layer--6 .hp-blueprint-label{transition-delay:.15s;top:26.5%}.hp-layer--5 .hp-blueprint-label{transition-delay:.2s;top:38.2%}.hp-layer--4 .hp-blueprint-label{transition-delay:.25s;top:52.2%}.hp-layer--3 .hp-blueprint-label{transition-delay:.3s;top:66%}.hp-layer--2 .hp-blueprint-label{transition-delay:.35s;top:77.7%}.hp-layer--1 .hp-blueprint-label{transition-delay:.4s;top:91.7%}.hp-blueprint-label:before{content:"";background:linear-gradient(90deg, var(--hp-accent) 50%, transparent 50%);opacity:.6;background-size:6px 1px;width:60px;height:1px;position:absolute;top:12px;right:100%;transform:translate(-15px)}.hp-blueprint-num{font-family:var(--hp-sans);color:var(--hp-accent);letter-spacing:.14em;text-transform:uppercase;font-size:12px;font-weight:500}.hp-blueprint-name{font-family:var(--hp-sans);font-weight:400;font-size:var(--text-lg);color:var(--hp-ink);letter-spacing:-.01em}.hp-blueprint-desc{font-family:var(--hp-sans);font-size:var(--text-sm);color:var(--color-foreground);max-width:240px;line-height:1.5}.hp-cta{background-color:#111110;padding:7rem 2.5rem}.hp-cta__inner{max-width:860px;margin:0 auto}.hp-cta__heading{font-family:var(--hp-serif);color:var(--muted-background);margin:0 0 1rem;font-size:clamp(2rem,5vw,3.25rem);font-weight:400;line-height:1.2}.hp-cta__sub{font-family:var(--hp-sans);font-size:var(--text-sm);color:var(--color-muted);margin:0 0 2.75rem;line-height:1.7}.hp-cta__btn{font-family:var(--hp-sans);font-size:var(--text-sm);letter-spacing:.03em;color:#111110;background-color:var(--muted-background);border:1px solid var(--muted-background);padding:.75rem 1.75rem;font-weight:400;text-decoration:none;transition:background-color .2s,color .2s,border-color .2s;display:inline-block}.hp-cta__btn:hover{background-color:var(--hp-accent);border-color:var(--hp-accent);color:#fff}.hp-showcase__divider{border-bottom:.5px solid var(--hp-border);background-color:var(--hp-bg);justify-content:center;align-items:center;height:100px;display:flex;position:relative;overflow:hidden}.hp-showcase__divider-inner{will-change:transform;-webkit-user-select:none;user-select:none;align-items:center;gap:2rem;display:flex}.hp-showcase__divider-num{font-family:var(--hp-mono);font-size:var(--text-5xl);color:var(--hp-border);letter-spacing:-.05em;font-weight:400;line-height:1}.hp-showcase__divider-line{background-color:var(--hp-border);flex-shrink:0;width:60px;height:.5px}.hp-showcase__divider-label{font-family:var(--hp-sans);font-size:var(--text-xs);letter-spacing:.14em;text-transform:uppercase;color:var(--hp-border);font-weight:500}.hp-showcase{width:100%;scroll-margin-top:120px;position:relative}.hp-showcase__row{top:var(--nav-h,56px);background-color:var(--hp-bg);border-top:1px solid var(--hp-border);transition:none;position:sticky}.hp-showcase__row:last-child{border-bottom:1px solid var(--hp-border)}.hp-showcase__row-inner{grid-template-columns:55fr 45fr;width:100%;max-width:85vw;min-height:65vh;margin:0 auto;display:grid}.hp-showcase__row:hover{box-shadow:none}.hp-showcase__image{border:1px solid var(--hp-border);aspect-ratio:16/9;border-radius:6px;align-self:center;min-height:0;margin:1.5rem 1.5rem 1.5rem 3rem;position:relative;overflow:hidden}.hp-showcase__image-inner{width:100%;height:130%;transform:translateY(var(--parallax-y,0));will-change:transform;position:absolute;inset:-15% 0 0}.hp-showcase__image-scale{will-change:transform;width:100%;height:100%;transition:transform .5s;position:relative}.hp-showcase__row:hover .hp-showcase__image-scale{transform:scale(1.03)}.hp-showcase__text{background-color:var(--hp-bg);border-left:.5px solid var(--hp-border);flex-direction:column;justify-content:center;padding:2.5rem 3rem;transition:border-color .2s;display:flex;overflow-y:auto}.hp-showcase__row:hover .hp-showcase__text{border-color:var(--hp-accent)}.hp-showcase__category{font-family:var(--hp-sans);letter-spacing:.14em;text-transform:uppercase;color:var(--hp-accent);margin:0 0 1rem;font-size:12px;font-weight:500}.hp-showcase__title{font-family:var(--hp-serif);color:var(--hp-ink);letter-spacing:-.01em;margin:0 0 1rem;font-size:24px;font-weight:400;line-height:1.2}.hp-showcase__desc{font-family:var(--hp-sans);color:var(--hp-muted);-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;max-width:380px;margin:0;font-size:14px;font-weight:400;line-height:1.75;display:-webkit-box;overflow:hidden}.hp-showcase__detail{overflow:visible}.hp-showcase__outcome{font-family:var(--hp-sans);color:var(--hp-ink);background-color:#c8502a12;border-radius:4px;margin-top:1.25rem;padding:.5rem .75rem;font-size:14px;font-weight:400;line-height:1.6}.hp-showcase__outcome strong{color:var(--hp-accent);font-weight:600}.hp-showcase__detail-row{font-family:var(--hp-sans);color:var(--hp-muted);margin-top:.5rem;font-size:14px;line-height:1.6}.hp-showcase__detail-label{letter-spacing:.06em;text-transform:uppercase;color:var(--hp-muted);margin-right:.4rem;font-size:14px;font-weight:500}.hp-showcase__meta{font-family:var(--hp-sans);justify-content:space-between;align-items:center;margin-top:1.5rem;font-size:14px;display:flex}.hp-showcase__role{color:var(--hp-ink);font-weight:500}.hp-showcase__year{color:var(--hp-muted);font-weight:400}.hp-showcase__tags{flex-wrap:wrap;gap:.4rem;margin-top:.875rem;display:flex}.hp-showcase__tag{font-family:var(--hp-sans);color:var(--hp-muted);border:.5px solid var(--hp-border);letter-spacing:.02em;border-radius:100px;padding:.2rem .6rem;font-size:12px;font-weight:400}.hp-showcase__link--key{letter-spacing:.05em;width:fit-content;margin-top:1.5rem;padding:.35rem .6rem;font-size:.65rem;font-weight:600}.hp-showcase__arrow{transition:transform .25s;display:inline-block}.hp-showcase__text:hover .hp-showcase__arrow{transform:translate(4px)}@media (max-width:768px){.hp-showcase__row{height:auto;min-height:unset;box-shadow:none;border-bottom:.5px solid var(--hp-border);position:relative;top:0}.hp-showcase__row-inner{grid-template-columns:1fr}.hp-showcase__image{width:calc(100% - 3rem);height:50vw;margin:1.5rem auto}.hp-showcase__text{border-left:none;border-top:.5px solid var(--hp-border);padding:2rem 1.5rem}.hp-showcase__detail{opacity:1!important;max-height:none!important;transition:none!important;overflow:visible!important}}.hp-footer{background-color:var(--hp-bg);border-top:1px solid var(--hp-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;width:100%;max-width:100%;padding:2.5rem 4rem;display:flex}.hp-footer__left{flex-direction:column;gap:8px;display:flex}.hp-footer__contact-title{font-family:var(--font-sans);font-size:var(--text-base);color:var(--color-accent)}.hp-footer__contact-text{font-family:var(--font-sans);font-size:var(--text-base);color:var(--hp-ink)}.hp-footer__right{align-items:center;gap:1rem;display:flex}.hp-footer__icon-link{background-color:var(--color-accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:transform .2s,opacity .2s;display:flex}.hp-footer__icon-link:hover{opacity:.9;transform:translateY(-2px)}@media (max-width:768px){.hp-footer{flex-direction:column;align-items:flex-start;gap:1.5rem;padding:3rem 2rem}}
