/* ScriptPlayer+ landing — static marketing page */

:root {
  --bg: #080907;
  --bg-2: #0e100c;
  --surface: #141711;
  --surface-2: #1b1d16;
  --ink: #f8f5ed;
  --muted: #bbb3a5;
  --muted-2: #8f887d;
  --line: rgba(248, 245, 237, 0.14);
  --line-strong: rgba(248, 245, 237, 0.24);
  --teal: #4ed7bf;
  --coral: #ff7a5f;
  --amber: #f3b64d;
  --lime: #c8ee6d;
  --violet: #b99cff;
  --radius: 8px;
  --max: 1180px;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --font-sans: "SUIT Variable", "Pretendard Variable", system-ui, -apple-system,
    "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, transparent, black 16%, black 68%, transparent);
}

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

a {
  color: inherit;
}

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

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  padding: 0.7rem 0.9rem;
  border-radius: var(--radius);
  color: #07100d;
  background: var(--teal);
  font-weight: 800;
  text-decoration: none;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(8, 9, 7, 0.82);
  backdrop-filter: blur(16px);
}

.header-inner {
  width: min(100%, var(--max));
  min-height: 64px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--ink);
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.brand img {
  width: 36px;
  height: 36px;
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(185, 156, 255, 0.25);
}

.site-nav {
  display: none;
  align-items: center;
  gap: 1.25rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.site-nav a {
  text-decoration: none;
}

.site-nav a:hover {
  color: var(--ink);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  min-width: 0;
}

.lang-picker {
  position: relative;
  display: inline-flex;
}

.lang-toggle,
.icon-button {
  width: auto;
  min-width: 2.55rem;
  height: 2.55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
  text-decoration: none;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    color 160ms ease;
}

.lang-toggle {
  gap: 0.38rem;
  padding: 0 0.62rem;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 850;
}

.lang-toggle:hover,
.icon-button:hover {
  border-color: rgba(248, 245, 237, 0.38);
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}

.lang-toggle[aria-expanded="true"] {
  border-color: rgba(78, 215, 191, 0.5);
  background: rgba(78, 215, 191, 0.12);
}

.lang-toggle-icon,
.lang-chevron {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.lang-chevron {
  width: 0.88rem;
  height: 0.88rem;
  color: var(--muted);
}

.lang-menu {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  z-index: 80;
  width: 11rem;
  padding: 0.35rem;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: rgba(13, 15, 11, 0.98);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.42);
}

.lang-menu[hidden] {
  display: none;
}

.lang-option {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.62rem 0.68rem;
  border: 0;
  border-radius: 6px;
  color: var(--muted);
  background: transparent;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 740;
  cursor: pointer;
  text-align: left;
}

.lang-option:hover {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.06);
}

.lang-option[aria-checked="true"] {
  color: #06110d;
  background: var(--teal);
}

.lang-code {
  color: inherit;
  font-size: 0.75rem;
  font-weight: 900;
}

.icon-button {
  padding: 0;
}

.icon-button svg {
  width: 1.18rem;
  height: 1.18rem;
  fill: currentColor;
}

.button-icon {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.button {
  min-height: 2.55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.7rem 1rem;
  border-radius: var(--radius);
  border: 1px solid transparent;
  font-size: 0.92rem;
  font-weight: 820;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible,
.lang-toggle:focus-visible,
.lang-option:focus-visible,
.icon-button:focus-visible,
.site-nav a:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 3px;
}

.button-primary {
  color: #06110d;
  background: var(--teal);
  box-shadow: 0 14px 34px rgba(78, 215, 191, 0.22);
}

.button-primary:hover {
  background: #7ff0dc;
}

.button-patreon {
  color: #fff2ec;
  border-color: rgba(255, 122, 95, 0.45);
  background: rgba(255, 122, 95, 0.16);
}

.button-patreon:hover {
  border-color: rgba(255, 122, 95, 0.72);
  background: rgba(255, 122, 95, 0.24);
}

.button-feedback {
  color: var(--ink);
  border-color: rgba(78, 215, 191, 0.34);
  background: rgba(78, 215, 191, 0.1);
}

.button-feedback:hover {
  border-color: rgba(78, 215, 191, 0.62);
  background: rgba(78, 215, 191, 0.18);
}

.header-feedback {
  padding-left: 0.72rem;
  padding-right: 0.78rem;
}

.hero {
  position: relative;
  min-height: 74svh;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #070807;
}

.hero-media,
.hero-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  animation: hero-media-drift 18s var(--ease-out) infinite alternate;
}

