* { box-sizing: border-box; }
html { scroll-behavior: auto; }
body { margin: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, p { margin: 0; }
b { font-weight: var(--v2-weight); }

/* Events hub. Light ground throughout, the Blog hero, cards on the 6-column
   grid at two columns each: three per row on desktop, two at the tablet
   fold, one on phones. */
.ev-page { --ev-rule: rgba(19, 18, 21, 0.12); --ev-lift: 1200ms; }
.ev-page .ltv2-nav { border-bottom: 1px solid var(--ev-rule); }
.ev-mono { font-family: var(--v2-font-mono); font-size: var(--v2-mono-l2); line-height: var(--v2-mono-l2-lh); letter-spacing: var(--v2-tracking-mono); text-transform: uppercase; font-weight: var(--v2-weight); }

.ev-tag { display: inline-flex; align-items: center; height: calc(var(--v2-cta-height) * 0.85); padding-inline: calc(var(--v2-cta-pad) * 0.85); border: 1px solid var(--v2-dusk); border-radius: var(--v2-radius-sm); color: var(--v2-text-primary); font: calc(var(--v2-mono-l2) * 0.85) / 1 var(--v2-font-mono); font-style: normal; letter-spacing: var(--v2-tracking-mono); text-transform: uppercase; white-space: nowrap; }
.ev-tag[hidden] { display: none; }

/* Hero. Onyx ground like the Press and whitepaper heroes: display headline
   and one line of support on the left, then the orbit figure full width
   beneath: a circle, nested ellipses that open out from it, an axis with
   nodes riding down onto it. Built by page.js. */
.ev-hero { position: relative; padding: var(--v2-space-48) 0 var(--v2-space-24); overflow: clip; }
.ev-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse 45% 80% at 72% 50%, rgba(255,255,255,0.05), transparent 60%); }
.ev-hero__copy { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); column-gap: var(--v2-grid-gutter); align-items: center; }
.ev-hero__text { grid-column: 1 / span 3; grid-row: 1; }
.ev-hero__title, .ev-hero__support, .ev-hero__eyebrow { margin-inline-start: var(--v2-grid-gutter); }
.ev-hero__eyebrow { display: flex; margin-bottom: var(--v2-space-24); }
.ev-hero__title { max-width: 22ch; margin-block: 0; text-wrap: balance; }
.ev-hero__support { max-width: 34ch; margin-block: var(--v2-space-24) 0; color: var(--v2-dusk); font-size: var(--v2-p1); line-height: var(--v2-p1-lh); text-wrap: pretty; }
.ev-orbit { grid-column: 4 / -1; grid-row: 1; justify-self: end; width: 100%; -webkit-mask-image: linear-gradient(to right, transparent, #000 14%); mask-image: linear-gradient(to right, transparent, #000 14%); }
.ev-orbit svg { display: block; width: 100%; height: auto; }
.ev-orbit .v { stroke: var(--v2-mauve); }
.ev-orbit .landed .pulse { transform-box: fill-box; transform-origin: center; animation: ev-breath 3.2s ease-in-out infinite; }
@keyframes ev-breath { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.35); opacity: 0.75; } }
@media (max-width: 1024px) { .ev-hero__text { grid-column: 1 / -1; grid-row: auto; } .ev-orbit { grid-column: 1 / -1; grid-row: auto; margin-top: var(--v2-space-32); } }
@media (max-width: 720px) { .ev-hero__copy { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* Index */
.ev-index { padding: var(--v2-space-24) 0 var(--v2-space-96); }
.ev-toolbar { display: flex; justify-content: flex-end; align-items: baseline; padding-bottom: var(--v2-space-24); border-bottom: 1px solid var(--v2-text-primary); }
.ev-search { display: flex; align-items: baseline; flex: 0 1 auto; min-width: 0; }
.ev-search__label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.ev-search__input { width: calc(30ch + 2 * var(--v2-space-8)); max-width: 100%; min-width: 0; padding: 0 var(--v2-space-8) var(--v2-space-8); border: 0; border-bottom: 1px solid var(--v2-border-on-light); border-radius: 0; background: transparent; color: var(--v2-text-primary); font: inherit; font-size: inherit; -webkit-appearance: none; appearance: none; transition: border-color 200ms ease; }
.ev-search__input::placeholder { color: var(--v2-text-secondary); opacity: 1; }
.ev-search__input:focus { outline: none; border-bottom-color: var(--v2-text-primary); }
.ev-search__input::-webkit-search-cancel-button { -webkit-appearance: none; }
@media (max-width: 720px) { .ev-search { flex-basis: 100%; } }
/* The dither veil from the home page's outcomes section, in the light tints: a
   purple halftone behind the cards that the cursor's wake uncovers (veil.js). */
.ev-index { position: relative; }
.ev-index > .ltv2-field { position: relative; z-index: 2; }
.dveil { position: absolute; inset: 0; z-index: 1; pointer-events: none; overflow: hidden; }
.dveil canvas { display: block; width: 100%; height: 100%; }
.dveil--off { display: none; }
.ev-empty { padding-top: var(--v2-space-48); color: var(--v2-text-secondary); }
.ev-empty[hidden] { display: none; }

.ev-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: var(--v2-grid-gutter); row-gap: var(--v2-space-64); padding-top: var(--v2-space-48); }

/* Card: the whole card is the link. One image, one CTA, one destination.
   Frame and hover match the Platform requirements cards: hairline, lift 4px,
   Dusk border, soft shadow. */
.ev-card { display: flex; flex-direction: column; min-width: 0; padding: var(--v2-space-16); border-radius: 2px; border: 1px solid var(--v2-platinum); background: var(--v2-white-smoke); color: var(--v2-text-primary); outline-offset: 4px; transition: translate 250ms var(--v2-ease-out), border-color 250ms var(--v2-ease-out), box-shadow 250ms var(--v2-ease-out); }
.ev-card:focus-visible { outline: 2px solid var(--v2-slate-blue); }
@media (hover: hover) {
  .ev-card:hover { translate: 0 -4px; border-color: var(--v2-dusk); box-shadow: 0 12px 32px -18px rgba(19, 18, 21, 0.35); }
}
.ev-card__media { position: relative; display: block; aspect-ratio: 3 / 2; overflow: hidden; border: 1px solid var(--ev-rule); background: var(--v2-onyx); }
.ev-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--ev-lift) var(--v2-ease-out); }
.ev-card:hover .ev-card__media img { transform: scale(1.015); }

