diff --git a/site/index.html b/site/index.html
index 9a27bcd..0f24afa 100644
--- a/site/index.html
+++ b/site/index.html
@@ -74,7 +74,7 @@
.hero { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; padding: 200px 0 140px; text-align: center; }
.hero .hero-content { width: 100%; max-width: var(--feature-max); margin: 0 auto; padding: 0 96px; }
- .hero .app-icon { width: 1024px; height: 1024px; border-radius: 40px; margin: 0 auto 40px; display: block; }
+ .hero .app-icon { width: 864px; height: 864px; border-radius: 36px; margin: 0 auto 40px; display: block; }
.hero h1 { font-size: 96px; font-weight: 900; letter-spacing: -0.04em; line-height: 1.05; max-width: 900px; margin: 0 auto 32px; }
.hero h1 .accent { color: var(--accent); }
.hero p { font-size: 22px; color: var(--text-secondary); max-width: 640px; line-height: 1.7; margin: 0 auto 56px; }