:root {
  --night: #02030a;
  --night-2: #070916;
  --ink: #fffaf0;
  --muted: #c7c1d5;
  --gold: #f4b733;
  --gold-soft: #ffe58f;
  --magenta: #f138ff;
  --violet: #7c38ff;
  --cyan: #20d8ff;
  --rose: #ff6a88;
  --line: rgba(244, 183, 51, 0.32);
  --shell: min(1180px, calc(100% - 44px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.landing-body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    linear-gradient(180deg, #02030a 0%, #070916 44%, #02030a 100%);
  font-family: Inter, Arial, sans-serif;
}

body.landing-body::selection {
  color: #09070a;
  background: var(--gold-soft);
}

body.landing-body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 78%);
}

body.landing-body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.42;
  background:
    conic-gradient(from 210deg at 18% 18%, rgba(244, 183, 51, 0.2), transparent 18%, rgba(32, 216, 255, 0.12), transparent 42%),
    conic-gradient(from 40deg at 82% 14%, rgba(241, 56, 255, 0.18), transparent 24%, rgba(124, 56, 255, 0.16), transparent 48%);
  filter: blur(34px);
}

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

img,
svg {
  display: block;
}

svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
  padding: 18px clamp(18px, 5vw, 70px);
  background:
    linear-gradient(180deg, rgba(2, 3, 10, 0.94), rgba(2, 3, 10, 0.34) 72%, transparent);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 154px;
}

.site-brand span {
  display: inline-block;
  min-width: 58px;
  padding: 0 8px 3px 0;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 50px;
  font-weight: 900;
  font-style: italic;
  line-height: 0.82;
  background: linear-gradient(135deg, var(--cyan), #fff 26%, var(--violet) 56%, var(--gold));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 18px rgba(124, 56, 255, 0.48));
}

.site-brand strong {
  color: white;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.04;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2.7vw, 38px);
}

.site-nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -13px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--gold), transparent);
  transition: transform 170ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--gold-soft);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-whatsapp,
.btn,
.mega-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 170ms ease, border-color 170ms ease, box-shadow 170ms ease;
}

.header-whatsapp {
  min-width: 230px;
  padding: 0 22px;
  color: white;
  border: 1px solid rgba(244, 183, 51, 0.76);
  background: rgba(0, 0, 0, 0.18);
  box-shadow: inset 0 0 24px rgba(244, 183, 51, 0.06), 0 0 24px rgba(244, 183, 51, 0.1);
}

.header-whatsapp svg,
.btn svg,
.mega-whatsapp svg {
  width: 18px;
  height: 18px;
  color: var(--gold);
  fill: currentColor;
  stroke: none;
}

.header-whatsapp:hover,
.btn:hover,
.mega-whatsapp:hover {
  transform: translateY(-2px);
  border-color: var(--gold-soft);
  box-shadow: 0 18px 48px rgba(244, 183, 51, 0.22);
}

.hero {
  position: relative;
  min-height: 840px;
  padding: 116px clamp(18px, 5vw, 70px) 0;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid rgba(244, 183, 51, 0.24);
}

.hero::before {
  content: "";
  position: absolute;
  right: -10vw;
  top: 90px;
  z-index: -4;
  width: min(760px, 54vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    repeating-conic-gradient(from 0deg, rgba(255, 255, 255, 0.035) 0 2deg, transparent 2deg 10deg),
    radial-gradient(circle, transparent 0 42%, rgba(32, 216, 255, 0.08) 43% 44%, transparent 45% 100%);
  opacity: 0.18;
  filter: blur(0.2px) drop-shadow(0 0 34px rgba(32, 216, 255, 0.12));
  animation: deckSpin 20s linear infinite;
}

.hero::after {
  content: none;
  position: absolute;
  left: -6vw;
  top: 24%;
  z-index: -4;
  width: 68vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(244, 183, 51, 0.72), rgba(241, 56, 255, 0.5), transparent);
  transform: rotate(-8deg);
  box-shadow: 0 0 20px rgba(244, 183, 51, 0.44);
  animation: goldNeedle 5.5s ease-in-out infinite alternate;
}

.hero-backdrop,
.hero-backdrop img,
.light-stage,
.laser-field {
  position: absolute;
  inset: 0;
}

.hero-backdrop {
  z-index: -7;
}

.hero-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 88% center;
  opacity: 0.64;
  filter: saturate(0.82) contrast(1.16) brightness(0.42) hue-rotate(-8deg);
  transform: scale(1.12) translate3d(var(--mx-bg, 0px), var(--my-bg, 0px), 0);
}

