.hero{position:relative;min-height:680px;display:grid;align-items:center;overflow:hidden;background:#0b0b0d;color:#fff}.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.52}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.9),rgba(0,0,0,.45) 62%,rgba(0,0,0,.2)),linear-gradient(0deg,rgba(0,0,0,.68),transparent 45%)}.hero-content{position:relative;z-index:2;padding:5rem 0}.hero-copy{max-width:760px}.hero h1{margin:.2rem 0 1rem;font-family:var(--font-display);font-size:clamp(3.2rem,9vw,7rem);line-height:.88;text-transform:uppercase}.hero h1 span{display:block;color:#fff}.hero h1 strong{display:block;color:var(--brand-red)}.hero-lead{max-width:690px;color:#dedee3;font-size:clamp(1.05rem,2vw,1.25rem)}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.6rem}.trust-bar{background:#fff;border-bottom:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{padding:1rem;text-align:center;border-right:1px solid var(--line);font-size:.9rem}.trust-item:last-child{border:0}.trust-item strong{display:block;color:#111}.school-callout{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.school-callout img{height:430px;width:100%;object-fit:cover;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.gallery-preview{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.gallery-preview .gallery-card{min-width:0}.gallery-preview img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:12px}.gallery-preview figcaption{padding:.75rem 0}.gallery-preview strong,.gallery-preview span{display:block}.gallery-preview span{color:var(--muted);font-size:.88rem}.home-quote{background:linear-gradient(135deg,#df1019,#9c070d);color:#fff}.home-quote .section-heading p{color:#ffe2e4}@media(max-width:840px){.hero{min-height:600px}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.school-callout{grid-template-columns:1fr}.school-callout img{height:330px}.gallery-preview{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.trust-grid{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid var(--line)}.gallery-preview{grid-template-columns:1fr}}