.ph-card.ph-feature .ph-icon,
.ph-card.ph-feature .ph-num {
  color: var(--brass-light, #d8be93)
}

.listing-image-box::after,
.listing-img-overlay {
  pointer-events: none;
  pointer-events: none;
  position: absolute
}

.config-wrap,
.hero,
.listing-card,
.ph,
.ph-grid,
.ph2 {
  overflow: hidden
}

.amen-cat ul,
.loc-list,
.modal-perks,
.zone-list li {
  list-style: none
}

.h-ic,
.hero-content h1 em,
.logo span,
.ph-cap h4,
.ph-icon,
.testi-quote {
  font-style: italic
}

.btn,
.close-modal,
.g-item,
.hero-dot,
.instant-pill,
.link,
.modal-close,
.preview-img {
  cursor: pointer
}

:root {
  --ink: #1A1B18;
  --ivory: #F6F3EC;
  --stone: #DAD4C6;
  --brass: #B08D5B;
  --brass-light: #D8BE93;
  --brass-dark: #7C6440;
  --forest: #2B3829;
  --forest-light: #3D4E39;
  --white: #FFFFFF;
  --line: rgba(26, 27, 24, 0.12);
  --line-light: rgba(246, 243, 236, 0.16)
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  scroll-behavior: smooth
}

body {
  font-family: Inter, sans-serif;
  color: var(--ink);
  background: var(--ivory);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased
}

.avatar-mono,
.display,
.logo,
.ph-cap h4,
h1,
h2,
h3 {
  font-family: Fraunces, serif
}

.display,
h1,
h2,
h3 {
  font-weight: 500;
  letter-spacing: -.01em;
  color: var(--ink)
}

a {
  color: #000;
  text-decoration: none
}

.ph-section .ph-wrap,
.wrap {
  margin: 0 auto;
  padding: 0 40px
}

.eyebrow,
.ph-section .ph-eyebrow {
  letter-spacing: .16em;
  margin-bottom: 16px;
  gap: 10px;
  text-transform: uppercase
}

header.nav {
  position: fixed;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

.hero,
.ph svg {
  position: relative
}

.eyebrow {
  font-size: 12px;
  color: var(--brass-dark);
  font-weight: 600;
  display: flex;
  align-items: center
}

.eyebrow::before {
  content: '';
  height: 1px;
  background: var(--brass-dark);
  display: inline-block
}

.eyebrow.on-dark,
.footer-col a:hover,
.hero-content .eyebrow {
  color: var(--brass-light)
}

.eyebrow.on-dark::before,
.hero-content .eyebrow::before,
.hero-dot.active {
  background: var(--brass-light)
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 15px 28px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 2px;
  transition: .25s;
  border: 1px solid transparent;
  white-space: nowrap
}

.btn-outline:hover,
.btn-primary {
  background: var(--ink);
  color: var(--ivory)
}

.btn-primary:hover {
  background: var(--forest);
  transform: translateY(-1px)
}

.btn-outline {
  border-color: var(--ink);
  color: var(--ink)
}

.btn-light {
  border-color: rgba(255, 255, 255, .55);
  color: var(--white)
}

.btn-light:hover {
  background: var(--white);
  color: var(--ink);
  border-color: var(--white)
}

.btn-wa {
  background: #2e5b41;
  color: #fff
}

.btn-wa:hover {
  background: #254a35
}

.section {
  padding: 50px 0
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 56px;
  gap: 40px
}

.nav-inner,
.ph {
  display: flex;
  align-items: center
}

.section-head h2 {
  font-size: 38px;
  max-width: 540px
}

.section-head p {
  font-size: 15px;
  color: rgba(26, 27, 24, .6);
  max-width: 340px;
  padding-bottom: 4px
}

.ph {
  width: 100%;
  height: 100%;
  justify-content: center
}

.ph-dark {
  background: linear-gradient(150deg, var(--forest-light) 0, var(--forest) 55%, var(--ink) 100%)
}

.ph-light {
  background: linear-gradient(150deg, #efeae0 0, var(--stone) 100%)
}

.ph::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: .5;
  background-image: repeating-linear-gradient(115deg, rgba(255, 255, 255, .05) 0, rgba(255, 255, 255, .05) 1px, transparent 1px, transparent 34px)
}

.avatar-mono,
.logo .mark {
  border-radius: 50%;
  background: var(--forest)
}

.ph svg {
  z-index: 1;
  width: 46%;
  max-width: 220px
}

.ph-dark svg {
  stroke: var(--brass-light);
  color: var(--brass-light)
}

.ph-light svg {
  stroke: var(--brass-dark);
  color: var(--brass-dark)
}

.ph-cap h4 {
  font-size: 16px
}

.ph-cap span {
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
  opacity: .7
}

.ph-dark .ph-cap {
  color: var(--ivory)
}

.ph-light .ph-cap {
  color: var(--ink)
}

.avatar-mono,
.hero-content h1 em,
.logo .mark {
  color: var(--brass-light)
}

.avatar-mono {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600
}

header.nav {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(246, 243, 236, .9);
  backdrop-filter: blur(12px) saturate(1.2);
  border-bottom: 1px solid var(--line)
}

.nav-inner {
  max-width: 1200px;
  justify-content: space-between;
  padding: 20px 40px;
  margin: 0 auto
}

.logo,
.logo .mark {
  display: flex;
  align-items: center
}

.logo {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -.01em;
  gap: 9px
}

.logo .mark {
  width: 30px;
  height: 30px;
  justify-content: center;
  font-size: 14px
}

.nav-cta,
.nav-links {
  align-items: center;
  display: flex
}

.logo span {
  color: var(--brass-dark)
}

.nav-links {
  gap: 28px;
  font-size: 14px;
  font-weight: 500
}

.nav-links a {
  opacity: .75;
  transition: opacity .2s
}

.hero-slide.active,
.nav-links a:hover {
  opacity: 1
}

.nav-cta {
  gap: 12px
}

.hero {
  min-height: 94vh;
  display: flex;
  align-items: center;
  color: var(--ivory)
}

.hero-bg,
.hero-slide,
.hero::after {
  position: absolute;
  inset: 0
}

.hero-bg {
  z-index: 0
}

.hero-slide {
  opacity: 0;
  transition: opacity 1.6s
}

.hero-slide .ph {
  height: 100%
}

.hero::after {
  content: '';
  z-index: 1;
  background: linear-gradient(100deg, rgba(20, 22, 18, .82) 0, rgba(20, 22, 18, .55) 45%, rgba(20, 22, 18, .25) 100%)
}

.ph-card:hover,
.ph-section {
  background: var(--ivory, #f6f3ec)
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding: 60px 40px
}

.hero-content h1 {
  font-size: 55px;
  line-height: 1.04;
  margin-bottom: 18px;
  color: var(--ivory)
}

.hero-content p {
  font-size: 16px;
  color: rgba(246, 243, 236, .82);
  max-width: 480px;
  margin-bottom: 24px
}

.ph-card h3,
.ph-section .ph-head h2 {
  font-weight: 500;
  color: var(--ink, #1a1b18);
  font-family: Fraunces, serif
}

.hero-actions {
  display: flex;
  gap: 16px;
  margin-bottom: 44px;
  flex-wrap: wrap
}

.hero-stats {
  display: flex;
  gap: 44px;
  padding-top: 28px;
  border-top: 1px solid var(--line-light);
  flex-wrap: wrap
}

.hero-stats div h3 {
  font-size: 28px;
  margin-bottom: 4px;
  color: var(--ivory)
}

.hero-stats div span {
  font-size: 12px;
  letter-spacing: .04em;
  color: rgba(246, 243, 236, .65)
}

.hero-dots {
  position: absolute;
  z-index: 2;
  bottom: 34px;
  right: 40px;
  display: flex;
  gap: 8px
}

@media(min-width:768px) and (max-width:991px) {
  .listingSwiper {
    padding-bottom: 50px
  }
}

.ph-section {
  padding: 50px 0
}

.ph-section .ph-eyebrow {
  font-size: 12px;
  color: var(--brass-dark, #7c6440);
  font-weight: 600;
  display: flex;
  align-items: center
}

.ph-section .ph-eyebrow::before {
  content: '';
  width: 26px;
  height: 1px;
  background: var(--brass-dark, #7c6440);
  display: inline-block
}

.ph-section .ph-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 56px;
  gap: 40px;
  flex-wrap: wrap
}

.ph-section .ph-head h2 {
  letter-spacing: -.01em;
  font-size: 38px;
  max-width: 560px;
  margin: 0
}

.ph-section .ph-head p {
  font-size: 15px;
  color: rgba(26, 27, 24, .6);
  max-width: 340px;
  padding-bottom: 4px;
  margin: 0
}

.ph-card.ph-feature,
.ph-card.ph-feature h3 {
  color: var(--ivory, #f6f3ec)
}

.ph-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(26, 27, 24, .12);
  border: 1px solid rgba(26, 27, 24, .12);
  border-radius: 6px
}

.ph-card {
  background: #fff;
  padding: 40px 32px;
  transition: background .25s
}

.ph-card.ph-feature,
.ph-card.ph-feature:hover {
  background: var(--forest, #2b3829)
}

.ph-card.ph-feature {
  grid-column: span 3;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 28px;
  align-items: center;
  padding: 44px 40px
}

.ph-card.ph-feature p {
  color: rgba(246, 243, 236, .75)
}

.ph-card.ph-feature .ph-icon {
  border-color: var(--brass-light, #d8be93)
}

.ph-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--brass, #b08d5b);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brass-dark, #7c6440);
  font-family: Fraunces, serif;
  font-size: 19px;
  margin-bottom: 22px;
  flex-shrink: 0
}

.highlights,
table.config td,
table.config thead th {
  border-bottom: 1px solid var(--line)
}

.ph-num {
  font-family: Fraunces, serif;
  font-size: 34px;
  font-weight: 500;
  color: rgba(26, 27, 24, .15);
  line-height: 1;
  margin-bottom: 16px;
  display: block
}

.ph-card h3 {
  font-size: 18px;
  margin: 0 0 10px
}

.ph-card p {
  font-size: 13.5px;
  line-height: 1.7;
  color: rgba(26, 27, 24, .62);
  margin: 0
}

@media (max-width:980px) {
  .ph-section {
    padding: 72px 0
  }

  .ph-section .ph-wrap {
    padding: 0 24px
  }

  .ph-section .ph-head h2 {
    font-size: 30px
  }

  .ph-grid {
    grid-template-columns: 1fr 1fr
  }

  .ph-card.ph-feature {
    grid-column: span 2;
    grid-template-columns: 1fr;
    text-align: left
  }
}

@media (max-width:620px) {
  .ph-grid {
    grid-template-columns: 1fr
  }

  .ph-card.ph-feature {
    grid-column: span 1
  }

  .ph-section .ph-head {
    gap: 16px
  }
}

.hero-dot {
  width: 26px;
  height: 3px;
  background: rgba(246, 243, 236, .35);
  transition: background .3s
}

.wa-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #25543f;
  color: #eafff2;
  padding: 13px 20px;
  border-radius: 50px;
  box-shadow: 0 8px 26px rgba(0, 0, 0, .3);
  font-size: 13px;
  letter-spacing: .08em;
  transition: transform .3s
}

.wa-float:hover {
  transform: translateY(-3px)
}

.wa-float svg {
  width: 20px;
  height: 20px;
  fill: #eafff2
}

.ph1 img,
.ph2 img {
  width: 100%;
  filter: blur(8px)
}

.ph,
.ph2 {
  position: relative
}

.ph1 img {
  object-fit: cover;
  transform: scale(1.1)
}

.listing-blur-img,
.ph2 img {
  object-fit: cover;
  transform: scale(1.08)
}

.ph2 img {
  height: 100%;
  display: block
}

.ph-cap {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  color: #fff
}

.highlights {
  background: var(--white)
}

.h-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr)
}

.h-item {
  padding: 44px 34px;
  border-right: 1px solid var(--line);
  display: flex;
  gap: 16px;
  align-items: flex-start
}

.h-item:last-child,
.stat:last-child {
  border-right: none
}

.h-ic {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--brass);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brass-dark);
  font-family: Fraunces, serif;
  font-size: 17px;
  flex-shrink: 0
}

.config-foot,
.listing-meta {
  border-top: 1px solid var(--line)
}

.h-item h4 {
  font-size: 15px;
  margin-bottom: 6px
}

.h-item p {
  font-size: 12.5px;
  color: rgba(26, 27, 24, .6)
}

.listings-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 60px
}

