/* Premium layer — glass, reveal, motion (respects reduced-motion via JS) */
:root {
  --dm-glass: rgba(255, 255, 255, 0.72);
  --dm-glass-border: rgba(255, 255, 255, 0.55);
  --dm-shadow-soft: 0 24px 80px -32px rgba(15, 23, 42, 0.18);
  --dm-ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --dm-font-display-min: 1.625rem;
  --dm-font-display-fluid: clamp(1.625rem, 4.2vw + 0.55rem, 3.85rem);
  --dm-section-y: clamp(2.5rem, 6vw, 5.5rem);
}

/* Mobil öncelik: taşma önleme, okunabilirlik, ultra geniş ekran */
html {
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
  /* Menü açılınca overflow:hidden kaydırma çubuğunu kaldırınca içerik yatay sıçramasın */
  scrollbar-gutter: stable;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* Blog geri bağlantısı — ok + metin dikeyde ortalı, iç “kutu” kayması olmasın */
.dm-blog-back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5rem;
  box-sizing: border-box;
  min-height: 2.875rem;
  padding: 0.5625rem 1.25rem;
  line-height: 1.25;
}
.dm-blog-back-btn__arrow {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 1.0625em;
}
.dm-blog-back-btn__label {
  line-height: 1.25;
}

@supports (text-wrap: pretty) {
  h1,
  h2,
  .font-display {
    text-wrap: pretty;
  }
}

/* Standart iç kabuk: 320px–∞ taşmasız; çok geniş monitörde ferah genişlik */
@media (min-width: 1600px) {
  .max-w-6xl {
    max-width: min(88rem, calc(100vw - 5rem));
  }
}

.dm-reveal {
  opacity: 0;
  transform: translate3d(0, 1.25rem, 0);
  transition:
    opacity 0.7s var(--dm-ease-out),
    transform 0.85s var(--dm-ease-out);
}

.dm-reveal-in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Rehberler merkezi: kartlar JS/IntersectionObserver olmadan da görünür (üretimde “boş sayfa” riskini kaldırır) */
.dm-guides-root .dm-reveal {
  opacity: 1;
  transform: none;
}

.dm-glass {
  background: var(--dm-glass);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border: 1px solid var(--dm-glass-border);
  box-shadow: var(--dm-shadow-soft);
  isolation: isolate;
}

/* Marka sözleri — tam genişlik editoryal vitrin (lüks moda referansı: koyu zemin, büyük serif, altın detay) */
.dm-slogans-editorial {
  position: relative;
  width: 100%;
  background-color: #050505;
  color: rgba(253, 250, 243, 0.96);
  overflow: hidden;
}

.dm-slogans-editorial__grain {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.06;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' 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");
}

.dm-slogans-editorial__glow {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 90% 55% at 50% -10%, rgba(201, 169, 98, 0.11), transparent 52%),
    radial-gradient(ellipse 50% 45% at 100% 100%, rgba(201, 169, 98, 0.06), transparent 55%),
    radial-gradient(ellipse 45% 40% at 0% 85%, rgba(255, 248, 235, 0.04), transparent 50%);
}

.dm-slogans-editorial__inner {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: min(56rem, 100vw - 2rem);
  padding: clamp(3.5rem, 10vw, 8rem) clamp(1.25rem, 5vw, 3rem);
  text-align: center;
}

.dm-slogans-editorial__eyebrow {
  margin: 0 0 clamp(2rem, 5vw, 3.5rem);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.48em;
  text-transform: uppercase;
  color: rgba(201, 169, 98, 0.9);
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 480px) {
  .dm-slogans-editorial__eyebrow {
    font-size: 0.6875rem;
    letter-spacing: 0.52em;
  }
}

.dm-slogans-editorial__statements {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.dm-slogans-editorial__divider {
  display: block;
  width: min(4.5rem, 32vw);
  height: 1px;
  margin: clamp(1.5rem, 4vw, 2.75rem) auto;
  flex-shrink: 0;
  background: linear-gradient(90deg, transparent, rgba(201, 169, 98, 0.45), transparent);
}

.dm-slogans-editorial__line {
  margin: 0;
  max-width: 18em;
  font-family: "Cormorant Garamond", "Instrument Serif", Georgia, "Times New Roman", serif;
  font-size: clamp(1.4rem, 3.6vw + 0.15rem, 2.65rem);
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: 0.02em;
  text-wrap: balance;
  color: rgba(255, 252, 246, 0.97);
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 768px) {
  .dm-slogans-editorial__line {
    font-size: clamp(1.65rem, 2.5vw + 0.85rem, 3.1rem);
    letter-spacing: 0.025em;
    max-width: 22em;
  }
}

@media (min-width: 1280px) {
  .dm-slogans-editorial__line {
    font-size: clamp(1.85rem, 2.1vw + 1rem, 3.35rem);
  }
}

.dm-slogans-editorial .dm-reveal {
  transition-delay: calc(var(--dm-slog-i, 0) * 0.11s);
}

@media (prefers-reduced-motion: reduce) {
  .dm-slogans-editorial .dm-reveal {
    transition-delay: 0s;
  }
}

.dm-glass-dark {
  background: rgba(10, 10, 10, 0.55);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  isolation: isolate;
}

/* Güven rozetleri: keskin köşe (pill yerine) */
.dm-trust-badge.dm-glass-dark {
  border-color: rgba(255, 255, 255, 0.14);
  border-radius: 0;
}

.dm-trust-badge.dm-glass {
  border-radius: 0;
}

.dm-hero-grain {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' 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");
}

.dm-header--lux-home.dm-header--lux-solid .dm-lux-menu-btn {
  color: #404040;
}

.dm-header--lux-home.dm-header--lux-solid .dm-lux-menu-btn:hover {
  opacity: 0.75;
}

/* Anasayfa lüks vitrin üst çubuğu — alt çizgi yok, ince şerit */
.dm-header--lux-home {
  border-bottom: none;
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  backdrop-filter: blur(14px) saturate(140%);
}

.dm-header--lux-home .dm-lux-wordmark,
.dm-header--lux-home .dm-lux-wordmark__text {
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(0.9375rem, 3.9vw, 1.0625rem);
  font-weight: 600;
  letter-spacing: 0.22em;
  line-height: 1.12;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 480px) {
  .dm-header--lux-home .dm-lux-wordmark,
  .dm-header--lux-home .dm-lux-wordmark__text {
    font-size: clamp(1rem, 2.65vw, 1.125rem);
    letter-spacing: 0.2em;
  }
}

@media (min-width: 768px) {
  .dm-header--lux-home .dm-lux-wordmark,
  .dm-header--lux-home .dm-lux-wordmark__text {
    font-size: clamp(1.125rem, 1.55vw, 1.3125rem);
    font-weight: 600;
    letter-spacing: 0.18em;
  }
}

@media (min-width: 1024px) {
  .dm-header--lux-home .dm-lux-wordmark,
  .dm-header--lux-home .dm-lux-wordmark__text {
    font-size: clamp(1.1875rem, 1.25vw, 1.375rem);
    font-weight: 600;
    letter-spacing: 0.16em;
  }
}

@media (min-width: 1280px) {
  .dm-header--lux-home .dm-lux-wordmark,
  .dm-header--lux-home .dm-lux-wordmark__text {
    font-size: clamp(1.25rem, 1.1vw, 1.4375rem);
    letter-spacing: 0.14em;
  }
}

.dm-header--lux-home .dm-lux-wordmark:hover,
.dm-header--lux-home .dm-lux-wordmark:hover .dm-lux-wordmark__text {
  color: #fff;
}

.dm-header--lux-home.dm-header--lux-solid .dm-lux-wordmark,
.dm-header--lux-home.dm-header--lux-solid .dm-lux-wordmark__text {
  color: #2a2a2a;
}

.dm-header--lux-home.dm-header--lux-solid .dm-lux-wordmark:hover,
.dm-header--lux-home.dm-header--lux-solid .dm-lux-wordmark:hover .dm-lux-wordmark__text {
  color: #171717;
}

.dm-header--lux-home .dm-lux-wordmark:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.75);
  outline-offset: 4px;
  border-radius: 2px;
}

.dm-header--lux-home.dm-header--lux-solid .dm-lux-wordmark:focus-visible {
  outline-color: rgba(201, 169, 98, 0.75);
}

.dm-header--lux-home.dm-header--lux-solid {
  border-bottom: none;
  background-color: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 32px -24px rgba(0, 0, 0, 0.12);
}

.dm-header--lux-home.dm-header--lux-solid .dm-lux-bar-link {
  color: #525252;
}

.dm-header--lux-home.dm-header--lux-solid .dm-lux-bar-link:hover {
  color: #171717;
}

.dm-header--lux-home.dm-header--lux-solid ~ #mobile-nav.dm-lux-nav-panel {
  border-left-color: rgba(229, 229, 229, 0.95);
}

.dm-lux-topbar {
  isolation: isolate;
}

/* Luxury topbar: flex sandwich — brand scales without shifting the menu vertically */
.dm-header--lux-home .dm-lux-topbar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}

.dm-header--lux-home .dm-lux-topbar__spacer,
.dm-header--lux-home .dm-lux-topbar__actions {
  flex: 1 1 0;
  min-width: 0;
}

.dm-header--lux-home .dm-lux-topbar__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.dm-header--lux-home .dm-lux-topbar__brand {
  flex: 0 1 auto;
  min-width: 0;
  margin: 0;
  align-self: center;
}

.dm-header--lux-home .dm-lux-topbar .dm-lux-menu-btn,
.dm-header--lux-home .dm-lux-topbar .dm-lux-bar-link {
  margin: 0;
}

.dm-lux-nav-backdrop {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 500;
}

.dm-lux-nav-backdrop.dm-lux-nav-backdrop--open {
  opacity: 1;
  pointer-events: auto;
}

