.gallery-grid-container[data-astro-cid-u5hpd7j5]{width:100%;position:relative;z-index:10}.filter-chips-wrapper[data-astro-cid-u5hpd7j5]{display:flex;justify-content:center;margin-bottom:4rem}.filter-chips[data-astro-cid-u5hpd7j5]{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;background:#161616cc;padding:.6rem 1rem;border-radius:50px;border:1px solid rgba(245,241,232,.1);box-shadow:0 10px 30px #00000080}.filter-chip[data-astro-cid-u5hpd7j5]{background:transparent;color:var(--color-grey);border:none;padding:.6rem 1.6rem;border-radius:50px;font-family:var(--font-heading);font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.2,.8,.2,1)}.filter-chip[data-astro-cid-u5hpd7j5]:hover{color:var(--color-white);background:#f5f1e814}.filter-chip[data-astro-cid-u5hpd7j5].active{background:linear-gradient(135deg,var(--color-cyan),var(--color-purple));color:var(--color-white);box-shadow:0 4px 15px #9d00ff66}.dynamic-grid[data-astro-cid-u5hpd7j5]{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;transition:min-height .3s ease}.grid-item[data-astro-cid-u5hpd7j5]{transition:opacity .4s ease,transform .4s ease}.grid-item[data-astro-cid-u5hpd7j5].hidden-item{opacity:0!important;transform:scale(.9)!important;pointer-events:none}.lightbox-modal[data-astro-cid-u5hpd7j5]{position:fixed;inset:0;z-index:100000;display:flex;justify-content:center;align-items:center;padding:2rem;transition:opacity .4s cubic-bezier(.2,.8,.2,1),visibility .4s}.lightbox-modal[data-astro-cid-u5hpd7j5].hidden{opacity:0;visibility:hidden}.lightbox-backdrop[data-astro-cid-u5hpd7j5]{position:absolute;inset:0;background:#0a0a0af2;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);cursor:pointer}.lightbox-content-box[data-astro-cid-u5hpd7j5]{position:relative;z-index:100001;width:100%;max-width:1300px;height:90vh;max-height:90vh;background:var(--color-carbon);border-radius:28px;border:1px solid rgba(0,229,255,.3);box-shadow:0 40px 100px #000000e6,0 0 50px #9d00ff33;overflow:hidden;display:flex;flex-direction:column;animation:modalOpen .5s cubic-bezier(.2,.8,.2,1)}@keyframes modalOpen{0%{transform:scale(.95) translateY(20px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.lightbox-close[data-astro-cid-u5hpd7j5]{position:absolute;top:1.5rem;right:1.5rem;width:48px;height:48px;background:#111111e6;border:1px solid rgba(245,241,232,.2);color:var(--color-white);border-radius:50%;font-size:2rem;line-height:1;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:100;transition:all .3s ease}.lightbox-close[data-astro-cid-u5hpd7j5]:hover{background:var(--color-cyan);color:var(--color-black);border-color:var(--color-cyan);transform:rotate(90deg)}.lightbox-split[data-astro-cid-u5hpd7j5]{display:grid;grid-template-columns:1.4fr 1fr;height:100%;overflow:hidden}.lightbox-visual-section[data-astro-cid-u5hpd7j5]{display:flex;flex-direction:column;height:100%;overflow:hidden;background:#070707;border-right:1px solid rgba(255,255,255,.05)}.modal-tabs[data-astro-cid-u5hpd7j5]{display:flex;gap:.8rem;justify-content:center;padding:1.5rem;background:#0f0f0fe6;border-bottom:1px solid rgba(255,255,255,.08);flex-wrap:wrap;flex-shrink:0}.modal-tab{background:transparent;border:1px solid rgba(255,255,255,.15);color:var(--color-grey);padding:.6rem 1rem;border-radius:50px;cursor:pointer;transition:all .3s ease;font-family:var(--font-heading);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:1px}.modal-tab:hover{border-color:var(--color-cyan);color:var(--color-white)}.modal-tab.active{background:#00e5ff1a;border-color:var(--color-cyan);color:var(--color-cyan);box-shadow:0 0 15px #00e5ff33}.lightbox-image-container[data-astro-cid-u5hpd7j5]{flex:1;position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden;padding:1.5rem;user-select:none}.carousel-track[data-astro-cid-u5hpd7j5]{width:100%;height:100%;display:flex;justify-content:center;align-items:center;transition:opacity .3s ease}.carousel-media{width:100%;height:100%;object-fit:contain;border-radius:12px;box-shadow:0 10px 30px #000c}.carousel-arrow[data-astro-cid-u5hpd7j5]{position:absolute;top:50%;transform:translateY(-50%);background:#111c;color:#fff;border:1px solid rgba(255,255,255,.2);width:50px;height:50px;border-radius:50%;font-size:1.2rem;cursor:pointer;z-index:20;display:flex;justify-content:center;align-items:center;transition:all .3s;backdrop-filter:blur(5px)}.carousel-arrow[data-astro-cid-u5hpd7j5]:hover{background:var(--color-cyan);color:#000;border-color:var(--color-cyan);transform:translateY(-50%) scale(1.1)}.left-arrow[data-astro-cid-u5hpd7j5]{left:1rem}.right-arrow[data-astro-cid-u5hpd7j5]{right:1rem}.carousel-dots[data-astro-cid-u5hpd7j5]{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);display:flex;gap:8px;background:#0009;padding:8px 16px;border-radius:50px;backdrop-filter:blur(5px);z-index:20}.dot{width:8px;height:8px;border-radius:50%;background:#ffffff4d;transition:all .3s ease;cursor:pointer}.dot:hover{background:#fffc}.dot.active{background:var(--color-cyan);box-shadow:0 0 10px var(--color-cyan);transform:scale(1.3)}.dot[data-phase="1"].active{background:#a8a8a8;box-shadow:0 0 10px #a8a8a8}.dot[data-phase="2"].active{background:#d38bff;box-shadow:0 0 10px #d38bff}.dot[data-phase="3"].active{background:var(--color-cyan);box-shadow:0 0 10px var(--color-cyan)}.dot[data-phase=video].active{background:#ff3b30;box-shadow:0 0 10px #ff3b30}.lightbox-details[data-astro-cid-u5hpd7j5]{display:flex;flex-direction:column;height:100%;overflow:hidden;background:var(--color-carbon)}.details-scroll-area[data-astro-cid-u5hpd7j5]{flex:1;overflow-y:auto;padding:3rem 3rem 1.5rem}.details-scroll-area[data-astro-cid-u5hpd7j5]::-webkit-scrollbar{width:6px}.details-scroll-area[data-astro-cid-u5hpd7j5]::-webkit-scrollbar-track{background:#0003}.details-scroll-area[data-astro-cid-u5hpd7j5]::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}.details-scroll-area[data-astro-cid-u5hpd7j5]::-webkit-scrollbar-thumb:hover{background:#00e5ff66}.modal-badge[data-astro-cid-u5hpd7j5]{display:inline-block;padding:.3rem 1rem;background:#9d00ff26;border:1px solid rgba(157,0,255,.4);border-radius:50px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#d38bff;margin-bottom:1.2rem}.modal-title[data-astro-cid-u5hpd7j5]{font-size:2.4rem;color:var(--color-white);margin-bottom:1.2rem;line-height:1.1}.modal-divider[data-astro-cid-u5hpd7j5]{height:1px;background:#f5f1e81a;margin-bottom:1.5rem}.modal-desc[data-astro-cid-u5hpd7j5]{font-size:1.1rem;color:#ccc;line-height:1.7;margin-bottom:2.5rem}.artisan-features[data-astro-cid-u5hpd7j5]{display:flex;flex-direction:column;gap:1rem;background:#111c;padding:1.5rem;border-radius:16px;border:1px solid rgba(245,241,232,.05)}.feat-item[data-astro-cid-u5hpd7j5]{display:flex;align-items:center;gap:1rem}.feat-icon[data-astro-cid-u5hpd7j5]{color:var(--color-cyan);font-size:1.2rem}.feat-text[data-astro-cid-u5hpd7j5]{font-size:.95rem;color:var(--color-white);font-weight:500}.details-bottom[data-astro-cid-u5hpd7j5]{margin-top:auto;flex-shrink:0;padding:1.5rem 3rem 3rem;background:var(--color-carbon);border-top:1px solid rgba(255,255,255,.05)}.lightbox-btn[data-astro-cid-u5hpd7j5]{width:100%;padding:1.2rem;font-size:1.05rem;box-shadow:0 15px 35px #00e5ff40;display:flex;justify-content:center;text-align:center}@media (max-width: 1100px){.dynamic-grid[data-astro-cid-u5hpd7j5]{grid-template-columns:repeat(2,1fr)}.lightbox-split[data-astro-cid-u5hpd7j5]{grid-template-columns:1fr;height:100%;overflow-y:auto;display:flex;flex-direction:column}.lightbox-visual-section[data-astro-cid-u5hpd7j5]{height:60vh;flex-shrink:0;border-right:none;border-bottom:1px solid rgba(255,255,255,.05)}.lightbox-details[data-astro-cid-u5hpd7j5]{height:auto;flex-shrink:0;overflow:visible}.details-scroll-area[data-astro-cid-u5hpd7j5]{padding:2.5rem;overflow:visible}.details-bottom[data-astro-cid-u5hpd7j5]{padding:0 2.5rem 2.5rem}}@media (max-width: 768px){.dynamic-grid[data-astro-cid-u5hpd7j5]{grid-template-columns:1fr}.lightbox-modal[data-astro-cid-u5hpd7j5]{padding:1rem}.lightbox-content-box[data-astro-cid-u5hpd7j5]{border-radius:20px}.modal-tabs[data-astro-cid-u5hpd7j5]{padding:1rem;gap:.5rem}.modal-tab{padding:.4rem .6rem;font-size:.7rem}.modal-title[data-astro-cid-u5hpd7j5]{font-size:1.8rem}.lightbox-close[data-astro-cid-u5hpd7j5]{top:.5rem;right:.5rem;width:40px;height:40px;font-size:1.5rem}.carousel-arrow[data-astro-cid-u5hpd7j5]{display:none}}.gallery-page-main[data-astro-cid-tvv6smhg]{padding-top:130px;position:relative;overflow-x:hidden}.page-header-glow[data-astro-cid-tvv6smhg]{position:absolute;top:0;left:50%;transform:translate(-50%);width:800px;height:500px;background:radial-gradient(circle,rgba(157,0,255,.08) 0%,transparent 70%);z-index:-1;pointer-events:none}.page-heading-container[data-astro-cid-tvv6smhg]{text-align:center;max-width:850px;margin:0 auto 2rem}.portfolio-badge[data-astro-cid-tvv6smhg]{display:inline-block;padding:.4rem 1.2rem;background:#00e5ff1a;border:1px solid rgba(0,229,255,.3);border-radius:50px;font-size:.85rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--color-cyan);margin-bottom:1.5rem}.page-title[data-astro-cid-tvv6smhg]{font-size:4rem;margin-bottom:1.2rem;background:linear-gradient(135deg,var(--color-white) 20%,var(--color-grey) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.page-subtitle[data-astro-cid-tvv6smhg]{font-size:1.25rem;color:var(--color-grey);line-height:1.7}.gallery-grid-section[data-astro-cid-tvv6smhg]{padding-top:2rem;padding-bottom:6rem}@media (max-width: 768px){.gallery-page-main[data-astro-cid-tvv6smhg]{padding-top:100px}.page-title[data-astro-cid-tvv6smhg]{font-size:2.8rem}.page-subtitle[data-astro-cid-tvv6smhg]{font-size:1.1rem}}
