/* SEARCH SECTIONS: CONTENT THEME | LISTING IMAGE GALLERY | ARTICLE | FOOTER */
:root
{
  --ink: #292425;
  --muted: #6d6466;
  --coral: #e94f64;
  --coral-dark: #bd344d;
  --sand: #f7f3f0;
  --line: #ded7d3;
  --white: #fff;
  --font: "Manrope", sans-serif
}
*
{
  box-sizing: border-box
}
html
{
  scroll-behavior: smooth
}
body
{
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font: 16px/1.7 var(--font);
  -webkit-font-smoothing: antialiased
}
a
{
  color: inherit;
  text-decoration: none
}
img
{
  max-width: 100%
}
:focus-visible
{
  outline: 3px solid var(--coral);
  outline-offset: 3px
}
.content-header
{
  height: 78px;
  padding: 0 clamp(20px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  background: #fff
}
.content-brand
{
  display: flex;
  align-items: center;
  gap: 11px
}
.content-brand img
{
  width: 46px;
  height: 46px;
  object-fit: cover;
  border-radius: 50%
}
.content-brand span
{
  display: flex;
  flex-direction: column;
  line-height: 1
}
.content-brand strong
{
  font-size: 16px;
  letter-spacing: .04em
}
.content-brand small
{
  margin-top: 6px;
  color: var(--coral-dark);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .24em
}
.content-header nav
{
  display: flex;
  gap: 30px;
  font-size: 13px;
  font-weight: 800
}
.content-header nav a:hover
{
  color: var(--coral-dark)
}
.eyebrow
{
  display: inline-block;
  margin-bottom: 13px;
  color: var(--coral-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase
}
.journal-article>header, .listing-intro, .journal-index>header
{
  max-width: 1040px;
  margin: auto;
  padding: 92px 24px 50px
}
.journal-article>header>p, .listing-intro>p
{
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700
}
.journal-article h1, .listing-intro h1, .journal-index h1
{
  max-width: 920px;
  margin: 0;
  font-size: clamp(46px, 7vw, 82px);
  line-height: 1.02;
  letter-spacing: -.055em
}
.listing-property-id
{
  margin-top: 14px;
  color: var(--coral-dark);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .015em
}
.article-byline, .listing-meta
{
  margin-top: 28px;
  padding-top: 20px;
  display: flex;
  gap: 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px
}
.listing-meta strong
{
  color: var(--ink);
  font-size: 22px
}
.journal-article>figure
{
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 24px
}
.journal-article>figure img
{
  width: 100%;
  max-height: 720px;
  display: block;
  object-fit: cover;
  border-radius: 18px
}
.journal-article figcaption
{
  margin-top: 8px;
  color: var(--muted);
  font-size: 10px;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: .08em
}
.article-layout
{
  max-width: 1120px;
  margin: 70px auto 110px;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 230px minmax(0, 720px);
  gap: 80px;
  justify-content: center
}
.article-layout>aside
{
  position: sticky;
  top: 28px;
  height: max-content;
  padding: 20px 0;
  border-top: 2px solid var(--ink)
}
.article-layout>aside span
{
  display: block;
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase
}
.article-layout>aside a
{
  display: block;
  padding: 7px 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4
}
.article-layout>aside a:hover
{
  color: var(--coral-dark)
}
.article-lead
{
  margin: 0 0 55px;
  color: var(--ink);
  font-size: 23px;
  line-height: 1.55;
  letter-spacing: -.015em
}
.article-copy section
{
  margin: 0 0 55px;
  scroll-margin-top: 30px
}
.article-copy h2
{
  margin: 0 0 16px;
  font-size: 31px;
  line-height: 1.2;
  letter-spacing: -.035em
}
.article-copy p
{
  margin: 0 0 18px;
  color: #4f484a;
  font-size: 16px
}
.article-copy ul
{
  margin: 23px 0;
  padding: 22px 25px 22px 46px;
  border-left: 4px solid var(--coral);
  background: var(--sand)
}
.article-copy li
{
  margin: 7px 0
}
.article-cta
{
  margin-top: 70px;
  padding: 35px;
  border-radius: 16px;
  background: var(--ink);
  color: #fff
}
.article-cta>span
{
  color: #ff9eaa;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase
}
.article-cta h2
{
  margin: 9px 0 22px;
  color: #fff
}
.article-cta a, .listing-layout aside a
{
  min-height: 48px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  background: var(--coral);
  color: #fff;
  font-size: 13px;
  font-weight: 800
}
/* IMAGE GALLERY: property detail page gallery and image sizing */
.listing-gallery
{
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 250px 250px;
  grid-auto-rows: 180px;
  gap: 9px
}
.listing-gallery img
{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover
}
.listing-gallery img:first-child
{
  grid-row: 1/3;
  border-radius: 18px 0 0 18px
}
.listing-gallery img:nth-child(3)
{
  border-radius: 0 18px 0 0
}
.listing-gallery img:nth-child(5)
{
  border-radius: 0 0 18px 0
}
.listing-gallery img:nth-child(n+6)
{
  border-radius: 12px
}
.listing-section-navigation
{
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px
}
.listing-section-navigation button
{
  min-height: 40px;
  padding: 0 17px;
  border: 1px solid #d9d2ce;
  border-radius: 999px;
  background: #eee9e6;
  color: var(--muted);
  font: 800 11px/1 var(--font)
}
.listing-section-navigation button:hover, .listing-section-navigation button.is-active
{
  background: #fff;
  color: var(--ink);
  box-shadow: 0 3px 12px rgba(41, 36, 37, .1)
}
.listing-section-stack
{
  display: grid;
  gap: 16px
}
.listing-detail-section
{
  scroll-margin-top: 96px
}
.listing-detail-section:not(.listing-about)
{
  padding: 24px;
  border: 1px solid #e5e1e0;
  border-radius: 18px;
  background: #fff
}
.listing-detail-section>h2
{
  margin: 0 0 12px;
  font-size: 25px
}
.listing-comparison>span
{
  color: var(--coral-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase
}
.listing-comparison label
{
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800
}
.listing-comparison select
{
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  font: 700 12px/1 var(--font)
}
.listing-compare-cards
{
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px
}
.listing-compare-cards article
{
  min-width: 0;
  padding: 6px;
  display: flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #e7dfe1;
  border-radius: 11px
}
.listing-compare-cards img
{
  width: 44px;
  height: 44px;
  border-radius: 7px;
  object-fit: cover
}
.listing-compare-cards small, .listing-compare-cards strong
{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.listing-compare-cards small { color: var(--coral-dark); font-size: 8px; font-weight: 800 }
.listing-compare-cards strong { font-size: 10px }
.listing-compare-facts
{
  margin: 10px 0 0;
  border: 1px solid #ebe3e4;
  border-radius: 11px;
  overflow: hidden
}
.listing-compare-facts div
{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid #eee7e8
}
.listing-compare-facts div:last-child { border-bottom: 0 }
.listing-compare-facts dt, .listing-compare-facts dd
{
  min-width: 0;
  margin: 0;
  padding: 9px;
  font-size: 10px;
  overflow-wrap: anywhere
}
.listing-compare-facts dt { color: var(--muted); font-weight: 800 }
.listing-compare-facts dd { border-left: 1px solid #eee7e8; font-weight: 800 }
.listing-tags
{
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px
}
.listing-tags span
{
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--sand);
  font-size: 10px;
  font-weight: 800
}
.listing-layout
{
  max-width: 1120px;
  margin: 70px auto 110px;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 70px
}
.listing-layout>section>h2
{
  margin: 0 0 15px;
  font-size: 32px;
  letter-spacing: -.035em
}
.listing-layout>section>p
{
  color: #51494b
}
.listing-facts
{
  margin: 35px 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line)
}
.listing-facts div
{
  padding: 18px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line)
}
.listing-facts dt
{
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase
}
.listing-facts dd
{
  margin: 3px 0 0;
  font-size: 14px;
  font-weight: 800
}
.listing-layout>aside
{
  height: max-content;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--sand)
}
.listing-layout>aside>span
{
  color: var(--coral-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase
}
.listing-layout aside h2
{
  margin: 8px 0 12px;
  font-size: 26px;
  line-height: 1.2
}
.listing-layout aside p
{
  color: var(--muted);
  font-size: 13px
}
.journal-index
{
  max-width: 1240px;
  margin: auto;
  padding-bottom: 110px
}
.journal-index>header
{
  margin: 0;
  padding-left: 0;
  padding-right: 0
}
.journal-index>header>p
{
  max-width: 680px;
  color: var(--muted);
  font-size: 17px
}
.journal-list
{
  display: grid;
  gap: 22px
}
.journal-list article
{
  display: grid;
  grid-template-columns: 410px 1fr;
  gap: 34px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 17px
}
.journal-list article>a img
{
  width: 100%;
  height: 270px;
  display: block;
  object-fit: cover;
  border-radius: 11px
}
.journal-list article>div
{
  padding: 15px 15px 15px 0
}
.journal-list article span
{
  color: var(--coral-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase
}
.journal-list h2
{
  margin: 8px 0;
  font-size: 29px;
  line-height: 1.22;
  letter-spacing: -.035em
}
.journal-list p
{
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 14px
}
.text-link
{
  font-size: 13px;
  font-weight: 800
}
.text-link:hover
{
  color: var(--coral-dark)
}
.content-footer
{
  padding: 55px clamp(24px, 6vw, 90px) 35px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  background: var(--ink);
  color: #fff
}
.content-footer strong
{
  font-size: 21px
}
.content-footer p
{
  max-width: 460px;
  color: rgba(255, 255, 255, .65);
  font-size: 13px
}
.content-footer nav
{
  display: flex;
  gap: 24px;
  align-items: center;
  font-size: 12px;
  font-weight: 800
}
.content-footer small
{
  grid-column: 1/3;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .55);
  font-size: 10px
}
.content-footer-social-links
{
  display: flex;
  gap: 7px
}
.content-footer-social-links a
{
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 50%;
  color: #fff
}
.content-footer-social-links a:hover
{
  border-color: #ff8b9a;
  color: #ff8b9a
}
.content-footer-social-links svg
{
  width: 15px;
  height: 15px;
  fill: currentColor
}
@media(max-width:760px)
{
  .content-header
  {
    height: 68px;
    padding: 0 15px
  }
  .content-brand img
  {
    width: 40px;
    height: 40px
  }
  .content-brand strong
  {
    font-size: 14px
  }
  .content-header nav a:not(:last-child)
  {
    display: none
  }
  .content-header nav
  {
    font-size: 12px
  }
  .journal-article>header, .listing-intro, .journal-index>header
  {
    padding: 65px 20px 38px
  }
  .journal-article h1, .listing-intro h1, .journal-index h1
  {
    font-size: clamp(42px, 13vw, 58px)
  }
  .article-byline, .listing-meta
  {
    flex-direction: column;
    gap: 6px
  }
  .journal-article>figure
  {
    padding: 0 12px
  }
  .journal-article>figure img
  {
    height: 330px;
    border-radius: 13px
  }
  .article-layout
  {
    margin: 48px auto 75px;
    padding: 0 20px;
    display: block
  }
  .article-layout>aside
  {
    display: none
  }
  .article-lead
  {
    font-size: 20px
  }
  .article-copy h2
  {
    font-size: 28px
  }
  .listing-page
  {
    background: #f4f4f9
  }
  .listing-intro
  {
    background: #fff
  }
  .listing-gallery
  {
    padding: 12px;
    display: flex;
    gap: 7px;
    overflow-x: auto
  }
  .listing-gallery img, .listing-gallery img:first-child, .listing-gallery img:nth-child(3), .listing-gallery img:nth-child(5)
  {
    flex: 0 0 88%;
    height: 330px;
    border-radius: 18px
  }
  .listing-layout
  {
    margin: 0 auto;
    padding: 12px 12px 75px;
    grid-template-columns: 1fr;
    gap: 12px
  }
  .listing-layout>section, .listing-layout>aside
  {
    padding: 22px 20px;
    border: 1px solid #e6e4ec;
    border-radius: 20px;
    background: #fff
  }
  .listing-facts
  {
    grid-template-columns: 1fr 1fr
  }
  .listing-layout aside a
  {
    width: 100%;
    justify-content: center
  }
  .journal-index
  {
    padding: 0 15px 75px
  }
  .journal-index>header
  {
    padding-left: 0;
    padding-right: 0
  }
  .journal-list article
  {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px
  }
  .journal-list article>a img
  {
    height: 245px
  }
  .journal-list article>div
  {
    padding: 14px
  }
  .content-footer
  {
    grid-template-columns: 1fr;
    padding: 45px 24px 30px
  }
  .content-footer nav
  {
    flex-wrap: wrap
  }
  .content-footer small
  {
    grid-column: auto
  }
}

/* Standalone property comparison */
.compare-page-body
{
  background: #f4f2f1
}
.compare-page-home
{
  min-height: 41px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #ded7d3;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 11px;
  font-weight: 800
}
.compare-page
{
  max-width: 1180px;
  margin: 0 auto;
  padding: 74px 24px 110px
}
.compare-page-intro
{
  max-width: 790px;
  margin-bottom: 38px
}
.compare-page-intro>span,
.compare-page-workspace>header span,
.compare-page-contact>div>span
{
  color: var(--coral-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase
}
.compare-page-intro h1
{
  max-width: 760px;
  margin: 10px 0 16px;
  font-size: clamp(42px,6vw,76px);
  line-height: .98;
  letter-spacing: -.065em
}
.compare-page-intro p
{
  max-width: 670px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75
}
.compare-page-workspace
{
  padding: 30px;
  border: 1px solid #e2dcda;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(43,31,35,.09)
}
.compare-page-workspace>header
{
  margin-bottom: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px
}
.compare-page-workspace h2
{
  margin: 5px 0 0;
  font-size: 30px;
  letter-spacing: -.045em
}
.compare-page-workspace h2 em
{
  color: var(--coral-dark);
  font-family: Georgia,serif;
  font-weight: 400
}
.compare-page-workspace>header p
{
  margin: 0;
  color: var(--muted);
  font-size: 11px
}
.compare-page-selectors
{
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 14px
}
.compare-page-selector
{
  position: relative
}
.compare-page-selector label
{
  margin: 0 0 8px 4px;
  display: block;
  color: var(--ink);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase
}
.compare-page-selector input
{
  width: 100%;
  height: 54px;
  padding: 0 17px;
  border: 1px solid #ded7d3;
  border-radius: 14px;
  background: #f8f6f5;
  color: var(--ink);
  font: 700 13px/1 var(--font);
  outline: none
}
.compare-page-selector input:focus
{
  border-color: var(--coral);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(233,79,100,.11)
}
.compare-page-versus
{
  width: 42px;
  height: 42px;
  margin-bottom: 6px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-size: 9px;
  font-weight: 800
}
.compare-page-options
{
  position: absolute;
  z-index: 8;
  top: calc(100% + 7px);
  left: 0;
  right: 0;
  max-height: 340px;
  padding: 7px;
  overflow-y: auto;
  border: 1px solid #e0d9d6;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 20px 45px rgba(40,29,32,.16)
}
.compare-page-options[hidden]
{
  display: none
}
.compare-page-options button
{
  width: 100%;
  min-height: 64px;
  padding: 7px;
  display: grid;
  grid-template-columns: 50px 1fr auto;
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--ink);
  text-align: left
}
.compare-page-options button:hover
{
  background: var(--coral-soft)
}
.compare-page-options img
{
  width: 50px;
  height: 48px;
  border-radius: 8px;
  object-fit: cover
}
.compare-page-options button span
{
  min-width: 0;
  display: flex;
  flex-direction: column
}
.compare-page-options strong
{
  overflow: hidden;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap
}
.compare-page-options small
{
  margin-top: 3px;
  color: var(--muted);
  font-size: 8px
}
.compare-page-options button>b
{
  font-size: 9px
}
.compare-page-options>p,
.compare-page-status
{
  margin: 0;
  padding: 22px;
  color: var(--muted);
  font-size: 12px;
  text-align: center
}
.compare-page-cards
{
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px
}
.compare-page-cards article
{
  min-height: 130px;
  padding: 10px;
  display: grid;
  grid-template-columns: 142px 1fr;
  gap: 14px;
  border: 1px solid #e5dfdc;
  border-radius: 18px;
  background: #faf8f7
}
.compare-page-cards article>img
{
  width: 142px;
  height: 110px;
  border-radius: 12px;
  object-fit: cover
}
.compare-page-cards article>div
{
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center
}
.compare-page-cards span
{
  color: var(--coral-dark);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase
}
.compare-page-cards strong
{
  margin-top: 5px;
  font-size: 17px
}
.compare-page-cards small
{
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px
}
.compare-page-cards a,
.listing-compare-cards a
{
  width: fit-content;
  margin-top: 12px;
  color: var(--coral-dark);
  font-size: 10px;
  font-weight: 800
}
.compare-page-cards a:hover,
.listing-compare-cards a:hover
{
  text-decoration: underline
}
.compare-page-facts
{
  margin: 16px 0 0;
  border: 1px solid #e8e2df;
  border-radius: 17px;
  background: #fff
}
.compare-page-facts div
{
  display: grid;
  grid-template-columns: minmax(130px,.72fr) 1fr 1fr;
  border-bottom: 1px solid #eee9e6
}
.compare-page-facts div:last-child
{
  border-bottom: 0
}
.compare-page-facts dt,
.compare-page-facts dd
{
  margin: 0;
  padding: 13px 16px;
  font-size: 11px
}
.compare-page-facts dt
{
  color: var(--muted);
  font-weight: 800
}
.compare-page-facts dd
{
  border-left: 1px solid #eee9e6;
  font-weight: 800
}
.compare-page-contact
{
  margin-top: 22px;
  padding: 34px;
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(420px,.9fr);
  align-items: center;
  gap: 40px;
  border-radius: 26px;
  background: var(--ink);
  color: #fff
}
.compare-page-contact h2
{
  max-width: 570px;
  margin: 8px 0 10px;
  color: #fff;
  font-size: 30px;
  letter-spacing: -.045em
}
.compare-page-contact p
{
  margin: 0;
  color: rgba(255,255,255,.64);
  font-size: 12px;
  line-height: 1.7
}
.compare-contact-details
{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px
}
.compare-contact-details>a,
.compare-contact-details>div
{
  min-height: 74px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 13px;
  background: rgba(255,255,255,.07);
  color: #fff
}
.compare-contact-details>div:last-child
{
  grid-column: 1/3
}
.compare-contact-details strong
{
  font-size: 10px
}
.compare-contact-details span
{
  margin-top: 5px;
  color: rgba(255,255,255,.62);
  font-size: 9px
}
.listing-compare-cards article span
{
  display: flex;
  flex-direction: column
}
@media(max-width:760px)
{
  .compare-page-home
  {
    min-height: 38px;
    padding: 0 13px
  }
  .compare-page
  {
    padding: 42px 12px 76px
  }
  .compare-page-intro
  {
    padding: 0 6px;
    margin-bottom: 25px
  }
  .compare-page-intro h1
  {
    font-size: clamp(38px,12vw,52px)
  }
  .compare-page-intro p
  {
    font-size: 13px
  }
  .compare-page-workspace
  {
    padding: 17px 12px;
    border-radius: 21px
  }
  .compare-page-workspace>header
  {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px
  }
  .compare-page-workspace h2
  {
    font-size: 24px
  }
  .compare-page-selectors
  {
    grid-template-columns: 1fr;
    gap: 9px
  }
  .compare-page-versus
  {
    width: 34px;
    height: 34px;
    margin: -2px auto
  }
  .compare-page-options
  {
    position: relative;
    top: 6px;
    max-height: 270px;
    margin-bottom: 6px
  }
  .compare-page-cards
  {
    gap: 7px
  }
  .compare-page-cards article
  {
    min-width: 0;
    min-height: 0;
    padding: 7px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-radius: 14px
  }
  .compare-page-cards article>img
  {
    width: 100%;
    height: 105px;
    border-radius: 9px
  }
  .compare-page-cards strong
  {
    font-size: 12px
  }
  .compare-page-cards a
  {
    margin-top: 9px;
    font-size: 9px
  }
  .compare-page-facts div
  {
    grid-template-columns: 88px 1fr 1fr
  }
  .compare-page-facts dt,
  .compare-page-facts dd
  {
    padding: 10px 7px;
    font-size: 9px;
    overflow-wrap: anywhere
  }
  .compare-page-contact
  {
    padding: 25px 18px;
    grid-template-columns: 1fr;
    gap: 24px;
    border-radius: 21px
  }
  .compare-contact-details
  {
    grid-template-columns: 1fr
  }
  .compare-contact-details>div:last-child
  {
    grid-column: auto
  }
}
.listing-layout aside a.listing-whatsapp
{
  background: #198f36
}
.listing-contact-pending
{
  min-height: 48px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #b9afac;
  border-radius: 10px;
  color: var(--muted);
  font-size: 12px;
  text-align: center
}

/* Circular property gallery and full-screen image viewer */
.listing-gallery
{
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 24px;
  display: block
}
.listing-gallery-stage
{
  position: relative;
  height: clamp(420px, 58vw, 680px);
  overflow: hidden;
  border-radius: 24px;
  background: #242021;
  box-shadow: 0 20px 55px rgba(38, 28, 30, .16);
  outline: none;
  touch-action: pan-y;
  cursor: grab
}
.listing-gallery-stage:active
{
  cursor: grabbing
}
.listing-gallery-stage:focus-visible
{
  box-shadow: 0 0 0 4px rgba(233, 79, 100, .25), 0 20px 55px rgba(38, 28, 30, .16)
}
.listing-gallery-slide
{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.015);
  transition: opacity .32s ease, transform .5s cubic-bezier(.2,.72,.2,1)
}
.listing-gallery-slide.is-active
{
  opacity: 1;
  pointer-events: auto;
  transform: scale(1)
}
.listing-gallery .listing-gallery-slide img,
.listing-gallery .listing-gallery-thumbnail img
{
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0;
  object-fit: contain;
  user-select: none;
  pointer-events: none
}
.listing-gallery-control,
.listing-lightbox-control
{
  position: absolute;
  z-index: 4;
  top: 50%;
  width: 48px;
  height: 48px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.52);
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  color: var(--ink);
  box-shadow: 0 8px 24px rgba(24,18,20,.22);
  backdrop-filter: blur(14px);
  transform: translateY(-50%);
  transition: background .2s ease, transform .2s ease
}
.listing-gallery-control:hover,
.listing-lightbox-control:hover
{
  background: #fff;
  transform: translateY(-50%) scale(1.06)
}
.listing-gallery-control.previous,
.listing-lightbox-control.previous
{
  left: 20px
}
.listing-gallery-control.next,
.listing-lightbox-control.next
{
  right: 20px
}
.listing-gallery-control svg,
.listing-lightbox-control svg,
.listing-lightbox header button svg
{
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}
.listing-gallery-counter,
.listing-gallery-hint
{
  position: absolute;
  z-index: 4;
  bottom: 18px;
  min-height: 35px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  background: rgba(28,23,25,.64);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  backdrop-filter: blur(12px)
}
.listing-gallery-counter
{
  right: 18px
}
.listing-gallery-hint
{
  left: 18px
}
.listing-gallery-thumbnails
{
  margin-top: 10px;
  padding: 4px 0 3px;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: thin;
  scroll-snap-type: x proximity
}
.listing-gallery-thumbnail
{
  width: 92px;
  height: 64px;
  padding: 3px;
  flex: 0 0 auto;
  overflow: hidden;
  scroll-snap-align: center;
  border: 2px solid transparent;
  border-radius: 12px;
  background: #fff;
  opacity: .68;
  transition: border-color .2s ease, opacity .2s ease, transform .2s ease
}
.listing-gallery-thumbnail.is-active,
.listing-gallery-thumbnail:hover
{
  border-color: var(--coral);
  opacity: 1;
  transform: translateY(-1px)
}
.listing-gallery .listing-gallery-thumbnail img
{
  border-radius: 7px;
  object-fit: cover
}
.listing-lightbox
{
  width: 100vw;
  max-width: none;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: clamp(12px, 2.5vw, 32px);
  overflow: hidden;
  border: 0;
  background: rgba(20,17,18,.82)
}
.listing-lightbox[open]
{
  display: grid;
  place-items: center
}
.listing-lightbox::backdrop
{
  background: rgba(20,17,18,.92);
  backdrop-filter: blur(12px)
}
.listing-lightbox-panel
{
  position: relative;
  width: min(1280px, 100%);
  height: min(900px, 100%);
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  background: #191617;
  box-shadow: 0 35px 100px rgba(0,0,0,.52)
}
.listing-lightbox header,
.listing-lightbox footer
{
  min-height: 70px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  background: rgba(25,22,23,.94)
}
.listing-lightbox header>div
{
  min-width: 0;
  display: flex;
  flex-direction: column
}
.listing-lightbox header span,
.listing-lightbox footer small
{
  color: rgba(255,255,255,.62);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase
}
.listing-lightbox header strong
{
  overflow: hidden;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap
}
.listing-lightbox-counter
{
  margin-left: auto;
  font-size: 12px!important;
  color: #fff!important
}
.listing-lightbox header button
{
  width: 44px;
  height: 44px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  color: #fff
}
.listing-lightbox figure
{
  min-height: 0;
  margin: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  touch-action: none;
  cursor: grab
}
.listing-lightbox figure:active
{
  cursor: grabbing
}
.listing-lightbox figure img
{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  user-select: none;
  pointer-events: none
}
.listing-lightbox footer
{
  min-height: 54px;
  justify-content: space-between;
  color: rgba(255,255,255,.82);
  font-size: 12px
}
.listing-section-navigation
{
  position: sticky;
  z-index: 12;
  top: 78px;
  margin: -4px -6px 16px;
  padding: 9px 6px;
  flex-wrap: nowrap;
  overflow-x: auto;
  background: rgba(247,245,244,.9);
  box-shadow: 0 8px 18px rgba(41,36,37,.06);
  backdrop-filter: blur(14px);
  scrollbar-width: none
}
.listing-section-navigation::-webkit-scrollbar
{
  display: none
}
.listing-mobile-viewing
{
  display: none
}

