/* Final responsive layer: consistent type scale and mobile-first layout across every route. */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
}

/* Quiet black and grey-white palette. Red is kept only for small BUNCH accents. */
html,
body,
.site-header,
.nav {
  background: #eeeeec !important;
}

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

.card,
.panel,
.property-result-card,
.hero-copy,
.route-card,
.lead-dialog,
.lead-form {
  background: #f7f7f5;
}

.route-card:nth-child(2),
.feature-band,
.leadership-now,
.footer {
  background: #090909;
}

.route-card:nth-child(3),
.media-card {
  background: #e2e2df;
}

.discovery-stage {
  background: #d8d8d4;
  border-color: #c3c3bf;
}

.stage-toolbar,
.stage-search,
.round-control,
.advisor-chip {
  background: #f5f5f3;
}

.lead-form input:not([type="checkbox"]),
.lead-form textarea {
  background: transparent;
}

.search-nudge {
  position: absolute;
  z-index: 4;
  top: 50%;
  right: 112px;
  display: none !important;
  align-items: center;
  gap: 3px;
  padding: 1px 3px;
  transform: translateY(-50%);
  background: rgba(245, 245, 243, 0.72);
  color: var(--deep-red);
  font-size: 0.38rem;
  font-weight: 750;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  pointer-events: none;
  animation: searchNudge 1.8s ease-in-out infinite;
  transition: opacity 0.2s ease;
}

/* Original BUNCH interface icons: square-ended, architectural line work. */
.ui-icon {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  display: inline-block;
  vertical-align: middle;
}

.menu-toggle .ui-icon {
  width: 25px;
  height: 25px;
}

.round-control .ui-icon,
.dialog-close .ui-icon {
  width: 20px;
  height: 20px;
}

.footer a,
.nav-cta,
.btn,
.card > a,
.route-card > a,
.source-row > a,
.founder-copy > a,
.get-property {
  align-items: center;
}

.ticker-track span::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-left: 52px;
  background: var(--red);
  transform: rotate(45deg);
  vertical-align: middle;
}

.due-diligence::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 7px;
  background: var(--red);
  vertical-align: middle;
}

@keyframes mobileOverviewCard {
  0%,
  29% {
    opacity: 1;
    transform: translateY(0);
  }
  33%,
  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}

@keyframes mobilePassportCard {
  0%,
  32% {
    opacity: 0;
    transform: translateY(10px);
  }
  36%,
  62% {
    opacity: 1;
    transform: translateY(0);
  }
  66%,
  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}

@keyframes mobileEvidenceCard {
  0%,
  65% {
    opacity: 0;
    transform: translateY(10px);
  }
  69%,
  96% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}

.search-nudge i {
  width: 3px;
  height: 3px;
  background: var(--red);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(253, 1, 2, 0.35);
  animation: searchDot 1.8s ease-out infinite;
}

.market-results-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  padding: 30px 0 6px;
  text-align: center;
}

.market-results-more[hidden] {
  display: none;
}

.market-results-more small {
  color: var(--muted);
  font-size: 0.72rem;
}

.stage-search:focus-within .search-nudge {
  opacity: 0;
}

@keyframes searchNudge {
  0%,
  100% {
    opacity: 0.48;
  }
  50% {
    opacity: 1;
  }
}

@keyframes searchDot {
  0% {
    box-shadow: 0 0 0 0 rgba(253, 1, 2, 0.42);
  }
  70%,
  100% {
    box-shadow: 0 0 0 4px rgba(253, 1, 2, 0);
  }
}

h1,
h2,
h3,
h4,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

button,
a,
input,
textarea {
  touch-action: manipulation;
}

