
/* Visual Production Wave 3 — isolated core-education styling */
.wave3-hero{display:grid;grid-template-columns:1.02fr .98fr;min-height:365px;background:#fff;border:1px solid #dfe4e8;border-radius:12px;overflow:hidden;margin:24px 0 28px;box-shadow:0 8px 24px rgba(11,29,48,.06)}
.wave3-hero-copy{padding:42px 42px 38px;display:flex;flex-direction:column;justify-content:center}
.wave3-hero-copy .eyebrow{color:#a47d36;font-size:11px;letter-spacing:.13em;text-transform:uppercase;font-weight:850}
.wave3-hero-copy h1{font-family:Georgia,"Times New Roman",serif;font-weight:400;font-size:clamp(39px,4.2vw,58px);line-height:1.03;letter-spacing:-.035em;color:#0d2339;margin:9px 0 16px}
.wave3-hero-copy p{font-size:17px;line-height:1.62;color:#5c6873;max-width:650px;margin:0}
.wave3-hero-media{background:#f4f5f5;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:20px}
.wave3-hero-media img{width:100%;height:100%;max-height:360px;object-fit:contain;object-position:center}
.wave3-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:0 0 28px}
.wave3-fact{background:#fff;border:1px solid #dfe4e8;border-radius:9px;padding:17px}
.wave3-fact strong{display:block;color:#10283f;font-size:14px;margin-bottom:5px}
.wave3-fact span{display:block;color:#68747e;font-size:12px;line-height:1.45}
.wave3-visual{background:#f7f8f8;border:1px solid #dfe4e8;border-radius:10px;padding:18px;margin:24px 0}
.wave3-visual img{display:block;width:100%;max-height:430px;object-fit:contain;margin:auto}
.wave3-note{border-left:4px solid #b9934e;background:#faf8f2;padding:18px 20px;border-radius:0 8px 8px 0;margin:22px 0;color:#4d5963}
@media(max-width:800px){.wave3-hero{grid-template-columns:1fr}.wave3-hero-copy{padding:30px 24px}.wave3-hero-media{min-height:260px}.wave3-facts{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.wave3-facts{grid-template-columns:1fr}.wave3-hero-copy h1{font-size:39px}}
