/* =========================================================
   HOME — Benefiteo premium 2026
   Additive polish only. Does NOT rewrite core grids.
   ========================================================= */

body.is-home {
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  background:
    radial-gradient(1000px 480px at 92% -8%, rgba(36, 72, 198, 0.1), transparent 55%),
    radial-gradient(820px 420px at -5% 18%, rgba(6, 18, 47, 0.04), transparent 50%),
    var(--paper);
}

/* ——— Nav ——— */
body.is-home .shop-nav {
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(22px) saturate(1.35);
  -webkit-backdrop-filter: blur(22px) saturate(1.35);
  border-bottom: 1px solid transparent;
  box-shadow: none;
  transition: background 0.35s var(--ease), border-color 0.35s, box-shadow 0.35s;
}
body.is-home .shop-nav.is-scrolled {
  background: rgba(255, 255, 255, 0.88);
  border-bottom-color: rgba(6, 18, 47, 0.07);
  box-shadow: 0 16px 40px rgba(6, 18, 47, 0.07);
}
body.is-home .shop-nav-inner {
  max-width: 1280px;
  padding-block: 0.65rem;
}
body.is-home .shop-logo {
  transition: transform 0.25s var(--ease), opacity 0.25s;
}
body.is-home .shop-logo:hover {
  transform: translateY(-1px);
  opacity: 0.9;
}
body.is-home .shop-nav-links {
  background: transparent;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
body.is-home .shop-nav-links a {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--ink-soft);
  background: transparent;
}
body.is-home .shop-nav-links a .nav-i { display: none; }
body.is-home .shop-nav-links a.is-active {
  background: transparent;
  color: var(--ink);
  box-shadow: none;
}
body.is-home .shop-nav-actions {
  background: transparent;
  border: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
body.is-home .shop-icon-btn {
  height: 40px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
  font-size: 0.86rem;
  transition: transform 0.2s var(--ease), box-shadow 0.2s, border-color 0.2s, background 0.2s;
}
body.is-home .shop-icon-btn:hover {
  transform: translateY(-1px);
  background: #fff;
  border-color: rgba(36, 72, 198, 0.14);
  box-shadow: 0 10px 24px rgba(36, 72, 198, 0.1);
}
body.is-home .shop-icon-btn-primary {
  background: var(--ink);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 10px 24px rgba(6, 18, 47, 0.2);
}
body.is-home .shop-icon-btn-primary:hover {
  background: var(--blue);
  box-shadow: 0 14px 30px rgba(36, 72, 198, 0.3);
}

/* ——— Hero (keep original proportions) ——— */
body.is-home .hero-carousel {
  max-width: 1280px;
  margin: 1rem auto 2rem !important;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(6, 18, 47, 0.14);
}
@media (max-width: 767px) {
  body.is-home .hero-carousel {
    margin: 0.75rem 0.75rem 1.5rem !important;
    border-radius: 22px;
  }
}
body.is-home .hero-side {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  border: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
  transition: transform 0.2s var(--ease), background 0.2s;
}
body.is-home .hero-side:hover {
  transform: translateY(-50%) scale(1.04);
  background: #fff;
}
body.is-home .hero-progress {
  height: 3px;
  border-radius: 99px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.28);
}
body.is-home .hero-progress i {
  background: #fff;
}

/* ——— Points marquee ——— */
body.is-home .hero-points-bar { display: none !important; }

