.hl-cookie-consent-banner,
#cf-turnstile-invisible-1 {
  display: none !important;
}

#nav-menu-popup {
  display: none !important;
}

.nca-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 10px 8px;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 10001;
}

.nca-burger span {
  display: block;
  height: 2px;
  width: 100%;
  background: #111;
  border-radius: 1px;
}

#nca-mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: #fff;
  overflow: auto;
  font-family: "Open Sans", Inter, Arial, sans-serif;
}

.nca-mobile-nav-inner {
  padding: 24px 28px 48px;
}

.nca-mobile-nav-close {
  display: block;
  margin: 0 0 24px auto;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  font-size: 36px;
  line-height: 1;
  color: #111;
  cursor: pointer;
}

.nca-mobile-nav-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.nca-mobile-nav-links a {
  display: block;
  padding: 12px 0;
  color: #111;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
}

.nca-mobile-nav-links a:hover {
  color: #a9bf5b;
}

.nca-mobile-nav-label {
  margin: 18px 0 0;
  color: #888;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.nca-nav-open {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .nav-menu-wrapper .cart-nav-wrapper > ul.nav-menu,
  .nav-menu-mobile {
    display: none !important;
  }

  .nca-burger {
    display: flex;
  }
}

.nca-footer {
  background: #3b3a4e;
  color: #fff;
  font-family: "Open Sans", Inter, Arial, sans-serif;
}

.nca-footer-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 48px 24px 24px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 32px 24px;
  box-sizing: border-box;
}

.nca-footer-col h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nca-footer-col a {
  display: block;
  margin: 0 0 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.4;
}

.nca-footer-col a:hover {
  color: #a9bf5b;
}

.nca-footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nca-footer-social a {
  display: flex;
  width: 28px;
  height: 28px;
  margin: 0;
}

.nca-footer-social img {
  width: 22px;
  height: 22px;
  display: block;
  filter: brightness(0) invert(1);
}

.nca-footer-copy {
  margin: 0;
  padding: 16px 24px 28px;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

@media (max-width: 767px) {
  .nca-footer-inner {
    grid-template-columns: 1fr 1fr;
    padding: 36px 20px 12px;
  }
}

@media (max-width: 520px) {
  .nca-footer-inner {
    grid-template-columns: 1fr;
  }
}

.nca-contact-card {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 30px 40px 24px;
  box-sizing: border-box;
}

.nca-contact-form {
  display: flex;
  flex-direction: column;
  font-family: Inter, "Open Sans", Arial, sans-serif;
}

.nca-contact-honeypot {
  position: absolute;
  left: -9999px;
  height: 0;
  width: 0;
  opacity: 0;
}

.nca-contact-label {
  display: block;
  margin: 0 0 6px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.nca-contact-label span,
.nca-contact-consent span span {
  color: #000;
}

.nca-contact-input {
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 16px;
  padding: 10px 15px;
  border: 1px solid #acacac;
  border-radius: 5px;
  background: #fff;
  color: #2c3345;
  font-family: Inter, "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.nca-contact-input:focus {
  outline: 2px solid #3b3a4e;
  outline-offset: 1px;
}

.nca-contact-input.nca-invalid {
  border-color: #c0392b;
}

.nca-contact-email-wrap {
  position: relative;
}

.nca-contact-email-icon {
  position: absolute;
  left: 12px;
  top: 12px;
  display: flex;
  pointer-events: none;
}

.nca-contact-input-email {
  padding-left: 36px;
}

.nca-contact-textarea {
  min-height: 96px;
  resize: vertical;
}

.nca-contact-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 4px 0 16px;
  color: #2c3345;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  cursor: pointer;
}

.nca-contact-consent input {
  margin-top: 3px;
  flex: 0 0 auto;
}

.nca-contact-error,
.nca-contact-success {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.4;
}

.nca-contact-error {
  color: #c0392b;
}

.nca-contact-success {
  color: #3b3a4e;
  font-weight: 600;
}

.nca-contact-submit {
  width: 100%;
  padding: 11px 50px;
  border: 0;
  border-radius: 5px;
  background: #000;
  color: #fff;
  font-family: Inter, "Open Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
}

.nca-contact-submit:hover {
  background: #3b3a4e;
}

.nca-contact-submit:disabled {
  opacity: 0.7;
  cursor: wait;
}

.nca-contact-legal {
  margin: 18px 0 0;
  text-align: center;
  font-family: Roboto, Inter, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.nca-contact-legal a {
  color: #188bf6;
  text-decoration: none;
}

.nca-contact-legal a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .nca-contact-card {
    padding: 24px 16px 16px;
  }
}

/* About Us agent photos: match the email/phone white box width */
#section-wwqKvZ03a0 .c-image .image-container,
#section-wwqKvZ03a0 .c-image .image-container div,
#section-wwqKvZ03a0 .c-image picture {
  width: 100%;
  display: block;
}

#section-wwqKvZ03a0 .c-image img {
  width: 100% !important;
  max-width: 100%;
  height: auto;
  display: block;
}

