* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #090909;
  color: #fff;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
}

body {
  overflow-x: hidden;
}

.topbar {
  height: 76px;
  border-bottom: 1px solid #252525;
  background: #090909;
  position: sticky;
  top: 0;
  z-index: 30;
}

.topbar-inner {
  max-width: 1160px;
  margin: auto;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 45px;
  padding: 0 10px;
}

.logo {
  font-family: Georgia, serif;
  letter-spacing: 0.17em;
  color: #fff;
  text-decoration: none;
  font-size: 21px;
}

.topbar nav {
  display: flex;
  gap: 34px;
  margin: auto;
}

.topbar a {
  color: #eee;
  text-decoration: none;
  font-size: 12px;
}

.right {
  display: flex;
  align-items: center;
  gap: 24px;
}

.glass,
.hamb {
  border: 0;
  background: none;
  color: #fff;
}

.hamb {
  display: none;
}

.hero {
  background: #090909;
  padding: 18px 0 0;
}

.hero-inner {
  max-width: 1160px;
  margin: auto;
  padding: 0 0 0;
}

.hero h1 {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  margin: 0;
  padding: 10px 0 82px;
}

.tabs {
  display: flex;
  justify-content: center;
  gap: 42px;
  margin-bottom: 20px;
}

.tabs button {
  background: none;
  border: 0;
  color: #fff;
  font-size: 14px;
  padding: 0 0 13px;
  cursor: pointer;
}

.tabs .on {
  border-bottom: 1px solid #fff;
}

.searchbar {
  width: 705px;
  height: 76px;
  margin: auto;
  background: #fff;
  border-radius: 40px;
  color: #111;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  padding: 8px 12px 8px 30px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04);
  margin-top: -10px;
}

.search-location {
  display: flex;
  flex-direction: column;
}

.search-location small {
  color: #888;
  font-size: 11px;
  margin-bottom: 2px;
}

.search-location input {
  border: 0;
  outline: 0;
  font-size: 15px;
  background: transparent;
}

.filters {
  border: 0;
  background: none;
  font-size: 14px;
  padding: 20px;
}

.results {
  height: 58px;
  border: 0;
  border-radius: 32px;
  background: #080808;
  color: #fff !important;
  padding: 0 30px;
  font-size: 14px;
}

.hero-property {
  position: relative;
  height: 520px;
  margin-top: -50px;
  overflow: hidden;
}

.hero-property:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.2));
}

.hero-property img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-property-copy {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-property-copy span {
  font-size: 14px;
}

.hero-property-copy h2 {
  font-size: 58px;
  font-weight: 400;
  margin: 20px 0 8px;
  letter-spacing: -0.04em;
}

.hero-property-copy p {
  margin: 0;
  font-size: 15px;
}

.hero-property-copy a {
  background: #fff;
  color: #111;
  text-decoration: none;
  padding: 13px 20px;
  border-radius: 5px;
  margin-top: 48px;
}

.about {
  max-width: 1160px;
  margin: auto;
  text-align: center;
  padding: 48px 170px 70px;
  border-bottom: 1px solid #252525;
}

.about h3 {
  font-size: 17px;
  margin: 0 0 28px;
}

.about p {
  line-height: 1.55;
  margin: 0 auto 28px;
  max-width: 850px;
}

.listing-section {
  max-width: 1160px;
  margin: auto;
  padding: 50px 0 5px;
  border-bottom: 1px solid #252525;
}

.section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #252525;
  padding-top: 18px;
  margin-bottom: 30px;
}

.section-title h2 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.section-title div {
  display: flex;
  gap: 15px;
}

.section-title div span {
  color: #777;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.cards article {
  min-width: 0;
}

.pic {
  height: 273px;
  position: relative;
  overflow: hidden;
  background: #151515;
}

.pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pic em {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fff;
  color: #111;
  font-style: normal;
  font-size: 10px;
  padding: 6px 10px;
}

.pic button {
  position: absolute;
  right: 10px;
  bottom: 100px;
  border: 0;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  width: 34px;
  height: 34px;
}

.pic button:first-of-type {
  left: 10px;
  right: auto;
}

.stats {
  font-size: 12px;
  padding: 10px 0 14px;
  display: flex;
  align-items: center;
}

.stats aside {
  margin-left: auto;
  display: flex;
  gap: 8px;
}

.stats button {
  border: 1px solid #777;
  background: none;
  color: #fff;
  border-radius: 7px;
  padding: 9px 20px;
}

.cards strong {
  font-size: 14px;
}

.cards p {
  line-height: 1.45;
  margin: 7px 0 12px;
}

.cards article > small {
  color: #777;
}

