/* Property Sync — frontend styles mirroring the live Benyon Estate site.
 *
 * Source of truth: https://old.thebenyonestate.com/properties/* (main-3bf9d355ce.css).
 * Class names, sizes and spacing match the live build so the WP output reads
 * identically to the existing site.
 */

:root {
	--propsync-navy: #051d4c;
	--propsync-navy-hover: #0a2c6e;
	--propsync-cream: #eee;
	--propsync-ink: #000;
	--propsync-body: #000;
	--propsync-muted: #555;
	--propsync-serif: Caslon, "ACaslonPro", "Adobe Caslon Pro", "EB Garamond", "Cormorant Garamond", "Times New Roman", Times, serif;
	--propsync-sans: Caslon, "ACaslonPro", "Adobe Caslon Pro", "EB Garamond", "Cormorant Garamond", "Times New Roman", Times, serif;
	--propsync-ease: cubic-bezier(0.3, 0.15, 0.18, 1);
}

/* -- Plugin-scoped base ---------------------------------------------------- */
.l-page { color: var(--propsync-body);  font-size: 14px; line-height: 1.43; position: relative; isolation: isolate; overflow-x: clip; }
.l-page * { box-sizing: border-box; }
.l-page h1, .l-page h2, .l-page h3, .l-page h4, .l-page h5, .l-page h6, .l-page p { margin: 0 0 1.32em; padding: 0; }
.l-page img { display: block; max-width: 100%; }

/* -- Layout ---------------------------------------------------------------- */
.l-container { width: 100%; max-width: 1170px; margin: 0 auto; }
.l-container > .o-btn { margin-left: 15px; }
.l-full { width: 100%; padding: 0 15px; }
.l-full > .o-btn { margin-left: 0; }
.l-space-between { display: flex; justify-content: space-between; align-items: flex-end; padding: 0 15px; gap: 15px; flex-wrap: wrap; }
.l-space-between > :first-child { margin-right: 15px; }
.l-space-between > :not(:first-child):last-child { margin-left: 15px; }
.l-pinch--large { max-width: 760px; margin: 0 auto; }

.l-content--property { display: grid; grid-template-columns: 1fr; grid-template-areas: "i" "l"; grid-gap: 30px; padding: 0 15px; }
.l-content--property > :first-child { grid-area: i; }
.l-content--property > :last-child { grid-area: l; }

.l-contact { display: grid; grid-template-columns: 1fr; grid-column-gap: 30px; padding: 0 15px; }

.l-vspace { margin-bottom: 60px; }
.l-vspace--text { margin-bottom: 50px; }
.l-vspace--large { margin-bottom: 70px; }
.l-vspace--small { margin-bottom: 45px; }
.l-vspace--x-small { margin-bottom: 30px; }

@media (min-width: 64em) {
	.l-content--property { grid-template-columns: 8fr 1fr 4fr; grid-template-areas: "i . l"; overflow: visible; }
	.l-content--property > :last-child { padding: 0; }
	.l-contact { grid-template-columns: repeat(12, 1fr); }
	.l-vspace { margin-bottom: 120px; }
	.l-vspace--text { margin-bottom: 100px; }
	.l-vspace--large { margin-bottom: 140px; }
	.l-vspace--small { margin-bottom: 75px; }
	.l-vspace--x-small { margin-bottom: 50px; }
}

/* -- Typography ------------------------------------------------------------ */
.typography { color: var(--propsync-body); }
.typography h1,
.typography .h1,
h1.h-primary,
.h-primary { font-weight: 400; line-height: 1.2; font-size: 32px; margin: 0 0 .5em; var(--propsync-navy) letter-spacing: 0; }
@media (min-width: 35em) { .typography h1, .typography .h1, h1.h-primary, .h-primary { font-size: calc(32px + (16 * ((100vw - 560px) / 640))); } }
@media (min-width: 75em) { .typography h1, .typography .h1, h1.h-primary, .h-primary { font-size: 48px; } }

