@import"https://fonts.googleapis.com/css2?family=Anton&family=Hanken+Grotesk:wght@400;700&family=JetBrains+Mono:wght@700&display=swap";.hyrox-landing{--hyrox-yellow: #FFD700;--deep-black: #111111;--performance-grey: #333333;--signal-white: #FFFFFF;--agency-purple: #442778;--success-green: #00FF41;--surface: #121414;--surface-container: #1E2020;--surface-container-low: #1A1C1C;--on-surface: #E2E2E2;--on-surface-variant: #D0C6AB;--on-tertiary-container: #5F5F5F;--outline: #999077;--font-display: "Anton", sans-serif;--font-body: "Hanken Grotesk", sans-serif;--font-mono: "JetBrains Mono", monospace;--margin-mobile: 20px;--margin-desktop: 48px;--stack-tight: 8px;--stack-loose: 32px;--gutter: 16px;font-family:var(--font-body);background-color:var(--deep-black);color:var(--signal-white);overflow-x:hidden}.hyrox-landing ::selection{background:var(--hyrox-yellow);color:var(--deep-black)}.hyrox-landing .hx-font-display{font-family:var(--font-display)}.hyrox-landing .hx-font-body{font-family:var(--font-body)}.hyrox-landing .hx-font-mono{font-family:var(--font-mono)}.hyrox-landing .hx-display-xl{font-family:var(--font-display);font-size:clamp(56px,10vw,96px);line-height:.94;letter-spacing:-.02em}.hyrox-landing .hx-headline-lg{font-family:var(--font-display);font-size:clamp(40px,6vw,64px);line-height:1}.hyrox-landing .hx-headline-md{font-family:var(--font-display);font-size:32px;line-height:1.125}.hyrox-landing .hx-label-caps{font-family:var(--font-mono);font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.hyrox-landing .hx-body-lg{font-family:var(--font-body);font-size:18px;line-height:1.55}.hyrox-landing .hx-body-md{font-family:var(--font-body);font-size:16px;line-height:1.5}.hyrox-landing .hx-btn-text{font-family:var(--font-body);font-size:16px;font-weight:700;line-height:1.25}.hyrox-landing .hx-uppercase{text-transform:uppercase}.hyrox-landing .hx-yellow{color:var(--hyrox-yellow)}.hyrox-landing .hx-white{color:var(--signal-white)}.hyrox-landing .hx-grey{color:var(--on-tertiary-container)}.hyrox-landing .hx-px{padding-left:var(--margin-mobile);padding-right:var(--margin-mobile)}@media(min-width:768px){.hyrox-landing .hx-px{padding-left:var(--margin-desktop);padding-right:var(--margin-desktop)}}.hyrox-landing .hx-py-section{padding-top:96px;padding-bottom:96px}.hyrox-landing .hx-py-loose{padding-top:var(--stack-loose);padding-bottom:var(--stack-loose)}.hyrox-landing .brutalist-shadow{box-shadow:4px 4px #000}.hyrox-landing .brutalist-shadow-yellow{box-shadow:4px 4px 0 0 var(--hyrox-yellow)}.hyrox-landing .hx-skew{transform:skew(-5deg)}.hyrox-landing .hx-skew-content{display:inline-block;transform:skew(5deg)}.hyrox-landing .hx-noise:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(https://www.transparenttextures.com/patterns/carbon-fibre.png);opacity:.05;pointer-events:none}.hyrox-landing .hx-nav{position:sticky;top:0;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:0 var(--margin-mobile);height:72px;background:#111111d9;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:2px solid var(--hyrox-yellow)}@media(min-width:768px){.hyrox-landing .hx-nav{padding:0 var(--margin-desktop)}}.hyrox-landing .hx-nav__logo{font-family:var(--font-display);font-size:22px;font-style:italic;color:var(--hyrox-yellow);letter-spacing:-.02em;text-decoration:none}.hyrox-landing .hx-nav__links{display:none;gap:32px;list-style:none;margin:0;padding:0}@media(min-width:768px){.hyrox-landing .hx-nav__links{display:flex}}.hyrox-landing .hx-nav__links a{font-family:var(--font-body);font-size:14px;font-weight:700;text-transform:uppercase;color:var(--signal-white);text-decoration:none;transition:color .15s}.hyrox-landing .hx-nav__links a:hover,.hyrox-landing .hx-nav__links a.active{color:var(--hyrox-yellow)}.hyrox-landing .hx-nav__cta{display:flex;align-items:center;gap:16px}.hyrox-landing .hx-btn-primary{display:inline-block;background:var(--hyrox-yellow);color:var(--deep-black);font-family:var(--font-display);font-size:24px;padding:14px 40px;text-transform:uppercase;text-decoration:none;border:none;cursor:pointer;transform:skew(-5deg);transition:transform .15s,box-shadow .15s}.hyrox-landing .hx-btn-primary span{display:inline-block;transform:skew(5deg)}.hyrox-landing .hx-btn-primary:hover{transform:skew(-5deg) translate(4px);box-shadow:4px 4px #000}.hyrox-landing .hx-btn-secondary{display:inline-block;background:transparent;color:var(--signal-white);font-family:var(--font-display);font-size:24px;padding:14px 40px;text-transform:uppercase;text-decoration:none;border:2px solid var(--signal-white);cursor:pointer;transform:skew(-5deg);transition:background .15s,color .15s}.hyrox-landing .hx-btn-secondary span{display:inline-block;transform:skew(5deg)}.hyrox-landing .hx-btn-secondary:hover{background:var(--signal-white);color:var(--deep-black)}.hyrox-landing .hx-btn-sm{display:inline-block;background:var(--signal-white);color:var(--deep-black);font-family:var(--font-body);font-size:14px;font-weight:700;padding:12px 24px;text-transform:uppercase;text-decoration:none;border:none;cursor:pointer;width:100%;text-align:center;transition:background .15s,color .15s}.hyrox-landing .hx-btn-sm:hover{background:var(--hyrox-yellow);color:var(--deep-black)}.hyrox-landing .hx-hero{position:relative;min-height:88vh;display:flex;align-items:center;overflow:hidden}.hyrox-landing .hx-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;z-index:0}.hyrox-landing .hx-hero__gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(17,17,17,.92) 40%,transparent);z-index:1}.hyrox-landing .hx-hero__content{position:relative;z-index:2;max-width:860px}.hyrox-landing .hx-hero__eyebrow{display:block;margin-bottom:16px;color:var(--hyrox-yellow)}.hyrox-landing .hx-hero__heading{font-family:var(--font-display);font-size:clamp(40px,6vw,64px);line-height:1;text-transform:uppercase;margin:0 0 32px;color:var(--signal-white)}.hyrox-landing .hx-hero__heading span{color:var(--hyrox-yellow)}.hyrox-landing .hx-hero__cta{display:flex;flex-wrap:wrap;gap:16px}.hyrox-landing .hx-bento{display:grid;gap:var(--gutter);grid-template-columns:1fr}@media(min-width:768px){.hyrox-landing .hx-bento{grid-template-columns:repeat(4,1fr);min-height:560px}}.hyrox-landing .hx-bento__cell{position:relative;overflow:hidden;background:var(--performance-grey);border-top:4px solid var(--hyrox-yellow);cursor:pointer;min-height:200px}.hyrox-landing .hx-bento__cell--wide{grid-column:span 2}.hyrox-landing .hx-bento__cell--purple{border-top-color:var(--agency-purple)}.hyrox-landing .hx-bento__cell--white{border-top-color:var(--signal-white)}@media(min-width:768px){.hyrox-landing .hx-bento__cell--full{grid-column:1 / -1;min-height:160px}}.hyrox-landing .hx-bento__img{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;transition:transform .7s ease}.hyrox-landing .hx-bento__cell:hover .hx-bento__img{transform:scale(1.08)}.hyrox-landing .hx-bento__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1116;transition:background .3s}.hyrox-landing .hx-bento__cell:hover .hx-bento__overlay{background:#1113}.hyrox-landing .hx-bento__label{position:absolute;bottom:24px;left:24px}.hyrox-landing .hx-bento__label h3{font-family:var(--font-display);font-size:32px;text-transform:uppercase;color:var(--signal-white);margin:0 0 4px}.hyrox-landing .hx-bento__label p{color:var(--hyrox-yellow)}.hyrox-landing .hx-bento__arrow{position:absolute;bottom:24px;right:24px;color:var(--hyrox-yellow);font-size:36px}.hyrox-landing .hx-products-grid{display:grid;gap:var(--gutter);grid-template-columns:1fr}@media(min-width:640px){.hyrox-landing .hx-products-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.hyrox-landing .hx-products-grid{grid-template-columns:repeat(3,1fr)}}.hyrox-landing .hx-card{background:var(--performance-grey);display:flex;flex-direction:column;box-shadow:4px 4px 0 0 var(--hyrox-yellow);transition:transform .2s}.hyrox-landing .hx-card:hover{transform:translateY(-8px)}.hyrox-landing .hx-card--grey{box-shadow:4px 4px #000}.hyrox-landing .hx-card__img{position:relative;height:300px;overflow:hidden;background:var(--surface-container)}.hyrox-landing .hx-card__img-bg{width:100%;height:100%;background-size:cover;background-position:center}.hyrox-landing .hx-card__badge{position:absolute;top:16px;left:16px;background:var(--hyrox-yellow);color:var(--deep-black);font-family:var(--font-mono);font-size:10px;font-weight:700;letter-spacing:.1em;padding:4px 12px;text-transform:uppercase}.hyrox-landing .hx-card__badge--white{background:var(--signal-white)}.hyrox-landing .hx-card__body{padding:24px;border-top:2px solid rgba(51,51,51,.5);flex:1;display:flex;flex-direction:column}.hyrox-landing .hx-card__title{font-family:var(--font-display);font-size:24px;text-transform:uppercase;margin:0 0 4px;color:var(--signal-white)}.hyrox-landing .hx-card__desc{color:var(--on-surface-variant);font-size:14px;margin:0 0 16px;flex:1}.hyrox-landing .hx-card__price{font-family:var(--font-display);font-size:28px;color:var(--hyrox-yellow);margin-bottom:0}.hyrox-landing .hx-card__price--white{color:var(--signal-white)}.hyrox-landing .hx-card__add{margin-top:24px}.hyrox-landing .hx-stats{border-top:4px solid var(--hyrox-yellow);border-bottom:4px solid var(--hyrox-yellow)}.hyrox-landing .hx-stats__grid{display:grid;grid-template-columns:1fr;gap:48px;text-align:center}@media(min-width:768px){.hyrox-landing .hx-stats__grid{grid-template-columns:repeat(3,1fr)}}.hyrox-landing .hx-stat__number{font-family:var(--font-display);font-size:clamp(56px,10vw,96px);line-height:1;color:var(--hyrox-yellow)}.hyrox-landing .hx-stat__number--white{color:var(--signal-white)}.hyrox-landing .hx-stat__label{font-family:var(--font-mono);font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-top:16px;color:var(--signal-white)}.hyrox-landing .hx-info{position:relative;overflow:hidden}.hyrox-landing .hx-info__watermark{position:absolute;right:-60px;top:50%;transform:translateY(-50%);font-family:var(--font-display);font-size:180px;text-transform:uppercase;white-space:nowrap;opacity:.06;line-height:1;pointer-events:none;-webkit-user-select:none;user-select:none}.hyrox-landing .hx-info__grid{display:flex;flex-direction:column;gap:48px;align-items:center;position:relative;z-index:1}@media(min-width:768px){.hyrox-landing .hx-info__grid{flex-direction:row}}.hyrox-landing .hx-info__media{flex:1}.hyrox-landing .hx-info__frame{position:relative;padding:8px;background:var(--hyrox-yellow);transform:skew(-5deg)}.hyrox-landing .hx-info__frame-inner{aspect-ratio:16/9;background-size:cover;background-position:center;transform:skew(5deg)}.hyrox-landing .hx-info__text{flex:1}.hyrox-landing .hx-community__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}@media(min-width:768px){.hyrox-landing .hx-community__grid{grid-template-columns:repeat(5,1fr)}}.hyrox-landing .hx-community__img{aspect-ratio:1;background-size:cover;background-position:center;filter:grayscale(100%);cursor:pointer;transition:filter .3s}.hyrox-landing .hx-community__img:hover{filter:grayscale(0)}.hyrox-landing .hx-newsletter{background:var(--surface-container);position:relative;overflow:hidden}.hyrox-landing .hx-newsletter__inner{max-width:720px;margin:0 auto;text-align:center;position:relative;z-index:1}.hyrox-landing .hx-newsletter__form{display:flex;flex-direction:column;gap:16px;align-items:stretch}@media(min-width:640px){.hyrox-landing .hx-newsletter__form{flex-direction:row}}.hyrox-landing .hx-newsletter__input{flex:1;background:var(--performance-grey);border:none;border-bottom:2px solid var(--on-tertiary-container);color:var(--signal-white);font-family:var(--font-mono);font-size:12px;font-weight:700;letter-spacing:.1em;padding:16px 24px;outline:none;transition:border-color .15s}.hyrox-landing .hx-newsletter__input::placeholder{color:var(--on-tertiary-container)}.hyrox-landing .hx-newsletter__input:focus{border-bottom-color:var(--hyrox-yellow)}.hyrox-landing .hx-mobile-nav{display:grid;grid-template-columns:repeat(5,1fr);height:64px;background:#111111eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:2px solid var(--hyrox-yellow)}@media(min-width:768px){.hyrox-landing .hx-mobile-nav{display:none}}.hyrox-landing .hx-mobile-nav__btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;background:none;border:none;color:var(--on-tertiary-container);cursor:pointer;padding:0;transition:color .15s;font-family:var(--font-mono);font-size:10px;font-weight:700;text-transform:uppercase;text-decoration:none}.hyrox-landing .hx-mobile-nav__btn--active,.hyrox-landing .hx-mobile-nav__btn:hover{color:var(--hyrox-yellow)}.hyrox-landing .hx-mobile-nav__icon{font-size:22px;line-height:1}.hyrox-landing .hx-section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:var(--stack-loose)}.hyrox-landing .hx-section-header__link{font-family:var(--font-body);font-size:14px;font-weight:700;text-transform:uppercase;color:var(--signal-white);text-decoration:underline;text-decoration-color:var(--hyrox-yellow)}.hyrox-landing .hx-bg-black{background-color:var(--deep-black)}.hyrox-landing .hx-bg-dark{background-color:#33333326}.hyrox-landing .hx-bg-surface{background-color:var(--surface-container)}.hyrox-landing .hx-animate-in{opacity:0;transform:translateY(32px);transition:opacity .7s ease,transform .7s ease}.hyrox-landing .hx-animate-in.is-visible{opacity:1;transform:translateY(0)}
/*# sourceMappingURL=/cdn/shop/t/7/assets/hyrox-style.css.map */
