:root {
  --site-primary: #007a85;
  --site-primary-dark: #004650;
  --site-accent: #9c464e;
  --site-secondary: #4b8a7b;
  --site-surface: #ecfaff;
  --site-text-secondary: #455a5f;
  --bs-body-bg: #fcfcfc;
  --bs-body-color: #0d1c21;
  --bs-body-font-family: 'Karla', sans-serif;
  --bs-link-color: #007a85;
  --bs-link-hover-color: #004650;
  --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: 'Merriweather', serif; }
h1 { font-size: var(--type-h1); line-height: 1.12; }
h2 { font-size: var(--type-h2); line-height: 1.2; }
h3 { font-size: var(--type-h3); line-height: 1.3; }
h1, h2, h3, p { text-wrap: pretty; }
a { color: var(--site-primary); } a:hover { color: var(--site-primary-dark); }
.navbar { transition: padding .25s ease, box-shadow .25s ease, background-color .25s ease; padding-top: 1.25rem; padding-bottom: 1.25rem; background: #fcfcfc; }
.navbar.navbar-scrolled { padding-top: .55rem; padding-bottom: .55rem; box-shadow: 0 1px 2px rgba(0,0,0,.05); }
.logo-mark { width: 44px; height: 44px; object-fit: contain; transition: width .25s ease, height .25s ease; }
.navbar-scrolled .logo-mark { width: 34px; height: 34px; }
.brand-name { font-family: 'Merriweather', serif; color: var(--bs-body-color); font-size: 1rem; }
.nav-link { font-size: var(--type-small); }
.btn { border-radius: 0; padding: .7rem 1.1rem; font-weight: 700; box-shadow: none; letter-spacing: .02em; transition: background-color .2s ease, color .2s ease, border-color .2s 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: 5px; border-color: #b9c8ca; padding: .72rem .8rem; background-color: #fff; }
.form-control:focus, .form-select:focus { border-color: var(--site-primary); box-shadow: 0 0 0 .2rem rgba(0,122,133,.12); }
.card { border-radius: 10px; box-shadow: 0 1px 2px rgba(0,0,0,.05); border: 1px solid #d9e5e6; background: #fff; }
.site-section { padding: var(--section-pad) 0; position: relative; }
.section-rule { width: 60%; margin: 0 auto; border: 0; border-top: 1px solid var(--site-secondary); opacity: .7; }
.marker { border-left: 2px solid var(--site-primary); padding-left: 1.25rem; }
.eyebrow { color: var(--site-accent); font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 1rem; }
.hero { padding: 4rem 0 5rem; }
.hero-copy { padding: 2rem 0; }
.hero-image { width: 100%; height: 100%; min-height: 420px; object-fit: cover; border-radius: 8px; }
.prose { max-width: 68ch; }
.sidebar-note { border-top: 1px solid var(--site-secondary); padding-top: 1rem; color: var(--site-text-secondary); font-family: 'Merriweather', serif; font-size: 1rem; }
.number { color: var(--site-primary); font-family: 'Merriweather', serif; font-size: 1.4rem; }
.service-card { height: 100%; padding: 1.6rem; }
.service-card p { color: var(--site-text-secondary); font-size: var(--type-small); }
footer { border-top: 1px solid var(--site-secondary); padding: 2rem 0 1rem; font-size: var(--type-small); }
.footer-top { min-height: 88px; }
.footer-name { font-family: 'Merriweather', serif; font-size: 1.05rem; }
.footer-bottom { border-top: 1px solid #d8e2e3; padding-top: 1rem; margin-top: 1rem; text-align: center; color: var(--site-text-secondary); }
.cookie-banner { position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 1050; background: #fff; border: 1px solid #c7d7d8; box-shadow: 0 1px 2px rgba(0,0,0,.05); padding: 1rem 1.25rem; }
.cookie-banner p { margin: 0; font-size: var(--type-small); }
.page-intro { padding: 5rem 0 3rem; }
.legal-copy h2 { margin-top: 2.5rem; }
.legal-copy li { margin-bottom: .5rem; }
@media (max-width: 767.98px) { .hero { padding-top: 2rem; } .hero-image { min-height: 300px; } .footer-top > div { margin-bottom: 1rem; } }
