.brand img {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  box-shadow: 0 0 0 1px #ffce38aa;
}

.hero-art img {
  width: min(76%, 420px);
  max-height: 420px;
  border-radius: 30px;
  box-shadow: 18px 22px 0 #060711aa, 0 0 80px #ffd23155;
  transform: rotate(-5deg);
}

.contract-section {
  display: grid;
  grid-template-columns: 1fr minmax(330px, 0.9fr);
  align-items: center;
  gap: 45px;
  padding: 80px clamp(20px, 7vw, 118px);
  background: #141023;
  border-top: 1px solid #ffffff25;
  border-bottom: 1px solid #ffffff25;
}

.contract-section h2 {
  margin: 16px 0 20px;
  font: italic 900 clamp(55px, 7vw, 95px)/0.88 'Barlow Condensed', sans-serif;
  letter-spacing: -2px;
}

.contract-section h2 em { color: var(--yellow); }
.contract-section p { max-width: 640px; color: #b7bbce; line-height: 1.65; }
.contract-box { display: flex; align-items: stretch; border: 1px solid #ffce3899; background: #080918; }
.contract-box code { flex: 1; min-width: 0; padding: 20px; overflow-wrap: anywhere; color: var(--yellow); font-size: 14px; line-height: 1.5; }
.contract-box button { flex: none; border: 0; padding: 15px 20px; background: var(--yellow); color: var(--ink); font: 900 17px 'Barlow Condensed', sans-serif; cursor: pointer; }
.contract-box button:hover { background: #fff3a4; }
.footer-bottom { flex-wrap: wrap; align-items: center; }
.hero h1, .section h2, .play-strip h2 { line-height: .9; }
.statement strong, .meme-block p { line-height: .98; }

.dance-break {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(20px, 5vw, 90px);
  align-items: center;
  padding: 105px clamp(20px, 7vw, 118px);
  background: #0d1730;
  overflow: hidden;
}
.dance-copy h2 { margin: 23px 0; font: italic 900 clamp(72px, 7vw, 115px)/0.9 'Barlow Condensed', sans-serif; letter-spacing: -3px; }
.dance-copy h2 em { color: var(--yellow); font-style: inherit; }
.dance-copy p { max-width: 500px; color: #cad2e4; font-size: 16px; line-height: 1.7; }
.dance-copy small { display: block; margin-top: 15px; color: #adb6d0; font-size: 11px; }
.dance-music { margin-top: 25px; border: 0; background: var(--yellow); color: #121322; cursor: pointer; box-shadow: 7px 7px 0 #bb6d00; }
.dance-stage { position: relative; min-height: 480px; display: grid; place-items: center; border: 1px solid #ffffff3a; border-radius: 38% 38% 13% 13%; background: radial-gradient(circle at 50% 55%,#60e9f055 0,#123c72 48%,#10172c 75%); isolation: isolate; overflow: hidden; }
.dance-stage:after { content: ''; position: absolute; z-index: 0; left: 15%; right: 15%; bottom: 25px; height: 40px; border-radius: 50%; background: #0009; filter: blur(12px); }
.dance-glow { position: absolute; z-index: 0; width: 72%; aspect-ratio: 1; border: 2px dashed #ffffff78; border-radius: 50%; animation: dance-halo 20s linear infinite; }
.dance-stage canvas { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; }
.dance-fallback { position: absolute; z-index: 1; width: min(56%,260px); aspect-ratio: 1; object-fit: contain; border-radius: 25px; transform: rotate(-8deg); box-shadow: 18px 18px 0 #0008; }
.dance-stage.is-ready .dance-fallback { display: none; }
.dance-status { position: absolute; z-index: 3; left: 20px; bottom: 20px; color: #fff; font: 900 16px 'Barlow Condensed', sans-serif; letter-spacing: 1px; text-shadow: 0 2px 5px #000; }
.dance-stage.is-ready .dance-status { display: none; }
.dance-start { position: absolute; z-index: 4; bottom: 62px; left: 50%; transform: translateX(-50%); border: 0; padding: 13px 18px; background: var(--yellow); color: var(--ink); font: 900 17px 'Barlow Condensed', sans-serif; white-space: nowrap; cursor: pointer; }
.dance-start[hidden] { display: none; }
.dance-sticker { position: absolute; z-index: 3; bottom: 33px; right: 42px; padding: 13px; border-radius: 50%; background: var(--pink); color: #fff; font: 900 15px/.9 'Barlow Condensed', sans-serif; text-align: center; transform: rotate(8deg); }
@keyframes dance-halo { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .dance-glow { animation: none; } }

@media (max-width: 800px) {
  .hero-art img { width: min(70%, 320px); max-height: 320px; }
  .contract-section { grid-template-columns: 1fr; }
  .dance-break { grid-template-columns: 1fr; padding-top: 85px; padding-bottom: 85px; }
}

@media (max-width: 550px) {
  .brand img { width: 42px; height: 42px; }
  .hero-art img { width: min(75%, 240px); max-height: 240px; border-radius: 18px; }
  .contract-section { padding: 70px 20px; gap: 20px; }
  .contract-section h2 { font-size: 62px; }
  .contract-box { display: block; }
  .contract-box code { display: block; font-size: 12px; }
  .contract-box button { width: 100%; }
  .dance-copy h2 { font-size: clamp(58px, 17vw, 78px); }
  .dance-stage { min-height: 370px; border-radius: 35% 35% 12% 12%; }
  .dance-sticker { bottom: 28px; right: 25px; font-size: 13px; }
}
