:root {
  --ink: #111110;
  --paper: #EDE9DF;
  --yellow: #D4FF00;
  --pink: #FF4896;
  --white: #FFFFFF;
  --muted: #807B76;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background-color: var(--pink); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Manrope, Arial, sans-serif; }
button, input, textarea { font: inherit; }

/* ─── GATE ─────────────────────────────────────────── */
.gate {
  min-height: 100dvh;
  display: grid;
  place-content: center start;
  padding: clamp(40px, 10vw, 120px);
  background: var(--ink);
  color: var(--white);
}
.gate-date {
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
  color: rgba(255,255,255,0.38);
  margin: 0 0 24px;
}
.gate h1 {
  font: 800 clamp(44px,9vw,120px)/.88 Unbounded, Arial, sans-serif;
  margin: 0 0 48px;
  letter-spacing: -5px;
  max-width: 12ch;
}
.gate h1 em { color: var(--yellow); font-style: italic; font-family: Georgia,serif; font-weight: 400; }
.gate form { display: grid; gap: 10px; width: min(420px,80vw); }
.gate input {
  border: 2px solid rgba(255,255,255,0.14);
  border-radius: 14px;
  padding: 17px 18px;
  background: rgba(255,255,255,0.07);
  color: var(--white);
}
.gate input::placeholder { color: rgba(255,255,255,0.28); }
.gate button {
  border: none;
  border-radius: 14px;
  padding: 17px 18px;
  background: var(--yellow);
  color: var(--ink);
  font-weight: 800;
  cursor: pointer;
  font-size: 15px;
}
#gate-error, #host-error, .form-error { color: #FF7070; min-height: 20px; font-size: 13px; }
.form-success { color: var(--yellow); min-height: 20px; font-size: 13px; font-weight: 700; }

/* ─── POSTER ────────────────────────────────────────── */
.poster { overflow: hidden; }

/* ─── HERO ──────────────────────────────────────────── */
.invite-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 8vw;
  padding-bottom: 10vh;
  background: var(--ink);
  overflow: hidden;
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.38;
  z-index: 0;
}
.hero-date-chip {
  position: absolute;
  top: 6vh; left: 8vw;
  z-index: 4;
  color: rgba(255,255,255,0.65);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.hero-cutout {
  position: absolute;
  right: 0; bottom: 0;
  height: 88svh;
  max-height: 800px;
  z-index: 2;
  object-fit: contain;
  object-position: bottom right;
  filter: grayscale(100%) contrast(1.05);
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 5;
  max-width: 62vw;
}
.hero-eyebrow {
  display: inline-block;
  background: var(--yellow);
  color: var(--ink);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 4px;
  margin-bottom: 18px;
}
.hero-title {
  font: 800 clamp(50px,9vw,124px)/.88 Unbounded, Arial, sans-serif;
  color: var(--white);
  margin: 0 0 28px;
  letter-spacing: -6px;
}
.hero-title em {
  font-style: italic;
  font-family: Georgia, serif;
  font-weight: 400;
  color: var(--yellow);
}
.hero-meta { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.hero-meta span { color: rgba(255,255,255,0.72); font-weight: 700; font-size: 14px; letter-spacing: 1px; }
.hero-scroll {
  position: absolute;
  bottom: 4vh; right: 8vw;
  z-index: 6;
  color: rgba(255,255,255,0.38);
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 800;
}

/* ─── COMBINED (program + place) ──────────────────────── */
.combined {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100svh;
}

.combined-prog {
  background: var(--paper);
  padding: 8vh 6vw;
  position: relative;
  overflow: hidden;
}

.combined-place {
  background: var(--ink);
  color: var(--white);
  padding: 8vh 6vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.section-kicker, .section-label {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 3px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 14px;
}
.section-kicker-light { color: rgba(255,255,255,0.38); }

.program-head {
  font: 800 clamp(38px,5vw,80px)/.94 Unbounded, Arial, sans-serif;
  letter-spacing: -4px;
  margin: 0 0 44px;
}

.program-list { list-style: none; padding: 0; margin: 0; }
.program-list li {
  display: flex;
  align-items: baseline;
  gap: 20px;
  border-top: 1.5px solid rgba(0,0,0,0.11);
  padding: 16px 0;
}
.program-list li:last-child { border-bottom: 1.5px solid rgba(0,0,0,0.11); }
.pn {
  font: 800 clamp(24px,3vw,44px)/1 Unbounded, Arial, sans-serif;
  color: rgba(0,0,0,0.1);
  min-width: 58px;
  flex-shrink: 0;
}
.pt { font: 800 clamp(16px,2vw,30px)/1.15 Unbounded, Arial, sans-serif; letter-spacing: -1px; }

/* accent photo in combined-prog */
.beer-accent {
  position: absolute;
  right: -10px;
  bottom: 0;
  height: 85%;
  width: auto;
  object-fit: contain;
  object-position: bottom right;
  pointer-events: none;
  z-index: 0;
  filter: grayscale(100%) contrast(1.05);
  opacity: 0.4;
}
.combined-prog .section-kicker,
.combined-prog .program-head,
.combined-prog .program-list { position: relative; z-index: 1; }

/* ─── PLACE part of combined ─────────────────────────── */
.place-head {
  font: 800 clamp(32px,4vw,62px)/.93 Unbounded, Arial, sans-serif;
  letter-spacing: -3px;
  margin: 12px 0 14px;
}
.place-head em { color: var(--yellow); font-style: normal; }
.combined-place p { font-size: clamp(16px,1.8vw,22px); margin: 0 0 6px; font-weight: 700; }
.combined-place small { opacity: 0.38; font-size: 12px; }
.route-btn-wrap {
  display: inline-block;
  margin-top: 22px;
}
.route-btn-wrap a, .combined-place a {
  display: inline-block;
  background: var(--yellow);
  color: var(--ink);
  text-decoration: none;
  padding: 13px 20px;
  border-radius: 12px;
  font-weight: 800;
}
.map-blob {
  margin-top: 32px;
  width: min(200px, 55%);
  aspect-ratio: 1;
  background: var(--yellow);
  border-radius: 50% 50% 45% 55%;
  display: grid;
  place-content: center;
  text-align: center;
  transform: rotate(4deg);
  position: relative;
}
.map-blob-num { font: 800 clamp(40px,5vw,80px)/1 Unbounded, Arial, sans-serif; color: var(--ink); }
.map-blob-name { letter-spacing: 3px; font-weight: 800; color: var(--ink); font-size: 10px; }
.map-blob-pin { position: absolute; font-size: 36px; right: 6%; top: 6%; font-style: normal; }

/* ─── RSVP ──────────────────────────────────────────── */
.rsvp {
  padding: 10vh 8vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6vw;
  background: var(--paper);
}
.rsvp > div { min-width: 0; }

.rsvp-form {
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: 28px;
  padding: 42px;
  box-shadow: 8px 8px 0 var(--pink);
}
.rsvp-form h2 {
  font: 800 clamp(26px,4vw,50px)/1 Unbounded, Arial, sans-serif;
  letter-spacing: -3px;
  margin: 12px 0 8px;
}
.rsvp-form p { line-height: 1.6; opacity: 0.58; margin-bottom: 4px; }
.rsvp-form > label:not(.rsvp-avatar) {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  display: block;
}
.rsvp-form > label:not(.rsvp-avatar) input {
  width: 100%;
  display: block;
  margin: 8px 0 16px;
  border: 2px solid var(--ink);
  border-radius: 12px;
  padding: 14px 16px;
  background: var(--paper);
}
.rsvp-form > button {
  width: 100%;
  border: 2px solid var(--ink);
  border-radius: 12px;
  padding: 15px;
  background: var(--ink);
  color: var(--white);
  font-weight: 800;
  cursor: pointer;
  box-shadow: 5px 5px 0 var(--yellow);
  font-size: 15px;
}
.rsvp-avatar { display: flex; align-items: center; gap: 14px; margin: 20px 0; cursor: pointer; }
.rsvp-avatar input { display: none; }
.rsvp-avatar span, .registered-avatar {
  width: 68px; height: 68px;
  border-radius: 50%;
  background: var(--yellow);
  display: grid;
  place-items: center;
  color: var(--ink);
  font-size: 22px;
  overflow: hidden;
  flex-shrink: 0;
}
.rsvp-avatar img, .registered-avatar img { width: 100%; height: 100%; object-fit: cover; }

.going h2 {
  font: 800 clamp(28px,3.5vw,50px)/1 Unbounded, Arial, sans-serif;
  letter-spacing: -3px;
  margin: 12px 0 22px;
}
.going-list { display: flex; flex-wrap: wrap; gap: 14px; }
.going-list > div { text-align: center; width: 66px; }
.going-list img, .going-list span {
  width: 54px; height: 54px;
  border-radius: 50%;
  object-fit: cover;
  display: grid;
  place-items: center;
  background: var(--pink);
  color: var(--white);
  font-weight: 800;
  border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--ink);
  margin: auto;
}
.going-list b { font-size: 10px; display: block; margin-top: 7px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.registered-card {
  display: flex;
  align-items: center;
  gap: 18px;
  background: var(--yellow);
  border: 2px solid var(--ink);
  border-radius: 22px;
  padding: 28px;
  box-shadow: 7px 7px 0 var(--pink);
}
.registered-card span { font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; opacity: 0.6; }
.registered-card h3 { font: 800 26px/1.1 Unbounded, Arial, sans-serif; margin: 5px 0; }
.registered-card a {
  display: inline-block;
  margin-top: 7px;
  background: var(--ink);
  color: var(--white);
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 10px;
  font-weight: 800;
  font-size: 14px;
}

/* ─── POST-REGISTRATION SECTIONS ────────────────────── */
.post-reg {
  padding: 8vh 8vw;
}

/* Bring */
.bring {
  background: var(--yellow);
  padding: 8vh 8vw;
  position: relative;
  overflow: hidden;
}
.bring-accent {
  position: absolute;
  right: -20px; top: -20px;
  width: 180px;
  opacity: 0.1;
  pointer-events: none;
  mix-blend-mode: multiply;
}
.bring-head {
  font: 800 clamp(30px,4.5vw,64px)/1 Unbounded, Arial, sans-serif;
  letter-spacing: -3px;
  margin: 0 0 38px;
}
.bring-list { list-style: none; padding: 0; margin: 0; }
.bring-list li {
  display: flex;
  align-items: flex-start;
  font-size: clamp(15px,2vw,20px);
  font-weight: 700;
  line-height: 1.35;
  padding: 16px 0;
  border-top: 1.5px solid rgba(0,0,0,0.12);
}
.bring-list li:last-child { border-bottom: 1.5px solid rgba(0,0,0,0.12); }
.bring-list li::before { content: '—'; font-weight: 800; margin-right: 16px; flex-shrink: 0; opacity: 0.45; }

/* Song request */
.song-section {
  background: var(--pink);
  color: var(--white);
}
.song-section h2 {
  font: 800 clamp(28px,4vw,56px)/1 Unbounded, Arial, sans-serif;
  letter-spacing: -3px;
  margin: 12px 0 10px;
}
.song-section p { opacity: 0.72; line-height: 1.6; margin-bottom: 24px; }
.song-section .section-kicker { color: rgba(255,255,255,0.45); }

.post-reg-form { display: grid; gap: 10px; max-width: 560px; }
.post-reg-form label { font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; display: block; }
.post-reg-form input, .post-reg-form textarea {
  display: block;
  width: 100%;
  margin: 7px 0 14px;
  border: 2px solid rgba(255,255,255,0.25);
  border-radius: 12px;
  padding: 14px 16px;
  background: rgba(255,255,255,0.1);
  color: var(--white);
}
.post-reg-form input::placeholder, .post-reg-form textarea::placeholder { color: rgba(255,255,255,0.35); }
.post-reg-form textarea { min-height: 100px; resize: vertical; }
.post-reg-form button {
  border: none;
  border-radius: 12px;
  padding: 14px 22px;
  background: var(--yellow);
  color: var(--ink);
  font-weight: 800;
  cursor: pointer;
  width: fit-content;
}

.my-songs { margin-top: 24px; }
.my-songs b { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; opacity: 0.55; }
.my-songs ul { list-style: none; padding: 0; margin: 10px 0 0; display: flex; flex-direction: column; gap: 8px; }
.my-songs li { font-weight: 700; opacity: 0.85; }

.story-count { font-size: 13px; margin-top: 16px; opacity: 0.65; }

/* Story section */
.story-section {
  background: var(--ink);
  color: var(--white);
}
.story-section h2 {
  font: 800 clamp(28px,4vw,56px)/1 Unbounded, Arial, sans-serif;
  letter-spacing: -3px;
  margin: 12px 0 10px;
}
.story-section p { opacity: 0.65; line-height: 1.6; margin-bottom: 24px; }
.story-section .section-kicker { color: rgba(255,255,255,0.38); }
.story-section .post-reg-form input,
.story-section .post-reg-form textarea {
  border-color: rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.06);
}
.story-section .post-reg-form button { background: var(--pink); color: var(--white); }

/* Wishlist */
.wishlist {
  background: var(--paper);
  padding: 8vh 8vw;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 28px;
  align-items: start;
}
.wishlist-heart { font-size: 80px; color: var(--pink); line-height: 1; }
.wishlist h2 { font: 800 clamp(28px,4vw,54px)/1 Unbounded, Arial, sans-serif; letter-spacing: -3px; margin: 0 0 16px; }
.wishlist p { font-size: 17px; line-height: 1.75; max-width: 680px; opacity: 0.72; }
.wishlist a {
  display: inline-block;
  margin-top: 22px;
  background: var(--pink);
  color: var(--white);
  text-decoration: none;
  padding: 13px 20px;
  border-radius: 12px;
  font-weight: 800;
}

/* ─── ALL WELCOME ───────────────────────────────────── */
.all-welcome {
  background: var(--pink);
  color: var(--white);
  text-align: center;
  padding: 8vh 8vw;
}
.all-welcome h2 {
  font: 800 clamp(72px, 14vw, 160px)/.88 Unbounded, Arial, sans-serif;
  letter-spacing: -5px;
  margin: 0;
}

/* ─── BASEMENT (animated people lineup) ─────────────── */
@keyframes strip-slide {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.basement {
  background: var(--ink);
  overflow: hidden;
  padding: 0;
}

.basement-lineup {
  overflow: hidden;
  min-height: clamp(280px, 55vh, 600px);
}

.basement-lineup-inner {
  display: flex;
  align-items: flex-end;
  width: max-content;
  animation: strip-slide 50s linear infinite;
}

.lineup-set {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  padding-right: 12px;
  flex-shrink: 0;
}

.lineup-item {
  flex-shrink: 0;
  display: block;
  position: relative;
  height: clamp(280px, 55vh, 600px);
  width: clamp(200px, 40vh, 450px);
  outline: 5px solid var(--yellow);
  outline-offset: 0;
}

.lineup-set .lineup-item img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: bottom center;
  filter: grayscale(100%) contrast(1.08);
  display: block;
}

/* Marker annotations */
.lineup-set .lineup-item::before {
  display: none;
  position: absolute;
  z-index: 4;
  font-weight: 800;
  pointer-events: none;
  line-height: 1;
}
.lineup-set .lineup-item:nth-child(2)::before {
  content: '♡';
  display: block;
  font-size: clamp(30px, 4vw, 50px);
  color: var(--pink);
  top: 10px; right: -10px;
  transform: rotate(14deg);
  text-shadow: 2px 2px 0 #fff;
}
.lineup-set .lineup-item:nth-child(6)::before {
  content: '★';
  display: block;
  font-size: clamp(26px, 3.5vw, 44px);
  color: var(--yellow);
  bottom: 24px; left: -10px;
  transform: rotate(-10deg);
  text-shadow: 2px 2px 0 var(--ink);
}
.lineup-set .lineup-item:nth-child(11)::before {
  content: '';
  display: block;
  font-size: clamp(22px, 3vw, 38px);
  color: var(--white);
  top: 18%; right: -14px;
  transform: rotate(18deg);
}
.lineup-set .lineup-item:nth-child(15)::before {
  content: '✦';
  display: block;
  font-size: clamp(28px, 4vw, 48px);
  color: var(--yellow);
  top: -12px; left: 50%;
  transform: translateX(-50%) rotate(8deg);
  text-shadow: 2px 2px 0 var(--ink);
}
.lineup-set .lineup-item:nth-child(18)::before {
  content: '♡';
  display: block;
  font-size: clamp(24px, 3.2vw, 42px);
  color: var(--pink);
  bottom: 12px; right: -8px;
  transform: rotate(-12deg);
  text-shadow: 2px 2px 0 #fff;
}

/* ─── TV SECTION ─────────────────────────────────────── */
.tv-section {
  background: var(--paper);
  padding: 8vh 8vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}

.tv-heading {
  font: 800 clamp(28px, 4vw, 54px)/1 Unbounded, Arial, sans-serif;
  letter-spacing: -3px;
  margin: 0;
}

.tv-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(680px, 100%);
  align-self: center;
}

.tv-frame {
  background: #111;
  border-radius: clamp(12px, 2vw, 20px);
  padding: clamp(10px, 1.8vw, 18px);
  box-shadow: 0 0 0 3px #2a2a2a, 0 0 0 6px #141414, 0 24px 64px rgba(0,0,0,0.5);
  width: 100%;
}

.tv-screen {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: clamp(4px, 0.8vw, 8px);
  overflow: hidden;
  background: #000;
}

.tv-video {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}

.tv-avatars { position: absolute; inset: 0; }

.tv-avatar {
  position: absolute;
  width: clamp(40px, 6vw, 62px);
  height: clamp(40px, 6vw, 62px);
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--yellow);
  box-shadow: 0 2px 14px rgba(0,0,0,0.8);
}
.tv-avatar img { width: 100%; height: 100%; object-fit: cover; }
.tv-avatar span {
  display: grid; place-items: center;
  width: 100%; height: 100%;
  background: var(--pink);
  color: var(--white);
  font-weight: 800;
  font-size: clamp(12px, 1.8vw, 18px);
}

