.bf-hero-section{position:relative;background:#fff}
.bf-premium-hero{--bf-hero-ease:cubic-bezier(.22,1,.36,1);display:block;color:var(--bf-hero-text,#232620);font-family:'Anybody',var(--font-body-family,sans-serif);font-weight:300}
.bf-premium-hero *{box-sizing:border-box}
.bf-premium-hero__frame{position:relative;width:100%;min-height:var(--bf-hero-height,680px);margin:0 auto;overflow:hidden;isolation:isolate;background:var(--bf-hero-surface,#f7f5f0)}
.bf-premium-hero__media,.bf-premium-hero__media picture,.bf-premium-hero__image,.bf-premium-hero__placeholder{position:absolute;inset:0;width:100%;height:100%}
.bf-premium-hero__image{display:block;object-fit:cover;object-position:var(--bf-hero-focal-x,62%) var(--bf-hero-focal-y,50%);filter:brightness(1.04) contrast(1.01);transform:scale(1.012);transition:transform 1.6s var(--bf-hero-ease)}
.bf-premium-hero[data-ready][data-motion=true] .bf-premium-hero__image{transform:scale(1)}
.bf-premium-hero__placeholder{background:linear-gradient(125deg,#e7e1d5,#cbd6c5)}
.bf-premium-hero__placeholder svg{width:100%;height:100%;opacity:.55}
.bf-premium-hero__wash{position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,20,15,var(--bf-hero-overlay)) 0%,rgba(15,20,15,calc(var(--bf-hero-overlay) * .65)) 42%,rgba(15,20,15,0) 78%)}
.bf-premium-hero__inner{position:relative;z-index:1;display:flex;width:min(1400px,calc(100% - 160px));min-height:var(--bf-hero-height,680px);margin:0 auto;flex-direction:column;justify-content:center;padding:clamp(40px,5.15vw,72px) 0}
.bf-premium-hero__content{width:42%;max-width:520px;opacity:0;transform:translateY(12px);transition:opacity .8s var(--bf-hero-ease),transform .8s var(--bf-hero-ease)}
.bf-premium-hero[data-ready] .bf-premium-hero__content{opacity:1;transform:none}
.bf-premium-hero--center .bf-premium-hero__content{width:min(760px,75%);margin:auto;text-align:center}
.bf-premium-hero--center .bf-premium-hero__actions{justify-content:center}
.bf-premium-hero__heading{max-width:520px;margin:0;color:inherit;font-family:'Anybody',var(--font-heading-family,sans-serif);font-size:clamp(50px,5.55vw,80px);font-weight:700;letter-spacing:-.03em;line-height:1.02}
.bf-premium-hero__text{max-width:570px;margin-top:24px;color:inherit;font-size:clamp(16px,1.3vw,19px);line-height:1.65;opacity:.88}
.bf-premium-hero--center .bf-premium-hero__text{margin-right:auto;margin-left:auto}
.bf-premium-hero__text p{margin:0}
.bf-premium-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}
.bf-premium-hero__button{display:inline-flex;width:200px;height:56px;align-items:center;justify-content:space-between;gap:18px;padding:0 22px;border:1px solid var(--bf-hero-accent);border-radius:16px;background:var(--bf-hero-accent);color:#fff;font-size:14px;font-weight:700;line-height:1;text-decoration:none;transition:transform .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease}
.bf-premium-hero__button:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(0,0,0,.12)}
.bf-premium-hero__button:focus-visible{outline:2px solid currentColor;outline-offset:3px}
.bf-premium-hero__button:hover{border-color:#5f7357;background:#5f7357}
.bf-premium-hero__scroll{position:absolute;right:0;bottom:40px;display:flex;align-items:center;gap:12px;color:inherit;font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}
.bf-premium-hero__scroll-line{position:relative;display:block;width:42px;height:1px;overflow:hidden;background:currentColor;opacity:.6}
.bf-premium-hero__scroll-line:after{position:absolute;inset:0;background:var(--bf-hero-accent);content:"";transform:translateX(-100%);animation:bf-hero-scroll 2.4s ease-in-out infinite}
@keyframes bf-hero-scroll{0%{transform:translateX(-100%)}50%,100%{transform:translateX(100%)}}
@media(max-width:989px){.bf-premium-hero__inner{width:calc(100% - 40px)}.bf-premium-hero__content{width:min(520px,60%)}}
@media(max-width:749px){.bf-premium-hero__frame{min-height:var(--bf-hero-mobile-height,620px)}.bf-premium-hero__inner{width:calc(100% - 32px);min-height:var(--bf-hero-mobile-height,620px);justify-content:flex-end;padding:40px 0}.bf-premium-hero__wash{background:linear-gradient(0deg,rgba(247,245,240,calc(var(--bf-hero-overlay) + .86)) 0%,rgba(247,245,240,calc(var(--bf-hero-overlay) + .65)) 44%,rgba(247,245,240,0) 75%)}.bf-premium-hero__content,.bf-premium-hero--center .bf-premium-hero__content{width:100%;margin:0;text-align:left}.bf-premium-hero--center .bf-premium-hero__actions{justify-content:flex-start}.bf-premium-hero__heading{font-size:clamp(44px,13vw,62px)}.bf-premium-hero__text{margin-top:18px;font-size:16px}.bf-premium-hero__actions{margin-top:26px}.bf-premium-hero__button{min-width:180px}}
@media(max-width:390px){.bf-premium-hero__inner{padding-right:18px;padding-left:18px}.bf-premium-hero__heading{font-size:42px}}
@media(prefers-reduced-motion:reduce){.bf-premium-hero__image,.bf-premium-hero__content{transition:none!important;transform:none!important}.bf-premium-hero__scroll-line:after{animation:none}}
