body.theme-amarra {
  --off-white: #efede7;
  --warm-ivory: #f2eee6;
  --warm-ivory-deep: #e5ded2;
  --body-glow: rgba(200, 164, 107, 0.18);
}

.site-header {
  isolation: isolate;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  z-index: -1;
  height: 118px;
  background: linear-gradient(180deg, rgba(12, 9, 7, 0.34), rgba(12, 9, 7, 0));
  pointer-events: none;
}

.landing-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: #211b15;
}

.landing-hero-slider {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #211b15 url("./home/main-header-photos/main-header-photo-01.jpg") center / cover no-repeat;
  user-select: none;
}

.landing-hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(1.015);
  transition: opacity 1200ms ease, transform 6200ms ease;
}

.landing-hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.landing-hero-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: clamp(44px, 6vw, 72px);
  height: 112px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.88);
  cursor: pointer;
  transform: translateY(-50%);
}

.landing-hero-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 22px;
  height: 22px;
  border-top: 1.5px solid currentColor;
  border-left: 1.5px solid currentColor;
  filter: drop-shadow(0 2px 8px rgba(20, 14, 10, 0.72));
}

.landing-hero-arrow-prev {
  left: 0;
}

.landing-hero-arrow-prev::before {
  left: clamp(18px, 2.8vw, 36px);
  transform: translateY(-50%) rotate(-45deg);
}

.landing-hero-arrow-next {
  right: 0;
}

.landing-hero-arrow-next::before {
  right: clamp(18px, 2.8vw, 36px);
  transform: translateY(-50%) rotate(135deg);
}

.landing-hero-arrow:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.82);
  outline-offset: -8px;
}

.landing-hero-available-link {
  position: absolute;
  right: clamp(34px, 5.6vw, 88px);
  bottom: clamp(96px, 12svh, 136px);
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: clamp(20px, 2.38vw, 31px);
  padding: 15px 0;
  font-family: var(--accent-font);
  font-size: clamp(1.63rem, 2.18vw, 2.18rem);
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 2px 14px rgba(12, 8, 5, 0.82);
  opacity: 1;
  transform: translateY(0);
}

.landing-hero-available-link span:first-child {
  min-width: 0;
}

.landing-hero-available-link::before {
  content: "";
  position: absolute;
  inset: -18px -26px;
  z-index: -1;
  background: radial-gradient(ellipse at 54% 50%, rgba(10, 7, 5, 0.44), rgba(10, 7, 5, 0.18) 54%, rgba(10, 7, 5, 0) 78%);
  filter: blur(12px);
  pointer-events: none;
}

.landing-hero-available-arrow {
  position: relative;
  display: inline-block;
  width: clamp(75px, 8.16vw, 122px);
  height: 2px;
  background: currentColor;
  opacity: 0.9;
  transform: translateY(1px);
  transition: transform 240ms ease, width 240ms ease, opacity 240ms ease;
}

.landing-hero-available-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 14px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.landing-hero:hover .landing-hero-available-link,
.landing-hero:focus-within .landing-hero-available-link {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.landing-hero-available-link:hover .landing-hero-available-arrow,
.landing-hero-available-link:focus-visible .landing-hero-available-arrow {
  width: clamp(92px, 9.52vw, 143px);
  opacity: 1;
  transform: translate(5px, 1px);
}

.landing-hero-available-link:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.82);
  outline-offset: 8px;
}

.landing-hero-content {
  position: absolute;
  inset: auto 0 clamp(96px, 12svh, 150px);
  z-index: 2;
  pointer-events: none;
}

.landing-hero-copy {
  position: relative;
  isolation: isolate;
  max-width: 960px;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 4px 24px rgba(20, 14, 10, 0.78);
}