.tv-slot-1  { top:  7%; left:  6%; }
.tv-slot-2  { top:  5%; left: 36%; }
.tv-slot-3  { top:  7%; right:  8%; }
.tv-slot-4  { top: 38%; left: 13%; }
.tv-slot-5  { top: 36%; left: 50%; }
.tv-slot-6  { top: 35%; right:  6%; }
.tv-slot-7  { bottom: 10%; left:  6%; }
.tv-slot-8  { bottom:  8%; left: 32%; }
.tv-slot-9  { bottom: 10%; right:  9%; }
.tv-slot-10 { top: 18%; left: 24%; }
.tv-slot-11 { top: 58%; left: 68%; }
.tv-slot-12 { top: 20%; right: 26%; }

.tv-legs {
  display: flex;
  justify-content: center;
  gap: clamp(48px, 10vw, 120px);
}

.tv-leg {
  width: clamp(18px, 3vw, 32px);
  height: clamp(22px, 3.5vw, 40px);
  background: #1a1a1a;
  clip-path: polygon(15% 0%, 85% 0%, 100% 100%, 0% 100%);
}

/* ─── GUEST IMAGE ──────────────────────────────────────── */
.gostii-img {
  display: block;
  width: 100%;
  max-width: 280px;
  object-fit: contain;
  margin-top: 28px;
  filter: grayscale(100%) contrast(1.05);
  opacity: 0.85;
}

