*{box-sizing:border-box;margin:0;padding:0}#root{width:100%;max-width:100%;margin:0;padding:0}.navbar{z-index:100;background:#fff;justify-content:space-between;align-items:center;padding:18px 40px;display:flex;position:fixed;top:0;left:0;right:0}.navbar__menu{align-items:center;gap:28px;display:flex}.navbar__link{color:#222;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s}.navbar__link:hover{color:#c0392b}.navbar__logo{color:#222;font-size:24px;font-weight:800}.navbar__icons{cursor:pointer;align-items:center;gap:16px;display:flex}.navbar__icons svg:hover{stroke:#c0392b}.hamburger{cursor:pointer;z-index:200;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger span{background:#222;border-radius:2px;width:24px;height:2.5px;transition:all .3s;display:block}.hamburger.active span:first-child{transform:translateY(7.5px)rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-7.5px)rotate(-45deg)}.sidebar-overlay{z-index:150;opacity:0;background:#0006;transition:opacity .3s;display:none;position:fixed;inset:0}.sidebar-overlay.active{opacity:1;display:block}.sidebar{z-index:200;background:#fff;flex-direction:column;gap:8px;width:280px;height:100%;padding:80px 32px 32px;transition:right .35s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:-280px;box-shadow:-4px 0 20px #00000014}.sidebar.active{right:0}.sidebar a{color:#222;border-bottom:1px solid #f0f0f0;padding:12px 0;font-size:16px;font-weight:500;text-decoration:none;transition:color .2s,padding-left .2s}.sidebar a:hover{color:#c0392b;padding-left:8px}@media (width<=768px){.navbar{padding:16px 20px}.navbar__menu,.navbar__icons{display:none}.hamburger{display:flex}}.homepage{background:#fff;max-width:1600px;min-height:100vh;margin:0 auto;padding-top:70px;font-family:Inter,sans-serif;overflow:hidden}.hero{min-height:520px;padding:20px 40px 0;position:relative}.hero__shape{z-index:0;position:absolute}.hero__shape--circle{background:#ffb4b440;border-radius:50%;width:420px;height:420px;top:60px;left:50%;transform:translate(-50%)}.hero__shape--pill-right{background:#ff646426;border-radius:30px;width:120px;height:60px;top:30px;right:15%}.hero__shape--pill-left{background:#ff64641f;border-radius:20px;width:80px;height:40px;top:120px;left:10%}.hero__typography{z-index:2;justify-content:space-between;align-items:flex-start;display:flex;position:relative}.hero__text-left{max-width:340px}.hero__text-right{text-align:left;max-width:340px;margin-right:15%}.hero__subtitle{font-size:56px;font-style:italic;font-weight:400;line-height:1.1}.hero__subtitle--dark{color:#222;white-space:nowrap;margin-left:10px}.hero__title{letter-spacing:-2px;margin:0;font-size:64px;font-weight:900;line-height:1}.hero__subtitle--red{color:#222;white-space:nowrap;margin-left:0%;font-size:56px}.hero__title--moment{margin-left:50%;font-size:74px}.hero__title--energy{margin-left:40%;font-size:74px}.hero__title--dark,.hero__title--red{color:#222}.hero__image-container{z-index:6;justify-content:center;align-items:flex-end;width:40%;height:50%;display:flex;position:absolute;top:408px;left:55%;transform:translate(-50%)}.hero__image{object-fit:cover;object-position:top;z-index:1;width:90%;height:auto;max-height:1000px;position:relative;top:-5.5%}.hero__image-bg{aspect-ratio:5/5;object-position:top;z-index:0;width:100%;height:auto;position:absolute;top:15px;left:45%;transform:translate(-50%,-50%)}.card{color:#fff;border-radius:24px}.card--left{background:linear-gradient(135deg,#c83b2e 0%,#f2655c 100%);flex:1;min-height:650px;padding:28px 28px 24px;position:relative;top:-60px;overflow:hidden}.card--right{z-index:5;background:linear-gradient(135deg,#fcf3f2 0%,#ebebeb 100%);border-radius:24px;flex-direction:column;align-items:center;max-width:240px;padding:24px 28px;display:flex;position:absolute;top:20px;right:20px}.card__label{opacity:.85;margin:100px 60px 10px 30px;font-size:20px;font-weight:500}.card__title{text-align:left;max-width:45%;margin:0 60px 10px 30px;font-size:50px;font-weight:900;line-height:1.25}.card__description{opacity:.8;max-width:600px;margin:0 60px 20px 30px;font-size:17px;line-height:1.5}.card__actions{align-items:center;gap:12px;display:flex}.card__pill-btn{background:#ff969680;border-radius:18px;width:80px;height:36px}.card__heading{align-self:flex-start;margin:0 0 16px;font-size:18px;font-weight:700}.card__product-image{background:#4a90d9;border-radius:16px;width:160px;height:130px;margin-bottom:12px}.card__product-name{margin:0 0 12px;font-size:12px;font-weight:500}.toggle-switch{cursor:pointer;border-radius:14px;width:52px;height:28px;transition:background .3s;position:relative}.toggle-switch__knob{background:#fff;border-radius:50%;width:22px;height:22px;transition:left .3s;position:absolute;top:3px;box-shadow:0 1px 3px #0003}.hero__cards{z-index:4;margin-top:80px;position:relative}.portfolio-btn-wrapper{background-color:#f0f0f0;border-radius:999px;align-items:center;gap:8px;margin:.2% 0 0 2%;padding:4px 4px 4px 20px;display:inline-flex}.portfolio-btn__label{color:#e74c3c;white-space:nowrap;font-size:20px;font-weight:700}.portfolio-btn__red{color:#fff;cursor:pointer;white-space:nowrap;background-color:#e74c3c;border:none;border-radius:999px;padding:8px 25px;font-size:18px;font-weight:700;transition:background .2s}.portfolio-btn__red:hover{background-color:#c0392b}@media (width<=450px){.homepage{height:auto;overflow:visible;min-height:0!important}.hero{height:auto;padding:10px 16px 0;min-height:0!important}.hero__typography{display:none}.hero__image-container{width:60%;height:auto;margin:-20px auto 0;position:relative;top:auto;left:auto;transform:none}.hero__image{z-index:999;width:83%;height:auto;margin-left:70%;margin-right:0;display:block;position:relative;top:-23px}.hero__image-bg{z-index:1;width:115%;height:80%;margin-left:29%;display:block;position:absolute;top:50%}.hero__cards{margin:0}.card--left{z-index:10;border-radius:16px;min-height:auto;margin:-159px 0 0;padding:35px 16px;position:relative}.card--right{display:none}.card__label{margin:5px 0 6px;font-size:10px}.card__title{z-index:999;max-width:50%;margin:0 0 8px;font-size:15px;position:relative}.card__description{display:none}.portfolio-btn-wrapper{margin:8px 0 0;padding:3px 3px 3px 14px}.portfolio-btn__label{font-size:10px}.portfolio-btn__red{padding:5px 14px;font-size:10px}}.carousel{z-index:9;flex-direction:column;align-items:center;gap:12px;display:flex;position:absolute;top:230px;right:5%}.carousel__card{color:#e74c3c;background:linear-gradient(160deg,#fff 0%,#f8f8f8 100%);border-radius:24px;flex-direction:column;align-items:center;width:260px;padding:20px 20px 18px;display:flex;box-shadow:0 8px 30px #e74c3c40}.carousel__card-title{letter-spacing:.3px;font-size:18px;font-weight:900}.carousel__image-wrapper{background:#f9dede;border-radius:18px;width:220px;height:140px;margin-bottom:10px;position:relative;overflow:hidden}.carousel__image{object-fit:cover;object-position:top;opacity:0;width:100%;height:100%;transition:opacity .7s ease-in-out;position:absolute;inset:0}.carousel__image--active{opacity:1}.carousel__product-name{text-align:center;color:#222;margin:0 0 4px;font-size:16px;font-weight:700}.carousel__product-desc{opacity:.8;text-align:center;color:#222;margin:0 0 9px;font-size:12px}.carousel__bottom{justify-content:center;align-items:center;width:100%;display:flex}.carousel__bottom-btn{color:#fff;cursor:pointer;white-space:nowrap;background-color:#e74c3c;border:none;border-radius:999px;align-items:center;gap:8px;margin-top:10px;padding:8px 18px 8px 8px;font-size:15px;font-weight:700;transition:background .2s;display:inline-flex}.carousel__bottom-btn:hover{background-color:#c0392b}.carousel__bottom-btn-icon{background-color:#0000002e;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.carousel__bottom-btn-icon svg{fill:#fff;width:16px;height:16px}.carousel__dots{gap:4px;display:flex}.carousel__dot{cursor:pointer;background-color:#ddd;border:none;border-radius:50%;width:8px;height:8px;transition:background-color .3s}.carousel__dot--active{background-color:#e74c3c}.carousel__dot:hover{background-color:#999}@media (width<=480px){.carousel{width:100%;display:none;position:relative;top:-30px;right:auto}.carousel__card-title{color:#e74c3c;margin:-18px 0 0 8px;font-size:16px}.carousel__card{width:100%;max-width:400px}.carousel__image-wrapper{border-radius:10px;width:100%;height:200px}.carousel__dot{cursor:pointer;background-color:#ddd;border:none;border-radius:50%;width:8px;height:8px;margin-bottom:10px;transition:background-color .3s}.carousel__bottom-btn{color:#fff;cursor:pointer;white-space:nowrap;background-color:#e74c3c;border:none;border-radius:999px;align-items:center;gap:8px;margin-top:10px;padding:8px 18px 8px 8px;font-size:15px;font-weight:700;transition:background .2s;display:inline-flex}.carousel__bottom-btn:hover{background-color:#c0392b}.carousel__bottom-btn-icon{background-color:#0000002e;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.carousel__bottom-btn-icon svg{fill:#fff;width:16px;height:16px}}.about-section{z-index:10;flex-direction:column;align-items:center;min-height:100vh;font-family:Inter,sans-serif;display:flex;overflow:visible}.about-heading-wrapper{text-align:center;margin-bottom:3rem}.about-heading{color:#ca3d30;font-size:5.5rem;font-weight:800}.about-orbit-wrapper{justify-content:center;align-items:center;width:460px;height:460px;display:flex;position:relative;overflow:visible}.about-profile-img-wrap{border-radius:50%;width:80%;height:80%;position:absolute;top:70%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.about-profile-img{object-fit:cover;width:100%;height:100%}.about-skill-item{flex-direction:column;align-items:center;gap:6px;display:flex;position:absolute}.about-arrow-img{object-fit:contain;width:100px;height:100px}.about-skill-label{white-space:nowrap;border-radius:6px;padding:4px 10px;font-size:20px;font-weight:600}.about-skill-panah1{flex-direction:column-reverse;width:300px;height:400px;top:-260px;left:230px;transform:translate(-50%)}.about-skill-panah1 .about-arrow-img{width:90px;height:90px}.about-skill-panah2{flex-direction:column-reverse;width:300px;height:400px;top:-160px;left:420px;transform:translate(-50%)}.about-skill-panah2 .about-arrow-img{width:120px;height:120px}.about-skill-panah2 .about-skill-label{white-space:pre-line;text-align:center;max-width:10px;position:relative;top:30px;right:-110px}.about-skill-panah3{top:70%;left:380px;transform:translateY(-50%)}.about-skill-panah3 .about-arrow-img{width:350px;height:350px}.about-skill-panah3 .about-skill-label{white-space:pre-line;text-align:right;position:relative;top:-220px;right:-20px}.about-skill-panah4{top:108%;left:340px;transform:translateY(-50%)}.about-skill-panah4 .about-arrow-img{width:140px;height:140px}.about-skill-panah4 .about-skill-label{white-space:pre-line;text-align:center;position:relative;top:-60px;right:-80px}.about-skill-panah5{top:122%;left:89px;transform:translateY(-50%)}.about-skill-panah5 .about-arrow-img{width:70px;height:70px}.about-skill-panah5 .about-skill-label{white-space:pre-line;text-align:center;position:relative;top:-50px;right:-90px}.about-skill-panah6{top:99%;left:-50px;transform:translateY(-50%)}.about-skill-panah6 .about-arrow-img{width:150px;height:150px}.about-skill-panah6 .about-skill-label{white-space:pre-line;text-align:center;position:relative;top:-50px;right:69px}.about-skill-panah7{top:70%;left:-80px;transform:translateY(-50%)}.about-skill-panah7 .about-arrow-img{width:150px;height:150px}.about-skill-panah7 .about-skill-label{white-space:pre-line;text-align:center;position:relative;top:-120px;right:120px}.about-skill-panah8{top:35%;left:-80px;transform:translateY(-50%)}.about-skill-panah8 .about-arrow-img{width:200px;height:200px}.about-skill-panah8 .about-skill-label{white-space:pre-line;text-align:right;position:relative;top:-110px;right:130px}@media (width<=480px){.about-section{z-index:11;margin-top:0;position:relative}.about-heading{font-size:2.2rem;top:-120px}.about-subheading{font-size:.75rem}.about-profile-img-wrap{width:130%;height:130%}.about-orbit-wrapper{transform-origin:top;width:260px;height:260px;transform:scale(.46)}.about-skill-label{padding:2px 6px;font-size:25px}.about-skill-panah1{width:300px;height:400px;top:-390px;left:130px}.about-skill-panah1 .about-arrow-img{width:50px;height:50px}.about-skill-panah2{width:300px;height:320px;top:-260px;left:270px}.about-skill-panah2 .about-arrow-img{width:80px;height:80px}.about-skill-panah2 .about-skill-label{top:50px;right:-60px}.about-skill-panah3{top:70%;left:280px}.about-skill-panah3 .about-arrow-img{width:250px;height:250px}.about-skill-panah3 .about-skill-label{font-size:19px;top:-170px;right:-3px}.about-skill-panah4 .about-arrow-img{width:110px;height:110px;margin-top:60px;margin-left:-190px}.about-skill-panah4 .about-skill-label{top:-70px;right:-50px}.about-skill-panah5 .about-arrow-img{width:49px;height:49px;margin-top:200px;margin-left:-230px}.about-skill-panah5 .about-skill-label{top:-50px;right:20px}.about-skill-panah6 .about-arrow-img{width:84px;height:84px;margin-top:100px;margin-left:-100px}.about-skill-panah6 .about-skill-label{top:-30px;right:90px}.about-skill-panah7 .about-arrow-img{width:84px;height:84px;margin-top:50px;margin-left:-100px}.about-skill-panah7 .about-skill-label{top:-80px;right:140px}.about-skill-panah8 .about-arrow-img{width:132px;height:132px;margin-top:-50px;margin-left:-140px}.about-skill-panah8 .about-skill-label{font-size:20px;top:-80px;right:200px}}*{font-family:Inter,sans-serif}.wave-img{width:100%;height:200px;margin-top:-40px;display:block}@media (width<=480px){.wave-img{z-index:5;width:100%;height:30px;margin-top:-40px;display:block;position:relative}}
