:root {
  --ink: #182030;
  --ink-hover: #243448;
  --hero: #0b0f16;
  --black: #000000;
  --paper: #f4f1ea;
  --cream: #f1ebe3;
  --card: #faf8f3;
  --body: #1c2430;
  --muted: #5c6573;
  --line: #d9d4ca;
  --on-dark: #f4f1ea;
  --accent: #182030;
  --accent-dark: #243448;
  --accent-on-dark: #d4b48a;
  --focus: #653920;
  --error: #8b2e2e;
  --ok: #1f4a3a;
  --cluster-property: #5c6a4f;
  --cluster-family: #8a6a52;
  --cluster-debt: #3f5a5e;
  --cluster-criminal: #4a5360;
  --cluster-business: #3a4e63;
  --cluster-admin: #5a5866;
  --cluster-other: #6a645c;
  --font: Cambria, Caladea, Georgia, "Times New Roman", serif;
  --font-ui: "Segoe UI", Calibri, "Noto Sans", sans-serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6.75rem;
  overflow-wrap: break-word;
}

@media (prefers-contrast: more) {
  :root {
    --body: #182030;
    --muted: #2a3340;
    --accent: #182030;
    --line: #8a7d70;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

body {
  margin: 0;
  font-family: var(--font-ui);
  font-size: 18px;
  line-height: 1.65;
  background: var(--paper);
  color: var(--body);
}

h1, h2, h3, h4,
.brand-name,
.hero-kicker,
.hero-close,
.section-kicker,
.footer-name {
  font-family: var(--font);
}

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}
.hero :focus-visible,
.site-footer :focus-visible,
.topbar :focus-visible,
.mobile-bar :focus-visible {
  outline-color: #fff;
}

[data-lang="en"] { display: none !important; }
body.lang-en [data-lang="el"] { display: none !important; }
body.lang-en [data-lang="en"] { display: block !important; }
body.lang-en a > [data-lang="en"],
body.lang-en button > [data-lang="en"],
body.lang-en h1 > [data-lang="en"],
body.lang-en h2 > [data-lang="en"],
body.lang-en h3 > [data-lang="en"],
body.lang-en h4 > [data-lang="en"],
body.lang-en .nav-link > [data-lang="en"],
body.lang-en .dropdown-item > [data-lang="en"],
body.lang-en .dropdown-label > [data-lang="en"],
body.lang-en .dropdown-all > [data-lang="en"],
body.lang-en .nav-more summary > [data-lang="en"],
body.lang-en .btn-cta > [data-lang="en"],
body.lang-en .lang-toggle [data-lang="en"],
body.lang-en .brand-name > [data-lang="en"],
body.lang-en .brand-role > [data-lang="en"],
body.lang-en .crumbs [data-lang="en"],
body.lang-en .also [data-lang="en"],
body.lang-en .svc-aside-kicker > [data-lang="en"],
body.lang-en .reach-label > [data-lang="en"],
body.lang-en .contact-card-label > [data-lang="en"],
body.lang-en .map-find h2 > [data-lang="en"],
body.lang-en .map-address > [data-lang="en"],
body.lang-en .footer-reach a > [data-lang="en"],
body.lang-en .footer-service-list a > [data-lang="en"],
body.lang-en .site-footer a > [data-lang="en"],
body.lang-en .mobile-bar a > [data-lang="en"],
body.lang-en .nav-mobile-label > [data-lang="en"],
body.lang-en .section-kicker > [data-lang="en"],
body.lang-en .topbar-note > [data-lang="en"],
body.lang-en .footer-heading > [data-lang="en"],
body.lang-en .hero-kicker > [data-lang="en"],
body.lang-en .offer-card h3 > [data-lang="en"] {
  display: inline !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 16px;
  z-index: 2400;
  padding: 10px 18px;
  background: var(--ink);
  color: var(--on-dark);
  text-decoration: none;
}
.skip-link:focus { top: 0; color: var(--on-dark); }

a { color: var(--ink); text-underline-offset: 3px; }
a:hover { color: var(--ink-hover); }
a:visited { color: #3d4a5c; }

.container.narrow,
.narrow { max-width: 40rem; }

.prose {
  max-width: 65ch;
  font-size: 18px;
  line-height: 1.65;
}
.prose p { margin: 0 0 1.05rem; }
.prose a { text-decoration: underline; }
.prose h2 {
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--ink);
  margin: 1.9rem 0 0.55rem;
}

.topbar {
  background: var(--ink);
  color: var(--on-dark);
  font-size: 0.92rem;
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 42px;
}
.topbar-note { margin: 0; opacity: 0.85; }
.topbar-reach {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.35rem;
}
.topbar a,
.topbar a:visited {
  color: var(--on-dark);
  text-decoration: none;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}
.topbar a:hover { color: #fff; text-decoration: underline; }
.topbar i { color: var(--accent-on-dark); font-size: 0.85rem; }

.navbar.site-nav {
  background: #fff;
  border-bottom: 1px solid var(--line);
  padding: 0.55rem 0;
  box-shadow: 0 1px 0 rgba(24, 23, 29, 0.04);
}
.navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--ink);
  text-decoration: none;
}
.navbar-brand:hover { color: var(--ink); }
.navbar-brand img {
  height: 48px;
  width: auto;
  display: block;
}
.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.brand-name {
  font-size: 1.15rem;
  color: var(--ink);
}
.brand-role {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  font-family: var(--font-ui);
}
.navbar .nav-link {
  color: var(--ink);
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  padding: 0.55rem 0.8rem;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.show,
.navbar .nav-link.is-active {
  color: var(--accent);
  text-decoration: none;
  box-shadow: inset 0 -2px 0 var(--accent);
}
.navbar-toggler {
  border: 1px solid var(--ink);
  min-width: 44px;
  min-height: 44px;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%2318171d' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.dropdown-services {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 0.85rem 1rem 0.7rem;
}
@media (min-width: 992px) {
  .dropdown-services {
    min-width: 32rem;
    max-width: 36rem;
  }
}
.dropdown-label {
  margin: 0.15rem 0 0.35rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  font-family: var(--font-ui);
}
.dropdown-featured,
.dropdown-rest {
  list-style: none;
  margin: 0 0 0.65rem;
  padding: 0;
}
.dropdown-featured .dropdown-item {
  font-weight: 600;
}
.dropdown-rest {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
@media (min-width: 992px) {
  .dropdown-rest {
    grid-template-columns: 1fr 1fr;
    column-gap: 1.1rem;
  }
}
.dropdown-item {
  color: var(--ink);
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 0.35rem 0.55rem;
  white-space: normal;
  border-left: 3px solid var(--cluster, var(--accent));
  line-height: 1.3;
  font-size: 0.95rem;
}
.dropdown-item:hover,
.dropdown-item:focus {
  background: transparent;
  color: var(--accent);
  text-decoration: underline;
}
.dropdown-all {
  display: block;
  margin: 0;
  padding: 0.65rem 0.55rem 0.2rem;
  border-top: 1px solid var(--line);
  font-size: 0.92rem;
  min-height: 44px;
}
.nav-mobile-label {
  margin: 0.75rem 0 0.35rem;
  font-weight: 600;
  color: var(--ink);
}
.nav-mobile-services .nav-link {
  padding-left: 0.85rem;
  border-left: 3px solid var(--cluster, transparent);
  margin-left: 0.15rem;
}
.nav-more {
  margin: 0.35rem 0 0.15rem;
}
.nav-more summary {
  min-height: 44px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: var(--ink);
  font-weight: 600;
  list-style: none;
}
.nav-more summary::-webkit-details-marker { display: none; }
.nav-more summary::before {
  content: "+";
  display: inline-block;
  width: 1.25rem;
  color: var(--accent);
}
.nav-more[open] summary::before { content: "−"; }
.nav-more .nav-link { padding-left: 1.35rem; }

.cluster-property { --cluster: var(--cluster-property); }
.cluster-family { --cluster: var(--cluster-family); }
.cluster-debt { --cluster: var(--cluster-debt); }
.cluster-criminal { --cluster: var(--cluster-criminal); }
.cluster-business { --cluster: var(--cluster-business); }
.cluster-admin { --cluster: var(--cluster-admin); }
.cluster-other { --cluster: var(--cluster-other); }

.lang-toggle {
  display: inline-flex;
  margin-left: 0.4rem;
}
.lang-toggle button {
  font: inherit;
  font-size: 0.8rem;
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  color: var(--muted);
  min-width: 40px;
  min-height: 44px;
  cursor: pointer;
}
.lang-toggle button[aria-pressed="true"] {
  color: var(--accent);
  border-bottom-color: var(--accent);
}

.hero {
  background-color: var(--hero);
  background-image:
    linear-gradient(165deg, rgba(11, 15, 22, 0.55) 0%, rgba(11, 15, 22, 0.78) 42%, rgba(11, 15, 22, 0.92) 100%),
    url("section-dark.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--on-dark);
  padding: 5.75rem 1.25rem 7.75rem;
  text-align: center;
}
.hero-inner {
  max-width: 38rem;
  margin: 0 auto;
}
.hero-inner > * {
  animation: hero-rise 0.75s ease both;
}
.hero-inner > *:nth-child(1) { animation-delay: 0.04s; }
.hero-inner > *:nth-child(2) { animation-delay: 0.12s; }
.hero-inner > *:nth-child(3) { animation-delay: 0.2s; }
.hero-inner > *:nth-child(4) { animation-delay: 0.28s; }
.hero-inner > *:nth-child(5) { animation-delay: 0.36s; }
.hero-inner > *:nth-child(6) { animation-delay: 0.42s; }
.hero-inner > *:nth-child(7) { animation-delay: 0.48s; }
.hero-inner > *:nth-child(8) { animation-delay: 0.54s; }
@keyframes hero-rise {
  from {
    opacity: 0;
    transform: translateY(0.7rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero h1 {
  font-size: clamp(2.15rem, 5.2vw, 3.15rem);
  font-weight: 400;
  margin: 0 0 1.5rem;
  color: #fff;
  line-height: 1.18;
  letter-spacing: 0.012em;
}
.hero-kicker {
  margin: 0 0 1rem;
  color: var(--accent-on-dark);
  font-size: 1.05rem;
  font-style: italic;
  letter-spacing: 0.02em;
}
.hero-rule {
  width: 2.75rem;
  height: 1px;
  margin: 0 auto 1.5rem;
  background: var(--accent-on-dark);
  opacity: 0.75;
}
.hero-copy {
  margin: 0 auto 1.5rem;
  max-width: 34rem;
  text-align: left;
  color: rgba(247, 244, 239, 0.9);
  font-size: 1.02rem;
  line-height: 1.7;
}
.hero-copy p { margin: 0 0 1.05rem; }
.hero-copy p:last-child { margin-bottom: 0; }
.hero-close {
  margin: 0 auto 0.55rem;
  max-width: 34rem;
  color: var(--accent-on-dark);
  font-size: clamp(1.12rem, 2.4vw, 1.28rem);
  font-style: italic;
  line-height: 1.45;
  letter-spacing: 0.01em;
}
.hero .tagline {
  margin: 0 auto 2rem;
  max-width: 28rem;
  color: rgba(247, 244, 239, 0.78);
  font-size: 1rem;
  line-height: 1.5;
}
.hero .btn-cta,
.hero .btn-cta:visited {
  background: var(--on-dark);
  color: var(--ink);
  border-color: var(--on-dark);
  min-width: 11rem;
  letter-spacing: 0.03em;
}
.hero .btn-cta:hover,
.hero .btn-cta:focus {
  background: #fff;
  color: var(--ink);
  border-color: #fff;
}

.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.6rem 1.4rem;
  background: var(--ink);
  color: var(--on-dark);
  border: 1px solid var(--ink);
  text-decoration: none;
  font: inherit;
  letter-spacing: 0.04em;
}
.btn-cta:visited {
  background: var(--ink);
  color: var(--on-dark);
  border-color: var(--ink);
}
.btn-cta:hover,
.btn-cta:focus {
  background: var(--ink-hover);
  border-color: var(--ink-hover);
  color: var(--on-dark);
  text-decoration: none;
}

.section { padding: 3.25rem 0 3.5rem; }
.section-cream,
.page-subhead {
  background-color: var(--cream);
  background-image: url("section-paper.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-white { background: #fff; }
.section-offers { margin-top: -3.75rem; position: relative; z-index: 2; }

.section-head { text-align: center; margin-bottom: 2rem; }
.section-kicker {
  margin: 0 0 0.35rem;
  color: var(--accent);
  font-style: italic;
  font-size: 1.05rem;
}
.section h2,
.page-subhead h1 {
  color: var(--ink);
  font-weight: 400;
  font-size: clamp(1.7rem, 3vw, 2.15rem);
  margin: 0 0 0.85rem;
}
.section-head h2::after,
.page-subhead h1::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  background: var(--accent);
  margin: 0.7rem auto 0;
}
.page-subhead h1::after { margin-left: 0; }
.intro {
  max-width: 40rem;
  margin: 0 auto;
  color: var(--body);
}

.offer-grid {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .offer-grid { grid-template-columns: repeat(3, 1fr); }
}
.offer-card {
  display: block;
  height: 100%;
  background: var(--card);
  padding: 1.6rem 1.25rem 1.4rem;
  text-align: center;
  text-decoration: none;
  color: inherit;
  border-top: 4px solid var(--cluster, var(--accent));
  box-shadow: 0 8px 24px rgba(24, 23, 29, 0.06);
}
.offer-card:hover,
.offer-card:focus {
  color: inherit;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(24, 23, 29, 0.1);
}
.offer-card:visited {
  color: inherit;
  text-decoration: none;
}
.offer-card i {
  font-size: 1.85rem;
  color: var(--accent);
  margin-bottom: 0.7rem;
  display: inline-block;
}
.offer-card h3 {
  font-size: 1.15rem;
  margin: 0 0 0.45rem;
  color: var(--ink);
  font-weight: 600;
}
.offer-card:hover h3 { color: var(--accent); }
.offer-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
}
.offer-card-sm { padding: 1.2rem 0.9rem 1.1rem; }
.offer-card-sm i { font-size: 1.35rem; }
.offer-grid-rest { margin-bottom: 0; }

.dir-title {
  font-size: 1.05rem;
  font-weight: 400;
  color: var(--ink);
  text-align: center;
  margin: 0.25rem 0 0.85rem;
}
.offer-more { margin-top: 0.35rem; }
.offer-more-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.15rem 1.5rem;
}
@media (min-width: 768px) {
  .offer-more-list { grid-template-columns: repeat(3, 1fr); }
}
.offer-more-list a {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 44px;
  color: var(--ink);
  text-decoration: none;
  padding-left: 0.7rem;
  border-left: 3px solid var(--cluster, var(--accent));
}
.offer-more-list a:visited { color: var(--ink); }
.offer-more-list a:hover,
.offer-more-list a:focus { color: var(--accent); }
.offer-more-list i {
  color: var(--accent);
  width: 1.15rem;
  text-align: center;
  flex-shrink: 0;
}

.about-grid {
  display: grid;
  gap: 2rem;
}
@media (min-width: 900px) {
  .about-grid { grid-template-columns: 1.2fr 0.8fr; align-items: start; }
}
.about-grid .svc-aside { margin: 0; }
.about-panel {
  background: var(--cream);
  padding: 1.75rem 1.5rem;
  border-top: 4px solid var(--accent);
}
.about-panel-name {
  font-family: var(--font);
  font-size: 1.35rem;
  color: var(--ink);
  margin: 0 0 0.6rem;
}
.about-panel p { margin: 0 0 0.85rem; }
.about-panel a { color: var(--accent); }

.page-subhead {
  padding: 2rem 0 1.75rem;
  border-bottom: 4px solid var(--cluster, var(--accent));
}
.page-subhead h1 { margin-bottom: 0; }
.crumbs {
  font-size: 0.95rem;
  color: var(--muted);
  margin: 0 0 0.7rem;
}
.crumbs a { color: var(--accent); }

.page-service {
  padding: 0;
  background-color: var(--cream);
  background-image: url("section-paper.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.page-contact,
.legal-page,
.page-404 { padding: 2.25rem 0 3.75rem; }
.page-contact { padding-bottom: 0; }

.page-subhead-title {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
}
.page-subhead-title h1 { flex: 1; min-width: 0; }
.page-subhead-title .contact-ico {
  margin-top: 0.2rem;
  background: var(--cluster, var(--accent));
}

.svc-layout {
  display: grid;
  gap: 1.5rem;
  padding: 2.25rem 0 3.25rem;
}
@media (min-width: 900px) {
  .svc-layout {
    grid-template-columns: minmax(0, 1.65fr) minmax(16.5rem, 0.9fr);
    gap: 2rem;
    align-items: start;
  }
}

.svc-intro,
.svc-block,
.svc-aside {
  background: var(--card);
  margin: 0 0 1.1rem;
  padding: 1.4rem 1.45rem 1.25rem;
  border-top: 4px solid var(--cluster, var(--accent));
  box-shadow: 0 8px 24px rgba(24, 23, 29, 0.06);
}
.svc-intro p,
.svc-block p {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  line-height: 1.65;
}
.svc-intro p:last-child,
.svc-block p:last-child { margin-bottom: 0; }
.svc-block h2 {
  font-size: 1.28rem;
  font-weight: 600;
  color: var(--ink);
  margin: 0 0 0.55rem;
}
.svc-official-list {
  list-style: none;
  padding: 0;
  margin: 0.35rem 0 0;
}
.svc-official-list li { margin: 0 0 0.55rem; }
.svc-official-list a { text-decoration: underline; }

.svc-aside {
  margin-bottom: 0;
  padding-bottom: 1.55rem;
}
@media (min-width: 900px) {
  .svc-aside {
    position: sticky;
    top: 6.75rem;
  }
}
.svc-aside-kicker {
  margin: 0 0 0.5rem;
  color: var(--accent);
  font-family: var(--font-ui);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.svc-aside-kicker:not(:first-child) { margin-top: 1.35rem; }
.svc-aside-card {
  margin: 0 0 1rem;
  color: var(--body);
  font-size: 1rem;
}
.svc-aside-reach {
  list-style: none;
  padding: 0;
  margin: 0 0 0.15rem;
}
.svc-aside-reach li { margin: 0 0 0.35rem; }
.svc-aside-reach a {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 44px;
  color: var(--ink);
  text-decoration: none;
  word-break: break-word;
}
.svc-aside-reach a:hover,
.svc-aside-reach a:focus { color: var(--accent); }
.svc-related {
  list-style: none;
  padding: 0;
  margin: 0 0 1.35rem;
}
.svc-related li { margin: 0 0 0.45rem; }
.svc-related a { color: var(--accent); }
.svc-aside .btn-cta {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  margin-top: 0.35rem;
  text-align: center;
}

.lede { margin: 0 0 1.75rem; color: var(--muted); max-width: 40rem; }
.also {
  max-width: 65ch;
  margin: 2rem 0 0;
  color: var(--muted);
  font-size: 1rem;
}
.end-cta { margin: 2rem 0 0; }

.contact-cards {
  list-style: none;
  padding: 0;
  margin: 0 0 2.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .contact-cards { grid-template-columns: repeat(3, 1fr); }
}
.contact-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  min-height: 44px;
  padding: 1.15rem 1.1rem 1.2rem;
  background: #fff;
  border-top: 4px solid var(--accent);
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.contact-card:hover,
.contact-card:focus,
.contact-card:visited { color: inherit; text-decoration: none; }
.contact-card-label { color: var(--muted); font-size: 0.85rem; letter-spacing: 0.06em; text-transform: uppercase; }
.contact-card-value { color: var(--ink); font-size: 1.08rem; }
.contact-card:hover .contact-card-value { color: var(--accent); text-decoration: underline; }

.contact-ico {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--on-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1rem;
}
.contact-ico-sm {
  width: 32px;
  height: 32px;
  font-size: 0.8rem;
}
.contact-ico-brand {
  background: #fff;
  border: 1px solid var(--line);
}
.contact-ico-brand img {
  display: block;
  width: 22px;
  height: 22px;
}

.map-stage { margin-top: 0.5rem; }
.map-find {
  background: #fff;
  padding: 1.5rem 1.4rem 1.35rem;
  max-width: 28rem;
  margin-bottom: 1.25rem;
  border-top: 4px solid var(--accent);
}
.map-find h2 {
  font-size: 1.35rem;
  margin: 0 0 1rem;
  color: var(--ink);
}
.map-address {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin: 0 0 0.85rem;
}
.map-bleed {
  position: relative;
  min-height: 420px;
  background-color: var(--cream);
  background-image: url("section-paper.jpg");
  background-size: cover;
  background-position: center;
}
.contact-map {
  height: 420px;
  width: 100%;
  border: 0;
  margin: 0;
}
.map-fallback {
  display: block;
  padding: 0;
  min-height: 0;
  border: 0;
  background: transparent;
}
.map-fallback[hidden],
.contact-map[hidden] { display: none !important; }

.a11y-toolbar {
  position: fixed;
  right: 0.85rem;
  bottom: 1.1rem;
  z-index: 2000;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.control-btn {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  display: grid;
  place-items: center;
}
.control-btn:hover { border-color: var(--accent); color: var(--accent); }

.mobile-bar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2100;
  background: var(--ink);
  color: var(--on-dark);
  border-top: 1px solid #2a2830;
}
.mobile-bar a,
.mobile-bar a:visited {
  flex: 1;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  color: #fff;
  text-decoration: none;
}
.mobile-bar a:hover,
.mobile-bar a:focus { color: #fff; text-decoration: underline; }
.mobile-bar a + a { border-left: 1px solid #2a2830; }

@media (max-width: 767.98px) {
  html { scroll-padding-top: 4.75rem; }
  .mobile-bar { display: flex; }
  body { padding-bottom: 52px; }
  .a11y-toolbar { bottom: 4.1rem; }
  .hero { padding: 3.5rem 1rem 6rem; }
}

.site-footer {
  background-color: var(--hero);
  background-image: url("section-dark.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--on-dark);
  padding: 2.75rem 0 2.5rem;
  font-size: 1rem;
}
.site-footer a,
.site-footer a:visited { color: #fff; }
.site-footer a:hover { color: #fff; }
.footer-heading {
  font-family: var(--font);
  font-weight: 400;
  margin: 0 0 1rem;
  color: #fff;
  font-size: 1.05rem;
}
.footer-service-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 1.5rem;
  row-gap: 0;
}
@media (min-width: 600px) {
  .footer-service-list { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 900px) {
  .footer-service-list { grid-template-columns: 1fr 1fr 1fr; }
}
.footer-service-list a {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 36px;
  font-size: 0.95rem;
  line-height: 1.25;
  color: #fff;
  text-decoration: none;
}
.site-footer .footer-service-list a,
.site-footer .footer-service-list a:visited {
  color: #fff;
}
.footer-service-list a:hover,
.footer-service-list a:focus {
  color: #fff;
  text-decoration: underline;
}
.footer-service-list i {
  color: #fff;
  width: 1.15rem;
  text-align: center;
  flex-shrink: 0;
}
.disclaimer {
  font-size: 0.92rem;
  opacity: 0.88;
  width: 100%;
  max-width: none;
  margin: 2rem 0 0;
  text-align: center;
  color: #fff;
}
.footer-legal {
  font-size: 0.92rem;
  opacity: 0.9;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
  margin-top: 1.15rem;
  padding-top: 0.35rem;
}
.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.1rem;
}
.footer-legal button {
  background: none;
  border: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  min-height: 44px;
}

.td-map-marker {
  width: 14px;
  height: 14px;
  background: var(--accent);
  border: 2px solid var(--on-dark);
  border-radius: 50%;
}
.leaflet-popup-content { font-family: var(--font-ui); font-size: 0.95rem; }

.legal-page table {
  width: 100%;
  font-size: 0.95rem;
  margin: 1rem 0 1.5rem;
  border-collapse: collapse;
}
.legal-page th,
.legal-page td {
  border: 1px solid var(--line);
  padding: 0.55rem 0.7rem;
  vertical-align: top;
}
.legal-page th { background: var(--cream); }

body.high-contrast {
  background: #000 !important;
  color: #fff !important;
}
body.high-contrast .site-nav,
body.high-contrast .hero,
body.high-contrast .section,
body.high-contrast .section-cream,
body.high-contrast .section-white,
body.high-contrast .site-footer,
body.high-contrast .dropdown-services,
body.high-contrast .map-fallback,
body.high-contrast .legal-page,
body.high-contrast .page-contact,
body.high-contrast .page-service,
body.high-contrast .page-subhead,
body.high-contrast .offer-card,
body.high-contrast .about-panel,
body.high-contrast .map-find,
body.high-contrast .map-bleed,
body.high-contrast .contact-card,
body.high-contrast .svc-intro,
body.high-contrast .svc-block,
body.high-contrast .svc-aside,
body.high-contrast .topbar {
  background: #000 !important;
  color: #fff !important;
}
body.high-contrast .site-nav,
body.high-contrast .offer-card,
body.high-contrast .contact-card,
body.high-contrast .mobile-bar,
body.high-contrast .page-subhead { border-color: #fff !important; }
body.high-contrast .offer-more-list a { border-left-color: #fff !important; }
body.high-contrast h1,
body.high-contrast h2,
body.high-contrast h3,
body.high-contrast h4,
body.high-contrast p,
body.high-contrast li,
body.high-contrast .tagline,
body.high-contrast .brand-name,
body.high-contrast .brand-role { color: #fff !important; }
body.high-contrast a:not(.btn-cta) {
  color: #ffff00 !important;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
body.high-contrast .nav-link,
body.high-contrast .dropdown-item,
body.high-contrast .nav-more summary { color: #ffff00 !important; }
body.high-contrast .btn-cta {
  background: #000 !important;
  color: #fff !important;
  border: 2px solid #fff !important;
}
body.high-contrast .control-btn {
  background: #000 !important;
  color: #fff !important;
  border-color: #fff !important;
}
body.high-contrast .offer-card,
body.high-contrast .contact-card,
body.high-contrast .svc-intro,
body.high-contrast .svc-block,
body.high-contrast .svc-aside,
body.high-contrast .map-find { border-top-color: #fff !important; }
body.high-contrast .svc-intro,
body.high-contrast .svc-block,
body.high-contrast .svc-aside {
  border: 1px solid #fff !important;
}
body.high-contrast .contact-ico {
  background: #000 !important;
  color: #fff !important;
  border: 2px solid #fff;
}
body.high-contrast .lang-toggle button { color: #fff; }
body.high-contrast .lang-toggle button[aria-pressed="true"] { border-bottom-color: #ffff00; }
body.high-contrast .mobile-bar { background: #000 !important; }
body.high-contrast .mobile-bar a { color: #ffff00 !important; }
body.high-contrast .skip-link {
  background: #000;
  color: #ffff00;
  border: 2px solid #ffff00;
}
body.high-contrast :focus-visible { outline: 3px solid #fff; }
body.high-contrast .navbar-brand img,
body.high-contrast .footer-logo img,
body.high-contrast .contact-ico-brand img {
  background: #fff;
  padding: 2px;
}
body.high-contrast .section-head h2::after,
body.high-contrast .page-subhead h1::after { background: #fff; }
body.high-contrast .offer-card i { color: #fff !important; }
