:root{background-color:#000}#root{max-width:1280px;margin:0 auto;padding:1rem;text-align:center}*{margin:0;padding:0;box-sizing:border-box;font-family:Zalando Sans Expanded,sans-serif}html{scroll-behavior:smooth}.navbar{position:fixed;top:0;left:0;right:0;width:100%;z-index:1000;transition:all .4s cubic-bezier(.4,0,.2,1);padding:0}.navbar-scrolled{padding:1rem 0;top:0}.navbar-container{width:100%;max-width:100%;padding:1rem 2rem;margin:0 auto;background-color:#000000f2;border-bottom:1px solid rgba(21,21,232,.3);transition:all .4s cubic-bezier(.4,0,.2,1)}.navbar-scrolled .navbar-container{max-width:850px;background-color:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:60px;padding:.85rem 2.5rem;box-shadow:0 4px 20px #1515e84d;border-bottom:none}.navbar-content{display:flex;align-items:center;justify-content:space-between;width:100%}.navbar-logo{flex-shrink:0;transition:all .3s ease}.navbar-logo a{display:block}.navbar-logo img{height:3.3rem;width:auto;transition:all .3s ease}.navbar-scrolled .navbar-logo img{height:2.8rem}.navbar-links{display:none;align-items:center;gap:2.5rem}@media(min-width:768px){.navbar-links{display:flex}}.navbar-links a{color:#f2f2f9;font-size:1rem;text-decoration:none;transition:all .2s;font-weight:500;font-family:Zalando Sans Expanded,sans-serif}.navbar-scrolled .navbar-links a{font-size:.95rem;color:#f2f2f9}.navbar-links a:hover,.navbar-links a.active{color:#1515e8}.hamburger{display:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1000;position:relative}.hamburger span{display:block;height:3px;width:100%;background:#f2f2f9;border-radius:3px;transition:all .3s ease;transform-origin:center}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);opacity:0;visibility:hidden;transition:all .3s ease;z-index:90}.menu-overlay.active{opacity:1;visibility:visible}@media(max-width:1024px){.navbar-scrolled .navbar-container{max-width:90%;padding:.85rem 2rem}.navbar-links{gap:2rem}}@media(max-width:768px){.hamburger{display:flex}.navbar-links{display:flex;position:fixed;top:0;right:-100%;width:70%;max-width:300px;height:100vh;background:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;transition:right .4s ease;z-index:95;padding:6rem 0;margin:0}.navbar-links.active{right:0}.navbar-links a{font-size:1.2rem;padding:.5rem 0;position:relative;color:#f2f2f9}.navbar-links a.active{color:#1515e8}.navbar-links a.active:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:#1515e8}.navbar-links a:hover{color:#1515e8}body.menu-open{overflow:hidden}}@media(max-width:767px){.navbar{padding:0}.navbar-scrolled{padding:.75rem 0}.navbar-container{padding:.85rem 1.5rem}.navbar-scrolled .navbar-container{max-width:92%;border-radius:40px;padding:.75rem 1.5rem}.navbar-logo img{height:2.5rem}.navbar-scrolled .navbar-logo img{height:2rem}.navbar-links{gap:1.5rem;width:80%}}@media(max-width:480px){.navbar-logo img{height:2rem}.navbar-scrolled .navbar-logo img{height:1.75rem}}.hero-section{position:relative;z-index:10;min-height:100vh;display:flex;align-items:center}.hero-container{max-width:1280px;margin:0 auto;padding:8rem 2rem}.hero-content{max-width:48rem}.hero-title{font-size:3.5rem;font-weight:200;line-height:1.2;margin-bottom:4rem;position:relative;left:-12rem;text-align:left;font-style:italic;color:#f2f2f9;font-family:Zalando Sans Expanded,sans-serif}.hero-title .highlight{color:#eca311;font-weight:700}.highlight-wrapper{display:inline-block;position:relative}.highlight{color:#eab308;font-weight:700;display:inline-block;min-width:200px}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.button-group{display:flex;flex-direction:column;gap:1rem;margin-top:3rem;flex-wrap:wrap;position:relative;left:12rem}.btn{padding:.75rem 2rem;font-size:.875rem;font-weight:500;border:none;cursor:pointer;width:30%;align-self:flex-end;transition:all .3s ease}.btn-outline{background:transparent;border:1px solid #F2F2F9;color:#f2f2f9}.btn-outline:hover{background:#f2f2f9;color:#000}.btn-primary{background:#1515e8;color:#f2f2f9}.btn-primary:hover{background:#1515e8}.hero-section:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:#1515e8;z-index:10}.hero-container:after{content:"";position:absolute;bottom:0;left:2rem;right:2rem;height:1px;background:#1515e8}@media(min-width:768px){.hero-title{font-size:3.5rem;left:-16rem}.button-group{display:flex;flex-direction:column;gap:1rem;margin-top:3rem;flex-wrap:wrap;position:relative;left:15rem}}@media(max-width:480px){.hero-title{font-size:1.7rem;position:relative;left:-3rem}.button-group{flex-direction:column;display:flex;gap:1rem;margin-top:3rem;flex-wrap:wrap;position:relative;left:-8rem}.btn{padding:.75rem 2rem;font-size:.7rem;font-weight:500;border:1px solid #F2F2F9;cursor:pointer;width:35%;align-self:flex-end;transition:all .3s ease}}@media(min-width:280px)and (max-width:320px){.hero-title{font-size:.8rem;left:-2rem}.button-group{flex-direction:column;position:relative;left:-6rem;width:30%}}.brand-accordion-container{background-color:#000;color:#f2f2f9;font-family:zalando-sans-expanded,sans-serif}.brand-accordion-wrapper{max-width:100%}.brand-accordion-header{font-size:1.3rem;margin-bottom:3rem;font-weight:400;text-align:left;padding:1rem .3rem}.accordion-list{display:flex;flex-direction:column}.accordion-item{border-top:1px solid #1515E8}.accordion-list .accordion-item:last-child{border-bottom:1px solid #1515E8}.accordion-button{width:100%;background:none;border:none;color:inherit;padding:2rem 0;cursor:pointer;display:flex;justify-content:space-between;align-items:flex-start;text-align:left}.accordion-title-wrapper{flex:1}.accordion-title{font-size:2rem;font-weight:300;margin:0 0 .25rem;line-height:1.2}.accordion-subtitle{font-size:2rem;font-weight:300;font-style:italic;margin:0;line-height:1.2}.accordion-icon{flex-shrink:0;margin-left:1rem;margin-top:.5rem}.accordion-icon.open{transform:rotate(180deg)}.accordion-content{text-align:left;overflow:hidden}.accordion-text{font-size:1.23rem;line-height:1.6;padding-right:2.5rem;margin:0;word-wrap:break-word;overflow-wrap:break-word;white-space:normal;width:100%}@media(max-width:480px){.accordion-item{border-top:1px solid #1515E8;width:100%}}@media(min-width:768px){.brand-accordion-wrapper{max-width:100%}.brand-accordion-container{padding:0rem}.accordion-title,.accordion-subtitle{font-size:2.5rem}.brand-accordion-header{padding-top:2rem}.accordion-text{max-width:90%;word-wrap:break-word;overflow-wrap:break-word;white-space:normal}}@media(max-width:767px){.accordion-text{font-size:.7rem;padding-right:1rem;word-wrap:break-word;overflow-wrap:break-word;white-space:normal}.accordion-title,.accordion-subtitle{font-size:1.3rem}}.brands-section{background-color:#000;padding:4rem 0 6rem;position:relative;font-family:Zalando Sans Expanded,sans-serif}.brands-container{max-width:1280px;margin:0 auto;padding:0 2rem}.brands-title{color:#fff;font-size:1.35rem;font-weight:400;margin-bottom:3rem;text-align:left;font-family:Zalando Sans Expanded,sans-serif}.brands-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto auto;gap:1rem;margin-bottom:3rem}.brand-item{overflow:hidden;border-radius:0}.brand-item img{width:100%;height:100%;object-fit:cover;display:block}.brand-large{grid-column:1 / -1;grid-row:1;height:400px}.brand-small{grid-column:span 1;grid-row:2;height:300px}.brands-button-wrapper{display:flex;justify-content:center;margin-top:3rem}.btn-view-more{background:#1515e8;color:#fff;padding:.875rem 3rem;font-size:.875rem;font-weight:500;border:none;cursor:pointer;transition:background .3s ease;font-family:Zalando Sans Expanded,sans-serif}.btn-view-more:hover{background:#1515e8}@media(max-width:1024px){.brands-container{padding:0 1.5rem}.brand-large{height:350px}.brand-small{height:280px}}@media(max-width:768px){.brands-section{padding:3rem 0 4rem}.brands-container{padding:0 1.5rem}.brands-title{font-size:1.25rem;margin-bottom:2rem}.brands-grid{grid-template-columns:1fr;gap:1rem}.brand-large{grid-column:1;height:280px}.brand-small{grid-column:1;grid-row:auto;height:240px}.brands-button-wrapper{margin-top:2rem}.btn-view-more{padding:.75rem 2.5rem;font-size:.813rem}}@media(max-width:480px){.brands-section{padding:2.5rem 0 3rem}.brands-container{padding:0 1rem}.brands-title{font-size:1.125rem;margin-bottom:1.5rem}.brands-grid{gap:.75rem;width:100%}.brand-large{height:220px}.brand-small{height:200px}.btn-view-more{padding:.7rem 2rem;font-size:.75rem;width:100%;max-width:250px}}@media(max-width:360px){.brands-container{padding:0 .875rem}.brand-large{height:200px}.brand-small{height:180px}.brands-title{font-size:1rem}}.aboutme-section{background-color:#000;padding:2.5rem 0;position:relative;font-family:Zalando Sans Expanded,sans-serif}.aboutme-section:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:#1515e8}.aboutme-container{max-width:1280px;margin:0 auto;padding:0 2rem}.aboutme-label{color:#f2f2f9;text-align:left;font-size:1.45rem;font-weight:400;margin-bottom:3rem;font-family:Zalando Sans Expanded,sans-serif}.aboutme-content{display:flex;flex-direction:column;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.aboutme-text{padding-right:2rem}.aboutme-title{color:#f2f2f9;font-size:2.9rem;font-weight:400;line-height:1.3;text-align:left;margin-bottom:2rem;font-family:Zalando Sans Expanded,sans-serif}.name-highlight{font-weight:700}.love-highlight{color:#eca311;font-style:italic;font-weight:400}.aboutme-description{color:#f2f2f9;font-size:1.2rem;line-height:1.4;text-align:justify;margin-bottom:1.5rem;font-family:Zalando Sans Expanded,sans-serif;font-weight:100}.aboutme-image-wrapper{width:100%;height:auto}.aboutme-image{width:100%;height:auto;display:block;object-fit:cover}@media(max-width:968px){.aboutme-content{grid-template-columns:1fr;gap:2rem}.aboutme-text{padding-right:0}.aboutme-title{font-size:2rem}}@media(max-width:640px){.aboutme-container{padding:0}.aboutme-section{padding:3rem 0}.aboutme-title{font-size:1.76rem}.aboutme-description{font-size:.813rem}}.testimonial-section{background-color:#000;padding:4rem 0 6rem;position:relative;width:100%;overflow:hidden}.testimonial-section:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:#1515e8}.testimonial-container{max-width:1280px;margin:0 auto;padding:0 2rem;width:100%;box-sizing:border-box}.testimonial-heading{color:#f2f2f9;font-size:2.5rem;font-weight:400;line-height:1.2;text-align:left;margin-bottom:3rem;font-family:Zalando Sans Expanded,sans-serif}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem;background-color:#000;width:100%}.testimonial-card{text-align:justify;background-color:#000;border:1px solid #1f1f1f;padding:2rem;display:flex;flex-direction:column;width:100%;box-sizing:border-box}.testimonial-rating{display:flex;gap:.25rem;margin-bottom:1.5rem;justify-content:flex-end;width:100%}.star{color:#eca311;font-size:1.25rem}.testimonial-text{text-align:left;color:#f2f2f9;font-size:.813rem;line-height:1.6;margin-bottom:2rem;flex-grow:1;font-family:Zalando Sans Expanded,sans-serif;font-weight:300;width:100%;word-wrap:break-word;overflow-wrap:break-word}.testimonial-author{text-align:left;display:flex;align-items:center;gap:1rem;width:100%}.author-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover;flex-shrink:0}.author-info{display:flex;flex-direction:column;gap:.15rem;min-width:0}.author-name{color:#f2f2f9;font-size:.9rem;font-weight:600;margin:0;text-align:left;font-family:Zalando Sans Expanded,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.author-title{color:#f2f2f9;font-size:.7rem;margin:0;font-family:Zalando Sans Expanded,sans-serif;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.author-location{color:#f2f2f9;font-size:.6rem;margin:0;font-family:Zalando Sans Expanded,sans-serif;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.testimonial-button-wrapper{display:flex;justify-content:center;margin-top:3rem;width:100%}.btn-view-more{background:#1515e8;color:#f2f2f9;padding:.875rem 3rem;font-size:.875rem;font-weight:500;border:none;cursor:pointer;transition:background .3s ease;font-family:Zalando Sans Expanded,sans-serif;white-space:nowrap}.btn-view-more:hover{background:none;border:1px solid #1515E8}@media(max-width:1024px){.testimonial-grid{grid-template-columns:repeat(2,1fr)}.testimonial-container{padding:0 1.5rem}}@media(max-width:768px){.testimonial-grid{gap:1.5rem}.testimonial-card{padding:1.5rem}.testimonial-rating{justify-content:center;margin-bottom:1rem}}@media(max-width:640px){.testimonial-grid{grid-template-columns:1fr}.testimonial-heading{font-size:2rem;text-align:center}.testimonial-section{padding:3rem 0 4rem}.testimonial-container{padding:0 1rem}.testimonial-author{flex-direction:column;text-align:center;gap:.5rem}.author-name,.author-title,.author-location{text-align:center}.testimonial-rating{justify-content:center}}@media(max-width:480px){.testimonial-card{padding:1rem}.testimonial-heading{font-size:1.75rem;margin-bottom:2rem}.testimonial-text{font-size:.75rem}}.footer{background-color:#000;padding:3rem 0;border-top:1px solid #1f1f1f;font-family:zalando-sans-expanded,sans-serif;width:100%;overflow:hidden}.footer-container{max-width:1280px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 2fr 1.5fr;align-items:center;gap:2rem;width:100%;box-sizing:border-box}.footer-left{display:flex;justify-content:flex-start}.footer-logo{display:flex;align-items:center}.logo-footer{height:5.5rem;width:auto;max-width:100%}.footer-center{display:flex;justify-content:center}.footer-nav{display:flex;gap:3rem;align-items:center;flex-wrap:wrap;justify-content:center}.footer-link{color:#fff;text-decoration:none;font-size:.875rem;font-weight:400;transition:color .3s ease;font-family:Zalando Sans Expanded,sans-serif;white-space:nowrap}.footer-link:hover{color:#1515e8}.footer-right{display:flex;justify-content:flex-end}.newsletter-section{width:100%;max-width:400px}.newsletter-title{text-align:left;color:#fff;font-size:.875rem;font-weight:400;margin-bottom:1rem;font-family:Zalando Sans Expanded,sans-serif}.newsletter-form{display:flex;gap:0;width:100%}.newsletter-input{flex:1;background-color:#1a1a1a;border:1px solid #2a2a2a;border-right:none;color:#fff;padding:.75rem 1rem;font-size:.875rem;outline:none;font-family:Zalando Sans Expanded,sans-serif;transition:border-color .3s ease;min-width:0;box-sizing:border-box}.newsletter-input::placeholder{color:#6b7280}.newsletter-input:focus{border-color:#1515e8}.newsletter-button{background:#1515e8;color:#fff;border:none;padding:.75rem 2rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .3s ease;font-family:Zalando Sans Expanded,sans-serif;white-space:nowrap;flex-shrink:0;box-sizing:border-box}.newsletter-button:hover{background:#1515e8}@media(max-width:1024px){.footer-container{grid-template-columns:1fr;gap:2.5rem;text-align:center;padding:0 1.5rem}.footer-left,.footer-center,.footer-right{justify-content:center}.footer-nav{flex-wrap:wrap;gap:2rem;justify-content:center}.newsletter-section{max-width:100%}.newsletter-title{text-align:center}}@media(max-width:768px){.footer-container{padding:0 1rem;gap:2rem}.footer-nav{gap:1.5rem}.logo-footer{height:4.5rem}}@media(max-width:640px){.footer{padding:2rem 0}.footer-nav{flex-direction:column;gap:1rem}.newsletter-form{flex-direction:column}.newsletter-input{border-right:1px solid #2a2a2a;margin-bottom:.5rem}.newsletter-button{width:100%}.logo-footer{height:4rem}}@media(max-width:480px){.footer-container{padding:0 .75rem;gap:1.5rem}.footer{padding:1.5rem 0}}.works-page{background-color:#000;min-height:100vh}.works-hero{text-align:left;padding:8rem 0 4rem;position:relative}.works-hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:#3b82f6}.works-container{max-width:1280px;margin:0 auto;padding:0 2rem}.works-title{color:#fff;font-size:1.4rem;font-weight:400;margin-bottom:3rem;font-family:Zalando Sans Expanded,sans-serif}.works-grid{display:flex;flex-direction:column;gap:2rem;margin-bottom:4rem}.work-card{background-color:#0a0a0a;overflow:hidden;transition:transform .3s ease;border-radius:8px}.work-card:hover{transform:translateY(-5px)}.work-image-wrapper{width:100%;height:auto;overflow:hidden}.work-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.work-card:hover .work-image{transform:scale(1.05)}.work-info{padding:1.5rem;display:flex;justify-content:space-between;align-items:center;width:100%;gap:1rem}.work-text-content{flex:1;min-width:0}.work-title{color:#fff;font-size:1rem;font-weight:400;margin-bottom:.5rem;font-family:Zalando Sans Expanded,sans-serif}.work-description{color:#9ca3af;font-size:.875rem;margin-bottom:0;font-family:Zalando Sans Expanded,sans-serif}.work-button{background:#2563eb;color:#fff;padding:.625rem 1.5rem;font-size:.813rem;font-weight:500;border:none;cursor:pointer;transition:background .3s ease;font-family:Zalando Sans Expanded,sans-serif;white-space:nowrap;flex-shrink:0;border-radius:4px}.work-button:hover{background:#1d4ed8}@media(max-width:768px){.works-container{padding:0 1rem}.works-hero{padding:6rem 0 3rem}.work-info{flex-direction:column;align-items:flex-start;gap:1rem}.work-button{align-self:flex-end;margin-top:.5rem}.works-title{font-size:1.25rem;margin-bottom:2rem}}@media(max-width:480px){.works-hero{padding:5rem 0 2rem}.work-info{padding:1rem}.work-button{padding:.5rem 1.25rem;font-size:.75rem}}
