@font-face {
  font-family: "Lyra Scrawl Display V4";
  src:
    url("./assets/lyra-scrawl-display-v4.woff2") format("woff2"),
    url("./assets/lyra-scrawl-display-v4.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #070707;
  --bg-soft: #111111;
  --panel: rgba(255, 255, 255, 0.04);
  --panel-strong: rgba(255, 255, 255, 0.08);
  --text: #f5f1ec;
  --muted: #c9bfb7;
  --line: rgba(255, 255, 255, 0.12);
  --accent: #b30b22;
  --accent-soft: #5d0b16;
  --accent-light: #d97b88;
  --shadow: rgba(0, 0, 0, 0.4);
  --display-font: "Lyra Scrawl Display V4", "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, serif;
  --ui-font: "Lyra Scrawl Display V4", "Helvetica Neue", "Arial Narrow", Arial, sans-serif;
  --body-font: "Lyra Scrawl Display V4", Georgia, "Times New Roman", serif;
  --max-width: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: #14090c;
  color: var(--text);
  font-family: var(--body-font);
}

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

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

.launch-page {
  overflow-x: hidden;
}

.launch-main,
.launch-footer {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
}

.launch-header {
  position: sticky;
  top: 0;
  z-index: 30;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0;
  backdrop-filter: blur(18px);
  background: rgba(7, 7, 7, 0.72);
}

.launch-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: min(calc(100% - 2rem), 1440px);
  margin: 0 auto;
  padding: 1.2rem 0;
}

.launch-brand-block {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  flex-wrap: wrap;
  flex: 0 1 auto;
  min-width: 0;
}

.site-header-brand {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  flex-wrap: wrap;
  flex: 0 1 auto;
  min-width: 0;
}

.launch-wordmark,
.launch-nav,
.launch-socials,
.site-audio-control,
.section-label,
.eyebrow,
.hero-kicker,
.hero-meta,
.button,
.release-notes,
.strip-card,
.story-points,
.footer-links,
.footer-left,
.motion-caption-label {
  font-family: var(--ui-font);
}

.launch-wordmark {
  font-size: 0.96rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.launch-nav {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  font-size: 0.77rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-left: auto;
  justify-content: flex-end;
  flex: 1 1 auto;
  max-width: 100%;
}

.launch-socials {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.launch-social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(245, 241, 236, 0.68);
  font-size: 0.66rem;
  letter-spacing: 0.12em;
}

.launch-social-link-placeholder {
  color: rgba(245, 241, 236, 0.58);
}

.launch-social-link svg {
  width: 0.95rem;
  height: 0.95rem;
  flex: 0 0 auto;
}

.launch-social-link span {
  text-transform: none;
}

.launch-nav a {
  color: rgba(245, 241, 236, 0.78);
}

.launch-nav a,
.launch-social-link,
.site-audio-control,
.footer-links a,
.site-nav a,
.button,
.site-audio-control {
  transition:
    color 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease,
    transform 160ms ease;
}

.launch-nav a:hover,
.launch-nav a:focus-visible,
.launch-social-link:hover,
.launch-social-link:focus-visible,
.site-nav a:hover,
.site-nav a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--accent-light);
}

.launch-main {
  background: #14090c;
  padding-bottom: 5rem;
}

/* Keep the launch-day hero feeling immediate without overloading the first screen. */
section {
  padding: 1.4rem 0 0;
}

.hero-panel {
  min-height: calc(100vh - 7.5rem);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: stretch;
  padding-top: 2rem;
  background: #14090c;
}

.hero-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.4rem 0 3rem;
  overflow: hidden;
}

.hero-copy-main {
  position: relative;
  z-index: 2;
  width: min(100%, 24rem);
  margin: auto 0 0 clamp(1.2rem, 3vw, 2.8rem);
}

.hero-kicker,
.section-label,
.hero-meta {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.74rem;
}

.hero-meta span:last-child {
  text-transform: none;
}

.launch-countdown {
  display: grid;
  gap: 0.3rem;
  width: fit-content;
  min-width: min(100%, 16rem);
  margin-top: 1.15rem;
  padding: 0.9rem 1rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(179, 11, 34, 0.12));
  box-shadow: 0 1rem 2.4rem rgba(0, 0, 0, 0.18);
}

