:root {
  color-scheme: dark;
  --black: #080705;
  --deep: #0d0b08;
  --surface: #15120d;
  --panel: #1c1812;
  --panel-high: #272118;
  --edge: #3c3428;
  --edge-soft: rgba(255, 205, 112, 0.13);
  --amber: #ffad31;
  --amber-hot: #ffd477;
  --amber-low: #7d5118;
  --cream: #f3ead8;
  --paper: #c8bead;
  --muted: #898174;
  --green: #68dd70;
  --red: #e45a50;
  --display: ui-monospace, "SFMono-Regular", Menlo, Monaco, Consolas, monospace;
  --sans:
    Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--cream);
  background:
    radial-gradient(circle at 16% 4%, rgba(255, 168, 37, 0.08), transparent 28rem),
    radial-gradient(circle at 88% 34%, rgba(255, 168, 37, 0.035), transparent 34rem),
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px) 0 0 / 100% 4px,
    var(--black);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible {
  outline: 2px solid var(--amber-hot);
  outline-offset: 4px;
}

code {
  color: var(--amber-hot);
  font: inherit;
}

.page-noise {
  position: fixed;
  z-index: -1;
  inset: 0;
  opacity: 0.18;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E");
  pointer-events: none;
}

.top-rack {
  width: min(100% - 28px, 1240px);
  min-height: 58px;
  margin: 14px auto 0;
  padding: 8px 9px 8px 14px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  border: 1px solid var(--edge);
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.045), transparent 22%),
    var(--surface);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.055),
    inset 0 -3px 6px rgba(0, 0, 0, 0.34),
    0 14px 40px rgba(0, 0, 0, 0.25);
}

.brand-module,
.footer-brand {
  display: inline-flex;
  align-items: center;
  color: var(--cream);
  font: 820 0.8rem/1 var(--display);
  letter-spacing: 0.08em;
  text-decoration: none;
}

.brand-name span,
.footer-brand span {
  color: var(--amber);
}

.brand-bars {
  width: 31px;
  height: 31px;
  margin-right: 10px;
  padding: 5px 6px;
  display: flex;
  gap: 3px;
  align-items: flex-end;
  border: 1px solid #594020;
  background: #0b0907;
  box-shadow: inset 0 0 8px #000;
}

.brand-bars i {
  width: 4px;
  display: block;
  background: var(--amber);
  box-shadow: 0 0 7px rgba(255, 173, 49, 0.7);
}

.brand-bars i:nth-child(1) {
  height: 8px;
}

.brand-bars i:nth-child(2) {
  height: 18px;
}

.brand-bars i:nth-child(3) {
  height: 13px;
}

.top-rack nav {
  display: flex;
  gap: clamp(14px, 3vw, 34px);
  align-items: center;
  justify-content: center;
}

.top-rack nav a {
  color: #a9a091;
  font: 650 0.63rem/1 var(--display);
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}

.top-rack nav a:hover {
  color: var(--amber-hot);
}

.top-rack nav .nav-demo {
  padding: 10px 12px;
  border: 1px solid #4a3d2a;
  background: rgba(255, 173, 49, 0.035);
}

.build-state,
.availability {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--muted);
  font: 650 0.57rem/1.3 var(--display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.build-state {
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  background: rgba(0, 0, 0, 0.25);
}

.lamp {
  position: relative;
  width: 11px;
  height: 11px;
  flex: 0 0 auto;
  display: inline-block;
  border-radius: 50%;
  background: #625849;
  box-shadow:
    inset 1px 1px 2px rgba(255, 255, 255, 0.35),
    inset -2px -2px 3px rgba(0, 0, 0, 0.62),
    0 1px 1px #000;
}

.lamp::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 3px;
  width: 4px;
  height: 2px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.48);
}

.lamp-green {
  background: var(--green);
  box-shadow:
    inset 1px 1px 2px rgba(255, 255, 255, 0.48),
    inset -2px -2px 3px rgba(9, 83, 22, 0.7),
    0 0 9px rgba(104, 221, 112, 0.55),
    0 1px 1px #000;
}

.lamp-amber {
  background: var(--amber);
  box-shadow:
    inset 1px 1px 2px rgba(255, 255, 255, 0.5),
    inset -2px -2px 3px rgba(107, 58, 5, 0.7),
    0 0 9px rgba(255, 173, 49, 0.52),
    0 1px 1px #000;
}

.lamp-red {
  background: var(--red);
  box-shadow:
    inset 1px 1px 2px rgba(255, 255, 255, 0.35),
    inset -2px -2px 3px rgba(95, 14, 10, 0.72),
    0 0 7px rgba(228, 90, 80, 0.32),
    0 1px 1px #000;
}

main {
  width: min(100% - 28px, 1240px);
  margin: 0 auto;
}

