/* Ferho Efendi — mockup açılış (tek kaynak, referans: mockup-reference.jpg) */

body.mockup-mode {
  --gold: #d4b87a;
  --gold-light: #f0e0b8;
  --gold-deep: #8a6830;
  --marble-top: #ece8e0;
  --marble-mid: #c8c4bc;
  --marble-shadow: #8a8682;
}

/* ——— Çerçeve & sahne ——— */
body.mockup-mode .cinema-curtain { display: none; }

body.mockup-mode .cinema-outer {
  padding: clamp(8px, 1.2vw, 16px);
  background: radial-gradient(ellipse at center, #1a1008 0%, #050403 72%);
}

body.mockup-mode .cinema-frame {
  padding: clamp(12px, 1.8vw, 22px);
  background:
    linear-gradient(180deg, #3d2818 0%, #2a1810 8%, #1f140c 92%, #3d2818 100%),
    repeating-linear-gradient(90deg, #1a1008 0, #2a1a10 3px, #22160e 6px, #2f1e12 9px);
  border: 4px solid rgba(212, 184, 122, 0.55);
  border-radius: 4px;
  box-shadow:
    inset 0 0 0 2px rgba(0, 0, 0, 0.65),
    inset 0 0 0 5px rgba(212, 184, 122, 0.12),
    0 0 80px rgba(0, 0, 0, 0.85);
}

body.mockup-mode .cinema-screen {
  border: 1px solid rgba(212, 184, 122, 0.28);
}

body.mockup-mode .scene-bg,
body.mockup-mode .scene-bg-backdrop {
  filter: sepia(0.12) contrast(1.06) brightness(0.88) saturate(1.05);
  background-size: cover;
  background-position: center 42%;
}

body.mockup-mode .scene-depth-scrim {
  position: absolute;
  inset: 0;
  z-index: 9;
  pointer-events: none;
  opacity: 0.22;
  background: radial-gradient(ellipse at center, transparent 55%, rgba(5, 3, 2, 0.18) 100%);
}

body.mockup-mode .film-grain,
body.mockup-mode .film-scanlines { opacity: 0.03; }

body.mockup-mode .film-vignette {
  background: radial-gradient(ellipse at center, transparent 38%, rgba(5, 3, 2, 0.4) 70%, rgba(0, 0, 0, 0.78) 100%);
}

body.mockup-mode .ether-mist {
  opacity: 0.82;
  mix-blend-mode: screen;
  z-index: 11;
}

body.mockup-mode .scene-glow {
  background:
    radial-gradient(ellipse 48% 36% at 50% 56%, rgba(212, 184, 122, 0.2), transparent 68%),
    radial-gradient(ellipse 65% 40% at 68% 14%, rgba(255, 240, 200, 0.12), transparent 55%);
}

body.mockup-mode .mockup-godrays {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
  background:
    conic-gradient(from 210deg at 70% 6%, transparent, rgba(255, 236, 180, 0.18) 14deg, transparent 28deg, rgba(255, 220, 140, 0.12) 42deg, transparent 56deg),
    linear-gradient(118deg, transparent 28%, rgba(255, 228, 160, 0.08) 46%, transparent 64%);
  mix-blend-mode: screen;
}

body.mockup-mode #mockup-sparkles {
  position: absolute;
  inset: 0;
  z-index: 7;
  pointer-events: none;
}

body.mockup-mode .flashback-badge,
body.mockup-mode .cinema-footer {
  display: none !important;
  visibility: hidden;
}

/* ——— Header ——— */
body.mockup-mode .cinema-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  padding: clamp(8px, 1.4vw, 16px) clamp(12px, 2vw, 24px);
  background: linear-gradient(180deg, rgba(5, 3, 2, 0.72), transparent);
  z-index: 20;
}

body.mockup-mode .header-center-title {
  justify-self: center;
  font-family: 'Cinzel', serif;
  font-size: clamp(0.82rem, 1.9vw, 1.12rem);
  font-weight: 600;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: rgba(248, 244, 236, 0.96);
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.85);
}

