:root {
  --wmc-v2-red: #e62435;
  --wmc-v2-dark: #0d1820;
  --wmc-v2-dark-2: #14232d;
  --wmc-v2-cream: #f7f5f0;
  --wmc-v2-cyan: #19afc3;
  --wmc-v2-violet: #6559bf;
  --wmc-v2-orange: #f29b2e;
  --wmc-v2-gradient: linear-gradient(100deg, #19afc3 0%, #6559bf 45%, #e62435 78%, #f29b2e 100%);
}

body:has(#wmc-home-v2) .tm-header,
body:has(#wmc-home-v2) .tm-header-mobile,
body.page-id-1173 .tm-header,
body.page-id-1173 .tm-header-mobile {
  display: none !important;
}

body:has(#wmc-home-v2) #tm-main,
body.page-id-1173 #tm-main {
  margin: 0 !important;
  padding: 0 !important;
}

.wmc-nav-section {
  position: relative;
  z-index: 20;
  background: var(--wmc-v2-dark) !important;
}

.wmc-nav-section .uk-section {
  padding: 0 !important;
  background: var(--wmc-v2-dark) !important;
}

.wmc-nav-section .uk-container {
  max-width: 100% !important;
  padding: 0 3.1vw !important;
}

.wmc-nav-section .uk-grid-margin { margin-top: 0 !important; }
.wmc-nav-element { margin: 0 !important; }

.wmc-custom-nav {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
  gap: 30px;
  color: #fff;
}

.wmc-custom-logo {
  display: flex;
  flex-direction: column;
  flex: 0 0 145px;
  color: #fff !important;
  text-decoration: none !important;
  line-height: 1;
}

.wmc-custom-logo strong {
  font-family: Arial Black, Arial, sans-serif;
  font-size: 28px;
  font-style: italic;
  letter-spacing: -.07em;
}

.wmc-custom-logo span {
  margin-top: 3px;
  font-size: 6px;
  font-weight: 800;
  letter-spacing: .16em;
}

.wmc-custom-links {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: clamp(24px, 3.4vw, 54px);
  height: 60px;
}

.wmc-custom-links a {
  position: relative;
  display: flex;
  align-items: center;
  color: rgba(255,255,255,.9) !important;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-decoration: none !important;
  white-space: nowrap;
}

.wmc-custom-links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 9px;
  left: 0;
  height: 2px;
  background: transparent;
}

.wmc-custom-links a:hover::after,
.wmc-custom-links a.is-active::after { background: var(--wmc-v2-red); }

.wmc-custom-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  flex: 0 0 190px;
}

.wmc-nav-icon {
  color: #fff !important;
  font-size: 24px;
  text-decoration: none !important;
}

.wmc-nav-cta {
  padding: 11px 25px;
  border-radius: 5px;
  background: var(--wmc-v2-red);
  color: #fff !important;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-decoration: none !important;
}

.wmc-mobile-menu { display: none; }

.wmc-hero-v2 {
  position: relative;
  overflow: hidden;
  background: var(--wmc-v2-dark);
}

.wmc-hero-v2 > .uk-section,
.wmc-hero-v2.uk-section {
  box-sizing: border-box;
  min-height: 400px;
  padding: 0 !important;
  background-size: cover !important;
  background-position: center 45% !important;
}

.wmc-hero-v2 > .uk-section::before,
.wmc-hero-v2.uk-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(9,16,22,.26), rgba(9,16,22,.03) 45%, rgba(9,16,22,.22)),
    linear-gradient(0deg, rgba(9,16,22,.55), transparent 48%);
}

.wmc-hero-v2 .uk-container {
  position: relative;
  z-index: 1;
  max-width: 100% !important;
  padding: 0 3.1vw !important;
}

.wmc-hero-v2 .tm-grid-expand {
  min-height: 400px;
  align-items: center;
}

.wmc-hero-lockup-element,
.wmc-feature-element { margin: 0 !important; }

