.elementor-18306 .elementor-element.elementor-element-2f30d07{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-7c66920 *//* ════════════════════════════════════════════════════════════════════
   VERITA HR — Single Event (v4 · Aspirational)
   Light, flowing, brand-blue editorial. All scoped under .vh-event.
   ════════════════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,300;9..144,400;9..144,500;9..144,600;9..144,700&family=Khula:wght@300;400;600;700;800&display=swap');


/* ─── DESIGN TOKENS ─────────────────────────────────────────────── */
.vh-event {
  /* Surfaces */
  --paper:        #FAF8F3;   /* warm cream */
  --paper-soft:   #F4EFE5;   /* slightly deeper, for inset areas */
  --paper-white:  #FFFFFF;   /* for cards floating on paper */

  /* Ink (text & strong elements) */
  --ink:          #0F1922;   /* near-black with warmth */
  --ink-soft:     #2A3540;
  --text:         #1F2937;
  --text-soft:    #4B5563;
  --text-mute:    #9CA3AF;

  /* Rules / borders */
  --rule:         #E8E2D4;
  --rule-soft:    #F0EBE0;
  --rule-strong:  #D5CEBE;

  /* Brand (Verita blue + supporting) */
  --brand:        #3699E7;
  --brand-dark:   #1E5DA8;
  --brand-light:  #67B5F0;
  --brand-soft:   rgba(54,153,231,.08);
  --brand-glow:   rgba(54,153,231,.18);
  --brand-tint:   rgba(54,153,231,.04);

  /* Status */
  --green:        #27AE60;
  --green-soft:   rgba(39,174,96,.10);
  --amber:        #D97706;
  --amber-soft:   rgba(217,119,6,.10);
  --red:          #B12B1F;
  --red-soft:     rgba(177,43,31,.10);

  /* Type */
  --font-display: 'Fraunces', Georgia, 'Times New Roman', serif;
  --font-body:    'Khula', system-ui, -apple-system, sans-serif;

  /* Layout */
  --shell:        1240px;
  --shell-pad:    32px;
  --grid-gap:     72px;

  /* Space (8-pt) */
  --s-1: 4px; --s-2: 8px; --s-3: 12px; --s-4: 16px; --s-5: 24px;
  --s-6: 32px; --s-7: 48px; --s-8: 64px; --s-9: 96px; --s-10: 128px;

  /* Misc */
  --radius:    8px;
  --radius-lg: 16px;
  --shadow-card:  0 1px 0 rgba(15,25,34,.04), 0 16px 40px -12px rgba(15,25,34,.08), 0 32px 80px -24px rgba(30,93,168,.10);
  --shadow-deep:  0 1px 0 rgba(15,25,34,.06), 0 24px 64px -16px rgba(15,25,34,.14);
  --ease:      cubic-bezier(.2, .7, .2, 1);

  display: block;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--paper);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'kern' 1, 'liga' 1, 'cv11' 1;
}

.vh-event *, .vh-event *::before, .vh-event *::after { box-sizing: border-box; }
.vh-event h1, .vh-event h2, .vh-event h3, .vh-event h4,
.vh-event p, .vh-event ul, .vh-event ol, .vh-event dl,
.vh-event dt, .vh-event dd { margin: 0; padding: 0; }
.vh-event ul, .vh-event ol { list-style: none; }
.vh-event a { color: inherit; text-decoration: none; }
.vh-event .vh-shell { max-width: var(--shell); margin: 0 auto; padding: 0 var(--shell-pad); position: relative; }


/* ─── ELEMENTOR WRAPPER RESET ────────────────────────────────────
   Neutralizes the 4–8 px white bar caused by Elementor's default
   widget padding around the event template. Uses :has() which works
   in all evergreen browsers (Safari 15.4+, Chrome 105+, FF 121+).
   For older browsers: set the column/section padding to 0 in
   Elementor → Advanced → Padding.                                 */
.elementor-widget-html:has(.vh-event) > .elementor-widget-container {
  padding: 0 !important;
  margin: 0 !important;
}
.elementor-element:has(> .elementor-widget-container > .vh-event) {
  padding: 0 !important;
}
.vh-event { margin: 0 !important; }


