/* Etusivu — Hero (Claude Design HomeScreen 1:1) */
.eb-hero-section { padding: 28px 0 0; }
.eb-hero { background: var(--ink-900); border-radius: var(--r-lg); overflow: hidden; position: relative; min-height: 470px; display: flex; align-items: center; }
.eb-hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center right; filter: saturate(1.02) brightness(.82); }
.eb-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(96deg, rgba(13,15,11,.97) 0%, rgba(13,15,11,.93) 46%, rgba(13,15,11,.72) 66%, rgba(13,15,11,.4) 100%), linear-gradient(0deg, rgba(13,15,11,.45) 0%, rgba(13,15,11,0) 55%); }
.eb-hero-grid-tex { position: absolute; inset: 0; z-index: 1; background-image: linear-gradient(var(--ink-700) 1px, transparent 1px), linear-gradient(90deg, var(--ink-700) 1px, transparent 1px); background-size: 44px 44px; opacity: .35; mask-image: radial-gradient(120% 130% at 0% 50%, #000 22%, transparent 66%); }
.eb-hero-inner { position: relative; z-index: 2; padding: 64px 56px; max-width: 600px; }
.eb-hero-kicker { color: var(--volt-500); margin-bottom: 16px; }
.eb-hero h1 { font-family: var(--font-display); font-weight: 800; text-transform: uppercase; font-size: clamp(40px, 5vw, 62px); line-height: .94; letter-spacing: -.02em; color: #fff; margin: 0 0 18px; }
.eb-hero h1 .v { color: var(--volt-500); }
.eb-hero p { color: var(--steel-300); font-size: 17px; max-width: 460px; margin: 0 0 28px; }
.eb-hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
/* Korkeampi spesifisyys kuin .eb-btn--ghost (woocommerce.css) → valkoinen teksti tummalla herolla */
.eb-hero .eb-hero-ghost { color: #fff; border-color: var(--ink-600); background: transparent; }
.eb-hero .eb-hero-ghost:hover { background: rgba(255,255,255,.08); color: #fff; }

@media (max-width: 640px) {
  .eb-hero-inner { padding: 40px 28px; }
}
