/* =========================================
   MESC 2026 — POST-EVENT VIDEO HERO

   Namespace:
   #mesc-apres-hero
   .mesc-apres-hero
========================================= */


/* =========================================
   COMPONENT RESET
========================================= */

#mesc-apres-hero,
#mesc-apres-hero *,
#mesc-apres-hero *::before,
#mesc-apres-hero *::after {
  box-sizing: border-box;
}

#mesc-apres-hero h1,
#mesc-apres-hero p,
#mesc-apres-hero span {
  margin: 0;
  padding: 0;
}

#mesc-apres-hero h1 {
  width: auto !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;

  color: inherit !important;

  font-family: "Inter", Arial, Helvetica, sans-serif !important;
  font-style: normal !important;

  text-align: inherit !important;
  text-transform: none !important;

  border: 0 !important;
  background: none !important;
}


/* =========================================
   HERO STRUCTURE
========================================= */

#mesc-apres-hero.mesc-apres-hero {
  position: relative;

  width: 100%;

  height: 100vh;
  height: 100svh;

  min-height: 700px;

  margin: 0 !important;
  padding: 0 !important;

  overflow: hidden;

  isolation: isolate;

  background-color: #00074f;
}

#mesc-apres-hero.mesc-apres-hero
.mesc-apres-hero__inner {
  position: relative;

  width: 100%;
  height: 100%;
  min-height: inherit;

  margin: 0;
  padding: 0;

  overflow: hidden;
}


/* =========================================
   BACKGROUND VIDEO
========================================= */

#mesc-apres-hero.mesc-apres-hero
.mesc-apres-hero__media {
  position: absolute;

  inset: 0;

  z-index: 0;

  width: 100%;
  height: 100%;

  overflow: hidden;

  background-color: #00074f;

  pointer-events: none;
}

#mesc-apres-hero.mesc-apres-hero
.mesc-apres-hero__video-wrap {
  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  overflow: hidden;

  transform: scale(1.03);
  transform-origin: center center;

  will-change: transform;

  animation:
    mescApresHeroSlowZoom
    20s
    linear
    forwards;
}

#mesc-apres-hero.mesc-apres-hero
.mesc-apres-hero__video {
  position: absolute;

  inset: 0;

  display: block;

  width: 100%;
  height: 100%;

  margin: 0;
  padding: 0;

  object-fit: cover;
  object-position: center center;

  border: 0;

  opacity: 0;

  will-change: opacity;

  animation:
    mescApresHeroVideoFade
    0.6s
    ease-out
    0.15s
    forwards;
}


/* =========================================
   HERO CONTENT
========================================= */

#mesc-apres-hero.mesc-apres-hero
.mesc-apres-hero__content {
  position: absolute;

  inset: 0;

  z-index: 2;

  display: flex !important;

  align-items: center !important;
  justify-content: center !important;

  width: 100%;
  height: 100%;

  padding:
    0
    clamp(24px, 4vw, 56px);

  overflow: visible;
}


/* =========================================
   READABILITY OVERLAY
========================================= */

#mesc-apres-hero.mesc-apres-hero
.mesc-apres-hero__content::before {
  content: "";

  position: absolute;

  inset: 0;

  z-index: -1;

  pointer-events: none;

  background:
    radial-gradient(
      ellipse at center,
      rgba(0, 7, 79, 0.76) 0%,
      rgba(0, 7, 79, 0.58) 32%,
      rgba(0, 7, 79, 0.28) 58%,
      rgba(0, 7, 79, 0.08) 78%,
      rgba(0, 7, 79, 0) 100%
    ),
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.18) 0%,
      rgba(0, 0, 0, 0.04) 42%,
      rgba(0, 0, 0, 0.16) 100%
    );
}


/* =========================================
   CONTAINER
========================================= */

#mesc-apres-hero.mesc-apres-hero
.mesc-apres-hero__container {
  position: relative;

  z-index: 1;

  width: min(1500px, 100%) !important;

  margin:
    0
    auto !important;

  padding: 0 !important;
}


/* =========================================
   HERO COPY POSITION
========================================= */

#mesc-apres-hero.mesc-apres-hero
.mesc-apres-hero__copy {
  position: relative;

  width: 100% !important;
  max-width: none !important;

  margin:
    0
    auto !important;

  padding: 0 !important;

  color: #fff;

  text-align: center !important;

  transform: translateY(-45px);
}


/* =========================================
   TITLE
========================================= */

#mesc-apres-hero.mesc-apres-hero
.mesc-apres-hero__title span.mesc-apres-hero__line--primary span {
  display: flex !important;

  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;

  gap: 0 !important;

  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;

  color: #fff !important;

  font-family:
    "Inter",
    Arial,
    Helvetica,
    sans-serif !important;

  font-size:
    clamp(48px, 5.1vw, 86px) !important;

  font-weight: 900 !important;

  line-height: 1.08 !important;

  letter-spacing: -0.045em !important;

  text-align: center !important;

  text-transform: none !important;

  text-wrap: balance;
}


/* =========================================
   SHARED ANIMATED TITLE LINE
========================================= */

#mesc-apres-hero.mesc-apres-hero
.mesc-apres-hero__title
.mesc-apres-hero__line {
  position: relative;

  display: block !important;

  width: 100% !important;
  max-width: none !important;

  margin-right: 0 !important;
  margin-left: 0 !important;

  /*
   * Extra bottom room prevents the large
   * primary line from being clipped.
   */
  padding:
    0.10em
    32px
    0.24em !important;

  overflow: hidden !important;

  box-sizing: border-box !important;

  line-height: 1.12 !important;

  text-align: center !important;

  white-space: nowrap !important;
}


/* =========================================
   TEXT INSIDE ANIMATION MASK
========================================= */

#mesc-apres-hero.mesc-apres-hero
.mesc-apres-hero__title
.mesc-apres-hero__text {
  position: relative;

  z-index: 1;

  display: inline-block !important;

  width: auto !important;
  max-width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  color: inherit !important;

  font: inherit !important;

  line-height: inherit !important;

  letter-spacing: inherit !important;

  white-space: inherit !important;
}


/* =========================================
   PRIMARY LINE
   THANKS FOR A GREAT MESC 2026!
========================================= */

#mesc-apres-hero.mesc-apres-hero
.mesc-apres-hero__title
.mesc-apres-hero__line--primary {
  color: #fff !important;

  line-height: 1.12 !important;

  clip-path:
    inset(0 50% 0 50%);

  animation:
    mescApresHeroRevealPrimary
    1.1s
    cubic-bezier(0.77, 0, 0.18, 1)
    0.2s
    forwards;
}

#mesc-apres-hero.mesc-apres-hero
.mesc-apres-hero__title
.mesc-apres-hero__line--primary
.mesc-apres-hero__text {
  transform: translateX(-6%);

  animation:
    mescApresHeroTextPrimary
    1.1s
    cubic-bezier(0.77, 0, 0.18, 1)
    0.2s
    forwards;
}


/* =========================================
   SECONDARY LINE
   LET'S KEEP TALKING!
========================================= */

#mesc-apres-hero.mesc-apres-hero
.mesc-apres-hero__title
.mesc-apres-hero__line--secondary {
  margin-top: 18px !important;

  color: #ffc629 !important;

  /*
   * Increased from 0.62em so the second
   * line has more presence like the demo.
   */
  font-size: 1em !important;

  font-weight: 700 !important;

  line-height: 1.12 !important;

  letter-spacing: -0.025em !important;

  white-space: nowrap !important;

  clip-path:
    inset(0 50% 0 50%);

  animation:
    mescApresHeroRevealSecondary
    1.1s
    cubic-bezier(0.77, 0, 0.18, 1)
    0.75s
    forwards;
}

#mesc-apres-hero.mesc-apres-hero
.mesc-apres-hero__title
.mesc-apres-hero__line--secondary
.mesc-apres-hero__text {
  transform: translateX(6%);

  animation:
    mescApresHeroTextSecondary
    1.1s
    cubic-bezier(0.77, 0, 0.18, 1)
    0.75s
    forwards;
}


/* =========================================
   SCROLL INDICATOR
========================================= */

#mesc-apres-hero.mesc-apres-hero
.mesc-apres-hero__scroll-indicator {
  position: absolute !important;

  left: 50% !important;
  bottom: 28px !important;

  z-index: 10 !important;

  display: flex !important;

  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;

  gap: 10px;

  width: max-content !important;
  height: auto !important;

  margin: 0 !important;
  padding: 0 !important;

  color: #fff !important;

  opacity: 0;

  visibility: visible !important;

  transform:
    translate(-50%, 14px);

  animation:
    mescApresHeroScrollIn
    0.6s
    ease
    1.9s
    forwards;

  pointer-events: none;
}


/* =========================================
   SCROLL TEXT
========================================= */

#mesc-apres-hero.mesc-apres-hero
.mesc-apres-hero__scroll-text {
  display: block !important;

  margin: 0 !important;
  padding: 0 !important;

  color: #fff !important;

  font-family:
    "Inter",
    Arial,
    Helvetica,
    sans-serif !important;

  font-size: 0.8rem !important;

  font-weight: 700 !important;

  line-height: 1 !important;

  letter-spacing: 0.1em !important;

  text-transform: uppercase !important;

  white-space: nowrap !important;

  text-shadow:
    0 2px 6px rgba(0, 0, 0, 0.65);
}


/* =========================================
   SCROLL CIRCLE
========================================= */

#mesc-apres-hero.mesc-apres-hero
.mesc-apres-hero__scroll-circle {
  display: flex !important;

  align-items: center !important;
  justify-content: center !important;

  width: 44px !important;
  height: 44px !important;

  margin: 0 !important;
  padding: 0 !important;

  border:
    1px solid
    rgba(255, 255, 255, 0.85) !important;

  border-radius: 50% !important;

  background-color:
    rgba(0, 7, 79, 0.5) !important;

  box-shadow:
    0 4px 14px
    rgba(0, 0, 0, 0.25);

  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}


/* =========================================
   SCROLL ICON
========================================= */

#mesc-apres-hero.mesc-apres-hero
.mesc-apres-hero__scroll-icon {
  display: block !important;

  width: 22px !important;
  height: 22px !important;

  margin: 0 !important;
  padding: 0 !important;

  fill: #fff !important;

  animation:
    mescApresHeroScrollArrow
    1.8s
    ease-in-out
    2.5s
    infinite;
}


/* =========================================
   VIDEO ANIMATIONS
========================================= */

@keyframes mescApresHeroVideoFade {

  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }

}