/* ═══════════════════════════════════════════════════════════════════
   HERO — light, asymmetric, date-anchored
   ═══════════════════════════════════════════════════════════════════ */
.vh-event .vh-hero {
  position: relative;
  background: var(--paper);
  padding: clamp(48px, 7vw, 96px) 0 clamp(64px, 9vw, 128px);
  overflow: hidden;
  isolation: isolate;
}

/* Ambient: large radial gradient mesh, very subtle */
.vh-event .vh-hero__ambient {
  position: absolute;
  inset: -10%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 55% at 18% 35%, var(--brand-soft) 0%, transparent 65%),
    radial-gradient(ellipse 55% 50% at 88% 75%, rgba(30,93,168,.05) 0%, transparent 65%),
    radial-gradient(ellipse 40% 30% at 60% 10%, rgba(103,181,240,.06) 0%, transparent 70%);
  animation: vh-mesh-drift 28s ease-in-out infinite alternate;
}
@keyframes vh-mesh-drift {
  0%   { transform: translate3d(0, 0, 0) rotate(0deg); }
  100% { transform: translate3d(-2%, 1%, 0) rotate(.4deg); }
}

/* Concentrated glow that lives behind the date — gives it presence */
.vh-event .vh-hero__halo {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  width: clamp(320px, 38vw, 540px);
  height: clamp(320px, 38vw, 540px);
  left: clamp(-80px, -2vw, 40px);
  top: 32%;
  background: radial-gradient(circle, var(--brand-glow) 0%, transparent 60%);
  filter: blur(40px);
  opacity: .9;
}

.vh-event .vh-hero .vh-shell { position: relative; z-index: 1; }


/* ─── Breadcrumb ─── */
.vh-event .vh-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 10px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--text-mute);
  margin-bottom: clamp(40px, 6vw, 72px);
}
.vh-event .vh-breadcrumb a {
  color: var(--text-soft);
  transition: color .2s var(--ease);
}
.vh-event .vh-breadcrumb a:hover { color: var(--brand); }
.vh-event .vh-bc-sep { color: var(--text-mute); opacity: .55; }
.vh-event .vh-bc-current { color: var(--ink); }


/* ─── Hero grid: date | content ─── */
.vh-event .vh-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
}


/* ─── Date — the typographic centerpiece ─── */
.vh-event .vh-hero__date-wrap {
  position: relative;
}

.vh-event .vh-date-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
}

.vh-event .vh-date-month {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--brand-dark);
  margin-bottom: 4px;
  position: relative;
  padding-left: 28px;
}
/* Tiny decorative dash before month */
.vh-event .vh-date-month::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  width: 18px; height: 1.5px;
  background: var(--brand);
  transform: translateY(-50%);
}

.vh-event .vh-date-day {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(72px, 10vw, 140px);
  font-variation-settings: 'opsz' 144, 'SOFT' 30;
  line-height: 1;                    /* was .92 — descenders were getting clipped */
  letter-spacing: -.035em;
  color: var(--ink);
  /* Subtle gradient text: ink → brand-dark, anchored bottom-right */
  background: linear-gradient(135deg, var(--ink) 0%, var(--ink) 55%, var(--brand-dark) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-feature-settings: 'tnum' 1, 'cv11' 1;
  margin: 0;
  padding: 0 0 .04em 0;              /* tiny breathing room for descenders */
  word-spacing: -.05em;
}

.vh-event .vh-date-year {
  font-family: var(--font-display);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(20px, 2.4vw, 32px);
  font-variation-settings: 'opsz' 36;
  color: var(--text-soft);
  letter-spacing: -.005em;
  margin-top: 8px;
  padding-left: 4px;
}

/* TBA state — italic placeholder */
.vh-event .vh-date-day.vh-date-tba {
  font-style: italic;
  font-size: clamp(48px, 7vw, 96px);
  color: var(--amber);
  background: none;
  -webkit-text-fill-color: currentColor;
  font-weight: 300;
}


/* ─── Pills row ─── */
.vh-event .vh-hero__pills {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: var(--s-6);
}

.vh-event .vh-featured-badge,
.vh-event .vh-status,
.vh-event .vh-mode {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;     /* fully rounded pills — modern, friendly */
  line-height: 1;
  white-space: nowrap;
  background: var(--paper-white);
  border: 1px solid var(--rule);
  color: var(--text-soft);
  transition: transform .2s var(--ease), border-color .2s var(--ease), box-shadow .2s var(--ease);
}

.vh-event .vh-featured-badge {
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);
  color: var(--paper-white);
  border-color: transparent;
  box-shadow: 0 4px 14px -2px var(--brand-glow);
}
.vh-event .vh-featured-badge::before {
  content: '★';
  font-size: 11px;
  margin-right: 2px;
}

