footer.constructology-footer {
  --constructology-navy: #404041;
  --constructology-sage: #ffde16;
  --constructology-sage-soft: #ffde16;
  --constructology-white: #fff;
  --constructology-charcoal: #4c4950;
  --constructology-line: #9c9c9c;
  --constructology-line-soft: #d3d3d3;
  position: relative;
  overflow: hidden;
  scroll-margin-top: 6.5rem;
  color: var(--constructology-navy);
  font-family: Poppins, "Helvetica Neue", helvetica, roboto, arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: -0.0021875rem;
  line-height: 1.5rem;
}

footer.constructology-footer,
footer.constructology-footer *,
footer.constructology-footer *::before,
footer.constructology-footer *::after {
  box-sizing: border-box;
}

footer.constructology-footer h2,
footer.constructology-footer p {
  margin: 0;
}

footer.constructology-footer a,
footer.constructology-footer a:visited {
  color: inherit;
  text-decoration: none;
}

footer.constructology-footer a:focus-visible {
  outline: 0.125rem solid currentColor;
  outline-offset: 0.375rem;
}

footer.constructology-footer .constructology-footer__container {
  width: 100%;
  max-width: 115rem;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 7rem;
}

footer.constructology-footer .constructology-footer__container--section {
  padding-bottom: 3rem;
  padding-top: 3rem;
}

footer.constructology-footer .constructology-footer__brand {
  display: inline-flex;
  width: min(17rem, 100%);
}

footer.constructology-footer .constructology-footer__brand img {
  display: block;
  width: 100%;
  height: auto;
}

footer.constructology-footer .constructology-footer__brand--inverse img {
  filter: brightness(0) invert(1);
}

footer.constructology-footer .constructology-footer__label {
  color: inherit;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.04875rem;
  line-height: 1;
  text-transform: uppercase;
}

footer.constructology-footer .constructology-footer__label--sage {
  color: var(--constructology-sage);
}

footer.constructology-footer .constructology-footer__statement,
footer.constructology-footer .constructology-footer__studio-statement h2,
footer.constructology-footer .constructology-footer__split-intro h2,
footer.constructology-footer .constructology-footer__editorial-main h2,
footer.constructology-footer .constructology-footer__contact-first-lead h2 {
  color: inherit;
  font-family: inherit;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.25;
  text-wrap: balance;
}

footer.constructology-footer .constructology-footer__contact-link,
footer.constructology-footer .constructology-footer__text-link,
footer.constructology-footer .constructology-footer__split-contact a,
footer.constructology-footer .constructology-footer__editorial-phone {
  position: relative;
  display: block;
  width: fit-content;
  max-width: 100%;
  overflow-wrap: anywhere;
}

footer.constructology-footer .constructology-footer__contact-link::after,
footer.constructology-footer .constructology-footer__text-link::after,
footer.constructology-footer .constructology-footer__split-contact a::after,
footer.constructology-footer .constructology-footer__editorial-phone::after,
footer.constructology-footer .constructology-footer__legal a::after {
  position: absolute;
  right: 0;
  bottom: -0.1875rem;
  left: 0;
  height: 0.0625rem;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 600ms ease;
}

footer.constructology-footer .constructology-footer__contact-link:hover::after,
footer.constructology-footer .constructology-footer__contact-link:focus-visible::after,
footer.constructology-footer .constructology-footer__text-link:hover::after,
footer.constructology-footer .constructology-footer__text-link:focus-visible::after,
footer.constructology-footer .constructology-footer__split-contact a:hover::after,
footer.constructology-footer .constructology-footer__split-contact a:focus-visible::after,
footer.constructology-footer .constructology-footer__editorial-phone:hover::after,
footer.constructology-footer .constructology-footer__editorial-phone:focus-visible::after,
footer.constructology-footer .constructology-footer__legal a:hover::after,
footer.constructology-footer .constructology-footer__legal a:focus-visible::after {
  transform: scaleX(1);
}

footer.constructology-footer .constructology-footer__button {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 10rem;
  height: 3.25rem;
  overflow: hidden;
  padding: 0 1.5625rem;
  border-radius: 3.25rem;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.375rem;
  transition: color 600ms ease, transform 180ms ease;
}

footer.constructology-footer .constructology-footer__button::before {
  position: relative;
  z-index: 2;
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 0.75rem;
  margin-right: 0.75rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  transition: transform 300ms ease;
}

footer.constructology-footer .constructology-footer__button::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 800ms ease;
}

