.a11y-skip-link {
  position: fixed;
  top: 14px;
  right: 14px;
  z-index: 90;
  padding: 12px 18px;
  border: 2px solid #593973;
  border-radius: 12px;
  background: #fff;
  color: #35213f;
  font-weight: 600;
  text-decoration: none;
  transform: translateY(-180%);
}

.a11y-skip-link:focus {
  transform: translateY(0);
}

:where(a, button, input, textarea, select, summary):focus-visible {
  outline: 3px solid #b177d6;
  outline-offset: 4px;
}

.a11y-widget {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 45;
  direction: rtl;
  font-family: "Rubik", Arial, sans-serif;
}

.a11y-toggle {
  display: grid;
  width: 64px;
  height: 64px;
  padding: 0;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: #65407f;
  color: #fff;
  box-shadow: 0 12px 30px rgba(49, 38, 66, 0.24);
  cursor: pointer;
}

.a11y-toggle:hover {
  background: #4c2c64;
}

.a11y-toggle svg {
  width: 35px;
  height: 35px;
}

.a11y-panel {
  position: absolute;
  right: 0;
  bottom: 78px;
  width: min(366px, calc(100vw - 44px));
  max-height: min(72vh, 640px);
  padding: 20px;
  overflow: auto;
  border: 1px solid rgba(112, 88, 138, 0.22);
  border-radius: 22px;
  background: #fff;
  color: #312642;
  box-shadow: 0 22px 60px rgba(49, 38, 66, 0.2);
}

.a11y-panel[hidden] {
  display: none;
}

.a11y-panel-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.a11y-eyebrow {
  margin: 0 0 4px;
  color: #70588a;
  font-size: 13px;
}

.a11y-panel h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.3;
}

.a11y-close {
  display: grid;
  width: 36px;
  height: 36px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 10px;
  background: #f5eff8;
  color: #4c355d;
  font-size: 25px;
  cursor: pointer;
}

.a11y-description {
  margin: 12px 0 18px;
  color: #5f526d;
  font-size: 14px;
  line-height: 1.6;
}

.a11y-group-title {
  margin: 0 0 9px;
  color: #312642;
  font-size: 15px;
  font-weight: 600;
}

.a11y-font-controls {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 9px;
  margin-bottom: 15px;
}

.a11y-font-button,
.a11y-option,
.a11y-reset {
  min-height: 45px;
  border: 1px solid #e6ddea;
  border-radius: 12px;
  background: #fff;
  color: #312642;
  font: inherit;
  cursor: pointer;
}

.a11y-font-button:hover,
.a11y-option:hover,
.a11y-reset:hover {
  border-color: #9b7ab3;
  background: #faf7fc;
}

.a11y-font-button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.a11y-font-level {
  min-width: 47px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.a11y-options {
  display: grid;
  gap: 8px;
}

.a11y-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 13px;
  text-align: right;
}

.a11y-option[aria-pressed="true"] {
  border-color: #795394;
  background: #f0e7f6;
  color: #45275d;
}

.a11y-option-mark {
  width: 20px;
  height: 20px;
  border: 1.5px solid #a998b3;
  border-radius: 50%;
}

.a11y-option[aria-pressed="true"] .a11y-option-mark {
  border-color: #70508b;
  background: #70508b;
  box-shadow: inset 0 0 0 4px #fff;
}

.a11y-reset {
  width: 100%;
  margin-top: 13px;
  background: #f5eff8;
  font-weight: 500;
}

.a11y-help {
  margin: 14px 0 0;
  font-size: 13px;
  line-height: 1.6;
}

.a11y-help a {
  color: #65407f;
}

.a11y-status {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

html[data-a11y-readable="true"] body,
html[data-a11y-readable="true"] body :not(svg, svg *) {
  font-family: Arial, "Rubik", sans-serif !important;
}

html[data-a11y-spacing="true"] :where(p, li, label, blockquote, summary) {
  line-height: 1.95 !important;
  letter-spacing: 0.035em;
  word-spacing: 0.1em;
}

html[data-a11y-links="true"] a:not(.floating-contact):not(.a11y-skip-link) {
  outline: 2px solid #80579f;
  outline-offset: 4px;
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 4px;
}

html[data-a11y-motion="reduce"],
html[data-a11y-motion="reduce"] *,
html[data-a11y-motion="reduce"] *::before,
html[data-a11y-motion="reduce"] *::after {
  scroll-behavior: auto !important;
  animation-duration: 0.01ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: 0.01ms !important;
}

html[data-a11y-contrast="high"] {
  --ink: #111;
  --forest: #17111d;
  --deep: #17111d;
  --sage: #50306b;
  --mint: #fff;
  --mint-soft: #fff;
  --cream: #fff;
  --paper: #fff;
  --accent: #45205e;
  --lime: #fff;
  --line: #17111d;
}

html[data-a11y-contrast="high"] :where(body, .hero, .gastro-hero, .concerns, .gastro-concerns, .gastro-intro, .gastro-faq, .faq, .reviews, .quote-section, .a11y-panel) {
  background: #fff !important;
  color: #111 !important;
}

html[data-a11y-contrast="high"] :where(.about, .contact, .gastro-process, .gastro-cta, footer) {
  background: #17111d !important;
  color: #fff !important;
}

html[data-a11y-contrast="high"] :where(.about, .contact, .gastro-process, .gastro-cta, footer) :where(p, h1, h2, h3, li, label, span) {
  color: #fff !important;
}

html[data-a11y-contrast="high"] :where(input, textarea, .a11y-option, .a11y-font-button) {
  border-color: #17111d !important;
  background: #fff !important;
  color: #111 !important;
}

html[data-a11y-contrast="high"] .a11y-toggle {
  background: #17111d !important;
  color: #fff !important;
}

@media (max-width: 640px) {
  .a11y-widget {
    right: 15px;
    bottom: 15px;
  }

  .a11y-toggle {
    width: 56px;
    height: 56px;
  }

  .a11y-toggle svg {
    width: 31px;
    height: 31px;
  }

  .a11y-panel {
    bottom: 68px;
    width: min(366px, calc(100vw - 30px));
    max-height: min(73vh, 590px);
    padding: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .a11y-skip-link,
  .a11y-toggle,
  .a11y-panel,
  .a11y-option {
    transition: none;
  }
}
