:root {
  --ink: #14221d;
  --ink-soft: #24362f;
  --cream: #f4f0e7;
  --paper: #fbfaf6;
  --warm: #d0a86e;
  --warm-light: #e7c894;
  --clay: #d8c7b5;
  --line: rgba(20, 34, 29, 0.18);
  --white-line: rgba(255, 255, 255, 0.24);
  --display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --sans: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  color: inherit;
  font: inherit;
}

button {
  cursor: pointer;
}

::selection {
  background: var(--warm);
  color: var(--ink);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 16px;
  background: var(--paper);
  color: var(--ink);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 2px solid var(--warm-light);
  outline-offset: 4px;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: 190px 1fr 190px;
  align-items: center;
  min-height: 90px;
  padding: 0 4vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  transition:
    min-height 280ms ease,
    color 280ms ease,
    background 280ms ease,
    border-color 280ms ease;
}

.site-header.is-scrolled {
  min-height: 72px;
  border-color: var(--line);
  background: rgba(251, 250, 246, 0.96);
  color: var(--ink);
  box-shadow: 0 12px 36px rgba(20, 34, 29, 0.07);
  backdrop-filter: blur(14px);
}

.wordmark {
  display: inline-flex;
  width: max-content;
  flex-direction: column;
  line-height: 0.86;
}

.wordmark__number {
  margin-left: 2px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.34em;
}

.wordmark__name {
  font-family: var(--display);
  font-size: 1.9rem;
  font-style: italic;
  letter-spacing: -0.04em;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2.4vw, 42px);
}

.site-nav a,
.header-cta {
  position: relative;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.site-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta {
  justify-self: end;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
}

.header-cta span {
  display: inline-block;
  margin-left: 8px;
  transition: transform 180ms ease;
}

.header-cta:hover span {
  transform: translate(2px, -2px);
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  display: flex;
  min-height: max(720px, 100svh);
  align-items: flex-end;
  overflow: hidden;
  padding: 160px 8vw 9vh;
  color: #fff;
}

.hero__image,
.hero__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__image {
  object-fit: cover;
  object-position: center;
  animation: hero-in 1.3s cubic-bezier(0.2, 0.7, 0, 1) both;
}

.hero__veil {
  background:
    linear-gradient(90deg, rgba(12, 24, 19, 0.76) 0%, rgba(12, 24, 19, 0.34) 48%, rgba(12, 24, 19, 0.1) 75%),
    linear-gradient(0deg, rgba(12, 24, 19, 0.62) 0%, transparent 58%);
}

.hero__content {
  position: relative;
  z-index: 1;
  width: min(780px, 72vw);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 24px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 34px;
  height: 1px;
  background: currentColor;
  content: "";
}

.eyebrow--light {
  color: rgba(255, 255, 255, 0.82);
}

.eyebrow--warm {
  color: var(--warm-light);
}

.hero h1 {
  max-width: 820px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4.8rem, 10vw, 9.8rem);
  font-weight: 400;
  letter-spacing: -0.075em;
  line-height: 0.8;
}