.landing-hero-copy::before {
  content: "";
  position: absolute;
  inset: -70px -28vw -68px -18vw;
  z-index: -1;
  background:
    radial-gradient(ellipse at 28% 54%, rgba(10, 7, 5, 0.5) 0%, rgba(10, 7, 5, 0.34) 34%, rgba(10, 7, 5, 0.18) 58%, rgba(10, 7, 5, 0) 82%);
  filter: blur(14px);
  pointer-events: none;
}

.landing-hero-copy h1 {
  max-width: none;
  margin: 0;
  font-family: var(--title-font);
  font-size: clamp(2.25rem, 3.75vw, 3.6rem);
  font-weight: 300;
  line-height: 1.095;
  letter-spacing: 0.032em;
  text-transform: uppercase;
  white-space: nowrap;
}

.landing-hero-copy p {
  max-width: 920px;
  margin: 22px 0 0;
  font-family: var(--accent-font);
  font-size: clamp(0.9rem, 1.31vw, 1.15rem);
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.84);
}

.section .eyebrow {
  font-size: 0.84rem;
  letter-spacing: 0.26em;
  line-height: 1.45;
}

.section {
  padding-top: 72px;
  padding-bottom: 72px;
}

.site-header .nav-link,
.site-header .nav-group-toggle,
.site-header .brand {
  text-shadow: 0 1px 2px rgba(20, 14, 10, 0.88), 0 3px 14px rgba(20, 14, 10, 0.62);
}

.site-header .nav-menu,
.site-header .nav-menu * {
  text-shadow: none;
}

.site-header .brand-logo {
  filter: brightness(0) invert(1) drop-shadow(0 2px 14px rgba(20, 14, 10, 0.68));
}