.launch-countdown-eyebrow,
.launch-countdown-note,
.launch-countdown-time {
  font-family: var(--ui-font);
}

.launch-countdown-eyebrow,
.launch-countdown-note {
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.launch-countdown-eyebrow {
  color: var(--accent-light);
  font-size: 0.68rem;
}

.launch-countdown-time {
  font-size: clamp(1.3rem, 2.4vw, 1.85rem);
  line-height: 1;
  color: var(--text);
}

.launch-countdown-note {
  color: rgba(245, 241, 236, 0.68);
  font-size: 0.64rem;
}

.launch-countdown[data-launch-state="released"] .launch-countdown-time {
  color: var(--accent-light);
}

.launch-countdown-compact {
  margin-top: 1rem;
}

.hero-kicker,
.section-label {
  color: var(--accent-light);
}

.eyebrow {
  display: block;
  margin: 0 0 0.6rem;
  color: var(--accent-light);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.74rem;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--display-font);
}

h1 {
  max-width: 8ch;
  font-size: clamp(2.55rem, 5.9vw, 4.7rem);
  line-height: 0.9;
  letter-spacing: -0.028em;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(2.4rem, 6vw, 5rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

h3 {
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}

.hero-standfirst,
.release-copy p,
.visuals-copy p,
.motion-copy p,
.story-copy p,
.story-card p,
.signup-copy p,
.signup-note,
.press-card p,
.press-card li,
.legal p,
.subpage-hero p {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.7;
}

.hero-standfirst {
  max-width: 25rem;
  margin-top: 1rem;
  font-size: 0.98rem;
  line-height: 1.6;
}

.hero-cta-row {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
  margin-top: 1.45rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  padding: 0.9rem 1.3rem;
  border: 1px solid var(--line);
  font-size: 0.75rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.button-primary {
  background:
    linear-gradient(180deg, #cc1832 0%, var(--accent) 58%, var(--accent-soft) 100%);
  box-shadow: 0 1rem 2.6rem rgba(93, 11, 22, 0.34);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.02);
}

.button:hover,
.button:focus-visible {
  border-color: rgba(255, 255, 255, 0.24);
  transform: translateY(-1px);
}

.hero-meta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.15rem;
  color: rgba(245, 241, 236, 0.7);
}

.hero-media {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100%;
  padding: clamp(1.4rem, 3vw, 2.5rem);
  background: transparent;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: none;
  pointer-events: none;
}

.hero-image {
  width: min(100%, 35rem);
  margin: auto 0;
  border: 0;
  box-shadow: none;
  object-fit: cover;
}

.hero-video {
  width: 100%;
  height: 100%;
  min-height: 86vh;
  border: 1px solid rgba(255, 255, 255, 0.08);
  object-fit: cover;
  object-position: center center;
  filter: saturate(0.82) contrast(0.95) brightness(0.86);
}

.release-panel,
.motion-panel,
.story-panel,
.signup-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 2rem;
  align-items: center;
  padding-top: 4.5rem;
}

.release-panel-reverse .release-art {
  order: 2;
}

.release-panel-reverse .release-copy {
  order: 1;
}

.release-art img,
.motion-video,
.visual-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.release-art img {
  aspect-ratio: 4 / 5;
}

.release-notes {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(245, 241, 236, 0.74);
}

.strip-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding-top: 3.2rem;
}

.strip-card {
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
  background: var(--panel);
}

.strip-eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(245, 241, 236, 0.58);
}

.strip-line {
  margin: 0;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.visuals-panel {
  padding-top: 4.5rem;
}

.visuals-copy {
  max-width: 42rem;
  margin-bottom: 1.8rem;
}

.visuals-note {
  max-width: 40rem;
  margin-top: 1rem;
  color: rgba(245, 241, 236, 0.72);
}

.visual-stream-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}

.visual-card {
  position: relative;
  min-height: 14rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--panel);
  opacity: 0;
  transform: translateY(2.4rem) scale(0.985);
  transition:
    opacity 700ms ease,
    transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--visual-delay, 0ms);
}

.visual-card.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.visual-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  animation: visualDrift 18s ease-in-out infinite alternate;
}

