.wvhero {
    --wvhero-gold: #d9b56d;
    --wvhero-bg: #090d14;
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: flex-end;
    min-height: calc(var(--wvhero-min-height, 560px) + var(--wvhero-fade-height, 0px));
    overflow: hidden;
    border-radius: var(--wvhero-radius, 24px);
    background: var(--wvhero-bg);
    color: #fff;
    box-shadow: 0 24px 70px rgba(0,0,0,.32);
}

.wvhero--full-bleed{
    width:100vw;
    max-width:none;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
    margin-top:calc(-1 * var(--wvhero-pull-up,0px));
    border-radius:0;
}
.wvhero--full-bleed .wvhero__content{padding-left:max(clamp(28px,5vw,76px),calc((100vw - 1280px)/2 + 28px));}
.wvhero--full-bleed .wvhero__content--button-only{box-sizing:border-box;padding-left:32px;padding-right:32px;}
.wvhero__content--button-only .wvhero__actions{align-items:center;}

.wvhero__media,.wvhero__shade{position:absolute;inset:0}
.wvhero__bottom-fade{position:absolute;z-index:2;left:0;right:0;bottom:0;height:var(--wvhero-fade-height,0px);pointer-events:none;background:linear-gradient(to bottom,transparent 0%,var(--wvhero-fade-color,#000) 100%)}
.wvhero__media img{width:100%;height:100%;display:block;object-fit:cover;object-position:50% var(--wvhero-image-y,72%)}
.wvhero__shade{z-index:1;background:linear-gradient(90deg,rgba(3,7,12,var(--wvhero-overlay,.48)) 0%,rgba(3,7,12,calc(var(--wvhero-overlay,.48)*.82)) 45%,rgba(3,7,12,calc(var(--wvhero-overlay,.48)*.22)) 100%)}
.wvhero__content{position:relative;z-index:3;width:min(720px,100%);padding:clamp(28px,5vw,76px)}
.wvhero__content--button-only{width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:center;padding:32px 32px calc(32px + var(--wvhero-fade-height,0px))}
.wvhero__headline{margin:0 0 14px;font-size:clamp(2rem,5vw,4.75rem);line-height:.98;letter-spacing:-.035em;color:#fff;text-wrap:balance}
.wvhero__description{max-width:620px;margin:0 0 26px;font-size:clamp(1rem,1.6vw,1.25rem);line-height:1.55;color:rgba(255,255,255,.86)}
.wvhero__actions{display:flex;flex-direction:column;align-items:flex-start;gap:12px}
.wvhero__play,.wvhero__secondary{display:inline-flex;align-items:center;justify-content:center;gap:11px;min-height:52px;padding:0 22px;border-radius:999px;font:inherit;font-weight:700;text-decoration:none;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.wvhero__play{border:1px solid rgba(255,255,255,.18);background:var(--wvhero-gold);color:#121212;box-shadow:0 8px 28px rgba(0,0,0,.25)}
.wvhero__play:hover,.wvhero__play:focus-visible{transform:translateY(-2px);box-shadow:0 12px 34px rgba(0,0,0,.34)}
.wvhero__play-icon{width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:10px solid currentColor;margin-left:2px}
.wvhero__secondary{border:1px solid rgba(255,255,255,.55);background:rgba(8,12,18,.62);color:#fff;backdrop-filter:blur(8px);min-width:100%;box-sizing:border-box}
.wvhero__secondary:hover,.wvhero__secondary:focus-visible{background:rgba(255,255,255,.12);color:#fff;transform:translateY(-2px)}
.wvhero-modal[hidden]{display:none!important}
.wvhero-modal{position:fixed;inset:0;z-index:999999;display:grid;place-items:center;padding:24px}
.wvhero-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.84);backdrop-filter:blur(8px)}
.wvhero-modal__dialog{position:relative;z-index:1;width:min(1180px,96vw);background:#05070a;border:1px solid rgba(255,255,255,.12);border-radius:18px;box-shadow:0 35px 100px rgba(0,0,0,.7);overflow:visible}
.wvhero-modal__frame{position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:18px;background:#000}
.wvhero-modal__frame iframe,.wvhero-modal__frame video{position:absolute;inset:0;width:100%;height:100%;border:0;background:#000}
.wvhero-modal__placeholder{width:100%;height:100%;background:#000}
.wvhero-modal__close{position:absolute;z-index:2;right:-13px;top:-13px;width:42px;height:42px;border:1px solid rgba(255,255,255,.22);border-radius:50%;background:#111722;color:#fff;font-size:28px;line-height:1;cursor:pointer;box-shadow:0 8px 24px rgba(0,0,0,.45)}
html.wvhero-modal-open{overflow:hidden}
.wvhero-admin-notice{padding:12px 14px;border-left:4px solid #dba95a;background:#fff7e6;color:#402d12}
@media(max-width:767px){
    .wvhero{min-height:min(72vh,620px);border-radius:min(var(--wvhero-radius,24px),20px)}
    .wvhero--full-bleed{border-radius:0;margin-top:calc(-1 * var(--wvhero-pull-up,0px));}
    .wvhero--full-bleed .wvhero__content{padding-left:22px;padding-right:22px}
    .wvhero--full-bleed .wvhero__content--button-only{padding-left:22px;padding-right:22px;padding-bottom:calc(28px + var(--wvhero-fade-height,0px))}
    .wvhero__shade{background:linear-gradient(0deg,rgba(3,7,12,.82) 0%,rgba(3,7,12,.38) 58%,rgba(3,7,12,.12) 100%)}
    .wvhero__content{padding:28px 22px}
    .wvhero__headline{font-size:clamp(2rem,10vw,3.2rem)}
    .wvhero__actions{align-items:stretch;width:100%}
    .wvhero__play,.wvhero__secondary{width:100%}
    .wvhero-modal{padding:10px}
    .wvhero-modal__dialog{width:100%}
    .wvhero-modal__close{right:2px;top:-52px}
}
@media(prefers-reduced-motion:reduce){.wvhero__play,.wvhero__secondary{transition:none}}
