/* APPARELLY BLANK — V46 Home Page Design */

body.home,
body.front-page {
  background: #080808 !important;
  color: #efe8d8 !important;
}

body.home .entry-content,
body.front-page .entry-content {
  margin: 0 !important;
  padding: 0 !important;
  background:
    radial-gradient(circle at 84% 5%, rgba(243,196,0,.13), transparent 30%),
    radial-gradient(circle at 5% 28%, rgba(31,107,67,.16), transparent 34%),
    linear-gradient(180deg, #080808 0%, #101014 46%, #080808 100%) !important;
}

.ab-home-v46 {
  width: min(100% - 28px, 1640px);
  margin: 0 auto;
  color: #efe8d8;
}

.ab-home-v46-cont {
  margin-top: clamp(18px, 2.5vw, 42px);
}

.ab-home-promo-v46 {
  min-height: 48px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin: clamp(14px, 2vw, 28px) auto;
  padding: 12px 18px;
  border: 1px solid rgba(243,196,0,.24);
  border-radius: 999px;
  background: rgba(243,196,0,.08);
}

.ab-home-promo-v46 p {
  margin: 0;
  color: rgba(239,232,216,.82);
  font-size: .82rem;
  font-weight: 800;
}

.ab-home-promo-v46 a {
  color: #f3c400;
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
}

.ab-home-hero-v46 {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(380px, 1.05fr);
  gap: clamp(18px, 3vw, 48px);
  align-items: stretch;
  min-height: clamp(520px, 52vw, 760px);
  overflow: hidden;
  border: 1px solid rgba(239,232,216,.14);
  border-radius: 26px;
  background:
    radial-gradient(circle at 20% 12%, rgba(243,196,0,.14), transparent 28%),
    linear-gradient(135deg, rgba(31,107,67,.16), rgba(179,38,30,.11)),
    #101014;
  box-shadow: 0 34px 120px rgba(0,0,0,.38);
}

.ab-home-hero-v46__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 86px);
}

.ab-kicker {
  color: #f3c400 !important;
  font-size: .78rem !important;
  font-weight: 950 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
}

.ab-home-hero-v46 h1,
.ab-home-fit-v46 h2,
.ab-home-campaign-v46 h2,
.ab-home-final-v46 h2,
.ab-home-section-head-v46 h2 {
  margin: 0 0 1rem !important;
  color: #efe8d8 !important;
  font-family: Impact, Haettenschweiler, "Arial Black", system-ui, sans-serif !important;
  line-height: .82 !important;
  letter-spacing: -.055em !important;
  text-transform: uppercase !important;
}

.ab-home-hero-v46 h1 {
  max-width: 9ch;
  font-size: clamp(4rem, 9vw, 11.5rem) !important;
}

.ab-home-hero-v46 p,
.ab-home-section-head-v46 p,
.ab-home-fit-v46 p,
.ab-home-campaign-v46 p,
.ab-home-final-v46 p,
.ab-home-trust-v46 p {
  color: rgba(239,232,216,.74) !important;
  line-height: 1.55;
}

.ab-home-hero-v46__copy > p:not(.ab-kicker) {
  max-width: 62ch;
  font-size: clamp(1rem, 1.25vw, 1.24rem);
}

.ab-home-actions-v46 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(18px, 2vw, 28px);
}

.ab-home-btn-v46 {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: .86rem 1.16rem;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .11em;
  text-transform: uppercase;
  text-decoration: none !important;
}

.ab-home-btn-v46--primary {
  background: #f3c400;
  color: #080808 !important;
}

.ab-home-btn-v46--ghost {
  border: 1px solid rgba(239,232,216,.24);
  background: rgba(239,232,216,.05);
  color: #efe8d8 !important;
}