.listing-card {
  background: var(--white);
  border-radius: 6px;
  transition: transform .3s, box-shadow .3s;
  box-shadow: 0 1px 3px rgba(26, 27, 24, .06)
}

.listing-image-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 14px 14px 0 0
}

.listing-blur-img {
  width: 100%;
  height: 100%;
  transition: .4s
}

.listing-card:hover .listing-blur-img {
  filter: blur(0);
  transform: scale(1.12)
}

.listing-img-overlay {
  left: 20px;
  right: 20px;
  bottom: 18px;
  color: #fff;
  z-index: 2
}

.listing-img-overlay h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 700
}

.listing-img-overlay span {
  display: inline-block;
  margin-top: 6px;
  font-size: 12px;
  letter-spacing: 2px;
  opacity: .9
}

.listing-image-box::after {
  content: "";
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, .75), rgba(0, 0, 0, .2), transparent)
}

.listing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 40px -14px rgba(26, 27, 24, .18)
}

.listing-img {
  height: 220px;
  position: relative
}

.listing-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  background: var(--ink);
  color: var(--ivory);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 2px
}

.listing-body {
  padding: 24px
}

.listing-body .price {
  font-size: 20px;
  font-family: Fraunces, serif;
  font-weight: 600;
  color: var(--brass-dark);
  margin-bottom: 6px
}

