
.projects-hero{padding:150px 0 70px;background:#071426;color:#fff}.projects-hero h1{font-size:clamp(2.5rem,6vw,5rem);margin:.2em 0}.projects-hero em,.projects-section em{color:#c8102e;font-style:normal}.projects-section{padding:80px 0;background:#f6f8fb}.project-toolbar{display:flex;gap:10px;flex-wrap:wrap;margin:28px 0}.project-filter{border:1px solid #d9dee7;background:#fff;padding:10px 16px;border-radius:999px;cursor:pointer}.project-filter.active{background:#0b1f3a;color:#fff}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.project-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e4e8ef;border-radius:18px;overflow:hidden;text-decoration:none;color:#0b1f3a;box-shadow:0 12px 30px rgba(11,31,58,.07);transition:.2s}.project-card:hover{transform:translateY(-4px)}.project-media{aspect-ratio:16/9;background:linear-gradient(135deg,#0b1f3a,#173c6b);display:grid;place-items:center;overflow:hidden}.project-media img{width:100%;height:100%;object-fit:contain;object-position:center;display:block}.project-media span{font-size:2rem;font-weight:800;color:#fff}.project-body{padding:22px}.project-meta{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#c8102e;font-weight:700}.project-body h3{font-size:1.35rem;margin:8px 0}.project-body p{color:#596579;line-height:1.55}.project-link{margin-top:auto;font-weight:700}.project-detail{padding:140px 0 80px}.project-detail .lead{font-size:1.2rem;max-width:800px;color:#596579}.project-tags{display:flex;gap:8px;flex-wrap:wrap;margin:25px 0}.project-tags span{background:#eef2f7;border-radius:999px;padding:8px 12px}.project-cover{width:100%;max-height:600px;object-fit:cover;border-radius:20px;margin:25px 0}.home-projects{padding:80px 0;background:#f6f8fb}.home-projects-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}.home-projects-head h2{margin:0}.home-projects-head a{font-weight:700;color:#c8102e;text-decoration:none}@media(max-width:900px){.project-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.project-grid{grid-template-columns:1fr}.home-projects-head{align-items:start;flex-direction:column}}

/* Home projects carousel: up to 6 cards per page */
.project-carousel{position:relative;overflow:hidden}.project-carousel-viewport{overflow:hidden}.project-carousel-track{display:flex;transition:transform .45s ease;will-change:transform}.project-carousel-page{flex:0 0 100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-content:start}.project-carousel-controls{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:28px}.project-carousel-btn{width:44px;height:44px;border-radius:50%;border:1px solid #d9dee7;background:#fff;color:#0b1f3a;font-size:1.25rem;cursor:pointer;transition:.2s}.project-carousel-btn:hover{background:#0b1f3a;color:#fff}.project-carousel-dots{display:flex;gap:8px}.project-carousel-dot{width:9px;height:9px;border:0;border-radius:50%;background:#cbd2dc;padding:0;cursor:pointer}.project-carousel-dot.active{background:#c8102e;transform:scale(1.25)}
@media(max-width:900px){.project-carousel-page{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.project-carousel-page{grid-template-columns:1fr}}