body.mockup-mode .header-actions {
  display: flex;
  gap: 6px;
  flex-wrap: nowrap;
}

body.mockup-mode .header-actions .btn {
  font-size: clamp(0.54rem, 1vw, 0.66rem);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 6px 12px;
  border: 1px solid rgba(212, 184, 122, 0.42);
  border-radius: 4px;
  background: rgba(8, 6, 4, 0.42);
  color: rgba(248, 244, 236, 0.92);
  white-space: nowrap;
}

/* ——— Hero metin ——— */
body.mockup-mode .cinema-main {
  position: absolute;
  inset: 0;
  padding: 0;
  pointer-events: none;
  z-index: 12;
}

body.mockup-mode .cinema-title-card {
  position: absolute;
  inset: 0;
  transform: none;
  max-width: none;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

body.mockup-mode .cinema-title-card.hub-ready {
  top: 0;
  transform: none;
  max-width: none;
}

body.mockup-mode .title-hero {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  width: min(720px, 90vw);
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.05rem, 2.6vw, 1.8rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.42;
  color: rgba(255, 252, 245, 0.97);
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.88);
  text-align: center;
}

body.mockup-mode .gv-case-tagline {
  position: absolute;
  top: 24%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 14;
  width: min(560px, 78vw);
  margin: 0;
  font-family: 'Cinzel', serif;
  font-size: clamp(0.52rem, 1.2vw, 0.74rem);
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1.42;
  text-transform: uppercase;
  color: rgba(255, 252, 245, 0.98);
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.82);
  text-align: center;
  pointer-events: none;
}

/* ——— Altın camekan ——— */
body.mockup-mode .golden-vitrin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  width: min(580px, 54vw);
  pointer-events: auto;
  filter: drop-shadow(0 32px 64px rgba(0, 0, 0, 0.58));
}

body.mockup-mode .golden-vitrin[hidden] { display: block !important; }

body.mockup-mode .gv-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

body.mockup-mode .gv-case {
  position: relative;
  z-index: 6;
  width: 94%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

/* Kapak */
body.mockup-mode .gv-lid {
  position: relative;
  z-index: 9;
  width: 100%;
  perspective: 1100px;
}

body.mockup-mode .golden-vitrin-lid,
body.mockup-mode .showcase-lid {
  position: relative;
  width: 100%;
  height: clamp(42px, 6.8vh, 58px);
  margin-bottom: -10px;
  background:
    linear-gradient(168deg, #faf0d0 0%, #e8cc88 24%, #c9a05a 62%, var(--gold-deep) 100%);
  border: 3px solid rgba(240, 224, 184, 0.92);
  border-radius: 14px 14px 4px 4px;
  transform: perspective(900px) rotateX(-54deg);
  transform-origin: bottom center;
  box-shadow:
    0 -20px 52px rgba(212, 184, 122, 0.52),
    inset 0 5px 14px rgba(255, 248, 235, 0.52),
    inset 0 -5px 10px rgba(60, 40, 16, 0.26);
  overflow: hidden;
}

body.mockup-mode .gv-lid-glass {
  position: absolute;
  inset: 4px 8px 6px;
  border-radius: 10px 10px 2px 2px;
  background: linear-gradient(155deg, rgba(255, 252, 245, 0.3), rgba(255, 248, 235, 0.08) 60%, transparent);
  border: 1px solid rgba(255, 255, 255, 0.22);
  pointer-events: none;
}

body.mockup-mode .gv-hinge {
  position: absolute;
  bottom: 2px;
  width: clamp(10px, 1.3vw, 13px);
  height: clamp(10px, 1.3vw, 13px);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #f0dfa0, var(--gold-deep));
  border: 2px solid rgba(240, 224, 184, 0.85);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.32);
  z-index: 10;
}

body.mockup-mode .gv-hinge-l { left: 6%; }
body.mockup-mode .gv-hinge-r { right: 6%; }

body.mockup-mode .golden-vitrin-caption,
body.mockup-mode .showcase-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -58%);
  z-index: 2;
  width: 94%;
  margin: 0;
  font-family: 'Cinzel', serif;
  font-size: clamp(0.4rem, 0.88vw, 0.55rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.35;
  text-transform: uppercase;
  color: rgba(32, 20, 8, 0.92);
  text-shadow: 0 1px 0 rgba(255, 248, 235, 0.45);
  text-align: center;
  pointer-events: none;
}

