.product-showcase-cinematic-home .ps-cinematic-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 136px 0 56px;
  overflow: clip;
  contain: layout paint style;
}

.product-showcase-cinematic-home .ps-cinematic-hero .ps-cinematic-effects,
.product-showcase-cinematic-home .ps-cinematic-hero .ps-cinematic-particles,
.product-showcase-cinematic-home .ps-cinematic-hero .ps-cinematic-cursor {
  position: absolute;
}

.product-showcase-cinematic-home .ps-cinematic-hero .container {
  max-width: 1820px;
}

.product-showcase-cinematic-home .ps-cinematic-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: calc(100svh - 192px);
  box-sizing: border-box;
  padding-inline: clamp(24px, 4vw, 64px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.product-showcase-cinematic-home .ps-cinematic-hero-copy {
  width: 100%;
  max-width: 1420px;
  margin-top: -24px;
  text-align: center;
}

.product-showcase-cinematic-home .ps-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  color: #a78bfa;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: clamp(0.86rem, 1vw, 1.18rem);
  font-weight: 700;
  letter-spacing: 0.5em;
  margin-bottom: 1.4rem;
  text-shadow: 0 0 8px rgba(139, 92, 246, 0.8);
  text-transform: uppercase;
}

.product-showcase-cinematic-home .ps-hero-title {
  margin: 0;
  color: #fff;
  font-size: clamp(4.2rem, 10.8vw, 10.2rem);
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: 0;
  word-break: keep-all;
  text-transform: uppercase;
  white-space: nowrap;
  text-wrap: nowrap;
}

.product-showcase-cinematic-home .ps-hero-title-text {
  display: inline-block;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  text-shadow:
    0 0 7px rgba(255, 255, 255, 0.8),
    0 0 15px rgba(139, 92, 246, 0.8),
    0 0 30px rgba(139, 92, 246, 0.6),
    0 0 60px rgba(217, 70, 239, 0.5),
    0 0 90px rgba(217, 70, 239, 0.4);
  animation: psHeroTextBreathe 4s ease-in-out infinite alternate;
}

.product-showcase-cinematic-home .ps-hero-summary {
  margin: 2rem auto 0;
  max-width: 1040px;
  display: grid;
  gap: 0.55rem;
  color: #e7e5e4;
  font-size: clamp(1.16rem, 2vw, 1.56rem);
  font-weight: 700;
  line-height: 1.6;
  text-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

.product-showcase-cinematic-home .ps-hero-summary-main {
  display: block;
}

.product-showcase-cinematic-home .ps-hero-summary-accent {
  display: block;
  color: #f5d0fe;
  background: linear-gradient(90deg, #f9a8d4, #c4b5fd);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.2em;
  font-weight: 800;
}

.product-showcase-cinematic-home .ps-hero-actions {
  margin-top: 2.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.product-showcase-cinematic-home .ps-hero-primary,
.product-showcase-cinematic-home .ps-hero-secondary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  padding: 0 44px;
  border-radius: 999px;
  border: 1px solid rgba(167, 139, 250, 0.5);
  font-size: clamp(1.2rem, 1.8vw, 2rem);
  font-weight: 800;
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
}

.product-showcase-cinematic-home .ps-hero-primary {
  background: linear-gradient(90deg, #6d28d9 0%, #9333ea 45%, #d946ef 100%);
  color: #fff;
  box-shadow:
    0 0 20px rgba(139, 92, 246, 0.3),
    0 22px 54px rgba(3, 0, 5, 0.42);
}

.product-showcase-cinematic-home .ps-hero-primary-overlay {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0.3;
  background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.2) 55%, rgba(0, 0, 0, 0.28) 100%);
}

.product-showcase-cinematic-home .ps-hero-primary:hover,
.product-showcase-cinematic-home .ps-hero-secondary:hover {
  transform: translateY(-2px);
}

.product-showcase-cinematic-home .ps-hero-primary:hover {
  box-shadow:
    0 0 36px rgba(217, 70, 239, 0.42),
    0 20px 56px rgba(3, 0, 5, 0.6);
}

.product-showcase-cinematic-home .ps-hero-primary-label {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
}

.product-showcase-cinematic-home .ps-hero-primary-shimmer {
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.25) 50%, transparent 100%);
  transform: skewX(-25deg);
  z-index: 1;
  animation: psHeroShine 4s ease-in-out infinite;
}

