/* ─── Premium Fragrance Shop ─── */
.mizshop-hero {
  position: relative;
  padding: clamp(64px, 10vw, 110px) 0;
  overflow: hidden;
  background: linear-gradient(165deg, #0c0a09 0%, #1c1917 42%, #12100e 100%);
}

.mizshop-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.mizshop-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 45% at 20% 25%, rgba(202, 138, 4, 0.16), transparent 60%),
    radial-gradient(ellipse 50% 40% at 85% 75%, rgba(180, 83, 9, 0.1), transparent 55%);
}

.mizshop-bg-grain {
  position: absolute;
  inset: 0;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.mizshop-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(48px);
  animation: shopOrbFloat 10s ease-in-out infinite;
}

.mizshop-orb-1 {
  width: 320px;
  height: 320px;
  top: -8%;
  right: 8%;
  background: rgba(202, 138, 4, 0.18);
}

.mizshop-orb-2 {
  width: 240px;
  height: 240px;
  bottom: 5%;
  left: -4%;
  background: rgba(120, 53, 15, 0.2);
  animation-delay: -4s;
}

@keyframes shopOrbFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-18px, 14px) scale(1.05); }
}

.mizshop-hero .container {
  position: relative;
  z-index: 1;
}

.badge-shop {
  background: rgba(202, 138, 4, 0.12);
  border-color: rgba(234, 179, 8, 0.35);
  color: #fbbf24;
}

.text-gradient-shop {
  background: linear-gradient(135deg, #fde68a, #ca8a04, #f59e0b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.mizshop-hero .section-header {
  max-width: 680px;
  margin-bottom: clamp(36px, 6vw, 52px);
}

.mizshop-hero .section-header h2,
.mizshop-hero .section-header p {
  color: #fafaf9;
}

.mizshop-hero .section-header p {
  color: #a8a29e;
}

.mizshop-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(32px, 5vw, 56px);
  align-items: center;
  margin-bottom: clamp(40px, 6vw, 64px);
}

/* Bottle stage */
.mizshop-stage {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.shop-stage-glow {
  position: absolute;
  width: 280px;
  height: 280px;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(202, 138, 4, 0.28), transparent 68%);
  filter: blur(30px);
  animation: glowPulse 5s ease-in-out infinite;
  z-index: 0;
}

.shop-bottle {
  position: relative;
  z-index: 1;
  width: min(220px, 55vw);
  height: min(340px, 70vw);
  animation: shopBottleFloat 6s ease-in-out infinite;
}

@keyframes shopBottleFloat {
  0%, 100% { transform: translateY(0) rotate(-1.5deg); }
  50% { transform: translateY(-12px) rotate(1.5deg); }
}

.shop-bottle-cap {
  width: 42%;
  height: 14%;
  margin: 0 auto;
  background: linear-gradient(180deg, #e7e5e4, #a8a29e 40%, #78716c);
  border-radius: 6px 6px 2px 2px;
  box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.4);
  position: relative;
  z-index: 2;
}

.shop-bottle-neck {
  width: 22%;
  height: 10%;
  margin: 0 auto;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: none;
}

.shop-bottle-body {
  position: relative;
  height: 76%;
  margin: 0 auto;
  width: 100%;
  border-radius: 18px 18px 28px 28px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.18), transparent 40%),
    linear-gradient(180deg, #292524 0%, #1c1917 55%, #0c0a09 100%);
  border: 1px solid rgba(234, 179, 8, 0.25);
  box-shadow:
    0 24px 50px rgba(0, 0, 0, 0.45),
    inset 0 0 40px rgba(202, 138, 4, 0.08);
  overflow: hidden;
}

.shop-bottle-liquid {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 8%;
  height: 62%;
  border-radius: 12px 12px 22px 22px;
  background: linear-gradient(180deg, rgba(251, 191, 36, 0.55), rgba(180, 83, 9, 0.75) 55%, rgba(120, 53, 15, 0.9));
  animation: shopLiquid 4s ease-in-out infinite;
  transform-origin: bottom center;
}

.shop-bottle-liquid::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.2) 50%, transparent 60%);
  animation: shopShine 5s linear infinite;
}

@keyframes shopLiquid {
  0%, 100% { transform: scaleY(1) skewX(0deg); }
  50% { transform: scaleY(1.02) skewX(0.6deg); }
}

@keyframes shopShine {
  from { transform: translateX(-120%); }
  to { transform: translateX(120%); }
}

.shop-bottle-label {
  position: absolute;
  left: 50%;
  top: 28%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 2;
  width: 70%;
}

