:root {
  --ink: #f6f8fb;
  --muted: #aeb7c3;
  --soft: #dce5ed;
  --night: #05080b;
  --panel: #10161c;
  --line: rgba(255, 255, 255, 0.16);
  --cyan: #36d8ef;
  --amber: #ffb45b;
  --green: #58d68d;
  --red: #ff6b6b;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  background: var(--night);
  color: var(--ink);
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 48px);
  background: rgba(5, 8, 11, 0.54);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.hero-actions,
.hero-metrics,
.footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
  line-height: 1;
}

.brand-logo {
  width: 58px;
  height: 34px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 0 10px rgba(54, 216, 239, 0.34));
}

.brand-mark {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 28%, #fff 0 12%, transparent 13%),
    conic-gradient(from 160deg, var(--cyan), var(--amber), var(--green), var(--cyan));
  box-shadow: 0 0 26px rgba(54, 216, 239, 0.52);
}

.nav-links {
  gap: 24px;
  color: var(--soft);
  font-size: 14px;
  font-weight: 600;
}

.nav-links a,
.nav-cta {
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.nav-links a:hover {
  color: #fff;
}

.nav-cta {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 700;
}

.nav-cta:hover {
  background: rgba(255, 255, 255, 0.12);
}

.hero {
  position: relative;
  min-height: 94vh;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 120px clamp(18px, 5vw, 64px) 88px;
}

.hero-image,
.hero-shade,
.motion-field {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center;
  filter: saturate(0.94) contrast(1.05);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 8, 11, 0.96), rgba(5, 8, 11, 0.56) 45%, rgba(5, 8, 11, 0.2)),
    linear-gradient(0deg, var(--night) 0%, rgba(5, 8, 11, 0) 38%),
    linear-gradient(180deg, rgba(5, 8, 11, 0.78), transparent 30%);
}

.motion-field {
  opacity: 0.62;
  mix-blend-mode: screen;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
  max-width: 760px;
}

.eyebrow,
.section-label,
.work-card span,
.service-list span,
.process-track span {
  margin: 0;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 24px;
  max-width: 920px;
  font-size: clamp(56px, 9vw, 126px);
  line-height: 0.9;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 5vw, 72px);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 620px;
  color: var(--soft);
  font-size: clamp(18px, 2.1vw, 24px);
  line-height: 1.45;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  border-radius: 999px;
  padding: 13px 19px;
  font-weight: 800;
  border: 1px solid transparent;
}

.button-primary {
  background: #f5f8fb;
  color: #071016;
}

.button-secondary {
  color: #f5f8fb;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.button:hover {
  transform: translateY(-1px);
}

.hero-metrics {
  position: absolute;
  z-index: 3;
  right: clamp(18px, 5vw, 64px);
  bottom: 28px;
  gap: 0;
  border: 1px solid var(--line);
  background: rgba(5, 8, 11, 0.64);
  backdrop-filter: blur(16px);
}

.hero-metrics div {
  width: 152px;
  min-height: 86px;
  padding: 16px;
  border-right: 1px solid var(--line);
}

.hero-metrics div:last-child {
  border-right: 0;
}

.hero-metrics strong {
  display: block;
  font-size: 25px;
}

.hero-metrics span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.3;
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 100px clamp(18px, 4vw, 34px);
}

.intro,
.services {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 44px;
}

.intro p,
.section-heading p,
.service-list p,
.process-track p,
.footer p {
  color: var(--muted);
  line-height: 1.6;
}

.intro-copy {
  max-width: 860px;
}

.intro-copy p {
  max-width: 690px;
  font-size: 19px;
}

.proof-strip {
  padding: 86px clamp(18px, 4vw, 48px);
  background:
    linear-gradient(90deg, rgba(255, 180, 91, 0.14), transparent 36%),
    linear-gradient(180deg, #071016, #0c1116);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.proof-inner {
  max-width: var(--max);
  margin: 0 auto;
}

.proof-inner > div:first-child {
  max-width: 760px;
  margin-bottom: 30px;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.proof-grid article {
  overflow: hidden;
  min-height: 230px;
  padding: 0 28px 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    #0b1117;
}

.proof-grid > article > img,
.proof-grid > article > video,
.project-slideshow {
  display: block;
  width: calc(100% + 56px);
  height: 210px;
  margin: 0 -28px 24px;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.06) brightness(0.74);
}

.project-slideshow {
  position: relative;
  overflow: hidden;
  background: #05080b;
}

.project-slideshow img,
.project-slideshow video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: projectSlideshow 28s infinite;
}

