/* 
 Theme Name:     Divi - Child
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com/
 Template:       Divi
 Version:        1.0.55
 Date:           8/31/2022
 Description:    A Child Theme built using the elegantmarketplace.com Child theme maker. Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 6.0.1
*/ 

/* Appraisals by Kana private preview global visual alignment.
   Keeps content intact while bringing non-home pages in line with the approved home page. */
:root {
  --abk-ink: #17124b;
  --abk-ink-2: #1f1565;
  --abk-muted: #56596a;
  --abk-soft: #f7f4ee;
  --abk-soft-2: #eef1f8;
  --abk-line: rgba(31, 21, 101, 0.12);
  --abk-shadow: 0 24px 60px rgba(26, 21, 80, 0.12);
  --abk-serif: "Playfair Display", Georgia, serif;
  --abk-sans: Arial, Helvetica, sans-serif;
}

@font-face {
  font-family: "ETmodules";
  src: url("/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

html {
  scroll-behavior: smooth;
}

body,
body .et_pb_bg_layout_light .et_pb_post p,
body .et_pb_bg_layout_dark .et_pb_post p {
  color: var(--abk-muted);
  font-family: var(--abk-sans);
  font-size: 16px;
  line-height: 1.58;
  background: #ffffff;
}

body:not(.home) #page-container,
body:not(.home) #main-content {
  background: #ffffff;
}

body:not(.home) {
  overflow-x: hidden;
}

body:not(.home) #main-header {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 28px rgba(23, 18, 75, 0.08);
}

body:not(.home) #main-header .container.et_menu_container {
  width: min(1160px, calc(100% - 44px));
  max-width: none;
  display: grid;
  grid-template-columns: 86px minmax(390px, 1fr) auto;
  align-items: center;
  column-gap: 20px;
}

body:not(.home) #main-header .logo_container {
  grid-column: 1;
  grid-row: 1;
  position: relative !important;
  inset: auto !important;
  width: auto !important;
  height: auto !important;
  margin-top: 0 !important;
  display: flex;
  align-items: center;
  align-self: center;
}

body:not(.home) #main-header #logo {
  width: auto !important;
  height: auto !important;
  max-width: 76px !important;
  max-height: 58px !important;
  object-fit: contain !important;
  transform: none !important;
}

body:not(.home) #et-top-navigation {
  float: none !important;
  display: contents;
  padding-left: 0 !important;
}

body:not(.home) #top-menu-nav {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
  align-self: center;
  margin: 0 !important;
  z-index: 2;
}

body:not(.home) #top-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}

body:not(.home) #top-menu > li {
  display: flex;
  align-items: center;
  padding-right: 18px;
}

body:not(.home) #top-menu > li:last-child {
  padding-right: 0;
}

body:not(.home).et_header_style_left #et-top-navigation,
body:not(.home).et_header_style_split #et-top-navigation {
  padding-top: 0 !important;
}

body:not(.home).et_header_style_left #et-top-navigation nav > ul > li > a,
body:not(.home).et_header_style_split #et-top-navigation nav > ul > li > a,
body:not(.home) #top-menu > li > a {
  display: inline-flex;
  align-items: center;
  height: 68px;
  padding-bottom: 0 !important;
}

body:not(.home) #top-menu a,
body:not(.home) .et-fixed-header #top-menu a {
  color: rgba(59, 59, 59, 0.68) !important;
  font-family: var(--abk-sans);
  font-size: 18px;
  font-weight: 800;
  transition: color 0.18s ease, transform 0.18s ease;
}

body:not(.home) #top-menu a:hover,
body:not(.home) #top-menu li.current-menu-item > a,
body:not(.home) #top-menu li.current_page_item > a,
body:not(.home) #top-menu li.current-menu-ancestor > a {
  color: var(--abk-ink-2) !important;
}

body:not(.home) #top-menu a:hover {
  transform: translateY(-1px);
}

body:not(.home) #top-menu > li.menu-item-has-children {
  position: relative;
}

body:not(.home) #top-menu > li.menu-item-has-children > a:first-child {
  gap: 6px;
  padding-right: 0 !important;
}

body:not(.home) #top-menu > li.menu-item-has-children > a:first-child:after {
  position: static !important;
  display: inline-flex !important;
  margin: 2px 0 0 2px !important;
  line-height: 1 !important;
  transform: none !important;
}

body:not(.home) #top-menu > li.menu-item-has-children > ul.sub-menu {
  top: 68px !important;
  left: 50% !important;
  width: 278px;
  padding: 14px;
  border: 0;
  border-radius: 0 0 18px 18px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(23, 18, 75, 0.14);
  transform: translateX(-50%);
}

body:not(.home) #top-menu > li.menu-item-has-children > ul.sub-menu:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  height: 8px;
}

body:not(.home) #top-menu li li,
body:not(.home) #top-menu li li:last-child {
  display: block;
  width: 100%;
  padding: 0;
}

body:not(.home) #top-menu li li + li {
  margin-top: 4px;
}

body:not(.home) #top-menu li li a {
  width: 100%;
  height: auto !important;
  min-height: 0;
  padding: 11px 12px !important;
  border-radius: 10px;
  color: rgba(59, 59, 59, 0.76) !important;
  font-size: 15px !important;
  font-weight: 850;
  line-height: 1.28 !important;
}

body:not(.home) #top-menu li li a:hover,
body:not(.home) #top-menu li li.current-menu-item > a,
body:not(.home) #top-menu li li.current_page_item > a {
  background: var(--abk-soft-2);
  color: var(--abk-ink-2) !important;
  transform: none;
}

body #top-header.abk-top-header,
body.et_fixed_nav #page-container .et-fixed-header#top-header.abk-top-header,
body:not(.home) #top-header,
body:not(.home).et_fixed_nav #page-container .et-fixed-header#top-header {
  background: var(--abk-ink-2) !important;
}

body #top-header.abk-top-header,
body #top-header.abk-top-header a,
body #top-header.abk-top-header .et-social-icon a:before,
body:not(.home) #top-header,
body:not(.home) #top-header a,
body:not(.home) #top-header .et-social-icon a:before {
  color: #ffffff !important;
  font-family: var(--abk-sans);
  font-weight: 800;
}

body #top-header.abk-top-header {
  border: 0 !important;
  box-shadow: none !important;
  display: block !important;
  min-height: 32px;
  line-height: 1;
  z-index: 100001;
}

body #top-header.abk-top-header .container {
  width: min(1160px, calc(100% - 44px)) !important;
  max-width: none !important;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  padding: 0 !important;
}

body #top-header.abk-top-header #et-info,
body #top-header.abk-top-header #et-secondary-menu {
  float: none !important;
  display: flex !important;
  align-items: center;
  padding: 0 !important;
}

body #top-header.abk-top-header #et-info {
  gap: 0;
}

body #top-header.abk-top-header #et-info a,
body #top-header.abk-top-header #et-secondary-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  font-size: 13px;
  line-height: 1;
  opacity: 0.94;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

body #top-header.abk-top-header #et-info a:hover,
body #top-header.abk-top-header #et-secondary-menu a:hover {
  opacity: 1;
  transform: translateY(-1px);
}

body #top-header.abk-top-header #et-info-email {
  margin: 0 !important;
  padding: 0 !important;
}

body #top-header.abk-top-header .abk-top-email,
body #top-header.abk-top-header #et-info-email {
  font-weight: 400 !important;
}

body #top-header.abk-top-header #et-info-email:before {
  margin-right: 7px;
  top: 0;
}

body #top-header.abk-top-header .et-social-icons {
  display: flex !important;
  align-items: center;
  gap: 10px;
  margin: 0 !important;
  padding: 0 !important;
}

body #top-header.abk-top-header .et-social-icon {
  display: inline-flex !important;
  float: none !important;
  margin: 0 !important;
}

body #top-header.abk-top-header #et-secondary-menu .et-social-icon a.icon {
  display: inline-flex !important;
  position: relative;
  width: 28px !important;
  height: 28px !important;
  min-height: 28px !important;
  padding: 0 !important;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 0 !important;
  line-height: 0 !important;
}

body #top-header.abk-top-header #et-secondary-menu .et-social-icon a.icon:before {
  display: block !important;
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "ETmodules" !important;
  font-size: 13px;
  line-height: 1 !important;
  font-weight: 400 !important;
  transform: translate(-50%, -50%);
}

body #top-header.abk-top-header .et-social-facebook a.icon:before {
  content: "\e093" !important;
}

body #top-header.abk-top-header .et-social-linkedin a.icon:before {
  content: "\e09d" !important;
}

body #top-header.abk-top-header .et-social-icon span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

@media (max-width: 640px) {
  body #top-header.abk-top-header {
    display: block !important;
    min-height: 34px;
  }

  body #top-header.abk-top-header .container {
    width: calc(100% - 24px) !important;
    min-height: 34px;
    gap: 10px;
  }

  body #top-header.abk-top-header #et-info {
    min-width: 0;
    gap: 0;
  }

  body #top-header.abk-top-header .abk-top-email {
    min-width: 0;
    max-width: calc(100vw - 100px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
  }

  body #top-header.abk-top-header .et-social-icons {
    gap: 7px;
  }

  body #top-header.abk-top-header #et-secondary-menu .et-social-icon a.icon {
    width: 26px !important;
    height: 26px !important;
    min-height: 26px !important;
  }
}

body:not(.home) #main-content .et_pb_section:first-child {
  background-color: var(--abk-soft) !important;
  background-image: radial-gradient(circle at 85% 15%, rgba(31, 21, 101, 0.11), transparent 34%), linear-gradient(135deg, var(--abk-soft) 0%, #ffffff 58%, var(--abk-soft-2) 100%) !important;
  padding-top: clamp(44px, 6vw, 84px) !important;
  padding-bottom: clamp(44px, 6vw, 84px) !important;
  overflow: hidden;
}

body:not(.home) #main-content .et_pb_section:first-child .et_pb_row {
  width: min(1160px, calc(100% - 44px)) !important;
  max-width: none !important;
}

body:not(.home) #main-content .et_pb_section:not(:first-child) {
  padding-top: clamp(38px, 5vw, 66px) !important;
  padding-bottom: clamp(42px, 5.4vw, 74px) !important;
}

body:not(.home) .et_pb_row,
body:not(.home) .container {
  width: min(1160px, calc(100% - 44px));
  max-width: none;
}

body:not(.home) h1,
body:not(.home) h2,
body:not(.home) h3,
body:not(.home) h4,
body:not(.home) h5,
body:not(.home) h6,
body:not(.home) .et_pb_module_header {
  color: var(--abk-ink) !important;
  font-family: var(--abk-serif) !important;
  font-weight: 700;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

body:not(.home) #page-container .et_pb_section .et_pb_text h1,
body:not(.home) #page-container .et_pb_section .et_pb_text h2,
body:not(.home) #page-container .et_pb_section .et_pb_text h3,
body:not(.home) #page-container .et_pb_section .et_pb_text h4,
body:not(.home) #page-container .et_pb_section .et_pb_text h5,
body:not(.home) #page-container .et_pb_section .et_pb_text h6,
body:not(.home) #page-container .et_pb_section .et_pb_module_header {
  color: var(--abk-ink) !important;
  font-family: var(--abk-serif) !important;
}

body:not(.home) #page-container #et-boc .et-l .et_pb_section .et_pb_module h1,
body:not(.home) #page-container #et-boc .et-l .et_pb_section .et_pb_module h2,
body:not(.home) #page-container #et-boc .et-l .et_pb_section .et_pb_module h3,
body:not(.home) #page-container #et-boc .et-l .et_pb_section .et_pb_module h4,
body:not(.home) #page-container #et-boc .et-l .et_pb_section .et_pb_module h5,
body:not(.home) #page-container #et-boc .et-l .et_pb_section .et_pb_module h6 {
  color: var(--abk-ink) !important;
  font-family: var(--abk-serif) !important;
}

body:not(.home) h1,
body:not(.home) .et_pb_text h1 {
  font-size: clamp(36px, 4vw, 52px) !important;
  line-height: 1.04 !important;
}

body:not(.home) h2,
body:not(.home) .et_pb_text h2 {
  font-size: clamp(31px, 3.4vw, 46px) !important;
  line-height: 1.08 !important;
}

body:not(.home) h3,
body:not(.home) .et_pb_text h3 {
  font-size: clamp(23px, 2.4vw, 30px) !important;
  line-height: 1.14 !important;
}

body:not(.home) .et_pb_text,
body:not(.home) .et_pb_blurb_description,
body:not(.home) .et_pb_post,
body:not(.home) .entry-content,
body:not(.home) .wpforms-container,
body:not(.home) .et_pb_contact {
  color: var(--abk-muted);
  font-family: var(--abk-sans);
  font-size: 16px;
  line-height: 1.58;
}

body:not(.home) .et_pb_column .et_pb_module,
body:not(.home) .et_pb_column .et_pb_code,
body:not(.home) .et_pb_column .et_pb_code_inner {
  max-width: 100%;
  box-sizing: border-box;
}

body:not(.home) .et_pb_column .et_pb_code {
  width: 100% !important;
}

body:not(.home) .et_pb_text p,
body:not(.home) .et_pb_blurb_description p,
body:not(.home) .entry-content p {
  max-width: 67ch;
  line-height: 1.58;
  text-wrap: pretty;
}

body:not(.home) .et_pb_text_inner > p:first-child strong,
body:not(.home) .et_pb_text_inner > h6:first-child,
body:not(.home) .et_pb_text_inner > h5:first-child {
  color: var(--abk-ink-2) !important;
  font-family: var(--abk-sans) !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  letter-spacing: 0.09em;
  line-height: 1.25;
  text-transform: uppercase;
}

body:not(.home) .et_pb_button,
body:not(.home) .et_pb_button_module_wrapper .et_pb_button,
body:not(.home) #page-container .et_pb_section .et_pb_button,
body:not(.home) .wpforms-submit,
body:not(.home) input[type="submit"],
body:not(.home) button[type="submit"] {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 20px !important;
  border: 1px solid var(--abk-ink-2) !important;
  border-radius: 999px !important;
  background: var(--abk-ink-2) !important;
  box-shadow: 0 14px 28px rgba(31, 21, 101, 0.18);
  color: #ffffff !important;
  font-family: var(--abk-sans) !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  text-transform: none !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
}

body:not(.home) .et_pb_button:hover,
body:not(.home) #page-container .et_pb_section .et_pb_button:hover,
body:not(.home) .wpforms-submit:hover,
body:not(.home) input[type="submit"]:hover,
body:not(.home) button[type="submit"]:hover {
  background: #ffffff !important;
  color: var(--abk-ink-2) !important;
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(31, 21, 101, 0.16);
}

body:not(.home) .et_pb_button:after {
  display: none !important;
}

body:not(.home) .et_pb_blurb,
body:not(.home) .et_pb_pricing_table,
body:not(.home) .et_pb_post,
body:not(.home) .et_pb_column .et_pb_module.et_pb_contact_form_container,
body:not(.home) .wpforms-container,
body:not(.home) .et_pb_module.et_pb_toggle,
body:not(.home) .et_pb_code_inner > .wpforms-container {
  border-radius: 22px;
}

body:not(.home) .et_pb_blurb_content,
body:not(.home) .et_pb_post,
body:not(.home) .et_pb_contact_form_container,
body:not(.home) .wpforms-container {
  border: 1px solid var(--abk-line);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 36px rgba(31, 21, 101, 0.08);
}

body:not(.home) .et_pb_blurb_content {
  padding: 24px;
}

body:not(.home) .et_pb_main_blurb_image {
  margin-bottom: 18px;
}

body:not(.home) .et-pb-icon {
  color: var(--abk-ink-2) !important;
}

body:not(.home) .et_pb_image img {
  border-radius: 24px;
}

body:not(.home) .et_pb_image_wrap {
  overflow: hidden;
}

body:not(.home) .et_pb_contact_field input,
body:not(.home) .et_pb_contact_field textarea,
body:not(.home) .wpforms-field input,
body:not(.home) .wpforms-field textarea,
body:not(.home) .wpforms-field select,
body:not(.home) input[type="text"],
body:not(.home) input[type="email"],
body:not(.home) input[type="tel"],
body:not(.home) textarea,
body:not(.home) select {
  min-height: 46px;
  border: 1px solid var(--abk-line) !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  color: var(--abk-ink);
  font-family: var(--abk-sans);
  font-size: 15px;
  line-height: 1.4;
  padding: 12px 14px !important;
  box-shadow: none !important;
}

body:not(.home) .et_pb_column .wpforms-container,
body:not(.home) .et_pb_column .wpforms-container-full,
body:not(.home) .et_pb_column .wpforms-form,
body:not(.home) .et_pb_column .wpforms-field-container,
body:not(.home) .et_pb_column .wpforms-field,
body:not(.home) .et_pb_column .wpforms-field-row,
body:not(.home) .et_pb_column fieldset {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

body:not(.home) .et_pb_column .wpforms-field-row-block {
  box-sizing: border-box;
}

body:not(.home) .wpforms-container .wpforms-field-row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body:not(.home) .wpforms-container .wpforms-field-row-block:first-child {
  padding-left: 0 !important;
}

body:not(.home) .wpforms-container .wpforms-field-row-block:last-child {
  padding-right: 0 !important;
}

body:not(.home) textarea {
  min-height: 130px;
}

body:not(.home) input:focus,
body:not(.home) textarea:focus,
body:not(.home) select:focus,
body:not(.home) a:focus-visible,
body:not(.home) button:focus-visible,
body:not(.home) .et_pb_button:focus-visible {
  outline: 3px solid rgba(31, 21, 101, 0.22) !important;
  outline-offset: 3px;
}

body:not(.home) .et_pb_bg_layout_dark,
body:not(.home) .et_pb_bg_layout_dark h1,
body:not(.home) .et_pb_bg_layout_dark h2,
body:not(.home) .et_pb_bg_layout_dark h3,
body:not(.home) .et_pb_bg_layout_dark h4,
body:not(.home) .et_pb_bg_layout_dark p {
  color: #ffffff !important;
}

body:not(.home) .et_pb_bg_layout_dark .et_pb_button {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: var(--abk-ink-2) !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

body:not(.home) .et_pb_bg_layout_dark .et_pb_button:hover {
  background: var(--abk-soft) !important;
}

body:not(.home) .et_pb_section[style*="background-color:#181818"],
body:not(.home) .et_pb_section[style*="background-color: #181818"],
body:not(.home) .et_pb_section[style*="background-color:#000"],
body:not(.home) .et_pb_section[style*="background-color: #000"] {
  background-color: var(--abk-ink) !important;
}

body:not(.home) #main-footer {
  display: none !important;
}

body:not(.home) #footer-bottom {
  display: none !important;
}

body:not(.home) .et-l--footer {
  display: none !important;
}

body:not(.home) .abk-header-helper {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin: 0 !important;
  color: var(--abk-ink);
  font-family: var(--abk-sans);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
  z-index: 3;
}

body:not(.home) .abk-header-helper span {
  padding: 9px 11px;
  border-radius: 999px;
  background: var(--abk-soft);
  border: 1px solid rgba(31, 21, 101, 0.10);
}

body:not(.home) .abk-header-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--abk-ink-2);
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(31, 21, 101, 0.12);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

body:not(.home) .abk-header-call:hover {
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 14px 24px rgba(31, 21, 101, 0.15);
}

body:not(.home) .abk-global-footer {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

body:not(.home) .abk-section-inner {
  width: min(1160px, calc(100% - 44px));
  margin: 0 auto;
}

body:not(.home) .abk-contact-section {
  padding: clamp(34px, 5vw, 58px) 0 28px;
  background: var(--abk-ink);
  color: #ffffff;
  font-family: var(--abk-sans);
}

body:not(.home) .abk-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 0.45fr);
  gap: 24px;
  align-items: center;
}

body:not(.home) .abk-kicker {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.09em;
  line-height: 1.25;
  text-transform: uppercase;
}

body:not(.home) .abk-contact-copy h2 {
  margin: 0;
  padding: 0;
  color: #ffffff !important;
  font-family: var(--abk-serif) !important;
  font-size: clamp(34px, 5vw, 54px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.03em;
}

body:not(.home) .abk-contact-copy p {
  margin: 14px 0 0;
  max-width: 700px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.58;
}

body:not(.home) .abk-contact-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

body:not(.home) .abk-contact-actions a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.18s ease, background 0.18s ease;
}

body:not(.home) .abk-contact-actions a:first-child {
  background: #ffffff;
  color: var(--abk-ink) !important;
}

body:not(.home) .abk-contact-actions a:last-child {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.24);
}

body:not(.home) .abk-contact-actions a:hover {
  transform: translateY(-2px);
}

body:not(.home) .abk-contact-card {
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

body:not(.home) .abk-contact-card p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 1.45;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 850;
}

body:not(.home) .abk-contact-card a,
body:not(.home) .abk-contact-card span {
  display: block;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.45;
  margin-top: 8px;
}

body:not(.home) .abk-site-footer {
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  text-align: center;
}

body:not(.home) .abk-footer-social {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 14px;
}

body:not(.home) .abk-footer-social a {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-decoration: none;
}

body:not(.home) .abk-footer-legal {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 1.55;
}

body:not(.home) .abk-footer-legal a {
  color: rgba(255, 255, 255, 0.86) !important;
  text-decoration: none;
}

body:not(.home) .abk-footer-legal a:hover,
body:not(.home) .abk-footer-social a:hover {
  color: #ffffff !important;
  text-decoration: underline;
}

body:not(.home) .et_pb_post {
  padding: 22px;
}

body:not(.home) .et_pb_post .entry-title,
body:not(.home) .et_pb_post h2 {
  font-size: clamp(24px, 2.2vw, 30px) !important;
  line-height: 1.12 !important;
}

body:not(.home) .et_pb_post .post-meta,
body:not(.home) .et_pb_post .post-meta a {
  color: rgba(31, 21, 101, 0.58) !important;
  font-family: var(--abk-sans);
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 1120px) {
  body:not(.home) #main-header .container.et_menu_container {
    grid-template-columns: 80px minmax(0, 1fr);
  }

  body:not(.home) .abk-header-helper span {
    display: none;
  }
}

@media (max-width: 980px) {
  body:not(.home) #main-header .container.et_menu_container {
    width: min(100% - 28px, 520px);
    min-height: 72px;
    display: flex;
    justify-content: space-between;
    column-gap: 0;
  }

  body:not(.home) #main-header .logo_container {
    min-height: 72px;
  }

  body:not(.home) #main-header #logo {
    max-width: 70px !important;
    max-height: 52px !important;
  }

  body:not(.home) #et-top-navigation {
    display: flex;
    flex: 1 1 auto;
    width: auto !important;
    min-height: 72px;
    padding: 0 !important;
    justify-content: flex-end;
    align-items: center;
  }

  body:not(.home) #top-menu-nav {
    display: none !important;
  }

  body:not(.home) .abk-header-helper {
    display: none !important;
  }

  body:not(.home) .mobile_menu_bar {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 72px !important;
    padding-bottom: 0 !important;
  }

  body:not(.home) .mobile_menu_bar:before {
    color: var(--abk-ink-2) !important;
  }

  body:not(.home) .et_mobile_menu {
    border-top-color: var(--abk-ink-2);
    border-radius: 0 0 18px 18px;
    box-shadow: 0 20px 44px rgba(23, 18, 75, 0.16);
  }

  body:not(.home) .et_pb_row,
  body:not(.home) .container,
  body:not(.home) #main-content .et_pb_section:first-child .et_pb_row {
    width: min(100% - 34px, 720px) !important;
  }

  body:not(.home) #main-content .et_pb_section:first-child {
    padding-top: 30px !important;
    padding-bottom: 36px !important;
  }

  body:not(.home) #main-content .et_pb_section:not(:first-child) {
    padding-top: 34px !important;
    padding-bottom: 42px !important;
  }

  body:not(.home) .abk-contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  body:not(.home) h1,
  body:not(.home) .et_pb_text h1 {
    font-size: 36px !important;
    line-height: 1.02 !important;
  }

  body:not(.home) h2,
  body:not(.home) .et_pb_text h2 {
    font-size: 32px !important;
    line-height: 1.05 !important;
  }

  body:not(.home) .et_pb_button,
  body:not(.home) .wpforms-submit,
  body:not(.home) input[type="submit"],
  body:not(.home) button[type="submit"] {
    width: 100%;
  }

  body:not(.home) .et_pb_blurb_content,
  body:not(.home) .et_pb_post,
  body:not(.home) .et_pb_contact_form_container,
  body:not(.home) .wpforms-container {
    border-radius: 20px;
  }

  body:not(.home) .abk-section-inner {
    width: min(100% - 34px, 520px);
  }

  body:not(.home) .abk-contact-actions a {
    width: 100%;
  }

  body:not(.home) .abk-footer-legal {
    flex-direction: column;
    gap: 6px;
  }

  body:not(.home) .abk-footer-legal span:nth-child(3) {
    display: none;
  }
}

body:not(.home) .abk-universal-hero {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: clamp(390px, calc(100vh - 107px), 610px);
  display: flex;
  align-items: center;
  background: radial-gradient(circle at 85% 15%, rgba(31, 21, 101, 0.11), transparent 34%), linear-gradient(135deg, var(--abk-soft) 0%, #ffffff 58%, var(--abk-soft-2) 100%);
  color: var(--abk-ink);
  overflow: hidden;
  padding: 14px 0;
}

body:not(.home) .abk-universal-hero * {
  box-sizing: border-box;
}

body:not(.home) .abk-universal-hero-inner {
  width: min(1160px, calc(100% - 44px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(320px, 0.84fr);
  gap: clamp(16px, 3vw, 34px);
  align-items: center;
}

body:not(.home) .abk-universal-hero-copy {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(31, 21, 101, 0.12);
  border-radius: 24px;
  padding: clamp(24px, 3vw, 34px);
  box-shadow: var(--abk-shadow);
  position: relative;
  z-index: 2;
}

body:not(.home) .abk-universal-hero-copy h1 {
  margin: 0;
  padding: 0;
  color: var(--abk-ink) !important;
  font-family: var(--abk-serif) !important;
  font-size: clamp(34px, 4vw, 48px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.035em;
}

body:not(.home) .abk-universal-hero-copy p {
  margin: 12px 0 0;
  max-width: 620px;
  color: #4b4c59;
  font-family: var(--abk-sans);
  font-size: clamp(15px, 1.25vw, 17px);
  line-height: 1.45;
}

body:not(.home) .abk-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--abk-ink-2);
  font-family: var(--abk-sans);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.09em;
  line-height: 1.25;
  text-transform: uppercase;
}

body:not(.home) .abk-eyebrow:before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}

body:not(.home) .abk-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 22px;
}

body:not(.home) .abk-btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: 999px;
  border: 1px solid rgba(31, 21, 101, 0.18);
  color: var(--abk-ink-2) !important;
  font-family: var(--abk-sans);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
}

body:not(.home) .abk-btn-primary {
  border-color: var(--abk-ink-2);
  background: var(--abk-ink-2);
  color: #ffffff !important;
  box-shadow: 0 18px 34px rgba(31, 21, 101, 0.18);
}

body:not(.home) .abk-btn-secondary {
  background: #ffffff;
}

body:not(.home) .abk-btn:hover {
  transform: translateY(-2px);
}

body:not(.home) .abk-universal-hero-photo-wrap {
  position: relative;
  min-height: 300px;
}

body:not(.home) .abk-universal-hero-photo-card {
  height: clamp(285px, calc(100vh - 250px), 420px);
  min-height: 285px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(31, 21, 101, 0.19);
  border: 7px solid #ffffff;
  background: #dfe4ed;
}

body:not(.home) .abk-universal-hero-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1.01);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

body:not(.home) .abk-trust-card {
  position: absolute;
  left: -18px;
  bottom: 24px;
  width: min(265px, calc(100% - 36px));
  padding: 16px;
  border: 1px solid rgba(31, 21, 101, 0.10);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 44px rgba(31, 21, 101, 0.16);
  color: var(--abk-ink);
  font-family: var(--abk-sans);
  line-height: 1.35;
}

body:not(.home) .abk-trust-card strong,
body:not(.home) .abk-trust-card span {
  display: block;
}

body:not(.home) .abk-trust-card strong {
  color: var(--abk-ink);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.22;
}

body:not(.home) .abk-trust-card span {
  margin-top: 14px;
  color: #56596a;
  font-size: 12px;
  line-height: 1.42;
}

body:not(.home) .abk-source-hero-row-hidden,
body:not(.home) #main-content .et_pb_section.abk-source-hero-empty {
  display: none !important;
}

body:not(.home) #main-content .et_pb_section.abk-source-hero-section {
  display: block;
  min-height: auto;
  background-color: #ffffff !important;
  background-image: none !important;
  padding-top: clamp(44px, 5vw, 70px) !important;
  padding-bottom: clamp(50px, 5.6vw, 82px) !important;
}

body:not(.home) #main-content .et_pb_section.abk-source-hero-section > .et_pb_row:first-child {
  display: none !important;
}

@media (max-width: 980px) {
  body:not(.home) .abk-universal-hero {
    min-height: auto;
    padding: 30px 0 36px;
  }

  body:not(.home) .abk-universal-hero-inner {
    grid-template-columns: 1fr;
    width: min(720px, calc(100% - 34px));
  }

  body:not(.home) .abk-universal-hero-copy {
    padding: 28px;
  }

  body:not(.home) .abk-universal-hero-photo-wrap {
    min-height: 300px;
  }

  body:not(.home) .abk-universal-hero-photo-card {
    height: 330px;
    min-height: 330px;
    transform: none;
  }
}