.product-showcase-cinematic-home .ps-hero-primary svg,
.product-showcase-cinematic-home .ps-hero-scroll-indicator svg {
  width: 1.55em;
  height: 1.55em;
}

.product-showcase-cinematic-home .ps-hero-secondary {
  background: rgba(255, 255, 255, 0.06);
  color: #f5f3ff;
}

.product-showcase-cinematic-home .ps-hero-secondary:hover {
  border-color: rgba(167, 139, 250, 0.36);
  box-shadow: 0 16px 42px rgba(3, 0, 5, 0.46);
}

.product-showcase-cinematic-home .ps-hero-scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: #c4b5fd;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  animation: psHeroBounce 2.6s infinite;
}

.product-showcase-cinematic-home .ps-hero-scroll-indicator svg {
  color: #f0abfc;
}

.product-showcase-cinematic-home .ps-hero-disclosure {
  position: absolute;
  right: 24px;
  bottom: 18px;
  z-index: 2;
  color: rgba(214, 211, 209, 0.74);
  font-size: 0.78rem;
}

.product-showcase-cinematic-home .ps-conversion-shelf {
  position: relative;
  margin: 0 0 clamp(46px, 6vw, 78px);
  padding: clamp(24px, 3vw, 34px);
  border-radius: 28px;
  border: 1px solid rgba(167, 139, 250, 0.14);
  background:
    radial-gradient(circle at 10% 0%, rgba(139, 92, 246, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.018));
  box-shadow: 0 26px 62px rgba(3, 0, 5, 0.3);
  overflow: hidden;
}

.product-showcase-cinematic-home .ps-conversion-shelf::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 1px solid rgba(240, 171, 252, 0.18);
  pointer-events: none;
}

.product-showcase-cinematic-home .ps-conversion-shelf-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(440px, 1.32fr) minmax(250px, 0.68fr) auto;
  gap: clamp(18px, 2.2vw, 30px);
  align-items: end;
  margin-bottom: 22px;
}

.product-showcase-cinematic-home .ps-conversion-shelf-kicker {
  display: inline-flex;
  margin-bottom: 8px;
  color: rgba(240, 171, 252, 0.88);
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.product-showcase-cinematic-home .ps-conversion-shelf h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.75rem, 2.2vw, 2.28rem);
  line-height: 1.12;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.product-showcase-cinematic-home .ps-conversion-shelf-head p {
  margin: 0;
  color: rgba(214, 211, 209, 0.8);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.8;
}

.product-showcase-cinematic-home .ps-conversion-shelf-head a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(167, 139, 250, 0.24);
  background: rgba(124, 58, 237, 0.16);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  white-space: nowrap;
}

.product-showcase-cinematic-home .ps-conversion-shelf-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  perspective: 1100px;
}

.product-showcase-cinematic-home .ps-conversion-shelf {
  --ps-shelf-reveal-y: 34px;
  --ps-shelf-hover-lift: -8px;
  --ps-shelf-card-scale: 0.972;
  --ps-shelf-image-scale: 1.055;
  --ps-shelf-sweep-alpha: 0.16;
  --ps-shelf-sweep-accent-alpha: 0.13;
}

.product-showcase-cinematic-home .ps-conversion-shelf--intensity-soft {
  --ps-shelf-reveal-y: 24px;
  --ps-shelf-hover-lift: -5px;
  --ps-shelf-card-scale: 0.982;
  --ps-shelf-image-scale: 1.035;
  --ps-shelf-sweep-alpha: 0.11;
  --ps-shelf-sweep-accent-alpha: 0.09;
}

.product-showcase-cinematic-home .ps-conversion-shelf--intensity-active {
  --ps-shelf-reveal-y: 42px;
  --ps-shelf-hover-lift: -12px;
  --ps-shelf-card-scale: 0.958;
  --ps-shelf-image-scale: 1.075;
  --ps-shelf-sweep-alpha: 0.22;
  --ps-shelf-sweep-accent-alpha: 0.18;
}

.product-showcase-cinematic-home .ps-conversion-shelf--motion-settle .ps-conversion-lite-card.fade-in-up,
.product-showcase-cinematic-home .ps-conversion-shelf--motion-luminous .ps-conversion-lite-card.fade-in-up,
.product-showcase-cinematic-home .ps-conversion-shelf--motion-gallery .ps-conversion-lite-card.fade-in-up {
  opacity: 0;
  transform: translateY(var(--ps-shelf-reveal-y)) scale(var(--ps-shelf-card-scale));
  transition:
    opacity 0.86s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.86s cubic-bezier(0.23, 1, 0.32, 1),
    border-color 0.32s ease,
    box-shadow 0.32s ease,
    background 0.32s ease;
}

