.home-recommendations {
  max-width: none;
  margin: clamp(34px, 6vw, 72px) 0 0;
  padding: 0 clamp(12px, 2vw, 24px);
}

.home-recommendations .catalog-head {
  width: min(1160px, 100%);
  margin: 0 auto 18px;
  align-items: end;
}

.home-recommendations .catalog-head h2 {
  max-width: 880px;
}

.home-feature-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(12px, 1.4vw, 18px);
}

.home-feature-panel {
  position: relative;
  min-height: clamp(620px, 78vh, 880px);
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0;
  background:
    radial-gradient(circle at 50% 100%, rgba(14, 136, 135, 0.14), transparent 34%),
    #f5f5f7;
  color: #111827;
}

.home-feature-panel-large {
  grid-column: 1 / -1;
  min-height: clamp(620px, 78vh, 880px);
}

.home-feature-copy {
  position: relative;
  z-index: 2;
  width: min(760px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(44px, 6vw, 74px) 0 16px;
  text-align: center;
}

.home-feature-kicker {
  margin: 0 0 10px;
  color: #15735f;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-feature-copy h3 {
  margin: 0;
  color: #111827;
  font-size: clamp(2.8rem, 7vw, 5.8rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.home-feature-copy p:not(.home-feature-kicker) {
  width: min(680px, 100%);
  margin: 16px auto 0;
  color: #4b5563;
  font-size: clamp(1.05rem, 2vw, 1.58rem);
  line-height: 1.45;
}

.home-feature-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
}

.home-feature-actions a,
.home-feature-actions button {
  min-height: 42px;
  border-radius: 999px;
  padding: 0 22px;
  border: 1px solid #1473e6;
  background: #1473e6;
  color: #fff;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  display: inline-grid;
  place-items: center;
  cursor: pointer;
}

.home-feature-actions a {
  background: transparent;
  color: #1473e6;
}

.home-feature-actions button:disabled {
  cursor: not-allowed;
  border-color: #cbd5e1;
  background: #cbd5e1;
  color: #64748b;
}

.home-feature-favorite {
  width: 42px;
  min-width: 42px;
  padding: 0;
  border-color: rgba(15, 23, 42, 0.14);
  background: #fff;
  color: #64748b;
}

.home-feature-favorite span::before {
  content: "♡";
  font-size: 1.2rem;
  line-height: 1;
}

.home-feature-favorite.active span::before {
  content: "♥";
  color: #e11d48;
}

.home-feature-media {
  position: relative;
  display: grid;
  align-items: end;
  justify-items: center;
  min-height: 0;
  padding: 8px clamp(16px, 5vw, 72px) clamp(20px, 5vw, 64px);
  text-decoration: none;
}

.home-feature-media img {
  width: min(82vw, 920px);
  max-width: 100%;
  height: min(55vh, 520px);
  object-fit: contain;
  filter: drop-shadow(0 30px 42px rgba(15, 23, 42, 0.18));
}

.home-feature-panel:not(.home-feature-panel-large) .home-feature-media img {
  width: min(82vw, 920px);
  height: min(55vh, 520px);
}

.dev-home-recommendation-sequence {
  display: grid;
  gap: 12px;
}

.dev-home-recommendation-row {
  align-items: stretch;
}

.dev-home-recommendation-copy {
  min-width: 0;
  display: grid;
  gap: 10px;
}

.dev-home-recommendation-copy label {
  margin: 0;
}

@media (max-width: 860px) {
  .home-feature-showcase {
    grid-template-columns: 1fr;
  }

  .home-feature-panel,
  .home-feature-panel-large {
    grid-column: auto;
    min-height: 620px;
  }

  .home-feature-copy {
    padding-top: 42px;
  }

  .home-feature-panel:not(.home-feature-panel-large) .home-feature-media img,
  .home-feature-media img {
    width: min(86vw, 520px);
    height: min(42vh, 380px);
  }
}

@media (max-width: 560px) {
  .home-recommendations {
    padding-inline: 8px;
  }

  .home-feature-panel,
  .home-feature-panel-large {
    min-height: 560px;
  }

  .home-feature-copy h3,
  .home-feature-panel:not(.home-feature-panel-large) .home-feature-copy h3 {
    font-size: clamp(2rem, 14vw, 3.6rem);
  }

  .home-feature-actions {
    gap: 8px;
  }

  .home-feature-actions a,
  .home-feature-actions button {
    min-height: 40px;
    padding-inline: 16px;
  }
}

/* Final immersive featured panels v20260616-hero8. */
.home-feature-panel {
  min-height: clamp(620px, 82vh, 920px);
  grid-template-rows: 1fr;
  border: 0;
  border-radius: 18px;
  background: #14110f;
  box-shadow: 0 28px 72px rgba(58, 35, 12, 0.18);
  isolation: isolate;
}

.home-feature-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(20, 13, 7, 0.74) 0%, rgba(20, 13, 7, 0.46) 26%, rgba(20, 13, 7, 0.12) 54%, rgba(20, 13, 7, 0.06) 100%),
    linear-gradient(180deg, rgba(20, 13, 7, 0.12) 0%, rgba(20, 13, 7, 0.34) 100%);
}

