/* Event page styles extracted from event.html. */
:root {
  --pad: clamp(16px, 2.4vw, 32px);
  --page-max: 1280px;
  --ink: #080808;
  --paper: #ffffff;
  --muted: rgba(8, 8, 8, .62);
  --muted-strong: rgba(8, 8, 8, .48);
  --curve: cubic-bezier(.19, 1, .22, 1);
  --sp-black: #050505;
  --sp-white: #fff;
  --sp-hairW: rgba(255,255,255,.16);
  --sp-hairW2: rgba(255,255,255,.30);
  --cta-left: 56px;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  min-height: 100%;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

img,
video {
  display: block;
  max-width: 100%;
}

/* 2026-06-18: event constructor step 1 */
body.event-page {
  background: #050505;
  color: #fff;
}

body.event-page .event-page__main {
  overflow-x: clip;
  overflow-y: visible;
  background: #fff;
}

body.event-page .site-intro {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body.event-page.site-intro-active {
  overflow: auto !important;
}

body.event-page.site-intro-active::before {
  content: none !important;
  display: none !important;
}

body.event-page .contact-pill {
  --pill-x: 0px;
  opacity: 0;
  pointer-events: none;
}

body.event-page .contact-pill.contact-pill--visible,
body.event-page .contact-pill.contact-pill--open {
  opacity: 1;
  pointer-events: auto;
}

body.event-page .contact-pill.contact-pill--visible:not(.contact-pill--open) {
  animation: bessonContactPulse 2.45s ease-in-out infinite;
}

.event-anchor {
  position: absolute;
  top: -96px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.event-hero {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: clamp(126px, 13vw, 184px) clamp(20px, 5vw, 72px) clamp(58px, 6vw, 92px);
  isolation: isolate;
  background: #fff;
  color: #080808;
}

.event-hero::before {
  content: none;
  display: none;
}

.event-hero__inner {
  width: min(1240px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(560px, 1.08fr);
  gap: clamp(42px, 6.4vw, 92px);
  align-items: center;
}

.event-hero__copy {
  max-width: 660px;
}

.event-hero__kicker,
.event-proof__kicker {
  margin: 0 0 18px;
  font-size: 11px;
  line-height: 1.1;
  font-weight: 820;
  letter-spacing: .32em;
  text-transform: uppercase;
}

.event-hero__kicker {
  color: rgba(8,8,8,.48);
}

.event-hero__title {
  margin: 0;
  max-width: 13ch;
  font-size: clamp(44px, 5.4vw, 78px);
  line-height: .98;
  font-weight: 720;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.event-hero__title-nowrap {
  white-space: nowrap;
}

.event-hero__lead {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(8,8,8,.68);
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.45;
  letter-spacing: -.02em;
}

.event-hero__geo {
  margin: 24px 0 0;
  color: rgba(8,8,8,.54);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 780;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.event-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.event-hero__actions--mobile {
  display: none;
}

.event-hero__btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #080808;
  border-radius: 999px;
  padding: 0 22px;
  background: #080808;
  color: #fff;
  font: inherit;
  font-size: 11px;
  font-weight: 840;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: transform .24s ease, background .24s ease, color .24s ease, border-color .24s ease;
}

.event-hero__btn:hover,
.event-hero__btn:focus-visible {
  transform: translateY(-2px);
}

.event-hero__btn--ghost {
  background: transparent;
  color: #fff;
}

.event-hero__btn--ghost:hover,
.event-hero__btn--ghost:focus-visible {
  border-color: rgba(248,246,239,.46);
  background: rgba(255,255,255,.08);
}

.event-hero__copy > *,
.event-accordion__item {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  animation: eventFadeUp .82s cubic-bezier(.19, 1, .22, 1) forwards;
}

.event-hero__copy > :nth-child(1) { animation-delay: .08s; }
.event-hero__copy > :nth-child(2) { animation-delay: .16s; }
.event-hero__copy > :nth-child(3) { animation-delay: .24s; }
.event-hero__copy > :nth-child(4) { animation-delay: .32s; }
.event-hero__copy > :nth-child(5) { animation-delay: .4s; }
.event-accordion__item:nth-child(1) { animation-delay: .2s; }
.event-accordion__item:nth-child(2) { animation-delay: .27s; }
.event-accordion__item:nth-child(3) { animation-delay: .34s; }
.event-accordion__item:nth-child(4) { animation-delay: .41s; }
.event-accordion__item:nth-child(5) { animation-delay: .48s; }
.event-accordion__item:nth-child(6) { animation-delay: .55s; }

.event-hero__accordionWrap {
  min-width: 0;
  scroll-margin-top: 112px;
  position: relative;
  z-index: 1;
  background: #fff !important;
  isolation: isolate;
}

.event-hero__accordionWrap::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: clamp(18px, 1.6vw, 24px);
  background: #fff;
  z-index: 3;
  pointer-events: none;
}

.event-hero__accordionWrap::after {
  content: none !important;
  display: none !important;
}

.event-accordion {
  --event-accordion-closed: clamp(52px, 4.6vw, 62px);
  --event-accordion-open: clamp(286px, 28vw, 354px);
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: clamp(8px, 1vw, 12px);
  width: 100%;
  overflow-x: auto;
  padding: 6px 2px 14px;
  background: #fff !important;
  scrollbar-width: none;
}

.event-accordion::-webkit-scrollbar {
  display: none;
}

.event-accordion__item {
  position: relative;
  flex: 0 0 var(--event-accordion-closed);
  height: clamp(380px, 55vh, 466px);
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;
  background: #141414;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 26px 72px rgba(0,0,0,.3);
  transition: flex-basis .72s cubic-bezier(.19, 1, .22, 1), border-color .28s ease, transform .28s ease;
  will-change: flex-basis, transform;
}

.event-accordion__item.is-active {
  flex-basis: var(--event-accordion-open);
}

.event-accordion:hover .event-accordion__item {
  flex-basis: var(--event-accordion-closed);
}

.event-accordion__item:hover,
.event-accordion__item:focus-visible {
  flex-basis: var(--event-accordion-open);
  border-color: rgba(248,246,239,.42);
  transform: translateY(-3px);
  outline: none;
}

.event-accordion__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(.08) saturate(.94) contrast(1.05) brightness(.78);
  transform: scale(1.06);
  transition: transform .78s cubic-bezier(.19, 1, .22, 1), filter .42s ease;
}

.event-accordion__item:first-child .event-accordion__image {
  object-position: 62% center;
}

.event-accordion__item:hover .event-accordion__image,
.event-accordion__item:focus-visible .event-accordion__image,
.event-accordion__item.is-active .event-accordion__image {
  transform: scale(1);
  filter: grayscale(0) saturate(1.02) contrast(1.04) brightness(.82);
}

.event-accordion__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.2), rgba(0,0,0,.18) 42%, rgba(0,0,0,.74)),
    linear-gradient(90deg, rgba(0,0,0,.32), rgba(0,0,0,.06));
}

.event-accordion__caption {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 88px;
  display: inline-flex;
  align-items: center;
  min-width: max-content;
  color: #fff;
  font-size: clamp(14px, 1.2vw, 18px);
  line-height: 1;
  font-weight: 780;
  letter-spacing: .02em;
  text-shadow: 0 12px 32px rgba(0,0,0,.64);
  transform: translateX(-50%) rotate(90deg);
  transform-origin: center;
  transition: bottom .36s ease, transform .36s ease, letter-spacing .36s ease;
}

.event-accordion__item.is-active .event-accordion__caption,
.event-accordion__item:hover .event-accordion__caption,
.event-accordion__item:focus-visible .event-accordion__caption {
  bottom: 28px;
  letter-spacing: 0;
  transform: translateX(-50%) rotate(0deg);
}

#resources.event-proof {
  position: relative;
  padding: clamp(78px, 8.2vw, 132px) clamp(20px, 5vw, 72px);
  background: #fff;
  color: #080808;
  isolation: isolate;
  scroll-margin-top: 112px;
}

body.event-page #resources.event-proof::before,
body.event-page #resources.event-proof .resources-command-shell::before {
  content: none !important;
  display: none !important;
}

#resources.event-proof .besson-watermark {
  --wm-opacity: .046;
  --wm-x: 46%;
  --wm-y: -32%;
}

#resources.event-proof .agency-globe__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid !important;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr) !important;
  gap: clamp(32px, 5vw, 72px) !important;
  align-items: center !important;
}

#resources.event-proof .resources-command-head {
  max-width: 480px;
  margin: 0 !important;
  transform: none !important;
}

#resources.event-proof .event-proof__kicker {
  color: rgba(8,8,8,.5);
}

#resources.event-proof .resources-command-title {
  margin: 0;
  max-width: 9.5ch;
  color: #080808;
  font-size: clamp(42px, 5.6vw, 76px) !important;
  line-height: .94;
  font-weight: 860;
  letter-spacing: -.055em !important;
  text-transform: uppercase;
  white-space: normal !important;
}

#resources.event-proof .resources-command-lead {
  max-width: 420px;
  margin: 22px 0 0;
  color: rgba(8,8,8,.62);
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.5;
  letter-spacing: -.015em;
}

#resources.event-proof .resources-command-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  align-items: stretch;
}

#resources.event-proof .resources-command-card {
  min-height: 178px !important;
  padding: clamp(18px, 2vw, 24px) !important;
  border-radius: 10px !important;
  opacity: 0 !important;
  transform: translate3d(0, 22px, 0) scale(.985);
  transition: opacity .62s ease, transform .72s cubic-bezier(.19, 1, .22, 1), background .26s ease, color .26s ease, border-color .26s ease !important;
}

#resources.event-proof .resources-command-card.is-visible {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) scale(1);
}

#resources.event-proof .resources-command-card[data-count-value="100000"] {
  grid-column: 1 / -1 !important;
  min-height: 224px !important;
}

#resources.event-proof .resources-command-card__body {
  display: contents !important;
}

#resources.event-proof .resources-command-kicker,
#resources.event-proof .resources-command-card__title,
#resources.event-proof .resources-command-card__text,
#resources.event-proof .resources-command-badge {
  position: relative !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}

#resources.event-proof .resources-command-kicker::after,
#resources.event-proof .resources-command-card__title::after,
#resources.event-proof .resources-command-card__text::after,
#resources.event-proof .resources-command-badge::after {
  content: attr(data-typed-text) !important;
  position: absolute !important;
  inset: 0 auto auto 0 !important;
  width: 100% !important;
  min-height: 100% !important;
  color: var(--typed-color, currentColor) !important;
  -webkit-text-fill-color: var(--typed-color, currentColor) !important;
  white-space: inherit !important;
  pointer-events: none !important;
}

#resources.event-proof .resources-command-kicker {
  --typed-color: rgba(8,8,8,.48);
  color: transparent !important;
}

#resources.event-proof .resources-command-card__title {
  --typed-color: #080808;
  color: transparent !important;
}

#resources.event-proof .resources-command-card__text {
  --typed-color: rgba(8,8,8,.58);
  color: transparent !important;
}

#resources.event-proof .resources-command-badge {
  --typed-color: rgba(8,8,8,.56);
  width: fit-content;
  max-width: 100%;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(8,8,8,.14) !important;
  border-radius: 999px;
  padding: 0 10px;
  color: transparent !important;
}

#resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-kicker,
#resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-card__title,
#resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-card__text,
#resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-badge {
  --typed-color: #fff;
}

#resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-card__title {
  --typed-color: #fff;
}

#resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-badge {
  border-color: rgba(255,255,255,.18) !important;
}

@keyframes eventFadeUp {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* 2026-07-05: lock event page section subtitles to the sitewide premium system. */
body.event-page #resources.event-proof .resources-command-lead,
body.event-page .event-globe-zone .globe-intro__hint,
body.event-page .event-service-orbit__lead,
body.event-page .event-services-catalog__lead,
body.event-page .event-control__lead,
body.event-page .event-intake__lead,
body.event-page .event-directions__lead,
body.event-page .event-why__introText,
body.event-page .project-news__lead,
body.event-page .service-section-lead,
body.event-page .services-format__lead{
  display:block !important;
  width:auto !important;
  max-width:min(1120px, calc(100vw - 64px)) !important;
  margin:clamp(18px,2.2vw,30px) auto 0 !important;
  color:currentColor !important;
  opacity:.56 !important;
  font-family:var(--body-font, Inter, "Helvetica Neue", Arial, sans-serif) !important;
  font-size:clamp(24px,3.05vw,44px) !important;
  font-weight:360 !important;
  line-height:1.34 !important;
  letter-spacing:.005em !important;
  text-align:center !important;
  text-transform:none !important;
  text-wrap:balance !important;
}

body.event-page [data-theme="dark"] :is(
  .resources-command-lead,
  .globe-intro__hint,
  .event-service-orbit__lead,
  .event-services-catalog__lead,
  .event-control__lead,
  .event-intake__lead,
  .event-directions__lead,
  .event-why__introText,
  .project-news__lead,
  .service-section-lead,
  .services-format__lead
){
  opacity:.64 !important;
}

@media (max-width:760px){
  body.event-page #resources.event-proof .resources-command-lead,
  body.event-page .event-globe-zone .globe-intro__hint,
  body.event-page .event-service-orbit__lead,
  body.event-page .event-services-catalog__lead,
  body.event-page .event-control__lead,
  body.event-page .event-intake__lead,
  body.event-page .event-directions__lead,
  body.event-page .event-why__introText,
  body.event-page .project-news__lead,
  body.event-page .service-section-lead,
  body.event-page .services-format__lead{
    max-width:calc(100vw - 34px) !important;
    margin-top:16px !important;
    font-size:clamp(18px,5.7vw,28px) !important;
    line-height:1.38 !important;
    letter-spacing:0 !important;
  }
}

@media (max-width: 980px) {
  .event-hero {
    min-height: auto;
  }

  .event-hero__inner,
  #resources.event-proof .agency-globe__inner {
    grid-template-columns: 1fr !important;
  }

  .event-hero__copy {
    max-width: 760px;
  }

  .event-accordion {
    justify-content: flex-start;
  }

  #resources.event-proof .resources-command-head {
    max-width: 680px;
  }
}

@media (max-width: 720px) {
  .event-hero {
    padding: 112px 16px 54px;
  }

  .event-hero__title {
    max-width: 11ch;
    font-size: clamp(45px, 13.4vw, 72px);
    letter-spacing: -.035em;
  }

  .event-hero__actions,
  .event-hero__btn {
    width: 100%;
  }

  .event-accordion {
    --event-accordion-closed: 48px;
    --event-accordion-open: min(270px, 72vw);
    margin-inline: -16px;
    padding-inline: 16px;
    scroll-snap-type: x proximity;
  }

  .event-accordion__item {
    height: 342px;
    scroll-snap-align: start;
  }

  #resources.event-proof {
    padding: 72px 16px 86px;
  }

  #resources.event-proof .resources-command-title {
    max-width: 10.5ch;
    font-size: clamp(34px, 10.6vw, 48px) !important;
    letter-spacing: -.035em !important;
  }

  #resources.event-proof .resources-command-grid {
    grid-template-columns: 1fr !important;
  }

  #resources.event-proof .resources-command-card,
  #resources.event-proof .resources-command-card[data-count-value="100000"] {
    grid-column: auto !important;
    min-height: 158px !important;
  }
}

/* 2026-06-18: event page corrections after visual QA */
@media (min-width: 769px) {
  body.event-page .nav__mobile-actions {
    display: none !important;
  }
}

@media (max-width: 768px) {
  body.event-page .nav__mobile-actions {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
  }

  body.event-page .lang--desktop {
    display: none !important;
  }

  body.event-page .lang--mobile {
    display: flex !important;
    margin: 0 !important;
    padding-top: 0 !important;
  }
}

.event-hero {
  height: auto;
  min-height: 100svh;
  max-height: none;
  padding-top: clamp(96px, 8vw, 126px);
  padding-bottom: clamp(82px, 8vw, 118px);
  overflow: visible;
  background: #fff !important;
  color: #080808 !important;
}

.event-hero::before,
.event-hero::after {
  content: none !important;
  display: none !important;
}

.event-hero__inner {
  grid-template-columns: minmax(0, .84fr) minmax(520px, 1.16fr);
  gap: clamp(30px, 4.6vw, 70px);
}

.event-hero__title {
  max-width: 13ch;
  font-size: clamp(32px, 4.1vw, 56px);
  line-height: 1.03;
  font-weight: 520;
  letter-spacing: -.02em;
  text-wrap: balance;
}

.event-hero__lead {
  max-width: 560px;
  margin-top: 22px;
  font-size: clamp(16px, 1.28vw, 20px);
  line-height: 1.42;
}

.event-hero__geo {
  margin-top: 18px;
  color: rgba(8,8,8,.54);
  font-size: 12px;
  font-weight: 360;
  letter-spacing: .16em;
}

.event-hero__actions {
  margin-top: 24px;
}

.event-accordion {
  --event-accordion-closed: clamp(46px, 3.8vw, 56px);
  --event-accordion-open: clamp(292px, 26vw, 340px);
  justify-content: flex-end;
  padding-top: 14px;
  padding-bottom: 14px;
  gap: clamp(6px, .7vw, 9px);
  background: transparent !important;
}

.event-accordion__item {
  height: 470px;
  box-shadow: none !important;
  transform: none;
}

.event-accordion:hover .event-accordion__item {
  flex-basis: var(--event-accordion-closed);
}

.event-accordion:hover .event-accordion__item.is-active {
  flex-basis: var(--event-accordion-open);
}

.event-accordion:has(.event-accordion__item:hover) .event-accordion__item.is-active:not(:hover) {
  flex-basis: var(--event-accordion-closed);
}

.event-accordion:has(.event-accordion__item:hover) .event-accordion__item:hover {
  flex-basis: var(--event-accordion-open);
}

.event-accordion__caption {
  bottom: 126px;
  max-width: calc(100% - 24px);
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 660;
}

.event-accordion__item.is-active .event-accordion__caption,
.event-accordion__item:hover .event-accordion__caption,
.event-accordion__item:focus-visible .event-accordion__caption {
  bottom: 44px;
  min-width: 0;
  max-width: calc(100% - 32px);
  justify-content: center;
  text-align: center;
  line-height: 1.12;
  white-space: normal;
}

#resources.event-proof {
  padding: clamp(54px, 5.8vw, 84px) clamp(20px, 5vw, 72px);
  background: #fff !important;
  color: #080808;
  overflow: hidden;
}

#resources.event-proof > .event-anchor {
  position: absolute !important;
  top: -96px !important;
  left: 0 !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

#resources.event-proof > .besson-watermark {
  position: absolute !important;
  top: clamp(118px, 11vw, 176px) !important;
  right: -8vw !important;
  bottom: auto !important;
  left: auto !important;
  z-index: 0 !important;
  display: none !important;
  margin: 0 !important;
  pointer-events: none !important;
}

#resources.event-proof .besson-watermark {
  --wm-opacity: .032;
  --wm-w: clamp(520px, 46vw, 880px);
  --wm-h: clamp(620px, 54vw, 1040px);
  --wm-x: 32%;
  --wm-y: 0%;
}

#resources.event-proof .besson-watermark ~ .besson-watermark {
  display: none !important;
}

#resources.event-proof .agency-globe__inner {
  width: min(1240px, 100%);
  display: block !important;
  margin: 0 auto !important;
}

#resources.event-proof .resources-command-head {
  max-width: 780px;
  margin: 0 auto clamp(24px, 2.8vw, 36px) !important;
  text-align: center;
}

#resources.event-proof .resources-command-title {
  max-width: none;
  font-size: clamp(34px, 4.2vw, 56px) !important;
  line-height: 1;
  font-weight: 720;
  letter-spacing: -.035em !important;
}

#resources.event-proof .resources-command-lead {
  max-width: 620px;
  margin: 16px auto 0;
  color: rgba(8,8,8,.6);
  font-size: clamp(14px, 1.08vw, 17px);
  line-height: 1.42;
}

#resources.event-proof .resources-command-grid {
  width: 100%;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
  align-items: stretch;
}

#resources.event-proof .resources-command-card,
#resources.event-proof .resources-command-card.resources-command-card--hero,
#resources.event-proof .resources-command-card[data-count-value="100000"] {
  grid-column: auto !important;
  grid-row: auto !important;
  order: 0 !important;
  min-height: 168px !important;
  padding: 18px !important;
  background: #fff !important;
  color: #080808 !important;
  border: 1px solid rgba(0,0,0,.12) !important;
  box-shadow: 0 18px 42px rgba(0,0,0,.055) !important;
}

#resources.event-proof .resources-command-card[data-resource-card],
#resources.event-proof .resources-command-card[data-count-value] {
  grid-column: auto !important;
  grid-row: auto !important;
  order: 0 !important;
}

#resources.event-proof .resources-command-card[data-count-value="100000"] {
  background: #050505 !important;
  color: #fff !important;
  border-color: #050505 !important;
  box-shadow: 0 22px 54px rgba(0,0,0,.18) !important;
}

#resources.event-proof .resources-command-metric {
  display: inline-flex !important;
  align-items: baseline !important;
  gap: .12em !important;
  max-width: 100% !important;
  white-space: nowrap !important;
  flex-wrap: nowrap !important;
}

#resources.event-proof .resources-command-prefix,
#resources.event-proof .resources-command-number,
#resources.event-proof .resources-command-suffix {
  white-space: nowrap !important;
}

#resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-metric,
#resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-prefix,
#resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-number,
#resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-suffix {
  color: #fff !important;
  white-space: nowrap !important;
  flex-wrap: nowrap !important;
}

#resources.event-proof .resources-command-card:hover,
#resources.event-proof .resources-command-card:focus-within {
  background: #050505 !important;
  color: #fff !important;
  border-color: #050505 !important;
  box-shadow: 0 24px 58px rgba(0,0,0,.18) !important;
}

#resources.event-proof .resources-command-card[data-count-value="100000"]:hover,
#resources.event-proof .resources-command-card[data-count-value="100000"]:focus-within {
  background: #fff !important;
  color: #080808 !important;
  border-color: rgba(0,0,0,.12) !important;
  box-shadow: 0 18px 42px rgba(0,0,0,.055) !important;
}

#resources.event-proof .resources-command-card:hover .resources-command-kicker,
#resources.event-proof .resources-command-card:hover .resources-command-card__text,
#resources.event-proof .resources-command-card:hover .resources-command-badge,
#resources.event-proof .resources-command-card:focus-within .resources-command-kicker,
#resources.event-proof .resources-command-card:focus-within .resources-command-card__text,
#resources.event-proof .resources-command-card:focus-within .resources-command-badge {
  --typed-color: rgba(255,255,255,.72);
  border-color: rgba(255,255,255,.22) !important;
}

#resources.event-proof .resources-command-card:hover .resources-command-card__title,
#resources.event-proof .resources-command-card:focus-within .resources-command-card__title {
  --typed-color: #fff;
}

#resources.event-proof .resources-command-card:hover .resources-command-metric,
#resources.event-proof .resources-command-card:hover .resources-command-prefix,
#resources.event-proof .resources-command-card:hover .resources-command-number,
#resources.event-proof .resources-command-card:hover .resources-command-suffix,
#resources.event-proof .resources-command-card:focus-within .resources-command-metric,
#resources.event-proof .resources-command-card:focus-within .resources-command-prefix,
#resources.event-proof .resources-command-card:focus-within .resources-command-number,
#resources.event-proof .resources-command-card:focus-within .resources-command-suffix {
  color: #fff !important;
}

#resources.event-proof .resources-command-card[data-count-value="100000"]:hover .resources-command-kicker,
#resources.event-proof .resources-command-card[data-count-value="100000"]:hover .resources-command-card__text,
#resources.event-proof .resources-command-card[data-count-value="100000"]:hover .resources-command-badge,
#resources.event-proof .resources-command-card[data-count-value="100000"]:focus-within .resources-command-kicker,
#resources.event-proof .resources-command-card[data-count-value="100000"]:focus-within .resources-command-card__text,
#resources.event-proof .resources-command-card[data-count-value="100000"]:focus-within .resources-command-badge {
  --typed-color: #080808;
  border-color: rgba(8,8,8,.14) !important;
}

#resources.event-proof .resources-command-card[data-count-value="100000"]:hover .resources-command-card__title,
#resources.event-proof .resources-command-card[data-count-value="100000"]:focus-within .resources-command-card__title {
  --typed-color: #080808;
}

#resources.event-proof .resources-command-card[data-count-value="100000"]:hover .resources-command-metric,
#resources.event-proof .resources-command-card[data-count-value="100000"]:hover .resources-command-prefix,
#resources.event-proof .resources-command-card[data-count-value="100000"]:hover .resources-command-number,
#resources.event-proof .resources-command-card[data-count-value="100000"]:hover .resources-command-suffix,
#resources.event-proof .resources-command-card[data-count-value="100000"]:focus-within .resources-command-metric,
#resources.event-proof .resources-command-card[data-count-value="100000"]:focus-within .resources-command-prefix,
#resources.event-proof .resources-command-card[data-count-value="100000"]:focus-within .resources-command-number,
#resources.event-proof .resources-command-card[data-count-value="100000"]:focus-within .resources-command-suffix {
  color: #080808 !important;
}

#resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-kicker,
#resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-card__title,
#resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-card__text,
#resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-badge {
  --typed-color: #fff;
  border-color: rgba(255,255,255,.22) !important;
}

#resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-card__title {
  --typed-color: #fff;
}

#resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-card__text,
#resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-kicker,
#resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-badge {
  --typed-color: #fff;
}

@media (min-width: 981px) {
  .event-hero {
    align-items: center;
    padding-top: clamp(104px, 8.4vw, 132px);
    padding-bottom: clamp(96px, 8vw, 124px);
  }

  .event-hero__inner {
    align-items: center;
  }

  #resources.event-proof {
    margin-top: 0 !important;
    padding-top: clamp(24px, 2.6vw, 42px) !important;
    padding-bottom: clamp(56px, 6vw, 86px) !important;
  }

  #resources.event-proof .agency-globe__inner {
    width: min(1180px, calc(100% - 64px)) !important;
    max-width: 1180px !important;
    margin: 0 auto !important;
  }

  #resources.event-proof .resources-command-head {
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 clamp(18px, 2vw, 28px) !important;
    text-align: center !important;
    transform: none !important;
  }

  #resources.event-proof .resources-command-title {
    max-width: none !important;
    font-size: clamp(32px, 3.8vw, 50px) !important;
    line-height: 1.02 !important;
  }

  #resources.event-proof .resources-command-lead {
    max-width: 560px !important;
    margin: 12px auto 0 !important;
  }

  #resources.event-proof .resources-command-shell {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  #resources.event-proof .resources-command-shell::before {
    content: none !important;
    display: none !important;
  }

  #resources.event-proof .resources-command-grid {
    width: 100% !important;
    max-width: none !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  #resources.event-proof .resources-command-card[data-resource-card],
  #resources.event-proof .resources-command-card[data-count-value] {
    grid-column: auto !important;
    grid-row: auto !important;
    order: 0 !important;
    min-height: 134px !important;
    padding: 14px !important;
  }

  #resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-number,
  #resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-suffix {
    font-size: clamp(26px, 2.1vw, 32px) !important;
    line-height: .92 !important;
  }

  #resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-prefix {
    font-size: clamp(10px, .82vw, 13px) !important;
  }
}

