/* ============================================================
   QUALIFIED EVENT DJS — Component layout & styling
   ============================================================ */

/* ---------------- NAV ---------------- */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 50; transition: background 0.3s ease, box-shadow 0.3s ease, backdrop-filter 0.3s ease; }
.nav--solid { background: rgba(12,10,26,0.82); backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--line); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 78px; }
.nav__logo { display: flex; align-items: center; gap: 12px; }
.nav__logo-mark { width: 40px; height: 40px; display: grid; place-items: center; color: #06040f; background: var(--grad-neon);
  clip-path: polygon(0 0,100% 0,100% 72%,calc(100% - 10px) 100%,0 100%); }
.nav__logo-txt { font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.32em; line-height: 1.25; color: var(--muted); }
.nav__logo-txt b { color: var(--white); }
.nav__links { display: flex; gap: 30px; }
.nav__links a { font-family: var(--font-mono); font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); transition: color 0.18s; position: relative; }
.nav__links a:hover { color: var(--white); }
.nav__links a::after { content: ""; position: absolute; left: 0; bottom: -7px; height: 2px; width: 0; background: var(--grad-neon); transition: width 0.22s; }
.nav__links a:hover::after { width: 100%; }
.nav__right { display: flex; align-items: center; gap: 14px; }
.nav__burger { display: none; color: var(--white); }
.nav__drawer { display: none; }

@media (max-width: 900px) {
  .nav__links, .nav__cta { display: none; }
  .nav__burger { display: grid; place-items: center; }
  .nav__drawer { display: flex; flex-direction: column; gap: 4px; padding: 0 20px; background: rgba(12,10,26,0.97);
    backdrop-filter: blur(14px); max-height: 0; overflow: hidden; transition: max-height 0.32s ease, padding 0.32s ease; }
  .nav__drawer.open { max-height: 460px; padding: 8px 20px 24px; }
  .nav__drawer a { font-family: var(--font-mono); text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.86rem; padding: 16px 6px; border-bottom: 1px solid var(--line); }
  .nav__drawer .btn { margin-top: 16px; }
}

/* ---------------- EQUALIZER ---------------- */
.eq { display: inline-flex; align-items: flex-end; gap: 5px; height: 30px; }
.eq span { width: 5px; height: 100%; background: var(--grad-neon); transform-origin: bottom; animation: eqp 0.9s ease-in-out infinite alternate; border-radius: 1px; }
@keyframes eqp { 0% { transform: scaleY(0.25); } 100% { transform: scaleY(1); } }
@media (prefers-reduced-motion: reduce) { .eq span { animation: none; transform: scaleY(0.6); } }

/* ---------------- HERO ---------------- */
.hero { position: relative; min-height: 100vh; display: flex; flex-direction: column; justify-content: center; padding-top: 96px; overflow: hidden; }
.hero__media { position: absolute; inset: 0; z-index: 0; }
.hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__photo { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__photo::after { color: rgba(255,255,255,0.18); }
.hero__media::before { content: ""; position: absolute; inset: 0; z-index: 1; background:
  radial-gradient(110% 80% at 88% 8%, rgba(232,30,124,0.26), transparent 55%),
  linear-gradient(90deg, rgba(8,6,18,0.74) 0%, rgba(8,6,18,0.34) 48%, rgba(8,6,18,0.05) 100%),
  linear-gradient(180deg, rgba(8,6,18,0.10) 0%, rgba(8,6,18,0.35) 58%, rgba(12,10,26,0.92) 100%); }
.hero__wedge { position: absolute; top: 0; left: 0; width: 62%; height: 100%; z-index: 1; background: linear-gradient(150deg, rgba(24,200,232,0.85), rgba(24,200,232,0.15));
  clip-path: polygon(0 0, 78% 0, 30% 100%, 0 100%); mix-blend-mode: screen; opacity: 0.22; }
.hero__wedge--2 { left: auto; right: 0; width: 48%; background: linear-gradient(210deg, rgba(58,42,120,0.9), rgba(232,30,124,0.35));
  clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%); opacity: 0.28; mix-blend-mode: normal; }