.light-stage {
  z-index: -6;
  background:
    linear-gradient(90deg, rgba(2, 3, 10, 0.99) 0%, rgba(2, 3, 10, 0.96) 31%, rgba(2, 3, 10, 0.72) 55%, rgba(2, 3, 10, 0.54) 74%, rgba(2, 3, 10, 0.92) 100%),
    linear-gradient(180deg, rgba(2, 3, 10, 0.24) 0%, rgba(2, 3, 10, 0.42) 56%, #03040b 100%),
    radial-gradient(ellipse at calc(66% - var(--mx, 0px)) 32%, rgba(244, 183, 51, 0.18), transparent 24rem),
    radial-gradient(ellipse at calc(84% + var(--mx, 0px)) 58%, rgba(32, 216, 255, 0.12), transparent 22rem),
    radial-gradient(ellipse at 39% 50%, rgba(124, 56, 255, 0.14), transparent 18rem);
  animation: stagePulse 7s ease-in-out infinite alternate;
}

.laser-field {
  z-index: -5;
  overflow: hidden;
  opacity: 0.1;
}

.laser-field span {
  position: absolute;
  left: -15%;
  width: 130%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(244, 183, 51, 0.4), rgba(241, 56, 255, 0.5), transparent);
  transform-origin: left center;
  animation: laserSweep 7s ease-in-out infinite alternate;
}

.laser-field span:nth-child(1) { display: none; }
.laser-field span:nth-child(2) { top: 31%; transform: rotate(8deg); animation-delay: -1.5s; }
.laser-field span:nth-child(3) { top: 52%; transform: rotate(-4deg); animation-delay: -3s; }
.laser-field span:nth-child(4) { top: 69%; transform: rotate(7deg); animation-delay: -4.6s; }
.laser-field span:nth-child(5) { top: 81%; transform: rotate(-9deg); animation-delay: -6s; }

.stage-energy {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  overflow: hidden;
}

.stage-energy span {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 229, 143, 0.9);
  box-shadow: 0 0 12px rgba(244, 183, 51, 0.78), 0 0 28px rgba(241, 56, 255, 0.36);
  opacity: 0.08;
  animation: sparkFloat 7.5s linear infinite;
  animation-delay: var(--delay);
}

.stage-energy span:nth-child(3n) {
  background: rgba(32, 216, 255, 0.86);
}

.stage-energy span:nth-child(4n) {
  width: 2px;
  height: 2px;
  opacity: 0.24;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(430px, 0.9fr) minmax(470px, 1.1fr);
  align-items: end;
  width: min(1320px, 100%);
  min-height: 640px;
  margin: 0 auto;
}

.hero-copy {
  position: relative;
  z-index: 4;
  grid-column: 2;
  align-self: center;
  justify-self: end;
  max-width: 680px;
  padding: 22px 0 126px;
}

.kicker,
.section-title p {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero .kicker {
  color: rgba(255, 255, 255, 0.84);
  letter-spacing: 6px;
}

.hero h1 {
  position: relative;
  width: min(720px, 100%);
  margin: 0;
  padding-bottom: 42px;
  font-family: "Barlow Condensed", Inter, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.hero-dj {
  display: block;
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(46px, 4.8vw, 78px);
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: 2px;
  text-shadow:
    0 18px 42px rgba(0, 0, 0, 0.74),
    0 0 20px rgba(255, 255, 255, 0.08);
}

.hero-carlos {
  position: relative;
  display: block;
  width: max-content;
  max-width: 100%;
  font-size: clamp(88px, 9.4vw, 158px);
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: 2px;
  background: linear-gradient(180deg, #fff 0%, #f4f0e8 48%, #bdb7ac 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-stroke: 0.4px rgba(255, 255, 255, 0.1);
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.16),
    0 18px 44px rgba(0, 0, 0, 0.68);
  filter: drop-shadow(0 0 18px rgba(255, 255, 255, 0.06));
}

.hero-carlos::after {
  content: "";
  position: absolute;
  left: 2px;
  bottom: -18px;
  width: min(360px, 64%);
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), rgba(32, 216, 255, 0.82), transparent);
  box-shadow: 0 0 26px rgba(244, 183, 51, 0.24);
}

