unisex ebike
A collection page of Himiway Bike
About
/* ------------------------------------------------------------- Root Scoping & Variables ------------------------------------------------------------- */ .hmw-article-container { --hmw-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; --hmw-text-main: #1d1d1f; --hmw-text-muted: #515154; --hmw-accent: #ff6200; /* Himiway signature vibrant amber */ --hmw-accent-glow: rgba(255, 98, 0, 0.08); --hmw-bg-subtle: #f8f9fa; --hmw-border-color: #e5e7eb; --hmw-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04); --hmw-shadow-md: 0 8px 24px rgba(0, 0, 0, 0.06); max-width: 860px; margin: 0 auto; padding: 1px 20px 80px; font-family: var(--hmw-font-sans); color: var(--hmw-text-main); line-height: 1.75; font-size: 1.0625rem; /* 17px */ letter-spacing: -0.011em; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; } /* ------------------------------------------------------------- Typography & Headings ------------------------------------------------------------- */ .hmw-article-container h2 { font-size: clamp(1.6rem, 3.2vw, 2.15rem); font-weight: 700; line-height: 1.25; letter-spacing: -0.025em; color: var(--hmw-text-main); margin: 3.5rem 0 1.25rem; padding-bottom: 0.75rem; position: relative; border-bottom: 1px solid var(--hmw-border-color); } /* Modern subtle accent line under primary section headers */ .hmw-article-container h2::after { content: ''; position: absolute; bottom: -1px; left: 0; width: 44px; height: 2px; background-color: var(--hmw-accent); } .hmw-article-container h4 { font-size: 1.25rem; font-weight: 600; line-height: 1.4; letter-spacing: -0.015em; color: var(--hmw-text-main); margin: 2.5rem 0 1rem; } .hmw-article-container p { margin: 0 0 1.35rem; color: var(--hmw-text-muted); } .hmw-article-container p:last-child { margin-bottom: 0; } /* ------------------------------------------------------------- Lists & Feature Bullets --------------------------------------------------------