:root{--color-primary:#2563eb;--font-heading:Georgia,"Times New Roman",serif;--color-text:#1a1a1a;--color-muted:#555;--color-bg:#fff;--color-surface:#f8f9fa;--max-width:960px;--section-padding:3rem 1.25rem}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--color-text);background:var(--color-bg);line-height:1.6}h1,h2,h3{font-family:var(--font-heading);line-height:1.25}a{color:var(--color-primary)}img{max-width:100%;height:auto;display:block}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.25rem}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:var(--color-bg);border-bottom:1px solid #e5e7eb;padding:.75rem 0}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.site-header__name{font-family:var(--font-heading);font-size:1.125rem;font-weight:700;color:var(--color-text);text-decoration:none}.section{padding:var(--section-padding)}.section--alt{background:var(--color-surface)}.section__title{margin:0 0 1.5rem;font-size:1.75rem;color:var(--color-text)}.phone-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;background:var(--color-primary);color:#fff!important;font-size:1.0625rem;font-weight:600;text-decoration:none;border-radius:.5rem;border:none;cursor:pointer;white-space:nowrap}.phone-button:hover{filter:brightness(1.08)}.phone-button--header{padding:.5rem 1rem;font-size:.9375rem}.hero{padding:2.5rem 1.25rem 3rem}.hero__grid{display:grid;grid-gap:2rem;gap:2rem;align-items:center}.hero__headline{margin:0 0 .75rem;font-size:clamp(1.75rem,5vw,2.5rem)}.hero__subheadline{margin:0 0 1.5rem;font-size:1.125rem;color:var(--color-muted)}.hero__image{border-radius:.5rem;overflow:hidden;background:var(--color-surface)}.services__grid{display:grid;grid-gap:1.25rem;gap:1.25rem}.service-card{background:var(--color-bg);border:1px solid #e5e7eb;border-radius:.5rem;padding:1.25rem}.service-card__title{margin:0 0 .25rem;font-size:1.125rem}.service-card__price{margin:0 0 .5rem;font-weight:600;color:var(--color-primary)}.service-card__description{margin:0;color:var(--color-muted);font-size:.9375rem}.about__body{margin:0;font-size:1.0625rem;color:var(--color-muted)}.hours__list{list-style:none;margin:0;padding:0;max-width:24rem}.hours__item{display:flex;justify-content:space-between;gap:1rem;padding:.5rem 0;border-bottom:1px solid #e5e7eb}.hours__day{font-weight:500}.contact__address{margin:1rem 0 0;color:var(--color-muted)}.site-footer{padding:2rem 1.25rem;border-top:1px solid #e5e7eb;text-align:center;font-size:.875rem}.site-footer,.site-footer a{color:var(--color-muted)}.not-found,.platform-stub,.site-paused{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem 1.25rem}.not-found h1,.platform-stub h1,.site-paused h1{margin:0 0 .75rem;font-size:1.75rem}.not-found p,.platform-stub p,.site-paused p{margin:0;color:var(--color-muted);max-width:28rem}@media (min-width:768px){.hero__grid{grid-template-columns:1fr 1fr}.services__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.services__grid{grid-template-columns:repeat(3,1fr)}}