.sx-hero{position:relative;display:flex;align-items:flex-end;min-height:640px;height:100svh;padding:0 0 clamp(2.5rem,6vh,4.5rem);background:var(--sx-navy,#07142a);overflow:hidden;isolation:isolate}.sx-hero__stage{position:absolute;inset:0;z-index:0;display:grid;grid-template-columns:repeat(var(--sx-cols,4),minmax(0,1fr))}.sx-hero__col{position:relative;overflow:hidden;clip-path:inset(0 0 0 0)}.sx-hero__col+.sx-hero__col:before{content:"";position:absolute;top:0;bottom:0;left:0;z-index:2;width:1px;background:linear-gradient(180deg,transparent,rgba(201,166,107,.38) 22%,rgba(201,166,107,.38) 78%,transparent)}.sx-hero__plate{position:absolute;top:-9%;left:0;width:100%;height:118%;will-change:transform}.sx-hero__plate img{width:100%;height:100%;object-fit:cover;filter:saturate(.85) contrast(1.02) brightness(.85);transition:filter .8s var(--sx-ease,cubic-bezier(.22,1,.36,1))}.sx-hero__col:hover .sx-hero__plate img{filter:saturate(1.1) contrast(1.05) brightness(1.05)}.sx-hero__col-label{position:absolute;left:50%;top:50%;z-index:3;writing-mode:vertical-rl;transform:translate(-50%,-50%) rotate(180deg);font-size:clamp(4rem,9vh,12rem);font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:rgba(244,236,216,.8);white-space:nowrap;transition:color .45s var(--sx-ease,cubic-bezier(.22,1,.36,1)),transform .4s ease;pointer-events:none}.sx-hero__col:hover .sx-hero__col-label{color:var(--sx-gold,#c9a66b);transform:translate(-50%,-50%) rotate(180deg) scale(1.02)}.sx-hero__scrim{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,rgba(7,20,42,.78) 0,rgba(7,20,42,.28) 26%,rgba(7,20,42,.42) 58%,rgba(7,20,42,.92)),radial-gradient(120% 80% at 50% 100%,rgba(7,20,42,.75),transparent 62%)}.sx-hero__inner{position:relative;z-index:2;width:90%;max-width:1720px;margin-inline:auto;text-align:center}.sx-hero__eyebrow{margin:0 0 .9rem;font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--sx-amber,#d9853a)}.sx-hero__title{margin:0 auto;max-width:16ch;font-family:var(--bb-display,var(--font-sans));font-size:clamp(2.6rem,6.4vw,5.2rem);font-weight:800;line-height:1.04;letter-spacing:-.025em;color:#ffffff;text-wrap:balance}.sx-hero__title-text{display:block}.sx-hero__lede{margin:1.35rem auto 0;max-width:58ch;font-size:clamp(1.02rem,1.35vw,1.18rem);line-height:1.7;color:rgba(244,236,216,.78)}.sx-hero__facts{display:flex;flex-wrap:wrap;justify-content:center;gap:0 clamp(1.75rem,4vw,3.5rem);margin:clamp(2rem,4vh,3rem) 0 0;padding-top:clamp(1.25rem,3vh,1.85rem);border-top:1px solid rgba(244,236,216,.16)}.sx-hero__fact{display:flex;flex-direction:column;gap:.35rem;padding-block:.4rem;text-align:center}.sx-hero__fact dt{font-size:.7rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:rgba(244,236,216,.52)}.sx-hero__fact dd{margin:0;font-size:.98rem;font-weight:600;color:var(--sx-cream,#f4ecd8)}.sx-hero__cue{position:absolute;right:clamp(1.25rem,4vw,3.5rem);bottom:clamp(1.5rem,4vh,2.5rem);z-index:3;display:inline-flex;align-items:center;gap:.6rem;min-height:44px;padding:.65rem .35rem;font-size:.7rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;text-decoration:none;color:rgba(244,236,216,.7);transition:color .35s var(--sx-ease,cubic-bezier(.22,1,.36,1))}.sx-hero__cue svg{width:1.1rem;height:1.1rem;animation:sx-hero-cue 1.9s ease-in-out infinite}.sx-hero__cue:focus-visible,.sx-hero__cue:hover{color:var(--sx-gold,#c9a66b)}.sx-hero__cue:focus-visible{outline:2px solid var(--sx-gold,#c9a66b);outline-offset:3px;border-radius:4px}@keyframes sx-hero-cue{0%,to{transform:translateY(-2px);opacity:.5}50%{transform:translateY(3px);opacity:1}}@media (max-width:900px){.sx-hero__col-label{left:.85rem;top:auto;bottom:.85rem;writing-mode:horizontal-tb;transform:none;font-size:.78rem;letter-spacing:.1em;white-space:normal;text-shadow:0 1px 6px rgba(7,20,42,.65)}.sx-hero__col:hover .sx-hero__col-label{transform:none}}@media (max-width:720px){.sx-hero{padding-bottom:clamp(3.5rem,8vh,5rem)}.sx-hero__stage{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:minmax(0,1fr)}.sx-hero__col:last-child:nth-child(odd){grid-column:1/-1}.sx-hero__col:nth-child(3):before{display:none}.sx-hero__col:nth-child(n+3):after{content:"";position:absolute;top:0;left:0;right:0;z-index:2;height:1px;background:linear-gradient(90deg,transparent,rgba(201,166,107,.32) 22%,rgba(201,166,107,.32) 78%,transparent)}.sx-hero__plate{top:-5%;height:110%}.sx-hero__facts{gap:0 1.5rem}.sx-hero__cue{display:none}}@media (max-width:560px){.sx-hero__facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 1.25rem}}@media (prefers-reduced-motion:reduce){.sx-hero__cue svg{animation:none}}