.hero-felpiz {
  position: relative;
  display: block;
  margin-top: 20px;
  width: max-content;
  max-width: 100%;
  color: transparent;
  font-family: "Mr Dafoe", "Yellowtail", cursive;
  font-size: clamp(84px, 8vw, 134px);
  font-weight: 400;
  line-height: 0.7;
  letter-spacing: 0;
  text-transform: none;
  background:
    linear-gradient(92deg,
      #fff9dc 0%,
      #f6dc86 21%,
      #d6a92d 42%,
      #fff1b0 58%,
      #b98516 76%,
      #f5d979 100%);
  -webkit-background-clip: text;
  background-clip: text;
  transform: rotate(-4deg) skewX(-7deg);
  transform-origin: 14% 50%;
  text-shadow:
    0 0 1px rgba(255, 249, 220, 0.9),
    0 0 6px rgba(246, 220, 134, 0.42),
    0 0 14px rgba(214, 169, 45, 0.24),
    0 18px 42px rgba(0, 0, 0, 0.68);
  filter:
    contrast(1.12)
    saturate(0.96)
    drop-shadow(0 0 3px rgba(255, 239, 177, 0.48))
    drop-shadow(0 0 10px rgba(214, 169, 45, 0.2));
  animation: signatureGlow 5.5s ease-in-out infinite alternate;
}

.hero-felpiz::before {
  content: none;
}

.hero-line {
  margin: 10px 0 16px;
  color: #fff;
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 900;
  letter-spacing: 8px;
  text-transform: uppercase;
  background: linear-gradient(90deg, var(--gold) 0 18%, #ffffff 18% 58%, #24dbff 58% 68%, #ffffff 68% 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 12px rgba(255, 217, 0, 0.1), 0 0 18px rgba(32, 216, 255, 0.08);
}

.hero-line::first-letter {
  color: var(--gold);
}

.hero-text {
  max-width: 480px;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.72;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  max-width: 580px;
  margin: 0 0 28px;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 229, 143, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-proof span::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 14px rgba(244, 183, 51, 0.6);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.btn {
  min-width: 218px;
  padding: 0 26px;
}

.btn-primary {
  color: #09070a;
  background: linear-gradient(135deg, #f7b72f, #ffe58f 62%, #fff4c3);
  box-shadow: 0 18px 48px rgba(244, 183, 51, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.btn-primary svg {
  color: #09070a;
}

.btn-outline {
  color: white;
  border: 1px solid rgba(244, 183, 51, 0.48);
  background: rgba(2, 3, 10, 0.32);
  backdrop-filter: blur(10px);
}

.hero-dj-photo {
  position: absolute;
  left: max(-30px, -2vw);
  bottom: -20px;
  z-index: 3;
  width: min(640px, 43vw);
  pointer-events: none;
  background:
    radial-gradient(ellipse at 45% 44%, rgba(28, 28, 36, 0.76) 0%, rgba(13, 14, 22, 0.68) 34%, rgba(2, 3, 10, 0.9) 63%, transparent 82%),
    radial-gradient(ellipse at 54% 66%, rgba(244, 183, 51, 0.08), transparent 56%);
  transform: translate3d(var(--mx-hero, 0px), var(--my-hero, 0px), 0);
}

.hero-dj-photo::before {
  content: "";
  position: absolute;
  inset: -14% -18% -8% -18%;
  z-index: 1;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 42% 42%, rgba(255, 215, 128, 0.1), transparent 34%),
    radial-gradient(ellipse at 58% 50%, rgba(32, 216, 255, 0.16), transparent 48%),
    radial-gradient(ellipse at 44% 76%, rgba(2, 3, 10, 0.96), transparent 62%);
  filter: blur(34px);
  mix-blend-mode: screen;
  opacity: 0.58;
}

.hero-dj-photo::after {
  content: "";
  position: absolute;
  left: -8%;
  right: -18%;
  bottom: -10%;
  z-index: 3;
  height: 42%;
  background:
    radial-gradient(ellipse at 64% 30%, rgba(2, 3, 10, 0.5), transparent 32%),
    linear-gradient(90deg, transparent 0%, rgba(2, 3, 10, 0.16) 38%, rgba(2, 3, 10, 0.82) 78%, #02030a 100%),
    linear-gradient(180deg, transparent 0%, rgba(2, 3, 10, 0.64) 48%, #02030a 88%);
  filter: blur(8px);
  pointer-events: none;
}

.hero-dj-photo img {
  position: relative;
  z-index: 2;
  width: 100%;
  max-height: 690px;
  object-fit: contain;
  object-position: bottom center;
  filter:
    saturate(0.86)
    contrast(1.06)
    brightness(0.92)
    drop-shadow(0 38px 70px rgba(0, 0, 0, 0.86))
    drop-shadow(-22px 0 34px rgba(244, 183, 51, 0.08))
    drop-shadow(20px 0 36px rgba(32, 216, 255, 0.14));
  clip-path: none;
  -webkit-mask-image: radial-gradient(ellipse at 46% 45%, #000 0%, #000 50%, rgba(0, 0, 0, 0.88) 61%, rgba(0, 0, 0, 0.38) 72%, transparent 84%);
  mask-image: radial-gradient(ellipse at 46% 45%, #000 0%, #000 50%, rgba(0, 0, 0, 0.88) 61%, rgba(0, 0, 0, 0.38) 72%, transparent 84%);
}

.hero-features {
  position: relative;
  z-index: 8;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: var(--shell);
  margin: -46px auto 0;
  padding: 0;
}

.hero-features article {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  min-height: 60px;
  padding: 0 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.hero-features svg {
  width: 32px;
  height: 32px;
  color: var(--gold);
  filter: drop-shadow(0 0 12px rgba(244, 183, 51, 0.48));
}

.hero-features strong {
  color: rgba(255, 255, 255, 0.94);
  font-size: 12px;
  line-height: 1.25;
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.82);
  text-transform: uppercase;
}

.equalizer {
  position: absolute;
  right: clamp(14px, 3vw, 54px);
  bottom: 14px;
  z-index: 7;
  display: flex;
  align-items: center;
  gap: 9px;
  width: min(640px, 43vw);
  height: 86px;
  overflow: visible;
  opacity: 0.78;
  padding: 0 8px;
}

.equalizer::before {
  content: "";
  position: absolute;
  left: -8px;
  right: -8px;
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
  background:
    radial-gradient(circle, rgba(36, 219, 255, 0.95) 0 2px, transparent 2.5px) 0 50% / 22px 2px repeat-x;
  filter: drop-shadow(0 0 10px rgba(36, 219, 255, 0.76)) drop-shadow(0 0 22px rgba(159, 51, 255, 0.46));
}

.equalizer::after {
  content: "";
  position: absolute;
  inset: 22px -22px;
  background: linear-gradient(90deg, rgba(36, 219, 255, 0.26), rgba(159, 51, 255, 0.22), transparent 86%);
  filter: blur(24px);
  opacity: 0.8;
}

.equalizer span {
  position: relative;
  z-index: 2;
  flex: 1;
  max-width: 7px;
  min-width: 3px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, #42e7ff 0%, #7e5cff 100%);
  box-shadow:
    0 0 10px rgba(66, 231, 255, 0.72),
    0 0 22px rgba(126, 92, 255, 0.36);
  animation: eqDance 980ms ease-in-out infinite alternate;
  animation-delay: calc(var(--i) * -72ms);
  transform-origin: center;
}

.equalizer span:nth-child(2n) {
  height: 18px;
}

.equalizer span:nth-child(3n) {
  height: 30px;
}

.equalizer span:nth-child(4n) {
  height: 48px;
  background: linear-gradient(180deg, #c942ff 0%, #40ddff 100%);
  box-shadow:
    0 0 12px rgba(201, 66, 255, 0.68),
    0 0 26px rgba(64, 221, 255, 0.42);
}

.equalizer span:nth-child(5n) {
  height: 14px;
}

.equalizer span:nth-child(7n) {
  height: 62px;
}

.equalizer span:nth-child(n + 12):nth-child(-n + 18),
.equalizer span:nth-child(n + 39):nth-child(-n + 45) {
  height: 70px;
}

.equalizer span:nth-child(n + 19):nth-child(-n + 31) {
  height: 7px;
  opacity: 0.82;
}

.section,
.gallery-section,
.final-cta,
.site-footer {
  width: var(--shell);
  margin: 0 auto;
}

.section {
  position: relative;
  padding: 78px 0 82px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  isolation: isolate;
}

.section::before,
.gallery-section::before {
  content: "";
  position: absolute;
  inset: 0 calc((100vw - 100%) / -2);
  z-index: -2;
  pointer-events: none;
}

.section-title {
  margin-bottom: 34px;
  text-align: center;
}

.section-title h2 {
  max-width: 820px;
  margin: 0 auto;
  color: white;
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.04;
}

.experience-section {
  padding-top: 92px;
}

.experience-section::before {
  background:
    radial-gradient(ellipse at 12% 18%, rgba(244, 183, 51, 0.08), transparent 28rem),
    radial-gradient(ellipse at 86% 18%, rgba(32, 216, 255, 0.06), transparent 24rem),
    linear-gradient(180deg, rgba(13, 15, 27, 0.76), rgba(9, 10, 20, 0.58));
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.experience-grid article,
.testimonial-grid article {
  position: relative;
  min-height: 210px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 8px;
  background:
    linear-gradient(rgba(12, 12, 18, 0.78), rgba(7, 8, 18, 0.82)) padding-box,
    linear-gradient(135deg, rgba(255, 229, 143, 0.44), rgba(124, 56, 255, 0.34), rgba(32, 216, 255, 0.18)) border-box;
  box-shadow:
    0 26px 80px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    inset 0 0 34px rgba(244, 183, 51, 0.035);
  backdrop-filter: blur(10px);
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}

.experience-grid article:hover,
.testimonial-grid article:hover {
  transform: translateY(-6px);
  box-shadow:
    0 34px 94px rgba(0, 0, 0, 0.42),
    0 0 46px rgba(124, 56, 255, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.experience-grid article::after,
.testimonial-grid article::after {
  content: "";
  position: absolute;
  inset: auto -22% -35% 20%;
  height: 130px;
  background: linear-gradient(90deg, transparent, rgba(124, 56, 255, 0.18), rgba(244, 183, 51, 0.14), transparent);
  transform: rotate(-8deg);
  filter: blur(20px);
}

.experience-grid span {
  color: var(--gold);
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 56px;
  font-weight: 900;
  line-height: 0.85;
}

.experience-grid h3,
.flow-line h3 {
  margin: 16px 0 10px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.experience-grid p,
.service-grid p,
.flow-line p,
.testimonial-grid p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.64;
}

.service-section {
  padding-top: 74px;
}

.service-section::before {
  background:
    radial-gradient(ellipse at 18% 20%, rgba(32, 216, 255, 0.08), transparent 25rem),
    radial-gradient(ellipse at 82% 38%, rgba(244, 183, 51, 0.1), transparent 27rem),
    linear-gradient(180deg, rgba(4, 5, 13, 0.5), rgba(12, 13, 24, 0.72));
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.service-grid article {
  position: relative;
  min-height: 218px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 229, 143, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
    rgba(5, 6, 15, 0.82);
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.service-grid article::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 132px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 183, 51, 0.16), transparent 68%);
  filter: blur(8px);
}

.service-grid strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  color: #09070a;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-soft));
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 0 24px rgba(244, 183, 51, 0.24);
}

.service-grid h3 {
  margin: 0 0 10px;
  color: white;
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
}

.service-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 16px;
  margin-top: 18px;
}

.service-showcase figure {
  position: relative;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 229, 143, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 26px 78px rgba(0, 0, 0, 0.32);
  isolation: isolate;
}

.service-showcase img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.08) brightness(0.74);
  transform: scale(1.02);
}

.service-showcase figure:first-child img {
  object-position: 48% center;
}

.service-showcase figure:last-child img {
  object-position: 50% 34%;
}

.service-showcase figure::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(2, 3, 10, 0.02), rgba(2, 3, 10, 0.34) 42%, rgba(2, 3, 10, 0.92)),
    radial-gradient(circle at 22% 82%, rgba(244, 183, 51, 0.22), transparent 14rem),
    radial-gradient(circle at 76% 24%, rgba(32, 216, 255, 0.14), transparent 14rem);
}

.service-showcase figcaption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
}

.service-showcase span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.service-showcase strong {
  display: block;
  max-width: 560px;
  color: white;
  font-size: clamp(20px, 2.4vw, 32px);
  line-height: 1.08;
  text-wrap: balance;
}

.event-section {
  padding-top: 36px;
}

.event-section::before {
  background:
    radial-gradient(ellipse at 78% 18%, rgba(241, 56, 255, 0.1), transparent 26rem),
    linear-gradient(180deg, rgba(2, 3, 10, 0), rgba(5, 6, 15, 0.66) 24%, rgba(3, 4, 11, 0));
}

.event-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr 0.88fr;
  grid-auto-rows: 278px;
  gap: 16px;
}

.event-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(244, 183, 51, 0.22);
  border-radius: 8px;
  background: #080913;
  box-shadow: 0 26px 78px rgba(0, 0, 0, 0.34);
  isolation: isolate;
}

.event-card.tall {
  grid-row: span 2;
}

.event-card.wide {
  grid-column: span 2;
}

.event-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.1) contrast(1.1) brightness(0.62);
  transform: scale(1.02);
  transition: transform 420ms ease, filter 420ms ease;
}

.event-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 3, 10, 0.04), rgba(2, 3, 10, 0.48) 44%, rgba(2, 3, 10, 0.94)),
    radial-gradient(circle at 24% 84%, rgba(244, 183, 51, 0.2), transparent 13rem),
    radial-gradient(circle at 76% 56%, rgba(124, 56, 255, 0.22), transparent 15rem);
  pointer-events: none;
}

