:root {
  --site-primary: #243b53;
  --site-primary-dark: #12202b;
  --site-accent: #a37e08;
  --bs-body-bg: #fcfcfc;
  --bs-body-color: #101416;
  --bs-body-font-family: 'Source Sans 3', sans-serif;
  --bs-link-color: #243b53;
  --bs-link-hover-color: #12202b;
  --site-text-secondary: #545f69;
  --site-section-pad: clamp(5rem, 8vw, 7rem);
  --site-h1: clamp(2.4rem, 5vw, 3.4rem);
  --site-h2: 2.2rem;
  --site-h3: 1.5rem;
  --site-body: 1.125rem;
  --site-small: .95rem;
  --site-eyebrow: .78rem;
}
body { background: var(--bs-body-bg); color: var(--bs-body-color); font-family: var(--bs-body-font-family); font-size: var(--site-body); line-height: 1.55; }
h1, h2, h3, h4, h5, h6 { font-family: 'Playfair Display', serif; }
h1 { font-size: var(--site-h1); line-height: 1.08; }
h2 { font-size: var(--site-h2); line-height: 1.15; }
h3 { font-size: var(--site-h3); line-height: 1.2; }
h1, h2, h3, p { text-wrap: pretty; }
a { color: var(--site-primary); transition: color .2s ease; }
a:hover { color: var(--site-primary-dark); }
.utility-bar { background: var(--site-primary); color: #fff; font-size: var(--site-small); letter-spacing: .03em; }
.utility-bar a { color: #fff; text-decoration: none; }
.site-nav { background: var(--bs-body-bg); }
.site-nav .navbar-brand { color: var(--site-primary); font-family: 'Playfair Display', serif; letter-spacing: .02em; }
.site-nav .nav-link { color: var(--bs-body-color); font-size: 1rem; letter-spacing: .04em; }
.site-nav .nav-link:hover, .site-nav .nav-link:focus { color: var(--site-accent); }
.logo-mark { width: 42px; height: 42px; object-fit: contain; }
.btn { border-radius: 8px; padding: .7rem 1.2rem; 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; }
.form-control, .form-select { border-radius: 8px; border-color: #cbd2d8; padding: .75rem .85rem; background-color: #fff; }
.form-control:focus, .form-select:focus { border-color: var(--site-primary); box-shadow: 0 0 0 .2rem rgba(36,59,83,.12); }
.hero { padding: clamp(5rem, 9vw, 8rem) 0 0; }
.hero-copy { max-width: 760px; margin: 0 auto; }
.hero-copy p { max-width: 68ch; margin-left: auto; margin-right: auto; color: var(--site-text-secondary); }
.hero-image { width: 100%; max-height: 510px; object-fit: cover; margin-top: 3.5rem; }
.site-section { padding: var(--site-section-pad) 0; }
.section-index { color: var(--site-accent); font-family: 'Playfair Display', serif; font-size: 3.2rem; line-height: 1; opacity: .55; }
.eyebrow { color: var(--site-accent); font-size: var(--site-eyebrow); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.section-copy { max-width: 68ch; margin-left: auto; margin-right: auto; color: var(--site-text-secondary); }
.service-card { height: 100%; padding: 2rem; border: 0; border-radius: 0; box-shadow: 0 1px 2px rgba(0,0,0,.05); background: #fff; }
.service-icon { color: var(--site-accent); width: 34px; height: 34px; margin-bottom: 1.3rem; }
.service-card p { color: var(--site-text-secondary); font-size: 1rem; }
.section-image { width: 100%; max-height: 430px; object-fit: cover; margin-top: 3rem; }
.contact-number { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 4vw, 2.8rem); font-variant-numeric: tabular-nums; text-decoration: none; }
.contact-detail { color: var(--site-text-secondary); }
.site-footer { padding: 4rem 0 1.5rem; background: var(--site-primary); color: #fff; }
.site-footer a { color: #fff; }
.site-footer .form-control { border: 0; }
.site-footer .footer-muted { color: rgba(255,255,255,.75); }
.footer-links { border-top: 1px solid rgba(255,255,255,.28); margin-top: 3rem; padding-top: 1.2rem; font-size: var(--site-small); }
.footer-links a { text-decoration: none; margin-right: 1.2rem; }
.cookie-banner { position: fixed; z-index: 1050; left: 1rem; right: 1rem; bottom: 1rem; max-width: 720px; padding: 1rem 1.2rem; background: #fff; box-shadow: 0 1px 2px rgba(0,0,0,.12); border: 1px solid #dfe3e6; }
.cookie-banner p { margin-bottom: .75rem; font-size: var(--site-small); }
.page-intro { padding: var(--site-section-pad) 0 2rem; }
.legal-content { max-width: 760px; }
.legal-content h2 { margin-top: 2.6rem; }
.map-frame { border: 0; }
.confirmation { display: none; padding: 1rem; margin-top: 1rem; border-left: 4px solid var(--site-accent); background: #f5f2e8; }
.confirmation.is-visible { display: block; }
@media (max-width: 575.98px) { .utility-bar .container { flex-direction: column; align-items: flex-start !important; gap: .2rem; } .site-nav .navbar-brand span { font-size: .95rem; } .footer-links a { display: inline-block; margin-bottom: .6rem; } }
