/* =================================================================
   DAN APEX — Drive Your Dream
   Design System v2 "Cinematic Headliner"
   Deep black · light · restrained Apex Red · oversized type
   Poppins (self-hosted) for display, system sans for body.
   ================================================================= */

/* ---------- Fonts (self-hosted, no external requests) ---------- */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../assets/fonts/poppins-600.woff2') format('woff2'),
       url('../assets/fonts/poppins-600.woff') format('woff');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../assets/fonts/poppins-700.woff2') format('woff2'),
       url('../assets/fonts/poppins-700.woff') format('woff');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../assets/fonts/poppins-800.woff2') format('woff2'),
       url('../assets/fonts/poppins-800.woff') format('woff');
}

/* ---------- Tokens ---------- */
:root {
  --bg:        #060608;
  --surface:   #0C0C10;
  --surface-2: #12121A;
  --line:      rgba(255,255,255,.08);
  --line-strong: rgba(255,255,255,.18);

  --red:       #E2231A;
  --red-hi:    #FF3B30;
  --red-deep:  #8F120C;

  --text:      #F5F5F7;
  --muted:     #A2A2AC;
  --dim:       #63636E;

  --font-display: 'Poppins', 'Helvetica Neue', Arial, sans-serif;
  --font-body: 'Helvetica Neue', Helvetica, Arial, sans-serif;

  --wrap: 1200px;
  --radius: 10px;

  --ease: cubic-bezier(.22,.61,.36,1);
}

/* ---------- Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1em; }
h1, h2, h3, h4 { margin: 0; font-family: var(--font-display); }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

::selection { background: var(--red); color: #fff; }

/* ---------- Type scale ---------- */
.display {
  font-family: var(--font-display);
  font-weight: 800;
  text-transform: uppercase;
  line-height: .95;
  letter-spacing: -.02em;
}
.h-hero    { font-size: clamp(3.4rem, 11vw, 8rem); }
.h-page    { font-size: clamp(2.6rem, 7vw, 5rem); }
.h-section { font-size: clamp(2rem, 4.6vw, 3.4rem); }

.kicker {
  display: flex; align-items: center; gap: 14px;
  font-family: var(--font-display); font-weight: 700;
  font-size: .78rem; letter-spacing: .32em; text-transform: uppercase;
  color: var(--muted); margin: 0 0 18px;
}
.kicker::before {
  content: ""; width: 34px; height: 2px; background: var(--red); flex: 0 0 auto;
}

.lead { font-size: 1.12rem; color: var(--muted); max-width: 640px; }
.lead strong { color: var(--text); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-display); font-weight: 700;
  font-size: .82rem; letter-spacing: .18em; text-transform: uppercase;
  padding: 16px 34px; border-radius: 3px; border: 1px solid transparent;
  cursor: pointer; white-space: nowrap;
  transition: background .25s var(--ease), color .25s var(--ease),
              border-color .25s var(--ease), box-shadow .25s var(--ease),
              transform .25s var(--ease);
}
.btn--primary {
  background: var(--red); color: #fff;
}
.btn--primary:hover {
  background: var(--red-hi);
  box-shadow: 0 8px 40px rgba(226,35,26,.45);
  transform: translateY(-2px);
}
.btn--outline {
  background: transparent; color: var(--text); border-color: var(--line-strong);
}
.btn--outline:hover {
  background: #fff; color: #000; border-color: #fff;
  transform: translateY(-2px);
}
.btn--sm { padding: 11px 22px; font-size: .72rem; letter-spacing: .14em; }

