.project-card[data-astro-cid-mspuyifq]{background:var(--color-bg);border-radius:12px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;border:2px solid var(--color-bg);display:flex;flex-direction:column;min-height:500px}.card-content[data-astro-cid-mspuyifq]{padding:2rem;flex:1;display:flex;flex-direction:column}p[data-astro-cid-mspuyifq]{color:var(--color-text);line-height:1.6;margin-bottom:auto;font-size:var(--step--1)}.read-more[data-astro-cid-mspuyifq]{display:flex;align-items:center;justify-content:space-between;background:var(--color-primary);color:var(--color-bg);padding:.5rem 1rem;border-radius:4px;text-decoration:none;font-size:var(--step--1);font-weight:500;transition:background .3s ease;margin-top:1.5rem;width:100%;cursor:pointer}.project-card[data-astro-cid-mspuyifq]:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.card-image[data-astro-cid-mspuyifq]{width:100%;aspect-ratio:16/9;overflow:hidden;background:#f8f6fc}.card-image[data-astro-cid-mspuyifq] img[data-astro-cid-mspuyifq]{width:100%;height:100%;object-fit:cover}.placeholder[data-astro-cid-mspuyifq]{width:100%;height:100%;background:repeating-conic-gradient(#e8e4f3 0% 25%,transparent 0% 50%) 50% / 20px 20px}h3[data-astro-cid-mspuyifq]{font-size:var(--step-1);font-weight:600;color:var(--color-text);margin-bottom:1rem}.tags[data-astro-cid-mspuyifq]{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.25rem}.tag[data-astro-cid-mspuyifq]{background:transparent;color:var(--color-text);border:1.5px solid var(--color-text);padding:.375rem .875rem;border-radius:4px;font-size:var(--step--2);font-weight:500}.read-more[data-astro-cid-mspuyifq]:hover{background:var(--color-accent)}.hero{display:flex;align-items:center;justify-content:space-between;padding:2rem 0 4rem 3rem;gap:4rem;max-width:1200px;margin:0 auto;min-height:100vh}.portrait{flex:0 0 auto;display:flex;justify-content:flex-end;align-items:flex-start;position:relative;opacity:0;animation:fadeIn 1.2s ease .6s forwards;margin-right:-3rem}.portrait img{width:auto;height:85vh;max-height:85vh;filter:drop-shadow(0 10px 30px rgba(0,0,0,.1));transition:transform .3s ease}.content{flex:1;max-width:750px}h1{font-size:var(--step-5);margin-bottom:.5rem;line-height:1.1;font-weight:600}.greeting{opacity:0;animation:fadeIn .8s ease forwards}.name{color:var(--color-accent);opacity:0;animation:fadeIn .8s ease .3s forwards}.role{font-size:var(--step-2);font-weight:500;margin-bottom:3rem;opacity:0;animation:fadeIn 1s ease .5s forwards;display:block}.description{font-size:var(--step-0);line-height:1.5;margin-bottom:1.5rem;opacity:0;animation:fadeIn 1s ease .9s forwards;max-width:60ch}.description:last-of-type{margin-bottom:3rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.seeking{font-weight:600;font-size:var(--step--1);margin-bottom:3rem;opacity:0;animation:fadeIn 1s ease 1.2s forwards}.my-work{display:flex;flex-direction:column;align-items:flex-start;font-size:var(--step--1);opacity:0;animation:fadeIn 1s ease 1.5s forwards}.arrow-container{position:relative;margin-top:1rem;width:20px;height:60px;animation:arrowBob 2.5s ease-in-out infinite}@keyframes arrowBob{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.arrow-stroke{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;animation:fadeIn 1.5s ease 2s forwards}.arrow-head{position:absolute;bottom:0;left:0;width:100%;opacity:0;animation:fadeIn .3s ease 3s forwards}.portrait img:hover{transform:scale(1.01)}@media(max-width:968px){.hero{flex-direction:column;padding:2rem 1.5rem 4rem}.content{text-align:center;align-items:center}.my-work{align-items:center}h1{font-size:var(--step-2)}}.projects{background:#9e0031;padding:6rem 0;position:relative}.projects h2{color:#f6f2ff;font-size:var(--step-3);font-weight:600;text-align:center;margin-bottom:4rem;padding:0 3rem}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;max-width:1200px;margin:0 auto;padding:0 3rem}.projects:before{content:"";position:absolute;inset:0;opacity:.5;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='projectNoise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='5' numOctaves='8' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23projectNoise)'/%3E%3C/svg%3E");mix-blend-mode:overlay;pointer-events:none;z-index:1}.projects h2,.projects-grid{position:relative;z-index:2}@media(max-width:1024px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.projects{padding:3rem 1.5rem}.projects-grid{grid-template-columns:1fr}}.about:before{content:"";position:fixed;inset:0;opacity:.4;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='aboutNoise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='5' numOctaves='8' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23aboutNoise)'/%3E%3C/svg%3E");mix-blend-mode:multiply;pointer-events:none;z-index:0}.about{background:var(--color-bg);padding:6rem 0;margin-top:0}.projects{margin-bottom:0}.about-container{max-width:1200px;margin:0 auto;padding:0 3rem;display:flex;gap:6.5rem;align-items:flex-start}.about-content,.about-sidebar{flex:1;width:50%}.about-content h2{color:var(--color-primary);font-size:var(--step-2);font-weight:700;margin-bottom:2rem}.about-content p{font-size:var(--step--1);line-height:1.5;margin-bottom:1.5rem;color:var(--color-text)}.about-content p:last-of-type{margin-bottom:0}.about-content em{font-style:italic}.about-content strong{font-weight:600}.about-sidebar{display:flex;flex-direction:column;gap:1rem}.photos{width:100%;height:200px;display:flex;justify-content:flex-start;align-items:center;position:relative;margin-bottom:1rem}.photo-1{width:270px;height:151px;transform:rotate(-18deg);left:0;top:10px;z-index:1}.photo-2{width:215px;height:161px;transform:rotate(5.6deg);right:60px;top:30px;z-index:2}.photo{position:absolute;object-fit:cover;border:3px solid var(--color-accent);border-radius:3px;box-shadow:0 4px 12px #00000026}.fun-facts{width:100%;margin:0 auto;padding:0;display:flex;flex-direction:column;align-items:center}.fun-facts h3{color:var(--color-primary);font-size:var(--step-2);font-weight:700;margin-bottom:1.5rem}.fun-facts ul{list-style:none;padding:0;margin:0 0 .25rem}.fun-facts li{font-size:var(--step--1);line-height:1.5;margin-bottom:1.5rem;padding-left:1.5rem;position:relative;color:var(--color-text)}.fun-facts li:before{content:"•";position:absolute;left:0;color:var(--color-accent);font-weight:700}.fun-facts a{color:var(--color-accent);text-decoration:underline;transition:opacity .3s ease;cursor:pointer}.fun-facts a:hover{opacity:.7}.fun-facts li:last-child{margin-bottom:0}.bungee-photo{width:100%;max-width:250px;height:auto;border-radius:8px;margin-top:-1rem;transform:scaleX(-1);align-self:center;object-fit:cover;object-position:center;transform:scaleX(1) rotate(-40deg)}@media(max-width:968px){.about-container{flex-direction:column;gap:3rem;padding:0 1.5rem}.about-content,.about-sidebar{width:100%}.photos{height:200px}.photo-1{width:220px;height:123px;left:10px}.photo-2{width:175px;height:131px;right:10px}}@media(max-width:640px){.about{padding:4rem 0}.about-content h2,.fun-facts h3{font-size:var(--step-2)}.about-content p,.fun-facts li{font-size:var(--step--1)}.photos{height:180px}.photo-1{width:180px;height:100px}.photo-2{width:145px;height:109px}}
