:root {
  --afx-cyan: #00e5ff;
  --afx-cyan-soft: rgba(0, 229, 255, 0.18);
  --afx-pink: #ff0080;
  --afx-purple: #a020f0;
  --afx-ink: #030711;
  --afx-panel: rgba(9, 21, 36, 0.82);
  --afx-line: rgba(0, 229, 255, 0.2);
  --afx-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
}

html { scroll-behavior: smooth; background: var(--afx-ink); overflow-x: clip; }

body {
  overflow-x: clip;
  background:
    radial-gradient(circle at 12% 12%, rgba(0, 229, 255, 0.09), transparent 28rem),
    radial-gradient(circle at 88% 28%, rgba(255, 0, 128, 0.08), transparent 32rem),
    var(--afx-ink) !important;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body::before {
  z-index: 0;
  background:
    radial-gradient(circle at 22% 32%, rgba(0, 229, 255, 0.11), transparent 22rem),
    radial-gradient(circle at 78% 68%, rgba(255, 0, 128, 0.09), transparent 25rem);
  filter: blur(36px);
  animation: afx-aurora 16s ease-in-out infinite alternate;
}

body::after {
  z-index: 0;
  opacity: 0.15;
  background-image:
    linear-gradient(rgba(0, 229, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 229, 255, 0.06) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.75), transparent 70%);
}

#root, body > main, body > nav, body > footer { position: relative; z-index: 1; }

.afx-nav {
  background: linear-gradient(90deg, rgba(3, 8, 17, 0.96), rgba(8, 18, 32, 0.9), rgba(3, 8, 17, 0.96)) !important;
  border-bottom: 1px solid rgba(0, 229, 255, 0.24) !important;
  box-shadow: 0 12px 42px rgba(0, 0, 0, 0.4), 0 1px 22px rgba(0, 229, 255, 0.08) !important;
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}

.afx-nav::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--afx-cyan), var(--afx-pink), transparent);
  opacity: 0.8;
  animation: afx-pulse 4s ease-in-out infinite;
}

.afx-nav a { transition: color .2s ease, text-shadow .2s ease, transform .2s ease !important; }
.afx-nav a:hover { color: var(--afx-cyan) !important; text-shadow: 0 0 18px rgba(0,229,255,.7); transform: translateY(-1px); }

.afx-section {
  position: relative !important;
  isolation: isolate;
}

.afx-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 12%;
  right: -14rem;
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,229,255,.08), transparent 68%);
  filter: blur(12px);
}

.afx-section:nth-of-type(even)::after {
  right: auto;
  left: -14rem;
  background: radial-gradient(circle, rgba(255,0,128,.07), transparent 68%);
}

.afx-hero {
  box-shadow: inset 0 -110px 130px rgba(0,0,0,.72) !important;
}

.afx-hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(0,229,255,.08), transparent 32%, transparent 68%, rgba(255,0,128,.08)),
    linear-gradient(to top, rgba(3,7,17,.74), transparent 58%);
  mix-blend-mode: screen;
}

.afx-heading {
  position: relative;
  text-shadow: 0 5px 30px rgba(0,0,0,.62), 0 0 28px rgba(0,229,255,.12) !important;
  text-wrap: balance;
}

h1.afx-heading {
  filter: drop-shadow(0 0 18px rgba(0,229,255,.12));
}

h2.afx-heading::after {
  content: "";
  display: block;
  width: 76px;
  height: 3px;
  margin-top: 14px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--afx-cyan), var(--afx-pink));
  box-shadow: 0 0 18px rgba(0,229,255,.42);
}

.afx-card {
  position: relative !important;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(13, 28, 48, 0.88), rgba(5, 12, 23, 0.88)) !important;
  border-color: rgba(0, 229, 255, 0.18) !important;
  box-shadow: 0 14px 46px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.035) !important;
  backdrop-filter: blur(10px);
  transition: transform .32s cubic-bezier(.2,.8,.2,1), border-color .32s ease, box-shadow .32s ease !important;
}

.afx-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 5%, rgba(0,229,255,.07) 46%, rgba(255,0,128,.05) 54%, transparent 95%);
  transform: translateX(-120%);
  transition: transform .7s ease;
}

.afx-card:hover {
  transform: translateY(-6px) scale(1.008);
  border-color: rgba(0,229,255,.5) !important;
  box-shadow: 0 22px 62px rgba(0,0,0,.42), 0 0 34px rgba(0,229,255,.09) !important;
}

.afx-card:hover::before { transform: translateX(120%); }

.afx-button {
  position: relative !important;
  overflow: hidden;
  border-color: rgba(0,229,255,.55) !important;
  box-shadow: 0 10px 28px rgba(0,229,255,.1), inset 0 0 0 1px rgba(255,255,255,.04) !important;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease !important;
}

.afx-button:hover {
  transform: translateY(-2px) scale(1.018);
  box-shadow: 0 15px 38px rgba(0,229,255,.23), 0 0 25px rgba(255,0,128,.12) !important;
  filter: brightness(1.09) saturate(1.12);
}

.afx-button::after {
  content: "";
  position: absolute;
  inset: -2px;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 25%, rgba(255,255,255,.25) 46%, transparent 65%);
  transform: translateX(-120%);
}

.afx-button:hover::after { animation: afx-shine .75s ease; }

.afx-image {
  transition: transform .55s cubic-bezier(.2,.8,.2,1), filter .55s ease, box-shadow .55s ease !important;
  filter: saturate(1.08) contrast(1.04);
}

