.shop-site {
  background:
    radial-gradient(1200px 500px at 80% -10%, rgba(108, 255, 211, 0.08), transparent 50%),
    radial-gradient(1000px 420px at 0% 20%, rgba(31, 124, 255, 0.08), transparent 45%),
    #f5f7fb;
  color: #111827;
}

.shop-liquid-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  pointer-events: none;
  z-index: 20;
  filter: blur(24px);
  opacity: 0.45;
  background:
    radial-gradient(circle at 35% 35%, var(--liquid-a, rgba(31, 124, 255, 0.25)), transparent 60%),
    radial-gradient(circle at 70% 65%, var(--liquid-b, rgba(108, 255, 211, 0.22)), transparent 58%);
  transition: opacity 220ms ease, filter 220ms ease;
}

body.is-liquid-focused .shop-liquid-mask {
  opacity: 0.62;
  filter: blur(18px);
}

.shop-hero {
  position: relative;
  overflow: hidden;
}

.shop-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.shop-hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  filter: saturate(1.05) contrast(1.05);
}

.shop-hero-media__shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 500px at 20% 10%, rgba(245, 247, 251, 0.8), rgba(245, 247, 251, 0.55) 60%, rgba(245, 247, 251, 0.92)),
    linear-gradient(to bottom, rgba(245, 247, 251, 0.75), rgba(245, 247, 251, 0.9));
}

.shop-hero .hero-text,
.shop-hero .hero-visual {
  position: relative;
  z-index: 1;
}

.shop-topline {
  position: sticky;
  top: 0;
  z-index: 30;
  padding: 0.45rem 1rem;
  text-align: center;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--border-color);
  background: rgba(255, 255, 255, 0.9);
  color: #0f172a;
  backdrop-filter: blur(14px);
}

