/* SML DESIGN LIFT 1.1.3 */
:root {
  --sml-bg: #f8f6f1;
  --sml-surface: #ffffff;
  --sml-surface-soft: #f1f3ee;
  --sml-ink: #20231f;
  --sml-muted: #656a63;
  --sml-green: #526b4c;
  --sml-green-dark: #3f563b;
  --sml-copper: #c98555;
  --sml-line: #dfe2da;
  --sml-shadow-sm: 0 10px 28px rgba(37, 46, 35, .08);
  --sml-shadow: 0 22px 58px rgba(37, 46, 35, .13);
  --sml-radius: 18px;
}

body.sml-design-lift {
  color: var(--sml-ink);
  background: var(--sml-bg);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

body.sml-design-lift h1,
body.sml-design-lift h2,
body.sml-design-lift h3,
body.sml-design-lift h4 {
  color: var(--sml-ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.14;
}

body.sml-design-lift h2 { font-size: clamp(28px, 2.7vw, 38px); }
body.sml-design-lift h3 { font-size: clamp(20px, 1.8vw, 26px); }
body.sml-design-lift p { color: var(--sml-muted); }
body.sml-design-lift a { transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease; }

/* Contact strip and navigation */
body.sml-design-lift #top-header {
  background: #f4f1eb !important;
  border-bottom: 1px solid rgba(32, 35, 31, .08);
  box-shadow: none;
}

body.sml-design-lift #top-header .container {
  max-width: 1180px;
  padding: 8px 0;
  font-size: 13px;
  font-weight: 650;
}

body.sml-design-lift #top-header a { color: #3d433d !important; }

body.sml-design-lift #main-header {
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(32, 35, 31, .08);
  box-shadow: 0 12px 34px rgba(32, 35, 31, .07);
  backdrop-filter: blur(14px);
}

body.sml-design-lift #main-header .container { width: 90%; max-width: 1180px; }
body.sml-design-lift #logo { max-height: 76px; width: auto; filter: contrast(1.05); }
body.sml-design-lift #top-menu > li { padding-right: 24px; }
body.sml-design-lift #top-menu > li > a {
  color: #292d29 !important;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: -.01em;
}

body.sml-design-lift #top-menu > li > a:hover { color: var(--sml-green) !important; opacity: 1; }
body.sml-design-lift #top-menu .sub-menu {
  padding: 12px;
  border: 1px solid var(--sml-line);
  border-top: 3px solid var(--sml-green);
  border-radius: 0 0 14px 14px;
  box-shadow: var(--sml-shadow-sm);
}

body.sml-design-lift #top-menu .sub-menu li { padding: 0; }
body.sml-design-lift #top-menu .sub-menu a {
  width: 250px;
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--sml-ink) !important;
  font-size: 13px;
  line-height: 1.35;
}

body.sml-design-lift #top-menu .sub-menu a:hover { background: var(--sml-surface-soft); color: var(--sml-green-dark) !important; }
body.sml-design-lift #top-menu > .sml-menu-cta { padding-right: 0; margin-left: 4px; }
body.sml-design-lift #top-menu > .sml-menu-cta > a {
  height: auto;
  padding: 12px 18px !important;
  border: 1.5px solid var(--sml-copper);
  border-radius: 10px;
  color: #a65f34 !important;
  line-height: 1 !important;
}

body.sml-design-lift #top-menu > .sml-menu-cta > a:hover { background: #fff7f0; transform: translateY(-1px); }

/* Shared buttons */
.sml-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 22px;
  border: 1.5px solid transparent;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 780;
  line-height: 1.1;
}

