/* ============================================================
   STRIP PARADISE — чорний оксамит + неоновий червоний
   Display: Unbounded · Body: Manrope
   ============================================================ */

:root {
  --velvet:    #0b0709;  /* фон, майже чорний з теплим підтоном */
  --velvet-2:  #140b0f;  /* картки, секції */
  --maroon:    #3a0e18;  /* глибокий бордовий для градієнтів */
  --neon:      #ff2e4c;  /* головний акцент */
  --blood:     #a3122b;  /* темніший червоний */
  --smoke:     #b9a8ae;  /* приглушений текст */
  --ivory:     #f7f0f2;  /* основний текст */
  --line:      rgba(255, 46, 76, 0.18);

  --font-display: "Unbounded", "Arial Black", sans-serif;
  --font-body: "Manrope", "Helvetica Neue", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: var(--velvet);
  color: var(--ivory);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

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

.wrap { width: min(1200px, 92vw); margin: 0 auto; }

/* ---------- Кнопки ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .6em;
  font-family: var(--font-display);
  font-size: .82rem;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 1.05em 1.9em;
  border: 1px solid var(--neon);
  border-radius: 999px;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
  will-change: transform;
}
.btn:focus-visible { outline: 2px solid var(--ivory); outline-offset: 3px; }
.btn-solid {
  background: linear-gradient(135deg, var(--neon), var(--blood));
  color: #fff;
  box-shadow: 0 0 28px rgba(255, 46, 76, .35);
}
.btn-solid:hover { transform: translateY(-2px); box-shadow: 0 6px 44px rgba(255, 46, 76, .55); }
.btn-ghost { background: transparent; color: var(--ivory); }
.btn-ghost:hover { background: rgba(255, 46, 76, .12); transform: translateY(-2px); }

/* ---------- Шапка ---------- */
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: rgba(11, 7, 9, .72);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: .9rem 0;
}
.logo {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.02rem;
  letter-spacing: .04em;
  white-space: nowrap;
}
.logo em { font-style: normal; color: var(--neon); }
.nav-links { display: flex; gap: 1.3rem; margin-left: auto; }
.nav-links a {
  white-space: nowrap;
  font-size: .85rem;
  font-weight: 600;
  color: var(--smoke);
  letter-spacing: .04em;
  transition: color .2s;
}
.nav-links a:hover { color: var(--ivory); }
.lang {
  display: flex;
  gap: .15rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: .2rem;
}
.lang button {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: .72rem;
  letter-spacing: .08em;
  color: var(--smoke);
  background: none;
  border: 0;
  border-radius: 999px;
  padding: .35em .8em;
  cursor: pointer;
  transition: all .2s;
}
.lang button.active { background: var(--neon); color: #fff; }
.lang button:not(.active):hover { color: var(--ivory); }
.nav .btn { padding: .7em 1.4em; font-size: .68rem; }

/* мобільна навігація */
.burger { display: none; }

/* ---------- HERO зі «прожектором» ---------- */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding-top: 4rem;
}
/* прожектор-промінь */
.hero::before {
  content: "";
  position: absolute;
  inset: -30%;
  background:
    conic-gradient(from 200deg at 78% -10%,
      transparent 0deg,
      rgba(255, 46, 76, .16) 8deg,
      rgba(255, 46, 76, .05) 16deg,
      transparent 24deg,
      transparent 360deg);
  animation: beam 9s ease-in-out infinite alternate;
  pointer-events: none;
}
/* тепле світло знизу */
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 45%;
  background: radial-gradient(60% 90% at 50% 110%, rgba(163, 18, 43, .35), transparent 70%);
  pointer-events: none;
}
@keyframes beam {
  from { transform: rotate(-14deg); }
  to   { transform: rotate(16deg); }
}

.hero-kicker {
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: .35em;
  text-transform: uppercase;
  color: var(--neon);
  margin-bottom: 1.6rem;
  animation: rise .8s ease both;
}
.hero-title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(3rem, 11vw, 9.5rem);
  line-height: .94;
  letter-spacing: -.01em;
  text-transform: uppercase;
  animation: rise .8s .12s ease both;
}
.hero-title .line2 {
  display: block;
  color: transparent;
  -webkit-text-stroke: 2px var(--neon);
  text-shadow: 0 0 60px rgba(255, 46, 76, .45);
}
.hero-sub {
  max-width: 34rem;
  color: var(--smoke);
  margin: 1.8rem 0 2.4rem;
  animation: rise .8s .24s ease both;
}
.hero-cta { display: flex; gap: 1rem; flex-wrap: wrap; animation: rise .8s .36s ease both; }

@keyframes rise {
  from { opacity: 0; transform: translateY(26px); }
  to   { opacity: 1; transform: none; }
}