.product-showcase-cinematic-home .ps-conversion-shelf--motion-gallery .ps-conversion-lite-card.fade-in-up {
  transform: translateY(var(--ps-shelf-reveal-y)) scale(var(--ps-shelf-card-scale)) rotateX(3deg);
}

.product-showcase-cinematic-home .ps-conversion-shelf--motion-settle .ps-conversion-lite-card.fade-in-up.is-visible,
.product-showcase-cinematic-home .ps-conversion-shelf--motion-luminous .ps-conversion-lite-card.fade-in-up.is-visible,
.product-showcase-cinematic-home .ps-conversion-shelf--motion-gallery .ps-conversion-lite-card.fade-in-up.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.product-showcase-cinematic-home .ps-conversion-shelf--motion-luminous .ps-conversion-lite-card,
.product-showcase-cinematic-home .ps-conversion-shelf--motion-gallery .ps-conversion-lite-card {
  position: relative;
  isolation: isolate;
  transform-style: preserve-3d;
}

.product-showcase-cinematic-home .ps-conversion-shelf--motion-luminous .ps-conversion-lite-card::before,
.product-showcase-cinematic-home .ps-conversion-shelf--motion-gallery .ps-conversion-lite-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 2;
  border-radius: inherit;
  background: linear-gradient(
    115deg,
    transparent 0%,
    transparent 36%,
    rgba(255, 255, 255, var(--ps-shelf-sweep-alpha)) 48%,
    rgba(240, 171, 252, var(--ps-shelf-sweep-accent-alpha)) 54%,
    transparent 68%,
    transparent 100%
  );
  opacity: 0;
  pointer-events: none;
  transform: translateX(-135%) skewX(-14deg);
}

.product-showcase-cinematic-home .ps-conversion-shelf--motion-luminous .ps-conversion-lite-card.is-visible::before,
.product-showcase-cinematic-home .ps-conversion-shelf--motion-gallery .ps-conversion-lite-card.is-visible::before {
  animation: psShelfCardSweep 1.18s ease-out 0.18s both;
}

.product-showcase-cinematic-home .ps-conversion-shelf--motion-luminous .ps-conversion-lite-card:hover,
.product-showcase-cinematic-home .ps-conversion-shelf--motion-gallery .ps-conversion-lite-card:hover {
  border-color: rgba(240, 171, 252, 0.36);
  background: rgba(255, 255, 255, 0.045);
  box-shadow:
    0 24px 58px rgba(3, 0, 5, 0.42),
    0 0 26px rgba(168, 85, 247, 0.16);
  transform: translateY(var(--ps-shelf-hover-lift)) scale(1.012);
}

.product-showcase-cinematic-home .ps-conversion-shelf--motion-gallery .ps-conversion-lite-card:hover {
  transform: translateY(var(--ps-shelf-hover-lift)) scale(1.018) rotateX(1deg);
}

.product-showcase-cinematic-home .ps-conversion-shelf--motion-settle .ps-conversion-lite-card .card-thumb img,
.product-showcase-cinematic-home .ps-conversion-shelf--motion-luminous .ps-conversion-lite-card .card-thumb img,
.product-showcase-cinematic-home .ps-conversion-shelf--motion-gallery .ps-conversion-lite-card .card-thumb img {
  transition:
    transform 0.72s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.32s ease;
}

.product-showcase-cinematic-home .ps-conversion-shelf--motion-settle .ps-conversion-lite-card:hover .card-thumb img,
.product-showcase-cinematic-home .ps-conversion-shelf--motion-luminous .ps-conversion-lite-card:hover .card-thumb img,
.product-showcase-cinematic-home .ps-conversion-shelf--motion-gallery .ps-conversion-lite-card:hover .card-thumb img {
  transform: scale(var(--ps-shelf-image-scale));
}

.product-showcase-cinematic-home .ps-conversion-shelf--motion-luminous .ps-conversion-lite-card:hover::before,
.product-showcase-cinematic-home .ps-conversion-shelf--motion-gallery .ps-conversion-lite-card:hover::before {
  animation: psShelfCardSweep 0.9s ease-out both;
}

.product-showcase-cinematic-home .ps-floating-gallery {
  position: absolute;
  inset: -10%;
  width: 120vw;
  height: 120vh;
  perspective: 1000px;
  transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
  contain: layout paint style;
  will-change: transform;
}

