/* Hero-specific styles */

.hero-section { padding: 40px 0 60px; position: relative; }

/* Shared headline */
.hero__h1 {
  margin: 16px 0 20px;
  line-height: 0.92;
  letter-spacing: -0.03em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  color: var(--olive);
}
.hero__script {
  display: block;
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  font-size: clamp(64px, 9vw, 140px);
  color: var(--green);
  line-height: 0.95;
  letter-spacing: -0.01em;
}
.hero__kicker {
  display: block;
  font-size: clamp(42px, 6vw, 84px);
  font-weight: 900;
  color: var(--olive);
  margin-top: 6px;
  text-transform: none;
}
.hero__kicker--sm {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  letter-spacing: -0.01em;
}

body.theme-pink .hero__script { color: var(--accent-warm); }
body.theme-pink .hero__kicker { color: var(--green); }

.hero__lede {
  font-size: 17px;
  line-height: 1.6;
  max-width: 520px;
  color: var(--olive);
  margin: 0 0 28px;
}
.hero__lede em {
  font-style: normal;
  background: linear-gradient(transparent 65%, rgba(201,138,31,0.3) 65%);
  padding: 0 2px;
}

.hero__ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.hero__meta {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  border-top: 1.5px solid rgba(60,60,59,0.18);
  padding-top: 24px;
  max-width: 520px;
}
.hero__meta > div { display: flex; flex-direction: column; }
.hero__meta strong {
  font-family: 'Pacifico', cursive;
  font-size: 34px;
  color: var(--green);
  font-weight: 400;
  line-height: 1;
}
.hero__meta span {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--olive);
  font-weight: 600;
  margin-top: 6px;
}
body.theme-pink .hero__meta strong { color: var(--accent-warm); }

/* ========== POSTER LAYOUT ========== */
.hero-poster { padding-top: 28px; }
.hero-poster__frame {
  border: 2px solid var(--olive);
  border-radius: 20px;
  padding: 56px 56px 44px;
  position: relative;
  background:
    radial-gradient(circle at 15% 20%, rgba(201,138,31,0.08), transparent 40%),
    radial-gradient(circle at 85% 80%, rgba(15,81,50,0.08), transparent 40%);
}
.hero-poster__corner {
  position: absolute;
  color: var(--green);
  font-size: 20px;
  font-weight: 900;
}
.hp-tl { top: 12px; left: 18px; }
.hp-tr { top: 12px; right: 18px; }
.hp-bl { bottom: 12px; left: 18px; }
.hp-br { bottom: 12px; right: 18px; }

.hero-poster__grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 56px;
  align-items: center;
}

.hero-poster__right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 16px;
  position: relative;
  min-height: 480px;
}
.hp-img { overflow: hidden; border-radius: 12px; }
.hp-img .imgph { width: 100%; height: 100%; }
.hp-img--1 { grid-column: 1; grid-row: 1 / span 2; }
.hp-img--2 { grid-column: 2; grid-row: 1; }
.hp-img--3 { grid-column: 2; grid-row: 2; }

.hp-badge {
  position: absolute;
  bottom: -10px;
  left: -30px;
  z-index: 3;
}
.hp-seal {
  position: absolute;
  top: -30px;
  right: -10px;
  z-index: 3;
  transform: rotate(10deg);
}

.hero-poster__ticker {
  margin-top: 32px;
  border-top: 1.5px dashed rgba(60,60,59,0.3);
  border-bottom: 1.5px dashed rgba(60,60,59,0.3);
  padding: 10px 0;
  font-family: 'Pacifico', cursive;
  font-size: 22px;
  color: var(--green);
}
.hero-poster__ticker .dot { background: var(--green); opacity: 0.5; }

/* Spin keyframes */
@keyframes spinSeal {
  to { transform: rotate(360deg); }
}

/* ========== SPLIT LAYOUT ========== */
.hero-split {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  min-height: 640px;
  align-items: center;
  gap: 0;
}
.hero-split__right {
  background: linear-gradient(135deg, rgba(15,81,50,0.08), rgba(201,138,31,0.08));
  padding: 40px;
  height: 100%;
  display: grid;
  place-items: center;
}
.hero-split__imgwrap {
  position: relative;
  width: 100%;
  max-width: 480px;
}
.hero-split__badge {
  position: absolute;
  bottom: -20px;
  left: -30px;
}

/* ========== CENTERED LAYOUT ========== */
.hero-centered {
  text-align: center;
  padding: 60px 40px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-centered .hero__script,
.hero-centered .hero__kicker { text-align: center; }
.hero-centered__strip {
  margin-top: 44px;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  background: var(--olive);
  color: var(--cream);
  padding: 18px 36px;
  border-radius: 999px;
}
.hero-centered__strip strong {
  display: block;
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
}
.hero-centered__strip span {
  display: block;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-top: 4px;
  opacity: 0.85;
}
.hero-centered__strip .sep {
  width: 1px;
  height: 30px;
  background: rgba(245,236,215,0.3);
}

/* Responsive */
@media (max-width: 1024px) {
  .hero-poster__grid { grid-template-columns: 1fr; }
  .hero-poster__right { min-height: 400px; }
  .hero-split { grid-template-columns: 1fr; }
  .hero-split__right { min-height: 400px; }
}
@media (max-width: 700px) {
  .hero-poster__frame { padding: 32px 20px 28px; }
  .hero__meta { grid-template-columns: 1fr 1fr; }
  .hero-centered__strip { flex-direction: column; gap: 8px; padding: 20px 28px; }
  .hero-centered__strip .sep { display: none; }
}