@media (max-width: 980px) {
  .event-hero {
    height: auto;
    min-height: 100svh;
    max-height: none;
    overflow: visible;
  }

  .event-hero__inner {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 480px) {
  html,
  body.event-page {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .event-hero,
  #resources.event-proof {
    width: 100%;
    height: 100svh;
    min-height: 100svh;
    max-height: 100svh;
    box-sizing: border-box;
  }

  .event-hero {
    display: block;
    padding: calc(84px + env(safe-area-inset-top)) 14px calc(18px + env(safe-area-inset-bottom));
    overflow: hidden;
    background: #fff !important;
  }

  .event-hero__inner {
    width: 100%;
    min-height: calc(100svh - 104px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    display: grid;
    grid-template-rows: auto minmax(258px, 1fr);
    gap: 16px;
    align-content: stretch;
  }

  .event-hero__title {
    max-width: 13ch;
    margin-inline: auto;
    font-size: clamp(28px, 8.8vw, 38px);
    line-height: 1.04;
    letter-spacing: -.018em;
    text-align: center;
  }

  .event-hero__lead {
    margin-top: 12px;
    font-size: clamp(13px, 3.45vw, 15px);
    line-height: 1.34;
  }

  .event-hero__geo {
    margin-top: 10px;
    font-size: 10px;
    letter-spacing: .12em;
  }

  .event-hero__actions {
    margin-top: 14px;
  }

  .event-hero__btn {
    min-height: 42px;
    width: 100%;
    font-size: 10px;
  }

  .event-accordion {
    --event-accordion-closed: 42px;
    --event-accordion-open: min(238px, 64vw);
    width: calc(100vw - 28px);
    margin-inline: 0;
    padding: 8px 0;
    gap: 7px;
    justify-content: flex-start;
    background: transparent !important;
  }

  .event-accordion__item {
    height: min(302px, 36svh);
    border-radius: 8px;
    box-shadow: none !important;
  }

  .event-accordion__caption {
    bottom: 104px;
    font-size: 12px;
  }

  .event-accordion__item.is-active .event-accordion__caption,
  .event-accordion__item:hover .event-accordion__caption,
  .event-accordion__item:focus-visible .event-accordion__caption {
    bottom: 32px;
    max-width: calc(100% - 20px);
    line-height: 1.12;
  }

  #resources.event-proof {
    padding: calc(58px + env(safe-area-inset-top)) 14px calc(22px + env(safe-area-inset-bottom));
    overflow: hidden;
  }

  #resources.event-proof .agency-globe__inner {
    height: calc(100svh - 80px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    min-height: 0;
    display: grid !important;
    grid-template-rows: auto minmax(0, 1fr);
    align-content: stretch;
  }

  #resources.event-proof .resources-command-head {
    order: 1 !important;
    grid-row: 1 !important;
    align-self: start !important;
    transform: none !important;
    margin: 0 0 14px !important;
  }

  #resources.event-proof .resources-command-shell {
    order: 2 !important;
    grid-row: 2 !important;
    align-self: stretch !important;
    min-height: 0;
    overflow: hidden;
  }

  #resources.event-proof .event-proof__kicker {
    margin-bottom: 8px;
    font-size: 9px;
    letter-spacing: .24em;
  }

  #resources.event-proof .resources-command-title {
    font-size: clamp(30px, 9.2vw, 40px) !important;
    line-height: 1.02;
  }

  #resources.event-proof .resources-command-lead {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.32;
  }

  #resources.event-proof .resources-command-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    align-self: stretch;
  }

  #resources.event-proof .resources-command-card,
  #resources.event-proof .resources-command-card.resources-command-card--hero,
  #resources.event-proof .resources-command-card[data-count-value="100000"] {
    min-height: 0 !important;
    padding: 11px !important;
    border-radius: 8px !important;
    gap: 5px !important;
  }

  #resources.event-proof .resources-command-kicker {
    margin-bottom: 2px !important;
    font-size: 8.5px !important;
    letter-spacing: .08em !important;
  }

  #resources.event-proof .resources-command-number,
  #resources.event-proof .resources-command-card--hero .resources-command-number,
  #resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-number,
  #resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-suffix {
    font-size: clamp(24px, 7.5vw, 32px) !important;
  }

  #resources.event-proof .resources-command-prefix,
  #resources.event-proof .resources-command-suffix {
    font-size: 10px !important;
  }

  #resources.event-proof .resources-command-card__title {
    margin-top: 1px !important;
    font-size: 10.2px !important;
    line-height: 1.08 !important;
  }

  #resources.event-proof .resources-command-card__text {
    margin-top: 1px !important;
    font-size: 9.2px !important;
    line-height: 1.18 !important;
  }

  #resources.event-proof .resources-command-badge {
    min-height: 22px;
    margin-top: 3px !important;
    padding: 0 7px;
    font-size: 8.4px !important;
  }

  #resources.event-proof {
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    padding-bottom: calc(34px + env(safe-area-inset-bottom)) !important;
    overflow: visible !important;
  }

  #resources.event-proof .agency-globe__inner {
    height: auto !important;
    min-height: auto !important;
    grid-template-rows: auto auto !important;
    gap: 12px;
  }

  #resources.event-proof .resources-command-shell {
    align-self: start !important;
    overflow: visible !important;
  }

  #resources.event-proof .resources-command-grid {
    grid-auto-rows: minmax(116px, auto);
  }

  #resources.event-proof .resources-command-card[data-count-value="100000"] {
    min-height: 126px !important;
  }

  body.event-page .event-service-orbit {
    margin-top: 0 !important;
    padding-top: 48px !important;
  }
}

@media (hover: none), (pointer: coarse), (max-width: 768px) {
  .event-accordion:hover .event-accordion__item,
  .event-accordion__item:hover,
  .event-accordion__item:focus-visible,
  .event-accordion:has(.event-accordion__item:hover) .event-accordion__item.is-active:not(:hover),
  .event-accordion:has(.event-accordion__item:hover) .event-accordion__item:hover {
    flex-basis: var(--event-accordion-closed) !important;
  }

  .event-accordion__item.is-active,
  .event-accordion:hover .event-accordion__item.is-active,
  .event-accordion:has(.event-accordion__item:hover) .event-accordion__item.is-active {
    flex-basis: var(--event-accordion-open) !important;
  }
}

@media (hover: hover) and (pointer: fine) {
  .event-accordion:hover .event-accordion__item,
  .event-accordion:has(.event-accordion__item:hover) .event-accordion__item,
  .event-accordion:has(.event-accordion__item:focus-visible) .event-accordion__item {
    flex-basis: var(--event-accordion-closed) !important;
    transform: none !important;
  }

  .event-accordion__item:hover,
  .event-accordion__item:focus-visible,
  .event-accordion:has(.event-accordion__item:hover) .event-accordion__item:hover,
  .event-accordion:has(.event-accordion__item:focus-visible) .event-accordion__item:focus-visible {
    flex-basis: var(--event-accordion-open) !important;
    border-color: rgba(248,246,239,.42);
    outline: none;
    transform: none !important;
  }

  .event-accordion:not(:has(.event-accordion__item:hover)):not(:has(.event-accordion__item:focus-visible)) .event-accordion__item.is-active {
    flex-basis: var(--event-accordion-open) !important;
  }

  .event-accordion__item .event-accordion__caption {
    bottom: 126px;
    min-width: max-content;
    max-width: calc(100% - 24px);
    text-align: left;
    white-space: nowrap;
    transform: translateX(-50%) rotate(90deg);
  }

  .event-accordion__item.is-active .event-accordion__caption,
  .event-accordion__item:hover .event-accordion__caption,
  .event-accordion__item:focus-visible .event-accordion__caption,
  .event-accordion:has(.event-accordion__item:hover) .event-accordion__item:hover .event-accordion__caption,
  .event-accordion:has(.event-accordion__item:focus-visible) .event-accordion__item:focus-visible .event-accordion__caption {
    bottom: 44px;
    min-width: 0;
    max-width: calc(100% - 32px);
    justify-content: center;
    text-align: center;
    white-space: normal;
    transform: translateX(-50%) rotate(0deg);
  }
}

#resources.event-proof .resources-command-card.is-hovered:not([data-count-value="100000"]) {
  background: #050505 !important;
  color: #fff !important;
  border-color: #050505 !important;
  box-shadow: 0 24px 58px rgba(0,0,0,.18) !important;
}

#resources.event-proof .resources-command-card.is-hovered:not([data-count-value="100000"]) .resources-command-kicker,
#resources.event-proof .resources-command-card.is-hovered:not([data-count-value="100000"]) .resources-command-card__title,
#resources.event-proof .resources-command-card.is-hovered:not([data-count-value="100000"]) .resources-command-card__text,
#resources.event-proof .resources-command-card.is-hovered:not([data-count-value="100000"]) .resources-command-badge {
  --typed-color: #fff !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  border-color: rgba(255,255,255,.22) !important;
}

#resources.event-proof .resources-command-card.is-hovered:not([data-count-value="100000"]) .resources-command-metric,
#resources.event-proof .resources-command-card.is-hovered:not([data-count-value="100000"]) .resources-command-prefix,
#resources.event-proof .resources-command-card.is-hovered:not([data-count-value="100000"]) .resources-command-number,
#resources.event-proof .resources-command-card.is-hovered:not([data-count-value="100000"]) .resources-command-suffix {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

#resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-kicker,
#resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-card__title,
#resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-card__text,
#resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-badge {
  --typed-color: #fff !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  border-color: rgba(255,255,255,.22) !important;
}

#resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-metric,
#resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-prefix,
#resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-number,
#resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-suffix {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  white-space: nowrap !important;
}

#resources.event-proof .resources-command-card[data-count-value="100000"]:is(:hover, :focus-within, .is-hovered) {
  background: #fff !important;
  color: #080808 !important;
  border-color: rgba(0,0,0,.12) !important;
  box-shadow: 0 18px 42px rgba(0,0,0,.055) !important;
}

#resources.event-proof .resources-command-card[data-count-value="100000"]:is(:hover, :focus-within, .is-hovered) .resources-command-kicker,
#resources.event-proof .resources-command-card[data-count-value="100000"]:is(:hover, :focus-within, .is-hovered) .resources-command-card__title,
#resources.event-proof .resources-command-card[data-count-value="100000"]:is(:hover, :focus-within, .is-hovered) .resources-command-card__text,
#resources.event-proof .resources-command-card[data-count-value="100000"]:is(:hover, :focus-within, .is-hovered) .resources-command-badge {
  --typed-color: #080808 !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  border-color: rgba(8,8,8,.14) !important;
}

#resources.event-proof .resources-command-card[data-count-value="100000"]:is(:hover, :focus-within, .is-hovered) .resources-command-metric,
#resources.event-proof .resources-command-card[data-count-value="100000"]:is(:hover, :focus-within, .is-hovered) .resources-command-prefix,
#resources.event-proof .resources-command-card[data-count-value="100000"]:is(:hover, :focus-within, .is-hovered) .resources-command-number,
#resources.event-proof .resources-command-card[data-count-value="100000"]:is(:hover, :focus-within, .is-hovered) .resources-command-suffix {
  color: #080808 !important;
  -webkit-text-fill-color: #080808 !important;
}

footer.sticky-footer {
  --footer-h: 720px;
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  width: 100% !important;
  height: var(--footer-h) !important;
  min-height: var(--footer-h) !important;
  margin: 0 !important;
  padding: 0 !important;
  color: rgba(255,255,255,.74) !important;
  text-align: left !important;
  background: #050505 !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
}

footer.sticky-footer::before {
  content: none !important;
}

.sticky-footer__fixed {
  position: fixed !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 0 !important;
  height: var(--footer-h) !important;
  pointer-events: none !important;
}

.sticky-footer__sticky {
  position: sticky !important;
  top: calc(100vh - var(--footer-h)) !important;
  height: 100% !important;
  overflow-y: auto !important;
  pointer-events: auto !important;
}

.sticky-footer__inner {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  gap: clamp(28px, 4vw, 54px) !important;
  min-height: 100% !important;
  padding: clamp(42px, 4.4vw, 72px) clamp(26px, 5vw, 78px) 26px !important;
  overflow: hidden !important;
  border-top: 1px solid rgba(255,255,255,.12) !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,.045), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,.025), transparent 42%),
    #050505 !important;
}

.sticky-footer__bg {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

.sticky-footer__beam {
  position: absolute !important;
  top: -360px !important;
  left: -110px !important;
  display: block !important;
  border-radius: 999px !important;
  transform: rotate(-45deg) !important;
  mix-blend-mode: screen !important;
  filter: blur(1px) !important;
  opacity: .86 !important;
}

.sticky-footer__beam--one {
  width: 560px !important;
  height: 1280px !important;
  background: radial-gradient(68% 69% at 55% 31%, rgba(255,255,255,.066), rgba(140,140,140,.022) 50%, rgba(255,255,255,.01) 80%, transparent 100%) !important;
}

.sticky-footer__beam--two {
  left: 130px !important;
  width: 240px !important;
  height: 1280px !important;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255,255,255,.045), rgba(255,255,255,.012) 78%, transparent 100%) !important;
  opacity: .58 !important;
}

.sticky-footer__beam--three {
  left: 28vw !important;
  top: -460px !important;
  width: 300px !important;
  height: 1480px !important;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255,255,255,.034), rgba(255,255,255,.01) 78%, transparent 100%) !important;
  opacity: .46 !important;
}

.sticky-footer__grid {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  grid-template-columns: minmax(260px, 1.18fr) repeat(4, minmax(126px, .82fr)) !important;
  gap: clamp(30px, 4.2vw, 74px) !important;
  align-items: start !important;
}

.sticky-footer__brand {
  width: min(100%, 390px) !important;
}

.sticky-footer__mark {
  display: block !important;
  width: clamp(150px, 13vw, 220px) !important;
  margin-bottom: clamp(30px, 4vw, 52px) !important;
  color: #f5f5f5 !important;
}

.sticky-footer__logo {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  filter: drop-shadow(0 18px 48px rgba(255,255,255,.08)) !important;
}

.sticky-footer__text {
  max-width: 320px !important;
  margin: 0 !important;
  color: rgba(255,255,255,.52) !important;
  font-family: var(--display-font, "Helvetica Neue", Arial, sans-serif) !important;
  font-size: clamp(13px, .82vw, 16px) !important;
  font-weight: 300 !important;
  line-height: 1.72 !important;
  letter-spacing: .045em !important;
}

.sticky-footer__mail {
  display: inline-flex !important;
  margin-top: 18px !important;
  color: rgba(255,255,255,.76) !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 760 !important;
  letter-spacing: .08em !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  transition: color .25s ease, opacity .25s ease !important;
}

.sticky-footer__mail:hover,
.sticky-footer__mail:focus-visible {
  color: #fff !important;
}

.sticky-footer .footer-socials {
  justify-content: flex-start !important;
  gap: 14px !important;
  margin: 28px 0 0 !important;
}

.sticky-footer .footer-socials::before {
  display: block !important;
  left: 0 !important;
  bottom: -16px !important;
  width: 250px !important;
  height: 34px !important;
  transform: none !important;
  background: radial-gradient(46% 62% at var(--footer-glow-x, 50%) 50%, rgba(255,255,255,.28), rgba(160,190,255,.12) 48%, transparent 76%) !important;
  opacity: .74 !important;
}

.sticky-footer .social {
  width: 54px !important;
  height: 54px !important;
  border-radius: 16px !important;
  border-color: rgba(255,255,255,.16) !important;
  color: #f5f5f5 !important;
  background: rgba(255,255,255,.035) !important;
  opacity: .82 !important;
  box-shadow: 0 14px 36px rgba(0,0,0,.26), 0 1px 0 rgba(255,255,255,.06) inset !important;
}

.sticky-footer .social:hover {
  transform: translateY(-3px) scale(1.04) !important;
  border-color: rgba(255,255,255,.34) !important;
  background: rgba(255,255,255,.08) !important;
}

.sticky-footer .social__icon {
  width: 21px !important;
  height: 21px !important;
}

.sticky-footer .social__path {
  stroke: currentColor !important;
  stroke-width: 1.7 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  stroke-dasharray: 120 !important;
  stroke-dashoffset: 120 !important;
  opacity: .92 !important;
  transition: stroke-dashoffset .55s ease, opacity .18s ease !important;
}

.sticky-footer .social:hover .social__path,
.sticky-footer .social.is-pulse .social__path {
  stroke-dashoffset: 0 !important;
  opacity: 1 !important;
}

.sticky-footer .social.is-pulse {
  opacity: 1 !important;
  animation: footerSocialGlow var(--pulse-dur, 1800ms) ease both !important;
}

@keyframes footerSocialGlow {
  0%, 100% {
    transform: translateY(0);
    border-color: rgba(245,245,245,.14);
    background: rgba(245,245,245,.03);
  }

  18%, 70% {
    transform: translateY(-2px);
    border-color: rgba(245,245,245,.30);
    background: rgba(245,245,245,.07);
  }
}

.sticky-footer__group h2 {
  margin: 0 0 28px !important;
  color: #f5f5f5 !important;
  font-size: clamp(16px, 1.26vw, 24px) !important;
  line-height: 1 !important;
  font-weight: 760 !important;
  letter-spacing: -.035em !important;
  text-transform: uppercase !important;
}

.sticky-footer__details {
  position: relative !important;
  display: block !important;
  width: max-content !important;
  max-width: 100% !important;
  margin-top: 13px !important;
}

.sticky-footer__summary {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: rgba(255,255,255,.64) !important;
  border: 0 !important;
  cursor: pointer !important;
  list-style: none !important;
  user-select: none !important;
  font-size: clamp(14px, 1.08vw, 20px) !important;
  line-height: 1.12 !important;
  font-weight: 560 !important;
  letter-spacing: -.035em !important;
  text-transform: none !important;
  transition: color .24s ease, opacity .24s ease !important;
}

.sticky-footer__summary::-webkit-details-marker {
  display: none !important;
}

.sticky-footer__summary::after {
  content: "" !important;
  display: block !important;
  width: 7px !important;
  height: 7px !important;
  margin-top: -4px !important;
  border-right: 1.5px solid rgba(255,255,255,.66) !important;
  border-bottom: 1.5px solid rgba(255,255,255,.66) !important;
  transform: rotate(45deg) !important;
  transform-origin: 55% 55% !important;
  transition: transform .24s ease, border-color .24s ease, opacity .24s ease !important;
}

.sticky-footer__details[open] .sticky-footer__summary::after {
  transform: rotate(225deg) translate(-1px, -1px) !important;
  border-color: rgba(255,255,255,.94) !important;
}

.sticky-footer__summary:hover,
.sticky-footer__summary:focus-visible {
  color: #fff !important;
  outline: none !important;
}

.sticky-footer__summary:hover::after,
.sticky-footer__summary:focus-visible::after {
  border-color: #fff !important;
}

.sticky-footer__group--services .sticky-footer__primary-services {
  position: static !important;
  width: auto !important;
  max-height: none !important;
  overflow: visible !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: none !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.sticky-footer__group--services .sticky-footer__all-services {
  position: absolute !important;
  top: calc(100% + 10px) !important;
  left: 0 !important;
  z-index: 5 !important;
  width: min(360px, 74vw) !important;
  max-height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(-8px) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 18px !important;
  background: #050505 !important;
  box-shadow: 0 26px 80px rgba(0,0,0,.46), inset 0 1px 0 rgba(255,255,255,.06) !important;
  transition: max-height .32s ease, opacity .22s ease, transform .26s ease, visibility .22s ease !important;
}

.sticky-footer__details[open] .sticky-footer__all-services {
  max-height: min(46vh, 420px) !important;
  overflow-y: auto !important;
  overscroll-behavior: contain !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
  padding: 18px 18px 18px 20px !important;
  scrollbar-width: thin !important;
  scrollbar-color: rgba(255,255,255,.28) transparent !important;
}

.sticky-footer__details[open] .sticky-footer__all-services::-webkit-scrollbar {
  width: 4px !important;
}

.sticky-footer__details[open] .sticky-footer__all-services::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,.28) !important;
  border-radius: 999px !important;
}

.sticky-footer__group ul {
  display: grid !important;
  gap: 13px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.sticky-footer__group a {
  display: inline-flex !important;
  max-width: 100% !important;
  color: rgba(255,255,255,.58) !important;
  font-size: clamp(14px, 1.08vw, 20px) !important;
  line-height: 1.12 !important;
  font-weight: 560 !important;
  letter-spacing: -.035em !important;
  text-decoration: none !important;
  transition: color .24s ease, transform .24s ease, opacity .24s ease !important;
}

.sticky-footer__group a:hover,
.sticky-footer__group a:focus-visible {
  color: #fff !important;
  transform: translateX(4px) !important;
}

.sticky-footer__bottom {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 24px !important;
  padding-top: 16px !important;
  border-top: 1px solid rgba(255,255,255,.11) !important;
}

.sticky-footer .footer-copy {
  margin: 0 !important;
  color: rgba(255,255,255,.56) !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
}

.sticky-footer .footer-note {
  max-width: 590px !important;
  margin: 0 !important;
  color: rgba(255,255,255,.34) !important;
  font-size: 10px !important;
  line-height: 1.55 !important;
  letter-spacing: .045em !important;
  text-align: right !important;
}

.sticky-footer__reveal {
  animation: stickyFooterReveal .82s cubic-bezier(.16, 1, .3, 1) both !important;
}

.sticky-footer__group:nth-child(2) { animation-delay: .08s !important; }
.sticky-footer__group:nth-child(3) { animation-delay: .16s !important; }
.sticky-footer__group:nth-child(4) { animation-delay: .24s !important; }
.sticky-footer__group:nth-child(5) { animation-delay: .32s !important; }

@keyframes stickyFooterReveal {
  from {
    opacity: 0;
    filter: blur(4px);
    transform: translate3d(0, -8px, 0);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 1180px) {
  .sticky-footer__grid {
    grid-template-columns: minmax(240px, 1.05fr) repeat(4, minmax(110px, .8fr)) !important;
    gap: clamp(24px, 3vw, 42px) !important;
  }

  .sticky-footer__group ul {
    gap: 11px !important;
  }
}

@media (max-width: 900px) {
  footer.sticky-footer {
    height: auto !important;
    min-height: 0 !important;
    clip-path: none !important;
  }

  .sticky-footer__fixed,
  .sticky-footer__sticky {
    position: relative !important;
    inset: auto !important;
    top: auto !important;
    height: auto !important;
    overflow: visible !important;
  }

  .sticky-footer__inner {
    gap: 36px !important;
    padding: 46px 22px 24px !important;
  }

  .sticky-footer__beam {
    top: -470px !important;
    left: -240px !important;
    opacity: .58 !important;
  }

  .sticky-footer__beam--three {
    display: none !important;
  }

  .sticky-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 34px 22px !important;
  }

  .sticky-footer__brand {
    grid-column: 1 / -1 !important;
    width: min(100%, 520px) !important;
  }

  .sticky-footer__mark {
    width: 174px !important;
    margin-bottom: 24px !important;
  }

  .sticky-footer__text {
    max-width: 360px !important;
    font-size: 14px !important;
    line-height: 1.66 !important;
    letter-spacing: .035em !important;
  }

  .sticky-footer .social {
    width: 48px !important;
    height: 48px !important;
    border-radius: 14px !important;
  }

  .sticky-footer__group h2 {
    margin-bottom: 16px !important;
    font-size: 14px !important;
    letter-spacing: .04em !important;
  }

  .sticky-footer__summary {
    width: auto !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    font-size: 15px !important;
    letter-spacing: -.02em !important;
  }

  .sticky-footer__details[open] .sticky-footer__all-services {
    max-height: 300px !important;
    width: min(340px, 78vw) !important;
  }

  .sticky-footer__group ul {
    gap: 9px !important;
  }

  .sticky-footer__group a {
    font-size: 15px !important;
    line-height: 1.18 !important;
  }

  .sticky-footer__bottom {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 10px !important;
  }

  .sticky-footer .footer-note {
    max-width: 100% !important;
    text-align: left !important;
  }
}

@media (max-width: 560px) {
  .sticky-footer__inner {
    padding: 42px 18px 22px !important;
  }

  .sticky-footer__grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .sticky-footer__group:nth-child(n + 4) {
    padding-top: 4px !important;
  }

  .sticky-footer__group ul {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 16px !important;
  }

  .sticky-footer__group--services .sticky-footer__all-services {
    grid-template-columns: 1fr !important;
    width: min(340px, calc(100vw - 36px)) !important;
  }

  .sticky-footer__group a {
    font-size: 14px !important;
  }

  .sticky-footer .footer-socials {
    gap: 10px !important;
  }

  .sticky-footer .social {
    width: 44px !important;
    height: 44px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .event-hero__btn,
  .event-hero__btn::before,
  .event-hero__btn::after,
  .event-hero__btn-fill::before,
  .event-hero__btn-fill::after,
  .nav-estimate,
  .nav-estimate::before,
  .nav-estimate::after,
  .event-hero__copy,
  .event-hero__accordionWrap,
  .event-hero__copy > *,
  .event-accordion__item,
  #resources.event-proof .resources-command-card,
  .news-section__actions,
  .sticky-footer__reveal,
  .sticky-footer__bottom {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition-duration: .01ms !important;
  }
}

/* 2026-06-18: local page shell without shared homepage CSS */
body.event-page {
  overflow-x: hidden;
}

body.event-page .cookie-banner,
body.event-page .project-modal-scrim,
body.event-page .site-intro,
body.event-page .besson-watermark,
body.event-page .agency-globe::before,
body.event-page .agency-globe::after,
body.event-page .agency-globe__visual,
body.event-page .resources-command-shell::before {
  display: none !important;
  content: none !important;
}

body.event-page .event-page__main {
  position: relative;
  z-index: 1;
  background: var(--paper);
}

body.event-page :is(
  .event-hero,
  .event-task,
  .event-directions,
  .event-catalog-cta,
  .event-services-catalog,
  .event-globe-zone,
  .clients--shuffle,
  #resources.event-proof,
  .event-service-orbit,
  .event-why,
  .event-control,
  .event-intake,
  .news-section,
  .faq-home
) {
  position: relative;
  isolation: isolate;
}

body.event-page :is(
  .event-hero,
  .event-task,
  .event-directions,
  .event-catalog-cta,
  .event-services-catalog,
  .event-globe-zone,
  .clients--shuffle,
  #resources.event-proof,
  .event-service-orbit,
  .event-why,
  .event-control,
  .event-intake,
  .news-section,
  .faq-home
) > :not(.event-section-mark) {
  position: relative;
  z-index: 1;
}

body.event-page .sticky-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

body.event-page .sticky-footer__inner,
body.event-page .sticky-footer__bottom {
  position: relative;
  z-index: 1;
}

body.event-page .hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background: #050505;
  color: #fff;
}

body.event-page #top.hero .hero-video {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  opacity: .28;
  transform: scale(1.055);
  background: #050505;
  transition: opacity 1.2s cubic-bezier(.19, 1, .22, 1), transform 1.6s cubic-bezier(.19, 1, .22, 1);
}

body.event-page #top.hero.hero--video-live .hero-video {
  opacity: 1;
  transform: scale(1);
}

body.event-page #top.hero .hero-video__media {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.025);
  filter: saturate(.94) contrast(1.08) brightness(.72);
}

body.event-page #top.hero .hero-video__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .54) 0%, rgba(0, 0, 0, .18) 38%, rgba(0, 0, 0, .4) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, .46) 0%, rgba(0, 0, 0, .08) 48%, rgba(0, 0, 0, .52) 100%);
}

body.event-page #top.hero .hero-video__grain {
  position: absolute;
  inset: 0;
  opacity: .11;
  mix-blend-mode: screen;
  background-image:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .08) 0 1px, transparent 1px 3px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .045) 0 1px, transparent 1px 4px);
  background-size: 100% 5px, 5px 100%;
}

body.event-page #top.hero .hero__content {
  position: relative;
  z-index: 2;
  width: min(50vw, 760px);
  max-width: calc(100vw - 56px);
  padding: 0;
  opacity: .96;
  transform: translate3d(0, 0, 0) scale(1);
  transition: opacity 1.05s cubic-bezier(.19, 1, .22, 1), transform 1.2s cubic-bezier(.19, 1, .22, 1);
  will-change: opacity, transform;
  pointer-events: none;
}

body.event-page #top.hero:not(.hero--monogram-hidden) .hero__content {
  opacity: 0;
  transform: translate3d(0, 18px, 0) scale(1.035);
}

body.event-page #top.hero .hero__content--brand-flight {
  text-align: center;
}

body.event-page #top.hero .hero__name {
  margin: 0;
  display: block;
}

body.event-page #top.hero .hero-logo-wrap {
  display: block;
  width: 100%;
}

body.event-page #top.hero .hero__brand-logo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: none;
}

body.event-page .cta-float-left {
  appearance: none;
  border: 0;
  background: transparent;
  position: fixed;
  left: var(--cta-left);
  right: auto;
  bottom: calc(18px + env(safe-area-inset-bottom));
  z-index: 9998;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 10px 2px;
  user-select: none;
  transform: translate3d(var(--mx, 0px), var(--my, 0px), 0);
  opacity: 1;
  transition: opacity .28s ease, transform .28s ease;
}

body.event-page .cta-float-left__orb {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  border: 1px solid var(--sp-hairW);
  background: rgba(255,255,255,.08);
  display: grid;
  place-items: center;
  overflow: hidden;
  box-shadow: 0 14px 38px rgba(0,0,0,.46), 0 0 0 1px rgba(255,255,255,.06), 0 0 28px rgba(255,255,255,.12);
  transition: background .45s ease, border-color .45s ease, box-shadow .45s ease;
}

body.event-page .cta-float-left__arrow {
  stroke: var(--sp-white);
  transition: stroke .45s ease, transform .45s ease;
}

body.event-page .cta-float-left__label {
  font-size: 11px;
  font-weight: 760;
  letter-spacing: .24em;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(255,255,255,.94);
  white-space: nowrap;
  text-shadow: 0 10px 26px rgba(0,0,0,.72), 0 0 18px rgba(255,255,255,.18);
}

body.event-page .cta-float-left.is-near .cta-float-left__orb {
  border-color: var(--sp-hairW2);
}

body.event-page .cta-float-left:hover .cta-float-left__orb {
  background: rgba(255,255,255,.92);
  border-color: rgba(255,255,255,.38);
}

body.event-page .cta-float-left:hover .cta-float-left__arrow {
  stroke: var(--sp-black);
  transform: translate3d(1px, -1px, 0);
}

body.event-page .cta-float-left.is-hidden {
  pointer-events: none;
  opacity: 0;
  transform: translate3d(var(--mx,0px), calc(var(--my,0px) + 14px), 0) scale(.98);
}

body.event-page .start-project-home-cta {
  align-items: center;
}

body.event-page .start-project-home-cta .cta-float-left__labelWrap {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}

body.event-page .start-project-home-cta .cta-float-left__orb {
  position: relative;
  isolation: isolate;
}

body.event-page .start-project-home-cta:not(.is-hidden) .cta-float-left__arrow {
  animation: bessonCtaArrowSignal 1.65s cubic-bezier(.45, 0, .16, 1) infinite;
  transform-origin: 50% 50%;
}

@keyframes ctaMobilePulse {
  0%,100% { transform: translateY(0) scale(1); box-shadow: 0 12px 34px rgba(0,0,0,.38), 0 0 0 0 rgba(255,255,255,.26); }
  42% { transform: translateY(-3px) scale(1.075); box-shadow: 0 20px 50px rgba(0,0,0,.50), 0 0 0 13px rgba(255,255,255,0); }
}

@keyframes bessonCtaArrowSignal {
  0%, 100% { transform: translate3d(0, 0, 0); opacity: .86; }
  42% { transform: translate3d(3px, -3px, 0); opacity: 1; }
  68% { transform: translate3d(0, 0, 0); opacity: .72; }
}

body.event-page .cta-float-left:not(.is-hidden) .cta-float-left__orb {
  animation: ctaMobilePulse 1.7s ease-in-out infinite;
}