.hero-scrim {
  background:
    linear-gradient(90deg, rgba(8, 9, 7, 0.94), rgba(8, 9, 7, 0.72) 42%, rgba(8, 9, 7, 0.18)),
    linear-gradient(0deg, rgba(8, 9, 7, 0.88), rgba(8, 9, 7, 0.08) 42%, rgba(8, 9, 7, 0.4));
}

.hero-inner {
  position: relative;
  width: min(100%, var(--max));
  min-height: 74svh;
  margin: 0 auto;
  padding: 4.7rem 1rem 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.hero-inner > .eyebrow,
.hero h1,
.hero-kicker,
.hero-lead,
.hero-actions,
.hero-metrics {
  opacity: 0;
  transform: translateY(18px);
  animation: hero-rise 820ms var(--ease-out) forwards;
}

.hero h1 {
  animation-delay: 80ms;
}

.hero-kicker {
  animation-delay: 150ms;
}

.hero-lead {
  animation-delay: 220ms;
}

.hero-actions {
  animation-delay: 300ms;
}

.hero-metrics {
  animation-delay: 390ms;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 880;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: 3.65rem;
  line-height: 0.96;
  letter-spacing: 0;
  font-weight: 920;
}

.hero-kicker {
  max-width: 45rem;
  margin: 1.05rem 0 0;
  color: var(--ink);
  font-size: 1.28rem;
  font-weight: 780;
  line-height: 1.35;
}

.hero-lead {
  max-width: 48rem;
  margin: 0.75rem 0 0;
  color: var(--muted);
  font-size: 1rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.4rem;
}

.hero-metrics {
  width: min(100%, 760px);
  margin: 1.6rem 0 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
}

.hero-metrics div {
  min-width: 0;
  padding: 0.8rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(8, 9, 7, 0.54);
}

.hero-metrics dt {
  margin: 0 0 0.18rem;
  color: var(--muted-2);
  font-size: 0.72rem;
  font-weight: 780;
}

.hero-metrics dd {
  margin: 0;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 760;
  overflow-wrap: anywhere;
}

.signal-strip {
  border-bottom: 1px solid var(--line);
  background: var(--bg-2);
}

.signal-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 1rem;
  display: grid;
  gap: 0.75rem;
}

.signal-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.25rem 0.75rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}

.signal-item:last-child {
  border-bottom: 0;
}

.signal-item span {
  grid-row: span 2;
  color: var(--amber);
  font-size: 0.82rem;
  font-weight: 860;
}

.signal-item strong {
  color: var(--ink);
  font-size: 0.96rem;
}

.signal-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.section {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 5rem 1rem;
}

.section-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.section-copy h2,
.section-head h2,
.cta-panel h2 {
  margin: 0;
  font-size: 2.1rem;
  line-height: 1.12;
  letter-spacing: 0;
  font-weight: 900;
}

.section-copy > p:not(.eyebrow),
.section-head > p:not(.eyebrow),
.cta-panel p:not(.eyebrow) {
  max-width: 45rem;
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 1rem;
}

.check-list {
  margin-top: 1.6rem;
  display: grid;
  gap: 0.8rem;
}

.check-list article {
  padding-left: 1rem;
  border-left: 3px solid var(--teal);
}

.check-list article:nth-child(2) {
  border-color: var(--coral);
}

