/* DJETORA Soft Launch 유리시계 · Official 소시계 · 신비·기대감 */
.djetora-preopen-hero-photo {
  position: relative;
  width: 100%;
  min-height: 48vh;
  max-height: 62vh;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 20%, rgba(80, 160, 255, 0.22) 0%, transparent 55%),
    radial-gradient(ellipse at 70% 80%, rgba(180, 120, 255, 0.12) 0%, transparent 50%),
    radial-gradient(ellipse at 50% 30%, #0d2a55 0%, #050b18 70%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(126, 235, 255, 0.25);
}
.djetora-preopen-hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    120deg,
    transparent 40%,
    rgba(180, 230, 255, 0.06) 50%,
    transparent 60%
  );
  background-size: 200% 100%;
  animation: dpc-veil 9s ease-in-out infinite;
}
@keyframes dpc-veil {
  0%,
  100% {
    background-position: 100% 0;
  }
  50% {
    background-position: 0 0;
  }
}
.djetora-preopen-hero-photo img[data-dpc-photo] {
  width: auto;
  height: auto;
  max-width: min(78vw, 520px);
  max-height: min(44vh, 360px);
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 0 28px rgba(120, 210, 255, 0.35));
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.dpc-photo-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  z-index: 2;
  text-align: center;
  color: #e8f4ff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.7);
  pointer-events: none;
}
.dpc-photo-caption strong {
  display: block;
  font-size: clamp(16px, 2.4vw, 22px);
  letter-spacing: 0.2em;
  font-weight: 600;
  text-shadow: 0 0 18px rgba(126, 235, 255, 0.45), 0 2px 6px rgba(0, 0, 0, 0.5);
}
.dpc-photo-caption span {
  display: block;
  margin-top: 6px;
  font-size: clamp(12px, 1.5vw, 14px);
  opacity: 0.9;
  letter-spacing: 0.06em;
}

.djetora-preopen-countdown {
  position: sticky;
  bottom: 0;
  z-index: 80;
  background: linear-gradient(180deg, rgba(5, 11, 24, 0.55), rgba(5, 11, 24, 0.92));
  border-top: 1px solid rgba(180, 230, 255, 0.28);
  color: #e8f4ff;
  padding: 14px 14px 16px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.djetora-preopen-countdown .dpc-inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.dpc-brand {
  font-size: 11px;
  letter-spacing: 0.28em;
  opacity: 0.75;
  margin-bottom: 10px;
  text-transform: lowercase;
}

/* 유리 패널 */
.dpc-glass {
  position: relative;
  overflow: hidden;
  margin: 0 auto 10px;
  border-radius: 18px;
  border: 1px solid rgba(200, 240, 255, 0.35);
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.14) 0%,
    rgba(120, 190, 255, 0.08) 40%,
    rgba(40, 60, 100, 0.22) 100%
  );
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    0 10px 40px rgba(0, 40, 80, 0.35),
    0 0 48px rgba(100, 200, 255, 0.12);
  backdrop-filter: blur(18px) saturate(1.35);
  -webkit-backdrop-filter: blur(18px) saturate(1.35);
}
.dpc-glass--soft {
  padding: 16px 18px 14px;
  animation: dpc-breathe 4.8s ease-in-out infinite;
}
.dpc-glass--official {
  padding: 8px 14px 10px;
  max-width: 420px;
  opacity: 0.88;
  border-color: rgba(200, 180, 255, 0.28);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.05) inset,
    0 6px 24px rgba(20, 10, 40, 0.3),
    0 0 28px rgba(160, 120, 255, 0.1);
}
.dpc-glass-shine {
  position: absolute;
  inset: -40% -20%;
  background: linear-gradient(
    105deg,
    transparent 35%,
    rgba(255, 255, 255, 0.18) 48%,
    rgba(180, 230, 255, 0.12) 52%,
    transparent 65%
  );
  animation: dpc-shine 6.5s ease-in-out infinite;
  pointer-events: none;
}
@keyframes dpc-shine {
  0%,
  100% {
    transform: translateX(-30%) rotate(8deg);
    opacity: 0.35;
  }
  50% {
    transform: translateX(30%) rotate(8deg);
    opacity: 0.75;
  }
}
@keyframes dpc-breathe {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.06) inset,
      0 10px 40px rgba(0, 40, 80, 0.35),
      0 0 36px rgba(100, 200, 255, 0.1);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.1) inset,
      0 12px 48px rgba(0, 50, 90, 0.4),
      0 0 64px rgba(120, 220, 255, 0.28);
  }
}