footer.constructology-footer .constructology-footer__button span {
  position: relative;
  z-index: 2;
}

footer.constructology-footer .constructology-footer__button--sage {
  background: var(--constructology-sage);
  color: #273b49;
}

footer.constructology-footer .constructology-footer__button--sage::before {
  background-image: url("/wp-content/themes/theme/dist/src/img/long-arrow-right-theme.svg");
}

footer.constructology-footer .constructology-footer__button--sage::after {
  background: var(--constructology-white);
}

footer.constructology-footer .constructology-footer__button--navy {
  background: var(--constructology-navy);
  color: var(--constructology-white);
}

footer.constructology-footer .constructology-footer__button--navy::before {
  background-image: url("/wp-content/themes/theme/dist/src/img/long-arrow-right.svg");
}

footer.constructology-footer .constructology-footer__button--navy::after {
  background: var(--constructology-sage);
}

footer.constructology-footer .constructology-footer__button--navy:hover,
footer.constructology-footer .constructology-footer__button--navy:focus-visible {
  color: var(--constructology-navy);
}

footer.constructology-footer .constructology-footer__button:hover::after,
footer.constructology-footer .constructology-footer__button:focus-visible::after {
  transform: scaleX(1.04);
}

footer.constructology-footer .constructology-footer__button:hover::before,
footer.constructology-footer .constructology-footer__button:focus-visible::before {
  transform: translateX(0.1875rem);
}

footer.constructology-footer .constructology-footer__button:active {
  transform: scale(0.985);
}

footer.constructology-footer .constructology-footer__index-link {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr) 1.5rem;
  gap: 0.5rem;
  align-items: center;
  min-height: 4.5rem;
  padding: 1rem 0.75rem;
  border-top: 0.0625rem solid rgba(64, 64, 65, 0.42);
  transition: background-color 300ms ease, padding 300ms ease;
}

footer.constructology-footer .constructology-footer__index-number {
  color: currentColor;
  font-size: 0.6875rem;
  opacity: 0.65;
}

footer.constructology-footer .constructology-footer__index-label {
  min-width: 0;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.375rem;
}

footer.constructology-footer .constructology-footer__index-arrow {
  width: 1.5rem;
  height: 0.75rem;
  background: url("/wp-content/themes/theme/dist/src/img/long-arrow-right-theme.svg") center / contain no-repeat;
  transition: transform 300ms ease;
}

footer.constructology-footer .constructology-footer__index-link:hover .constructology-footer__index-arrow,
footer.constructology-footer .constructology-footer__index-link:focus-visible .constructology-footer__index-arrow {
  transform: translateX(0.1875rem);
}

footer.constructology-footer .constructology-footer__bottom {
  display: flex;
  flex-direction: column-reverse;
  gap: 1.5rem;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 1.5rem;
  border-top: 0.0625rem solid rgba(64, 64, 65, 0.42);
}

footer.constructology-footer .constructology-footer__bottom--inverse {
  border-color: rgba(255, 222, 22, 0.35);
}

footer.constructology-footer .constructology-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  color: inherit;
  font-size: 0.75rem;
  line-height: 1.125rem;
}

footer.constructology-footer .constructology-footer__legal a {
  position: relative;
}

footer.constructology-footer .constructology-footer__legal-links {
  align-self: flex-end;
  justify-content: flex-end;
  margin-left: auto;
}

footer.constructology-footer .constructology-footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
}

footer.constructology-footer .constructology-footer__socials .social-icon {
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
  color: currentColor;
  transition: color 280ms ease, opacity 280ms ease, transform 280ms ease;
}

footer.constructology-footer .constructology-footer__socials .social-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

footer.constructology-footer .constructology-footer__socials .social-icon svg path {
  fill: currentColor !important;
}

footer.constructology-footer .constructology-footer__socials .social-icon:hover,
footer.constructology-footer .constructology-footer__socials .social-icon:focus-visible {
  opacity: 0.72;
  transform: translateY(-0.125rem);
}