.nca-featured {
  background: #3b3a4e;
  color: #fff;
  font-family: "Open Sans", Inter, Arial, sans-serif;
}

.nca-featured-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 80px 24px;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 48px;
  align-items: center;
  box-sizing: border-box;
}

.nca-featured-copy h2 {
  margin: 0 0 16px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.nca-featured-copy h2 span {
  color: #a9bf5b;
}

.nca-featured-copy p {
  margin: 0;
  max-width: 420px;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}

.nca-featured-card {
  display: block;
  color: inherit;
  text-decoration: none;
}

.nca-featured-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  background: #2c2e3e;
}

.nca-featured-card h3 {
  margin: 16px 0 8px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.nca-featured-address {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
}

.nca-featured-empty {
  padding: 80px 24px;
  text-align: center;
}

.nca-listings {
  background: #fff;
  font-family: "Open Sans", Inter, Arial, sans-serif;
}

.nca-listings-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 48px 24px 72px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  box-sizing: border-box;
}

.nca-listing-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.nca-listing-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.nca-listing-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 18px 18px;
  flex: 1;
}

.nca-listing-body h3 {
  margin: 0;
  color: #2c2e3e;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.nca-listing-type {
  margin: 0;
  color: #2c2e3e;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nca-listing-detail,
.nca-listing-address {
  margin: 0;
  color: #555;
  font-size: 14px;
  line-height: 1.4;
}

.nca-listing-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 12px;
}

.nca-listing-agent {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nca-listing-agent img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.nca-listing-agent strong,
.nca-listing-agent span {
  display: block;
  color: #2c2e3e;
}

.nca-listing-agent strong {
  font-size: 13px;
}

.nca-listing-agent span {
  font-size: 12px;
}

.nca-listing-flyer {
  color: #a9bf5b;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  background: none;
  border: 0;
  padding: 0;
  font-family: inherit;
  cursor: pointer;
}

.nca-listing-flyer:hover {
  text-decoration: underline;
}

.nca-modal[hidden] {
  display: none;
}

.nca-modal {
  position: fixed;
  inset: 0;
  z-index: 4000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
}

.nca-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

.nca-modal-dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 550px;
  max-height: calc(100vh - 48px);
  overflow: auto;
  background: #fff;
  border: 1px solid #d9d9d9;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  box-sizing: border-box;
}

.nca-modal-dialog.nca-modal-wide {
  max-width: min(960px, 100%);
  height: calc(100vh - 48px);
  display: flex;
  flex-direction: column;
}

.nca-modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: #3b3a4e;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.nca-flyer-gate {
  padding: 36px 40px 28px;
}

.nca-flyer-gate h2 {
  margin: 0 0 8px;
  color: #2c2e3e;
  font-family: Inter, "Open Sans", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.nca-flyer-gate-copy {
  margin: 0 0 18px;
  color: #555;
  font-size: 14px;
  line-height: 1.5;
}

.nca-flyer-property {
  margin: 0 0 16px;
  padding: 10px 12px;
  background: #f6f6f8;
  color: #2c2e3e;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.nca-flyer-viewer {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  background: #3b3a4e;
}

.nca-flyer-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 52px 12px 18px;
  color: #fff;
  font-family: Inter, "Open Sans", Arial, sans-serif;
}

.nca-flyer-toolbar strong {
  font-size: 14px;
}

.nca-flyer-toolbar a {
  color: #a9bf5b;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.nca-flyer-toolbar a:hover {
  text-decoration: underline;
}

.nca-flyer-frame,
.nca-flyer-sheet-wrap {
  flex: 1;
  min-height: 0;
  background: #1f1e2b;
}

.nca-flyer-frame {
  width: 100%;
  border: 0;
  background: #fff;
}

.nca-flyer-sheet-wrap {
  overflow: auto;
  padding: 20px;
}

.nca-flyer-sheet {
  max-width: 780px;
  margin: 0 auto;
  background: #fff;
  color: #2c2e3e;
  font-family: "Open Sans", Inter, Arial, sans-serif;
}

.nca-flyer-sheet-hero {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

.nca-flyer-sheet-body {
  padding: 28px 32px 32px;
}

.nca-flyer-sheet-kicker {
  margin: 0 0 8px;
  color: #a9bf5b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nca-flyer-sheet h1 {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.25;
}

.nca-flyer-sheet p {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.5;
}

.nca-flyer-sheet-agent {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid #e6e6e6;
}

.nca-flyer-sheet-agent img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}

.nca-flyer-sheet-agent a {
  color: #188bf6;
  text-decoration: none;
}

@media (max-width: 767px) {
  .nca-flyer-gate {
    padding: 28px 18px 18px;
  }

  .nca-flyer-sheet-hero {
    height: 200px;
  }
}

.nca-listings-empty {
  grid-column: 1 / -1;
  margin: 0;
  color: #3b3a4e;
  text-align: center;
}

@media (max-width: 900px) {
  .nca-featured-inner,
  .nca-listings-inner {
    grid-template-columns: 1fr;
  }

  .nca-featured-card img {
    height: 220px;
  }
}
