/* Scope readability fixes so the approved home-page display type stays unchanged. */
.landing h1, .landing h2, .landing h3 { letter-spacing: .055em; line-height: 1.2; }
.static-page h1, .static-page h2, .static-page h3 { letter-spacing: .055em !important; line-height: 1.25 !important; overflow-wrap: anywhere; }
.seo-home-title { font-size: clamp(18px, 2vw, 26px) !important; letter-spacing: .06em !important; line-height: 1.4 !important; margin: 0 0 24px; text-transform: uppercase; text-align: center; }
.studio-facts h3 { font-size: 20px; letter-spacing: 0; margin-top: 20px; }
.studio-facts p { font-size: 16px; max-width: 38ch; }
.service-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 28px; max-width: 1200px; margin: 30px auto; padding: 0 20px; }
.service-links a { display: inline-flex; align-items: center; min-height: 44px; }
.reviews-verified { max-width: 620px; margin: 28px 0; padding: 24px; border: 1px solid #ccc; }
.reviews-verified p { margin-bottom: 12px; }
.footer-contact-links { display: flex; flex-direction: column; gap: 12px; }
.footer-contact-links a { color: white; min-height: 44px; padding: 10px 0; overflow-wrap: anywhere; }
.cookie-settings-link { display: block; margin: 16px auto; min-height: 44px; padding: 10px 20px; border: 0; background: transparent; color: #444; text-decoration: underline; cursor: pointer; }
.footer-bottom-container { flex-wrap: wrap; gap: 12px 24px; }
.footer-legal { align-items: center; gap: 8px 20px; margin-top: 0; }
.footer-legal > a, .footer-legal > .cookie-settings-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin: 0;
  padding: 8px 0;
  border: 0;
  background: transparent;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -.48px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
.footer-legal > a:hover, .footer-legal > .cookie-settings-link:hover { color: #fff; }
.footer-legal > a:focus-visible, .footer-legal > .cookie-settings-link:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; }
.care-notice { border-left: 3px solid #111; padding: 4px 20px; margin: 24px 0; background: #f5f3ef; }
.care-notice h2 { margin-top: 20px; }
[data-cookie-settings] { min-height: 44px; cursor: pointer; }
@media (max-width: 767px) {
  .footer-legal { justify-content: center; }
  .static-page { padding-left: 20px; padding-right: 20px; }
  .static-page h1 { font-size: clamp(30px, 8vw, 44px); }
  .static-page h2 { font-size: 26px; }
  .seo-home-title { margin-bottom: 16px; }
}
