[data-section="10-footer"] {
  position: relative;
  background: var(--ds-footer-promo-bg);
  color: var(--ds-footer-promo-text);
  font-family: var(--ds-font-body);
  border-top: 1px solid var(--ds-footer-promo-text);
}

[data-section="10-footer"] *,
[data-section="10-footer"] *::before,
[data-section="10-footer"] *::after {
  box-sizing: border-box;
}

[data-section="10-footer"] a {
  color: inherit;
  text-decoration: none;
}

[data-section="10-footer"] .footer-shell {
  width: 100%;
}

[data-section="10-footer"] .footer-frame {
  width: 100%;
  max-width: var(--ds-layout-container-page);
  margin-inline: auto;
}

[data-section="10-footer"] .footer-content {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(20rem, .88fr);
  border-bottom: 1px solid color-mix(in srgb, var(--ds-footer-promo-text) 28%, transparent);
}

[data-section="10-footer"] .footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(10rem, .54fr);
  min-height: 32rem;
  border-right: 1px solid color-mix(in srgb, var(--ds-footer-promo-text) 28%, transparent);
}

[data-section="10-footer"] .footer-brand,
[data-section="10-footer"] .footer-nav,
[data-section="10-footer"] .footer-promo {
  padding: var(--space-40);
}

[data-section="10-footer"] .footer-brand {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  border-right: 1px solid color-mix(in srgb, var(--ds-footer-promo-text) 28%, transparent);
}

[data-section="10-footer"] .theresa-footer-wordmark {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
  font-family: var(--ds-font-wordmark);
  font-size: clamp(2.65rem, 5vw, 5.5rem);
  font-weight: 420;
  font-variation-settings: "opsz" 144, "SOFT" 60, "WONK" 1;
  letter-spacing: -.06em;
  line-height: .86;
}

[data-section="10-footer"] .theresa-footer-subtitle {
  margin-top: var(--space-16);
  color: color-mix(in srgb, var(--ds-footer-promo-text) 70%, transparent);
  font-family: var(--ds-font-body);
  font-size: var(--ds-type-xs-size);
  font-weight: var(--ds-font-weight-medium);
  letter-spacing: var(--ds-type-xs-letter-spacing);
  line-height: 1.2;
  text-transform: uppercase;
}

[data-section="10-footer"] .footer-connect {
  display: grid;
  gap: var(--space-24);
}

[data-section="10-footer"] .footer-copy {
  max-width: 18rem;
}

[data-section="10-footer"] .footer-copy p {
  margin: 0;
  font-size: var(--ds-type-sm-size);
  font-weight: var(--ds-font-weight-light);
  line-height: var(--ds-type-base-line-height);
}

[data-section="10-footer"] .footer-copy p:first-child {
  margin-bottom: var(--space-8);
  font-size: var(--ds-type-xs-size);
  font-weight: var(--ds-font-weight-medium);
  letter-spacing: var(--ds-type-xs-letter-spacing);
}

[data-section="10-footer"] .footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-8);
}

[data-section="10-footer"] .footer-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid color-mix(in srgb, var(--ds-footer-promo-text) 55%, transparent);
  border-radius: 0;
  color: var(--ds-footer-promo-text);
  font-family: var(--ds-font-body);
  font-size: var(--ds-type-sm-size);
  font-weight: var(--ds-font-weight-medium);
  line-height: 1;
}

[data-section="10-footer"] .footer-social svg {
  display: block;
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

[data-section="10-footer"] .footer-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--space-16);
}

[data-section="10-footer"] .footer-nav a,
[data-section="10-footer"] .footer-promo-action a,
[data-section="10-footer"] .footer-legal a {
  font-size: var(--ds-type-xs-size);
  font-weight: var(--ds-font-weight-medium);
  letter-spacing: var(--ds-type-xs-letter-spacing);
  line-height: 1.2;
  text-transform: uppercase;
  transition: color var(--ds-motion-duration-fast) var(--ds-motion-ease-standard);
}

[data-section="10-footer"] .footer-nav a:hover,
[data-section="10-footer"] .footer-promo-action a:hover,
[data-section="10-footer"] .footer-legal a:hover {
  color: var(--th-color-paper-3);
}

[data-section="10-footer"] .footer-promo {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 32rem;
  overflow: hidden;
}

