:root {
  --site-primary: #725799;
  --site-primary-dark: #5a3b96;
  --site-accent: #db7a9c;
  --site-primary-light: #cec6ec;
  --site-secondary: #61a1ac;
  --site-surface: #f8f8ff;
  --site-muted: #66607e;
  --bs-body-bg: #fff4ff;
  --bs-body-color: #1b152d;
  --bs-body-font-family: 'Source Sans 3', sans-serif;
  --bs-link-color: #725799;
  --bs-link-hover-color: #5a3b96;
  --type-body: 1.06rem;
  --type-small: .9rem;
  --type-h3: 1.4rem;
  --type-h2: 1.9rem;
  --type-h1: clamp(2.2rem, 4.5vw, 3rem);
  --section-space: clamp(4rem, 7vw, 6rem);
}
* { border-radius: 0 !important; }
html { scroll-behavior: smooth; }
body { background: var(--bs-body-bg); color: var(--bs-body-color); font-family: var(--bs-body-font-family); font-size: var(--type-body); overflow-x: hidden; }
h1, h2, h3, h4, h5, h6 { font-family: 'Source Serif 4', serif; color: var(--bs-body-color); }
h1 { font-size: var(--type-h1); line-height: 1.1; text-wrap: balance; }
h2 { font-size: var(--type-h2); line-height: 1.18; text-wrap: balance; }
h3 { font-size: var(--type-h3); }
p { max-width: 68ch; text-wrap: pretty; }
a { color: var(--site-primary); text-underline-offset: .18em; transition: color .18s ease; }
a:hover { color: var(--site-primary-dark); }
.btn { border-radius: 0; padding: .68rem 1.15rem; font-weight: 600; box-shadow: none; letter-spacing: .01em; transition: background-color .18s ease, color .18s ease, border-color .18s ease; border-width: 1.5px; }
.btn-primary { background-color: var(--site-primary); border-color: var(--site-primary); color: #fff; }
.btn-primary:hover, .btn-primary:focus { background-color: var(--site-primary-dark); border-color: var(--site-primary-dark); color: #fff; }
.btn-outline-primary { color: var(--site-primary); border-color: var(--site-primary); background-color: transparent; }
.btn-outline-primary:hover, .btn-outline-primary:focus { background-color: var(--site-primary); border-color: var(--site-primary); color: #fff; }
.bg-primary { background-color: var(--site-primary) !important; }
.text-primary { color: var(--site-primary) !important; }
.border-primary { border-color: var(--site-primary) !important; }
.card { border: 0; box-shadow: 0 1px 2px rgba(0,0,0,.05); background: transparent; }
.form-control, .form-select { border: 1px solid #a49bbf; background: #fff4ff; padding: .7rem .8rem; color: var(--bs-body-color); }
.form-control:focus, .form-select:focus { border-color: var(--site-primary); box-shadow: 0 0 0 .18rem rgba(114,87,153,.15); background: #fff4ff; }
.form-check-input { border-radius: 0 !important; border-color: var(--site-primary); }
.form-check-input:checked { background-color: var(--site-primary); border-color: var(--site-primary); }
.site-nav { background: #fff4ff; border-bottom: 1px solid rgba(27,21,45,.16); }
.navbar-brand { font-family: 'Source Serif 4', serif; font-size: 1.27rem; color: var(--bs-body-color); text-decoration: none; }
.brand-mark { width: 34px; height: 34px; object-fit: contain; }
.nav-link { color: var(--bs-body-color); font-size: .94rem; padding: .3rem .55rem !important; }
.nav-link:hover, .nav-link:focus { color: var(--site-primary); }
.navbar-toggler { border-color: var(--site-primary); }
.navbar-toggler:focus { box-shadow: 0 0 0 .18rem rgba(114,87,153,.18); }
.nav-desktop { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 70px; }
.nav-side { display: flex; align-items: center; gap: .4rem; }
.nav-side.right { justify-content: flex-end; }
.section { padding: var(--section-space) 0; }
.container-process { max-width: 1140px; }
.container-neighborhood { max-width: 1280px; }
.prose { max-width: 900px; }
.prose > p { max-width: 68ch; }
.section-extra { padding: calc(var(--section-space) * 1.5) 0; }
.section-wash { background: rgba(206,198,236,.38); }
.eyebrow { color: var(--site-primary-dark); font-size: var(--type-small); letter-spacing: .08em; text-transform: uppercase; font-weight: 700; margin-bottom: 1rem; }
.initial::first-letter { color: var(--site-primary); font-size: 1.42em; line-height: .65; font-weight: 700; margin-right: .04em; }
.hero { position: relative; min-height: 620px; display: flex; align-items: end; isolation: isolate; background: #1b152d; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.hero-panel { width: min(690px, calc(100% - 2rem)); margin: 0 0 3.2rem clamp(1rem, 8vw, 9rem); padding: clamp(1.6rem, 4vw, 3rem); background: rgba(27,21,45,.9); color: #fff4ff; }
.hero-panel h1, .hero-panel p { color: #fff4ff; }
.hero-panel .eyebrow { color: #cec6ec; }
.hero-panel .btn-outline-primary { color: #fff4ff; border-color: #fff4ff; }
.hero-panel .btn-outline-primary:hover { background: #fff4ff; border-color: #fff4ff; color: #1b152d; }
.process-list { list-style: none; padding: 0; margin: 2.5rem 0 0; counter-reset: process; }
.process-list li { counter-increment: process; position: relative; padding: 1.25rem 0 1.25rem 4.4rem; border-top: 1px solid rgba(27,21,45,.2); }
.process-list li::before { content: '0' counter(process); position: absolute; left: 0; top: 1rem; color: var(--site-primary); font-family: 'Source Serif 4', serif; font-size: 1.65rem; }
.line-icon { width: 24px; height: 24px; stroke: currentColor; stroke-width: 1.75; fill: none; stroke-linecap: round; stroke-linejoin: round; vertical-align: middle; margin-right: .55rem; }
.pull-quote { border-left: 2px solid var(--site-primary); padding-left: 1.25rem; margin-top: 3rem; font-family: 'Source Serif 4', serif; font-size: 1.38rem; line-height: 1.35; }
.editorial-image { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.inverted { background: #1b152d; color: #fff4ff; }
.inverted h1, .inverted h2, .inverted h3, .inverted p, .inverted a, .inverted .eyebrow { color: #fff4ff; }
.inverted .eyebrow { opacity: .78; }
.inverted .btn-primary { background: #fff4ff; border-color: #fff4ff; color: #1b152d; }
.inverted .btn-primary:hover, .inverted .btn-primary:focus { background: #cec6ec; border-color: #cec6ec; color: #1b152d; }
.contact-item { border-top: 1px solid rgba(255,244,255,.35); padding-top: 1rem; }
.contact-item .line-icon { display: block; margin-bottom: .75rem; }
.contact-area { padding: var(--section-space) 0; }
.map-frame { aspect-ratio: 16 / 8; width: 100%; }
.map-frame iframe { width: 100%; height: 100%; border: 0; }
.footer { padding: 4.2rem 1rem 2rem; text-align: center; border-top: 1px solid rgba(27,21,45,.16); }
.footer-inner { max-width: 560px; margin: auto; }
.footer-name { font-family: 'Source Serif 4', serif; font-size: 1.5rem; }
.footer p, .footer address { margin: .55rem auto; font-style: normal; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: .45rem 1rem; margin: 1.35rem 0; font-size: var(--type-small); }
.footer-meta { font-size: var(--type-small); color: var(--site-muted); }
.price-table th, .price-table td { padding: 1rem; vertical-align: top; border-color: rgba(27,21,45,.17); }
.price-table th { font-family: 'Source Serif 4', serif; font-size: 1.08rem; }
.price { font-variant-numeric: tabular-nums; white-space: nowrap; font-weight: 700; }
.legal-main { max-width: 800px; padding: var(--section-space) 1rem; margin: auto; }
.legal-main h2 { margin-top: 2.6rem; }
.legal-main h3 { margin-top: 1.7rem; }
.cookie-banner { position: fixed; z-index: 1055; bottom: 1rem; left: 1rem; right: 1rem; max-width: 680px; margin: auto; background: #1b152d; color: #fff4ff; padding: 1rem; box-shadow: 0 2px 10px rgba(0,0,0,.14); }
.cookie-banner p { margin: 0; font-size: var(--type-small); }
.cookie-banner .btn-primary { background: #fff4ff; color: #1b152d; border-color: #fff4ff; }
.cookie-banner .btn-outline-primary { color: #fff4ff; border-color: #fff4ff; }
.cookie-banner .btn-outline-primary:hover { background: #fff4ff; color: #1b152d; }
.confirmation { display: none; margin-top: 1.5rem; padding: 1rem; border-left: 3px solid var(--site-primary); background: rgba(206,198,236,.3); }
.confirmation.show { display: block; }
@media (max-width: 991.98px) { .nav-desktop { display: none; } .hero { min-height: 590px; } .hero-panel { margin: 0 1rem 2rem; } }
@media (min-width: 992px) { .mobile-nav { display: none; } }
@media (max-width: 575.98px) { .hero { min-height: 560px; } .hero-panel { width: calc(100% - 1.5rem); margin: 0 .75rem 1rem; } .section-extra { padding: calc(var(--section-space) * 1.15) 0; } }