.product-showcase-cinematic-home .ps-floating-item {
  position: absolute;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.5),
    0 0 30px rgba(168, 85, 247, 0.12);
  contain: layout paint;
  opacity: 0;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  will-change: transform, opacity;
  animation: psFloatJourney var(--duration) var(--delay) cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.product-showcase-cinematic-home .ps-floating-gallery[data-ps-motion-pattern="diagonal"] .ps-floating-item {
  animation-timing-function: linear;
}

.product-showcase-cinematic-home .ps-floating-item.is-depth-pop {
  animation-name: psFloatDepthPop;
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.58),
    0 0 38px rgba(240, 171, 252, 0.2);
}

.product-showcase-cinematic-home .ps-cinematic-hero[data-ps-motion-paused="1"] .ps-floating-item,
.product-showcase-cinematic-home .ps-cinematic-hero[data-ps-motion-paused="1"] .ps-hero-title-text,
.product-showcase-cinematic-home .ps-cinematic-hero[data-ps-motion-paused="1"] .ps-hero-primary-shimmer,
.product-showcase-cinematic-home .ps-cinematic-hero[data-ps-motion-paused="1"] .ps-hero-scroll-indicator,
body.ps-is-scrolling.product-showcase-cinematic-home .ps-floating-item,
body.ps-is-scrolling.product-showcase-cinematic-home .ps-hero-title-text,
body.ps-is-scrolling.product-showcase-cinematic-home .ps-hero-primary-shimmer,
body.ps-is-scrolling.product-showcase-cinematic-home .ps-hero-scroll-indicator {
  animation-play-state: paused;
}

.product-showcase-cinematic-home .ps-floating-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.16), transparent 48%, rgba(244, 114, 182, 0.12));
  mix-blend-mode: screen;
  opacity: var(--ps-firstview-image-overlay-opacity, 0.72);
}

.product-showcase-cinematic-home .ps-floating-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter:
    saturate(var(--ps-firstview-image-saturate, 1.12))
    contrast(var(--ps-firstview-image-contrast, 1.04))
    brightness(var(--ps-firstview-image-brightness, 0.94));
  opacity: var(--ps-firstview-image-opacity, 0.88);
}

.product-showcase-cinematic-home .ps-front-layout {
  position: relative;
  z-index: 5;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 88px;
  align-items: start;
}

.product-showcase-cinematic-home .ps-front-layout--no-firstview {
  padding-top: calc(var(--pn-admin-bar-offset, 0px) + clamp(92px, 9vw, 128px));
}

.product-showcase-cinematic-home .ps-arrivals {
  position: relative;
}

.product-showcase-cinematic-home .ps-arrivals-shell {
  position: relative;
  padding: 56px 0 0;
}

.product-showcase-cinematic-home .ps-arrivals-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.product-showcase-cinematic-home .ps-arrivals-accent {
  width: 6px;
  height: 34px;
  border-radius: 999px;
  background: linear-gradient(180deg, #8b5cf6, #d946ef);
  box-shadow: 0 0 14px rgba(139, 92, 246, 0.5);
}

.product-showcase-cinematic-home .ps-arrivals-title {
  margin: 0;
  color: #fff;
  font-size: 2rem;
  line-height: 1.08;
}

.product-showcase-cinematic-home .ps-arrivals-copy {
  margin: 8px 0 0;
  color: rgba(214, 211, 209, 0.82);
  line-height: 1.75;
}

.product-showcase-cinematic-home .ps-arrivals-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
}

.product-showcase-cinematic-home .ps-tab-nav {
  gap: 10px;
}

.product-showcase-cinematic-home .ps-tab-nav .tab-btn {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(214, 211, 209, 0.78);
}

.product-showcase-cinematic-home .ps-tab-nav .tab-btn.active,
.product-showcase-cinematic-home .ps-tab-nav .tab-btn[aria-current="page"] {
  background: rgba(124, 58, 237, 0.28);
  border-color: rgba(167, 139, 250, 0.36);
  color: #fff;
}

.product-showcase-cinematic-home .ps-arrivals-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #f5f3ff;
  font-size: 0.92rem;
  font-weight: 700;
}

.product-showcase-cinematic-home .ps-arrivals-link:hover {
  border-color: rgba(167, 139, 250, 0.34);
}

.product-showcase-cinematic-home .ps-arrivals-results {
  position: relative;
}

.product-showcase-cinematic-home .ps-post-list {
  display: grid;
  gap: 24px;
}