.project-slideshow img:nth-child(1) { animation-delay: 0s; }
.project-slideshow img:nth-child(2) { animation-delay: 4s; }
.project-slideshow img:nth-child(3) { animation-delay: 8s; }
.project-slideshow img:nth-child(4) { animation-delay: 12s; }
.project-slideshow img:nth-child(5) { animation-delay: 16s; }
.project-slideshow img:nth-child(6) { animation-delay: 20s; }
.project-slideshow img:nth-child(7) { animation-delay: 24s; }

.one-penn-slideshow img,
.one-penn-slideshow video {
  opacity: 1;
  animation: none;
}

.opry-slideshow img {
  animation: oprySlideshow 36s infinite;
}

.primanti-slideshow img {
  animation: primantiSlideshow 25s infinite;
}

.dave-busters-slideshow img,
.dave-busters-slideshow video {
  animation: daveBustersSlideshow 24s infinite;
}

.opry-slideshow img:nth-child(1) { animation-delay: 0s; }
.opry-slideshow img:nth-child(2) { animation-delay: 4s; }
.opry-slideshow img:nth-child(3) { animation-delay: 8s; }
.opry-slideshow img:nth-child(4) { animation-delay: 12s; }
.opry-slideshow img:nth-child(5) { animation-delay: 16s; }
.opry-slideshow img:nth-child(6) { animation-delay: 20s; }
.opry-slideshow img:nth-child(7) { animation-delay: 24s; }
.opry-slideshow img:nth-child(8) { animation-delay: 28s; }
.opry-slideshow img:nth-child(9) { animation-delay: 32s; }

.primanti-slideshow img:nth-child(1) { animation-delay: 0s; }
.primanti-slideshow img:nth-child(2) { animation-delay: 5s; }
.primanti-slideshow img:nth-child(3) { animation-delay: 10s; }
.primanti-slideshow img:nth-child(4) { animation-delay: 15s; }
.primanti-slideshow img:nth-child(5) { animation-delay: 20s; }

.dave-busters-slideshow video:nth-child(1) { animation-delay: 0s; }
.dave-busters-slideshow img:nth-child(2) { animation-delay: 12s; }

@keyframes projectSlideshow {
  0% { opacity: 0; transform: scale(1.02); }
  3% { opacity: 1; }
  13% { opacity: 1; }
  17% { opacity: 0; transform: scale(1.08); }
  100% { opacity: 0; transform: scale(1.08); }
}

@keyframes oprySlideshow {
  0% { opacity: 0; transform: scale(1.02); }
  2.5% { opacity: 1; }
  9.5% { opacity: 1; }
  12% { opacity: 0; transform: scale(1.08); }
  100% { opacity: 0; transform: scale(1.08); }
}

@keyframes primantiSlideshow {
  0% { opacity: 0; transform: scale(1.02); }
  3% { opacity: 1; }
  17% { opacity: 1; }
  21% { opacity: 0; transform: scale(1.08); }
  100% { opacity: 0; transform: scale(1.08); }
}

@keyframes daveBustersSlideshow {
  0% { opacity: 0; transform: scale(1.02); }
  3% { opacity: 1; }
  47% { opacity: 1; }
  50% { opacity: 0; transform: scale(1.06); }
  100% { opacity: 0; transform: scale(1.06); }
}

.proof-grid article:nth-child(1) > img {
  object-position: 50% 64%;
}

.proof-grid article:nth-child(2) .project-slideshow img {
  object-position: 50% 42%;
}

.proof-grid article:nth-child(3) > img,
.proof-grid article:nth-child(3) > video,
.dave-busters-slideshow img,
.dave-busters-slideshow video {
  object-position: 54% 50%;
}

