/* ==========================================================================
   Kozmetik Parfüm — PRODUCT DETAIL PAGE STYLES
   Breadcrumb, Gallery, Info, Tabs, Reviews, Related Products
   ========================================================================== */

/* ===== EMOJI ICONS ===== */
.pd-emoji{font-size:1.4rem;line-height:1;font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif}
.pd-emoji-sm{font-size:1rem;line-height:1;font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif;vertical-align:-1px}
.pd-emoji-lg{font-size:1.6rem;line-height:1;font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif}

/* Breadcrumb styles moved to global.css */

/* ===== SVG ICON SIZING ===== */
.pd-svg {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0
}

.pd-svg--xs {
  width: 14px;
  height: 14px
}

.pd-svg--sm {
  width: 16px;
  height: 16px
}

.pd-svg--md {
  width: 20px;
  height: 20px
}

.pd-svg--meta {
  width: 18px;
  height: 18px;
  color: var(--primary-light)
}

.pd-svg--scent {
  width: 28px;
  height: 28px
}

.pd-svg--btn {
  width: 18px;
  height: 18px
}

.pd-svg--trust {
  width: clamp(22px, 2.5vw, 28px);
  height: clamp(22px, 2.5vw, 28px);
  color: var(--primary-light)
}

/* ===== PRODUCT DETAIL LAYOUT ===== */
.pd-section {
  padding: 32px 0 56px
}

.pd-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: start
}

/* ===== PRODUCT IMAGE ===== */
.pd-gallery {
  position: sticky;
  top: 100px
}

.pd-main-img {
  position: relative;
  background: linear-gradient(145deg, #0e0e18 0%, #1a1a2e 50%, #16213e 100%);
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 3/4;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: zoom-in
}

.pd-main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease
}

/* Zoom lens overlay */
.pd-zoom-lens {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: 200%;
  opacity: 0;
  transition: opacity .2s ease;
  z-index: 3;
  cursor: zoom-in;
  pointer-events: none
}

.pd-main-img.zooming .pd-zoom-lens {
  opacity: 1
}

.pd-main-img.zooming img {
  opacity: 0
}

.pd-main-img.zooming {
  cursor: zoom-out
}

.pd-badges {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px
}

.pd-badge {
  padding: 6px 16px;
  border-radius: var(--radius-full);
  font-size: .78rem;
  font-weight: 700;
  color: #fff;
  background: var(--gradient)
}

/* ===== PRODUCT INFO ===== */
.pd-brand {
  display: block;
  font-size: var(--fs-caption);
  font-weight: 700;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 8px
}

.pd-title {
  font-family: var(--font-heading);
  font-size: var(--fs-h2);
  font-weight: 700;
  color: var(--text);
  line-height: var(--lh-heading);
  margin-bottom: 14px
}

.pd-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px
}

.pd-stars {
  display: flex;
  gap: 2px;
  color: var(--accent)
}

.pd-stars i {
  font-size: .9rem
}

.pd-rating-text {
  font-size: var(--fs-body-sm);
  color: var(--text-muted)
}

/* Price Box — Premium Emphasis */
.pd-price-box {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border)
}

.pd-old-price {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-muted);
  text-decoration: line-through;
  margin-bottom: 4px
}

