:root{--color-accent:#549d78;--color-accent-dark:#294939;--color-accent-light:#7eb198;--color-particle-1:#91bfa8;--color-particle-2:#5d8761;--color-text:#252525;--color-bg:#fff;--space-1:0.5rem;--space-2:1rem;--space-3:1.5rem;--space-4:2rem;--space-5:3rem;--space-6:5rem;--radius-sm:5px;--text-xs:clamp(0.875rem,0.8rem + 0.4vw,1.125rem);--text-sm:clamp(1rem,0.9rem + 0.6vw,1.25rem);--text-base:clamp(1.125rem,0.95rem + 0.9vw,1.5rem);--text-lg:clamp(1.5rem,1.1rem + 1.8vw,2.25rem);--text-xl:clamp(2.25rem,1.6rem + 3.2vw,2.875rem);--text-display:clamp(2.5rem,1.8rem + 3.6vw,3.25rem)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:EB Garamond,serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a:link{color:var(--color-accent)}a:link,a:visited{text-decoration:none}a:visited{color:var(--color-accent-dark)}a:hover{color:var(--color-accent-light)}img{max-width:300px}form input{border-radius:var(--radius-sm);font-family:EB Garamond,serif}.full-page{height:100vh}.content{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-evenly;text-align:left}.prevent-select{-webkit-user-select:none;user-select:none}@media only screen and (max-width:768px){.content{margin:0 40px 40px}}.nav-bar{animation:fadeIn 1s cubic-bezier(.05,.82,.65,.96);cursor:default;display:flex;font-size:var(--text-xl);justify-content:space-between;margin-inline:40px;margin-top:30px;position:-webkit-sticky;position:sticky;top:10px;z-index:100}.nav-bar .back-arrow{cursor:pointer}.nav-bar .back-arrow svg:hover{fill:var(--color-accent-dark)}@keyframes fadeIn{0%{opacity:0;transform:translateY(-100%)}to{opacity:100%;transform:translateY(0)}}@media only screen and (max-width:480px){.nav-bar{margin-inline:20px}}.about{font-size:var(--text-base);height:80vh}.about-text{width:242px}.word-text{color:var(--color-accent);cursor:pointer}.about img{max-height:200px}.vibe{max-height:50%;max-width:80%}.vibe:hover{cursor:pointer}@media only screen and (max-width:768px){.about{height:600px}.about img{max-height:150px}}#tsparticles{height:calc(110% + 60px);left:-10px;position:absolute;top:-30px;width:calc(100% + 20px);z-index:-1}.fun,.home{min-height:100vh;overflow-x:clip;position:relative}.home{font-size:var(--text-xl)}.home .content{align-items:center;display:flex;justify-content:center}.home .scroll-thoughts{margin-top:120px}.home input{margin:auto;width:min(500px,80vw)}.home .visually-hidden-submit{display:none}.marquee{--gap:1rem;display:flex;gap:var(--gap);height:30px;margin-top:100px;overflow:hidden;position:relative;-webkit-user-select:none;user-select:none;width:100%}.marquee .marquee-content{animation:scroll 10s linear infinite;display:flex;flex-shrink:0;font-size:var(--text-xs);gap:var(--gap);justify-content:space-around;letter-spacing:2px;min-width:100%}.marquee--hover-pause:hover .marquee-content{animation-play-state:paused}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(calc(-100% - var(--gap)))}}.scroll-thoughts{display:flex;justify-content:center;margin:0;overflow-x:hidden;padding:0;width:100%}.scroll-thoughts p{margin-bottom:7lh;width:min(500px,80vw)}.scroll-thoughts>p>div{background:linear-gradient(to right,var(--color-text) 50%,var(--color-bg) 50%);background-clip:text;-webkit-background-clip:text;background-position-x:100%;background-size:200% 100%;color:#0000;font-size:var(--text-lg);line-height:200%}.home-split{align-items:stretch;display:flex;height:80vh;width:100%}.home-split-image{align-items:center;box-sizing:border-box;display:flex;flex:0 0 50%;justify-content:center;padding:0 var(--space-4)}.home-split-swatch{border-radius:var(--radius-sm);height:80%;transition:background-color .45s ease;width:70%}.home-split-nav{align-items:flex-start;box-sizing:border-box;display:flex;flex:0 0 50%;flex-direction:column;justify-content:center;padding-left:var(--space-6)}.home-split-link{animation:home-split-slide-in .7s cubic-bezier(.22,1,.36,1) forwards;opacity:0;transform:translateX(-40px)}@keyframes home-split-slide-in{to{opacity:1;transform:translateX(0)}}@media only screen and (max-width:768px){.marquee .marquee-content{animation:scroll 20s linear infinite}.scroll-thoughts p{width:calc(100% - var(--space-4)*2)}.home-split{flex-direction:column;height:auto;margin-top:var(--space-5)}.home-split-image{flex:none;padding:var(--space-3) var(--space-4);width:100%}.home-split-swatch{height:32vh;width:100%}.home-split-nav{align-items:center;flex:none;padding-bottom:var(--space-3);padding-left:0;width:100%}}.programming-page{overflow:hidden}.programming-spacer{height:600px}.image-nav-container{height:100vh;width:100vw}.image-nav-container .scroll-container{display:flex;flex-wrap:nowrap;height:100%;width:500%}.scroll-container .section{align-items:center;color:var(--color-bg);display:flex;flex-direction:column;font-size:var(--text-base);gap:var(--space-3);height:100%;justify-content:center;padding-inline:20px;width:100vw}.scroll-container .section:first-child{background-color:var(--color-accent)}.scroll-container .section:nth-child(2){background-color:var(--color-accent-dark)}.scroll-container .section:nth-child(3){background-color:var(--color-accent-light)}.scroll-container .section:nth-child(4){background-color:var(--color-accent-dark)}.scroll-container .section:nth-child(5){background-color:var(--color-accent)}.scroll-container .section-title{font-size:var(--text-xl)}.scroll-container .section-summary{font-size:var(--text-sm);max-width:40ch;text-align:center}.world{align-items:center;display:flex;flex-direction:row;justify-content:space-evenly}.world:hover{cursor:pointer}@media only screen and (max-width:768px){.world{display:flex;flex-direction:column;height:100vh;padding:20px}}
/*# sourceMappingURL=main.c6552b2b.css.map*/