.product-showcase-cinematic-home .ps-post-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
  gap: 24px;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 20px 44px rgba(3, 0, 5, 0.34);
  overflow: hidden;
  contain: layout paint style;
}

.product-showcase-cinematic-home .ps-post-card::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: min(36%, 420px);
  background:
    linear-gradient(90deg, rgba(3, 0, 5, 0), rgba(3, 0, 5, 0.38) 34%, rgba(3, 0, 5, 0.82)),
    var(--ps-card-media-image);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  opacity: 0.08;
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.45s ease;
  transform: translateX(8px);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 38%, #000);
  mask-image: linear-gradient(90deg, transparent, #000 38%, #000);
}

.product-showcase-cinematic-home .ps-post-card:hover::before {
  opacity: 0.14;
  transform: translateX(0);
}

.product-showcase-cinematic-home .ps-post-card-frame {
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(124, 58, 237, 0.14), rgba(217, 70, 239, 0.14));
  opacity: 0;
  filter: blur(18px);
  transition: opacity 0.35s ease;
}

.product-showcase-cinematic-home .ps-post-card:hover .ps-post-card-frame {
  opacity: 1;
}

.product-showcase-cinematic-home .ps-post-card-media {
  position: relative;
  z-index: 1;
  display: block;
  aspect-ratio: 3 / 4;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 30% 18%, rgba(240, 171, 252, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(19, 7, 31, 0.98), rgba(3, 0, 5, 0.96));
}

.product-showcase-cinematic-home .ps-post-card-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--ps-card-media-image);
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 0.35s ease;
}

.product-showcase-cinematic-home .ps-post-card-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.product-showcase-cinematic-home .ps-post-card-media.ps-media-wide::before {
  opacity: 0.34;
}

.product-showcase-cinematic-home .ps-post-card-media.ps-media-wide img {
  object-fit: contain;
}

.product-showcase-cinematic-home .ps-post-card:hover .ps-post-card-media img {
  transform: scale(1.08);
}

.product-showcase-cinematic-home .ps-post-card:hover .ps-post-card-media.ps-media-wide img {
  transform: scale(1.03);
}

.product-showcase-cinematic-home .ps-post-card-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-showcase-cinematic-home .ps-post-card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.product-showcase-cinematic-home .ps-post-card-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(167, 139, 250, 0.34);
  background: rgba(124, 58, 237, 0.24);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
}

.product-showcase-cinematic-home .ps-post-card-meta time {
  color: rgba(168, 162, 158, 0.82);
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 0.86rem;
}

.product-showcase-cinematic-home .ps-post-card-title {
  margin: 0;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.3;
}

.product-showcase-cinematic-home .ps-post-card-title a:hover {
  color: #c4b5fd;
}

.product-showcase-cinematic-home .ps-post-card-excerpt {
  margin: 16px 0 0;
  color: rgba(214, 211, 209, 0.78);
  line-height: 1.8;
}

.product-showcase-cinematic-home .ps-post-card-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
}

@media (min-width: 1180px) {
  .product-showcase-cinematic-home .ps-post-card {
    grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
    gap: 28px;
  }

  .product-showcase-cinematic-home .ps-post-card-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(150px, max-content);
    grid-template-rows: auto auto minmax(0, auto);
    column-gap: clamp(22px, 3vw, 44px);
    align-items: center;
  }

  .product-showcase-cinematic-home .ps-post-card-meta,
  .product-showcase-cinematic-home .ps-post-card-title,
  .product-showcase-cinematic-home .ps-post-card-excerpt {
    grid-column: 1;
  }

  .product-showcase-cinematic-home .ps-post-card-footer {
    grid-column: 2;
    grid-row: 1 / 4;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    min-width: 150px;
    margin-top: 0;
    padding-left: clamp(18px, 2vw, 30px);
    border-left: 1px solid rgba(255, 255, 255, 0.08);
  }

  .product-showcase-cinematic-home .ps-post-card-stats {
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
  }
}

.product-showcase-cinematic-home .ps-post-card-stats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.product-showcase-cinematic-home .ps-post-card-rating,
.product-showcase-cinematic-home .ps-post-card-price {
  color: #f0abfc;
  font-size: 0.92rem;
  font-weight: 700;
}

.product-showcase-cinematic-home .ps-post-card-price {
  color: #fff;
}

@media (min-width: 1180px) {
  .product-showcase-cinematic-home .ps-post-card-stats {
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
  }
}