.experience-intro h1,
.hero h1 {
  font-size: clamp(2.2rem, 3.5vw, 3.6rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.page-hero h1 {
  font-size: clamp(2.25rem, 4vw, 3.8rem);
  line-height: 1;
  letter-spacing: -0.06em;
}

.section h2,
.market-results-head h2,
.no-result-card h3 {
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.06;
  letter-spacing: -0.052em;
}

.feature-band h2,
.ceo-strip h2 {
  font-size: clamp(1.8rem, 2.7vw, 2.8rem);
}

.quote {
  font-size: clamp(1.7rem, 2.4vw, 2.6rem);
  line-height: 1.12;
}

.panel h2,
.media-card h3 {
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.12;
}

.card h3,
.property-result-body h3 {
  font-size: clamp(1.15rem, 1.5vw, 1.4rem);
}

.experience-intro {
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: clamp(26px, 4vw, 56px);
}

.experience-intro p,
.page-hero p,
.section-head p,
.lead {
  font-size: clamp(0.94rem, 1.2vw, 1.04rem);
}

.page-hero {
  max-width: 860px;
  padding: clamp(58px, 8vw, 88px) 0 clamp(38px, 6vw, 64px);
}

.section {
  padding: clamp(64px, 8vw, 96px) 0;
}

.section.tight {
  padding: clamp(48px, 6vw, 72px) 0;
}

.grid-3,
.property-results-grid {
  min-width: 0;
}

.card,
.panel,
.property-result-card,
.feature-band > *,
.portrait-grid > * {
  min-width: 0;
}

.btn,
.nav-cta,
.get-property,
.menu-toggle {
  min-height: 44px;
}

.lead-dialog-copy h2 {
  font-size: clamp(1.75rem, 3vw, 2.7rem);
}

/* Bespoke BUNCH visual system — all icons are original inline SVG drawings. */
.bunch-icon {
  width: 48px;
  height: 48px;
  flex: none;
}

.routes-section {
  border-top: 1px solid #111;
}

.routes-heading,
.source-library-head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 34px;
}

.routes-heading h2,
.source-library-head h2 {
  margin: 12px 0 0;
}

.routes-heading p,
.source-library-head p {
  max-width: 470px;
  margin: 0 0 4px;
  color: #626665;
  line-height: 1.6;
}

.route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #111;
  border-left: 1px solid #111;
}

.route-card {
  min-width: 0;
  min-height: 380px;
  padding: 28px;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  display: flex;
  flex-direction: column;
  background: #fff;
  transition:
    background 0.25s ease,
    color 0.25s ease;
}

.route-card:nth-child(2) {
  background: #111414;
  color: #fff;
}

.route-card:nth-child(3) {
  background: #f1f1f1;
}

.route-card:hover {
  background: var(--deep-red);
  color: #fff;
}

.route-card-top {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.route-index {
  color: var(--red);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.route-card h3 {
  margin: 76px 0 12px;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  letter-spacing: -0.045em;
}

.route-card p {
  margin: 0;
  color: #686c6a;
  line-height: 1.58;
}

.route-card:nth-child(2) p,
.route-card:hover p {
  color: #c6cbca;
}

.route-card a {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid currentColor;
  font-size: 0.82rem;
  font-weight: 800;
}

.passport-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  padding: 0 !important;
  background: #111414;
  color: #fff;
  border: 1px solid #111414;
}

.passport-story {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 610px;
  padding: clamp(38px, 5vw, 70px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: var(--deep-red);
}

.passport-story::before,
.passport-story::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.passport-story::before {
  width: 360px;
  height: 360px;
  top: -180px;
  right: -180px;
  transform: rotate(45deg);
}

.passport-story::after {
  inset: 24px;
  border-color: rgba(255, 255, 255, 0.12);
}

.passport-story .eyebrow {
  color: #fff;
}

.passport-symbol {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  margin: 42px 0 32px;
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.passport-symbol .bunch-icon {
  width: 42px;
  height: 42px;
}

.passport-story h2 {
  max-width: 8em;
  margin: 0 0 20px;
  font-size: clamp(2rem, 3.4vw, 3.5rem);
}

.passport-story p {
  max-width: 530px;
  color: #ffe5e5;
  line-height: 1.65;
}

.passport-story .btn {
  margin-top: 20px;
}

.passport-matrix {
  padding: clamp(34px, 5vw, 66px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.matrix-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #ffffff42;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.matrix-head small {
  color: #8f9693;
}

.matrix-row {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #ffffff26;
}

.matrix-row .bunch-icon {
  width: 38px;
  height: 38px;
  color: #ff5656;
}

.matrix-row b,
.matrix-row span {
  display: block;
}

.matrix-row b {
  margin-bottom: 6px;
  font-size: 1rem;
}

.matrix-row span {
  color: #aeb5b2;
  font-size: 0.85rem;
  line-height: 1.45;
}

.matrix-row em {
  color: #7e8582;
  font-size: 0.68rem;
  font-style: normal;
}

.founder-feature {
  display: grid;
  grid-template-columns: minmax(190px, 0.6fr) minmax(0, 1.4fr) 110px;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
}

.founder-photo {
  position: relative;
  aspect-ratio: 1;
  margin: 0;
  overflow: hidden;
  background: #111414;
}

.founder-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 22%;
  filter: saturate(0.88) contrast(1.04);
  transition: transform 0.6s ease;
}

.founder-photo:hover img {
  transform: scale(1.025);
}

.founder-photo::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.72));
  pointer-events: none;
}