@keyframes mescApresHeroSlowZoom {

  from {
    transform:
      scale(1.03)
      translate3d(0, 0, 0);
  }

  to {
    transform:
      scale(1.08)
      translate3d(-1%, -0.5%, 0);
  }

}


/* =========================================
   PRIMARY TITLE ANIMATION
========================================= */

@keyframes mescApresHeroRevealPrimary {

  from {
    clip-path:
      inset(0 50% 0 50%);
  }

  to {
    clip-path:
      inset(0 0 0 0);
  }

}

@keyframes mescApresHeroTextPrimary {

  from {
    transform: translateX(-6%);
  }

  to {
    transform: translateX(0);
  }

}


/* =========================================
   SECONDARY TITLE ANIMATION
========================================= */

@keyframes mescApresHeroRevealSecondary {

  from {
    clip-path:
      inset(0 50% 0 50%);
  }

  to {
    clip-path:
      inset(0 0 0 0);
  }

}

@keyframes mescApresHeroTextSecondary {

  from {
    transform: translateX(6%);
  }

  to {
    transform: translateX(0);
  }

}


/* =========================================
   SCROLL INDICATOR ANIMATIONS
========================================= */

@keyframes mescApresHeroScrollIn {

  from {
    opacity: 0;

    transform:
      translate(-50%, 14px);
  }

  to {
    opacity: 1;

    transform:
      translate(-50%, 0);
  }

}

@keyframes mescApresHeroScrollArrow {

  0%,
  100% {
    transform: translateY(-2px);
  }

  50% {
    transform: translateY(3px);
  }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

  #mesc-apres-hero.mesc-apres-hero {
    min-height: 650px;
  }

  #mesc-apres-hero.mesc-apres-hero
  .mesc-apres-hero__content {
    padding-right: 28px;
    padding-left: 28px;
  }

  #mesc-apres-hero.mesc-apres-hero
  .mesc-apres-hero__copy {
    transform: translateY(-35px);
  }

  #mesc-apres-hero.mesc-apres-hero
  .mesc-apres-hero__title {
    font-size:
      clamp(42px, 6.3vw, 68px) !important;
  }

  #mesc-apres-hero.mesc-apres-hero
  .mesc-apres-hero__title
  .mesc-apres-hero__line {
    padding:
      0.10em
      24px
      0.24em !important;
  }

  #mesc-apres-hero.mesc-apres-hero
  .mesc-apres-hero__title
  .mesc-apres-hero__line--secondary {
    margin-top: 16px !important;

    font-size: 0.70em;
  }

  #mesc-apres-hero.mesc-apres-hero
  .mesc-apres-hero__scroll-indicator {
    bottom: 105px !important;
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

  #mesc-apres-hero.mesc-apres-hero {
    height: 100vh;
    height: 100dvh;

    min-height: 620px;
  }

  #mesc-apres-hero.mesc-apres-hero
  .mesc-apres-hero__content {
    padding-right: 20px;
    padding-left: 20px;
  }

  #mesc-apres-hero.mesc-apres-hero
  .mesc-apres-hero__copy {
    transform: translateY(-20px);
  }

  #mesc-apres-hero.mesc-apres-hero
  .mesc-apres-hero__title {
    font-size:
      clamp(34px, 9vw, 48px) !important;

    line-height: 1.08 !important;

    letter-spacing:
      -0.035em !important;
  }

  #mesc-apres-hero.mesc-apres-hero
  .mesc-apres-hero__title
  .mesc-apres-hero__line {
    width: 100% !important;

    padding:
      0.10em
      4px
      0.22em !important;

    white-space: normal !important;
  }

  #mesc-apres-hero.mesc-apres-hero
  .mesc-apres-hero__title
  .mesc-apres-hero__line--primary {
    white-space: normal !important;
  }

  #mesc-apres-hero.mesc-apres-hero
  .mesc-apres-hero__title
  .mesc-apres-hero__line--secondary {
    margin-top: 14px !important;

    font-size: 0.74em !important;

    white-space: nowrap !important;
  }

  #mesc-apres-hero.mesc-apres-hero
  .mesc-apres-hero__scroll-indicator {
    bottom: 90px !important;

    gap: 8px;
  }

  #mesc-apres-hero.mesc-apres-hero
  .mesc-apres-hero__scroll-text {
    font-size: 0.74rem !important;
  }

  #mesc-apres-hero.mesc-apres-hero
  .mesc-apres-hero__scroll-circle {
    width: 40px !important;
    height: 40px !important;
  }

  #mesc-apres-hero.mesc-apres-hero
  .mesc-apres-hero__scroll-icon {
    width: 20px !important;
    height: 20px !important;
  }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

  #mesc-apres-hero.mesc-apres-hero {
    min-height: 590px;
  }

  #mesc-apres-hero.mesc-apres-hero
  .mesc-apres-hero__content {
    padding-right: 16px;
    padding-left: 16px;
  }

  #mesc-apres-hero.mesc-apres-hero
  .mesc-apres-hero__copy {
    transform: translateY(-16px);
  }

  #mesc-apres-hero.mesc-apres-hero
  .mesc-apres-hero__title {
    font-size:
      clamp(31px, 9.5vw, 42px) !important;
  }

  #mesc-apres-hero.mesc-apres-hero
  .mesc-apres-hero__title
  .mesc-apres-hero__line--secondary {
    font-size: 0.74em !important;
  }

  #mesc-apres-hero.mesc-apres-hero
  .mesc-apres-hero__scroll-indicator {
    bottom: 72px !important;
  }

}


/* =========================================
   SHORT DESKTOP VIEWPORTS
========================================= */

@media
  (min-width: 768px)
  and (max-height: 760px) {

  #mesc-apres-hero.mesc-apres-hero {
    min-height: 620px;
  }

  #mesc-apres-hero.mesc-apres-hero
  .mesc-apres-hero__copy {
    transform: translateY(-32px);
  }

  #mesc-apres-hero.mesc-apres-hero
  .mesc-apres-hero__title {
    font-size:
      clamp(44px, 4.8vw, 72px) !important;
  }

  #mesc-apres-hero.mesc-apres-hero
  .mesc-apres-hero__title
  .mesc-apres-hero__line--secondary {
    font-size: 0.70em;
  }

  #mesc-apres-hero.mesc-apres-hero
  .mesc-apres-hero__scroll-indicator {
    bottom: 80px !important;
  }

}


/* =========================================
   REDUCED MOTION
========================================= */

@media (prefers-reduced-motion: reduce) {

  #mesc-apres-hero.mesc-apres-hero
  .mesc-apres-hero__video-wrap,

  #mesc-apres-hero.mesc-apres-hero
  .mesc-apres-hero__video,

  #mesc-apres-hero.mesc-apres-hero
  .mesc-apres-hero__line,

  #mesc-apres-hero.mesc-apres-hero
  .mesc-apres-hero__text,

  #mesc-apres-hero.mesc-apres-hero
  .mesc-apres-hero__scroll-indicator,

  #mesc-apres-hero.mesc-apres-hero
  .mesc-apres-hero__scroll-icon {
    animation: none !important;
  }

  #mesc-apres-hero.mesc-apres-hero
  .mesc-apres-hero__video-wrap {
    transform: none;
  }

  #mesc-apres-hero.mesc-apres-hero
  .mesc-apres-hero__video {
    opacity: 1;
  }

  #mesc-apres-hero.mesc-apres-hero
  .mesc-apres-hero__line {
    clip-path: none;
  }

  #mesc-apres-hero.mesc-apres-hero
  .mesc-apres-hero__text {
    opacity: 1;

    transform: none;
  }

  #mesc-apres-hero.mesc-apres-hero
  .mesc-apres-hero__scroll-indicator {
    opacity: 1;

    transform:
      translateX(-50%);
  }

}

/* =========================================
   MESC 2026 VIDEO HERO
========================================= */


/* =========================================
   HERO STRUCTURE
========================================= */

.mesc-video-hero {
  position: relative;

  width: 100%;
  height: 100vh;
  height: 100svh;
  min-height: 700px;

  overflow: hidden;
  isolation: isolate;

  background-color: #00074f;
}

.mesc-video-hero__inner {
  position: relative;

  width: 100%;
  height: 100%;
  min-height: inherit;

  overflow: hidden;
}

/* =========================================
   BACKGROUND VIDEO
========================================= */

.mesc-video-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;

  width: 100%;
  height: 100%;

  overflow: hidden;

  background-color: #00074f;

  pointer-events: none;
}

.mesc-video-hero__video-wrap {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  overflow: hidden;

  transform: scale(1.03);
  transform-origin: center center;

  will-change: transform;

  animation: mescVideoHeroSlowZoom 20s linear forwards;
}

.mesc-video-hero__video {
  position: absolute;
  inset: 0;

  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center center;

  border: 0;

  opacity: 0;

  will-change: opacity;

  animation: mescVideoHeroFadeIn 0.6s ease-out 0.15s forwards;
}

/* =========================================
   HERO CONTENT POSITIONING
========================================= */

.mesc-video-hero__content {
  position: absolute;
  inset: 0;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 100%;

  box-sizing: border-box;

  overflow: visible;
}

/* Readability overlay */

.mesc-video-hero__content::before {
  content: "";

  position: absolute;
  inset: 0;
  z-index: -1;

  pointer-events: none;

  background:
    radial-gradient(
      ellipse at center,
      rgba(0, 7, 79, 0.76) 0%,
      rgba(0, 7, 79, 0.58) 32%,
      rgba(0, 7, 79, 0.28) 58%,
      rgba(0, 7, 79, 0.08) 78%,
      rgba(0, 7, 79, 0) 100%
    ),
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.18) 0%,
      rgba(0, 0, 0, 0.04) 42%,
      rgba(0, 0, 0, 0.16) 100%
    );
}

/* =========================================
   CONTENT CONTAINER
========================================= */

.mesc-video-hero__container {
  position: relative;
  z-index: 1;

  width: min(1154px, 100%);
  margin: 0 auto;
}

/* =========================================
   MAIN HERO COPY
========================================= */

.mesc-video-hero__copy {
  position: relative;

  width: 100%;
  margin: 0 auto;

  color: #fff;
  text-align: center;

  transform: translateY(-24px);
}

/* =========================================
   HERO TITLE
========================================= */

.mesc-video-hero__title {
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 0.06em;

  margin: 0;

  font-family: "Inter", sans-serif !important;
  font-size: clamp(2.75rem, 6vw, 5.9rem) !important;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.045em;
  text-align: center;

  text-wrap: balance;
}

/* =========================================
   SHARED ANIMATED TITLE LINES
========================================= */