.listing-body h3 {
  font-size: 18.5px;
  margin-bottom: 6px
}

.listing-body .loc {
  font-size: 13px;
  color: rgba(26, 27, 24, .55);
  margin-bottom: 16px
}

.listing-meta {
  display: flex;
  gap: 16px;
  font-size: 13px;
  padding-top: 14px;
  color: rgba(26, 27, 24, .65)
}

.config-wrap {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  margin-top: 20px
}

.config-foot,
table.config thead th {
  padding: 16px 24px;
  background: var(--ivory)
}

table.config {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px
}

table.config thead th {
  text-align: left;
  font-size: 11.5px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--brass-dark);
  font-weight: 600
}

table.config td {
  padding: 18px 24px
}

.amen-cat li:last-child,
table.config tr:last-child td {
  border-bottom: none
}

table.config td.unit {
  font-family: Fraunces, serif;
  font-size: 15px
}

table.config td.cfg {
  color: var(--brass-dark);
  font-weight: 500
}

table.config td span.muted {
  display: block;
  font-size: 12px;
  color: rgba(26, 27, 24, .5)
}

table.config .link {
  color: var(--ink);
  font-weight: 500;
  font-size: 13px;
  border-bottom: 1px solid var(--ink)
}

.config-foot {
  font-size: 12.5px;
  color: rgba(26, 27, 24, .55)
}

