/* Voltra TV v9 — dependency-free static site */
/* Outfit variable font, sourced from Google Fonts and self-hosted for speed. */
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/outfit-latin.woff2") format("woff2");
}

:root {
  --black: #050505;
  --ink: #0b0b0c;
  --panel: #111113;
  --panel-2: #171719;
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 255, 255, 0.22);
  --white: #f7f4ef;
  --muted: #a5a2a0;
  --orange: #ff5a1f;
  --orange-light: #ff7a24;
  --red: #ed1c24;
  --green: #7ee2a8;
  --radius: 22px;
  --shell: min(1240px, calc(100% - 48px));
  --display: "Outfit", ui-sans-serif, system-ui, sans-serif;
  --body: "Outfit", ui-sans-serif, system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-width: 320px;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 2%, rgba(255, 90, 31, 0.09), transparent 26rem),
    var(--black);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  font-synthesis-weight: none;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.22;
  background-image: linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 48px 48px;
}

.particle-field {
  position: fixed;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.82;
}

.home-page > .site-header,
.home-page > main,
.home-page > .site-footer {
  position: relative;
  z-index: 1;
}

.home-page > .site-header {
  position: sticky;
  z-index: 30;
}

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

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

button,
summary {
  font: inherit;
}

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--orange-light);
  outline-offset: 4px;
}

::selection {
  color: var(--black);
  background: var(--orange-light);
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 16px;
  color: var(--black);
  background: var(--white);
  border-radius: 999px;
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid transparent;
  background: rgba(5, 5, 5, 0.74);
  backdrop-filter: blur(18px);
  transition: border-color 180ms ease, background 180ms ease;
}

.site-header.is-scrolled {
  border-bottom-color: var(--line);
  background: rgba(5, 5, 5, 0.93);
}

.header-inner {
  display: flex;
  align-items: center;
  min-height: 76px;
  gap: 34px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--display);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.2em;
  white-space: nowrap;
}

.brand img {
  width: 37px;
  height: 32px;
  object-fit: cover;
  object-position: top center;
}

.brand b {
  color: var(--orange);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
}

.desktop-nav a,
.footer-links a {
  color: #b5b1ae;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.02em;
  transition: color 160ms ease;
}

.desktop-nav a:hover,
.desktop-nav a[aria-current="page"],
.footer-links a:hover {
  color: var(--white);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  gap: 18px;
  border: 1px solid var(--orange);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(110deg, var(--orange-light), var(--red));
  box-shadow: 0 10px 32px rgba(237, 28, 36, 0.2);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 42px rgba(255, 90, 31, 0.3);
}

.button--small {
  min-height: 42px;
  padding-inline: 18px;
  font-size: 11px;
}

.button--light {
  color: var(--black);
  background: var(--white);
  border-color: var(--white);
  box-shadow: none;
}

.button--ghost {
  background: transparent;
  border-color: var(--line-strong);
  box-shadow: none;
}

.button--device {
  gap: 10px;
}

.button--device::before {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background: currentColor;
  content: "";
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.button--mobile::before {
  mask-image: url("icon-mobile.svg");
  -webkit-mask-image: url("icon-mobile.svg");
}

.button--tv::before {
  mask-image: url("icon-tv.svg");
  -webkit-mask-image: url("icon-tv.svg");
}

.header-downloads {
  display: flex;
  gap: 8px;
}

.header-downloads .button {
  min-width: 88px;
  padding-inline: 14px;
}

.mobile-nav {
  display: none;
  margin-left: auto;
}

.mobile-nav summary {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  cursor: pointer;
  list-style: none;
}

.mobile-nav summary::-webkit-details-marker {
  display: none;
}

.mobile-nav summary span,
.mobile-nav summary::after {
  width: 16px;
  height: 1px;
  background: var(--white);
  content: "";
  transition: transform 160ms ease;
}

.mobile-nav summary span {
  transform: translateY(3px);
}

.mobile-nav summary::after {
  transform: translateY(-3px);
}

.mobile-nav[open] summary span {
  transform: translateY(1px) rotate(45deg);
}

.mobile-nav[open] summary::after {
  transform: translateY(-1px) rotate(-45deg);
}

.mobile-nav nav {
  position: fixed;
  top: 76px;
  left: 0;
  display: grid;
  width: 100%;
  padding: 20px 24px 30px;
  background: rgba(5, 5, 5, 0.98);
  border-bottom: 1px solid var(--line);
}

.mobile-nav nav a {
  padding: 15px 4px;
  border-bottom: 1px solid var(--line);
  font-family: var(--display);
  font-size: 25px;
  font-weight: 760;
  letter-spacing: -0.03em;
}

.eyebrow,
.release-pill,
.platform-label {
  margin: 0 0 22px;
  color: var(--orange-light);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  min-height: calc(100vh - 76px);
  align-items: center;
  gap: 34px;
  padding-block: 62px 86px;
}

.hero-copy {
  position: relative;
  z-index: 3;
}

.release-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 13px 8px 10px;
  gap: 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #d6d2ce;
  background: rgba(255, 255, 255, 0.025);
  letter-spacing: 0.1em;
}

