/* 3D visual direction — extends the accessible static site. */
:root {
  --bg: #05090c;
  --surface: #0c161d;
  --line: #ffffff12;
  --text: #f2f7f8;
  --muted: #90a4ae;
  --accent: #b5f7a5;
  --cyan: #84e5de;
  scroll-padding-top: 30px;
}
html {
  overflow-x: clip;
}
body {
  background: #05090c;
  overflow-x: clip;
}
main {
  position: relative;
  isolation: isolate;
}
.page-ambient {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse 680px 560px at 82% 9%, #0c404529, transparent),
    radial-gradient(ellipse 700px 400px at -10% 38%, #0d324d23, transparent);
}
.header {
  position: relative;
  z-index: 5;
  height: 100px;
  border-color: #ffffff0b;
}
.brand {
  letter-spacing: -0.8px;
}
.brand img {
  box-shadow: 0 0 18px #84e5de12;
}
.desktop-nav {
  gap: 34px;
  background: #ffffff03;
  padding: 10px 22px;
  border: 1px solid #ffffff08;
  border-radius: 30px;
  font-size: 14px;
}
.desktop-nav a {
  transition: color 0.2s;
}
.header-download {
  border-radius: 25px;
  border-color: #bbf6db32;
  color: #d0eadd;
  background: linear-gradient(130deg, #caffc30c, #ffffff03);
  padding: 11px 22px;
}
.header-download:hover {
  background: #b5f7a517;
}
.hero {
  grid-template-columns: 1fr 1.04fr;
  gap: 20px;
  min-height: 800px;
  padding: 64px 0 78px;
  position: relative;
}
.hero-copy {
  padding-bottom: 18px;
}
.release-label {
  border: 1px solid #bcf9e321;
  background: linear-gradient(120deg, #c5fadb0b, #a0e0f004);
  border-radius: 30px;
  padding: 8px 14px;
  backdrop-filter: blur(10px);
}
.release-label > span:first-child {
  font-size: 12px;
  letter-spacing: 1.2px;
  color: #adccc4;
}
.release-version {
  font-size: 12px;
  border-color: #ffffff20;
  color: #899fa7;
  padding-left: 13px;
  gap: 9px;
}
h1 {
  font-size: clamp(56px, 5.35vw, 79px);
  font-weight: 600;
  letter-spacing: -3.8px;
  line-height: 1.055;
  margin: 30px 0 27px;
  color: #f4f7f9;
  text-shadow: 0 4px 30px #91dcf107;
}
h1 > span {
  color: #b5efcf;
  background: linear-gradient(100deg, #eeffe8 0%, #b5f7a5 34%, #61c7ca 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-description {
  font-size: 17px;
  line-height: 1.8;
  max-width: 420px;
  color: #94a8b3;
}
.hero-actions {
  gap: 22px;
}
.button {
  border-radius: 12px;
  min-height: 61px;
  padding: 19px 24px;
  transition:
    box-shadow 0.25s,
    background 0.25s,
    transform 0.25s;
  position: relative;
}
.primary {
  background: linear-gradient(120deg, #d2fbb5, #9ce3bf);
  box-shadow:
    inset 0 1px #f4fff7,
    0 6px 0 -3px #456953,
    0 12px 32px #85f7b31a;
  border: 1px solid #d1ffb350;
  color: #11291b;
}
.primary:hover {
  background: linear-gradient(120deg, #e5ffc9, #b4f4d4);
  box-shadow:
    inset 0 1px #fff,
    0 6px 0 -3px #557e62,
    0 14px 40px #85f7b32b;
  transform: translateY(-3px);
}
.primary:active {
  transform: translateY(1px);
  box-shadow:
    inset 0 1px #fff,
    0 2px 0 -1px #456953;
}
.hero-actions .text-link {
  color: #a1b9c2;
}
.platform-note {
  color: #6e858f;
  font-size: 12px;
  margin-top: 25px;
}
.hero-visual {
  height: 650px;
  padding: 0;
  width: 100%;
  position: relative;
  isolation: isolate;
  perspective: 1200px;
}
.hero-visual:after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 10%;
  width: 80%;
  height: 45px;
  border-radius: 50%;
  background: #031214;
  filter: blur(22px);
  z-index: -1;
}
.visual-aura {
  inset: 15% -15% 5% -15%;
  background: radial-gradient(ellipse, #0b626726, transparent 64%);
  filter: blur(15px);
}
#harpy-globe {
  display: block;
  position: absolute;
  top: -7%;
  left: -9%;
  width: 120%;
  height: 106%;
  opacity: 0;
  transition: opacity 1s;
  pointer-events: none;
}
.globe-ready #harpy-globe {
  opacity: 1;
}
.globe-fallback {
  position: absolute;
  inset: 12% -2% 20% 7%;
  display: grid;
  place-items: center;
  opacity: 0.6;
  transition: opacity 0.6s;
  overflow: hidden;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #1a4d54, #050c13 72%);
  border: 1px solid #63cac045;
  box-shadow:
    inset -20px -20px 40px #000a,
    0 0 70px #63cac012;
}
.globe-fallback img {
  width: 100%;
  filter: brightness(2.6) saturate(0.7);
}
.globe-ready .globe-fallback {
  opacity: 0;
  pointer-events: none;
}
.scene-heading {
  position: absolute;
  top: 0;
  left: 32px;
  right: 10px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  color: #779498;
  font-size: 12px;
  letter-spacing: 2px;
}
.scene-heading span:first-child {
  font-size: 12px;
  letter-spacing: 3.5px;
  color: #bad6d7;
}
.scene-heading span:last-child {
  font-size: 12px;
  letter-spacing: 1.5px;
}
.orbit-label {
  display: none;
}
.app-window {
  position: absolute;
  bottom: 40px;
  left: 4px;
  width: 320px;
  border-radius: 14px;
  overflow: hidden;
  background: #0d171fd9;
  border-color: #b5e4e82d;
  backdrop-filter: blur(22px);
  box-shadow:
    inset 0 1px #a4d6e51a,
    0 2px 0 #213d4766,
    0 28px 70px #000a;
  transform: perspective(1200px) rotateY(12deg) rotateX(7deg) rotateZ(-3deg);
  will-change: transform;
  transition:
    transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 0.4s;
}
.window-title {
  padding: 10px 14px;
  background: linear-gradient(115deg, #3a52654a, #1e3d431f);
  font-size: 12px;
  border-color: #b6d9df18;
  color: #c2d7de;
}
.window-title img {
  width: 17px;
  height: 17px;
}
.window-controls {
  gap: 18px;
}
.app-screenshot {
  aspect-ratio: 1278/900;
  object-fit: cover;
  opacity: 0.9;
}
.app-window figcaption {
  padding: 11px 13px;
  font-size: 12px;
  background: #12262b6b;
  border-color: #82afbd1a;
  color: #abbfc6;
}
.app-window figcaption span:last-child {
  display: none;
}
.core-label {
  top: 127px;
  bottom: auto;
  left: auto;
  right: -5px;
  padding: 15px 17px;
  border-radius: 13px;
  gap: 12px;
  background: linear-gradient(135deg, #42615b38, #142a2e88);
  border-color: #bbf5de38;
  box-shadow:
    inset 0 1px #e2fff524,
    0 18px 40px #0005;
  backdrop-filter: blur(24px);
  transform: perspective(1200px) rotateY(-14deg) rotateZ(3deg);
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.core-label div span {
  font-size: 12px;
  color: #96b8b5;
}
.core-label strong {
  font-size: 15px;
  letter-spacing: 0.2px;
  color: #e7f3ee;
}
.core-label .core-check {
  margin-left: 10px;
  background: #b5f7a516;
  border: 1px solid #b5f7a521;
}
.motion-toggle {
  position: absolute;
  right: 5px;
  bottom: 13px;
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 8px 14px;
  background: #15232855;
  border: 1px solid #badfdc24;
  border-radius: 24px;
  color: #9bb9bd;
  font-size: 12px;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition:
    background 0.2s,
    color 0.2s;
}
.motion-toggle[hidden] {
  display: none;
}
.motion-toggle:hover {
  background: #203d40aa;
  color: #deefef;
}
.motion-icon {
  font-size: 15px;
  line-height: 1;
  width: 13px;
  text-align: center;
}
.feature-strip {
  padding-block: 28px;
  border-color: #91b9c61a;
  background: linear-gradient(90deg, transparent, #0e1c2140, transparent);
}
.feature-strip > div {
  border-color: #91b9c61a;
}
.feature-strip svg {
  color: #96c8cc;
}
.feature-strip strong {
  font-weight: 500;
  color: #dce8ec;
}
.feature-strip span {
  color: #7895a0;
}
.section {
  padding-block: 110px;
}
.eyebrow {
  color: #7ab4bb;
  letter-spacing: 2.3px;
  font-size: 12px;
}
h2 {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -1.8px;
  color: #e6f0f5;
}
.section-heading > p {
  color: #849da8;
}
.steps {
  gap: 22px;
  perspective: 1000px;
}
.step {
  border-color: #b0d6e71a;
  background:
    radial-gradient(
      circle at var(--px, 50%) var(--py, 0%),
      #7ee4d817,
      transparent 65%
    ),
    linear-gradient(135deg, #10222b99, #080f17);
  border-radius: 19px;
  min-height: 305px;
  padding: 32px;
  box-shadow:
    inset 0 1px #b7e7ed09,
    0 18px 45px #0002;
  transition:
    transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 0.3s,
    box-shadow 0.3s;
  transform: perspective(900px) rotateX(var(--rx, 0deg))
    rotateY(var(--ry, 0deg));
}
.step:hover {
  border-color: #a8ded740;
  box-shadow:
    inset 0 1px #b7e7ed20,
    0 25px 50px #0005;
}
.step-number {
  color: #506a7770;
  font-size: 48px;
  font-weight: 300;
}
.step > svg {
  width: 48px;
  height: 48px;
  padding: 11px;
  border: 1px solid #d3eeec17;
  border-radius: 13px;
  background: linear-gradient(135deg, #d3eeec11, #68bec803);
  box-shadow:
    inset 0 1px #fff1,
    0 7px 15px #0003;
  color: #ade3df;
  margin-bottom: 29px;
}
.step p {
  font-size: 16px;
  color: #91a7b2;
}
.step h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.3px;
}
.step a,
.step-finish {
  font-size: 14px;
}
.step-finish {
  color: #8fb09e;
}
.download-section {
  border-radius: 24px;
  border-color: #b3efe22e;
  background:
    radial-gradient(ellipse at 0% 100%, #1b4246c9, transparent 65%),
    linear-gradient(140deg, #1b2c31, #0b171c);
  padding: 65px;
  box-shadow:
    inset 0 1px #dffdf021,
    0 30px 70px #0003;
  overflow: visible;
}
.download-section:before {
  border-radius: 24px;
  opacity: 0.075;
  mask-image: linear-gradient(90deg, black, transparent);
}
.download-copy h2 {
  font-size: 57px;
  font-weight: 500;
}
.download-copy > p:not(.eyebrow) {
  color: #95b6bb;
}
.download-specs span {
  background: #07161929;
  border-color: #8dbcbc2b;
  color: #a4c2c6;
  border-radius: 6px;
  padding: 5px 10px;
}
.installer {
  border-radius: 17px;
  background: linear-gradient(135deg, #4b656230, #07141180);
  border: 1px solid #b3f2d330;
  box-shadow:
    inset 0 1px #b1e6c921,
    0 16px 28px #02070750;
  padding: 27px;
  backdrop-filter: blur(15px);
  transform: perspective(1100px) rotateX(var(--rx, 0deg))
    rotateY(var(--ry, 0deg));
  transition: transform 0.5s;
}
.windows-tile {
  background: linear-gradient(145deg, #d0fbb325, #68b7970c);
  border: 1px solid #c0f4cd30;
  box-shadow: 0 5px 10px #00160844;
  border-radius: 11px;
  width: 48px;
  height: 48px;
}
.recommended {
  border-color: #b0dfbd2a;
  color: #a1cdb0;
  font-size: 12px;
}
.installer-heading h3 {
  font-weight: 550;
}
.portable {
  padding: 24px 4px 0;
}
.portable strong {
  color: #bacfd0;
}
.download-caption {
  color: #789491;
}
.faq-section {
  padding-top: 120px;
  padding-bottom: 95px;
}
.faq-section h2 {
  font-size: 44px;
}
.faq-list,
details {
  border-color: #b3d4e121;
}
summary {
  font-weight: 450;
  color: #d6e4ea;
  font-size: 17px;
  transition: color 0.2s;
}
summary:hover {
  color: #b5f7a5;
}
summary span {
  color: #7db6bd;
}
details p {
  color: #8da5b1;
  font-size: 16px;
}
.key-banner {
  padding: 35px 40px;
  border-radius: 18px;
  border-color: #bed8ef1c;
  background:
    radial-gradient(ellipse at 0% 70%, #2f566728, transparent 75%),
    linear-gradient(130deg, #0f1c27, #0a131a);
  box-shadow: inset 0 1px #e0f0ff08;
}
.key-banner-title > svg {
  color: #a8d3dc;
}
.key-banner h2 {
  font-size: 24px;
}
.key-banner p {
  color: #8da4b1;
}
.secondary {
  border-radius: 10px;
  background: linear-gradient(135deg, #324e604f, #2037433d);
  border-color: #aac7dd33;
  box-shadow: inset 0 1px #f5fbff0c;
  color: #d3e2ee;
}
.secondary:hover {
  background: #2c4557;
}
.footer {
  border-color: #90b4c71a;
}
.footer p,
.footer > span {
  color: #65818e;
}
.download-notice {
  background: #142b27f0;
  backdrop-filter: blur(20px);
  border-color: #b5f7a552;
}
@media (prefers-reduced-motion: no-preference) {
  [data-reveal].will-reveal {
    opacity: 0;
    translate: 0 18px;
    transition:
      opacity 0.65s ease,
      translate 0.65s ease,
      transform 0.45s ease,
      border-color 0.3s,
      box-shadow 0.3s;
  }
  [data-reveal].will-reveal.is-visible {
    opacity: 1;
    translate: 0 0;
  }
  .hero-copy {
    animation: hero-in 0.8s both;
  }
  .scene-heading {
    animation: hero-in 1s 0.1s both;
  }
  .app-window {
    animation: panel-in 1.15s 0.15s both;
  }
  .core-label {
    animation: panel-in 1.2s 0.25s both;
  }
  @keyframes hero-in {
    from {
      opacity: 0;
      translate: 0 16px;
    }
    to {
      opacity: 1;
      translate: 0 0;
    }
  }
  @keyframes panel-in {
    from {
      opacity: 0;
      translate: 0 25px;
    }
    to {
      opacity: 1;
      translate: 0 0;
    }
  }
}
@media (min-width: 1550px) {
  .hero {
    min-height: 845px;
  }
  .hero-visual {
    height: 700px;
  }
  .app-window {
    width: 350px;
    bottom: 42px;
  }
  .hero-copy {
    padding-bottom: 0;
  }
  .core-label {
    top: 145px;
  }
}
@media (max-width: 1150px) {
  .hero {
    min-height: 710px;
    gap: 0;
    padding: 55px 0 60px;
  }
  h1 {
    font-size: 64px;
    letter-spacing: -3.2px;
  }
  .hero-visual {
    height: 600px;
  }
  .scene-heading {
    left: 25px;
    right: 0;
    top: 17px;
  }
  .scene-heading span:last-child {
    display: none;
  }
  .app-window {
    width: 278px;
    bottom: 47px;
    left: 5px;
  }
  .core-label {
    right: -8px;
    top: 140px;
    padding: 12px;
    gap: 9px;
  }
  .core-label .core-check {
    display: none;
  }
  .core-label strong {
    font-size: 14px;
  }
  .core-label div span {
    font-size: 12px;
  }
  .core-label > svg {
    width: 20px;
    height: 20px;
  }
  .hero-description {
    max-width: 370px;
    font-size: 16px;
  }
  .download-section {
    padding: 45px;
  }
  .download-copy h2 {
    font-size: 50px;
  }
  .steps {
    gap: 16px;
  }
  .step {
    padding: 26px;
  }
  .step h3 {
    font-size: 18px;
  }
}
@media (max-width: 850px) {
  .desktop-nav {
    gap: 17px;
    padding: 9px 14px;
    font-size: 13px;
  }
  .hero {
    display: flex;
    flex-direction: column;
    padding: 50px 0 45px;
    gap: 25px;
    min-height: 0;
  }
  .hero-copy {
    max-width: 630px;
    padding: 0;
  }
  .hero h1 {
    font-size: 76px;
    margin: 28px 0;
  }
  .hero-description {
    max-width: 470px;
    font-size: 17px;
  }
  .hero-actions {
    align-items: center;
  }
  .hero-visual {
    width: min(630px, 100%);
    height: 630px;
    margin: 0 auto;
  }
  .scene-heading {
    top: 15px;
    left: 35px;
    right: 30px;
  }
  .scene-heading span:last-child {
    display: block;
    font-size: 12px;
    letter-spacing: 0.5px;
  }
  .app-window {
    width: 310px;
    left: 25px;
    bottom: 35px;
  }
  .core-label {
    top: 110px;
    right: 15px;
    padding: 14px 17px;
  }
  .core-label .core-check {
    display: block;
    margin-left: 4px;
  }
  .core-label strong {
    font-size: 15px;
  }
  .motion-toggle {
    bottom: 5px;
    right: 28px;
  }
  .feature-strip {
    background: transparent;
  }
  .section {
    padding-block: 75px;
  }
  .step {
    padding: 23px;
    min-height: 330px;
  }
  .step p {
    font-size: 15px;
  }
  .download-section {
    padding: 35px;
    gap: 25px;
  }
  .download-copy h2 {
    font-size: 42px;
  }
  .installer {
    padding: 20px;
  }
  .windows-tile {
    width: 38px;
    height: 38px;
  }
  .faq-section {
    gap: 35px;
  }
  .faq-section h2 {
    font-size: 40px;
  }
  .key-banner {
    padding: 30px;
  }
  .key-banner h2 {
    font-size: 24px;
  }
}
@media (max-width: 580px) {
  .header {
    height: 82px;
  }
  .desktop-nav {
    display: none;
  }
  .header-download {
    padding: 9px 15px;
  }
  .hero {
    padding: 34px 0 35px;
    gap: 10px;
  }
  .release-label {
    gap: 11px;
    padding: 7px 11px;
  }
  .release-label > span:first-child {
    font-size: 12px;
    letter-spacing: 0.7px;
  }
  .release-version {
    font-size: 12px;
    gap: 7px;
  }
  .hero h1 {
    font-size: clamp(43px, 11.1vw, 62px);
    letter-spacing: -2.2px;
    line-height: 1.08;
    margin: 27px 0 23px;
  }
  .hero-description {
    font-size: 16px;
    line-height: 1.75;
  }
  .hero-actions .button {
    font-size: 15px;
    padding: 18px 20px;
    border-radius: 11px;
    min-height: 59px;
  }
  .platform-note {
    font-size: 12px;
    gap: 6px;
    margin-top: 22px;
  }
  .hero-visual {
    height: 470px;
    width: 100%;
    margin: 0;
  }
  .scene-heading {
    top: 20px;
    left: 14px;
    right: 10px;
  }
  .scene-heading span:first-child {
    font-size: 12px;
    letter-spacing: 2px;
  }
  .scene-heading span:last-child {
    display: none;
  }
  #harpy-globe {
    width: 128%;
    height: 107%;
    left: -14%;
    top: -7%;
  }
  .app-window {
    width: 220px;
    left: 0;
    bottom: 37px;
    border-radius: 11px;
    transform: perspective(1000px) rotateY(10deg) rotateX(6deg) rotateZ(-3deg);
  }
  .window-title {
    font-size: 12px;
    padding: 8px 10px;
  }
  .window-title img {
    width: 14px;
    height: 14px;
  }
  .window-controls {
    font-size: 12px;
    gap: 12px;
  }
  .app-window figcaption {
    font-size: 12px;
    padding: 9px 10px;
  }
  .app-window figcaption span:last-child {
    display: none;
  }
  .core-label {
    top: 88px;
    right: -1px;
    left: auto;
    bottom: auto;
    padding: 10px 12px;
    gap: 8px;
    border-radius: 10px;
  }
  .core-label strong {
    font-size: 12px;
  }
  .core-label div span {
    font-size: 12px;
  }
  .core-label > svg {
    height: 17px;
    width: 17px;
  }
  .core-label .core-check {
    display: none;
  }
  .motion-toggle {
    bottom: 10px;
    right: 0;
    min-height: 40px;
    padding: 8px 11px;
    font-size: 12px;
    gap: 7px;
  }
  .feature-strip {
    padding: 0;
  }
  .feature-strip > div {
    padding: 20px 0 !important;
  }
  .feature-strip strong {
    font-size: 15px;
  }
  .feature-strip span {
    font-size: 13px;
  }
  .section {
    padding-block: 58px;
  }
  .eyebrow {
    font-size: 12px;
    letter-spacing: 1.6px;
  }
  h2 {
    font-size: 37px;
    letter-spacing: -1.2px;
  }
  .steps {
    gap: 18px;
  }
  .step {
    padding: 28px;
    min-height: 290px;
    border-radius: 17px;
  }
  .step h3 {
    font-size: 20px;
  }
  .step p {
    font-size: 16px;
  }
  .step-number {
    font-size: 48px;
    right: 25px;
  }
  .step > svg {
    margin-bottom: 27px;
  }
  .download-section {
    padding: 29px 22px;
    gap: 30px;
    border-radius: 20px;
    overflow: hidden;
  }
  .download-copy h2 {
    font-size: 44px;
  }
  .download-copy > p:not(.eyebrow) {
    font-size: 16px;
  }
  .installer {
    padding: 21px;
    border-radius: 14px;
  }
  .windows-tile {
    width: 40px;
    height: 40px;
  }
  .installer .button {
    font-size: 15px;
  }
  .download-specs {
    gap: 7px;
  }
  .download-specs span {
    font-size: 12px;
  }
  .faq-section {
    gap: 30px;
  }
  .faq-section h2 {
    font-size: 37px;
  }
  summary {
    font-size: 16px;
  }
  .key-banner {
    padding: 29px 23px;
  }
  .key-banner h2 {
    font-size: 24px;
  }
  .key-banner p {
    font-size: 14px;
  }
  .footer {
    margin-top: 35px;
    padding-block: 28px;
  }
  .footer .brand {
    font-size: 19px;
  }
  .footer > span {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .hero-visual {
    height: 420px;
  }
  .app-window {
    width: 195px;
    bottom: 35px;
  }
  .core-label {
    top: 83px;
  }
  .core-label > svg {
    display: none;
  }
  .hero h1 {
    font-size: 42px;
  }
  .platform-note {
    flex-wrap: wrap;
  }
  .installer {
    padding: 17px;
  }
  .download-copy h2 {
    font-size: 40px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .app-window,
  .core-label {
    animation: none !important;
    transition: none !important;
  }
  [data-tilt] {
    --rx: 0deg !important;
    --ry: 0deg !important;
  }
  .step,
  .installer {
    transform: none !important;
  }
  .hero-copy {
    animation: none !important;
  }
  [data-reveal] {
    opacity: 1 !important;
    translate: none !important;
  }
}

.hero-visual {
  overflow: clip;
  overflow-clip-margin: 24px;
}
.globe-ready .app-window {
  transform: perspective(1200px) rotateY(calc(12deg + var(--ry, 0deg)))
    rotateX(calc(7deg + var(--rx, 0deg))) rotateZ(-3deg);
}
.core-label {
  transform: perspective(1200px) rotateY(calc(-14deg + var(--ry, 0deg)))
    rotateX(var(--rx, 0deg)) rotateZ(3deg);
}
.motion-paused [data-tilt] {
  --rx: 0deg !important;
  --ry: 0deg !important;
}
@media (max-width: 580px) {
  .hero-visual {
    overflow: clip;
    overflow-clip-margin: 0;
  }
  .app-window {
    left: 7px;
    width: 212px;
  }
  .core-label {
    right: 4px;
  }
  .scene-heading {
    left: 15px;
  }
  .core-label div span,
  .app-window figcaption {
    font-size: 12px;
  }
  .core-label {
    max-width: 200px;
  }
  .core-label div {
    min-width: 0;
  }
  .motion-toggle {
    right: 5px;
  }
}
@media (max-width: 360px) {
  .app-window {
    width: 190px;
  }
  .core-label {
    max-width: 181px;
  }
  .core-label div span {
    font-size: 12px;
  }
  .core-label strong {
    font-size: 12px;
  }
}
