/* APPARELLY BLANK — V68 Home Rebuild */

.ablk-v68-home {
  width: 100%;
  max-width: none !important;
  padding-bottom: clamp(80px, 9vw, 140px);
  color: #efe8d8;
}

.ablk-v68-home,
.ablk-v68-home * {
  box-sizing: border-box;
}

.ablk-v68-home a {
  text-decoration: none;
}

/* Full-width shorter hero */
.ablk-v68-hero {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  height: clamp(360px, 42vw, 520px) !important;
  min-height: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(320px, .86fr) minmax(420px, 1.14fr);
  gap: 0;
  overflow: hidden;
  border-radius: 0 !important;
  background:
    radial-gradient(circle at 12% 20%, rgba(243,196,0,.13), transparent 32%),
    radial-gradient(circle at 78% 18%, rgba(31,107,67,.14), transparent 36%),
    linear-gradient(135deg, #080808, #121216 62%, #050505);
  border-top: 1px solid rgba(243,196,0,.22);
  border-bottom: 1px solid rgba(243,196,0,.22);
}

.ablk-v68-hero-copy,
.ablk-v68-hero-media {
  height: 100%;
  min-height: 0 !important;
  overflow: hidden;
}

.ablk-v68-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 4vw, 64px);
  position: relative;
}

.ablk-v68-hero-copy::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0,0,0,.12), transparent),
    repeating-linear-gradient(0deg, rgba(239,232,216,.035) 0 1px, transparent 1px 6px);
  opacity: .42;
}

.ablk-v68-hero-copy > * {
  position: relative;
  z-index: 1;
}

.ablk-v68-hero-media figure,
.ablk-v68-hero-media .wp-block-image {
  width: 100%;
  height: 100%;
  margin: 0 !important;
}

.ablk-v68-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  display: block;
  border-radius: 0 !important;
}

.ablk-v68-kicker {
  margin: 0 0 12px !important;
  color: #f3c400 !important;
  font-size: .72rem !important;
  font-weight: 950 !important;
  letter-spacing: .22em !important;
  text-transform: uppercase !important;
}

.ablk-v68-home h1,
.ablk-v68-home h2 {
  margin: 0 !important;
  color: #efe8d8 !important;
  font-family: Impact, Haettenschweiler, "Arial Black", system-ui, sans-serif !important;
  text-transform: uppercase;
  letter-spacing: -.055em;
}

.ablk-v68-home h1 {
  max-width: 860px;
  font-size: clamp(3rem, 7vw, 6.8rem) !important;
  line-height: .82 !important;
}

.ablk-v68-home h2 {
  font-size: clamp(2.4rem, 5vw, 5.4rem) !important;
  line-height: .84 !important;
}

.ablk-v68-lede,
.ablk-v68-home p {
  color: rgba(239,232,216,.76);
}

.ablk-v68-lede {
  max-width: 54ch;
  margin: 14px 0 0 !important;
  font-size: clamp(.95rem, 1.2vw, 1.08rem);
  line-height: 1.55;
}

