.fd2 .fd2-mobile-contact-bar {
  display: none;
}

.fd2 .fd2-route-link {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--fd-orange, #ec6c10);
  display: flex;
  font-size: 12px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.06em;
  margin-top: 22px;
  padding-top: 18px;
  text-transform: uppercase;
}

.fd2 .fd2-footer-route {
  color: var(--fd-orange, #ec6c10);
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  margin-top: 10px;
  text-transform: uppercase;
}

.fd2 .fd2-form-honeypot,
.fd2 .fd2-form-started-at {
  height: 1px !important;
  left: -10000px !important;
  overflow: hidden !important;
  position: absolute !important;
  top: auto !important;
  width: 1px !important;
}

.fd2 .fd2-contact-form-submit > small {
  color: #6f6f6f;
  display: block;
  font-size: 11px;
  line-height: 1.6;
  margin-top: 12px;
}

.fd2 .fd2-contact-form-submit > small a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Informative labels stay compact, but no longer fall below a comfortably
   readable size. Footer and breadcrumb links receive a real touch target. */
.fd2 .fd2-section-label,
.fd2 .fd2-kicker,
.fd2 .fd2-index {
  font-size: clamp(11px, 0.78vw, 13px);
  line-height: 1.45;
}

.fd2 .fd2-footer-top a,
.fd2 .fd2-footer-bottom a,
.fd2 .fd2-footer-family-head a,
.fd2 .fd2-breadcrumbs a {
  align-items: center;
  display: inline-flex;
  min-height: 28px;
}

.fd2 .fd2-footer-top a:focus-visible,
.fd2 .fd2-footer-bottom a:focus-visible,
.fd2 .fd2-footer-family-head a:focus-visible,
.fd2 .fd2-breadcrumbs a:focus-visible {
  outline: 2px solid var(--fd-orange, #ec6c10);
  outline-offset: 3px;
}

.fd2 .fd2-contact-form button[aria-busy="true"] {
  cursor: progress;
  opacity: 0.72;
}

.fd2 .fd2-contact-context {
  background: #f4f1ed;
  border-left: 4px solid var(--fd-orange, #ec6c10);
  display: grid;
  gap: 5px;
  grid-column: 1 / -1;
  margin: 0 0 10px;
  padding: 18px 20px;
}

.fd2 .fd2-contact-context[hidden] {
  display: none;
}

.fd2 .fd2-contact-context span {
  color: #6a625c;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fd2 .fd2-contact-context strong {
  color: #171717;
  font-size: 17px;
  line-height: 1.35;
}

.fd2 .fd2-contact-context small {
  color: #4f4b47;
  font-size: 12px;
  line-height: 1.55;
}

/* The brand orange remains unchanged; normal-sized CTA text uses dark ink so
   the combinations meet WCAG AA instead of white-on-orange at about 2.6:1. */
.fd2 .fd2-header-cta,
.fd2 .fd2-kicker span,
.fd2 .fd2-home-end,
.fd2 .fd2-next,
.fd2 .fd2-product-groups article > div b,
.fd2 .fd2-print-note,
.fd2 .fd2-shop-status,
.fd2 .fd2-contact > div > div a:first-child,
.fd2 .fd2-external-primary,
.fd2 .fd2-mobile-termin,
.fd2 .fd2-price-product-tabs button.is-active,
.fd2 .fd2-price-group-tabs button:hover,
.fd2 .fd2-price-group-tabs button.is-active,
.fd2 .fd2-price-result > a,
.fd2 .fd2-print-quick a.is-price,
.fd2 .fd2-dibond-premium-head a,
.fd2 .fd2-print-speed > .fd2-wrap > a,
.fd2 .fd2-dibond-choice-note,
.fd2 .fd2-material-entry-actions a,
.fd2 .fd2-inline-cta,
.fd2 .fd2-home-gateway-body > strong,
.fd2 .fd2-home-gateway-all,
.fd2 .fd2-home-objects a,
.fd2-live .fd2-home-price-actions a.is-primary,
.fd2-live .fd2-shooting-package-actions a.is-primary,
.fd2-live .fd2-voucher-experience-actions > a:first-child,
.fd2-live .fd2-studio-rental-cta a {
  color: #171717 !important;
}

.fd2 .fd2-form-status {
  border-left: 4px solid #171717;
  display: grid;
  gap: 5px;
  grid-column: 1 / -1;
  margin: 0 0 26px;
  padding: 18px 20px;
}

.fd2 .fd2-form-status strong {
  font-size: 15px;
}

.fd2 .fd2-form-status span {
  color: #555;
  font-size: 13px;
  line-height: 1.55;
}

.fd2 .fd2-form-status.is-success {
  background: #f3f7f1;
  border-color: #3e6b42;
}

.fd2 .fd2-form-status.is-error {
  background: #fff5ef;
  border-color: var(--fd-orange, #ec6c10);
}

@media (max-width: 760px) {
  .fd2.fd2-live {
    padding-bottom: calc(70px + env(safe-area-inset-bottom, 0px));
  }

  .fd2 .fd2-mobile-contact-bar {
    background: #fff;
    border: 1px solid #dadada;
    bottom: calc(6px + env(safe-area-inset-bottom, 0px));
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    height: 52px;
    left: 8px;
    position: fixed;
    right: 8px;
    z-index: 150;
  }

  .fd2 .fd2-mobile-contact-bar a {
    align-items: center;
    color: #161616;
    display: flex;
    flex-direction: column;
    gap: 2px;
    justify-content: center;
    min-width: 0;
    padding: 4px 4px;
    text-decoration: none;
  }

  .fd2 .fd2-mobile-contact-bar a + a {
    border-left: 1px solid #dedede;
  }

  .fd2 .fd2-mobile-contact-bar a:first-child {
    background: var(--fd-orange, #ec6c10);
    color: #171717;
  }

  .fd2 .fd2-mobile-contact-bar .fd2-mobile-route span {
    color: var(--fd-orange, #ec6c10);
    font-size: 15px;
  }

  .fd2 .fd2-mobile-contact-bar span {
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 0.02em;
    line-height: 1;
  }

  .fd2 .fd2-mobile-contact-bar strong {
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.08em;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .fd2-navigation-open .fd2 .fd2-mobile-contact-bar {
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 20px));
  }

  .fd2 .fd2-contact-form-submit > small {
    font-size: 10px;
  }
}

@media (min-width: 761px) {
  .fd2 .fd2-route-link:hover,
  .fd2 .fd2-footer-route:hover {
    color: #fff;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fd2 .fd2-mobile-contact-bar,
  .fd2 .fd2-mobile-contact-bar a {
    scroll-behavior: auto;
    transition: none;
  }
}