.config-mobile,
.menu-toggle,
.mobile-btn {
  display: none
}

@media(max-width:768px) {

  .nav-inner,
  .nav-links.active {
    display: flex
  }

  .nav-inner {
    padding: 12px 16px;
    justify-content: space-between;
    align-items: center
  }

  .image-modal img {
    width: 80% !important
  }

  .logo {
    font-size: 15px
  }

  .logo span:last-child {
    display: block;
    font-size: 11px
  }

  .menu-toggle {
    display: block;
    background: 0 0;
    border: none;
    font-size: 28px;
    color: var(--ink);
    cursor: pointer
  }

  .config,
  .nav-cta,
  .nav-links {
    display: none
  }

  .nav-links {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: var(--white);
    flex-direction: column;
    padding: 20px;
    border-top: 1px solid var(--line);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
    z-index: 999
  }

  .nav-links a {
    border-bottom: 1px solid var(--line)
  }

  .mobile-btn {
    display: block;
    width: 100%
  }

  .config-mobile {
    display: block
  }

  .row-one,
  .row-two {
    display: flex;
    padding: 16px
  }

  .config-item {
    background: var(--white);
    border-bottom: 1px solid var(--line)
  }

  .row-one {
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px
  }

  .row-two {
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--line)
  }

  .row-three {
    display: block;
    margin-top: 12px;
    text-align: center
  }

  .row-three .link {
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    background: var(--brass-dark);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    border: none;
    text-decoration: none
  }

  .unit {
    font-family: Fraunces, serif;
    font-size: 16px
  }

  .cfg {
    color: var(--brass-dark);
    font-weight: 500;
    text-align: right
  }

  .config-foot {
    padding: 14px 16px;
    line-height: 1.5
  }
}