.event-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  opacity: 0;
  transform: scale(0.985);
  transition: opacity 260ms ease, transform 260ms ease;
  pointer-events: none;
}

.event-card:hover img {
  transform: scale(1.065);
  filter: saturate(1.18) contrast(1.12) brightness(0.78);
}

.event-card:hover::before {
  opacity: 1;
  transform: scale(1);
}

.event-card div {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 26px;
  z-index: 3;
}

.event-card span,
.flow-line strong,
.testimonial-grid span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.event-card h3 {
  max-width: 430px;
  margin: 10px 0 0;
  color: white;
  font-size: clamp(18px, 2.05vw, 28px);
  line-height: 1.08;
  text-wrap: balance;
}

.area-section {
  padding: 34px 0 48px;
}

.area-section::before {
  background:
    linear-gradient(90deg, rgba(244, 183, 51, 0.08), transparent 34%, rgba(32, 216, 255, 0.07)),
    rgba(2, 3, 10, 0.22);
}

.area-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  padding: 26px 30px;
  border: 1px solid rgba(244, 183, 51, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(244, 183, 51, 0.09), rgba(32, 216, 255, 0.04)),
    rgba(255, 255, 255, 0.035);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.area-panel p {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.area-panel h2 {
  max-width: 820px;
  margin: 0;
  color: white;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.08;
}

.flow-section {
  padding-top: 76px;
}

.flow-section::before {
  background:
    radial-gradient(ellipse at 50% 8%, rgba(244, 183, 51, 0.09), transparent 26rem),
    linear-gradient(180deg, rgba(11, 12, 22, 0.42), rgba(14, 12, 24, 0.74), rgba(6, 7, 15, 0.34));
}

.flow-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.flow-line::before {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  top: 53px;
  height: 2px;
  background:
    linear-gradient(90deg, transparent, rgba(244, 183, 51, 0.86), rgba(32, 216, 255, 0.7), rgba(241, 56, 255, 0.72), transparent);
  box-shadow: 0 0 22px rgba(241, 56, 255, 0.38), 0 0 30px rgba(244, 183, 51, 0.18);
  animation: linePulse 3.8s ease-in-out infinite alternate;
}

.flow-line article {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  min-height: 198px;
  padding: 0 8px;
  text-align: center;
}

.flow-line strong {
  display: grid;
  place-items: center;
  width: 106px;
  height: 106px;
  border: 1px solid rgba(255, 229, 143, 0.82);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 229, 143, 0.24), rgba(5, 7, 18, 0.92) 58%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(124, 56, 255, 0.08));
  box-shadow:
    0 0 34px rgba(244, 183, 51, 0.26),
    0 0 42px rgba(241, 56, 255, 0.18),
    inset 0 0 24px rgba(255, 229, 143, 0.08);
  font-size: 30px;
  animation: orbPulse 3.6s ease-in-out infinite alternate;
}

