/* Illustration-led home hero, shared with the newer inner-page rhythm. */
/* Remove the legacy pseudo-image; it was creating a second, overlapping group. */
.home-intro .shell:after{display:none!important}
.home-intro{align-items:stretch!important;overflow:hidden}
.home-intro-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.82fr);gap:26px;align-items:end;position:relative}
.home-intro-copy{position:relative;z-index:1;padding-bottom:18px}
.home-hero-art{align-self:end;margin:0 -3vw -48px 0;min-height:510px;display:flex;align-items:end;justify-content:end;pointer-events:none}
.home-hero-art img{display:block;width:min(100%,670px);max-height:700px;object-fit:contain;object-position:right bottom;filter:drop-shadow(0 20px 24px rgba(59,25,55,.11))}
@media(max-width:760px){.home-intro{min-height:unset!important;padding-top:44px!important}.home-intro-grid{grid-template-columns:1fr;gap:0}.home-intro-copy{padding-bottom:0}.home-hero-art{min-height:0;height:330px;margin:12px -20px -30px 0}.home-hero-art img{width:auto;max-width:100%;height:100%;max-height:none;object-position:right bottom}.home-intro-bottom{grid-template-columns:minmax(0,1fr) auto}}
