body{margin:0}#root{text-align:center;box-sizing:border-box;flex-direction:column;width:100%;max-width:100%;min-height:100svh;display:flex}@font-face{font-family:Awesome Serif;src:url(/fonts/awesome-serif/BoldTall.otf)format("opentype");font-weight:700;font-style:normal}h1,h2,h3{font-family:var(--font-display);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1{font-size:10.5rem;font-style:normal;font-weight:700;line-height:10.5rem}@media (width<=1024px){h1{font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{font-family:var(--font-body);color:currentColor;letter-spacing:-.02em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex:none;align-self:stretch;margin:0;font-size:1.125rem;line-height:140%}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.container{width:min(100% - 2rem, var(--container));margin-inline:auto}.button{cursor:pointer;font-family:var(--font-body);transition:var(--transition);border:none;border-radius:999px;outline:none;padding:.9rem 1.4rem;font-size:.875rem;font-weight:500;text-decoration:none;box-shadow:4px 8px #00000080}.button-primary{background:var(--accent-pink);color:var(--text)}.button-secondary,.button-icon{background:var(--surface-2);color:var(--text)}.header{z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:1.25rem 2rem;position:sticky;top:0}.header-container{justify-content:space-between;align-items:center;width:100%;display:flex}.header-logo{letter-spacing:-.03em;font-size:1rem;font-weight:700}.header-nav{align-items:center;gap:1.5rem;display:flex}.header-nav a{color:var(--text);letter-spacing:-.01em;transition:var(--transition);align-items:center;gap:.4rem;font-size:.875rem;text-decoration:none;display:flex}.header-nav a:hover{color:var(--text);letter-spacing:-.02em;font-weight:600}.header-nav-icon{color:var(--accent-pink)}.header-actions{align-items:center;gap:.75rem;display:flex}.header-hamburger{background:var(--surface-2);cursor:pointer;border:none;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:2.5rem;height:2.5rem;display:none;box-shadow:2.5px 4.5px #00000080}.header-hamburger span{background:var(--text);border-radius:2px;width:16px;height:1.5px;display:block}@media (width<=768px){.header-nav,.header-actions{display:none}.header-hamburger{display:flex}}.drawer-overlay{z-index:999;background:#00000080;display:none;position:fixed;inset:0}.drawer-overlay.open{display:block}.drawer{background:var(--surface);z-index:1000;flex-direction:column;width:100vw;height:100dvh;padding:1.5rem;transition:transform .3s;display:flex;position:fixed;top:0;right:0;transform:translate(100%)}.drawer.open{transform:translate(0)}.drawer-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.drawer-close{background:var(--surface-2);width:2.5rem;height:2.5rem;color:var(--text);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;display:flex}.drawer-nav{flex-direction:column;flex:1;display:flex}.drawer-link{border-bottom:1px solid var(--surface-2);color:var(--text);font-family:var(--font-display);justify-content:space-between;align-items:center;padding:1.25rem 0;font-size:clamp(1.5rem,6vw,2rem);text-decoration:none;display:flex}.drawer-link-num{font-family:var(--font-body);color:var(--text-muted);font-size:.875rem}.drawer-footer{justify-content:space-between;align-items:center;padding-top:1.5rem;display:flex}.drawer-socials{gap:.5rem;display:flex}.drawer-social-btn{background:var(--accent-pink);width:2.25rem;height:2.25rem;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;text-decoration:none;display:flex}.drawer-copy{color:var(--text-muted);font-size:.75rem}.tag{background:var(--surface-2);color:currentColor;letter-spacing:-.01em;transition:var(--transition);border-radius:999px;justify-content:center;align-items:center;padding:.625rem 1rem;font-size:1rem;font-weight:500;line-height:1;display:inline-flex}.project-card{background-color:var(--surface);cursor:pointer;border-radius:1.5rem;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:4rem;width:100%;min-height:45rem;padding:2rem 0 0;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.project-card:hover{transform:translateY(-6px);box-shadow:0 30px 60px #0000001f}.project-link{color:inherit;text-decoration:none;display:block}.project-top{flex:none;justify-content:space-between;align-items:center;width:100%;padding:0 2rem;display:flex}.project-tags{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.project-dot{background:#0000004d;border-radius:999px;width:12px;height:12px}.project-content{z-index:2;flex-direction:column;align-items:flex-start;gap:1.5rem;width:100%;padding:0 2rem;display:flex;position:relative}.project-content h3{max-width:100%;color:var(--text);font-family:var(--font-display);text-align:left;font-size:clamp(1.5rem,5vw,3.25rem);line-height:110%}.project-content p{color:var(--text-muted);text-align:left;font-size:1rem;line-height:140%}.project-image{background-color:var(--accent);border-radius:1.5rem;justify-content:center;align-items:center;width:100%;height:20rem;display:flex;position:relative;overflow:hidden}.project-image img{object-fit:contain;width:80%;max-width:32.5rem;margin-top:.625rem;transition:transform .4s;transform:translateY(10%)}.project-card:hover .project-image img{transform:translateY(20px)}@media (width<=768px){.project-card{border-radius:28px;min-height:620px;padding:1.5rem}.project-content h3{font-size:3rem}.project-image img{transform:translateY(20px)}}.projects-section{width:100%;padding:2rem 0}.projects-grid{grid-template-columns:repeat(2,1fr);gap:2rem;width:100vw;margin-inline:calc(50% - 50vw);padding:0 6.62rem;display:grid}@media (width<=900px){.projects-grid{grid-template-columns:1fr}}.experience-item{box-sizing:border-box;flex-direction:row;align-items:flex-start;gap:2rem;width:100%;min-width:0;padding:0 4.5rem 0 0;display:flex}.experience-logo{aspect-ratio:1;background:var(--surface);border-radius:.75rem;justify-content:center;align-items:center;width:4.5rem;height:4.5rem;display:flex}.experience-logo img{width:50%;height:50%}.experience-right{flex-direction:column;align-items:flex-start;gap:1rem;width:100%;display:flex}.experience-right h3{color:var(--text);font-family:var(--font-body);text-align:left;letter-spacing:-.015em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:clamp(1.25rem,4vw,1.5rem);font-weight:550;line-height:100%;transition:transform .4s}.experience-right p{color:var(--text-muted);text-align:left;font-size:1rem;line-height:140%}.job-info{flex-direction:column;align-items:flex-start;gap:.25rem;display:flex}.experience-section{flex-direction:column;align-items:flex-start;gap:6rem;width:100vw;margin-inline:calc(50% - 50vw);padding:10rem 6.25rem;display:flex}.experience-heading{flex-direction:column;align-items:flex-start;gap:1rem;display:flex}.experience-heading h2{color:var(--text);font-family:var(--font-display);text-align:left;width:100%;font-size:clamp(1.5rem,5vw,3.25rem);line-height:110%}.experience-grid{grid-template-columns:repeat(2,1fr);gap:4rem 2.5rem;width:100%;display:grid}@media (width<=768px){.experience-grid{grid-template-columns:1fr}}.t-card{width:280px;min-height:320px;color:var(--black)}.t-card p{color:var(--black);opacity:.8;text-align:left;line-height:1.6}.t-card.green{background:var(--accent-lime)}.t-card.yellow{background:var(--accent-yellow)}.t-card.cream{background:var(--white)}.t-quote{margin-bottom:3rem;line-height:140%}.t-content{padding:2rem}.t-author{align-items:left;flex-direction:column;display:flex}.t-author-name{letter-spacing:-.01em;gap:.25rem;font-weight:500;line-height:110%;display:flex}.t-top{background-color:var(--black);opacity:.07;width:100%;height:4rem}.testimonials-section{padding:6rem 0}.testimonials-grid{flex-wrap:wrap;justify-content:center;align-items:flex-end;gap:2rem;display:flex}.cta{margin-inline:calc(50% - 50vw);width:100vw;margin-bottom:6.25rem;padding:0 6.25rem}.cta-container{justify-content:center;align-items:center;width:100%;display:flex}.cta-content{z-index:1;background-color:var(--accent-lavender);border-radius:1.5rem;flex-direction:column;align-items:flex-start;gap:0;width:100%;padding:0;display:flex;position:relative;overflow:hidden}.cta-card{z-index:2;isolation:isolate;text-align:center;background:var(--surface);border-radius:1.5rem 1.5rem 20rem;flex-direction:column;justify-content:center;align-items:center;gap:4.625rem;width:100%;padding:5.875rem 8.5rem 8.5rem;display:flex;position:relative;overflow:hidden}.cta-card h2{max-width:1100px;color:var(--text);font-family:var(--font-display);letter-spacing:-.01em;font-size:clamp(2rem,8vw,5rem);font-weight:500;line-height:110%}.cta-pill{background:var(--surface-2);border-radius:999px;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem .75rem .75rem;line-height:1;display:inline-flex}.cta-pill p{color:var(--text-muted);letter-spacing:-.02em;vertical-align:middle;text-align:center;margin:0;font-size:1rem;line-height:1;transform:translateY(18%)}.cta-memoji{border-radius:50%;flex-shrink:0;width:1.5rem;height:1.5rem;display:block}.cta-subtract{z-index:3;flex:none;order:3;width:295.5px;height:271.39px;position:absolute;bottom:-.39px;right:-.1rem}.cta-notes{background:var(--accent-lavender);z-index:3;width:100%;height:34.625rem;position:relative;overflow:hidden}.note{width:clamp(14rem,22vw,21rem);position:absolute}.note-left{background:var(--accent-lime);top:1rem;left:2%;transform:rotate(18deg)}.note-center{background:var(--white);z-index:2;top:5rem;left:50%;transform:translate(-50%)translateY(0)}.note-right{background:#bee8b7;top:2rem;right:2%;transform:rotate(-13deg)}@media (width<=768px){.cta-card{padding:4rem 1.5rem 12rem}.cta-notes{flex-direction:column;align-items:center;margin-top:-5rem;padding:0 1.5rem 2rem}.note{width:100%;max-width:320px;transform:none}.note-center{transform:none}}.footer{padding:3rem 2rem}.footer-container{justify-content:space-between;align-items:center;width:100%;display:flex}.footer-links{font-family:var(--font-body);gap:1.5rem;display:flex}.footer-links a{color:var(--text-muted);text-decoration:none}.product-tag{width:clamp(120px,12vw,180px);position:absolute;top:6rem;left:8%}.obsessed-tag{width:clamp(150px,18vw,280px);position:absolute;top:12rem;right:4%}.detail-tag{width:clamp(160px,18vw,300px);position:absolute;top:75%;bottom:4rem;left:45%;transform:translate(-50%)}@media (width<=1024px){.product-tag{width:120px;top:3rem;left:2%}.obsessed-tag{width:180px;top:6.5rem;right:1%}.detail-tag{width:200px;bottom:1rem;left:40%}}@media (width<=768px){.product-tag{width:120px;top:2rem;left:1rem}.obsessed-tag{width:180px;top:4rem;right:.1rem}.detail-tag{width:200px;bottom:1.25rem;left:38%}}@media (width<=480px){.product-tag{width:120px;top:2rem;left:1rem}.obsessed-tag{width:180px;top:2rem;right:1rem}.detail-tag{width:200px;top:90%;bottom:1rem}}.photo-grid{max-width:var(--container);grid-template-columns:3fr 3fr;gap:.75rem;margin:0 auto;padding:0 2.5rem;display:grid}.photo-col{flex-direction:column;gap:.75rem;display:flex}.photo-cell{border-radius:1.25rem;flex:1;overflow:hidden}.photo-cell img{object-fit:cover;width:100%;height:100%;display:block}.skill-tag{color:var(--white);border-radius:999px;flex-shrink:0;align-items:center;gap:.5rem;padding:.625rem 1.5rem;font-size:1rem;font-weight:500;display:inline-flex}.skill-tag--major{background:var(--white);color:var(--black);border:none}.skill-tag--minor{border:1px solid var(--white);color:var(--white);background:0 0}.skill-tag--tag{background:var(--surface);color:var(--text);border:none;padding:.75rem 1rem}.skill-tag--tool{background:var(--surface);color:var(--white);border:none;padding:.625rem 1rem}.skill-tag__icon{justify-content:center;align-items:center;display:inline-flex}.profile-tags{width:100%;position:relative;overflow:hidden}.tags-track{gap:.75rem;width:max-content;animation:25s linear infinite scrollTags;display:flex}@keyframes scrollTags{0%{transform:translate(0)}to{transform:translate(-50%)}}.snippet-tag{color:var(--text);flex-shrink:0;font-size:.875rem}.snippet-tag p{color:var(--text);font-size:.875rem}.values{width:100%;margin-top:7.5rem;margin-bottom:7.5rem}.values-container{width:100%;margin:0 auto;padding:0 2.5rem}.values-grid{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(3,1fr);gap:1rem;width:100%;display:grid}.values-cell{background:var(--surface);border-radius:var(--radius-md);justify-content:center;align-items:center;padding:2rem;display:flex;position:relative}.values-cell--tall{flex-direction:column;grid-row:span 2;justify-content:center;align-items:center;gap:10.3125rem;padding:7.875rem 2rem 2rem;display:flex}.values-cell--wide{grid-area:span 1/span 2;justify-content:space-between;align-items:flex-end;display:flex}.text-block{flex-direction:column;justify-content:center;align-items:flex-start;gap:1rem;width:100%;display:flex}.text-block p{font-family:var(--font-body);color:var(--text);text-align:left;font-weight:700;line-height:110%}.text-block span{font-family:var(--font-body);color:var(--text-muted);text-align:left;letter-spacing:-.02em;flex:none;order:1;align-self:stretch;font-weight:400;line-height:140%}.text-block--alone{flex-direction:column;justify-content:flex-end;height:100%;display:flex}.cube-image{position:absolute;top:2rem;right:2rem}.skills-tools-container{flex-direction:column;align-items:flex-start;gap:98px;margin:6.5rem 0;padding:0 48px;display:flex}.skills-tools-container h2{color:var(--text);font-family:var(--font-display);text-align:left;font-size:clamp(1.5rem,5vw,3.25rem);line-height:110%}.inner-container{flex-direction:column;flex:none;order:1;align-self:stretch;align-items:flex-start;gap:4rem;display:flex}.skills-group,.tools-group{flex-flow:wrap;align-content:flex-start;align-items:center;gap:12px;padding:0;display:flex}.not-found{text-align:center;color:var(--text-muted);margin-top:2rem;font-size:1.5rem}.project-details-page{width:auto;margin-bottom:6.25rem}.project-hero{flex-direction:column;align-items:center;gap:2rem;width:100%;min-width:0;display:flex}.project-hero-content{text-align:center;flex-direction:column;align-items:center;gap:2rem;width:100%;padding:6.25rem 15rem;display:flex}.project-meta{font-family:var(--font-body);color:var(--text-muted);align-items:center;gap:.5rem;font-size:1rem;display:flex}.project-hero-content h1{font-family:var(--font-display);color:var(--text);text-align:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:4rem;font-weight:700;line-height:120%}.project-tags{flex-direction:row;align-items:center;gap:.75rem;padding:0;display:flex}.project-hero-image-wrapper{flex-direction:column;justify-content:center;align-items:center;width:100%;max-height:36rem;padding:0 10rem;display:flex}.project-hero-image{border-radius:2rem;width:100%;height:auto;padding:5rem 13.75rem;display:block;overflow:hidden}.project-hero-image img{border-radius:.5rem;width:100%;height:auto;display:block}.project-section{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:4rem 18.75rem;display:flex}.project-section-compact{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:2.625rem 18.75rem;display:flex}.project-text-block{flex-direction:column;align-items:flex-start;gap:1rem;display:flex}.project-text-block h2{font-family:var(--font-body);color:var(--text);text-align:left;letter-spacing:-.02em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.5rem;font-weight:600;line-height:120%}.project-text-block p{font-family:var(--font-body);color:var(--text);text-align:left;letter-spacing:-.02em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;white-space:pre-line;opacity:.9;font-size:1.125rem;font-weight:400;line-height:140%}.project-highlight{background-color:var(--surface-2);box-sizing:border-box;text-align:left;width:100%;font-family:var(--font-body);opacity:.85;letter-spacing:-.02em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border:1px solid #3e3e3e;border-radius:.75rem;flex-direction:column;align-items:flex-start;gap:.5rem;margin-top:2rem;padding:1.5rem;display:flex}.project-highlight li{font-family:var(--font-body);color:var(--text);text-wrap:wrap;font-size:1.125rem;font-weight:400;line-height:140%}.project-list{flex-direction:column;gap:.5rem;margin:0;list-style-type:disc;display:flex}.project-overview-stat{color:var(--text);letter-spacing:-.02em;flex-direction:row;align-items:center;gap:.625rem;display:flex}.project-overview-stat h3{font-family:var(--font-body);font-size:1.125rem;font-weight:600}.project-overview-stat p{font-family:var(--font-body);font-size:1.125rem;font-weight:400}.project-image-block{flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;width:100%;padding:0;display:flex}.project-image-block p{font-family:var(--font-body);color:var(--text-muted);text-align:left;letter-spacing:-.01em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1rem;font-style:italic;font-weight:500;line-height:100%}.project-image-wrapper{box-sizing:border-box;background-color:var(--surface-2);border:1px solid #3e3e3e;border-radius:.75rem;flex-direction:column;align-items:flex-start;gap:.3425rem;width:100%;padding:1.125rem;display:flex}.project-image-wrapper img{border-radius:.5rem;width:100%;height:auto;display:block}.project-header-block h2{font-family:var(--font-body);color:var(--text);text-align:left;letter-spacing:-.02em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.5rem;font-weight:600;line-height:120%}.project-impact-grid{grid-template-rows:repeat(4,120px);grid-template-columns:1fr 1fr 1fr;gap:1.25rem;width:100%;margin-top:2rem;display:grid}.project-impact-cell{background:var(--surface);border:1px solid #3e3e3e;border-radius:.75rem;flex-direction:column;justify-content:space-between;padding:2em;display:flex}.project-impact-cell h3{text-align:left;font-size:2.5rem;font-weight:600;line-height:1}.project-impact-cell p{align-items:center;max-width:90%;font-size:1.125rem;line-height:1.4;display:flex}.project-impact-cell--xlong{grid-area:1/1/span 4}.project-impact-cell--text{grid-area:span 1/2;justify-content:center}.project-impact-cell--medium{grid-area:2/2/span 2}.project-impact-cell--long{grid-area:1/3/span 3}.project-impact-cell--wide{flex-direction:row;grid-area:4/2/auto/span 2;place-items:center;gap:2rem}.project-impact-cell--wide p{max-width:unset}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-body)}.hero{box-sizing:border-box;justify-content:center;align-items:center;width:100%;min-width:0;padding:16rem 17rem;display:flex;position:relative}@media (width<=1024px){.hero{min-height:auto;padding:9.25rem 7.5rem}}@media (width<=768px){.hero{margin-top:2rem;padding:8rem 5rem}}@media (width<=480px){.hero{padding:4rem 2rem}}@media (width<=360px){.hero{padding:3rem 1rem}}.hero-content{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;min-width:0;display:flex}@media (width<=1024px){.hero-content{gap:1.5rem}}@media (width<=768px){.hero-content{gap:1rem}}.hero-content h1{font-family:var(--font-display);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:10.5rem;font-weight:700;line-height:100%}@media (width<=1024px){.hero-content h1{font-size:9rem;font-weight:700}}@media (width<=768px){.hero-content h1{font-size:7rem;font-weight:700}}@media (width<=480px){.hero-content h1{font-size:6rem;font-weight:700;line-height:110%}}.hero-content p{font-family:var(--font-body);letter-spacing:-.015em;color:var(--text-muted);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.125rem;line-height:140%}@media (width<=1024px){.hero-content p{font-size:1rem}}@media (width<=768px){.hero-content p{font-size:.875rem}}ul{list-style-position:inside}.desktop-break{display:none}@media (width>=768px){.desktop-break{display:block}}:root{--bg:#131314;--black:#131314;--surface:#1f1e1f;--surface-2:#272627;--white:#fff6ee;--text:#fff6ee;--text-muted:#a5a09b;--accent-pink:#d86072;--accent-lavender:#c6c2f2;--accent-lime:#c5f2c2;--accent-blue:#a1baff;--accent-yellow:#f7ff82;--font-display:"Awesome Serif", serif;--font-body:"Instrument Sans", sans-serif;--container:100%;--radius-lg:2rem;--radius-md:1.5rem;--transition:.25s ease}