.site-header .nav {
  gap: clamp(18px, 2vw, 28px);
  font-family: var(--accent-font);
  font-size: clamp(0.88rem, 0.98vw, 1.02rem);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-header .nav-link,
.site-header .nav-group-toggle {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  font: inherit;
  line-height: 1;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: inherit;
  white-space: nowrap;
}

.site-header .nav-link:hover,
.site-header .nav-group-toggle:hover,
.site-header .nav-group:focus-within .nav-group-toggle {
  color: #fff;
  opacity: 1;
}

.site-header .nav-group-toggle::after {
  content: "+";
  margin-left: 0.38em;
  letter-spacing: 0;
  opacity: 0.72;
}

.site-header .nav-menu {
  font-family: var(--accent-font);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.site-header .nav-menu a {
  color: rgba(42, 42, 42, 0.82);
  text-decoration: none;
  text-shadow: none;
}

.site-header .nav-item {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.site-header .nav-menu-heading {
  font-family: var(--accent-font);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.intro-copy-section {
  padding-top: clamp(58px, 7vw, 92px);
  padding-bottom: clamp(32px, 4vw, 56px);
}

.intro-copy-block {
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
}

.intro-copy-grid {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}

.intro-kicker-heading {
  display: inline-flex;
  max-width: none;
  margin: 0;
  font-weight: 500;
}

.intro-copy-text {
  display: block;
  align-content: start;
  padding: 4px 0 0;
}

.lead-copy {
  margin: 22px auto 0;
  display: grid;
  gap: 12px;
  max-width: 62ch;
  font-size: clamp(1.02rem, 1.3vw, 1.2rem);
  line-height: 1.72;
  color: rgba(42, 42, 42, 0.76);
}

.lead-copy p {
  margin: 0;
}

.section-heading {
  max-width: 760px;
}

.section-heading-centered {
  margin: 0 auto;
  text-align: center;
}

.section-heading .eyebrow {
  margin: 0;
  font-weight: 500;
}

.section-heading p {
  max-width: 660px;
  margin: 22px 0 0;
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(42, 42, 42, 0.68);
}

.section-heading-centered p {
  margin-left: auto;
  margin-right: auto;
}

.intro-image-card {
  overflow: hidden;
  min-height: min(66svh, 680px);
  max-height: 720px;
  border-radius: 0;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.54);
  border: 0;
  align-self: start;
}

.intro-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.intro-copy-grid::after {
  content: "";
  position: absolute;
  display: none;
}

.home-story-section {
  padding: 0;
  background: var(--warm-ivory);
}

.home-story-break {
  padding: clamp(58px, 7.5vw, 104px) 0 clamp(52px, 7vw, 92px);
  background: var(--warm-ivory);
  color: rgba(42, 42, 42, 0.86);
}

.home-story-break-copy {
  width: min(100%, 1080px);
}

.home-story-break-right .home-story-break-copy {
  margin-left: auto;
  text-align: right;
}

.home-story-break h2 {
  max-width: none;
  margin: 0;
  font-family: var(--title-font);
  font-size: clamp(2.25rem, 3.75vw, 3.6rem);
  font-weight: 300;
  line-height: 1.095;
  letter-spacing: 0.032em;
  text-transform: uppercase;
  white-space: nowrap;
  color: rgba(42, 42, 42, 0.82);
}

.home-story-break p {
  max-width: 64ch;
  margin: clamp(16px, 2.2vw, 24px) 0 0 clamp(34px, 7vw, 108px);
  font-family: var(--body-font);
  font-size: clamp(0.96rem, 1.15vw, 1.12rem);
  font-weight: 400;
  line-height: 1.62;
  letter-spacing: 0;
  color: rgba(42, 42, 42, 0.74);
}

.home-story-break-right p {
  margin-left: auto;
  margin-right: clamp(34px, 7vw, 108px);
}

.home-story-break-intro p {
  max-width: none;
  font-family: var(--accent-font);
  font-size: clamp(0.92rem, 1.28vw, 1.14rem);
  font-weight: 600;
  line-height: 1.85;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  white-space: nowrap;
  color: rgba(42, 42, 42, 0.68);
}

.home-story-panel {
  position: relative;
  height: 100svh;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.9);
  background: #17120e;
}

.home-story-image,
.home-story-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-story-image {
  z-index: 0;
}

.home-story-video {
  z-index: 1;
  background: #17120e;
  transform-origin: center;
}

.home-story-panel-1 .home-story-video {
  transform: scale(1.14);
}

.home-story-panel-content {
  position: relative;
  z-index: 3;
  display: grid;
  align-items: end;
  width: min(calc(100% - 56px), 1480px);
  height: 100%;
  margin: 0 auto;
  padding: clamp(74px, 10svh, 120px) 0;
  box-sizing: border-box;
}

.home-story-panel-right .home-story-panel-content {
  justify-items: end;
  --story-scrim: radial-gradient(ellipse at 72% 54%, rgba(10, 7, 5, 0.5) 0%, rgba(10, 7, 5, 0.34) 34%, rgba(10, 7, 5, 0.18) 58%, rgba(10, 7, 5, 0) 82%);
}

.home-story-panel-left .home-story-panel-content {
  justify-items: start;
  --story-scrim: radial-gradient(ellipse at 28% 54%, rgba(10, 7, 5, 0.5) 0%, rgba(10, 7, 5, 0.34) 34%, rgba(10, 7, 5, 0.18) 58%, rgba(10, 7, 5, 0) 82%);
}

.home-story-copy {
  position: relative;
  isolation: isolate;
  width: min(100%, 620px);
  max-width: 620px;
  text-shadow: 0 3px 16px rgba(20, 14, 10, 0.8), 0 1px 2px rgba(20, 14, 10, 0.88);
}

.home-story-panel-right .home-story-copy {
  text-align: right;
}

.home-story-copy::before {
  content: "";
  position: absolute;
  inset: -64px -20vw -62px -16vw;
  z-index: -1;
  background: var(--story-scrim);
  filter: blur(14px);
  pointer-events: none;
}

.home-story-panel-right .home-story-copy::before {
  inset: -64px -16vw -62px -20vw;
}

.home-story-copy .eyebrow {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.home-story-copy h2 {
  margin: 0;
  font-family: var(--title-font);
  font-size: clamp(2.25rem, 3.75vw, 3.6rem);
  font-weight: 300;
  line-height: 1.095;
  letter-spacing: 0.032em;
  text-transform: uppercase;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.94);
}

.home-story-copy p {
  max-width: 38ch;
  margin: 14px 0 0;
  font-size: clamp(0.86rem, 1vw, 1rem);
  line-height: 1.58;
  color: rgba(255, 255, 255, 0.84);
}

.home-story-panel-right .home-story-copy p {
  margin-left: auto;
}

.home-next-section {
  padding: clamp(44px, 5.8vw, 74px) 0 clamp(40px, 5vw, 62px);
  background: var(--warm-ivory);
  color: rgba(42, 42, 42, 0.86);
}

.home-next-copy {
  width: min(100%, 880px);
  margin: 0 auto;
  text-align: center;
}

.home-next-statement {
  max-width: 56ch;
  margin: 0 auto;
  font-family: var(--hero-font);
  font-size: clamp(1.3rem, 2.85vw, 2.5rem);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0;
  color: rgba(42, 42, 42, 0.88);
}

.home-next-note {
  max-width: 42ch;
  margin: 18px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(42, 42, 42, 0.38);
  font-size: clamp(0.9rem, 1.2vw, 1.05rem);
  line-height: 1.62;
  color: rgba(42, 42, 42, 0.66);
}

.home-next-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px clamp(24px, 4vw, 44px);
  margin-top: clamp(16px, 2vw, 22px);
}

.home-next-links a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  border-bottom: 1px solid rgba(42, 42, 42, 0.38);
  font-family: var(--accent-font);
  font-size: clamp(1.22rem, 1.7vw, 1.53rem);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(42, 42, 42, 0.72);
}