.shop-bottle-label strong {
  display: block;
  font-family: var(--font-display, 'Baloo 2', Georgia, serif);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fde68a;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.shop-bottle-label span {
  display: block;
  margin-top: 4px;
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(250, 250, 249, 0.7);
}

/* Atomizer spray */
.shop-spray {
  position: absolute;
  top: 2px;
  left: 50%;
  width: 0;
  height: 0;
  z-index: 4;
  pointer-events: none;
}

.shop-spray-drop {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--size, 10px);
  height: var(--size, 10px);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, var(--tint, rgba(253, 230, 138, 0.95)), transparent 68%);
  filter: blur(var(--blur, 1px));
  opacity: 0;
  will-change: transform, opacity;
  animation: shopSprayDrop var(--dur, 1.5s) cubic-bezier(0.12, 0.62, 0.32, 1) var(--delay, 0s) forwards;
}

@keyframes shopSprayDrop {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.25);
  }
  14% {
    opacity: var(--peak, 0.85);
  }
  70% {
    opacity: calc(var(--peak, 0.85) * 0.35);
  }
  100% {
    opacity: 0;
    transform: translate(calc(-50% + var(--dx, 0px)), calc(-50% + var(--dy, -90px))) scale(var(--scale, 2.6));
  }
}

.shop-spray-halo {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  margin: -13px 0 0 -13px;
  border-radius: 50%;
  border: 1px solid rgba(253, 230, 138, 0.5);
  opacity: 0;
  animation: shopSprayHalo 1.1s ease-out var(--delay, 0s) forwards;
}

@keyframes shopSprayHalo {
  0% { opacity: 0.7; transform: scale(0.2); }
  100% { opacity: 0; transform: scale(3.4); }
}

/* Nozzle press + bottle recoil while spraying */
.shop-bottle.is-spraying .shop-bottle-cap {
  animation: shopCapPress 0.55s cubic-bezier(0.3, 0.9, 0.4, 1);
}

@keyframes shopCapPress {
  0% { transform: translateY(0); }
  22% { transform: translateY(4px) scaleY(0.9); }
  100% { transform: translateY(0); }
}

.shop-bottle.is-spraying .shop-bottle-body {
  animation: shopBottleRecoil 0.6s cubic-bezier(0.3, 0.9, 0.4, 1);
}

@keyframes shopBottleRecoil {
  0% { transform: translateY(0) scaleX(1); }
  20% { transform: translateY(3px) scaleX(1.025); }
  55% { transform: translateY(-1px) scaleX(0.99); }
  100% { transform: translateY(0) scaleX(1); }
}

.shop-bottle.is-spraying .shop-bottle-liquid {
  animation: shopLiquidJolt 0.7s ease-out;
}

@keyframes shopLiquidJolt {
  0% { transform: scaleY(1) skewX(0deg); }
  25% { transform: scaleY(0.965) skewX(1.6deg); }
  60% { transform: scaleY(1.015) skewX(-1deg); }
  100% { transform: scaleY(1) skewX(0deg); }
}

/* Scent trail that lingers after the burst */
.shop-scent-trail {
  position: absolute;
  top: 4%;
  left: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(251, 191, 36, 0.22), transparent 62%);
  filter: blur(18px);
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  transition: opacity 0.6s ease;
}

.shop-bottle.is-spraying ~ .shop-scent-trail,
.shop-scent-trail.is-active {
  opacity: 1;
  animation: shopTrailDrift 2.4s ease-out forwards;
}

@keyframes shopTrailDrift {
  0% { opacity: 0; transform: translateY(10px) scale(0.6); }
  30% { opacity: 0.9; }
  100% { opacity: 0; transform: translateY(-70px) scale(1.6); }
}

.shop-featured-name {
  text-align: center;
  z-index: 1;
}

.shop-featured-name h3 {
  margin: 0 0 6px;
  font-size: 1.35rem;
  color: #fafaf9;
}

.shop-featured-name p {
  margin: 0;
  font-size: 0.88rem;
  color: #a8a29e;
}

/* Product selector */
.mizshop-catalog {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.shop-scents {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.shop-scent {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(231, 229, 228, 0.1);
  cursor: pointer;
  text-align: left;
  width: 100%;
  color: inherit;
  font: inherit;
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s var(--ease-out, ease);
}

.shop-scent:hover {
  background: rgba(202, 138, 4, 0.06);
  border-color: rgba(234, 179, 8, 0.25);
  transform: translateX(4px);
}

.shop-scent.is-active {
  background: rgba(202, 138, 4, 0.1);
  border-color: rgba(234, 179, 8, 0.45);
  box-shadow: 0 0 24px rgba(202, 138, 4, 0.12);
}

.shop-scent-swatch {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  flex-shrink: 0;
  border: 2px solid rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.25);
}

.shop-scent-body strong {
  display: block;
  font-size: 0.95rem;
  color: #fafaf9;
  margin-bottom: 2px;
}

.shop-scent-body p {
  margin: 0;
  font-size: 0.8rem;
  color: #a8a29e;
  line-height: 1.4;
}

.shop-scent.is-active .shop-scent-body strong {
  color: #fde68a;
}

/* Note pyramid */
.shop-notes {
  margin-top: 8px;
  padding: 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(231, 229, 228, 0.08);
}

.shop-notes h4 {
  margin: 0 0 14px;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #a8a29e;
  font-weight: 700;
}

.shop-note-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.shop-note {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(12, 10, 9, 0.45);
  opacity: 0;
  transform: translateY(8px);
  animation: shopNoteIn 0.5s var(--ease-out, ease) forwards;
}

.shop-note:nth-child(1) { animation-delay: 0.05s; }
.shop-note:nth-child(2) { animation-delay: 0.18s; }
.shop-note:nth-child(3) { animation-delay: 0.3s; }

@keyframes shopNoteIn {
  to { opacity: 1; transform: translateY(0); }
}

.shop-note-label {
  min-width: 52px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ca8a04;
}

.shop-note-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.shop-note-tags span {
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  background: rgba(202, 138, 4, 0.1);
  border: 1px solid rgba(234, 179, 8, 0.2);
  color: #e7e5e4;
}

/* Feature strip */
.mizshop-perks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 28px;
}