/* ─── FOOTER ────────────────────────────────────────── */
footer { background: var(--pink); padding: 6vh 0; }

/* ─── RESPONSIVE ────────────────────────────────────── */
@media (max-width: 800px) {
  /* Hero: editorial magazine-cover — image fills background, text overlaid at bottom */
  .invite-hero {
    justify-content: flex-end;
    padding: 22px;
    padding-bottom: clamp(40px, 8vh, 72px);
    min-height: 100svh;
  }
  .invite-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(17,17,16,.9) 0%, rgba(17,17,16,.42) 36%, transparent 62%);
    z-index: 1;
    pointer-events: none;
  }
  .hero-date-chip { left: 22px; top: 28px; z-index: 6; }
  .hero-cutout {
    position: absolute;
    right: -6%;
    bottom: 0;
    height: 86svh;
    width: auto;
    max-width: 80vw;
    max-height: none;
    object-position: bottom right;
    align-self: unset;
    flex-shrink: unset;
    margin-left: 0;
  }
  .hero-content {
    position: relative;
    z-index: 5;
    max-width: 68%;
    padding-top: 0;
    flex-shrink: unset;
  }
  .hero-title { font-size: clamp(42px, 11vw, 60px); letter-spacing: -3px; }
  .hero-scroll { right: 22px; z-index: 6; }

  .combined { grid-template-columns: 1fr; min-height: unset; }
  .combined-prog { padding: 7vh 6vw; }
  .combined-place { padding: 7vh 6vw; }
  .program-head { font-size: 38px; letter-spacing: -2px; margin-bottom: 32px; }
  .pn { font-size: 24px; min-width: 44px; }
  .pt { font-size: 18px; }
  .beer-accent {
    top: auto;
    bottom: 0;
    height: clamp(200px, 55%, 320px);
    right: -10px;
  }
  .map-blob { width: min(160px, 50%); margin-top: 24px; }

  .rsvp { grid-template-columns: 1fr; padding: 7vh 6vw; }
  .rsvp-form { padding: 24px 18px; }

  .bring, .post-reg, .song-section, .story-section, .wishlist { padding: 7vh 6vw; }
  .bring-head { font-size: 28px; margin-bottom: 28px; }

  .wishlist { grid-template-columns: 1fr; }
  .wishlist-heart { font-size: 55px; }

  .all-welcome h2 { letter-spacing: -3px; }

  .basement-lineup { min-height: clamp(180px, 38vh, 340px); }
  .lineup-item {
    height: clamp(180px, 38vh, 340px);
    width: clamp(130px, 27vh, 260px);
  }

  .tv-section { padding: 7vh 6vw; }
}


/* ─── FINAL INVITE POLISH: mobile hero, marker strip, TV guests ─── */
html { background: var(--pink); }
body { background: var(--pink); }
.poster { background: var(--paper); }
@supports (padding: max(0px)) {
  body { padding-top: env(safe-area-inset-top); padding-bottom: env(safe-area-inset-bottom); }
}
.invite-hero {
  background:
    radial-gradient(circle at 12% 14%, rgba(212,255,0,.95) 0 72px, transparent 74px),
    radial-gradient(circle at 88% 76%, rgba(255,255,255,.22) 0 120px, transparent 122px),
    linear-gradient(135deg, #ff4b98 0%, #f23683 58%, #111110 58.3%, #111110 100%);
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 42vw);
  align-items: end;
  gap: 4vw;
  padding: 9vh 7vw 8vh;
}
.invite-hero::before {
  content: '';
  position: absolute;
  inset: 18px;
  border: 2px solid rgba(255,255,255,.34);
  border-radius: 34px;
  pointer-events: none;
  z-index: 1;
}
.hero-photo-card {
  position: relative;
  z-index: 4;
  justify-self: end;
  width: min(430px, 40vw);
  height: min(72svh, 680px);
  border: 3px solid var(--white);
  border-radius: 28px;
  background: #f6f0e5;
  box-shadow: 16px 16px 0 var(--yellow), 0 30px 90px rgba(0,0,0,.26);
  transform: rotate(2.2deg);
  overflow: hidden;
}
.hero-photo-card::before {
  content: '';
  position: absolute;
  inset: 16px;
  border: 5px solid var(--pink);
  border-radius: 24px;
  opacity: .9;
  z-index: 3;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.hero-photo-card span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 5;
  background: var(--yellow);
  color: var(--ink);
  border: 2px solid var(--ink);
  border-radius: 999px;
  padding: 7px 12px;
  font: 800 10px/1 Manrope, Arial, sans-serif;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  transform: rotate(-5deg);
}
.hero-cutout {
  position: absolute;
  inset: auto 0 0 0;
  width: 100%;
  height: 98%;
  object-fit: contain;
  object-position: bottom center;
  filter: grayscale(16%) contrast(1.08) saturate(1.05);
}
.hero-content {
  align-self: center;
  z-index: 4;
  max-width: 820px;
}
.hero-title { text-shadow: 7px 7px 0 rgba(17,17,16,.18); }
.hero-place {
  width: fit-content;
  background: var(--white);
  color: var(--ink);
  border: 2px solid var(--ink);
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 800;
  transform: rotate(-1.5deg);
  box-shadow: 5px 5px 0 var(--yellow);
}
.hero-marker {
  position: absolute;
  z-index: 5;
  color: var(--yellow);
  font: 800 clamp(36px, 5vw, 78px)/1 Unbounded, Arial, sans-serif;
  text-shadow: 3px 3px 0 var(--ink);
  pointer-events: none;
}
.hero-marker-one { right: 43vw; top: 12vh; transform: rotate(-12deg); }
.hero-marker-two { right: 7vw; top: 9vh; color: var(--white); font-size: clamp(24px, 3vw, 44px); transform: rotate(8deg); }
.hero-date-chip { color: rgba(255,255,255,.8); z-index: 6; }
.hero-scroll { color: rgba(255,255,255,.76); }

.guest-tv {
  position: relative;
  margin-top: 22px;
  background: var(--pink);
  border: 3px solid var(--ink);
  border-radius: 28px;
  padding: 18px 78px 22px 18px;
  box-shadow: 10px 10px 0 var(--yellow);
  transform: rotate(1deg);
}
.guest-tv-antenna {
  position: absolute;
  width: 96px;
  height: 58px;
  left: 42px;
  top: -52px;
  border-left: 4px solid var(--ink);
  border-top: 4px solid var(--ink);
  transform: skewX(-25deg) rotate(8deg);
}
.guest-tv-screen {
  position: relative;
  min-height: 250px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.09), transparent 32%),
    repeating-linear-gradient(0deg, rgba(255,255,255,.05) 0 2px, transparent 2px 7px),
    #181622;
  border: 3px solid var(--ink);
  border-radius: 18px;
  overflow: hidden;
  padding: 22px;
}
.guest-tv-glare {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 22% 16%, rgba(255,255,255,.26), transparent 28%);
  pointer-events: none;
}
.guest-tv-controls {
  position: absolute;
  right: 22px;
  top: 36px;
  display: grid;
  gap: 13px;
}
.guest-tv-controls i {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: block;
  background: var(--yellow);
  border: 3px solid var(--ink);
  box-shadow: inset -4px -4px 0 rgba(0,0,0,.12);
}
.guest-tv-controls i:nth-child(2) { background: var(--white); }
.guest-tv-controls i:nth-child(3) { background: var(--ink); }
.guest-tv-legs {
  position: absolute;
  left: 50%;
  bottom: -36px;
  display: flex;
  gap: 120px;
  transform: translateX(-50%);
}
.guest-tv-legs i {
  width: 22px;
  height: 42px;
  display: block;
  background: var(--ink);
  transform: skewX(-14deg);
}
.guest-tv-legs i:last-child { transform: skewX(14deg); }
.going .going-list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(74px, 1fr));
  gap: 14px 10px;
}
.going .going-list > div { width: auto; color: var(--white); }
.going .going-list img,
.going .going-list span {
  width: 58px;
  height: 58px;
  border-color: var(--yellow);
  box-shadow: 0 0 0 2px var(--white), 4px 5px 0 rgba(0,0,0,.35);
}
.going .going-list p { color: rgba(255,255,255,.72); font-weight: 800; }
.going .going-list b { color: var(--white); text-shadow: 1px 1px 0 rgba(0,0,0,.35); }