/* Header dışında konumlanır; viewport genişliği burada sabit (Tailwind arbitrary’ye bağlı kalma) */
.dm-lux-nav-panel {
  z-index: 505;
  top: 0;
  bottom: 0;
  right: 0;
  width: min(100vw, 22rem);
  max-width: 100%;
  transform: translate3d(100%, 0, 0);
  pointer-events: none;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.dm-lux-nav-panel.dm-lux-nav-panel--open {
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

.dm-lux-nav-panel-link--active {
  color: rgb(139, 115, 65);
}

html.dm-lux-nav-open,
html.dm-lux-nav-open body {
  overflow: hidden;
}

.dm-header--lux-home .dm-lux-bar-link:focus-visible,
.dm-header--lux-home .dm-lux-menu-btn:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.85);
  outline-offset: 3px;
}

.dm-header--lux-home.dm-header--lux-solid .dm-lux-bar-link:focus-visible,
.dm-header--lux-home.dm-header--lux-solid .dm-lux-menu-btn:focus-visible {
  outline-color: rgba(201, 169, 98, 0.85);
}

/* Anasayfa — lüks kategori vitrinı (full-bleed, siyah / altın) */
.dm-lux-cat-show {
  --dm-lux-cat-gold: #c9a962;
  --dm-lux-cat-gold-soft: rgba(201, 169, 98, 0.5);
  width: 100%;
  background: #030303;
}

.dm-lux-cat-show__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
  gap: 1px;
  background: rgba(201, 169, 98, 0.14);
}

@media (min-width: 640px) {
  .dm-lux-cat-show__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .dm-lux-cat-show__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.dm-lux-cat-show__cell {
  min-width: 0;
  background: #030303;
  opacity: 0;
  animation: dm-lux-cat-enter 0.88s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: calc(0.05s + var(--dm-lux-cat-i, 0) * 0.08s);
}

@keyframes dm-lux-cat-enter {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

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

@media (prefers-reduced-motion: reduce) {
  .dm-lux-cat-show__cell {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

.dm-lux-cat-show__link {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  min-height: 15rem;
  overflow: hidden;
  color: #fafaf9;
  text-decoration: none;
  isolation: isolate;
}

.dm-lux-cat-show__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.dm-lux-cat-show__media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.dm-lux-cat-show__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), filter 0.7s ease;
  filter: brightness(0.7) contrast(1.06) saturate(0.9);
}

.dm-lux-cat-show__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(2, 2, 2, 0.94) 0%,
    rgba(5, 5, 5, 0.5) 36%,
    rgba(10, 10, 10, 0.2) 58%,
    rgba(0, 0, 0, 0.38) 100%
  );
  transition: opacity 0.55s ease;
}

@media (hover: hover) and (pointer: fine) {
  .dm-lux-cat-show__link:hover .dm-lux-cat-show__media .dm-lux-cat-show__img {
    transform: scale(1.08);
    filter: brightness(0.84) contrast(1.06) saturate(1.02);
  }

  .dm-lux-cat-show__link:hover .dm-lux-cat-show__veil {
    opacity: 0.9;
  }
}

.dm-lux-cat-show__title {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  max-width: 22rem;
  padding: 1.1rem 0.75rem 1.45rem;
  box-sizing: border-box;
  font-family: "Cormorant Garamond", "Instrument Serif", Georgia, serif;
  font-size: clamp(0.625rem, 2.4vw, 0.8125rem);
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.35;
  text-wrap: balance;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.88), 0 0 1px rgba(0, 0, 0, 1);
  border-bottom: 1px solid transparent;
  transition: color 0.45s ease, border-color 0.45s ease;
}

@media (min-width: 1024px) {
  .dm-lux-cat-show__title {
    font-size: clamp(0.625rem, 0.9vw, 0.8125rem);
    letter-spacing: 0.36em;
    padding: 1.2rem 0.5rem 1.55rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .dm-lux-cat-show__link:hover .dm-lux-cat-show__title {
    color: var(--dm-lux-cat-gold);
    border-bottom-color: var(--dm-lux-cat-gold-soft);
  }
}

.dm-lux-cat-show__link:focus-visible {
  outline: 2px solid var(--dm-lux-cat-gold);
  outline-offset: -2px;
}

.dm-lux-cat-show__link:focus-visible .dm-lux-cat-show__title {
  color: var(--dm-lux-cat-gold);
}

/* Anasayfa hero — görsel dosyası yok; sıcak koyu zemin + altın ışık + ince doku */
.dm-home-hero-bg {
  background-color: #13110e;
  background-image:
    radial-gradient(ellipse 100% 72% at 58% 100%, rgba(201, 169, 98, 0.24), transparent 52%),
    radial-gradient(ellipse 52% 46% at 8% 10%, rgba(201, 169, 98, 0.13), transparent 56%),
    radial-gradient(ellipse 42% 38% at 94% 18%, rgba(255, 248, 235, 0.07), transparent 58%),
    linear-gradient(156deg, #181612 0%, #242018 42%, #0c0b0a 100%),
    linear-gradient(to top, rgba(6, 6, 5, 0.72) 0%, transparent 44%, rgba(20, 18, 15, 0.5) 100%),
    repeating-linear-gradient(
      122deg,
      transparent,
      transparent 11px,
      rgba(255, 255, 255, 0.014) 11px,
      rgba(255, 255, 255, 0.014) 12px
    );
}

@media (prefers-reduced-motion: reduce) {
  .dm-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.safe-pb {
  padding-bottom: max(0.75rem, env(safe-area-inset-bottom, 0px));
}

/* Ekran dışı metin (Tailwind sr-only bazı derlemelerde eksik kalabiliyor) */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.dm-product-gallery [data-gallery-main] img,
.dm-product-gallery [data-gallery-main] picture {
  transition: opacity 0.35s var(--dm-ease-out);
}

/* Bülten kökü: kapalıyken erişilemez + görünmez (opacity takılı kaldığında bile üst katman kalkar) */
#dm-newsletter:not(.dm-nl-visible) {
  visibility: hidden;
  transition:
    opacity 0.5s ease-out,
    visibility 0s linear 0.5s;
}

#dm-newsletter.dm-nl-visible {
  visibility: visible;
  transition:
    opacity 0.5s ease-out,
    visibility 0s linear 0s;
}

html.dm-nl-open,
html.dm-nl-open body {
  overflow: hidden;
  touch-action: none;
}

.dm-nl-visible#dm-newsletter {
  pointer-events: auto;
  opacity: 1;
}

.dm-nl-visible#dm-newsletter [data-newsletter-backdrop] {
  opacity: 1;
}

/* Diyalog: backdrop görünürken de opacity-0 kalıyordu → tüm sayfa bulanık, kutu görünmüyordu */
.dm-nl-visible#dm-newsletter [data-newsletter-dialog] {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.dm-nl-visible#dm-newsletter [data-newsletter-backdrop],
.dm-nl-visible#dm-newsletter [data-newsletter-dialog] {
  pointer-events: auto;
}

#dm-newsletter:not(.dm-nl-visible) [data-newsletter-backdrop],
#dm-newsletter:not(.dm-nl-visible) [data-newsletter-dialog] {
  pointer-events: none;
}

/* Bülten açıkken sağdaki yüzen WhatsApp üst üste binmesin */
#dm-newsletter.dm-nl-visible ~ #dm-whatsapp-float {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

/* ——— Yüzen iletişim (lüks minimal: cam, altın parıltı, sağ alt) ——— */
.dm-wa-float {
  --dm-wa-gold: #c9a962;
  --dm-wa-gold-soft: rgba(201, 169, 98, 0.55);
  --dm-wa-ease: cubic-bezier(0.22, 1, 0.36, 1);
  position: fixed;
  z-index: 60;
  right: clamp(1.25rem, 4vw, 2rem);
  bottom: clamp(1.25rem, 4vw, 2rem);
  width: 3.375rem;
  height: 3.375rem;
  min-width: 3.375rem;
  min-height: 3.375rem;
  display: none;
  align-items: center;
  justify-content: center;
  touch-action: manipulation;
  isolation: isolate;
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

@media (min-width: 1024px) {
  .dm-wa-float {
    display: flex;
  }
}

.dm-wa-float__glow {
  position: absolute;
  inset: -14px;
  border-radius: 50%;
  background: radial-gradient(
    ellipse 80% 70% at 50% 45%,
    rgba(201, 169, 98, 0.42) 0%,
    rgba(201, 169, 98, 0.12) 45%,
    transparent 72%
  );
  opacity: 0.55;
  filter: blur(14px);
  pointer-events: none;
  z-index: 0;
  transition:
    opacity 0.6s var(--dm-wa-ease),
    transform 0.6s var(--dm-wa-ease);
}

.dm-wa-float__glass {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(155deg, rgba(28, 28, 28, 0.78) 0%, rgba(8, 8, 8, 0.88) 55%, rgba(5, 5, 5, 0.92) 100%);
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 -1px 0 rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(201, 169, 98, 0.14),
    0 2px 0 rgba(201, 169, 98, 0.08),
    0 20px 48px -16px rgba(0, 0, 0, 0.62),
    0 12px 28px -12px rgba(0, 0, 0, 0.45);
  z-index: 1;
  transition:
    transform 0.55s var(--dm-wa-ease),
    border-color 0.55s var(--dm-wa-ease),
    box-shadow 0.55s var(--dm-wa-ease),
    background 0.55s var(--dm-wa-ease);
}

.dm-wa-float__icon-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(245, 236, 214, 0.94);
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
  transition: color 0.45s var(--dm-wa-ease), transform 0.55s var(--dm-wa-ease);
}

.dm-wa-float__icon {
  width: 1.375rem;
  height: 1.375rem;
}

