:root {
  --site-primary: #993451;
  --site-primary-dark: #640030;
  --site-accent: #008558;
  --site-primary-light: #be6c8b;
  --site-secondary: #8f706b;
  --bs-body-bg: #ffe4ec;
  --bs-body-color: #21020b;
  --bs-body-font-family: 'Schibsted Grotesk', sans-serif;
  --bs-link-color: #993451;
  --bs-link-hover-color: #640030;
  --type-body: 1.125rem;
  --type-small: .95rem;
  --type-eyebrow: .78rem;
  --type-h1: clamp(2.4rem, 5vw, 3.4rem);
  --type-h2: 2.2rem;
  --type-h3: 1.5rem;
  --section-pad: clamp(5rem, 8vw, 7rem);
}
* { border-radius: 0 !important; }
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: 'Schibsted Grotesk', sans-serif; font-weight: 700; letter-spacing: -.035em; }
h1 { font-size: var(--type-h1); line-height: 1.05; }
h2 { font-size: var(--type-h2); line-height: 1.08; }
h3 { font-size: var(--type-h3); line-height: 1.15; }
h1, h2, h3, p { text-wrap: pretty; }
a { color: var(--site-primary); text-underline-offset: .18em; }
a:hover { color: var(--site-primary-dark); }
.btn { border-radius: 0; padding: .75rem 1.1rem; font-weight: 650; box-shadow: none; letter-spacing: .015em; transition: background-color .2s ease, color .2s ease, border-color .2s 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; }
.surface { background: #fff6f8; }
.section-pad { padding-top: var(--section-pad); padding-bottom: var(--section-pad); }
.eyebrow { font-size: var(--type-eyebrow); text-transform: uppercase; letter-spacing: .1em; font-weight: 700; color: var(--site-primary); margin-bottom: 1rem; }
.prose { max-width: 68ch; }
.logo-mark { width: 42px; height: 42px; object-fit: contain; }
.hero-image { width: 100%; height: clamp(260px, 42vw, 560px); object-fit: cover; display: block; }
.hero-max { max-width: 800px; }
.site-nav { background: var(--bs-body-bg); }
.site-nav .navbar-brand { position: absolute; left: 50%; transform: translateX(-50%); top: .8rem; z-index: 2; }
.site-nav .nav-left, .site-nav .nav-right { width: 43%; }
.site-nav .nav-link { color: var(--bs-body-color); font-size: var(--type-small); font-weight: 650; padding-left: 0; padding-right: 1.5rem; }
.site-nav .nav-right .nav-link { padding-right: 0; padding-left: 1.5rem; }
.site-nav .navbar-toggler { border: 1.5px solid var(--site-primary); color: var(--site-primary); }
.site-nav .navbar-toggler:focus { box-shadow: none; }
.service-card { height: 100%; border: 1px solid var(--site-primary-light); background: var(--surface, #fff6f8); padding: 1.5rem; }
.service-card svg, .reason-icon { color: var(--site-primary); width: 28px; height: 28px; margin-bottom: 1.4rem; }
.service-card p, .reason-list p { color: #66494f; font-size: var(--type-small); }
.reason-list { list-style: none; padding: 0; margin: 0; }
.reason-list li { display: flex; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid rgba(153,52,81,.24); }
.reason-list li:last-child { border-bottom: 0; }
.contact-details a { font-variant-numeric: tabular-nums; }
.map-frame { min-height: 380px; width: 100%; border: 0; }
.form-control, .form-select { border: 1.5px solid var(--site-secondary); background: #fff6f8; padding: .8rem .9rem; }
.form-control:focus, .form-select:focus { border-color: var(--site-primary); box-shadow: 0 0 0 2px rgba(153,52,81,.12); }
.form-label { font-size: var(--type-small); font-weight: 650; }
.site-footer { min-height: 280px; background: #640030; color: #ffe4ec; padding: 4.5rem 0; }
.site-footer a { color: #ffe4ec; }
.site-footer a:hover { color: #fff6f8; }
.footer-logo { width: 88px; height: 88px; object-fit: contain; filter: brightness(0) invert(1); }
.footer-muted { color: #f1c4d1; font-size: var(--type-small); }
.legal-content ul { padding-left: 1.25rem; }
.page-intro { padding-top: 5rem; padding-bottom: 3rem; }
.cookie-banner { position: fixed; z-index: 1030; left: 1rem; right: 1rem; bottom: 1rem; background: #fff6f8; border: 1.5px solid var(--site-primary); padding: 1rem 1.25rem; }
.cookie-banner p { font-size: var(--type-small); margin: 0; }
@media (max-width: 991.98px) { .site-nav .navbar-brand { position: static; transform: none; } .site-nav .nav-left, .site-nav .nav-right { width: auto; } .site-nav .nav-right .nav-link, .site-nav .nav-link { padding-left: 0; padding-right: 0; } .site-nav .navbar-collapse { padding-top: 1rem; } }