.visual-card-live::before,
.visual-card-live::after,
.visual-card-quote::before,
.visual-card-quote::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.visual-card-live::before,
.visual-card-quote::before {
  background:
    repeating-linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.05) 0,
      rgba(255, 255, 255, 0.05) 1px,
      transparent 1px,
      transparent 4px
    ),
    linear-gradient(180deg, rgba(7, 7, 7, 0.04), rgba(7, 7, 7, 0.24));
  mix-blend-mode: screen;
  opacity: 0.18;
  animation: visualScanline 7s linear infinite;
}

.visual-card-live::after,
.visual-card-quote::after {
  background:
    linear-gradient(
      112deg,
      transparent 0%,
      transparent 34%,
      rgba(179, 11, 34, 0.2) 48%,
      transparent 62%,
      transparent 100%
    );
  opacity: 0.12;
  transform: translate3d(-8%, 0, 0);
  animation: visualGlitchFlash 5.5s steps(1, end) infinite;
}

.visual-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  animation: visualDrift 22s ease-in-out infinite alternate;
}

.visual-card-tall {
  grid-column: span 5;
  grid-row: span 2;
}

.visual-card-lead {
  grid-column: span 7;
  grid-row: span 2;
  min-height: 38rem;
}

.visual-card-feature-tall {
  grid-column: span 5;
  grid-row: span 2;
  min-height: 38rem;
}

.visual-card-single {
  min-height: 0;
  aspect-ratio: 3 / 2;
}

.visual-card-single img {
  display: block;
}

.visual-card-support {
  grid-column: span 7;
  min-height: 18rem;
}

.visual-card-wide {
  grid-column: span 7;
}

.visual-card-portrait {
  grid-column: span 3;
  min-height: 20rem;
}

.visual-card-square {
  grid-column: span 3;
}

.visual-card-motion {
  min-height: 18rem;
}

.visual-card-video-tall {
  grid-column: span 4;
  grid-row: span 2;
  min-height: 32rem;
}

.visual-card-video-square {
  grid-column: span 4;
  min-height: 18rem;
}

.visual-card-video-wide {
  grid-column: span 5;
  min-height: 24rem;
}

.visual-card-quote {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.4rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(179, 11, 34, 0.14)),
    rgba(255, 255, 255, 0.03);
}

.visual-card-quote,
.visual-card-quote p {
  animation: none;
}

.visual-card-quote-strong {
  grid-column: span 5;
  min-height: 18rem;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem;
}

.visual-card-quote::before {
  opacity: 0.1;
}

.visual-card-quote::after {
  opacity: 0.16;
}

.visual-card-label {
  margin: 0 0 0.45rem;
  font-family: var(--ui-font);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(245, 241, 236, 0.6);
}

.visual-card-copy {
  margin: 0;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.visual-card:nth-child(3n) img,
.visual-card:nth-child(3n) video {
  animation-duration: 26s;
}

.visual-card:nth-child(4n) img,
.visual-card:nth-child(4n) video {
  animation-direction: alternate-reverse;
}

@keyframes visualDrift {
  0% {
    transform: scale(1.03) translate3d(0, 0, 0);
  }

  100% {
    transform: scale(1.08) translate3d(0, -1.2%, 0);
  }
}

@keyframes visualScanline {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(0, 18px, 0);
  }
}

@keyframes visualGlitchFlash {
  0%,
  100% {
    opacity: 0.08;
    transform: translate3d(-8%, 0, 0);
  }

  9% {
    opacity: 0.08;
  }

  10% {
    opacity: 0.26;
    transform: translate3d(4%, 0, 0);
  }

  11% {
    opacity: 0.04;
    transform: translate3d(-2%, 0, 0);
  }

  38% {
    opacity: 0.08;
  }

  39% {
    opacity: 0.22;
    transform: translate3d(3%, 0, 0);
  }

  40% {
    opacity: 0.05;
    transform: translate3d(-5%, 0, 0);
  }

  72% {
    opacity: 0.08;
  }

  73% {
    opacity: 0.2;
    transform: translate3d(2%, 0, 0);
  }

  74% {
    opacity: 0.06;
    transform: translate3d(-3%, 0, 0);
  }
}

.motion-stack {
  display: grid;
  gap: 1rem;
}

.motion-embed {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #000;
}

.motion-embed-frame {
  width: 100%;
  height: 100%;
  border: 0;
}

