/* oneflostudio.com — sementara cuma logo di tengah, klik → /bowl. */
* { box-sizing: border-box; }
html, body { height: 100%; margin: 0; }
body {
  display: grid; place-items: center;
  background: #eceae4;
  background-image: radial-gradient(rgba(30, 32, 40, 0.07) 1px, transparent 1px);
  background-size: 22px 22px;
}
.logo { display: block; line-height: 0; transition: transform 0.18s ease; }
.logo:hover { transform: scale(1.04); }
.logo:active { transform: scale(0.98); }
.logo img { width: clamp(88px, 18vw, 140px); height: auto; }