.release-pill span {
  width: 7px;
  height: 7px;
  background: var(--orange);
  border-radius: 50%;
  box-shadow: 0 0 12px var(--orange);
}

.hero h1,
.page-intro h1,
.article-header h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.25rem, 5.6vw, 5.75rem);
  font-weight: 850;
  letter-spacing: -0.055em;
  line-height: 0.92;
}

.hero h1 em {
  color: var(--orange);
  font-style: normal;
}

.hero-dek {
  max-width: 540px;
  margin: 30px 0 0;
  color: #bbb7b4;
  font-size: clamp(1.02rem, 1.45vw, 1.2rem);
}

.hero-tv-code {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  margin-top: 28px;
  padding: 14px 17px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.025);
  backdrop-filter: blur(12px);
}

.hero-tv-code__label {
  display: grid;
  gap: 1px;
}

.hero-tv-code__label strong,
.hero-tv-code__label span,
.hero-tv-code__copy > span {
  font-family: var(--display);
  font-weight: 750;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero-tv-code__label strong {
  color: var(--white);
  font-size: 11px;
  letter-spacing: 0.12em;
}

.hero-tv-code__label span,
.hero-tv-code__copy > span {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.09em;
}

.hero-tv-code__copy {
  display: flex;
  align-items: center;
  gap: 11px;
  padding-left: 22px;
  border-left: 1px solid var(--line);
}

.hero-tv-code__copy button {
  padding: 0;
  border: 0;
  color: var(--orange-light);
  background: transparent;
  cursor: pointer;
  font-family: var(--display);
  font-size: 22px;
  font-weight: 820;
  letter-spacing: 0.06em;
  line-height: 1;
}

.hero-tv-code__copy button:hover {
  color: var(--white);
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 34px;
}

.hero-downloads {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: min(100%, 390px);
}

.hero-downloads .button {
  min-width: 0;
  padding-inline: 16px;
}

.hero-tv-code + .hero-actions {
  margin-top: 24px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding-block: 7px;
  border-bottom: 1px solid var(--line-strong);
  font-size: 13px;
  font-weight: 750;
  transition: border-color 160ms ease, color 160ms ease;
}

.text-link:hover {
  color: var(--orange-light);
  border-color: var(--orange);
}

.hero-proof {
  display: flex;
  margin-top: 58px;
  border-top: 1px solid var(--line);
}

.hero-proof div {
  display: grid;
  flex: 1;
  gap: 2px;
  padding: 22px 14px 0 0;
}

.hero-proof strong {
  font-family: var(--display);
  font-size: 25px;
  letter-spacing: -0.04em;
}

.hero-proof span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hero-stage {
  position: relative;
  min-height: 610px;
  perspective: 1000px;
}

.hero-stage::before {
  position: absolute;
  inset: 7% -15% 2% 0;
  content: "";
  background: radial-gradient(circle at 52% 52%, rgba(255, 90, 31, 0.28), transparent 58%);
  filter: blur(22px);
}

.stage-kicker {
  position: absolute;
  top: 7%;
  right: 1%;
  z-index: 5;
  color: rgba(255, 255, 255, 0.4);
  font-family: var(--display);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.26em;
  writing-mode: vertical-rl;
}

.hero-device {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: #000;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.65);
}

.hero-device::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.07), transparent 32%);
}