.pd-discount-chip {
  background: linear-gradient(135deg, #ef4444, #dc2626);
  color: #fff;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: .75rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-block
}

.pd-price {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 800;
  color: var(--primary)
}

/* Meta Tags — her zaman 3'lü grid (responsive küçülür, bozulmaz) */
.pd-meta-tags {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(6px, 1.2vw, 10px);
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
  max-width: 620px
}

.pd-meta-tag {
  display: flex;
  align-items: center;
  gap: clamp(5px, 1.1vw, 12px);
  padding: clamp(8px, 1.3vw, 12px) clamp(8px, 1.4vw, 16px);
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  font-size: clamp(.62rem, 2vw, .85rem);
  font-weight: 600;
  color: var(--text);
  min-width: 0;
  transition: var(--transition)
}

/* Yazı tek satır kalsın (şişmesin); sığmazsa kısalır */
.pd-meta-tag span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pd-meta-icon{font-size:clamp(.78rem, 1.9vw, 1rem);flex-shrink:0}
.pd-meta-icon--blue{color:#2196F3}
.pd-meta-icon--purple{color:#9C27B0}
.pd-meta-icon--orange{color:#F57C00}
.pd-meta-icon--green{color:#43A047}
.pd-meta-icon--violet{color:#6366F1}
.pd-meta-icon--teal{color:#0D9488}

/* Koku ailesi chip ikonu — aileye özel zarif renkler */
.pd-meta-svg{width:clamp(15px, 2vw, 18px);height:clamp(15px, 2vw, 18px);flex-shrink:0}
.pd-meta-scent--oriental{color:#C9972B}
.pd-meta-scent--woody{color:#8D6E63}
.pd-meta-scent--floral{color:#EC407A}
.pd-meta-scent--fresh{color:#66BB6A}
.pd-meta-scent--aromatic{color:#7CB342}
.pd-meta-scent--spicy{color:#E64A19}
.pd-meta-scent--fruity{color:#FB8C00}
.pd-meta-scent--gourmand{color:#B07D56}
.pd-meta-scent--aquatic{color:#29B6F6}
.pd-meta-scent--leather{color:#6D4C41}
.pd-meta-scent--fougere{color:#26A69A}
.pd-meta-scent--chypre{color:#558B2F}

.pd-meta-tag:hover {
  border-color: var(--primary-light);
  box-shadow: 0 3px 12px rgba(15,32,68,.08);
  transform: translateY(-1px)
}

/* Quantity */
.pd-quantity {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px
}

.pd-qty-controls {
  display: flex;
  align-items: center;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  overflow: hidden
}

.pd-qty-btn {
  width: 44px;
  height: 44px;
  background: var(--bg);
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .85rem;
  transition: var(--transition);
  cursor: pointer;
  border: none
}

.pd-qty-btn:hover {
  background: var(--primary);
  color: #fff
}

.pd-qty-controls input {
  width: 50px;
  height: 44px;
  text-align: center;
  border: none;
  border-left: 1px solid var(--border);
  border-right: 1px solid var(--border);
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  background: #fff
}

.pd-qty-controls input::-webkit-inner-spin-button,
.pd-qty-controls input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.pd-qty-controls input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield
}

/* Stock Status */
.pd-stock {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: .85rem;
  font-weight: 600
}

.pd-stock--in {
  color: #15803d
}

.pd-stock--out {
  color: #dc2626
}

/* Action Buttons */
.pd-actions {
  margin-bottom: 24px
}

.pd-add-btn {
  width: 100%;
  padding: 16px 28px;
  border-radius: 14px;
  background: var(--gradient);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all .4s cubic-bezier(.4,0,.2,1);
  cursor: pointer;
  border: none;
  box-shadow: 0 4px 20px rgba(15, 32, 68, .2);
  letter-spacing: .3px
}

.pd-add-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(15, 32, 68, .3);
  filter: brightness(1.08)
}

.pd-add-btn:active {
  transform: translateY(0) scale(.98)
}

.pd-add-btn.added {
  background: linear-gradient(135deg, #059669, #10b981);
  box-shadow: 0 4px 20px rgba(5, 150, 105, .3);
  pointer-events: none;
  animation: addedPulse .5s ease
}

@keyframes addedPulse {
  0% { transform: scale(1) }
  50% { transform: scale(1.03) }
  100% { transform: scale(1) }
}

/* ===== ÜRÜN TİPLERİ — DARK IMMERSIVE SECTION ===== */

/* — Section Container: Dark cinematic background — */
.pd-types-section {
  position: relative;
  margin-top: 0;
  padding: 8px 0 4px;
  border-radius: 24px;
  background: transparent;
  overflow: hidden;
  isolation: isolate
}

/* — Ambient Glow Orbs — soft color blobs behind glass cards — */
.pd-types-orb {
  display: none;
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: .35;
  pointer-events: none;
  z-index: 0;
  animation: orb-float 8s ease-in-out infinite alternate
}

.pd-types-orb--1 {
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, #10b981 0%, transparent 70%);
  top: -40px;
  left: -20px;
  animation-delay: 0s
}

.pd-types-orb--2 {
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, #3b82f6 0%, transparent 70%);
  top: 50%;
  left: 45%;
  transform: translateY(-50%);
  animation-delay: -3s
}

.pd-types-orb--3 {
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, #8b5cf6 0%, transparent 70%);
  bottom: -60px;
  right: -30px;
  animation-delay: -5s
}

@keyframes orb-float {
  0%   { transform: translate(0, 0) scale(1) }
  100% { transform: translate(15px, -20px) scale(1.1) }
}

/* — Section Header — editorial style — */
.pd-types-header {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 36px
}

.pd-types-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, .45);
  margin-bottom: 10px
}

.pd-types-eyebrow .pd-svg {
  color: rgba(255, 255, 255, .35)
}

.pd-types-title {
  font-family: var(--font-heading);
  font-size: clamp(1.3rem, 2.5vw, 1.6rem);
  font-weight: 700;
  color: var(--text);
  margin: 0 0 8px;
  letter-spacing: -.02em
}

.pd-types-desc {
  font-size: .85rem;
  color: var(--text-muted);
  margin: 0;
  font-weight: 400
}

/* — Card Grid — */
.pd-types-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px
}

/* — Card — frosted glass panel — */
.pd-types-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  transition: transform .4s cubic-bezier(.4, 0, .2, 1), box-shadow .4s ease
}

.pd-types-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .4)
}

/* Colored glow behind each card */
.pd-types-card-glow {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: .12;
  transition: opacity .4s ease;
  z-index: 0
}

.pd-types-card:hover .pd-types-card-glow {
  opacity: .25
}



.pd-types-card-glow--emerald {
  background: linear-gradient(135deg, #059669 0%, #10b981 50%, #34d399 100%)
}

.pd-types-card-glow--sapphire {
  background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 50%, #60a5fa 100%)
}

.pd-types-card-glow--amethyst {
  background: linear-gradient(135deg, #7c3aed 0%, #8b5cf6 50%, #a78bfa 100%)
}

/* — Card Inner — content layer above video — */
.pd-types-card-inner {
  position: relative;
  z-index: 3;
  padding: 28px 24px 26px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: inherit;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: border-color .3s ease
}

.pd-types-card:hover .pd-types-card-inner {
  border-color: rgba(255, 255, 255, .16)
}

/* — Card Head — icon + title row — */
.pd-types-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px
}

.pd-types-card-step {
  display: block;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 2px
}

/* Step numbers inherit color from icon variant */
.pd-types-card-icon--emerald ~ div .pd-types-card-step { color: #34d399 }
.pd-types-card-icon--sapphire ~ div .pd-types-card-step { color: #60a5fa }
.pd-types-card-icon--amethyst ~ div .pd-types-card-step { color: #a78bfa }

.pd-types-card-head h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.2
}

/* — Icon containers — themed solid + glass — */
.pd-types-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, .15);
  box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
  transition: transform .35s ease, box-shadow .35s ease
}

.pd-types-card:hover .pd-types-card-icon {
  transform: scale(1.08);
  box-shadow: 0 6px 24px rgba(0, 0, 0, .3)
}

.pd-types-card-icon .pd-svg {
  width: 22px;
  height: 22px;
  color: #fff;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3))
}

.pd-types-card-icon--emerald,
.pd-types-card-icon--sapphire,
.pd-types-card-icon--amethyst {
  background: linear-gradient(135deg, #ffffff, #eef2f7)
}

/* — Badge — colored pill — */
.pd-types-card-badge {
  display: inline-flex;
  align-self: flex-start;
  padding: 4px 14px;
  border-radius: 20px;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-bottom: 14px
}

.pd-types-card-badge--emerald {
  color: #047857;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .14)
}

.pd-types-card-badge--sapphire {
  color: #1d4ed8;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .14)
}

.pd-types-card-badge--amethyst {
  color: #6d28d9;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .14)
}

/* — Card Typography — */
.pd-types-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}
.pd-types-list li{position:relative;padding-left:18px;font-size:.84rem;line-height:1.5;color:rgba(255,255,255,.95)}
.pd-types-list li::before{content:'';position:absolute;left:0;top:7px;width:6px;height:6px;border-radius:50%;background:#fff;opacity:.9}
.pd-types-card:nth-child(1) .pd-types-list li::before,
.pd-types-card:nth-child(2) .pd-types-list li::before,
.pd-types-card:nth-child(3) .pd-types-list li::before{background:#fff}

.pd-types-card p {
  font-size: .82rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, .55);
  margin: 0
}

.pd-types-card strong {
  color: #fff;
  font-weight: 700
}

.pd-types-card em {
  color: rgba(255, 255, 255, .35);
  font-style: italic;
  font-size: .78rem
}

/* — Video Background Layer — */
.pd-types-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: inherit;
  pointer-events: none;
  opacity: .6;
  transition: opacity .6s ease
}

.pd-types-card:hover .pd-types-video {
  opacity: .75
}

/* — Overlay — tinted glass over video for text readability — */
.pd-types-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  pointer-events: none
}

.pd-types-overlay--emerald {
  background: linear-gradient(160deg, #065f46 0%, #059669 100%)
}

.pd-types-overlay--sapphire {
  background: linear-gradient(160deg, #1e3a8a 0%, #2563eb 100%)
}

.pd-types-overlay--amethyst {
  background: linear-gradient(160deg, #5b21b6 0%, #7c3aed 100%)
}

/* — Accessibility — */
@media (prefers-reduced-motion: reduce) {
  .pd-types-orb { animation: none }
  .pd-types-card:hover { transform: translateY(-3px) }
  .pd-types-video { display: none }
}

/* — Responsive — */
@media (max-width: 992px) {
  .pd-types-grid {
    grid-template-columns: 1fr;
    gap: 14px
  }
  .pd-types-section {
    padding: 36px 24px 40px
  }
  .pd-types-orb { display: none }
}

@media (max-width: 768px) {
  .pd-types-section {
    padding: 28px 18px 32px;
    border-radius: 18px
  }
  .pd-types-card-inner {
    padding: 22px 18px 20px
  }
}

/* ===== BOGO Badge ===== */
.pd-brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px
}

.pd-brand-row .pd-brand {
  margin-bottom: 0
}

.pd-bogo-badge {
  position: relative;
  overflow: hidden
}

.pd-bogo-badge-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px 10px 16px;
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 50%, #ffd700 100%);
  border-radius: 12px;
  color: #fff;
  position: relative;
  box-shadow: 0 4px 20px rgba(255, 107, 53, 0.4);
  animation: bogoShine 3s ease-in-out infinite
}

.pd-bogo-badge-inner i {
  font-size: 1.3rem;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .2))
}

.pd-bogo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2
}

.pd-bogo-text strong {
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .15)
}

.pd-bogo-text span {
  font-size: .65rem;
  font-weight: 500;
  opacity: .9;
  text-transform: uppercase;
  letter-spacing: .5px
}

.pd-bogo-ribbon {
  position: absolute;
  top: 0;
  right: -20px;
  width: 60px;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, .15) 50%, transparent 100%);
  transform: skewX(-15deg)
}

@keyframes bogoShine {

  0%,
  100% {
    box-shadow: 0 4px 20px rgba(255, 107, 53, 0.4)
  }

  50% {
    box-shadow: 0 6px 28px rgba(255, 107, 53, 0.6), 0 0 40px rgba(255, 215, 0, 0.2)
  }
}

/* BOGO "Sepete Ekle" button variant */
.pd-add-btn-bogo {
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
  animation: bogoBtn 2s ease-in-out infinite
}

.pd-add-btn-bogo:hover {
  box-shadow: 0 4px 20px rgba(255, 107, 53, 0.5)
}

@keyframes bogoBtn {

  0%,
  100% {
    box-shadow: 0 2px 8px rgba(255, 107, 53, 0.3)
  }

  50% {
    box-shadow: 0 4px 20px rgba(255, 107, 53, 0.5)
  }
}

/* ===== PRODUCT TABS — Segment Control ===== */
.pd-tabs-section {
  margin-top: 44px;
  padding-top: 36px;
  border-top: 1px solid var(--border)
}

.pd-tabs-nav {
  display: flex;
  gap: 6px;
  margin-bottom: 32px;
  background: var(--bg);
  padding: 4px;
  border-radius: 12px;
  border: 1px solid var(--border);
  overflow: hidden;
  container-type: inline-size
}

.pd-tabs-nav::-webkit-scrollbar {
  display: none
}

.pd-tab-btn {
  flex: 1;
  min-width: 0;
  padding: clamp(7px, 2cqi, 14px) clamp(2px, 1.4cqi, 22px);
  font-size: clamp(.55rem, 3.7cqi, .9rem);
  font-weight: 600;
  color: var(--text-muted);
  background: transparent;
  border: none;
  border-radius: 10px;
  transition: color .3s ease, background .3s ease;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center
}

.pd-tab-btn:hover {
  color: var(--text)
}

.pd-tab-btn.active {
  background: #fff;
  color: var(--primary);
  box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
  font-weight: 700
}

.pd-tab-panel {
  display: none
}

.pd-tab-panel.active {
  display: block
}

.pd-tab-panel h2 {
  font-family: var(--font-heading);
  font-size: var(--fs-h3);
  margin-bottom: 16px;
  color: var(--text)
}

.pd-tab-panel p {
  color: var(--text-light);
  line-height: var(--lh-body);
  margin-bottom: 16px;
  font-size: var(--fs-body)
}

/* Spec Table */
.pd-spec-table {
  margin-top: 28px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  overflow: hidden
}

.pd-spec-row {
  display: flex;
  padding: 14px 20px;
  border-bottom: 1px solid var(--border)
}

.pd-spec-row:last-child {
  border-bottom: none
}

.pd-spec-row:nth-child(even) {
  background: var(--bg)
}

.pd-spec-label {
  flex: 0 0 140px;
  font-size: .85rem;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: .3px
}

.pd-spec-value {
  flex: 1;
  font-size: .9rem;
  font-weight: 500;
  color: var(--text)
}

/* Features Grid */
.pd-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 24px
}

.pd-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: var(--bg);
  border-radius: var(--radius-sm);
  border: 1px solid var(--border)
}

.pd-feature i {
  font-size: 1.3rem;
  color: var(--primary-light)
}

.pd-feature strong {
  font-size: var(--fs-body-sm);
  display: block;
  color: var(--text);
  margin-bottom: 2px
}

.pd-feature span {
  font-size: var(--fs-small);
  color: var(--text-muted)
}

/* Notes Pyramid */
.pd-notes-pyramid {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.pd-note-level {
  background: var(--bg);
  border-radius: var(--radius-sm);
  padding: 20px 24px;
  border: 1px solid var(--border)
}

.pd-note-label {
  font-size: .85rem;
  font-weight: 700;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px
}

.pd-note-label i {
  color: var(--primary-light);
  font-size: .75rem
}

.pd-note-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap
}

.pd-note-tag {
  padding: 6px 16px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-full);
  font-size: var(--fs-caption);
  font-weight: 500;
  color: var(--text);
  transition: var(--transition)
}

.pd-note-tag:hover {
  border-color: var(--accent);
  color: var(--primary)
}

/* Reviews */
.pd-reviews-header {
  margin-bottom: 24px
}

.pd-reviews-summary {
  display: flex;
  align-items: center;
  gap: 16px
}

.pd-review-score {
  font-size: 3rem;
  font-weight: 800;
  color: var(--text);
  line-height: 1
}

.pd-review-count {
  font-size: var(--fs-body-sm);
  color: var(--text-muted);
  margin-top: 4px
}

.pd-reviews-list {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.pd-review {
  padding: 20px 24px;
  background: var(--bg);
  border-radius: var(--radius);
  border: 1px solid var(--border)
}

.pd-review-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px
}

.pd-reviewer {
  display: flex;
  align-items: center;
  gap: 12px
}

.pd-reviewer-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--gradient);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .82rem;
  font-weight: 700;
  flex-shrink: 0
}

.pd-reviewer strong {
  font-size: .9rem;
  color: var(--text);
  display: block
}

.pd-reviewer span {
  font-size: var(--fs-small);
  color: var(--text-muted)
}

.pd-stars-sm {
  display: flex;
  gap: 2px;
  color: var(--accent)
}

.pd-stars-sm i {
  font-size: .75rem
}

.pd-review p {
  color: var(--text-light);
  font-size: var(--fs-body);
  line-height: 1.6
}

/* ===== RELATED PRODUCTS — CAROUSEL ===== */
.pd-related {
  margin-top: 44px;
  padding-top: 36px;
  border-top: 1px solid var(--border);
  position: relative
}

.pd-related .section-title {
  margin-bottom: 24px
}

.pd-related-slider {
  position: relative;
  padding: 0 56px
}

.pd-related-grid {
  display: block;
  overflow: hidden;
  padding-bottom: 8px;
  touch-action: pan-y
}

.pd-related-grid::-webkit-scrollbar {
  display: none
}

.pd-related-grid .pcard {
  flex: 0 0 calc((100% - 60px)/4);
  max-width: none;
  min-width: 0;
  scroll-snap-align: start
}

.pd-related-track {
  display: flex;
  gap: 20px;
  will-change: transform
}

.pd-slider-btn {
  position: absolute;
  top: 36%;
  transform: translateY(-50%);
  width: 44px;
  height: 36px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--text);
  box-shadow: 0 2px 12px rgba(0, 0, 0, .1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  transition: var(--transition)
}

.pd-slider-btn:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 4px 16px rgba(26, 26, 46, .25)
}

.pd-slider-btn.prev {
  left: 0
}

.pd-slider-btn.next {
  right: 0
}

/* Related product cards — uses unified .pcard from global.css */

/* ===== RESPONSIVE — PRODUCT DETAIL ===== */
@media(max-width:1280px) {
  .pd-layout {
    gap: 28px
  }

  .pd-features-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .pd-related-grid .pcard {
    flex-basis: calc((100% - 40px)/3)
  }
}

@media(max-width:1024px) {
  .pd-related-grid .pcard {
    flex-basis: calc((100% - 20px)/2)
  }

  .pd-zoom-lens {
    display: none !important
  }

  .pd-main-img.zooming img {
    opacity: 1
  }

  .pd-main-img {
    cursor: default
  }

  .pd-add-btn {
    padding: 14px 16px;
    font-size: .88rem;
    gap: 8px
  }
}

@media(max-width:900px) {
  .pd-add-btn {
    padding: 12px 12px;
    font-size: .82rem;
    gap: 6px
  }
}

@media(max-width:768px) {
  .pd-layout {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .pd-gallery {
    position: static
  }

  .pd-main-img {
    cursor: default
  }

  .pd-zoom-lens {
    display: none !important
  }

  .pd-main-img.zooming img {
    opacity: 1
  }

  .pd-bogo-badge-inner {
    padding: 8px 14px 8px 12px
  }

  .pd-bogo-badge-inner i {
    font-size: 1rem
  }

  .pd-bogo-text strong {
    font-size: .72rem
  }

  .pd-bogo-text span {
    font-size: .58rem
  }

  .pd-title {}

  .pd-price {}

  .pd-actions {
    flex-direction: column;
    gap: 10px
  }

  .pd-add-btn {
    padding: 14px 20px;
    font-size: .92rem
  }

  .pd-features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px
  }

  .pd-related-grid .pcard {
    flex-basis: 100%
  }

  .pd-tabs-nav {
    gap: 0
  }

  .pd-tab-btn {
    padding: 12px 16px;
    font-size: .85rem
  }

  .pd-related-slider {
    padding: 0
  }

  .pd-slider-btn {
    top: 38%;
    border-color: rgba(255, 255, 255, .7);
    background: rgba(15, 18, 30, .72);
    backdrop-filter: blur(6px);
    color: #fff;
    box-shadow: none
  }

  .pd-slider-btn:hover {
    background: rgba(15, 18, 30, .9);
    border-color: rgba(255, 255, 255, .7);
    color: #fff
  }

  .pd-slider-btn.prev {
    left: 10px
  }

  .pd-slider-btn.next {
    right: 10px
  }
}

@media(max-width:480px) {
  .pd-main-img {
    aspect-ratio: 1/1
  }

  .pd-title {}

  .pd-features-grid {
    grid-template-columns: 1fr
  }

  .pd-slider-btn {
    width: 38px;
    height: 30px;
    border-radius: 10px
  }

  .pd-meta-tags {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: none
  }
}

/* ===== SCENT PROFILE ===== */
.pd-scent-profile {
  position: relative;
  margin-top: 22px;
  padding: 0;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid var(--border);
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(15, 32, 68, .04);
  animation: scent-entrance .7s cubic-bezier(.4, 0, .2, 1) both
}

@keyframes scent-entrance {
  from {
    opacity: 0;
    transform: translateY(16px)
  }

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

/* — Header — */
.pd-scent-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  background: linear-gradient(135deg, #0f2044 0%, #1a2f5a 60%, #2a4a7a 100%);
  position: relative;
  overflow: hidden
}

.pd-scent-header::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 140px;
  height: 140px;
  background: radial-gradient(circle, rgba(212, 175, 55, .15) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none
}

.pd-scent-header-icon {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: rgba(212, 175, 55, .15);
  border: 1px solid rgba(212, 175, 55, .25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d4af37;
  font-size: .85rem;
  flex-shrink: 0
}

.pd-scent-header-title {
  font-family: var(--font-heading);
  font-size: .9rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: .5px
}

/* — Scent Family Badge — */
.pd-scent-family {
  padding: 18px 20px;
  border-bottom: 1px solid var(--border)
}

.pd-scent-family-badge {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(15, 32, 68, .03) 0%, rgba(212, 175, 55, .04) 100%);
  border: 1px solid rgba(212, 175, 55, .12);
  transition: all .3s ease
}

.pd-scent-family-badge:hover {
  border-color: rgba(212, 175, 55, .25);
  box-shadow: 0 4px 20px rgba(212, 175, 55, .08)
}

.pd-scent-family-emoji {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0f2044, #1a2f5a);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(15, 32, 68, .15)
}

.pd-scent-family-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0
}

.pd-scent-family-name {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--primary);
  letter-spacing: .3px
}

