/* Event Types page — extends homepage design system */

.event-types-page .header.header--solid {
  background:
    linear-gradient(180deg, rgba(8, 14, 27, 0.96) 0%, rgba(7, 12, 23, 0.95) 100%);
  backdrop-filter: blur(14px) saturate(155%);
  -webkit-backdrop-filter: blur(14px) saturate(155%);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.et-hero {
  position: relative;
  min-height: 68vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--text-inverse);
  padding: calc(var(--header-h) + 54px) 0 64px;
}

.et-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 64% 56% at 12% 12%, rgba(212, 183, 106, 0.2) 0%, transparent 54%),
    radial-gradient(ellipse 50% 44% at 84% 72%, rgba(212, 183, 106, 0.12) 0%, transparent 56%),
    linear-gradient(160deg, rgba(5, 10, 24, 0.74) 6%, rgba(11, 22, 48, 0.72) 62%, rgba(16, 31, 64, 0.7) 100%),
    var(--hero-bg-image, url("https://images.unsplash.com/photo-1519741497674-611481863552?w=800&q=80")) center 35% / cover no-repeat;
}

.et-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(5, 10, 24, 0.22) 0%, rgba(5, 10, 24, 0.52) 100%);
}

.et-hero__content {
  position: relative;
  z-index: 2;
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.et-hero__content h1 {
  font-size: clamp(2.45rem, 5.6vw, 4.5rem);
  line-height: 1.04;
  color: #ffffff;
  margin: 14px 0 16px;
  letter-spacing: -0.028em;
  text-shadow: 0 10px 24px rgba(5, 10, 24, 0.34);
}

.et-hero__content p {
  font-size: clamp(1rem, 1.6vw, 1.14rem);
  color: rgba(255, 255, 255, 0.87);
  line-height: 1.8;
  max-width: 660px;
  margin: 0 auto;
  text-shadow: 0 4px 14px rgba(5, 10, 24, 0.22);
}

.et-hero__trust {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.et-hero__trust span {
  border: 1px solid rgba(212, 183, 106, 0.26);
  background: rgba(12, 20, 40, 0.48);
  border-radius: var(--radius-full);
  padding: 6px 12px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.76rem;
  font-weight: 600;
  backdrop-filter: blur(8px);
}

.et-hero__trust span::before {
  content: "✓";
  color: var(--gold-300);
  margin-right: 6px;
}

/* ── Spotlight celebrations ── */
.et-spotlight-section {
  background: var(--surface-1);
  padding-top: clamp(56px, 7vw, 80px);
  padding-bottom: clamp(48px, 6vw, 64px);
}

.et-spotlight-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: clamp(20px, 2.5vw, 28px);
}

.et-spotlight-card {
  background: var(--surface-0);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out);
}

.et-spotlight-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}

.et-spotlight-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.et-spotlight-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s var(--ease-out);
}

.et-spotlight-card__media > img,
.et-spotlight-card__media span img {
  transition: transform 0.65s var(--ease-out);
}

.et-spotlight-card:hover .et-spotlight-card__media img {
  transform: scale(1.06);
}

.et-spotlight-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(5, 10, 24, 0.55) 100%);
}

.et-spotlight-card__body {
  padding: clamp(20px, 2.5vw, 28px);
}

.et-spotlight-card__eyebrow {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-500);
  margin-bottom: 8px;
}

.et-spotlight-card h3 {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}

.et-spotlight-card p {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.65;
  margin-bottom: 16px;
}

.et-spotlight-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 18px;
}

.et-spotlight-card__tags span {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: var(--radius-full);
  background: var(--surface-2);
  color: var(--text-secondary);
}

.et-spotlight-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--gold-500);
  transition: gap 0.25s var(--ease-out), color 0.25s;
}

.et-spotlight-card__link:hover {
  gap: 10px;
  color: var(--gold-400);
}

/* ── Vendor services strip ── */
.et-vendors-section {
  padding: clamp(56px, 7vw, 72px) 0;
}

.et-vendors-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(14px, 1.8vw, 20px);
}

.et-vendor-card {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: clamp(22px, 2.5vw, 28px) clamp(16px, 2vw, 20px);
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(8px);
  text-align: center;
  transition: transform 0.35s var(--ease-out), border-color 0.35s, background 0.35s;
}

.et-vendor-card:hover {
  transform: translateY(-4px);
  border-color: rgba(197, 160, 89, 0.35);
  background: rgba(197, 160, 89, 0.08);
}

.et-vendor-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(197, 160, 89, 0.15);
  color: var(--gold-300);
  margin-bottom: 14px;
}

.et-vendor-card h3 {
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--text-inverse);
}

.et-vendor-card p {
  font-size: 0.8125rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.62);
}

/* ── Matching teaser ── */
.et-match-section {
  background: var(--surface-0);
}

.et-match-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.5vw, 28px);
}

.et-match-card {
  padding: clamp(28px, 3vw, 36px);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: var(--surface-1);
  text-align: center;
  transition: box-shadow 0.35s var(--ease-out), transform 0.35s var(--ease-out);
}

.et-match-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.et-match-card__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-300), var(--gold-500));
  color: var(--navy-900);
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.et-match-card h3 {
  font-family: var(--font-body);
  font-size: 1.0625rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.et-match-card p {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.65;
}

@media (max-width: 1100px) {
  .et-vendors-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .et-spotlight-grid,
  .et-match-grid {
    grid-template-columns: 1fr;
  }

  .et-vendors-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 540px) {
  .et-vendors-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .et-spotlight-card:hover,
  .et-spotlight-card:hover .et-spotlight-card__media img,
  .et-vendor-card:hover,
  .et-match-card:hover {
    transform: none;
  }
}