.all-welcome { padding: 9vh 8vw 7vh; }
.all-welcome p { margin: 18px 0 0; font: italic clamp(24px, 4vw, 52px)/1 Georgia, serif; color: var(--yellow); }
.basement { background: var(--ink); position: relative; padding-top: 78px; }
.basement-caption {
  position: absolute;
  left: 6vw;
  top: 24px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  transform: rotate(-2deg);
}
.basement-caption span,
.basement-caption b {
  background: var(--yellow);
  color: var(--ink);
  border: 2px solid var(--ink);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.basement-caption b { background: var(--white); }
.basement-caption i { color: var(--pink); font-size: 34px; font-style: normal; text-shadow: 2px 2px 0 var(--white); }
@keyframes strip-slide { from { transform: translateX(-33.333%); } to { transform: translateX(0); } }
.basement-lineup-inner { animation: strip-slide 62s linear infinite; will-change: transform; }
.basement-lineup-inner:hover { animation-play-state: paused; }
.lineup-set { gap: clamp(14px, 2vw, 28px); padding-right: clamp(14px, 2vw, 28px); }
.lineup-item {
  border: 0;
  outline: 0;
  width: clamp(170px, 28vh, 360px);
  background: transparent;
  isolation: isolate;
}
.lineup-item::after {
  content: attr(data-note);
  position: absolute;
  z-index: 5;
  left: 12px;
  bottom: 12px;
  color: var(--ink);
  background: var(--yellow);
  border: 2px solid var(--ink);
  border-radius: 999px;
  padding: 7px 10px;
  font: 800 clamp(10px, 1.4vw, 15px)/1 Manrope, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .8px;
  transform: rotate(-5deg);
  box-shadow: 3px 3px 0 var(--pink);
}
.lineup-set .lineup-item img { filter: grayscale(100%) contrast(1.12); }
.lineup-set .lineup-item::before {
  display: block;
  content: '♡';
  position: absolute;
  z-index: 4;
  right: 4px;
  top: 18px;
  font: 800 clamp(28px, 4vw, 58px)/1 Unbounded, Arial, sans-serif;
  color: var(--pink);
  text-shadow: 3px 3px 0 var(--white);
  transform: rotate(12deg);
}
.marker-1::after { background: var(--pink); color: var(--white); box-shadow: 3px 3px 0 var(--yellow); }
.marker-2::before { content: '✦' !important; color: var(--yellow) !important; text-shadow: 3px 3px 0 var(--pink) !important; }
.marker-3::after { transform: rotate(5deg); }
.marker-4::before { content: '' !important; font-size: clamp(20px, 3vw, 42px) !important; color: var(--white) !important; text-shadow: 3px 3px 0 var(--pink) !important; }
.marker-5::after { background: var(--white); }
.lineup-item--gostii {
  width: clamp(260px, 45vh, 520px);
}
.lineup-item--gostii::after { content: 'тот самый завоз'; }

@media (max-width: 800px) {
  .invite-hero {
    min-height: 100svh;
    display: block;
    padding: 22px;
    padding-top: max(28px, env(safe-area-inset-top));
    background:
      radial-gradient(circle at 88% 14%, var(--yellow) 0 48px, transparent 50px),
      linear-gradient(180deg, #ff5aa0 0%, #f5428b 63%, #111110 63.2%, #111110 100%);
  }
  .invite-hero::before { inset: 12px; border-radius: 26px; }
  .hero-date-chip { top: 28px; left: 24px; color: rgba(255,255,255,.88); font-size: 10px; }
  .hero-content { max-width: none; padding-top: 86px; }
  .hero-eyebrow { font-size: 10px; padding: 6px 11px; margin-bottom: 12px; }
  .hero-title {
    font-size: clamp(43px, 14vw, 66px);
    line-height: .86;
    letter-spacing: -3.5px;
    margin-bottom: 14px;
    max-width: 7.2ch;
  }
  .hero-place { font-size: 12px; padding: 8px 12px; max-width: 240px; }
  .hero-photo-card {
    position: absolute;
    right: 16px;
    bottom: 52px;
    width: min(58vw, 250px);
    height: min(46svh, 390px);
    border-radius: 24px;
    box-shadow: 9px 9px 0 var(--yellow), 0 18px 48px rgba(0,0,0,.32);
    transform: rotate(3deg);
  }
  .hero-photo-card::before { inset: 10px; border-width: 4px; border-radius: 18px; }
  .hero-photo-card span { left: 12px; bottom: 12px; font-size: 8px; }
  .hero-marker-one { right: 24px; top: 96px; font-size: 44px; }
  .hero-marker-two { display: none; }
  .hero-scroll { left: 24px; right: auto; bottom: 24px; }

  .rsvp { gap: 58px; }
  .guest-tv { padding: 14px 56px 18px 14px; border-radius: 22px; box-shadow: 7px 7px 0 var(--yellow); }
  .guest-tv-screen { min-height: 220px; padding: 16px 12px; }
  .guest-tv-controls { right: 14px; top: 28px; gap: 10px; }
  .guest-tv-controls i { width: 26px; height: 26px; }
  .guest-tv-legs { gap: 74px; bottom: -30px; }
  .going .going-list { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .basement { padding-top: 70px; }
  .basement-caption { left: 18px; gap: 7px; }
  .basement-caption span,
  .basement-caption b { font-size: 9px; padding: 7px 9px; }
  .basement-lineup { min-height: clamp(230px, 44vh, 420px); }
  .lineup-item { height: clamp(230px, 44vh, 420px); width: clamp(155px, 31vh, 290px); }
  .lineup-item--gostii { width: clamp(230px, 43vh, 410px); }
}


/* ─── RESTORE ORIGINAL LANDING, KEEP RSVP TV ─── */
.invite-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 8vw;
  padding-bottom: 10vh;
  background: var(--ink);
  overflow: hidden;
  gap: 0;
}
.invite-hero::before { content: none !important; }
.hero-video {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .38;
  z-index: 0;
}
.hero-marker,
.hero-photo-card,
.hero-place { display: none !important; }
.hero-date-chip {
  position: absolute;
  top: 6vh;
  left: 8vw;
  z-index: 4;
  color: rgba(255,255,255,.65);
  font-size: 12px;
}
.hero-cutout {
  position: absolute;
  inset: auto 0 0 auto;
  right: 0;
  bottom: 0;
  width: auto;
  height: 88svh;
  max-height: 800px;
  z-index: 2;
  object-fit: contain;
  object-position: bottom right;
  filter: grayscale(100%) contrast(1.05);
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 5;
  align-self: auto;
  max-width: 62vw;
}
.hero-title {
  font: 800 clamp(50px,9vw,124px)/.88 Unbounded, Arial, sans-serif;
  color: var(--white);
  margin: 0 0 28px;
  letter-spacing: -6px;
  text-shadow: none;
}
.hero-scroll { color: rgba(255,255,255,.38); }
.all-welcome { padding: 8vh 8vw; }
.basement { background: var(--ink); overflow: hidden; padding: 0; }
.basement-lineup { min-height: clamp(280px, 55vh, 600px); }
@keyframes strip-slide { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.basement-lineup-inner {
  display: flex;
  align-items: flex-end;
  width: max-content;
  animation: strip-slide 50s linear infinite;
  will-change: transform;
}
.lineup-set {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  padding-right: 12px;
  flex-shrink: 0;
}
.lineup-item {
  flex-shrink: 0;
  display: block;
  position: relative;
  height: clamp(280px, 55vh, 600px);
  width: clamp(200px, 40vh, 450px);
  outline: 5px solid var(--yellow);
  outline-offset: 0;
  border: 0;
  background: transparent;
}
.lineup-item::after { content: none !important; }
.lineup-set .lineup-item img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: bottom center;
  filter: grayscale(100%) contrast(1.08);
  display: block;
}
@media (max-width: 800px) {
  .invite-hero {
    display: flex;
    justify-content: flex-end;
    padding: 22px;
    padding-bottom: clamp(40px, 8vh, 72px);
    min-height: 100svh;
    background: var(--ink);
  }
  .invite-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(17,17,16,.9) 0%, rgba(17,17,16,.42) 36%, transparent 62%);
    z-index: 1;
    pointer-events: none;
  }
  .hero-date-chip { left: 22px; top: 28px; z-index: 6; color: rgba(255,255,255,.65); }
  .hero-cutout {
    position: absolute;
    right: -6%;
    bottom: 0;
    height: 86svh;
    width: auto;
    max-width: 80vw;
    max-height: none;
    object-position: bottom right;
  }
  .hero-content {
    position: relative;
    z-index: 5;
    max-width: 68%;
    padding-top: 0;
  }
  .hero-title { font-size: clamp(42px, 11vw, 60px); letter-spacing: -3px; max-width: none; }
  .hero-scroll { right: 22px; left: auto; z-index: 6; }
  .basement-lineup { min-height: clamp(180px, 38vh, 340px); }
  .lineup-item {
    height: clamp(180px, 38vh, 340px);
    width: clamp(130px, 27vh, 260px);
  }
}

/* ─── FINAL: TV + marker photo strip on all screens, mobile hero only ─── */
.going h2 {
  position: relative;
  z-index: 4;
  margin-bottom: 34px;
}

.guest-tv {
  margin-top: 40px;
}

.guest-tv-antenna {
  z-index: 0;
  top: -34px;
  left: 76px;
  height: 42px;
  opacity: .72;
}

.guest-tv-screen {
  min-height: clamp(220px, 28vw, 320px);
}

.basement {
  position: relative;
  padding-top: 78px;
}

.basement-caption {
  position: absolute;
  left: 6vw;
  top: 24px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 12px;
  transform: rotate(-2deg);
}

.basement-caption span,
.basement-caption b {
  background: var(--yellow);
  color: var(--ink);
  border: 2px solid var(--ink);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 3px 3px 0 var(--pink);
}

.basement-caption b {
  background: var(--white);
}

.basement-caption i {
  color: var(--pink);
  font-size: 34px;
  font-style: normal;
  text-shadow: 2px 2px 0 var(--white);
}

.basement-lineup-inner {
  animation: strip-slide 64s linear infinite;
}

.basement-lineup-inner:hover {
  animation-play-state: paused;
}

.lineup-set {
  gap: clamp(14px, 2vw, 28px);
  padding-right: clamp(14px, 2vw, 28px);
}

.lineup-item {
  outline: 0;
  isolation: isolate;
}

.lineup-item::after {
  content: attr(data-note) !important;
  position: absolute;
  z-index: 5;
  left: 12px;
  bottom: 12px;
  color: var(--ink);
  background: var(--yellow);
  border: 2px solid var(--ink);
  border-radius: 999px;
  padding: 7px 10px;
  font: 800 clamp(10px, 1.4vw, 15px)/1 Manrope, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .8px;
  transform: rotate(-5deg);
  box-shadow: 3px 3px 0 var(--pink);
}

