/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[3]!./src/components/editorial/Editorial.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
.Editorial_breadcrumbs__lxCs7 {
  display: flex;
  min-height: 42px;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  color: var(--color-text-muted);
  font-size: 0.75rem;
}

.Editorial_breadcrumbs__lxCs7 span::before {
  content: "›";
  margin-right: 9px;
}

.Editorial_hero__kupZy {
  padding-block: 74px;
  color: var(--color-surface);
  background: linear-gradient(
    135deg,
    var(--color-primary-light),
    var(--color-secondary)
  );
}

.Editorial_hero__kupZy h1 {
  max-width: 880px;
  color: var(--color-surface);
  font-size: clamp(2.35rem, 5vw, 4rem);
}

.Editorial_hero__kupZy p {
  max-width: 780px;
  margin: 20px 0 28px;
  font-size: 1.125rem;
}

.Editorial_grid__NsSMf {
  display: grid;
  grid-template-columns: 1fr;
  gap: 72px;
}

.Editorial_card___9lqX {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 64px);
  background: var(--color-highlight);
}

.Editorial_card___9lqX h2 {
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.Editorial_card___9lqX p {
  margin: 0;
  max-width: 58ch;
  font-size: 1.05rem;
  line-height: 1.75;
}

.Editorial_editorialRow__CGxIi {
  display: grid;
  overflow: hidden;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--color-border);
  border-radius: var(--pcm-radius-card);
  background: var(--color-surface);
}

.Editorial_editorialRow__CGxIi:nth-child(even) .Editorial_card___9lqX {
  order: 2;
}

