:root {
  --paper: #eeeeec;
  --surface: #f7f7f5;
  --line: #c9c9c5;
  --ink: #0a0a0a;
  --radius: 0px;
  font-family: Manrope, "DM Sans", Arial, sans-serif;
}

html,
body,
.site-header,
.nav {
  background: var(--paper);
}

body {
  color: #111111;
  font-family: Manrope, "DM Sans", Arial, sans-serif;
}

h1,
h2,
h3,
h4,
.experience-intro h1,
.page-hero h1,
.quote {
  font-family: Manrope, "DM Sans", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: -0.065em;
}

.site-header {
  border-color: #dedede;
}

.brand-logo-frame,
.card,
.panel,
.feature-band,
.ceo-strip,
.portrait-grid,
.media-card,
.source-box,
.discovery-stage,
.stage-toolbar,
.stage-canvas,
.stage-card,
.passport-card,
.overview-grid span {
  border-radius: 0 !important;
}

.card,
.panel,
.ceo-strip {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: none;
}

.card {
  position: relative;
  transition: border-color .2s ease, transform .2s ease;
}

.card::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 72px;
  height: 3px;
  background: var(--red);
}

.card:hover {
  border-color: #111111;
  transform: translateY(-4px);
}

.feature-band {
  background: #111414;
}

.eyebrow {
  letter-spacing: .2em;
}

.section-head {
  border-top: 1px solid #d9d9d9;
  padding-top: 28px;
}

.hero-copy {
  background: var(--paper);
  border-color: #e4e4e4;
}

.hero-copy::after {
  color: #f2f2f2;
}

.media-card {
  background: #e2e2df;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.stage-search {
  padding: 0;
  overflow: hidden;
  position: relative;
}

.market-search-form {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  padding-left: 14px;
}

.market-search-form > span {
  color: #111;
  font-size: 1.15rem;
}

.market-search-form input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #111;
  padding-right: 110px;
}

.market-search-form button,
.get-property {
  align-self: stretch;
  border: 0;
  border-left: 1px solid #d9d9d9;
  background: #111414;
  color: #fff;
  padding: 0 20px;
  font-weight: 750;
}

.market-search-form button:hover,
.get-property:hover {
  background: var(--red);
}

.market-results {
  padding: 72px 0 88px;
  scroll-margin-top: 30px;
}

.market-results-head {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 48px;
  align-items: end;
  border-top: 1px solid #d9d9d9;
  padding-top: 26px;
  margin-bottom: 28px;
}

.market-results-head h2 {
  margin: 14px 0 0;
  font: 600 clamp(2.2rem, 4vw, 4.4rem)/1 Manrope, sans-serif;
  letter-spacing: -.065em;
}

.market-results-head p {
  color: #626665;
  line-height: 1.65;
  margin: 0;
}

.finder-status {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  padding: 12px 16px;
  color: #646867;
  font-size: .76rem;
}

.search-pulse::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 9px;
  background: var(--red);
  animation: finderPulse .9s ease-in-out infinite alternate;
}

@keyframes finderPulse { to { opacity: .2; } }

.property-results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
}

