/* ============================================================
   Hosa Spring Sale 2026 — hosa-spring-sale.css
   Scoped to .hss-wrap to avoid conflicts with theme styles
   ============================================================ */

.hss-wrap * { box-sizing: border-box; }
.hss-wrap { font-family: 'Barlow', 'Helvetica Neue', Arial, sans-serif; background: #ffffff; color: #000000; padding: 48px 24px 80px; }
.hss-inactive { text-align: center; padding: 48px; color: #58595B; font-size: 16px; }

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,700;0,800;0,900;1,800&family=Barlow:wght@400;500;600&display=swap');

.hss-wrap { --red: #EB342A; --red-dark: #9E231C; --lime: #DDEB2A; --black: #000000; --charcoal: #282829; --dark-gray: #58595B; --titanium: #999999; --light-gray: #DCDDDE; --white: #ffffff; }

/* ── HERO ─────────────────────────────────────────────────── */
.hss-hero { text-align: center; padding: 56px 0 48px; border-bottom: 2px solid #DCDDDE; margin-bottom: 48px; }
.hss-eyebrow { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; color: #EB342A; margin: 0 0 16px; }
.hss-title { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: clamp(48px, 8vw, 88px); line-height: 0.92; text-transform: uppercase; color: #000000; margin: 0 0 12px; }
.hss-title em { font-style: italic; color: #EB342A; }
.hss-sub { font-size: 16px; color: #58595B; margin: 0 0 28px; }
.hss-pills { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.hss-pill { background: #DCDDDE; border: 1px solid #cccccc; border-radius: 4px; padding: 8px 16px; font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; color: #282829; }
.hss-pill strong { color: #EB342A; }

/* ── WAVE SECTION ─────────────────────────────────────────── */
.hss-wave { margin-bottom: 64px; }
.hss-wave-header { display: flex; align-items: flex-end; gap: 20px; padding-bottom: 16px; border-bottom: 3px solid #EB342A; margin-bottom: 24px; flex-wrap: wrap; }
.hss-wave-num { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 4px; color: #EB342A; }
.hss-wave-title { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: clamp(30px, 5vw, 52px); text-transform: uppercase; line-height: 1; margin: 0; color: #000000; }
.hss-wave-tagline { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-style: italic; font-size: 17px; color: #999999; margin-left: auto; text-transform: uppercase; }
.hss-wave-meta { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 28px; }
.hss-chip { background: #DCDDDE; border: 1px solid #cccccc; border-radius: 4px; padding: 6px 14px; font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: #282829; }
.hss-chip strong { color: #000000; margin-left: 4px; }

/* ── PRODUCT GRID ─────────────────────────────────────────── */
.hss-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 12px; }
.hss-card { background: #ffffff; border: 1px solid #DCDDDE; border-radius: 6px; text-decoration: none; color: inherit; display: flex; flex-direction: column; position: relative; overflow: hidden; transition: border-color 0.15s, box-shadow 0.15s; }
.hss-card:hover { border-color: #EB342A; box-shadow: 0 2px 8px rgba(0,0,0,0.1); text-decoration: none; color: inherit; }
.hss-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: #EB342A; }
.hss-card-img { background: #f9f9f9; aspect-ratio: 1; overflow: hidden; }
.hss-card-img img { width: 100%; height: 100%; object-fit: contain; padding: 12px; }
.hss-card-body { padding: 14px; display: flex; flex-direction: column; flex: 1; }
.hss-sku { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 11px; letter-spacing: 0.12em; color: #999999; text-transform: uppercase; margin-bottom: 5px; }
.hss-name { font-size: 13px; font-weight: 500; color: #282829; line-height: 1.4; margin-bottom: 12px; flex: 1; }
.hss-card-footer { display: flex; align-items: center; justify-content: space-between; margin-top: auto; }
.hss-badge { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; padding: 3px 8px; border-radius: 3px; }
.hss-badge--lime { background: #EB342A; color: #ffffff; }
.hss-badge--orange { background: #9E231C; color: #ffffff; }
.hss-badge--blue { background: #EB342A; color: #ffffff; }
.hss-shop { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: #999999; }
.hss-card:hover .hss-shop { color: #EB342A; }

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 640px) {
    .hss-wave-tagline { display: none; }
    .hss-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 400px) {
    .hss-grid { grid-template-columns: 1fr; }
}

/* ── Category blocks ──────────────────────────────────────── */
.hss-cat-block { margin-bottom: 40px; }
.hss-cat-label { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: #58595B; padding-bottom: 10px; border-bottom: 1px solid #DCDDDE; margin-bottom: 14px; }

/* ── Price ────────────────────────────────────────────────── */
.hss-price { font-size: 14px; font-weight: 600; color: #EB342A; margin-bottom: 8px; }
.hss-price .woocommerce-Price-amount { color: #EB342A; }