.hero__inner { position: relative; z-index: 2; }
.hero__eyebrow { display: flex; flex-direction: column; gap: 4px; margin-bottom: 26px; }
.hero__eyebrow .eyebrow { position: relative; }
.hero__title { font-size: clamp(3.2rem, 11vw, 9.5rem); text-shadow: 0 2px 30px rgba(8,6,18,0.85), 0 0 60px rgba(8,6,18,0.5); }
.hero__title-sm { font-size: 0.62em; color: var(--white); }
.hero__sub { max-width: 540px; margin: 30px 0 36px; font-size: clamp(1.05rem, 2vw, 1.3rem); color: var(--white); text-shadow: 0 1px 16px rgba(8,6,18,0.9); }
.hero__cta { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }
.hero__eq { margin-top: 46px; height: 40px; opacity: 0.85; }
.hero__djs { position: relative; z-index: 2; display: flex; align-items: center; gap: 34px; margin-top: 70px; padding-top: 28px; border-top: 1px solid var(--line); }
.hero__dj { display: flex; flex-direction: column; gap: 6px; }
.hero__dj-name { font-size: clamp(1.8rem, 4vw, 2.8rem); line-height: 0.9; }
.hero__dj:first-child .hero__dj-name { color: var(--magenta); }
.hero__dj:last-child .hero__dj-name { color: var(--cyan); }
.hero__dj-ig { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.12em; color: var(--muted); }
.hero__dj-ig:hover { color: var(--white); }
.hero__dj-amp { font-family: var(--font-display); font-size: 2rem; color: var(--muted-2); }

@media (max-width: 760px) {
  .hero__djs { gap: 18px; margin-top: 48px; }
  .hero__wedge { opacity: 0.4; }
}

/* ---------------- ABOUT ---------------- */
.about { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 70px; align-items: center; }
.about__media { position: relative; min-height: 480px; }
.about__photo { position: relative; width: 100%; height: 100%; min-height: 480px; overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%); box-shadow: var(--glow-cyan); }
.about__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; display: block; }
.about__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(12,10,26,0.45) 100%); }
.about__badge { position: absolute; top: 40%; right: 6%; z-index: 3; display: flex; align-items: center; gap: 12px; background: var(--bg); padding: 14px 18px;
  clip-path: polygon(0 0,100% 0,100% 74%,calc(100% - 14px) 100%,0 100%); box-shadow: 0 0 0 2px var(--cyan); }
.about__badge-num { font-size: 3.4rem; line-height: 1; color: var(--cyan); }
.about__badge-txt { font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }
.about__lead { font-size: 1.22rem; margin: 26px 0 30px; }
.about__list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; margin-top: 30px; }
.about__list li { display: flex; align-items: center; gap: 10px; font-family: var(--font-mono); font-size: 0.82rem; letter-spacing: 0.06em; text-transform: uppercase; }
.about__list li svg { color: var(--cyan); flex-shrink: 0; }

@media (max-width: 860px) {
  .about { grid-template-columns: 1fr; gap: 40px; }
  .about__media { min-height: 360px; }
  .about__list { grid-template-columns: 1fr; }
}

/* ---------------- SERVICES ---------------- */
.svc__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.svc__media { position: relative; }
.svc__ph { aspect-ratio: 4/3; width: 100%; clip-path: polygon(0 0,100% 0,100% 86%,0 100%); }
.svc--rev .svc__ph { clip-path: polygon(0 0,100% 0,100% 100%,0 86%); }
.svc__photo { position: relative; aspect-ratio: 4/3; width: 100%; overflow: hidden;
  clip-path: polygon(0 0,100% 0,100% 86%,0 100%); box-shadow: var(--glow-magenta); }