.lineup-set .lineup-item::before {
  display: block;
  content: '♡';
  position: absolute;
  z-index: 4;
  right: 4px;
  top: 18px;
  font: 800 clamp(28px, 4vw, 58px)/1 Unbounded, Arial, sans-serif;
  color: var(--pink);
  text-shadow: 3px 3px 0 var(--white);
  transform: rotate(12deg);
  pointer-events: none;
}

.lineup-set .lineup-item img {
  filter: grayscale(100%) contrast(1.12);
}

.marker-1::after {
  background: var(--pink);
  color: var(--white);
  box-shadow: 3px 3px 0 var(--yellow);
}

.marker-2::before {
  content: '✦' !important;
  color: var(--yellow) !important;
  text-shadow: 3px 3px 0 var(--pink) !important;
}

.marker-3::after {
  transform: rotate(5deg);
}

.marker-4::before {
  content: '' !important;
  font-size: clamp(20px, 3vw, 42px) !important;
  color: var(--white) !important;
  text-shadow: 3px 3px 0 var(--pink) !important;
}

.marker-5::after {
  background: var(--white);
}

.lineup-item--gostii {
  width: clamp(260px, 45vh, 520px);
}

@media (max-width: 800px) {
  .invite-hero {
    display: grid;
    align-content: center;
    min-height: 100svh;
    padding: max(24px, env(safe-area-inset-top)) 22px max(28px, env(safe-area-inset-bottom));
    background: var(--ink);
  }

  .hero-video {
    opacity: .52;
    object-position: center center;
  }

  .invite-hero::after {
    background:
      radial-gradient(circle at 80% 23%, rgba(212,255,0,.16), transparent 28%),
      linear-gradient(to top, rgba(17,17,16,.86) 0%, rgba(17,17,16,.48) 44%, rgba(17,17,16,.18) 72%, rgba(17,17,16,.5) 100%);
  }

  .hero-date-chip {
    left: 22px;
    top: max(24px, env(safe-area-inset-top));
    font-size: 10px;
    letter-spacing: 3px;
    color: rgba(255,255,255,.78);
  }

  .hero-cutout {
    right: -20%;
    bottom: -3vh;
    height: 74svh;
    max-width: 102vw;
    opacity: .92;
  }

  .hero-content {
    width: min(76vw, 330px);
    max-width: 76vw;
    transform: translateY(4vh);
  }

  .hero-eyebrow {
    font-size: 10px;
    padding: 6px 11px;
    margin-bottom: 12px;
    box-shadow: 4px 4px 0 rgba(0,0,0,.45);
  }

  .hero-title {
    font-size: clamp(43px, 12.8vw, 62px);
    line-height: .88;
    letter-spacing: -3px;
    margin-bottom: 0;
    text-shadow: 5px 5px 0 rgba(0,0,0,.28);
  }

  .hero-scroll {
    left: 22px;
    right: auto;
    bottom: max(22px, env(safe-area-inset-bottom));
    color: rgba(255,255,255,.72);
  }

  .guest-tv {
    margin-top: 34px;
  }

  .going h2 {
    margin-bottom: 42px;
  }

  .basement {
    padding-top: 70px;
  }

  .basement-caption {
    left: 18px;
    gap: 7px;
  }

  .basement-caption span,
  .basement-caption b {
    font-size: 9px;
    padding: 7px 9px;
  }

  .lineup-item--gostii {
    width: clamp(230px, 43vh, 410px);
  }
}

/* ─── FINAL REQUEST POLISH: cleaner strip, antenna, mobile title fit ─── */
.basement-caption {
  display: none !important;
}

.lineup-item {
  outline: 0 !important;
  overflow: visible;
}

.lineup-set .lineup-item img {
  filter:
    grayscale(100%)
    contrast(1.12)
    drop-shadow(4px 0 0 var(--pink))
    drop-shadow(-4px 0 0 var(--yellow))
    drop-shadow(0 4px 0 var(--pink));
}

.lineup-item::after {
  display: none;
}

.lineup-item.has-note::after {
  display: block;
}

.lineup-doodle {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
}

.lineup-doodle::before,
.lineup-doodle::after {
  position: absolute;
  font-family: Unbounded, Arial, sans-serif;
  font-weight: 800;
  line-height: 1;
  color: var(--yellow);
  text-shadow: 3px 3px 0 var(--pink), -2px -2px 0 var(--white);
}

.marker-0 .lineup-doodle::before { content: '♡'; right: 8%; top: 11%; font-size: clamp(30px,4vw,62px); transform: rotate(15deg); }
.marker-1 .lineup-doodle::before { content: ' horns'; left: 18%; top: 2%; font-size: 0; }
.marker-1 .lineup-doodle::after { content: ''; left: 17%; top: 1%; font-size: clamp(35px,5vw,70px); transform: rotate(-18deg); }
.marker-2 .lineup-doodle::before { content: 'ʚ'; left: 2%; top: 24%; font-size: clamp(42px,6vw,86px); transform: rotate(-12deg); color: var(--pink); }
.marker-2 .lineup-doodle::after { content: 'ɞ'; right: 2%; top: 24%; font-size: clamp(42px,6vw,86px); transform: rotate(12deg); color: var(--pink); }
.marker-3 .lineup-doodle::before { content: '✦'; right: 12%; top: 7%; font-size: clamp(32px,4vw,64px); }
.marker-4 .lineup-doodle::before { content: ''; left: 10%; top: 10%; font-size: clamp(22px,3vw,48px); color: var(--white); }
.marker-5 .lineup-doodle::before { content: ''; right: 8%; top: 8%; font-size: clamp(28px,4vw,58px); color: var(--pink); }
.marker-6 .lineup-doodle::before { content: '✧'; left: 8%; bottom: 18%; font-size: clamp(34px,5vw,74px); }
.marker-7 .lineup-doodle::before { content: ''; right: 4%; top: 16%; font-size: clamp(22px,3.2vw,50px); color: var(--white); }

.guest-tv {
  margin-top: 78px;
}

.guest-tv-antenna {
  top: -62px;
  left: 120px;
  width: 138px;
  height: 66px;
  border: 0;
  opacity: 1;
  transform: none;
}

.guest-tv-antenna::before,
.guest-tv-antenna::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 4px;
  height: 74px;
  background: #4c4a47;
  border-radius: 99px;
  transform-origin: bottom center;
}

.guest-tv-antenna::before {
  left: 54px;
  transform: rotate(-31deg);
}

.guest-tv-antenna::after {
  left: 72px;
  transform: rotate(31deg);
}

.going h2 {
  margin-bottom: 18px;
}

@media (max-width: 800px) {
  .hero-content {
    width: min(72vw, 310px);
    max-width: 72vw;
    transform: translateY(-1vh);
  }

  .hero-title {
    font-size: clamp(32px, 9.2vw, 43px);
    line-height: .9;
    letter-spacing: -2px;
  }

  .hero-cutout {
    right: -31%;
    bottom: -5vh;
    height: 72svh;
    max-width: 112vw;
  }

  .hero-eyebrow {
    font-size: 9px;
    letter-spacing: 2px;
  }

  .guest-tv {
    margin-top: 66px;
  }

  .guest-tv-antenna {
    left: 58px;
    top: -56px;
    width: 112px;
  }
}

/* ─── FINAL DETAILS: channel buttons, pink transition, film perforation ─── */
.combined-place {
  box-shadow:
    inset 34px 0 80px rgba(255,72,150,.24),
    inset 0 -42px 110px rgba(255,72,150,.28);
}

.combined-place::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 4% 18%, rgba(255,72,150,.42), transparent 28%),
    radial-gradient(circle at 92% 84%, rgba(255,72,150,.34), transparent 30%);
  pointer-events: none;
  mix-blend-mode: screen;
}

.map-blob {
  box-shadow:
    10px 10px 0 var(--pink),
    0 0 80px rgba(255,72,150,.45);
}

.tv-arrow {
  position: absolute;
  top: 50%;
  z-index: 7;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 3px solid var(--ink);
  background: var(--yellow);
  color: var(--ink);
  display: grid;
  place-items: center;
  font: 800 34px/1 Unbounded, Arial, sans-serif;
  cursor: pointer;
  box-shadow: 4px 4px 0 var(--ink);
  transform: translateY(-50%);
}

.tv-arrow--prev {
  left: -26px;
}

.tv-arrow--next {
  right: -26px;
}

.tv-channel {
  position: absolute;
  left: 26px;
  bottom: 12px;
  z-index: 6;
  background: var(--yellow);
  color: var(--ink);
  border: 2px solid var(--ink);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  transform: rotate(-2deg);
}

.basement {
  padding-top: 96px;
  padding-bottom: 96px;
}

.basement::before,
.basement::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 54px;
  z-index: 4;
  pointer-events: none;
  background:
    radial-gradient(circle, var(--white) 0 7px, transparent 8px) 20px 50% / 46px 24px repeat-x,
    var(--ink);
}

.basement::before {
  top: 0;
  border-bottom: 2px solid rgba(255,255,255,.08);
}

.basement::after {
  bottom: 0;
  border-top: 2px solid rgba(255,255,255,.08);
}

.basement-lineup {
  min-height: clamp(300px, 50vh, 560px);
}

.lineup-item {
  height: clamp(250px, 44vh, 510px);
  width: clamp(170px, 27vh, 330px);
  display: grid;
  align-items: end;
  justify-items: center;
}

.lineup-item--gostii {
  width: clamp(260px, 40vh, 500px);
}

.lineup-set .lineup-item img {
  max-width: 100%;
  max-height: 92%;
  object-fit: contain;
  object-position: bottom center;
}

.lineup-item.has-note::after {
  bottom: 4px;
}