@media (max-width: 600px) {
  body:not(.home) .abk-universal-hero-inner {
    width: min(100% - 26px, 520px);
  }

  body:not(.home) .abk-universal-hero-copy {
    border-radius: 22px;
    padding: 24px;
  }

  body:not(.home) .abk-universal-hero-copy h1 {
    font-size: 36px !important;
    line-height: 1.02 !important;
  }

  body:not(.home) .abk-universal-hero-copy p {
    font-size: 16px;
  }

  body:not(.home) .abk-hero-actions {
    gap: 14px;
  }

  body:not(.home) .abk-hero-actions .abk-btn {
    width: 100%;
  }

  body:not(.home) .abk-universal-hero-photo-card {
    height: 280px;
    min-height: 280px;
    border-width: 6px;
  }

  body:not(.home) .abk-trust-card {
    left: 12px;
    bottom: 16px;
    width: min(248px, calc(100% - 38px));
    padding: 14px;
  }
}

/* Full-site home-page visual alignment pass. */
body:not(.home) #main-content .et_pb_section:not(.abk-contact-section) {
  background-color: #ffffff !important;
  background-image: none !important;
}

body:not(.home) #main-content .et_pb_section:nth-of-type(odd):not(:first-child):not(.abk-contact-section) {
  background-color: var(--abk-soft) !important;
}

body:not(.home) #main-content .et_pb_section:first-child {
  display: flex;
  align-items: center;
  min-height: clamp(520px, calc(100vh - 107px), 720px);
  background-color: var(--abk-soft) !important;
  background-image: radial-gradient(circle at 85% 15%, rgba(31, 21, 101, 0.11), transparent 34%), linear-gradient(135deg, var(--abk-soft) 0%, #ffffff 58%, var(--abk-soft-2) 100%) !important;
}

body:not(.home) #main-content .et_pb_section:first-child > .et_pb_row:first-child {
  display: grid !important;
  grid-template-columns: minmax(0, 1.16fr) minmax(320px, 0.84fr);
  gap: clamp(16px, 3vw, 34px);
  align-items: center;
  padding: 14px 0 !important;
}

body:not(.home) #main-content .et_pb_section:first-child > .et_pb_row:first-child > .et_pb_column {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

body:not(.home) #main-content .et_pb_section:first-child > .et_pb_row:first-child > .et_pb_column:not(:has(img)) {
  position: relative;
  z-index: 2;
  padding: clamp(24px, 3vw, 34px) !important;
  border: 1px solid rgba(31, 21, 101, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--abk-shadow);
}

body:not(.home) #main-content .et_pb_section:first-child > .et_pb_row:first-child > .et_pb_column:has(img) {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body:not(.home) #main-content .et_pb_section:first-child > .et_pb_row:first-child .et_pb_image,
body:not(.home) #main-content .et_pb_section:first-child > .et_pb_row:first-child .et_pb_image_wrap {
  width: 100%;
}

body:not(.home) #main-content .et_pb_section:first-child > .et_pb_row:first-child img {
  display: block;
  width: 100%;
  max-height: clamp(285px, calc(100vh - 250px), 420px);
  object-fit: cover;
  object-position: center;
  border: 7px solid #ffffff;
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(31, 21, 101, 0.19);
}

body:not(.home) #main-content .et_pb_section:first-child .et_pb_text_inner > p:first-child,
body:not(.home) #main-content .et_pb_section:first-child .et_pb_text_inner > h5:first-child,
body:not(.home) #main-content .et_pb_section:first-child .et_pb_text_inner > h6:first-child {
  color: var(--abk-ink-2) !important;
}

body:not(.home) #main-content .et_pb_section:first-child h1,
body:not(.home) #main-content .et_pb_section:first-child h2 {
  margin: 0;
  padding-bottom: 10px;
  font-size: clamp(34px, 4vw, 48px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.035em;
}

body:not(.home) #main-content .et_pb_section:first-child p {
  color: #4b4c59;
  font-size: clamp(15px, 1.25vw, 17px);
  line-height: 1.45;
}

body:not(.home) #main-content .et_pb_section:not(:first-child):not(.abk-contact-section) {
  padding-top: clamp(44px, 5vw, 70px) !important;
  padding-bottom: clamp(50px, 5.6vw, 82px) !important;
}

body:not(.home) #main-content .et_pb_section:not(:first-child):not(.abk-contact-section) .et_pb_row {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body:not(.home) #main-content .et_pb_section:not(:first-child):not(.abk-contact-section) .et_pb_row + .et_pb_row {
  margin-top: clamp(22px, 3vw, 36px) !important;
}

body:not(.home) #main-content .et_pb_section:not(:first-child):not(.abk-contact-section) .et_pb_text_inner > h1:first-child,
body:not(.home) #main-content .et_pb_section:not(:first-child):not(.abk-contact-section) .et_pb_text_inner > h2:first-child {
  max-width: 780px;
}

body:not(.home) .et_pb_blurb_content,
body:not(.home) .et_pb_pricing_table,
body:not(.home) .et_pb_post,
body:not(.home) .et_pb_contact_form_container,
body:not(.home) .wpforms-container,
body:not(.home) #main-content .et_pb_section:not(:first-child):not(.abk-contact-section) .et_pb_column:has(.et_pb_blurb),
body:not(.home) #main-content .et_pb_section:not(:first-child):not(.abk-contact-section) .et_pb_column:has(.wpforms-container) {
  overflow: hidden;
  border: 1px solid rgba(31, 21, 101, 0.10);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 36px rgba(31, 21, 101, 0.08);
}

body:not(.home) .et_pb_blurb_content,
body:not(.home) .et_pb_pricing_table,
body:not(.home) .et_pb_contact_form_container,
body:not(.home) .wpforms-container {
  padding: 24px;
}

body:not(.home) .et_pb_blurb_content:before,
body:not(.home) .et_pb_pricing_table:before,
body:not(.home) .et_pb_post:before {
  content: "";
  display: block;
  height: 5px;
  margin: -24px -24px 20px;
  background: linear-gradient(90deg, var(--abk-ink-2), #776bb6);
}

body:not(.home) #main-content .et_pb_section:not(.abk-contact-section) .et_pb_bg_layout_dark,
body:not(.home) #main-content .et_pb_section:not(.abk-contact-section) .et_pb_bg_layout_dark h1,
body:not(.home) #main-content .et_pb_section:not(.abk-contact-section) .et_pb_bg_layout_dark h2,
body:not(.home) #main-content .et_pb_section:not(.abk-contact-section) .et_pb_bg_layout_dark h3,
body:not(.home) #main-content .et_pb_section:not(.abk-contact-section) .et_pb_bg_layout_dark p,
body:not(.home) #main-content .et_pb_section:not(.abk-contact-section) .et_pb_bg_layout_dark span,
body:not(.home) #main-content .et_pb_section:not(.abk-contact-section) .et_pb_bg_layout_dark li {
  color: var(--abk-ink) !important;
}

body:not(.home) #main-content .et_pb_section:not(.abk-contact-section) .et_pb_column,
body:not(.home) #main-content .et_pb_section:not(.abk-contact-section) .et_pb_module {
  background-color: transparent;
}

body:not(.home) #main-content .et_pb_section:not(.abk-contact-section) .et_pb_text,
body:not(.home) #main-content .et_pb_section:not(.abk-contact-section) .et_pb_text_inner,
body:not(.home) #main-content .et_pb_section:not(.abk-contact-section) .et_pb_text p,
body:not(.home) #main-content .et_pb_section:not(.abk-contact-section) .et_pb_text span,
body:not(.home) #main-content .et_pb_section:not(.abk-contact-section) .et_pb_text li {
  color: var(--abk-muted) !important;
}

body:not(.home) #main-content .et_pb_section:not(.abk-contact-section) .et_pb_text h1,
body:not(.home) #main-content .et_pb_section:not(.abk-contact-section) .et_pb_text h2,
body:not(.home) #main-content .et_pb_section:not(.abk-contact-section) .et_pb_text h3,
body:not(.home) #main-content .et_pb_section:not(.abk-contact-section) .et_pb_text h4,
body:not(.home) #main-content .et_pb_section:not(.abk-contact-section) .et_pb_text h5,
body:not(.home) #main-content .et_pb_section:not(.abk-contact-section) .et_pb_text h6 {
  color: var(--abk-ink) !important;
}

body:not(.home) .et_pb_image_wrap img {
  border: 7px solid #ffffff;
  border-radius: 24px;
  box-shadow: 0 24px 56px rgba(31, 21, 101, 0.12);
}

body:not(.home) .et_pb_text ul,
body:not(.home) .et_pb_text ol {
  padding-left: 1.2em;
  color: var(--abk-muted);
  line-height: 1.6;
}

body:not(.home) .et_pb_text li + li {
  margin-top: 8px;
}

body:not(.home) .et_pb_blog_grid .et_pb_post,
body:not(.home) .et_pb_posts .et_pb_post {
  border: 1px solid rgba(31, 21, 101, 0.10) !important;
  border-radius: 24px;
}

body:not(.home) .et_pb_blog_grid .et_pb_image_container img,
body:not(.home) .et_pb_posts .entry-featured-image-url img {
  border: 0;
  border-radius: 18px;
  box-shadow: none;
}

@media (max-width: 980px) {
  body:not(.home) #main-content .et_pb_section:first-child {
    min-height: auto;
    padding-top: 30px !important;
    padding-bottom: 36px !important;
  }

  body:not(.home) #main-content .et_pb_section:first-child > .et_pb_row:first-child {
    grid-template-columns: 1fr;
    width: min(720px, calc(100% - 34px)) !important;
  }

  body:not(.home) #main-content .et_pb_section:first-child > .et_pb_row:first-child img {
    max-height: 330px;
  }
}

@media (max-width: 600px) {
  body:not(.home) #main-content .et_pb_section:first-child > .et_pb_row:first-child {
    width: min(100% - 26px, 520px) !important;
  }

  body:not(.home) #main-content .et_pb_section:first-child > .et_pb_row:first-child > .et_pb_column:not(:has(img)) {
    border-radius: 22px;
    padding: 24px !important;
  }

  body:not(.home) #main-content .et_pb_section:first-child > .et_pb_row:first-child img {
    max-height: 280px;
    border-width: 6px;
  }
}

/* Targeted page cleanup after visual QA. */
body:not(.home) #main-content .et_pb_section.abk-legacy-contact-footer {
  display: none !important;
}

body.page-id-123 #main-content .et_pb_section_1 {
  padding-top: clamp(42px, 5vw, 64px) !important;
  padding-bottom: clamp(44px, 5vw, 68px) !important;
  background: #ffffff !important;
}

body.page-id-123 #main-content .et_pb_section_1 .et_pb_row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  padding: 0 !important;
}

body.page-id-123 #main-content .et_pb_section_1 .et_pb_row:before,
body.page-id-123 #main-content .et_pb_section_1 .et_pb_row:after,
body.page-id-123 #main-content .et_pb_section_2 .et_pb_row:before,
body.page-id-123 #main-content .et_pb_section_2 .et_pb_row:after {
  display: none !important;
}

body.page-id-123 #main-content .et_pb_section_1 .et_pb_column {
  width: auto !important;
  margin: 0 !important;
  padding: 26px;
  border: 1px solid rgba(31, 21, 101, 0.10);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 36px rgba(31, 21, 101, 0.07);
  text-align: left;
}

body.page-id-123 #main-content .et_pb_section_1 .et_pb_image,
body.page-id-123 #main-content .et_pb_section_1 .et_pb_main_blurb_image {
  margin: 0 0 18px !important;
  text-align: left;
}

body.page-id-123 #main-content .et_pb_section_1 .et_pb_image_wrap img,
body.page-id-123 #main-content .et_pb_section_1 img {
  width: 44px !important;
  height: 44px !important;
  object-fit: contain;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.page-id-123 #main-content .et_pb_section_1 h1,
body.page-id-123 #main-content .et_pb_section_1 h2,
body.page-id-123 #main-content .et_pb_section_1 h3,
body.page-id-123 #main-content .et_pb_section_1 h4,
body.page-id-123 #main-content .et_pb_section_1 h5,
body.page-id-123 #main-content .et_pb_section_1 h6,
body.page-id-123 #main-content .et_pb_section_1 strong {
  color: var(--abk-ink-2) !important;
  font-family: var(--abk-sans) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.09em;
  line-height: 1.25;
  text-transform: uppercase;
}

body.page-id-123 #main-content .et_pb_section_1 p,
body.page-id-123 #main-content .et_pb_section_1 a,
body.page-id-123 #main-content .et_pb_section_1 span {
  color: var(--abk-muted) !important;
  font-family: var(--abk-sans);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

body.page-id-123 #main-content .et_pb_section_1 a {
  color: var(--abk-ink-2) !important;
  text-decoration: none;
}

body.page-id-123 #main-content .et_pb_section_2 {
  padding-top: clamp(50px, 6vw, 76px) !important;
  padding-bottom: clamp(56px, 6vw, 84px) !important;
  background: var(--abk-soft) !important;
}

body.page-id-123 #main-content .et_pb_section_2 .et_pb_row {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1.22fr);
  gap: 30px;
  align-items: start;
  padding: 0 !important;
}

body.page-id-123 #main-content .et_pb_section_2 .et_pb_column {
  width: auto !important;
  margin: 0 !important;
}

body.page-id-123 #main-content .et_pb_section_2 .et_pb_text {
  padding: 28px;
  border: 1px solid rgba(31, 21, 101, 0.10);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 36px rgba(31, 21, 101, 0.07);
}

body.page-id-123 #main-content .et_pb_section_2 .wpforms-container {
  margin: 0 !important;
  padding: 28px !important;
}

body.page-id-123 #main-content .et_pb_section_2 .wpforms-field-label,
body.page-id-123 #main-content .et_pb_section_2 legend {
  color: var(--abk-ink) !important;
  font-family: var(--abk-sans);
  font-size: 13px !important;
  font-weight: 850 !important;
  letter-spacing: 0;
}

@media (max-width: 980px) {
  body.page-id-123 #main-content .et_pb_section_1 .et_pb_row,
  body.page-id-123 #main-content .et_pb_section_2 .et_pb_row {
    grid-template-columns: 1fr;
  }
}

/* Conversion and service update pass. */
body.home .abk-trust-bullets {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

body.home .abk-trust-bullets li {
  position: relative;
  padding-left: 24px;
  color: var(--abk-ink);
  font-family: var(--abk-sans);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.35;
}

body.home .abk-trust-bullets li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: var(--abk-ink-2);
}

body.home .abk-trust-bullets li:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 0.48em;
  width: 6px;
  height: 3px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}

body.home .abk-old-service-section-hidden {
  display: none !important;
}

.abk-conversion-section {
  padding: clamp(54px, 6vw, 86px) 0;
  background: #ffffff;
}

.abk-conversion-section.abk-soft-section,
.abk-home-conversion-services {
  background: var(--abk-soft);
}

.abk-conversion-section h2 {
  max-width: 860px;
  margin: 0;
  color: var(--abk-ink) !important;
  font-family: var(--abk-serif) !important;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.abk-conversion-section p {
  color: var(--abk-muted);
  font-family: var(--abk-sans);
  font-size: 16px;
  line-height: 1.58;
}

.abk-service-bucket-grid,
.abk-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.abk-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.abk-service-bucket-grid article,
.abk-feature-grid article,
.abk-cost-link-card {
  padding: 26px;
  border: 1px solid rgba(31, 21, 101, 0.10);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 36px rgba(31, 21, 101, 0.08);
}

.abk-service-bucket-grid article span {
  display: block;
  color: var(--abk-ink-2);
  font-family: var(--abk-sans);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.09em;
  line-height: 1;
}

.abk-service-bucket-grid h3,
.abk-feature-grid h3 {
  margin: 14px 0 0;
  color: var(--abk-ink) !important;
  font-family: var(--abk-serif) !important;
  font-size: clamp(24px, 2.2vw, 31px);
  line-height: 1.08;
}

.abk-service-bucket-grid p,
.abk-feature-grid p {
  margin: 14px 0 0;
}

.abk-service-bucket-grid a,
.abk-inline-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--abk-ink-2);
  color: #ffffff !important;
  font-family: var(--abk-sans);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(31, 21, 101, 0.16);
}

.abk-two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: 34px;
  align-items: start;
}

.abk-area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.abk-area-list span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 13px;
  border: 1px solid rgba(31, 21, 101, 0.12);
  border-radius: 999px;
  background: #ffffff;
  color: var(--abk-ink);
  font-family: var(--abk-sans);
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
}

.abk-inline-note {
  max-width: 720px;
  margin-top: 20px;
}

.abk-inline-note a {
  color: var(--abk-ink-2) !important;
  font-weight: 900;
  text-decoration: none;
}

.abk-cost-guide-link {
  margin-top: 14px !important;
}

.abk-cost-guide-link a {
  color: var(--abk-ink-2) !important;
  font-weight: 900;
  text-decoration: none;
}

.abk-cost-link-section {
  background: #ffffff;
}

.abk-cost-link-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px 30px;
  align-items: center;
}

.abk-cost-link-card .abk-kicker,
.abk-cost-link-card h2,
.abk-cost-link-card p {
  grid-column: 1;
}

.abk-cost-link-card .abk-inline-cta {
  grid-column: 2;
  grid-row: 1 / span 3;
  margin-top: 0;
  white-space: nowrap;
}

.abk-virtual-page .abk-universal-hero {
  margin-left: 0;
  margin-right: 0;
}

/* Cost guide page: complete the client-requested conversion content. */
body.abk-virtual-cost .abk-conversion-section {
  padding-top: 58px;
  padding-bottom: 66px;
}

body.abk-virtual-cost .abk-cost-overview {
  display: grid;
  grid-template-columns: minmax(270px, 0.42fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

body.abk-virtual-cost .abk-cost-range-card {
  position: sticky;
  top: 128px;
  display: grid;
  gap: 18px;
  padding: 30px;
  border-radius: 24px;
  background: var(--abk-ink-2);
  color: #ffffff;
  box-shadow: 0 22px 50px rgba(31, 21, 101, 0.16);
}

body.abk-virtual-cost .abk-cost-range-card .abk-kicker,
body.abk-virtual-cost .abk-cost-range-card h2,
body.abk-virtual-cost .abk-cost-range-card p {
  color: #ffffff !important;
}

body.abk-virtual-cost .abk-cost-range-card .abk-kicker {
  margin: 0 !important;
  opacity: 0.82;
}

body.abk-virtual-cost .abk-cost-range-card h2 {
  font-family: var(--abk-sans) !important;
  font-size: 58px;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0;
}

body.abk-virtual-cost .abk-cost-range-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.58;
  opacity: 0.88;
}

body.abk-virtual-cost .abk-cost-factor-panel > .abk-kicker {
  color: var(--abk-ink-2) !important;
}

body.abk-virtual-cost .abk-cost-factor-panel > h2 {
  font-size: 46px;
  letter-spacing: 0;
}

body.abk-virtual-cost .abk-cost-factor-panel .abk-feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

body.abk-virtual-cost .abk-cost-factor-panel .abk-feature-grid article {
  padding: 24px;
}

body.abk-virtual-cost .abk-cost-factor-panel .abk-feature-grid h3 {
  margin-top: 0;
  font-family: var(--abk-sans) !important;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.14;
  letter-spacing: 0;
}

body.abk-virtual-cost .abk-inline-note {
  max-width: 720px;
  margin: 24px 0 0;
  padding: 16px 18px;
  border: 1px solid rgba(31, 21, 101, 0.10);
  border-radius: 18px;
  background: var(--abk-soft);
  color: var(--abk-ink) !important;
  font-weight: 800;
}

body.abk-virtual-cost .abk-inline-note a {
  color: var(--abk-ink-2) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.abk-virtual-cost .abk-cost-warning-section {
  padding-top: 50px;
  padding-bottom: 56px;
  background: var(--abk-soft);
}

body.abk-virtual-cost .abk-cost-warning-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.82fr) auto;
  gap: 24px;
  align-items: center;
  padding: 30px;
  border-radius: 26px;
  background: var(--abk-ink);
  box-shadow: 0 24px 58px rgba(31, 21, 101, 0.18);
}

body.abk-virtual-cost .abk-cost-warning-card .abk-kicker,
body.abk-virtual-cost .abk-cost-warning-card h2,
body.abk-virtual-cost .abk-cost-warning-card li {
  color: #ffffff !important;
}

body.abk-virtual-cost .abk-cost-warning-card .abk-kicker {
  margin: 0 0 8px !important;
  opacity: 0.78;
}

body.abk-virtual-cost .abk-cost-warning-card h2 {
  font-size: 36px;
  line-height: 1.08;
  letter-spacing: 0;
}

body.abk-virtual-cost .abk-cost-warning-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 19px;
}

body.abk-virtual-cost .abk-cost-warning-card li {
  margin: 0;
  font-family: var(--abk-sans);
  font-size: 15px;
  font-weight: 760;
  line-height: 1.42;
  opacity: 0.88;
}

body.abk-virtual-cost .abk-cost-warning-card .abk-btn-primary {
  background: #ffffff;
  color: var(--abk-ink-2) !important;
  white-space: nowrap;
}

body.abk-virtual-cost .abk-soft-section {
  padding-top: 46px;
  padding-bottom: 62px;
  background: #ffffff;
}

body.abk-virtual-cost .abk-soft-section .abk-section-inner {
  display: grid;
  gap: 20px;
}

body.abk-virtual-cost .abk-soft-section .abk-kicker {
  color: var(--abk-ink-2) !important;
}

body.abk-virtual-cost .abk-soft-section h2 {
  max-width: 760px;
  font-size: 40px;
  letter-spacing: 0;
}

@media (max-width: 980px) {
  body.abk-virtual-cost .abk-conversion-section {
    padding-top: 44px;
    padding-bottom: 52px;
  }

  body.abk-virtual-cost .abk-cost-overview,
  body.abk-virtual-cost .abk-cost-warning-card {
    grid-template-columns: minmax(0, 1fr);
  }

  body.abk-virtual-cost .abk-cost-range-card {
    position: static;
  }

  body.abk-virtual-cost .abk-cost-factor-panel > h2 {
    font-size: 36px;
  }

  body.abk-virtual-cost .abk-cost-warning-card .abk-btn-primary {
    width: 100%;
  }
}

@media (max-width: 640px) {
  body.abk-virtual-cost .abk-cost-overview {
    gap: 22px;
  }

  body.abk-virtual-cost .abk-cost-range-card,
  body.abk-virtual-cost .abk-cost-factor-panel .abk-feature-grid article,
  body.abk-virtual-cost .abk-cost-warning-card {
    padding: 22px;
    border-radius: 22px;
  }

  body.abk-virtual-cost .abk-cost-range-card h2 {
    font-size: 46px;
  }

  body.abk-virtual-cost .abk-cost-factor-panel > h2,
  body.abk-virtual-cost .abk-cost-warning-card h2,
  body.abk-virtual-cost .abk-soft-section h2 {
    font-size: 31px;
  }

  body.abk-virtual-cost .abk-cost-factor-panel .abk-feature-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.abk-hidden-form-field {
  display: none !important;
}

body.page-id-123 .wpforms-submit,
body.page-id-123 input[type="submit"] {
  min-width: 150px;
}

.abk-sitemap-added-links {
  width: min(1160px, calc(100% - 44px));
  margin: 18px auto 0;
}

.abk-sitemap-added-links a {
  color: var(--abk-ink-2) !important;
  font-weight: 850;
  text-decoration: none;
}

@media (max-width: 980px) {
  body.home .abk-trust-bullets,
  .abk-service-bucket-grid,
  .abk-feature-grid,
  .abk-two-column,
  .abk-cost-link-card {
    grid-template-columns: 1fr;
  }

  .abk-cost-link-card .abk-inline-cta,
  .abk-cost-link-card .abk-kicker,
  .abk-cost-link-card h2,
  .abk-cost-link-card p {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 600px) {
  .abk-conversion-section {
    padding: 44px 0;
  }

  .abk-service-bucket-grid article,
  .abk-feature-grid article,
  .abk-cost-link-card {
    padding: 22px;
  }

  .abk-inline-cta,
  .abk-service-bucket-grid a {
    width: 100%;
  }
}

/* Interior page modernization pass. */
body.abk-modern-interior #top-menu a,
body.abk-modern-interior .et-fixed-header #top-menu a {
  color: rgba(59, 59, 59, 0.60) !important;
  font-size: 18px;
  font-weight: 600 !important;
}

body.abk-modern-interior #top-menu li.current-menu-item > a,
body.abk-modern-interior #top-menu li.current_page_item > a,
body.abk-modern-interior #top-menu li.current-menu-ancestor > a,
body.abk-modern-interior #top-menu a:hover {
  color: var(--abk-ink-2) !important;
}

body.abk-modern-interior #top-menu li li a {
  font-size: 16px !important;
  font-weight: 700 !important;
}

body.abk-modern-interior .abk-header-helper span {
  background: #faf8f3;
  color: var(--abk-ink);
}

body.abk-modern-interior .abk-header-call {
  min-width: 154px;
}

body.abk-modern-interior #main-content .et_pb_section.abk-source-hero-section,
body.abk-modern-interior #main-content .et_pb_section.abk-source-hero-empty {
  min-height: 0 !important;
  display: block !important;
  align-items: unset !important;
  padding-top: clamp(54px, 6vw, 86px) !important;
  padding-bottom: clamp(58px, 6vw, 92px) !important;
  background-color: #ffffff !important;
  background-image: none !important;
}

body.abk-modern-interior #main-content .et_pb_section.abk-source-hero-section > .et_pb_row:first-child,
body.abk-modern-interior #main-content .et_pb_section.abk-source-hero-empty > .et_pb_row:first-child {
  min-height: 0 !important;
}

body.abk-modern-interior #main-content .et_pb_section.abk-source-hero-section > .et_pb_row:not(.abk-source-hero-row-hidden),
body.abk-modern-interior #main-content .et_pb_section.abk-source-hero-empty > .et_pb_row:not(.abk-source-hero-row-hidden) {
  width: min(1160px, calc(100% - 44px)) !important;
  padding: 0 !important;
}

body.abk-modern-interior .et_pb_section_0_tb_footer {
  display: none !important;
}

body.abk-modern-interior .abk-source-hero-section .et_pb_column_empty,
body.abk-modern-service-page .et_pb_column_empty {
  display: none !important;
}

body.abk-modern-service-page .abk-modern-lead-section .et_pb_row:not(.abk-source-hero-row-hidden),
body.abk-modern-service-page .abk-modern-overview-section .et_pb_row {
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
}

body.abk-modern-service-page .abk-modern-lead-section .et_pb_row:before,
body.abk-modern-service-page .abk-modern-lead-section .et_pb_row:after,
body.abk-modern-service-page .abk-modern-overview-section .et_pb_row:before,
body.abk-modern-service-page .abk-modern-overview-section .et_pb_row:after,
body.abk-modern-service-page .abk-modern-card-section .et_pb_row:before,
body.abk-modern-service-page .abk-modern-card-section .et_pb_row:after,
body.abk-modern-service-page .abk-modern-benefits-section .et_pb_row:before,
body.abk-modern-service-page .abk-modern-benefits-section .et_pb_row:after,
body.abk-modern-service-page .abk-modern-cta-section .et_pb_row:before,
body.abk-modern-service-page .abk-modern-cta-section .et_pb_row:after {
  display: none !important;
}

body.abk-modern-service-page .abk-modern-lead-section .et_pb_column,
body.abk-modern-service-page .abk-modern-overview-section .et_pb_column {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
}

body.abk-modern-service-page .abk-modern-lead-section .et_pb_column:not(.et_pb_column_empty):first-of-type,
body.abk-modern-service-page .abk-modern-overview-section .et_pb_column:not(.et_pb_column_empty):first-of-type {
  padding: 0;
}

body.abk-modern-service-page .abk-modern-lead-section .et_pb_column:not(.et_pb_column_empty):last-of-type,
body.abk-modern-service-page .abk-modern-overview-section .et_pb_column:not(.et_pb_column_empty):last-of-type {
  padding: 28px;
  border: 1px solid rgba(31, 21, 101, 0.10);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 36px rgba(31, 21, 101, 0.08);
}

body.abk-modern-service-page .abk-modern-lead-section h2,
body.abk-modern-service-page .abk-modern-overview-section h2 {
  max-width: 720px;
}

body.abk-modern-service-page .abk-modern-card-section {
  counter-reset: abk-service-card;
  background: var(--abk-soft) !important;
}

body.abk-modern-service-page .abk-modern-card-section .et_pb_row {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  width: min(1160px, calc(100% - 44px)) !important;
  padding: 0 !important;
  margin-top: 22px !important;
}

body.abk-modern-service-page .abk-modern-card-section .et_pb_row:first-child {
  margin-top: 0 !important;
}

body.abk-modern-service-page .abk-hidden-legacy-row,
body.abk-modern-service-page .abk-utility-label-column,
body.abk-modern-service-page .abk-button-only-column {
  display: none !important;
}

body.abk-modern-service-page .abk-modern-card-section .et_pb_column {
  position: relative;
  counter-increment: abk-service-card;
  width: auto !important;
  min-height: 230px;
  margin: 0 !important;
  float: none !important;
  padding: 30px !important;
  border: 1px solid rgba(31, 21, 101, 0.10);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 16px 36px rgba(31, 21, 101, 0.08);
}

