pages/nyu-rental-report.html
--- layout: page title: "NYU Area Rental Report" description: "Curated apartment options near NYU Washington Square Campus, prepared by Gili Management." permalink: /reports/nyu-rental-guide/ --- <style> .rr-wrap { max-width: 860px; margin: 0 auto; } .rr-header { border-left: 4px solid #02C8E3; padding: .4rem 0 .4rem 1rem; margin-bottom: .75rem; } .rr-header h1 { font-size: 1.6rem; font-weight: 700; margin: 0 0 4px; } .rr-header p { font-size: .875rem; color: #666; margin: 0; } .rr-meta { display: flex; flex-wrap: wrap; gap: 10px; background: #f8f9fa; border-radius: 8px; padding: 10px 14px; margin-bottom: 2rem; font-size: .8rem; color: #555; } .rr-meta span strong { color: #2d2d2d; } .rr-section-title { font-size: 1rem; font-weight: 700; border-bottom: 1px solid #e0e0e0; padding-bottom: 6px; margin: 2rem 0 1rem; } .rr-baseline { background: #f8f9fa; border: 1px solid #e0e0e0; border-radius: 10px; padding: 1.1rem 1.25rem; margin-bottom: 2rem; } .rr-baseline-label { font-size: .7rem; font-weight: 700; color: #888; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 6px; } .rr-baseline h2 { font-size: 1rem; font-weight: 700; margin: 0 0 4px; display: inline; } .rr-baseline .rr-rating { font-size: .8rem; color: #888; margin-left: 8px; } .rr-baseline .rr-rating strong { color: #f59e0b; } .rr-baseline .rr-loc { font-size: .8rem; color: #666; margin: 4px 0 10px; } .rr-price-box { background: #fff; border: 1px solid #e8e8e8; border-radius: 6px; padding: 8px 12px; margin: 8px 0; font-size: .78rem; color: #555; line-height: 1.6; } .rr-price-box strong { color: #2d2d2d; display: block; margin-bottom: 2px; font-size: .8rem; } .rr-badges { display: flex; flex-wrap: wrap; gap: 4px; margin: 8px 0; } .rr-badge { display: inline-block; font-size: .7rem; font-weight: 500; padding: 2px 8px; border-radius: 20px; } .rr-badge-g { background: #e8f5e9; color: #2e7d32; } .rr-badge-a { background: #fff8e1; color: #e65100; } .rr-badge-r { background: #fce4ec; color: #c62828; } .rr-badge-b { background: #e6f9fc; color: #019ab0; } .rr-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(255px, 1fr)); gap: 14px; margin-bottom: 2rem; } .rr-card { background: #fff; border: 1px solid #e0e0e0; border-radius: 10px; padding: 1.1rem 1.2rem; } .rr-card.rr-featured { border: 2px solid #02C8E3; } .rr-card-num { font-size: .68rem; font-weight: 700; color: #02C8E3; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 3px; } .rr-card h3 { font-size: 1rem; font-weight: 700; margin: 0 0 2px; } .rr-walk { display: inline-flex; align-items: center; gap: 4px; background: #e6f9fc; color: #019ab0; font-size: .75rem; font-weight: 600; padding: 3px 10px; border-radius: 20px; margin: 6px 0; } .rr-avail-y { color: #2e7d32; font-weight: 600; font-size: .78rem; } .rr-avail-n { color: #c62828; font-size: .78rem; } .rr-avail-q { color: #e65100; font-size: .78rem; } .rr-addr { font-size: .7rem; color: #999; margin-top: 8px; } .rr-table-wrap { overflow-x: auto; margin-bottom: 2rem; -webkit-overflow-scrolling: touch; } .rr-table { width: 100%; border-collapse: collapse; font-size: .78rem; min-width: 580px; } .rr-table thead th { background: #02C8E3; color: #fff; font-weight: 700; padding: 9px 8px; text-align: left; font-size: .7rem; white-space: nowrap; } .rr-table tbody tr:nth-child(even) { background: #f8f9fa; } .rr-table tbody td { padding: 7px 8px; border-bottom: 1px solid #ebebeb; vertical-align: middle; } .rr-table tbody td:first-child { font-weight: 600; white-space: nowrap; } .rr-hi { color: #2e7d32; font-weight: 600; } .rr-warn { color: #e65100; } .rr-check { color: #2e7d32; font-weight: bold; } .rr-cross { color: #ccc; } .rr-facilities { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 12px; margin-bottom: 2rem; } .rr-facility { border: 1px solid #e0e0e0; border-radius: 8px; padding: 1rem; } .rr-facility h4 { font-size: .85rem; font-weight: 700; color: #019ab0; margin-bottom: 5px; } .rr-facility p { font-size: .78rem; color: #666; line-height: 1.55; margin: 0; } .rr-notes { background: #e6f9fc; border-left: 4px solid #02C8E3; border-radius: 0 8px 8px 0; padding: 1rem 1.25rem; font-size: .83rem; color: #2d2d2d; line-height: 1.7; margin-bottom: 2rem; } .rr-cta { text-align: center; background: #f8f9fa; border-radius: 10px; padding: 1.5rem; margin-bottom: 1.5rem; } .rr-cta p { font-size: .875rem; color: #666; margin-bottom: 12px; } .rr-cta a { display: inline-block; background: #02C8E3; color: #fff; text-decoration: none; padding: 10px 28px; border-radius: 6px; font-weight: 700; font-size: .875rem; } .rr-cta a:hover { background: #019ab0; } .rr-foot { font-size: .75rem; color: #aaa; text-align: center; padding-top: 1rem; border-top: 1px solid #e0e0e0; } .rr-foot strong { color: #019ab0; } @media (max-width: 600px) { .rr-grid { grid-template-columns: 1fr; } .rr-facilities { grid-template-columns: 1fr; } } </style> <div class="rr-wrap"> <div class="rr-header"> <h1>NYU Area Rental Report</h1> <p>Curated apartment options near NYU Washington Square Campus &mdash; prepared by Gili Management</p> </div> <div class="rr-meta"> <span><strong>Target:</strong> 1&ndash;2 bed, doorman required</span> <span><strong>Move-in:</strong> August 2025 (fall semester)</span> <span><strong>Area:</strong> NoHo, East Village, Greenwich Village, Union Square</span> <span><strong>Data:</strong> Apr&ndash;Jun 2026</span> </div>
Location map
Map showing NYU campus and nearby apartment options