.pd-scent-family-desc {
  font-size: .78rem;
  color: var(--text-muted);
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

/* — Scent Notes Pyramid — */
.pd-notes-section {
  padding: 18px 20px;
  border-bottom: 1px solid var(--border)
}

.pd-notes-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .82rem;
  font-weight: 600;
  color: var(--text-light);
  margin-bottom: 14px;
  letter-spacing: .3px
}

.pd-notes-heading i {
  color: var(--accent-warm);
  font-size: .75rem
}

.pd-notes-pyramid-visual {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  padding-left: 18px
}

.pd-notes-pyramid-visual::before {
  content: '';
  position: absolute;
  left: 6px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, #a78bfa 0%, #f472b6 50%, #d4af37 100%);
  border-radius: 2px;
  opacity: .35
}

.pd-note-row {
  display: flex;
  align-items: flex-start;
  gap: 12px
}

.pd-note-row-header {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 44px;
  padding-top: 5px;
  flex-shrink: 0
}

.pd-note-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: relative;
  left: -16px;
  flex-shrink: 0
}

.pd-note-row--top .pd-note-dot {
  background: #a78bfa;
  box-shadow: 0 0 6px rgba(167, 139, 250, .45)
}

.pd-note-row--mid .pd-note-dot {
  background: #f472b6;
  box-shadow: 0 0 6px rgba(244, 114, 182, .45)
}

