/* ============================================
   HERO.CSS
   Hero section, featured press strip, ticker
   ============================================ */

/* ---- Featured Press (top strip) ---- */
.featured-press-wrapper {
  position: relative;
  padding-top: 42px;
  text-align: center;
}

.featured-press-wrapper.top-glance {
  margin-top: 80px;
  border-bottom: 1px solid var(--gray);
}

.featured-press-wrapper.top-glance .featured-press {
  padding: 34px 72px;
  gap: 28px;
}

.featured-press-wrapper.top-glance .featured-article {
  padding: 10px;
  max-width: 300px;
  min-width: 220px;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
}

.featured-press-wrapper.top-glance .featured-thumb {
  width: 100%;
  height: 180px;
}

.featured-press-wrapper.top-glance .featured-mini-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(11px, 2.8vw, 14px);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  margin-top: 10px;
  padding: 0 4px 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.featured-press-wrapper::before {
  content: 'FEATURED IN';
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(9px, 2.2vw, 14px);
  letter-spacing: clamp(0.08em, 0.5vw, 0.2em);
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.featured-press {
  background: var(--off-white);
  padding: 60px 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  flex-wrap: wrap;
}

.featured-article {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 22px 30px;
  background: var(--white);
  border: 1px solid var(--gray);
  border-radius: 12px;
  transition: transform 0.2s, box-shadow 0.2s;
  cursor: pointer;
  text-decoration: none;
  max-width: 520px;
  min-width: 340px;
  flex: 1;
}

.featured-article:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.08);
}

.featured-thumb {
  width: 96px;
  height: 124px;
  background: var(--off-white);
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-info {
  text-align: left;
  flex: 1;
  min-width: 200px;
}

.featured-outlet {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 600;
  margin-bottom: 6px;
}

.featured-title {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--ink);
}

/* ---- Hero ---- */
.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  padding-top: 80px;
}

.hero-left {
  background: var(--red);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 64px 80px 72px;
  position: relative;
  overflow: hidden;
}

.hero-left::before {
  content: 'S';
  position: absolute;
  bottom: -60px;
  left: -20px;
  font-family: 'Playfair Display', serif;
  font-size: 420px;
  font-weight: 900;
  color: rgba(255,255,255,0.04);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.hero-tag {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-bottom: 32px;
  opacity: 0;
  animation: fadeUp 0.7s ease forwards 0.2s;
}

.hero-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(42px, 5.5vw, 72px);
  font-weight: 900;
  line-height: 1.05;
  color: var(--white);
  margin-bottom: 32px;
  opacity: 0;
  animation: fadeUp 0.7s ease forwards 0.4s;
}

.hero-headline em {
  font-style: italic;
  font-weight: 400;
}

.hero-sub {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,0.78);
  max-width: 380px;
  margin-bottom: 48px;
  font-weight: 300;
  opacity: 0;
  animation: fadeUp 0.7s ease forwards 0.6s;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeUp 0.7s ease forwards 0.8s;
}

/* Hero right panel */
.hero-right {
  background: var(--off-white);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 80px 64px 80px 64px;
  position: relative;
  overflow: hidden;
}

.hero-right::before {
  content: '';
  position: absolute;
  top: -40px; right: -40px;
  width: 200px; height: 200px;
  background: var(--red);
  transform: rotate(45deg);
  opacity: 0.06;
}

.manifesto-block {
  opacity: 0;
  animation: fadeUp 0.8s ease forwards 0.9s;
}

.manifesto-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.manifesto-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--red);
  opacity: 0.3;
  max-width: 60px;
}

.manifesto-tier {
  border-left: 2px solid var(--gray);
  padding: 16px 0 16px 24px;
  margin-bottom: 8px;
  position: relative;
  transition: border-color 0.3s;
}
.manifesto-tier:hover { border-color: var(--red); }

.manifesto-tier::before {
  content: attr(data-num);
  position: absolute;
  left: -10px;
  top: 18px;
  width: 18px; height: 18px;
  background: var(--gray);
  border-radius: 50%;
  font-size: 8px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 0;
  transition: background 0.3s, color 0.3s;
}
.manifesto-tier:hover::before { background: var(--red); color: white; }

.tier-badge {
  font-size: 9px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 4px;
  font-family: 'Barlow Condensed', sans-serif;
}

.manifesto-tier:last-child .tier-badge { color: var(--red); }

.tier-line {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  color: var(--ink);
  line-height: 1.4;
}
.manifesto-tier:last-child .tier-line {
  font-weight: 700;
  color: var(--red);
}

.hero-stats {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding-top: 32px;
  border-top: 1px solid var(--gray);
  opacity: 0;
  animation: fadeUp 0.7s ease forwards 1.1s;
}

.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 900;
  color: var(--red);
  line-height: 1;
  margin-bottom: 4px;
}

.stat-label {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--muted);
  text-transform: uppercase;
  font-weight: 500;
}

/* ---- Ticker ---- */
.ticker-wrap {
  background: var(--ink);
  padding: 14px 0;
  overflow: hidden;
  white-space: nowrap;
}

.ticker-track {
  display: inline-block;
  animation: ticker 28s linear infinite;
}

.ticker-track span {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--white);
  padding: 0 40px;
}

.ticker-track span.dot {
  color: var(--red);
  padding: 0;
  font-size: 18px;
}

/* ---- Responsive ---- */
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero-right { display: none; }
  .hero-left { padding: 60px 32px; min-height: 100vh; }
}

@media (max-width: 768px) {
  .featured-press { gap: 20px; padding: 40px 24px; }
  .featured-press-wrapper.top-glance { margin-top: 72px; }
  .featured-press-wrapper.top-glance .featured-press { padding: 24px 24px; }
  .featured-press-wrapper.top-glance .featured-article { max-width: 100%; min-width: 0; }
  .featured-press-wrapper.top-glance .featured-thumb { height: 160px; }
  .featured-press-wrapper.top-glance .featured-mini-title { margin-top: 8px; letter-spacing: 0.1em; }
  .featured-article { max-width: 100%; min-width: 0; }
  .featured-press-wrapper::before { top: 10px; }
  .featured-title { font-size: 16px; }
}