.flow-line p {
  max-width: 230px;
}

.gallery-section {
  position: relative;
  padding: 74px 0 84px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  isolation: isolate;
}

.gallery-section::before {
  background:
    radial-gradient(ellipse at 18% 28%, rgba(32, 216, 255, 0.1), transparent 24rem),
    radial-gradient(ellipse at 82% 70%, rgba(244, 183, 51, 0.1), transparent 24rem),
    linear-gradient(180deg, rgba(12, 13, 24, 0.74), rgba(4, 5, 13, 0.46));
}

.gallery-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.gallery-strip figure {
  position: relative;
  aspect-ratio: 16 / 10;
  grid-column: auto;
  grid-row: auto;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.gallery-strip img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  filter: saturate(1.16) contrast(1.08) brightness(0.82);
  transition: transform 420ms ease, filter 420ms ease;
}

.gallery-strip figure:hover img {
  transform: scale(1.07);
  filter: saturate(1.26) contrast(1.1) brightness(0.98);
}

.gallery-strip figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 42%, rgba(2, 3, 10, 0.34)),
    radial-gradient(circle at 28% 22%, rgba(255, 229, 143, 0.16), transparent 12rem);
  opacity: 0.78;
  pointer-events: none;
}

.testimonials::before {
  background:
    radial-gradient(ellipse at 22% 18%, rgba(244, 183, 51, 0.13), transparent 24rem),
    radial-gradient(ellipse at 78% 32%, rgba(124, 56, 255, 0.16), transparent 28rem),
    linear-gradient(180deg, rgba(8, 9, 19, 0.72), rgba(13, 10, 22, 0.62));
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.testimonial-grid article {
  min-height: 244px;
  display: flex;
  flex-direction: column;
}

.testimonial-grid p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
}