body.abk-modern-service-page .abk-modern-card-section .et_pb_column:before {
  content: counter(abk-service-card, decimal-leading-zero);
  display: block;
  margin-bottom: 20px;
  color: rgba(31, 21, 101, 0.46);
  font-family: var(--abk-sans);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

body.abk-modern-service-page .abk-modern-card-section .et_pb_column:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  border-radius: 24px 24px 0 0;
  background: linear-gradient(90deg, var(--abk-ink-2), #7566b0);
}

body.abk-modern-service-page .abk-modern-card-section .et_pb_image {
  display: none !important;
}

body.abk-modern-service-page .abk-modern-card-section h3,
body.abk-modern-service-page .abk-modern-card-section h4,
body.abk-modern-service-page .abk-modern-card-section h5,
body.abk-modern-service-page .abk-modern-card-section strong {
  color: var(--abk-ink) !important;
  font-family: var(--abk-serif) !important;
  font-size: clamp(24px, 2.4vw, 32px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.02em;
  text-transform: none !important;
}

body.abk-modern-service-page .abk-modern-card-section p {
  max-width: 56ch;
}

body.abk-modern-service-page .abk-modern-benefits-section {
  background: #ffffff !important;
}

body.abk-modern-service-page .abk-modern-benefits-section .et_pb_row {
  display: grid !important;
  grid-template-columns: minmax(0, 0.75fr) minmax(320px, 1fr);
  gap: 34px;
  align-items: start;
}

body.abk-modern-service-page .abk-modern-benefits-section .et_pb_column {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
}

body.abk-modern-service-page .abk-modern-benefits-section .et_pb_column:last-child {
  padding: 30px;
  border: 1px solid rgba(31, 21, 101, 0.10);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(31, 21, 101, 0.08);
}

body.abk-modern-service-page .abk-modern-benefits-section ul {
  margin: 0;
  padding-left: 1.1em;
}

body.abk-modern-service-page .abk-modern-benefits-section li + li {
  margin-top: 10px;
}

body.abk-modern-service-page .abk-modern-cta-section {
  display: none !important;
  background: #ffffff !important;
}

body.abk-modern-service-page .abk-modern-cta-section .et_pb_row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: clamp(30px, 4vw, 44px) !important;
  border-radius: 28px;
  background: var(--abk-ink);
  color: #ffffff;
  box-shadow: 0 22px 52px rgba(31, 21, 101, 0.16);
}

body.abk-modern-service-page .abk-modern-cta-section .et_pb_column {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
}

body.abk-modern-service-page .abk-modern-cta-section h2,
body.abk-modern-service-page .abk-modern-cta-section h3,
body.abk-modern-service-page .abk-modern-cta-section h4,
body.abk-modern-service-page .abk-modern-cta-section p,
body.abk-modern-service-page .abk-modern-cta-section span,
body.abk-modern-service-page .abk-modern-cta-section strong,
body.abk-modern-service-page .abk-modern-cta-section .et_pb_text,
body.abk-modern-service-page .abk-modern-cta-section .et_pb_text_inner,
body.abk-modern-service-page .abk-modern-cta-section .et_pb_text_inner * {
  color: #ffffff !important;
}

body.abk-modern-service-page .abk-modern-cta-section .et_pb_button {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: var(--abk-ink) !important;
}

body.abk-modern-about-page .abk-modern-story-section {
  background: var(--abk-soft) !important;
}

body.abk-modern-about-page .abk-modern-story-section .et_pb_row:not(.abk-source-hero-row-hidden) {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: start;
}

body.abk-modern-about-page .abk-modern-story-section .et_pb_row:before,
body.abk-modern-about-page .abk-modern-story-section .et_pb_row:after {
  display: none !important;
}

body.abk-modern-about-page .abk-modern-story-section .et_pb_column,
body.abk-modern-about-page .abk-about-proof-card,
body.abk-modern-about-page .abk-about-glance-card {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
  padding: 30px !important;
  border: 1px solid rgba(31, 21, 101, 0.10);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 16px 36px rgba(31, 21, 101, 0.08);
}

body.abk-modern-about-page .abk-about-sidebar {
  display: grid;
  gap: 18px;
  align-self: start;
}

body.abk-modern-about-page .abk-about-service-card h2 {
  max-width: 620px;
  margin: 0 0 14px;
  padding: 0;
  color: var(--abk-ink);
  font-family: var(--abk-serif);
  font-size: clamp(34px, 3.2vw, 48px) !important;
  font-weight: 500 !important;
  line-height: 1.02 !important;
  text-wrap: balance;
}

body.abk-modern-about-page .abk-about-service-intro {
  max-width: 620px;
  margin: 0 0 24px !important;
  color: var(--abk-muted);
  font-family: var(--abk-sans) !important;
  font-size: 16px;
  font-weight: 500 !important;
  line-height: 1.55;
}

body.abk-modern-about-page .abk-about-service-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(31, 21, 101, 0.11);
}

body.abk-modern-about-page .abk-about-service-list section {
  padding: 20px 0;
  border-bottom: 1px solid rgba(31, 21, 101, 0.11);
}

body.abk-modern-about-page .abk-about-service-list h3 {
  margin: 0 0 7px;
  padding: 0;
  color: var(--abk-ink);
  font-family: var(--abk-sans) !important;
  font-size: 17px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
}

body.abk-modern-about-page .abk-about-service-list p {
  margin: 0 !important;
  color: var(--abk-muted);
  font-family: var(--abk-sans) !important;
  font-size: 15px;
  font-weight: 500 !important;
  line-height: 1.5;
}

body.abk-modern-about-page .abk-about-service-note {
  display: grid;
  gap: 6px;
  margin-top: 24px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(247, 244, 238, 0.92);
}

body.abk-modern-about-page .abk-about-service-note strong {
  color: var(--abk-ink);
  font-family: var(--abk-sans) !important;
  font-size: 15px;
  font-weight: 850 !important;
  line-height: 1.2;
}

body.abk-modern-about-page .abk-about-service-note p {
  margin: 0 !important;
  color: var(--abk-muted);
  font-family: var(--abk-sans) !important;
  font-size: 15px;
  font-weight: 500 !important;
  line-height: 1.5;
}

body.abk-modern-about-page .abk-about-service-button {
  margin-top: 26px;
}

body.abk-modern-about-page .abk-about-proof-card h3 {
  margin: 0;
  padding: 0;
  font-size: clamp(26px, 2.6vw, 36px) !important;
  line-height: 1.08 !important;
}

body.abk-modern-about-page .abk-about-proof-card ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

body.abk-modern-about-page .abk-about-proof-card li {
  position: relative;
  padding-left: 24px;
  color: var(--abk-muted);
  font-family: var(--abk-sans);
  font-size: 15px;
  line-height: 1.45;
}

body.abk-modern-about-page .abk-about-proof-card li + li {
  margin-top: 10px;
}

body.abk-modern-about-page .abk-about-proof-card li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 12px;
  height: 7px;
  border-left: 2px solid var(--abk-ink-2);
  border-bottom: 2px solid var(--abk-ink-2);
  transform: rotate(-45deg);
}

body.abk-modern-about-page .abk-about-glance-card ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.abk-modern-about-page .abk-about-glance-card li {
  display: grid;
  gap: 4px;
  padding-top: 14px;
  border-top: 1px solid rgba(31, 21, 101, 0.11);
}

body.abk-modern-about-page .abk-about-glance-card li:first-child {
  padding-top: 0;
  border-top: 0;
}

body.abk-modern-about-page .abk-about-glance-card strong {
  color: var(--abk-ink);
  font-family: var(--abk-sans) !important;
  font-size: 14px;
  font-weight: 850 !important;
  line-height: 1.25;
}

body.abk-modern-about-page .abk-about-glance-card span {
  color: var(--abk-muted);
  font-family: var(--abk-sans) !important;
  font-size: 14px;
  font-weight: 500 !important;
  line-height: 1.45;
}

body.abk-modern-about-page .abk-about-glance-button {
  width: 100%;
  margin-top: 22px;
  text-align: center;
}

body.abk-modern-interior .abk-card-kicker {
  margin: 0 0 12px;
  color: var(--abk-ink-2);
  font-family: var(--abk-sans);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.09em;
  line-height: 1.25;
  text-transform: uppercase;
}

body.abk-modern-contact-page .abk-modern-contact-cards {
  background: #ffffff !important;
}

body.abk-modern-contact-page .abk-modern-contact-cards .et_pb_row {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

body.abk-modern-contact-page .abk-modern-contact-cards .et_pb_row:before,
body.abk-modern-contact-page .abk-modern-contact-cards .et_pb_row:after,
body.abk-modern-contact-page .abk-modern-contact-form-section .et_pb_row:before,
body.abk-modern-contact-page .abk-modern-contact-form-section .et_pb_row:after {
  display: none !important;
}

body.abk-modern-contact-page .abk-modern-contact-cards .et_pb_column {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
  min-height: 170px;
  padding: 28px !important;
  border: 1px solid rgba(31, 21, 101, 0.10);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(31, 21, 101, 0.08);
  text-align: left;
}

body.abk-modern-contact-page .abk-modern-contact-cards .et_pb_image {
  display: none !important;
}

body.abk-modern-contact-page .abk-modern-contact-cards h3,
body.abk-modern-contact-page .abk-modern-contact-cards h4,
body.abk-modern-contact-page .abk-modern-contact-cards h5,
body.abk-modern-contact-page .abk-modern-contact-cards strong {
  color: var(--abk-ink-2) !important;
  font-family: var(--abk-sans) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

body.abk-modern-contact-page .abk-modern-contact-cards p,
body.abk-modern-contact-page .abk-modern-contact-cards a,
body.abk-modern-contact-page .abk-modern-contact-cards span {
  color: var(--abk-ink) !important;
  font-family: var(--abk-sans);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.45;
  text-decoration: none;
}

body.abk-modern-contact-page .abk-modern-contact-form-section {
  position: relative !important;
  isolation: isolate;
  display: block !important;
  background: var(--abk-soft) !important;
  background-image: none !important;
  border-left: 0 !important;
  overflow: hidden !important;
  padding: clamp(56px, 6vw, 82px) 0 clamp(64px, 7vw, 94px) !important;
}

body.page-id-123.abk-modern-contact-page #main-content .abk-modern-contact-form-section {
  position: relative !important;
  isolation: isolate;
  display: block !important;
  background: var(--abk-soft) !important;
  background-image: none !important;
  overflow: hidden !important;
}

body.page-id-123.abk-modern-contact-page #main-content .abk-modern-contact-form-section:before {
  content: "";
  position: absolute;
  inset: 0;
  display: block !important;
  background: var(--abk-soft);
  z-index: 0;
  pointer-events: none;
}

body.abk-modern-contact-page .abk-modern-contact-form-section .et_pb_row {
  position: relative !important;
  z-index: 1;
  display: grid !important;
  grid-template-columns: minmax(0, 720px);
  gap: 30px;
  align-items: start;
  justify-content: center;
  border-left: 0 !important;
  background-image: none !important;
  box-shadow: none !important;
}

body.page-id-123.abk-modern-contact-page #main-content .abk-modern-contact-form-section .et_pb_row {
  width: min(720px, calc(100% - 44px)) !important;
  max-width: 720px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  justify-content: center !important;
  box-shadow: none !important;
}

body.abk-modern-contact-page .abk-modern-contact-form-section .et_pb_column {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
}

body.page-id-123.abk-modern-contact-page #main-content .abk-modern-contact-form-section .et_pb_column_6 {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  position: relative !important;
  z-index: 2;
}

body.page-id-123.abk-modern-contact-page #main-content .abk-modern-contact-form-section .et_pb_code,
body.page-id-123.abk-modern-contact-page #main-content .abk-modern-contact-form-section .et_pb_code_inner,
body.page-id-123.abk-modern-contact-page #main-content .abk-modern-contact-form-section #wpforms-354.wpforms-container.wpforms-container-full.wpforms-render-modern,
body.page-id-123.abk-modern-contact-page #main-content .abk-modern-contact-form-section #wpforms-form-354 {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.page-id-123.abk-modern-contact-page #main-content .abk-modern-contact-form-section #wpforms-354.wpforms-container.wpforms-container-full.wpforms-render-modern {
  padding: 0 !important;
}

body.abk-modern-contact-page .abk-modern-contact-form-section .et_pb_column:first-child {
  display: none !important;
}

body.abk-modern-contact-page .abk-modern-contact-form-section .et_pb_column:first-child,
body.abk-modern-contact-page .abk-modern-contact-form-section .et_pb_column:last-child {
  padding: 30px !important;
  border: 1px solid rgba(31, 21, 101, 0.10);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.95);
  background-image: none !important;
  box-shadow: 0 16px 36px rgba(31, 21, 101, 0.08);
}

body.abk-modern-contact-page .abk-modern-contact-form-section .et_pb_column:before,
body.abk-modern-contact-page .abk-modern-contact-form-section .et_pb_column:after,
body.abk-modern-contact-page .abk-modern-contact-form-section .et_pb_module:before,
body.abk-modern-contact-page .abk-modern-contact-form-section .et_pb_module:after {
  display: none !important;
}

body.abk-modern-contact-page .abk-modern-contact-form-section .et_pb_image {
  display: none !important;
}

body.abk-modern-contact-page .abk-hidden-map-section {
  display: none !important;
}

body.abk-modern-contact-page .wpforms-container,
body.abk-modern-contact-page .wpforms-form {
  margin: 0 !important;
}

body.abk-modern-contact-page .wpforms-container.wpforms-render-modern,
body.abk-modern-contact-page div.wpforms-container-full {
  padding: 0 !important;
}

body.abk-modern-contact-page .wpforms-field,
body.abk-modern-contact-page .wpforms-form .wpforms-field.wpforms-one-half,
body.abk-modern-contact-page .wpforms-form .wpforms-field.wpforms-first,
body.abk-modern-contact-page .wpforms-submit-container {
  clear: both !important;
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.abk-modern-contact-page .wpforms-field {
  padding: 10px 0 !important;
}

body.abk-modern-contact-page .wpforms-field input,
body.abk-modern-contact-page .wpforms-field select,
body.abk-modern-contact-page .wpforms-field textarea,
body.abk-modern-contact-page .wpforms-field .iti {
  width: 100% !important;
  max-width: none !important;
}

body.abk-modern-contact-page .wpforms-field select {
  height: 48px !important;
  min-height: 48px !important;
  line-height: 1.2 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.abk-modern-contact-page .abk-contact-details-field textarea {
  min-height: 128px !important;
  resize: vertical;
}

body.abk-modern-contact-page .wpforms-field-sublabel,
body.abk-modern-contact-page .wpforms-field-name .wpforms-field-sublabel,
body.abk-modern-contact-page .wpforms-field-address .wpforms-field-sublabel {
  display: none !important;
}

body.abk-modern-contact-page .wpforms-field-name .wpforms-field-row,
body.abk-modern-contact-page .wpforms-field-name .wpforms-field-row-block,
body.abk-modern-contact-page .wpforms-field-address .wpforms-field-row,
body.abk-modern-contact-page .wpforms-field-address .wpforms-field-row-block:first-child {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.abk-modern-contact-page .wpforms-field-address .wpforms-field-row-block:first-child input {
  width: 100% !important;
}

body.abk-modern-contact-page .wpforms-field-address .wpforms-field-row:not(:first-of-type),
body.abk-modern-contact-page .wpforms-field-address .wpforms-field-row-block:not(:first-child) {
  display: none !important;
}

body.abk-modern-contact-page .wpforms-field-name .wpforms-field-row-block:has(input[name*="[last]"]),
body.abk-modern-contact-page .wpforms-field-address .wpforms-field-row-block:has(input[name*="[address2]"]),
body.abk-modern-contact-page .wpforms-field-address .wpforms-field-row-block:has(input[name*="[city]"]),
body.abk-modern-contact-page .wpforms-field-address .wpforms-field-row-block:has(select[name*="[state]"]),
body.abk-modern-contact-page .wpforms-field-address .wpforms-field-row-block:has(input[name*="[postal]"]),
body.abk-modern-contact-page input[name*="[last]"],
body.abk-modern-contact-page input[name*="[address2]"],
body.abk-modern-contact-page input[name*="[city]"],
body.abk-modern-contact-page select[name*="[state]"],
body.abk-modern-contact-page input[name*="[postal]"] {
  display: none !important;
}

body.abk-modern-contact-page .wpforms-field input[type="tel"] {
  padding-left: 48px !important;
}

body.abk-modern-contact-page .iti,
body.abk-modern-contact-page .wpforms-field-phone {
  width: 100% !important;
}

@media (max-width: 600px) {
  body.abk-modern-contact-page .wpforms-submit,
  body.abk-modern-contact-page button.wpforms-submit {
    width: 100% !important;
  }
}

.abk-interior-local-strip {
  padding: clamp(52px, 6vw, 82px) 0;
  background: var(--abk-soft);
}

.abk-interior-local-strip .abk-section-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: 34px;
  align-items: end;
}

.abk-interior-local-strip .abk-kicker {
  margin: 0 0 12px;
  color: var(--abk-ink-2);
}

.abk-interior-local-strip h2 {
  margin: 0;
  padding: 0;
  color: var(--abk-ink) !important;
  font-family: var(--abk-serif) !important;
  font-size: clamp(32px, 4vw, 50px) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.03em;
}

.abk-interior-local-strip p:not(.abk-kicker) {
  max-width: 680px;
  margin: 14px 0 0;
  color: var(--abk-muted);
  font-family: var(--abk-sans);
  font-size: 16px;
  line-height: 1.58;
}

.abk-interior-local-strip .abk-area-list {
  margin-top: 0;
  justify-content: flex-start;
}

body.abk-modern-blog-page .et_pb_blog_grid .et_pb_post,
body.abk-modern-blog-page .et_pb_posts .et_pb_post {
  padding: 26px !important;
}

/* Single blog posts: shared article template for existing and future posts. */
body.abk-modern-single-post #main-content {
  background: #ffffff;
}

body.abk-modern-single-post #main-content > article.et_pb_post {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

body.abk-modern-single-post #main-content .entry-content {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

body.abk-modern-single-post #main-content .abk-source-hero-section {
  min-height: 0 !important;
  padding-top: clamp(24px, 2.8vw, 36px) !important;
  padding-bottom: clamp(24px, 2.8vw, 36px) !important;
  background: var(--abk-soft) !important;
}

body.abk-modern-single-post #main-content .abk-source-hero-section .et_pb_row:not(.abk-source-hero-row-hidden) {
  width: min(920px, calc(100% - 44px)) !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body.abk-modern-single-post #main-content .abk-single-meta-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border: 1px solid rgba(31, 21, 101, 0.10);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
}

body.abk-modern-single-post #main-content .abk-single-meta-panel .abk-kicker {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--abk-ink-2) !important;
}

body.abk-modern-single-post #main-content .abk-single-meta-panel div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: #676879;
  font-family: var(--abk-sans);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

body.abk-modern-single-post #main-content .abk-single-meta-panel span,
body.abk-modern-single-post #main-content .abk-single-meta-panel a {
  color: inherit !important;
  font-family: var(--abk-sans) !important;
  font-weight: 800 !important;
}

body.abk-modern-single-post #main-content .abk-single-meta-panel span + span:before,
body.abk-modern-single-post #main-content .abk-single-meta-panel a:before {
  content: "/";
  margin-right: 10px;
  color: rgba(31, 21, 101, 0.30);
}

body.abk-modern-single-post #main-content .abk-single-article-section {
  padding-top: clamp(46px, 5vw, 72px) !important;
  padding-bottom: clamp(54px, 5.6vw, 82px) !important;
  background-color: #ffffff !important;
  background-image: linear-gradient(rgba(31, 21, 101, 0.025) 1px, transparent 1px), linear-gradient(60deg, rgba(31, 21, 101, 0.018) 25%, transparent 25%) !important;
  background-size: 100% 64px, 34px 58px !important;
}

body.abk-modern-single-post #main-content .abk-single-article-section .et_pb_row,
body.abk-modern-single-post #main-content .abk-single-takeaway,
body.abk-modern-single-post #main-content .abk-single-related-services {
  width: min(920px, calc(100% - 44px)) !important;
  max-width: none !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

body.abk-modern-single-post #main-content .abk-single-intro-row {
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center !important;
}

body.abk-modern-single-post #main-content .abk-single-intro-row:before,
body.abk-modern-single-post #main-content .abk-single-intro-row:after {
  display: none !important;
}

body.abk-modern-single-post #main-content .abk-single-intro-row > .et_pb_column {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  transform: none !important;
}

body.abk-modern-single-post #main-content .abk-single-intro-row .et_pb_column:first-child {
  padding: 28px !important;
  border: 1px solid rgba(31, 21, 101, 0.10);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 36px rgba(31, 21, 101, 0.08);
}

body.abk-modern-single-post #main-content .abk-single-intro-row .et_pb_column:last-child {
  display: flex;
  justify-content: center;
}

body.abk-modern-single-post #main-content .abk-single-intro-row .et_pb_image,
body.abk-modern-single-post #main-content .abk-single-intro-row .et_pb_image_wrap {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
}

body.abk-modern-single-post #main-content .abk-single-intro-row img {
  display: block;
  width: 100% !important;
  max-height: 360px;
  object-fit: cover;
  object-position: center;
  border: 7px solid #ffffff !important;
  border-radius: 24px !important;
  box-shadow: 0 24px 56px rgba(31, 21, 101, 0.12) !important;
}

body.postid-478.abk-modern-single-post #main-content .abk-single-intro-row img {
  width: min(310px, 100%) !important;
  max-width: 310px !important;
  max-height: 340px;
  object-fit: contain;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.postid-478.abk-modern-single-post #main-content .abk-single-intro-row .et_pb_column:last-child,
body.postid-478.abk-modern-single-post #main-content .abk-single-intro-row .et_pb_image,
body.postid-478.abk-modern-single-post #main-content .abk-single-intro-row .et_pb_image_wrap {
  width: min(310px, 100%) !important;
  max-width: 310px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

body.abk-modern-single-post #main-content .abk-single-body-row {
  margin-top: clamp(28px, 4vw, 52px) !important;
}

body.abk-modern-single-post #main-content .abk-single-body-row .et_pb_column {
  float: none !important;
  width: min(760px, 100%) !important;
  max-width: 760px !important;
  margin: 0 auto !important;
}

body.abk-modern-single-post #main-content .abk-single-body-row p,
body.abk-modern-single-post #main-content .abk-single-body-row li {
  color: var(--abk-muted) !important;
  font-family: var(--abk-sans) !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 1.68 !important;
}

body.abk-modern-single-post #main-content .abk-single-body-row p {
  margin: 0 0 18px !important;
  padding: 0 !important;
}

body.abk-modern-single-post #main-content .abk-single-body-row h2 {
  margin: 34px 0 12px !important;
  padding: 0 !important;
  color: var(--abk-ink) !important;
  font-family: var(--abk-serif) !important;
  font-size: clamp(30px, 3vw, 42px) !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.02em !important;
}

body.abk-modern-single-post #main-content .abk-single-body-row ul,
body.abk-modern-single-post #main-content .abk-single-body-row ol {
  margin: 8px 0 22px !important;
  padding-left: 1.25em !important;
}

body.abk-modern-single-post #main-content .abk-single-body-row li + li {
  margin-top: 8px !important;
}

body.abk-modern-single-post #main-content .abk-single-subhead {
  margin-top: 22px !important;
  margin-bottom: 6px !important;
  color: var(--abk-ink) !important;
  font-family: var(--abk-sans) !important;
  font-size: 18px !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
}

body.abk-modern-single-post #main-content .abk-single-takeaway,
body.abk-modern-single-post #main-content .abk-single-inline-cta,
body.abk-modern-single-post #main-content .abk-single-related-services {
  border: 1px solid rgba(31, 21, 101, 0.10);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 36px rgba(31, 21, 101, 0.08);
}

body.abk-modern-single-post #main-content .abk-single-takeaway {
  margin-top: clamp(24px, 3.2vw, 38px) !important;
  padding: 24px 30px 24px 38px !important;
}

body.abk-modern-single-post #main-content .abk-single-takeaway .abk-kicker,
body.abk-modern-single-post #main-content .abk-single-inline-cta .abk-kicker,
body.abk-modern-single-post #main-content .abk-single-related-services .abk-kicker {
  margin: 0 0 12px !important;
  color: var(--abk-ink-2) !important;
}

body.abk-modern-single-post #main-content .abk-single-takeaway ul {
  display: grid;
  gap: 10px;
  margin: 0 !important;
  padding-left: 1.35em !important;
}

body.abk-modern-single-post #main-content .abk-single-takeaway li {
  color: var(--abk-muted) !important;
  font-family: var(--abk-sans) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}

body.abk-modern-single-post #main-content .abk-single-inline-cta {
  margin: 34px 0 !important;
  padding: 24px;
}

body.abk-modern-single-post #main-content .abk-single-inline-cta h3 {
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: var(--abk-ink) !important;
  font-family: var(--abk-serif) !important;
  font-size: clamp(28px, 2.6vw, 36px) !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
}

body.abk-modern-single-post #main-content .abk-single-inline-cta p:not(.abk-kicker) {
  margin: 0 0 18px !important;
}

body.abk-modern-single-post #main-content .abk-single-inline-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--abk-ink-2);
  color: #ffffff !important;
  font-family: var(--abk-sans) !important;
  font-size: 13px;
  font-weight: 850 !important;
  text-decoration: none !important;
  box-shadow: 0 12px 26px rgba(31, 21, 101, 0.22);
}

body.abk-modern-single-post #main-content .abk-single-related-services {
  margin-top: clamp(34px, 4vw, 56px) !important;
  padding: 24px 26px;
}

body.abk-modern-single-post #main-content .abk-single-related-services div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.abk-modern-single-post #main-content .abk-single-related-services a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 10px 14px;
  border: 1px solid rgba(31, 21, 101, 0.12);
  border-radius: 999px;
  background: #ffffff;
  color: var(--abk-ink) !important;
  font-family: var(--abk-sans) !important;
  font-size: 13px;
  font-weight: 850 !important;
  text-decoration: none !important;
}

@media (max-width: 980px) {
  body.abk-modern-single-post #main-content .abk-single-intro-row {
    grid-template-columns: 1fr;
  }

  body.abk-modern-single-post #main-content .abk-single-intro-row .et_pb_column:first-child {
    order: 2;
    padding: 22px !important;
  }

  body.abk-modern-single-post #main-content .abk-single-intro-row .et_pb_column:last-child {
    order: 1;
  }

  body.abk-modern-single-post #main-content .abk-single-intro-row img {
    max-height: 280px;
  }

  body.postid-478.abk-modern-single-post #main-content .abk-single-intro-row img {
    width: min(220px, 80%) !important;
  }
}

@media (max-width: 600px) {
  body.abk-modern-single-post #main-content .abk-source-hero-section .et_pb_row:not(.abk-source-hero-row-hidden),
  body.abk-modern-single-post #main-content .abk-single-article-section .et_pb_row,
  body.abk-modern-single-post #main-content .abk-single-takeaway,
  body.abk-modern-single-post #main-content .abk-single-related-services {
    width: min(100% - 34px, 520px) !important;
  }

  body.abk-modern-single-post #main-content .abk-single-meta-panel,
  body.abk-modern-single-post #main-content .abk-single-takeaway,
  body.abk-modern-single-post #main-content .abk-single-inline-cta,
  body.abk-modern-single-post #main-content .abk-single-related-services {
    padding: 20px;
  }

  body.abk-modern-single-post #main-content .abk-single-takeaway {
    padding: 20px 22px 20px 28px !important;
  }

  body.abk-modern-single-post #main-content .abk-single-takeaway ul {
    padding-left: 1.25em !important;
  }

  body.abk-modern-single-post #main-content .abk-single-body-row p,
  body.abk-modern-single-post #main-content .abk-single-body-row li {
    font-size: 16px !important;
    line-height: 1.62 !important;
  }

  body.abk-modern-single-post #main-content .abk-single-body-row h2 {
    font-size: 28px !important;
  }
}

/* Blog index: replace the duplicate title gap with a compact editorial intro and cleaner cards. */
body.page-id-467.abk-modern-blog-page #main-content .abk-blog-intro-section {
  min-height: 0 !important;
  padding-top: clamp(42px, 4.6vw, 64px) !important;
  padding-bottom: clamp(38px, 4.2vw, 56px) !important;
  background: var(--abk-soft) !important;
}

body.page-id-467.abk-modern-blog-page #main-content .abk-blog-intro-section .et_pb_row:not(.abk-source-hero-row-hidden) {
  width: min(880px, calc(100% - 44px)) !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body.page-id-467.abk-modern-blog-page #main-content .abk-blog-intro {
  display: grid;
  gap: 12px;
  padding: 0;
  text-align: left;
}

body.page-id-467.abk-modern-blog-page #main-content .abk-blog-intro .abk-kicker {
  margin: 0;
  color: var(--abk-ink-2) !important;
}

body.page-id-467.abk-modern-blog-page #main-content .abk-blog-intro h2 {
  max-width: 740px;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--abk-ink) !important;
  font-family: var(--abk-serif) !important;
  font-size: clamp(34px, 3.7vw, 50px) !important;
  font-weight: 500 !important;
  line-height: 1.04 !important;
  letter-spacing: -0.03em !important;
}

body.page-id-467.abk-modern-blog-page #main-content .abk-blog-intro p:not(.abk-kicker) {
  max-width: 680px;
  margin: 0 !important;
  color: var(--abk-muted) !important;
  font-size: 16px !important;
  line-height: 1.58 !important;
}

body.page-id-467.abk-modern-blog-page #main-content .et_pb_section_1 {
  padding-top: clamp(42px, 4.6vw, 62px) !important;
  padding-bottom: clamp(52px, 5vw, 72px) !important;
  background: #ffffff !important;
}

body.page-id-467.abk-modern-blog-page #main-content .et_pb_section_1 .et_pb_row {
  width: min(980px, calc(100% - 44px)) !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body.page-id-467.abk-modern-blog-page #main-content .et_pb_blog_grid .et_pb_ajax_pagination_container,
body.page-id-467.abk-modern-blog-page #main-content .et_pb_posts .et_pb_ajax_pagination_container {
  display: block !important;
}

body.page-id-467.abk-modern-blog-page #main-content .et_pb_blog_grid .et_pb_salvattore_content,
body.page-id-467.abk-modern-blog-page #main-content .et_pb_posts .et_pb_salvattore_content {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 28px !important;
  align-items: stretch !important;
  width: 100% !important;
}

body.page-id-467.abk-modern-blog-page #main-content .et_pb_blog_grid .column,
body.page-id-467.abk-modern-blog-page #main-content .et_pb_posts .column {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

body.page-id-467.abk-modern-blog-page #main-content .et_pb_blog_grid .column:empty,
body.page-id-467.abk-modern-blog-page #main-content .et_pb_posts .column:empty {
  display: none !important;
}