.dpc-label {
  position: relative;
  z-index: 1;
  margin: 0 0 4px;
  font-size: 13px;
  letter-spacing: 0.22em;
  font-weight: 600;
  color: #c8f4ff;
  text-shadow: 0 0 16px rgba(126, 235, 255, 0.55);
}
.dpc-label--sm {
  font-size: 10px;
  letter-spacing: 0.16em;
  color: #d8c8ff;
  text-shadow: 0 0 12px rgba(180, 140, 255, 0.45);
}
.dpc-when {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  font-size: 11px;
  opacity: 0.78;
}
.dpc-when--sm {
  margin-bottom: 6px;
  font-size: 10px;
  opacity: 0.7;
}

.dpc-timer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
  font-variant-numeric: tabular-nums;
}
.dpc-timer--soft .dpc-unit b {
  display: block;
  min-width: 2.1ch;
  font-size: clamp(26px, 5.2vw, 40px);
  font-weight: 650;
  line-height: 1;
  color: #eafcff;
  text-shadow:
    0 0 12px rgba(126, 235, 255, 0.75),
    0 0 28px rgba(80, 180, 255, 0.35);
}
.dpc-timer--soft .dpc-unit i {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  font-style: normal;
  letter-spacing: 0.08em;
  opacity: 0.65;
  color: #b8e0f0;
}
.dpc-timer--soft .dpc-sep {
  align-self: center;
  padding-bottom: 14px;
  font-size: 22px;
  color: rgba(180, 230, 255, 0.55);
  text-shadow: 0 0 10px rgba(126, 235, 255, 0.5);
  animation: dpc-pulse 1.2s ease-in-out infinite;
}
.dpc-timer--official .dpc-unit b {
  display: block;
  min-width: 2ch;
  font-size: clamp(14px, 2.6vw, 18px);
  font-weight: 600;
  line-height: 1;
  color: #e8e0ff;
  text-shadow: 0 0 10px rgba(180, 140, 255, 0.45);
}
.dpc-timer--official .dpc-unit i {
  display: block;
  margin-top: 2px;
  font-size: 8px;
  font-style: normal;
  opacity: 0.55;
}
.dpc-timer--official .dpc-sep {
  align-self: center;
  padding-bottom: 10px;
  font-size: 12px;
  color: rgba(200, 180, 255, 0.45);
}
@keyframes dpc-pulse {
  0%,
  100% {
    opacity: 0.45;
  }
  50% {
    opacity: 1;
  }
}

.dpc-tease {
  position: relative;
  z-index: 1;
  margin: 12px 0 0;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: rgba(220, 240, 255, 0.85);
  text-shadow: 0 0 14px rgba(126, 235, 255, 0.25);
  animation: dpc-fade-line 8s ease-in-out infinite;
}
@keyframes dpc-fade-line {
  0%,
  100% {
    opacity: 0.55;
  }
  50% {
    opacity: 1;
  }
}
.dpc-note {
  margin: 8px 0 0;
  font-size: 10px;
  opacity: 0.55;
  letter-spacing: 0.04em;
}
.djetora-preopen-countdown.dpc-done .dpc-timer--soft .dpc-unit b {
  color: #ffe7a8;
  text-shadow: 0 0 16px rgba(255, 210, 120, 0.7);
}

@media (max-width: 640px) {
  .djetora-preopen-hero-photo {
    min-height: 38vh;
  }
  .dpc-timer--soft .dpc-unit b {
    font-size: 24px;
  }
  .dpc-glass--official {
    max-width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dpc-glass--soft,
  .dpc-glass-shine,
  .dpc-timer--soft .dpc-sep,
  .dpc-tease,
  .djetora-preopen-hero-photo::after {
    animation: none;
  }
}