.testimonial-grid span {
  display: block;
  margin: auto 0 14px;
  font-size: 14px;
  letter-spacing: 3px;
  filter: drop-shadow(0 0 10px rgba(244, 183, 51, 0.34));
}

.testimonial-grid strong,
.testimonial-grid small {
  position: relative;
  z-index: 1;
  display: block;
}

.testimonial-grid strong {
  color: rgba(255, 255, 255, 0.94);
  font-size: 15px;
}

.testimonial-grid small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
}

.final-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  align-items: center;
  gap: 34px;
  margin-top: 16px;
  min-height: 330px;
  padding: 70px clamp(24px, 5vw, 76px);
  overflow: hidden;
  border-top: 1px solid rgba(244, 183, 51, 0.3);
  border-bottom: 1px solid rgba(124, 56, 255, 0.24);
  background:
    radial-gradient(ellipse at 78% 52%, rgba(244, 183, 51, 0.24), transparent 22rem),
    linear-gradient(110deg, rgba(124, 56, 255, 0.18), rgba(3, 4, 11, 0.84)),
    linear-gradient(18deg, rgba(244, 183, 51, 0.17), transparent 56%);
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/controladora.jpg") center / cover;
  opacity: 0.16;
  filter: saturate(1.08) contrast(1.1);
}

.final-cta::after {
  content: "";
  position: absolute;
  right: 5%;
  top: 50%;
  width: min(420px, 48vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 229, 143, 0.28), transparent 34%),
    radial-gradient(circle, rgba(241, 56, 255, 0.16), transparent 62%);
  filter: blur(20px);
  transform: translateY(-50%);
  animation: ctaGlow 4.8s ease-in-out infinite alternate;
}

.final-cta > * {
  position: relative;
  z-index: 1;
}

.final-cta p {
  margin: 0;
  color: white;
  font-size: clamp(32px, 4.8vw, 58px);
  font-weight: 900;
  line-height: 0.92;
  text-transform: uppercase;
}

.final-cta strong {
  display: block;
  color: var(--gold);
}

.final-cta span {
  display: block;
  margin-top: 12px;
  max-width: 620px;
  color: rgba(225, 220, 236, 0.82);
  font-size: 16px;
  line-height: 1.6;
}

.mega-whatsapp {
  min-height: 76px;
  padding: 0 32px;
  color: #fff5c9;
  border: 1px solid rgba(244, 183, 51, 0.78);
  background:
    linear-gradient(135deg, rgba(244, 183, 51, 0.16), rgba(0, 0, 0, 0.35)),
    rgba(0, 0, 0, 0.42);
  box-shadow: 0 0 30px rgba(244, 183, 51, 0.18), inset 0 0 20px rgba(244, 183, 51, 0.08);
  font-size: clamp(14px, 1.8vw, 22px);
}

.mega-whatsapp:hover {
  box-shadow:
    0 20px 64px rgba(244, 183, 51, 0.34),
    0 0 58px rgba(244, 183, 51, 0.2),
    inset 0 0 24px rgba(244, 183, 51, 0.12);
}

.mega-whatsapp svg {
  width: 30px;
  height: 30px;
}

.site-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 28px 0 32px;
  color: rgba(255, 255, 255, 0.72);
}

.footer-brand {
  min-width: 132px;
}

.footer-brand span {
  font-size: 34px;
  min-width: 42px;
  padding-right: 6px;
}

.footer-brand strong {
  font-size: 9px;
}

.footer-socials {
  display: flex;
  justify-content: center;
  gap: 18px;
}