.motion-embed-note {
  margin: -0.15rem 0 0;
  color: rgba(245, 241, 236, 0.58);
  font-size: 0.84rem;
  line-height: 1.5;
}

.motion-embed-note a {
  color: rgba(245, 241, 236, 0.84);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.motion-video {
  aspect-ratio: 9 / 16;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.motion-caption-card,
.story-card,
.press-card {
  border: 1px solid var(--line);
  background: var(--panel);
}

.motion-caption-card {
  padding: 1rem 1.1rem;
}

.motion-caption-label {
  margin: 0 0 0.35rem;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(245, 241, 236, 0.6);
}

.motion-caption-copy {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.4;
}

.story-points {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(245, 241, 236, 0.8);
}

.story-blocks {
  display: grid;
  gap: 1rem;
}

.story-card {
  padding: 1.4rem;
}

.signup-panel {
  align-items: start;
}

.signup-actions {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
  padding-top: 3.2rem;
}

.signup-note {
  max-width: 36rem;
  margin-top: 1rem;
  color: rgba(245, 241, 236, 0.72);
}

.launch-footer {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.8rem 0 3rem;
  border-top: 1px solid var(--line);
}

.footer-left,
.footer-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-left {
  color: rgba(245, 241, 236, 0.62);
}

.site-footer,
.subpage-main {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
}

.site-header {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0;
  backdrop-filter: blur(18px);
  background: rgba(7, 7, 7, 0.72);
}

.site-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: min(calc(100% - 2rem), 1440px);
  margin: 0 auto;
  padding: 1.2rem 0;
}

.wordmark,
.site-nav,
.site-header .launch-socials {
  font-family: var(--ui-font);
}

.wordmark {
  font-size: 0.96rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
  font-size: 0.77rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-left: auto;
  justify-content: flex-end;
  flex: 1 1 auto;
  max-width: 100%;
}

.site-nav a {
  color: rgba(245, 241, 236, 0.78);
}

.site-header .launch-socials {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.site-header .launch-social-link {
  color: rgba(245, 241, 236, 0.76);
}

.site-header .launch-social-link span {
  letter-spacing: 0.08em;
}

.site-header-actions,
.launch-header-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex: 0 0 auto;
}

.site-audio-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.45rem;
  height: 2.45rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(10, 10, 10, 0.26);
  color: rgba(245, 241, 236, 0.74);
  cursor: pointer;
  backdrop-filter: blur(14px);
}

.site-audio-control svg {
  width: 0.88rem;
  height: 0.88rem;
  flex: 0 0 auto;
}

.site-audio-control:hover,
.site-audio-control:focus-visible {
  color: rgba(245, 241, 236, 0.96);
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(10, 10, 10, 0.42);
}

.site-audio-control.is-active {
  border-color: rgba(179, 11, 34, 0.92);
  background:
    linear-gradient(180deg, rgba(204, 24, 50, 0.22), rgba(93, 11, 22, 0.9)),
    rgba(179, 11, 34, 0.82);
  color: var(--text);
}

.site-header-light .site-audio-control {
  border-color: rgba(16, 16, 16, 0.14);
  background: rgba(255, 255, 255, 0.62);
  color: rgba(16, 16, 16, 0.82);
}

.site-header-light .site-audio-control.is-active {
  border-color: rgba(179, 11, 34, 0.44);
  background:
    linear-gradient(180deg, rgba(204, 24, 50, 0.16), rgba(179, 11, 34, 0.92)),
    rgba(179, 11, 34, 0.88);
  color: #f5f1ec;
}

.subpage-main {
  padding-bottom: 4rem;
}

.hero-logo-wrap {
  width: min(100%, 34rem);
  margin: 0 auto;
  position: relative;
  z-index: 2;
  min-height: clamp(11rem, 18vw, 14rem);
  padding: 0 0 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.hero-logo-image {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: min(23rem, 76%);
  margin: 0;
  height: auto;
  opacity: 0.95;
  filter:
    brightness(0) invert(1)
    drop-shadow(0 0 20px rgba(245, 241, 236, 0.22))
    drop-shadow(0 18px 42px rgba(0, 0, 0, 0.28));
  transform: translate(-50%, -48%);
}

.hero-lyra-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  color: rgba(52, 27, 28, 0.96);
  font-family: var(--display-font);
  font-size: clamp(8.8rem, 15.5vw, 12.8rem);
  line-height: 0.82;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.hero-kicker,
.hero-copy-main h1,
.hero-standfirst,
.hero-cta-row,
.hero-meta {
  position: relative;
  z-index: 2;
}

.subpage-hero {
  padding: 4rem 0 2rem;
}

.press-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding-bottom: 2rem;
}

