.portfolio-layout-section .box{align-items:flex-start;justify-content:space-between;flex-wrap:nowrap;gap:3rem}.portfolio-layout-section .box .portfolio-component{width:100%;max-width:900px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;border-radius:var(--border-radius-3);border:var(--accent-color-1) solid 1px;padding:2rem;gap:2rem}.portfolio-layout-section .portfolio-hero{width:100%;border-radius:var(--border-radius-2);overflow:hidden}.portfolio-layout-section .portfolio-hero .img-1{width:100%;max-height:450px;object-fit:cover}.portfolio-layout-section .portfolio-info-card{width:100%;display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem;background:linear-gradient(135deg,rgba(var(--accent-color-1-rgb),.1),rgba(var(--accent-color-1-rgb),.05));border-radius:var(--border-radius-2);border:1px solid rgba(var(--accent-color-1-rgb),.2)}.portfolio-layout-section .info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem}.portfolio-layout-section .info-item{display:flex;flex-direction:column;gap:.25rem}.portfolio-layout-section .info-item.services-item{grid-column:1 / -1}.portfolio-layout-section .info-label{font-size:var(--text-size-2);color:var(--accent-color-1);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.portfolio-layout-section .info-value{font-size:var(--text-size-1);color:var(--text-color-white-1);font-weight:500}.portfolio-layout-section .services-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.25rem}.portfolio-layout-section .service-tag{display:inline-flex;padding:.35rem .75rem;background:var(--button-gradient-1);color:var(--text-color-white-1);border-radius:50px;font-size:var(--text-size-3);font-weight:500}.portfolio-layout-section .info-actions{display:flex;justify-content:flex-start;padding-top:.5rem;border-top:1px solid rgba(var(--accent-color-1-rgb),.2)}.portfolio-layout-section .portfolio-content{width:100%;display:flex;flex-direction:column;gap:.5rem}.portfolio-layout-section .portfolio-content h2{line-height:var(--title-line-height-1);color:var(--text-color-white-1);margin-top:1.5rem;margin-bottom:.5rem;border-left:var(--accent-color-1) solid 2px;padding-left:1rem;font-size:var(--subtitle-size-2)}.portfolio-layout-section .portfolio-content h3{margin-top:.5rem;font-size:var(--subtitle-size-3);margin:1rem 0 0;display:list-item;list-style-type:disc;list-style-position:inside;color:var(--text-color-white-1)}.portfolio-layout-section .portfolio-content h4{margin-top:.5rem;color:var(--text-color-white-1);font-size:var(--subtitle-size-3);font-weight:600}.portfolio-layout-section .portfolio-content p{font-size:var(--text-size-1);color:var(--text-color-white-2);line-height:var(--text-line-height-1)}.portfolio-layout-section .portfolio-content :is(ul,ol){width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;padding-left:1.5rem}.portfolio-layout-section .portfolio-content li{font-size:var(--text-size-1);color:var(--text-color-white-2);line-height:var(--text-line-height-1)}.portfolio-layout-section .portfolio-content ul li{list-style-type:disc}.portfolio-layout-section .portfolio-content ol li{list-style-type:decimal}.portfolio-layout-section .portfolio-content strong{color:var(--accent-color-1);font-weight:600}.portfolio-layout-section .portfolio-content a{color:var(--accent-color-1);text-decoration:underline;transition:color .3s ease}.portfolio-layout-section .portfolio-content a:hover{color:var(--text-color-white-1)}.portfolio-layout-section .portfolio-video-section{width:100%;display:flex;flex-direction:column;gap:1rem;padding-top:1rem;border-top:1px solid rgba(var(--accent-color-1-rgb),.2)}.portfolio-layout-section .video-container{position:relative;width:100%;padding-bottom:56.25%;border-radius:var(--border-radius-2);overflow:hidden;background:var(--bg-blue-color-2)}.portfolio-layout-section .video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.portfolio-layout-section .portfolio-gallery-section{width:100%;display:flex;flex-direction:column;gap:1rem;padding-top:1rem;border-top:1px solid rgba(var(--accent-color-1-rgb),.2)}.portfolio-layout-section .portfolio-navigation{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.5rem;border-top:1px solid rgba(var(--accent-color-1-rgb),.2)}@media (max-width: 768px){.portfolio-layout-section .box .portfolio-component{padding:1.25rem;gap:1.5rem}.portfolio-layout-section .portfolio-hero .img-1{max-height:300px}.portfolio-layout-section .portfolio-info-card{padding:1rem}.portfolio-layout-section .info-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.portfolio-layout-section .portfolio-navigation{flex-direction:column;align-items:stretch}.portfolio-layout-section .portfolio-navigation .btn-1,.portfolio-layout-section .portfolio-navigation .btn-4{width:100%;justify-content:center}}@media (max-width: 480px){.portfolio-layout-section .info-grid{grid-template-columns:1fr}}.portfolio-gallery .gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.portfolio-gallery .gallery-item{position:relative;aspect-ratio:4 / 3;border-radius:var(--border-radius-2);overflow:hidden;cursor:pointer;border:none;padding:0;background:var(--bg-blue-color-2);transition:transform .3s ease,box-shadow .3s ease}.portfolio-gallery .gallery-item:hover{transform:translateY(-4px);box-shadow:0 10px 30px #0000004d}.portfolio-gallery .gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.portfolio-gallery .gallery-item:hover img{transform:scale(1.05)}.portfolio-gallery .gallery-item-overlay{position:absolute;inset:0;display:flex;justify-content:center;align-items:center;background:#00000080;opacity:0;transition:opacity .3s ease}.portfolio-gallery .gallery-item:hover .gallery-item-overlay{opacity:1}.portfolio-gallery .gallery-item-overlay svg{width:40px;height:40px;color:var(--text-color-white-1)}.portfolio-gallery .lightbox{position:fixed;inset:0;z-index:9999;display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.portfolio-gallery .lightbox.active{opacity:1;visibility:visible}.portfolio-gallery .lightbox-backdrop{position:absolute;inset:0;background:#000000f2;cursor:pointer}.portfolio-gallery .lightbox-container{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:calc(100% - 100px);padding:1rem;z-index:1}.portfolio-gallery .lightbox-close{position:absolute;top:1rem;right:1rem;z-index:10;width:50px;height:50px;display:flex;justify-content:center;align-items:center;background:#ffffff1a;border:none;border-radius:50%;cursor:pointer;transition:background .3s ease,transform .3s ease}.portfolio-gallery .lightbox-close:hover{background:#fff3;transform:rotate(90deg)}.portfolio-gallery .lightbox-close svg{width:24px;height:24px;color:var(--text-color-white-1)}.portfolio-gallery .lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:50px;height:50px;display:flex;justify-content:center;align-items:center;background:#ffffff1a;border:none;border-radius:50%;cursor:pointer;transition:background .3s ease,transform .3s ease}.portfolio-gallery .lightbox-nav:hover{background:var(--button-gradient-1)}.portfolio-gallery .lightbox-nav svg{width:24px;height:24px;color:var(--text-color-white-1)}.portfolio-gallery .lightbox-prev{left:1rem}.portfolio-gallery .lightbox-prev:hover{transform:translateY(-50%) translate(-4px)}.portfolio-gallery .lightbox-next{right:1rem}.portfolio-gallery .lightbox-next:hover{transform:translateY(-50%) translate(4px)}.portfolio-gallery .lightbox-content{position:relative;display:flex;flex-direction:column;align-items:center;max-width:90%;max-height:100%}.portfolio-gallery .lightbox-image{max-width:100%;max-height:70vh;object-fit:contain;border-radius:var(--border-radius-2);box-shadow:0 20px 60px #00000080;transition:opacity .3s ease}.portfolio-gallery .lightbox-image.loading{opacity:.5}.portfolio-gallery .lightbox-caption{margin-top:1rem;font-size:var(--text-size-1);color:var(--text-color-white-2);text-align:center;max-width:600px}.portfolio-gallery .lightbox-counter{margin-top:.5rem;font-size:var(--text-size-2);color:var(--accent-color-1);font-weight:600}.portfolio-gallery .lightbox-thumbnails{position:absolute;bottom:0;left:0;right:0;z-index:2;display:flex;justify-content:center;align-items:center;gap:.5rem;padding:1rem;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);overflow-x:auto;scrollbar-width:thin;scrollbar-color:var(--accent-color-1) transparent}.portfolio-gallery .lightbox-thumbnails::-webkit-scrollbar{height:4px}.portfolio-gallery .lightbox-thumbnails::-webkit-scrollbar-track{background:transparent}.portfolio-gallery .lightbox-thumbnails::-webkit-scrollbar-thumb{background:var(--accent-color-1);border-radius:4px}.portfolio-gallery .lightbox-thumbnail{flex-shrink:0;width:60px;height:45px;border-radius:var(--border-radius-1);overflow:hidden;border:2px solid transparent;cursor:pointer;transition:border-color .3s ease,transform .3s ease;padding:0;background:none}.portfolio-gallery .lightbox-thumbnail:hover{border-color:rgba(var(--accent-color-1-rgb),.5);transform:scale(1.1)}.portfolio-gallery .lightbox-thumbnail.active{border-color:var(--accent-color-1)}.portfolio-gallery .lightbox-thumbnail img{width:100%;height:100%;object-fit:cover}@media (max-width: 768px){.portfolio-gallery .gallery-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem}.portfolio-gallery .lightbox-nav{width:40px;height:40px}.portfolio-gallery .lightbox-nav svg{width:20px;height:20px}.portfolio-gallery .lightbox-prev{left:.5rem}.portfolio-gallery .lightbox-next{right:.5rem}.portfolio-gallery .lightbox-close{width:40px;height:40px;top:.5rem;right:.5rem}.portfolio-gallery .lightbox-image{max-height:60vh}.portfolio-gallery .lightbox-thumbnails{gap:.35rem;padding:.75rem}.portfolio-gallery .lightbox-thumbnail{width:50px;height:38px}}@media (max-width: 480px){.portfolio-gallery .gallery-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.portfolio-gallery .gallery-item-overlay svg{width:30px;height:30px}.portfolio-gallery .lightbox-caption{font-size:var(--text-size-2);padding:0 1rem}.portfolio-gallery .lightbox-thumbnail{width:45px;height:34px}}
