:root {
    --ink: #173d38;
    --ink-deep: #0e2d29;
    --ink-soft: #45645f;
    --paper: #f7f3e9;
    --paper-deep: #eee7d8;
    --white: #fffdf8;
    --teal: #0f766e;
    --teal-dark: #0c5e58;
    --ochre: #cf8e43;
    --line: rgba(23, 61, 56, .18);
    --danger: #a33a2f;
    --font-display: "Cinzel", Georgia, serif;
    --font-body: "Josefin Sans", "Trebuchet MS", sans-serif;
    --container: min(90rem, calc(100% - 3rem));
    --shadow-soft: 0 24px 70px rgba(27, 66, 59, .13);
    --ease: cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-body); font-size: 1rem; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .22; 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='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E"); }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display); letter-spacing: -.035em; line-height: 1.08; text-wrap: balance; }
p { text-wrap: pretty; }
.container { width: var(--container); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: 1rem; z-index: 100; padding: .75rem 1rem; background: var(--white); transform: translateY(-180%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--ochre); outline-offset: 4px; }

.site-header { position: sticky; top: 0; z-index: 50; height: 5.25rem; background: rgba(247, 243, 233, .88); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: border-color .2s, box-shadow .2s; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 28px rgba(23, 61, 56, .06); }
.nav-shell { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: .65rem; font-family: var(--font-display); font-size: 1.15rem; font-weight: 700; letter-spacing: -.02em; }
.brand-mark { width: 2.1rem; height: 2.1rem; color: var(--teal); }
.brand-light .brand-mark { color: var(--ochre); }
.site-nav { display: flex; align-items: center; gap: clamp(1.25rem, 2.4vw, 2.75rem); font-weight: 600; }
.site-nav > a { position: relative; padding-block: .75rem; transition: color .2s var(--ease); }
.site-nav > a:not(.nav-account)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: .5rem; height: 1px; background: var(--teal); transition: right .25s var(--ease); }
.site-nav > a:hover, .site-nav > a[aria-current="page"] { color: var(--teal); }
.site-nav > a:hover::after, .site-nav > a[aria-current="page"]::after { right: 0; }
.nav-account { display: inline-flex; align-items: center; gap: .5rem; min-height: 2.9rem; padding-inline: 1.1rem !important; color: var(--white); background: var(--ink); border-radius: .35rem; }
.nav-account:hover { color: var(--white) !important; background: var(--teal); transform: translateY(-1px); }
.nav-account svg { width: 1.15rem; fill: none; stroke: currentColor; stroke-width: 1.8; }
.nav-toggle { display: none; width: 2.75rem; height: 2.75rem; border: 0; background: transparent; cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; width: 1.35rem; height: 2px; margin: .35rem auto; background: currentColor; transition: transform .2s; }