body.page-id-467.abk-modern-blog-page #main-content .et_pb_blog_grid .et_pb_post,
body.page-id-467.abk-modern-blog-page #main-content .et_pb_posts .et_pb_post {
  float: none !important;
  width: auto !important;
  min-height: 100%;
  margin: 0 !important;
  padding: 26px !important;
  border: 1px solid rgba(31, 21, 101, 0.10) !important;
  border-radius: 24px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 18px 42px rgba(31, 21, 101, 0.08) !important;
}

body.page-id-467.abk-modern-blog-page #main-content .et_pb_blog_grid .et_pb_image_container,
body.page-id-467.abk-modern-blog-page #main-content .et_pb_posts .entry-featured-image-url {
  display: block;
  overflow: hidden;
  margin: -26px -26px 24px !important;
  aspect-ratio: 16 / 10;
  border-radius: 20px 20px 16px 16px;
}

body.page-id-467.abk-modern-blog-page #main-content .et_pb_blog_grid .et_pb_image_container .entry-featured-image-url,
body.page-id-467.abk-modern-blog-page #main-content .et_pb_posts .et_pb_image_container .entry-featured-image-url {
  height: 100% !important;
  margin: 0 !important;
}

body.page-id-467.abk-modern-blog-page #main-content .et_pb_blog_grid .et_pb_image_container img,
body.page-id-467.abk-modern-blog-page #main-content .et_pb_posts .entry-featured-image-url img {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.page-id-467.abk-modern-blog-page #main-content .entry-title {
  margin: 0 0 10px !important;
  padding: 0 !important;
  color: var(--abk-ink) !important;
  font-family: var(--abk-serif) !important;
  font-size: clamp(26px, 2.3vw, 34px) !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.02em !important;
}

body.page-id-467.abk-modern-blog-page #main-content .post-meta {
  margin: 0 0 14px !important;
  color: #6f7080 !important;
  font-family: var(--abk-sans) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
}

body.page-id-467.abk-modern-blog-page #main-content .post-meta a,
body.page-id-467.abk-modern-blog-page #main-content .more-link {
  color: var(--abk-ink-2) !important;
  font-family: var(--abk-sans) !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body.page-id-467.abk-modern-blog-page .abk-interior-local-strip {
  background: var(--abk-soft) !important;
  border-top: 1px solid rgba(31, 21, 101, 0.08);
}

@media (max-width: 700px) {
  body.page-id-467.abk-modern-blog-page #main-content .abk-blog-intro-section .et_pb_row:not(.abk-source-hero-row-hidden),
  body.page-id-467.abk-modern-blog-page #main-content .et_pb_section_1 .et_pb_row {
    width: min(100% - 34px, 520px) !important;
  }

  body.page-id-467.abk-modern-blog-page #main-content .et_pb_blog_grid .et_pb_ajax_pagination_container,
  body.page-id-467.abk-modern-blog-page #main-content .et_pb_posts .et_pb_ajax_pagination_container,
  body.page-id-467.abk-modern-blog-page #main-content .et_pb_blog_grid .et_pb_salvattore_content,
  body.page-id-467.abk-modern-blog-page #main-content .et_pb_posts .et_pb_salvattore_content {
    grid-template-columns: 1fr !important;
    gap: 26px !important;
  }

  body.page-id-467.abk-modern-blog-page #main-content .et_pb_blog_grid .column,
  body.page-id-467.abk-modern-blog-page #main-content .et_pb_posts .column,
  body.page-id-467.abk-modern-blog-page #main-content .et_pb_blog_grid .et_pb_post,
  body.page-id-467.abk-modern-blog-page #main-content .et_pb_posts .et_pb_post {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.page-id-467.abk-modern-blog-page #main-content .et_pb_blog_grid .column,
  body.page-id-467.abk-modern-blog-page #main-content .et_pb_posts .column {
    display: grid !important;
    gap: 26px !important;
  }

  body.page-id-467.abk-modern-blog-page #main-content .et_pb_blog_grid .et_pb_post,
  body.page-id-467.abk-modern-blog-page #main-content .et_pb_posts .et_pb_post {
    min-height: 0 !important;
    padding: 18px !important;
  }

  body.page-id-467.abk-modern-blog-page #main-content .et_pb_blog_grid .et_pb_image_container,
  body.page-id-467.abk-modern-blog-page #main-content .et_pb_posts .entry-featured-image-url {
    margin: -18px -18px 20px !important;
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 980px) {
  body.abk-modern-service-page .abk-modern-lead-section .et_pb_row:not(.abk-source-hero-row-hidden),
  body.abk-modern-service-page .abk-modern-overview-section .et_pb_row,
  body.abk-modern-service-page .abk-modern-card-section .et_pb_row,
  body.abk-modern-service-page .abk-modern-benefits-section .et_pb_row,
  body.abk-modern-service-page .abk-modern-cta-section .et_pb_row,
  body.abk-modern-about-page .abk-modern-story-section .et_pb_row:not(.abk-source-hero-row-hidden),
  body.abk-modern-contact-page .abk-modern-contact-cards .et_pb_row,
  body.abk-modern-contact-page .abk-modern-contact-form-section .et_pb_row,
  .abk-interior-local-strip .abk-section-inner {
    grid-template-columns: 1fr;
  }

  body.abk-modern-service-page .abk-modern-cta-section .et_pb_row,
  body.abk-modern-contact-page .abk-modern-contact-form-section .et_pb_column:last-child {
    padding: 24px !important;
  }
}

@media (max-width: 600px) {
  body.abk-modern-service-page .abk-modern-card-section .et_pb_column,
  body.abk-modern-about-page .abk-modern-story-section .et_pb_column,
  body.abk-modern-about-page .abk-about-proof-card,
  body.abk-modern-about-page .abk-about-glance-card,
  body.abk-modern-contact-page .abk-modern-contact-cards .et_pb_column {
    padding: 24px !important;
  }

  .abk-interior-local-strip .abk-area-list span,
  body.abk-modern-about-page .abk-area-list span {
    width: 100%;
    justify-content: center;
  }
}

/* Homepage typography role matching for interior pages. */
body.abk-modern-interior #main-content,
body.abk-modern-interior #main-content p,
body.abk-modern-interior #main-content li,
body.abk-modern-interior #main-content span,
body.abk-modern-interior #main-content input,
body.abk-modern-interior #main-content select,
body.abk-modern-interior #main-content textarea,
body.abk-modern-interior .abk-global-footer p,
body.abk-modern-interior .abk-global-footer a,
body.abk-modern-interior .abk-global-footer span {
  font-family: var(--abk-sans) !important;
  font-weight: 500;
}

body.abk-modern-interior #top-menu a,
body.abk-modern-interior .abk-header-helper,
body.abk-modern-interior .abk-header-helper span,
body.abk-modern-interior .abk-header-call {
  font-family: Arial, Helvetica, sans-serif !important;
}

/* Keep the header helper pills identical to the approved homepage header. */
body:not(.home) #main-header .container.et_menu_container {
  grid-template-columns: 86px minmax(390px, 1fr) 370px !important;
}

body #main-header .abk-header-helper {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  width: 370px !important;
  min-width: 370px !important;
  max-width: 370px !important;
  height: 36px !important;
  margin: 0 !important;
  color: var(--abk-ink) !important;
  font-family: var(--abk-sans) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
}

body #main-header .abk-header-helper span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 176px !important;
  width: 176px !important;
  height: 36px !important;
  padding: 0 11px !important;
  border: 1px solid rgba(31, 21, 101, 0.10) !important;
  border-radius: 999px !important;
  background: var(--abk-soft) !important;
  color: var(--abk-ink) !important;
  font-family: var(--abk-sans) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  box-sizing: border-box !important;
}

body #main-header .abk-header-call {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 186px !important;
  width: 186px !important;
  height: 36px !important;
  min-height: 36px !important;
  padding: 0 12px !important;
  border-radius: 999px !important;
  background: var(--abk-ink-2) !important;
  color: #ffffff !important;
  font-family: var(--abk-sans) !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: 0 10px 20px rgba(31, 21, 101, 0.12) !important;
  box-sizing: border-box !important;
}

@media (max-width: 1120px) {
  body:not(.home) #main-header .container.et_menu_container {
    grid-template-columns: 80px minmax(0, 1fr) !important;
  }

  body #main-header .abk-header-helper {
    width: 186px !important;
    min-width: 186px !important;
    max-width: 186px !important;
  }

  body #main-header .abk-header-helper span {
    display: none !important;
  }
}

@media (max-width: 980px) {
  body #main-header .abk-header-helper {
    display: none !important;
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
  }
}

body.abk-modern-about-page #main-content .abk-about-service-list h3,
body.abk-modern-about-page #main-content .abk-about-glance-card strong,
body.abk-modern-about-page #main-content .abk-about-service-button,
body.abk-modern-about-page #main-content .abk-about-glance-button {
  font-family: var(--abk-sans) !important;
}

body.abk-modern-about-page #main-content .abk-about-service-list h3 {
  font-size: 17px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
}

body.abk-modern-about-page #main-content .abk-about-service-button,
body.abk-modern-about-page #main-content .abk-about-glance-button {
  font-weight: 850 !important;
}

body.abk-modern-about-page:not(.home) #page-container #main-content .et_pb_section .abk-about-service-button,
body.abk-modern-about-page:not(.home) #page-container #main-content .et_pb_section .abk-about-glance-button {
  font-family: var(--abk-sans) !important;
  font-weight: 850 !important;
}

/* Financing Appraisal page: tighten middle-page rhythm and normalize card hierarchy. */
body.page-id-192.abk-modern-service-page #main-content .abk-modern-lead-section,
body.page-id-192.abk-modern-service-page #main-content .abk-modern-overview-section {
  padding-top: clamp(34px, 3.8vw, 44px) !important;
  padding-bottom: clamp(36px, 4vw, 48px) !important;
}

body.page-id-192.abk-modern-service-page #main-content .abk-modern-lead-section .et_pb_row:not(.abk-source-hero-row-hidden),
body.page-id-192.abk-modern-service-page #main-content .abk-modern-overview-section .et_pb_row {
  gap: clamp(22px, 3vw, 38px) !important;
}

body.page-id-192.abk-modern-service-page #main-content .abk-modern-lead-section .et_pb_column:not(.et_pb_column_empty):last-of-type,
body.page-id-192.abk-modern-service-page #main-content .abk-modern-overview-section .et_pb_column:not(.et_pb_column_empty):last-of-type {
  padding: 24px !important;
}

body.page-id-192.abk-modern-service-page #main-content .abk-modern-card-section {
  padding-top: clamp(42px, 4.4vw, 56px) !important;
  padding-bottom: clamp(46px, 4.8vw, 62px) !important;
}

body.page-id-192.abk-modern-service-page #main-content .abk-modern-card-section .et_pb_row {
  gap: 20px !important;
  margin-top: 20px !important;
}

body.page-id-192.abk-modern-service-page #main-content .abk-modern-card-section .et_pb_column {
  min-height: 0 !important;
  padding: 28px !important;
  text-align: left !important;
}

body.page-id-192.abk-modern-service-page #main-content .abk-modern-card-section h3,
body.page-id-192.abk-modern-service-page #main-content .abk-modern-card-section h4,
body.page-id-192.abk-modern-service-page #main-content .abk-modern-card-section h5,
body.page-id-192.abk-modern-service-page #main-content .abk-modern-card-section strong {
  display: block !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  color: var(--abk-ink) !important;
  font-family: var(--abk-sans) !important;
  font-size: clamp(21px, 1.9vw, 28px) !important;
  font-weight: 850 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

body.page-id-192.abk-modern-service-page #main-content .abk-modern-card-section p {
  max-width: 58ch !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  text-align: left !important;
}

body.page-id-192.abk-modern-service-page #main-content .abk-modern-benefits-section {
  padding-top: clamp(38px, 4vw, 50px) !important;
  padding-bottom: clamp(40px, 4.2vw, 54px) !important;
}

body.page-id-192.abk-modern-service-page #main-content .abk-modern-benefits-section .et_pb_row {
  grid-template-columns: minmax(0, min(760px, 100%)) !important;
  justify-content: center !important;
  gap: 0 !important;
}

body.page-id-192.abk-modern-service-page #main-content .abk-modern-benefits-section .et_pb_column:first-child {
  display: none !important;
}

body.page-id-192.abk-modern-service-page #main-content .abk-modern-benefits-section .et_pb_column:last-child {
  padding: 28px !important;
}

body.page-id-192.abk-modern-service-page #main-content .abk-modern-benefits-section h3,
body.page-id-192.abk-modern-service-page #main-content .abk-modern-benefits-section h4,
body.page-id-192.abk-modern-service-page #main-content .abk-modern-benefits-section h5 {
  margin: 0 0 16px !important;
  padding: 0 !important;
  color: var(--abk-ink) !important;
  font-family: var(--abk-serif) !important;
  font-size: clamp(30px, 2.8vw, 38px) !important;
  font-weight: 500 !important;
  line-height: 1.05 !important;
  text-transform: none !important;
}

body.page-id-192.abk-modern-service-page #main-content .et_pb_section_4 {
  display: none !important;
}

body.page-id-192.abk-modern-service-page .abk-interior-local-strip {
  padding-top: clamp(34px, 3.6vw, 46px) !important;
  padding-bottom: clamp(34px, 3.6vw, 46px) !important;
}

body.page-id-192.abk-modern-service-page .abk-interior-local-strip .abk-section-inner {
  gap: 24px !important;
  align-items: center !important;
}

body.page-id-192.abk-modern-service-page .abk-interior-local-strip h2 {
  max-width: 590px;
  font-size: clamp(30px, 3.3vw, 42px) !important;
  line-height: 1.04 !important;
}

body.page-id-192.abk-modern-service-page .abk-interior-local-strip p:not(.abk-kicker) {
  max-width: 600px;
  margin-top: 12px !important;
}

body.page-id-192.abk-modern-service-page .abk-interior-local-strip .abk-area-list {
  justify-content: flex-start !important;
}

/* Legal Appraisals page: make the positioning card an intro and tighten the lower page. */
body.page-id-215.abk-modern-service-page #main-content .abk-modern-lead-section {
  padding-top: clamp(34px, 3.8vw, 44px) !important;
  padding-bottom: clamp(36px, 4vw, 48px) !important;
}

body.page-id-215.abk-modern-service-page #main-content .abk-modern-lead-section .et_pb_row:not(.abk-source-hero-row-hidden) {
  gap: clamp(22px, 3vw, 38px) !important;
}

body.page-id-215.abk-modern-service-page #main-content .abk-modern-lead-section .et_pb_column:not(.et_pb_column_empty):last-of-type {
  padding: 24px !important;
}

body.page-id-215.abk-modern-service-page #main-content .abk-modern-card-section {
  padding-top: clamp(42px, 4.4vw, 56px) !important;
  padding-bottom: clamp(46px, 4.8vw, 62px) !important;
}

body.page-id-215.abk-modern-service-page #main-content .abk-modern-card-section .et_pb_row {
  gap: 20px !important;
  margin-top: 20px !important;
}

body.page-id-215.abk-modern-service-page #main-content .abk-modern-card-section .et_pb_row:first-child {
  grid-template-columns: 1fr !important;
  max-width: 860px !important;
}

body.page-id-215.abk-modern-service-page #main-content .abk-modern-card-section .et_pb_column {
  min-height: 0 !important;
  padding: 28px !important;
  text-align: left !important;
}

body.page-id-215.abk-modern-service-page #main-content .abk-modern-card-section .abk-legal-intro-card {
  counter-increment: none !important;
  display: grid !important;
  gap: 10px;
  padding: 32px !important;
  text-align: left !important;
}

body.page-id-215.abk-modern-service-page #main-content .abk-modern-card-section .abk-legal-intro-card:before {
  display: none !important;
  content: none !important;
}

body.page-id-215.abk-modern-service-page #main-content .abk-modern-card-section .abk-legal-intro-card h4 {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--abk-ink-2) !important;
  font-family: var(--abk-sans) !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  letter-spacing: 0.09em !important;
  line-height: 1.25 !important;
  text-transform: uppercase !important;
}

body.page-id-215.abk-modern-service-page #main-content .abk-modern-card-section .abk-legal-intro-card h2 {
  max-width: 560px;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--abk-ink) !important;
  font-family: var(--abk-serif) !important;
  font-size: clamp(34px, 3.2vw, 46px) !important;
  font-weight: 500 !important;
  line-height: 1.04 !important;
  text-align: left !important;
}

body.page-id-215.abk-modern-service-page #main-content .abk-modern-card-section .abk-legal-intro-card p {
  max-width: 62ch !important;
  margin: 4px 0 0 !important;
  text-align: left !important;
}

body.page-id-215.abk-modern-service-page #main-content .abk-modern-card-section h5 {
  display: block !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  color: var(--abk-ink) !important;
  font-family: var(--abk-sans) !important;
  font-size: clamp(21px, 1.9vw, 28px) !important;
  font-weight: 850 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

body.page-id-215.abk-modern-service-page #main-content .abk-modern-card-section p {
  max-width: 58ch !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  text-align: left !important;
}

body.page-id-215.abk-modern-service-page #main-content .abk-modern-benefits-section {
  padding-top: clamp(38px, 4vw, 50px) !important;
  padding-bottom: clamp(40px, 4.2vw, 54px) !important;
}

body.page-id-215.abk-modern-service-page #main-content .abk-modern-benefits-section .et_pb_row {
  grid-template-columns: minmax(0, min(760px, 100%)) !important;
  justify-content: center !important;
  gap: 0 !important;
}

body.page-id-215.abk-modern-service-page #main-content .abk-modern-benefits-section .et_pb_column:first-child {
  display: none !important;
}

body.page-id-215.abk-modern-service-page #main-content .abk-modern-benefits-section .et_pb_column:last-child {
  padding: 28px !important;
}

body.page-id-215.abk-modern-service-page #main-content .abk-modern-benefits-section h3,
body.page-id-215.abk-modern-service-page #main-content .abk-modern-benefits-section h4,
body.page-id-215.abk-modern-service-page #main-content .abk-modern-benefits-section h5 {
  margin: 0 0 16px !important;
  padding: 0 !important;
  color: var(--abk-ink) !important;
  font-family: var(--abk-serif) !important;
  font-size: clamp(30px, 2.8vw, 38px) !important;
  font-weight: 500 !important;
  line-height: 1.05 !important;
  text-transform: none !important;
}

body.page-id-215.abk-modern-service-page .abk-interior-local-strip {
  padding-top: clamp(34px, 3.6vw, 46px) !important;
  padding-bottom: clamp(34px, 3.6vw, 46px) !important;
}

body.page-id-215.abk-modern-service-page .abk-interior-local-strip .abk-section-inner {
  gap: 24px !important;
  align-items: center !important;
}

body.page-id-215.abk-modern-service-page .abk-interior-local-strip h2 {
  max-width: 590px;
  font-size: clamp(30px, 3.3vw, 42px) !important;
  line-height: 1.04 !important;
}

body.page-id-215.abk-modern-service-page .abk-interior-local-strip p:not(.abk-kicker) {
  max-width: 600px;
  margin-top: 12px !important;
}

body.page-id-215.abk-modern-service-page .abk-interior-local-strip .abk-area-list {
  justify-content: flex-start !important;
}

/* Pre-Listing Services page: tighten the service rhythm and bring cards into the shared hierarchy. */
body.page-id-217.abk-modern-service-page #main-content .abk-modern-lead-section,
body.page-id-217.abk-modern-service-page #main-content .abk-modern-overview-section {
  padding-top: clamp(34px, 3.8vw, 44px) !important;
  padding-bottom: clamp(36px, 4vw, 48px) !important;
}

body.page-id-217.abk-modern-service-page #main-content .abk-modern-lead-section .et_pb_row:not(.abk-source-hero-row-hidden),
body.page-id-217.abk-modern-service-page #main-content .abk-modern-overview-section .et_pb_row {
  gap: clamp(22px, 3vw, 38px) !important;
}

body.page-id-217.abk-modern-service-page #main-content .abk-modern-lead-section .et_pb_column:not(.et_pb_column_empty):last-of-type,
body.page-id-217.abk-modern-service-page #main-content .abk-modern-overview-section .et_pb_column:not(.et_pb_column_empty):last-of-type {
  padding: 24px !important;
}

body.page-id-217.abk-modern-service-page #main-content .abk-modern-card-section {
  padding-top: clamp(42px, 4.4vw, 56px) !important;
  padding-bottom: clamp(46px, 4.8vw, 62px) !important;
}

body.page-id-217.abk-modern-service-page #main-content .abk-modern-card-section .et_pb_row {
  gap: 20px !important;
  margin-top: 20px !important;
}

body.page-id-217.abk-modern-service-page #main-content .abk-modern-card-section .et_pb_column {
  min-height: 0 !important;
  padding: 28px !important;
  text-align: left !important;
}

body.page-id-217.abk-modern-service-page #main-content .abk-modern-card-section h3,
body.page-id-217.abk-modern-service-page #main-content .abk-modern-card-section h4,
body.page-id-217.abk-modern-service-page #main-content .abk-modern-card-section h5,
body.page-id-217.abk-modern-service-page #main-content .abk-modern-card-section strong {
  display: block !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  color: var(--abk-ink) !important;
  font-family: var(--abk-sans) !important;
  font-size: clamp(21px, 1.9vw, 28px) !important;
  font-style: normal !important;
  font-weight: 850 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

body.page-id-217.abk-modern-service-page #main-content .abk-modern-card-section p {
  max-width: 58ch !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  text-align: left !important;
}

body.page-id-217.abk-modern-service-page #main-content .abk-modern-benefits-section {
  padding-top: clamp(38px, 4vw, 50px) !important;
  padding-bottom: clamp(40px, 4.2vw, 54px) !important;
}

body.page-id-217.abk-modern-service-page #main-content .abk-modern-benefits-section .et_pb_row {
  grid-template-columns: minmax(0, min(760px, 100%)) !important;
  justify-content: center !important;
  gap: 0 !important;
}

body.page-id-217.abk-modern-service-page #main-content .abk-modern-benefits-section .et_pb_column:first-child {
  display: none !important;
}

body.page-id-217.abk-modern-service-page #main-content .abk-modern-benefits-section .et_pb_column:last-child {
  padding: 28px !important;
}

body.page-id-217.abk-modern-service-page #main-content .abk-modern-benefits-section h3,
body.page-id-217.abk-modern-service-page #main-content .abk-modern-benefits-section h4,
body.page-id-217.abk-modern-service-page #main-content .abk-modern-benefits-section h5 {
  margin: 0 0 16px !important;
  padding: 0 !important;
  color: var(--abk-ink) !important;
  font-family: var(--abk-serif) !important;
  font-size: clamp(30px, 2.8vw, 38px) !important;
  font-weight: 500 !important;
  line-height: 1.05 !important;
  text-transform: none !important;
}

body.page-id-217.abk-modern-service-page .abk-interior-local-strip {
  padding-top: clamp(34px, 3.6vw, 46px) !important;
  padding-bottom: clamp(34px, 3.6vw, 46px) !important;
}

body.page-id-217.abk-modern-service-page .abk-interior-local-strip .abk-section-inner {
  gap: 24px !important;
  align-items: center !important;
}

body.page-id-217.abk-modern-service-page .abk-interior-local-strip h2 {
  max-width: 590px;
  font-size: clamp(30px, 3.3vw, 42px) !important;
  line-height: 1.04 !important;
}

body.page-id-217.abk-modern-service-page .abk-interior-local-strip p:not(.abk-kicker) {
  max-width: 600px;
  margin-top: 12px !important;
}

body.page-id-217.abk-modern-service-page .abk-interior-local-strip .abk-area-list {
  justify-content: flex-start !important;
}

/* Employment Relocation Appraisals page: polish the editorial middle section. */
body.page-id-253.abk-modern-service-page #main-content .abk-modern-lead-section,
body.page-id-253.abk-modern-service-page #main-content .abk-modern-overview-section {
  padding-top: clamp(34px, 3.8vw, 44px) !important;
  padding-bottom: clamp(36px, 4vw, 48px) !important;
}

body.page-id-253.abk-modern-service-page #main-content .abk-modern-lead-section .et_pb_row:not(.abk-source-hero-row-hidden),
body.page-id-253.abk-modern-service-page #main-content .abk-modern-overview-section .et_pb_row {
  gap: clamp(22px, 3vw, 38px) !important;
  align-items: center !important;
}

body.page-id-253.abk-modern-service-page #main-content .abk-modern-lead-section .et_pb_column:not(.et_pb_column_empty):last-of-type,
body.page-id-253.abk-modern-service-page #main-content .abk-modern-overview-section .et_pb_column:not(.et_pb_column_empty):last-of-type {
  padding: 24px !important;
}

body.page-id-253.abk-modern-service-page #main-content .abk-modern-overview-section h2,
body.page-id-253.abk-modern-service-page #main-content .abk-employment-detail-section h2 {
  max-width: 640px !important;
  color: var(--abk-ink) !important;
  font-family: var(--abk-serif) !important;
  font-size: clamp(34px, 3.3vw, 46px) !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 1.04 !important;
  letter-spacing: -0.02em !important;
}

body.page-id-253.abk-modern-service-page #main-content .abk-modern-overview-section h2 em,
body.page-id-253.abk-modern-service-page #main-content .abk-employment-detail-section h2 em {
  font-style: normal !important;
}

body.page-id-253.abk-modern-service-page #main-content .abk-modern-overview-section .et_pb_column:last-child,
body.page-id-253.abk-modern-service-page #main-content .abk-employment-detail-section .et_pb_column:first-child {
  border: 1px solid rgba(31, 21, 101, 0.10);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.90);
  box-shadow: 0 16px 36px rgba(31, 21, 101, 0.08);
}

body.page-id-253.abk-modern-service-page #main-content .abk-employment-detail-section {
  padding-top: clamp(42px, 4.4vw, 56px) !important;
  padding-bottom: clamp(46px, 4.8vw, 62px) !important;
}

body.page-id-253.abk-modern-service-page #main-content .abk-employment-detail-section .et_pb_row {
  display: grid !important;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr) !important;
  gap: clamp(24px, 3.2vw, 46px) !important;
  align-items: start !important;
}

body.page-id-253.abk-modern-service-page #main-content .abk-employment-detail-section .et_pb_row > .et_pb_column {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

body.page-id-253.abk-modern-service-page #main-content .abk-employment-detail-section .et_pb_column:first-child {
  display: flex;
  flex-direction: column;
  padding: 30px !important;
}

body.page-id-253.abk-modern-service-page #main-content .abk-employment-detail-section .et_pb_column:first-child p {
  max-width: 62ch !important;
  margin: 10px 0 0 !important;
}

body.page-id-253.abk-modern-service-page #main-content .abk-employment-detail-section .et_pb_column:first-child .et_pb_button_module_wrapper {
  margin-top: 22px !important;
}

body.page-id-253.abk-modern-service-page #main-content .abk-employment-support-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

body.page-id-253.abk-modern-service-page #main-content .abk-employment-support-list span {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(31, 21, 101, 0.10);
  border-radius: 14px;
  background: #f8f6f0;
  color: var(--abk-ink);
  font-family: var(--abk-sans);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.25;
}

body.page-id-253.abk-modern-service-page #main-content .abk-employment-detail-list {
  display: grid;
  gap: 16px;
}

body.page-id-253.abk-modern-service-page #main-content .abk-employment-detail-card {
  overflow: hidden;
  position: relative;
  padding: 24px !important;
  border: 1px solid rgba(31, 21, 101, 0.10);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 36px rgba(31, 21, 101, 0.08);
}

body.page-id-253.abk-modern-service-page #main-content .abk-employment-detail-card:before {
  content: "";
  display: block;
  height: 5px;
  margin: -24px -24px 18px;
  background: linear-gradient(90deg, var(--abk-ink-2), #776bb6);
}

body.page-id-253.abk-modern-service-page #main-content .abk-employment-detail-card h3 {
  margin: 0 0 10px !important;
  padding: 0 !important;
  color: var(--abk-ink) !important;
  font-family: var(--abk-sans) !important;
  font-size: clamp(21px, 1.8vw, 26px) !important;
  font-style: normal !important;
  font-weight: 850 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

body.page-id-253.abk-modern-service-page #main-content .abk-employment-detail-card p {
  max-width: 60ch !important;
  margin: 0 !important;
  color: var(--abk-muted) !important;
  text-align: left !important;
}

body.page-id-253.abk-modern-service-page #main-content .abk-employment-wide-card {
  grid-column: 1 / -1;
}

body.page-id-253.abk-modern-service-page #main-content .abk-employment-wide-card p {
  max-width: 86ch !important;
}

body.page-id-253.abk-modern-service-page .abk-interior-local-strip {
  position: relative;
  z-index: 1;
  background: #ffffff !important;
  border-top: 1px solid rgba(31, 21, 101, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.80);
  padding-top: clamp(34px, 3.6vw, 46px) !important;
  padding-bottom: clamp(34px, 3.6vw, 46px) !important;
}

body.page-id-253.abk-modern-service-page .abk-interior-local-strip .abk-section-inner {
  gap: 24px !important;
  align-items: center !important;
}

body.page-id-253.abk-modern-service-page .abk-interior-local-strip h2 {
  max-width: 590px;
  font-size: clamp(30px, 3.3vw, 42px) !important;
  line-height: 1.04 !important;
}

body.page-id-253.abk-modern-service-page .abk-interior-local-strip p:not(.abk-kicker) {
  max-width: 600px;
  margin-top: 12px !important;
}

body.page-id-253.abk-modern-service-page .abk-interior-local-strip .abk-area-list {
  justify-content: flex-start !important;
}

@media (max-width: 980px) {
  body.page-id-253.abk-modern-service-page #main-content .abk-modern-overview-section h2,
  body.page-id-253.abk-modern-service-page #main-content .abk-employment-detail-section h2 {
    font-size: 32px !important;
  }

  body.page-id-253.abk-modern-service-page #main-content .abk-employment-detail-section .et_pb_column:first-child,
  body.page-id-253.abk-modern-service-page #main-content .abk-employment-detail-card {
    padding: 20px !important;
  }

  body.page-id-253.abk-modern-service-page #main-content .abk-employment-detail-section .et_pb_row {
    grid-template-columns: 1fr !important;
  }

  body.page-id-253.abk-modern-service-page #main-content .abk-employment-detail-card:before {
    margin: -20px -20px 16px;
  }

  body.page-id-253.abk-modern-service-page #main-content .abk-employment-support-list {
    grid-template-columns: 1fr;
  }
}