.ev-card__body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; gap: var(--v2-space-16); padding: var(--v2-space-24) 0 var(--v2-space-8); }
.ev-card__tags { display: flex; flex-wrap: wrap; gap: var(--v2-space-8); }
.ev-card__title { display: block; min-height: calc(2em * var(--v2-s3-lh)); font-size: var(--v2-s3); line-height: var(--v2-s3-lh); letter-spacing: var(--v2-tracking-display); }
.ev-card__title-line { display: block; }
.ev-card__when { display: flex; flex-direction: column; row-gap: 0.35em; color: var(--v2-text-secondary); font-variant-numeric: tabular-nums; }
.ev-card__cta { display: inline-flex; align-items: center; gap: 0.5em; margin-top: auto; padding-top: var(--v2-space-8); padding-bottom: 2px; border-bottom: 1px solid var(--v2-text-primary); font-size: var(--v2-p2); line-height: 1.4; }
.ev-card__arrow { display: inline-block; transition: transform 320ms var(--v2-ease-out); }
.ev-card:hover .ev-card__arrow { transform: translateX(4px); }

/* Close: the Partners-style full-bleed Onyx band, headline centred over the dark veil. */
.ev-close { position: relative; padding: var(--v2-space-128) 0; }
.ev-close__in { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; text-align: center; }
.ev-close h2 { max-width: 20ch; margin: 0 0 var(--v2-space-32); color: var(--v2-off-white); text-wrap: balance; }
.ev-close .ltv2-btn span { display: inline-block; transition: transform 320ms var(--v2-ease-out); }
.ev-close .ltv2-btn:hover span { transform: translateX(4px); }

/* Let's Meet. A centred plate on a dark scrim; fields follow the contact
   page (hairline boxes, mono labels), the button is the shared ltv2-btn. */
