.Portfolio-module__waoPaG__portfolioSection{max-width:1300px;min-height:calc(100vh - 80px);margin:0 auto;padding:8rem 2rem}.Portfolio-module__waoPaG__header{text-align:center;margin-bottom:4rem}.Portfolio-module__waoPaG__tagline{color:var(--orange);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.9rem;font-weight:600;display:block}.Portfolio-module__waoPaG__title{color:var(--foreground);font-size:2.75rem;font-weight:700}.Portfolio-module__waoPaG__divider{background-color:var(--orange);border-radius:2px;width:50px;height:3px;margin:1.25rem auto 0;box-shadow:0 0 10px #e05a1680}.Portfolio-module__waoPaG__filters{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:4rem;display:flex}.Portfolio-module__waoPaG__filterBtn{border:1px solid var(--border-color);cursor:pointer;color:var(--text-secondary);transition:var(--transition-smooth);background:0 0;border-radius:30px;padding:.65rem 1.85rem;font-size:.95rem;font-weight:500}.Portfolio-module__waoPaG__filterBtn:hover{border-color:var(--orange);color:var(--foreground)}.Portfolio-module__waoPaG__activeFilter{box-shadow:var(--glow-orange);border-color:var(--orange)!important;background:var(--orange)!important;color:#fff!important}.Portfolio-module__waoPaG__grid{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:2.5rem;display:grid}.Portfolio-module__waoPaG__gridItem{border:1px solid var(--border-color);background-color:var(--surface);height:340px;transition:var(--transition-smooth);border-radius:8px;position:relative;overflow:hidden}.Portfolio-module__waoPaG__gridItem:hover{box-shadow:var(--shadow-elite);border-color:#e05a1640;transform:translateY(-5px)}.Portfolio-module__waoPaG__imageWrapper{width:100%;height:100%;position:relative;overflow:hidden}.Portfolio-module__waoPaG__image{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.16,1,.3,1)}.Portfolio-module__waoPaG__gridItem:hover .Portfolio-module__waoPaG__image{transform:scale(1.05)}.Portfolio-module__waoPaG__overlay{color:var(--foreground);transition:var(--transition-smooth);background:linear-gradient(#0000 0%,#070a10b3 40%,#070a10f2 100%);flex-direction:column;gap:.35rem;padding:2.5rem 1.75rem 1.75rem;display:flex;position:absolute;bottom:0;left:0;right:0}.Portfolio-module__waoPaG__overlayTitle{color:#fff;transition:var(--transition-smooth);font-size:1.35rem;font-weight:600}.Portfolio-module__waoPaG__overlayCategory{color:var(--orange);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:600}.Portfolio-module__waoPaG__gridItem:hover .Portfolio-module__waoPaG__overlayTitle{color:var(--orange-light)}.Portfolio-module__waoPaG__overlayDesc{color:#ccc;-webkit-line-clamp:2;opacity:0;-webkit-box-orient:vertical;margin-top:.25rem;font-size:.9rem;line-height:1.4;transition:all .4s;display:-webkit-box;overflow:hidden;transform:translateY(10px)}.Portfolio-module__waoPaG__gridItem:hover .Portfolio-module__waoPaG__overlayDesc{opacity:1;transform:translateY(0)}@media (max-width:768px){.Portfolio-module__waoPaG__portfolioSection{padding:5rem 1.5rem}.Portfolio-module__waoPaG__title{font-size:2rem}.Portfolio-module__waoPaG__filterBtn{padding:.5rem 1rem;font-size:.85rem}.Portfolio-module__waoPaG__grid{grid-template-columns:1fr;gap:2rem}}.Portfolio-module__waoPaG__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000d9;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.Portfolio-module__waoPaG__modalContent{background:var(--surface);border:1px solid #ffffff1a;border-radius:16px;flex-direction:row;width:100%;max-width:1400px;height:85vh;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.Portfolio-module__waoPaG__modalImageSection{background:#050505;flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.Portfolio-module__waoPaG__modalBlurredBg{object-fit:cover;filter:blur(25px)brightness(.3);z-index:0;width:120%;height:120%;position:absolute;top:-10%;left:-10%}.Portfolio-module__waoPaG__modalMainImage{z-index:1;object-fit:contain;max-width:100%;max-height:100%;position:relative;box-shadow:0 0 40px #00000080}.Portfolio-module__waoPaG__modalSidebar{background:var(--background);border-left:1px solid var(--border-color);z-index:2;flex-direction:column;width:400px;display:flex}.Portfolio-module__waoPaG__modalInfo{flex-direction:column;flex:1;gap:1rem;padding:2.5rem 2rem;display:flex;overflow-y:auto}.Portfolio-module__waoPaG__modalInfo h2{color:var(--gold);font-size:2rem;line-height:1.2}.Portfolio-module__waoPaG__modalCategory{color:var(--orange);text-transform:uppercase;letter-spacing:.05em;background:#e05a161a;border-radius:20px;align-self:flex-start;padding:.4rem 1rem;font-size:.85rem;font-weight:600}.Portfolio-module__waoPaG__modalDesc{color:var(--text-secondary);margin-top:1rem;font-size:1.05rem;line-height:1.8}.Portfolio-module__waoPaG__thumbnailContainer{border-top:1px solid var(--border-color);background:var(--surface);grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:1rem;max-height:300px;padding:1.5rem;display:grid;overflow-y:auto}.Portfolio-module__waoPaG__thumbnail{aspect-ratio:1;object-fit:cover;cursor:pointer;opacity:.4;border:2px solid #0000;border-radius:8px;width:100%;transition:all .3s}.Portfolio-module__waoPaG__thumbnail:hover{opacity:.8;transform:translateY(-2px)}.Portfolio-module__waoPaG__activeThumbnail{opacity:1;border-color:var(--orange);box-shadow:0 0 15px #e05a164d}.Portfolio-module__waoPaG__closeBtn{z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.Portfolio-module__waoPaG__closeBtn:hover{background:var(--orange);border-color:var(--orange);transform:rotate(90deg)}@media (max-width:992px){.Portfolio-module__waoPaG__modalContent{flex-direction:column;height:90vh}.Portfolio-module__waoPaG__modalImageSection{flex:0 0 50%}.Portfolio-module__waoPaG__modalSidebar{border-left:none;border-top:1px solid var(--border-color);flex:0 0 50%;width:100%}.Portfolio-module__waoPaG__thumbnailContainer{max-height:none;display:flex;overflow:auto hidden}.Portfolio-module__waoPaG__thumbnail{flex-shrink:0;width:80px;height:80px}.Portfolio-module__waoPaG__closeBtn{background:#00000080;top:1rem;right:1rem}}
