.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); }
.service-card--image { overflow: hidden; isolation: isolate; }
.service-card-background { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.service-card-overlay { position: absolute; inset: 0; background: rgba(255,255,255,.82); z-index: -1; transition: background .25s ease; }
.service-card--image:hover .service-card-overlay { background: rgba(255,255,255,.72); }
.service-card-content { position: relative; z-index: 1; }
.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%); }
.service-grid.service-grid--columns-1 { grid-template-columns: minmax(0,1fr); }
.service-grid.service-grid--columns-2 { grid-template-columns: repeat(2,minmax(0,1fr)); }
.service-grid.service-grid--columns-3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
.service-icon { font-family: var(--body-font); font-size: 1.05rem; font-weight: 700; }
.order-page { padding: 4.5rem 0; background: var(--cream); min-height: 70vh; }
.order-heading { max-width: 760px; margin-bottom: 2rem; }
.order-heading h1,.order-confirmation h1 { font-family: var(--heading-font); font-size: clamp(3rem,5vw,5rem); line-height: 1; }
.order-layout { display: grid; grid-template-columns: minmax(0,2fr) minmax(300px,1fr); gap: 2rem; align-items: start; }
.product-category-nav { display: flex; gap: .65rem; margin: 0 0 2rem; padding: .6rem; overflow-x: auto; background: #fff; border: 1px solid var(--line); border-radius: var(--corner-radius); scrollbar-width: thin; }
.product-category-nav a { flex: 0 0 auto; padding: .65rem 1rem; border-radius: 999px; color: var(--primary-dark); font-weight: 700; text-decoration: none; background: color-mix(in srgb,var(--coral) 12%,#fff); }
.product-category-nav a:hover,.product-category-nav a:focus-visible { color: #fff; background: var(--green); }
.product-catalog { display: grid; gap: 3rem; min-width: 0; }
.product-category { scroll-margin-top: 1rem; }
.product-category-heading { margin-bottom: 1.25rem; }
.product-category-heading h2 { margin: 0; font-family: var(--heading-font); font-size: clamp(2rem,3vw,3rem); line-height: 1.05; }
.product-category-heading p { max-width: 680px; margin: .55rem 0 0; }
.product-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.25rem; }
.product-card,.order-checkout,.order-confirmation { background: #fff; border: 1px solid var(--line); border-radius: var(--corner-radius); }
.product-card { overflow: hidden; display: grid; grid-template-rows: 230px 1fr auto; }
.product-image { display: grid; place-items: center; overflow: hidden; background: color-mix(in srgb,var(--coral) 10%,#fff); }
.product-image img { width: 100%; height: 100%; object-fit: cover; }
.product-image span { font-size: 3rem; color: var(--green); }
.product-copy { padding: 1.35rem; }
.product-copy h3 { font-family: var(--heading-font); font-size: 1.6rem; }
.product-copy strong { display: block; margin-top: 1rem; }
.quantity-control { display: grid; grid-template-columns: 48px 1fr 48px; margin: 0 1.35rem 1.35rem; border: 1px solid var(--line); border-radius: .5rem; overflow: hidden; }
.quantity-control button { border: 0; background: color-mix(in srgb,var(--coral) 12%,#fff); font-size: 1.4rem; }
.quantity-control input { width: 100%; border: 0; text-align: center; }
.product-soldout { margin: 0 1.35rem 1.35rem; padding: .7rem; text-align: center; background: #f8e1dd; color: #8f2d1e; font-weight: 700; }
.order-checkout { position: sticky; top: 1rem; padding: 1.5rem; display: grid; gap: .65rem; }
.order-checkout { scroll-margin-top: 1rem; }
.order-checkout h2,.order-checkout h3 { font-family: var(--heading-font); }
.order-checkout input,.order-checkout textarea { width: 100%; padding: .75rem; border: 1px solid var(--line); border-radius: .35rem; }
.pickup-options { display: grid; gap: .5rem; padding: 1rem 0; border: 0; }
.pickup-options label { display: flex; gap: .5rem; align-items: center; }
.pickup-options input[type=radio] { width: auto; }
.order-totals { margin: 1rem 0; }
.order-totals div { display: flex; justify-content: space-between; gap: 1rem; padding: .55rem 0; border-bottom: 1px solid var(--line); }
.order-totals dd { margin: 0; }
.order-total { font-size: 1.15rem; font-weight: 700; }
.order-confirmation { max-width: 760px; margin: 0 auto; padding: clamp(1.5rem,4vw,3rem); }
.mobile-cart-bar { display: none; }
@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); }
  .service-grid.service-grid--columns-2,
  .service-grid.service-grid--columns-3 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .order-layout { grid-template-columns: 1fr; }
  .order-checkout { position: static; }
}
@media(max-width:650px) {
  .hero-background { object-position: 64% center; }
  .team--compactcards .team-grid { grid-template-columns: 1fr; }
  .service-grid.service-grid--columns-1,
  .service-grid.service-grid--columns-2,
  .service-grid.service-grid--columns-3 { grid-template-columns: minmax(0,1fr); }
  .product-grid { grid-template-columns: 1fr; }
  .order-page { padding-bottom: 7.5rem; }
  .mobile-cart-bar {
    position: fixed;
    right: max(.75rem,env(safe-area-inset-right));
    bottom: max(.75rem,env(safe-area-inset-bottom));
    left: max(.75rem,env(safe-area-inset-left));
    z-index: 70;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .7rem;
    color: #fff;
    background: var(--primary-dark);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: calc(var(--corner-radius) + .15rem);
    box-shadow: 0 1rem 2.5rem rgba(0,0,0,.28);
  }
  .mobile-cart-bar[hidden] { display: none; }
  .mobile-cart-summary { display: flex; align-items: center; gap: .7rem; min-width: 0; }
  .mobile-cart-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.6rem;
    min-height: 2.6rem;
    padding: .35rem;
    color: var(--primary-dark);
    background: #fff;
    border-radius: 999px;
    font-weight: 800;
  }
  .mobile-cart-summary strong { white-space: nowrap; }
  .mobile-cart-bar>a {
    flex: 0 0 auto;
    padding: .72rem .9rem;
    color: #fff;
    background: var(--coral);
    border-radius: .55rem;
    font-weight: 800;
    line-height: 1.15;
    text-decoration: none;
  }
  .mobile-cart-bar>a:hover,.mobile-cart-bar>a:focus-visible { color: #fff; background: var(--green); }
}