.vh-event .vh-status-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: currentColor;
  flex-shrink: 0;
}
.vh-event .vh-status--upcoming  { color: var(--green); background: var(--green-soft); border-color: rgba(39,174,96,.20); }
.vh-event .vh-status--tba       { color: var(--amber); background: var(--amber-soft); border-color: rgba(217,119,6,.20); }
.vh-event .vh-status--cancelled { color: var(--red);   background: var(--red-soft);   border-color: rgba(177,43,31,.20); text-decoration: line-through; text-decoration-thickness: 1px; }
.vh-event .vh-status--past      { color: var(--text-mute); }

.vh-event .vh-mode--onsite      { color: var(--ink);        background: var(--paper-white); }
.vh-event .vh-mode--online      { color: var(--brand-dark); background: var(--brand-soft);  border-color: rgba(54,153,231,.22); }
.vh-event .vh-mode--hybrid      { color: var(--brand-dark); background: linear-gradient(135deg, var(--brand-soft) 0%, var(--paper-white) 100%); border-color: rgba(54,153,231,.22); }


/* ─── Title ─── */
.vh-event .vh-hero__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(34px, 4.6vw, 60px);
  line-height: 1.05;
  letter-spacing: -.02em;
  font-variation-settings: 'opsz' 96, 'SOFT' 50;
  color: var(--ink);
  margin-bottom: var(--s-5);
  max-width: 18ch;
  text-wrap: balance;
}


/* ─── Lead ─── */
.vh-event .vh-hero__lead {
  font-family: var(--font-display);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.5;
  color: var(--text-soft);
  max-width: 50ch;
  margin-bottom: var(--s-6);
  font-variation-settings: 'opsz' 32, 'SOFT' 100;
  text-wrap: pretty;
}
.vh-event .vh-hero__lead:empty { display: none; }


/* ─── Meta (venue / organizer) ─── */
.vh-event .vh-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-5) var(--s-7);
  margin-bottom: var(--s-7);
  padding-top: var(--s-5);
  border-top: 1px solid var(--rule);
}
.vh-event .vh-hero__meta-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.vh-event .vh-hero__meta-item dt {
  font-family: var(--font-body);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--text-mute);
}
.vh-event .vh-hero__meta-item dd {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 15.5px;
  line-height: 1.35;
  color: var(--ink);
}


/* ─── CTA row ─── */
.vh-event .vh-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}


/* ═══════════════════════════════════════════════════════════════════
   BUTTONS
   ═══════════════════════════════════════════════════════════════════ */
.vh-event .vh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .01em;
  padding: 14px 24px;
  border-radius: 100px;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
  position: relative;
  isolation: isolate;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .2s var(--ease), color .2s var(--ease);
  will-change: transform;
}
.vh-event .vh-btn:hover { transform: translateY(-1px); }
.vh-event .vh-btn:active { transform: translateY(0); }

.vh-event .vh-btn--primary {
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);
  color: var(--paper-white);
  box-shadow: 0 1px 0 rgba(255,255,255,.2) inset,
              0 4px 12px -2px var(--brand-glow),
              0 12px 32px -8px rgba(30,93,168,.35);
}
.vh-event .vh-btn--primary:hover {
  box-shadow: 0 1px 0 rgba(255,255,255,.2) inset,
              0 6px 16px -2px var(--brand-glow),
              0 16px 40px -8px rgba(30,93,168,.45);
}