.footer-motion-ready footer.constructology-footer [data-footer-reveal] {
  opacity: 0;
  transform: translate3d(0, 1rem, 0);
  transition: opacity 650ms ease, transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.footer-motion-ready footer.constructology-footer.is-visible [data-footer-reveal] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.footer-motion-ready footer.constructology-footer [data-footer-delay="1"] {
  transition-delay: 80ms;
}

.footer-motion-ready footer.constructology-footer [data-footer-delay="2"] {
  transition-delay: 160ms;
}

.footer-motion-ready footer.constructology-footer [data-footer-delay="3"] {
  transition-delay: 240ms;
}

/* Option 1: refined original */

footer.constructology-footer--refined {
  background: var(--constructology-sage);
  color: var(--constructology-navy);
}

footer.constructology-footer--refined .constructology-footer__mast {
  display: grid;
  gap: 2rem;
  padding-bottom: 2.5rem;
  border-bottom: 0.0625rem solid rgba(64, 64, 65, 0.42);
}

footer.constructology-footer--refined .constructology-footer__statement {
  max-width: 31rem;
}

footer.constructology-footer--refined .constructology-footer__contact-ledger {
  display: grid;
  gap: 2rem;
  padding: 2.5rem 0 3rem;
}

footer.constructology-footer--refined .constructology-footer__contact-item {
  min-width: 0;
}

footer.constructology-footer--refined .constructology-footer__contact-item .constructology-footer__label {
  margin-bottom: 1.25rem;
}

footer.constructology-footer--refined .constructology-footer__contact-link {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

footer.constructology-footer--refined .constructology-footer__index {
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 0.0625rem solid rgba(64, 64, 65, 0.42);
}

footer.constructology-footer--refined .constructology-footer__index-link:hover,
footer.constructology-footer--refined .constructology-footer__index-link:focus-visible {
  background: rgba(255, 255, 255, 0.22);
  padding-left: 1rem;
}

footer.constructology-footer--refined .constructology-footer__bottom {
  margin-top: 2.5rem;
}

/* Option 2: dark studio */

footer.constructology-footer--studio {
  background: var(--constructology-navy);
  color: var(--constructology-white);
}

footer.constructology-footer--studio .constructology-footer__studio-lead {
  display: grid;
  gap: 2.5rem;
  align-items: end;
  padding-bottom: 3rem;
}

footer.constructology-footer--studio .constructology-footer__studio-statement .constructology-footer__label {
  margin-bottom: 1rem;
}

footer.constructology-footer--studio .constructology-footer__studio-statement h2 {
  max-width: 29rem;
}

footer.constructology-footer--studio .constructology-footer__studio-directory {
  display: grid;
  gap: 3rem;
  padding: 3rem 0;
  border-top: 0.0625rem solid rgba(255, 222, 22, 0.35);
}

footer.constructology-footer--studio .constructology-footer__studio-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}

footer.constructology-footer--studio .constructology-footer__studio-contact .constructology-footer__label {
  margin-bottom: 0.75rem;
}

footer.constructology-footer--studio .constructology-footer__studio-phone {
  margin-bottom: 0.75rem;
  color: var(--constructology-sage);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
}

footer.constructology-footer--studio .constructology-footer__link-groups {
  display: grid;
  gap: 2.5rem;
}

footer.constructology-footer--studio .constructology-footer__link-groups > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}

footer.constructology-footer--studio .constructology-footer__link-groups .constructology-footer__label {
  margin-bottom: 0.75rem;
}

footer.constructology-footer--studio .constructology-footer__socials .social-icon:hover,
footer.constructology-footer--studio .constructology-footer__socials .social-icon:focus-visible {
  color: var(--constructology-sage);
}

/* Option 3: split plan */

footer.constructology-footer--split {
  background: var(--constructology-white);
  color: var(--constructology-navy);
}

footer.constructology-footer--split .constructology-footer__split-layout {
  width: 100%;
  max-width: 160rem;
  margin: 0 auto;
}

footer.constructology-footer--split .constructology-footer__split-panel {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 3rem 7rem 3rem 1rem;
}

footer.constructology-footer--split .constructology-footer__split-panel--navy {
  background: var(--constructology-navy);
  color: var(--constructology-white);
}

footer.constructology-footer--split .constructology-footer__split-panel--sage {
  background: var(--constructology-sage);
  color: var(--constructology-navy);
}

footer.constructology-footer--split .constructology-footer__split-intro {
  margin-top: 4rem;
}

footer.constructology-footer--split .constructology-footer__split-intro .constructology-footer__label {
  margin-bottom: 1rem;
}

footer.constructology-footer--split .constructology-footer__split-intro h2 {
  max-width: 33rem;
}

footer.constructology-footer--split .constructology-footer__split-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 0.0625rem solid rgba(255, 222, 22, 0.35);
}

