/* Keep the live Home Wise choices primary and product availability unambiguous. */
.hollow-wise-home[data-home-view="today"] .product-choice h2 {
  box-sizing: border-box;
  width: 100%;
  max-width: calc(100% - 1rem);
  padding-inline: 0.5rem;
  font-size: clamp(1.55rem, 3.2vw, 2.25rem);
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.hollow-wise-home[data-home-view="today"] .product-choice--beta .product-choice__disc {
  width: min(78%, 11.5rem);
  background:
    radial-gradient(circle at 34% 28%, rgb(209 194 142 / 18%), transparent 38%),
    linear-gradient(145deg, #304f3e, #6f8062);
}

.product-choice__beta-title {
  position: relative;
  z-index: 1;
  display: block;
  color: var(--hw-parchment);
}

.product-choice__beta-title {
  display: grid;
  max-width: 100%;
  font-family: var(--hw-font-display);
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

@media (max-height: 48rem) and (min-width: 38.01rem) {
  .hollow-wise-home[data-home-view="today"] .hollow-wise-home__intro {
    padding-block: 1rem;
  }

  .hollow-wise-home[data-home-view="today"] .hollow-wise-home__intro h1 {
    max-width: 14ch;
    font-size: clamp(2.75rem, 7vh, 3.75rem);
  }

  .hollow-wise-home[data-home-view="today"] .product-choice__disc {
    width: min(100%, 12.5rem);
  }

  .hollow-wise-home[data-home-view="today"] .product-choice--beta .product-choice__disc {
    width: min(70%, 9.5rem);
  }

  .hollow-wise-home[data-home-view="today"] .product-choice h2 {
    font-size: 1.9rem;
  }

  .hollow-wise-home[data-home-view="today"] .product-choice > .product-choice__description {
    font-size: 0.68rem;
  }
}

@media (max-width: 26rem) {
  .hollow-wise-home[data-home-view="today"] .hollow-wise-home__intro {
    padding: 0.85rem 1rem;
  }

  .hollow-wise-home[data-home-view="today"] .hollow-wise-home__intro h1 {
    font-size: 2.65rem;
  }

  .hollow-wise-home[data-home-view="today"] .hollow-wise-home__intro .hw-lede {
    font-size: 0.9rem;
    line-height: 1.35;
  }

  .hollow-wise-home[data-home-view="today"] .product-choice__disc {
    width: min(100%, 10rem);
  }

  .hollow-wise-home[data-home-view="today"] .product-choice--beta .product-choice__disc {
    width: min(100%, 7.5rem);
  }

  .hollow-wise-home[data-home-view="today"] .product-choice {
    gap: 0.35rem;
  }

  .hollow-wise-home[data-home-view="today"] .product-choice h2 {
    font-size: 1.35rem;
    line-height: 0.9;
    white-space: nowrap;
  }

  .product-choice__beta-title {
    font-size: 1.1rem;
  }

}

.hollow-wise-home[data-home-view="today"] .product-choice--home h2 {
  display: grid;
  gap: 0.12rem;
  font-size: clamp(1.2rem, 2.4vw, 1.8rem);
  line-height: 0.9;
}

.hollow-wise-home[data-home-view="today"] .product-choice--home h2 span:first-child {
  font-family: var(--hw-font-ui);
  font-size: 0.55em;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Compact launcher: one screen, three decisions, no explanatory layer. */
body.hollow-wise-home {
  overflow-x: clip;
}

.hollow-wise-home__header {
  min-width: 0;
}

.hollow-wise-home__header .hw-brand {
  flex: 0 0 auto;
}

.hollow-wise-home .hw-site-nav {
  min-width: 0;
  flex: 0 1 auto;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.hollow-wise-home .hw-site-nav > a,
.hollow-wise-home .hw-account-menu__trigger {
  white-space: nowrap;
}

.hollow-wise-home[data-home-view="today"] .hollow-wise-home__main {
  display: grid;
  grid-template-rows: auto auto;
  align-content: start;
  gap: clamp(0.6rem, 1.6vh, 1rem);
  padding-block: clamp(0.6rem, 1.5vh, 1rem);
}

.hollow-wise-home[data-home-view="today"] .hollow-wise-home__intro {
  margin: 0;
  padding: clamp(1.2rem, 2.5vw, 2rem) clamp(1.25rem, 3.5vw, 2.75rem);
  border-radius: 1.75rem;
}

.hollow-wise-home[data-home-view="today"] .hollow-wise-home__intro::after {
  inset: 0.65rem;
  border-radius: 1.25rem;
}

.hollow-wise-home[data-home-view="today"] .hollow-wise-home__intro h1 {
  max-width: 12ch;
  margin-block: 0.35rem 0;
  font-size: clamp(3rem, 5.5vw, 5.25rem);
  line-height: 0.88;
}

.hollow-wise-home[data-home-view="today"] .product-switcher {
  align-self: start;
  width: min(100%, 48rem);
  grid-template-columns: minmax(0, 16rem) minmax(0, 13.5rem);
  justify-content: center;
  gap: clamp(1.25rem, 5vw, 4rem);
  margin: 0 auto;
  padding: 0.35rem 0;
}

.hollow-wise-home[data-home-view="today"] .product-choice__disc {
  width: min(100%, 13.5rem);
}

.hollow-wise-home[data-home-view="today"] .product-choice--beta .product-choice__disc {
  width: min(100%, 11rem);
}

@media (min-width: 48rem) and (max-width: 68rem) {
  .hollow-wise-home .hw-site-nav {
    gap: 0.4rem 0.85rem;
  }

  .hollow-wise-home .hw-site-nav a {
    font-size: 0.82rem;
  }
}

@media (max-width: 47.99rem) {
  .hollow-wise-home[data-home-view="today"] .hollow-wise-home__main {
    gap: 0.45rem;
    padding-block: 0.45rem;
  }

  .hollow-wise-home[data-home-view="today"] .hollow-wise-home__intro {
    padding: 0.9rem 1rem;
    border-radius: 1.25rem;
  }

  .hollow-wise-home[data-home-view="today"] .hollow-wise-home__intro::after {
    inset: 0.4rem;
    border-radius: 0.95rem;
  }

  .hollow-wise-home[data-home-view="today"] .hollow-wise-home__intro h1 {
    margin-block-start: 0.2rem;
    font-size: clamp(2.4rem, 13vw, 3.2rem);
  }

  .hollow-wise-home[data-home-view="today"] .product-switcher {
    width: 100%;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.82fr);
    gap: 0.5rem;
    padding-block: 0.2rem;
  }

  .hollow-wise-home[data-home-view="today"] .product-choice__disc {
    width: min(100%, 9.5rem);
  }

  .hollow-wise-home[data-home-view="today"] .product-choice--beta .product-choice__disc {
    width: min(100%, 7.75rem);
  }

  .hollow-wise-home[data-home-view="today"] .product-choice--beta .product-choice__beta-title {
    box-sizing: border-box;
    width: 100%;
    padding-inline: 0.35rem;
    font-size: clamp(1.05rem, 4.2vw, 1.2rem);
    letter-spacing: -0.04em;
  }
}

/* Phone-widget surfaces: the entire image-backed tile is the action. */
.hollow-wise-home[data-home-view="today"] .product-choice__disc {
  overflow: visible;
  border: 0;
  border-radius: 24%;
  background: transparent;
  box-shadow: none;
  transition: filter 160ms ease, transform 160ms ease;
}

.hollow-wise-home[data-home-view="today"] .product-choice__disc::before,
.hollow-wise-home[data-home-view="today"] .product-choice__disc::after {
  display: none;
  content: none;
}

.hollow-wise-home[data-home-view="today"] .product-choice__surface {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
  pointer-events: none;
  user-select: none;
}

.hollow-wise-home[data-home-view="today"] .product-choice h2,
.hollow-wise-home[data-home-view="today"] .product-choice__beta-title {
  position: relative;
  z-index: 1;
}

.hollow-wise-home[data-home-view="today"] .product-choice:hover .product-choice__disc {
  filter: brightness(1.04);
  transform: translateY(-0.08rem);
}

.hollow-wise-home[data-home-view="today"] .product-choice:active .product-choice__disc {
  filter: brightness(0.96);
  box-shadow: none;
  transform: translateY(0.12rem) scale(0.985);
}

@media (prefers-reduced-motion: reduce) {
  .hollow-wise-home[data-home-view="today"] .product-choice__disc {
    transition: none;
  }
}