.svc--rev .svc__photo { clip-path: polygon(0 0,100% 0,100% 100%,0 86%); }
.svc__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.svc__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(12,10,26,0.4) 100%); }
.svc__eq { position: absolute; bottom: -18px; left: 28px; height: 46px; padding: 12px 16px; background: var(--bg); clip-path: polygon(0 0,100% 0,100% 72%,calc(100% - 12px) 100%,0 100%); box-shadow: 0 0 0 2px var(--line); }
.svc--rev .svc__eq { left: auto; right: 28px; }
.svc__lead { font-size: 1.18rem; margin: 24px 0 30px; max-width: 520px; }
.svc__points { display: flex; flex-direction: column; gap: 22px; }
.svc__point { display: flex; gap: 16px; align-items: flex-start; }
.svc__point-ic { flex-shrink: 0; width: 46px; height: 46px; display: grid; place-items: center; color: var(--cyan); background: var(--bg-2); box-shadow: inset 0 0 0 1px var(--line);
  clip-path: polygon(0 0,100% 0,100% 72%,calc(100% - 10px) 100%,0 100%); }
.svc--rev .svc__point-ic { color: var(--magenta); }
.svc__point h4 { font-family: var(--font-display); text-transform: uppercase; font-size: 1.25rem; letter-spacing: 0.02em; }
.svc__point p { color: var(--muted); font-size: 0.98rem; }

@media (max-width: 860px) {
  .svc__grid { grid-template-columns: 1fr; gap: 40px; }
  .svc--rev .svc__grid > .svc__txt { order: 2; }
  .svc--rev .svc__grid > .svc__media { order: 1; }
}

/* ---------------- GALLERY ---------------- */
.gallery__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 44px; flex-wrap: wrap; }
.gallery__note { font-family: var(--font-mono); font-size: 0.76rem; letter-spacing: 0.1em; max-width: 240px; }
.gallery__grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 190px; gap: 16px; grid-auto-flow: dense; }
.gallery__cell { position: relative; overflow: hidden; clip-path: polygon(0 0,100% 0,100% 100%,0 100%); transition: clip-path 0.3s; }
.gallery__cell:hover { clip-path: polygon(0 0,100% 0,100% 90%,0 100%); }
.gallery__cell--tall { grid-row: span 2; }
.gallery__cell--wide { grid-column: span 2; }
.gallery__ph, .gallery__img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease; }
.gallery__cell:hover .gallery__ph, .gallery__cell:hover .gallery__img { transform: scale(1.05); }
.gallery__cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 28px 16px 14px;
  font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; text-align: left;
  color: var(--white); background: linear-gradient(180deg, transparent, rgba(8,6,18,0.85));
  opacity: 0; transform: translateY(8px); transition: 0.25s; }
.gallery__cell:hover .gallery__cap { opacity: 1; transform: none; }
.gallery__zoom { position: absolute; top: 14px; right: 14px; width: 38px; height: 38px; display: grid; place-items: center; color: #06040f; background: var(--grad-neon); opacity: 0; transform: translateY(-6px); transition: 0.25s; clip-path: polygon(0 0,100% 0,100% 70%,calc(100% - 9px) 100%,0 100%); }
.gallery__cell:hover .gallery__zoom { opacity: 1; transform: none; }

@media (max-width: 760px) {
  .gallery__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; }
  .gallery__cell--wide { grid-column: span 2; }
  .gallery__cell--tall { grid-row: span 1; }
}

