Police Electric Bike
A collection page of Himiway Bike
About
#himiwaycollection { /* ---------------- Design System Variables ---------------- */ --hw-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; --hw-primary-dark: #0f172a; /* Slate 900 */ --hw-secondary-dark: #1e293b; /* Slate 800 */ --hw-body-color: #334155; /* Slate 700 */ --hw-text-muted: #64748b; /* Slate 500 */ --hw-accent-color: #d97706; /* Tactical Amber / Gold Accent */ --hw-accent-hover: #b45309; --hw-bg-light: #f8fafc; /* Crisp Clean Off-White */ --hw-card-bg: #ffffff; --hw-border-color: #e2e8f0; /* Slate 200 */ --hw-radius-sm: 8px; --hw-radius-md: 14px; --hw-radius-lg: 20px; --hw-shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.04); --hw-shadow-md: 0 10px 25px -5px rgba(15, 23, 42, 0.06), 0 8px 10px -6px rgba(15, 23, 42, 0.04); /* ---------------- Container Styling ---------------- */ max-width: 960px; margin: 4px auto; padding: 4px 36px; background-color: var(--hw-card-bg); border-radius: var(--hw-radius-lg); box-shadow: var(--hw-shadow-md); border: 1px solid var(--hw-border-color); font-family: var(--hw-font-family); color: var(--hw-body-color); line-height: 1.75; font-size: 16px; letter-spacing: -0.011em; -webkit-font-smoothing: antialiased; box-sizing: border-box; } #himiwaycollection *, #himiwaycollection *::before, #himiwaycollection *::after { box-sizing: border-box; } /* ---------------- Typography & Headings ---------------- */ /* Main Headline (Hero Level) */ #himiwaycollection > h2:first-of-type { font-size: clamp(24px, 3.5vw, 34px); font-weight: 800; line-height: 1.25; color: #ffffff; background: linear-gradient(135deg, var(--hw-primary-dark) 0%, #1e293b 100%); padding: 32px 28px; border-radius: var(--hw-radius-md); margin: -10px 0 32px 0; letter-spacing: -0.025em; border-left: 6px solid var(--hw-accent-color); box-shadow: 0 12px 24px -6px rgba(15, 23, 42, 0.2); } /* Section Headings */ #himiwaycollection h2 { font-size: clamp(20px, 2.5vw, 24px); font-weight: 700; color: var(--hw-primary-dark); margin: 44