﻿:root {
  --wsdh-max-width: 1200px;

  --wsdh-color-text: #1c2230;
  --wsdh-color-text-soft: #475467;
  --wsdh-color-text-muted: #667085;
  --wsdh-color-primary: #243fb8;
  --wsdh-color-primary-soft: #eef2ff;
  --wsdh-color-surface: #ffffff;
  --wsdh-color-surface-soft: #f4f6fb;
  --wsdh-color-border: rgba(15, 23, 42, 0.08);
  --wsdh-color-dark: #111827;
  --wsdh-color-hot: #ef4444;
  --wsdh-color-star: #ffd84d;

  --wsdh-radius-card: 18px;
  --wsdh-radius-pill: 999px;
  --wsdh-radius-box: 14px;

  --wsdh-shadow-card: 0 8px 30px rgba(16, 24, 40, 0.06);

  --wsdh-space-1: 8px;
  --wsdh-space-2: 10px;
  --wsdh-space-3: 12px;
  --wsdh-space-4: 14px;
  --wsdh-space-5: 16px;
  --wsdh-space-6: 20px;
  --wsdh-space-7: 24px;
  --wsdh-space-8: 32px;
}

/* Layout */

.wsdh-section {
  padding: 16px 0 32px;
}

.wsdh-wrap {
  max-width: var(--wsdh-max-width);
  margin: 0 auto;
}

.wsdh-section-header {
  margin-bottom: 24px;
}

.wsdh-video-hero {
  width: 100%;
  height: auto;
  max-height: 420px;
  display: block;
  object-fit: cover;
  background: #000;
}

.wsdh-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

/* Shared cards + profiles */

.wsdh-card,
.wsdh-profile {
  background: var(--wsdh-color-surface);
  border: 1px solid var(--wsdh-color-border);
  border-radius: var(--wsdh-radius-card);
  box-shadow: var(--wsdh-shadow-card);
}

.wsdh-card {
  overflow: hidden;
  height: 100%;
}

.wsdh-card-body,
.wsdh-profile-copy {
  padding: 20px;
}

.wsdh-grid-compact {
  gap: 16px;
}

.wsdh-festival-card-compact .wsdh-card-body {
  padding: 16px;
}

.wsdh-festival-card-compact .wsdh-card-excerpt,
.wsdh-festival-card-compact .wsdh-share-row {
  display: none;
}

.wsdh-badge-wessex {
  top: 90px;
  background: #0f766e;
  color: #fff;
}

.wsdh-badge-wessex {
  top: 90px;
  background: #0f766e;
  color: #fff;
}

.wsdh-card-media,
.wsdh-profile-media {
  line-height: 0;
}

.wsdh-card-media img,
.wsdh-profile-image {
  display: block;
  width: 100%;
  height: auto;
}

.wsdh-card-media img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

/* Typography */

.wsdh-eyebrow {
  margin: 0 0 10px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--wsdh-color-primary);
}

.wsdh-section-title,
.wsdh-profile-title {
  margin: 0 0 10px;
  line-height: 1.05;
  color: var(--wsdh-color-text);
}

.wsdh-section-title {
  font-size: clamp(2rem, 4vw, 3rem);
}

.wsdh-profile-title {
  font-size: clamp(2rem, 4vw, 3rem);
}

.wsdh-title {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.15;
}

.wsdh-title a {
  color: var(--wsdh-color-text);
  text-decoration: none;
}

.wsdh-title a:hover {
  color: var(--wsdh-color-primary);
}

.wsdh-section-text,
.wsdh-profile-excerpt,
.wsdh-card-excerpt,
.wsdh-richtext,
.wsdh-meta-list,
.wsdh-card-location {
  color: var(--wsdh-color-text-soft);
}

.wsdh-card-location {
  margin: 10px 0 0;
  color: var(--wsdh-color-text-muted);
}

.wsdh-card-excerpt {
  margin: 14px 0 0;
}

.wsdh-profile-excerpt {
  margin: 0 0 18px;
  font-size: 1.05rem;
}

.wsdh-meta-list p {
  margin: 0 0 10px;
}

/* Buttons + actions */

.wsdh-link-row,
.wsdh-share-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wsdh-link-row {
  margin-top: 18px;
}

.wsdh-share-row {
  margin-top: 14px;
}

.wsdh-btn,
.wsdh-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: var(--wsdh-radius-pill);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.wsdh-btn {
  background: var(--wsdh-color-primary);
  color: #fff;
}

.wsdh-btn:hover {
  opacity: 0.94;
}

.wsdh-btn-secondary {
  background: var(--wsdh-color-surface-soft);
  color: var(--wsdh-color-text);
}

.wsdh-share-btn {
  border: 0;
  background: var(--wsdh-color-dark);
  color: #fff;
  cursor: pointer;
}

.wsdh-share-btn:hover {
  opacity: 0.92;
}

/* Festival specifics */

.wsdh-festival-card {
  position: relative;
}

.wsdh-badge {
  position: absolute;
  left: 14px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: var(--wsdh-radius-pill);
  font-size: 12px;
  font-weight: 700;
}

.wsdh-badge-star {
  top: 14px;
  background: var(--wsdh-color-star);
  color: var(--wsdh-color-dark);
}

.wsdh-badge-hot {
  top: 52px;
  background: var(--wsdh-color-hot);
  color: #fff;
}

.wsdh-countdown,
.wsdh-countdown-box {
  margin: 14px 0 16px;
  font-weight: 700;
  color: var(--wsdh-color-primary);
}

.wsdh-countdown-box {
  padding: 14px 16px;
  border-radius: var(--wsdh-radius-box);
  background: var(--wsdh-color-primary-soft);
  font-size: 1.15rem;
}

/* Profile layout */

.wsdh-profile {
  overflow: hidden;
}

.wsdh-richtext {
  margin-top: 20px;
}

.wsdh-richtext > *:first-child {
  margin-top: 0;
}

/* Responsive */

@media (max-width: 1024px) {
  .wsdh-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .wsdh-grid {
    grid-template-columns: 1fr;
  }

  .wsdh-card-body,
  .wsdh-profile-copy {
    padding: 18px;
  }
}

.wsdh-profile-media {
  position: relative;
}

.wsdh-video-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.6));
}