.check-list article:nth-child(3) {
  border-color: var(--amber);
}

.check-list strong,
.check-list span {
  display: block;
}

.check-list strong {
  color: var(--ink);
  font-size: 0.98rem;
}

.check-list span {
  margin-top: 0.18rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.media-panel,
.preview-tile,
.screen-gallery figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  transition:
    border-color 260ms ease,
    box-shadow 260ms ease,
    transform 260ms ease;
}

.media-panel {
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

.media-panel video,
.media-panel img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #000;
  transition:
    filter 520ms ease,
    transform 720ms var(--ease-out);
}

.media-panel figcaption,
.preview-tile figcaption,
.screen-gallery figcaption {
  padding: 0.75rem 0.9rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.84rem;
}

.section-updates,
.section-screens {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.section-updates {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #10120d;
}

.section-updates .section-head,
.release-layout,
.preview-grid,
.section-screens .section-head,
.screen-gallery {
  width: min(100%, var(--max));
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.section-head {
  margin-bottom: 1.8rem;
}

.release-layout {
  display: grid;
  gap: 1rem;
}

.release-card {
  min-height: 100%;
  padding: 1.15rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
  transition:
    border-color 260ms ease,
    background 260ms ease,
    box-shadow 260ms ease,
    transform 260ms ease;
}

.release-card-main {
  border-color: rgba(78, 215, 191, 0.32);
  background: rgba(78, 215, 191, 0.07);
}

.release-card-head {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 1rem;
}

.release-card-head p,
.release-card-head h3 {
  margin: 0;
}

.release-card-head p {
  color: var(--amber);
  font-size: 0.75rem;
  font-weight: 850;
  text-transform: uppercase;
}

.release-card-head h3 {
  font-size: 1.08rem;
  line-height: 1.3;
}

.release-card-head a {
  width: fit-content;
  color: var(--teal);
  font-size: 0.9rem;
  font-weight: 780;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.release-list {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.release-list li + li {
  margin-top: 0.55rem;
}

code {
  padding: 0.08rem 0.35rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  background: rgba(0, 0, 0, 0.28);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.9em;
}

.preview-grid {
  margin-top: 1rem;
  display: grid;
  gap: 1rem;
}

.section-demos .preview-grid {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.preview-tile img,
.preview-tile video {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  object-position: center top;
  background: #050605;
  transition:
    filter 520ms ease,
    transform 720ms var(--ease-out);
}

.preview-tile--video {
  position: relative;
}

.section-features {
  padding-top: 5.5rem;
}

.feature-grid {
  display: grid;
  gap: 1rem;
}

.feature-card {
  min-height: 13.5rem;
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  transition:
    border-color 260ms ease,
    background 260ms ease,
    box-shadow 260ms ease,
    transform 260ms ease;
}

.feature-card:nth-child(2n) {
  background: var(--surface-2);
}

.feature-index {
  display: inline-flex;
  margin-bottom: 1rem;
  color: var(--lime);
  font-size: 0.8rem;
  font-weight: 880;
}

.feature-card:nth-child(3n) .feature-index {
  color: var(--coral);
}

.feature-card h3 {
  margin: 0 0 0.5rem;
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.25;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.section-screens {
  border-top: 1px solid var(--line);
  background: #0a0b09;
}

.screen-gallery {
  display: grid;
  gap: 1rem;
}

.screen-gallery img,
.screen-gallery video {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  object-position: center top;
  background: #050605;
  transition:
    filter 520ms ease,
    transform 720ms var(--ease-out);
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 720ms var(--ease-out),
    transform 720ms var(--ease-out),
    border-color 260ms ease,
    background 260ms ease,
    box-shadow 260ms ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.media-panel.reveal.is-visible:hover,
.preview-tile.reveal.is-visible:hover,
.screen-gallery figure.reveal.is-visible:hover,
.feature-card.reveal.is-visible:hover,
.release-card.reveal.is-visible:hover {
  border-color: rgba(78, 215, 191, 0.36);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.32);
  transform: translateY(-4px);
}

.preview-tile:hover img,
.preview-tile:hover video,
.screen-gallery figure:hover img,
.screen-gallery figure:hover video,
.media-panel:hover img,
.media-panel:hover video {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.025);
}

@keyframes hero-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-media-drift {
  from {
    transform: scale(1.02) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.07) translate3d(1.6%, -1.2%, 0);
  }
}

.cta-panel {
  width: min(calc(100% - 2rem), var(--max));
  margin: 1rem auto 5rem;
  padding: 1.4rem;
  display: grid;
  gap: 1.25rem;
  align-items: center;
  border: 1px solid rgba(78, 215, 191, 0.28);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(78, 215, 191, 0.12), rgba(255, 122, 95, 0.08)),
    var(--surface);
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.site-footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: var(--bg);
}

.footer-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 1.5rem 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  font-size: 0.85rem;
}

.footer-inner p {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-links a {
  color: var(--muted);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.footer-links a:hover {
  color: var(--ink);
}

[hidden] {
  display: none !important;
}

@media (min-width: 560px) {
  .hero-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .signal-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .signal-item {
    border-bottom: 0;
    border-right: 1px solid var(--line);
    padding: 0.8rem 1rem 0.8rem 0;
  }

  .signal-item:last-child {
    border-right: 0;
  }

  .preview-grid,
  .screen-gallery,
  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 780px) {
  .site-nav {
    display: flex;
  }

  .hero,
  .hero-inner {
    min-height: 76svh;
  }

  .hero h1 {
    font-size: 5.4rem;
  }

  .hero-kicker {
    font-size: 1.55rem;
  }

  .section-grid {
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    gap: 3rem;
  }

  .release-layout {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  }

  .preview-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .demo-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .screen-gallery {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .cta-panel {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 1.7rem;
  }

  .cta-actions {
    justify-content: flex-end;
  }
}

@media (max-width: 779px) {
  .section-demos .demo-grid {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    overflow-x: auto;
    scroll-padding-inline: 1rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .section-demos .demo-grid::-webkit-scrollbar {
    display: none;
  }

  .section-demos .preview-tile {
    flex: 0 0 min(84vw, 22rem);
    scroll-snap-align: start;
  }
}

@media (min-width: 1080px) {
  .header-inner,
  .hero-inner,
  .signal-inner,
  .section,
  .section-updates .section-head,
  .release-layout,
  .preview-grid,
  .section-screens .section-head,
  .screen-gallery,
  .footer-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 420px) {
  .brand span {
    display: none;
  }

  .header-feedback {
    width: 2.55rem;
    min-width: 2.55rem;
    padding-left: 0;
    padding-right: 0;
  }

  .header-feedback-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .button {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 0.86rem;
  }

  .hero h1 {
    font-size: 3.1rem;
  }

  .hero-kicker {
    font-size: 1.12rem;
  }

  .hero-inner {
    padding-top: 3.9rem;
    padding-bottom: 2.1rem;
  }

  .hero-actions {
    gap: 0.55rem;
  }

  .hero-actions .button-primary {
    flex: 1 1 100%;
  }

  .hero-actions .button-patreon {
    flex: 1 1 100%;
  }

  .hero-metrics {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.55rem;
    overflow: visible;
    padding-bottom: 0;
  }

  .hero-metrics div {
    min-width: 0;
    padding: 0.58rem 0.7rem;
    display: grid;
    grid-template-columns: 4.7rem minmax(0, 1fr);
    gap: 0.5rem;
    align-items: baseline;
  }

  .hero-metrics dt {
    margin: 0;
  }

  .hero-metrics dd {
    font-size: 0.86rem;
  }
}

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

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

  .hero-media,
  .hero-inner > .eyebrow,
  .hero h1,
  .hero-kicker,
  .hero-lead,
  .hero-actions,
  .hero-metrics,
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}