/* ——— Manifesto ——— */
body.is-home .home-manifesto {
  margin: 0;
  padding: 3.5rem 1.25rem 3.25rem;
  background:
    radial-gradient(55% 90% at 88% 40%, rgba(61, 95, 217, 0.42), transparent 58%),
    linear-gradient(135deg, #06122f 0%, #102a78 48%, #2448c6 115%);
  color: #fff;
  overflow: hidden;
}
@media (min-width: 900px) {
  body.is-home .home-manifesto {
    padding: 4.5rem 1.5rem 4rem;
  }
}
body.is-home .home-manifesto .eyebrow {
  margin: 0 0 1rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
body.is-home .home-manifesto-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 960px) {
  body.is-home .home-manifesto-inner {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2.5rem;
  }
}
body.is-home .home-manifesto-title {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4.2vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 700;
  max-width: 16ch;
}
body.is-home .home-manifesto-title em {
  font-style: normal;
  color: #c5d2ff;
}
body.is-home .home-manifesto-lead {
  margin: 0 0 1.25rem;
  font-size: 1.02rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
  max-width: 38ch;
}
body.is-home .home-manifesto-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 1.35rem;
}
body.is-home .home-cta-fill,
body.is-home .home-cta-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 46px;
  padding: 0.65rem 1.2rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  transition: transform 0.2s var(--ease), background 0.2s, border-color 0.2s;
}
body.is-home .home-cta-fill {
  background: #fff;
  color: #06122f;
}
body.is-home .home-cta-fill:hover {
  transform: translateY(-1px);
  background: #e8eeff;
}
body.is-home .home-cta-fill .shop-icon {
  width: 18px;
  height: 18px;
}
body.is-home .home-cta-ghost {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  background: transparent;
}
body.is-home .home-cta-ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}
body.is-home .home-manifesto-facts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
body.is-home .home-manifesto-facts li {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 88px;
  padding: 0.7rem 0.9rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
body.is-home .home-manifesto-facts strong {
  font-family: var(--font-display);
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  line-height: 1;
}
body.is-home .home-manifesto-facts span {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 600;
}

body.is-home .home-manifesto-visual {
  position: relative;
}
body.is-home .home-brand-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
}
@media (max-width: 520px) {
  body.is-home .home-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
body.is-home .home-brand-tile {
  display: block;
  aspect-ratio: 1.7 / 1;
  border-radius: 14px;
  overflow: hidden;
  background: transparent;
  border: none;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
  transition: transform 0.25s var(--ease), box-shadow 0.25s;
  animation: home-tile-in 0.55s var(--ease) both;
  animation-delay: calc(var(--i, 0) * 0.05s);
}
body.is-home .home-brand-tile:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.34);
}
body.is-home .home-brand-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 14px;
}
@keyframes home-tile-in {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}

/* ——— Catalog (fully rebuilt) ——— */
body.is-home .home-catalog {
  padding: 3.5rem 0 2.5rem;
  max-width: none;
  margin: 0;
}
body.is-home .hc-shell {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.25rem;
}
body.is-home .hc-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem 2rem;
  margin-bottom: 1.5rem;
}
body.is-home .hc-head-copy {
  max-width: 42rem;
}
body.is-home .hc-head .shop-h1 {
  margin: 0 0 0.45rem;
  font-size: clamp(2rem, 4vw, 3rem);
}
body.is-home .hc-head .shop-lead {
  margin: 0;
}
body.is-home .hc-all {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 48px;
  padding: 0.7rem 1.25rem;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s var(--ease), background 0.2s;
}
body.is-home .hc-all:hover {
  background: var(--blue);
  transform: translateY(-1px);
}
body.is-home .hc-all .shop-icon {
  width: 18px;
  height: 18px;
}

body.is-home .hc-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1.75rem;
}
body.is-home .hc-chip {
  display: inline-flex;
  align-items: baseline;
  gap: 0.45rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 8px 22px rgba(6, 18, 47, 0.04);
}
body.is-home .hc-chip strong {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--blue);
  letter-spacing: -0.02em;
}
body.is-home .hc-chip span {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--muted);
}
body.is-home .hc-chip-soft {
  background: var(--blue-mist);
  border-color: transparent;
}