.home-next-links a:hover,
.home-next-links a:focus-visible {
  border-bottom-color: rgba(42, 42, 42, 0.78);
  color: rgba(42, 42, 42, 0.92);
}

.contact-section {
  padding-top: 28px;
  padding-bottom: 8px;
}

.contact-sheet-clean {
  gap: 10px;
  padding-bottom: 8px;
}

.contact-brand {
  margin-bottom: -2px;
}

.contact-mark {
  width: clamp(156px, 18vw, 210px);
  opacity: 0.86;
}

.contact-columns {
  width: min(100%, 620px);
  padding: 8px 0 0;
}

.contact-column + .contact-column {
  border-left-width: 1px;
  border-left-color: rgba(255, 255, 255, 0.2);
  padding-left: 18px;
}

.contact-column .eyebrow {
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.52);
}

.contact-column p {
  margin: 3px 0 0;
  font-size: 0.82rem;
  line-height: 1.42;
  color: rgba(255, 255, 255, 0.72);
}

.footer-minimal {
  padding: 0 0 14px !important;
  background: #050505;
}

.footer-minimal p {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.36);
}

.shell > .footer-minimal p {
  color: rgba(255, 255, 255, 0.34);
}

.scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 34px;
  z-index: 3;
  width: 56px;
  height: 56px;
  margin-left: -28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(10px);
}

.scroll-indicator span {
  width: 14px;
  height: 14px;
  border-right: 2px solid rgba(255, 255, 255, 0.88);
  border-bottom: 2px solid rgba(255, 255, 255, 0.88);
  transform: rotate(45deg) translate(-2px, -2px);
  animation: float-arrow 1.8s ease-in-out infinite;
}

@keyframes float-arrow {
  0%, 100% {
    transform: rotate(45deg) translate(-2px, -2px);
  }
  50% {
    transform: rotate(45deg) translate(2px, 2px);
  }
}

