:root {
  --ink: #1c2825;
  --muted: #66716b;
  --paper: #f6f4ef;
  --cream: #ebe6db;
  --line: #d8d7ce;
  --clay: #c95d3d;
  --sage: #657d6c;
  --white: #fff;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
}
button,
input,
select {
  font: inherit;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
.site-header {
  align-items: center;
  display: flex;
  height: 84px;
  justify-content: space-between;
  padding: 0 5.2vw;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  position: sticky;
  top: 0;
  z-index: 10;
}
.brand,
.footer-brand {
  align-items: center;
  display: flex;
  font-size: 19px;
  font-weight: 700;
  gap: 10px;
  letter-spacing: -0.04em;
}
.brand-mark {
  align-items: center;
  background: var(--clay);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-family: var(--serif);
  font-size: 16px;
  font-style: italic;
  height: 32px;
  justify-content: center;
  letter-spacing: -0.12em;
  width: 32px;
}
.main-nav {
  display: flex;
  gap: 34px;
  margin-left: 90px;
}
.main-nav a,
.saved-link {
  color: #47524d;
  font-size: 13px;
  font-weight: 600;
}
.main-nav a:hover,
.footer-links a:hover {
  color: var(--clay);
}
.header-actions {
  align-items: center;
  display: flex;
  gap: 22px;
}
.saved-link {
  background: none;
  border: 0;
}
.heart-icon {
  font-size: 22px;
  line-height: 0;
  vertical-align: -2px;
}
.saved-count {
  background: var(--ink);
  border-radius: 20px;
  color: #fff;
  font-size: 10px;
  margin-left: 3px;
  padding: 2px 6px;
}
.outline-button,
.dark-button {
  background: transparent;
  border: 1px solid var(--ink);
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  padding: 13px 18px;
}
.outline-button:hover {
  background: var(--ink);
  color: #fff;
}
.menu-button {
  display: none;
  background: none;
  border: 0;
  padding: 4px;
}
.menu-button span {
  background: var(--ink);
  display: block;
  height: 2px;
  margin: 5px;
  width: 22px;
}
.hero {
  display: grid;
  grid-template-columns: 45% 55%;
  min-height: 560px;
  position: relative;
}
.hero-copy {
  padding: 105px 5.2vw 80px;
}
.eyebrow {
  color: var(--clay);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.hero h1,
.section-heading h2,
.neighborhood-copy h2 {
  font-family: var(--serif);
  font-size: clamp(48px, 6.2vw, 86px);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.98;
  margin: 0;
}
.hero h1 em,
.section-heading h2 em,
.neighborhood-copy h2 em {
  color: var(--clay);
  font-style: italic;
}
.hero-intro {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
  margin: 33px 0 30px;
  max-width: 270px;
}
.hero-meta {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 10px;
  gap: 10px;
}
.meta-line {
  background: var(--clay);
  height: 1px;
  width: 27px;
}
.hero-photo {
  background:
    linear-gradient(140deg, rgba(28, 40, 37, 0.03), rgba(28, 40, 37, 0.08)),
    url("https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?auto=format&fit=crop&w=1300&q=85")
      center/cover;
  min-height: 560px;
}
.hero-stamp {
  background: var(--clay);
  bottom: 38px;
  color: #fff;
  font-family: var(--serif);
  font-size: 12px;
  left: calc(45% - 34px);
  line-height: 1.1;
  padding: 16px 18px;
  position: absolute;
  text-align: center;
  transform: rotate(-8deg);
}
.hero-stamp strong {
  font-size: 27px;
  font-weight: 500;
}
.search-panel {
  background: var(--ink);
  color: #fff;
  margin: 0 5.2vw;
  padding: 23px 28px 27px;
}
.search-heading {
  align-items: center;
  color: #d9ded8;
  display: flex;
  font-size: 11px;
  font-weight: 600;
  gap: 9px;
  margin-bottom: 18px;
}
.search-dot {
  background: var(--clay);
  border-radius: 50%;
  height: 7px;
  width: 7px;
}
.search-form {
  display: grid;
  gap: 1px;
  grid-template-columns: 1.3fr 1fr 1.08fr 1fr auto;
}
.search-field {
  border-right: 1px solid #52605b;
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 0 19px;
}
.search-field:first-of-type {
  padding-left: 0;
}
.search-field span,
.sort-wrap label {
  color: #aeb8b1;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.search-field input,
.search-field select {
  background: none;
  border: 0;
  color: #fff;
  font-size: 13px;
  outline: 0;
  padding: 0;
  width: 100%;
}
.search-field input::placeholder {
  color: #fff;
}
.search-field select option {
  color: var(--ink);
}
.search-button {
  align-items: center;
  background: var(--clay);
  border: 0;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: 30px;
  justify-content: space-between;
  margin-left: 20px;
  padding: 0 17px;
  white-space: nowrap;
}
.search-button:hover,
.dark-button:hover {
  background: #b74f34;
}
.listings-section {
  padding: 105px 5.2vw 118px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
}
.section-heading h2,
.neighborhood-copy h2 {
  font-size: 52px;
  line-height: 1.02;
}
.heading-side {
  align-self: end;
  max-width: 255px;
}
.heading-side p,
.neighborhood-copy > p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
  margin: 0 0 18px;
}
.text-button {
  background: none;
  border: 0;
  color: var(--clay);
  font-size: 12px;
  font-weight: 700;
  padding: 0;
}
.text-button span {
  font-size: 17px;
  margin-left: 7px;
}
.results-bar {
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  margin-top: 54px;
  padding-bottom: 13px;
}
.results-bar > span {
  color: var(--muted);
  font-size: 12px;
}
.sort-wrap {
  align-items: center;
  display: flex;
  gap: 8px;
}
.sort-wrap label {
  color: var(--muted);
}
.sort-wrap select {
  background: none;
  border: 0;
  color: var(--ink);
  font-size: 12px;
  font-weight: 600;
  outline: 0;
}
.listing-grid {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 25px;
}
.listing-card {
  position: relative;
}
.listing-image {
  aspect-ratio: 1.08/1;
  background: center/cover;
  position: relative;
}
.listing-image:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.16), transparent 35%);
  content: "";
  inset: 0;
  position: absolute;
}
.listing-tag {
  background: var(--paper);
  color: var(--ink);
  font-size: 10px;
  font-weight: 700;
  left: 12px;
  padding: 8px 10px;
  position: absolute;
  top: 12px;
  z-index: 1;
}
.favorite-button {
  background: rgba(255, 255, 255, 0.9);
  border: 0;
  border-radius: 50%;
  color: var(--ink);
  font-size: 23px;
  height: 35px;
  line-height: 1;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 35px;
  z-index: 1;
}
.favorite-button.active {
  background: var(--clay);
  color: #fff;
}
.listing-info {
  padding-top: 14px;
}
.listing-top {
  align-items: start;
  display: flex;
  justify-content: space-between;
}
.listing-name {
  font-family: var(--serif);
  font-size: 23px;
  line-height: 1.05;
  margin: 0;
}
.listing-price {
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}
.listing-location {
  color: var(--muted);
  font-size: 11px;
  margin: 7px 0 10px;
}
.listing-stats {
  color: var(--muted);
  font-size: 11px;
}
.listing-stats span + span:before {
  content: "·";
  margin: 0 7px;
}
.listing-card {
  animation: rise 0.6s both;
}
.listing-card:nth-child(2) {
  animation-delay: 0.08s;
}
.listing-card:nth-child(3) {
  animation-delay: 0.16s;
}
.listing-card:nth-child(4) {
  animation-delay: 0.24s;
}
.listing-card:nth-child(5) {
  animation-delay: 0.32s;
}
.listing-card:nth-child(6) {
  animation-delay: 0.4s;
}
@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.empty-state {
  padding: 75px 0;
  text-align: center;
}
.empty-icon {
  color: var(--clay);
  font-family: var(--serif);
  font-size: 40px;
}
.empty-state h3 {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 500;
  margin: 10px 0;
}
.empty-state p {
  color: var(--muted);
  font-size: 13px;
}
.dark-button {
  background: var(--ink);
  color: #fff;
}
.dark-button span {
  font-size: 17px;
  margin-left: 18px;
}
.services-section {
  background: var(--ink);
  color: #fff;
  display: grid;
  gap: 9vw;
  grid-template-columns: 0.8fr 1.2fr;
  padding: 105px 10.4vw;
}
.services-intro h2,
.journal-heading h2,
.newsletter-section h2 {
  font-family: var(--serif);
  font-size: 52px;
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 1;
  margin: 0 0 25px;
}
.services-intro h2 em,
.journal-heading h2 em,
.newsletter-section h2 em {
  color: var(--clay);
  font-style: italic;
}
.services-intro > p:last-child {
  color: #aeb8b1;
  font-size: 13px;
  line-height: 1.65;
  max-width: 270px;
}
.services-section .eyebrow {
  color: #e37a58;
}
.service-item {
  align-items: center;
  border-top: 1px solid #52605b;
  display: grid;
  gap: 24px;
  grid-template-columns: 28px 1fr 25px;
  padding: 22px 0;
}
.service-item > span {
  color: #8e9d95;
  font-size: 10px;
}
.service-item h3 {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 6px;
}
.service-item p {
  color: #aeb8b1;
  font-size: 12px;
  line-height: 1.55;
  margin: 0;
  max-width: 330px;
}
.service-item strong {
  color: var(--clay);
  font-size: 23px;
  font-weight: 400;
}
.journal-section {
  padding: 105px 5.2vw 115px;
}
.journal-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
.journal-heading h2 {
  margin: 0;
}
.journal-grid {
  display: grid;
  gap: 25px;
  grid-template-columns: 1.35fr 1fr 1fr;
}
.journal-card {
  cursor: pointer;
}
.journal-image {
  aspect-ratio: 1.15 / 0.78;
  background-position: center;
  background-size: cover;
  margin-bottom: 17px;
}
.journal-card-large .journal-image {
  aspect-ratio: 1.35 / 0.78;
}
.journal-image-light {
  background-image: url("https://images.unsplash.com/photo-1600210491892-03d54c0aaf87?auto=format&fit=crop&w=1100&q=85");
}
.journal-image-dark {
  background-image: url("https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?auto=format&fit=crop&w=800&q=85");
}
.journal-image-table {
  background-image: url("https://images.unsplash.com/photo-1600566753051-5e1c8d46c1b7?auto=format&fit=crop&w=800&q=85");
}
.journal-category {
  color: var(--clay);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 9px;
  text-transform: uppercase;
}
.journal-card h3 {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.12;
  margin: 0;
  max-width: 290px;
}
.newsletter-section {
  align-items: center;
  background: var(--cream);
  display: grid;
  gap: 10vw;
  grid-template-columns: 1fr 1fr;
  padding: 82px 10.4vw;
}
.newsletter-section h2 {
  margin: 0;
}
.newsletter-form label {
  color: var(--muted);
  display: block;
  font-size: 13px;
  line-height: 1.55;
  margin-bottom: 18px;
  max-width: 290px;
}
.newsletter-form > div {
  border-bottom: 1px solid var(--ink);
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding-bottom: 8px;
}
.newsletter-form input {
  background: transparent;
  border: 0;
  color: var(--ink);
  min-width: 0;
  outline: 0;
  padding: 10px 0;
  width: 100%;
}
.newsletter-form input::placeholder {
  color: var(--muted);
}
.newsletter-form .dark-button {
  border: 0;
  padding: 11px 0 11px 13px;
  white-space: nowrap;
}
.neighborhoods {
  background: var(--cream);
  display: grid;
  gap: 8vw;
  grid-template-columns: 1fr 1.2fr;
  padding: 105px 10.4vw;
}
.neighborhood-copy {
  padding-top: 20px;
}
.neighborhood-copy h2 {
  font-size: 47px;
  margin-bottom: 27px;
}
.neighborhood-copy > p {
  max-width: 285px;
}
.neighborhood-cards {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}
.neighborhood-card {
  aspect-ratio: 0.77/1;
  background-position: center;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  position: relative;
}
.neighborhood-card:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.55), transparent 60%);
  content: "";
  inset: 0;
  position: absolute;
}
.card-ny {
  background-image: url("https://images.unsplash.com/photo-1519681393784-d120267933ba?auto=format&fit=crop&w=700&q=80");
}
.card-la {
  background-image: url("https://images.unsplash.com/photo-1605146769289-440113cc3d00?auto=format&fit=crop&w=700&q=80");
}
.neighborhood-card div,
.neighborhood-card strong {
  position: relative;
  z-index: 1;
}
.neighborhood-card span {
  font-size: 10px;
  font-weight: 700;
}
.neighborhood-card h3 {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.05;
  margin: 12px 0 0;
}
.neighborhood-card strong {
  align-self: end;
  font-size: 25px;
  font-weight: 400;
}
.site-footer {
  align-items: center;
  background: var(--ink);
  color: #dfe3dc;
  display: flex;
  justify-content: space-between;
  padding: 28px 5.2vw;
}
.site-footer p {
  color: #94a099;
  font-size: 11px;
  margin: 0;
}
.footer-links {
  display: flex;
  gap: 23px;
  font-size: 11px;
}
.modal-backdrop {
  align-items: center;
  background: rgba(28, 40, 37, 0.72);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 20px;
  position: fixed;
  z-index: 5;
}
.modal-backdrop[hidden] {
  display: none;
}
.property-modal {
  background: var(--paper);
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 820px;
  position: relative;
  width: 100%;
}
.modal-image {
  background: center/cover;
  min-height: 450px;
}
.modal-content {
  padding: 53px 43px;
}
.modal-content h2 {
  font-family: var(--serif);
  font-size: 42px;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1;
  margin: 0;
}
.modal-location {
  color: var(--muted);
  font-size: 12px;
  margin: 10px 0 31px;
}
.modal-stats {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: flex;
  gap: 20px;
  padding: 15px 0;
  margin-bottom: 21px;
}
.modal-stats span {
  color: var(--muted);
  font-size: 11px;
}
.modal-content > p:not(.eyebrow):not(.modal-location) {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 28px;
}
.modal-close {
  background: none;
  border: 0;
  font-size: 29px;
  position: absolute;
  right: 13px;
  top: 8px;
  z-index: 1;
}
.toast {
  background: var(--ink);
  bottom: 25px;
  color: #fff;
  font-size: 12px;
  left: 50%;
  opacity: 0;
  padding: 13px 18px;
  pointer-events: none;
  position: fixed;
  transform: translate(-50%, 15px);
  transition: 0.25s;
  z-index: 7;
}
.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}
.active-link {
  color: var(--clay) !important;
}
.page-hero {
  background: var(--cream);
  min-height: 500px;
  padding: 105px 10.4vw 95px;
}
.page-hero h1,
.form-hero h1 {
  font-family: var(--serif);
  font-size: clamp(52px, 7vw, 92px);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.96;
  margin: 0 0 30px;
}
.page-hero h1 em,
.form-hero h1 em {
  color: var(--clay);
  font-style: italic;
}
.page-hero > p:not(.eyebrow),
.form-hero > div > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
  margin: 0 0 28px;
  max-width: 390px;
}
.page-hero-rent {
  background: #dce4dc;
}
.page-hero-neighborhoods {
  background: #dfd5c6;
}
.page-hero-journal {
  background: #d9dfd9;
}
.page-hero-about {
  background: #eadfd7;
}
.page-band,
.founders-section {
  display: grid;
  gap: 10vw;
  grid-template-columns: 1fr 1fr;
  padding: 105px 10.4vw;
}
.page-band h2,
.founders-section h2 {
  font-family: var(--serif);
  font-size: 52px;
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 1;
  margin: 0;
}
.page-band h2 em,
.founders-section h2 em {
  color: var(--clay);
  font-style: italic;
}
.feature-copy {
  align-self: end;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
  max-width: 390px;
}
.mini-stats {
  border-top: 1px solid var(--line);
  display: flex;
  gap: 25px;
  margin-top: 35px;
  padding-top: 15px;
}
.mini-stats span {
  font-size: 10px;
  line-height: 1.4;
}
.mini-stats strong {
  color: var(--ink);
  display: block;
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 500;
}
.cta-strip {
  align-items: center;
  background: var(--clay);
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 80px 10.4vw;
}
.cta-strip .eyebrow {
  color: #ffe1d5;
}
.cta-strip h2 {
  font-family: var(--serif);
  font-size: 45px;
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 1;
  margin: 0;
}
.cta-strip h2 em {
  color: var(--ink);
  font-style: italic;
}
.cta-strip .outline-button {
  border-color: #fff;
  color: #fff;
}
.neighborhood-directory {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.neighborhood-directory article {
  min-height: 330px;
  padding: 45px 4vw;
}
.neighborhood-directory article:nth-child(1) {
  background: #d9dfd9;
}
.neighborhood-directory article:nth-child(2) {
  background: #dfd5c6;
}
.neighborhood-directory article:nth-child(3) {
  background: #d7ddd7;
}
.neighborhood-directory span,
.article-list span {
  color: var(--clay);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.neighborhood-directory h2 {
  font-family: var(--serif);
  font-size: 42px;
  font-weight: 500;
  margin: 42px 0 8px;
}
.neighborhood-directory p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  max-width: 210px;
}
.neighborhood-directory a,
.article-list a {
  color: var(--clay);
  font-size: 12px;
  font-weight: 700;
}
.article-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 10.4vw;
}
.article-list article {
  border-bottom: 1px solid var(--line);
  padding: 48px 0;
}
.article-list article:nth-child(odd) {
  border-right: 1px solid var(--line);
  padding-right: 6vw;
}
.article-list article:nth-child(even) {
  padding-left: 6vw;
}
.article-list article:last-child {
  grid-column: span 2;
  padding-left: 0;
}
.article-list h2 {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.08;
  margin: 22px 0;
  max-width: 420px;
}
.form-hero {
  background: var(--cream);
  display: grid;
  gap: 9vw;
  grid-template-columns: 1fr 1fr;
  padding: 105px 10.4vw;
}
.form-hero-list {
  background: #d9dfd9;
}
.contact-details {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 10px;
  margin-top: 48px;
  padding-top: 16px;
}
.contact-details span {
  color: var(--muted);
  font-size: 12px;
}
.form-panel {
  background: var(--paper);
  padding: 35px;
}
.form-panel label {
  color: var(--muted);
  display: grid;
  font-size: 10px;
  gap: 7px;
  letter-spacing: 0.08em;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.form-panel input,
.form-panel select,
.form-panel textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: 14px;
  outline: 0;
  padding: 8px 0;
  resize: vertical;
  width: 100%;
}
.form-panel .dark-button {
  border: 0;
}
.form-success {
  color: var(--sage);
  font-size: 12px;
  line-height: 1.5;
  margin: 18px 0 0;
}
.founders-section {
  background: var(--paper);
}
.founder-grid {
  display: grid;
  gap: 25px;
  grid-template-columns: 1fr 1fr;
}
.founder-photo {
  aspect-ratio: 0.82 / 1;
  background: center / cover;
  margin-bottom: 18px;
}
.founder-anika .founder-photo {
  background-image: url("https://images.unsplash.com/photo-1551836022-d5d88e9218df?auto=format&fit=crop&w=700&q=85");
}
.founder-rohan .founder-photo {
  background-image: url("https://images.unsplash.com/photo-1560250097-0b93528c311a?auto=format&fit=crop&w=700&q=85");
}
.founder-card h3 {
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 500;
  margin: 0 0 8px;
}
.founder-card > p:last-child {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
  margin: 0;
}
@media (max-width: 850px) {
  .mobile-menu-open .main-nav {
    display: flex;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    z-index: 4;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    padding: 18px 5vw;
    gap: 24px;
  }
  .mobile-menu-open .menu-button span:first-child {
    transform: translateY(3px) rotate(45deg);
  }
  .mobile-menu-open .menu-button span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }
}
@media (max-width: 850px) {
  .site-header {
    height: 70px;
    padding: 0 5vw;
  }
  .main-nav,
  .saved-link,
  .outline-button {
    display: none;
  }
  .menu-button {
    display: block;
  }
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    padding: 70px 8vw 55px;
  }
  .hero h1 {
    font-size: 66px;
  }
  .hero-photo {
    min-height: 340px;
  }
  .hero-stamp {
    bottom: auto;
    left: auto;
    right: 8vw;
    top: 300px;
  }
  .search-panel {
    margin: 0;
    padding: 22px 5vw;
  }
  .search-form {
    gap: 18px;
    grid-template-columns: 1fr 1fr;
  }
  .search-field,
  .search-field:first-of-type {
    border-bottom: 1px solid #52605b;
    border-right: 0;
    padding: 0 0 14px;
  }
  .search-button {
    height: 48px;
    margin: 0;
  }
  .listings-section {
    padding: 75px 5vw;
  }
  .section-heading {
    display: block;
  }
  .heading-side {
    margin-top: 25px;
  }
  .results-bar {
    margin-top: 45px;
  }
  .listing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .listing-name {
    font-size: 19px;
  }
  .services-section,
  .newsletter-section {
    display: block;
    padding: 75px 8vw;
  }
  .service-list {
    margin-top: 45px;
  }
  .journal-section {
    padding: 75px 5vw;
  }
  .journal-heading {
    align-items: start;
    display: block;
    margin-bottom: 35px;
  }
  .journal-heading .text-button {
    display: inline-block;
    margin-top: 22px;
  }
  .journal-grid {
    grid-template-columns: 1fr 1fr;
  }
  .journal-card-large {
    grid-column: span 2;
  }
  .newsletter-form {
    margin-top: 35px;
  }
  .neighborhoods {
    display: block;
    padding: 75px 8vw;
  }
  .page-hero,
  .form-hero,
  .page-band,
  .founders-section {
    display: block;
    padding: 75px 8vw;
  }
  .page-hero h1,
  .form-hero h1,
  .page-band h2,
  .founders-section h2,
  .services-intro h2,
  .journal-heading h2,
  .newsletter-section h2 {
    font-size: 46px;
  }
  .feature-copy,
  .founder-grid,
  .neighborhood-directory,
  .article-list {
    margin-top: 45px;
  }
  .neighborhood-directory,
  .article-list {
    display: block;
    padding: 0;
  }
  .neighborhood-directory article,
  .article-list article,
  .article-list article:nth-child(odd),
  .article-list article:nth-child(even),
  .article-list article:last-child {
    border-right: 0;
    padding: 38px 8vw;
  }
  .cta-strip {
    align-items: start;
    display: block;
    padding: 65px 8vw;
  }
  .cta-strip .outline-button {
    display: inline-block;
    margin-top: 30px;
  }
  .form-panel {
    margin-top: 45px;
    padding: 25px;
  }
  .founder-grid {
    gap: 30px;
  }
  .neighborhood-cards {
    margin-top: 45px;
  }
  .site-footer {
    align-items: start;
    flex-direction: column;
    gap: 17px;
  }
  .property-modal {
    grid-template-columns: 1fr;
    max-height: 90vh;
    overflow: auto;
  }
  .modal-image {
    min-height: 230px;
  }
  .modal-content {
    padding: 32px;
  }
  .modal-content h2 {
    font-size: 34px;
  }
}
@media (max-width: 500px) {
  .hero h1 {
    font-size: 54px;
  }
  .section-heading h2,
  .neighborhood-copy h2 {
    font-size: 40px;
  }
  .search-form {
    grid-template-columns: 1fr;
  }
  .listing-grid {
    gap: 32px 14px;
  }
  .listing-image {
    aspect-ratio: 0.94/1;
  }
  .listing-top {
    display: block;
  }
  .listing-price {
    display: block;
    margin-top: 6px;
  }
  .neighborhood-cards {
    gap: 10px;
  }
  .neighborhood-card {
    padding: 14px;
  }
  .neighborhood-card h3 {
    font-size: 20px;
  }
  .services-intro h2,
  .journal-heading h2,
  .newsletter-section h2 {
    font-size: 40px;
  }
  .journal-grid {
    display: block;
  }
  .journal-card {
    margin-bottom: 35px;
  }
  .newsletter-form > div {
    align-items: stretch;
    display: block;
  }
  .newsletter-form .dark-button {
    padding: 12px 0;
  }
  .footer-links {
    gap: 14px;
  }
}