@media (prefers-reduced-motion: no-preference) {
  .dm-wa-float:hover .dm-wa-float__glow {
    opacity: 0.85;
    transform: scale(1.12);
  }

  .dm-wa-float:hover .dm-wa-float__glass {
    transform: scale(1.05);
    border-color: rgba(201, 169, 98, 0.38);
    background: linear-gradient(155deg, rgba(34, 34, 34, 0.82) 0%, rgba(12, 12, 12, 0.9) 100%);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.18),
      inset 0 -1px 0 rgba(0, 0, 0, 0.3),
      0 0 0 1px rgba(201, 169, 98, 0.28),
      0 0 28px -4px rgba(201, 169, 98, 0.22),
      0 2px 0 rgba(201, 169, 98, 0.12),
      0 24px 56px -18px rgba(0, 0, 0, 0.68),
      0 14px 32px -14px rgba(0, 0, 0, 0.5);
  }

  .dm-wa-float:hover .dm-wa-float__icon-wrap {
    color: #f5ecd6;
    transform: translateY(-1px);
  }

  .dm-wa-float:active .dm-wa-float__glass {
    transform: scale(0.97);
    transition-duration: 0.15s;
  }

  .dm-wa-float:active .dm-wa-float__icon-wrap {
    transform: translateY(0);
  }
}

.dm-wa-float:focus-visible {
  outline: none;
}

.dm-wa-float:focus-visible .dm-wa-float__glass {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 0 0 2px rgba(5, 5, 5, 0.95),
    0 0 0 4px rgba(201, 169, 98, 0.55),
    0 20px 48px -16px rgba(0, 0, 0, 0.62);
}

@media (prefers-reduced-motion: reduce) {
  .dm-wa-float__glow,
  .dm-wa-float__glass,
  .dm-wa-float__icon-wrap {
    transition-duration: 0.01ms;
  }

  .dm-wa-float:hover .dm-wa-float__glow,
  .dm-wa-float:hover .dm-wa-float__glass,
  .dm-wa-float:hover .dm-wa-float__icon-wrap {
    transform: none;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .dm-corp-hero-zoom {
    animation: dm-corp-hero-zoom 26s ease-out forwards;
  }
}

@keyframes dm-corp-hero-zoom {
  from {
    transform: scale(1.12);
  }
  to {
    transform: scale(1.02);
  }
}

/* Kurumsal / toptan — vitrin hero: altın ışık + derinlik + ince mesh */
.dm-corp-hero-backdrop {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 100% 72% at 52% 100%, rgba(201, 169, 98, 0.22), transparent 54%),
    radial-gradient(ellipse 58% 48% at 6% 10%, rgba(201, 169, 98, 0.12), transparent 58%),
    radial-gradient(ellipse 50% 40% at 92% 18%, rgba(255, 255, 255, 0.06), transparent 60%),
    linear-gradient(
      152deg,
      rgba(10, 10, 10, 0.86) 0%,
      rgba(23, 23, 23, 0.44) 44%,
      rgba(41, 37, 36, 0.52) 100%
    ),
    linear-gradient(to top, rgba(10, 10, 10, 0.76) 0%, rgba(10, 10, 10, 0.08) 46%, rgba(23, 23, 23, 0.26) 100%),
    repeating-linear-gradient(
      125deg,
      transparent,
      transparent 9px,
      rgba(255, 255, 255, 0.018) 9px,
      rgba(255, 255, 255, 0.018) 10px
    );
}

.dm-corp-hero-vignette {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  box-shadow: inset 0 0 140px 52px rgba(0, 0, 0, 0.4);
}

.dm-corp-hero-accent-line {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(201, 169, 98, 0.55) 50%,
    transparent 100%
  );
}

@media (max-width: 767.98px) {
  .dm-corp-hero-vignette {
    box-shadow: inset 0 0 96px 38px rgba(0, 0, 0, 0.44);
  }
}

/* Ürün detay — resmi mağaza CTA (marka altını rgb(201, 169, 98); gradient yok) */
.dm-product-shop-cta {
  background-color: rgb(201, 169, 98);
  color: rgb(23, 23, 23);
  box-shadow: 0 12px 32px -14px rgba(30, 27, 22, 0.35);
}
.dm-product-shop-cta:hover {
  background-color: rgb(188, 156, 88);
  box-shadow: 0 14px 36px -14px rgba(30, 27, 22, 0.4);
}
.dm-product-shop-cta:focus-visible {
  outline: 2px solid rgba(201, 169, 98, 0.85);
  outline-offset: 3px;
}

/* Sepete Ekle — düz dikdörtgen, vitrin özel (T-Soft); Tailwind utility çakışmasına karşı */
button.dm-tsoft-cart-add-btn.dm-tsoft-cart-add,
a.dm-tsoft-cart-add-btn {
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  background-color: #a69368;
  color: #ffffff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.12);
}
button.dm-tsoft-cart-add-btn.dm-tsoft-cart-add:hover,
a.dm-tsoft-cart-add-btn:hover {
  background-color: #93815a;
  color: #ffffff;
}
button.dm-tsoft-cart-add-btn.dm-tsoft-cart-add:focus-visible,
a.dm-tsoft-cart-add-btn:focus-visible {
  outline: 2px solid rgba(166, 147, 104, 0.95);
  outline-offset: 2px;
}
button.dm-tsoft-cart-add-btn.dm-tsoft-cart-add.dm-tsoft-cart-add--busy,
a.dm-tsoft-cart-add-btn.dm-tsoft-cart-add--busy {
  opacity: 0.72;
  cursor: wait;
}

/* —— Rehberler merkezi: kart hover; hero artık anasayfa ile aynı tam ekran koyu vitrin —— */
.dm-guides-hero-crumb {
  box-shadow: 0 12px 48px -24px rgba(0, 0, 0, 0.45);
}

.dm-guides-hero-crumb .dm-breadcrumb {
  display: flex;
  justify-content: center;
}

.dm-guides-card {
  transition:
    transform 0.65s var(--dm-ease-out),
    box-shadow 0.65s var(--dm-ease-out),
    border-color 0.45s ease;
}

@media (prefers-reduced-motion: no-preference) {
  .dm-guides-card:hover {
    transform: translateY(-4px);
  }
}

.dm-guides-ph {
  min-height: 100%;
  aspect-ratio: inherit;
}

.dm-guides-btn-primary:focus-visible,
.dm-guides-btn-ghost:focus-visible {
  outline: 2px solid rgba(201, 169, 98, 0.85);
  outline-offset: 3px;
}

.dm-guides-cat-tile:focus-visible {
  outline: 2px solid rgba(201, 169, 98, 0.75);
  outline-offset: 2px;
}

.dm-guides-nl {
  box-shadow: 0 28px 80px -40px rgba(15, 23, 42, 0.2);
}

.dm-guides-internal aside {
  border: none;
  background: transparent;
  box-shadow: none;
}

.dm-guides-internal #seo-internal-heading {
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  letter-spacing: -0.02em;
}

/* Mobil Safari: üst üste blur katmanları GPU/alpha takılmasını azaltır (site.css tailwind-built’tan sonra yüklenir) */
.dm-header {
  isolation: isolate;
}

.dm-header-logo-link {
  line-height: 0;
}

.dm-header-logo {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  width: auto;
  height: 52px;
  max-height: 65px;
  min-height: 48px;
  max-width: min(42vw, 10.5rem);
  object-fit: contain;
  object-position: left center;
  transition: opacity 0.3s ease;
}

.dm-header-logo-link:hover .dm-header-logo {
  opacity: 0.92;
}

@media (min-width: 380px) {
  .dm-header-logo {
    height: 56px;
    max-width: min(44vw, 11.5rem);
  }
}

@media (min-width: 768px) {
  .dm-header-logo {
    height: 76px;
    max-height: 90px;
    max-width: 15rem;
  }
}

@media (min-width: 1024px) {
  .dm-header-logo {
    height: 84px;
    max-height: 90px;
    max-width: 17rem;
  }
}

@media (min-width: 1280px) {
  .dm-header-logo {
    height: 90px;
    max-height: 90px;
    max-width: 18rem;
  }
}

/* Varsayılan mavi odak çerçevesi yerine marka altını (klavye erişilebilirliği korunur) */
.dm-header a:focus,
.dm-header button:focus {
  outline: none;
}

.dm-header a:focus-visible,
.dm-header button:focus-visible {
  outline: 2px solid rgba(55, 48, 35, 0.65);
  outline-offset: 3px;
}

.dm-header a,
.dm-header button {
  -webkit-tap-highlight-color: rgba(201, 169, 98, 0.2);
}

@media (max-width: 767.98px) {
  .dm-header {
    -webkit-backdrop-filter: blur(8px) saturate(160%);
    backdrop-filter: blur(8px) saturate(160%);
  }

  nav[aria-label='Mobil kısayollar'] {
    isolation: isolate;
    -webkit-backdrop-filter: blur(10px) saturate(160%);
    backdrop-filter: blur(10px) saturate(160%);
  }
}

/* T-Soft snippet sepet (fetch) — mini panel + toast */
.dm-mini-cart-panel {
  max-height: 100dvh;
  padding-bottom: env(safe-area-inset-bottom, 0px);
}
.dm-mini-cart-backdrop {
  -webkit-tap-highlight-color: transparent;
}
.dm-toast {
  bottom: max(6.25rem, calc(env(safe-area-inset-bottom, 0px) + 5.5rem));
}
@media (min-width: 1024px) {
  .dm-toast {
    bottom: 1.5rem;
  }
}
.dm-toast.dm-toast--error {
  background: #7f1d1d;
  border-color: rgba(255, 255, 255, 0.12);
}

.dm-home-featured-grid {
  grid-auto-rows: minmax(0, 1fr);
  align-items: stretch;
}