.marker-1 .lineup-doodle::before,
.marker-1 .lineup-doodle::after {
  content: '';
  position: absolute;
  top: 5%;
  width: 34px;
  height: 48px;
  border-top: 7px solid var(--pink);
  border-left: 7px solid var(--pink);
  border-radius: 80% 0 0 0;
  filter: drop-shadow(3px 3px 0 var(--yellow));
}

.marker-1 .lineup-doodle::before {
  left: 30%;
  transform: rotate(-34deg);
}

.marker-1 .lineup-doodle::after {
  left: 48%;
  transform: scaleX(-1) rotate(-34deg);
}

.marker-3 .lineup-doodle::after {
  content: '';
  right: 18%;
  top: 24%;
  font-size: clamp(28px,4vw,58px);
  color: var(--pink);
  letter-spacing: -8px;
}

.marker-5 .lineup-doodle::after {
  content: '';
  left: 22%;
  top: 34%;
  font-size: clamp(26px,3.4vw,48px);
  text-shadow: 2px 2px 0 var(--yellow);
}

@media (max-width: 800px) {
  .tv-arrow {
    width: 42px;
    height: 42px;
    font-size: 28px;
  }

  .tv-arrow--prev {
    left: -18px;
  }

  .tv-arrow--next {
    right: -18px;
  }

  .tv-channel {
    left: 18px;
    bottom: 8px;
    font-size: 9px;
  }

  .basement {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .basement::before,
  .basement::after {
    height: 42px;
    background:
      radial-gradient(circle, var(--white) 0 5px, transparent 6px) 16px 50% / 34px 18px repeat-x,
      var(--ink);
  }

  .basement-lineup {
    min-height: clamp(230px, 38vh, 360px);
  }

  .lineup-item {
    height: clamp(205px, 34vh, 320px);
    width: clamp(142px, 22vh, 230px);
  }

  .lineup-item--gostii {
    width: clamp(220px, 34vh, 340px);
  }
}

/* ─── QUIETER FINAL POLISH: soft place card, calmer film strip ─── */
.combined-place {
  box-shadow: none !important;
}

.combined-place::before {
  content: none !important;
}

.map-blob {
  box-shadow:
    10px 10px 0 var(--pink),
    0 16px 42px rgba(255,72,150,.36) !important;
}

.basement {
  padding-top: 76px !important;
  padding-bottom: 76px !important;
}

.basement::before,
.basement::after {
  height: 38px !important;
  background: var(--ink) !important;
  border: 0 !important;
}

.lineup-item.has-note::after {
  display: none !important;
}

.lineup-doodle::before,
.lineup-doodle::after {
  content: none !important;
  position: absolute;
  z-index: 3;
  color: transparent;
  text-shadow: none !important;
  filter: drop-shadow(2px 2px 0 rgba(214,255,0,.8));
}

.lineup-set .lineup-item:nth-child(3) .lineup-doodle::before,
.lineup-set .lineup-item:nth-child(3) .lineup-doodle::after {
  content: '' !important;
  top: 5%;
  width: clamp(20px, 2.4vw, 34px);
  height: clamp(34px, 4vw, 58px);
  border-top: 5px solid var(--pink);
  border-left: 5px solid var(--pink);
  border-radius: 80% 0 0 0;
}

.lineup-set .lineup-item:nth-child(3) .lineup-doodle::before {
  left: 32%;
  transform: rotate(-34deg);
}

.lineup-set .lineup-item:nth-child(3) .lineup-doodle::after {
  left: 49%;
  transform: scaleX(-1) rotate(-34deg);
}

.lineup-set .lineup-item:nth-child(8) .lineup-doodle::before,
.lineup-set .lineup-item:nth-child(8) .lineup-doodle::after {
  content: '' !important;
  top: 26%;
  width: clamp(26px, 3vw, 48px);
  height: clamp(26px, 3vw, 48px);
  border: 5px solid var(--yellow);
  border-radius: 50%;
  background: transparent;
}

.lineup-set .lineup-item:nth-child(8) .lineup-doodle::before {
  left: 23%;
}

.lineup-set .lineup-item:nth-child(8) .lineup-doodle::after {
  left: calc(23% + clamp(30px, 3.4vw, 54px));
}

.lineup-set .lineup-item:nth-child(12) .lineup-doodle::before,
.lineup-set .lineup-item:nth-child(12) .lineup-doodle::after {
  content: '' !important;
  top: 24%;
  width: clamp(34px, 4.6vw, 72px);
  height: clamp(48px, 6vw, 96px);
  border: 5px solid var(--pink);
  border-radius: 80% 20% 80% 20%;
  background: transparent;
}

.lineup-set .lineup-item:nth-child(12) .lineup-doodle::before {
  left: -1%;
  transform: rotate(-18deg);
  border-right: 0;
}

.lineup-set .lineup-item:nth-child(12) .lineup-doodle::after {
  right: -1%;
  transform: rotate(18deg) scaleX(-1);
  border-right: 0;
}

.lineup-set .lineup-item:nth-child(17) .lineup-doodle::before {
  content: '' !important;
  left: 28%;
  top: 34%;
  width: clamp(54px, 6vw, 96px);
  height: clamp(24px, 2.8vw, 44px);
  border: 5px solid var(--pink);
  border-radius: 55% 55% 48% 48%;
  background:
    linear-gradient(var(--ink), var(--ink)) 50% 50% / 72% 4px no-repeat,
    rgba(255,72,150,.08);
  transform: rotate(-6deg);
}

@media (max-width: 800px) {
  .basement {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .basement::before,
  .basement::after {
    height: 28px !important;
  }
}

/* ─── PHOTO ALBUM RELEASE STRIP ─── */
.basement {
  background:
    radial-gradient(circle at 8% 10%, rgba(255,72,150,.16), transparent 24%),
    radial-gradient(circle at 92% 82%, rgba(214,255,0,.12), transparent 26%),
    #111 !important;
}

.basement-lineup {
  min-height: clamp(330px, 46vh, 560px) !important;
}

.basement-lineup-inner {
  gap: clamp(22px, 3vw, 42px) !important;
}

.lineup-set {
  gap: clamp(22px, 3vw, 42px) !important;
  align-items: center !important;
}

.lineup-item,
.lineup-item--gostii {
  width: clamp(185px, 22vw, 285px) !important;
  height: clamp(270px, 35vw, 430px) !important;
  padding: clamp(10px, 1.2vw, 16px) !important;
  display: grid !important;
  place-items: center !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(255,255,255,.86));
  border: 3px solid var(--white);
  border-radius: 12px;
  box-shadow:
    0 0 0 4px var(--pink),
    8px 8px 0 var(--yellow),
    0 18px 32px rgba(0,0,0,.32);
  transform: rotate(var(--album-tilt, -2deg));
}

.lineup-set .lineup-item:nth-child(2n) { --album-tilt: 2.2deg; }
.lineup-set .lineup-item:nth-child(3n) { --album-tilt: -1deg; }
.lineup-set .lineup-item:nth-child(5n) { --album-tilt: 3deg; }

.lineup-set .lineup-item img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  filter:
    saturate(1.65)
    contrast(1.08)
    sepia(.18)
    hue-rotate(-8deg)
    drop-shadow(3px 0 0 rgba(255,72,150,.95))
    drop-shadow(-3px 0 0 rgba(46,255,235,.65))
    drop-shadow(0 7px 0 rgba(0,0,0,.20)) !important;
}

.lineup-item::before {
  content: '' !important;
  position: absolute;
  inset: 10px;
  z-index: 4;
  pointer-events: none;
  border-radius: 8px;
  mix-blend-mode: multiply;
  opacity: .24;
  background:
    repeating-linear-gradient(0deg, rgba(0,0,0,.22) 0 1px, transparent 1px 5px),
    linear-gradient(90deg, rgba(255,0,110,.18), transparent 18%, rgba(0,255,240,.15) 82%, transparent);
}

.lineup-doodle::before,
.lineup-doodle::after {
  content: none !important;
  position: absolute;
  z-index: 7;
  pointer-events: none;
  font-family: Unbounded, Arial, sans-serif;
  font-weight: 900;
  line-height: 1;
  color: var(--pink) !important;
  text-shadow: 2px 2px 0 var(--yellow) !important;
  filter: none !important;
}

