
.svc-block ul { margin: 0; padding-left: 1.2rem; display: grid; gap: .65rem; }

/* ---------- Service area ---------- */
.area-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }

/* ---------- Contact form ---------- */
.contact-wrap { max-width: 40rem; }
.contact-wrap h2 { font-size: 1.5rem; }
.field { margin-bottom: 1.1rem; }
.field label { display: block; font-weight: 600; font-size: .85rem; margin-bottom: .45rem; color: var(--ink-700); }
.field input, .field textarea { width: 100%; padding: .9rem 1rem; border: 1px solid var(--line); border-radius: 8px; font: inherit; color: var(--text); background: var(--paper); transition: border-color .25s, box-shadow .25s; }
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--dispatch); box-shadow: 0 0 0 4px rgba(46,125,189,.13); }
.honeypot { position: absolute; left: -9999px; }
.btn--full { width: 100%; justify-content: center; }
.form-status { display: none; margin-top: 1rem; padding: .85rem 1rem; border-radius: 10px; font-size: .92rem; background: rgba(35,95,146,.08); color: var(--dispatch-600); }
.form-status.is-err { display: block; }
.form-note { font-size: .85rem; color: var(--muted); }
.form-note a { color: var(--dispatch); font-weight: 600; }
.form-success { text-align: center; padding: 2.2rem 1rem; animation: successIn .5s var(--ease); }
@keyframes successIn { from { opacity: 0; transform: translateY(14px) scale(.98); } }
.form-success .ok-ic { width: 60px; height: 60px; margin: 0 auto 1.1rem; border-radius: 50%; display: grid; place-items: center; background: var(--dispatch); color: #fff; box-shadow: 0 14px 34px rgba(46,125,189,.35); }
.form-success h3 { font-size: 1.5rem; margin-bottom: .4rem; }
.form-success p { color: var(--muted); max-width: 42ch; margin-inline: auto; }

/* ---------- Legal pages ---------- */
.legal { max-width: 720px; }
.legal h2 { font-size: 1.4rem; margin-top: 2.2rem; }
.legal p, .legal li { color: var(--ink-700); line-height: 1.7; }
.legal ul { padding-left: 1.2rem; }
.legal a { color: var(--dispatch); }
.legal a:hover { text-decoration: underline; }
.legal .updated { color: var(--muted); font-size: .9rem; margin-bottom: 2rem; }

/* ---------- Footer ---------- */
.footer { background: var(--graphite-900); color: rgba(255,255,255,.72); padding: clamp(2.4rem, 5vw, 3.4rem) 0 1.6rem; }
.footer a { color: rgba(255,255,255,.72); transition: color .25s; }
.footer a:hover { color: var(--dispatch); }
.footer__top { padding-bottom: 1.6rem; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer__brand { display: flex; align-items: center; gap: .55rem; color: #fff; margin-bottom: 1rem; }
.footer__brand .brand__word { font-size: 1.3rem; }
.footer__blurb { max-width: 40ch; color: rgba(255,255,255,.6); margin: 0; }
.footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; padding-top: 1.4rem; font-size: .85rem; color: rgba(255,255,255,.5); }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition-duration: .01ms !important; scroll-behavior: auto; }
}

/* ---------- Inline admin editor ---------- */
.ck-e--text, .ck-e--icon { position: relative; }
body.ck-editing .ck-e--text { outline: 1.5px dashed rgba(46,125,189,.55); outline-offset: 3px; border-radius: 4px; cursor: text; transition: outline-color .15s, background .15s; }
body.ck-editing .ck-e--text:hover { outline-color: var(--dispatch); background: rgba(46,125,189,.06); }
body.ck-editing .ck-e--text:focus { outline: 2px solid var(--dispatch); background: rgba(46,125,189,.1); }
body.ck-editing .ck-e--icon { outline: 1.5px dashed rgba(46,125,189,.55); outline-offset: 4px; border-radius: 8px; cursor: pointer; display: inline-flex; }
body.ck-editing .ck-e--icon:hover { outline-color: var(--dispatch); }
.ck-bar { position: fixed; right: 18px; bottom: 18px; z-index: 500; display: flex; align-items: center; gap: .6rem; background: var(--graphite-900); color: #fff; padding: .55rem .6rem .55rem 1rem; border-radius: 999px; box-shadow: var(--shadow-lg); }
.ck-bar__toggle { display: flex; align-items: center; gap: .5rem; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); color: #fff; font: 600 .88rem var(--font-body); padding: .5rem .9rem; border-radius: 999px; cursor: pointer; transition: background .2s, border-color .2s; }
.ck-bar__toggle svg { width: 16px; height: 16px; }
.ck-bar__toggle:hover { border-color: rgba(255,255,255,.4); }
.ck-bar__toggle.is-on { background: var(--dispatch); border-color: var(--dispatch); }
.ck-bar__status { font-size: .8rem; color: rgba(255,255,255,.7); opacity: 0; transition: opacity .2s; white-space: nowrap; }
.ck-bar__status.is-show { opacity: 1; }
.ck-bar__status.is-err { color: #ff9d8a; }
.ck-iconpicker { position: absolute; z-index: 600; display: grid; grid-template-columns: repeat(5, 1fr); gap: .3rem; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: .5rem; box-shadow: var(--shadow-lg); width: 200px; }
.ck-iconpicker[hidden] { display: none; }
.ck-iconpicker__opt { display: grid; place-items: center; width: 34px; height: 34px; border: none; background: transparent; border-radius: 8px; cursor: pointer; color: var(--ink-700); }
.ck-iconpicker__opt svg { width: 18px; height: 18px; }
.ck-iconpicker__opt:hover { background: rgba(46,125,189,.14); color: var(--dispatch); }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .grid--3 { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; }
  .howsteps { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .nav__links { position: fixed; inset: 0; z-index: 105; flex-direction: column; justify-content: center; gap: 1.5rem; height: 100vh; height: 100dvh; overflow-y: auto; padding: 2rem 1.5rem; padding-top: calc(2rem + env(safe-area-inset-top)); padding-bottom: calc(2rem + env(safe-area-inset-bottom)); background: linear-gradient(160deg, var(--graphite-700), var(--graphite-900)); transform: translateX(100%); transition: transform .4s var(--ease); font-size: 1.25rem; }
  body.menu-open .nav__links { transform: translateX(0); }
  .nav__links a { color: #fff !important; font-family: var(--font-display); }
  .nav__links li { white-space: normal; }
  .nav__toggle { display: block; }
}
@media (max-width: 860px) { .area-grid { grid-template-columns: 1fr; } }
@media (max-width: 720px) {
  .grid--3 { grid-template-columns: 1fr; }
  .footer__bottom { flex-direction: column; align-items: flex-start; gap: .5rem; }
}
