:root {
  --site-primary: #6b4d6c;
  --site-primary-light: #a587ab;
  --site-primary-dark: #4b214a;
  --site-secondary: #71605d;
  --site-accent: #007fbe;
  --site-background: #fdf9ff;
  --site-surface: #fefdfe;
  --site-text: #1a141c;
  --site-text-secondary: #59515d;
  --bs-body-bg: #fdf9ff;
  --bs-body-color: #1a141c;
  --bs-body-font-family: 'Sora', sans-serif;
  --bs-link-color: #6b4d6c;
  --bs-link-hover-color: #4b214a;
  --type-h1: clamp(2rem, 4vw, 2.5rem);
  --type-h2: 1.6rem;
  --type-h3: 1.25rem;
  --type-body: 1rem;
  --type-small: .875rem;
  --type-eyebrow: .72rem;
  --section-space: clamp(3rem, 6vw, 5rem);
}
* { box-sizing: border-box; }
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); line-height: 1.7; }
h1, h2, h3, h4, h5, h6 { font-family: 'Libre Baskerville', serif; color: var(--site-text); text-wrap: balance; line-height: 1.25; }
h1 { font-size: var(--type-h1); }
h2 { font-size: var(--type-h2); }
h3 { font-size: var(--type-h3); }
p { text-wrap: pretty; }
a { color: var(--site-primary); transition: color .18s ease; }
a:hover { color: var(--site-primary-dark); }
.btn { border-radius: 0; padding: .72rem 1.15rem; font-weight: 600; box-shadow: none; letter-spacing: .02em; 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; }
.navbar { background: rgba(253,249,255,.98); border-bottom: 1px solid rgba(113,96,93,.28); }
.navbar-brand { color: var(--site-text); font-family: 'Libre Baskerville', serif; }
.navbar-brand:hover { color: var(--site-primary); }
.logo-mark { width: 42px; height: 42px; object-fit: contain; border-radius: 8px; }
.nav-link { color: var(--site-text); font-size: var(--type-small); letter-spacing: .035em; }
.nav-link:hover, .nav-link:focus, .nav-link.active { color: var(--site-primary); }
.hero, .site-section, .legal-main, .error-main { padding-block: var(--section-space); }
.hero-copy { max-width: 760px; }
.hero-copy .lead { max-width: 68ch; color: var(--site-text-secondary); font-size: 1.05rem; }
.hero-image, .section-image { width: 100%; object-fit: cover; border-radius: 8px; border: 1px solid rgba(113,96,93,.25); }
.hero-image { max-height: 560px; aspect-ratio: 16/7; }
.section-image { max-height: 420px; aspect-ratio: 16/6; }
.eyebrow { color: var(--site-primary); font-size: var(--type-eyebrow); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-bottom: .75rem; }
.section-copy { max-width: 70ch; }
.section-rule { width: 60%; margin: 0 auto; border: 0; border-top: 1px solid var(--site-secondary); opacity: .45; }
.card { border-radius: 10px; border: 1px solid rgba(113,96,93,.32); background: var(--site-surface); box-shadow: none; }
.service-card { height: 100%; transition: border-color .18s ease; }
.service-card:hover { border-color: var(--site-primary-light); }
.icon-wrap { width: 44px; height: 44px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; background: rgba(107,77,108,.12); color: var(--site-primary); }
.icon-wrap svg { width: 24px; height: 24px; fill: currentColor; }
.area-list { font-family: 'Libre Baskerville', serif; font-size: 1.1rem; border-top: 1px solid rgba(113,96,93,.3); }
.area-list li { border-bottom: 1px solid rgba(113,96,93,.3); padding: .9rem 0; }
.form-control, .form-select { border-radius: 5px; border-color: rgba(113,96,93,.48); background: var(--site-surface); padding: .72rem .8rem; box-shadow: none !important; }
.form-control:focus, .form-select:focus { border-color: var(--site-primary); }
.form-label { font-size: var(--type-small); font-weight: 600; }
.form-check-input:checked { background-color: var(--site-primary); border-color: var(--site-primary); }
.prose { max-width: 72ch; }
.prose h2 { margin-top: 2.25rem; }
.prose h3 { margin-top: 1.5rem; }
.numeric { font-variant-numeric: tabular-nums; }
.site-footer { border-top: 1px solid rgba(113,96,93,.35); padding: 2.25rem 0 1rem; background: var(--site-surface); font-size: var(--type-small); }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links a { text-decoration: none; }
.footer-bottom { border-top: 1px solid rgba(113,96,93,.25); margin-top: 1.5rem; padding-top: .9rem; }
.cookie-banner { position: fixed; z-index: 1080; left: 1rem; right: 1rem; bottom: 1rem; max-width: 760px; margin-inline: auto; padding: 1rem; background: var(--site-surface); border: 1px solid var(--site-secondary); border-radius: 10px; }
.cookie-banner[hidden] { display: none; }
.form-status { border-left: 3px solid var(--site-accent); padding: .9rem 1rem; margin-top: 1.25rem; background: rgba(0,127,190,.06); }
.error-links a { display: block; padding: .35rem 0; }
@media (max-width: 767.98px) {
  .hero-image { aspect-ratio: 4/3; }
  .section-image { aspect-ratio: 4/3; }
  .navbar-collapse { padding-block: 1rem; }
}