.founder-photo figcaption {
  position: absolute;
  z-index: 1;
  left: 18px;
  right: 18px;
  bottom: 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.62);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.founder-copy h2 {
  margin: 12px 0 14px;
}

.founder-copy p {
  max-width: 650px;
  color: #626665;
  line-height: 1.65;
}

.founder-copy a {
  display: inline-flex;
  gap: 28px;
  margin-top: 14px;
  padding-bottom: 6px;
  border-bottom: 1px solid #111;
  font-size: 0.84rem;
  font-weight: 800;
}

.founder-mark {
  display: grid;
  place-items: center;
  width: 110px;
  height: 110px;
  border: 1px solid #111;
  color: var(--deep-red);
}

.founder-mark .bunch-icon {
  width: 58px;
  height: 58px;
}

.source-library {
  border-top: 1px solid #d9d9d9;
}

.source-ledger {
  border-top: 1px solid #111;
}

.source-row {
  display: grid;
  grid-template-columns: 54px 68px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  min-height: 150px;
  padding: 24px 0;
  border-bottom: 1px solid #111;
  transition:
    padding 0.25s ease,
    background 0.25s ease,
    color 0.25s ease;
}

.source-row:hover {
  padding-inline: 20px;
  background: #111414;
  color: #fff;
}

.source-index {
  color: var(--red);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.source-icon {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border: 1px solid currentColor;
}

.source-icon .bunch-icon {
  width: 36px;
  height: 36px;
}

.source-row h3 {
  margin: 0 0 7px;
  font-size: clamp(1.15rem, 1.7vw, 1.5rem);
}

.source-row p {
  max-width: 690px;
  margin: 0;
  color: #6c716e;
  line-height: 1.55;
}

.source-row:hover p {
  color: #b7bfbb;
}

.source-row > a {
  min-width: 124px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
  border-bottom: 1px solid currentColor;
  font-size: 0.78rem;
  font-weight: 800;
}

.footer {
  border-top: 5px solid var(--deep-red);
}

.footer h3 {
  font-size: clamp(1.45rem, 2vw, 1.9rem);
}

/* Leadership — factual editorial profile, distinct from the card-led service pages. */
.leadership-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: clamp(36px, 6vw, 90px);
  align-items: end;
  padding: clamp(68px, 9vw, 118px) 0 clamp(50px, 7vw, 90px);
  border-bottom: 1px solid #111;
}

.leadership-hero h1 {
  margin: 16px 0 0;
  font:
    600 clamp(3.1rem, 6vw, 6.2rem)/0.88 Manrope,
    sans-serif;
  letter-spacing: -0.078em;
}

.leadership-hero h1 em {
  color: var(--red);
  font-style: normal;
}

.leadership-intro > p {
  margin: 0 0 34px;
  color: #4f5452;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.65;
}

.leadership-meta {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 9px 22px;
  padding-top: 18px;
  border-top: 1px solid #111;
  font-size: 0.76rem;
}

.leadership-meta span {
  color: #777c79;
}

.leadership-portrait {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: stretch;
}

.leadership-portrait figure {
  margin: 0;
  background: #111414;
}

.leadership-portrait img {
  width: 100%;
  height: clamp(520px, 55vw, 700px);
  object-fit: cover;
  object-position: center 18%;
  filter: saturate(0.82) contrast(1.04);
}