.proof-grid article:nth-child(4) > img {
  object-position: 42% 36%;
}

.proof-grid span {
  display: block;
  margin-bottom: 18px;
  color: var(--amber);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.proof-grid p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

.image-credit {
  margin: 18px 0 0;
  color: #7e8994;
  font-size: 12px;
  line-height: 1.5;
}

.image-credit a {
  color: #b8c5ce;
  text-decoration: underline;
  text-decoration-color: rgba(184, 197, 206, 0.38);
  text-underline-offset: 3px;
}

.work-band {
  border-top: 1px solid var(--line);
}

.demo-feature {
  padding: 96px clamp(18px, 4vw, 48px);
  background:
    linear-gradient(90deg, rgba(54, 216, 239, 0.12), transparent 42%),
    linear-gradient(180deg, #05080b, #0b1218);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.demo-feature-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 38px;
  align-items: center;
}

.demo-copy p:not(.eyebrow) {
  max-width: 620px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.demo-copy .button {
  margin-top: 18px;
}

.demo-preview {
  position: relative;
  min-height: 330px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0)),
    url("qsys-demo/hexagon-wallpapers.jpg") center / cover no-repeat;
}

.demo-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 45%, rgba(54, 216, 239, 0.14), rgba(5, 8, 11, 0.72));
}

.demo-preview img {
  position: relative;
  z-index: 1;
  width: min(96%, 690px);
  height: auto;
  border-radius: 6px;
  filter: drop-shadow(0 28px 40px rgba(0, 0, 0, 0.55));
}

.ticker-feature {
  padding: 96px clamp(18px, 4vw, 48px);
  background:
    radial-gradient(circle at 78% 50%, rgba(255, 180, 91, 0.16), transparent 30%),
    linear-gradient(180deg, #071016, #05080b);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.ticker-feature-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 38px;
  align-items: center;
}

.ticker-feature-stack {
  grid-template-columns: 1fr;
  gap: 28px;
}

.ticker-feature p:not(.eyebrow) {
  max-width: 860px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.ticker-feature .button {
  margin-top: 18px;
}

.ticker-live-panel {
  overflow: hidden;
  border: 1px solid rgba(54, 216, 239, 0.38);
  border-radius: 8px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 7px),
    #05090d;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.44), inset 0 0 42px rgba(54, 216, 239, 0.12);
}

.ticker-preview-top {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
  color: #dce5ed;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.ticker-preview-top strong {
  color: #071016;
  background: var(--green);
  border-radius: 999px;
  padding: 5px 9px;
}

.ticker-live-panel iframe {
  display: block;
  width: 100%;
  height: 220px;
  border: 0;
  background: #000;
}

.ticker-player-shell {
  min-height: 220px;
  display: grid;
  align-content: center;
  gap: 0;
  background:
    radial-gradient(circle at 18% 40%, rgba(54, 216, 239, 0.16), transparent 28%),
    linear-gradient(180deg, #020407, #090f14);
}

.ticker-score-row,
.ticker-news-row {
  display: flex;
  align-items: center;
  gap: 22px;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 900;
  text-transform: uppercase;
}

.ticker-score-row {
  height: 72px;
  padding: 0 24px;
  color: #f7fbff;
  background: #070b10;
  border-top: 1px solid rgba(54, 216, 239, 0.24);
  border-bottom: 1px solid rgba(54, 216, 239, 0.24);
  font-size: clamp(18px, 2vw, 30px);
}

.ticker-score-row span:not(.ticker-brand) {
  flex: 0 0 auto;
}

.ticker-brand {
  flex: 0 0 auto;
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  padding: 0 28px;
  margin-left: -24px;
  color: #061015;
  background: var(--cyan);
}

.ticker-news-row {
  height: 52px;
  padding: 0 24px;
  color: #071016;
  background: var(--green);
  font-size: 14px;
}

.ticker-settings-preview {
  max-width: var(--max);
  margin: 48px auto 0;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 28px;
  align-items: center;
}

.ticker-settings-preview h3 {
  font-size: clamp(28px, 3.2vw, 46px);
  line-height: 1;
}

.ticker-settings-preview p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.6;
}

.ticker-settings-preview img {
  width: 100%;
  height: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.4);
}

