Ariver
2026-06-06 3820bfd0dbb671a5404d6b44dbeb110bf1827b2f
docs/styles.css
@@ -151,23 +151,19 @@
  background: rgba(255, 255, 255, 0.88);
}
/* Hero — reference layout: copy left, stacked screenshots right */
/* Hero — copy left, original design visual right (compact, no forced full-screen) */
.hero {
  width: 100%;
  min-height: calc(100svh - var(--header-h));
  min-height: calc(100vh - var(--header-h));
  padding: 48px 0 64px;
  padding: 40px 0 48px;
  background: var(--hero-bg);
  overflow: hidden;
}
.hero__split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 20px 48px;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 12px 32px;
  align-items: center;
  min-height: calc(100svh - var(--header-h) - 96px);
  min-height: calc(100vh - var(--header-h) - 96px);
}
.hero__copy {
@@ -191,31 +187,21 @@
  max-width: 22em;
}
.hero__visual {
  position: relative;
  min-height: 420px;
/* Right art: original design pixels — subtle reflection only, capped height */
.hero__art {
  margin: 0;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.hero__stack-stage {
  position: relative;
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  padding: 12px 0 28px;
  perspective: 1600px;
  perspective-origin: 35% 45%;
}
.hero__stack-img {
.hero__art img {
  display: block;
  width: 100%;
  width: auto;
  max-width: 100%;
  height: auto;
  transform: rotateY(-11deg) rotateX(4deg) translateZ(0);
  transform-origin: 40% 50%;
  filter: drop-shadow(0 28px 48px rgba(30, 45, 90, 0.14));
  max-height: clamp(300px, 42vw, 500px);
}
/* Main content */
@@ -385,13 +371,8 @@
    gap: 32px;
  }
  .hero__stack-stage {
    max-width: 100%;
    margin-left: 0;
  }
  .hero__stack-img {
    transform: rotateY(-7deg) rotateX(3deg);
  .hero__art {
    justify-content: center;
  }
}