footer.constructology-footer--split .constructology-footer__split-contact a:first-child {
  color: var(--constructology-sage);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

footer.constructology-footer--split .constructology-footer__split-index {
  display: grid;
  border-bottom: 0.0625rem solid rgba(64, 64, 65, 0.42);
}

footer.constructology-footer--split .constructology-footer__index-link--split:hover,
footer.constructology-footer--split .constructology-footer__index-link--split:focus-visible {
  background: rgba(255, 255, 255, 0.25);
  padding-left: 1rem;
}

footer.constructology-footer--split .constructology-footer__split-meta {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 3rem;
}

footer.constructology-footer--split .constructology-footer__split-meta > a {
  overflow-wrap: anywhere;
}

footer.constructology-footer--split .constructology-footer__split-bottom {
  background: var(--constructology-white);
}

footer.constructology-footer--split .constructology-footer__split-bottom .constructology-footer__legal {
  width: 100%;
  max-width: 115rem;
  margin: 0 auto;
  padding: 1.5rem 7rem 1.5rem 1rem;
}

/* Option 4: editorial grid */

footer.constructology-footer--editorial {
  background: var(--constructology-white);
  color: var(--constructology-navy);
}

footer.constructology-footer--editorial .constructology-footer__editorial-layout {
  display: grid;
  gap: 2.5rem;
}

footer.constructology-footer--editorial .constructology-footer__vertical-label {
  padding-bottom: 1rem;
  border-bottom: 0.0625rem solid var(--constructology-sage);
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.04875rem;
  line-height: 1;
  text-transform: uppercase;
}

footer.constructology-footer--editorial .constructology-footer__editorial-main {
  padding-left: 1.5rem;
  border-left: 0.0625rem solid var(--constructology-sage);
}

footer.constructology-footer--editorial .constructology-footer__editorial-main .constructology-footer__brand {
  margin-bottom: 3.5rem;
}

footer.constructology-footer--editorial .constructology-footer__editorial-main .constructology-footer__label {
  margin-bottom: 1rem;
}

footer.constructology-footer--editorial .constructology-footer__editorial-main h2 {
  max-width: 42rem;
}

footer.constructology-footer--editorial .constructology-footer__editorial-phone {
  margin-top: 2rem;
  color: var(--constructology-navy);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
}

footer.constructology-footer--editorial .constructology-footer__editorial-side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.5rem;
}

footer.constructology-footer--editorial .constructology-footer__editorial-side .constructology-footer__label {
  margin-bottom: 1rem;
}

footer.constructology-footer--editorial .constructology-footer__editorial-index {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 3rem;
  border-bottom: 0.0625rem solid rgba(64, 64, 65, 0.42);
}

footer.constructology-footer--editorial .constructology-footer__index-link--editorial:hover,
footer.constructology-footer--editorial .constructology-footer__index-link--editorial:focus-visible {
  background: var(--constructology-sage-soft);
  padding-left: 1rem;
}

footer.constructology-footer--editorial .constructology-footer__bottom {
  margin-top: 2.5rem;
}

/* Option 5: contact first */

footer.constructology-footer--contact-first {
  background: var(--constructology-sage);
  color: var(--constructology-navy);
}

footer.constructology-footer--contact-first .constructology-footer__contact-first-lead {
  background: var(--constructology-navy);
  color: var(--constructology-white);
}

footer.constructology-footer--contact-first .constructology-footer__contact-first-grid {
  display: grid;
  gap: 3rem;
  padding-bottom: 3rem;
  padding-top: 3rem;
}

footer.constructology-footer--contact-first .constructology-footer__contact-first-lead .constructology-footer__label {
  margin-bottom: 1rem;
}

footer.constructology-footer--contact-first .constructology-footer__contact-first-lead h2 {
  max-width: 40rem;
}

footer.constructology-footer--contact-first .constructology-footer__contact-first-call {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}

footer.constructology-footer--contact-first .constructology-footer__contact-first-call > a:first-child {
  color: var(--constructology-sage);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
}

footer.constructology-footer--contact-first .constructology-footer__contact-first-directory {
  background: var(--constructology-sage);
  color: var(--constructology-navy);
}

footer.constructology-footer--contact-first .constructology-footer__contact-first-directory > .constructology-footer__container {
  padding-bottom: 3rem;
  padding-top: 3rem;
}

footer.constructology-footer--contact-first .constructology-footer__contact-first-mast {
  display: grid;
  gap: 3rem;
  align-items: start;
}

footer.constructology-footer--contact-first .constructology-footer__contact-first-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
}

footer.constructology-footer--contact-first .constructology-footer__contact-first-nav .constructology-footer__text-link {
  padding: 0.25rem 0;
}