.wmc-hero-lockup {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 390px;
  padding-left: 16%;
  color: #fff;
  text-align: center;
  text-shadow: 0 4px 22px rgba(0,0,0,.35);
}

.wmc-hero-wmc {
  font-family: Arial Black, Arial, sans-serif;
  font-size: clamp(96px, 10vw, 164px);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .78;
}

.wmc-hero-name {
  margin-top: 14px;
  font-size: clamp(10px, 1vw, 15px);
  font-weight: 900;
  letter-spacing: .34em;
}

.wmc-hero-tagline {
  margin-top: 48px;
  font-size: clamp(11px, 1.2vw, 17px);
  font-weight: 600;
  letter-spacing: .36em;
}

.wmc-hero-controls {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 26px;
}

.wmc-play {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff !important;
  font-size: 18px;
  text-decoration: none !important;
  text-indent: 3px;
}

.wmc-hero-button {
  min-width: 174px;
  padding: 17px 24px;
  border-radius: 5px;
  background: var(--wmc-v2-gradient);
  box-shadow: 0 8px 25px rgba(12,18,25,.28);
  color: #fff !important;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .15em;
  text-decoration: none !important;
}

.wmc-feature-card {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  padding: 18px 24px 0;
  overflow: hidden;
  border: 1px solid var(--wmc-v2-red);
  border-radius: 10px;
  background: rgba(10,18,24,.86);
  box-shadow: 0 12px 35px rgba(0,0,0,.28);
  color: #fff !important;
  text-decoration: none !important;
  backdrop-filter: blur(9px);
}

.wmc-feature-label {
  color: rgba(255,255,255,.72);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
}

.wmc-feature-card strong {
  margin-top: 8px;
  font-size: 22px;
  line-height: 1.1;
}

.wmc-feature-date { margin-top: 7px; font-size: 15px; }
.wmc-feature-meta,
.wmc-feature-places { margin-top: 7px; color: rgba(255,255,255,.8); font-size: 10px; }

.wmc-feature-link {
  display: flex;
  justify-content: space-between;
  margin: 15px -24px 0;
  padding: 12px 24px;
  border-top: 1px solid rgba(255,255,255,.18);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
}

.wmc-feature-link b { font-size: 20px; font-weight: 400; line-height: .6; }

.wmc-dashboard,
.wmc-dashboard .uk-section {
  background: var(--wmc-v2-cream) !important;
}

.wmc-dashboard.uk-section,
.wmc-dashboard .uk-section {
  padding-top: 16px !important;
  padding-bottom: 14px !important;
}

.wmc-dashboard .uk-container {
  max-width: 100% !important;
  padding: 0 3.1vw !important;
}

.wmc-dashboard .uk-grid-margin { margin-top: 14px !important; }
.wmc-dashboard-first-row { align-items: flex-end; }
.wmc-agenda-html { margin: 0 !important; }

.wmc-panel-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  min-height: 34px;
  margin-bottom: 10px;
}

.wmc-panel-title {
  font-size: 21px;
  font-weight: 900;
  letter-spacing: .08em;
}

.wmc-calendar-icon { margin-right: 8px; font-size: 21px; }

.wmc-filters {
  display: flex;
  align-items: center;
  gap: 12px;
}

.wmc-filters span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 29px;
  padding: 0 18px;
  border: 1px solid #8b8b8b;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  white-space: nowrap;
}

.wmc-filters span.is-active {
  border-color: var(--wmc-v2-red);
  background: var(--wmc-v2-red);
  color: #fff;
}

.wmc-panel-head > a,
.wmc-media-head > a {
  color: #252525 !important;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .05em;
  text-decoration: none !important;
  white-space: nowrap;
}

.wmc-agenda-cards {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.wmc-date-card {
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  min-height: 181px;
  padding: 10px 12px 8px;
  border: 1px solid rgba(18,28,36,.13);
  border-radius: 8px;
  background: rgba(255,255,255,.48);
  color: #172028;
  text-align: center;
}

.wmc-date-day { font-size: 7px; font-weight: 800; }
.wmc-date-number { margin-top: 1px; font-size: 23px; line-height: 1; }

.wmc-date-title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  margin-top: 6px;
  border-top: 1px solid rgba(18,28,36,.08);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.25;
}

