/*
Theme Name: DJ Maze Coming Soon
Theme URI: https://djmaze.fr
Author: Odfi Studios / BlueVersion
Description: One-page coming soon WordPress theme for DJ Maze using the official futuristic hero background.
Version: 1.0.2
Requires at least: 6.0
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: dj-maze-coming-soon
*/

:root {
  --bg: #02030a;
  --text: #ffffff;
  --muted: rgba(255,255,255,.70);
  --line: rgba(218,205,255,.25);
  --purple: #9f63ff;
  --blue: #8cc5ff;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.djmaze-coming-soon {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.djmaze-coming-soon::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(2,3,10,.70) 0%, rgba(2,3,10,.35) 42%, rgba(2,3,10,.22) 72%, rgba(2,3,10,.55) 100%),
    var(--hero-bg);
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
  z-index: -4;
  animation: bgFloat 14s ease-in-out infinite alternate;
}

.djmaze-coming-soon::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background:
    radial-gradient(circle at 19% 28%, rgba(159,99,255,.28), transparent 31%),
    radial-gradient(circle at 72% 66%, rgba(140,197,255,.18), transparent 28%),
    linear-gradient(180deg, rgba(2,3,10,.05), rgba(2,3,10,.52));
}

.djmaze-noise {
  position: absolute;
  inset: 0;
  opacity: .12;
  pointer-events: none;
  z-index: -2;
  mix-blend-mode: screen;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
}

.djmaze-shell {
  width: min(96vw, 1820px);
  min-height: calc(100vh - 48px);
  margin: 24px auto;
  border: 1px solid var(--line);
  border-radius: 18px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255,255,255,.035), rgba(255,255,255,.01));
  box-shadow: 0 30px 100px rgba(0,0,0,.35);
}

.djmaze-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255,255,255,.07), transparent 25%, transparent 75%, rgba(160,100,255,.08));
}

.djmaze-header {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: clamp(24px, 3vw, 48px) clamp(24px, 4vw, 70px);
}

.djmaze-brand {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  text-transform: uppercase;
  letter-spacing: .42em;
  font-family: Syncopate, Orbitron, Inter, sans-serif;
  font-size: clamp(10px, .72vw, 13px);
  font-weight: 700;
  color: rgba(255,255,255,.9);
}

.djmaze-mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #d9c4ff;
  border: 1px solid rgba(208,180,255,.42);
  clip-path: polygon(50% 0, 100% 30%, 88% 100%, 12% 100%, 0 30%);
  text-shadow: 0 0 20px rgba(159,99,255,.8);
  letter-spacing: 0;
  font-family: Orbitron, Inter, sans-serif;
}

.djmaze-header-note {
  text-transform: uppercase;
  letter-spacing: .28em;
  font-family: Orbitron, Inter, sans-serif;
  font-size: 11px;
  color: rgba(255,255,255,.58);
}

.djmaze-content {
  position: relative;
  z-index: 3;
  display: grid;
  align-items: center;
  min-height: calc(100vh - 210px);
  padding: clamp(24px, 4vw, 70px);
}

.djmaze-copy {
  width: min(760px, 100%);
}

.djmaze-eyebrow {
  margin: 0 0 26px;
  text-transform: uppercase;
  letter-spacing: .48em;
  font-family: Orbitron, Inter, sans-serif;
  font-size: clamp(10px, .8vw, 14px);
  color: #c4aaff;
}

.djmaze-title {
  margin: 0;
  font-family: Orbitron, Inter, sans-serif;
  font-size: clamp(84px, 11vw, 190px);
  line-height: .83;
  letter-spacing: -.04em;
  text-transform: uppercase;
  color: transparent;
  background: linear-gradient(90deg, #a166ff 0%, #eee7ff 44%, #91ccff 88%);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 0 48px rgba(138,86,255,.30);
}

.djmaze-subtitle {
  margin: 24px 0 0;
  font-family: Syncopate, Orbitron, Inter, sans-serif;
  font-size: clamp(30px, 5vw, 82px);
  line-height: 1;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: rgba(255,255,255,.96);
}

.djmaze-lead {
  width: min(560px, 100%);
  margin: 32px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 1.25vw, 23px);
  line-height: 1.55;
}

.djmaze-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 42px;
}