.socials-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding-bottom: 2rem;
}

.social-card {
  display: grid;
  gap: 0.7rem;
  padding: 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(179, 11, 34, 0.12)),
    rgba(255, 255, 255, 0.03);
  min-height: 14rem;
  align-content: end;
}

.social-card:hover,
.social-card:focus-visible {
  border-color: rgba(255, 255, 255, 0.22);
  transform: translateY(-1px);
}

.social-card-icon {
  display: inline-flex;
  width: 4rem;
  height: 4rem;
  color: var(--text);
}

.social-card-icon svg {
  width: 100%;
  height: 100%;
}

.social-card-label {
  font-family: var(--ui-font);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-light);
}

.social-card strong {
  font-size: clamp(2rem, 5vw, 3.6rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  word-break: break-word;
}

.press-card {
  padding: 1.3rem;
}

.press-card .launch-countdown {
  margin-top: 1rem;
}

.press-card ul {
  margin: 0;
  padding-left: 1rem;
}

.press-card video {
  width: 100%;
  margin-top: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #000;
}

.visual-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding: 1rem 0 2rem;
}

.launch-links-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding-top: 1rem;
}

.visual-rail figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel);
}

.visual-rail img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.site-header-light {
  background: rgba(242, 239, 232, 0.94);
  border-bottom: 1px solid rgba(16, 16, 16, 0.08);
}

.site-header-light .wordmark,
.site-header-light .site-nav a,
.site-header-light .launch-social-link {
  color: rgba(16, 16, 16, 0.82);
}

.site-header-light .site-nav a:hover,
.site-header-light .site-nav a:focus-visible,
.site-header-light .launch-social-link:hover,
.site-header-light .launch-social-link:focus-visible {
  color: var(--accent);
}

.smart-link-page {
  background: #14090c;
  color: var(--text);
}

.smart-link-page .button-secondary,
.smart-link-page .footer-links a,
.smart-link-page .site-nav a {
  color: rgba(245, 241, 236, 0.82);
}

.smart-link-page .launch-social-link,
.smart-link-page .wordmark {
  color: rgba(245, 241, 236, 0.86);
}

.smart-link-main,
.thanks-main {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
  padding: 2.4rem 0 4rem;
}

.smart-link-hero {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  gap: 2rem;
  align-items: center;
  padding: 2rem 0 1rem;
}

.smart-link-art {
  margin: 0;
}

.smart-link-art img,
.smart-link-video,
.thanks-hero-image img {
  width: 100%;
  border-radius: 1.5rem;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.32);
}

.smart-link-video {
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #050505;
  object-fit: cover;
  object-position: center center;
  filter: saturate(0.88) contrast(0.96) brightness(0.92);
}

.smart-link-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 100%;
  padding: 0.6rem 0 1.5rem;
}

.smart-link-logo-wrap {
  width: min(100%, 42rem);
  margin: 0 0 1.1rem;
  justify-self: start;
  min-height: clamp(10rem, 14vw, 12rem);
  padding-bottom: 2.2rem;
}

.smart-link-logo-wrap .hero-logo-image {
  width: min(22rem, 62%);
}

.smart-link-logo-wrap .hero-lyra-mark {
  font-size: clamp(7.8rem, 13vw, 11.4rem);
}

.smart-link-wordmark {
  width: min(46rem, 100%);
  max-width: none;
  margin: 0 0 2.4rem;
  filter: brightness(0) invert(1);
}

.smart-link-copy h1,
.smart-link-kicker,
.smart-link-standfirst,
.smart-link-state {
  max-width: 34rem;
}

.smart-link-actions {
  margin-top: 1.3rem;
}

.smart-link-kicker,
.smart-link-state,
.service-copy small,
.private-list-fineprint,
.thanks-links,
.smart-link-route-note,
.thanks-signoff {
  font-family: var(--ui-font);
}

.smart-link-kicker {
  margin: 0 0 0.55rem;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.76rem;
}