/* Distressed Property Appraisals page: compact the middle page and normalize cards. */
body.page-id-219.abk-modern-service-page #main-content .abk-modern-lead-section,
body.page-id-219.abk-modern-service-page #main-content .abk-modern-overview-section {
  padding-top: clamp(34px, 3.8vw, 44px) !important;
  padding-bottom: clamp(36px, 4vw, 48px) !important;
}

body.page-id-219.abk-modern-service-page #main-content .abk-modern-lead-section .et_pb_row:not(.abk-source-hero-row-hidden),
body.page-id-219.abk-modern-service-page #main-content .abk-modern-overview-section .et_pb_row {
  gap: clamp(22px, 3vw, 38px) !important;
}

body.page-id-219.abk-modern-service-page #main-content .abk-modern-lead-section .et_pb_column:not(.et_pb_column_empty):last-of-type,
body.page-id-219.abk-modern-service-page #main-content .abk-modern-overview-section .et_pb_column:not(.et_pb_column_empty):last-of-type {
  padding: 24px !important;
}

body.page-id-219.abk-modern-service-page #main-content .abk-modern-card-section {
  padding-top: clamp(42px, 4.4vw, 56px) !important;
  padding-bottom: clamp(46px, 4.8vw, 62px) !important;
}

body.page-id-219.abk-modern-service-page #main-content .abk-modern-card-section .et_pb_row {
  gap: 20px !important;
  margin-top: 20px !important;
}

body.page-id-219.abk-modern-service-page #main-content .abk-modern-card-section .et_pb_column {
  min-height: 0 !important;
  padding: 28px !important;
  text-align: left !important;
}

body.page-id-219.abk-modern-service-page #main-content .abk-modern-card-section h5 {
  display: block !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  color: var(--abk-ink) !important;
  font-family: var(--abk-sans) !important;
  font-size: clamp(21px, 1.9vw, 28px) !important;
  font-weight: 850 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

body.page-id-219.abk-modern-service-page #main-content .abk-modern-card-section p {
  max-width: 58ch !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  text-align: left !important;
}

body.page-id-219.abk-modern-service-page #main-content .abk-modern-benefits-section {
  padding-top: clamp(38px, 4vw, 50px) !important;
  padding-bottom: clamp(40px, 4.2vw, 54px) !important;
}

body.page-id-219.abk-modern-service-page #main-content .abk-modern-benefits-section .et_pb_row {
  grid-template-columns: minmax(0, min(760px, 100%)) !important;
  justify-content: center !important;
  gap: 0 !important;
}

body.page-id-219.abk-modern-service-page #main-content .abk-modern-benefits-section .et_pb_column:first-child {
  display: none !important;
}

body.page-id-219.abk-modern-service-page #main-content .abk-modern-benefits-section .et_pb_column:last-child {
  padding: 28px !important;
}

body.page-id-219.abk-modern-service-page #main-content .abk-modern-benefits-section h3,
body.page-id-219.abk-modern-service-page #main-content .abk-modern-benefits-section h4,
body.page-id-219.abk-modern-service-page #main-content .abk-modern-benefits-section h5 {
  margin: 0 0 16px !important;
  padding: 0 !important;
  color: var(--abk-ink) !important;
  font-family: var(--abk-serif) !important;
  font-size: clamp(30px, 2.8vw, 38px) !important;
  font-weight: 500 !important;
  line-height: 1.05 !important;
  text-transform: none !important;
}

body.page-id-219.abk-modern-service-page .abk-interior-local-strip {
  padding-top: clamp(34px, 3.6vw, 46px) !important;
  padding-bottom: clamp(34px, 3.6vw, 46px) !important;
}

body.page-id-219.abk-modern-service-page .abk-interior-local-strip .abk-section-inner {
  gap: 24px !important;
  align-items: center !important;
}

body.page-id-219.abk-modern-service-page .abk-interior-local-strip h2 {
  max-width: 590px;
  font-size: clamp(30px, 3.3vw, 42px) !important;
  line-height: 1.04 !important;
}

body.page-id-219.abk-modern-service-page .abk-interior-local-strip p:not(.abk-kicker) {
  max-width: 600px;
  margin-top: 12px !important;
}

body.page-id-219.abk-modern-service-page .abk-interior-local-strip .abk-area-list {
  justify-content: flex-start !important;
}

/* Property Measurement Services: align the virtual page with the service-page system. */
body.abk-virtual-measurement .abk-conversion-section {
  padding-top: clamp(34px, 3.8vw, 46px) !important;
  padding-bottom: clamp(36px, 4vw, 50px) !important;
}

body.abk-virtual-measurement .abk-measurement-overview {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: clamp(22px, 3vw, 38px);
  align-items: center;
}

body.abk-virtual-measurement .abk-measurement-overview-card,
body.abk-virtual-measurement .abk-measurement-benefits-card {
  padding: 28px;
  border: 1px solid rgba(31, 21, 101, 0.10);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 36px rgba(31, 21, 101, 0.08);
}

body.abk-virtual-measurement .abk-measurement-overview-card p {
  max-width: 58ch;
  margin: 0 0 22px !important;
  color: var(--abk-muted);
  font-family: var(--abk-sans) !important;
  font-size: 16px;
  font-weight: 500 !important;
  line-height: 1.58;
}

body.abk-virtual-measurement .abk-measurement-card-section {
  counter-reset: abk-service-card;
  background: var(--abk-soft) !important;
}

body.abk-virtual-measurement .abk-measurement-card-section .abk-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 0 !important;
}

body.abk-virtual-measurement .abk-measurement-card-section .abk-feature-grid article {
  position: relative;
  counter-increment: abk-service-card;
  min-height: 0;
  padding: 28px !important;
  border-radius: 24px;
  text-align: left;
}

body.abk-virtual-measurement .abk-measurement-card-section .abk-feature-grid article:before {
  content: counter(abk-service-card, decimal-leading-zero);
  display: block;
  margin-bottom: 20px;
  color: rgba(31, 21, 101, 0.46);
  font-family: var(--abk-sans);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

body.abk-virtual-measurement .abk-measurement-card-section .abk-feature-grid article:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  border-radius: 24px 24px 0 0;
  background: linear-gradient(90deg, var(--abk-ink-2), #7566b0);
}

body.abk-virtual-measurement .abk-measurement-card-section .abk-feature-grid h3 {
  margin: 0 0 10px !important;
  padding: 0 !important;
  color: var(--abk-ink) !important;
  font-family: var(--abk-sans) !important;
  font-size: clamp(21px, 1.9vw, 28px) !important;
  font-weight: 850 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

body.abk-virtual-measurement .abk-measurement-card-section .abk-feature-grid p {
  max-width: 58ch !important;
  margin: 0 !important;
  color: var(--abk-muted);
  font-family: var(--abk-sans) !important;
  font-size: 16px;
  font-weight: 500 !important;
  line-height: 1.58;
  text-align: left !important;
}

body.abk-virtual-measurement .abk-measurement-benefits-section {
  background: #ffffff !important;
}

body.abk-virtual-measurement .abk-measurement-benefits-card {
  width: min(760px, 100%);
  margin: 0 auto;
}

body.abk-virtual-measurement .abk-measurement-benefits-card h2 {
  margin: 0 0 16px !important;
  padding: 0 !important;
  color: var(--abk-ink) !important;
  font-family: var(--abk-serif) !important;
  font-size: clamp(30px, 2.8vw, 38px) !important;
  font-weight: 500 !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
}

body.abk-virtual-measurement .abk-measurement-benefits-card ul {
  margin: 0;
  padding-left: 1.1em;
  list-style: disc outside;
}

body.abk-virtual-measurement .abk-measurement-benefits-card li {
  display: list-item;
  color: var(--abk-muted);
  font-family: var(--abk-sans) !important;
  font-size: 16px;
  font-weight: 500 !important;
  line-height: 1.58;
}

body.abk-virtual-measurement .abk-measurement-benefits-card li + li {
  margin-top: 10px;
}

body.abk-virtual-measurement .abk-measurement-benefits-card .abk-btn {
  margin-top: 28px;
}

body.abk-virtual-measurement .abk-measurement-service-areas {
  padding-top: clamp(34px, 3.6vw, 46px) !important;
  padding-bottom: clamp(34px, 3.6vw, 46px) !important;
}

body.abk-virtual-measurement .abk-measurement-service-areas .abk-section-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: 24px;
  align-items: center;
}

body.abk-virtual-measurement .abk-measurement-service-areas h2 {
  max-width: 590px;
  font-size: clamp(30px, 3.3vw, 42px) !important;
  line-height: 1.04 !important;
}

body.abk-virtual-measurement .abk-measurement-service-areas .abk-area-list {
  margin-top: 0 !important;
  justify-content: flex-start !important;
}

@media (max-width: 980px) {
  body.abk-virtual-measurement .abk-measurement-overview,
  body.abk-virtual-measurement .abk-measurement-card-section .abk-feature-grid,
  body.abk-virtual-measurement .abk-measurement-service-areas .abk-section-inner {
    grid-template-columns: 1fr;
  }

  body.abk-virtual-measurement .abk-conversion-section {
    padding-top: 32px !important;
    padding-bottom: 34px !important;
  }

  body.abk-virtual-measurement .abk-measurement-overview-card,
  body.abk-virtual-measurement .abk-measurement-benefits-card,
  body.abk-virtual-measurement .abk-measurement-card-section .abk-feature-grid article {
    padding: 22px !important;
  }

  body.abk-virtual-measurement .abk-measurement-card-section .abk-feature-grid h3 {
    font-size: 24px !important;
  }

  body.abk-virtual-measurement .abk-measurement-service-areas {
    padding-top: 30px !important;
    padding-bottom: 32px !important;
  }
}

@media (max-width: 980px) {
  body.page-id-192.abk-modern-service-page #main-content .abk-modern-lead-section,
  body.page-id-192.abk-modern-service-page #main-content .abk-modern-overview-section,
  body.page-id-192.abk-modern-service-page #main-content .abk-modern-card-section,
  body.page-id-192.abk-modern-service-page #main-content .abk-modern-benefits-section {
    padding-top: 32px !important;
    padding-bottom: 34px !important;
  }

  body.page-id-192.abk-modern-service-page #main-content .abk-modern-card-section .et_pb_column {
    padding: 22px !important;
  }

  body.page-id-192.abk-modern-service-page #main-content .abk-modern-card-section h3,
  body.page-id-192.abk-modern-service-page #main-content .abk-modern-card-section h4,
  body.page-id-192.abk-modern-service-page #main-content .abk-modern-card-section h5,
  body.page-id-192.abk-modern-service-page #main-content .abk-modern-card-section strong {
    font-size: 24px !important;
  }

  body.page-id-192.abk-modern-service-page .abk-interior-local-strip {
    padding-top: 30px !important;
    padding-bottom: 32px !important;
  }
}

body.abk-modern-interior .abk-eyebrow,
body.abk-modern-interior .abk-kicker,
body.abk-modern-interior .abk-card-kicker,
body.abk-modern-interior .abk-modern-contact-cards h3,
body.abk-modern-interior .abk-modern-contact-cards h4,
body.abk-modern-interior .abk-modern-contact-cards h5,
body.abk-modern-interior .abk-modern-contact-cards strong,
body.abk-modern-interior .abk-contact-card p,
body.abk-modern-interior .abk-footer-legal,
body.abk-modern-interior .abk-site-footer {
  font-family: var(--abk-sans) !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em;
}

body.abk-modern-interior #main-content h1,
body.abk-modern-interior #main-content h2,
body.abk-modern-interior #main-content h3,
body.abk-modern-interior #main-content h4,
body.abk-modern-interior #main-content h5,
body.abk-modern-interior #main-content h6,
body.abk-modern-interior .abk-global-footer h2,
body.abk-modern-interior .abk-global-footer h3,
body.abk-modern-interior .abk-interior-local-strip h2,
body.abk-modern-interior .abk-interior-local-strip h3 {
  font-family: "Playfair Display", Georgia, serif !important;
  font-weight: 500 !important;
}

body.abk-modern-interior .abk-btn,
body.abk-modern-interior .et_pb_button,
body.abk-modern-interior button,
body.abk-modern-interior .wpforms-submit,
body.abk-modern-interior .abk-contact-actions a,
body.abk-modern-interior .abk-area-list span {
  font-family: var(--abk-sans) !important;
  font-weight: 800 !important;
}

body.abk-modern-service-page .abk-modern-card-section h3,
body.abk-modern-service-page .abk-modern-card-section h4,
body.abk-modern-service-page .abk-modern-card-section h5,
body.abk-modern-about-page .abk-about-proof-card h3,
.abk-virtual-page .abk-feature-grid h3 {
  font-weight: 500 !important;
}

body.abk-modern-interior #main-content .abk-trust-card strong,
body.abk-modern-interior #main-content .abk-contact-card p,
body.abk-modern-interior #main-content .abk-modern-contact-cards strong {
  font-family: var(--abk-sans) !important;
  font-weight: 800 !important;
}

/* Interior spacing compression pass. */
body.abk-modern-interior .abk-universal-hero {
  min-height: clamp(450px, 48vw, 540px) !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

body.abk-modern-interior .abk-universal-hero-inner {
  gap: clamp(16px, 2.6vw, 30px);
}

body.abk-modern-interior .abk-universal-hero-copy {
  padding: clamp(22px, 2.6vw, 30px) !important;
}

body.abk-modern-interior .abk-universal-hero-copy p {
  margin-top: 10px;
}

body.abk-modern-interior .abk-hero-actions {
  margin-top: 18px;
}

body.abk-modern-interior .abk-universal-hero-photo-wrap {
  min-height: 260px;
}

body.abk-modern-interior .abk-universal-hero-photo-card {
  height: clamp(260px, 32vw, 360px) !important;
  min-height: 260px !important;
}

body.abk-modern-interior #main-content .et_pb_section.abk-source-hero-section,
body.abk-modern-interior #main-content .et_pb_section.abk-source-hero-empty {
  padding-top: clamp(38px, 4.4vw, 58px) !important;
  padding-bottom: clamp(42px, 4.8vw, 64px) !important;
}

body.abk-modern-interior #main-content .et_pb_section:not(:first-child):not(.abk-contact-section) {
  padding-top: clamp(36px, 4.4vw, 56px) !important;
  padding-bottom: clamp(40px, 4.8vw, 62px) !important;
}

body.abk-modern-service-page .abk-modern-lead-section,
body.abk-modern-service-page .abk-modern-overview-section,
body.abk-modern-service-page .abk-modern-card-section,
body.abk-modern-service-page .abk-modern-benefits-section,
body.abk-modern-about-page .abk-modern-story-section {
  padding-top: clamp(42px, 4.8vw, 62px) !important;
  padding-bottom: clamp(44px, 5vw, 66px) !important;
}

body.abk-modern-service-page .abk-modern-card-section .et_pb_row {
  gap: 18px !important;
  margin-top: 18px !important;
}

body.abk-modern-service-page .abk-modern-card-section .et_pb_column {
  min-height: 0 !important;
  padding: 24px !important;
}

body.abk-modern-service-page .abk-modern-card-section .et_pb_column:before {
  margin-bottom: 16px;
}

body.abk-modern-service-page .abk-modern-benefits-section .et_pb_row {
  grid-template-columns: minmax(0, min(760px, 100%)) !important;
  justify-content: center;
}

body.abk-modern-service-page .abk-modern-benefits-section .et_pb_column:empty,
body.abk-modern-service-page .abk-modern-benefits-section .et_pb_column_empty {
  display: none !important;
}

body.abk-modern-service-page .abk-modern-benefits-section .et_pb_column:last-child {
  padding: 26px !important;
}

body.abk-modern-about-page .abk-about-proof-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

body.abk-modern-interior #main-content .et_pb_section.abk-source-hero-empty {
  display: none !important;
  min-height: 0 !important;
  padding: 0 !important;
}

body.abk-modern-about-page .abk-modern-story-section .et_pb_row:not(.abk-source-hero-row-hidden) {
  align-items: start;
}

body.abk-modern-contact-page .abk-modern-contact-cards {
  padding-top: clamp(36px, 4.2vw, 54px) !important;
  padding-bottom: clamp(36px, 4.2vw, 54px) !important;
}

body.abk-modern-contact-page .abk-modern-contact-cards .et_pb_column {
  min-height: 140px;
  padding: 24px !important;
}

body.abk-modern-contact-page .abk-modern-contact-form-section {
  padding-top: clamp(42px, 4.8vw, 62px) !important;
  padding-bottom: clamp(46px, 5vw, 68px) !important;
}

.abk-interior-local-strip,
.abk-conversion-section.abk-soft-section {
  padding-top: clamp(40px, 4.8vw, 58px) !important;
  padding-bottom: clamp(42px, 4.8vw, 60px) !important;
}

.abk-conversion-section {
  padding-top: clamp(42px, 4.8vw, 62px) !important;
  padding-bottom: clamp(44px, 5vw, 66px) !important;
}

body.abk-modern-blog-page .abk-interior-local-strip {
  margin-top: 0;
}

body.privacy-policy.abk-modern-interior .abk-universal-hero,
body.abk-modern-interior.page-id-646 .abk-universal-hero {
  min-height: clamp(340px, 34vw, 430px) !important;
}

body.privacy-policy.abk-modern-interior #main-content .et_pb_section.abk-source-hero-section,
body.abk-modern-interior.page-id-646 #main-content .et_pb_section.abk-source-hero-section {
  padding-top: clamp(30px, 3.4vw, 44px) !important;
  padding-bottom: clamp(34px, 3.8vw, 48px) !important;
}

@media (max-width: 980px) {
  body.abk-modern-interior .abk-universal-hero {
    padding-top: 22px !important;
    padding-bottom: 26px !important;
  }

  body.abk-modern-interior .abk-universal-hero-photo-wrap {
    min-height: 250px;
  }

  body.abk-modern-interior .abk-universal-hero-photo-card {
    height: 270px !important;
    min-height: 270px !important;
  }

  body.abk-modern-service-page .abk-modern-lead-section,
  body.abk-modern-service-page .abk-modern-overview-section,
  body.abk-modern-service-page .abk-modern-card-section,
  body.abk-modern-service-page .abk-modern-benefits-section,
  body.abk-modern-about-page .abk-modern-story-section {
    padding-top: 36px !important;
    padding-bottom: 40px !important;
  }

  .abk-interior-local-strip,
  .abk-conversion-section,
  .abk-conversion-section.abk-soft-section {
    padding-top: 34px !important;
    padding-bottom: 36px !important;
  }
}

@media (max-width: 600px) {
  body.abk-modern-interior .abk-universal-hero {
    padding-top: 18px !important;
    padding-bottom: 22px !important;
  }

  body.abk-modern-interior .abk-universal-hero-copy {
    padding: 20px !important;
  }

  body.abk-modern-interior .abk-universal-hero-photo-wrap {
    min-height: 230px;
  }

  body.abk-modern-interior .abk-universal-hero-photo-card {
    height: 245px !important;
    min-height: 245px !important;
  }

  body.abk-modern-service-page .abk-modern-card-section .et_pb_column,
  body.abk-modern-service-page .abk-modern-benefits-section .et_pb_column:last-child,
  body.abk-modern-about-page .abk-modern-story-section .et_pb_column,
  body.abk-modern-about-page .abk-about-proof-card,
  body.abk-modern-about-page .abk-about-glance-card,
  body.abk-modern-contact-page .abk-modern-contact-cards .et_pb_column,
  body.abk-modern-contact-page .abk-modern-contact-form-section .et_pb_column:last-child {
    padding: 20px !important;
  }

body.abk-modern-contact-page .abk-modern-contact-form-section {
  padding-top: 34px !important;
  padding-bottom: 36px !important;
}

  body.abk-modern-contact-page .abk-modern-contact-cards .et_pb_column {
    min-height: 122px;
  }
}

/* Contact page conversion layout: quote form + direct contact sidebar. */
body.abk-modern-contact-page #main-content .abk-modern-contact-cards {
  display: none !important;
}

body.page-id-123.abk-modern-contact-page #main-content .abk-modern-contact-form-section {
  padding-top: clamp(34px, 4vw, 52px) !important;
  padding-bottom: clamp(36px, 4.2vw, 56px) !important;
}

body.page-id-123.abk-modern-contact-page #main-content .abk-modern-contact-form-section .et_pb_row {
  width: min(1160px, calc(100% - 44px)) !important;
  max-width: 1160px !important;
  display: grid !important;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr) !important;
  gap: clamp(22px, 3vw, 34px) !important;
  align-items: start !important;
  justify-content: center !important;
}

body.page-id-123.abk-modern-contact-page #main-content .abk-modern-contact-form-section .et_pb_column:first-child,
body.page-id-123.abk-modern-contact-page #main-content .abk-modern-contact-form-section .et_pb_column:last-child,
body.page-id-123.abk-modern-contact-page #main-content .abk-modern-contact-form-section .abk-contact-sidebar-column,
body.page-id-123.abk-modern-contact-page #main-content .abk-modern-contact-form-section .abk-contact-form-column {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  float: none !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.page-id-123.abk-modern-contact-page #main-content .abk-modern-contact-form-section .abk-contact-form-column {
  padding: clamp(24px, 3vw, 34px) !important;
  border: 1px solid rgba(31, 21, 101, 0.10) !important;
  border-radius: 24px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 18px 42px rgba(31, 21, 101, 0.09) !important;
}

body.page-id-123.abk-modern-contact-page #main-content .abk-contact-quote-sidebar {
  height: auto;
  padding: clamp(22px, 2.4vw, 28px);
  border: 1px solid rgba(31, 21, 101, 0.10);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(238, 241, 248, 0.76));
  box-shadow: 0 18px 42px rgba(31, 21, 101, 0.09);
}

body.page-id-123.abk-modern-contact-page #main-content .abk-contact-quote-sidebar h2 {
  margin: 0 0 12px !important;
  padding: 0 !important;
  color: var(--abk-ink) !important;
  font-family: var(--abk-serif) !important;
  font-size: clamp(28px, 2.45vw, 34px) !important;
  font-weight: 500 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.03em !important;
}

body.page-id-123.abk-modern-contact-page #main-content .abk-contact-quote-sidebar > p:not(.abk-kicker) {
  margin: 0 0 16px !important;
  color: var(--abk-muted) !important;
  font-family: var(--abk-sans) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.58 !important;
}

body.page-id-123.abk-modern-contact-page #main-content .abk-contact-sidebar-links {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

body.page-id-123.abk-modern-contact-page #main-content .abk-contact-sidebar-links a {
  display: block;
  padding: 10px 13px;
  border: 1px solid rgba(31, 21, 101, 0.10);
  border-radius: 16px;
  background: #ffffff;
  color: var(--abk-ink) !important;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

body.page-id-123.abk-modern-contact-page #main-content .abk-contact-sidebar-links a:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(31, 21, 101, 0.08);
}

body.page-id-123.abk-modern-contact-page #main-content .abk-contact-sidebar-links span,
body.page-id-123.abk-modern-contact-page #main-content .abk-contact-checklist p {
  display: block;
  margin: 0 0 5px;
  color: rgba(31, 21, 101, 0.68) !important;
  font-family: var(--abk-sans) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.page-id-123.abk-modern-contact-page #main-content .abk-contact-sidebar-links strong {
  display: block;
  color: var(--abk-ink-2) !important;
  font-family: var(--abk-sans) !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
}

body.page-id-123.abk-modern-contact-page #main-content .abk-contact-checklist {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(31, 21, 101, 0.10);
}

body.page-id-123.abk-modern-contact-page #main-content .abk-contact-checklist ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.page-id-123.abk-modern-contact-page #main-content .abk-contact-checklist li {
  position: relative;
  padding-left: 18px;
  color: var(--abk-muted) !important;
  font-family: var(--abk-sans) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
}

body.page-id-123.abk-modern-contact-page #main-content .abk-contact-checklist li:before {
  content: "";
  position: absolute;
  top: 0.56em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--abk-ink-2);
}

body.page-id-123.abk-modern-contact-page #main-content .abk-contact-form-column .et_pb_code {
  padding: 0 !important;
}

body.page-id-123.abk-modern-contact-page #main-content .abk-contact-next-card {
  margin-top: 24px;
  padding: 18px 20px;
  border: 1px solid rgba(31, 21, 101, 0.10);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
}

body.page-id-123.abk-modern-contact-page #main-content .abk-contact-next-card .abk-kicker {
  margin: 0 0 10px !important;
  color: var(--abk-ink-2) !important;
}

body.page-id-123.abk-modern-contact-page #main-content .abk-contact-next-card ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.page-id-123.abk-modern-contact-page #main-content .abk-contact-next-card li {
  color: var(--abk-muted) !important;
  font-family: var(--abk-sans) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}

body.page-id-123.abk-modern-contact-page .abk-interior-local-strip {
  padding-top: clamp(28px, 3vw, 38px) !important;
  padding-bottom: clamp(30px, 3.2vw, 42px) !important;
  background: #ffffff !important;
  background-image: linear-gradient(180deg, #ffffff 0%, #f8f9fc 100%) !important;
  border-top: 1px solid rgba(31, 21, 101, 0.07);
  border-bottom: 1px solid rgba(31, 21, 101, 0.07);
}

body.page-id-123.abk-modern-contact-page .abk-interior-local-strip .abk-section-inner {
  align-items: center;
}

body.page-id-123.abk-modern-contact-page .abk-interior-local-strip h2 {
  font-size: clamp(28px, 3.1vw, 40px) !important;
}

body.page-id-123.abk-modern-contact-page .abk-interior-local-strip p:not(.abk-kicker) {
  margin-top: 10px;
  max-width: 600px;
}

@media (max-width: 980px) {
  body.page-id-123.abk-modern-contact-page #main-content .abk-modern-contact-form-section .et_pb_row {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.page-id-123.abk-modern-contact-page #main-content .abk-contact-sidebar-column {
    order: 2;
  }

  body.page-id-123.abk-modern-contact-page #main-content .abk-contact-form-column {
    order: 1;
  }

  body.page-id-123.abk-modern-contact-page #main-content .abk-contact-checklist ul {
    grid-template-columns: minmax(0, 1fr);
  }

  body.page-id-123.abk-modern-contact-page #main-content .abk-contact-next-card ul {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 600px) {
  body.page-id-123.abk-modern-contact-page #main-content .abk-modern-contact-form-section {
    padding-top: 28px !important;
    padding-bottom: 30px !important;
  }

  body.page-id-123.abk-modern-contact-page #main-content .abk-modern-contact-form-section .et_pb_row {
    width: min(100% - 28px, 520px) !important;
    gap: 16px !important;
  }

  body.page-id-123.abk-modern-contact-page #main-content .abk-modern-contact-form-section .abk-contact-form-column,
  body.page-id-123.abk-modern-contact-page #main-content .abk-contact-quote-sidebar {
    padding: 20px !important;
    border-radius: 20px !important;
  }
}

/* Privacy Policy: quiet legal document layout. */
body.abk-modern-legal-page .abk-universal-hero {
  min-height: 0 !important;
  padding-top: clamp(34px, 4vw, 52px) !important;
  padding-bottom: clamp(36px, 4.2vw, 56px) !important;
}

body.abk-modern-legal-page .abk-universal-hero-inner {
  width: min(920px, calc(100% - 44px)) !important;
  grid-template-columns: minmax(0, 1fr) !important;
}

body.abk-modern-legal-page .abk-universal-hero-copy {
  width: 100%;
  max-width: 860px;
  min-height: 0 !important;
  padding: clamp(28px, 4vw, 44px) !important;
}

body.abk-modern-legal-page .abk-universal-hero-copy h1 {
  font-size: clamp(44px, 5.2vw, 72px) !important;
}

body.abk-modern-legal-page .abk-universal-hero-copy > p {
  max-width: 620px;
}

body.abk-modern-legal-page .abk-universal-hero-photo-wrap {
  display: none !important;
}

body.abk-modern-legal-page #main-content .abk-hidden-legal-title-row,
body.abk-modern-legal-page #main-content .abk-hidden-legal-title-module {
  display: none !important;
}

body.abk-modern-legal-page #main-content .abk-privacy-document-section {
  padding: clamp(36px, 4.4vw, 58px) 0 clamp(54px, 5.4vw, 76px) !important;
  background: var(--abk-soft) !important;
  background-image: linear-gradient(180deg, #ffffff 0%, var(--abk-soft) 22%, #ffffff 100%) !important;
}

body.abk-modern-legal-page #main-content .abk-privacy-document-row {
  width: min(900px, calc(100% - 44px)) !important;
  max-width: 900px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 0 !important;
}

body.abk-modern-legal-page #main-content .abk-privacy-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

body.abk-modern-legal-page #main-content .abk-privacy-summary > div {
  padding: 18px 20px;
  border: 1px solid rgba(31, 21, 101, 0.10);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 28px rgba(31, 21, 101, 0.06);
}

body.abk-modern-legal-page #main-content .abk-privacy-summary .abk-kicker {
  margin: 0 0 7px !important;
  color: rgba(31, 21, 101, 0.68) !important;
}

body.abk-modern-legal-page #main-content .abk-privacy-summary strong,
body.abk-modern-legal-page #main-content .abk-privacy-summary a {
  color: var(--abk-ink-2) !important;
  font-family: var(--abk-sans) !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
  text-decoration: none;
}

body.abk-modern-legal-page #main-content .abk-privacy-document {
  margin: 0 !important;
  padding: clamp(28px, 4vw, 48px) !important;
  border: 1px solid rgba(31, 21, 101, 0.10);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(31, 21, 101, 0.08);
}

body.abk-modern-legal-page #main-content .abk-privacy-document,
body.abk-modern-legal-page #main-content .abk-privacy-document p,
body.abk-modern-legal-page #main-content .abk-privacy-document li {
  color: var(--abk-muted) !important;
  font-family: var(--abk-sans) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.72 !important;
}