.hero {
  min-height: min(760px, calc(100svh - 72px));
  padding: clamp(58px, 9vw, 112px) 0 82px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 0.86fr);
  gap: clamp(54px, 8vw, 112px);
  align-items: center;
}

.eyebrow {
  margin: 0;
  color: var(--amber);
  font: 720 0.64rem/1.5 var(--display);
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow span {
  margin-right: 13px;
  color: var(--muted);
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1 {
  max-width: 760px;
  margin: 22px 0 26px;
  font-size: clamp(3.45rem, 7.25vw, 7.2rem);
  font-weight: 790;
  line-height: 0.86;
  letter-spacing: -0.075em;
}

h1 em,
h2 em {
  color: var(--amber);
  font-style: normal;
  text-shadow: 0 0 32px rgba(255, 173, 49, 0.17);
}

.hero-lede {
  max-width: 620px;
  margin: 0;
  color: var(--paper);
  font-size: clamp(0.96rem, 1.5vw, 1.08rem);
  line-height: 1.72;
}

.hero-actions {
  margin-top: 34px;
  display: flex;
  gap: 11px;
  align-items: stretch;
}

.button {
  min-height: 54px;
  padding: 0 18px;
  display: inline-flex;
  gap: 25px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid transparent;
  color: var(--cream);
  font-size: 0.78rem;
  font-weight: 760;
  text-decoration: none;
  transition:
    transform 100ms ease,
    background 150ms ease,
    border-color 150ms ease;
}

.button:active {
  transform: translateY(2px);
}

.button-primary {
  min-width: 235px;
  border-color: #ffc35d;
  background: var(--amber);
  color: #1a1105;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.42),
    inset 0 -3px rgba(107, 59, 4, 0.23),
    0 4px 0 #6b420f,
    0 11px 26px rgba(0, 0, 0, 0.25);
}

.button-primary:hover {
  background: var(--amber-hot);
}

.button-secondary {
  border-color: #4a4235;
  background: linear-gradient(#201c16, #16130f);
  color: #c8bead;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.06),
    0 3px 0 #080706;
}

.button-secondary:hover {
  border-color: var(--amber-low);
  color: var(--amber-hot);
}

.availability {
  max-width: 510px;
  margin: 24px 1px 0;
  line-height: 1.55;
}

.demo-rig,
.plan-card,
.booth-panel {
  position: relative;
  border: 1px solid var(--edge);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 20%),
    var(--panel);
  box-shadow:
    inset 0 0 0 5px rgba(0, 0, 0, 0.13),
    0 30px 90px rgba(0, 0, 0, 0.4);
}

.demo-rig {
  padding: 30px;
  transform: rotate(0.6deg);
}

.screw {
  position: absolute;
  z-index: 2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #716857;
  box-shadow:
    inset 1px 1px rgba(255, 255, 255, 0.28),
    0 1px 2px #000;
}

.screw::after {
  content: "";
  position: absolute;
  top: 3.5px;
  left: 1px;
  width: 6px;
  height: 1px;
  background: #28231b;
  transform: rotate(-27deg);
}

.screw-tl {
  top: 12px;
  left: 12px;
}

.screw-tr {
  top: 12px;
  right: 12px;
}

.screw-bl {
  bottom: 12px;
  left: 12px;
}

.screw-br {
  right: 12px;
  bottom: 12px;
}

.rig-heading,
.module-label,
.plan-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #847b6d;
  font: 680 0.56rem/1 var(--display);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rig-heading {
  margin: 0 4px 18px;
}

.serial {
  padding: 4px 6px;
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.request-module,
.ticker-module {
  border: 1px solid #322b21;
  background: #0c0a07;
  box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.75);
}

.module-label,
.ticker-label {
  padding: 9px 11px;
  border-bottom: 1px solid #30291f;
}

.request-screen {
  min-height: 135px;
  padding: 21px 19px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle, rgba(255, 173, 49, 0.1) 0 1px, transparent 1.45px) 0 0 / 5px 5px,
    #0d0b08;
  color: var(--amber);
  font-family: var(--display);
  text-shadow: 0 0 10px rgba(255, 173, 49, 0.55);
}

.request-name {
  margin-bottom: 11px;
  color: #80602d;
  font-size: 0.59rem;
  letter-spacing: 0.14em;
}

.request-screen strong {
  font-size: clamp(1rem, 2.2vw, 1.35rem);
  letter-spacing: 0.045em;
}

.screen-caret {
  width: 9px;
  height: 2px;
  margin-top: 16px;
  display: block;
  background: var(--amber);
  box-shadow: 0 0 6px var(--amber);
  animation: blink 1.1s step-end infinite;
}

.module-controls {
  min-height: 37px;
  padding: 0 11px;
  display: flex;
  gap: 15px;
  align-items: center;
  border-top: 1px solid #30291f;
  color: #777064;
  font: 620 0.49rem/1 var(--display);
  letter-spacing: 0.07em;
}

.module-controls span {
  display: inline-flex;
  gap: 5px;
  align-items: center;
}

.module-controls .lamp {
  width: 7px;
  height: 7px;
}

.module-controls .lamp::after {
  display: none;
}

.patch-line {
  height: 42px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.patch-line span {
  width: 31%;
  height: 1px;
  background: #51401f;
}

.patch-line i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--amber-low);
  box-shadow: 0 0 5px rgba(255, 173, 49, 0.24);
}