.sml-button-primary { background: var(--sml-green); color: #fff !important; box-shadow: 0 12px 25px rgba(82, 107, 76, .22); }
.sml-button-primary:hover { background: var(--sml-green-dark); color: #fff !important; transform: translateY(-2px); }
.sml-button-secondary { background: #fff; border-color: #ddb08f; color: var(--sml-ink) !important; }
.sml-button-secondary:hover { border-color: var(--sml-copper); background: #fffaf6; transform: translateY(-2px); }
.sml-button-secondary > span:first-child { color: var(--sml-green); font-size: 20px; }

/* Homepage hero */
body.sml-design-lift.home .sml-home-hero {
  padding: 40px 0 52px !important;
  background: linear-gradient(135deg, #fbfaf7 0%, #f4f1eb 100%) !important;
}

body.sml-design-lift.home .sml-home-hero .et_pb_row {
  display: flex;
  width: 90% !important;
  max-width: 1180px !important;
  min-height: 430px;
  align-items: stretch;
  gap: 44px;
  padding: 0 !important;
}

body.sml-design-lift.home .sml-home-hero .et_pb_column {
  float: none;
  width: calc(50% - 26px) !important;
  margin: 0 !important;
}

body.sml-design-lift.home .sml-home-hero .et_pb_column:first-child { display: flex; align-items: center; }
body.sml-design-lift.home .sml-home-hero .et_pb_text { width: 100%; text-align: left !important; }
body.sml-design-lift.home .sml-home-hero h1 { margin: 0 0 22px; padding: 0; text-align: left !important; }
.sml-hero-title {
  display: block;
  color: var(--sml-ink);
  font-size: clamp(40px, 4.35vw, 62px);
  font-weight: 850;
  letter-spacing: -.055em;
  line-height: .98;
}

.sml-hero-subtitle {
  display: block;
  margin-top: 18px;
  color: var(--sml-green);
  font-size: clamp(24px, 2.25vw, 32px);
  font-weight: 720;
  letter-spacing: -.03em;
}

body.sml-design-lift.home .sml-home-hero p {
  max-width: 510px;
  margin-bottom: 13px;
  color: #555b54;
  font-size: 16px;
  line-height: 1.65;
}

body.sml-design-lift.home .sml-home-hero p em { font-style: normal; }
.sml-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
body.sml-design-lift.home .sml-home-hero .et_pb_column:last-child {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  border-radius: 22px;
  box-shadow: var(--sml-shadow);
  background-position: center !important;
  background-size: cover !important;
}

body.sml-design-lift.home .sml-home-hero .et_pb_column:last-child:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 58%, rgba(19, 25, 18, .30));
}

.sml-location-pill {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  padding: 11px 16px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 999px;
  color: #fff;
  background: rgba(29, 34, 29, .82);
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
  backdrop-filter: blur(8px);
  font-size: 14px;
  font-weight: 750;
}

.sml-location-pill span { color: var(--sml-copper); margin-right: 7px; }
.sml-location-pill b { margin: 0 5px; color: rgba(255,255,255,.65); }

/* Valuation form */
body.sml-design-lift.home .sml-home-form {
  scroll-margin-top: 150px;
  padding: 48px 0 54px !important;
  background: #f2f1ed !important;
}

body.sml-design-lift.home .sml-home-form .et_pb_row {
  position: relative;
  display: block;
  width: 90% !important;
  max-width: 1120px !important;
  padding: 34px 38px 32px !important;
  overflow: hidden;
  border: 1px solid var(--sml-line) !important;
  border-radius: 20px;
  background: var(--sml-surface);
  box-shadow: var(--sml-shadow);
}

body.sml-design-lift.home .sml-home-form .et_pb_row:before {
  content: "";
  position: absolute;
  top: 0;
  left: 46px;
  width: 48px;
  height: 4px;
  border-radius: 0 0 4px 4px;
  background: var(--sml-copper);
}

body.sml-design-lift.home .sml-home-form .et_pb_column_empty { display: none; }
body.sml-design-lift.home .sml-home-form .et_pb_column_3_5 {
  float: none;
  width: 100% !important;
  margin: 0 !important;
}

body.sml-design-lift.home .sml-home-form .et_pb_text { margin-bottom: 24px !important; text-align: left !important; }
body.sml-design-lift.home .sml-home-form .et_pb_text strong {
  color: var(--sml-ink);
  font-size: clamp(28px, 2.5vw, 34px);
  font-weight: 820;
  letter-spacing: -.04em;
}

body.sml-design-lift.home .sml-home-form .et_pb_contact_form_container {
  max-width: none;
  padding: 0;
  border: 0 !important;
  background: transparent;
  box-shadow: none;
}

body.sml-design-lift.home .sml-home-form .et_pb_contact_form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px 14px;
  margin: 0;
}

body.sml-design-lift.home .sml-home-form .et_pb_contact_field {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.sml-design-lift.home .sml-home-form .et_pb_contact_field_0 { grid-column: 1 / 3; grid-row: 1; }
body.sml-design-lift.home .sml-home-form .et_pb_contact_field_1 { grid-column: 1 / 3; grid-row: 2; }
body.sml-design-lift.home .sml-home-form .et_pb_contact_field_2 { grid-column: 1; grid-row: 3; }
body.sml-design-lift.home .sml-home-form .et_pb_contact_field_3 { grid-column: 2; grid-row: 3; }
body.sml-design-lift.home .sml-home-form .et_pb_contact_field_4 { grid-column: 1; grid-row: 4; }
body.sml-design-lift.home .sml-home-form .et_pb_contact_field_5 { grid-column: 2; grid-row: 4; }
body.sml-design-lift.home .sml-home-form .et_pb_contact_field_6 { grid-column: 1 / 3; grid-row: 5; }
body.sml-design-lift.home .sml-home-form .et_pb_contact_field_7 { grid-column: 3 / 5; grid-row: 1; }
body.sml-design-lift.home .sml-home-form .et_pb_contact_field_8 { grid-column: 3 / 5; grid-row: 2; }
body.sml-design-lift.home .sml-home-form .et_pb_contact_field_9 { grid-column: 3 / 5; grid-row: 3; }
body.sml-design-lift.home .sml-home-form .et_pb_contact_field_10 { grid-column: 3 / 5; grid-row: 4; }
body.sml-design-lift.home .sml-home-form .et_pb_contact_field_11 { grid-column: 3 / 5; grid-row: 5 / 7; }
body.sml-design-lift.home .sml-home-form .et_pb_contact_field_12 { grid-column: 1 / 3; grid-row: 6 / 8; }

body.sml-design-lift .et_pb_contact_form input.input,
body.sml-design-lift .et_pb_contact_form textarea.input,
body.sml-design-lift .et_pb_contact_form select {
  width: 100%;
  min-height: 50px;
  padding: 13px 14px;
  border: 1px solid #d8ddd4 !important;
  border-radius: 8px !important;
  color: var(--sml-ink) !important;
  background: #fbfcfa !important;
  font-family: inherit;
  font-size: 14px;
}

body.sml-design-lift .et_pb_contact_form textarea.input { min-height: 112px; resize: vertical; }
body.sml-design-lift .et_pb_contact_form input.input:focus,
body.sml-design-lift .et_pb_contact_form textarea.input:focus,
body.sml-design-lift .et_pb_contact_form select:focus {
  border-color: var(--sml-green) !important;
  outline: 0;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(82, 107, 76, .12);
}

body.sml-design-lift.home .sml-home-form .et_pb_contact_field_options_title { color: var(--sml-ink); font-size: 13px; font-weight: 800; }
body.sml-design-lift.home .sml-home-form .et_pb_contact_field_radio label { color: #5c625a; font-size: 12px; line-height: 1.45; }
body.sml-design-lift.home .sml-home-form .et_contact_bottom_container {
  grid-column: 3 / 5;
  grid-row: 7;
  display: flex;
  float: none;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  margin: 0;
}

body.sml-design-lift .et_pb_contact_form .et_pb_contact_submit {
  min-width: 160px;
  margin: 0 !important;
  padding: 13px 24px !important;
  border: 0 !important;
  border-radius: 9px !important;
  color: #fff !important;
  background: var(--sml-green) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  box-shadow: 0 10px 24px rgba(82, 107, 76, .20);
}

body.sml-design-lift .et_pb_contact_form .et_pb_contact_submit:hover { background: var(--sml-green-dark) !important; transform: translateY(-2px); }
body.sml-design-lift .et_pb_contact_form .et_pb_contact_submit:after { display: none !important; }
body.sml-design-lift.home.page-id-24 .sml-home-form .et_pb_contact_form .et_pb_contact_submit {
  color: #fff !important;
  background: var(--sml-green) !important;
  border-color: var(--sml-green) !important;
}
body.sml-design-lift.home.page-id-24 .sml-home-form .et_pb_contact_form .et_pb_contact_submit:hover {
  background: var(--sml-green-dark) !important;
  border-color: var(--sml-green-dark) !important;
}

/* Homepage sections */
body.sml-design-lift.home .sml-home-intro {
  padding: 36px 0 !important;
  background: #2e332e !important;
}

body.sml-design-lift.home .sml-home-intro:before { background: linear-gradient(90deg, rgba(82,107,76,.82), rgba(46,51,46,.92)) !important; }
body.sml-design-lift.home .sml-home-intro .et_pb_row { max-width: 900px; }
body.sml-design-lift.home .sml-home-intro p { color: rgba(255,255,255,.82) !important; font-size: 16px; line-height: 1.6; }

body.sml-design-lift.home .sml-home-types,
body.sml-design-lift.home .sml-home-process,
body.sml-design-lift.home .sml-home-faq,
body.sml-design-lift.home .sml-home-reasons,
body.sml-design-lift.home .sml-home-editorial,
body.sml-design-lift.home .sml-home-area { padding: 54px 0 !important; }

body.sml-design-lift.home .sml-home-types,
body.sml-design-lift.home .sml-home-faq,
body.sml-design-lift.home .sml-home-editorial { background: #f3f4f0 !important; }

body.sml-design-lift.home .sml-home-process,
body.sml-design-lift.home .sml-home-reasons,
body.sml-design-lift.home .sml-home-area { background: #fff !important; }

body.sml-design-lift.home .sml-home-types .et_pb_row,
body.sml-design-lift.home .sml-home-process .et_pb_row,
body.sml-design-lift.home .sml-home-faq .et_pb_row,
body.sml-design-lift.home .sml-home-reasons .et_pb_row,
body.sml-design-lift.home .sml-home-editorial .et_pb_row,
body.sml-design-lift.home .sml-home-area .et_pb_row { width: 90%; max-width: 1120px; }

body.sml-design-lift.home .sml-home-types .et_pb_text,
body.sml-design-lift.home .sml-home-process .et_pb_text,
body.sml-design-lift.home .sml-home-faq .et_pb_text { margin-bottom: 26px !important; text-align: center !important; }

body.sml-design-lift.home .sml-home-types .et_pb_blurb,
body.sml-design-lift.home .sml-home-process .et_pb_blurb {
  position: relative;
  height: 100%;
  padding: 22px 22px 24px;
  border: 1px solid var(--sml-line);
  border-radius: var(--sml-radius);
  background: #fff;
  box-shadow: var(--sml-shadow-sm);
}

body.sml-design-lift.home .sml-home-types .et_pb_blurb:hover,
body.sml-design-lift.home .sml-home-process .et_pb_blurb:hover { transform: translateY(-4px); box-shadow: var(--sml-shadow); }
body.sml-design-lift.home .sml-home-types .et_pb_main_blurb_image { margin-bottom: 18px; }
body.sml-design-lift.home .sml-home-types .et_pb_image_wrap { color: var(--sml-green) !important; }
body.sml-design-lift.home .sml-home-types .et-pb-icon { color: var(--sml-green) !important; font-size: 52px !important; }
body.sml-design-lift.home .sml-home-types .et_pb_module_header,
body.sml-design-lift.home .sml-home-process .et_pb_module_header { font-size: 21px; }

body.sml-design-lift.home .sml-home-process .et_pb_blurb:before {
  content: attr(data-step);
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: var(--sml-green);
  box-shadow: 0 8px 18px rgba(46,58,43,.22);
  font-weight: 850;
}

body.sml-design-lift.home .sml-home-process .et_pb_main_blurb_image {
  overflow: hidden;
  margin: -22px -22px 18px;
  border-radius: var(--sml-radius) var(--sml-radius) 0 0;
}

body.sml-design-lift.home .sml-home-process .et_pb_main_blurb_image img { width: 100%; height: 155px; object-fit: cover; }

body.sml-design-lift .et_pb_toggle,
body.sml-design-lift .et_pb_accordion_item {
  margin-bottom: 12px !important;
  overflow: hidden;
  border: 1px solid var(--sml-line) !important;
  border-radius: 11px;
  background: #fff !important;
  box-shadow: 0 6px 18px rgba(37,46,35,.045);
}

body.sml-design-lift .et_pb_toggle_title,
body.sml-design-lift .et_pb_accordion_item .et_pb_toggle_title {
  color: var(--sml-ink) !important;
  font-size: 16px;
  font-weight: 780;
  letter-spacing: -.015em;
  line-height: 1.4;
}

body.sml-design-lift .et_pb_toggle_title:before { color: var(--sml-green) !important; }
body.sml-design-lift.home .sml-home-reasons .et_pb_row { display: flex; align-items: center; gap: 44px; padding: 0 !important; margin-bottom: 0 !important; }
body.sml-design-lift.home .sml-home-reasons .et_pb_column { width: calc(50% - 22px) !important; margin: 0 !important; }
body.sml-design-lift.home .sml-home-reasons .et_pb_column:first-child { overflow: hidden; border-radius: var(--sml-radius); box-shadow: var(--sml-shadow); }
body.sml-design-lift.home .sml-home-reasons .et_pb_text { margin: 0 !important; }
body.sml-design-lift.home .sml-home-reasons .gallery {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 !important;
  padding: 12px;
  background: #fff;
}
body.sml-design-lift.home .sml-home-reasons .gallery-item {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}
body.sml-design-lift.home .sml-home-reasons .gallery > br { display: none !important; }
body.sml-design-lift.home .sml-home-reasons .gallery-icon,
body.sml-design-lift.home .sml-home-reasons .gallery-item a { width: 100%; height: 100%; }
body.sml-design-lift.home .sml-home-reasons .gallery img {
  display: block;
  width: 100%;
  height: 152px;
  object-fit: cover;
  border: 0 !important;
  border-radius: 8px;
}
body.sml-design-lift.home .sml-home-reasons li { margin-bottom: 8px; color: #555d53; }
body.sml-design-lift.home .sml-home-reasons li::marker { color: var(--sml-green); }

body.sml-design-lift.home .sml-home-editorial .et_pb_text_7 { max-width: 900px; margin: 0 auto 22px; text-align: center !important; }
body.sml-design-lift.home .sml-home-editorial .et_pb_text_7 h3 { font-size: 21px; line-height: 1.28; }
body.sml-design-lift.home .sml-home-editorial .et_pb_accordion { max-width: 1000px; margin: 0 auto; }
body.sml-design-lift.home .sml-home-area .et_pb_row { display: flex; align-items: center; gap: 44px; padding: 0 !important; }
body.sml-design-lift.home .sml-home-area .et_pb_column { width: calc(50% - 22px) !important; margin: 0 !important; }
body.sml-design-lift.home .sml-home-area .et_pb_column:last-child { padding: 0 !important; background: none !important; }
body.sml-design-lift.home .sml-home-area .et_pb_image img { width: 100%; height: 320px; object-fit: cover; border-radius: var(--sml-radius); box-shadow: var(--sml-shadow); }
.sml-location-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.sml-location-chips a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 7px 16px;
  border: 1px solid #ddb08f;
  border-radius: 999px;
  color: var(--sml-ink);
  background: #fff;
  font-size: 13px;
  font-weight: 800;
}

.sml-location-chips a:hover { color: var(--sml-green-dark); border-color: var(--sml-green); transform: translateY(-1px); }

body.sml-design-lift.home .sml-home-final { padding: 34px 0 !important; background: #f5f3ee !important; }
body.sml-design-lift.home .sml-home-final .et_pb_row {
  display: flex;
  align-items: center;
  gap: 34px;
  width: 90%;
  max-width: 1120px;
  padding: 28px 32px !important;
  border-radius: 18px;
  background: linear-gradient(135deg, #536d4e, #40563b) !important;
  box-shadow: var(--sml-shadow);
}

body.sml-design-lift.home .sml-home-final .et_pb_column { width: calc(50% - 17px) !important; margin: 0 !important; }
body.sml-design-lift.home .sml-home-final .et_pb_module { margin-bottom: 12px !important; }
body.sml-design-lift.home .sml-home-final h2 { font-size: clamp(23px, 2vw, 29px); line-height: 1.14; }
body.sml-design-lift.home .sml-home-final h3 { font-size: clamp(17px, 1.4vw, 20px); line-height: 1.25; }
body.sml-design-lift.home .sml-home-final h4 { font-size: 18px; }
body.sml-design-lift.home .sml-home-final p { font-size: 13px; line-height: 1.55; }

body.sml-design-lift.home .sml-home-final h2,
body.sml-design-lift.home .sml-home-final h3,
body.sml-design-lift.home .sml-home-final p,
body.sml-design-lift.home .sml-home-final a,
body.sml-design-lift.home .sml-home-final .et-pb-icon { color: #fff !important; }
body.sml-design-lift.home .sml-home-final .et_pb_row,
body.sml-design-lift.home .sml-home-final .et_pb_row * { color: #fff !important; }

/* Subpages and blog */
body.sml-design-lift:not(.home) #main-content { background: var(--sml-bg); }
body.sml-design-lift:not(.home) .sml-page-hero {
  padding: 0 !important;
  background: linear-gradient(135deg, #e9ede5 0%, #f7f4ee 72%) !important;
  border-bottom: 1px solid var(--sml-line);
}

body.sml-design-lift:not(.home) .sml-page-hero .et_pb_fullwidth_header_container { width: 90%; max-width: 1120px; }
body.sml-design-lift:not(.home) .sml-page-hero .et_pb_fullwidth_header {
  display: flex;
  min-height: 210px;
  align-items: center;
  padding: 54px 0 !important;
}
body.sml-design-lift:not(.home) .sml-page-hero h1,
body.sml-design-lift:not(.home) .sml-page-hero .header-content h1 {
  max-width: 900px;
  color: #fff !important;
  font-size: clamp(38px, 4.2vw, 56px);
  font-weight: 850;
  letter-spacing: -.055em;
  text-shadow: 0 4px 24px rgba(0,0,0,.34) !important;
}

body.sml-design-lift:not(.home) .sml-page-hero .et_pb_fullwidth_header_subhead { color: rgba(255,255,255,.82) !important; }
body.sml-design-lift:not(.home) .sml-page-content { padding: 52px 0 !important; background: var(--sml-bg) !important; }
body.sml-design-lift:not(.home) .sml-page-content + .sml-page-content { padding-top: 0 !important; }
body.sml-design-lift:not(.home) .sml-page-content > .et_pb_row { width: 90%; max-width: 1120px; }
body.sml-design-lift:not(.home):not(.blog) .sml-page-content .et_pb_text,
body.sml-design-lift.page-id-29046 .sml-page-content .et_pb_contact_form_container {
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid var(--sml-line);
  border-radius: var(--sml-radius);
  background: #fff;
  box-shadow: var(--sml-shadow-sm);
}

body.sml-design-lift:not(.home) .sml-page-content .et_pb_text,
body.sml-design-lift:not(.home) .sml-page-content .et_pb_text p { text-align: left !important; }
body.sml-design-lift:not(.home) .sml-page-content .et_pb_text p { margin-bottom: 1.05em; }
body.sml-design-lift:not(.home) .sml-page-content .et_pb_text h2,
body.sml-design-lift:not(.home) .sml-page-content .et_pb_text h3 { margin-top: 1.2em; }
body.sml-design-lift:not(.home) .sml-page-content img { border-radius: 14px; box-shadow: var(--sml-shadow-sm); }

body.sml-design-lift.page-id-29046 .sml-page-content .et_pb_contact_form_container { max-width: 760px; margin: 0 auto; }
body.sml-design-lift.page-id-29046 .et_pb_contact_form p.et_pb_contact_field { margin-bottom: 12px; }
body.sml-design-lift.page-id-29046 .et_contact_bottom_container { float: none; width: 100%; justify-content: flex-end; }

body.sml-design-lift.blog .sml-page-content .et_pb_blog_grid .et_pb_salvattore_content,
body.sml-design-lift.blog .sml-page-content .et_pb_ajax_pagination_container { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
body.sml-design-lift.blog .sml-page-content article.et_pb_post {
  overflow: hidden;
  margin: 0 !important;
  padding: 0 0 26px !important;
  border: 1px solid var(--sml-line);
  border-radius: var(--sml-radius);
  background: #fff;
  box-shadow: var(--sml-shadow-sm);
}

body.sml-design-lift.blog .sml-page-content article.et_pb_post:hover { transform: translateY(-4px); box-shadow: var(--sml-shadow); }
body.sml-design-lift.blog .sml-page-content article.et_pb_post > *:not(.entry-featured-image-url) { margin-left: 24px; margin-right: 24px; }
body.sml-design-lift.blog .sml-page-content .entry-featured-image-url { overflow: hidden; border-radius: 0; }
body.sml-design-lift.blog .sml-page-content .entry-featured-image-url img { width: 100%; height: 220px; object-fit: cover; border-radius: 0; box-shadow: none; }
body.sml-design-lift.blog .sml-page-content .entry-title { margin-top: 22px; font-size: 22px; line-height: 1.25; }
body.sml-design-lift.blog .sml-page-content .post-meta { color: var(--sml-green); font-size: 12px; font-weight: 750; }
body.sml-design-lift.blog .sml-page-content .more-link { display: inline-flex; margin-top: 10px; color: var(--sml-green-dark); font-weight: 800; }

body.sml-design-lift.single-post article.et_pb_post,
body.sml-design-lift.single-post .et_pb_post_content {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

/* Footer */
body.sml-design-lift #main-footer { background: #242824 !important; }
body.sml-design-lift #footer-widgets { padding: 42px 0 34px; }
body.sml-design-lift #footer-widgets .footer-widget { margin-bottom: 0 !important; }
body.sml-design-lift #main-footer h2 { font-size: clamp(24px, 2.2vw, 32px); line-height: 1.18; }
.sml-footer-brand-logo { display: inline-flex; margin-bottom: 18px; padding: 5px; border-radius: 7px; background: #fff; }
.sml-footer-brand-logo img { display: block; width: 150px; height: auto; }
body.sml-design-lift #main-footer h4 { color: #fff; }
body.sml-design-lift #main-footer p,
body.sml-design-lift #main-footer li,
body.sml-design-lift #main-footer a { color: rgba(255,255,255,.72) !important; }
body.sml-design-lift #main-footer a:hover { color: #fff !important; }
body.sml-design-lift #footer-bottom { padding: 18px 0; background: #1d201d !important; border-top: 1px solid rgba(255,255,255,.10); }
body.sml-design-lift #footer-bottom .container { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
body.sml-design-lift #footer-info { float: none; padding: 0; }
.sml-footer-credit { display: inline-flex; align-items: center; justify-content: flex-end; gap: 9px; color: rgba(255,255,255,.58); white-space: nowrap; font-size: 12px; }
.sml-footer-credit a { display: inline-flex; align-items: center; border-radius: 5px; }
.sml-footer-credit img { display: block; width: 38px; height: 28px; object-fit: contain; }

/* Divi Theme Builder footer */
body.sml-design-lift .et-l--footer { color: rgba(255,255,255,.74); background: #242824; }
body.sml-design-lift .et-l--footer .et_pb_section:first-child { padding: 38px 0 32px !important; background: #242824 !important; }
body.sml-design-lift .et-l--footer .et_pb_section:first-child .et_pb_row {
  display: flex;
  width: 90% !important;
  max-width: 1120px !important;
  align-items: center;
  gap: 42px;
  padding: 0 !important;
}
body.sml-design-lift .et-l--footer .et_pb_section:first-child .et_pb_column { margin: 0 !important; }
body.sml-design-lift .et-l--footer .et_pb_section:first-child .et_pb_column:first-child { width: calc(42% - 21px) !important; }
body.sml-design-lift .et-l--footer .et_pb_section:first-child .et_pb_column:last-child { width: calc(58% - 21px) !important; }
body.sml-design-lift .et-l--footer h2 { color: #fff !important; font-size: clamp(23px, 2vw, 30px); line-height: 1.16; }
body.sml-design-lift .et-l--footer h4 { color: #fff !important; font-size: 17px; }
body.sml-design-lift .et-l--footer p,
body.sml-design-lift .et-l--footer a { color: rgba(255,255,255,.74) !important; }
body.sml-design-lift .et-l--footer .sml-footer-brand-logo { margin-bottom: 15px; }
body.sml-design-lift .et-l--footer .sml-footer-brand-logo img { width: 132px; }
body.sml-design-lift .et-l--footer .et_pb_section:last-child { padding: 0 !important; border-top: 1px solid rgba(255,255,255,.12); background: #1d201d !important; }
body.sml-design-lift .et-l--footer .et_pb_section:last-child .et_pb_fullwidth_header { min-height: 0 !important; padding: 0 !important; }
body.sml-design-lift .et-l--footer .et_pb_section:last-child .et_pb_fullwidth_header_container {
  display: block;
  width: 90% !important;
  max-width: 1120px !important;
  min-height: 0 !important;
  margin: 0 auto;
}
body.sml-design-lift .et-l--footer .et_pb_section:last-child .header-content-container { width: 100% !important; }
body.sml-design-lift .et-l--footer .et_pb_section:last-child .header-content {
  display: flex;
  width: 100%;
  max-width: none !important;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 !important;
  padding: 14px 0 !important;
}
body.sml-design-lift .et-l--footer .et_pb_section:last-child .et_pb_header_content_wrapper { color: rgba(255,255,255,.62); font-size: 12px; }

@media (max-width: 1180px) {
  body.sml-design-lift #top-menu > li { padding-right: 16px; }
  body.sml-design-lift #top-menu > li > a { font-size: 12px; }
  body.sml-design-lift #top-menu > .sml-menu-cta > a { padding: 11px 13px !important; }
}

@media (max-width: 980px) {
  body.sml-design-lift #main-header .container { width: 92%; }
  body.sml-design-lift #logo { max-height: 64px; }
  body.sml-design-lift .mobile_menu_bar:before { color: var(--sml-green) !important; }
  body.sml-design-lift .et_mobile_menu {
    padding: 12px;
    border: 1px solid var(--sml-line);
    border-top: 3px solid var(--sml-green);
    border-radius: 0 0 14px 14px;
    box-shadow: var(--sml-shadow);
  }
  body.sml-design-lift .et_mobile_menu li a { border-bottom-color: var(--sml-line); color: var(--sml-ink); font-weight: 700; }

  body.sml-design-lift.home .sml-home-hero .et_pb_row,
  body.sml-design-lift.home .sml-home-reasons .et_pb_row,
  body.sml-design-lift.home .sml-home-area .et_pb_row { display: flex; flex-direction: column; gap: 34px; }
  body.sml-design-lift.home .sml-home-hero .et_pb_column,
  body.sml-design-lift.home .sml-home-reasons .et_pb_column,
  body.sml-design-lift.home .sml-home-area .et_pb_column { width: 100% !important; }
  body.sml-design-lift.home .sml-home-hero .et_pb_column:last-child { min-height: 390px; }
  body.sml-design-lift.home .sml-home-form .et_pb_row { padding: 38px 30px 34px !important; }
  body.sml-design-lift.home .sml-home-types,
  body.sml-design-lift.home .sml-home-process,
  body.sml-design-lift.home .sml-home-faq,
  body.sml-design-lift.home .sml-home-reasons,
  body.sml-design-lift.home .sml-home-editorial,
  body.sml-design-lift.home .sml-home-area { padding: 48px 0 !important; }
  body.sml-design-lift.blog .sml-page-content .et_pb_blog_grid .et_pb_salvattore_content,
  body.sml-design-lift.blog .sml-page-content .et_pb_ajax_pagination_container { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 767px) {
  body.sml-design-lift { font-size: 15px; }
  body.sml-design-lift #top-header .container { width: 92%; text-align: center; }
  body.sml-design-lift #et-info { float: none; }
  body.sml-design-lift #et-info-email { display: inline-block; margin-top: 4px; }
  body.sml-design-lift.home .sml-home-hero { padding: 36px 0 48px !important; }
  body.sml-design-lift.home .sml-home-hero .et_pb_row { width: 92% !important; min-height: 0; gap: 28px; }
  .sml-hero-title { font-size: clamp(36px, 11vw, 46px); }
  .sml-hero-subtitle { font-size: 23px; }
  .sml-hero-actions { flex-direction: column; }
  .sml-button { width: 100%; }
  body.sml-design-lift.home .sml-home-hero .et_pb_column:last-child { min-height: 300px; border-radius: 16px; }
  .sml-location-pill { right: 12px; bottom: 12px; padding: 9px 12px; font-size: 12px; }

  body.sml-design-lift.home .sml-home-form { padding: 44px 0 50px !important; }
  body.sml-design-lift.home .sml-home-form .et_pb_row { width: 92% !important; padding: 34px 18px 28px !important; border-radius: 16px; }
  body.sml-design-lift.home .sml-home-form .et_pb_row:before { left: 18px; }
  body.sml-design-lift.home .sml-home-form .et_pb_contact_form { display: block; }
  body.sml-design-lift.home .sml-home-form .et_pb_contact_field { margin-bottom: 11px !important; }
  body.sml-design-lift.home .sml-home-form .et_contact_bottom_container { display: flex; flex-wrap: wrap; justify-content: stretch; margin-top: 8px; }
  body.sml-design-lift.home .sml-home-form .et_pb_contact_right { width: 100%; text-align: left; }
  body.sml-design-lift.home .sml-home-form .et_pb_contact_submit { width: 100%; }
  body.sml-design-lift.home .sml-home-types,
  body.sml-design-lift.home .sml-home-process,
  body.sml-design-lift.home .sml-home-faq,
  body.sml-design-lift.home .sml-home-reasons,
  body.sml-design-lift.home .sml-home-editorial,
  body.sml-design-lift.home .sml-home-area { padding: 40px 0 !important; }
  body.sml-design-lift.home .sml-home-reasons .gallery img { height: 118px; }
  body.sml-design-lift.home .sml-home-area .et_pb_image img { height: 260px; }
  body.sml-design-lift.home .sml-home-final .et_pb_row { display: block; }
  body.sml-design-lift.home .sml-home-final .et_pb_column { width: 100% !important; }
  body.sml-design-lift.home .sml-home-final .et_pb_row { padding: 28px 20px !important; }
  body.sml-design-lift.blog .sml-page-content .et_pb_blog_grid .et_pb_salvattore_content,
  body.sml-design-lift.blog .sml-page-content .et_pb_ajax_pagination_container { grid-template-columns: 1fr; }
  body.sml-design-lift:not(.home) .sml-page-hero { padding: 0 !important; }
  body.sml-design-lift:not(.home) .sml-page-hero .et_pb_fullwidth_header { min-height: 190px; padding: 48px 0 !important; }
  body.sml-design-lift:not(.home) .sml-page-content { padding: 44px 0 !important; }
  body.sml-design-lift:not(.home):not(.blog) .sml-page-content .et_pb_text,
  body.sml-design-lift.page-id-29046 .sml-page-content .et_pb_contact_form_container { padding: 24px 20px; border-radius: 14px; }
  body.sml-design-lift .et_pb_blurb_content,
  body.sml-design-lift .et_pb_blurb_container,
  body.sml-design-lift .et_pb_blurb_container .et_pb_module_header,
  body.sml-design-lift .et_pb_blurb_container .et_pb_module_header span,
  body.sml-design-lift .et_pb_blurb_description,
  body.sml-design-lift .et_pb_blurb_description p {
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
  body.sml-design-lift .et_pb_blurb_position_left .et_pb_blurb_container { padding-left: 12px !important; }
  body.sml-design-lift .et_pb_blurb_container a,
  body.sml-design-lift .et_pb_blurb_container .et_pb_module_header,
  body.sml-design-lift #main-footer a { overflow-wrap: anywhere; word-break: break-word; }
  body.sml-design-lift #footer-bottom .container { align-items: center; }
  .sml-footer-credit { font-size: 11px; }
  body.sml-design-lift .et-l--footer .et_pb_section:first-child .et_pb_row { display: block; }
  body.sml-design-lift .et-l--footer .et_pb_section:first-child .et_pb_column { width: 100% !important; }
  body.sml-design-lift .et-l--footer .et_pb_section:first-child .et_pb_column:first-child { margin-bottom: 28px !important; }
  body.sml-design-lift .et-l--footer .et_pb_section:last-child .header-content { flex-wrap: wrap; gap: 9px; }
  html body.sml-design-lift .et-l--footer .et_pb_row_0_tb_footer { display: block !important; }
  html body.sml-design-lift .et-l--footer .et_pb_row_0_tb_footer .et_pb_column_0_tb_footer,
  html body.sml-design-lift .et-l--footer .et_pb_row_0_tb_footer .et_pb_column_1_tb_footer {
    float: none !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin-right: 0 !important;
  }
  html body.sml-design-lift .et-l--footer .et_pb_row_0_tb_footer .et_pb_column_0_tb_footer { margin-bottom: 28px !important; }
  html body.sml-design-lift .et-l--footer .et_pb_row_0_tb_footer h2 { max-width: 290px; font-size: 25px; }
  html body.sml-design-lift .et-l--footer .et_pb_row_0_tb_footer h4 { font-size: 15px; line-height: 1.25; overflow-wrap: anywhere; }
  body.sml-design-lift.home .sml-home-final h4 { font-size: 13px; line-height: 1.25; overflow-wrap: anywhere; }
}

@media (prefers-reduced-motion: reduce) {
  body.sml-design-lift *,
  body.sml-design-lift *:before,
  body.sml-design-lift *:after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