.product-showcase-cinematic-home .ps-post-card-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #f0abfc;
  font-size: 0.92rem;
  font-weight: 800;
}

.product-showcase-cinematic-home .ps-post-card-link svg {
  width: 16px;
  height: 16px;
  transition: transform 0.28s ease;
}

.product-showcase-cinematic-home .ps-post-card:hover .ps-post-card-link svg {
  transform: translateX(4px);
}

.product-showcase-cinematic-home .navigation.pagination {
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.product-showcase-cinematic-home .navigation.pagination .nav-links,
.product-showcase-cinematic-home .navigation.pagination ul {
  justify-content: center;
}

.product-showcase-cinematic-home .navigation.pagination .page-numbers {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(156, 163, 175, 0.96);
}

.product-showcase-cinematic-home .navigation.pagination .page-numbers.current {
  background: linear-gradient(135deg, #8b5cf6, #d946ef);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 0 15px rgba(139, 92, 246, 0.38);
}

.product-showcase-cinematic-home .ps-front-discovery {
  position: relative;
  margin-top: clamp(42px, 6vw, 76px);
  padding: clamp(22px, 3vw, 34px);
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(167, 139, 250, 0.18);
  background:
    radial-gradient(circle at 12% 0%, rgba(217, 70, 239, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(18, 10, 30, 0.82), rgba(5, 2, 9, 0.96));
  box-shadow: 0 22px 58px rgba(3, 0, 5, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.product-showcase-cinematic-home .ps-front-discovery::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(216, 180, 254, 0.32), transparent 28%, rgba(244, 114, 182, 0.22)) top / 100% 1px no-repeat,
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 88px);
  opacity: 0.52;
  pointer-events: none;
}

.product-showcase-cinematic-home .ps-front-discovery-head,
.product-showcase-cinematic-home .ps-front-discovery-categories,
.product-showcase-cinematic-home .ps-front-discovery-links {
  position: relative;
  z-index: 1;
}

.product-showcase-cinematic-home .ps-front-discovery-head {
  display: grid;
  gap: 8px;
  max-width: 760px;
  margin-bottom: 22px;
}

.product-showcase-cinematic-home .ps-front-discovery-kicker,
.product-showcase-cinematic-home .ps-front-discovery-head p {
  margin: 0;
  color: rgba(214, 211, 209, 0.78);
  line-height: 1.75;
}

.product-showcase-cinematic-home .ps-front-discovery-kicker {
  color: #d8b4fe;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.product-showcase-cinematic-home .ps-front-discovery h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.28rem, 1rem + 1vw, 2rem);
  line-height: 1.25;
}

.product-showcase-cinematic-home .ps-front-discovery-categories {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.product-showcase-cinematic-home .ps-front-discovery-card {
  position: relative;
  display: grid;
  min-height: 112px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  text-decoration: none;
}

.product-showcase-cinematic-home .ps-front-discovery-card-image {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(5, 2, 9, 0.9), rgba(5, 2, 9, 0.48)),
    var(--ps-discovery-image);
  background-size: cover;
  background-position: center;
  filter: saturate(0.9) contrast(1.05);
  transition: transform 0.45s ease, filter 0.45s ease;
}

.product-showcase-cinematic-home .ps-front-discovery-card:hover .ps-front-discovery-card-image {
  transform: scale(1.04);
  filter: saturate(1.08) contrast(1.08);
}

.product-showcase-cinematic-home .ps-front-discovery-card-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  min-width: 0;
  padding: 16px;
}

.product-showcase-cinematic-home .ps-front-discovery-card-label {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
}

.product-showcase-cinematic-home .ps-front-discovery-card-count {
  width: fit-content;
  max-width: 100%;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(124, 58, 237, 0.52);
  color: rgba(255, 255, 255, 0.86);
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 0.72rem;
}

.product-showcase-cinematic-home .ps-front-discovery-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.product-showcase-cinematic-home .ps-front-discovery-link {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 122px;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  color: #fff;
  text-decoration: none;
  transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.product-showcase-cinematic-home .ps-front-discovery-link:hover {
  transform: translateY(-2px);
  border-color: rgba(216, 180, 254, 0.34);
  background: rgba(255, 255, 255, 0.06);
}

.product-showcase-cinematic-home .ps-front-discovery-link--primary {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.32), rgba(217, 70, 239, 0.2));
}

.product-showcase-cinematic-home .ps-front-discovery-link-kicker {
  color: #d8b4fe;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.product-showcase-cinematic-home .ps-front-discovery-link-label {
  font-weight: 800;
  line-height: 1.35;
}