.about-img-1,
.g-item {
  border-radius: 6px;
  overflow: hidden
}

.form-note,
.stat {
  text-align: center
}

.row-two div {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.row-two span {
  font-size: 11px;
  text-transform: uppercase;
  color: var(--brass-dark);
  letter-spacing: .05em
}

.about,
.about-text h2,
.stats-band {
  color: var(--ivory)
}

.row-two strong {
  font-size: 14px;
  font-weight: 500
}

.about {
  background: var(--forest)
}

.about-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 70px;
  align-items: center
}

.about-imgs {
  position: relative;
  height: 440px
}

.about-img-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 30px 60px rgba(0, 0, 0, .35)
}

.cta-banner,
.cta-inner,
.g-item {
  position: relative
}

.about-text h2 {
  font-size: 36px;
  margin-bottom: 20px
}

.about-text p {
  color: rgba(246, 243, 236, .72);
  margin-bottom: 28px;
  max-width: 480px
}

.zone-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 24px;
  margin-bottom: 32px
}

.zone-list li {
  display: flex;
  gap: 10px;
  align-items: baseline;
  font-size: 14px;
  color: rgba(246, 243, 236, .88)
}

.zone-list li b {
  color: var(--brass-light);
  font-family: Fraunces, serif;
  font-size: 13px;
  min-width: 20px
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 190px 190px;
  gap: 16px
}

.g-item {
  transition: transform .3s
}

.g-item:hover {
  transform: scale(1.02)
}

.g1 {
  grid-column: 1/3;
  grid-row: 1/3
}

.g2,
.g3 {
  grid-row: 1/2
}

.g2 {
  grid-column: 3/4
}

.g3 {
  grid-column: 4/5
}

.g4 {
  grid-column: 3/5;
  grid-row: 2/3
}

.amenities,
.contact {
  background: var(--white)
}

.amen-cats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.amen-cat {
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 32px 30px
}

.amen-cat h3 {
  font-size: 16.5px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px
}

.amen-cat h3 .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brass)
}

.amen-cat li {
  font-size: 13.5px;
  color: rgba(26, 27, 24, .68);
  padding: 7px 0;
  border-bottom: 1px dashed var(--line)
}

.location {
  background: var(--stone)
}

.loc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center
}

.loc-list li {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid rgba(26, 27, 24, .15);
  font-size: 14px
}

.loc-list li b {
  font-weight: 500
}

.loc-list li span {
  color: var(--brass-dark);
  font-weight: 600;
  font-size: 13px
}

.map-box {
  height: 340px;
  border-radius: 6px;
  overflow: hidden
}

.stats-band {
  background: var(--ink);
  display: grid;
  grid-template-columns: repeat(4, 1fr)
}

.stat {
  padding: 60px 40px;
  border-right: 1px solid var(--line-light)
}

.stat h3 {
  font-size: 42px;
  color: var(--brass-light);
  margin-bottom: 8px
}

.stat span {
  font-size: 12.5px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(246, 243, 236, .6)
}

.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px
}

.testi-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 34px 30px
}

.testi-stars {
  color: var(--brass);
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 16px
}

.testi-quote {
  font-family: Fraunces, serif;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 22px
}

.testi-person {
  display: flex;
  align-items: center;
  gap: 14px
}

.testi-person h4 {
  font-size: 14px;
  font-weight: 600;
  font-family: Inter, sans-serif
}

.testi-person span {
  font-size: 12.5px;
  color: rgba(26, 27, 24, .55)
}

.cta-banner {
  background: linear-gradient(120deg, var(--brass-dark) 0, #8f7245 100%);
  padding: 70px 0;
  overflow: hidden
}

.cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, .06) 0, rgba(255, 255, 255, .06) 1px, transparent 1px, transparent 40px)
}

.cta-inner {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap
}

.cta-inner h2 {
  color: var(--ivory);
  font-size: 32px;
  max-width: 520px
}

.cta-inner p {
  color: rgba(246, 243, 236, .85);
  font-size: 14.5px;
  margin-top: 10px
}