.smart-link-copy h1,
.thanks-card h1 {
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 0.95;
}

.smart-link-standfirst {
  max-width: 34rem;
  margin: 0.85rem 0 0;
  font-size: 1.08rem;
  line-height: 1.65;
  color: rgba(245, 241, 236, 0.82);
}

.smart-link-state {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.05rem;
  color: rgba(245, 241, 236, 0.58);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
}

.smart-link-route-note {
  margin: 0.95rem 0 0;
  color: rgba(245, 241, 236, 0.62);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.smart-link-route-note a {
  color: rgba(245, 241, 236, 0.9);
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.smart-link-panel,
.private-list-panel,
.thanks-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
}

.smart-link-panel,
.private-list-panel {
  margin-top: 1.6rem;
  padding: 1.8rem;
}

.smart-link-panel-intro p:last-child,
.private-list-copy p:last-child,
.thanks-card p {
  color: rgba(245, 241, 236, 0.72);
}

.service-stack {
  display: grid;
  gap: 0.95rem;
  margin-top: 1.6rem;
}

.service-row {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1.1rem;
  align-items: center;
  padding: 1.1rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.15rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.service-row:hover,
.service-row:focus-visible {
  border-color: rgba(179, 11, 34, 0.34);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.05);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 1.1rem 2.6rem rgba(0, 0, 0, 0.18);
  transform: translateY(-2px);
}

.service-row-primary {
  border-color: rgba(179, 11, 34, 0.28);
  background:
    linear-gradient(180deg, rgba(179, 11, 34, 0.12), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.05);
}

.service-row-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(217, 123, 136, 0.16);
  pointer-events: none;
}

.service-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.35rem;
  height: 3.35rem;
  border-radius: 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.03);
  color: #f5f1ec;
  font-family: var(--ui-font);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-badge svg {
  width: 1.6rem;
  height: 1.6rem;
  display: block;
}

.service-badge-spotify {
  color: #1ed760;
}

.service-badge-apple {
  color: #f5f1ec;
}

.service-badge-youtube-music {
  color: #ff3b30;
}

.service-badge-amazon {
  color: #f5f1ec;
}

.service-badge-list {
  color: #f5f1ec;
}

.service-copy {
  display: grid;
  gap: 0.2rem;
}

.service-eyebrow {
  color: rgba(245, 241, 236, 0.44);
  font-family: var(--ui-font);
  font-size: 0.63rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.service-copy strong {
  font-family: var(--ui-font);
  font-size: 1.02rem;
  letter-spacing: 0.02em;
}

.service-copy small {
  max-width: 32rem;
  font-size: 0.74rem;
  line-height: 1.5;
  color: rgba(245, 241, 236, 0.58);
}

.service-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  min-width: 8.5rem;
  padding: 0.85rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(245, 241, 236, 0.14), rgba(245, 241, 236, 0.09)),
    rgba(245, 241, 236, 0.12);
  color: var(--text);
  font-family: var(--ui-font);
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}

.service-row-list .service-action {
  border-color: rgba(179, 11, 34, 0.26);
  background:
    linear-gradient(180deg, rgba(179, 11, 34, 0.22), rgba(179, 11, 34, 0.12)),
    rgba(179, 11, 34, 0.12);
  color: #f5d8dd;
}

.smart-link-note {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.smart-link-note p,
.private-list-fineprint {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.5;
  color: rgba(245, 241, 236, 0.58);
}

.private-list-form {
  display: flex;
  gap: 0.85rem;
  align-items: center;
  margin-top: 1.4rem;
}

.private-list-form .button {
  width: fit-content;
}

.thanks-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 2rem;
  align-items: center;
  min-height: calc(100vh - 10rem);
}

.thanks-hero-image {
  margin: 0;
}

.thanks-card {
  padding: 2rem;
}

.thanks-signoff {
  margin: 1rem 0 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  color: rgba(245, 241, 236, 0.48);
}

.thanks-button {
  width: 100%;
  justify-content: center;
}

.thanks-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer-light {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
  padding-bottom: 2rem;
}