/* lightbox */
.lightbox { position: fixed; inset: 0; z-index: 100; background: rgba(6,4,15,0.92); backdrop-filter: blur(10px); display: flex; align-items: center; justify-content: center; gap: 18px; padding: 24px; animation: fade 0.2s ease; }
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }
.lightbox__fig { max-width: 880px; width: 100%; }
.lightbox__ph { width: 100%; aspect-ratio: 16/10; box-shadow: var(--glow-cyan); }
.lightbox__img { display: block; width: auto; max-width: 100%; max-height: 78vh; margin: 0 auto; box-shadow: var(--glow-cyan); }
.lightbox__fig figcaption { font-family: var(--font-mono); font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-top: 16px; text-align: center; }
.lightbox__close { position: absolute; top: 22px; right: 26px; color: var(--white); }
.lightbox__nav { width: 54px; height: 54px; flex-shrink: 0; display: grid; place-items: center; color: var(--white); background: rgba(255,255,255,0.06); box-shadow: inset 0 0 0 1px var(--line); transition: 0.2s; clip-path: polygon(0 0,100% 0,100% 76%,calc(100% - 12px) 100%,0 100%); }
.lightbox__nav:hover { background: var(--grad-neon); color: #06040f; }
.lightbox__nav--prev svg { transform: rotate(180deg); }

@media (max-width: 640px) { .lightbox__nav { display: none; } }

/* ---------------- TRUST ---------------- */
.trust { background: var(--grad-panel); }
.trust__head { margin-bottom: 48px; }
.trust__head .kicker { margin-bottom: 18px; }
.trust__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.trust__card { background: var(--bg-2); padding: 34px 30px; box-shadow: inset 0 0 0 1px var(--line); clip-path: polygon(0 0,100% 0,100% 92%,calc(100% - 22px) 100%,0 100%); }
.trust__stars { color: var(--cyan); letter-spacing: 4px; margin-bottom: 16px; }
.trust__card blockquote { font-size: 1.1rem; line-height: 1.55; }
.trust__card figcaption { margin-top: 22px; display: flex; flex-direction: column; gap: 3px; }
.trust__card figcaption b { font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.03em; font-size: 1.15rem; }
.trust__card figcaption span { font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted-2); }

@media (max-width: 860px) { .trust__grid { grid-template-columns: 1fr; } }

/* ---------------- INSTAGRAM ---------------- */
.insta__head { text-align: center; display: flex; flex-direction: column; align-items: center; margin-bottom: 40px; }
.insta__main { margin-top: 24px; font-size: 0.9rem; padding: 18px 30px; }
.insta__sub { font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted-2); align-self: center; }
.insta__handles { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; align-items: center; margin-top: 20px; }
.insta__handle { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-mono); font-size: 0.82rem; letter-spacing: 0.08em; padding: 11px 18px; box-shadow: inset 0 0 0 1px var(--line); transition: 0.2s; clip-path: polygon(0 0,100% 0,100% 70%,calc(100% - 11px) 100%,0 100%); }
.insta__handle:first-child:hover { color: var(--magenta); box-shadow: inset 0 0 0 1px var(--magenta); }
.insta__handle:last-child:hover { color: var(--cyan); box-shadow: inset 0 0 0 1px var(--cyan); }
.insta__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.insta__feed { width: 100%; }
.insta__tile img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s; }
.insta__play { position: absolute; top: 10px; right: 10px; z-index: 2; width: 28px; height: 28px; display: grid; place-items: center;
  color: #fff; background: rgba(8,6,18,0.55); backdrop-filter: blur(4px);
  clip-path: polygon(0 0,100% 0,100% 70%,calc(100% - 8px) 100%,0 100%); }
.insta__tile--skeleton { aspect-ratio: 1; background: var(--bg-3);
  background-image: linear-gradient(110deg, rgba(255,255,255,0) 30%, rgba(255,255,255,0.06) 50%, rgba(255,255,255,0) 70%);
  background-size: 200% 100%; animation: shimmer 1.4s linear infinite; }