/* Featured row */
body.is-home .hc-featured {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
  margin-bottom: 1.15rem;
}
@media (min-width: 700px) {
  body.is-home .hc-featured {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  body.is-home .hc-featured {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Main dense grid */
body.is-home .hc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
@media (min-width: 700px) {
  body.is-home .hc-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
  }
}
@media (min-width: 1000px) {
  body.is-home .hc-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  body.is-home .hc-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

body.is-home .hc-featured .ccard-home,
body.is-home .hc-grid .ccard-home {
  height: 100%;
  animation: homeRevealUp 0.55s var(--ease) both;
  animation-delay: calc(var(--i, 0) * 45ms);
}
body.is-home .hc-featured .ccard-home-lg .ccard-media {
  aspect-ratio: 2 / 1;
}
body.is-home .hc-featured .ccard-home-lg .ccard-body h2 {
  font-size: 1.1rem;
}

/* New card — clearly different from old pcard */
body.is-home .hcard {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(6, 18, 47, 0.05);
  transition: transform 0.28s var(--ease), box-shadow 0.28s, border-color 0.28s;
}
body.is-home .hcard:hover {
  transform: translateY(-5px);
  border-color: rgba(36, 72, 198, 0.22);
  box-shadow: 0 22px 48px rgba(6, 18, 47, 0.12);
}
body.is-home .hcard.is-special {
  box-shadow: 0 0 0 2px rgba(36, 72, 198, 0.2), 0 14px 36px rgba(36, 72, 198, 0.12);
}
body.is-home .hcard-visual {
  aspect-ratio: 2 / 1;
  display: grid;
  place-items: center;
  background: transparent;
  padding: 0.55rem 0.55rem 0;
}
body.is-home .hcard-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 14px;
}
body.is-home .hcard-body {
  padding: 0.85rem 0.95rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  border-top: 1px solid rgba(6, 18, 47, 0.06);
}
body.is-home .hcard-body h3 {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
}
body.is-home .hcard-body > p {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--blue);
}
body.is-home .hcard-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  min-height: 1.7rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ink-soft);
}
body.is-home .hcard-row > span:first-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
body.is-home .hcard-pts {
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
  padding: 0.22rem 0.55rem 0.22rem 0.28rem;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--blue);
  background: rgba(36, 72, 198, 0.08);
  white-space: nowrap;
  flex-shrink: 0;
}
body.is-home .hcard-pts .shop-icon {
  width: 16px;
  height: 16px;
  padding: 2px;
  border-radius: 999px;
  background: linear-gradient(160deg, #3d5fd9, #1a3594);
  color: #fff;
  box-sizing: border-box;
}
body.is-home .hcard-lg {
  min-height: 100%;
}
body.is-home .hcard-lg .hcard-visual {
  aspect-ratio: 16 / 9;
  padding: 1.1rem 1.15rem;
}
body.is-home .hcard-lg .hcard-body h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
}
body.is-home .hcard-go {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: #fff;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.2s, transform 0.2s var(--ease);
}
body.is-home .hcard-lg:hover .hcard-go {
  opacity: 1;
  transform: none;
}
body.is-home .hcard-go .shop-icon {
  width: 16px;
  height: 16px;
}

body.is-home .shop-eyebrow {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--blue);
}
body.is-home .shop-h1,
body.is-home .shop-h2 {
  letter-spacing: -0.035em;
  line-height: 1.05;
}
body.is-home .shop-lead {
  color: var(--ink-soft);
}
body.is-home .shop-section {
  padding-top: 3.5rem;
  padding-bottom: 2.5rem;
}