.hero__copy {
  max-width: 560px;
  margin: 34px 0 0 6px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.6;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 34px;
  margin: 38px 0 0 6px;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 15px 28px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition:
    background 200ms ease,
    color 200ms ease,
    border-color 200ms ease,
    transform 200ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--light {
  border-color: var(--paper);
  background: var(--paper);
  color: var(--ink);
}

.button--light:hover {
  border-color: var(--warm-light);
  background: var(--warm-light);
}

.button--outline-light {
  border-color: rgba(255, 255, 255, 0.54);
  background: transparent;
}

.button--outline-light:hover {
  border-color: #fff;
  background: #fff;
  color: var(--ink);
}

.button--warm {
  border-color: var(--warm-light);
  background: var(--warm-light);
  color: var(--ink);
}

.button--warm:hover {
  border-color: #fff;
  background: #fff;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.text-link span {
  display: inline-block;
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translate(3px, 2px);
}

.text-link--light {
  color: #fff;
}

.hero__side-note {
  position: absolute;
  z-index: 1;
  right: 3.5vw;
  bottom: 9vh;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.hero__side-note::after {
  display: inline-block;
  width: 1px;
  height: 48px;
  margin-top: 14px;
  background: rgba(255, 255, 255, 0.65);
  content: "";
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
  background: var(--cream);
}

.stat {
  display: flex;
  min-height: 150px;
  align-items: baseline;
  justify-content: center;
  gap: 12px;
  padding: 44px 24px;
  border-right: 1px solid var(--line);
}

.stat:last-child {
  border-right: 0;
}

.stat__value {
  font-family: var(--display);
  font-size: clamp(2.7rem, 4vw, 4.4rem);
  line-height: 1;
}

.stat__label {
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section {
  position: relative;
  padding: clamp(100px, 12vw, 180px) 8vw;
}

.section__index {
  position: absolute;
  top: clamp(56px, 6vw, 90px);
  left: 3.2vw;
  color: rgba(20, 34, 29, 0.46);
  font-family: var(--display);
  font-size: 0.8rem;
}

.section__index--light {
  color: rgba(255, 255, 255, 0.5);
}

.section--ink {
  background: var(--ink);
  color: #fff;
}

.section--clay {
  background: var(--clay);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 9vw;
}

.intro h2,
.amenities h2,
.gallery h2,
.neighborhood h2,
.contact h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.5rem, 6vw, 7rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.intro__body {
  align-self: end;
  padding-bottom: 8px;
}

.intro__body p {
  margin: 0 0 34px;
  color: rgba(20, 34, 29, 0.74);
  font-size: 1.06rem;
}

.residences {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: 8vw;
  align-items: center;
}

.residences__image-wrap {
  position: relative;
}

.residences__image-wrap img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.image-note {
  position: absolute;
  right: -38px;
  bottom: 72px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transform: rotate(-90deg);
}

.residences__content h2 {
  margin: 0 0 18px;
  font-family: var(--display);
  font-size: clamp(3.5rem, 6vw, 6.5rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.92;
}

.residences__details {
  margin: 0 0 28px;
  color: var(--warm-light);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.residences__content > p:not(.eyebrow, .residences__details) {
  max-width: 520px;
  margin: 0 0 38px;
  color: rgba(255, 255, 255, 0.68);
}

.residences__facts {
  margin: 0 0 38px;
  border-top: 1px solid var(--white-line);
}

.residences__facts div {
  display: grid;
  grid-template-columns: 110px 1fr;
  padding: 15px 0;
  border-bottom: 1px solid var(--white-line);
}

.residences__facts dt {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.residences__facts dd {
  margin: 0;
}

.amenities__header {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 6vw;
  align-items: start;
}

.amenities__header .eyebrow {
  margin-top: 18px;
}

.amenities__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 90px;
  border-top: 1px solid var(--line);
}

.amenity {
  min-height: 290px;
  padding: 32px 30px 20px 0;
  border-right: 1px solid var(--line);
}

.amenity + .amenity {
  padding-left: 30px;
}

.amenity:last-child {
  border-right: 0;
}

.amenity__number {
  display: block;
  margin-bottom: 74px;
  color: rgba(20, 34, 29, 0.42);
  font-family: var(--display);
  font-size: 0.76rem;
}

.amenity h3 {
  margin: 0 0 14px;
  font-family: var(--display);
  font-size: 1.55rem;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.amenity p {
  max-width: 250px;
  margin: 0;
  color: rgba(20, 34, 29, 0.64);
  font-size: 0.88rem;
}

.gallery {
  padding-top: 40px;
}

.gallery__header {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 8vw;
  align-items: end;
  margin-bottom: 68px;
}

.gallery__header > p {
  max-width: 440px;
  margin: 0 0 8px;
  color: rgba(20, 34, 29, 0.65);
}

.gallery__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 32vw 24vw;
  gap: 18px;
}

.gallery-card {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: var(--cream);
}

.gallery-card--1 {
  grid-column: 1 / 8;
}

.gallery-card--2 {
  grid-column: 8 / 13;
}

.gallery-card--3 {
  grid-column: 1 / 6;
}

.gallery-card--4 {
  grid-column: 6 / 13;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0, 1);
}

.gallery-card:hover img {
  transform: scale(1.035);
}

.gallery-card__corner {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  background: rgba(251, 250, 246, 0.92);
  color: var(--ink);
  font-size: 1.15rem;
  transition: transform 180ms ease;
}

.gallery-card:hover .gallery-card__corner {
  transform: translate(2px, -2px);
}

.neighborhood {
  display: grid;
  grid-template-columns: minmax(330px, 0.8fr) minmax(0, 1.2fr);
  gap: 8vw;
  align-items: center;
}

.neighborhood__copy p:not(.eyebrow) {
  max-width: 540px;
  margin: 32px 0;
  color: rgba(20, 34, 29, 0.7);
}

.neighborhood__collage {
  position: relative;
  min-height: 700px;
}

.neighborhood__image {
  position: absolute;
  object-fit: cover;
  box-shadow: 0 25px 55px rgba(20, 34, 29, 0.14);
}

.neighborhood__image--1 {
  z-index: 2;
  top: 7%;
  right: 0;
  width: 54%;
  aspect-ratio: 0.92;
}

.neighborhood__image--2 {
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 48%;
  aspect-ratio: 0.92;
}

.neighborhood__image--3 {
  z-index: 3;
  top: 0;
  left: 12%;
  width: 34%;
  aspect-ratio: 0.92;
}

.contact {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  gap: 10vw;
}

.contact__intro > p:not(.eyebrow) {
  max-width: 480px;
  margin: 28px 0 34px;
  color: rgba(255, 255, 255, 0.66);
}

.contact__details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
}

.contact__details a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.contact-form {
  align-self: end;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.contact-form label {
  display: block;
  margin-bottom: 28px;
}

.contact-form label > span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  transition: border-color 180ms ease;
}

.contact-form input {
  height: 48px;
}

.contact-form textarea {
  min-height: 92px;
  padding: 12px 0;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--warm-light);
}

.contact-form input[type="date"] {
  color-scheme: dark;
}

.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.34);
}