.hero-device img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-device--tv {
  top: 12%;
  left: 0;
  width: 94%;
  aspect-ratio: 16 / 9;
  transform: rotateY(-6deg) rotateZ(-1deg);
}

.hero-device--phone {
  right: 1%;
  bottom: 0;
  z-index: 3;
  width: 24%;
  aspect-ratio: 738 / 1600;
  border-radius: 22px;
  transform: rotate(2deg);
  box-shadow: 0 52px 120px rgba(0, 0, 0, 0.78), 0 0 75px rgba(255, 90, 31, 0.12);
}

.device-label {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 4;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: #fff;
  background: rgba(5, 5, 5, 0.78);
  backdrop-filter: blur(10px);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.stage-chip {
  position: absolute;
  z-index: 6;
  padding: 9px 13px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: #d6d2ce;
  background: rgba(13, 13, 14, 0.86);
  backdrop-filter: blur(12px);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stage-chip--top {
  top: 6%;
  left: 1%;
}

.stage-chip--bottom {
  right: auto;
  bottom: 4%;
  left: 1%;
}

.marquee {
  overflow: hidden;
  padding-block: 17px;
  border-block: 1px solid var(--line);
  color: #d8d4d0;
  background: #0a0a0b;
}

.marquee div {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 42px;
  margin-inline: auto;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.marquee i {
  color: var(--orange);
  font-style: normal;
}

.section {
  padding-block: 140px;
}

.section--compact {
  padding-block: 90px;
}

.section--contrast {
  border-block: 1px solid var(--line);
  background: #0d0d0f;
}

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

.section-heading--split {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.55fr);
  align-items: end;
  gap: 80px;
}

.section-heading h2,
.release-cta h2,
.feature-detail h2,
.download-card h2,
.article-body h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.4rem, 4.4vw, 4.5rem);
  font-weight: 840;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.section-heading > p:last-child,
.section-heading--split > p,
.release-cta p,
.feature-detail__copy > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.feature-list {
  border-top: 1px solid var(--line-strong);
}

.feature-list article {
  display: grid;
  grid-template-columns: 80px minmax(230px, 0.65fr) minmax(280px, 1fr);
  gap: 34px;
  align-items: baseline;
  padding: 36px 0;
  border-bottom: 1px solid var(--line);
}

.feature-list article > span,
.feature-detail__index,
.install-steps > li > span {
  color: var(--orange);
  font-family: var(--display);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.feature-list h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.65rem, 2.4vw, 2.4rem);
  letter-spacing: -0.04em;
}

.feature-list p {
  max-width: 600px;
  margin: 0;
  color: var(--muted);
}

.feature-showcase {
  display: grid;
  overflow: hidden;
  grid-template-columns: 0.65fr 1.35fr;
  min-height: 560px;
  margin-top: 100px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.feature-showcase__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 54px;
}

.feature-showcase__copy h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.2rem, 3.2vw, 3.4rem);
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.feature-showcase__copy > p:not(.eyebrow) {
  margin: 24px 0 30px;
  color: var(--muted);
}

.feature-showcase__copy .text-link {
  align-self: flex-start;
}

.feature-showcase__image {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  background: #000;
}

.feature-showcase__image::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(90deg, var(--panel), transparent 22%);
}

.player-showcase__tv,
.player-showcase__mobile {
  position: absolute;
  display: block;
  border: 1px solid var(--line-strong);
  background: #000;
  object-fit: cover;
  box-shadow: 0 28px 65px rgba(0, 0, 0, 0.58);
}

.player-showcase__tv {
  top: 8%;
  left: 5%;
  width: 102%;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
}

.player-showcase__mobile {
  right: 4%;
  bottom: 7%;
  z-index: 2;
  width: 69%;
  aspect-ratio: 1600 / 738;
  border: 7px solid #18181a;
  border-radius: 12px;
}

.player-showcase__tv-label {
  top: 9%;
  left: 7%;
  z-index: 4;
}

.player-showcase__mobile-label {
  top: auto;
  right: 6%;
  bottom: 9%;
  left: auto;
}

.device-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.device-gallery > figure {
  margin: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #09090a;
}

.gallery-device-pair {
  position: relative;
  min-height: 360px;
}