/* ---------- Header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: background .35s var(--ease), border-color .35s var(--ease);
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled {
  background: rgba(6,6,8,.82);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom-color: var(--line);
}
.site-header__inner {
  max-width: var(--wrap); margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; padding: 18px 24px;
}
.site-header__logo img { height: 30px; width: auto; }
.site-header__nav { display: flex; align-items: center; gap: 34px; }
.site-header__nav a:not(.btn) {
  font-family: var(--font-display); font-weight: 600;
  font-size: .76rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--muted); position: relative; padding: 6px 0;
  transition: color .25s var(--ease);
}
.site-header__nav a:not(.btn):hover,
.site-header__nav a:not(.btn).is-active { color: #fff; }
.site-header__nav a:not(.btn)::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 100%; height: 2px; background: var(--red);
  transform: scaleX(0); transform-origin: left;
  transition: transform .3s var(--ease);
}
.site-header__nav a:not(.btn):hover::after,
.site-header__nav a:not(.btn).is-active::after { transform: scaleX(1); }

/* social icons */
.social { display: flex; align-items: center; gap: 18px; list-style: none; margin: 0; padding: 0; }
.social a { display: block; }
.social svg {
  width: 17px; height: 17px; fill: var(--muted);
  transition: fill .25s var(--ease), transform .25s var(--ease);
}
.social a:hover svg { fill: #fff; transform: translateY(-2px); }

/* ---------- Hero (home) ---------- */
.hero-full {
  position: relative; min-height: 100svh;
  display: flex; align-items: flex-end;
  overflow: hidden;
}
.hero-full__media {
  position: absolute; inset: 0;
}
.hero-full__media video,
.hero-full__media img {
  width: 100%; height: 100%; object-fit: cover;
}
.hero-full__shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(6,6,8,.55) 0%, rgba(6,6,8,.15) 35%, rgba(6,6,8,.55) 70%, var(--bg) 100%);
}
.hero-full__content {
  position: relative; z-index: 2;
  max-width: var(--wrap); margin: 0 auto; width: 100%;
  padding: 0 24px clamp(70px, 12vh, 130px);
}
.hero-full__tag {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(.72rem, 1.4vw, .9rem); letter-spacing: .42em; text-transform: uppercase;
  color: rgba(255,255,255,.85); margin: 0 0 14px;
}
.hero-full__title { color: #fff; text-shadow: 0 10px 60px rgba(0,0,0,.6); }
.hero-full__title .accent { color: var(--red); }
.hero-full__sub {
  font-size: clamp(1rem, 2vw, 1.2rem); color: var(--muted);
  max-width: 560px; margin: 22px 0 34px;
}
.hero-full__cta { display: flex; flex-wrap: wrap; gap: 16px; }

.scroll-hint {
  position: absolute; left: 50%; bottom: 26px; z-index: 2;
  transform: translateX(-50%);
  width: 1px; height: 46px; background: rgba(255,255,255,.25);
  overflow: hidden;
}
.scroll-hint::after {
  content: ""; position: absolute; left: 0; top: -50%;
  width: 100%; height: 50%; background: #fff;
  animation: scrollhint 2s var(--ease) infinite;
}
@keyframes scrollhint { to { top: 110%; } }

/* ---------- Sections ---------- */
.section { padding: clamp(80px, 12vw, 140px) 0; position: relative; }
.section--tight { padding: clamp(60px, 8vw, 90px) 0; }
.section__wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.section__head { margin-bottom: clamp(36px, 6vw, 64px); }

.hairline { height: 1px; background: var(--line); max-width: var(--wrap); margin: 0 auto; }

/* red stage-light glow, same as the CTA band */
.section--glow::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 90% at 50% 110%, rgba(226,35,26,.16), transparent 65%);
  pointer-events: none;
}

/* ---------- Shows / gig list ---------- */
.gig-status {
  display: flex; align-items: center; gap: 18px;
  margin: 0 0 34px; max-width: 420px;
}
.gig-status__bar {
  flex: 1; height: 2px; background: var(--line); position: relative; overflow: hidden;
}
.gig-status__fill {
  position: absolute; inset: 0 auto 0 0; width: 0;
  background: var(--red);
  transition: width 1.2s var(--ease) .3s;
}
.gig-status__label {
  font-family: var(--font-display); font-weight: 600; font-size: .74rem;
  letter-spacing: .18em; text-transform: uppercase; color: var(--dim);
  white-space: nowrap;
}
.gig-status__label strong { color: var(--text); font-weight: 700; }

