/* Ad Hoc × Excellera prototype: the live page remains untouched outside this section. */
html {
  overflow-x: clip;
}

.excellera-update,
.excellera-update * {
  box-sizing: border-box;
}

.excellera-update {
  padding: 5rem 0 6rem;
  color: #333;
  background-image: url("../img/pattern45.jpg");
  background-size: 28.25rem;
  background-position: center;
}

.excellera-update--home {
  margin: 2.5rem 0;
  padding: 0;
  float: left;
}

.page-id-17 .excellera-update {
  background-image: none;
}

.prototype-static {
  overflow-x: clip;
}

.excellera-update__inner {
  width: min(73.125rem, calc(100% - 2rem));
  margin: 0 auto;
}

.excellera-update--home .excellera-update__inner {
  width: 100%;
}

.excellera-update__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.excellera-update__visual {
  height: min(48vw, 34rem);
  margin: 0;
  overflow: hidden;
  background: transparent;
}

.excellera-update__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 49%;
  mix-blend-mode: multiply;
}

.excellera-update__copy {
  margin: 0;
  padding: clamp(2.5rem, 5vw, 4.75rem);
  columns: 2 22rem;
  column-gap: clamp(3rem, 7vw, 6rem);
  border-top: 4px solid #f2dd57;
  background: #fff;
  font-family: "ff-basic-gothic-web-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.7;
}

.excellera-update__copy p {
  margin: 0 0 1.35em;
  break-inside: avoid;
}

/* Keep the mirrored content visible in full-page prototype captures. */
.prototype-static .wow {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}

.prototype-static a.prototype-disabled-link,
.prototype-static a.prototype-disabled-link:hover,
.prototype-static a.prototype-disabled-link:focus {
  cursor: not-allowed;
}

@media only screen and (max-width: 40em) {
  .excellera-update {
    padding: 3.25rem 0 4rem;
  }

  .excellera-update--home {
    margin: 1.5rem 0;
    padding: 0;
  }

  .excellera-update__inner {
    width: calc(100% - 1.75rem);
  }

  .excellera-update__visual {
    height: auto;
    min-height: 0;
  }

  .excellera-update__visual img {
    aspect-ratio: 150 / 100;
    height: auto;
    object-fit: cover;
    object-position: center right;
  }

  .excellera-update__copy {
    padding: 2rem 1.5rem 2.5rem;
    columns: 1;
    font-size: 1rem;
    line-height: 1.65;
  }
}

@media (prefers-reduced-motion: reduce) {
  .excellera-update *,
  .excellera-update *::before,
  .excellera-update *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