/* ——— Anasayfa: lüks editoryal vitrin (koyu / krem / altın, asimetrik) ——— */
.dm-home-editorial {
  --dm-lux-cream: #faf6ef;
  --dm-lux-cream-muted: rgba(250, 246, 239, 0.58);
  --dm-lux-black: #050505;
  --dm-lux-black-soft: #0c0c0c;
  --dm-lux-gold: #c9a962;
  --dm-lux-gold-soft: rgba(201, 169, 98, 0.45);
  --dm-lux-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

.dm-home-editorial .dm-reveal {
  transition-duration: 0.95s, 1.05s;
  transition-timing-function: var(--dm-lux-ease), var(--dm-lux-ease);
}

.dm-breadcrumb--dark {
  font-size: 0.6875rem;
  letter-spacing: 0.06em;
  color: rgba(180, 175, 168, 0.78);
}

/* Ürün kataloğu — üst giriş (koyu vitrin) */
.dm-catalog-page {
  --dm-lux-cream: #faf6ef;
  --dm-lux-cream-muted: rgba(250, 246, 239, 0.58);
  --dm-lux-black: #050505;
  --dm-lux-black-soft: #0c0c0c;
  --dm-lux-gold: #c9a962;
  --dm-lux-gold-soft: rgba(201, 169, 98, 0.45);
  --dm-lux-ease: cubic-bezier(0.22, 1, 0.36, 1);
  background: #050505;
  color: rgba(245, 240, 232, 0.92);
}

.dm-catalog-page .dm-reveal {
  transition-duration: 0.95s, 1.05s;
  transition-timing-function: var(--dm-lux-ease), var(--dm-lux-ease);
}

.dm-catalog-hero {
  margin: 0 auto;
  max-width: min(88rem, 100vw - 1.5rem);
  padding: clamp(2.5rem, 6vw, 4rem) clamp(1rem, 4vw, 2rem) clamp(1.5rem, 4vw, 2.5rem);
}

.dm-catalog-hero__title {
  margin: 1.25rem 0 0;
  font-family: "Cormorant Garamond", "Instrument Serif", Georgia, serif;
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  color: rgba(253, 250, 243, 0.96);
}

.dm-catalog-hero__lead {
  margin: 1rem 0 0;
  max-width: 28rem;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.6;
  color: rgba(210, 205, 196, 0.62);
}

.dm-lux-panel--featured,
.dm-lux-panel--catalog {
  position: relative;
  width: 100%;
  background: var(--dm-lux-black, #050505);
  color: var(--dm-lux-cream, #faf6ef);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.dm-lux-panel--attach {
  border-top: none;
}

.dm-lux-panel__ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 85% 55% at 18% 0%, rgba(201, 169, 98, 0.09), transparent 52%),
    radial-gradient(ellipse 50% 40% at 100% 100%, rgba(201, 169, 98, 0.05), transparent 50%);
}

.dm-lux-panel__inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: min(88rem, 100vw - 1.5rem);
  padding: clamp(3.5rem, 10vw, 7.5rem) clamp(1rem, 4vw, 2.75rem) clamp(4rem, 11vw, 8.5rem);
}

.dm-lux-panel__inner--catalog {
  padding-top: clamp(2.5rem, 7vw, 5rem);
  padding-bottom: clamp(3rem, 9vw, 7rem);
}

.dm-lux-panel__inner--tight-top {
  padding-top: 0;
}

.dm-lux-featured-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(2rem, 5vw, 3.5rem);
}

@media (min-width: 1024px) {
  .dm-lux-featured-head {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 3rem;
  }
}

.dm-lux-featured-head__copy {
  max-width: min(36rem, 100%);
}

@media (min-width: 1024px) {
  .dm-lux-featured-head__copy {
    max-width: 42%;
  }
}

.dm-lux-featured-eyebrow {
  margin: 0;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.48em;
  text-transform: uppercase;
  color: rgba(201, 169, 98, 0.88);
}

.dm-lux-featured-title {
  margin: 1.25rem 0 0;
  font-size: clamp(2.1rem, 5.2vw, 3.5rem);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: 0.02em;
  color: var(--dm-lux-cream);
}

.dm-lux-featured-lead {
  margin: 1.5rem 0 0;
  max-width: 20rem;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.65;
  color: var(--dm-lux-cream-muted);
}

.dm-lux-featured-cta {
  flex-shrink: 0;
  align-self: flex-start;
  padding-bottom: 0.2rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(201, 169, 98, 0.92);
  border-bottom: 1px solid rgba(201, 169, 98, 0.35);
  transition: color 0.35s ease, border-color 0.35s ease;
}

@media (min-width: 1024px) {
  .dm-lux-featured-cta {
    align-self: flex-end;
    margin-bottom: 0.35rem;
  }
}

.dm-lux-featured-cta:hover {
  color: #e8d9a8;
  border-bottom-color: rgba(201, 169, 98, 0.75);
}

.dm-lux-featured-grid {
  align-items: stretch;
}

