/**
 * fanorate/kit-hero-v2 — V2 redesign kit-review hero (light variant).
 *
 * A light full-bleed opener matching the other v2 heroes: red dot kicker,
 * an uppercase navy display headline (em = red accent), a dek and a kit
 * meta row (confederation pill · maker · release windows · qualification),
 * then a home/away shirt pair — each a clip-path jersey silhouette filled
 * with the product photo or a kit-colour gradient placeholder, with a
 * coloured tag and a detail caption — closed by a small credit note.
 */

#kit-hero-v2.section-kit-hero-v2 {
  padding: 0;
  padding-bottom: 50px;
}

.section-kit-hero-v2 .kit-hero-v2__hero {
  position: relative;
  overflow: hidden;
}

.section-kit-hero-v2 .kit-hero-v2__inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin-inline: auto;
  padding: clamp(48px, 7vw, 96px) clamp(20px, 5vw, 48px) clamp(20px, 3vw, 36px);
}

.section-kit-hero-v2 .kit-hero-v2__kicker {
  display: inline-flex;
  align-items: center;
  gap: var(--space-sm);
  font: var(--eyebrow);
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
  color: var(--color-primary);
}

.section-kit-hero-v2 .kit-hero-v2__kicker::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100px;
  background: currentColor;
  display: inline-block;
}

.section-kit-hero-v2 .kit-hero-v2__title {
  font: var(--display-2);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--color-accent);
  margin: var(--space-md) 0 0;
  text-wrap: balance;
  font-size: clamp(40px, 6vw, 64px);
  line-height: 1.05;
}

.section-kit-hero-v2 .kit-hero-v2__title em {
  font-style: normal;
  font-family: inherit;
  color: var(--color-primary);
}

.section-kit-hero-v2 .kit-hero-v2__dek {
  font: var(--body-lg);
  font-style: italic;
  color: var(--text-secondary);
  margin: var(--space-lg) 0 0;
  font-size: 20px;
  line-height: 1.3;
  max-width: 60ch;
}

.section-kit-hero-v2 .kit-hero-v2__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px var(--space-md);
  margin-top: 28px;
  font: var(--body-sm);
  font-family: var(--font-ui);
  color: var(--text-secondary);
}

.section-kit-hero-v2 .kit-hero-v2__meta b {
  font-weight: 700;
  color: var(--text-primary);
}

.section-kit-hero-v2 .kit-hero-v2__dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--border-default);
}

.section-kit-hero-v2 .kit-hero-v2__pill {
  padding: 4px 10px;
  border: 1px solid var(--border-default);
  border-radius: var(--radius-pill);
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* ---------- Shirt pair ---------- */
.section-kit-hero-v2 .kit-hero-v2__shirts {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(8px, 2vw, 20px) clamp(20px, 5vw, 48px) clamp(40px, 6vw, 72px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 5vw, 72px);
  align-items: end;
  /* display: none; */
}

.section-kit-hero-v2 .kit-hero-v2__shirt {
  text-align: center;
}

/* Real product photo — shown AS-IS (plain rectangle, no shirt clip-path). */
.section-kit-hero-v2 .kit-hero-v2__photo {
  display: block;
  width: 100%;
  max-width: 300px;
  margin-inline: auto;
  height: auto;
  object-fit: contain;
}

/* Placeholder ONLY when there's no image — the kit-colour shirt silhouette. */
.section-kit-hero-v2 .kit-hero-v2__placeholder {
  width: 100%;
  max-width: 300px;
  margin-inline: auto;
  aspect-ratio: 1 / 1.02;
  clip-path: polygon(34% 0%, 43% 0%, 50% 8%, 57% 0%, 66% 0%, 100% 16%, 82% 45%, 76% 30%, 76% 100%, 24% 100%, 24% 30%, 18% 45%, 0% 16%);
  background: linear-gradient(165deg, var(--kh-from, var(--color-accent-light)) 0%, var(--kh-to, var(--color-accent-dark)) 100%);
  filter: drop-shadow(0 18px 26px rgba(10, 10, 10, 0.28));
}

/* When the slot is a picked product, the media links to its vendor. */
.section-kit-hero-v2 .kit-hero-v2__media-link {
  display: block;
  text-decoration: none;
  transition: transform var(--dur-base) var(--ease-out);
}

.section-kit-hero-v2 .kit-hero-v2__media-link:hover {
  transform: translateY(-4px);
}

.section-kit-hero-v2 .kit-hero-v2__media-link:focus-visible {
  outline: 3px solid var(--color-primary);
  outline-offset: 4px;
}

.section-kit-hero-v2 .kit-hero-v2__tag {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: var(--space-md);
  font: var(--eyebrow);
  font-family: var(--font-ui);
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
  color: var(--color-accent);
}

.section-kit-hero-v2 .kit-hero-v2__sw {
  width: 16px;
  height: 16px;
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, var(--kh-from, var(--color-accent-light)), var(--kh-to, var(--color-accent-dark)));
}

.section-kit-hero-v2 .kit-hero-v2__shirt-cap {
  font: var(--body-sm);
  font-family: var(--font-ui);
  color: var(--text-secondary);
  margin: 6px 0 0;
}

/* ---------- Credit note ---------- */
.section-kit-hero-v2 .kit-hero-v2__credit {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px clamp(20px, 5vw, 48px) 0;
  font: var(--caption);
  font-family: var(--font-ui);
  color: var(--text-tertiary);
  /* display: none; */
}

/* ---------- Mobile ---------- */
@media (max-width: 560px) {
  .section-kit-hero-v2 .kit-hero-v2__shirts {
    gap: 18px;
  }

  .section-kit-hero-v2 .kit-hero-v2__photo,
  .section-kit-hero-v2 .kit-hero-v2__placeholder {
    max-width: 180px;
  }
}
