@font-face {
  font-family: "Tachyon W00";
  font-weight: 200;
  font-style: normal;
  src: url("https://freight.cargo.site/m/Q2833252267644837889505299714325/Tachyon-W00-Light.woff") format("woff");
}

@font-face {
  font-family: "Tachyon W00";
  font-weight: 400;
  font-style: normal;
  src: url("https://freight.cargo.site/m/U2833252393765227121457504112917/Tachyon-W00-Regular.woff") format("woff");
}

:root {
  color-scheme: dark;
  --bg: #030303;
  --ink: #f2f2f0;
  --muted: rgba(242, 242, 240, 0.68);
  --dim: rgba(242, 242, 240, 0.46);
  --line: rgba(242, 242, 240, 0.28);
  --panel: #080808;
  --font-body: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-display: "Tachyon W00", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.35;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

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

button,
input,
summary {
  font: inherit;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 100;
  transform: translateY(-160%);
  border: 1px solid var(--line);
  background: var(--ink);
  color: var(--bg);
  padding: 10px 12px;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 24px 28px;
  pointer-events: none;
}

.brand-mark,
.site-menu {
  pointer-events: auto;
}

.brand-mark,
.brand {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.18rem;
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
}

.brand-mark {
  font-family: var(--font-body);
  font-size: 1.15rem;
  font-weight: 900;
}

.site-menu {
  position: relative;
}

.site-menu summary {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1;
  list-style: none;
  text-transform: uppercase;
}

.site-menu summary::-webkit-details-marker {
  display: none;
}

.menu-lines {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 10px;
}

.menu-lines::before,
.menu-lines::after {
  position: absolute;
  right: 0;
  width: 13px;
  height: 2px;
  content: "";
  background: currentColor;
}

.menu-lines::before {
  top: 2px;
}

.menu-lines::after {
  top: 7px;
}

.nav-panel {
  position: absolute;
  top: 42px;
  right: 0;
  display: grid;
  min-width: 180px;
  border: 1px solid var(--line);
  background: rgba(3, 3, 3, 0.92);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.48);
  opacity: 0;
  padding: 9px;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 160ms ease, transform 160ms ease;
  backdrop-filter: blur(18px);
}

.site-menu[open] .nav-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-panel a {
  min-height: 38px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 38px;
  padding: 0 10px;
  text-transform: uppercase;
}

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

.landing {
  display: grid;
  min-height: 92svh;
  grid-template-rows: 53fr 47fr;
  border-bottom: 1px solid var(--line);
}

.hero-stage,
.choice-panel {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.hero-stage {
  display: grid;
  min-height: 410px;
  place-items: center;
  border-bottom: 1px solid var(--line);
}

.hero-stage img,
.choice-panel::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.3) brightness(0.46);
}

.hero-stage img {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 176%;
  max-width: none;
  object-position: left center;
  transform: none;
}

.hero-stage::after,
.choice-panel::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.2), transparent 28%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.82));
}

.hero-lockup {
  display: grid;
  place-items: center;
  padding: 72px 24px 36px;
  text-align: center;
}

.hero-lockup h1 {
  margin: 0;
  color: var(--ink);
  font-size: 9.5rem;
  font-weight: 950;
  line-height: 0.82;
  text-transform: uppercase;
}

.hero-lockup p {
  margin: 14px 0 0;
  color: rgba(242, 242, 240, 0.82);
  font-size: 1.3rem;
  font-weight: 800;
  text-transform: uppercase;
}