.listing-grid,
.community-grid {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.listing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.listing-grid-active {
  grid-template-columns: 1fr;
}

.listing-grid-secondary {
  margin-top: 18px;
}

.listing-grid-secondary.listing-grid-count-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.listing-grid-secondary.listing-grid-count-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.listing-grid-secondary.listing-grid-count-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.listing-grid-secondary.listing-grid-count-6 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.listing-card-promoted {
  min-height: 265px;
  padding: 28px 34px;
}

.listing-grid-wide {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.community-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  border-radius: 30px;
  padding: 24px;
  display: grid;
  align-content: end;
  gap: 8px;
  color: var(--white);
  box-shadow: var(--shadow);
  background-size: cover;
  background-position: center;
}

@media (prefers-reduced-motion: reduce) {
  .landing-hero-slide {
    transform: none;
    transition: opacity 400ms ease;
  }

  .landing-hero-available-link {
    opacity: 1;
    transform: none;
  }
}

.community-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 20, 16, 0.12), rgba(26, 20, 16, 0.58));
}

.community-card > * {
  position: relative;
  z-index: 1;
}

.community-label {
  display: inline-flex;
  width: fit-content;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-family: var(--accent-font);
  font-size: 0.74rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  color: rgba(255, 255, 255, 0.82);
}

.community-card strong {
  font-family: var(--hero-font);
  font-size: clamp(1.52rem, 3vw, 2.24rem);
  line-height: 1.02;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
}

.community-grid {
  grid-template-columns: 1fr;
}

.community-card {
  min-height: 230px;
  padding: 28px 34px;
  align-content: end;
}

.community-card.theme-amarra {
  background-image: url("./communities/amarra-cottages/amarra-cottages-barton-creek-overview.jpg");
}

.community-card.theme-amarra-overview {
  background-image: url("./communities/holden-hills/holden-hills-barton-creek-golf.png");
}

.community-card.theme-trails {
  background-image: url("./communities/trails/trails-horseshoe-bay-lake-lbj-view.jpg");
}

.community-card.theme-trails-twilight {
  background-image: url("./communities/trails/trails-horseshoe-bay-modern-home-twilight.jpg");
}

.community-card.theme-holden {
  background-image: url("./communities/holden-hills/holden-hills-barton-creek-main-skyline.jpg");
}

.listing-card.theme-available-4300 {
  --listing-image: url("./available-homes/4300-amarra/4300-amarra-front.jpg");
}

.listing-card.theme-available-4304 {
  --listing-image: url("./communities/amarra-cottages/amarra-cottages-barton-creek-lot-5-residence.jpg");
}

.listing-card.theme-available-1043 {
  --listing-image: url("./available-homes/1043-overlook/1043-overlook-courtyard.jpg");
}

.listing-card.theme-available-1047 {
  --listing-image: url("./available-homes/1047-overlook/1047-overlook-front-exterior-twilight.jpg");
}

.listing-card.theme-available-913 {
  --listing-image: url("./available-homes/913-the-trails/913-the-trails-front-elevation.jpg");
}

.listing-card.theme-featured-amarra-estate {
  --listing-image: url("./featured/amarra-estate/amarra-estate-barton-creek-web.jpg");
}

.listing-card.theme-featured-lbj {
  --listing-image: url("./featured/waterfront-on-lake-lbj/waterfront-on-lake-lbj-web.jpg");
}

.model-home-image.theme-model-1047 {
  background-image: url("./available-homes/1047-overlook/1047-overlook-model-home.jpg");
}

.model-home-image.theme-model-4304 {
  background-image: url("./home/heyl-homes-amarra-cottages-model-home-exterior.jpg");
}

.model-home-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.78fr) minmax(320px, 0.9fr) minmax(240px, 0.78fr);
  gap: 34px;
  align-items: stretch;
  margin-top: 28px;
}

.model-home-image {
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(42, 42, 42, 0.08);
  box-shadow: var(--shadow);
}

.model-home-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.model-home-copy {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 18px;
  height: 100%;
  min-height: 100%;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  text-align: center;
  padding: 34px 36px;
  border-radius: 24px;
  border: 1px solid rgba(42, 42, 42, 0.1);
  background: rgba(255, 255, 255, 0.22);
  box-sizing: border-box;
}

