diff --git a/public/css/main.css b/public/css/main.css index d1203adb0..11a3f0d51 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -479,7 +479,7 @@ code { color: var(--color-charcoal); } -.hero-problem-text { +.hero-hook-text { font-size: clamp(1rem, 1.5vw, 1.125rem); line-height: 1.6; color: var(--color-ash); @@ -487,6 +487,79 @@ code { margin: 0; } +/* Hero Equation - What's Included */ +.hero-equation { + display: flex; + align-items: stretch; + gap: var(--spacing-sm); + max-width: 480px; +} + +.equation-block { + flex: 1; + padding: var(--spacing-sm) var(--spacing-md); + border: 1px solid var(--color-mist); + background: var(--color-paper); + text-align: left; +} + +.equation-label { + display: inline-block; + font-family: var(--font-body); + font-size: 0.5625rem; + font-weight: 600; + text-transform: uppercase; + letter-spacing: 0.1em; + color: var(--color-paper); + background: var(--color-ink); + padding: 2px 6px; + margin-bottom: 6px; +} + +.equation-title { + display: block; + font-family: var(--font-mono); + font-size: 1rem; + font-weight: 600; + color: var(--color-ink); + margin-bottom: 4px; +} + +.equation-list { + list-style: none; + padding: 0; + margin: 0; + font-size: 0.75rem; + color: var(--color-ash); + line-height: 1.5; +} + +.equation-operator { + display: flex; + align-items: center; + justify-content: center; + font-family: var(--font-display); + font-size: 1.75rem; + font-weight: 300; + color: var(--color-accent); + flex-shrink: 0; + width: 32px; +} + +@media (max-width: 600px) { + .hero-equation { + flex-direction: column; + gap: var(--spacing-xs); + max-width: 100%; + } + + .equation-operator { + width: auto; + height: 24px; + font-size: 1.25rem; + } +} + .hero-cta-group { display: flex; align-items: center; diff --git a/public/index.html b/public/index.html index 5f3d50175..e08d3eb19 100644 --- a/public/index.html +++ b/public/index.html @@ -67,7 +67,27 @@

Impeccable

Design fluency for AI coding tools

-

Every LLM learned from the same generic templates. Without explicit guidance, they converge on predictable defaults.

+

Stop getting generic AI output. Impeccable teaches your AI to design with intention—real typography, purposeful color, and layouts that don't look like every other template.

+ +
+
+ Enhanced Skill + frontend-design + +
+ + +
+ Steering Commands + 17 commands + +
+
Get Started