.ticker-label {
  display: block;
  color: #777064;
  font: 680 0.54rem/1 var(--display);
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.ticker-window {
  padding: 18px 0 16px;
  overflow: hidden;
  background:
    radial-gradient(circle, rgba(255, 173, 49, 0.085) 0 1px, transparent 1.4px) 0 0 / 5px 5px,
    #090806;
}

.ticker-track,
.running-strip > div {
  width: max-content;
  display: flex;
  align-items: center;
  white-space: nowrap;
  animation: marquee 24s linear infinite;
}

.ticker-track {
  gap: 14px;
  color: var(--amber);
  font: 720 0.65rem/1 var(--display);
  letter-spacing: 0.07em;
  text-shadow: 0 0 8px rgba(255, 173, 49, 0.62);
}

.ticker-track b,
.running-strip b {
  color: #5c3e1b;
  font-weight: inherit;
}

.ticker-dots {
  height: 5px;
  background: radial-gradient(circle, #5b3b17 0 1px, transparent 1.5px) 0 0 / 6px 6px;
}

.running-strip {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 15px 0;
  overflow: hidden;
  border-top: 1px solid #2d271e;
  border-bottom: 1px solid #2d271e;
  background: #0c0a07;
  box-shadow: inset 0 0 15px #000;
}

.running-strip > div {
  gap: 24px;
  color: var(--amber);
  font: 700 0.61rem/1 var(--display);
  letter-spacing: 0.1em;
  text-shadow: 0 0 7px rgba(255, 173, 49, 0.5);
  animation-duration: 34s;
}

.signal-section,
.plans-section,
.booth-section {
  padding: clamp(88px, 12vw, 150px) 0;
}

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

h2 {
  margin: 17px 0 0;
  font-size: clamp(2.5rem, 5.5vw, 5.2rem);
  font-weight: 780;
  line-height: 0.93;
  letter-spacing: -0.06em;
}

.signal-steps {
  margin: clamp(50px, 8vw, 90px) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  border-top: 1px solid #393128;
  border-bottom: 1px solid #393128;
}

.signal-steps li {
  min-height: 310px;
  padding: 28px clamp(20px, 3vw, 38px) 34px;
  border-right: 1px solid #393128;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.017), transparent);
}

.signal-steps li:last-child {
  border-right: 0;
}

.step-index {
  display: flex;
  align-items: center;
}

.step-index span {
  width: 43px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 1px solid #56401f;
  background: #0e0c08;
  color: var(--amber);
  font: 700 0.58rem/1 var(--display);
  box-shadow: inset 0 0 8px #000;
}

.step-index i {
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, #56401f, transparent);
}

.step-label {
  margin: 50px 0 9px;
  color: var(--amber-low);
  font: 700 0.57rem/1 var(--display);
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.signal-steps h3 {
  margin: 0;
  font-size: 1.15rem;
  letter-spacing: -0.025em;
}

.signal-steps li > p:last-child {
  margin: 16px 0 0;
  color: #a59c8e;
  font-size: 0.84rem;
  line-height: 1.65;
}

.plans-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.66fr) minmax(0, 1.34fr);
  gap: clamp(55px, 8vw, 105px);
  align-items: start;
}

.plans-intro {
  position: sticky;
  top: 28px;
}

.plans-intro h2 {
  font-size: clamp(2.55rem, 4.5vw, 4.5rem);
}

.plans-intro > p:last-child {
  max-width: 470px;
  margin: 25px 0 0;
  color: #a59c8e;
  font-size: 0.89rem;
  line-height: 1.7;
}

.plan-rack {
  display: grid;
  gap: 17px;
}

.plan-card {
  padding: 31px 35px 29px;
}

.plan-card h3 {
  margin: 28px 0 5px;
  font-size: 1.75rem;
  letter-spacing: -0.04em;
}

.plan-tagline {
  margin: 0;
  color: var(--amber);
  font: 650 0.71rem/1.5 var(--display);
  letter-spacing: 0.04em;
}

.plan-card ul {
  margin: 27px 0 28px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px 24px;
  color: #aca394;
  font-size: 0.79rem;
  line-height: 1.5;
  list-style: none;
}

.plan-card li {
  position: relative;
  padding-left: 15px;
}

.plan-card li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 5px;
  height: 5px;
  background: var(--amber);
  box-shadow: 0 0 6px rgba(255, 173, 49, 0.55);
}

