:root {
  --ink: #fff7ea;
  --paper: #080608;
  --muted: #c5b9c9;
  --line: rgba(255, 247, 234, 0.18);
  --panel: rgba(13, 11, 15, 0.78);
  --panel-solid: #121017;
  --coral: #ff5a3d;
  --teal: #00a99d;
  --lime: #c6f432;
  --gold: #f6c445;
  --blue: #3478f6;
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

html {
  min-height: 100%;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 0, 140, 0.92) 0 10%, transparent 28%),
    radial-gradient(circle at 82% 12%, rgba(0, 255, 210, 0.78) 0 12%, transparent 30%),
    radial-gradient(circle at 28% 72%, rgba(255, 236, 55, 0.78) 0 10%, transparent 31%),
    radial-gradient(circle at 80% 74%, rgba(82, 80, 255, 0.84) 0 14%, transparent 34%),
    radial-gradient(circle at 52% 44%, rgba(255, 92, 38, 0.74) 0 12%, transparent 36%),
    conic-gradient(from 140deg at 50% 50%, #101014, #2b0d46, #0f5a57, #662116, #101014);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 0, 142, 0.88) 0 8%, transparent 24%),
    radial-gradient(circle at 92% 8%, rgba(0, 255, 196, 0.74) 0 10%, transparent 28%),
    radial-gradient(circle at 16% 88%, rgba(246, 196, 69, 0.82) 0 9%, transparent 29%),
    radial-gradient(circle at 88% 82%, rgba(54, 82, 255, 0.78) 0 12%, transparent 32%),
    radial-gradient(circle at 48% 38%, rgba(198, 244, 50, 0.48) 0 8%, transparent 27%),
    radial-gradient(circle at 54% 68%, rgba(255, 90, 61, 0.74) 0 10%, transparent 31%),
    conic-gradient(from 90deg at 50% 50%, #070507, #2a0b45, #053e47, #5a1814, #1d114b, #070507);
  background-attachment: fixed;
  background-blend-mode: screen, screen, screen, screen, soft-light, screen, normal;
  background-size: 120% 120%, 125% 125%, 132% 132%, 128% 128%, 118% 118%, 124% 124%, cover;
  color: var(--ink);
}

body::before {
  content: "";
  position: fixed;
  inset: -20%;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 24% 30%, rgba(255, 255, 255, 0.18), transparent 18%),
    radial-gradient(ellipse at 70% 22%, rgba(255, 0, 142, 0.28), transparent 22%),
    radial-gradient(ellipse at 38% 78%, rgba(0, 255, 196, 0.22), transparent 24%),
    radial-gradient(ellipse at 78% 76%, rgba(246, 196, 69, 0.22), transparent 25%);
  filter: blur(24px) saturate(1.35);
  opacity: 0.78;
  animation: tie-dye-drift 22s ease-in-out infinite alternate;
}

@keyframes tie-dye-drift {
  from {
    transform: rotate(-2deg) scale(1);
  }
  to {
    transform: rotate(3deg) scale(1.08);
  }
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 20;
  transform: translateY(-140%);
  padding: 10px 12px;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  background: var(--lime);
  color: #101014;
  font-weight: 900;
}

.skip-link:focus {
  transform: translateY(0);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  background: rgba(8, 6, 8, 0.84);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.mark,
nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mark {
  text-decoration: none;
  font-weight: 900;
}

.mark-stack {
  display: grid;
  gap: 1px;
}

.slogan {
  max-width: 270px;
  overflow-wrap: anywhere;
  color: var(--coral);
  font-size: 0.74rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.mark-icon,
.platform-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--lime);
  color: #101014;
  font-weight: 900;
}

nav a {
  text-decoration: none;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

nav a:hover,
nav a:focus-visible {
  color: var(--ink);
}

main {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  position: relative;
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  align-items: center;
  gap: clamp(32px, 6vw, 76px);
  padding: clamp(48px, 8vw, 86px) 0;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0 calc(50% - 50vw);
  z-index: -2;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 0, 142, 0.5), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(0, 255, 196, 0.45), transparent 30%),
    radial-gradient(circle at 62% 82%, rgba(246, 196, 69, 0.4), transparent 34%),
    linear-gradient(90deg, rgba(8, 6, 8, 0.78) 0%, rgba(8, 6, 8, 0.52) 42%, rgba(8, 6, 8, 0.18) 100%),
    linear-gradient(180deg, rgba(8, 6, 8, 0.08) 0%, rgba(8, 6, 8, 0.58) 100%),
    url("/adam-lufkin-stage.jpg") center center / cover;
  background-blend-mode: screen, screen, screen, normal, normal, normal;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto calc(50% - 50vw) 0;
  z-index: -1;
  height: 46%;
  background: linear-gradient(180deg, transparent, var(--paper));
}

