.wrap { width: min(1360px, calc(100% - 48px)); }
.cre-breadcrumbs { margin: 0 0 18px; font-size: .78rem; }
.cre-breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; list-style: none; }
.cre-breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 6px; color: #87938e; }
.cre-breadcrumbs a { color: #315c4c; }
.cre-breadcrumbs [aria-current="page"] { color: #68756f; }
.cre-breadcrumbs-on-dark a,
.cre-breadcrumbs-on-dark [aria-current="page"] { color: rgba(255,255,255,.82); }
.cre-breadcrumbs-on-dark li:not(:last-child)::after { color: rgba(255,255,255,.5); }
.site-header > .wrap.nav {
  width: min(1360px, calc(100% - 48px));
  max-width: 1360px;
}
#suite-search.conversion-search .cre-search-submit,
#suite-search.conversion-search button[type="submit"],
.cre-segment-finder #suite-search.conversion-search button[type="submit"] {
  border: 1px solid #fff!important;
  background: #fff!important;
  color: #10382a!important;
  box-shadow: none!important;
  letter-spacing: 0;
}
#suite-search.conversion-search .cre-search-submit:hover,
#suite-search.conversion-search .cre-search-submit:focus,
#suite-search.conversion-search button[type="submit"]:hover,
#suite-search.conversion-search button[type="submit"]:focus,
.cre-segment-finder #suite-search.conversion-search button[type="submit"]:hover,
.cre-segment-finder #suite-search.conversion-search button[type="submit"]:focus {
  border-color: #dff2e9!important;
  background: #dff2e9!important;
  color: #10382a!important;
  box-shadow: none!important;
  transform: none;
}

