/* Home membership product strip — works on page-wrapper.home gradient */
.page-wrapper.home .kn-memstrip{
  width:100%;
  max-width:none;
  margin:0 auto 0;
  padding:2rem 0 1.5rem;
  box-sizing:border-box;
}
.page-wrapper.home .kn-memstrip__head{
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  justify-content:space-between;
  gap:.75rem 1.5rem;
  margin-bottom:1.15rem;
  padding:0 .15rem;
}
.page-wrapper.home .kn-memstrip__eyebrow{
  font-size:.75rem;
  font-weight:650;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:rgba(252,252,252,.85)!important;
  margin:0;
}
.page-wrapper.home .kn-memstrip__title{
  font-size:clamp(1.45rem,2.5vw,1.95rem);
  font-weight:700;
  letter-spacing:-.03em;
  line-height:1.12;
  color:#fcfcfc!important;
  margin:.25rem 0 0;
  max-width:34rem;
}
.page-wrapper.home .kn-memstrip__price{
  font-size:.95rem;
  color:rgba(252,252,252,.78)!important;
  margin:0;
}
.page-wrapper.home .kn-memstrip__price strong{
  color:#fcfcfc!important;
  font-weight:650;
}
.page-wrapper.home .kn-memstrip__track{
  display:flex;
  gap:1rem;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;
  padding:.35rem .15rem 1.25rem;
  margin:0 -.15rem;
  scrollbar-width:thin;
  scrollbar-color:rgba(252,252,252,.35) transparent;
}
.page-wrapper.home .kn-memstrip__card{
  flex:0 0 min(18.5rem,78vw);
  scroll-snap-align:start;
  background:rgba(252,252,252,.96);
  border:1px solid rgba(28,25,23,.08);
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 12px 36px rgba(28,25,23,.14);
  display:flex;
  flex-direction:column;
  min-height:22.5rem;
}
.page-wrapper.home .kn-memstrip__media{
  position:relative;
  background:linear-gradient(160deg,#ebe4d8 0%,#f7f3ec 55%,#e2d9ca 100%);
  height:12.5rem;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  padding:.85rem .85rem 0;
  overflow:hidden;
}
.page-wrapper.home .kn-memstrip__media img{
  width:auto;
  max-width:58%;
  max-height:11.5rem;
  height:auto;
  object-fit:contain;
  border-radius:14px 14px 0 0;
  box-shadow:0 10px 28px rgba(28,25,23,.18);
  display:block;
}
.page-wrapper.home .kn-memstrip__media--icon{
  align-items:center;
  justify-content:center;
  padding:0;
}
.page-wrapper.home .kn-memstrip__icon{
  width:4.25rem;
  height:4.25rem;
  border-radius:1.15rem;
  background:rgba(252,252,252,.92);
  border:1px solid rgba(28,25,23,.08);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1.75rem;
  box-shadow:0 6px 18px rgba(28,25,23,.08);
}
.page-wrapper.home .kn-memstrip__body{
  padding:1rem 1.1rem 1.2rem;
  display:flex;
  flex-direction:column;
  gap:.4rem;
  flex:1;
}
.page-wrapper.home .kn-memstrip__label{
  font-size:.7rem;
  font-weight:650;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#5e7034!important;
  margin:0;
}
.page-wrapper.home .kn-memstrip__h{
  font-size:1.1rem;
  font-weight:700;
  letter-spacing:-.02em;
  line-height:1.2;
  color:#1c1917!important;
  margin:0;
}
.page-wrapper.home .kn-memstrip__p{
  font-size:.92rem;
  line-height:1.45;
  color:rgba(28,25,23,.78)!important;
  margin:0;
  flex:1;
}
.page-wrapper.home .kn-memstrip__cta-row{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:.85rem 1.25rem;
  margin-top:1.15rem;
  padding:0 .15rem .25rem;
}
.page-wrapper.home .kn-memstrip__cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#d14f35!important;
  color:#fcfcfc!important;
  font-weight:650;
  font-size:.98rem;
  text-decoration:none!important;
  border-radius:8px;
  padding:.9rem 1.4rem;
  border:none;
}
.page-wrapper.home .kn-memstrip__cta:hover{
  background:#b8432d!important;
  color:#fcfcfc!important;
}
.page-wrapper.home .kn-memstrip__cta-sub{
  font-size:.9rem;
  color:rgba(252,252,252,.8)!important;
  margin:0;
}
.page-wrapper.home .kn-memstrip__cta-sub a{
  color:#fcfcfc!important;
  font-weight:600;
  text-decoration:underline;
  text-underline-offset:.15em;
}
@media screen and (max-width:767px){
  .page-wrapper.home .kn-memstrip__card{flex-basis:min(16.5rem,82vw);min-height:20.5rem}
  .page-wrapper.home .kn-memstrip__media{height:11rem}
  .page-wrapper.home .kn-memstrip__cta{width:100%}
}