/* стрічка міст */
.marquee {
  position: absolute;
  inset: auto 0 0 0;
  border-top: 1px solid var(--line);
  padding: .9rem 0;
  overflow: hidden;
  background: rgba(11, 7, 9, .5);
}
.marquee-track {
  display: flex;
  gap: 3rem;
  width: max-content;
  animation: marquee 24s linear infinite;
  font-family: var(--font-display);
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--smoke);
  white-space: nowrap;
}
.marquee-track em { font-style: normal; color: var(--neon); }
@keyframes marquee {
  to { transform: translateX(-50%); }
}

/* ---------- Секції ---------- */
section { padding: 6.5rem 0; position: relative; }
.sec-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.7rem, 4.4vw, 3rem);
  text-transform: uppercase;
  letter-spacing: .01em;
  margin-bottom: 2.8rem;
}
.sec-title em { font-style: normal; color: var(--neon); }

/* ---------- Шоу-формати ---------- */
.shows-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.2rem;
}
.show-card {
  background: linear-gradient(160deg, var(--velvet-2), rgba(58, 14, 24, .35));
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 2rem 1.7rem;
  transition: transform .3s ease, border-color .3s ease;
}
.show-card:hover { transform: translateY(-6px); border-color: rgba(255, 46, 76, .5); }
.show-card h3 {
  font-family: var(--font-display);
  font-size: 1.02rem;
  font-weight: 600;
  margin-bottom: .8rem;
}
.show-card p { color: var(--smoke); font-size: .93rem; }
.show-card .spark {
  width: 42px; height: 3px;
  background: linear-gradient(90deg, var(--neon), transparent);
  margin-bottom: 1.3rem;
}

/* ---------- Послуги ---------- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 1.1rem;
}
.srv-card {
  position: relative;
  display: block;
  background: var(--velvet-2);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.8rem 1.6rem 3.4rem;
  overflow: hidden;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.srv-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 46, 76, .55);
  box-shadow: 0 14px 40px rgba(255, 46, 76, .15);
}
.srv-card .num {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 2rem;
  color: transparent;
  -webkit-text-stroke: 1.2px rgba(255, 46, 76, .55);
  display: block;
  margin-bottom: 1rem;
}
.srv-card h3 {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: .7rem;
}
.srv-card p { color: var(--smoke); font-size: .9rem; }
.srv-card .order {
  position: absolute;
  left: 1.6rem;
  bottom: 1.3rem;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--neon);
  opacity: 0;
  transform: translateY(6px);
  transition: all .3s ease;
}
.srv-card:hover .order { opacity: 1; transform: none; }
.services-note {
  margin-top: 2rem;
  color: var(--smoke);
  font-size: .92rem;
  max-width: 34rem;
}

/* ---------- Артисти ---------- */
.filters { display: flex; gap: .6rem; margin-bottom: 2.2rem; flex-wrap: wrap; }
.filters button {
  font-family: var(--font-display);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--smoke);
  background: none;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: .65em 1.5em;
  cursor: pointer;
  transition: all .25s;
}
.filters button.active,
.filters button:hover { color: #fff; border-color: var(--neon); background: rgba(255, 46, 76, .14); }

.artists-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
  gap: 1.4rem;
}
.artist-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  border: 1px solid var(--line);
  background: var(--velvet-2);
  display: block;
  transition: transform .35s ease, box-shadow .35s ease;
}
.artist-card:hover { transform: translateY(-8px); box-shadow: 0 18px 50px rgba(255, 46, 76, .22); }
.artist-card.featured {
  grid-column: span 2;
  aspect-ratio: 3 / 2;
}
.artist-photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 20%;
  filter: grayscale(.55) contrast(1.05);
  transition: filter .45s ease, transform .45s ease;
}
.artist-card:hover .artist-photo { filter: grayscale(0) contrast(1.05); transform: scale(1.04); }
/* плейсхолдер, поки нема фото */
.artist-photo.placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(80% 60% at 50% 0%, rgba(255, 46, 76, .2), transparent 60%),
    linear-gradient(160deg, #1d1015, #120a0d);
}
.artist-photo.placeholder span {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 4.2rem;
  color: rgba(255, 46, 76, .3);
}
.artist-card .shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(11, 7, 9, .95) 0%, rgba(11, 7, 9, .25) 45%, transparent 70%);
}
.artist-meta {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.4rem 1.4rem 1.5rem;
}
.artist-meta .badge {
  display: inline-block;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, var(--neon), var(--blood));
  border-radius: 999px;
  padding: .35em 1em;
  margin-bottom: .7rem;
}
.artist-meta h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.artist-meta .cities {
  color: var(--smoke);
  font-size: .84rem;
  font-weight: 600;
  letter-spacing: .06em;
  margin-top: .25rem;
}
.artist-meta .cities::before { content: "📍 "; }
.artist-meta .go {
  margin-top: .8rem;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--neon);
  opacity: 0;
  transform: translateY(6px);
  transition: all .3s ease;
}
.artist-card:hover .go { opacity: 1; transform: none; }

