/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 11 2026 | 19:10:23 */
/* ==========================================================
   West Palm Beach Luxury New Development Guide
   Page-specific styles
   ========================================================== */

:root {
  --nd-ink: #091524;
  --nd-navy: #0d1d30;
  --nd-slate: #162b43;
  --nd-gold: #c8942c;
  --nd-gold-light: #e0b75f;
  --nd-cream: #f5f1e9;
  --nd-white: #ffffff;
  --nd-copy: #3e4b58;
  --nd-dark-copy: rgba(255, 255, 255, 0.74);
  --nd-dark-line: rgba(200, 148, 44, 0.34);
}

/* Reset WPBakery row offsets only for this page. */
.area-content.nd-hero,
.area-content.nd-intro,
.area-content.nd-matrix,
.area-content.nd-development,
.area-content.nd-match,
.area-content.nd-cta,
.area-content.nd-considerations,
.area-content.nd-agents {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* Shared centered content width. */
.nd-hero > .wpb_column,
.nd-intro > .wpb_column,
.nd-matrix > .wpb_column,
.nd-development > .wpb_column,
.nd-match > .wpb_column,
.nd-considerations > .wpb_column {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* Small editorial labels. */
.nd-kicker,
.nd-label,
.nd-dev-top span,
.nd-title span,
.nd-details h3 {
  color: var(--nd-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

/* ==========================================================
   Cover / Hero
   ========================================================== */

.nd-hero {
  position: relative;
  padding: 96px 30px 90px !important;
  overflow: hidden;
  background-color: var(--nd-ink);
  background-image:
    linear-gradient(115deg, rgba(200, 148, 44, 0.08), transparent 38%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0));
  border-top: 6px solid var(--nd-gold);
  text-align: center;
}

.nd-hero::after {
  position: absolute;
  right: 8%;
  bottom: -150px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(200, 148, 44, 0.12);
  border-radius: 50%;
  content: "";
}

.nd-hero h1 {
  position: relative;
  z-index: 1;
  margin: 14px 0;
  color: var(--nd-white);
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 300;
  line-height: 1.04;
}

.nd-hero h1 em {
   color: var(--nd-gold-light);
}

.nd-cta h2 em {
   color: #fff;
}

.nd-hero p {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 22px auto 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.85;
}

/* ==========================================================
   Introductory Report Section
   ========================================================== */

.nd-intro {
  padding: 64px 30px 76px !important;
  background: var(--nd-cream);
}

.nd-note {
  max-width: 880px;
  margin: 0 auto 34px;
  padding: 18px 22px;
  background: var(--nd-white);
  border-left: 4px solid var(--nd-gold);
  box-shadow: 0 8px 24px rgba(9, 21, 36, 0.06);
  color: #4a5058;
  font-size: 15px;
  line-height: 1.75;
}

.nd-note strong {
  color: var(--nd-gold);
}

.nd-guide-image {
  display: block;
  width: 100%;
  max-height: 590px;
  object-fit: cover;
  box-shadow: 0 18px 50px rgba(9, 21, 36, 0.15);
}

.nd-summary {
  padding-top: 42px;
}

.nd-summary span {
  color: var(--nd-gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.nd-summary p {
  max-width: 880px;
  margin-bottom: 0;
  color: var(--nd-copy);
  font-size: 15px;
  line-height: 1.95;
}

/* ==========================================================
   Comparison Tables
   ========================================================== */

.nd-matrix,
.nd-match {
  padding: 66px 30px !important;
  background: var(--nd-slate);
  color: var(--nd-white);
}

.nd-label {
  margin-bottom: 20px;
}

.nd-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.nd-table-wrap table {
  width: 100%;
  min-width: 720px;
  margin: 0;
  border-collapse: collapse;
  border: 0;
}

.nd-table-wrap th {
  padding: 15px 13px;
  background: var(--nd-gold);
  border: 0;
  color: var(--nd-ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
}

.nd-table-wrap td {
  padding: 15px 13px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #000000;
  font-size: 15px;
}

.nd-table-wrap tbody tr:last-child td {
  border-bottom: 0;
}

.nd-table-wrap tbody tr:hover td {
  background: rgba(255, 255, 255, 0.025);
}

.nd-table-wrap td:first-child {
  color: #333;
  font-weight: 700;
}

/* ==========================================================
   Development Chapters
   ========================================================== */

.nd-development {
  position: relative;
  padding: 82px 30px !important;
  background: var(--nd-navy);
  border-top: 1px solid var(--nd-dark-line);
  color: var(--nd-white);
}

/* Alternate chapters to create a report-like rhythm. */
.nd-development:nth-of-type(even) {
  background: var(--nd-slate);
}

.nd-dev-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.nd-dev-top b {
  padding: 7px 12px;
  border: 1px solid var(--nd-dark-line);
  color: var(--nd-white);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nd-dev-hero {
  display: block;
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}

.nd-title {
  display: flex;
  gap: 25px;
  align-items: flex-end;
  justify-content: space-between;
  padding: 34px 0 30px;
}

.nd-title h2 {
  margin: 8px 0 0;
  color: var(--nd-white);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 300;
  line-height: 1.08;
}

.nd-title > strong {
  color: var(--nd-gold-light);
  font-size: 28px;
  font-weight: 400;
  white-space: nowrap;
}

/* Horizontal four-cell fact band. */
.nd-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--nd-dark-line);
  border-bottom: 1px solid var(--nd-dark-line);
}

.nd-stats div {
  padding: 21px;
  border-right: 1px solid var(--nd-dark-line);
}

.nd-stats div:last-child {
  border-right: 0;
}

.nd-stats b,
.nd-stats span {
  display: block;
}

.nd-stats b {
  color: var(--nd-white);
  font-size: 17px;
  font-weight: 500;
}

.nd-stats span {
  margin-top: 6px;
  color: var(--nd-gold);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* Three-image editorial strip. */
.nd-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 30px 0;
}

.nd-gallery img {
  display: block;
  width: 100%;
  height: 225px;
  object-fit: cover;
  transition: opacity 0.2s ease;
}

.nd-gallery img:hover {
  opacity: 0.86;
}

/* Two-column project profile. */
.nd-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  padding: 30px 0;
}

.nd-details h3 {
  margin: 0 0 15px;
}

.nd-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nd-details li {
  position: relative;
  margin: 0 0 8px;
  padding-left: 18px;
  color: var(--nd-dark-copy);
  font-size: 15px;
  line-height: 1.75;
}

.nd-details li::before {
  position: absolute;
  top: 1px;
  left: 0;
  color: var(--nd-gold);
  content: "◆";
  font-size: 8px;
}

.nd-details dl {
  display: grid;
  grid-template-columns: 145px 1fr;
  margin: 0 0 22px;
}

.nd-details dt,
.nd-details dd {
  margin: 0;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 15px;
}

.nd-details dt {
  color: var(--nd-gold);
  font-weight: 700;
}

.nd-details dd {
  color: var(--nd-dark-copy);
}

.nd-ideal {
  margin-bottom: 0 !important;
  color: var(--nd-white) !important;
  font-size: 16px !important;
  font-style: italic;
  line-height: 1.55 !important;
}

.nd-award {
  padding: 15px 18px;
  background: var(--nd-gold);
  color: var(--nd-ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-align: center;
  text-transform: uppercase;
}

/* ==========================================================
   Buyer Matching Guide
   ========================================================== */

.nd-match h2 {
  margin: 0 0 25px;
  color: var(--nd-white);
  font-size: 36px;
  font-weight: 300;
}

/* ==========================================================
   Gold Call to Action
   ========================================================== */

.nd-cta {
  padding: 66px max(30px, calc((100vw - 1120px) / 2)) !important;
  background: var(--nd-gold);
  color: var(--nd-ink);
}

.nd-cta h2 {
  margin: 8px 0 0;
  color: var(--nd-ink);
  font-size: 46px;
  font-weight: 300;
  line-height: 1.07;
}

.nd-cta .nd-label {
  color: var(--nd-ink);
}

.nd-cta p {
  color: var(--nd-ink);
  font-size: 14px;
  line-height: 1.85;
}

.nd-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.nd-buttons a {
  display: inline-block;
  padding: 12px 20px;
  background: var(--nd-ink);
  color: var(--nd-white) !important;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none !important;
  text-transform: uppercase;
}

.nd-buttons a:last-child {
  background: transparent;
  border: 1px solid var(--nd-ink);
  color: var(--nd-ink) !important;
}

/* ==========================================================
   Buyer Considerations
   ========================================================== */

.nd-considerations {
  padding: 66px 30px !important;
  background: var(--nd-slate);
}

.nd-consider-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 38px;
}

.nd-consider-grid p {
  margin: 0;
  color: var(--nd-dark-copy);
  font-size: 15px;
  line-height: 1.85;
}

.nd-consider-grid strong {
  color: var(--nd-gold-light);
}

/* ==========================================================
   Agent Contact Band
   ========================================================== */

.nd-agents {
  padding: 38px max(30px, calc((100vw - 1120px) / 2)) !important;
  background: var(--nd-gold);
}

.nd-agent {
  display: flex;
  gap: 20px;
  align-items: center;
}

.nd-agent img {
  width: 84px;
  height: 84px;
  border: 3px solid var(--nd-white);
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
}

.nd-agent h3 {
  margin: 0 0 2px;
  color: var(--nd-ink);
  font-size: 18px;
}

.nd-agent span {
  color: var(--nd-ink);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nd-agent p {
  margin: 7px 0 0;
  color: var(--nd-ink);
  font-size: 15px;
  line-height: 1.65;
}

.nd-agent a {
  color: var(--nd-ink) !important;
  text-decoration: none !important;
}

/* ==========================================================
   Responsive Layout
   ========================================================== */

@media (max-width: 767px) {
  .nd-hero {
    padding: 62px 20px !important;
  }

  .nd-intro,
  .nd-matrix,
  .nd-development,
  .nd-match,
  .nd-considerations {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .nd-dev-top,
  .nd-title {
    flex-direction: column;
    align-items: flex-start;
  }

  .nd-stats {
    grid-template-columns: 1fr 1fr;
  }

  .nd-stats div:nth-child(2) {
    border-right: 0;
  }

  .nd-stats div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--nd-dark-line);
  }

  .nd-gallery {
    grid-template-columns: 1fr;
  }

  .nd-gallery img {
    height: 245px;
  }

  .nd-details,
  .nd-consider-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .nd-details dl {
    grid-template-columns: 120px 1fr;
  }

  .nd-cta > .wpb_column,
  .nd-agents > .wpb_column {
    width: 100%;
  }

  .nd-agents > .wpb_column {
    margin-bottom: 26px;
  }

  .nd-agents > .wpb_column:last-child {
    margin-bottom: 0;
  }

  .nd-agent {
    align-items: flex-start;
  }

  .nd-title > strong {
    font-size: 23px;
  }

  .nd-table-wrap {
    margin-right: -20px;
  }

  .nd-dev-hero {
    min-height: 270px;
  }
}