/* Işınlar */
body.mockup-mode .golden-vitrin-rays,
body.mockup-mode .showcase-rays {
  position: absolute;
  left: 50%;
  top: -24%;
  transform: translateX(-50%);
  width: 165%;
  height: clamp(220px, 42vh, 400px);
  z-index: 2;
  pointer-events: none;
  opacity: 0.92;
  background:
    conic-gradient(
      from 180deg at 50% 100%,
      transparent 0deg,
      rgba(255, 236, 180, 0.28) 10deg,
      transparent 20deg,
      rgba(240, 210, 140, 0.2) 32deg,
      transparent 44deg,
      rgba(255, 236, 180, 0.26) 56deg,
      transparent 68deg,
      rgba(240, 210, 140, 0.18) 80deg,
      transparent 92deg,
      rgba(255, 236, 180, 0.24) 104deg,
      transparent 116deg,
      rgba(240, 210, 140, 0.16) 128deg,
      transparent 140deg,
      rgba(255, 236, 180, 0.22) 152deg,
      transparent 164deg,
      rgba(240, 210, 140, 0.14) 176deg,
      transparent 188deg,
      rgba(255, 236, 180, 0.2) 200deg,
      transparent 212deg,
      rgba(240, 210, 140, 0.12) 224deg,
      transparent 236deg,
      rgba(255, 236, 180, 0.18) 248deg,
      transparent 260deg,
      rgba(240, 210, 140, 0.1) 272deg,
      transparent 284deg,
      rgba(255, 236, 180, 0.16) 296deg,
      transparent 308deg,
      rgba(240, 210, 140, 0.08) 320deg,
      transparent 332deg,
      rgba(255, 236, 180, 0.14) 344deg,
      transparent 360deg
    ),
    radial-gradient(ellipse 45% 85% at 50% 100%, rgba(255, 236, 180, 0.42), transparent 72%);
  animation: mockupRays 5.5s ease-in-out infinite;
  mix-blend-mode: screen;
}

@keyframes mockupRays {
  0%, 100% { opacity: 0.7; transform: translateX(-50%) scaleY(1); }
  50% { opacity: 1; transform: translateX(-50%) scaleY(1.12); }
}

/* Cam sandık */
body.mockup-mode .gv-chamber,
body.mockup-mode .opening-hub {
  display: flex !important;
  grid-template-columns: unset !important;
  position: relative;
  z-index: 5;
  width: 100%;
  margin: 0;
  padding: clamp(16px, 2.6vh, 24px) clamp(12px, 1.8vw, 18px) clamp(12px, 2vh, 18px);
  background:
    linear-gradient(175deg, rgba(255, 248, 235, 0.12) 0%, rgba(10, 8, 5, 0.3) 100%),
    rgba(8, 6, 4, 0.36);
  border: 3px solid rgba(212, 184, 122, 0.88);
  border-top: 2px solid rgba(240, 224, 184, 0.45);
  border-bottom: none;
  border-radius: 0 0 16px 16px;
  box-shadow:
    inset 0 0 56px rgba(212, 184, 122, 0.18),
    inset 0 -10px 28px rgba(255, 236, 180, 0.12),
    0 0 72px rgba(212, 184, 122, 0.32);
  backdrop-filter: blur(10px) saturate(1.3);
  -webkit-backdrop-filter: blur(10px) saturate(1.3);
  overflow: visible;
}