.gallery-device-pair__tv,
.gallery-device-pair__phone {
  position: absolute;
  display: block;
  border: 1px solid var(--line-strong);
  background: #000;
  object-fit: cover;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.55);
}

.gallery-device-pair__tv {
  top: 0;
  left: 0;
  width: 92%;
  aspect-ratio: 16 / 9;
  border-radius: 13px;
}

.gallery-device-pair__phone {
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 24%;
  aspect-ratio: 738 / 1600;
  border: 6px solid #18181a;
  border-radius: 18px;
}

.device-gallery figcaption,
.article-image figcaption {
  padding-top: 11px;
  color: #8f8b88;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.blog-grid--index {
  grid-template-columns: repeat(2, 1fr);
}

.blog-card {
  display: flex;
  min-height: 410px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012));
  transition: border-color 180ms ease, transform 180ms ease;
}

.blog-card:hover {
  border-color: rgba(255, 90, 31, 0.55);
  transform: translateY(-5px);
}

.blog-card__top,
.blog-card__bottom,
.article-meta {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: #8d8986;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.blog-card__top span:first-child {
  color: var(--orange-light);
}

.blog-card h2 {
  margin: 58px 0 18px;
  font-family: var(--display);
  font-size: clamp(1.65rem, 2.3vw, 2.25rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.blog-card p {
  margin: 0 0 34px;
  color: var(--muted);
  font-size: 14px;
}

.blog-card__bottom {
  align-items: center;
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.blog-card__bottom a {
  color: var(--white);
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(440px, 1.3fr);
  gap: 90px;
}

.faq-list {
  border-top: 1px solid var(--line-strong);
}

.faq-section .faq-intro {
  max-width: 460px;
  margin-top: 24px;
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 26px 48px 26px 0;
  cursor: pointer;
  list-style: none;
  font-family: var(--display);
  font-size: 20px;
  font-weight: 750;
  letter-spacing: -0.02em;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 23px;
  right: 4px;
  color: var(--orange);
  content: "+";
  font-size: 24px;
  font-weight: 400;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 680px;
  margin: -8px 0 26px;
  color: var(--muted);
}

.release-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 360px);
  align-items: center;
  gap: 72px;
  margin-block: 40px 120px;
  padding: 76px;
  border-radius: var(--radius);
  color: #fff;
  background:
    linear-gradient(120deg, rgba(255, 122, 36, 0.96), rgba(237, 28, 36, 0.94)),
    #ed1c24;
}

.release-cta .eyebrow {
  color: rgba(255, 255, 255, 0.76);
}

.release-cta p {
  max-width: 690px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.82);
}

.release-cta .button {
  min-width: 190px;
}

.release-cta__actions {
  display: grid;
  gap: 14px;
  width: 100%;
}

.release-cta__actions .button {
  width: 100%;
  min-height: 72px;
}

.download-button-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.release-cta .download-button-row .button {
  min-width: 0;
  padding-inline: 14px;
}

.release-cta .download-button-row .button--ghost {
  border-color: rgba(255, 255, 255, 0.58);
}

.release-tv-code {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 5px 22px;
  width: 100%;
  min-height: 112px;
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.13);
  cursor: pointer;
  font-family: var(--display);
  text-align: left;
  transition: background 160ms ease, border-color 160ms ease;
}

.release-tv-code:hover {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(0, 0, 0, 0.22);
}

.release-tv-code span,
.release-tv-code small {
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-transform: uppercase;
}

.release-tv-code span {
  align-self: end;
  white-space: nowrap;
}

.release-tv-code strong {
  grid-row: 1 / span 2;
  grid-column: 2;
  color: #fff;
  font-size: clamp(2rem, 2.1vw, 2.35rem);
  letter-spacing: 0.04em;
  line-height: 1;
}

.release-tv-code small {
  color: rgba(255, 255, 255, 0.66);
}

.site-footer {
  padding-top: 68px;
  border-top: 1px solid var(--line);
  background: #080809;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr repeat(3, 1fr);
  gap: 44px;
  padding-bottom: 58px;
}

.footer-note {
  max-width: 330px;
  margin: 20px 0 0;
  color: #918d89;
  font-size: 13px;
}

.footer-links {
  display: grid;
  align-content: start;
  gap: 12px;
}