.cta-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center
}

.contact-info h2 {
  font-size: 36px;
  margin-bottom: 20px
}

.contact-info p {
  color: rgba(26, 27, 24, .65);
  margin-bottom: 32px;
  max-width: 420px
}

.contact-row {
  display: flex;
  gap: 18px;
  margin-bottom: 24px;
  align-items: flex-start
}

.contact-row .ic {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--brass-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0
}

.contact-row h4 {
  font-size: 14.5px;
  margin-bottom: 3px
}

.contact-row span {
  font-size: 13.5px;
  color: rgba(26, 27, 24, .6)
}

.form-card {
  background: var(--ivory);
  border-radius: 6px;
  padding: 42px;
  border: 1px solid var(--line)
}

.footer-disclaimer,
.footer-top {
  border-bottom: 1px solid var(--line-light)
}

.form-card h3 {
  font-size: 21px;
  margin-bottom: 6px
}

.form-card>p {
  font-size: 13.5px;
  color: rgba(26, 27, 24, .55);
  margin-bottom: 24px
}

.form-row,
.modal-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px
}

.form-field label,
.modal-form .form-field label {
  font-size: 12px;
  font-weight: 500;
  display: block;
  margin-bottom: 6px;
  color: rgba(26, 27, 24, .7)
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 3px;
  padding: 11px 13px;
  font-family: Inter, sans-serif;
  font-size: 13.5px;
  background: var(--white)
}

.form-field textarea {
  resize: none;
  height: 80px
}

.form-full,
.modal-form .form-full {
  margin-bottom: 14px
}

.form-card .btn,
.modal-form .btn {
  width: 100%;
  justify-content: center;
  margin-top: 6px
}

.form-note {
  font-size: 11.5px;
  color: rgba(26, 27, 24, .45);
  margin-top: 14px
}

footer {
  background: var(--ink);
  color: rgba(246, 243, 236, .7);
  padding: 64px 0 26px
}

.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 50px;
  padding-bottom: 44px
}

.footer-brand .logo {
  color: var(--ivory);
  margin-bottom: 14px
}

.footer-brand p {
  font-size: 13.5px;
  max-width: 280px;
  line-height: 1.7
}

.footer-col h4 {
  color: var(--ivory);
  font-size: 13.5px;
  font-weight: 600;
  margin-bottom: 18px
}

.footer-col a {
  display: block;
  font-size: 13.5px;
  margin-bottom: 11px;
  color: rgba(246, 243, 236, .65)
}

.footer-disclaimer {
  font-size: 11.5px;
  color: rgba(246, 243, 236, .4);
  line-height: 1.7;
  padding: 26px 0 18px
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 22px;
  font-size: 12.5px;
  color: rgba(246, 243, 236, .4);
  flex-wrap: wrap;
  gap: 10px
}

.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 500;
  background: rgba(15, 16, 13, .72);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s
}

.modal-box,
.modal-side {
  position: relative;
  overflow: hidden
}

.modal-overlay.open {
  opacity: 1;
  visibility: visible
}

.modal-box {
  width: 100%;
  max-width: 920px;
  max-height: 92vh;
  background: var(--ivory);
  border-radius: 8px;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  box-shadow: 0 40px 90px rgba(0, 0, 0, .4);
  transform: translateY(24px) scale(.98);
  transition: transform .35s cubic-bezier(.2, .8, .2, 1)
}

.modal-overlay.open .modal-box {
  transform: translateY(0) scale(1)
}

.modal-side {
  background: linear-gradient(160deg, var(--forest-light) 0, var(--forest) 55%, var(--ink) 100%);
  color: var(--ivory);
  padding: 44px 38px;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.modal-side::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: .5;
  background-image: repeating-linear-gradient(115deg, rgba(255, 255, 255, .05) 0, rgba(255, 255, 255, .05) 1px, transparent 1px, transparent 30px)
}

.modal-side>* {
  position: relative;
  z-index: 1
}

.modal-side .logo {
  color: var(--ivory);
  margin-bottom: 34px
}

.modal-side h3 {
  font-size: 26px;
  line-height: 1.25;
  margin-bottom: 14px;
  color: var(--ivory)
}

.modal-form>p.sub,
.modal-side p {
  margin-bottom: 26px;
  font-size: 13.5px
}

