/* Location-specific refinements. Original approved design remains in style.css. */
:root { --text-xs: 0.75rem; }
[hidden] { display: none !important; }
html { scroll-padding-top: 120px; }
.top-bar__inner { gap: 1rem; }
.top-bar__contact { flex-wrap: wrap; }
.location-switch { white-space: nowrap; font-size: 12px; }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 300; padding: 1rem; background: white; color: #2c2c2c; }
.skip-link:focus { top: 1rem; }
.header__logo img { object-fit: contain; }
.header__inner { padding-left: var(--container-padding); padding-right: var(--container-padding); }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.hero--renew .hero__content { width: 100%; padding-top: 40px; padding-bottom: 48px; }
.hero--renew .hero__title { margin: 18px auto 26px; line-height: 0; }
.renew-hero-logo { display: block; width: min(390px, 100%); height: auto; margin: 0 auto; }
.footer-mark { object-fit: contain; margin-bottom: 12px; }
.footer p, .contact-strip__detail, .faq-answer { overflow-wrap: anywhere; }
.footer__brand p, .footer__links a { opacity: 1; }
.footer p + p { margin-top: 12px; }
.hours-note, .section-note, .image-caption { color: var(--color-text-muted); font-size: var(--text-sm); line-height: 1.6; margin-top: 20px; }
.footer .hours-note { color: #c6c0b7; }
.image-caption { position: absolute; bottom: 0; left: 0; right: 0; padding: 8px 12px; margin: 0; background: rgba(250,247,242,.96); color: #514b42; z-index: 1; }
.btn { max-width: 100%; white-space: normal; text-align: center; overflow-wrap: anywhere; }
.card { min-width: 0; overflow-wrap: anywhere; }
.card__link { max-width: 100%; flex-wrap: wrap; overflow-wrap: anywhere; }
.section-header h2 { overflow-wrap: anywhere; }
.ba-card, .peptide-spotlight__content, .peptide-spotlight__benefit { min-width: 0; }
.peptide-spotlight__benefit span { overflow-wrap: anywhere; }
.team-profile { align-items: center; }
.team-profile__role { color: var(--color-gold-dark); font-weight: 500; }
.team-profile__portrait { aspect-ratio: 5 / 7; width: 100%; max-width: 480px; justify-self: center; }
.team-profile__portrait img { object-fit: contain; }
.pending-team-profile { margin-top: var(--space-16); }
.pending-team-profile h2 { margin: 12px 0; }
.section-note { text-align: center; }
.category-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 32px; margin-top: 32px; position: relative; }
.category-links a { padding: 10px 0; border-bottom: 1px solid var(--color-gold); font-size: 14px; }
.treatment-group { font-family: var(--font-display); font-size: clamp(24px, 3vw, 32px); margin: 40px 0 20px; }
.service-category__header p { margin-top: 12px; color: var(--color-text-muted); }
.service-card { align-self: start; scroll-margin-top: 130px; }
.service-card__header { min-height: 44px; align-items: center !important; }
.service-card__name { overflow-wrap: anywhere; }
.service-card--expanded .service-card__detail { max-height: none; }
.coming-soon { display: inline-block; font-size: 12px; font-weight: 600; color: #75582c; background: #f6ead6; padding: 5px 10px; border-radius: 3px; margin-bottom: 12px; }
.treatment-note { margin-top: 36px; font-size: 13px; color: var(--color-text-muted); line-height: 1.8; max-width: 95ch; }
.treatment-note a, .faq-answer a { text-decoration: underline; text-underline-offset: 3px; }
.contact-actions { display: flex; flex-direction: column; align-items: stretch; gap: 20px; }
.contact-actions h3 { font-family: var(--font-display); font-size: 32px; }
.contact-actions .section-note { text-align: left; margin-top: 0; }
.contact-strip__map { width: 100%; min-width: 0; height: 340px; aspect-ratio: auto; }
.contact-strip__map iframe { width: 100%; min-width: 0; height: 100%; }
.faq-question { min-height: 56px; text-align: left; gap: 20px; }
.faq-question span { flex-shrink: 0; font-size: 22px; color: var(--color-gold); }
.faq-item.active .faq-answer { max-height: none; }
.fade-in, .js-fade-in { opacity: 1 !important; transform: none !important; animation: none !important; }
a:focus-visible, button:focus-visible { outline: 2px solid #8b6f47; outline-offset: 5px; }
.testimonial-dot { position: relative; }
.testimonial-dot::before { content: ""; position: absolute; inset: -12px; }
@media (min-width: 1025px) {
  .footer__grid { grid-template-columns: 1.2fr .7fr 1fr 1.5fr; }
}
@media (max-width: 1024px) {
  .mobile-nav.active { overflow-y: auto; padding-top: 120px; padding-bottom: 32px; }
}
@media (max-width: 600px) {
  .peptide-spotlight__benefits { grid-template-columns: minmax(0, 1fr); }
  .top-bar__inner { justify-content: space-between; gap: 8px; }
  .top-bar__contact a[href^="mailto:"] { display: none; }
  .top-bar__contact { gap: 0; }
  .location-switch { font-size: 12px; }
  .footer__grid { grid-template-columns: 1fr; }
  .hero__title { font-size: clamp(48px, 13vw, 70px); }
  .service-card { padding: 24px; }
  .category-links { flex-direction: column; align-items: center; }
  .contact-actions .btn { white-space: normal; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
