/*!
Theme Name: PILON Theme
Author: Artifakt Digital
Author URI: https://www.artifaktdigital.com/
Description: Child theme for Artifakt Digital website projects
Version: 2.0
Text Domain: art

art is based on Underscores https://underscores.me/, (C) 2012-2022 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

.home #masthead {
  position: absolute;
  padding-bottom: 40px;
}

.home #masthead > .container.animate,
.home #masthead > .container.fadedown,
.home #masthead > .container.animate.fadedown {
  opacity: 1 !important;
  transform: none !important;
}

.home #masthead.header-scroll {
  position: fixed;
  padding-bottom: 10px;
}

.header-hero-copy-wrap {
  padding-top: 140px;
  min-height: calc(100vh - 120px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-hero-copy-wrap .animate-js,
.header-hero-copy-wrap .animate,
.header-hero-copy-wrap .fadein,
.header-hero-copy-wrap .fadeup,
.header-hero-copy-wrap .fadedown {
  opacity: 1 !important;
  transform: none !important;
}

.header-logo .pilon-logo-link,
.header-logo .custom-logo-link {
  display: inline-flex;
  align-items: center;
  min-height: 100px;
}

.header-logo .custom-logo {
  height: 100px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.header-logo .pilon-brand-logo {
  height: 56px;
  width: auto;
  max-width: min(100%, 340px);
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.25));
  transition: height 0.2s ease-out, max-width 0.2s ease-out;
}

#masthead.header-scroll .header-logo .pilon-brand-logo,
#masthead.header-scroll .header-logo .custom-logo {
  height: 42px;
}

#masthead.header-scroll .header-logo .pilon-logo-link,
#masthead.header-scroll .header-logo .custom-logo-link {
  min-height: 72px;
}

.site-brand-name {
  color: #fff;
  font-size: clamp(1.5rem, 2.8vw, 2.5rem);
  font-weight: 700;
  line-height: 1;
}

.cta-logo {
  filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(5637%) hue-rotate(342deg) brightness(82%) contrast(101%);
  height: 56px;
  width: auto;
}

.pilon-brand-logo-dark {
  filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(5637%) hue-rotate(342deg) brightness(82%) contrast(101%);
}

.copy-blockquote-callout--clean blockquote::before,
.copy-blockquote-callout--clean blockquote::after {
  content: none !important;
  display: none !important;
  background-image: none !important;
}

.cta-modal-content,
.cta-modal-content.fadein,
.cta-modal-content.fadeup,
.cta-modal-content.fadedown,
.cta-modal-content.animate {
  opacity: 1 !important;
  transform: none !important;
}

.for-buyers-page .animate,
.for-buyers-page .fadein,
.for-buyers-page .fadeup,
.for-buyers-page .fadedown,
.for-buyers-page .slowfade {
  opacity: 1 !important;
  transform: none !important;
}

.for-buyers-page .tcallout-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.for-buyers-page .tcallout-dots {
  flex: 1 1 auto;
}

.for-buyers-page .tcallout-arrows {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.for-buyers-page .tcallout-arrows .slick-prev,
.for-buyers-page .tcallout-arrows .slick-next {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  background: transparent;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color 180ms ease, color 180ms ease, background-color 180ms ease;
}

.for-buyers-page .tcallout-arrows .slick-prev:hover,
.for-buyers-page .tcallout-arrows .slick-prev:focus,
.for-buyers-page .tcallout-arrows .slick-next:hover,
.for-buyers-page .tcallout-arrows .slick-next:focus {
  border-color: #c41230;
  color: #c41230;
}

.page-sidebar .sidebar {
  overflow: hidden;
}

.page-sidebar .gform_wrapper {
  text-align: left;
}

.page-sidebar .gform_fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.page-sidebar .gfield {
  position: static !important;
  margin: 0;
  min-width: 0;
  grid-column: span 2;
}

.page-sidebar .gfield--width-half {
  grid-column: span 1;
}

.page-sidebar .gfield_label {
  position: static !important;
  display: block;
  margin: 0 0 8px !important;
  color: #171717 !important;
  font-size: 0.95rem;
  font-weight: 600 !important;
  line-height: 1.3;
  text-transform: none;
  letter-spacing: 0;
}

.page-sidebar .ginput_container {
  position: static !important;
  width: 100%;
}

.page-sidebar .gfield input.large,
.page-sidebar .gfield input[type="text"],
.page-sidebar .gfield input[type="email"],
.page-sidebar .gfield textarea.small {
  display: block;
  width: 100% !important;
  min-width: 0;
  padding: 0.95rem 1rem !important;
  border: 1px solid rgba(23, 23, 23, 0.2);
  border-radius: 0;
  background: #fff;
  color: #171717;
  font-size: 1rem;
  line-height: 1.4;
  box-sizing: border-box;
}

.page-sidebar .gfield textarea.small {
  height: 120px !important;
  min-height: 120px;
  resize: vertical;
}

.page-sidebar .gfield input.large:focus,
.page-sidebar .gfield input[type="text"]:focus,
.page-sidebar .gfield input[type="email"]:focus,
.page-sidebar .gfield textarea.small:focus {
  outline: none;
  border-color: #171717;
  box-shadow: none;
}

.page-sidebar .gfield_html {
  font-size: 0.78rem;
  line-height: 1.55;
  color: rgba(23, 23, 23, 0.72);
}

.page-sidebar .gform_footer {
  justify-content: flex-start;
  margin-top: 18px !important;
}

.page-sidebar .gform_button {
  width: auto !important;
  min-width: 0;
  padding: 0.95rem 1.4rem !important;
  border: 1px solid #171717 !important;
  border-radius: 0;
  background: transparent !important;
  color: #171717 !important;
  font-size: 0.95rem;
  line-height: 1;
}

.page-sidebar .gform_button:hover,
.page-sidebar .gform_button:focus,
.page-sidebar .gform_button:active {
  background: #171717 !important;
  border-color: #171717 !important;
  color: #fff !important;
}

.pilon-brand-logo-dark {
  max-width: 240px;
  height: 56px;
  width: auto;
}

.cta-modal .modal-content {
  border: 0;
}

.cta-modal .btn-close {
  z-index: 2;
}

.gform_confirmation_wrapper {
  margin-bottom: 1rem;
}

.gform_confirmation_message {
  font-size: 0.95rem;
  line-height: 1.5;
}

#gform_wrapper_14 .gfield_html {
  font-size: 10px;
  line-height: 1.45;
}

.mert-newsletter-signup--modal .gform_fields,
#gform_wrapper_14 .gform_fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px;
}

.mert-newsletter-signup--modal .gfield--width-full,
.mert-newsletter-signup--modal .gfield--type-textarea,
.mert-newsletter-signup--modal .gfield_html,
.mert-newsletter-signup--modal .gform_validation_container,
#gform_wrapper_14 .gfield--width-full,
#gform_wrapper_14 .gfield--type-textarea,
#gform_wrapper_14 .gfield_html,
#gform_wrapper_14 .gform_validation_container {
  grid-column: 1 / -1;
}

.mert-newsletter-signup--modal .gfield,
#gform_wrapper_14 .gfield {
  margin: 0;
  position: relative;
  min-width: 0;
}

.mert-newsletter-signup--modal .gfield_label,
#gform_wrapper_14 .gfield_label {
  position: absolute !important;
  top: 18px;
  left: 15px;
  display: block;
  margin: 0;
  transform: none !important;
  opacity: 1 !important;
  color: #171717;
  font-size: 0.95rem;
  font-weight: 400 !important;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  z-index: 2;
  pointer-events: none;
}

.mert-newsletter-signup--modal .gfield input.large,
.mert-newsletter-signup--modal .gfield textarea.small,
#gform_wrapper_14 .gfield input.large,
#gform_wrapper_14 .gfield textarea.small {
  width: 100%;
  display: block;
  box-sizing: border-box;
  min-width: 0;
  padding: 18px 15px 4px !important;
  border: 1px solid #171717;
  border-radius: 0;
  background: #fff;
  color: #171717;
  font-size: 0.95rem;
  line-height: 1.1;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.mert-newsletter-signup--modal .gfield input.large,
#gform_wrapper_14 .gfield input.large {
  height: 60px !important;
  min-height: 60px !important;
}

.mert-newsletter-signup--modal .gfield textarea.small,
#gform_wrapper_14 .gfield textarea.small {
  min-height: 120px;
  height: 120px;
  padding-top: 28px !important;
  resize: vertical;
}

.mert-newsletter-signup--modal .ginput_container,
#gform_wrapper_14 .ginput_container {
  margin-top: 0 !important;
  position: static !important;
  width: 100%;
}

.mert-newsletter-signup--modal .gfield input.large:focus,
.mert-newsletter-signup--modal .gfield textarea.small:focus,
#gform_wrapper_14 .gfield input.large:focus,
#gform_wrapper_14 .gfield textarea.small:focus {
  border-color: #000;
  box-shadow: none;
  outline: none;
}

.mert-newsletter-signup--modal .gform_validation_container,
#gform_wrapper_14 .gform_validation_container {
  display: none !important;
}

.mert-newsletter-signup--modal .gfield.input--filled .gfield_label,
.mert-newsletter-signup--modal .gfield:focus-within .gfield_label,
#gform_wrapper_14 .gfield.input--filled .gfield_label,
#gform_wrapper_14 .gfield:focus-within .gfield_label {
  top: 7px !important;
  font-size: 0.7rem !important;
}

.mert-newsletter-signup--modal .gfield_html span,
#gform_wrapper_14 .gfield_html span {
  display: inline-block;
  margin-top: 2px !important;
  color: #5c5c5c;
  font-size: 11px !important;
  line-height: 1.55;
}

.mert-newsletter-signup--modal .gform_footer,
#gform_wrapper_14 .gform_footer {
  margin-top: 1rem;
}

@media (max-width: 991px) {
  .mert-newsletter-signup--modal .gform_fields,
  #gform_wrapper_14 .gform_fields {
    grid-template-columns: minmax(0, 1fr);
  }
}

.home #masthead.header-scroll .header-hero-copy-wrap {
  display: none;
}

.home .homepage-hero {
  padding: 0;
}

.home .homepage-hero .hero-scroll {
  left: 50%;
  transform: translateX(-50%);
}

.mert-values-section {
  margin: 64px 0 72px;
}

.mert-values-shell {
  padding: clamp(2rem, 4vw, 3.5rem);
  background:
    radial-gradient(circle at top left, rgba(237, 28, 39, 0.08), transparent 28%),
    linear-gradient(180deg, #fcfaf7 0%, #ffffff 100%);
  border: 1px solid rgba(17, 17, 17, 0.08);
}

.mert-sell-section {
  margin: 72px 0 48px;
}

.mert-sell-wrap {
  padding-inline: clamp(20px, 3.6vw, 56px);
}

.mert-sell-shell {
  position: relative;
  max-width: 1760px;
  margin: 0 auto;
  padding: clamp(1.1rem, 1.8vw, 1.45rem);
  background:
    radial-gradient(circle at top left, rgba(237, 28, 39, 0.09), transparent 28%),
    linear-gradient(180deg, #fcfaf7 0%, #ffffff 100%);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 20px;
  box-shadow: 0 14px 32px rgba(18, 18, 18, 0.045);
}

.mert-sell-shell::before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 26px;
  right: 26px;
  width: 92px;
  height: 92px;
  border-top: 1px solid rgba(196, 18, 48, 0.16);
  border-right: 1px solid rgba(196, 18, 48, 0.16);
}

.mert-sell-eyebrow {
  margin-bottom: 0.75rem;
  color: #c41230;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mert-sell-strip {
  margin-top: 0;
}

.mert-sell-intro {
  height: 100%;
  padding: 0.1rem 0.1rem 0.1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mert-sell-title {
  max-width: none;
  margin-bottom: 0.7rem;
  color: #101010;
  font-size: clamp(1.55rem, 2.2vw, 2.1rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.mert-sell-intro-copy {
  max-width: none;
  margin-left: 0;
  color: #242424;
  font-size: 0.88rem;
  line-height: 1.48;
}

.mert-sell-point {
  height: 100%;
  padding: 0.95rem 0.9rem;
  border-radius: 12px;
  background: #fff;
  border-top: 3px solid #c41230;
  box-shadow: 0 10px 24px rgba(20, 20, 20, 0.04);
}

.mert-sell-point-num {
  display: inline-block;
  margin-bottom: 0.45rem;
  color: #c41230;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.mert-sell-point h3 {
  color: #161616;
  margin-bottom: 0.35rem;
  font-size: 0.98rem;
  line-height: 1.22;
}

.mert-sell-point p {
  margin-bottom: 0;
  color: #4b4b4b;
  font-size: 0.87rem;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .mert-sell-section {
    margin-top: 56px;
  }

  .mert-sell-wrap {
    padding-inline: 16px;
  }

  .mert-sell-shell {
    padding: 1.35rem 1.15rem;
  }

  .mert-sell-intro {
    padding: 0;
  }

  .mert-sell-title {
    max-width: none;
  }

  .mert-sell-intro-copy {
    max-width: none;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .mert-sell-shell {
    border-radius: 22px;
  }
}

.mert-values-eyebrow {
  color: #c41230;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mert-values-title {
  max-width: 7ch;
  color: #101010;
  font-size: clamp(3rem, 6vw, 5.25rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.mert-values-subtitle {
  max-width: 28rem;
  color: #242424;
  font-size: 1.12rem;
  line-height: 1.65;
}

.mert-values-note {
  padding: 2rem 2.25rem;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 18px 40px rgba(20, 20, 20, 0.06);
}

.mert-values-note p {
  color: #1b1b1b;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.5;
}

.mert-values-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.mert-values-chips span {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(237, 28, 39, 0.18);
  color: #101010;
  font-size: 0.92rem;
  font-weight: 600;
}

.mert-values-grid {
  margin-top: clamp(2rem, 4vw, 3rem);
}

.mert-value-card {
  height: 100%;
  padding: 1.75rem 1.5rem;
  background: #fff;
  border-top: 3px solid #c41230;
  box-shadow: 0 14px 32px rgba(20, 20, 20, 0.05);
}

.mert-value-kicker {
  color: #c41230;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  font-weight: 700;
  line-height: 1.15;
}

.mert-value-copy {
  color: #212121;
  font-size: 1rem;
  line-height: 1.7;
}

.site-footer .footer-content-wrap {
  padding-bottom: 40px;
}

.site-footer .footer-content {
  bottom: 20px;
}

.site-footer .footer-content-img {
  aspect-ratio: 24 / 7;
}

.site-footer .footer-signup {
  padding: 2rem 0;
}

.site-footer .footer-signup-inner,
.site-footer .site-footer-inner {
  row-gap: 1rem;
}

.site-footer .site-footer-inner {
  padding: 1.5rem 0 1.25rem;
}

.site-footer .footer-brand-logo {
  width: auto;
  height: 56px;
  max-width: min(260px, 70vw);
}

.site-footer .footer-brand-logo-red {
  filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(5637%) hue-rotate(342deg) brightness(82%) contrast(101%);
}

.site-footer .footer-brokerage-logo {
  width: auto;
  height: 52px;
  max-width: min(240px, 75vw);
}

.site-footer .footer-social-wrap {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

.site-footer .fs-left {
  padding-right: 20px;
}

.site-footer .fs-right {
  padding-left: 20px;
}

.site-footer .fs-right .gform_wrapper {
  transform: translateY(45px);
}

.site-footer .mert-newsletter-signup {
  text-align: left;
}

.site-footer .mert-newsletter-signup .gform_fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.site-footer .mert-newsletter-signup .gfield {
  position: relative !important;
  margin: 0;
  min-width: 0;
  grid-column: span 2;
}

.site-footer .mert-newsletter-signup .gfield--width-half {
  grid-column: span 1;
}

.site-footer .mert-newsletter-signup .gfield_label {
  position: absolute !important;
  top: 12px;
  left: 15px;
  margin: 0 !important;
  color: #000 !important;
  font-size: 0.95rem;
  font-weight: 400 !important;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  z-index: 1;
}

.site-footer .mert-newsletter-signup .ginput_container {
  position: static !important;
  width: 100%;
}

.site-footer .mert-newsletter-signup .gfield input.large,
.site-footer .mert-newsletter-signup .gfield input[type="text"],
.site-footer .mert-newsletter-signup .gfield input[type="email"] {
  display: block;
  width: 100% !important;
  min-width: 0;
  height: 48px !important;
  padding: 18px 15px 4px !important;
  border: 0 !important;
  border-radius: 0;
  background: #fff !important;
  color: #171717 !important;
  font-size: 0.95rem;
  line-height: 1.1;
  box-sizing: border-box;
}

.site-footer .mert-newsletter-signup .gfield.input--filled .gfield_label,
.site-footer .mert-newsletter-signup .gfield:focus-within .gfield_label {
  top: 7px !important;
  font-size: 0.7rem !important;
}

.site-footer .mert-newsletter-signup .gf_progressbar_wrapper {
  bottom: 22px;
  pointer-events: none;
}

.site-footer .mert-newsletter-signup .gfield input.large:focus,
.site-footer .mert-newsletter-signup .gfield input[type="text"]:focus,
.site-footer .mert-newsletter-signup .gfield input[type="email"]:focus {
  outline: none;
  box-shadow: none;
}

.site-footer .mert-newsletter-signup .newsletter-legal {
  display: inline-block;
  margin-top: 2px !important;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
}

.site-footer .mert-newsletter-signup .gform_page_footer {
  align-items: center;
  margin-top: 14px;
}

.site-footer .mert-newsletter-signup [data-newsletter-step="1"] .gform_page_footer {
  justify-content: flex-end;
}

.site-footer .mert-newsletter-signup [data-newsletter-step="2"] .gform_page_footer {
  justify-content: space-between;
}

.site-footer .mert-newsletter-signup .gform_next_button,
.site-footer .mert-newsletter-signup .gform_previous_button,
.site-footer .mert-newsletter-signup .gform_button {
  min-height: 0;
  min-width: 0;
}

.site-footer .fs-right {
  padding-left: 20px;
}

.site-footer .mert-newsletter-signup .gfield_validation_container {
  display: none !important;
}

.site-footer .mert-newsletter-signup [data-newsletter-step][hidden] {
  display: none !important;
}

.site-footer .mert-newsletter-signup .mert-newsletter-error {
  display: block !important;
  color: #931126 !important;
  font-size: 0.72rem !important;
  font-style: normal;
  line-height: 1.4;
}

.site-footer .mert-newsletter-signup .gfield.gfield_error input {
  border-color: #931126 !important;
}

.site-footer .mert-newsletter-signup .gf_progressbar_percentage {
  transition: width 180ms ease;
}

.site-footer .mert-newsletter-signup .gform_page_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 12px;
}

.site-footer .mert-newsletter-signup [data-newsletter-step="1"] .gform_page_footer {
  justify-content: flex-end;
}

.site-footer .mert-newsletter-signup [data-newsletter-step="2"] .newsletter-legal {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 0.82rem;
  line-height: 1.55;
  max-width: 100%;
}

.site-footer .mert-newsletter-signup [data-newsletter-step="2"] .newsletter-legal a {
  color: #fff !important;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.site-footer .mert-newsletter-signup .gform_next_button,
.site-footer .mert-newsletter-signup .gform_previous_button,
.site-footer .mert-newsletter-signup .gform_button {
  border: 0 !important;
  border-bottom: 0 !important;
  background-color: transparent !important;
  color: #fff !important;
  text-transform: none;
  font-size: 0.9rem;
  line-height: 1;
  box-shadow: none !important;
  text-decoration: none !important;
  white-space: nowrap;
  flex: 0 0 auto;
}

.site-footer .mert-newsletter-signup .gform_next_button:hover,
.site-footer .mert-newsletter-signup .gform_next_button:focus,
.site-footer .mert-newsletter-signup .gform_previous_button:hover,
.site-footer .mert-newsletter-signup .gform_previous_button:focus,
.site-footer .mert-newsletter-signup .gform_button:hover,
.site-footer .mert-newsletter-signup .gform_button:focus {
  color: rgba(255, 255, 255, 0.78) !important;
}

.site-footer .mert-newsletter-signup #gform_submit_button_7 {
  padding: 0 22px 0 0 !important;
  background-image: url("../images/arrow-right-long-sharp-light.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: right center;
  font-weight: 600;
}

.site-footer .mert-newsletter-signup .gform_previous_button {
  padding: 0 0 0 22px !important;
  background-image: url("../images/arrow-left-long-sharp-light.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: left center;
  font-weight: 500;
  opacity: 0.9;
}

.site-footer .mert-newsletter-signup .gfield_description[hidden] {
  display: none !important;
}

.newsletter-signup-page .mert-newsletter-signup .gfield_validation_container {
  display: none !important;
}

.newsletter-signup-page .mert-newsletter-signup [data-newsletter-step][hidden] {
  display: none !important;
}

.newsletter-signup-page .mert-newsletter-signup .mert-newsletter-error {
  display: block !important;
  color: #931126 !important;
  font-size: 0.72rem !important;
  font-style: normal;
  line-height: 1.4;
}

.newsletter-signup-page .mert-newsletter-signup .gfield.gfield_error input {
  border-color: #931126 !important;
}

.newsletter-signup-page .mert-newsletter-signup .gf_progressbar_percentage {
  transition: width 180ms ease;
}

.newsletter-signup-page .mert-newsletter-signup .gform_page_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.newsletter-signup-page .mert-newsletter-signup [data-newsletter-step="1"] .gform_page_footer {
  justify-content: flex-end;
}

.newsletter-signup-page .mert-newsletter-signup .newsletter-legal {
  color: #000;
  line-height: 1.45;
}

.newsletter-signup-page .mert-newsletter-signup .gfield_description[hidden] {
  display: none !important;
}

.newsletter-signup-page .mert-newsletter-signup--page .gform_heading {
  margin-bottom: 12px;
}

.newsletter-signup-page .mert-newsletter-signup--page .gform_required_legend {
  margin: 0;
  font-size: 0.82rem;
}

.newsletter-signup-page .mert-newsletter-signup--page .gform_validation_errors {
  margin-bottom: 18px;
  padding: 12px 14px;
  border: 1px solid rgba(196, 18, 48, 0.14);
  border-radius: 14px;
  background: rgba(196, 18, 48, 0.04);
}

.newsletter-signup-page .mert-newsletter-signup--page .gform_validation_errors h2 {
  margin: 0;
  color: #931126;
  font-size: 0.92rem;
}

.newsletter-signup-page .mert-newsletter-signup--page .gform_fields {
  display: block;
}

.newsletter-signup-page .mert-newsletter-signup--page .gfield_label {
  display: block;
  position: static !important;
  margin: 0 0 8px;
  color: #171717;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.newsletter-signup-page .mert-newsletter-signup--page .gfield_required {
  color: #c41230;
}

.newsletter-signup-page .mert-newsletter-signup--page .gfield {
  position: static !important;
  margin-bottom: 16px;
}

.newsletter-signup-page .mert-newsletter-signup--page .ginput_container {
  position: static !important;
}

.newsletter-signup-page .mert-newsletter-signup--page .ginput_container input.large {
  width: 100%;
  height: auto;
  min-height: 56px;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(23, 23, 23, 0.16);
  border-radius: 0;
  background: #fff;
  color: #171717;
  font-size: 1rem;
  line-height: 1.4;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.newsletter-signup-page .mert-newsletter-signup--page .ginput_container input.large:focus {
  outline: none;
  border-color: #171717;
  box-shadow: none;
}

.newsletter-signup-page .mert-newsletter-signup--page .newsletter-legal {
  display: inline-block;
  margin-top: 2px !important;
  color: rgba(23, 23, 23, 0.66);
  line-height: 1.6;
}

.newsletter-signup-page .mert-newsletter-signup--page .gform_page_footer {
  justify-content: flex-start;
  margin-top: 8px;
}

.newsletter-signup-page .newsletter-page-form-card .newsletter-submit-button,
.newsletter-signup-page .newsletter-page-form-card input.newsletter-submit-button {
  display: inline-block !important;
  min-width: 0;
  padding: 0.9rem 1.5rem;
  border: 1px solid #171717 !important;
  border-radius: 10px;
  background: transparent !important;
  color: #171717 !important;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  box-shadow: none;
  appearance: none;
  cursor: pointer;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.newsletter-signup-page .newsletter-page-form-card .newsletter-submit-button:hover,
.newsletter-signup-page .newsletter-page-form-card .newsletter-submit-button:focus,
.newsletter-signup-page .newsletter-page-form-card input.newsletter-submit-button:hover,
.newsletter-signup-page .newsletter-page-form-card input.newsletter-submit-button:focus {
  border-color: #171717 !important;
  background: #171717 !important;
  color: #fff !important;
}

.newsletter-page-kicker {
  margin: 0 0 14px;
  color: #c41230;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.newsletter-page-kicker--light {
  color: rgba(255, 255, 255, 0.72);
}

.newsletter-signup-page h2 {
  margin: 0 0 18px;
}

.newsletter-page-copy {
  color: rgba(23, 23, 23, 0.74);
  font-size: 1.02rem;
  line-height: 1.85;
}

.newsletter-page-copy--light {
  color: rgba(255, 255, 255, 0.74);
}

.newsletter-page-highlights {
  padding: 74px 0 28px;
}

.newsletter-page-point {
  height: 100%;
  padding: 22px 24px;
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.06);
}

.newsletter-page-point h2 {
  margin: 0 0 10px;
  color: #171717;
  font-size: 1.12rem;
}

.newsletter-page-point p {
  margin: 0;
  color: rgba(23, 23, 23, 0.72);
  line-height: 1.75;
}

.newsletter-page-actions {
  margin-top: 30px;
}

.newsletter-page-actions .newsletter-highlight-cta,
.newsletter-page-actions a.newsletter-highlight-cta.btn.btn-primary {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 0.95rem 1.6rem;
  border: 1px solid #c41230 !important;
  background: #c41230 !important;
  color: #fff !important;
  text-decoration: none;
  line-height: 1;
}

.newsletter-page-actions .newsletter-highlight-cta:hover,
.newsletter-page-actions .newsletter-highlight-cta:focus,
.newsletter-page-actions a.newsletter-highlight-cta.btn.btn-primary:hover,
.newsletter-page-actions a.newsletter-highlight-cta.btn.btn-primary:focus {
  border-color: #171717 !important;
  background: #171717 !important;
  color: #fff !important;
}

.newsletter-page-benefits {
  padding-top: 74px;
  padding-bottom: 82px;
}

.newsletter-page-benefits .content-list-item {
  margin-bottom: 16px;
}

.newsletter-page-signup {
  padding: 84px 0 94px;
}

.newsletter-page-signup-shell {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.04);
}

.newsletter-page-signup .newsletter-page-copy {
  margin-bottom: 0;
}

.newsletter-page-contact {
  margin-top: 28px;
  padding: 20px 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
}

.newsletter-page-contact h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 1.05rem;
}

.newsletter-page-contact p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.newsletter-page-contact a {
  color: #fff;
}

.newsletter-page-form-card {
  padding: 28px 28px 18px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 22px 54px rgba(17, 17, 17, 0.2);
}

.newsletter-page-form-card .gform_required_legend,
.newsletter-page-form-card .gf_progressbar_title {
  color: rgba(23, 23, 23, 0.66);
}

.homepage-google-reviews .btn-secondary {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.85);
  color: #fff;
  min-width: 300px;
}

.homepage-google-reviews .btn-secondary:hover,
.homepage-google-reviews .btn-secondary:focus {
  background: #c41230;
  border-color: #c41230;
  color: #fff;
}

.homepage-google-reviews .btn-secondary img {
  filter: none;
}

.homepage-google-reviews .hpgr-slide {
  display: flex;
  justify-content: center;
}

.homepage-google-reviews .mert-review-stack {
  position: relative;
  width: min(460px, 100%);
  min-height: 500px;
  margin: 0 auto;
}

.homepage-google-reviews .mert-review-card {
  position: absolute;
  width: min(320px, calc(100% - 2rem));
  padding: 1.25rem 1.2rem;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 244, 241, 0.95));
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
  color: #161616;
}

.homepage-google-reviews .mert-review-card p,
.homepage-google-reviews .mert-review-card small {
  margin: 0;
}

.homepage-google-reviews .mert-review-card--summary {
  top: 8px;
  left: 10px;
  z-index: 3;
}

.homepage-google-reviews .mert-review-card--quote {
  top: 138px;
  right: 0;
  z-index: 2;
}

.homepage-google-reviews .mert-review-card--badge {
  top: 320px;
  left: 34px;
  z-index: 1;
}

.homepage-google-reviews .mert-review-card-kicker,
.homepage-google-reviews .mert-review-badge-label {
  color: #c41230;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.homepage-google-reviews .mert-review-card-score {
  margin-top: 0.9rem;
  display: flex;
  align-items: flex-end;
  gap: 0.85rem;
}

.homepage-google-reviews .mert-review-card-score > span {
  color: #111;
  font-size: 3rem;
  line-height: 0.9;
  letter-spacing: -0.04em;
}

.homepage-google-reviews .mert-review-card-score p {
  color: #fbbc04;
  font-size: 1.05rem;
  line-height: 1;
  letter-spacing: 0.04em;
}

.homepage-google-reviews .mert-review-card-score small {
  display: block;
  margin-top: 0.35rem;
  color: #5a5a5a;
  font-size: 0.86rem;
}

.homepage-google-reviews .mert-review-card-meta {
  margin-top: 0.95rem !important;
  color: #424242;
  font-size: 0.94rem;
  line-height: 1.55;
}

.homepage-google-reviews .mert-review-card-stars {
  color: #fbbc04;
  font-size: 1rem;
  letter-spacing: 0.16em;
}

.homepage-google-reviews .mert-review-card-copy {
  margin-top: 0.9rem !important;
  color: #161616;
  font-size: 1.08rem;
  line-height: 1.5;
}

.homepage-google-reviews .mert-review-card-author {
  margin-top: 0.95rem !important;
  color: #666;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.homepage-google-reviews .mert-review-badges {
  margin-top: 0.95rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.homepage-google-reviews .mert-review-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0.45rem 0.8rem;
  border: 1px solid rgba(196, 18, 48, 0.18);
  border-radius: 999px;
  background: rgba(196, 18, 48, 0.06);
  color: #2d2d2d;
  font-size: 0.84rem;
  font-weight: 600;
}

.hp-copy-on-media--sell .hp-overlay-media:before {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.12) 72%);
}

.hp-copy-on-media--move .hp-overlay-media:before {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.14) 70%);
}

.hp-copy-on-media .hp-overlay-inner {
  max-width: 34rem;
}

.hp-copy-on-media .hp-panel-kicker {
  margin: 0 0 0.85rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hp-copy-on-media .hp-overlay-inner h2 {
  margin-bottom: 0.4rem;
}

.hp-copy-on-media--sell .hp-overlay-inner--sell {
  padding: clamp(1.8rem, 3vw, 2.6rem);
  border-left: 4px solid #c41230;
  background: linear-gradient(180deg, rgba(12, 12, 12, 0.28), rgba(12, 12, 12, 0.14));
  backdrop-filter: blur(4px);
}

.hp-copy-on-media--sell .hp-overlay-inner--sell hr {
  width: 72px;
}

.hp-copy-on-media--move .hp-overlay-inner--move {
  padding: clamp(1.8rem, 3vw, 2.6rem);
  border-right: 4px solid #c41230;
  background: linear-gradient(180deg, rgba(12, 12, 12, 0.28), rgba(12, 12, 12, 0.14));
  backdrop-filter: blur(4px);
}

.hp-copy-on-media--move .hp-overlay-inner--move hr {
  width: 72px;
  margin-left: auto;
}

.hp-copy-on-media--move .section-links {
  text-align: right;
}

.mert-neighbourhoods {
  padding: 110px 0 100px;
  background:
    radial-gradient(circle at top left, rgba(196, 18, 48, 0.18), transparent 34%),
    linear-gradient(180deg, #111111 0%, #181818 100%);
}

.mert-neighbourhoods-shell {
  position: relative;
}

.mert-neighbourhoods-shell::before {
  content: "";
  position: absolute;
  top: 42px;
  right: -18px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 26px;
  transform: rotate(9deg);
  pointer-events: none;
}

.mert-neighbourhoods-intro {
  margin-bottom: 38px;
}

.mert-neighbourhoods-eyebrow {
  color: #c41230;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.mert-neighbourhoods-title {
  max-width: 10ch;
  color: #fff;
  font-size: clamp(2.8rem, 5vw, 4.7rem);
  line-height: 0.94;
  letter-spacing: -0.04em;
}

.mert-neighbourhoods-copy {
  max-width: 44rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.05rem;
  line-height: 1.8;
}

.mert-neighbourhoods-note {
  margin-left: auto;
  max-width: 33rem;
  padding: 28px 30px 26px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  backdrop-filter: blur(6px);
}

.mert-neighbourhoods-note p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.7;
}

.mert-neighbourhoods-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.mert-neighbourhoods-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0.45rem 0.9rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.mert-neighbourhoods-grid {
  align-items: stretch;
}

.mert-neighbourhood-card,
.mert-neighbourhood-cta {
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}

.mert-neighbourhood-card {
  position: relative;
  background: #f6f0ea;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.22);
}

.mert-neighbourhood-card--feature {
  transform: translateY(18px);
}

.mert-neighbourhood-media {
  position: relative;
  overflow: hidden;
}

.mert-neighbourhood-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 30%, rgba(17, 17, 17, 0.28) 100%);
  pointer-events: none;
}

.mert-neighbourhood-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.mert-neighbourhood-card:hover .mert-neighbourhood-media img {
  transform: scale(1.04);
}

.mert-neighbourhood-body {
  padding: 24px 24px 28px;
}

.mert-neighbourhood-kicker {
  margin-bottom: 12px;
  color: #c41230;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mert-neighbourhood-body h3 {
  margin: 0;
  color: #171717;
  font-size: clamp(1.18rem, 2vw, 1.62rem);
  line-height: 1.28;
}

.mert-neighbourhood-cta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 32px 30px;
  background: linear-gradient(180deg, #c41230 0%, #8e1027 100%);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.24);
}

.mert-neighbourhood-cta-label {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mert-neighbourhood-cta h3 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.05;
}

.mert-neighbourhood-cta p {
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.7;
}

.mert-neighbourhood-cta .section-links {
  margin-top: 10px;
}

.mert-neighbourhood-cta .btn-secondary {
  background: #fff;
  border-color: #fff;
  color: #111;
}

.mert-neighbourhood-cta .btn-secondary:hover,
.mert-neighbourhood-cta .btn-secondary:focus {
  background: #111;
  border-color: #111;
  color: #fff;
}

.mert-area-guide {
  padding: 110px 0 105px;
  background:
    linear-gradient(180deg, #f6efe6 0%, #f3e7dc 100%);
}

.mert-area-guide-shell {
  position: relative;
  padding: 42px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 38px;
  box-shadow: 0 28px 60px rgba(74, 41, 24, 0.08);
}

.mert-area-guide-shell::after {
  content: "";
  position: absolute;
  right: 28px;
  top: 28px;
  width: 110px;
  height: 110px;
  background: radial-gradient(circle, rgba(196, 18, 48, 0.18) 0%, rgba(196, 18, 48, 0) 72%);
  pointer-events: none;
}

.mert-area-guide-intro {
  position: sticky;
  top: 120px;
}

.mert-area-guide-eyebrow {
  margin-bottom: 14px;
  color: #c41230;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.mert-area-guide-title {
  margin: 0 0 18px;
  color: #171717;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.mert-area-guide-copy {
  margin: 0;
  color: rgba(23, 23, 23, 0.74);
  font-size: 1.04rem;
  line-height: 1.85;
}

.mert-area-guide-metrics {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.mert-area-guide-metrics div {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 22px;
}

.mert-area-guide-metrics span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #171717;
  border-radius: 16px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.mert-area-guide-metrics p {
  margin: 0;
  color: #171717;
  line-height: 1.6;
}

.mert-area-guide-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.mert-area-guide-panel,
.mert-area-guide-consult {
  border-radius: 30px;
  overflow: hidden;
}

.mert-area-guide-panel {
  grid-column: span 4;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 20px 44px rgba(31, 19, 13, 0.08);
}

.mert-area-guide-panel--urban {
  transform: translateY(18px);
}

.mert-area-guide-media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.mert-area-guide-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
}

.mert-area-guide-panel:hover .mert-area-guide-media img {
  transform: scale(1.04);
}

.mert-area-guide-body {
  padding: 22px 22px 24px;
}

.mert-area-guide-tag {
  margin-bottom: 10px;
  color: #c41230;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mert-area-guide-body h3 {
  margin: 0 0 16px;
  color: #171717;
  font-size: 1.35rem;
  line-height: 1.28;
}

.mert-area-guide-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
}

.mert-area-guide-body li {
  position: relative;
  padding-left: 18px;
  color: rgba(23, 23, 23, 0.74);
  line-height: 1.55;
}

.mert-area-guide-body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 7px;
  height: 7px;
  background: #c41230;
  border-radius: 50%;
}

.mert-area-guide-consult {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 0.85fr 1.35fr auto;
  align-items: center;
  gap: 24px;
  padding: 28px 30px;
  background: #171717;
  color: #fff;
}

.mert-area-guide-consult-label {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mert-area-guide-consult h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.6rem, 2.3vw, 2.15rem);
  line-height: 1.08;
}

.mert-area-guide-consult p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.7;
}

.mert-area-guide-consult .btn-primary {
  min-width: 220px;
}

.mert-editorial-neighbourhoods {
  padding: 108px 0 102px;
  background: #f5efe8;
}

.mert-editorial-neighbourhoods-shell {
  position: relative;
}

.mert-editorial-neighbourhoods-eyebrow {
  margin-bottom: 14px;
  color: #c41230;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.mert-editorial-neighbourhoods-title {
  margin: 0;
  color: #171717;
  font-size: clamp(3rem, 5.6vw, 5.4rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
  max-width: 9ch;
}

.mert-editorial-neighbourhoods-copy {
  color: rgba(23, 23, 23, 0.72);
  font-size: 1.04rem;
  line-height: 1.85;
  max-width: 32rem;
  margin-left: auto;
}

.mert-editorial-neighbourhoods-actions {
  margin-top: 22px;
  text-align: left;
}

.mert-editorial-neighbourhoods-actions p {
  margin: 0;
}

.mert-editorial-neighbourhoods-actions .btn-secondary {
  min-width: 0;
  padding: 16px 28px;
  background: transparent;
  border: 1px solid rgba(23, 23, 23, 0.18);
  color: #171717;
}

.mert-editorial-neighbourhoods-actions .btn-secondary:hover,
.mert-editorial-neighbourhoods-actions .btn-secondary:focus {
  background: #171717;
  border-color: #171717;
  color: #fff;
}

.mert-editorial-neighbourhoods-image {
  overflow: hidden;
  border-radius: 34px;
  box-shadow: 0 28px 60px rgba(54, 33, 23, 0.12);
}

.mert-editorial-neighbourhoods-image img {
  width: 100%;
  aspect-ratio: 21 / 9;
  object-fit: cover;
}

.mert-editorial-neighbourhoods-column {
  padding-top: 18px;
  border-top: 1px solid rgba(23, 23, 23, 0.14);
}

.mert-editorial-neighbourhoods-tag {
  margin-bottom: 14px;
  color: #c41230;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mert-editorial-neighbourhoods-column h3 {
  margin: 0 0 14px;
  color: #171717;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  line-height: 1.28;
}

.mert-editorial-neighbourhoods-column p:last-child {
  margin: 0;
  color: rgba(23, 23, 23, 0.7);
  line-height: 1.72;
}

@media (max-width: 991px) {
  .mert-editorial-neighbourhoods {
    padding: 88px 0 84px;
  }

  .mert-editorial-neighbourhoods-copy {
    margin-left: 0;
    max-width: none;
  }

  .mert-editorial-neighbourhoods-image {
    border-radius: 26px;
  }

  .mert-area-guide {
    padding: 90px 0 84px;
  }

  .mert-area-guide-shell {
    padding: 28px;
    border-radius: 30px;
  }

  .mert-area-guide-intro {
    position: static;
  }

  .mert-area-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mert-area-guide-panel,
  .mert-area-guide-consult {
    grid-column: auto;
  }

  .mert-area-guide-panel--urban {
    transform: none;
  }

  .mert-area-guide-consult {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .mert-neighbourhoods {
    padding: 90px 0 84px;
  }

  .mert-neighbourhoods-shell::before {
    display: none;
  }

  .mert-neighbourhoods-title {
    max-width: none;
  }

  .mert-neighbourhoods-note {
    max-width: none;
    margin-left: 0;
  }

  .mert-neighbourhood-card--feature {
    transform: none;
  }

  .mert-neighbourhood-cta {
    min-height: 0;
  }

  .mert-values-note {
    padding: 1.5rem;
  }

  .mert-values-title {
    max-width: 9ch;
  }

  .mert-values-chips {
    justify-content: flex-start;
  }

  .homepage-google-reviews .mert-review-stack {
    width: min(420px, 100%);
    min-height: 460px;
  }

  .homepage-google-reviews .mert-review-card {
    width: min(300px, calc(100% - 1rem));
  }

  .hp-copy-on-media .hp-overlay-inner {
    max-width: none;
  }
}

@media (max-width: 575px) {
  .homepage-google-reviews .mert-review-stack {
    min-height: auto;
    display: grid;
    gap: 0.9rem;
  }

  .homepage-google-reviews .mert-review-card {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
  }

  .homepage-google-reviews .mert-review-card--summary,
  .homepage-google-reviews .mert-review-card--quote,
  .homepage-google-reviews .mert-review-card--badge {
    top: auto;
    right: auto;
    left: auto;
  }

  .mert-editorial-neighbourhoods {
    padding: 68px 0 64px;
  }

  .mert-editorial-neighbourhoods-title {
    font-size: clamp(2.2rem, 12vw, 3.4rem);
    max-width: none;
  }

  .mert-editorial-neighbourhoods-copy {
    font-size: 0.98rem;
    line-height: 1.72;
  }

  .mert-editorial-neighbourhoods-image {
    border-radius: 20px;
  }

  .mert-editorial-neighbourhoods-image img {
    aspect-ratio: 5 / 4;
  }

  .mert-area-guide {
    padding: 70px 0 64px;
  }

  .mert-area-guide-shell {
    padding: 22px 18px;
    border-radius: 24px;
  }

  .mert-area-guide-title {
    font-size: clamp(2.2rem, 11vw, 3.3rem);
  }

  .mert-area-guide-copy {
    font-size: 0.98rem;
    line-height: 1.72;
  }

  .mert-area-guide-metrics div {
    grid-template-columns: 42px 1fr;
    gap: 12px;
    padding: 14px;
    border-radius: 18px;
  }

  .mert-area-guide-metrics span {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .mert-area-guide-grid {
    grid-template-columns: 1fr;
  }

  .mert-area-guide-panel,
  .mert-area-guide-consult {
    border-radius: 22px;
  }

  .mert-area-guide-body {
    padding: 18px 18px 20px;
  }

  .mert-area-guide-body h3 {
    font-size: 1.22rem;
  }

  .mert-area-guide-consult {
    padding: 22px 18px;
  }

  .mert-area-guide-consult .btn-primary {
    min-width: 0;
    width: 100%;
  }

  .mert-neighbourhoods {
    padding: 72px 0 68px;
  }

  .mert-neighbourhoods-intro {
    margin-bottom: 28px;
  }

  .mert-neighbourhoods-title {
    font-size: clamp(2.2rem, 11vw, 3.2rem);
  }

  .mert-neighbourhoods-copy {
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .mert-neighbourhoods-note {
    padding: 22px 20px;
    border-radius: 22px;
  }

  .mert-neighbourhood-card,
  .mert-neighbourhood-cta {
    border-radius: 22px;
  }

  .mert-neighbourhood-body {
    padding: 20px 18px 22px;
  }

  .mert-neighbourhood-cta {
    padding: 24px 20px;
  }

  .mert-neighbourhood-cta h3 {
    font-size: 1.8rem;
  }

  .mert-values-section {
    margin: 48px 0 56px;
  }

  .mert-values-shell {
    padding: 1.5rem;
  }

  .mert-values-title {
    font-size: clamp(2.4rem, 12vw, 3.4rem);
  }

  .mert-values-subtitle {
    font-size: 1rem;
  }

  .mert-values-note p {
    font-size: 1.05rem;
  }

  .homepage-google-reviews .mert-phone-card {
    border-radius: 14px;
  }

  .homepage-google-reviews .mert-phone-card--title {
    top: 16.2%;
    left: 14.7%;
    width: 55.1%;
    min-height: 27.4%;
    padding: 4.2% 4.3% 3.8%;
  }

  .homepage-google-reviews .mert-phone-card--title h3 {
    font-size: 3.7vw;
  }

  .homepage-google-reviews .mert-phone-meta,
  .homepage-google-reviews .mert-phone-brokerage {
    font-size: 2.25vw;
  }

  .homepage-google-reviews .mert-phone-open {
    font-size: 2.5vw;
  }

  .homepage-google-reviews .mert-phone-card--web {
    top: 54.6%;
    left: 14.3%;
    width: 53.2%;
    min-height: 6.6%;
    padding: 2.6% 3%;
    gap: 1.8vw;
  }

  .homepage-google-reviews .mert-phone-web-score,
  .homepage-google-reviews .mert-phone-web-source,
  .homepage-google-reviews .mert-phone-web-votes,
  .homepage-google-reviews .mert-phone-summary-label,
  .homepage-google-reviews .mert-phone-summary-score small {
    font-size: 2.55vw;
  }

  .homepage-google-reviews .mert-phone-card--summary {
    top: 69.9%;
    left: 13.8%;
    width: 54.4%;
    min-height: 25.9%;
    padding: 3.3% 3.5% 2.8%;
  }

  .homepage-google-reviews .mert-phone-summary-score {
    margin-top: 3.6vw;
    gap: 2vw;
  }

  .homepage-google-reviews .mert-phone-summary-score > span {
    font-size: 7.8vw;
  }

  .homepage-google-reviews .mert-phone-summary-score p {
    font-size: 4.3vw;
  }

  .hp-copy-on-media .hp-panel-kicker {
    margin-bottom: 0.7rem;
    font-size: 0.72rem;
    letter-spacing: 0.16em;
  }

  .hp-copy-on-media--sell .hp-overlay-inner--sell,
  .hp-copy-on-media--move .hp-overlay-inner--move {
    padding: 1.4rem 1.2rem;
    border-left-width: 3px;
    border-right-width: 3px;
  }

  .hp-copy-on-media--move .hp-overlay-inner--move hr {
    margin-left: auto;
    margin-right: auto;
  }

  .hp-copy-on-media--move .section-links {
    text-align: center;
  }

  .hp-copy-on-media--move .btn-primary {
    min-width: 0;
    width: 100%;
  }
}

.site-footer .fs-right .gform_wrapper {
  transform: none;
}

@media (max-width: 767px) {
  .header-hero-copy-wrap {
    padding-top: 120px;
    min-height: calc(100vh - 90px);
  }

  .header-logo .pilon-brand-logo,
  .header-logo .custom-logo {
    height: 44px;
  }

  #masthead.header-scroll .header-logo .pilon-brand-logo,
  #masthead.header-scroll .header-logo .custom-logo {
    height: 34px;
  }

  .site-footer .footer-content-wrap {
    padding-bottom: 20px;
  }

  .site-footer .footer-content {
    bottom: 10px;
  }

  .site-footer .footer-content-img {
    aspect-ratio: 24 / 10;
  }

  .site-footer .footer-signup {
    padding: 1.5rem 0;
  }

  .site-footer .mert-newsletter-signup .gform_page_footer {
    flex-wrap: wrap;
  }

  .site-footer .mert-newsletter-signup [data-newsletter-step="2"] .gform_page_footer {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .newsletter-signup-page .mert-newsletter-signup .gform_page_footer {
    flex-wrap: wrap;
  }

  .site-footer .site-footer-inner {
    padding: 1.25rem 0 1rem;
  }

  .site-footer .footer-brand-logo {
    height: 44px;
  }

  .site-footer .footer-brokerage-logo {
    height: 42px;
  }

  .site-footer .mert-newsletter-signup .gform_fields {
    grid-template-columns: 1fr;
  }

  .site-footer .mert-newsletter-signup .gfield--width-half {
    grid-column: span 2;
  }

  .for-buyers-page .tcallout-bottom {
    justify-content: center;
  }

  .page-sidebar .gform_fields {
    grid-template-columns: 1fr;
  }

  .page-sidebar .gfield--width-half {
    grid-column: span 2;
  }

  .newsletter-page-highlights {
    padding: 56px 0 20px;
  }

  .newsletter-page-benefits {
    padding-top: 56px;
    padding-bottom: 62px;
  }

  .newsletter-page-signup {
    padding: 58px 0 70px;
  }

  .newsletter-page-signup-shell,
  .newsletter-page-form-card {
    padding: 22px;
    border-radius: 24px;
  }

  .newsletter-signup-page .mert-newsletter-signup--page .gform_button {
    width: 100%;
  }
}

.reviews-archive {
  padding: 70px 0 80px;
}

.reviews-grid {
  margin-top: 10px;
}

.review-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.review-card-empty {
  padding: 40px;
  text-align: center;
}

.review-card-media {
  min-height: 100%;
  background: #f1f1f1;
}

.review-card-body {
  padding: 28px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.review-card-quote {
  line-height: 1.45;
}

.review-card-name {
  font-weight: 600;
}

.review-card-role,
.review-card-date {
  color: rgba(0, 0, 0, 0.6);
}

.review-card-date {
  margin-top: 12px;
  font-size: 0.95rem;
}

.review-stars .is-empty {
  opacity: 0.18;
}

.reviews-pagination {
  margin-top: 30px;
}

.reviews-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.reviews-pagination a,
.reviews-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  background: #fff;
  color: #111;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.reviews-pagination .current {
  background: #c41230;
  color: #fff;
}

.mert-mls-search-page {
  padding: 82px 0 94px;
}

.mert-mls-search-active {
  margin-bottom: 48px;
  padding: 28px 30px;
  background: #111;
  border-radius: 28px;
  color: #fff;
}

.mert-mls-search-active-label,
.mert-mls-search-eyebrow {
  color: #c41230;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.mert-mls-search-active-label {
  margin-bottom: 12px;
}

.mert-mls-search-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 14px;
}

.mert-mls-search-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0.45rem 0.85rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: #fff;
  font-weight: 600;
}

.mert-mls-search-active-note {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
}

.mert-mls-search-group + .mert-mls-search-group {
  margin-top: 72px;
}

.mert-mls-search-heading h2 {
  margin: 0;
  color: #171717;
  font-size: clamp(2rem, 3.4vw, 3.2rem);
  line-height: 1.02;
}

.mert-mls-search-intro {
  color: rgba(23, 23, 23, 0.72);
  line-height: 1.75;
}

.mert-mls-card,
.mert-mls-price {
  display: block;
  height: 100%;
  text-decoration: none;
}

.mert-mls-card {
  background: #fff;
  border: 1px solid rgba(23, 23, 23, 0.08);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 18px 38px rgba(18, 18, 18, 0.06);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.mert-mls-card:hover,
.mert-mls-card.is-active {
  transform: translateY(-4px);
  border-color: rgba(196, 18, 48, 0.28);
  box-shadow: 0 24px 44px rgba(18, 18, 18, 0.09);
}

.mert-mls-card--tall {
  min-height: 220px;
  padding: 24px 22px;
}

.mert-mls-card-media {
  aspect-ratio: 2 / 1;
  overflow: hidden;
}

.mert-mls-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.mert-mls-card:hover .mert-mls-card-media img,
.mert-mls-card.is-active .mert-mls-card-media img {
  transform: scale(1.04);
}

.mert-mls-card-body {
  padding: 18px 18px 20px;
}

.mert-mls-card-label {
  margin-bottom: 12px;
  color: #171717;
  font-size: 1.28rem;
  font-weight: 700;
  line-height: 1.24;
}

.mert-mls-card-copy {
  margin: 0;
  color: rgba(23, 23, 23, 0.72);
  line-height: 1.7;
}

.mert-mls-price {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  padding: 1rem 1.25rem;
  background: #fff;
  border: 1px solid rgba(23, 23, 23, 0.08);
  border-radius: 22px;
  box-shadow: 0 14px 30px rgba(18, 18, 18, 0.05);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.mert-mls-price span {
  color: #171717;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
}

.mert-mls-price:hover,
.mert-mls-price.is-active {
  transform: translateY(-3px);
  border-color: rgba(196, 18, 48, 0.28);
  box-shadow: 0 20px 36px rgba(18, 18, 18, 0.08);
}

.mert-search-results-page {
  padding: 82px 0 94px;
}

.mert-search-results-summary {
  margin-bottom: 42px;
  padding: 28px 30px;
  background: #111;
  border-radius: 28px;
  color: #fff;
}

.mert-search-results-label {
  margin-bottom: 12px;
  color: #c41230;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.mert-search-results-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 14px;
}

.mert-search-results-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0.45rem 0.85rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: #fff;
  font-weight: 600;
}

.mert-search-results-note {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
}

.mert-search-results-error {
  margin-top: 12px;
  color: #ffd6dc;
  line-height: 1.7;
}

.mert-search-results-empty {
  padding: 28px 30px;
  background: #fff;
  border-radius: 26px;
  box-shadow: 0 18px 38px rgba(18, 18, 18, 0.06);
}

.mert-search-results-empty p {
  margin: 0;
  color: rgba(23, 23, 23, 0.72);
  line-height: 1.7;
}

.mert-search-result-card {
  height: 100%;
  background: #fff;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 18px 38px rgba(18, 18, 18, 0.06);
}

.mert-search-result-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.mert-search-result-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mert-search-result-body {
  padding: 20px 18px 22px;
}

.mert-search-result-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 14px;
  color: rgba(23, 23, 23, 0.7);
  font-size: 0.92rem;
}

.mert-search-result-meta strong {
  color: #171717;
}

.mert-search-result-body h2 {
  margin: 0 0 12px;
  color: #171717;
  font-size: 1.2rem;
  line-height: 1.3;
}

.mert-search-result-disclaimer {
  margin: 0;
  color: rgba(23, 23, 23, 0.68);
  line-height: 1.68;
}

.mert-search-result-actions {
  margin-top: 18px;
}

.mert-search-results-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 38px;
}

.mert-search-results-page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  min-height: 54px;
  padding: 0.75rem 1.4rem;
  border: 1px solid rgba(196, 18, 48, 0.18);
  border-radius: 999px;
  background: #fff;
  color: #171717;
  font-weight: 600;
  text-decoration: none;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.mert-search-results-page-link:hover {
  transform: translateY(-2px);
  border-color: rgba(196, 18, 48, 0.35);
  box-shadow: 0 14px 28px rgba(18, 18, 18, 0.08);
}

.mert-search-results-page-link.is-disabled {
  opacity: 0.45;
  pointer-events: none;
}

.mert-search-results-page-indicator {
  color: rgba(23, 23, 23, 0.72);
  font-size: 0.96rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.mert-neighbourhood-page {
  padding: 82px 0 94px;
}

.mert-neighbourhood-copy {
  color: rgba(23, 23, 23, 0.72);
  line-height: 1.8;
}

.mert-neighbourhood-image {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 38px rgba(18, 18, 18, 0.08);
}

.mert-neighbourhood-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.mert-neighbourhood-option {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  height: 100%;
  padding: 26px 24px;
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 26px;
  box-shadow: 0 18px 38px rgba(18, 18, 18, 0.06);
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.mert-neighbourhood-option:hover {
  transform: translateY(-3px);
  border-color: rgba(196, 18, 48, 0.25);
  box-shadow: 0 22px 42px rgba(18, 18, 18, 0.09);
}

.mert-neighbourhood-option-label {
  margin: 0;
  color: #171717;
  font-size: 1.1rem;
  font-weight: 700;
}

.mert-neighbourhood-option-copy {
  margin: 0;
  color: rgba(23, 23, 23, 0.72);
  line-height: 1.7;
}

.mert-neighbourhood-option-action {
  margin-top: auto;
  color: #c41230;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mert-neighbourhood-list {
  padding-left: 1.2rem;
}

.mert-neighbourhood-list li + li {
  margin-top: 0.8rem;
}

@media (max-width: 767px) {
  .mert-mls-search-page {
    padding: 62px 0 70px;
  }

  .mert-mls-search-active {
    margin-bottom: 38px;
    padding: 22px 20px;
    border-radius: 22px;
  }

  .mert-mls-search-group + .mert-mls-search-group {
    margin-top: 52px;
  }

  .mert-mls-card {
    border-radius: 22px;
  }

  .mert-mls-card--tall {
    padding: 20px 18px;
  }

  .mert-mls-card-body {
    padding: 16px 16px 18px;
  }

  .mert-mls-card-media {
    aspect-ratio: 16 / 10;
  }

  .mert-mls-price {
    min-height: 78px;
    border-radius: 18px;
  }

  .mert-search-results-page {
    padding: 62px 0 70px;
  }

  .mert-search-results-summary {
    margin-bottom: 34px;
    padding: 22px 20px;
    border-radius: 22px;
  }

  .mert-search-result-card {
    border-radius: 22px;
  }

  .mert-search-results-empty {
    padding: 22px 20px;
    border-radius: 22px;
  }

  .mert-search-results-pagination {
    flex-direction: column;
    align-items: stretch;
  }

  .mert-search-results-page-link {
    width: 100%;
  }

  .mert-neighbourhood-page {
    padding: 62px 0 70px;
  }

  .mert-neighbourhood-image,
  .mert-neighbourhood-option {
    border-radius: 22px;
  }

  .mert-neighbourhood-option {
    padding: 22px 20px;
  }

  .reviews-archive {
    padding: 50px 0 60px;
  }

  .review-card-body {
    padding: 24px 20px;
  }
}

/* === Pilon Blog Styles === */