.shop-site .top-bar {
  top: 2rem;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.shop-site .main-nav a {
  color: #0f172a;
  opacity: 0.75;
}

.shop-site .main-nav a:hover {
  opacity: 1;
}

.shop-site .hero {
  min-height: calc(100vh - 140px);
  align-items: stretch;
}

.shop-site .hero-text h1 {
  max-width: 760px;
  line-height: 1.04;
  letter-spacing: 0.01em;
}

.shop-site .hero-subtitle {
  max-width: 620px;
  color: rgba(15, 23, 42, 0.7);
}

.hero-signature {
  margin-top: 1.35rem;
  font-size: 0.88rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.hero-stack {
  display: grid;
  gap: 0.9rem;
  align-content: start;
}

.hero-card {
  padding: 1rem 1.1rem;
  border: 1px solid rgba(15, 23, 42, 0.09);
  border-radius: 16px;
  background: #ffffff;
}

.hero-card--white {
  background: #ffffff;
}

.hero-card__tag {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  text-transform: uppercase;
}

.hero-card h3 {
  margin: 0 0 0.35rem;
  font-size: 1.06rem;
}

.hero-card p {
  margin: 0;
  color: rgba(15, 23, 42, 0.68);
  font-size: 0.88rem;
}

.hero-card--accent {
  background: linear-gradient(135deg, rgba(31, 124, 255, 0.09), rgba(108, 255, 211, 0.1));
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.hero-metrics > div {
  border: 1px solid rgba(15, 23, 42, 0.09);
  border-radius: 12px;
  padding: 0.75rem 0.6rem;
  text-align: center;
  background: #ffffff;
}

.hero-metrics strong {
  display: block;
  font-size: 0.95rem;
}

.hero-metrics span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.75rem;
  color: var(--text-muted);
}

.shop-story {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 1.2rem;
  padding: 1rem 5vw 2.2rem;
}

.shop-story__left h2 {
  margin: 0.45rem 0 0.8rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.shop-story__left p {
  margin: 0;
  color: rgba(15, 23, 42, 0.72);
  max-width: 700px;
}

.shop-story__right {
  display: grid;
  gap: 0.8rem;
}

.shop-story__right article {
  border: 1px solid rgba(15, 23, 42, 0.09);
  border-radius: 14px;
  padding: 0.9rem 1rem;
  background: #ffffff;
}

.shop-story__right h3 {
  margin: 0 0 0.35rem;
  font-size: 0.98rem;
}

.shop-story__right p {
  margin: 0;
  font-size: 0.88rem;
  color: rgba(15, 23, 42, 0.7);
}

.shop-catalog-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 1.2rem;
}

.shop-sidebar {
  position: sticky;
  top: 7rem;
  align-self: start;
  border: 1px solid rgba(15, 23, 42, 0.09);
  border-radius: 14px;
  background: #ffffff;
  padding: 0.9rem;
}

.shop-sidebar h3 {
  margin: 0 0 0.7rem;
  font-size: 0.95rem;
}

.shop-filter-group {
  margin-bottom: 0.9rem;
}

.shop-filter-group > p {
  margin: 0 0 0.45rem;
  font-size: 0.8rem;
  color: rgba(15, 23, 42, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.shop-main-grid {
  min-width: 0;
}

.shop-site .shop-grid {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.shop-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.shop-filter__btn {
  border: 1px solid rgba(15, 23, 42, 0.18);
  background: transparent;
  color: #0f172a;
  padding: 0.42rem 0.9rem;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.84rem;
  transition: transform 0.2s ease, background 0.2s ease;
}

.shop-filter__btn.is-active {
  border-color: rgba(31, 124, 255, 0.45);
  color: #0f172a;
  background: rgba(31, 124, 255, 0.1);
}

.shop-carousel {
  margin: 0.5rem 0 1.4rem;
}

.shop-carousel__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.7rem;
}

.shop-carousel__head h3 {
  margin: 0;
  font-size: 1.06rem;
}

.shop-carousel__head p {
  margin: 0;
  color: rgba(15, 23, 42, 0.62);
  font-size: 0.84rem;
}

.shop-carousel__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(200px, 240px);
  gap: 0.8rem;
  overflow-x: auto;
  padding-bottom: 0.4rem;
  scroll-snap-type: x mandatory;
}

.shop-mini-card {
  scroll-snap-align: start;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 14px;
  padding: 0.85rem 0.95rem;
  background: #ffffff;
}

.shop-mini-card__tag {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(15, 23, 42, 0.6);
}

.shop-mini-card h4 {
  margin: 0 0 0.4rem;
  font-size: 0.94rem;
}

.shop-mini-card p {
  margin: 0;
}

.shop-empty {
  border: 1px dashed rgba(15, 23, 42, 0.18);
  border-radius: 12px;
  padding: 1rem;
  color: rgba(15, 23, 42, 0.65);
  font-size: 0.92rem;
}

.shop-site .shop-card {
  position: relative;
  border-radius: 20px;
  padding: 0;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #ffffff;
  overflow: hidden;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.shop-site .shop-card:hover {
  transform: translateY(-3px) scale(1.003);
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.16);
}

.shop-card__media {
  position: relative;
  overflow: hidden;
  height: 280px;
  background: #ffffff;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.shop-card__media-inner {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(160px 120px at 30% 35%, rgba(148, 163, 184, 0.28), transparent 70%),
    radial-gradient(210px 160px at 72% 62%, rgba(226, 232, 240, 0.9), transparent 70%),
    linear-gradient(140deg, #ffffff, #f8fafc);
  background-repeat: no-repeat;
  transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
}

.shop-card__media-inner[style*="background-image"] {
  background-color: #f8fafc;
}

.shop-card__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.shop-card__media-inner:hover .shop-card__video,
.shop-card__media-inner:focus-within .shop-card__video {
  opacity: 1;
}

.shop-card__media-inner:hover[style*="background-image"],
.shop-card__media-inner:focus-within[style*="background-image"] {
  background-image: none !important;
}

.shop-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 0.72rem;
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.08);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.mishi-member-mark {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(31, 124, 255, 0.18), rgba(108, 255, 211, 0.22));
  border: 1px solid rgba(31, 124, 255, 0.25);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  color: #0f172a;
}

.mishi-member-mark::before {
  content: "M";
}

.shop-card__overlay {
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(15, 23, 42, 0.38);
  color: #ffffff;
  opacity: 0;
  transition: opacity 0.32s ease;
}

.shop-site .shop-card:hover .shop-card__media-inner {
  transform: scale(1.06);
}

.shop-site .shop-card:hover .shop-card__overlay {
  opacity: 1;
}

.shop-card__body {
  padding: 1.15rem 1.2rem 0.6rem;
}

.shop-card__variants {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  gap: 0.55rem 0.65rem;
  padding: 0 1.2rem 0.85rem;
}

.shop-card__field {
  display: grid;
  gap: 0.28rem;
  font-size: 0.76rem;
  color: rgba(15, 23, 42, 0.62);
}

.shop-card__field span {
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.shop-card__select {
  width: 100%;
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 10px;
  padding: 0.48rem 0.55rem;
  font: inherit;
  font-size: 0.86rem;
  background: #fff;
  color: #0f172a;
  outline: none;
}

.shop-card__select:focus {
  border-color: rgba(31, 124, 255, 0.45);
  box-shadow: 0 0 0 3px rgba(31, 124, 255, 0.18);
}

.shop-line__variant {
  margin: 0.12rem 0 0;
  font-size: 0.82rem;
  color: rgba(15, 23, 42, 0.55);
}

.shop-site .shop-card__title {
  font-size: 1.08rem;
  margin-bottom: 0.35rem;
}

.shop-site .shop-card__price {
  font-size: 1.2rem;
  margin: 0.55rem 0 0;
}

.shop-card__desc {
  color: rgba(15, 23, 42, 0.65);
}

.shop-card__story {
  margin: 0.45rem 0 0;
  color: rgba(15, 23, 42, 0.72);
  font-size: 0.86rem;
  line-height: 1.6;
}

.shop-card__btn {
  margin: 0.9rem 1.2rem 1.2rem;
  border: 1px solid rgba(15, 23, 42, 0.26);
  background: transparent;
  color: #0f172a;
  border-radius: 999px;
  padding: 0.58rem 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.shop-card__btn:hover {
  background: #0f172a;
  color: #f8fafc;
  transform: translateY(-1px);
}

.shop-footer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.4rem;
}

.shop-footer > div {
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 12px;
  padding: 0.9rem 1rem;
  background: rgba(255, 255, 255, 0.72);
}

.shop-footer h4 {
  margin: 0 0 0.4rem;
}

.shop-footer p {
  margin: 0 0 0.55rem;
  color: rgba(15, 23, 42, 0.7);
  font-size: 0.88rem;
}

.shop-footer a {
  font-size: 0.9rem;
  opacity: 0.95;
}

@media (max-width: 900px) {
  .shop-topline {
    position: static;
  }

  .shop-site {
    cursor: auto;
  }

  .shop-liquid-mask {
    display: none;
  }

  .shop-site .top-bar {
    top: 0;
  }

  .shop-story {
    grid-template-columns: 1fr;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .shop-catalog-layout {
    grid-template-columns: 1fr;
  }

  .shop-sidebar {
    position: static;
  }

  .shop-footer {
    grid-template-columns: 1fr;
  }
}