.vh-event .vh-btn--ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--rule-strong);
}
.vh-event .vh-btn--ghost:hover {
  border-color: var(--ink);
  background: rgba(15,25,34,.03);
}

.vh-event .vh-btn--line {
  background: transparent;
  color: var(--brand-dark);
  border-color: rgba(54,153,231,.30);
}
.vh-event .vh-btn--line:hover {
  border-color: var(--brand);
  background: var(--brand-soft);
}

.vh-event .vh-btn--block { display: flex; width: 100%; }

.vh-event .vh-arrow { display: inline-block; transition: transform .25s var(--ease); }
.vh-event .vh-btn:hover .vh-arrow { transform: translateX(3px); }


/* ═══════════════════════════════════════════════════════════════════
   BODY
   ═══════════════════════════════════════════════════════════════════ */
.vh-event .vh-body {
  background: var(--paper);
  padding: clamp(56px, 8vw, 112px) 0 clamp(72px, 10vw, 128px);
  position: relative;
}
/* Soft cream-to-white transition so it feels like one continuous space, not stacked sections */
.vh-event .vh-body::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 80px;
  background: linear-gradient(to bottom, transparent, rgba(255,255,255,.4));
  pointer-events: none;
}

.vh-event .vh-body__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
  gap: var(--grid-gap);
  align-items: start;
  position: relative;
}


/* ─── Section head ─── */
.vh-event .vh-section-head {
  display: flex;
  align-items: baseline;
  gap: var(--s-4);
  margin-bottom: var(--s-7);
  padding-bottom: var(--s-5);
  border-bottom: 1px solid var(--rule);
}
.vh-event .vh-section-num {
  font-family: var(--font-display);
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  font-variation-settings: 'opsz' 14;
  color: var(--brand);
  font-feature-settings: 'tnum' 1;
}
.vh-event .vh-section-title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(24px, 2.6vw, 32px);
  font-variation-settings: 'opsz' 32, 'SOFT' 30;
  letter-spacing: -.015em;
  color: var(--ink);
  line-height: 1.15;
}


/* ─── Prose ─── */
.vh-event .vh-prose {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.72;
  color: var(--text);
  max-width: 64ch;
}
.vh-event .vh-prose > * + * { margin-top: 1.1em; }

/* First paragraph: editorial lead, drop cap in brand color */
.vh-event .vh-prose > p:first-child {
  font-family: var(--font-display);
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  line-height: 1.55;
  color: var(--ink-soft);
  font-variation-settings: 'opsz' 32, 'SOFT' 80;
}
.vh-event .vh-prose > p:first-child::first-letter {
  font-family: var(--font-display);
  font-weight: 500;
  font-style: normal;
  font-size: 3.4em;
  float: left;
  line-height: .9;
  margin: 6px 14px 0 -2px;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-variation-settings: 'opsz' 144;
}

.vh-event .vh-prose h2,
.vh-event .vh-prose h3,
.vh-event .vh-prose h4 {
  font-family: var(--font-display);
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -.015em;
  line-height: 1.2;
  margin-top: 1.6em;
  text-wrap: balance;
  font-variation-settings: 'opsz' 48;
}
.vh-event .vh-prose h2 { font-size: 26px; }
.vh-event .vh-prose h3 { font-size: 21px; }
.vh-event .vh-prose h4 { font-size: 17px; font-weight: 600; }

.vh-event .vh-prose p { color: var(--text); }
.vh-event .vh-prose strong { font-weight: 700; color: var(--ink); }
.vh-event .vh-prose em { font-style: italic; }

.vh-event .vh-prose ul, .vh-event .vh-prose ol {
  padding-left: 0; list-style: none;
}
.vh-event .vh-prose ul li, .vh-event .vh-prose ol li {
  position: relative; padding-left: 30px; margin-bottom: .5em;
}
.vh-event .vh-prose ul li::before {
  content: '';
  position: absolute; left: 0; top: .72em;
  width: 18px; height: 1.5px;
  background: var(--brand);
  border-radius: 1px;
}
.vh-event .vh-prose ol { counter-reset: vh-ol; }
.vh-event .vh-prose ol li { counter-increment: vh-ol; }
.vh-event .vh-prose ol li::before {
  content: counter(vh-ol, decimal-leading-zero);
  position: absolute; left: 0; top: .15em;
  font-family: var(--font-display);
  font-size: 13px; font-weight: 500; font-style: italic;
  color: var(--brand);
  font-feature-settings: 'tnum' 1;
}

