Ariver
2026-06-06 e45c0a8b5228f2ba009c4f9e3ed8ede249897f73
docs/styles.css
@@ -163,8 +163,8 @@
.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);
@@ -191,17 +191,20 @@
  max-width: 22em;
}
.hero__visual {
/* Right art: pixels from user's original design (vertical crop only — stack + reflection intact) */
.hero__art {
  margin: 0;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.hero__visual img {
.hero__art img {
  display: block;
  width: 100%;
  max-width: 560px;
  max-width: 100%;
  height: auto;
  margin-left: auto;
}
/* Main content */
@@ -371,9 +374,8 @@
    gap: 32px;
  }
  .hero__visual img {
    margin-left: 0;
    max-width: 100%;
  .hero__art {
    justify-content: center;
  }
}