:root {
  color-scheme: light;
  --navy: #071a33;
  --navy-2: #031022;
  --green: #294728;
  --green-action: #294728;
  --green-soft: #dce7dc;
  --lime: #86a57c;
  --paper: #f6f8f6;
  --surface: #ffffff;
  --surface-2: #e8eeeb;
  --text: #071a33;
  --muted: #52666f;
  --line: #cbd6d1;
  --shadow: 0 16px 42px rgba(7, 26, 51, 0.12);
  --radius: 12px;
  --container: min(1180px, calc(100% - 40px));
  --font: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --font-display: Charter, "Bitstream Charter", "Sitka Text", Georgia, serif;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--text);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 100;
  border-radius: 999px;
  background: var(--navy);
  color: #f9fcfa;
  padding: 10px 16px;
  text-decoration: none;
}

.skip-link:focus {
  top: 16px;
}

.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;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid color-mix(in srgb, var(--line), transparent 25%);
  background: rgba(255, 255, 255, 0.98);
}

.nav-shell {
  width: var(--container);
  height: 104px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand-logo {
  width: 150px;
  height: 90px;
  object-fit: contain;
}

.site-menu {
  display: flex;
  align-items: center;
  gap: 28px;
}

.site-menu > a:not(.button) {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 650;
  text-decoration: none;
}

.site-menu > a.nav-phone {
  color: var(--green);
  font-weight: 760;
}

.site-menu > a:not(.button):hover {
  color: var(--green);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
  color: var(--text);
  padding: 0;
  place-items: center;
  cursor: pointer;
}

.menu-icon {
  display: grid;
  width: 20px;
  gap: 4px;
}

.menu-icon span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform-origin: center;
  transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1), opacity 120ms ease;
}

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

.menu-toggle[aria-expanded="true"] .menu-icon span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] .menu-icon span:last-child {
  transform: translateY(-6px) rotate(-45deg);
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 9px;
  padding: 12px 20px;
  font-size: 0.94rem;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.button:active {
  transform: translateY(1px) scale(0.98);
}

.button-primary {
  background: var(--green-action);
  color: #ffffff;
}

.button-primary:hover {
  background: #1f381f;
}

.button-secondary {
  border-color: var(--line);
  background: var(--surface);
  color: var(--text);
}

.button-secondary:hover {
  border-color: var(--green);
}

.hero {
  width: var(--container);
  min-height: calc(100dvh - 104px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(480px, 1.18fr);
  align-items: center;
  gap: clamp(36px, 6vw, 86px);
  padding: 58px 0 72px;
}

.place-line,
.section-label,
.contact-kicker {
  margin: 0 0 20px;
  color: var(--green);
  font-size: 0.92rem;
  font-weight: 760;
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3rem, 5vw, 4.8rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.02;
}

.hero-copy > p:not(.place-line) {
  max-width: 34rem;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.5vw, 1.24rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero-visual {
  position: relative;
  margin: 0;
}

.hero-visual img {
  width: 100%;
  min-height: 540px;
  max-height: 650px;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: var(--shadow);
}

.hero-visual img {
  object-position: center 47%;
}

.hero-visual figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.85rem;
}

.welcome-band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--green-soft);
}

.welcome-band-inner {
  width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(36px, 6vw, 84px);
  align-items: center;
  padding: 42px 0;
}

.welcome-intro {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.3vw, 2rem);
  line-height: 1.3;
}

.welcome-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.welcome-details p {
  margin: 0;
}

.welcome-details strong,
.welcome-details span {
  display: block;
}

.welcome-details strong {
  line-height: 1.3;
}

.welcome-details span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.88rem;
}

.section {
  width: var(--container);
  margin: 0 auto;
  padding: clamp(76px, 9vw, 118px) 0;
}

.section-heading {
  max-width: 700px;
  margin-bottom: 46px;
}

.section-heading h2,
.community-copy h2,
.location-copy h2,
.contact-panel h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.3rem, 4.6vw, 3.9rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.06;
}

.section-heading p,
.community-copy > p,
.location-copy > p,
.contact-panel > p {
  max-width: 42rem;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.availability-feature {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 18px;
}

.availability-label {
  min-height: 310px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--green-soft);
  color: var(--text);
  padding: clamp(28px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.availability-label h3 {
  max-width: 11ch;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.05;
}

.availability-label p {
  max-width: 28ch;
  margin: 18px 0 0;
  color: var(--muted);
}

.availability-label .button-secondary {
  align-self: flex-start;
  border-color: var(--green);
  background: var(--surface);
  color: var(--green);
}

.appfolio-listings {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
}

.appfolio-listings iframe {
  display: block;
  width: 100% !important;
  min-height: 500px;
  background: #ffffff;
}

.listing-fallback {
  margin: 0;
  padding: 14px 20px;
  border-top: 1px solid var(--line);
  background: var(--surface);
  font-size: 0.88rem;
  text-align: right;
}

.listing-fallback a {
  color: var(--text);
  font-weight: 720;
  text-decoration-color: var(--green);
  text-underline-offset: 4px;
}

.community {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(46px, 8vw, 108px);
  align-items: start;
}

.community-copy {
  position: sticky;
  top: 112px;
}

.amenity-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 26px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}

.amenity-list li {
  border-top: 1px solid var(--line);
  padding-top: 14px;
  font-weight: 690;
}

.photo-story {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 18px;
  align-items: end;
}

.photo-story figure {
  margin: 0;
}

.photo-story figure:first-child {
  grid-row: span 2;
}

.photo-story img {
  width: 100%;
  border-radius: var(--radius);
  object-fit: cover;
}

.photo-story figure:first-child img {
  min-height: 650px;
}

.photo-story figure:last-child img {
  min-height: 330px;
}

.photo-story figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.84rem;
}