.pd-note-row--base .pd-note-dot {
  background: #d4af37;
  box-shadow: 0 0 6px rgba(212, 175, 55, .45)
}

.pd-note-tier {
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .6px;
  color: var(--text-muted);
  margin-left: -10px
}

.pd-note-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px
}

.pd-note-chip {
  padding: 5px 12px;
  border-radius: 20px;
  font-size: .73rem;
  font-weight: 500;
  letter-spacing: .2px;
  transition: all .25s ease
}

.pd-note-chip:hover {
  transform: translateY(-1px)
}

.pd-note-chip--top {
  background: rgba(167, 139, 250, .08);
  color: #7c3aed;
  border: 1px solid rgba(167, 139, 250, .2)
}

.pd-note-chip--top:hover {
  background: rgba(167, 139, 250, .15);
  border-color: rgba(167, 139, 250, .35)
}

.pd-note-chip--mid {
  background: rgba(244, 114, 182, .08);
  color: #db2777;
  border: 1px solid rgba(244, 114, 182, .2)
}

.pd-note-chip--mid:hover {
  background: rgba(244, 114, 182, .15);
  border-color: rgba(244, 114, 182, .35)
}

.pd-note-chip--base {
  background: rgba(212, 175, 55, .08);
  color: #a16207;
  border: 1px solid rgba(212, 175, 55, .2)
}