.product-showcase-cinematic-home .ps-front-discovery-link-text {
  color: rgba(214, 211, 209, 0.72);
  font-size: 0.82rem;
  line-height: 1.6;
}

@media (max-width: 980px) {
  .product-showcase-cinematic-home .ps-front-discovery-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .product-showcase-cinematic-home .ps-front-discovery-categories,
  .product-showcase-cinematic-home .ps-front-discovery-links {
    grid-template-columns: 1fr;
  }
}

@keyframes psHeroBounce {
  0%,
  100% {
    transform: translate(-50%, 0);
  }

  50% {
    transform: translate(-50%, 8px);
  }
}

@keyframes psHeroShine {
  0%,
  68% {
    left: -75%;
  }

  100% {
    left: 140%;
  }
}

@keyframes psHeroTextBreathe {
  0% {
    text-shadow:
      0 0 6px rgba(255, 255, 255, 0.74),
      0 0 16px rgba(139, 92, 246, 0.72),
      0 0 28px rgba(139, 92, 246, 0.38),
      0 0 52px rgba(217, 70, 239, 0.24);
  }

  100% {
    text-shadow:
      0 0 10px rgba(255, 255, 255, 0.9),
      0 0 24px rgba(139, 92, 246, 0.9),
      0 0 44px rgba(139, 92, 246, 0.5),
      0 0 84px rgba(217, 70, 239, 0.34);
  }
}

@keyframes psFloatJourney {
  0% {
    transform: translate3d(0, 50px, var(--startZ)) rotate(var(--startRot)) scale(0.84);
    opacity: 0;
  }

  18%,
  78% {
    opacity: var(--maxOpacity);
  }

  100% {
    transform: translate3d(var(--endX), var(--endY), var(--endZ)) rotate(var(--endRot)) scale(1.15);
    opacity: 0;
  }
}

@keyframes psFloatDepthPop {
  0% {
    transform: translate3d(0, 70px, var(--startZ)) rotate(var(--startRot)) scale(0.62);
    opacity: 0;
  }

  18% {
    opacity: var(--maxOpacity);
  }

  56% {
    opacity: var(--maxOpacity);
  }

  82% {
    opacity: var(--maxOpacity);
  }

  100% {
    transform: translate3d(var(--endX), var(--endY), var(--endZ)) rotate(var(--endRot)) scale(var(--popScale, 1.26));
    opacity: 0;
  }
}

@keyframes psShelfCardSweep {
  0% {
    opacity: 0;
    transform: translateX(-135%) skewX(-14deg);
  }

  18%,
  58% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(135%) skewX(-14deg);
  }
}

@media (max-width: 1024px) {
  .product-showcase-cinematic-home .ps-cinematic-hero {
    padding-top: 120px;
  }

  .product-showcase-cinematic-home .ps-cinematic-hero-inner {
    padding-inline: clamp(26px, 6vw, 56px);
  }

  .product-showcase-cinematic-home .ps-hero-title {
    max-width: 100%;
    font-size: clamp(3rem, 10vw, 6.4rem);
    line-height: 1.04;
    white-space: normal;
    text-wrap: balance;
  }

  .product-showcase-cinematic-home .ps-hero-summary {
    max-width: 880px;
  }

  .product-showcase-cinematic-home .ps-arrivals-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-showcase-cinematic-home .ps-front-layout--no-firstview {
    padding-top: calc(var(--pn-admin-bar-offset, 0px) + 112px);
  }

  .product-showcase-cinematic-home .ps-conversion-shelf-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .product-showcase-cinematic-home .ps-conversion-shelf h2 {
    white-space: normal;
    text-wrap: balance;
  }

  .product-showcase-cinematic-home .ps-conversion-shelf-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .product-showcase-cinematic-home .ps-post-card {
    grid-template-columns: 1fr;
  }

  .product-showcase-cinematic-home .ps-post-card-media {
    aspect-ratio: 16 / 10;
  }

  .product-showcase-cinematic-home .ps-post-card-title {
    font-size: 1.34rem;
  }
}