.eyebrow { margin-bottom: 1.1rem; color: var(--teal); font-size: .76rem; font-weight: 700; letter-spacing: .16em; line-height: 1.3; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 2.2rem; height: 1px; margin-right: .7rem; vertical-align: middle; background: currentColor; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .8rem; min-height: 3.3rem; padding: .8rem 1.35rem; border: 1px solid transparent; border-radius: .3rem; font-weight: 700; line-height: 1; cursor: pointer; transition: transform .2s var(--ease), background .2s, color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button-primary { color: var(--white); background: var(--teal); box-shadow: 0 12px 25px rgba(15, 118, 110, .18); }
.button-primary:hover { background: var(--teal-dark); box-shadow: 0 16px 30px rgba(15, 118, 110, .24); }
.button-light { color: var(--ink-deep); background: var(--white); }
.button-light:hover { background: var(--paper-deep); }
.button-secondary { color: var(--teal); background: transparent; border-color: var(--teal); }
.button-secondary:hover { color: var(--white); background: var(--teal); }
.button-wide { width: 100%; }
.button-disabled, .button:disabled { color: #72817e; background: #dfe3df; cursor: not-allowed; box-shadow: none; opacity: .8; }
.button-disabled:hover { transform: none; }
.text-link { display: inline-flex; align-items: center; gap: .65rem; color: var(--ink); font-weight: 700; border-bottom: 1px solid var(--line); transition: gap .2s, color .2s, border-color .2s; }
.text-link:hover { gap: .9rem; color: var(--teal); border-color: var(--teal); }
.back-link { display: inline-block; margin-bottom: 2rem; color: var(--ink-soft); font-weight: 600; }
.back-link:hover { color: var(--teal); }

.hero { min-height: calc(100dvh - 5.25rem); display: grid; align-items: center; padding: 4.5rem 0 6rem; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(30rem, 1.18fr); align-items: center; gap: clamp(3rem, 7vw, 8rem); }
.hero-copy h1 { max-width: 11ch; margin-bottom: 1.7rem; font-size: clamp(3.2rem, 5.7vw, 6.6rem); }
.hero-copy h1 em { display: block; color: var(--ochre); font-weight: 500; }
.hero-lead { max-width: 32rem; color: var(--ink-soft); font-size: clamp(1.1rem, 1.4vw, 1.35rem); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.6rem; margin-top: 2rem; }
.hero-stats { display: flex; gap: clamp(2rem, 5vw, 5rem); margin: 4.2rem 0 0; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.hero-stats div { display: grid; gap: .1rem; }
.hero-stats dt { font-family: var(--font-display); font-size: 1.75rem; font-variant-numeric: tabular-nums; }
.hero-stats dd { margin: 0; color: var(--ink-soft); font-size: .86rem; }
.hero-map { position: relative; min-width: 0; background: #dce7d9; border: 1px solid rgba(23, 61, 56, .13); box-shadow: var(--shadow-soft); }
.map-topline { height: 3.5rem; display: flex; align-items: center; justify-content: space-between; padding-inline: 1.3rem; color: var(--ink-soft); background: rgba(255, 253, 248, .72); border-bottom: 1px solid var(--line); font-size: .82rem; font-weight: 700; }
.live-dot::before { content: ""; display: inline-block; width: .5rem; height: .5rem; margin-right: .45rem; background: var(--teal); border-radius: 50%; box-shadow: 0 0 0 .3rem rgba(15,118,110,.12); }
.map-canvas { position: relative; min-height: 36rem; overflow: hidden; background-color: #dce7d9; background-image: linear-gradient(rgba(255,255,255,.28) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.28) 1px, transparent 1px); background-size: 3.2rem 3.2rem; }
.map-canvas::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 85% 15%, rgba(255,253,248,.85), transparent 35%); }
.map-canvas > svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.road { fill: none; stroke: rgba(255,253,248,.88); stroke-width: 16; }
.road-main { stroke-width: 28; }
.plot { fill: rgba(255,253,248,.4); stroke: rgba(23,61,56,.35); stroke-width: 1.5; transition: fill .2s; }
.plot-available { fill: rgba(15,118,110,.2); }
.plot-available:hover { fill: rgba(15,118,110,.36); }
.map-pin { position: absolute; display: flex; flex-direction: column; align-items: center; color: var(--ink-deep); font-size: .72rem; font-weight: 700; }
.map-pin span { width: 2.6rem; height: 2.6rem; display: grid; place-items: center; margin-bottom: .25rem; color: white; background: var(--ink); border: 3px solid var(--white); border-radius: 50%; box-shadow: 0 8px 18px rgba(14,45,41,.2); }
.map-pin.pin-one { top: 25%; left: 24%; }.map-pin.pin-two { top: 42%; right: 18%; }
.map-card { position: absolute; left: 1.4rem; right: 1.4rem; bottom: 1.4rem; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; padding: 1rem 1.2rem; background: rgba(255,253,248,.93); box-shadow: 0 16px 40px rgba(23,61,56,.12); backdrop-filter: blur(12px); }
.status-mark { width: .65rem; height: .65rem; background: var(--teal); border-radius: 50%; }.map-card div { display: grid; }.map-card small { color: var(--ink-soft); }.map-card strong { font-variant-numeric: tabular-nums; }.map-card a { width: 2.4rem; height: 2.4rem; display: grid; place-items: center; border: 1px solid var(--line); transition: background .2s, color .2s; }.map-card a:hover { color: white; background: var(--teal); }

.trust-band { color: var(--white); background: var(--ink-deep); }
.trust-row { min-height: 5.5rem; display: flex; align-items: center; justify-content: space-around; gap: 2rem; }
.trust-row p { display: inline-flex; align-items: center; gap: .7rem; margin: 0; font-size: .92rem; }.trust-row svg { width: 1.3rem; fill: none; stroke: var(--ochre); stroke-width: 2; }
.section { padding: 8rem 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3.5rem; }.section-heading h2 { max-width: 15ch; margin: 0; font-size: clamp(2.4rem, 4vw, 4.4rem); }.section-heading.compact { margin-bottom: 2rem; }.section-heading.compact h2 { font-size: clamp(2rem, 3vw, 3.2rem); }
.projects-preview { background: var(--white); }
.project-feature-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 1.5rem; align-items: start; }
.project-feature { min-width: 0; background: var(--paper); }.project-feature:nth-child(2) { margin-top: 6rem; }
.project-art, .catalogue-art { position: relative; min-height: 21rem; overflow: hidden; background: #d9c295; }
.project-feature:nth-child(2) .project-art { min-height: 17rem; }
.project-art .sun, .catalogue-art .sun, .detail-landscape .sun { position: absolute; top: 14%; right: 13%; width: 5.5rem; height: 5.5rem; background: rgba(255,245,210,.75); border-radius: 50%; }
.land { position: absolute; left: -10%; right: -10%; bottom: -2rem; height: 52%; background: #8ca080; border-radius: 50% 50% 0 0; transform: rotate(-4deg); }.land-back { bottom: 16%; height: 32%; opacity: .65; transform: rotate(8deg); }.land-front { background: #536f61; }
.project-clay .project-art, .project-clay.catalogue-art, .detail-hero.project-clay { background: #d8ad8c; }.project-green .project-art, .project-green.catalogue-art, .detail-hero.project-green { background: #a8b9a4; }.project-ochre .project-art, .project-ochre.catalogue-art, .detail-hero.project-ochre { background: #d9c295; }
.project-art svg, .catalogue-art svg, .detail-landscape svg { position: absolute; inset: auto 0 0; width: 100%; fill: none; stroke: rgba(255,253,248,.85); stroke-width: 2; }
.project-location { position: absolute; left: 1.3rem; top: 1.3rem; padding: .45rem .65rem; color: var(--white); background: rgba(14,45,41,.75); font-size: .72rem; font-weight: 700; backdrop-filter: blur(8px); }
.project-info { padding: 2rem; }.project-info h3 { margin-bottom: 1.2rem; font-size: clamp(1.8rem, 2.4vw, 2.75rem); }.project-info > p { max-width: 36rem; color: var(--ink-soft); }
.project-info dl { display: flex; gap: 3rem; margin: 2rem 0; padding: 1.4rem 0; border-block: 1px solid var(--line); }.project-info dl div { display: grid; }.project-info dt { color: var(--ink-soft); font-size: .75rem; }.project-info dd { margin: 0; font-weight: 700; font-variant-numeric: tabular-nums; }
.card-link { display: flex; align-items: center; justify-content: space-between; font-weight: 700; }.card-link span:last-child { width: 2.7rem; height: 2.7rem; display: grid; place-items: center; color: var(--white); background: var(--ink); transition: background .2s, transform .2s; }.card-link:hover span:last-child { background: var(--teal); transform: rotate(6deg); }

.process-section { color: var(--white); background: var(--ink); }
.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(4rem, 10vw, 10rem); }.process-intro { position: sticky; top: 8rem; align-self: start; }.process-intro .eyebrow { color: #e9b875; }.process-intro h2 { max-width: 10ch; font-size: clamp(2.6rem, 4.5vw, 5rem); }.process-intro > p:not(.eyebrow) { max-width: 29rem; color: rgba(255,255,255,.65); }.process-intro .button { margin-top: 1.4rem; }
.process-list { margin: 0; padding: 0; list-style: none; counter-reset: item; }.process-list li { display: grid; grid-template-columns: 4rem 1fr; gap: 1.2rem; padding: 2.7rem 0; border-top: 1px solid rgba(255,255,255,.18); }.process-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }.process-list > li > span { color: #e9b875; font-family: var(--font-display); }.process-list h3 { margin-bottom: .75rem; font-size: 1.7rem; }.process-list p { max-width: 32rem; margin: 0; color: rgba(255,255,255,.62); }
.final-cta { background: var(--paper-deep); }.final-cta-inner { display: flex; flex-direction: column; align-items: center; text-align: center; }.final-cta h2 { max-width: 18ch; margin-bottom: 2.2rem; font-size: clamp(2.5rem, 5vw, 5.4rem); }

.page-hero { padding: 7rem 0 5rem; border-bottom: 1px solid var(--line); }.page-hero-grid { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 5rem; }.page-hero h1 { max-width: 15ch; margin: 0; font-size: clamp(3rem, 5.2vw, 6rem); }.page-hero-grid > p { max-width: 28rem; margin: 0; color: var(--ink-soft); font-size: 1.1rem; }
.project-catalogue { padding-top: 3rem; }.filter-bar { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-bottom: 2rem; border-bottom: 1px solid var(--line); }.filter-group { display: flex; flex-wrap: wrap; gap: .5rem; }.filter-chip { min-height: 2.7rem; padding: .5rem 1rem; border: 1px solid var(--line); background: transparent; cursor: pointer; transition: background .2s, color .2s, border-color .2s; }.filter-chip:hover, .filter-chip.active { color: white; background: var(--ink); border-color: var(--ink); }.map-shortcut { display: inline-flex; align-items: center; gap: .5rem; font-weight: 700; }.map-shortcut svg { width: 1.3rem; fill: none; stroke: currentColor; stroke-width: 1.8; }
.catalogue-list { display: grid; gap: 5rem; padding-top: 4rem; }.catalogue-item { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }.catalogue-item:nth-child(even) .catalogue-art { order: 2; }.catalogue-art { min-height: 26rem; }.catalogue-art svg { transition: transform .5s var(--ease); }.catalogue-art:hover svg { transform: scale(1.025); }.catalogue-index { position: absolute; z-index: 2; top: 1rem; left: 1.2rem; color: rgba(255,255,255,.8); font-family: var(--font-display); font-size: 2rem; }.catalogue-copy h2 { font-size: clamp(2.2rem, 3.7vw, 4.2rem); }.catalogue-copy > p:not(.eyebrow) { color: var(--ink-soft); }.availability { margin: 2rem 0; }.availability > div { height: .3rem; overflow: hidden; background: var(--paper-deep); }.availability > div span { display: block; height: 100%; background: var(--teal); }.availability p { margin-top: .7rem; color: var(--ink-soft); font-size: .85rem; }.catalogue-copy dl { display: flex; gap: 3rem; margin: 2rem 0; }.catalogue-copy dl div { display: grid; }.catalogue-copy dt { color: var(--ink-soft); font-size: .75rem; }.catalogue-copy dd { margin: 0; font-weight: 700; font-variant-numeric: tabular-nums; }.empty-message, .empty-state { padding: 3rem; text-align: center; background: var(--paper-deep); }

.detail-hero { position: relative; min-height: 44rem; display: grid; align-items: center; overflow: hidden; }.detail-hero-grid { display: grid; grid-template-columns: .83fr 1.17fr; align-items: center; gap: 4rem; }.detail-copy { position: relative; z-index: 2; padding: 5rem 0; }.detail-copy h1 { font-size: clamp(3.3rem, 5vw, 6rem); }.detail-copy > p:not(.eyebrow) { max-width: 34rem; }.detail-stats { display: flex; gap: 2.2rem; margin: 2.4rem 0; padding-block: 1.4rem; border-block: 1px solid rgba(23,61,56,.25); }.detail-stats div { display: grid; }.detail-stats dt { font-size: .75rem; }.detail-stats dd { margin: 0; font-weight: 700; font-variant-numeric: tabular-nums; }.detail-landscape { position: relative; min-height: 38rem; align-self: end; }.detail-landscape .land { height: 55%; }.detail-landscape svg { bottom: 2rem; }
.parcel-layout { display: grid; grid-template-columns: 1fr 25rem; gap: 5rem; align-items: start; }.parcel-list { border-top: 1px solid var(--line); }.parcel-row { display: grid; grid-template-columns: auto 1fr .7fr 1fr auto; align-items: center; gap: 1rem; min-height: 4.6rem; border-bottom: 1px solid var(--line); transition: padding .2s, color .2s; }.parcel-row:hover { padding-inline: .75rem; color: var(--teal); }.parcel-status { width: .65rem; height: .65rem; border-radius: 50%; }.status-available { background-color: var(--teal) !important; }.status-reserved { background-color: var(--ochre) !important; }.parcel-row span, .parcel-row strong { font-variant-numeric: tabular-nums; }.visit-card { padding: 2rem; color: white; background: var(--ink); }.visit-card .eyebrow { color: #e9b875; }.visit-card h3 { font-size: 2rem; }.visit-card > p:not(.eyebrow) { color: rgba(255,255,255,.65); }

.map-page .site-footer { display: none; }.map-explorer { height: calc(100dvh - 5.25rem); display: grid; grid-template-columns: minmax(22rem, 30rem) 1fr; background: #dce7d9; }.map-sidebar { z-index: 2; display: flex; flex-direction: column; min-height: 0; padding: 2rem; background: var(--paper); box-shadow: 14px 0 35px rgba(23,61,56,.09); }.map-sidebar-head h1 { font-size: clamp(2rem, 3vw, 3.4rem); }.map-sidebar-head > p:last-child { color: var(--ink-soft); }.map-filters { margin-bottom: 1.2rem; }.map-filters label, .field label { display: block; margin-bottom: .45rem; font-weight: 700; }.map-filters select, .field input { width: 100%; min-height: 3rem; padding: .65rem .8rem; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 0; }.map-filters select:focus, .field input:focus { border-color: var(--teal); outline: 3px solid rgba(15,118,110,.14); outline-offset: 0; }.map-results { min-height: 0; overflow-y: auto; border-top: 1px solid var(--line); }.map-result { display: grid; grid-template-columns: auto 1fr 1fr; align-items: center; gap: .8rem; padding: 1rem .25rem; border-bottom: 1px solid var(--line); transition: padding .2s, background .2s; }.map-result:hover { padding-inline: .65rem; background: var(--white); }.map-result div { display: grid; }.map-result div:last-child { text-align: right; }.map-result small { color: var(--ink-soft); }
.interactive-map { position: relative; overflow: hidden; background-color: #cfdfd2; }.map-grid { position: absolute; inset: 0; opacity: .42; background-image: linear-gradient(rgba(255,255,255,.65) 1px, transparent 1px),linear-gradient(90deg,rgba(255,255,255,.65) 1px,transparent 1px); background-size: 4rem 4rem; transform: rotate(-7deg) scale(1.2); }.map-river { position: absolute; width: 170%; height: 9rem; top: 8%; left: -30%; background: #a9cbd0; transform: rotate(-18deg); border: 12px solid rgba(255,255,255,.3); }.map-road { position: absolute; width: 140%; height: 1.5rem; background: var(--white); box-shadow: 0 0 0 1px rgba(23,61,56,.08); }.road-a { top: 56%; left: -20%; transform: rotate(13deg); }.road-b { top: 40%; left: -10%; transform: rotate(72deg); }.parcel-marker { --x: 50%; --y: 50%; position: absolute; left: var(--x); top: var(--y); z-index: 3; width: 1.25rem; height: 1.25rem; background: var(--teal); border: 3px solid white; border-radius: 50%; box-shadow: 0 5px 15px rgba(23,61,56,.3); transform: translate(-50%,-50%); transition: transform .2s, opacity .2s; }.parcel-marker span { position: absolute; left: 50%; bottom: calc(100% + .5rem); width: max-content; padding: .35rem .55rem; color: white; background: var(--ink); font-size: .7rem; font-weight: 700; opacity: 0; transform: translate(-50%, .25rem); transition: opacity .2s, transform .2s; }.parcel-marker:hover, .parcel-marker:focus-visible { z-index: 5; transform: translate(-50%,-50%) scale(1.3); }.parcel-marker:hover span, .parcel-marker:focus-visible span { opacity: 1; transform: translate(-50%,0); }.parcel-marker[hidden] { display: none; }.map-legend { position: absolute; right: 1.5rem; bottom: 1.5rem; z-index: 4; display: flex; gap: 1rem; padding: .75rem 1rem; background: rgba(255,253,248,.9); font-size: .78rem; }.map-legend span { display: inline-flex; align-items: center; gap: .4rem; }.map-legend i { width: .55rem; height: .55rem; border-radius: 50%; }

.breadcrumb { display: flex; gap: .65rem; padding-top: 2rem; color: var(--ink-soft); font-size: .82rem; }.breadcrumb a:hover { color: var(--teal); }.parcel-detail { min-height: calc(100dvh - 5.25rem); }.parcel-detail-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; padding-top: 3rem; padding-bottom: 7rem; }.parcel-visual { position: relative; min-height: 35rem; display: grid; place-items: center; overflow: hidden; background-color: #dce7d9; background-image: linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px),linear-gradient(90deg,rgba(255,255,255,.5) 1px,transparent 1px); background-size: 3rem 3rem; }.plot-shape { width: 48%; aspect-ratio: 1/1.2; display: grid; place-content: center; text-align: center; color: var(--ink-deep); background: rgba(15,118,110,.18); border: 3px solid var(--teal); clip-path: polygon(7% 3%, 94% 9%, 100% 91%, 0 100%); transform: rotate(-6deg); }.plot-shape span { font-family: var(--font-display); font-size: 1.5rem; }.plot-shape small { font-weight: 700; }.north { position: absolute; top: 1rem; right: 1rem; font-weight: 700; }.dimension { position: absolute; color: var(--ink-soft); font-size: .75rem; }.dim-a { bottom: 15%; }.dim-b { left: 19%; transform: rotate(-90deg); }.parcel-summary h1 { font-size: clamp(2.8rem, 4vw, 4.8rem); }.parcel-summary > p:not(.eyebrow,.status-label) { max-width: 34rem; color: var(--ink-soft); }.status-label { display: inline-flex; align-items: center; gap: .5rem; padding: .4rem .65rem; color: white; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }.parcel-facts { display: grid; grid-template-columns: 1fr 1fr; margin: 2rem 0; border-top: 1px solid var(--line); }.parcel-facts div { display: grid; padding: 1.2rem 0; border-bottom: 1px solid var(--line); }.parcel-facts div:nth-child(odd) { border-right: 1px solid var(--line); }.parcel-facts div:nth-child(even) { padding-left: 1.2rem; }.parcel-facts dt { color: var(--ink-soft); font-size: .76rem; }.parcel-facts dd { margin: 0; font-weight: 700; font-variant-numeric: tabular-nums; }.summary-note { display: block; margin-top: .75rem; color: var(--ink-soft); text-align: center; }

.auth-shell { min-height: calc(100dvh - 5.25rem); display: grid; grid-template-columns: minmax(24rem, .8fr) 1.2fr; }.auth-aside { display: flex; flex-direction: column; justify-content: space-between; padding: clamp(3rem, 6vw, 7rem); color: white; background-color: var(--ink); background-image: linear-gradient(130deg, transparent 50%, rgba(207,142,67,.16)), repeating-linear-gradient(35deg, transparent 0 52px, rgba(255,255,255,.035) 53px 54px); }.auth-aside .eyebrow { color: #e9b875; }.auth-aside h1 { max-width: 10ch; font-size: clamp(2.7rem, 4vw, 5rem); }.auth-aside > div > p:last-child { max-width: 28rem; color: rgba(255,255,255,.65); }.auth-aside blockquote { max-width: 30rem; margin: 4rem 0 0; padding-left: 1.5rem; border-left: 2px solid var(--ochre); font-family: var(--font-display); font-size: 1.2rem; }.register-aside ol { margin: 4rem 0 0; padding: 0; list-style: none; }.register-aside li { display: flex; gap: 1rem; padding: .9rem 0; border-top: 1px solid rgba(255,255,255,.15); }.register-aside li span { color: #e9b875; font-family: var(--font-display); }.auth-panel { display: grid; place-items: center; padding: 4rem 1.5rem; background: var(--white); }.auth-card { width: min(100%, 30rem); }.auth-card h2 { margin-bottom: .75rem; font-size: clamp(2.3rem, 3.5vw, 3.8rem); }.auth-card > p:not(.eyebrow,.auth-switch) { color: var(--ink-soft); }.auth-card form { display: grid; gap: 1.15rem; margin-top: 2rem; }.field small { color: var(--ink-soft); }.label-row { display: flex; justify-content: space-between; }.label-row a, .auth-switch a, .check-field a { color: var(--teal); font-weight: 700; }.check-field { display: grid; grid-template-columns: auto 1fr; gap: .7rem; align-items: start; cursor: pointer; }.check-field input { width: 1.1rem; height: 1.1rem; accent-color: var(--teal); }.check-field span { color: var(--ink-soft); font-size: .85rem; }.auth-switch { margin-top: 1.5rem; text-align: center; }.form-feedback { margin: 0; padding: .75rem; color: var(--teal-dark); background: rgba(15,118,110,.1); text-align: center; }.form-error { margin: 1.5rem 0 0; padding: .8rem 1rem; color: #7d2f27 !important; background: rgba(163,58,47,.1); border-left: 3px solid var(--danger); }
.message-page { min-height: calc(100dvh - 5.25rem); display: grid; place-items: center; padding: 5rem 1.5rem; }.message-card { width: min(100%, 36rem); text-align: center; }.message-icon { width: 5rem; height: 5rem; display: grid; place-items: center; margin: 0 auto 2rem; color: var(--teal); background: rgba(15,118,110,.1); border-radius: 50%; }.message-icon svg { width: 2.2rem; fill: none; stroke: currentColor; stroke-width: 1.5; }.message-card h1 { font-size: clamp(2.5rem, 5vw, 4.6rem); }.message-card > p:not(.eyebrow,.form-feedback) { color: var(--ink-soft); }.message-card .button { margin: 1.5rem 0; }.message-card form { display: grid; gap: 1rem; margin-top: 2rem; text-align: left; }.message-card .text-link { display: table; margin: 1rem auto; }

.not-found { min-height: calc(100dvh - 5.25rem); display: grid; align-items: center; }.not-found-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 6rem; }.error-code { margin-bottom: -1.5rem; color: rgba(15,118,110,.12); font-family: var(--font-display); font-size: 8rem; font-weight: 700; line-height: 1; }.not-found h1 { font-size: clamp(2.8rem, 4.5vw, 5rem); }.not-found-grid > div:first-child > p:not(.error-code,.eyebrow) { color: var(--ink-soft); }.lost-map { position: relative; min-height: 30rem; overflow: hidden; background: #dce7d9; }.lost-map svg { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; stroke: white; stroke-width: 17; }.lost-pin { position: absolute; z-index: 2; left: 53%; top: 43%; width: 3rem; height: 3rem; background: var(--danger); border: 6px solid white; border-radius: 50% 50% 50% 0; box-shadow: 0 8px 30px rgba(23,61,56,.2); transform: rotate(-45deg); }
.legal-hero .container { display: block; }.legal-hero h1 { max-width: none; }.legal-content { max-width: 48rem; padding-top: 4rem; padding-bottom: 7rem; }.legal-content h2 { margin-top: 2.5rem; font-size: 1.8rem; }.legal-content a { color: var(--teal); text-decoration: underline; }

.site-footer { padding: 5rem 0 1.5rem; color: rgba(255,255,255,.75); background: var(--ink-deep); }.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; padding-bottom: 4rem; }.footer-intro p { max-width: 26rem; margin-top: 1.2rem; }.footer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }.footer-nav div { display: flex; flex-direction: column; gap: .65rem; }.footer-nav span { margin-bottom: .35rem; color: var(--ochre); font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }.footer-nav a:hover, .footer-base a:hover { color: white; }.footer-base { display: flex; justify-content: space-between; gap: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.13); }.footer-base div { display: flex; gap: 1.5rem; }

.reveal { opacity: 0; transform: translateY(1.2rem); transition: opacity .6s var(--ease), transform .6s var(--ease); }.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 64rem) {
    :root { --container: min(100% - 2rem, 64rem); }
    .hero-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }.hero-copy h1 { font-size: clamp(3rem, 6vw, 5rem); }.map-canvas { min-height: 31rem; }
    .page-hero-grid { gap: 2.5rem; }.catalogue-item { grid-template-columns: 1fr 1fr; gap: 2.5rem; }.catalogue-art { min-height: 22rem; }
    .parcel-layout { grid-template-columns: 1fr 21rem; gap: 2.5rem; }.parcel-detail-grid { gap: 3rem; }.auth-aside { padding: 4rem 2.5rem; }
}

@media (max-width: 48rem) {
    .site-header { height: 4.6rem; }.nav-toggle { display: block; }.site-nav { position: absolute; top: 100%; left: 0; right: 0; display: grid; gap: .25rem; padding: 1rem; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 14px 30px rgba(23,61,56,.1); opacity: 0; visibility: hidden; transform: translateY(-.75rem); transition: opacity .2s, visibility .2s, transform .2s; }.site-nav.open { opacity: 1; visibility: visible; transform: none; }.site-nav a { padding: .75rem; }.nav-account { margin-top: .4rem; }.nav-toggle[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(4px) rotate(45deg); }.nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
    .hero { padding-top: 3rem; }.hero-grid, .page-hero-grid, .process-grid, .detail-hero-grid, .parcel-layout, .parcel-detail-grid, .not-found-grid { grid-template-columns: 1fr; }.hero-map { width: calc(100% + 1rem); }.hero-copy h1 { max-width: 12ch; }.hero-stats { margin-top: 3rem; }.map-canvas { min-height: 30rem; }
    .trust-row { flex-wrap: wrap; justify-content: flex-start; padding: 1.5rem 0; }.trust-row p { flex: 1 1 14rem; }
    .section { padding: 6rem 0; }.section-heading { align-items: start; flex-direction: column; }.project-feature-grid { grid-template-columns: 1fr; }.project-feature:nth-child(2) { margin-top: 0; }.process-intro { position: static; }.final-cta-inner { align-items: flex-start; text-align: left; }
    .page-hero { padding: 5rem 0 3rem; }.page-hero-grid { gap: 2rem; }.catalogue-item { grid-template-columns: 1fr; }.catalogue-item:nth-child(even) .catalogue-art { order: 0; }.catalogue-list { gap: 4rem; }.detail-hero { min-height: auto; }.detail-landscape { min-height: 25rem; }.detail-copy { padding-bottom: 0; }.parcel-layout { gap: 3rem; }
    .map-explorer { height: auto; min-height: calc(100dvh - 4.6rem); grid-template-columns: 1fr; }.map-sidebar { max-height: none; padding: 1.5rem 1rem; }.map-results { max-height: 16rem; }.interactive-map { min-height: 32rem; }.map-legend { left: 1rem; right: auto; }
    .parcel-detail-grid { padding-top: 2rem; }.parcel-visual { min-height: 28rem; }.auth-shell { grid-template-columns: 1fr; }.auth-aside { min-height: 29rem; }.footer-grid { grid-template-columns: 1fr; gap: 3rem; }
}

@media (max-width: 30rem) {
    :root { --container: calc(100% - 1.5rem); }.hero-copy h1 { font-size: 2.85rem; }.hero-actions { align-items: flex-start; flex-direction: column; }.hero-stats { gap: 1.5rem; }.hero-stats dt { font-size: 1.4rem; }.map-canvas { min-height: 25rem; }.map-pin.pin-two { right: 8%; }
    .section { padding: 4.5rem 0; }.section-heading h2 { font-size: 2.5rem; }.project-info { padding: 1.35rem; }.project-info dl, .catalogue-copy dl, .detail-stats { gap: 1.4rem; flex-wrap: wrap; }.filter-bar { align-items: flex-start; flex-direction: column; }.catalogue-art { min-height: 18rem; }.parcel-row { grid-template-columns: auto 1fr auto; padding: .85rem 0; }.parcel-row span:nth-child(3), .parcel-row span:nth-child(4) { grid-column: 2; }.parcel-row span:last-child { grid-column: 3; grid-row: 1 / span 3; }.parcel-visual { min-height: 23rem; }.plot-shape { width: 58%; }.auth-aside { min-height: 24rem; padding: 3rem 1.5rem; }.auth-panel { padding-inline: 1rem; }.footer-nav { grid-template-columns: 1fr; }.footer-base { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}