.modal-side p {
  color: rgba(246, 243, 236, .72)
}

.modal-perks li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
  color: rgba(246, 243, 236, .85);
  margin-bottom: 14px
}

.modal-close,
.modal-secure {
  display: flex;
  align-items: center
}

.modal-perks .check {
  margin-top: 1px
}

.modal-form {
  padding: 44px 40px;
  position: relative;
  overflow-y: auto
}

.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(26, 27, 24, .06);
  justify-content: center;
  font-size: 16px;
  color: var(--ink);
  transition: background .2s
}

.modal-close:hover {
  background: rgba(26, 27, 24, .12)
}

.modal-form .eyebrow {
  margin-bottom: 10px
}

.modal-form h3 {
  font-size: 24px;
  margin-bottom: 8px
}

.modal-form>p.sub {
  color: rgba(26, 27, 24, .6)
}

.modal-form .form-field input,
.modal-form .form-field select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 3px;
  padding: 12px 14px;
  font-family: Inter, sans-serif;
  font-size: 13.5px;
  background: var(--white)
}

.modal-form .form-field input:focus,
.modal-form .form-field select:focus {
  outline: 0;
  border-color: var(--brass)
}

.modal-secure {
  gap: 8px;
  font-size: 11.5px;
  color: rgba(26, 27, 24, .5);
  margin-top: 16px;
  justify-content: center
}

.modal-secure .lock {
  width: 14px;
  height: 14px;
  border: 1px solid rgba(26, 27, 24, .4);
  border-radius: 2px;
  display: inline-block;
  position: relative
}

.instant-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 18px;
  border-radius: 30px;
  background: var(--brass-dark);
  color: var(--ivory);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .03em;
  text-transform: uppercase;
  border: none
}

.instant-pill:hover {
  background: var(--ink)
}

.instant-pill .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7cfca0;
  animation: 1.6s infinite pulse
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: .3
  }
}

@media (max-width:720px) {
  .modal-box {
    grid-template-columns: 1fr;
    max-height: 88vh;
    overflow-y: auto
  }

  .modal-side {
    padding: 32px 28px
  }

  .modal-form {
    padding: 36px 28px
  }
}

@media (max-width:980px) {
  .hero-content h1 {
    font-size: 38px
  }

  .hero-stats {
    gap: 28px
  }

  .amen-cats,
  .h-grid,
  .listings-grid,
  .testi-grid {
    grid-template-columns: 1fr
  }

  .h-item {
    border-right: none;
    border-bottom: 1px solid var(--line)
  }

  .about-grid,
  .contact-grid,
  .loc-grid {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .gallery-grid,
  .stats-band {
    grid-template-columns: repeat(2, 1fr)
  }

  .gallery-grid {
    grid-template-rows: auto
  }

  .g1,
  .g2,
  .g3,
  .g4 {
    grid-column: auto;
    grid-row: auto;
    height: 200px
  }

  .stat {
    border-bottom: 1px solid var(--line-light)
  }

  .nav-links {
    display: none
  }

  table.config {
    font-size: 12.5px
  }

  table.config td,
  table.config thead th {
    padding: 12px 14px
  }

  .cta-inner {
    text-align: center;
    justify-content: center
  }

  .section {
    padding: 72px 0
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }
}

body,
html {
  overflow-x: hidden
}

img,
svg {
  max-width: 100%
}

@media (max-width:768px) {

  .footer-brand p,
  .hero-content {
    max-width: 100%
  }

  .footer-disclaimer,
  .instant-pill {
    font-size: 11px
  }

  .wrap {
    padding: 0 24px
  }

  .section {
    padding: 60px 0
  }

  .section-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 40px
  }

  .section-head p {
    max-width: 100%;
    padding-bottom: 0
  }

  .hero {
    min-height: 86vh
  }

  .hero-content {
    padding: 40px 22px
  }

  .hero-content h1 {
    font-size: 30px;
    margin-bottom: 14px
  }

  .hero-content p {
    font-size: 14.5px;
    margin-bottom: 20px
  }

  .hero-actions {
    gap: 12px;
    margin-bottom: 30px
  }

  .hero-actions .btn {
    padding: 13px 20px;
    font-size: 13px;
    flex: 1 1 auto;
    justify-content: center
  }

  .hero-stats {
    gap: 22px;
    padding-top: 20px
  }

  .hero-stats div h3 {
    font-size: 22px
  }

  .hero-dots {
    right: 20px;
    bottom: 20px
  }

  .instant-pill {
    padding: 13px 100px
  }

  .amen-cat {
    padding: 26px 22px
  }

  .listing-body {
    padding: 20px
  }

  .about-imgs {
    height: 280px
  }

  .about-text h2,
  .contact-info h2 {
    font-size: 28px
  }

  .zone-list {
    grid-template-columns: 1fr
  }

  .config-wrap {
    overflow-x: auto;
    margin-top: 20px;
    -webkit-overflow-scrolling: touch
  }

  table.config {
    min-width: 640px
  }

  .cta-inner h2 {
    font-size: 26px
  }

  .cta-actions .btn {
    flex: 1 1 auto;
    justify-content: center
  }

  .form-card {
    padding: 28px
  }

  .footer-bottom {
    flex-direction: column;
    gap: 6px
  }

  .modal-side {
    padding: 30px 24px
  }

  .modal-side h3 {
    font-size: 21px
  }

  .modal-form {
    padding: 32px 24px
  }
}