.typography h2,
.typography .h2 {  font-size: 14px !important; line-height: 1.43 !important; font-weight: 700 !important; text-transform: uppercase !important; letter-spacing: 0 !important; margin: 0 0 1.32em !important; color: var(--propsync-navy) !important; }
.typography h2.h-primary {  font-weight: 400; font-size: 26px; line-height: 1.2; text-transform: none; color: currentColor; }
@media (min-width: 75em) { .typography h2.h-primary { font-size: 40px; } }

.typography p { line-height: 1.43; margin: 0 0 1.32em; color: currentColor; font-size: 14px; }
.typography a { color: inherit; transition: color 0.25s var(--propsync-ease); }
/* .typography a:hover, .typography a:focus { color: var(--propsync-navy); } */

.typography ul { padding: 0; margin: 0 0 1.32em 2.2em; list-style: none; }
.typography ul li { position: relative; margin-bottom: 4px; line-height: 1.43; }
.typography ul li:before { content: ""; width: 8px; height: 8px; border-radius: 50%; position: absolute; top: .85em; transform: translate(-50%, -50%); }

/* -- Buttons --------------------------------------------------------------- */
.o-btn:focus svg,
.o-btn:focus svg path {
  fill: #fff !important;
  stroke: #fff !important;
}

.o-btn,
a.o-btn,
button.o-btn { display: inline-flex; align-items: center; justify-content: space-between; min-width: 240px; height: 60px; padding: 15px 30px;  font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0; text-decoration: none; color: #fff; background-color: var(--propsync-navy); border: 0; border-radius: 0; cursor: pointer; transition: background-color 0.4s var(--propsync-ease), color 0.4s var(--propsync-ease), opacity 0.4s var(--propsync-ease); position: relative; overflow: hidden; }
.o-btn:hover,
.o-btn:focus { background-color: #102e6b !important; color: #fff; text-decoration: none; outline: 0; }
.o-btn__label { font-weight: 700; letter-spacing: 0; color: inherit; }
.o-btn__icon { margin-left: 25px; width: 20px; height: 20px; flex-shrink: 0; transition: transform 0.4s var(--propsync-ease); }
.o-btn__icon path { stroke: currentColor; }
.o-btn:hover .o-btn__icon,
.o-btn:focus .o-btn__icon { transform: translateX(8px); }
.o-btn:hover .o-btn__icon--left,
.o-btn:focus .o-btn__icon--left { transform: translateX(-8px); }
.o-btn:hover .o-btn__icon--down,
.o-btn:focus .o-btn__icon--down { transform: translateY(8px); }

.o-btn--square,
button.o-btn--square,
a.o-btn--square { min-width: 0; width: 100px; height: 60px; padding: 0; justify-content: center; }
.o-btn--square .o-btn__icon { margin: 0; }
.o-btn--square:hover,
.o-btn--square:focus { background-color: var(--propsync-navy); color: #fff; }
.o-btn--white,
.o-btn--white:focus,
.o-btn--white:hover { background-color: #fff; color: var(--propsync-navy); }
.o-btn--white .o-btn__icon path { stroke: var(--propsync-navy); }

.o-btn__icon--left { transform: scaleX(-1); }
.o-btn__icon--down { transform: rotate(90deg); }
.o-btn:hover .o-btn__icon--left,
.o-btn:focus .o-btn__icon--left { transform: scaleX(-1) translateX(8px); }

/* -- Title + price row ----------------------------------------------------- */
.l-space-between .typography { flex: 1 1 auto; }
.l-space-between .typography h1 { margin: 0; color: var(--propsync-navy) }

.c-property__price,
.c-property__price--title {  font-size: 30px; line-height: 1; color: var(--propsync-navy); margin: 0; display: inline-flex; align-items: baseline; gap: 0; }
.c-property__price-text { font-size: 14px; font-weight: 500; color: var(--propsync-navy); margin-left: 10px; padding-left: 10px; }
.property-title { margin-bottom: 1rem;}

/* -- Image slider ---------------------------------------------------------- */
.c-property-slider { position: relative; }
.c-property-slider__main { padding: 0 15px; margin-bottom: 30px; }
.c-property-slider__viewport { position: relative; overflow: hidden; }
.c-property-slider__track { display: flex; transition: transform 0.55s var(--propsync-ease); }
.c-property-slider__main .c-property-slider__track > .c-property-slider__slide { flex: 1 0 100%; width: 100%; position: relative; overflow: hidden; }
.c-property-slider__image { position: relative; height: 0; padding-bottom: 54.12281%; overflow: hidden; }
.c-property-slider__image > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s var(--propsync-ease); }
.c-property-slider__main:hover .c-property-slider__image > img { transform: scale(1.02); }

.c-property-slider__arrows { position: absolute; bottom: 0; right: 0; z-index: 1; display: flex; }
.c-property-slider__arrows .o-btn { background-color: #fff; color: var(--propsync-navy); width: 60px; height: 60px; min-width: 0; padding: 0; justify-content: center; }
.c-property-slider__arrows .o-btn:hover { background-color: var(--propsync-navy); color: #fff; }
.c-property-slider__arrows .o-btn:hover .o-btn__icon path { stroke: #fff; }
.c-property-slider__arrows .o-btn .o-btn__icon { margin: 0; }
.c-property-slider__arrows .o-btn + .o-btn { margin-left: 1px; }

/* Thumbnails — hidden on mobile, six-wide on desktop, never stretched */
.c-property-slider__nav { display: none; }
@media (min-width: 64em) {
	.c-property-slider__nav { display: block; }
	.c-property-slider__nav .c-property-slider__viewport { padding: 0 15px; overflow: hidden; }
	.c-property-slider__nav .c-property-slider__track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 5 * 30px) / 6); gap: 30px; transform: none !important; }
	.c-property-slider__nav .c-property-slider__slide { flex: 0 0 auto; cursor: pointer; opacity: 0.6; transition: opacity 0.3s var(--propsync-ease), transform 0.3s var(--propsync-ease); }
	.c-property-slider__nav .c-property-slider__slide:hover { opacity: 0.9; transform: translateY(-2px); }
	.c-property-slider__nav .c-property-slider__slide.is-active { opacity: 1; }
	.c-property-slider__nav .c-property-slider__image { padding-bottom: 60.60606%; }
	.c-property-slider__nav .c-property-slider__image > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
}

/* -- Description + features ------------------------------------------------ */
.c-property__description { display: flex; flex-direction: column; align-items: flex-start; align-self: center; height: 100%; }
.c-property__eyebrow {  font-size: 14px; line-height: 1.43; font-weight: 700; text-transform: uppercase; color: var(--propsync-navy); margin: 0 0 1.32em; }
.l-content--property > .c-property__description p { font-size: 14px; line-height: 1.43; color: #000; margin: 0 0 1.32em; }
@media (min-width: 64em) {
	.l-content--property > .c-property__description { padding-right: 0; }
}

/* Features panel — navy block lives behind the bullet column */
.o-deco { position: relative; overflow: visible; }
.o-deco--property-square { color: #fff; position: relative; padding: 30px 30px 30px 50px; }
.o-deco--property-square ul { list-style: none; padding: 0; margin: 0; position: relative; z-index: 1; }
.o-deco--property-square li { position: relative; padding: 0 0 0 22px; margin-bottom: 6px; font-size: 14px; line-height: 1.43; color: #fff;  }
.o-deco--property-square li:before { content: ""; width: 8px; height: 8px; border-radius: 50%; background-color: currentColor; position: absolute; top: .85em; left: 11px; transform: translate(-50%, -50%); }
.o-deco--property-square:after { content: ""; position: absolute; top: -15px; left: -15px; min-width: 425px; width: 60%; height: calc(100% + 15px); z-index: -1; background-color: var(--propsync-navy); }
@media (min-width: 64em) {
	.o-deco--property-square { padding: 60px 40px 60px 60px; }
	.o-deco--property-square:after { top: auto; bottom: 0; left: -30px; width: 580px; height: 750px; }
}

/* Enquire CTA below description — flex margin-top auto on .o-btn pushes to column bottom */
.c-property__cta { display: inline-flex; margin-top: auto; padding-top: 30px; }

/* -- Community ("Business Listing") thirds layout -------------------------- */
.l-content--thirds { display: grid; grid-template-columns: 1fr; gap: 30px; padding: 0 15px; align-items: start; }
.l-content--thirds h2 {  font-size: 14px; font-weight: 700; text-transform: uppercase; color: var(--propsync-navy); margin: 0 0 16px; }
.l-content--thirds h1.h-primary { margin: 0 0 24px; }
.l-content--thirds p { font-size: 14px; line-height: 1.5; margin: 0 0 1.32em; }
.c-thirds__image img { width: 100%; height: auto; display: block; }
.c-thirds__image--inset { max-width: 220px; }
@media (min-width: 64em) {
	.l-content--thirds { grid-template-columns: 5fr 5fr 2fr; gap: 30px; }
	.c-thirds__image--tall img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
	.c-thirds__content { padding-top: 60px; }
	.c-thirds__image--inset { margin-top: 60px; max-width: none; }
	.c-thirds__image--inset img { width: 100%; max-width: 180px; }
}

/* -- Commercial Property block --------------------------------------------- */
.l-pinch--large { max-width: 760px; margin: 0 auto; padding: 0 15px; }
.l-pinch--large h2 {  font-size: 14px; font-weight: 700; text-transform: uppercase; color: var(--propsync-navy); margin: 0 0 18px; }
.l-pinch--large h1.h-primary { margin: 0 0 28px; }
.l-pinch--large p { font-size: 14px; line-height: 1.5; }

.l-content--offset-left { display: block; padding: 0 15px; }
.l-content--offset-left > :first-child { display: none; }
.c-offset-image img { width: 100%; height: auto; display: block; }
@media (min-width: 64em) {
	.l-content--offset-left { padding-left: calc(16.66667% + 5px); padding-right: 0; }
}

/* -- Brochure + contact ---------------------------------------------------- */
.l-contact__brochure,
.l-contact__details { margin-bottom: 30px; }
.l-contact__brochure { display: flex; justify-content: center; align-items: flex-start; }
.l-contact__brochure > * { width: 100%; max-width: 294px; }
.l-contact__details { min-width: 0; }

@media (min-width: 64em) {
	.l-contact__brochure { grid-column: 2 / span 4; display: block; margin-bottom: 0; }
	.l-contact__brochure > * { width: 294px; }
	.l-contact__details { grid-column: 6 / -2; margin-bottom: 0; max-width: none; width: auto; }
}

.o-square { display: block; position: relative; background-color: var(--propsync-cream); text-decoration: none; color: inherit; max-width: 333px; backface-visibility: hidden; z-index: 1; }
.o-square:after { content: ""; display: block; width: 100%; padding-bottom: 90.09009%; }
.o-square__container { position: absolute; inset: 0; padding: 15px 30px; display: flex; align-items: center; justify-content: space-around; }
.o-square__content { text-align: center; }

.o-square--image { background-color: var(--propsync-cream); }
.o-square--image .o-square__container { display: block; }
.o-square--image .o-square__image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; }
.o-square--image .o-square__image img { position: absolute; top: -35%; left: -10%; width: 120%; max-width: none; height: auto; }
.o-square--image .o-square__content { position: relative; z-index: 1; padding: 75% 50px 0 0; text-align: left; }
.o-square--image .o-square__title {  font-weight: 700; font-size: 14px; line-height: 1.43; text-transform: uppercase; color: var(--propsync-navy); margin: 0; max-width: 220px; }
.o-square__arrow-btn { position: absolute; bottom: 0; right: 0; width: 60px; height: 60px; transform: translate(-50%, 50%); z-index: 2; }
.o-square__arrow-btn .o-btn { width: 60px; height: 60px; min-width: 0; padding: 0; justify-content: center; }
.o-square--image:hover .o-square__arrow-btn .o-btn { background-color: #102e6b; }

.o-square--primary { background-color: var(--propsync-navy); color: #fff; max-width: none; }
.o-square--primary:after { display: none; }
.o-square--stretched { min-height: 300px; max-width: none; }
.o-square--stretched:after { display: none; }
.o-square--primary .o-square__container { padding: 40px 40px 110px; position: relative; }
.o-square--primary .o-square__content { text-align: left;  }
.o-square--primary h2 {  font-size: 14px; font-weight: 700; letter-spacing: 0; text-transform: uppercase; color: #fff; margin: 0 0 25px; line-height: 1.43; }
.o-square--primary h1 {  font-weight: 400; font-size: 32px; color: #fff; margin: 0 0 25px; line-height: 1.2; }
@media (min-width: 75em) { .o-square--primary h1 { font-size: 48px; } }
.o-square--primary p { color: #fff; font-size: 14px; margin: 0 0 12px; line-height: 1.43; }
.o-square--primary p:last-child { margin-bottom: 0; }
.o-square--primary p strong { font-weight: 700; }
.o-square--primary a { color: #fff; text-decoration: underline; }
.o-square--primary a:hover { text-decoration: none; }

/* -- Theme override for managed listing pages ------------------------------ */
/* Hello-Elementor (and most classic themes) print the post title in a
 * `.page-header` above `.page-content`. The plugin's `c-intro` block in
 * the page body already supplies a styled heading, so suppress the
 * theme's duplicate on the three managed pages only. */
.propsync-listing-page .page-header,
.propsync-listing-page .entry-header { display: none; }
.propsync-listing-page .page-content,
.propsync-listing-page .entry-content { padding: 0; }

/* -- Listing intro (residential/commercial/developments hero) -------------- */
/* Mirrors `.c-intro` + `.l-content--headers-left` from main-3bf9d355ce.css. */
.c-intro { color: var(--propsync-body); }
.c-intro + .c-property__list { margin-top: -30px; }

.l-content--headers-left { display: grid; grid-template-columns: 1fr; grid-template-areas: "g" "h"; grid-gap: 15px; padding: 0 15px; }
.l-content--headers-left > * { margin: 0; }
.l-content--headers-left > :first-child { grid-area: g; }
.l-content--headers-left > :last-child { grid-area: h; }
.l-content--headers-left > :first-child h2 {  font-size: 14px; font-weight: 700; line-height: 1.43; letter-spacing: 0; text-transform: uppercase; color: var(--propsync-navy); margin: 0 0 16px; }
.l-content--headers-left > :first-child h1 {  font-weight: 400; line-height: 1.2; font-size: 32px; margin: 0; color: var(--propsync-navy); }
.l-content--headers-left > :last-child p { font-size: 14px; line-height: 1.43; margin: 0 0 1.32em; }
.l-content--headers-left > :last-child p:last-child { margin-bottom: 0; }

@media (min-width: 35em) {
	.l-content--headers-left > :first-child h1 { font-size: calc(32px + (16 * ((100vw - 560px) / 640))); }
}
@media (min-width: 64em) {
	.l-content--headers-left { grid-template-columns: 3fr 1fr 8fr; grid-template-areas: "g . h"; gap: 0 30px; }
}
@media (min-width: 75em) {
	.l-content--headers-left > :first-child h1 { font-size: 48px; }
}

/* Empty state shown when there are no available properties */
.l-content--headers-left__no-properties { background-color: var(--propsync-cream); margin: 0 20px 30px 0; position: relative; padding: 30px 25px; }
.l-content--headers-left__no-properties .h3 {  font-size: 14px; font-weight: 700; line-height: 1.43; text-transform: uppercase; color: var(--propsync-navy); margin: 0 0 10px; }
.l-content--headers-left__no-properties p { font-size: 14px; line-height: 1.43; margin: 0 60px 0 0; color: var(--propsync-body); }
.l-content--headers-left__no-properties .o-btn { position: absolute; right: 0; top: 50%; transform: translate(50%, -50%); margin: 0; }

/* -- Listing rows ---------------------------------------------------------- */
/* `.c-property` mirrors the reference's available-property rows: image left,
 * description right. Stacked under 1024px. */
.c-property__list { padding: 0 15px; display: flex; flex-direction: column; }
.c-property__list > :not(:last-child) { margin-bottom: 30px; }
.c-property { position: relative; display: flex; flex-direction: column; }
.c-property__image-container { position: relative; flex: 1 1 auto; }
.c-property__image { position: relative; height: 0; padding-bottom: 53.66667%; background-color: var(--propsync-cream); background-position: 50%; background-size: cover; background-repeat: no-repeat; transition: transform 0.6s var(--propsync-ease); }
.c-property__image--placeholder { background-color: var(--propsync-cream); }
.c-property:hover .c-property__image { transform: scale(1.01); }

.c-property__content { display: flex; position: relative; padding: 25px 0 0; flex: 1 1 auto; }
.c-property__description { display: flex; flex-direction: column; align-items: flex-start; flex: 1 1 100%; height: 100%; }
.c-property__description h1 {  font-weight: 400; font-size: 32px; line-height: 1.2; margin: 0 0 0; color: var(--propsync-navy); }
@media (min-width: 75em) { .c-property__description h1 { font-size: 40px; } }

.c-property__meta-container { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0 10px; margin-top: 14px; }
.c-property__price,
.c-property__size {  font-size: 30px; color: var(--propsync-navy); margin: 0 0 10px; display: inline-flex; align-items: baseline; }
.c-property__price-text,
.c-property__size-text {  font-size: 14px; font-weight: 500; color: var(--propsync-navy); margin-left: 10px; }
.c-property__size + .c-property__price { margin-left: 10px; padding-left: 10px; border-left: 1px solid var(--propsync-navy); }

.c-property__abstract {  font-size: 14px; line-height: 1.43; color: var(--propsync-body); margin: 10px 0 24px; }
.c-property__description .o-btn { margin-top: auto; text-decoration: none !important; }


@media (max-width: 767px) {
	.o-deco--property-square:after {
	  content: "";
	  position: absolute;
	  top: 0;
	  left: 0;
	  min-width: 100%;
	  width: 60%;
	  height: calc(100% + 15px);
	  z-index: -1;
	  background-color: var(--propsync-navy);
	}

	.c-property-slider__main {
		padding: 0;
	}

	.c-property__price {
		margin-left: 0 !important;
	}
  }

@media (min-width: 64em) {
	.c-property__list > :not(:last-child) { margin-bottom: 100px; }
	.c-property { flex-direction: row; align-items: stretch; }
	.c-property__image-container { flex: 1 1 50%; flex-basis: calc(50% + 15px); width: calc(50% + 15px); align-self: center; }
	.c-property__image { padding-bottom: 53.66667%; }
	.c-property__content { flex: 1 1 41.66667%; width: 41.66667%; padding-left: 8.33333%; padding-right: 0; padding-top: 0; }
	.c-property__description { margin-top: 0; }
	.c-property__description h1 { font-size: 48px; }
	/* Alternate rows: image on the right */
	.c-property:nth-child(2n) { flex-direction: row-reverse; }
	.c-property:nth-child(2n) .c-property__content { padding-left: 0; padding-right: 8.33333%; }
}

/* -- Archive grid ---------------------------------------------------------- */
.c-property-grid { padding: 0 15px; }
.c-property-grid__list { display: grid; grid-template-columns: 1fr; gap: 60px; }
@media (min-width: 48em) {
	.c-property-grid__list { grid-template-columns: 1fr 1fr; gap: 60px 60px; }
}
.c-property-card { background: transparent; transition: transform 0.3s var(--propsync-ease); }
.c-property-card:hover { transform: translateY(-3px); }
.c-property-card__link { display: block; color: inherit; text-decoration: none; }
.c-property-card__image { position: relative; height: 0; padding-bottom: 53.66667%; background-color: #eee; overflow: hidden; }
.c-property-card__image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--propsync-ease); }
.c-property-card:hover .c-property-card__image img { transform: scale(1.04); }
.c-property-card__body { padding: 22px 0 0; }
.c-property-card__body h2.h-primary { font-size: 28px; margin: 0 0 6px; color: var(--propsync-ink); }
@media (min-width: 75em) { .c-property-card__body h2.h-primary { font-size: 36px; } }
.c-property-card__postcode { color: var(--propsync-muted); font-size: 13px; letter-spacing: 0.02em; margin: 0 0 10px; }
.c-property-card__meta-row { display: flex; align-items: baseline; gap: 18px; margin: 0 0 10px; flex-wrap: wrap; }
.c-property-card__price { display: inline-flex; align-items: baseline; gap: 6px; margin: 0;  color: var(--propsync-navy); }
.c-property-card__price span { font-size: 22px; font-weight: 400; }
.c-property-card__price small { color: var(--propsync-navy);  font-size: 12px; font-weight: 500; }
.c-property-card__sqft { margin: 0;  font-size: 13px; font-weight: 700; letter-spacing: 0.04em; color: var(--propsync-navy); text-transform: uppercase; }
.c-property-card__meta { display: flex; gap: 8px; flex-wrap: wrap; margin: 6px 0 0; color: var(--propsync-navy); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; }
.c-property-card__meta span { padding: 4px 10px; background: var(--propsync-cream); }

.c-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 60px; padding: 0 15px; }
.c-pagination .page-numbers { padding: 10px 14px; border: 1px solid #ddd; text-decoration: none; color: var(--propsync-ink); font-size: 13px; font-weight: 600; transition: background 0.2s var(--propsync-ease), color 0.2s var(--propsync-ease); }
.c-pagination .page-numbers:hover { background: var(--propsync-navy); color: #fff; }
.c-pagination .page-numbers.current { background: var(--propsync-navy); color: #fff; border-color: var(--propsync-navy); }

/* -- Scroll reveal (light) ------------------------------------------------- */
.c-scroll-anim--fade-up { opacity: 1; transform: none; }
.propsync-js .c-scroll-anim--fade-up { opacity: 0; transform: translateY(20px); transition: opacity 0.55s var(--propsync-ease), transform 0.55s var(--propsync-ease); }
.propsync-js .c-scroll-anim--fade-up.scroll-active { opacity: 1; transform: none; transition-duration: 0.55s; }
.propsync-js .c-property-card.c-scroll-anim--fade-up { transition-delay: var(--propsync-card-delay, 0ms); }
@media (prefers-reduced-motion: reduce) {
	.c-scroll-anim--fade-up,
	.c-property-card,
	.c-property-card__image img,
	.c-property-slider__main .c-property-slider__image img,
	.o-square__image,
	.o-square__arrow-btn,
	.o-btn,
	.o-btn__icon { transition: none !important; transform: none !important; }
}

@media (max-width: 600px) {
	.l-container { padding: 0 20px; }
	.l-space-between { padding: 0 20px; }
	.l-content--property { padding: 0 20px; }
	.l-contact { padding: 0 20px; }
	.c-property-grid { padding: 0 20px; }
	.o-btn { min-width: 0; padding: 15px 22px; }
	.o-square--primary .o-square__container { padding: 36px 28px 70px; }
}