.wmc-date-place { color: #555; font-size: 7px; }

.wmc-date-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  min-height: 35px;
  margin-top: 5px;
  font-size: 6px;
}

.wmc-date-details i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--wmc-v2-cyan);
}

.wmc-date-capacity {
  margin-top: auto;
  padding-top: 7px;
  border-top: 1px solid rgba(18,28,36,.08);
  font-size: 7px;
}

.wmc-date-card.is-featured {
  border-color: var(--wmc-v2-red);
  background: linear-gradient(120deg, #1c2b40, #34203f 55%, var(--wmc-v2-red));
  box-shadow: 0 8px 24px rgba(230,36,53,.16);
  color: #fff;
}

.wmc-date-card.is-featured::after {
  content: "★";
  position: absolute;
  top: 4px;
  right: 6px;
  color: #fff;
  font-size: 12px;
}

.wmc-date-card.is-featured .wmc-date-title,
.wmc-date-card.is-featured .wmc-date-capacity { border-color: rgba(255,255,255,.2); }
.wmc-date-card.is-featured .wmc-date-place { color: rgba(255,255,255,.78); }
.wmc-date-card.is-featured .wmc-date-details i { background: #fff; }

.wmc-univers-gallery-v2 { margin: 0 !important; }

.wmc-univers-gallery-v2 .el-item {
  overflow: hidden;
  border-radius: 9px;
  background: var(--wmc-v2-dark);
}

.wmc-univers-gallery-v2 img {
  width: 100%;
  aspect-ratio: .93 / 1;
  object-fit: cover;
}

.wmc-univers-gallery-v2 .uk-overlay {
  padding: 13px 16px !important;
  background: linear-gradient(0deg, rgba(8,14,19,.88), transparent) !important;
}

.wmc-univers-gallery-v2 h3 {
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(13px, 1.2vw, 20px) !important;
  letter-spacing: .08em;
  white-space: nowrap;
}

.wmc-map-element,
.wmc-media-head-element { margin: 0 !important; }

.wmc-map-card {
  position: relative;
  display: block;
  min-height: 178px;
  overflow: hidden;
  border-radius: 8px;
  background: url("../assets/images/wmc-map-placeholder.webp") center / cover no-repeat;
  box-shadow: inset 0 0 0 1px rgba(18,28,36,.1);
}

.wmc-map-card span {
  position: absolute;
  right: 18px;
  bottom: 13px;
  padding: 11px 20px;
  border-radius: 4px;
  background: rgba(255,255,255,.93);
  box-shadow: 0 6px 18px rgba(0,0,0,.12);
  color: #1b252d;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .06em;
}

.wmc-media-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 28px;
}

.wmc-media-head strong {
  color: #182028;
  font-size: 20px;
  letter-spacing: .06em;
}

.wmc-media-gallery-v2 { margin-top: 0 !important; }

.wmc-media-gallery-v2 .el-item {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: var(--wmc-v2-dark);
}

.wmc-media-gallery-v2 img {
  width: 100%;
  aspect-ratio: 16 / 10.4;
  object-fit: cover;
}

.wmc-media-gallery-v2 .el-item::after {
  content: "▶";
  position: absolute;
  bottom: 8px;
  left: 10px;
  color: #fff;
  font-size: 14px;
  text-shadow: 0 2px 8px rgba(0,0,0,.8);
}

.wmc-cta-v2 {
  position: relative;
  background: var(--wmc-v2-dark) !important;
}

.wmc-cta-v2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: var(--wmc-v2-gradient);
}

.wmc-cta-v2 .uk-section {
  padding: 0 !important;
  background: transparent !important;
}

.wmc-cta-v2 .uk-container {
  max-width: 1180px !important;
  padding: 0 30px !important;
}

