.site-header.region-header-flow { position: sticky; }
.site-header.region-header-flow ~ main .hero-content { padding-top: 64px; }
.region-switcher { margin: 0; padding: 0; border: 0; border-bottom: 1px solid #d6e1db; border-radius: 0; background: #f5f8f7; color: #243a35; }
.region-switcher > summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 44px; max-width: 1220px; margin: 0 auto; padding: 10px 20px; font-size: 13px; font-weight: 600; cursor: pointer; list-style: none; }
.region-switcher > summary::-webkit-details-marker { display: none; }
.region-switcher-action { flex-shrink: 0; color: #286049; text-decoration: underline; text-underline-offset: 3px; }
.region-switcher summary:focus-visible { outline: 3px solid #126a8f; outline-offset: -3px; }
.region-switcher[open] > summary { border-bottom: 1px solid #d6e1db; }
.region-choice { margin: 0; padding: 12px 20px; background: #f5f8f7; color: #243a35; border-bottom: 1px solid #d6e1db; font: inherit; }
.region-choice-inner { max-width: 1180px; margin: 0 auto; display: flex; align-items: end; gap: 12px; }
.region-choice label { display: grid; gap: 5px; margin: 0; font-size: 12px; font-weight: 700; min-width: 0; width: 210px; }
.region-choice select { width: 100%; min-width: 0; height: 42px; padding: 0 28px 0 10px; margin: 0; border: 1px solid #aabdb3; border-radius: 4px; color: #243a35; background: #fff; font: inherit; font-size: 14px; }
.region-choice button { flex: 0 0 auto; height: 42px; padding: 0 16px; border: 0; border-radius: 4px; color: #fff; background: #286049; font: inherit; font-size: 14px; font-weight: 700; cursor: pointer; }
.region-choice :is(select,button):focus-visible { outline: 3px solid #d49320; outline-offset: 2px; }
.region-choice-message { max-width: 1180px; margin: 8px auto 0; color: #455b53; font-size: 13px; line-height: 1.6; }
.region-choice-message[hidden] { display: none; }
.region-switcher .region-choice { border-bottom: 0; }
@media (max-width: 600px) {
  .region-choice { padding: 10px 16px; }
  .region-choice-inner { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.35fr); gap: 8px; }
  .region-choice label { width: auto; }
  .region-choice button { grid-column: 1 / -1; width: 100%; height: 36px; }
}