.choice-grid {
  display: grid;
  min-height: 340px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.choice-panel {
  display: grid;
  place-items: center;
  border-right: 1px solid var(--line);
  color: var(--ink);
  text-align: center;
}

.choice-panel:last-child {
  border-right: 0;
}

.choice-panel::before {
  content: "";
  background-position: center;
  background-size: cover;
  transition: filter 180ms ease, transform 180ms ease;
}

.listen-panel::before {
  background-image: url("assets/panel-listen.jpg");
  background-position: 10% center;
  background-size: 230%;
}

.make-panel::before {
  background-image: url("assets/panel-make.jpg");
  background-position: 98% center;
  background-size: 260%;
}

.choice-panel:hover::before,
.choice-panel:focus-visible::before {
  filter: grayscale(1) contrast(1.42) brightness(0.58);
  transform: scale(1.025);
}

.choice-panel:focus-visible {
  outline: 1px solid var(--ink);
  outline-offset: -8px;
}

.choice-title,
.choice-subtitle,
.choice-arrow {
  display: block;
}

.choice-title {
  font-size: 5.2rem;
  font-weight: 950;
  line-height: 0.82;
  text-transform: uppercase;
}

.choice-subtitle {
  margin-top: 14px;
  color: rgba(242, 242, 240, 0.82);
  font-size: 0.95rem;
  font-weight: 850;
  text-transform: uppercase;
}

.choice-arrow {
  margin-top: 28px;
  font-size: 2.1rem;
  line-height: 1;
}

.ticker {
  display: flex;
  min-height: 68px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
  border-bottom: 1px solid var(--line);
  background: #050505;
  padding: 14px 28px;
}

.ticker a,
.archive-head > a,
.link-row a {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 850;
  text-transform: uppercase;
}

.ticker a:hover,
.ticker a:focus-visible,
.archive-head > a:hover,
.archive-head > a:focus-visible,
.link-row a:hover,
.link-row a:focus-visible {
  color: var(--ink);
  outline: 0;
}

.section,
.archive-band {
  padding: 86px 28px;
}

.section-head,
.archive-head {
  display: grid;
  gap: 12px;
  margin-bottom: 34px;
}

.eyebrow {
  margin: 0;
  color: var(--dim);
  font-size: 0.74rem;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

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

h2 {
  max-width: 920px;
  margin-bottom: 0;
  font-size: 4.6rem;
  font-weight: 950;
  line-height: 0.9;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 950;
  line-height: 0.92;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.split-section,
.live-section,
.connect-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 54px;
  align-items: start;
  border-bottom: 1px solid var(--line);
}

.feature-release {
  display: grid;
  min-width: 0;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 24px;
  align-items: end;
  border: 1px solid var(--line);
  background: var(--panel);
  padding: 18px;
}

.release-art {
  overflow: hidden;
}

.release-art img,
.archive-preview img,
.video-card img {
  filter: grayscale(1) contrast(1.08);
}

.release-copy {
  display: grid;
  min-width: 0;
  gap: 13px;
}

.release-copy p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--muted);
}

.link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.link-row a,
.archive-head > a {
  min-height: 34px;
  border: 1px solid var(--line);
  line-height: 34px;
  padding: 0 12px;
}

.archive-band {
  border-bottom: 1px solid var(--line);
  background: #050505;
}

.archive-head {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.archive-preview {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  overflow: hidden;
  background: #050505;
}

.archive-preview img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  opacity: 0.86;
  transition: opacity 160ms ease, transform 160ms ease;
}

.archive-preview span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  min-height: 36px;
  border: 1px solid rgba(242, 242, 240, 0.42);
  background: rgba(3, 3, 3, 0.78);
  color: var(--ink);
  font-size: 0.74rem;
  font-weight: 900;
  line-height: 36px;
  padding: 0 14px;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.archive-preview:hover img,
.archive-preview:focus-visible img {
  opacity: 1;
  transform: scale(1.018);
}

.archive-preview:focus-visible {
  outline: 1px solid var(--ink);
  outline-offset: 4px;
}

.routes {
  border-bottom: 1px solid var(--line);
}

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

.route-card {
  display: grid;
  min-height: 260px;
  align-content: space-between;
  background: #070707;
  color: var(--ink);
  padding: 20px;
  transition: background 160ms ease;
}

.route-card span {
  color: var(--dim);
  font-size: 0.78rem;
  font-weight: 900;
}

.route-card h3 {
  margin-top: auto;
}

