:root {
  color-scheme: light;
  --ink: #151515;
  --muted: #777771;
  --paper: #f2f1ec;
  --paper-bright: #fbfaf5;
  --line: rgba(21, 21, 21, 0.18);
  --orange: #ff6a00;
  --blue: #147cf5;
  --black: #090a0b;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
}

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

button,
input,
textarea,
select { font: inherit; }

.landing {
  display: flex;
  width: 100%;
  min-height: 100svh;
  flex-direction: column;
  overflow: visible;
  padding: clamp(22px, 4vw, 46px) clamp(22px, 5vw, 72px) clamp(20px, 3.5vw, 42px);
}

.topline,
.footer-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding-bottom: 17px;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.23em;
}

.wordmark-icon {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 7px;
  object-fit: cover;
}

.product-label,
.eyebrow,
.release-note,
.social-links,
.footer-line {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.product-label,
.footer-line { color: var(--muted); }

.hero {
  display: flex;
  width: min(100%, 760px);
  min-height: min(690px, calc(100svh - 154px));
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: center;
  padding: clamp(18px, 3vh, 38px) 0;
  text-align: center;
}

.icon-frame {
  width: clamp(76px, 10vw, 116px);
  aspect-ratio: 1;
  margin-bottom: clamp(18px, 3.2vh, 34px);
  overflow: hidden;
  border-radius: 19%;
  background: #0b0b0b;
  box-shadow: 0 18px 35px rgba(21, 21, 21, 0.16);
}

.icon-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eyebrow {
  margin: 0 0 clamp(15px, 2.2vh, 23px);
  color: var(--orange);
}

h1 {
  margin: 0;
  font-size: clamp(3.25rem, 8.3vw, 7.9rem);
  font-weight: 500;
  letter-spacing: -0.085em;
  line-height: 0.91;
}

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

.lede {
  max-width: 510px;
  margin: clamp(22px, 3.1vh, 34px) auto 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.75vw, 1.28rem);
  letter-spacing: -0.025em;
  line-height: 1.38;
}

.release-note {
  margin: clamp(20px, 3vh, 31px) 0 0;
  color: var(--ink);
}

.release-note::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 8px 1px 0;
  border-radius: 50%;
  background: var(--orange);
  content: "";
}

.social-links {
  display: flex;
  gap: 25px;
  margin-top: clamp(20px, 3vh, 31px);
}

.social-links a {
  border-bottom: 1px solid var(--ink);
  padding-bottom: 5px;
  transition: color 180ms ease, border-color 180ms ease;
}

.social-links a:hover {
  border-color: var(--orange);
  color: var(--orange);
}

.social-links span { color: var(--orange); font-size: 15px; font-weight: 400; }

.product-gallery {
  width: min(100%, 1320px);
  align-self: center;
  padding: clamp(58px, 8vw, 116px) 0 clamp(36px, 6vw, 80px);
  scroll-margin-top: 24px;
}

.gallery-heading {
  width: min(100%, 700px);
  margin-bottom: clamp(24px, 3vw, 38px);
}

.gallery-kicker,
.gallery-scroll-hint,
.gallery-card figcaption span {
  margin: 0 0 12px;
  color: var(--orange);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

h2 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(2.45rem, 5vw, 5.4rem);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.92;
}

h2 em {
  color: var(--orange);
  font-style: normal;
}

.gallery-intro {
  max-width: 460px;
  margin: clamp(17px, 2vw, 24px) 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  letter-spacing: -0.02em;
  line-height: 1.4;
}

.gallery-scroller {
  display: grid;
  grid-auto-columns: clamp(360px, 42vw, 550px);
  grid-auto-flow: column;
  gap: clamp(14px, 2vw, 24px);
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 2px 2px 16px;
  scroll-padding-inline: 2px;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(21, 21, 21, 0.42) transparent;
  scrollbar-width: thin;
}

.gallery-scroller:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 5px;
}