.footer-links h2 {
  margin: 0 0 8px;
  color: #918d89;
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-block: 22px;
  border-top: 1px solid var(--line);
  color: #918d89;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-bottom p {
  margin: 0;
}

/* Inner pages */
.page-intro {
  max-width: 1180px;
  padding-block: 130px 100px;
  border-bottom: 1px solid var(--line);
}

.page-intro h1 {
  max-width: 1080px;
  font-size: clamp(3.1rem, 5.6vw, 5.6rem);
}

.page-intro__copy {
  max-width: 670px;
  margin: 40px 0 0 auto;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
}

.feature-detail-list {
  padding-block: 110px 30px;
}

.feature-detail {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  align-items: center;
  gap: 78px;
  padding-block: 74px;
  border-bottom: 1px solid var(--line);
}

.feature-detail--reverse .feature-detail__copy {
  order: 2;
}

.feature-detail__index {
  display: block;
  margin-bottom: 78px;
}

.feature-detail h2 {
  margin-bottom: 24px;
  font-size: clamp(2.25rem, 3.6vw, 3.8rem);
}

.feature-detail__media {
  position: relative;
}

.feature-detail__media::before {
  position: absolute;
  inset: 14% 12%;
  z-index: -1;
  content: "";
  background: rgba(255, 90, 31, 0.2);
  filter: blur(65px);
}

.feature-detail__media img {
  display: block;
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 15px;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.7);
}

.device-pair {
  min-height: 430px;
}

.device-pair figure {
  position: absolute;
  margin: 0;
}

.device-pair__tv {
  top: 0;
  left: 0;
  width: 92%;
}

.device-pair__tv img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.device-pair__phone {
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 24%;
}

.device-pair__phone img {
  aspect-ratio: 738 / 1600;
  border: 7px solid #18181a;
  border-radius: 22px;
  object-fit: cover;
}

.device-pair--landscape {
  min-height: 460px;
}

.device-pair--landscape .device-pair__tv {
  width: 90%;
}

.device-pair__mobile-wide {
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 74%;
}

.device-pair__mobile-wide img {
  aspect-ratio: 1600 / 738;
  border: 7px solid #18181a;
  border-radius: 14px;
  object-fit: cover;
}

.capability-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.capability-cards article {
  min-height: 280px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--panel);
}

.capability-cards b {
  color: var(--orange);
  font-size: 11px;
}

.capability-cards h3 {
  margin: 92px 0 12px;
  font-family: var(--display);
  font-size: 24px;
  letter-spacing: -0.03em;
}

.capability-cards p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.center-link {
  margin: 44px 0 0;
  text-align: center;
}

/* Advertising */
.ad-placement {
  display: grid;
  place-items: center;
  gap: 10px;
  width: var(--shell);
  min-height: 92px;
  margin: 10px auto 90px;
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.018);
}

.ad-placement__label {
  color: #6f6c69;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.ad-banner {
  display: grid;
  place-items: center;
  width: min(100%, var(--ad-width));
  min-height: var(--ad-height);
  overflow: hidden;
}

.ad-native,
.ad-native > div {
  width: 100%;
}

.ad-placement--native {
  min-height: 120px;
}

.article-body .ad-placement {
  width: 100%;
  margin: 52px auto;
}

/* Download */
.download-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
  padding-block: 90px 30px;
}