.plan-foot {
  padding-top: 15px;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.065);
  color: #746d62;
  font: 640 0.56rem/1 var(--display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.plan-gig {
  background:
    linear-gradient(135deg, rgba(255, 173, 49, 0.045), transparent 25%),
    #17140f;
}

.booth-panel {
  min-height: 480px;
  padding: clamp(35px, 6vw, 72px);
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(45px, 8vw, 105px);
  align-items: center;
}

.booth-meter {
  height: 280px;
  padding: 22px;
  display: flex;
  gap: 10px;
  align-items: flex-end;
  border: 1px solid #312a20;
  background:
    linear-gradient(rgba(255, 173, 49, 0.045) 1px, transparent 1px) 0 0 / 100% 12.5%,
    #0b0907;
  box-shadow: inset 0 0 22px #000;
}

.booth-meter span {
  height: var(--level);
  flex: 1;
  background: repeating-linear-gradient(
    to top,
    var(--amber) 0 4px,
    transparent 4px 8px
  );
  filter: drop-shadow(0 0 4px rgba(255, 173, 49, 0.55));
}

.booth-copy > p:not(.eyebrow) {
  max-width: 600px;
  margin: 26px 0 0;
  color: #aca394;
  font-size: 0.92rem;
  line-height: 1.7;
}

.booth-copy dl {
  margin: 31px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.booth-copy dl div {
  padding: 13px 0;
  display: grid;
  grid-template-columns: 92px 1fr;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.booth-copy dt,
.booth-copy dd {
  margin: 0;
  font: 620 0.61rem/1.4 var(--display);
  letter-spacing: 0.055em;
}

.booth-copy dt {
  color: #6e675d;
  text-transform: uppercase;
}

.booth-copy dd {
  color: #c7beaf;
}

.final-cta {
  margin: 0 auto;
  padding: clamp(78px, 11vw, 130px) 20px;
  text-align: center;
}

.final-cta .eyebrow span {
  margin-left: 0;
}

.final-cta h2 {
  margin-top: 19px;
}

.final-cta > p:not(.eyebrow) {
  max-width: 550px;
  margin: 23px auto 31px;
  color: #a59c8e;
  font-size: 0.91rem;
  line-height: 1.65;
}

.final-cta .button {
  min-width: 225px;
}

footer {
  width: min(100% - 28px, 1240px);
  min-height: 105px;
  margin: 0 auto;
  padding: 28px 0 max(30px, env(safe-area-inset-bottom));
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  border-top: 1px solid #302a21;
  color: #6f685e;
  font: 620 0.58rem/1.4 var(--display);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

footer p {
  margin: 0;
}

footer > div {
  display: flex;
  gap: 11px;
  align-items: center;
}

.footer-line {
  width: 48px;
  height: 1px;
  background: #3b3328;
}

@media (max-width: 960px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 760px;
  }

  .demo-rig {
    width: min(100%, 640px);
    transform: none;
  }

  .plans-section {
    grid-template-columns: 1fr;
  }

  .plans-intro {
    position: static;
  }
}

@media (max-width: 720px) {
  .top-rack {
    grid-template-columns: 1fr auto;
  }

  .top-rack nav {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 62px;
  }

  h1 {
    font-size: clamp(3.1rem, 15vw, 5.5rem);
  }

  .signal-steps {
    grid-template-columns: 1fr;
  }

  .signal-steps li {
    min-height: 255px;
    border-right: 0;
    border-bottom: 1px solid #393128;
  }

  .signal-steps li:last-child {
    border-bottom: 0;
  }

  .plan-card ul {
    grid-template-columns: 1fr;
  }

  .booth-panel {
    grid-template-columns: 1fr;
  }

  .booth-meter {
    height: 180px;
  }

  footer {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  footer > div {
    width: 100%;
  }

  .footer-line {
    flex: 1;
  }
}

@media (max-width: 480px) {
  .top-rack,
  main,
  footer {
    width: min(100% - 20px, 1240px);
  }

  .top-rack {
    min-height: 52px;
    margin-top: 10px;
    padding-left: 9px;
  }

  .brand-bars {
    width: 29px;
    height: 29px;
    margin-right: 8px;
  }

  .brand-name {
    font-size: 0.7rem;
  }

  .build-state {
    padding: 0 7px;
    font-size: 0.5rem;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .availability {
    align-items: flex-start;
  }

  .demo-rig {
    padding: 25px 20px;
  }

  .serial {
    display: none;
  }

  .module-controls {
    gap: 10px;
  }

  .plan-card {
    padding: 30px 25px 27px;
  }

  .booth-panel {
    padding: 42px 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}