.vh-event .vh-prose a {
  color: var(--brand-dark);
  background-image: linear-gradient(var(--brand), var(--brand));
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: background-size .3s var(--ease), color .2s var(--ease);
}
.vh-event .vh-prose a:hover {
  color: var(--brand);
  background-size: 100% 2px;
}

.vh-event .vh-prose blockquote {
  font-family: var(--font-display);
  font-weight: 400; font-style: italic;
  font-size: 22px; line-height: 1.45;
  color: var(--ink);
  padding: var(--s-4) 0 var(--s-4) var(--s-5);
  border-left: 2px solid var(--brand);
  margin: var(--s-6) 0;
  font-variation-settings: 'opsz' 32, 'SOFT' 80;
}
.vh-event .vh-prose hr { border: 0; height: 1px; background: var(--rule); margin: var(--s-7) 0; }


/* ─── Back link ─── */
.vh-event .vh-back {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: var(--s-9);
  padding: 14px 20px 14px 16px;
  border: 1px solid var(--rule);
  border-radius: 100px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--ink);
  background: var(--paper-white);
  transition: transform .25s var(--ease), border-color .2s var(--ease), box-shadow .25s var(--ease);
}
.vh-event .vh-back__arrow {
  font-family: var(--font-display);
  font-size: 18px;
  line-height: 1;
  color: var(--brand);
  transition: transform .25s var(--ease);
}
.vh-event .vh-back:hover {
  transform: translateX(-2px);
  border-color: var(--brand);
  box-shadow: 0 4px 16px -4px var(--brand-glow);
}
.vh-event .vh-back:hover .vh-back__arrow { transform: translateX(-3px); }


/* ═══════════════════════════════════════════════════════════════════
   SIDEBAR
   ═══════════════════════════════════════════════════════════════════ */
.vh-event .vh-aside {
  position: sticky;
  top: 24px;
  display: flex;
  flex-direction: column;
  gap: var(--s-5);
}


/* ─── Info panel ─── */
.vh-event .vh-panel {
  background: var(--paper-white);
  border-radius: var(--radius-lg);
  padding: var(--s-6);
  box-shadow: var(--shadow-card);
  position: relative;
  border: 1px solid var(--rule-soft);
}

.vh-event .vh-panel__title {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 18px;
  font-variation-settings: 'opsz' 24, 'SOFT' 50;
  color: var(--ink);
  letter-spacing: -.01em;
  padding-bottom: var(--s-5);
  margin-bottom: var(--s-5);
  border-bottom: 1px solid var(--rule-soft);
}
.vh-event .vh-panel__num {
  font-family: var(--font-display);
  font-size: 12px;
  font-style: italic;
  color: var(--brand);
  font-feature-settings: 'tnum' 1;
}


/* ─── Facts (definition list) ─── */
.vh-event .vh-facts {
  display: flex;
  flex-direction: column;
  gap: var(--s-4);
  margin-bottom: var(--s-5);
}
.vh-event .vh-fact {
  display: grid;
  grid-template-columns: 84px 1fr;
  align-items: baseline;
  gap: var(--s-3);
}
.vh-event .vh-fact dt {
  font-family: var(--font-body);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--text-mute);
  padding-top: 3px;
}
.vh-event .vh-fact dd {
  font-family: var(--font-body);
  font-size: 14.5px;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.45;
}

