.home-hero{position:relative;min-height:720px;display:grid;align-items:center;justify-items:center;place-items:center;overflow:hidden;padding:170px 0 110px;background:var(--brand-secondary)}.home-hero .hero-bg,.home-hero .hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.home-hero .hero-bg{-o-object-fit:cover;object-fit:cover}.home-hero .hero-overlay{background:linear-gradient(90deg,rgba(16,24,32,.82),rgba(16,24,32,.54));z-index:1}.home-hero .hero-copy{position:relative;z-index:2;max-width:820px;text-align:center}.home-hero h1,.home-hero p{color:var(--brand-text-inverse)}.home-hero p{font-size:1.18rem}.frn-feature-split .section-image{width:100%;border-radius:var(--brand-radius);box-shadow:0 24px 60px rgba(16,24,32,.18)}.feature-points{display:grid;grid-gap:18px;gap:18px;margin-top:28px}.feature-points article{display:grid;grid-template-columns:54px 1fr;grid-gap:16px;gap:16px;padding:18px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff}.feature-points article span{grid-row:1/span 2;grid-column:1;display:grid;align-items:center;justify-items:center;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--brand-primary);color:var(--brand-text-inverse);font-weight:800}.feature-points article div{grid-column:2}.feature-points h3,.feature-points p{margin:0}.feature-points p{margin-top:6px}.gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.gallery-grid figure{margin:0;overflow:hidden;border-radius:var(--brand-radius);background:#fff;border:1px solid var(--brand-border)}.gallery-grid img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover}.gallery-grid figcaption{padding:14px 16px;font-weight:800}.industry-scroll{display:flex;gap:18px;overflow-x:auto;padding-bottom:14px;scroll-snap-type:x mandatory}.industry-scroll article{flex:0 0 240px;min-height:220px;padding:24px;border-radius:var(--brand-radius);border:1px solid var(--brand-border);background:#fff;scroll-snap-align:start}.industry-scroll h3{color:var(--brand-primary-dark)}.frn-stats{background:linear-gradient(135deg,var(--brand-secondary),var(--brand-primary-dark))}.stats-grid{display:flex;flex-wrap:nowrap;gap:20px}.stats-grid article{flex:1 1 0;min-width:0;padding:24px;border:1px solid rgba(255,255,255,.18);border-radius:var(--brand-radius);text-align:center}.stats-grid strong{display:block;margin:10px 0 4px;color:var(--brand-text-inverse);font-size:max(1.8rem, min(4vw, 3rem));line-height:1}.stat-icon{display:inline-grid;align-items:center;justify-items:center;place-items:center;min-width:46px;height:36px;border-radius:999px;background:rgba(255,255,255,.14);color:var(--brand-text-inverse);font-weight:800}.frn-home-cta{background:var(--brand-primary)}.frn-home-cta p{max-width:760px;margin:0 auto}@media (max-width:991px){.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stats-grid{flex-wrap:wrap}.stats-grid article{flex:1 1 calc(50% - 20px)}}@media (max-width:575px){.home-hero{min-height:560px}.gallery-grid,.stats-grid article{grid-template-columns:1fr}.stats-grid article{flex-basis:100%}}