.djmaze-btn {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 28px;
  border-radius: 11px;
  border: 1px solid rgba(196,156,255,.55);
  background: linear-gradient(135deg, rgba(125,66,255,.32), rgba(46,30,90,.20));
  box-shadow: inset 0 0 22px rgba(184,115,255,.18), 0 0 26px rgba(140,79,255,.20);
  text-transform: uppercase;
  letter-spacing: .24em;
  font-family: Orbitron, Inter, sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.djmaze-btn.whatsapp {
  border-color: rgba(150,255,196,.36);
  background: linear-gradient(145deg, rgba(23,159,91,.32), rgba(4,30,20,.24));
}

.djmaze-footer {
  position: absolute;
  left: clamp(24px, 4vw, 70px);
  right: clamp(24px, 4vw, 70px);
  bottom: clamp(24px, 3vw, 44px);
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
  color: rgba(255,255,255,.50);
  font-family: Orbitron, Inter, sans-serif;
  font-size: 10px;
  letter-spacing: .28em;
  text-transform: uppercase;
  z-index: 4;
}

.djmaze-dots {
  display: flex;
  gap: 9px;
}

.djmaze-dots span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(242,235,255,.7);
  box-shadow: 0 0 10px rgba(172,128,255,.7);
}

@keyframes bgFloat {
  from { transform: scale(1.03) translate3d(0,0,0); }
  to { transform: scale(1.07) translate3d(-18px,-10px,0); }
}

@media (max-width: 780px) {
  .djmaze-shell {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }

  .djmaze-header {
    align-items: flex-start;
    gap: 18px;
    flex-direction: column;
  }

  .djmaze-content {
    min-height: auto;
    padding-top: 52px;
    padding-bottom: 160px;
  }

  .djmaze-title {
    font-size: clamp(64px, 20vw, 112px);
  }

  .djmaze-subtitle {
    font-size: clamp(27px, 10vw, 52px);
  }

  .djmaze-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .djmaze-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* === Clean full-background 4K coming soon update === */

/* Use the new 4K background sharp: no blur/glass box effect. */
.djmaze-coming-soon::before {
  background-image:
    linear-gradient(90deg, rgba(2,3,10,.78) 0%, rgba(2,3,10,.46) 38%, rgba(2,3,10,.10) 68%, rgba(2,3,10,.16) 100%),
    var(--hero-bg) !important;
  background-size: cover !important;
  background-position: center right !important;
  filter: none !important;
  transform: scale(1) !important;
  animation: none !important;
}

/* Remove the glassy rounded box. Keep content over full background. */
.djmaze-shell {
  width: 100% !important;
  min-height: 100vh !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
  box-shadow: none !important;
}

.djmaze-shell::before {
  display: none !important;
}

/* Keep the content elegant and readable on the left side. */
.djmaze-header {
  padding: clamp(24px, 3vw, 46px) clamp(28px, 4vw, 76px) !important;
}

.djmaze-content {
  min-height: calc(100vh - 190px) !important;
  padding: clamp(28px, 4vw, 76px) clamp(28px, 4vw, 76px) 150px !important;
}

/* Reduce DJ MAZE so it stays on one line. */
.djmaze-title {
  white-space: nowrap !important;
  font-size: clamp(58px, 7.4vw, 132px) !important;
  line-height: .92 !important;
  letter-spacing: -.035em !important;
}

.djmaze-subtitle {
  font-size: clamp(28px, 4.2vw, 68px) !important;
  line-height: 1.02 !important;
}

.djmaze-copy {
  width: min(660px, 100%) !important;
}

.djmaze-footer {
  left: clamp(28px, 4vw, 76px) !important;
  right: clamp(28px, 4vw, 76px) !important;
}

@media (max-width: 780px) {
  .djmaze-coming-soon::before {
    background-position: 64% center !important;
  }

  .djmaze-content {
    padding-bottom: 140px !important;
  }

  .djmaze-title {
    font-size: clamp(42px, 14vw, 82px) !important;
    white-space: nowrap !important;
  }

  .djmaze-subtitle {
    font-size: clamp(24px, 8vw, 44px) !important;
  }
}

@media (max-width: 430px) {
  .djmaze-title {
    font-size: clamp(36px, 13vw, 58px) !important;
    letter-spacing: -.04em !important;
  }
}