body.mockup-mode .gv-chamber::before {
  content: '';
  position: absolute;
  inset: clamp(4px, 0.7vw, 7px);
  z-index: 4;
  pointer-events: none;
  border-radius: 0 0 12px 12px;
  background:
    linear-gradient(120deg, transparent 28%, rgba(255, 255, 255, 0.16) 40%, transparent 52%),
    linear-gradient(180deg, rgba(255, 252, 245, 0.1), transparent 30%, rgba(0, 0, 0, 0.04));
  border: 1px solid rgba(255, 248, 235, 0.16);
}

body.mockup-mode .gv-chamber::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: inherit;
  background:
    radial-gradient(ellipse 70% 60% at 50% 65%, rgba(255, 236, 180, 0.16), transparent 72%),
    radial-gradient(ellipse 72% 58% at 50% 88%, rgba(255, 236, 180, 0.22), transparent 70%);
}

body.mockup-mode .gv-case-rim {
  position: relative;
  z-index: 7;
  width: 102%;
  left: -1%;
  height: clamp(6px, 1vh, 9px);
  margin-top: -1px;
  border-radius: 0 0 3px 3px;
  background: linear-gradient(180deg, #e8cc88, #a88648 55%, var(--gold-deep));
  box-shadow: 0 2px 10px rgba(212, 184, 122, 0.42);
}

/* Ürünler */
body.mockup-mode .gv-products {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: clamp(4px, 0.8vw, 10px);
  width: 100%;
}

body.mockup-mode .gv-product {
  flex: 1 1 0;
  min-width: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  touch-action: manipulation;
}

body.mockup-mode .opening-hub-card {
  display: flex;
  min-height: auto;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.mockup-mode .gv-product img {
  display: block;
  width: 100%;
  height: clamp(74px, 13.5vh, 132px);
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.5));
  transition: transform 0.45s ease, filter 0.45s ease;
}

body.mockup-mode .gv-product-hero img {
  height: clamp(90px, 16.5vh, 162px);
  filter: drop-shadow(0 14px 28px rgba(212, 184, 122, 0.38));
}

body.mockup-mode .gv-levitate img {
  animation: gvFloat 4.8s ease-in-out infinite;
}

body.mockup-mode .gv-product:nth-child(1) img { animation-delay: 0s; }
body.mockup-mode .gv-product:nth-child(2) img { animation-delay: 0.6s; }
body.mockup-mode .gv-product:nth-child(3) img { animation-delay: 1.2s; }
body.mockup-mode .gv-product:nth-child(4) img { animation-delay: 0.9s; }
body.mockup-mode .gv-product:nth-child(5) img { animation-delay: 0.3s; }

@keyframes gvFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

body.mockup-mode .gv-product:hover img,
body.mockup-mode .gv-product:focus-visible img {
  transform: translateY(-10px) scale(1.05);
  filter: drop-shadow(0 20px 36px rgba(212, 184, 122, 0.42));
  outline: none;
}