.mesc-video-hero__line {
  position: relative;

  display: block;

  width: fit-content;
  max-width: 100%;

  padding: 0.04em 0 0.14em;

  overflow: hidden;
  white-space: nowrap;
}

span.mesc-video-hero__line.mesc-video-hero__line--right span.mesc-video-hero__text {
  position: relative;
  z-index: 1;
  font-family: "Inter", sans-serif !important;

  display: block;
}


/* =========================================
   FIRST LINE
   GOING TO MESC 2026?
========================================= */

.mesc-video-hero__line--right {
  color: #fff;

  clip-path: inset(0 50% 0 50%);

  animation:
    mescVideoHeroRevealRight 1.1s
    cubic-bezier(0.77, 0, 0.18, 1)
    0.2s forwards;
}

.mesc-video-hero__line--right
.mesc-video-hero__text {
  transform: translateX(-6%);

  animation:
    mescVideoHeroTextRight 1.1s
    cubic-bezier(0.77, 0, 0.18, 1)
    0.2s forwards;
}

span.mesc-video-hero__line.mesc-video-hero__line--right span.mesc-video-hero__text {
    font-size: clamp(2.75rem, 6vw, 5.9rem) !important;
    font-family: "Inter", sans-serif !important;
}
span.mesc-video-hero__line.mesc-video-hero__line--connect span.mesc-video-hero__text {
    font-size: clamp(2.75rem, 6vw, 4.1rem) !important;
    font-family: "Inter", sans-serif !important;

}

/* =========================================
   SECOND LINE
   LET'S CONNECT!
========================================= */

.mesc-video-hero__line--connect {
  color: #ffc629;

  font-size: 0.68em;
  font-weight: 700;
  letter-spacing: -0.025em;

  clip-path: inset(0 50% 0 50%);

  animation:
    mescVideoHeroRevealLeft 1.1s
    cubic-bezier(0.77, 0, 0.18, 1)
    0.75s forwards;
}

.mesc-video-hero__line--connect
.mesc-video-hero__text {
  transform: translateX(6%);

  animation:
    mescVideoHeroTextLeft 1.1s
    cubic-bezier(0.77, 0, 0.18, 1)
    0.75s forwards;
}

/* =========================================
   THIRD LINE
   VISIT US AT BOOTH #805
========================================= */

p.mesc-video-hero__booth {
  margin: 0 0 1rem;

  color: #fff;

  font-family: "Inter", sans-serif !important;
  font-size: clamp(1.1rem, 1.8vw, 1.5rem);
  font-weight: 500;
  line-height: 1.4;

  opacity: 0;
  transform: translateY(18px);

  animation:
    mescVideoHeroDetailIn 0.65s ease
    1.75s forwards;
}

.mesc-video-hero__booth strong {
  color: #ffc629;
  font-weight: 800;
}

/* =========================================
   EVENT DETAILS
========================================= */

.mesc-video-hero__details {
  display: flex;
  flex-direction: column;
  align-items: center;

  margin-top: clamp(1.5rem, 3vw, 2.4rem);

  font-family: "Inter", sans-serif;
  text-align: center;
}

.mesc-video-hero__date {
  margin: 0 0 0.65rem;

  font-size: clamp(1.2rem, 2vw, 1.65rem);
  font-weight: 700;
  line-height: 1.35;

  opacity: 0;
  transform: translateY(18px);

  animation:
    mescVideoHeroDetailIn 0.65s ease
    2.15s forwards;
}