.developments {
  padding-top: 45px;
  padding-bottom: 70px;
}

.dev-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.dev-grid article {
  position: relative;
  height: 455px;
  overflow: hidden;
}

.dev-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dev-grid article:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 60%, rgba(0, 0, 0, 0.7));
}

.dev-grid span,
.dev-grid small {
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: 30px;
}

.dev-grid span {
  font-size: 18px;
}

.dev-grid small {
  bottom: 12px;
  color: #ddd;
}

.white-section {
  background: #fff;
  color: #111;
  padding: 50px 0 0;
}

.center-link {
  display: block;
  text-align: center;
  color: #111;
  text-decoration: none;
  border: 1px solid #ddd;
  width: max-content;
  margin: 0 auto;
  padding: 12px 18px;
  font-size: 12px;
}

.journal {
  max-width: 1160px;
  margin: auto;
  padding: 72px 0;
}

.journal h2 {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 42px;
}

.journal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.journal-grid img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.journal-grid h3 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.2;
  margin-top: 18px;
}

.testimonial {
  text-align: center;
  border-top: 1px solid #eee;
  padding: 55px 30px 100px;
  max-width: 1160px;
  margin: auto;
  color: #eee !important;
}

.testimonial h3 {
  font-size: 16px;
  color: #eee !important;
}

.testimonial blockquote {
  font-family: Georgia, serif;
  font-size: 25px;
  line-height: 1.35;
  font-style: italic;
  max-width: 730px;
  margin: 30px auto;
  color: #eee !important;
}

.testimonial cite {
  font-family: Georgia, serif;
  color: #eee !important;
}

.newsletter {
  background: #090909;
  text-align: center;
  padding: 55px 20px 80px;
}

.newsletter h2 {
  font-size: 17px;
}

.newsletter p {
  color: #aaa;
}

.newsletter form {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 25px;
}

.newsletter input {
  width: 420px;
  height: 46px;
  border-radius: 3px;
  border: 0;
  padding: 0 15px;
}

.newsletter button {
  border: 0;
  border-radius: 24px;
  padding: 0 24px;
  background: #fff;
  color: #111;
}

footer {
  background: #090909;
  max-width: 1160px;
  margin: auto;
  padding: 40px 0 35px;
}

.footer-links {
  display: grid;
  grid-template-columns: 1.15fr 1.15fr 1fr 1fr 0.9fr;
  gap: 34px;
  padding-bottom: 55px;
}

.footer-links div {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.footer-links b {
  font-size: 12px;
  margin-bottom: 4px;
}

.footer-links a {
  font-size: 12px;
  color: #bbb;
  text-decoration: none;
}

.footer-links select {
  height: 34px;
  background: #090909;
  color: #aaa;
  border: 1px solid #666;
  border-radius: 5px;
  margin-bottom: 16px;
  padding: 0 12px;
}

.footer-brand {
  border-top: 1px solid #444;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  font-family: Georgia, serif;
  letter-spacing: 0.2em;
}

.legal {
  color: #777;
  font-size: 11px;
  margin-top: 24px;
}

.footer-bottom {
  display: flex;
  gap: 25px;
  color: #aaa;
  font-size: 11px;
  margin-top: 35px;
}

@media (max-width: 900px) {
  .topbar-inner,
  .hero-inner,
  .listing-section,
  .journal,
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .topbar nav,
  .right a {
    display: none;
  }

  .hamb {
    display: block;
  }

  .topbar-inner {
    justify-content: space-between;
  }

  .searchbar {
    width: calc(100% - 40px);
  }

  .hero h1 {
    font-size: 25px;
    padding-bottom: 60px;
  }

  .hero-property {
    height: 430px;
  }

  .hero-property-copy h2 {
    font-size: 43px;
  }

  .about {
    padding: 45px 25px;
  }

  .cards,
  .dev-grid,
  .journal-grid {
    grid-template-columns: 1fr;
  }

  .pic {
    height: 330px;
  }

  .dev-grid article {
    height: 430px;
  }

  .footer-links {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 550px) {
  .searchbar {
    height: auto;
    border-radius: 22px;
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .filters,
  .results {
    width: 100%;
    margin-top: 10px;
  }

  .results {
    height: 48px;
  }

  .hero h1 {
    font-size: 22px;
  }

  .hero-property-copy h2 {
    font-size: 36px;
  }

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

  .newsletter form {
    flex-direction: column;
  }

  .newsletter input {
    width: 100%;
  }

  .newsletter button {
    height: 45px;
  }

  .section-title {
    align-items: flex-start;
    gap: 15px;
  }

  .section-title div {
    font-size: 11px;
  }
}
