Enter The Gauntlet
<div class="fate-temp-home" role="main" aria-label="FATE temporary homepage">
<div class="fate-temp-home__image-wrap">
<img
class="fate-temp-home__image"
src="https://fightagainsttheexcuses.com/wp-content/uploads/2026/05/FATECVOMockupHeroNoDate-scaled.jpg"
alt="FATE apparel campaign. Choose your FATE."
width="1649"
height="927"
fetchpriority="high"
decoding="async"
/>
</div>
<div class="fate-temp-home__cta">
<a
class="fate-temp-home__button"
href="https://www.skool.com/fight-against-the-excuses-8015/about"
target="_blank"
rel="noopener noreferrer"
>
Join the FATE Community
</a>
</div>
</div>
<style>
html,
body {
background: #030303 !important;
}
body.home {
margin: 0 !important;
background: #030303 !important;
}
body.home header,
body.home footer,
body.home .site-header,
body.home .site-footer,
body.home .wp-site-blocks > header,
body.home .wp-site-blocks > footer,
body.home .woocommerce-breadcrumb,
body.home .entry-header,
body.home .page-header,
body.home .entry-title,
body.home .wp-block-post-title {
display: none !important;
}
body.home main,
body.home .site,
body.home .site-main,
body.home .site-content,
body.home .content-area,
body.home .entry-content,
body.home .wp-site-blocks,
body.home .wp-block-group,
body.home .wp-block-post-content {
margin: 0 !important;
padding: 0 !important;
max-width: none !important;
width: 100% !important;
}
.fate-temp-home {
position: relative;
min-height: 100svh;
width: 100%;
overflow: hidden;
background: #030303;
color: #fff;
display: flex;
flex-direction: column;
}
.fate-temp-home__image-wrap {
width: 100%;
line-height: 0;
}
.fate-temp-home__image {
display: block;
width: 100%;
height: auto;
}
.fate-temp-home__cta {
width: 100%;
display: flex;
justify-content: center;
padding: 26px 22px 46px;
background: #030303;
}
.fate-temp-home__button {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 54px;
padding: 0 30px;
border: 1px solid rgba(255, 255, 255, 0.72);
border-radius: 999px;
color: #ffffff;
background: rgba(255, 255, 255, 0.055);
text-decoration: none;
font-family: Inter, Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: 700;
letter-spacing: 0.14em;
text-transform: uppercase;
line-height: 1;
backdrop-filter: blur(14px);
-webkit-backdrop-filter: blur(14px);
box-shadow: 0 18px 45px rgba(0, 0, 0, 0.45);
transition:
transform 180ms ease,
background 180ms ease,
border-color 180ms ease,
box-shadow 180ms ease;
}
.fate-temp-home__button:hover {
color: #ffffff;
transform: translateY(-2px);
background: rgba(255, 255, 255, 0.14);
border-color: #ffffff;
box-shadow: 0 24px 70px rgba(0, 0, 0, 0.58);
}
.fate-temp-home__button:focus-visible {
outline: 2px solid #ffffff;
outline-offset: 5px;
}
@media screen and (min-width: 900px) {
.fate-temp-home {
min-height: 100vh;
}
.fate-temp-home__image-wrap {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
}
.fate-temp-home__image {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center center;
}
.fate-temp-home__cta {
position: absolute;
left: 73%;
top: 66%;
transform: translateX(-50%);
width: auto;
padding: 0;
background: transparent;
z-index: 2;
}
.fate-temp-home__button {
min-height: 52px;
padding: 0 34px;
font-size: 11px;
}
}
@media screen and (min-width: 1400px) {
.fate-temp-home__cta {
left: 73%;
top: 65.5%;
}
}
</style>