.maddox-projects-wrap{background:#fff;width:100%;display:flex;justify-content:center;padding:40px 0px}.maddox-projects-section{background:#111;border-radius:20px;padding:50px;width:100%;max-width:1200px}.projects-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;gap:15px}.projects-header-left h2{font-family:'Figtree',sans-serif;font-weight:400;font-size:2.8rem;color:#fff;line-height:1.1;margin:16px 0 0}.projects-badge{display:inline-flex;align-items:center;gap:8px;background:#F5B700;border-radius:8px;padding:6px 12px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:0.1em;color:#111;width:fit-content}.projects-badge-dot{width:9px;height:9px;background:#fff;border-radius:50%;display:inline-block;flex-shrink:0}.projects-header-right{flex:0 0 40%;color:#888;font-size:1rem;line-height:1.7;text-align:right}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.project-card{background:#151515;border-radius:32px;padding:16px;display:flex;flex-direction:column;gap:16px}.project-card-image{width:100%;height:264px;border-radius:16px;overflow:hidden;flex-shrink:0}.project-card-image img{width:100%;height:100%;object-fit:cover;display:block;border-radius:16px}.project-card-body{display:flex;flex-direction:column;gap:8px;padding:4px 4px 0;flex:1}.project-card-title{font-family:'Figtree',sans-serif;font-weight:700;font-size:1.1rem;color:#fff;margin:0;line-height:1.3}.project-card-desc{font-size:0.875rem;color:#666;line-height:1.6;margin:0}.project-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:8px}.project-card-link{font-size:0.85rem;color:#888;text-decoration:underline;text-underline-offset:3px;transition:color 0.2s}.project-card-link:hover{color:#999}.project-card-btn{width:40px;height:40px;background:#F5B700;border-radius:10px;display:flex;align-items:center;justify-content:center;text-decoration:none;flex-shrink:0;transition:background 0.2s}.project-card-btn:hover{background:#FBE299}.project-card-btn svg{width:16px;height:16px;stroke:#111}@media (max-width:1024px){.projects-grid{grid-template-columns:repeat(2,1fr)}.projects-header{flex-direction:column;align-items:flex-start}.projects-header-right{text-align:left;flex:1}}@media (max-width:600px){.maddox-projects-section{padding:20px 20px}.projects-grid{grid-template-columns:1fr}.projects-header-left h2{font-size:2rem}}