:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#521500;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{width:100%;min-height:100vh;background:inherit}body{margin:0;min-width:320px;overflow-x:hidden;width:100%;min-height:100vh}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}a{font-weight:500;color:#000;text-decoration:inherit}a:hover{color:#000}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#521500}a:hover{color:#3d0f00}button{background-color:#f9f9f9}}.menu-container{position:fixed;top:0;left:0;width:100%;height:auto;display:flex;align-items:stretch;z-index:999;pointer-events:none;transition:transform 1s ease-in-out}.menu-container.closed{transform:translateY(calc(-88% + 1.5rem))}.menu-container.open{transform:translateY(0)}.menu-ladder{width:120px;height:auto;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:transparent;border-right:1px solid rgba(255,255,255,.1);pointer-events:auto}.menu-ladder img{width:100%;height:auto;max-width:135px;display:block;filter:drop-shadow(0 0 8px rgba(255,255,255,.2));transition:filter .2s ease}.menu-text{font-size:1.2rem;font-weight:600;color:#000;letter-spacing:.05em;position:absolute;left:140px;bottom:1.35rem;opacity:1;animation:fadeIn 1s ease-in-out forwards;cursor:pointer;transition:opacity .2s ease;pointer-events:auto}.menu-text:hover{opacity:.7}.menu-container.contact-mode .menu-text{color:#fff}.back-button{display:none;background:none;border:none;color:#000;font-size:2.16rem;cursor:pointer;padding:0;position:absolute;bottom:1rem;left:1rem;z-index:99;pointer-events:auto}.menu-ladder:hover img{filter:drop-shadow(0 0 12px rgba(255,255,255,.5))}.menu-items{flex:0;width:auto;padding:1.35rem 1.8rem;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;display:flex;align-items:center;transition:backdrop-filter .3s ease,opacity 1s ease-in-out,visibility 1s ease-in-out;pointer-events:auto;opacity:0;visibility:hidden}.menu-container.open .menu-items{opacity:1;visibility:visible;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.menu-items ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.9rem}.menu-items li{margin:0}.menu-items button{background:none;border:none;color:#000;font-size:1.08rem;font-weight:500;cursor:pointer;padding:.45rem .9rem;transition:all .2s ease;position:relative;text-align:left;pointer-events:auto}.menu-items button:hover,.menu-items button.active{font-weight:700}.menu-items button:before{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#000;transition:width .3s ease}.menu-items button:hover{color:#fb6d07}.menu-items button:hover:before{width:100%}.menu-container.contact-mode .menu-items button{color:#fff}.menu-container.contact-mode .menu-items button:before{background:#fff}.menu-container.contact-mode .menu-items button:hover,.menu-container.contact-mode .menu-items button.active{color:#fff;font-weight:700}.menu-container.contact-mode .menu-items button:hover:before,.menu-container.contact-mode .menu-items button.active:before{width:100%}@media(max-width:768px){.menu-container,.menu-container.contact-mode{background:transparent;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.menu-ladder{width:150.15px;padding:0}.menu-ladder img{max-width:160.875px}.menu-items{padding:1.287rem 1.9305rem}.menu-items ul{gap:1.0296rem}.menu-items button{font-size:1.287rem;padding:.5148rem 1.0296rem}}@media(max-width:480px){.menu-container.closed{transform:translateY(calc(-88% + 1.5rem))}.menu-ladder{width:128.7px;padding:0}.menu-ladder img{max-width:144.7875px}.menu-items{padding:.96525rem 1.287rem}.menu-items ul{gap:.7722rem}.menu-items button{font-size:1.1583rem;padding:.3861rem .7722rem}.back-button{display:block}}.menu-container.torch-mode .menu-ladder img{filter:drop-shadow(0 0 8px rgba(0,0,0,.4))}.menu-container.torch-mode .menu-text,.menu-container.torch-mode .menu-items button{text-shadow:0 1px 10px rgba(0,0,0,1)}.footer{position:relative;width:100%;padding:2rem 1rem;background:transparent;pointer-events:auto;margin-top:-4rem;flex-shrink:0}.footer.white{margin-top:-2rem}.footer-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.footer-text{font-size:.95rem;color:#000;white-space:nowrap}.footer-divider{color:#000;opacity:.5}.footer-icon-button{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#000;transition:opacity .3s ease;pointer-events:auto;text-decoration:none}.footer-icon-button:hover{opacity:.7}.footer.white .footer-text,.footer.white .footer-divider,.footer.white .footer-icon-button{color:#fff!important}.footer.white .footer-icon-button svg{stroke:#fff!important;color:#fff!important}.footer.white .footer-icon-button svg path{fill:#fff!important;stroke:#fff!important}.footer.white .footer-divider{opacity:.7}@media(max-width:768px){.footer,.footer.white{margin-top:1rem}.footer.above-fold{position:fixed;bottom:0;left:0;right:0;margin:0;z-index:100}}html{overflow-x:hidden}.home-page{width:100%;height:100vh;background:#fff;display:flex;align-items:center;justify-content:center;padding:2rem;box-sizing:border-box}.intro-box{max-width:500px;width:100%;text-align:left;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:2rem;min-height:600px}.intro-image{width:220px;height:220px;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:transparent}.intro-image img{width:100%;height:100%;object-fit:contain}.intro-title{margin:0;font-size:2.5rem;font-weight:700;color:#000;text-align:center;transition:all .3s ease;min-height:3rem;display:flex;align-items:center;justify-content:center;width:100%}.torch-image{width:80px;height:80px;object-fit:contain;animation:torchFlicker 1s ease-in-out infinite}@keyframes torchFlicker{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.intro-subtitle{margin:0;font-size:1.5rem;font-weight:500;color:#000;text-align:center;transition:all .3s ease;min-height:1.8rem;display:flex;align-items:center;justify-content:center;width:100%}.intro-paragraph{margin:0;font-size:1rem;line-height:1.6;color:#000;text-align:left;transition:all .3s ease;min-height:4rem;width:52%}.intro-paragraph.centered{text-align:center}.start-button{display:none;margin-top:1rem;padding:.8rem 1.5rem;background:#fff;border:2px solid #000;border-radius:24px;font-size:1rem;font-weight:500;color:#000;cursor:pointer;transition:all .3s ease;animation:slideUp .5s ease-out;min-height:44px;align-items:center;justify-content:center}.start-button:hover{background:#000;color:#fff;transform:translateY(-2px)}@media(max-width:768px){.home-page{padding:1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh}.intro-box{gap:1.5rem;min-height:auto}.intro-image{width:150px;height:150px}.intro-title{font-size:2rem}.intro-subtitle{font-size:1.1rem}.intro-paragraph{font-size:1rem;width:65%;padding-left:auto;padding-right:auto}}@media(max-width:480px){.start-button{display:flex}.home-page{padding:1rem}.intro-box{gap:1.2rem;max-width:100%}.intro-image{width:120px;height:120px}.intro-title{font-size:2.5rem}.intro-subtitle{font-size:1.5rem}.intro-paragraph{font-size:.9rem;width:80%;padding-left:auto;padding-right:auto}.start-button{padding:.6rem 1.2rem;font-size:.9rem}}.expertise-page{width:100%;height:100vh;background:#fff;display:flex;align-items:center;justify-content:center;padding:2rem;overflow:hidden;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.carousel-container{display:none}.cube-container{width:100%;max-width:600px;height:360px;display:flex;align-items:center;justify-content:center;perspective:1200px}.cube{width:600px;height:360px;position:relative;transform-style:preserve-3d;transition:transform 1.5s ease-in-out;cursor:pointer;cursor:url(/images/home/cursor.svg) 50 50,pointer;-webkit-user-select:none;user-select:none}.cube-face{position:absolute;width:600px;height:360px;display:flex;align-items:center;justify-content:center;background:transparent;box-sizing:border-box;transform-style:preserve-3d}.cube-bg-image{position:absolute;width:54%;height:54%;object-fit:contain;opacity:1;z-index:5;transform:translateZ(-20px) translateY(-40px);left:0%;top:20%;backface-visibility:hidden}.svg-wrapper{position:absolute;width:100%;height:100%;top:0;left:0;z-index:10;clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%,0% 0%,6.67% 8.33%,6.67% 61.11%,51.67% 61.11%,51.67% 8.33%,6.67% 8.33%)}.face-frame{position:absolute;width:100%;height:100%;top:0;left:0;display:block;pointer-events:all}.face-texts{padding:1.5rem;text-align:left;width:50%;height:auto;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:1rem;position:absolute;z-index:15;margin-left:50%;margin-top:0;top:50%;transform:translateY(-50%);backface-visibility:hidden;line-height:1.2rem;-webkit-user-select:none;user-select:none}.face-title{margin:0;font-size:1.4rem;font-weight:700;color:#000;text-align:left;padding-left:10%;line-height:1.8rem;-webkit-user-select:none;user-select:none;padding-left:2.5rem}.face-paragraph{margin:0;font-size:.95rem;line-height:1.5;color:#000;text-align:left;padding-left:10%;padding-right:10%;box-sizing:border-box;width:100%}.face-list{margin:0;padding-left:13%;padding-right:10%;list-style:none;box-sizing:border-box;width:100%}.face-list-item{color:#000;position:relative;padding-left:1.5rem;margin-bottom:.5rem;-webkit-user-select:none;user-select:none}.face-list-item:before{content:"✓";position:absolute;left:0;color:#000;font-weight:700;font-size:1.1rem}.cube-face.front{transform:translateZ(300px)}.cube-face.right{transform:rotateY(90deg) translateZ(300px)}.cube-face.back{transform:rotateY(180deg) translateZ(300px)}.cube-face.left{transform:rotateY(-90deg) translateZ(300px)}.cube-face.back .cube-bg-image{width:70%;height:70%;transform:translate(-40px) translateY(-65px)}@media(max-width:800px){.expertise-page{padding:0;flex-direction:column;align-items:center;justify-content:center;height:100vh}.cube-container{display:none}.carousel-container{display:flex;width:100%;height:auto;flex-direction:column;overflow:visible;background:#fff}.carousel-wrapper{position:relative;display:flex;flex-direction:column;width:98%;margin:auto}.carousel-slides-container{position:relative;overflow:hidden;width:100%;height:auto;min-height:300px}.carousel-slide{position:absolute;top:0;left:0;width:100%;height:auto;display:flex;flex-direction:column;transition:transform .5s ease-in-out}.carousel-image{width:100%;height:auto;object-fit:cover;display:block}.carousel-content{padding:1.5rem 1rem 0;display:flex;flex-direction:column;gap:1rem;width:100%;box-sizing:border-box}.carousel-title{margin:0;font-size:1.2rem;font-weight:700;color:#000;line-height:1.5rem}.carousel-list{margin:0;padding-left:1.5rem;list-style:none;display:flex;flex-direction:column;gap:.5rem}.carousel-list-item{color:#000;position:relative;padding-left:1.2rem;font-size:.9rem;line-height:1.4}.carousel-list-item:before{content:"✓";position:absolute;left:0;color:#000;font-weight:700;font-size:1rem}.carousel-indicators{display:flex;justify-content:center;gap:.5rem;padding:1rem 0;background:#fff;width:100%;z-index:10;margin-top:-6.5rem}.carousel-dot{width:10px;height:10px;border-radius:50%;border:2px solid #000;background:#fff;cursor:pointer;transition:all .3s ease;padding:0}.carousel-dot.active{background:#000;width:12px;height:12px}}.page-container{max-width:1000px;margin:150px auto 0;padding:2rem 1rem}.navbar{position:fixed;top:0;left:0;right:0;width:100%;text-align:center;padding:2rem 1rem 0;z-index:99;pointer-events:auto;background:transparent}.navbar-menu{display:flex;justify-content:center;gap:3rem;list-style:none;padding:0;margin:0;pointer-events:auto}.navbar-menu button{background:none;background-color:transparent;border:none;border-radius:0;color:inherit;font:inherit;cursor:pointer;padding:0;transition:color .3s ease;pointer-events:auto}.navbar-menu button:hover{color:#521500}.navbar-menu button.active{font-weight:600;color:#521500;border-bottom:2px solid #521500;padding-bottom:.25rem}.navbar-line{height:1px;width:100%;background:#000;margin-top:1rem}.work-list{display:flex;flex-direction:column;gap:2rem}.work-list-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media(max-width:768px){.navbar{display:none}.page-container{margin-top:0}.page-container h1{margin-top:6rem!important}.work-header h1{font-size:1.7rem!important}.work-list-grid{grid-template-columns:1fr}.work-meta p{font-size:.84rem!important}.text-module h2{font-size:1.5rem!important;line-height:2rem!important;margin-bottom:-1rem!important}}.work-card{border-radius:16px;overflow:hidden;background:transparent;display:flex;flex-direction:column;height:100%}.work-card-image{flex:0 0 auto;width:100%;aspect-ratio:2 / 1;overflow:hidden}.work-card-image img{width:100%;height:100%;object-fit:cover;display:block;border-radius:16px}.work-card-content{flex:1 1 auto;padding:1.5rem;display:flex;flex-direction:column;justify-content:flex-start;background:transparent}.work-card-title{font-size:1.1rem;font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0 0 .5rem}.work-card.large .work-card-title{font-size:1.5rem}.work-card.large .work-card-image{aspect-ratio:2 / 1;max-height:477px}.work-card-meta{margin-top:auto;font-size:.85rem;color:#555;display:flex;gap:.5rem}.work-header{max-width:1000px;margin:80px auto 0;padding:2rem 1rem}.work-header h1{font-size:3rem;margin-bottom:2rem}.work-body{max-width:1000px;margin:0 auto;padding:0 1rem 2rem}.work-meta{display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:.8rem}.work-meta span{font-size:.75rem;text-transform:uppercase;color:#fb6d07;margin-bottom:.2rem;font-weight:700}.work-meta p{margin-top:.2rem;font-weight:700;font-size:1.2rem}.work-header-link{display:block;margin-top:0;margin-bottom:2.5rem;font-size:1.1rem;font-weight:700;color:#fb6d07;text-decoration:none;transition:opacity .3s ease}.work-header-link:hover{opacity:.8}.hero-image img{width:100%;display:block}.text-module{margin:4rem 0}.text-module-image img{width:100%;margin:0 auto 1.5rem;display:block}.text-module h2{font-size:2rem;font-weight:700;margin-bottom:.25rem}.text-module h4{font-size:1.1rem;margin:.25rem 0 2.25rem;color:#fb6d07}.text-module p{max-width:720px}.text-module-caption{margin-top:1rem;padding:1rem;background-color:#ffffff4d;border-left:3px solid #000}.text-module-caption p{margin:0}.tabs-container{max-width:1000px;margin:0 auto;padding:3rem 1rem 0;background:transparent}.tabs-header{display:flex;width:100%;border-bottom:1px solid #000;background:transparent}.tab-button{flex:1;padding:1.5rem;border:none;background:transparent;color:#521500;font-size:2rem;font-weight:700;cursor:pointer;text-align:center;transition:all .3s ease;border-bottom:3px solid transparent;margin-bottom:-1px;border-radius:0}.tab-button:hover{background:transparent;border-bottom:3px solid #FB6D07}.tab-button.active{font-weight:600;border-bottom:3px solid #521500;background:transparent}.tabs-content{width:100%;padding:2rem;background:transparent;animation:fadeIn .3s ease}@media(max-width:768px){.tab-button{padding:1rem;font-size:1.5rem}.tabs-content{padding:1.5rem}}@media(max-width:480px){.tab-button{padding:.75rem;font-size:1.2rem}.tabs-content{padding:1rem}}.tabs4-container{max-width:1000px;margin:0 auto;padding:3rem 1rem 0}.tabs4-buttons{display:flex;gap:0;border-bottom:1px solid #ddd;margin-bottom:2rem}.tab4-button{flex:1;padding:1rem;font-size:1.2rem;font-weight:400;background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;color:#521500;transition:all .3s ease;text-align:center;border-radius:0}.tab4-button:hover{color:#521500;background-color:#00000005;border-bottom-color:#fb6d07}.tab4-button.active{color:#521500;font-weight:700;border-bottom-color:#521500}.tabs4-content{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:768px){.tab4-button{font-size:1rem;padding:.75rem}.tabs4-container{padding:2rem 1rem 0}.tabs4-buttons{margin-bottom:1.5rem}}@media(max-width:480px){.tab4-button{font-size:.9rem;padding:.6rem}.tabs4-container{padding:1.5rem 1rem 0}.tabs4-buttons{margin-bottom:1rem}}.related-projects-container{width:100%;padding:4rem 1rem;background:transparent;margin-top:4rem;border-top:1px solid #e0e0e0}.related-projects-header{max-width:1000px;margin:0 auto 3rem}.related-projects-header h2{font-size:2.5rem;font-weight:700;color:#521500;margin:0}.related-projects-grid{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.related-project-card{display:flex;flex-direction:column;background:transparent;border-radius:24px;overflow:hidden;cursor:pointer;transition:all .3s ease;height:100%}.related-project-card:hover{transform:translateY(-5px)}.related-project-image{flex:0 0 auto;width:100%;aspect-ratio:2 / 1;overflow:hidden}.related-project-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.related-project-card:hover .related-project-image img{transform:scale(1.05)}.related-project-content{flex:1 1 auto;padding:2.5rem;display:flex;flex-direction:column;justify-content:flex-start;background:#f9f9f9}.related-project-content h3{font-size:1.8rem;font-weight:700;color:#521500;margin:0 0 1.5rem;line-height:1.3}.related-project-cta{font-size:1.1rem;font-weight:700;color:#fb6d07;margin:0;cursor:pointer;transition:all .3s ease}.related-project-card:hover .related-project-cta{text-decoration:underline}@media(max-width:768px){.related-projects-grid{grid-template-columns:1fr;gap:1.5rem}.related-project-image{width:100%;aspect-ratio:2 / 1}.related-project-content{padding:2rem}.related-project-content h3{font-size:1.5rem}.related-projects-header h2{font-size:2rem}}@media(max-width:480px){.related-projects-container{padding:2rem 1rem;margin-top:2rem}.related-projects-header{margin-bottom:2rem}.related-projects-header h2{font-size:1.5rem}.related-projects-grid{gap:1rem}.related-project-image{width:100%;aspect-ratio:2 / 1}.related-project-content{padding:1.5rem}.related-project-content h3{font-size:1.2rem;margin-bottom:1rem}}.section-1-image{width:70%;padding:1.5rem;display:block;margin:150px auto 20px}.section-2-image,.section-3-image,.section-4-image{width:70%;display:block;margin:0 auto}.section-5-image{width:70%;display:block;margin:200px auto 100px}.section-6-image{width:60%;display:block;margin:100px auto 80px}.section-7-image{width:60%;display:block;margin:300px auto 150px}.section-15-image{width:70%;display:block;margin:200px auto 100px}.section-16-image,.section-17-image{width:70%;display:block;margin:400px auto 150px}.section-27-image{width:70%;display:block;margin:200px auto 100px}.section-33-image{width:80%;display:block;margin:300px auto 150px}.section-41-image{width:70%;display:block;margin:300px auto 200px}@media(max-width:768px){.section-1-image{margin:50px auto 20px}.section-2-image,.section-3-image,.section-4-image{margin:0 auto}.section-5-image,.section-6-image{margin:100px auto}.section-7-image{margin:150px auto 75px}.section-15-image{margin:100px auto 50px}.section-16-image,.section-17-image{margin:200px auto 75px}.section-27-image{margin:100px auto 50px}.section-33-image{margin:150px auto 75px}.section-41-image{margin:150px auto 100px}}.text-module-image img{width:80%;margin:0 0 1.5rem;display:block}@media(max-width:768px){.text-module-image img{width:100%;margin:0 0 1.5rem}.text-module h2{font-size:1.5rem!important;line-height:1.5rem!important;margin-top:0!important;margin-bottom:0rem!important}.text-module h4{font-size:.95rem}}.torch-page{width:100%;height:100vh;background:#000;display:flex;align-items:center;justify-content:center;padding:1rem;position:relative;z-index:1;box-sizing:border-box;overflow:hidden}.torch-container{width:100%;max-width:800px;aspect-ratio:1;position:relative;cursor:pointer;-webkit-user-select:none;user-select:none}.torch-triangle{position:absolute;top:50%;left:50%;width:200vmax;height:200vmax;pointer-events:none}.torch-image-wrapper{position:absolute;top:50%;left:50%;pointer-events:none;will-change:transform}.torch-image{width:80px;height:80px;display:block;filter:none}.small-images-container{position:absolute;top:50%;left:50%;width:100%;height:100%;transform:translate(-50%,-50%);pointer-events:auto}.small-image-item{position:absolute;top:50%;left:50%;width:18%;aspect-ratio:1;cursor:pointer;text-decoration:none;transition:transform .2s ease,filter .2s ease;pointer-events:auto;z-index:5}.small-image-item:hover{transform:translate(-50%,-50%) scale(1.1)!important;filter:none}.small-image-item img{width:100%;height:100%;object-fit:contain;display:block;filter:none}.small-image-item:nth-child(1){top:15%;left:50%}.small-image-item:nth-child(2){top:32%;left:80%}.small-image-item:nth-child(3){top:68%;left:80%}.small-image-item:nth-child(4){top:85%;left:50%}.small-image-item:nth-child(5){top:68%;left:20%}@media(max-width:768px){.torch-container{max-width:600px}.torch-image{width:60px;height:60px}.torch-triangle{width:130%;height:130%}.small-image-item{width:28%}}@media(max-width:480px){.torch-page{padding:0;height:100vh;overflow:hidden;box-sizing:border-box}.torch-container{max-width:100%;width:100%;height:100%;aspect-ratio:auto;overflow:visible}.torch-triangle{width:300vmax;height:300vmax}.torch-image{width:50px;height:50px}.small-image-item{width:20%}.small-image-item:nth-child(1){top:35%;left:50%}.small-image-item:nth-child(2){top:45%;left:20%}.small-image-item:nth-child(3){top:45%;left:80%}.small-image-item:nth-child(4){top:65%;left:25%}.small-image-item:nth-child(5){top:65%;left:75%}}@media(max-width:768px){.torch-page{overflow:hidden;position:fixed;inset:0}html.torch-mobile,body.torch-mobile{overflow:hidden}}.about-page{position:relative;height:100vh;width:100%;--deco-width: clamp(25rem, 50%, 40rem);overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f7f7f7}.about-deco{position:relative;width:100%;max-width:var(--deco-width);height:auto;object-fit:contain;opacity:.98;pointer-events:none;flex-shrink:0}.about-deco.top{transform:scaleY(-1);animation:slideInTop 2s ease-in-out forwards}.about-deco.bottom{transform:none;animation:slideInBottom 2s ease-in-out forwards}@keyframes slideInTop{0%{transform:translateY(27vh) scaleY(5%)}to{transform:translateY(0) scaleY(-1)}}@keyframes slideInBottom{0%{transform:translateY(-27vh) scaleY(5%)}to{transform:translateY(0) scaleY(1)}}@keyframes slideAboutBox{0%{transform:translateY(40vh);opacity:0}to{transform:translateY(0);opacity:1}}.about-center{position:absolute;top:clamp(2rem,15%,10rem);bottom:15%;left:50%;transform:translate(-50%);width:100%;height:auto;display:flex;flex-direction:column;align-items:center;justify-content:space-between;box-sizing:border-box;overflow:hidden}.overlay{position:absolute;top:clamp(2rem,15%,10rem);bottom:15%;left:50%;transform:translate(-50%);width:100%;height:auto;pointer-events:none;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.about-box{background:transparent;border-radius:0;width:var(--deco-width);height:100%;overflow-y:auto;overflow-x:hidden;box-shadow:none;scrollbar-width:none;-ms-overflow-style:none;animation:slideAboutBox 1.5s ease-out forwards 1.5s;opacity:0}.about-box::-webkit-scrollbar{display:none}.button-group{display:flex;flex-direction:column;gap:1rem;width:var(--deco-width);align-items:flex-start}.button-group .start-button{width:60%!important;border:2px solid #000!important;border-radius:24px!important;font-size:1rem!important;font-weight:500!important;color:#000!important;cursor:pointer!important;transition:all .3s ease!important;display:block!important;opacity:1!important;visibility:visible!important}.button-group .start-button:hover{background:#000!important;transform:translateY(-2px)!important}.pair{background:transparent;padding-left:10%;padding-right:10%}.pair h3{margin:0 0 .5rem;font-weight:600;font-size:2.1rem;color:#000}.pair p{margin:0 0 1rem;font-size:1.55rem;font-weight:200;color:#000;line-height:1.5}.pair ul{margin-left:1.2rem;font-size:1.75rem;font-weight:200;color:#000;line-height:1.45;margin:0;padding-left:1.6rem}.pair a{display:inline-block;padding-top:1.25rem;padding-bottom:1rem;font-size:1.3rem;font-weight:600;color:#000;line-height:.5}.pair a:after{content:" ↗";font-size:1rem}.pair a:hover{font-size:1.3rem;font-weight:700;color:#008743;line-height:.5}@media(max-width:700px){.about-box{padding:1.25rem;grid-template-columns:1fr;width:var(--deco-width)}.about-deco.top,.about-deco.bottom{max-height:10vh}.pair h3{font-size:1.68rem}.pair p{font-size:1.085rem}}.cv-page{width:100%;min-height:100vh;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:0;gap:2rem;box-sizing:border-box;overflow-x:hidden}.cv-container{width:100%;max-width:100%;height:auto;border:none;border-radius:0;overflow:visible;background:transparent;padding:2rem;box-sizing:border-box}.cv-content{max-width:900px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:#000;line-height:1.6}.cv-header{margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid #000}.cv-header h1{margin:0 0 .5rem;font-size:2rem;font-weight:700}.cv-header .title{margin:0 0 1rem;font-size:1.1rem;font-weight:600;color:#333}.cv-header .intro{margin:0;font-size:.95rem;line-height:1.7}.cv-section{margin-bottom:2rem}.cv-section h2{margin:0 0 1.5rem;font-size:1.5rem;font-weight:700;border-bottom:2px solid #000;padding-bottom:.5rem}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:1rem}.skill-item h3{margin:0 0 .5rem;font-size:1rem;font-weight:600}.skill-item p{margin:0;font-size:.9rem;color:#444}.achievement{margin-bottom:1.5rem}.achievement h3{margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.achievement ul{margin:0;padding-left:1.5rem}.achievement li{margin-bottom:.5rem;color:#333;font-size:.95rem}.job{margin-bottom:1.5rem}.job-header{margin-bottom:.5rem}.job-header h3{margin:0;font-size:1.1rem;font-weight:600}.job-header .company{margin:.25rem 0 0;font-size:.95rem;color:#666;font-weight:500}.job ul{margin:0;padding-left:1.5rem}.job li{margin-bottom:.5rem;color:#333;font-size:.95rem}.education{margin-bottom:1rem}.education h3{margin:0 0 .25rem;font-size:1rem;font-weight:600}.education p{margin:0;font-size:.95rem;color:#666}.awards-list{margin:0;padding-left:1.5rem}.awards-list li{margin-bottom:.75rem;color:#333;font-size:.95rem}.cv-footer{margin-top:2rem;padding-top:1rem;border-top:1px solid #ddd;text-align:center;color:#666;font-size:.9rem}.download-button{padding:.8rem 1.5rem;background:#fff;border:2px solid #000;border-radius:24px;font-size:1rem;font-weight:500;color:#000;cursor:pointer;transition:all .3s ease;animation:slideUp .5s ease-out;margin-top:7rem;margin-bottom:2rem}.download-button:hover{background:#000;color:#fff;transform:translateY(-2px)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.cv-page{padding:1rem;gap:1.5rem}.cv-container{padding:1rem}.cv-header h1{font-size:1.5rem}.cv-section h2{font-size:1.2rem}.skills-grid{grid-template-columns:1fr}.download-button{padding:.6rem 1.2rem;font-size:.9rem}}@media(max-width:480px){.cv-page{padding:1rem;gap:1rem}.cv-container{padding:1rem}.download-button{padding:.6rem 1rem;font-size:.85rem}}.contact-page{width:100%;height:100vh;background:#000;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative}.contact-content{width:auto;height:100%;position:absolute;display:flex;align-items:center;justify-content:center;top:0;left:50%;transform:translate(-50%)}.image-container{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:transparent;z-index:0}.contact-image{width:auto;height:100%;object-fit:contain}.form-container{position:fixed;z-index:10;width:min(45vw,450px);display:flex;flex-direction:column;gap:2rem;background:#000000d9;padding:2rem 3rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);bottom:50%;left:50%;transform:translate(-50%);box-sizing:border-box}.contact-title{margin:0 0 .6rem;font-size:clamp(2rem,5vw,3rem);font-weight:700;color:#fff;line-height:1.4}.contact-form{display:flex;flex-direction:column;gap:1.75rem}.form-group{width:100%;display:flex;flex-direction:column}.form-input,.form-textarea{width:100%;padding:1rem 1.25rem;background:#000;border:1px solid rgb(50,50,50);border-radius:0;font-size:1rem;color:#fff;font-family:inherit;transition:all .3s ease;outline:none;line-height:1.5}.form-input::placeholder,.form-textarea::placeholder{color:#ffffffb3}.form-input:focus,.form-textarea:focus{background:#000;box-shadow:0 0 0 3px #fff3}.form-textarea{min-height:120px;resize:vertical}.submit-button{padding:.8rem 2rem;background:#fff;border:none;border-radius:999px;font-size:1rem;font-weight:600;color:#000;cursor:pointer;transition:all .3s ease;align-self:flex-start;display:inline-flex;align-items:center;gap:.5rem}.submit-button:after{content:"→";font-size:1rem;transition:transform .3s ease}.submit-button:hover:not(:disabled){background:#ffffffe6;transform:translateY(-2px)}.submit-button:disabled{opacity:.7;cursor:not-allowed}.submit-button:active:not(:disabled){transform:translateY(0)}.success-message{margin-top:1rem;padding:1rem;background:#4caf5033;border:2px solid #4caf50;border-radius:0;color:#4caf50;font-size:.95rem;line-height:1.5;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.contact-page{padding:4rem 1.5rem 1.5rem;background:#000}.contact-content{aspect-ratio:4 / 3}.form-container{width:min(47vw,360px);padding:1.5rem 1.75rem;left:40%;transform:translate(-30%)}.contact-title{font-size:clamp(1.5rem,4vw,2.5rem)}.contact-form{gap:1.25rem}.form-input,.form-textarea{padding:.65rem .9rem;font-size:.95rem}.form-textarea{min-height:100px}.submit-button{padding:.7rem 1.5rem;font-size:.95rem}}@media(max-width:480px){.contact-page{padding:10rem 1rem 1rem;background:#000}.contact-content{aspect-ratio:3 / 4}.form-container{width:50vw;padding:1.25rem 1.5rem;left:50%;transform:translate(-50%)}.contact-title{font-size:clamp(1.25rem,3.5vw,2rem)}.contact-form{gap:1rem}.form-input,.form-textarea{padding:.6rem .8rem;font-size:.9rem}.form-textarea{min-height:80px}.submit-button{padding:.65rem 1.2rem;font-size:.9rem}}