@media (max-width:560px) {

  .footer-top,
  .form-row,
  .modal-form .form-row {
    grid-template-columns: 1fr
  }

  .modal-side {
    display: none
  }

  .logo {
    font-size: 18px
  }

  .logo .mark {
    width: 26px;
    height: 26px;
    font-size: 12px
  }

  .hero-content h1 {
    font-size: 26px
  }

  .hero-stats {
    gap: 16px
  }

  .hero-stats div {
    min-width: 42%
  }

  .hero-stats div h3 {
    font-size: 20px
  }

  .h-item {
    padding: 28px 22px
  }

  .footer-top {
    gap: 28px
  }

  .stat {
    padding: 40px 20px
  }

  .stat h3 {
    font-size: 32px
  }

  .testi-card {
    padding: 26px 22px
  }

  .testi-quote {
    font-size: 15px
  }

  .cta-inner {
    text-align: center
  }

  .cta-actions {
    justify-content: center;
    width: 100%
  }

  .cta-actions .btn {
    width: 100%
  }

  .wa-float {
    padding: 11px 16px;
    font-size: 12px;
    right: 14px;
    bottom: 14px
  }

  .modal-box {
    border-radius: 6px
  }

  .modal-close {
    top: 12px;
    right: 12px
  }
}

@media (max-width:380px) {
  .wrap {
    padding: 0 16px
  }

  .hero-content {
    padding: 28px 16px
  }

  .hero-content h1 {
    font-size: 22px
  }

  .hero-content p {
    font-size: 13.5px
  }

  .btn,
  .hero-actions .btn {
    font-size: 12.5px;
    padding: 12px 16px
  }

  .hero-stats div h3 {
    font-size: 18px
  }

  .hero-stats div span {
    font-size: 10.5px
  }

  .section-head h2 {
    font-size: 24px
  }

  .amen-cat h3 {
    font-size: 15px
  }

  .stat h3 {
    font-size: 26px
  }

  .footer-col h4 {
    font-size: 13px
  }
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important
}

.lenis.lenis-stopped {
  overflow: hidden
}

.reveal {
  opacity: 0;
  transform: translateY(80px)
}

.reveal-left {
  opacity: 0;
  transform: translateX(-80px)
}

.reveal-right {
  opacity: 0;
  transform: translateX(80px)
}

.reveal-scale {
  opacity: 0;
  transform: scale(.85)
}

html.lenis,
html.lenis body {
  height: auto
}

.image-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .9);
  z-index: 99999;
  justify-content: center;
  align-items: center
}

.image-modal img {
  width: 60%;
  border-radius: 10px
}

.close-modal {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 40px
}

.listing-next,
.listing-prev {
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
  color: #000
}

.listing-prev {
  left: 15px
}

.listing-next {
  right: 15px
}

.listing-next:after,
.listing-prev:after {
  font-size: 15px;
  font-weight: 700
}

@media(max-width:768px) {
  .listing-prev {
    left: 5px
  }

  .listing-next {
    right: 5px
  }
}