.home-feature-copy {
  position: absolute;
  top: 50%;
  left: clamp(28px, 5vw, 88px);
  z-index: 3;
  width: min(42vw, 560px);
  margin: 0;
  padding: 0;
  text-align: left;
  transform: translateY(-50%);
}

.home-feature-kicker {
  margin: 0 0 14px;
  color: rgba(255, 241, 216, 0.92);
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
}

.home-feature-copy h3 {
  color: #fff7ea;
  font-size: clamp(3rem, 6.4vw, 6.3rem);
  line-height: 0.94;
  text-shadow: 0 16px 40px rgba(0, 0, 0, 0.34);
}

.home-feature-copy p:not(.home-feature-kicker) {
  width: min(100%, 520px);
  margin: 18px 0 0;
  color: rgba(255, 244, 226, 0.9);
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.home-feature-actions {
  justify-content: flex-start;
  margin-top: 26px;
}

.home-feature-actions a {
  border-color: rgba(255, 245, 231, 0.82);
  color: #fff7ea;
}

.home-feature-actions button {
  border-color: transparent;
}

.home-feature-favorite {
  border-color: rgba(255, 244, 226, 0.34);
  background: rgba(255, 248, 238, 0.14);
  color: #fff7ea;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.home-feature-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  padding: 0;
}

.home-feature-media img,
.home-feature-panel:not(.home-feature-panel-large) .home-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: none;
}

@media (max-width: 860px) {
  .home-feature-panel,
  .home-feature-panel-large {
    min-height: 560px;
    border-radius: 16px;
  }

  .home-feature-copy {
    left: 22px;
    right: 22px;
    top: auto;
    bottom: 28px;
    width: auto;
    transform: none;
  }

  .home-feature-copy h3 {
    font-size: clamp(2.5rem, 11vw, 4.2rem);
  }

  .home-feature-copy p:not(.home-feature-kicker) {
    max-width: 32rem;
  }
}

@media (max-width: 560px) {
  .home-feature-panel,
  .home-feature-panel-large {
    min-height: 460px;
    border-radius: 14px;
  }

  .home-feature-copy {
    left: 18px;
    right: 18px;
    bottom: 20px;
  }

  .home-feature-actions {
    gap: 10px;
  }
}

/* Final seamless product showcase v20260616-hero16. */
.home-recommendations {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(56px, 7vw, 96px) 0 0;
  background: transparent !important;
}

