:root { color-scheme: light; font-family: Arial, Helvetica, sans-serif; color: #19231f; background: #fff; letter-spacing: 0; }
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-underline-offset: 5px; }
a:focus-visible { outline: 3px solid #177760; outline-offset: 6px; }
header, footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 26px 6%; }
header { border-bottom: 1px solid #e1e7e3; }
.wordmark { font-size: 25px; font-weight: 800; text-decoration: none; }
.dot { color: #d24d35; }
.status { font-size: 13px; font-weight: 600; color: #37664e; }
.hero { min-height: 600px; height: min(740px, 78svh); position: relative; isolation: isolate; overflow: hidden; background: #edf1ef; display: flex; align-items: center; }
.neighborhood { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; }
.intro { max-width: 550px; padding: 55px 0; margin-left: 6%; }
.eyebrow { font-size: 12px; font-weight: 700; text-transform: uppercase; line-height: 1.6; color: #32604b; }
h1 { font-size: 104px; line-height: 1; margin: 26px 0 20px; }
.lead { font-size: 32px; line-height: 1.15; margin: 0 0 20px; font-weight: 600; }
.description { font-size: 17px; line-height: 1.7; max-width: 370px; }
.contact { margin-top: 20px; display: inline-flex; align-items: center; justify-content: space-between; gap: 40px; background: #173f32; color: #fff; padding: 16px 22px; border-radius: 4px; font-size: 16px; text-decoration: none; }
.contact:hover { background: #245640; }
.availability { max-width: 350px; font-size: 12px; line-height: 1.6; margin-top: 20px; color: #4c5751; }
.caption { position: absolute; right: 20px; bottom: 14px; font-size: 10px; color: #34463b; background: #ffffffd9; padding: 5px 8px; }
.next { padding: 52px 6% 56px; border-bottom: 1px solid #e1e7e3; }
h2 { font-size: 28px; line-height: 1.25; margin: 12px 0; }
.next > p:last-child { max-width: 620px; font-size: 16px; line-height: 1.7; color: #556159; }
footer { font-size: 12px; color: #556159; flex-wrap: wrap; }
nav { display: flex; flex-wrap: wrap; gap: 24px; }
@media (max-width: 700px) {
  header, footer { padding: 22px 24px; }
  .hero { min-height: 610px; height: auto; align-items: flex-start; }
  .neighborhood { object-position: 70% bottom; height: 220px; top: auto; }
  .intro { margin: 0; padding: 26px 24px 215px; max-width: 100%; }
  h1 { font-size: 72px; margin: 18px 0; }
  .lead { font-size: 27px; }
  .description { font-size: 16px; max-width: 370px; }
  .contact { margin-top: 8px; }
  .next { padding: 34px 24px; }
  h2 { font-size: 24px; }
}