.conversion-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: center;
  min-height: min(900px, calc(100svh - 36px));
  padding: 144px 0 76px;
  overflow: hidden;
  background: #0b2119;
}
.conversion-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(5,20,15,.94) 0%, rgba(5,20,15,.76) 56%, rgba(5,20,15,.42) 100%);
}
.conversion-hero::after { display: none; }
.conversion-hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.conversion-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.conversion-hero-grid { display: block; }
.conversion-copy { max-width: 1060px; }
.conversion-copy h1 {
  max-width: 980px;
  margin: 14px 0 20px;
  font-size: clamp(3.25rem, 6.4vw, 6.9rem);
  line-height: .96;
  letter-spacing: 0;
  text-wrap: balance;
}
.conversion-copy > p {
  max-width: 760px;
  margin-bottom: 28px;
  color: rgba(255,255,255,.86);
}
.hero-search-inline {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr) minmax(200px, .9fr) auto;
  gap: 10px;
  align-items: end;
  max-width: 1120px;
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,.34);
  border-bottom: 1px solid rgba(255,255,255,.34);
}
.hero-search-inline label { display: grid; gap: 5px; min-width: 0; }
.hero-search-inline label > span {
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
}
.hero-search-inline input,
.hero-search-inline select {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 5px;
  background-color: #fff;
  color: #10251d;
  font: inherit;
  font-size: 16px;
}
.hero-search-inline button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .32em;
  min-height: 50px;
  max-width: 280px;
  background: #fff;
  color: #10382a;
  white-space: nowrap;
}
.hero-search-inline button:hover { background: #e5f2ec; color: #10382a; }
.hero-actions { margin: 22px 0 0; }
.button-light,
.conversion-hero .button-light {
  background: #fff;
  color: #10382a;
}
.hero-proof { margin-top: 26px; padding-top: 18px; }
.hero-proof strong { font-size: 1.25rem; }
.hero-proof span { color: rgba(255,255,255,.7); }

.cre-home-inventory .suite-image {
  position: relative;
  display: block;
  height: auto;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  padding: 0;
}
.cre-home-inventory .suite-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cre-home-inventory .suite-image .pill {
  position: absolute;
  bottom: 12px;
  left: 12px;
}
.cre-home-inventory .price { margin-bottom: 9px; }
.cre-home-inventory h3 { font-size: 1.18rem; }
.cre-match-reason {
  min-height: 24px;
  color: #176b4d;
  font-size: .78rem;
  font-weight: 800;
}
.explore-teaser .conversion-heading > div:last-child { max-width: 440px; }

.cre-guided-form { border-radius: 8px; }
.cre-guided-progress {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 22px;
  padding: 2px 0 0;
  list-style: none;
}
.cre-guided-progress li {
  position: relative;
  display: grid;
  grid-template-rows: 32px minmax(29px, auto);
  justify-items: center;
  gap: 7px;
  min-width: 0;
  padding: 0 6px;
  color: #56645e;
  font-size: .75rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}
.cre-guided-progress li:not(:last-child)::after {
  position: absolute;
  top: 14px;
  left: calc(50% + 16px);
  width: calc(100% - 32px);
  height: 4px;
  border-radius: 2px;
  background: #cfddd6;
  content: "";
}
.cre-guided-progress-marker {
  position: relative;
  z-index: 1;
  display: grid;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 2px solid #a9bcb3;
  border-radius: 50%;
  background: #fff;
  color: #56645e;
  font-size: .78rem;
}
.cre-guided-progress-label { display: block; align-self: start; }
.cre-guided-progress li.is-active { color: #123c2f; }
.cre-guided-progress li.is-active .cre-guided-progress-marker {
  border-color: #123c2f;
  color: #123c2f;
  box-shadow: 0 0 0 4px #dfeee7;
}
.cre-guided-progress li.is-complete { color: #123c2f; }
.cre-guided-progress li.is-complete::after { background: #1f6b50; }
.cre-guided-progress li.is-complete .cre-guided-progress-marker {
  border-color: #1f6b50;
  background: #1f6b50;
  color: #fff;
}
.cre-guided-step[hidden] { display: none; }
.cre-guided-actions {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-top: 18px;
}
.cre-guided-kind {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: 17px;
  overflow: hidden;
  border: 1px solid #bfd1c8;
  border-radius: 5px;
  background: #bfd1c8;
}
.cre-guided-kind button {
  min-height: 44px;
  border-radius: 0;
  background: #fff;
  color: #123c2f;
  padding: 8px;
}
.cre-guided-kind button.is-active { background: #123c2f; color: #fff; }
[data-cre-guided-favorites] {
  min-height: 150px;
  padding: 20px;
  border: 1px solid #d4e1db;
  border-radius: 6px;
  background: #f7faf8;
}
[data-cre-guided-favorites] h3 { margin-top: 0; }
[data-cre-guided-favorites] ul { margin-bottom: 0; }
.cre-draft-disclosure {
  grid-column: 1 / -1;
  margin: 8px 0;
  padding: 10px 12px;
  border-left: 3px solid #176b4d;
  background: #edf5f1;
  color: #33463e;
  font-size: .78rem;
}
.cre-recovery-consent { grid-column: 1 / -1; display: flex!important; grid-template-columns: auto 1fr; align-items: start; gap: 8px; }
.cre-recovery-consent input { width: auto; min-height: 0; margin-top: 3px; }
.cre-form-confirmation {
  width: 100%;
  padding: 28px;
  border: 1px solid #bcd4c9;
  border-radius: 7px;
  background: #fff;
  color: #10251d;
  box-shadow: 0 20px 50px rgba(15,50,37,.1);
}
.cre-form-confirmation:focus { outline: 3px solid rgba(47,141,104,.3); outline-offset: 3px; }
.cre-form-confirmation h3 { margin: 6px 0 10px; font-size: 1.8rem; }

.conversion-form,
.tenant-testimonial-card,
.about-live-photo,
.about-live-photo img,
.about-live-stats,
.cre-segment-hero,
.cre-segment-finder .wrap { border-radius: 8px; }
h1,h2,h3,h4,h5,h6,.eyebrow,[class*="eyebrow"] { letter-spacing: 0!important; }

@media (max-width: 1120px) {
  .hero-search-inline { grid-template-columns: 1fr 1fr; }
  .hero-search-inline button { max-width: none; }
}
@media (max-width: 880px) {
  .conversion-hero {
    min-height: calc(100svh - 24px);
    padding: 124px 0 54px;
  }
  .conversion-copy h1 { font-size: clamp(3rem, 10vw, 5rem); }
}
@media (max-width: 620px) {
  .wrap { width: min(1360px, calc(100% - 24px)); }
  .site-header > .wrap.nav { width: calc(100% - 24px); max-width: 1360px; }
  .conversion-hero {
    min-height: auto;
    padding: 112px 0 40px;
  }
  .conversion-hero::before { background: rgba(5,20,15,.8); }
  .conversion-copy h1 {
    margin-top: 10px;
    font-size: 2.75rem;
    line-height: 1;
  }
  .conversion-copy > p { font-size: 1rem; line-height: 1.45; }
  .hero-search-inline { grid-template-columns: 1fr; padding: 13px 0; }
  .hero-search-inline label:nth-child(3),
  .hero-search-inline button { grid-column: 1 / -1; }
  .hero-search-inline input,
  .hero-search-inline select,
  .hero-search-inline button { min-height: 46px; }
  .hero-actions { display: grid; gap: 10px; }
  .hero-actions .button,
  .hero-actions .text-link { width: 100%; justify-content: center; }
  .hero-proof { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .hero-proof > div:last-child { grid-column: 1 / -1; }
  .cre-guided-progress li {
    grid-template-rows: 28px minmax(32px, auto);
    gap: 6px;
    padding: 0 2px;
    font-size: .7rem;
  }
  .cre-guided-progress li:not(:last-child)::after {
    top: 12px;
    left: calc(50% + 14px);
    width: calc(100% - 28px);
  }
  .cre-guided-progress-marker { width: 28px; height: 28px; }
  .cre-guided-kind { grid-template-columns: 1fr; }
  .cre-guided-actions { display: grid; grid-template-columns: 1fr; }
  .cre-guided-actions .button,
  .cre-guided-actions button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { scroll-behavior: auto!important; animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }
}

.conversion-hero.conversion-hero-classic {
  display: block;
  min-height: 0;
  padding: 144px 0 100px;
  background: #0c2119;
}
.conversion-hero.conversion-hero-classic::before,
.conversion-hero.conversion-hero-classic::after { display: none; }
.conversion-hero-classic .conversion-hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr); gap: 74px; align-items: center; }
.conversion-hero-classic .conversion-copy { max-width: none; }
.conversion-hero-classic .conversion-copy h1 { max-width: 820px; margin: 18px 0 28px; font-size: 5rem; line-height: .92; text-wrap: balance; }
.conversion-hero-classic .conversion-copy > p { max-width: 680px; margin-bottom: 0; color: #cadbd4; font-size: 1.24rem; }
.conversion-hero-classic .hero-actions { margin: 34px 0; }
.conversion-hero-classic .hero-proof { margin-top: 48px; padding-top: 25px; }
.conversion-hero-classic .hero-proof strong { font-size: 1.5rem; }
.conversion-hero-classic .hero-proof span { color: #9db8ad; }
@media (max-width: 1200px) {
  .conversion-hero-classic .conversion-hero-grid { gap: 48px; }
  .conversion-hero-classic .conversion-copy h1 { font-size: 4.25rem; }
}
@media (max-width: 1000px) {
  .conversion-hero-classic .conversion-hero-grid { grid-template-columns: 1fr; }
}
@media (max-width: 650px) {
  .conversion-hero.conversion-hero-classic { padding: 112px 0 65px; }
  .conversion-hero-classic .conversion-copy h1 { font-size: 3.2rem; line-height: 1; }
  .conversion-hero-classic .hero-actions { display: none; }
  .conversion-hero-classic .hero-proof { display: block; margin-top: 140px; }
  .conversion-hero-classic .hero-proof > div { margin: 12px 0; }
  .conversion-hero-classic .hero-match-card { width: 100%; padding: 20px; }
}
@media (max-width: 430px) {
  .conversion-hero-classic .conversion-copy h1 { font-size: 2.75rem; }
}
