:root {
  --site-primary: #814270;
  --site-primary-light: #c48aae;
  --site-primary-dark: #593353;
  --site-secondary: #87564a;
  --site-accent: #2177b1;
  --site-surface: #f4f2f4;
  --site-text-secondary: #646364;
  --bs-body-bg: #fffafe;
  --bs-body-color: #1a0f17;
  --bs-body-font-family: 'Hanken Grotesk', sans-serif;
  --bs-link-color: #814270;
  --bs-link-hover-color: #593353;
  --type-h1: clamp(2rem, 4vw, 2.5rem);
  --type-h2: 1.6rem;
  --type-h3: 1.25rem;
  --type-body: 1rem;
  --type-small: 0.875rem;
  --type-eyebrow: 0.72rem;
  --section-y: clamp(3rem, 6vw, 5rem);
}

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);
  text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Hanken Grotesk', serif;
  color: var(--bs-body-color);
  line-height: 1.08;
  text-wrap: balance;
  letter-spacing: -0.02em;
}
h1 { font-size: var(--type-h1); }
h2 { font-size: var(--type-h2); }
h3 { font-size: var(--type-h3); }
p, li { text-wrap: pretty; }
a { color: var(--site-primary); text-underline-offset: 0.18em; transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease; }
a:hover { color: var(--site-primary-dark); }

.btn {
  border-radius: 0;
  padding: 0.72rem 1.05rem;
  font-weight: 700;
  box-shadow: none;
  letter-spacing: 0.01em;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
  border-width: 1.5px;
}
.btn-primary,
.btn-outline-primary {
  color: var(--site-primary);
  border-color: var(--site-primary);
  background-color: transparent;
}
.btn-primary:hover,
.btn-primary:focus,
.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; }

.form-control,
.form-select {
  border-radius: 4px;
  border-color: rgba(26, 15, 23, 0.22);
  background-color: #fff;
  color: var(--bs-body-color);
  box-shadow: none;
}
.form-control:focus,
.form-select:focus {
  border-color: var(--site-primary);
  box-shadow: none;
}
.card {
  border-radius: 10px;
  border-color: rgba(135, 86, 74, 0.24);
  box-shadow: none;
  background: #fff;
}
img { max-width: 100%; }
.section-image,
.hero-image,
.visual-band {
  border-radius: 8px;
}

.utility-bar {
  background: var(--site-surface);
  border-bottom: 1px solid rgba(135, 86, 74, 0.22);
  color: var(--site-text-secondary);
  font-size: var(--type-small);
}
.utility-bar a { color: var(--bs-body-color); text-decoration: none; }
.site-header { background: var(--bs-body-bg); border-bottom: 1px solid rgba(135, 86, 74, 0.2); }
.navbar-brand img { width: 42px; height: 42px; object-fit: contain; }
.brand-text { font-weight: 800; letter-spacing: -0.02em; color: var(--bs-body-color); }
.navbar-nav .nav-link { color: var(--bs-body-color); font-weight: 650; }
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus { color: var(--site-primary); }
.navbar-toggler { border-radius: 0; border-color: rgba(26, 15, 23, 0.25); box-shadow: none; }
.navbar-toggler:focus { box-shadow: none; }

.hero-section { padding: clamp(2rem, 5vw, 4rem) 0 var(--section-y); }
.hero-photo-wrap { min-height: 280px; }
.hero-image { width: 100%; height: 100%; min-height: 360px; object-fit: cover; display: block; }
.hero-card {
  background: var(--bs-body-bg);
  border: 1px solid rgba(135, 86, 74, 0.24);
  border-radius: 10px;
  padding: clamp(1.5rem, 4vw, 3rem);
  margin-top: -3.5rem;
  position: relative;
  z-index: 2;
}
.hero-card .lead { color: var(--site-text-secondary); max-width: 58ch; }
.phone-large { font-size: 1.25rem; font-weight: 800; font-variant-numeric: tabular-nums; letter-spacing: -0.01em; }

.section-block { padding: var(--section-y) 0; background: var(--bs-body-bg); }
.section-divider {
  width: 60%;
  margin: 0 auto;
  border: 0;
  border-top: 1px solid var(--site-secondary);
  opacity: 0.5;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.8rem;
  color: var(--site-secondary);
  font-size: var(--type-eyebrow);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
}
.eyebrow::before {
  content: "";
  width: 2.1rem;
  height: 1px;
  background: var(--site-accent);
  display: inline-block;
}
.prose-narrow { max-width: 68ch; }
.text-secondary-site { color: var(--site-text-secondary); }
.visual-band {
  min-height: 96px;
  background: linear-gradient(90deg, rgba(129, 66, 112, 0.08), rgba(33, 119, 177, 0.06));
  border: 1px solid rgba(135, 86, 74, 0.18);
}
.section-image { width: 100%; max-height: 380px; object-fit: cover; display: block; }

.service-card,
.feature-card {
  height: 100%;
  padding: 1.35rem;
}
.icon-line {
  width: 36px;
  height: 36px;
  color: var(--site-primary);
  margin-bottom: 1rem;
}
.icon-line svg { width: 100%; height: 100%; stroke-width: 1.75; stroke: currentColor; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.list-clean { padding-left: 1.05rem; margin-bottom: 0; }
.list-clean li + li { margin-top: 0.45rem; }

.contact-panel {
  border: 1px solid rgba(135, 86, 74, 0.24);
  border-radius: 10px;
  background: #fff;
  padding: clamp(1.25rem, 3vw, 2rem);
}
.contact-detail { font-variant-numeric: tabular-nums; }
.form-note { min-height: 1.5rem; color: var(--site-primary-dark); font-weight: 700; }

.site-footer {
  border-top: 1px solid rgba(135, 86, 74, 0.22);
  background: var(--site-surface);
  padding: 3rem 0 1.5rem;
}
.site-footer h2,
.site-footer h3 { font-size: 1rem; letter-spacing: 0; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li + li { margin-top: 0.45rem; }
.footer-links a { text-decoration: none; }
.footer-small { color: var(--site-text-secondary); font-size: var(--type-small); }

.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1080;
  max-width: 760px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid rgba(135, 86, 74, 0.28);
  border-radius: 10px;
  padding: 1rem;
  display: none;
}
.cookie-banner.is-visible { display: block; }
.cookie-banner p { margin-bottom: 0; color: var(--site-text-secondary); }

.legal-main, .simple-main { padding: var(--section-y) 0; }
.legal-main h2 { margin-top: 2rem; }
.legal-main p, .legal-main li { max-width: 72ch; }

@media (min-width: 992px) {
  .hero-card { margin-top: 0; margin-left: -5rem; }
  .hero-section .row { align-items: center; }
}
