/* Owned by T9 — about page. */
.fc-about { padding:3rem 1.5rem; max-width:1100px; margin:0 auto; }
.fc-about__hero { margin:0 -1.5rem 2rem; }
.fc-about__hero img { width:100%; height:auto; max-height:480px; object-fit:cover; display:block; }
.fc-about__intro { text-align:center; margin-bottom:3rem; }
.fc-about__intro h1 { font-family: Manrope, system-ui, sans-serif; font-weight:800; font-size:clamp(2rem,5vw,3rem); margin:0 0 1rem; }
.fc-lede { font-size:1.125rem; line-height:1.6; color:var(--fc-muted,#5A5A5F); max-width:720px; margin:0 auto; }
.fc-about__grid { display:grid; grid-template-columns:repeat(3,1fr); gap:2rem; margin:3rem 0; }
.fc-about__grid h2 { font-family: Manrope, system-ui, sans-serif; font-size:1.25rem; color:var(--fc-red,#E30613); margin:0 0 .75rem; }
.fc-about__gallery { display:grid; grid-template-columns:1fr 1fr; gap:1rem; margin-top:2rem; }
.fc-about__gallery img { width:100%; height:100%; object-fit:cover; border-radius:6px; }
@media (max-width:900px) { .fc-about__grid { grid-template-columns:1fr; } .fc-about__gallery { grid-template-columns:1fr; } }