/* Mermer kaide */
body.mockup-mode .gv-pedestal {
  position: relative;
  z-index: 4;
  width: 128%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

body.mockup-mode .gv-pedestal-top {
  height: clamp(6px, 1vh, 9px);
  margin: 0 clamp(4%, 6vw, 7%);
  border-radius: 2px 2px 0 0;
  background: linear-gradient(180deg, #f8f6f2, #dcd8d0);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

body.mockup-mode .golden-vitrin-base,
body.mockup-mode .showcase-base {
  position: relative;
  width: 100%;
  height: clamp(32px, 5.4vh, 52px);
  margin-top: 0;
  border-radius: 0;
  background:
    linear-gradient(175deg, rgba(255, 255, 255, 0.12) 0%, transparent 28%),
    repeating-linear-gradient(118deg, transparent 0, transparent 22px, rgba(120, 112, 100, 0.07) 22px, rgba(120, 112, 100, 0.07) 24px),
    repeating-linear-gradient(72deg, transparent 0, transparent 36px, rgba(160, 150, 138, 0.06) 36px, rgba(160, 150, 138, 0.06) 38px),
    linear-gradient(180deg, var(--marble-top) 0%, #d8d4cc 22%, var(--marble-mid) 55%, #a0a09c 85%, var(--marble-shadow) 100%);
  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.48),
    inset 0 3px 6px rgba(255, 255, 255, 0.42),
    inset 0 -3px 7px rgba(0, 0, 0, 0.1);
}

body.mockup-mode .golden-vitrin-base::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 35% 80% at 22% 50%, rgba(255, 255, 255, 0.2), transparent 70%),
    radial-gradient(ellipse 28% 60% at 78% 40%, rgba(200, 196, 188, 0.22), transparent 65%),
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.03) 48%, transparent 52%, rgba(255, 255, 255, 0.06) 100%);
  pointer-events: none;
}

body.mockup-mode .golden-vitrin-base::after {
  content: '';
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: 18%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.5) 80%, transparent);
  pointer-events: none;
}

body.mockup-mode .gv-pedestal-face {
  height: clamp(11px, 1.9vh, 17px);
  margin: 0 clamp(7%, 9vw, 11%);
  border-radius: 0 0 10px 10px;
  background: linear-gradient(180deg, #a8a4a0 0%, #7a7672 58%, #6a6662 100%);
  box-shadow:
    0 8px 20px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

body.mockup-mode .gv-pedestal-shadow {
  position: absolute;
  left: 6%;
  right: 6%;
  bottom: clamp(-14px, -2vh, -10px);
  height: clamp(16px, 2.5vh, 22px);
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.48), transparent 70%);
  filter: blur(5px);
  pointer-events: none;
}

/* Teleport */
body.mockup-mode.vitrin-teleport .golden-vitrin {
  animation: vitrinVanish 0.65s ease forwards;
}

@keyframes vitrinVanish {
  to { opacity: 0; transform: translate(-50%, -48%) scale(0.92); filter: blur(8px); }
}

body.mockup-mode .product-reveal-orb {
  position: fixed;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%) scale(0.6);
  z-index: 180;
  width: min(280px, 42vw);
  pointer-events: none;
  opacity: 0;
  filter: blur(6px);
  transition: opacity 0.5s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), filter 0.5s ease;
}

body.mockup-mode .product-reveal-orb.is-active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  filter: blur(0);
  animation: orbLevitate 4.5s ease-in-out infinite;
}

body.mockup-mode .product-reveal-orb img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 24px 48px rgba(212, 184, 122, 0.45));
}

@keyframes orbLevitate {
  0%, 100% { transform: translate(-50%, -50%) translateY(0); }
  50% { transform: translate(-50%, -50%) translateY(-10px); }
}

/* Hikaye butonu */
body.mockup-mode .story-listen-btn {
  position: fixed;
  left: clamp(12px, 2vw, 28px);
  bottom: calc(108px + env(safe-area-inset-bottom, 0px));
  z-index: 218;
  padding: 8px 14px;
  border: 1px solid rgba(212, 184, 122, 0.45);
  border-radius: 20px;
  background: rgba(8, 6, 4, 0.55);
  backdrop-filter: blur(10px);
  color: var(--gold-light);
  font-family: 'Cinzel', serif;
  font-size: clamp(0.52rem, 1vw, 0.62rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  pointer-events: auto;
  transition: background 0.2s, transform 0.2s;
}

body.mockup-mode .story-listen-btn:hover {
  background: rgba(212, 184, 122, 0.18);
  transform: translateY(-2px);
}

/* Karakterler */
body.mockup-mode #theater-stage.chars-ready .char-dede {
  --char-left: clamp(4px, 1vw, 16px);
  --char-bottom: calc(82px + env(safe-area-inset-bottom, 0px));
  --char-shift: 0;
}