.gallery-card {
  display: grid;
  min-width: 0;
  grid-template-rows: minmax(420px, min(58vw, 650px)) auto;
  margin: 0;
  overflow: hidden;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  border: 1px solid rgba(21, 21, 21, 0.24);
  border-radius: 12px;
  background: var(--black);
  box-shadow: 0 20px 46px rgba(21, 21, 21, 0.12);
}

.gallery-media {
  display: grid;
  min-height: 0;
  place-items: center;
  overflow: hidden;
  padding: clamp(18px, 3vw, 34px);
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 106, 0, 0.13), transparent 30%),
    radial-gradient(circle at 83% 88%, rgba(20, 124, 245, 0.18), transparent 34%),
    #08090a;
}

.gallery-media-controls {
  background:
    radial-gradient(circle at 72% 15%, rgba(255, 106, 0, 0.15), transparent 32%),
    radial-gradient(circle at 18% 88%, rgba(20, 124, 245, 0.2), transparent 34%),
    #08090a;
}

.gallery-media img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  box-shadow: 0 22px 34px rgba(0, 0, 0, 0.38);
}

.gallery-card figcaption {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 14px 18px;
  background: var(--paper-bright);
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.gallery-card figcaption span {
  margin: 0;
  font-size: 8px;
}

.gallery-scroll-hint {
  margin: 16px 2px 0;
  color: var(--muted);
}

.gallery-scroll-hint span {
  margin-left: 4px;
  color: var(--orange);
  font-size: 15px;
  font-weight: 400;
}

.platform-rail {
  display: flex;
  width: 100%;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3.5vw, 46px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
}

.rail-label {
  flex: 0 0 auto;
  color: var(--orange);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

.platform-list {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 9px clamp(14px, 2.1vw, 28px);
}

.platform {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--ink);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  white-space: nowrap;
}

.platform-icon,
.platform-icons img {
  display: block;
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  object-fit: contain;
}

.platform-icons {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

.footer-line {
  border-top: 1px solid var(--line);
  border-bottom: 0;
  padding-top: 17px;
  padding-bottom: 0;
  font-size: 9px;
  letter-spacing: 0.1em;
}

@media (max-width: 620px) {
  .landing { padding: 20px 20px 24px; }
  .topline { padding-bottom: 14px; }
  .product-label { font-size: 8px; letter-spacing: 0.1em; }
  .hero { min-height: min(640px, calc(100svh - 132px)); padding: 16px 0; }
  .icon-frame { width: 83px; margin-bottom: 22px; }
  .eyebrow { max-width: 285px; font-size: 9px; line-height: 1.35; }
  h1 { font-size: clamp(3.25rem, 16vw, 5.5rem); }
  .lede { max-width: 340px; font-size: 17px; }
  .platform-rail { flex-direction: column; gap: 9px; padding: 10px 0; }
  .platform-list { max-width: 100%; column-gap: 14px; row-gap: 8px; }
  .platform { font-size: 8px; letter-spacing: 0.06em; }
  .platform-icon,
  .platform-icons img { width: 13px; height: 13px; }
  .footer-line { font-size: 8px; letter-spacing: 0.06em; }

  .product-gallery { padding-top: 58px; }
  .gallery-heading { margin-bottom: 24px; }
  h2 { font-size: clamp(2.5rem, 12vw, 4rem); }
  .gallery-scroller {
    grid-auto-columns: calc(100vw - 44px);
    gap: 14px;
    padding-bottom: 13px;
  }
  .gallery-card { grid-template-rows: minmax(360px, min(105vw, 510px)) auto; }
  .gallery-media { padding: 20px; }
}

@media (max-height: 690px) {
  .icon-frame { width: 72px; margin-bottom: 16px; }
  .eyebrow { margin-bottom: 13px; }
  h1 { font-size: clamp(3rem, 7vw, 5.8rem); }
  .lede { margin-top: 17px; font-size: 16px; }
  .release-note, .social-links { margin-top: 17px; }
}

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