.home-recommendations .catalog-head {
  width: min(1040px, calc(100% - 56px));
  margin: 0 auto clamp(22px, 4vw, 42px);
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.home-feature-showcase {
  width: min(1180px, calc(100% - 56px));
  margin: 0 auto;
  gap: 0;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 34px 90px rgba(52, 32, 12, 0.18);
}

.home-feature-panel,
.home-feature-panel-large {
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}

.home-feature-panel + .home-feature-panel {
  margin-top: 0;
}

@media (max-width: 860px) {
  .home-recommendations .catalog-head,
  .home-feature-showcase {
    width: min(100%, calc(100% - 28px));
  }

  .home-feature-showcase {
    border-radius: 18px;
  }
}

/* Final white full-page product stories v20260616-hero16. */
html body.view-home .home-recommendations {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(58px, 7vw, 104px) 0 0 !important;
  background: #ffffff !important;
}

html body.view-home .home-recommendations .catalog-head {
  width: min(1120px, calc(100% - 48px)) !important;
  margin: 0 auto clamp(34px, 5vw, 68px) !important;
  padding: 0 !important;
  background: #ffffff !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body.view-home .home-recommendations .catalog-head .section-kicker {
  margin-bottom: 12px;
}

html body.view-home .home-recommendations .catalog-head h2 {
  max-width: 780px;
  font-size: clamp(3rem, 7vw, 6.6rem);
  line-height: 0.95;
  letter-spacing: 0;
}

html body.view-home .home-feature-showcase {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  display: grid !important;
  gap: 0 !important;
  overflow: visible !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #ffffff !important;
}

html body.view-home .home-feature-panel,
html body.view-home .home-feature-panel-large {
  min-height: clamp(720px, 88vh, 1020px) !important;
  margin: 0 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  box-shadow: none !important;
  background: #ffffff !important;
}

html body.view-home .home-feature-panel + .home-feature-panel {
  margin-top: 14px !important;
}

html body.view-home .home-feature-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0.28) 31%, rgba(0, 0, 0, 0.06) 58%, rgba(0, 0, 0, 0) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.26));
}

html body.view-home .home-feature-copy {
  z-index: 2 !important;
  left: max(52px, calc((100vw - 1120px) / 2)) !important;
  top: 50% !important;
  bottom: auto !important;
  width: min(560px, calc(100vw - 72px)) !important;
  transform: translateY(-50%) !important;
  color: #fffaf0 !important;
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.36);
}

html body.view-home .home-feature-kicker {
  color: rgba(255, 250, 240, 0.86) !important;
  letter-spacing: 0 !important;
}

html body.view-home .home-feature-copy h3 {
  max-width: 10ch;
  color: #fffaf0 !important;
  font-size: clamp(4.4rem, 10vw, 10rem) !important;
  line-height: 0.9 !important;
  letter-spacing: 0 !important;
}

html body.view-home .home-feature-copy p:not(.home-feature-kicker) {
  max-width: 34rem !important;
  color: rgba(255, 250, 240, 0.88) !important;
  font-size: clamp(1.35rem, 2.1vw, 2rem) !important;
  line-height: 1.38 !important;
}

html body.view-home .home-feature-actions a,
html body.view-home .home-feature-actions button {
  text-shadow: none !important;
}

html body.view-home .home-feature-media {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  background: #ffffff !important;
}

html body.view-home .home-feature-media img,
html body.view-home .home-feature-panel:not(.home-feature-panel-large) .home-feature-media img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
}

html body.view-home .home-feature-panel.uses-product-visual {
  background:
    radial-gradient(circle at 72% 48%, rgba(17, 24, 39, 0.08), transparent 0 19%, transparent 36%),
    linear-gradient(180deg, #ffffff 0%, #f8f8f6 100%) !important;
}

html body.view-home .home-feature-panel.uses-product-visual::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.76) 38%, rgba(255, 255, 255, 0.18) 62%, rgba(255, 255, 255, 0) 100%) !important;
}

html body.view-home .home-feature-panel.uses-product-visual .home-feature-copy {
  color: #111827 !important;
  text-shadow: none !important;
}

html body.view-home .home-feature-panel.uses-product-visual .home-feature-kicker {
  color: rgba(17, 24, 39, 0.58) !important;
}

html body.view-home .home-feature-panel.uses-product-visual .home-feature-copy h3 {
  color: #111827 !important;
}

html body.view-home .home-feature-panel.uses-product-visual .home-feature-copy p:not(.home-feature-kicker) {
  color: rgba(17, 24, 39, 0.66) !important;
}

html body.view-home .home-feature-panel.uses-product-visual .home-feature-media {
  left: 38% !important;
  width: 62% !important;
  background: transparent !important;
}