body.mockup-mode #theater-stage.chars-ready .char-ferhan {
  --char-left: calc(100% - clamp(4px, 1vw, 16px));
  --char-shift: -100%;
  --char-bottom: calc(82px + env(safe-area-inset-bottom, 0px));
}

body.mockup-mode .char-vid,
body.mockup-mode .char-alpha-canvas {
  height: clamp(210px, 31vh, 390px);
  max-width: min(320px, 27vw);
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.65))
    drop-shadow(0 2px 6px rgba(0, 0, 0, 0.35));
}

/* Parşömen balonlar */
body.mockup-mode #theater-stage.chars-ready .char-dede .speech-bubble.visible {
  position: fixed;
  left: clamp(118px, 15.5vw, 248px);
  right: auto;
  bottom: clamp(198px, 35.5vh, 318px);
  max-width: min(320px, 28vw);
  min-width: 200px;
  transform: none;
}

body.mockup-mode #theater-stage.chars-ready .char-ferhan .speech-bubble.visible {
  position: fixed;
  right: clamp(118px, 15.5vw, 248px);
  left: auto;
  bottom: clamp(198px, 35.5vh, 318px);
  max-width: min(320px, 28vw);
  min-width: 200px;
  transform: none;
}

body.mockup-mode #theater-stage.chars-ready .speech-bubble {
  padding: 18px 16px 14px;
  background: linear-gradient(148deg, rgba(252, 244, 224, 0.97), rgba(232, 212, 172, 0.94));
  border: 1px solid rgba(140, 110, 68, 0.52);
  border-radius: 28px 22px 26px 18px;
  box-shadow:
    0 12px 36px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    inset 0 -2px 8px rgba(120, 90, 50, 0.08);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.mockup-mode #theater-stage.chars-ready .char-ferhan .speech-bubble {
  border-radius: 22px 28px 18px 26px;
}

body.mockup-mode #theater-stage.chars-ready .bubble-text {
  font-family: 'Playfair Display', serif;
  font-size: clamp(0.74rem, 1.3vw, 0.88rem);
  line-height: 1.5;
  color: #3a2a18;
  text-shadow: none;
}

body.mockup-mode #theater-stage.chars-ready .bubble-name {
  color: #8a6d3b;
  font-size: 0.52rem;
}

body.mockup-mode #theater-stage.chars-ready .speech-bubble.bubble-speaker-dede {
  border-left: 3px solid #a0824a;
}

body.mockup-mode #theater-stage.chars-ready .speech-bubble.bubble-speaker-ferhan {
  border-right: 3px solid #c9a96e;
}

/* Dock — mermer + cam chatbox */
body.mockup-mode .theater-dock {
  bottom: 0;
  width: min(620px, calc(100vw - 48px));
  padding: 0 clamp(10px, 2vw, 20px);
  min-height: clamp(88px, 14vh, 118px);
}

body.mockup-mode .theater-dock::before { display: none; }

body.mockup-mode .dock-counter {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: calc(100% + clamp(56px, 12vw, 110px));
  z-index: 0;
  pointer-events: none;
}