body.event-page.project-modal-open .cta-float-left,
body.event-page.contacts-lock .cta-float-left {
  opacity: 0;
  pointer-events: none;
  transform: translate3d(var(--mx,0px), calc(var(--my,0px) + 14px), 0) scale(.98);
}

body.event-page #top.hero .hero-sound-toggle {
  position: fixed;
  right: var(--cta-left, 56px);
  bottom: calc(44px + env(safe-area-inset-bottom));
  z-index: 14;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  background: rgba(8,8,8,.46);
  box-shadow: 0 16px 42px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.18);
  backdrop-filter: blur(18px) saturate(1.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease, background .24s ease, color .24s ease;
}

body.event-page #top.hero .hero-sound-toggle::before {
  content: none;
  display: none;
}

body.event-page #top.hero .hero-sound-toggle::after {
  content: none;
  display: none;
}

body.event-page #top.hero .hero-sound-toggle:hover,
body.event-page #top.hero .hero-sound-toggle:focus-visible {
  transform: translate3d(0, -1px, 0) scale(1.015);
  border-color: rgba(255,255,255,.36);
  outline: none;
  background: rgba(8,8,8,.54);
  box-shadow: 0 18px 48px rgba(0,0,0,.46), inset 0 1px 0 rgba(255,255,255,.22);
}

body.event-page #top.hero .hero-sound-toggle.is-on {
  color: #050505;
  border-color: rgba(255,255,255,.68);
  background: rgba(255,255,255,.9);
  box-shadow: 0 15px 38px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.95);
}

body.event-page #top.hero .hero-sound-toggle__icon {
  position: relative;
  z-index: 1;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
}

body.event-page #top.hero .hero-sound-toggle__icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, .28));
}

body.event-page #top.hero .hero-sound-toggle__icon--on {
  display: none;
}

body.event-page #top.hero .hero-sound-toggle.is-on .hero-sound-toggle__icon--off {
  display: none;
}

body.event-page #top.hero .hero-sound-toggle.is-on .hero-sound-toggle__icon--on {
  display: grid;
}

body.event-page #top.hero .hero-monogram-intro {
  position: fixed;
  inset: 0;
  z-index: 1800;
  display: grid;
  place-items: center;
  background: #050505;
  opacity: 1;
  visibility: visible;
  transition: opacity .72s cubic-bezier(.19, 1, .22, 1), visibility .72s step-end;
  pointer-events: none;
}

body.event-page #top.hero .hero-monogram-intro__video {
  width: min(48vw, 440px);
  height: min(48vw, 440px);
  object-fit: contain;
  filter: invert(1) grayscale(1) contrast(1.18);
}

body.event-page #top.hero.hero--monogram-hidden .hero-monogram-intro {
  opacity: 0;
  visibility: hidden;
}

body.event-page #top.hero .hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 40px;
  z-index: 3;
  transform: translateX(-50%);
  opacity: .82;
  transition: opacity .24s ease;
  pointer-events: none;
}

body.event-page #top.hero .scroll-indicator__mouse {
  width: 22px;
  height: 36px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 7px;
  border: 1.5px solid rgba(255, 255, 255, .7);
  border-radius: 14px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .6);
}

body.event-page #top.hero .scroll-indicator__wheel {
  width: 3px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
  animation: scrollWheel 1.5s ease-in-out infinite;
}

body.event-page #top.hero .hero__reveal {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: min(45vh, 420px);
  z-index: 3;
  background: var(--paper);
  transform: translateY(100%);
  pointer-events: none;
}

body.event-page .event-section-mark {
  position: absolute;
  right: clamp(-220px, -13vw, -72px);
  bottom: clamp(-170px, -9vw, -58px);
  width: clamp(560px, 54vw, 1120px);
  aspect-ratio: 1 / 1;
  pointer-events: none;
  z-index: 0;
  opacity: .03;
  background: currentColor;
  -webkit-mask: url("../img/besson-monogram-transparent.png?v=20260618a") center / contain no-repeat;
  mask: url("../img/besson-monogram-transparent.png?v=20260618a") center / contain no-repeat;
  transform: translate3d(0, 0, 0);
  filter: blur(.2px);
}

body.event-page .event-section-mark--light {
  color: #fff;
  opacity: .06;
}

body.event-page .event-section-mark--ink {
  color: #080808;
  opacity: .04;
}

body.event-page .event-section-mark--hero {
  display: none !important;
  content: none !important;
}

body.event-page .event-section-mark--orbit {
  right: auto;
  left: clamp(-110px, -8vw, -26px);
  bottom: clamp(-120px, -6vw, -30px);
  width: clamp(420px, 38vw, 760px);
  opacity: .05;
}

body.event-page .event-section-mark--flow {
  right: clamp(-120px, -9vw, -44px);
  bottom: auto;
  top: clamp(44px, 5vw, 96px);
  width: clamp(360px, 34vw, 720px);
  opacity: .028;
}

body.event-page .event-section-mark--news {
  right: auto;
  left: clamp(-240px, -13vw, -72px);
  bottom: clamp(-180px, -10vw, -64px);
  width: clamp(620px, 54vw, 1120px);
  opacity: .044;
}

body.event-page .event-task > .event-section-mark {
  right: auto;
  left: clamp(-280px, -16vw, -92px);
  bottom: auto;
  top: clamp(34px, 6vw, 108px);
  width: clamp(680px, 58vw, 1240px);
  opacity: .023;
}

body.event-page .event-section-mark--formats {
  right: clamp(-300px, -16vw, -96px);
  bottom: auto;
  top: clamp(58px, 7vw, 124px);
  width: clamp(720px, 60vw, 1320px);
  opacity: .022;
}

body.event-page .event-section-mark--cta {
  right: clamp(-260px, -14vw, -82px);
  bottom: auto;
  top: 50%;
  width: clamp(560px, 46vw, 980px);
  opacity: .024;
  transform: translate3d(0, -50%, 0);
}

body.event-page .event-section-mark--catalog {
  right: auto;
  left: clamp(-330px, -18vw, -104px);
  bottom: auto;
  top: clamp(54px, 7vw, 120px);
  width: clamp(760px, 62vw, 1360px);
  opacity: .02;
}

body.event-page .event-section-mark--globe {
  right: auto;
  left: 50%;
  bottom: auto;
  top: clamp(58px, 7vw, 118px);
  width: clamp(780px, 64vw, 1360px);
  opacity: .018;
  transform: translate3d(-50%, 0, 0);
}

body.event-page .event-section-mark--clients {
  right: clamp(-280px, -14vw, -86px);
  bottom: auto;
  top: clamp(44px, 7vw, 116px);
  width: clamp(700px, 58vw, 1240px);
  opacity: .052;
}

@keyframes scrollWheel {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  60% {
    transform: translateY(8px);
    opacity: .2;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}

body.event-page .nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1200;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--pad);
  background: transparent;
  color: var(--ink);
  transition: transform .32s cubic-bezier(.19, 1, .22, 1), color .24s ease, background-color .24s ease, border-color .24s ease;
}

body.event-page .nav.nav--on-light {
  color: var(--ink);
}

body.event-page .nav.nav--on-dark {
  color: #fff;
}

body.event-page .nav--hidden {
  transform: translate3d(0, -110%, 0);
}

body.event-page .nav__group {
  display: flex;
  align-items: center;
  gap: 18px;
  transition: opacity .22s ease, visibility .22s ease, transform .32s cubic-bezier(.19, 1, .22, 1);
}

body.event-page .nav__mobile-actions {
  display: none;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 1103;
}

body.event-page .brand__mark--logo,
body.event-page .brand__mark--logo:hover,
body.event-page .nav.nav--on-light .brand__mark--logo,
body.event-page .nav.nav--on-dark .brand__mark--logo {
  position: relative !important;
  width: clamp(44px, 3.4vw, 49px);
  height: clamp(44px, 3.4vw, 49px);
  flex: 0 0 auto;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  overflow: visible;
  isolation: auto !important;
}

body.event-page .brand__mark--logo::before,
body.event-page .brand__mark--logo::after {
  content: none !important;
  display: none !important;
}

body.event-page .brand__mark--logo::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: -1px !important;
  z-index: 1 !important;
  background-color: transparent !important;
  background-image: url("assets/brand/besson-monogram-nav.gif?v=20260612a") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 168% auto !important;
  -webkit-mask: none !important;
  mask: none !important;
  filter: invert(1) grayscale(1) contrast(1.14) !important;
  transform: translateZ(0) !important;
  opacity: .96 !important;
  pointer-events: none !important;
  animation: none !important;
}

body.event-page .nav.nav--on-light .brand__mark--logo::before {
  filter: grayscale(1) contrast(1.16) !important;
  opacity: .9 !important;
}

body.event-page .brand__mark-video.brand__mark-animated {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  filter: grayscale(1) contrast(1.18) !important;
  mix-blend-mode: difference !important;
}

body.event-page .nav.nav--on-dark .brand__mark-video.brand__mark-animated,
body.event-page .nav:not(.nav--on-light) .brand__mark-video.brand__mark-animated,
body.event-page .nav.nav--on-light .brand__mark-video.brand__mark-animated {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

body.event-page .brand__mark-fallback {
  display: none !important;
}

body.event-page .link,
body.event-page .mobile-menu a,
body.event-page .nav-estimate {
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

body.event-page .link {
  position: relative;
  font-size: .78rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
}

body.event-page .link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 1px;
  background: currentColor;
  opacity: .2;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .28s ease, opacity .28s ease;
}

body.event-page .link:hover::after,
body.event-page .link:focus-visible::after {
  opacity: .52;
  transform: scaleX(1);
}

body.event-page .nav-estimate {
  min-height: 38px;
  padding: 0 16px;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: 1;
  visibility: visible;
  transition: transform .28s ease, opacity .22s ease, visibility .22s ease, box-shadow .28s ease, color .28s ease, border-color .28s ease;
}

body.event-page .nav-services-menu {
  position: relative;
  display: inline-flex;
  align-items: center;
  z-index: 5;
}

body.event-page .nav-services-menu__trigger {
  appearance: none;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 11px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  transition: background .22s ease, box-shadow .22s ease;
}

body.event-page .nav-services-menu:hover .nav-services-menu__trigger,
body.event-page .nav-services-menu.is-open .nav-services-menu__trigger,
body.event-page .nav-services-menu__trigger:focus-visible {
  background: rgba(0, 0, 0, .055);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08);
}

body.event-page .nav.nav--on-dark .nav-services-menu:hover .nav-services-menu__trigger,
body.event-page .nav.nav--on-dark .nav-services-menu.is-open .nav-services-menu__trigger,
body.event-page .nav.nav--on-dark .nav-services-menu__trigger:focus-visible {
  background: rgba(255, 255, 255, .085);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .16);
}

body.event-page .nav-services-menu__chevron {
  width: 13px;
  height: 13px;
  opacity: .58;
  transform: translateY(1px);
  transition: transform .28s var(--curve), opacity .22s ease;
}

body.event-page .nav-services-menu.is-open .nav-services-menu__chevron,
body.event-page .nav-services-menu:hover .nav-services-menu__chevron {
  opacity: .92;
  transform: translateY(1px) rotate(180deg);
}

body.event-page .nav-services-menu__panel {
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  min-width: 144px;
  display: grid;
  gap: 4px;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  background: rgba(8, 8, 8, .9);
  color: #fff;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .28);
  backdrop-filter: blur(16px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(-50%, -7px, 0) scale(.98);
  transform-origin: top center;
  transition: opacity .22s ease, transform .28s var(--curve), visibility .22s ease;
}

body.event-page .nav-services-menu__panel::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -5px;
  width: 10px;
  height: 10px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  border-left: 1px solid rgba(255, 255, 255, .12);
  background: rgba(8, 8, 8, .9);
  transform: translateX(-50%) rotate(45deg);
}

body.event-page .nav-services-menu.is-open .nav-services-menu__panel,
body.event-page .nav-services-menu:hover .nav-services-menu__panel,
body.event-page .nav-services-menu:focus-within .nav-services-menu__panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(-50%, 0, 0) scale(1);
}

body.event-page .nav-services-menu__item {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 9px;
  font-size: 11px;
  line-height: 1;
  font-weight: 560;
  letter-spacing: .18em;
  text-transform: uppercase;
  transition: background .2s ease, transform .2s ease;
}

body.event-page .nav-services-menu__item:hover,
body.event-page .nav-services-menu__item:focus-visible {
  background: rgba(255, 255, 255, .12);
  transform: translateY(-1px);
}

body.event-page .lang {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 0;
}

body.event-page .lang--desktop,
body.event-page .lang--mobile {
  position: relative;
  transition: opacity .22s ease, visibility .22s ease, transform .32s cubic-bezier(.19, 1, .22, 1);
}

body.event-page .lang__trigger {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(8, 8, 8, .14);
  border-radius: 999px;
  background: rgba(8, 8, 8, .045);
  color: inherit;
  font-size: .72rem;
  font-weight: 760;
  letter-spacing: .14em;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .08), inset 0 1px 0 rgba(255, 255, 255, .08);
  transition: transform .22s ease, background .22s ease, color .22s ease, border-color .22s ease;
}

body.event-page .lang.is-open .lang__trigger,
body.event-page .lang__trigger:hover,
body.event-page .lang__trigger:focus-visible {
  transform: translateY(-1px);
  background: #080808;
  color: #fff;
  border-color: rgba(0, 0, 0, .24);
}

body.event-page .nav.nav--on-dark .lang__trigger {
  border-color: rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .075);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .08);
}

body.event-page .nav.nav--on-dark .lang.is-open .lang__trigger,
body.event-page .nav.nav--on-dark .lang__trigger:hover,
body.event-page .nav.nav--on-dark .lang__trigger:focus-visible {
  background: #fff;
  color: #080808;
  border-color: rgba(255, 255, 255, .58);
}

body.event-page .lang__menu {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  width: 74px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  background: rgba(5, 5, 5, .94);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .42);
  backdrop-filter: blur(18px);
}

body.event-page .lang__menu[hidden] {
  display: none;
}

body.event-page .lang__btn {
  width: 100%;
  min-height: 36px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #fff;
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  opacity: .58;
  transition: opacity .18s ease, transform .18s ease, background .18s ease;
}

body.event-page .lang__btn:hover,
body.event-page .lang__btn:focus-visible {
  opacity: .9;
  transform: translateY(-1px);
}

body.event-page .lang__btn.is-active {
  opacity: 1;
  background: rgba(255, 255, 255, .12);
}

body.event-page .burger {
  width: 32px;
  height: 32px;
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  padding: 0;
  border: 0;
  background: transparent;
  color: currentColor;
  position: relative;
  z-index: 1102;
}

body.event-page .burger__line {
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform .25s ease;
}

body.event-page .burger--active .burger__line:nth-child(1) {
  transform: translateY(4px) rotate(45deg);
}

body.event-page .burger--active .burger__line:nth-child(2) {
  transform: translateY(-5px) rotate(-45deg);
}

body.event-page .mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
  width: min(86vw, 360px);
  padding: 104px 26px 36px;
  background: rgba(4, 4, 4, .98);
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(100%, 0, 0);
  transition: transform .28s ease, opacity .28s ease;
  overflow-y: auto;
  overscroll-behavior: contain;
  box-shadow: -24px 0 70px rgba(0, 0, 0, .34);
}

body.event-page .mobile-menu__brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 54px;
  margin-bottom: 28px;
  line-height: 0;
  filter: invert(1) grayscale(1) contrast(1.14);
  opacity: .94;
}

body.event-page .mobile-menu__brand img {
  display: block;
  width: 100%;
  height: auto;
}

body.event-page .mobile-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

body.event-page .mobile-menu li {
  margin: 0;
}

body.event-page .mobile-menu a {
  display: block;
  padding: 10px 0;
  font-size: .92rem;
  font-weight: 400;
  letter-spacing: .18em;
  text-transform: uppercase;
}

body.event-page .mobile-menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1099;
  border: 0;
  background: rgba(0, 0, 0, .42);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s ease;
}

body.event-page .mobile-menu-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

body.event-page .mobile-menu--open {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

body.event-page #siteNav.nav--menu-open,
body.event-page #siteNav.nav--menu-open.nav--hidden,
body.event-page.nav-lock #siteNav {
  transform: none !important;
}

body.event-page #siteNav.nav--hidden .nav__group,
body.event-page #siteNav.nav--hidden .nav-estimate,
body.event-page #siteNav.nav--hidden .lang--desktop {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, -18px, 0);
}

body.event-page.nav-lock,
body.event-page.contacts-lock {
  overflow: hidden;
}

body.event-page .contacts-modal {
  position: fixed;
  inset: 0;
  z-index: 2240;
  display: none;
}

body.event-page .contacts-modal.is-open {
  display: block;
}

body.event-page .contacts-modal__bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .68);
  backdrop-filter: blur(10px);
}

body.event-page .contacts-modal__panel {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(760px, calc(100vw - 28px));
  max-height: calc(100vh - 28px);
  overflow: auto;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 22px;
  background: #070707;
  color: #f5f5f5;
  padding: clamp(20px, 3vw, 34px);
  box-shadow: 0 24px 90px rgba(0, 0, 0, .66);
}

body.event-page .contacts-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .04);
  color: #fff;
}

body.event-page .contacts-modal__close::before,
body.event-page .contacts-modal__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 17px;
  height: 2px;
  background: currentColor;
  transform-origin: center;
}

body.event-page .contacts-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

body.event-page .contacts-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

body.event-page .contacts-modal__title {
  max-width: 18ch;
  margin: 0 auto 24px;
  text-align: center;
  font-size: clamp(24px, 3.4vw, 38px);
  line-height: .98;
  letter-spacing: .06em;
  text-transform: uppercase;
}

body.event-page .contacts-modal__title span {
  display: block;
}

body.event-page .contacts-modal__mailGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

body.event-page .contacts-modal__mail {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  background: rgba(255, 255, 255, .035);
}

body.event-page .contacts-modal__mail span {
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .45);
}

body.event-page .contacts-modal__mail strong {
  font-size: 15px;
  letter-spacing: .02em;
}

body.event-page .contacts-modal__offices {
  display: grid;
  gap: 10px;
}

body.event-page .contacts-office {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

body.event-page .contacts-office h3 {
  margin: 0 0 6px;
  font-size: 14px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

body.event-page .contacts-office a {
  color: rgba(255, 255, 255, .78);
  letter-spacing: .04em;
}

body.event-page .contacts-office__details {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .05);
  color: #fff;
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

body.event-page .contacts-office__req {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
  line-height: 1.55;
}

body.event-page .contacts-office__messengers {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 9px;
}

body.event-page .contacts-office__messengers a,
body.event-page .contacts-modal__socials a {
  min-width: 34px;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .045);
  color: #fff;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: .14em;
  text-transform: uppercase;
}

body.event-page .contacts-icon--tg {
  border-color: rgba(65, 175, 255, .38) !important;
  background: rgba(65, 175, 255, .12) !important;
}

body.event-page .contacts-icon--wpp {
  border-color: rgba(37, 211, 102, .38) !important;
  background: rgba(37, 211, 102, .12) !important;
}

body.event-page .contacts-icon--max {
  border-color: rgba(255, 255, 255, .28) !important;
  background: rgba(255, 255, 255, .075) !important;
}

body.event-page .contacts-social--ig {
  border-color: rgba(255, 92, 168, .38) !important;
  background: rgba(255, 92, 168, .11) !important;
}

body.event-page .contacts-social--hh {
  border-color: rgba(219, 35, 42, .38) !important;
  background: rgba(219, 35, 42, .1) !important;
}

body.event-page .contacts-social--vk {
  border-color: rgba(80, 140, 220, .38) !important;
  background: rgba(80, 140, 220, .1) !important;
}

body.event-page .contacts-social--in {
  border-color: rgba(10, 102, 194, .42) !important;
  background: rgba(10, 102, 194, .12) !important;
}

body.event-page .contacts-modal__socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

body.event-page .contact-pill {
  --pill-x: 84px;
  position: fixed;
  right: 16px;
  top: 50%;
  z-index: 1300;
  width: 32px;
  height: 119px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, .92);
  border-radius: 999px;
  background: linear-gradient(180deg, #151515, #000);
  color: #f5f5f5;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .28), 0 6px 18px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(255, 255, 255, .12);
  transform: translate3d(var(--pill-x), -50%, 0);
  opacity: 0;
  pointer-events: none;
  transition: transform .38s var(--curve), opacity .28s ease, background .28s ease, color .28s ease, width .38s var(--curve), height .38s var(--curve);
}

body.event-page .contact-pill--visible {
  --pill-x: 0px;
  opacity: 1;
  pointer-events: auto;
}

body.event-page .contact-pill--visible:not(.contact-pill--open) {
  animation: contactPillBreath 3s ease-in-out infinite;
}

body.event-page .contact-pill--visible:not(.contact-pill--open)::before {
  content: "";
  position: absolute;
  inset: -7px;
  border: 1px solid currentColor;
  border-radius: inherit;
  opacity: 0;
  animation: contactPillRipple 3s ease-out infinite;
  pointer-events: none;
}

body.event-page .contact-pill__label,
body.event-page .contact-pill__icons {
  position: relative;
  z-index: 1;
}

body.event-page .contact-pill__label {
  font-size: .74rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  white-space: nowrap;
  transform: rotate(90deg);
}

body.event-page .contact-pill--on-dark {
  background: linear-gradient(180deg, #fff, #e9e9e9);
  color: #111;
  border-color: rgba(255, 255, 255, .85);
  box-shadow: 0 10px 26px rgba(0, 0, 0, .35), 0 0 0 1px rgba(255, 255, 255, .7), 0 0 28px rgba(255, 255, 255, .22), inset 0 1px 0 rgba(255, 255, 255, .96);
}

body.event-page .contact-pill--open {
  width: 212px;
  height: 52px;
  justify-content: flex-start;
  padding: 8px 12px;
}

body.event-page .contact-pill--open .contact-pill__label {
  transform: rotate(0deg);
  font-size: .78rem;
}

body.event-page .contact-pill__icons {
  position: absolute;
  top: 50%;
  right: 12px;
  display: flex;
  gap: 8px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) translateX(10px);
  transition: opacity .22s ease, transform .28s var(--curve);
}

body.event-page .contact-pill--open .contact-pill__icons {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%) translateX(0);
}

body.event-page .contact-pill__icon {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, .9);
  border-radius: 999px;
  background: #0b0b0b;
  color: #f5f5f5;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .12);
}

body.event-page .contact-pill--on-dark .contact-pill__icon {
  background: #fff;
  color: #111;
  border-color: rgba(0, 0, 0, .12);
}

body.event-page .contact-pill__icon svg {
  width: 23px;
  height: 23px;
}

@keyframes contactPillRipple {
  0%, 58%, 100% { transform: scale(.96); opacity: 0; }
  12% { opacity: .48; }
  48% { transform: scale(1.34); opacity: 0; }
}

@keyframes contactPillBreath {
  0%, 100% { transform: translate3d(var(--pill-x), -50%, 0) scale(1); }
  44% { transform: translate3d(var(--pill-x), -50%, 0) scale(1.075); }
}

body.event-page .cursor-dot,
body.event-page .cursor-ring {
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 2147483647;
  opacity: 0;
  mix-blend-mode: difference;
  will-change: transform, opacity;
}

body.event-page .cursor-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  transition: opacity .2s ease;
}

body.event-page .cursor-ring {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.7);
  box-shadow: 0 0 0 0 rgba(255,255,255,.16);
  transition: border-color .16s ease, opacity .16s ease, box-shadow .22s ease;
  animation: cursorRingBreath 2.4s ease-in-out infinite;
}

body.event-page .cursor-dot.is-active,
body.event-page .cursor-ring.is-active {
  opacity: 1;
}

body.event-page .cursor-ring.cursor--hover {
  border-color: #fff;
  box-shadow: 0 0 0 8px rgba(255,255,255,.08);
}

@keyframes cursorRingBreath {
  0%,100% { box-shadow: 0 0 0 0 rgba(255,255,255,.12); }
  50% { box-shadow: 0 0 0 5px rgba(255,255,255,.04); }
}

body.event-page .event-hero {
  background: #fff !important;
}

body.event-page .event-hero::before,
body.event-page .event-hero::after,
body.event-page .event-hero__accordionWrap::before,
body.event-page .event-hero__accordionWrap::after {
  background: #fff !important;
  content: none !important;
  display: none !important;
}

body.event-page .event-hero {
  display: flex;
  align-items: center;
  min-height: 100svh;
  padding: 112px clamp(20px, 4vw, 52px) 64px !important;
  color: var(--ink) !important;
}

body.event-page .event-hero__inner {
  width: min(var(--page-max), 100%);
  margin: 0 auto;
  display: grid !important;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr) !important;
  gap: clamp(34px, 4vw, 56px) !important;
  align-items: center !important;
}

body.event-page .event-hero__copy {
  max-width: 560px;
}

body.event-page .event-hero__copy,
body.event-page .event-hero__accordionWrap {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity .72s ease, transform .72s var(--curve);
}

body.event-page .event-hero__copy.is-visible,
body.event-page .event-hero__accordionWrap.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body.event-page .event-hero__copy.is-visible {
  transition-delay: .04s;
}

body.event-page .event-hero__accordionWrap.is-visible {
  transition-delay: .12s;
}

body.event-page .event-hero__kicker,
body.event-page #resources.event-proof .event-proof__kicker,
body.event-page .event-service-orbit__kicker,
body.event-page .event-control__kicker {
  font-size: 11px;
  line-height: 1.1;
  font-weight: 560;
  letter-spacing: .28em;
  text-transform: uppercase;
}

body.event-page .event-hero__kicker {
  margin: 0 0 14px;
  color: rgba(8, 8, 8, .46);
}

body.event-page .event-hero__title {
  max-width: 10.8ch !important;
  margin: 0 !important;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif !important;
  font-size: clamp(36px, 4.55vw, 62px) !important;
  line-height: .95 !important;
  font-weight: 500 !important;
  letter-spacing: -.04em !important;
  text-transform: uppercase !important;
  text-wrap: balance;
}

body.event-page .event-hero__lead {
  max-width: 560px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.46;
  letter-spacing: -.01em;
}

body.event-page .event-hero__geoGroup {
  display: inline-grid;
  width: max-content;
  gap: 6px;
  margin-top: 18px;
}

body.event-page .event-hero__geoSub {
  margin: 0;
  width: 100%;
  color: #080808;
  font-size: 10px;
  line-height: 1.1;
  font-weight: 760;
  letter-spacing: .18em;
  text-align: left;
  text-transform: uppercase;
}

body.event-page .event-hero__geo {
  margin: 0;
  color: rgba(8, 8, 8, .56);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 360;
  letter-spacing: .14em;
  text-align: center;
  text-transform: uppercase;
}

body.event-page .event-hero__actions {
  margin-top: 24px;
}

body.event-page :is(.event-hero__btn,.nav-estimate,#contact .msf__cta,#contactInline .msf__cta){
  --cta-radius: 30px;
  --star-path: path('M 2 2 H 218 V 56 H 2 V 2');
  --star-duration: 6.8s;
  --star-light-width: 160px;
  --star-line-width: 96px;
  --star-light-color: rgba(255,255,255,.94);
  --star-border-width: 2px;
  --star-surface: #090a0d;
  --cta-sweep-angle: 0deg;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 24px;
  border: 0;
  border-radius: var(--cta-radius);
  background: var(--star-surface);
  color: #fff;
  cursor: pointer;
  transform: translateZ(0);
  will-change: transform, filter;
  animation: starBtnSweep var(--star-duration) linear infinite;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.13),
    0 14px 32px rgba(0,0,0,.16);
  transition: transform .28s var(--curve), box-shadow .28s ease, filter .28s ease;
  text-decoration: none;
  white-space: nowrap;
}

body.event-page :is(.event-hero__btn,.nav-estimate,#contact .msf__cta,#contactInline .msf__cta)::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  width: auto;
  height: auto;
  border-radius: inherit;
  background:
    conic-gradient(from var(--cta-sweep-angle),
      transparent 0deg,
      transparent 282deg,
      rgba(255,255,255,.04) 294deg,
      rgba(255,255,255,.48) 309deg,
      rgba(255,255,255,1) 322deg,
      rgba(255,255,255,.48) 335deg,
      rgba(255,255,255,.06) 349deg,
      transparent 360deg);
  opacity: 1;
  filter:
    blur(7px)
    drop-shadow(0 0 10px rgba(255,255,255,.78))
    drop-shadow(0 0 24px rgba(255,255,255,.38));
  pointer-events: none;
  mix-blend-mode: screen;
  transform: none;
}

body.event-page :is(.event-hero__btn,.nav-estimate,#contact .msf__cta,#contactInline .msf__cta)::after{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 8;
  width: auto;
  height: auto;
  padding: var(--star-border-width);
  border-radius: inherit;
  background:
    conic-gradient(from var(--cta-sweep-angle),
      transparent 0deg,
      transparent 286deg,
      rgba(255,255,255,.12) 300deg,
      rgba(255,255,255,.68) 315deg,
      rgba(255,255,255,1) 326deg,
      rgba(255,255,255,.68) 337deg,
      rgba(255,255,255,.12) 350deg,
      transparent 360deg);
  filter:
    drop-shadow(0 0 5px rgba(255,255,255,.9))
    drop-shadow(0 0 14px rgba(255,255,255,.46));
  opacity: 1;
  pointer-events: none;
  mix-blend-mode: screen;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  transform: none;
}

body.event-page :is(.event-hero__btn,.nav-estimate,#contact .msf__cta,#contactInline .msf__cta):is(:hover,:focus-visible):not(:disabled){
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 18px 38px rgba(0,0,0,.22);
  filter: brightness(1.07);
  outline: none;
}

