/* Homepage overrides only. Existing main.css remains unchanged. */
.efc-home .utility-bar { display: none; }
.efc-home .header-inner { gap: 24px; padding-block: 12px; }
.efc-home .efc-logo { display: block; width: clamp(220px, 25vw, 360px); max-width: 100%; height: auto; }
.efc-home .site-header { background: #fff; }
.efc-home .site-nav a[href="/"] { border-bottom: 2px solid #d50924; padding-bottom: 10px; }
.efc-home .header-rti { background: #d50924; border-radius: 6px; }
.efc-home .home-hero { background: #032440; }
.efc-home .home-hero::after { display: none; }
.efc-home .home-hero-grid { min-height: 600px; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 24px; padding-block: 54px; }
.efc-home .hero-copy h1 { font-size: clamp(44px, 5.5vw, 80px); line-height: 1.02; letter-spacing: -.025em; }
.efc-home .efc-gold { color: #f5ca62; }
.efc-home .hero-copy h1 em { display: block; color: #fff; font-size: .78em; line-height: 1.12; }
.efc-home .hero-copy > p { font-size: 17px; color: #e2eaf2; }
.efc-home .hero-visual { display: block; position: relative; z-index: 1; min-width: 0; }
.efc-home .efc-hero-image { display: block; width: 100%; max-width: 100%; height: auto; aspect-ratio: 3/2; object-fit: contain; }
.efc-home .hero-actions { display: flex; flex-direction: row; gap: 14px; flex-wrap: wrap; }
.efc-home .hero-actions .button { border-radius: 6px; padding: 16px 20px; }
.efc-home .hero-actions .efc-primary { background: #e00021; color: #fff; border: 1px solid #ffadad; }
.efc-home .hero-actions .outline-light { background: transparent; color: #fff; border: 1px solid #fff; }
.efc-home .hero-proof { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; margin-top: 32px; padding-top: 20px; }
.efc-home .hero-proof span { padding-right: 8px; border-right: 1px solid #376079; }
.efc-home .hero-proof span:last-child { border: 0; }
.efc-home .efc-values { background: #faf9f6; border-bottom: 1px solid #e4e6ea; color: #062441; }
.efc-home .efc-values .shell { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; padding-block: 26px; }
.efc-home .efc-values span { font-size: 14px; }
.efc-home .efc-values em { font: italic 20px Georgia, serif; }
.efc-home .brand-footer { display: inline-flex; background: #fff; border-radius: 5px; padding: 6px; }
@media (max-width: 1100px) {
 .efc-home .header-inner { grid-template-columns: 1fr auto; }
 .efc-home .site-nav { grid-column: 1/-1; grid-row: 2; }
 .efc-home .home-hero-grid { grid-template-columns: minmax(0,1fr); gap: 30px; padding-block: 40px; }
 .efc-home .hero-visual { width: 100%; max-width: 800px; margin-inline: auto; }
 .efc-home .hero-copy h1 { font-size: clamp(40px, 7vw, 72px); }
}
@media (max-width: 480px) {
 .efc-home .header-inner { gap: 12px; }
 .efc-home .efc-logo { width: 260px; }
 .efc-home .hero-copy h1 { font-size: clamp(34px, 10vw, 48px); }
 .efc-home .hero-proof { grid-template-columns: repeat(2,minmax(0,1fr)); row-gap: 20px; }
 .efc-home .hero-actions .button { width: 100%; text-align: center; }
 .efc-home .efc-values .shell { gap: 16px; }
}
