/* 125 Reeves Road. One light palette: paper, sand and ink, with a single
   bronze accent reserved for the homes' marker and small details. Display
   type is Cormorant Garamond; text and labels are Jost. No inline styles
   (the CSP forbids them): build.mjs appends generated rules at the end. */

@font-face { font-family: "Cormorant Garamond"; src: url("/assets/fonts/cormorant-garamond-normal.woff2") format("woff2"); font-weight: 300 700; font-style: normal; font-display: swap; 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: "Cormorant Garamond"; src: url("/assets/fonts/cormorant-garamond-italic.woff2") format("woff2"); font-weight: 300 700; font-style: italic; font-display: swap; 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: "Cormorant Garamond"; src: url("/assets/fonts/cormorant-garamond-macrons-normal.woff2") format("woff2"); font-weight: 300 700; font-style: normal; font-display: swap; unicode-range: U+0100-0101, U+0112-0113, U+012A-012B, U+014C-014D, U+016A-016B; }
@font-face { font-family: "Cormorant Garamond"; src: url("/assets/fonts/cormorant-garamond-macrons-italic.woff2") format("woff2"); font-weight: 300 700; font-style: italic; font-display: swap; unicode-range: U+0100-0101, U+0112-0113, U+012A-012B, U+014C-014D, U+016A-016B; }
@font-face { font-family: "Jost"; src: url("/assets/fonts/jost-normal.woff2") format("woff2"); font-weight: 100 900; font-style: normal; font-display: swap; 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: "Jost"; src: url("/assets/fonts/jost-macrons-normal.woff2") format("woff2"); font-weight: 100 900; font-style: normal; font-display: swap; unicode-range: U+0100-0101, U+0112-0113, U+012A-012B, U+014C-014D, U+016A-016B; }

:root {
  color-scheme: only light;
  --paper: #F4F1EB;
  --paper-2: #ECE7DE;
  --card: #FBF9F5;
  --ink: #1D1C1A;
  --ink-2: #45423D;
  --muted: #6B665E;
  --line: #D9D2C6;
  --line-strong: #BFB6A7;
  --bronze: #8F6B3E;
  --bronze-text: #7A5A32;
  --bronze-soft: #B08D5E;
  --night: #191816;
  --night-2: #24221F;
  --on-night: #F4F1EB;
  --on-night-2: #C9C2B6;

  --serif: "Cormorant Garamond", "Cormorant", "Iowan Old Style", Garamond, "Times New Roman", serif;
  --sans: "Jost", "Futura", "Avenir Next", "Helvetica Neue", Arial, sans-serif;

  --gutter: clamp(1.25rem, 4vw, 3rem);
  --max: 82rem;
  --section: clamp(5.5rem, 11vw, 10rem);
  --header-h: 4.5rem;
  --radius: 2px;
  --ease: cubic-bezier(.22, .7, .18, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 1rem); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.7;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-variant-numeric: lining-nums proportional-nums;
  overflow-x: clip;
}
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
picture { display: contents; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .2em; }
button { font: inherit; color: inherit; }
p { margin: 0; }
h1, h2, h3 { margin: 0; font-weight: 400; }
ul, ol { margin: 0; padding: 0; list-style: none; }
dl, dd, figure, blockquote { margin: 0; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--bronze); outline-offset: 3px; }
::selection { background: #E4D6C1; color: var(--ink); }

.is-locked { overflow: hidden; }
.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; }
.skip { position: absolute; left: 1rem; top: -4rem; z-index: 100; background: var(--ink); color: var(--paper); padding: .75rem 1rem; text-decoration: none; }
.skip:focus { top: 1rem; }

.container { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: var(--gutter); }
.icon { width: 1.125rem; height: 1.125rem; flex: none; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.icon path[d^="M7 5.5v9"] { fill: currentColor; stroke: none; }

/* Type */
.eyebrow { display: flex; align-items: baseline; gap: .9rem; font-family: var(--sans); font-size: .75rem; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); margin-bottom: 1.5rem; }
.eyebrow__num { font-family: var(--serif); font-size: 1rem; letter-spacing: .05em; color: var(--bronze-text); font-weight: 500; }
.eyebrow--light { color: var(--on-night-2); }
.eyebrow--light .eyebrow__num { color: var(--bronze-soft); }
.display { font-family: var(--serif); font-weight: 400; font-size: clamp(2.6rem, 5.4vw, 4.9rem); line-height: 1.02; letter-spacing: -.012em; color: var(--ink); text-wrap: balance; }
.display em { font-style: italic; font-weight: 400; color: var(--bronze); }
.display--light { color: var(--on-night); }
.display--light em { color: var(--bronze-soft); }
.lede { font-family: var(--serif); font-size: clamp(1.45rem, 2.1vw, 1.8rem); line-height: 1.35; color: var(--ink); font-weight: 400; text-wrap: pretty; }
.fineprint { margin-top: 2.5rem; font-size: .8125rem; line-height: 1.6; color: var(--muted); max-width: 52rem; }

