@font-face {
  font-family: "Geist";
  src: url("../fonts/geist-latin-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --paper: #f4f1ea;
  --stone: #e8e3d9;
  --charcoal: #262a27;
  --sage: #7d8878;
  --sage-dark: #536052;
  --line: rgba(38, 42, 39, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--charcoal);
  font-family: "Geist", Arial, sans-serif;
  text-rendering: optimizeLegibility;
}

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

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

.wp-site-blocks,
.site-main,
.wp-block-template-part {
  margin: 0;
  padding: 0;
}

.wp-site-blocks > *,
.site-main > *,
.site-header > *,
.site-footer > *,
.hero-copy > *,
.intro-content > *,
.gallery-heading > *,
.neighborhood-copy > *,
.neighborhood-detail > *,
.interest-card > *,
.interest-address > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px clamp(24px, 4vw, 68px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  letter-spacing: -0.02em;
}

.brand .wp-block-site-title {
  margin: 0;
  font-family: "Geist", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.brand .wp-block-site-title a::first-letter {
  font-weight: 400;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  margin: 0;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: "Iowan Old Style", Baskerville, Georgia, serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1;
}

.brand-mark a {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
}

.site-navigation,
.site-navigation .wp-block-navigation__container {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 42px);
  font-size: 13px;
}

.site-navigation .wp-block-navigation-item__content {
  padding: 0;
  transition: opacity 180ms ease;
}

.site-navigation .wp-block-navigation-item__content:hover {
  opacity: 0.58;
}

.site-navigation .nav-interest .wp-block-navigation-item__content {
  padding: 11px 18px;
  border: 1px solid var(--charcoal);
  border-radius: 999px;
}

.hero {
  display: grid;
  min-height: 100svh;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  background: var(--paper);
}

.hero-copy {
  display: flex;
  min-height: 760px;
  flex-direction: column;
  justify-content: center;
  padding: 150px clamp(34px, 5.5vw, 96px) 54px clamp(24px, 4vw, 68px);
  animation: rise 720ms ease both;
}

.eyebrow,
.section-label,
.kicker {
  margin: 0;
  color: var(--sage-dark);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 660px;
  margin: 34px 0 30px;
  font-family: "Iowan Old Style", Baskerville, Georgia, serif;
  font-size: clamp(58px, 7.1vw, 116px);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.86;
}

.hero h1 em {
  display: block;
  margin-top: 0.14em;
  color: var(--sage-dark);
  font-weight: 400;
}

.hero-intro {
  max-width: 530px;
  margin: 0;
  color: rgba(38, 42, 39, 0.72);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 42px;
}

.hero-actions .wp-block-buttons,
.interest-card .wp-block-buttons {
  margin: 0;
}

.wp-block-button .wp-block-button__link {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 0 24px;
  border: 0;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  transition: transform 180ms ease, background 180ms ease;
}

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

.button-dark .wp-block-button__link {
  background: var(--charcoal);
  color: var(--paper);
}

.button-dark .wp-block-button__link:hover {
  background: var(--sage-dark);
}

.button-light .wp-block-button__link {
  background: var(--paper);
  color: var(--charcoal);
}

.text-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 14px;
  padding-bottom: 6px;
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.text-link a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.address-line {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: auto;
  padding-top: 70px;
  color: rgba(38, 42, 39, 0.56);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.address-line p {
  margin: 0;
}

.hero-visual {
  position: relative;
  min-height: 760px;
  margin: 0;
  overflow: hidden;
  background: var(--stone);
  animation: reveal 900ms 120ms ease both;
}

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

.hero-visual figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  margin: 0;
  padding: 8px 11px;
  background: rgba(244, 241, 234, 0.88);
  color: var(--charcoal);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.intro-section,
.neighborhood-section {
  display: grid;
  grid-template-columns: 0.55fr 1.25fr 0.9fr;
  gap: clamp(30px, 6vw, 100px);
  padding: clamp(90px, 12vw, 180px) clamp(24px, 6vw, 100px);
  border-top: 1px solid var(--line);
}

.intro-content h2,
.gallery-heading h2,
.neighborhood-copy h2,
.interest-card h2 {
  margin: 18px 0 0;
  font-family: "Iowan Old Style", Baskerville, Georgia, serif;
  font-size: clamp(44px, 5.2vw, 82px);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.intro-content > p:last-child,
.neighborhood-detail > p:first-child,
.gallery-heading > p,
.interest-card > p:not(.eyebrow) {
  color: rgba(38, 42, 39, 0.67);
  font-size: 16px;
  line-height: 1.8;
}

.intro-content > p:last-child {
  max-width: 650px;
  margin: 34px 0 0;
}

.location-facts {
  align-self: end;
  margin: 0;
}

.location-fact {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.location-fact p {
  margin: 0;
}

.location-fact .fact-label {
  color: rgba(38, 42, 39, 0.52);
  font-size: 12px;
}

.location-fact .fact-value {
  font-size: 13px;
  font-weight: 600;
  text-align: right;
}

.gallery-section {
  padding: clamp(90px, 10vw, 150px) clamp(24px, 4vw, 68px);
  background: var(--charcoal);
  color: var(--paper);
}

.gallery-heading {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: end;
  gap: 60px;
  margin-bottom: 60px;
}

.gallery-heading .eyebrow {
  color: #b0b9aa;
}

.gallery-heading h2 {
  max-width: 680px;
}

.gallery-heading > p {
  max-width: 420px;
  justify-self: end;
  color: rgba(244, 241, 234, 0.62);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  align-items: end;
  gap: clamp(18px, 3vw, 44px);
}

.gallery-grid figure {
  margin: 0;
}

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

.gallery-grid .gallery-large img {
  aspect-ratio: 16 / 10;
}

.gallery-grid figcaption {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  color: rgba(244, 241, 234, 0.58);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.neighborhood-section {
  background: var(--stone);
}

.neighborhood-copy h2 {
  max-width: 720px;
}

.neighborhood-detail {
  align-self: end;
}

.neighborhood-detail .text-link {
  margin-top: 24px;
}

.interest-section {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  background: var(--sage-dark);
  color: var(--paper);
}

.interest-card {
  padding: clamp(90px, 11vw, 170px) clamp(24px, 7vw, 112px);
}

.interest-card .eyebrow {
  color: #c7d0c3;
}

.interest-card h2 {
  max-width: 850px;
}

.interest-card > p:not(.eyebrow) {
  max-width: 620px;
  margin: 30px 0 40px;
  color: rgba(244, 241, 234, 0.72);
}

.interest-address {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 14px;
  padding: clamp(40px, 7vw, 112px);
  border-left: 1px solid rgba(244, 241, 234, 0.2);
}

.interest-address .interest-address-main {
  max-width: 320px;
  font-family: "Iowan Old Style", Baskerville, Georgia, serif;
  font-size: clamp(36px, 4vw, 66px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.interest-address p:not(.interest-address-main) {
  color: rgba(244, 241, 234, 0.62);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  padding: 34px clamp(24px, 4vw, 68px);
  background: var(--charcoal);
  color: rgba(244, 241, 234, 0.66);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0;
}

.site-footer .footer-top-link {
  justify-self: end;
}

.brand-footer {
  color: var(--paper);
  letter-spacing: 0;
  text-transform: none;
}

.fallback-content {
  min-height: 70vh;
  padding: 160px clamp(24px, 6vw, 100px) 100px;
}

.fallback-content h1 {
  font-size: clamp(44px, 5.2vw, 82px);
  letter-spacing: -0.05em;
  line-height: 0.98;
}

a:focus-visible,
button:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--sage);
  outline-offset: 4px;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes reveal {
  from {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
  }
  to {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}

@media (max-width: 1000px) {
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    min-height: 720px;
    padding-top: 150px;
  }

  .hero-visual {
    min-height: 72svh;
  }

  .intro-section,
  .neighborhood-section {
    grid-template-columns: 0.45fr 1.55fr;
  }

  .location-facts,
  .neighborhood-detail {
    grid-column: 2;
  }

  .gallery-heading {
    grid-template-columns: 1fr;
  }

  .gallery-heading > p {
    justify-self: start;
  }
}

@media (max-width: 720px) {
  .site-header {
    padding-top: 20px;
  }

  .site-navigation .nav-standard {
    display: none;
  }

  .hero-copy {
    min-height: 690px;
  }

  .hero h1 {
    font-size: clamp(52px, 17vw, 80px);
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .address-line {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 52px;
  }

  .intro-section,
  .neighborhood-section {
    grid-template-columns: 1fr;
  }

  .location-facts,
  .neighborhood-detail {
    grid-column: 1;
  }

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

  .gallery-grid img,
  .gallery-grid .gallery-large img {
    aspect-ratio: 4 / 5;
  }

  .interest-section {
    grid-template-columns: 1fr;
  }

  .interest-address {
    min-height: 320px;
    border-top: 1px solid rgba(244, 241, 234, 0.2);
    border-left: 0;
  }

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

  .site-footer .footer-top-link {
    justify-self: start;
  }
}

@media (max-width: 420px) {
  .brand .wp-block-site-title {
    max-width: 115px;
  }

  .site-navigation .wp-block-navigation__container {
    gap: 0;
  }
}

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

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

.editor-styles-wrapper .site-header {
  position: relative;
}
