:root{--viewport-width: 1920;--viewport-height: 1080;--landscape-ratio: 16 / 9;--portrait-ratio: 9 / 16}body{margin:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background-color:#000;overflow:hidden}@media screen and (orientation:landscape){@media screen and (min-aspect-ratio:16/9){:root{font-size:calc(100vh / 30)}#root{width:calc(100vh * (16 / 9));height:100vh}}@media screen and (max-aspect-ratio:16/9){:root{font-size:calc(100vw / 53.33)}#root{width:100vw;height:56.25vw}}}@media screen and (orientation:portrait){@media screen and (max-aspect-ratio:9/16){:root{font-size:6.25vw}#root{width:100vw;height:calc(100vw * (16 / 9))}}@media screen and (min-aspect-ratio:9/16){:root{font-size:calc(100vh / 28.44)}#root{width:56.25vh;height:100vh}}}#root{position:relative;background-color:#fcfcfc;overflow:hidden}:root{--color-bg: #FCFCFC;--color-bg-dark: #0E0637;--color-text: #21108E;--color-text-light: #21108E;--color-accent: #1E1060;--color-accent-hover: #0E0637;--font-primary: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-handwritten: var(--font-primary);--font-readable: var(--font-primary);--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 2rem;--space-xl: 4rem;--transition-fast: .15s ease;--transition-normal: .3s ease;--transition-slow: .5s ease}*,*:before,*:after{box-sizing:border-box}body{font-family:var(--font-primary);color:#0e0637;line-height:1.6;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}p,h3,h4,.documentation-card__title,.documentation-card__description,.documentation-card__type,.event-card__title,.event-card__description,.event-card__date,.event-card__time,.event-card__location,.publication-card__title,.publication-card__description,.publication-card__meta,.events-section__title,.form-group label,.contact-form input,.contact-form textarea{filter:url(#pencil-effect)}body,p,h1,h2,h3,h4,h5,h6,span,div,li,a,label,button{color:#21108e}h1,h2,h3,h4,h5,h6{font-family:var(--font-primary);font-weight:500;line-height:1.2;margin:0 0 var(--space-md) 0;background:#fcfcfc80;padding:var(--space-xs) var(--space-sm);border-radius:4px;display:inline-block}h1{font-size:3rem}h2{font-size:2.25rem}h3{font-size:1.75rem}h4{font-size:1.25rem}p{margin:0 0 var(--space-md) 0}a{color:var(--color-accent);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--color-accent-hover)}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}:focus:not(:focus-visible){outline:none}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.handwritten{font-family:var(--font-handwritten)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.site-container{width:100%;flex:1;min-height:0;overflow-y:scroll;overflow-x:hidden;scroll-snap-type:y mandatory;scroll-behavior:smooth;position:relative;z-index:2;background:transparent;scrollbar-width:none;-ms-overflow-style:none}.site-container::-webkit-scrollbar{display:none}.section{width:100%;min-height:100%;height:100%;flex-shrink:0;scroll-snap-align:start;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:var(--space-md);padding-top:var(--space-sm);overflow:hidden;box-sizing:border-box;background:transparent}.section-content{max-width:60rem;width:100%;max-height:100%;overflow-y:auto;z-index:10}.section--hero{justify-content:center;text-align:center;padding-top:var(--space-md)}.section--dark{background-color:var(--color-bg-dark);color:#dfdfdf}.section--dark a{color:#dfdfdf}@media screen and (orientation:landscape){.section-content{max-width:50rem}.section--split{flex-direction:row;justify-content:space-between;gap:var(--space-xl)}.section--split .section-content{max-width:45%}}@media screen and (orientation:portrait){.section{padding:var(--space-sm)}.section-content{max-width:92%}h1{font-size:2rem}h2{font-size:1.4rem}h3{font-size:1.1rem}h4{font-size:.95rem}p,li,a{font-size:.85rem}}.section-divider{width:100%;min-height:90vh;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:transparent;position:relative;overflow:hidden;scroll-snap-align:start;scroll-snap-stop:always}.section-divider__content{width:100%;max-width:300px;display:flex;align-items:center;justify-content:center;color:var(--color-text-light);opacity:.5}.section-divider__svg{width:100%;height:auto}.section-divider__path{stroke-dasharray:1000;stroke-dashoffset:1000;animation:drawPath 2s ease-out forwards}@keyframes drawPath{to{stroke-dashoffset:0}}.section-divider__dots{display:flex;gap:var(--space-md)}.section-divider__dot{width:8px;height:8px;border-radius:50%;background:var(--color-text-light);opacity:.4}.section-divider--wave .section-divider__content{max-width:400px}.section-divider--cogs{min-height:95vh}.section-divider--cogs .section-divider__content{max-width:100%;width:100%;opacity:1;overflow:hidden}.section-divider__cogs{display:flex;align-items:center;justify-content:center;width:100%}.section-divider__cogs-container{position:relative;width:100%;height:100%;min-height:22rem}.section-divider__cog{transition:none}.section-divider--glass{min-height:95vh}.section-divider--glass .section-divider__content{max-width:100%;opacity:1}.section-divider__glass{display:flex;align-items:center;justify-content:center;width:100%}.section-divider__glass-graphic{display:block;width:55rem;height:22rem;background-color:var(--color-text);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;position:relative}.section-divider__glass{position:relative;display:flex;align-items:center;justify-content:center;width:100%}.section-divider__glass-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.section-divider__glass-overlay{position:absolute;top:0;left:0;display:block;width:55rem;height:22rem;background-color:#9696c8cc;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;opacity:0;animation:glassColorShift 5s ease-in-out infinite;pointer-events:none}@keyframes glassColorShift{0%,to{opacity:0}50%{opacity:.85}}.section-divider__sparkles{position:absolute;inset:0;pointer-events:none}.section-divider__sparkle{position:absolute;width:16px;height:16px;opacity:0;animation:sparkle 4s ease-in-out infinite;background:linear-gradient(45deg,transparent 42%,rgba(180,180,220,.9) 42%,rgba(180,180,220,.9) 58%,transparent 58%),linear-gradient(-45deg,transparent 42%,rgba(180,180,220,.9) 42%,rgba(180,180,220,.9) 58%,transparent 58%)}.section-divider__sparkle:before,.section-divider__sparkle:after{content:"";position:absolute;top:50%;left:50%;background:#b4b4dce6}.section-divider__sparkle:before{width:2px;height:100%;transform:translate(-50%,-50%)}.section-divider__sparkle:after{width:100%;height:2px;transform:translate(-50%,-50%)}.section-divider__sparkle--1{top:25%;left:20%;animation-delay:.5s;width:20px;height:20px}.section-divider__sparkle--2{top:30%;left:75%;animation-delay:2s;width:18px;height:18px}.section-divider__sparkle--3{top:60%;left:35%;animation-delay:3.5s;width:14px;height:14px}.section-divider__sparkle--4{top:55%;left:70%;animation-delay:1.2s;width:16px;height:16px}@keyframes sparkle{0%,to{opacity:0;transform:scale(.5) rotate(0)}50%{opacity:1;transform:scale(1.2) rotate(45deg)}}.section-divider--docs{min-height:95vh}.section-divider--docs .section-divider__content{max-width:100%;opacity:1}.section-divider__docs{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:28rem}.section-divider__doc{position:absolute;background-color:var(--color-text);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.section-divider__doc{opacity:0;transform:translateY(30px) rotate(-5deg);transition:opacity .8s ease-out,transform .8s ease-out}.section-divider__doc--1{width:10rem;height:12rem;left:10%;top:15%;transition-delay:.1s}.section-divider__doc--2{width:8rem;height:10rem;left:28%;top:5%;transition-delay:.25s}.section-divider__doc--3{width:11rem;height:13rem;left:45%;top:20%;transition-delay:.4s}.section-divider__doc--4{width:9rem;height:11rem;left:62%;top:8%;transition-delay:.55s}.section-divider__doc--5{width:18rem;height:20rem;left:38%;top:32%;transition-delay:.7s}.section-divider--docs.is-visible .section-divider__doc{opacity:1;transform:translateY(0) rotate(0)}.section-divider--docs.is-visible .section-divider__doc--1{animation:docHover1 6s ease-in-out 1s infinite}.section-divider--docs.is-visible .section-divider__doc--2{animation:docHover2 7s ease-in-out 1.2s infinite}.section-divider--docs.is-visible .section-divider__doc--3{animation:docHover3 5.5s ease-in-out 1.4s infinite}.section-divider--docs.is-visible .section-divider__doc--4{animation:docHover4 6.5s ease-in-out 1.6s infinite}.section-divider--docs.is-visible .section-divider__doc--5{animation:docHover5 5s ease-in-out 1.8s infinite}@keyframes docHover1{0%,to{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-4px) rotate(1deg)}}@keyframes docHover2{0%,to{transform:translateY(0) rotate(1deg)}50%{transform:translateY(-3px) rotate(-1deg)}}@keyframes docHover3{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-5px) rotate(1deg)}}@keyframes docHover4{0%,to{transform:translateY(0) rotate(1deg)}50%{transform:translateY(-3px) rotate(-1deg)}}@keyframes docHover5{0%,to{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-4px) rotate(.5deg)}}.section-divider--pubs{min-height:95vh}.section-divider--pubs .section-divider__content{max-width:100%;opacity:1}.section-divider__pubs{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:24rem}.section-divider__pub{position:absolute;background-color:var(--color-text);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.section-divider__pub--1{width:9rem;height:11rem;left:15%;top:8%;animation:pubFloat1 7s ease-in-out infinite}.section-divider__pub--2{width:7rem;height:9rem;left:26%;top:3%;animation:pubFloat2 6s ease-in-out infinite}.section-divider__pub--3{width:10rem;height:12rem;left:38%;top:6%;animation:pubFloat3 8s ease-in-out infinite}.section-divider__pub--4{width:8rem;height:10rem;left:52%;top:10%;animation:pubFloat4 7.5s ease-in-out infinite}.section-divider__pub--5{width:7.5rem;height:9.5rem;left:64%;top:4%;animation:pubFloat5 6.5s ease-in-out infinite}.section-divider__pub--6{width:8.5rem;height:10.5rem;left:75%;top:12%;animation:pubFloat6 7s ease-in-out infinite}.section-divider__pub-text{width:14rem;height:15rem;left:38%;top:30%;animation:pubTextFloat 5s ease-in-out infinite}@keyframes pubFloat1{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-12px) rotate(1deg)}}@keyframes pubFloat2{0%,to{transform:translateY(0) rotate(3deg)}50%{transform:translateY(-8px) rotate(-1deg)}}@keyframes pubFloat3{0%,to{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-15px) rotate(2deg)}}@keyframes pubFloat4{0%,to{transform:translateY(0) rotate(2deg)}50%{transform:translateY(-10px) rotate(-2deg)}}@keyframes pubFloat5{0%,to{transform:translateY(0) rotate(-3deg)}50%{transform:translateY(-14px) rotate(1deg)}}@keyframes pubFloat6{0%,to{transform:translateY(0) rotate(1deg)}50%{transform:translateY(-9px) rotate(-1deg)}}@keyframes pubTextFloat{0%,to{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-6px) rotate(.5deg)}}@media screen and (orientation:portrait){.section-divider{min-height:90vh}.section-divider__content{max-width:250px}.section-divider--cogs{min-height:95vh}.section-divider--cogs .section-divider__content{max-width:100%}.section-divider__cogs-container{min-height:18rem;transform:translate(-8%)}.section-divider__cogs-container .section-divider__cog{display:none}.section-divider__cogs-container .section-divider__cog:nth-child(1),.section-divider__cogs-container .section-divider__cog:nth-child(5),.section-divider__cogs-container .section-divider__cog:nth-child(9),.section-divider__cogs-container .section-divider__cog:nth-child(13),.section-divider__cogs-container .section-divider__cog:nth-child(17),.section-divider__cogs-container .section-divider__cog:nth-child(21){display:block}.section-divider--glass{min-height:95vh}.section-divider__glass-graphic,.section-divider__glass-overlay{width:28rem;height:11rem}.section-divider--docs{min-height:95vh}.section-divider__docs{height:18rem}.section-divider__doc--1{width:6rem;height:7rem;left:5%;top:20%}.section-divider__doc--2{display:none}.section-divider__doc--3{width:7rem;height:8rem;left:35%;top:10%}.section-divider__doc--4{display:none}.section-divider__doc--5{width:90%;height:12rem;left:5%;top:38%}.section-divider--pubs{min-height:95vh}.section-divider__pubs{height:20rem}.section-divider__pub--1{width:5rem;height:6rem;left:5%;top:15%}.section-divider__pub--2{display:none}.section-divider__pub--3{width:6rem;height:7rem;left:35%;top:8%}.section-divider__pub--4{display:none}.section-divider__pub--5{width:5.5rem;height:6.5rem;left:65%;top:12%}.section-divider__pub--6{display:none}.section-divider__pub-text{width:65%;height:9rem;left:17%;top:40%}}.app-layout{display:flex;flex-direction:column;width:100%;height:100%;position:relative}.header{flex-shrink:0;padding:var(--space-xs) var(--space-sm);background:transparent;z-index:100}.header__content{display:flex;justify-content:space-between;align-items:center}.header__hand-drawn-btn{position:relative;background:transparent;border:none;padding:var(--space-sm) var(--space-md);cursor:pointer;z-index:1001}.header__btn-border{position:absolute;inset:-.25rem;pointer-events:none;background-color:var(--color-text);-webkit-mask-image:var(--box-image);mask-image:var(--box-image);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;transition:transform var(--transition-fast)}.header__name-graphic{position:relative;z-index:1;display:block;width:9rem;height:2.25rem;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.header__menu-toggle{background:transparent;border:none;padding:var(--space-sm);cursor:pointer;z-index:1001}.header__menu-toggle:hover .header__menu-icon{transform:rotate(5deg) scale(1.05)}.header__menu-icon{position:relative;z-index:1;display:block;width:2.5rem;height:2.5rem;transition:transform var(--transition-fast)}.header__logo:hover .header__btn-border{transform:rotate(-3deg)}.header__nav{position:fixed;inset:0;background:var(--color-bg);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity var(--transition-normal),visibility var(--transition-normal);z-index:1000}.header__nav--open{opacity:1;visibility:visible}.header__nav-list{list-style:none;margin:0;padding:var(--space-xl) 0 0 0;display:flex;flex-direction:column;align-items:center;gap:var(--space-xs)}.header__nav-item{margin:0}.header__nav-link{font-family:var(--font-handwritten);font-size:2rem;background:none;border:none;color:var(--color-text);cursor:pointer;padding:var(--space-sm) var(--space-md);transition:color var(--transition-fast);position:relative}.header__nav-link:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:var(--color-accent);transition:width var(--transition-fast),left var(--transition-fast)}.header__nav-link:hover:after{width:100%;left:0}.header__nav-link--active{color:var(--color-accent)}.header__nav-link--graphic{display:flex;align-items:center;justify-content:center}.header__nav-link--active .header__nav-graphic,.header__nav-link:hover .header__nav-graphic{background-color:var(--color-accent)}.header__nav-graphic{display:block;transition:background-color var(--transition-fast)}.header__nav-graphic--about{width:7rem;height:2.25rem}.header__nav-graphic--work{width:12rem;height:3rem}.header__nav-graphic--documentation{width:17rem;height:3.25rem}.header__nav-graphic--events{width:8rem;height:2.25rem}.header__nav-graphic--publications{width:13rem;height:3.25rem}.header__nav-graphic--contact{width:8.5rem;height:2rem}.svg-placeholder{background:#dfdfdf;border:2px dashed #0E0637;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#0e0637;font-size:.875rem;text-align:center;padding:var(--space-md)}.svg-placeholder--small{width:48px;height:48px}.svg-placeholder--medium{width:200px;height:200px}.svg-placeholder--large{width:100%;max-width:400px;height:300px}.svg-placeholder--illustration{width:100%;max-width:500px;aspect-ratio:4 / 3}.event-card{display:block;background:var(--color-bg);border:none;border-radius:6px;padding:var(--space-sm) var(--space-md);text-decoration:none;color:var(--color-text);transition:transform var(--transition-fast),box-shadow var(--transition-fast)}.event-card__meta{display:flex;flex-wrap:wrap;gap:0;align-items:center;font-size:.65rem;color:var(--color-accent);margin-bottom:var(--space-xs)}.event-card__meta span:not(:last-child):after{content:" · ";white-space:pre}.event-card__date,.event-card__time,.event-card__location{display:inline}.event-card__title{font-family:var(--font-primary);font-size:.85rem;font-weight:600;margin:0 0 var(--space-xs) 0;background:none;padding:0}.event-card__description{font-size:.75rem;margin:0;line-height:1.4}.event-card--past{opacity:.9}@media screen and (orientation:portrait){.event-card{padding:var(--space-xs) var(--space-sm)}.event-card__meta{font-size:.5rem}.event-card__title{font-size:.75rem}.event-card__description{font-size:.65rem}}.publications-section{background:#fcfcfca6;padding:var(--space-md);border-radius:8px}.publications-list{display:flex;flex-direction:column;gap:var(--space-sm)}.publications-list .hand-drawn-box__border{inset:-.25rem -.25rem -.25rem -1rem}@media screen and (orientation:portrait){.publications-list .hand-drawn-box__border{inset:-.25rem}}.publication-card{display:block;background:var(--color-bg);border:none;border-radius:6px;padding:var(--space-sm) var(--space-md);text-decoration:none;color:var(--color-text);transition:transform var(--transition-fast),box-shadow var(--transition-fast)}.publication-card__meta{display:flex;gap:0;align-items:center;font-size:.65rem;color:var(--color-accent);margin-bottom:var(--space-xs)}.publication-card__meta span:not(:last-child):after{content:" · ";white-space:pre}.publication-card__year,.publication-card__type{display:inline}.publication-card__type{text-transform:capitalize}.publication-card__title{font-family:var(--font-primary);font-size:.85rem;font-weight:600;margin:0 0 var(--space-xs) 0;background:none;padding:0}.publication-card__authors{font-size:.7rem;margin:0 0 var(--space-xs) 0;font-style:italic}.publication-card__venue{font-size:.65rem;margin:0;color:var(--color-text-light)}.publications-empty{color:var(--color-text-light);font-style:italic;text-align:center;padding:var(--space-lg)}@media screen and (orientation:portrait){.publication-card{padding:var(--space-xs) var(--space-sm)}.publication-card__meta{font-size:.5rem}.publication-card__title{font-size:.75rem}.publication-card__authors{font-size:.6rem}.publication-card__venue{font-size:.5rem}}.documentation-section{background:#fcfcfca6;padding:var(--space-md);border-radius:8px}.documentation-list{display:flex;flex-direction:column;gap:var(--space-md)}.documentation-card{background:var(--color-bg);border:none;border-radius:6px;padding:var(--space-md);overflow:hidden}.documentation-card__header{margin-bottom:var(--space-sm)}.documentation-card__title-row{display:flex;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-xs)}.documentation-card__type{display:inline-block;font-size:.6rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-accent);background:#1e10601a;padding:2px 6px;border-radius:4px;flex-shrink:0}.documentation-card__title{font-family:var(--font-primary);font-size:.85rem;font-weight:600;margin:0;background:none;padding:0}@media screen and (orientation:portrait){.documentation-card__title-row{flex-direction:column;align-items:flex-start;gap:var(--space-xs)}}.documentation-card__description{font-size:.75rem;margin:0 0 var(--space-sm) 0;color:var(--color-text-light);line-height:1.4}.documentation-card__toggle{display:inline-flex;align-items:center;gap:var(--space-xs);font-size:.8rem;color:var(--color-accent);background:none;border:1px solid var(--color-accent);border-radius:4px;padding:var(--space-xs) var(--space-sm);cursor:pointer;transition:background-color var(--transition-fast),color var(--transition-fast)}.documentation-card__toggle:hover{background:var(--color-accent);color:var(--color-bg)}.documentation-card__toggle-icon{transition:transform var(--transition-fast)}.documentation-card__toggle-icon--expanded{transform:rotate(180deg)}.documentation-card__media{margin-top:var(--space-sm)}.documentation-card__video{position:relative;width:100%;max-width:720px;margin:0 auto;padding-bottom:min(56.25%,405px);height:0;overflow:hidden;border-radius:4px;background:#000}.documentation-card__video iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}@media screen and (orientation:portrait){.documentation-card__video{max-width:100%;padding-bottom:56.25%}}.documentation-card__audio{width:100%}.documentation-card__audio audio{width:100%;height:40px}.documentation-card__link{display:inline-block;font-size:.9rem;color:var(--color-accent);text-decoration:none;padding:var(--space-sm) var(--space-md);border:2px solid var(--color-accent);border-radius:4px;transition:background-color var(--transition-fast),color var(--transition-fast)}.documentation-card__link:hover{background:var(--color-accent);color:var(--color-bg)}.documentation-empty{color:var(--color-text-light);font-style:italic;text-align:center;padding:var(--space-lg)}@media screen and (orientation:portrait){.documentation-card{padding:var(--space-xs) var(--space-sm)}.documentation-card__type{font-size:.5rem}.documentation-card__title{font-size:.75rem}.documentation-card__description{font-size:.65rem}.documentation-card__toggle{font-size:.6rem;padding:2px var(--space-xs)}}.today-banner{background:var(--color-accent);color:#fff;padding:var(--space-md) var(--space-lg);border-radius:8px;margin-bottom:var(--space-lg);text-align:center}.today-banner__title{font-family:var(--font-handwritten);font-size:1.5rem;margin:0 0 var(--space-sm) 0}.today-banner__event{font-size:1.1rem;margin:0}.contact-form{max-width:500px;margin:0 auto;background:#fcfcfca6;padding:var(--space-md);border-radius:8px}@media screen and (orientation:landscape){.contact-form{width:45vw;max-width:45vw}}.form-group{margin-bottom:var(--space-md)}.form-group label{display:block;font-family:var(--font-handwritten);margin-bottom:var(--space-xs)}.form-label-graphic{display:block;margin-bottom:var(--space-xs)}.form-label__img{display:block;height:1.5rem;width:6rem;background-color:var(--color-text);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:left center;mask-position:left center}.form-group input,.form-group textarea{width:100%;padding:var(--space-sm) var(--space-md);border:none;border-radius:4px;font-family:var(--font-readable);font-size:1rem;background:var(--color-bg);transition:border-color var(--transition-fast)}.form-group input:focus,.form-group textarea:focus{outline:none}.form-group textarea{min-height:150px;resize:vertical}.form-submit{background:transparent;border:none;padding:var(--space-xs);cursor:pointer;transition:transform var(--transition-fast),opacity var(--transition-fast)}.form-submit:hover{transform:scale(1.05)}.form-submit:disabled{opacity:.5;cursor:not-allowed;transform:none}.form-submit__graphic{display:block;width:180px;height:auto;object-fit:contain;mix-blend-mode:multiply;filter:contrast(1.5) saturate(1.3)}.form-message{padding:var(--space-md);border-radius:4px;margin-top:var(--space-md);text-align:center}.form-message--success{background:#dfdfdf;color:#0e0637;border:2px solid #0E0637}.form-message--error{background:#dfdfdf;color:#0e0637;border:2px dashed #0E0637}.form-error{display:block;font-size:.85rem;color:#8b0000;margin-top:var(--space-xs);padding-left:var(--space-xs)}.form-retry{margin-top:var(--space-sm);font-family:var(--font-readable);font-size:.9rem;padding:var(--space-xs) var(--space-sm);border:1px solid var(--color-text);border-radius:4px;background:var(--color-bg);cursor:pointer;transition:background-color var(--transition-fast),color var(--transition-fast)}.form-retry:hover{background:var(--color-text);color:var(--color-bg)}.events-section{margin-bottom:var(--space-xl);background:#fcfcfca6;padding:var(--space-md);border-radius:8px}.events-section__title{font-family:var(--font-handwritten);font-size:1.5rem;margin-bottom:var(--space-md);padding-bottom:var(--space-xs);border-bottom:2px solid var(--color-text)}.events-section__title-wrapper{display:flex;align-items:center;background:none;padding:0;margin:0 0 var(--space-sm) 0}.events-section__title-graphic{display:block;height:2rem;width:8rem;background-color:var(--color-text);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:left center;mask-position:left center}.events-list{display:flex;flex-direction:column;gap:var(--space-md)}.events-list .hand-drawn-box{padding:var(--space-xs) var(--space-md)}.events-list .hand-drawn-box__border{inset:-.25rem -.25rem -.25rem -1.25rem}@media screen and (orientation:portrait){.events-list .hand-drawn-box__border{inset:-.25rem}}.events-empty{color:var(--color-text-light);font-style:italic;text-align:center;padding:var(--space-lg)}.scroll-indicator{position:absolute;bottom:var(--space-lg);left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:var(--space-sm);animation:bounce 2s infinite;z-index:3}.scroll-indicator__backdrop{position:absolute;width:20rem;height:12rem;top:50%;left:50%;transform:translate(-50%,-50%);background:radial-gradient(ellipse at center,var(--color-bg) 0%,var(--color-bg) 20%,rgba(255,255,255,.85) 40%,rgba(255,255,255,.5) 60%,transparent 80%);z-index:-1;pointer-events:none}.scroll-indicator__graphic{display:block;width:12rem;height:4.5rem;background-color:var(--color-text);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;position:relative;z-index:1}.scroll-indicator__text{font-family:var(--font-handwritten);font-size:.875rem;color:var(--color-text-light)}.scroll-indicator__arrow{width:24px;height:24px}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}.work-link-card{background:var(--color-bg);border:3px solid var(--color-text);border-radius:8px;padding:var(--space-md);text-align:center;transition:transform var(--transition-fast),box-shadow var(--transition-fast);display:block;text-decoration:none;color:var(--color-text);margin-bottom:var(--space-lg)}.work-description{background:#fcfcfca6;padding:var(--space-md);border-radius:8px;margin-bottom:var(--space-lg)}.work-description__heading-wrapper{display:flex;align-items:center;background:none;padding:0;margin:0 0 var(--space-sm) 0}.work-description__heading-graphic{display:block;width:36rem;height:3.5rem;background-color:var(--color-text);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:left center;mask-position:left center}.work-documentation{background:#fcfcfca6;padding:var(--space-md);border-radius:8px;margin-bottom:var(--space-md)}.work-link-card:hover{transform:translateY(-4px);box-shadow:6px 6px 0 var(--color-text)}.work-link-card__title{font-family:var(--font-handwritten);font-size:1.5rem;margin:0 0 var(--space-sm) 0}.work-link-card__description{margin:0;color:var(--color-text-light)}.pdf-download{display:inline-flex;align-items:center;gap:var(--space-sm);background:var(--color-accent);color:var(--color-bg);padding:var(--space-sm) var(--space-md);border-radius:8px;text-decoration:none;transition:background-color var(--transition-fast)}.pdf-download:hover{background:var(--color-bg);color:var(--color-text);border:2px solid var(--color-text);border-radius:8px}.work-explore-btn{display:block;width:100%;background:var(--color-accent);color:var(--color-bg);padding:var(--space-md) var(--space-lg);border-radius:8px;text-decoration:none;text-align:center;font-family:var(--font-handwritten);font-size:1.1rem;transition:background-color var(--transition-fast),color var(--transition-fast)}.work-explore-btn:hover{background:var(--color-bg);color:var(--color-text);border:2px solid var(--color-text)}.captcha{background:var(--color-bg);border:none;border-radius:8px;padding:var(--space-md);margin:var(--space-md) 0}.captcha__label{font-family:var(--font-handwritten);font-size:1.1rem;margin:0 0 var(--space-md) 0;text-align:center}.captcha__blended-graphic{mix-blend-mode:multiply;filter:contrast(1.5) saturate(1.3)}.captcha__label-graphic{display:block;width:100%;max-width:26rem;height:auto;margin:0 auto var(--space-md);object-fit:contain}.captcha__puzzle{display:flex;flex-direction:column;align-items:center;gap:var(--space-sm)}.captcha__play-row{display:flex;justify-content:center;gap:var(--space-lg)}.captcha__play-item{display:flex;flex-direction:column;align-items:center;gap:var(--space-xs);min-height:8rem}.captcha__play-btn{width:5rem;height:5rem;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform var(--transition-fast),opacity var(--transition-fast);flex-shrink:0}.captcha__play-btn:hover,.captcha__play-btn--playing{transform:scale(1.15)}.captcha__play-btn--selected{transform:scale(1.1)}.captcha__play-btn--matched{opacity:.4}.captcha__play-icon{display:block;width:100%;height:100%}.captcha__matched-thumb{width:2.5rem;height:2.5rem;border:none;background:transparent;cursor:pointer;padding:0;transition:transform var(--transition-fast)}.captcha__matched-thumb:hover{transform:scale(1.2)}.captcha__thumb-img{display:block;width:100%;height:100%}.captcha__hint{display:flex;justify-content:center;align-items:center;margin:var(--space-md) 0;min-height:5.5rem}.captcha__hint-graphic{display:block;width:100%;max-width:26rem;height:auto;max-height:5.5rem;object-fit:contain}.captcha__symbol-row{display:flex;justify-content:center;gap:0;padding:0 var(--space-md)}.captcha__symbol-item{display:flex;flex-direction:column;align-items:center;gap:var(--space-xs)}.captcha__symbol{width:6.5rem;height:6.5rem;padding:0;border:none;background:transparent;cursor:not-allowed;opacity:.5;transition:opacity var(--transition-fast),transform var(--transition-fast)}.captcha__symbol--selectable{cursor:pointer;opacity:1}.captcha__symbol--selectable:hover{transform:scale(1.1)}.captcha__symbol--matched{opacity:.4}.captcha__symbol-img{display:block;width:100%;height:100%}.captcha__matched-indicator{width:1.875rem;height:1.875rem}.captcha__indicator-img{display:block;width:100%;height:100%;opacity:.6}.captcha__actions{display:flex;justify-content:center;gap:var(--space-md);margin-top:var(--space-md);padding-top:var(--space-sm)}.captcha__reset-btn,.captcha__new-btn{padding:var(--space-xs);border:none;background:transparent;cursor:pointer;transition:transform var(--transition-fast)}.captcha__reset-btn:hover,.captcha__new-btn:hover{transform:scale(1.1)}.captcha__btn-graphic{display:block;width:7rem;height:auto;object-fit:contain}.captcha__complete{text-align:center;font-size:.9rem;color:var(--color-accent);margin:var(--space-sm) 0 0 0;font-weight:600}@media screen and (orientation:portrait){.captcha{padding:var(--space-xs)}.captcha__label{font-size:.95rem}.captcha__play-row{gap:var(--space-sm)}.captcha__symbol-row{gap:0;padding:0 var(--space-md)}.captcha__play-item{min-height:5.5rem}.captcha__play-btn{width:3.5rem;height:3.5rem}.captcha__symbol{width:4rem;height:4rem}.captcha__matched-thumb{width:1.75rem;height:1.75rem}.captcha__matched-indicator{width:1.25rem;height:1.25rem}.captcha__label-graphic{max-width:100%}.captcha__hint-graphic{max-width:100%;max-height:4rem}.captcha__hint{min-height:4rem;margin:var(--space-sm) 0}.captcha__btn-graphic{width:4.5rem}.captcha__actions{gap:var(--space-sm)}}.hand-drawn-heading-wrapper{display:flex;justify-content:center;align-items:center;background:none;padding:0;margin:0 0 var(--space-md) 0}.hand-drawn-heading{display:block;margin:0 auto var(--space-md);width:100%;height:auto}.hand-drawn-heading--tinted{width:12rem;height:3rem}.landing__hero-bg{position:absolute;inset:0;overflow:hidden;z-index:1}.landing__hero-bg picture{display:block;width:100%;height:100%}.landing__hero-img{width:100%;height:100%;object-fit:cover;object-position:center}@media screen and (orientation:landscape){.landing__hero-img{transform:rotate(0)}}@media screen and (orientation:portrait){.section--hero{position:relative;overflow:hidden}.section--hero .section-content{position:static;z-index:auto;overflow:hidden}.landing__hero-img{transform:rotate(90deg) scale(1.8)}}.landing__backdrop{position:absolute;width:100%;height:100%;top:0;background:radial-gradient(ellipse 75% 70% at 52% 50%,var(--color-bg) 0%,var(--color-bg) 25%,rgba(255,255,255,.9) 45%,rgba(255,255,255,.6) 65%,transparent 85%);z-index:2;pointer-events:none}.landing__titles{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:var(--space-md);margin-bottom:var(--space-xl);position:relative;z-index:3}.landing__name .hand-drawn-heading--tinted{width:133rem;height:15.5rem;margin-bottom:0}.landing__subtitle .hand-drawn-heading--tinted{width:19rem;height:2.8rem;margin-bottom:0}@media screen and (orientation:landscape){.landing__name .hand-drawn-heading--tinted{width:38rem;height:8rem}.landing__subtitle .hand-drawn-heading--tinted{width:28rem;height:4rem}.heading--about .hand-drawn-heading--tinted{width:10.5rem;height:3.25rem}.heading--work .hand-drawn-heading--tinted{width:19rem;height:4.5rem}.heading--documentation .hand-drawn-heading--tinted{width:27rem;height:5rem}.heading--events .hand-drawn-heading--tinted{width:12rem;height:3.5rem}.heading--publications .hand-drawn-heading--tinted{width:20rem;height:4.75rem}.heading--contact .hand-drawn-heading--tinted{width:13rem;height:3rem}}@media screen and (orientation:portrait){.landing__backdrop{width:100%;height:80%;top:8%;background:radial-gradient(ellipse 75% 55% at 50% 45%,var(--color-bg) 0%,var(--color-bg) 30%,rgba(255,255,255,.9) 50%,rgba(255,255,255,.6) 70%,transparent 90%)}.landing__name .hand-drawn-heading--tinted{width:14rem;height:3.15rem}.landing__subtitle .hand-drawn-heading--tinted{width:9.5rem;height:2rem}.heading--about .hand-drawn-heading--tinted{width:8rem;height:1.7rem}.heading--work .hand-drawn-heading--tinted{width:9rem;height:2.35rem}.heading--documentation .hand-drawn-heading--tinted{width:15rem;height:2.3rem}.heading--events .hand-drawn-heading--tinted{width:10rem;height:2rem}.heading--publications .hand-drawn-heading--tinted{width:11rem;height:2.75rem}.heading--contact .hand-drawn-heading--tinted{width:8rem;height:2rem}.scroll-indicator__graphic{width:8rem;height:3rem}.scroll-indicator__backdrop{width:12rem;height:8rem}}.hero-subtitle{font-size:1.25rem;color:var(--color-text-light);max-width:600px;margin:0 auto var(--space-lg);background:#fcfcfca6;padding:var(--space-sm) var(--space-md);border-radius:8px}.about-content{text-align:center;background:#fcfcfca6;padding:var(--space-md);border-radius:8px}.about-text{text-align:left;background:#fcfcfca6;padding:var(--space-md);border-radius:8px;margin-bottom:var(--space-lg)}.pixi-canvas-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;background:transparent}.pixi-canvas-container canvas{display:block!important;position:absolute!important;top:0!important;left:0!important;background:transparent!important}.hand-drawn-box{position:relative;padding:var(--space-md)}.hand-drawn-box__border{position:absolute;inset:-.5rem;pointer-events:none;z-index:2;background-size:100% 100%;background-repeat:no-repeat;background-position:center;transition:transform var(--transition-fast)}.hand-drawn-box:has(.hand-drawn-box__content:hover) .hand-drawn-box__border{transform:rotate(.7deg)}.hand-drawn-box__border--landscape{background-image:var(--box-landscape)}.hand-drawn-box__border--portrait{display:none;background-image:var(--box-portrait)}.hand-drawn-box--tinted .hand-drawn-box__border{background-image:none;background-color:var(--color-text);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.hand-drawn-box--tinted .hand-drawn-box__border--landscape{-webkit-mask-image:var(--box-landscape);mask-image:var(--box-landscape)}.hand-drawn-box--tinted .hand-drawn-box__border--portrait{-webkit-mask-image:var(--box-portrait);mask-image:var(--box-portrait)}.hand-drawn-box__content{position:relative;z-index:1}@media(orientation:portrait){.hand-drawn-box{padding:var(--space-sm)}.hand-drawn-box__border{inset:-.25rem}.hand-drawn-box__border--landscape{display:none}.hand-drawn-box__border--portrait{display:block}}.box-demo{margin-top:var(--space-xl);padding:var(--space-lg);background:#fcfcfca6;border-radius:8px}.box-demo__row{display:flex;gap:var(--space-md);margin-bottom:var(--space-lg);flex-wrap:wrap}.box-demo__row>*{flex:1;min-width:200px}.box-demo__row--portrait>*{flex:0 0 150px;min-height:200px}.box-demo p{margin:0;font-size:.875rem;text-align:center}.loading-overlay{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:var(--color-bg);transition:opacity .6s ease-out,visibility .6s ease-out}.loading-overlay--fading{opacity:0;visibility:hidden}.loading-overlay__content{display:flex;flex-direction:column;align-items:center;gap:var(--space-md)}.loading-overlay__text{font-family:var(--font-display);font-size:1.25rem;color:var(--color-text);opacity:.7;letter-spacing:.1em;animation:pulse-text 1.5s ease-in-out infinite}@keyframes pulse-text{0%,to{opacity:.5}50%{opacity:.9}}.loading-spinner{position:relative;width:80px;height:80px}.loading-spinner__ring{position:absolute;inset:0;border:3px solid transparent;border-radius:50%;border-top-color:var(--color-text)}.loading-spinner__ring--1{animation:spin 1.2s linear infinite}.loading-spinner__ring--2{inset:8px;border-top-color:transparent;border-right-color:var(--color-text);animation:spin 1.6s linear infinite reverse;opacity:.7}.loading-spinner__ring--3{inset:16px;border-top-color:var(--color-text);border-left-color:var(--color-text);animation:spin 2s linear infinite;opacity:.5}.loading-spinner__dot{position:absolute;top:50%;left:50%;width:12px;height:12px;margin:-6px 0 0 -6px;background:var(--color-text);border-radius:50%;animation:pulse-dot 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse-dot{0%,to{transform:scale(.8);opacity:.6}50%{transform:scale(1.2);opacity:1}}