.gig-list { border-top: 1px solid var(--line); }
.gig {
  display: grid;
  grid-template-columns: 150px 1.4fr 1fr auto;
  align-items: center; gap: 24px;
  padding: 30px 18px;
  border-bottom: 1px solid var(--line);
  position: relative;
  transition: background .3s var(--ease);
}
.gig::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
  background: var(--red); transform: scaleY(0);
  transition: transform .3s var(--ease);
}
.gig:hover { background: rgba(255,255,255,.025); }
.gig:hover::before { transform: scaleY(1); }
.gig__date {
  font-family: var(--font-display); font-weight: 800; font-size: 1.05rem;
  text-transform: uppercase; letter-spacing: .04em; color: var(--red);
  line-height: 1.2;
}
.gig__event {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(1.1rem, 2.2vw, 1.5rem); line-height: 1.25;
}
.gig__where { color: var(--muted); font-size: .95rem; display: flex; align-items: center; gap: 10px; }
.flag { width: 20px; height: 12px; border-radius: 2px; flex: 0 0 auto; }
.gig-empty { padding: 34px 18px; color: var(--muted); border-bottom: 1px solid var(--line); }

/* ---------- About ---------- */
.about-grid {
  display: grid; grid-template-columns: .8fr 1.2fr;
  gap: clamp(36px, 6vw, 80px); align-items: stretch;
}
.about-grid__photo {
  position: relative; border-radius: var(--radius); overflow: hidden;
}
.about-grid__photo img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; object-position: top;
  filter: saturate(.85) contrast(1.05);
  transition: transform .8s var(--ease), filter .8s var(--ease);
}
.about-grid__photo:hover img { transform: scale(1.03); filter: saturate(1) contrast(1.05); }
.about-grid__photo::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(200deg, transparent 55%, rgba(6,6,8,.55) 100%);
}
.pull {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(1.35rem, 2.8vw, 1.9rem); line-height: 1.35;
  margin: 0 0 22px;
}
.pull .accent { color: var(--red); }
.about-copy p { color: var(--muted); }
.about-copy strong { color: var(--text); }

.stat-row {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px; margin-top: clamp(40px, 6vw, 70px);
  border-top: 1px solid var(--line); padding-top: clamp(28px, 4vw, 44px);
}
.stat__num {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(2.2rem, 5vw, 3.6rem); line-height: 1;
  letter-spacing: -.02em;
}
.stat__num .accent { color: var(--red); }
.stat__label {
  font-family: var(--font-display); font-weight: 600; font-size: .76rem;
  letter-spacing: .24em; text-transform: uppercase; color: var(--dim);
  margin-top: 10px;
}

/* ---------- Music ---------- */
.music-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3vw, 36px);
}
.release-card { position: relative; }
.release-card__art {
  border-radius: var(--radius); overflow: hidden; position: relative;
  border: 1px solid var(--line);
  transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .5s var(--ease);
}
.release-card__art img { width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .8s var(--ease); }
.release-card:hover .release-card__art {
  transform: translateY(-8px);
  border-color: var(--line-strong);
  box-shadow: 0 30px 60px rgba(0,0,0,.55), 0 6px 30px rgba(226,35,26,.12);
}
.release-card:hover .release-card__art img { transform: scale(1.04); }
.release-card__meta { padding: 18px 4px 0; }
.release-card__title {
  font-family: var(--font-display); font-weight: 700; font-size: 1.15rem;
  display: inline-block; position: relative;
}
.release-card__title::after {
  content: ""; position: absolute; left: 0; bottom: -4px; width: 100%; height: 2px;
  background: var(--red); transform: scaleX(0); transform-origin: left;
  transition: transform .35s var(--ease);
}
.release-card:hover .release-card__title::after { transform: scaleX(1); }
.release-card__sub { color: var(--dim); font-size: .88rem; margin: 6px 0 0; }
.release-card > a { display: block; }

/* ---------- CTA band ---------- */
.cta-band {
  position: relative; text-align: center; overflow: hidden;
  padding: clamp(90px, 14vw, 160px) 24px;
}
.cta-band::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 90% at 50% 110%, rgba(226,35,26,.16), transparent 65%);
  pointer-events: none;
}
.cta-band__title { margin-bottom: 30px; }
.cta-band__title .accent { color: var(--red); }
.cta-band__sub { color: var(--muted); max-width: 520px; margin: 0 auto 36px; }

