Hub
Fusion / Earth x Zen Go to Hub

The beauty of imperfection
is that it remembers the hand.

Earth

Cormorant Garamond · 400

AI Request Prompt

Design a landing page in Earth Zen fusion style — combining Earth Tone's warm natural textures with Zen Minimalism's overwhelming whitespace and stillness.

COLOR TOKENS:
--bg: #faf8f5
--text: #3b3631
--text-muted: #665f57
--accent: #8b7d6b
--border: #e6e2db
--card-bg: #ffffff
--pre-bg: #f0ebe1
--pre-border: #e0d8ce
No other colors.

TYPOGRAPHY:
Headings: 'Cormorant Garamond', serif, font-weight: 400 (h1) / 600 (h3), font-size: clamp(3rem, 6vw, 5rem) for h1, 1.8rem for h3, letter-spacing: -0.02em.
Body: 'Noto Sans', sans-serif, font-weight: 300, font-size: 1.1rem, line-height: 1.8, color: #665f57.
Header: font-size: 0.9rem, letter-spacing: 0.05em, text-transform: uppercase, color: #8b7d6b.
Card text: font-size: 0.95rem, opacity: 0.8, line-height: 1.7.

UI:
Cards: background #fff, border: 1px solid #e6e2db, padding: 50px 40px, border-radius: 12px, box-shadow: 0 10px 30px rgba(0,0,0,0.02), text-align: center.
Buttons: background #3b3631, color #fff, border: none, padding: 14px 32px, border-radius: 4px, font-weight: 500, letter-spacing: 0.05em. Hover: background #8b7d6b.
Header divider: border-bottom: 1px solid #e6e2db.

LAYOUT:
Page container: max-width: 1000px, margin: 0 auto, padding: 8vh 20px.
Hero: text-align: center, margin-bottom: 15vh.
Card grid: display: grid, grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)), gap: 40px.
Section spacing: 15vh between major sections (critical for Zen breathing room).
Header bottom margin: 15vh.
Component internal padding: 2-3x typical UI padding.

MOTION:
Card hover: transform: translateY(-8px), transition: transform 0.4s ease.
Button hover: background color change, transition: 0.3s.
No other animations — static elegance is the goal.

RESPONSIVE:
≤768px: section gaps reduced to 8vh, hero h1 scales down via clamp(), card grid collapses to 1 column, padding reduced proportionally.
≥1000px: max-width 1000px, full 15vh+ section spacing, 2-column card grid.

FORBIDDEN:
- Saturated or bright colors (earth tones only: #3b3631, #8b7d6b, #faf8f5 range)
- Heavy box-shadows (maximum rgba(0,0,0,0.02))
- Decorative borders or dividers (whitespace is the only separator)
- Gradients of any kind
- Bold or heavy font weights on body text (300 maximum)
- Dense layouts with less than 70% negative space

OUTPUT:
1) CSS custom properties for all earth-tone colors and spacing scale
2) Hero section (centered serif headline + light sans-serif subtitle) + card grid (2 columns) + CTA button
3) Single-file HTML/CSS with responsive support