.vidalux-neo-section,
.vidalux-neo-section * {
  box-sizing: border-box;
}

.vidalux-neo-heading {
  margin-bottom: 1.5rem;
  max-width: 860px;
}

.vidalux-neo-heading > p:last-child {
  color: #666057;
  line-height: 1.7;
}

.vidalux-neo-shell {
  background: #fff;
  border: 1px solid #dedbd4;
  min-height: 560px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.vidalux-neo-status {
  background: #f7f5f1;
  border-bottom: 1px solid #dedbd4;
  color: #3d3933;
  margin: 0;
  padding: 1rem 1.25rem;
}

.vidalux-neo-iframe {
  border: 0;
  display: block;
  min-height: 1600px;
  width: 100%;
}

.vidalux-neo-fallback {
  background: #f7f5f1;
  border-top: 2px solid #C6A15B;
  margin: 0;
  padding: 1.5rem;
}

.vidalux-neo-fallback p {
  color: #4b4337;
  line-height: 1.65;
  margin-top: 0;
}

.vidalux-neo-fallback button,
.vidalux-neo-fallback a {
  min-height: 44px;
}

.vidalux-preconstruction-disclosure {
  background: #f7f5f1;
  border-top: 2px solid #C6A15B;
  padding-top: 1.5rem;
}

@media (max-width: 1024px) {
  .vidalux-neo-iframe {
    height: 2200px !important;
    min-height: 1800px;
  }
}

@media (max-width: 600px) {
  .vidalux-neo-shell {
    min-height: 620px;
  }

  .vidalux-neo-iframe {
    height: 2600px !important;
    min-height: 2200px;
  }

  .vidalux-neo-status,
  .vidalux-neo-fallback {
    padding: 1rem;
  }
}

/* Miami-first preconstruction page layout */
.vidalux-guide-page.vidalux-preconstruction-page .vidalux-guide-layout {
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 1fr);
  max-width: 1320px;
}

.vidalux-guide-page.vidalux-preconstruction-page .vidalux-guide-content {
  min-width: 0;
  width: 100%;
}

.vidalux-guide-page.vidalux-preconstruction-page .vidalux-guide-aside {
  background: #f7f5f1;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(180px, .45fr) minmax(0, 1fr);
  padding: 1.75rem 2rem;
  position: static;
  top: auto;
}

.vidalux-guide-page.vidalux-preconstruction-page .vidalux-guide-aside h2 {
  margin: 0;
}

.vidalux-guide-page.vidalux-preconstruction-page .vidalux-guide-aside ul {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1.5rem;
  margin: 0;
}

.vidalux-guide-page.vidalux-preconstruction-page .vidalux-guide-aside li {
  margin: 0;
}

.vidalux-guide-page.vidalux-preconstruction-page .vidalux-guide-toc {
  padding: 1.5rem 1.75rem 1.5rem 1.75rem;
}

.vidalux-guide-page.vidalux-preconstruction-page .vidalux-guide-toc ol {
  gap: .35rem 2rem;
  padding-left: 1.35rem;
}

/* Reset an older page-section accent that placed the line directly under text. */
.vidalux-guide-page.vidalux-preconstruction-page .vidalux-guide-content > .vidalux-guide-section {
  border-left: 0 !important;
  box-sizing: border-box;
  padding-left: 0 !important;
}

.vidalux-preconstruction-section-heading {
  margin-bottom: 1.75rem;
  max-width: 880px;
}

.vidalux-preconstruction-section-heading .vidalux-platform-kicker,
.vidalux-neo-heading .vidalux-platform-kicker {
  color: #8a6a2f;
  margin-bottom: .75rem;
}

.vidalux-preconstruction-section-heading h2,
.vidalux-neo-heading h2 {
  margin-bottom: .85rem;
}

.vidalux-preconstruction-section-heading > p:last-child,
.vidalux-neo-heading > p:not(.vidalux-platform-kicker):not(.vidalux-neo-project-hint) {
  color: #5f5a52;
  font-size: 1.02rem;
  line-height: 1.7;
  margin: 0;
  max-width: 820px;
}