body.event-page :is(.event-hero__btn,.nav-estimate,#contact .msf__cta,#contactInline .msf__cta):is(:hover,:focus-visible):not(:disabled)::before{
  opacity: 1;
  filter:
    blur(6px)
    drop-shadow(0 0 12px rgba(255,255,255,.9))
    drop-shadow(0 0 28px rgba(255,255,255,.46));
}

body.event-page :is(.event-hero__btn,.nav-estimate,#contact .msf__cta,#contactInline .msf__cta):is(:hover,:focus-visible):not(:disabled)::after{
  opacity: 1;
  filter:
    drop-shadow(0 0 7px rgba(255,255,255,.96))
    drop-shadow(0 0 20px rgba(255,255,255,.58));
}

body.event-page :is(.event-hero__btn,.nav-estimate,#contact .msf__cta,#contactInline .msf__cta):is(.is-pressed,:active){
  transform: translateY(1px) scale(.988);
}

body.event-page .event-hero__btn-fill{
  position: absolute;
  inset: var(--star-border-width);
  z-index: 4;
  overflow: hidden;
  border-radius: calc(var(--cta-radius) - var(--star-border-width));
  pointer-events: none;
  background: var(--star-surface);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='6'%20height='5'%20viewBox='0%200%206%205'%3E%3Cpath%20fill='black'%20fill-rule='evenodd'%20d='M0%200H6V5H0V0ZM1.8%201.5m-.58%200a.58.58%200%201%200%201.16%200a.58.58%200%201%200-1.16%200ZM4.8%204m-.58%200a.58.58%200%201%200%201.16%200a.58.58%200%201%200-1.16%200Z'/%3E%3C/svg%3E");
  -webkit-mask-size: 6px 5px;
  -webkit-mask-repeat: repeat;
  -webkit-mask-position: center;
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='6'%20height='5'%20viewBox='0%200%206%205'%3E%3Cpath%20fill='black'%20fill-rule='evenodd'%20d='M0%200H6V5H0V0ZM1.8%201.5m-.58%200a.58.58%200%201%200%201.16%200a.58.58%200%201%200-1.16%200ZM4.8%204m-.58%200a.58.58%200%201%200%201.16%200a.58.58%200%201%200-1.16%200Z'/%3E%3C/svg%3E");
  mask-size: 6px 5px;
  mask-repeat: repeat;
  mask-position: center;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.055),
    inset 0 0 0 1px rgba(255,255,255,.035);
}

body.event-page .event-hero__btn-fill::before,
body.event-page .event-hero__btn-fill::after{
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  pointer-events: none;
}

body.event-page .event-hero__btn-fill::before,
body.event-page .event-hero__btn-fill::after{
  display: none;
}

body.event-page :is(.event-hero__btn-label,#contact .msf__ctaLabel,#contactInline .msf__ctaLabel){
  position: relative;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 1px;
  background: linear-gradient(to top, #ffffff 0%, #9b9da5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 13px;
  line-height: 1;
  font-weight: 620;
  letter-spacing: .035em;
  white-space: nowrap;
  text-transform: uppercase;
}

body.event-page .nav-estimate{
  --cta-radius: 23px;
  --star-light-width: 128px;
  --star-line-width: 72px;
  min-height: 46px;
  padding: 0 18px;
}

body.event-page .event-hero .event-hero__btn--hero-clean .event-hero__btn-fill {
  -webkit-mask-image: none;
  mask-image: none;
  background: var(--star-surface);
}

body.event-page .event-hero .event-hero__btn--hero-clean .event-hero__btn-fill::before,
body.event-page .event-hero .event-hero__btn--hero-clean .event-hero__btn-fill::after {
  display: none;
}

body.event-page .event-hero .event-hero__actions .event-hero__btn {
  --cta-radius: 23px;
  --star-light-width: 126px;
  --star-line-width: 76px;
  width: max-content;
  min-width: 0;
  min-height: 40px;
  padding: 0 16px;
  box-shadow: 0 12px 28px rgba(0,0,0,.14);
}

body.event-page .event-hero .event-hero__actions .event-hero__btn .event-hero__btn-label {
  font-size: 12px;
  letter-spacing: .025em;
}

@keyframes starBtnTrace{
  0%{offset-distance:0%}
  100%{offset-distance:100%}
}

@property --cta-sweep-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0deg;
}

@keyframes starBtnSweep{
  0%{--cta-sweep-angle:0deg}
  100%{--cta-sweep-angle:360deg}
}

@media (max-width:767px){
  body.event-page :is(.event-hero__btn,.nav-estimate,#contact .msf__cta,#contactInline .msf__cta){
    min-height: 54px;
    padding: 0 23px;
  }

  body.event-page :is(.event-hero__btn,.nav-estimate,#contact .msf__cta,#contactInline .msf__cta)::before{
    opacity: .34;
  }

  body.event-page .event-hero .event-hero__actions .event-hero__btn {
    min-height: 40px;
    padding: 0 18px;
  }

  body.event-page :is(.event-hero__btn-label,#contact .msf__ctaLabel,#contactInline .msf__ctaLabel){
    font-size: 12px;
  }
}

body.event-page .event-task {
  position: relative;
  overflow: hidden;
  background: #fff;
  color: var(--ink);
  padding: clamp(72px, 7.4vw, 118px) clamp(20px, 4vw, 52px) clamp(64px, 6.6vw, 104px);
}

body.event-page .event-task__inner {
  width: min(var(--page-max), 100%);
  margin: 0 auto;
  display: block;
}

body.event-page .event-task__head {
  max-width: min(820px, 100%);
  justify-self: center;
  text-align: center;
}

body.event-page .event-task__kicker {
  margin: 0 0 clamp(16px, 2vw, 24px);
  color: rgba(5, 5, 5, .42);
  font-size: clamp(11px, .82vw, 13px);
  line-height: 1;
  font-weight: 760;
  letter-spacing: .24em;
  text-transform: uppercase;
}

body.event-page .event-task__title {
  max-width: 10ch;
  margin: 0 auto;
  color: #050505;
  font-size: clamp(42px, 5.4vw, 82px);
  line-height: .96;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance;
}

body.event-page .event-task__dynamic {
  min-height: 1.02em;
  max-width: 100%;
  margin: clamp(12px, 1.8vw, 22px) auto 0;
  color: #050505;
  font-size: clamp(28px, 3.55vw, 52px);
  line-height: .96;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.event-page .event-task__flip {
  position: relative;
  display: inline-flex;
  min-width: min(14ch, 100%);
  justify-content: center;
  color: #050505;
  white-space: nowrap;
  will-change: transform, opacity, filter;
}

body.event-page .event-task__flip.is-exiting {
  opacity: 0;
  filter: blur(2px);
  transform: translate3d(0, -4px, 0) scale(1);
  transition: opacity .26s ease, filter .26s ease, transform .26s var(--curve);
}

body.event-page .event-task__flipChar {
  display: inline-block;
  opacity: 0;
  filter: blur(3px);
  transform: translate3d(0, 7px, 0);
  animation: eventTaskFlipChar .3s var(--curve) forwards;
  animation-delay: calc(var(--flip-index, 0) * 28ms);
}

body.event-page .event-task__flipSpace {
  display: inline-block;
  width: .28em;
}

body.event-page .event-task__micro {
  max-width: 720px;
  margin: clamp(18px, 2.2vw, 28px) auto 0;
  color: rgba(5, 5, 5, .58);
  font-size: clamp(16px, 1.18vw, 20px);
  line-height: 1.38;
  letter-spacing: -.012em;
}

body.event-page .event-task__text {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(16px, 1.8vw, 24px);
  max-width: min(840px, 100%);
  margin: clamp(34px, 3vw, 42px) auto 0;
  color: rgba(8, 8, 8, .62);
  font-size: clamp(18px, 1.28vw, 22px);
  line-height: 1.46;
  letter-spacing: -.015em;
  text-align: center;
}

body.event-page .event-task__text p {
  margin: 0;
}

body.event-page .event-task__head,
body.event-page .event-task__text {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition: opacity .78s ease, transform .78s var(--curve);
}

body.event-page .event-task__head.is-visible,
body.event-page .event-task__text.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body.event-page .event-task__text.is-visible {
  transition-delay: .1s;
}

@keyframes eventTaskFlipChar {
  0% {
    opacity: 0;
    filter: blur(3px);
    transform: translate3d(0, 7px, 0);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 900px) {
  body.event-page .event-task {
    padding: 52px clamp(18px, 6vw, 28px) 54px;
  }

  body.event-page .event-task__inner {
    display: block;
  }

  body.event-page .event-task__kicker {
    margin-bottom: 14px;
    font-size: 10px;
    letter-spacing: .2em;
  }

  body.event-page .event-task__title {
    max-width: 11ch;
    font-size: clamp(32px, 9.2vw, 48px);
    line-height: .98;
  }

  body.event-page .event-task__dynamic {
    max-width: 100%;
    margin-top: 12px;
    font-size: clamp(24px, 6.8vw, 34px);
    line-height: 1.04;
  }

  body.event-page .event-task__micro {
    max-width: 27em;
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.42;
  }

  body.event-page .event-task__text {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 1.44;
  }
}

@media (max-width: 520px) {
  body.event-page .event-task {
    padding-top: 46px;
    padding-bottom: 48px;
  }

  body.event-page .event-task__title {
    max-width: 100%;
    font-size: clamp(29px, 8.2vw, 38px);
  }

  body.event-page .event-task__dynamic {
    font-size: clamp(22px, 6.4vw, 30px);
  }

  body.event-page .event-task__flip {
    min-width: 0;
    white-space: nowrap;
  }

  body.event-page .event-task__text {
    margin-top: 24px;
    font-size: 15px;
    line-height: 1.46;
  }
}

@media (max-width: 390px) {
  body.event-page .event-task__dynamic {
    font-size: clamp(21px, 6vw, 25px);
  }

  body.event-page .event-task__micro {
    font-size: 15px;
  }
}

body.event-page .event-hero__accordionWrap {
  min-width: 0;
  width: 100%;
  background: #fff !important;
}

body.event-page .event-accordion {
  --event-accordion-closed: clamp(52px, 3.9vw, 58px);
  --event-accordion-open: clamp(308px, 24vw, 356px);
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 8px;
  width: 100%;
  padding: 0 !important;
  margin: 0;
  overflow: visible;
  background: #fff !important;
}

body.event-page .event-accordion:hover .event-accordion__item:not(.is-active),
body.event-page .event-accordion:has(.event-accordion__item:hover) .event-accordion__item:not(.is-active),
body.event-page .event-accordion:has(.event-accordion__item:focus-visible) .event-accordion__item:not(.is-active),
body.event-page .event-accordion__item:not(.is-active):hover,
body.event-page .event-accordion__item:not(.is-active):focus-visible {
  flex-basis: var(--event-accordion-closed) !important;
}

body.event-page .event-accordion__item,
body.event-page .event-accordion__item.is-active,
body.event-page .event-accordion:hover .event-accordion__item.is-active,
body.event-page .event-accordion:has(.event-accordion__item:hover) .event-accordion__item.is-active,
body.event-page .event-accordion:has(.event-accordion__item:focus-visible) .event-accordion__item.is-active {
  flex: 0 0 var(--event-accordion-closed);
  height: 500px !important;
  display: block;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: #111 !important;
  color: #fff;
  box-shadow: none !important;
  transform: none;
  transition: flex-basis .56s var(--curve), transform .22s ease;
}

body.event-page .event-accordion__item.is-active {
  flex-basis: var(--event-accordion-open) !important;
}

body.event-page .event-accordion__item:hover {
  transform: translateY(-2px);
}

body.event-page .event-accordion__item:focus-visible {
  outline: 2px solid #111;
  outline-offset: 2px;
}

body.event-page .event-accordion__image,
body.event-page .event-accordion__item:first-child .event-accordion__image,
body.event-page .event-accordion__item:hover .event-accordion__image,
body.event-page .event-accordion__item:focus-visible .event-accordion__image,
body.event-page .event-accordion__item.is-active .event-accordion__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center center !important;
  transform: none !important;
  filter: grayscale(.04) saturate(.96) contrast(1.02) brightness(.88) !important;
  transition: filter .24s ease;
}

body.event-page .event-accordion__item.is-active .event-accordion__image {
  filter: none !important;
}

body.event-page .event-accordion__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .12) 40%, rgba(0, 0, 0, .72)),
    linear-gradient(90deg, rgba(0, 0, 0, .24), rgba(0, 0, 0, .04));
}

body.event-page .event-accordion__caption {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 102px !important;
  width: max-content;
  max-width: calc(100% - 22px);
  color: #fff;
  font-size: clamp(13px, .96vw, 16px);
  line-height: 1.1;
  font-weight: 640;
  letter-spacing: .01em;
  text-align: center;
  text-shadow: 0 12px 32px rgba(0, 0, 0, .64);
  white-space: nowrap;
  transform: translateX(-50%) rotate(90deg) !important;
  transform-origin: center;
  transition: bottom .32s ease, transform .32s ease;
}

body.event-page .event-accordion__item.is-active .event-accordion__caption {
  bottom: 34px !important;
  width: calc(100% - 28px);
  max-width: calc(100% - 28px);
  white-space: normal;
  transform: translateX(-50%) rotate(0deg) !important;
}

body.event-page #resources.event-proof {
  position: relative;
  padding: clamp(48px, 5vw, 74px) clamp(20px, 4vw, 52px) clamp(72px, 6vw, 96px) !important;
  background: #fff !important;
  color: var(--ink);
  overflow: hidden;
}

body.event-page #resources.event-proof .agency-globe__inner {
  width: min(var(--page-max), 100%) !important;
  margin: 0 auto !important;
  display: block !important;
}

body.event-page #resources.event-proof .resources-command-head {
  max-width: 720px !important;
  margin: 0 auto 28px !important;
  text-align: center !important;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s var(--curve);
}

body.event-page #resources.event-proof .resources-command-head.is-visible,
body.event-page .sticky-footer__reveal.is-visible,
body.event-page .sticky-footer__bottom.is-visible {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}

body.event-page .sticky-footer__reveal,
body.event-page .sticky-footer__bottom {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity .72s ease, transform .72s var(--curve);
  animation: none !important;
}

body.event-page .sticky-footer__brand.sticky-footer__reveal.is-visible {
  transition-delay: 0s;
}

body.event-page .sticky-footer__group.sticky-footer__reveal.is-visible:nth-child(2) {
  transition-delay: .08s;
}

body.event-page .sticky-footer__group.sticky-footer__reveal.is-visible:nth-child(3) {
  transition-delay: .16s;
}

body.event-page .sticky-footer__group.sticky-footer__reveal.is-visible:nth-child(4) {
  transition-delay: .24s;
}

body.event-page .sticky-footer__group.sticky-footer__reveal.is-visible:nth-child(5) {
  transition-delay: .32s;
}

body.event-page .sticky-footer__bottom.is-visible {
  transition-delay: .38s;
}

body.event-page #resources.event-proof .resources-command-title {
  max-width: none !important;
  margin: 0 !important;
  color: #080808 !important;
  font-size: clamp(32px, 3.9vw, 48px) !important;
  line-height: 1.04 !important;
  font-weight: 560 !important;
  letter-spacing: -.02em !important;
  text-transform: none !important;
}

body.event-page #resources.event-proof .resources-command-lead {
  max-width: 620px;
  margin: 16px auto 0 !important;
  color: rgba(8, 8, 8, .6);
  font-size: clamp(14px, 1.08vw, 17px);
  line-height: 1.46;
  letter-spacing: -.01em;
}

body.event-page #resources.event-proof .resources-command-shell {
  width: 100% !important;
}

body.event-page #resources.event-proof .resources-command-grid {
  width: 100%;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 12px !important;
  align-items: stretch;
}

body.event-page #resources.event-proof .resources-command-card,
body.event-page #resources.event-proof .resources-command-card.resources-command-card--hero,
body.event-page #resources.event-proof .resources-command-card[data-count-value="100000"] {
  grid-column: auto !important;
  min-height: 176px !important;
  display: flex !important;
  flex-direction: column;
  gap: 12px;
  padding: 20px !important;
  border: 1px solid rgba(8, 8, 8, .12) !important;
  border-radius: 14px !important;
  background: #fff !important;
  color: #080808 !important;
  box-shadow: none !important;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .55s ease, transform .55s var(--curve), background .22s ease, color .22s ease, border-color .22s ease;
}

body.event-page #resources.event-proof .resources-command-card.is-visible {
  opacity: 1 !important;
  transform: translateY(0);
}

body.event-page #resources.event-proof .resources-command-card[data-count-value="100000"] {
  background: #080808 !important;
  color: #fff !important;
  border-color: #080808 !important;
}

body.event-page #resources.event-proof .resources-command-card:hover:not([data-count-value="100000"]),
body.event-page #resources.event-proof .resources-command-card:focus-within:not([data-count-value="100000"]) {
  background: #080808 !important;
  color: #fff !important;
  border-color: #080808 !important;
}

body.event-page #resources.event-proof .resources-command-card[data-count-value="100000"]:hover,
body.event-page #resources.event-proof .resources-command-card[data-count-value="100000"]:focus-within {
  background: #fff !important;
  color: #080808 !important;
  border-color: rgba(8, 8, 8, .12) !important;
}

body.event-page #resources.event-proof .resources-command-card__body {
  display: grid !important;
  gap: 12px;
}

body.event-page #resources.event-proof .resources-command-kicker,
body.event-page #resources.event-proof .resources-command-card__title,
body.event-page #resources.event-proof .resources-command-card__text,
body.event-page #resources.event-proof .resources-command-badge {
  position: static !important;
  color: currentColor !important;
  -webkit-text-fill-color: currentColor !important;
}

body.event-page #resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-kicker,
body.event-page #resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-card__title,
body.event-page #resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-card__text,
body.event-page #resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-badge,
body.event-page #resources.event-proof .resources-command-card[data-count-value="100000"]:hover .resources-command-kicker,
body.event-page #resources.event-proof .resources-command-card[data-count-value="100000"]:hover .resources-command-card__title,
body.event-page #resources.event-proof .resources-command-card[data-count-value="100000"]:hover .resources-command-card__text,
body.event-page #resources.event-proof .resources-command-card[data-count-value="100000"]:hover .resources-command-badge,
body.event-page #resources.event-proof .resources-command-card[data-count-value="100000"]:focus-within .resources-command-kicker,
body.event-page #resources.event-proof .resources-command-card[data-count-value="100000"]:focus-within .resources-command-card__title,
body.event-page #resources.event-proof .resources-command-card[data-count-value="100000"]:focus-within .resources-command-card__text,
body.event-page #resources.event-proof .resources-command-card[data-count-value="100000"]:focus-within .resources-command-badge {
  color: currentColor !important;
  -webkit-text-fill-color: currentColor !important;
}

body.event-page #resources.event-proof .resources-command-kicker::after,
body.event-page #resources.event-proof .resources-command-card__title::after,
body.event-page #resources.event-proof .resources-command-card__text::after,
body.event-page #resources.event-proof .resources-command-badge::after {
  content: none !important;
}

body.event-page #resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-kicker::after,
body.event-page #resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-card__title::after,
body.event-page #resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-card__text::after,
body.event-page #resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-badge::after {
  content: none !important;
}

body.event-page #resources.event-proof .resources-command-kicker {
  margin: 0;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 760;
  letter-spacing: .24em;
  text-transform: uppercase;
  opacity: .54;
}

body.event-page #resources.event-proof .resources-command-metric {
  display: inline-flex !important;
  align-items: flex-end !important;
  gap: 6px;
  max-width: 100%;
  white-space: nowrap !important;
  flex-wrap: nowrap !important;
}

body.event-page #resources.event-proof .resources-command-number,
body.event-page #resources.event-proof .resources-command-card--hero .resources-command-number,
body.event-page #resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-number {
  font-size: clamp(34px, 3.2vw, 48px) !important;
  line-height: .92 !important;
  font-weight: 620 !important;
  letter-spacing: -.05em !important;
  white-space: nowrap !important;
}

body.event-page #resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-number {
  font-size: clamp(28px, 2.1vw, 34px) !important;
  line-height: 1 !important;
  letter-spacing: -.035em !important;
}

body.event-page #resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-metric {
  align-items: baseline !important;
  gap: 3px;
  padding-inline-start: 2px;
}

body.event-page #resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-prefix,
body.event-page #resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-suffix {
  font-size: clamp(10px, .78vw, 12px) !important;
  margin-bottom: 2px;
  letter-spacing: .08em !important;
}

body.event-page #resources.event-proof .resources-command-prefix,
body.event-page #resources.event-proof .resources-command-suffix {
  font-size: clamp(14px, 1.06vw, 16px) !important;
  line-height: 1.1 !important;
  font-weight: 760 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  margin-bottom: 4px;
}

body.event-page #resources.event-proof .resources-command-card__title {
  margin: 0;
  font-size: 18px !important;
  line-height: 1.14 !important;
  font-weight: 560 !important;
  text-transform: none !important;
}

body.event-page #resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-card__title {
  font-size: 15px !important;
  line-height: 1.1 !important;
}

body.event-page #resources.event-proof .resources-command-card__text {
  margin: 0;
  font-size: 14px !important;
  line-height: 1.46 !important;
  opacity: .72;
}

body.event-page #resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-card__text {
  font-size: 12px !important;
  line-height: 1.32 !important;
}

body.event-page #resources.event-proof .resources-command-badge {
  width: fit-content;
  max-width: 100%;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  padding: 0 10px;
  border: 1px solid currentColor !important;
  border-radius: 999px;
  font-size: 10px !important;
  line-height: 1;
  letter-spacing: .15em;
  text-transform: uppercase;
  opacity: .72;
}

@media (max-width: 980px) {
  body.event-page .event-hero__inner {
    grid-template-columns: 1fr !important;
  }

  body.event-page .event-hero__copy {
    max-width: 680px;
  }

  body.event-page .event-accordion {
    justify-content: flex-start;
  }

  body.event-page #resources.event-proof .resources-command-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 768px) {
  body.event-page .nav {
    height: 78px;
  }

  body.event-page .event-section-mark {
    right: -118px;
    bottom: -92px;
    width: min(92vw, 460px);
    opacity: .018;
  }

  body.event-page .event-section-mark--light {
    opacity: .032;
  }

  body.event-page .event-section-mark--hero {
    display: none !important;
    content: none !important;
  }

  body.event-page .event-section-mark--orbit,
  body.event-page .event-task > .event-section-mark,
  body.event-page .event-section-mark--flow,
  body.event-page .event-section-mark--news,
  body.event-page .event-section-mark--formats,
  body.event-page .event-section-mark--cta,
  body.event-page .event-section-mark--catalog,
  body.event-page .event-section-mark--globe,
  body.event-page .event-section-mark--clients {
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    width: min(108vw, 520px);
    opacity: .016;
    transform: translate3d(-50%, -50%, 0);
  }

  body.event-page .event-section-mark--light.event-section-mark--clients {
    opacity: .032;
  }

  body.event-page .nav__group {
    display: none;
  }

  body.event-page .nav__mobile-actions {
    display: flex;
  }

  body.event-page .burger {
    display: flex;
  }

  body.event-page .lang--desktop {
    display: none !important;
  }

  body.event-page .mobile-menu {
    display: block !important;
  }

  body.event-page .cta-float-left {
    left: 14px;
    bottom: calc(14px + env(safe-area-inset-bottom));
    flex-direction: column;
    align-items: center;
    gap: 11px;
    padding: 8px 6px;
  }

  body.event-page .cta-float-left__orb {
    width: 52px;
    height: 52px;
  }

  body.event-page .cta-float-left:not(.is-hidden) .cta-float-left__orb {
    animation-duration: 1.55s;
  }

  body.event-page .cta-float-left__label {
    font-size: 10px;
    font-weight: 760;
    letter-spacing: .20em;
    line-height: 1;
    text-align: center;
  }

  body.event-page #top.hero {
    min-height: 100svh;
  }

  @supports (height: 100dvh) {
    body.event-page #top.hero {
      min-height: 100dvh;
    }
  }

  body.event-page #top.hero .hero__content {
    width: min(86vw, 540px);
    max-width: calc(100vw - 32px);
  }

  body.event-page #top.hero .hero-sound-toggle {
    right: 14px;
    bottom: calc(46px + env(safe-area-inset-bottom));
    width: 43px;
    height: 43px;
  }

  body.event-page #top.hero .hero-monogram-intro__video {
    width: min(72vw, 280px);
    height: min(72vw, 280px);
  }

  body.event-page #top.hero .hero__scroll {
    bottom: calc(24px + env(safe-area-inset-bottom));
  }

  body.event-page #top.hero .hero__reveal {
    height: min(38vh, 280px);
  }

  body.event-page .event-hero,
  body.event-page #resources.event-proof {
    min-height: 100svh;
  }

  body.event-page .event-hero {
    height: 100svh;
    min-height: 100svh;
    max-height: 100svh;
    padding: calc(88px + env(safe-area-inset-top)) 16px calc(16px + env(safe-area-inset-bottom)) !important;
    overflow: hidden !important;
  }

  @supports (height: 100dvh) {
    body.event-page .event-hero {
      height: 100dvh;
      min-height: 100dvh;
      max-height: 100dvh;
    }
  }

  body.event-page .event-hero__kicker {
    display: none !important;
  }

  body.event-page .event-hero__inner {
    width: 100%;
    min-height: calc(100svh - 104px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto minmax(0, 1fr) auto;
    gap: 12px !important;
    align-items: stretch !important;
    align-content: stretch !important;
  }

  @supports (height: 100dvh) {
    body.event-page .event-hero__inner {
      min-height: calc(100dvh - 104px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    }
  }

  body.event-page .event-hero__copy {
    max-width: none;
    text-align: center;
    display: grid;
    gap: 10px;
    align-content: start;
  }

  body.event-page .event-hero__title {
    width: 100%;
    max-width: 12.8ch !important;
    margin-inline: auto !important;
    justify-self: center;
    text-align: center;
    font-size: clamp(30px, 8.6vw, 42px) !important;
    line-height: .96 !important;
    font-weight: 500 !important;
    letter-spacing: -.035em !important;
    text-transform: uppercase !important;
  }

  body.event-page .event-hero__lead,
  body.event-page .event-hero__geoGroup,
  body.event-page .event-hero__geo {
    margin-left: auto;
    margin-right: auto;
  }

  body.event-page .event-hero__lead {
    margin-top: 0;
    max-width: 100%;
    font-size: clamp(12px, 3.3vw, 14px);
    line-height: 1.32;
  }

  body.event-page .event-hero__geoGroup {
    gap: 4px;
    margin-top: 2px;
  }

  body.event-page .event-hero__geoSub {
    color: #080808;
    font-size: 9px;
    font-weight: 760;
    letter-spacing: .15em;
    text-align: center;
  }

  body.event-page .event-hero__geo {
    margin-top: 0;
    font-size: 10px;
  }

  body.event-page .event-hero__copy .event-hero__actions {
    display: none !important;
  }

  body.event-page .event-hero__actions--mobile,
  body.event-page .event-hero__btn {
    width: 100%;
  }

  body.event-page .event-hero__actions--mobile {
    display: flex;
    margin-top: 0;
  }

  body.event-page .event-hero__accordionWrap {
    min-height: 0;
    display: flex;
    align-items: center;
  }

  body.event-page .event-accordion {
    --event-accordion-closed: 42px;
    --event-accordion-open: min(228px, 60vw);
    gap: 6px;
    overflow-x: auto;
    width: 100%;
    max-width: 100%;
    padding: 0 0 2px !important;
    scroll-snap-type: x proximity;
  }

  body.event-page .event-accordion__item,
  body.event-page .event-accordion__item.is-active,
  body.event-page .event-accordion:hover .event-accordion__item.is-active,
  body.event-page .event-accordion:has(.event-accordion__item:hover) .event-accordion__item.is-active,
  body.event-page .event-accordion:has(.event-accordion__item:focus-visible) .event-accordion__item.is-active {
    height: min(32svh, 252px) !important;
    scroll-snap-align: start;
  }

  body.event-page .event-accordion__caption {
    bottom: 72px !important;
    font-size: 12px !important;
  }

  body.event-page .event-accordion__item.is-active .event-accordion__caption {
    bottom: 20px !important;
  }

  body.event-page #resources.event-proof {
    margin-top: 14px;
    padding: 52px 16px 86px !important;
  }

  body.event-page #resources.event-proof .resources-command-head {
    margin-bottom: 22px !important;
  }

  body.event-page #resources.event-proof .resources-command-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.event-page #resources.event-proof .resources-command-card,
  body.event-page #resources.event-proof .resources-command-card.resources-command-card--hero,
  body.event-page #resources.event-proof .resources-command-card[data-count-value="100000"] {
    min-height: 162px !important;
    padding: 18px !important;
  }

  body.event-page #resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-number {
    font-size: clamp(38px, 10vw, 48px) !important;
  }

  body.event-page .contacts-modal__mailGrid {
    grid-template-columns: 1fr;
  }

  body.event-page .contact-pill {
    right: 12px;
    width: 29px;
    height: 101px;
  }

  body.event-page .contact-pill--open {
    width: min(216px, calc(100vw - 24px));
    height: 50px;
  }

  body.event-page .contact-pill__icon {
    width: 43px;
    height: 43px;
  }

  body.event-page .contact-pill__label {
    font-size: .61rem;
    letter-spacing: .13em;
  }

body.event-page .contact-pill--open .contact-pill__label {
  font-size: .66rem;
}
  }

body.event-page .event-service-orbit {
  padding: clamp(36px, 3.4vw, 44px) clamp(16px, 2.4vw, 28px) clamp(44px, 3.8vw, 52px);
  background: #050505;
  color: #fff;
  scroll-margin-top: 112px;
}