/* ---------- Footer ---------- */
.footer { border-top: 1px solid var(--line); padding: 44px 0; }
.footer__inner {
  max-width: var(--wrap); margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
}
.footer__logo img { height: 24px; width: auto; opacity: .9; }
.footer__copy { color: var(--dim); font-size: .82rem; margin: 0; }
.footer__nav { display: flex; gap: 26px; }
.footer__nav a {
  color: var(--dim); font-size: .82rem;
  transition: color .25s var(--ease);
}
.footer__nav a:hover { color: #fff; }

/* ---------- Page hero (booking / release) ---------- */
.page-hero {
  position: relative; min-height: 72svh;
  display: flex; align-items: flex-end; overflow: hidden;
}
.page-hero--short { min-height: 56svh; }
.page-hero__media { position: absolute; inset: 0; }
.page-hero__media video, .page-hero__media img {
  width: 100%; height: 100%; object-fit: cover;
}
.page-hero__shade {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(6,6,8,.6) 0%, rgba(6,6,8,.25) 40%, var(--bg) 100%);
}
.page-hero__content {
  position: relative; z-index: 2; width: 100%;
  max-width: var(--wrap); margin: 0 auto;
  padding: 140px 24px clamp(50px, 8vh, 80px);
}
.page-hero__title { color: #fff; }
.page-hero__title .accent { color: var(--red); }
.page-hero__sub { color: var(--muted); max-width: 620px; margin: 20px 0 0; font-size: 1.08rem; }

/* ---------- Stats band (booking) ---------- */
.stats-band {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  padding: clamp(30px, 5vw, 50px) 0;
}
.stats-band .stat { text-align: center; }

/* ---------- Perks ---------- */
.perks {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px;
}
.perks li {
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 30px 26px; background: var(--surface);
  transition: border-color .3s var(--ease), transform .3s var(--ease), background .3s var(--ease);
}
.perks li:hover {
  border-color: rgba(226,35,26,.5); transform: translateY(-4px);
  background: var(--surface-2);
}
.perks h3 {
  font-size: 1.05rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .06em; margin: 0 0 10px;
  display: flex; align-items: center; gap: 12px;
}
.perks h3::before { content: ""; width: 18px; height: 2px; background: var(--red); flex: 0 0 auto; }
.perks p { color: var(--muted); margin: 0; font-size: .95rem; }

/* ---------- Photo strip ---------- */
.photo-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.photo-strip figure { margin: 0; border-radius: var(--radius); overflow: hidden; position: relative; }
.photo-strip img {
  width: 100%; aspect-ratio: 4/3; object-fit: cover;
  filter: saturate(.9);
  transition: transform .7s var(--ease), filter .7s var(--ease);
}
.photo-strip figure:hover img { transform: scale(1.05); filter: saturate(1.05); }

/* ---------- Visuals gallery (booking) ---------- */
.visuals-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.visual-tile {
  position: relative; aspect-ratio: 16/9; border-radius: var(--radius);
  overflow: hidden; background: var(--surface);
  border: 1px solid var(--line); cursor: pointer;
  transition: border-color .3s var(--ease), transform .3s var(--ease), box-shadow .3s var(--ease);
}
.visual-tile:hover {
  border-color: rgba(226,35,26,.55); transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
}
.visual-tile video { width: 100%; height: 100%; object-fit: cover; }
.visual-tile__badge {
  position: absolute; left: 12px; top: 12px; z-index: 3;
  font-family: var(--font-display); font-weight: 700; font-size: .62rem;
  letter-spacing: .2em; text-transform: uppercase;
  background: rgba(6,6,8,.7); color: #fff;
  padding: 5px 10px; border-radius: 3px;
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
}
.visual-tile__play {
  position: absolute; inset: 0; z-index: 2;
  display: flex; align-items: center; justify-content: center;
  background: rgba(6,6,8,.25);
  transition: opacity .3s var(--ease);
}
.visual-tile__play span {
  width: 52px; height: 52px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.6);
  display: flex; align-items: center; justify-content: center;
  transition: background .3s var(--ease), border-color .3s var(--ease), transform .3s var(--ease);
}
.visual-tile__play svg { width: 16px; height: 16px; fill: #fff; margin-left: 3px; }
.visual-tile:hover .visual-tile__play span,
.visual-tile.is-playing .visual-tile__play span { background: var(--red); border-color: var(--red); transform: scale(1.08); }
.visual-tile.is-playing .visual-tile__play { opacity: 0; pointer-events: none; }
.visual-tile.is-empty { cursor: default; }
.visual-tile.is-empty:hover { transform: none; box-shadow: none; border-color: var(--line); }
.visual-tile__empty {
  position: absolute; inset: 0; display: none;
  align-items: center; justify-content: center; flex-direction: column; gap: 10px;
  color: var(--dim); border-radius: var(--radius);
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,.02) 0 10px, transparent 10px 20px);
  font-family: var(--font-display); font-weight: 600; font-size: .72rem;
  letter-spacing: .2em; text-transform: uppercase; text-align: center;
}
.visual-tile.is-empty .visual-tile__empty { display: flex; }
.visual-tile.is-empty .visual-tile__play,
.visual-tile.is-empty video, .visual-tile.is-empty .visual-tile__badge { display: none; }

