.paints-page { display: grid; gap: 0; } .topbar { display: flex; align-items: center; justify-content: space-between; padding: 22px 0 0; } .hero { position: relative; padding: 52px 0 44px; border-bottom: 1px solid var(--border); margin-bottom: 36px; overflow: hidden; } .hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 80% at 50% 120%, rgba(232,176,32,.08), transparent 65%); pointer-events: none; } .hero > * { position: relative; z-index: 1; } .hero-eyebrow { display: inline-flex; align-items: center; gap: 7px; padding: 6px 14px; border-radius: 999px; background: rgba(232,176,32,.06); border: 1px solid rgba(232,176,32,.2); font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: var(--accent); margin-bottom: 22px; } .hero-eyebrow::before { content: '●'; font-size: 7px; color: var(--accent); } .hero-h1 { font-family: var(--display); font-size: clamp(56px, 10vw, 96px); font-weight: 900; line-height: .88; letter-spacing: -.03em; background: linear-gradient(135deg, #f8df7b 0%, var(--accent) 28%, #f6c53e 55%, var(--accent2) 100%); background-size: 220% 220%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; animation: heroShift 9s ease-in-out infinite; margin: 0 0 22px; } @keyframes heroShift { 0%, 100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } } .hero-sub { font-size: 15px; line-height: 1.65; color: var(--muted); max-width: 560px; margin: 0 0 28px; } .hero-bottom { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; } .hero-cta { display: inline-flex; align-items: center; gap: 8px; padding: 10px 20px; border-radius: 999px; background: rgba(232,176,32,.1); border: 1px solid rgba(232,176,32,.28); font-size: 13px; font-weight: 700; color: var(--accent); text-decoration: none; transition: background .18s, border-color .18s, transform .15s; } .hero-cta:hover { background: rgba(232,176,32,.17); border-color: rgba(232,176,32,.5); transform: translateY(-1px); } .hero-stats { display: flex; align-items: center; gap: 20px; } .hero-stat { display: flex; flex-direction: column; gap: 3px; } .hero-stat-num { font-family: var(--display); font-size: clamp(22px, 2.5vw, 30px); font-weight: 800; line-height: 1; color: var(--accent); } .hero-stat-lbl { font-family: var(--mono); font-size: 9px; text-transform: uppercase; letter-spacing: .09em; color: var(--muted); } .hero-stat-sep { width: 1px; height: 36px; background: var(--border); } .section-head { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; margin-bottom: 18px; background: linear-gradient(90deg, rgba(232,176,32,.06), rgba(232,176,32,.02) 60%, transparent); border: 1px solid rgba(232,176,32,.14); border-radius: var(--r2); } .section-title { font-family: var(--mono); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); } .section-title::before { content: '▸'; margin-right: 8px; font-size: 10px; opacity: .7; } .section-count { font-family: var(--mono); font-size: 11px; font-weight: 600; color: var(--muted); padding: 3px 10px; border-radius: 999px; background: rgba(232,176,32,.08); border: 1px solid rgba(232,176,32,.18); } .bento-grid { display: grid; gap: 12px; margin-bottom: 32px; } .brand-featured { display: block; border-radius: 16px; overflow: hidden; border: 1px solid var(--border); background: var(--surface); text-decoration: none; transition: border-color .2s, box-shadow .2s; } .brand-featured:hover { border-color: rgba(232,176,32,.4); box-shadow: 0 24px 56px -24px rgba(232,176,32,.22); } .brand-featured-band { height: 90px; position: relative; overflow: hidden; } .brand-featured-band::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 70% 50%, rgba(255,255,255,.06), transparent 60%); } .bf-label { position: absolute; top: 14px; left: 18px; font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.35); } .brand-featured-body { display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; } .bf-info { flex: 1; min-width: 0; } .bf-name { font-family: var(--display); font-size: clamp(20px, 2.5vw, 26px); font-weight: 800; letter-spacing: -.01em; color: var(--text); margin: 0 0 6px; } .bf-meta { font-family: var(--mono); font-size: 11px; color: var(--muted); } .bf-arrow { width: 42px; height: 42px; flex-shrink: 0; border-radius: 50%; background: rgba(232,176,32,.08); border: 1px solid rgba(232,176,32,.22); display: flex; align-items: center; justify-content: center; color: var(--accent); font-size: 20px; transition: transform .18s, background .18s, border-color .18s; } .brand-featured:hover .bf-arrow { transform: translateX(3px); background: rgba(232,176,32,.14); border-color: rgba(232,176,32,.45); } .brand-secondary-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; } .brand-sm { display: block; border-radius: 12px; overflow: hidden; border: 1px solid var(--border); background: var(--surface); text-decoration: none; transition: border-color .18s, transform .18s, box-shadow .18s; } .brand-sm:hover { border-color: rgba(255,255,255,.15); transform: translateY(-3px); box-shadow: 0 16px 40px -20px rgba(0,0,0,.7); } .brand-sm-band { height: 46px; } .brand-sm-body { padding: 12px 14px 14px; } .brand-sm-name { font-family: var(--display); font-size: clamp(13px, 1.4vw, 16px); font-weight: 700; color: var(--text); margin: 0 0 5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .brand-sm-meta { display: flex; align-items: center; justify-content: space-between; font-family: var(--mono); font-size: 10px; color: var(--muted); } .brand-sm-arrow { color: var(--border); font-size: 12px; } [data-brand="citadel"] .brand-featured-band, [data-brand="citadel"] .brand-sm-band { background: linear-gradient(135deg, #6a0808 0%, #cc2222 40%, #8b1a1a 70%, #3a0808 100%); } [data-brand="ak_interactive"] .brand-featured-band, [data-brand="ak_interactive"] .brand-sm-band { background: linear-gradient(135deg, #5a3a00 0%, #C49E2C 45%, #8a6818 70%, #3a2200 100%); } [data-brand="army_painter"] .brand-featured-band, [data-brand="army_painter"] .brand-sm-band { background: linear-gradient(135deg, #0e2e16 0%, #2a7a3a 45%, #1a5228 70%, #071a0c 100%); } [data-brand="vallejo_model_color"] .brand-featured-band, [data-brand="vallejo_model_color"] .brand-sm-band { background: linear-gradient(135deg, #0e2050 0%, #2255bb 45%, #163a8a 70%, #071030 100%); } [data-brand="vallejo_game_color"] .brand-featured-band, [data-brand="vallejo_game_color"] .brand-sm-band { background: linear-gradient(135deg, #0e1a40 0%, #1b3c9e 45%, #102870 70%, #070e20 100%); } [data-brand="green_stuff_world"] .brand-featured-band, [data-brand="green_stuff_world"] .brand-sm-band { background: linear-gradient(135deg, #180e3a 0%, #4030a0 45%, #2a2070 70%, #0e0820 100%); } [data-brand="scale75"] .brand-featured-band, [data-brand="scale75"] .brand-sm-band { background: linear-gradient(135deg, #2a1600 0%, #aa6610 45%, #784810 70%, #180e00 100%); } .cta-strip { display: grid; grid-template-columns: 1.6fr 1fr; gap: 12px; margin-bottom: 32px; } .cta-equiv { display: block; padding: 20px 22px; background: linear-gradient(135deg, rgba(232,176,32,.08), rgba(212,90,26,.05)); border: 1px solid rgba(232,176,32,.22); border-radius: 14px; text-decoration: none; transition: border-color .18s, transform .18s; } .cta-equiv:hover { border-color: rgba(232,176,32,.45); transform: translateY(-2px); } .cta-equiv-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; } .cta-icon { width: 38px; height: 38px; flex-shrink: 0; border-radius: 50%; background: rgba(232,176,32,.08); border: 1px solid rgba(232,176,32,.22); display: inline-flex; align-items: center; justify-content: center; font-size: 18px; } .cta-lbl { font-family: var(--mono); font-size: 9px; font-weight: 700; color: var(--accent); letter-spacing: .08em; text-transform: uppercase; } .cta-equiv-title { font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 6px; line-height: 1.3; } .cta-equiv-desc { font-size: 12px; color: var(--muted); line-height: 1.55; } .cta-guide { display: flex; align-items: center; gap: 14px; padding: 20px 18px; background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0)), var(--surface); border: 1px solid var(--border); border-radius: 14px; text-decoration: none; transition: border-color .18s, transform .18s; } .cta-guide:hover { border-color: rgba(255,255,255,.12); transform: translateY(-2px); } .cta-guide-icon { font-size: 24px; flex-shrink: 0; } .cta-guide-title { font-size: 13px; font-weight: 600; color: var(--text); margin-bottom: 3px; } .cta-guide-meta { font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); } .cta-guide-arrow { margin-left: auto; color: var(--muted); font-size: 14px; transition: transform .18s, color .18s; } .cta-guide:hover .cta-guide-arrow { transform: translateX(3px); color: var(--accent); } @media (max-width: 640px) { .topbar { padding-top: 16px; } .hero { padding: 32px 0 32px; margin-bottom: 28px; } .hero-h1 { font-size: 48px; } .hero-sub { font-size: 14px; line-height: 1.6; } .hero-bottom { flex-direction: column; align-items: flex-start; gap: 16px; } .hero-stats { gap: 16px; } .brand-featured-band { height: 68px; } .brand-secondary-grid { grid-template-columns: repeat(2, 1fr); } .brand-sm-band { height: 36px; } .brand-sm-name { font-size: 13px; } .cta-strip { grid-template-columns: 1fr; } } @media (max-width: 420px) { .hero-h1 { font-size: 40px; } .brand-secondary-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; } .bento-grid { gap: 8px; } }