.section-heading {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 36px;
  align-items: end;
  margin-bottom: 28px;
}

.work-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.9fr 0.9fr;
  gap: 16px;
}

.work-card {
  overflow: hidden;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.card-media {
  min-height: 210px;
  background:
    linear-gradient(135deg, rgba(54, 216, 239, 0.28), transparent 48%),
    radial-gradient(circle at 75% 25%, rgba(255, 180, 91, 0.58), transparent 24%),
    #121a22;
  position: relative;
}

.feature-card .card-media {
  min-height: 360px;
}

.card-media::before,
.card-media::after {
  content: "";
  position: absolute;
  inset: 18%;
  border: 1px solid rgba(255, 255, 255, 0.28);
  transform: skewX(-12deg);
}

.card-media::after {
  inset: 34% 10% 26% 46%;
  border-color: rgba(54, 216, 239, 0.72);
  background: rgba(54, 216, 239, 0.08);
}

.media-stage {
  background:
    linear-gradient(90deg, rgba(255, 180, 91, 0.25), transparent),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0 2px, transparent 2px 28px),
    #0f171b;
}

.media-system {
  background:
    radial-gradient(circle at 28% 24%, rgba(88, 214, 141, 0.5), transparent 22%),
    linear-gradient(135deg, transparent 32%, rgba(54, 216, 239, 0.28)),
    #121418;
}

.card-body {
  padding: 22px;
}

.card-body p {
  color: var(--muted);
  line-height: 1.5;
  margin-bottom: 0;
}

.services {
  border-top: 1px solid var(--line);
}

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

.service-list article {
  min-height: 210px;
  padding: 28px;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
}

.service-list span,
.dealer-grid span,
.process-track span {
  color: var(--amber);
}

.dealer-section {
  padding: 96px clamp(18px, 4vw, 48px);
  background:
    linear-gradient(90deg, rgba(88, 214, 141, 0.14), transparent 42%),
    linear-gradient(180deg, #080d12, #10161c);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.dealer-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 38px;
  align-items: start;
}

.dealer-copy {
  position: sticky;
  top: 104px;
}

.dealer-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.dealer-copy .button {
  margin-top: 18px;
}

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

.dealer-grid article {
  min-height: 238px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 12%, rgba(54, 216, 239, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
}

.dealer-grid p {
  color: var(--muted);
  line-height: 1.55;
  margin-bottom: 0;
}

.jukebox-hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: 48px;
  align-items: center;
  padding: 150px clamp(18px, 4vw, 48px) 96px;
  background:
    radial-gradient(circle at 78% 35%, rgba(54, 216, 239, .18), transparent 34%),
    radial-gradient(circle at 34% 72%, rgba(255, 180, 91, .12), transparent 32%),
    linear-gradient(180deg, #05080b, #0b1218 64%, #05080b);
  border-bottom: 1px solid var(--line);
}

.jukebox-hero-copy {
  max-width: 720px;
}

.jukebox-hero-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.jukebox-visual {
  min-height: 520px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(54, 216, 239, .28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,0)),
    radial-gradient(circle at 50% 30%, rgba(54,216,239,.2), transparent 36%),
    #080d12;
  box-shadow: inset 0 0 80px rgba(54, 216, 239, .08), 0 38px 90px rgba(0, 0, 0, .38);
}

.jukebox-models {
  width: min(100%, 690px);
  filter: drop-shadow(0 34px 60px rgba(0, 0, 0, .42));
  transform: translateY(8px);
}

.phone-card span,
.venue-audio-card span {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.phone-card,
.venue-audio-card {
  position: absolute;
  width: 210px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(9, 15, 22, .88);
  box-shadow: 0 18px 48px rgba(0,0,0,.38);
}

.phone-card {
  right: 28px;
  top: 42px;
}

.venue-audio-card {
  left: 28px;
  bottom: 46px;
}

.phone-card strong,
.venue-audio-card strong {
  display: block;
  margin-top: 8px;
  line-height: 1.2;
}

.jukebox-card-grid,
.install-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.jukebox-card-grid article,
.install-list article {
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.02));
}