.afx-image:hover {
  transform: scale(1.025);
  filter: saturate(1.2) contrast(1.06);
  box-shadow: 0 24px 70px rgba(0,0,0,.46), 0 0 32px rgba(0,229,255,.12) !important;
}

img[src$="/beach-dj.jpg"] { object-position: 50% 20% !important; }
img[src$="/red-bull-event.jpg"] { object-position: 50% 25% !important; }

.afx-photo-story {
  padding: 88px 24px;
  background: linear-gradient(180deg, rgba(4,10,20,.96), rgba(8,17,31,.98));
  border-block: 1px solid rgba(0,229,255,.14);
}
.afx-photo-story__intro { max-width: 1120px; margin: 0 auto 34px; }
.afx-photo-story__intro > span, .afx-suno-card > span { color: var(--afx-pink); font: 800 12px/1.2 "Barlow Condensed", sans-serif; letter-spacing: .18em; text-transform: uppercase; }
.afx-photo-story__intro h2 { color: #fff; font: 400 clamp(42px,6vw,72px)/.95 "Bebas Neue", sans-serif; letter-spacing: .05em; margin: 12px 0; }
.afx-photo-story__intro p { max-width: 620px; color: #94a3b8; font: 16px/1.7 "Barlow", sans-serif; }
.afx-photo-story__grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 16px; max-width: 1120px; margin: auto; }
.afx-photo-story figure { position: relative; min-height: 300px; margin: 0; overflow: hidden; border: 1px solid rgba(0,229,255,.2); border-radius: 16px; box-shadow: var(--afx-shadow); }
.afx-photo-story figure:nth-child(1), .afx-photo-story figure:nth-child(4) { grid-column: span 7; }
.afx-photo-story figure:nth-child(2), .afx-photo-story figure:nth-child(3) { grid-column: span 5; }
.afx-photo-story img { width: 100%; height: 100%; min-height: 300px; object-fit: cover; display: block; transition: transform .55s ease, filter .55s ease; filter: saturate(1.08) contrast(1.04); }
.afx-photo-story figure:hover img { transform: scale(1.035); filter: saturate(1.18) contrast(1.06); }
.afx-photo-story figcaption { position: absolute; inset: auto 0 0; padding: 44px 18px 16px; color: #fff; background: linear-gradient(transparent,rgba(0,0,0,.88)); font: 800 14px/1.2 "Barlow Condensed", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.afx-photo-story figure:nth-child(1) img { object-position: 55% 38%; }
.afx-photo-story figure:nth-child(3) img { object-position: 50% 28%; }
.afx-photo-story figure:nth-child(4) img { object-position: 62% 50%; }

.afx-suno-card { max-width: 1080px; margin: 34px auto; padding: 30px; border-radius: 16px; }
.afx-suno-card h2 { color: #fff; font: 400 clamp(30px,4vw,48px)/1 "Bebas Neue", sans-serif; letter-spacing: .04em; margin: 12px 0; }
.afx-suno-card p { color: #94a3b8; font: 15px/1.7 "Barlow", sans-serif; max-width: 760px; }
.afx-suno-card a { display: inline-block; margin-top: 8px; padding: 12px 20px; color: #041018; background: var(--afx-cyan); border-radius: 8px; text-decoration: none; font-weight: 800; }

.afx-form input,
.afx-form textarea,
.afx-form select,
input:focus,
textarea:focus,
select:focus {
  border-color: rgba(0,229,255,.45) !important;
  box-shadow: 0 0 0 3px rgba(0,229,255,.08), 0 12px 34px rgba(0,0,0,.2) !important;
  outline: none !important;
}

.afx-footer {
  position: relative;
  background: linear-gradient(180deg, rgba(4,10,20,.96), #02050b) !important;
  border-top-color: rgba(0,229,255,.2) !important;
  box-shadow: 0 -24px 70px rgba(0,0,0,.25) !important;
}

.afx-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 12%;
  right: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--afx-pink), var(--afx-cyan), transparent);
}

.afx-reveal { opacity: .7; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.afx-reveal.is-visible { opacity: 1; transform: translateY(0); }

::selection { background: rgba(255,0,128,.82); color: white; }
* { scrollbar-width: thin; scrollbar-color: var(--afx-cyan) #050b14; }

@keyframes afx-aurora {
  0% { transform: translate3d(-3%, -2%, 0) scale(1); opacity: .72; }
  100% { transform: translate3d(4%, 3%, 0) scale(1.08); opacity: 1; }
}

@keyframes afx-pulse { 0%,100% { opacity:.35; transform:scaleX(.84); } 50% { opacity:.9; transform:scaleX(1); } }
@keyframes afx-shine { from { transform:translateX(-120%); } to { transform:translateX(120%); } }

@media (max-width: 760px) {
  body::after { background-size: 42px 42px; opacity: .09; }
  .afx-card:hover, .afx-button:hover, .afx-image:hover { transform: none; }
  .afx-section::after { width: 18rem; height: 18rem; }
  .afx-photo-story { padding: 64px 16px; }
  .afx-photo-story__grid { grid-template-columns: 1fr; }
  .afx-photo-story figure:nth-child(n) { grid-column: 1; min-height: 260px; }
  .afx-photo-story img { min-height: 260px; }
  .afx-suno-card { margin: 20px 16px; padding: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .afx-reveal { opacity: 1; transform: none; }
}