/* ——— Special Benefiteo block (rebuilt) ——— */
body.is-home .home-special {
  margin: 2rem 0 0;
  padding: 0 1.25rem;
}
body.is-home .hs-shell {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  gap: 1.75rem;
  align-items: center;
  padding: 2.25rem 1.5rem;
  border-radius: 28px;
  background:
    radial-gradient(70% 90% at 100% 0%, rgba(61, 95, 217, 0.4), transparent 55%),
    linear-gradient(125deg, #06122f 0%, #12308a 50%, #2448c6 100%);
  color: #fff;
  box-shadow: 0 28px 60px rgba(6, 18, 47, 0.18);
}
@media (min-width: 900px) {
  body.is-home .hs-shell {
    grid-template-columns: 1.2fr 0.8fr;
    padding: 2.5rem 2.25rem;
    gap: 2.25rem;
  }
}
body.is-home .hs-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.75rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
}
body.is-home .hs-eyebrow .shop-icon {
  width: 16px;
  height: 16px;
}
body.is-home .hs-copy h2 {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3.2vw, 2.5rem);
  letter-spacing: -0.035em;
  line-height: 1.05;
  color: #fff;
}
body.is-home .hs-lead {
  margin: 0 0 1.1rem;
  font-size: 1.02rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.86);
  max-width: 40ch;
}
body.is-home .hs-points {
  list-style: none;
  margin: 0 0 1.35rem;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}
body.is-home .hs-points li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}
body.is-home .hs-points .shop-icon {
  width: 18px;
  height: 18px;
  color: #c5d2ff;
  flex-shrink: 0;
}
body.is-home .hs-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
}
body.is-home .hs-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 48px;
  padding: 0.7rem 1.3rem;
  border-radius: 999px;
  background: #fff;
  color: #06122f !important;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s var(--ease), background 0.2s;
}
body.is-home .hs-btn:hover {
  transform: translateY(-1px);
  background: #e8eeff;
}
body.is-home .hs-btn .shop-icon {
  width: 18px;
  height: 18px;
  color: #06122f;
  stroke: #06122f;
}
body.is-home .hs-link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding-bottom: 2px;
}
body.is-home .hs-link:hover {
  border-bottom-color: #fff;
}

body.is-home .hs-card {
  display: block;
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 24px;
  overflow: hidden;
  backdrop-filter: blur(18px) saturate(1.35);
  -webkit-backdrop-filter: blur(18px) saturate(1.35);
  box-shadow:
    0 24px 50px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition: transform 0.25s var(--ease), background 0.25s, border-color 0.25s;
  max-width: 380px;
  width: 100%;
  justify-self: end;
}
body.is-home .hs-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.35);
}
body.is-home .hs-card-visual {
  aspect-ratio: 2 / 1;
  display: grid;
  place-items: center;
  background: transparent;
  padding: 0.85rem 0.85rem 0.35rem;
}
body.is-home .hs-card-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}
body.is-home .hs-card-meta {
  display: grid;
  gap: 0.25rem;
  padding: 0.85rem 1.1rem 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
}
body.is-home .hs-card-meta strong {
  font-family: var(--font-display);
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  color: #fff;
}
body.is-home .hs-card-meta span {
  font-weight: 700;
  color: #c5d2ff;
}
body.is-home .hs-card-meta em {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-style: normal;
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.72);
}
body.is-home .hs-card-meta .shop-icon {
  width: 15px;
  height: 15px;
  color: #c5d2ff;
}

@media (max-width: 899px) {
  body.is-home .hs-card {
    justify-self: stretch;
    max-width: none;
  }
}

