.home-hero-group{position:relative;margin-bottom:var(--home-hero-stat-overlap)}.home-hero{position:relative;min-height:var(--home-hero-min-height);overflow:hidden;background-color:var(--club-base-dark)}@media (min-width:768px){.home-hero{min-height:var(--home-hero-min-height-md)}}.home-hero__bg{position:absolute;inset:0;overflow:hidden}.home-hero__image{-o-object-fit:cover;object-fit:cover;-o-object-position:76% 18%;object-position:76% 18%}@media (min-width:768px){.home-hero__image{-o-object-position:74% 15%;object-position:74% 15%}}.home-hero__overlay{position:absolute;inset:0;pointer-events:none}.home-hero__overlay--desktop{display:none;background:linear-gradient(to bottom,rgba(var(--club-base-dark-rgb),.78) 0,rgba(var(--club-base-dark-rgb),.28) 24%,transparent 42%),linear-gradient(to right,rgba(var(--club-base-dark-rgb),.94) 0,rgba(var(--club-base-dark-rgb),.72) 45%,rgba(var(--club-base-dark-rgb),.38) 100%)}.home-hero__overlay--mobile{background:linear-gradient(to bottom,rgba(var(--club-base-dark-rgb),.9) 0,rgba(var(--club-base-dark-rgb),.55) 40%,rgba(var(--club-base-dark-rgb),.8) 70%,rgba(var(--club-base-dark-rgb),.97) 100%)}@media (min-width:768px){.home-hero__overlay--desktop{display:block}.home-hero__overlay--mobile{display:none}}.home-hero__inner{position:relative;z-index:1;display:flex;min-height:inherit;flex-direction:column;justify-content:flex-end;padding-top:var(--home-hero-content-offset);padding-bottom:2.5rem}@media (min-width:768px){.home-hero__inner{justify-content:flex-start;padding-top:var(--home-hero-content-offset-md);padding-bottom:3rem}}.home-hero__copy{max-width:40rem;padding-left:.75rem}@media (min-width:768px){.home-hero__copy{padding-left:2rem}}@media (min-width:1024px){.home-hero__copy{padding-left:3rem}}.home-hero .section-eyebrow{margin-bottom:.75rem}.home-hero__title{display:flex;flex-direction:column;gap:.125rem}.home-hero__title-line{font-family:var(--font-teko),sans-serif;font-size:clamp(2.75rem,11vw,5rem);font-weight:700;line-height:.9;letter-spacing:.04em;text-transform:uppercase;color:#fff}@media (min-width:768px){.home-hero__title-line{font-size:clamp(3.5rem,8vw,5.75rem);letter-spacing:.05em}}.home-hero__title-line--gold{color:var(--club-gold);font-weight:600}.home-hero .accent-rule{margin-top:1rem}.home-hero__lead{margin-top:1rem;max-width:34rem;font-size:.9375rem;line-height:1.65;color:rgba(var(--club-offwhite-rgb),.55)}@media (min-width:768px){.home-hero__lead{font-size:1rem}}.home-hero__stats-float{position:absolute;top:100%;left:0;right:0;z-index:var(--home-hero-stat-z);transform:translateY(-58%);pointer-events:none}.home-hero__stats{pointer-events:auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}@media (max-width:639px){.home-hero__stats{gap:.5rem}}.home-hero__stat{position:relative;display:flex;flex-direction:column;justify-content:center;overflow:hidden;border-radius:12px;border:.5px solid hsla(0,0%,100%,.22);background-color:rgba(var(--club-base-dark-rgb),.38);background-image:linear-gradient(180deg,hsla(0,0%,100%,.14),hsla(0,0%,100%,.08) 48%,hsla(0,0%,100%,.05));padding:20px 24px;text-align:left;box-shadow:0 8px 28px rgba(var(--club-base-dark-rgb),.1);backdrop-filter:blur(18px) saturate(1.2);-webkit-backdrop-filter:blur(18px) saturate(1.2)}@media (max-width:639px){.home-hero__stat{padding:14px 10px;text-align:center}}.home-hero__stat-value{font-family:var(--font-oswald),sans-serif;font-size:clamp(24px,3vw,36px);font-weight:700;line-height:1.1;color:var(--club-gold);text-shadow:0 1px 8px rgba(var(--club-base-dark-rgb),.45)}.home-hero__stat-label{margin-top:.375rem;font-size:.6875rem;line-height:1.35;color:rgba(220,230,250,.88);text-shadow:0 1px 4px rgba(var(--club-base-dark-rgb),.4)}@media (min-width:768px){.home-hero__stat-label{font-size:.75rem}}.home-after-hero.section-surface.section-padding{position:relative;z-index:1;margin-top:calc(-1 * var(--home-hero-stat-overlap));padding-top:calc(var(--home-hero-content-offset) + var(--home-hero-stat-overlap));border-radius:0;box-shadow:none}