.footer-socials a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 18px;
  color: rgba(255, 245, 201, 0.92);
  border: 1px solid rgba(244, 183, 51, 0.34);
  border-radius: 999px;
  background: rgba(244, 183, 51, 0.06);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: inset 0 0 18px rgba(244, 183, 51, 0.05);
}

.footer-socials a:hover {
  color: var(--gold-soft);
  border-color: rgba(244, 183, 51, 0.68);
}

.site-footer small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}

@keyframes stagePulse {
  from {
    opacity: 0.9;
    filter: saturate(1);
  }
  to {
    opacity: 1;
    filter: saturate(1.14);
  }
}

@keyframes laserSweep {
  from {
    opacity: 0.16;
    translate: -4% 0;
  }
  to {
    opacity: 0.72;
    translate: 4% 0;
  }
}

@keyframes deckSpin {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(360deg) scale(1);
  }
}

@keyframes goldNeedle {
  from {
    opacity: 0.26;
    transform: rotate(-9deg) translateX(-2%);
  }
  to {
    opacity: 0.82;
    transform: rotate(-7deg) translateX(4%);
  }
}

@keyframes sparkFloat {
  from {
    opacity: 0.04;
    transform: translate3d(0, 34px, 0) scale(0.7);
  }
  42% {
    opacity: 0.3;
  }
  to {
    opacity: 0.02;
    transform: translate3d(44px, -118px, 0) scale(1.05);
  }
}

@keyframes signatureGlow {
  from {
    filter:
      contrast(1.06)
      saturate(1.06)
      drop-shadow(0 0 2px rgba(255, 220, 110, 0.44))
      drop-shadow(0 0 6px rgba(244, 183, 51, 0.2));
  }
  to {
    filter:
      contrast(1.1)
      saturate(1.12)
      drop-shadow(0 0 3px rgba(255, 220, 110, 0.58))
      drop-shadow(0 0 8px rgba(244, 183, 51, 0.28));
  }
}

@keyframes linePulse {
  from {
    opacity: 0.58;
    filter: saturate(1);
  }
  to {
    opacity: 1;
    filter: saturate(1.24);
  }
}

@keyframes orbPulse {
  from {
    transform: translateY(0) scale(0.98);
    box-shadow:
      0 0 26px rgba(244, 183, 51, 0.18),
      0 0 34px rgba(241, 56, 255, 0.12),
      inset 0 0 22px rgba(255, 229, 143, 0.06);
  }
  to {
    transform: translateY(-4px) scale(1);
    box-shadow:
      0 0 38px rgba(244, 183, 51, 0.3),
      0 0 48px rgba(241, 56, 255, 0.2),
      inset 0 0 26px rgba(255, 229, 143, 0.1);
  }
}

@keyframes ctaGlow {
  from {
    opacity: 0.56;
    transform: translateY(-50%) scale(0.94);
  }
  to {
    opacity: 0.92;
    transform: translateY(-50%) scale(1.04);
  }
}

@keyframes floatSeal {
  from {
    transform: translateY(-4px) rotate(-2deg);
  }
  to {
    transform: translateY(8px) rotate(2deg);
  }
}

