.project-single-wrap{background:#fff;font-family:'Figtree',sans-serif}.project-hero{position:relative;width:100%;height:520px;overflow:hidden}.project-hero-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.project-hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.0) 100%)}.project-hero-content{position:absolute;bottom:0;left:0;right:0;padding:48px 60px;display:flex;align-items:flex-end;justify-content:space-between;gap:40px}.project-hero-badge{display:inline-flex;align-items:center;gap:8px;background:#F5B700;border-radius:8px;padding:6px 12px;font-size:0.72rem;font-weight:700;text-transform:uppercase;letter-spacing:0.1em;color:#111;margin-bottom:14px}.project-hero-badge-dot{width:7px;height:7px;background:#fff;border-radius:50%;display:inline-block}.project-hero-title{font-size:clamp(2rem,5vw,3.2rem);font-weight:800;color:#fff;margin:0;line-height:1.1}.project-hero-meta{display:flex;flex-direction:column;align-items:flex-end;gap:8px;padding-bottom:8px}.project-meta-item{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.project-meta-label{font-size:0.7rem;font-weight:700;text-transform:uppercase;letter-spacing:0.1em;color:#888}.project-meta-value{font-size:0.95rem;font-weight:500;color:#fff}.project-gallery-wrap{background:#111;padding:40px 60px}.project-gallery-slider{position:relative;width:100%;border-radius:16px;overflow:hidden;aspect-ratio:16/9;max-height:500px}.gallery-slide{position:absolute;inset:0;opacity:0;transition:opacity 0.5s ease}.gallery-slide.active{opacity:1}.gallery-slide img{width:100%;height:100%;object-fit:cover;display:block}.gallery-dots{display:flex;justify-content:center;gap:8px;margin-top:20px}.gallery-dot{width:8px;height:8px;border-radius:50%;background:#444;cursor:pointer;transition:background 0.2s,transform 0.2s;border:none;padding:0}.gallery-dot.active{background:#F5B700;transform:scale(1.3)}.project-content-wrap{background:#fff;padding:60px;max-width:1200px;margin:0 auto}.project-content-grid{display:grid;grid-template-columns:1fr 320px;gap:60px;align-items:start}.project-description-label{font-size:0.75rem;font-weight:700;text-transform:uppercase;letter-spacing:0.1em;color:#F5B700;margin:0 0 16px}.project-description-text{font-size:1rem;color:#444;line-height:1.85;margin:0}.project-details-card{background:#f7f7f5;border-radius:16px;padding:28px;display:flex;flex-direction:column;gap:20px;position:sticky;top:20px}.project-detail-item{display:flex;flex-direction:column;gap:4px;padding-bottom:20px;border-bottom:1px solid #eee}.project-detail-item:last-child{border-bottom:none;padding-bottom:0}.project-detail-label{font-size:0.72rem;font-weight:700;text-transform:uppercase;letter-spacing:0.1em;color:#aaa}.project-detail-value{font-size:1rem;font-weight:600;color:#111}.project-back-btn{display:inline-flex;align-items:center;gap:8px;background:#F5B700;color:#111;font-family:'Figtree',sans-serif;font-weight:700;font-size:0.9rem;padding:14px 24px;border-radius:10px;text-decoration:none;transition:background 0.2s;margin-top:8px;width:fit-content}.project-back-btn:hover{background:#e0a800}@media (max-width:900px){.project-hero{height:420px}.project-hero-content{flex-direction:column;align-items:flex-start;padding:32px 24px}.project-hero-meta{align-items:flex-start;flex-direction:row;flex-wrap:wrap;gap:16px}.project-meta-item{align-items:flex-start}.project-gallery-wrap{padding:32px 24px}.project-content-wrap{padding:40px 24px}.project-content-grid{grid-template-columns:1fr}.project-details-card{position:static}}@media (max-width:600px){.project-hero{height:340px}.project-hero-title{font-size:1.8rem}}.project-hero{padding-top:72px}