html body.view-home .home-feature-panel.uses-product-visual .home-feature-media img,
html body.view-home .home-feature-panel.uses-product-visual:not(.home-feature-panel-large) .home-feature-media img {
  object-fit: contain !important;
  object-position: center center !important;
  padding: clamp(42px, 7vw, 112px) clamp(36px, 6vw, 104px) !important;
}

html body.view-home .home-feature-panel.uses-product-visual:nth-child(even)::before {
  background:
    linear-gradient(270deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.76) 38%, rgba(255, 255, 255, 0.18) 62%, rgba(255, 255, 255, 0) 100%) !important;
}

html body.view-home .home-feature-panel.uses-product-visual:nth-child(even) .home-feature-media {
  left: 0 !important;
  right: auto !important;
}

@media (min-width: 1100px) {
  html body.view-home .home-feature-panel:nth-child(even)::before {
    background:
      linear-gradient(270deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.24) 34%, rgba(0, 0, 0, 0.04) 62%, rgba(0, 0, 0, 0) 100%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.24));
  }

  html body.view-home .home-feature-panel:nth-child(even) .home-feature-copy {
    left: auto !important;
    right: max(52px, calc((100vw - 1120px) / 2)) !important;
  }
}

@media (max-width: 860px) {
  html body.view-home .home-recommendations {
    padding-top: 48px !important;
  }

  html body.view-home .home-recommendations .catalog-head {
    width: min(100%, calc(100% - 32px)) !important;
    margin-bottom: 28px !important;
  }

  html body.view-home .home-feature-panel,
  html body.view-home .home-feature-panel-large {
    min-height: 680px !important;
  }

  html body.view-home .home-feature-copy {
    left: 24px !important;
    right: 24px !important;
    top: auto !important;
    bottom: 42px !important;
    width: auto !important;
    transform: none !important;
  }

  html body.view-home .home-feature-panel::before {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.2) 48%, rgba(0, 0, 0, 0.66) 100%);
  }

  html body.view-home .home-feature-panel.uses-product-visual::before,
  html body.view-home .home-feature-panel.uses-product-visual:nth-child(even)::before {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.72) 54%, #ffffff 100%) !important;
  }

  html body.view-home .home-feature-panel.uses-product-visual .home-feature-media {
    inset: 0 !important;
    width: 100% !important;
  }

  html body.view-home .home-feature-panel.uses-product-visual .home-feature-media img,
  html body.view-home .home-feature-panel.uses-product-visual:not(.home-feature-panel-large) .home-feature-media img {
    padding: 48px 18px 210px !important;
    object-position: center top !important;
  }

  html body.view-home .home-feature-copy h3 {
    font-size: clamp(3.6rem, 15vw, 6.2rem) !important;
  }
}

/* Final fallback product visual layout v20260616-hero16. */
html body.view-home .home-feature-panel.uses-product-visual {
  display: block !important;
  min-height: clamp(620px, 82vh, 900px) !important;
}

html body.view-home .home-feature-panel.uses-product-visual .home-feature-copy {
  top: 50% !important;
  bottom: auto !important;
  width: min(520px, calc(50vw - 84px)) !important;
  max-width: 520px !important;
  transform: translateY(-50%) !important;
}

html body.view-home .home-feature-panel.uses-product-visual:not(:nth-child(even)) .home-feature-copy {
  left: max(56px, calc((100vw - 1120px) / 2)) !important;
  right: auto !important;
}

html body.view-home .home-feature-panel.uses-product-visual:nth-child(even) .home-feature-copy {
  left: auto !important;
  right: max(56px, calc((100vw - 1120px) / 2)) !important;
}