.wmc-cta-v2 .uk-grid-margin { margin-top: 0 !important; }
.wmc-cta-element { margin: 0 !important; }

.wmc-cta-inner {
  display: grid;
  grid-template-columns: 82px 1fr 1.2fr 300px;
  align-items: center;
  min-height: 108px;
  gap: 28px;
}

.wmc-cta-icon {
  display: grid;
  width: 60px;
  height: 60px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.36);
  border-radius: 50%;
  color: var(--wmc-v2-cyan);
  font-size: 32px;
}

.wmc-cta-inner strong {
  color: #fff;
  font-size: clamp(23px, 2.2vw, 35px);
  letter-spacing: .07em;
  white-space: nowrap;
}

.wmc-cta-inner > span {
  padding-left: 28px;
  border-left: 1px solid rgba(255,255,255,.34);
  color: rgba(255,255,255,.84);
  font-size: 12px;
  line-height: 1.5;
}

.wmc-cta-inner > a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 6px;
  background: var(--wmc-v2-red);
  color: #fff !important;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: .08em;
  text-decoration: none !important;
}

@media (max-width: 1199px) {
  .wmc-custom-links { gap: 22px; }
  .wmc-custom-actions { flex-basis: 150px; }
  .wmc-filters span { padding: 0 11px; }
  .wmc-panel-head { gap: 10px; }
  .wmc-panel-head > a { display: none; }
  .wmc-date-card { padding-inline: 7px; }
}

@media (max-width: 959px) {
  .wmc-custom-links,
  .wmc-custom-actions { display: none; }
  .wmc-mobile-menu { display: block; margin-left: auto; }
  .wmc-mobile-menu summary {
    cursor: pointer;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
  }
  .wmc-mobile-menu > div {
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;
    z-index: 30;
    display: grid;
    gap: 0;
    padding: 12px 5vw 20px;
    background: var(--wmc-v2-dark);
  }
  .wmc-mobile-menu a { padding: 10px 0; color: #fff !important; text-decoration: none !important; }
  .wmc-hero-v2 > .uk-section,
  .wmc-hero-v2.uk-section,
  .wmc-hero-v2 .tm-grid-expand { min-height: auto; }
  .wmc-hero-v2 > .uk-section,
  .wmc-hero-v2.uk-section { padding: 38px 0 32px !important; }
  .wmc-hero-lockup { min-height: 310px; padding-left: 0; }
  .wmc-feature-card { max-width: none; margin-top: 12px; }
  .wmc-panel-head { grid-template-columns: 1fr; }
  .wmc-filters { overflow-x: auto; padding-bottom: 4px; }
  .wmc-agenda-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .wmc-date-card { min-height: 175px; }
  .wmc-univers-column { margin-top: 14px; }
  .wmc-map-card { min-height: 200px; }
  .wmc-media-column { margin-top: 14px; }
  .wmc-cta-inner {
    grid-template-columns: 70px 1fr;
    padding: 22px 0;
  }
  .wmc-cta-inner > span,
  .wmc-cta-inner > a { grid-column: 1 / -1; }
  .wmc-cta-inner > span { padding: 0; border: 0; }
}

@media (max-width: 639px) {
  .wmc-nav-section .uk-container,
  .wmc-hero-v2 .uk-container,
  .wmc-dashboard .uk-container { padding-inline: 16px !important; }
  .wmc-hero-wmc { font-size: 82px; }
  .wmc-hero-name { letter-spacing: .2em; }
  .wmc-hero-tagline { margin-top: 32px; letter-spacing: .2em; }
  .wmc-agenda-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wmc-filters span { padding-inline: 14px; }
  .wmc-cta-inner { grid-template-columns: 1fr; text-align: center; }
  .wmc-cta-icon { margin: auto; }
  .wmc-cta-inner > span,
  .wmc-cta-inner > a { grid-column: auto; }
  .wmc-cta-inner strong { white-space: normal; }
}
