

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.order-modal.is-open { display: block; }
.validation-message.is-raised { display: block; }
.confirmation-panel.is-raised { display: block; }
.inquiry-form.is-stowed { display: none; }
.text-field.is-rejected { border-color: #bd3d65; background: #fdf3f6; }

.branch-trigger:hover, .branch-trigger:focus { color: #8f2c4f; cursor: default; }

body.is-locked { overflow: hidden; }


body.hat-hinweis { padding-bottom: 46vh; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .primary-action, .secondary-action, .text-field, a { transition: none; }
}