/* ---------- Як замовити ---------- */
.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.2rem;
  counter-reset: step;
}
.step {
  border-top: 1px solid var(--line);
  padding-top: 1.6rem;
  counter-increment: step;
}
.step::before {
  content: counter(step, decimal-leading-zero);
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 2.2rem;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--neon);
  display: block;
  margin-bottom: .9rem;
}
.step h3 { font-family: var(--font-display); font-size: 1rem; font-weight: 600; margin-bottom: .6rem; }
.step p { color: var(--smoke); font-size: .93rem; }

/* ---------- Контакти ---------- */
.contact {
  text-align: center;
  background:
    radial-gradient(50% 80% at 50% 100%, rgba(163, 18, 43, .4), transparent 70%);
}
.contact .sec-title { margin-bottom: 1rem; }
.contact p { color: var(--smoke); max-width: 30rem; margin: 0 auto 2.2rem; }
.tg-big {
  font-size: 1rem;
  padding: 1.2em 2.6em;
}

/* ---------- Футер ---------- */
footer {
  border-top: 1px solid var(--line);
  padding: 2.2rem 0 2.6rem;
  color: var(--smoke);
  font-size: .84rem;
}
.footer-inner { display: flex; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; align-items: center; }
.age-badge {
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--neon);
  border: 2px solid var(--neon);
  border-radius: 50%;
  width: 46px; height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .8rem;
  flex-shrink: 0;
}

/* ---------- Сторінка артиста ---------- */
.profile {
  padding: 8rem 0 4rem;
  display: grid;
  grid-template-columns: minmax(300px, 460px) 1fr;
  gap: 3.5rem;
  align-items: start;
}
.profile-photo {
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  border: 1px solid var(--line);
  position: relative;
  box-shadow: 0 24px 70px rgba(255, 46, 76, .18);
}
.profile-photo .artist-photo { position: absolute; inset: 0; filter: none; }
.profile-info .back {
  display: inline-block;
  color: var(--smoke);
  font-weight: 700;
  font-size: .85rem;
  margin-bottom: 1.6rem;
  transition: color .2s;
}
.profile-info .back:hover { color: var(--neon); }
.profile-info h1 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(2.2rem, 6vw, 4.2rem);
  text-transform: uppercase;
  line-height: 1;
}
.profile-info .tagline {
  color: var(--neon);
  font-weight: 700;
  font-size: 1.05rem;
  margin: 1.1rem 0 1.6rem;
}
.profile-info .about { color: var(--smoke); max-width: 40rem; }
.profile-chips { display: flex; gap: .5rem; flex-wrap: wrap; margin: 1.8rem 0 2.4rem; }
.chip {
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .06em;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: .5em 1.2em;
  color: var(--ivory);
}
.chip.hot { border-color: var(--neon); color: var(--neon); }

.gallery { padding-top: 0; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
}
.gallery-grid .ph {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  border: 1px solid var(--line);
  background-size: cover;
  background-position: center;
  transition: transform .3s;
}
.gallery-grid .ph:hover { transform: scale(1.02); }
video.ph { width: 100%; height: 100%; object-fit: cover; background: #000; display: block; }
.gallery-empty {
  color: var(--smoke);
  border: 1px dashed var(--line);
  border-radius: 16px;
  padding: 3rem;
  text-align: center;
  font-weight: 600;
}

/* чернетка-беджик */
.draft-note {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  z-index: 99;
  background: var(--blood);
  color: #fff;
  font-size: .75rem;
  font-weight: 700;
  padding: .5em 1.1em;
  border-radius: 999px;
  box-shadow: 0 4px 20px rgba(0,0,0,.4);
}

/* ---------- Адаптив ---------- */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .artist-card.featured { grid-column: span 1; aspect-ratio: 3 / 4; }
  .profile { grid-template-columns: 1fr; gap: 2rem; padding-top: 6.5rem; }
  .profile-photo { max-width: 420px; }
}
@media (max-width: 560px) {
  section { padding: 4.5rem 0; }
  .nav-inner { gap: .8rem; }
  .nav .btn { display: none; }
  .artists-grid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: .9rem; }
  .artist-meta { padding: 1rem; }
  .artist-meta h3 { font-size: 1rem; }
}

/* reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}
