/* Anvil Child — Hero "NOW SHOWING" (clases v3-hero-* del prototipo Anvilcorp.html) */
.v3-hero { position: relative; height: 780px; overflow: hidden; background: var(--p3); color: #fff; }
.v3-hero-bg, .v3-hero-bg .splide__track, .v3-hero-bg .splide__list { height: 100%; }
.v3-hero-bg { position: absolute; inset: 0; z-index: 1; }
.v3-hero-slide { position: relative; height: 780px; }
.v3-hero-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.v3-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,25,42,0.92) 0%, rgba(3,25,42,0.55) 45%, rgba(3,25,42,0.18) 100%); }

.v3-hero-content { position: absolute; inset: 0; z-index: 3; display: flex; flex-direction: column; justify-content: center; padding: 0 40px; }
.v3-hero-inner { max-width: 1480px; margin: 0 auto; width: 100%; }

.v3-hero-eyebrow { display: flex; gap: 16px; align-items: center; margin-bottom: 22px; }
.v3-hero-eyebrow .bar { width: 40px; height: 1px; background: var(--s1); display: inline-block; }
.v3-hero-eyebrow-text { font-family: var(--f-mono); font-size: 11px; color: var(--s1); letter-spacing: 0.16em; }

.v3-hero-h1 { font-family: var(--f-display); font-weight: 800; font-size: clamp(40px, 6.4vw, 100px); line-height: 0.98; letter-spacing: -0.03em; margin: 0; max-width: 1100px; color: #fff; }
.v3-hero-h1 .accent { color: var(--p1-soft); }
.v3-hero-sub { font-family: var(--f-body); font-size: clamp(15px, 1.35vw, 19px); line-height: 1.55; color: rgba(255,255,255,0.86); margin: 26px 0 0; max-width: 720px; }

.v3-hero-cta { margin-top: 32px; display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.v3-btn-primary { padding: 18px 26px; background: var(--s1); color: #fff; text-decoration: none; font-family: var(--f-display); font-weight: 700; font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 12px; box-shadow: 0 8px 24px rgba(232,175,79,0.25); }
.v3-btn-primary .arrow { stroke: currentColor; }
.v3-btn-ghost { padding: 18px 26px; border: 1px solid rgba(255,255,255,0.4); color: #fff; text-decoration: none; font-family: var(--f-display); font-weight: 700; font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 8px; }
.v3-btn-ghost:hover { background: rgba(255,255,255,0.08); }

.v3-hero-controls { position: absolute; bottom: 32px; left: 40px; right: 40px; z-index: 3; max-width: 1480px; margin: 0 auto; display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; }
.v3-hero-now-label { font-size: 10px; color: rgba(255,255,255,0.55); display: block; margin-bottom: 6px; letter-spacing: 0.06em; }
.v3-hero-now-caption { font-family: var(--f-display); font-size: 15px; font-weight: 600; }
.v3-hero-dots { display: flex; gap: 12px; align-items: center; }
.v3-hero-dot { background: none; border: none; padding: 0; cursor: pointer; display: flex; flex-direction: column; gap: 6px; align-items: flex-start; }
.v3-hero-dot-num { font-size: 10px; color: rgba(255,255,255,0.4); }
.v3-hero-dot.is-active .v3-hero-dot-num { color: #fff; }
.v3-hero-dot-bar { width: 60px; height: 2px; background: rgba(255,255,255,0.2); display: block; }
.v3-hero-dot.is-active .v3-hero-dot-bar { background: #fff; }

@media (max-width: 768px) {
  .v3-hero, .v3-hero-slide { height: 620px; }
  .v3-hero-content { padding: 0 20px; }
  .v3-hero-controls { left: 20px; right: 20px; flex-direction: column; align-items: flex-start; gap: 18px; }
}
