.landing-hero {
  position: relative;
  min-height: 100svh;
  background:
    linear-gradient(180deg, rgba(28, 20, 14, 0.04), rgba(28, 20, 14, 0.16)),
    url("./images/40.JPG") center center / cover no-repeat;
}

.section .eyebrow {
  font-size: 1.34rem;
  letter-spacing: 0.14em;
}

.landing-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 160px;
  background: linear-gradient(180deg, rgba(244, 244, 242, 0), var(--warm-ivory));
}

.intro-copy-section {
  padding-top: 82px;
  padding-bottom: 58px;
}

.intro-copy-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.74fr);
  gap: 22px;
  align-items: start;
}

.intro-copy-section .eyebrow {
  color: rgba(42, 42, 42, 0.74);
}

.intro-copy-text {
  display: grid;
  align-content: start;
  padding: 4px 0 0;
}

.lead-copy {
  margin-top: 16px;
  display: grid;
  gap: 14px;
  max-width: 62ch;
  font-size: 1.04rem;
  line-height: 1.68;
  color: rgba(42, 42, 42, 0.84);
}

.lead-copy p {
  margin: 0;
}

.intro-image-card {
  overflow: hidden;
  min-height: 430px;
  max-height: 520px;
  border-radius: 34px;
  box-shadow: var(--shadow);
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(42, 42, 42, 0.08);
  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;
}

.scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 34px;
  z-index: 2;
  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-wide {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.listing-card,
.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;
}

.listing-card::before,
.community-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 20, 16, 0.12), rgba(26, 20, 16, 0.58));
}

.listing-card > *,
.community-card > * {
  position: relative;
  z-index: 1;
}

.listing-kicker,
.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);
}

.listing-card strong,
.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);
}

.listing-meta {
  font-size: 0.96rem;
  color: rgba(255, 255, 255, 0.76);
  max-width: 24ch;
}

.listing-price {
  font-size: 1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.84);
}

.listing-info-panel {
  display: grid;
  gap: 12px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(19, 18, 17, 0.34);
  backdrop-filter: blur(12px);
  width: min(100%, 320px);
}

.listing-info-panel.simple {
  gap: 0;
}

.listing-info-panel.simple .listing-meta {
  max-width: none;
  line-height: 1.55;
}

.listing-detail-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.listing-detail-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.86rem;
  line-height: 1.2;
}

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

.community-card {
  min-height: 230px;
  padding: 28px 34px;
  align-content: end;
}

.theme-amarra {
  background-image: url("./communities/amarra/Overview.jpg");
}

.theme-amarra-overview {
  background-image: url("./communities/holden%20hills/golf.png");
}

.theme-trails {
  background-image: url("./communities/trails/lake.jpg");
}

.theme-trails-twilight {
  background-image: url("./communities/trails/modern%20home%20at%20twilight.jpg");
}

.theme-holden {
  background-image: url("./communities/holden%20hills/Main%20-%20Skyline.jpg");
}

.theme-available-4300 {
  background-image: url("https://images.squarespace-cdn.com/content/v1/5d9676adda18077f6ac59335/ab27a70d-562e-4be5-a790-2af78f669f04/Condo+6+Fron_lighter.jpg?format=750w");
}

.theme-available-1043 {
  background-image: url("https://images.squarespace-cdn.com/content/v1/5d9676adda18077f6ac59335/4e1da0a3-8d75-453c-b7b2-70b2d5c85b71/Lot+133+-+Final+front+1.jpg?format=750w");
}

.theme-available-1047 {
  background-image: url("https://images.squarespace-cdn.com/content/v1/5d9676adda18077f6ac59335/2566e9a9-c161-45fe-9ddc-a96a668408df/Lot_134_ext2_c011.jpg?format=750w");
}

.theme-available-913 {
  background-image: url("https://images.squarespace-cdn.com/content/v1/5d9676adda18077f6ac59335/a41f25b2-b262-453c-9675-e31fc8775f95/250910_913+The+Trails+Pkwy+Ext_Front_update.jpg?format=750w");
}

.theme-featured-amarra-estate {
  background-image: url("./communities/amarra/Overview.jpg");
}

.theme-featured-lbj {
  background-image: url("./communities/trails/modern%20home%20at%20twilight.jpg");
}

.theme-model-1047 {
  background-image: url("./images/18.jpg");
}

.theme-model-4304 {
  background-image: url("./images/24.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;
}

.listing-card-placeholder {
  background:
    linear-gradient(180deg, rgba(197, 189, 176, 0.2), rgba(63, 54, 46, 0.38)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.42), rgba(216, 210, 200, 0.72));
  color: var(--anchor);
}

.listing-card-placeholder::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(82, 69, 58, 0.18));
}

.listing-card-placeholder .listing-kicker {
  background: rgba(255, 255, 255, 0.56);
  color: rgba(42, 42, 42, 0.72);
}

.listing-card-placeholder .listing-price,
.listing-card-placeholder .listing-meta {
  color: rgba(42, 42, 42, 0.8);
}

.contact-section {
  padding-top: 42px;
  padding-bottom: 18px;
  background: #050505;
  color: rgba(255, 255, 255, 0.92);
}

.contact-brand {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: -4px;
}

.contact-mark {
  width: clamp(156px, 18vw, 210px);
  height: auto;
  opacity: 0.98;
  filter: brightness(0) invert(1);
}

.contact-sheet {
  margin-top: 0;
}

.contact-sheet-clean {
  display: grid;
  gap: 18px;
  justify-items: center;
  padding: 0 0 18px;
  border-top: 0;
  border-bottom: 0;
}

.contact-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  width: min(100%, 760px);
  padding: 18px 0 4px;
}

.contact-column {
  display: grid;
  justify-items: center;
  text-align: center;
  padding: 0;
}

.contact-column + .contact-column {
  border-left: 2px solid rgba(255, 255, 255, 0.42);
  padding-left: 24px;
}

.contact-column .eyebrow {
  gap: 0;
  color: rgba(255, 255, 255, 0.64);
  justify-content: center;
  text-align: center;
  font-size: 0.88rem;
  letter-spacing: 0.16em;
}

.contact-column .eyebrow::before {
  content: none;
}

.contact-column p {
  margin: 6px 0 0;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
}

.contact-column a {
  color: inherit;
}

.footer-minimal {
  padding: 12px 0 0;
}

.footer-minimal p {
  margin: 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.94rem;
}

@media (max-width: 980px) {
  .intro-copy-section {
    padding-top: 60px;
    padding-bottom: 34px;
  }

  .intro-copy-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .lead-copy {
    font-size: 1.02rem;
  }

  .intro-image-card {
    min-height: 320px;
    max-height: none;
  }

  .listing-grid,
  .listing-grid-wide,
  .community-grid,
  .model-home-grid {
    grid-template-columns: 1fr;
  }

  .model-home-grid {
    gap: 24px;
  }

  .model-home-image {
    aspect-ratio: 4 / 3;
  }

  .model-home-copy {
    height: auto;
    min-height: 0;
  }

  .listing-card,
  .community-card {
    min-height: 300px;
  }

  .community-card {
    min-height: 340px;
  }

  .contact-columns {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 0 0 4px;
  }

  .contact-column + .contact-column {
    border-left: 0;
    border-top: 2px solid rgba(255, 255, 255, 0.42);
    padding-left: 0;
    padding-top: 18px;
  }
}