.property-result-card {
  min-width: 0;
  background: var(--surface);
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.property-result-media {
  display: block;
  height: 240px;
  background: #111414;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.property-result-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.property-result-card:hover .property-result-media img { transform: scale(1.035); }

.property-result-media > span {
  height: 100%;
  display: grid;
  place-items: center;
  color: #9fa3a2;
  font-size: .75rem;
}

.property-result-media small {
  position: absolute;
  left: 12px;
  bottom: 12px;
  background: #fff;
  color: #111;
  padding: 6px 9px;
  font-weight: 800;
  font-size: .64rem;
}

.property-result-body {
  padding: 24px;
}

.property-result-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #7b7e7d;
  font-size: .65rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.property-result-body h3 {
  min-height: 2.45em;
  margin: 22px 0 8px;
  font: 650 1.3rem/1.2 Manrope, sans-serif;
  letter-spacing: -.04em;
}

.property-result-body > p {
  min-height: 2.6em;
  color: #686c6a;
  line-height: 1.45;
  margin: 0 0 16px;
}

.property-price {
  display: block;
  color: var(--red);
  font-size: 1.18rem;
  margin-bottom: 10px;
}

.property-facts {
  min-height: 1.4em;
  color: #444;
  font-size: .78rem;
}

.due-diligence {
  display: block;
  color: #747877;
  font-size: .7rem;
  margin: 22px 0 16px;
}

.due-diligence::first-letter { color: #f0a000; }

.get-property {
  width: 100%;
  min-height: 48px;
  border: 0;
}

.no-result-card {
  grid-column: 1/-1;
  padding: clamp(32px, 6vw, 80px);
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.no-result-card h3 { font-size: clamp(2rem, 4vw, 4rem); margin: 18px 0; max-width: 700px; }
.no-result-card p { max-width: 650px; color: #666; line-height: 1.6; }

.lead-dialog {
  width: min(960px, calc(100% - 30px));
  max-height: calc(100vh - 30px);
  padding: 0;
  border: 1px solid #111;
  border-radius: 0;
  color: #111;
  background: var(--surface);
  grid-template-columns: .9fr 1.1fr;
}

.lead-dialog[open] { display: grid; }
.lead-dialog::backdrop { background: rgba(5, 8, 7, .72); backdrop-filter: blur(5px); }
.lead-dialog-copy { padding: clamp(28px, 5vw, 60px); background: #111414; color: #fff; }
.lead-dialog-copy h2 { font: 600 clamp(2.2rem, 4vw, 4rem)/1 Manrope, sans-serif; letter-spacing: -.065em; margin: 18px 0; }
.lead-dialog-copy > p { color: #bdc2c0; line-height: 1.6; }

.selected-property {
  border-top: 1px solid #ffffff36;
  margin-top: 42px;
  padding-top: 20px;
}

.selected-property strong,
.selected-property span,
.selected-property b,
.selected-property small { display: block; }
.selected-property span { color: #bdc2c0; margin: 8px 0; }
.selected-property b { color: #ff5252; margin-bottom: 14px; }
.selected-property small { color: #8f9693; line-height: 1.45; }

.lead-form { padding: clamp(28px, 5vw, 60px); overflow-y: auto; }
.lead-form label { display: block; font-size: .74rem; font-weight: 800; margin-bottom: 18px; }
.lead-form input:not([type="checkbox"]),
.lead-form textarea { width: 100%; margin-top: 8px; border: 0; border-bottom: 1px solid #aeb2b0; border-radius: 0; padding: 12px 0; outline: 0; resize: vertical; }
.lead-form input:focus,
.lead-form textarea:focus { border-color: var(--red); }
.consent-row { display: grid !important; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; font-weight: 500 !important; line-height: 1.45; color: #5f6361; }
.consent-row input { width: 17px; height: 17px; accent-color: var(--red); }
.lead-form-status { color: var(--red); font-size: .78rem; }
.dialog-close { position: absolute; z-index: 2; top: 12px; right: 14px; border: 0; background: transparent; color: #111; font-size: 1.8rem; }
.lead-success h3 { font-size: 2rem; letter-spacing: -.04em; margin: 18px 0; }
.lead-success p { color: #626665; line-height: 1.6; }

@media (max-width: 760px) {
  .wrap { width: min(100% - 30px, 1440px); }
  .market-search-form { grid-template-columns: 18px minmax(0, 1fr) 42px; padding-left: 9px; gap: 4px; }
  .market-search-form > span { font-size: .85rem; }
  .market-search-form input { font-size: .66rem; }
  .market-search-form button { width: 42px; padding: 0; font-size: 0; }
  .market-search-form button::after { content: "Go"; font-size: .7rem; }
  .market-results { padding: 52px 0 70px; }
  .market-results-head { grid-template-columns: 1fr; gap: 18px; }
  .finder-status { display: grid; }
  .property-results-grid { grid-template-columns: 1fr; }
  .property-result-media { height: 220px; }
  .lead-dialog[open] { display: block; }
  .lead-dialog-copy,
  .lead-form { padding: 26px 24px; }
  .lead-dialog-copy h2 { font-size: 2.15rem; margin: 12px 0; }
  .lead-dialog-copy > p { font-size: .86rem; margin-bottom: 0; }
  .selected-property { margin-top: 22px; padding-top: 16px; }
  .dialog-close { color: #fff; }
}