/* Compact listing view: information stays in view instead of reading like an article. */
.content-header { position:sticky; z-index:50; top:0; transition:transform .28s ease, box-shadow .28s ease; }
.content-header.is-hidden { transform:translateY(-100%); box-shadow:none; }
.listing-intro { max-width:1120px; padding:42px 24px 26px; }
.listing-intro-top { display:flex; align-items:center; justify-content:space-between; gap:14px; margin-bottom:14px; }
.listing-intro-top>p { margin:0; }
.listing-back { min-height:34px; padding:0 10px; display:inline-flex; align-items:center; gap:6px; border:1px solid var(--line); border-radius:999px; color:var(--ink); font-size:11px; font-weight:800; }
.listing-back::after { content:"Back to properties"; }
.listing-intro h1 { max-width:760px; font-size:clamp(34px,4.6vw,58px); line-height:1.04; }
.listing-meta { margin-top:16px; }
.listing-layout { max-width:1280px; margin:30px auto 78px; grid-template-columns:minmax(0,1fr) 300px; gap:30px; }
.listing-section-stack { grid-template-columns:minmax(0,1.06fr) minmax(0,.94fr); align-items:start; gap:14px; }
.listing-about { grid-column:1; padding:22px; border:1px solid #e5e1e0; border-radius:18px; background:#fff; }
.listing-comparison { grid-column:2; }
.listing-detail-section:not(.listing-about):not(.listing-comparison), .listing-map { grid-column:1 / -1; }
.listing-about>p { margin:0; color:#51494b; font-size:13px; line-height:1.6; }
.listing-facts { margin-top:16px; }
.listing-facts div { padding:12px; }
.listing-gallery-stage { height:clamp(300px,40vw,500px); }
.listing-compare-cards article { align-items:flex-start; }
.listing-compare-cards article span { min-width:0; }
.listing-compare-cards a { display:block; margin-top:3px; font-size:9px; }

@media(max-width:760px) {
  .content-header { position:static; transform:none!important; }
  .listing-intro { padding:26px 20px 30px; }
  .listing-intro-top { margin-bottom:0; }
  .listing-back::after { display:none; }
  .listing-intro h1 { max-width:920px; font-size:clamp(42px,13vw,58px); }
  .listing-layout { max-width:1120px; margin:0 auto; padding:12px 12px 75px; grid-template-columns:1fr; gap:12px; }
  .listing-section-stack { grid-template-columns:1fr; gap:16px; }
  .listing-about { grid-column:auto; padding:0; border:0; border-radius:0; background:transparent; }
  .listing-comparison, .listing-detail-section:not(.listing-about):not(.listing-comparison), .listing-map { grid-column:auto; }
  .listing-gallery-stage { height:min(62svh,480px); min-height:330px; }
  .listing-gallery-description { display:none; }
}

@media(max-width:760px) {
  .content-header { position:static; transform:none!important; }
  .listing-intro { padding:26px 20px 30px; }
  .listing-intro-top { margin-bottom:0; }
  .listing-back::after { display:none; }
  .listing-intro h1 { max-width:920px; font-size:clamp(42px,13vw,58px); }
  .listing-layout { max-width:1120px; margin:0 auto; padding:12px 12px 75px; grid-template-columns:1fr; gap:12px; }
  .listing-section-stack { grid-template-columns:1fr; gap:16px; }
  .listing-about { grid-column:auto; padding:0; border:0; border-radius:0; background:transparent; }
  .listing-comparison, .listing-detail-section:not(.listing-about):not(.listing-comparison), .listing-map { grid-column:auto; }
  .listing-gallery-stage { height:min(62svh,480px); min-height:330px; }
  .listing-gallery-description { display:none; }
}
@media(max-width:760px) {
  .listing-intro { padding:22px 16px 16px; }
  .listing-intro-top { margin-bottom:10px; }
  .listing-back::after { display:none; }
  .listing-intro h1 { font-size:clamp(30px,9vw,42px); }
  .listing-layout { margin:0 auto; }
  .listing-section-stack { grid-template-columns:1fr; }
  .listing-about, .listing-comparison, .listing-detail-section:not(.listing-about):not(.listing-comparison), .listing-map { grid-column:auto; }
  .listing-gallery-stage { height:min(48svh,390px); min-height:250px; }
}

/* Desktop view-property layout: small photo browser, static tabs, compact information tiles. */
@media(min-width:761px) {
  .listing-gallery { padding:0 24px; }
  .listing-gallery-stage { display:none; }
  .listing-gallery-thumbnails { margin:0; padding:0 0 4px; gap:10px; }
  .listing-gallery-thumbnail { width:176px; height:118px; padding:0; border-radius:14px; opacity:1; border-color:transparent; box-shadow:0 4px 14px rgba(38,28,30,.08); }
  .listing-gallery-thumbnail:hover, .listing-gallery-thumbnail.is-active { border-color:var(--coral); transform:translateY(-2px); }
  .listing-gallery-description { margin:10px 0 0; color:var(--muted); font-size:11px; font-weight:700; }
  .listing-section-navigation { position:static; margin:0 0 14px; padding:0; overflow:visible; background:transparent; box-shadow:none; backdrop-filter:none; }
  .listing-layout { margin:26px auto 78px; }
  .listing-intro { padding-top:30px; padding-bottom:20px; }
}

/* Keep the pre-existing phone presentation untouched. */
@media(max-width:760px) {
  .content-header { position:static; transform:none!important; }
  .listing-intro { padding:26px 20px 30px; }
  .listing-intro-top { margin-bottom:0; }
  .listing-back::after { display:none; }
  .listing-intro h1 { max-width:920px; font-size:clamp(42px,13vw,58px); }
  .listing-layout { max-width:1120px; margin:0 auto; padding:12px 12px 75px; grid-template-columns:1fr; gap:12px; }
  .listing-section-stack { grid-template-columns:1fr; gap:16px; }
  .listing-about { grid-column:auto; padding:0; border:0; border-radius:0; background:transparent; }
  .listing-comparison, .listing-detail-section:not(.listing-about):not(.listing-comparison), .listing-map { grid-column:auto; }
  .listing-gallery-stage { height:min(62svh,480px); min-height:330px; }
  .listing-gallery-description { display:none; }
}

@media(max-width:760px)
{
  .listing-gallery
  {
    padding: 10px 12px;
    display: block;
    overflow: visible
  }
  .listing-gallery-stage
  {
    height: min(62svh, 480px);
    min-height: 330px;
    border-radius: 20px
  }
  .listing-gallery-control
  {
    display: none
  }
  .listing-gallery-hint
  {
    left: 12px;
    bottom: 12px;
    font-size: 9px
  }
  .listing-gallery-counter
  {
    right: 12px;
    bottom: 12px
  }
  .listing-gallery-thumbnails
  {
    margin-top: 7px
  }
  .listing-gallery-thumbnail
  {
    width: 66px;
    height: 49px;
    border-radius: 10px
  }
  .listing-section-navigation
  {
    top: 69px;
    margin-left: -12px;
    margin-right: -12px;
    padding: 9px 12px
  }
  .listing-mobile-viewing
  {
    position: fixed;
    z-index: 45;
    right: max(15px, env(safe-area-inset-right));
    bottom: max(15px, env(safe-area-inset-bottom));
    min-height: 48px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255,255,255,.52);
    border-radius: 999px;
    background: #198f36;
    color: #fff;
    box-shadow: 0 12px 30px rgba(19,105,42,.28);
    font-size: 11px;
    font-weight: 800;
    transition: opacity .2s ease, transform .2s ease
  }
  .listing-mobile-viewing svg
  {
    width: 19px;
    height: 19px;
    fill: currentColor
  }
  body.listing-lightbox-open .listing-mobile-viewing
  {
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px)
  }
  .listing-lightbox
  {
    padding: 0;
    background: #141112
  }
  .listing-lightbox-panel
  {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0
  }
  .listing-lightbox-control
  {
    display: none
  }
  .listing-lightbox header
  {
    padding-top: max(12px, env(safe-area-inset-top))
  }
  .listing-lightbox footer
  {
    padding-bottom: max(12px, env(safe-area-inset-bottom))
  }
  .listing-lightbox footer small
  {
    display: none
  }
}
.listing-map
{
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--sand)
}
.listing-map>div
{
  padding: 20px 20px 15px
}
.listing-map>div span, .related-properties>header span
{
  color: var(--coral-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase
}
.listing-map h2
{
  margin: 4px 0 0;
  font-size: 22px;
  letter-spacing: -.03em
}
.listing-map iframe
{
  width: 100%;
  height: 320px;
  display: block;
  border: 0;
  background: #e8e4e2
}
.listing-map>a
{
  min-height: 48px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800
}
.listing-map>a:hover
{
  color: var(--coral-dark)
}
.related-properties
{
  max-width: 1380px;
  margin: 0 auto 110px;
  padding: 0 24px
}
.related-properties>header
{
  margin-bottom: 20px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px
}
.related-properties>header h2
{
  margin: 5px 0 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: -.045em
}
.related-controls
{
  display: flex;
  gap: 8px
}
.related-controls button
{
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  font-size: 20px
}
.related-controls button:hover
{
  border-color: var(--ink)
}
.related-track
{
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none
}
.related-track::-webkit-scrollbar
{
  display: none
}
.related-card
{
  flex: 0 0 min(330px, 78vw);
  overflow: hidden;
  scroll-snap-align: start;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff
}
.related-card img
{
  width: 100%;
  height: 220px;
  display: block;
  object-fit: cover
}
.related-card>div
{
  padding: 18px
}
.related-card>div>span
{
  display: block;
  margin-bottom: 9px;
  color: var(--coral-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase
}
.related-card strong
{
  font-size: 19px
}
.related-card h3
{
  margin: 6px 0 4px;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -.03em
}
.related-card p
{
  margin: 0;
  color: var(--muted);
  font-size: 12px
}
.related-card:hover
{
  border-color: #bcada8;
  box-shadow: 0 12px 32px rgba(42, 31, 34, .1)
}
@media(max-width:760px)
{
  .listing-gallery
  {
    scroll-snap-type: x mandatory;
    scrollbar-width: none
  }
  .listing-gallery::-webkit-scrollbar
  {
    display: none
  }
  .listing-gallery img, .listing-gallery img:first-child, .listing-gallery img:nth-child(3), .listing-gallery img:nth-child(5)
  {
    scroll-snap-align: center
  }
  .listing-layout
  {
    padding-bottom: 12px
  }
  .listing-map
  {
    margin-top: 24px;
    border-radius: 16px
  }
  .listing-map iframe
  {
    height: 280px
  }
  .related-properties
  {
    margin: 4px auto 76px;
    padding: 20px 12px 0
  }
  .related-properties>header
  {
    padding: 0 7px;
    align-items: center
  }
  .related-properties>header h2
  {
    font-size: 31px
  }
  .related-controls button
  {
    width: 42px;
    height: 42px
  }
  .related-card
  {
    flex-basis: 82vw;
    max-width: 325px
  }
  .related-card img
  {
    height: 205px
  }
}
/* Property page refinements */ .listing-back
{
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  font-size: 23px;
  font-weight: 600;
  line-height: 1
}
.listing-back:hover
{
  border-color: var(--coral);
  background: #fff6f7;
  color: var(--coral-dark)
}
.related-track
{
  min-width: 0
}
.related-card
{
  min-width: 0
}
.related-card img
{
  max-width: none
}
@media(max-width:760px)
{
  .listing-intro
  {
    padding: 26px 20px 30px
  }
  .listing-back
  {
    width: 42px;
    height: 42px;
    margin-bottom: 15px;
    font-size: 21px
  }
  .listing-intro>p
  {
    margin-bottom: 9px
  }
  .listing-meta
  {
    margin-top: 20px;
    padding-top: 16px;
    gap: 4px
  }
  .listing-meta span
  {
    font-size: 11px
  }
  .related-properties
  {
    overflow: hidden;
    margin-bottom: 70px;
    padding-left: 12px;
    padding-right: 12px
  }
  .related-properties>header
  {
    margin-bottom: 16px
  }
  .related-properties>header h2
  {
    font-size: 29px
  }
  .related-track
  {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: min(78vw, 310px);
    gap: 12px;
    width: 100%;
    overflow-x: auto
  }
  .related-card
  {
    width: 100%;
    max-width: none;
    display: block
  }
  .related-card img
  {
    width: 100%;
    height: 190px;
    max-height: 190px;
    display: block;
    object-fit: cover
  }
  .related-card>div
  {
    padding: 16px
  }
  .related-card h3
  {
    font-size: 18px
  }
}
/* Refined content navigation and WhatsApp contact */ .content-header
{
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom-color: rgba(222, 215, 211, .78);
  box-shadow: 0 8px 28px rgba(47, 35, 38, .055)
}
.content-header nav
{
  align-items: center;
  gap: 8px
}
.content-header nav a
{
  min-height: 40px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px
}
.content-header nav a:hover
{
  background: #fff0f2
}
.listing-layout aside a.listing-whatsapp
{
  gap: 9px
}
.whatsapp-mark
{
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: currentColor!important;
  stroke: none!important
}
.listing-contact-pending
{
  display: none
}
@media(max-width:760px)
{
  .content-header nav a:last-child
  {
    min-height: 38px;
    padding: 0 13px;
    background: #f7f3f0;
    color: var(--ink)
  }
  .content-header nav a:last-child:hover
  {
    background: #fff0f2;
    color: var(--coral-dark)
  }
}
/* Shared content-page navigation */ .content-menu-button
{
  display: none
}
.content-header .content-mobile-navigation
{
  display: none
}
@media(max-width:760px)
{
  .content-header
  {
    position: sticky;
    top: 0;
    z-index: 30;
    padding: 0 14px;
    overflow: visible
  }
  .content-header .content-desktop-navigation
  {
    display: none
  }
  .content-menu-button
  {
    width: 44px;
    height: 44px;
    padding: 10px;
    display: block;
    border: 0;
    border-radius: 50%;
    background: var(--ink);
    box-shadow: 0 7px 18px rgba(41, 36, 37, .16)
  }
  .content-menu-button span
  {
    width: 19px;
    height: 2px;
    margin: 5px auto;
    display: block;
    border-radius: 99px;
    background: #fff;
    transition: transform .18s ease, opacity .18s ease
  }
  .content-menu-button.is-open
  {
    background: var(--coral-dark)
  }
  .content-menu-button.is-open span:first-child
  {
    transform: translateY(7px) rotate(45deg)
  }
  .content-menu-button.is-open span:nth-child(2)
  {
    opacity: 0
  }
  .content-menu-button.is-open span:last-child
  {
    transform: translateY(-7px) rotate(-45deg)
  }
  .content-header .content-mobile-navigation
  {
    position: absolute;
    top: calc(100% + 9px);
    left: 12px;
    right: 12px;
    width: auto;
    padding: 8px;
    display: block;
    border: 1px solid #e8e1de;
    border-radius: 18px;
    background: rgba(255, 255, 255, .985);
    box-shadow: 0 24px 60px rgba(42, 31, 34, .2)
  }
  .content-header .content-mobile-navigation[hidden]
  {
    display: none
  }
  .content-header .content-mobile-navigation a
  {
    min-height: 64px;
    padding: 10px 12px;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 20px;
    align-items: center;
    gap: 10px;
    border-radius: 12px
  }
  .content-header .content-mobile-navigation a+a
  {
    margin-top: 2px
  }
  .content-header .content-mobile-navigation a:hover
  {
    background: #fff3f4
  }
  .content-header .content-mobile-navigation a::after
  {
    content: "→";
    color: var(--coral-dark);
    font-size: 17px;
    text-align: right
  }
  .content-mobile-navigation span
  {
    color: var(--coral-dark);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase
  }
  .content-mobile-navigation strong
  {
    font-size: 15px;
    letter-spacing: -.015em
  }
}
@media(prefers-reduced-motion:reduce)
{
  .content-menu-button span
  {
    transition: none
  }
}
/* Shared settings links and dynamic property media */ @media(min-width:761px)
{
  .content-desktop-navigation a[href="/emi-calculator"]
  {
    background: var(--coral);
    color: #fff
  }
  .content-desktop-navigation a[href="/emi-calculator"]:hover
  {
    background: var(--coral-dark);
    color: #fff
  }
}
.listing-videos
{
  margin-top: 34px
}
.listing-videos h2
{
  margin: 0 0 14px;
  font-size: 24px;
  letter-spacing: -.03em
}
.listing-videos>div
{
  display: flex;
  flex-wrap: wrap;
  gap: 9px
}
.listing-videos a
{
  min-height: 44px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #fff;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800
}
.listing-videos a:hover
{
  border-color: var(--coral);
  color: var(--coral-dark)
}
.listing-videos svg
{
  width: 19px;
  height: 19px;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.5
}
.content-mobile-social-links
{
  display: flex;
  gap: 7px;
  margin: 2px 2px 8px;
  padding: 9px;
  border: 1px solid #f0dadd;
  border-radius: 12px;
  background: #fff0f2
}
.content-header .content-mobile-navigation .content-mobile-social-links a
{
  width: 34px;
  height: 34px;
  min-height: 34px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(189, 52, 77, .25);
  border-radius: 9px;
  background: #fff;
  color: var(--coral-dark)
}
.content-header .content-mobile-navigation .content-mobile-social-links a::after
{
  display: none
}
.content-mobile-social-links svg
{
  width: 16px;
  height: 16px;
  fill: currentColor
}
.listing-meta
{
  align-items: baseline
}
.listing-meta>span
{
  order: 0
}
.listing-meta>strong
{
  order: 1
}
@media(max-width:760px)
{
  .listing-videos
  {
    margin-top: 26px
  }
  .listing-videos>div
  {
    display: grid;
    grid-template-columns: 1fr 1fr
  }
  .listing-videos a
  {
    padding: 0 11px
  }
  .content-footer-social-links
  {
    width: 100%;
    margin-top: 4px
  }
  .content-footer-social-links a
  {
    flex: 0 0 auto
  }
  .listing-meta
  {
    align-items: flex-start
  }
}
.content-header .content-mobile-navigation .content-mobile-social-links a
{
  grid-template-columns: 1fr
}
@media(max-width:760px)
{
  .listing-gallery .listing-gallery-slide img,
  .listing-gallery .listing-gallery-slide img:first-child,
  .listing-gallery .listing-gallery-slide img:nth-child(3),
  .listing-gallery .listing-gallery-slide img:nth-child(5)
  {
    width: 100%;
    height: 100%;
    flex: none;
    border-radius: 0;
    object-fit: contain
  }
  .listing-gallery .listing-gallery-thumbnail img,
  .listing-gallery .listing-gallery-thumbnail img:first-child
  {
    width: 100%;
    height: 100%;
    flex: none;
    border-radius: 7px;
    object-fit: cover
  }
}

/* Final listing layout guard: compact hierarchy and a usable desktop overview. */
@media(min-width:761px) {
  .content-header { position:sticky; z-index:50; top:0; transition:transform .28s ease,box-shadow .28s ease; }
  .content-header.is-hidden { transform:translateY(-100%); box-shadow:none; }
  .listing-intro { max-width:1120px; padding:42px 24px 26px; }
  .listing-intro-top { display:flex; align-items:center; justify-content:space-between; gap:14px; margin-bottom:14px; }
  .listing-intro-top>p { margin:0; }
  .listing-back { min-height:34px; padding:0 10px; display:inline-flex; align-items:center; gap:6px; border:1px solid var(--line); border-radius:999px; color:var(--ink); font-size:11px; font-weight:800; }
  .listing-back::after { content:"Back to properties"; }
  .listing-intro h1 { max-width:760px; font-size:clamp(34px,4.6vw,58px); line-height:1.04; }
  .listing-meta { margin-top:16px; }
  .listing-layout { max-width:1280px; margin:30px auto 78px; grid-template-columns:minmax(0,1fr) 300px; gap:30px; }
  .listing-section-stack { grid-template-columns:minmax(0,1.06fr) minmax(0,.94fr); align-items:start; gap:14px; }
  .listing-about { grid-column:1; padding:22px; border:1px solid #e5e1e0; border-radius:18px; background:#fff; }
  .listing-comparison { grid-column:2; }
  .listing-detail-section:not(.listing-about):not(.listing-comparison), .listing-map { grid-column:1 / -1; }
  .listing-about>p { margin:0; color:#51494b; font-size:13px; line-height:1.6; }
  .listing-facts { margin-top:16px; }
  .listing-facts div { padding:12px; }
  .listing-gallery-stage { height:clamp(300px,40vw,500px); }
  .listing-compare-cards article { align-items:flex-start; }
  .listing-compare-cards article span { min-width:0; }
  .listing-compare-cards a { display:block; margin-top:3px; font-size:9px; }
}
