:root {
  --stark-paper: #f7f3e9;
  --stark-panel: #eeeadf;
  --stark-ink: #2c352c;
  --stark-muted: #636458;
  --stark-line: #d7ceba;
  --stark-gold: #806024;
  --stark-accent: #345640;
  --stark-card: #16241d;
}
:root[data-theme="dark"] {
  --stark-paper: #17221c;
  --stark-panel: #202e25;
  --stark-ink: #f1edde;
  --stark-muted: #bdc1b0;
  --stark-line: #43503e;
  --stark-gold: #e0bd77;
  --stark-accent: #a4c499;
  --stark-card: #101b15;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}
.uhrstark-page {
  background: var(--stark-paper);
  color: var(--stark-ink);
}
.uhrstark-page header,
.uhrstark-page main,
.uhrstark-page footer {
  max-width: 1240px;
}
.uhrstark-page main {
  padding-top: 0;
}
.uhrstark-page header {
  border-color: var(--stark-line);
}
.uhrstark-page button {
  font: inherit;
  cursor: pointer;
}
.uhrstark-page button:focus-visible,
.uhrstark-page a:focus-visible,
.screenshot-rail:focus-visible {
  outline: 3px solid var(--stark-gold);
  outline-offset: 5px;
}
.uhrstark-page [hidden] {
  display: none !important;
}
.uhrstark-page .eyebrow {
  color: var(--stark-gold);
  font-size: 10px;
  letter-spacing: 1.9px;
  font-weight: 800;
}
.uhrstark-page h2 {
  font-size: clamp(36px, 4.3vw, 54px);
  letter-spacing: -1px;
  line-height: 1.06;
}
.uhrstark-page h3 {
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: -0.5px;
  margin: 16px 0 10px;
}
.uhrstark-page p {
  margin-top: 0;
}
.stark-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
  min-height: 635px;
  padding: 60px 0 50px;
}
.app-wordmark {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 23px;
  font-weight: 800;
  margin-bottom: 38px;
}
.app-wordmark img {
  border-radius: 12px;
}
.status-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 1.5;
  padding: 6px 10px;
  border: 1px solid var(--stark-line);
  background: var(--stark-panel);
  color: var(--stark-gold);
}
.app-wordmark .status-tag {
  margin-left: 5px;
}
.stark-hero h1 {
  font-size: clamp(52px, 6.1vw, 82px);
  line-height: 0.98;
  letter-spacing: -2px;
  margin: 20px 0 24px;
}
.stark-hero h1 > span {
  color: var(--stark-gold);
}
.stark-hero .lead {
  font-size: 15px;
  line-height: 1.9;
  max-width: 460px;
  color: var(--stark-muted);
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.stark-button {
  display: flex;
  gap: 18px;
  align-items: center;
  font-size: 12px;
  font-weight: 800;
  background: #2d4a35;
  color: #fff9e9;
  text-decoration: none;
  padding: 15px 18px;
  box-shadow: 4px 4px 0 #b0b598;
  border: 1px solid #2d4a35;
  transition: transform 0.15s;
}
.stark-button:hover {
  transform: translateY(-3px);
}
.text-button {
  font-size: 12px;
  font-weight: 750;
  text-underline-offset: 5px;
}
.platform-note {
  font-size: 10px;
  color: var(--stark-muted);
  margin-top: 25px !important;
}
.hero-stage {
  position: relative;
  min-height: 510px;
  isolation: isolate;
}
.stage-orbit {
  position: absolute;
  width: 95%;
  aspect-ratio: 1;
  border: 1px solid var(--stark-line);
  border-radius: 50%;
  top: 4%;
  left: 3%;
  background: radial-gradient(ellipse, #bd985825, transparent 65%);
}
.stage-orbit:after {
  content: "✦";
  position: absolute;
  right: 11%;
  top: 5%;
  font-size: 36px;
  color: var(--stark-gold);
}
.showcase-card {
  position: absolute;
  display: block;
  width: 43%;
  aspect-ratio: 2/3;
  top: 19%;
  border: 5px solid #a08755;
  outline: 1px solid #5c4d31;
  box-shadow: 0 20px 45px #14231933;
  background: var(--stark-card);
  overflow: hidden;
  text-decoration: none;
}
.showcase-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.showcase-card > span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 15px 13px;
  background: linear-gradient(transparent, #101c17f5 60%);
  color: #faf0d9;
  font-family: Pixelify, sans-serif;
  font-size: 29px;
  line-height: 1.2;
  text-align: center;
}
.showcase-card small {
  font:
    700 8px Manrope,
    sans-serif;
  letter-spacing: 2px;
  display: block;
  color: #e7c68c;
  margin-bottom: 5px;
}
.card-left {
  left: 3%;
  transform: rotate(-12deg);
}
.card-right {
  right: 1%;
  transform: rotate(12deg);
}
.card-center {
  top: 7%;
  left: 28%;
  width: 47%;
  z-index: 2;
  transform: rotate(-2deg);
}
.xp-note {
  position: absolute;
  bottom: 12px;
  left: 15%;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 22px;
  background: var(--stark-paper);
  border: 1px solid var(--stark-line);
  box-shadow: 4px 4px #ac97683b;
  transform: rotate(-3deg);
  line-height: 1.5;
}
.xp-note > span {
  color: var(--stark-gold);
  font-size: 30px;
}
.xp-note strong {
  font-size: 12px;
}
.xp-note div > span {
  display: block;
  font-size: 10px;
  color: var(--stark-muted);
}
.pixel-divider {
  position: relative;
  height: 156px;
  overflow: hidden;
  border-bottom: 4px solid #38513a;
}
.pixel-divider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 56%;
  image-rendering: pixelated;
}
.pixel-divider > span {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  white-space: nowrap;
  background: #16281ef2;
  color: #fff0c6;
  padding: 8px 18px;
  font:
    500 14px Pixelify,
    sans-serif;
  letter-spacing: 1px;
}
.stat-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 30px 0;
  border-bottom: 1px solid var(--stark-line);
}
.stat-strip p {
  margin: 0;
  text-align: center;
  border-right: 1px solid var(--stark-line);
}
.stat-strip p:last-child {
  border-right: 0;
}
.stat-strip strong {
  font:
    500 36px Pixelify,
    sans-serif;
  color: var(--stark-gold);
  display: block;
  line-height: 1.2;
}
.stat-strip span {
  font-size: 10px;
  color: var(--stark-muted);
}
.section {
  padding: 85px 0;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 35px;
}
.section-heading > p {
  max-width: 375px;
  color: var(--stark-muted);
  font-size: 13px;
  line-height: 1.9;
  margin-bottom: 17px;
}
.journey-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.journey-grid article {
  padding: 28px 26px;
  background: var(--stark-panel);
  border: 1px solid var(--stark-line);
  border-top: 3px solid var(--stark-gold);
}
.step-number {
  font:
    500 15px Pixelify,
    sans-serif;
  color: var(--stark-gold);
}
.journey-grid p,
.details-grid p {
  font-size: 12px;
  line-height: 1.9;
  color: var(--stark-muted);
}
.feature-label {
  font-size: 10px;
  font-weight: 750;
  display: block;
  padding-top: 14px;
  border-top: 1px solid var(--stark-line);
  margin-top: 24px;
  color: var(--stark-accent);
}
.gallery-section {
  border-top: 1px solid var(--stark-line);
}
.gallery-toolbar {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 30px 0;
}
.filter-buttons {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.filter-buttons button {
  background: transparent;
  color: var(--stark-muted);
  border: 1px solid var(--stark-line);
  padding: 9px 12px;
  font-size: 10px;
  font-weight: 700;
  min-height: 40px;
}
.filter-buttons button[aria-pressed="true"] {
  background: var(--stark-ink);
  color: var(--stark-paper);
  border-color: var(--stark-ink);
}
.filter-buttons button:hover {
  border-color: var(--stark-gold);
}
.gallery-count {
  margin: 0 0 0 auto !important;
  white-space: nowrap;
  font:
    500 16px Pixelify,
    sans-serif;
  color: var(--stark-gold);
}
.hero-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 26px 20px;
}
.hero-tile {
  display: block;
  padding: 0;
  text-align: left;
  background: transparent;
  border: 0;
  color: var(--stark-ink);
  min-width: 0;
  transition: transform 0.2s;
}
.hero-tile:hover {
  transform: translateY(-6px);
}
.portrait-wrap {
  display: block;
  position: relative;
  aspect-ratio: 2/3;
  background: var(--stark-card);
  border: 4px solid #8a7550;
  outline: 1px solid #5d503b;
  box-shadow:
    inset 0 0 0 1px #cbb57c,
    4px 5px 0 #4c412817;
  overflow: hidden;
}
.portrait-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}
.hero-tile:hover img {
  transform: scale(1.035);
}
.portrait-wrap:after {
  position: absolute;
  inset: 0;
  content: "";
  box-shadow: inset 0 0 0 1px #ecd9a36b;
  pointer-events: none;
}
.card-index {
  position: absolute;
  top: 8px;
  left: 8px;
  font:
    500 10px Pixelify,
    sans-serif;
  background: #14241de8;
  color: #eee3c7;
  padding: 3px 7px;
}
.card-open {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  background: #14241de8;
  color: #eee3c7;
}
.tile-caption {
  display: block;
  padding: 11px 2px 0;
  line-height: 1.4;
}
.tile-caption strong {
  font-family: Pixelify, sans-serif;
  font-weight: 500;
  font-size: 25px;
  display: block;
}
.tile-caption > span {
  display: block;
  color: var(--stark-muted);
  font-size: 10px;
  margin-top: 4px;
}
.gallery-footnote {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 750px;
  margin: 35px auto 0;
  padding: 20px;
  border-top: 1px solid var(--stark-line);
  text-align: center;
}
.gallery-footnote > span {
  font-size: 24px;
  color: var(--stark-gold);
}
.gallery-footnote p {
  font-size: 12px;
  color: var(--stark-muted);
  margin: 0;
}
.media-section {
  border-top: 1px solid var(--stark-line);
}
.media-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}
.device-tabs {
  display: flex;
  gap: 8px;
}
.device-tabs button {
  border: 1px solid var(--stark-line);
  background: transparent;
  color: var(--stark-ink);
  font-size: 12px;
  font-weight: 750;
  padding: 10px 17px;
  min-height: 44px;
}
.device-tabs button[aria-selected="true"] {
  background: var(--stark-ink);
  color: var(--stark-paper);
}
.device-tabs button span {
  font-size: 9px;
  margin-left: 6px;
  opacity: 0.8;
}
.rail-controls {
  display: flex;
  gap: 8px;
}
.rail-controls button,
.dialog-navigation button {
  width: 44px;
  height: 44px;
  border: 1px solid var(--stark-line);
  color: var(--stark-ink);
  background: var(--stark-panel);
  font-size: 20px;
}
.rail-controls button:disabled {
  opacity: 0.4;
  cursor: default;
}
.screenshot-rail {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 2px 2px 18px;
  scrollbar-color: var(--stark-gold) var(--stark-panel);
  scrollbar-width: thin;
}
.screenshot-button {
  flex: 0 0 240px;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--stark-ink);
  text-align: left;
  scroll-snap-align: start;
}
.screenshot-button > img {
  width: 100%;
  aspect-ratio: 1320/2868;
  object-fit: contain;
  display: block;
  border: 1px solid var(--stark-line);
  background: var(--stark-panel);
}
.screenshot-button > span {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  font-size: 10px;
}
.screenshot-button > span > span:first-child {
  color: var(--stark-gold);
  font-family: Pixelify, sans-serif;
  font-size: 15px;
}
.screenshot-button > span > span:last-child {
  margin-left: auto;
}
.ipad-rail .screenshot-button {
  flex-basis: 430px;
}
.ipad-rail img {
  aspect-ratio: 2064/2752;
}
.watch-rail .screenshot-button {
  flex-basis: 220px;
}
.watch-rail img {
  aspect-ratio: 422/514;
}
.video-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 48px;
  margin-bottom: 18px;
}
.video-heading h3 {
  margin: 0;
  font-size: 18px;
}
.video-heading > span {
  font-size: 11px;
  color: var(--stark-muted);
}
.video-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.video-card {
  display: grid;
  grid-template-columns: 1fr 190px;
  align-items: center;
  gap: 20px;
  padding: 28px;
  background: var(--stark-panel);
  border: 1px solid var(--stark-line);
}
.video-card h3 {
  font-family: Pixelify, sans-serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 1.1;
}
.video-card p {
  font-size: 12px;
  color: var(--stark-muted);
  line-height: 1.9;
}
.video-card .eyebrow {
  font-size: 9px;
  letter-spacing: 1px;
}
.video-card .video-duration {
  font-size: 9px;
  margin-top: 25px;
}
.video-card video {
  display: block;
  width: 100%;
  aspect-ratio: 886/1920;
  background: #0a0a0a;
  border: 1px solid var(--stark-line);
}
.details-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  border-top: 1px solid var(--stark-line);
}
.details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.details-grid article > span {
  font-size: 25px;
  color: var(--stark-gold);
}
.details-grid h3 {
  font-size: 15px;
  margin: 9px 0;
}
.beta-banner {
  text-align: center;
  padding: 62px 24px;
  background: var(--stark-panel);
  border: 1px solid var(--stark-line);
  border-top: 4px solid var(--stark-gold);
  position: relative;
}
.beta-banner h2 {
  margin: 15px 0 22px;
}
.beta-banner > p:not(.eyebrow) {
  max-width: 460px;
  margin: 0 auto 25px;
  font-size: 13px;
  color: var(--stark-muted);
}
.beta-banner .text-button {
  display: block;
  margin-top: 24px;
}
.uhrstark-page footer {
  color: var(--stark-muted);
  border-color: var(--stark-line);
}
.art-dialog {
  padding: 0;
  border: 1px solid #a08755;
  background: var(--stark-paper);
  color: var(--stark-ink);
  max-width: min(900px, calc(100vw - 32px));
  max-height: 90dvh;
  width: 900px;
  overflow: auto;
  box-shadow: 0 25px 100px #0008;
}
.art-dialog::backdrop {
  background: #08100cdb;
  backdrop-filter: blur(6px);
}
.dialog-close {
  position: sticky;
  top: 12px;
  float: right;
  margin: 12px 12px -56px 0;
  z-index: 3;
  width: 44px;
  height: 44px;
  background: var(--stark-paper);
  color: var(--stark-ink);
  border: 1px solid var(--stark-line);
  font-size: 28px !important;
}
.hero-detail {
  display: grid;
  grid-template-columns: 46% 54%;
}
.hero-detail > img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 720px;
  object-fit: contain;
  background: var(--stark-card);
}
.hero-detail-copy {
  padding: 60px 36px 26px;
}
.hero-detail-copy h2 {
  font-size: 45px;
}
.hero-detail-copy blockquote {
  margin: 20px 0;
  font-family: Pixelify, sans-serif;
  color: var(--stark-gold);
  font-size: 24px;
  line-height: 1.3;
}
.hero-story {
  font-size: 12px;
  line-height: 1.9;
  color: var(--stark-muted);
  white-space: pre-line;
}
.dialog-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  padding: 16px;
  border-top: 1px solid var(--stark-line);
}
#dialog-position {
  font:
    500 17px Pixelify,
    sans-serif;
  min-width: 70px;
  text-align: center;
}
.screenshot-detail {
  text-align: center;
  padding: 25px 65px 0;
}
.screenshot-detail img {
  max-width: 100%;
  max-height: 70dvh;
  object-fit: contain;
  display: block;
  margin: auto;
}
.screenshot-detail h2 {
  font:
    700 15px Manrope,
    sans-serif;
  margin: 15px 0;
}
.uhrstark-page .back {
  margin-top: 35px;
}
@media (min-width: 1450px) {
  .stark-hero {
    min-height: 690px;
  }
  .hero-stage {
    min-height: 540px;
  }
}
@media (max-width: 1000px) {
  .stark-hero {
    gap: 15px;
    min-height: 580px;
  }
  .hero-stage {
    min-height: 440px;
  }
  .hero-actions {
    gap: 18px;
  }
  .hero-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .video-card {
    padding: 20px;
    grid-template-columns: 1fr 145px;
    gap: 15px;
  }
  .video-card h3 {
    font-size: 26px;
  }
  .details-section {
    gap: 35px;
  }
  .section-heading > p {
    max-width: 320px;
  }
  .journey-grid {
    gap: 16px;
  }
  .journey-grid article {
    padding: 22px 18px;
  }
}
@media (max-width: 760px) {
  .stark-hero {
    grid-template-columns: 1fr;
    padding: 35px 0 25px;
    gap: 0;
  }
  .hero-copy {
    max-width: 560px;
  }
  .app-wordmark {
    margin-bottom: 27px;
  }
  .stark-hero h1 {
    font-size: 66px;
  }
  .stark-hero .lead {
    font-size: 14px;
  }
  .hero-stage {
    width: 100%;
    max-width: 480px;
    min-height: 480px;
    margin: 10px auto 0;
  }
  .section {
    padding: 55px 0;
  }
  .section-heading {
    display: block;
    margin-bottom: 25px;
  }
  .section-heading > p {
    max-width: 500px;
    margin-top: 20px;
  }
  .journey-grid {
    grid-template-columns: 1fr;
  }
  .journey-grid article {
    padding: 25px;
  }
  .hero-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 14px;
  }
  .gallery-toolbar {
    align-items: flex-start;
    gap: 10px;
  }
  .gallery-count {
    padding-top: 9px;
  }
  .filter-buttons {
    gap: 6px;
  }
  .filter-buttons button {
    font-size: 9px;
    padding: 8px 10px;
  }
  .stat-strip {
    grid-template-columns: 1fr 1fr;
    gap: 22px 0;
  }
  .stat-strip p:nth-child(2) {
    border: 0;
  }
  .stat-strip strong {
    font-size: 31px;
  }
  .pixel-divider {
    height: 128px;
  }
  .pixel-divider > span {
    font-size: 11px;
    letter-spacing: 0;
    padding: 6px 10px;
  }
  .video-grid {
    grid-template-columns: 1fr;
  }
  .video-card {
    grid-template-columns: 1fr 190px;
    padding: 28px;
  }
  .video-card h3 {
    font-size: 32px;
  }
  .video-heading {
    display: block;
  }
  .video-heading > span {
    display: block;
    margin-top: 7px;
  }
  .details-section {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .hero-detail {
    grid-template-columns: 1fr;
  }
  .hero-detail > img {
    height: 48dvh;
    max-height: none;
    object-fit: contain;
  }
  .hero-detail-copy {
    padding: 25px;
  }
  .hero-detail-copy h2 {
    font-size: 38px;
  }
  .hero-detail-copy blockquote {
    font-size: 23px;
  }
  .hero-story {
    font-size: 13px;
  }
  .screenshot-detail {
    padding: 65px 15px 0;
  }
  .screenshot-detail img {
    max-height: 65dvh;
  }
}
@media (max-width: 480px) {
  .uhrstark-page header,
  .uhrstark-page main,
  .uhrstark-page footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .uhrstark-page header .brand {
    font-size: 21px;
    gap: 7px;
  }
  .uhrstark-page header > a:nth-child(2) {
    font-size: 10px;
  }
  .stark-hero h1 {
    font-size: 58px;
  }
  .hero-stage {
    min-height: 390px;
  }
  .hero-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 14px;
  }
  .tile-caption strong {
    font-size: 25px;
  }
  .portrait-wrap {
    border-width: 3px;
  }
  .xp-note {
    left: 9%;
    bottom: 8px;
    padding: 9px 15px;
  }
  .showcase-card small {
    font-size: 7px;
    letter-spacing: 1px;
  }
  .showcase-card > span {
    font-size: 24px;
  }
  .hero-actions {
    gap: 22px;
  }
  .platform-note {
    font-size: 9px;
  }
  .media-toolbar {
    gap: 8px;
    flex-wrap: wrap;
  }
  .device-tabs {
    width: 100%;
    gap: 6px;
  }
  .device-tabs button {
    flex: 1;
    padding: 10px 8px;
    font-size: 10px;
    white-space: nowrap;
  }
  .rail-controls {
    margin-left: auto;
  }
  .screenshot-button {
    flex-basis: 240px;
  }
  .ipad-rail .screenshot-button {
    flex-basis: 280px;
  }
  .watch-rail .screenshot-button {
    flex-basis: 200px;
  }
  .video-card {
    padding: 20px;
    gap: 16px;
    grid-template-columns: 1fr 44%;
  }
  .video-card h3 {
    font-size: 27px;
  }
  .video-card p {
    font-size: 11px;
  }
  .video-card .eyebrow {
    font-size: 8px;
  }
  .video-card .video-duration {
    font-size: 8px;
  }
  .details-grid {
    gap: 24px 20px;
  }
  .details-grid h3 {
    font-size: 14px;
  }
  .beta-banner {
    padding: 40px 18px;
  }
  .beta-banner .status-tag {
    font-size: 9px;
  }
  .gallery-footnote {
    padding: 20px 0;
    gap: 10px;
  }
  .gallery-footnote p {
    font-size: 11px;
  }
  .gallery-count {
    font-size: 13px;
  }
  .filter-buttons {
    flex: 1;
  }
  .uhrstark-page h2 {
    font-size: 38px;
  }
}
@media (max-width: 350px) {
  .stark-hero h1 {
    font-size: 50px;
  }
  .hero-stage {
    min-height: 330px;
  }
  .showcase-card > span {
    font-size: 21px;
  }
  .app-wordmark {
    font-size: 21px;
  }
  .video-card {
    grid-template-columns: 1fr;
  }
  .video-card video {
    max-width: 190px;
    margin: auto;
  }
  .video-card .video-duration {
    margin-top: 12px;
  }
  .details-grid {
    grid-template-columns: 1fr;
  }
  .uhrstark-page h2 {
    font-size: 34px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .hero-tile,
  .portrait-wrap img,
  .stark-button {
    transition: none;
  }
  .hero-tile:hover,
  .stark-button:hover {
    transform: none;
  }
}
.app-wordmark img {
  background: #2d4a35;
  padding: 6px;
}
