/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1470px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: rgba(155, 87, 66, 0.2);
}

body {
  position: relative;
  min-width: 320px;
  background: #F5F2EA;
  color: #171716;
  font-family: "Archivo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(16px, 1.02vw, 18px);
  font-variation-settings: "wdth" 100, "wght" 390;
  line-height: 1.55;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.display {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-variation-settings: "opsz" 144, "SOFT" 0, "WONK" 1, "wght" 400;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.02em;
}

.serif-body {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-variation-settings: "opsz" 24, "SOFT" 12, "WONK" 0, "wght" 350;
  line-height: 1.35;
  letter-spacing: -0.005em;
}

.label {
  display: block;
  font-family: "Archivo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variation-settings: "wdth" 88, "wght" 500;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  line-height: 1.2;
}

.lede {
  max-width: 34ch;
  font-size: clamp(19px, 1.9vw, 26px);
  line-height: 1.45;
  font-variation-settings: "wght" 380;
}

.sheet {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  padding-left: clamp(20px, 5vw, 72px);
  padding-right: clamp(20px, 5vw, 72px);
}

.band {
  padding-top: clamp(72px, 11vh, 150px);
  padding-bottom: clamp(72px, 11vh, 150px);
  scroll-margin-top: 76px;
}

.band--paper {
  background: #F5F2EA;
}

.band--limewash {
  background: #E8E3D8;
}

.band--black {
  background: #171716;
  color: #E8E3D8;
}

.band-head {
  border-top: 1px solid rgba(23, 23, 22, 0.16);
  padding-top: 20px;
  margin-bottom: clamp(36px, 5vw, 64px);
  display: grid;
  gap: 18px 0;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .band-head {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 0 clamp(18px, 2.2vw, 32px);
  }
}

.band-head__label {
  color: rgba(23, 23, 22, 0.42);
  padding-top: 6px;
}

.band-head__title {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-variation-settings: "opsz" 96, "SOFT" 0, "WONK" 1, "wght" 400;
  font-size: clamp(2rem, 4.4vw, 3.5rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
  max-width: 16ch;
}

.band-head__note {
  margin-top: 16px;
  max-width: 46ch;
  color: rgba(23, 23, 22, 0.62);
  font-size: clamp(15px, 1.1vw, 17px);
}

.band--black .band-head {
  border-top-color: rgba(232, 227, 216, 0.2);
}
.band--black .band-head__label {
  color: rgba(232, 227, 216, 0.4);
}
.band--black .band-head__note {
  color: rgba(232, 227, 216, 0.62);
}

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

.link {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  border-bottom: 1px solid rgba(23, 23, 22, 0.3);
  padding-bottom: 3px;
  transition: color 0.25s cubic-bezier(0.22, 0.61, 0.36, 1), border-color 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.link:hover, .link:focus-visible {
  color: #9B5742;
  border-bottom-color: #9B5742;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 15px 30px;
  border: 1px solid transparent;
  border-radius: 0;
  background: #171716;
  color: #E8E3D8;
  font-family: "Archivo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variation-settings: "wdth" 92, "wght" 500;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  cursor: pointer;
  transition: background-color 0.25s cubic-bezier(0.22, 0.61, 0.36, 1), color 0.25s cubic-bezier(0.22, 0.61, 0.36, 1), border-color 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.btn:hover, .btn:focus-visible {
  background: #9B5742;
  color: #F5F2EA;
}

.btn--light {
  background: #E8E3D8;
  color: #171716;
}
.btn--light:hover, .btn--light:focus-visible {
  background: #9B5742;
  color: #F5F2EA;
}

.btn--ghost {
  background: transparent;
  border-color: currentColor;
  color: inherit;
}
.btn--ghost:hover, .btn--ghost:focus-visible {
  background: #9B5742;
  border-color: #9B5742;
  color: #F5F2EA;
}

:focus-visible {
  outline: 2px solid #9B5742;
  outline-offset: 3px;
}

.grain {
  position: relative;
  isolation: isolate;
}
.grain::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.3;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
}
.grain > * {
  position: relative;
  z-index: 1;
}

.js .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.js .reveal.is-in {
  opacity: 1;
  transform: none;
}

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

  *,
*::before,
*::after {
    -webkit-animation-duration: 0.001ms !important;
            animation-duration: 0.001ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 16px;
  z-index: 100;
  background: #9B5742;
  color: #F5F2EA;
  padding: 12px 20px;
}
.skip-link:focus {
  top: 16px;
}

.masthead {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  color: #E8E3D8;
  transition: background-color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), border-color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  border-bottom: 1px solid transparent;
}
@media (min-width: 992px) {
  .masthead {
    position: fixed;
  }
}

.masthead__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(18px, 2.2vw, 32px);
  height: 68px;
}
@media (min-width: 992px) {
  .masthead__inner {
    height: 76px;
  }
}

.wordmark {
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-variation-settings: "wdth" 78, "wght" 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  white-space: nowrap;
}

.wordmark__mark {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-variation-settings: "opsz" 40, "SOFT" 0, "WONK" 1, "wght" 500;
  font-size: 19px;
  letter-spacing: -0.03em;
  text-transform: none;
}

@media (max-width: 519px) {
  .wordmark__name {
    display: none;
  }
}

.masthead__nav {
  display: none;
  align-items: center;
  gap: clamp(18px, 2.4vw, 38px);
}
@media (min-width: 992px) {
  .masthead__nav {
    display: flex;
  }
}

.masthead__nav a {
  font-variation-settings: "wdth" 90, "wght" 450;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  padding: 6px 0;
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.masthead__nav a:hover, .masthead__nav a:focus-visible {
  border-bottom-color: currentColor;
}

.masthead__cta {
  padding: 11px 22px;
  font-size: 11px;
  background: #E8E3D8;
  color: #171716;
}
.masthead__cta:hover, .masthead__cta:focus-visible {
  background: #9B5742;
  color: #F5F2EA;
}

.masthead.is-settled {
  background: rgba(232, 227, 216, 0.94);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  color: #171716;
  border-bottom-color: rgba(23, 23, 22, 0.16);
}
.masthead.is-settled .masthead__cta {
  background: #171716;
  color: #E8E3D8;
}
.masthead.is-settled .masthead__cta:hover, .masthead.is-settled .masthead__cta:focus-visible {
  background: #9B5742;
  color: #F5F2EA;
}

.hero {
  background: #171716;
  color: #E8E3D8;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 108px;
  padding-bottom: 0;
  overflow: hidden;
}

.hero__grid {
  flex: 1 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  gap: clamp(28px, 4vw, 56px);
  padding-bottom: clamp(32px, 5vh, 64px);
}
@media (min-width: 992px) {
  .hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 40%);
  }
}