.upload-hero {
  min-height: calc(72vh - 76px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  align-items: center;
  gap: clamp(28px, 5vw, 56px);
  padding: clamp(48px, 8vw, 86px) 0;
}

.artist-banner {
  grid-column: 1 / -1;
  width: 100%;
  border: 3px solid var(--ink);
  border-radius: var(--radius);
  background: #050505;
  box-shadow: 10px 10px 0 var(--teal), -8px -8px 0 rgba(255, 90, 61, 0.55);
  overflow: hidden;
}

.artist-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  line-height: 0.96;
  letter-spacing: 0;
}

h1 {
  max-width: 780px;
  font-size: clamp(4.4rem, 12vw, 9.6rem);
  overflow-wrap: anywhere;
}

.logo-line {
  width: fit-content;
  max-width: 100%;
  margin: 0 0 18px;
  padding: 10px 14px;
  border: 3px solid #101014;
  border-radius: var(--radius);
  background: var(--lime);
  color: #101014;
  box-shadow: 6px 6px 0 var(--coral);
  font-size: clamp(1.1rem, 3vw, 2rem);
  font-weight: 950;
  line-height: 1.05;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(2.1rem, 5vw, 4.5rem);
  overflow-wrap: anywhere;
}

.lede {
  max-width: 620px;
  margin: 28px 0 0;
  color: #f2e7ee;
  font-size: clamp(1.15rem, 2.5vw, 1.55rem);
  line-height: 1.4;
}

.small-note {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-metrics span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 42px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 247, 234, 0.28);
  border-radius: 999px;
  background: rgba(255, 247, 234, 0.08);
  color: #eadfea;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.hero-metrics strong {
  color: var(--lime);
}

.hero-actions,
.phone-actions,
.qr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  padding: 12px 18px;
  background: rgba(255, 247, 234, 0.08);
  color: var(--ink);
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 4px 4px 0 rgba(255, 247, 234, 0.82);
  cursor: pointer;
}

.button.primary {
  background: var(--lime);
  color: #101014;
}

.file-button input {
  display: none;
}

.button:active {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 rgba(255, 247, 234, 0.82);
}

.button:hover,
.button:focus-visible,
.platform-card:hover,
.platform-card:focus-visible,
.quick-actions a:hover,
.quick-actions a:focus-visible,
.press-grid a:hover,
.press-grid a:focus-visible,
.press-grid button:hover,
.press-grid button:focus-visible {
  transform: translateY(-2px);
  filter: saturate(1.12);
}

.album-stage {
  display: grid;
  gap: 18px;
  justify-items: center;
}

.artist-photo {
  width: min(100%, 510px);
  aspect-ratio: 4 / 3;
  border: 3px solid var(--ink);
  border-radius: var(--radius);
  background: #050505;
  box-shadow: 16px 16px 0 var(--coral), -9px -9px 0 rgba(0, 169, 157, 0.55);
  overflow: hidden;
}

.artist-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.now-playing {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: rgba(8, 6, 8, 0.8);
  font-weight: 800;
}

.status-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 8px rgba(0, 169, 157, 0.14);
}

.music-player,
.upload-access,
.quick-actions,
.release-flow,
.video-feature,
.stage-feature,
.portrait-feature,
.photo-wall,
.press-kit,
.platforms,
.phone-panel,
.qr-section,
.upgrade-path {
  padding: clamp(42px, 7vw, 84px) 0;
  border-top: 1px solid var(--line);
}

.music-player,
.release-flow,
.photo-wall,
.qr-section {
  position: relative;
  isolation: isolate;
}

.music-player::before,
.release-flow::before,
.photo-wall::before,
.qr-section::before {
  content: "";
  position: absolute;
  inset: 14px calc(50% - 50vw);
  z-index: -1;
  background: linear-gradient(110deg, rgba(0, 169, 157, 0.16), rgba(255, 90, 61, 0.12), rgba(246, 196, 69, 0.12));
  border-top: 1px solid rgba(255, 247, 234, 0.1);
  border-bottom: 1px solid rgba(255, 247, 234, 0.08);
}

.section-heading {
  max-width: 760px;
}

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

.quick-actions a,
.flow-grid article,
.press-grid a,
.press-grid button,
.upload-steps article {
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  background: var(--panel);
  color: var(--ink);
  text-decoration: none;
  box-shadow: 6px 6px 0 rgba(255, 247, 234, 0.14);
  backdrop-filter: blur(14px);
}

.quick-actions a {
  display: grid;
  gap: 6px;
  min-height: 120px;
  padding: 18px;
}