@media (min-width: 1024px) {
  .dm-lux-featured-grid > *:nth-child(odd) {
    transform: translateY(1.25rem);
  }

  .dm-lux-featured-grid > *:nth-child(even) {
    transform: translateY(-0.5rem);
  }

  .dm-lux-featured-grid > * {
    transition: transform 0.6s var(--dm-lux-ease);
  }

  .dm-lux-featured-grid > *:hover {
    transform: translateY(0) scale(1.01);
    z-index: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dm-lux-featured-grid > * {
    transform: none !important;
  }
}

.dm-product-card--lux .dm-product-card--lux__price span {
  color: rgba(236, 231, 222, 0.92);
}

.dm-product-card--lux .dm-product-card--lux__price span.line-through {
  color: rgba(150, 145, 138, 0.5) !important;
}

.dm-product-card--lux .dm-product-card--lux__price span.text-gold {
  color: #dcc48a !important;
}

/* Ürün detay — Benzer: sıcak krem zemin (siyah panel yerine) */
.dm-lux-panel--similar-cream {
  background: linear-gradient(180deg, #faf6ef 0%, #f4ebe1 45%, #efe6d8 100%);
  color: #292524;
  border-top: 1px solid rgba(28, 25, 23, 0.07);
}

.dm-lux-panel--similar-cream .dm-lux-panel__ambient {
  background: radial-gradient(ellipse 80% 52% at 14% 0%, rgba(201, 169, 98, 0.16), transparent 55%),
    radial-gradient(ellipse 50% 42% at 100% 100%, rgba(201, 169, 98, 0.09), transparent 52%);
}

.dm-lux-panel--similar-cream .dm-lux-featured-title {
  color: #171717;
}

.dm-lux-panel--similar-cream .dm-lux-featured-lead {
  color: rgba(68, 64, 60, 0.82);
}

.dm-lux-panel--similar-cream .dm-lux-featured-eyebrow {
  color: rgba(110, 85, 35, 0.92);
}

.dm-lux-panel--similar-cream .dm-lux-featured-cta {
  color: #5c4a24;
  border-bottom-color: rgba(201, 169, 98, 0.45);
}

.dm-lux-panel--similar-cream .dm-lux-featured-cta:hover {
  color: #3d3016;
  border-bottom-color: rgba(201, 169, 98, 0.72);
}

.dm-product-card--lux__price--cream span {
  color: #44403c !important;
}

.dm-product-card--lux__price--cream span.line-through {
  color: rgba(120, 113, 106, 0.55) !important;
}

.dm-product-card--lux__price--cream span.text-gold {
  color: #9a7b3a !important;
}

.dm-product-card--lux-cream-surface.dm-product-card--lux button.dm-tsoft-cart-add-btn.dm-tsoft-cart-add,
.dm-product-card--lux-cream-surface.dm-product-card--lux a.dm-tsoft-cart-add-btn {
  background-color: #171717 !important;
  color: #faf8f5 !important;
  border: 1px solid #171717 !important;
  box-shadow: none !important;
}

.dm-product-card--lux-cream-surface.dm-product-card--lux button.dm-tsoft-cart-add-btn.dm-tsoft-cart-add:hover,
.dm-product-card--lux-cream-surface.dm-product-card--lux a.dm-tsoft-cart-add-btn:hover {
  background-color: #0a0a0a !important;
  color: #fff !important;
  border-color: #0a0a0a !important;
}

.dm-product-card--lux-cream-surface.dm-product-card--lux button.dm-tsoft-cart-add-btn.dm-tsoft-cart-add.dm-tsoft-cart-add--busy,
.dm-product-card--lux-cream-surface.dm-product-card--lux a.dm-tsoft-cart-add-btn.dm-tsoft-cart-add--busy {
  opacity: 0.65 !important;
}

/* Ürünler sayfası — sinematik kampanya vitrinı */
.dm-catalog-page--campaign .dm-catalog-hero--campaign {
  padding-top: clamp(3.25rem, 9vw, 6rem);
  padding-bottom: clamp(2.5rem, 7vw, 4.5rem);
}

.dm-catalog-page--campaign .dm-catalog-hero__title {
  font-size: clamp(2.75rem, 7vw, 4.5rem);
  font-weight: 300;
  letter-spacing: 0.04em;
}

.dm-catalog-page--campaign .dm-catalog-hero__lead {
  max-width: 22rem;
  font-size: 0.8125rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(200, 195, 186, 0.52);
}

.dm-lux-panel--campaign .dm-lux-panel__ambient {
  background: radial-gradient(ellipse 75% 50% at 50% 0%, rgba(201, 169, 98, 0.07), transparent 58%),
    radial-gradient(ellipse 45% 55% at 0% 100%, rgba(201, 169, 98, 0.04), transparent 55%),
    radial-gradient(ellipse 40% 50% at 100% 90%, rgba(255, 248, 235, 0.03), transparent 50%);
}

.dm-lux-panel__inner--campaign {
  max-width: min(100rem, calc(100vw - 2.5rem));
  padding-top: clamp(3rem, 8vw, 5.5rem);
  padding-bottom: clamp(4.5rem, 12vw, 9rem);
  padding-left: clamp(1.25rem, 4vw, 3.5rem);
  padding-right: clamp(1.25rem, 4vw, 3.5rem);
}

.dm-lux-featured-head--campaign {
  gap: clamp(2.25rem, 5vw, 3.5rem);
}

.dm-lux-featured-head--campaign .dm-lux-featured-title {
  font-weight: 300;
  letter-spacing: 0.06em;
}

.dm-lux-catalog-campaign-grid {
  display: grid;
  /* Mobil: iki ürün yan yana (dar ekranda da vitrin yoğunluğu) */
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(0.625rem, 2.8vw, 1rem);
  row-gap: clamp(1.5rem, 5vw, 2.75rem);
  align-items: stretch;
}

@media (min-width: 640px) {
  .dm-lux-catalog-campaign-grid {
    column-gap: clamp(1.75rem, 4.5vw, 3rem);
    row-gap: clamp(3rem, 7vw, 4.5rem);
  }
}

@media (min-width: 1200px) {
  .dm-lux-catalog-campaign-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: clamp(2.5rem, 5vw, 4.25rem);
    row-gap: clamp(4rem, 8vw, 5.5rem);
  }
}

/* Mobil 2 sütun + katalog vitrin kartı (kompakt oran) */
@media (max-width: 639px) {
  .dm-lux-panel__inner--campaign {
    padding-left: clamp(0.875rem, 3.2vw, 1.25rem);
    padding-right: clamp(0.875rem, 3.2vw, 1.25rem);
  }

  .dm-lux-catalog-campaign-grid .dm-product-card__hero {
    min-height: 0;
    max-height: none;
    aspect-ratio: 4 / 5;
    border-radius: 0.5rem 0.5rem 0 0;
    overflow: hidden;
  }

  .dm-lux-catalog-campaign-grid .dm-product-card--catalog-storefront .dm-product-card__hero {
    aspect-ratio: 4 / 5;
  }

  .dm-lux-catalog-campaign-grid {
    row-gap: clamp(0.875rem, 3.2vw, 1.5rem);
  }

  .dm-lux-catalog-campaign-grid article.dm-product-card--cinematic:not(.dm-product-card--catalog-storefront) {
    border-radius: 0.65rem;
    overflow: clip;
    box-shadow: 0 14px 44px -30px rgba(0, 0, 0, 0.72);
  }

  .dm-lux-catalog-campaign-grid article.dm-product-card--cinematic:not(.dm-product-card--catalog-storefront):hover {
    transform: translateY(-2px);
    box-shadow:
      0 20px 52px -34px rgba(0, 0, 0, 0.78),
      0 0 0 1px rgba(201, 169, 98, 0.1);
  }

  .dm-lux-catalog-campaign-grid article.dm-product-card--cinematic > div.min-h-0.flex-1.flex-col {
    padding: 0.5625rem 0.4375rem 0.6875rem;
  }

  .dm-lux-catalog-campaign-grid .dm-product-card--catalog-storefront > div.min-h-0.flex-1.flex-col {
    padding: 0.5rem 0.5rem 0.625rem;
  }

  .dm-lux-catalog-campaign-grid .dm-product-card--cinematic:not(.dm-product-card--catalog-storefront) h2 {
    line-height: 1.22;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

/* Ürünler kataloğu: vitrin düzeni (marka + fiyat satırı) — kutu sinematik siyah */
.dm-lux-catalog-campaign-grid .dm-product-card--catalog-storefront {
  background: #090909;
  border-color: rgba(255, 255, 255, 0.08);
  border-radius: 0.5rem;
  overflow: clip;
}

.dm-lux-catalog-campaign-grid .dm-product-card--catalog-storefront:hover {
  transform: translateY(-3px);
}

.dm-lux-catalog-campaign-grid .dm-product-card--catalog-storefront .dm-product-card__store-brand {
  letter-spacing: 0.01em;
}

.dm-lux-catalog-campaign-grid .dm-product-card--catalog-storefront .dm-price-storefront-prices {
  min-width: 0;
}

/* Mobil: fiyat + rozet ortada, İncele ile aynı hiza */
@media (max-width: 639px) {
  .dm-lux-catalog-campaign-grid .dm-product-card--catalog-storefront .dm-price-storefront-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .dm-lux-catalog-campaign-grid .dm-product-card--catalog-storefront .dm-price-storefront-prices {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .dm-lux-catalog-campaign-grid .dm-product-card--catalog-storefront .dm-price-pct-badge {
    align-self: center;
  }

  .dm-lux-catalog-campaign-grid .dm-product-card--catalog-storefront .dm-price-storefront-prices .tabular-nums {
    overflow-wrap: normal;
    word-break: normal;
  }
}

@media (min-width: 640px) {
  .dm-lux-catalog-campaign-grid .dm-product-card--catalog-storefront .dm-price-storefront-prices .tabular-nums {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}

.dm-lux-catalog-campaign-grid .dm-product-card--catalog-storefront .dm-price-storefront-row [role='group'] .font-semibold {
  font-size: 0.8125rem !important;
  letter-spacing: 0.02em;
}

.dm-lux-catalog-campaign-grid .dm-product-card--catalog-storefront .dm-product-card__store-footer {
  gap: 0.5rem;
  padding-top: 0.5rem;
  border-top-color: rgba(255, 255, 255, 0.08);
}

.dm-lux-catalog-campaign-grid .dm-product-card__store-incele {
  min-height: 2rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: #a8a29e !important;
}

.dm-lux-catalog-campaign-grid .dm-product-card__store-incele:hover {
  color: #d6d3d1 !important;
}

.dm-product-card__hero {
  aspect-ratio: 3 / 4;
  min-height: clamp(17.5rem, 68vw, 30rem);
}

@media (min-width: 768px) {
  .dm-product-card__hero {
    min-height: clamp(20rem, 42vw, 34rem);
  }
}

@media (min-width: 1200px) {
  .dm-product-card__hero {
    min-height: clamp(22rem, 32vw, 36rem);
  }
}

.dm-product-card--cinematic {
  box-shadow: 0 28px 80px -48px rgba(0, 0, 0, 0.85);
}

.dm-product-card--cinematic:hover {
  box-shadow:
    0 36px 100px -40px rgba(0, 0, 0, 0.92),
    0 0 0 1px rgba(201, 169, 98, 0.12);
  transform: translateY(-3px);
}

.dm-lux-catalog-campaign-grid .dm-product-card--catalog-storefront.dm-product-card--cinematic {
  box-shadow: 0 28px 80px -48px rgba(0, 0, 0, 0.85);
}

.dm-lux-catalog-campaign-grid .dm-product-card--catalog-storefront.dm-product-card--cinematic:hover {
  box-shadow:
    0 36px 100px -40px rgba(0, 0, 0, 0.92),
    0 0 0 1px rgba(201, 169, 98, 0.12);
  transform: translateY(-3px);
}

@media (prefers-reduced-motion: reduce) {
  .dm-product-card--cinematic:hover {
    transform: none;
  }

  .dm-lux-catalog-campaign-grid article.dm-product-card--cinematic:hover {
    transform: none;
  }

  .dm-lux-catalog-campaign-grid .dm-product-card--catalog-storefront:hover {
    transform: none;
  }
}

.dm-product-card--cinematic .dm-product-card__hero picture,
.dm-product-card--cinematic .dm-product-card__hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.dm-product-card--lux__price--cinematic {
  margin-top: 0.25rem;
}

.dm-product-card--lux__price--cinematic span {
  letter-spacing: 0.08em;
}

.dm-product-card--lux__price--cinematic > span[role='group'],
.dm-product-card--lux__price--cinematic > span.inline-flex {
  gap: 0.35rem;
}

.dm-product-card--lux__price--cinematic span.text-xs {
  font-size: 0.6875rem !important;
}

.dm-product-card--lux__price--cinematic span.font-semibold {
  font-size: 0.8125rem !important;
  letter-spacing: 0.1em;
}

/* Görsel anlatım şeridi */
.dm-lux-story-strip {
  width: 100%;
  background: var(--dm-lux-black);
}

.dm-lux-story-strip__frame {
  position: relative;
  width: 100%;
  min-height: min(52vh, 36rem);
  max-height: min(70vh, 48rem);
  overflow: hidden;
}

.dm-lux-story-strip__frame > picture {
  display: block;
  width: 100%;
  height: 100%;
  min-height: min(52vh, 36rem);
}

.dm-lux-story-strip__img {
  width: 100%;
  height: 100%;
  min-height: min(52vh, 36rem);
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  transition: transform 1.2s var(--dm-lux-ease);
}

.dm-lux-story-strip.dm-reveal-in .dm-lux-story-strip__img,
.dm-lux-story-strip:hover .dm-lux-story-strip__img {
  transform: scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .dm-lux-story-strip__img {
    transform: none;
  }
}

.dm-lux-story-strip__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5, 5, 5, 0.75) 0%, rgba(5, 5, 5, 0.2) 45%, rgba(5, 5, 5, 0.35) 100%);
  pointer-events: none;
}

.dm-lux-story-strip__line {
  position: absolute;
  left: 8%;
  bottom: clamp(2rem, 8vw, 5rem);
  right: 12%;
  margin: 0;
  max-width: 18ch;
  font-size: clamp(1.5rem, 4vw, 2.75rem);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0.03em;
  color: rgba(253, 250, 243, 0.96);
  text-shadow: 0 2px 40px rgba(0, 0, 0, 0.65);
  text-wrap: balance;
}

@media (min-width: 768px) {
  .dm-lux-story-strip__line {
    left: 10%;
    max-width: 14ch;
  }
}

/* Ortak: lüks hikâye bölümleri */
.dm-lux-story {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.dm-lux-story__grain {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.055;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' 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");
}

.dm-lux-story__grain--light {
  opacity: 0.04;
}

.dm-lux-story__eyebrow {
  margin: 0;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.46em;
  text-transform: uppercase;
  color: rgba(201, 169, 98, 0.88);
}

.dm-lux-story__eyebrow--on-dark {
  color: rgba(201, 169, 98, 0.9);
}

.dm-lux-story__inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: min(88rem, 100vw - 1.5rem);
  padding: clamp(3.5rem, 10vw, 8rem) clamp(1rem, 4vw, 2.75rem);
}

/* Neden — asimetrik görsel + tipografi */
.dm-lux-story--why {
  background: #080808;
  color: rgba(253, 250, 243, 0.95);
}

.dm-lux-story__inner--why {
  display: grid;
  gap: clamp(2.5rem, 6vw, 4rem);
}

@media (min-width: 1024px) {
  .dm-lux-story__inner--why {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: center;
    gap: clamp(2rem, 5vw, 4.5rem);
    padding-top: clamp(4rem, 11vw, 9rem);
    padding-bottom: clamp(4rem, 11vw, 9rem);
  }
}

.dm-lux-story__visual {
  position: relative;
  min-height: min(52vh, 28rem);
  overflow: hidden;
}

@media (min-width: 1024px) {
  .dm-lux-story__visual {
    margin-left: -4%;
    min-height: min(62vh, 36rem);
  }
}

.dm-lux-story__photo {
  width: 100%;
  height: 100%;
  min-height: min(52vh, 28rem);
  object-fit: cover;
  object-position: center;
}

.dm-lux-story__photo-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(5, 5, 5, 0.15) 0%, transparent 40%, rgba(5, 5, 5, 0.35) 100%);
  pointer-events: none;
}