.legal {
  min-height: 100vh;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 980px) {
  .hero-panel,
  .release-panel,
  .motion-panel,
  .story-panel,
  .signup-panel,
  .press-grid,
  .socials-grid,
  .strip-panel {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding-top: 4rem;
  }

  .release-panel-reverse .release-art,
  .release-panel-reverse .release-copy {
    order: initial;
  }

  .hero-media,
  .hero-video {
    min-height: 62vh;
  }

  .hero-logo-wrap,
  .hero-copy-main {
    width: min(100%, 34rem);
    margin-left: 0;
  }

  .hero-logo-wrap {
    min-height: 12rem;
    padding-bottom: 3.8rem;
  }

  .visual-stream-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .smart-link-hero,
  .thanks-layout {
    grid-template-columns: 1fr;
  }

  .private-list-form {
    flex-direction: column;
    align-items: stretch;
  }

  .visual-card,
  .visual-card-tall,
  .visual-card-wide,
  .visual-card-portrait,
  .visual-card-square,
  .visual-card-quote,
  .visual-card-video-tall,
  .visual-card-video-square,
  .visual-card-video-wide {
    grid-column: auto;
    grid-row: auto;
  }

  .visual-card {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 720px) {
  .launch-header,
  .launch-footer,
  .site-header-inner,
  .launch-header-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .launch-brand-block,
  .launch-socials,
  .site-header-actions,
  .launch-header-actions {
    width: 100%;
  }

  .site-header-actions,
  .launch-header-actions {
    margin-left: 0;
  }

  .site-audio-control {
    width: 2.3rem;
    height: 2.3rem;
  }

  .launch-nav,
  .site-nav {
    width: 100%;
    gap: 0.8rem 1rem;
    margin-left: 0;
    justify-content: flex-start;
  }

  .launch-socials,
  .site-header .launch-socials {
    gap: 0.6rem;
  }

  .launch-social-link span {
    display: none;
  }

  .hero-panel {
    min-height: auto;
  }

  .hero-copy {
    padding-top: 2rem;
  }

  .hero-logo-image {
    width: min(16.8rem, 76%);
  }

  .hero-lyra-mark {
    top: 50%;
    left: 50%;
    font-size: clamp(6.2rem, 18vw, 8rem);
    letter-spacing: -0.01em;
  }

  .hero-logo-wrap {
    min-height: 8.8rem;
    padding-bottom: 2.8rem;
  }

  .hero-copy-main {
    margin-left: 0;
  }

  h1 {
    font-size: clamp(2.35rem, 11vw, 3.8rem);
  }

  .hero-standfirst {
    max-width: 100%;
  }

  .hero-standfirst,
  .release-copy p,
  .visuals-copy p,
  .motion-copy p,
  .story-copy p,
  .story-card p,
  .signup-copy p,
  .press-card p,
  .press-card li,
  .legal p,
  .subpage-hero p {
    font-size: 0.98rem;
  }

  .visual-stream-grid {
    grid-template-columns: 1fr;
  }

  .visual-rail {
    grid-template-columns: 1fr;
  }

  .hero-logo-image {
    width: min(34rem, 100%);
  }

  .launch-links-grid {
    grid-template-columns: 1fr;
  }

  .smart-link-main,
  .thanks-main {
    width: min(calc(100% - 1.4rem), var(--max-width));
    padding-top: 1.2rem;
  }

  .smart-link-copy {
    padding-top: 0;
  }

  .smart-link-actions {
    width: 100%;
  }

  .smart-link-actions .button {
    width: 100%;
  }

  .smart-link-logo-wrap {
    width: min(100%, 34rem);
    margin-bottom: 1rem;
    min-height: 8.8rem;
    padding-bottom: 2.1rem;
  }

  .smart-link-logo-wrap .hero-logo-image {
    width: min(16.8rem, 76%);
  }

  .smart-link-logo-wrap .hero-lyra-mark {
    font-size: clamp(6.2rem, 18vw, 8rem);
  }

  .smart-link-wordmark {
    width: min(34rem, 100%);
    margin-bottom: 1.6rem;
  }

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

  .service-action {
    grid-column: 1 / -1;
    width: 100%;
    justify-self: stretch;
  }

  .visual-card img,
  .visual-card video {
    animation-duration: 16s;
  }

  section {
    padding-top: 3.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .visual-card,
  .visual-card img,
  .visual-card video,
  .visual-card-live::before,
  .visual-card-live::after,
  .visual-card-quote::before,
  .visual-card-quote::after {
    animation: none !important;
    transition: none !important;
  }
}
