/* Mountain Views – public site styles.
   Palette: Ghat forest greens on a cool mist ground, marigold for the buyer's selection,
   slate for reserved plots. Type: Bricolage Grotesque (display), Figtree (text), IBM Plex Mono (measurements). */

/* Self-hosted fonts (SIL Open Font License 1.1): Bricolage Grotesque, Figtree, IBM Plex Mono. */
@font-face { font-family: "Bricolage Grotesque"; font-style: normal; font-display: swap; font-weight: 200 800;
  src: url(/fonts/bricolage-grotesque-latin-wght-normal.woff2) format("woff2-variations"); unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face { font-family: "Bricolage Grotesque"; font-style: normal; font-display: swap; font-weight: 200 800;
  src: url(/fonts/bricolage-grotesque-latin-ext-wght-normal.woff2) format("woff2-variations"); unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
@font-face { font-family: "Figtree"; font-style: normal; font-display: swap; font-weight: 300 900;
  src: url(/fonts/figtree-latin-wght-normal.woff2) format("woff2-variations"); unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face { font-family: "Figtree"; font-style: normal; font-display: swap; font-weight: 300 900;
  src: url(/fonts/figtree-latin-ext-wght-normal.woff2) format("woff2-variations"); unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
@font-face { font-family: "IBM Plex Mono"; font-style: normal; font-display: swap; font-weight: 400;
  src: url(/fonts/ibm-plex-mono-latin-400-normal.woff2) format("woff2"); unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face { font-family: "IBM Plex Mono"; font-style: normal; font-display: swap; font-weight: 500;
  src: url(/fonts/ibm-plex-mono-latin-500-normal.woff2) format("woff2"); unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }

:root {
  color-scheme: light;
  --mist: #eef2ee;
  --paper: #fbfcfa;
  --paper-2: #f3f6f3;
  --ink: #15241d;
  --ink-2: #3c4c44;
  --muted: #5f6f67;
  --line: #d3dcd6;
  --line-strong: #b4c3b9;
  --forest: #1d5b45;
  --forest-hover: #174a38;
  --forest-deep: #16362b;
  --forest-deeper: #0f271f;
  --on-forest: #eef5f0;
  --on-forest-muted: #a9c3b5;
  --marigold: #eaa82e;
  --marigold-deep: #9a6108;
  --marigold-tint: #fbeccd;
  --slate: #4d6a84;
  --danger: #b3261e;
  --success: #1d6b3f;
  --whatsapp: #1c7a4b;

  /* map */
  --map-bg: #e9ede7;
  --map-site: #f7f8f4;
  --map-road: #dcd8ce;
  --map-hw: #ebe2c6;
  --map-park: #bcd8ae;
  --map-park-2: #cfe4c3;
  --map-commercial: #ece6d6;
  --map-owner: #e5e2db;
  --map-local: #ecd6dd;
  --map-utility: #d4dee9;
  --map-boundary: #b0392e;
  --map-label: #6a675e;
  --plot-available: #d6eadc;
  --plot-available-hover: #b8dbc3;
  --plot-stroke: #2e6a52;
  --plot-label: #173a2c;
  --plot-reserved: #d6e0ea;
  --plot-reserved-line: #6f8ca6;
  --plot-sold: #e2dfd9;
  --plot-sold-line: #aaa39a;
  --plot-sold-label: #7d776e;
  --plot-unavailable: #e7e8e6;

  --f-display: "Bricolage Grotesque", "Figtree", system-ui, -apple-system, "Segoe UI", sans-serif;
  --f-body: "Figtree", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --f-mono: "IBM Plex Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;

  --radius: 12px;
  --radius-sm: 8px;
  --shadow: 0 1px 2px rgba(21, 36, 29, 0.06), 0 8px 24px rgba(21, 36, 29, 0.08);
  --shadow-lg: 0 20px 50px rgba(15, 39, 31, 0.22);
  --gutter: clamp(16px, 4vw, 32px);
  --header-h: 60px;
  --safe-top: env(safe-area-inset-top, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    color-scheme: dark;
    --mist: #0e1713;
    --paper: #15201b;
    --paper-2: #1a2821;
    --ink: #e5eee8;
    --ink-2: #bccac2;
    --muted: #93a49a;
    --line: #2a3a32;
    --line-strong: #3b4f45;
    --forest: #62c296;
    --forest-hover: #7fd2ab;
    --forest-deep: #0d1d17;
    --forest-deeper: #08130f;
    --on-forest: #e5eee8;
    --on-forest-muted: #8fae9f;
    --marigold: #f0b43f;
    --marigold-deep: #f7cf7e;
    --marigold-tint: #3a2f16;
    --slate: #9db8d0;
    --danger: #f08a80;
    --success: #7fd2a0;
    --whatsapp: #58c48c;
    --map-bg: #111b16;
    --map-site: #16221c;
    --map-road: #2a2f29;
    --map-hw: #332f22;
    --map-park: #22402b;
    --map-park-2: #1d3524;
    --map-commercial: #2c2a22;
    --map-owner: #262723;
    --map-local: #3a2830;
    --map-utility: #23303d;
    --map-boundary: #e0695c;
    --map-label: #a7a497;
    --plot-available: #1f3f31;
    --plot-available-hover: #2a5541;
    --plot-stroke: #6fbf98;
    --plot-label: #e2f1e8;
    --plot-reserved: #243446;
    --plot-reserved-line: #7fa2c2;
    --plot-sold: #2b2926;
    --plot-sold-line: #6a655e;
    --plot-sold-label: #8d877e;
    --plot-unavailable: #202421;
  }
}
:root[data-theme="dark"] {
  color-scheme: dark;
  --mist: #0e1713; --paper: #15201b; --paper-2: #1a2821; --ink: #e5eee8; --ink-2: #bccac2; --muted: #93a49a;
  --line: #2a3a32; --line-strong: #3b4f45; --forest: #62c296; --forest-hover: #7fd2ab; --forest-deep: #0d1d17;
  --forest-deeper: #08130f; --on-forest: #e5eee8; --on-forest-muted: #8fae9f; --marigold: #f0b43f; --marigold-deep: #f7cf7e;
  --marigold-tint: #3a2f16; --slate: #9db8d0; --danger: #f08a80; --success: #7fd2a0; --whatsapp: #58c48c;
  --map-bg: #111b16; --map-site: #16221c; --map-road: #2a2f29; --map-hw: #332f22; --map-park: #22402b; --map-park-2: #1d3524;
  --map-commercial: #2c2a22; --map-owner: #262723; --map-local: #3a2830; --map-utility: #23303d; --map-boundary: #e0695c;
  --map-label: #a7a497; --plot-available: #1f3f31; --plot-available-hover: #2a5541; --plot-stroke: #6fbf98; --plot-label: #e2f1e8;
  --plot-reserved: #243446; --plot-reserved-line: #7fa2c2; --plot-sold: #2b2926; --plot-sold-line: #6a655e; --plot-sold-label: #8d877e;
  --plot-unavailable: #202421;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + var(--safe-top) + 12px); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
body {
  margin: 0;
  background: var(--mist);
  color: var(--ink);
  font: 400 1rem/1.6 var(--f-body);
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; }
[hidden] { display: none !important; }
a { color: var(--forest); text-underline-offset: 3px; }
a:hover { color: var(--forest-hover); }
h1, h2, h3 { font-family: var(--f-display); line-height: 1.1; margin: 0 0 .5em; text-wrap: balance; letter-spacing: -0.01em; }
h2 { font-size: clamp(1.7rem, 3.2vw, 2.4rem); font-weight: 700; }
h3 { font-size: 1.1rem; font-weight: 650; }
p { margin: 0 0 1em; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 1.15em; height: 1.15em; flex: none; vertical-align: -0.2em; }
:focus-visible { outline: 3px solid var(--marigold); outline-offset: 2px; border-radius: 4px; }
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 100; background: var(--ink); color: var(--paper); padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: calc(12px + var(--safe-top)); }
.wrap { width: 100%; max-width: 1200px; margin-inline: auto; padding-inline: var(--gutter); }
.wrap-wide { width: 100%; max-width: 1480px; margin-inline: auto; padding-inline: var(--gutter); }
.eyebrow { font: 500 .78rem/1.3 var(--f-mono); letter-spacing: .06em; text-transform: uppercase; }
.section-lede { color: var(--ink-2); max-width: 62ch; }
.num { text-align: right; font-variant-numeric: tabular-nums; }

/* ---------- Buttons ---------- */
.btn {
  --btn-bg: var(--paper); --btn-fg: var(--ink); --btn-bd: var(--line-strong);
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  min-height: 44px; padding: .6em 1.1em; border-radius: 999px; border: 1px solid var(--btn-bd);
  background: var(--btn-bg); color: var(--btn-fg); font: 600 .95rem/1.2 var(--f-body);
  text-decoration: none; cursor: pointer; white-space: nowrap; transition: background .15s, border-color .15s, color .15s, transform .1s;
}
.btn:hover { color: var(--btn-fg); border-color: var(--ink-2); }
.btn:active { transform: translateY(1px); }
.btn[disabled], .btn[aria-disabled="true"] { opacity: .5; cursor: not-allowed; }
.btn-primary { --btn-bg: var(--forest); --btn-fg: #fff; --btn-bd: var(--forest); }
.btn-primary:hover { --btn-bg: var(--forest-hover); --btn-bd: var(--forest-hover); color: #fff; }
.btn-selected { --btn-bg: var(--marigold-tint); --btn-fg: var(--ink); --btn-bd: var(--marigold); }
.btn-ghost { --btn-bg: transparent; }
.btn-quiet { --btn-bg: transparent; --btn-bd: transparent; }
.btn-whatsapp { --btn-bg: var(--whatsapp); --btn-fg: #fff; --btn-bd: var(--whatsapp); }
.btn-whatsapp:hover { color: #fff; filter: brightness(1.05); }
.btn-sm { min-height: 36px; padding: .4em .85em; font-size: .88rem; }
.btn-lg { min-height: 50px; padding: .75em 1.35em; font-size: 1rem; }
.btn-block { width: 100%; }
.icon-btn { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 999px; border: 1px solid var(--line); background: var(--paper); color: var(--ink); cursor: pointer; }
.text-link { font-weight: 600; }
@media (prefers-color-scheme: dark) { :root:not([data-theme="light"]) .btn-primary, :root:not([data-theme="light"]) .btn-primary:hover { color: #0b1a14; --btn-fg: #0b1a14; } }
:root[data-theme="dark"] .btn-primary, :root[data-theme="dark"] .btn-primary:hover { color: #0b1a14; --btn-fg: #0b1a14; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: color-mix(in srgb, var(--forest-deep) 94%, transparent);
  backdrop-filter: saturate(1.2) blur(8px);
  color: var(--on-forest);
  padding-top: var(--safe-top);
}
.header-inner { max-width: 1480px; margin: 0 auto; padding-inline: var(--gutter); height: var(--header-h); display: flex; align-items: center; gap: 1.25rem; }
.brand { display: inline-flex; align-items: center; gap: .6rem; color: var(--on-forest); text-decoration: none; font: 700 1.15rem/1 var(--f-display); letter-spacing: -0.01em; }
.brand:hover { color: #fff; }
.brand-mark { width: 30px; height: 30px; color: var(--marigold); }
.site-nav { display: flex; gap: .25rem; margin-left: auto; }
.site-nav a { color: var(--on-forest-muted); text-decoration: none; font-weight: 600; font-size: .92rem; padding: .5rem .7rem; border-radius: 999px; }
.site-nav a:hover { color: var(--on-forest); background: rgba(255, 255, 255, .07); }
.header-call { color: var(--on-forest); --btn-fg: var(--on-forest); border-color: rgba(255,255,255,.22); --btn-bd: rgba(255,255,255,.22); }
.header-call:hover { color: #fff; }
.nav-toggle { display: none; margin-left: auto; width: 44px; height: 44px; border: 0; background: transparent; color: inherit; cursor: pointer; border-radius: 10px; }
.nav-toggle-bars, .nav-toggle-bars::before, .nav-toggle-bars::after { display: block; width: 20px; height: 2px; background: currentColor; border-radius: 2px; margin: 0 auto; position: relative; content: ""; transition: transform .2s; }
.nav-toggle-bars::before { position: absolute; top: -6px; }
.nav-toggle-bars::after { position: absolute; top: 6px; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bars { background: transparent; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bars::before { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-bars::after { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .header-call span { display: none; }
  .header-call { padding: 0; width: 44px; }
  .site-nav {
    position: absolute; inset: calc(var(--header-h) + var(--safe-top)) 0 auto 0; flex-direction: column; gap: 0;
    background: var(--forest-deep); padding: .5rem var(--gutter) 1rem; border-top: 1px solid rgba(255,255,255,.08);
    box-shadow: var(--shadow-lg); display: none;
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: .85rem .25rem; border-radius: 0; border-bottom: 1px solid rgba(255,255,255,.06); font-size: 1rem; }
}

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; background: var(--forest-deep); color: var(--on-forest); padding-block: clamp(2.5rem, 7vw, 5.5rem) clamp(2.5rem, 6vw, 4.5rem); }
.hero-contours { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .55; pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center; }
.hero .eyebrow { color: var(--marigold); margin-bottom: 1.1rem; }
.hero h1 { font-size: clamp(2.8rem, 7vw, 5.2rem); font-weight: 800; letter-spacing: -0.035em; line-height: .95; margin-bottom: .35em; }
.hero-lede { font-size: clamp(1.1rem, 1.8vw, 1.35rem); color: var(--on-forest); max-width: 30ch; line-height: 1.4; }
.hero-loc { display: flex; gap: .5rem; align-items: flex-start; color: var(--on-forest-muted); max-width: 44ch; }
.hero-loc .icon { margin-top: .25em; color: var(--marigold); }
.hero-ctas { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.75rem; }
.hero .btn-primary { --btn-bg: var(--marigold); --btn-bd: var(--marigold); --btn-fg: #1b1405; color: #1b1405; }
.hero .btn-primary:hover { --btn-bg: #f3b845; --btn-bd: #f3b845; color: #1b1405; }
.hero .btn-ghost { --btn-fg: var(--on-forest); --btn-bd: rgba(255,255,255,.3); color: var(--on-forest); }
.hero .btn-ghost:hover { --btn-bd: rgba(255,255,255,.6); color: #fff; }
.hero-plan { margin: 0; }
.hero-plan-frame { position: relative; background: var(--map-bg); border-radius: 14px; padding: clamp(.5rem, 1.5vw, 1rem); box-shadow: var(--shadow-lg); border: 1px solid rgba(255,255,255,.12); }
.hero-plan-svg { display: block; width: 100%; height: auto; aspect-ratio: 310.87 / 146.63; --lf: 0px; --ml: 0px; }
.hero-plan-tag { position: absolute; left: 14px; top: 12px; background: var(--paper); color: var(--ink); border-radius: 999px; padding: .35rem .8rem; font-size: .85rem; box-shadow: var(--shadow); border: 1px solid var(--line); }
.hero-plan-tag strong { font-family: var(--f-display); color: var(--forest); font-size: 1rem; }
.hero-plan figcaption { color: var(--on-forest-muted); font-size: .82rem; margin-top: .6rem; }
@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-plan { order: 2; }
}

/* ---------- Overview ---------- */
.overview { padding-block: clamp(2.5rem, 6vw, 4.5rem); }
.overview-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(1.5rem, 4vw, 3.5rem); align-items: start; }
.overview-copy p { color: var(--ink-2); font-size: 1.06rem; max-width: 58ch; }
.facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin: 0; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.fact { background: var(--paper); padding: 1rem 1.1rem; display: flex; flex-direction: column; gap: .3rem; }
.fact--wide { grid-column: span 2; }
.fact--full { grid-column: 1 / -1; }
.fact dt { font: 500 .72rem/1.3 var(--f-mono); text-transform: uppercase; letter-spacing: .06em; color: var(--muted); }
.fact dd { margin: 0; color: var(--ink-2); font-size: .92rem; }
.fact-num { display: block; font: 700 2rem/1.05 var(--f-display); color: var(--ink); letter-spacing: -0.02em; }
.fact-num--sm { font-size: 1.35rem; display: inline; }
@media (max-width: 960px) { .overview-grid { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .facts { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* ---------- Explorer ---------- */
.explorer { padding-block: clamp(2rem, 5vw, 3.5rem); background: var(--paper-2); border-block: 1px solid var(--line); }
.explorer-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 1rem 2rem; margin-bottom: 1.25rem; }
.explorer-head .section-lede { margin: 0; }
.toolbar { display: flex; flex-wrap: wrap; gap: .6rem; align-items: center; }
.plot-search { display: flex; align-items: center; gap: .35rem; background: var(--paper); border: 1px solid var(--line-strong); border-radius: 999px; padding: 3px 3px 3px 12px; }
.plot-search .icon { color: var(--muted); }
.plot-search input { width: 6.5rem; border: 0; background: transparent; font: 600 1rem var(--f-body); color: var(--ink); padding: .35rem .2rem; min-height: 36px; }
.plot-search input:focus { outline: none; }
.plot-search:focus-within { border-color: var(--forest); box-shadow: 0 0 0 3px color-mix(in srgb, var(--forest) 25%, transparent); }
.segmented { display: inline-flex; background: var(--paper); border: 1px solid var(--line-strong); border-radius: 999px; padding: 3px; gap: 2px; }
.segmented label { position: relative; }
.segmented input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.segmented span { display: inline-flex; align-items: center; gap: .35rem; min-height: 34px; padding: .3rem .8rem; border-radius: 999px; font-weight: 600; font-size: .88rem; color: var(--ink-2); cursor: pointer; }
.segmented input:checked + span { background: var(--forest); color: #fff; }
.segmented input:focus-visible + span { outline: 3px solid var(--marigold); outline-offset: 1px; }
.segmented--sm span { min-height: 30px; font-size: .82rem; padding: .2rem .65rem; }
@media (prefers-color-scheme: dark) { :root:not([data-theme="light"]) .segmented input:checked + span { color: #0b1a14; } }
:root[data-theme="dark"] .segmented input:checked + span { color: #0b1a14; }

.explorer-body { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 1.25rem; align-items: start; }
.map-stage { min-width: 0; }
.map-wrap {
  position: relative; height: clamp(440px, 74vh, 820px); border-radius: 16px; overflow: hidden;
  background: var(--map-bg); border: 1px solid var(--line-strong); box-shadow: var(--shadow);
  touch-action: none; user-select: none; -webkit-user-select: none; -webkit-tap-highlight-color: transparent; outline-offset: -3px;
}
.map-wrap > svg#plot-map { display: block; width: 100%; height: 100%; cursor: grab; }
.map-wrap.is-dragging > svg#plot-map { cursor: grabbing; }
html:not(.js) .map-wrap { height: auto; touch-action: auto; }
html:not(.js) .map-wrap > svg#plot-map { height: auto; }
.js .plot-list { display: none; }
.js .map-stage.is-list .plot-list { display: block; }
.js .map-stage.is-list .map-wrap { display: none; }
.explorer-body:fullscreen { background: var(--paper-2); padding: 16px; max-width: none; overflow: auto; }
.explorer-body:fullscreen .map-wrap { height: calc(100vh - 32px); }
.map-wrap.is-fullscreen { position: fixed; inset: 0; z-index: 45; height: auto; border-radius: 0; border: 0; padding-top: var(--safe-top); }
body.map-fs { overflow: hidden; }

/* SVG map styling (shared with the hero preview through <use>) */
.map-bg { fill: var(--map-bg); }
.feature-highway { fill: var(--map-hw); }
.site-fill { fill: var(--map-site); }
.feature-road { fill: var(--map-road); }
.feature-park { fill: var(--map-park); stroke: color-mix(in srgb, var(--map-park) 60%, #2f5d3a); stroke-width: 1px; vector-effect: non-scaling-stroke; }
.park-divider { stroke: color-mix(in srgb, var(--map-park) 60%, #2f5d3a); stroke-width: 1px; vector-effect: non-scaling-stroke; fill: none; }
.feature-grass { fill: var(--map-park-2); }
.feature-commercial { fill: var(--map-commercial); stroke: var(--line-strong); stroke-width: 1px; vector-effect: non-scaling-stroke; }
.feature-owner { fill: var(--map-owner); stroke: var(--line-strong); stroke-width: 1px; vector-effect: non-scaling-stroke; }
.feature-local { fill: var(--map-local); }
.feature-utility { fill: var(--map-utility); }
.survey-line { fill: none; stroke: var(--map-label); stroke-width: 1px; stroke-dasharray: 6 4; vector-effect: non-scaling-stroke; opacity: .45; }
.site-boundary { fill: none; stroke: var(--map-boundary); stroke-width: 2.2px; vector-effect: non-scaling-stroke; pointer-events: none; }
.plot { fill: var(--plot-available); stroke: var(--plot-stroke); stroke-width: 1px; vector-effect: non-scaling-stroke; cursor: pointer; transition: fill .12s; }
.plot[data-status="reserved"] { fill: url(#pat-reserved); stroke: var(--plot-reserved-line); }
.plot[data-status="sold"] { fill: url(#pat-sold); stroke: var(--plot-sold-line); }
.plot[data-status="unavailable"] { fill: url(#pat-unavailable); stroke: var(--plot-sold-line); }
.plot.is-hover, .plot:hover { fill: var(--plot-available-hover); }
.plot[data-status="reserved"].is-hover, .plot[data-status="reserved"]:hover { fill: var(--plot-reserved); }
.plot[data-status="sold"].is-hover, .plot[data-status="sold"]:hover, .plot[data-status="unavailable"]:hover { fill: var(--plot-sold); }
.plot.is-selected, .plot.is-selected:hover { fill: var(--marigold); stroke: var(--marigold-deep); stroke-width: 2px; }
.plot.is-active { stroke: var(--ink); stroke-width: 3px; }
.plot:focus { outline: none; }
.plot:focus-visible { stroke: var(--marigold-deep); stroke-width: 4px; }
.plot.is-unlisted { fill: var(--plot-unavailable); cursor: default; }
.map-wrap[data-filter="available"] .plot:not([data-status="available"]):not(.is-selected),
.map-wrap[data-filter="reserved"] .plot:not([data-status="reserved"]):not(.is-selected),
.map-wrap[data-filter="sold"] .plot:not([data-status="sold"]):not(.is-selected) { opacity: .28; }
.pat-bg-reserved { fill: var(--plot-reserved); }
.pat-line-reserved { stroke: var(--plot-reserved-line); stroke-width: .18; }
.pat-bg-sold { fill: var(--plot-sold); }
.pat-line-sold { stroke: var(--plot-sold-line); stroke-width: .16; }
.pat-bg-unavailable { fill: var(--plot-unavailable); }
.pat-dot-unavailable { fill: var(--plot-sold-line); }
.plot-label { font-family: var(--f-display); font-weight: 700; font-size: var(--lf, 3px); fill: var(--plot-label); text-anchor: middle; dominant-baseline: central; pointer-events: none; }
.plot-label--sm { font-size: var(--lf-sm, 2.2px); }
.plot-label--name { font-size: calc(var(--lf, 3px) * .85); letter-spacing: .01em; }
.plot-card-name { font: 800 1.7rem/1.1 var(--f-display); letter-spacing: -0.02em; margin: 0; }
svg[data-labels="off"] .plot-label, svg[data-labels="off"] .map-label, svg[data-labels="large"] .plot-label--sm { display: none; }
.plot-label.is-sold { fill: var(--plot-sold-label); }
.plot-label.is-selected { fill: #1b1405; }
.map-label { font-family: var(--f-body); font-weight: 600; font-size: var(--ml, 2.4px); fill: var(--map-label); text-anchor: middle; dominant-baseline: central; pointer-events: none; letter-spacing: .02em; }
.hw-label { font-size: calc(var(--ml, 2.4px) * 1.4); }
.small-label, .survey-label { font-size: calc(var(--ml, 2.4px) * .72); font-weight: 500; }
.tiny-label { font-size: calc(var(--ml, 2.4px) * .5); }
.dir-label { text-anchor: start; }
.hero-plan-svg { pointer-events: none; }
.hero-plan-svg .plot { cursor: default; }

.map-controls { position: absolute; top: 12px; right: 12px; display: flex; flex-direction: column; gap: 6px; }
.map-btn { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; border: 1px solid var(--line-strong); background: var(--paper); color: var(--ink); cursor: pointer; box-shadow: var(--shadow); }
.map-btn:hover { border-color: var(--ink-2); }
.compass { position: absolute; top: 12px; left: 12px; width: 40px; height: 40px; border-radius: 999px; background: var(--paper); border: 1px solid var(--line-strong); display: grid; place-items: center; box-shadow: var(--shadow); font: 700 .8rem var(--f-display); color: var(--ink); }
.compass::before { content: ""; position: absolute; top: 4px; left: 50%; transform: translateX(-50%); border: 5px solid transparent; border-bottom: 7px solid var(--map-boundary); border-top: 0; }
.compass span { margin-top: 8px; }
.legend { position: absolute; left: 12px; bottom: 12px; display: flex; flex-wrap: wrap; gap: 4px 12px; margin: 0; padding: .45rem .75rem; list-style: none; background: color-mix(in srgb, var(--paper) 92%, transparent); border: 1px solid var(--line); border-radius: 10px; font-size: .8rem; font-weight: 600; color: var(--ink-2); max-width: calc(100% - 24px - 56px); }
.legend li { display: inline-flex; align-items: center; gap: .4rem; }
.swatch { width: 14px; height: 14px; border-radius: 3px; border: 1.5px solid var(--plot-stroke); background: var(--plot-available); flex: none; }
.swatch[data-status="selected"] { background: var(--marigold); border-color: var(--marigold-deep); }
.swatch[data-status="reserved"] { border-color: var(--plot-reserved-line); background: repeating-linear-gradient(135deg, var(--plot-reserved) 0 3px, var(--plot-reserved-line) 3px 4px); }
.swatch[data-status="sold"] { border-color: var(--plot-sold-line); background: repeating-linear-gradient(45deg, transparent 0 3px, var(--plot-sold-line) 3px 4px), repeating-linear-gradient(135deg, var(--plot-sold) 0 3px, var(--plot-sold-line) 3px 4px); }
.swatch[data-status="unavailable"] { border-color: var(--plot-sold-line); background: var(--plot-unavailable); }
.map-hint { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); margin: 0; background: rgba(15, 39, 31, .88); color: #fff; padding: .7rem 1rem; border-radius: 10px; font-weight: 600; font-size: .92rem; pointer-events: none; text-align: center; max-width: 80%; }
.map-tooltip { position: absolute; left: 0; top: 0; pointer-events: none; background: var(--ink); color: var(--paper); padding: .45rem .7rem; border-radius: 8px; font-size: .85rem; line-height: 1.35; white-space: nowrap; box-shadow: var(--shadow); z-index: 3; }
.map-tooltip strong { font-family: var(--f-display); font-size: .95rem; }
.map-tooltip .tt-status { display: block; font-size: .78rem; opacity: .8; }
.noscript-note { padding: 1rem; margin: 0; }

/* list view */
.plot-list { background: var(--paper); border: 1px solid var(--line-strong); border-radius: 16px; overflow: hidden; }
.table-scroll { overflow-x: auto; max-height: clamp(440px, 74vh, 820px); }
.plots-table { width: 100%; border-collapse: collapse; font-size: .92rem; }
.plots-table th, .plots-table td { padding: .6rem .8rem; border-bottom: 1px solid var(--line); text-align: left; white-space: nowrap; }
.plots-table thead th { position: sticky; top: 0; background: var(--paper-2); font: 500 .72rem/1.3 var(--f-mono); text-transform: uppercase; letter-spacing: .05em; color: var(--muted); z-index: 1; }
.plots-table th.num, .plots-table td.num { text-align: right; }
.plots-table tbody tr:hover { background: var(--paper-2); }
.plots-table tbody tr.is-selected { background: var(--marigold-tint); }
.plots-table th[scope="row"] a { font-weight: 700; text-decoration: none; }
.status-pill { display: inline-flex; align-items: center; gap: .35rem; font-size: .78rem; font-weight: 700; padding: .15rem .55rem; border-radius: 999px; border: 1px solid; }
.status-pill::before { content: ""; width: 8px; height: 8px; border-radius: 2px; background: currentColor; }
.status-pill[data-status="available"] { color: var(--success); border-color: color-mix(in srgb, var(--success) 40%, transparent); background: color-mix(in srgb, var(--success) 10%, transparent); }
.status-pill[data-status="reserved"] { color: var(--slate); border-color: color-mix(in srgb, var(--slate) 40%, transparent); background: color-mix(in srgb, var(--slate) 10%, transparent); }
.status-pill[data-status="sold"], .status-pill[data-status="unavailable"] { color: var(--muted); border-color: var(--line-strong); background: var(--paper-2); }
.status-pill[data-status="sold"]::before { border-radius: 50%; }

/* ---------- Side panel ---------- */
.side { display: flex; flex-direction: column; gap: 1rem; position: sticky; top: calc(var(--header-h) + var(--safe-top) + 12px); }
.panel { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.1rem 1.2rem; box-shadow: var(--shadow); }
.panel h3 { margin-bottom: .75rem; }
.panel-empty-title { font: 700 1.05rem var(--f-display); margin-bottom: .3rem; }
.panel-empty p:last-child { color: var(--muted); margin: 0; font-size: .92rem; }

.plot-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: .75rem; }
.plot-card-eyebrow { font: 500 .72rem/1 var(--f-mono); letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin: 0 0 .15rem; }
.plot-card-number { font: 800 2.6rem/1 var(--f-display); letter-spacing: -0.03em; margin: 0; }
.plot-card-area { margin: .9rem 0 .2rem; font: 700 1.6rem/1.1 var(--f-display); letter-spacing: -0.01em; }
.plot-card-area small { font: 600 .95rem var(--f-body); color: var(--ink-2); }
.plot-card-units { display: flex; flex-wrap: wrap; gap: .25rem .9rem; color: var(--ink-2); font-size: .9rem; margin-bottom: .9rem; }
.plot-card-units b { color: var(--ink); font-weight: 700; }
.plot-card-body { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: .9rem; align-items: center; margin-bottom: .75rem; }
.plot-sketch { margin: 0; background: var(--paper-2); border: 1px solid var(--line); border-radius: 10px; padding: .3rem; }
.plot-sketch svg { width: 100%; height: 150px; display: block; }
.sketch-shape { fill: var(--plot-available); stroke: var(--plot-stroke); stroke-width: 1.5px; vector-effect: non-scaling-stroke; }
.sketch-shape.is-selected { fill: var(--marigold); stroke: var(--marigold-deep); }
.sketch-road { stroke: var(--map-boundary); stroke-width: 4px; vector-effect: non-scaling-stroke; stroke-linecap: round; opacity: .55; }
.sketch-dim { font-family: var(--f-mono); font-weight: 500; fill: var(--ink); text-anchor: middle; dominant-baseline: central; }
.sketch-north { font-family: var(--f-display); font-weight: 700; fill: var(--muted); }
.sketch-north-arrow { fill: var(--map-boundary); }
.detail-list { display: grid; grid-template-columns: 1fr; gap: .15rem; margin: 0; font-size: .92rem; }
.detail-list dt { color: var(--muted); font: 500 .7rem/1.2 var(--f-mono); text-transform: uppercase; letter-spacing: .05em; }
.detail-list dt:not(:first-child) { margin-top: .6rem; }
.detail-list dd { margin: 0; font-weight: 700; }
.dd-sub { display: block; font-weight: 500; color: var(--ink-2); font-size: .85rem; }
.sides { margin: 0 0 .9rem; border: 1px solid var(--line); border-radius: 10px; padding: .1rem .8rem; }
.sides summary { cursor: pointer; font-weight: 600; font-size: .9rem; padding: .5rem 0; min-height: 40px; display: flex; align-items: center; }
.sides-table { width: 100%; border-collapse: collapse; font-size: .85rem; margin-bottom: .5rem; }
.sides-table th, .sides-table td { text-align: left; padding: .3rem .25rem; border-top: 1px solid var(--line); }
.sides-table td { font-family: var(--f-mono); font-size: .8rem; }
.sides-table thead th { font: 500 .68rem/1.2 var(--f-mono); text-transform: uppercase; letter-spacing: .05em; color: var(--muted); border-top: 0; }
.road-tag { font-size: .68rem; font-weight: 700; color: var(--map-boundary); border: 1px solid currentColor; border-radius: 4px; padding: 0 .3rem; margin-left: .25rem; vertical-align: 1px; }
.plot-actions { display: flex; flex-wrap: wrap; gap: .5rem; }
.plot-actions .btn-primary, .plot-actions .btn-selected { flex: 1 1 100%; }
.status-note { font-size: .88rem; color: var(--ink-2); background: var(--paper-2); border-radius: 8px; padding: .55rem .75rem; margin: 0 0 .9rem; }
.price-line { background: var(--marigold-tint); border-radius: 8px; padding: .6rem .75rem; margin: 0 0 .9rem; font-size: .9rem; }
.price-line b { font-family: var(--f-display); font-size: 1.1rem; }

.selection-empty { color: var(--muted); font-size: .92rem; margin: 0; }
.chips { display: flex; flex-wrap: wrap; gap: .4rem; margin: 0 0 .9rem; padding: 0; list-style: none; }
.chip { white-space: nowrap; display: inline-flex; align-items: center; gap: .1rem; background: var(--marigold-tint); border: 1px solid var(--marigold); border-radius: 999px; padding: 0 .1rem 0 .7rem; font-weight: 700; font-size: .88rem; }
.chip-remove { display: grid; place-items: center; flex: none; width: 30px; height: 30px; border: 0; background: transparent; border-radius: 999px; cursor: pointer; color: var(--ink-2); }
.chip-remove:hover { background: color-mix(in srgb, var(--ink) 8%, transparent); color: var(--ink); }
.chip-remove .icon { width: 14px; height: 14px; }
.chip-link { background: none; border: 0; padding: 0; font: inherit; color: inherit; cursor: pointer; white-space: nowrap; }
.chip .chip-link { padding: .3rem .1rem .3rem 0; }
.totals { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 10px; overflow: hidden; margin: 0 0 1rem; }
.totals div { background: var(--paper); padding: .6rem .7rem; }
.totals dt { font: 500 .68rem/1.2 var(--f-mono); text-transform: uppercase; letter-spacing: .05em; color: var(--muted); }
.totals dd { margin: .15rem 0 0; font: 700 1.05rem/1.2 var(--f-display); }
.selection-count { font-size: .9rem; color: var(--ink-2); margin: 0 0 .5rem; }
.selection-actions { display: flex; flex-wrap: wrap; gap: .5rem; }
.selection-actions .btn { flex: 1 1 auto; }

@media (max-width: 1023px) {
  .explorer-body { grid-template-columns: 1fr; padding-inline: 0; }
  .map-stage { padding-inline: 0; }
  .map-wrap { border-radius: 0; border-inline: 0; height: max(380px, calc(100svh - var(--header-h) - 150px)); }
  .plot-list { border-radius: 0; border-inline: 0; }
  .side { position: static; padding-inline: var(--gutter); }
  .plot-panel { display: none; }
  .explorer-head { margin-bottom: 1rem; }
}
@media (max-width: 600px) {
  .toolbar { width: 100%; }
  .plot-search { flex: 1 1 150px; }
  .plot-search input { flex: 1; width: 3rem; }
  .toolbar .segmented--icons { order: 2; }
  .toolbar .segmented:not(.segmented--icons) { order: 3; flex: 1 1 100%; justify-content: space-between; }
  .segmented span { padding-inline: .6rem; }
  .legend { font-size: .72rem; gap: 2px 8px; padding: .35rem .55rem; }
  .map-btn { width: 42px; height: 42px; }
}

/* ---------- Calculator ---------- */
.calculator { padding-block: clamp(2.5rem, 6vw, 4.5rem); }
.calc { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 0; background: var(--paper); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); overflow: hidden; margin-top: 1.5rem; }
.calc-plots { padding: 1.4rem 1.5rem; border-right: 1px solid var(--line); }
.calc-rate { padding: 1.4rem 1.5rem; background: var(--paper-2); display: flex; flex-direction: column; }
.calc-table { width: 100%; border-collapse: collapse; font-size: .95rem; }
.calc-table th, .calc-table td { padding: .5rem .25rem; border-bottom: 1px solid var(--line); text-align: left; }
.calc-table thead th { font: 500 .7rem/1.2 var(--f-mono); text-transform: uppercase; letter-spacing: .05em; color: var(--muted); }
.calc-table td.num, .calc-table th.num { text-align: right; }
.calc-table tfoot td, .calc-table tfoot th { border-bottom: 0; font-weight: 700; padding-top: .8rem; }
.calc-table .row-remove { width: 36px; text-align: right; }
.calc-table .row-remove button { width: 32px; height: 32px; border-radius: 999px; border: 0; background: transparent; cursor: pointer; color: var(--muted); display: inline-grid; place-items: center; }
.calc-table .row-remove button:hover { background: var(--paper-2); color: var(--ink); }
.calc-empty { color: var(--muted); }
.calc-acres { text-align: right; color: var(--ink-2); font-size: .9rem; margin: .5rem .25rem 0; }
.field-label { font-weight: 700; margin-bottom: .45rem; display: block; }
.rate-field { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; background: var(--paper); border: 1.5px solid var(--line-strong); border-radius: 12px; padding: .35rem .45rem .35rem .9rem; }
.rate-field:focus-within { border-color: var(--forest); box-shadow: 0 0 0 3px color-mix(in srgb, var(--forest) 22%, transparent); }
.rate-prefix { font: 700 1.5rem var(--f-display); color: var(--muted); }
.rate-field input { flex: 1 1 8rem; min-width: 0; border: 0; background: transparent; font: 700 1.6rem/1.2 var(--f-display); color: var(--ink); padding: .3rem 0; }
.rate-field input:focus { outline: none; }
.rate-convert { font-size: .85rem; color: var(--muted); min-height: 1.3em; margin: .45rem 0 1rem; }
.calc-official { background: var(--paper); border: 1px solid var(--line); border-radius: 10px; padding: .7rem .85rem; margin-bottom: 1rem; font-size: .92rem; }
.calc-official b { font-family: var(--f-display); font-size: 1.15rem; }
.calc-result { border-top: 1px solid var(--line); padding-top: 1rem; margin-top: auto; }
.calc-result-label { font: 500 .72rem/1.2 var(--f-mono); text-transform: uppercase; letter-spacing: .06em; color: var(--muted); margin: 0 0 .3rem; }
.calc-total { font: 800 clamp(2rem, 5vw, 3rem)/1 var(--f-display); letter-spacing: -0.03em; margin: 0; color: var(--ink); overflow-wrap: anywhere; }
.calc-words { font: 600 1.05rem var(--f-body); color: var(--forest); margin: .35rem 0 .5rem; }
.calc-formula { font-family: var(--f-mono); font-size: .85rem; color: var(--ink-2); margin: 0 0 .9rem; overflow-wrap: anywhere; }
.calc-actions { display: flex; flex-wrap: wrap; gap: .5rem; }
.disclaimer { font-size: .8rem; color: var(--muted); margin: 1rem 0 0; }
@media (max-width: 820px) {
  .calc { grid-template-columns: minmax(0, 1fr); }
  .calc-plots { border-right: 0; border-bottom: 1px solid var(--line); }
}

/* ---------- Info ---------- */
.info { padding-block: clamp(2.5rem, 6vw, 4.5rem); background: var(--paper); border-block: 1px solid var(--line); }
.info-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(1.5rem, 5vw, 4rem); }
.info-loc { display: flex; gap: .5rem; font-weight: 600; }
.info-loc .icon { color: var(--forest); margin-top: .2em; }
.info p { color: var(--ink-2); max-width: 60ch; }
.ticks { list-style: none; margin: 0 0 1.25rem; padding: 0; display: grid; gap: .55rem; }
.ticks li { position: relative; padding-left: 1.6rem; color: var(--ink-2); }
.ticks li::before { content: ""; position: absolute; left: 0; top: .45em; width: 12px; height: 7px; border-left: 2px solid var(--forest); border-bottom: 2px solid var(--forest); transform: rotate(-45deg); }
.info-links { display: flex; flex-wrap: wrap; gap: .5rem 1.25rem; }
@media (max-width: 760px) { .info-grid { grid-template-columns: 1fr; } }

/* ---------- Enquiry ---------- */
.enquire { padding-block: clamp(2.5rem, 6vw, 4.5rem); }
.enquire-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(1.5rem, 5vw, 4rem); align-items: start; }
.enquire-intro p { color: var(--ink-2); }
.contact-card { background: var(--forest-deep); color: var(--on-forest); border-radius: 14px; padding: 1.2rem 1.3rem; margin-top: 1.5rem; }
.contact-label { font: 500 .72rem/1.2 var(--f-mono); text-transform: uppercase; letter-spacing: .06em; color: var(--on-forest-muted) !important; margin: 0 0 .4rem; }
.contact-phones { display: flex; flex-direction: column; gap: .2rem; margin-bottom: 1rem; }
.phone-link { font: 700 1.25rem var(--f-display); color: var(--on-forest); text-decoration: none; }
.phone-link:hover { color: var(--marigold); }
.enquiry-form { background: var(--paper); border: 1px solid var(--line); border-radius: 16px; padding: clamp(1.1rem, 3vw, 1.75rem); box-shadow: var(--shadow); display: grid; gap: 1rem; }
.enquiry-plots { background: var(--marigold-tint); border: 1px solid color-mix(in srgb, var(--marigold) 60%, transparent); border-radius: 10px; padding: .8rem 1rem; font-size: .93rem; }
.enquiry-plots.is-empty { background: var(--paper-2); border-color: var(--line); color: var(--ink-2); }
.enquiry-plots p { margin: 0; }
.enquiry-plots p + p { margin-top: .25rem; }
.field { display: grid; gap: .35rem; border: 0; padding: 0; margin: 0; min-width: 0; }
.field label, .field legend { font-weight: 600; font-size: .92rem; }
.field legend { margin-bottom: .4rem; padding: 0; }
.optional { font-weight: 400; color: var(--muted); font-size: .85em; }
.field input, .field textarea {
  width: 100%; font: 400 1rem/1.4 var(--f-body); color: var(--ink); background: var(--paper);
  border: 1.5px solid var(--line-strong); border-radius: 10px; padding: .7rem .8rem; min-height: 48px;
}
.field textarea { resize: vertical; min-height: 110px; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--forest); box-shadow: 0 0 0 3px color-mix(in srgb, var(--forest) 22%, transparent); }
.field input[aria-invalid="true"] { border-color: var(--danger); }
.field-error { color: var(--danger); font-size: .85rem; margin: 0; min-height: 0; }
.field-error:empty { display: none; }
.field-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 1rem; }
.choice-row { display: flex; flex-wrap: wrap; gap: .5rem 1.25rem; }
.choice { display: inline-flex; align-items: center; gap: .45rem; font-weight: 500; min-height: 36px; }
.choice input { width: 18px; height: 18px; accent-color: var(--forest); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .75rem 1rem; }
.privacy-note { font-size: .82rem; color: var(--muted); margin: 0; }
.form-status { margin: 0; font-weight: 600; }
.form-status:empty { display: none; }
.form-status.is-error { color: var(--danger); }
.form-status.is-success { color: var(--success); background: color-mix(in srgb, var(--success) 10%, transparent); padding: .75rem .9rem; border-radius: 10px; }
@media (max-width: 860px) { .enquire-grid { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .field-row { grid-template-columns: 1fr; } }

/* ---------- Footer ---------- */
.site-footer { background: var(--forest-deeper); color: var(--on-forest-muted); padding-block: 2.5rem calc(2rem + var(--safe-bottom) + 64px); font-size: .9rem; }
.footer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.footer-grid p { margin: 0 0 .3rem; }
.footer-name { font: 700 1.2rem var(--f-display); color: var(--on-forest); }
.footer-phones { display: flex; flex-direction: column; gap: .25rem; }
.footer-phones .phone-link { font-size: 1.05rem; }
.footer-small { font-size: .8rem; margin-top: 1.5rem; opacity: .8; }
@media (max-width: 760px) { .footer-grid { grid-template-columns: 1fr; } }
@media (min-width: 1024px) { .site-footer { padding-bottom: 2.5rem; } }

/* ---------- Bottom sheet & selection bar (mobile) ---------- */
.sheet { position: fixed; inset: 0; z-index: 60; }
.sheet-backdrop { position: absolute; inset: 0; background: rgba(8, 19, 15, .18); animation: fade .2s ease-out; }
.sheet-panel {
  position: absolute; left: 0; right: 0; bottom: 0; max-height: min(66svh, 640px); overflow-y: auto; overscroll-behavior: contain;
  background: var(--paper); border-radius: 18px 18px 0 0; padding: .5rem var(--gutter) calc(1.25rem + var(--safe-bottom));
  box-shadow: var(--shadow-lg); animation: rise .24s cubic-bezier(.2, .8, .2, 1);
}
.sheet-panel:focus { outline: none; }
.sheet-grip { width: 42px; height: 5px; border-radius: 3px; background: var(--line-strong); margin: .25rem auto .75rem; }
.sheet-close { position: absolute; top: .6rem; right: .8rem; }
.sheet .plot-sketch svg { height: 128px; }
.sheet .plot-card-number { font-size: 2.2rem; }
.sheet .plot-card-area { margin-top: .5rem; }
@keyframes rise { from { transform: translateY(40%); opacity: .4; } to { transform: none; opacity: 1; } }
@keyframes fade { from { opacity: 0; } }
@media (min-width: 1024px) { .sheet { display: none !important; } }

.selection-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; display: flex; align-items: center; gap: .6rem;
  padding: .6rem var(--gutter) calc(.6rem + var(--safe-bottom)); background: var(--forest-deep); color: var(--on-forest);
  box-shadow: 0 -8px 24px rgba(8, 19, 15, .25);
}
.selection-bar-btn { flex: 1; display: flex; flex-direction: column; align-items: flex-start; background: transparent; border: 0; color: inherit; text-align: left; cursor: pointer; padding: .2rem 0; min-height: 44px; justify-content: center; }
.selection-bar-count { font: 700 1rem var(--f-display); }
.selection-bar-area { font-size: .85rem; color: var(--on-forest-muted); }
.selection-bar .btn-primary { --btn-bg: var(--marigold); --btn-bd: var(--marigold); color: #1b1405; --btn-fg: #1b1405; }
@media (min-width: 1024px) { .selection-bar { display: none !important; } }

.toast { position: fixed; left: 50%; bottom: calc(84px + var(--safe-bottom)); transform: translateX(-50%); z-index: 70; background: var(--ink); color: var(--paper); padding: .65rem 1rem; border-radius: 10px; font-weight: 600; font-size: .92rem; box-shadow: var(--shadow-lg); max-width: calc(100vw - 32px); text-align: center; }
@media (min-width: 1024px) { .toast { bottom: 24px; } }

/* ---------- small additions ---------- */
.plot-panel { position: relative; }
.panel-close { position: absolute; top: .75rem; right: .75rem; width: 36px; height: 36px; }
.plot-panel .plot-card-head, .sheet .plot-card-head, .sheet h3#sheet-title { padding-right: 48px; }
.plot-panel .plot-card-head .status-pill, .sheet .plot-card-head .status-pill { margin-top: .4rem; }
.map-wrap.is-fullscreen .map-controls, .map-wrap.is-fullscreen .compass { top: calc(12px + var(--safe-top)); }
.map-wrap.is-fullscreen .legend { bottom: calc(12px + var(--safe-bottom)); }
body.map-fs .selection-bar { z-index: 50; }
.is-static [data-action="share"], .is-static [data-action="share-selection"], .is-static .header-call { display: none; }
.preview-bar { background: var(--marigold); color: #1b1405; font-size: .85rem; font-weight: 600; text-align: center; padding: .45rem var(--gutter); }
.brand span { white-space: nowrap; }
@media (max-width: 359px) { .brand { font-size: 1rem; } .brand-mark { width: 24px; height: 24px; } }
body:has(.sheet:not([hidden])) .toast { bottom: auto; top: calc(var(--header-h) + var(--safe-top) + 12px); }