/* Pills inside facts — slightly smaller, no shadow */
.vh-event .vh-fact dd .vh-status,
.vh-event .vh-fact dd .vh-mode {
  font-size: 10.5px;
  padding: 4px 10px;
  letter-spacing: .12em;
  box-shadow: none;
}
.vh-event .vh-fact dd .vh-status--upcoming  { background: var(--green-soft);  border-color: rgba(39,174,96,.22); }
.vh-event .vh-fact dd .vh-status--tba       { background: var(--amber-soft);  border-color: rgba(217,119,6,.22); }
.vh-event .vh-fact dd .vh-status--cancelled { background: var(--red-soft);    border-color: rgba(177,43,31,.22); }
.vh-event .vh-fact dd .vh-status--past      { background: var(--rule-soft);   border-color: var(--rule); color: var(--text-mute); }
.vh-event .vh-fact dd .vh-mode--onsite      { background: var(--paper-soft);  border-color: var(--rule); color: var(--ink); }
.vh-event .vh-fact dd .vh-mode--online      { background: var(--brand-soft);  border-color: rgba(54,153,231,.22); }
.vh-event .vh-fact dd .vh-mode--hybrid      { background: linear-gradient(135deg, var(--brand-soft) 0%, var(--paper-soft) 100%); border-color: rgba(54,153,231,.22); }


/* ─── Panel CTAs ─── */
.vh-event .vh-panel__cta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: var(--s-5);
}
.vh-event .vh-panel__cta .vh-btn { padding: 13px 20px; font-size: 13.5px; }


/* ─── Calendar links ─── */
.vh-event .vh-cal-links {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: var(--s-4);
  border-top: 1px solid var(--rule-soft);
}
.vh-event .vh-cal-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  color: var(--text-soft);
  padding: 8px 0;
  transition: color .2s var(--ease), gap .25s var(--ease);
}
.vh-event .vh-cal-link::before {
  content: '';
  width: 14px; height: 1.5px;
  background: var(--brand);
  border-radius: 1px;
  transition: width .25s var(--ease);
}
.vh-event .vh-cal-link:hover {
  color: var(--brand-dark);
  gap: 14px;
}
.vh-event .vh-cal-link:hover::before { width: 20px; }


/* ═══════════════════════════════════════════════════════════════════
   PITCH CARD (Verita self-mention) — refined, blue inset

   Note: text colors use !important to defeat the homepage theme's
   global rule `.elementor-kit-17 p { color: black !important; }`
   which would otherwise force <p> tags black on the dark background.
   ═══════════════════════════════════════════════════════════════════ */
.vh-event .vh-pitch {
  position: relative;
  background: linear-gradient(150deg, var(--ink) 0%, #142436 60%, var(--brand-dark) 130%);
  color: var(--paper-white);
  border-radius: var(--radius-lg);
  padding: var(--s-6);
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255,255,255,.06);
}
/* Defensive: force every text node inside the pitch card to be light */
.vh-event .vh-pitch,
.vh-event .vh-pitch p,
.vh-event .vh-pitch a,
.vh-event .vh-pitch span {
  color: #FFFFFF !important;
}
.vh-event .vh-pitch__mark {
  position: absolute;
  top: -50px; right: -50px;
  width: 200px; height: 200px;
  background: radial-gradient(circle, var(--brand-glow) 0%, transparent 65%);
  filter: blur(20px);
  pointer-events: none;
  z-index: -1;
}
.vh-event .vh-pitch__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--brand-light) !important;
  margin-bottom: var(--s-4);
}
.vh-event .vh-pitch__kicker::before {
  content: '';
  width: 18px; height: 1.5px;
  background: var(--brand-light);
  border-radius: 1px;
}
.vh-event .vh-pitch__lead {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 21px;
  line-height: 1.25;
  letter-spacing: -.015em;
  font-variation-settings: 'opsz' 32, 'SOFT' 50;
  margin-bottom: var(--s-3);
  color: #FFFFFF !important;
  text-wrap: balance;
}
.vh-event .vh-pitch__body {
  font-family: var(--font-body);
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.6;
  color: rgba(255,255,255,.72) !important;
  margin-bottom: var(--s-5);
}
.vh-event .vh-pitch__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .02em;
  color: #FFFFFF !important;
  padding: 10px 18px 10px 18px;
  border-radius: 100px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  transition: background .2s var(--ease), border-color .2s var(--ease), gap .25s var(--ease);
}
.vh-event .vh-pitch__arrow {
  display: inline-block;
  transition: transform .25s var(--ease);
  color: var(--brand-light) !important;
}
.vh-event .vh-pitch__link:hover {
  background: rgba(54,153,231,.18);
  border-color: rgba(54,153,231,.4);
  gap: 14px;
}
.vh-event .vh-pitch__link:hover .vh-pitch__arrow { transform: translateX(4px); }