.download-card {
  display: flex;
  min-height: 500px;
  flex-direction: column;
  padding: 48px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.download-card--primary {
  color: #fff;
  background: linear-gradient(140deg, #ff7625, #e71b24 70%);
}

.download-card--primary .platform-label {
  color: rgba(255, 255, 255, 0.92);
}

.download-card h2 {
  margin-bottom: 20px;
  font-size: clamp(2.15rem, 3.2vw, 3.4rem);
}

.download-card p {
  max-width: 570px;
  color: rgba(255, 255, 255, 0.7);
}

.download-card:not(.download-card--primary) p {
  color: var(--muted);
}

.download-card .button {
  align-self: flex-start;
  margin-top: auto;
}

.download-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 34px 0 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.download-meta div {
  display: grid;
  gap: 2px;
}

.download-meta dt {
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.66;
}

.download-meta dd {
  margin: 0;
  font-size: 13px;
  font-weight: 750;
}

.downloader-code {
  display: block;
  margin: auto 0 18px;
  padding: 22px 24px;
  border: 1px dashed rgba(255, 122, 36, 0.6);
  border-radius: 14px;
  color: var(--orange-light);
  background: #09090a;
  font-family: var(--display);
  font-size: clamp(3rem, 6vw, 5.7rem);
  font-weight: 850;
  letter-spacing: 0.08em;
  text-align: center;
  user-select: all;
}

.copy-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.copy-button {
  padding: 9px 13px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--white);
  background: transparent;
  cursor: pointer;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.muted {
  color: var(--muted) !important;
  font-size: 12px;
}

.install-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.install-steps li {
  min-height: 280px;
  padding: 28px;
  border-top: 1px solid var(--line-strong);
}

.install-steps h3 {
  margin: 98px 0 12px;
  font-family: var(--display);
  font-size: 28px;
  letter-spacing: -0.04em;
}

.install-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.safety-note {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 28px;
  margin-top: 70px;
  padding: 28px;
  border: 1px solid rgba(126, 226, 168, 0.25);
  border-radius: 15px;
  background: rgba(126, 226, 168, 0.05);
}

.safety-note strong {
  color: var(--green);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.safety-note p {
  margin: 0;
  color: #a8aaa8;
}

/* Blog article */
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding-top: 70px;
  color: #777472;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.breadcrumbs span {
  display: inline-flex;
  gap: 7px;
}

.breadcrumbs a:hover {
  color: var(--white);
}

.article-header {
  max-width: 1000px;
  padding-block: 90px 76px;
}

.article-header h1 {
  font-size: clamp(3.1rem, 5.4vw, 5.4rem);
}

.article-dek {
  max-width: 720px;
  margin: 36px 0;
  color: #b8b4b0;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
}

.article-meta {
  max-width: 550px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.article-body {
  max-width: 820px;
  margin: 0 auto;
  padding: 86px 0 130px;
  border-top: 1px solid var(--line);
  color: #c3bfbb;
  font-size: 17px;
}

.article-body > * + * {
  margin-top: 24px;
}

.article-body h2 {
  margin-top: 78px;
  color: var(--white);
  font-size: clamp(2.15rem, 3vw, 3.25rem);
}

.article-body h3 {
  margin: 44px 0 10px;
  color: var(--white);
  font-family: var(--display);
  font-size: 26px;
  letter-spacing: -0.03em;
}

.article-body p,
.article-body ul,
.article-body ol {
  max-width: 750px;
}

.article-body a {
  color: var(--orange-light);
  text-decoration: underline;
  text-decoration-color: rgba(255, 122, 36, 0.45);
  text-underline-offset: 4px;
}

.article-body li + li {
  margin-top: 9px;
}

.article-lead {
  color: var(--white);
  font-size: clamp(1.3rem, 2.1vw, 1.65rem);
  line-height: 1.5;
}

.disclosure {
  padding: 20px 22px;
  border-left: 2px solid var(--orange);
  color: #94918e;
  background: rgba(255, 255, 255, 0.025);
  font-size: 13px;
}

.article-image {
  margin: 68px 0;
}

.article-image img {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.article-image--phone img {
  width: min(360px, 100%);
  margin-inline: auto;
  border: 7px solid #18181a;
  border-radius: 24px;
}

.article-image--phone figcaption {
  text-align: center;
}

.article-callouts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 38px;
}

.article-callouts > div {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--panel);
}

.article-callouts strong {
  color: var(--orange);
  font-size: 10px;
}

.article-callouts h3 {
  margin: 44px 0 8px;
}

.article-callouts p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.article-note {
  margin-top: 70px;
  padding: 30px;
  border: 1px solid rgba(255, 90, 31, 0.36);
  border-radius: 14px;
  background: rgba(255, 90, 31, 0.055);
}

.article-note h3 {
  margin: 0 0 8px;
}

.article-note p {
  margin: 0;
  color: var(--muted);
}

.comparison-wrap {
  overflow-x: auto;
  margin-block: 50px;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.comparison-table {
  width: 100%;
  min-width: 690px;
  border-collapse: collapse;
  background: #0d0d0f;
  font-size: 14px;
}

.comparison-table th,
.comparison-table td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.comparison-table thead th {
  color: var(--white);
  background: #151517;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.comparison-table tbody th {
  width: 22%;
  color: var(--white);
  font-weight: 750;
}

.comparison-table tr:last-child th,
.comparison-table tr:last-child td {
  border-bottom: 0;
}

/* Legal & contact */
.legal-layout,
.contact-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 760px);
  justify-content: center;
  gap: 90px;
  padding-block: 90px 130px;
}

.legal-nav {
  position: sticky;
  top: 110px;
  align-self: start;
  display: grid;
  gap: 10px;
  font-size: 12px;
}

.legal-nav strong {
  margin-bottom: 10px;
  color: #777472;
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.legal-nav a {
  color: var(--muted);
}

.legal-nav a:hover {
  color: var(--white);
}

.legal-body h2,
.contact-card h2 {
  margin: 56px 0 12px;
  color: var(--white);
  font-family: var(--display);
  font-size: 30px;
  letter-spacing: -0.035em;
}

.legal-body h2:first-child {
  margin-top: 0;
}

.legal-body p,
.legal-body li {
  color: #aaa6a3;
}

.legal-body a,
.contact-card a {
  color: var(--orange-light);
}

.legal-box {
  margin-block: 30px;
  padding: 24px;
  border: 1px solid rgba(255, 90, 31, 0.35);
  border-radius: 12px;
  background: rgba(255, 90, 31, 0.05);
}

.contact-layout {
  grid-template-columns: repeat(3, 1fr);
  max-width: 1240px;
  gap: 18px;
}

.contact-card {
  display: flex;
  min-height: 390px;
  flex-direction: column;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--panel);
}

.contact-card .contact-index {
  color: var(--orange);
  font-size: 10px;
  font-weight: 800;
}

.contact-card h2 {
  margin-top: 90px;
}

.contact-card p {
  color: var(--muted);
  font-size: 14px;
}

.contact-card a {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-size: 13px;
  font-weight: 750;
}

.not-found {
  display: grid;
  min-height: 70vh;
  place-items: center;
  text-align: center;
}

.not-found strong {
  color: var(--orange);
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.2em;
}

.not-found h1 {
  margin: 14px 0 22px;
  font-family: var(--display);
  font-size: clamp(3.25rem, 8vw, 6.5rem);
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.not-found p {
  max-width: 500px;
  margin: 0 auto 30px;
  color: var(--muted);
}

.not-found .download-help {
  margin-top: 26px;
  margin-bottom: 0;
}

@media (max-width: 1050px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 80px;
  }

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

  .hero-stage {
    min-height: 600px;
  }

  .section-heading--split {
    grid-template-columns: 1fr 0.65fr;
    gap: 50px;
  }

  .blog-grid,
  .capability-cards {
    grid-template-columns: 1fr 1fr;
  }

  .feature-showcase {
    grid-template-columns: 0.85fr 1.15fr;
  }

  .feature-detail {
    gap: 44px;
  }

  .contact-layout {
    grid-template-columns: 1fr 1fr;
  }

  .release-cta {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 38px;
  }

  .release-cta__actions {
    width: min(100%, 360px);
  }
}

@media (max-width: 760px) {
  :root {
    --shell: min(100% - 30px, 640px);
    --radius: 16px;
  }

  .header-inner {
    min-height: 66px;
  }

  .desktop-nav,
  .header-cta,
  .header-downloads {
    display: none;
  }

  .mobile-nav {
    display: block;
  }

  .mobile-nav nav {
    top: 66px;
  }

  .ad-placement {
    min-height: 84px;
    margin-bottom: 64px;
    padding: 12px;
  }

  .ad-placement--native {
    min-height: 100px;
  }

  .hero {
    min-height: auto;
    padding-block: 58px 70px;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 12vw, 4.25rem);
  }

  .hero-dek {
    font-size: 16px;
  }

  .hero-proof {
    margin-top: 42px;
  }

  .hero-proof div {
    padding-right: 7px;
  }

  .hero-proof strong {
    font-size: 20px;
  }

  .hero-proof span {
    font-size: 8px;
  }

  .hero-stage {
    min-height: 390px;
  }

  .stage-chip--bottom {
    bottom: 3%;
  }

  .marquee div {
    gap: 22px;
    font-size: 9px;
  }

  .section {
    padding-block: 92px;
  }

  .section-heading,
  .section-heading--split {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-bottom: 42px;
  }

  .section-heading h2,
  .release-cta h2 {
    font-size: clamp(2.35rem, 9vw, 3.3rem);
  }

  .feature-list article {
    grid-template-columns: 40px 1fr;
    gap: 10px 18px;
  }

  .feature-list article p {
    grid-column: 2;
  }

  .feature-showcase {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .feature-showcase__copy {
    padding: 35px 28px 42px;
  }

  .feature-showcase__image {
    min-height: auto;
  }

  .feature-showcase__image::before {
    background: linear-gradient(180deg, var(--panel), transparent 22%);
  }

  .device-gallery,
  .blog-grid,
  .blog-grid--index,
  .capability-cards,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-device--tv {
    top: 6%;
    width: 97%;
  }

  .hero-device--phone {
    right: 2%;
    width: 26%;
  }

  .player-showcase {
    min-height: 340px;
  }

  .player-showcase__tv {
    width: 108%;
  }

  .player-showcase__mobile {
    width: 78%;
  }

  .gallery-device-pair {
    min-height: 285px;
  }

  .gallery-device-pair__phone {
    width: 26%;
  }

  .device-pair {
    min-height: 330px;
  }

  .device-pair__phone {
    width: 26%;
  }

  .device-pair--landscape {
    min-height: 320px;
  }

  .device-pair__mobile-wide {
    width: 80%;
  }

  .blog-card {
    min-height: 360px;
  }

  .faq-section {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .release-cta {
    grid-template-columns: 1fr;
    margin-bottom: 80px;
    padding: 48px 28px;
  }

  .release-cta .button {
    justify-self: start;
  }

  .release-cta__actions {
    width: 100%;
  }

  .release-tv-code {
    gap: 4px 16px;
    min-height: 102px;
    padding: 17px 18px;
  }

  .release-tv-code strong {
    font-size: clamp(1.8rem, 8vw, 2.2rem);
  }

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

  .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    display: grid;
  }

  .page-intro {
    padding-block: 90px 70px;
  }

  .page-intro h1,
  .article-header h1 {
    font-size: clamp(2.75rem, 11.5vw, 4.2rem);
  }

  .page-intro__copy {
    margin-top: 32px;
  }

  .feature-detail-list {
    padding-top: 50px;
  }

  .feature-detail,
  .feature-detail--reverse {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-block: 56px;
  }

  .feature-detail--reverse .feature-detail__copy {
    order: initial;
  }

  .feature-detail__index {
    margin-bottom: 42px;
  }

  .download-grid {
    grid-template-columns: 1fr;
    padding-top: 60px;
  }

  .download-card {
    min-height: 470px;
    padding: 32px 26px;
  }

  .download-meta {
    gap: 10px;
  }

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

  .install-steps li {
    min-height: 220px;
  }

  .install-steps h3 {
    margin-top: 65px;
  }

  .safety-note {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .breadcrumbs {
    padding-top: 40px;
  }

  .article-header {
    padding-block: 60px;
  }

  .article-meta {
    display: grid;
    justify-content: start;
  }

  .article-body {
    padding-block: 60px 95px;
    font-size: 16px;
  }

  .article-callouts {
    grid-template-columns: 1fr;
  }

  .legal-layout {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-block: 60px 90px;
  }

  .legal-nav {
    position: static;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--line);
  }

  .legal-nav strong {
    grid-column: 1 / -1;
  }
}

@media (max-width: 460px) {
  .release-tv-code {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 4px 10px;
    padding: 16px;
  }

  .release-tv-code span {
    max-width: 90px;
    white-space: normal;
  }

  .release-tv-code strong {
    font-size: clamp(1.55rem, 8.5vw, 1.9rem);
  }

  .hero-tv-code {
    width: 100%;
    justify-content: space-between;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-actions .text-link {
    align-self: center;
  }

  .hero-stage {
    min-height: 300px;
  }

  .stage-chip {
    font-size: 8px;
  }

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

  .footer-grid > div:first-child {
    grid-column: auto;
  }

  .download-meta {
    grid-template-columns: 1fr;
  }

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

@media (prefers-reduced-motion: reduce) {
  .particle-field {
    display: none;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
