* { box-sizing: border-box; }

:root {
  --bg: #0b0c0e;
  --text: #f2f0ea;
  --muted: #9a9b9d;
  --line: #282a2d;
  --accent: #ff6a21;
  --max: 1180px;
  --header-h: 52px;
  --header-gap: 10px;
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  margin: 0;
  padding-top: calc(var(--header-h) + var(--header-gap));
  background: var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
}

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

.page-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 640px;
  background-image: url("../img/background.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, black calc(var(--header-h) + var(--header-gap)), transparent 100%);
  mask-image: linear-gradient(to bottom, black calc(var(--header-h) + var(--header-gap)), transparent 100%);
}

main, footer {
  width: min(calc(100% - 48px), var(--max));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: var(--header-h);
  background: color-mix(in srgb, var(--bg) 70%, transparent);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  width: min(calc(100% - 48px), var(--max));
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  width: auto;
  height: 6rem;
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: auto;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.header-nav a {
  color: var(--muted);
  font-size: 13px;
  letter-spacing: .02em;
  transition: color .2s ease;
}

.header-nav a:hover,
.header-nav a:focus-visible {
  color: var(--text);
}

.language-picker select {
  min-height: 2.2rem;
  padding: .35rem .6rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .04);
  color: var(--text);
  font: inherit;
  font-size: 13px;
}

.language-picker select:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.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;
}

[data-consent-root] {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 200;
  padding: 1rem;
}

.bp-consent {
  width: min(calc(100% - 2rem), 70rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 1.4rem;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--bg) 88%, black);
  color: var(--text);
  box-shadow: 0 -12px 40px rgba(0, 0, 0, .45);
}

.bp-consent h2,
.bp-consent p {
  margin: 0;
}

.bp-consent__copy {
  display: grid;
  gap: .55rem;
}

.bp-consent__eyebrow {
  margin: 0 0 .3rem;
  color: var(--accent);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.bp-consent__button {
  min-height: 2.6rem;
  padding: .75rem 1.1rem;
  border: 0;
  border-radius: 999px;
  background: var(--accent);
  color: #1a0f00;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  align-self: flex-start;
}

.bp-consent__button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--accent) 40%, transparent);
  outline-offset: 2px;
}

@media (min-width: 48rem) {
  .bp-consent {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .bp-consent__button {
    flex: 0 0 auto;
    min-width: 10rem;
  }
}

.hero {
  /*min-height: 690px;*/
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 32px 0;
  padding: 4rem 0 30px;
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  position: relative;
  z-index: 2;
  flex: 1 1 480px;
  min-width: 280px;
}

.hero .eyebrow,
.hero h1,
.hero .lead {
  text-shadow: 0 4px 18px rgba(0, 0, 0, .65);
}

.hero-shots {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: 320px;
  height: 460px;
  margin-left: -32px;
  perspective: 1400px;
}

.hero-shot {
  position: absolute;
  top: 0;
  left: 50%;
  width: 168px;
  aspect-ratio: 9 / 19.5;
  border-radius: 26px;
  object-fit: cover;
  object-position: top;
  background: #000;
  border: 1px solid rgba(255, 255, 255, .1);
  box-shadow: 0 30px 60px rgba(0, 0, 0, .55);
  transform-style: preserve-3d;
  animation: hero-shot-float 7s ease-in-out infinite;
}

.hero-shot-1 {
  top: 50px;
  z-index: 1;
  transform: translateX(-172%) rotate(-12deg) rotateY(18deg) translateZ(-40px);
  animation-delay: -1.4s;
}

.hero-shot-2 {
  top: 0;
  z-index: 3;
  transform: translateX(-50%) rotate(0deg) translateZ(0);
  animation-delay: 0s;
}

.hero-shot-3 {
  top: 50px;
  z-index: 2;
  transform: translateX(72%) rotate(12deg) rotateY(-18deg) translateZ(-40px);
  animation-delay: -3.2s;
}

@keyframes hero-shot-float {
  0%, 100% { margin-top: 0; }
  50% { margin-top: -14px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-shot { animation: none; }
}

@media (max-width: 860px) {
  .hero-shots { margin-left: 0; margin-inline: auto; }
}

.eyebrow {
  color: var(--accent);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .16em;
  margin-bottom: 22px;
}

h1 {
  max-width: 850px;
  margin: 0 0 32px;
  font-size: clamp(64px, 12vw, 150px);
  line-height: .84;
  letter-spacing: -.075em;
}

h1 em {
  color: var(--accent);
  font-style: normal;
}

.lead {
  max-width: 590px;
  margin: 0 0 38px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
}

.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
}

.features article {
  min-height: 300px;
  padding: 42px 34px 45px 0;
  background: color-mix(in srgb, var(--bg) 50%, transparent);
}

.features article + article {
  padding-left: 34px;
  border-left: 1px solid var(--line);
}

.features strong {
  color: var(--accent);
  font-size: 13px;
}

.features h2 {
  margin: 55px 0 12px;
  font-size: 28px;
  letter-spacing: -.04em;
}

.features p, .release p {
  max-width: 330px;
  margin: 0;
  color: var(--muted);
}

.release {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 80px;
  padding: 120px 0;
  align-items: center;
}

.release h2 {
  margin: 0 0 20px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: .95;
  letter-spacing: -.06em;
}

.release-card {
  min-height: 250px;
  padding: 32px;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.release-card span {
  color: var(--accent);
  font-size: 11px;
  letter-spacing: .14em;
}

.release-card strong { font-size: 26px; }
.release-card small { color: var(--muted); }
.release-card a { font-weight: 700; }

footer {
  min-height: 90px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 13px;
}

footer a { color: var(--text); }

@media (max-width: 720px) {
  .header-inner, main, footer { width: min(calc(100% - 32px), var(--max)); }

  .header-nav { gap: 16px; }
  .header-nav a { font-size: 12px; }

  .hero { justify-content: center; }

  .features { grid-template-columns: 1fr; }
  .features article,
  .features article + article {
    padding: 42px 0 45px;
    min-height: auto;
    border-left: 0;
  }
  .features article + article { border-top: 1px solid var(--line); }

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

  .app-store-badge img { width:170px; }
}

@media (max-width: 480px) {
  .header-nav a:not(:last-child) { display: none; }
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.app-store-badge { display:inline-block; line-height:0; transition:transform .25s ease, opacity .25s ease; }
.app-store-badge img { display:block; width:180px; height:auto; }
.app-store-badge:hover { transform:translateY(-2px); opacity:.88; }
.header-store-link { color:var(--text); font-size:14px; font-weight:650; }
.release-badge img { width:170px; }