.pd-note-chip--base:hover {
  background: rgba(212, 175, 55, .15);
  border-color: rgba(212, 175, 55, .35)
}

/* Staggered note chip entrance */
.pd-note-chip {
  animation: chip-in .4s cubic-bezier(.4, 0, .2, 1) both
}

.pd-note-row--top .pd-note-chip:nth-child(1) {
  animation-delay: .1s
}

.pd-note-row--top .pd-note-chip:nth-child(2) {
  animation-delay: .15s
}

.pd-note-row--top .pd-note-chip:nth-child(3) {
  animation-delay: .2s
}

.pd-note-row--mid .pd-note-chip:nth-child(1) {
  animation-delay: .25s
}

.pd-note-row--mid .pd-note-chip:nth-child(2) {
  animation-delay: .3s
}

.pd-note-row--mid .pd-note-chip:nth-child(3) {
  animation-delay: .35s
}

.pd-note-row--base .pd-note-chip:nth-child(1) {
  animation-delay: .4s
}

.pd-note-row--base .pd-note-chip:nth-child(2) {
  animation-delay: .45s
}

.pd-note-row--base .pd-note-chip:nth-child(3) {
  animation-delay: .5s
}

@keyframes chip-in {
  from {
    opacity: 0;
    transform: translateX(-8px) scale(.9)
  }

  to {
    opacity: 1;
    transform: translateX(0) scale(1)
  }
}