html body.view-home .home-feature-panel.uses-product-visual .home-feature-copy h3 {
  max-width: 100% !important;
  font-size: clamp(3.8rem, 6vw, 6.8rem) !important;
  line-height: 0.94 !important;
  letter-spacing: 0 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

html body.view-home .home-feature-panel.uses-product-visual .home-feature-copy p:not(.home-feature-kicker) {
  max-width: 30rem !important;
  font-size: clamp(1.2rem, 1.65vw, 1.55rem) !important;
  line-height: 1.42 !important;
}

html body.view-home .home-feature-panel.uses-product-visual .home-feature-media {
  top: 0 !important;
  bottom: 0 !important;
  width: 50% !important;
}

html body.view-home .home-feature-panel.uses-product-visual:not(:nth-child(even)) .home-feature-media {
  left: auto !important;
  right: 0 !important;
}

html body.view-home .home-feature-panel.uses-product-visual:nth-child(even) .home-feature-media {
  left: 0 !important;
  right: auto !important;
}

html body.view-home .home-feature-panel.uses-product-visual .home-feature-media img,
html body.view-home .home-feature-panel.uses-product-visual:not(.home-feature-panel-large) .home-feature-media img {
  padding: clamp(56px, 8vw, 116px) clamp(42px, 7vw, 120px) !important;
}

@media (max-width: 980px) {
  html body.view-home .home-feature-panel.uses-product-visual .home-feature-copy {
    width: min(460px, calc(52vw - 48px)) !important;
  }

  html body.view-home .home-feature-panel.uses-product-visual .home-feature-copy h3 {
    font-size: clamp(3.2rem, 6.8vw, 5.4rem) !important;
  }
}

@media (max-width: 760px) {
  html body.view-home .home-feature-panel.uses-product-visual .home-feature-copy,
  html body.view-home .home-feature-panel.uses-product-visual:not(:nth-child(even)) .home-feature-copy,
  html body.view-home .home-feature-panel.uses-product-visual:nth-child(even) .home-feature-copy {
    left: 24px !important;
    right: 24px !important;
    top: auto !important;
    bottom: 38px !important;
    width: auto !important;
    max-width: none !important;
    transform: none !important;
  }

  html body.view-home .home-feature-panel.uses-product-visual .home-feature-copy h3 {
    font-size: clamp(3rem, 13vw, 5.2rem) !important;
  }
}

/* Final connected product stream v20260630-product-flow1. */
html body.view-home .home-recommendations {
  margin-top: clamp(14px, 2.6vw, 30px) !important;
  padding: 0 clamp(16px, 3.2vw, 44px) clamp(40px, 5vw, 76px) !important;
}

html body.view-home .home-recommendations .catalog-head {
  display: none !important;
}

html body.view-home .home-feature-showcase {
  width: min(1240px, 100%) !important;
  margin: 0 auto !important;
  gap: clamp(18px, 2.4vw, 30px) !important;
}

html body.view-home .home-feature-panel,
html body.view-home .home-feature-panel-large,
html body.view-home .home-feature-panel.uses-product-visual {
  min-height: clamp(500px, 68svh, 690px) !important;
  max-height: 720px !important;
  border-radius: 22px !important;
}

html body.view-home .home-feature-panel.uses-product-visual .home-feature-copy {
  width: min(460px, calc(47vw - 64px)) !important;
}

html body.view-home .home-feature-panel.uses-product-visual .home-feature-copy h3 {
  font-size: clamp(3.05rem, 5.2vw, 5.5rem) !important;
}

html body.view-home .home-feature-panel.uses-product-visual .home-feature-copy p:not(.home-feature-kicker) {
  font-size: clamp(1rem, 1.22vw, 1.24rem) !important;
}

html body.view-home .home-feature-panel.uses-product-visual .home-feature-media img,
html body.view-home .home-feature-panel.uses-product-visual:not(.home-feature-panel-large) .home-feature-media img {
  padding: clamp(36px, 5vw, 82px) clamp(30px, 5vw, 86px) !important;
}

@media (max-width: 860px) {
  html body.view-home .home-recommendations {
    margin-top: 18px !important;
    padding-inline: 16px !important;
  }

  html body.view-home .home-feature-panel,
  html body.view-home .home-feature-panel-large,
  html body.view-home .home-feature-panel.uses-product-visual {
    min-height: min(640px, 76svh) !important;
    max-height: none !important;
  }
}

@media (max-width: 560px) {
  html body.view-home .home-feature-panel,
  html body.view-home .home-feature-panel-large,
  html body.view-home .home-feature-panel.uses-product-visual {
    min-height: min(590px, 74svh) !important;
  }
}
