.wc26-logo {
  margin: 0;
  flex: 0 0 auto;
  line-height: 0;
}

.wc26-logo__img {
  display: block;
  width: auto;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

.wc26-logo--sm .wc26-logo__img {
  max-height: 72px;
}

.wc26-logo--md .wc26-logo__img {
  max-height: 120px;
}

.wc26-logo--lg .wc26-logo__img {
  max-height: 200px;
}

.wc26-shell-header__row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.wc26-shell-header__titles {
  flex: 1 1 200px;
  min-width: 0;
}

.wc26-shell-header__title {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.2;
}

.wc26-shell-header__tagline {
  margin: 4px 0 0;
  color: var(--wc26-muted);
  font-size: 0.9rem;
}

.wc26-hub-hero {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
  padding: 16px 18px;
  border-radius: var(--wc26-radius-lg);
  background: linear-gradient(135deg, var(--wc26-fifa-navy) 0%, #1c2128 55%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #f3f4f6;
}

.wc26-hub-hero .wc26-page__title,
.wc26-hub-hero .wc26-page__intro {
  color: #f3f4f6;
}

.wc26-hub-hero .wc26-page__intro {
  opacity: 0.9;
}

.wc26-hub-hero__copy {
  flex: 1 1 280px;
  min-width: 0;
}

.wc26-hub-hero__eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(198, 90, 34, 0.2);
  color: #f8d5c4;
  font-size: 0.8rem;
  font-weight: 600;
}

.wc26-promo__brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.wc26-promo__brand-copy {
  min-width: 0;
}
