:root{--copper: #B97542;--butterscotch: #D6924A;--chili-red: #E0432A;--seal-brown: #6A2D14;--coffee: #614C33;--coffee-2: #805B4D;--brown-sugar: #B47662;--russet: #81522A;--bistre: #3D2516;--chestnut: #A0422C;--dark-purple: #322946;--ultra-violet: #676482;--wenge: #5F5051;--champagne-pink: #F9DCCC;--thistle: #D6BEC6;--lion: #C2967C;--rose-taupe: #A4696D;--wine: #643639}@font-face{font-family:"Ohno Softie";src:url("/assets/OhnoSoftieDemo-Regular-d2bf4a3e.otf") format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Ohno Softie";src:url("/assets/OhnoSoftieDemo-Medium-98c8c746.otf") format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Ohno Softie";src:url("/assets/OhnoSoftieDemo-Bold-f8bea125.otf") format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Ohno Softie";src:url("/assets/OhnoSoftieDemo-Black-c4f18c14.otf") format("opentype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:"Jua";src:url("/assets/Jua-Regular-7bf5bec1.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}*{font-family:"Ohno Softie",sans-serif}@keyframes scrolling{0%{transform:translateX(0)}100%{transform:translateX(-100%)}}@keyframes scrolling-reverse{0%{transform:translateX(-100%)}100%{transform:translateX(0)}}@keyframes spectator-sway{0%,100%{transform:translateX(0) translateY(10px)}25%{transform:translateX(-2px) translateY(9px)}50%{transform:translateX(0) translateY(8px)}75%{transform:translateX(2px) translateY(9px)}}@keyframes spectator-bounce{0%,100%{transform:translateY(10px)}50%{transform:translateY(7px)}}input{background:none;color:inherit;border:none;padding:0;font-family:inherit;font-size:inherit;cursor:inherit}.input-red{background-color:var(--color-red-400);border-radius:8px;padding:.5rem;font-size:1.2em}.input-red>div{background:#fff;color:var(--color-red-400);box-shadow:var(--shadow-inset);border-radius:.25rem;display:flex;padding:.5rem;gap:.5rem}.input-red>div svg{width:2rem;fill:var(--color-red-400);opacity:75%;padding:4px}.input-red>div input{flex:1;opacity:75%}.input-red>div input:hover,.input-red>div input:focus{cursor:text;outline:none}.input-red>div input::placeholder{color:var(--color-red-500);opacity:75%}.login-btn{position:absolute;right:16px;top:16px}.ribbon{background-position:center top;background-size:100%;background-repeat:no-repeat;color:#fff}.ribbon.ribbon-title{padding:.5em 2em}.login-form{position:absolute;right:16px;top:16px}.section{position:relative;min-height:100vh;display:flex}.section-1{background:url("/assets/landing/section-1/buildboard-ysws-2-no-people-c77cc7da.png") var(--color-bg) center/cover;align-items:center;justify-content:center;gap:4rem}.section-1 .hero{width:30rem;aspect-ratio:2/1}.section-1 .rsvp-container{display:flex;flex-direction:column;gap:1rem}.section-1 .rsvp-container img{width:30rem}@media(max-width: 600px){.section-1 .rsvp-container img{width:25rem;align-self:center}}.section-1 .rsvp-container .rsvp-form{display:flex;flex-direction:column;gap:1rem}.section-1 .rsvp-container .rsvp-form form{display:flex;flex-direction:column;gap:.5rem}.section-1 .rsvp-container .rsvp-form form .btn--striped{align-self:center}.section-1 .rsvp-container .rsvp-form .success,.section-1 .rsvp-container .rsvp-form .error{color:#fff;box-shadow:var(--shadow);font-size:1.2rem;padding:.5rem 0;border-radius:.5rem;text-align:center}.section-1 .rsvp-container .rsvp-form .success{background-color:var(--chili-red)}.section-1 .rsvp-container .rsvp-form .error{background-color:var(--color-red-400)}.section-1 .spectators{position:absolute;bottom:0;left:0;right:0;width:100%;height:auto;pointer-events:none;overflow:hidden}.section-1 .spectators img{position:absolute;bottom:0;left:50%;transform:translateX(-50%);max-width:100%;width:auto;height:auto}.section-1 .spectators .spectators-middle{z-index:1;animation:spectator-sway 4s ease-in-out infinite}.section-1 .spectators .spectators-front{z-index:2;animation:spectator-bounce 3s ease-in-out infinite;animation-delay:.5s}@media(max-width: 1200px){.section-1{flex-direction:column;gap:2rem}}.section-2{background:var(--color-bg);gap:1rem}.section-2 .title-overlay{position:absolute;top:2rem;width:100%;z-index:1;display:flex;justify-content:center}.section-2 .title-overlay .title{background-image:url("/assets/landing/section-2/title-5a1ceef6.svg");font-size:3rem;color:var(--color-bg)}@media(max-width: 1330px){.section-2{flex-direction:column}.section-2 .step.left{padding-top:12rem}}@media(max-width: 525px){.section-2 .title-overlay .title{font-size:2.25rem}.section-2 .step.left{padding-top:10rem}}.section-2 .step{flex:1;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow);padding:2rem 0}.section-2 .step .step-card{width:min(30rem,75%);height:auto;aspect-ratio:30/35;border-radius:1rem;background:var(--color-bg) var(--card-url) no-repeat center/cover;color:var(--card-color);box-shadow:var(--shadow);display:flex;flex-direction:column;align-items:center;justify-content:space-between}.section-2 .step .step-card .step-count{background-image:var(--ribbon-url);transform:translateY(-40%);font-size:1.5rem;padding:.5em 3em}.section-2 .step .step-card .hero{position:relative;display:flex;flex-direction:column;align-items:center}.section-2 .step .step-card .hero .title{background:linear-gradient(-52deg, var(--title-edge) 0%, var(--title-edge) 19.9%, var(--title-middle) 20%, var(--title-middle) 80%, var(--title-edge) 80.1%, var(--title-edge) 100%);color:#fff;border-radius:1.25rem;box-shadow:var(--shadow);position:absolute;left:-5%;bottom:0;width:110%;aspect-ratio:16/2.5;font-size:2rem;display:flex;align-items:center;justify-content:center}.section-2 .step .step-card .hero img{width:80%;padding-bottom:10%;border-radius:12px;box-shadow:var(--shadow)}.section-2 .step .step-card p{margin:0;padding:1.5rem;font-size:1.5rem;text-align:center}@media(max-width: 1600px){.section-2 .step .step-card p,.section-2 .step .step-card .step-count{font-size:1.25rem}.section-2 .step .step-card .hero .title{font-size:1.5rem}}.section-2 .step.left{background:var(--color-pink-400) url("/assets/landing/section-2/texture_1-9acedfa3.webp") no-repeat center/cover;--ribbon-url: url("/assets/landing/section-2/step-1-ribbon-909153be.webp");--card-url: url("/assets/landing/section-2/step-1-card-bg-63875685.webp");--title-edge: var(--wine);--title-middle: var(--rose-taupe);--card-color: var(--color-red-500)}.section-2 .step.center{background:var(--lion) url("/assets/landing/section-2/texture_2-7e8d6c42.webp") no-repeat center/cover;--ribbon-url: url("/assets/landing/section-2/step-2-ribbon-69298480.webp");--card-url: url("/assets/landing/section-2/step-2-card-bg-4a70f6c8.webp");--title-edge: var(--russet);--title-middle: var(--copper);--card-color: var(--russet)}.section-2 .step.right{background:var(--ultra-violet) url("/assets/landing/section-2/texture_3-8d2f49e3.webp") no-repeat center/cover;--ribbon-url: url("/assets/landing/section-2/step-3-ribbon-f8e8feea.webp");--card-url: url("/assets/landing/section-2/step-3-card-bg-501eccaa.webp");--title-edge: var(--dark-purple);--title-middle: var(--ultra-violet);--card-color: var(--dark-purple)}.section-3{background:url("/assets/landing/section-3/bg-1b4545a1.webp") center center/cover;flex-direction:column;justify-content:center;align-items:center;padding:2rem 0}.section-3>.title{background-image:url("/assets/landing/section-3/title-03580a83.webp");font-size:3rem;color:var(--color-bg);padding:.5em 3em}@media(max-width: 800px){.section-3>.title{font-size:2rem}}@media(max-width: 500px){.section-3{gap:1rem}.section-3 .title{font-size:1.6rem}}.section-3 .testimonials{width:70%;display:grid;justify-content:center;justify-items:center;grid-template-columns:repeat(auto-fill, 18rem);gap:1.5rem 3rem}@media(max-width: 600px){.section-3 .testimonials{width:90%}}.section-3 .testimonials .testimonial{background:var(--color-brown-400);box-shadow:var(--shadow);border-radius:2rem;padding:.75rem;width:18rem;height:26rem}.section-3 .testimonials .testimonial>div{background:var(--color-brown-600);box-shadow:var(--shadow);border-radius:1.25rem;padding:.8rem;height:100%;font-size:1.2rem;position:relative}.section-3 .testimonials .testimonial>div p{color:var(--color-bg);margin:.5rem 0 4rem 0}.section-3 .testimonials .testimonial>div img{width:100%}.section-3 .testimonials .testimonial>div .title{width:120%;position:absolute;bottom:1rem;left:-10%;background:linear-gradient(52deg, var(--title-edge) 0%, var(--title-edge) 19.9%, var(--title-middle) 20%, var(--title-middle) 75%, var(--title-edge) 75.1%, var(--title-edge) 100%);color:#fff;aspect-ratio:25/4;display:flex;align-items:center;justify-content:center;border-radius:.75rem}@media(max-width: 600px){.section-3 .testimonials .testimonial>div .title{font-size:1rem}}.section-3 .testimonials .testimonial.red{--title-edge: var(--chili-red);--title-middle: var(--rose-taupe)}.section-3 .testimonials .testimonial.green{--title-edge: var(--russet);--title-middle: var(--copper)}.section-3 .testimonials .testimonial.blue{--title-edge: var(--dark-purple);--title-middle: var(--ultra-violet)}.section-4{background:var(--color-bg) url("/assets/landing/section-4/bg-f52ad20c.svg") center center/cover;padding:2rem 0 4rem 0;flex-direction:column;align-items:center;gap:2rem;overflow:hidden}.section-4 .title{display:flex;gap:.5rem;flex-direction:column;align-items:center;margin-bottom:3rem;background:var(--color-red-400);box-shadow:var(--shadow);color:#fff;border-radius:2rem;font-size:2rem;padding:.5rem;aspect-ratio:5/1}.section-4 .title>div{font-size:3rem;width:110%;text-align:center;background:var(--color-red-500) url("/assets/landing/section-4/title-overlay-cf027737.svg") center center/cover;box-shadow:var(--shadow);border-radius:1rem;padding:.5rem 0}@media(max-width: 800px){.section-4 .title{font-size:1.25rem;aspect-ratio:11/3}.section-4 .title>div{font-size:1.75rem}}.section-4 .showcase-container{display:flex;flex-direction:column;margin:1rem;width:105%;transform:rotate(-4deg);--showcase-scroll-time: 10s}.section-4 .showcase-container .showcase-title{width:95.24%;align-self:center;display:flex;flex-direction:column}.section-4 .showcase-container .showcase-title>div{align-self:var(--align-title);background:var(--carousel-bg);border-radius:.75rem .75rem 0 0;font-size:1.75rem;color:#fff;margin:0 6rem;padding:.5rem .5rem 0 .5rem}.section-4 .showcase-container .showcase-title>div>div{background:var(--carousel-title);padding:.25rem 3rem;border-radius:.5rem}@media(max-width: 800px){.section-4 .showcase-container .showcase-title>div{margin:0;align-self:center;font-size:1.5rem}}.section-4 .showcase-container .showcase{display:flex;gap:1rem;padding:.5rem;border-bottom:.5rem solid var(--carousel-title);background:var(--carousel-bg)}.section-4 .showcase-container .showcase:hover>.items{animation-play-state:paused}.section-4 .showcase-container .showcase>.items{display:flex;gap:1rem;z-index:1;will-change:transform;animation:scrolling var(--showcase-scroll-time) linear infinite}.section-4 .showcase-container .showcase>.items .prize{background:#ebede9;box-shadow:var(--shadow);padding:.75rem;border-radius:1rem;flex:0 0 15rem;aspect-ratio:15/14;display:flex;flex-direction:column;gap:.5rem}.section-4 .showcase-container .showcase>.items .prize .image-wrapper{background:var(--color-tan-300) url("/assets/landing/section-4/img-overlay-c5f74e06.svg") center center/cover;box-shadow:var(--shadow);border-radius:.5rem;padding:.25rem;flex:1}.section-4 .showcase-container .showcase>.items .prize .image-wrapper img{width:100%;height:100%;object-fit:contain}.section-4 .showcase-container .showcase>.items .prize .image-wrapper{overflow:hidden}.section-4 .showcase-container .showcase>.items .prize .description{text-align:center;font-size:.9rem}.section-4 .showcase-container .showcase>.items .prize .description .name{font-size:1.25rem}@media(max-width: 800px){.section-4 .showcase-container .showcase>.items .prize{flex:0 0 10rem;aspect-ratio:13/14}.section-4 .showcase-container .showcase>.items .prize .description{font-size:.8rem}.section-4 .showcase-container .showcase>.items .prize .description .name{font-size:1rem}}.section-4 .showcase-container .showcase .bar{position:absolute;bottom:.5rem;left:0;right:0;background:var(--carousel-bar);box-shadow:var(--shadow);height:2rem}.section-4 .showcase-container.five-hour{--carousel-bg: var(--butterscotch);--carousel-title: var(--russet);--carousel-bar: var(--lion);--align-title: flex-start}.section-4 .showcase-container.twenty-hour{--carousel-bg: var(--lion);--carousel-title: var(--copper);--carousel-bar: var(--champagne-pink);--align-title: center}.section-4 .showcase-container.hundred-hour{--carousel-bg: var(--ultra-violet);--carousel-title: var(--dark-purple);--carousel-bar: var(--thistle);--align-title: flex-end}.section-4 .showcase-container.twenty-hour .showcase>.items{animation:scrolling-reverse var(--showcase-scroll-time) linear infinite}.section-5{background:var(--color-yellow-400);flex-direction:column;align-items:center;gap:2rem;padding:2rem 0}.section-5>.title{background-image:url("/assets/landing/section-3/title-03580a83.webp");color:var(--color-bg);font-size:3rem;padding:.6em 1.5em}@media(max-width: 850px){.section-5>.title{font-size:2rem}}@media(max-width: 600px){.section-5>.title{font-size:1.5rem}}.section-5 .content{width:100%;display:flex;justify-content:center;gap:2rem}@media(max-width: 900px){.section-5 .content{flex-direction:column;align-items:center}}.inspiration{display:flex;flex-direction:column;align-items:center;width:50%;height:auto}@media(max-width: 900px){.inspiration{width:80%}}.inspiration .title{width:95%;height:40%;background-color:var(--color-brown-500);border-radius:16px 16px 0 0;box-shadow:var(--shadow);padding:1rem 1rem 0 1rem}.inspiration .title .inner{height:100%;background-color:var(--color-bg);border-radius:10px 10px 0 0;box-shadow:var(--shadow);padding:2rem}.inspiration .title .inner h3{color:var(--color-brown-700);font-size:1.5em;font-weight:normal;margin:0}.inspiration .title .inner p{color:var(--color-brown-500);font-size:1.2em;margin:.5rem 0 0 0}.inspiration .projects{width:100%;height:100%;background-color:var(--color-brown-500);background-image:url("/assets/landing/section-5/projects/bg-4698e0bf.webp");background-repeat:no-repeat;background-position:center;background-size:cover;border-radius:16px;box-shadow:var(--shadow);padding:1rem;margin-top:-8px;display:flex;flex-direction:column;align-items:center}.inspiration .projects h3{color:var(--color-bg);font-weight:normal;text-align:center;font-size:1.8em;margin:16px 0}@media(max-width: 600px){.inspiration .projects h3{font-size:1.5em;margin:0 0 16px 0}}.inspiration .projects .list{display:flex;justify-content:center;align-items:center;gap:32px;width:90%;height:60%}@media(max-width: 600px){.inspiration .projects .list{width:100%;flex-direction:column}}.inspiration .projects .list .project{height:140px;position:relative;flex-grow:1;padding:12px;border-radius:16px;box-shadow:var(--shadow)}.inspiration .projects .list .project>svg{position:absolute;top:-24px;left:-24px;width:160px;height:auto}.inspiration .projects .list .project>div{width:100%;height:100%;padding:8px;border-radius:8px;box-shadow:var(--shadow);display:flex;background:linear-gradient(-50deg, var(--title-edge) 0%, var(--title-edge) 21.9%, var(--title-middle) 22%, var(--title-middle) 77%, var(--title-edge) 77.1%, var(--title-edge) 100%)}.inspiration .projects .list .project>div .details{height:100%;display:flex;flex-direction:column;justify-content:end}.inspiration .projects .list .project>div .details p{color:var(--color-bg);text-wrap:wrap;font-size:.8em;margin:0 0 8px 0}.inspiration .projects .list .project>div .details a{color:var(--color-bg);box-shadow:var(--shadow);padding:4px 10px;font-size:.9em;border-radius:8px;display:inline-flex;align-items:center}.inspiration .projects .list .project>div .details a svg{margin-right:4px;width:12px}.inspiration .projects .list .project>div .image{margin-left:auto;rotate:5deg;border-radius:8px;box-shadow:var(--shadow)}.inspiration .projects .list .project>div .image img{height:100%;width:auto;border-radius:8px;rotate:-5deg}.inspiration .projects .list .project-purple{background-color:var(--ultra-violet)}.inspiration .projects .list .project-purple>div{--title-middle: var(--ultra-violet);--title-edge: var(--dark-purple)}.inspiration .projects .list .project-purple>div a{background-color:var(--dark-purple)}.inspiration .projects .list .project-purple>div .image{width:104px;background-color:var(--ultra-violet)}.inspiration .projects .list .project-blue{background-color:var(--thistle)}.inspiration .projects .list .project-blue>div{--title-middle: var(--lion);--title-edge: var(--brown-sugar)}.inspiration .projects .list .project-blue>div a{background-color:var(--coffee-2)}.inspiration .projects .list .project-blue>div .image{width:100px;background-color:var(--thistle)}.project-idea-generator{background:var(--color-bg);padding:10px;border-radius:16px;box-shadow:var(--shadow);text-align:center;width:25%}@media(max-width: 900px){.project-idea-generator{width:80%}}.project-idea-generator>div{color:var(--color-bg);background-color:var(--russet);background-image:linear-gradient(180deg, var(--russet) 20%, var(--butterscotch) 20%);box-shadow:var(--shadow);border-radius:10px;padding:16px;height:100%;display:flex;flex-direction:column}.project-idea-generator>div h3{font-size:1.8em;margin:0}@media(max-width: 600px){.project-idea-generator>div h3{font-size:1.6em}}.project-idea-generator>div p{color:var(--color-brown-dark);font-size:1.2em;margin-top:0}.project-idea-generator>div #shopkeeper-bar{margin:16px 0;height:auto;display:flex;flex-direction:column;flex-grow:1}.project-idea-generator>div #shopkeeper-bar #shopkeeper-speech{padding:8px 16px;background:var(--coffee);border-radius:10px;box-shadow:var(--shadow);z-index:10}.project-idea-generator>div #shopkeeper-bar #shopkeeper-bakery{position:relative;width:95%;margin-top:-8px;align-self:center}.project-idea-generator>div #shopkeeper-bar #shopkeeper-bakery img{width:100%}.section-6{background-color:var(--color-tan-300);flex-direction:column;align-items:center}.section-6 .about{background-color:var(--color-tan-400);box-shadow:var(--shadow);border-radius:1rem;padding:.8rem;margin:48px 0 16px 0;width:60%}@media(max-width: 600px){.section-6 .about{width:90%}}.section-6 .about div{background:var(--color-bg) url("/assets/landing/section-6/about-bg-66978f64.webp") center/cover;box-shadow:var(--shadow);border-radius:10px;padding:2rem}@media(max-width: 600px){.section-6 .about div{background-size:250% auto;background-position:center top}}.section-6 .about div h2{text-align:center;font-size:2rem;color:var(--color-brown-700)}.section-6 .about div p{color:var(--color-brown-500);font-size:1.2rem;margin:1.5rem 0}.section-6 .credits{background-color:var(--color-brown-400);padding:8px 16px;margin:auto 0 16px 0;border-radius:10px;box-shadow:var(--shadow);width:40%}@media(max-width: 600px){.section-6 .credits{width:80%}}.section-6 .credits h3{color:var(--color-bg);font-size:1.2em;font-weight:normal;text-align:center;width:110%;transform:translateX(calc(-5% + 4px));background-color:var(--color-brown-500);border-radius:.4rem;padding:.5rem 0;margin:0}@media(max-width: 600px){.section-6 .credits h3{width:120%;transform:translateX(calc(-10% + 8px));font-size:1em}}.section-6 .credits .people{background:var(--color-bg) url("/assets/landing/section-6/people-bg-042d1179.webp") center/cover;box-shadow:var(--shadow);border-radius:.5rem;padding:1rem;margin-top:-1rem;height:8rem}.section-6 .credits .links{margin-top:8px;display:flex;gap:2rem;justify-content:center}button{font-size:1.2em}button:hover{cursor:pointer}.orph-flag{position:absolute;top:0;left:1.5em;width:180px;height:auto}@media(max-width: 600px){.orph-flag{width:140px}}.footer{position:relative;width:100%;background-color:var(--color-tan-300)}.footer .footer-visible{position:absolute;left:0;right:0;bottom:0}.footer .footer-hidden{visibility:hidden}.footer .footer-about{padding:3rem 1.5rem;max-width:75rem;margin:0 auto}@media(max-width: 768px){.footer .footer-about{padding:2rem 1rem}}.footer .footer-about h2{font-size:2rem;color:var(--color-brown-700);margin-bottom:1rem;text-align:center}@media(max-width: 768px){.footer .footer-about h2{font-size:1.5rem}}.footer .footer-about .about-text{color:var(--color-brown-500);font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.footer .footer-about .about-text a{color:var(--color-red-400);text-decoration:underline;transition:color .2s}.footer .footer-about .about-text a:hover{color:var(--color-red-500)}@media(min-width: 768px){.footer .footer-about .about-text{font-size:1.1rem}}.footer .footer-about .tagline{color:var(--color-brown-700);font-size:1.1rem;font-weight:600;margin:0}@media(min-width: 768px){.footer .footer-about .tagline{font-size:1.2rem}}.footer .footer-bottom{max-width:75rem;margin:0 auto;padding:2rem 1.5rem 3rem 1.5rem}@media(max-width: 768px){.footer .footer-bottom{padding:1.5rem 1rem 2rem 1rem}}.footer .footer-bottom .footer-credit{font-size:1.1rem;color:var(--color-brown-700);margin-bottom:2rem}@media(min-width: 768px){.footer .footer-bottom .footer-credit{font-size:1.2rem}}.footer .footer-bottom .footer-credit a{color:var(--color-red-400);text-decoration:underline;transition:color .2s}.footer .footer-bottom .footer-credit a:hover{color:var(--color-red-500)}.footer .footer-bottom .footer-links{display:flex;flex-wrap:wrap;gap:4rem}@media(max-width: 768px){.footer .footer-bottom .footer-links{gap:2rem;flex-direction:column}}.footer .footer-bottom .footer-links .link-column{flex:0 0 auto}.footer .footer-bottom .footer-links .link-column h3{color:var(--color-brown-700);font-size:1.1rem;margin-bottom:.75rem;font-weight:600}@media(min-width: 768px){.footer .footer-bottom .footer-links .link-column h3{font-size:1.2rem}}.footer .footer-bottom .footer-links .link-column .links-list{display:flex;flex-direction:column;gap:.25rem}.footer .footer-bottom .footer-links .link-column .links-list a{display:block;color:var(--color-brown-500);text-decoration:none;font-size:.9rem;transition:color .2s}.footer .footer-bottom .footer-links .link-column .links-list a:hover{color:var(--color-red-400)}@media(min-width: 768px){.footer .footer-bottom .footer-links .link-column .links-list a{font-size:1rem}}