/* — Performance Bars — */
.pd-perf-section {
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  border-bottom: 1px solid var(--border)
}

.pd-perf-bar {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.pd-perf-label {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.pd-perf-label-left {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .82rem;
  font-weight: 500;
  color: var(--text-light)
}

.pd-perf-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .7rem;
  flex-shrink: 0
}

.pd-perf-fill--longevity~.pd-perf-ticks .pd-perf-tick.active,
.pd-perf-bar:first-child .pd-perf-icon {
  background: rgba(139, 92, 246, .1);
  color: #7c3aed
}

.pd-perf-bar:last-child .pd-perf-icon {
  background: rgba(6, 182, 212, .1);
  color: #0891b2
}

.pd-perf-value {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text)
}

.pd-perf-value small {
  font-size: .7rem;
  font-weight: 400;
  color: var(--text-muted);
  margin-left: 1px
}

.pd-perf-track {
  height: 10px;
  border-radius: 99px;
  background: linear-gradient(90deg, rgba(0, 0, 0, .03), rgba(0, 0, 0, .05));
  overflow: hidden;
  position: relative
}

.pd-perf-fill {
  height: 100%;
  border-radius: 99px;
  width: 0;
  transition: width 1.2s cubic-bezier(.22, .61, .36, 1);
  position: relative;
  overflow: hidden
}