.shop-perk {
  padding: 18px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(231, 229, 228, 0.08);
  transition: transform 0.25s ease, border-color 0.25s;
}

.shop-perk:hover {
  transform: translateY(-3px);
  border-color: rgba(234, 179, 8, 0.3);
}

.shop-perk-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(202, 138, 4, 0.12);
  color: #fbbf24;
  margin-bottom: 12px;
}

.shop-perk-icon svg {
  width: 20px;
  height: 20px;
}

.shop-perk h4 {
  margin: 0 0 6px;
  font-size: 0.92rem;
  color: #fafaf9;
}

.shop-perk p {
  margin: 0;
  font-size: 0.8rem;
  color: #a8a29e;
  line-height: 1.45;
}

.mizshop-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.mizshop-tags span {
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  background: rgba(202, 138, 4, 0.1);
  border: 1px solid rgba(234, 179, 8, 0.25);
  color: #fde68a;
}

.btn-shop {
  background: linear-gradient(135deg, #ca8a04, #a16207);
  color: #0c0a09;
  font-weight: 800;
  box-shadow: 0 4px 20px rgba(202, 138, 4, 0.35);
}

.btn-shop:hover {
  color: #0c0a09;
  box-shadow: 0 8px 28px rgba(202, 138, 4, 0.5);
  transform: translateY(-2px);
}

.btn-shop-lg {
  padding: 16px 28px;
  font-size: 1.05rem;
  letter-spacing: 0.01em;
}

.btn-shop-sm {
  margin-top: 14px;
  padding: 10px 18px;
  font-size: 0.85rem;
  display: inline-flex;
}

.shop-cta-hero {
  margin-top: 20px;
  display: inline-flex;
}

.shop-inline-link {
  color: #fbbf24;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.shop-inline-link:hover {
  color: #fde68a;
}

.mizshop-cta {
  justify-content: center;
  flex-wrap: wrap;
}

.mizshop-hero .section-header {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.audience-shop-featured {
  border-width: 2px;
  border-color: rgba(234, 179, 8, 0.55);
  box-shadow: 0 0 28px rgba(202, 138, 4, 0.18);
}

.shop-float {
  position: fixed;
  right: 20px;
  bottom: 96px;
  z-index: 900;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ca8a04, #a16207);
  color: #0c0a09;
  font-weight: 800;
  font-size: 0.88rem;
  text-decoration: none;
  box-shadow: 0 8px 28px rgba(202, 138, 4, 0.4);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.shop-float:hover {
  color: #0c0a09;
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 12px 32px rgba(202, 138, 4, 0.5);
}

.shop-float span {
  letter-spacing: 0.02em;
}

@media (max-width: 560px) {
  .shop-float span {
    display: none;
  }

  .shop-float {
    width: 52px;
    height: 52px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
  }
}

.mizshop-hero .btn-secondary {
  background: transparent;
  border-color: rgba(231, 229, 228, 0.25);
  color: #fafaf9;
}

.mizshop-hero .btn-secondary:hover {
  border-color: rgba(234, 179, 8, 0.5);
  color: #fde68a;
}

.audience-shop {
  border-color: rgba(234, 179, 8, 0.3);
  background: linear-gradient(145deg, rgba(202, 138, 4, 0.1), rgba(28, 22, 52, 0.5));
}

.product-label-shop {
  background: rgba(202, 138, 4, 0.18);
  color: #fbbf24;
}

@media (max-width: 960px) {
  .mizshop-grid {
    grid-template-columns: 1fr;
  }

  .mizshop-stage {
    order: 1;
  }

  .mizshop-catalog {
    order: 2;
  }

  .mizshop-perks {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .mizshop-perks {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mizshop-orb,
  .shop-stage-glow,
  .shop-bottle,
  .shop-bottle-liquid,
  .shop-bottle-liquid::after,
  .shop-spray-drop,
  .shop-spray-halo,
  .shop-scent-trail {
    animation: none;
  }

  .shop-spray,
  .shop-scent-trail {
    display: none;
  }

  .shop-note {
    opacity: 1;
    transform: none;
    animation: none;
  }
}