body.event-page .event-service-orbit__inner {
  width: min(1320px, 100%);
  margin: 0 auto;
}

body.event-page .event-service-orbit__head,
body.event-page .event-service-orbit__center,
body.event-page .event-service-orbit__card {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .68s ease, transform .68s var(--curve);
}

body.event-page .event-service-orbit__head.is-visible,
body.event-page .event-service-orbit__center.is-visible,
body.event-page .event-service-orbit__card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.event-page .event-service-orbit__head {
  max-width: 860px;
  margin: 0 auto 14px;
  text-align: center;
}

body.event-page .event-service-orbit__kicker {
  margin: 0 0 6px;
  color: rgba(255, 255, 255, .42);
}

body.event-page .event-service-orbit__title {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 2.8vw, 38px);
  line-height: 1.04;
  font-weight: 560;
  letter-spacing: -.03em;
  text-wrap: balance;
}

body.event-page .event-service-orbit__lead {
  max-width: 720px;
  margin: 8px auto 0;
  color: rgba(255, 255, 255, .62);
  font-size: clamp(13px, .96vw, 15px);
  line-height: 1.42;
  letter-spacing: -.01em;
}

body.event-page .event-service-orbit__grid {
  --service-orbit-cols: 4fr 4fr 4fr;
  --service-orbit-rows: 4fr 4fr 4fr;
  display: grid;
  grid-template-columns: var(--service-orbit-cols);
  grid-template-rows: var(--service-orbit-rows);
  gap: 6px;
  height: clamp(740px, 79vh, 848px);
  align-items: stretch;
  transition: grid-template-columns .4s ease, grid-template-rows .4s ease;
}

@media (min-width: 769px) {
  body.event-page .event-service-orbit__grid:has(.event-service-orbit__monogram:hover),
  body.event-page .event-service-orbit__grid:has(.event-service-orbit__monogram:focus-visible) {
    --service-orbit-cols: 4fr 4fr 4fr !important;
    --service-orbit-rows: 4fr 4fr 4fr !important;
  }

  body.event-page .event-service-orbit__grid[data-active-orbit="brandlaunch"] {
    --service-orbit-cols: 6.9fr 2.55fr 2.55fr;
    --service-orbit-rows: 6.9fr 2.55fr 2.55fr;
  }

  body.event-page .event-service-orbit__grid[data-active-orbit="newyear"] {
    --service-orbit-cols: 2.55fr 6.9fr 2.55fr;
    --service-orbit-rows: 6.9fr 2.55fr 2.55fr;
  }

  body.event-page .event-service-orbit__grid[data-active-orbit="special"] {
    --service-orbit-cols: 2.55fr 2.55fr 6.9fr;
    --service-orbit-rows: 6.9fr 2.55fr 2.55fr;
  }

  body.event-page .event-service-orbit__grid[data-active-orbit="marketing"] {
    --service-orbit-cols: 6.9fr 2.55fr 2.55fr;
    --service-orbit-rows: 2.55fr 6.9fr 2.55fr;
  }

  body.event-page .event-service-orbit__grid[data-active-orbit="mice"] {
    --service-orbit-cols: 2.55fr 2.55fr 6.9fr;
    --service-orbit-rows: 2.55fr 6.9fr 2.55fr;
  }

  body.event-page .event-service-orbit__grid[data-active-orbit="online"] {
    --service-orbit-cols: 6.9fr 2.55fr 2.55fr;
    --service-orbit-rows: 2.55fr 2.55fr 6.9fr;
  }

  body.event-page .event-service-orbit__grid[data-active-orbit="business"] {
    --service-orbit-cols: 2.55fr 6.9fr 2.55fr;
    --service-orbit-rows: 2.55fr 2.55fr 6.9fr;
  }

  body.event-page .event-service-orbit__grid[data-active-orbit="teambuilding"] {
    --service-orbit-cols: 2.55fr 2.55fr 6.9fr;
    --service-orbit-rows: 2.55fr 2.55fr 6.9fr;
  }
}

body.event-page .event-service-orbit__center {
  grid-area: 2 / 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 0;
  padding: 0;
  pointer-events: auto;
}

body.event-page .event-service-orbit__monogram {
  width: clamp(164px, 14vw, 220px);
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

body.event-page .event-service-orbit__monogram img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: .96;
  animation: eventMonogramFloat 6.8s ease-in-out infinite;
}

body.event-page .event-service-orbit__monogram:hover,
body.event-page .event-service-orbit__monogram:focus-visible {
  transform: scale(1.02);
}

body.event-page .event-service-orbit__monogram:focus-visible {
  outline: 1px solid rgba(255, 255, 255, .22);
  outline-offset: 8px;
  border-radius: 999px;
}

@keyframes eventMonogramFloat {
  0%, 100% { transform: translate3d(0, 0, 0) scale(.985); }
  50% { transform: translate3d(0, -8px, 0) scale(1.015); }
}

body.event-page .event-service-orbit__card {
  position: relative;
  min-width: 0;
  min-height: 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 8px;
  background: rgba(255, 255, 255, .04);
  overflow: hidden;
  transition: background .28s ease, border-color .28s ease;
}

body.event-page .event-service-orbit__card.is-active,
body.event-page .event-service-orbit__card:hover,
body.event-page .event-service-orbit__card:focus-within {
  z-index: 3;
  border-color: rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .08);
}

body.event-page .event-service-orbit__card--brandlaunch { grid-area: 1 / 1; }
body.event-page .event-service-orbit__card--newyear { grid-area: 1 / 2; }
body.event-page .event-service-orbit__card--special { grid-area: 1 / 3; }
body.event-page .event-service-orbit__card--marketing { grid-area: 2 / 1; }
body.event-page .event-service-orbit__card--mice { grid-area: 2 / 3; }
body.event-page .event-service-orbit__card--online { grid-area: 3 / 1; }
body.event-page .event-service-orbit__card--business { grid-area: 3 / 2; }
body.event-page .event-service-orbit__card--teambuilding { grid-area: 3 / 3; }

body.event-page .event-service-orbit__card-shell {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

body.event-page .event-service-orbit__service-name {
  margin: 0;
  color: #fff;
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.1;
  font-weight: 540;
  letter-spacing: -.02em;
  text-wrap: balance;
}

body.event-page .event-service-orbit__media {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: #000;
  aspect-ratio: 16 / 9.2;
}

body.event-page .event-service-orbit__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(0, 0, 0, .14));
  pointer-events: none;
}

body.event-page .event-service-orbit__video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #000;
  filter: saturate(.92) brightness(.92);
  transition: transform .46s var(--curve), filter .28s ease;
}

body.event-page .event-service-orbit__card.is-active .event-service-orbit__video,
body.event-page .event-service-orbit__card:hover .event-service-orbit__video,
body.event-page .event-service-orbit__card:focus-within .event-service-orbit__video {
  transform: scale(1.03);
  filter: none;
}

body.event-page .event-service-orbit__description {
  margin: 0;
  color: rgba(255, 255, 255, .74);
  font-size: 12.5px;
  line-height: 1.4;
  letter-spacing: -.01em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

body.event-page .event-service-orbit__actions {
  margin-top: auto;
  display: flex;
  align-items: flex-start;
  line-height: 0;
}

body.event-page .event-service-orbit__actions .event-hero__btn {
  --cta-radius: 19px;
  min-height: 40px;
  width: 100%;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 420;
  justify-content: center;
}

body.event-page .event-service-orbit__projectLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, .02);
  font-size: 11px;
  line-height: 1;
  font-weight: 720;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color .22s ease, background .22s ease, border-color .22s ease, transform .22s var(--curve);
}

body.event-page .event-service-orbit__projectLink:hover,
body.event-page .event-service-orbit__projectLink:focus-visible {
  color: #050505;
  background: #fff;
  border-color: #fff;
  transform: translateY(-1px);
  outline: none;
}

body.event-page .event-service-orbit__footer {
  display: flex;
  justify-content: center;
  margin-top: clamp(24px, 3vw, 44px);
}

body.event-page .event-service-orbit__allProjects {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 34px;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, .025);
  font-size: 12px;
  line-height: 1;
  font-weight: 720;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color .22s ease, background .22s ease, border-color .22s ease, transform .22s var(--curve);
}

body.event-page .event-service-orbit__allProjects:hover,
body.event-page .event-service-orbit__allProjects:focus-visible {
  color: #050505;
  background: #fff;
  border-color: #fff;
  transform: translateY(-1px);
  outline: none;
}

@media (min-width: 769px) {
  body.event-page .event-service-orbit__description,
  body.event-page .event-service-orbit__actions {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(8px);
    transition: max-height .28s ease, opacity .22s ease, transform .28s var(--curve);
  }

  body.event-page .event-service-orbit__card.is-active .event-service-orbit__description,
  body.event-page .event-service-orbit__card.is-active .event-service-orbit__actions,
  body.event-page .event-service-orbit__card:hover .event-service-orbit__description,
  body.event-page .event-service-orbit__card:hover .event-service-orbit__actions,
  body.event-page .event-service-orbit__card:focus-within .event-service-orbit__description,
  body.event-page .event-service-orbit__card:focus-within .event-service-orbit__actions {
    max-height: 180px;
    min-height: 40px;
    opacity: 1;
    overflow: visible;
    transform: translateY(0);
  }

  body.event-page .event-service-orbit__card.is-active .event-service-orbit__description,
  body.event-page .event-service-orbit__card:hover .event-service-orbit__description,
  body.event-page .event-service-orbit__card:focus-within .event-service-orbit__description {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
  }

  body.event-page .event-service-orbit__grid:has(.event-service-orbit__monogram:hover) .event-service-orbit__description,
  body.event-page .event-service-orbit__grid:has(.event-service-orbit__monogram:hover) .event-service-orbit__actions,
  body.event-page .event-service-orbit__grid:has(.event-service-orbit__monogram:focus-visible) .event-service-orbit__description,
  body.event-page .event-service-orbit__grid:has(.event-service-orbit__monogram:focus-visible) .event-service-orbit__actions {
    max-height: 0 !important;
    min-height: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
    transform: translateY(8px) !important;
  }

  body.event-page .event-service-orbit__grid:has(.event-service-orbit__monogram:hover) .event-service-orbit__video,
  body.event-page .event-service-orbit__grid:has(.event-service-orbit__monogram:focus-visible) .event-service-orbit__video {
    transform: none !important;
    filter: saturate(.92) brightness(.92) !important;
  }
}

@media (max-width: 980px) {
  body.event-page .event-service-orbit__grid {
    height: 700px;
  }
}

body.event-page .event-services-catalog {
  --catalog-accent: #080808;
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-start;
  padding: clamp(48px, 5.6vw, 76px) clamp(20px, 3.4vw, 44px);
  background: #fff;
  color: #080808;
  overflow: hidden;
  box-sizing: border-box;
}

body.event-page .event-services-catalog__inner {
  width: min(1320px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(300px, .68fr) minmax(0, 1.32fr);
  gap: clamp(48px, 6vw, 104px);
  align-items: start;
}

body.event-page .event-services-catalog__aside {
  position: sticky;
  top: clamp(48px, 5.6vw, 76px);
  min-width: 0;
  padding: clamp(20px, 2.4vw, 34px) 0 0;
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity .72s ease, transform .72s var(--curve);
}

body.event-page .event-services-catalog__aside.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body.event-page .event-services-catalog__kicker {
  margin: 0 0 clamp(18px, 2.2vw, 28px);
  color: rgba(8, 8, 8, .44);
  font-size: clamp(11px, .82vw, 13px);
  line-height: 1;
  font-weight: 720;
  letter-spacing: .26em;
  text-transform: uppercase;
}

body.event-page .event-services-catalog__title {
  max-width: 13.5ch;
  margin: 0;
  color: #080808;
  font-size: clamp(48px, 5.8vw, 86px);
  line-height: .86;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
  white-space: normal;
  text-wrap: balance;
}

body.event-page .event-services-catalog__lead {
  max-width: 33ch;
  margin: clamp(22px, 2.8vw, 36px) 0 0;
  color: rgba(8, 8, 8, .7);
  font-size: clamp(17px, 1.2vw, 20px);
  line-height: 1.38;
  letter-spacing: -.012em;
}

body.event-page .event-services-catalog__note {
  max-width: 31ch;
  margin: clamp(24px, 3vw, 42px) 0 0;
  color: rgba(8, 8, 8, .54);
  font-size: clamp(13px, .98vw, 15px);
  line-height: 1.45;
  letter-spacing: -.006em;
}

body.event-page .event-services-catalog__accent {
  display: none;
}

body.event-page .event-services-catalog__list {
  border-top: 0;
  counter-reset: eventCatalog;
}

body.event-page .event-services-catalog__item {
  position: relative;
  border-bottom: 0;
  background: transparent;
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity .72s ease, transform .72s var(--curve), background .32s ease;
}

body.event-page .event-services-catalog__item + .event-services-catalog__item {
  margin-top: clamp(8px, 1vw, 14px);
}

body.event-page .event-services-catalog__item::before {
  content: none;
  display: none;
}

body.event-page .event-services-catalog__item.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body.event-page .event-services-catalog__item:nth-child(2).is-visible { transition-delay: 70ms; }
body.event-page .event-services-catalog__item:nth-child(3).is-visible { transition-delay: 140ms; }
body.event-page .event-services-catalog__item:nth-child(4).is-visible { transition-delay: 210ms; }
body.event-page .event-services-catalog__item:nth-child(5).is-visible { transition-delay: 280ms; }
body.event-page .event-services-catalog__item:nth-child(6).is-visible { transition-delay: 350ms; }

body.event-page .event-services-catalog__trigger {
  width: 100%;
  min-height: clamp(76px, 7.1vw, 96px);
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) max-content 28px;
  gap: clamp(12px, 1.6vw, 22px);
  align-items: center;
  padding: 0 clamp(10px, 1.2vw, 18px);
  border: 0;
  background: transparent;
  color: #080808;
  text-align: left;
  cursor: pointer;
}

body.event-page .event-services-catalog__index {
  color: rgba(8, 8, 8, .42);
  font-size: clamp(13px, .92vw, 15px);
  line-height: 1;
  font-weight: 820;
  letter-spacing: .16em;
  transition: color .28s ease;
}

body.event-page .event-services-catalog__name {
  min-width: 0;
  color: #080808;
  font-size: clamp(25px, 2.22vw, 36px);
  line-height: .9;
  font-weight: 880;
  letter-spacing: 0;
  text-transform: none;
  text-wrap: balance;
  transition: transform .34s var(--curve), color .28s ease;
}

body.event-page .event-services-catalog__count {
  color: rgba(8, 8, 8, .46);
  font-size: 11px;
  line-height: 1;
  font-weight: 760;
  letter-spacing: .18em;
  text-transform: uppercase;
  white-space: nowrap;
}

body.event-page .event-services-catalog__sign {
  justify-self: end;
  color: rgba(8, 8, 8, .74);
  font-size: 26px;
  line-height: 1;
  font-weight: 360;
  transition: color .28s ease, transform .42s var(--curve);
}

body.event-page .event-services-catalog__item:hover {
  background: rgba(8, 8, 8, .012);
}

body.event-page .event-services-catalog__item.is-active {
  background: rgba(8, 8, 8, .018);
}

body.event-page .event-services-catalog__item.is-active::before {
  content: none;
}

body.event-page .event-services-catalog__item.is-active .event-services-catalog__index,
body.event-page .event-services-catalog__item.is-active .event-services-catalog__sign {
  color: #080808;
}

body.event-page .event-services-catalog__item.is-active .event-services-catalog__name {
  transform: none;
}

body.event-page .event-services-catalog__item.is-active .event-services-catalog__sign {
  transform: rotate(45deg);
}

body.event-page .event-services-catalog__panel {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows .68s var(--curve), opacity .42s ease;
}

body.event-page .event-services-catalog__item.is-active .event-services-catalog__panel {
  grid-template-rows: 1fr;
  opacity: 1;
}

body.event-page .event-services-catalog__panelInner {
  min-height: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "desc"
    "services"
    "cta";
  gap: clamp(16px, 1.8vw, 24px);
  padding: 0 clamp(14px, 1.2vw, 22px) clamp(26px, 2.8vw, 42px) clamp(72px, 6.6vw, 104px);
}

body.event-page .event-services-catalog__desc {
  grid-area: desc;
  max-width: 58ch;
  margin: 0;
  color: rgba(8, 8, 8, .68);
  font-size: clamp(15px, 1.08vw, 18px);
  line-height: 1.42;
  letter-spacing: -.01em;
}

body.event-page .event-services-catalog__media {
  display: none;
}

body.event-page .event-services-catalog__services {
  grid-area: services;
  columns: 2;
  column-gap: clamp(24px, 3vw, 48px);
  margin: 0;
  padding: 0;
  list-style: none;
  color: #080808;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.28;
}

body.event-page .event-services-catalog__services li {
  break-inside: avoid;
  padding: 7px 0;
}

body.event-page .event-services-catalog__service-link {
  display: inline;
  color: inherit;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}

body.event-page .event-services-catalog__service-link::after {
  content: none;
  display: none;
}

body.event-page .event-services-catalog__service-link:hover,
body.event-page .event-services-catalog__service-link:focus-visible {
  color: rgba(8, 8, 8, .58);
  outline: none;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

body.event-page .event-services-catalog__cta {
  grid-area: cta;
  width: max-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid #080808;
  border-radius: 999px;
  background: transparent;
  color: #080808;
  font-size: 11px;
  line-height: 1;
  font-weight: 760;
  letter-spacing: .14em;
  text-transform: uppercase;
  box-shadow: none;
  transition: background .22s ease, border-color .22s ease, color .22s ease, transform .22s ease;
}

body.event-page .event-services-catalog__cta:hover,
body.event-page .event-services-catalog__cta:focus-visible {
  background: #080808;
  border-color: #080808;
  color: #fff;
  transform: translateY(-1px);
  outline: none;
}

@media (min-width: 901px) {
  body.event-page .event-services-catalog__aside {
    top: clamp(-40px, -2.8vw, -32px);
    margin-top: 0;
    padding-top: 0;
  }

  body.event-page .event-services-catalog__kicker {
    margin-bottom: 8px;
  }
}

body.event-page #clients.clients--shuffle {
  position: relative;
  overflow: hidden;
  background: #050505;
  color: #f5f5f5;
  padding: clamp(86px, 8vw, 132px) clamp(18px, 5.2vw, 78px) clamp(78px, 7vw, 116px);
  isolation: isolate;
}

body.event-page #clients.clients--shuffle::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .76;
  background:
    radial-gradient(720px 360px at 12% 4%, rgba(255, 255, 255, .09), transparent 62%),
    radial-gradient(640px 340px at 92% 18%, rgba(120, 180, 255, .07), transparent 64%);
}

body.event-page .clients-shuffle__inner {
  position: relative;
  z-index: 1;
  width: min(1160px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, .86fr) minmax(430px, 1fr);
  align-items: center;
  gap: clamp(34px, 5vw, 76px);
}

body.event-page .clients-shuffle__copy {
  max-width: 500px;
}

body.event-page .clients-shuffle__kicker {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, .52);
  font-size: 12px;
  font-weight: 360;
  letter-spacing: .28em;
  text-transform: uppercase;
}

body.event-page .clients-shuffle__title {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 5.4vw, 72px);
  line-height: .94;
  font-weight: 800;
  letter-spacing: var(--besson-heading-track, .01em);
  text-transform: uppercase;
  text-wrap: balance;
}

body.event-page .clients-shuffle__comma,
body.event-page .clients-shuffle__nowrap {
  display: inline-block;
}

body.event-page .clients-shuffle__nowrap {
  white-space: nowrap;
}

body.event-page .clients-shuffle__text {
  margin: 22px 0 0;
  max-width: 42ch;
  color: rgba(255, 255, 255, .58);
  font-size: clamp(14px, 1.28vw, 17px);
  line-height: 1.58;
  letter-spacing: .02em;
}

body.event-page .clients-shuffle-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 7px;
  height: clamp(360px, 37vw, 460px);
  min-width: 0;
}

body.event-page .clients-shuffle-tile {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 0;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .085);
  background:
    radial-gradient(160px 100px at 50% 34%, rgba(255, 255, 255, .055), transparent 68%),
    rgba(255, 255, 255, .035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .055);
  overflow: hidden;
  transition:
    opacity 1.05s cubic-bezier(.22, 1, .36, 1),
    transform 1.16s cubic-bezier(.19, 1, .22, 1),
    border-color .32s ease,
    background .32s ease;
  will-change: opacity, transform;
}

body.event-page .clients-shuffle-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(120deg, transparent 18%, rgba(255, 255, 255, .09), transparent 72%);
  transform: translateX(-120%);
  transition: opacity .3s ease, transform .75s cubic-bezier(.16, 1, .3, 1);
}

body.event-page .clients-shuffle-tile img {
  display: block;
  width: 88%;
  height: 72%;
  object-fit: contain;
  opacity: .88;
  filter: brightness(0) invert(1) grayscale(1) contrast(1.08);
  transform: translateZ(0);
  transition:
    opacity .96s cubic-bezier(.22, 1, .36, 1),
    transform 1.04s cubic-bezier(.19, 1, .22, 1),
    filter .42s ease;
}

body.event-page .clients-shuffle-tile:hover {
  border-color: rgba(255, 255, 255, .18);
  background:
    radial-gradient(180px 110px at 50% 38%, rgba(255, 255, 255, .085), transparent 70%),
    rgba(255, 255, 255, .06);
  transform: translateY(-2px);
}

body.event-page .clients-shuffle-tile:hover::after {
  opacity: 1;
  transform: translateX(120%);
}

body.event-page .clients-shuffle-tile:hover img {
  opacity: 1;
  filter: brightness(0) invert(1) grayscale(1) contrast(1.12);
  transform: scale(1.035);
}

body.event-page #clients.clients--shuffle .clients-shuffle-tile.is-shuffling {
  opacity: .8;
  transform: translate3d(0, 0, 0) scale(.996);
}

body.event-page #clients.clients--shuffle .clients-shuffle-tile.is-reordering {
  opacity: .36;
  transform: translate3d(0, 2px, 0) scale(.99);
}

body.event-page #clients.clients--shuffle .clients-shuffle-tile.is-shuffling img,
body.event-page #clients.clients--shuffle .clients-shuffle-tile.is-reordering img {
  filter: brightness(0) invert(1) grayscale(1) contrast(1.08);
}

body.event-page #clients.clients--shuffle .clients-shuffle-tile.is-flipping {
  transition: none;
  transform: translate3d(var(--shuffle-x, 0), var(--shuffle-y, 0), 0) scale(.99);
}

body.event-page #clients.clients--shuffle .clients-shuffle-tile.is-flipping.is-flip-settled {
  transition:
    opacity 1.05s cubic-bezier(.22, 1, .36, 1),
    transform 1.18s cubic-bezier(.19, 1, .22, 1);
  transform: translate3d(0, 0, 0) scale(.99);
}

body.event-page #clients.clients--shuffle .clients-shuffle-tile.is-shuffling img {
  opacity: .84;
  transform: scale(.992);
}

body.event-page #clients.clients--shuffle .clients-shuffle-tile.is-reordering img {
  opacity: .58;
}

@media (max-width: 900px) {
  body.event-page #clients.clients--shuffle {
    padding: 78px 16px 70px;
  }

  body.event-page .clients-shuffle__inner {
    width: min(100%, 520px);
    grid-template-columns: 1fr;
    gap: 34px;
  }

  body.event-page .clients-shuffle__copy {
    max-width: none;
    text-align: center;
  }

  body.event-page .clients-shuffle__title {
    font-size: clamp(28px, 8.2vw, 42px);
  }

  body.event-page .clients-shuffle__text {
    margin-inline: auto;
  }

  body.event-page .clients-shuffle-grid {
    height: min(104vw, 440px);
    gap: 6px;
  }

  body.event-page .clients-shuffle-tile {
    border-radius: 7px;
  }
}

body.event-page .event-control__inner {
  width: min(1320px, 100%);
  margin: 0 auto;
  display: grid;
  align-items: center;
}

body.event-page .event-control__copy,
body.event-page .event-control__visual {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .68s ease, transform .68s var(--curve);
}

body.event-page .event-control__copy.is-visible,
body.event-page .event-control__visual.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.event-page .event-control__kicker {
  display: block;
  margin: 0 0 20px;
  text-align: left;
}

body.event-page .event-control__kicker {
  color: rgba(255, 255, 255, .78);
}

body.event-page .event-control__kicker::before {
  display: none;
}

body.event-page .event-control__title {
  margin: 0;
  font-weight: 540;
  letter-spacing: -.05em;
  text-wrap: balance;
}

body.event-page .event-control__title {
  max-width: 560px;
  color: #fff;
  font-size: clamp(42px, 4.9vw, 68px);
  line-height: .96;
}

body.event-page .event-control__lead {
  margin: 28px 0 0;
  letter-spacing: -.02em;
}

body.event-page .event-control__lead {
  max-width: 560px;
  color: rgba(255, 255, 255, .68);
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.6;
}

body.event-page .event-control__actions {
  margin-top: 34px;
}

body.event-page .event-control {
  padding: clamp(72px, 6vw, 98px) clamp(16px, 2.4vw, 28px) clamp(88px, 7.2vw, 116px);
  background: #050505;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .06);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  scroll-margin-top: 112px;
  overflow: hidden;
}

body.event-page .event-control__inner {
  grid-template-columns: minmax(0, .88fr) minmax(460px, 1.02fr);
  gap: clamp(38px, 4.2vw, 68px);
  min-height: min(76vh, 760px);
}

body.event-page .event-control__actions .event-hero__btn {
  min-height: 60px;
  min-width: clamp(220px, 18vw, 264px);
  padding: 0 30px;
  font-size: 15px;
}

body.event-page .event-control__actions .event-hero__btn {
  --cta-radius: 19px;
}

body.event-page .event-control__visual {
  position: relative;
  display: grid;
  justify-items: center;
  align-self: stretch;
  gap: 0;
  min-width: 0;
}

body.event-page .event-control__copy {
  align-self: start;
  padding-top: clamp(8px, 1vw, 20px);
}

body.event-page .event-control__scene {
  --event-control-desktop-scale: 1;
  position: relative;
  width: min(100%, 620px);
  aspect-ratio: 1;
  min-height: 560px;
  display: block;
  isolation: isolate;
  overflow: visible;
}

body.event-page .event-control__scene::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(42% * var(--event-control-desktop-scale));
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, .1), rgba(255, 255, 255, 0) 72%);
  filter: blur(12px);
  pointer-events: none;
}

body.event-page .event-control__ring {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

body.event-page .event-control__ring--outer {
  width: calc(78% * var(--event-control-desktop-scale));
  aspect-ratio: 1;
}

body.event-page .event-control__ring--inner {
  width: calc(56% * var(--event-control-desktop-scale));
  aspect-ratio: 1;
  opacity: .48;
}

body.event-page .event-control__sphere {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(clamp(170px, 16vw, 228px) * var(--event-control-desktop-scale));
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .26);
  background:
    radial-gradient(circle at 36% 28%, rgba(255, 255, 255, .14), rgba(255, 255, 255, .03) 40%, rgba(255, 255, 255, 0) 70%),
    linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .01));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .06),
    0 0 56px rgba(255, 255, 255, .08);
  display: grid;
  place-items: center;
  overflow: hidden;
  z-index: 3;
  transition: opacity .28s ease, transform .28s ease, box-shadow .28s ease;
}

body.event-page .event-control__sphere::before {
  content: "";
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .08);
  animation: eventControlSpherePulse 7s ease-in-out infinite;
}

body.event-page .event-control__sphereMark {
  width: 58%;
  display: block;
  filter: brightness(0) invert(1);
  opacity: .92;
  animation: eventControlMarkFloat 6.6s ease-in-out infinite;
}

body.event-page .event-control__orbit {
  position: absolute;
  inset: 0;
  z-index: 8;
}

body.event-page .event-control__node {
  --node-x: 0px;
  --node-y: 0px;
  --node-scale: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(calc(-50% + var(--node-x)), calc(-50% + var(--node-y))) scale(var(--node-scale));
  transform-origin: center;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  background: rgba(12, 12, 12, .86);
  color: rgba(255, 255, 255, .84);
  font-size: 13px;
  line-height: 1;
  font-weight: 520;
  letter-spacing: -.01em;
  white-space: nowrap;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .18);
  transition: border-color .24s ease, background .24s ease, color .24s ease, box-shadow .24s ease, transform .24s ease, opacity .24s ease;
  will-change: transform, opacity;
  cursor: pointer;
}

body.event-page .event-control__nodeDot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 0 12px rgba(255, 255, 255, .16);
  flex: 0 0 auto;
  transition: background .24s ease, box-shadow .24s ease;
}

body.event-page .event-control__node.is-active,
body.event-page .event-control__node:hover,
body.event-page .event-control__node:focus-visible {
  background: #fff;
  color: #080808;
  border-color: #fff;
  box-shadow: 0 18px 34px rgba(0, 0, 0, .24), 0 0 0 1px rgba(255, 255, 255, .12);
  outline: none;
}

body.event-page .event-control__node.is-active .event-control__nodeDot,
body.event-page .event-control__node:hover .event-control__nodeDot,
body.event-page .event-control__node:focus-visible .event-control__nodeDot {
  background: #080808;
  box-shadow: none;
}

body.event-page .event-control__node.is-dimmed {
  opacity: .14 !important;
  filter: blur(.35px);
}

body.event-page .event-control__scene.has-open-detail .event-control__ring,
body.event-page .event-control__scene.has-open-detail .event-control__sphere,
body.event-page .event-control__scene.has-open-detail::before {
  opacity: .14;
}

