.hero { position: relative; isolation: isolate; }
.hero-background { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(247,244,236,.97) 0%, rgba(247,244,236,.82) 43%, rgba(247,244,236,.15) 78%); }
.hero--imagebackground .hero-grid { grid-template-columns: minmax(0,1.15fr) minmax(280px,.55fr); }
.hero--imagebackground .hero-copy { max-width: 720px; }
.hero--imagebackground .hours-card { position: relative; inset: auto; align-self: center; width: 100%; border-radius: var(--corner-radius); background: rgba(255,255,255,.92); backdrop-filter: blur(10px); }
.hero--imageright .hero-background { left: 50%; width: 50%; }
.hero--imageright .hero-overlay { background: linear-gradient(90deg,var(--cream) 0 50%,transparent 50%); }
.hero--centered .hero-grid { display: flex; justify-content: center; text-align: center; }
.hero--centered .hero-copy { max-width: 850px; }
.hero--centered .hero-actions,.hero--centered .status-note { justify-content: center; }
.services--compactlist .service-grid { grid-template-columns: 1fr; }
.services--iconcards .service-grid { gap: 1rem; border: 0; }
.services--iconcards .service-card { border: 1px solid var(--line); border-radius: var(--corner-radius); }
.about--centered .about-grid { display: block; max-width: 850px; text-align: center; }
.about--centered .about-visual { display: none; }
.about--centered ul { display: inline-grid; text-align: left; }
.team--compactcards .team-grid { grid-template-columns: repeat(2,1fr); }
.team--compactcards .service-provider-card { display: grid; grid-template-columns: 110px 1fr; align-items: center; gap: 1rem; }
.team--compactcards .portrait { height: 110px; margin: 0; }
.team--compactcards .portrait span { width: 72px; height: 72px; font-size: 2.5rem; }
.portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; }
.contact--centered .contact-grid { display: block; max-width: 800px; text-align: center; }
.contact--centered .contact-card { margin-top: 2rem; text-align: left; }
.btn,.contact-card,.service-provider-card { border-radius: var(--corner-radius); }
.brand-logo { display: block; width: auto; max-width: 190px; height: 48px; object-fit: contain; }
.buttons-pill .btn { border-radius: 999px; }
.buttons-soft .btn { border-radius: .45rem; }
.team--nophoto .portrait { display: none; }
.team--nophoto .service-provider-card { min-height: 150px; display: grid; align-items: center; }
.about--featurecards .about-grid { grid-template-columns: 1fr; }
.about--featurecards .about-visual { display: none; }
.about--featurecards ul { grid-template-columns: repeat(3,1fr); }
.about--featurecards li { padding: 1.5rem; background: rgba(255,255,255,.08); border-radius: var(--corner-radius); }
.about-copy li::before { content: "✓"; }

/* A deliberate type scale keeps tenant pages expressive without allowing arbitrary CSS. */
body { font-size: 1.05rem; line-height: 1.68; letter-spacing: .002em; }
.brand strong { font-size: 1.32rem; line-height: 1.08; letter-spacing: -.015em; }
.brand small { margin-top: .32rem; font-size: .8rem; line-height: 1.25; letter-spacing: .015em; }
.nav-link {
  padding-right: .58rem !important;
  padding-left: .58rem !important;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
}
.nav-book { padding: .68rem .9rem; font-size: .96rem; white-space: nowrap; }
.language-switcher { flex-shrink: 0; gap: .15rem; }
.language-switcher a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 2.35rem;
  padding: .48rem .62rem;
  font-family: var(--body-font);
  font-size: .82rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .055em;
  text-align: center;
  white-space: nowrap;
}
.hero h1 { font-size: clamp(3.35rem,6vw,5.8rem); }
.hero h1,.section h2,.legal-page h1,
.service-card h3,.service-provider-card h3,
.appointment-heading h1,.confirmation-card h1 {
  font-weight: 700;
  letter-spacing: -.035em;
}
.eyebrow { font-size: .82rem; line-height: 1.4; }
.lead { font-size: clamp(1.08rem,1.5vw,1.24rem); line-height: 1.72; }
.btn { font-family: var(--body-font); font-size: .98rem; line-height: 1.2; }
.status-note strong { font-family: var(--heading-font); font-size: 1.06rem; }
.status-note small { margin-top: .12rem; font-size: .9rem; line-height: 1.4; }
.hours-card { padding: 1.9rem; }
.hours-card h2 { font-size: 1.55rem; line-height: 1.2; }
.hours-card p { gap: 1.2rem; margin: .8rem 0; font-size: .94rem; line-height: 1.35; }
.hours-card strong { font-size: .96rem; }
.section-heading h2,.about h2,.contact h2 { font-size: clamp(2.65rem,4.2vw,4.15rem); }
.section-heading>p,.about-copy>p,.contact-intro { font-size: 1.1rem; }
.service-number { font-size: .82rem; }
.service-icon { font-size: 1.35rem; }
.service-card h3,.service-provider-card h3 {
  margin-bottom: .7rem;
  font-family: var(--heading-font);
  font-size: clamp(1.42rem,2vw,1.68rem);
  font-weight: 700;
  line-height: 1.18;
}
.service-card p,.service-provider-card p { font-size: 1.05rem; line-height: 1.68; }
.about-copy li { font-size: 1.05rem; line-height: 1.6; }
.contact-card small { font-size: .8rem; }
.contact-card a,.contact-card strong { font-size: 1.14rem; }
.emergency strong { font-family: var(--heading-font); font-size: 1.08rem; }
.emergency p { font-size: 1rem; }
.footer-brand small { font-size: .82rem; }
.site-footer { background: var(--primary-dark); color: rgba(255,255,255,.78); }
.footer-brand small { color: rgba(255,255,255,.68); }
.appointment-steps li { font-size: .9rem; font-weight: 600; }
.appointment-heading h1,.confirmation-card h1 { font-size: clamp(2.75rem,5vw,4.7rem); }
.appointment-heading>p:last-child { font-size: 1.1rem; }
.selection-card strong { font-family: var(--heading-font); font-size: 1.48rem; line-height: 1.2; }
.selection-card span { font-size: .98rem; }
.appointment-summary h2 { font-family: var(--heading-font); font-size: 1.48rem; }
.appointment-summary small { font-size: .76rem; }
.appointment-summary strong { font-size: 1rem; }
.appointment-form label { font-size: .96rem; }
.appointment-form input,.appointment-form textarea { font-size: 1rem; }
.appointment-form small { font-size: .88rem; }
[dir="rtl"] .hero-overlay { background: linear-gradient(270deg,rgba(247,244,236,.97) 0%,rgba(247,244,236,.82) 43%,rgba(247,244,236,.15) 78%); }
@media(max-width:991px) {
  .hero--imagebackground .hero-grid { grid-template-columns: 1fr; }
  .hero--imagebackground .hours-card { max-width: 420px; margin: 0; }
  .hero-overlay { background: rgba(247,244,236,.88); }
}
@media(max-width:650px) {
  .hero-background { object-position: 64% center; }
  .team--compactcards .team-grid { grid-template-columns: 1fr; }
}