body.mockup-mode .dock-marble-bevel {
  height: clamp(5px, 0.85vh, 8px);
  margin: 0 clamp(4%, 6vw, 8%);
  border-radius: 2px 2px 0 0;
  background: linear-gradient(180deg, #faf8f4, #dcd8d0);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

body.mockup-mode .dock-marble-slab {
  position: relative;
  height: clamp(22px, 3.8vh, 38px);
  border-radius: 0 0 12px 12px;
  background:
    linear-gradient(175deg, rgba(255, 255, 255, 0.1) 0%, transparent 26%),
    repeating-linear-gradient(118deg, transparent 0, transparent 22px, rgba(120, 112, 100, 0.06) 22px, rgba(120, 112, 100, 0.06) 24px),
    repeating-linear-gradient(72deg, transparent 0, transparent 36px, rgba(160, 150, 138, 0.05) 36px, rgba(160, 150, 138, 0.05) 38px),
    linear-gradient(180deg, var(--marble-top) 0%, #d8d4cc 28%, #c4c0b8 62%, #a8a4a0 100%);
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.38),
    inset 0 3px 6px rgba(255, 255, 255, 0.5),
    inset 0 -2px 5px rgba(0, 0, 0, 0.05);
}

body.mockup-mode .dock-marble-slab::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(ellipse 30% 75% at 25% 45%, rgba(255, 255, 255, 0.16), transparent 68%),
    radial-gradient(ellipse 24% 55% at 72% 38%, rgba(200, 196, 188, 0.2), transparent 62%);
  pointer-events: none;
}

body.mockup-mode .dock-glass-top {
  position: absolute;
  left: clamp(5%, 7vw, 9%);
  right: clamp(5%, 7vw, 9%);
  bottom: 100%;
  margin-bottom: clamp(-2px, -0.3vh, 0px);
  height: clamp(56px, 9vh, 76px);
  border-radius: 10px 10px 4px 4px;
  background:
    linear-gradient(168deg, rgba(255, 252, 245, 0.22) 0%, rgba(255, 248, 235, 0.1) 42%, rgba(12, 9, 6, 0.18) 100%),
    rgba(8, 6, 4, 0.28);
  border: 2px solid rgba(212, 184, 122, 0.55);
  border-bottom: 1px solid rgba(240, 224, 184, 0.32);
  box-shadow:
    inset 0 0 32px rgba(212, 184, 122, 0.1),
    inset 0 2px 0 rgba(255, 255, 255, 0.22),
    0 -4px 18px rgba(212, 184, 122, 0.15);
  backdrop-filter: blur(10px) saturate(1.2);
  -webkit-backdrop-filter: blur(10px) saturate(1.2);
}

body.mockup-mode .dock-glass-top::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.14) 48%, transparent 56%);
  pointer-events: none;
}

body.mockup-mode #theater-extras,
body.mockup-mode #theater-quick-replies {
  position: relative;
  z-index: 3;
}

body.mockup-mode .theater-input-row {
  position: absolute;
  left: clamp(14px, 3vw, 28px);
  right: clamp(14px, 3vw, 28px);
  bottom: calc(clamp(22px, 3.8vh, 38px) + clamp(14px, 2.4vh, 22px));
  z-index: 4;
  margin: 0;
  padding: 10px 14px;
  border-radius: 24px;
  background:
    linear-gradient(160deg, rgba(255, 252, 245, 0.14), rgba(14, 10, 8, 0.42)),
    rgba(10, 8, 6, 0.55);
  border: 1px solid rgba(212, 184, 122, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 6px 20px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(14px) saturate(1.25);
  -webkit-backdrop-filter: blur(14px) saturate(1.25);
}

body.mockup-mode #chat-input {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(212, 184, 122, 0.28);
  color: rgba(252, 248, 240, 0.96);
}

body.mockup-mode .dock-search-icon {
  order: -1;
  color: rgba(212, 184, 122, 0.9);
  opacity: 1;
}

body.mockup-mode #chat-mic { order: 1; }
body.mockup-mode #chat-send { order: 2; }

/* Sinema hikâye */
body.mockup-mode.cinema-story .cinema-screen {
  filter: brightness(0.62) saturate(0.85);
}

body.mockup-mode.cinema-story .ether-mist { opacity: 0.92; }

/* Dükkana geç */
body.mockup-mode.shop-mode .cinema-outer { opacity: 1; pointer-events: auto; }