.leadership-portrait figcaption {
  padding: 13px 16px;
  color: #bfc5c2;
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.leadership-statement {
  padding: clamp(34px, 5vw, 72px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #111;
}

.leadership-statement h2 {
  max-width: 10em;
  margin: 16px 0 22px;
}

.leadership-statement p {
  max-width: 690px;
  color: #5d625f;
  line-height: 1.75;
}

.leadership-statement blockquote {
  margin: 34px 0 7px;
  padding-top: 26px;
  border-top: 1px solid #111;
  color: var(--deep-red);
  font:
    600 clamp(1.35rem, 2.4vw, 2.25rem)/1.12 Manrope,
    sans-serif;
  letter-spacing: -0.045em;
}

.leadership-statement small {
  color: #7b807e;
}

.founder-timeline {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(40px, 7vw, 100px);
  border-top: 1px solid #111;
}

.timeline-heading {
  align-self: start;
  position: sticky;
  top: 30px;
}

.timeline-heading h2 {
  margin-top: 14px;
}

.timeline-list {
  border-top: 1px solid #111;
}

.timeline-list article {
  display: grid;
  grid-template-columns: 100px 58px minmax(0, 1fr);
  gap: 20px;
  padding: 30px 0;
  border-bottom: 1px solid #111;
}

.timeline-list time {
  color: var(--red);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.timeline-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid #111;
}

.timeline-icon .bunch-icon {
  width: 30px;
  height: 30px;
}

.timeline-list h3 {
  margin: 0 0 9px;
  font-size: 1.35rem;
}

.timeline-list p {
  margin: 0 0 17px;
  color: #606562;
  line-height: 1.65;
}

.timeline-list a {
  padding-bottom: 4px;
  border-bottom: 1px solid #111;
  font-size: 0.75rem;
  font-weight: 800;
}

.leadership-now {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
  gap: clamp(40px, 7vw, 100px);
  background: #111414;
  color: #fff;
  padding: clamp(38px, 6vw, 78px) !important;
}

.leadership-now h2 {
  max-width: 11em;
  margin: 14px 0 20px;
}

.leadership-now > div > p {
  max-width: 650px;
  color: #bbc2bf;
  line-height: 1.72;
}

.leadership-now .btn {
  margin-top: 18px;
}

.leadership-now aside {
  border-top: 1px solid #ffffff50;
}

.leadership-now aside > div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 3px 18px;
  padding: 20px 0;
  border-bottom: 1px solid #ffffff30;
}

.leadership-now aside .bunch-icon {
  grid-row: 1 / 3;
  width: 38px;
  height: 38px;
  color: #ff5656;
}

.leadership-now aside span {
  color: #8f9793;
  font-size: 0.64rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.leadership-now aside strong {
  font-size: 0.9rem;
}

.leadership-record {
  display: grid;
  grid-template-columns: minmax(230px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(38px, 7vw, 90px);
}

.leadership-record h2 {
  margin-top: 13px;
}

.record-links {
  border-top: 1px solid #111;
}

.record-links a {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  min-height: 82px;
  border-bottom: 1px solid #111;
}

.record-links span {
  color: var(--red);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.record-links b {
  font-size: 0.9rem;
}

.record-links i {
  font-style: normal;
}

@media (max-width: 1050px) {
  .wrap {
    width: min(100% - 40px, 1440px);
  }

  .site-header {
    gap: 16px;
  }

  .nav {
    gap: 14px;
  }

  .nav a {
    font-size: 0.76rem;
  }

  .nav-cta {
    padding-inline: 16px;
    font-size: 0.78rem;
  }

  .property-results-grid,
  .grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-3 > :last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .stage-canvas {
    min-height: 520px;
  }

  .route-card {
    min-height: 350px;
  }

  .passport-story {
    min-height: 560px;
  }
}

@media (max-width: 800px) {
  .wrap {
    width: min(100% - 30px, 680px);
  }

  .site-header {
    height: 64px;
  }

  .menu-toggle {
    display: grid;
    visibility: visible;
    opacity: 1;
    place-items: center;
    width: 44px;
    margin-left: auto;
    padding: 0;
  }

  .nav-cta {
    display: none;
  }

  .nav {
    display: none;
    position: absolute;
    top: 64px;
    left: -15px;
    right: -15px;
    z-index: 50;
    padding: 10px 15px 18px;
    border-bottom: 1px solid #d9d9d9;
    background: #fff;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
  }

  .nav.open {
    display: flex;
  }

  .nav a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 0 4px;
    border-bottom: 1px solid #ededed;
    font-size: 0.92rem;
  }

  .nav a:last-child {
    border-bottom: 0;
  }

  .experience-hero {
    padding-top: 28px;
  }

  .experience-intro {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 24px;
  }

  .experience-intro h1,
  .hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(1.9rem, 7.5vw, 2.45rem);
    line-height: 1.02;
  }

  .experience-intro .eyebrow {
    max-width: 100%;
    line-height: 1.45;
  }

  .experience-intro p {
    max-width: 42rem;
    margin-bottom: 0;
  }

  .page-hero h1 {
    font-size: clamp(2.05rem, 9vw, 3rem);
  }

  .page-hero {
    padding: 48px 0 34px;
  }

  .section,
  .section.tight {
    padding: 48px 0;
  }

  .section h2,
  .market-results-head h2,
  .no-result-card h3,
  .feature-band h2,
  .ceo-strip h2 {
    font-size: clamp(1.65rem, 7vw, 2.25rem);
  }

  .section-head {
    display: grid;
    gap: 14px;
    padding-top: 20px;
    margin-bottom: 26px;
  }

  .section-head p {
    margin: 0;
  }

  .grid-3,
  .property-results-grid,
  .contact-grid,
  .page-grid,
  .passport,
  .portrait-grid,
  .feature-band {
    grid-template-columns: 1fr;
  }

  .routes-heading,
  .source-library-head {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 26px;
  }

  .route-grid {
    grid-template-columns: 1fr;
  }

  .route-card {
    min-height: 300px;
  }

  .route-card h3 {
    margin-top: 42px;
  }

  .passport-showcase {
    grid-template-columns: 1fr;
  }

  .passport-story {
    min-height: 0;
    padding: 38px 30px;
  }

  .passport-symbol {
    margin: 34px 0 26px;
  }

  .passport-story h2 {
    font-size: clamp(1.9rem, 8vw, 2.7rem);
  }

  .passport-matrix {
    padding: 32px 28px;
  }

  .founder-feature {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .founder-photo {
    width: 100%;
    max-height: 360px;
    aspect-ratio: 16 / 10;
  }

  .founder-mark {
    display: none;
  }

  .source-row {
    grid-template-columns: 44px 58px minmax(0, 1fr);
    gap: 18px;
  }

  .source-icon {
    width: 58px;
    height: 58px;
  }

  .source-row > a {
    grid-column: 3;
    justify-self: start;
  }

  .leadership-hero,
  .leadership-portrait,
  .founder-timeline,
  .leadership-now,
  .leadership-record {
    grid-template-columns: 1fr;
  }

  .leadership-hero {
    gap: 28px;
    padding: 52px 0 40px;
  }

  .leadership-hero h1 {
    font-size: clamp(2.6rem, 12vw, 4.3rem);
  }

  .leadership-intro > p {
    margin-bottom: 24px;
  }

  .leadership-portrait img {
    height: min(122vw, 620px);
  }

  .leadership-statement {
    padding: 30px 24px;
  }

  .timeline-heading {
    position: static;
  }

  .leadership-now {
    padding: 34px 26px !important;
    gap: 34px;
  }

  .leadership-record {
    gap: 24px;
  }

  .grid-3 > :last-child:nth-child(odd) {
    grid-column: auto;
  }

  .card {
    min-height: 0;
    padding: 24px;
  }

  .card h3 {
    margin: 24px 0 10px;
  }

  .feature-band {
    padding: 28px 24px;
    gap: 28px;
  }

  .feature-list div {
    align-items: start;
  }

  .ceo-strip {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 16px;
    padding: 24px 0;
  }

  .ceo-strip img {
    width: 88px;
    height: 108px;
  }

  .ceo-strip .btn {
    grid-column: 1 / -1;
    width: 100%;
  }

  .portrait-grid img {
    height: min(118vw, 540px);
  }

  .panel {
    padding: 26px 22px;
  }

  .discovery-stage {
    padding: 7px;
  }

  .stage-toolbar {
    height: 60px;
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    gap: 7px;
    padding: 8px;
  }

  .round-control {
    width: 40px;
    height: 40px;
  }

  .advisor-chip {
    display: none;
  }

  .stage-search {
    height: 42px;
    min-width: 0;
  }

  .market-search-form {
    grid-template-columns: 18px minmax(0, 1fr) 46px;
    padding-left: 9px;
    gap: 5px;
  }

  .market-search-form input {
    min-width: 0;
    font-size: 16px;
    padding-right: 90px;
  }

  .market-search-form button {
    width: 46px;
    padding: 0;
    font-size: 0;
  }

  .market-search-form button::after {
    content: "Go";
    font-size: 0.72rem;
  }

  .stage-canvas {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .property-video-main {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .stage-marker,
  .stage-caption {
    display: none;
  }

  .overview-card,
  .evidence-card,
  .passport-card {
    display: block;
    left: 10px;
    right: 10px;
    top: auto;
    bottom: 10px;
    width: auto;
    max-width: none;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(14px);
  }

  .overview-card {
    animation: mobileOverviewCard 12s linear infinite;
  }

  .passport-card {
    animation: mobilePassportCard 12s linear infinite;
  }

  .evidence-card {
    animation: mobileEvidenceCard 12s linear infinite;
  }

  .stage-card header {
    margin-bottom: 8px;
    font-size: 0.7rem;
  }

  .overview-grid {
    gap: 5px;
  }

  .overview-grid span {
    padding: 6px 8px;
  }

  .overview-grid small {
    margin-bottom: 2px;
    font-size: 0.52rem;
  }

  .overview-grid b,
  .evidence-row {
    font-size: 0.62rem;
  }

  .evidence-row {
    padding: 6px 0;
  }

  .passport-card strong {
    margin: 8px 0 5px;
    font-size: 1.15rem;
  }

  .passport-card a {
    margin-top: 10px;
  }

  .market-results {
    padding: 46px 0 58px;
  }

  .market-results-head {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 22px;
  }

  .finder-status {
    display: grid;
    gap: 6px;
    line-height: 1.4;
  }

  .property-result-media {
    height: clamp(205px, 62vw, 330px);
  }

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

  .lead-dialog {
    width: calc(100% - 20px);
    max-height: calc(100dvh - 20px);
    margin: auto;
    overflow-y: auto;
    grid-template-columns: 1fr;
  }

  .lead-dialog[open] {
    display: block;
  }

  .lead-dialog-copy,
  .lead-form {
    padding: 26px 22px;
  }

  .lead-dialog-copy h2 {
    font-size: 1.8rem;
  }

  .lead-form input:not([type="checkbox"]),
  .lead-form textarea {
    min-height: 44px;
    font-size: 16px;
  }

  .lead-form textarea {
    min-height: 86px;
  }

  .lead-form .btn {
    width: 100%;
  }

  .footer {
    margin-top: 48px;
    padding-top: 48px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 34px 22px;
  }

  .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    display: grid;
    gap: 10px;
    margin-top: 40px;
  }
}

@media (max-width: 600px) {
  .stage-toolbar {
    grid-template-columns: minmax(0, 1fr);
    height: 58px;
  }

  .stage-toolbar > .round-control {
    display: none;
  }

  .stage-search {
    height: 44px;
  }

  .search-nudge {
    right: 47px;
    padding-inline: 2px;
    font-size: 0.34rem;
  }

  .market-search-form input {
    padding-right: 74px;
  }
}

@media (max-width: 520px) {
  .wrap {
    width: calc(100% - 24px);
  }

  .brand-logo-frame {
    width: 128px;
    height: 42px;
  }

  .footer .brand-logo-frame {
    width: 138px;
    height: 48px;
  }

  .experience-hero {
    padding-top: 22px;
  }

  .experience-intro h1,
  .hero h1 {
    font-size: clamp(1.68rem, 7.4vw, 1.95rem);
    line-height: 1.04;
    letter-spacing: -0.048em;
  }

  .page-hero h1 {
    font-size: clamp(1.9rem, 9.5vw, 2.45rem);
  }

  .experience-intro p,
  .page-hero p,
  .section-head p,
  .panel p,
  .card p {
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .eyebrow {
    font-size: 0.6rem;
    letter-spacing: 0.13em;
  }

  .discovery-stage {
    margin-inline: -4px;
  }

  .stage-canvas {
    aspect-ratio: 4 / 3;
  }

  .property-video-main {
    object-position: 50% center;
  }

  .ticker {
    padding: 19px 0;
  }

  .card,
  .panel,
  .feature-band {
    padding: 22px 18px;
  }

  .btn {
    width: 100%;
    padding-inline: 16px;
  }

  .hero-actions {
    display: grid;
  }

  .feature-list div,
  .property-result-meta {
    gap: 8px;
  }

  .feature-list div {
    display: grid;
  }

  .ceo-strip {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .ceo-strip img {
    width: 72px;
    height: 92px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid > div:first-child {
    grid-column: auto;
  }

  .route-card {
    min-height: 280px;
    padding: 22px 18px;
  }

  .route-card .bunch-icon {
    width: 42px;
    height: 42px;
  }

  .passport-story,
  .passport-matrix {
    padding: 30px 20px;
  }

  .passport-story::after {
    inset: 12px;
  }

  .passport-symbol {
    width: 66px;
    height: 66px;
    margin: 30px 0 24px;
  }

  .matrix-row {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
    padding: 20px 0;
  }

  .matrix-row .bunch-icon {
    width: 32px;
    height: 32px;
  }

  .matrix-row em {
    display: none;
  }

  .founder-feature {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .founder-photo {
    min-height: 0;
    max-height: 320px;
    aspect-ratio: 16 / 10;
  }

  .founder-photo figcaption {
    left: 10px;
    right: 10px;
    bottom: 10px;
    font-size: 0.5rem;
    line-height: 1.35;
  }

  .founder-copy h2 {
    font-size: 1.45rem;
  }

  .founder-copy p {
    font-size: 0.86rem;
  }

  .source-row {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
    padding: 22px 0;
  }

  .source-icon {
    display: none;
  }

  .source-row > a {
    grid-column: 2;
  }

  .source-row:hover {
    padding-inline: 12px;
  }

  .leadership-hero h1 {
    font-size: clamp(2.25rem, 12vw, 3rem);
  }

  .leadership-portrait img {
    height: min(126vw, 520px);
  }

  .timeline-list article {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 16px;
  }

  .timeline-icon {
    display: none;
  }

  .record-links a {
    grid-template-columns: 72px minmax(0, 1fr) auto;
    gap: 12px;
  }

  .lead-dialog {
    width: 100%;
    max-width: none;
    max-height: 100dvh;
    height: 100dvh;
    margin: 0;
    border: 0;
  }

  .dialog-close {
    position: fixed;
    top: 8px;
    right: 12px;
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 380px) {
  .experience-intro h1,
  .hero h1 {
    font-size: 1.62rem;
  }

  .market-search-form {
    grid-template-columns: 16px minmax(0, 1fr) 42px;
  }

  .market-search-form input {
    font-size: 15px;
  }

  .search-nudge {
    gap: 2px;
    letter-spacing: 0.045em;
  }

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

@media (max-width: 800px) and (orientation: landscape) {
  .stage-canvas {
    aspect-ratio: 16 / 8;
  }

  .lead-dialog {
    max-height: 100dvh;
  }
}

@media (prefers-reduced-motion: reduce) {
  .search-nudge,
  .search-nudge i {
    animation: none;
  }

  .search-nudge {
    opacity: 0.82;
  }
}

@media (max-width: 800px) and (prefers-reduced-motion: reduce) {
  .overview-card {
    display: block;
    opacity: 1;
  }

  .evidence-card,
  .passport-card {
    display: none;
  }
}

/* Contact office map */
.contact-map {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  min-height: 500px;
  margin-top: 20px;
  border: 1px solid #c9c9c5;
  background: #090909;
  color: #fff;
  overflow: hidden;
}

.contact-map-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(30px, 5vw, 70px);
}

.contact-map-copy h2 {
  max-width: 510px;
  margin: 14px 0 16px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.contact-map-copy p {
  max-width: 440px;
  margin: 0 0 26px;
  color: #d1d1ce;
  font-size: 1rem;
  line-height: 1.65;
}

.contact-map-copy small {
  display: block;
  max-width: 440px;
  margin-top: 18px;
  color: #aaa;
  font-size: 0.78rem;
  line-height: 1.55;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 500px;
  border: 0;
  filter: grayscale(1) contrast(1.08);
}

@media (max-width: 760px) {
  .contact-map {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .contact-map-copy {
    padding: 34px 24px;
  }

  .contact-map-copy h2 {
    font-size: 2rem;
  }

  .contact-map iframe {
    min-height: 360px;
  }
}
