/* Shared usability rules. Loaded after the legacy and extracted component styles. */
[hidden] { display: none !important; }
html { scroll-padding-top: calc(var(--nav-h) + 24px); }
[id] { scroll-margin-top: calc(var(--nav-h) + 24px); }
body { overflow-wrap: break-word; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible,
select:focus-visible, summary:focus-visible, [tabindex="-1"]:focus {
  outline: 3px solid #075BA6; outline-offset: 4px;
}
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 10000; padding: 12px 20px; background: white; color: #1C1C1E; transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
.nav__logo { flex-shrink: 0; min-width: 0; }
.nav__logo img { max-width: 165px; height: auto; max-height: 44px; object-fit: contain; }
.nav__hamburger { min-width: 44px; min-height: 44px; align-items: stretch; justify-content: center; padding: 10px; flex-shrink: 0; }
.nav__mobile { transform: none; overflow-y: auto; overscroll-behavior: contain; padding-bottom: max(24px, env(safe-area-inset-bottom)); }
.nav__mobile a { flex-shrink: 0; }
.nav__mobile[hidden] { display: none; }
.reveal { opacity: 1; transform: none; }
.reveal.reveal-pending { opacity: 0; transform: translateY(20px); }
.hero__title { font-size: clamp(2.2rem, 5vw, 4.5rem); }
.hv-center-sub { opacity: 1; }
.cta-banner p { color: white; }
.footer__col h4 { color: rgba(255,255,255,.7); }
.card-price, .price-row__amount.hl, .text-orange { font-weight: 600; }
body .grid-2 > *, body .grid-3 > *, body .grid-4 > *, .form__row > *, .form__group { min-width: 0; }
.form fieldset { border: 0; min-width: 0; padding: 0; }
.form legend { margin-bottom: 8px; }
.form__label { font-size: .9375rem; }
.form__input, .form__textarea, .form__select { font-size: 1rem; }
.form__checkbox { display: block; }
.form__checkbox input { display: inline-block; vertical-align: middle; margin: 0 8px 0 0; }
.k-pill { position: relative; display: inline-block; }
.k-pill input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.k-pill input:focus-visible + span { outline: 3px solid #075BA6; outline-offset: 3px; }
.k-pill span { min-height: 44px; font-size: .9375rem; }
.form__feedback:not([hidden]) { display: block; }
.form__feedback ul { list-style: disc; padding-left: 24px; margin-top: 10px; }
.form__feedback a { text-decoration: underline; }
.field-error { display: block; color: #991B1B; font-size: .9375rem; margin-top: 6px; }
[aria-invalid="true"] { border-color: #991B1B; }
.contact-success { text-align: center; padding: 48px 24px; }
.address-fields { display: grid; grid-template-columns: minmax(90px, 1fr) minmax(0, 2fr); gap: 12px; }
.form-result { max-width: 800px; padding-top: 60px; padding-bottom: 60px; }
.form-result h1 { margin: 32px 0 24px; }
.form-result p, .form-result ul { margin: 20px 0; }
.form-result ul { list-style: disc; padding-left: 24px; }
details.faq-item > summary { list-style: none; }
details.faq-item > summary::-webkit-details-marker { display: none; }
details.faq-item .faq-answer { max-height: none; overflow: visible; }
details.faq-item[open] .faq-icon { background: var(--orange); color: white; transform: rotate(45deg); }
details.faq-item:not([open]) > .faq-answer { display: none; }
.map-widget { background: var(--gray-light); border-radius: var(--radius-lg); overflow: hidden; min-height: 280px; }
.map-preview { min-height: 280px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 16px; padding: 28px; }
.map-preview p { max-width: 58ch; }
.map-preview a { text-decoration: underline; color: var(--orange); }
.map-frame { height: 360px; }
.map-frame iframe { display: block; width: 100%; height: 100%; border: 0; }
.map-reset { margin: 12px 20px; text-decoration: underline; min-height: 44px; }
.body-link, .faq-answer a { text-decoration: underline; text-underline-offset: .15em; }
body .newsletter { padding: clamp(24px, 5vw, 48px); }
body .newsletter > *, body .newsletter form, body .newsletter input { min-width: 0; max-width: 100%; }
body .newsletter input { width: 100%; }
body .newsletter form { flex-shrink: 1; flex: 1 1 280px; }
.breadcrumb { flex-wrap: wrap; }
@media (max-width: 1100px) {
  .nav__links, .nav__actions .nav__tel { display: none; }
  .nav__hamburger { display: flex; }
  .nav__inner { gap: 10px; padding: 0 16px; }
  .nav__actions { margin-left: auto; }
  .nav__actions .btn { padding: 10px 14px; font-size: .875rem; }
}
@media (min-width: 1101px) { .nav__mobile { display: none !important; } }
@media (max-width: 600px) {
  body .timeline-row, body .story-stats, body .leadership-grid { grid-template-columns: minmax(0, 1fr); }
  body .grid-2 { gap: 32px; }
  .btn { white-space: normal; text-align: center; justify-content: center; }
  body .cta-banner { padding: 32px 20px; }
  body .testimonial-feature { padding: 28px 22px; }
  .map-preview { padding: 22px; }
  .nav__logo img { max-width: 120px; }
}
@media (max-width: 360px) {
  .nav__actions .btn { max-width: 110px; padding: 8px 10px; line-height: 1.2; }
  .nav__logo img { max-width: 105px; }
  body .team-grid { grid-template-columns: minmax(0, 1fr); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .reveal.reveal-pending { opacity: 1; transform: none; }
}

.footer-hours { display:grid; grid-template-columns:auto 1fr; gap:4px 16px; font-size:.875rem; line-height:1.65; }
.opening-status { display:inline-block; margin-top:14px; padding:8px 16px; border-radius:100px; font-size:.9375rem; font-weight:700; }
.opening-status.is-open { background:#e6f4ea; color:#137333; }
.opening-status.is-closed { background:#fce8e6; color:#a50e0e; }
.contact-channel:hover { background:var(--orange-pale); }
.contact-channel > div:last-child { min-width:0; overflow-wrap:anywhere; }
.price-cats > *, .price-wellness-grid > * { min-width:0; }
.price-category__head { flex-wrap:wrap; }
@media(max-width:900px) { .price-cats { grid-template-columns:minmax(0,1fr); } }
@media(max-width:600px) { .hero__title { font-size:clamp(2rem,8.5vw,2.7rem); line-height:1.12; } }
