.index-v2-body{
  overflow-x:hidden;
}

.index-v2-hero{
  position:relative;
  min-height:82vh;
  display:flex;
  align-items:flex-end;
  padding:128px 0 72px;
  color:#fff;
  overflow:hidden;
  background:
    linear-gradient(135deg, rgba(3,47,84,.95), rgba(7,95,168,.88) 48%, rgba(0,199,217,.68)),
    image-set(
      url('/assets/img/v2/index-hero-store-v3.webp') type('image/webp'),
      url('/assets/img/v2/index-hero-store-v3.png') type('image/png')
    ) center right/cover no-repeat;
}
.index-v2-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size:48px 48px;
  mask-image:linear-gradient(to bottom, #000 0%, transparent 90%);
}
.index-v2-hero::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:140px;
  background:linear-gradient(to bottom, transparent, var(--store-bg));
}
.index-v2-hero-copy{
  position:relative;
  z-index:1;
  max-width:820px;
}
.index-v2-hero h1{
  max-width:780px;
  font-size:clamp(2.55rem, 5.4vw, 5.35rem);
  line-height:.96;
  letter-spacing:-.06em;
  margin:0 0 1.1rem;
}
.index-v2-search{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:.85rem;
  max-width:760px;
  padding:.62rem .72rem .62rem 1.05rem;
  border-radius:24px;
  background:#fff;
  box-shadow:0 28px 70px rgba(0,0,0,.24);
}
.index-v2-search i{
  color:var(--store-blue);
  font-size:1.35rem;
}
.index-v2-search input{
  border:0;
  outline:0;
  min-height:48px;
  font-size:1rem;
  color:var(--store-ink);
  width:100%;
}
.index-v2-search button{
  border:0;
  min-height:48px;
  padding:0 1.15rem;
  border-radius:16px;
  color:#fff;
  background:linear-gradient(135deg,var(--store-cyan),var(--store-blue));
  font-weight:900;
}
.index-v2-actions{
  display:flex;
  flex-wrap:wrap;
  gap:.8rem;
  margin-top:1rem;
}

.index-v2-strip{
  position:relative;
  z-index:2;
  margin-top:-36px;
}
.index-v2-strip-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1rem;
}
.index-v2-strip-grid div,
.index-v2-category,
.index-v2-product,
.index-v2-wide-cta{
  border:1px solid var(--store-line);
  background:rgba(255,255,255,.92);
  box-shadow:var(--store-shadow);
}
.index-v2-strip-grid div{
  display:grid;
  gap:.35rem;
  padding:1.15rem;
  border-radius:24px;
}
.index-v2-strip-grid i{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:15px;
  color:var(--store-blue);
  background:#eef4ff;
  font-size:1.25rem;
}
.index-v2-strip-grid strong{
  font-size:1.05rem;
}
.index-v2-strip-grid span{
  color:var(--store-muted);
}

.index-v2-section{
  padding:68px 0 0;
}
.index-v2-section-head{
  max-width:780px;
  margin-bottom:1.35rem;
}
.index-v2-section-head--row{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:1rem;
  max-width:none;
}
.index-v2-section h2{
  font-size:clamp(2rem, 3.2vw, 3.35rem);
  line-height:1;
  letter-spacing:-.05em;
  margin:0;
}
.index-v2-section .store-v2-eyebrow{
  color:var(--store-ink);
  background:#fff;
  border-color:var(--store-line);
  margin-bottom:.85rem;
}

.index-v2-category-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1rem;
}
.index-v2-category{
  display:grid;
  gap:.65rem;
  padding:1rem;
  border-radius:28px;
  text-decoration:none;
  color:var(--store-ink);
  transition:transform .2s ease, box-shadow .2s ease;
}
.index-v2-category:hover{
  color:var(--store-ink);
  transform:translateY(-4px);
  box-shadow:0 24px 60px rgba(15,23,42,.14);
}
.index-v2-category__icon{
  width:68px;
  height:68px;
  display:grid;
  place-items:center;
  border-radius:20px;
  color:#fff;
  background:linear-gradient(135deg,var(--store-cyan),var(--store-blue));
  box-shadow:0 18px 36px rgba(0,155,210,.18);
  font-size:1.8rem;
}
.index-v2-category strong{
  font-size:1.2rem;
}
.index-v2-category span{
  color:var(--store-muted);
}

.index-v2-featured{
  padding-top:76px;
}
.index-v2-product-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:1rem;
}
.index-v2-product{
  display:flex;
  flex-direction:column;
  min-height:100%;
  overflow:hidden;
  border-radius:28px;
  text-decoration:none;
  color:var(--store-ink);
  transition:transform .2s ease, box-shadow .2s ease;
}
.index-v2-product:hover{
  color:var(--store-ink);
  transform:translateY(-5px);
  box-shadow:0 24px 60px rgba(15,23,42,.14);
}
.index-v2-product__media{
  position:relative;
  flex:0 0 auto;
  height:240px;
  display:grid;
  place-items:center;
  padding:1rem;
  background:
    radial-gradient(circle at 50% 42%, #fff 0 34%, transparent 35%),
    linear-gradient(135deg,#f7faff,#edf3fb);
  overflow:hidden;
}
.index-v2-product__media img{
  display:block;
  box-sizing:border-box;
  width:100%;
  height:100%;
  max-width:220px;
  max-height:220px;
  object-fit:contain;
  padding:.35rem;
}
.index-v2-product__body{
  display:grid;
  gap:.45rem;
  position:relative;
  z-index:1;
  flex:1 1 auto;
  padding:1rem;
  background:#fff;
}
.index-v2-product__cat{
  color:var(--store-blue);
  font-weight:900;
  font-size:.74rem;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.index-v2-product__title{
  min-height:2.65em;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  font-weight:900;
  line-height:1.32;
}
.index-v2-product__price{
  font-size:1.25rem;
  font-weight:950;
  letter-spacing:-.04em;
}

.index-v2-wide-cta{
  display:grid;
  grid-template-columns:minmax(0, .9fr) minmax(0, 1.1fr);
  gap:1.4rem;
  align-items:center;
  padding:1rem;
  border-radius:30px;
  overflow:hidden;
}
.index-v2-wide-cta picture{
  display:block;
  height:100%;
}
.index-v2-wide-cta img{
  width:100%;
  height:100%;
  min-height:330px;
  object-fit:cover;
  border-radius:22px;
}
.index-v2-wide-cta div{
  padding:1.5rem;
}
.index-v2-wide-cta p{
  color:var(--store-muted);
  font-size:1.05rem;
  margin:1rem 0 1.25rem;
}

@media (max-width: 991.98px){
  .index-v2-hero{
    min-height:76vh;
    padding:112px 0 56px;
    background-position:center;
  }
  .index-v2-strip-grid,
  .index-v2-category-grid{
    grid-template-columns:1fr;
  }
  .index-v2-product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .index-v2-product__media{
    height:220px;
  }
  .index-v2-section-head--row{
    align-items:flex-start;
    flex-direction:column;
  }
  .index-v2-wide-cta{
    grid-template-columns:1fr;
  }
}

@media (max-width: 575.98px){
  .index-v2-hero{
    min-height:84vh;
  }
  .index-v2-search{
    grid-template-columns:auto 1fr;
  }
  .index-v2-search button{
    grid-column:1 / -1;
    width:100%;
  }
  .index-v2-product-grid{
    grid-template-columns:1fr;
  }
  .index-v2-product__media{
    height:215px;
  }
  .index-v2-wide-cta div{
    padding:.5rem;
  }
}