body.event-page .event-control__scene.has-open-detail .event-control__sphere {
  transform: translate(-50%, -50%) scale(.94);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .04),
    0 0 26px rgba(255, 255, 255, .04);
}

body.event-page .event-control__scene.has-open-detail .event-control__sphere::before,
body.event-page .event-control__scene.has-open-detail .event-control__sphereMark {
  animation-play-state: paused;
}

body.event-page .event-control__scene.has-open-detail .event-control__node.is-active {
  opacity: 0 !important;
  pointer-events: none;
}

body.event-page .event-control__detail {
  --detail-origin-x: 50%;
  --detail-origin-y: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 24;
  width: min(380px, calc(100% - 44px));
  min-height: 168px;
  padding: 22px 22px 20px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 20px;
  background: rgba(255, 255, 255, .96);
  color: #080808;
  box-shadow: 0 28px 64px rgba(0, 0, 0, .34);
  backdrop-filter: blur(18px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(.72);
  transform-origin: var(--detail-origin-x) var(--detail-origin-y);
  transition: opacity .24s ease, visibility .24s ease, transform .28s cubic-bezier(.19, 1, .22, 1);
}

body.event-page .event-control__detail.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}

body.event-page .event-control__detailClose {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(8, 8, 8, .14);
  border-radius: 999px;
  background: rgba(8, 8, 8, .04);
  color: #080808;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

body.event-page .event-control__detailClose:hover,
body.event-page .event-control__detailClose:focus-visible {
  background: rgba(8, 8, 8, .08);
  border-color: rgba(8, 8, 8, .22);
  transform: translateY(-1px);
  outline: none;
}

body.event-page .event-control__detailCloseLine {
  position: absolute;
  width: 14px;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
}

body.event-page .event-control__detailCloseLine:first-child {
  transform: rotate(45deg);
}

body.event-page .event-control__detailCloseLine:last-child {
  transform: rotate(-45deg);
}

body.event-page .event-control__detailTitle {
  margin: 0;
  padding-right: 44px;
  color: #080808;
  font-size: clamp(21px, 1.7vw, 27px);
  line-height: 1.06;
  font-weight: 520;
  letter-spacing: -.03em;
}

body.event-page .event-control__detailText {
  margin: 12px 0 0;
  color: rgba(8, 8, 8, .66);
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: -.01em;
}

@keyframes eventControlSpherePulse {
  0%, 100% { transform: scale(.98); opacity: .52; }
  50% { transform: scale(1.04); opacity: .9; }
}

@keyframes eventControlMarkFloat {
  0%, 100% { transform: translate3d(0, 0, 0) scale(.985); }
  50% { transform: translate3d(0, -6px, 0) scale(1.02); }
}

@media (max-width: 1120px) {
  body.event-page .event-control__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
    min-height: auto;
  }

  body.event-page .event-control__copy {
    max-width: 760px;
  }

  body.event-page .event-control__title,
  body.event-page .event-control__lead {
    max-width: 100%;
  }

  body.event-page .event-control__scene {
    width: min(100%, 560px);
    min-height: 520px;
  }
}

@media (min-width: 1121px) {
  body.event-page .event-control__scene {
    --event-control-desktop-scale: 1.1;
  }
}

@media (max-width: 768px) {
  body.event-page #resources.event-proof {
    min-height: auto !important;
    padding: 44px 16px 60px !important;
  }

  body.event-page #resources.event-proof .resources-command-head {
    margin-bottom: 16px !important;
  }

  body.event-page #resources.event-proof .resources-command-title {
    font-size: clamp(28px, 8vw, 36px) !important;
  }

  body.event-page #resources.event-proof .resources-command-lead {
    max-width: 340px;
    font-size: 13px;
  }

  body.event-page #resources.event-proof .resources-command-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  body.event-page #resources.event-proof .resources-command-card,
  body.event-page #resources.event-proof .resources-command-card.resources-command-card--hero,
  body.event-page #resources.event-proof .resources-command-card[data-count-value="100000"] {
    min-height: 124px !important;
    padding: 14px !important;
  }

  body.event-page #resources.event-proof .resources-command-card[data-count-value="100000"] {
    grid-column: 1 / -1 !important;
    min-height: 138px !important;
  }

  body.event-page #resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-metric {
    padding-inline-start: 4px;
  }

  body.event-page #resources.event-proof .resources-command-number,
  body.event-page #resources.event-proof .resources-command-card--hero .resources-command-number,
  body.event-page #resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-number {
    font-size: clamp(30px, 7.8vw, 42px) !important;
  }

  body.event-page #resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-prefix,
  body.event-page #resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-suffix {
    font-size: 12px !important;
    margin-bottom: 2px;
  }

  body.event-page #resources.event-proof .resources-command-card__title {
    font-size: 15px !important;
  }

  body.event-page #resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-card__title {
    font-size: 14px !important;
  }

  body.event-page #resources.event-proof .resources-command-card__text {
    font-size: 12px !important;
    line-height: 1.34 !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  body.event-page #resources.event-proof .resources-command-card[data-count-value="100000"] .resources-command-card__text {
    font-size: 11px !important;
    line-height: 1.28 !important;
  }

  body.event-page .event-service-orbit {
    padding: 52px 16px 74px;
  }

  body.event-page .event-service-orbit__head {
    margin-bottom: 24px;
  }

  body.event-page .event-service-orbit__title {
    font-size: clamp(28px, 8.2vw, 38px);
  }

  body.event-page .event-service-orbit__lead {
    max-width: 340px;
    font-size: 13px;
  }

  body.event-page .event-service-orbit__grid {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto !important;
    height: auto;
    gap: 10px;
  }

  body.event-page .event-service-orbit__center {
    display: none !important;
  }

  body.event-page .event-service-orbit__monogram {
    display: none !important;
  }

  body.event-page .event-service-orbit__card,
  body.event-page .event-service-orbit__card.is-active,
  body.event-page .event-service-orbit__card:hover,
  body.event-page .event-service-orbit__card:focus-within {
    grid-area: auto !important;
    transform: none;
  }

  body.event-page .event-service-orbit__card {
    padding: 14px;
  }

  body.event-page .event-service-orbit__service-name {
    font-size: 16px;
  }

  body.event-page .event-service-orbit__media {
    aspect-ratio: 16 / 10.5;
  }

  body.event-page .event-service-orbit__description {
    font-size: 12.5px;
    line-height: 1.42;
    -webkit-line-clamp: 4;
    max-height: none;
    opacity: 1;
    overflow: visible;
    transform: none;
  }

  body.event-page .event-service-orbit__actions {
    max-height: none;
    opacity: 1;
    overflow: visible;
    transform: none;
  }

  body.event-page .event-service-orbit__footer {
    margin-top: 20px;
  }

  body.event-page .event-service-orbit__allProjects {
    width: 100%;
    min-height: 46px;
    padding: 0 20px;
    font-size: 11px;
  }

  body.event-page .event-services-catalog {
    min-height: auto;
    display: block;
    padding: 42px 16px 48px;
  }

  body.event-page .event-services-catalog__inner {
    grid-template-columns: 1fr;
    gap: 22px;
    width: 100%;
  }

  body.event-page .event-services-catalog__aside {
    position: static;
    top: auto;
    padding-top: 0;
  }

  body.event-page .event-services-catalog__kicker {
    margin-bottom: 10px;
    font-size: 10px;
    letter-spacing: .2em;
  }

  body.event-page .event-services-catalog__title {
    max-width: 100%;
    font-size: clamp(32px, 10.5vw, 46px);
    line-height: .92;
    white-space: normal;
  }

  body.event-page .event-services-catalog__lead {
    max-width: 34ch;
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.34;
  }

  body.event-page .event-services-catalog__note {
    display: none;
  }

  body.event-page .event-services-catalog__accent,
  body.event-page .event-services-catalog__item::before {
    display: none !important;
    content: none !important;
  }

  body.event-page .event-services-catalog__item.is-active .event-services-catalog__name {
    transform: none;
  }

  body.event-page .event-services-catalog__trigger {
    min-height: 60px;
    grid-template-columns: 34px minmax(0, 1fr) 20px;
    gap: 10px;
    padding: 4px 0;
  }

  body.event-page .event-services-catalog__item + .event-services-catalog__item {
    margin-top: 6px;
  }

  body.event-page .event-services-catalog__count {
    grid-column: 2 / 3;
    grid-row: 2;
    align-self: start;
    margin-top: -7px;
    font-size: 9px;
    letter-spacing: .12em;
  }

  body.event-page .event-services-catalog__sign {
    grid-column: 3;
    grid-row: 1 / 3;
    font-size: 22px;
  }

  body.event-page .event-services-catalog__name {
    font-size: clamp(19px, 5.5vw, 24px);
    line-height: 1;
  }

  body.event-page .event-services-catalog__panelInner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "desc"
      "services"
      "cta";
    gap: 10px;
    padding: 0 0 18px 0;
  }

  body.event-page .event-services-catalog__desc {
    max-width: 36ch;
    font-size: 13.5px;
    line-height: 1.34;
  }

  body.event-page .event-services-catalog__media {
    display: none;
  }

  body.event-page .event-services-catalog__services {
    columns: 1;
    font-size: 13px;
    line-height: 1.22;
  }

  body.event-page .event-services-catalog__services li {
    padding: 4px 0;
  }

  body.event-page .event-services-catalog__cta {
    width: 100%;
    min-height: 42px;
    border-radius: 999px;
    font-size: 10px;
  }

  body.event-page .event-service-orbit__kicker,
  body.event-page .event-control__kicker,
  body.event-page #resources.event-proof .event-proof__kicker {
    margin-bottom: 12px;
    font-size: 10px;
    font-weight: 560;
    letter-spacing: .24em;
  }

  body.event-page .event-control__title {
    max-width: 100%;
    font-size: clamp(34px, 12vw, 52px);
  }

  body.event-page .event-control__lead {
    max-width: 100%;
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.56;
  }

  body.event-page .event-control__actions {
    margin-top: 26px;
  }

  body.event-page .event-control__actions .event-hero__btn {
    width: 100%;
    justify-content: center;
    min-width: 0;
    min-height: 56px;
    padding-inline: 24px;
    font-size: 15px;
  }

  body.event-page .event-control {
    padding: 46px 16px 58px;
  }

  body.event-page .event-control__inner {
    gap: 22px;
  }

  body.event-page .event-control__copy {
    padding-top: 0;
  }

  body.event-page .event-control__title {
    font-size: clamp(28px, 8.1vw, 36px);
    line-height: 1.02;
  }

  body.event-page .event-control__lead {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.48;
  }

  body.event-page .event-control__actions {
    margin-top: 18px;
  }

  body.event-page .event-control__actions .event-hero__btn {
    min-height: 46px;
  }

  body.event-page .event-control__scene {
    width: 100%;
    min-height: 360px;
  }

  body.event-page .event-control__ring--outer {
    width: 82%;
  }

  body.event-page .event-control__ring--inner {
    width: 58%;
  }

  body.event-page .event-control__sphere {
    width: 132px;
  }

  body.event-page .event-control__sphereMark {
    width: 54%;
  }

  body.event-page .event-control__node {
    min-height: 40px;
    padding: 0 12px;
    font-size: 12px;
    gap: 8px;
  }

  body.event-page .event-control__nodeDot {
    width: 6px;
    height: 6px;
  }

  body.event-page .event-control__detail {
    width: min(calc(100% - 24px), 320px);
    min-height: 150px;
    padding: 18px 18px 18px;
  }

  body.event-page .event-control__detailClose {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }

  body.event-page .event-control__detailTitle {
    font-size: 20px;
  }

  body.event-page .event-control__detailText {
    font-size: 13px;
  }
}

@media (hover: none), (pointer: coarse) {
  body.event-page .cursor-dot,
  body.event-page .cursor-ring {
    display: none !important;
  }
}

@media (hover: hover) and (pointer: fine) {
  body.event-page,
  body.event-page * {
    cursor: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.event-page .cursor-ring,
  body.event-page .start-project-home-cta:not(.is-hidden) .cta-float-left__arrow,
  body.event-page .cta-float-left:not(.is-hidden) .cta-float-left__orb {
    animation: none !important;
  }
}

body.event-page.project-modal-open {
  overflow: hidden;
}

body.event-page .project-modal-scrim[hidden],
body.event-page #contact.contact[hidden] {
  display: none !important;
}

body.event-page .project-modal-scrim {
  position: fixed;
  inset: 0;
  z-index: 2300;
  background: rgba(5, 5, 5, .9);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.event-page #contact.contact {
  position: fixed;
  inset: 0;
  z-index: 2301;
  margin: 0;
  padding: 0;
  background: transparent;
  color: rgba(255, 255, 255, .92);
  pointer-events: none;
}

body.event-page #contact .contact__inner {
  width: 100%;
  height: 100%;
  margin: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
}

body.event-page #contact .contact__head {
  display: none;
}

body.event-page #contact .msf {
  position: fixed;
  inset: 0;
  z-index: 2301;
  display: grid;
  place-items: center;
  padding: clamp(14px, 3vw, 28px);
  background: rgba(5, 5, 5, .82);
  pointer-events: auto;
}

body.event-page #contact .msf__card {
  position: relative;
  display: block;
  width: min(576px, calc(100vw - 28px));
  max-height: calc(100vh - 40px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
  margin-inline: auto;
  overflow: auto;
  overscroll-behavior: contain;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, .1);
  background: #070707;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .55), inset 0 1px 0 rgba(255, 255, 255, .05);
  animation: projectFormIn .38s cubic-bezier(.19, 1, .22, 1) both, msfCardGlow 11s ease-in-out infinite;
}

body.event-page #contact .msf-form {
  padding: 18px;
  position: relative;
  z-index: 1;
}

body.event-page #contact .msf__steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 6px 0 14px;
}

body.event-page #contact .msf-step {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .03);
  color: rgba(255, 255, 255, .68);
  transition: background 220ms, border-color 220ms, color 220ms, opacity 220ms;
}

body.event-page #contact .msf-step:disabled {
  cursor: not-allowed;
  opacity: .55;
}

body.event-page #contact .msf-step__num {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .02em;
}

body.event-page #contact .msf-step.is-active {
  background: rgba(255, 255, 255, .92);
  color: #050505;
  border-color: rgba(255, 255, 255, .3);
  box-shadow: 0 0 22px rgba(255, 255, 255, .1);
}

body.event-page #contact .msf-step.is-done {
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .52);
}

body.event-page #contact .msf-step__line {
  position: relative;
  width: 56px;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  overflow: hidden;
}

body.event-page #contact .msf-step__lineFill {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, .42);
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 520ms cubic-bezier(.2, .8, .2, 1);
}

body.event-page #contact .msf__progress {
  width: 100%;
  height: 2px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  overflow: hidden;
}

body.event-page #contact .msf__bar {
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, .52), rgba(255, 255, 255, .92));
  transition: width 520ms cubic-bezier(.2, .8, .2, 1);
}

body.event-page #contact .msf__docsNotice {
  margin: 0 0 14px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .025);
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
  line-height: 1.38;
  letter-spacing: .02em;
}

body.event-page #contact .msf__panel {
  display: grid;
  gap: 12px;
}

body.event-page #contact .msf__panelHead {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

body.event-page #contact .msf__label {
  font-size: 16px;
  font-weight: 560;
  letter-spacing: 0;
  color: rgba(255, 255, 255, .9);
}

body.event-page #contact .msf__count {
  font-size: 11px;
  letter-spacing: .12em;
  color: rgba(255, 255, 255, .42);
}

body.event-page #contact .msf__input {
  width: 100%;
  height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  background: rgba(255, 255, 255, .03);
  color: rgba(255, 255, 255, .92);
  outline: none;
  transition: border-color 200ms, background 200ms, box-shadow 200ms;
}

body.event-page #contact .msf__input::placeholder {
  color: rgba(255, 255, 255, .28);
}

body.event-page #contact .msf__input:focus {
  border-color: rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .04);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, .04);
}

body.event-page #contact .msf__hint {
  margin: 8px 0 0;
  font-size: 11px;
  line-height: 1.35;
  color: rgba(255, 255, 255, .4);
}

body.event-page #contact .msf-phone {
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 10px;
  align-items: stretch;
}

body.event-page #contact .msf-phone__cc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  height: 54px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  background: rgba(255, 255, 255, .03);
  color: rgba(255, 255, 255, .92);
}

body.event-page #contact .msf-phone__code {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .78);
}

body.event-page #contact .msf-cc {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(0, 0, 0, .65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

body.event-page #contact .msf-cc__panel {
  display: grid;
  grid-template-rows: auto 1fr;
  width: min(520px, 100%);
  max-height: min(72vh, 620px);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(10, 10, 10, .92), rgba(10, 10, 10, .88));
  box-shadow: 0 18px 54px rgba(0, 0, 0, .6);
  overflow: hidden;
}

body.event-page #contact .msf-cc__top {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

body.event-page #contact .msf-cc__search,
body.event-page #contact .msf-cc__close {
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 14px;
  background: rgba(255, 255, 255, .03);
  color: rgba(255, 255, 255, .92);
  outline: none;
}

body.event-page #contact .msf-cc__search {
  width: 100%;
  padding: 0 14px;
}

body.event-page #contact .msf-cc__close {
  width: 44px;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, .8);
}

body.event-page #contact .msf-cc__list {
  padding: 8px;
  overflow: auto;
}

body.event-page #contact .msf-cc__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 12px;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: rgba(255, 255, 255, .9);
}

body.event-page #contact .msf-cc__itemLeft {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

body.event-page #contact .msf-cc__itemName {
  overflow: hidden;
  color: rgba(255, 255, 255, .84);
  font-size: 12px;
  letter-spacing: .02em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.event-page #contact .msf-cc__itemCode {
  font-size: 11px;
  letter-spacing: .14em;
  color: rgba(255, 255, 255, .52);
}

body.event-page #contact .msf-cc__item.is-active,
body.event-page #contact .msf-cc__item:hover {
  background: rgba(255, 255, 255, .06);
}

body.event-page #contact .msf__docsTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  border: 1px dashed rgba(255, 255, 255, .14);
  border-radius: 16px;
  background: rgba(255, 255, 255, .02);
}

body.event-page #contact .msf__docsMeta {
  display: grid;
  gap: 6px;
  min-width: 0;
}

body.event-page #contact .msf__docsLabel {
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .42);
}

body.event-page #contact .msf__docsHint {
  max-width: 38ch;
  overflow: hidden;
  color: rgba(255, 255, 255, .46);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.event-page #contact .msf__attachBtn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .03);
  color: rgba(255, 255, 255, .86);
  user-select: none;
}

body.event-page #contact .msf__attachIc {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  background: rgba(255, 255, 255, .02);
}

body.event-page #contact .msf__attachTx {
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .7);
}

body.event-page #contact .msf__file,
body.event-page #contact .msf__check,
body.event-page #contact .msf-legal__check {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

body.event-page #contact .msf__nodocs {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  user-select: none;
}

body.event-page #contact .msf__checkUi,
body.event-page #contact .msf-legal__box {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 6px;
  background: rgba(255, 255, 255, .02);
}

body.event-page #contact .msf__checkUi::after,
body.event-page #contact .msf-legal__box::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 4px;
  background: rgba(255, 255, 255, .92);
  transform: scale(0);
  transition: transform 180ms ease;
}

body.event-page #contact .msf__nodocs input:checked + .msf__checkUi::after,
body.event-page #contact .msf-legal__check:checked + .msf-legal__box::after {
  transform: scale(1);
}

body.event-page #contact .msf__nodocsTx {
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .55);
}

body.event-page #contact .msf-legal {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  background: rgba(255, 255, 255, .025);
}

body.event-page #contact .msf-legal__row {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
}

body.event-page #contact .msf-legal__text {
  color: rgba(255, 255, 255, .58);
  font-size: 11px;
  line-height: 1.42;
}

body.event-page #contact .msf-legal__text a {
  color: rgba(255, 255, 255, .92);
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.event-page #contact .msf__cta {
  width: 100%;
  min-height: 60px;
  margin-top: 16px;
  padding-inline: 20px;
  border-radius: 18px;
}

body.event-page #contact .msf__cta:disabled {
  opacity: .48;
  cursor: not-allowed;
  filter: saturate(.6);
}

body.event-page #contact .msf__ctaLabel {
  font-size: 14px;
  letter-spacing: .04em;
}

body.event-page #contact .msf__cta.is-busy .msf__ctaLabel::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 999px;
  transform: translate(-50%, -50%);
  animation: msfPulseRing 1.05s infinite;
  pointer-events: none;
}

body.event-page #contact .msf__back {
  width: 100%;
  margin-top: 10px;
  padding: 10px 0 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, .42);
  font-size: 12px;
}

body.event-page #contact .msf__status {
  min-height: 16px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .55);
  font-size: 11px;
}

body.event-page #contact .msf__close {
  position: fixed;
  top: calc(18px + env(safe-area-inset-top));
  right: calc(18px + env(safe-area-inset-right));
  z-index: 2302;
  display: block;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(10, 10, 10, .72);
  color: #fff;
}

body.event-page #contact .msf__close::before,
body.event-page #contact .msf__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  background: currentColor;
  transform-origin: center;
}

body.event-page #contact .msf__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

body.event-page #contact .msf__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

body.event-page #contact .contact-success {
  position: fixed;
  inset: 0;
  z-index: 2304;
  display: grid;
  place-items: center;
  min-height: 100svh;
  padding: 18px;
  opacity: 0;
  transform: translateY(10px) scale(.985);
  transition: opacity 520ms cubic-bezier(.16, 1, .3, 1), transform 520ms cubic-bezier(.16, 1, .3, 1);
  overflow: hidden;
  pointer-events: none;
}

body.event-page #contact .contact-success.is-on {
  opacity: 1;
  transform: translateY(0) scale(1);
}

body.event-page #contact .contact-success__monogram {
  position: relative;
  z-index: 2;
  display: block;
  width: clamp(76px, 12vw, 128px);
  height: clamp(76px, 12vw, 128px);
  object-fit: contain;
  background: transparent;
  filter: invert(1) grayscale(1) contrast(1.08) brightness(1.04);
  mix-blend-mode: screen;
  pointer-events: none;
}

body.event-page #contact .contact-success__sparkles {
  position: absolute;
  left: 50%;
  top: 43%;
  width: min(460px, 80vw);
  height: 150px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: .82;
}

body.event-page #contact .contact-success__sparkles span {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 14px rgba(255, 255, 255, .9);
  opacity: 0;
  animation: successSpark 4s linear infinite;
}

body.event-page #contact .contact-success__sparkles span:nth-child(1) { left: 8%; top: 52%; animation-delay: 0s; }
body.event-page #contact .contact-success__sparkles span:nth-child(2) { left: 22%; top: 34%; animation-delay: .6s; }
body.event-page #contact .contact-success__sparkles span:nth-child(3) { left: 42%; top: 58%; animation-delay: 1.1s; }
body.event-page #contact .contact-success__sparkles span:nth-child(4) { left: 61%; top: 28%; animation-delay: 1.7s; }
body.event-page #contact .contact-success__sparkles span:nth-child(5) { left: 76%; top: 48%; animation-delay: 2.3s; }
body.event-page #contact .contact-success__sparkles span:nth-child(6) { left: 90%; top: 38%; animation-delay: 3s; }

body.event-page #contact .contact-success__text {
  position: relative;
  z-index: 2;
  width: min(520px, 86vw);
  padding: 0 18px;
  text-align: center;
  text-wrap: balance;
  color: rgba(255, 255, 255, .92);
  font-size: clamp(18px, 2.7vw, 34px);
  font-weight: 760;
  letter-spacing: .11em;
  line-height: 1.08;
  text-transform: uppercase;
}

body.event-page #contact .contact-success__beam {
  position: absolute;
  left: 50%;
  top: calc(50% + 92px);
  width: min(520px, 78vw);
  height: 2px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .22), #fff, rgba(255, 255, 255, .22), transparent);
  box-shadow: 0 0 18px rgba(255, 255, 255, .55), 0 0 46px rgba(120, 210, 255, .22);
  overflow: hidden;
}

body.event-page #contact .contact-success__beam::after {
  content: "";
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: -90px;
  width: 80px;
  background: linear-gradient(90deg, transparent, #fff, transparent);
  filter: blur(1px);
  animation: successBeam 2.2s cubic-bezier(.19, 1, .22, 1) infinite;
}

body.event-page #contact.is-success .contact-success {
  background: rgba(0, 0, 0, .34);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

body.event-page #contact.is-success .msf {
  display: grid !important;
  pointer-events: none;
}

body.event-page #contact.is-success .msf__card {
  filter: brightness(.34) saturate(.74);
  box-shadow: 0 24px 90px rgba(0, 0, 0, .72), inset 0 1px 0 rgba(255, 255, 255, .08);
}

@keyframes msfCardGlow {
  0%, 100% {
    border-color: rgba(255, 255, 255, .12);
    box-shadow: 0 18px 44px rgba(0, 0, 0, .55), 0 0 18px rgba(255, 255, 255, .04), inset 0 1px 0 rgba(255, 255, 255, .05);
  }
  48% {
    border-color: rgba(255, 255, 255, .23);
    box-shadow: 0 22px 56px rgba(0, 0, 0, .6), 0 0 42px rgba(255, 255, 255, .12), 0 0 82px rgba(140, 190, 255, .05), inset 0 1px 0 rgba(255, 255, 255, .085);
  }
}

@keyframes projectFormIn {
  from {
    opacity: 0;
    transform: translateY(16px) scale(.985);
    filter: blur(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes msfPulseRing {
  0% {
    transform: translate(-50%, -50%) scale(.94);
    opacity: 0;
  }
  16% {
    opacity: .42;
  }
  55% {
    opacity: .18;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.9);
    opacity: 0;
  }
}

@keyframes successSpark {
  0% {
    transform: translate3d(-24px, 18px, 0) scale(.6);
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  72% {
    opacity: .72;
  }
  100% {
    transform: translate3d(34px, -24px, 0) scale(1.25);
    opacity: 0;
  }
}

@keyframes successBeam {
  0% {
    left: -90px;
  }
  100% {
    left: calc(100% + 30px);
  }
}

@media (max-width: 768px) {
  body.event-page #contact .msf {
    padding: max(14px, env(safe-area-inset-top)) 14px max(14px, env(safe-area-inset-bottom));
  }

  body.event-page #contact .msf__card {
    width: min(576px, calc(100vw - 28px));
    max-height: calc(100svh - 28px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
  }

  @supports (height: 100dvh) {
    body.event-page #contact .msf__card {
      max-height: calc(100dvh - 28px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    }
  }

  body.event-page #contact .msf-form {
    padding: 16px 14px 18px;
  }

  body.event-page #contact .msf__steps {
    gap: 8px;
  }

  body.event-page #contact .msf-step {
    width: 34px;
    height: 34px;
  }

  body.event-page #contact .msf-step__line {
    width: 28px;
  }

  body.event-page #contact .msf-phone {
    grid-template-columns: 98px 1fr;
  }

  body.event-page #contact .msf__docsTop {
    flex-direction: column;
    align-items: stretch;
  }

  body.event-page #contact .msf__docsHint,
  body.event-page #contact .msf__attachTx {
    white-space: normal;
  }

  body.event-page #contact .contact-success__beam {
    top: calc(50% + 82px);
  }
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.event-page .event-intake {
  position: relative;
  padding: clamp(76px, 8vw, 118px) clamp(20px, 4vw, 52px) clamp(84px, 8vw, 126px);
  background: #fff;
  color: #080808;
}

body.event-page .event-intake__inner {
  width: min(1240px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .76fr) minmax(420px, .92fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: start;
}

body.event-page .event-intake__copy,
body.event-page .event-intake__form,
body.event-page .faq-home__head,
body.event-page .faq-home__item {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity .78s cubic-bezier(.19, 1, .22, 1), transform .78s cubic-bezier(.19, 1, .22, 1);
}

body.event-page .event-intake__copy.is-visible,
body.event-page .event-intake__form.is-visible,
body.event-page .faq-home__head.is-visible,
body.event-page .faq-home__item.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body.event-page .event-intake__copy {
  padding-top: clamp(8px, 1.4vw, 18px);
}

body.event-page .event-intake__title {
  margin: 0;
  max-width: 11ch;
  font-size: clamp(34px, 4.1vw, 58px);
  line-height: .98;
  font-weight: 560;
  letter-spacing: -.03em;
  text-wrap: balance;
}

body.event-page .event-intake__lead {
  max-width: 34ch;
  margin: 20px 0 0;
  color: rgba(8, 8, 8, .62);
  font-size: clamp(16px, 1.18vw, 19px);
  line-height: 1.5;
  letter-spacing: -.01em;
}

body.event-page .event-intake__form {
  position: relative;
}

body.event-page .event-why {
  position: relative;
  padding: clamp(52px, 5.6vw, 88px) clamp(20px, 4vw, 52px) clamp(64px, 6vw, 96px);
  background: #fff;
  color: #080808;
  overflow: hidden;
}

body.event-page .event-section-mark--why {
  right: auto;
  left: clamp(-260px, -14vw, -82px);
  bottom: auto;
  top: clamp(22px, 5vw, 72px);
  width: clamp(640px, 56vw, 1180px);
  opacity: .022;
}

body.event-page .event-why__inner {
  width: min(1320px, 100%);
  margin: 0 auto;
}

body.event-page .event-why__head,
body.event-page .event-why__intro,
body.event-page .event-why__item {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity .78s cubic-bezier(.19, 1, .22, 1), transform .78s cubic-bezier(.19, 1, .22, 1);
}

body.event-page .event-why__head.is-visible,
body.event-page .event-why__intro.is-visible,
body.event-page .event-why__item.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body.event-page .event-why__head {
  max-width: none;
  margin: 0 auto clamp(24px, 2.4vw, 32px);
  text-align: center;
}

body.event-page .event-why__title {
  margin: 0 auto;
  max-width: none;
  color: #080808;
  font-size: clamp(40px, 4.7vw, 68px);
  line-height: .92;
  font-weight: 540;
  letter-spacing: -.05em;
  text-wrap: balance;
}

body.event-page .event-why__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  border: 0;
  border-radius: 0;
  background: #fff;
  overflow: visible;
  justify-items: center;
}