.vidalux-miami-spotlight {
  background: #111;
  border-bottom: 0;
  color: #fff;
  margin: 0 0 3rem;
  padding: clamp(2rem, 5vw, 4rem) !important;
}

.vidalux-miami-spotlight .vidalux-preconstruction-section-heading h2,
.vidalux-miami-spotlight .vidalux-preconstruction-section-heading > p:last-child {
  color: #fff;
}

.vidalux-miami-spotlight .vidalux-preconstruction-section-heading > p:last-child {
  color: #d7d2c9;
}

.vidalux-miami-project-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vidalux-miami-project-card {
  background: #1a1a1a;
  border: 1px solid #3d372e;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 1.5rem;
}

.vidalux-miami-project-area {
  color: #c6a15b;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .12em;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.vidalux-miami-project-card h3 {
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.2;
  margin: 0 0 1rem;
}

.vidalux-miami-project-card > p:not(.vidalux-miami-project-area) {
  color: #c9c4bc;
  line-height: 1.6;
  margin: 0 0 1.5rem;
}

.vidalux-miami-project-card a {
  color: #fff;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .05em;
  margin-top: auto;
  text-decoration-color: #c6a15b;
  text-underline-offset: 4px;
  text-transform: uppercase;
}

.vidalux-preconstruction-bridge {
  background: #f7f5f1;
  border: 1px solid #ded8ce;
  margin-bottom: 3rem;
  padding: clamp(1.5rem, 4vw, 3rem) !important;
}

.vidalux-preconstruction-filters {
  align-items: end;
  background: #fff;
  border: 1px solid #ded8ce;
  grid-template-columns: minmax(180px, 1.1fr) repeat(3, minmax(150px, 1fr)) auto auto;
  padding: 1rem;
}

.vidalux-preconstruction-filters button {
  white-space: nowrap;
}

.vidalux-neo-section {
  border-bottom: 0;
  margin-bottom: 3rem;
  padding-bottom: 0;
}

.vidalux-neo-heading {
  border-left: 2px solid #c6a15b;
  padding-left: 24px;
}

.vidalux-neo-project-hint {
  background: #f4efe5;
  border: 1px solid #d9c69f;
  color: #3e3527;
  margin: 1rem 0 0;
  padding: .85rem 1rem;
}

.vidalux-preconstruction-guide {
  margin-top: 3rem;
}

.vidalux-preconstruction-guide-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vidalux-preconstruction-guide-card {
  background: #fff;
  border: 1px solid #ded8ce;
  min-width: 0;
  padding: 1.5rem;
}

.vidalux-preconstruction-guide-card h3 {
  font-size: 1.25rem;
  margin: 0 0 1rem;
}

.vidalux-preconstruction-guide-card ul {
  margin: 0;
  padding-left: 1.15rem;
}

.vidalux-preconstruction-guide-card li {
  color: #5f5a52;
  line-height: 1.65;
}

.vidalux-preconstruction-disclosure {
  padding: 1.5rem !important;
}

@media (max-width: 1100px) {
  .vidalux-miami-project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vidalux-preconstruction-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .vidalux-guide-page.vidalux-preconstruction-page .vidalux-guide-layout {
    padding-top: 2rem;
  }

  .vidalux-guide-page.vidalux-preconstruction-page .vidalux-guide-aside {
    grid-template-columns: minmax(0, 1fr);
    padding: 1.5rem;
  }

  .vidalux-guide-page.vidalux-preconstruction-page .vidalux-guide-toc {
    padding: 1.25rem 1rem;
  }

  .vidalux-miami-spotlight {
    padding: 1.5rem !important;
  }

  .vidalux-miami-project-grid,
  .vidalux-preconstruction-guide-grid,
  .vidalux-preconstruction-filters {
    grid-template-columns: minmax(0, 1fr);
  }

  .vidalux-neo-heading {
    border-left: 0;
    border-top: 2px solid #c6a15b;
    padding-left: 0;
    padding-top: 18px;
  }
}
