/* Owned by T11 — services page. */
.fc-services { padding:3rem 1.5rem 5rem; max-width:1100px; margin:0 auto; }
.fc-services h1 { font-family: Manrope, system-ui, sans-serif; font-size:clamp(2rem,5vw,3rem); margin:0 0 1rem; }
.fc-services__grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.5rem; margin-top:2rem; }
.fc-service-card { background:#fff; border-radius:8px; padding:1.5rem; box-shadow:0 1px 3px rgba(0,0,0,.06); }
.fc-service-card img { width:100%; height:160px; object-fit:cover; border-radius:6px; margin-bottom:1rem; display:block; }
.fc-service-card h3 { font-family: Manrope, system-ui, sans-serif; margin:0 0 .5rem; color:var(--fc-red,#E30613); }
.fc-service-card p { margin:0; color:var(--fc-muted,#5A5A5F); line-height:1.5; }
@media (max-width:900px) { .fc-services__grid { grid-template-columns:1fr 1fr; } }
@media (max-width:600px) { .fc-services__grid { grid-template-columns:1fr; } }