.jukebox-card-grid span {
  color: var(--amber);
  font-weight: 900;
}

.jukebox-card-grid p,
.install-list p {
  color: var(--muted);
  line-height: 1.55;
}

.jukebox-install-band {
  padding: 96px clamp(18px, 4vw, 48px);
  display: grid;
  grid-template-columns: .74fr 1.26fr;
  gap: 38px;
  background:
    linear-gradient(90deg, rgba(54,216,239,.13), transparent 44%),
    linear-gradient(180deg, #0b1118, #05080b);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.jukebox-install-band > div:first-child {
  max-width: 520px;
}

.process {
  padding: 94px clamp(18px, 4vw, 48px);
  background: #edf3f6;
  color: #071016;
}

.process-inner {
  max-width: var(--max);
  margin: 0 auto;
}

.process .eyebrow {
  color: #007e92;
}

.process-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 32px;
  background: rgba(7, 16, 22, 0.15);
}

.process-track article {
  min-height: 260px;
  padding: 28px;
  background: #edf3f6;
}

.process-track p {
  color: #4b5b66;
}

.footer {
  justify-content: space-between;
  gap: 28px;
  padding: 84px clamp(18px, 5vw, 64px);
  background:
    linear-gradient(90deg, rgba(54, 216, 239, 0.2), transparent 36%),
    #070b0f;
}

.footer h2 {
  max-width: 780px;
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .nav-links {
    display: none;
  }

  .hero {
    min-height: 900px;
    align-items: start;
    padding-top: 126px;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(5, 8, 11, 0.94), rgba(5, 8, 11, 0.6) 56%, var(--night)),
      linear-gradient(90deg, rgba(5, 8, 11, 0.8), rgba(5, 8, 11, 0.1));
  }

  .hero-metrics {
    left: 18px;
    right: 18px;
    bottom: 24px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-metrics div {
    width: auto;
  }

  .intro,
  .services,
  .jukebox-hero,
  .jukebox-install-band,
  .jukebox-card-grid,
  .install-list,
  .section-heading,
  .demo-feature-inner,
  .ticker-feature-inner,
  .ticker-settings-preview,
  .dealer-inner,
  .work-grid,
  .proof-grid,
  .process-track {
    grid-template-columns: 1fr;
  }

  .jukebox-hero {
    min-height: 0;
    padding-top: 118px;
    padding-bottom: 74px;
  }

  .jukebox-visual {
    min-height: 460px;
  }

  .dealer-copy {
    position: static;
  }

  .feature-card .card-media {
    min-height: 240px;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .site-header {
    gap: 12px;
    padding: 14px 16px;
  }

  .brand span:last-child {
    max-width: 112px;
    line-height: 1.05;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    min-height: 830px;
  }

  h1 {
    font-size: clamp(44px, 12.2vw, 50px);
    line-height: 0.94;
  }

  .hero .eyebrow {
    max-width: 31ch;
    line-height: 1.25;
  }

  .hero-copy {
    max-width: 32ch;
    font-size: 17px;
  }

  .hero-content {
    width: calc(100vw - 48px);
  }

  .button {
    width: 100%;
    max-width: 100%;
  }

  .hero-actions {
    width: 320px;
    max-width: calc(100vw - 48px);
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .hero-metrics div {
    min-height: 72px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-metrics div:last-child {
    border-bottom: 0;
  }

  .section {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .service-list {
    grid-template-columns: 1fr;
  }

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

  .jukebox-visual {
    min-height: 440px;
  }

  .phone-card,
  .venue-audio-card {
    position: relative;
    inset: auto;
    width: min(92%, 280px);
    justify-self: center;
  }

  .ticker-live-panel iframe,
  .ticker-player-shell {
    min-height: 180px;
    height: 180px;
  }

  .ticker-score-row {
    height: 60px;
    font-size: 17px;
  }
}
