.Navigation-module__0_8sUq__nav{z-index:9999;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f5f1e8f7;border-bottom:1px solid #0000000d;padding:20px 5%;transition:all .3s;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 12px #00000014}.Navigation-module__0_8sUq__nav.Navigation-module__0_8sUq__scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f5f1e8fa;padding:15px 5%;box-shadow:0 2px 15px #0000001a}.Navigation-module__0_8sUq__navContainer{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;display:flex}.Navigation-module__0_8sUq__logo{font-family:var(--font-handwritten);color:var(--ink-black);z-index:1001;font-size:2rem;font-weight:700;text-decoration:none;position:relative}.Navigation-module__0_8sUq__navMenu{align-items:center;gap:2rem;list-style:none;display:flex}.Navigation-module__0_8sUq__navMenu li{opacity:0;animation:.5s forwards Navigation-module__0_8sUq__fadeInNav}@keyframes Navigation-module__0_8sUq__fadeInNav{to{opacity:1}}.Navigation-module__0_8sUq__navLink{font-family:var(--font-handwritten);color:var(--ink-black);padding:5px 10px;font-size:1.3rem;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.Navigation-module__0_8sUq__navLink:after{content:"";background:var(--accent-color);width:0;height:2px;transition:all .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.Navigation-module__0_8sUq__navLink:hover{color:var(--accent-color);transform:translateY(-2px)}.Navigation-module__0_8sUq__navLink:hover:after{width:100%}.Navigation-module__0_8sUq__menuButton{background:var(--ink-black);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;width:48px;height:48px;font-size:2rem;font-weight:400;line-height:1;transition:all .2s;display:none;box-shadow:0 3px 10px #0003}.Navigation-module__0_8sUq__menuButton:active{background:var(--accent-color);transform:scale(.95)}.Navigation-module__0_8sUq__mobileMenuOverlay{background:var(--paper-beige);z-index:10000;width:100vw;height:100dvh;animation:.2s Navigation-module__0_8sUq__fadeIn;position:fixed;top:0;left:0;overflow:hidden}@keyframes Navigation-module__0_8sUq__fadeIn{0%{opacity:0}to{opacity:1}}.Navigation-module__0_8sUq__mobileMenuContent{background:var(--paper-beige);flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.Navigation-module__0_8sUq__mobileMenuHeader{border-bottom:3px solid var(--ink-black);background:#fff;flex-shrink:0;justify-content:space-between;align-items:center;padding:22px 24px;display:flex;box-shadow:0 2px 8px #0000001a}.Navigation-module__0_8sUq__mobileMenuTitle{font-family:var(--font-handwritten);color:var(--ink-black);font-size:2.2rem;font-weight:700}.Navigation-module__0_8sUq__mobileCloseButton{background:var(--ink-black);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:2.2rem;line-height:1;transition:all .2s;display:flex;box-shadow:0 4px 8px #0003}.Navigation-module__0_8sUq__mobileCloseButton:active{background:var(--accent-color);transform:scale(.92)}.Navigation-module__0_8sUq__mobileMenuItems{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;justify-content:center;gap:14px;padding:30px 24px;display:flex;overflow-y:auto}.Navigation-module__0_8sUq__mobileMenuItem{font-family:var(--font-body);color:var(--ink-black);border:3px solid var(--ink-black);text-align:center;background:#fff;border-radius:10px;flex-shrink:0;padding:17px 24px;font-size:1.15rem;font-weight:600;text-decoration:none;transition:all .15s;display:block;box-shadow:4px 4px #0000001f}.Navigation-module__0_8sUq__mobileMenuItem:active{background:var(--ink-black);color:#fff;transform:translate(3px,3px);box-shadow:1px 1px #0000001a}@media (max-width:1024px){.Navigation-module__0_8sUq__navMenu{gap:1.5rem}.Navigation-module__0_8sUq__navLink{font-size:1.15rem}}@media (max-width:768px){.Navigation-module__0_8sUq__nav{padding:18px 20px}.Navigation-module__0_8sUq__nav.Navigation-module__0_8sUq__scrolled{padding:16px 20px}.Navigation-module__0_8sUq__navContainer{width:100%}.Navigation-module__0_8sUq__navMenu{display:none}.Navigation-module__0_8sUq__menuButton{display:flex}.Navigation-module__0_8sUq__logo{font-size:1.6rem;font-weight:700}.Navigation-module__0_8sUq__logo span{letter-spacing:1px}}
.Hero-module__gNeX-G__hero{justify-content:center;align-items:center;min-height:100vh;padding:120px 5% 80px;display:flex;position:relative;overflow:hidden}.Hero-module__gNeX-G__backgroundLines{opacity:.1;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__gNeX-G__animatedLine{stroke:var(--ink-black);stroke-width:2px;fill:none;stroke-dasharray:2000;stroke-dashoffset:2000px;animation:3s ease-out forwards Hero-module__gNeX-G__drawLine}@keyframes Hero-module__gNeX-G__drawLine{to{stroke-dashoffset:0}}.Hero-module__gNeX-G__doodle{color:var(--accent-color);opacity:0;animation:1s forwards Hero-module__gNeX-G__fadeInDoodle;position:absolute}.Hero-module__gNeX-G__doodleCircle,.Hero-module__gNeX-G__doodleZigzag,.Hero-module__gNeX-G__doodleTriangle,.Hero-module__gNeX-G__doodleWave{stroke-dasharray:200;stroke-dashoffset:200px;animation:2s ease-out forwards Hero-module__gNeX-G__drawDoodle}@keyframes Hero-module__gNeX-G__fadeInDoodle{to{opacity:.4}}@keyframes Hero-module__gNeX-G__drawDoodle{to{stroke-dashoffset:0}}.Hero-module__gNeX-G__heroContent{z-index:10;text-align:center;flex-direction:column;align-items:center;max-width:900px;display:flex;position:relative}.Hero-module__gNeX-G__profileImageWrapper{opacity:0;margin-bottom:2rem;animation:1s forwards Hero-module__gNeX-G__fadeInUp}.Hero-module__gNeX-G__profileImage{border:5px solid var(--ink-black);object-fit:cover;border-radius:50%;width:180px;height:180px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 8px 20px #00000026,0 0 0 10px #f5f1e880}.Hero-module__gNeX-G__profileImage:hover{border-color:var(--accent-color);transform:scale(1.05)rotate(2deg);box-shadow:0 12px 30px #0003,0 0 0 10px #d4735d4d}.Hero-module__gNeX-G__greeting{font-family:var(--font-body);color:var(--light-gray);opacity:0;margin-bottom:1rem;font-size:clamp(1rem,2.5vw,1.3rem);animation:1s forwards Hero-module__gNeX-G__fadeInUp}@keyframes Hero-module__gNeX-G__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.Hero-module__gNeX-G__name{font-family:var(--font-handwritten);color:#0000;margin:20px 0;font-size:clamp(2.5rem,8vw,6rem);font-weight:700;display:inline-block;position:relative}.Hero-module__gNeX-G__nameOutline{color:var(--ink-black);-webkit-text-stroke:2px var(--ink-black);text-stroke:2px var(--ink-black);paint-order:stroke fill;display:inline-block;position:relative}.Hero-module__gNeX-G__name.Hero-module__gNeX-G__animate .Hero-module__gNeX-G__nameOutline{animation:2.5s forwards Hero-module__gNeX-G__sketchName}@keyframes Hero-module__gNeX-G__sketchName{0%{-webkit-text-stroke:2px var(--ink-black);color:#0000}60%{-webkit-text-stroke:2px var(--ink-black);color:#0000}to{-webkit-text-stroke:0px var(--ink-black);color:var(--ink-black)}}.Hero-module__gNeX-G__tagline{font-family:var(--font-body);color:var(--ink-black);opacity:0;margin-bottom:1rem;font-size:clamp(1.2rem,3vw,1.5rem);font-weight:500;animation:1s .5s forwards Hero-module__gNeX-G__fadeInUp}.Hero-module__gNeX-G__subtitle{font-family:var(--font-body);color:var(--ink-black);opacity:0;margin-bottom:.8rem;font-size:clamp(1.1rem,2.8vw,1.4rem);font-weight:600;animation:1s .7s forwards Hero-module__gNeX-G__fadeInUp}.Hero-module__gNeX-G__subline{font-family:var(--font-body);color:var(--light-gray);opacity:0;margin-bottom:3rem;font-size:clamp(1rem,2.5vw,1.2rem);font-style:italic;animation:1s .9s forwards Hero-module__gNeX-G__fadeInUp}.Hero-module__gNeX-G__cta{opacity:0;flex-wrap:wrap;justify-content:center;gap:20px;margin-bottom:4rem;animation:1s 1s forwards Hero-module__gNeX-G__fadeInUp;display:flex}.Hero-module__gNeX-G__secondaryButton{background:var(--ink-black);color:var(--paper-beige)}.Hero-module__gNeX-G__secondaryButton:hover{background:var(--accent-color);border-color:var(--accent-color);color:#fff}.Hero-module__gNeX-G__scrollIndicator{opacity:0;flex-direction:column;align-items:center;gap:10px;animation:1s 1.5s forwards Hero-module__gNeX-G__fadeInUp;display:flex}.Hero-module__gNeX-G__scrollIndicator span{font-family:var(--font-handwritten);color:var(--light-gray);font-size:1rem}.Hero-module__gNeX-G__mouse{border:2px solid var(--ink-black);border-radius:13px;justify-content:center;width:26px;height:40px;padding-top:8px;display:flex}.Hero-module__gNeX-G__wheel{background:var(--ink-black);border-radius:2px;width:3px;height:8px;animation:1.5s ease-in-out infinite Hero-module__gNeX-G__scroll}@keyframes Hero-module__gNeX-G__scroll{0%,to{opacity:1;transform:translateY(0)}50%{opacity:0;transform:translateY(12px)}}.Hero-module__gNeX-G__heroIllustration{opacity:.3;z-index:1;pointer-events:none;width:300px;height:300px;position:absolute;top:50%;right:5%;transform:translateY(-50%)}.Hero-module__gNeX-G__illustrationSvg{width:100%;height:100%;color:var(--ink-black)}.Hero-module__gNeX-G__pencilBody{stroke-dasharray:200;stroke-dashoffset:200px;animation:2s ease-out .5s forwards Hero-module__gNeX-G__drawLine}.Hero-module__gNeX-G__pencilTip{opacity:0;animation:.5s 2s forwards Hero-module__gNeX-G__fadeIn}.Hero-module__gNeX-G__pencilEraser{opacity:0;animation:.5s 2.2s forwards Hero-module__gNeX-G__fadeIn}@keyframes Hero-module__gNeX-G__fadeIn{to{opacity:1}}.Hero-module__gNeX-G__sketchLine{stroke-dasharray:150;stroke-dashoffset:150px;animation:1.5s ease-out forwards Hero-module__gNeX-G__drawLine}.Hero-module__gNeX-G__pencilGroup{animation:3s ease-in-out infinite Hero-module__gNeX-G__float}@keyframes Hero-module__gNeX-G__float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(5deg)}}@media (max-width:1024px){.Hero-module__gNeX-G__heroIllustration{opacity:.2;width:200px;height:200px}}@media (max-width:768px){.Hero-module__gNeX-G__hero{min-height:auto;padding:120px 20px 60px}.Hero-module__gNeX-G__heroContent{max-width:100%;padding:0}.Hero-module__gNeX-G__heroIllustration{display:none}.Hero-module__gNeX-G__profileImageWrapper{margin-bottom:1.5rem}.Hero-module__gNeX-G__profileImage{border-width:4px;width:130px;height:130px}.Hero-module__gNeX-G__greeting{margin-bottom:.8rem;font-size:1rem}.Hero-module__gNeX-G__name{margin:15px 0}.Hero-module__gNeX-G__tagline{margin-bottom:.8rem;font-size:1.1rem}.Hero-module__gNeX-G__subtitle{margin-bottom:.6rem;padding:0 10px;font-size:1.05rem}.Hero-module__gNeX-G__subline{margin-bottom:2rem;padding:0 10px;font-size:.95rem}.Hero-module__gNeX-G__cta{flex-direction:column;align-items:stretch;gap:15px;padding:0 10px}.Hero-module__gNeX-G__cta button{width:100%;padding:12px 20px;font-size:.95rem}.Hero-module__gNeX-G__scrollIndicator{margin-top:2rem;font-size:.9rem}.Hero-module__gNeX-G__mouse{width:22px;height:35px}}
.About-module__Balj8a__about{background:var(--paper-beige);padding:100px 5%;position:relative}.About-module__Balj8a__aboutContainer{max-width:1400px;margin:0 auto;position:relative}.About-module__Balj8a__inkStroke{opacity:.3;pointer-events:none;width:200px;height:100px;position:absolute;top:0;left:0}.About-module__Balj8a__aboutContent h2{text-align:center;margin-bottom:4rem;position:relative}.About-module__Balj8a__aboutGrid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.About-module__Balj8a__aboutText{flex-direction:column;gap:1.5rem;display:flex}.About-module__Balj8a__intro{font-size:1.3rem;font-weight:500;line-height:1.8}.About-module__Balj8a__aboutText p{color:var(--ink-black);line-height:1.9}.About-module__Balj8a__aboutText strong{color:var(--accent-color);font-weight:600}.About-module__Balj8a__aboutText em{color:var(--accent-color);font-style:italic}.About-module__Balj8a__readMoreWrapper{margin:2rem 0 1.5rem}.About-module__Balj8a__readMoreButton{font-family:var(--font-body);background:var(--accent-color);color:#fff;border:none;border-radius:6px;padding:12px 28px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 6px #d4735d33}.About-module__Balj8a__readMoreButton:hover{color:#fff;background:#c15f47;transform:translateY(-2px);box-shadow:0 6px 12px #d4735d4d}.About-module__Balj8a__skills{border:2px solid var(--ink-black);background:#fff;margin-top:2rem;padding:2rem;position:relative;transform:rotate(-.5deg);box-shadow:4px 4px #0000001a}.About-module__Balj8a__skills h3{font-family:var(--font-handwritten);color:var(--ink-black);margin-bottom:1.5rem;font-size:2rem}.About-module__Balj8a__skillTags{flex-wrap:wrap;gap:12px;display:flex}.About-module__Balj8a__tag{background:var(--paper-beige);border:2px solid var(--ink-black);font-family:var(--font-handwritten);cursor:default;padding:8px 16px;font-size:1.1rem;font-weight:500;transition:all .3s;display:inline-block;transform:rotate(-1deg)}.About-module__Balj8a__tag:nth-child(2n){transform:rotate(1deg)}.About-module__Balj8a__tag:hover{background:var(--accent-color);color:#fff;border-color:var(--accent-color);transform:rotate(0)translateY(-4px)}.About-module__Balj8a__aboutVisual{flex-direction:column;align-items:center;gap:2rem;display:flex}.About-module__Balj8a__portraitFrame{border:3px solid var(--ink-black);background:#fff;padding:30px;transition:transform .4s;position:relative;transform:rotate(2deg);box-shadow:8px 8px #0000001a}.About-module__Balj8a__portraitFrame:hover{transform:rotate(0)scale(1.02)}.About-module__Balj8a__portrait{background:var(--paper-beige);justify-content:center;align-items:center;width:300px;height:350px;display:flex;overflow:hidden}.About-module__Balj8a__portraitImage{object-fit:cover;width:100%;height:100%;display:block}.About-module__Balj8a__portraitSvg{width:100%;height:100%}.About-module__Balj8a__floatingElement{animation:3s ease-in-out infinite About-module__Balj8a__floatAround}@keyframes About-module__Balj8a__floatAround{0%,to{transform:translate(0)rotate(0)}25%{transform:translate(5px,-5px)rotate(5deg)}50%{transform:translate(-5px,5px)rotate(-5deg)}75%{transform:translate(5px,5px)rotate(3deg)}}.About-module__Balj8a__sketchMark{opacity:.6;position:absolute}.About-module__Balj8a__quote{font-family:var(--font-handwritten);color:var(--ink-black);text-align:center;border:2px dashed var(--accent-color);background:#fff;padding:1.5rem 2rem;font-size:1.8rem;font-weight:500;position:relative;transform:rotate(-1deg);box-shadow:3px 3px #d4735d33}.About-module__Balj8a__quote:before,.About-module__Balj8a__quote:after{color:var(--accent-color);opacity:.5;font-size:3rem}.About-module__Balj8a__quote:before{content:"\"";position:absolute;top:-10px;left:10px}.About-module__Balj8a__quote:after{content:"\"";position:absolute;bottom:-20px;right:10px}@media (max-width:968px){.About-module__Balj8a__aboutGrid{grid-template-columns:1fr;gap:3rem}.About-module__Balj8a__portraitFrame{margin:0 auto}.About-module__Balj8a__portrait{width:250px;height:300px}.About-module__Balj8a__skills h3{font-size:1.8rem}}@media (max-width:768px){.About-module__Balj8a__about{padding:80px 20px}.About-module__Balj8a__aboutGrid{gap:2rem}.About-module__Balj8a__portraitFrame{margin:0 auto;padding:20px}.About-module__Balj8a__portrait{width:200px;height:250px}.About-module__Balj8a__quote{max-width:100%;margin:0 auto;padding:1.2rem 1rem;font-size:1.2rem}.About-module__Balj8a__intro{font-size:1.05rem}.About-module__Balj8a__aboutText p{font-size:1rem}.About-module__Balj8a__skills{padding:1.5rem}.About-module__Balj8a__readMoreButton{text-align:center;width:100%}}
.Ventures-module__kS2QFG__ventures{background:linear-gradient(180deg,var(--paper-beige)0%,#ebe7dd 100%);padding:100px 5%;position:relative}.Ventures-module__kS2QFG__venturesContainer{max-width:1300px;margin:0 auto;position:relative}.Ventures-module__kS2QFG__header{text-align:center;margin-bottom:4rem}.Ventures-module__kS2QFG__subtitle{color:var(--light-gray);margin-top:1rem;font-size:1.2rem;font-style:italic}.Ventures-module__kS2QFG__venturesGrid{grid-template-columns:1fr;gap:3rem;margin-bottom:2rem;display:grid}.Ventures-module__kS2QFG__ventureCard{position:relative}.Ventures-module__kS2QFG__cardInner{border:3px solid var(--ink-black);background:#fff;padding:2.5rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;box-shadow:6px 6px #0000001a}.Ventures-module__kS2QFG__cardInner:hover{transform:translateY(-6px);box-shadow:10px 10px #00000026}.Ventures-module__kS2QFG__accentBar{width:100%;height:6px;position:absolute;top:0;left:0}.Ventures-module__kS2QFG__cardHeader{margin-bottom:1.5rem;padding-top:1rem}.Ventures-module__kS2QFG__nameWithYear{flex-wrap:wrap;align-items:baseline;gap:1rem;margin-bottom:.5rem;display:flex}.Ventures-module__kS2QFG__ventureName{font-family:var(--font-handwritten);color:var(--ink-black);margin:0;font-size:2.5rem;font-weight:700}.Ventures-module__kS2QFG__foundingYear{font-family:var(--font-body);color:var(--light-gray);text-transform:uppercase;letter-spacing:1px;border:1px solid var(--light-gray);border-radius:3px;padding:4px 10px;font-size:.9rem;font-weight:500}.Ventures-module__kS2QFG__ventureTagline{font-family:var(--font-body);color:var(--accent-color);font-size:1.1rem;font-style:italic;font-weight:600}.Ventures-module__kS2QFG__cardContent{margin-bottom:2rem}.Ventures-module__kS2QFG__description{font-family:var(--font-body);color:var(--ink-black);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.8}.Ventures-module__kS2QFG__visionBox{background:var(--paper-beige);border-left:4px solid var(--accent-color);margin-top:1.5rem;padding:1.2rem 1.5rem}.Ventures-module__kS2QFG__visionBox h4{font-family:var(--font-handwritten);color:var(--ink-black);margin-bottom:.5rem;font-size:1.3rem}.Ventures-module__kS2QFG__visionBox p{font-family:var(--font-body);color:var(--ink-black);font-size:1rem;font-style:italic;line-height:1.7}.Ventures-module__kS2QFG__cardFooter{border-top:2px solid var(--ink-black);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.Ventures-module__kS2QFG__contactInfo{flex-direction:column;flex:1;gap:.8rem;display:flex}.Ventures-module__kS2QFG__website,.Ventures-module__kS2QFG__email{font-family:var(--font-body);color:var(--ink-black);align-items:center;gap:8px;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex;position:relative}.Ventures-module__kS2QFG__linkIcon{flex-shrink:0;width:20px;height:20px}.Ventures-module__kS2QFG__website:hover,.Ventures-module__kS2QFG__email:hover{color:var(--accent-color);transform:translate(3px)}.Ventures-module__kS2QFG__visitButton{font-family:var(--font-body);color:#fff;cursor:pointer;white-space:nowrap;background:#2563eb;border:none;border-radius:6px;padding:12px 28px;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 6px #2563eb33}.Ventures-module__kS2QFG__visitButton:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 6px 12px #2563eb4d}.Ventures-module__kS2QFG__visitButton:active{transform:translateY(0)}.Ventures-module__kS2QFG__cornerMark{color:var(--accent-color);opacity:0;pointer-events:none;font-size:1.5rem;font-weight:700;transition:opacity .3s;position:absolute}.Ventures-module__kS2QFG__cardInner:hover .Ventures-module__kS2QFG__cornerMark{opacity:.4}@media (max-width:768px){.Ventures-module__kS2QFG__ventures{padding:80px 20px}.Ventures-module__kS2QFG__venturesGrid{gap:2rem}.Ventures-module__kS2QFG__cardInner{padding:1.8rem 1.3rem}.Ventures-module__kS2QFG__nameWithYear{flex-direction:column;align-items:flex-start;gap:.5rem}.Ventures-module__kS2QFG__ventureName{font-size:1.8rem}.Ventures-module__kS2QFG__foundingYear{font-size:.85rem}.Ventures-module__kS2QFG__ventureTagline,.Ventures-module__kS2QFG__description{font-size:1rem}.Ventures-module__kS2QFG__visionBox{padding:1rem}.Ventures-module__kS2QFG__visionBox h4{font-size:1.2rem}.Ventures-module__kS2QFG__cardFooter{flex-direction:column;align-items:flex-start;gap:1rem}.Ventures-module__kS2QFG__contactInfo,.Ventures-module__kS2QFG__visitButton{width:100%}.Ventures-module__kS2QFG__website,.Ventures-module__kS2QFG__email{font-size:.9rem}}
.Vision-module__3X_9pa__vision{background:var(--paper-beige);padding:100px 5%;position:relative}.Vision-module__3X_9pa__visionContainer{max-width:1300px;margin:0 auto;position:relative}.Vision-module__3X_9pa__header{text-align:center;margin-bottom:4rem}.Vision-module__3X_9pa__visionContent{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-bottom:4rem;display:grid}.Vision-module__3X_9pa__visionCard{border:3px solid var(--ink-black);text-align:center;background:#fff;padding:2.5rem 2rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;box-shadow:4px 4px #0000001a}.Vision-module__3X_9pa__visionCard:hover{transform:translateY(-8px)rotate(-1deg);box-shadow:8px 8px #00000026}.Vision-module__3X_9pa__iconWrapper{width:80px;height:80px;color:var(--accent-color);margin:0 auto 1.5rem}.Vision-module__3X_9pa__icon{width:100%;height:100%;animation:3s ease-in-out infinite Vision-module__3X_9pa__float}@keyframes Vision-module__3X_9pa__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.Vision-module__3X_9pa__visionCard h3{font-family:var(--font-handwritten);color:var(--ink-black);margin-bottom:1rem;font-size:2rem}.Vision-module__3X_9pa__visionCard p{font-family:var(--font-body);color:var(--ink-black);font-size:1.05rem;line-height:1.8}.Vision-module__3X_9pa__signatureQuote{justify-content:center;margin:5rem 0;display:flex}.Vision-module__3X_9pa__quoteBox{border:2px dashed var(--accent-color);text-align:center;background:#fff;max-width:800px;padding:3rem 2.5rem;position:relative;transform:rotate(-1deg);box-shadow:6px 6px #d4735d33}.Vision-module__3X_9pa__quote{font-family:var(--font-handwritten);color:var(--ink-black);margin-bottom:1rem;font-size:2rem;font-weight:600;line-height:1.4}.Vision-module__3X_9pa__signature{font-family:var(--font-handwritten);color:var(--accent-color);font-size:1.3rem;font-style:italic}.Vision-module__3X_9pa__valuesSection{margin-top:4rem}.Vision-module__3X_9pa__valuesTitle{font-family:var(--font-handwritten);text-align:center;color:var(--ink-black);margin-bottom:2.5rem;font-size:2.5rem}.Vision-module__3X_9pa__valuesGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.Vision-module__3X_9pa__valueCard{border:2px solid var(--ink-black);text-align:center;background:#fff;padding:2rem 1.5rem;transition:all .3s}.Vision-module__3X_9pa__valueCard:hover{transform:translateY(-5px);box-shadow:4px 4px #0000001a}.Vision-module__3X_9pa__valueIcon{width:60px;height:60px;color:var(--accent-color);margin:0 auto 1rem;display:block}.Vision-module__3X_9pa__valueCard h4{font-family:var(--font-handwritten);color:var(--ink-black);margin-bottom:.5rem;font-size:1.5rem}.Vision-module__3X_9pa__valueCard p{font-family:var(--font-body);color:var(--light-gray);font-size:.95rem;line-height:1.6}@media (max-width:768px){.Vision-module__3X_9pa__vision{padding:80px 20px}.Vision-module__3X_9pa__visionContent{grid-template-columns:1fr;gap:2rem}.Vision-module__3X_9pa__visionCard{padding:2rem 1.5rem}.Vision-module__3X_9pa__visionCard h3{font-size:1.7rem}.Vision-module__3X_9pa__visionCard p{font-size:1rem}.Vision-module__3X_9pa__quote{font-size:1.4rem;line-height:1.5}.Vision-module__3X_9pa__quoteBox{max-width:100%;padding:1.8rem 1.3rem}.Vision-module__3X_9pa__signature{font-size:1.1rem}.Vision-module__3X_9pa__valuesGrid{grid-template-columns:1fr;gap:1.5rem}.Vision-module__3X_9pa__valueCard{padding:1.5rem}}
.Contact-module__gQiC5G__contact{background:linear-gradient(180deg,var(--paper-beige)0%,#e8e4d9 100%);padding:100px 5% 0;position:relative}.Contact-module__gQiC5G__contactContainer{max-width:1300px;margin:0 auto;padding-bottom:80px;position:relative}.Contact-module__gQiC5G__header{text-align:center;margin-bottom:4rem}.Contact-module__gQiC5G__subtitle{color:var(--light-gray);margin-top:1rem;font-size:1.2rem;font-style:italic}.Contact-module__gQiC5G__contactContent{grid-template-columns:1fr 1.5fr;gap:4rem;display:grid}.Contact-module__gQiC5G__contactInfo{flex-direction:column;gap:2rem;display:flex}.Contact-module__gQiC5G__infoCard{border:2px solid var(--ink-black);background:#fff;align-items:flex-start;gap:1.5rem;padding:1.5rem;transition:all .3s;display:flex;box-shadow:4px 4px #0000001a}.Contact-module__gQiC5G__infoCard:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #00000026}.Contact-module__gQiC5G__icon{width:50px;height:50px;color:var(--accent-color);flex-shrink:0}.Contact-module__gQiC5G__infoCard h3{font-family:var(--font-handwritten);color:var(--ink-black);margin-bottom:5px;font-size:1.4rem}.Contact-module__gQiC5G__infoCard p{font-family:var(--font-body);color:var(--light-gray);font-size:1rem}.Contact-module__gQiC5G__social{border:2px dashed var(--accent-color);text-align:center;background:#fff;padding:2rem}.Contact-module__gQiC5G__social h3{font-family:var(--font-handwritten);color:var(--ink-black);margin-bottom:1.5rem;font-size:1.6rem}.Contact-module__gQiC5G__socialLinks{flex-direction:column;gap:1rem;display:flex}.Contact-module__gQiC5G__socialLink{font-family:var(--font-handwritten);color:var(--ink-black);border:2px solid var(--ink-black);background:var(--paper-beige);padding:8px 16px;font-size:1.3rem;text-decoration:none;transition:all .3s;display:inline-block}.Contact-module__gQiC5G__socialLink:hover{background:var(--accent-color);color:#fff;border-color:var(--accent-color);transform:rotate(-2deg)}.Contact-module__gQiC5G__contactDoodle{opacity:.5;align-self:center;width:150px;height:150px;margin-top:2rem}.Contact-module__gQiC5G__doodlePath,.Contact-module__gQiC5G__doodleCircle{stroke-dasharray:300;stroke-dashoffset:300px;animation:3s ease-out forwards Contact-module__gQiC5G__drawDoodle}@keyframes Contact-module__gQiC5G__drawDoodle{to{stroke-dashoffset:0}}.Contact-module__gQiC5G__contactForm{border:3px solid var(--ink-black);background:#fff;padding:3rem;position:relative;box-shadow:8px 8px #0000001a}.Contact-module__gQiC5G__contactForm:before{content:"";border:2px dashed var(--accent-color);opacity:.3;pointer-events:none;position:absolute;inset:-5px}.Contact-module__gQiC5G__form{flex-direction:column;gap:2rem;display:flex}.Contact-module__gQiC5G__formGroup{flex-direction:column;gap:.5rem;display:flex;position:relative}.Contact-module__gQiC5G__formGroup label{font-family:var(--font-handwritten);color:var(--ink-black);font-size:1.3rem;font-weight:500}.Contact-module__gQiC5G__input,.Contact-module__gQiC5G__textarea{font-family:var(--font-body);color:var(--ink-black);background:0 0;border:none;border-bottom:2px solid #0000;outline:none;padding:12px 0;font-size:1rem;transition:all .3s}.Contact-module__gQiC5G__input:focus,.Contact-module__gQiC5G__textarea:focus{border-bottom-color:var(--accent-color)}.Contact-module__gQiC5G__textarea{resize:vertical;min-height:120px}.Contact-module__gQiC5G__input::placeholder,.Contact-module__gQiC5G__textarea::placeholder{color:var(--light-gray);opacity:.6}.Contact-module__gQiC5G__inputUnderline{pointer-events:none;width:100%;height:8px;margin-top:-8px}.Contact-module__gQiC5G__submitButton{background:var(--ink-black);color:var(--paper-beige);border-color:var(--ink-black);align-self:flex-start;margin-top:1rem;padding:14px 32px;font-size:1.2rem}.Contact-module__gQiC5G__submitButton:hover:not(:disabled){background:var(--accent-color);border-color:var(--accent-color);color:#fff}.Contact-module__gQiC5G__submitButton:disabled{opacity:.6;cursor:not-allowed}.Contact-module__gQiC5G__successMessage{text-align:center;background:#6a994e1a;border:2px solid #6a994e;border-radius:8px;margin-bottom:2rem;padding:2rem}.Contact-module__gQiC5G__successMessage svg{margin-bottom:1rem;animation:.5s Contact-module__gQiC5G__scaleIn}@keyframes Contact-module__gQiC5G__scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.Contact-module__gQiC5G__successMessage h3{font-family:var(--font-handwritten);color:#6a994e;margin-bottom:.5rem;font-size:1.8rem}.Contact-module__gQiC5G__successMessage p{font-family:var(--font-body);color:var(--ink-black);font-size:1rem}.Contact-module__gQiC5G__errorMessage{color:#dc2626;text-align:center;margin-top:1rem;font-size:.9rem}.Contact-module__gQiC5G__footer{background:var(--ink-black);color:var(--paper-beige);text-align:center;margin-top:80px;padding:3rem 5%}.Contact-module__gQiC5G__footerContent{text-align:left;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;max-width:1200px;margin:0 auto 2rem;display:grid}.Contact-module__gQiC5G__footerBrand h3{font-family:var(--font-handwritten);color:var(--accent-color);letter-spacing:-1px;margin-bottom:1rem;font-size:3rem}.Contact-module__gQiC5G__footerBrand p{font-family:var(--font-body);color:var(--paper-beige);font-size:1rem;line-height:1.7}.Contact-module__gQiC5G__footerQuote p{font-family:var(--font-handwritten);color:var(--accent-color);font-size:1.5rem;font-style:italic;line-height:1.5}.Contact-module__gQiC5G__footerNote{font-family:var(--font-body);color:var(--light-gray);border-top:1px solid #f5f1e833;margin-top:2rem;padding-top:1.5rem;font-size:.9rem}@media (max-width:968px){.Contact-module__gQiC5G__contactContent{grid-template-columns:1fr;gap:2.5rem}.Contact-module__gQiC5G__contactInfo{order:2}.Contact-module__gQiC5G__contactForm{order:1}}@media (max-width:768px){.Contact-module__gQiC5G__contact{padding:80px 20px 0}.Contact-module__gQiC5G__contactContainer{padding-bottom:60px}.Contact-module__gQiC5G__contactForm{padding:2rem 1.5rem}.Contact-module__gQiC5G__contactDoodle{display:none}.Contact-module__gQiC5G__infoCard{padding:1.2rem}.Contact-module__gQiC5G__infoCard h3{font-size:1.3rem}.Contact-module__gQiC5G__infoCard p{font-size:.95rem}.Contact-module__gQiC5G__icon{width:40px;height:40px}.Contact-module__gQiC5G__social{padding:1.5rem}.Contact-module__gQiC5G__social h3{font-size:1.4rem}.Contact-module__gQiC5G__socialLink{font-size:1.1rem}.Contact-module__gQiC5G__footer{padding:2.5rem 20px}.Contact-module__gQiC5G__footerContent{text-align:center;grid-template-columns:1fr;gap:2rem}.Contact-module__gQiC5G__footerBrand h3{font-size:2.5rem}.Contact-module__gQiC5G__footerQuote p{font-size:1.2rem}}
.AboutMe-module__4kPB8a__storyPage{background:var(--paper-beige);min-height:100vh;padding-top:100px}.AboutMe-module__4kPB8a__storyContainer{max-width:900px;margin:0 auto;padding:40px 5% 80px}.AboutMe-module__4kPB8a__storyHeader{text-align:center;margin-bottom:2.5rem}.AboutMe-module__4kPB8a__storyHeader h1{margin-bottom:.8rem;font-size:clamp(3rem,8vw,4.5rem)}.AboutMe-module__4kPB8a__subtitle{font-family:var(--font-body);color:var(--light-gray);font-size:1.2rem;font-style:italic}.AboutMe-module__4kPB8a__storyContent{border:3px solid var(--ink-black);background:#fff;padding:2.5rem;position:relative;box-shadow:8px 8px #0000001a}.AboutMe-module__4kPB8a__storyContent:before{content:"";border:2px dashed var(--accent-color);opacity:.2;pointer-events:none;position:absolute;inset:-6px}.AboutMe-module__4kPB8a__storySection{margin-bottom:1.5rem}.AboutMe-module__4kPB8a__storySection:last-child{margin-bottom:0}.AboutMe-module__4kPB8a__lead{color:var(--ink-black);margin-bottom:1.2rem;font-size:1.3rem;font-weight:500;line-height:1.7}.AboutMe-module__4kPB8a__storySection h3{font-family:var(--font-handwritten);color:var(--accent-color);border-bottom:2px solid var(--accent-color);margin-top:.5rem;margin-bottom:.8rem;padding-bottom:.4rem;font-size:1.8rem;display:inline-block}.AboutMe-module__4kPB8a__storySection p{font-family:var(--font-body);color:var(--ink-black);text-align:justify;font-size:1.05rem;line-height:1.8}.AboutMe-module__4kPB8a__highlight{background:var(--paper-beige);border-left:4px solid var(--accent-color);margin:1.5rem 0;padding:1.2rem;font-style:italic;font-size:1.15rem!important}.AboutMe-module__4kPB8a__finalQuote{font-family:var(--font-handwritten);color:var(--accent-color);border:2px dashed var(--accent-color);background:#d4735d0d;margin:2rem 0 1.5rem;padding:1.5rem;text-align:center!important;font-size:1.6rem!important}.AboutMe-module__4kPB8a__backButton{text-align:center;border-top:2px solid var(--ink-black);margin-top:2rem;padding-top:1.5rem}@media (max-width:1024px){.AboutMe-module__4kPB8a__storyContainer{max-width:700px;padding:40px 5% 70px}.AboutMe-module__4kPB8a__storyContent{padding:2.2rem}.AboutMe-module__4kPB8a__storySection{margin-bottom:1.3rem}}@media (max-width:768px){.AboutMe-module__4kPB8a__storyPage{padding-top:80px}.AboutMe-module__4kPB8a__storyContainer{padding:30px 20px 60px}.AboutMe-module__4kPB8a__storyHeader{margin-bottom:2rem}.AboutMe-module__4kPB8a__storyHeader h1{margin-bottom:.6rem;font-size:clamp(2.5rem,10vw,3.5rem)}.AboutMe-module__4kPB8a__subtitle{font-size:1rem}.AboutMe-module__4kPB8a__storyContent{padding:1.8rem 1.3rem}.AboutMe-module__4kPB8a__storySection{margin-bottom:1.2rem}.AboutMe-module__4kPB8a__storySection h3{margin-top:.3rem;margin-bottom:.6rem;font-size:1.4rem}.AboutMe-module__4kPB8a__storySection p{text-align:left;font-size:.98rem;line-height:1.75}.AboutMe-module__4kPB8a__lead{margin-bottom:1rem;font-size:1.1rem}.AboutMe-module__4kPB8a__highlight{margin:1.2rem 0;padding:1rem;font-size:1rem!important}.AboutMe-module__4kPB8a__finalQuote{margin:1.5rem 0 1.2rem;padding:1.3rem 1rem;font-size:1.25rem!important}.AboutMe-module__4kPB8a__backButton{margin-top:1.5rem;padding-top:1.2rem}}
.LoadingScreen-module__qGPXpG__loadingScreen{background:var(--paper-beige);z-index:99999;justify-content:center;align-items:center;animation:.5s 2s forwards LoadingScreen-module__qGPXpG__fadeOut;display:flex;position:fixed;inset:0}@keyframes LoadingScreen-module__qGPXpG__fadeOut{to{opacity:0;visibility:hidden}}.LoadingScreen-module__qGPXpG__loadingContent{text-align:center;padding:20px}.LoadingScreen-module__qGPXpG__loadingText{font-family:var(--font-handwritten);color:var(--ink-black);letter-spacing:6px;opacity:0;justify-content:center;align-items:baseline;gap:8px;font-size:clamp(4rem,15vw,8rem);font-weight:700;animation:.8s forwards LoadingScreen-module__qGPXpG__textFadeIn;display:flex}@keyframes LoadingScreen-module__qGPXpG__textFadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.LoadingScreen-module__qGPXpG__dots{align-items:baseline;gap:4px;display:inline-flex}.LoadingScreen-module__qGPXpG__dot{opacity:0;animation:1.4s ease-in-out infinite LoadingScreen-module__qGPXpG__dotBounce}.LoadingScreen-module__qGPXpG__dot:first-child{animation-delay:0s}.LoadingScreen-module__qGPXpG__dot:nth-child(2){animation-delay:.2s}.LoadingScreen-module__qGPXpG__dot:nth-child(3){animation-delay:.4s}@keyframes LoadingScreen-module__qGPXpG__dotBounce{0%,60%,to{opacity:0;transform:translateY(0)}30%{opacity:1;transform:translateY(-10px)}}@media (max-width:768px){.LoadingScreen-module__qGPXpG__loadingText{letter-spacing:3px;gap:4px}.LoadingScreen-module__qGPXpG__dots{gap:2px}}
