:root {
  --site-primary: #2f3e44;
  --site-primary-dark: #0d252d;
  --site-accent: #cd6d00;
  --bs-body-bg: #e7f8fe;
  --bs-body-color: #06181e;
  --bs-body-font-family: 'Barlow', sans-serif;
  --bs-link-color: #2f3e44;
  --bs-link-hover-color: #0d252d;
  --site-surface: #fdfdfd;
  --site-secondary: #496a77;
  --site-text-secondary: #4b626a;
  --type-h1: clamp(2.4rem, 5vw, 3.4rem);
  --type-h2: 2.2rem;
  --type-h3: 1.5rem;
  --type-body: 1.125rem;
  --type-small: .95rem;
  --type-eyebrow: .78rem;
  --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.5; }
h1, h2, h3, h4, h5, h6 { font-family: 'Bebas Neue', serif; letter-spacing: .025em; line-height: 1; }
h1 { font-size: var(--type-h1); }
h2 { font-size: var(--type-h2); }
h3 { font-size: var(--type-h3); }
.btn { border-radius: 8px; padding: .7rem 1.1rem; font-weight: 600; box-shadow: none; letter-spacing: .02em; transition: background-color .2s ease, border-color .2s ease, color .2s ease; border-width: 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; }
.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; }
a { color: var(--site-primary); transition: color .2s ease; }
a:hover { color: var(--site-primary-dark); }
.navbar { background: var(--site-surface); border-bottom: 1px solid var(--site-secondary); }
.navbar-brand { color: var(--bs-body-color); }
.navbar-brand:hover { color: var(--site-primary); }
.logo-mark { width: 42px; height: 42px; object-fit: contain; }
.navbar .nav-link { color: var(--bs-body-color); font-weight: 600; font-size: var(--type-small); }
.navbar .nav-link:hover, .navbar .nav-link:focus { color: var(--site-accent); }
.navbar-toggler { border-radius: 0; border-color: var(--site-primary); }
.hero { padding: clamp(3rem, 6vw, 5rem) 0 var(--section-pad); }
.hero-image { width: 100%; height: 100%; min-height: 360px; object-fit: cover; border: 1px solid var(--site-primary); }
.hero-card { background: var(--site-surface); border: 1px solid var(--site-primary); padding: clamp(2rem, 4vw, 4rem); margin-top: -3rem; position: relative; z-index: 2; }
.eyebrow { color: var(--site-accent); font-size: var(--type-eyebrow); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.section { padding: var(--section-pad) 0; }
.section-rule { width: 60%; margin: 0 auto; border: 0; border-top: 1px solid var(--site-secondary); opacity: 1; }
.marker { border-left: 3px solid var(--site-accent); padding-left: 1.25rem; }
.service-card { height: 100%; background: var(--site-surface); border: 1px solid var(--site-primary); padding: 1.5rem; transition: background-color .2s ease; }
.service-card:hover { background: #f3fcff; }
.service-number { color: var(--site-accent); font-family: 'Bebas Neue', serif; font-size: 2rem; line-height: 1; }
.form-control, .form-select { border-radius: 0; border: 1px solid var(--site-primary); background: var(--site-surface); color: var(--bs-body-color); padding: .75rem .85rem; }
.form-control:focus, .form-select:focus { border-color: var(--site-accent); box-shadow: none; }
.contact-panel { background: var(--site-surface); border: 1px solid var(--site-primary); padding: clamp(1.5rem, 3vw, 3rem); }
.map-frame { aspect-ratio: 16 / 10; border: 1px solid var(--site-primary); }
.map-frame iframe { width: 100%; height: 100%; border: 0; }
.site-footer { background: var(--site-primary-dark); color: #e7f8fe; padding: 4rem 0 2rem; }
.site-footer a { color: #e7f8fe; }
.site-footer a:hover { color: #fff; }
.site-footer h3 { color: #fff; font-size: 1.25rem; }
.site-footer .footer-rule { border-color: #8ca4ad; }
.cookie-banner { position: fixed; z-index: 1050; left: 1rem; right: 1rem; bottom: 1rem; background: var(--site-surface); border: 1px solid var(--site-primary); padding: 1rem; }
.cookie-banner p { margin: 0; font-size: var(--type-small); }
.prose { max-width: 70ch; }
.text-pretty { text-wrap: pretty; }
@media (min-width: 992px) {
  .nav-center { position: absolute; left: 50%; transform: translateX(-50%); }
  .nav-side { width: 42%; }
  .hero-card { margin-left: 7%; margin-right: -7%; }
  .hero-visual { order: 2; }
  .hero-copy { order: 1; }
}
@media (max-width: 991.98px) {
  .nav-center { position: static; transform: none; }
  .navbar-collapse { border-top: 1px solid #c1d5dc; margin-top: .75rem; padding-top: .75rem; }
  .hero-card { margin-top: -2rem; }
}