.exterior-section {
  padding-top: clamp(24px, 4vw, 56px);
}

.exterior-heading {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 0.64fr);
  gap: 44px;
  align-items: end;
  margin-bottom: 36px;
}

.exterior-heading h2 {
  max-width: 760px;
  margin: 10px 0 0;
  font-family: var(--font-display);
  font-size: clamp(2.3rem, 4.6vw, 3.9rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.06;
}

.exterior-heading > p {
  max-width: 35rem;
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.exterior-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.exterior-gallery figure {
  grid-column: span 3;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--surface-2);
}

.exterior-gallery .exterior-gallery-main {
  grid-column: 1 / -1;
}

.exterior-gallery img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 320ms ease;
}

.exterior-gallery-main img {
  aspect-ratio: 16 / 7;
  object-position: center 52%;
}

@media (hover: hover) {
  .exterior-gallery figure:hover img {
    transform: scale(1.025);
  }
}

.location-panel {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface);
}

.location-copy {
  padding: clamp(34px, 6vw, 78px);
}

.location-address {
  margin-top: 34px;
  font-style: normal;
  font-size: 1.08rem;
  font-weight: 750;
}

.location-copy .button {
  margin-top: 28px;
}

.nearby-list {
  min-height: 440px;
  margin: 0;
  padding: clamp(34px, 6vw, 70px);
  display: grid;
  align-content: center;
  gap: 0;
  background: var(--green-soft);
}

.nearby-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid color-mix(in srgb, var(--line), var(--green) 18%);
}

.nearby-item:last-child {
  border-bottom: 0;
}

.nearby-item dt {
  font-weight: 740;
}

.nearby-category {
  display: block;
  margin-bottom: 3px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 760;
}

.nearby-item dd {
  margin: 0;
  color: var(--muted);
}

.contact-panel {
  width: var(--container);
  margin: 0 auto clamp(88px, 10vw, 140px);
  border-radius: var(--radius);
  background: var(--green);
  color: #f3f8f5;
  padding: clamp(40px, 8vw, 86px);
}

.contact-panel > p {
  color: #e0eadf;
}

.contact-panel > .contact-kicker {
  color: #d9e8d7;
  margin-bottom: 14px;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.contact-panel .button-secondary {
  border-color: rgba(255, 255, 255, 0.32);
  background: transparent;
  color: #ffffff;
}

.contact-panel .button-primary {
  background: #ffffff;
  color: var(--green);
}

.contact-panel .button-primary:hover {
  background: #edf3ec;
}

.contact-details {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 34px;
  margin-top: 38px;
  color: #dce8e2;
}

.contact-details a {
  font-weight: 700;
  text-underline-offset: 5px;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 34px 0 96px;
}

.footer-shell {
  width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
}

.footer-logo {
  width: 240px;
  height: auto;
}

.footer-meta {
  color: var(--muted);
  font-size: 0.85rem;
  text-align: right;
}

.footer-meta p {
  margin: 3px 0;
}

.availability-empty {
  min-height: 310px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 34px;
}

@media (max-width: 900px) {
  .site-header {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: var(--paper);
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .site-menu {
    position: absolute;
    top: 103px;
    left: 0;
    right: 0;
    display: none;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
    padding: 22px 20px 28px;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }

  .site-menu.is-open {
    display: flex;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 54px 0 72px;
  }

  .hero h1 {
    max-width: 760px;
  }

  .hero-visual img {
    min-height: 390px;
  }

  .welcome-band-inner {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .availability-feature,
  .community,
  .location-panel {
    grid-template-columns: 1fr;
  }

  .exterior-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .exterior-gallery figure {
    grid-column: span 6;
  }

  .exterior-gallery .exterior-gallery-main {
    grid-column: 1 / -1;
  }

  .community-copy {
    position: static;
  }

  .photo-story figure:first-child img {
    min-height: 520px;
  }
}

@media (max-width: 640px) {
  :root {
    --container: calc(100% - 32px);
    --radius: 10px;
  }

  .nav-shell {
    height: 82px;
  }

  .brand-logo {
    width: 118px;
    height: 72px;
  }

  .site-menu {
    top: 81px;
  }

  .hero {
    padding-top: 42px;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 14vw, 4rem);
    line-height: 1.02;
  }

  .hero-visual img {
    min-height: 330px;
  }

  .hero-actions,
  .contact-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .welcome-details {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .welcome-details p + p {
    border-top: 1px solid color-mix(in srgb, var(--line), var(--green) 20%);
    padding-top: 18px;
  }

  .availability-label {
    min-height: 280px;
  }

  .amenity-list,
  .photo-story {
    grid-template-columns: 1fr;
  }

  .photo-story figure:first-child {
    grid-row: auto;
  }

  .photo-story figure:first-child img,
  .photo-story figure:last-child img {
    min-height: 340px;
  }

  .exterior-gallery {
    gap: 10px;
  }

  .exterior-gallery figure,
  .exterior-gallery .exterior-gallery-main {
    grid-column: 1 / -1;
  }

  .exterior-gallery img,
  .exterior-gallery-main img {
    aspect-ratio: 4 / 3;
  }

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

  .footer-meta {
    text-align: left;
  }

}

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

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

@media (prefers-reduced-transparency: reduce) {
  .site-header {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: var(--paper);
  }
}