/* ═══════════════════════════════════════════════════════════════════
   TBA fallback
   ═══════════════════════════════════════════════════════════════════ */
.vh-event .vh-tba-text {
  font-style: italic;
  color: var(--amber);
  font-family: var(--font-display);
  font-weight: 300;
  font-variation-settings: 'opsz' 24, 'SOFT' 80;
}


/* ═══════════════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .vh-event { --grid-gap: 48px; }
  .vh-event .vh-hero__grid {
    grid-template-columns: 1fr;
    gap: var(--s-5);
  }
  .vh-event .vh-date-day { font-size: clamp(72px, 18vw, 140px); }
  .vh-event .vh-body__grid { grid-template-columns: 1fr; }
  .vh-event .vh-aside { position: static; max-width: 520px; }
}

@media (max-width: 720px) {
  .vh-event { --shell-pad: 22px; }
  .vh-event .vh-hero { padding: 40px 0 56px; }
  .vh-event .vh-breadcrumb { margin-bottom: 32px; font-size: 11px; }
  .vh-event .vh-date-day { font-size: clamp(72px, 22vw, 120px); }
  .vh-event .vh-hero__meta { gap: var(--s-4) var(--s-6); }
  .vh-event .vh-hero__cta .vh-btn { flex: 1; min-width: 0; padding: 13px 18px; }
  .vh-event .vh-prose > p:first-child { font-size: 18px; }
  .vh-event .vh-prose > p:first-child::first-letter { font-size: 2.8em; margin-right: 10px; }
  .vh-event .vh-fact { grid-template-columns: 1fr; gap: 4px; }
  .vh-event .vh-fact dt { padding-top: 0; }
}

@media (max-width: 480px) {
  .vh-event .vh-hero__pills .vh-featured-badge,
  .vh-event .vh-hero__pills .vh-status,
  .vh-event .vh-hero__pills .vh-mode { font-size: 10px; padding: 5px 10px; }
}


/* ═══════════════════════════════════════════════════════════════════
   MOTION — subtle, premium
   ═══════════════════════════════════════════════════════════════════ */
@media (prefers-reduced-motion: no-preference) {
  .vh-event .vh-hero__grid > * {
    animation: vh-rise .9s var(--ease) both;
  }
  .vh-event .vh-hero__date-wrap   { animation-delay: 0s;   }
  .vh-event .vh-hero__content     { animation-delay: .12s; }

  .vh-event .vh-hero__content > * {
    animation: vh-fade-up .6s var(--ease) both;
  }
  .vh-event .vh-hero__content > *:nth-child(1) { animation-delay: .18s; }
  .vh-event .vh-hero__content > *:nth-child(2) { animation-delay: .24s; }
  .vh-event .vh-hero__content > *:nth-child(3) { animation-delay: .30s; }
  .vh-event .vh-hero__content > *:nth-child(4) { animation-delay: .36s; }
  .vh-event .vh-hero__content > *:nth-child(5) { animation-delay: .42s; }
}

@keyframes vh-rise    { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes vh-fade-up { from { opacity: 0; transform: translateY(8px);  } to { opacity: 1; transform: translateY(0); } }

@media (prefers-reduced-motion: reduce) {
  .vh-event .vh-hero__ambient { animation: none; }
  .vh-event * { animation: none !important; transition-duration: .01ms !important; }
}


/* ═══════════════════════════════════════════════════════════════════
   PRINT
   ═══════════════════════════════════════════════════════════════════ */
@media print {
  .vh-event { background: white; color: black; }
  .vh-event .vh-hero__ambient, .vh-event .vh-hero__halo { display: none; }
  .vh-event .vh-date-day { -webkit-text-fill-color: black; background: none; }
  .vh-event .vh-pitch, .vh-event .vh-panel__cta { display: none; }
}/* End custom CSS */