@keyframes eqDance {
  from {
    transform: scaleY(0.48);
    opacity: 0.5;
  }
  to {
    transform: scaleY(1);
    opacity: 1;
  }
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: auto 1fr;
  }

  .site-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .header-whatsapp {
    justify-self: end;
  }

  .hero {
    padding-top: 156px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    min-height: 720px;
  }

  .hero-copy {
    grid-column: 1;
    justify-self: start;
    margin-left: min(42vw, 390px);
    padding-bottom: 318px;
  }

  .hero-dj-photo {
    left: -82px;
    width: min(600px, 62vw);
  }

  .hero-features,
  .experience-grid,
  .service-grid,
  .service-showcase,
  .flow-line,
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-features {
    margin-top: -88px;
  }

  .event-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flow-line::before {
    display: none;
  }

  .gallery-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 720px) {
  :root {
    --shell: min(100% - 24px, 1180px);
  }

  .site-header {
    position: fixed;
    grid-template-columns: auto minmax(116px, 148px);
    gap: 8px;
    padding: 9px 12px;
    background: rgba(2, 3, 10, 0.92);
  }

  .site-brand {
    min-width: 0;
  }

  .site-brand span {
    min-width: 46px;
    font-size: 36px;
  }

  .site-brand strong {
    font-size: 10px;
  }

  .site-nav {
    display: none;
  }

  .header-whatsapp,
  .hero-actions,
  .btn {
    width: 100%;
    min-width: 0;
  }

  .header-whatsapp {
    justify-self: end;
    min-height: 38px;
    padding: 0 10px;
    font-size: 9px;
    line-height: 1.1;
  }

  .header-whatsapp svg {
    width: 15px;
    height: 15px;
  }

  .hero {
    min-height: 760px;
    padding: 86px 14px 0;
  }

  .hero-grid {
    min-height: 580px;
  }

  .hero-copy {
    grid-column: 1;
    justify-self: start;
    margin-left: 0;
    width: 100%;
    padding: 0 0 282px;
  }

  .hero .kicker {
    max-width: 330px;
    font-size: 10px;
    letter-spacing: 1.4px;
    line-height: 1.45;
  }

  .hero h1 {
    padding-bottom: 26px;
  }

  .hero-dj {
    margin-bottom: 7px;
    font-size: clamp(34px, 10vw, 50px);
    letter-spacing: 1px;
  }

  .hero-carlos {
    font-size: clamp(66px, 19vw, 96px);
  }

  .hero-felpiz {
    margin-top: 16px;
    font-size: clamp(54px, 15.5vw, 76px);
  }

  .hero-line {
    margin-top: 10px;
    max-width: 320px;
    font-size: 14px;
    line-height: 1.45;
    letter-spacing: 2.4px;
  }

  .hero-text {
    max-width: 330px;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.58;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.92);
  }

  .hero-proof {
    gap: 7px;
    max-width: 340px;
    margin-bottom: 18px;
  }

  .hero-proof span {
    min-height: 30px;
    padding: 0 10px;
    font-size: 9px;
  }

  .hero-actions {
    gap: 10px;
    max-width: 340px;
  }

  .btn {
    min-height: 44px;
    padding: 0 16px;
    font-size: 11px;
  }

  .hero-dj-photo {
    left: 50%;
    bottom: -116px;
    width: min(430px, 112vw);
    opacity: 0.58;
    transform: translateX(-50%) translate3d(var(--mx-hero, 0px), var(--my-hero, 0px), 0);
  }

  .hero-features,
  .experience-grid,
  .service-grid,
  .service-showcase,
  .event-grid,
  .flow-line,
  .gallery-strip,
  .testimonial-grid,
  .final-cta,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero-features {
    gap: 10px;
    margin-top: -34px;
    padding-bottom: 22px;
  }

  .hero-features article {
    min-height: 58px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 229, 143, 0.13);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.035);
  }

  .equalizer {
    left: auto;
    right: 12px;
    bottom: 6px;
    width: 76vw;
    height: 48px;
    gap: 5px;
    opacity: 0.46;
  }

  .section,
  .gallery-section {
    padding: 38px 0 48px;
  }

  .section-title {
    margin-bottom: 24px;
    text-align: left;
  }

  .section-title h2 {
    margin: 0;
    font-size: clamp(27px, 8vw, 38px);
    line-height: 1.08;
  }

  .experience-grid article,
  .service-grid article,
  .testimonial-grid article {
    min-height: 0;
    padding: 22px 18px;
  }

  .service-grid strong {
    margin-bottom: 16px;
  }

  .service-showcase figure,
  .service-showcase img {
    min-height: 270px;
  }

  .service-showcase figcaption {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .event-grid {
    grid-auto-rows: 264px;
  }

  .event-card div {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .event-card h3 {
    font-size: 20px;
    line-height: 1.12;
  }

  .event-card img {
    filter: saturate(1.08) contrast(1.08) brightness(0.7);
  }

  .event-card:nth-child(2) img {
    object-position: 62% center;
  }

  .event-card:nth-child(3) img {
    object-position: 50% 46%;
  }

  .event-card:nth-child(4) img {
    object-position: 50% 38%;
  }

  .event-card.tall,
  .event-card.wide {
    grid-row: auto;
    grid-column: auto;
  }

  .flow-section {
    padding-top: 54px;
  }

  .flow-line {
    gap: 12px;
  }

  .flow-line article {
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: center;
    justify-items: start;
    min-height: 0;
    padding: 16px;
    border: 1px solid rgba(255, 229, 143, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.035);
    text-align: left;
  }

  .flow-line strong {
    grid-row: 1 / span 2;
    width: 58px;
    height: 58px;
    font-size: 20px;
  }

  .flow-line h3,
  .flow-line p {
    grid-column: 2;
  }

  .flow-line h3 {
    margin: 0 0 5px;
    font-size: 13px;
  }

  .flow-line p {
    max-width: none;
    font-size: 14px;
    line-height: 1.45;
  }

  .gallery-strip figure,
  .gallery-strip img {
    min-height: 0;
  }

  .gallery-strip {
    grid-template-columns: 1fr;
  }

  .gallery-strip figure {
    aspect-ratio: 4 / 3;
  }

  .final-cta {
    gap: 24px;
    padding: 38px 18px;
  }

  .final-cta p {
    font-size: clamp(28px, 9vw, 42px);
    line-height: 1;
  }

  .final-cta span {
    font-size: 14px;
  }

  .area-panel {
    grid-template-columns: 1fr;
    padding: 22px 18px;
  }

  .area-panel .btn {
    width: 100%;
  }

  .mega-whatsapp {
    width: 100%;
    min-height: 62px;
    font-size: 14px;
  }

  .site-footer {
    justify-items: center;
    text-align: center;
  }
}

@media (max-width: 380px) {
  .site-header {
    grid-template-columns: 1fr;
  }

  .header-whatsapp {
    justify-self: stretch;
  }

  .hero {
    padding-top: 132px;
  }

  .hero-felpiz {
    font-size: clamp(50px, 15vw, 66px);
  }

  .hero-dj-photo {
    width: min(390px, 116vw);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