body.abk-modern-legal-page #main-content .abk-privacy-document p {
  max-width: 72ch;
  margin: 0 0 16px !important;
  padding: 0 !important;
}

body.abk-modern-legal-page #main-content .abk-privacy-document p:first-child {
  display: none !important;
}

body.abk-modern-legal-page #main-content .abk-privacy-document strong,
body.abk-modern-legal-page #main-content .abk-privacy-document b {
  color: var(--abk-ink) !important;
  font-family: var(--abk-serif) !important;
  font-size: clamp(20px, 2vw, 26px) !important;
  font-weight: 700 !important;
  line-height: 1.16 !important;
}

body.abk-modern-legal-page #main-content .abk-privacy-document p:has(> strong:only-child),
body.abk-modern-legal-page #main-content .abk-privacy-document p:has(> b:only-child) {
  margin-top: 26px !important;
  margin-bottom: 8px !important;
}

body.abk-modern-legal-page #main-content .abk-privacy-document ul,
body.abk-modern-legal-page #main-content .abk-privacy-document ol {
  max-width: 72ch;
  margin: 4px 0 20px !important;
  padding-left: 1.35em !important;
}

body.abk-modern-legal-page #main-content .abk-privacy-document a {
  color: var(--abk-ink-2) !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: 850 !important;
  line-height: inherit !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.abk-modern-legal-page #main-content .abk-privacy-document a strong,
body.abk-modern-legal-page #main-content .abk-privacy-document strong a,
body.abk-modern-legal-page #main-content .abk-privacy-document a b,
body.abk-modern-legal-page #main-content .abk-privacy-document b a {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

body.abk-modern-legal-page #main-content .abk-privacy-document p a,
body.abk-modern-legal-page #main-content .abk-privacy-document p strong a,
body.abk-modern-legal-page #main-content .abk-privacy-document p b a {
  font-family: var(--abk-sans) !important;
  font-size: 16px !important;
  line-height: 1.72 !important;
}

@media (max-width: 700px) {
  body.abk-modern-legal-page .abk-universal-hero-inner,
  body.abk-modern-legal-page #main-content .abk-privacy-document-row {
    width: min(100% - 28px, 520px) !important;
  }

  body.abk-modern-legal-page #main-content .abk-privacy-summary {
    grid-template-columns: minmax(0, 1fr);
  }

  body.abk-modern-legal-page #main-content .abk-privacy-document {
    padding: 22px !important;
    border-radius: 20px;
  }

  body.abk-modern-legal-page #main-content .abk-privacy-document,
  body.abk-modern-legal-page #main-content .abk-privacy-document p,
  body.abk-modern-legal-page #main-content .abk-privacy-document li {
    font-size: 15px !important;
    line-height: 1.68 !important;
  }

  body.abk-modern-legal-page #main-content .abk-privacy-document p a,
  body.abk-modern-legal-page #main-content .abk-privacy-document p strong a,
  body.abk-modern-legal-page #main-content .abk-privacy-document p b a {
    font-size: 15px !important;
    line-height: 1.68 !important;
  }
}

/* Sitemap: compact navigation index. */
body.abk-modern-sitemap-page .abk-universal-hero {
  min-height: 0 !important;
  padding-top: clamp(34px, 4vw, 52px) !important;
  padding-bottom: clamp(36px, 4.2vw, 56px) !important;
}

body.abk-modern-sitemap-page .abk-universal-hero-inner {
  width: min(920px, calc(100% - 44px)) !important;
  grid-template-columns: minmax(0, 1fr) !important;
}

body.abk-modern-sitemap-page .abk-universal-hero-copy {
  width: 100%;
  max-width: 860px;
  min-height: 0 !important;
  padding: clamp(28px, 4vw, 44px) !important;
}

body.abk-modern-sitemap-page .abk-universal-hero-copy h1 {
  font-size: clamp(44px, 5.2vw, 72px) !important;
}

body.abk-modern-sitemap-page .abk-universal-hero-copy > p {
  max-width: 650px;
}

body.abk-modern-sitemap-page .abk-universal-hero-photo-wrap {
  display: none !important;
}

body.abk-modern-sitemap-page #main-content .abk-hidden-sitemap-title-row,
body.abk-modern-sitemap-page #main-content .abk-hidden-sitemap-title-module {
  display: none !important;
}

body.abk-modern-sitemap-page #main-content .abk-sitemap-document-section {
  padding: clamp(38px, 4.6vw, 60px) 0 clamp(48px, 5vw, 70px) !important;
  background: var(--abk-soft) !important;
  background-image: linear-gradient(180deg, #ffffff 0%, var(--abk-soft) 34%, #ffffff 100%) !important;
}

body.abk-modern-sitemap-page #main-content .abk-sitemap-document-row {
  width: min(1040px, calc(100% - 44px)) !important;
  max-width: 1040px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 0 !important;
}

body.abk-modern-sitemap-page #main-content .abk-sitemap-document {
  margin: 0 !important;
}

body.abk-modern-sitemap-page #main-content .abk-sitemap-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

body.abk-modern-sitemap-page #main-content .abk-sitemap-card-grid article,
body.abk-modern-sitemap-page #main-content .abk-sitemap-help-row {
  border: 1px solid rgba(31, 21, 101, 0.10);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 36px rgba(31, 21, 101, 0.08);
}

body.abk-modern-sitemap-page #main-content .abk-sitemap-card-grid article {
  padding: 26px;
}

body.abk-modern-sitemap-page #main-content .abk-sitemap-card-grid .abk-kicker {
  margin: 0 0 16px !important;
  color: var(--abk-ink-2) !important;
}

body.abk-modern-sitemap-page #main-content .abk-sitemap-card-grid ul {
  display: grid;
  gap: 10px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.abk-modern-sitemap-page #main-content .abk-sitemap-card-grid li {
  margin: 0 !important;
  padding: 0 !important;
}

body.abk-modern-sitemap-page #main-content .abk-sitemap-card-grid a {
  display: block;
  color: var(--abk-ink) !important;
  font-family: var(--abk-sans) !important;
  font-size: 17px !important;
  font-weight: 850 !important;
  line-height: 1.32 !important;
  text-decoration: none;
  transition: color 0.18s ease, transform 0.18s ease;
}

body.abk-modern-sitemap-page #main-content .abk-sitemap-card-grid a:hover {
  color: var(--abk-ink-2) !important;
  transform: translateX(2px);
}

body.abk-modern-sitemap-page #main-content .abk-sitemap-help-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding: 18px 22px;
}

body.abk-modern-sitemap-page #main-content .abk-sitemap-help-row span {
  color: var(--abk-muted);
  font-family: var(--abk-sans);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.4;
}

body.abk-modern-sitemap-page #main-content .abk-sitemap-help-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--abk-ink-2);
  color: #ffffff !important;
  font-family: var(--abk-sans);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 780px) {
  body.abk-modern-sitemap-page .abk-universal-hero-inner,
  body.abk-modern-sitemap-page #main-content .abk-sitemap-document-row {
    width: min(100% - 28px, 520px) !important;
  }

  body.abk-modern-sitemap-page #main-content .abk-sitemap-card-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  body.abk-modern-sitemap-page #main-content .abk-sitemap-card-grid article {
    padding: 22px;
    border-radius: 20px;
  }

  body.abk-modern-sitemap-page #main-content .abk-sitemap-help-row {
    display: grid;
    gap: 12px;
    padding: 18px;
  }

  body.abk-modern-sitemap-page #main-content .abk-sitemap-help-row a {
    width: 100%;
  }
}

/* Final cleanup pass: global consistency, tighter service rhythm, and QA fixes. */
body #top-header.abk-top-header #et-info,
body #top-header.abk-top-header #et-info a,
body #top-header.abk-top-header #et-info-email,
body #top-header.abk-top-header .abk-top-email {
  font-weight: 400 !important;
}

body #top-header.abk-top-header #et-secondary-menu .et-social-icon a.icon {
  display: grid !important;
  place-items: center !important;
  line-height: 1 !important;
}

body #top-header.abk-top-header #et-secondary-menu .et-social-icon a.icon:before {
  position: static !important;
  inset: auto !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  transform: translateY(0.5px) !important;
  line-height: 1 !important;
}

body.abk-modern-interior #main-header .container.et_menu_container,
body.abk-modern-interior #top-header.abk-top-header .container {
  width: min(1160px, calc(100% - 44px)) !important;
}

body.abk-modern-interior #top-menu a,
body.abk-modern-interior .et-fixed-header #top-menu a,
body.abk-modern-interior #top-menu li li a {
  font-family: var(--abk-sans) !important;
}

body.abk-modern-interior .abk-header-helper,
body.abk-modern-interior .abk-header-helper span,
body.abk-modern-interior .abk-header-call {
  font-family: var(--abk-sans) !important;
  font-weight: 800 !important;
}

body.abk-modern-interior .abk-universal-hero {
  min-height: clamp(360px, calc(100vh - 190px), 560px);
}

body.abk-modern-service-page #main-content .abk-source-hero-section,
body.abk-modern-service-page #main-content .abk-modern-lead-section,
body.abk-modern-service-page #main-content .abk-modern-overview-section,
body.abk-modern-service-page #main-content .abk-modern-card-section,
body.abk-modern-service-page #main-content .abk-modern-benefits-section {
  padding-top: clamp(38px, 4.6vw, 58px) !important;
  padding-bottom: clamp(42px, 5vw, 66px) !important;
}

body.abk-modern-service-page .abk-modern-lead-section .et_pb_row:not(.abk-source-hero-row-hidden),
body.abk-modern-service-page .abk-modern-overview-section .et_pb_row,
body.abk-modern-service-page .abk-modern-benefits-section .et_pb_row {
  gap: clamp(20px, 3.4vw, 42px) !important;
}

body.abk-modern-service-page .abk-modern-card-section .et_pb_column {
  min-height: 0 !important;
  padding: 26px !important;
}

body.abk-modern-service-page .abk-modern-card-section h3,
body.abk-modern-service-page .abk-modern-card-section h4,
body.abk-modern-service-page .abk-modern-card-section h5,
body.abk-modern-service-page .abk-modern-card-section strong,
body.abk-modern-service-page .abk-modern-benefits-section h3,
body.abk-modern-service-page .abk-modern-benefits-section h4,
body.abk-modern-service-page .abk-modern-benefits-section strong {
  font-family: var(--abk-sans) !important;
  font-size: clamp(21px, 2vw, 27px) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.16 !important;
}

body.abk-modern-service-page .abk-modern-card-section p,
body.abk-modern-service-page .abk-modern-benefits-section p,
body.abk-modern-service-page .abk-modern-benefits-section li {
  font-family: var(--abk-sans) !important;
}

body.abk-modern-service-page .abk-modern-benefits-section .et_pb_column:last-child {
  padding: 26px !important;
}

body.abk-modern-service-page .abk-interior-local-strip,
body.abk-modern-contact-page .abk-interior-local-strip,
body.abk-modern-blog-page .abk-interior-local-strip {
  background: #ffffff !important;
  border-top: 1px solid rgba(31, 21, 101, 0.08);
}

body.abk-modern-contact-page .abk-modern-contact-cards + .abk-modern-contact-form-section {
  padding-top: clamp(42px, 5vw, 64px) !important;
}

body.home .abk-services-grid .abk-service-card h3 {
  text-wrap: balance;
}

body.home .abk-services-grid .abk-hidden-service-card,
body.home .abk-services-grid .abk-service-card:nth-child(n+5) {
  display: none !important;
}

body.home .abk-services-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2vw, 26px) !important;
}

@media (max-width: 760px) {
  body.home .abk-services-grid {
    grid-template-columns: 1fr !important;
  }
}

body.abk-modern-blog-page #main-content .post-meta a[href*="/author/"],
body.abk-modern-blog-page #main-content .post-meta a[href*="/category/"],
body.abk-modern-blog-page #main-content .post-meta a[href*="/tag/"] {
  pointer-events: none;
  color: #6f7080 !important;
  text-decoration: none !important;
}

body.abk-modern-single-post #main-content .abk-single-meta-panel div,
body.abk-modern-single-post #main-content .abk-single-meta-panel span,
body.abk-modern-single-post #main-content .abk-single-meta-panel a,
body.abk-modern-single-post #main-content .abk-single-body-row p,
body.abk-modern-single-post #main-content .abk-single-body-row li,
body.abk-modern-single-post #main-content .abk-single-subhead,
body.abk-modern-single-post #main-content .abk-single-takeaway li,
body.abk-modern-single-post #main-content .abk-single-inline-cta a,
body.abk-modern-single-post #main-content .abk-single-related-services a,
body.page-id-467.abk-modern-blog-page #main-content .post-meta,
body.page-id-467.abk-modern-blog-page #main-content .post-meta a,
body.page-id-467.abk-modern-blog-page #main-content .more-link {
  font-family: var(--abk-sans) !important;
}

body.abk-modern-single-post #main-content .abk-single-takeaway {
  padding: 26px 34px 26px 44px !important;
}

body.abk-modern-single-post #main-content .abk-single-takeaway ul {
  padding-left: 1.55em !important;
}

body.abk-modern-single-post #main-content .abk-single-takeaway li {
  padding-left: 2px;
}

body.abk-modern-legal-page #main-content .abk-privacy-document-section,
body.abk-modern-sitemap-page #main-content .abk-sitemap-document-section {
  padding-top: clamp(38px, 4.4vw, 58px) !important;
}

@media (max-width: 980px) {
  body.abk-modern-service-page .abk-modern-lead-section .et_pb_row:not(.abk-source-hero-row-hidden),
  body.abk-modern-service-page .abk-modern-overview-section .et_pb_row,
  body.abk-modern-service-page .abk-modern-card-section .et_pb_row,
  body.abk-modern-service-page .abk-modern-benefits-section .et_pb_row,
  .abk-interior-local-strip .abk-section-inner {
    grid-template-columns: minmax(0, 1fr) !important;
  }

}

@media (max-width: 600px) {
  body.abk-modern-single-post #main-content .abk-single-takeaway {
    padding: 22px 24px 22px 34px !important;
  }
}

/* Final Property Measurement page overrides after shared virtual-page rules. */
body.abk-virtual-measurement #page-container #main-content .abk-measurement-card-section .abk-feature-grid h3 {
  font-family: var(--abk-sans) !important;
  font-size: clamp(21px, 1.9vw, 28px) !important;
  font-weight: 850 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

@media (max-width: 980px) {
  body.abk-virtual-measurement #page-container #main-content .abk-measurement-card-section .abk-feature-grid h3 {
    font-size: 24px !important;
  }
}

/* Final Financing page overrides after shared interior typography rules. */
body.page-id-192.abk-modern-service-page #page-container #main-content .abk-modern-card-section h3,
body.page-id-192.abk-modern-service-page #page-container #main-content .abk-modern-card-section h4,
body.page-id-192.abk-modern-service-page #page-container #main-content .abk-modern-card-section h5 {
  font-family: var(--abk-sans) !important;
  font-size: clamp(21px, 1.9vw, 28px) !important;
  font-weight: 850 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

@media (max-width: 980px) {
  body.page-id-192.abk-modern-service-page #page-container #main-content .abk-modern-card-section h3,
  body.page-id-192.abk-modern-service-page #page-container #main-content .abk-modern-card-section h4,
  body.page-id-192.abk-modern-service-page #page-container #main-content .abk-modern-card-section h5 {
    font-size: 24px !important;
  }
}

/* Header helper final override: keep the nav CTA pills identical across every page. */
body.abk-modern-interior #main-header {
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 10px 28px rgba(23, 18, 75, 0.08) !important;
}

body.abk-modern-interior #main-header .container.et_menu_container {
  width: min(1160px, calc(100% - 44px)) !important;
  max-width: none !important;
  height: 68px !important;
  display: grid !important;
  grid-template-columns: 86px minmax(0, 1fr) 370px !important;
  align-items: center !important;
  column-gap: 20px !important;
}

body.abk-modern-interior #main-header .logo_container {
  grid-column: 1 !important;
  grid-row: 1 !important;
  position: relative !important;
  inset: auto !important;
  width: auto !important;
  height: auto !important;
  margin-top: 0 !important;
  display: flex !important;
  align-items: center !important;
  align-self: center !important;
}

body.abk-modern-interior #main-header #logo {
  width: auto !important;
  height: auto !important;
  max-width: 76px !important;
  max-height: 58px !important;
  object-fit: contain !important;
  transform: none !important;
}

body.abk-modern-interior #et-top-navigation {
  float: none !important;
  display: contents !important;
  padding-left: 0 !important;
}

body.abk-modern-interior #top-header.abk-top-header .container {
  width: min(1160px, calc(100% - 44px)) !important;
  max-width: none !important;
  min-height: 32px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 18px !important;
}

body.abk-modern-interior #top-header.abk-top-header #et-info,
body.abk-modern-interior #top-header.abk-top-header #et-secondary-menu {
  float: none !important;
  display: flex !important;
  align-items: center !important;
}

body.abk-modern-interior #top-header.abk-top-header #et-info a,
body.abk-modern-interior #top-header.abk-top-header .abk-top-email,
body.abk-modern-interior #top-header.abk-top-header #et-info-email {
  display: flex !important;
  align-items: center !important;
  min-height: 32px !important;
  font-family: var(--abk-sans) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}

body #page-container #main-header .container.et_menu_container {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 86px minmax(0, 1fr) 370px !important;
  align-items: center !important;
  column-gap: 20px !important;
}

body #page-container #main-header #et-top-navigation {
  position: static !important;
  display: contents !important;
  padding-left: 0 !important;
}

body #page-container #main-header #top-menu-nav {
  grid-column: 2 !important;
  grid-row: 1 !important;
  justify-self: start !important;
  max-width: 100% !important;
}

body #page-container #main-header #top-menu {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;
}

body #page-container #main-header .abk-header-helper,
body #page-container #main-header .abk-header-helper *,
body #page-container #main-header.et-fixed-header .abk-header-helper,
body #page-container #main-header.et-fixed-header .abk-header-helper * {
  font-family: var(--abk-sans) !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body #page-container #main-header .abk-header-helper,
body #page-container #main-header.et-fixed-header .abk-header-helper {
  display: flex !important;
  position: static !important;
  grid-column: 3 !important;
  grid-row: 1 !important;
  justify-self: end !important;
  align-self: center !important;
  top: 50% !important;
  right: 0 !important;
  left: auto !important;
  bottom: auto !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  width: 370px !important;
  min-width: 370px !important;
  max-width: 370px !important;
  height: 36px !important;
  min-height: 36px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--abk-ink) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
  transform: none !important;
  z-index: 20 !important;
  float: none !important;
}

body #page-container #main-header .abk-header-helper > span,
body #page-container #main-header.et-fixed-header .abk-header-helper > span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 176px !important;
  width: 176px !important;
  min-width: 176px !important;
  max-width: 176px !important;
  height: 36px !important;
  min-height: 36px !important;
  margin: 0 !important;
  padding: 0 11px !important;
  border: 1px solid rgba(31, 21, 101, 0.10) !important;
  border-radius: 999px !important;
  background: var(--abk-soft) !important;
  color: var(--abk-ink) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

body #page-container #main-header .abk-header-helper > .abk-header-call,
body #page-container #main-header.et-fixed-header .abk-header-helper > .abk-header-call {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 186px !important;
  width: 186px !important;
  min-width: 186px !important;
  max-width: 186px !important;
  height: 36px !important;
  min-height: 36px !important;
  margin: 0 !important;
  padding: 0 12px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--abk-ink-2) !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: 0 10px 20px rgba(31, 21, 101, 0.12) !important;
  box-sizing: border-box !important;
}

@media (max-width: 1120px) {
  body #page-container #main-header .abk-header-helper,
  body #page-container #main-header.et-fixed-header .abk-header-helper {
    width: 186px !important;
    min-width: 186px !important;
    max-width: 186px !important;
  }

  body #page-container #main-header .abk-header-helper > span,
  body #page-container #main-header.et-fixed-header .abk-header-helper > span {
    display: none !important;
  }
}

@media (max-width: 980px) {
  body #page-container #main-header .abk-header-helper,
  body #page-container #main-header.et-fixed-header .abk-header-helper {
    display: none !important;
  }
}

/* Delivery cleanup pass: final consistency, mobile header, articles, and accessibility. */
.abk-skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100000;
  transform: translateY(-150%);
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--abk-ink-2, #1f1565);
  color: #ffffff !important;
  font-family: var(--abk-sans, Arial, Helvetica, sans-serif);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.18s ease;
}

.abk-skip-link:focus {
  transform: translateY(0);
}

body a:focus-visible,
body button:focus-visible,
body input:focus-visible,
body select:focus-visible,
body textarea:focus-visible,
body [tabindex]:focus-visible {
  outline: 3px solid rgba(31, 21, 101, 0.42) !important;
  outline-offset: 3px !important;
}

@media (min-width: 1121px) {
  body #page-container #main-header .container.et_menu_container,
  body.abk-modern-interior #main-header .container.et_menu_container {
    grid-template-columns: 78px minmax(0, 1fr) 370px !important;
    column-gap: 18px !important;
  }

  body #page-container #main-header #top-menu,
  body.abk-modern-interior #top-menu {
    gap: clamp(20px, 1.65vw, 30px) !important;
  }

  body #page-container #main-header #top-menu > li,
  body.abk-modern-interior #top-menu > li {
    margin: 0 !important;
    padding-right: 0 !important;
  }

  body #page-container #main-header #top-menu > li > a,
  body.abk-modern-interior #top-menu > li > a {
    padding-bottom: 0 !important;
    white-space: nowrap !important;
  }

  body #page-container #main-header .abk-header-helper,
  body #page-container #main-header.et-fixed-header .abk-header-helper,
  body.abk-modern-interior .abk-header-helper {
    width: 370px !important;
    min-width: 370px !important;
    max-width: 370px !important;
    font-weight: 600 !important;
  }

  body #page-container #main-header .abk-header-helper > span,
  body #page-container #main-header.et-fixed-header .abk-header-helper > span,
  body.abk-modern-interior .abk-header-helper > span,
  body #page-container #main-header .abk-header-helper > .abk-header-call,
  body #page-container #main-header.et-fixed-header .abk-header-helper > .abk-header-call,
  body.abk-modern-interior .abk-header-helper > .abk-header-call {
    font-weight: 600 !important;
  }
}

@media (min-width: 1121px) and (max-width: 1280px) {
  body #page-container #main-header .container.et_menu_container,
  body.abk-modern-interior #main-header .container.et_menu_container {
    grid-template-columns: 72px minmax(0, 1fr) 346px !important;
    column-gap: 14px !important;
  }

  body #page-container #main-header #top-menu,
  body.abk-modern-interior #top-menu {
    gap: 16px !important;
  }

  body #page-container #main-header #top-menu > li > a,
  body.abk-modern-interior #top-menu > li > a {
    font-size: 16px !important;
  }

  body #page-container #main-header .abk-header-helper,
  body #page-container #main-header.et-fixed-header .abk-header-helper,
  body.abk-modern-interior .abk-header-helper {
    width: 346px !important;
    min-width: 346px !important;
    max-width: 346px !important;
  }

  body #page-container #main-header .abk-header-helper > span,
  body #page-container #main-header.et-fixed-header .abk-header-helper > span {
    flex-basis: 162px !important;
    width: 162px !important;
    min-width: 162px !important;
    max-width: 162px !important;
    font-size: 12.5px !important;
  }

  body #page-container #main-header .abk-header-helper > .abk-header-call,
  body #page-container #main-header.et-fixed-header .abk-header-helper > .abk-header-call {
    flex-basis: 176px !important;
    width: 176px !important;
    min-width: 176px !important;
    max-width: 176px !important;
    font-size: 12.5px !important;
  }
}

@media (max-width: 980px) {
  body #top-header.abk-top-header {
    min-height: 44px !important;
    height: 44px !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 !important;
  }

  body #top-header.abk-top-header .container {
    width: min(720px, calc(100% - 28px)) !important;
    min-height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 10px !important;
    padding: 0 !important;
  }

  body #top-header.abk-top-header #et-info,
  body #top-header.abk-top-header #et-secondary-menu,
  body #top-header.abk-top-header .et-social-icons {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body #top-header.abk-top-header .abk-top-email,
  body #top-header.abk-top-header #et-info-email {
    min-height: 44px !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
  }

  body #top-header.abk-top-header #et-secondary-menu .et-social-icon a.icon {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
  }

  body #page-container #main-header,
  body.abk-modern-interior #main-header {
    top: 44px !important;
    min-height: 72px !important;
    height: 72px !important;
  }

  body #page-container #main-header .container.et_menu_container,
  body.abk-modern-interior #main-header .container.et_menu_container {
    width: min(720px, calc(100% - 28px)) !important;
    height: 72px !important;
    min-height: 72px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    grid-template-columns: none !important;
    gap: 14px !important;
    padding: 0 !important;
  }

  body #page-container #main-header .logo_container,
  body.abk-modern-interior #main-header .logo_container {
    position: relative !important;
    inset: auto !important;
    display: flex !important;
    align-items: center !important;
    width: auto !important;
    height: 72px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body #page-container #main-header #logo,
  body.abk-modern-interior #main-header #logo {
    display: block !important;
    width: auto !important;
    max-width: 110px !important;
    max-height: 58px !important;
    object-fit: contain !important;
    transform: none !important;
  }

  body #page-container #main-header #et-top-navigation,
  body.abk-modern-interior #et-top-navigation {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
  }

  body #page-container #main-header #top-menu-nav,
  body.abk-modern-interior #top-menu-nav {
    display: none !important;
  }

  body #page-container #main-header #et_mobile_nav_menu,
  body.abk-modern-interior #et_mobile_nav_menu {
    display: block !important;
    margin: 0 !important;
  }

  body #page-container #main-header .mobile_menu_bar,
  body.abk-modern-interior .mobile_menu_bar {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    height: 48px !important;
    padding: 0 !important;
  }

  body #page-container #main-header .mobile_menu_bar:before,
  body.abk-modern-interior .mobile_menu_bar:before {
    position: static !important;
    inset: auto !important;
    font-size: 38px !important;
    line-height: 1 !important;
  }

  body #page-container #main-header .et_mobile_menu,
  body.abk-modern-interior .et_mobile_menu {
    top: 72px !important;
  }

  body.et_fixed_nav #page-container,
  body.et_non_fixed_nav.et_transparent_nav #page-container {
    padding-top: 116px !important;
  }

  body.abk-modern-interior .abk-universal-hero,
  body:not(.home) .abk-universal-hero {
    margin-top: 0 !important;
    min-height: auto !important;
    padding-top: 18px !important;
    padding-bottom: 22px !important;
  }

  body.abk-modern-interior .abk-universal-hero-copy h1,
  body:not(.home) .abk-universal-hero-copy h1,
  body.abk-modern-legal-page .abk-universal-hero-copy h1,
  body.abk-modern-sitemap-page .abk-universal-hero-copy h1 {
    font-size: clamp(34px, 7.4vw, 46px) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.015em !important;
  }

  body.abk-modern-interior .abk-universal-hero-copy p,
  body:not(.home) .abk-universal-hero-copy p {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }
}

@media (max-width: 600px) {
  body #top-header.abk-top-header .container {
    width: min(100% - 20px, 520px) !important;
    gap: 8px !important;
  }

  body #top-header.abk-top-header .abk-top-email,
  body #top-header.abk-top-header #et-info-email {
    max-width: 245px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body #top-header.abk-top-header #et-secondary-menu .et-social-icon a.icon {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
  }

  body #page-container #main-header .container.et_menu_container,
  body.abk-modern-interior #main-header .container.et_menu_container {
    width: min(100% - 22px, 520px) !important;
  }

  body #page-container #main-header #logo,
  body.abk-modern-interior #main-header #logo {
    max-width: 96px !important;
    max-height: 54px !important;
  }

  body.abk-modern-interior .abk-universal-hero,
  body:not(.home) .abk-universal-hero {
    padding-top: 14px !important;
    padding-bottom: 18px !important;
  }

  body.abk-modern-interior .abk-universal-hero-inner,
  body:not(.home) .abk-universal-hero-inner {
    width: min(100% - 24px, 520px) !important;
  }

  body.abk-modern-interior .abk-universal-hero-copy,
  body:not(.home) .abk-universal-hero-copy {
    padding: 20px !important;
    border-radius: 20px !important;
  }

  body.abk-modern-interior .abk-universal-hero-copy h1,
  body:not(.home) .abk-universal-hero-copy h1,
  body.abk-modern-legal-page .abk-universal-hero-copy h1,
  body.abk-modern-sitemap-page .abk-universal-hero-copy h1 {
    font-size: clamp(31px, 9vw, 39px) !important;
  }
}

body.abk-virtual-article #main-content .abk-single-article-section {
  padding: clamp(42px, 5vw, 68px) 0 clamp(50px, 5.6vw, 78px) !important;
  background: #ffffff !important;
  background-image: linear-gradient(rgba(31, 21, 101, 0.025) 1px, transparent 1px) !important;
  background-size: 100% 64px !important;
}

body.abk-virtual-article #main-content .abk-article-layout {
  display: grid;
  gap: clamp(24px, 3.5vw, 42px);
  width: min(920px, calc(100% - 44px));
  margin: 0 auto;
}

body.abk-virtual-article #main-content .abk-article-content {
  width: min(760px, 100%);
  margin: 0 auto;
}

body.abk-virtual-article #main-content .abk-article-content h2 {
  margin: 34px 0 12px !important;
  padding: 0 !important;
  color: var(--abk-ink) !important;
  font-family: var(--abk-serif) !important;
  font-size: clamp(30px, 3vw, 42px) !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.02em !important;
}

body.abk-virtual-article #main-content .abk-article-content h2:first-child {
  margin-top: 0 !important;
}

body.abk-virtual-article #main-content .abk-article-content p,
body.abk-virtual-article #main-content .abk-single-takeaway li {
  color: var(--abk-muted) !important;
  font-family: var(--abk-sans) !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 1.68 !important;
}