.mesc-video-hero__location {
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 0.18rem;

  margin: 0;

  font-family: "Inter", sans-serif;
  font-size: clamp(1rem, 1.45vw, 1.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.45;
}

.mesc-video-hero__location span {
  display: block;

  opacity: 0;
  transform: translateY(16px);

  animation:
    mescVideoHeroDetailIn 0.65s ease
    forwards;
}

.mesc-video-hero__location span:nth-child(1) {
  animation-delay: 2.27s;
}

.mesc-video-hero__location span:nth-child(2) {
  animation-delay: 2.39s;
}

.mesc-video-hero__location span:nth-child(3) {
  animation-delay: 2.51s;
}

/* =========================================
   MESC VIDEO HERO — SCROLL INDICATOR
========================================= */

.mesc-video-hero__scroll-indicator {
  position: absolute !important;

  left: 50% !important;
  bottom: 28px !important;
  z-index: 999 !important;

  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  gap: 10px;

  width: max-content;
  height: auto;

  margin: 0;
  padding: 0;

  color: #fff;

  /*
   * Hidden initially.
   * Appears after the rest of the
   * hero content has animated in.
   */
  opacity: 0;
  visibility: visible !important;

  transform: translate(-50%, 14px);

  animation:
    mescVideoHeroScrollIn
    0.65s
    ease
    2.8s
    forwards;

  pointer-events: none;
}

/* =========================================
   SCROLL TEXT
========================================= */

.mesc-video-hero__scroll-text {
  display: block !important;

  margin: 0;
  padding: 0;

  color: #fff !important;

  font-family: "Inter", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;

  white-space: nowrap;

  opacity: 1;
  visibility: visible !important;

  text-shadow:
    0 2px 6px rgba(0, 0, 0, 0.65);
}

/* =========================================
   SCROLL CIRCLE
========================================= */

.mesc-video-hero__scroll-circle {
  display: flex !important;
  align-items: center;
  justify-content: center;

  width: 44px;
  height: 44px;

  box-sizing: border-box;

  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;

  background-color: rgba(0, 7, 79, 0.5);

  opacity: 1;
  visibility: visible !important;

  box-shadow:
    0 4px 14px rgba(0, 0, 0, 0.25);

  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

/* =========================================
   SCROLL ARROW
========================================= */

.mesc-video-hero__scroll-icon {
  display: block !important;

  width: 22px;
  height: 22px;

  fill: #fff !important;

  opacity: 1;
  visibility: visible !important;

  /*
   * Arrow movement starts after
   * the indicator has appeared.
   */
  animation:
    mescVideoHeroScrollArrow
    1.8s
    ease-in-out
    3.45s
    infinite;
}

/* =========================================
   INDICATOR ENTRANCE
========================================= */

@keyframes mescVideoHeroScrollIn {
  0% {
    opacity: 0;

    transform:
      translate(-50%, 14px);
  }

  100% {
    opacity: 1;

    transform:
      translate(-50%, 0);
  }
}

/* =========================================
   ARROW MOVEMENT
========================================= */

@keyframes mescVideoHeroScrollArrow {
  0%,
  100% {
    transform: translateY(-2px);
  }

  50% {
    transform: translateY(3px);
  }
}

/* =========================================
   TABLET / SHORTER SCREENS
========================================= */

@media (max-width: 991px) {
  .mesc-video-hero__scroll-indicator {
    bottom: 105px !important;
  }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {
  .mesc-video-hero__scroll-indicator {
    bottom: 90px !important;

    gap: 8px;
  }

  .mesc-video-hero__scroll-text {
    font-size: 0.74rem;
  }

  .mesc-video-hero__scroll-circle {
    width: 40px;
    height: 40px;
  }

  .mesc-video-hero__scroll-icon {
    width: 20px;
    height: 20px;
  }
}

/* =========================================
   REDUCED MOTION
========================================= */

@media (prefers-reduced-motion: reduce) {
  .mesc-video-hero__scroll-indicator {
    opacity: 1;

    transform: translateX(-50%);

    animation: none;
  }

  .mesc-video-hero__scroll-icon {
    animation: none;
  }
}
/* =========================================
   VIDEO KEYFRAMES
========================================= */

@keyframes mescVideoHeroFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mescVideoHeroSlowZoom {
  from {
    transform:
      scale(1.03)
      translate3d(0, 0, 0);
  }

  to {
    transform:
      scale(1.08)
      translate3d(-1%, -0.5%, 0);
  }
}

/* =========================================
   TITLE KEYFRAMES
========================================= */

@keyframes mescVideoHeroRevealRight {
  from {
    clip-path: inset(0 50% 0 50%);
  }

  to {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes mescVideoHeroRevealLeft {
  from {
    clip-path: inset(0 50% 0 50%);
  }

  to {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes mescVideoHeroTextRight {
  from {
    transform: translateX(-6%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes mescVideoHeroTextLeft {
  from {
    transform: translateX(6%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes mescVideoHeroBoothIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================================
   DETAIL KEYFRAMES
========================================= */

@keyframes mescVideoHeroDetailIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================================
   SCROLL INDICATOR KEYFRAMES
========================================= */

@keyframes mescVideoHeroScrollBounce {
  0%,
  100% {
    transform: translateY(-2px);
  }

  50% {
    transform: translateY(3px);
  }
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {
  .mesc-video-hero {
    min-height: 650px;
  }

  .mesc-video-hero__content {
    padding:
      clamp(68px, 8vh, 96px)
      28px
      clamp(106px, 12vh, 132px);
  }

  .mesc-video-hero__copy {
    transform: translateY(-18px);
  }

  .mesc-video-hero__title {
    font-size: clamp(2.4rem, 7vw, 4.5rem);
  }

  .mesc-video-hero__line--connect {
    font-size: 0.72em;
  }

  .mesc-video-hero__line--booth {
    font-size: 0.36em;
  }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {
  .mesc-video-hero {
    height: 100vh;
    height: 100dvh;
    min-height: 620px;
  }

  .mesc-video-hero__content {
    align-items: center;
    justify-content: center;

    padding: 72px 20px 108px;
  }

  .mesc-video-hero__content::before {
    background:
      radial-gradient(
        ellipse at center,
        rgba(0, 7, 79, 0.8) 0%,
        rgba(0, 7, 79, 0.62) 42%,
        rgba(0, 7, 79, 0.24) 75%,
        rgba(0, 7, 79, 0.06) 100%
      ),
      linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.16),
        rgba(0, 0, 0, 0.12)
      );
  }

  .mesc-video-hero__copy {
    width: 100%;

    transform: translateY(-10px);
  }

  .mesc-video-hero__title {
    gap: 0.12em;

    font-size: clamp(2rem, 10vw, 3.1rem);
    line-height: 1.12;
    letter-spacing: -0.035em;
  }

  .mesc-video-hero__line {
    width: 100%;

    padding-bottom: 0.16em;

    white-space: normal;
  }

  .mesc-video-hero__line--connect {
    font-size: 0.78em;
  }

  .mesc-video-hero__line--booth {
    width: auto;

    margin-top: 0.35em;
    padding-left: 0.9em;

    font-size: 0.42em;
    letter-spacing: 0;
  }

  .mesc-video-hero__details {
    margin-top: 1.5rem;
  }

  .mesc-video-hero__date {
    font-size: clamp(1.1rem, 5vw, 1.35rem);
  }

  .mesc-video-hero__location {
    font-size: 1rem;
    line-height: 1.5;
  }

  .mesc-video-hero__scroll-indicator {
    bottom: 20px;
  }

  .mesc-video-hero__scroll-circle {
    width: 40px;
    height: 40px;
  }

  .mesc-video-hero__scroll-icon {
    width: 22px;
    height: 22px;
  }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {
  .mesc-video-hero {
    min-height: 590px;
  }

  .mesc-video-hero__content {
    padding: 64px 16px 98px;
  }

  .mesc-video-hero__copy {
    transform: translateY(-6px);
  }

  .mesc-video-hero__title {
    font-size: clamp(1.8rem, 9.5vw, 2.65rem);
  }

  .mesc-video-hero__line--connect {
    font-size: 0.76em;
  }

  .mesc-video-hero__line--booth {
    font-size: 0.44em;
  }

  .mesc-video-hero__location span {
    max-width: 32ch;
  }

  .mesc-video-hero__scroll-indicator {
    bottom: 16px;
  }
}

/* =========================================
   SHORT DESKTOP VIEWPORTS
========================================= */

@media (min-width: 768px) and (max-height: 760px) {
  .mesc-video-hero {
    min-height: 620px;
  }

  .mesc-video-hero__content {
    padding: 54px 24px 100px;
  }

  .mesc-video-hero__copy {
    transform: translateY(-12px);
  }

  .mesc-video-hero__title {
    font-size: clamp(2.5rem, 5.5vw, 4.8rem);
  }

  .mesc-video-hero__details {
    margin-top: 1.25rem;
  }

  .mesc-video-hero__scroll-indicator {
    bottom: 18px;
  }
}

/* =========================================
   REDUCED MOTION
========================================= */

@media (prefers-reduced-motion: reduce) {
  .mesc-video-hero__video-wrap,
  .mesc-video-hero__video,
  .mesc-video-hero__line,
  .mesc-video-hero__text,
  .mesc-video-hero__date,
  .mesc-video-hero__location span,
  .mesc-video-hero__scroll-icon {
    animation: none;
  }

  .mesc-video-hero__video-wrap {
    transform: none;
  }

  .mesc-video-hero__video {
    opacity: 1;
  }

  .mesc-video-hero__line {
    clip-path: none;
  }

  .mesc-video-hero__text,
  .mesc-video-hero__date,
  .mesc-video-hero__location span,
  .mesc-video-hero__line--booth {
    opacity: 1;
    transform: none;
  }
}

/* =========================================
   MESC 2026 RESOURCES
========================================= */

.mesc-resources {
  width: 100%;

  padding:
    clamp(48px, 5vw, 64px)
    24px
    clamp(36px, 4vw, 48px);

  color: #00074f;
  background-color: #fff;
}


/* Align with Who We Are and other
   1154px MESC page containers */

.mesc-resources__container {
  width: min(1154px, 100%);
  margin: 0 auto;
}


/* =========================================
   SECTION HEADER
========================================= */

.mesc-resources__header {
  margin-bottom: clamp(34px, 4vw, 46px);
}

.mesc-resources__title {
  position: relative;

  margin: 0;
  padding-top: 22px;

  color: #00074f;

  font-family: "Inter", sans-serif !important;
  font-size: clamp(2.15rem, 4.2vw, 4rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.04em;

  text-wrap: balance;
}

.mesc-resources__title::before {
  content: "";

  position: absolute;
  top: 0;
  left: 0;

  width: 72px;
  height: 5px;

  background-color: #ffc629;
}


/* =========================================
   RESOURCE BAND
========================================= */

.mesc-resources__band {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  width: 100%;

  border-top: 1px solid rgba(0, 7, 79, 0.14);
  border-bottom: 1px solid rgba(0, 7, 79, 0.14);
}


/* =========================================
   INDIVIDUAL RESOURCE
========================================= */

.mesc-resource-item {
  display: grid;

  grid-template-columns:
    minmax(150px, 0.72fr)
    minmax(0, 1.28fr);

  align-items: stretch;

  min-width: 0;

  padding:
    clamp(26px, 3vw, 36px);
}


/* Divider between resources */

.mesc-resource-item + .mesc-resource-item {
  border-left: 1px solid rgba(0, 7, 79, 0.14);
}


/* Slight variation for second resource */

.mesc-resource-item--infographic {
  background-color: #f6f9fc;
}


/* =========================================
   IMAGE PREVIEW
========================================= */

.mesc-resource-item__media {
  position: relative;

  width: 100%;
  min-width: 0;

  aspect-ratio: 4 / 3;

  overflow: hidden;

  background-color: #e8f0f8;

  border-radius: 6px;
}


/* =========================================
   IMAGE
========================================= */

.mesc-resource-item__image {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition:
    transform 260ms ease;
}


/* Landscape poster crop */

.mesc-resource-item--poster
.mesc-resource-item__image {
  object-position: center center;
}


/* Portrait infographic crop */

.mesc-resource-item--infographic
.mesc-resource-item__image {
  object-position: center top;
}


/* =========================================
   CONTENT
========================================= */

.mesc-resource-item__content {
  display: flex;
  flex-direction: column;

  min-width: 0;

  padding-left:
    clamp(22px, 2.5vw, 32px);
}


/* =========================================
   TYPE / EYEBROW
========================================= */

.mesc-resource-item__type {
 margin: 0 0 14px;

  color: #005a9c;

  font-family: "Inter", sans-serif;
  font-size: clamp(0.95rem, 1.15vw, 1.1rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}


/* =========================================
   COPY
========================================= */

.mesc-resource-item__copy {
  margin:
    0
    0
    14px;

  color: #30364f;

  font-family: "Inter", sans-serif !important;
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.55;

  text-wrap: pretty;
}


/* =========================================
   TITLE
========================================= */

h3.mesc-resource-item__title {
  margin:
    0
    0
    20px;

  color: #00074f;

  font-family: "Inter", sans-serif !important;
  font-size: clamp(1.1rem, 1.35vw, 1.35rem) !important;
  font-weight: 750;
  line-height: 1.32;
  letter-spacing: -0.02em;

  text-wrap: balance;
}


/* =========================================
   LINK
========================================= */

.mesc-resource-item__link {
  position: relative;

  display: inline-flex;
  align-items: center;
  align-self: flex-start;

  gap: 8px;

  width: fit-content;

  margin-top: auto;
  padding-bottom: 5px;

  color: #00074f;

  font-family: "Inter", sans-serif !important;
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1.3;

  text-decoration: none;

  transition:
    color 180ms ease;
}





.mesc-resource-item__arrow {
  display: inline-block;

  font-size: 1.15em;
  line-height: 1;

  transition:
    transform 180ms ease;
}


/* =========================================
   HOVER
========================================= */

@media (hover: hover) {

  .mesc-resource-item:hover
  .mesc-resource-item__image {
    transform: scale(1.035);
  }

  .mesc-resource-item__link:hover {
    color: #0071ce;
  }

  .mesc-resource-item__link:hover::after {
    background-color: #0071ce;
  }

  .mesc-resource-item__link:hover
  .mesc-resource-item__arrow {
    transform: translateX(4px);
  }
}


/* =========================================
   KEYBOARD FOCUS
========================================= */

.mesc-resource-item__link:focus {
  outline: none;
}

.mesc-resource-item__link:focus-visible {
  outline: 3px solid #0071ce;
  outline-offset: 5px;

  border-radius: 2px;
}


/* =========================================
   SMALL DESKTOP / TABLET
========================================= */

@media (max-width: 1050px) {

  .mesc-resource-item {
    grid-template-columns:
      minmax(125px, 0.62fr)
      minmax(0, 1.38fr);

    padding: 26px;
  }

  .mesc-resource-item__content {
    padding-left: 22px;
  }

  .mesc-resource-item__copy {
    font-size: 0.94rem;
  }

  .mesc-resource-item__title {
    font-size: 1.12rem;
  }

}


/* =========================================
   STACK RESOURCES
========================================= */

@media (max-width: 850px) {

  .mesc-resources__band {
    grid-template-columns: 1fr;
  }

  .mesc-resource-item + .mesc-resource-item {
    border-top: 1px solid rgba(0, 7, 79, 0.14);
    border-left: 0;
  }

  .mesc-resource-item {
    grid-template-columns:
      minmax(180px, 0.7fr)
      minmax(0, 1.3fr);
  }

}


/* =========================================
   MOBILE
========================================= */


/* =========================================
   MESC RESOURCES — MOBILE
========================================= */

@media (max-width: 767px) {

  /* =======================================
     SECTION
  ======================================= */

  .mesc-resources {
    padding:
      44px
      20px
      32px;
  }

  .mesc-resources__container {
    width: 100%;
  }

  .mesc-resources__header {
    margin-bottom: 30px;
  }

  .mesc-resources__title {
    padding-top: 18px;

    font-size: clamp(2rem, 10vw, 3.25rem);
    line-height: 1.08;
  }

  .mesc-resources__title::before {
    width: 58px;
    height: 4px;
  }


  /* =======================================
     STACK RESOURCE ITEMS
  ======================================= */

  .mesc-resources__band {
    display: grid;
    grid-template-columns: 1fr;

    width: 100%;
  }

  .mesc-resource-item {
    display: grid;
    grid-template-columns: 1fr;

    width: 100%;

    padding: 0;
  }

  .mesc-resource-item + .mesc-resource-item {
    border-top: 1px solid rgba(0, 7, 79, 0.14);
    border-left: 0;
  }


  /* =======================================
     RESOURCE BACKGROUNDS
  ======================================= */

  .mesc-resource-item--poster {
    background-color: #fff;
  }

  .mesc-resource-item--infographic {
    background-color: #f5f8fb;
  }


  /* =======================================
     IMAGE INSET
  ======================================= */

  .mesc-resource-item__media {
    width: auto;

    margin:
      28px
      20px
      0;

    aspect-ratio: 16 / 8;

    overflow: hidden;

    border-radius: 4px;

    background-color: #e8f0f8;
  }

  .mesc-resource-item__image {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
  }

  .mesc-resource-item--poster
  .mesc-resource-item__image {
    object-position: center center;
  }

  .mesc-resource-item--infographic
  .mesc-resource-item__image {
    object-position: center top;
  }


  /* =======================================
     CONTENT INSET
  ======================================= */

  .mesc-resource-item__content {
    padding:
      26px
      20px
      38px;
  }

  .mesc-resource-item--infographic
  .mesc-resource-item__content {
    padding-bottom: 46px;
  }


  /* =======================================
     RESOURCE TYPE
  ======================================= */

  .mesc-resource-item__type {
    margin:
      0
      0
      14px;

    font-size: 0.95rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }


  /* =======================================
     RESOURCE COPY
  ======================================= */

  .mesc-resource-item__copy {
    max-width: none;

    margin:
      0
      0
      18px;

    font-size: 1rem;
    line-height: 1.58;
  }


  /* =======================================
     RESOURCE TITLE
  ======================================= */

  .mesc-resource-item__title {
    max-width: none;

    margin:
      0
      0
      26px;

    font-size: 1.3rem;
    line-height: 1.3;
  }


  /* =======================================
     CTA
  ======================================= */

  .mesc-resource-item__link {
    margin-top: 4px;
  }

  /* =======================================
     WHO WE ARE — EXTRA SEPARATION
  ======================================= */

  .mesc-about {
    padding-top: clamp(56px, 6vw, 80px);
  }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

  .mesc-resources {
    padding:
      40px
      16px
      28px;
  }

  .mesc-resources__title {
    font-size: clamp(1.9rem, 9.5vw, 2.8rem);
  }

  .mesc-resource-item__media {
    margin:
      24px
      16px
      0;
  }

  .mesc-resource-item__content {
    padding:
      24px
      16px
      36px;
  }

  .mesc-resource-item--infographic
  .mesc-resource-item__content {
    padding-bottom: 44px;
  }

  .mesc-resource-item__type {
    font-size: 0.9rem;
  }

  .mesc-resource-item__copy {
    font-size: 1rem;
  }

  .mesc-resource-item__title {
    font-size: 1.22rem;
  }

  .mesc-about {
    padding-top: 68px;
  }
}

/* =========================================
   REDUCED MOTION
========================================= */

@media (prefers-reduced-motion: reduce) {

  .mesc-resource-item__image,
  .mesc-resource-item__link,
  .mesc-resource-item__arrow {
    transition: none;
  }

  .mesc-resource-item:hover
  .mesc-resource-item__image {
    transform: none;
  }

}


/* =========================================
   FORCED COLORS
========================================= */

@media (forced-colors: active) {

  .mesc-resources,
  .mesc-resource-item,
  .mesc-resource-item__media {
    color: CanvasText;
    background: Canvas;
  }

  .mesc-resources__band,
  .mesc-resource-item + .mesc-resource-item {
    border-color: CanvasText;
  }

  .mesc-resources__title,
  .mesc-resource-item__type,
  .mesc-resource-item__copy,
  .mesc-resource-item__title,
  .mesc-resource-item__link {
    color: CanvasText;
  }

  .mesc-resources__title::before,
  .mesc-resource-item__link::after {
    background: CanvasText;
  }

}

/* ==================================================
   OUR EXPERTS
================================================== */

.mesc-experts {
  width: 100%;

  padding:
    clamp(64px, 7vw, 96px)
    24px;

  background-color: #fff;
  border-top: 1px solid rgba(0, 7, 79, 0.1);
}

.mesc-experts__container {
  width: min(1154px, 100%);
  margin: 0 auto;
}

/* ==================================================
   SECTION HEADER
================================================== */

.mesc-experts__header {
  margin-bottom: clamp(38px, 5vw, 58px);
}

h2.mesc-experts__title {
  position: relative;

  margin: 0;
  padding-top: 22px;

  color: #00074f;

  font-family: "Inter", sans-serif !important;
  font-size: clamp(2.15rem, 4.2vw, 4rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;

  text-wrap: balance;
}

.mesc-experts__title::before {
  content: "";

  position: absolute;
  top: 0;
  left: 0;

  width: 72px;
  height: 5px;

  background-color: #ffc629;
}

/* ==================================================
   EXPERT GRID
================================================== */

.mesc-experts__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 28px;
}

/* ==================================================
   SHARED EXPERT CARD
================================================== */

.mesc-expert {
  position: relative;

  min-width: 0;

  overflow: hidden;

  background-color: #fff;

  border: 1px solid #dce4ed;
  border-radius: 8px;

  box-shadow:
    0 12px 30px rgba(0, 7, 79, 0.06),
    0 2px 8px rgba(0, 0, 0, 0.03);

  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.mesc-expert::before {
  content: "";

  position: absolute;
  top: 0;
  right: 0;
  left: 0;

  z-index: 2;

  height: 5px;

  background-color: #ffc629;
}

/* ==================================================
   JEN HARTMAN
================================================== */

.mesc-expert--primary {
  display: grid;
  grid-template-columns:
    minmax(300px, 0.82fr)
    minmax(0, 1.5fr);

  grid-column: 1 / -1;

  min-height: 520px;
}

/* ==================================================
   TEXT-ONLY EXPERT CARDS
================================================== */

.mesc-expert--text {
  display: flex;

  min-height: 100%;
}

.mesc-expert--text::after {


  pointer-events: none;
}

/* ==================================================
   EXPERT IMAGE
================================================== */

.mesc-expert__media {
  position: relative;

  min-width: 0;
  min-height: 100%;

  overflow: hidden;

  background-color: #e9eef5;
}

.mesc-expert__media::after {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      180deg,
      rgba(0, 7, 79, 0) 58%,
      rgba(0, 7, 79, 0.14) 100%
    );

  pointer-events: none;
}

.mesc-expert__image {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center top;
}

/* ==================================================
   EXPERT CONTENT
================================================== */

.mesc-expert__content {
  position: relative;
  z-index: 1;

  display: flex;
  flex-direction: column;
  justify-content: center;

  min-width: 0;

  padding:
    clamp(34px, 4vw, 58px);
}

.mesc-expert--text .mesc-expert__content {
  justify-content: flex-start;

  width: 100%;

  padding:
    clamp(34px, 3.4vw, 46px);
}

/* ==================================================
   EXPERT NAME
================================================== */

h3.mesc-expert__name {
  margin: 0 0 10px;

  color: #00074f;

  font-family: "Inter", sans-serif !important;
  font-size: clamp(1.65rem, 2.6vw, 2.6rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.035em;

  text-wrap: balance;
}

.mesc-expert--text .mesc-expert__name {
  font-size: clamp(1.5rem, 2vw, 2rem);
}

/* ==================================================
   EXPERT ROLE
================================================== */

.mesc-expert__role {
  margin: 0 0 26px;

  color: #0071ce;

  font-family: "Inter", sans-serif;
  font-size: clamp(0.98rem, 1.25vw, 1.08rem);
  font-weight: 700;
  line-height: 1.5;
}

.mesc-expert--primary .mesc-expert__role {
  max-width: 680px;
}

.mesc-expert--text .mesc-expert__role {
  max-width: 520px;
  margin-bottom: 22px;

  font-size: 0.98rem;
}

/* ==================================================
   BIO COPY
================================================== */

.mesc-expert__bio {
  color: #30364f;

  font-weight: 400;
  line-height: 1.72;
}

.mesc-expert__bio p {
  margin: 0;
  font-size: 1rem !important;
}

.mesc-expert__bio p + p {
  margin-top: 18px;
}

.mesc-expert--primary .mesc-expert__bio {
  max-width: 720px;

  font-size: clamp(1rem, 1.2vw, 1.08rem);
}

.mesc-expert--text .mesc-expert__bio {
  max-width: 540px;
}

/* ==================================================
   HOVER
================================================== */

@media (hover: hover) {

  .mesc-expert:hover {
    transform: translateY(-4px);

    border-color: rgba(0, 113, 206, 0.28);

    box-shadow:
      0 20px 46px rgba(0, 7, 79, 0.1),
      0 5px 14px rgba(0, 0, 0, 0.04);
  }

}

/* ==================================================
   SMALL DESKTOP
================================================== */

@media (max-width: 1040px) {

  .mesc-expert--primary {
    grid-template-columns:
      minmax(280px, 0.9fr)
      minmax(0, 1.35fr);
  }

}

/* ==================================================
   TABLET
================================================== */

@media (max-width: 820px) {

  .mesc-experts__grid {
    grid-template-columns: 1fr;
  }

  .mesc-expert--primary {
    grid-template-columns: 1fr;
    grid-column: auto;

    min-height: 0;
  }

  .mesc-expert__media {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .mesc-expert__image {
    object-position: center 20%;
  }

  .mesc-expert--text {
    min-height: 0;
  }

  .mesc-expert__content,
  .mesc-expert--text .mesc-expert__content {
    padding: 34px 30px 38px;
  }

}

/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

  .mesc-experts {
    padding:
      56px
      20px;
  }

  .mesc-experts__header {
    margin-bottom: 34px;
  }

  .mesc-experts__title {
    padding-top: 18px;

    font-size: clamp(2rem, 10vw, 3.25rem);
  }

  .mesc-experts__title::before {
    width: 58px;
    height: 4px;
  }

  .mesc-experts__grid {
    gap: 22px;
  }

}

/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 480px) {

  .mesc-experts {
    padding-right: 16px;
    padding-left: 16px;
  }

  .mesc-experts__title {
    font-size: clamp(1.9rem, 9.5vw, 2.8rem);
  }

  .mesc-expert__media {
    aspect-ratio: 1 / 1;
  }

  .mesc-expert__content,
  .mesc-expert--text .mesc-expert__content {
    padding: 28px 24px 32px;
  }

  .mesc-expert__name,
  .mesc-expert--text .mesc-expert__name {
    font-size: 1.6rem;
  }

  .mesc-expert__role,
  .mesc-expert--text .mesc-expert__role {
    font-size: 0.95rem;
  }

  .mesc-expert__bio,
  .mesc-expert--primary .mesc-expert__bio {
    font-size: 0.98rem;
    line-height: 1.65;
  }

}

/* ==================================================
   REDUCED MOTION
================================================== */

@media (prefers-reduced-motion: reduce) {

  .mesc-expert {
    transition: none;
  }

  .mesc-expert:hover {
    transform: none;
  }

}

/* ==================================================
   FORCED COLORS
================================================== */

@media (forced-colors: active) {

  .mesc-experts,
  .mesc-expert {
    color: CanvasText;
    background: Canvas;
  }

  .mesc-expert {
    border: 1px solid CanvasText;
  }

  .mesc-experts__title,
  .mesc-expert__name,
  .mesc-expert__role,
  .mesc-expert__bio {
    color: CanvasText;
  }

  .mesc-experts__title::before,
  .mesc-expert::before {
    background: CanvasText;
  }

  .mesc-expert--text::after {
    display: none;
  }

}


/* ==================================================
   FEATURED INSIGHTS
================================================== */

.mesc-insights {
  width: 100%;
  padding:
    clamp(64px, 7vw, 96px)
    24px;
  background-color: #e5f0fa;
}

.mesc-insights__container {
  width: min(1154px, 100%);
  margin: 0 auto;
}

/* ==================================================
   SECTION HEADER
================================================== */

.mesc-insights__header {
  margin-bottom: clamp(38px, 5vw, 58px);
}

h2.mesc-insights__title {
  position: relative;

  margin: 0;
  padding-top: 22px;

  color: #00074f;

  font-family: "Inter", sans-serif !important;
  font-size: clamp(2.15rem, 4.2vw, 4rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;

  text-wrap: balance;
}

.mesc-insights__title::before {
  content: "";

  position: absolute;
  top: 0;
  left: 0;

  width: 72px;
  height: 5px;

  background-color: #ffc629;
}

/* ==================================================
   INSIGHTS GRID
================================================== */

.mesc-insights__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;

  gap: 28px;
}

/* ==================================================
   INSIGHT CARD
================================================== */

.mesc-insight-card {
  min-width: 0;
  height: 100%;
  margin: 0;
}

.mesc-insight-card__link {
  display: flex;
  flex-direction: column;

  height: 100%;

  overflow: hidden;

  color: inherit;
  background-color: #fff;

  border: 1px solid #dce4ed;
  border-radius: 8px;

  box-shadow:
    0 12px 30px rgba(0, 7, 79, 0.06),
    0 2px 8px rgba(0, 0, 0, 0.03);

  text-decoration: none;

  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

/* ==================================================
   CARD IMAGE
================================================== */

.mesc-insight-card__media {
  position: relative;

  width: 100%;
  aspect-ratio: 16 / 9;

  overflow: hidden;

  background-color: #e9eef5;
}

.mesc-insight-card__media::after {
  content: "";

  position: absolute;
  inset: 0;

  background-color: rgba(0, 7, 79, 0);

  pointer-events: none;

  transition: background-color 180ms ease;
}

.mesc-insight-card__image {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transform: scale(1);

  transition: transform 300ms ease;
}

/* ==================================================
   CARD BODY
================================================== */

.mesc-insight-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;

  min-width: 0;

  padding: 24px 22px 26px;
  background-color: #fff;
}

/* ==================================================
   CARD TYPE
================================================== */

.mesc-insight-card__type {
  margin: 0 0 10px;

  color: #0071ce;

  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ==================================================
   CARD TITLE
================================================== */

.mesc-insight-card__title {
  margin: 0 0 14px;

  color: #00074f;

  font-family: "Inter", sans-serif !important;
  font-size: clamp(1.08rem, 1.25vw, .3rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;

  overflow-wrap: anywhere;
  text-wrap: balance;

  transition: color 180ms ease;
}

/* ==================================================
   CARD EXCERPT
================================================== */

.mesc-insight-card__excerpt {
  margin: 0;

  color: #30364f;

  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.6;
}

/* ==================================================
   CARD FOOTER
================================================== */

.mesc-insight-card__footer {
  margin-top: auto;
  padding-top: 6px;
}

.mesc-insight-card__cta {
  position: relative;

  display: inline-flex;
  align-items: center;

  gap: 8px;

  padding-bottom: 5px;

  color: #00074f;

  font-family: "Inter", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.4;
}

.mesc-insight-card__cta::after {
  content: "";

  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;

  height: 2px;

  background-color: #ffc629;

  transform: scaleX(0);
  transform-origin: left center;

  transition: transform 180ms ease;
}

.mesc-insight-card__arrow {
  display: inline-block;

  font-size: 1.15em;
  line-height: 1;

  transform: translateX(0);

  transition: transform 180ms ease;
}

/* ==================================================
   CARD HOVER
================================================== */

@media (hover: hover) {

  .mesc-insight-card__link:hover {
    transform: translateY(-5px);

    border-color: rgba(0, 113, 206, 0.3);

    box-shadow:
      0 20px 46px rgba(0, 7, 79, 0.1),
      0 5px 14px rgba(0, 0, 0, 0.04);
  }

  .mesc-insight-card__link:hover
  .mesc-insight-card__media::after {
    background-color: rgba(0, 7, 79, 0.1);
  }

  .mesc-insight-card__link:hover
  .mesc-insight-card__image {
    transform: scale(1.035);
  }

  .mesc-insight-card__link:hover
  .mesc-insight-card__title {
    color: #0071ce;
  }

  .mesc-insight-card__link:hover
  .mesc-insight-card__cta::after {
    transform: scaleX(1);
  }

  .mesc-insight-card__link:hover
  .mesc-insight-card__arrow {
    transform: translateX(4px);
  }

}

/* ==================================================
   KEYBOARD FOCUS
================================================== */

.mesc-insight-card__link:focus {
  outline: none;
}

.mesc-insight-card__link:focus-visible {
  outline: 3px solid #0071ce;
  outline-offset: 4px;

  border-color: #0071ce;

  box-shadow:
    0 0 0 5px rgba(0, 113, 206, 0.16),
    0 16px 36px rgba(0, 7, 79, 0.1);
}

.mesc-insight-card__link:focus-visible
.mesc-insight-card__cta::after {
  transform: scaleX(1);
}

/* ==================================================
   SECTION FOOTER
================================================== */

.mesc-insights__footer {
  display: flex;
  justify-content: flex-end;

  margin-top: clamp(34px, 4vw, 48px);
}

.mesc-insights__all {
  position: relative;

  display: inline-flex;
  align-items: center;

  gap: 10px;

  padding: 10px 0 7px;

  color: #00074f;

  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;

  text-decoration: none;

  transition: color 180ms ease;
}

.mesc-insights__all::after {
  content: "";

  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;

  height: 3px;

  background-color: #ffc629;

  transition: background-color 180ms ease;
}

.mesc-insights__all-arrow {
  display: inline-block;

  font-size: 1.2em;
  line-height: 1;

  transition: transform 180ms ease;
}

@media (hover: hover) {

  .mesc-insights__all:hover {
    color: #0071ce;
  }

  .mesc-insights__all:hover::after {
    background-color: #0071ce;
  }

  .mesc-insights__all:hover
  .mesc-insights__all-arrow {
    transform: translateX(5px);
  }

}

.mesc-insights__all:focus {
  outline: none;
}

.mesc-insights__all:focus-visible {
  outline: 3px solid #0071ce;
  outline-offset: 5px;

  border-radius: 2px;
}

/* ==================================================
   SMALL DESKTOP
   Switch from four columns to two before cards
   become too narrow.
================================================== */

@media (max-width: 1100px) {

  .mesc-insights__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
  }

  .mesc-insight-card__body {
    padding: 28px 26px 30px;
  }

  .mesc-insight-card__title {
    font-size: clamp(1.2rem, 2vw, 1.4rem);
  }

  .mesc-insight-card__excerpt {
    font-size: 1rem;
  }

}

/* ==================================================
   TABLET
================================================== */

@media (max-width: 767px) {

  .mesc-insights {
    padding:
      56px
      20px;
  }

  .mesc-insights__header {
    margin-bottom: 34px;
  }

  .mesc-insights__title {
    padding-top: 18px;

    font-size: clamp(2rem, 10vw, 3.25rem);
  }

  .mesc-insights__title::before {
    width: 58px;
    height: 4px;
  }

  .mesc-insights__grid {
    gap: 22px;
  }

  .mesc-insight-card__body {
    padding: 26px 24px 28px;
  }

  .mesc-insights__footer {
    justify-content: flex-start;

    margin-top: 32px;
  }

}

/* ==================================================
   MOBILE
================================================== */

@media (max-width: 640px) {

  .mesc-insights__grid {
    grid-template-columns: 1fr;
  }

  .mesc-insight-card__title {
    font-size: 1.2rem;
  }

  .mesc-insight-card__excerpt {
    font-size: 0.98rem;
  }

}

/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 480px) {

  .mesc-insights {
    padding-right: 16px;
    padding-left: 16px;
  }

  .mesc-insights__title {
    font-size: clamp(1.9rem, 9.5vw, 2.8rem);
  }

  .mesc-insight-card__body {
    padding: 24px 22px 26px;
  }

}

/* ==================================================
   REDUCED MOTION
================================================== */

@media (prefers-reduced-motion: reduce) {

  .mesc-insight-card__link,
  .mesc-insight-card__image,
  .mesc-insight-card__media::after,
  .mesc-insight-card__title,
  .mesc-insight-card__cta::after,
  .mesc-insight-card__arrow,
  .mesc-insights__all,
  .mesc-insights__all::after,
  .mesc-insights__all-arrow {
    transition: none;
  }

  .mesc-insight-card__link:hover {
    transform: none;
  }

  .mesc-insight-card__link:hover
  .mesc-insight-card__image {
    transform: none;
  }

}

/* ==================================================
   FORCED COLORS
================================================== */

@media (forced-colors: active) {

  .mesc-insights,
  .mesc-insight-card__link {
    color: CanvasText;
    background: Canvas;
  }

  .mesc-insight-card__link {
    border: 1px solid CanvasText;
  }

  .mesc-insights__title,
  .mesc-insight-card__type,
  .mesc-insight-card__title,
  .mesc-insight-card__excerpt,
  .mesc-insight-card__cta,
  .mesc-insights__all {
    color: CanvasText;
  }

  .mesc-insights__title::before,
  .mesc-insight-card__cta::after,
  .mesc-insights__all::after {
    background: CanvasText;
  }

}


/* ==================================================
   OUR WORK IN ACTION
================================================== */

.mesc-impact {
  width: 100%;

  padding:
    clamp(64px, 7vw, 96px)
    24px;

  color: #00074f;
  background-color: #fff;
}

.mesc-impact__container {
  width: min(1154px, 100%);
  margin: 0 auto;
}

/* ==================================================
   SECTION HEADING
================================================== */

.mesc-impact__intro {
  margin-bottom: clamp(38px, 5vw, 60px);
}

h2.mesc-impact__title {
  position: relative;

  margin: 0;
  padding-top: 22px;

  color: #00074f;

  font-family: "Inter", sans-serif !important;
  font-size: clamp(2.15rem, 4.2vw, 4rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;

  text-wrap: balance;
}

.mesc-impact__title::before {
  content: "";

  position: absolute;
  top: 0;
  left: 0;

  width: 72px;
  height: 5px;

  background-color: #ffc629;
}

/* ==================================================
   RESULTS GRID
================================================== */

.mesc-impact__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;

  gap: clamp(24px, 3vw, 36px);
}

/* ==================================================
   RESULT CARD
================================================== */

.mesc-impact-card {
  position: relative;

  display: flex;
  align-items: flex-start;

  min-width: 0;
  min-height: 100%;

  margin: 0;
  padding: clamp(30px, 3vw, 40px);

  border: 1px solid #dce4ed;
  border-top: 6px solid #ffc629;
  border-radius: 8px;

  background-color: #fff;

  box-shadow:
    0 14px 36px rgba(0, 7, 79, 0.07),
    0 3px 10px rgba(0, 0, 0, 0.04);

  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}




/* ==================================================
   CARD COPY
================================================== */

.mesc-impact-card__copy {
  position: relative;
  z-index: 1;

  margin: 0;

  color: #30364f;

  font-family: "proxima-nova", sans-serif;
  font-size: clamp(1.05rem, 1.35vw, 1.18rem);
  font-weight: 400;
  line-height: 1.7;
	  text-wrap: pretty;

}

/* ==================================================
   EMPHASIZED RESULTS
================================================== */

.mesc-impact-card__stat {
  color: #0071ce;

  font-family: "Inter", sans-serif;
  font-size: 1.2em;
  font-weight: 800;
  line-height: inherit;
  letter-spacing: -0.025em;
}

/* ==================================================
   HOVER
================================================== */

@media (hover: hover) {
  .mesc-impact-card:hover {
    transform: translateY(-5px);

    border-color: rgba(0, 113, 206, 0.3);

    box-shadow:
      0 20px 46px rgba(0, 7, 79, 0.11),
      0 5px 14px rgba(0, 0, 0, 0.05);
  }
}

/* ==================================================
   TABLET
================================================== */

@media (max-width: 991px) {
  .mesc-impact {
    padding-right: 28px;
    padding-left: 28px;
  }

  .mesc-impact__grid {
    grid-template-columns: 1fr;
  }

  .mesc-impact-card {
    max-width: 820px;
  }
}

/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {
  .mesc-impact {
    padding:
      56px
      20px;
  }

  .mesc-impact__intro {
    margin-bottom: 34px;
  }

  .mesc-impact__title {
    padding-top: 18px;

    font-size: clamp(2rem, 10vw, 3.25rem);
  }

  .mesc-impact__title::before {
    width: 58px;
    height: 4px;
  }

  .mesc-impact__grid {
    gap: 20px;
  }

  .mesc-impact-card {
    padding: 28px 24px;
  }

  .mesc-impact-card__copy {
    font-size: 1.05rem;
    line-height: 1.68;
  }

  .mesc-impact-card::after {
    right: 14px;
    bottom: 6px;

    font-size: 4.5rem;
  }
}

/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 480px) {
  .mesc-impact {
    padding-right: 16px;
    padding-left: 16px;
  }

  .mesc-impact__title {
    font-size: clamp(1.9rem, 9.5vw, 2.8rem);
  }
}

/* ==================================================
   REDUCED MOTION
================================================== */

@media (prefers-reduced-motion: reduce) {
  .mesc-impact-card {
    transition: none;
  }

  .mesc-impact-card:hover {
    transform: none;
  }
}

/* ==================================================
   FORCED COLORS
================================================== */

@media (forced-colors: active) {
  .mesc-impact,
  .mesc-impact-card {
    color: CanvasText;
    background: Canvas;
  }

  .mesc-impact-card {
    border: 1px solid CanvasText;
    border-top-width: 6px;
  }

  .mesc-impact__title,
  .mesc-impact-card__copy,
  .mesc-impact-card__stat {
    color: CanvasText;
  }

  .mesc-impact-card::after {
    display: none;
  }
}


/* =========================================
   MESC — WHO WE ARE
========================================= */

.mesc-about {
  width: 100%;

  padding:
    clamp(36px, 4vw, 48px)
    24px
    clamp(72px, 8vw, 100px);

  color: #00074f;
  background-color: #fff;
}

.mesc-about__container {
  width: min(1154px, 100%);
  margin: 0 auto;
}

/* =========================================
   WHO WE ARE — HEADING
========================================= */

h2.mesc-about__title {
  position: relative;

  margin:
    0
    0
    clamp(28px, 4vw, 44px);

  padding-top: 22px;

  color: #00074f;

  font-family: "Inter", sans-serif !important;
  font-size: clamp(2.15rem, 4.2vw, 4rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;

  text-wrap: balance;
}

/* Gold accent above the heading */

.mesc-about__title::before {
  content: "";

  position: absolute;
  top: 0;
  left: 0;

  width: 72px;
  height: 5px;

  background-color: #ffc629;
}

/* =========================================
   WHO WE ARE — BODY
========================================= */

.mesc-about__content p {
  margin: 0 0 1.4rem;

  color: #242747;

  font-size: clamp(1.05rem, 1.35vw, 1.22rem);
  font-weight: 400;
  line-height: 1.75;
}

.mesc-about__content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .mesc-about {
    padding:
      36px
      20px
      64px;
  }
}

@media (max-width: 480px) {

  .mesc-about {
    padding:
      32px
      16px
      56px;
  }

}

/* =========================================
   MESC — COME SEE US
========================================= */

.mesc-visit {
  width: 100%;

  padding:
    clamp(64px, 7vw, 96px)
    24px;

  color: #00074f;
  background-color: #fff;

  border-top: 1px solid rgba(0, 7, 79, 0.1);
}

.mesc-visit__container {
  width: min(1154px, 100%);
  margin: 0 auto;
}

/* =========================================
   SECTION HEADING
========================================= */

.mesc-visit__intro {
  max-width: 900px;
  margin-bottom: clamp(34px, 4vw, 52px);
}

h2.mesc-visit__title {
  position: relative;

  margin: 0;
  padding-top: 22px;

  color: #00074f;

  font-family: "Inter", sans-serif !important;
  font-size: clamp(2.15rem, 4.2vw, 4rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.04em;

  text-wrap: balance;
}

.mesc-visit__title::before {
  content: "";

  position: absolute;
  top: 0;
  left: 0;

  width: 72px;
  height: 5px;

  background-color: #ffc629;
}

/* =========================================
   TICKET / POSTER PANEL
========================================= */

.mesc-visit__poster {
  display: grid;

  grid-template-columns:
    minmax(240px, 0.34fr)
    minmax(0, 1fr);

  width: 100%;

  overflow: hidden;

  border-radius: 10px;

  background-color: #00074f;

  box-shadow:
    0 20px 48px rgba(0, 7, 79, 0.18),
    0 4px 12px rgba(0, 0, 0, 0.08);
}

/* =========================================
   GOLD BOOTH STUB
========================================= */

.mesc-visit__booth {
	  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;

  min-width: 0;

  padding: clamp(30px, 4vw, 48px);

  color: #00074f;
  background-color: #ffc629;
}

.mesc-visit__booth-label {
  display: block;

  margin-bottom: 18px;

  font-family: "Inter", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mesc-visit__booth-number {
  display: block;

  margin-bottom: 18px;

  color: #00074f;

  font-family: "Inter", sans-serif;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.04em;

  text-wrap: balance;
}

.mesc-visit__booth-copy {
  margin: 0;

  color: #00074f;

  font-family: "Inter", sans-serif;
  font-size: clamp(0.98rem, 1.15vw, 1.08rem);
  font-weight: 500;
  line-height: 1.6;

  text-wrap: balance;
}



.mesc-visit__booth::after {
  content: "";

  position: absolute;

  top: 18px;
  right: -7px;
  bottom: 18px;

  width: 14px;

  background:
    radial-gradient(
      circle,
      #ffffff 0 1.8px,
      transparent 2px
    )
    center top / 14px 14px repeat-y;

  pointer-events: none;
  z-index: 3;
}



/* =========================================
   POSTER SESSION CONTENT
========================================= */

.mesc-visit__poster-content {
  display: flex;
  flex-direction: column;
  justify-content: center;

  min-width: 0;

  padding: clamp(32px, 5vw, 58px);
}

/* =========================================
   POSTER META
   LABEL + DATE/TIME IN TWO COLUMNS
========================================= */

.mesc-visit__poster-meta {
  display: grid;

  grid-template-columns:
    minmax(150px, 0.7fr)
    minmax(0, 1.3fr);

  align-items: center;

  gap: clamp(26px, 4vw, 46px);

  width: 100%;

  margin-bottom: clamp(28px, 3vw, 38px);
  padding-bottom: clamp(24px, 3vw, 32px);

  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

/* =========================================
   POSTER SESSION LABEL COLUMN
========================================= */

.mesc-visit__poster-label {
  display: flex;
  align-items: center;

  min-height: 100%;

  margin: 0;
  padding-right: clamp(20px, 3vw, 34px);

  border-right: 1px solid rgba(255, 255, 255, 0.18);

  color: #ffc629;

  font-family: "Inter", sans-serif;
  font-size: clamp(1.05rem, 1.35vw, 1.25rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

/* =========================================
   DATE + TIME COLUMN
========================================= */

.mesc-visit__poster-datetime {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  gap: 7px;

  width: 100%;
  max-width: 100%;

  padding: 0;
  margin: 0;

  border: 0;
}

.mesc-visit__poster-date {
  display: block;

  margin: 0;

  color: #fff;

  font-family: "Inter", sans-serif;
  font-size: clamp(1.5rem, 2.15vw, 1.95rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.025em;

  text-wrap: balance;
}

.mesc-visit__poster-time {
  display: block;

  margin: 0;

  color: #ffc629;

  font-family: "Inter", sans-serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

/* =========================================
   POSTER INTRO COPY
========================================= */

.mesc-visit__poster-intro {
  max-width: 760px;

  margin: 0 0 18px;

  color: rgba(255, 255, 255, 0.84);

  font-family: "Inter", sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  font-weight: 400;
  line-height: 1.6;

  text-wrap: balance;
}

/* =========================================
   POSTER TITLE
========================================= */

h3.mesc-visit__poster-title {
  max-width: 850px;

  margin: 0;

  color: #fff;

  font-family: "Inter", sans-serif !important;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: -0.025em;

  text-wrap: balance;
}

h3.mesc-visit__poster-title span {
  font-weight: 300;
  font-family: "Inter", sans-serif !important;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.38;
  letter-spacing: -0.025em;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {
  .mesc-visit {
    padding-right: 28px;
    padding-left: 28px;
  }

  .mesc-visit__poster {
    grid-template-columns:
      minmax(220px, 0.38fr)
      minmax(0, 1fr);
  }

  .mesc-visit__booth {
    padding: 30px;
  }

  .mesc-visit__poster-content {
    padding: 34px;
  }

  .mesc-visit__poster-meta {
    grid-template-columns:
      minmax(130px, 0.65fr)
      minmax(0, 1.35fr);

    gap: 26px;
  }

  .mesc-visit__poster-label {
    padding-right: 22px;

    font-size: 1rem;
  }

  .mesc-visit__poster-date {
    font-size: clamp(1.35rem, 2.5vw, 1.7rem);
  }

  .mesc-visit__poster-time {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
  }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {
  .mesc-visit {
    padding:
      56px
      20px;
  }

  .mesc-visit__intro {
    margin-bottom: 34px;
  }

  .mesc-visit__title {
    padding-top: 18px;

    font-size: clamp(2rem, 10vw, 3.25rem);
    line-height: 1.08;
  }

  .mesc-visit__title::before {
    width: 58px;
    height: 4px;
  }

  .mesc-visit__poster {
    grid-template-columns: 1fr;
  }

  .mesc-visit__booth {
    padding: 28px 26px;
  }

  .mesc-visit__booth-label {
    margin-bottom: 12px;
  }

  .mesc-visit__booth-number {
    margin-bottom: 14px;

    font-size: clamp(1.9rem, 8vw, 2.5rem);
  }

  .mesc-visit__booth-copy {
    max-width: 560px;
  }

  .mesc-visit__poster-content {
    padding: 30px 26px 34px;
  }

  /*
   * Stack the poster label above the
   * date/time on smaller screens.
   */

  .mesc-visit__poster-meta {
    grid-template-columns: 1fr;

    gap: 18px;

    margin-bottom: 26px;
    padding-bottom: 24px;
  }

  .mesc-visit__poster-label {
    min-height: 0;

    padding-right: 0;
    padding-bottom: 16px;

    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);

    font-size: 1rem;
  }

  .mesc-visit__poster-datetime {
    gap: 6px;
  }

  .mesc-visit__poster-date {
    font-size: clamp(1.4rem, 5vw, 1.7rem);
  }

  .mesc-visit__poster-time {
    font-size: clamp(1.9rem, 7vw, 2.4rem);
  }

  .mesc-visit__poster-intro {
    font-size: 1rem;
  }

  .mesc-visit__poster-title {
    font-size: 1.3rem;
  }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {
  .mesc-visit {
    padding-right: 16px;
    padding-left: 16px;
  }

  .mesc-visit__title {
    font-size: clamp(1.9rem, 9.5vw, 2.8rem);
  }

  .mesc-visit__booth {
    padding: 26px 22px;
  }

  .mesc-visit__poster-content {
    padding: 28px 22px 30px;
  }

  .mesc-visit__poster-label {
    font-size: 0.95rem;
  }

  .mesc-visit__poster-date {
    font-size: 1.35rem;
  }

  .mesc-visit__poster-time {
    font-size: 2rem;
  }

  .mesc-visit__poster-title {
    font-size: 1.22rem;
  }
}

/* =========================================
   FORCED COLORS
========================================= */

@media (forced-colors: active) {
  .mesc-visit,
  .mesc-visit__poster,
  .mesc-visit__booth {
    color: CanvasText;
    background: Canvas;
  }

  .mesc-visit__poster {
    border: 1px solid CanvasText;
  }

  .mesc-visit__title,
  .mesc-visit__booth-label,
  .mesc-visit__booth-number,
  .mesc-visit__booth-copy,
  .mesc-visit__poster-label,
  .mesc-visit__poster-date,
  .mesc-visit__poster-time,
  .mesc-visit__poster-intro,
  .mesc-visit__poster-title {
    color: CanvasText;
  }

  .mesc-visit__title::before {
    background: CanvasText;
  }

  .mesc-visit__poster-meta {
    border-bottom-color: CanvasText;
  }

  .mesc-visit__poster-label {
    border-color: CanvasText;
  }
}

/* =========================================
   MESC SERVICES SECTION
========================================= */

.mesc-services {
  position: relative;
  isolation: isolate;
  overflow: hidden;

  width: 100%;

  padding:
    clamp(72px, 8vw, 110px)
    24px
    clamp(72px, 8vw, 100px);

  color: #00074f;
  background-color: #e5f0fa;
}

/* =========================================
   SECTION BACKGROUND
========================================= */

.mesc-services::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;

 

  pointer-events: none;
}

/* =========================================
   INNER CONTAINER
========================================= */

.mesc-services__container {
  position: relative;
  z-index: 1;

  width: min(1154px, 100%);
  margin: 0 auto;
}

/* =========================================
   INTRO CONTENT
========================================= */


.mesc-services__eyebrow {
  margin: 0 0 16px;

  color: #0071ce;

  font-family: "Inter", sans-serif;
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h2.mesc-services__title {
  max-width: 920px;

  margin:
    0
    0
    clamp(30px, 4vw, 48px);

  color: #00074f;

  font-family: "Inter", sans-serif !important;
  font-size: clamp(2.3rem, 4.7vw, 4.75rem);
  font-weight: 800;
  line-height: 1.07;
  letter-spacing: -0.04em;

  text-wrap: balance;
}



.mesc-services__description p {
  margin: 0 0 1.2rem;

  color: #30364f;

  font-family: "Inter", sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  font-weight: 400;
  line-height: 1.72;
}

.mesc-services__description p:last-child {
  margin-bottom: 0;
}

.mesc-services__lead {
  margin:
    clamp(28px, 3vw, 40px)
    0
    0;

  color: #00074f;

  font-family: "Inter", sans-serif;
  font-size: clamp(1.08rem, 1.45vw, 1.28rem);
  font-weight: 700;
  line-height: 1.5;
}

/* =========================================
   SERVICES GRID
========================================= */

.mesc-services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;

  gap: clamp(24px, 3vw, 36px);

  width: 100%;
  margin-top: clamp(36px, 5vw, 58px);

  counter-reset: mesc-service;
}

/* =========================================
   SERVICE CARDS
========================================= */

.mesc-service-card {
  position: relative;

  display: flex;
  flex-direction: column;

  min-width: 0;
  min-height: 100%;

  margin: 0;
  padding: clamp(26px, 2.5vw, 34px);

  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 6px solid #ffc629;
  border-radius: 8px;

  background:
    linear-gradient(
      145deg,
      #163775 0%,
      #00074f 100%
    );

  box-shadow:
    0 16px 36px rgba(0, 7, 79, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);

  counter-increment: mesc-service;

  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}



/* =========================================
   CARD TYPOGRAPHY
========================================= */

h3.mesc-service-card__title {
  margin: 0 0 16px;

  color: #fff;

  font-family: "Inter", sans-serif !important;
  font-size: clamp(1.2rem, 1.55vw, 1.45rem);
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: -0.02em;

  text-wrap: balance;
}

.mesc-service-card__description {
  margin: 0;

  color: rgba(255, 255, 255, 0.9);

  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.68;
	text-wrap: balance;
}

/* =========================================
   CARD HOVER
========================================= */

@media (hover: hover) {
  .mesc-service-card:hover {
    transform: translateY(-6px);

    border-color: rgba(255, 198, 41, 0.55);

    background:
      linear-gradient(
        145deg,
        #1a3d88 0%,
        #001164 100%
      );

    box-shadow:
      0 24px 48px rgba(0, 7, 79, 0.25),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }
}



/* =========================================
   SERVICES CTA
========================================= */

.mesc-services__cta {
  display: flex;
  justify-content: center;

  width: 100%;
  margin-top: clamp(40px, 6vw, 64px);
}

a.mesc-services__cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 10px;

  padding: 14px 22px;

  border: 2px solid #00074f;
  border-radius: 4px;

  background-color: #00074f;
  color: #fff;

  font-family: "Inter", sans-serif !important;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;

  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.mesc-services__cta-link span {
  display: inline-block;

  font-size: 1.25em;
  line-height: 1;

  transition: transform 180ms ease;
}

@media (hover: hover) {
  .mesc-services__cta-link:hover {
    border-color: #ffc629;

    background-color: #ffc629;
    color: #00074f;

    transform: translateY(-2px);

    box-shadow:
      0 12px 24px rgba(0, 7, 79, 0.12);
  }

  .mesc-services__cta-link:hover span {
    transform: translateX(4px);
  }
}

.mesc-services__cta-link:focus-visible {
  outline: 3px solid #0071ce;
  outline-offset: 4px;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {
  .mesc-services {
    padding-right: 28px;
    padding-left: 28px;
  }

  .mesc-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {
  .mesc-services {
    padding:
      64px
      20px;
  }


  .mesc-services__title {
    font-size: clamp(2rem, 10vw, 3.25rem);
    line-height: 1.1;
  }

  .mesc-services__description p {
    font-size: 1.05rem;
    line-height: 1.68;
  }

  body .mesc-services .mesc-services__grid {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;

    width: 100% !important;
    max-width: 100% !important;

    gap: 20px !important;
  }

  .mesc-service-card {
    padding: 26px 24px 28px;
  }

   body .mesc-services .mesc-services__grid > .mesc-service-card {
    display: block !important;

    flex: 0 0 auto !important;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    margin: 0 !important;

    box-sizing: border-box !important;
  }

  .mesc-services__cta {
    margin-top: 36px;
  }

  .mesc-services__cta-link {
    width: 100%;
    max-width: 340px;

    text-align: center;
  }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {
  .mesc-services {
    padding-right: 16px;
    padding-left: 16px;
  }

  .mesc-services__title {
    font-size: clamp(1.9rem, 9.5vw, 2.8rem);
  }

  .mesc-service-card__title {
    font-size: 1.2rem;
  }

  .mesc-service-card__description {
    font-size: 0.98rem;
  }
}

/* =========================================
   HIGH-CONTRAST / FORCED COLORS
========================================= */

@media (forced-colors: active) {
  .mesc-services,
  .mesc-service-card,
  .mesc-services__cta-link {
    color: CanvasText;
    background: Canvas;
  }

  .mesc-service-card,
  .mesc-services__cta-link {
    border: 1px solid CanvasText;
  }

  .mesc-service-card {
    border-top-width: 6px;
  }

  .mesc-services__eyebrow,
  .mesc-services__title,
  .mesc-services__description p,
  .mesc-services__lead,
  .mesc-service-card::before,
  .mesc-service-card__title,
  .mesc-service-card__description {
    color: CanvasText;
  }
}

/* =========================================
   REDUCED MOTION
========================================= */

@media (prefers-reduced-motion: reduce) {
  .mesc-service-card,
  .mesc-services__cta-link,
  .mesc-services__cta-link span {
    transition: none;
  }

  .mesc-service-card:hover,
  .mesc-services__cta-link:hover {
    transform: none;
  }

  .mesc-services__cta-link:hover span {
    transform: none;
  }
}