body.mockup-mode.shop-mode .scene-bg,
body.mockup-mode.shop-mode .ether-mist,
body.mockup-mode.shop-mode .mockup-godrays,
body.mockup-mode.shop-mode #mockup-sparkles,
body.mockup-mode.shop-mode .cinema-main,
body.mockup-mode.shop-mode .story-listen-btn,
body.mockup-mode.shop-mode .film-grain,
body.mockup-mode.shop-mode .film-vignette,
body.mockup-mode.shop-mode .scene-glow {
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden;
}

body.mockup-mode.shop-mode #theater-stage {
  opacity: 0;
  pointer-events: none;
}

body.mockup-mode.shop-mode .cinema-screen {
  background: linear-gradient(180deg, #faf6ee, #f0e8d8);
}

body.mockup-mode.shop-mode .product-showcase {
  position: fixed;
  inset: clamp(56px, 8vh, 72px) 20px 20px;
  z-index: 300;
  max-height: none;
  width: auto;
  transform: none;
  left: 20px;
  right: 20px;
  background: transparent;
  border: none;
  box-shadow: none;
}

body.mockup-mode.shop-mode .showcase-card {
  background: #fff;
  border-color: rgba(160, 130, 74, 0.35);
  color: #2a2018;
}

body.mockup-mode.shop-mode .showcase-story,
body.mockup-mode.shop-mode .showcase-desc,
body.mockup-mode.shop-mode .showcase-title { color: #2a2018; }

body.mockup-mode.showcase-open .cinema-title-card { display: none; }

/* Mobil */
@media (max-width: 768px) {
  body.mockup-mode .golden-vitrin {
    width: 96vw;
    transform: translate(-50%, -38%);
  }

  body.mockup-mode .title-hero {
    top: 11%;
    font-size: clamp(0.9rem, 4vw, 1.15rem);
  }

  body.mockup-mode .gv-case-tagline {
    top: 18%;
    font-size: clamp(0.44rem, 3vw, 0.58rem);
  }

  body.mockup-mode .gv-case { width: 92%; }
  body.mockup-mode .gv-pedestal { width: 122%; }

  body.mockup-mode .gv-product img { height: clamp(56px, 11vh, 90px); }
  body.mockup-mode .gv-product-hero img { height: clamp(68px, 13vh, 108px); }

  body.mockup-mode .char-vid,
  body.mockup-mode .char-alpha-canvas {
    height: clamp(130px, 20vh, 190px);
    max-width: 38vw;
  }

  body.mockup-mode #theater-stage.chars-ready .char-dede .speech-bubble.visible,
  body.mockup-mode #theater-stage.chars-ready .char-ferhan .speech-bubble.visible {
    left: auto;
    right: auto;
    bottom: clamp(152px, 29vh, 218px);
    max-width: 44vw;
    min-width: 0;
  }

  body.mockup-mode #theater-stage.chars-ready .char-dede .speech-bubble.visible { left: 3vw; }
  body.mockup-mode #theater-stage.chars-ready .char-ferhan .speech-bubble.visible { right: 3vw; }

  body.mockup-mode .theater-dock {
    width: calc(100vw - 16px);
    min-height: clamp(80px, 13vh, 104px);
  }

  body.mockup-mode .dock-counter { width: calc(100% + 28px); }
  body.mockup-mode .dock-glass-top { height: clamp(48px, 8vh, 62px); }

  body.mockup-mode .theater-input-row {
    left: 10px;
    right: 10px;
    bottom: calc(clamp(18px, 3.2vh, 30px) + clamp(10px, 2vh, 16px));
    padding: 8px 10px;
    border-radius: 20px;
  }

  body.mockup-mode .story-listen-btn {
    left: 8px;
    bottom: calc(112px + env(safe-area-inset-bottom, 0px));
    font-size: 0.48rem;
    padding: 6px 10px;
  }
}