.hero-stage{isolation:isolate;min-height:clamp(34rem, calc(100svh - var(--header-height)), 54rem);background:var(--color-obsidian);align-items:center;display:flex;position:relative;overflow:hidden}.hero-stage__bg{z-index:0;position:absolute;inset:0}.hero-stage__img{object-fit:cover;object-position:62% 50%;opacity:0;width:100%;height:100%;transition:opacity .8s var(--ease-out-soft);transform-origin:65% 45%;position:absolute;inset:0}.hero-stage__img[data-active=true]{opacity:1}.hero-stage[data-motion=on] .hero-stage__img[data-active=true]{animation:hero-zoom 9s var(--ease-out-soft) both}@keyframes hero-zoom{0%{transform:scale(1.02)}to{transform:scale(1.09)}}.hero-stage__overlay{z-index:1;background:linear-gradient(#000a142e 0%,#000a140a 42%,#000a1433 100%),linear-gradient(90deg,#000a148f 0%,#000a1466 34%,#000a1433 66%,#000a141a 100%);position:absolute;inset:0}.hero-stage__inner{z-index:2;width:100%;max-width:var(--container-page,75rem);margin-inline:auto;padding-block:clamp(3rem,8vh,5rem);padding-inline:clamp(1.25rem,5vw,2rem);position:relative}.hero-stage__copy{max-width:42rem}.hero-stage[data-motion=on] .hero-stage__copy{animation:hero-rise .7s var(--ease-out-soft) both}@keyframes hero-rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.hero-stage__label{letter-spacing:.18em;text-transform:uppercase;color:#f8f4eae0;align-items:center;gap:.6rem;font-size:.8125rem;font-weight:600;display:inline-flex}.hero-stage__label:before{content:"";background:linear-gradient(90deg, var(--color-brass), transparent);width:1.75rem;height:1px}.hero-stage__title{max-width:15ch;font-family:var(--font-display);letter-spacing:-.01em;color:var(--color-paper);text-wrap:balance;margin-top:1.1rem;font-size:clamp(3.5rem,6.4vw,7.4rem);font-weight:600;line-height:1.02}.hero-stage__rule{background:var(--color-brass);width:3.5rem;height:1px;margin-top:1.5rem}.hero-stage__desc{color:#f8f4ead6;max-width:39rem;margin-top:1.4rem;font-size:1.1875rem;line-height:1.55}.hero-stage__actions{flex-wrap:wrap;align-items:center;gap:1rem 1.5rem;margin-top:2.25rem;display:flex}.hero-stage__cta{border-radius:var(--radius-btn);color:#fff;min-height:3rem;transition:background-color .2s var(--ease-out-soft), color .2s var(--ease-out-soft), box-shadow .2s var(--ease-out-soft);background:#8a6824;border:1px solid #d6c38a73;justify-content:center;align-items:center;padding:.75rem 1.6rem;font-weight:600;text-decoration:none;display:inline-flex;box-shadow:0 6px 16px #0000002e}.hero-stage__cta:hover{color:#fff;background:#8f6d1e;box-shadow:0 12px 28px #00000038}.hero-stage__link{color:var(--color-brass);transition:color .2s var(--ease-out-soft);align-items:center;gap:.55rem;font-weight:500;text-decoration:none;display:inline-flex}.hero-stage__link:hover{color:var(--color-brass-soft)}.hero-stage__linktext{transition:border-color .2s var(--ease-out-soft);border-bottom:1px solid #a9822eb8;padding-bottom:.15rem}.hero-stage__link:hover .hero-stage__linktext{border-color:#d6c38ab8}.hero-stage__arrow{transition:transform .2s var(--ease-out-soft)}.hero-stage__link:hover .hero-stage__arrow{transform:translate(.25rem)}.hero-stage__controls{align-items:center;gap:.75rem;margin-top:2.5rem;display:flex}.hero-stage__play{width:2rem;height:2rem;color:var(--color-paper);cursor:pointer;transition:background-color .2s var(--ease-out-soft), border-color .2s var(--ease-out-soft);background:#ffffff1a;border:1px solid #ffffff38;border-radius:9999px;justify-content:center;align-items:center;display:inline-flex}.hero-stage__play:hover{background:#ffffff2e;border-color:#fff6}.hero-stage__dots{align-items:center;gap:.1rem;display:inline-flex}.hero-stage__dot{appearance:none;cursor:pointer;background:0 0;border:0;padding:.5rem .3rem;display:inline-flex}.hero-stage__dot:before{content:"";width:.55rem;height:.25rem;transition:width .3s var(--ease-out-soft), background-color .3s var(--ease-out-soft);background:#f8f4ea6b;border-radius:9999px;display:block}.hero-stage__dot:hover:before{background:#f8f4ea99}.hero-stage__dot[data-active=true]:before{background:var(--color-brass);width:1.5rem}.hero-stage__sr{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (prefers-reduced-motion:reduce){.hero-stage__img,.hero-stage__copy{transition:none!important;animation:none!important}}