body.event-page .event-why__intro {
  padding: clamp(28px, 3vw, 42px);
  border-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100%;
}

body.event-page .event-why__introTitle {
  margin: 0;
  max-width: 18ch;
  color: #080808;
  font-size: clamp(30px, 2.9vw, 48px);
  line-height: .95;
  font-weight: 520;
  letter-spacing: -.045em;
  text-wrap: balance;
}

body.event-page .event-why__introText {
  max-width: 34ch;
  margin: 16px 0 0;
  color: rgba(8, 8, 8, .62);
  font-size: clamp(14px, 1.02vw, 17px);
  line-height: 1.56;
  letter-spacing: -.01em;
}

body.event-page .event-why__list {
  display: grid;
  width: min(1040px, 100%);
  margin: 0 auto;
}

body.event-page .event-why__item {
  display: grid;
  grid-template-columns: 56px minmax(180px, .64fr) minmax(0, 1fr);
  gap: 14px clamp(16px, 1.8vw, 28px);
  align-items: start;
  padding: clamp(22px, 2.1vw, 30px) clamp(24px, 2.5vw, 34px);
  border-top: 0;
}

body.event-page .event-why__item:first-child {
  border-top: 0;
}

body.event-page .event-why__item:nth-child(2) {
  transition-delay: 70ms;
}

body.event-page .event-why__item:nth-child(3) {
  transition-delay: 140ms;
}

body.event-page .event-why__item:nth-child(4) {
  transition-delay: 210ms;
}

body.event-page .event-why__index {
  color: rgba(8, 8, 8, .48);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .14em;
  text-transform: uppercase;
}

body.event-page .event-why__itemTitle {
  margin: 0;
  color: #080808;
  font-size: clamp(18px, 1.4vw, 27px);
  line-height: 1.02;
  font-weight: 520;
  letter-spacing: -.03em;
  text-wrap: balance;
}

body.event-page .event-why__itemText {
  margin: 0;
  color: rgba(8, 8, 8, .58);
  font-size: clamp(13px, .96vw, 16px);
  line-height: 1.5;
  letter-spacing: -.01em;
  text-wrap: pretty;
}

body.event-page #contactInline.contact {
  position: relative;
  margin: 0;
  padding: 0;
  background: transparent;
  color: rgba(255, 255, 255, .92);
}

body.event-page #contactInline .contact__inner {
  position: relative;
  width: 100%;
  margin: 0;
}

body.event-page #contactInline .contact__head {
  display: none;
}

body.event-page #contactInline .msf {
  position: relative;
  display: block;
  padding: 0;
  background: transparent;
}

body.event-page #contactInline .msf__card {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, .1);
  background: #070707;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .55), inset 0 1px 0 rgba(255, 255, 255, .05);
  animation: msfCardGlow 11s ease-in-out infinite;
}

body.event-page #contactInline .msf-form {
  position: relative;
  z-index: 1;
  padding: 18px;
}

body.event-page #contactInline .msf__steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 6px 0 14px;
}

body.event-page #contactInline .msf-step {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .03);
  color: rgba(255, 255, 255, .68);
  transition: background 220ms, border-color 220ms, color 220ms, opacity 220ms;
}

body.event-page #contactInline .msf-step:disabled {
  cursor: not-allowed;
  opacity: .55;
}

body.event-page #contactInline .msf-step__num {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .02em;
}

body.event-page #contactInline .msf-step.is-active {
  background: rgba(255, 255, 255, .92);
  color: #050505;
  border-color: rgba(255, 255, 255, .3);
  box-shadow: 0 0 22px rgba(255, 255, 255, .1);
}

body.event-page #contactInline .msf-step.is-done {
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .52);
}

body.event-page #contactInline .msf-step__line {
  position: relative;
  width: 56px;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  overflow: hidden;
}

body.event-page #contactInline .msf-step__lineFill {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, .42);
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 520ms cubic-bezier(.2, .8, .2, 1);
}

body.event-page #contactInline .msf__progress {
  width: 100%;
  height: 2px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  overflow: hidden;
}

body.event-page #contactInline .msf__bar {
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, .52), rgba(255, 255, 255, .92));
  transition: width 520ms cubic-bezier(.2, .8, .2, 1);
}

body.event-page #contactInline .msf__docsNotice {
  margin: 0 0 14px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .025);
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
  line-height: 1.38;
  letter-spacing: .02em;
}

body.event-page #contactInline .msf__panel {
  display: grid;
  gap: 12px;
}

body.event-page #contactInline .msf__panelHead {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

body.event-page #contactInline .msf__label {
  font-size: 16px;
  font-weight: 560;
  letter-spacing: 0;
  color: rgba(255, 255, 255, .9);
}

body.event-page #contactInline .msf__count {
  font-size: 11px;
  letter-spacing: .12em;
  color: rgba(255, 255, 255, .42);
}

body.event-page #contactInline .msf__input {
  width: 100%;
  height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  background: rgba(255, 255, 255, .03);
  color: rgba(255, 255, 255, .92);
  outline: none;
  transition: border-color 200ms, background 200ms, box-shadow 200ms;
}

body.event-page #contactInline .msf__input::placeholder {
  color: rgba(255, 255, 255, .28);
}

body.event-page #contactInline .msf__input:focus {
  border-color: rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .04);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, .04);
}

body.event-page #contactInline .msf__hint {
  margin: 8px 0 0;
  font-size: 11px;
  line-height: 1.35;
  color: rgba(255, 255, 255, .4);
}

body.event-page #contactInline .msf-phone {
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 10px;
  align-items: stretch;
}

body.event-page #contactInline .msf-phone__cc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  height: 54px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  background: rgba(255, 255, 255, .03);
  color: rgba(255, 255, 255, .92);
}

body.event-page #contactInline .msf-phone__code {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .78);
}

body.event-page #contactInline .msf-cc {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(0, 0, 0, .65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

body.event-page #contactInline .msf-cc__panel {
  display: grid;
  grid-template-rows: auto 1fr;
  width: min(520px, 100%);
  max-height: min(72vh, 620px);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(10, 10, 10, .92), rgba(10, 10, 10, .88));
  box-shadow: 0 18px 54px rgba(0, 0, 0, .6);
  overflow: hidden;
}

body.event-page #contactInline .msf-cc__top {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

body.event-page #contactInline .msf-cc__search,
body.event-page #contactInline .msf-cc__close {
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 14px;
  background: rgba(255, 255, 255, .03);
  color: rgba(255, 255, 255, .92);
  outline: none;
}

body.event-page #contactInline .msf-cc__search {
  width: 100%;
  padding: 0 14px;
}

body.event-page #contactInline .msf-cc__close {
  width: 44px;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, .8);
}

body.event-page #contactInline .msf-cc__list {
  padding: 8px;
  overflow: auto;
}

body.event-page #contactInline .msf-cc__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 12px;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: rgba(255, 255, 255, .9);
}

body.event-page #contactInline .msf-cc__itemLeft {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

body.event-page #contactInline .msf-cc__itemName {
  overflow: hidden;
  color: rgba(255, 255, 255, .84);
  font-size: 12px;
  letter-spacing: .02em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.event-page #contactInline .msf-cc__itemCode {
  font-size: 11px;
  letter-spacing: .14em;
  color: rgba(255, 255, 255, .52);
}

body.event-page #contactInline .msf-cc__item.is-active,
body.event-page #contactInline .msf-cc__item:hover {
  background: rgba(255, 255, 255, .06);
}

body.event-page #contactInline .msf__docsTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  border: 1px dashed rgba(255, 255, 255, .14);
  border-radius: 16px;
  background: rgba(255, 255, 255, .02);
}

body.event-page #contactInline .msf__docsMeta {
  display: grid;
  gap: 6px;
  min-width: 0;
}

body.event-page #contactInline .msf__docsLabel {
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .42);
}

body.event-page #contactInline .msf__docsHint {
  max-width: 38ch;
  overflow: hidden;
  color: rgba(255, 255, 255, .46);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.event-page #contactInline .msf__attachBtn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .03);
  color: rgba(255, 255, 255, .86);
  user-select: none;
}

body.event-page #contactInline .msf__attachIc {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  background: rgba(255, 255, 255, .02);
}

body.event-page #contactInline .msf__attachTx {
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .7);
}

body.event-page #contactInline .msf__file,
body.event-page #contactInline .msf__check,
body.event-page #contactInline .msf-legal__check {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

body.event-page #contactInline .msf__nodocs {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  user-select: none;
}

body.event-page #contactInline .msf__checkUi,
body.event-page #contactInline .msf-legal__box {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 6px;
  background: rgba(255, 255, 255, .02);
}

body.event-page #contactInline .msf__checkUi::after,
body.event-page #contactInline .msf-legal__box::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 4px;
  background: rgba(255, 255, 255, .92);
  transform: scale(0);
  transition: transform 180ms ease;
}

body.event-page #contactInline .msf__nodocs input:checked + .msf__checkUi::after,
body.event-page #contactInline .msf-legal__check:checked + .msf-legal__box::after {
  transform: scale(1);
}

body.event-page #contactInline .msf__nodocsTx {
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .55);
}

body.event-page #contactInline .msf-legal {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  background: rgba(255, 255, 255, .025);
}

body.event-page #contactInline .msf-legal__row {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
}

body.event-page #contactInline .msf-legal__text {
  color: rgba(255, 255, 255, .58);
  font-size: 11px;
  line-height: 1.42;
}

body.event-page #contactInline .msf-legal__text a {
  color: rgba(255, 255, 255, .92);
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.event-page #contactInline .msf__cta {
  width: 100%;
  min-height: 60px;
  margin-top: 16px;
  padding-inline: 20px;
  border-radius: 18px;
}

body.event-page #contactInline .msf__cta:disabled {
  opacity: .48;
  cursor: not-allowed;
  filter: saturate(.6);
}

body.event-page #contactInline .msf__ctaLabel {
  font-size: 14px;
  letter-spacing: .04em;
}

body.event-page #contactInline .msf__cta.is-busy .msf__ctaLabel::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 999px;
  transform: translate(-50%, -50%);
  animation: msfPulseRing 1.05s infinite;
  pointer-events: none;
}

body.event-page #contactInline .msf__back {
  width: 100%;
  margin-top: 10px;
  padding: 10px 0 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, .42);
  font-size: 12px;
}

body.event-page #contactInline .msf__status {
  min-height: 16px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .55);
  font-size: 11px;
}

body.event-page #contactInline .contact-success {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: grid;
  place-items: center;
  padding: 18px;
  border-radius: 18px;
  background: #050505;
  opacity: 0;
  transform: translateY(10px) scale(.985);
  transition: opacity 520ms cubic-bezier(.16, 1, .3, 1), transform 520ms cubic-bezier(.16, 1, .3, 1);
  overflow: hidden;
  pointer-events: none;
}

body.event-page #contactInline .contact-success.is-on {
  opacity: 1;
  transform: translateY(0) scale(1);
}

body.event-page #contactInline .contact-success__monogram {
  position: relative;
  z-index: 2;
  display: block;
  width: clamp(76px, 12vw, 128px);
  height: clamp(76px, 12vw, 128px);
  object-fit: contain;
  background: transparent;
  filter: invert(1) grayscale(1) contrast(1.08) brightness(1.04);
  mix-blend-mode: screen;
  pointer-events: none;
}

body.event-page #contactInline .contact-success__sparkles {
  position: absolute;
  left: 50%;
  top: 43%;
  width: min(460px, 80vw);
  height: 150px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: .82;
}

body.event-page #contactInline .contact-success__sparkles span {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 14px rgba(255, 255, 255, .9);
  opacity: 0;
  animation: successSpark 4s linear infinite;
}

body.event-page #contactInline .contact-success__sparkles span:nth-child(1) { left: 8%; top: 52%; animation-delay: 0s; }
body.event-page #contactInline .contact-success__sparkles span:nth-child(2) { left: 22%; top: 34%; animation-delay: .6s; }
body.event-page #contactInline .contact-success__sparkles span:nth-child(3) { left: 42%; top: 58%; animation-delay: 1.1s; }
body.event-page #contactInline .contact-success__sparkles span:nth-child(4) { left: 61%; top: 28%; animation-delay: 1.7s; }
body.event-page #contactInline .contact-success__sparkles span:nth-child(5) { left: 76%; top: 48%; animation-delay: 2.3s; }
body.event-page #contactInline .contact-success__sparkles span:nth-child(6) { left: 90%; top: 38%; animation-delay: 3s; }

body.event-page #contactInline .contact-success__text {
  position: relative;
  z-index: 2;
  width: min(520px, 86vw);
  padding: 0 18px;
  text-align: center;
  text-wrap: balance;
  color: rgba(255, 255, 255, .92);
  font-size: clamp(18px, 2.2vw, 32px);
  font-weight: 760;
  letter-spacing: .08em;
  line-height: 1.08;
  text-transform: uppercase;
}

body.event-page #contactInline .contact-success__beam {
  position: absolute;
  left: 50%;
  top: calc(50% + 82px);
  width: min(520px, 78vw);
  height: 2px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .22), #fff, rgba(255, 255, 255, .22), transparent);
  box-shadow: 0 0 18px rgba(255, 255, 255, .55), 0 0 46px rgba(120, 210, 255, .22);
  overflow: hidden;
}

body.event-page #contactInline .contact-success__beam::after {
  content: "";
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: -90px;
  width: 80px;
  background: linear-gradient(90deg, transparent, #fff, transparent);
  filter: blur(1px);
  animation: successBeam 2.2s cubic-bezier(.19, 1, .22, 1) infinite;
}

body.event-page #contactInline.is-success .msf {
  pointer-events: none;
}

body.event-page #contactInline.is-success .msf__card {
  filter: brightness(.34) saturate(.74);
  box-shadow: 0 24px 90px rgba(0, 0, 0, .72), inset 0 1px 0 rgba(255, 255, 255, .08);
}

body.event-page .news-section {
  position: relative;
  margin: 0;
  padding: clamp(88px, 8vw, 128px) 0 clamp(72px, 8vw, 116px);
  background: #050505;
  color: #f5f5f5;
  overflow: hidden;
}

body.event-page .news-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(760px 360px at 14% 0%, rgba(255, 255, 255, .09), transparent 62%),
    radial-gradient(680px 360px at 90% 28%, rgba(110, 210, 255, .07), transparent 64%);
  opacity: .72;
  pointer-events: none;
}

body.event-page .news-section__inner {
  position: relative;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

body.event-page .news-section__head {
  max-width: 680px;
  margin: 0 0 26px;
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity .78s cubic-bezier(.19, 1, .22, 1), transform .78s cubic-bezier(.19, 1, .22, 1);
}

body.event-page .news-section.is-in .news-section__head {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body.event-page .news-section__title {
  margin: 0;
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1;
  font-weight: 560;
  letter-spacing: -.03em;
  text-wrap: balance;
}

body.event-page .news-section__lines {
  display: grid;
  gap: 6px;
  margin-top: 20px;
  width: min(420px, 100%);
}

body.event-page .news-section__lines span {
  display: block;
  height: 1px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .52);
  transform-origin: left;
  opacity: .8;
}

body.event-page .news-section__lines span:nth-child(1) { width: 100%; }
body.event-page .news-section__lines span:nth-child(2) { width: 68%; opacity: .55; }
body.event-page .news-section__lines span:nth-child(3) { width: 38%; opacity: .32; }

body.event-page .news-grid {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  margin-right: calc((min(1120px, calc(100vw - 48px)) - 100vw) / 2);
  padding: 0 calc((100vw - min(1120px, calc(100vw - 48px))) / 2) 6px 0;
}

body.event-page .news-grid::-webkit-scrollbar {
  display: none;
}

body.event-page .news-card {
  flex: 0 0 clamp(300px, 31vw, 380px);
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, .11);
  background: linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .022));
  box-shadow: 0 24px 70px rgba(0, 0, 0, .42), inset 0 1px 0 rgba(255, 255, 255, .06);
  cursor: pointer;
  scroll-snap-align: start;
  opacity: 0;
  transform: translate3d(0, 22px, 0) scale(.985);
  filter: blur(8px);
  transition: opacity .78s cubic-bezier(.19, 1, .22, 1), transform .78s cubic-bezier(.19, 1, .22, 1), filter .78s cubic-bezier(.19, 1, .22, 1), border-color .26s ease;
}

body.event-page .news-section.is-in .news-card {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

body.event-page .news-card:nth-child(2) { transition-delay: 90ms; }
body.event-page .news-card:nth-child(3) { transition-delay: 180ms; }
body.event-page .news-card:nth-child(4) { transition-delay: 270ms; }
body.event-page .news-card:nth-child(5) { transition-delay: 360ms; }
body.event-page .news-card:nth-child(6) { transition-delay: 450ms; }

body.event-page .news-card:hover {
  transform: translate3d(0, -4px, 0);
  border-color: rgba(255, 255, 255, .2);
}

body.event-page .news-card__media {
  position: relative;
  height: 230px;
  overflow: hidden;
  background: #111;
}

body.event-page .news-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.82) contrast(1.08) brightness(.72);
  transform: scale(1.02);
  transition: transform .7s cubic-bezier(.19, 1, .22, 1), filter .32s ease;
}

body.event-page .news-card:hover .news-card__media img {
  transform: scale(1.075);
  filter: saturate(.95) contrast(1.1) brightness(.8);
}

body.event-page .news-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5, 5, 5, .88), rgba(5, 5, 5, .08) 58%, rgba(5, 5, 5, .2));
  pointer-events: none;
}

body.event-page .news-card__save {
  display: none;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(0, 0, 0, .28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body.event-page .news-card__save::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 15px;
  border: 1.6px solid rgba(255, 255, 255, .86);
  border-bottom: 0;
  transform: translate(-50%, -50%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 72%, 0 100%);
}

body.event-page .news-card__save.is-active {
  background: #fff;
}

body.event-page .news-card__save.is-active::before {
  border-color: #050505;
}

body.event-page .news-card__meta {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: rgba(255, 255, 255, .76);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

body.event-page .news-card__body {
  padding: 18px;
}

body.event-page .news-card__tag {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, .46);
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

body.event-page .news-card__body h3 {
  margin: 0;
  font-size: clamp(16px, 1.55vw, 20px);
  line-height: 1.2;
  font-weight: 660;
  letter-spacing: .01em;
  color: rgba(255, 255, 255, .94);
}

body.event-page .news-card__summary {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
  line-height: 1.55;
}

body.event-page .news-card__link {
  width: max-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin-top: 16px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .06);
  color: #fff;
  font-size: 10px;
  line-height: 1;
  font-weight: 760;
  letter-spacing: .16em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .22s ease, color .22s ease, transform .22s ease, border-color .22s ease;
}

body.event-page .news-card__link:hover,
body.event-page .news-card__link:focus-visible {
  background: #fff;
  color: #050505;
  border-color: #fff;
  outline: none;
  transform: translateY(-1px);
}

body.event-page .news-section__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 28px;
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity .78s cubic-bezier(.19, 1, .22, 1), transform .78s cubic-bezier(.19, 1, .22, 1);
}

body.event-page .news-section.is-in .news-section__actions {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 220ms;
}

body.event-page .news-section__all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .04);
  color: #fff;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: .2em;
  text-transform: uppercase;
  transition: background .22s ease, color .22s ease, transform .22s ease;
}

body.event-page .news-section__all:hover,
body.event-page .news-section__all:focus-visible {
  background: #fff;
  color: #050505;
  transform: translateY(-2px);
}

body.event-page .news-section__nav {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

body.event-page .news-section__arrow {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .045);
  color: #fff;
  display: grid;
  place-items: center;
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

body.event-page .news-section__arrow:hover,
body.event-page .news-section__arrow:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, .32);
  background: rgba(255, 255, 255, .09);
}

body.event-page .news-section__arrow svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.event-page .news-modal {
  position: fixed;
  inset: 0;
  z-index: 2250;
  display: none;
}

body.event-page .news-modal.is-open {
  display: block;
}

body.event-page .news-modal__bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body.event-page .news-modal__panel {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(980px, calc(100vw - 28px));
  max-height: min(780px, calc(100vh - 28px));
  overflow: auto;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: #090909;
  color: #f5f5f5;
  box-shadow: 0 24px 90px rgba(0, 0, 0, .65);
}

body.event-page .news-modal__media {
  height: clamp(220px, 34vw, 360px);
  background: #111;
}

body.event-page .news-modal__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.9) brightness(.76);
}

body.event-page .news-modal__content {
  padding: clamp(20px, 3vw, 34px);
}

body.event-page .news-modal__meta {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, .52);
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

body.event-page .news-modal__content h3 {
  margin: 0 0 18px;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.05;
  letter-spacing: .01em;
  text-wrap: balance;
}

body.event-page .news-modal__text {
  display: grid;
  gap: 14px;
  color: rgba(255, 255, 255, .7);
  font-size: 15px;
  line-height: 1.65;
}

body.event-page .news-modal__text p {
  margin: 0;
}

body.event-page .news-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(0, 0, 0, .42);
  color: #fff;
  z-index: 2;
}

body.event-page .news-modal__close::before,
body.event-page .news-modal__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 17px;
  height: 2px;
  background: currentColor;
  transform-origin: center;
}

body.event-page .news-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

body.event-page .news-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

body.event-page.news-lock {
  overflow: hidden;
}

body.event-page .faq-home {
  position: relative;
  padding: clamp(76px, 7vw, 108px) clamp(20px, 4vw, 52px) clamp(88px, 8vw, 120px);
  background: #fff;
  color: #080808;
}

body.event-page .faq-home__inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

body.event-page .faq-home__head {
  max-width: 680px;
  margin: 0 auto 30px;
  text-align: center;
}

body.event-page .faq-home__kicker {
  margin: 0 0 12px;
  color: rgba(8, 8, 8, .46);
  font-size: 10px;
  font-weight: 360;
  letter-spacing: .24em;
  text-transform: uppercase;
}

body.event-page .faq-home__title {
  margin: 0;
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1;
  font-weight: 560;
  letter-spacing: -.03em;
  text-wrap: balance;
}

body.event-page .faq-home__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body.event-page .faq-home__item {
  padding: clamp(18px, 1.5vw, 24px);
  border: 1px solid rgba(8, 8, 8, .08);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .04);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

body.event-page .faq-home__item:hover {
  transform: translate3d(0, -2px, 0);
  border-color: rgba(8, 8, 8, .14);
  box-shadow: 0 22px 56px rgba(0, 0, 0, .06);
}

body.event-page .faq-home__item h3 {
  margin: 0 0 8px;
  font-size: clamp(13px, .96vw, 15px);
  line-height: 1.24;
  font-weight: 720;
  letter-spacing: .05em;
  text-transform: uppercase;
}

body.event-page .faq-home__item p {
  margin: 0;
  color: rgba(8, 8, 8, .62);
  font-size: clamp(12px, .84vw, 13px);
  line-height: 1.52;
  letter-spacing: .01em;
}

@media (max-width: 960px) {
  body.event-page .event-intake__inner {
    grid-template-columns: 1fr;
  }

  body.event-page .event-why__body {
    grid-template-columns: 1fr;
  }

  body.event-page .event-why__intro {
    border-right: 0;
    border-bottom: 0;
  }

  body.event-page .event-intake__copy {
    max-width: 640px;
  }

  body.event-page .event-why__head,
  body.event-page .event-why__intro,
  body.event-page .event-why__title,
  body.event-page .event-why__introTitle {
    max-width: none;
  }

  body.event-page .event-intake__title,
  body.event-page .event-intake__lead {
    max-width: none;
  }
}

@media (max-width: 768px) {
  body.event-page .event-intake {
    padding-inline: 16px;
  }

  body.event-page .event-why {
    padding: 58px 18px 64px;
  }

  body.event-page .event-section-mark--why {
    left: auto;
    right: -84px;
    top: auto;
    bottom: -72px;
  }

  body.event-page .event-why__head {
    margin-bottom: 34px;
  }

  body.event-page .event-why__title {
    max-width: 11.5ch;
    margin-inline: auto;
    font-size: clamp(34px, 8.2vw, 42px);
    line-height: .9;
    text-align: center;
    text-wrap: balance;
  }

  body.event-page .event-why__body {
    min-height: auto;
    gap: 18px;
  }

  @supports (height: 100dvh) {
    body.event-page .event-why__body {
      min-height: auto;
    }
  }

  body.event-page .event-why__intro {
    padding: 2px 0 18px;
  }

  body.event-page .event-why__introTitle {
    max-width: 10.8ch;
    font-size: clamp(28px, 6.9vw, 34px);
    line-height: .92;
    text-wrap: balance;
  }

  body.event-page .event-why__introText {
    max-width: 24ch;
    margin-top: 20px;
    color: rgba(8, 8, 8, .62);
    font-size: 15px;
    line-height: 1.42;
  }

  body.event-page .event-why__item {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 8px 12px;
    padding: 14px 18px;
  }

  body.event-page .event-why__itemTitle {
    font-size: 17px;
    line-height: 1.04;
  }

  body.event-page .event-why__itemText {
    grid-column: 2;
    font-size: 12px;
    line-height: 1.38;
  }

  body.event-page .event-intake__inner {
    gap: 22px;
  }

  body.event-page .event-intake__title {
    max-width: 10ch;
    font-size: clamp(30px, 9vw, 42px);
  }

  body.event-page #contactInline .msf-form {
    padding: 16px 14px 18px;
  }

  body.event-page #contactInline .msf__steps {
    gap: 8px;
  }

  body.event-page #contactInline .msf-step {
    width: 34px;
    height: 34px;
  }

  body.event-page #contactInline .msf-step__line {
    width: 28px;
  }

  body.event-page #contactInline .msf-phone {
    grid-template-columns: 98px 1fr;
  }

  body.event-page #contactInline .msf__docsTop {
    flex-direction: column;
    align-items: stretch;
  }

  body.event-page #contactInline .msf__docsHint,
  body.event-page #contactInline .msf__attachTx {
    white-space: normal;
  }

  body.event-page .news-section__head {
    text-align: center;
    margin-inline: auto;
  }

  body.event-page .news-section__lines {
    margin-inline: auto;
  }

  body.event-page .news-grid {
    margin-left: 0;
    margin-right: -16px;
    padding-right: 16px;
  }

  body.event-page .faq-home {
    padding-inline: 16px;
  }

  body.event-page .faq-home__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  body.event-page .news-section__inner {
    width: calc(100% - 32px);
  }

  body.event-page .news-card {
    flex-basis: min(82vw, 340px);
  }

  body.event-page .news-card__media {
    height: 200px;
  }

  body.event-page .news-section__actions {
    align-items: center;
    gap: 12px;
  }

  body.event-page .news-section__all {
    flex: 1 1 auto;
    min-height: 44px;
    width: auto;
  }

  body.event-page .news-section__arrow {
    width: 40px;
    height: 40px;
  }
}

body.event-page :is(h1, h2, h3),
body.event-page :is(
  .event-hero__title,
  .resources-command-title,
  .resources-command-card__title,
  .event-service-orbit__title,
  .event-service-orbit__service-name,
  .event-services-catalog__title,
  .clients-shuffle__title,
  .event-why__title,
  .event-why__introTitle,
  .event-why__itemTitle,
  .event-control__title,
  .event-control__detailTitle,
  .event-intake__title,
  .news-section__title,
  .news-card__body h3,
  .news-modal__content h3,
  .faq-home__title,
  .faq-home__item h3,
  .contacts-modal__title,
  .contacts-office h3
) {
  font-family: Inter, "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  font-feature-settings: "kern" 1, "liga" 1 !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body.event-page #resources.event-proof :is(.resources-command-title, .resources-command-card__title) {
  font-family: Inter, "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  font-feature-settings: "kern" 1, "liga" 1 !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body.event-page .event-directions {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #fff;
  color: #050505;
  padding: clamp(76px, 8.4vw, 136px) var(--pad);
}

body.event-page .event-directions__inner {
  width: min(1320px, 100%);
  margin: 0 auto;
}

body.event-page .event-directions__head {
  margin: 0 0 clamp(50px, 6.8vw, 96px);
}

body.event-page .event-directions__kicker {
  margin: 0 0 clamp(16px, 2vw, 26px);
  color: rgba(5, 5, 5, .52);
  font-size: clamp(11px, .84vw, 13px);
  font-weight: 760;
  letter-spacing: .22em;
  line-height: 1;
  text-transform: uppercase;
}

body.event-page .event-directions__title {
  width: 100%;
  max-width: 100%;
  margin: 0;
  color: #050505;
  font-size: clamp(36px, 4.85vw, 76px);
  line-height: .94;
  font-weight: 900;
  letter-spacing: 0 !important;
  text-transform: uppercase;
  text-wrap: balance;
}

body.event-page .event-directions__lead {
  max-width: 68ch;
  margin: clamp(22px, 2.7vw, 36px) 0 0;
  color: rgba(5, 5, 5, .62);
  font-size: clamp(17px, 1.28vw, 22px);
  line-height: 1.42;
  letter-spacing: -.012em;
  text-wrap: balance;
}

