:root{--color-primary:#0d0d0d;--color-gold:#c5a059;--color-gold-hover:#dfb15b;--color-gray-100:#f3f4f6;--color-gray-400:#8896a6;--color-gray-800:#1c1c1a;--color-text-light:#a3a3a3}.project-detail-page[data-astro-cid-vb2w2sf2]{background-color:var(--color-primary);color:#fff;min-height:100vh;padding-top:70px}.project-hero[data-astro-cid-vb2w2sf2]{text-align:center;background-position:50% 15%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;height:45vh;min-height:350px;display:flex;position:relative}.project-hero__container[data-astro-cid-vb2w2sf2]{z-index:2;max-width:800px;padding:0 24px;position:relative}.project-hero__category[data-astro-cid-vb2w2sf2]{text-transform:uppercase;letter-spacing:.2em;color:var(--color-gold);margin-bottom:12px;font-family:Georgia,Garamond,serif;font-size:.95rem;display:inline-block}.project-hero__title[data-astro-cid-vb2w2sf2]{color:#fff;text-shadow:0 4px 12px #00000080;margin:0 0 16px;font-family:Outfit,sans-serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.2}.accent-underline[data-astro-cid-vb2w2sf2]{background:linear-gradient(90deg, var(--color-gold), var(--color-gold-hover));border-radius:4px;width:60px;height:4px;margin:0 auto}.project-content[data-astro-cid-vb2w2sf2]{padding:5rem 1.5rem}.project-content__container[data-astro-cid-vb2w2sf2]{max-width:1200px;margin:0 auto}.project-grid[data-astro-cid-vb2w2sf2]{grid-template-columns:7fr 4fr;align-items:start;gap:4rem;margin-bottom:5rem;display:grid}.project-subtitle[data-astro-cid-vb2w2sf2]{color:#fff;letter-spacing:-.01em;margin:0 0 1.5rem;font-family:Outfit,sans-serif;font-size:1.75rem;font-weight:700}.project-desc[data-astro-cid-vb2w2sf2]{color:var(--color-text-light);margin-bottom:2.5rem;font-family:Inter,system-ui,sans-serif;font-size:1.05rem;line-height:1.8}.project-subheading[data-astro-cid-vb2w2sf2]{color:#fff;margin:0 0 1.2rem;font-family:Outfit,sans-serif;font-size:1.3rem;font-weight:700}.project-highlights[data-astro-cid-vb2w2sf2]{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.project-highlights[data-astro-cid-vb2w2sf2] li[data-astro-cid-vb2w2sf2]{color:var(--color-text-light);align-items:flex-start;gap:12px;font-family:Inter,system-ui,sans-serif;font-size:1rem;line-height:1.6;display:flex}.check-icon[data-astro-cid-vb2w2sf2]{color:var(--color-gold);flex-shrink:0;margin-top:3px}.project-sidebar[data-astro-cid-vb2w2sf2]{position:sticky;top:100px}.sidebar-card[data-astro-cid-vb2w2sf2]{background:#1c1c1a99;border:1px solid #c5a05926;border-radius:20px;padding:2.5rem 2rem;box-shadow:0 12px 40px #00000040}.sidebar-title[data-astro-cid-vb2w2sf2]{color:#fff;border-bottom:1px solid #ffffff14;margin-bottom:1.5rem;padding-bottom:12px;font-family:Outfit,sans-serif;font-size:1.35rem;font-weight:700}.meta-list[data-astro-cid-vb2w2sf2]{flex-direction:column;gap:1rem;margin:0 0 2rem;padding:0;list-style:none;display:flex}.meta-list[data-astro-cid-vb2w2sf2] li[data-astro-cid-vb2w2sf2]{flex-direction:column;gap:4px;font-family:Inter,system-ui,sans-serif;display:flex}.meta-label[data-astro-cid-vb2w2sf2]{text-transform:uppercase;letter-spacing:.05em;color:var(--color-gold);font-size:.8rem;font-weight:600}.meta-value[data-astro-cid-vb2w2sf2]{color:#fff;font-size:1rem;font-weight:500}.sidebar-cta[data-astro-cid-vb2w2sf2]{background:linear-gradient(90deg, var(--color-gold), var(--color-gold-hover));width:100%;color:var(--color-primary);text-align:center;border-radius:12px;justify-content:center;align-items:center;padding:1rem;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 4px 15px #c5a05933}.sidebar-cta[data-astro-cid-vb2w2sf2]:hover{background:linear-gradient(90deg, var(--color-gold-hover), var(--color-gold));transform:translateY(-2px);box-shadow:0 6px 20px #c5a05959}.gallery-title[data-astro-cid-vb2w2sf2]{margin-bottom:2rem}.gallery-grid[data-astro-cid-vb2w2sf2]{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:4rem;display:grid}.gallery-item[data-astro-cid-vb2w2sf2]{aspect-ratio:4/3;border:1px solid #ffffff0d;border-radius:16px;position:relative;overflow:hidden;box-shadow:0 8px 24px #0003}.gallery-img[data-astro-cid-vb2w2sf2]{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,.8,.25,1)}.gallery-overlay[data-astro-cid-vb2w2sf2]{opacity:0;background:linear-gradient(#0000 0%,#0d0d0d33 40%,#0d0d0de6 100%);align-items:flex-end;padding:20px;transition:opacity .4s;display:flex;position:absolute;inset:0}.gallery-item[data-astro-cid-vb2w2sf2]:hover .gallery-img[data-astro-cid-vb2w2sf2]{transform:scale(1.08)}.gallery-item[data-astro-cid-vb2w2sf2]:hover .gallery-overlay[data-astro-cid-vb2w2sf2]{opacity:1}.gallery-caption[data-astro-cid-vb2w2sf2]{color:#fff;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:600;line-height:1.3}.back-action[data-astro-cid-vb2w2sf2]{border-top:1px solid #ffffff14;justify-content:center;padding-top:3.5rem;display:flex}.back-link[data-astro-cid-vb2w2sf2]{color:var(--color-gold);align-items:center;gap:8px;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.back-link[data-astro-cid-vb2w2sf2]:hover{color:var(--color-gold-hover);transform:translate(-4px)}.lightbox[data-astro-cid-vb2w2sf2]{z-index:4000;opacity:0;pointer-events:none;backdrop-filter:blur(10px);background-color:#0d0d0df2;justify-content:center;align-items:center;transition:opacity .4s;display:flex;position:fixed;inset:0}.lightbox[data-astro-cid-vb2w2sf2]:not([aria-hidden=true]){opacity:1;pointer-events:auto}.lightbox__close[data-astro-cid-vb2w2sf2]{color:#fff;cursor:pointer;z-index:4002;background:0 0;border:none;font-size:3.5rem;line-height:1;transition:color .3s,transform .3s;position:absolute;top:30px;right:40px}.lightbox__close[data-astro-cid-vb2w2sf2]:hover{color:var(--color-gold);transform:scale(1.1)}.lightbox__content[data-astro-cid-vb2w2sf2]{border-radius:12px;justify-content:center;align-items:center;max-width:90%;max-height:85vh;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000080}.lightbox__media[data-astro-cid-vb2w2sf2]{object-fit:contain;border-radius:8px;max-width:100%;max-height:85vh;box-shadow:0 10px 30px #00000080}.lightbox__media--hidden[data-astro-cid-vb2w2sf2]{display:none!important}@media (width<=960px){.project-grid[data-astro-cid-vb2w2sf2]{grid-template-columns:1fr;gap:3rem}.project-sidebar[data-astro-cid-vb2w2sf2]{position:static}.gallery-grid[data-astro-cid-vb2w2sf2]{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (width<=600px){.project-hero[data-astro-cid-vb2w2sf2]{height:35vh;min-height:280px}.project-content[data-astro-cid-vb2w2sf2]{padding:3rem 1.25rem}.gallery-grid[data-astro-cid-vb2w2sf2]{grid-template-columns:1fr;gap:1.25rem}.sidebar-card[data-astro-cid-vb2w2sf2]{padding:1.75rem 1.5rem}.lightbox__close[data-astro-cid-vb2w2sf2]{font-size:2.5rem;top:20px;right:20px}}