/* ——— Inspiracje (rebuilt) ——— */
body.is-home .home-inspire {
  margin: 2.5rem 0 0;
  padding: 0 1.25rem;
  --hi-accent: #2448c6;
}
body.is-home .hi-shell {
  max-width: 1280px;
  margin: 0 auto;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(70% 80% at 0% 0%, color-mix(in srgb, var(--hi-accent) 55%, transparent), transparent 55%),
    radial-gradient(55% 70% at 100% 100%, rgba(252, 42, 0, 0.16), transparent 50%),
    linear-gradient(155deg, #06122f 0%, color-mix(in srgb, var(--hi-accent) 55%, #06122f) 48%, var(--hi-accent) 100%);
  color: #fff;
  box-shadow: 0 28px 60px rgba(6, 18, 47, 0.18);
}
body.is-home .hi-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  padding: 1.75rem 1.5rem 1.15rem;
}
@media (min-width: 768px) {
  body.is-home .hi-head { padding: 2rem 2rem 1.25rem; }
}
body.is-home .hi-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c5d2ff;
}
body.is-home .hi-eyebrow .shop-icon { width: 16px; height: 16px; }
body.is-home .hi-head h2 {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3.2vw, 2.4rem);
  letter-spacing: -0.035em;
  line-height: 1.05;
  color: #fff;
}
body.is-home .hi-head p {
  margin: 0;
  max-width: 40ch;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.45;
}
body.is-home .hi-nav {
  display: flex;
  gap: 0.5rem;
}
body.is-home .hi-nav button {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
body.is-home .hi-nav button:hover {
  background: #fff;
  color: #06122f;
  transform: scale(1.04);
}
body.is-home .hi-nav .shop-icon { width: 18px; height: 18px; }

body.is-home .hi-rail {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 1.5rem;
  padding: 0.35rem 0 1.35rem;
  scrollbar-width: none;
}
@media (min-width: 768px) {
  body.is-home .hi-rail {
    gap: 1.1rem;
    scroll-padding-inline: 2rem;
    padding-bottom: 1.5rem;
  }
}
body.is-home .hi-rail::-webkit-scrollbar { display: none; }
body.is-home .hi-rail::before,
body.is-home .hi-rail::after {
  content: "";
  flex: 0 0 1.5rem;
}
@media (min-width: 768px) {
  body.is-home .hi-rail::before,
  body.is-home .hi-rail::after {
    flex-basis: 2rem;
  }
}

body.is-home .hi-card {
  flex: 0 0 min(300px, 82vw);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(18px) saturate(1.35);
  -webkit-backdrop-filter: blur(18px) saturate(1.35);
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  transition: transform 0.25s var(--ease), background 0.25s, border-color 0.25s;
}
body.is-home .hi-card:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.35);
  transform: translateY(-3px);
}
body.is-home .hi-card-media {
  display: block;
  aspect-ratio: 2 / 1;
  background: transparent;
  padding: 0.75rem 0.75rem 0.3rem;
}
body.is-home .hi-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}
body.is-home .hi-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 0.85rem 1.05rem 1.1rem;
  flex: 1;
}
body.is-home .hi-card-body h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.2rem;
  letter-spacing: -0.02em;
  color: #fff;
}
body.is-home .hi-card-body > p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.72);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3.9em;
}
body.is-home .hi-card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem;
  margin-top: auto;
  padding-top: 0.35rem;
}
body.is-home .hi-card-meta strong {
  color: #c5d2ff;
  font-size: 0.95rem;
}
body.is-home .hi-card-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #c5d2ff;
}
body.is-home .hi-card-meta .shop-icon { width: 14px; height: 14px; color: #c5d2ff; }
body.is-home .hi-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.35rem;
  min-height: 42px;
  border-radius: 999px;
  background: #fff;
  color: #06122f !important;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}
body.is-home .hi-card-cta:hover {
  background: #e8eeff;
  transform: translateY(-1px);
}
body.is-home .hi-card-cta .shop-icon {
  width: 16px;
  height: 16px;
  color: #06122f;
}

body.is-home .hi-foot {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.18);
}
@media (min-width: 700px) {
  body.is-home .hi-foot { grid-template-columns: 1fr 1fr; }
}
body.is-home .hi-foot a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 56px;
  padding: 0.85rem 1rem;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s;
}
body.is-home .hi-foot a + a {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
@media (min-width: 700px) {
  body.is-home .hi-foot a + a {
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
  }
}
body.is-home .hi-foot a:hover {
  background: rgba(255, 255, 255, 0.1);
}
body.is-home .hi-foot .shop-icon {
  width: 18px;
  height: 18px;
  color: #c5d2ff;
}

/* ——— Ranking ——— */
body.is-home .home-rank {
  margin: 2.75rem 0 0;
  padding: 0 1.25rem;
}
body.is-home .hr-shell {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1.5rem 1.25rem 1.6rem;
  border-radius: 28px;
  background:
    radial-gradient(70% 80% at 10% 0%, rgba(36, 72, 198, 0.1), transparent 55%),
    radial-gradient(60% 70% at 100% 100%, rgba(61, 95, 217, 0.08), transparent 50%),
    linear-gradient(180deg, rgba(247, 248, 252, 0.9), rgba(238, 241, 251, 0.95));
  border: 1px solid rgba(6, 18, 47, 0.06);
}
body.is-home .hr-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  margin-bottom: 1.35rem;
}
body.is-home .hr-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.45rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blue);
}
body.is-home .hr-eyebrow .shop-icon { width: 16px; height: 16px; }
body.is-home .hr-head h2 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3.2vw, 2.5rem);
  letter-spacing: -0.035em;
  color: var(--ink);
}
body.is-home .hr-head p { margin: 0; color: var(--ink-soft); }
body.is-home .hr-compare {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 44px;
  padding: 0.6rem 1.1rem;
  border-radius: 999px;
  background: var(--ink);
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
}
body.is-home .hr-compare:hover { background: var(--blue); }
body.is-home .hr-compare .shop-icon { width: 16px; height: 16px; color: #fff; }

body.is-home .hr-board {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}
@media (min-width: 640px) {
  body.is-home .hr-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 900px) {
  body.is-home .hr-board {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  body.is-home .hr-board {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

body.is-home .hr-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 22px;
  overflow: hidden;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(6, 18, 47, 0.08);
  backdrop-filter: blur(18px) saturate(1.25);
  -webkit-backdrop-filter: blur(18px) saturate(1.25);
  box-shadow:
    0 14px 36px rgba(6, 18, 47, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
  transition: transform 0.25s var(--ease), box-shadow 0.25s, border-color 0.25s, background 0.25s;
}
body.is-home .hr-card:nth-child(1),
body.is-home .hr-card:nth-child(2),
body.is-home .hr-card:nth-child(3),
body.is-home .hr-card:nth-child(4),
body.is-home .hr-card:nth-child(5) {
  background: rgba(255, 255, 255, 0.55);
  border-color: rgba(6, 18, 47, 0.08);
  box-shadow:
    0 14px 36px rgba(6, 18, 47, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
}
body.is-home .hr-card:nth-child(1) {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(36, 72, 198, 0.18);
  box-shadow:
    0 18px 44px rgba(36, 72, 198, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
body.is-home .hr-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(36, 72, 198, 0.2);
  box-shadow: 0 22px 48px rgba(6, 18, 47, 0.1);
}

body.is-home .hr-rank {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
  min-width: 40px;
  height: 40px;
  padding: 0 0.5rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.92rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}
body.is-home .hr-card:nth-child(1) .hr-rank {
  min-width: 44px;
  height: 44px;
  font-size: 1rem;
  background: var(--blue);
}
body.is-home .hr-media {
  display: block;
  aspect-ratio: 2 / 1;
  background: transparent;
  padding: 0.75rem 0.75rem 0.2rem;
  border-radius: 14px;
  overflow: hidden;
}
body.is-home .hr-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(6, 18, 47, 0.1);
}
body.is-home .hr-body {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 0.7rem 0.95rem 1rem;
  flex: 1;
}
body.is-home .hr-body h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.12rem;
  letter-spacing: -0.02em;
  color: var(--ink);
}
body.is-home .hr-body > p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.4;
  color: var(--ink-soft);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3.6em;
}
body.is-home .hr-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.35rem;
  margin-top: auto;
  padding-top: 0.25rem;
}
body.is-home .hr-meta strong {
  color: var(--blue);
  font-size: 0.92rem;
}
body.is-home .hr-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--blue);
}
body.is-home .hr-meta .shop-icon {
  width: 14px;
  height: 14px;
  color: var(--blue);
}
body.is-home .hr-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin-top: 0.45rem;
  min-height: 42px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff !important;
  font-weight: 700;
  font-size: 0.84rem;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}