body.abk-virtual-article #main-content .abk-article-layout .abk-single-takeaway,
body.abk-virtual-article #main-content .abk-article-layout .abk-single-related-services {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 26px 34px 26px 44px !important;
}

body.abk-virtual-article #main-content .abk-article-layout .abk-single-inline-cta {
  margin: 34px 0 !important;
  padding: 24px !important;
}

body.abk-virtual-article #main-content .abk-interior-local-strip {
  background: #ffffff !important;
}

body #top-header.abk-top-header #et-info,
body #top-header.abk-top-header #et-info a,
body #top-header.abk-top-header #et-info-email,
body #top-header.abk-top-header .abk-top-email,
body #top-header.abk-top-header .abk-top-email span {
  font-weight: 400 !important;
}

body #top-header.abk-top-header .et-social-icons {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

body #top-header.abk-top-header .et-social-icon {
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body #top-header.abk-top-header #et-secondary-menu .et-social-icon a.icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow: hidden !important;
}

body #top-header.abk-top-header #et-secondary-menu .et-social-icon a.icon span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

@media (max-width: 700px) {
  body.abk-virtual-article #main-content .abk-article-layout {
    width: min(100% - 28px, 520px);
  }

  body.abk-virtual-article #main-content .abk-article-content p,
  body.abk-virtual-article #main-content .abk-single-takeaway li {
    font-size: 16px !important;
    line-height: 1.62 !important;
  }

  body.abk-virtual-article #main-content .abk-article-layout .abk-single-takeaway,
  body.abk-virtual-article #main-content .abk-article-layout .abk-single-related-services {
    padding: 22px 24px 22px 34px !important;
  }
}

/* Final dropdown consistency: match the approved homepage Appraisals menu everywhere. */
@media (min-width: 981px) {
  body #page-container #main-header #top-menu > li.menu-item-has-children {
    position: relative !important;
  }

  body #page-container #main-header #top-menu > li.menu-item-has-children > ul.sub-menu,
  body #page-container #main-header.et-fixed-header #top-menu > li.menu-item-has-children > ul.sub-menu {
    top: 68px !important;
    right: auto !important;
    left: 0 !important;
    width: min(360px, calc(100vw - 56px)) !important;
    min-width: min(360px, calc(100vw - 56px)) !important;
    max-width: min(360px, calc(100vw - 56px)) !important;
    padding: 22px 24px 24px !important;
    border: 0 !important;
    border-top: 5px solid var(--abk-ink-2, #1f1565) !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    box-shadow: 0 20px 44px rgba(23, 18, 75, 0.12) !important;
    transform: none !important;
    text-align: left !important;
  }

  body #page-container #main-header #top-menu > li.menu-item-has-children > ul.sub-menu:before,
  body #page-container #main-header #top-menu > li.menu-item-has-children > ul.sub-menu:after {
    display: none !important;
    content: none !important;
  }

  body #page-container #main-header #top-menu > li.menu-item-has-children > ul.sub-menu li,
  body #page-container #main-header.et-fixed-header #top-menu > li.menu-item-has-children > ul.sub-menu li {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    line-height: 1.15 !important;
  }

  body #page-container #main-header #top-menu > li.menu-item-has-children > ul.sub-menu li + li {
    margin-top: 16px !important;
  }

  body #page-container #main-header #top-menu > li.menu-item-has-children > ul.sub-menu li a,
  body #page-container #main-header.et-fixed-header #top-menu > li.menu-item-has-children > ul.sub-menu li a {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    color: var(--abk-ink, #17124b) !important;
    background: transparent !important;
    font-family: var(--abk-sans, Arial, Helvetica, sans-serif) !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1.22 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    white-space: normal !important;
  }

  body #page-container #main-header #top-menu > li.menu-item-has-children > ul.sub-menu li a:hover,
  body #page-container #main-header #top-menu > li.menu-item-has-children > ul.sub-menu li.current-menu-item > a,
  body #page-container #main-header #top-menu > li.menu-item-has-children > ul.sub-menu li.current_page_item > a {
    color: var(--abk-ink-2, #1f1565) !important;
    background: transparent !important;
    transform: none !important;
  }
}

/* Final nav repair: lock desktop dropdown spacing and mobile header alignment. */
@media (min-width: 981px) {
  body #page-container #main-header #top-menu > li.menu-item-has-children > ul.sub-menu,
  body #page-container #main-header.et-fixed-header #top-menu > li.menu-item-has-children > ul.sub-menu {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    height: auto !important;
    overflow: visible !important;
  }

  body #page-container #main-header #top-menu > li.menu-item-has-children > ul.sub-menu > li,
  body #page-container #main-header.et-fixed-header #top-menu > li.menu-item-has-children > ul.sub-menu > li {
    flex: 0 0 auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
  }

  body #page-container #main-header #top-menu > li.menu-item-has-children > ul.sub-menu > li + li,
  body #page-container #main-header.et-fixed-header #top-menu > li.menu-item-has-children > ul.sub-menu > li + li {
    margin-top: 0 !important;
  }

  body #page-container #main-header #top-menu > li.menu-item-has-children > ul.sub-menu > li > a,
  body #page-container #main-header.et-fixed-header #top-menu > li.menu-item-has-children > ul.sub-menu > li > a {
    min-height: 0 !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 980px) {
  body #page-container #main-header .container.et_menu_container,
  body.abk-modern-interior #main-header .container.et_menu_container,
  body:not(.home) #main-header .container.et_menu_container {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: min(100% - 28px, 720px) !important;
    max-width: min(100% - 28px, 720px) !important;
    height: 72px !important;
    min-height: 72px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 0 !important;
  }

  body #page-container #main-header .logo_container,
  body.abk-modern-interior #main-header .logo_container,
  body:not(.home) #main-header .logo_container {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important;
    height: 72px !important;
    margin: 0 !important;
  }

  body #page-container #main-header #et-top-navigation,
  body.abk-modern-interior #main-header #et-top-navigation,
  body:not(.home) #main-header #et-top-navigation {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    display: flex !important;
    flex: 0 0 64px !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: 64px !important;
    height: 72px !important;
    min-height: 72px !important;
    margin: 0 0 0 auto !important;
    padding: 0 !important;
    float: none !important;
  }

  body #page-container #main-header #et_mobile_nav_menu,
  body.abk-modern-interior #main-header #et_mobile_nav_menu,
  body:not(.home) #main-header #et_mobile_nav_menu {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    display: flex !important;
    flex: 0 0 64px !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: 64px !important;
    height: 72px !important;
    margin: 0 0 0 auto !important;
    padding: 0 !important;
    float: none !important;
  }

  body #page-container #main-header .mobile_menu_bar,
  body.abk-modern-interior #main-header .mobile_menu_bar,
  body:not(.home) #main-header .mobile_menu_bar {
    position: absolute !important;
    top: 12px !important;
    right: 0 !important;
    left: auto !important;
    bottom: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    min-width: 48px !important;
    height: 48px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    z-index: 30 !important;
  }

  body #page-container #main-header .mobile_menu_bar:before,
  body.abk-modern-interior #main-header .mobile_menu_bar:before,
  body:not(.home) #main-header .mobile_menu_bar:before {
    position: static !important;
    inset: auto !important;
    display: block !important;
    color: var(--abk-ink-2, #1f1565) !important;
    font-size: 38px !important;
    line-height: 1 !important;
    opacity: 1 !important;
    transform: none !important;
  }

  body #page-container #main-header .mobile_menu_bar:after,
  body.abk-modern-interior #main-header .mobile_menu_bar:after,
  body:not(.home) #main-header .mobile_menu_bar:after {
    display: none !important;
    content: none !important;
  }

  body #page-container #main-header .mobile_nav,
  body.abk-modern-interior #main-header .mobile_nav,
  body:not(.home) #main-header .mobile_nav {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: 64px !important;
    height: 72px !important;
  }

  body #page-container #main-header .et_mobile_menu,
  body.abk-modern-interior #main-header .et_mobile_menu,
  body:not(.home) #main-header .et_mobile_menu {
    top: 72px !important;
    right: 0 !important;
    left: auto !important;
    width: min(340px, calc(100vw - 28px)) !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 12px 14px !important;
    border-top: 4px solid var(--abk-ink-2, #1f1565) !important;
    border-radius: 0 0 18px 18px !important;
    background: #ffffff !important;
    box-shadow: 0 20px 44px rgba(23, 18, 75, 0.16) !important;
  }

  body #page-container #main-header .et_mobile_menu li a,
  body.abk-modern-interior #main-header .et_mobile_menu li a,
  body:not(.home) #main-header .et_mobile_menu li a {
    padding: 10px 12px !important;
    font-family: var(--abk-sans, Arial, Helvetica, sans-serif) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
  }

  body #page-container #main-header .et_mobile_menu .sub-menu,
  body.abk-modern-interior #main-header .et_mobile_menu .sub-menu,
  body:not(.home) #main-header .et_mobile_menu .sub-menu {
    display: block !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    padding-left: 12px !important;
  }

  body #page-container #main-header .et_mobile_menu li,
  body.abk-modern-interior #main-header .et_mobile_menu li,
  body:not(.home) #main-header .et_mobile_menu li {
    display: block !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
}

/* Delivery header lock: one source of truth for the approved desktop and mobile nav. */
body #top-header.abk-top-header,
body.et_fixed_nav #page-container #top-header.abk-top-header,
body.et_fixed_nav #page-container .et-fixed-header#top-header.abk-top-header {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 100000 !important;
  min-height: 38px !important;
  height: 38px !important;
  padding: 0 !important;
  background: var(--abk-ink-2, #1f1565) !important;
  box-shadow: none !important;
}

body #top-header.abk-top-header .container {
  width: min(1180px, calc(100% - 44px)) !important;
  max-width: none !important;
  min-height: 38px !important;
  height: 38px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 14px !important;
  padding: 0 !important;
}

body #top-header.abk-top-header #et-info,
body #top-header.abk-top-header #et-secondary-menu,
body #top-header.abk-top-header .et-social-icons {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  height: 38px !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

body #top-header.abk-top-header .abk-top-email,
body #top-header.abk-top-header #et-info-email {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 38px !important;
  height: 38px !important;
  color: #ffffff !important;
  font-family: var(--abk-sans, Arial, Helvetica, sans-serif) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
}

body #top-header.abk-top-header #et-secondary-menu .et-social-icon a.icon {
  width: 34px !important;
  min-width: 34px !important;
  height: 34px !important;
  min-height: 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.12) !important;
  color: #ffffff !important;
  line-height: 1 !important;
}

body #top-header.abk-top-header #et-secondary-menu .et-social-icon a.icon:before {
  position: static !important;
  display: block !important;
  margin: 0 !important;
  color: #ffffff !important;
  font-family: "ETmodules" !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  transform: none !important;
}

body #page-container #main-header,
body #page-container #main-header.et-fixed-header,
body.abk-modern-interior #main-header,
body.abk-modern-interior #main-header.et-fixed-header {
  position: fixed !important;
  top: 38px !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 99999 !important;
  min-height: 88px !important;
  height: 88px !important;
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 12px 30px rgba(23, 18, 75, 0.08) !important;
}

body #page-container #main-header .container.et_menu_container,
body #page-container #main-header.et-fixed-header .container.et_menu_container,
body.abk-modern-interior #main-header .container.et_menu_container,
body.abk-modern-interior #main-header.et-fixed-header .container.et_menu_container {
  width: min(1180px, calc(100% - 44px)) !important;
  max-width: none !important;
  height: 88px !important;
  min-height: 88px !important;
  display: grid !important;
  grid-template-columns: 86px minmax(0, 1fr) auto !important;
  align-items: center !important;
  column-gap: 22px !important;
  padding: 0 !important;
}

body #page-container #main-header .logo_container,
body #page-container #main-header.et-fixed-header .logo_container,
body.abk-modern-interior #main-header .logo_container,
body.abk-modern-interior #main-header.et-fixed-header .logo_container {
  position: relative !important;
  inset: auto !important;
  grid-column: 1 !important;
  grid-row: 1 !important;
  width: auto !important;
  height: 88px !important;
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
}

body #page-container #main-header #logo,
body #page-container #main-header.et-fixed-header #logo,
body.abk-modern-interior #main-header #logo,
body.abk-modern-interior #main-header.et-fixed-header #logo {
  width: auto !important;
  max-width: 78px !important;
  max-height: 66px !important;
  object-fit: contain !important;
  transform: none !important;
}

body #page-container #main-header #et-top-navigation,
body #page-container #main-header.et-fixed-header #et-top-navigation,
body.abk-modern-interior #main-header #et-top-navigation,
body.abk-modern-interior #main-header.et-fixed-header #et-top-navigation {
  display: contents !important;
  float: none !important;
  padding: 0 !important;
}

body #page-container #main-header #top-menu-nav,
body #page-container #main-header.et-fixed-header #top-menu-nav,
body.abk-modern-interior #main-header #top-menu-nav,
body.abk-modern-interior #main-header.et-fixed-header #top-menu-nav {
  grid-column: 2 !important;
  grid-row: 1 !important;
  justify-self: start !important;
  align-self: center !important;
  max-width: 100% !important;
  margin: 0 !important;
  overflow: visible !important;
}

body #page-container #main-header #top-menu,
body #page-container #main-header.et-fixed-header #top-menu,
body.abk-modern-interior #main-header #top-menu,
body.abk-modern-interior #main-header.et-fixed-header #top-menu {
  height: 88px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;
  gap: clamp(18px, 1.7vw, 30px) !important;
  margin: 0 !important;
}

body #page-container #main-header #top-menu > li,
body #page-container #main-header.et-fixed-header #top-menu > li,
body.abk-modern-interior #main-header #top-menu > li,
body.abk-modern-interior #main-header.et-fixed-header #top-menu > li {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  height: 88px !important;
  margin: 0 !important;
  padding: 0 !important;
}

body #page-container #main-header #top-menu > li > a,
body #page-container #main-header.et-fixed-header #top-menu > li > a,
body.abk-modern-interior #main-header #top-menu > li > a,
body.abk-modern-interior #main-header.et-fixed-header #top-menu > li > a {
  height: 88px !important;
  display: inline-flex !important;
  align-items: center !important;
  padding: 0 !important;
  color: rgba(59, 59, 59, 0.68) !important;
  font-family: var(--abk-sans, Arial, Helvetica, sans-serif) !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  transform: none !important;
}

body #page-container #main-header #top-menu > li > a:hover,
body #page-container #main-header #top-menu > li.current-menu-item > a,
body #page-container #main-header #top-menu > li.current_page_item > a,
body #page-container #main-header #top-menu > li.current-menu-ancestor > a,
body.abk-modern-interior #main-header #top-menu > li > a:hover,
body.abk-modern-interior #main-header #top-menu > li.current-menu-item > a,
body.abk-modern-interior #main-header #top-menu > li.current_page_item > a,
body.abk-modern-interior #main-header #top-menu > li.current-menu-ancestor > a {
  color: var(--abk-ink-2, #1f1565) !important;
}

body #page-container #main-header #top-menu > li.menu-item-has-children > a:first-child:after,
body.abk-modern-interior #main-header #top-menu > li.menu-item-has-children > a:first-child:after {
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  margin: 2px 0 0 9px !important;
  font-size: 15px !important;
  line-height: 1 !important;
  transform: none !important;
}

body #page-container #main-header #top-menu > li.menu-item-has-children > ul.sub-menu,
body #page-container #main-header.et-fixed-header #top-menu > li.menu-item-has-children > ul.sub-menu,
body.abk-modern-interior #main-header #top-menu > li.menu-item-has-children > ul.sub-menu,
body.abk-modern-interior #main-header.et-fixed-header #top-menu > li.menu-item-has-children > ul.sub-menu {
  top: 88px !important;
  left: 0 !important;
  right: auto !important;
  width: min(520px, calc(100vw - 56px)) !important;
  min-width: min(520px, calc(100vw - 56px)) !important;
  max-width: min(520px, calc(100vw - 56px)) !important;
  height: auto !important;
  min-height: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
  margin: 0 !important;
  padding: 28px 36px 30px !important;
  border: 0 !important;
  border-top: 5px solid var(--abk-ink-2, #1f1565) !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  box-shadow: 0 24px 48px rgba(23, 18, 75, 0.14) !important;
  overflow: visible !important;
  transform: none !important;
  text-align: left !important;
}

body #page-container #main-header #top-menu > li.menu-item-has-children > ul.sub-menu:before,
body #page-container #main-header #top-menu > li.menu-item-has-children > ul.sub-menu:after,
body.abk-modern-interior #main-header #top-menu > li.menu-item-has-children > ul.sub-menu:before,
body.abk-modern-interior #main-header #top-menu > li.menu-item-has-children > ul.sub-menu:after {
  display: none !important;
  content: none !important;
}

body #page-container #main-header #top-menu > li.menu-item-has-children > ul.sub-menu > li,
body #page-container #main-header.et-fixed-header #top-menu > li.menu-item-has-children > ul.sub-menu > li,
body.abk-modern-interior #main-header #top-menu > li.menu-item-has-children > ul.sub-menu > li,
body.abk-modern-interior #main-header.et-fixed-header #top-menu > li.menu-item-has-children > ul.sub-menu > li {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  line-height: 1.15 !important;
}

body #page-container #main-header #top-menu > li.menu-item-has-children > ul.sub-menu > li > a,
body #page-container #main-header.et-fixed-header #top-menu > li.menu-item-has-children > ul.sub-menu > li > a,
body.abk-modern-interior #main-header #top-menu > li.menu-item-has-children > ul.sub-menu > li > a,
body.abk-modern-interior #main-header.et-fixed-header #top-menu > li.menu-item-has-children > ul.sub-menu > li > a {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--abk-ink, #17124b) !important;
  font-family: var(--abk-sans, Arial, Helvetica, sans-serif) !important;
  font-size: clamp(18px, 1.15vw, 22px) !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  white-space: normal !important;
  transform: none !important;
}

body #page-container #main-header #top-menu > li.menu-item-has-children > ul.sub-menu > li > a:hover,
body #page-container #main-header #top-menu > li.menu-item-has-children > ul.sub-menu > li.current-menu-item > a,
body #page-container #main-header #top-menu > li.menu-item-has-children > ul.sub-menu > li.current_page_item > a,
body.abk-modern-interior #main-header #top-menu > li.menu-item-has-children > ul.sub-menu > li > a:hover,
body.abk-modern-interior #main-header #top-menu > li.menu-item-has-children > ul.sub-menu > li.current-menu-item > a,
body.abk-modern-interior #main-header #top-menu > li.menu-item-has-children > ul.sub-menu > li.current_page_item > a {
  color: var(--abk-ink-2, #1f1565) !important;
  background: transparent !important;
  transform: none !important;
}

body #page-container #main-header .abk-header-helper,
body #page-container #main-header.et-fixed-header .abk-header-helper,
body.abk-modern-interior #main-header .abk-header-helper,
body.abk-modern-interior #main-header.et-fixed-header .abk-header-helper {
  grid-column: 3 !important;
  grid-row: 1 !important;
  position: relative !important;
  inset: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 40px !important;
  min-height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: var(--abk-sans, Arial, Helvetica, sans-serif) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
  transform: none !important;
  z-index: 30 !important;
}

body #page-container #main-header .abk-header-helper > span,
body #page-container #main-header.et-fixed-header .abk-header-helper > span,
body.abk-modern-interior #main-header .abk-header-helper > span,
body.abk-modern-interior #main-header.et-fixed-header .abk-header-helper > span,
body #page-container #main-header .abk-header-helper > .abk-header-call,
body #page-container #main-header.et-fixed-header .abk-header-helper > .abk-header-call,
body.abk-modern-interior #main-header .abk-header-helper > .abk-header-call,
body.abk-modern-interior #main-header.et-fixed-header .abk-header-helper > .abk-header-call {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 40px !important;
  min-height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  font-family: var(--abk-sans, Arial, Helvetica, sans-serif) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
  transform: none !important;
}

body #page-container #main-header .abk-header-helper > span,
body #page-container #main-header.et-fixed-header .abk-header-helper > span,
body.abk-modern-interior #main-header .abk-header-helper > span,
body.abk-modern-interior #main-header.et-fixed-header .abk-header-helper > span {
  border: 1px solid rgba(31, 21, 101, 0.13) !important;
  background: var(--abk-soft, #f7f4ee) !important;
  color: var(--abk-ink, #17124b) !important;
}

body #page-container #main-header .abk-header-helper > .abk-header-call,
body #page-container #main-header.et-fixed-header .abk-header-helper > .abk-header-call,
body.abk-modern-interior #main-header .abk-header-helper > .abk-header-call,
body.abk-modern-interior #main-header.et-fixed-header .abk-header-helper > .abk-header-call {
  border: 0 !important;
  background: var(--abk-ink-2, #1f1565) !important;
  color: #ffffff !important;
  text-decoration: none !important;
  box-shadow: 0 12px 22px rgba(31, 21, 101, 0.14) !important;
}

body.et_fixed_nav #page-container,
body.et_non_fixed_nav.et_transparent_nav #page-container {
  padding-top: 126px !important;
}

@media (max-width: 1340px) and (min-width: 981px) {
  body #page-container #main-header .container.et_menu_container,
  body #page-container #main-header.et-fixed-header .container.et_menu_container,
  body.abk-modern-interior #main-header .container.et_menu_container,
  body.abk-modern-interior #main-header.et-fixed-header .container.et_menu_container {
    width: min(100% - 32px, 1180px) !important;
    grid-template-columns: 74px minmax(0, 1fr) auto !important;
    column-gap: 16px !important;
  }

  body #page-container #main-header #top-menu,
  body.abk-modern-interior #main-header #top-menu {
    gap: 16px !important;
  }

  body #page-container #main-header #top-menu > li > a,
  body.abk-modern-interior #main-header #top-menu > li > a {
    font-size: 16px !important;
  }

  body #page-container #main-header .abk-header-helper > span,
  body.abk-modern-interior #main-header .abk-header-helper > span {
    display: none !important;
  }

  body #page-container #main-header .abk-header-helper > .abk-header-call,
  body.abk-modern-interior #main-header .abk-header-helper > .abk-header-call {
    padding: 0 16px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 980px) {
  body #top-header.abk-top-header,
  body.et_fixed_nav #page-container #top-header.abk-top-header,
  body.et_fixed_nav #page-container .et-fixed-header#top-header.abk-top-header {
    min-height: 44px !important;
    height: 44px !important;
  }

  body #top-header.abk-top-header .container {
    width: min(720px, calc(100% - 28px)) !important;
    min-height: 44px !important;
    height: 44px !important;
    gap: 10px !important;
  }

  body #top-header.abk-top-header #et-info,
  body #top-header.abk-top-header #et-secondary-menu,
  body #top-header.abk-top-header .et-social-icons {
    height: 44px !important;
  }

  body #top-header.abk-top-header .abk-top-email,
  body #top-header.abk-top-header #et-info-email {
    min-height: 44px !important;
    height: 44px !important;
    font-size: 13px !important;
  }

  body #page-container #main-header,
  body #page-container #main-header.et-fixed-header,
  body.abk-modern-interior #main-header,
  body.abk-modern-interior #main-header.et-fixed-header {
    top: 44px !important;
    min-height: 72px !important;
    height: 72px !important;
  }

  body #page-container #main-header .container.et_menu_container,
  body #page-container #main-header.et-fixed-header .container.et_menu_container,
  body.abk-modern-interior #main-header .container.et_menu_container,
  body.abk-modern-interior #main-header.et-fixed-header .container.et_menu_container {
    position: relative !important;
    width: min(720px, calc(100% - 28px)) !important;
    height: 72px !important;
    min-height: 72px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 !important;
  }

  body #page-container #main-header .logo_container,
  body.abk-modern-interior #main-header .logo_container {
    height: 72px !important;
  }

  body #page-container #main-header #logo,
  body.abk-modern-interior #main-header #logo {
    max-width: 96px !important;
    max-height: 54px !important;
  }

  body #page-container #main-header #top-menu-nav,
  body.abk-modern-interior #main-header #top-menu-nav,
  body #page-container #main-header .abk-header-helper,
  body.abk-modern-interior #main-header .abk-header-helper {
    display: none !important;
  }

  body #page-container #main-header #et-top-navigation,
  body.abk-modern-interior #main-header #et-top-navigation,
  body #page-container #main-header #et_mobile_nav_menu,
  body.abk-modern-interior #main-header #et_mobile_nav_menu {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    width: 56px !important;
    height: 72px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
  }

  body #page-container #main-header .mobile_nav,
  body.abk-modern-interior #main-header .mobile_nav {
    width: 56px !important;
    height: 72px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
  }

  body #page-container #main-header .mobile_menu_bar,
  body.abk-modern-interior #main-header .mobile_menu_bar {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    width: 48px !important;
    height: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
  }

  body #page-container #main-header .mobile_menu_bar:before,
  body.abk-modern-interior #main-header .mobile_menu_bar:before {
    position: static !important;
    display: block !important;
    margin: 0 !important;
    color: var(--abk-ink-2, #1f1565) !important;
    font-size: 38px !important;
    line-height: 1 !important;
    transform: none !important;
  }

  body #page-container #main-header .et_mobile_menu,
  body.abk-modern-interior #main-header .et_mobile_menu {
    top: 72px !important;
    right: 0 !important;
    left: auto !important;
    width: min(340px, calc(100vw - 28px)) !important;
    padding: 12px 14px !important;
    border-top: 4px solid var(--abk-ink-2, #1f1565) !important;
    border-radius: 0 0 18px 18px !important;
    background: #ffffff !important;
    box-shadow: 0 20px 44px rgba(23, 18, 75, 0.16) !important;
  }

  body.et_fixed_nav #page-container,
  body.et_non_fixed_nav.et_transparent_nav #page-container {
    padding-top: 116px !important;
  }
}

@media (max-width: 560px) {
  body #top-header.abk-top-header .container {
    width: min(100% - 20px, 520px) !important;
    gap: 8px !important;
  }

  body #top-header.abk-top-header .abk-top-email,
  body #top-header.abk-top-header #et-info-email {
    max-width: 228px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body #top-header.abk-top-header #et-secondary-menu .et-social-icon a.icon {
    width: 32px !important;
    min-width: 32px !important;
    height: 32px !important;
    min-height: 32px !important;
  }

  body #page-container #main-header .container.et_menu_container,
  body.abk-modern-interior #main-header .container.et_menu_container {
    width: min(100% - 22px, 520px) !important;
  }
}

/* Mobile header lock: helper pills are desktop-only, including after Divi fixes the header on scroll. */
@media (max-width: 980px) {
  body #page-container #main-header .abk-header-helper,
  body #page-container #main-header .abk-header-helper *,
  body #page-container #main-header.et-fixed-header .abk-header-helper,
  body #page-container #main-header.et-fixed-header .abk-header-helper *,
  body.et_fixed_nav #page-container #main-header .abk-header-helper,
  body.et_fixed_nav #page-container #main-header .abk-header-helper *,
  body.et_fixed_nav #page-container #main-header.et-fixed-header .abk-header-helper,
  body.et_fixed_nav #page-container #main-header.et-fixed-header .abk-header-helper *,
  body.abk-modern-interior #main-header .abk-header-helper,
  body.abk-modern-interior #main-header .abk-header-helper *,
  body.abk-modern-interior #main-header.et-fixed-header .abk-header-helper,
  body.abk-modern-interior #main-header.et-fixed-header .abk-header-helper * {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}

/* Desktop header scroll lock: keep top and fixed-header states visually identical. */
@media (min-width: 981px) {
  body #page-container #main-header .container.et_menu_container,
  body #page-container #main-header.et-fixed-header .container.et_menu_container,
  body.abk-modern-interior #main-header .container.et_menu_container,
  body.abk-modern-interior #main-header.et-fixed-header .container.et_menu_container {
    display: grid !important;
    grid-template-columns: 86px minmax(0, 1fr) auto !important;
    align-items: center !important;
    column-gap: clamp(24px, 3vw, 48px) !important;
  }

  body #page-container #main-header #top-menu-nav,
  body #page-container #main-header.et-fixed-header #top-menu-nav,
  body.abk-modern-interior #main-header #top-menu-nav,
  body.abk-modern-interior #main-header.et-fixed-header #top-menu-nav {
    justify-self: center !important;
    width: 100% !important;
  }

  body #page-container #main-header #top-menu,
  body #page-container #main-header.et-fixed-header #top-menu,
  body.abk-modern-interior #main-header #top-menu,
  body.abk-modern-interior #main-header.et-fixed-header #top-menu {
    justify-content: center !important;
    gap: clamp(20px, 2vw, 34px) !important;
  }

  body #page-container #main-header .abk-header-helper,
  body #page-container #main-header.et-fixed-header .abk-header-helper,
  body.abk-modern-interior #main-header .abk-header-helper,
  body.abk-modern-interior #main-header.et-fixed-header .abk-header-helper {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 10px !important;
    height: 40px !important;
    min-height: 40px !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  body #page-container #main-header .abk-header-helper > span,
  body #page-container #main-header.et-fixed-header .abk-header-helper > span,
  body.abk-modern-interior #main-header .abk-header-helper > span,
  body.abk-modern-interior #main-header.et-fixed-header .abk-header-helper > span,
  body #page-container #main-header .abk-header-helper > .abk-header-call,
  body #page-container #main-header.et-fixed-header .abk-header-helper > .abk-header-call,
  body.abk-modern-interior #main-header .abk-header-helper > .abk-header-call,
  body.abk-modern-interior #main-header.et-fixed-header .abk-header-helper > .abk-header-call {
    height: 40px !important;
    min-height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 18px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }
}

