/* Booking calls share the framed-photo hero's square calendar button. */
.primary-link.primary-link--prominent,
html[data-hero] .hero-scene .primary-link--prominent,
#tbd-site-footer .contact .contact-booking {
  display: inline-flex;
  min-height: 52px;
  gap: 11px;
  padding: 0 24px;
  border: 1px solid var(--blue);
  border-radius: 0;
  background: var(--blue);
  box-shadow: none;
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  transition: background-color 160ms ease, color 160ms ease, transform 140ms cubic-bezier(.23, 1, .32, 1);
}

.primary-link.primary-link--prominent svg {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-header .header-contact .booking-nav-icon {
  display: block;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

html[data-hero] .hero-scene .site-header .header-contact { color: var(--white); }

.primary-link.primary-link--prominent:focus-visible,
#tbd-site-footer .contact .contact-booking:focus-visible {
  border-color: var(--blue-light);
  background: var(--blue-light);
  color: var(--ink);
}

.primary-link.primary-link--prominent:active,
#tbd-site-footer .contact .contact-booking:active { transform: scale(.97); }

@media (hover: hover) and (pointer: fine) {
  .primary-link.primary-link--prominent:hover,
  html[data-hero] .hero-scene .primary-link--prominent:hover,
  #tbd-site-footer .contact .contact-booking:hover {
    border-color: var(--blue);
    background: var(--blue);
    color: var(--white);
  }
}

@media (prefers-reduced-motion: reduce) {
  .primary-link.primary-link--prominent:active,
  #tbd-site-footer .contact .contact-booking:active { transform: none; }
}

@media (max-width: 680px) {
  .consultation-invitation { grid-template-columns: minmax(0, 1fr); }
  .consultation-invitation > * { min-width: 0; }
  .consultation-invitation .primary-link--prominent,
  #tbd-site-footer .contact .contact-booking { width: 100%; }
  .consultation-action .primary-link--prominent { padding-inline: 24px; }
}