.hero__statement {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-variation-settings: "opsz" 144, "SOFT" 0, "WONK" 1, "wght" 400;
  font-size: clamp(2.9rem, 8.4vw, 7.6rem);
  line-height: 0.88;
  letter-spacing: -0.028em;
  margin: 22px 0 0;
  max-width: 13ch;
}

.hero__statement em {
  font-style: italic;
  font-variation-settings: "opsz" 144, "SOFT" 40, "WONK" 1, "wght" 300;
  color: #9B5742;
}

.hero__eyebrow {
  color: rgba(232, 227, 216, 0.62);
}

.hero__sub {
  margin-top: clamp(24px, 3vw, 38px);
  max-width: 40ch;
  color: rgba(232, 227, 216, 0.62);
  font-size: clamp(16px, 1.2vw, 19px);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero__elevation {
  display: flex;
  justify-content: flex-start;
  align-self: end;
}
@media (min-width: 992px) {
  .hero__elevation {
    justify-content: flex-end;
  }
}

.hero__elevation svg {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 26vh;
}
@media (min-width: 992px) {
  .hero__elevation svg {
    max-height: 66vh;
  }
}

.elevation__stroke {
  fill: none;
  stroke: #E8E3D8;
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.elevation__hair {
  fill: none;
  stroke: #E8E3D8;
  stroke-width: 1;
  stroke-opacity: 0.22;
  vector-effect: non-scaling-stroke;
}

.elevation__glass {
  fill: #171716;
}

.elevation__lit {
  fill: rgba(155, 87, 66, 0.55);
}

.elevation__lit--sage {
  fill: rgba(124, 132, 114, 0.5);
}

.elevation__caption {
  fill: #E8E3D8;
  fill-opacity: 0.45;
  font-family: "Archivo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-variation-settings: "wdth" 86, "wght" 500;
  letter-spacing: 0.16em;
}

.hero__meta {
  border-top: 1px solid rgba(232, 227, 216, 0.2);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 768px) {
  .hero__meta {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.hero__meta div {
  padding: 20px 0 26px;
  border-left: 1px solid rgba(232, 227, 216, 0.2);
  padding-left: 18px;
}
.hero__meta div:first-child {
  border-left: 0;
  padding-left: 0;
}
@media (max-width: 767px) {
  .hero__meta div:nth-child(3) {
    border-left: 0;
    padding-left: 0;
  }
}

.hero__meta dt {
  color: rgba(232, 227, 216, 0.4);
  margin-bottom: 8px;
}

.hero__meta dd {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-variation-settings: "opsz" 48, "SOFT" 0, "WONK" 0, "wght" 400;
  font-size: clamp(1.5rem, 2.6vw, 2.3rem);
  line-height: 1;
  letter-spacing: -0.02em;
  margin: 0;
}

@-webkit-keyframes build-up {
  from {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}

@keyframes build-up {
  from {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes rise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.hero__elevation svg {
  -webkit-animation: build-up 1.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0.15s both;
          animation: build-up 1.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0.15s both;
}

.hero__eyebrow,
.hero__statement,
.hero__sub,
.hero__actions,
.hero__meta {
  -webkit-animation: rise 1s cubic-bezier(0.22, 0.61, 0.36, 1) both;
          animation: rise 1s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}

.hero__eyebrow {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.hero__statement {
  -webkit-animation-delay: 0.28s;
          animation-delay: 0.28s;
}

.hero__sub {
  -webkit-animation-delay: 0.46s;
          animation-delay: 0.46s;
}

.hero__actions {
  -webkit-animation-delay: 0.58s;
          animation-delay: 0.58s;
}

.hero__meta {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

@media (prefers-reduced-motion: reduce) {
  .hero__elevation svg,
.hero__eyebrow,
.hero__statement,
.hero__sub,
.hero__actions,
.hero__meta {
    -webkit-animation: none;
            animation: none;
    -webkit-clip-path: none;
            clip-path: none;
    opacity: 1;
    transform: none;
  }
}
.house__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(32px, 4vw, 64px);
}
@media (min-width: 992px) {
  .house__grid {
    grid-template-columns: minmax(240px, 34%) minmax(0, 1fr);
  }
}

@media (min-width: 992px) {
  .house__drawing {
    position: -webkit-sticky;
    position: sticky;
    top: 108px;
    align-self: start;
  }
}

.house__drawing svg {
  display: block;
  width: 100%;
  height: auto;
  max-height: 70vh;
  margin: 0 auto;
}

.house__drawing figcaption {
  margin-top: 14px;
  color: rgba(23, 23, 22, 0.42);
}

.section__outline {
  fill: none;
  stroke: #171716;
  stroke-width: 1.25;
  vector-effect: non-scaling-stroke;
}

.section__hair {
  fill: none;
  stroke: #171716;
  stroke-width: 1;
  stroke-opacity: 0.28;
  vector-effect: non-scaling-stroke;
}

.section__ground {
  fill: none;
  stroke: #171716;
  stroke-width: 1;
  stroke-opacity: 0.5;
  vector-effect: non-scaling-stroke;
}

.section__level {
  fill: #171716;
  fill-opacity: 0.4;
  font-family: "Archivo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-variation-settings: "wdth" 84, "wght" 600;
  letter-spacing: 0.14em;
}

.section__band {
  cursor: pointer;
}

.section__band rect.section__fill {
  fill: #9B5742;
  fill-opacity: 0;
  transition: fill-opacity 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.section__band:hover rect.section__fill {
  fill-opacity: 0.07;
}

.section__band.is-active rect.section__fill {
  fill-opacity: 0.15;
}

.section__band.is-active .section__level {
  fill: #9B5742;
  fill-opacity: 1;
}

.floors {
  border-bottom: 1px solid rgba(23, 23, 22, 0.16);
}

.floor {
  border-top: 1px solid rgba(23, 23, 22, 0.16);
}

.floor__summary {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 0 clamp(12px, 1.6vw, 24px);
  padding: 22px 0;
  cursor: pointer;
  list-style: none;
  transition: color 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.floor__summary::-webkit-details-marker {
  display: none;
}
.floor__summary::marker {
  content: "";
}
.floor__summary:hover {
  color: #9B5742;
}

.floor__level {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-variation-settings: "opsz" 40, "SOFT" 0, "WONK" 1, "wght" 400;
  font-size: 1.5rem;
  line-height: 1;
  color: rgba(23, 23, 22, 0.42);
  transition: color 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.floor__name {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-variation-settings: "opsz" 72, "SOFT" 0, "WONK" 1, "wght" 400;
  font-size: clamp(1.35rem, 2.6vw, 2.1rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.floor__hint {
  color: rgba(23, 23, 22, 0.42);
  text-align: right;
}
@media (max-width: 519px) {
  .floor__hint {
    display: none;
  }
}

.floor[open] .floor__level,
.floor[open] .floor__summary {
  color: #9B5742;
}

.floor__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(20px, 2.6vw, 40px);
  padding: 4px 0 32px;
}
@media (min-width: 768px) {
  .floor__body {
    grid-template-columns: 54px minmax(0, 1fr) minmax(150px, 210px);
    gap: 0 clamp(12px, 1.6vw, 24px);
  }
}

.floor__body p {
  grid-column: auto;
  max-width: 46ch;
  color: rgba(23, 23, 22, 0.62);
  margin: 0 0 18px;
}
@media (min-width: 768px) {
  .floor__body p {
    grid-column: 2;
  }
}

@media (min-width: 768px) {
  .floor__rooms {
    grid-column: 2;
  }
}

.floor__rooms .label {
  color: rgba(23, 23, 22, 0.42);
  margin-bottom: 10px;
}

.floor__rooms ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.floor__rooms li {
  border: 1px solid rgba(23, 23, 22, 0.16);
  padding: 6px 12px;
  font-variation-settings: "wdth" 92, "wght" 420;
  font-size: 13px;
}

.floor__specs {
  margin: 0;
}
@media (min-width: 768px) {
  .floor__specs {
    grid-column: 3;
    border-left: 1px solid rgba(23, 23, 22, 0.16);
    padding-left: clamp(14px, 1.6vw, 24px);
  }
}

.floor__specs div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 7px 0;
  border-bottom: 1px solid rgba(23, 23, 22, 0.16);
}
.floor__specs div:last-child {
  border-bottom: 0;
}

.floor__specs dt {
  color: rgba(23, 23, 22, 0.42);
  font-family: "Archivo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variation-settings: "wdth" 88, "wght" 500;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  padding-top: 3px;
}

.floor__specs dd {
  margin: 0;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-variation-settings: "opsz" 32, "SOFT" 0, "WONK" 0, "wght" 400;
  font-size: 1.15rem;
  line-height: 1;
  white-space: nowrap;
}

.spaces {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(28px, 3vw, 48px) clamp(18px, 2.2vw, 32px);
}
@media (min-width: 768px) {
  .spaces {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1300px) {
  .spaces {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.space {
  border-top: 1px solid rgba(23, 23, 22, 0.3);
  padding-top: 18px;
}

.space__plan {
  display: block;
  width: 100%;
  max-width: 172px;
  height: auto;
  aspect-ratio: 3/2;
  background: #F5F2EA;
  margin-bottom: 22px;
}

.plan__hair {
  fill: none;
  stroke: #171716;
  stroke-width: 1;
  stroke-opacity: 0.3;
  vector-effect: non-scaling-stroke;
}

.plan__solid {
  fill: none;
  stroke: #171716;
  stroke-width: 1.25;
  stroke-opacity: 0.75;
  vector-effect: non-scaling-stroke;
}

.plan__fill {
  fill: #7C8472;
  fill-opacity: 0.5;
}

.plan__fill--brick {
  fill: #9B5742;
  fill-opacity: 0.42;
}

.space__name {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-variation-settings: "opsz" 60, "SOFT" 0, "WONK" 1, "wght" 400;
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 10px 0 10px;
}

.space__copy {
  color: rgba(23, 23, 22, 0.62);
  font-size: 15px;
  max-width: 40ch;
  margin: 0 0 18px;
}

.space__specs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 22px;
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid rgba(23, 23, 22, 0.16);
}

.space__specs div {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.space__specs dt {
  color: rgba(23, 23, 22, 0.42);
  font-family: "Archivo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variation-settings: "wdth" 88, "wght" 500;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.space__specs dd {
  margin: 0;
  font-variation-settings: "wght" 500;
  font-size: 14px;
}

.hood {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0 clamp(32px, 5vw, 80px);
}
@media (min-width: 992px) {
  .hood {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.hood__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 8px 18px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(23, 23, 22, 0.16);
}

.hood__name {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-variation-settings: "opsz" 32, "SOFT" 0, "WONK" 0, "wght" 400;
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  line-height: 1.15;
}

.hood__kind {
  grid-column: 1;
  color: rgba(23, 23, 22, 0.42);
}

.hood__walk {
  grid-row: 1/span 2;
  grid-column: 2;
  align-self: center;
  text-align: right;
  color: #7C8472;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-variation-settings: "opsz" 32, "SOFT" 0, "WONK" 0, "wght" 400;
  font-size: 1.4rem;
  line-height: 1;
  white-space: nowrap;
}

.hood__walk span {
  font-family: "Archivo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variation-settings: "wdth" 88, "wght" 500;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-left: 4px;
}

.people {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(28px, 3vw, 44px) clamp(18px, 2.2vw, 32px);
}
@media (min-width: 768px) {
  .people {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.person {
  border-top: 1px solid rgba(23, 23, 22, 0.3);
  padding-top: 18px;
  display: flex;
  flex-direction: column;
}

.person__quote {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-variation-settings: "opsz" 48, "SOFT" 20, "WONK" 0, "wght" 360;
  font-size: clamp(1.15rem, 1.7vw, 1.45rem);
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin: 12px 0 26px;
}

.person__foot {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(23, 23, 22, 0.16);
}

.person__name {
  font-variation-settings: "wght" 550;
  font-size: 15px;
}

.person__meta {
  color: rgba(23, 23, 22, 0.42);
  margin-top: 6px;
}

.journal {
  border-bottom: 1px solid rgba(23, 23, 22, 0.16);
}

.entry {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: baseline;
  gap: 6px clamp(14px, 2vw, 32px);
  padding: 22px 0;
  border-top: 1px solid rgba(23, 23, 22, 0.16);
  transition: color 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media (min-width: 768px) {
  .entry {
    grid-template-columns: 116px 150px minmax(0, 1fr) auto;
  }
}
.entry:hover, .entry:focus-visible {
  color: #9B5742;
}

.entry__date,
.entry__kind {
  color: rgba(23, 23, 22, 0.42);
  transition: color 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.entry:hover .entry__date,
.entry:hover .entry__kind {
  color: #9B5742;
}

.entry__title {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-variation-settings: "opsz" 60, "SOFT" 0, "WONK" 1, "wght" 400;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.entry__go {
  display: none;
}
@media (min-width: 768px) {
  .entry__go {
    display: block;
    color: rgba(23, 23, 22, 0.42);
  }
}

.enquire__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(36px, 4vw, 72px);
}
@media (min-width: 992px) {
  .enquire__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  }
}

.enquire__aside p {
  color: rgba(232, 227, 216, 0.62);
  max-width: 36ch;
  margin: 0 0 26px;
}

.enquire__direct {
  border-top: 1px solid rgba(232, 227, 216, 0.2);
  padding-top: 20px;
}

.enquire__direct div {
  margin-bottom: 18px;
}

.enquire__direct .label {
  color: rgba(232, 227, 216, 0.4);
  margin-bottom: 6px;
}

.form {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0 clamp(18px, 2.2vw, 32px);
}
@media (min-width: 768px) {
  .form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.field {
  display: block;
  margin-bottom: 22px;
}

@media (min-width: 768px) {
  .field--wide {
    grid-column: 1/-1;
  }
}

.field .label {
  color: rgba(232, 227, 216, 0.4);
  margin-bottom: 9px;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(232, 227, 216, 0.2);
  border-radius: 0;
  padding: 10px 0;
  color: #E8E3D8;
  font-family: "Archivo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-variation-settings: "wght" 400;
  transition: border-color 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.field input::-moz-placeholder, .field select::-moz-placeholder, .field textarea::-moz-placeholder {
  color: rgba(232, 227, 216, 0.3);
}
.field input:-ms-input-placeholder, .field select:-ms-input-placeholder, .field textarea:-ms-input-placeholder {
  color: rgba(232, 227, 216, 0.3);
}
.field input::placeholder,
.field select::placeholder,
.field textarea::placeholder {
  color: rgba(232, 227, 216, 0.3);
}
.field input:hover,
.field select:hover,
.field textarea:hover {
  border-bottom-color: rgba(232, 227, 216, 0.4);
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-bottom-color: #9B5742;
}

.field select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23E8E3D8' stroke-opacity='0.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 2px center;
  cursor: pointer;
}

.field select option {
  background: #171716;
  color: #E8E3D8;
}

.field textarea {
  resize: vertical;
  min-height: 96px;
  line-height: 1.5;
}

.form__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 24px;
}
@media (min-width: 768px) {
  .form__foot {
    grid-column: 1/-1;
  }
}

.form__note {
  color: rgba(232, 227, 216, 0.4);
  max-width: 32ch;
}

.form__status {
  display: none;
  border-left: 2px solid #9B5742;
  padding: 14px 18px;
  background: rgba(155, 87, 66, 0.12);
  color: #E8E3D8;
  font-size: 15px;
}
@media (min-width: 768px) {
  .form__status {
    grid-column: 1/-1;
  }
}

.form__status.is-shown {
  display: block;
}

.site-footer {
  background: #171716;
  color: #E8E3D8;
  padding-top: clamp(24px, 3vw, 40px);
  padding-bottom: 40px;
}

.site-footer__monogram {
  border-top: 1px solid rgba(232, 227, 216, 0.2);
  padding-top: clamp(28px, 4vw, 48px);
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-variation-settings: "opsz" 144, "SOFT" 0, "WONK" 1, "wght" 400;
  font-size: clamp(4.5rem, 20vw, 17rem);
  line-height: 0.8;
  letter-spacing: -0.045em;
  margin: 0 0 clamp(28px, 4vw, 56px);
}

.site-footer__cols {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px clamp(18px, 2.2vw, 32px);
  padding-bottom: 36px;
}
@media (min-width: 768px) {
  .site-footer__cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .site-footer__cols {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.site-footer__cols .label {
  color: rgba(232, 227, 216, 0.4);
  margin-bottom: 12px;
}

.site-footer__cols p,
.site-footer__cols li {
  color: rgba(232, 227, 216, 0.62);
  font-size: 15px;
  margin: 0 0 5px;
}

.site-footer__cols ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer__cols a {
  border-bottom: 1px solid transparent;
  transition: color 0.25s cubic-bezier(0.22, 0.61, 0.36, 1), border-color 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.site-footer__cols a:hover, .site-footer__cols a:focus-visible {
  color: #E8E3D8;
  border-bottom-color: #9B5742;
}

.site-footer__base {
  border-top: 1px solid rgba(232, 227, 216, 0.2);
  padding-top: 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 24px;
  color: rgba(232, 227, 216, 0.4);
}
