*,*:before,*:after{box-sizing:border-box}a{color:inherit;text-decoration:none}a:hover{text-decoration:none}img{max-width:100%;height:auto}.homepage{display:flex;flex-direction:column;align-items:center;width:100%}.top-fold{position:relative;background-color:transparent;display:flex;flex-direction:column;align-items:center;width:100%;overflow:visible}.top-fold__content{position:relative;z-index:1;display:flex;flex-direction:column;gap:var(--section-gap);align-items:center;padding-bottom:var(--section-gap);width:100%}.page-header{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:var(--margin-medium)}.page-header__title{font-family:Alice,serif;font-size:var(--font-size-title);font-weight:400;color:#000;text-align:center;margin:0}.about{display:flex;gap:var(--margin-large);align-items:center;justify-content:center;width:100%}.about__content{flex:1;display:flex;flex-direction:column;gap:var(--margin-small)}.about__title{font-family:Alice,serif;font-size:var(--font-size-header);font-weight:400;margin:0;color:#000}.about__text{font-family:Alexandria,sans-serif;font-weight:300;font-size:var(--font-size-body);line-height:1.3;color:#000000bf}.about__text p{margin:0 0 1em}.about__text p:last-child{margin-bottom:0}.about__headshot-wrapper{position:relative;width:360px;height:362px;flex-shrink:0}.about__headshot-bg{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:16px;transform:rotate(0)}.about__headshot-bg--1{background-color:#ffcf9e}.about__headshot-bg--2{background-color:#fac7ff}.about__headshot-bg--3{background-color:#9be1fc}.about__headshot-bg--4{background-color:#aef8aa}.about__headshot-wrapper.visible .about__headshot-bg--1{animation:rotate-to-16 .5s ease-out forwards}.about__headshot-wrapper.visible .about__headshot-bg--2{animation:rotate-to-12 .5s ease-out forwards}.about__headshot-wrapper.visible .about__headshot-bg--3{animation:rotate-to-8 .5s ease-out forwards}.about__headshot-wrapper.visible .about__headshot-bg--4{animation:rotate-to-4 .5s ease-out forwards}.about__headshot{position:relative;width:100%;height:100%;border-radius:16px;overflow:hidden}.about__headshot img{width:100%;height:100%;object-fit:cover}.contact{display:flex;gap:var(--margin-large);align-items:center}.contact__links{display:flex;gap:var(--margin-large)}.contact__icon{display:flex;align-items:center;justify-content:center;width:60px;height:60px;color:#000;transition:opacity .2s ease}.contact__icon svg{width:100%;height:100%;stroke-width:4px}.contact__button{display:inline-flex;align-items:center;justify-content:center;gap:var(--margin-small);height:61px;padding:var(--margin-medium) 27px;border:4px solid black;border-radius:16px;background:transparent;font-family:Alice,serif;font-size:18px;color:#000;text-decoration:none;transition:background-color .2s ease;white-space:nowrap}.contact__button svg{width:24px;height:24px;stroke-width:2px}.projects{background-color:#fff;display:flex;flex-direction:column;gap:var(--margin-large);align-items:center;width:100%}.projects__header{display:flex;flex-direction:column;align-items:center;justify-content:center}.projects__title{font-family:Alice,serif;font-size:var(--font-size-sub-title);font-weight:400;color:#000;margin:0;line-height:1.3;text-align:center}.projects__subhead{font-family:Alice,serif;font-size:var(--font-size-header);font-weight:400;color:#00000080;margin:0;line-height:1.3}.projects__grid{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--margin-large);width:100%;padding-bottom:var(--section-gap)}.projects__grid>*{flex:0 1 calc(50% - var(--margin-large) / 2)}.projects__grid>*>.content-card{width:100%;height:100%}.project-placeholder{display:flex;align-items:center;justify-content:center;min-height:200px;border-radius:16px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.project-placeholder:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.project-placeholder--tall{height:401px}.project-placeholder--purple{background-color:#fac7ff}.project-placeholder--blue{background-color:#9be1fc}.project-placeholder__title{font-family:Alice,serif;font-size:var(--font-size-header);color:#000;opacity:0;transition:opacity .2s ease}.project-placeholder:hover .project-placeholder__title{opacity:1}.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{font-family:Alice,serif;margin-top:1.5em;margin-bottom:.5em;line-height:1.3;font-weight:400}.content p{margin-bottom:1em;margin-block-start:0px;color:#000000bf}.content img{border-radius:16px;margin:1em 0}@media(max-width:800px){.top-fold{gap:var(--margin-large);padding-bottom:var(--margin-large)}.top-fold__content{gap:var(--margin-large)}.about{flex-direction:column-reverse;text-align:center}.about__headshot-wrapper{width:300px;height:300px}.contact__icon{width:40px;height:40px}.contact__button{font-size:var(--font-size-body);padding:var(--margin-small) var(--margin-medium);height:auto}.projects__grid>*{flex:0 1 100%}.project-placeholder{min-height:150px}.project-placeholder--tall{height:auto;min-height:200px}}.fade-in{opacity:0;transform:translateY(20px);transition:opacity .5s ease-out,transform .5s ease-out}.fade-in.visible{opacity:1;transform:translateY(0)}.fade-in-delay-1{transition-delay:.05s}.fade-in-delay-2{transition-delay:.1s}.fade-in-delay-3{transition-delay:.15s}.fade-in-delay-4{transition-delay:.2s}.fade-in-delay-5{transition-delay:.25s}.fade-in-delay-6{transition-delay:.3s}.fade-in-delay-7{transition-delay:.35s}.fade-in-delay-8{transition-delay:.4s}.fade-in-delay-9{transition-delay:.45s}.fade-in-delay-10{transition-delay:.5s}.fade-in-delay-11{transition-delay:.55s}.fade-in-delay-12{transition-delay:.6s}.fade-in-delay-13{transition-delay:.65s}.fade-in-delay-14{transition-delay:.7s}.fade-in-delay-15{transition-delay:.75s}.fade-in-delay-16{transition-delay:.8s}.fade-in-delay-17{transition-delay:.85s}.fade-in-delay-18{transition-delay:.9s}.fade-in-delay-19{transition-delay:.95s}.fade-in-delay-20{transition-delay:1s}.fade-in-delay-21{transition-delay:1.05s}.fade-in-delay-22{transition-delay:1.1s}.fade-in-delay-23{transition-delay:1.15s}.fade-in-delay-24{transition-delay:1.2s}.fade-in-delay-25{transition-delay:1.25s}[data-astro-cid-d6puh33w],[data-astro-cid-d6puh33w]:before,[data-astro-cid-d6puh33w]:after{box-sizing:border-box}:root{--font-size-body: 1rem;--font-size-header: 2rem;--font-size-title: 3rem;--font-size-sub-title: 2.5rem;--font-project-card-title: min(2rem, 3vw);--font-project-card-body: min(1rem, 1.5vw);--margin-small: 10px;--margin-medium: 20px;--margin-large: 40px;--section-gap: 80px}@media(max-width:800px){:root{--font-size-body: 1rem;--font-size-header: 2rem;--font-size-title: 3rem;--font-project-card-title: min(2rem, 6vw);--font-project-card-body: min(1rem, 4vw);--margin-small: 5px;--margin-medium: 10px;--margin-large: 20px;--section-gap: 40px}}html{font-family:Alexandria,sans-serif;background-color:#fefffeaa;color:#0a0a0a}body{margin:0;padding:0;min-height:100vh;line-height:1.3;font-size:var(--font-size-body)}a[data-astro-cid-d6puh33w]{color:inherit;text-decoration:none}a[data-astro-cid-d6puh33w]:hover{text-decoration:none}img[data-astro-cid-d6puh33w]{max-width:100%;height:auto}.homepage[data-astro-cid-d6puh33w]{display:flex;flex-direction:column;align-items:center;width:100%}.top-fold[data-astro-cid-d6puh33w]{position:relative;background-color:transparent;display:flex;flex-direction:column;align-items:center;width:100%;overflow:visible}.top-fold__content[data-astro-cid-d6puh33w]{position:relative;z-index:1;display:flex;flex-direction:column;gap:var(--section-gap);align-items:center;padding-bottom:var(--section-gap);width:100%}.page-header[data-astro-cid-d6puh33w]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:var(--margin-medium)}.page-header__title[data-astro-cid-d6puh33w]{font-family:Alice,serif;font-size:var(--font-size-title);font-weight:400;color:#000;text-align:center;margin:0}.about[data-astro-cid-d6puh33w]{display:flex;gap:var(--margin-large);align-items:center;justify-content:center;width:100%}.about__content[data-astro-cid-d6puh33w]{flex:1;display:flex;flex-direction:column;gap:var(--margin-small)}.about__title[data-astro-cid-d6puh33w]{font-family:Alice,serif;font-size:var(--font-size-header);font-weight:400;margin:0;color:#000}.about__text[data-astro-cid-d6puh33w]{font-family:Alexandria,sans-serif;font-weight:300;font-size:var(--font-size-body);line-height:1.3;color:#000000bf}.about__text[data-astro-cid-d6puh33w] p[data-astro-cid-d6puh33w]{margin:0 0 1em}.about__text[data-astro-cid-d6puh33w] p[data-astro-cid-d6puh33w]:last-child{margin-bottom:0}.about__headshot-wrapper[data-astro-cid-d6puh33w]{position:relative;width:360px;height:362px;flex-shrink:0}.about__headshot-bg[data-astro-cid-d6puh33w]{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:16px;transform:rotate(0)}.about__headshot-bg--1[data-astro-cid-d6puh33w]{background-color:#ffcf9e}.about__headshot-bg--2[data-astro-cid-d6puh33w]{background-color:#fac7ff}.about__headshot-bg--3[data-astro-cid-d6puh33w]{background-color:#9be1fc}.about__headshot-bg--4[data-astro-cid-d6puh33w]{background-color:#aef8aa}.about__headshot-wrapper[data-astro-cid-d6puh33w].visible .about__headshot-bg--1[data-astro-cid-d6puh33w]{animation:rotate-to-16 .5s ease-out forwards}.about__headshot-wrapper[data-astro-cid-d6puh33w].visible .about__headshot-bg--2[data-astro-cid-d6puh33w]{animation:rotate-to-12 .5s ease-out forwards}.about__headshot-wrapper[data-astro-cid-d6puh33w].visible .about__headshot-bg--3[data-astro-cid-d6puh33w]{animation:rotate-to-8 .5s ease-out forwards}.about__headshot-wrapper[data-astro-cid-d6puh33w].visible .about__headshot-bg--4[data-astro-cid-d6puh33w]{animation:rotate-to-4 .5s ease-out forwards}@keyframes rotate-to-16{0%{transform:rotate(0)}to{transform:rotate(16deg)}}@keyframes rotate-to-12{0%{transform:rotate(0)}to{transform:rotate(12deg)}}@keyframes rotate-to-8{0%{transform:rotate(0)}to{transform:rotate(8deg)}}@keyframes rotate-to-4{0%{transform:rotate(0)}to{transform:rotate(4deg)}}.about__headshot[data-astro-cid-d6puh33w]{position:relative;width:100%;height:100%;border-radius:16px;overflow:hidden}.about__headshot[data-astro-cid-d6puh33w] img[data-astro-cid-d6puh33w]{width:100%;height:100%;object-fit:cover}.contact[data-astro-cid-d6puh33w]{display:flex;gap:var(--margin-large);align-items:center}.contact__links[data-astro-cid-d6puh33w]{display:flex;gap:var(--margin-large)}.contact__icon[data-astro-cid-d6puh33w]{display:flex;align-items:center;justify-content:center;width:60px;height:60px;color:#000;transition:opacity .2s ease}.contact__icon[data-astro-cid-d6puh33w] svg[data-astro-cid-d6puh33w]{width:100%;height:100%;stroke-width:4px}.contact__button[data-astro-cid-d6puh33w]{display:inline-flex;align-items:center;justify-content:center;gap:var(--margin-small);height:61px;padding:var(--margin-medium) 27px;border:4px solid black;border-radius:16px;background:transparent;font-family:Alice,serif;font-size:18px;color:#000;text-decoration:none;transition:background-color .2s ease;white-space:nowrap}.contact__button[data-astro-cid-d6puh33w] svg[data-astro-cid-d6puh33w]{width:24px;height:24px;stroke-width:2px}.projects[data-astro-cid-d6puh33w]{background-color:#fff;display:flex;flex-direction:column;gap:var(--margin-large);align-items:center;width:100%}.projects__header[data-astro-cid-d6puh33w]{display:flex;flex-direction:column;align-items:center;justify-content:center}.projects__title[data-astro-cid-d6puh33w]{font-family:Alice,serif;font-size:var(--font-size-sub-title);font-weight:400;color:#000;margin:0;line-height:1.3;text-align:center}.projects__subhead[data-astro-cid-d6puh33w]{font-family:Alice,serif;font-size:var(--font-size-header);font-weight:400;color:#00000080;margin:0;line-height:1.3}.projects__grid[data-astro-cid-d6puh33w]{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--margin-large);width:100%;padding-bottom:var(--section-gap)}.projects__grid[data-astro-cid-d6puh33w]>[data-astro-cid-d6puh33w]{flex:0 1 calc(50% - var(--margin-large) / 2)}.projects__grid[data-astro-cid-d6puh33w]>[data-astro-cid-d6puh33w]>.content-card[data-astro-cid-d6puh33w]{width:100%;height:100%}.project-placeholder[data-astro-cid-d6puh33w]{display:flex;align-items:center;justify-content:center;min-height:200px;border-radius:16px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.project-placeholder[data-astro-cid-d6puh33w]:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.project-placeholder--tall[data-astro-cid-d6puh33w]{height:401px}.project-placeholder--purple[data-astro-cid-d6puh33w]{background-color:#fac7ff}.project-placeholder--blue[data-astro-cid-d6puh33w]{background-color:#9be1fc}.project-placeholder__title[data-astro-cid-d6puh33w]{font-family:Alice,serif;font-size:var(--font-size-header);color:#000;opacity:0;transition:opacity .2s ease}.project-placeholder[data-astro-cid-d6puh33w]:hover .project-placeholder__title[data-astro-cid-d6puh33w]{opacity:1}.content[data-astro-cid-d6puh33w] h1[data-astro-cid-d6puh33w],.content[data-astro-cid-d6puh33w] h2[data-astro-cid-d6puh33w],.content[data-astro-cid-d6puh33w] h3[data-astro-cid-d6puh33w],.content[data-astro-cid-d6puh33w] h4[data-astro-cid-d6puh33w],.content[data-astro-cid-d6puh33w] h5[data-astro-cid-d6puh33w],.content[data-astro-cid-d6puh33w] h6[data-astro-cid-d6puh33w]{font-family:Alice,serif;margin-top:1.5em;margin-bottom:.5em;line-height:1.3;font-weight:400}.content[data-astro-cid-d6puh33w] p[data-astro-cid-d6puh33w]{margin-bottom:1em;margin-block-start:0px;color:#000000bf}.content[data-astro-cid-d6puh33w] img[data-astro-cid-d6puh33w]{border-radius:16px;margin:1em 0}@media(max-width:800px){.top-fold[data-astro-cid-d6puh33w]{gap:var(--margin-large);padding-bottom:var(--margin-large)}.top-fold__content[data-astro-cid-d6puh33w]{gap:var(--margin-large)}.about[data-astro-cid-d6puh33w]{flex-direction:column-reverse;text-align:center}.about__headshot-wrapper[data-astro-cid-d6puh33w]{width:300px;height:300px}.contact__icon[data-astro-cid-d6puh33w]{width:40px;height:40px}.contact__button[data-astro-cid-d6puh33w]{font-size:var(--font-size-body);padding:var(--margin-small) var(--margin-medium);height:auto}.projects__grid[data-astro-cid-d6puh33w]>[data-astro-cid-d6puh33w]{flex:0 1 100%}.project-placeholder[data-astro-cid-d6puh33w]{min-height:150px}.project-placeholder--tall[data-astro-cid-d6puh33w]{height:auto;min-height:200px}}.fade-in[data-astro-cid-d6puh33w]{opacity:0;transform:translateY(20px);transition:opacity .5s ease-out,transform .5s ease-out}.fade-in[data-astro-cid-d6puh33w].visible{opacity:1;transform:translateY(0)}.fade-in-delay-1[data-astro-cid-d6puh33w]{transition-delay:.05s}.fade-in-delay-2[data-astro-cid-d6puh33w]{transition-delay:.1s}.fade-in-delay-3[data-astro-cid-d6puh33w]{transition-delay:.15s}.fade-in-delay-4[data-astro-cid-d6puh33w]{transition-delay:.2s}.fade-in-delay-5[data-astro-cid-d6puh33w]{transition-delay:.25s}.fade-in-delay-6[data-astro-cid-d6puh33w]{transition-delay:.3s}.fade-in-delay-7[data-astro-cid-d6puh33w]{transition-delay:.35s}.fade-in-delay-8[data-astro-cid-d6puh33w]{transition-delay:.4s}.fade-in-delay-9[data-astro-cid-d6puh33w]{transition-delay:.45s}.fade-in-delay-10[data-astro-cid-d6puh33w]{transition-delay:.5s}.fade-in-delay-11[data-astro-cid-d6puh33w]{transition-delay:.55s}.fade-in-delay-12[data-astro-cid-d6puh33w]{transition-delay:.6s}.fade-in-delay-13[data-astro-cid-d6puh33w]{transition-delay:.65s}.fade-in-delay-14[data-astro-cid-d6puh33w]{transition-delay:.7s}.fade-in-delay-15[data-astro-cid-d6puh33w]{transition-delay:.75s}.fade-in-delay-16[data-astro-cid-d6puh33w]{transition-delay:.8s}.fade-in-delay-17[data-astro-cid-d6puh33w]{transition-delay:.85s}.fade-in-delay-18[data-astro-cid-d6puh33w]{transition-delay:.9s}.fade-in-delay-19[data-astro-cid-d6puh33w]{transition-delay:.95s}.fade-in-delay-20[data-astro-cid-d6puh33w]{transition-delay:1s}.fade-in-delay-21[data-astro-cid-d6puh33w]{transition-delay:1.05s}.fade-in-delay-22[data-astro-cid-d6puh33w]{transition-delay:1.1s}.fade-in-delay-23[data-astro-cid-d6puh33w]{transition-delay:1.15s}.fade-in-delay-24[data-astro-cid-d6puh33w]{transition-delay:1.2s}.fade-in-delay-25[data-astro-cid-d6puh33w]{transition-delay:1.25s}.container[data-astro-cid-d6puh33w]{width:100%;max-width:1200px;margin:0 auto;padding:0 var(--margin-large);background-color:#fff;min-height:100vh}