.album-doodle-1 .lineup-doodle::before { content: 'VIP' !important; left: 7%; top: 8%; font-size: clamp(18px,2vw,30px); transform: rotate(-14deg); }
.album-doodle-2 .lineup-doodle::before,
.album-doodle-2 .lineup-doodle::after { content: '' !important; top: 9%; width: 24px; height: 42px; border-top: 5px solid var(--pink); border-left: 5px solid var(--pink); border-radius: 90% 0 0 0; }
.album-doodle-2 .lineup-doodle::before { left: 30%; transform: rotate(-32deg); }
.album-doodle-2 .lineup-doodle::after { left: 50%; transform: scaleX(-1) rotate(-32deg); }
.album-doodle-3 .lineup-doodle::before { content: 'WOW' !important; right: 7%; bottom: 9%; font-size: clamp(17px,1.9vw,28px); color: var(--yellow) !important; text-shadow: 2px 2px 0 var(--pink) !important; transform: rotate(10deg); }
.album-doodle-4 .lineup-doodle::before,
.album-doodle-4 .lineup-doodle::after { content: '' !important; top: 27%; width: 34px; height: 34px; border: 5px solid var(--yellow); border-radius: 50%; }
.album-doodle-4 .lineup-doodle::before { left: 25%; }
.album-doodle-4 .lineup-doodle::after { left: calc(25% + 38px); }
.album-doodle-5 .lineup-doodle::before { content: 'тут я' !important; left: 8%; bottom: 12%; font-size: clamp(14px,1.6vw,24px); transform: rotate(-9deg); }
.album-doodle-6 .lineup-doodle::before,
.album-doodle-6 .lineup-doodle::after { content: '' !important; top: 24%; width: 42px; height: 62px; border: 5px solid var(--pink); border-radius: 80% 20% 80% 20%; }
.album-doodle-6 .lineup-doodle::before { left: -2%; transform: rotate(-18deg); border-right: 0; }
.album-doodle-6 .lineup-doodle::after { right: -2%; transform: rotate(18deg) scaleX(-1); border-right: 0; }
.album-doodle-7 .lineup-doodle::before { content: 'BEST' !important; right: 8%; top: 10%; font-size: clamp(16px,1.8vw,27px); transform: rotate(13deg); }
.album-doodle-8 .lineup-doodle::before { content: '' !important; left: 28%; top: 37%; width: 82px; height: 34px; border: 5px solid var(--pink); border-radius: 60% 60% 45% 45%; background: linear-gradient(var(--ink), var(--ink)) 50% 50% / 70% 4px no-repeat; transform: rotate(-7deg); }
.album-doodle-9 .lineup-doodle::before { content: 'xoxo' !important; left: 9%; top: 10%; font-size: clamp(17px,1.9vw,28px); color: var(--yellow) !important; text-shadow: 2px 2px 0 var(--pink) !important; transform: rotate(-12deg); }
.album-doodle-10 .lineup-doodle::before { content: 'легенды' !important; right: 7%; bottom: 9%; font-size: clamp(13px,1.5vw,22px); transform: rotate(-8deg); }
.album-doodle-11 .lineup-doodle::before { content: '2007?' !important; left: 8%; bottom: 11%; font-size: clamp(15px,1.6vw,24px); color: var(--yellow) !important; text-shadow: 2px 2px 0 var(--pink) !important; transform: rotate(9deg); }
.album-doodle-12 .lineup-doodle::before { content: '' !important; right: 11%; top: 9%; width: 44px; height: 44px; border: 5px solid var(--pink); transform: rotate(15deg); clip-path: polygon(50% 0, 62% 34%, 98% 35%, 68% 56%, 80% 94%, 50% 70%, 20% 94%, 32% 56%, 2% 35%, 38% 34%); background: transparent; }
.album-doodle-13 .lineup-doodle::before { content: 'party' !important; right: 9%; top: 11%; font-size: clamp(16px,1.8vw,26px); transform: rotate(-11deg); }
.album-doodle-14 .lineup-doodle::before { content: '' !important; left: 10%; top: 12%; width: 54px; height: 34px; border: 5px solid var(--yellow); border-radius: 999px; transform: rotate(-18deg); }
.album-doodle-15 .lineup-doodle::before { content: 'ура' !important; left: 9%; bottom: 12%; font-size: clamp(19px,2vw,32px); color: var(--yellow) !important; text-shadow: 2px 2px 0 var(--pink) !important; transform: rotate(12deg); }
.album-doodle-16 .lineup-doodle::before { content: '' !important; right: 13%; top: 12%; width: 48px; height: 38px; border: 5px solid var(--pink); border-bottom: 0; border-radius: 60% 60% 0 0; transform: rotate(9deg); }
.album-doodle-17 .lineup-doodle::before { content: 'икона' !important; right: 7%; bottom: 11%; font-size: clamp(15px,1.7vw,25px); transform: rotate(-7deg); }
.album-doodle-18 .lineup-doodle::before { content: '' !important; left: 13%; top: 12%; width: 58px; height: 42px; border: 5px solid var(--yellow); border-radius: 52% 48% 55% 45%; transform: rotate(-12deg); }

@media (max-width: 800px) {
  .basement-lineup {
    min-height: clamp(270px, 42vh, 390px) !important;
  }

  .lineup-item,
  .lineup-item--gostii {
    width: clamp(155px, 39vw, 210px) !important;
    height: clamp(225px, 55vw, 315px) !important;
  }

  .basement-lineup-inner,
  .lineup-set {
    gap: 22px !important;
  }
}

/* ─── FINAL STICKER STRIP: clean PNG stickers, no album frames/doodles ─── */
.lineup-item,
.lineup-item--gostii {
  width: clamp(180px, 21vw, 280px) !important;
  height: clamp(250px, 32vw, 400px) !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: rotate(var(--sticker-tilt, -1.5deg)) !important;
}

.lineup-set .lineup-item:nth-child(2n) { --sticker-tilt: 1.2deg; }
.lineup-set .lineup-item:nth-child(3n) { --sticker-tilt: -.7deg; }
.lineup-set .lineup-item:nth-child(5n) { --sticker-tilt: 1.8deg; }

.lineup-item::before,
.lineup-item::after,
.lineup-doodle,
.lineup-doodle::before,
.lineup-doodle::after {
  content: none !important;
  display: none !important;
}

.lineup-set .lineup-item img {
  object-fit: contain !important;
  object-position: center center !important;
  filter:
    saturate(1.18)
    contrast(1.04)
    drop-shadow(2px 0 0 rgba(255,255,255,.92))
    drop-shadow(-2px 0 0 rgba(255,255,255,.92))
    drop-shadow(0 2px 0 rgba(255,255,255,.92))
    drop-shadow(0 -2px 0 rgba(255,255,255,.92))
    drop-shadow(8px 12px 18px rgba(0,0,0,.35)) !important;
}

@media (max-width: 800px) {
  .lineup-item,
  .lineup-item--gostii {
    width: clamp(150px, 38vw, 210px) !important;
    height: clamp(210px, 52vw, 300px) !important;
  }
}

/* ─── FINAL FINAL: tighter VHS sticker strip with cute markers ─── */
.basement-lineup-inner,
.lineup-set {
  gap: clamp(8px, 1.15vw, 18px) !important;
}

.lineup-item,
.lineup-item--gostii {
  width: clamp(170px, 19vw, 260px) !important;
  height: clamp(240px, 30vw, 390px) !important;
}

.lineup-doodle {
  display: block !important;
  position: absolute;
  inset: 0;
  z-index: 8;
  pointer-events: none;
}

.lineup-doodle::before,
.lineup-doodle::after {
  display: block !important;
  position: absolute;
  z-index: 8;
  font-family: Unbounded, Arial, sans-serif;
  font-weight: 900;
  line-height: 1;
  color: var(--pink) !important;
  text-shadow: 2px 2px 0 var(--yellow), -1px -1px 0 rgba(255,255,255,.85) !important;
  filter: none !important;
}

.lineup-item::before {
  content: '' !important;
  display: block !important;
  position: absolute;
  inset: 0;
  z-index: 7;
  pointer-events: none;
  opacity: .22;
  mix-blend-mode: screen;
  background:
    repeating-linear-gradient(0deg, rgba(255,255,255,.24) 0 1px, transparent 1px 5px),
    linear-gradient(90deg, rgba(255,72,150,.38), transparent 22%, rgba(0,255,178,.34) 76%, transparent);
}

.lineup-set .lineup-item img {
  filter:
    saturate(1.45)
    contrast(1.12)
    sepia(.12)
    hue-rotate(-8deg)
    drop-shadow(2px 0 0 rgba(255,72,150,.85))
    drop-shadow(-2px 0 0 rgba(0,255,178,.72))
    drop-shadow(0 2px 0 rgba(255,255,255,.92))
    drop-shadow(6px 10px 16px rgba(0,0,0,.34)) !important;
}

.album-doodle-1 .lineup-doodle::before { content: '<3' !important; right: 5%; top: 11%; font-size: clamp(18px,2.2vw,32px); color: var(--pink) !important; transform: rotate(12deg); }
.album-doodle-2 .lineup-doodle::before { content: 'XD' !important; left: 4%; bottom: 12%; font-size: clamp(18px,2.1vw,30px); color: var(--yellow) !important; transform: rotate(-10deg); }
.album-doodle-3 .lineup-doodle::before { content: ':3' !important; right: 8%; bottom: 13%; font-size: clamp(18px,2vw,29px); color: var(--pink) !important; transform: rotate(9deg); }
.album-doodle-4 .lineup-doodle::before { content: '✦' !important; left: 5%; top: 16%; font-size: clamp(24px,3vw,44px); color: var(--yellow) !important; transform: rotate(-8deg); }
.album-doodle-5 .lineup-doodle::before { content: '!!!' !important; right: 2%; top: 18%; font-size: clamp(17px,1.9vw,28px); color: var(--pink) !important; transform: rotate(10deg); }
.album-doodle-6 .lineup-doodle::before { content: '♡' !important; left: 6%; bottom: 18%; font-size: clamp(24px,3vw,44px); color: var(--pink) !important; transform: rotate(-14deg); }
.album-doodle-7 .lineup-doodle::before { content: ':@' !important; right: 4%; bottom: 15%; font-size: clamp(17px,1.9vw,28px); color: var(--yellow) !important; transform: rotate(8deg); }
.album-doodle-8 .lineup-doodle::before { content: '★' !important; left: 8%; top: 11%; font-size: clamp(22px,2.8vw,42px); color: var(--yellow) !important; transform: rotate(13deg); }
.album-doodle-9 .lineup-doodle::before { content: 'XD' !important; right: 7%; top: 13%; font-size: clamp(18px,2vw,30px); color: var(--pink) !important; transform: rotate(-9deg); }
.album-doodle-10 .lineup-doodle::before { content: '<3' !important; left: 5%; bottom: 14%; font-size: clamp(18px,2vw,30px); color: var(--yellow) !important; transform: rotate(10deg); }
.album-doodle-11 .lineup-doodle::before { content: '✧' !important; right: 7%; bottom: 18%; font-size: clamp(24px,3vw,44px); color: var(--pink) !important; transform: rotate(-12deg); }
.album-doodle-12 .lineup-doodle::before { content: ':3' !important; left: 4%; top: 17%; font-size: clamp(18px,2vw,29px); color: var(--yellow) !important; transform: rotate(8deg); }
.album-doodle-13 .lineup-doodle::before { content: '!!!' !important; left: 5%; bottom: 16%; font-size: clamp(17px,1.9vw,28px); color: var(--pink) !important; transform: rotate(-8deg); }
.album-doodle-14 .lineup-doodle::before { content: '♡' !important; right: 8%; top: 12%; font-size: clamp(24px,3vw,44px); color: var(--yellow) !important; transform: rotate(11deg); }
.album-doodle-15 .lineup-doodle::before { content: ':@' !important; left: 4%; top: 16%; font-size: clamp(17px,1.9vw,28px); color: var(--pink) !important; transform: rotate(-10deg); }
.album-doodle-16 .lineup-doodle::before { content: '★' !important; right: 6%; bottom: 17%; font-size: clamp(22px,2.8vw,42px); color: var(--yellow) !important; transform: rotate(9deg); }
.album-doodle-17 .lineup-doodle::before { content: '<3' !important; right: 5%; top: 15%; font-size: clamp(18px,2vw,30px); color: var(--pink) !important; transform: rotate(-9deg); }
.album-doodle-18 .lineup-doodle::before { content: 'XD' !important; left: 6%; bottom: 16%; font-size: clamp(18px,2vw,30px); color: var(--yellow) !important; transform: rotate(10deg); }

