.aurara-story-hero{position:relative;display:flex;align-items:center;min-height:var(--aurara-story-min-height,80dvh);overflow:hidden;background:var(--aurara-story-background,#f7f3e9);padding:var(--aurara-story-padding-top,96px) 0 var(--aurara-story-padding-bottom,96px);color:var(--aurara-story-heading,#1e3d24)}
.aurara-story-hero *,.aurara-story-hero *::before,.aurara-story-hero *::after{box-sizing:border-box}.aurara-story-hero__inner{position:relative;z-index:1;width:100%;max-width:var(--aurara-story-content-width,720px);margin:0 auto;padding:0 var(--aurara-story-side-padding,24px);text-align:center}
.aurara-story-hero__steam{position:absolute;bottom:-32px;width:var(--aurara-story-steam-left-width,112px);color:color-mix(in srgb,var(--aurara-story-steam,#4a9548) calc(var(--aurara-story-steam-opacity,.15) * 100%),transparent);pointer-events:none}.aurara-story-hero__steam--left{left:var(--aurara-story-steam-left,12%)}.aurara-story-hero__steam--right{right:var(--aurara-story-steam-right,10%);bottom:-42px;width:var(--aurara-story-steam-right-width,96px);opacity:.72}.aurara-story-hero__steam path{stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-dasharray:24 36}
.aurara-story-hero__eyebrow{margin:0;color:var(--aurara-story-accent,#4a9548);font:600 var(--aurara-story-eyebrow-size,13px)/1.4 var(--aurara-story-body-font,Arial,sans-serif);letter-spacing:.22em;text-transform:uppercase}.aurara-story-hero__heading{max-width:680px;margin:16px auto 0;color:var(--aurara-story-heading,#1e3d24);font:var(--aurara-story-heading-weight,600) clamp(var(--aurara-story-heading-size-mobile,40px),6vw,var(--aurara-story-heading-size,72px))/1.04 var(--aurara-story-heading-font,Georgia,serif);letter-spacing:-.025em}.aurara-story-hero__heading em{color:var(--aurara-story-accent,#4a9548);font-style:italic}.aurara-story-hero__word{display:inline-block;margin-right:.18em}.aurara-story-hero__heading em .aurara-story-hero__word:last-child{margin-right:0}
.aurara-story-hero__tagline{margin:20px auto 0;color:var(--aurara-story-accent,#4a9548);font:500 italic clamp(var(--aurara-story-tagline-size-mobile,19px),2.2vw,var(--aurara-story-tagline-size,24px))/1.4 var(--aurara-story-heading-font,Georgia,serif)}
.aurara-story-hero__figure{width:100%;max-width:var(--aurara-story-image-width,560px);aspect-ratio:var(--aurara-story-image-ratio,3 / 2);margin:var(--aurara-story-image-gap,48px) auto 0;overflow:hidden;border-radius:var(--aurara-story-image-top-radius,400px) var(--aurara-story-image-top-radius,400px) var(--aurara-story-image-bottom-radius,24px) var(--aurara-story-image-bottom-radius,24px);background:#eee7d9;box-shadow:0 18px 44px color-mix(in srgb,var(--aurara-story-shadow,#1e3d24) var(--aurara-story-shadow-opacity,18%),transparent)}.aurara-story-hero__image{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.aurara-story-hero__placeholder{padding:12%;color:var(--aurara-story-accent,#4a9548)}.aurara-story-hero__caption{margin-top:var(--aurara-story-caption-gap,16px);color:color-mix(in srgb,var(--aurara-story-caption,#1e3d24) 55%,transparent);font:500 13px/1.4 var(--aurara-story-body-font,Arial,sans-serif)}
.aurara-story-hero.is-enhanced [data-story-reveal]{opacity:0;transform:translateY(18px);filter:blur(5px);transition:opacity var(--aurara-story-entry-duration,900ms) cubic-bezier(.22,1,.36,1),transform var(--aurara-story-entry-duration,900ms) cubic-bezier(.22,1,.36,1),filter var(--aurara-story-entry-duration,900ms) cubic-bezier(.22,1,.36,1)}.aurara-story-hero.is-enhanced [data-story-reveal].is-revealed{opacity:1;transform:none;filter:none}.aurara-story-hero.is-enhanced .aurara-story-hero__figure{clip-path:inset(100% 0 0 0);transition:clip-path 1400ms cubic-bezier(.22,1,.36,1),opacity var(--aurara-story-entry-duration,900ms) cubic-bezier(.22,1,.36,1),filter var(--aurara-story-entry-duration,900ms) cubic-bezier(.22,1,.36,1)}.aurara-story-hero.is-enhanced .aurara-story-hero__figure.is-revealed{clip-path:inset(0 0 0 0)}.aurara-story-hero.is-enhanced .aurara-story-hero__word{opacity:0;transform:translateY(22px);filter:blur(8px);transition:opacity 700ms cubic-bezier(.22,1,.36,1) var(--aurara-story-word-delay,0ms),transform 700ms cubic-bezier(.22,1,.36,1) var(--aurara-story-word-delay,0ms),filter 700ms cubic-bezier(.22,1,.36,1) var(--aurara-story-word-delay,0ms)}.aurara-story-hero.is-enhanced .aurara-story-hero__heading.is-revealed .aurara-story-hero__word{opacity:1;transform:none;filter:none}.aurara-story-hero.is-enhanced .aurara-story-hero__steam path{animation:aurara-story-steam 7s linear infinite}.aurara-story-hero.is-enhanced .aurara-story-hero__steam--right path{animation-delay:1.2s;animation-duration:8.2s}
@keyframes aurara-story-steam{to{stroke-dashoffset:-120}}
.aurara-story-hero__steam{color:var(--aurara-story-steam,#4a9548);opacity:var(--aurara-story-steam-opacity,.15)}
@media(max-width:767px){.aurara-story-hero{min-height:var(--aurara-story-min-height-mobile,80dvh);padding:var(--aurara-story-padding-mobile,96px) 0}.aurara-story-hero__steam--right{display:none}.aurara-story-hero__figure{margin-top:36px}.aurara-story-hero__tagline{max-width:540px}}
@media(prefers-reduced-motion:reduce){.aurara-story-hero__steam path{animation:none!important}.aurara-story-hero.is-enhanced [data-story-reveal],.aurara-story-hero.is-enhanced .aurara-story-hero__word{transition:none}}
