.page-hero-visual{padding:0;background:linear-gradient(120deg,#fff 0%,#f7fbfa 60%,#eef7f5 100%);color:var(--ink)}.page-hero-visual:after{display:none}.page-hero-grid{min-height:420px;display:grid;grid-template-columns:.82fr 1.18fr;align-items:center;gap:45px}.page-hero-visual h1{font-size:48px}.page-hero-visual p{color:#4d6072}.page-hero-media{height:340px;position:relative}.page-hero-media img{width:100%;height:100%;display:block;object-fit:cover;border-radius:16px;box-shadow:0 20px 50px rgba(3,27,63,.14)}.page-hero-media:after{content:"";position:absolute;inset:0;border-radius:16px;background:linear-gradient(90deg,rgba(255,255,255,.18),transparent 40%);pointer-events:none}.hero-light .hero-photo{box-shadow:none}.hero-light .hero-photo>img{object-position:center}.hero-light .hero-photo:after{background:linear-gradient(90deg,rgba(255,255,255,.12),transparent 45%)}
@media(max-width:850px){.page-hero-grid{grid-template-columns:1fr;padding:50px 0}.page-hero-media{height:320px}.page-hero-visual h1{font-size:40px}}
@media(max-width:520px){.page-hero-media{height:250px}.page-hero-visual h1{font-size:34px}}

/* Homepage hero: keep the full artwork visible and remove container treatments. */
.home-redesign .hero-light .hero-grid{grid-template-columns:.72fr 1.28fr;gap:32px}
.home-redesign .hero-light .hero-photo{height:auto;aspect-ratio:16/9;background:transparent;box-shadow:none;border-radius:0}
.home-redesign .hero-light .hero-photo>img{width:100%;height:100%;object-fit:contain;object-position:center;border-radius:0}
.home-redesign .hero-light .hero-photo:after{display:none}
@media(max-width:900px){.home-redesign .hero-light .hero-grid{grid-template-columns:1fr}.home-redesign .hero-light .hero-photo{width:100%}}