.pd-perf-fill::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, .3) 0%, transparent 60%);
  border-radius: 99px
}

.pd-perf-fill--longevity {
  background: linear-gradient(90deg, #7c3aed 0%, #a78bfa 50%, #c4b5fd 100%);
  box-shadow: 0 2px 10px rgba(124, 58, 237, .25)
}

.pd-perf-fill--sillage {
  background: linear-gradient(90deg, #0891b2 0%, #22d3ee 50%, #67e8f9 100%);
  box-shadow: 0 2px 10px rgba(8, 145, 178, .25)
}

/* Animate bars on scroll into view */
.pd-scent-profile .pd-perf-fill {
  width: var(--bar-width)
}

/* Tick marks */
.pd-perf-ticks {
  display: flex;
  justify-content: space-between;
  padding: 0 2px
}

.pd-perf-tick {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .06);
  transition: all .4s ease
}

.pd-perf-tick.active {
  transform: scale(1.1)
}

.pd-perf-bar:first-child .pd-perf-tick.active {
  background: #a78bfa;
  box-shadow: 0 0 6px rgba(167, 139, 250, .4)
}

.pd-perf-bar:last-child .pd-perf-tick.active {
  background: #22d3ee;
  box-shadow: 0 0 6px rgba(34, 211, 238, .4)
}

/* — Season Grid — */
.pd-season-section {
  margin-top: 18px;
  padding: 0
}

.pd-season-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .8rem;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 14px;
  letter-spacing: .4px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(0,0,0,.06)
}

.pd-season-title svg,
.pd-season-title i {
  color: var(--accent-warm);
  font-size: .8rem;
  filter: drop-shadow(0 1px 3px rgba(232,121,59,.25))
}

.pd-season-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr)
}

/* 1 card: don't stretch full width */
.pd-season-grid:has(.pd-season-card:only-child) {
  grid-template-columns: minmax(120px, 200px)
}

.pd-season-card {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  border: none;
  cursor: default;
  position: relative;
  overflow: hidden;
  transition: all .35s cubic-bezier(.4, 0, .2, 1)
}

.pd-season-card:hover {
  transform: translateY(-3px) scale(1.03)
}

.pd-season-name {
  font-size: .75rem;
  font-weight: 800;
  position: relative;
  z-index: 2;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0,0,0,.45), 0 0 12px rgba(0,0,0,.2);
  background: rgba(0,0,0,.28);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 5px 14px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.2)
}

