:root {
  --brx-wine: #4b2d2c;
  --brx-wine-deep: #2d1d1d;
  --brx-copper: #c49368;
  --brx-cream: #f4efe5;
  --brx-ink: #211f1b;
  --brx-glass: rgba(246, 241, 231, .92);
  --brx-line: rgba(255, 255, 255, .36);
  --brx-serif: "Cormorant Garamond", Georgia, serif;
  --brx-sans: "Figtree", Arial, sans-serif;
}

* { box-sizing: border-box; }
html, body { width: 100%; height: 100%; margin: 0; }
body.brx-map-page { overflow: hidden; background: #181815; color: var(--brx-ink); font-family: var(--brx-sans); }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
[hidden] { display: none !important; }

.brx-shell, .brx-map { position: relative; width: 100%; height: 100%; }
.brx-shell { isolation: isolate; overflow: hidden; background: #30352f; }
.brx-shell.is-card-closing .brx-map { pointer-events: none; }
.brx-shell.has-card .brx-panel-open, .brx-shell.has-card .brx-layer-dock, .brx-shell.has-card .brx-zoom, .brx-shell.has-card .brx-live-tracker,
.brx-shell.has-poi-card .brx-panel-open, .brx-shell.has-poi-card .brx-layer-dock, .brx-shell.has-poi-card .brx-zoom, .brx-shell.has-poi-card .brx-live-tracker { opacity: 0; pointer-events: none; }
.brx-map { z-index: 0; background: #30352f; }
.brx-map .leaflet-container { font-family: var(--brx-sans); }
.brx-map .leaflet-control-container .leaflet-control-attribution {
  margin: 0 8px 6px 0;
  padding: 3px 6px;
  border-radius: 2px;
  background: rgba(22, 22, 19, .52);
  color: rgba(255, 255, 255, .62);
  font-size: 8px;
  backdrop-filter: blur(8px);
}
.brx-map .leaflet-control-attribution a { color: rgba(255, 255, 255, .86); }
.brx-map .leaflet-tile-pane { filter: saturate(.72) contrast(1.03) brightness(.78); }
.brx-map .brx-street-pane { filter: saturate(.58) contrast(.93) sepia(.1) brightness(.9); }
.brx-map .leaflet-overlay-pane { z-index: 410; }
.brx-map .leaflet-image-layer { transition: opacity .55s cubic-bezier(.22, 1, .36, 1); }
.brx-map.leaflet-zoom-anim .leaflet-image-layer { transition: transform .25s cubic-bezier(0, 0, .25, 1), opacity .55s cubic-bezier(.22, 1, .36, 1); }
.brx-map .brx-masterplan-image {
  clip-path: polygon(34.7% 10.8%, 61.6% 42.2%, 90.8% 41.6%, 66% 88.6%, 7% 59.6%);
  filter: saturate(1.03) contrast(1.02);
}
.brx-map .brx-premium-plan-image { clip-path: polygon(34.7% 10.8%, 61.6% 42.2%, 90.8% 41.6%, 66% 88.6%, 7% 59.6%); filter: saturate(.92) contrast(1.06) brightness(.88); }
.brx-map .leaflet-zoom-animated { will-change: transform; }
.brx-map .leaflet-interactive { outline: none; transition: fill-opacity .18s, stroke .18s, stroke-width .18s, opacity .18s; }
.brx-map .leaflet-tooltip.brx-plot-tooltip {
  padding: 9px 11px 8px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 2px;
  background: rgba(37, 28, 25, .91);
  box-shadow: 0 12px 35px rgba(12, 10, 8, .3);
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}
.brx-map .leaflet-tooltip.brx-plot-tooltip::before { border-top-color: rgba(37, 28, 25, .91); }
.brx-map .leaflet-tooltip.brx-plot-tooltip b { margin-right: 8px; font-weight: 600; letter-spacing: .12em; }
.brx-map .leaflet-tooltip.brx-plot-tooltip span { padding: 3px 5px; border: 1px solid currentColor; border-radius: 8px; font-size: 6px; letter-spacing: .12em; vertical-align: 1px; }
.brx-map .leaflet-tooltip.brx-plot-tooltip span[data-status="available"] { color: #b8d3ad; }
.brx-map .leaflet-tooltip.brx-plot-tooltip span[data-status="reserved"] { color: #efc984; }
.brx-map .leaflet-tooltip.brx-plot-tooltip span[data-status="sold"] { color: #e8a7aa; }
.brx-map .leaflet-tooltip.brx-plot-tooltip span[data-status="pending"] { color: #cacbc4; }
.brx-map .leaflet-tooltip.brx-plot-tooltip small { display: block; margin-top: 6px; color: rgba(255, 255, 255, .55); font-size: 6px; font-weight: 500; letter-spacing: .15em; }
.brx-plot-label {
  --status-colour: #73766e;
  position: absolute;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: var(--brx-label-gap);
  width: 70px !important;
  height: 30px !important;
  border: 0 !important;
  background: transparent !important;
  pointer-events: none !important;
  transition: gap .14s linear;
}
.brx-plot-label.is-available { --status-colour: #66895f; }
.brx-plot-label.is-reserved { --status-colour: #c58b3f; }
.brx-plot-label.is-sold { --status-colour: #823b3f; }
.brx-plot-label::before { content: ""; position: absolute; top: 50%; left: 50%; width: var(--brx-label-width, 8px); height: var(--brx-label-height, 7px); border: 1px solid rgba(255, 255, 255, .72); border-radius: var(--brx-label-radius, 4px); background: var(--status-colour); box-shadow: 0 5px 16px rgba(18, 14, 12, .34), inset 0 1px rgba(255, 255, 255, .12); opacity: calc(.78 + (var(--brx-label-text-opacity, 0) * .22)); transform: translate(-50%, -50%); transition: width .14s linear, height .14s linear, border-radius .14s linear, opacity .14s linear; }
.brx-plot-label span, .brx-plot-label b, .brx-plot-label i { position: relative; z-index: 1; transition: opacity .14s linear, font-size .14s linear; }
.brx-plot-label span { color: rgba(255, 255, 255, .68); font: 600 var(--brx-label-prefix, 4.1px)/1 var(--brx-sans); letter-spacing: .08em; opacity: var(--brx-label-text-opacity, 0); }
.brx-plot-label b { color: #fff; font: 600 var(--brx-label-number, 5.2px)/1 var(--brx-sans); letter-spacing: .08em; opacity: var(--brx-label-text-opacity, 0); }
.brx-plot-label i { width: 3px; height: 3px; margin-left: 1px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 2px rgba(255, 255, 255, .16); opacity: var(--brx-label-detail-opacity, 0); }
.brx-plot-label.is-shortlisted::after { content: ""; position: absolute; top: 50%; left: 50%; width: calc(var(--brx-label-width, 8px) + 7px); height: calc(var(--brx-label-height, 7px) + 7px); border: 1px solid rgba(222, 178, 137, .95); border-radius: calc(var(--brx-label-radius, 4px) + 5px); box-shadow: 0 0 0 2px rgba(196, 147, 104, .2), 0 5px 18px rgba(18, 14, 12, .3); opacity: calc(.45 + (var(--brx-label-text-opacity, 0) * .55)); transform: translate(-50%, -50%); transition: width .14s linear, height .14s linear, border-radius .14s linear, opacity .14s linear; }
.brx-shell.is-zooming .brx-plot-label::before, .brx-shell.is-zooming .brx-plot-label::after, .brx-shell.is-zooming .brx-plot-label span, .brx-shell.is-zooming .brx-plot-label b, .brx-shell.is-zooming .brx-plot-label i, .brx-shell.is-zooming .brx-village-map-marker { transition: none !important; }

.brx-village-map-marker {
  display: grid !important;
  place-items: center;
  border: 0 !important;
  background: transparent !important;
  filter: drop-shadow(0 9px 18px rgba(17, 14, 12, .28));
  opacity: var(--brx-village-marker-opacity, 1) !important;
  transition: opacity .18s linear;
}
.brx-shell.has-hidden-village-markers .brx-village-map-marker { pointer-events: none !important; }
.brx-village-map-marker__inner {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 154px;
  padding: 4px 11px 4px 5px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 28px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--village-colour) 92%, #fff 8%), color-mix(in srgb, var(--village-colour) 82%, #17130f 18%));
  box-shadow: inset 0 1px rgba(255, 255, 255, .18), 0 7px 22px rgba(18, 14, 12, .26);
  color: #fff;
  cursor: pointer;
  transform: translateY(0) scale(.96);
  transform-origin: center;
  transition: transform .22s cubic-bezier(.22, 1, .36, 1), box-shadow .22s ease, border-color .22s ease;
  backdrop-filter: blur(10px);
}
.brx-village-map-marker__icon {
  display: grid;
  place-items: center;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  background: rgba(29, 24, 20, .18);
  box-shadow: inset 0 1px rgba(255, 255, 255, .12);
}
.brx-village-map-marker__icon svg { width: 18px; height: 18px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.brx-village-map-marker strong { overflow: hidden; color: #fff; font: 600 8px/1 var(--brx-sans); letter-spacing: .13em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; text-shadow: 0 1px 6px rgba(17, 13, 11, .3); }
.brx-village-map-marker:hover .brx-village-map-marker__inner,
.brx-village-map-marker:focus .brx-village-map-marker__inner,
.brx-village-map-marker.is-active .brx-village-map-marker__inner { border-color: #fff; box-shadow: inset 0 1px rgba(255, 255, 255, .22), 0 10px 28px rgba(18, 14, 12, .36), 0 0 0 3px color-mix(in srgb, var(--village-colour) 38%, transparent); transform: translateY(-2px) scale(1.04); }
.brx-village-map-marker:focus { outline: none; }

.brx-poi-marker {
  display: flex !important;
  align-items: center;
  width: 36px !important;
  height: 36px !important;
  border: 0 !important;
  background: transparent !important;
  color: #fff;
  filter: drop-shadow(0 8px 18px rgba(15, 12, 10, .28));
}
.brx-poi-marker__inner { display: flex; align-items: center; gap: 7px; cursor: pointer; }
.brx-poi-marker__icon {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, .88);
  border-radius: 50%;
  background: linear-gradient(145deg, color-mix(in srgb, var(--poi-colour) 88%, #fff 12%), color-mix(in srgb, var(--poi-colour) 86%, #17130f 14%));
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--poi-colour) 23%, transparent), inset 0 1px rgba(255, 255, 255, .18);
  transition: transform .22s cubic-bezier(.22, 1, .36, 1), box-shadow .22s ease;
}
.brx-poi-marker__icon::after { content: ""; position: absolute; right: -2px; bottom: -2px; width: 6px; height: 6px; border: 1px solid rgba(255, 255, 255, .82); border-radius: 50%; background: #f3eee4; }
.brx-poi-marker__icon svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.brx-poi-marker strong { max-width: 132px; padding: 7px 9px; overflow: hidden; visibility: hidden; border: 1px solid rgba(255, 255, 255, .2); background: rgba(28, 24, 21, .78); box-shadow: 0 8px 22px rgba(15, 12, 10, .2); color: #fff; font: 600 7px/1 var(--brx-sans); letter-spacing: .11em; opacity: 0; pointer-events: none; text-overflow: ellipsis; text-transform: uppercase; transform: translateX(-5px); transition: opacity .16s linear, transform .16s linear, visibility 0s linear .16s; white-space: nowrap; backdrop-filter: blur(10px); }
.brx-poi-marker:hover .brx-poi-marker__icon,
.brx-poi-marker:focus .brx-poi-marker__icon,
.brx-poi-marker.is-active .brx-poi-marker__icon { box-shadow: 0 0 0 5px color-mix(in srgb, var(--poi-colour) 34%, transparent), 0 8px 22px rgba(15, 12, 10, .32), inset 0 1px rgba(255, 255, 255, .22); transform: scale(1.08); }
.brx-poi-marker:hover strong, .brx-poi-marker:focus strong { visibility: visible; opacity: 1; transform: none; transition-delay: 0s; }
.brx-poi-marker:focus { outline: none; }

.brx-vignette, .brx-grain { position: absolute; z-index: 2; inset: 0; pointer-events: none; }
.brx-vignette { background: radial-gradient(circle at 58% 48%, transparent 44%, rgba(12, 12, 10, .13) 78%, rgba(9, 9, 8, .38) 118%); }
.brx-grain { opacity: .055; mix-blend-mode: soft-light; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.86' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E"); }

.brx-topbar {
  position: absolute;
  z-index: 40;
  inset: 0 0 auto;
  height: 86px;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 25px 0 28px;
  color: #fff;
  background: linear-gradient(180deg, rgba(17, 16, 14, .88), rgba(17, 16, 14, .42) 68%, transparent);
  pointer-events: none;
}
.brx-topbar > * { pointer-events: auto; }
.brx-brand { display: grid; place-items: center; flex: 0 0 128px; width: 128px; height: 64px; }
.brx-brand img { display: block; width: 100%; height: 62px; object-fit: contain; }
.brx-title { min-width: 235px; padding-left: 23px; border-left: 1px solid rgba(255, 255, 255, .27); }
.brx-title span { display: block; color: rgba(255, 255, 255, .62); font-size: 9px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.brx-title strong { display: block; margin-top: 5px; font: 400 17px/1.1 var(--brx-serif); letter-spacing: .01em; }
.brx-view-switch {
  display: flex;
  gap: 2px;
  margin-left: clamp(0px, 4vw, 70px);
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 22px;
  background: rgba(20, 19, 17, .32);
  backdrop-filter: blur(10px);
}
.brx-view-switch button { padding: 8px 13px; border: 0; border-radius: 17px; background: transparent; color: rgba(255, 255, 255, .67); font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; transition: .2s ease; }
.brx-view-switch button:hover { color: #fff; }
.brx-view-switch button.is-active { background: rgba(244, 239, 229, .95); color: var(--brx-ink); box-shadow: 0 3px 15px rgba(0, 0, 0, .18); }
.brx-top-actions { display: flex; align-items: center; gap: 18px; margin-left: auto; }
.brx-shortlist-toggle { display: flex; align-items: center; gap: 8px; padding: 7px 10px 7px 12px; border: 1px solid rgba(255, 255, 255, .3); background: rgba(21, 18, 16, .24); color: #fff; font-size: 8px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; cursor: pointer; backdrop-filter: blur(10px); transition: .2s ease; }
.brx-shortlist-toggle:hover { border-color: var(--brx-copper); background: rgba(196, 147, 104, .18); }
.brx-shortlist-toggle b { display: grid; place-items: center; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 10px; background: var(--brx-copper); color: #241b17; font-size: 8px; letter-spacing: 0; }
.brx-estate-count { display: grid; grid-template-columns: auto auto 1px auto auto; align-items: baseline; gap: 5px; color: rgba(255, 255, 255, .68); }
.brx-estate-count span { color: #fff; font: 400 18px/1 var(--brx-serif); }
.brx-estate-count small { font-size: 8px; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; }
.brx-estate-count i { align-self: stretch; width: 1px; margin: 1px 8px; background: rgba(255, 255, 255, .24); }
.brx-enquire { padding: 11px 15px; border: 1px solid rgba(255, 255, 255, .4); background: transparent; color: #fff; font-size: 9px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; cursor: pointer; transition: .2s ease; }
.brx-enquire:hover { border-color: var(--brx-copper); background: var(--brx-copper); color: #201815; }
.brx-close, .brx-panel-head button, .brx-card > button { display: grid; place-items: center; padding: 0; border: 1px solid rgba(255, 255, 255, .32); border-radius: 50%; background: transparent; cursor: pointer; }
.brx-close { width: 40px; height: 40px; }
.brx-close svg, .brx-panel-head button svg, .brx-card > button svg { width: 15px; fill: none; stroke: currentColor; stroke-width: 1.4; }

.brx-panel {
  position: absolute;
  z-index: 30;
  top: 103px;
  bottom: 28px;
  left: 28px;
  width: min(342px, calc(100vw - 56px));
  display: flex;
  flex-direction: column;
  padding: 25px 24px 21px;
  border: 1px solid rgba(255, 255, 255, .34);
  background: var(--brx-glass);
  box-shadow: 0 24px 80px rgba(23, 18, 14, .26);
  backdrop-filter: blur(22px) saturate(.9);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-26px);
  transition: opacity .38s ease, transform .38s cubic-bezier(.22, 1, .36, 1), visibility .38s;
}
.brx-panel.is-open { opacity: 1; visibility: visible; transform: none; }
.brx-panel-head { display: flex; justify-content: space-between; gap: 15px; }
.brx-panel-head > div > span, .brx-search label, .brx-filter-heading > span { font-size: 8px; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; }
.brx-panel-head h2 { margin: 4px 0 0; color: var(--brx-wine-deep); font: 400 38px/.95 var(--brx-serif); letter-spacing: -.025em; }
.brx-panel-head button { flex: 0 0 auto; width: 34px; height: 34px; border-color: rgba(40, 34, 28, .22); color: var(--brx-ink); }
.brx-panel-copy { margin: 15px 0 19px; color: rgba(33, 31, 27, .63); font-size: 11px; font-weight: 300; line-height: 1.55; }
.brx-search > div { display: flex; align-items: center; margin-top: 7px; border-bottom: 1px solid rgba(42, 36, 31, .34); }
.brx-search input { min-width: 0; flex: 1; padding: 10px 0; border: 0; outline: 0; background: transparent; color: var(--brx-ink); font-size: 13px; letter-spacing: .07em; text-transform: uppercase; }
.brx-search input::placeholder { color: rgba(33, 31, 27, .4); }
.brx-search button { display: grid; place-items: center; width: 34px; height: 34px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.brx-search button svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.brx-search p { min-height: 16px; margin: 5px 0 0; color: #7d4d3c; font-size: 9px; }
.brx-filter-heading { display: flex; justify-content: space-between; align-items: center; margin: 12px 0 6px; }
.brx-filter-heading button { padding: 2px 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: rgba(33, 31, 27, .58); font-size: 8px; cursor: pointer; }
.brx-villages { display: grid; gap: 1px; }
.brx-village {
  display: grid;
  grid-template-columns: 7px 1fr auto 12px;
  align-items: center;
  gap: 9px;
  width: 100%;
  padding: 7px 7px;
  border: 0;
  background: transparent;
  color: var(--brx-ink);
  text-align: left;
  cursor: pointer;
  transition: .18s ease;
}
.brx-village:hover, .brx-village.is-active { background: rgba(255, 255, 255, .77); box-shadow: 0 4px 16px rgba(49, 39, 30, .06); }
.brx-village > i { width: 6px; height: 6px; border-radius: 50%; background: var(--village); box-shadow: 0 0 0 3px color-mix(in srgb, var(--village) 17%, transparent); }
.brx-village b { font-size: 11px; font-weight: 400; }
.brx-village small { color: rgba(33, 31, 27, .46); font-size: 9px; }
.brx-village svg { width: 11px; fill: none; stroke: currentColor; stroke-width: 1.3; opacity: .36; }
.brx-panel-foot { margin-top: auto; padding-top: 13px; border-top: 1px solid rgba(38, 32, 28, .12); }
.brx-panel-foot > span { display: flex; align-items: center; gap: 7px; font-size: 8px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.brx-panel-foot > span i { width: 6px; height: 6px; border-radius: 50%; background: #7f9066; box-shadow: 0 0 0 3px rgba(127, 144, 102, .15); }
.brx-panel-foot p { margin: 7px 0 0; color: rgba(33, 31, 27, .5); font-size: 8px; line-height: 1.5; }

.brx-panel-open, .brx-layer-toggle {
  position: absolute;
  z-index: 24;
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, .27);
  background: rgba(36, 29, 25, .84);
  box-shadow: 0 11px 35px rgba(12, 10, 8, .2);
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  backdrop-filter: blur(15px);
  cursor: pointer;
  transition: .2s ease;
}
.brx-panel-open { top: 105px; left: 28px; }
.brx-panel-open[aria-expanded="true"] { opacity: 0; pointer-events: none; }
.brx-panel-open svg, .brx-layer-toggle svg { width: 15px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.brx-layer-dock { position: absolute; z-index: 35; right: 28px; bottom: 28px; }
.brx-layer-toggle { position: static; }
.brx-layer-menu { position: absolute; right: 0; bottom: 52px; width: 250px; padding: 17px; border: 1px solid rgba(255, 255, 255, .34); background: rgba(246, 241, 231, .94); box-shadow: 0 20px 60px rgba(16, 13, 10, .28); backdrop-filter: blur(20px); }
.brx-layer-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.brx-layer-heading span, .brx-range > span { font-size: 8px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.brx-layer-heading button { width: 24px; height: 24px; padding: 0; border: 0; border-radius: 50%; background: rgba(40, 34, 28, .07); cursor: pointer; }
.brx-range { display: grid; gap: 10px; }
.brx-range > span { display: flex; justify-content: space-between; }
.brx-range > span b { color: rgba(33, 31, 27, .52); font-weight: 500; }
.brx-range input { width: 100%; accent-color: var(--brx-wine); }
.brx-plot-toggle { margin-top: 13px; padding: 10px 0; border-top: 1px solid rgba(46, 38, 31, .12); border-bottom: 1px solid rgba(46, 38, 31, .12); display: flex; align-items: center; justify-content: space-between; gap: 12px; cursor: pointer; }
.brx-plot-toggle > span b, .brx-plot-toggle > span small { display: block; }
.brx-plot-toggle > span b { font-size: 8px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.brx-plot-toggle > span small { margin-top: 3px; color: rgba(33, 31, 27, .48); font-size: 7px; letter-spacing: .08em; text-transform: uppercase; }
.brx-plot-toggle input { position: absolute; opacity: 0; pointer-events: none; }
.brx-plot-toggle > i { position: relative; width: 34px; height: 18px; flex: 0 0 auto; border-radius: 12px; background: rgba(36, 31, 27, .2); transition: .2s ease; }
.brx-plot-toggle > i:after { content: ""; position: absolute; left: 3px; top: 3px; width: 12px; height: 12px; border-radius: 50%; background: #fff; box-shadow: 0 1px 4px rgba(0,0,0,.18); transition: .2s ease; }
.brx-plot-toggle input:checked + i { background: var(--brx-wine); }
.brx-plot-toggle input:checked + i:after { transform: translateX(16px); }
.brx-plot-toggle input:focus-visible + i { outline: 2px solid var(--brx-copper); outline-offset: 2px; }
.brx-poi-toggle { margin-top: 0; border-top: 0; }
.brx-base-switch { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; margin-top: 13px; padding: 3px; background: rgba(36, 31, 27, .08); }
.brx-base-switch button { padding: 8px; border: 0; background: transparent; font-size: 8px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.brx-base-switch button.is-active { background: #fff; box-shadow: 0 3px 12px rgba(30, 25, 20, .08); }
.brx-reference-picker { margin-top: 15px; padding-top: 14px; border-top: 1px solid rgba(46, 38, 31, .12); }
.brx-reference-picker > span { display: block; color: var(--brx-wine); font-size: 8px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.brx-reference-picker .brx-base-switch { margin-top: 8px; }
.brx-experience-picker { margin-top: 16px; padding-top: 15px; border-top: 1px solid rgba(46, 38, 31, .12); }
.brx-experience-picker > span { display: block; color: var(--brx-wine); font-size: 8px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.brx-experience-picker > p { margin: 6px 0 10px; color: rgba(33, 31, 27, .52); font-size: 8px; line-height: 1.45; }
.brx-experience-picker > div { display: grid; gap: 3px; }
.brx-experience-picker button { display: flex; align-items: center; gap: 8px; width: 100%; min-height: 31px; padding: 5px 8px; border: 1px solid transparent; background: rgba(255, 255, 255, .42); color: rgba(33, 31, 27, .72); font-size: 7px; font-weight: 600; letter-spacing: .08em; text-align: left; text-transform: uppercase; cursor: pointer; transition: .18s ease; }
.brx-experience-picker button:hover, .brx-experience-picker button.is-active { border-color: rgba(75, 45, 44, .2); background: #fff; color: var(--brx-wine); box-shadow: 0 5px 15px rgba(43, 34, 26, .06); }
.brx-experience-picker button i { width: 6px; height: 6px; border: 1px solid currentColor; border-radius: 50%; background: transparent; transition: .18s ease; }
.brx-experience-picker button.is-active i { background: var(--brx-copper); box-shadow: 0 0 0 3px rgba(196, 147, 104, .14); }

.brx-zoom { position: absolute; z-index: 24; right: 28px; bottom: 82px; display: grid; overflow: hidden; border: 1px solid rgba(255, 255, 255, .28); box-shadow: 0 11px 35px rgba(12, 10, 8, .18); }
.brx-zoom button { display: grid; place-items: center; width: 42px; height: 39px; padding: 0; border: 0; border-bottom: 1px solid rgba(255, 255, 255, .16); background: rgba(36, 29, 25, .82); color: #fff; font-size: 18px; font-weight: 300; backdrop-filter: blur(12px); cursor: pointer; }
.brx-zoom button:last-child { border: 0; }
.brx-zoom svg { width: 14px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.brx-coordinate { position: absolute; z-index: 8; left: 50%; bottom: 30px; display: flex; align-items: center; gap: 8px; transform: translateX(-50%); color: rgba(255, 255, 255, .65); font-size: 8px; font-weight: 500; letter-spacing: .16em; text-shadow: 0 2px 10px rgba(0, 0, 0, .5); text-transform: uppercase; pointer-events: none; }
.brx-coordinate span { width: 18px; height: 1px; background: var(--brx-copper); }
.brx-hint { position: absolute; z-index: 8; left: 50%; bottom: 49px; padding: 6px 10px; transform: translateX(-50%); background: rgba(30, 26, 22, .48); color: rgba(255, 255, 255, .7); font-size: 8px; letter-spacing: .1em; white-space: nowrap; opacity: 0; transition: opacity .4s; pointer-events: none; }
.brx-shell.has-entered .brx-hint { opacity: 1; }
.brx-live-tracker { position: absolute; z-index: 24; top: 105px; right: 28px; display: grid; grid-template-columns: 10px auto; align-items: center; column-gap: 8px; min-width: 160px; padding: 9px 12px; border: 1px solid rgba(255, 255, 255, .27); background: rgba(30, 26, 22, .78); box-shadow: 0 12px 36px rgba(12, 10, 8, .22); color: #fff; backdrop-filter: blur(14px); transition: opacity .2s ease; pointer-events: none; }
.brx-live-tracker > i { grid-row: 1 / 3; width: 8px; height: 8px; border: 1px solid rgba(255, 255, 255, .65); border-radius: 50%; background: #66895f; box-shadow: 0 0 0 0 rgba(102, 137, 95, .48); animation: brx-live-pulse 2.2s ease-out infinite; }
.brx-live-tracker > span { color: rgba(255, 255, 255, .55); font-size: 6px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.brx-live-tracker > strong { margin-top: 2px; color: rgba(255, 255, 255, .86); font-size: 8px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.brx-live-tracker > strong b { color: #d6e7d1; font: 500 13px/1 var(--brx-serif); letter-spacing: 0; }
.brx-live-tracker[data-sync-state="pending"] > i { background: #73766e; animation: none; }
@keyframes brx-live-pulse { 0% { box-shadow: 0 0 0 0 rgba(102, 137, 95, .48); } 70%, 100% { box-shadow: 0 0 0 7px rgba(102, 137, 95, 0); } }

.brx-experience-marker { position: absolute; display: flex !important; align-items: center; gap: 9px; width: 190px !important; height: 42px !important; border: 0 !important; background: transparent !important; color: #fff; pointer-events: none !important; }
.brx-experience-marker span { display: grid; place-items: center; flex: 0 0 34px; width: 34px; height: 34px; border: 1px solid rgba(255, 255, 255, .82); border-radius: 50%; background: var(--brx-experience-colour, #c49368); box-shadow: 0 8px 22px rgba(16, 13, 11, .36), 0 0 0 5px color-mix(in srgb, var(--brx-experience-colour, #c49368) 25%, transparent); font-size: 7px; font-weight: 700; letter-spacing: .08em; }
.brx-experience-marker b { padding: 7px 9px; background: rgba(27, 23, 20, .75); box-shadow: 0 8px 24px rgba(16, 13, 11, .2); font-size: 7px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; opacity: var(--brx-experience-label-opacity, 0); transform: translateX(calc((1 - var(--brx-experience-label-opacity, 0)) * -5px)); transition: opacity .16s linear, transform .16s linear; backdrop-filter: blur(10px); }
.brx-experience-story { position: absolute; z-index: 27; left: 28px; bottom: 80px; width: min(310px, calc(100vw - 56px)); padding: 20px 42px 18px 20px; border: 1px solid rgba(255, 255, 255, .3); background: rgba(36, 29, 25, .9); box-shadow: 0 22px 70px rgba(15, 12, 10, .3); color: #fff; backdrop-filter: blur(18px); }
.brx-experience-story > button { position: absolute; top: 10px; right: 11px; width: 28px; height: 28px; padding: 0 0 2px; border: 1px solid rgba(255, 255, 255, .25); border-radius: 50%; background: transparent; color: #fff; cursor: pointer; }
.brx-experience-story > span { color: var(--brx-experience-colour, var(--brx-copper)); font-size: 7px; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; }
.brx-experience-story h3 { margin: 6px 0 8px; font: 400 30px/.92 var(--brx-serif); letter-spacing: -.02em; }
.brx-experience-story p { margin: 0; color: rgba(255, 255, 255, .7); font-size: 9px; font-weight: 300; line-height: 1.52; }
.brx-experience-story small { display: block; margin-top: 11px; color: rgba(255, 255, 255, .42); font-size: 6px; letter-spacing: .1em; text-transform: uppercase; }

.brx-poi-card {
  --brx-poi-colour: var(--brx-copper);
  position: absolute;
  z-index: 33;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: minmax(390px, 42vw) minmax(0, 1fr);
  width: 100%;
  height: min(360px, 50vh);
  min-height: 320px;
  max-height: calc(100% - 92px);
  border-top: 1px solid rgba(255, 255, 255, .42);
  background: rgba(246, 241, 231, .98);
  box-shadow: 0 -22px 70px rgba(18, 12, 10, .32);
  color: var(--brx-ink);
  overflow: hidden;
}
.brx-poi-card.is-opening { will-change: transform, opacity; animation: brx-card-rise-in .54s cubic-bezier(.22, 1, .36, 1); }
.brx-poi-card.is-closing { will-change: transform, opacity; pointer-events: none; animation: brx-card-drop-out .4s cubic-bezier(.55, 0, .85, .35) both; }
.brx-poi-card-media { position: relative; min-height: 0; overflow: hidden; background: #292922; color: #fff; }
.brx-poi-card-media img, .brx-poi-card-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.brx-poi-card-media img { object-fit: cover; }
.brx-poi-card-shade { background: linear-gradient(180deg, rgba(18, 15, 13, .38), transparent 44%, rgba(18, 15, 13, .78)); }
.brx-poi-card-media > span { position: absolute; z-index: 1; top: 22px; left: 24px; font-size: 7px; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; }
.brx-poi-card-media > strong { position: absolute; z-index: 1; right: 24px; bottom: 22px; left: 24px; max-width: 330px; font: 400 27px/.95 var(--brx-serif); }
.brx-poi-card-close { position: absolute; z-index: 3; top: 18px; right: 20px; display: grid; place-items: center; width: 36px; height: 36px; padding: 0; border: 1px solid rgba(75, 45, 44, .24); border-radius: 50%; background: rgba(246, 241, 231, .72); color: var(--brx-wine); cursor: pointer; backdrop-filter: blur(9px); }
.brx-poi-card-close svg { width: 14px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.brx-poi-card-body { display: flex; min-width: 0; flex-direction: column; padding: 34px 72px 27px 38px; overflow-y: auto; }
.brx-poi-card-body > span { color: var(--brx-poi-colour); font-size: 8px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.brx-poi-card-body h2 { margin: 8px 0 10px; color: var(--brx-wine-deep); font: 400 clamp(43px, 4.2vw, 62px)/.86 var(--brx-serif); letter-spacing: -.035em; }
.brx-poi-card-body > p { max-width: 680px; margin: 0; color: rgba(33, 31, 27, .66); font-size: 11px; font-weight: 300; line-height: 1.58; }
.brx-poi-card-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 15px; }
.brx-poi-card-tags span { padding: 6px 8px; border: 1px solid color-mix(in srgb, var(--brx-poi-colour) 34%, transparent); background: rgba(255, 255, 255, .34); color: color-mix(in srgb, var(--brx-poi-colour) 78%, #2d1d1d); font-size: 7px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.brx-poi-card-foot { display: flex; align-items: flex-end; justify-content: space-between; gap: 22px; margin-top: auto; padding-top: 16px; }
.brx-poi-card-foot small { max-width: 300px; color: rgba(33, 31, 27, .43); font-size: 6.5px; line-height: 1.45; letter-spacing: .11em; text-transform: uppercase; }
.brx-poi-card-foot button { display: flex; align-items: center; justify-content: space-between; min-width: 235px; min-height: 47px; padding: 0 15px; border: 1px solid var(--brx-wine); background: var(--brx-wine); color: #fff; font-size: 7.5px; font-weight: 600; letter-spacing: .13em; text-align: left; text-transform: uppercase; cursor: pointer; }
.brx-poi-card-foot button b { color: var(--brx-copper); font-size: 13px; font-weight: 300; }

.brx-card {
  position: absolute;
  z-index: 32;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: minmax(360px, 38vw) minmax(0, 1fr);
  width: 100%;
  height: min(420px, 56vh);
  min-height: 350px;
  max-height: calc(100% - 92px);
  border: 1px solid rgba(255, 255, 255, .38);
  border-width: 1px 0 0;
  background: rgba(246, 241, 231, .97);
  box-shadow: 0 -22px 70px rgba(18, 12, 10, .32);
  color: var(--brx-ink);
  backdrop-filter: blur(18px);
  overflow: hidden;
}
.brx-card::-webkit-scrollbar { width: 5px; }
.brx-card::-webkit-scrollbar-thumb { background: rgba(75, 45, 44, .24); }
.brx-card.is-opening { will-change: transform, opacity; animation: brx-card-rise-in .54s cubic-bezier(.22, 1, .36, 1); }
.brx-card.is-closing { will-change: transform, opacity; pointer-events: none; animation: brx-card-drop-out .4s cubic-bezier(.55, 0, .85, .35) both; }
@keyframes brx-card-rise-in {
  0% { opacity: 0; transform: translateY(46px) scale(.985); }
  60% { opacity: 1; }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes brx-card-drop-out {
  0% { opacity: 1; transform: translateY(0) scale(1); }
  100% { opacity: 0; transform: translateY(34px) scale(.99); }
}
@keyframes brx-card-mobile-rise-in {
  0% { opacity: 0; transform: translateY(24px); }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes brx-card-mobile-drop-out {
  0% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(22px); }
}
.brx-card-media { position: relative; height: 100%; min-height: 0; overflow: hidden; background: #2a2b25; color: #fff; }
.brx-card-media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: opacity .38s ease, transform .6s cubic-bezier(.22, 1, .36, 1); }
.brx-card-media img.is-loading { opacity: 0; }
.brx-card-media img.is-changing { opacity: .18; transform: scale(1.035); }
.brx-card-media-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(17, 14, 12, .38), transparent 45%, rgba(17, 14, 12, .74)); pointer-events: none; }
.brx-card-media-label { position: absolute; top: 19px; left: 20px; font-size: 7px; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; }
.brx-card-media-meta { position: absolute; right: 19px; bottom: 16px; left: 20px; display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; }
.brx-card-media-meta > span { max-width: 210px; font: 400 18px/1.05 var(--brx-serif); }
.brx-card-media-nav { display: flex; align-items: center; gap: 6px; }
.brx-card-media-nav b { margin-right: 4px; font-size: 7px; font-weight: 500; letter-spacing: .14em; }
.brx-card-media-nav button { display: grid; place-items: center; width: 29px; height: 29px; padding: 0; border: 1px solid rgba(255, 255, 255, .5); border-radius: 50%; background: rgba(20, 17, 15, .15); color: #fff; font-size: 12px; cursor: pointer; backdrop-filter: blur(8px); transition: .18s ease; }
.brx-card-media-nav button:hover { border-color: #fff; background: rgba(255, 255, 255, .16); }
.brx-card-close { position: absolute; z-index: 3; top: 18px; right: 20px; display: grid; place-items: center; width: 36px; height: 36px; padding: 0; border: 1px solid rgba(75, 45, 44, .24); border-radius: 50%; background: rgba(246, 241, 231, .72); color: var(--brx-wine); cursor: pointer; backdrop-filter: blur(9px); }
.brx-card-close svg { width: 14px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.brx-card-body { display: grid; grid-template-columns: minmax(250px, .82fr) minmax(0, 1.18fr); grid-template-rows: auto auto 1fr auto; column-gap: 34px; min-width: 0; padding: 29px 72px 27px 34px; overflow-y: auto; }
.brx-card-heading { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.brx-card-heading > span { color: var(--brx-wine); font-size: 9px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.brx-card-heading small { display: flex; align-items: center; gap: 6px; color: rgba(33, 31, 27, .57); font-size: 8px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.brx-card-heading small i { width: 5px; height: 5px; border-radius: 50%; background: #73766e; box-shadow: 0 0 0 3px rgba(115, 118, 110, .13); }
.brx-card-heading small[data-status="available"] i { background: #66895f; box-shadow: 0 0 0 3px rgba(102, 137, 95, .14); }
.brx-card-heading small[data-status="reserved"] i { background: #c58b3f; box-shadow: 0 0 0 3px rgba(197, 139, 63, .14); }
.brx-card-heading small[data-status="sold"] i { background: #823b3f; box-shadow: 0 0 0 3px rgba(130, 59, 63, .14); }
.brx-card h2 { grid-column: 1; grid-row: 2; margin: 10px 0 11px; color: var(--brx-wine-deep); font: 400 62px/.84 var(--brx-serif); letter-spacing: -.035em; }
.brx-card-lede { grid-column: 1; grid-row: 3; max-width: 375px; margin: 0; color: rgba(33, 31, 27, .68); font-size: 11.5px; font-weight: 300; line-height: 1.58; }
.brx-card-lede::before { content: "Residence character"; display: block; margin-bottom: 7px; color: var(--brx-copper); font-size: 6.5px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.brx-card dl { grid-column: 2; grid-row: 1; display: grid; grid-template-columns: 1.05fr .8fr 1fr; margin: 0; padding: 2px 0 16px; border-bottom: 1px solid rgba(52, 43, 36, .13); }
.brx-card dl div + div { padding-left: 13px; border-left: 1px solid rgba(52, 43, 36, .13); }
.brx-card dt { color: rgba(33, 31, 27, .47); font-size: 7px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.brx-card dd { margin: 6px 0 0; color: var(--brx-ink); font-size: 11px; font-weight: 400; }
.brx-card-tags { grid-column: 2; grid-row: 2; display: flex; flex-wrap: wrap; align-self: start; gap: 5px; padding-top: 13px; }
.brx-card-tags span { padding: 6px 8px; border: 1px solid rgba(75, 45, 44, .18); background: rgba(255, 255, 255, .25); color: rgba(75, 45, 44, .78); font-size: 7px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.brx-card-note { grid-column: 2; grid-row: 3; max-width: 620px; margin: 13px 0 16px; color: rgba(33, 31, 27, .52); font-size: 9px; font-weight: 300; line-height: 1.55; }
.brx-card-actions { grid-column: 2; grid-row: 4; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; align-self: end; }
.brx-card-actions > * { display: flex; align-items: center; justify-content: space-between; min-height: 47px; padding: 0 14px; font-size: 7.5px; font-weight: 600; letter-spacing: .13em; text-align: left; text-transform: uppercase; cursor: pointer; transition: border-color .18s ease, background .18s ease, color .18s ease; }
.brx-card-actions [data-brx-open-interest] { border: 1px solid var(--brx-wine); background: var(--brx-wine); color: #fff; }
.brx-card-actions [data-brx-open-interest]:hover { border-color: #653b38; background: #653b38; }
.brx-card-actions [data-brx-card-explore-village] { border: 1px solid rgba(75, 45, 44, .22); background: transparent; color: var(--brx-wine); }
.brx-card-actions [data-brx-shortlist-add] { border: 1px solid rgba(75, 45, 44, .22); background: rgba(255, 255, 255, .42); color: var(--brx-wine); }
.brx-card-actions [data-brx-card-explore-village]:hover, .brx-card-actions [data-brx-shortlist-add]:hover { border-color: rgba(75, 45, 44, .52); background: rgba(255, 255, 255, .7); }
.brx-card-actions [data-brx-shortlist-add].is-saved { border-color: #66895f; background: rgba(102, 137, 95, .12); color: #476343; }
.brx-card-actions b { color: var(--brx-copper); font-size: 13px; font-weight: 300; }

.brx-interest-modal { position: absolute; z-index: 150; inset: 0; display: grid; place-items: center; padding: 32px; opacity: 0; transition: opacity .28s ease; }
.brx-interest-modal.is-open { opacity: 1; }
.brx-interest-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: rgba(19, 15, 13, .78); cursor: default; backdrop-filter: blur(9px); }
.brx-interest-dialog { position: relative; z-index: 1; width: min(1040px, 100%); max-height: min(760px, calc(100dvh - 64px)); display: grid; grid-template-columns: minmax(330px, .78fr) minmax(500px, 1.22fr); overflow: hidden; background: var(--brx-cream); box-shadow: 0 34px 110px rgba(11, 8, 7, .55); transform: translateY(18px) scale(.985); transition: transform .38s cubic-bezier(.22, 1, .36, 1); }
.brx-interest-modal.is-open .brx-interest-dialog { transform: none; }
.brx-interest-visual { position: relative; min-height: 650px; overflow: hidden; color: #fff; }
.brx-interest-visual img, .brx-interest-visual-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.brx-interest-visual img { object-fit: cover; }
.brx-interest-visual-shade { background: linear-gradient(180deg, rgba(25, 17, 15, .42), rgba(25, 17, 15, .08) 38%, rgba(31, 19, 18, .86)); }
.brx-interest-visual > span { position: absolute; z-index: 1; top: 29px; left: 30px; font-size: 8px; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; }
.brx-interest-visual > div:last-child { position: absolute; z-index: 1; right: 31px; bottom: 35px; left: 31px; }
.brx-interest-visual p { margin: 0 0 12px; color: rgba(255, 255, 255, .72); font-size: 8px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.brx-interest-visual h2 { margin: 0 0 18px; font: 400 52px/.86 var(--brx-serif); letter-spacing: -.035em; }
.brx-interest-visual small { display: block; max-width: 280px; color: rgba(255, 255, 255, .7); font-size: 10px; font-weight: 300; line-height: 1.55; }
.brx-interest-content { position: relative; max-height: min(760px, calc(100dvh - 64px)); padding: 43px 48px 40px; overflow-y: auto; }
.brx-interest-content > span { display: block; color: var(--brx-copper); font-size: 8px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.brx-interest-content > h2 { margin: 9px 0 11px; color: var(--brx-wine-deep); font: 400 45px/.92 var(--brx-serif); letter-spacing: -.03em; }
.brx-interest-content > p { max-width: 520px; margin: 0 48px 24px 0; color: rgba(33, 31, 27, .58); font-size: 10px; font-weight: 300; line-height: 1.55; }
.brx-interest-close { position: absolute; z-index: 2; top: 19px; right: 20px; display: grid; place-items: center; width: 36px; height: 36px; padding: 0 0 3px; border: 1px solid rgba(75, 45, 44, .22); border-radius: 50%; background: transparent; color: var(--brx-wine); font: 300 22px/1 var(--brx-sans); cursor: pointer; }
.brx-interest-modal .lead-form { position: relative; padding: 0; background: transparent; color: var(--brx-ink); box-shadow: none; }
.brx-interest-modal .field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.brx-interest-modal .lead-form label { display: block; margin: 0 0 13px; }
.brx-interest-modal .lead-form label > span { display: block; margin: 0 0 5px; color: rgba(33, 31, 27, .52); font-size: 7px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.brx-interest-modal .lead-form input, .brx-interest-modal .lead-form select { width: 100%; height: 43px; padding: 0 12px; border: 1px solid rgba(75, 45, 44, .2); border-radius: 0; outline: 0; background: rgba(255, 255, 255, .54); color: var(--brx-ink); font-size: 10px; transition: border .18s, background .18s; }
.brx-interest-modal .lead-form input:focus, .brx-interest-modal .lead-form select:focus { border-color: var(--brx-copper); background: #fff; }
.brx-interest-modal .lead-form .consent { display: grid; grid-template-columns: 17px 1fr; gap: 8px; align-items: start; margin: 1px 0 17px; }
.brx-interest-modal .lead-form .consent input { width: 15px; height: 15px; margin: 1px 0 0; }
.brx-interest-modal .lead-form .consent span { margin: 0; font-size: 8px; font-weight: 300; letter-spacing: 0; line-height: 1.45; text-transform: none; }
.brx-interest-modal .lead-form .consent a { color: var(--brx-wine); text-decoration: underline; }
.brx-interest-modal .lead-form > button[type="submit"] { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 48px; padding: 0 16px; border: 1px solid var(--brx-wine); background: var(--brx-wine); color: #fff; font-size: 8px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; cursor: pointer; }
.brx-interest-modal .lead-form > button[type="submit"]::after { content: "↗"; color: var(--brx-copper); font-size: 14px; font-weight: 300; }
.brx-interest-modal .honeypot { position: absolute !important; left: -9999px !important; }
.brx-interest-modal .form-note { min-height: 14px; margin: 8px 0 0; color: rgba(33, 31, 27, .55); font-size: 8px; }
.brx-interest-modal .form-note.is-error { color: #9f3e31; }

.brx-shortlist-modal { position: absolute; z-index: 145; inset: 0; display: grid; place-items: center; padding: 32px; opacity: 0; transition: opacity .28s ease; }
.brx-shortlist-modal.is-open { opacity: 1; }
.brx-shortlist-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: rgba(19, 15, 13, .79); cursor: default; backdrop-filter: blur(10px); }
.brx-shortlist-dialog { position: relative; z-index: 1; width: min(1120px, 100%); max-height: min(760px, calc(100dvh - 64px)); padding: 36px 38px 30px; overflow-y: auto; background: var(--brx-cream); box-shadow: 0 34px 110px rgba(11, 8, 7, .58); transform: translateY(18px) scale(.985); transition: transform .38s cubic-bezier(.22, 1, .36, 1); }
.brx-shortlist-modal.is-open .brx-shortlist-dialog { transform: none; }
.brx-shortlist-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 25px; }
.brx-shortlist-head span { color: var(--brx-copper); font-size: 8px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.brx-shortlist-head h2 { margin: 6px 0 0; color: var(--brx-wine-deep); font: 400 46px/.9 var(--brx-serif); letter-spacing: -.03em; }
.brx-shortlist-head > button { display: grid; place-items: center; flex: 0 0 auto; width: 37px; height: 37px; padding: 0 0 3px; border: 1px solid rgba(75, 45, 44, .23); border-radius: 50%; background: transparent; color: var(--brx-wine); font-size: 21px; cursor: pointer; }
.brx-shortlist-intro { max-width: 620px; margin: 14px 0 24px; color: rgba(33, 31, 27, .57); font-size: 10px; line-height: 1.55; }
.brx-shortlist-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; min-height: 245px; }
.brx-shortlist-item { display: flex; flex-direction: column; min-width: 0; padding: 19px; border: 1px solid rgba(75, 45, 44, .16); background: rgba(255, 255, 255, .44); }
.brx-shortlist-item header { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.brx-shortlist-item header span { overflow: hidden; color: rgba(75, 45, 44, .57); font-size: 7px; font-weight: 600; letter-spacing: .13em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.brx-shortlist-item header button { width: 27px; height: 27px; padding: 0 0 2px; border: 1px solid rgba(75, 45, 44, .18); border-radius: 50%; background: transparent; color: var(--brx-wine); cursor: pointer; }
.brx-shortlist-item h3 { margin: 14px 0 17px; color: var(--brx-wine-deep); font: 400 42px/.9 var(--brx-serif); letter-spacing: -.025em; }
.brx-shortlist-item dl { display: grid; gap: 9px; margin: 0 0 18px; }
.brx-shortlist-item dl div { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding-bottom: 7px; border-bottom: 1px solid rgba(75, 45, 44, .1); }
.brx-shortlist-item dt { color: rgba(33, 31, 27, .42); font-size: 6px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.brx-shortlist-item dd { margin: 0; color: var(--brx-ink); font-size: 9px; text-align: right; }
.brx-shortlist-item > button { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 38px; margin-top: auto; padding: 0 11px; border: 1px solid var(--brx-wine); background: transparent; color: var(--brx-wine); font-size: 7px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; cursor: pointer; }
.brx-shortlist-empty { grid-column: 1 / -1; display: grid; place-content: center; justify-items: center; min-height: 245px; padding: 30px; border: 1px dashed rgba(75, 45, 44, .2); text-align: center; }
.brx-shortlist-empty span { color: var(--brx-copper); font-size: 8px; font-weight: 700; letter-spacing: .18em; }
.brx-shortlist-empty h3 { margin: 8px 0; color: var(--brx-wine-deep); font: 400 32px/.95 var(--brx-serif); }
.brx-shortlist-empty p { max-width: 390px; margin: 0; color: rgba(33, 31, 27, .55); font-size: 9px; line-height: 1.5; }
.brx-shortlist-foot { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 20px; padding-top: 18px; border-top: 1px solid rgba(75, 45, 44, .13); }
.brx-shortlist-foot > p { max-width: 390px; margin: 0; color: rgba(33, 31, 27, .5); font-size: 8px; line-height: 1.45; }
.brx-shortlist-foot > div { display: flex; gap: 6px; }
.brx-shortlist-foot button { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 41px; padding: 0 13px; border: 1px solid rgba(75, 45, 44, .24); background: transparent; color: var(--brx-wine); font-size: 7px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.brx-shortlist-foot button:last-child { border-color: var(--brx-wine); background: var(--brx-wine); color: #fff; }
.brx-shortlist-foot button b { color: var(--brx-copper); font-size: 12px; font-weight: 300; }

.brx-loading, .brx-error { position: absolute; z-index: 100; inset: 0; display: grid; place-content: center; justify-items: center; background: radial-gradient(circle at 50% 42%, #4c5147, #242620 68%); color: #fff; transition: opacity .8s ease, visibility .8s; }
.brx-loading img { width: 150px; height: 82px; object-fit: contain; }
.brx-loading span { width: 42px; height: 1px; margin-top: 19px; overflow: hidden; background: rgba(255, 255, 255, .18); }
.brx-loading span::after { content: ""; display: block; width: 55%; height: 100%; background: var(--brx-copper); animation: brx-load 1.1s ease-in-out infinite alternate; }
@keyframes brx-load { from { transform: translateX(-100%); } to { transform: translateX(185%); } }
.brx-loading p { margin: 13px 0 0; color: rgba(255, 255, 255, .6); font-size: 8px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.brx-shell:not(.is-loading) .brx-loading { opacity: 0; visibility: hidden; pointer-events: none; }
.brx-error { z-index: 110; text-align: center; }
.brx-error strong { font: 400 32px var(--brx-serif); }
.brx-error p { color: rgba(255, 255, 255, .65); font-size: 11px; }

@media (max-width: 1120px) {
  .brx-estate-count { display: none; }
  .brx-title { display: none; }
  .brx-brand { flex-basis: 110px; width: 110px; }
  .brx-view-switch { margin-left: auto; }
  .brx-top-actions { margin-left: 0; }
  .brx-card { grid-template-columns: 34vw minmax(0, 1fr); }
  .brx-card-body { grid-template-columns: minmax(205px, .76fr) minmax(0, 1.24fr); column-gap: 23px; padding: 27px 56px 25px 27px; }
  .brx-card h2 { font-size: 54px; }
  .brx-card-actions { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .brx-card-actions > * { min-height: 43px; padding-inline: 11px; font-size: 6.7px; }
  .brx-shortlist-toggle span { display: inline; }
  .brx-poi-card { grid-template-columns: minmax(330px, 38vw) minmax(0, 1fr); }
  .brx-poi-card-body { padding-right: 58px; padding-left: 30px; }
}

@media (min-width: 801px) {
  .brx-card dl { margin-right: 38px; }
}

@media (min-width: 801px) and (max-width: 960px) {
  .brx-card-body { grid-template-columns: minmax(190px, .78fr) minmax(0, 1.22fr); padding: 25px 36px 24px 26px; }
  .brx-card-actions { grid-column: 1 / -1; grid-template-columns: minmax(0, 1.2fr) minmax(0, .9fr) minmax(0, .9fr); }
  .brx-card-actions > * { min-height: 43px; }
  .brx-card-lede { font-size: 10.5px; }
  .brx-card-note { font-size: 8px; }
}

@media (max-width: 800px) {
  .brx-shell, .brx-map { height: var(--brx-viewport-height, 100dvh); }
  .brx-map .leaflet-tile { transition: none !important; }
  .brx-map .brx-masterplan-image { clip-path: none; }
  .brx-map .leaflet-tile-container, .brx-map .leaflet-overlay-pane, .brx-map .leaflet-marker-pane { will-change: transform; }
  .brx-card.is-opening, .brx-poi-card.is-opening { animation: brx-card-mobile-rise-in .38s cubic-bezier(.22, 1, .36, 1); }
  .brx-card.is-closing, .brx-poi-card.is-closing { animation: brx-card-mobile-drop-out .28s cubic-bezier(.55, 0, .85, .35) both; }
  .brx-village-map-marker__inner { gap: 6px; max-width: 132px; padding: 3px 9px 3px 4px; }
  .brx-village-map-marker__icon { flex-basis: 28px; width: 28px; height: 28px; }
  .brx-village-map-marker__icon svg { width: 16px; height: 16px; }
  .brx-village-map-marker strong { font-size: 7px; letter-spacing: .1em; }
  .brx-topbar { height: 72px; gap: 12px; padding: 0 13px 0 15px; }
  .brx-brand { flex-basis: 103px; width: 103px; height: 55px; }
  .brx-brand img { height: 52px; }
  .brx-title { display: none; }
  .brx-enquire { padding: 8px 9px; font-size: 7px; letter-spacing: .1em; }
  .brx-shortlist-toggle { padding: 5px; border: 0; background: transparent; }
  .brx-view-switch { margin-left: auto; }
  .brx-view-switch button { padding: 7px 9px; font-size: 7px; letter-spacing: .08em; }
  .brx-close { width: 35px; height: 35px; }
  .brx-panel {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: min(76vh, 650px);
    padding: 23px 21px calc(22px + env(safe-area-inset-bottom));
    border-width: 1px 0 0;
    border-radius: 18px 18px 0 0;
    transform: translateY(35px);
  }
  .brx-panel.is-open { transform: none; }
  .brx-panel-head h2 { font-size: 35px; }
  .brx-panel-copy { margin: 11px 0 15px; }
  .brx-village { padding-block: 6px; }
  .brx-panel-open { top: auto; bottom: calc(18px + env(safe-area-inset-bottom)); left: 15px; }
  .brx-layer-dock { right: 15px; bottom: calc(18px + env(safe-area-inset-bottom)); }
  .brx-layer-menu { width: min(250px, calc(100vw - 30px)); }
  .brx-zoom { right: 15px; bottom: calc(72px + env(safe-area-inset-bottom)); }
  .brx-coordinate, .brx-hint { display: none; }
  .brx-live-tracker { top: 81px; right: 14px; min-width: 143px; padding: 7px 9px; background: rgba(30, 26, 22, .92); -webkit-backdrop-filter: none; backdrop-filter: none; transition: none; isolation: isolate; }
  .brx-live-tracker > i { animation: none; }
  .brx-experience-story { bottom: calc(70px + env(safe-area-inset-bottom)); left: 15px; width: min(310px, calc(100vw - 30px)); }
  .brx-poi-card { top: auto; display: flex; flex-direction: column; box-sizing: border-box; width: 100%; min-width: 100%; max-width: 100%; height: auto; min-height: 0; max-height: min(calc(var(--brx-viewport-height, 100dvh) - 12px - env(safe-area-inset-top)), 720px); border-radius: 18px 18px 0 0; background: #f6f1e7; overflow-x: hidden; overflow-y: auto; overscroll-behavior-y: contain; -webkit-overflow-scrolling: touch; touch-action: pan-y; -webkit-backdrop-filter: none; backdrop-filter: none; }
  .brx-poi-card-media { flex: 0 0 190px; width: 100%; min-width: 0; height: 190px; }
  .brx-poi-card-media > span { top: 18px; left: 20px; }
  .brx-poi-card-media > strong { right: 62px; bottom: 18px; left: 20px; font-size: 24px; }
  .brx-poi-card-close { top: 14px; right: 14px; border-color: rgba(255, 255, 255, .55); background: rgba(26, 22, 19, .38); color: #fff; -webkit-backdrop-filter: none; backdrop-filter: none; }
  .brx-poi-card-body { flex: 0 0 auto; box-sizing: border-box; width: 100%; min-width: 0; padding: 23px 20px calc(20px + env(safe-area-inset-bottom)); background: #f6f1e7; overflow: visible; }
  .brx-poi-card-body h2 { font-size: 43px; }
  .brx-poi-card-foot { align-items: stretch; flex-direction: column; gap: 12px; }
  .brx-poi-card-foot button { width: 100%; min-width: 0; }
  .brx-card { top: auto; right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; box-sizing: border-box; width: 100%; min-width: 100%; max-width: 100%; height: auto; min-height: 0; max-height: min(calc(var(--brx-viewport-height, 100dvh) - 12px - env(safe-area-inset-top)), 720px); border-width: 1px 0 0; border-radius: 18px 18px 0 0; background: #f6f1e7; overflow-x: hidden; overflow-y: auto; overscroll-behavior-y: contain; -webkit-overflow-scrolling: touch; touch-action: pan-y; scroll-behavior: auto; -webkit-backdrop-filter: none; backdrop-filter: none; }
  .brx-card-media { flex: 0 0 178px; box-sizing: border-box; width: 100%; min-width: 0; height: 178px; touch-action: pan-y; }
  .brx-card.is-opening,
  .brx-poi-card.is-opening { opacity: 1; transform: none; animation: none; will-change: auto; }
  .brx-card-media img { pointer-events: none; user-select: none; -webkit-user-drag: none; transform: none !important; transition: none; }
  .brx-card-media img.is-changing { opacity: .22; transform: none !important; }
  .brx-card-media-nav button { -webkit-backdrop-filter: none; backdrop-filter: none; }
  .brx-card-close { top: 14px; right: 14px; width: 34px; height: 34px; border-color: rgba(255, 255, 255, .55); background: rgba(26, 22, 19, .38); color: #fff; -webkit-backdrop-filter: none; backdrop-filter: none; }
  .brx-card-body { display: block; flex: 0 0 auto; box-sizing: border-box; width: 100%; min-width: 0; padding: 21px 20px calc(20px + env(safe-area-inset-bottom)); background: #f6f1e7; overflow: visible; }
  .brx-card h2 { font-size: 44px; }
  .brx-card-lede { font-size: 10.5px; line-height: 1.54; }
  .brx-card dl { margin-block: 15px 13px; }
  .brx-card-tags { padding-top: 0; }
  .brx-card-actions { display: grid; grid-template-columns: 1fr; }
  .brx-map .leaflet-control-attribution { display: none; }
  .brx-interest-modal { padding: 0; }
  .brx-interest-dialog { width: 100%; height: 100dvh; max-height: none; grid-template-columns: 1fr; grid-template-rows: 176px auto; overflow-y: auto; }
  .brx-interest-visual { min-height: 176px; }
  .brx-interest-visual > span { top: 18px; left: 20px; }
  .brx-interest-visual > div:last-child { right: 62px; bottom: 18px; left: 20px; }
  .brx-interest-visual h2 { margin: 0; font-size: 37px; }
  .brx-interest-visual small { display: none; }
  .brx-interest-content { max-height: none; padding: 27px 20px calc(26px + env(safe-area-inset-bottom)); overflow: visible; }
  .brx-interest-content > h2 { font-size: 38px; }
  .brx-interest-content > p { margin-right: 36px; margin-bottom: 20px; }
  .brx-interest-close { position: fixed; top: 16px; right: 17px; border-color: rgba(255, 255, 255, .55); background: rgba(24, 18, 16, .24); color: #fff; backdrop-filter: blur(8px); }
  .brx-shortlist-modal { padding: 0; }
  .brx-shortlist-dialog { width: 100%; height: 100dvh; max-height: none; padding: 27px 20px calc(24px + env(safe-area-inset-bottom)); }
  .brx-shortlist-head h2 { font-size: 39px; }
  .brx-shortlist-intro { margin-bottom: 18px; }
  .brx-shortlist-list { grid-template-columns: 1fr; min-height: 0; }
  .brx-shortlist-item { min-height: 225px; }
  .brx-shortlist-foot { align-items: stretch; flex-direction: column; }
  .brx-shortlist-foot > div { display: grid; grid-template-columns: 1fr; }
  .brx-shell:not(.has-entered) .brx-panel-open,
  .brx-shell:not(.has-entered) .brx-layer-dock,
  .brx-shell:not(.has-entered) .brx-zoom,
  .brx-shell.has-panel .brx-layer-dock,
  .brx-shell.has-panel .brx-zoom,
  .brx-shell.has-card .brx-panel-open,
  .brx-shell.has-card .brx-layer-dock,
  .brx-shell.has-card .brx-zoom,
  .brx-shell.has-panel .brx-live-tracker,
  .brx-shell.has-card .brx-live-tracker { opacity: 0; pointer-events: none; }
  .brx-shell.has-panel .brx-experience-story,
  .brx-shell.has-card .brx-experience-story,
  .brx-shell.has-poi-card .brx-experience-story { opacity: 0; pointer-events: none; }
}

@media (max-width: 800px) and (orientation: landscape) and (max-height: 520px) {
  .brx-card {
    display: grid;
    grid-template-columns: minmax(245px, 39vw) minmax(0, 1fr);
    height: calc(var(--brx-viewport-height, 100dvh) - 12px - env(safe-area-inset-top));
    max-height: none;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
  }
  .brx-card-media { height: 100%; }
  .brx-card-body {
    display: block;
    min-height: 0;
    padding: 24px 50px 20px 22px;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
  }
  .brx-card h2 { margin-block: 8px 10px; font-size: 42px; }
  .brx-card-lede { font-size: 9.5px; line-height: 1.45; }
  .brx-card dl { margin-block: 13px 11px; }
  .brx-card-note { display: none; }
  .brx-card-actions { grid-template-columns: 1fr 1fr; }
  .brx-card-actions [data-brx-open-interest] { grid-column: 1 / -1; }
  .brx-card-actions > * { min-height: 39px; padding-inline: 10px; font-size: 6.2px; }
}

@media (max-width: 490px) {
  .brx-topbar { gap: 8px; padding-right: 8px; padding-left: 10px; }
  .brx-brand { flex-basis: 90px; width: 90px; }
  .brx-brand img { height: 46px; }
  .brx-view-switch button { padding-inline: 7px; }
  .brx-view-switch button:first-child { display: none; }
  .brx-top-actions { gap: 5px; }
  .brx-close { width: 31px; height: 31px; }
  .brx-enquire { max-width: 67px; padding-inline: 7px; font-size: 6px; line-height: 1.15; text-align: center; }
  .brx-interest-modal .field-row { grid-template-columns: 1fr; gap: 0; }
  .brx-live-tracker { min-width: 132px; }
  .brx-card { max-height: min(calc(var(--brx-viewport-height, 100dvh) - 12px - env(safe-area-inset-top)), 720px); }
  .brx-card-media { height: 164px; }
  .brx-card-body { padding-top: 18px; }
  .brx-card-lede { font-size: 10px; line-height: 1.48; }
  .brx-card-note { display: none; }
  .brx-card-actions { grid-template-columns: 1fr 1fr; }
  .brx-card-actions [data-brx-open-interest] { grid-column: 1 / -1; }
  .brx-card-actions > * { min-height: 41px; padding-inline: 10px; font-size: 6.3px; }
}

@media print {
  @page { size: A4 landscape; margin: 12mm; }
  body.brx-print-shortlist { overflow: visible !important; background: #fff !important; }
  body.brx-print-shortlist .brx-shell { height: auto !important; overflow: visible !important; background: #fff !important; }
  body.brx-print-shortlist .brx-shell > :not(.brx-shortlist-modal) { display: none !important; }
  body.brx-print-shortlist .brx-shortlist-modal { position: static !important; display: block !important; padding: 0 !important; opacity: 1 !important; }
  body.brx-print-shortlist .brx-shortlist-backdrop,
  body.brx-print-shortlist .brx-shortlist-head > button,
  body.brx-print-shortlist .brx-shortlist-item header button,
  body.brx-print-shortlist .brx-shortlist-item > button,
  body.brx-print-shortlist .brx-shortlist-foot > div { display: none !important; }
  body.brx-print-shortlist .brx-shortlist-dialog { width: 100% !important; max-height: none !important; padding: 0 !important; overflow: visible !important; box-shadow: none !important; transform: none !important; }
  body.brx-print-shortlist .brx-shortlist-list { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; min-height: 0 !important; }
  body.brx-print-shortlist .brx-shortlist-item { break-inside: avoid; min-height: 230px; background: #fff; }
  body.brx-print-shortlist .brx-shortlist-foot { display: block; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