.quick-actions strong,
.flow-grid h3 {
  font-size: 1.3rem;
}

.quick-actions span,
.flow-grid p,
.press-kit p {
  color: #e8dce8;
  line-height: 1.55;
}

.release-flow,
.press-kit {
  position: relative;
  isolation: isolate;
}

.flow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.flow-grid article {
  min-height: 210px;
  padding: 22px;
}

.flow-grid span,
.upload-steps span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--lime);
  color: #101014;
  font-weight: 950;
}

.flow-grid h3 {
  margin: 28px 0 10px;
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 32px;
}

.platform-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 96px;
  padding: 18px;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  background: var(--panel);
  text-decoration: none;
  box-shadow: 5px 5px 0 rgba(255, 247, 234, 0.14);
  backdrop-filter: blur(14px);
}

.platform-card strong,
.platform-card small {
  display: block;
}

.platform-card strong {
  font-size: 1.08rem;
}

.platform-card small {
  margin-top: 3px;
  color: var(--muted);
}

.spotify .platform-icon { background: #1ed760; color: #101014; }
.apple .platform-icon { background: #f04f6f; color: #fff; }
.youtube .platform-icon { background: #ff0033; color: #fff; }
.amazon .platform-icon { background: #00a8e1; color: #101014; }
.deezer .platform-icon { background: var(--gold); color: #101014; }
.soundcloud .platform-icon { background: #ff7700; color: #101014; }

.phone-panel,
.qr-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: 32px;
  align-items: center;
}

.phone-panel {
  grid-template-columns: minmax(0, 1fr) auto;
}

.music-player p,
.upload-access p,
.phone-panel p,
.qr-section p,
.upgrade-path p {
  max-width: 720px;
  color: #e8dce8;
  font-size: 1.08rem;
  line-height: 1.65;
}

.upload-button {
  background: var(--gold);
}

.upload-access {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.video-feature {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 52px);
  align-items: center;
}

.video-frame {
  position: relative;
  min-height: 320px;
  border: 3px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: 12px 12px 0 var(--teal), -8px -8px 0 rgba(255, 90, 61, 0.48);
  overflow: hidden;
}

.video-frame img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  display: block;
  object-fit: cover;
}

.video-frame .button {
  position: absolute;
  left: 18px;
  bottom: 18px;
}

.video-feature p {
  max-width: 640px;
  color: #e8dce8;
  font-size: 1.08rem;
  line-height: 1.65;
}

.upload-cta {
  min-width: 220px;
}

.upload-card {
  display: grid;
  gap: 12px;
  padding: clamp(22px, 4vw, 34px);
  border: 3px solid var(--ink);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 12px 12px 0 var(--gold);
  font-weight: 800;
  backdrop-filter: blur(14px);
}

.upload-card strong {
  font-size: 1.45rem;
}

.upload-card span {
  color: #e8dce8;
}

.upload-form-section {
  padding: clamp(42px, 7vw, 84px) 0;
  border-top: 1px solid var(--line);
}

.upload-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: clamp(24px, 5vw, 54px) 0;
  border-top: 1px solid var(--line);
}

.upload-steps article {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.upload-steps small {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.45;
}

.upload-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.field {
  display: grid;
  gap: 8px;
}

.field.full,
.upload-actions.full {
  grid-column: 1 / -1;
}

.field label {
  font-weight: 900;
}

.field legend {
  padding: 0;
  font-weight: 900;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  padding: 13px 14px;
  background: rgba(255, 247, 234, 0.08);
  color: var(--ink);
  font: inherit;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 3px solid rgba(198, 244, 50, 0.45);
  outline-offset: 2px;
}

.platform-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin: 0;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  padding: 14px;
  background: rgba(255, 247, 234, 0.05);
}

.platform-checks label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 247, 234, 0.18);
  border-radius: 999px;
  background: rgba(255, 247, 234, 0.08);
}

.field input::placeholder,
.field textarea::placeholder {
  color: rgba(255, 247, 234, 0.42);
}

.field textarea {
  resize: vertical;
}

.field-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.45;
}

.file-list {
  display: grid;
  gap: 8px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.file-list li {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 12px;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  background: var(--panel);
  font-size: 0.95rem;
  font-weight: 800;
}

.file-list small {
  color: var(--muted);
  font-weight: 700;
}

.upload-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.upload-summary {
  display: block;
  margin-top: 22px;
  padding: 18px;
  border: 3px solid #101014;
  border-radius: var(--radius);
  background: var(--lime);
  color: #101014;
  box-shadow: 8px 8px 0 var(--coral);
  font-weight: 800;
  white-space: pre-wrap;
}

.embed-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 18px;
  margin-top: 28px;
}