.model-home-addresses {
  display: grid;
  gap: 0;
  width: 100%;
  justify-items: center;
  padding: 10px 0;
}

.model-home-entry {
  display: grid;
  gap: 4px;
  padding: 18px 0;
  justify-items: center;
  width: 100%;
}

.model-home-entry + .model-home-entry {
  position: relative;
}

.model-home-entry + .model-home-entry::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 44%;
  height: 1px;
  background: rgba(42, 42, 42, 0.16);
  transform: translateX(-50%);
}

.model-home-label {
  font-family: var(--accent-font);
  font-size: 1rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(42, 42, 42, 0.58);
}

.model-home-entry h3 {
  font-size: 1.32rem;
  line-height: 1.3;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  color: var(--anchor);
}

.model-home-community {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.55;
  color: rgba(42, 42, 42, 0.66);
}

.model-home-details {
  display: grid;
  gap: 4px;
  padding-bottom: 0;
  color: rgba(42, 42, 42, 0.82);
  font-size: 0.95rem;
  line-height: 1.5;
  justify-items: center;
}

.model-home-details a {
  font-weight: 700;
}

.model-home-note {
  max-width: 34ch;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.62;
  text-align: center;
  color: rgba(42, 42, 42, 0.68);
}

.available-homes-cta {
  display: grid;
  justify-items: center;
  gap: 8px;
  margin-top: 26px;
  padding-top: 10px;
  text-align: center;
}

.available-homes-cta .eyebrow {
  gap: 0;
  color: rgba(42, 42, 42, 0.58);
}

.available-homes-cta .eyebrow::before {
  content: none;
}

.available-homes-cta a {
  font-family: var(--hero-font);
  font-size: clamp(1.8rem, 3.4vw, 2.7rem);
  line-height: 0.98;
  color: var(--anchor);
}

.available-homes-cta p {
  max-width: 32ch;
  margin: 0;
  color: rgba(42, 42, 42, 0.68);
  font-size: 0.95rem;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .intro-copy-section {
    padding-top: 60px;
    padding-bottom: 34px;
  }

  .intro-copy-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .lead-copy {
    font-size: 0.96rem;
  }

  .home-story-panel-content,
  .home-story-panel-left .home-story-panel-content,
  .home-story-panel-right .home-story-panel-content {
    justify-items: start;
    width: min(calc(100% - 40px), 1480px);
    padding: 72px 0 68px;
  }

  .home-story-copy {
    max-width: min(100%, 430px);
  }

  .home-story-break {
    padding: 48px 0 42px;
  }

  .home-story-break-copy,
  .home-story-break-right .home-story-break-copy {
    max-width: 620px;
    margin-left: 0;
    text-align: left;
  }

  .home-story-break h2 {
    font-size: clamp(1.75rem, 4.4vw, 2.55rem);
  }

  .home-story-break p,
  .home-story-break-right p {
    max-width: 38ch;
    margin-left: 0;
    margin-right: 0;
  }

  .home-story-break-intro p {
    max-width: none;
    font-size: clamp(0.66rem, 1.7vw, 0.84rem);
    letter-spacing: 0.14em;
  }

  .home-next-section {
    padding: 52px 0 46px;
  }

  .home-next-statement {
    max-width: 38ch;
  }

  .contact-column + .contact-column {
    border-top-width: 1px;
    border-top-color: rgba(255, 255, 255, 0.2);
    padding-top: 14px;
  }

  .listing-grid,
  .listing-grid-wide,
  .community-grid,
  .model-home-grid {
    grid-template-columns: 1fr;
  }

  .listing-grid-secondary,
  .listing-grid-secondary.listing-grid-count-3,
  .listing-grid-secondary.listing-grid-count-4,
  .listing-grid-secondary.listing-grid-count-5,
  .listing-grid-secondary.listing-grid-count-6 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .listing-grid-secondary .listing-card {
    min-height: 230px;
    padding: 20px;
  }

  .listing-grid-secondary .listing-card strong {
    font-size: clamp(1.5rem, 8vw, 2rem);
  }

  .listing-grid-secondary .listing-kicker,
  .listing-grid-secondary .listing-meta {
    letter-spacing: 0.12em;
  }

  .model-home-grid {
    gap: 24px;
  }

  .model-home-image {
    aspect-ratio: 4 / 3;
  }

  .model-home-copy {
    height: auto;
    min-height: 0;
  }

  .community-card {
    min-height: 300px;
  }

  .community-card {
    min-height: 340px;
  }

  .available-homes-cta {
    margin-top: 22px;
  }

}