@keyframes shimmer { from { background-position: 200% 0; } to { background-position: -200% 0; } }
.insta__tile { position: relative; aspect-ratio: 1; overflow: hidden; }
.insta__ph { width: 100%; height: 100%; transition: transform 0.4s; }
.insta__tile:hover .insta__ph { transform: scale(1.08); }
.insta__ig { position: absolute; inset: 0; display: grid; place-items: center; color: #fff; background: rgba(232,30,124,0.0); opacity: 0; transition: 0.25s; }
.insta__tile:hover .insta__ig { opacity: 1; background: rgba(12,10,26,0.55); }

@media (max-width: 760px) { .insta__grid { grid-template-columns: repeat(3, 1fr); } }

/* ---------------- CONTACT ---------------- */
.contact { background:
  radial-gradient(90% 80% at 100% 0%, rgba(232,30,124,0.16), transparent 60%),
  radial-gradient(80% 80% at 0% 100%, rgba(24,200,232,0.14), transparent 60%), var(--bg); }
.contact__grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 64px; align-items: start; }
.contact__lead { font-size: 1.15rem; margin: 24px 0 36px; max-width: 420px; }
.contact__direct { display: flex; flex-direction: column; gap: 14px; }
.contact__row { display: flex; align-items: center; gap: 16px; padding: 16px 18px; background: var(--bg-2); box-shadow: inset 0 0 0 1px var(--line); transition: 0.2s; clip-path: polygon(0 0,100% 0,100% 78%,calc(100% - 14px) 100%,0 100%); }
a.contact__row:hover { box-shadow: inset 0 0 0 1px var(--cyan); }
.contact__ic { width: 42px; height: 42px; flex-shrink: 0; display: grid; place-items: center; color: var(--cyan); background: var(--bg-3); clip-path: polygon(0 0,100% 0,100% 72%,calc(100% - 9px) 100%,0 100%); }
.contact__row div { display: flex; flex-direction: column; }
.contact__row b { font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.contact__row span { font-size: 1.12rem; white-space: nowrap; }

.contact__formwrap { background: var(--bg-2); padding: 40px; box-shadow: inset 0 0 0 1px var(--line); clip-path: polygon(0 0,100% 0,100% 97%,calc(100% - 30px) 100%,0 100%); }
.contact__form { display: flex; flex-direction: column; gap: 20px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field label { font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.field input, .field textarea, .select select { width: 100%; background: var(--bg); color: var(--white); font-family: var(--font-body); font-size: 1rem; padding: 14px 16px; border: 1px solid var(--line); transition: border 0.18s, box-shadow 0.18s; }
.field input:focus, .field textarea:focus, .select select:focus { outline: none; border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(24,200,232,0.18); }
.field input.err, .field .err { border-color: var(--magenta); }
.field small { color: var(--magenta-2); font-size: 0.78rem; }
.field textarea { resize: vertical; }
.select { position: relative; }
.select::after { content: "▾"; position: absolute; right: 16px; top: 50%; transform: translateY(-50%); color: var(--muted); pointer-events: none; }
.select select { appearance: none; }
.contact__form .btn { margin-top: 6px; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.contact__senderr { margin-top: 4px; font-size: 0.92rem; color: var(--magenta-2); }
.contact__senderr a { color: var(--cyan); white-space: nowrap; }

.contact__success { text-align: center; padding: 30px 10px; display: flex; flex-direction: column; align-items: center; gap: 18px; }
.contact__success-ic { width: 84px; height: 84px; display: grid; place-items: center; color: #06040f; background: var(--grad-neon); border-radius: 50%; }
.contact__success h3 { font-size: 2.2rem; text-transform: uppercase; }
.contact__success p { color: var(--muted); max-width: 360px; }

@media (max-width: 860px) {
  .contact__grid { grid-template-columns: 1fr; gap: 40px; }
  .contact__formwrap { padding: 28px; }
}

/* ---------------- FOOTER ---------------- */
.footer { background: var(--bg); border-top: 1px solid var(--line); padding: 64px 0 36px; }
.footer__inner { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; flex-wrap: wrap; }
.footer__logo { font-size: clamp(2rem, 5vw, 3.4rem); line-height: 0.9; text-transform: uppercase; }
.footer__brand .eyebrow { margin-top: 14px; display: block; }
.footer__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 32px; }
.footer__cols a { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-mono); font-size: 0.8rem; letter-spacing: 0.08em; color: var(--muted); }
.footer__cols a:hover { color: var(--cyan); }
.footer__bottom { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.08em; color: var(--muted-2); }
.footer__legal { display: flex; gap: 18px; }
.footer__legal a { color: var(--muted); }
.footer__legal a:hover { color: var(--cyan); }

@media (max-width: 640px) { .footer__cols { grid-template-columns: 1fr; } }