@media (max-width: 800px) {
  .basement-lineup-inner,
  .lineup-set {
    gap: 8px !important;
  }

  .lineup-item,
  .lineup-item--gostii {
    width: clamp(145px, 35vw, 195px) !important;
    height: clamp(205px, 49vw, 285px) !important;
  }
}

/* ─── CLEAN CONTOUR VHS: effect only on transparent PNG pixels ─── */
.basement-lineup-inner,
.lineup-set {
  gap: clamp(6px, .9vw, 14px) !important;
}

.lineup-item,
.lineup-item--gostii {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  overflow: visible !important;
}

.lineup-item::before,
.lineup-item::after,
.lineup-doodle,
.lineup-doodle::before,
.lineup-doodle::after {
  content: none !important;
  display: none !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

.lineup-set .lineup-item img {
  object-fit: contain !important;
  object-position: center center !important;
  filter:
    saturate(1.42)
    contrast(1.1)
    sepia(.1)
    hue-rotate(-7deg)
    drop-shadow(2px 0 0 rgba(255,72,150,.70))
    drop-shadow(-2px 0 0 rgba(0,255,178,.62))
    drop-shadow(0 8px 14px rgba(0,0,0,.30)) !important;
}

@media (max-width: 800px) {
  .basement-lineup-inner,
  .lineup-set {
    gap: 6px !important;
  }
}

/* ─── SPEED PATCH: instant hero poster, video loads as enhancement ─── */
.invite-hero {
  background:
    linear-gradient(rgba(0,0,0,.30), rgba(0,0,0,.30)),
    url('/invite-assets/hero-poster.webp') center / cover no-repeat,
    #101010 !important;
}

.hero-video {
  background: transparent !important;
  opacity: .92;
}

.hero-video[data-blocked="true"] {
  opacity: 0 !important;
}

@media (max-width: 800px) {
  .basement-lineup {
    min-height: clamp(360px, 58vh, 560px) !important;
  }

  .lineup-item,
  .lineup-item--gostii {
    width: clamp(220px, 58vw, 340px) !important;
    height: clamp(310px, 78vw, 470px) !important;
  }

  .basement-lineup-inner,
  .lineup-set {
    gap: 4px !important;
  }
}


/* ─── PROFILE LOOP + HERO CUTOUT GLOW ─── */
@keyframes strip-slide {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.basement-lineup-inner {
  animation: strip-slide 56s linear infinite !important;
}

.hero-cutout {
  filter:
    drop-shadow(3px 0 0 rgba(255,72,150,.95))
    drop-shadow(-3px 0 0 rgba(255,72,150,.78))
    drop-shadow(0 3px 0 rgba(255,72,150,.88))
    drop-shadow(0 -3px 0 rgba(255,72,150,.70))
    drop-shadow(0 18px 34px rgba(255,72,150,.34)) !important;
}

@media (max-width: 800px) {
  .hero-cutout {
    filter:
      drop-shadow(2px 0 0 rgba(255,72,150,.95))
      drop-shadow(-2px 0 0 rgba(255,72,150,.80))
      drop-shadow(0 2px 0 rgba(255,72,150,.90))
      drop-shadow(0 12px 24px rgba(255,72,150,.32)) !important;
  }
}


/* ─── FINAL PERF/POLISH: grayscale hero, pausable smooth photo strip ─── */
.hero-cutout {
  filter:
    grayscale(1)
    contrast(1.08)
    brightness(.98)
    drop-shadow(3px 0 0 rgba(255,72,150,.92))
    drop-shadow(-3px 0 0 rgba(255,72,150,.70))
    drop-shadow(0 14px 30px rgba(255,72,150,.30)) !important;
}

.basement {
  content-visibility: auto;
  contain-intrinsic-size: 620px;
}

.basement-lineup {
  cursor: pointer;
  contain: layout paint;
}

.basement-lineup-inner {
  animation: strip-slide 64s linear infinite !important;
  transform: translate3d(0,0,0);
  will-change: transform;
}

.basement-lineup:hover .basement-lineup-inner,
.basement-lineup:focus-within .basement-lineup-inner,
.basement-lineup.is-paused .basement-lineup-inner,
.basement-lineup.is-offscreen .basement-lineup-inner {
  animation-play-state: paused !important;
}

.lineup-item,
.lineup-item--gostii {
  contain: layout paint style;
}

.lineup-set .lineup-item img {
  filter:
    saturate(1.22)
    contrast(1.06)
    sepia(.08)
    hue-rotate(-5deg)
    drop-shadow(0 8px 14px rgba(0,0,0,.26)) !important;
  transform: translate3d(0,0,0);
  backface-visibility: hidden;
}

@media (max-width: 800px) {
  .hero-cutout {
    filter:
      grayscale(1)
      contrast(1.08)
      brightness(.98)
      drop-shadow(2px 0 0 rgba(255,72,150,.92))
      drop-shadow(-2px 0 0 rgba(255,72,150,.72))
      drop-shadow(0 10px 22px rgba(255,72,150,.28)) !important;
  }

  .basement-lineup-inner {
    animation-duration: 72s !important;
  }
}


/* ─── VHS MARKER STICKERS: effect follows transparent PNG contour ─── */
.lineup-set .lineup-item img {
  filter:
    saturate(1.36)
    contrast(1.13)
    brightness(.98)
    sepia(.12)
    hue-rotate(-7deg)
    drop-shadow(2px 0 0 rgba(255,72,150,.82))
    drop-shadow(-2px 0 0 rgba(0,255,178,.76))
    drop-shadow(0 1px 0 rgba(255,72,150,.45))
    drop-shadow(0 7px 13px rgba(0,0,0,.28)) !important;
}

.lineup-set .lineup-item:nth-child(3n) img {
  filter:
    saturate(1.30)
    contrast(1.16)
    brightness(.97)
    sepia(.16)
    hue-rotate(-10deg)
    drop-shadow(3px 0 0 rgba(255,72,150,.76))
    drop-shadow(-1px 0 0 rgba(0,255,178,.78))
    drop-shadow(0 7px 13px rgba(0,0,0,.28)) !important;
}

.lineup-set .lineup-item:nth-child(4n) img {
  filter:
    saturate(1.38)
    contrast(1.11)
    brightness(.99)
    sepia(.10)
    hue-rotate(-4deg)
    drop-shadow(1px 0 0 rgba(255,72,150,.78))
    drop-shadow(-3px 0 0 rgba(0,255,178,.74))
    drop-shadow(0 7px 13px rgba(0,0,0,.28)) !important;
}


/* ─── FINAL SEAMLESS PHOTO STRIP: no sticky mobile hover, shorter mobile stage ─── */
@keyframes strip-slide {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

.basement-lineup-inner {
  gap: 0 !important;
  animation: strip-slide 66s linear infinite !important;
  animation-play-state: running !important;
  will-change: transform;
}

.lineup-set {
  flex: 0 0 auto !important;
  gap: clamp(6px, .9vw, 14px) !important;
  padding-right: clamp(6px, .9vw, 14px) !important;
}

@media (hover: hover) and (pointer: fine) {
  .basement-lineup:hover .basement-lineup-inner {
    animation-play-state: paused !important;
  }
}

.basement-lineup:focus-within .basement-lineup-inner,
.basement-lineup.is-paused .basement-lineup-inner,
.basement-lineup.is-offscreen .basement-lineup-inner {
  animation-play-state: paused !important;
}

@media (hover: none), (pointer: coarse) {
  .basement-lineup:hover .basement-lineup-inner {
    animation-play-state: running !important;
  }

  .basement-lineup.is-paused .basement-lineup-inner,
  .basement-lineup.is-offscreen .basement-lineup-inner {
    animation-play-state: paused !important;
  }
}

@media (max-width: 800px) {
  .basement {
    contain-intrinsic-size: 430px;
  }

  .basement-lineup {
    min-height: clamp(285px, 44vh, 430px) !important;
  }

  .basement-lineup-inner {
    animation-duration: 74s !important;
  }

  .lineup-item,
  .lineup-item--gostii {
    width: clamp(205px, 54vw, 320px) !important;
    height: clamp(280px, 70vw, 410px) !important;
    margin-bottom: 10px !important;
  }

  .lineup-set {
    gap: 4px !important;
    padding-right: 4px !important;
  }
}