@media (max-width: 560px) {
  .landing-hero-available-link {
    right: auto;
    left: 28px;
    bottom: 94px;
    gap: 15px;
    max-width: calc(100vw - 56px);
    font-size: clamp(1.16rem, 4.76vw, 1.53rem);
    letter-spacing: 0.1em;
    line-height: 1.08;
  }

  .landing-hero-available-arrow {
    flex: 0 0 auto;
    width: clamp(54px, 18.7vw, 71px);
  }

  .landing-hero-copy h1 {
    max-width: none;
    font-size: clamp(1.62rem, 6.75vw, 2.06rem);
  }

  .landing-hero-copy p {
    max-width: none;
    font-size: clamp(0.54rem, 2.22vw, 0.76rem);
    line-height: 1.86;
    letter-spacing: 0.1em;
  }

  .home-story-copy h2 {
    font-size: clamp(1.3rem, 5.5vw, 1.5rem);
  }

  .home-story-panel-1 .home-story-video {
    transform: scale(1.14);
  }

  .home-story-copy p {
    max-width: 31ch;
    font-size: 0.84rem;
    line-height: 1.48;
  }

  .home-story-break {
    padding: 40px 0 36px;
  }

  .home-story-break-copy,
  .home-story-break-right .home-story-break-copy {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .home-story-break p {
    max-width: 32ch;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.9rem;
    line-height: 1.56;
  }

  .home-story-break-intro p {
    max-width: 34ch;
    font-size: 0.8rem;
    line-height: 1.7;
    letter-spacing: 0.12em;
    white-space: normal;
  }

  .home-story-break h2 {
    font-size: clamp(1.45rem, 7vw, 1.95rem);
    letter-spacing: 0.02em;
    text-align: center;
  }

  .home-next-section {
    padding: 42px 0 38px;
  }

  .home-next-statement {
    max-width: 32ch;
    font-size: clamp(1.04rem, 4.65vw, 1.3rem);
    line-height: 1.2;
  }

  .home-next-note {
    max-width: 31ch;
    margin-top: 18px;
    padding-top: 18px;
    font-size: 0.86rem;
    line-height: 1.5;
  }

  .home-next-links {
    display: grid;
    gap: 12px;
    margin-top: 24px;
  }

  .home-next-links a {
    width: max-content;
    max-width: 100%;
    min-height: 32px;
    font-size: 1.16rem;
    letter-spacing: 0.16em;
  }

  .listing-grid-secondary {
    gap: 10px;
  }

  .listing-grid-secondary .listing-card {
    min-height: 190px;
    padding: 16px;
    gap: 6px;
  }

  .listing-grid-secondary .listing-card strong {
    font-size: clamp(1.28rem, 6vw, 1.58rem);
    letter-spacing: 0;
  }

  .listing-grid-secondary .listing-kicker {
    font-size: 0.62rem;
    letter-spacing: 0.09em;
  }

  .listing-grid-secondary .listing-price,
  .listing-grid-secondary .listing-meta {
    font-size: 0.7rem;
    letter-spacing: 0.08em;
  }
}
