.ef-hero{position:relative;display:flex;min-height:clamp(650px,92vh,940px);padding:clamp(110px,13vw,180px) var(--ef-gutter) clamp(60px,7vw,96px);isolation:isolate;color:#fff;background:#30322e}
.ef-hero__media,.ef-hero__overlay{position:absolute;inset:0}.ef-hero__media{z-index:-2}.ef-hero__media img{width:100%;height:100%;object-fit:cover}.ef-hero__overlay{z-index:-1;background:linear-gradient(180deg,rgba(25,27,24,.12),rgba(25,27,24,.18) 38%,rgba(25,27,24,.76))}
.ef-hero__content{width:100%;max-width:var(--ef-shell);margin:auto}.ef-hero .ef-header-lines{max-width:1000px}.ef-hero__text{max-width:650px;margin-top:1.4rem;color:rgba(255,255,255,.86)}
.ef-hero--layout-editorial-left{align-items:center}.ef-hero--layout-editorial-left .ef-hero__content{text-align:left}
.ef-hero--layout-centred{align-items:center}.ef-hero--layout-centred .ef-hero__content{text-align:center}.ef-hero--layout-centred .ef-header-lines,.ef-hero--layout-centred .ef-hero__text{margin-inline:auto;align-items:center}
.ef-hero--layout-lower-left{align-items:flex-end}.ef-hero--layout-lower-left .ef-hero__content{text-align:left}
.ef-hero--layout-split{align-items:flex-end}.ef-hero--layout-split .ef-header-lines{display:grid;grid-template-columns:1fr 1fr;gap:clamp(20px,5vw,80px);align-items:end;max-width:none}.ef-hero--layout-split .ef-hero__text{margin-left:auto}
.ef-hero--image-top-left img{object-position:left top}.ef-hero--image-top-centre img{object-position:center top}.ef-hero--image-top-right img{object-position:right top}.ef-hero--image-middle-left img{object-position:left center}.ef-hero--image-middle-centre img{object-position:center}.ef-hero--image-middle-right img{object-position:right center}.ef-hero--image-bottom-left img{object-position:left bottom}.ef-hero--image-bottom-centre img{object-position:center bottom}.ef-hero--image-bottom-right img{object-position:right bottom}
@media(max-width:760px){.ef-hero--layout-split .ef-header-lines{display:flex}.ef-hero--layout-split .ef-hero__text{margin-left:0}}

/* v0.14 invariant hero typography */
.ef-hero .ef-header-line{font-family:var(--ef-font-heading,"Marcellus",Georgia,serif)!important;font-size:var(--ef-heading-xl)!important;font-weight:400!important;line-height:.94!important;letter-spacing:0!important;text-transform:none!important;color:#fff!important}
.ef-hero .ef-eyebrow{color:#fff!important}
.ef-hero .ef-header-lines{gap:.08em}
.ef-hero .ef-hero__text{font-family:var(--ef-font-heading,"Marcellus",Georgia,serif)!important;font-size:clamp(1.2rem,1.7vw,1.75rem)!important;line-height:1.35!important}


/* v0.18.5: dedicated editorial hero entrance. */
.ef-reveal-ready .ef-hero__content[data-ef-reveal]{opacity:1;transform:none;transition:none}
.ef-hero-ready .ef-hero__media img{animation:ef-hero-image-in 1.45s cubic-bezier(.22,1,.36,1) both}
.ef-hero-ready .ef-hero__content>.ef-eyebrow,
.ef-hero-ready .ef-hero__content>.ef-header-lines .ef-header-line,
.ef-hero-ready .ef-hero__content>.ef-hero__text,
.ef-hero-ready .ef-hero__content>.ef-button,
.ef-hero-ready .ef-hero__content>.ef-link{
 opacity:0;
 transform:translateY(24px);
 animation:ef-hero-copy-in .82s cubic-bezier(.22,1,.36,1) forwards;
}
.ef-hero-ready .ef-hero__content>.ef-eyebrow{animation-delay:.12s}
.ef-hero-ready .ef-hero__content>.ef-header-lines .ef-header-line:nth-child(1){animation-delay:.22s}
.ef-hero-ready .ef-hero__content>.ef-header-lines .ef-header-line:nth-child(2){animation-delay:.31s}
.ef-hero-ready .ef-hero__content>.ef-header-lines .ef-header-line:nth-child(3){animation-delay:.4s}
.ef-hero-ready .ef-hero__content>.ef-header-lines .ef-header-line:nth-child(n+4){animation-delay:.47s}
.ef-hero-ready .ef-hero__content>.ef-hero__text{animation-delay:.46s}
.ef-hero-ready .ef-hero__content>.ef-button,
.ef-hero-ready .ef-hero__content>.ef-link{animation-delay:.56s}
@keyframes ef-hero-copy-in{to{opacity:1;transform:none}}
@keyframes ef-hero-image-in{from{transform:scale(1.035)}to{transform:scale(1)}}
@media(max-width:680px){
 .ef-hero-ready .ef-hero__content>.ef-eyebrow,
 .ef-hero-ready .ef-hero__content>.ef-header-lines .ef-header-line,
 .ef-hero-ready .ef-hero__content>.ef-hero__text,
 .ef-hero-ready .ef-hero__content>.ef-button,
 .ef-hero-ready .ef-hero__content>.ef-link{transform:translateY(17px);animation-duration:.72s}
}
@media(prefers-reduced-motion:reduce){
 .ef-hero-ready .ef-hero__media img,
 .ef-hero-ready .ef-hero__content>.ef-eyebrow,
 .ef-hero-ready .ef-hero__content>.ef-header-lines .ef-header-line,
 .ef-hero-ready .ef-hero__content>.ef-hero__text,
 .ef-hero-ready .ef-hero__content>.ef-button,
 .ef-hero-ready .ef-hero__content>.ef-link{animation:none!important;opacity:1!important;transform:none!important}
}