@media (min-width: 981px) and (max-width: 1340px) {
  body #page-container #main-header .container.et_menu_container,
  body #page-container #main-header.et-fixed-header .container.et_menu_container,
  body.abk-modern-interior #main-header .container.et_menu_container,
  body.abk-modern-interior #main-header.et-fixed-header .container.et_menu_container {
    grid-template-columns: 74px minmax(0, 1fr) auto !important;
    column-gap: 18px !important;
  }

  body #page-container #main-header #top-menu,
  body #page-container #main-header.et-fixed-header #top-menu,
  body.abk-modern-interior #main-header #top-menu,
  body.abk-modern-interior #main-header.et-fixed-header #top-menu {
    gap: clamp(14px, 1.35vw, 20px) !important;
  }

  body #page-container #main-header #top-menu > li > a,
  body #page-container #main-header.et-fixed-header #top-menu > li > a,
  body.abk-modern-interior #main-header #top-menu > li > a,
  body.abk-modern-interior #main-header.et-fixed-header #top-menu > li > a {
    font-size: clamp(15px, 1.25vw, 17px) !important;
  }

  body #page-container #main-header .abk-header-helper > span,
  body #page-container #main-header.et-fixed-header .abk-header-helper > span,
  body.abk-modern-interior #main-header .abk-header-helper > span,
  body.abk-modern-interior #main-header.et-fixed-header .abk-header-helper > span {
    display: inline-flex !important;
  }

  body #page-container #main-header .abk-header-helper > span,
  body #page-container #main-header.et-fixed-header .abk-header-helper > span,
  body #page-container #main-header .abk-header-helper > .abk-header-call,
  body #page-container #main-header.et-fixed-header .abk-header-helper > .abk-header-call,
  body.abk-modern-interior #main-header .abk-header-helper > span,
  body.abk-modern-interior #main-header.et-fixed-header .abk-header-helper > span,
  body.abk-modern-interior #main-header .abk-header-helper > .abk-header-call,
  body.abk-modern-interior #main-header.et-fixed-header .abk-header-helper > .abk-header-call {
    padding: 0 14px !important;
    font-size: 13px !important;
  }
}

/* Final whitespace cleanup pass: remove old hidden source spacers and rebalance sparse sections. */
body.abk-modern-service-page #main-content .et_pb_section.abk-source-hero-section.abk-modern-lead-section,
body.page-id-467.abk-modern-blog-page #main-content .et_pb_section.abk-source-hero-section.abk-blog-intro-section,
body.abk-modern-legal-page #main-content .et_pb_section.abk-source-hero-section:has(.abk-hidden-legal-title-row),
body.abk-modern-sitemap-page #main-content .et_pb_section.abk-source-hero-section:has(.abk-hidden-sitemap-title-row) {
  display: none !important;
  min-height: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

body.page-id-217.abk-modern-service-page #main-content .abk-modern-card-section {
  padding-top: clamp(36px, 4vw, 50px) !important;
}

.abk-prelisting-compact-intro,
.abk-financing-card-intro,
.abk-blog-topic-strip {
  width: min(1160px, calc(100% - 44px));
  margin: 0 auto clamp(20px, 2.4vw, 28px);
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(31, 21, 101, 0.10);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 36px rgba(31, 21, 101, 0.08);
}

.abk-financing-card-intro {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.abk-prelisting-compact-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  gap: clamp(22px, 3vw, 38px);
  align-items: center;
}

.abk-prelisting-compact-intro h2,
.abk-financing-card-intro h2,
.abk-blog-topic-strip h2 {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--abk-ink) !important;
  font-family: var(--abk-serif) !important;
  font-size: clamp(30px, 3vw, 42px) !important;
  font-weight: 500 !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
}

.abk-prelisting-compact-intro .abk-kicker,
.abk-financing-card-intro .abk-kicker,
.abk-blog-topic-strip .abk-kicker {
  color: var(--abk-ink-2) !important;
}

.abk-prelisting-compact-intro p:not(.abk-kicker),
.abk-financing-card-intro p:not(.abk-kicker) {
  max-width: 62ch;
  margin: 12px 0 0 !important;
}

.abk-compact-chip-card,
.abk-distressed-use-list,
.abk-legal-use-list,
.abk-blog-topic-strip nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.abk-compact-chip-card {
  align-content: center;
  padding: 20px;
  border: 1px solid rgba(31, 21, 101, 0.10);
  border-radius: 20px;
  background: #f8f6f0;
}

.abk-compact-chip-card span,
.abk-distressed-use-list span,
.abk-legal-use-list span,
.abk-blog-topic-strip a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 9px 13px;
  border: 1px solid rgba(31, 21, 101, 0.12);
  border-radius: 999px;
  background: #ffffff;
  color: var(--abk-ink) !important;
  font-family: var(--abk-sans) !important;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
  text-decoration: none !important;
}

.abk-distressed-use-list,
.abk-legal-use-list {
  margin-top: 18px;
}

body.page-id-219.abk-modern-service-page #main-content .abk-modern-overview-section {
  padding-top: clamp(32px, 3.8vw, 46px) !important;
  padding-bottom: clamp(34px, 4vw, 48px) !important;
}

body.page-id-192.abk-modern-service-page #main-content .abk-modern-card-section,
body.page-id-215.abk-modern-service-page #main-content .abk-modern-card-section,
body.page-id-217.abk-modern-service-page #main-content .abk-modern-card-section,
body.page-id-219.abk-modern-service-page #main-content .abk-modern-card-section,
body.abk-virtual-measurement #main-content .abk-measurement-card-section {
  background: var(--abk-soft) !important;
}

body.page-id-192.abk-modern-service-page #main-content .abk-modern-card-section .et_pb_column,
body.page-id-215.abk-modern-service-page #main-content .abk-modern-card-section .et_pb_column,
body.page-id-217.abk-modern-service-page #main-content .abk-modern-card-section .et_pb_column,
body.page-id-219.abk-modern-service-page #main-content .abk-modern-card-section .et_pb_column,
body.abk-virtual-measurement #main-content .abk-measurement-card-section .abk-feature-grid article {
  overflow: hidden !important;
  background: #ffffff !important;
}

body.page-id-192.abk-modern-service-page #main-content .abk-modern-card-section .et_pb_column:after,
body.page-id-215.abk-modern-service-page #main-content .abk-modern-card-section .et_pb_column:after,
body.page-id-217.abk-modern-service-page #main-content .abk-modern-card-section .et_pb_column:after,
body.page-id-219.abk-modern-service-page #main-content .abk-modern-card-section .et_pb_column:after,
body.abk-virtual-measurement #main-content .abk-measurement-card-section .abk-feature-grid article:after {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 5px !important;
  border-radius: 24px 24px 0 0 !important;
}

body.page-id-192.abk-modern-service-page #main-content .abk-modern-benefits-section,
body.page-id-215.abk-modern-service-page #main-content .abk-modern-benefits-section,
body.page-id-217.abk-modern-service-page #main-content .abk-modern-benefits-section,
body.page-id-219.abk-modern-service-page #main-content .abk-modern-benefits-section,
body.abk-virtual-measurement #main-content .abk-measurement-benefits-section {
  background: #ffffff !important;
}

body.page-id-192.abk-modern-service-page #main-content .abk-modern-benefits-section .et_pb_column:last-child,
body.page-id-215.abk-modern-service-page #main-content .abk-modern-benefits-section .et_pb_column:last-child,
body.page-id-217.abk-modern-service-page #main-content .abk-modern-benefits-section .et_pb_column:last-child,
body.page-id-219.abk-modern-service-page #main-content .abk-modern-benefits-section .et_pb_column:last-child,
body.abk-virtual-measurement #main-content .abk-measurement-benefits-card {
  background: #f8f6f0 !important;
}

body.page-id-215.abk-modern-service-page #main-content .abk-legal-intro-card {
  max-width: 980px !important;
}

body.page-id-192.abk-modern-service-page #main-content .abk-modern-benefits-section .et_pb_row,
body.page-id-215.abk-modern-service-page #main-content .abk-modern-benefits-section .et_pb_row,
body.page-id-217.abk-modern-service-page #main-content .abk-modern-benefits-section .et_pb_row,
body.page-id-219.abk-modern-service-page #main-content .abk-modern-benefits-section .et_pb_row,
body.abk-virtual-measurement #main-content .abk-measurement-benefits-card {
  width: min(1040px, calc(100% - 44px)) !important;
  max-width: 1040px !important;
}

body.page-id-192.abk-modern-service-page #main-content .abk-modern-benefits-section .et_pb_row,
body.page-id-215.abk-modern-service-page #main-content .abk-modern-benefits-section .et_pb_row,
body.page-id-217.abk-modern-service-page #main-content .abk-modern-benefits-section .et_pb_row,
body.page-id-219.abk-modern-service-page #main-content .abk-modern-benefits-section .et_pb_row {
  grid-template-columns: 1fr !important;
}

body.page-id-192.abk-modern-service-page #main-content .abk-modern-benefits-section .et_pb_column:last-child,
body.page-id-215.abk-modern-service-page #main-content .abk-modern-benefits-section .et_pb_column:last-child,
body.page-id-217.abk-modern-service-page #main-content .abk-modern-benefits-section .et_pb_column:last-child,
body.page-id-219.abk-modern-service-page #main-content .abk-modern-benefits-section .et_pb_column:last-child {
  width: 100% !important;
}

body.page-id-192.abk-modern-service-page #main-content .abk-modern-benefits-section ul,
body.page-id-215.abk-modern-service-page #main-content .abk-modern-benefits-section ul,
body.page-id-217.abk-modern-service-page #main-content .abk-modern-benefits-section ul,
body.page-id-219.abk-modern-service-page #main-content .abk-modern-benefits-section ul,
body.abk-virtual-measurement #main-content .abk-measurement-benefits-card ul {
  column-count: 2;
  column-gap: clamp(24px, 3vw, 42px);
}

body.page-id-192.abk-modern-service-page #main-content .abk-modern-benefits-section li,
body.page-id-215.abk-modern-service-page #main-content .abk-modern-benefits-section li,
body.page-id-217.abk-modern-service-page #main-content .abk-modern-benefits-section li,
body.page-id-219.abk-modern-service-page #main-content .abk-modern-benefits-section li,
body.abk-virtual-measurement #main-content .abk-measurement-benefits-card li {
  break-inside: avoid;
  margin-bottom: 10px;
}

.abk-blog-topic-strip {
  display: grid;
  grid-template-columns: minmax(0, 0.6fr) minmax(320px, 1fr);
  gap: clamp(20px, 3vw, 34px);
  align-items: center;
  margin-top: clamp(22px, 3vw, 34px);
  margin-bottom: 0;
}

.abk-blog-topic-strip nav {
  justify-content: flex-end;
}

body.abk-modern-sitemap-page .abk-universal-hero,
body.abk-modern-legal-page .abk-universal-hero {
  min-height: clamp(300px, 30vw, 390px) !important;
}

@media (max-width: 980px) {
  .abk-prelisting-compact-intro,
  .abk-blog-topic-strip {
    grid-template-columns: 1fr;
    width: min(720px, calc(100% - 34px));
  }

  .abk-blog-topic-strip nav {
    justify-content: flex-start;
  }

  body.page-id-192.abk-modern-service-page #main-content .abk-modern-benefits-section ul,
  body.page-id-215.abk-modern-service-page #main-content .abk-modern-benefits-section ul,
  body.page-id-217.abk-modern-service-page #main-content .abk-modern-benefits-section ul,
  body.page-id-219.abk-modern-service-page #main-content .abk-modern-benefits-section ul,
  body.abk-virtual-measurement #main-content .abk-measurement-benefits-card ul {
    column-count: 1;
  }
}

/* Final appraisal-page background system: Employment Relocation is the standard. */
body.abk-modern-service-page #main-content .abk-modern-card-section,
body.abk-virtual-measurement #main-content .abk-measurement-card-section,
body.abk-modern-service-page #main-content .abk-modern-benefits-section,
body.abk-virtual-measurement #main-content .abk-measurement-benefits-section {
  background: var(--abk-soft) !important;
}

body.abk-modern-service-page #main-content .abk-modern-card-section .et_pb_column,
body.abk-virtual-measurement #main-content .abk-measurement-card-section .abk-feature-grid article,
body.abk-modern-service-page #main-content .abk-modern-benefits-section .et_pb_column:last-child,
body.abk-virtual-measurement #main-content .abk-measurement-benefits-card {
  background: #ffffff !important;
}

body.abk-modern-service-page #main-content .abk-interior-local-strip,
body.abk-modern-contact-page #main-content .abk-interior-local-strip,
body.abk-modern-blog-page #main-content .abk-interior-local-strip,
body.abk-virtual-measurement #main-content .abk-measurement-service-areas {
  background: #ffffff !important;
  border-top: 1px solid rgba(31, 21, 101, 0.08);
}

/* Beat earlier page-ID-specific service overrides so every appraisal page follows one section rhythm. */
body.page-id-192.abk-modern-service-page #main-content .abk-modern-benefits-section,
body.page-id-215.abk-modern-service-page #main-content .abk-modern-benefits-section,
body.page-id-217.abk-modern-service-page #main-content .abk-modern-benefits-section,
body.page-id-219.abk-modern-service-page #main-content .abk-modern-benefits-section,
body.abk-virtual-measurement #main-content .abk-measurement-benefits-section {
  background: #f3f4f7 !important;
}

body.page-id-192.abk-modern-service-page #main-content .abk-modern-benefits-section .et_pb_column:last-child,
body.page-id-215.abk-modern-service-page #main-content .abk-modern-benefits-section .et_pb_column:last-child,
body.page-id-217.abk-modern-service-page #main-content .abk-modern-benefits-section .et_pb_column:last-child,
body.page-id-219.abk-modern-service-page #main-content .abk-modern-benefits-section .et_pb_column:last-child,
body.abk-virtual-measurement #main-content .abk-measurement-benefits-card {
  background: #ffffff !important;
}

/* Uniform secondary intro system for appraisal/service pages. */
body #main-content .abk-service-overview-hidden {
  display: none !important;
  min-height: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

body #main-content .abk-service-card-intro {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr) !important;
  gap: clamp(22px, 3vw, 38px) !important;
  align-items: center !important;
  width: min(1160px, calc(100% - 44px)) !important;
  margin: 0 auto clamp(24px, 3vw, 34px) !important;
  padding: clamp(24px, 3vw, 36px) !important;
  border: 1px solid rgba(31, 21, 101, 0.10) !important;
  border-radius: 24px !important;
  background: #ffffff !important;
  box-shadow: 0 16px 36px rgba(31, 21, 101, 0.08) !important;
}

body #main-content .abk-service-card-intro h2 {
  max-width: 760px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--abk-ink, #170f49) !important;
  font-family: var(--abk-serif, Georgia, serif) !important;
  font-size: clamp(30px, 3vw, 42px) !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-wrap: balance;
}

body #main-content .abk-service-card-intro p {
  max-width: 68ch !important;
  margin: 12px 0 0 !important;
  padding: 0 !important;
  color: var(--abk-muted, #5f6270) !important;
  font-family: var(--abk-sans, Arial, Helvetica, sans-serif) !important;
  font-size: clamp(16px, 1.3vw, 18px) !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

body #main-content .abk-service-card-intro .abk-kicker {
  margin: 0 0 10px !important;
  color: var(--abk-ink-2, #1f1565) !important;
  font-family: var(--abk-sans, Arial, Helvetica, sans-serif) !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

body #main-content .abk-service-intro-chip-card {
  display: flex !important;
  flex-wrap: wrap !important;
  align-content: center !important;
  justify-content: center !important;
  gap: 10px !important;
  min-height: 120px !important;
  padding: 20px !important;
  border: 1px solid rgba(31, 21, 101, 0.10) !important;
  border-radius: 20px !important;
  background: #f3f4f7 !important;
}

body #main-content .abk-service-intro-chip-card span {
  display: inline-flex !important;
  min-height: 36px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 9px 13px !important;
  border: 1px solid rgba(31, 21, 101, 0.12) !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: var(--abk-ink, #170f49) !important;
  font-family: var(--abk-sans, Arial, Helvetica, sans-serif) !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 850 !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
}

@media (max-width: 980px) {
  body #main-content .abk-service-card-intro {
    grid-template-columns: 1fr !important;
    width: min(720px, calc(100% - 34px)) !important;
  }

  body #main-content .abk-service-card-intro h2 {
    font-size: clamp(28px, 9vw, 38px) !important;
  }
}

body.page-id-253.abk-modern-service-page #main-content .abk-employment-detail-section .abk-service-card-intro h2 {
  max-width: 760px !important;
  font-size: clamp(30px, 3vw, 42px) !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
}

@media (max-width: 980px) {
  body.page-id-253.abk-modern-service-page #main-content .abk-employment-detail-section .abk-service-card-intro h2 {
    font-size: clamp(28px, 9vw, 38px) !important;
  }
}

/* Legal Appraisals lead card should span the page content width before the smaller scenario cards. */
body.page-id-215.abk-modern-service-page #main-content .abk-modern-card-section .et_pb_row:has(.abk-legal-intro-card) {
  width: min(1160px, calc(100% - 44px)) !important;
  max-width: 1160px !important;
  grid-template-columns: 1fr !important;
}

body.page-id-215.abk-modern-service-page #main-content .abk-modern-card-section .abk-legal-intro-card {
  width: 100% !important;
  max-width: none !important;
  justify-items: center !important;
  text-align: center !important;
}

body.page-id-215.abk-modern-service-page #main-content .abk-modern-card-section .abk-legal-intro-card h2,
body.page-id-215.abk-modern-service-page #main-content .abk-modern-card-section .abk-legal-intro-card h4,
body.page-id-215.abk-modern-service-page #main-content .abk-modern-card-section .abk-legal-intro-card p {
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

body.page-id-215.abk-modern-service-page #main-content .abk-modern-card-section .abk-legal-intro-card .abk-legal-use-list {
  justify-content: center !important;
}

/* About page: keep the service summary card white against the beige story section. */
body.abk-modern-about-page #main-content .abk-about-service-card {
  background: #ffffff !important;
}

/* Appraisals service-area spacing: tighten the top of the shared local section on all Appraisals-tab pages. */
body.abk-modern-service-page #main-content .abk-interior-local-strip,
body.abk-virtual-measurement #main-content .abk-measurement-service-areas {
  padding-top: clamp(26px, 3vw, 41px) !important;
}

/* Appraisals service-area spacing override without main-content dependency; the injected strip sits near the global footer on legacy pages. */
body.abk-modern-service-page .abk-interior-local-strip {
  padding-top: clamp(26px, 3vw, 41px) !important;
}

/* Page-ID service-area top padding lock for legacy Appraisals-tab pages. */
body.page-id-192.abk-modern-service-page .abk-interior-local-strip,
body.page-id-215.abk-modern-service-page .abk-interior-local-strip,
body.page-id-217.abk-modern-service-page .abk-interior-local-strip,
body.page-id-219.abk-modern-service-page .abk-interior-local-strip,
body.page-id-253.abk-modern-service-page .abk-interior-local-strip {
  padding-top: clamp(26px, 3vw, 41px) !important;
}

/* Corrected Appraisals service-area spacing: true 50% reduction from the 46px rendered top padding. */
body.abk-modern-service-page .abk-interior-local-strip,
body.page-id-192.abk-modern-service-page .abk-interior-local-strip,
body.page-id-215.abk-modern-service-page .abk-interior-local-strip,
body.page-id-217.abk-modern-service-page .abk-interior-local-strip,
body.page-id-219.abk-modern-service-page .abk-interior-local-strip,
body.page-id-253.abk-modern-service-page .abk-interior-local-strip,
body.abk-virtual-measurement #main-content .abk-measurement-service-areas {
  padding-top: 23px !important;
}

/* Service-area visual balance: remove redundant kicker and make top/bottom spacing equal. */
body.abk-modern-service-page .abk-interior-local-strip .abk-kicker,
body.abk-virtual-measurement #main-content .abk-measurement-service-areas .abk-kicker {
  display: none !important;
}

body.abk-modern-service-page .abk-interior-local-strip,
body.page-id-192.abk-modern-service-page .abk-interior-local-strip,
body.page-id-215.abk-modern-service-page .abk-interior-local-strip,
body.page-id-217.abk-modern-service-page .abk-interior-local-strip,
body.page-id-219.abk-modern-service-page .abk-interior-local-strip,
body.page-id-253.abk-modern-service-page .abk-interior-local-strip,
body.abk-virtual-measurement #main-content .abk-measurement-service-areas {
  padding-top: 23px !important;
  padding-bottom: 23px !important;
}

/* Service-area visual balance adjustment: add 10px to top and bottom spacing. */
body.abk-modern-service-page .abk-interior-local-strip,
body.page-id-192.abk-modern-service-page .abk-interior-local-strip,
body.page-id-215.abk-modern-service-page .abk-interior-local-strip,
body.page-id-217.abk-modern-service-page .abk-interior-local-strip,
body.page-id-219.abk-modern-service-page .abk-interior-local-strip,
body.page-id-253.abk-modern-service-page .abk-interior-local-strip,
body.abk-virtual-measurement #main-content .abk-measurement-service-areas {
  padding-top: 33px !important;
  padding-bottom: 33px !important;
}

/* Final header polish: keep the licensed badge quiet white while preserving the dark phone CTA. */
body #page-container #main-header .abk-header-helper > span,
body #page-container #main-header.et-fixed-header .abk-header-helper > span,
body.abk-modern-interior #main-header .abk-header-helper > span,
body.abk-modern-interior #main-header.et-fixed-header .abk-header-helper > span {
  background: #ffffff !important;
  border-color: rgba(31, 21, 101, 0.14) !important;
  color: var(--abk-ink-2, #1f1565) !important;
  box-shadow: 0 8px 20px rgba(31, 21, 101, 0.08) !important;
}

/* Polish batch: About note, homepage service-fit note, and Legal Appraisals card balance. */
body.abk-modern-about-page #main-content .abk-about-service-note {
  background: rgba(31, 21, 101, 0.08) !important;
  border: 1px solid rgba(31, 21, 101, 0.12) !important;
  box-shadow: 0 16px 34px rgba(31, 21, 101, 0.06) !important;
}

body.home #main-content .abk-services-note.abk-services-note-centered,
body.home .abk-services-note.abk-services-note-centered {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  text-align: center !important;
  padding: 18px 22px !important;
}

body.home .abk-services-note.abk-services-note-centered strong,
body.home .abk-services-note.abk-services-note-centered span {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
}

body.home .abk-services-note.abk-services-note-centered strong {
  color: var(--abk-ink-2, #1f1565) !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
}

body.home .abk-services-note.abk-services-note-centered span {
  color: var(--abk-ink, #17124b) !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

body.page-id-215.abk-modern-service-page #main-content .abk-modern-card-section .et_pb_row {
  width: min(1160px, calc(100% - 44px)) !important;
  max-width: 1160px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  justify-content: center !important;
}

body.page-id-215.abk-modern-service-page #main-content .abk-modern-card-section .et_pb_row:has(> .et_pb_column:only-child) {
  grid-template-columns: minmax(0, 1fr) !important;
}

body.page-id-215.abk-modern-service-page #main-content .abk-modern-card-section .et_pb_row > .et_pb_column:only-child {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: none !important;
}

body.page-id-215.abk-modern-service-page #main-content .abk-modern-card-section .et_pb_row > .et_pb_column:only-child h3,
body.page-id-215.abk-modern-service-page #main-content .abk-modern-card-section .et_pb_row > .et_pb_column:only-child h4,
body.page-id-215.abk-modern-service-page #main-content .abk-modern-card-section .et_pb_row > .et_pb_column:only-child h5,
body.page-id-215.abk-modern-service-page #main-content .abk-modern-card-section .et_pb_row > .et_pb_column:only-child p {
  max-width: 76ch !important;
}

@media (max-width: 980px) {
  body.page-id-215.abk-modern-service-page #main-content .abk-modern-card-section .et_pb_row {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* Legal Appraisals: replace the legacy equal-card grid with an Employment Relocation-style editorial layout. */
body.page-id-215.abk-modern-service-page #main-content .abk-modern-card-section.abk-legal-editorial-layout-installed > .et_pb_row {
  display: none !important;
}

body.page-id-215.abk-modern-service-page #main-content .abk-legal-editorial-layout {
  width: min(1160px, calc(100% - 44px));
  max-width: 1160px;
  margin: clamp(34px, 4vw, 52px) auto 0;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 24px;
  align-items: start;
}

body.page-id-215.abk-modern-service-page #main-content .abk-legal-feature-card,
body.page-id-215.abk-modern-service-page #main-content .abk-legal-support-card,
body.page-id-215.abk-modern-service-page #main-content .abk-legal-summary-card {
  position: relative;
  border: 1px solid rgba(31, 21, 101, 0.10);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 42px rgba(31, 21, 101, 0.08);
  overflow: hidden;
  box-sizing: border-box;
}

body.page-id-215.abk-modern-service-page #main-content .abk-legal-feature-card {
  min-height: 510px;
  display: flex;
  flex-direction: column;
  padding: clamp(30px, 3.1vw, 42px);
}

body.page-id-215.abk-modern-service-page #main-content .abk-legal-feature-card h2 {
  max-width: 560px;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--abk-ink, #17124b) !important;
  font-family: var(--abk-serif, "Playfair Display", Georgia, serif) !important;
  font-size: clamp(40px, 3.9vw, 58px) !important;
  font-weight: 500 !important;
  line-height: 0.98 !important;
  letter-spacing: -0.025em !important;
}

body.page-id-215.abk-modern-service-page #main-content .abk-legal-feature-card p:not(.abk-card-kicker) {
  max-width: 62ch !important;
  margin: clamp(22px, 2.2vw, 34px) 0 0 !important;
  color: var(--abk-muted, #555869) !important;
  font-family: var(--abk-sans, Arial, Helvetica, sans-serif) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.62 !important;
  text-align: left !important;
}

body.page-id-215.abk-modern-service-page #main-content .abk-legal-feature-card .abk-btn {
  width: max-content;
  margin-top: 30px;
  min-height: 42px;
  padding: 12px 19px;
  font-size: 13px;
}

body.page-id-215.abk-modern-service-page #main-content .abk-legal-feature-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: 34px;
}

body.page-id-215.abk-modern-service-page #main-content .abk-legal-feature-pills span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(31, 21, 101, 0.13);
  border-radius: 10px;
  background: #f7f4ee;
  color: var(--abk-ink-2, #1f1565);
  font-family: var(--abk-sans, Arial, Helvetica, sans-serif);
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  text-align: center;
}

body.page-id-215.abk-modern-service-page #main-content .abk-legal-support-stack {
  display: grid;
  gap: 18px;
}

body.page-id-215.abk-modern-service-page #main-content .abk-legal-support-card {
  padding: clamp(26px, 2.6vw, 34px);
}

body.page-id-215.abk-modern-service-page #main-content .abk-legal-support-card::before,
body.page-id-215.abk-modern-service-page #main-content .abk-legal-summary-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 6px;
  background: linear-gradient(90deg, var(--abk-ink-2, #1f1565), rgba(107, 94, 178, 0.85));
}

body.page-id-215.abk-modern-service-page #main-content .abk-legal-support-card > span,
body.page-id-215.abk-modern-service-page #main-content .abk-legal-summary-card > span {
  display: block;
  margin-bottom: 14px;
  color: rgba(31, 21, 101, 0.45);
  font-family: var(--abk-sans, Arial, Helvetica, sans-serif);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1;
}

body.page-id-215.abk-modern-service-page #main-content .abk-legal-support-card h3,
body.page-id-215.abk-modern-service-page #main-content .abk-legal-summary-card h3 {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--abk-ink, #17124b) !important;
  font-family: var(--abk-sans, Arial, Helvetica, sans-serif) !important;
  font-size: clamp(22px, 2vw, 29px) !important;
  font-style: normal !important;
  font-weight: 850 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

body.page-id-215.abk-modern-service-page #main-content .abk-legal-support-card p,
body.page-id-215.abk-modern-service-page #main-content .abk-legal-summary-card p {
  max-width: 64ch !important;
  margin: 13px 0 0 !important;
  color: var(--abk-muted, #555869) !important;
  font-family: var(--abk-sans, Arial, Helvetica, sans-serif) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.62 !important;
  text-align: left !important;
}

body.page-id-215.abk-modern-service-page #main-content .abk-legal-summary-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: clamp(24px, 2.4vw, 32px);
}

body.page-id-215.abk-modern-service-page #main-content .abk-legal-summary-card > span {
  margin: 6px 0 0;
}

@media (max-width: 980px) {
  body.page-id-215.abk-modern-service-page #main-content .abk-legal-editorial-layout {
    width: min(720px, calc(100% - 34px));
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 28px;
  }

  body.page-id-215.abk-modern-service-page #main-content .abk-legal-feature-card {
    min-height: 0;
  }

  body.page-id-215.abk-modern-service-page #main-content .abk-legal-summary-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  body.page-id-215.abk-modern-service-page #main-content .abk-legal-editorial-layout {
    width: min(100% - 26px, 520px);
  }

  body.page-id-215.abk-modern-service-page #main-content .abk-legal-feature-card,
  body.page-id-215.abk-modern-service-page #main-content .abk-legal-support-card,
  body.page-id-215.abk-modern-service-page #main-content .abk-legal-summary-card {
    border-radius: 16px;
    padding: 24px;
  }

  body.page-id-215.abk-modern-service-page #main-content .abk-legal-feature-card h2 {
    font-size: clamp(34px, 12vw, 44px) !important;
  }

  body.page-id-215.abk-modern-service-page #main-content .abk-legal-feature-pills {
    gap: 8px;
    padding-top: 26px;
  }

  body.page-id-215.abk-modern-service-page #main-content .abk-legal-feature-pills span {
    min-height: 36px;
    padding: 0 12px;
  }
}

/* Legal Appraisals: place the summary card in the right-side stack instead of a separate full-width band. */
body.page-id-215.abk-modern-service-page #main-content .abk-legal-summary-card {
  grid-column: auto !important;
  display: block !important;
  padding: clamp(26px, 2.6vw, 34px) !important;
}

body.page-id-215.abk-modern-service-page #main-content .abk-legal-summary-card > span {
  margin: 0 0 14px !important;
}

body.page-id-215.abk-modern-service-page #main-content .abk-legal-support-stack {
  align-self: stretch !important;
}