[data-section="10-footer"] .footer-promo-marker {
  position: absolute;
  top: var(--space-40);
  right: var(--space-40);
  display: grid;
  place-items: center;
  width: 4rem;
  height: 4rem;
  border: 1px solid color-mix(in srgb, var(--ds-footer-promo-text) 58%, transparent);
  border-radius: 0;
  transition: transform var(--ds-footer-marker-duration) var(--ds-footer-marker-ease);
}

[data-section="10-footer"] .footer-promo-marker-dot {
  width: var(--ds-motif-dot-size);
  color: var(--th-color-cognac);
}

[data-section="10-footer"] [data-footer-reveal-pending] .footer-promo-marker {
  transform: rotate(-90deg) scale(.72);
}

[data-section="10-footer"] [data-footer-reveal-revealed] .footer-promo-marker {
  transform: rotate(0) scale(1);
}

[data-section="10-footer"] .footer-promo-body {
  position: relative;
  z-index: var(--ds-layer-raised);
  max-width: 29rem;
}

[data-section="10-footer"] .footer-promo-brand {
  margin-bottom: var(--space-24);
}

[data-section="10-footer"] .footer-promo-brand svg {
  display: block;
  width: min(100%, 15.625rem);
  height: auto;
  fill: currentColor;
}

[data-section="10-footer"] .footer-promo-body h2 {
  max-width: 14ch;
  margin: 0;
  font-size: clamp(2rem, 3vw, 3.5rem);
  font-weight: var(--ds-font-weight-light);
  letter-spacing: -.045em;
  line-height: .93;
}

[data-section="10-footer"] .footer-promo-action {
  margin-top: var(--space-32);
}

[data-section="10-footer"] .footer-promo-action a {
  display: inline-flex;
  align-items: center;
  gap: var(--space-8);
  padding-bottom: var(--space-8);
  border-bottom: 1px solid currentColor;
}

[data-section="10-footer"] .footer-promo-action a span {
  font-size: 1.15rem;
  line-height: 1;
  transition: transform var(--ds-motion-duration-fast) var(--ds-motion-ease-standard);
}

[data-section="10-footer"] .footer-promo-action a:hover span {
  transform: translate(2px, -2px);
}

[data-section="10-footer"] .footer-legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-24);
  min-height: 4.5rem;
  padding: 0 var(--space-40);
  color: color-mix(in srgb, var(--ds-footer-promo-text) 70%, transparent);
}

[data-section="10-footer"] .footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-24);
}

[data-section="10-footer"] .footer-legal p {
  margin: 0;
  font-size: var(--ds-type-xs-size);
  font-weight: var(--ds-font-weight-medium);
  letter-spacing: var(--ds-type-xs-letter-spacing);
  line-height: 1.2;
  text-transform: uppercase;
}

[data-section="10-footer"] a:focus-visible {
  outline: 1px solid var(--th-color-paper);
  outline-offset: 4px;
}

@media screen and (max-width: 63.9375rem) {
  [data-section="10-footer"] .footer-content {
    grid-template-columns: 1fr;
  }

  [data-section="10-footer"] .footer-main {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid color-mix(in srgb, var(--ds-footer-promo-text) 28%, transparent);
  }

  [data-section="10-footer"] .footer-promo {
    min-height: 26rem;
  }
}

@media screen and (max-width: 47.9375rem) {
  [data-section="10-footer"] .footer-main {
    grid-template-columns: 1fr;
  }

  [data-section="10-footer"] .footer-brand {
    min-height: 24rem;
    border-right: 0;
    border-bottom: 1px solid color-mix(in srgb, var(--ds-footer-promo-text) 28%, transparent);
  }

  [data-section="10-footer"] .footer-brand,
  [data-section="10-footer"] .footer-nav,
  [data-section="10-footer"] .footer-promo {
    padding: var(--space-24) var(--space-16);
  }

  [data-section="10-footer"] .footer-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  [data-section="10-footer"] .footer-promo {
    min-height: 30rem;
  }

  [data-section="10-footer"] .footer-promo-marker {
    top: var(--space-24);
    right: var(--space-16);
  }

  [data-section="10-footer"] .footer-legal {
    align-items: flex-start;
    flex-direction: column;
    min-height: 0;
    padding: var(--space-24) var(--space-16);
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-section="10-footer"] .footer-promo-marker,
  [data-section="10-footer"] .footer-nav a,
  [data-section="10-footer"] .footer-promo-action a,
  [data-section="10-footer"] .footer-legal a,
  [data-section="10-footer"] .footer-promo-action a span {
    transition: none;
  }
}