body.is-home .hr-cta:hover {
  background: var(--blue);
  transform: translateY(-1px);
}
body.is-home .hr-cta .shop-icon {
  width: 15px;
  height: 15px;
  color: #fff;
}

/* ——— Mini gifts ——— */
body.is-home .home-mini {
  margin: 2.75rem 0 0;
  padding: 0 1.25rem;
}
body.is-home .hm-shell {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(165deg, #041028 0%, #06122f 28%, #0c1f55 58%, #1a3aa8 82%, #3d5fd9 100%);
  color: #fff;
  box-shadow: 0 28px 60px rgba(6, 18, 47, 0.2);
}
@media (min-width: 900px) {
  body.is-home .hm-shell {
    grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.35fr);
    min-height: 380px;
  }
}
body.is-home .hm-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.55rem;
  padding: 2rem 1.5rem 1.5rem;
  overflow: hidden;
}
@media (min-width: 900px) {
  body.is-home .hm-copy { padding: 2.4rem 2rem 2.4rem 2.25rem; }
}
body.is-home .hm-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c5d2ff;
  position: relative;
  z-index: 1;
}
body.is-home .hm-eyebrow .shop-icon { width: 16px; height: 16px; }
body.is-home .hm-mark {
  position: absolute;
  right: -0.1em;
  bottom: -0.18em;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(5.5rem, 14vw, 8.5rem);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.85;
  color: rgba(255, 255, 255, 0.06);
  pointer-events: none;
  user-select: none;
}
body.is-home .hm-copy h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.04em;
  line-height: 1.05;
}
body.is-home .hm-lead {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 28ch;
  font-size: 1.02rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.78);
}
body.is-home .hm-all {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  align-self: flex-start;
  margin-top: 0.65rem;
  min-height: 46px;
  padding: 0.65rem 1.15rem;
  border-radius: 999px;
  background: #fff;
  color: #06122f !important;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s var(--ease), background 0.2s;
}
body.is-home .hm-all:hover {
  transform: translateY(-2px);
  background: #e8eeff;
}
body.is-home .hm-all .shop-icon {
  width: 16px;
  height: 16px;
  color: #06122f;
}