body.event-page .event-direction {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  gap: clamp(38px, 5.4vw, 92px);
  align-items: center;
  min-height: min(680px, 78vh);
  padding: clamp(44px, 5.8vw, 84px) 0;
  border-top: 0;
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  transition: opacity .72s ease, transform .72s var(--curve);
}

body.event-page .event-direction + .event-direction {
  margin-top: clamp(18px, 2.4vw, 34px);
}

body.event-page .event-direction.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body.event-page .event-direction--reverse {
  grid-template-columns: minmax(340px, .95fr) minmax(0, 1.05fr);
}

body.event-page .event-direction--reverse .event-direction__media {
  order: 2;
}

body.event-page .event-direction--reverse .event-direction__copy {
  order: 1;
}

body.event-page .event-direction__media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #050505;
  isolation: isolate;
}

body.event-page .event-direction__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5,5,5,0) 52%, rgba(5,5,5,.22) 100%),
    linear-gradient(90deg, rgba(5,5,5,.18), rgba(5,5,5,0) 34%);
  opacity: .74;
}

body.event-page .event-direction__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(.08) saturate(.96) contrast(1.04);
  transform: scale(1.035);
  transition: transform 1.25s var(--curve), filter .65s ease;
}

body.event-page .event-direction.is-visible .event-direction__video {
  transform: scale(1.075);
}

body.event-page .event-direction:hover .event-direction__video {
  transform: scale(1.11);
  filter: grayscale(0) saturate(1.02) contrast(1.05);
}

body.event-page .event-direction__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding-top: clamp(10px, 1vw, 18px);
}

body.event-page .event-direction__eyebrow {
  margin: 0 0 clamp(18px, 2.3vw, 32px);
  color: rgba(5,5,5,.52);
  font-size: clamp(12px, .95vw, 15px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: none;
}

body.event-page .event-direction__eyebrow,
body.event-page .event-direction__heading,
body.event-page .event-direction__support,
body.event-page .event-direction__formats,
body.event-page .event-direction__cta {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition: opacity .7s ease, transform .7s var(--curve);
}

body.event-page .event-direction.is-visible .event-direction__eyebrow,
body.event-page .event-direction.is-visible .event-direction__heading,
body.event-page .event-direction.is-visible .event-direction__support,
body.event-page .event-direction.is-visible .event-direction__formats,
body.event-page .event-direction.is-visible .event-direction__cta {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body.event-page .event-direction.is-visible .event-direction__heading {
  transition-delay: .08s;
}

body.event-page .event-direction.is-visible .event-direction__support {
  transition-delay: .16s;
}

body.event-page .event-direction.is-visible .event-direction__formats {
  transition-delay: .23s;
}

body.event-page .event-direction.is-visible .event-direction__cta {
  transition-delay: .3s;
}

body.event-page .event-direction__heading {
  max-width: 14.6ch;
  margin: 0;
  color: #050505;
  font-size: clamp(34px, 3.75vw, 64px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: 0 !important;
  text-transform: none;
  text-wrap: balance;
}

body.event-page .event-direction__support {
  max-width: 47ch;
  margin: clamp(18px, 2.2vw, 30px) 0 0;
  color: rgba(5, 5, 5, .64);
  font-size: clamp(16px, 1.15vw, 20px);
  line-height: 1.42;
  letter-spacing: -.012em;
}

body.event-page .event-direction__formats {
  max-width: 52ch;
  margin: clamp(18px, 2vw, 26px) 0 0;
  color: rgba(5, 5, 5, .52);
  font-size: clamp(13px, .98vw, 16px);
  line-height: 1.35;
  font-weight: 620;
  letter-spacing: .02em;
}

body.event-page .event-direction__cta {
  align-self: flex-start;
  margin-top: clamp(18px, 2vw, 28px);
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(5, 5, 5, .64);
  color: #050505;
  font-size: clamp(12px, .9vw, 14px);
  line-height: 1;
  font-weight: 820;
  letter-spacing: .16em;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color .26s ease, color .26s ease, transform .26s var(--curve);
}

body.event-page .event-direction__cta:hover,
body.event-page .event-direction__cta:focus-visible {
  border-color: #050505;
  color: rgba(5, 5, 5, .68);
  transform: translateY(-1px);
}

body.event-page .event-direction:last-child {
  border-bottom: 0;
}

body.event-page .event-catalog-cta {
  position: relative;
  z-index: 1;
  background: #fff;
  color: #050505;
  padding: 0 var(--pad);
}

body.event-page .event-catalog-cta__inner {
  width: min(1320px, 100%);
  margin: 0 auto;
  padding: clamp(44px, 5.4vw, 74px) 0;
  border-top: 0;
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(320px, .64fr);
  gap: clamp(28px, 5.4vw, 84px);
  align-items: start;
}

body.event-page .event-catalog-cta__copy {
  min-width: 0;
}

body.event-page .event-catalog-cta__kicker {
  margin: 0 0 12px;
  color: rgba(5, 5, 5, .52);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: .22em;
  line-height: 1;
  text-transform: uppercase;
}

body.event-page .event-catalog-cta__title {
  max-width: 13.5ch;
  margin: 0;
  color: #050505;
  font-size: clamp(34px, 4.1vw, 68px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: .94;
  text-transform: none;
  text-wrap: balance;
}

body.event-page .event-catalog-cta__text {
  max-width: 58ch;
  margin: clamp(18px, 2vw, 26px) 0 0;
  color: rgba(5, 5, 5, .62);
  font-size: clamp(16px, 1.18vw, 20px);
  line-height: 1.42;
  letter-spacing: -.012em;
}

body.event-page .event-catalog-cta__form {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: clamp(18px, 2vw, 28px) 0 0;
  border: 0;
  border-top: 1px solid rgba(5, 5, 5, .12);
  background: transparent;
}

body.event-page .event-catalog-cta__field {
  display: grid;
  gap: 8px;
  margin: 0;
  color: rgba(5, 5, 5, .46);
  font-size: 10px;
  line-height: 1;
  font-weight: 760;
  letter-spacing: .17em;
  text-transform: uppercase;
}

body.event-page .event-catalog-cta__field--wide {
  grid-column: 1 / -1;
}

body.event-page .event-catalog-cta__field input,
body.event-page .event-catalog-cta__field textarea {
  width: 100%;
  min-width: 0;
  border: 0;
  border-bottom: 1px solid rgba(5, 5, 5, .2);
  border-radius: 0;
  background: transparent;
  color: #050505;
  font: inherit;
  font-size: clamp(15px, 1.05vw, 18px);
  font-weight: 560;
  line-height: 1.35;
  letter-spacing: -.01em;
  padding: 0 0 12px;
  outline: none;
  resize: none;
  transition: border-color .24s ease;
}

body.event-page .event-catalog-cta__field textarea {
  min-height: 78px;
}

body.event-page .event-catalog-cta__consent {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: -2px 0 0;
  color: rgba(5, 5, 5, .58);
  font-size: 12px;
  font-weight: 520;
  letter-spacing: 0;
  line-height: 1.42;
  text-transform: none;
}

body.event-page .event-catalog-cta__consent input {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #050505;
}

body.event-page .event-catalog-cta__consent a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

body.event-page .event-catalog-cta__field input::placeholder,
body.event-page .event-catalog-cta__field textarea::placeholder {
  color: rgba(5, 5, 5, .34);
}

body.event-page .event-catalog-cta__field input:focus,
body.event-page .event-catalog-cta__field textarea:focus {
  border-color: #050505;
}

body.event-page .event-catalog-cta__submit {
  grid-column: 1 / -1;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px;
  border: 1px solid #050505;
  border-radius: 999px;
  background: #fff;
  color: #050505;
  font-size: 11px;
  font-weight: 820;
  letter-spacing: .15em;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .26s ease, color .26s ease, transform .26s var(--curve);
}

body.event-page .event-catalog-cta__submit:hover,
body.event-page .event-catalog-cta__submit:focus-visible {
  background: #050505;
  color: #fff;
  transform: translateY(-1px);
}

body.event-page .event-catalog-cta__submit:disabled {
  cursor: progress;
  opacity: .58;
  transform: none;
}

body.event-page .event-catalog-cta__status {
  grid-column: 1 / -1;
  min-height: 1.35em;
  margin: -2px 0 0;
  color: rgba(5, 5, 5, .54);
  font-size: 12px;
  line-height: 1.35;
}

body.event-page .event-catalog-cta__status.is-error {
  color: #9c1d1d;
}

@media (max-width: 900px) {
  body.event-page .event-directions {
    padding: 58px clamp(18px, 5.4vw, 26px) 66px;
  }

  body.event-page .event-directions__title {
    max-width: 100%;
    font-size: clamp(30px, 8.4vw, 42px);
    line-height: .96;
    white-space: normal;
  }

  body.event-page .event-directions__head {
    margin-bottom: 34px;
  }

  body.event-page .event-directions__kicker {
    margin-bottom: 13px;
    font-size: 10px;
    letter-spacing: .19em;
  }

  body.event-page .event-directions__lead {
    max-width: 34ch;
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.42;
  }

  body.event-page .event-direction,
  body.event-page .event-direction--reverse {
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-height: auto;
    padding: 38px 0;
  }

  body.event-page .event-direction + .event-direction {
    margin-top: 10px;
  }

  body.event-page .event-direction--reverse .event-direction__media,
  body.event-page .event-direction--reverse .event-direction__copy {
    order: initial;
  }

  body.event-page .event-direction__media {
    width: 100%;
    aspect-ratio: 16 / 9;
    max-height: min(42svh, 270px);
  }

  body.event-page .event-direction__video,
  body.event-page .event-direction.is-visible .event-direction__video,
  body.event-page .event-direction:hover .event-direction__video {
    object-fit: cover;
    object-position: center center;
    transform: scale(1.01);
  }

  body.event-page .event-direction__copy {
    width: 100%;
    min-width: 0;
    min-height: auto;
    padding-top: 0;
    overflow: hidden;
  }

  body.event-page .event-direction__eyebrow {
    margin-bottom: 14px;
    font-size: 11px;
    letter-spacing: .14em;
  }

  body.event-page .event-direction__heading {
    width: 100%;
    max-width: min(100%, 15.8ch);
    font-size: clamp(28px, 8.2vw, 40px);
    line-height: 1.02;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
  }

  body.event-page .event-direction__support {
    max-width: 34ch;
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.42;
  }

  body.event-page .event-direction__formats {
    max-width: 100%;
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.36;
  }

  body.event-page .event-direction__cta {
    margin-top: 18px;
    font-size: 10px;
    letter-spacing: .13em;
  }

  body.event-page .event-catalog-cta {
    padding: 0 clamp(18px, 5.4vw, 26px);
  }

  body.event-page .event-catalog-cta__inner {
    padding: 34px 0 38px;
    display: block;
  }

  body.event-page .event-catalog-cta__kicker {
    margin-bottom: 10px;
    font-size: 10px;
    letter-spacing: .2em;
  }

  body.event-page .event-catalog-cta__title {
    max-width: 12.5ch;
    font-size: clamp(30px, 9.4vw, 42px);
    line-height: .96;
  }

  body.event-page .event-catalog-cta__text {
    max-width: 34ch;
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.42;
  }

  body.event-page .event-catalog-cta__form {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 24px;
    padding: 20px 0 0;
    border: 0;
    border-top: 1px solid rgba(5, 5, 5, .12);
  }

  body.event-page .event-catalog-cta__field,
  body.event-page .event-catalog-cta__field--wide,
  body.event-page .event-catalog-cta__consent,
  body.event-page .event-catalog-cta__submit,
  body.event-page .event-catalog-cta__status {
    grid-column: 1;
  }

  body.event-page .event-catalog-cta__submit {
    width: 100%;
    min-height: 48px;
    margin-top: 2px;
    font-size: 10px;
    letter-spacing: .13em;
  }
}

@media (max-width: 430px) {
  body.event-page .event-direction__heading {
    max-width: 100%;
    font-size: clamp(25px, 7.35vw, 32px);
    line-height: 1.04;
  }
}

body.event-page :is(
  .event-hero__title,
  .resources-command-title,
  .event-directions__title,
  .event-direction__heading,
  .event-catalog-cta__title,
  .event-service-orbit__title,
  .event-services-catalog__title,
  .clients-shuffle__title,
  .event-why__title,
  .event-control__title,
  .event-intake__title,
  .news-section__title,
  .faq-home__title
) {
  text-shadow: 0 .018em .04em rgba(5, 5, 5, .08);
}

body.event-page #resources.event-proof .resources-command-head,
body.event-page .event-service-orbit__head,
body.event-page .event-why__head,
body.event-page .news-section__head,
body.event-page .faq-home__head {
  margin-bottom: 32px !important;
}

@media (max-width: 768px) {
  body.event-page #resources.event-proof .resources-command-head,
  body.event-page .event-service-orbit__head,
  body.event-page .event-why__head,
  body.event-page .news-section__head,
  body.event-page .faq-home__head {
    margin-bottom: 24px !important;
  }
}

/* 2026-06-22: canonical homepage hero controls for the event page. */
body.event-page .start-project-home-cta {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.event-page .start-project-home-cta .cta-float-left__labelWrap {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
}

body.event-page .start-project-home-cta .cta-float-left__label {
  font-size: clamp(9px, .72vw, 11px) !important;
  font-weight: 760 !important;
  letter-spacing: clamp(.12em, .9vw, .2em) !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body.event-page .start-project-home-cta .cta-float-left__sub,
body.event-page .start-project-home-cta .cta-float-left__orb::after {
  display: none !important;
  content: none !important;
}

body.event-page .brand__mark--logo,
body.event-page .brand__mark--logo:hover,
body.event-page .nav.nav--on-light .brand__mark--logo,
body.event-page .nav.nav--on-dark .brand__mark--logo,
body.event-page #siteNav:not(.nav--hidden) .brand__mark--logo {
  position: relative !important;
  display: block !important;
  width: clamp(44px, 3.4vw, 49px) !important;
  height: clamp(44px, 3.4vw, 49px) !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  flex: 0 0 auto !important;
  overflow: visible !important;
  isolation: auto !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.event-page .brand__mark--logo::after {
  content: none !important;
  display: none !important;
}

body.event-page .brand__mark--logo::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: -1px !important;
  z-index: 1 !important;
  background-color: transparent !important;
  background-image: url("../brand/besson-monogram-nav.gif?v=20260612a") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 168% auto !important;
  opacity: .96 !important;
  pointer-events: none !important;
  transform: translateZ(0) !important;
  filter: invert(1) grayscale(1) contrast(1.14) !important;
}

body.event-page .nav.nav--on-light .brand__mark--logo::before {
  filter: grayscale(1) contrast(1.16) !important;
  opacity: .9 !important;
}

body.event-page .brand__mark-video.brand__mark-animated,
body.event-page .brand__mark-fallback {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

body.event-page #top.hero .hero-sound-control {
  --hero-volume-level: 86%;
  position: fixed !important;
  right: var(--cta-left, 56px) !important;
  bottom: calc(44px + env(safe-area-inset-bottom)) !important;
  z-index: 90 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 10px !important;
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
  transition: opacity .28s ease, transform .28s ease !important;
  pointer-events: auto !important;
}

body.event-page #top.hero.hero--sound-out .hero-sound-control,
body.event-page #top.hero.hero--logo-out .hero-sound-control {
  opacity: 0 !important;
  transform: translate3d(18px, 0, 0) !important;
  pointer-events: none !important;
}

body.event-page #top.hero .hero-sound-control .hero-sound-toggle {
  position: relative !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 2 !important;
  flex: 0 0 auto !important;
}

body.event-page #top.hero .hero-volume {
  position: relative !important;
  display: block !important;
  width: 18px !important;
  height: 52px !important;
  min-height: 52px !important;
  margin: 0 0 2px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transform: none !important;
  cursor: pointer !important;
}

body.event-page #top.hero .hero-volume::before {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: 0 !important;
  width: 1px !important;
  height: 52px !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.82), rgba(255,255,255,.08)) !important;
  box-shadow: 0 0 18px rgba(255,255,255,.16), 0 18px 48px rgba(0,0,0,.4) !important;
  transform: translateX(-50%) !important;
  pointer-events: none !important;
}

body.event-page #top.hero .hero-volume__label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body.event-page #top.hero .hero-volume__range {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 52px !important;
  height: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  transform: translate(-50%, -50%) rotate(-90deg) !important;
  transform-origin: 50% 50% !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  cursor: pointer !important;
}

body.event-page #top.hero .hero-volume__range::-webkit-slider-runnable-track {
  width: 52px !important;
  height: 2px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
}

body.event-page #top.hero .hero-volume__range::-webkit-slider-thumb {
  width: 18px !important;
  height: 2px !important;
  margin-top: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.94) !important;
  box-shadow: 0 0 18px rgba(255,255,255,.22), 0 10px 28px rgba(0,0,0,.34) !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

body.event-page #top.hero .hero-volume__range::-moz-range-track {
  width: 52px !important;
  height: 2px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
}

body.event-page #top.hero .hero-volume__range::-moz-range-thumb {
  width: 18px !important;
  height: 2px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.94) !important;
  box-shadow: 0 0 18px rgba(255,255,255,.22), 0 10px 28px rgba(0,0,0,.34) !important;
}

@media (max-width: 768px) {
  body.event-page .start-project-home-cta .cta-float-left__label {
    font-size: 8px !important;
    letter-spacing: .1em !important;
  }

  body.event-page #top.hero .hero-sound-control {
    right: 12px !important;
    bottom: calc(46px + env(safe-area-inset-bottom)) !important;
    gap: 8px !important;
  }

  body.event-page #top.hero .hero-volume {
    height: 46px !important;
    min-height: 46px !important;
    margin: 0 !important;
  }

  body.event-page #top.hero .hero-volume::before {
    height: 46px !important;
  }

  body.event-page #top.hero .hero-volume__range,
  body.event-page #top.hero .hero-volume__range::-webkit-slider-runnable-track,
  body.event-page #top.hero .hero-volume__range::-moz-range-track {
    width: 46px !important;
  }

body.event-page #top.hero .hero-volume__range::-webkit-slider-thumb,
  body.event-page #top.hero .hero-volume__range::-moz-range-thumb {
    width: 16px !important;
  }
}

body.event-page .event-globe-zone {
  position: relative;
  z-index: 1;
  overflow: clip;
  background: #fff;
  color: #050505;
  padding: clamp(64px, 7vw, 112px) var(--pad, clamp(20px, 4vw, 64px)) 0;
}

body.event-page .event-globe-zone .globe-heading {
  position: relative;
  z-index: 2;
  width: min(var(--page-max, 1680px), 100%);
  margin: 0 auto;
  padding: 0;
  background: transparent;
  color: inherit;
}

body.event-page .event-globe-zone .globe-intro {
  width: min(1040px, 100%);
  margin: 0 auto;
  text-align: center;
}

body.event-page .event-globe-zone .globe-intro__kicker {
  margin: 0 0 14px;
  color: rgba(0,0,0,.46);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .32em;
  line-height: 1.1;
  text-transform: uppercase;
}

body.event-page .event-globe-zone .globe-intro__title {
  margin: 0;
  color: #050505;
  font-size: clamp(32px, 3.9vw, 48px);
  font-weight: 560;
  letter-spacing: -.02em;
  line-height: 1.04;
  text-transform: none;
  text-wrap: balance;
}

body.event-page .event-globe-zone .globe-intro__hint {
  max-width: min(620px, calc(100vw - 48px));
  margin: 13px auto 0;
  color: rgba(0,0,0,.52);
  font-size: clamp(18px, 1.35vw, 22px);
  font-weight: 360;
  letter-spacing: .018em;
  line-height: 1.38;
  text-transform: none;
  text-wrap: balance;
}

body.event-page .event-globe-zone .globe-bridge {
  position: relative;
  z-index: 1;
  height: clamp(620px, 84vh, 920px);
  width: min(var(--page-max, 1680px), 100%);
  margin: 0 auto;
  overflow: hidden;
  background: transparent;
}

body.event-page .event-globe-zone .globe-dome {
  position: absolute;
  left: 50%;
  bottom: clamp(-140px, -10vh, -72px);
  width: min(1280px, 112vw);
  height: clamp(720px, 86vw, 1120px);
  transform: translateX(-50%);
  pointer-events: none;
}

body.event-page .event-globe-zone #globeCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

body.event-page .event-globe-zone .globe-label {
  position: absolute;
  z-index: 5;
  opacity: 0;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(5,5,5,.9);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
  transform: translate(-50%, calc(-100% - 18px));
  transition: opacity .32s ease, transform .42s cubic-bezier(.19,1,.22,1);
}

body.event-page .event-globe-zone .globe-label--visible {
  opacity: 1;
  transform: translate(-50%, calc(-100% - 24px));
}

body.event-page .event-globe-zone .globe-office-layer {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
}

body.event-page .event-globe-zone .globe-office {
  position: absolute;
  z-index: 6;
  display: grid;
  justify-items: center;
  transform: translate(-50%, -50%);
  pointer-events: auto;
}

body.event-page .event-globe-zone .globe-office__main,
body.event-page .event-globe-zone .globe-office__link {
  border: 1px solid rgba(0,0,0,.16);
  border-radius: 999px;
  font: inherit;
  text-decoration: none;
  white-space: nowrap;
}

body.event-page .event-globe-zone .globe-office__main {
  min-height: 40px;
  padding: 0 18px;
  background: rgba(255,255,255,.84);
  box-shadow: 0 18px 46px rgba(0,0,0,.12), inset 0 1px 0 rgba(255,255,255,.9);
  color: #0b0b0b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: background .28s ease, color .28s ease, border-color .28s ease, box-shadow .28s ease, transform .28s ease;
}

body.event-page .event-globe-zone .globe-office.is-active .globe-office__main,
body.event-page .event-globe-zone .globe-office:hover .globe-office__main,
body.event-page .event-globe-zone .globe-office:focus-within .globe-office__main {
  background: rgba(5,5,5,.94);
  border-color: rgba(5,5,5,.94);
  color: #fff;
  box-shadow: 0 22px 58px rgba(0,0,0,.24);
  transform: translateY(-2px);
}

body.event-page .event-globe-zone .globe-office__links {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  display: flex;
  gap: 7px;
  opacity: 0;
  transform: translate(-50%, -8px);
  transition: opacity .24s ease, transform .32s cubic-bezier(.16,1,.3,1);
  pointer-events: none;
}

body.event-page .event-globe-zone .globe-office:hover .globe-office__links,
body.event-page .event-globe-zone .globe-office:focus-within .globe-office__links,
body.event-page .event-globe-zone .globe-office.is-active .globe-office__links {
  opacity: 1;
  transform: translate(-50%, 0);
  pointer-events: auto;
}

body.event-page .event-globe-zone .globe-office__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 12px;
  background: rgba(8,8,8,.9);
  box-shadow: 0 12px 28px rgba(0,0,0,.18);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

body.event-page .event-globe-zone .globe-office__main:focus-visible,
body.event-page .event-globe-zone .globe-office__link:focus-visible {
  outline: 2px solid rgba(0,0,0,.34);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  body.event-page .event-globe-zone {
    padding: clamp(42px, 9vw, 58px) 0 0;
  }

  body.event-page .event-globe-zone .globe-heading {
    width: 100%;
    padding: clamp(8px, 2.4vw, 14px) 0 0;
  }

  body.event-page .event-globe-zone .globe-intro {
    width: calc(100% - 32px);
    text-align: center;
  }

  body.event-page .event-globe-zone .globe-intro__kicker {
    font-size: 10px;
    letter-spacing: .22em;
  }

  body.event-page .event-globe-zone .globe-intro__title {
    max-width: 14ch;
    margin-inline: auto;
    font-size: clamp(28px, 8vw, 36px);
    line-height: 1.08;
  }

  body.event-page .event-globe-zone .globe-intro__hint {
    display: block;
    width: min(350px, calc(100vw - 42px));
    margin: 12px auto 0;
    font-size: 15px;
    font-weight: 360;
    line-height: 1.35;
    letter-spacing: .012em;
    text-align: center;
    text-wrap: balance;
  }

  body.event-page .event-globe-zone .globe-bridge {
    width: 100%;
    height: clamp(342px, 52vh, 492px);
  }

  body.event-page .event-globe-zone .globe-dome {
    bottom: var(--domeBottom, -3vh);
    width: 100vw;
    max-width: none;
    height: clamp(430px, 70vh, 640px);
  }

  body.event-page .event-globe-zone .globe-label {
    padding: 7px 10px;
    font-size: 9px;
    letter-spacing: .12em;
    transform: translate(var(--globe-label-x, 13px), -50%);
  }

  body.event-page .event-globe-zone .globe-label--visible {
    transform: translate(var(--globe-label-x, 13px), -50%);
  }

  body.event-page .event-globe-zone .globe-office-layer {
    display: none;
  }
}

@media (max-width: 430px) {
  body.event-page .event-globe-zone .globe-bridge {
    height: clamp(330px, 48vh, 430px);
  }

  body.event-page .event-globe-zone .globe-dome {
    height: clamp(390px, 62vh, 520px);
  }
}

/* ===== Монограмма в блоке клиентов — строго ЗА логотипами ===== */
body.event-page .event-section-mark--clients{
  right:auto;
  left:clamp(-300px,-17vw,-110px);
  bottom:clamp(-160px,-9vw,-60px);
  width:clamp(520px,46vw,920px);
  opacity:.026;
  z-index:0;
}
body.event-page #clients .clients-shuffle__inner{position:relative;z-index:2}
body.event-page #clients .clients-shuffle-grid,
body.event-page #clients .clients-shuffle-tile{position:relative;z-index:2}

/* ===== Футер: паритет с главной (та же авто-анимация, всегда видим) ===== */
body.event-page .sticky-footer__reveal{
  opacity:1 !important;
  transform:none !important;
  animation:stickyFooterReveal .82s cubic-bezier(.16,1,.3,1) both !important;
}
body.event-page .sticky-footer__bottom{
  opacity:1 !important;
  transform:none !important;
  animation:none !important;
}

/* 2026-07-05: shared premium section subtitle typography. */
body.event-page :where(
  .resources-command-lead,
  .globe-intro__hint,
  .event-service-orbit__lead,
  .event-services-catalog__lead,
  .event-control__lead,
  .event-intake__lead,
  .event-directions__lead,
  .event-why__introText,
  .project-news__lead,
  .service-section-lead,
  .services-format__lead
){
  display:block !important;
  max-width:min(1120px, calc(100vw - 64px)) !important;
  margin:clamp(18px,2.2vw,30px) auto 0 !important;
  color:currentColor !important;
  opacity:.56 !important;
  font-family:var(--body-font, Inter, "Helvetica Neue", Arial, sans-serif) !important;
  font-size:clamp(24px,3.05vw,44px) !important;
  font-weight:360 !important;
  line-height:1.34 !important;
  letter-spacing:.005em !important;
  text-align:center !important;
  text-transform:none !important;
  text-wrap:balance !important;
}

body.event-page [data-theme="dark"] :where(
  .resources-command-lead,
  .globe-intro__hint,
  .event-service-orbit__lead,
  .event-services-catalog__lead,
  .event-control__lead,
  .event-intake__lead,
  .event-directions__lead,
  .event-why__introText,
  .project-news__lead,
  .service-section-lead,
  .services-format__lead
){
  opacity:.64 !important;
}

@media (max-width:760px){
  body.event-page :where(
    .resources-command-lead,
    .globe-intro__hint,
    .event-service-orbit__lead,
    .event-services-catalog__lead,
    .event-control__lead,
    .event-intake__lead,
    .event-directions__lead,
    .event-why__introText,
    .project-news__lead,
    .service-section-lead,
    .services-format__lead
  ){
    max-width:calc(100vw - 34px) !important;
    margin-top:16px !important;
    font-size:clamp(18px,5.7vw,28px) !important;
    line-height:1.38 !important;
    letter-spacing:0 !important;
  }
}

/* 2026-07-05: the event catalog heading uses the same centered subtitle system. */
body.event-page .event-services-catalog__inner{
  display:grid !important;
  grid-template-columns:minmax(0, 1fr) !important;
  gap:clamp(36px,5vw,72px) !important;
  align-items:start !important;
}

body.event-page .event-services-catalog__aside{
  position:relative !important;
  top:auto !important;
  width:min(1120px, 100%) !important;
  margin:0 auto !important;
  padding:0 !important;
  text-align:center !important;
}

body.event-page .event-services-catalog__title{
  max-width:18ch !important;
  margin:0 auto !important;
  text-align:center !important;
}

body.event-page .event-services-catalog__lead{
  display:block !important;
  width:auto !important;
  max-width:min(1120px, calc(100vw - 64px)) !important;
  margin:clamp(18px,2.2vw,30px) auto 0 !important;
  color:currentColor !important;
  opacity:.56 !important;
  font-family:var(--body-font, Inter, "Helvetica Neue", Arial, sans-serif) !important;
  font-size:clamp(24px,3.05vw,44px) !important;
  font-weight:360 !important;
  line-height:1.34 !important;
  letter-spacing:.005em !important;
  text-align:center !important;
  text-transform:none !important;
  text-wrap:balance !important;
}

body.event-page .event-services-catalog__note{
  max-width:720px !important;
  margin:clamp(16px,2vw,26px) auto 0 !important;
  text-align:center !important;
}

body.event-page .event-services-catalog__list{
  width:min(1040px, 100%) !important;
  margin:0 auto !important;
}

@media (max-width:760px){
  body.event-page .event-services-catalog__inner{
    gap:24px !important;
  }

  body.event-page .event-services-catalog__lead{
    max-width:calc(100vw - 34px) !important;
    margin-top:16px !important;
    font-size:clamp(18px,5.7vw,28px) !important;
    line-height:1.38 !important;
    letter-spacing:0 !important;
  }
}