.embed-grid iframe,
.embed-card {
  border: 3px solid var(--ink);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 8px 8px 0 rgba(255, 247, 234, 0.14);
  backdrop-filter: blur(14px);
}

.embed-grid iframe {
  display: block;
}

.embed-card {
  padding: clamp(22px, 4vw, 34px);
}

.embed-card h3 {
  margin: 0;
  font-size: clamp(1.7rem, 4vw, 3rem);
  line-height: 1;
}

.embed-card p {
  margin: 18px 0 0;
}

.stage-feature {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 52px);
  align-items: center;
}

.stage-photo {
  width: 100%;
  aspect-ratio: 1;
  border: 3px solid var(--ink);
  border-radius: var(--radius);
  background: #050505;
  box-shadow: 12px 12px 0 var(--gold), -8px -8px 0 rgba(52, 120, 246, 0.48);
  overflow: hidden;
}

.stage-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.stage-copy p {
  max-width: 640px;
  color: #e8dce8;
  font-size: 1.08rem;
  line-height: 1.65;
}

.portrait-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr);
  gap: clamp(24px, 5vw, 52px);
  align-items: center;
}

.portrait-copy p {
  max-width: 620px;
  color: #e8dce8;
  font-size: 1.08rem;
  line-height: 1.65;
}

.portrait-photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  border: 3px solid var(--ink);
  border-radius: var(--radius);
  background: #050505;
  box-shadow: 12px 12px 0 var(--lime), -8px -8px 0 rgba(255, 90, 61, 0.48);
  overflow: hidden;
}

.portrait-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.photo-wall .section-heading p {
  max-width: 720px;
  color: #e8dce8;
  font-size: 1.08rem;
  line-height: 1.65;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.photo-tile {
  position: relative;
  min-height: 260px;
  margin: 0;
  border: 3px solid var(--ink);
  border-radius: var(--radius);
  background: #050505;
  box-shadow: 8px 8px 0 rgba(255, 247, 234, 0.14);
  overflow: hidden;
}

.photo-tile.wide {
  grid-column: span 2;
}

.photo-tile.portrait {
  grid-row: span 2;
}

.photo-tile img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.photo-tile.wide img {
  object-position: center center;
}

.photo-tile figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 8px 10px;
  border: 2px solid #101014;
  border-radius: var(--radius);
  background: var(--lime);
  color: #101014;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.press-kit {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(24px, 5vw, 52px);
  align-items: start;
}

.press-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.press-grid a,
.press-grid button {
  min-height: 70px;
  padding: 16px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.qr-card {
  display: grid;
  place-items: center;
  justify-self: center;
  width: min(100%, 340px);
  aspect-ratio: 1;
  padding: 18px;
  border: 3px solid var(--ink);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 12px 12px 0 var(--teal), -8px -8px 0 rgba(246, 196, 69, 0.55);
}

.qr-card img {
  width: 100%;
  height: auto;
}

.upgrade-path {
  margin-bottom: 32px;
}

footer {
  width: min(1180px, calc(100% - 32px));
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin: 0 auto;
  padding: 28px 0 42px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-weight: 700;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.sticky-player {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: rgba(8, 6, 8, 0.86);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(16px);
}

.sticky-player span {
  padding: 0 6px;
  color: var(--gold);
  font-weight: 950;
}

.sticky-player a {
  padding: 8px 10px;
  border-radius: 999px;
  background: var(--lime);
  color: #101014;
  font-size: 0.86rem;
  font-weight: 950;
  text-decoration: none;
}

@media (max-width: 850px) {
  .topbar {
    position: relative;
  }

  nav {
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero,
  .upload-hero,
  .embed-grid,
  .upload-access,
  .quick-actions,
  .flow-grid,
  .video-feature,
  .stage-feature,
  .portrait-feature,
  .press-kit,
  .phone-panel,
  .qr-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  h1 {
    font-size: clamp(3.5rem, 20vw, 5.9rem);
  }

  .platform-grid {
    grid-template-columns: 1fr;
  }

  .upload-form {
    grid-template-columns: 1fr;
  }

  .upload-steps,
  .press-grid {
    grid-template-columns: 1fr;
  }

  .photo-grid {
    grid-template-columns: 1fr;
  }

  .photo-tile,
  .photo-tile.wide,
  .photo-tile.portrait {
    grid-column: auto;
    grid-row: auto;
    min-height: 240px;
  }

  .phone-actions {
    width: 100%;
  }

  .button {
    width: 100%;
  }

  footer {
    flex-direction: column;
  }

  .sticky-player {
    left: 12px;
    right: 12px;
    justify-content: center;
  }
}