.dm-lux-story__copy {
  padding: 0 0.25rem;
}

@media (min-width: 1024px) {
  .dm-lux-story__copy {
    padding: 0 0 0 4%;
  }
}

.dm-lux-story__headline {
  margin: 1.75rem 0 0;
  font-size: clamp(2.5rem, 6vw, 4.25rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0.02em;
}

.dm-lux-story__headline--muted {
  color: rgba(250, 246, 239, 0.45);
}

.dm-lux-story__headline--gold {
  color: rgba(201, 169, 98, 0.95);
}

.dm-lux-story__list {
  list-style: none;
  margin: clamp(2.5rem, 6vw, 4rem) 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(1.75rem, 4vw, 2.75rem);
}

.dm-lux-story__list-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem 1.75rem;
  align-items: start;
  padding-top: clamp(1.25rem, 3vw, 1.75rem);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.dm-lux-story__list-n {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: rgba(201, 169, 98, 0.75);
}

.dm-lux-story__list-t {
  margin: 0;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: 500;
  letter-spacing: 0.04em;
}

.dm-lux-story__list-d {
  margin: 0.45rem 0 0;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.55;
  color: rgba(230, 225, 216, 0.65);
}

/* Ritüel — dikey editoryal */
.dm-lux-story--ritual {
  background: #f7f3eb;
  color: #141210;
}

.dm-lux-story__inner--ritual {
  max-width: min(52rem, 100vw - 2rem);
  padding-top: clamp(4rem, 12vw, 9rem);
  padding-bottom: clamp(4rem, 12vw, 9rem);
}

.dm-lux-story__ritual-head {
  margin-bottom: clamp(2.5rem, 7vw, 4.5rem);
}

.dm-lux-story--ritual .dm-lux-story__eyebrow {
  color: rgba(120, 100, 55, 0.85);
}

.dm-lux-story__headline--single {
  margin: 1.25rem 0 0;
  font-size: clamp(2.75rem, 7vw, 4.5rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0.01em;
}

.dm-lux-ritual-steps {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dm-lux-ritual-steps__row {
  display: grid;
  grid-template-columns: minmax(0, 4.5rem) minmax(0, 1fr);
  gap: 1rem 1.5rem;
  padding: clamp(1.75rem, 4vw, 2.5rem) 0;
  border-top: 1px solid rgba(20, 18, 16, 0.1);
}

.dm-lux-ritual-steps__n {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  line-height: 1;
  color: rgba(201, 169, 98, 0.55);
}

.dm-lux-ritual-steps__t {
  margin: 0;
  font-size: clamp(1.25rem, 2.4vw, 1.65rem);
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dm-lux-ritual-steps__d {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.55;
  color: rgba(55, 50, 44, 0.72);
}

@media (min-width: 768px) {
  .dm-lux-ritual-steps__row:nth-child(even) {
    margin-left: 8%;
  }
}

/* Piramit — koyu, asimetrik üçlü */
.dm-lux-story--pyramid {
  background: #030303;
  color: rgba(253, 250, 243, 0.94);
}

.dm-lux-story__inner--pyramid {
  padding-top: clamp(4rem, 11vw, 8.5rem);
  padding-bottom: clamp(4rem, 11vw, 8.5rem);
}

.dm-lux-pyramid-head {
  max-width: 28rem;
  margin-bottom: clamp(3rem, 8vw, 5rem);
}

@media (min-width: 1024px) {
  .dm-lux-pyramid-head {
    margin-left: 8%;
  }
}

.dm-lux-pyramid-title {
  margin: 1.25rem 0 0;
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  font-weight: 400;
  letter-spacing: 0.02em;
}

.dm-lux-pyramid-grid {
  display: grid;
  gap: 1px;
  background: rgba(201, 169, 98, 0.15);
}

@media (min-width: 768px) {
  .dm-lux-pyramid-grid {
    grid-template-columns: 1fr 1.15fr 0.85fr;
  }
}

.dm-lux-pyramid-cell {
  background: #080808;
  padding: clamp(2rem, 5vw, 3.25rem) clamp(1.25rem, 4vw, 2rem);
  min-height: 10rem;
}

@media (min-width: 768px) {
  .dm-lux-pyramid-cell--top {
    transform: translateY(2rem);
  }

  .dm-lux-pyramid-cell--base {
    transform: translateY(-1.5rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .dm-lux-pyramid-cell--top,
  .dm-lux-pyramid-cell--base {
    transform: none;
  }
}

.dm-lux-pyramid-cell--heart {
  background: linear-gradient(165deg, #0f0e0c 0%, #080706 100%);
  box-shadow: inset 0 0 0 1px rgba(201, 169, 98, 0.12);
}

.dm-lux-pyramid-label {
  display: block;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: rgba(201, 169, 98, 0.85);
}

.dm-lux-pyramid-line {
  margin: 1rem 0 0;
  font-family: "Cormorant Garamond", "Instrument Serif", Georgia, serif;
  font-size: clamp(1.25rem, 2.8vw, 1.85rem);
  font-weight: 400;
  line-height: 1.2;
  color: rgba(250, 246, 239, 0.88);
}

/* Koleksiyonlar */
.dm-lux-story--collections {
  background: #060606;
  color: rgba(253, 250, 243, 0.94);
}

.dm-lux-story__inner--collections {
  padding-top: clamp(4rem, 11vw, 8.5rem);
  padding-bottom: clamp(4rem, 11vw, 8.5rem);
}

.dm-lux-collections-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem 2rem;
  margin-bottom: clamp(2.5rem, 6vw, 4rem);
}

.dm-lux-collections-title {
  margin: 1rem 0 0;
  flex: 1 1 auto;
  min-width: 0;
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 400;
  letter-spacing: 0.02em;
}

.dm-lux-collections-cta {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(201, 169, 98, 0.9);
  border-bottom: 1px solid rgba(201, 169, 98, 0.35);
  padding-bottom: 0.15rem;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.dm-lux-collections-cta:hover {
  color: #f0e6c8;
  border-bottom-color: rgba(201, 169, 98, 0.75);
}

.dm-lux-collections-grid {
  display: grid;
  gap: 1px;
  background: rgba(201, 169, 98, 0.14);
}

@media (min-width: 768px) {
  .dm-lux-collections-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .dm-lux-collections-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dm-lux-collections-grid .dm-lux-collection-card:nth-child(2) {
    margin-top: 3.5rem;
  }

  .dm-lux-collections-grid .dm-lux-collection-card:nth-child(3) {
    margin-top: 1.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dm-lux-collections-grid .dm-lux-collection-card:nth-child(2),
  .dm-lux-collections-grid .dm-lux-collection-card:nth-child(3) {
    margin-top: 0;
  }
}

.dm-lux-collection-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 14rem;
  padding: clamp(2rem, 5vw, 3rem) clamp(1.5rem, 4vw, 2.5rem);
  background: #0a0a0a;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: background 0.5s var(--dm-lux-ease), transform 0.55s var(--dm-lux-ease);
}

.dm-lux-collection-card:hover {
  background: #0f0e0c;
  transform: translateY(-2px);
}

.dm-lux-collection-card__glow {
  position: absolute;
  right: -20%;
  top: -30%;
  width: 70%;
  height: 80%;
  background: radial-gradient(circle, rgba(201, 169, 98, 0.12), transparent 70%);
  pointer-events: none;
  transition: opacity 0.5s ease;
}

.dm-lux-collection-card:hover .dm-lux-collection-card__glow {
  opacity: 1;
}

.dm-lux-collection-card__eyebrow {
  position: relative;
  margin: 0;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(201, 169, 98, 0.8);
}

.dm-lux-collection-card__title {
  position: relative;
  margin: 1rem 0 0;
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  font-weight: 500;
  letter-spacing: 0.02em;
}

.dm-lux-collection-card__sub {
  position: relative;
  margin: 0.6rem 0 0;
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(210, 205, 196, 0.55);
  max-width: 22rem;
}

.dm-lux-collection-card__arrow {
  position: relative;
  margin-top: auto;
  padding-top: 2rem;
  font-size: 1.25rem;
  color: rgba(201, 169, 98, 0.75);
  transition: transform 0.4s var(--dm-lux-ease);
}

.dm-lux-collection-card:hover .dm-lux-collection-card__arrow {
  transform: translate(0.2rem, -0.2rem);
}

/* Paketleme — görsel + metin */
.dm-lux-story--pack {
  background: #050505;
  color: rgba(253, 250, 243, 0.94);
}

.dm-lux-story__inner--pack {
  display: grid;
  gap: clamp(2.5rem, 6vw, 4rem);
  padding-top: clamp(4rem, 11vw, 9rem);
  padding-bottom: clamp(4rem, 11vw, 9rem);
}

@media (min-width: 1024px) {
  .dm-lux-story__inner--pack {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: clamp(2rem, 5vw, 5rem);
  }
}

.dm-lux-pack-visual {
  position: relative;
  min-height: min(48vh, 26rem);
  overflow: hidden;
}

@media (min-width: 1024px) {
  .dm-lux-pack-visual {
    margin-right: -8%;
    min-height: min(58vh, 32rem);
  }
}

.dm-lux-pack-photo {
  width: 100%;
  height: 100%;
  min-height: min(48vh, 26rem);
  object-fit: cover;
  object-position: center;
}

.dm-lux-pack-photo-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 5, 5, 0.5) 0%, transparent 55%);
  pointer-events: none;
}

.dm-lux-pack-copy {
  padding: 0 0.25rem;
}

@media (min-width: 1024px) {
  .dm-lux-pack-copy {
    padding-left: 6%;
  }
}

.dm-lux-pack-headline {
  margin: 1.25rem 0 0;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0.02em;
}

.dm-lux-pack-lead {
  margin: 1.5rem 0 0;
  max-width: 26rem;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.65;
  color: rgba(220, 215, 206, 0.62);
}

.dm-lux-pack-cta {
  display: inline-block;
  margin-top: 2.25rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(201, 169, 98, 0.92);
  border-bottom: 1px solid rgba(201, 169, 98, 0.35);
  padding-bottom: 0.2rem;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.dm-lux-pack-cta:hover {
  color: #f2e8c8;
  border-bottom-color: rgba(201, 169, 98, 0.75);
}

/* Yorumlar */
.dm-lux-story--reviews {
  background: linear-gradient(180deg, #0a0a0a 0%, #060606 100%);
  color: rgba(253, 250, 243, 0.92);
}

.dm-lux-story__inner--reviews {
  padding-top: clamp(4rem, 11vw, 8.5rem);
  padding-bottom: clamp(4rem, 11vw, 8.5rem);
}

.dm-lux-reviews-head {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto clamp(3rem, 7vw, 4.5rem);
}

.dm-lux-reviews-title {
  margin: 1rem 0 0;
  font-size: clamp(2.5rem, 6vw, 3.75rem);
  font-weight: 400;
  letter-spacing: 0.04em;
}

.dm-lux-reviews-grid {
  display: grid;
  gap: 1px;
  background: rgba(201, 169, 98, 0.12);
}

@media (min-width: 768px) {
  .dm-lux-reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .dm-lux-reviews-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.dm-lux-review-card {
  background: #0c0c0c;
  padding: clamp(1.75rem, 4vw, 2.5rem);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.dm-lux-review-card__stars {
  display: flex;
  gap: 0.2rem;
  color: rgba(201, 169, 98, 0.85);
}

.dm-lux-review-card__star {
  width: 0.95rem;
  height: 0.95rem;
}

.dm-lux-review-card__text {
  flex: 1;
  margin: 1.25rem 0 0;
  font-family: "Cormorant Garamond", "Instrument Serif", Georgia, serif;
  font-size: clamp(1.05rem, 1.9vw, 1.25rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.45;
  color: rgba(245, 240, 232, 0.88);
}

.dm-lux-review-card__foot {
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.dm-lux-review-card__name {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(250, 246, 239, 0.88);
}

.dm-lux-review-card__role {
  margin: 0.35rem 0 0;
  font-size: 0.6875rem;
  color: rgba(200, 195, 186, 0.55);
}

/* Instagram */
.dm-lux-story--ig {
  background: #f7f3eb;
  color: #141210;
}

.dm-lux-story__inner--ig {
  padding-top: clamp(4rem, 11vw, 8.5rem);
  padding-bottom: clamp(4rem, 11vw, 8.5rem);
}

.dm-lux-ig-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem 2rem;
  margin-bottom: clamp(2.5rem, 6vw, 3.5rem);
}

.dm-lux-story--ig .dm-lux-story__eyebrow {
  color: rgba(100, 85, 50, 0.85);
}

.dm-lux-ig-title {
  margin: 0.75rem 0 0;
  flex: 1 1 auto;
  font-size: clamp(2.5rem, 6vw, 3.75rem);
  font-weight: 400;
  letter-spacing: 0.02em;
}

.dm-lux-ig-cta {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(120, 100, 55, 0.9);
  border-bottom: 1px solid rgba(120, 100, 55, 0.35);
  padding-bottom: 0.15rem;
}

.dm-lux-ig-embeds {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .dm-lux-ig-embeds {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .dm-lux-ig-embeds {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.dm-lux-ig-embed {
  background: #fff;
  border: 1px solid rgba(20, 18, 16, 0.08);
  padding: 0.5rem;
  min-height: 12rem;
}

.dm-lux-ig-fallback {
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .dm-lux-ig-fallback {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.dm-lux-ig-placeholder {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 9 / 16;
  min-height: 14rem;
  background: #0a0a0a;
  text-decoration: none;
  color: rgba(253, 250, 243, 0.92);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: transform 0.5s var(--dm-lux-ease), border-color 0.4s ease;
}

.dm-lux-ig-placeholder:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 169, 98, 0.35);
}

.dm-lux-ig-placeholder__veil {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top, rgba(201, 169, 98, 0.2), transparent 55%);
}

.dm-lux-ig-placeholder__label {
  position: relative;
  font-size: 0.5625rem;
  font-weight: 600;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.dm-lux-ig-placeholder__brand {
  position: relative;
  margin-top: 0.75rem;
  font-size: 1.35rem;
}

/* SSS */
.dm-lux-story--faq {
  background: #030303;
  color: rgba(253, 250, 243, 0.92);
}

.dm-lux-story__inner--faq {
  max-width: min(40rem, 100vw - 2rem);
  padding-top: clamp(4rem, 11vw, 8.5rem);
  padding-bottom: clamp(4rem, 11vw, 8.5rem);
}

.dm-lux-faq-head {
  text-align: center;
  margin-bottom: clamp(2.5rem, 6vw, 3.5rem);
}

.dm-lux-faq-title {
  margin: 1rem 0 0;
  font-size: clamp(2.5rem, 6vw, 3.5rem);
  font-weight: 400;
  letter-spacing: 0.06em;
}

.dm-lux-faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.dm-lux-faq-item {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  transition: border-color 0.35s ease, background 0.35s ease;
}

.dm-lux-faq-item[open] {
  border-color: rgba(201, 169, 98, 0.28);
  background: rgba(255, 255, 255, 0.04);
}

.dm-lux-faq-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.15rem;
  cursor: pointer;
  list-style: none;
}

.dm-lux-faq-summary::-webkit-details-marker {
  display: none;
}

.dm-lux-faq-q {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.45;
  color: rgba(248, 244, 236, 0.92);
}

.dm-lux-faq-icon {
  flex-shrink: 0;
  font-size: 1.25rem;
  font-weight: 300;
  color: rgba(201, 169, 98, 0.85);
  transition: transform 0.4s var(--dm-lux-ease);
}

.dm-lux-faq-item[open] .dm-lux-faq-icon {
  transform: rotate(45deg);
}

.dm-lux-faq-a {
  margin: 0;
  padding: 1rem 1.15rem 1.35rem;
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 1.65;
  color: rgba(210, 205, 196, 0.68);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* SEO köprüsü */
.dm-lux-seo-wrap {
  width: 100%;
  background: #080808;
  padding: clamp(3.5rem, 9vw, 7rem) clamp(1rem, 4vw, 2rem);
}

.dm-lux-seo-aside {
  margin: 0 auto;
  max-width: min(48rem, 100%);
  padding: clamp(2rem, 5vw, 2.75rem) clamp(1.5rem, 4vw, 2.25rem);
  border: 1px solid rgba(201, 169, 98, 0.18);
  background: rgba(255, 255, 255, 0.02);
}

.dm-lux-seo-aside__h {
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  color: rgba(253, 250, 243, 0.95);
}

.dm-lux-seo-aside__p {
  margin: 0.75rem 0 0;
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(200, 195, 186, 0.55);
}

.dm-lux-seo-aside__ul {
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.85rem 1.5rem;
}

@media (min-width: 640px) {
  .dm-lux-seo-aside__ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.dm-lux-seo-aside__a {
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(201, 169, 98, 0.92);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.dm-lux-seo-aside__a:hover {
  color: #f0e6c8;
  border-bottom-color: rgba(201, 169, 98, 0.45);
}

.dm-lux-story .dm-reveal {
  transition-delay: calc(var(--dm-lux-i, 0) * 0.08s);
}

@media (prefers-reduced-motion: reduce) {
  .dm-lux-story .dm-reveal {
    transition-delay: 0s;
  }
}

/* Köşeli vitrin: oval / pill butonlar, CTA linkleri ve form kontrolleri */
button[class*="rounded-full"],
button[class*="rounded-xl"],
button[class*="rounded-2xl"],
button[class*="rounded-3xl"],
a[class*="rounded-full"],
input[class*="rounded-full"],
input[class*="rounded-xl"],
input[class*="rounded-2xl"],
input[class*="rounded-3xl"],
textarea[class*="rounded-xl"],
textarea[class*="rounded-2xl"] {
  border-radius: 0 !important;
}

a[class*="rounded-xl"] {
  border-radius: 0 !important;
}

div[class*="inline-flex"][class*="rounded-full"],
span[class*="rounded-full"][class*="border"],
li[class*="rounded-full"][class*="border"] {
  border-radius: 0 !important;
}

[data-newsletter-dialog],
.dm-toast {
  border-radius: 0 !important;
}

/* —— Ürün detay: editoryal lüks (serif hiyerarşi, ince gölgeler, pazar yeri kutusu yok) —— */
.dm-product-detail .dm-product-detail__buy > p:first-of-type {
  letter-spacing: 0.08em;
}

.dm-product-detail .dm-product-detail__prose :where(p, ul, ol) {
  margin-top: 0;
  margin-bottom: 1.1em;
}

.dm-product-detail .dm-product-detail__prose :where(p, ul, ol):last-child {
  margin-bottom: 0;
}

.dm-product-detail button.dm-tsoft-cart-add-btn.dm-tsoft-cart-add,
.dm-product-detail a.dm-tsoft-cart-add-btn {
  background-color: #111;
  color: #faf8f5;
  border: 1px solid #111;
  box-shadow: 0 22px 60px -28px rgba(0, 0, 0, 0.35);
  transition:
    background-color 0.45s var(--dm-ease-out),
    color 0.45s var(--dm-ease-out),
    border-color 0.45s var(--dm-ease-out),
    box-shadow 0.55s var(--dm-ease-out),
    transform 0.55s var(--dm-ease-out);
}

.dm-product-detail button.dm-tsoft-cart-add-btn.dm-tsoft-cart-add:hover,
.dm-product-detail a.dm-tsoft-cart-add-btn:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
  box-shadow: 0 28px 70px -26px rgba(0, 0, 0, 0.42);
  transform: translateY(-1px);
}

.dm-product-detail button.dm-tsoft-cart-add-btn.dm-tsoft-cart-add:focus-visible,
.dm-product-detail a.dm-tsoft-cart-add-btn:focus-visible {
  outline: 2px solid rgba(201, 169, 98, 0.75);
  outline-offset: 3px;
}

.dm-product-detail button.dm-tsoft-cart-add-btn.dm-tsoft-cart-add.dm-tsoft-cart-add--busy,
.dm-product-detail a.dm-tsoft-cart-add-btn.dm-tsoft-cart-add--busy {
  transform: none;
  opacity: 0.65;
}

.dm-product-detail a.dm-product-detail__ghost-cta {
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  color: #262626;
  background: transparent;
  border: 1px solid rgba(38, 38, 38, 0.88);
  text-decoration: none;
  transition:
    background-color 0.45s var(--dm-ease-out),
    color 0.45s var(--dm-ease-out),
    border-color 0.45s var(--dm-ease-out);
}

.dm-product-detail a.dm-product-detail__ghost-cta:hover {
  background: #faf8f5;
  border-color: rgba(201, 169, 98, 0.55);
  color: #111;
}

.dm-product-detail a.dm-product-detail__text-cta {
  position: relative;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  text-decoration: none;
  border-bottom: 1px solid rgba(38, 38, 38, 0.22);
  padding-bottom: 0.2em;
  transition: color 0.35s ease, border-color 0.35s ease;
}

.dm-product-detail a.dm-product-detail__text-cta:hover {
  color: #111;
  border-bottom-color: rgba(201, 169, 98, 0.55);
}

.dm-product-trust-panel--lux__shell {
  max-width: 42rem;
  padding: clamp(2rem, 4vw, 2.75rem) clamp(1.5rem, 3vw, 2.25rem);
  border-radius: 2px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 248, 243, 0.94) 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 32px 90px -48px rgba(15, 23, 42, 0.18);
}

.dm-product-trust-panel--lux__points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.dm-product-trust-panel--lux__point {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.dm-product-trust-panel--lux__dot {
  flex-shrink: 0;
  width: 0.4rem;
  height: 0.4rem;
  margin-top: 0.45rem;
  border-radius: 999px;
  background: rgba(201, 169, 98, 0.85);
  box-shadow: 0 0 0 6px rgba(201, 169, 98, 0.12);
}

.dm-product-trust-panel--lux__link {
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: #262626;
  border-bottom: 1px solid rgba(38, 38, 38, 0.2);
  padding-bottom: 0.15em;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.dm-product-trust-panel--lux__link:hover {
  color: #111;
  border-bottom-color: rgba(201, 169, 98, 0.5);
}

.dm-product-trust-panel--lux__link--muted {
  color: #737373;
  border-bottom-color: rgba(115, 115, 115, 0.25);
}

.dm-product-trust-panel--lux__link--muted:hover {
  color: #404040;
  border-bottom-color: rgba(201, 169, 98, 0.4);
}

@media (prefers-reduced-motion: reduce) {
  .dm-product-detail button.dm-tsoft-cart-add-btn.dm-tsoft-cart-add:hover,
  .dm-product-detail a.dm-tsoft-cart-add-btn:hover {
    transform: none;
  }
}

/* —— Footer: cinematic luxury (koyu zemin, editoryal serif, yumuşak altın hover) —— */
.dm-footer-lux {
  position: relative;
  overflow-x: clip;
  margin-top: 0;
  padding-top: clamp(4rem, 10vw, 7rem);
  background: #030303;
  color: rgba(231, 229, 228, 0.78);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.dm-footer-lux__grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' 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");
}

.dm-footer-lux__glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 55% 38% at 50% -8%, rgba(201, 169, 98, 0.09), transparent 62%),
    radial-gradient(ellipse 40% 30% at 100% 100%, rgba(201, 169, 98, 0.04), transparent 55%);
}

.dm-footer-lux__inner {
  position: relative;
  z-index: 1;
  margin-inline: auto;
  min-width: 0;
  max-width: 88rem;
  padding-inline: clamp(0.875rem, 2.5vw, 2rem);
  padding-block: clamp(3.25rem, 8vw, 5.5rem);
}

.dm-footer-lux__masthead {
  text-align: center;
  max-width: 40rem;
  margin-inline: auto;
  padding-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.dm-footer-lux__logo {
  display: block;
  margin-inline: auto;
  height: clamp(3rem, 8vw, 4.5rem);
  width: auto;
  max-width: min(18rem, 88vw);
  object-fit: contain;
  opacity: 0.94;
  filter: brightness(0) invert(1);
}

.dm-footer-lux__wordmark {
  margin: 0;
  margin-top: clamp(1.25rem, 3vw, 1.75rem);
  font-family: "Cormorant Garamond", "Instrument Serif", Georgia, serif;
  font-weight: 400;
  font-size: clamp(2.35rem, 6.5vw, 3.85rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: #faf8f5;
}

.dm-footer-lux__rule-wordmark {
  width: 2.5rem;
  height: 1px;
  margin: clamp(1.35rem, 3.2vw, 2rem) auto 0;
  background: linear-gradient(90deg, transparent, rgba(201, 169, 98, 0.5), transparent);
}

.dm-footer-lux__emotion {
  margin: clamp(1.35rem, 3.2vw, 2rem) auto 0;
  max-width: 34rem;
  font-family: "Cormorant Garamond", "Instrument Serif", Georgia, serif;
  font-size: clamp(1.2rem, 2.8vw, 1.55rem);
  line-height: 1.45;
  font-weight: 400;
  font-style: italic;
  color: rgba(250, 248, 243, 0.72);
}

.dm-footer-lux__subline {
  margin-top: 1rem;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(168, 162, 158, 0.72);
}

.dm-footer-lux__rule-main {
  height: 1px;
  margin: 0;
  border: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1) 15%, rgba(255, 255, 255, 0.1) 85%, transparent);
}

.dm-footer-lux__grid {
  display: grid;
  gap: clamp(2.5rem, 5vw, 3.25rem);
  padding-block: clamp(2.5rem, 5vw, 3.5rem);
}

@media (min-width: 640px) {
  .dm-footer-lux__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(1.5rem, 4vw, 2.5rem);
    row-gap: clamp(2.25rem, 4vw, 2.75rem);
  }
}

@media (min-width: 1024px) {
  .dm-footer-lux__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(2rem, 3.5vw, 3rem);
  }
}

.dm-footer-lux__col {
  min-width: 0;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

@media (min-width: 1024px) {
  .dm-footer-lux__col {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.dm-footer-lux__col-head {
  margin: 0 0 1.35rem;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(201, 169, 98, 0.75);
}

.dm-footer-lux__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.dm-footer-lux__link {
  display: inline-block;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: rgba(231, 229, 228, 0.72);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 0.1em;
  transition:
    color 0.35s ease,
    border-color 0.35s ease;
}

.dm-footer-lux__link:hover {
  color: rgba(232, 212, 160, 0.95);
  border-bottom-color: rgba(201, 169, 98, 0.35);
}

.dm-footer-lux__muted {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.65;
  letter-spacing: 0.02em;
  color: rgba(168, 162, 158, 0.78);
}

.dm-footer-lux__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin-top: 1.25rem;
}

.dm-footer-lux__social-a {
  display: inline-flex;
  min-height: 44px;
  min-width: 44px;
  align-items: center;
  justify-content: center;
  color: rgba(231, 229, 228, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.02);
  transition:
    color 0.35s ease,
    border-color 0.35s ease,
    background-color 0.35s ease;
}

.dm-footer-lux__social-a:hover {
  color: rgba(232, 212, 160, 0.98);
  border-color: rgba(201, 169, 98, 0.35);
  background: rgba(201, 169, 98, 0.06);
}

.dm-footer-lux__trust {
  padding-top: clamp(2rem, 4vw, 2.75rem);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.dm-footer-lux__trust-title {
  margin: 0 0 0.65rem;
  font-family: "Cormorant Garamond", "Instrument Serif", Georgia, serif;
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  color: rgba(250, 248, 243, 0.92);
}

.dm-footer-lux__trust-copy {
  margin: 0;
  max-width: 48rem;
  font-size: 0.8125rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: rgba(168, 162, 158, 0.88);
}

.dm-footer-lux__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: clamp(1.75rem, 4vw, 2.25rem);
  padding-bottom: max(2.25rem, env(safe-area-inset-bottom, 0px));
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  text-align: center;
}

@media (min-width: 640px) {
  .dm-footer-lux__bottom {
    flex-direction: row;
    text-align: left;
    align-items: flex-end;
  }
}

.dm-footer-lux__copy {
  margin: 0;
  font-size: 0.6875rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(120, 113, 108, 0.9);
}

.dm-footer-lux__tag {
  margin: 0;
  max-width: 22rem;
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(120, 113, 108, 0.75);
  line-height: 1.5;
}

@media (prefers-reduced-motion: reduce) {
  .dm-footer-lux__link,
  .dm-footer-lux__social-a {
    transition: none;
  }
}