body.is-home .hm-stage {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
  padding: 0 1.25rem 1.35rem;
  align-content: stretch;
}
@media (min-width: 560px) {
  body.is-home .hm-stage {
    grid-template-columns: repeat(var(--n, 2), minmax(0, 1fr));
  }
}
@media (min-width: 900px) {
  body.is-home .hm-stage {
    padding: 1.35rem 1.35rem 1.35rem 0.35rem;
    gap: 0.75rem;
  }
}
body.is-home .hm-pick {
  position: relative;
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 200px;
  padding: 1rem 1rem 0.95rem;
  border-radius: 22px;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(18px) saturate(1.35);
  -webkit-backdrop-filter: blur(18px) saturate(1.35);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  transition: transform 0.28s var(--ease), background 0.28s, border-color 0.28s;
}
@media (min-width: 900px) {
  body.is-home .hm-pick { min-height: 0; }
}
body.is-home .hm-pick:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.35);
}
body.is-home .hm-pick-bg {
  display: none;
}
body.is-home .hm-pick img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 110px;
  margin: auto 0;
  object-fit: cover;
  display: block;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  transition: transform 0.35s var(--ease);
}
body.is-home .hm-pick:hover img { transform: scale(1.04); }
body.is-home .hm-pick-meta {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.15rem;
  padding-right: 2.5rem;
}
body.is-home .hm-pick-meta strong {
  font-family: var(--font-display);
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  color: #fff;
}
body.is-home .hm-pick-meta em {
  font-style: normal;
  font-weight: 700;
  font-size: 0.92rem;
  color: #c5d2ff;
}
body.is-home .hm-pick-go {
  position: absolute;
  right: 0.95rem;
  bottom: 0.95rem;
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #fff;
  color: #06122f;
  transition: background 0.2s, transform 0.2s;
}
body.is-home .hm-pick:hover .hm-pick-go {
  background: #e8eeff;
  transform: translateX(2px);
}
body.is-home .hm-pick-go .shop-icon { width: 16px; height: 16px; color: #06122f; }

/* ——— Filters ——— */
body.is-home .home-filters {
  margin: 2.75rem 0 0;
  padding: 0 1.25rem 3.5rem;
}
body.is-home .hf-shell {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  padding: 1.75rem 1.35rem 1.5rem;
  border-radius: 28px;
  background:
    radial-gradient(80% 70% at 100% 0%, rgba(61, 95, 217, 0.35), transparent 55%),
    radial-gradient(60% 50% at 0% 100%, rgba(252, 42, 0, 0.12), transparent 50%),
    #06122f;
  color: #fff;
  box-shadow: 0 28px 60px rgba(6, 18, 47, 0.2);
}
@media (min-width: 960px) {
  body.is-home .hf-shell {
    grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1.4fr);
    gap: 1.75rem 2rem;
    padding: 2.15rem 1.75rem 1.85rem 2.1rem;
    align-items: center;
  }
}
body.is-home .hf-copy {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
body.is-home .hf-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c5d2ff;
}
body.is-home .hf-eyebrow .shop-icon { width: 16px; height: 16px; }
body.is-home .hf-copy h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3.4vw, 2.55rem);
  letter-spacing: -0.035em;
  line-height: 1.08;
}
body.is-home .hf-lead {
  margin: 0;
  max-width: 30ch;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
}
body.is-home .hf-table {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  align-self: flex-start;
  margin-top: 0.55rem;
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}
body.is-home .hf-table:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.4);
}
body.is-home .hf-table .shop-icon { width: 16px; height: 16px; color: #fff; }

body.is-home .hf-rail {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.55rem;
}
@media (min-width: 640px) {
  body.is-home .hf-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
body.is-home .hf-chip {
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 0.7rem;
  min-height: 64px;
  padding: 0.85rem 0.95rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
  color: #fff;
  transition: transform 0.22s var(--ease), background 0.22s, border-color 0.22s;
}
body.is-home .hf-chip:hover {
  transform: translateY(-2px);
  background: #fff;
  border-color: #fff;
  color: #06122f;
}
body.is-home .hf-num {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #8fa4ff;
  min-width: 1.6em;
}
body.is-home .hf-chip:hover .hf-num { color: var(--blue); }
body.is-home .hf-ico {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.1);
  color: #c5d2ff;
}
body.is-home .hf-chip:hover .hf-ico {
  background: var(--blue-mist);
  color: var(--blue);
}
body.is-home .hf-ico .shop-icon { width: 18px; height: 18px; }
body.is-home .hf-label {
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: -0.015em;
  line-height: 1.25;
}
body.is-home .hf-go {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.12);
  transition: background 0.2s, transform 0.2s;
}
body.is-home .hf-chip:hover .hf-go {
  background: var(--ink);
  transform: translateX(2px);
}
body.is-home .hf-go .shop-icon { width: 14px; height: 14px; color: #fff; }
body.is-home .hf-chip:hover .hf-go .shop-icon { color: #fff; }

/* Footer */
body.is-home .shop-footer {
  background:
    radial-gradient(70% 60% at 100% 0%, rgba(61, 95, 217, 0.28), transparent 55%),
    linear-gradient(180deg, #06122f 0%, #031528 100%);
}
body.is-home .footer-card {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* Reveal motion */
body.is-home .home-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
body.is-home .home-reveal.is-in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  body.is-home .pcard:hover,
  body.is-home .hcard:hover,
  body.is-home .feature-card:hover,
  body.is-home .popular-card:hover,
  body.is-home .catalog-stat:hover {
    transform: none;
  }
  body.is-home .home-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
