:root {
  --site-primary: #685478;
  --site-primary-dark: #431c68;
  --site-accent: #008da4;
  --bs-body-bg: #e5e8ff;
  --bs-body-color: #13101c;
  --bs-body-font-family: 'Karla', sans-serif;
  --bs-link-color: #685478;
  --bs-link-hover-color: #431c68;
  --site-surface: #f9f5fa;
  --site-secondary: #aa6069;
  --site-text-secondary: #57525d;
  --type-h1: clamp(2.4rem, 5vw, 3.4rem);
  --type-h2: 2.2rem;
  --type-h3: 1.5rem;
  --type-body: 1.125rem;
  --type-small: .95rem;
  --section-pad: clamp(5rem, 8vw, 7rem);
}
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.55; }
h1, h2, h3, h4, h5, h6 { font-family: 'Spectral', serif; color: var(--bs-body-color); text-wrap: balance; }
h1 { font-size: var(--type-h1); line-height: 1.08; }
h2 { font-size: var(--type-h2); line-height: 1.15; }
h3 { font-size: var(--type-h3); line-height: 1.2; }
p { text-wrap: pretty; max-width: 70ch; }
a { color: var(--site-primary); transition: color .2s ease; }
a:hover { color: var(--site-primary-dark); }
.navbar { background: var(--bs-body-bg); border-bottom: 1px solid rgba(19,16,28,.08); }
.navbar-brand { color: var(--bs-body-color); font-family: 'Spectral', serif; font-weight: 600; }
.navbar-brand:hover { color: var(--site-primary-dark); }
.logo-mark { width: 42px; height: 42px; object-fit: contain; }
.nav-link { color: var(--bs-body-color); font-size: 1rem; }
.nav-link:hover, .nav-link:focus { color: var(--site-primary); }
.btn { border-radius: 12px; padding: .7rem 1.15rem; font-weight: 700; box-shadow: inset 0 -2px 0 rgba(0,0,0,.08); letter-spacing: .01em; transition: background-color .2s ease, color .2s ease, transform .2s ease; border-width: 0; }
.btn:hover { transform: translateY(-1px); }
.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; border-width: 1px; }
.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: 6px; border-color: rgba(19,16,28,.2); background-color: var(--site-surface); color: var(--bs-body-color); padding: .72rem .85rem; }
.form-control:focus, .form-select:focus { border-color: var(--site-primary); box-shadow: 0 0 0 .2rem rgba(104,84,120,.15); }
.form-check-input:checked { background-color: var(--site-primary); border-color: var(--site-primary); }
.section-pad { padding-top: var(--section-pad); padding-bottom: var(--section-pad); }
.eyebrow { font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; color: var(--site-primary); font-weight: 700; margin-bottom: 1rem; }
.hero { min-height: 70vh; display: flex; align-items: center; }
.hero-copy { max-width: 760px; }
.hero-image { width: 100%; max-height: 390px; object-fit: cover; border-radius: 8px; }
.prose-center { max-width: 760px; margin-inline: auto; text-align: center; }
.process-item, .formula-item { height: 100%; padding: 1.5rem; background: var(--site-surface); border-radius: 10px; box-shadow: 0 1px 2px rgba(0,0,0,.05); }
.soft-icon { width: 42px; height: 42px; border-radius: 10px; background: rgba(104,84,120,.12); color: var(--site-primary); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.soft-icon svg { width: 22px; height: 22px; fill: currentColor; }
.contact-panel { background: var(--site-surface); border-radius: 10px; padding: clamp(1.5rem, 4vw, 3rem); box-shadow: 0 1px 2px rgba(0,0,0,.05); }
.contact-details a { word-break: break-word; }
footer { background: var(--site-surface); padding: 4rem 0 2rem; }
.footer-title { font-family: 'Spectral', serif; font-size: 1.25rem; margin-bottom: 1rem; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: .45rem; }
.legal-main { padding: var(--section-pad) 0; }
.legal-main h2 { margin-top: 2.5rem; }
.legal-main h3 { margin-top: 1.6rem; }
.not-found { min-height: 55vh; display: flex; align-items: center; }
.cookie-banner { position: fixed; z-index: 1050; bottom: 1rem; left: 1rem; right: 1rem; max-width: 760px; padding: 1rem 1.25rem; background: var(--site-surface); border-radius: 10px; box-shadow: 0 4px 18px rgba(19,16,28,.14); }
.cookie-banner p { margin: 0; font-size: var(--type-small); }
.confirmation { display: none; color: var(--site-primary-dark); font-weight: 700; }
.confirmation.is-visible { display: block; }
.map-frame { width: 100%; min-height: 320px; border: 0; border-radius: 8px; }
@media (max-width: 767.98px) { .hero { min-height: auto; padding-top: 4rem; padding-bottom: 4rem; } .navbar-brand span { font-size: 1rem; } }
