Offcool Sparrow Electric Dirt Bike
:root { --bg: #ffffff; --surface: #f4f4f4; --surface2: #ebebeb; --border: #d0d0d0; --red: #e8321a; --orange: #ff6b2b; --ink: #111111; --body: #2a2a2a; --muted: #4a4a4a; --dim: #666666; } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } body { background: var(--bg); color: var(--ink); font-family: 'Barlow', sans-serif; font-weight: 400; overflow-x: hidden; } /* HERO */ .hero { min-height: 0; display: grid; grid-template-columns: 1fr 1fr; padding-top: 0; position: relative; overflow: hidden; } .hero-bg-lines { position: absolute; inset: 0; background: repeating-linear-gradient( -15deg, transparent, transparent 60px, rgba(232,50,26,0.04) 60px, rgba(232,50,26,0.04) 61px ); pointer-events: none; } .hero-left { display: flex; flex-direction: column; justify-content: center; padding: 48px 40px 48px 60px;