.ab-home-proof-pills-v46 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.ab-home-proof-pills-v46 span {
  border: 1px solid rgba(239,232,216,.16);
  border-radius: 999px;
  color: rgba(239,232,216,.66);
  padding: .45rem .65rem;
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.ab-home-hero-v46__media {
  min-height: 100%;
  overflow: hidden;
  background: #050505;
}

.ab-home-hero-v46__media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.ab-home-section-head-v46,
.ab-home-fit-v46,
.ab-home-campaign-v46,
.ab-home-final-v46 {
  margin: clamp(18px, 2.6vw, 44px) auto;
  padding: clamp(24px, 4vw, 64px);
  border: 1px solid rgba(239,232,216,.13);
  border-radius: 22px;
  background:
    radial-gradient(circle at 86% 12%, rgba(243,196,0,.1), transparent 32%),
    linear-gradient(180deg, rgba(239,232,216,.05), rgba(239,232,216,.015)),
    #101014;
}

.ab-home-section-head-v46 h2,
.ab-home-fit-v46 h2,
.ab-home-campaign-v46 h2,
.ab-home-final-v46 h2 {
  max-width: 10ch;
  font-size: clamp(3rem, 6vw, 7.6rem) !important;
}

.ab-home-section-head-v46 p {
  max-width: 66ch;
}

.ab-home-cats-v46 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.7vw, 28px);
}

.ab-home-cat-v46 {
  position: relative;
  min-height: clamp(260px, 28vw, 460px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border: 1px solid rgba(239,232,216,.14);
  border-radius: 22px;
  background: #101014;
  text-decoration: none !important;
}

.ab-home-cat-v46 img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .78;
  transition: transform .25s ease, opacity .25s ease;
}

.ab-home-cat-v46::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 26%, rgba(0,0,0,.78));
}

.ab-home-cat-v46 span,
.ab-home-cat-v46 small {
  position: relative;
  z-index: 2;
  margin-left: 20px;
  margin-right: 20px;
}

.ab-home-cat-v46 span {
  color: #efe8d8;
  font-family: Impact, Haettenschweiler, "Arial Black", system-ui, sans-serif;
  font-size: clamp(2.6rem, 5vw, 6rem);
  line-height: .9;
  text-transform: uppercase;
}

.ab-home-cat-v46 small {
  margin-bottom: 20px;
  color: #f3c400;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ab-home-cat-v46:hover img {
  transform: scale(1.045);
  opacity: .92;
}

.ab-home-fit-v46,
.ab-home-campaign-v46,
.ab-home-final-v46 {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(340px, 1.15fr);
  gap: clamp(18px, 3vw, 50px);
  align-items: center;
}

.ab-home-fit-cards-v46,
.ab-home-trust-v46 {
  display: grid;
  gap: 14px;
}

.ab-home-fit-cards-v46 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ab-home-fit-cards-v46 article,
.ab-home-trust-v46 article {
  padding: 20px;
  border: 1px solid rgba(239,232,216,.13);
  border-radius: 18px;
  background: rgba(8,8,8,.42);
}

.ab-home-fit-cards-v46 span {
  color: #f3c400;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .18em;
}

.ab-home-fit-cards-v46 strong,
.ab-home-trust-v46 strong {
  display: block;
  margin-top: 12px;
  color: #efe8d8;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ab-home-campaign-grid-v46 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ab-home-campaign-grid-v46 img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid rgba(239,232,216,.12);
  border-radius: 16px;
  background: #050505;
}

.ab-home-trust-v46 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: clamp(18px, 2.6vw, 44px) auto;
}

/* WooCommerce product rows on homepage */
body.home .wp-block-shortcode,
body.front-page .wp-block-shortcode {
  width: min(100% - 28px, 1640px);
  margin: 0 auto clamp(18px, 3vw, 48px);
}

body.home .wp-block-shortcode ul.products,
body.front-page .wp-block-shortcode ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(180px, 1fr)) !important;
  gap: clamp(14px, 1.5vw, 26px) !important;
}

@media (max-width: 1100px) {
  .ab-home-hero-v46,
  .ab-home-fit-v46,
  .ab-home-campaign-v46,
  .ab-home-final-v46 {
    grid-template-columns: 1fr;
  }

  .ab-home-trust-v46 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home .wp-block-shortcode ul.products,
  body.front-page .wp-block-shortcode ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .ab-home-promo-v46 {
    align-items: flex-start;
    border-radius: 18px;
    flex-direction: column;
  }

  .ab-home-hero-v46 h1 {
    font-size: clamp(3.3rem, 15vw, 5.4rem) !important;
  }

  .ab-home-hero-v46__media img {
    min-height: 340px;
  }

  .ab-home-cats-v46,
  .ab-home-fit-cards-v46,
  .ab-home-trust-v46 {
    grid-template-columns: 1fr;
  }

  .ab-home-campaign-grid-v46 {
    grid-template-columns: 1fr 1fr;
  }

  body.home .wp-block-shortcode ul.products,
  body.front-page .wp-block-shortcode ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