.Editorial_editorialVisual__Llo0u {
  display: grid;
  min-height: 310px;
  place-items: end start;
  padding: 28px;
  color: var(--color-surface);
  background: linear-gradient(145deg, #c8b994, var(--color-primary-light));
}

.Editorial_editorialVisual__Llo0u span {
  font-family: var(--pcm-font-display);
  font-size: 3rem;
}

.Editorial_contactPanel__YwC19 {
  padding-block: 90px;
  color: var(--color-surface);
  background: var(--color-secondary);
}

.Editorial_contactPanelInner__lD44A {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 24px 64px;
  align-items: end;
}

.Editorial_contactPanel__YwC19 h2 {
  max-width: 600px;
  margin-block: 10px 14px;
  color: var(--color-surface);
  font-size: clamp(2.2rem, 4vw, 3.7rem);
}

.Editorial_contactPanel__YwC19 p {
  max-width: 58ch;
}

.Editorial_contactEyebrow__k_7VL {
  color: var(--color-accent-on-dark);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.Editorial_contactFields__FZAmu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.Editorial_contactFields__FZAmu span {
  min-height: 54px;
  padding: 16px;
  border: 1px solid rgb(255 255 255 / 35%);
  border-radius: var(--pcm-radius-control);
  color: rgb(255 255 255 / 75%);
}

.Editorial_contactPanelInner__lD44A > a {
  justify-self: start;
}

@media (max-width: 700px) {
  .Editorial_grid__NsSMf {
    grid-template-columns: 1fr;
    gap: 34px;
  }

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

  .Editorial_editorialRow__CGxIi:nth-child(even) .Editorial_card___9lqX {
    order: initial;
  }

  .Editorial_card___9lqX,
  .Editorial_editorialVisual__Llo0u {
    min-height: 290px;
  }

  .Editorial_contactPanel__YwC19 {
    padding-block: 64px;
  }

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

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

/*!**************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[3]!./src/components/search-results/SearchResults.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************/
.SearchResults_form__1BmAX {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  gap: 12px;
  margin-top: 28px;
  padding: 16px;
  border: 1px solid var(--color-border);
  border-radius: var(--pcm-radius-card);
  background: var(--color-surface);
}

.SearchResults_field__1_vNi {
  display: grid;
  gap: 5px;
}

.SearchResults_field__1_vNi > span {
  color: var(--color-accent-text);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.SearchResults_resultsHeader__w7dRy {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.SearchResults_resultsHeader__w7dRy h2 {
  font-size: 1.875rem;
}

.SearchResults_resultsHeader__w7dRy p {
  margin: 4px 0 0;
  color: var(--color-text-muted);
}

.SearchResults_grid__I0P3n {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.SearchResults_emptyState__e4gof {
  padding: 32px;
  border: 1px dashed var(--color-border);
  border-radius: var(--pcm-radius-card);
  background: var(--color-surface);
}

.SearchResults_emptyState__e4gof h2 {
  font-size: 1.75rem;
}

.SearchResults_visuallyHidden__hkl2C {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.SearchResults_mapPanel__wTesn {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  background: var(--color-highlight);
}

.SearchResults_mapPanel__wTesn p {
  margin: 18px;
  padding: 8px 12px;
  background: var(--color-surface);
  font-size: 0.75rem;
}

.SearchResults_mapPin__MSszS {
  position: absolute;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 3px solid var(--color-surface);
  border-radius: 50%;
  color: var(--color-surface);
  background: var(--color-primary);
  font-size: 0.75rem;
  font-weight: 700;
}

.SearchResults_mapPin__MSszS:nth-of-type(1) {
  top: 25%;
  left: 48%;
}
.SearchResults_mapPin__MSszS:nth-of-type(2) {
  top: 58%;
  left: 36%;
}
.SearchResults_mapPin__MSszS:nth-of-type(3) {
  top: 62%;
  left: 41%;
}
.SearchResults_mapPin__MSszS:nth-of-type(4) {
  top: 42%;
  left: 58%;
}
.SearchResults_mapPin__MSszS:nth-of-type(5) {
  top: 18%;
  left: 52%;
}
.SearchResults_mapPin__MSszS:nth-of-type(6) {
  top: 49%;
  left: 76%;
}

@media (max-width: 900px) {
  .SearchResults_form__1BmAX {
    grid-template-columns: 1fr 1fr;
  }

  .SearchResults_form__1BmAX button {
    grid-column: span 2;
  }

  .SearchResults_mapPanel__wTesn {
    position: relative;
    height: 420px;
  }
}

@media (max-width: 600px) {
  .SearchResults_form__1BmAX,
  .SearchResults_grid__I0P3n {
    grid-template-columns: 1fr;
  }

  .SearchResults_form__1BmAX button {
    grid-column: auto;
  }
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[3]!./src/components/property-card/PropertyCard.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************/
.PropertyCard_card__bhAbT {
  overflow: hidden;
  border: 1px solid var(--pcm-color-line);
  border-radius: var(--pcm-radius-card);
  background: var(--pcm-color-paper);
  transition:
    border-color var(--pcm-transition-fast),
    box-shadow var(--pcm-transition-fast),
    transform var(--pcm-transition-fast);
}

.PropertyCard_card__bhAbT:hover {
  border-color: var(--pcm-color-gold);
  box-shadow: var(--pcm-shadow-card);
  transform: translateY(-2px);
}

.PropertyCard_link__0zxHk {
  display: block;
  height: 100%;
}

.PropertyCard_media__fa28Y {
  position: relative;
  height: 220px;
  overflow: hidden;
  background: linear-gradient(
    135deg,
    var(--pcm-color-forest-light),
    var(--pcm-color-forest-deep)
  );
}

.PropertyCard_image__0HuLZ {
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 400ms ease;
}

.PropertyCard_card__bhAbT:hover .PropertyCard_image__0HuLZ {
  transform: scale(1.02);
}

.PropertyCard_collectionBadge__T_4GF {
  position: absolute;
  top: 14px;
  right: 14px;
  min-height: 24px;
  padding: 3px 10px;
  border-radius: var(--pcm-radius-pill);
  color: var(--pcm-color-paper);
  background: var(--pcm-color-forest);
  font-size: 0.75rem;
  font-weight: 700;
}

.PropertyCard_content__xgm2N {
  padding: 18px;
}

.PropertyCard_priceRow__yWM8J {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.PropertyCard_price__ZgiP9 {
  margin: 0;
  font-family: var(--pcm-font-display);
  font-feature-settings: "lnum", "tnum";
  font-size: 1.65rem;
  font-weight: 600;
  line-height: 1;
}

.PropertyCard_currency__b90Cr {
  font-family: var(--pcm-font-body);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.PropertyCard_reference__rIvv7 {
  color: var(--pcm-color-ink-soft);
  font-size: 0.75rem;
}

.PropertyCard_title__wNjLd {
  margin: 10px 0 12px;
  font-family: var(--pcm-font-display);
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.15;
}

.PropertyCard_meta__eMnC_ {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  color: var(--pcm-color-ink-soft);
  font-size: 0.8125rem;
}

.PropertyCard_metaItem__pbWI3 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.PropertyCard_metaIcon__3UZRd {
  width: 15px;
  height: 15px;
  flex: none;
  fill: none;
  stroke: var(--pcm-color-forest);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.PropertyCard_metaLabel__cM5_f::before {
  content: "·";
  margin-right: 4px;
}

.PropertyCard_chip__iEiTW {
  display: table;
  min-height: 24px;
  margin-top: 14px;
  padding: 2px 10px;
  border: 1px solid var(--pcm-color-gold);
  border-radius: var(--pcm-radius-pill);
  color: var(--pcm-color-gold-text);
  font-size: 0.75rem;
}

.PropertyCard_collectionCard__BnV4d .PropertyCard_price__ZgiP9 {
  font-size: 1.875rem;
}

.PropertyCard_collectionCard__BnV4d .PropertyCard_title__wNjLd {
  margin: 6px 0;
  font-size: 1.375rem;
  line-height: 1.2;
}

.PropertyCard_collectionCard__BnV4d .PropertyCard_meta__eMnC_ {
  gap: 6px 14px;
  font-size: 0.875rem;
}

.PropertyCard_collectionCard__BnV4d .PropertyCard_metaLabel__cM5_f::before {
  margin: 0;
  content: none;
}

.PropertyCard_collectionCard__BnV4d .PropertyCard_currency__b90Cr {
  margin-left: 0.25em;
}

.PropertyCard_collectionCard__BnV4d .PropertyCard_content__xgm2N {
  padding: 14px 16px 16px;
}

@media (max-width: 600px) {
  .PropertyCard_media__fa28Y {
    height: 196px;
  }

  .PropertyCard_metaLabel__cM5_f {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .PropertyCard_card__bhAbT,
  .PropertyCard_image__0HuLZ {
    transition: none;
  }
}