.ablk-v68-home .wp-block-buttons {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.ablk-v68-home .wp-block-button__link {
  min-height: 42px !important;
  border-radius: 7px !important;
  padding: .72rem 1rem !important;
  font-size: .72rem !important;
  font-weight: 950 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
}

.ablk-v68-primary .wp-block-button__link {
  background: linear-gradient(135deg, #f3c400, #d9ab00) !important;
  color: #080808 !important;
  border: 1px solid rgba(243,196,0,.55) !important;
}

.ablk-v68-secondary .wp-block-button__link,
.ablk-v68-home .is-style-outline .wp-block-button__link {
  background: rgba(239,232,216,.035) !important;
  color: #efe8d8 !important;
  border: 1px solid rgba(239,232,216,.22) !important;
}

.ablk-v68-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.ablk-v68-hero-chips p {
  margin: 0 !important;
  padding: .44rem .58rem;
  border: 1px solid rgba(239,232,216,.18);
  color: rgba(239,232,216,.72) !important;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  background: rgba(0,0,0,.18);
}

.ablk-v68-signal-row,
.ablk-v68-section,
.ablk-v68-category-grid,
.ablk-v68-trust-grid,
.ablk-v68-final-cta {
  width: min(100% - 28px, 1320px) !important;
  max-width: 1320px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.ablk-v68-signal-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 14px;
  padding: 10px 14px;
  border-left: 3px solid #f3c400;
  background: rgba(239,232,216,.035);
}

.ablk-v68-signal-row p {
  margin: 0 !important;
}

.ablk-v68-section,
.ablk-v68-final-cta {
  margin-top: 18px;
  padding: clamp(20px, 3vw, 42px);
  border: 1px solid rgba(239,232,216,.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 12%, rgba(243,196,0,.12), transparent 32%),
    linear-gradient(135deg, rgba(239,232,216,.045), rgba(239,232,216,.014)),
    #101014;
}

.ablk-v68-products .woocommerce {
  margin-top: 18px;
}

.ablk-v68-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.ablk-v68-category-card {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 18px;
  border: 1px solid rgba(239,232,216,.12);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(180deg, transparent, rgba(0,0,0,.82)),
    #0c0c0e;
}

.ablk-v68-cat-tees {
  background-image:
    linear-gradient(180deg, transparent, rgba(0,0,0,.86)),
    url("https://apparellyblank.com/wp-content/uploads/2026/06/category-tees.webp");
  background-size: cover;
  background-position: center;
}

.ablk-v68-cat-hoodies {
  background-image:
    linear-gradient(180deg, transparent, rgba(0,0,0,.86)),
    url("https://apparellyblank.com/wp-content/uploads/2026/06/category-hoodies.webp");
  background-size: cover;
  background-position: center;
}

.ablk-v68-cat-accessories {
  background-image:
    linear-gradient(180deg, transparent, rgba(0,0,0,.86)),
    url("https://apparellyblank.com/wp-content/uploads/2026/06/category-accessories.webp");
  background-size: cover;
  background-position: center;
}

.ablk-v68-category-card p {
  margin: 4px 0 0 !important;
  color: #f3c400 !important;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ablk-v68-fit-builder,
.ablk-v68-capsule {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 16px;
  align-items: stretch;
}

.ablk-v68-fit-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.ablk-v68-step {
  padding: 16px;
  border: 1px solid rgba(239,232,216,.12);
  background: rgba(0,0,0,.22);
  min-height: 150px;
  display: grid;
  align-content: end;
}

.ablk-v68-step p {
  margin: 0 !important;
  text-transform: uppercase;
  font-weight: 950;
  letter-spacing: .08em;
}

.ablk-v68-step strong {
  color: #f3c400;
}

.ablk-v68-step span {
  color: rgba(239,232,216,.58);
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}

.ablk-v68-capsule-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.ablk-v68-capsule-tile {
  min-height: 190px;
  background:
    radial-gradient(circle at 50% 0, rgba(243,196,0,.12), transparent 34%),
    #050505;
  border: 1px solid rgba(239,232,216,.10);
}

.ablk-v68-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.ablk-v68-trust-card {
  padding: 16px;
  border: 1px solid rgba(239,232,216,.12);
  background: rgba(0,0,0,.24);
}

.ablk-v68-trust-card p {
  margin: 0 !important;
  font-size: .9rem;
}

.ablk-v68-trust-card strong {
  color: #efe8d8;
  display: block;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .72rem;
}

.ablk-v68-final-cta {
  min-height: 260px;
  display: grid;
  align-content: center;
  background:
    radial-gradient(circle at 82% 16%, rgba(243,196,0,.16), transparent 34%),
    linear-gradient(135deg, rgba(239,232,216,.055), rgba(239,232,216,.012)),
    #101014;
}

@media (max-width: 900px) {
  .ablk-v68-hero {
    height: auto !important;
    grid-template-columns: 1fr;
  }

  .ablk-v68-hero-copy {
    min-height: 310px !important;
    height: auto;
    padding: 22px;
  }

  .ablk-v68-hero-media {
    height: clamp(220px, 62vw, 340px);
  }

  .ablk-v68-home h1 {
    font-size: clamp(2.8rem, 13vw, 4.9rem) !important;
  }

  .ablk-v68-home h2 {
    font-size: clamp(2.4rem, 11vw, 4rem) !important;
  }

  .ablk-v68-signal-row,
  .ablk-v68-fit-builder,
  .ablk-v68-capsule {
    grid-template-columns: 1fr;
    display: grid;
  }

  .ablk-v68-category-grid,
  .ablk-v68-trust-grid {
    grid-template-columns: 1fr;
  }

  .ablk-v68-fit-steps,
  .ablk-v68-capsule-grid {
    grid-template-columns: 1fr;
  }

  .ablk-v68-home .wp-block-buttons,
  .ablk-v68-home .wp-block-button,
  .ablk-v68-home .wp-block-button__link {
    width: 100%;
  }
}

/* APPARELLY BLANK — V69 No-Image Hero Product Wall */
.ablk-v69-hero-product-wall {
  position: relative;
  display: grid !important;
  grid-template-columns: .8fr 1.2fr;
  gap: 18px;
  align-items: center;
  padding: clamp(20px, 3vw, 46px);
  background:
    radial-gradient(circle at 74% 20%, rgba(243,196,0,.18), transparent 30%),
    radial-gradient(circle at 18% 78%, rgba(31,107,67,.16), transparent 34%),
    linear-gradient(135deg, #101014, #050505);
}

.ablk-v69-hero-product-wall::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .42;
  background:
    repeating-linear-gradient(90deg, rgba(239,232,216,.035) 0 1px, transparent 1px 70px),
    repeating-linear-gradient(0deg, rgba(239,232,216,.025) 0 1px, transparent 1px 70px);
}

.ablk-v69-product-signal,
.ablk-v69-product-grid {
  position: relative;
  z-index: 1;
}

.ablk-v69-product-kicker {
  margin: 0 0 12px !important;
  color: #f3c400 !important;
  font-size: .72rem !important;
  font-weight: 950 !important;
  letter-spacing: .22em !important;
  text-transform: uppercase !important;
}

.ablk-v69-product-signal h2 {
  color: #efe8d8 !important;
  font-family: Impact, Haettenschweiler, "Arial Black", system-ui, sans-serif !important;
  font-size: clamp(2.4rem, 5vw, 5.8rem) !important;
  line-height: .84 !important;
  letter-spacing: -.055em !important;
  text-transform: uppercase !important;
}

.ablk-v69-product-signal p {
  max-width: 30ch;
  color: rgba(239,232,216,.72) !important;
}

.ablk-v69-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ablk-v69-product-tile {
  min-height: clamp(110px, 13vw, 180px);
  display: grid;
  align-content: end;
  padding: 14px;
  border: 1px solid rgba(239,232,216,.14);
  background:
    radial-gradient(circle at 50% 0%, rgba(243,196,0,.12), transparent 32%),
    linear-gradient(135deg, rgba(239,232,216,.05), rgba(239,232,216,.012)),
    #070708;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.025);
}

.ablk-v69-product-tile p {
  margin: 0 !important;
  color: #efe8d8 !important;
  font-family: Impact, Haettenschweiler, "Arial Black", system-ui, sans-serif !important;
  font-size: clamp(1.8rem, 3vw, 3.8rem);
  line-height: .9;
  letter-spacing: -.035em;
}

.ablk-v69-product-tile.tile-two,
.ablk-v69-product-tile.tile-three {
  transform: translateY(18px);
}

@media (max-width: 900px) {
  .ablk-v69-hero-product-wall {
    grid-template-columns: 1fr;
    height: auto !important;
  }

  .ablk-v69-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ablk-v69-product-tile.tile-two,
  .ablk-v69-product-tile.tile-three {
    transform: none;
  }
}

/* APPARELLY BLANK — V70 Homepage Title Wrap Control */

/* Stop homepage titles from breaking words awkwardly */
.ablk-v68-home h1,
.ablk-v68-home h2,
.ablk-v68-home h3,
.ablk-v68-home .wp-block-heading,
.ablk-v68-home [class*="title"],
.ablk-v68-home [class*="headline"] {
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  text-wrap: balance;
}

/* Hero title: keep it large, but prevent cramped wrapping */
.ablk-v68-hero h1,
.ablk-v68-home h1 {
  max-width: 11ch !important;
  font-size: clamp(3.2rem, 7vw, 6.6rem) !important;
  line-height: .86 !important;
  letter-spacing: -.055em !important;
}

/* Section titles: cleaner phrase wrapping */
.ablk-v68-section h2,
.ablk-v68-category-card h2,
.ablk-v68-final-cta h2,
.ablk-v68-fit-builder h2,
.ablk-v68-capsule h2 {
  max-width: 12ch !important;
  font-size: clamp(2.6rem, 5vw, 5.1rem) !important;
  line-height: .88 !important;
  letter-spacing: -.052em !important;
}

/* Long headings get a little more breathing room */
.ablk-v68-capsule h2,
.ablk-v68-final-cta h2 {
  max-width: 15ch !important;
}

/* Product/card titles should never split mid-word */
.ablk-v68-home .woocommerce-loop-product__title,
.ablk-v68-home .product_title,
.ablk-v68-home .wc-block-grid__product-title,
.ablk-v68-home .woocommerce ul.products li.product .woocommerce-loop-product__title {
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  line-height: 1.05 !important;
}

/* Mobile: reduce headline size instead of letting words crash */
@media (max-width: 781px) {
  .ablk-v68-hero h1,
  .ablk-v68-home h1 {
    max-width: 10ch !important;
    font-size: clamp(2.8rem, 12vw, 4.6rem) !important;
    line-height: .88 !important;
  }

  .ablk-v68-section h2,
  .ablk-v68-category-card h2,
  .ablk-v68-final-cta h2,
  .ablk-v68-fit-builder h2,
  .ablk-v68-capsule h2 {
    max-width: 11ch !important;
    font-size: clamp(2.25rem, 10vw, 3.8rem) !important;
    line-height: .9 !important;
  }

  .ablk-v68-capsule h2,
  .ablk-v68-final-cta h2 {
    max-width: 13ch !important;
  }
}