.blog-filter-bar {
  margin-bottom: 10px;
}

.blog-filter-control label {
  display: block;
  margin-bottom: 10px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.blog-filter-control select,
.blog-search-form input {
  width: 100%;
  min-height: 54px;
  border: 2px solid #000;
  border-radius: 0;
  background: #fff;
  color: #000;
  padding: 0 16px;
}

.blog-search-form {
  display: flex;
  gap: 12px;
}

.blog-search-form input {
  flex: 1 1 auto;
}

.blog-search-form .btn {
  min-width: 140px;
}

.blog-empty-state {
  padding: 36px 32px;
  border: 2px solid #000;
  background: #fff;
}

.blog-pagination {
  margin-top: 12px;
}

.blog-pagination .page-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-left: 0;
  list-style: none;
}

.blog-pagination .page-numbers a,
.blog-pagination .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid #000;
  text-decoration: none;
}

.blog-pagination .page-numbers .current {
  background: #000;
  color: #fff;
}

.sold-portfolio-pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.sold-portfolio-pagination .page-numbers {
  display: inline-flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: auto;
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.sold-portfolio-pagination .page-numbers li {
  display: inline-flex !important;
  flex: 0 0 auto;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sold-portfolio-pagination .page-numbers li::before,
.sold-portfolio-pagination .page-numbers li::after {
  content: none !important;
  display: none !important;
}

.sold-portfolio-pagination .page-numbers a,
.sold-portfolio-pagination .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  min-width: 44px;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid #111;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.sold-portfolio-pagination .page-numbers .current {
  background: #111;
  color: #fff;
  border-color: #111;
}

.sold-portfolio-pagination .page-numbers .next,
.sold-portfolio-pagination .page-numbers .prev {
  min-width: 0;
  padding: 0 16px;
}

.listings-wrap .list-box-meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.listings-wrap .list-box-price {
  flex: 0 0 auto;
  min-width: max-content;
}

.listings-wrap .list-box-facts {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0 6px;
  text-align: right;
}

.listings-wrap .list-box-facts span {
  white-space: nowrap;
}

.listings-wrap .list-box-facts span:not(:last-child)::after {
  content: " | ";
}

@media (max-width: 575px) {
  .listings-wrap .list-box-meta {
    display: block;
  }

  .listings-wrap .list-box-price {
    margin-bottom: 4px;
  }

  .listings-wrap .list-box-facts {
    justify-content: flex-start;
    text-align: left;
  }
}

.post-copy {
  font-size: 1rem;
  line-height: 1.8;
}

.post-copy h2 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.post-copy p,
.post-copy ul,
.post-copy ol {
  margin-bottom: 1.25rem;
}

.post-sidebar-card {
  padding: 28px;
  background: #fff;
  border: 2px solid #000;
}

.post-sidebar-card p:last-child {
  margin-bottom: 0;
}

.post-meta-list p {
  margin-bottom: 0.65rem;
}

@media (max-width: 767px) {
  .blog-search-form {
    flex-direction: column;
  }

  .blog-search-form .btn {
    width: 100%;
  }

  .post-sidebar-card {
    padding: 24px 20px;
  }
}

/* === Navigation Modal Overrides === */

.nav-modal .primary-nav .dropdown-menu .dropdown-item,
.nav-modal .primary-nav .dropdown-menu .current-menu-item .dropdown-item,
.nav-modal .primary-nav .dropdown-menu .dropdown-item:hover,
.nav-modal .primary-nav .dropdown-menu .dropdown-item:focus,
.nav-modal .primary-nav .dropdown-menu .dropdown-item:active {
  color: #111 !important;
}

.nav-modal .primary-nav .dropdown-menu .dropdown-item:before {
  background-color: #c41230;
}