.ev-meet { width: min(560px, calc(100% - 2 * var(--v2-grid-margin))); max-height: calc(100dvh - 2 * var(--v2-space-32)); margin: auto; padding: 0; border: 1px solid var(--v2-border-on-light); border-radius: 0; background: var(--v2-off-white); color: var(--v2-text-primary); font-family: var(--v2-font-body); font-size: var(--v2-text-base); box-shadow: 0 24px 64px -24px rgba(19, 18, 21, 0.45); }
.ev-meet::backdrop { background: rgba(19, 18, 21, 0.6); }
.ev-meet[open] { animation: ev-meet-in 360ms var(--v2-ease-out); }
@keyframes ev-meet-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.ev-meet__inner { padding: var(--v2-space-48) var(--v2-space-48) var(--v2-space-48); }
.ev-meet__close { position: absolute; top: var(--v2-space-16); right: var(--v2-space-16); width: 44px; height: 44px; border: 1px solid var(--v2-taupe); border-radius: 0; background: transparent; color: var(--v2-text-primary); font-size: 24px; line-height: 1; cursor: pointer; }
.ev-meet__close:hover { border-color: var(--v2-text-primary); }
.ev-meet__eyebrow { color: var(--v2-text-secondary); }
.ev-meet__eyebrow:empty { display: none; }
.ev-meet__title { margin: var(--v2-space-16) 0 0; max-width: 20ch; text-wrap: balance; }
.ev-meet__done p { margin: var(--v2-space-16) 0 0; color: var(--v2-text-secondary); font-size: var(--v2-p1); line-height: var(--v2-p1-lh); }
.ev-meet__done[hidden] { display: none; }
.ev-form { display: grid; gap: var(--v2-space-8); }
.ev-form[hidden] { display: none; }
.ev-form__row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: var(--v2-grid-gutter); }
.ev-form__row > div { display: grid; gap: var(--v2-space-8); }
.ev-form label { margin-top: var(--v2-space-16); font: var(--v2-text-xs) / 1 var(--v2-font-mono); letter-spacing: var(--v2-tracking-mono); text-transform: uppercase; }
.ev-form input, .ev-form select, .ev-form textarea { width: 100%; min-height: 44px; padding: var(--v2-space-12); border: 1px solid var(--v2-taupe); border-radius: 0; background: var(--v2-off-white); color: var(--v2-text-primary); font: inherit; font-size: var(--v2-p2); }
.ev-form select { -webkit-appearance: none; appearance: none; padding-right: var(--v2-space-40); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23131215' stroke-width='1.5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right var(--v2-space-16) center; }
.ev-form input:focus-visible, .ev-form select:focus-visible, .ev-form textarea:focus-visible { outline: 2px solid var(--v2-accent); outline-offset: 0; }
.ev-form textarea { resize: vertical; font-family: inherit; line-height: var(--v2-p2-lh, 1.5); }
.ev-form__opt { color: var(--v2-text-secondary); text-transform: none; letter-spacing: 0; }
.ev-form input[aria-invalid="true"], .ev-form select[aria-invalid="true"] { border-color: var(--v2-slate-blue); }
.ev-form__error { margin: 0; color: var(--v2-slate-blue); font-size: var(--v2-text-sm); }
.ev-form__error:empty { display: none; }
.ev-form__submit { width: fit-content; margin-top: var(--v2-space-24); }
.ev-form__submit[disabled] { opacity: 0.6; cursor: progress; }
.ev-form__submit span { display: inline-block; transition: transform 320ms var(--v2-ease-out); }
.ev-form__submit:hover span { transform: translateX(4px); }
body.ev-meet-open { overflow: hidden; }

@media (max-width: 1024px) {
  .ev-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: var(--v2-space-48); }
}

@media (max-width: 900px) {
  .ev-hero { padding-block: var(--v2-space-64) var(--v2-space-48); }
  .ev-hero__title { max-width: none; }
  .ev-index { padding: var(--v2-space-48) 0 var(--v2-space-64); }
  .ev-close { padding: var(--v2-space-96) 0; }
}

@media (max-width: 640px) {
  .ev-grid { grid-template-columns: minmax(0, 1fr); row-gap: var(--v2-space-48); padding-top: var(--v2-space-32); }
}

@media (prefers-reduced-motion: reduce) {
  .ev-card, .ev-card__media img, .ev-card__arrow, .ev-close .ltv2-btn span { transition: none; }
  .ev-orbit .pulse { animation: none; }
  .ev-card:hover { translate: none; }
  .ev-card:hover .ev-card__media img, .ev-card:hover .ev-card__arrow, .ev-close .ltv2-btn:hover span { transform: none; }
}

.ev-form__hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