.route-card p {
  margin: 12px 0 0;
  color: var(--muted);
}

.route-card:hover,
.route-card:focus-visible {
  background: #111;
  outline: 0;
}

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

.video-card {
  display: grid;
  gap: 10px;
  background: #050505;
  color: var(--ink);
  padding: 12px;
}

.video-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.video-card span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

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

.contact-block,
.email-form {
  background: #070707;
  padding: 20px;
}

.contact-block p,
.email-form label,
.email-success {
  display: block;
  margin: 0 0 12px;
  color: var(--dim);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-block a {
  overflow-wrap: anywhere;
  font-size: 1.65rem;
  font-weight: 900;
  line-height: 0.98;
  text-transform: uppercase;
}

.email-form {
  grid-column: 1 / -1;
}

.email-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 46px;
  border: 1px solid var(--line);
  overflow: hidden;
}

.email-row input,
.email-row button {
  min-height: 46px;
  border: 0;
  background: transparent;
  color: var(--ink);
}

.email-row input {
  min-width: 0;
  padding: 0 14px;
  outline: 0;
  text-transform: lowercase;
}

.email-row button {
  border-left: 1px solid var(--line);
  cursor: pointer;
  font-weight: 950;
}

.email-row input:focus,
.email-row button:focus-visible {
  background: rgba(242, 242, 240, 0.06);
  outline: 0;
}

.email-success {
  display: none;
  margin: 12px 0 0;
  color: var(--ink);
}

.email-form.is-sent .email-success {
  display: block;
}

.email-frame {
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
  padding: 22px 28px;
}

.site-footer p {
  margin: 0;
  color: var(--dim);
  font-size: 0.74rem;
  font-weight: 850;
  text-transform: uppercase;
}

.socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
}

.socials a {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--line);
  color: var(--muted);
  transition: color 160ms ease, background 160ms ease;
}

.socials a:hover,
.socials a:focus-visible {
  background: var(--ink);
  color: var(--bg);
  outline: 0;
}

.socials svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.socials .fill {
  fill: currentColor;
  stroke: none;
}

@media (max-width: 1100px) {
  .hero-lockup h1 {
    font-size: 7.2rem;
  }

  .choice-title {
    font-size: 4.2rem;
  }

  h2 {
    font-size: 3.6rem;
  }

  .route-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .site-header {
    padding: 18px 16px;
  }

  .landing {
    min-height: 0;
    grid-template-rows: auto auto;
  }

  .hero-stage {
    min-height: 58svh;
  }

  .hero-stage img {
    width: 220%;
  }

  .hero-lockup {
    padding: 74px 14px 24px;
  }

  .hero-lockup h1 {
    font-size: 4.25rem;
  }

  .hero-lockup p {
    margin-top: 10px;
    font-size: 0.95rem;
  }

  .choice-grid {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .choice-panel {
    min-height: 220px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .choice-title {
    font-size: 3.3rem;
  }

  .choice-subtitle {
    font-size: 0.78rem;
  }

  .section,
  .archive-band {
    padding: 62px 16px;
  }

  .split-section,
  .live-section,
  .connect-section {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  h2 {
    font-size: 2.8rem;
  }

  h3 {
    font-size: 2.2rem;
  }

  .feature-release,
  .contact-grid,
  .video-grid {
    grid-template-columns: 1fr;
  }

  .feature-release {
    gap: 16px;
  }

  .archive-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .archive-preview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .archive-preview span {
    right: 10px;
    bottom: 10px;
    max-width: calc(100% - 20px);
    white-space: normal;
  }

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

  .route-card {
    min-height: 170px;
  }

  .contact-block a {
    font-size: 1.2rem;
  }

  .site-footer {
    display: grid;
    align-items: start;
    padding: 22px 16px;
  }
}

@media (max-width: 380px) {
  .hero-lockup h1 {
    font-size: 3.65rem;
  }

  .choice-title {
    font-size: 2.8rem;
  }

  h2 {
    font-size: 2.35rem;
  }
}

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