*{font-family:Arial,sans-serif !important}i[class*="fa-"],i[class*="fas"],i[class*="far"],i[class*="fab"],i[class*="fal"],i[class*="fad"]{font-family:"Font Awesome 6 Free","Font Awesome 6 Brands" !important}body,html{font-family:Arial,sans-serif !important}.header-blur{backdrop-filter:blur(10px);background-color:rgba(0,0,0,0.8);transition:all 0.3s ease}.header-transparent{backdrop-filter:none;background-color:transparent;transition:all 0.3s ease}#mobile-menu{backdrop-filter:blur(10px);background-color:rgba(0,0,0,0.95);position:absolute;top:100%;left:0;right:0;padding:20px;border-top:1px solid rgba(255,255,255,0.1);z-index:1000;max-height:calc(100vh - 80px);overflow-y:auto}#mobile-menu.hidden{display:none}#mobile-menu:not(.hidden){display:block}.mobile-dropdown-container{position:relative}.mobile-dropdown-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 0;color:white;text-decoration:none;cursor:pointer;transition:color 0.2s ease}.mobile-dropdown-toggle:hover{color:#00E880}.mobile-dropdown-toggle i{transition:transform 0.3s ease}.mobile-dropdown-container.active .mobile-dropdown-toggle{color:#00E880}.mobile-dropdown-container.active .mobile-dropdown-toggle i{transform:rotate(180deg)}.mobile-dropdown-menu{max-height:0;overflow:hidden;transition:max-height 0.3s ease;padding-left:16px}.mobile-dropdown-container.active .mobile-dropdown-menu{max-height:500px}.mobile-dropdown-menu a{display:block;padding:10px 0;color:rgba(255,255,255,0.7);text-decoration:none;transition:color 0.2s ease;font-size:0.9rem}.mobile-dropdown-menu a:hover{color:#00E880}.dropdown-menu{position:absolute;top:100%;left:0;margin-top:8px;background:rgba(19,19,19,0.95);backdrop-filter:blur(10px);border-radius:12px;padding:8px 0;min-width:180px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all 0.3s ease;z-index:1000;box-shadow:0 8px 32px rgba(0,0,0,0.5)}.dropdown-container:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu a{display:block;padding:12px 20px;color:white;text-decoration:none;transition:all 0.2s ease}.dropdown-menu a:hover{color:#00E880;background:rgba(0,232,128,0.1)}.dropdown-toggle{cursor:pointer}.dropdown-toggle i{transition:transform 0.3s ease,color 0.3s ease}.dropdown-container:hover .dropdown-toggle{color:#00E880}.dropdown-container:hover .dropdown-toggle i{transform:rotate(180deg);color:#00E880}.project-detail-section{padding:140px 40px 120px;background:#000000;min-height:100vh}.project-detail-container{max-width:1148px;margin:0 auto}.project-detail-header{margin-bottom:80px}.project-detail-label{display:inline-flex;align-items:center;gap:8px;background:rgba(19,19,19,0.9);padding:8px 16px;border-radius:20px;font-size:0.875rem;font-weight:400;color:white;margin-bottom:32px;width:fit-content}.project-detail-label-dot{width:8px;height:8px;background:#00E880;border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:0.5;transform:scale(1.2)}}.project-detail-title{font-size:5rem;font-weight:300;color:white;margin-bottom:24px;line-height:1.05;letter-spacing:-2px}.project-detail-description{font-size:1.375rem;font-weight:300;color:rgba(255,255,255,0.65);max-width:800px;line-height:1.6;margin-bottom:32px}.project-detail-tags{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:0}.project-detail-tag{display:inline-block;color:rgba(255,255,255,0.6);font-size:0.875rem;font-weight:400;text-transform:uppercase;letter-spacing:1.5px}.project-detail-tag::before{content:'// ';color:rgba(255,255,255,0.4)}.project-detail-tag::after{content:' //';color:rgba(255,255,255,0.4)}.project-detail-images-container{width:100%;margin-bottom:80px;background:rgba(26,26,26,0.7);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,0.05);border-radius:32px;overflow:hidden}.project-detail-image{width:100%;margin-bottom:0;border:none;border-radius:0;background:transparent;backdrop-filter:none;overflow:hidden}.project-detail-image:first-child{border-top-left-radius:32px;border-top-right-radius:32px}.project-detail-image:last-child{border-bottom-left-radius:32px;border-bottom-right-radius:32px;margin-bottom:0}.project-detail-image img{width:100%;height:auto;display:block}.project-detail-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;margin-bottom:80px}.project-detail-content-section h3{font-size:2rem;font-weight:600;color:white;margin-bottom:24px;letter-spacing:-1px}.project-detail-content-section p{font-size:1.125rem;font-weight:300;color:rgba(255,255,255,0.7);line-height:1.7}.other-projects-section{margin-top:120px;padding-top:80px;border-top:1px solid rgba(255,255,255,0.1)}.other-projects-label{display:inline-flex;align-items:center;gap:8px;background:rgba(19,19,19,0.9);padding:8px 16px;border-radius:20px;font-size:0.875rem;font-weight:400;color:white;margin-bottom:40px;width:fit-content}.other-projects-label-dot{width:8px;height:8px;background:#00E880;border-radius:50%;animation:pulse 2s ease-in-out infinite}.other-projects-title{font-size:3.5rem;font-weight:300;color:white;margin-bottom:60px;line-height:1.05;letter-spacing:-2px}.other-projects-list{display:flex;flex-direction:column;gap:0}.other-project-item{display:flex;align-items:center;gap:40px;padding:40px 0;border-bottom:1px solid rgba(255,255,255,0.05);text-decoration:none;transition:all 0.3s ease}.other-project-item:last-child{border-bottom:none}.other-project-item:hover{padding-left:20px}.other-project-item:hover .other-project-name{color:#00E880}.other-project-image{width:200px;height:120px;object-fit:cover;border-radius:16px;background:rgba(26,26,26,0.7);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,0.05);flex-shrink:0}.other-project-content{flex:1}.other-project-tag{display:inline-block;color:rgba(255,255,255,0.6);font-size:0.75rem;font-weight:400;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:8px}.other-project-tag::before{content:'// ';color:rgba(255,255,255,0.4)}.other-project-tag::after{content:' //';color:rgba(255,255,255,0.4)}.other-project-name{font-size:2rem;font-weight:600;color:white;margin:0;letter-spacing:-1px;transition:color 0.3s ease}.other-project-arrow{color:rgba(255,255,255,0.3);font-size:0.875rem;font-weight:100;transition:all 0.3s ease;flex-shrink:0}.other-project-item:hover .other-project-arrow{color:#00E880;transform:translateX(8px)}@media (max-width:768px){.other-projects-section{margin-top:80px;padding-top:60px}.other-projects-title{font-size:2.5rem;margin-bottom:40px}.other-project-item{flex-direction:column;align-items:flex-start;gap:20px;padding:32px 0}.other-project-item:hover{padding-left:0}.other-project-image{width:100%;height:200px}.other-project-name{font-size:1.5rem}.other-project-arrow{align-self:flex-end}}.back-button{display:inline-flex;align-items:center;gap:8px;color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.875rem;font-weight:400;padding:0;border:none;transition:all 0.3s ease;margin-bottom:32px}.back-button:hover{color:#00E880}.back-button i{font-size:0.75rem}.button-with-arrow,a.button-with-arrow{position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center}.button-text-wrapper{position:relative;overflow:hidden;display:inline-block}.button-arrow-wrapper{position:relative;overflow:hidden;display:inline-block;width:20px;text-align:center}.button-content{display:inline-flex;align-items:center;gap:8px}.button-text{display:inline-block;transition:transform 0.5s cubic-bezier(0.76,0,0.24,1);color:inherit}.button-text-hover{position:absolute;top:0;left:0;display:inline-block;transform:translateY(100%);transition:transform 0.5s cubic-bezier(0.76,0,0.24,1);color:inherit}.button-arrow{display:inline-block;transition:transform 0.5s cubic-bezier(0.76,0,0.24,1);color:inherit}.button-arrow-hover{position:absolute;top:0;left:0;display:inline-block;transform:translateX(-100%);transition:transform 0.5s cubic-bezier(0.76,0,0.24,1);color:inherit}.button-with-arrow:hover .button-text{transform:translateY(-100%)}.button-with-arrow:hover .button-text-hover{transform:translateY(0)}.button-with-arrow:hover .button-arrow{transform:translateX(100%)}.button-with-arrow:hover .button-arrow-hover{transform:translateX(0)}footer{color:white}footer .button-with-arrow,footer a.button-with-arrow{color:black !important}footer .button-with-arrow .button-text,footer .button-with-arrow .button-text-hover,footer .button-with-arrow .button-arrow,footer .button-with-arrow .button-arrow-hover{color:black !important}@media (max-width:1024px){.project-detail-title{font-size:3.5rem}.project-detail-content{grid-template-columns:1fr;gap:40px}}@media (max-width:768px){.project-detail-section{padding:120px 20px 80px}.project-detail-title{font-size:2.5rem}.project-detail-description{font-size:1rem}.project-detail-content-section h3{font-size:1.5rem}.project-detail-content-section p{font-size:1rem}}.identity-visual-section{margin-top:120px;padding-top:80px;border-top:1px solid rgba(255,255,255,0.1)}.identity-visual-label{display:inline-flex;align-items:center;gap:8px;background:rgba(19,19,19,0.9);padding:8px 16px;border-radius:20px;font-size:0.875rem;font-weight:400;color:white;margin-bottom:40px;width:fit-content}.identity-visual-label-dot{width:8px;height:8px;background:#00E880;border-radius:50%;animation:pulse 2s ease-in-out infinite}.identity-visual-title{font-size:3.5rem;font-weight:300;color:white;margin:0 0 60px;line-height:1.05;letter-spacing:-2px}.identity-visual-section-group{margin-bottom:80px}.identity-visual-section-group:last-child{margin-bottom:0}.identity-visual-section-title{font-size:1.75rem;font-weight:500;color:white;margin:0 0 20px;letter-spacing:-0.5px}.identity-visual-content-text p{font-size:1.0625rem;font-weight:300;color:rgba(255,255,255,0.7);line-height:1.7;margin:0 0 16px}.identity-visual-content-text p:last-child{margin-bottom:0}.identity-visual-logos-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.identity-visual-logos-column{display:flex;flex-direction:column;gap:16px}.identity-visual-logos-column-title{font-size:0.875rem;font-weight:500;color:rgba(255,255,255,0.6);text-transform:uppercase;letter-spacing:0.08em;margin-bottom:8px}.identity-visual-logos-item{background:#0A0A0A;border:1px solid rgba(255,255,255,0.06);border-radius:16px;padding:32px 24px;display:flex;align-items:center;justify-content:center;aspect-ratio:4 / 3;overflow:hidden}.identity-visual-logos-item img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.identity-visual-palette-grid{display:grid;grid-template-columns:1fr 1.4fr 0.5fr;gap:40px;align-items:start}.identity-visual-palette-image-wrapper{background:#0A0A0A;border:1px solid rgba(255,255,255,0.06);border-radius:16px;overflow:hidden}.identity-visual-palette-image-wrapper img{display:block;width:100%;height:auto}.identity-visual-color-swatches{display:flex;flex-direction:column;gap:16px}.identity-visual-color-swatch{display:flex;align-items:flex-end;justify-content:flex-start;aspect-ratio:1 / 1;border-radius:12px;padding:16px;border:1px solid rgba(255,255,255,0.08)}.identity-visual-color-swatch.blue{background:#009DFF}.identity-visual-color-swatch.white{background:#FFFFFF}.identity-visual-color-swatch.black{background:#000000}.identity-visual-color-code{font-family:ui-monospace,"SF Mono",Menlo,Consolas,monospace;font-size:0.75rem;font-weight:600;letter-spacing:0.04em;padding:4px 8px;border-radius:6px;background:rgba(0,0,0,0.4);color:rgba(255,255,255,0.95)}.identity-visual-color-swatch.white .identity-visual-color-code{background:rgba(0,0,0,0.08);color:#111}.identity-visual-content-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:40px;align-items:start}.identity-visual-content-images{display:flex;flex-direction:column;gap:24px}.identity-visual-content-images img{width:100%;height:auto;border-radius:16px;display:block}.identity-visual-content-image{width:100%;border-radius:16px;overflow:hidden}.identity-visual-content-image img{display:block;width:100%;height:auto}@media (max-width:1024px){.identity-visual-logos-grid{grid-template-columns:repeat(2,1fr)}.identity-visual-palette-grid{grid-template-columns:1fr 1fr}.identity-visual-color-swatches{grid-column:1 / -1;flex-direction:row}.identity-visual-color-swatch{flex:1}}@media (max-width:768px){.identity-visual-section{margin-top:80px;padding-top:60px}.identity-visual-title{font-size:2.25rem;margin-bottom:40px}.identity-visual-section-title{font-size:1.375rem}.identity-visual-section-group{margin-bottom:56px}.identity-visual-logos-grid{grid-template-columns:1fr;gap:16px}.identity-visual-logos-column+.identity-visual-logos-column{margin-top:8px}.identity-visual-palette-grid{grid-template-columns:1fr;gap:24px}.identity-visual-color-swatches{flex-direction:row}.identity-visual-content-grid{grid-template-columns:1fr;gap:24px}}