.form-footer {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 12px;
}

.form-status {
  max-width: 350px;
  margin: 0;
  color: var(--warm-light);
  font-size: 0.78rem;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  align-items: start;
  padding: 70px 8vw 36px;
  background: #0c1713;
  color: rgba(255, 255, 255, 0.72);
}

.wordmark--footer {
  color: #fff;
}

.footer__address {
  display: flex;
  flex-direction: column;
  font-size: 0.78rem;
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 22px;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer__links a:hover {
  color: #fff;
}

.footer__legal {
  grid-column: 1 / -1;
  margin: 60px 0 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lightbox {
  width: min(1100px, 92vw);
  max-width: none;
  padding: 0;
  border: 0;
  overflow: visible;
  background: transparent;
  color: #fff;
}

.lightbox::backdrop {
  background: rgba(7, 14, 11, 0.92);
  backdrop-filter: blur(7px);
}

.lightbox img {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
}

.lightbox p {
  margin: 14px 0 0;
  text-align: center;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
}

.lightbox__close,
.lightbox__arrow {
  position: absolute;
  z-index: 1;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  background: rgba(12, 23, 19, 0.55);
  color: #fff;
}

.lightbox__close {
  top: -58px;
  right: 0;
  font-size: 1.7rem;
}

.lightbox__arrow {
  top: 50%;
  font-size: 1.2rem;
  transform: translateY(-50%);
}

.lightbox__arrow--prev {
  left: -65px;
}

.lightbox__arrow--next {
  right: -65px;
}

@keyframes hero-in {
  from {
    transform: scale(1.06);
  }
  to {
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1050px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
  }

  .site-nav {
    position: fixed;
    inset: 0;
    z-index: -1;
    display: flex;
    padding: 140px 8vw 70px;
    background: var(--ink);
    color: #fff;
    flex-direction: column;
    gap: 18px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-18px);
    transition:
      opacity 250ms ease,
      transform 250ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    width: max-content;
    font-family: var(--display);
    font-size: clamp(2.5rem, 8vw, 5rem);
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1;
    text-transform: none;
  }

  .nav-toggle {
    position: relative;
    z-index: 2;
    display: grid;
    width: 46px;
    height: 46px;
    place-content: center;
    gap: 7px;
    margin-left: 24px;
    border: 0;
    background: transparent;
    color: inherit;
  }

  .nav-toggle span:not(.sr-only) {
    display: block;
    width: 24px;
    height: 1px;
    background: currentColor;
    transition: transform 180ms ease;
  }

  .nav-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(2) {
    transform: translateY(-4px) rotate(-45deg);
  }

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

  .amenity:nth-child(2) {
    border-right: 0;
  }

  .amenity:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .neighborhood__collage {
    min-height: 570px;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 70px;
  }

  .site-header,
  .site-header.is-scrolled {
    min-height: 70px;
    grid-template-columns: 1fr auto;
    padding: 0 22px;
  }

  .header-cta {
    display: none;
  }

  .wordmark__name {
    font-size: 1.65rem;
  }

  .nav-toggle {
    margin-left: 0;
  }

  .hero {
    min-height: max(660px, 100svh);
    padding: 130px 24px 72px;
  }

  .hero__veil {
    background:
      linear-gradient(90deg, rgba(12, 24, 19, 0.7), rgba(12, 24, 19, 0.2)),
      linear-gradient(0deg, rgba(12, 24, 19, 0.77), transparent 65%);
  }

  .hero__content {
    width: 100%;
  }

  .hero h1 {
    max-width: 560px;
    font-size: clamp(4rem, 21vw, 7.5rem);
    line-height: 0.84;
  }

  .hero__copy {
    max-width: 420px;
    margin-left: 0;
    font-size: 0.98rem;
  }

  .hero__actions {
    align-items: flex-start;
    margin-left: 0;
    flex-direction: column;
    gap: 22px;
  }

  .hero__side-note {
    display: none;
  }

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

  .stat {
    min-height: 120px;
    padding: 34px 16px;
  }

  .stat:nth-child(2) {
    border-right: 0;
  }

  .stat:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .stat__value {
    font-size: 2.6rem;
  }

  .section {
    padding: 100px 24px;
  }

  .section__index {
    top: 44px;
    left: 24px;
  }

  .intro,
  .residences,
  .neighborhood,
  .contact {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .intro h2,
  .amenities h2,
  .gallery h2,
  .neighborhood h2,
  .contact h2 {
    font-size: clamp(3.2rem, 15vw, 5.2rem);
  }

  .intro__body {
    padding-left: 14vw;
  }

  .residences__image-wrap img {
    aspect-ratio: 4 / 3;
  }

  .image-note {
    display: none;
  }

  .residences__content h2 {
    font-size: clamp(3.2rem, 15vw, 5rem);
  }

  .amenities__header,
  .gallery__header {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .amenities__header .eyebrow {
    margin-top: 0;
  }

  .amenities__grid {
    grid-template-columns: 1fr;
    margin-top: 58px;
  }

  .amenity,
  .amenity + .amenity {
    min-height: 0;
    padding: 28px 0;
    border-top: 1px solid var(--line);
    border-right: 0;
  }

  .amenity__number {
    margin-bottom: 32px;
  }

  .gallery {
    padding-top: 100px;
  }

  .gallery__grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .gallery-card {
    width: 100%;
    aspect-ratio: 4 / 3;
  }

  .neighborhood__collage {
    min-height: 520px;
  }

  .neighborhood__image--1 {
    width: 55%;
  }

  .neighborhood__image--2 {
    width: 52%;
  }

  .neighborhood__image--3 {
    left: 7%;
    width: 36%;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .form-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .form-footer .button {
    width: 100%;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding: 60px 24px 32px;
  }

  .footer__links {
    justify-content: flex-start;
    margin-top: 16px;
  }

  .footer__legal {
    margin-top: 30px;
  }

  .lightbox__arrow {
    bottom: -62px;
    top: auto;
    transform: none;
  }

  .lightbox__arrow--prev {
    left: calc(50% - 56px);
  }

  .lightbox__arrow--next {
    right: calc(50% - 56px);
  }
}