footer.constructology-footer--contact-first .constructology-footer__contact-first-meta {
  display: grid;
  gap: 2.5rem;
  align-items: end;
  margin-top: 3rem;
  padding: 2.5rem 0;
  border-top: 0.0625rem solid rgba(64, 64, 65, 0.42);
  border-bottom: 0.0625rem solid rgba(64, 64, 65, 0.42);
}

footer.constructology-footer--contact-first .constructology-footer__contact-first-meta .constructology-footer__label {
  margin-bottom: 1rem;
}

footer.constructology-footer--contact-first .constructology-footer__bottom {
  padding-top: 1.5rem;
  border-top: 0;
}

@media print, screen and (max-width: 47.93625em) {
  footer.constructology-footer--refined .constructology-footer__contact-link[href^="mailto:"],
  footer.constructology-footer--studio .constructology-footer__text-link[href^="mailto:"],
  footer.constructology-footer--split .constructology-footer__split-contact a[href^="mailto:"],
  footer.constructology-footer--editorial .constructology-footer__text-link[href^="mailto:"],
  footer.constructology-footer--contact-first .constructology-footer__text-link[href^="mailto:"] {
    font-size: 0.75rem;
    letter-spacing: -0.01em;
    line-height: 1.25rem;
  }

  footer.constructology-footer--refined .constructology-footer__index,
  footer.constructology-footer--editorial .constructology-footer__editorial-index {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  footer.constructology-footer--refined .constructology-footer__index-link,
  footer.constructology-footer--editorial .constructology-footer__index-link--editorial {
    grid-template-columns: 1.25rem minmax(0, 1fr);
    min-height: 4rem;
    padding: 0.75rem 0.25rem;
  }

  footer.constructology-footer--refined .constructology-footer__index-arrow,
  footer.constructology-footer--editorial .constructology-footer__index-arrow {
    display: none;
  }

  footer.constructology-footer--refined .constructology-footer__index-label,
  footer.constructology-footer--editorial .constructology-footer__index-label {
    font-size: 0.8125rem;
    line-height: 1.25rem;
  }
}

@media print, screen and (min-width: 47.9375em) {
  footer.constructology-footer .constructology-footer__container {
    padding-left: 2rem;
    padding-right: 9rem;
  }

  footer.constructology-footer .constructology-footer__container--section {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }

  footer.constructology-footer .constructology-footer__statement,
  footer.constructology-footer .constructology-footer__studio-statement h2,
  footer.constructology-footer .constructology-footer__split-intro h2,
  footer.constructology-footer .constructology-footer__editorial-main h2,
  footer.constructology-footer .constructology-footer__contact-first-lead h2 {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  footer.constructology-footer .constructology-footer__bottom {
    flex-direction: row;
    align-items: center;
  }

  footer.constructology-footer .constructology-footer__legal {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }

  footer.constructology-footer--refined .constructology-footer__mast {
    grid-template-columns: minmax(14rem, 5fr) minmax(20rem, 7fr);
    align-items: end;
  }

  footer.constructology-footer--refined .constructology-footer__contact-ledger {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  footer.constructology-footer--refined .constructology-footer__contact-item {
    padding-left: 1.5rem;
    border-left: 0.0625rem solid rgba(64, 64, 65, 0.42);
  }

  footer.constructology-footer--refined .constructology-footer__index,
  footer.constructology-footer--editorial .constructology-footer__editorial-index {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  footer.constructology-footer--studio .constructology-footer__link-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  footer.constructology-footer--split .constructology-footer__split-panel {
    padding: 4rem 9rem 4rem 2rem;
  }

  footer.constructology-footer--split .constructology-footer__split-index {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  footer.constructology-footer--split .constructology-footer__split-meta {
    flex-direction: row;
    align-items: end;
  }

  footer.constructology-footer--split .constructology-footer__split-bottom .constructology-footer__legal {
    padding: 1.5rem 9rem 1.5rem 2rem;
  }

  footer.constructology-footer--editorial .constructology-footer__editorial-layout {
    grid-template-columns: minmax(0, 1.2fr) minmax(15rem, 0.8fr);
  }

  footer.constructology-footer--editorial .constructology-footer__vertical-label {
    grid-column: 1 / -1;
  }

  footer.constructology-footer--contact-first .constructology-footer__contact-first-grid {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }

  footer.constructology-footer--contact-first .constructology-footer__contact-first-mast {
    grid-template-columns: minmax(14rem, 5fr) minmax(0, 11fr);
  }

  footer.constructology-footer--contact-first .constructology-footer__contact-first-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  footer.constructology-footer--contact-first .constructology-footer__contact-first-meta .constructology-footer__socials {
    grid-column: 1 / -1;
  }
}

@media print, screen and (min-width: 62.5em) {
  footer.constructology-footer--studio .constructology-footer__studio-directory {
    grid-template-columns: minmax(18rem, 1fr) minmax(24rem, 1.4fr);
    gap: 5rem;
  }

  footer.constructology-footer--editorial .constructology-footer__editorial-layout {
    grid-template-columns: 2rem minmax(0, 1.25fr) minmax(17rem, 0.75fr);
    gap: 3.5rem;
  }

  footer.constructology-footer--editorial .constructology-footer__vertical-label {
    grid-column: auto;
    align-self: stretch;
    padding: 0 0 0 0.5rem;
    border: 0;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
  }

  footer.constructology-footer--editorial .constructology-footer__editorial-main {
    padding-left: 3rem;
  }

  footer.constructology-footer--contact-first .constructology-footer__contact-first-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
    align-items: end;
  }

  footer.constructology-footer--contact-first .constructology-footer__contact-first-call {
    align-items: flex-start;
  }

  footer.constructology-footer--contact-first .constructology-footer__contact-first-meta {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr) auto;
  }

  footer.constructology-footer--contact-first .constructology-footer__contact-first-meta .constructology-footer__socials {
    grid-column: auto;
  }
}

@media print, screen and (min-width: 77.5em) {
  footer.constructology-footer .constructology-footer__container {
    padding-left: 5rem;
    padding-right: 9.25rem;
  }

  footer.constructology-footer .constructology-footer__container--section {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }

  footer.constructology-footer .constructology-footer__button {
    min-width: 11.25rem;
    height: 3.75rem;
    padding: 0 1.875rem;
    border-radius: 3.75rem;
  }

  footer.constructology-footer--refined .constructology-footer__contact-ledger {
    grid-template-columns: 1.2fr 0.7fr 1.1fr;
    gap: 3rem;
    padding: 3rem 0 4rem;
  }

  footer.constructology-footer--refined .constructology-footer__index {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  footer.constructology-footer--studio .constructology-footer__studio-lead {
    grid-template-columns: minmax(15rem, 4fr) minmax(22rem, 7fr) auto;
    gap: 4rem;
  }

  footer.constructology-footer--split .constructology-footer__split-layout {
    display: grid;
    grid-template-columns: minmax(0, 10fr) minmax(0, 14fr);
  }

  footer.constructology-footer--split .constructology-footer__split-panel {
    min-height: 36rem;
    padding-bottom: 5rem;
    padding-top: 5rem;
  }

  footer.constructology-footer--split .constructology-footer__split-panel--navy {
    padding-left: max(5rem, calc((100vw - 115rem) / 2 + 5rem));
    padding-right: 5rem;
  }

  footer.constructology-footer--split .constructology-footer__split-panel--sage {
    padding-left: 5rem;
    padding-right: max(9.25rem, calc((100vw - 115rem) / 2 + 9.25rem));
  }

  footer.constructology-footer--split .constructology-footer__split-intro {
    margin-top: auto;
  }

  footer.constructology-footer--split .constructology-footer__split-index {
    grid-template-columns: 1fr;
  }

  footer.constructology-footer--split .constructology-footer__split-meta {
    margin-top: auto;
    padding-top: 3rem;
  }

  footer.constructology-footer--split .constructology-footer__split-bottom .constructology-footer__legal {
    padding-right: 9.25rem;
    padding-left: 5rem;
  }

  footer.constructology-footer--editorial .constructology-footer__editorial-layout {
    gap: 5rem;
  }

  footer.constructology-footer--editorial .constructology-footer__editorial-index {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 4rem;
  }

  footer.constructology-footer--contact-first .constructology-footer__contact-first-grid {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }

  footer.constructology-footer--contact-first .constructology-footer__contact-first-call > a:first-child {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  footer.constructology-footer--contact-first .constructology-footer__contact-first-directory > .constructology-footer__container {
    padding-bottom: 3.5rem;
    padding-top: 4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .footer-motion-ready footer.constructology-footer [data-footer-reveal],
  .footer-motion-ready footer.constructology-footer.is-visible [data-footer-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  footer.constructology-footer *,
  footer.constructology-footer *::before,
  footer.constructology-footer *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