/* Buttons: ink on paper is the primary action; paper on photos and night. */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  min-height: 3.25rem; padding: .8rem 1.6rem;
  font-family: var(--sans); font-size: .8125rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; line-height: 1.2;
  text-decoration: none; border: 1px solid transparent; border-radius: var(--radius); cursor: pointer;
  transition: background-color .35s var(--ease), color .35s var(--ease), border-color .35s var(--ease), transform .35s var(--ease);
}
.btn:active { transform: translateY(1px); }
.btn--sm { min-height: 2.75rem; padding: .6rem 1.15rem; font-size: .75rem; }
.btn--ink { background: var(--ink); color: var(--paper); }
.btn--ink:hover { background: #3A3733; }
.btn--line { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn--line:hover { background: var(--ink); color: var(--paper); }
.btn--light { background: var(--paper); color: var(--ink); }
.btn--light:hover { background: #fff; }
.btn--ghost-light { border-color: rgba(244, 241, 235, .7); color: var(--on-night); background: rgba(20, 19, 17, .12); }
.btn--ghost-light:hover { background: rgba(244, 241, 235, .14); border-color: var(--on-night); }
.link-button { background: none; border: 0; padding: 0; cursor: pointer; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .2em; min-height: 2.75rem; }

/* Header */
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 40; height: var(--header-h);
  color: var(--on-night);
  transition: background-color .45s var(--ease), color .45s var(--ease), box-shadow .45s var(--ease), transform .45s var(--ease);
}
.site-header::before { content: ""; position: absolute; inset: 0 0 -2.5rem; background: linear-gradient(to bottom, rgba(12, 12, 11, .42), rgba(12, 12, 11, 0)); pointer-events: none; transition: opacity .45s var(--ease); }
.site-header.is-solid { background: rgba(244, 241, 235, .92); color: var(--ink); box-shadow: 0 1px 0 var(--line); -webkit-backdrop-filter: saturate(1.4) blur(14px); backdrop-filter: saturate(1.4) blur(14px); }
.site-header.is-solid::before { opacity: 0; }
.site-header__inner { position: relative; height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.wordmark { display: inline-flex; flex-direction: column; justify-content: center; min-height: 2.75rem; text-decoration: none; line-height: 1.05; }
.wordmark__name { font-family: var(--serif); font-size: 1.45rem; font-weight: 500; letter-spacing: .01em; }
.wordmark__place { font-size: .625rem; font-weight: 500; letter-spacing: .26em; text-transform: uppercase; opacity: .8; margin-top: .2rem; }
.site-nav { display: flex; gap: clamp(1rem, 2vw, 2.1rem); }
.site-nav a { position: relative; display: inline-flex; align-items: center; min-height: 2.75rem; font-size: .75rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; text-decoration: none; opacity: .88; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: .55rem; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease); }
.site-nav a:hover { opacity: 1; }
.site-nav a:hover::after, .site-nav a[aria-current="true"]::after { transform: scaleX(1); }
.site-header__end { display: flex; align-items: center; gap: .75rem; }
.btn--header { background: var(--paper); color: var(--ink); }
.site-header.is-solid .btn--header { background: var(--ink); color: var(--paper); }
.menu-toggle { display: none; min-height: 2.75rem; min-width: 2.75rem; padding: 0 .9rem; background: transparent; border: 1px solid currentColor; border-radius: var(--radius); font-size: .75rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; cursor: pointer; }

@media (max-width: 1080px) {
  .menu-toggle { display: inline-flex; align-items: center; }
  .btn--header { display: none; }
  .site-nav {
    position: fixed; inset: var(--header-h) 0 auto; flex-direction: column; gap: 0;
    padding: 1rem var(--gutter) 2rem; background: var(--paper); color: var(--ink);
    box-shadow: 0 1px 0 var(--line), 0 24px 48px rgba(29, 28, 26, .12);
    visibility: hidden; opacity: 0; transform: translateY(-.5rem);
    transition: opacity .3s var(--ease), transform .3s var(--ease), visibility 0s linear .3s;
  }
  .site-nav.is-open { visibility: visible; opacity: 1; transform: none; transition: opacity .3s var(--ease), transform .3s var(--ease); }
  .site-nav a { min-height: 3.5rem; font-size: .8125rem; border-bottom: 1px solid var(--line); opacity: 1; }
  .site-nav a::after { display: none; }
  .site-header.is-menu { background: var(--paper); color: var(--ink); }
  .site-header.is-menu::before { opacity: 0; }
}

/* Hero */
.hero { position: relative; min-height: 100vh; min-height: 100svh; display: flex; align-items: flex-end; color: var(--on-night); background: var(--night); overflow: hidden; isolation: isolate; }
.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 62%; }
.hero__img { animation: hero-settle 2.6s var(--ease) both; }
@keyframes hero-settle { from { transform: scale(1.06); opacity: .001; } to { transform: none; opacity: 1; } }
.hero__shade { position: absolute; inset: 0; z-index: -1; background:
  linear-gradient(to right, rgba(12, 12, 11, .62) 0%, rgba(12, 12, 11, .38) 38%, rgba(12, 12, 11, 0) 68%),
  linear-gradient(to top, rgba(12, 12, 11, .82) 0%, rgba(12, 12, 11, .5) 36%, rgba(12, 12, 11, .08) 66%, rgba(12, 12, 11, .22) 100%); }
@media (max-width: 700px) {
  .hero__shade { background: linear-gradient(to top, rgba(12, 12, 11, .9) 0%, rgba(12, 12, 11, .78) 42%, rgba(12, 12, 11, .45) 66%, rgba(12, 12, 11, .12) 84%, rgba(12, 12, 11, .3) 100%); }
}
.hero__content { padding-top: calc(var(--header-h) + 3rem); padding-bottom: clamp(3rem, 8vh, 5.5rem); }
.hero__title { font-family: var(--serif); font-weight: 300; font-size: clamp(3.4rem, 10.5vw, 9.5rem); line-height: .92; letter-spacing: -.02em; margin: 0 0 1.5rem; text-wrap: balance; }
.hero__lead { font-family: var(--serif); font-size: clamp(1.35rem, 2.3vw, 1.9rem); line-height: 1.3; max-width: 36rem; color: #EFEBE3; text-wrap: pretty; }
.hero__facts { display: flex; flex-wrap: wrap; gap: .5rem 0; margin-top: 2rem; font-size: .75rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: #E6E0D6; }
.hero__facts li { display: inline-flex; align-items: baseline; gap: .35rem; }
.hero__facts li + li::before { content: ""; display: inline-block; width: 1.75rem; height: 1px; margin: 0 1rem; align-self: center; background: rgba(244, 241, 235, .45); }
.hero__fact-num { font-family: var(--serif); font-size: 1.05rem; letter-spacing: .02em; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2.25rem; }
.hero__openhome { display: flex; width: fit-content; max-width: 100%; flex-wrap: wrap; align-items: baseline; gap: .25rem .75rem; margin-top: 1.75rem; font-size: .9375rem; color: #EFEBE3; }
.hero__openhome-label { font-size: .6875rem; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; color: var(--bronze-soft); }
.hero__cue { position: absolute; right: var(--gutter); bottom: clamp(3rem, 8vh, 5.5rem); display: grid; place-items: center; width: 2.75rem; height: 3.5rem; color: rgba(244, 241, 235, .75); }
.hero__cue svg { width: 1.25rem; height: 2rem; fill: none; stroke: currentColor; stroke-width: 1.2; }
.hero__cue-dot { stroke-width: 1.6; stroke-linecap: round; animation: cue 2.4s var(--ease) infinite; }
@keyframes cue { 0% { transform: translateY(0); opacity: 0; } 30% { opacity: 1; } 80% { transform: translateY(8px); opacity: 0; } 100% { opacity: 0; } }
@media (max-width: 700px) {
  .hero__cue { display: none; }
  .hero__content { padding-top: calc(var(--header-h) + 1.5rem); padding-bottom: 2.25rem; }
  .hero__facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .6rem 1rem; margin-top: 1.5rem; }
  .hero__facts li + li::before { display: none; }
  .hero__actions { margin-top: 1.75rem; }
  .hero__actions .btn { flex: 1 1 auto; }
}
@media (max-aspect-ratio: 4/5) { .hero__img { object-position: 42% 60%; } }

/* Sections */
.section { padding-block: var(--section); position: relative; }
.section-head { margin-bottom: clamp(3rem, 6vw, 5rem); max-width: 56rem; }
.section-head--split { max-width: none; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 2rem clamp(2rem, 6vw, 6rem); align-items: end; }
.section-head__aside { color: var(--ink-2); max-width: 34rem; }
.section-head__aside p + p { margin-top: 1rem; }
@media (max-width: 900px) { .section-head--split { grid-template-columns: 1fr; } }

/* Overview */
.intro__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2.5rem, 7vw, 7rem); }
.intro__body > p + p { margin-top: 1.5rem; color: var(--ink-2); }
.intro__media { margin-top: clamp(2.5rem, 5vw, 4rem); overflow: hidden; aspect-ratio: 4 / 3; }
.intro__img { width: 100%; height: 100%; object-fit: cover; }
.facts { margin-top: 3rem; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.facts__item { padding: 1.25rem 1rem 1.25rem 0; border-bottom: 1px solid var(--line); }
.facts__item:nth-child(odd) { padding-right: 1.5rem; }
.facts__item:nth-child(even) { padding-left: 1.5rem; border-left: 1px solid var(--line); }
.facts dt { font-size: .6875rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.facts dd { font-family: var(--serif); font-size: 1.35rem; line-height: 1.3; margin-top: .35rem; }
@media (max-width: 900px) { .intro__grid { grid-template-columns: 1fr; } }
@media (max-width: 480px) {
  .facts { grid-template-columns: 1fr; }
  .facts__item:nth-child(n) { padding: 1.1rem 0; border-left: 0; }
}

/* Design story */
.design { background: var(--card); border-block: 1px solid var(--line); }
.story { display: grid; gap: clamp(4rem, 9vw, 8rem); }
.story__row { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.story__row--flip .story__media { order: 2; }
.story__media { overflow: hidden; aspect-ratio: 4 / 3; }
.story__img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.6s var(--ease); }
.story__row:hover .story__img { transform: scale(1.03); }
.story__kicker { font-size: .75rem; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; color: var(--bronze-text); margin-bottom: 1rem; }
.story__title { font-family: var(--serif); font-size: clamp(1.9rem, 3vw, 2.6rem); line-height: 1.1; margin-bottom: 1.25rem; text-wrap: balance; }
.story__text > p:last-child { color: var(--ink-2); max-width: 30rem; }
@media (max-width: 900px) {
  .story__row { grid-template-columns: 1fr; }
  .story__row--flip .story__media { order: 0; }
}

/* The five homes */
.homes__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.homes__plan { position: sticky; top: calc(var(--header-h) + 2rem); }
.homes__plan-btn { display: block; width: 100%; padding: 0; border: 0; background: none; cursor: zoom-in; overflow: hidden; }
.homes__plan-img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; transition: transform 1.2s var(--ease); }
.homes__plan-btn:hover .homes__plan-img { transform: scale(1.02); }
.homes__plan figcaption { margin-top: 1rem; font-size: .875rem; color: var(--muted); }
.lots { border-top: 1px solid var(--line); counter-reset: lot; }
.lot { display: grid; grid-template-columns: 4.5rem minmax(0, 1fr); gap: .25rem 1.5rem; padding: 1.75rem 0; border-bottom: 1px solid var(--line); }
.lot__num { font-family: var(--serif); font-size: 2.6rem; line-height: 1; color: var(--bronze); display: flex; flex-direction: column; }
.lot__word { font-family: var(--sans); font-size: .625rem; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); margin-bottom: .45rem; }
.lot__title { font-family: var(--serif); font-size: 1.6rem; line-height: 1.15; margin-bottom: .5rem; }
.lot__note { color: var(--ink-2); font-size: 1rem; }
.lot__meta { display: flex; flex-wrap: wrap; gap: .35rem 1.25rem; margin-top: .9rem; font-size: .75rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.lot__link { grid-column: 2; justify-self: start; display: inline-flex; align-items: center; gap: .4rem; min-height: 2.75rem; margin-top: .25rem; font-size: .8125rem; font-weight: 500; letter-spacing: .08em; }
.lot__link .icon { width: .9rem; height: .9rem; }
@media (max-width: 1000px) {
  .homes__grid { grid-template-columns: 1fr; }
  .homes__plan { position: static; }
}

/* Gallery */
.gallery { padding-top: 0; }
.gallery__filters { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 2rem; }
.chip { display: inline-flex; align-items: center; gap: .5rem; min-height: 2.75rem; padding: 0 1.1rem; border: 1px solid var(--line-strong); border-radius: 999px; background: transparent; font-size: .75rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; cursor: pointer; transition: background-color .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease); }
.chip:hover { border-color: var(--ink); }
.chip[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.chip__count { font-family: var(--serif); font-size: .95rem; letter-spacing: 0; opacity: .7; }
.gallery__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(.5rem, 1vw, .9rem); }
.gallery__item:first-child { grid-column: span 2; grid-row: span 2; }
.gallery__btn { display: block; width: 100%; height: 100%; padding: 0; border: 0; background: none; cursor: zoom-in; overflow: hidden; position: relative; }
.gallery__btn::after { content: ""; position: absolute; inset: 0; background: rgba(29, 28, 26, 0); transition: background-color .5s var(--ease); }
.gallery__btn:hover::after { background: rgba(29, 28, 26, .08); }
.gallery__img { width: 100%; height: 100%; aspect-ratio: 3 / 2; object-fit: cover; transition: transform 1.4s var(--ease); }
.gallery__btn:hover .gallery__img { transform: scale(1.035); }
.js .gallery.is-collapsed .gallery__item.is-extra { display: none; }
@media (max-width: 1100px) { .js .gallery.is-collapsed .gallery__item:nth-child(12) { display: none; } }
.gallery__more { display: flex; justify-content: center; margin-top: 2.5rem; }
.gallery.is-filtered .gallery__item:first-child { grid-column: auto; grid-row: auto; }
@media (max-width: 1100px) { .gallery__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 700px) { .gallery__item:first-child { grid-row: auto; } }

/* Lightbox */
.lightbox { width: 100vw; height: 100vh; height: 100dvh; max-width: none; max-height: none; margin: 0; padding: 0; border: 0; background: #0E0D0C; color: var(--on-night); overflow: hidden; }
.lightbox::backdrop { background: #0E0D0C; }
.lightbox[open] { display: grid; grid-template-rows: minmax(0, 1fr) auto; animation: fade .35s var(--ease); }
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }
.lightbox__stage { position: relative; display: grid; place-items: center; padding: 4.5rem clamp(1rem, 7vw, 6rem) 0; touch-action: pan-y; }
.lightbox__stage img { max-width: 100%; max-height: calc(100dvh - 9rem); width: auto; height: auto; object-fit: contain; animation: fade .4s var(--ease); background: transparent; }
.lightbox__caption { padding: 1.1rem clamp(1rem, 7vw, 6rem) 1.5rem; font-family: var(--serif); font-size: 1.15rem; color: #E9E4DA; max-width: 60rem; }
.lightbox__count { position: absolute; left: clamp(1rem, 3vw, 2rem); top: 1.35rem; font-size: .75rem; font-weight: 500; letter-spacing: .2em; color: var(--on-night-2); }
.lightbox__btn { position: absolute; display: grid; place-items: center; width: 3rem; height: 3rem; border: 1px solid rgba(244, 241, 235, .28); border-radius: 50%; background: rgba(14, 13, 12, .55); color: var(--on-night); cursor: pointer; transition: background-color .3s var(--ease), border-color .3s var(--ease); }
.lightbox__btn:hover { background: rgba(244, 241, 235, .12); border-color: rgba(244, 241, 235, .6); }
.lightbox__btn svg { width: 1.2rem; height: 1.2rem; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.lightbox__close { right: clamp(.75rem, 3vw, 2rem); top: .75rem; }
.lightbox__prev { left: clamp(.75rem, 2vw, 1.5rem); top: 50%; transform: translateY(-50%); }
.lightbox__next { right: clamp(.75rem, 2vw, 1.5rem); top: 50%; transform: translateY(-50%); }
@media (max-width: 700px) {
  .lightbox__prev, .lightbox__next { top: auto; bottom: 1rem; transform: none; }
  .lightbox__prev { left: auto; right: 4.5rem; }
  .lightbox__caption { padding-right: 9rem; min-height: 5rem; }
}

/* Film */
.film { background: var(--night); color: var(--on-night); }
.film__grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.film__lede { margin-top: 1.75rem; font-family: var(--serif); font-size: clamp(1.4rem, 2vw, 1.75rem); line-height: 1.35; color: #E9E4DA; max-width: 32rem; }
.film__frame { position: relative; width: min(22.5rem, 78vw); aspect-ratio: 9 / 16; background: #000; border-radius: 1.75rem; overflow: hidden; box-shadow: 0 0 0 1px rgba(244, 241, 235, .12), 0 40px 80px rgba(0, 0, 0, .45); justify-self: end; }
.film__poster { position: absolute; inset: 0; display: block; width: 100%; height: 100%; padding: 0; border: 0; background: none; cursor: pointer; }
.film__img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease), filter .6s var(--ease); }
.film__poster:hover .film__img { transform: scale(1.03); filter: brightness(.92); }
.film__play { position: absolute; left: 50%; bottom: 1.5rem; display: inline-flex; align-items: center; gap: .65rem; min-height: 3rem; padding: 0 1.3rem 0 1rem; transform: translateX(-50%); border-radius: 999px; background: rgba(244, 241, 235, .94); color: var(--ink); font-size: .75rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; white-space: nowrap; box-shadow: 0 12px 30px rgba(0, 0, 0, .3); transition: background-color .4s var(--ease); }
.film__play svg { width: 1.1rem; height: 1.1rem; fill: currentColor; }
.film__poster:hover .film__play { background: #fff; }
.film__length { font-family: var(--serif); font-size: 1rem; letter-spacing: 0; color: var(--muted); }
.film__iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
@media (max-width: 900px) {
  .film__grid { grid-template-columns: 1fr; }
  .film__frame { justify-self: center; }
}

/* Floor plans */
.plans__tabs { display: inline-flex; gap: .5rem; margin-bottom: 2rem; flex-wrap: wrap; }
.tab { display: inline-flex; align-items: baseline; gap: .6rem; min-height: 2.75rem; padding: .55rem 1.2rem; border: 1px solid var(--line-strong); border-radius: 999px; background: transparent; font-size: .8125rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; cursor: pointer; }
.tab[aria-selected="true"] { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.tab__meta { font-family: var(--serif); font-size: 1rem; letter-spacing: 0; text-transform: none; opacity: .75; }
.plan { background: var(--card); border: 1px solid var(--line); padding: clamp(1rem, 3vw, 2.5rem); }
.plan__btn { display: block; width: 100%; padding: 0; border: 0; background: none; cursor: zoom-in; }
.plan__img { width: auto; max-width: 100%; max-height: 78vh; margin-inline: auto; background: none; }
.plan__caption { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1.25rem; padding-top: 1.25rem; border-top: 1px solid var(--line); font-size: .875rem; color: var(--ink-2); }
.plan__north { position: relative; display: grid; place-items: center; flex: none; width: 2.5rem; height: 2.5rem; margin: .5rem; border: 1px solid var(--line-strong); border-radius: 50%; font-family: var(--serif); font-size: .95rem; color: var(--ink); }
.plan__north::before { content: ""; position: absolute; left: 50%; top: 50%; border-left: .3rem solid transparent; border-right: .3rem solid transparent; border-bottom: .5rem solid var(--bronze); transform: translate(-50%, -50%) rotate(var(--north, 0deg)) translateY(-1.65rem); }
.plan__north--w { --north: -90deg; }
.plan__north--s { --north: 180deg; }

/* Location */
.location { background: var(--card); border-block: 1px solid var(--line); }
.stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-block: 1px solid var(--line); margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.stats__item { padding: 1.5rem 1.5rem 1.5rem 0; }
.stats__item + .stats__item { padding-left: 1.5rem; border-left: 1px solid var(--line); }
.stats dt { font-size: .6875rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.stats dd { margin-top: .4rem; font-size: .9375rem; color: var(--ink-2); }
.stats__num { font-family: var(--serif); font-size: 2.6rem; line-height: 1; color: var(--ink); margin-right: .2rem; }
@media (max-width: 900px) {
  .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stats__item:nth-child(3) { padding-left: 0; border-left: 0; }
  .stats__item:nth-child(n + 3) { border-top: 1px solid var(--line); }
}
.location__grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
.map { position: sticky; top: calc(var(--header-h) + 1.5rem); }
.seg { display: inline-flex; padding: .25rem; border: 1px solid var(--line-strong); border-radius: 999px; margin-bottom: 1rem; background: var(--paper); }
.seg__btn { min-height: 2.75rem; padding: 0 1.2rem; border: 0; border-radius: 999px; background: transparent; font-size: .75rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; cursor: pointer; }
.seg__btn[aria-pressed="true"] { background: var(--ink); color: var(--paper); }
.map__canvas { position: relative; aspect-ratio: 1; overflow: hidden; border: 1px solid var(--line); background: #ECE7DE; }
.map__base { position: absolute; inset: 0; width: 100%; height: 100%; visibility: hidden; opacity: 0; transition: opacity .6s var(--ease), visibility 0s linear .6s; }
.map__labels li, .map__pins li { visibility: hidden; opacity: 0; transition: opacity .5s var(--ease), visibility 0s linear .5s; }
.map__label { position: absolute; transform: translate(-50%, -50%); font-size: .625rem; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; color: #57534C; white-space: nowrap; pointer-events: none; }
.map__label--water { font-family: var(--serif); font-size: .95rem; font-style: italic; letter-spacing: .04em; text-transform: none; color: #3F5558; }
@media (max-width: 600px) { .map__label--minor { display: none; } }
.pin { position: absolute; width: 0; height: 0; z-index: 1; }
.pin__dot { position: absolute; left: -.34rem; top: -.34rem; width: .68rem; height: .68rem; border-radius: 50%; background: var(--ink-2); box-shadow: 0 0 0 2px var(--card); transition: transform .35s var(--ease), background-color .35s var(--ease); }
.pin--school .pin__dot { background: var(--ink); border-radius: 2px; transform: rotate(45deg); }
.pin__label { position: absolute; left: 50%; bottom: .75rem; transform: translate(-50%, .25rem); padding: .35rem .6rem; background: var(--ink); color: var(--paper); font-size: .75rem; font-weight: 500; letter-spacing: .04em; white-space: nowrap; border-radius: var(--radius); opacity: 0; pointer-events: none; transition: opacity .3s var(--ease), transform .3s var(--ease); }
.pin.is-active { z-index: 3; }
.pin.is-active .pin__dot { transform: scale(1.6); background: var(--bronze); }
.pin--school.is-active .pin__dot { transform: rotate(45deg) scale(1.6); }
.pin.is-active .pin__label { opacity: 1; transform: translate(-50%, 0); }
.pin--home { z-index: 2; }
.pin--home .pin__dot { left: -.7rem; top: -.7rem; width: 1.4rem; height: 1.4rem; background: var(--bronze); box-shadow: 0 0 0 3px var(--card), 0 6px 16px rgba(29, 28, 26, .25); }
.pin--home .pin__dot::after { content: ""; position: absolute; inset: -.6rem; border-radius: 50%; border: 1px solid var(--bronze); opacity: 0; animation: ping 2.8s var(--ease) infinite; }
@keyframes ping { 0% { transform: scale(.5); opacity: .9; } 100% { transform: scale(1.6); opacity: 0; } }
.pin--home .pin__label { opacity: 1; transform: translate(-50%, 0); bottom: 1.2rem; background: var(--bronze-text); }
.map__legend { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; margin-top: 1rem; font-size: .8125rem; color: var(--muted); }
.legend { display: inline-flex; align-items: center; gap: .5rem; }
.legend::before { content: ""; width: .6rem; height: .6rem; border-radius: 50%; background: var(--ink-2); }
.legend--home::before { width: .8rem; height: .8rem; background: var(--bronze); }
.legend--school::before { border-radius: 1px; transform: rotate(45deg); background: var(--ink); }
.places__group + .places__group { margin-top: 2.5rem; }
.places__title { font-size: .75rem; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; color: var(--bronze-text); padding-bottom: .9rem; border-bottom: 1px solid var(--line); }
.place { border-bottom: 1px solid var(--line); }
.place__btn { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .15rem 1.5rem; width: 100%; padding: 1rem .25rem; border: 0; background: none; text-align: left; cursor: pointer; transition: background-color .3s var(--ease); }
button.place__btn:hover, button.place__btn.is-active { background: rgba(143, 107, 62, .07); }
.place__btn--static { cursor: default; }
.place__name { grid-column: 1; font-family: var(--serif); font-size: 1.3rem; line-height: 1.25; }
.place__note { grid-column: 1; font-size: .9375rem; line-height: 1.55; color: var(--ink-2); }
.place__time { grid-column: 2; grid-row: 1 / span 2; text-align: right; display: flex; flex-direction: column; align-items: flex-end; }
.place__min { font-size: .9375rem; font-weight: 500; white-space: nowrap; }
.place__km { font-size: .8125rem; color: var(--muted); white-space: nowrap; }
@media (max-width: 1000px) {
  .location__grid { grid-template-columns: 1fr; }
  .map { position: relative; top: 0; }
}

/* Schools */
.schools__list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--ink); }
.school { display: flex; flex-direction: column; padding: 2rem 1.75rem 2rem 0; border-bottom: 1px solid var(--line); }
.school + .school { padding-left: 1.75rem; border-left: 1px solid var(--line); }
.school__years { font-size: .6875rem; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; color: var(--bronze-text); }
.school__name { font-family: var(--serif); font-size: 1.75rem; line-height: 1.12; margin: .75rem 0 .6rem; text-wrap: balance; }
.school__type { font-size: .875rem; color: var(--muted); }
.school__note { margin-top: 1rem; font-size: .9375rem; line-height: 1.6; color: var(--ink-2); }
.school__distance { margin-top: auto; padding-top: 1.5rem; display: flex; flex-direction: column; }
.school__min { font-family: var(--serif); font-size: 1.5rem; line-height: 1.2; }
.school__km { font-size: .8125rem; color: var(--muted); }
.school__link { display: inline-flex; align-items: center; gap: .4rem; min-height: 2.75rem; margin-top: .75rem; font-size: .8125rem; font-weight: 500; letter-spacing: .08em; }
.school__link .icon { width: .9rem; height: .9rem; }
.nearby { margin-top: clamp(3rem, 6vw, 4.5rem); display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 3fr); gap: 1.5rem clamp(2rem, 5vw, 5rem); }
.nearby__title { font-family: var(--serif); font-size: 1.75rem; line-height: 1.15; }
.nearby__list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem 2rem; }
.nearby__name { font-weight: 500; display: flex; flex-wrap: wrap; gap: .25rem .75rem; align-items: baseline; }
.nearby__dist { font-size: .8125rem; font-weight: 400; color: var(--muted); }
.nearby__detail { margin-top: .4rem; font-size: .9375rem; color: var(--ink-2); line-height: 1.6; }
@media (max-width: 1100px) {
  .schools__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .school:nth-child(3) { padding-left: 0; border-left: 0; }
  .nearby { grid-template-columns: 1fr; }
}
@media (max-width: 800px) { .nearby__list { grid-template-columns: 1fr; } }
@media (max-width: 620px) {
  .schools__list { grid-template-columns: 1fr; }
  .school:nth-child(n) { padding-left: 0; padding-right: 0; border-left: 0; }
}

/* Around you */
.around__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; border-top: 1px solid var(--ink); }
.spot { display: flex; flex-direction: column; padding: 2rem 1.75rem 2.25rem 0; border-bottom: 1px solid var(--line); }
.spot:not(:nth-child(4n + 1)) { padding-left: 1.75rem; border-left: 1px solid var(--line); }
.spot__num { font-family: var(--serif); font-size: 1rem; color: var(--bronze-text); }
.spot__kind { margin-top: 1.25rem; font-size: .6875rem; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); }
.spot__title { font-family: var(--serif); font-size: 1.65rem; line-height: 1.15; margin: .5rem 0 .75rem; text-wrap: balance; }
.spot__text { font-size: .9375rem; line-height: 1.6; color: var(--ink-2); }
.spot__time { margin-top: auto; padding-top: 1.25rem; font-size: .875rem; font-weight: 500; }
.spot__km { font-weight: 400; color: var(--muted); }
@media (max-width: 1100px) {
  .around__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .spot:nth-child(n) { padding-left: 0; border-left: 0; }
  .spot:nth-child(even) { padding-left: 1.75rem; border-left: 1px solid var(--line); }
}
@media (max-width: 620px) {
  .around__grid { grid-template-columns: 1fr; }
  .spot:nth-child(n) { padding-left: 0; padding-right: 0; border-left: 0; }
}

/* Visit */
.visit { background: var(--paper-2); }
.visit__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: clamp(2.5rem, 6vw, 6rem); align-items: start; }
.visit__text .lede { margin-top: 1.75rem; max-width: 30rem; }
.visit__cards { display: grid; gap: 1rem; }
@media (max-width: 900px) { .visit__grid { grid-template-columns: 1fr; } }
.visit-card { background: var(--card); border: 1px solid var(--line); padding: clamp(1.5rem, 3vw, 2.25rem); }
.visit-card__label { font-size: .6875rem; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; color: var(--bronze-text); }
.visit-card__when { margin-top: .75rem; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.4rem); line-height: 1.1; }
.visit-card__time { margin-top: .35rem; font-size: 1.0625rem; font-weight: 500; }
.visit-card__note { margin-top: .75rem; color: var(--ink-2); font-size: .9375rem; }
.visit-card__actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }
.visit-none { color: var(--ink-2); }
.directions { display: inline-flex; align-items: center; gap: .6rem; min-height: 2.75rem; font-size: .875rem; font-weight: 500; justify-self: start; }

/* Agent */
.agent { background: var(--night); color: var(--on-night); }
.agent__grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(2.5rem, 7vw, 7rem); align-items: center; }
.agent__portrait { overflow: hidden; max-width: 28rem; aspect-ratio: 3 / 4; }
.agent__img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; }
.agent__role { margin-top: 1rem; font-size: .8125rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--on-night-2); }
.agent__lede { margin-top: 1.75rem; font-family: var(--serif); font-size: clamp(1.35rem, 2vw, 1.65rem); line-height: 1.4; color: #E9E4DA; max-width: 34rem; }
.agent__actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.agent__links { display: flex; flex-wrap: wrap; gap: .25rem 1.75rem; margin-top: 1.5rem; font-size: .875rem; color: var(--on-night-2); }
.agent__links a { display: inline-flex; align-items: center; min-height: 2.75rem; color: var(--on-night); }
.agent__office { display: inline-flex; align-items: center; min-height: 2.75rem; }
.quotes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid rgba(244, 241, 235, .16); }
.quote blockquote p { font-family: var(--serif); font-style: italic; font-size: 1.2rem; line-height: 1.45; color: #E9E4DA; }
.quote figcaption { margin-top: .75rem; font-size: .75rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--on-night-2); }
.agent__source { margin-top: 1.5rem; font-size: .75rem; color: #9C958A; }
@media (max-width: 1000px) {
  .agent__grid { grid-template-columns: 1fr; }
  .agent__portrait { max-width: 22rem; }
  .quotes { grid-template-columns: 1fr; }
}

/* Footer */
.site-footer { background: var(--night-2); color: var(--on-night-2); padding-block: clamp(3.5rem, 7vw, 5.5rem) 2.5rem; font-size: .875rem; }
.site-footer a { color: var(--on-night); }
.site-footer__inner { display: grid; gap: 2.5rem; }
.wordmark--footer { color: var(--on-night); }
.wordmark--footer .wordmark__name { font-size: 2rem; }
.site-footer__sale { margin-top: .75rem; }
.site-footer__cols { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; padding-block: 2rem; border-block: 1px solid rgba(244, 241, 235, .12); }
.site-footer__cols p { line-height: 1.75; }
.site-footer__cols a { display: inline-flex; align-items: center; min-height: 2.75rem; }
.site-footer__label { font-size: .6875rem; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; color: #9C958A; margin-bottom: .5rem; }
.site-footer__legal { display: grid; gap: .75rem; font-size: .75rem; line-height: 1.7; color: #A39C91; max-width: 60rem; }
.site-footer__version { color: #9A9387; }
.site-footer .link-button { color: var(--on-night); }
@media (max-width: 800px) { .site-footer__cols { grid-template-columns: 1fr; gap: 1.5rem; } }

/* Mobile action bar */
.action-bar { display: none; }
@media (max-width: 700px) {
  .action-bar {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 30;
    display: grid; grid-template-columns: 1fr 1fr; gap: .6rem;
    padding: .75rem var(--gutter) calc(.75rem + env(safe-area-inset-bottom));
    background: rgba(244, 241, 235, .94); box-shadow: 0 -1px 0 var(--line);
    -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
    transform: translateY(110%); transition: transform .45s var(--ease);
  }
  .action-bar.is-shown { transform: none; }
  .action-bar__btn { min-height: 3rem; padding-inline: .75rem; }
  body { padding-bottom: calc(4.5rem + env(safe-area-inset-bottom)); }
}

/* Toast */
.toast { position: fixed; left: 50%; bottom: 1.5rem; z-index: 60; transform: translate(-50%, 1rem); padding: .8rem 1.2rem; background: var(--ink); color: var(--paper); font-size: .875rem; border-radius: var(--radius); opacity: 0; pointer-events: none; transition: opacity .3s var(--ease), transform .3s var(--ease); }
.toast.is-shown { opacity: 1; transform: translate(-50%, 0); }
@media (max-width: 700px) { .toast { bottom: calc(5.5rem + env(safe-area-inset-bottom)); } }

/* Reveal on scroll (only when JavaScript runs; content is visible without it) */
.js .reveal { opacity: 0; transform: translateY(1.75rem); transition: opacity 1s var(--ease), transform 1.2s var(--ease); }
.js .reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-delay: 0s !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; transition-delay: 0s !important; }
  .js .reveal { opacity: 1; transform: none; }
}

@media print {
  .site-header, .action-bar, .hero__cue, .gallery__filters, .gallery__more, .film, .lightbox, .toast, .seg { display: none !important; }
  .hero { min-height: 0; color: var(--ink); background: none; }
  .hero__media, .hero__shade { position: static; }
  .js .reveal { opacity: 1; transform: none; }
  .js .gallery.is-collapsed .gallery__item.is-extra { display: block; }
}

/* 404 */
.lost__main { min-height: 100vh; min-height: 100svh; display: flex; align-items: center; padding-block: 4rem; }
.lost__lede { margin-top: 1.5rem; }
.lost__actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2.5rem; }

/* Short landscape screens (phones on their side): a smaller headline so the
   essentials share the first screen. */
@media (max-height: 520px) and (min-width: 600px) {
  .hero__content { padding-top: calc(var(--header-h) + 1rem); padding-bottom: 1.75rem; }
  .hero__title { font-size: clamp(2.8rem, 7vw, 4.6rem); margin-bottom: .9rem; }
  .hero__lead { font-size: 1.2rem; }
  .hero__facts { margin-top: 1.1rem; }
  .hero__actions { margin-top: 1.25rem; }
  .hero__openhome { margin-top: 1rem; }
  .hero__cue { display: none; }
}

/* Generated by scripts/build.mjs */
.tone-twilight-row{background-color:#acadac}
.tone-lot1-dusk{background-color:#9f9fa3}
.tone-fronts-twilight{background-color:#999895}
.tone-lot5-twilight{background-color:#9ea0a4}
.tone-street-dusk{background-color:#a1a19c}
.tone-street-day{background-color:#b3baba}
.tone-street-along{background-color:#aeb2ae}
.tone-lot1-day{background-color:#b0b6ba}
.tone-deck{background-color:#a9aaa6}
.tone-drive-day{background-color:#aab2b9}
.tone-drive-dusk{background-color:#9e9da9}
.tone-drive-dusk-2{background-color:#b0aeb1}
.tone-drive-entrance{background-color:#a2a5a6}
.tone-aerial-day{background-color:#a8aaa8}
.tone-lots-labelled{background-color:#95969d}
.tone-aerial-labelled{background-color:#7f7f7f}
.tone-aerial-boundary{background-color:#979999}
.tone-living-open-plan{background-color:#c3bdb5}
.tone-living-afternoon{background-color:#aaa295}
.tone-living-chaise{background-color:#a89e91}
.tone-dining-garden{background-color:#a99f93}
.tone-dining-kitchen{background-color:#bdbbb7}
.tone-living-entry{background-color:#c5c2be}
.tone-living-lounge{background-color:#c2bdb8}
.tone-living-long-view{background-color:#c7c0b5}
.tone-living-bright{background-color:#c8c0b6}
.tone-stair-pendant{background-color:#b0a38f}
.tone-kitchen-island{background-color:#c2bdb7}
.tone-kitchen-gas{background-color:#a79d8c}
.tone-kitchen-galley{background-color:#c7c1b9}
.tone-kitchen-appliances{background-color:#bab4aa}
.tone-bedroom-main{background-color:#cbcac9}
.tone-bedroom-warm{background-color:#aba398}
.tone-bedroom-tufted{background-color:#c2c1bd}
.tone-bedroom-lamp{background-color:#bdbcb9}
.tone-bedroom-windows{background-color:#c0c1c0}
.tone-bedroom-sage{background-color:#bfc0bf}
.tone-bedroom-prints{background-color:#bcbdbd}
.tone-bedroom-green{background-color:#c3c0b9}
.tone-bedroom-navy{background-color:#c2c1be}
.tone-bathroom-rail{background-color:#bbbab5}
.tone-bathroom-vanity{background-color:#c3bfb7}
.tone-bathroom-frameless{background-color:#c6c4be}
.tone-ensuite-round{background-color:#9a9893}
.tone-bathroom-shower{background-color:#c2c1bf}
.tone-plan-lot1{background-color:#eae7e1}
.tone-plan-lot4{background-color:#eae7e2}
.tone-justin-shen{background-color:#a59a94}
.tone-film-poster{background-color:#a7a69d}
.map[data-view="local"] .p-home{left:45.44%;top:50.5%}
.map[data-view="area"] .p-home{left:43.12%;top:56.82%}
.map[data-view="local"] .p-phs{left:37.5%;top:50.17%}
.map[data-view="local"] .p-pi{left:25.65%;top:46.81%}
.map[data-view="local"] .p-edgewater{left:22.42%;top:66.96%}
.map[data-view="area"] .p-edgewater{left:35.22%;top:62.47%}
.map[data-view="local"] .p-stk{left:22.98%;top:35.99%}
.map[data-view="local"] .p-plaza{left:16.05%;top:42.84%}
.map[data-view="area"] .p-plaza{left:33.03%;top:54.19%}
.map[data-view="local"] .p-library{left:18.28%;top:43.98%}
.map[data-view="local"] .p-highland{left:84.74%;top:10.91%}
.map[data-view="area"] .p-highland{left:56.61%;top:43.23%}
.map[data-view="local"] .p-tend{left:18.8%;top:51.4%}
.map[data-view="local"] .p-reeves-park{left:39.92%;top:48.06%}
.map[data-view="local"] .p-gossamer-park{left:51.49%;top:48.48%}
.map[data-view="local"] .p-riverhills-park{left:46.79%;top:66.38%}
.map[data-view="local"] .p-lloyd-elsmore{left:72.37%;top:28.68%}
.map[data-view="area"] .p-lloyd-elsmore{left:52.37%;top:49.33%}
.map[data-view="local"] .p-rotary{left:11.95%;top:36.97%}
.map[data-view="local"] .p-golf{left:85.96%;top:54.41%}
.map[data-view="local"] .p-koata{left:44.26%;top:70.94%}
.map[data-view="local"] .p-village{left:77.52%;top:30.59%}
.map[data-view="area"] .p-village{left:54.13%;top:49.98%}
.map[data-view="local"] .p-tetuhi{left:19.19%;top:45.78%}
.map[data-view="area"] .p-sancta{left:55.23%;top:91.84%}
.map[data-view="area"] .p-botany{left:60.91%;top:71.22%}
.map[data-view="area"] .p-sylvia{left:13.08%;top:56.49%}
.map[data-view="area"] .p-eastcare{left:60.98%;top:62.45%}
.map[data-view="area"] .p-panmure{left:18.23%;top:42.41%}
.map[data-view="area"] .p-ferry{left:48.8%;top:27.19%}
.map[data-view="area"] .p-ohuiarangi{left:54.33%;top:34.47%}
.map[data-view="area"] .p-halfmoon{left:52.53%;top:26.26%}
.map[data-view="area"] .p-eastern{left:61.65%;top:21.81%}
.map[data-view="area"] .p-bucklands{left:53.48%;top:16.12%}
.map[data-view="area"] .p-howick{left:72.56%;top:38.42%}
.map[data-view="area"] .p-mangemangeroa{left:76.21%;top:59.19%}
.ml-0-local{left:26.01%;top:56.78%}
.ml-1-local{left:48.07%;top:29.92%}
.ml-2-local{left:63.93%;top:80.01%}
.ml-3-local{left:42.07%;top:12.49%}
.ml-4-local{left:84.05%;top:72.02%}
.ml-5-local{left:79.99%;top:5.96%}
.ml-6-local{left:14.01%;top:21.93%}
.ml-7-local{left:26.98%;top:77.11%}
.ml-8-area{left:52.99%;top:8.97%}
.ml-9-area{left:41.03%;top:24%}
.ml-10-area{left:73.98%;top:32.97%}
.ml-11-area{left:84.01%;top:44.02%}
.ml-12-area{left:66.01%;top:51.99%}
.ml-13-area{left:69.99%;top:76.01%}
.ml-14-area{left:39.97%;top:78%}
.ml-15-area{left:69.99%;top:87.98%}
.ml-16-area{left:14%;top:35.96%}
.ml-17-area{left:32%;top:10.47%}
.ml-18-area{left:44.02%;top:39.04%}
.ml-19-area{left:37.05%;top:33.97%}
.ml-20-area{left:84.01%;top:18.02%}
.map[data-view="local"] .in-local{visibility:visible;opacity:1;transition:opacity .5s cubic-bezier(.22,.7,.18,1)}
.map[data-view="area"] .in-area{visibility:visible;opacity:1;transition:opacity .5s cubic-bezier(.22,.7,.18,1)}
