@import"https://fonts.googleapis.com/css2?family=Roboto+Flex:wght@400;500;600;700;800&display=swap";:root{font-family:Roboto Flex,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;color:#fff;background-color:#000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:#000}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:Roboto Flex,sans-serif;font-weight:700}#app{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}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:dark){:root{color:#fff;background-color:#000}a:hover{color:#aaa}button{background-color:#1a1a1a}}@media(max-width:768px){:root{font-size:14px}#app{padding:1rem}h1{font-size:1.8rem}h2{font-size:1.4rem}h3{font-size:1.2rem}button{padding:.5em 1em;font-size:.9em}}@media(max-width:480px){:root{font-size:16px}#app{padding:.5rem}h1{font-size:1.5rem}h2{font-size:1.2rem}h3{font-size:1rem}button{padding:.4em .8em;font-size:.85em}}.header.svelte-zne36e{background-color:#000;border-bottom:none;position:fixed;top:0;left:0;right:0;z-index:100;width:100vw;padding:0;margin:0;border-radius:0 0 10px 10px;overflow-x:hidden;opacity:0;transform:translateY(-100px);animation:svelte-zne36e-slideInHeader 1s ease-in-out 5s both}.header-container.svelte-zne36e{max-width:100%;width:100%;margin:0;padding:.75rem 4rem .75rem 1.25rem;display:flex;justify-content:flex-start;align-items:center;gap:5rem;height:90px}.logo.svelte-zne36e{flex-shrink:0;height:80px;display:flex;align-items:center;margin-left:0;text-decoration:none;cursor:pointer}.logo-img.svelte-zne36e{height:100%;width:auto;object-fit:contain}.nav.svelte-zne36e{display:flex;gap:2.5rem;align-items:center;margin-left:800px}.nav-link.svelte-zne36e{color:#fff;font-size:.85rem;font-weight:500;letter-spacing:.5px;transition:opacity .3s ease;position:relative}.nav-link.svelte-zne36e:hover{opacity:.7}.nav-link.active.svelte-zne36e{opacity:1;border-bottom:none;padding-bottom:4px}.nav-link.active.svelte-zne36e:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:#fff;border-radius:1px;box-shadow:0 0 10px #ffffffb3,0 0 20px #fff6;filter:drop-shadow(0 0 5px rgba(255,255,255,.5))}@media(max-width:768px){.header.svelte-zne36e{display:none}.header-container.svelte-zne36e{flex-direction:column;gap:1rem}.nav.svelte-zne36e{gap:1rem;width:100%;justify-content:center}.nav-link.svelte-zne36e{font-size:.9rem;padding:.5rem 1rem}}@media(min-width:1728px){.header.svelte-zne36e{padding-left:4rem}.header-container.svelte-zne36e{max-width:1728px;margin:0 auto;padding:0 6rem 0 0;gap:8rem}.logo.svelte-zne36e{height:140px}.nav.svelte-zne36e{gap:4rem}.nav-link.svelte-zne36e{font-size:1rem}}@keyframes svelte-zne36e-slideInHeader{0%{opacity:0;transform:translateY(-100px)}to{opacity:1;transform:translateY(0)}}.home-section.svelte-1uydfew{padding:0;min-height:100vh;align-items:center;justify-content:center;position:relative;overflow:hidden}.blur-points-container.svelte-1uydfew{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9;pointer-events:none;opacity:1;transition:opacity 1s ease-out}.blur-point.svelte-1uydfew{position:fixed;width:120px;height:120px;background:radial-gradient(circle at center,var(--bubble-color) 0%,rgba(var(--bubble-color-rgb),.5) 40%,rgba(var(--bubble-color-rgb),0) 100%);border-radius:50%;pointer-events:auto;transform:translate(-50%,-50%);box-shadow:0 0 30px var(--bubble-color),0 0 60px rgba(var(--bubble-color-rgb),.4),inset 0 0 30px #fff3;filter:blur(40px);mix-blend-mode:hard-light;cursor:grab;transition:box-shadow .2s ease}.blur-point.svelte-1uydfew:hover{box-shadow:0 0 40px var(--bubble-color),0 0 80px rgba(var(--bubble-color-rgb),.5),inset 0 0 40px #ffffff4d}.blur-point.dragged.svelte-1uydfew{pointer-events:auto;cursor:grabbing;filter:blur(30px);box-shadow:0 0 50px var(--bubble-color),0 0 100px rgba(var(--bubble-color-rgb),.6),inset 0 0 50px #fff6}.blur-point.point-1.svelte-1uydfew{--bubble-color: rgb(255, 255, 255);--bubble-color-rgb: 255, 255, 255;animation:svelte-1uydfew-moveVertical 8s ease infinite,svelte-1uydfew-moveHorizontalSlow 12s ease infinite;animation-delay:0s}.blur-point.point-2.svelte-1uydfew{--bubble-color: rgb(255, 220, 230);--bubble-color-rgb: 255, 220, 230;animation:svelte-1uydfew-moveInCircle 6s reverse infinite,svelte-1uydfew-moveVerticalSlow 10s ease infinite;animation-delay:1s}.blur-point.point-3.svelte-1uydfew{--bubble-color: rgb(255, 255, 255);--bubble-color-rgb: 255, 255, 255;animation:svelte-1uydfew-moveInCircle 9s linear infinite,svelte-1uydfew-moveHorizontalSlow 14s ease infinite;animation-delay:2s}.blur-point.point-4.svelte-1uydfew{--bubble-color: rgb(255, 220, 230);--bubble-color-rgb: 255, 220, 230;animation:svelte-1uydfew-moveHorizontal 7s ease infinite,svelte-1uydfew-moveVerticalSlow 13s ease infinite;animation-delay:.5s}.blur-point.point-5.svelte-1uydfew{--bubble-color: rgb(255, 255, 255);--bubble-color-rgb: 255, 255, 255;animation:svelte-1uydfew-moveInCircle 8s ease infinite,svelte-1uydfew-moveHorizontalSlow 11s ease infinite;animation-delay:1.5s}@keyframes svelte-1uydfew-moveInCircle{0%{transform:translate(-50%,-50%) rotate(0) scale(1)}50%{transform:translate(-50%,-50%) rotate(180deg) scale(1.1)}to{transform:translate(-50%,-50%) rotate(360deg) scale(1)}}@keyframes svelte-1uydfew-moveVertical{0%{transform:translate(-50%,-50%) translateY(-150px)}50%{transform:translate(-50%,-50%) translateY(150px)}to{transform:translate(-50%,-50%) translateY(-150px)}}@keyframes svelte-1uydfew-moveVerticalSlow{0%{transform:translate(-50%,-50%) translateY(-120px)}50%{transform:translate(-50%,-50%) translateY(120px)}to{transform:translate(-50%,-50%) translateY(-120px)}}@keyframes svelte-1uydfew-moveHorizontal{0%{transform:translate(-50%,-50%) translate(-150px) translateY(-30px)}50%{transform:translate(-50%,-50%) translate(150px) translateY(30px)}to{transform:translate(-50%,-50%) translate(-150px) translateY(-30px)}}@keyframes svelte-1uydfew-moveHorizontalSlow{0%{transform:translate(-50%,-50%) translate(-120px) translateY(-25px)}50%{transform:translate(-50%,-50%) translate(120px) translateY(25px)}to{transform:translate(-50%,-50%) translate(-120px) translateY(-25px)}}.home-content.svelte-1uydfew{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;z-index:10;position:relative;margin-top:200px}.logo-container.svelte-1uydfew{display:flex;align-items:center;justify-content:center;text-decoration:none;color:inherit;border:none;background:none;padding:0;cursor:pointer;animation:svelte-1uydfew-fadeInLogo 2.5s ease-out forwards;animation-delay:2.5s;opacity:0}.logo.svelte-1uydfew{height:500px;width:auto;object-fit:contain}.roles.svelte-1uydfew{display:flex;gap:2rem;font-size:.95rem;color:#aaa;font-weight:500;position:absolute;right:calc(50% - 200px);top:355px;opacity:0;animation:svelte-1uydfew-fadeInRoles 1s ease-out 5s both}.roles.svelte-1uydfew span:where(.svelte-1uydfew){transition:transform .3s ease-out}@media(max-width:768px){.logo.svelte-1uydfew{height:280px}.home-content.svelte-1uydfew{margin-top:450px}.roles.svelte-1uydfew{gap:1rem;font-size:.75rem;right:calc(50% - 100px);top:200px}}@keyframes svelte-1uydfew-fadeInLogo{0%{opacity:0}to{opacity:1}}@keyframes svelte-1uydfew-fadeInRoles{0%{opacity:0}to{opacity:1}}.work-section.svelte-1p97o21{padding:4rem .5rem}.school-projects-section.svelte-1p97o21{width:100%;margin-top:6rem}.school-header.svelte-1p97o21{display:flex;flex-direction:column;align-items:flex-start;gap:2.5rem;margin-bottom:3rem}.school-header.svelte-1p97o21 h2:where(.svelte-1p97o21){font-size:1.5rem;font-weight:500;color:#fff;margin:0}.school-filter.svelte-1p97o21{display:flex;gap:1rem}.filter-label.svelte-1p97o21{font-size:.9rem;color:#fff;font-weight:500;padding:.5rem 1rem;border:none;background:none;cursor:pointer;transition:all .3s ease;position:relative}.filter-label.active.svelte-1p97o21{padding-bottom:4px}.filter-label.active.svelte-1p97o21:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:#fff;border-radius:1px;box-shadow:0 0 10px #ffffffb3,0 0 20px #fff6;filter:drop-shadow(0 0 5px rgba(255,255,255,.5))}.filter-label.svelte-1p97o21:hover{opacity:.7}.school-grid.svelte-1p97o21{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;row-gap:4rem;width:100%}.school-card.svelte-1p97o21{cursor:pointer;transition:transform .3s ease;background:none;border:none;padding:0;text-align:left;font-family:inherit}.school-card.svelte-1p97o21:hover{transform:translateY(-5px);cursor:none}.school-card.svelte-1p97o21:hover .school-image:where(.svelte-1p97o21){opacity:.8;box-shadow:0 0 20px #fff9;filter:drop-shadow(0 0 12px rgba(255,255,255,.4))}.school-image.svelte-1p97o21{width:100%;aspect-ratio:16 / 10;background-color:#333;border-radius:20px;margin-bottom:1.5rem;overflow:hidden;display:flex;align-items:center;justify-content:center;transition:opacity .3s ease,box-shadow .3s ease,filter .3s ease}.school-info.svelte-1p97o21{padding:0;text-align:left}.school-info.svelte-1p97o21 h3:where(.svelte-1p97o21){font-family:Roboto Flex,sans-serif;font-size:1rem;font-weight:500;color:#fff;margin:0 0 .75rem}.school-tags.svelte-1p97o21{display:flex;flex-wrap:wrap;gap:.5rem}.school-tag.svelte-1p97o21{font-size:.7rem;color:#aaa;font-weight:400}@media(max-width:768px){.school-header.svelte-1p97o21 h2:where(.svelte-1p97o21){font-size:24px}.school-grid.svelte-1p97o21{grid-template-columns:1fr;gap:1.5rem;row-gap:3rem;padding:0}.school-card.svelte-1p97o21{transform:none}.school-image.svelte-1p97o21{margin-bottom:1rem}.filter-label.svelte-1p97o21{font-size:.8rem;padding:.4rem .8rem}}.project-detail-page.svelte-1yt4zsb{width:100%;min-height:100vh;background-color:#000;color:#fff;padding-top:4rem;scroll-snap-type:y mandatory}.back-button.svelte-1yt4zsb{position:fixed;top:6rem;left:20rem;background:none;border:none;color:#fff;font-size:.9rem;cursor:pointer;padding:0;font-family:inherit;z-index:200}.back-button.svelte-1yt4zsb:hover{color:#aaa}.detail-content.svelte-1yt4zsb{max-width:1200px;margin:0 auto;padding:6rem 3rem 2rem 0}.hero-section.svelte-1yt4zsb{display:grid;grid-template-columns:4fr 1fr;gap:2rem;margin-bottom:4rem;align-items:start;margin-left:-7rem}.video-container.svelte-1yt4zsb{background-color:#2a2a2a;border-radius:12px;aspect-ratio:16 / 10;display:flex;align-items:center;justify-content:center;color:#666;font-size:1.2rem;font-weight:500}.video-placeholder.svelte-1yt4zsb{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.hero-boxes.svelte-1yt4zsb{display:flex;flex-direction:column;gap:1rem;height:100%}.hero-box.svelte-1yt4zsb{background-color:#2a2a2a;border-radius:12px;flex:1;display:flex;align-items:center;justify-content:center;width:180%}.hero-box.svelte-1yt4zsb:not(:last-child){margin-bottom:0}.title-section.svelte-1yt4zsb{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:auto auto;gap:2rem 3rem;margin-bottom:4rem}.title-and-text.svelte-1yt4zsb{grid-column:1;grid-row:1 / 3}.tags-section.svelte-1yt4zsb{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.5rem;grid-column:2;grid-row:2;align-self:start}.tag.svelte-1yt4zsb{background-color:transparent;border:1px solid #333333;color:#aaa;padding:.6rem 1rem;border-radius:20px;font-size:.9rem;width:fit-content}.info-cards.svelte-1yt4zsb{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:4rem;border-top:1px solid #333333;border-bottom:1px solid #333333;padding:2rem 0}.info-card.svelte-1yt4zsb{text-align:left}.card-icon.svelte-1yt4zsb{font-size:2rem;margin-bottom:1rem}.info-card.svelte-1yt4zsb h3:where(.svelte-1yt4zsb){font-size:1rem;font-weight:600;margin:0 0 .8rem;color:#fff}.info-card.svelte-1yt4zsb p:where(.svelte-1yt4zsb){font-size:.9rem;color:#aaa;margin:0;line-height:1.6}.process-steps.svelte-1yt4zsb{margin-top:6rem;margin-bottom:4rem;position:relative}.process-title.svelte-1yt4zsb{font-size:1.4rem;font-weight:600;margin-bottom:4rem;color:#fff;text-align:left}.process-section.svelte-1yt4zsb{position:relative;width:100%;margin-bottom:6rem;display:flex;flex-direction:column}.process-section.process-left.svelte-1yt4zsb{align-items:flex-start}.process-section.process-right.svelte-1yt4zsb{align-items:flex-end}.process-top.svelte-1yt4zsb{display:flex;align-items:flex-start;gap:2rem;margin-bottom:2rem}.process-section.process-right.svelte-1yt4zsb .process-top:where(.svelte-1yt4zsb){flex-direction:row-reverse;gap:2rem}.process-number.svelte-1yt4zsb{font-size:4rem;font-weight:700;color:#1a1a1a;min-width:80px;line-height:1;margin-left:-250px}.process-content.svelte-1yt4zsb{display:flex;flex-direction:column;max-width:100%}.process-section.process-right.svelte-1yt4zsb .process-content:where(.svelte-1yt4zsb){align-items:flex-end}.process-text.svelte-1yt4zsb{flex:0 0 auto;display:flex;flex-direction:column;justify-content:center;max-width:600px}.process-text.svelte-1yt4zsb h4:where(.svelte-1yt4zsb){font-size:1.2rem;font-weight:600;margin:0 0 1rem;color:#fff}.process-section.process-left.svelte-1yt4zsb .process-text:where(.svelte-1yt4zsb) h4:where(.svelte-1yt4zsb){text-align:left;margin-left:-120px}.process-section.process-right.svelte-1yt4zsb .process-text:where(.svelte-1yt4zsb) h4:where(.svelte-1yt4zsb){text-align:right;margin-right:-120px}.process-text.svelte-1yt4zsb p:where(.svelte-1yt4zsb){font-size:12pt;color:#aaa;line-height:1.6;margin:0}.process-top.svelte-1yt4zsb .process-images:where(.svelte-1yt4zsb){display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;flex:0 0 auto}.process-images.svelte-1yt4zsb{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;flex:0 0 auto}.further-projects.svelte-1yt4zsb{margin-top:6rem}.further-projects.svelte-1yt4zsb h2:where(.svelte-1yt4zsb){font-size:1.4rem;font-weight:600;margin-bottom:2rem}.projects-grid.svelte-1yt4zsb{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.project-card.svelte-1yt4zsb{background-color:#2a2a2a;border-radius:12px;aspect-ratio:1 / 1;cursor:pointer;border:2px solid transparent;transition:border-color .3s ease,filter .3s ease;position:relative;overflow:hidden}.project-card.svelte-1yt4zsb:hover{border-color:#fff;filter:blur(3px);background-color:#2a2a2ab3;cursor:none}.project-card.svelte-1yt4zsb:hover:before{content:"";position:absolute;inset:0;background-color:#0003;border-radius:12px;pointer-events:none;z-index:1}.placeholder-box.svelte-1yt4zsb{background-color:#2a2a2a;border-radius:30px;width:368px;height:224px;display:flex;align-items:center;justify-content:center;color:#555;font-size:.95rem;font-weight:500}@media(max-width:768px){.hero-section.svelte-1yt4zsb,.title-section.svelte-1yt4zsb{grid-template-columns:1fr}.info-cards.svelte-1yt4zsb{grid-template-columns:repeat(2,1fr)}.projects-grid.svelte-1yt4zsb{grid-template-columns:1fr}.detail-content.svelte-1yt4zsb{padding:1rem}}.contact-wrapper.svelte-12xyhj1{width:100%}.contact-wrapper.svelte-12xyhj1 h2:where(.svelte-12xyhj1){font-size:1.5rem;font-weight:500;color:#fff;margin:0 0 3rem -68rem}.contact-container.svelte-12xyhj1{display:grid;grid-template-columns:1fr 1.3fr;gap:5rem;align-items:center;width:100%;max-width:1200px;margin:0 auto}.contact-text.svelte-12xyhj1{margin-left:auto;margin-right:auto;text-align:center;padding:0 2rem}.contact-text.svelte-12xyhj1 h3:where(.svelte-12xyhj1){font-family:Lucida Typewriter Std,monospace;font-size:40px;font-style:normal;font-weight:400;line-height:normal;color:#fff;text-shadow:0 4px 4px rgba(0,0,0,.25);margin:0}.contact-text.svelte-12xyhj1 h3:where(.svelte-12xyhj1) .normal:where(.svelte-12xyhj1){font-family:Roboto Flex,sans-serif;font-weight:400;text-shadow:none}.visualize-placeholder.svelte-12xyhj1{display:inline-block;min-width:9ch;height:1em}.contact-form.svelte-12xyhj1{display:flex;flex-direction:column;gap:1.5rem}.form-row.svelte-12xyhj1{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group.svelte-12xyhj1{display:flex;flex-direction:column;gap:.5rem}label.svelte-12xyhj1{font-family:Roboto Flex,sans-serif;font-size:.9rem;font-weight:500;color:#aaa;text-align:left}.required.svelte-12xyhj1{color:#888}input.svelte-12xyhj1,textarea.svelte-12xyhj1{font-family:Roboto Flex,sans-serif;font-size:1rem;padding:.8rem 1.2rem;border:none;border-radius:20px;background-color:#2a2a2a;color:#fff;transition:all .3s ease}input.svelte-12xyhj1::placeholder,textarea.svelte-12xyhj1::placeholder{color:#666}input.svelte-12xyhj1:hover,textarea.svelte-12xyhj1:hover{box-shadow:0 0 15px #fff6,0 0 25px #fff3}input.svelte-12xyhj1:focus,textarea.svelte-12xyhj1:focus{outline:none;background-color:#333;box-shadow:0 0 0 2px #444,0 0 15px #fff6,0 0 25px #fff3}textarea.svelte-12xyhj1{resize:vertical;min-height:180px}.submit-button.svelte-12xyhj1{font-family:Roboto Flex,sans-serif;font-size:1rem;font-weight:600;padding:.75rem 2rem;border:2px solid #9d4edd;border-radius:50px;background-color:transparent;color:#fff;cursor:pointer;transition:all .3s ease;align-self:flex-end}.submit-button.svelte-12xyhj1:hover:not(:disabled){background-color:#333;border-color:#fff;box-shadow:0 4px 12px #ffffff1a}.submit-button.svelte-12xyhj1:disabled{opacity:.6;cursor:not-allowed}.submit-message.svelte-12xyhj1{padding:1rem;border-radius:8px;background-color:#ffe8e8;color:#c00;font-size:.95rem}.submit-message.success.svelte-12xyhj1{background-color:#e8ffe8;color:#0c0}@media(max-width:768px){.contact-container.svelte-12xyhj1{grid-template-columns:1fr;gap:2rem}.contact-text.svelte-12xyhj1 h3:where(.svelte-12xyhj1){font-size:1.8rem}.form-row.svelte-12xyhj1{grid-template-columns:1fr}.form-group.svelte-12xyhj1{max-width:80%;margin:0 0 0 3rem}input.svelte-12xyhj1,textarea.svelte-12xyhj1{font-size:1.1rem;padding:.8rem 1.6rem}label.svelte-12xyhj1{font-size:1.05rem}textarea.svelte-12xyhj1{min-height:260px}.submit-button.svelte-12xyhj1{font-size:.9rem;padding:.7rem 1.8rem;align-self:flex-end;margin-right:3rem}}.project-detail-page.svelte-hpooyx{width:100%;min-height:100vh;background-color:#000;color:#fff;padding-top:3rem}.back-button.svelte-hpooyx{position:fixed;top:10rem;left:2rem;background:none;border:none;color:#fff;font-size:.9rem;cursor:pointer;padding:0;font-family:inherit;z-index:9999;display:flex;align-items:center;white-space:nowrap;opacity:1;transition:opacity .3s ease}.back-button.hidden.svelte-hpooyx{opacity:0;pointer-events:none}.back-arrow.svelte-hpooyx{margin-right:.5rem;font-size:2rem}.back-text.svelte-hpooyx{opacity:0;transition:opacity .3s ease}.back-button.svelte-hpooyx:hover .back-text:where(.svelte-hpooyx){opacity:1}.back-button.svelte-hpooyx:hover{color:#aaa}.detail-content.svelte-hpooyx{max-width:calc(100% - 200px);margin:0 100px;padding:5rem 0 2rem;display:grid;grid-template-columns:repeat(8,1fr);gap:20px}.hero-section.svelte-hpooyx{display:grid;grid-template-columns:repeat(8,1fr);gap:20px;margin-bottom:4rem;grid-column:1 / -1;align-items:start;position:relative}.hero-content.svelte-hpooyx{grid-column:1 / 4;margin-left:-50px;align-self:flex-end;position:relative}.deco-image.svelte-hpooyx{position:absolute;top:-220px;left:-125px;width:400px;height:auto;z-index:0;opacity:.9}.invention-label.svelte-hpooyx{display:block;font-size:11pt;color:#aaa;margin-bottom:.5rem;font-family:inherit;text-align:left}.hero-content.svelte-hpooyx h1:where(.svelte-hpooyx){font-family:Roboto Flex,sans-serif;font-size:32pt;font-weight:400;margin:0 0 1.5rem;line-height:1.2;color:#fff;text-align:left;margin-left:0}.text-box.svelte-hpooyx{width:420px;margin-top:-1px}.tags-section.svelte-hpooyx{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;width:fit-content}.tag.svelte-hpooyx{display:inline-block;background-color:#ffffff14;color:#aaa;padding:.5rem .75rem;border-radius:16px;font-size:10pt;border:1px solid rgba(255,255,255,.1);white-space:nowrap}.hero-content.svelte-hpooyx p:where(.svelte-hpooyx){font-size:14pt;line-height:1.6;color:#ccc;margin:0;text-align:left}.video-container.svelte-hpooyx{grid-column:4 / -1;background-color:#1a1a1a;border-radius:8px;display:flex;align-items:center;justify-content:center;width:1075px;height:610px;margin-right:-50px}.video-thumbnail.svelte-hpooyx{width:100%;height:100%;cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;border-radius:8px;overflow:hidden;background:none;border:none;padding:0}.video-thumbnail.svelte-hpooyx img:where(.svelte-hpooyx){width:100%;height:100%;object-fit:cover}.play-button.svelte-hpooyx{position:absolute;width:80px;height:80px;background-color:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease}.video-thumbnail.svelte-hpooyx:hover .play-button:where(.svelte-hpooyx){background-color:#fff}.play-button.svelte-hpooyx svg:where(.svelte-hpooyx){width:40px;height:40px;margin-left:4px}.scroll-arrow.svelte-hpooyx{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;animation:svelte-hpooyx-bounce 2s ease-in-out infinite}.scroll-arrow.svelte-hpooyx img:where(.svelte-hpooyx){width:32px;height:32px;color:#bb8bd2;stroke:#bb8bd2}@keyframes svelte-hpooyx-bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(10px)}}.info-cards.svelte-hpooyx{display:grid;grid-template-columns:repeat(4,284px);gap:60px;margin-bottom:162px;grid-column:1 / -1;margin-left:auto;margin-right:auto;margin-top:8rem;width:fit-content}.info-card.svelte-hpooyx{background-color:transparent;border:1px solid #BB8BD2;padding:2rem;border-radius:8px;width:284px;height:266px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.card-icon.svelte-hpooyx{width:2rem;height:2rem;margin-bottom:.5rem;display:block;margin-left:auto;margin-right:auto;filter:brightness(0) saturate(100%) invert(100%)}.info-card.svelte-hpooyx h3:where(.svelte-hpooyx){font-size:1rem;font-weight:600;margin:.5rem 0 1rem;color:#fff;text-align:center;margin-left:0}.info-card.svelte-hpooyx p:where(.svelte-hpooyx){font-size:.9rem;color:#aaa;line-height:1.6;margin:0;text-align:left}.info-card.svelte-hpooyx:nth-child(3) p:where(.svelte-hpooyx){margin-left:0}.info-card.svelte-hpooyx:nth-child(3) h3:where(.svelte-hpooyx){margin-left:0}.process-steps.svelte-hpooyx{margin-top:0;margin-bottom:60px;position:relative;grid-column:1 / -1}.process-header.svelte-hpooyx{border-left:4px solid #BB8BD2;padding-left:1rem;margin-bottom:3rem;position:relative}.process-title.svelte-hpooyx{font-size:1.8rem;font-weight:700;color:#fff;text-align:left;margin:0}.process-grid.svelte-hpooyx{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.process-item.svelte-hpooyx{text-align:left}.process-image.svelte-hpooyx{margin-bottom:1.5rem}.process-item.svelte-hpooyx h4:where(.svelte-hpooyx){font-size:1.2rem;font-weight:600;margin:0 0 .75rem;color:#fff;text-align:left;margin-left:0}.process-item.svelte-hpooyx p:where(.svelte-hpooyx){font-size:.9rem;color:#aaa;line-height:1.6;margin:0}.process-img.svelte-hpooyx{width:472px;height:296px;border-radius:30px;object-fit:cover}.project-result.svelte-hpooyx{margin-top:0;margin-bottom:4rem;position:relative;grid-column:1 / -1}.result-header.svelte-hpooyx{border-left:4px solid #BB8BD2;padding-left:1rem;margin-bottom:24px}.result-title.svelte-hpooyx{font-size:1.8rem;font-weight:700;color:#fff;text-align:left;margin:0}.result-grid.svelte-hpooyx{display:grid;grid-template-columns:1fr 1fr;gap:40px}.result-item.svelte-hpooyx{text-align:left}.result-item-offset.svelte-hpooyx{margin-top:350px;align-self:flex-start;margin-left:100px}.result-image.svelte-hpooyx{margin-bottom:20px}.result-img.svelte-hpooyx{width:604px;height:378px;border-radius:30px;object-fit:cover;display:block}.result-item.svelte-hpooyx h4:where(.svelte-hpooyx){font-size:1.2rem;font-weight:600;color:#fff;text-align:left;margin:0 0 5px}.result-item.svelte-hpooyx p:where(.svelte-hpooyx){font-size:.9rem;color:#aaa;line-height:1.6;margin:0 0 30px}.other-projects.svelte-hpooyx{margin-top:60px;margin-bottom:4rem;position:relative;grid-column:1 / -1}.other-header.svelte-hpooyx{border-left:4px solid #BB8BD2;padding-left:1rem;margin-bottom:3rem}.other-title.svelte-hpooyx{font-size:1.8rem;font-weight:700;color:#fff;text-align:left;margin:0}.other-projects-grid.svelte-hpooyx{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.project-card.svelte-hpooyx{text-align:left;cursor:pointer;transition:opacity .3s ease}.project-card.svelte-hpooyx:hover{opacity:.8}.project-card.svelte-hpooyx:hover .project-image:where(.svelte-hpooyx){box-shadow:0 0 20px #fff9;filter:drop-shadow(0 0 12px rgba(255,255,255,.4))}.project-image.svelte-hpooyx{margin-bottom:1.5rem;overflow:hidden;border-radius:30px;border:1px solid #DBC074}.project-image.svelte-hpooyx img:where(.svelte-hpooyx){border-radius:30px}.project-placeholder.svelte-hpooyx{width:100%;aspect-ratio:4/3;background-color:#1a1a1a;border-radius:30px;display:flex;align-items:center;justify-content:center}.project-card.svelte-hpooyx:hover img:where(.svelte-hpooyx){transform:scale(1.1);transition:transform .3s ease}.project-card.svelte-hpooyx img:where(.svelte-hpooyx){transition:transform .3s ease}.project-card.svelte-hpooyx h4:where(.svelte-hpooyx){font-size:1.2rem;font-weight:600;color:#fff;text-align:left;margin:0}.project-tags.svelte-hpooyx{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.project-tags.svelte-hpooyx .tag:where(.svelte-hpooyx){display:inline-block;background-color:#ffffff14;color:#aaa;padding:.3rem .6rem;border-radius:12px;font-size:.75rem;border:1px solid rgba(255,255,255,.1);white-space:nowrap}@media(max-width:1024px){.info-cards.svelte-hpooyx{grid-template-columns:repeat(2,1fr)}.hero-section.svelte-hpooyx{grid-template-columns:1fr}}@media(max-width:768px){.project-detail-page.svelte-hpooyx{padding-top:0}.detail-content.svelte-hpooyx{max-width:100%;margin:0 25px;padding:0;display:grid;grid-template-columns:repeat(8,1fr);gap:5px}.hero-section.svelte-hpooyx{grid-template-columns:1fr;display:flex;flex-direction:column;gap:0;margin-bottom:0;margin-top:200px;position:relative}.video-container.svelte-hpooyx{width:340px;height:193px;margin:0;margin-bottom:2rem;border-radius:0;position:relative;order:1}.hero-content.svelte-hpooyx{grid-column:auto;margin-left:0;align-self:auto;position:relative;order:3;padding:0;width:100%}.hero-content.svelte-hpooyx h1:where(.svelte-hpooyx){font-size:24px;margin-bottom:1rem}.text-box.svelte-hpooyx{width:100%;font-size:14px;line-height:1.6;padding:0;max-width:340px}.info-cards.svelte-hpooyx{grid-template-columns:1fr;gap:1rem;width:100%;margin:2rem auto 60px;padding:0;max-width:328px}.info-card.svelte-hpooyx{width:328px;height:auto;min-height:50px;padding:1.5rem .5rem;border:1px solid #BB8BD2;background-color:transparent;border-radius:8px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:0;margin:0 auto;position:relative;left:0}.info-card.svelte-hpooyx h3:where(.svelte-hpooyx){font-size:12px;font-weight:600;margin:0 0 0 -130px;color:#fff;text-align:left;flex-shrink:0;white-space:nowrap;order:2}.info-card.svelte-hpooyx:nth-child(3) h3:where(.svelte-hpooyx){position:relative;left:-90px}.info-card.svelte-hpooyx:nth-child(1) h3:where(.svelte-hpooyx){position:relative;left:-13px}.info-card.svelte-hpooyx:nth-child(4) h3:where(.svelte-hpooyx){position:relative;left:-4px}.info-card.svelte-hpooyx p:where(.svelte-hpooyx){display:block;margin:0 0 0 auto;text-align:left;color:#aaa;font-size:12px;line-height:1.4;order:3}.info-card.svelte-hpooyx:nth-child(1) p:where(.svelte-hpooyx){position:relative;left:-50px}.info-card.svelte-hpooyx:nth-child(2) p:where(.svelte-hpooyx){position:relative;left:-25px}.info-card.svelte-hpooyx:nth-child(3) p:where(.svelte-hpooyx){position:relative;left:-15px}.info-card.svelte-hpooyx:nth-child(4) p:where(.svelte-hpooyx){position:relative;left:-35px}.card-icon.svelte-hpooyx{filter:brightness(0) saturate(100%) invert(100%);flex-shrink:0;width:24px;height:24px;margin-left:10px;order:1}.info-card.svelte-hpooyx:nth-child(1) .card-icon:where(.svelte-hpooyx){position:relative;top:4px}.info-card.svelte-hpooyx:nth-child(2) .card-icon:where(.svelte-hpooyx){position:relative;top:4px}.info-card.svelte-hpooyx:nth-child(3) .card-icon:where(.svelte-hpooyx){position:relative;top:4px}.info-card.svelte-hpooyx:nth-child(4) .card-icon:where(.svelte-hpooyx){position:relative;top:4px}.tags-section.svelte-hpooyx{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-start;margin-top:1rem;max-width:340px}.tag.svelte-hpooyx{font-size:.8rem;padding:.4rem .8rem}.deco-image.svelte-hpooyx{display:block;position:absolute;top:-180px;left:-95px;width:280px;height:auto;opacity:.9;z-index:0;pointer-events:none}.scroll-arrow.svelte-hpooyx{display:none}.process-grid.svelte-hpooyx{display:flex;overflow-x:auto;gap:.5rem;scroll-snap-type:x mandatory;padding-bottom:1rem;-webkit-overflow-scrolling:touch}.process-title.svelte-hpooyx{font-size:24px;margin-left:25px}.process-steps.svelte-hpooyx{margin-bottom:60px}.process-grid.svelte-hpooyx{display:flex;overflow-x:auto;gap:3rem;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;width:100%;max-width:100%;margin-left:-0px;margin-right:-25px;padding:0 25px}.carousel-indicators-about.svelte-hpooyx{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.indicator-dot.svelte-hpooyx{width:8px;height:8px;border-radius:50%;background-color:#393939;cursor:pointer;transition:background-color .4s ease,transform .4s ease,filter .4s ease,box-shadow .4s ease}.indicator-dot.active.svelte-hpooyx{background-color:#bb8bd2;transform:scale(1.25);filter:drop-shadow(0 0 6px #BB8BD2);box-shadow:0 0 12px #bb8bd299}.process-item.svelte-hpooyx{flex-shrink:0;width:280px;scroll-snap-align:start;scroll-snap-stop:always}.process-item.svelte-hpooyx:first-child{width:280px}.process-item.svelte-hpooyx:nth-child(2),.process-item.svelte-hpooyx:nth-child(3){width:280px}.process-image.svelte-hpooyx{margin-bottom:1rem}.process-item.svelte-hpooyx:first-child .process-image:where(.svelte-hpooyx){width:100%;height:180px;border-radius:20px}.process-item.svelte-hpooyx:nth-child(2) .process-image:where(.svelte-hpooyx),.process-item.svelte-hpooyx:nth-child(3) .process-image:where(.svelte-hpooyx){width:100%;height:180px;border-radius:20px}.process-item.svelte-hpooyx h4:where(.svelte-hpooyx){font-size:18px;font-weight:600;margin:.75rem 0 .5rem;color:#fff;text-align:left}.process-item.svelte-hpooyx p:where(.svelte-hpooyx){font-size:14px;color:#aaa;line-height:1.6}.process-img.svelte-hpooyx{width:100%;height:auto;aspect-ratio:472/296;border-radius:20px}.result-grid.svelte-hpooyx{display:flex;flex-direction:column;gap:1.5rem}.result-title.svelte-hpooyx{font-size:24px;margin-left:25px}.result-item.svelte-hpooyx{width:100%;height:auto;max-width:333px}.result-item-offset.svelte-hpooyx{margin-top:0;margin-left:0;width:100%}.result-img.svelte-hpooyx{width:280px;height:175px;border-radius:8px;object-fit:cover;display:block}.result-item.svelte-hpooyx h4:where(.svelte-hpooyx),.result-item.svelte-hpooyx p:where(.svelte-hpooyx){max-width:328px}.result-image.svelte-hpooyx{width:280px;height:175px;margin-bottom:5px;border-radius:8px;overflow:hidden}.result-item.svelte-hpooyx h4:where(.svelte-hpooyx){margin:0 0 10px}.result-item.svelte-hpooyx p:where(.svelte-hpooyx){margin:0 0 30px}.other-projects.svelte-hpooyx{margin-top:-30px;margin-bottom:2rem}.other-title.svelte-hpooyx{font-size:20px;margin-bottom:40px;margin-left:25px}.other-projects-grid.svelte-hpooyx{display:grid;grid-template-columns:1fr;gap:16px;max-width:340px;margin-left:25px}.project-card.svelte-hpooyx{max-width:100%;display:grid;grid-template-columns:1fr;gap:12px;align-items:start}.project-image.svelte-hpooyx{border-radius:8px;margin-bottom:0;width:100%;height:160px;overflow:hidden;display:flex;align-items:center;justify-content:center}.project-image.svelte-hpooyx img:where(.svelte-hpooyx){border-radius:8px;width:100%;height:100%;object-fit:cover;display:block}.project-placeholder.svelte-hpooyx{border-radius:8px;width:100%;height:160px;aspect-ratio:unset;aspect-ratio:auto;max-height:unset}.project-card.svelte-hpooyx h4:where(.svelte-hpooyx){font-size:13px;margin:0}.project-tags.svelte-hpooyx{display:none}.project-tags.svelte-hpooyx .tag:where(.svelte-hpooyx){font-size:11px}.footer-section.svelte-hpooyx{flex-direction:column;text-align:center;padding:2rem 1rem;gap:1rem}.footer-left.svelte-hpooyx{flex-direction:column;gap:.75rem;margin-bottom:0}.footer-left.svelte-hpooyx a:where(.svelte-hpooyx){font-size:12px}.footer-section.svelte-hpooyx p:where(.svelte-hpooyx){font-size:12px;order:unset;margin-top:.5rem}}.footer-section.svelte-hpooyx{width:100%;padding:3rem 2rem;text-align:center;border-top:1px solid rgba(255,255,255,.1);margin-top:4rem;display:flex;align-items:center;justify-content:space-between}.footer-left.svelte-hpooyx{display:flex;gap:2rem}.footer-left.svelte-hpooyx a:where(.svelte-hpooyx){color:#aaa;font-family:Roboto Flex;font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer-left.svelte-hpooyx a:where(.svelte-hpooyx):hover{color:#fff}.footer-section.svelte-hpooyx p:where(.svelte-hpooyx){color:#aaa;font-family:Roboto Flex;font-size:.9rem;margin:0;font-weight:400;flex:1;text-align:center}.process-title.svelte-hpooyx,.result-title.svelte-hpooyx,.other-title.svelte-hpooyx{opacity:1;transform:translateY(0);transition:none}@keyframes svelte-hpooyx-typewriter{0%{width:0}to{width:100%}}@keyframes svelte-hpooyx-blink{50%{border-right-color:transparent}}@keyframes svelte-hpooyx-writeText{0%{width:0;opacity:0}1%{opacity:1}to{width:100%;opacity:1}}.project-detail-page.svelte-1ue0933{width:100%;min-height:100vh;background-color:#000;color:#fff;padding-top:3rem}.back-button.svelte-1ue0933{position:fixed;top:10rem;left:2rem;background:none;border:none;color:#fff;font-size:.9rem;cursor:pointer;padding:0;font-family:inherit;z-index:9999;display:flex;align-items:center;white-space:nowrap;opacity:1;transition:opacity .3s ease}.back-button.hidden.svelte-1ue0933{opacity:0;pointer-events:none}.back-arrow.svelte-1ue0933{margin-right:.5rem;font-size:2rem}.back-text.svelte-1ue0933{opacity:0;transition:opacity .3s ease}.back-button.svelte-1ue0933:hover .back-text:where(.svelte-1ue0933){opacity:1}.back-button.svelte-1ue0933:hover{color:#aaa}.detail-content.svelte-1ue0933{max-width:calc(100% - 200px);margin:0 100px;padding:5rem 0 2rem;display:grid;grid-template-columns:repeat(8,1fr);gap:20px}.hero-section.svelte-1ue0933{display:grid;grid-template-columns:repeat(8,1fr);gap:20px;margin-bottom:4rem;grid-column:1 / -1;align-items:start}.hero-content.svelte-1ue0933{grid-column:1 / 4;margin-left:-50px;align-self:flex-end;position:relative}.invention-label.svelte-1ue0933{display:block;font-size:11pt;color:#aaa;margin-bottom:.5rem;font-family:inherit;text-align:left}.hero-content.svelte-1ue0933 h1:where(.svelte-1ue0933){font-family:Roboto Flex,sans-serif;font-size:32pt;font-weight:400;margin:0 0 1.5rem;line-height:1.2;color:#fff;margin-left:-110px}.text-box.svelte-1ue0933{width:420px}.tags-section.svelte-1ue0933{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;width:fit-content}.tag.svelte-1ue0933{display:inline-block;background-color:#ffffff14;color:#aaa;padding:.5rem .75rem;border-radius:16px;font-size:10pt;border:1px solid rgba(255,255,255,.1);white-space:nowrap}.hero-content.svelte-1ue0933 p:where(.svelte-1ue0933){font-size:14pt;line-height:1.6;color:#ccc;margin:0;text-align:left}.video-container.svelte-1ue0933{grid-column:4 / -1;background-color:#1a1a1a;border-radius:8px;display:flex;align-items:center;justify-content:center;width:1075px;height:610px;margin-right:-50px}.video-thumbnail.svelte-1ue0933{width:100%;height:100%;cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;border-radius:8px;overflow:hidden;background:none;border:none;padding:0}.video-thumbnail.svelte-1ue0933 img:where(.svelte-1ue0933){width:100%;height:100%;object-fit:cover}.play-button.svelte-1ue0933{position:absolute;width:80px;height:80px;background-color:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease}.video-thumbnail.svelte-1ue0933:hover .play-button:where(.svelte-1ue0933){background-color:#fff}.play-button.svelte-1ue0933 svg:where(.svelte-1ue0933){width:40px;height:40px;margin-left:4px}.scroll-arrow.svelte-1ue0933{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;animation:svelte-1ue0933-bounce 2s ease-in-out infinite}.deco-image.svelte-1ue0933{position:absolute;top:280px;left:13%;transform:translate(-50%);width:400px;height:auto;opacity:.6;z-index:5}.deco-image.svelte-1ue0933 img:where(.svelte-1ue0933){width:100%;height:auto}.scroll-arrow.svelte-1ue0933 img:where(.svelte-1ue0933){width:32px;height:32px;color:#855d23;stroke:#855d23}@keyframes svelte-1ue0933-bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(10px)}}.info-cards.svelte-1ue0933{display:grid;grid-template-columns:repeat(4,284px);gap:60px;margin-bottom:162px;grid-column:1 / -1;margin-left:auto;margin-right:auto;margin-top:8rem;width:fit-content}.info-card.svelte-1ue0933{background-color:transparent;border:1px solid #855D23;padding:2rem;border-radius:8px;width:284px;height:266px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.card-icon.svelte-1ue0933{width:2rem;height:2rem;margin-bottom:.5rem;display:block;margin-left:auto;margin-right:auto}.info-card.svelte-1ue0933 h3:where(.svelte-1ue0933){font-size:1rem;font-weight:600;margin:.5rem 0 1rem;color:#fff;text-align:center;margin-left:0}.info-card.svelte-1ue0933 p:where(.svelte-1ue0933){font-size:.9rem;color:#aaa;line-height:1.6;margin:0;text-align:left}.info-card.svelte-1ue0933:nth-child(3) p:where(.svelte-1ue0933){margin-left:0}.process-steps.svelte-1ue0933{margin-top:0;margin-bottom:184px;position:relative;grid-column:1 / -1}.process-header.svelte-1ue0933{border-left:4px solid #855D23;padding-left:1rem;margin-bottom:3rem;position:relative}.process-title.svelte-1ue0933{font-size:1.8rem;font-weight:700;color:#fff;text-align:left;margin:0}.process-grid.svelte-1ue0933{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.process-item.svelte-1ue0933{text-align:left}.process-image.svelte-1ue0933{margin-bottom:1.5rem;aspect-ratio:16 / 10;overflow:hidden;border-radius:30px}.process-item.svelte-1ue0933 h4:where(.svelte-1ue0933){font-size:1.2rem;font-weight:600;margin:0 0 .75rem;color:#fff;text-align:left;margin-left:0}.process-item.svelte-1ue0933 p:where(.svelte-1ue0933){font-size:.9rem;color:#aaa;line-height:1.6;margin:0}.project-result.svelte-1ue0933{margin-top:0;margin-bottom:4rem;position:relative;grid-column:1 / -1}.result-header.svelte-1ue0933{border-left:4px solid #855D23;padding-left:1rem;margin-bottom:3rem}.result-title.svelte-1ue0933{font-size:1.8rem;font-weight:700;color:#fff;text-align:left;margin:0}.result-grid.svelte-1ue0933{display:grid;grid-template-columns:1fr 1fr;gap:40px}.result-item.svelte-1ue0933{text-align:left}.result-item-offset.svelte-1ue0933{margin-top:350px;align-self:flex-start;margin-left:100px}.result-image.svelte-1ue0933{margin-bottom:1.5rem;overflow:hidden;border-radius:30px;width:604px;height:378px;border:2px solid #444444}.result-item.svelte-1ue0933:nth-child(4) .result-image:where(.svelte-1ue0933){border:none}.result-item.svelte-1ue0933 h4:where(.svelte-1ue0933){font-size:1.2rem;font-weight:600;margin:0 0 .75rem;color:#fff;text-align:left;margin-left:0}.result-item.svelte-1ue0933:hover img:where(.svelte-1ue0933){transition:transform .3s ease}.result-item.svelte-1ue0933 img:where(.svelte-1ue0933){transition:transform .3s ease}.result-item.svelte-1ue0933 p:where(.svelte-1ue0933){font-size:.9rem;color:#aaa;line-height:1.6;margin:0}.other-projects.svelte-1ue0933{margin-top:6rem;margin-bottom:4rem;position:relative;grid-column:1 / -1}.other-header.svelte-1ue0933{border-left:4px solid #855D23;padding-left:1rem;margin-bottom:3rem}.other-title.svelte-1ue0933{font-size:1.8rem;font-weight:700;color:#fff;text-align:left;margin:0}.other-projects-grid.svelte-1ue0933{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.project-card.svelte-1ue0933{text-align:left;cursor:pointer;transition:opacity .3s ease}.project-card.svelte-1ue0933:hover{opacity:.8}.project-card.svelte-1ue0933:hover .project-image:where(.svelte-1ue0933){box-shadow:0 0 20px #fff9;filter:drop-shadow(0 0 12px rgba(255,255,255,.4))}.project-image.svelte-1ue0933{margin-bottom:1.5rem;overflow:hidden;border-radius:30px}.project-placeholder.svelte-1ue0933{width:100%;aspect-ratio:4/3;background-color:#1a1a1a;border-radius:30px;display:flex;align-items:center;justify-content:center}.project-card.svelte-1ue0933:hover img:where(.svelte-1ue0933){transform:scale(1.1);transition:transform .3s ease}.project-card.svelte-1ue0933 img:where(.svelte-1ue0933){transition:transform .3s ease}.project-card.svelte-1ue0933 h4:where(.svelte-1ue0933){font-size:1.2rem;font-weight:600;color:#fff;text-align:left;margin:0}.project-tags.svelte-1ue0933{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.project-tags.svelte-1ue0933 .tag:where(.svelte-1ue0933){display:inline-block;background-color:#ffffff14;color:#aaa;padding:.3rem .6rem;border-radius:12px;font-size:.75rem;border:1px solid rgba(255,255,255,.1);white-space:nowrap}@media(max-width:1024px){.info-cards.svelte-1ue0933{grid-template-columns:repeat(2,1fr)}.hero-section.svelte-1ue0933{grid-template-columns:1fr}}@media(max-width:768px){.project-detail-page.svelte-1ue0933{padding-top:0}.detail-content.svelte-1ue0933{max-width:100%;margin:0 25px;padding:0;display:grid;grid-template-columns:repeat(8,1fr);gap:5px}.hero-section.svelte-1ue0933{grid-template-columns:1fr;display:flex;flex-direction:column;gap:0;margin-bottom:0;margin-top:200px;position:relative}.video-container.svelte-1ue0933{width:340px;height:193px;margin:0;margin-bottom:2rem;border-radius:0;position:relative;order:1}.hero-content.svelte-1ue0933{grid-column:auto;margin-left:0;align-self:auto;position:relative;order:3;padding:0;width:100%}.hero-content.svelte-1ue0933 h1:where(.svelte-1ue0933){font-size:24px;margin-bottom:1rem;margin-left:-748px}.text-box.svelte-1ue0933{width:100%;font-size:14px;line-height:1.6;padding:0;max-width:340px}.info-cards.svelte-1ue0933{grid-template-columns:1fr;gap:1rem;width:100%;margin:2rem auto 60px;padding:0;max-width:328px}.info-card.svelte-1ue0933{width:328px;height:auto;min-height:50px;padding:1.5rem .5rem;border:1px solid #855D23;background-color:transparent;border-radius:8px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:0;margin:0 auto;position:relative;left:-300px}.info-card.svelte-1ue0933 h3:where(.svelte-1ue0933){font-size:12px;font-weight:600;margin:0 0 0 -130px;color:#fff;text-align:left;flex-shrink:0;white-space:nowrap;order:2}.info-card.svelte-1ue0933:nth-child(3) h3:where(.svelte-1ue0933){position:relative;left:-80px}.info-card.svelte-1ue0933:nth-child(2) h3:where(.svelte-1ue0933){position:relative;left:-21px}.info-card.svelte-1ue0933:nth-child(1) h3:where(.svelte-1ue0933){position:relative;left:-15px}.info-card.svelte-1ue0933:nth-child(4) h3:where(.svelte-1ue0933){position:relative;left:-17px}.info-card.svelte-1ue0933 p:where(.svelte-1ue0933){display:block;margin:0 0 0 auto;text-align:left;color:#aaa;font-size:12px;line-height:1.4;order:3}.info-card.svelte-1ue0933:nth-child(1) p:where(.svelte-1ue0933){position:relative;left:-55px}.info-card.svelte-1ue0933:nth-child(2) p:where(.svelte-1ue0933){position:relative;left:-65px}.info-card.svelte-1ue0933:nth-child(3) p:where(.svelte-1ue0933){position:relative;left:-15px}.info-card.svelte-1ue0933:nth-child(4) p:where(.svelte-1ue0933){position:relative;left:-55px}.card-icon.svelte-1ue0933{filter:brightness(0) saturate(100%) invert(100%);flex-shrink:0;width:24px;height:24px;margin-left:10px;order:1}.info-card.svelte-1ue0933:nth-child(1) .card-icon:where(.svelte-1ue0933){position:relative;top:4px}.info-card.svelte-1ue0933:nth-child(2) .card-icon:where(.svelte-1ue0933){position:relative;top:4px}.info-card.svelte-1ue0933:nth-child(3) .card-icon:where(.svelte-1ue0933){position:relative;top:4px}.info-card.svelte-1ue0933:nth-child(4) .card-icon:where(.svelte-1ue0933){position:relative;top:4px}.tags-section.svelte-1ue0933{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-start;margin-top:1rem;max-width:340px}.tag.svelte-1ue0933{font-size:.8rem;padding:.4rem .8rem}.deco-image.svelte-1ue0933{display:block;position:absolute;top:-180px;left:+80px;width:280px;height:auto;opacity:.9;z-index:0;pointer-events:none}.scroll-arrow.svelte-1ue0933{display:none}.process-grid.svelte-1ue0933{display:flex;overflow-x:auto;gap:.5rem;scroll-snap-type:x mandatory;padding-bottom:1rem;-webkit-overflow-scrolling:touch}.process-title.svelte-1ue0933{font-size:24px;margin-left:25px}.process-steps.svelte-1ue0933{margin-bottom:60px}.process-grid.svelte-1ue0933{display:flex;overflow-x:auto;gap:3rem;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;width:100%;max-width:340px;margin-left:25px;margin-right:0;margin-top:-24px}.process-item.svelte-1ue0933{flex-shrink:0;width:280px;scroll-snap-align:start;scroll-snap-stop:always}.process-item.svelte-1ue0933:first-child{width:280px}.process-item.svelte-1ue0933:nth-child(2),.process-item.svelte-1ue0933:nth-child(3){width:280px}.process-image.svelte-1ue0933{margin-bottom:1rem}.process-item.svelte-1ue0933:first-child .process-image:where(.svelte-1ue0933){width:100%;height:180px;border-radius:20px}.process-item.svelte-1ue0933:nth-child(2) .process-image:where(.svelte-1ue0933),.process-item.svelte-1ue0933:nth-child(3) .process-image:where(.svelte-1ue0933){width:100%;height:180px;border-radius:20px}.process-item.svelte-1ue0933 h4:where(.svelte-1ue0933){font-size:18px;font-weight:600;margin:.75rem 0 .5rem;color:#fff;text-align:left}.process-item.svelte-1ue0933 p:where(.svelte-1ue0933){font-size:14px;color:#aaa;line-height:1.6}.result-grid.svelte-1ue0933{display:flex;flex-direction:column;gap:1.5rem}.result-title.svelte-1ue0933{font-size:24px;margin-left:25px}.result-item.svelte-1ue0933{width:100%;height:auto;max-width:333px}.result-item-offset.svelte-1ue0933{margin-top:0;margin-left:0;width:100%}.result-item.svelte-1ue0933 h4:where(.svelte-1ue0933),.result-item.svelte-1ue0933 p:where(.svelte-1ue0933){max-width:328px}.result-image.svelte-1ue0933{width:280px;height:175px;margin-bottom:5px;border-radius:8px;overflow:hidden}.result-item.svelte-1ue0933 h4:where(.svelte-1ue0933){margin:0 0 10px}.result-item.svelte-1ue0933 p:where(.svelte-1ue0933){margin:0 0 30px}.other-projects.svelte-1ue0933{margin-top:-30px;margin-bottom:2rem}.other-title.svelte-1ue0933{font-size:20px;margin-bottom:40px;margin-left:25px}.other-projects-grid.svelte-1ue0933{display:grid;grid-template-columns:1fr;gap:16px;max-width:340px;margin-left:25px}.project-card.svelte-1ue0933{max-width:100%;display:grid;grid-template-columns:1fr;gap:12px;align-items:start}.project-image.svelte-1ue0933{border-radius:8px;margin-bottom:0;width:100%;height:160px;overflow:hidden;display:flex;align-items:center;justify-content:center}.project-image.svelte-1ue0933 img:where(.svelte-1ue0933){border-radius:8px;width:100%;height:100%;object-fit:cover;display:block}.project-placeholder.svelte-1ue0933{border-radius:8px;width:100%;height:160px;aspect-ratio:unset;aspect-ratio:auto;max-height:unset}.project-card.svelte-1ue0933 h4:where(.svelte-1ue0933){font-size:13px;margin:0}.project-tags.svelte-1ue0933{display:none}.project-tags.svelte-1ue0933 .tag:where(.svelte-1ue0933){font-size:11px}.footer-section.svelte-1ue0933{flex-direction:column;text-align:center;padding:2rem 1rem}.footer-left.svelte-1ue0933{flex-direction:column;gap:1rem;margin-bottom:1rem}.footer-left.svelte-1ue0933 a:where(.svelte-1ue0933){font-size:12px}.footer-section.svelte-1ue0933 p:where(.svelte-1ue0933){order:3;width:100%;font-size:12px;position:relative;left:-30px}.carousel-indicators-about.svelte-1ue0933{display:flex;justify-content:center;gap:.5rem;margin-top:1rem;margin-bottom:10px}.indicator-dot.svelte-1ue0933{width:8px;height:8px;border-radius:50%;background-color:#464646;cursor:pointer;transition:background-color .4s ease,transform .4s ease,filter .4s ease,box-shadow .4s ease}.indicator-dot.active.svelte-1ue0933{background-color:#ff6b35;transform:scale(1.25);filter:drop-shadow(0 0 6px #FF6B35);box-shadow:0 0 12px #ff6b3599}}.footer-section.svelte-1ue0933{width:100%;padding:3rem 2rem;text-align:center;border-top:1px solid rgba(255,255,255,.1);margin-top:4rem;display:flex;align-items:center;justify-content:space-between}.footer-left.svelte-1ue0933{display:flex;gap:2rem;margin-left:-100px}.footer-left.svelte-1ue0933 a:where(.svelte-1ue0933){color:#aaa;font-family:Roboto Flex;font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer-left.svelte-1ue0933 a:where(.svelte-1ue0933):hover{color:#fff}.footer-section.svelte-1ue0933 p:where(.svelte-1ue0933){color:#aaa;font-family:Roboto Flex;font-size:.9rem;font-weight:400;white-space:nowrap;margin:0 0 0 575px}.project-detail-page.svelte-1jumheo{width:100%;min-height:100vh;background-color:#000;color:#fff;padding-top:3rem}.back-button.svelte-1jumheo{position:fixed;top:10rem;left:2rem;background:none;border:none;color:#fff;font-size:.9rem;cursor:pointer;padding:0;font-family:inherit;z-index:9999;display:flex;align-items:center;white-space:nowrap;opacity:1;transition:opacity .3s ease}.back-button.hidden.svelte-1jumheo{opacity:0;pointer-events:none}.back-arrow.svelte-1jumheo{margin-right:.5rem;font-size:2rem}.back-text.svelte-1jumheo{opacity:0;transition:opacity .3s ease}.back-button.svelte-1jumheo:hover .back-text:where(.svelte-1jumheo){opacity:1}.back-button.svelte-1jumheo:hover{color:#aaa}.detail-content.svelte-1jumheo{max-width:calc(100% - 200px);margin:0 100px;padding:5rem 0 2rem;display:grid;grid-template-columns:repeat(8,1fr);gap:20px}.hero-section.svelte-1jumheo{display:grid;grid-template-columns:repeat(8,1fr);gap:20px;margin-bottom:4rem;grid-column:1 / -1;align-items:start}.hero-content.svelte-1jumheo{grid-column:1 / 4;margin-left:-50px;align-self:flex-end;position:relative}.invention-label.svelte-1jumheo{display:block;font-size:11pt;color:#aaa;margin-bottom:.5rem;font-family:inherit;text-align:left}.hero-content.svelte-1jumheo h1:where(.svelte-1jumheo){font-family:Roboto Flex,sans-serif;font-size:32pt;font-weight:400;margin:0 0 1.5rem;line-height:1.2;color:#fff;margin-left:0;text-align:left}.text-box.svelte-1jumheo{width:420px}.tags-section.svelte-1jumheo{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;width:fit-content}.tag.svelte-1jumheo{display:inline-block;background-color:#ffffff14;color:#aaa;padding:.5rem .75rem;border-radius:16px;font-size:10pt;border:1px solid rgba(255,255,255,.1);white-space:nowrap}.hero-content.svelte-1jumheo p:where(.svelte-1jumheo){font-size:14pt;line-height:1.6;color:#ccc;margin:0;text-align:left}.video-container.svelte-1jumheo{grid-column:4 / -1;background-color:#1a1a1a;border-radius:8px;display:flex;align-items:center;justify-content:center;width:1075px;height:610px;margin-right:-50px;position:relative;overflow:hidden}.video-thumbnail.svelte-1jumheo{width:100%;height:100%;cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;border-radius:8px;overflow:hidden;background:none;border:none;padding:0}.play-button.svelte-1jumheo{position:absolute;display:flex;align-items:center;justify-content:center;width:100px;height:100px;background-color:#00000080;border-radius:50%;transition:background-color .3s ease}.video-thumbnail.svelte-1jumheo:hover .play-button:where(.svelte-1jumheo){background-color:#000000b3}.scroll-arrow.svelte-1jumheo{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;animation:svelte-1jumheo-bounce 2s ease-in-out infinite}.deco-image.svelte-1jumheo{position:absolute;top:120px;left:15%;transform:translate(-50%);width:500px;height:auto;opacity:.5;z-index:5;transition:all .3s ease}.deco-image.svelte-1jumheo img:where(.svelte-1jumheo){width:100%;height:auto}.scroll-arrow.svelte-1jumheo img:where(.svelte-1jumheo){width:32px;height:32px;color:#2f5b77;stroke:#2f5b77}@keyframes svelte-1jumheo-bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(10px)}}.info-cards.svelte-1jumheo{display:grid;grid-template-columns:repeat(4,284px);gap:60px;margin-bottom:162px;grid-column:1 / -1;margin-left:auto;margin-right:auto;margin-top:8rem;width:fit-content}.info-card.svelte-1jumheo{background-color:transparent;border:1px solid #3E4662;padding:2rem;border-radius:8px;width:284px;height:266px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.card-icon.svelte-1jumheo{width:2rem;height:2rem;margin-bottom:.5rem;display:block;margin-left:auto;margin-right:auto}.info-card.svelte-1jumheo h3:where(.svelte-1jumheo){font-size:1rem;font-weight:600;margin:.5rem 0 1rem;color:#fff;text-align:center;margin-left:0}.info-card.svelte-1jumheo p:where(.svelte-1jumheo){font-size:.9rem;color:#aaa;line-height:1.6;margin:0;text-align:left}.info-card.svelte-1jumheo:nth-child(3) p:where(.svelte-1jumheo){margin-left:0}.info-card.svelte-1jumheo:nth-child(3){display:flex}.process-steps.svelte-1jumheo{margin-top:0;margin-bottom:184px;position:relative;grid-column:1 / -1}.process-header.svelte-1jumheo{border-left:4px solid #3E4662;padding-left:1rem;margin-bottom:3rem;position:relative}.process-title.svelte-1jumheo{font-size:1.8rem;font-weight:700;color:#fff;text-align:left;margin:0}.process-grid.svelte-1jumheo{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.process-item.svelte-1jumheo{text-align:left}.process-image.svelte-1jumheo{margin-bottom:1.5rem;width:472px;height:296px;border-radius:30px;overflow:hidden}.process-item.svelte-1jumheo h4:where(.svelte-1jumheo){font-size:1.2rem;font-weight:600;margin:0 0 .75rem;color:#fff;text-align:left;margin-left:0}.process-item.svelte-1jumheo p:where(.svelte-1jumheo){font-size:.9rem;color:#aaa;line-height:1.6;margin:0}.project-result.svelte-1jumheo{margin-top:0;margin-bottom:4rem;position:relative;grid-column:1 / -1}.result-header.svelte-1jumheo{border-left:4px solid #3E4662;padding-left:1rem;margin-bottom:3rem}.result-title.svelte-1jumheo{font-size:1.8rem;font-weight:700;color:#fff;text-align:left;margin:0}.result-grid.svelte-1jumheo{display:grid;grid-template-columns:1fr 1fr;gap:40px}.result-item.svelte-1jumheo{text-align:left}.result-item-offset.svelte-1jumheo{margin-top:350px;align-self:flex-start;margin-left:100px}.result-image.svelte-1jumheo{margin-bottom:1.5rem;width:604px;height:378px;overflow:hidden;border-radius:30px}.result-box.svelte-1jumheo{width:604px;height:378px;background-color:#1a1a1a;border-radius:30px;display:flex;align-items:center;justify-content:center}.result-item.svelte-1jumheo h4:where(.svelte-1jumheo){font-size:1.2rem;font-weight:600;margin:0 0 .75rem;color:#fff;text-align:left;margin-left:0}.result-item.svelte-1jumheo p:where(.svelte-1jumheo){font-size:.9rem;color:#aaa;line-height:1.6;margin:0}@keyframes svelte-1jumheo-fadeIn{0%{opacity:0}to{opacity:1}}.other-projects.svelte-1jumheo{margin-top:6rem;margin-bottom:4rem;position:relative;grid-column:1 / -1}.other-header.svelte-1jumheo{border-left:4px solid #3E4662;padding-left:1rem;margin-bottom:3rem}.other-title.svelte-1jumheo{font-size:1.8rem;font-weight:700;color:#fff;text-align:left;margin:0}.other-projects-grid.svelte-1jumheo{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.project-card.svelte-1jumheo{text-align:left;cursor:pointer;transition:opacity .3s ease}.project-card.svelte-1jumheo:hover{opacity:.8}.project-card.svelte-1jumheo:hover .project-image:where(.svelte-1jumheo){box-shadow:0 0 20px #fff9;filter:drop-shadow(0 0 12px rgba(255,255,255,.4))}.project-image.svelte-1jumheo{margin-bottom:1.5rem;overflow:hidden;border-radius:30px;border:1px solid #DBC074}.project-placeholder.svelte-1jumheo{width:100%;aspect-ratio:4/3;background-color:#1a1a1a;border-radius:30px;display:flex;align-items:center;justify-content:center}.project-card.svelte-1jumheo:hover img:where(.svelte-1jumheo){transform:scale(1.1);transition:transform .3s ease}.project-card.svelte-1jumheo img:where(.svelte-1jumheo){transition:transform .3s ease}.project-card.svelte-1jumheo h4:where(.svelte-1jumheo){font-size:1.2rem;font-weight:600;color:#fff;text-align:left;margin:0}@media(max-width:1024px){.info-cards.svelte-1jumheo{grid-template-columns:repeat(2,1fr)}.hero-section.svelte-1jumheo{grid-template-columns:1fr}}@media(max-width:768px){.project-image.svelte-1jumheo{border:none}.process-grid.svelte-1jumheo,.process-item.svelte-1jumheo{animation:none!important}.project-detail-page.svelte-1jumheo{padding-top:0}.detail-content.svelte-1jumheo{max-width:100%;margin:0 25px;padding:0;display:grid;grid-template-columns:repeat(8,1fr);gap:5px}.hero-section.svelte-1jumheo{grid-template-columns:1fr;display:flex;flex-direction:column;gap:0;margin-bottom:0;margin-top:200px;position:relative}.video-container.svelte-1jumheo{width:340px;height:193px;margin:0;margin-bottom:2rem;border-radius:0;position:relative;order:1}.hero-content.svelte-1jumheo{grid-column:auto;margin-left:0;align-self:auto;position:relative;order:3;padding:0;width:100%}.hero-content.svelte-1jumheo h1:where(.svelte-1jumheo){font-size:24px;margin-bottom:1rem}.text-box.svelte-1jumheo{width:100%;font-size:14px;line-height:1.6;padding:0;max-width:340px}.info-cards.svelte-1jumheo{grid-template-columns:1fr;gap:1rem;width:100%;margin:2rem auto 60px;padding:0;max-width:328px}.info-card.svelte-1jumheo{width:328px;height:auto;min-height:50px;padding:1.5rem .5rem;border:1px solid #3E4662;background-color:transparent;border-radius:8px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:0;margin:0;position:relative;left:-300px}.info-card.svelte-1jumheo h3:where(.svelte-1jumheo){font-size:12px;font-weight:600;margin:0;margin-left:.5rem;color:#fff;text-align:left;flex-shrink:0;white-space:nowrap;order:2}.info-card.svelte-1jumheo:nth-child(3) h3:where(.svelte-1jumheo){position:relative;left:-70px}.info-card.svelte-1jumheo:nth-child(2) h3:where(.svelte-1jumheo){position:relative;left:-77px}.info-card.svelte-1jumheo:nth-child(1) h3:where(.svelte-1jumheo){position:relative;left:-85px}.info-card.svelte-1jumheo:nth-child(4) h3:where(.svelte-1jumheo){position:relative;left:-85px}.info-card.svelte-1jumheo p:where(.svelte-1jumheo){display:block;margin:0 0 0 auto;text-align:left;color:#aaa;font-size:12px;line-height:1.4;order:3}.info-card.svelte-1jumheo:nth-child(1) p:where(.svelte-1jumheo){position:relative;left:-47px}.info-card.svelte-1jumheo:nth-child(2) p:where(.svelte-1jumheo){position:relative;left:-25px}.info-card.svelte-1jumheo:nth-child(3) p:where(.svelte-1jumheo){position:relative;left:0}.info-card.svelte-1jumheo:nth-child(4) p:where(.svelte-1jumheo){position:relative;left:-47px}.card-icon.svelte-1jumheo{filter:brightness(0) saturate(100%) invert(100%);flex-shrink:0;width:24px;height:24px;margin-left:10px;order:1}.info-card.svelte-1jumheo:nth-child(1) .card-icon:where(.svelte-1jumheo){position:relative;top:4px}.info-card.svelte-1jumheo:nth-child(2) .card-icon:where(.svelte-1jumheo){position:relative;top:4px}.info-card.svelte-1jumheo:nth-child(3) .card-icon:where(.svelte-1jumheo){position:relative;top:4px}.info-card.svelte-1jumheo:nth-child(4) .card-icon:where(.svelte-1jumheo){position:relative;top:4px}.tags-section.svelte-1jumheo{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-start;margin-top:1rem;max-width:340px}.tag.svelte-1jumheo{font-size:.8rem;padding:.4rem .8rem}.deco-image.svelte-1jumheo{display:block;position:absolute;top:-180px;left:+100px;width:280px;height:auto;opacity:.9;z-index:0;pointer-events:none}.scroll-arrow.svelte-1jumheo{display:none}.process-grid.svelte-1jumheo{display:flex;overflow-x:auto;gap:3rem;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;width:100%;max-width:340px;margin-left:10px;margin-right:0;margin-top:-24px}.process-item.svelte-1jumheo{flex-shrink:0;width:280px;scroll-snap-align:start;scroll-snap-stop:always}.process-item.svelte-1jumheo:first-child{width:280px}.process-item.svelte-1jumheo:nth-child(2),.process-item.svelte-1jumheo:nth-child(3){width:280px}.process-image.svelte-1jumheo{margin-bottom:1rem}.process-item.svelte-1jumheo:first-child .process-image:where(.svelte-1jumheo){width:100%;height:180px;border-radius:20px}.process-item.svelte-1jumheo:nth-child(2) .process-image:where(.svelte-1jumheo),.process-item.svelte-1jumheo:nth-child(3) .process-image:where(.svelte-1jumheo){width:100%;height:180px;border-radius:20px}.process-item.svelte-1jumheo h4:where(.svelte-1jumheo){font-size:18px;font-weight:600;margin:.75rem 0 .5rem;color:#fff;text-align:left}.process-item.svelte-1jumheo p:where(.svelte-1jumheo){font-size:14px;color:#aaa;line-height:1.6}.carousel-indicators-process.svelte-1jumheo{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.indicator-dot.svelte-1jumheo{width:8px;height:8px;border-radius:50%;background-color:#fff;cursor:pointer;transition:background-color .4s ease,transform .4s ease,filter .4s ease,box-shadow .4s ease}.indicator-dot.active.svelte-1jumheo{background-color:#bb8bd2;transform:scale(1.25);filter:drop-shadow(0 0 6px #BB8BD2);box-shadow:0 0 12px #bb8bd299}.result-grid.svelte-1jumheo{display:flex;flex-direction:column;gap:1.5rem}.result-title.svelte-1jumheo{font-size:24px;margin-left:25px}.result-item.svelte-1jumheo{width:100%;height:auto;max-width:333px}.result-item-offset.svelte-1jumheo{margin-top:0;margin-left:0;width:100%}.result-item.svelte-1jumheo h4:where(.svelte-1jumheo),.result-item.svelte-1jumheo p:where(.svelte-1jumheo){max-width:328px}.result-image.svelte-1jumheo{width:280px;height:175px;margin-bottom:5px;border-radius:8px;overflow:hidden}.result-item.svelte-1jumheo h4:where(.svelte-1jumheo){margin:0 0 10px}.result-item.svelte-1jumheo p:where(.svelte-1jumheo){margin:0 0 30px}.other-projects.svelte-1jumheo{margin-top:-30px;margin-bottom:2rem}.other-title.svelte-1jumheo{font-size:20px;margin-bottom:40px;margin-left:25px}.other-projects-grid.svelte-1jumheo{display:grid;grid-template-columns:1fr;gap:16px;max-width:340px;margin-left:25px}.project-card.svelte-1jumheo{max-width:100%;display:grid;grid-template-columns:1fr;gap:12px;align-items:start}.project-image.svelte-1jumheo{border-radius:8px;margin-bottom:0;width:100%;height:160px;overflow:hidden;display:flex;align-items:center;justify-content:center}.project-image.svelte-1jumheo img:where(.svelte-1jumheo){border-radius:8px;width:100%;height:100%;object-fit:cover;display:block}.project-placeholder.svelte-1jumheo{border-radius:8px;width:100%;height:160px;aspect-ratio:unset;aspect-ratio:auto;max-height:unset}.project-card.svelte-1jumheo h4:where(.svelte-1jumheo){font-size:13px;margin:0}.project-tags.svelte-1jumheo{display:none}.project-tags.svelte-1jumheo .tag:where(.svelte-1jumheo){font-size:11px}.footer-section.svelte-1jumheo{flex-direction:column;text-align:center;padding:2rem 1rem;gap:1rem}.footer-left.svelte-1jumheo{flex-direction:column;gap:.75rem;margin-bottom:0}.footer-left.svelte-1jumheo a:where(.svelte-1jumheo){font-size:12px}.footer-section.svelte-1jumheo p:where(.svelte-1jumheo){font-size:12px;order:unset;margin-top:.5rem}}.footer-section.svelte-1jumheo{width:100%;padding:3rem 2rem;text-align:center;border-top:1px solid rgba(255,255,255,.1);margin-top:4rem;display:flex;align-items:center;justify-content:space-between}.footer-left.svelte-1jumheo{display:flex;gap:2rem;margin-left:-100px}.footer-left.svelte-1jumheo a:where(.svelte-1jumheo){color:#aaa;font-family:Roboto Flex;font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer-left.svelte-1jumheo a:where(.svelte-1jumheo):hover{color:#fff}.footer-section.svelte-1jumheo p:where(.svelte-1jumheo){color:#aaa;font-family:Roboto Flex;font-size:.9rem;font-weight:400;white-space:nowrap;margin:0 0 0 575px}.project-detail-page.svelte-1av5am9{width:100%;min-height:100vh;background-color:#000;color:#fff;padding-top:3rem}.back-button.svelte-1av5am9{position:fixed;top:10rem;left:2rem;background:none;border:none;color:#fff;font-size:.9rem;cursor:pointer;padding:0;font-family:inherit;z-index:9999;display:flex;align-items:center;white-space:nowrap;opacity:1;transition:opacity .3s ease}.back-button.hidden.svelte-1av5am9{opacity:0;pointer-events:none}.back-arrow.svelte-1av5am9{margin-right:.5rem;font-size:2rem}.back-text.svelte-1av5am9{opacity:0;transition:opacity .3s ease}.back-button.svelte-1av5am9:hover .back-text:where(.svelte-1av5am9){opacity:1}.back-button.svelte-1av5am9:hover{color:#aaa}.detail-content.svelte-1av5am9{max-width:calc(100% - 200px);margin:0 100px;padding:5rem 0 2rem;display:grid;grid-template-columns:repeat(8,1fr);gap:20px}.hero-section.svelte-1av5am9{display:grid;grid-template-columns:repeat(8,1fr);gap:20px;margin-bottom:4rem;grid-column:1 / -1;align-items:start}.hero-content.svelte-1av5am9{grid-column:1 / 4;margin-left:-50px;align-self:flex-end;position:relative}.invention-label.svelte-1av5am9{display:block;font-size:11pt;color:#aaa;margin-bottom:.5rem;font-family:inherit;text-align:left}.hero-content.svelte-1av5am9 h1:where(.svelte-1av5am9){font-family:Roboto Flex,sans-serif;font-size:32pt;font-weight:400;margin:0 0 1.5rem;line-height:1.2;color:#fff;margin-left:-350px}.text-box.svelte-1av5am9{width:420px}.tags-section.svelte-1av5am9{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;width:fit-content}.tag.svelte-1av5am9{display:inline-block;background-color:#ffffff14;color:#aaa;padding:.5rem .75rem;border-radius:16px;font-size:10pt;border:1px solid rgba(255,255,255,.1);white-space:nowrap}.hero-content.svelte-1av5am9 p:where(.svelte-1av5am9){font-size:14pt;line-height:1.6;color:#ccc;margin:0;text-align:left}.video-container.svelte-1av5am9{grid-column:4 / -1;background-color:#1a1a1a;border-radius:8px;display:flex;align-items:center;justify-content:center;width:1075px;height:610px;margin-right:-50px}.scroll-arrow.svelte-1av5am9{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;animation:svelte-1av5am9-bounce 2s ease-in-out infinite}.deco-image.svelte-1av5am9{position:absolute;top:-40px;left:10%;transform:translate(-50%);width:300px;height:auto;opacity:.6;z-index:5}.deco-image.svelte-1av5am9 img:where(.svelte-1av5am9){width:100%;height:auto}.scroll-arrow.svelte-1av5am9 img:where(.svelte-1av5am9){width:32px;height:32px;color:#425f65;stroke:#425f65}@keyframes svelte-1av5am9-bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(10px)}}.info-cards.svelte-1av5am9{display:grid;grid-template-columns:repeat(4,284px);gap:60px;margin-bottom:162px;grid-column:1 / -1;margin-left:auto;margin-right:auto;margin-top:8rem;width:fit-content}.info-card.svelte-1av5am9{background-color:transparent;border:1px solid #425F65;padding:2rem;border-radius:8px;width:284px;height:266px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.card-icon.svelte-1av5am9{width:2rem;height:2rem;margin:0 auto 1rem;display:block}.info-card.svelte-1av5am9 h3:where(.svelte-1av5am9){font-size:1rem;font-weight:600;margin:0 0 1.5rem;color:#fff;text-align:center}.info-card.svelte-1av5am9 p:where(.svelte-1av5am9){font-size:.9rem;color:#aaa;line-height:1.6;margin:0;text-align:left}.info-card.svelte-1av5am9:nth-child(3) p:where(.svelte-1av5am9){margin-left:0}.process-steps.svelte-1av5am9{margin-top:0;margin-bottom:184px;position:relative;grid-column:1 / -1}.process-header.svelte-1av5am9{border-left:4px solid #425F65;padding-left:1rem;margin-bottom:3rem;position:relative}.process-title.svelte-1av5am9{font-size:1.8rem;font-weight:700;margin:0;color:#fff;text-align:left}.process-grid.svelte-1av5am9{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.process-item.svelte-1av5am9{text-align:left}.process-image.svelte-1av5am9{margin-bottom:1.5rem;width:472px;height:296px;overflow:hidden;border-radius:30px}.process-item.svelte-1av5am9 h4:where(.svelte-1av5am9){font-size:1.2rem;font-weight:600;margin:0 0 .75rem;color:#fff;text-align:left}.process-item.svelte-1av5am9 p:where(.svelte-1av5am9){font-size:.9rem;color:#aaa;line-height:1.6;margin:0}.project-result.svelte-1av5am9{margin-top:0;margin-bottom:4rem;position:relative;grid-column:1 / -1}.result-header.svelte-1av5am9{border-left:4px solid #425F65;padding-left:1rem;margin-bottom:3rem}.result-title.svelte-1av5am9{font-size:1.8rem;font-weight:700;margin:0;color:#fff;text-align:left}.result-grid.svelte-1av5am9{display:grid;grid-template-columns:1fr 1fr;gap:40px}.result-item.svelte-1av5am9{text-align:left}.result-item-offset.svelte-1av5am9{margin-top:350px;align-self:flex-start;margin-left:100px}.result-image.svelte-1av5am9{margin-bottom:1.5rem}.result-img.svelte-1av5am9{width:604px;height:378px;border-radius:30px;object-fit:cover;display:block}.result-item.svelte-1av5am9 h4:where(.svelte-1av5am9){font-size:1.2rem;font-weight:600;margin:0 0 .75rem;color:#fff;text-align:left}.result-item.svelte-1av5am9 p:where(.svelte-1av5am9){font-size:.9rem;color:#aaa;line-height:1.6;margin:0}.other-projects.svelte-1av5am9{margin-top:6rem;margin-bottom:4rem;position:relative;grid-column:1 / -1}.other-header.svelte-1av5am9{border-left:4px solid #425F65;padding-left:1rem;margin-bottom:3rem}.other-title.svelte-1av5am9{font-size:1.8rem;font-weight:700;margin:0;color:#fff;text-align:left}.other-projects-grid.svelte-1av5am9{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.project-card.svelte-1av5am9{text-align:left;cursor:pointer;transition:opacity .3s ease}.project-card.svelte-1av5am9:hover{opacity:.8}.project-card.svelte-1av5am9:hover .project-image:where(.svelte-1av5am9){box-shadow:0 0 20px #fff9;filter:drop-shadow(0 0 12px rgba(255,255,255,.4))}.project-image.svelte-1av5am9{margin-bottom:1.5rem;overflow:hidden;border-radius:30px;border:1px solid #DBC074}.project-placeholder.svelte-1av5am9{width:100%;aspect-ratio:4/3;background-color:#1a1a1a;border-radius:30px;display:flex;align-items:center;justify-content:center}.project-card.svelte-1av5am9:hover img:where(.svelte-1av5am9){transform:scale(1.1);transition:transform .3s ease}.project-card.svelte-1av5am9 img:where(.svelte-1av5am9){transition:transform .3s ease}.project-card.svelte-1av5am9 h4:where(.svelte-1av5am9){font-size:1.2rem;font-weight:600;margin:0;color:#fff;text-align:left}.project-tags.svelte-1av5am9{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.project-tags.svelte-1av5am9 .tag:where(.svelte-1av5am9){display:inline-block;background-color:#ffffff14;color:#aaa;padding:.3rem .6rem;border-radius:12px;font-size:.75rem;border:1px solid rgba(255,255,255,.1);white-space:nowrap}@media(max-width:1024px){.info-cards.svelte-1av5am9{grid-template-columns:repeat(2,1fr)}.hero-section.svelte-1av5am9{grid-template-columns:1fr}}@media(max-width:768px){.project-detail-page.svelte-1av5am9{padding-top:0}.detail-content.svelte-1av5am9{max-width:100%;margin:0 25px;padding:0;display:grid;grid-template-columns:repeat(8,1fr);gap:5px}.hero-section.svelte-1av5am9{grid-template-columns:1fr;display:flex;flex-direction:column;gap:0;margin-bottom:0;margin-top:200px;position:relative}.video-container.svelte-1av5am9{width:340px;height:193px;margin:0;margin-bottom:2rem;border-radius:0;position:relative;order:1}.hero-content.svelte-1av5am9{grid-column:auto;margin-left:0;align-self:auto;position:relative;order:3;padding:0;width:100%}.hero-content.svelte-1av5am9 h1:where(.svelte-1av5am9){font-size:24px;margin-bottom:1rem;margin-left:-872px}.text-box.svelte-1av5am9{width:100%;font-size:14px;line-height:1.6;padding:0;max-width:340px}.info-cards.svelte-1av5am9{grid-template-columns:1fr;gap:1rem;width:100%;margin:2rem auto 60px;padding:0;max-width:328px}.info-card.svelte-1av5am9{width:328px;height:auto;min-height:50px;padding:1.5rem .5rem;border:1px solid #425F65;background-color:transparent;border-radius:8px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:0;margin:0 auto;position:relative;left:-300px}.info-card.svelte-1av5am9 h3:where(.svelte-1av5am9){font-size:12px;font-weight:600;margin:0;margin-left:.5rem;color:#fff;text-align:left;flex-shrink:0;white-space:nowrap;order:2}.info-card.svelte-1av5am9:nth-child(3) h3:where(.svelte-1av5am9){position:relative;left:-80px}.info-card.svelte-1av5am9:nth-child(2) h3:where(.svelte-1av5am9){position:relative;left:-70px}.info-card.svelte-1av5am9:nth-child(1) h3:where(.svelte-1av5am9){position:relative;left:-85px}.info-card.svelte-1av5am9:nth-child(4) h3:where(.svelte-1av5am9){position:relative;left:-70px}.info-card.svelte-1av5am9 p:where(.svelte-1av5am9){display:block;margin:0 0 0 auto;text-align:left;color:#aaa;font-size:12px;line-height:1.4;order:3}.info-card.svelte-1av5am9:nth-child(1) p:where(.svelte-1av5am9){position:relative;left:-43px}.info-card.svelte-1av5am9:nth-child(2) p:where(.svelte-1av5am9){position:relative;left:-20px}.info-card.svelte-1av5am9:nth-child(3) p:where(.svelte-1av5am9){position:relative;left:-40px}.info-card.svelte-1av5am9:nth-child(4) p:where(.svelte-1av5am9){position:relative;left:-60px}.card-icon.svelte-1av5am9{filter:brightness(0) saturate(100%) invert(100%);flex-shrink:0;width:24px;height:24px;margin-left:10px;order:1}.info-card.svelte-1av5am9:nth-child(1) .card-icon:where(.svelte-1av5am9){position:relative;top:4px}.info-card.svelte-1av5am9:nth-child(2) .card-icon:where(.svelte-1av5am9){position:relative;top:4px}.info-card.svelte-1av5am9:nth-child(3) .card-icon:where(.svelte-1av5am9){position:relative;top:4px}.info-card.svelte-1av5am9:nth-child(4) .card-icon:where(.svelte-1av5am9){position:relative;top:4px}.tags-section.svelte-1av5am9{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-start;margin-top:1rem;max-width:340px}.tag.svelte-1av5am9{font-size:.8rem;padding:.4rem .8rem}.deco-image.svelte-1av5am9{display:block;position:absolute;top:-240px;left:+100px;width:180px;height:auto;opacity:.9;z-index:0;pointer-events:none}.scroll-arrow.svelte-1av5am9{display:none}.process-title.svelte-1av5am9{font-size:24px}.process-steps.svelte-1av5am9{margin-bottom:60px}.process-grid.svelte-1av5am9{display:flex;overflow-x:auto;gap:3rem;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;width:100%;max-width:340px;margin-left:0;margin-right:0}.process-item.svelte-1av5am9{flex-shrink:0;width:280px;scroll-snap-align:start;scroll-snap-stop:always}.process-item.svelte-1av5am9:first-child{width:280px}.process-item.svelte-1av5am9:nth-child(2),.process-item.svelte-1av5am9:nth-child(3){width:280px}.process-image.svelte-1av5am9{margin-bottom:1rem}.process-item.svelte-1av5am9:first-child .process-image:where(.svelte-1av5am9){width:100%;height:180px;border-radius:20px}.process-item.svelte-1av5am9:nth-child(2) .process-image:where(.svelte-1av5am9),.process-item.svelte-1av5am9:nth-child(3) .process-image:where(.svelte-1av5am9){width:100%;height:180px;border-radius:20px}.process-item.svelte-1av5am9 h4:where(.svelte-1av5am9){font-size:18px;font-weight:600;margin:.75rem 0 .5rem;color:#fff;text-align:left}.process-item.svelte-1av5am9 p:where(.svelte-1av5am9){font-size:14px;color:#aaa;line-height:1.6}.result-grid.svelte-1av5am9{display:flex;flex-direction:column;gap:1.5rem}.result-title.svelte-1av5am9{font-size:24px;margin-left:25px}.result-item.svelte-1av5am9{width:100%;height:auto;max-width:333px}.result-item-offset.svelte-1av5am9{margin-top:0;margin-left:0;width:100%}.result-img.svelte-1av5am9{width:280px;height:175px;border-radius:8px;object-fit:cover;display:block}.result-item.svelte-1av5am9 h4:where(.svelte-1av5am9),.result-item.svelte-1av5am9 p:where(.svelte-1av5am9){max-width:328px}.result-image.svelte-1av5am9{width:280px;height:175px;margin-bottom:5px;border-radius:8px;overflow:hidden}.result-item.svelte-1av5am9 h4:where(.svelte-1av5am9){margin:0 0 10px}.result-item.svelte-1av5am9 p:where(.svelte-1av5am9){margin:0 0 30px}.other-projects.svelte-1av5am9{margin-top:-30px;margin-bottom:2rem}.other-title.svelte-1av5am9{font-size:20px;margin-bottom:40px;margin-left:25px}.other-projects-grid.svelte-1av5am9{display:grid;grid-template-columns:1fr;gap:16px;max-width:340px;margin-left:25px}.project-card.svelte-1av5am9{max-width:100%;display:grid;grid-template-columns:1fr;gap:12px;align-items:start}.project-image.svelte-1av5am9{border-radius:8px;margin-bottom:0;width:100%;height:160px;overflow:hidden;display:flex;align-items:center;justify-content:center}.project-image.svelte-1av5am9 img:where(.svelte-1av5am9){border-radius:8px;width:100%;height:100%;object-fit:cover;display:block}.project-placeholder.svelte-1av5am9{border-radius:8px;width:100%;height:160px;aspect-ratio:unset;aspect-ratio:auto;max-height:unset}.project-card.svelte-1av5am9 h4:where(.svelte-1av5am9){font-size:13px;margin:0}.project-tags.svelte-1av5am9{display:none}.project-tags.svelte-1av5am9 .tag:where(.svelte-1av5am9){font-size:11px}.footer-section.svelte-1av5am9{flex-direction:column;text-align:center;padding:2rem 1rem;gap:1rem}.footer-left.svelte-1av5am9{flex-direction:column;gap:.75rem;margin-bottom:0}.footer-left.svelte-1av5am9 a:where(.svelte-1av5am9){font-size:12px}.footer-section.svelte-1av5am9 p:where(.svelte-1av5am9){font-size:12px;order:unset;margin-top:.5rem}.carousel-indicators-about.svelte-1av5am9{display:flex;justify-content:center;gap:.5rem;margin-top:1rem;margin-bottom:10px}.indicator-dot.svelte-1av5am9{width:8px;height:8px;border-radius:50%;background-color:#464646;cursor:pointer;transition:background-color .4s ease,transform .4s ease,filter .4s ease,box-shadow .4s ease}.indicator-dot.active.svelte-1av5am9{background-color:#7b95ff;transform:scale(1.25);filter:drop-shadow(0 0 6px #7B95FF);box-shadow:0 0 12px #7b95ff99}}.footer-section.svelte-1av5am9{width:100%;padding:3rem 2rem;text-align:center;border-top:1px solid rgba(255,255,255,.1);margin-top:4rem;display:flex;align-items:center;justify-content:space-between}.footer-left.svelte-1av5am9{display:flex;gap:2rem;margin-left:-100px}.footer-left.svelte-1av5am9 a:where(.svelte-1av5am9){color:#aaa;font-family:Roboto Flex;font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer-left.svelte-1av5am9 a:where(.svelte-1av5am9):hover{color:#fff}.footer-section.svelte-1av5am9 p:where(.svelte-1av5am9){color:#aaa;font-family:Roboto Flex;font-size:.9rem;font-weight:400;white-space:nowrap;margin:0 0 0 575px}.project-detail-page.svelte-t2qt8v{width:100%;min-height:100vh;background-color:#000;color:#fff;padding-top:3rem}.back-button.svelte-t2qt8v{position:fixed;top:10rem;left:2rem;background:none;border:none;color:#fff;font-size:.9rem;cursor:pointer;padding:0;font-family:inherit;z-index:9999;display:flex;align-items:center;white-space:nowrap;opacity:1;transition:opacity .3s ease}.back-button.hidden.svelte-t2qt8v{opacity:0;pointer-events:none}.back-arrow.svelte-t2qt8v{margin-right:.5rem;font-size:2rem}.back-text.svelte-t2qt8v{opacity:0;transition:opacity .3s ease}.back-button.svelte-t2qt8v:hover .back-text:where(.svelte-t2qt8v){opacity:1}.back-button.svelte-t2qt8v:hover{color:#aaa}.detail-content.svelte-t2qt8v{max-width:calc(100% - 200px);margin:0 100px;padding:5rem 0 2rem;display:grid;grid-template-columns:repeat(8,1fr);gap:20px}.hero-section.svelte-t2qt8v{display:grid;grid-template-columns:repeat(8,1fr);gap:20px;margin-bottom:4rem;grid-column:1 / -1;align-items:start}.hero-content.svelte-t2qt8v{grid-column:1 / 4;margin-left:-50px;align-self:flex-end;position:relative}.deco-image.svelte-t2qt8v{position:absolute;top:-217px;left:-70px;width:650px;height:auto;z-index:0;margin-bottom:1rem}.deco-image.svelte-t2qt8v img:where(.svelte-t2qt8v){width:100%;height:auto}.invention-label.svelte-t2qt8v{display:block;font-size:11pt;color:#aaa;margin-bottom:.5rem;font-family:inherit;text-align:left}.hero-content.svelte-t2qt8v h1:where(.svelte-t2qt8v){font-family:Roboto Flex,sans-serif;font-size:32pt;font-weight:400;margin:0 0 1.5rem;line-height:1.2;color:#fff;margin-left:-120px}.text-box.svelte-t2qt8v{width:420px}.tags-section.svelte-t2qt8v{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;width:fit-content}.tag.svelte-t2qt8v{display:inline-block;background-color:#ffffff14;color:#aaa;padding:.5rem .75rem;border-radius:16px;font-size:10pt;border:1px solid rgba(255,255,255,.1);white-space:nowrap}.hero-content.svelte-t2qt8v p:where(.svelte-t2qt8v){font-size:14pt;line-height:1.6;color:#ccc;margin:0;text-align:left}.video-container.svelte-t2qt8v{grid-column:4 / -1;background-color:#1a1a1a;border-radius:8px;display:flex;align-items:center;justify-content:center;width:1075px;height:610px;margin-right:-50px;position:relative;z-index:5}.video-thumbnail.svelte-t2qt8v{width:100%;height:100%;cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;border-radius:8px;overflow:hidden;background:none;border:none;padding:0}.video-thumbnail.svelte-t2qt8v img:where(.svelte-t2qt8v){width:100%;height:100%;object-fit:cover}.play-button.svelte-t2qt8v{position:absolute;width:80px;height:80px;background-color:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease}.video-thumbnail.svelte-t2qt8v:hover .play-button:where(.svelte-t2qt8v){background-color:#fff}.play-button.svelte-t2qt8v svg:where(.svelte-t2qt8v){width:40px;height:40px;margin-left:4px}.scroll-arrow.svelte-t2qt8v{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;animation:svelte-t2qt8v-bounce 2s ease-in-out infinite}.scroll-arrow.svelte-t2qt8v img:where(.svelte-t2qt8v){width:32px;height:32px;color:#b4e7af;stroke:#b4e7af}@keyframes svelte-t2qt8v-bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(10px)}}.info-cards.svelte-t2qt8v{display:grid;grid-template-columns:repeat(4,284px);gap:60px;margin-bottom:162px;grid-column:1 / -1;margin-left:auto;margin-right:auto;margin-top:8rem;width:fit-content}.info-card.svelte-t2qt8v{background-color:transparent;border:1px solid #B4E7AF;padding:2rem;border-radius:8px;width:284px;height:266px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.card-icon.svelte-t2qt8v{width:2rem;height:2rem;margin-bottom:.5rem;display:block;margin-left:auto;margin-right:auto}.info-card.svelte-t2qt8v h3:where(.svelte-t2qt8v){font-size:1rem;font-weight:600;margin:.5rem 0 1rem;color:#fff;text-align:center;margin-left:0}.info-card.svelte-t2qt8v p:where(.svelte-t2qt8v){font-size:.9rem;color:#aaa;line-height:1.6;margin:0;text-align:left}.info-card.svelte-t2qt8v:nth-child(3) p:where(.svelte-t2qt8v){margin-left:0}.info-card.svelte-t2qt8v:nth-child(3){display:flex}.process-steps.svelte-t2qt8v{margin-top:0;margin-bottom:184px;position:relative;grid-column:1 / -1}.process-header.svelte-t2qt8v{border-left:4px solid #B4E7AF;padding-left:1rem;margin-bottom:3rem;position:relative}.process-title.svelte-t2qt8v{font-size:1.8rem;font-weight:700;color:#fff;text-align:left;margin:0}.process-grid.svelte-t2qt8v{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.process-item.svelte-t2qt8v{text-align:left}.process-image.svelte-t2qt8v{margin-bottom:1.5rem}.process-img.svelte-t2qt8v{width:472px;height:296px;border-radius:30px;object-fit:cover;display:block}.process-item.svelte-t2qt8v h4:where(.svelte-t2qt8v){font-size:1.2rem;font-weight:600;margin:0 0 .75rem;color:#fff;text-align:left;margin-left:0}.process-item.svelte-t2qt8v p:where(.svelte-t2qt8v){font-size:.9rem;color:#aaa;line-height:1.6;margin:0}.project-result.svelte-t2qt8v{margin-top:0;margin-bottom:4rem;position:relative;grid-column:1 / -1}.result-header.svelte-t2qt8v{border-left:4px solid #B4E7AF;padding-left:1rem;margin-bottom:3rem}.result-title.svelte-t2qt8v{font-size:1.8rem;font-weight:700;color:#fff;text-align:left;margin:0}.result-grid.svelte-t2qt8v{display:grid;grid-template-columns:1fr 1fr;gap:40px}.result-item.svelte-t2qt8v{text-align:left}.result-item-offset.svelte-t2qt8v{margin-top:370px;align-self:flex-start;margin-left:100px}.result-image.svelte-t2qt8v{margin-bottom:1.5rem}.result-img.svelte-t2qt8v{width:604px;height:378px;border-radius:30px;object-fit:cover;display:block}.result-item.svelte-t2qt8v h4:where(.svelte-t2qt8v){font-size:1.2rem;font-weight:600;margin:0 0 .75rem;color:#fff;text-align:left;margin-left:0}.result-item.svelte-t2qt8v p:where(.svelte-t2qt8v){font-size:.9rem;color:#aaa;line-height:1.6;margin:0}.other-projects.svelte-t2qt8v{margin-top:6rem;margin-bottom:4rem;position:relative;grid-column:1 / -1}.other-header.svelte-t2qt8v{border-left:4px solid #B4E7AF;padding-left:1rem;margin-bottom:3rem}.other-title.svelte-t2qt8v{font-size:1.8rem;font-weight:700;color:#fff;text-align:left;margin:0}.other-projects-grid.svelte-t2qt8v{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.project-card.svelte-t2qt8v{text-align:left;cursor:pointer;transition:opacity .3s ease}.project-card.svelte-t2qt8v:hover{opacity:.8}.project-card.svelte-t2qt8v:hover .project-image:where(.svelte-t2qt8v){box-shadow:0 0 20px #fff9;filter:drop-shadow(0 0 12px rgba(255,255,255,.4))}.project-image.svelte-t2qt8v{margin-bottom:1.5rem;overflow:hidden;border-radius:30px;border:1px solid #DBC074}.project-placeholder.svelte-t2qt8v{width:100%;aspect-ratio:4/3;background-color:#1a1a1a;border-radius:30px;display:flex;align-items:center;justify-content:center}.project-card.svelte-t2qt8v:hover img:where(.svelte-t2qt8v){transform:scale(1.1);transition:transform .3s ease}.project-card.svelte-t2qt8v img:where(.svelte-t2qt8v){transition:transform .3s ease}.project-card.svelte-t2qt8v h4:where(.svelte-t2qt8v){font-size:1.2rem;font-weight:600;color:#fff;text-align:left;margin:0}@media(max-width:1024px){.info-cards.svelte-t2qt8v{grid-template-columns:repeat(2,1fr)}.hero-section.svelte-t2qt8v{grid-template-columns:1fr}}@media(max-width:768px){.project-detail-page.svelte-t2qt8v{padding-top:0}.detail-content.svelte-t2qt8v{max-width:100%;margin:0 25px;padding:0;display:grid;grid-template-columns:repeat(8,1fr);gap:5px}.hero-section.svelte-t2qt8v{grid-template-columns:1fr;display:flex;flex-direction:column;gap:0;margin-bottom:0;margin-top:200px;position:relative}.video-container.svelte-t2qt8v{width:340px;height:193px;margin:0;margin-bottom:2rem;border-radius:0;position:relative;order:1}.hero-content.svelte-t2qt8v{grid-column:auto;margin-left:0;align-self:auto;position:relative;order:3;padding:0;width:100%}.hero-content.svelte-t2qt8v h1:where(.svelte-t2qt8v){font-size:24px;margin-bottom:1rem;margin-left:-748px}.text-box.svelte-t2qt8v{width:100%;font-size:14px;line-height:1.6;padding:0;max-width:340px}.info-cards.svelte-t2qt8v{grid-template-columns:1fr;gap:1rem;width:100%;margin:2rem auto 60px;padding:0;max-width:328px}.info-card.svelte-t2qt8v{width:328px;height:auto;min-height:50px;padding:1.5rem .5rem;border:1px solid #B4E7AF;background-color:transparent;border-radius:8px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:0;margin:0 auto;position:relative;left:-300px}.info-card.svelte-t2qt8v h3:where(.svelte-t2qt8v){font-size:12px;font-weight:600;margin:0 0 0 -130px;color:#fff;text-align:left;flex-shrink:0;white-space:nowrap;order:2}.info-card.svelte-t2qt8v:nth-child(3) h3:where(.svelte-t2qt8v){position:relative;left:-70px}.info-card.svelte-t2qt8v:nth-child(1) h3:where(.svelte-t2qt8v){position:relative;left:-5px}.info-card.svelte-t2qt8v:nth-child(4) h3:where(.svelte-t2qt8v){position:relative;left:-10px}.info-card.svelte-t2qt8v p:where(.svelte-t2qt8v){display:block;margin:0 0 0 auto;text-align:left;color:#aaa;font-size:12px;line-height:1.4;order:3}.info-card.svelte-t2qt8v:nth-child(1) p:where(.svelte-t2qt8v){position:relative;left:-80px}.info-card.svelte-t2qt8v:nth-child(2) p:where(.svelte-t2qt8v){position:relative;left:-65px}.info-card.svelte-t2qt8v:nth-child(3) p:where(.svelte-t2qt8v){position:relative;left:-30px}.info-card.svelte-t2qt8v:nth-child(4) p:where(.svelte-t2qt8v){position:relative;left:-70px}.card-icon.svelte-t2qt8v{filter:brightness(0) saturate(100%) invert(100%);flex-shrink:0;width:24px;height:24px;margin-left:10px;order:1}.info-card.svelte-t2qt8v:nth-child(1) .card-icon:where(.svelte-t2qt8v){position:relative;top:4px}.info-card.svelte-t2qt8v:nth-child(2) .card-icon:where(.svelte-t2qt8v){position:relative;top:4px}.info-card.svelte-t2qt8v:nth-child(3) .card-icon:where(.svelte-t2qt8v){position:relative;top:4px}.info-card.svelte-t2qt8v:nth-child(4) .card-icon:where(.svelte-t2qt8v){position:relative;top:4px}.tags-section.svelte-t2qt8v{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-start;margin-top:1rem;max-width:340px}.tag.svelte-t2qt8v{font-size:.8rem;padding:.4rem .8rem}.deco-image.svelte-t2qt8v{display:block;position:absolute;top:-400px;left:-95px;width:630px;height:auto;opacity:.9;z-index:0;pointer-events:none}.scroll-arrow.svelte-t2qt8v{display:none}.process-title.svelte-t2qt8v{font-size:24px;margin-left:25px}.process-steps.svelte-t2qt8v{margin-bottom:60px;overflow-x:visible;width:auto;position:relative;left:0;margin-left:0}.process-grid.svelte-t2qt8v{display:flex;overflow-x:auto;gap:3rem;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;width:100%;max-width:340px;margin-left:0;margin-right:0}.process-item.svelte-t2qt8v{flex-shrink:0;width:280px;scroll-snap-align:start;scroll-snap-stop:always}.process-item.svelte-t2qt8v:first-child{width:280px}.process-item.svelte-t2qt8v:nth-child(2),.process-item.svelte-t2qt8v:nth-child(3){width:280px}.process-image.svelte-t2qt8v{margin-bottom:1rem}.process-item.svelte-t2qt8v:first-child .process-image:where(.svelte-t2qt8v){width:100%;height:180px;border-radius:20px}.process-item.svelte-t2qt8v:nth-child(2) .process-image:where(.svelte-t2qt8v),.process-item.svelte-t2qt8v:nth-child(3) .process-image:where(.svelte-t2qt8v){width:100%;height:180px;border-radius:20px}.process-item.svelte-t2qt8v h4:where(.svelte-t2qt8v){font-size:18px;font-weight:600;margin:.75rem 0 .5rem;color:#fff;text-align:left}.process-item.svelte-t2qt8v p:where(.svelte-t2qt8v){font-size:14px;color:#aaa;line-height:1.6}.process-img.svelte-t2qt8v{width:100%;height:auto;aspect-ratio:472/296;border-radius:20px}.result-grid.svelte-t2qt8v{display:flex;flex-direction:column;gap:1.5rem}.result-title.svelte-t2qt8v{font-size:24px;margin-left:25px}.result-item.svelte-t2qt8v{width:100%;height:auto;max-width:333px}.result-item-offset.svelte-t2qt8v{margin-top:0;margin-left:0;width:100%}.result-img.svelte-t2qt8v{width:280px;height:175px;border-radius:8px;object-fit:cover;display:block}.result-item.svelte-t2qt8v h4:where(.svelte-t2qt8v),.result-item.svelte-t2qt8v p:where(.svelte-t2qt8v){max-width:328px}.result-image.svelte-t2qt8v{width:280px;height:175px;margin-bottom:5px;border-radius:8px;overflow:hidden}.result-item.svelte-t2qt8v h4:where(.svelte-t2qt8v){margin:0 0 10px}.result-item.svelte-t2qt8v p:where(.svelte-t2qt8v){margin:0 0 30px}.other-projects.svelte-t2qt8v{margin-top:-30px;margin-bottom:2rem}.other-title.svelte-t2qt8v{font-size:20px;margin-bottom:40px;margin-left:25px}.other-projects-grid.svelte-t2qt8v{display:grid;grid-template-columns:1fr;gap:16px;max-width:340px;margin-left:25px}.project-card.svelte-t2qt8v{max-width:100%;display:grid;grid-template-columns:1fr;gap:12px;align-items:start}.project-image.svelte-t2qt8v{border-radius:8px;margin-bottom:0;width:100%;height:160px;overflow:hidden;display:flex;align-items:center;justify-content:center}.project-image.svelte-t2qt8v img:where(.svelte-t2qt8v){border-radius:8px;width:100%;height:100%;object-fit:cover;display:block}.project-placeholder.svelte-t2qt8v{border-radius:8px;width:100%;height:160px}.project-card.svelte-t2qt8v h4:where(.svelte-t2qt8v){font-size:13px;margin:0}.project-tags.svelte-t2qt8v{display:none}.project-tags.svelte-t2qt8v .tag:where(.svelte-t2qt8v){font-size:11px}.footer-section.svelte-t2qt8v{flex-direction:column;text-align:center;padding:2rem 1rem;gap:1rem}.footer-left.svelte-t2qt8v{flex-direction:column;gap:.75rem;margin-bottom:0}.footer-left.svelte-t2qt8v a:where(.svelte-t2qt8v){font-size:12px}.footer-section.svelte-t2qt8v p:where(.svelte-t2qt8v){font-size:12px;order:unset;margin-top:.5rem}.carousel-indicators-about.svelte-t2qt8v{display:flex;justify-content:center;gap:.5rem;margin-top:1rem;margin-bottom:10px}.indicator-dot.svelte-t2qt8v{width:8px;height:8px;border-radius:50%;background-color:#464646;cursor:pointer;transition:background-color .4s ease,transform .4s ease,filter .4s ease,box-shadow .4s ease}.indicator-dot.active.svelte-t2qt8v{background-color:#b4e7af;transform:scale(1.25);filter:drop-shadow(0 0 6px #B4E7AF);box-shadow:0 0 12px #b4e7af99}}.footer-section.svelte-t2qt8v{width:100%;padding:3rem 2rem;text-align:center;border-top:1px solid rgba(255,255,255,.1);margin-top:4rem;display:flex;align-items:center;justify-content:space-between}.footer-left.svelte-t2qt8v{display:flex;gap:2rem;margin-left:-100px}.footer-left.svelte-t2qt8v a:where(.svelte-t2qt8v){color:#aaa;font-family:Roboto Flex;font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer-left.svelte-t2qt8v a:where(.svelte-t2qt8v):hover{color:#fff}.footer-section.svelte-t2qt8v p:where(.svelte-t2qt8v){color:#aaa;font-family:Roboto Flex;font-size:.9rem;font-weight:400;white-space:nowrap;margin:0 0 0 575px}.project-detail-page.svelte-1yh5z4c{width:100%;min-height:100vh;background-color:#000;color:#fff;padding-top:3rem}.back-button.svelte-1yh5z4c{position:fixed;top:10rem;left:2rem;background:none;border:none;color:#fff;font-size:.9rem;cursor:pointer;padding:0;font-family:inherit;z-index:9999;display:flex;align-items:center;white-space:nowrap;opacity:1;transition:opacity .3s ease}.back-button.hidden.svelte-1yh5z4c{opacity:0;pointer-events:none}.back-arrow.svelte-1yh5z4c{margin-right:.5rem;font-size:2rem}.back-text.svelte-1yh5z4c{opacity:0;transition:opacity .3s ease}.back-button.svelte-1yh5z4c:hover .back-text:where(.svelte-1yh5z4c){opacity:1}.back-button.svelte-1yh5z4c:hover{color:#aaa}.detail-content.svelte-1yh5z4c{max-width:calc(100% - 200px);margin:0 100px;padding:5rem 0 2rem;display:grid;grid-template-columns:repeat(8,1fr);gap:20px}.hero-section.svelte-1yh5z4c{display:grid;grid-template-columns:repeat(8,1fr);gap:20px;margin-bottom:4rem;grid-column:1 / -1;align-items:start}.hero-content.svelte-1yh5z4c{grid-column:1 / 4;margin-left:-50px;align-self:flex-end;position:relative}.hero-content.svelte-1yh5z4c h1:where(.svelte-1yh5z4c){font-family:Roboto Flex,sans-serif;font-size:32pt;font-weight:400;margin:0 0 1.5rem;line-height:1.2;color:#fff;text-align:left;margin-left:0}.text-box.svelte-1yh5z4c{width:420px}.tags-section.svelte-1yh5z4c{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;width:fit-content}.tag.svelte-1yh5z4c{display:inline-block;background-color:#ffffff14;color:#aaa;padding:.5rem .75rem;border-radius:16px;font-size:10pt;border:1px solid rgba(255,255,255,.1);white-space:nowrap}.hero-content.svelte-1yh5z4c p:where(.svelte-1yh5z4c){font-size:14pt;line-height:1.6;color:#ccc;margin:0;text-align:left}.video-container.svelte-1yh5z4c{grid-column:4 / -1;background-color:#1a1a1a;border-radius:8px;display:flex;align-items:center;justify-content:center;width:1075px;height:610px;margin-right:-50px}.video-thumbnail.svelte-1yh5z4c{width:100%;height:100%;cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;border-radius:8px;overflow:hidden;background:none;border:none;padding:0}.video-thumbnail.svelte-1yh5z4c img:where(.svelte-1yh5z4c){width:100%;height:100%;object-fit:cover}.play-button.svelte-1yh5z4c{position:absolute;width:80px;height:80px;background-color:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease}.video-thumbnail.svelte-1yh5z4c:hover .play-button:where(.svelte-1yh5z4c){background-color:#fff}.play-button.svelte-1yh5z4c svg:where(.svelte-1yh5z4c){width:40px;height:40px;margin-left:4px}.deco-label.svelte-1yh5z4c{position:absolute;top:470px;left:8%;transform:translate(-50%);font-size:11pt;color:#aaa;font-weight:400;z-index:100;white-space:nowrap;letter-spacing:.05em}.deco-image.svelte-1yh5z4c{position:absolute;top:250px;left:15%;transform:translate(-50%);width:250px;height:auto;opacity:.6;z-index:5}.deco-image.svelte-1yh5z4c img:where(.svelte-1yh5z4c){width:100%;height:auto}.scroll-arrow.svelte-1yh5z4c{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;animation:svelte-1yh5z4c-bounce 2s ease-in-out infinite}.scroll-arrow.svelte-1yh5z4c img:where(.svelte-1yh5z4c){width:32px;height:32px;color:#f5e264;stroke:#f5e264}@keyframes svelte-1yh5z4c-bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(10px)}}.info-cards.svelte-1yh5z4c{display:grid;grid-template-columns:repeat(4,284px);gap:60px;margin-bottom:162px;grid-column:1 / -1;margin-left:auto;margin-right:auto;margin-top:8rem;width:fit-content}.info-card.svelte-1yh5z4c{background-color:transparent;border:1px solid #F5E264;padding:2rem;border-radius:8px;width:284px;height:266px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.info-card.svelte-1yh5z4c:nth-child(3){display:flex;flex-direction:row;align-items:center;justify-content:flex-start;height:auto;width:328px}.card-icon.svelte-1yh5z4c{width:2rem;height:2rem;margin:0 auto 1rem;display:block}.info-card.svelte-1yh5z4c h3:where(.svelte-1yh5z4c){font-size:1rem;font-weight:600;margin:0 0 1.5rem;color:#fff;text-align:center}.info-card.svelte-1yh5z4c p:where(.svelte-1yh5z4c){font-size:.9rem;color:#aaa;line-height:1.6;margin:0;text-align:left}.process-steps.svelte-1yh5z4c{margin-top:0;margin-bottom:184px;position:relative;grid-column:1 / -1}.process-header.svelte-1yh5z4c{border-left:4px solid #F5E264;padding-left:1rem;margin-bottom:3rem;position:relative}.process-title.svelte-1yh5z4c{font-size:1.8rem;font-weight:700;margin:0;color:#fff;text-align:left}.process-grid.svelte-1yh5z4c{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.process-item.svelte-1yh5z4c{text-align:left}.process-image.svelte-1yh5z4c{margin-bottom:1.5rem}.process-item.svelte-1yh5z4c h4:where(.svelte-1yh5z4c){font-size:1.2rem;font-weight:600;margin:0 0 .75rem;color:#fff;text-align:left}.process-item.svelte-1yh5z4c p:where(.svelte-1yh5z4c){font-size:.9rem;color:#aaa;line-height:1.6;margin:0}.project-result.svelte-1yh5z4c{margin-top:0;margin-bottom:4rem;position:relative;grid-column:1 / -1}.result-header.svelte-1yh5z4c{border-left:4px solid #F5E264;padding-left:1rem;margin-bottom:3rem}.result-title.svelte-1yh5z4c{font-size:1.8rem;font-weight:700;margin:0;color:#fff;text-align:left}.result-grid.svelte-1yh5z4c{display:grid;grid-template-columns:1fr 1fr;gap:40px}.result-item.svelte-1yh5z4c{text-align:left}.result-item-offset.svelte-1yh5z4c{margin-top:350px;align-self:flex-start;margin-left:100px}.result-image.svelte-1yh5z4c{margin-bottom:1.5rem;width:604px;height:378px;border-radius:30px;overflow:hidden}.result-item.svelte-1yh5z4c h4:where(.svelte-1yh5z4c){font-size:1.2rem;font-weight:600;margin:0 0 .75rem;color:#fff;text-align:left}.result-item.svelte-1yh5z4c p:where(.svelte-1yh5z4c){font-size:.9rem;color:#aaa;line-height:1.6;margin:0}.other-projects.svelte-1yh5z4c{margin-top:6rem;margin-bottom:4rem;position:relative;grid-column:1 / -1}.other-header.svelte-1yh5z4c{border-left:4px solid #F5E264;padding-left:1rem;margin-bottom:3rem}.other-title.svelte-1yh5z4c{font-size:1.8rem;font-weight:700;margin:0;color:#fff;text-align:left}.other-projects-grid.svelte-1yh5z4c{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.project-card.svelte-1yh5z4c{text-align:left;cursor:pointer;transition:opacity .3s ease}.project-card.svelte-1yh5z4c:hover{opacity:.8}.project-card.svelte-1yh5z4c:hover .project-image:where(.svelte-1yh5z4c){box-shadow:0 0 20px #fff9;filter:drop-shadow(0 0 12px rgba(255,255,255,.4))}.project-image.svelte-1yh5z4c{margin-bottom:1.5rem;overflow:hidden;border-radius:30px;border:1px solid #DBC074}.project-placeholder.svelte-1yh5z4c{width:100%;aspect-ratio:4/3;background-color:#1a1a1a;border-radius:30px;display:flex;align-items:center;justify-content:center}.project-card.svelte-1yh5z4c h4:where(.svelte-1yh5z4c){font-size:1.2rem;font-weight:600;margin:0;color:#fff;text-align:left}@media(max-width:1024px){.info-cards.svelte-1yh5z4c{grid-template-columns:repeat(2,1fr)}.hero-section.svelte-1yh5z4c{grid-template-columns:1fr}}@media(max-width:768px){.detail-content.svelte-1yh5z4c{max-width:100%;margin:0 25px;padding:0;display:grid;grid-template-columns:repeat(8,1fr);gap:5px}.hero-section.svelte-1yh5z4c{grid-template-columns:1fr;display:flex;flex-direction:column;gap:0;margin-bottom:0}.video-container.svelte-1yh5z4c{width:340px;height:193px;margin:150px 0 0;border-radius:0;position:relative;order:1}.video-container.svelte-1yh5z4c iframe:where(.svelte-1yh5z4c){width:100%!important;height:100%!important}.hero-content.svelte-1yh5z4c{grid-column:auto;margin-left:0;align-self:auto;position:relative;order:3;padding:0;width:100%;margin-top:0}.hero-content.svelte-1yh5z4c h1:where(.svelte-1yh5z4c){font-size:1.8rem;margin-bottom:1rem}.text-box.svelte-1yh5z4c{width:100%;font-size:12pt;line-height:1.6;padding:0;margin-top:15px}.info-cards.svelte-1yh5z4c{grid-template-columns:1fr;gap:1rem;width:100%;margin:2rem auto 60px;padding:0;max-width:328px}.info-card.svelte-1yh5z4c{width:328px;height:auto;min-height:50px;padding:1.5rem .5rem;border:1px solid #F5E264;background-color:transparent;border-radius:8px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:0;margin:0 auto;position:relative;left:0}.info-card.svelte-1yh5z4c h3:where(.svelte-1yh5z4c){font-size:12px;font-weight:600;margin:0 0 0 -130px;color:#fff;text-align:left;flex-shrink:0;white-space:nowrap;order:2}.info-card.svelte-1yh5z4c:nth-child(3) h3:where(.svelte-1yh5z4c){position:relative;left:40px}.info-card.svelte-1yh5z4c:nth-child(1) h3:where(.svelte-1yh5z4c){position:relative;left:-13px}.info-card.svelte-1yh5z4c:nth-child(4) h3:where(.svelte-1yh5z4c){position:relative;left:-4px}.info-card.svelte-1yh5z4c p:where(.svelte-1yh5z4c){display:block;margin:0 0 0 auto;text-align:left;color:#aaa;font-size:12px;line-height:1.4;order:3}.info-card.svelte-1yh5z4c:nth-child(1) p:where(.svelte-1yh5z4c){position:relative;left:-55px}.info-card.svelte-1yh5z4c:nth-child(2) p:where(.svelte-1yh5z4c){position:relative;left:-65px}.info-card.svelte-1yh5z4c:nth-child(3) p:where(.svelte-1yh5z4c){position:relative;left:-15px}.info-card.svelte-1yh5z4c:nth-child(4) p:where(.svelte-1yh5z4c){position:relative;left:-55px}.card-icon.svelte-1yh5z4c{filter:brightness(0) saturate(100%) invert(100%);flex-shrink:0;width:24px;height:24px;margin-left:10px;order:1}.info-card.svelte-1yh5z4c:nth-child(1) .card-icon:where(.svelte-1yh5z4c){position:relative;top:4px}.info-card.svelte-1yh5z4c:nth-child(2) .card-icon:where(.svelte-1yh5z4c){position:relative;top:4px}.info-card.svelte-1yh5z4c:nth-child(3) .card-icon:where(.svelte-1yh5z4c){position:relative;top:4px}.info-card.svelte-1yh5z4c:nth-child(4) .card-icon:where(.svelte-1yh5z4c){position:relative;top:4px}.tags-section.svelte-1yh5z4c{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-start;margin-top:1rem}.tag.svelte-1yh5z4c{font-size:.8rem;padding:.4rem .8rem}.deco-image.svelte-1yh5z4c{display:block;position:absolute;top:80px;left:50%;transform:translate(-50%);width:100px;height:auto;opacity:.9;z-index:10;pointer-events:none}.deco-label.svelte-1yh5z4c{display:block;position:static;transform:none;font-size:12pt;margin-bottom:.5rem;color:#aaa;order:1}.scroll-arrow.svelte-1yh5z4c{display:none}.process-grid.svelte-1yh5z4c{display:flex;overflow-x:auto;gap:3rem;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;width:100%;max-width:100%;margin-left:-0px;margin-right:-25px;padding:0 25px}.process-item.svelte-1yh5z4c{flex:0 0 auto;width:280px;scroll-snap-align:start;flex-shrink:0}.process-item.svelte-1yh5z4c:first-child{width:280px}.process-item.svelte-1yh5z4c:nth-child(2),.process-item.svelte-1yh5z4c:nth-child(3){width:280px}.process-item.svelte-1yh5z4c:first-child .process-image:where(.svelte-1yh5z4c){width:280px;height:175px}.process-image.svelte-1yh5z4c{width:280px;height:175px;margin-bottom:1rem;background-color:#2a2a2a;border-radius:20px;overflow:hidden}.project-result.svelte-1yh5z4c{margin-top:0;margin-bottom:60px}.result-grid.svelte-1yh5z4c{display:flex;flex-direction:column;gap:1.5rem}.result-item.svelte-1yh5z4c{width:100%;height:auto;max-width:328px}.result-item-offset.svelte-1yh5z4c{margin-top:0;margin-left:0;width:100%}.result-item.svelte-1yh5z4c h4:where(.svelte-1yh5z4c),.result-item.svelte-1yh5z4c p:where(.svelte-1yh5z4c){max-width:328px}.result-image.svelte-1yh5z4c{width:280px;height:175px;margin-bottom:5px;border-radius:8px;overflow:hidden}.result-item.svelte-1yh5z4c h4:where(.svelte-1yh5z4c){margin:0 0 10px}.result-item.svelte-1yh5z4c p:where(.svelte-1yh5z4c){margin:0 0 30px}.other-projects.svelte-1yh5z4c{margin-top:-30px;margin-bottom:2rem}.other-title.svelte-1yh5z4c{font-size:20px;margin-bottom:40px;margin-left:25px}.other-projects-grid.svelte-1yh5z4c{display:grid;grid-template-columns:1fr;gap:16px;max-width:340px;margin-left:25px}.project-card.svelte-1yh5z4c{max-width:100%;display:grid;grid-template-columns:1fr;gap:12px;align-items:start}.project-image.svelte-1yh5z4c{border-radius:8px;margin-bottom:0;width:100%;height:160px;overflow:hidden;display:flex;align-items:center;justify-content:center}.project-image.svelte-1yh5z4c img:where(.svelte-1yh5z4c){border-radius:8px;width:100%;height:100%;object-fit:cover;display:block}.project-placeholder.svelte-1yh5z4c{border-radius:8px;width:100%;height:160px;aspect-ratio:unset;aspect-ratio:auto;max-height:unset}.project-card.svelte-1yh5z4c h4:where(.svelte-1yh5z4c){font-size:13px;margin:0}}.footer-section.svelte-1yh5z4c{width:100%;padding:3rem 2rem;text-align:center;border-top:1px solid rgba(255,255,255,.1);margin-top:4rem;display:flex;align-items:center;justify-content:space-between}.footer-left.svelte-1yh5z4c{display:flex;gap:2rem;margin-left:-100px}.footer-left.svelte-1yh5z4c a:where(.svelte-1yh5z4c){color:#aaa;font-family:Roboto Flex;font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer-left.svelte-1yh5z4c a:where(.svelte-1yh5z4c):hover{color:#fff}.footer-section.svelte-1yh5z4c p:where(.svelte-1yh5z4c){color:#aaa;font-family:Roboto Flex;font-size:.9rem;font-weight:400;white-space:nowrap;margin:0 0 0 575px}@media(max-width:768px){.footer-section.svelte-1yh5z4c{flex-direction:column;text-align:center;padding:2rem 1rem;gap:1rem}.footer-left.svelte-1yh5z4c{flex-direction:column;gap:.75rem;margin-bottom:0;margin-left:0}.footer-left.svelte-1yh5z4c a:where(.svelte-1yh5z4c){font-size:12px}.footer-section.svelte-1yh5z4c p:where(.svelte-1yh5z4c){font-size:12px;white-space:normal;margin-left:0;margin-top:.5rem}.carousel-indicators-about.svelte-1yh5z4c{display:flex;justify-content:center;gap:.5rem;margin-top:1rem;margin-bottom:20px}.indicator-dot.svelte-1yh5z4c{width:8px;height:8px;border-radius:50%;background-color:#464646;cursor:pointer;transition:background-color .4s ease,transform .4s ease,filter .4s ease,box-shadow .4s ease}.indicator-dot.active.svelte-1yh5z4c{background-color:gold;transform:scale(1.25);filter:drop-shadow(0 0 6px #FFD700);box-shadow:0 0 12px #ffd70099}}.project-detail-page.svelte-rd6nd8{width:100%;min-height:100vh;background-color:#000;color:#fff;padding-top:3rem}.back-button.svelte-rd6nd8{position:fixed;top:10rem;left:2rem;background:none;border:none;color:#fff;font-size:.9rem;cursor:pointer;padding:0;font-family:inherit;z-index:9999;display:flex;align-items:center;white-space:nowrap;opacity:1;transition:opacity .3s ease}.back-button.hidden.svelte-rd6nd8{opacity:0;pointer-events:none}.back-arrow.svelte-rd6nd8{margin-right:.5rem;font-size:2rem}.back-text.svelte-rd6nd8{opacity:0;transition:opacity .3s ease}.back-button.svelte-rd6nd8:hover .back-text:where(.svelte-rd6nd8){opacity:1}.back-button.svelte-rd6nd8:hover{color:#aaa}.detail-content.svelte-rd6nd8{max-width:calc(100% - 200px);margin:0 100px;padding:5rem 0 2rem;display:grid;grid-template-columns:repeat(8,1fr);gap:20px}.hero-section.svelte-rd6nd8{display:grid;grid-template-columns:repeat(8,1fr);gap:20px;margin-bottom:4rem;grid-column:1 / -1;align-items:start}.hero-content.svelte-rd6nd8{grid-column:1 / 4;margin-left:-50px;align-self:flex-end;position:relative}.invention-label.svelte-rd6nd8{display:block;font-size:11pt;color:#aaa;margin-bottom:.5rem;font-family:inherit;text-align:left}.hero-content.svelte-rd6nd8 h1:where(.svelte-rd6nd8){font-family:Roboto Flex,sans-serif;font-size:32pt;font-weight:400;margin:0 0 1.5rem;line-height:1.2;color:#fff;text-align:left;margin-left:0}.text-box.svelte-rd6nd8{width:420px}.tags-section.svelte-rd6nd8{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;width:fit-content}.tag.svelte-rd6nd8{display:inline-block;background-color:#ffffff14;color:#aaa;padding:.5rem .75rem;border-radius:16px;font-size:10pt;border:1px solid rgba(255,255,255,.1);white-space:nowrap}.hero-content.svelte-rd6nd8 p:where(.svelte-rd6nd8){font-size:14pt;line-height:1.6;color:#ccc;margin:0;text-align:left}.video-container.svelte-rd6nd8{grid-column:4 / -1;background-color:#1a1a1a;border-radius:8px;display:flex;align-items:center;justify-content:center;width:1075px;height:610px;margin-right:-50px;border:1px solid #444444}.scroll-arrow.svelte-rd6nd8{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;animation:svelte-rd6nd8-bounce 2s ease-in-out infinite}.scroll-arrow.svelte-rd6nd8 img:where(.svelte-rd6nd8){width:32px;height:32px;color:#fff;stroke:#fff}@keyframes svelte-rd6nd8-bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(10px)}}.info-cards.svelte-rd6nd8{display:grid;grid-template-columns:repeat(4,284px);gap:60px;margin-bottom:162px;grid-column:1 / -1;margin-left:auto;margin-right:auto;margin-top:8rem;width:fit-content}.info-card.svelte-rd6nd8{background-color:transparent;border:1px solid #ffffff;padding:2rem;border-radius:8px;width:284px;height:266px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.card-icon.svelte-rd6nd8{width:2rem;height:2rem;margin-bottom:.5rem;display:block;margin-left:auto;margin-right:auto}.info-card.svelte-rd6nd8 h3:where(.svelte-rd6nd8){font-size:1rem;font-weight:600;margin:.5rem 0 1rem;color:#fff;text-align:center;margin-left:0}.info-card.svelte-rd6nd8 p:where(.svelte-rd6nd8){font-size:.9rem;color:#aaa;line-height:1.6;margin:0;text-align:left}.info-card.svelte-rd6nd8:nth-child(3) p:where(.svelte-rd6nd8){margin-left:0}.process-steps.svelte-rd6nd8{margin-top:0;margin-bottom:184px;position:relative;grid-column:1 / -1}.process-header.svelte-rd6nd8{border-left:4px solid #ffffff;padding-left:1rem;margin-bottom:3rem;position:relative}.process-title.svelte-rd6nd8{font-size:1.8rem;font-weight:700;color:#fff;text-align:left;margin:0}.process-grid.svelte-rd6nd8{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.process-item.svelte-rd6nd8{text-align:left}.process-image.svelte-rd6nd8{margin-bottom:1.5rem;width:472px;height:296px;border-radius:30px;overflow:hidden}.process-item.svelte-rd6nd8 h4:where(.svelte-rd6nd8){font-size:1.2rem;font-weight:600;margin:0 0 .75rem;color:#fff;text-align:left;margin-left:0}.process-item.svelte-rd6nd8 p:where(.svelte-rd6nd8){font-size:.9rem;color:#aaa;line-height:1.6;margin:0}.project-result.svelte-rd6nd8{margin-top:0;margin-bottom:4rem;position:relative;grid-column:1 / -1}.result-header.svelte-rd6nd8{border-left:4px solid #ffffff;padding-left:1rem;margin-bottom:3rem}.result-title.svelte-rd6nd8{font-size:1.8rem;font-weight:700;color:#fff;text-align:left;margin:0}.result-grid.svelte-rd6nd8{display:grid;grid-template-columns:1fr 1fr;gap:40px}.result-item.svelte-rd6nd8{text-align:left}.result-item-offset.svelte-rd6nd8{margin-top:350px;align-self:flex-start;margin-left:100px}.result-image.svelte-rd6nd8{margin-bottom:1.5rem;width:604px;height:378px;border-radius:30px;overflow:hidden;border:1px solid #444444}.result-item.svelte-rd6nd8 h4:where(.svelte-rd6nd8){font-size:1.2rem;font-weight:600;margin:0 0 .75rem;color:#fff;text-align:left;margin-left:0}.result-item.svelte-rd6nd8 p:where(.svelte-rd6nd8){font-size:.9rem;color:#aaa;line-height:1.6;margin:0}.other-projects.svelte-rd6nd8{margin-top:6rem;margin-bottom:4rem;position:relative;grid-column:1 / -1}.other-header.svelte-rd6nd8{border-left:4px solid #ffffff;padding-left:1rem;margin-bottom:3rem}.other-title.svelte-rd6nd8{font-size:1.8rem;font-weight:700;color:#fff;text-align:left;margin:0}.other-projects-grid.svelte-rd6nd8{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.project-card.svelte-rd6nd8{text-align:left;cursor:pointer;transition:opacity .3s ease}.project-card.svelte-rd6nd8:hover{opacity:.8}.project-card.svelte-rd6nd8:hover .project-image:where(.svelte-rd6nd8){box-shadow:0 0 20px #fff9;filter:drop-shadow(0 0 12px rgba(255,255,255,.4))}.project-image.svelte-rd6nd8{margin-bottom:1.5rem;overflow:hidden;border-radius:30px}.project-card.svelte-rd6nd8:hover img:where(.svelte-rd6nd8){transform:scale(1.1);transition:transform .3s ease}.project-card.svelte-rd6nd8 img:where(.svelte-rd6nd8){transition:transform .3s ease}.project-placeholder.svelte-rd6nd8{width:100%;aspect-ratio:4/3;background-color:#1a1a1a;border-radius:30px;display:flex;align-items:center;justify-content:center}.project-card.svelte-rd6nd8 h4:where(.svelte-rd6nd8){font-size:1.2rem;font-weight:600;color:#fff;text-align:left;margin:0}.project-tags.svelte-rd6nd8{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.project-tags.svelte-rd6nd8 .tag:where(.svelte-rd6nd8){display:inline-block;background-color:#ffffff14;color:#aaa;padding:.3rem .6rem;border-radius:12px;font-size:.75rem;border:1px solid rgba(255,255,255,.1);white-space:nowrap}@media(max-width:1024px){.info-cards.svelte-rd6nd8{grid-template-columns:repeat(2,1fr)}.hero-section.svelte-rd6nd8{grid-template-columns:1fr}}@media(max-width:768px){.project-detail-page.svelte-rd6nd8{padding-top:0}.detail-content.svelte-rd6nd8{max-width:100%;margin:0 25px;padding:0;display:grid;grid-template-columns:repeat(8,1fr);gap:5px}.hero-section.svelte-rd6nd8{grid-template-columns:1fr;display:flex;flex-direction:column;gap:0;margin-bottom:0;margin-top:200px;position:relative}.video-container.svelte-rd6nd8{width:340px;height:193px;margin:0;margin-bottom:2rem;border-radius:0;position:relative;order:1}.hero-content.svelte-rd6nd8{grid-column:auto;margin-left:0;align-self:auto;position:relative;order:3;padding:0;width:100%}.hero-content.svelte-rd6nd8 h1:where(.svelte-rd6nd8){font-size:24px;margin-bottom:1rem}.text-box.svelte-rd6nd8{width:100%;font-size:14px;line-height:1.6;padding:0;max-width:340px}.info-cards.svelte-rd6nd8{grid-template-columns:1fr;gap:1rem;width:100%;margin:2rem auto 60px;padding:0;max-width:328px}.info-card.svelte-rd6nd8{width:328px;height:auto;min-height:50px;padding:1.5rem .5rem;border:1px solid #ffffff;background-color:transparent;border-radius:8px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:0;margin:0 auto;position:relative;left:-300px}.info-card.svelte-rd6nd8 h3:where(.svelte-rd6nd8){font-size:12px;font-weight:600;margin:0 0 0 -130px;color:#fff;text-align:left;flex-shrink:0;white-space:nowrap;order:2}.info-card.svelte-rd6nd8:nth-child(3) h3:where(.svelte-rd6nd8){position:relative;left:-40px}.info-card.svelte-rd6nd8:nth-child(1) h3:where(.svelte-rd6nd8){position:relative;left:-13px}.info-card.svelte-rd6nd8:nth-child(4) h3:where(.svelte-rd6nd8){position:relative;left:-4px}.info-card.svelte-rd6nd8 p:where(.svelte-rd6nd8){display:block;margin:0 0 0 auto;text-align:left;color:#aaa;font-size:12px;line-height:1.4;order:3}.info-card.svelte-rd6nd8:nth-child(1) p:where(.svelte-rd6nd8){position:relative;left:-55px}.info-card.svelte-rd6nd8:nth-child(2) p:where(.svelte-rd6nd8){position:relative;left:-65px}.info-card.svelte-rd6nd8:nth-child(3) p:where(.svelte-rd6nd8){position:relative;left:-15px}.info-card.svelte-rd6nd8:nth-child(4) p:where(.svelte-rd6nd8){position:relative;left:-55px}.card-icon.svelte-rd6nd8{filter:brightness(0) saturate(100%) invert(100%);flex-shrink:0;width:24px;height:24px;margin-left:10px;order:1}.info-card.svelte-rd6nd8:nth-child(1) .card-icon:where(.svelte-rd6nd8){position:relative;top:4px}.info-card.svelte-rd6nd8:nth-child(2) .card-icon:where(.svelte-rd6nd8){position:relative;top:4px}.info-card.svelte-rd6nd8:nth-child(3) .card-icon:where(.svelte-rd6nd8){position:relative;top:4px}.info-card.svelte-rd6nd8:nth-child(4) .card-icon:where(.svelte-rd6nd8){position:relative;top:4px}.tags-section.svelte-rd6nd8{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-start;margin-top:1rem;max-width:340px}.tag.svelte-rd6nd8{font-size:.8rem;padding:.4rem .8rem}.scroll-arrow.svelte-rd6nd8{display:none}.process-title.svelte-rd6nd8{font-size:24px;margin-left:25px}.process-steps.svelte-rd6nd8{margin-bottom:60px;overflow:visible!important}.process-grid.svelte-rd6nd8{display:flex;overflow-x:auto;gap:3rem;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;width:100%;max-width:340px;margin-left:25px;margin-right:0;margin-top:-24px}.process-item.svelte-rd6nd8{flex-shrink:0;width:280px;scroll-snap-align:start;scroll-snap-stop:always}.process-item.svelte-rd6nd8:first-child{width:280px}.process-item.svelte-rd6nd8:nth-child(2),.process-item.svelte-rd6nd8:nth-child(3){width:280px}.process-image.svelte-rd6nd8{margin-bottom:1rem}.process-item.svelte-rd6nd8:first-child .process-image:where(.svelte-rd6nd8){width:100%;height:180px;border-radius:20px}.process-item.svelte-rd6nd8:nth-child(2) .process-image:where(.svelte-rd6nd8),.process-item.svelte-rd6nd8:nth-child(3) .process-image:where(.svelte-rd6nd8){width:100%;height:180px;border-radius:20px}.process-item.svelte-rd6nd8 h4:where(.svelte-rd6nd8){font-size:18px;font-weight:600;margin:.75rem 0 .5rem;color:#fff;text-align:left}.process-item.svelte-rd6nd8 p:where(.svelte-rd6nd8){font-size:14px;color:#aaa;line-height:1.6}.carousel-indicators-about.svelte-rd6nd8{display:flex!important;justify-content:center;gap:.5rem;margin-top:1rem;margin-bottom:10px;width:100%!important;z-index:50!important;position:relative}.indicator-dot.svelte-rd6nd8{width:8px;height:8px;border-radius:50%;background-color:#fff!important;cursor:pointer;transition:background-color .4s ease,transform .4s ease,filter .4s ease,box-shadow .4s ease;flex-shrink:0}.indicator-dot.active.svelte-rd6nd8{background-color:#ffb84d!important;transform:scale(1.25);filter:drop-shadow(0 0 6px #FFB84D);box-shadow:0 0 12px #ffb84d99}.result-grid.svelte-rd6nd8{display:flex;flex-direction:column;gap:1.5rem}.result-title.svelte-rd6nd8{font-size:24px;margin-left:25px}.result-item.svelte-rd6nd8{width:100%;height:auto;max-width:333px}.result-item-offset.svelte-rd6nd8{margin-top:0;margin-left:0;width:100%}.result-item.svelte-rd6nd8 h4:where(.svelte-rd6nd8),.result-item.svelte-rd6nd8 p:where(.svelte-rd6nd8){max-width:328px}.result-image.svelte-rd6nd8{width:280px;height:175px;margin-bottom:5px;border-radius:8px;overflow:hidden}.result-item.svelte-rd6nd8 h4:where(.svelte-rd6nd8){margin:0 0 10px}.result-item.svelte-rd6nd8 p:where(.svelte-rd6nd8){margin:0 0 30px}.other-projects.svelte-rd6nd8{margin-top:-30px;margin-bottom:2rem}.other-title.svelte-rd6nd8{font-size:20px;margin-bottom:40px;margin-left:25px}.other-projects-grid.svelte-rd6nd8{display:grid;grid-template-columns:1fr;gap:16px;max-width:340px;margin-left:25px}.project-card.svelte-rd6nd8{max-width:100%;display:grid;grid-template-columns:1fr;gap:12px;align-items:start}.project-image.svelte-rd6nd8{border-radius:8px;margin-bottom:0;width:100%;height:160px;overflow:hidden;display:flex;align-items:center;justify-content:center}.project-image.svelte-rd6nd8 img:where(.svelte-rd6nd8){border-radius:8px;width:100%;height:100%;object-fit:cover;display:block}.project-placeholder.svelte-rd6nd8{border-radius:8px;width:100%;height:160px;aspect-ratio:unset;aspect-ratio:auto;max-height:unset}.project-card.svelte-rd6nd8 h4:where(.svelte-rd6nd8){font-size:13px;margin:0}.project-tags.svelte-rd6nd8{display:none}.project-tags.svelte-rd6nd8 .tag:where(.svelte-rd6nd8){font-size:11px}.footer-section.svelte-rd6nd8{flex-direction:column;text-align:center;padding:2rem 1rem;gap:1rem}.footer-left.svelte-rd6nd8{flex-direction:column;gap:.75rem;margin-bottom:0}.footer-left.svelte-rd6nd8 a:where(.svelte-rd6nd8){font-size:12px}.footer-section.svelte-rd6nd8 p:where(.svelte-rd6nd8){font-size:12px;order:unset;margin-top:.5rem}}.footer-section.svelte-rd6nd8{width:100%;padding:3rem 2rem;text-align:center;border-top:1px solid rgba(255,255,255,.1);margin-top:4rem;display:flex;align-items:center;justify-content:space-between}.footer-left.svelte-rd6nd8{display:flex;gap:2rem;margin-left:-100px}.footer-left.svelte-rd6nd8 a:where(.svelte-rd6nd8){color:#aaa;font-family:Roboto Flex;font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer-left.svelte-rd6nd8 a:where(.svelte-rd6nd8):hover{color:#fff}.footer-section.svelte-rd6nd8 p:where(.svelte-rd6nd8){color:#aaa;font-family:Roboto Flex;font-size:.9rem;font-weight:400;white-space:nowrap;margin:0 0 0 575px}.project-detail-page.svelte-1omoerc{width:100%;min-height:100vh;background-color:#000;color:#fff;padding-top:3rem}.back-button.svelte-1omoerc{position:fixed;top:10rem;left:2rem;background:none;border:none;color:#fff;font-size:.9rem;cursor:pointer;padding:0;font-family:inherit;z-index:9999;display:flex;align-items:center;white-space:nowrap;opacity:1;transition:opacity .3s ease}.back-button.hidden.svelte-1omoerc{opacity:0;pointer-events:none}.back-arrow.svelte-1omoerc{margin-right:.5rem;font-size:2rem}.back-text.svelte-1omoerc{opacity:0;transition:opacity .3s ease}.back-button.svelte-1omoerc:hover .back-text:where(.svelte-1omoerc){opacity:1}.back-button.svelte-1omoerc:hover{color:#aaa}.detail-content.svelte-1omoerc{max-width:calc(100% - 200px);margin:0 100px;padding:5rem 0 2rem;display:grid;grid-template-columns:repeat(8,1fr);gap:20px}.hero-section.svelte-1omoerc{display:grid;grid-template-columns:repeat(8,1fr);gap:20px;margin-bottom:4rem;grid-column:1 / -1;align-items:start}.hero-content.svelte-1omoerc{grid-column:1 / 4;margin-left:-50px;align-self:flex-end;position:relative}.invention-label.svelte-1omoerc{display:block;font-size:11pt;color:#aaa;margin-bottom:.5rem;font-family:inherit;text-align:left}.hero-content.svelte-1omoerc h1:where(.svelte-1omoerc){font-family:Roboto Flex,sans-serif;font-size:32pt;font-weight:400;margin:0 0 1.5rem;line-height:1.2;color:#fff;text-align:left;margin-left:0}.text-box.svelte-1omoerc{width:420px}.tags-section.svelte-1omoerc{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;width:fit-content}.tag.svelte-1omoerc{display:inline-block;background-color:#ffffff14;color:#aaa;padding:.5rem .75rem;border-radius:16px;font-size:10pt;border:1px solid rgba(255,255,255,.1);white-space:nowrap}.hero-content.svelte-1omoerc p:where(.svelte-1omoerc){font-size:14pt;line-height:1.6;color:#ccc;margin:0;text-align:left}.video-container.svelte-1omoerc{grid-column:4 / -1;background-color:#1a1a1a;border-radius:8px;display:flex;align-items:center;justify-content:center;width:1075px;height:610px;margin-right:-50px;position:relative;overflow:hidden}.deco-image.svelte-1omoerc{position:absolute;top:-280px;right:-200px;width:800px;height:auto;z-index:0;opacity:.6}.video-thumbnail.svelte-1omoerc{position:relative;width:100%;height:100%;cursor:pointer;display:flex;align-items:center;justify-content:center}.play-button.svelte-1omoerc{position:absolute;display:flex;align-items:center;justify-content:center;background-color:#00000080;border-radius:50%;width:100px;height:100px;transition:background-color .3s ease}.video-thumbnail.svelte-1omoerc:hover .play-button:where(.svelte-1omoerc){background-color:#000c}.scroll-arrow.svelte-1omoerc{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;animation:svelte-1omoerc-bounce 2s ease-in-out infinite}.scroll-arrow.svelte-1omoerc img:where(.svelte-1omoerc){width:32px;height:32px;color:#bb8bd2;stroke:#bb8bd2}@keyframes svelte-1omoerc-bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(10px)}}.info-cards.svelte-1omoerc{display:grid;grid-template-columns:repeat(4,284px);gap:60px;margin-bottom:162px;grid-column:1 / -1;margin-left:auto;margin-right:auto;margin-top:8rem;width:fit-content}.info-card.svelte-1omoerc{background-color:transparent;border:1px solid #3ECAE3;padding:2rem;border-radius:8px;width:284px;height:266px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.card-icon.svelte-1omoerc{width:2rem;height:2rem;margin-bottom:.5rem;display:block;margin-left:auto;margin-right:auto}.info-card.svelte-1omoerc h3:where(.svelte-1omoerc){font-size:1rem;font-weight:600;margin:.5rem 0 1rem;color:#fff;text-align:center;margin-left:0}.info-card.svelte-1omoerc p:where(.svelte-1omoerc){font-size:.9rem;color:#aaa;line-height:1.6;margin:0;text-align:left}.info-card.svelte-1omoerc:nth-child(3) p:where(.svelte-1omoerc){margin-left:0}.info-card.svelte-1omoerc:nth-child(3){display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:2rem}.info-card.svelte-1omoerc:nth-child(3) h3:where(.svelte-1omoerc){text-align:center}.info-card.svelte-1omoerc:nth-child(3) p:where(.svelte-1omoerc){text-align:center;width:100%}.process-steps.svelte-1omoerc{margin-top:0;margin-bottom:184px;position:relative;grid-column:1 / -1}.process-header.svelte-1omoerc{border-left:4px solid #3ECAE3;padding-left:1rem;margin-bottom:3rem;position:relative}.process-title.svelte-1omoerc{font-size:1.8rem;font-weight:700;color:#fff;text-align:left;margin:0}.process-grid.svelte-1omoerc{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.process-item.svelte-1omoerc{text-align:left}.process-image.svelte-1omoerc{margin-bottom:1.5rem;width:100%;height:296px;border-radius:30px;overflow:hidden}.process-item.svelte-1omoerc h4:where(.svelte-1omoerc){font-size:1.2rem;font-weight:600;margin:0 0 .75rem;color:#fff;text-align:left;margin-left:0}.process-item.svelte-1omoerc p:where(.svelte-1omoerc){font-size:.9rem;color:#aaa;line-height:1.6;margin:0}.project-result.svelte-1omoerc{margin-top:0;margin-bottom:4rem;position:relative;grid-column:1 / -1}.result-header.svelte-1omoerc{border-left:4px solid #3ECAE3;padding-left:1rem;margin-bottom:3rem}.result-title.svelte-1omoerc{font-size:1.8rem;font-weight:700;color:#fff;text-align:left;margin:0}.result-grid.svelte-1omoerc{display:grid;grid-template-columns:1fr 1fr;gap:40px}.result-item.svelte-1omoerc{text-align:left}.result-item-offset.svelte-1omoerc{margin-top:450px;align-self:flex-start;margin-left:100px}.result-item-high.svelte-1omoerc{margin-top:-150px}.result-image.svelte-1omoerc{margin-bottom:1.5rem}.result-item.svelte-1omoerc h4:where(.svelte-1omoerc){font-size:1.2rem;font-weight:600;margin:0 0 .75rem;color:#fff;text-align:left;margin-left:0}.result-item.svelte-1omoerc p:where(.svelte-1omoerc){font-size:.9rem;color:#aaa;line-height:1.6;margin:0}.other-projects.svelte-1omoerc{margin-top:6rem;margin-bottom:4rem;position:relative;grid-column:1 / -1}.other-header.svelte-1omoerc{border-left:4px solid #3ECAE3;padding-left:1rem;margin-bottom:3rem}.other-title.svelte-1omoerc{font-size:1.8rem;font-weight:700;color:#fff;text-align:left;margin:0}.other-projects-grid.svelte-1omoerc{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.project-card.svelte-1omoerc{text-align:left;cursor:pointer;transition:opacity .3s ease}.project-card.svelte-1omoerc:hover{opacity:.8}.project-image.svelte-1omoerc{margin-bottom:1.5rem}.project-placeholder.svelte-1omoerc{width:100%;aspect-ratio:4/3;background-color:#1a1a1a;border-radius:30px;display:flex;align-items:center;justify-content:center}.project-card.svelte-1omoerc h4:where(.svelte-1omoerc){font-size:1.2rem;font-weight:600;color:#fff;text-align:left;margin:0}.project-tags.svelte-1omoerc{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.project-tags.svelte-1omoerc .tag:where(.svelte-1omoerc){display:inline-block;background-color:#ffffff14;color:#aaa;padding:.3rem .6rem;border-radius:12px;font-size:.75rem;border:1px solid rgba(255,255,255,.1);white-space:nowrap}@media(max-width:1024px){.info-cards.svelte-1omoerc{grid-template-columns:repeat(2,1fr)}.hero-section.svelte-1omoerc{grid-template-columns:1fr}}@media(max-width:768px){.project-detail-page.svelte-1omoerc{padding-top:0}.detail-content.svelte-1omoerc{max-width:100%;margin:0 25px;padding:0;display:grid;grid-template-columns:repeat(8,1fr);gap:5px}.hero-section.svelte-1omoerc{grid-template-columns:1fr;display:flex;flex-direction:column;gap:0;margin-bottom:0;margin-top:200px;position:relative}.video-container.svelte-1omoerc{width:340px;height:193px;margin:0;margin-bottom:2rem;border-radius:0;position:relative;order:1}.hero-content.svelte-1omoerc{grid-column:auto;margin-left:0;align-self:auto;position:relative;order:3;padding:0;width:100%}.hero-content.svelte-1omoerc h1:where(.svelte-1omoerc){font-size:24px;margin-bottom:1rem}.text-box.svelte-1omoerc{width:100%;font-size:14px;line-height:1.6;padding:0;max-width:340px}.info-cards.svelte-1omoerc{grid-template-columns:1fr;gap:1rem;width:100%;margin:2rem auto 60px;padding:0;max-width:328px}.info-card.svelte-1omoerc{width:328px;height:auto;padding:1.5rem .5rem;border:1px solid #3ECAE3;background-color:transparent;border-radius:8px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:0;margin:0 auto;position:relative;left:-300px}.info-card.svelte-1omoerc h3:where(.svelte-1omoerc){font-size:12px;font-weight:600;margin:0 0 0 -130px;color:#fff;text-align:left;flex-shrink:0;white-space:nowrap;order:2}.info-card.svelte-1omoerc:nth-child(3) h3:where(.svelte-1omoerc){position:relative;left:2px;top:-25px}.info-card.svelte-1omoerc:nth-child(1) h3:where(.svelte-1omoerc){position:relative;left:-13px}.info-card.svelte-1omoerc:nth-child(4) h3:where(.svelte-1omoerc){position:relative;left:-4px}.info-card.svelte-1omoerc p:where(.svelte-1omoerc){display:block;margin:0 0 0 auto;text-align:left;color:#aaa;font-size:12px;line-height:1.4;order:3}.info-card.svelte-1omoerc:nth-child(1) p:where(.svelte-1omoerc){position:relative;left:-55px}.info-card.svelte-1omoerc:nth-child(2) p:where(.svelte-1omoerc){position:relative;left:-65px}.info-card.svelte-1omoerc:nth-child(3) p:where(.svelte-1omoerc){position:relative;left:50px;top:-55px}.info-card.svelte-1omoerc:nth-child(4) p:where(.svelte-1omoerc){position:relative;left:-55px}.card-icon.svelte-1omoerc{filter:brightness(0) saturate(100%) invert(100%);flex-shrink:0;width:24px;height:24px;margin-left:10px;order:1}.info-card.svelte-1omoerc:nth-child(1) .card-icon:where(.svelte-1omoerc){position:relative;top:4px}.info-card.svelte-1omoerc:nth-child(2) .card-icon:where(.svelte-1omoerc){position:relative;top:4px}.info-card.svelte-1omoerc:nth-child(3) .card-icon:where(.svelte-1omoerc){position:relative;top:4px}.info-card.svelte-1omoerc:nth-child(4) .card-icon:where(.svelte-1omoerc){position:relative;top:4px}.tags-section.svelte-1omoerc{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-start;margin-top:1rem;max-width:340px}.tag.svelte-1omoerc{font-size:.8rem;padding:.4rem .8rem}.deco-image.svelte-1omoerc{display:block;position:absolute;top:-350px;left:-95px;width:280px;height:auto;opacity:.9;z-index:0;pointer-events:none}.scroll-arrow.svelte-1omoerc{display:none}.process-grid.svelte-1omoerc{display:flex;overflow-x:auto;gap:3rem;scroll-snap-type:x mandatory;padding-bottom:1rem;-webkit-overflow-scrolling:touch}.process-title.svelte-1omoerc{font-size:24px;margin-left:25px}.process-steps.svelte-1omoerc{margin-bottom:60px;overflow:visible!important}.process-grid.svelte-1omoerc{display:flex;overflow-x:auto;gap:3rem;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;width:100%;max-width:340px;margin-left:25px;margin-right:0;margin-top:-24px}.process-item.svelte-1omoerc{flex-shrink:0;width:280px;scroll-snap-align:start;scroll-snap-stop:always}.process-item.svelte-1omoerc:first-child{width:280px}.process-item.svelte-1omoerc:nth-child(2),.process-item.svelte-1omoerc:nth-child(3){width:280px}.process-image.svelte-1omoerc{margin-bottom:1rem}.process-item.svelte-1omoerc:first-child .process-image:where(.svelte-1omoerc){width:100%;height:180px;border-radius:20px}.process-item.svelte-1omoerc:nth-child(2) .process-image:where(.svelte-1omoerc),.process-item.svelte-1omoerc:nth-child(3) .process-image:where(.svelte-1omoerc){width:100%;height:180px;border-radius:20px}.process-item.svelte-1omoerc h4:where(.svelte-1omoerc){font-size:18px;font-weight:600;margin:.75rem 0 .5rem;color:#fff;text-align:left}.process-item.svelte-1omoerc p:where(.svelte-1omoerc){font-size:14px;color:#aaa;line-height:1.6}.carousel-indicators-about.svelte-1omoerc{display:flex!important;justify-content:center;gap:.5rem;margin-top:1rem;margin-bottom:10px;width:100%!important;z-index:50!important;position:relative}.indicator-dot.svelte-1omoerc{width:8px;height:8px;border-radius:50%;background-color:#fff!important;cursor:pointer;transition:background-color .4s ease,transform .4s ease,filter .4s ease,box-shadow .4s ease;flex-shrink:0}.indicator-dot.active.svelte-1omoerc{background-color:#3ecae3!important;transform:scale(1.25);filter:drop-shadow(0 0 6px #3ECAE3);box-shadow:0 0 12px #3ecae399}.result-grid.svelte-1omoerc{display:flex;flex-direction:column;gap:1.5rem}.result-title.svelte-1omoerc{font-size:24px;margin-left:25px}.result-item.svelte-1omoerc{width:100%;height:auto;max-width:333px}.result-item-offset.svelte-1omoerc{margin-top:0;margin-left:0;width:100%}.result-item.svelte-1omoerc h4:where(.svelte-1omoerc),.result-item.svelte-1omoerc p:where(.svelte-1omoerc){max-width:328px}.result-image.svelte-1omoerc{width:280px;height:175px;margin-bottom:5px;border-radius:8px;overflow:hidden}.result-item.svelte-1omoerc h4:where(.svelte-1omoerc){margin:0 0 10px}.result-item.svelte-1omoerc p:where(.svelte-1omoerc){margin:0 0 30px}.other-projects.svelte-1omoerc{margin-top:-30px;margin-bottom:2rem}.other-title.svelte-1omoerc{font-size:20px;margin-bottom:40px;margin-left:25px}.other-projects-grid.svelte-1omoerc{display:grid;grid-template-columns:1fr;gap:16px;max-width:340px;margin-left:25px}.project-card.svelte-1omoerc{max-width:100%;display:grid;grid-template-columns:1fr;gap:12px;align-items:start}.project-image.svelte-1omoerc{border-radius:8px;margin-bottom:0;width:100%;height:160px;overflow:hidden;display:flex;align-items:center;justify-content:center}.project-image.svelte-1omoerc img:where(.svelte-1omoerc){border-radius:8px;width:100%;height:100%;object-fit:cover;display:block}.project-placeholder.svelte-1omoerc{border-radius:8px;width:100%;height:160px;aspect-ratio:unset;aspect-ratio:auto;max-height:unset}.project-card.svelte-1omoerc h4:where(.svelte-1omoerc){font-size:13px;margin:0}.project-tags.svelte-1omoerc{display:none}.project-tags.svelte-1omoerc .tag:where(.svelte-1omoerc){font-size:11px}.footer-section.svelte-1omoerc{flex-direction:column;text-align:center;padding:2rem 1rem;gap:1rem}.footer-left.svelte-1omoerc{flex-direction:column;gap:.75rem;margin-bottom:0}.footer-left.svelte-1omoerc a:where(.svelte-1omoerc){font-size:12px}.footer-section.svelte-1omoerc p:where(.svelte-1omoerc){font-size:12px;order:unset;margin-top:.5rem}}.footer-section.svelte-1omoerc{display:flex;justify-content:space-between;align-items:center;padding:2rem 5%;background-color:#000;color:#aaa;font-size:.9rem;margin-top:3rem;border-top:1px solid #1a1a1a}.footer-left.svelte-1omoerc{display:flex;gap:1.5rem}.footer-left.svelte-1omoerc a:where(.svelte-1omoerc){color:#aaa;text-decoration:none;transition:color .3s ease}.footer-section.svelte-1omoerc{width:100%;padding:3rem 2rem;text-align:center;border-top:1px solid rgba(255,255,255,.1);margin-top:4rem;display:flex;align-items:center;justify-content:space-between}.footer-left.svelte-1omoerc{display:flex;gap:2rem;margin-left:-100px}.footer-left.svelte-1omoerc a:where(.svelte-1omoerc){color:#aaa;font-family:Roboto Flex;font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer-left.svelte-1omoerc a:where(.svelte-1omoerc):hover{color:#fff}.footer-section.svelte-1omoerc p:where(.svelte-1omoerc){color:#aaa;font-family:Roboto Flex;font-size:.9rem;font-weight:400;white-space:nowrap;margin:0 0 0 575px}.project-detail-page.svelte-1mjhrdp{width:100%;min-height:100vh;background-color:#000;color:#fff;padding-top:3rem}.back-button.svelte-1mjhrdp{position:fixed;top:10rem;left:2rem;background:none;border:none;color:#fff;font-size:.9rem;cursor:pointer;padding:0;font-family:inherit;z-index:9999;display:flex;align-items:center;white-space:nowrap;opacity:1;transition:opacity .3s ease}.back-button.hidden.svelte-1mjhrdp{opacity:0;pointer-events:none}.back-arrow.svelte-1mjhrdp{margin-right:.5rem;font-size:2rem}.back-text.svelte-1mjhrdp{opacity:0;transition:opacity .3s ease}.back-button.svelte-1mjhrdp:hover .back-text:where(.svelte-1mjhrdp){opacity:1}.back-button.svelte-1mjhrdp:hover{color:#aaa}.detail-content.svelte-1mjhrdp{max-width:calc(100% - 200px);margin:0 100px;padding:5rem 0 2rem;display:grid;grid-template-columns:repeat(8,1fr);gap:20px}.hero-section.svelte-1mjhrdp{display:grid;grid-template-columns:repeat(8,1fr);gap:20px;margin-bottom:4rem;grid-column:1 / -1;align-items:start}.hero-content.svelte-1mjhrdp{grid-column:1 / 4;margin-left:-50px;align-self:flex-end;position:relative}.invention-label.svelte-1mjhrdp{display:block;font-size:11pt;color:#aaa;margin-bottom:.5rem;font-family:inherit;text-align:left}.hero-content.svelte-1mjhrdp h1:where(.svelte-1mjhrdp){font-family:Roboto Flex,sans-serif;font-size:32pt;font-weight:400;margin:0 0 1.5rem;line-height:1.2;color:#fff;text-align:left;margin-left:0}.text-box.svelte-1mjhrdp{width:420px}.tags-section.svelte-1mjhrdp{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;width:fit-content}.tag.svelte-1mjhrdp{display:inline-block;background-color:#ffffff14;color:#aaa;padding:.5rem .75rem;border-radius:16px;font-size:10pt;border:1px solid rgba(255,255,255,.1);white-space:nowrap}.hero-content.svelte-1mjhrdp p:where(.svelte-1mjhrdp){font-size:14pt;line-height:1.6;color:#ccc;margin:0;text-align:left}.video-container.svelte-1mjhrdp{grid-column:4 / -1;background-color:#1a1a1a;border-radius:30px;display:flex;align-items:center;justify-content:center;width:1075px;height:610px;margin-right:-50px;overflow:hidden}.scroll-arrow.svelte-1mjhrdp{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;animation:svelte-1mjhrdp-bounce 2s ease-in-out infinite}.scroll-arrow.svelte-1mjhrdp img:where(.svelte-1mjhrdp){width:32px;height:32px;color:#bb8bd2;stroke:#bb8bd2}@keyframes svelte-1mjhrdp-bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(10px)}}.video-box-section.svelte-1mjhrdp{grid-column:1 / -1;margin-top:4rem;margin-bottom:4rem;display:grid;grid-template-columns:1075px 1fr;gap:3rem;align-items:end}.video-box-section-reversed.svelte-1mjhrdp{grid-column:1 / -1;margin-top:4rem;margin-bottom:4rem;display:grid;grid-template-columns:1fr 1075px;gap:3rem;align-items:end}.video-box-container.svelte-1mjhrdp{width:1075px;height:610px}.video-box-text.svelte-1mjhrdp{display:flex;flex-direction:column;gap:1rem;padding-bottom:0}.video-box-text.svelte-1mjhrdp h3:where(.svelte-1mjhrdp){font-family:Roboto Flex,sans-serif;font-size:32pt;font-weight:400;margin:0 0 0rem;line-height:1.2;color:#fff;text-align:left}.video-box-text.svelte-1mjhrdp p:where(.svelte-1mjhrdp){font-size:.95rem;color:#aaa;line-height:1.6;margin:0;text-align:left}.video-box-section-reversed.svelte-1mjhrdp .video-box-text:where(.svelte-1mjhrdp){text-align:left}.other-projects.svelte-1mjhrdp{margin-top:6rem;margin-bottom:4rem;position:relative;grid-column:1 / -1}.other-header.svelte-1mjhrdp{border-left:4px solid #BB8BD2;padding-left:1rem;margin-bottom:3rem}.other-title.svelte-1mjhrdp{font-size:1.8rem;font-weight:700;color:#fff;text-align:left;margin:0}.other-projects-grid.svelte-1mjhrdp{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.project-card.svelte-1mjhrdp{text-align:left;cursor:pointer;transition:opacity .3s ease}.project-card.svelte-1mjhrdp:hover{opacity:.8}.project-card.svelte-1mjhrdp:hover .project-image:where(.svelte-1mjhrdp){box-shadow:0 0 20px #fff9;filter:drop-shadow(0 0 12px rgba(255,255,255,.4))}.project-image.svelte-1mjhrdp{margin-bottom:1.5rem;overflow:hidden;border-radius:30px}.project-card.svelte-1mjhrdp:hover img:where(.svelte-1mjhrdp){transform:scale(1.1);transition:transform .3s ease}.project-card.svelte-1mjhrdp img:where(.svelte-1mjhrdp){transition:transform .3s ease}.project-placeholder.svelte-1mjhrdp{width:100%;aspect-ratio:4/3;background-color:#1a1a1a;border-radius:30px;display:flex;align-items:center;justify-content:center}.project-card.svelte-1mjhrdp h4:where(.svelte-1mjhrdp){font-size:1.2rem;font-weight:600;color:#fff;text-align:left;margin:0}.project-tags.svelte-1mjhrdp{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.project-tags.svelte-1mjhrdp .tag:where(.svelte-1mjhrdp){display:inline-block;background-color:#ffffff14;color:#aaa;padding:.3rem .6rem;border-radius:12px;font-size:.75rem;border:1px solid rgba(255,255,255,.1);white-space:nowrap}@media(max-width:1024px){.hero-section.svelte-1mjhrdp{grid-template-columns:1fr}}.footer-section.svelte-1mjhrdp{width:100%;padding:3rem 2rem;text-align:center;border-top:1px solid rgba(255,255,255,.1);margin-top:4rem;display:flex;align-items:center;justify-content:space-between}.footer-left.svelte-1mjhrdp{display:flex;gap:2rem;margin-left:-100px}.footer-left.svelte-1mjhrdp a:where(.svelte-1mjhrdp){color:#aaa;font-family:Roboto Flex;font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer-left.svelte-1mjhrdp a:where(.svelte-1mjhrdp):hover{color:#fff}.footer-section.svelte-1mjhrdp p:where(.svelte-1mjhrdp){color:#aaa;font-family:Roboto Flex;font-size:.9rem;font-weight:400;white-space:nowrap;margin:0 0 0 575px}@media(max-width:768px){.project-detail-page.svelte-1mjhrdp{padding-top:0}.detail-content.svelte-1mjhrdp{max-width:100%;margin:0 25px;padding:0;display:grid;grid-template-columns:repeat(8,1fr);gap:5px}.hero-section.svelte-1mjhrdp{grid-template-columns:1fr;display:flex;flex-direction:column;gap:0;margin-bottom:0;margin-top:200px;position:relative}.video-container.svelte-1mjhrdp{width:340px;height:193px;margin:0;margin-bottom:2rem;border-radius:0;position:relative;order:1}.hero-content.svelte-1mjhrdp{grid-column:auto;margin-left:0;align-self:auto;position:relative;order:3;padding:0;width:100%}.hero-content.svelte-1mjhrdp h1:where(.svelte-1mjhrdp){font-size:24px;margin-bottom:1rem}.text-box.svelte-1mjhrdp{width:100%;font-size:14px;line-height:1.6;padding:0;max-width:340px}.tags-section.svelte-1mjhrdp{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-start;margin-top:1rem;max-width:340px}.tag.svelte-1mjhrdp{font-size:.8rem;padding:.4rem .8rem}.scroll-arrow.svelte-1mjhrdp{display:none}.video-box-section.svelte-1mjhrdp{grid-column:1 / -1;display:flex;flex-direction:column;gap:40px;margin:50px 0 0;align-items:flex-start;width:auto}.video-box-section-reversed.svelte-1mjhrdp{grid-column:1 / -1;display:flex;flex-direction:column;gap:40px;margin:80px auto 2rem;margin-left:0;align-items:flex-start;width:auto}.video-box-container.svelte-1mjhrdp{width:340px;height:193px;margin:0;overflow:hidden;border-radius:10px}.video-box-container.svelte-1mjhrdp video:where(.svelte-1mjhrdp){width:100%!important;height:100%!important}.video-box-text.svelte-1mjhrdp{text-align:center;order:2}.video-box-section-reversed.svelte-1mjhrdp .video-box-text:where(.svelte-1mjhrdp){text-align:center;order:1}.video-box-text.svelte-1mjhrdp h3:where(.svelte-1mjhrdp){font-size:18px;margin-bottom:.5rem}.video-box-text.svelte-1mjhrdp .motion-design-label:where(.svelte-1mjhrdp){margin-bottom:0}.video-box-text.svelte-1mjhrdp p:where(.svelte-1mjhrdp){font-size:12px;margin-top:-8px}.other-projects.svelte-1mjhrdp{margin-top:50px;margin-bottom:2rem}.other-title.svelte-1mjhrdp{font-size:20px;margin-bottom:40px;margin-left:25px}.other-projects-grid.svelte-1mjhrdp{display:grid;grid-template-columns:1fr;gap:16px;max-width:340px;margin-left:25px}.project-card.svelte-1mjhrdp{max-width:100%;display:grid;grid-template-columns:1fr;gap:12px;align-items:start}.project-image.svelte-1mjhrdp{border-radius:8px;margin-bottom:0;width:100%;height:160px;overflow:hidden;display:flex;align-items:center;justify-content:center}.project-image.svelte-1mjhrdp img:where(.svelte-1mjhrdp){border-radius:8px;width:100%;height:100%;object-fit:cover;display:block}.project-placeholder.svelte-1mjhrdp{border-radius:8px;width:100%;height:160px;aspect-ratio:unset;aspect-ratio:auto;max-height:unset}.project-card.svelte-1mjhrdp h4:where(.svelte-1mjhrdp){font-size:13px;margin:0}.project-tags.svelte-1mjhrdp{display:none}.project-tags.svelte-1mjhrdp .tag:where(.svelte-1mjhrdp){font-size:11px}.footer-section.svelte-1mjhrdp{flex-direction:column;text-align:center;padding:2rem 1rem;gap:1rem}.footer-left.svelte-1mjhrdp{flex-direction:column;gap:.75rem;margin-bottom:0}.footer-left.svelte-1mjhrdp a:where(.svelte-1mjhrdp){font-size:12px}.footer-section.svelte-1mjhrdp p:where(.svelte-1mjhrdp){font-size:12px;order:unset;margin-top:.5rem}}.project-detail-page.svelte-j7eot4{width:100%;min-height:100vh;background-color:#000;color:#fff;padding-top:3rem}.back-button.svelte-j7eot4{position:fixed;top:10rem;left:2rem;background:none;border:none;color:#fff;font-size:.9rem;cursor:pointer;padding:0;font-family:inherit;z-index:9999;display:flex;align-items:center;white-space:nowrap;opacity:1;transition:opacity .3s ease}.back-button.hidden.svelte-j7eot4{opacity:0;pointer-events:none}.back-arrow.svelte-j7eot4{margin-right:.5rem;font-size:2rem}.back-text.svelte-j7eot4{opacity:0;transition:opacity .3s ease}.back-button.svelte-j7eot4:hover .back-text:where(.svelte-j7eot4){opacity:1}.back-button.svelte-j7eot4:hover{color:#aaa}.detail-content.svelte-j7eot4{max-width:calc(100% - 200px);margin:0 100px;padding:5rem 0 2rem;display:grid;grid-template-columns:repeat(8,1fr);gap:20px}.hero-section.svelte-j7eot4{display:grid;grid-template-columns:repeat(8,1fr);gap:20px;margin-bottom:4rem;grid-column:1 / -1;align-items:start}.hero-content.svelte-j7eot4{grid-column:1 / 4;margin-left:-50px;align-self:flex-end;position:relative}.invention-label.svelte-j7eot4{display:block;font-size:11pt;color:#aaa;margin-bottom:.5rem;font-family:inherit;text-align:left}.hero-content.svelte-j7eot4 h1:where(.svelte-j7eot4){font-family:Roboto Flex,sans-serif;font-size:32pt;font-weight:400;margin:0 0 1.5rem;line-height:1.2;color:#fff;text-align:left;margin-left:0}.text-box.svelte-j7eot4{width:420px}.tags-section.svelte-j7eot4{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;width:fit-content}.tag.svelte-j7eot4{display:inline-block;background-color:#ffffff14;color:#aaa;padding:.5rem .75rem;border-radius:16px;font-size:10pt;border:1px solid rgba(255,255,255,.1);white-space:nowrap}.hero-content.svelte-j7eot4 p:where(.svelte-j7eot4){font-size:14pt;line-height:1.6;color:#ccc;margin:0;text-align:left}.video-container.svelte-j7eot4{grid-column:4 / -1;background-color:#1a1a1a;border-radius:30px;display:flex;align-items:center;justify-content:center;width:1075px;height:610px;margin-right:-50px;overflow:hidden}.scroll-arrow.svelte-j7eot4{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;animation:svelte-j7eot4-bounce 2s ease-in-out infinite}.scroll-arrow.svelte-j7eot4 img:where(.svelte-j7eot4){width:32px;height:32px;color:#bb8bd2;stroke:#bb8bd2}@keyframes svelte-j7eot4-bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(10px)}}.video-box-section.svelte-j7eot4{grid-column:1 / -1;margin-top:4rem;margin-bottom:4rem;display:grid;grid-template-columns:1075px 1fr;gap:3rem;align-items:end}.video-box-section-reversed.svelte-j7eot4{grid-column:1 / -1;margin-top:4rem;margin-bottom:4rem;display:grid;grid-template-columns:1fr 1075px;gap:3rem;align-items:end}.video-box-container.svelte-j7eot4{width:1075px;height:610px}.video-box-text.svelte-j7eot4{display:flex;flex-direction:column;gap:1rem;padding-bottom:0}.video-box-text.svelte-j7eot4 h3:where(.svelte-j7eot4){font-family:Roboto Flex,sans-serif;font-size:32pt;font-weight:400;margin:0 0 1.5rem;line-height:1.2;color:#fff;text-align:left}.video-box-text.svelte-j7eot4 p:where(.svelte-j7eot4){font-size:.95rem;color:#aaa;line-height:1.6;margin:0;text-align:left}.video-box-section-reversed.svelte-j7eot4 .video-box-text:where(.svelte-j7eot4){text-align:left}.other-projects.svelte-j7eot4{margin-top:6rem;margin-bottom:4rem;position:relative;grid-column:1 / -1}.other-header.svelte-j7eot4{border-left:4px solid #BB8BD2;padding-left:1rem;margin-bottom:3rem}.other-title.svelte-j7eot4{font-size:1.8rem;font-weight:700;color:#fff;text-align:left;margin:0}.other-projects-grid.svelte-j7eot4{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.project-card.svelte-j7eot4{text-align:left;cursor:pointer;transition:opacity .3s ease}.project-card.svelte-j7eot4:hover{opacity:.8}.project-image.svelte-j7eot4{margin-bottom:1.5rem;overflow:hidden;border-radius:30px}.project-card.svelte-j7eot4:hover .project-image:where(.svelte-j7eot4){box-shadow:0 0 20px #fff9;filter:drop-shadow(0 0 12px rgba(255,255,255,.4))}.project-card.svelte-j7eot4:hover img:where(.svelte-j7eot4){transform:scale(1.1);transition:transform .3s ease}.project-card.svelte-j7eot4 img:where(.svelte-j7eot4){transition:transform .3s ease}.project-placeholder.svelte-j7eot4{width:100%;aspect-ratio:4/3;background-color:#1a1a1a;border-radius:30px;display:flex;align-items:center;justify-content:center}.project-card.svelte-j7eot4 h4:where(.svelte-j7eot4){font-size:1.2rem;font-weight:600;color:#fff;text-align:left;margin:0}.project-tags.svelte-j7eot4{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.project-tags.svelte-j7eot4 .tag:where(.svelte-j7eot4){display:inline-block;background-color:#ffffff14;color:#aaa;padding:.3rem .6rem;border-radius:12px;font-size:.75rem;border:1px solid rgba(255,255,255,.1);white-space:nowrap}.footer-section.svelte-j7eot4{width:100%;padding:3rem 2rem;text-align:center;border-top:1px solid rgba(255,255,255,.1);margin-top:4rem;display:flex;align-items:center;justify-content:space-between}.footer-left.svelte-j7eot4{display:flex;gap:2rem;margin-left:-100px}.footer-left.svelte-j7eot4 a:where(.svelte-j7eot4){color:#aaa;font-family:Roboto Flex;font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer-left.svelte-j7eot4 a:where(.svelte-j7eot4):hover{color:#fff}.footer-section.svelte-j7eot4 p:where(.svelte-j7eot4){color:#aaa;font-family:Roboto Flex;font-size:.9rem;font-weight:400;white-space:nowrap;margin:0 0 0 575px}@media(max-width:1024px){.hero-section.svelte-j7eot4{grid-template-columns:1fr}}@media(max-width:768px){.project-detail-page.svelte-j7eot4{padding-top:0}.detail-content.svelte-j7eot4{max-width:100%;margin:0 25px;padding:0;display:grid;grid-template-columns:repeat(8,1fr);gap:5px}.hero-section.svelte-j7eot4{grid-template-columns:1fr;display:flex;flex-direction:column;gap:0;margin-bottom:0;margin-top:200px;position:relative}.video-container.svelte-j7eot4{width:340px;height:193px;margin:0;margin-bottom:2rem;border-radius:0;position:relative;order:1}.hero-content.svelte-j7eot4{grid-column:auto;margin-left:0;align-self:auto;position:relative;order:3;padding:0;width:100%}.hero-content.svelte-j7eot4 h1:where(.svelte-j7eot4){font-size:24px;margin-bottom:1rem}.text-box.svelte-j7eot4{width:100%;font-size:14px;line-height:1.6;padding:0;max-width:340px}.tags-section.svelte-j7eot4{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-start;margin-top:1rem;max-width:340px}.tag.svelte-j7eot4{font-size:.8rem;padding:.4rem .8rem}.scroll-arrow.svelte-j7eot4{display:none}.video-box-section.svelte-j7eot4{grid-column:1 / -1;display:flex;flex-direction:column;gap:40px;margin:50px 0 0;align-items:flex-start;width:auto}.video-box-section-reversed.svelte-j7eot4{grid-column:1 / -1;display:flex;flex-direction:column;gap:40px;margin:20px auto 2rem;margin-left:0;align-items:flex-start;width:auto}.video-box-container.svelte-j7eot4{width:340px;height:193px;margin:0;overflow:hidden;border-radius:10px}.video-box-container.svelte-j7eot4 video:where(.svelte-j7eot4){width:100%!important;height:100%!important}.video-box-text.svelte-j7eot4{text-align:center;order:2}.video-box-section-reversed.svelte-j7eot4 .video-box-text:where(.svelte-j7eot4){text-align:center;order:1}.video-box-text.svelte-j7eot4 h3:where(.svelte-j7eot4){font-size:18px;margin-bottom:.5rem}.video-box-text.svelte-j7eot4 .motion-design-label:where(.svelte-j7eot4){margin-bottom:0}.video-box-text.svelte-j7eot4 p:where(.svelte-j7eot4){font-size:12px;margin-top:-8px}.other-projects.svelte-j7eot4{margin-top:80px;margin-bottom:2rem}.other-title.svelte-j7eot4{font-size:20px;margin-bottom:40px;margin-left:25px}.other-projects-grid.svelte-j7eot4{display:grid;grid-template-columns:1fr;gap:16px;max-width:340px;margin-left:25px}.project-card.svelte-j7eot4{max-width:100%;display:grid;grid-template-columns:1fr;gap:12px;align-items:start}.project-image.svelte-j7eot4{border-radius:8px;margin-bottom:0;width:100%;height:160px;overflow:hidden;display:flex;align-items:center;justify-content:center}.project-image.svelte-j7eot4 img:where(.svelte-j7eot4){border-radius:8px;width:100%;height:100%;object-fit:cover;display:block}.project-placeholder.svelte-j7eot4{border-radius:8px;width:100%;height:160px;aspect-ratio:unset;aspect-ratio:auto;max-height:unset}.project-card.svelte-j7eot4 h4:where(.svelte-j7eot4){font-size:13px;margin:0}.project-tags.svelte-j7eot4{display:none}.footer-section.svelte-j7eot4{flex-direction:column;text-align:center;padding:2rem 1rem;gap:1rem}.footer-left.svelte-j7eot4{flex-direction:column;gap:.75rem;margin-bottom:0;margin-left:0}.footer-left.svelte-j7eot4 a:where(.svelte-j7eot4){font-size:12px}.footer-section.svelte-j7eot4 p:where(.svelte-j7eot4){font-size:12px;order:unset;margin-top:.5rem}}.project-detail-page.svelte-1qaokvc{width:100%;min-height:100vh;background-color:#000;color:#fff;padding-top:3rem}.back-button.svelte-1qaokvc{position:fixed;top:10rem;left:2rem;background:none;border:none;color:#fff;font-size:.9rem;cursor:pointer;padding:0;font-family:inherit;z-index:9999;display:flex;align-items:center;white-space:nowrap;opacity:1;transition:opacity .3s ease}.back-button.hidden.svelte-1qaokvc{opacity:0;pointer-events:none}.back-arrow.svelte-1qaokvc{margin-right:.5rem;font-size:2rem}.back-text.svelte-1qaokvc{opacity:0;transition:opacity .3s ease}.back-button.svelte-1qaokvc:hover .back-text:where(.svelte-1qaokvc){opacity:1}.back-button.svelte-1qaokvc:hover{color:#aaa}.detail-content.svelte-1qaokvc{max-width:calc(100% - 200px);margin:0 100px;padding:5rem 0 2rem;display:grid;grid-template-columns:repeat(8,1fr);gap:20px}.hero-section.svelte-1qaokvc{display:grid;grid-template-columns:repeat(8,1fr);gap:20px;margin-bottom:4rem;grid-column:1 / -1;align-items:start}.hero-content.svelte-1qaokvc{grid-column:1 / 4;margin-left:-50px;align-self:flex-end;position:relative}.invention-label.svelte-1qaokvc{display:block;font-size:11pt;color:#aaa;margin-bottom:.5rem;font-family:inherit;text-align:left}.hero-content.svelte-1qaokvc h1:where(.svelte-1qaokvc){font-family:Roboto Flex,sans-serif;font-size:32pt;font-weight:400;margin:0 0 1.5rem;line-height:1.2;color:#fff;text-align:left;margin-left:0}.text-box.svelte-1qaokvc{width:420px}.tags-section.svelte-1qaokvc{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;width:fit-content}.tag.svelte-1qaokvc{display:inline-block;background-color:#ffffff14;color:#aaa;padding:.5rem .75rem;border-radius:16px;font-size:10pt;border:1px solid rgba(255,255,255,.1);white-space:nowrap}.hero-content.svelte-1qaokvc p:where(.svelte-1qaokvc){font-size:14pt;line-height:1.6;color:#ccc;margin:0;text-align:left}.video-container.svelte-1qaokvc{grid-column:4 / -1;background-color:#1a1a1a;border-radius:8px;display:flex;align-items:center;justify-content:center;width:1075px;height:610px;margin-right:-50px;position:relative}.design-element.svelte-1qaokvc{position:absolute;top:15%;left:-350px;width:200px;height:auto;z-index:1;opacity:.7;pointer-events:none;transform:translateY(-50%)}.carousel-image.svelte-1qaokvc{position:absolute;width:100%;height:100%;opacity:0;transition:opacity 1.5s ease-in-out}.carousel-image.active.svelte-1qaokvc{opacity:1}.scroll-arrow.svelte-1qaokvc{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;animation:svelte-1qaokvc-bounce 2s ease-in-out infinite}.scroll-arrow.svelte-1qaokvc img:where(.svelte-1qaokvc){width:32px;height:32px;color:#950002;stroke:#950002}@keyframes svelte-1qaokvc-bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(10px)}}.info-cards.svelte-1qaokvc{display:grid;grid-template-columns:repeat(4,284px);gap:60px;margin-bottom:162px;grid-column:1 / -1;margin-left:auto;margin-right:auto;margin-top:8rem;width:fit-content}.info-card.svelte-1qaokvc{background-color:transparent;border:1px solid #950002;padding:2rem;border-radius:8px;width:284px;height:266px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.card-icon.svelte-1qaokvc{width:2rem;height:2rem;margin-bottom:.5rem;display:block;margin-left:auto;margin-right:auto}.info-card.svelte-1qaokvc h3:where(.svelte-1qaokvc){font-size:1rem;font-weight:600;margin:.5rem 0 1rem;color:#fff;text-align:center;margin-left:0}.info-card.svelte-1qaokvc p:where(.svelte-1qaokvc){font-size:.9rem;color:#aaa;line-height:1.6;margin:0;text-align:left}.info-card.svelte-1qaokvc:nth-child(3) p:where(.svelte-1qaokvc){margin-left:0}.process-steps.svelte-1qaokvc{margin-top:0;margin-bottom:184px;position:relative;grid-column:1 / -1}.process-header.svelte-1qaokvc{border-left:4px solid #950002;padding-left:1rem;margin-bottom:3rem;position:relative}.process-title.svelte-1qaokvc{font-size:1.8rem;font-weight:700;color:#fff;text-align:left;margin:0}.process-grid.svelte-1qaokvc{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.process-item.svelte-1qaokvc{text-align:left}.process-image.svelte-1qaokvc{margin-bottom:1.5rem;width:100%;height:296px;overflow:hidden;border-radius:30px}.process-image.svelte-1qaokvc img:where(.svelte-1qaokvc){width:100%;height:100%;object-fit:cover}.process-item.svelte-1qaokvc h4:where(.svelte-1qaokvc){font-size:1.2rem;font-weight:600;margin:0 0 .75rem;color:#fff;text-align:left;margin-left:0}.process-item.svelte-1qaokvc p:where(.svelte-1qaokvc){font-size:.9rem;color:#aaa;line-height:1.6;margin:0}.project-result.svelte-1qaokvc{margin-top:0;margin-bottom:4rem;position:relative;grid-column:1 / -1}.result-header.svelte-1qaokvc{border-left:4px solid #950002;padding-left:1rem;margin-bottom:3rem}.result-title.svelte-1qaokvc{font-size:1.8rem;font-weight:700;color:#fff;text-align:left;margin:0}.result-grid.svelte-1qaokvc{display:grid;grid-template-columns:1fr 1fr;gap:40px}.result-item.svelte-1qaokvc{text-align:left}.result-item-offset.svelte-1qaokvc{margin-top:350px;align-self:flex-start;margin-left:100px}.result-image.svelte-1qaokvc{margin-bottom:1.5rem}.result-box.svelte-1qaokvc{width:604px;height:378px;background-color:#1a1a1a;border-radius:30px;display:flex;align-items:center;justify-content:center}.result-item.svelte-1qaokvc h4:where(.svelte-1qaokvc){font-size:1.2rem;font-weight:600;margin:0 0 .75rem;color:#fff;text-align:left;margin-left:0}.result-item.svelte-1qaokvc p:where(.svelte-1qaokvc){font-size:.9rem;color:#aaa;line-height:1.6;margin:0}.other-projects.svelte-1qaokvc{margin-top:6rem;margin-bottom:4rem;position:relative;grid-column:1 / -1}.other-header.svelte-1qaokvc{border-left:4px solid #950002;padding-left:1rem;margin-bottom:3rem}.other-title.svelte-1qaokvc{font-size:1.8rem;font-weight:700;color:#fff;text-align:left;margin:0}.other-projects-grid.svelte-1qaokvc{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.project-card.svelte-1qaokvc{text-align:left;cursor:pointer;transition:opacity .3s ease}.project-card.svelte-1qaokvc:hover{opacity:.8}.project-card.svelte-1qaokvc:hover .project-image:where(.svelte-1qaokvc){box-shadow:0 0 20px #fff9;filter:drop-shadow(0 0 12px rgba(255,255,255,.4))}.project-image.svelte-1qaokvc{margin-bottom:1.5rem;overflow:hidden;border-radius:30px}.project-placeholder.svelte-1qaokvc{width:100%;aspect-ratio:4/3;background-color:#1a1a1a;border-radius:30px;display:flex;align-items:center;justify-content:center}.project-card.svelte-1qaokvc:hover img:where(.svelte-1qaokvc){transform:scale(1.1);transition:transform .3s ease}.project-card.svelte-1qaokvc img:where(.svelte-1qaokvc){transition:transform .3s ease}.project-card.svelte-1qaokvc h4:where(.svelte-1qaokvc){font-size:1.2rem;font-weight:600;color:#fff;text-align:left;margin:0}@media(max-width:1024px){.info-cards.svelte-1qaokvc{grid-template-columns:repeat(2,1fr)}.hero-section.svelte-1qaokvc{grid-template-columns:1fr}}@media(max-width:768px){.project-detail-page.svelte-1qaokvc{padding-top:0}.detail-content.svelte-1qaokvc{max-width:100%;margin:0 25px;padding:0;display:grid;grid-template-columns:repeat(8,1fr);gap:5px}.hero-section.svelte-1qaokvc{grid-template-columns:1fr;display:flex;flex-direction:column;gap:0;margin-bottom:0;margin-top:200px;position:relative}.video-container.svelte-1qaokvc{width:340px;height:193px;margin:0;margin-bottom:2rem;border-radius:0;position:relative;order:1}.hero-content.svelte-1qaokvc{grid-column:auto;margin-left:0;align-self:auto;position:relative;order:3;padding:0;width:100%}.hero-content.svelte-1qaokvc h1:where(.svelte-1qaokvc){font-size:24px;margin-bottom:1rem}.text-box.svelte-1qaokvc{width:100%;font-size:14px;line-height:1.6;padding:0;max-width:340px}.info-cards.svelte-1qaokvc{grid-template-columns:1fr;gap:1rem;width:100%;margin:2rem auto 60px;padding:0;max-width:328px}.info-card.svelte-1qaokvc{width:328px;height:auto;min-height:50px;padding:1.5rem .5rem;border:1px solid #950002;background-color:transparent;border-radius:8px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:0;margin:0 auto;position:relative;left:-300px}.info-card.svelte-1qaokvc h3:where(.svelte-1qaokvc){font-size:12px;font-weight:600;margin:0 0 0 -130px;color:#fff;text-align:left;flex-shrink:0;white-space:nowrap;order:2}.info-card.svelte-1qaokvc:nth-child(3) h3:where(.svelte-1qaokvc){position:relative;left:-100px}.info-card.svelte-1qaokvc:nth-child(1) h3:where(.svelte-1qaokvc){position:relative;left:-25px}.info-card.svelte-1qaokvc:nth-child(2) h3:where(.svelte-1qaokvc){position:relative;left:-15px}.info-card.svelte-1qaokvc:nth-child(4) h3:where(.svelte-1qaokvc){position:relative;left:-25px}.info-card.svelte-1qaokvc p:where(.svelte-1qaokvc){display:block;margin:0 0 0 auto;text-align:left;color:#aaa;font-size:12px;line-height:1.4;order:3}.info-card.svelte-1qaokvc:nth-child(1) p:where(.svelte-1qaokvc){position:relative;left:-45px}.info-card.svelte-1qaokvc:nth-child(2) p:where(.svelte-1qaokvc){position:relative;left:-25px}.info-card.svelte-1qaokvc:nth-child(3) p:where(.svelte-1qaokvc){position:relative;left:-20px}.info-card.svelte-1qaokvc:nth-child(4) p:where(.svelte-1qaokvc){position:relative;left:-45px}.card-icon.svelte-1qaokvc{filter:brightness(0) saturate(100%) invert(100%);flex-shrink:0;width:24px;height:24px;margin-left:10px;order:1}.info-card.svelte-1qaokvc:nth-child(1) .card-icon:where(.svelte-1qaokvc){position:relative;top:4px}.info-card.svelte-1qaokvc:nth-child(2) .card-icon:where(.svelte-1qaokvc){position:relative;top:4px}.info-card.svelte-1qaokvc:nth-child(3) .card-icon:where(.svelte-1qaokvc){position:relative;top:4px}.info-card.svelte-1qaokvc:nth-child(4) .card-icon:where(.svelte-1qaokvc){position:relative;top:4px}.tags-section.svelte-1qaokvc{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-start;margin-top:1rem;max-width:340px}.tag.svelte-1qaokvc{font-size:.8rem;padding:.4rem .8rem}.scroll-arrow.svelte-1qaokvc{display:none}.process-grid.svelte-1qaokvc{display:flex;overflow-x:auto;gap:.5rem;scroll-snap-type:x mandatory;padding-bottom:1rem;-webkit-overflow-scrolling:touch}.process-title.svelte-1qaokvc{font-size:24px;margin-left:25px}.process-steps.svelte-1qaokvc{margin-bottom:60px}.process-grid.svelte-1qaokvc{display:flex;overflow-x:auto;gap:.5rem;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;width:100%;max-width:340px;margin-left:25px;margin-right:0;margin-top:-24px}.process-item.svelte-1qaokvc{flex-shrink:0;width:280px;scroll-snap-align:start;scroll-snap-stop:always}.process-item.svelte-1qaokvc:first-child{width:280px}.process-item.svelte-1qaokvc:nth-child(2),.process-item.svelte-1qaokvc:nth-child(3){width:280px}.process-image.svelte-1qaokvc{margin-bottom:1rem}.process-item.svelte-1qaokvc:first-child .process-image:where(.svelte-1qaokvc){width:100%;height:180px;border-radius:20px}.process-item.svelte-1qaokvc:nth-child(2) .process-image:where(.svelte-1qaokvc),.process-item.svelte-1qaokvc:nth-child(3) .process-image:where(.svelte-1qaokvc){width:100%;height:180px;border-radius:20px}.process-item.svelte-1qaokvc h4:where(.svelte-1qaokvc){font-size:18px;font-weight:600;margin:.75rem 0 .5rem;color:#fff;text-align:left}.process-item.svelte-1qaokvc p:where(.svelte-1qaokvc){font-size:14px;color:#aaa;line-height:1.6}.result-grid.svelte-1qaokvc{display:flex;flex-direction:column;gap:1.5rem}.result-title.svelte-1qaokvc{font-size:24px;margin-left:25px}.result-item.svelte-1qaokvc{width:100%;height:auto;max-width:333px}.result-item-offset.svelte-1qaokvc{margin-top:0;margin-left:0;width:100%}.result-item.svelte-1qaokvc h4:where(.svelte-1qaokvc),.result-item.svelte-1qaokvc p:where(.svelte-1qaokvc){max-width:328px}.result-image.svelte-1qaokvc{width:280px;height:175px;margin-bottom:5px;border-radius:8px;overflow:hidden}.result-item.svelte-1qaokvc h4:where(.svelte-1qaokvc){margin:0 0 10px}.result-item.svelte-1qaokvc p:where(.svelte-1qaokvc){margin:0 0 30px}.other-projects.svelte-1qaokvc{margin-top:-30px;margin-bottom:2rem}.other-title.svelte-1qaokvc{font-size:20px;margin-bottom:40px;margin-left:25px}.other-projects-grid.svelte-1qaokvc{display:grid;grid-template-columns:1fr;gap:16px;max-width:340px;margin-left:25px}.project-card.svelte-1qaokvc{max-width:100%;display:grid;grid-template-columns:1fr;gap:12px;align-items:start}.project-image.svelte-1qaokvc{border-radius:8px;margin-bottom:0;width:100%;height:160px;overflow:hidden;display:flex;align-items:center;justify-content:center}.project-image.svelte-1qaokvc img:where(.svelte-1qaokvc){border-radius:8px;width:100%;height:100%;object-fit:cover;display:block}.project-placeholder.svelte-1qaokvc{border-radius:8px;width:100%;height:160px;aspect-ratio:unset;aspect-ratio:auto;max-height:unset}.project-card.svelte-1qaokvc h4:where(.svelte-1qaokvc){font-size:13px;margin:0}.project-tags.svelte-1qaokvc{display:none}.project-tags.svelte-1qaokvc .tag:where(.svelte-1qaokvc){font-size:11px}.footer-section.svelte-1qaokvc{flex-direction:column;text-align:center;padding:2rem 1rem;gap:1rem}.footer-left.svelte-1qaokvc{flex-direction:column;gap:.75rem;margin-bottom:0}.footer-left.svelte-1qaokvc a:where(.svelte-1qaokvc){font-size:12px}.footer-section.svelte-1qaokvc p:where(.svelte-1qaokvc){font-size:12px;order:unset;margin-top:.5rem}}.footer-section.svelte-1qaokvc{width:100%;padding:3rem 2rem;text-align:center;border-top:1px solid rgba(255,255,255,.1);margin-top:4rem;display:flex;align-items:center;justify-content:space-between}.footer-left.svelte-1qaokvc{display:flex;gap:2rem;margin-left:-100px}.footer-left.svelte-1qaokvc a:where(.svelte-1qaokvc){color:#aaa;font-family:Roboto Flex;font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer-left.svelte-1qaokvc a:where(.svelte-1qaokvc):hover{color:#fff}.footer-section.svelte-1qaokvc p:where(.svelte-1qaokvc){color:#aaa;font-family:Roboto Flex;font-size:.9rem;font-weight:400;white-space:nowrap;margin:0 0 0 575px}.handy-menu.svelte-1nqd8cj{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#000;z-index:10000;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:5rem}.menu-header.svelte-1nqd8cj{display:flex;align-items:center;justify-content:flex-start;padding:1rem 2rem;width:100%;margin-bottom:2rem}.back-button.svelte-1nqd8cj{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:color .3s ease}.back-button.svelte-1nqd8cj:hover{color:#aaa}.menu-nav.svelte-1nqd8cj{display:flex;flex-direction:column;gap:0;width:100%}.menu-item.svelte-1nqd8cj{background:none;border:none;border-bottom:1px solid rgba(255,255,255,.1);color:#fff;padding:1.5rem 2rem;font-size:1.2rem;font-family:Roboto Flex;font-weight:400;cursor:pointer;text-align:left;transition:all .3s ease}.menu-item.svelte-1nqd8cj:hover{background-color:#ffffff0d;color:#aaa}.menu-item.svelte-1nqd8cj:active{background-color:#ffffff1a}.impressum-page.svelte-1vev3ga{width:100%;min-height:100vh;background-color:#000;color:#fff;padding-top:3rem}.back-button.svelte-1vev3ga{position:fixed;top:10rem;left:2rem;background:none;border:none;color:#fff;font-size:.9rem;cursor:pointer;padding:0;font-family:inherit;z-index:9999;display:flex;align-items:center;white-space:nowrap;opacity:1;transition:opacity .3s ease}.back-arrow.svelte-1vev3ga{margin-right:.5rem;font-size:2rem}.back-text.svelte-1vev3ga{opacity:0;transition:opacity .3s ease}.back-button.svelte-1vev3ga:hover .back-text:where(.svelte-1vev3ga){opacity:1}.back-button.svelte-1vev3ga:hover{color:#aaa}.impressum-container.svelte-1vev3ga{max-width:900px;margin:0 auto;padding:4rem 100px}.impressum-container.svelte-1vev3ga h1:where(.svelte-1vev3ga){font-family:Roboto Flex,sans-serif;font-size:32pt;font-weight:400;margin:0 0 3rem;color:#fff;text-align:left}.impressum-section.svelte-1vev3ga{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(245,226,100,.2)}.impressum-section.svelte-1vev3ga:last-child{border-bottom:none}.impressum-section.svelte-1vev3ga h2:where(.svelte-1vev3ga){font-size:1.2rem;font-weight:600;margin:0 0 1rem;color:#f5e264;text-align:left}.impressum-section.svelte-1vev3ga p:where(.svelte-1vev3ga){font-size:1rem;line-height:1.8;color:#ccc;margin:0;text-align:left}.impressum-section.svelte-1vev3ga a:where(.svelte-1vev3ga){color:#f5e264;text-decoration:none;transition:color .3s ease}.impressum-section.svelte-1vev3ga a:where(.svelte-1vev3ga):hover{color:#fff}@media(max-width:768px){.impressum-container.svelte-1vev3ga{padding:2rem 25px}.impressum-container.svelte-1vev3ga h1:where(.svelte-1vev3ga){font-size:1.8rem;margin-bottom:2rem}.impressum-section.svelte-1vev3ga{margin-bottom:2rem;padding-bottom:1.5rem}.impressum-section.svelte-1vev3ga h2:where(.svelte-1vev3ga){font-size:1rem;margin-bottom:.75rem}.impressum-section.svelte-1vev3ga p:where(.svelte-1vev3ga){font-size:.95rem;line-height:1.6}}.datenschutz-page.svelte-5cm194{width:100%;min-height:100vh;background-color:#000;color:#fff;padding-top:3rem}.back-button.svelte-5cm194{position:fixed;top:10rem;left:2rem;background:none;border:none;color:#fff;font-size:.9rem;cursor:pointer;padding:0;font-family:inherit;z-index:9999;display:flex;align-items:center;white-space:nowrap;opacity:1;transition:opacity .3s ease}.back-arrow.svelte-5cm194{margin-right:.5rem;font-size:2rem}.back-text.svelte-5cm194{opacity:0;transition:opacity .3s ease}.back-button.svelte-5cm194:hover .back-text:where(.svelte-5cm194){opacity:1}.back-button.svelte-5cm194:hover{color:#aaa}.datenschutz-container.svelte-5cm194{max-width:900px;margin:0 auto;padding:4rem 100px}.datenschutz-container.svelte-5cm194 h1:where(.svelte-5cm194){font-family:Roboto Flex,sans-serif;font-size:32pt;font-weight:400;margin:0 0 3rem;color:#fff;text-align:left}.datenschutz-section.svelte-5cm194{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(245,226,100,.2)}.datenschutz-section.svelte-5cm194:last-child{border-bottom:none}.datenschutz-section.svelte-5cm194 h2:where(.svelte-5cm194){font-size:1.2rem;font-weight:600;margin:0 0 1rem;color:#f5e264;text-align:left}.datenschutz-section.svelte-5cm194 p:where(.svelte-5cm194){font-size:1rem;line-height:1.8;color:#ccc;margin:0 0 1rem;text-align:left}.datenschutz-section.svelte-5cm194 p:where(.svelte-5cm194):last-child{margin-bottom:0}.datenschutz-section.svelte-5cm194 ul:where(.svelte-5cm194){margin:.5rem 0 1rem;padding-left:1.5rem;list-style:disc}.datenschutz-section.svelte-5cm194 li:where(.svelte-5cm194){font-size:1rem;line-height:1.8;color:#ccc;margin-bottom:.5rem;text-align:left}.datenschutz-section.svelte-5cm194 a:where(.svelte-5cm194){color:#f5e264;text-decoration:none;transition:color .3s ease}.datenschutz-section.svelte-5cm194 a:where(.svelte-5cm194):hover{color:#fff}@media(max-width:768px){.datenschutz-container.svelte-5cm194{padding:2rem 25px}.datenschutz-container.svelte-5cm194 h1:where(.svelte-5cm194){font-size:1.8rem;margin-bottom:2rem}.datenschutz-section.svelte-5cm194{margin-bottom:2rem;padding-bottom:1.5rem}.datenschutz-section.svelte-5cm194 h2:where(.svelte-5cm194){font-size:1rem;margin-bottom:.75rem}.datenschutz-section.svelte-5cm194 p:where(.svelte-5cm194){font-size:.95rem;line-height:1.6;margin-bottom:.75rem}.datenschutz-section.svelte-5cm194 ul:where(.svelte-5cm194){margin:.5rem 0 .75rem}.datenschutz-section.svelte-5cm194 li:where(.svelte-5cm194){font-size:.95rem;text-align:left}}@keyframes svelte-1n46o8q-fadeInUp{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:svelte-1n46o8q-fadeInUp 4s cubic-bezier(.34,1.56,.64,1)}body{margin:0;font-family:Roboto Flex,system-ui,-apple-system,sans-serif;overflow-x:hidden;cursor:none}#app{width:100%;overflow-x:hidden}main.svelte-1n46o8q{max-width:none;margin:0rem;padding:0;width:100%;overflow-x:hidden}.content-section.svelte-1n46o8q{padding:0;min-height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background-color:transparent}h2.svelte-1n46o8q{font-size:2.4rem;margin:0 0 1rem;color:#000}.about-section.svelte-1n46o8q{margin-top:+4rem;min-height:auto;align-items:flex-start;justify-content:flex-start;padding:0rem 2rem 6rem}.about-section.svelte-1n46o8q h2:where(.svelte-1n46o8q){color:#fff;text-align:left;width:fit-content;font-family:Roboto Flex;font-size:1.5rem;font-weight:500;margin:0 0 3rem -0,5rem;padding-bottom:1rem;display:block;position:relative}.cv-section.svelte-1n46o8q h2:where(.svelte-1n46o8q){width:378px;height:47px;color:#fff;text-shadow:0 4px 4px rgba(0,0,0,.25);font-family:Roboto Flex;font-size:1.5rem;font-style:normal;font-weight:500;line-height:normal;margin:0 0 3rem;padding-top:0rem;padding-left:2rem;padding-bottom:1rem;display:block;position:relative}.cv-section.svelte-1n46o8q{align-items:flex-start;justify-content:flex-start;text-align:left;padding-top:3rem}.footer-section.svelte-1n46o8q{width:100%;padding:3rem 2rem;text-align:center;border-top:1px solid rgba(255,255,255,.1);margin-top:4rem;display:flex;align-items:center;justify-content:space-between}.footer-left.svelte-1n46o8q{display:flex;gap:2rem}.footer-left.svelte-1n46o8q a:where(.svelte-1n46o8q){color:#aaa;font-family:Roboto Flex;font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer-left.svelte-1n46o8q a:where(.svelte-1n46o8q):hover{color:#fff}.footer-section.svelte-1n46o8q p:where(.svelte-1n46o8q){color:#aaa;font-family:Roboto Flex;font-size:.9rem;margin:0;font-weight:400;flex:1;text-align:center}.cv-container.svelte-1n46o8q{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:100%}.cv-column.svelte-1n46o8q{flex:1}.cv-column.svelte-1n46o8q h3:where(.svelte-1n46o8q){color:#fff;font-family:Roboto Flex;font-size:1.2rem;font-weight:600;margin:0 0 2rem;padding-left:2rem}.timeline.svelte-1n46o8q{position:relative;padding-left:40px;margin-top:2rem}.timeline-entry.svelte-1n46o8q{display:flex;margin-bottom:2rem;position:relative}.timeline-line.svelte-1n46o8q{position:absolute;left:-30px;top:0;width:4px;height:100%;background-color:var(--line-color, #FFF);border-radius:2px;border:var(--line-style, solid) 2px var(--line-color, #FFF);background:transparent;width:2px;box-shadow:0 0 8px var(--line-color, #FFF);filter:drop-shadow(0 0 0,5px var(--line-color, #FFF));opacity:.5}.timeline-content.svelte-1n46o8q{flex:1}.timeline-year.svelte-1n46o8q{color:#fff;font-family:Roboto Flex;font-size:16px;font-weight:500;margin-bottom:.25rem}.timeline-title.svelte-1n46o8q{color:#fff;font-family:Roboto Flex;font-size:18px;font-weight:500;margin-bottom:.5rem}.timeline-institution.svelte-1n46o8q{color:#b0b0b0;font-family:Roboto Flex;font-size:14px;margin-bottom:.5rem}.skill-tags.svelte-1n46o8q{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.skill-tag.svelte-1n46o8q{background-color:#333;color:#fff;padding:.5rem 1rem;border-radius:13.5px;font-family:Roboto Flex;font-size:13px;font-weight:500;display:inline-block}.about-container.svelte-1n46o8q{display:flex;flex-direction:column;gap:4rem;width:100%;max-width:1400px;position:relative}.about-top.svelte-1n46o8q{display:grid;grid-template-columns:repeat(8,1fr);gap:20px;align-items:flex-start}.about-image-info.svelte-1n46o8q{grid-column:1 / 3;margin-left:+10px;align-self:flex-end;position:relative;text-align:left;width:100%}.about-image.svelte-1n46o8q{grid-column:3 / -1;width:100%;display:flex;flex-direction:column;gap:1.5rem;align-items:flex-end;margin-right:-30px;margin-left:30px}.about-image.svelte-1n46o8q .profile-image:where(.svelte-1n46o8q){width:100%;height:100%;border-radius:8px;overflow:hidden;background-color:#1a1a1a;object-fit:contain;opacity:0;transition:opacity 1s ease-in-out;position:absolute;top:0;left:0}.about-image.svelte-1n46o8q .profile-image.active:where(.svelte-1n46o8q){opacity:1}.image-slideshow.svelte-1n46o8q{position:relative;width:100%;max-width:1075px;aspect-ratio:1075/610;border-radius:8px;overflow:hidden}.scroll-arrow.svelte-1n46o8q{position:absolute;bottom:1120px;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;animation:svelte-1n46o8q-bounce 2s ease-in-out infinite}.scroll-arrow.svelte-1n46o8q img:where(.svelte-1n46o8q){width:32px;height:32px;color:#bb8bd2;stroke:#bb8bd2}@keyframes svelte-1n46o8q-bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-10px)}}.about-image-info.svelte-1n46o8q h3:where(.svelte-1n46o8q){color:#fff;font-size:2.2rem;font-weight:700;margin:1.5rem 0 .25rem;line-height:1.2;position:relative;top:60px}.hi-ich-bin.svelte-1n46o8q{display:block;width:240px;max-width:100%;height:auto;margin:0 0 .8rem -20px;position:relative;top:-100px}.about-image-info.svelte-1n46o8q p:where(.svelte-1n46o8q){color:#aaa;font-size:.9rem;margin:0 0 1rem;line-height:1.4}.invention-label.svelte-1n46o8q{color:#999;font-size:.85rem;font-weight:400;display:block;margin-bottom:.5rem;text-transform:none;letter-spacing:.05em}.text-box.svelte-1n46o8q{margin:1rem 0 1.5rem}.text-box.svelte-1n46o8q p:where(.svelte-1n46o8q){color:#aaa;font-size:.95rem;line-height:1.6;margin:0}.about-image-info.svelte-1n46o8q .social-links:where(.svelte-1n46o8q){display:flex;gap:1rem;justify-content:flex-start;margin-top:1rem}.skills-section.svelte-1n46o8q{display:flex;justify-content:center;width:100%;margin-top:4rem;margin-bottom:6rem;padding-left:0}.process-section-about.svelte-1n46o8q{width:100%;margin-top:-3rem;position:relative}.process-header-about.svelte-1n46o8q{border-left:4px solid #DBC074;padding-left:1rem;margin-bottom:3rem;position:relative}.process-title-about.svelte-1n46o8q{font-size:1.8rem;font-weight:700;margin:0;color:#fff;text-align:left}.process-grid-about.svelte-1n46o8q{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.process-item-about.svelte-1n46o8q{text-align:left}.process-image-about.svelte-1n46o8q{margin-bottom:1.5rem}.process-img-about.svelte-1n46o8q{width:100%;height:auto;border-radius:30px;object-fit:contain;background-color:#1a1a1a}.process-item-about.svelte-1n46o8q h4:where(.svelte-1n46o8q){font-size:1.2rem;font-weight:600;margin:0 0 .75rem;color:#fff;text-align:left}.process-item-about.svelte-1n46o8q p:where(.svelte-1n46o8q){font-size:.9rem;color:#aaa;line-height:1.6;margin:0}@media(max-width:768px){.process-title-about.svelte-1n46o8q{font-size:24px}.process-grid-about.svelte-1n46o8q{display:flex;overflow-x:auto;gap:0;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;width:100%;max-width:340px;margin-left:0;margin-right:0}.process-item-about.svelte-1n46o8q{flex-shrink:0;width:280px;scroll-snap-align:start;scroll-snap-stop:always}.process-image-about.svelte-1n46o8q{margin-bottom:1rem}.process-img-about.svelte-1n46o8q{width:100%;height:180px;border-radius:20px;object-fit:cover}.process-item-about.svelte-1n46o8q h4:where(.svelte-1n46o8q){font-size:18px;margin:1rem 0 .5rem}.process-item-about.svelte-1n46o8q p:where(.svelte-1n46o8q){font-size:14px}.carousel-indicators-about.svelte-1n46o8q{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.indicator-dot.svelte-1n46o8q{width:8px;height:8px;border-radius:50%;background-color:#4b4b4b;cursor:pointer;transition:background-color .4s ease,transform .4s ease,filter .4s ease,box-shadow .4s ease}.indicator-dot.active.svelte-1n46o8q{background-color:#fff;transform:scale(1.25);filter:drop-shadow(0 0 6px #ffffff);box-shadow:0 0 12px #fff9}}.skills-grid.svelte-1n46o8q{display:grid;grid-template-columns:repeat(3,1fr);gap:60px;width:fit-content;max-width:100%}.skill-box.svelte-1n46o8q{background-color:transparent;border:1px solid #DBC074;padding:2rem;border-radius:8px;width:284px;height:266px;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;align-items:center;justify-items:center;grid-auto-rows:auto}.skill-box-title.svelte-1n46o8q{font-size:1rem;font-weight:600;color:#fff;margin:0 0 .5rem;grid-column:1 / -1;text-align:center}.skill-item.svelte-1n46o8q{display:flex;justify-content:center;align-items:center;width:65px;height:65px;position:relative}.skill-icon.svelte-1n46o8q{width:65%;height:65%;object-fit:contain}.skill-item.svelte-1n46o8q .bw-icon:where(.svelte-1n46o8q){opacity:1;transition:opacity .3s ease-in-out}.skill-item.svelte-1n46o8q .color-icon:where(.svelte-1n46o8q){position:absolute;opacity:0;transition:opacity .3s ease-in-out}.skill-item.svelte-1n46o8q:hover .bw-icon:where(.svelte-1n46o8q){opacity:0}.skill-item.svelte-1n46o8q:hover .color-icon:where(.svelte-1n46o8q){opacity:1}.profile-image.svelte-1n46o8q{width:300px;height:300px;border-radius:30px;object-fit:cover}.social-links.svelte-1n46o8q{display:flex;gap:1rem;justify-content:flex-start;margin-top:1rem}.social-icon.svelte-1n46o8q{background:none;border:none;cursor:pointer;padding:6px;display:flex;align-items:center;justify-content:center;opacity:1;transition:all .3s ease;background-color:#ffffff1a;border-radius:8px;transform:scale(1);box-shadow:0 0 #fff0}.social-icon.svelte-1n46o8q:hover{opacity:.7;background-color:#ffffff26;transform:scale(1.15) translateY(-3px);box-shadow:0 0 15px #ffffff80,0 0 30px #ffffff4d,inset 0 0 15px #fff3;filter:blur(0px) drop-shadow(0 0 8px rgba(255,255,255,.4))}.social-icon.svelte-1n46o8q img:where(.svelte-1n46o8q){width:36px;height:36px;object-fit:contain;filter:brightness(1) contrast(1.2)}@media(min-width:1728px){#app{max-width:1728px;margin:0 auto}main.svelte-1n46o8q{max-width:1728px}.content-section.svelte-1n46o8q{padding:6rem 4rem}.about-section.svelte-1n46o8q,.cv-section.svelte-1n46o8q{padding:8rem 4rem}}@media(max-width:1400px){.about-top.svelte-1n46o8q{grid-template-columns:repeat(6,1fr);gap:15px}.about-image-info.svelte-1n46o8q{grid-column:1 / 3}.about-image.svelte-1n46o8q{grid-column:3 / -1;margin-right:-20px;margin-left:20px}.process-title-about.svelte-1n46o8q{font-size:1.6rem}.process-grid-about.svelte-1n46o8q{gap:30px}.process-item-about.svelte-1n46o8q h4:where(.svelte-1n46o8q){font-size:1.1rem}.process-item-about.svelte-1n46o8q p:where(.svelte-1n46o8q){font-size:.85rem}.skills-grid.svelte-1n46o8q{grid-template-columns:repeat(2,250px);gap:40px}.skill-box.svelte-1n46o8q{width:250px;height:240px;padding:1.5rem;gap:.8rem}.skill-item.svelte-1n46o8q{width:60px;height:60px}}@media(max-width:1200px){.about-top.svelte-1n46o8q{grid-template-columns:repeat(4,1fr);gap:12px}.about-image-info.svelte-1n46o8q{grid-column:1 / 2}.about-image.svelte-1n46o8q{grid-column:2 / -1;margin-right:-15px;margin-left:15px}.about-image-info.svelte-1n46o8q h3:where(.svelte-1n46o8q){font-size:2rem}.hi-ich-bin.svelte-1n46o8q{width:200px}.text-box.svelte-1n46o8q p:where(.svelte-1n46o8q){font-size:.9rem}.process-grid-about.svelte-1n46o8q{grid-template-columns:repeat(2,1fr);gap:25px}.process-title-about.svelte-1n46o8q{font-size:1.5rem}.process-item-about.svelte-1n46o8q h4:where(.svelte-1n46o8q){font-size:1rem}.process-item-about.svelte-1n46o8q p:where(.svelte-1n46o8q){font-size:.8rem}.skills-grid.svelte-1n46o8q{grid-template-columns:repeat(2,220px);gap:30px;padding-left:0}.skills-section.svelte-1n46o8q{padding-left:0;justify-content:center}.skill-box.svelte-1n46o8q{width:220px;height:220px;padding:1.2rem;gap:.6rem}.skill-box-title.svelte-1n46o8q{font-size:.9rem}.skill-item.svelte-1n46o8q{width:50px;height:50px}}@media(max-width:1024px){.about-top.svelte-1n46o8q{grid-template-columns:1fr;gap:2rem}.about-image-info.svelte-1n46o8q{grid-column:1;order:1}.about-image.svelte-1n46o8q{grid-column:1;order:2;margin-right:0;margin-left:0;align-items:center}.about-image-info.svelte-1n46o8q h3:where(.svelte-1n46o8q){font-size:1.8rem;top:30px}.hi-ich-bin.svelte-1n46o8q{width:180px;top:-80px}.process-grid-about.svelte-1n46o8q{grid-template-columns:1fr;gap:2rem}.process-title-about.svelte-1n46o8q{font-size:1.4rem}.process-item-about.svelte-1n46o8q{width:100%}.process-item-about.svelte-1n46o8q h4:where(.svelte-1n46o8q){font-size:.95rem}.process-item-about.svelte-1n46o8q p:where(.svelte-1n46o8q){font-size:.8rem}.skills-grid.svelte-1n46o8q{grid-template-columns:1fr;gap:2rem;width:100%;max-width:300px;margin:0 auto}.skill-box.svelte-1n46o8q{width:100%;height:auto;padding:1rem}}@media(max-width:768px){.mobile-menu-toggle.svelte-1n46o8q{display:flex}.header-section{display:none}.about-top.svelte-1n46o8q{grid-template-columns:1fr;gap:2rem;display:flex;flex-direction:column}.about-image-info.svelte-1n46o8q{order:1}.about-image.svelte-1n46o8q{order:2;margin-right:0;margin-left:0;align-items:center}.about-image.svelte-1n46o8q .profile-image:where(.svelte-1n46o8q){width:100%;max-width:340px;height:100%;border-radius:8px;overflow:hidden;background-color:#1a1a1a;object-fit:contain;opacity:0;transition:opacity 1s ease-in-out;position:absolute;top:0;left:0}.about-image.svelte-1n46o8q .profile-image.active:where(.svelte-1n46o8q){opacity:1}.image-slideshow.svelte-1n46o8q{width:100%;max-width:340px;aspect-ratio:1075/610;border-radius:8px;overflow:hidden;position:relative}.scroll-arrow.svelte-1n46o8q{position:relative;bottom:auto;left:auto;transform:none;margin-top:1rem;display:flex}.cv-container.svelte-1n46o8q{grid-template-columns:1fr;gap:2rem}.skills-grid.svelte-1n46o8q{grid-template-columns:1fr;gap:1.5rem;width:100%;max-width:340px;margin:0 auto}.skill-box.svelte-1n46o8q{width:100%;height:auto;padding:1.5rem;gap:.75rem;margin-top:-100px}.skill-box.svelte-1n46o8q:nth-child(2){margin-top:0}.skill-box.svelte-1n46o8q:nth-child(3){margin-top:-0px}.skill-box-title.svelte-1n46o8q{font-size:.9rem}.skill-item.svelte-1n46o8q{width:50px;height:50px}.footer-left.svelte-1n46o8q{flex-direction:column;gap:1rem;margin-bottom:1rem}.footer-section.svelte-1n46o8q{flex-direction:column;text-align:center}.footer-section.svelte-1n46o8q p:where(.svelte-1n46o8q){order:3;width:100%}}#glow-point{position:fixed;width:8px;height:8px;background-color:#fff;border-radius:50%;pointer-events:none;z-index:10000;box-shadow:0 0 12px #fffc,0 0 20px #fff6;filter:blur(6px);transition:opacity .1s ease;opacity:0}#trail-canvas{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999}.mobile-menu-toggle.svelte-1n46o8q{position:fixed;top:15px;left:15px;z-index:10001;background:none;border:none;cursor:pointer;width:35px;height:35px;padding:0;align-items:center;justify-content:center;transition:opacity .3s ease;display:flex}.mobile-menu-toggle.svelte-1n46o8q:hover{opacity:.7}.hamburger-icon.svelte-1n46o8q{width:28px;height:28px;object-fit:contain;display:block}@media(min-width:769px){.hamburger-icon.svelte-1n46o8q{display:none}}