/* 🌸 İlkbahar */
.pd-season--spring {
  background: linear-gradient(160deg, #fdf2f8, #fce7f3 50%, #fbcfe8);
  box-shadow: 0 2px 10px rgba(244, 114, 182, .12)
}

.pd-season--spring .pd-season-name {
  background: rgba(190,24,93,.35)
}

.pd-season--spring:hover {
  box-shadow: 0 8px 25px rgba(244, 114, 182, .2)
}

/* ☀️ Yaz */
.pd-season--summer {
  background: linear-gradient(160deg, #fffbeb, #fef3c7 50%, #fde68a);
  box-shadow: 0 2px 10px rgba(251, 191, 36, .12)
}

.pd-season--summer .pd-season-name {
  background: rgba(180,83,9,.35)
}

.pd-season--summer:hover {
  box-shadow: 0 8px 25px rgba(251, 191, 36, .22)
}

/* 🍂 Sonbahar */
.pd-season--autumn {
  background: linear-gradient(160deg, #fff7ed, #ffedd5 50%, #fed7aa);
  box-shadow: 0 2px 10px rgba(234, 88, 12, .1)
}

.pd-season--autumn .pd-season-name {
  background: rgba(194,65,12,.35)
}

.pd-season--autumn:hover {
  box-shadow: 0 8px 25px rgba(234, 88, 12, .18)
}

/* ❄️ Kış */
.pd-season--winter {
  background: linear-gradient(160deg, #eff6ff, #dbeafe 50%, #bfdbfe);
  box-shadow: 0 2px 10px rgba(59, 130, 246, .1)
}

.pd-season--winter .pd-season-name {
  background: rgba(29,78,216,.35)
}

.pd-season--winter:hover {
  box-shadow: 0 8px 25px rgba(59, 130, 246, .18)
}

/* 🌤️ Gündüz */
.pd-season--day {
  background: linear-gradient(160deg, #fefce8, #fef9c3 50%, #fef08a);
  box-shadow: 0 2px 10px rgba(250, 204, 21, .12)
}

.pd-season--day .pd-season-name {
  background: rgba(161,98,7,.35)
}

.pd-season--day:hover {
  box-shadow: 0 8px 25px rgba(250, 204, 21, .2)
}

/* 🌙 Gece */
.pd-season--night {
  background: linear-gradient(160deg, #1e1b4b, #312e81 50%, #3730a3);
  box-shadow: 0 2px 10px rgba(99, 102, 241, .15)
}

.pd-season--night .pd-season-name {
  background: rgba(99,102,241,.4)
}

.pd-season--night:hover {
  box-shadow: 0 8px 25px rgba(99, 102, 241, .25)
}

/* ── Season card video layer ── */
.pd-season-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  border-radius: inherit;
  pointer-events: none
}

.pd-season-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  pointer-events: none
}

.pd-season--spring .pd-season-overlay {
  background: linear-gradient(180deg, rgba(253, 242, 248, .3) 0%, rgba(252, 231, 243, .5) 100%)
}

.pd-season--summer .pd-season-overlay {
  background: linear-gradient(180deg, rgba(255, 251, 235, .3) 0%, rgba(254, 243, 199, .5) 100%)
}

.pd-season--autumn .pd-season-overlay {
  background: linear-gradient(180deg, rgba(255, 247, 237, .3) 0%, rgba(255, 237, 213, .5) 100%)
}

.pd-season--winter .pd-season-overlay {
  background: linear-gradient(180deg, rgba(239, 246, 255, .3) 0%, rgba(219, 234, 254, .5) 100%)
}

.pd-season--day .pd-season-overlay {
  background: linear-gradient(180deg, rgba(254, 252, 232, .3) 0%, rgba(254, 249, 195, .5) 100%)
}

.pd-season--night .pd-season-overlay {
  background: linear-gradient(180deg, rgba(30, 27, 75, .4) 0%, rgba(49, 46, 129, .6) 100%)
}

/* Ambient shimmer for all season cards (visible with or without video) */
.pd-season-card::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, .08) 50%, transparent 60%);
  z-index: 2;
  pointer-events: none;
  animation: season-shimmer 4s ease-in-out infinite;
  border-radius: inherit
}

@keyframes season-shimmer {
  0%, 100% { transform: translateX(-100%) rotate(0deg) }
  50% { transform: translateX(100%) rotate(0deg) }
}

/* Night card — CSS star twinkle (no emoji, pure CSS) */
.pd-season--night::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 14px;
  background-image:
    radial-gradient(1.5px 1.5px at 15% 25%, rgba(255, 255, 255, .6) 50%, transparent 50%),
    radial-gradient(1px 1px at 75% 15%, rgba(255, 255, 255, .5) 50%, transparent 50%),
    radial-gradient(1.5px 1.5px at 85% 55%, rgba(255, 255, 255, .4) 50%, transparent 50%),
    radial-gradient(1px 1px at 30% 70%, rgba(255, 255, 255, .35) 50%, transparent 50%),
    radial-gradient(1px 1px at 60% 80%, rgba(255, 255, 255, .3) 50%, transparent 50%);
  animation: twinkle 2s ease-in-out infinite alternate;
  pointer-events: none
}

@keyframes twinkle {
  0% { opacity: .3 }
  100% { opacity: 1 }
}

/* prefers-reduced-motion: pause video, hide particle animations */
@media(prefers-reduced-motion: reduce) {
  .pd-season-video {
    display: none
  }

  .pd-season--night::before {
    animation: none;
    opacity: .6
  }
}

/* Mobile <=480px: video always visible for season cards */

/* — Scent Profile Responsive — */
@media(max-width:768px) {
  .pd-scent-family-badge {
    padding: 12px 14px;
    gap: 12px
  }

  .pd-scent-family-emoji {
    width: 42px;
    height: 42px;
    font-size: 1.3rem;
    border-radius: 12px
  }

  .pd-scent-family-name {
    font-size: .95rem
  }

  .pd-season-card {
    border-radius: 12px
  }

}

@media(max-width:480px) {
  .pd-scent-header {
    padding: 12px 16px
  }

  .pd-scent-family {
    padding: 14px 16px
  }

  .pd-notes-section {
    padding: 14px 16px
  }

  .pd-note-chip {
    padding: 4px 10px;
    font-size: .7rem
  }

  .pd-perf-section {
    padding: 14px 16px
  }

  .pd-season-section {
    margin-top: 14px
  }

  .pd-scent-family-desc {
    display: none
  }

  .pd-perf-ticks {
    display: none
  }

  .pd-season-grid {
    gap: 6px
  }

  .pd-season-card {
    border-radius: 10px
  }

  .pd-season-name {
    font-size: .68rem
  }
}