/* ---------- Booking form & contact ---------- */
.contact {
  display: grid; grid-template-columns: 1.5fr 1fr; gap: clamp(28px, 4vw, 56px);
  align-items: start;
}
.contact__form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field--full { grid-column: 1 / -1; }
.field label {
  font-family: var(--font-display); font-weight: 600; font-size: .7rem;
  letter-spacing: .22em; text-transform: uppercase; color: var(--dim);
}
.field input, .field textarea {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: 4px; color: var(--text);
  font-family: var(--font-body); font-size: .98rem;
  padding: 14px 16px; outline: none; resize: vertical;
  transition: border-color .25s var(--ease), background .25s var(--ease);
}
.field input:focus, .field textarea:focus {
  border-color: var(--red); background: var(--surface-2);
}
.contact__form .btn { grid-column: 1 / -1; justify-self: start; }
.contact__hint { grid-column: 1 / -1; color: var(--dim); font-size: .82rem; margin: 0; }

.contact__card {
  border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--surface); padding: 34px 32px;
  position: sticky; top: 110px;
}
.contact__card h3 {
  font-size: 1rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .08em; margin: 0 0 14px;
}
.contact__card p { color: var(--muted); font-size: .95rem; }
.contact__mail {
  display: block; font-family: var(--font-display); font-weight: 700;
  font-size: 1.05rem; color: #fff; margin: 6px 0 16px;
  border-bottom: 2px solid var(--red); padding-bottom: 4px; width: fit-content;
  transition: color .25s var(--ease);
}
.contact__mail:hover { color: var(--red-hi); }
.contact__small { color: var(--dim); font-size: .82rem; margin: 0; }

.availability {
  display: inline-flex; align-items: center; gap: 10px;
  border: 1px solid rgba(226,35,26,.4); border-radius: 999px;
  padding: 8px 18px; margin-bottom: 26px;
  font-family: var(--font-display); font-weight: 600; font-size: .72rem;
  letter-spacing: .2em; text-transform: uppercase; color: var(--text);
  background: rgba(226,35,26,.08);
}
.availability::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%;
  background: var(--red); box-shadow: 0 0 12px rgba(226,35,26,.9);
  animation: pulse 2s infinite;
}
@keyframes pulse { 50% { opacity: .4; } }

/* ---------- Reveal animations ---------- */
.reveal {
  opacity: 0; transform: translateY(28px);
  transition: opacity .9s var(--ease), transform .9s var(--ease);
}
.reveal.is-visible { opacity: 1; transform: none; }
.reveal--d1 { transition-delay: .1s; }
.reveal--d2 { transition-delay: .2s; }
.reveal--d3 { transition-delay: .3s; }

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

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .about-grid { grid-template-columns: 1fr; }
  .about-grid__photo { max-width: 520px; aspect-ratio: 4 / 3; }
  .contact { grid-template-columns: 1fr; }
  .contact__card { position: static; }
  .stats-band { grid-template-columns: repeat(2, 1fr); row-gap: 36px; }
}
@media (max-width: 780px) {
  .site-header__nav a:not(.btn) { display: none; }
  .site-header__nav .social { display: none; }
  .gig { grid-template-columns: 1fr; gap: 8px; padding: 24px 16px; }
  .music-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .perks { grid-template-columns: 1fr; }
  .photo-strip { grid-template-columns: 1fr; }
  .visuals-grid { grid-template-columns: 1fr; }
  .contact__form { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; gap: 30px; }
}