@media (max-width: 640px) {
  .product-showcase-cinematic-home .ps-cinematic-hero {
    padding-top: 108px;
    padding-bottom: 42px;
  }

  .product-showcase-cinematic-home .ps-cinematic-hero-inner {
    min-height: calc(100svh - 150px);
    padding-inline: clamp(24px, 7vw, 34px);
  }

  .product-showcase-cinematic-home .ps-front-layout--no-firstview {
    padding-top: calc(var(--pn-admin-bar-offset, 0px) + 92px);
  }

  .product-showcase-cinematic-home .ps-cinematic-hero-copy {
    margin-top: -14px;
  }

  .product-showcase-cinematic-home .ps-hero-eyebrow {
    max-width: 100%;
    justify-content: center;
    font-size: 0.78rem;
    letter-spacing: 0.34em;
    line-height: 1.65;
    text-align: center;
  }

  .product-showcase-cinematic-home .ps-hero-title {
    font-size: clamp(2rem, 9.2vw, 3rem);
    line-height: 1.08;
    white-space: normal;
    text-wrap: balance;
  }

  .product-showcase-cinematic-home .ps-hero-summary {
    margin-top: 1.45rem;
    max-width: 100%;
    font-size: clamp(0.98rem, 4vw, 1.12rem);
    line-height: 1.68;
  }

  .product-showcase-cinematic-home .ps-hero-actions {
    width: 100%;
    flex-direction: column;
    margin-top: 1.75rem;
  }

  .product-showcase-cinematic-home .ps-hero-primary,
  .product-showcase-cinematic-home .ps-hero-secondary {
    width: 100%;
    max-width: 520px;
    min-height: 70px;
    padding: 0 24px;
    font-size: clamp(1.08rem, 5.2vw, 1.42rem);
  }

  .product-showcase-cinematic-home .ps-hero-primary-label {
    gap: 0.72rem;
  }

  .product-showcase-cinematic-home .ps-hero-disclosure {
    left: clamp(24px, 7vw, 34px);
    right: clamp(24px, 7vw, 34px);
    bottom: 58px;
    margin: 0 auto;
    text-align: center;
    font-size: 0.72rem;
    line-height: 1.6;
  }

  .product-showcase-cinematic-home .ps-arrivals-title {
    font-size: 1.6rem;
  }

  .product-showcase-cinematic-home .ps-conversion-shelf {
    padding: clamp(18px, 5vw, 24px);
    border-radius: 22px;
  }

  .product-showcase-cinematic-home .ps-conversion-shelf-head {
    gap: 14px;
    margin-bottom: 18px;
  }

  .product-showcase-cinematic-home .ps-conversion-shelf-kicker {
    margin-bottom: 7px;
    font-size: 0.7rem;
    letter-spacing: 0.16em;
  }

  .product-showcase-cinematic-home .ps-conversion-shelf h2 {
    font-size: clamp(1.5rem, 7.2vw, 2.05rem);
    line-height: 1.22;
  }

  .product-showcase-cinematic-home .ps-conversion-shelf-head p {
    font-size: 0.86rem;
    line-height: 1.72;
  }

  .product-showcase-cinematic-home .ps-conversion-shelf-head a {
    width: 100%;
    min-height: 48px;
  }

  .product-showcase-cinematic-home .ps-conversion-shelf-grid {
    grid-template-columns: 1fr;
  }

  .product-showcase-cinematic-home .ps-conversion-shelf {
    --ps-shelf-reveal-y: 22px;
    --ps-shelf-hover-lift: 0px;
    --ps-shelf-image-scale: 1.025;
  }
}

@media (min-width: 1041px) and (max-width: 1280px) {
  .product-showcase-cinematic-home .ps-conversion-shelf-head {
    grid-template-columns: minmax(380px, 1.16fr) minmax(220px, 0.7fr) auto;
    gap: 18px;
  }

  .product-showcase-cinematic-home .ps-conversion-shelf h2 {
    font-size: clamp(1.58rem, 2.05vw, 1.9rem);
  }

  .product-showcase-cinematic-home .ps-conversion-shelf-head p {
    font-size: 0.86rem;
  }
}

@media (max-width: 420px) {
  .product-showcase-cinematic-home .ps-hero-title {
    font-size: clamp(1.95rem, 8.8vw, 2.45rem);
  }
}

@media (max-width: 360px) {
  .product-showcase-cinematic-home .ps-hero-title {
    font-size: 1.82rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-showcase-cinematic-home .ps-floating-item.is-depth-pop,
  .product-showcase-cinematic-home .ps-conversion-shelf .ps-conversion-lite-card,
  .product-showcase-cinematic-home .ps-conversion-shelf .ps-conversion-lite-card::before,
  .product-showcase-cinematic-home .ps-conversion-shelf .ps-conversion-lite-card .card-thumb img {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}
