@font-face {
   font-family: Geist;
   font-style: normal;
   font-weight: 100 900;
   font-display: swap;
   src: url('fonts/fef07dbb0973bf53-s.12tyk43_3sh9u.woff2') format('woff2');
   unicode-range: U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}


@font-face {
   font-family: Geist;
   font-style: normal;
   font-weight: 100 900;
   font-display: swap;
   src: url('fonts/8a480f0b521d4e75-s.0jzbimsg8vl84.woff2') format('woff2');
   unicode-range: U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116;
}


@font-face {
   font-family: Geist;
   font-style: normal;
   font-weight: 100 900;
   font-display: swap;
   src: url('fonts/53b9e256198e5412-s.0-wfv7uh4i7h9.woff2') format('woff2');
   unicode-range: U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB;
}


@font-face {
   font-family: Geist;
   font-style: normal;
   font-weight: 100 900;
   font-display: swap;
   src: url('fonts/7178b3e590c64307-s.0nx0ww8fni_q3.woff2') format('woff2');
   unicode-range: U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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: Geist;
   font-style: normal;
   font-weight: 100 900;
   font-display: swap;
   src: url('fonts/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2') format('woff2');
   unicode-range: U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}


@font-face {
   font-family: 'Geist Fallback';
   src: local(Arial);
   ascent-override: 95.94%;
   descent-override: 28.16%;
   line-gap-override: 0%;
   size-adjust: 104.76%;
}


:root {
   --font-geist-sans: 'Geist', 'Geist Fallback';
   --font-sans: var(--font-geist-sans);
}



@import 'tailwindcss';

:root {
  --ink:#17382d;
  --forest:#234f3f;
  --moss:#748a6b;
  --cream:#f3efe4;
  --paper:#fbf9f3;
  --rust:#b86141;
  --line:#cfd3c4
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth
}

body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--font-geist-sans),Arial,sans-serif
}

a {
  color:inherit;
  text-decoration:none
}

.site-header {
  height:92px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 max(24px, calc((100vw - 1180px)/2));
  border-bottom:1px solid rgba(35,79,63,.18);
  background:rgba(251,249,243,.94);
  position:sticky;
  top:0;
  z-index:20;
  backdrop-filter:blur(12px)
}

.brand {
  display:flex;
  align-items:center;
  gap:12px;
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
  line-height:1.05;
  text-transform:uppercase
}

.brand em {
  font-family:Georgia,serif;
  font-size:13px;
  text-transform:none;
  font-weight:400;
  letter-spacing:.02em
}

.brand-mark {
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border:1px solid var(--forest);
  border-radius:50%;
  font-family:Georgia,serif;
  font-size:14px
}

.nav {
  display:flex;
  gap:clamp(12px,1.7vw,28px);
  align-items:center;
  font-size:13px
}

.nav a {
  padding:12px 0;
  border-bottom:1px solid transparent
}

.nav a:hover {
  border-color:var(--forest)
}

.portal-link {
  background:var(--forest);
  color:white!important;
  padding:12px 18px!important;
  border:0!important
}

.menu-button {
  display:none;
  border:1px solid var(--forest);
  background:none;
  padding:9px 13px;
  color:var(--forest)
}

.hero {
  min-height:650px;
  display:grid;
  grid-template-columns:52% 48%;
  overflow:hidden;
  background:var(--cream);
  border-bottom:1px solid var(--line)
}

.hero-copy {
  padding:clamp(70px,9vw,130px) 0 clamp(70px,9vw,130px) max(24px, calc((100vw - 1180px)/2));
  position:relative;
  z-index:2
}

.eyebrow {
  text-transform:uppercase;
  letter-spacing:.17em;
  font-size:11px;
  font-weight:700;
  color:var(--rust);
  margin:0 0 26px
}

h1,h2 {
  font-family:Georgia,serif;
  font-weight:400;
  letter-spacing:-.005em;
  margin:0;
  line-height:.95
}

h1 {
  font-size:clamp(76px,10vw,148px)
}

h1 i,h2 i {
  color:var(--rust);
  font-weight:400
}

.hero-intro {
  max-width:470px;
  margin:40px 0;
  font:22px/1.5 Georgia,serif
}

.hero-actions {
  display:flex;
  align-items:center;
  gap:30px;
  flex-wrap:wrap
}

.button {
  display:inline-flex;
  justify-content:space-between;
  gap:28px;
  padding:18px 22px;
  min-width:218px;
  font-size:13px;
  font-weight:650
}

.button.primary {
  background:var(--forest);
  color:white
}

.text-link {
  font-size:13px;
  border-bottom:1px solid var(--forest);
  padding:8px 0
}

.architecture {
  position:relative;
  background:var(--moss);
  overflow:hidden
}

.architecture:after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,rgba(255,255,255,.14),transparent 45%)
}

.sun {
  position:absolute;
  width:340px;
  height:340px;
  border-radius:50%;
  border:1px solid rgba(243,239,228,.55);
  top:70px;
  left:80px
}

.building-shape {
  position:absolute;
  bottom:70px;
  background:#e7e0cf;
  box-shadow:inset 0 0 0 1px rgba(23,56,45,.35);
  display:grid;
  padding:28px;
  gap:18px;
  z-index:2
}

.building-shape span {
  background:var(--forest);
  opacity:.7
}

.building-shape.one {
  width:230px;
  height:390px;
  left:12%;
  grid-template-columns:1fr 1fr;
  transform:skewY(-4deg)
}

.building-shape.two {
  width:280px;
  height:480px;
  right:-30px;
  grid-template-columns:1fr 1fr;
  transform:skewY(3deg);
  background:#d9d1bf
}

.garden-line {
  position:absolute;
  left:-10%;
  right:-10%;
  bottom:-160px;
  height:330px;
  border-radius:50%;
  background:var(--forest);
  z-index:4
}

.quick-strip {
  display:grid;
  grid-template-columns:1.1fr repeat(4,1fr);
  background:var(--forest);
  color:white;
  padding:0 clamp(24px,5vw,80px)
}

.quick-strip>p {
  margin:0;
  display:flex;
  align-items:center;
  font:italic 22px Georgia,serif;
  border-right:1px solid rgba(255,255,255,.18)
}

.quick-strip>a {
  padding:26px 20px;
  border-right:1px solid rgba(255,255,255,.18);
  display:flex;
  align-items:center;
  gap:14px;
  transition:background .2s
}

.quick-strip>a:hover {
  background:rgba(255,255,255,.08)
}

.quick-strip b {
  width:34px;
  height:34px;
  border:1px solid rgba(255,255,255,.45);
  border-radius:50%;
  display:grid;
  place-items:center;
  font-family:Georgia,serif
}

.quick-strip span {
  font-size:12px;
  font-weight:650
}

.quick-strip small {
  display:block;
  color:#bdcabc;
  margin-top:4px;
  font-weight:400
}

.roles-section {
  padding:110px clamp(24px,7vw,110px) 130px
}

.section-heading {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  align-items:end;
  margin-bottom:70px
}

.section-heading h2 {
  font-size:clamp(56px,7vw,96px)
}

.section-heading>p {
  max-width:520px;
  font:19px/1.6 Georgia,serif;
  margin:0
}

.roles-map {
  position:relative;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  align-items:stretch
}

.role-card,.role-hub {
  min-height:250px;
  border:1px solid var(--line);
  padding:30px;
  background:#fffdf8
}

.role-card small {
  color:var(--rust);
  font-weight:700;
  letter-spacing:.12em
}

.role-card h3 {
  font:27px/1.1 Georgia,serif;
  margin:26px 0 12px
}

.role-card p {
  font-size:14px;
  line-height:1.6;
  color:#4f6259
}

.role-card a {
  display:inline-block;
  margin-top:18px;
  font-size:12px;
  font-weight:700;
  border-bottom:1px solid
}

.role-hub {
  background:var(--forest);
  color:white;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  border-radius:50%;
  width:250px;
  height:250px;
  justify-self:center;
  padding:20px
}

.role-hub span {
  text-transform:uppercase;
  font-size:10px;
  letter-spacing:.16em;
  color:#b9c7bd
}

.role-hub strong {
  font:italic 35px/1.08 Georgia,serif;
  margin-top:15px
}

@media(max-width:1050px) {
  .nav {
    display:none;
    position:absolute;
    top:92px;
    left:0;
    right:0;
    background:var(--paper);
    padding:22px 30px;
    flex-direction:column;
    align-items:stretch;
    border-bottom:1px solid var(--line)
  }

  .nav.open {
    display:flex
  }

  .menu-button {
    display:block
  }

  .hero {
    grid-template-columns:1fr
  }

  .architecture {
    min-height:430px
  }

  .quick-strip {
    grid-template-columns:1fr 1fr
  }

  .quick-strip>p {
    grid-column:1/-1;
    padding:24px 0;
    border-right:0
  }

  .roles-map {
    grid-template-columns:1fr 1fr
  }

  .section-heading {
    grid-template-columns:1fr;
    gap:30px
  }
}

@media(max-width:640px) {
  .site-header {
    height:76px
  }

  .nav {
    top:76px
  }

  .hero-copy {
    padding:70px 24px
  }

  .hero {
    min-height:auto
  }

  .architecture {
    min-height:330px
  }

  .building-shape.one {
    width:170px;
    height:280px
  }

  .building-shape.two {
    width:190px;
    height:350px
  }

  .quick-strip {
    grid-template-columns:1fr
  }

  .quick-strip>a {
    border-bottom:1px solid rgba(255,255,255,.18)
  }

  .roles-section {
    padding:80px 20px
  }

  .roles-map {
    grid-template-columns:1fr
  }

  .role-hub {
    width:220px;
    height:220px
  }

  .section-heading {
    margin-bottom:45px
  }

  .hero-intro {
    font-size:19px
  }

  .brand-mark {
    width:36px;
    height:36px
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
}




.section-title {
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:40px;
  margin-bottom:55px
}

.section-title h2,.living-copy h2,.forms-section h2,.involved-section h2,.contact-intro h2 {
  font-size:clamp(52px,6vw,88px)
}

.section-title>a,.update-grid a,.group-grid a {
  font-size:12px;
  font-weight:700;
  border-bottom:1px solid;
  padding-bottom:5px
}

.updates-section {
  padding:110px clamp(24px,7vw,110px);
  background:#e6e3d7
}

.update-grid {
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  gap:18px
}

.update-feature {
  display:grid;
  grid-template-columns:1fr 1fr
}

.update-feature,.update-card {
  border-top:1px solid var(--forest);
  padding-top:18px
}

.update-art {
  min-height:290px;
  background:var(--forest);
  color:white;
  display:flex;
  align-items:end;
  padding:28px;
  margin-right:28px;
  position:relative;
  overflow:hidden
}

.update-art:after {
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  border:1px solid #aebbac;
  border-radius:50%;
  right:-40px;
  top:-30px
}

.update-art span {
  font:italic 28px Georgia,serif
}

.meta {
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:10px!important;
  font-weight:700;
  color:var(--rust)!important
}

.update-grid h3 {
  font:30px/1.15 Georgia,serif;
  margin:22px 0 15px
}

.update-grid p {
  font-size:14px;
  line-height:1.6
}

.update-card {
  padding-right:18px
}

.living-section {
  display:grid;
  grid-template-columns:1fr 1fr;
  background:var(--moss);
  color:white;
  padding:110px clamp(24px,7vw,110px);
  gap:10vw
}

.living-copy>p:not(.eyebrow) {
  font:18px/1.6 Georgia,serif;
  max-width:480px;
  margin:32px 0
}

.living-copy .eyebrow {
  color:#f0c3aa
}

.living-copy .button {
  background:white;
  color:var(--forest)
}

.welcome-steps {
  list-style:none;
  margin:0;
  padding:0
}

.welcome-steps li {
  display:grid;
  grid-template-columns:60px 1fr;
  gap:20px;
  padding:28px 0;
  border-top:1px solid rgba(255,255,255,.35)
}

.welcome-steps li:last-child {
  border-bottom:1px solid rgba(255,255,255,.35)
}

.welcome-steps span {
  font:italic 22px Georgia,serif;
  color:#d7ded4
}

.welcome-steps h3 {
  font:28px Georgia,serif;
  margin:0 0 8px
}

.welcome-steps p {
  margin:0;
  color:#e3e9e0;
  line-height:1.55
}

.projects-section {
  padding:110px clamp(24px,7vw,110px)
}

.section-note {
  max-width:480px;
  font:17px/1.5 Georgia,serif
}

.project-list {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px
}

.project-list article {
  border:1px solid var(--line);
  padding:28px;
  background:white
}

.project-list article>div:first-child {
  display:flex;
  justify-content:space-between;
  align-items:center
}

.project-list article>div:first-child p {
  font-size:11px;
  color:#687b71
}

.status {
  border-radius:20px;
  padding:7px 10px;
  font-size:10px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em
}

.status.active {
  background:#d6e3d6
}

.status.planning {
  background:#eadfc4
}

.status.complete {
  background:#d9d9d9
}

.project-list h3 {
  font:29px Georgia,serif;
  margin:30px 0 12px
}

.project-list>article>p {
  min-height:52px;
  font-size:14px;
  line-height:1.5
}

.project-list small {
  display:block;
  margin-top:15px;
  color:#65746c
}

.progress {
  height:4px;
  background:#e1e3dc;
  margin-top:30px
}

.progress i {
  display:block;
  height:100%;
  background:var(--rust)
}

.forms-section {
  display:grid;
  grid-template-columns:.8fr 1.6fr;
  gap:10vw;
  padding:110px clamp(24px,7vw,110px);
  background:var(--cream)
}

.forms-section>div:first-child>p:not(.eyebrow) {
  font:18px/1.6 Georgia,serif;
  max-width:380px
}

.forms-grid {
  display:grid;
  grid-template-columns:1fr 1fr
}

.forms-grid a {
  display:grid;
  grid-template-columns:1fr auto;
  padding:28px;
  border-top:1px solid var(--forest);
  gap:8px
}

.forms-grid a:nth-child(odd) {
  border-right:1px solid var(--forest)
}

.forms-grid span {
  grid-column:1/-1;
  font-size:10px;
  color:var(--rust)
}

.forms-grid b {
  font:25px Georgia,serif
}

.forms-grid small {
  grid-column:1/-1;
  color:#66786e;
  line-height:1.5
}

.involved-section {
  padding:110px clamp(24px,7vw,110px);
  background:#d7dcca;
  text-align:center
}

.group-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  margin-top:65px;
  text-align:left
}

.group-grid article {
  background:var(--paper);
  padding:32px
}

.group-grid span {
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.13em;
  color:var(--rust);
  font-weight:700
}

.group-grid h3 {
  font:27px Georgia,serif;
  margin:35px 0 12px
}

.group-grid p {
  min-height:52px;
  font-size:14px;
  line-height:1.5
}

.contact-section {
  display:grid;
  grid-template-columns:.8fr 1.4fr;
  gap:10vw;
  padding:110px clamp(24px,7vw,110px);
  background:var(--forest);
  color:white
}

.contact-intro>p:not(.eyebrow) {
  font:17px/1.6 Georgia,serif;
  margin-top:32px
}

.contact-intro .eyebrow {
  color:#efbda5
}

.contact-tabs {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin-bottom:30px
}

.contact-tabs button {
  border:1px solid rgba(255,255,255,.4);
  background:transparent;
  color:white;
  padding:15px;
  text-align:left;
  cursor:pointer
}

.contact-tabs button.active {
  background:white;
  color:var(--forest)
}

.contact-answer {
  min-height:300px;
  background:var(--paper);
  color:var(--ink);
  padding:40px
}

.contact-answer h3 {
  font:35px Georgia,serif;
  margin:20px 0
}

.contact-answer>p:not(.meta) {
  font-size:15px;
  line-height:1.6
}

.contact-answer a {
  display:inline-block;
  margin-top:20px;
  border-bottom:1px solid;
  font-weight:700
}

.contact-answer small {
  display:block;
  margin-top:14px;
  color:#6a776f
}

footer {
  padding:70px clamp(24px,7vw,110px) 30px;
  background:#112b22;
  color:#dce4df;
  display:grid;
  grid-template-columns:1.1fr 1.4fr .6fr;
  gap:8vw;
  font-size:13px
}

footer p {
  line-height:1.6;
  color:#aab9b0
}

.footer-brand {
  display:flex;
  gap:16px;
  align-items:flex-start
}

.footer-brand .brand-mark {
  border-color:white
}

footer nav {
  display:flex;
  flex-direction:column;
  gap:12px
}

footer>small {
  grid-column:1/-1;
  border-top:1px solid rgba(255,255,255,.2);
  padding-top:24px;
  color:#82938a
}

@media(max-width:950px) {
  .update-grid {
    grid-template-columns:1fr 1fr
  }

  .update-feature {
    grid-column:1/-1
  }

  .living-section,.forms-section,.contact-section {
    grid-template-columns:1fr;
    gap:60px
  }

  .project-list,.group-grid {
    grid-template-columns:1fr
  }

  .project-list>article>p,.group-grid p {
    min-height:auto
  }

  footer {
    grid-template-columns:1fr 1fr
  }

  .section-title {
    align-items:start
  }

  .project-list {
    gap:12px
  }
}

@media(max-width:640px) {
  .update-grid,.update-feature,.forms-grid,.contact-tabs {
    grid-template-columns:1fr
  }

  .update-feature {
    display:block
  }

  .update-art {
    margin:0 0 28px
  }

  .updates-section,.living-section,.projects-section,.forms-section,.involved-section,.contact-section {
    padding:80px 20px
  }

  .forms-grid a:nth-child(odd) {
    border-right:0
  }

  .section-title {
    display:block
  }

  .section-title>a {
    display:inline-block;
    margin-top:25px
  }

  .group-grid {
    margin-top:40px
  }

  footer {
    grid-template-columns:1fr;
    padding:60px 20px 25px
  }

  .contact-answer {
    padding:28px
  }

  .welcome-steps li {
    grid-template-columns:42px 1fr
  }
}




/* Compact, architectural portal system based on the approved mockup */
:root {
  --ink:#102219;
  --forest:#164d36;
  --sage:#edf3ec;
  --cream:#f5eee3;
  --paper:#fff;
  --gold:#9b7338;
  --line:#dfe4de;
  --muted:#667269
}


body {
  background:#f3f5f2;
  color:var(--ink);
  font-size:14px
}

main {
  overflow:hidden
}

a {
  transition:.18s ease
}

.site-header {
  height:76px;
  padding:0 max(24px, calc((100vw - 1180px)/2));
  background:#fff;
  border:0;
  box-shadow:0 3px 18px rgba(20,50,35,.07)
}

.brand {
  display:flex;
  align-items:center;
  gap:12px;
  color:#152a20;
  text-transform:uppercase;
  font-weight:600;
  letter-spacing:.14em;
  font-size:14px;
  line-height:1.05
}

.brand small {
  display:block;
  font-size:9px;
  letter-spacing:.24em;
  margin-top:5px
}

.brand-mark {
  width:59px;
  height:38px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:0;
  border-right:1px solid #b28a4d;
  padding-right:12px;
  font:700 26px/1 Georgia,serif;
  letter-spacing:-.07em;
  color:#315b3e
}

.nav {
  gap:clamp(14px,2vw,30px);
  font-size:11px
}

.nav>a {
  padding:29px 0 22px
}

.nav>a:first-child {
  border-color:var(--forest)
}

.portal-link {
  background:#dfccb0!important;
  color:#102219!important;
  border:0!important;
  border-radius:5px;
  padding:10px 15px!important
}

.menu-button {
  display:none;
  border:0;
  background:transparent;
  font-size:20px;
  color:var(--forest)
}


.hero {
  height:385px;
  background-image:linear-gradient(90deg,rgba(255,250,242,.94),rgba(255,250,242,.63) 29%,transparent 58%),url('victoria-park-hero.jpg');
  background-image:linear-gradient(90deg,rgba(255,250,242,.94),rgba(255,250,242,.63) 29%,transparent 58%),image-set(url('victoria-park-hero.webp') type('image/webp'), url('victoria-park-hero.jpg') type('image/jpeg'));
  background-size:cover;
  background-position:center
}

.hero-copy {
  padding:76px 0 76px max(24px, calc((100vw - 1180px)/2))
}

.hero h1 {
  margin:0;
  font:700 clamp(38px,4vw,58px)/1 var(--font-geist-sans),Arial,sans-serif;
  letter-spacing:-.018em
}

.hero p {
  font-size:17px;
  line-height:1.5;
  margin:20px 0 0
}


.dashboard {
  position:relative;
  z-index:3;
  max-width:1180px;
  margin:-70px auto 0;
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:16px
}

.panel {
  background:rgba(255,255,255,.98);
  border:1px solid #e4e7e3;
  border-radius:7px;
  padding:24px;
  box-shadow:0 5px 18px rgba(21,49,35,.11)
}

.panel h2 {
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:.04em;
  margin:0 0 18px
}

.update-list {
  display:flex;
  flex-direction:column
}

.update-list .update-meta {
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:3px;
  text-align:right
}

.update-list .update-meta em {
  font-style:normal;
  font-size:10px;
  font-weight:600;
  letter-spacing:.02em;
  color:var(--forest);
  white-space:nowrap
}

.update-list a {
  display:grid;
  grid-template-columns:24px 1fr auto;
  gap:8px;
  align-items:center;
  padding:8px 0;
  color:#17281f;
  font-size:11px
}

.update-list i,.action-grid i,.form-columns i {
  font-style:normal;
  color:#185039;
  font-size:18px
}

.update-list small {
  display:block;
  margin-top:3px;
  color:#5f6d64
}

.update-list time {
  color:#6e7a72;
  font-size:10px
}

.panel-link {
  display:inline-block;
  margin-top:13px;
  font-size:11px;
  font-weight:600
}

.action-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px
}

.action-grid a.soon {
  opacity:.5;
  cursor:default;
  background:#faf9f5
}

.action-grid a {
  min-height:70px;
  border:1px solid #e2e6e1;
  border-radius:5px;
  padding:13px;
  display:flex;
  align-items:center;
  gap:12px;
  font-size:11px
}

.action-grid a:hover {
  background:#f4f8f4;
  border-color:#c7d7cb
}

.action-grid span,.form-columns span {
  display:flex;
  flex-direction:column
}

.action-grid small,.form-columns small {
  font-size:9px;
  color:#6c786f;
  margin-top:3px
}

.new-resident {
  margin-top:13px;
  padding:15px 18px;
  background:linear-gradient(90deg,#edf3ed,#f7faf6);
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-radius:5px
}

.new-resident b {
  font-size:12px
}

.new-resident p {
  font-size:10px;
  margin:5px 0 0
}

.new-resident a {
  background:var(--forest);
  color:#fff;
  padding:10px 15px;
  border-radius:4px;
  font-size:10px;
  white-space:nowrap
}


.contact-bar {
  margin:0 clamp(18px,3.5vw,52px);
  background:linear-gradient(110deg,#174e37,#0c3e2c);
  color:#fff;
  border-radius:0 0 7px 7px;
  padding:23px 38px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:45px;
  box-shadow:0 5px 14px rgba(21,49,35,.12)
}

.contact-bar div {
  display:flex;
  flex-direction:column;
  gap:6px
}

.contact-bar b {
  text-transform:uppercase;
  color:#c6d6cb;
  font-size:9px;
  letter-spacing:.06em
}

.contact-bar span,.contact-bar small {
  font-size:10px
}

.contact-bar small {
  color:#d7e3db
}


.content-shell,.forms-shell,.section-block,.contact-shell {
  max-width:1180px;
  margin:42px auto 0;
  background:#fff;
  border:1px solid #e2e6e1;
  border-radius:7px;
  box-shadow:0 4px 17px rgba(21,49,35,.07)
}

.content-shell {
  display:grid;
  grid-template-columns:220px 1fr
}

.content-shell aside {
  padding:28px 18px;
  background:#fafbf9;
  border-right:1px solid #edf0ec;
  display:flex;
  flex-direction:column
}

.content-shell aside h3 {
  font-size:16px;
  margin:0 0 17px
}

.content-shell aside a {
  font-size:10px;
  padding:9px 12px;
  border-radius:5px
}

.content-shell aside a.active,.content-shell aside a:hover {
  background:#e5e8e1
}

.content-main {
  padding:34px 42px 42px
}

.content-main>h2 {
  font-size:22px;
  margin:0
}

.content-main>p {
  font-size:11px
}

.info-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:27px
}

.info-grid article {
  border:1px solid #e0e4df;
  border-radius:5px;
  padding:18px;
  min-height:150px
}

.info-grid h3 {
  font-size:13px;
  margin:0
}

.info-grid p {
  font-size:10px;
  line-height:1.5;
  color:#536158;
  min-height:58px
}

.info-grid a {
  font-size:10px;
  color:var(--forest);
  font-weight:600
}


.section-block,.forms-shell {
  padding:48px
}

.block-heading {
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:50px;
  margin-bottom:30px
}

.block-heading span,.contact-shell>div>span,.get-involved span {
  font-size:9px;
  text-transform:uppercase;
  color:#775b2b;
  letter-spacing:.12em;
  font-weight:700
}

.block-heading h2,.contact-shell h2,.get-involved h2 {
  font-size:27px;
  margin:7px 0 0
}

.block-heading>p {
  max-width:440px;
  font-size:11px;
  line-height:1.6;
  color:var(--muted)
}

.block-heading>a {
  font-size:10px
}

.roles-flow {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px
}

.roles-flow article,.shared-home {
  border:1px solid #e0e5df;
  border-radius:5px;
  padding:20px;
  min-height:180px
}

.shared-home {
  background:var(--forest);
  color:#fff;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center
}

.shared-home small {
  text-transform:uppercase;
  letter-spacing:.12em;
  color:#bad0c1;
  font-size:8px
}

.shared-home b {
  font:italic 24px Georgia,serif;
  margin-top:9px
}

.roles-flow article>span {
  font-size:9px;
  color:#8b6a35
}

.roles-flow h3 {
  font-size:14px;
  margin:18px 0 8px
}

.roles-flow p {
  font-size:10px;
  line-height:1.55;
  color:#59665e;
  min-height:48px
}

.roles-flow a {
  font-size:9px;
  font-weight:700;
  color:var(--forest)
}


.soft {
  background:#f7f8f5
}

.news-grid {
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  gap:14px
}

.news-grid>article {
  background:#fff;
  border:1px solid #e0e4df;
  padding:20px
}

.news-feature {
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:20px
}

.news-image {
  background:url('victoria-park-hero-1200.jpg') center/cover;
  background-image:image-set(url('victoria-park-hero-1200.webp') type('image/webp'), url('victoria-park-hero-1200.jpg') type('image/jpeg'));
  background-size:cover;
  background-position:center;
  min-height:190px
}

.news-grid span {
  font-size:8px;
  color:#876835;
  text-transform:uppercase
}

.news-grid h3 {
  font-size:17px;
  margin:13px 0
}

.news-grid p {
  font-size:10px;
  line-height:1.6;
  color:#59665e
}

.news-grid a {
  font-size:9px;
  font-weight:700
}

.project-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px
}

.project-grid article {
  border:1px solid #dfe4de;
  border-radius:5px;
  padding:22px
}

.project-grid h3 {
  font-size:17px;
  margin:22px 0 10px
}

.project-grid p {
  font-size:10px;
  line-height:1.55;
  min-height:46px
}

.status {
  font-size:8px;
  text-transform:uppercase;
  font-weight:700;
  letter-spacing:.07em;
  padding:6px 9px;
  border-radius:15px
}

.status.in-progress {
  background:#dceade
}

.status.planning {
  background:#eee4d1
}

.status.complete {
  background:#e5e7e4
}

.progress {
  height:4px;
  background:#e4e7e3;
  margin:22px 0 12px
}

.progress i {
  display:block;
  height:100%;
  background:var(--forest)
}

.project-grid small {
  font-size:9px;
  color:#657168
}


.form-columns {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  align-items:start
}

.form-columns>div {
  padding:22px;
  background:#f0f5ef;
  border-radius:9px
}

.form-columns>div.owners {
  background:#f7efe3
}

.form-columns h3 {
  margin:0 0 15px;
  font-size:14px;
  display:flex;
  align-items:center;
  gap:11px
}

.form-columns h3>span {
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:rgba(255,255,255,.62);
  color:var(--forest)
}

.form-columns a {
  display:grid;
  grid-template-columns:26px 1fr auto;
  gap:9px;
  align-items:center;
  padding:12px 8px;
  border-top:1px solid rgba(45,78,58,.13);
  font-size:11px
}

.form-columns b {
  font-size:10px
}

.get-involved {
  max-width:1180px;
  margin:42px auto 0;
  background:#e7eee5;
  border-radius:7px;
  padding:35px 48px;
  display:flex;
  align-items:center;
  justify-content:space-between
}

.get-involved p {
  font-size:11px;
  max-width:640px
}

.get-involved>a {
  background:var(--forest);
  color:#fff;
  padding:12px 17px;
  border-radius:4px;
  font-size:10px
}

.contact-shell {
  padding:48px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px
}

.contact-shell>div>p {
  font-size:11px;
  line-height:1.6;
  color:#5a675f
}

.contact-tabs {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:7px;
  margin-top:20px
}

.contact-tabs button {
  border:1px solid #ccd6ce;
  background:#fff;
  color:var(--forest);
  padding:11px;
  text-align:left;
  font-size:10px;
  border-radius:4px
}

.contact-tabs button.active {
  background:var(--forest);
  color:#fff
}

.contact-shell>article {
  background:#f2f6f1;
  padding:30px;
  border-radius:5px;
  min-height:250px
}

.contact-shell article small {
  text-transform:uppercase;
  color:#866632;
  font-size:8px;
  letter-spacing:.1em
}

.contact-shell article h3 {
  font-size:21px;
  margin:20px 0
}

.contact-shell article p {
  font-size:11px;
  line-height:1.6
}

.contact-shell article a {
  display:inline-block;
  margin-top:18px;
  color:var(--forest);
  font-size:11px;
  font-weight:700;
  border-bottom:1px solid
}

.privacy {
  max-width:1180px;
  margin:18px auto 42px;
  padding:24px 30px;
  background:#f5e8d6;
  border-radius:6px
}

.privacy b {
  font-size:14px
}

.privacy p {
  font-size:10px;
  line-height:1.6;
  max-width:850px;
  margin-bottom:0
}

footer {
  background:#103f2c;
  color:#fff;
  padding:42px max(24px, calc((100vw - 1180px)/2));
  display:grid;
  grid-template-columns:1fr 1.4fr .8fr;
  gap:50px;
  font-size:10px
}

.footer-brand {
  color:#fff
}

footer p {
  color:#d1ded6;
  line-height:1.6
}

footer nav {
  display:flex;
  flex-direction:column;
  gap:8px
}

footer>small {
  grid-column:1/-1;
  border-top:1px solid rgba(255,255,255,.2);
  padding-top:20px;
  color:#a9c0b1
}


@media(max-width:1050px) {
  .nav {
    display:none;
    position:absolute;
    top:76px;
    left:0;
    right:0;
    padding:18px 25px;
    background:#fff;
    flex-direction:column;
    align-items:stretch;
    max-height:calc(100vh - 76px);
    overflow-y:auto;
    box-shadow:0 14px 28px rgba(20,50,35,.12)
  }

  .nav.open {
    display:flex
  }

  .nav>a {
    padding:8px
  }

  .menu-button {
    display:block
  }

  .dashboard {
    grid-template-columns:1fr
  }

  .contact-bar {
    grid-template-columns:1fr;
    gap:18px
  }

  .roles-flow,.news-grid,.project-grid {
    grid-template-columns:1fr 1fr
  }

  .content-shell {
    grid-template-columns:180px 1fr
  }

  .info-grid {
    grid-template-columns:1fr 1fr
  }
}


@media(max-width:640px) {
  .site-header {
    height:66px
  }

  .nav {
    top:66px
  }

  .hero {
    height:360px;
    background-image:linear-gradient(180deg,transparent 25%,rgba(8,34,24,.82)),url('victoria-park-hero-1200.jpg');
    background-image:linear-gradient(180deg,transparent 25%,rgba(8,34,24,.82)),image-set(url('victoria-park-hero-1200.webp') type('image/webp'), url('victoria-park-hero-1200.jpg') type('image/jpeg'));
    background-position:66% center
  }

  .hero-copy {
    padding:218px 20px 30px;
    color:#fff
  }

  .hero h1 {
    font-size:34px
  }

  .hero p {
    font-size:12px;
    margin-top:12px
  }

  .dashboard {
    margin:-12px 10px 0
  }

  .panel {
    padding:19px
  }

  .action-grid {
    grid-template-columns:1fr
  }

  .action-grid a:nth-child(n+3) {
    display:none
  }

  .new-resident {
    align-items:flex-start;
    gap:15px
  }

  .new-resident p {
    display:none
  }

  .contact-bar {
    margin:0 10px;
    padding:22px
  }

  .content-shell,.section-block,.forms-shell,.get-involved,.contact-shell,.privacy {
    margin:22px 10px 0
  }

  .content-shell {
    display:block
  }

  .content-shell aside {
    display:none
  }

  .content-main,.section-block,.forms-shell,.contact-shell {
    padding:25px 20px
  }

  .info-grid,.roles-flow,.news-grid,.project-grid,.form-columns,.contact-shell {
    grid-template-columns:1fr
  }

  .info-grid article {
    min-height:auto
  }

  .roles-flow article,.shared-home {
    min-height:auto
  }

  .block-heading {
    display:block
  }

  .block-heading>p {
    margin-top:15px
  }

  .news-feature {
    grid-template-columns:1fr
  }

  .get-involved {
    padding:25px;
    display:block
  }

  .get-involved>a {
    display:inline-block;
    margin-top:14px
  }

  .contact-shell {
    gap:25px
  }

  .privacy {
    margin-bottom:22px
  }

  .privacy {
    padding:22px
  }

  footer {
    grid-template-columns:1fr;
    padding:36px 22px
  }

  .brand {
    font-size:11px
  }

  .brand small {
    font-size:7px
  }
}



/* Requested compact banner and one-step type increase */
body {
  font-size:15px
}


.hero {
  height:285px;
  min-height:285px
}

.hero-copy {
  padding-top:38px
}

.hero h1 {
  font-size:clamp(39px,4vw,59px)
}

.hero p {
  font-size:18px
}


.dashboard {
  margin-top:-72px
}


.nav>a {
  position:relative;
  border-bottom:0!important
}

.nav>a.current:after {
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:17px;
  height:1px;
  background:var(--forest)
}


.nav {
  font-size:12px
}

.panel h2 {
  font-size:13px
}

.update-list a,.action-grid a,.panel-link {
  font-size:12px
}

.update-list time,.new-resident p,.new-resident a {
  font-size:11px
}

.action-grid small,.form-columns small {
  font-size:10px
}

.new-resident b {
  font-size:13px
}


.contact-bar b {
  font-size:10px
}

.contact-bar span,.contact-bar small {
  font-size:11px
}

.content-shell aside a {
  font-size:11px
}

.content-main>p,.block-heading>p,.get-involved p,.contact-shell>div>p,.contact-shell article p {
  font-size:12px
}

.info-grid h3 {
  font-size:14px
}

.info-grid p,.info-grid a,.roles-flow p,.news-grid p,.project-grid p,.privacy p {
  font-size:11px
}

.block-heading span,.contact-shell>div>span,.get-involved span,.roles-flow article>span,.roles-flow a,.news-grid a,.project-grid small {
  font-size:10px
}

.block-heading>a {
  font-size:11px
}

.news-grid span,.status,.contact-shell article small {
  font-size:9px
}

.form-columns b {
  font-size:11px
}

.form-columns a,.get-involved>a,.contact-tabs button,.contact-shell article a,footer {
  font-size:11px
}


@media(max-width:900px) {
  .nav>a.current:after {
    display:none
  }
}


@media(max-width:640px) {
  .hero {
    height:300px;
    min-height:300px
  }

  .hero-copy {
    padding:164px 20px 26px
  }

  .hero h1 {
    font-size:35px
  }

  .hero p {
    font-size:13px
  }

  .dashboard {
    margin:-30px 10px 40px
  }
}


.icon-link,.contact-bar small {
  display:flex;
  align-items:center;
  gap:7px
}

.update-list svg,.action-grid svg,.form-columns svg {
  color:#185039;
  flex:0 0 auto
}

.contact-bar small {
  flex-wrap:wrap
}

.contact-bar small svg {
  color:#d7e3db
}


.site-header {
  position:sticky;
  top:0;
  z-index:50
}

.contact-bar {
  width:100%;
  margin:30px 0 0;
  border-radius:0;
  padding-left:max(38px,calc((100vw - 1180px)/2));
  padding-right:max(38px,calc((100vw - 1180px)/2))
}

.route-page {
  min-height:calc(100vh - 76px);
  padding-bottom:52px
}

.route-hero {
  max-width:1180px;
  margin:0 auto;
  padding:44px 0 8px
}

.route-hero>span {
  display:none
}

.route-hero h1 {
  font-size:38px;
  line-height:1.1;
  margin:0 0 10px
}

.route-hero p {
  max-width:620px;
  color:#5d6961;
  line-height:1.6;
  margin:0 0 12px
}

.route-hero p:last-child {
  margin-bottom:0
}

.standalone {
  margin-top:24px
}

.news-grid span {
  display:flex;
  align-items:center;
  gap:6px
}

.contact-shell article>svg {
  color:var(--forest)
}


@media(max-width:1220px) {
  .route-hero {
    padding-left:20px;
    padding-right:20px
  }

  .standalone,.get-involved,.privacy {
    margin-left:20px;
    margin-right:20px
  }
}


@media(max-width:640px) {
  .route-page {
    min-height:calc(100vh - 66px)
  }

  .route-hero {
    padding:38px 10px 10px
  }

  .route-hero h1 {
    font-size:32px
  }

  .contact-bar {
    margin-top:20px;
    padding-left:22px;
    padding-right:22px
  }
}



/* Resident-centred responsibilities infographic */
.responsibility-infographic {
  max-width:1180px;
  margin:24px auto 0;
  background:#fff;
  border:1px solid #e0e5df;
  border-radius:8px;
  box-shadow:0 5px 20px rgba(21,49,35,.08);
  overflow:hidden
}

.infographic-heading {
  padding:30px 42px 26px;
  background:linear-gradient(120deg,#fbfaf6,#eef3eb);
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:55px
}

.infographic-heading span,.renter-label {
  font-size:9px;
  text-transform:uppercase;
  color:#7d6030;
  letter-spacing:.12em;
  font-weight:700
}

.infographic-heading h2 {
  font-size:27px;
  margin:8px 0 0
}

.infographic-heading>p {
  max-width:430px;
  font-size:11px;
  line-height:1.6;
  color:#5d6a62
}

.infographic-layout {
  padding:32px 38px 38px;
  display:grid;
  grid-template-columns:1.45fr .72fr;
  gap:30px
}

.responsibility-map {
  position:relative;
  min-height:500px
}

.map-centre {
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:170px;
  height:170px;
  border-radius:50%;
  background:linear-gradient(145deg,#174e37,#2d694d);
  color:#fff;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  box-shadow:0 14px 28px rgba(21,72,51,.2);
  z-index:2
}

.map-centre strong {
  font:italic 21px/1.15 Georgia,serif;
  margin:9px 0 5px
}

.map-centre small {
  font-size:9px;
  line-height:1.4;
  color:#d4e2d9
}

.map-role {
  position:absolute;
  width:190px;
  min-height:132px;
  background:#fff;
  border:1px solid #dce2dd;
  border-radius:7px;
  padding:16px;
  box-shadow:0 5px 15px rgba(28,54,40,.07);
  z-index:2
}

.map-role svg {
  color:var(--forest)
}

.map-role h3 {
  font-size:13px;
  margin:10px 0 6px
}

.map-role p {
  font-size:10px;
  line-height:1.5;
  color:#5e6b63;
  margin:0
}

.role-top {
  top:0;
  left:50%;
  transform:translateX(-50%)
}

.role-right {
  right:0;
  top:165px
}

.role-bottom-right {
  right:8%;
  bottom:0
}

.role-bottom-left {
  left:8%;
  bottom:0
}

.role-left {
  left:0;
  top:165px
}

.map-connector {
  position:absolute;
  background:#b9cdbf;
  z-index:1
}

.connector-top {
  width:1px;
  height:90px;
  left:50%;
  top:125px
}

.connector-right {
  width:120px;
  height:1px;
  right:140px;
  top:50%
}

.connector-left {
  width:120px;
  height:1px;
  left:140px;
  top:50%
}

.connector-bottom-right,.connector-bottom-left {
  width:1px;
  height:100px;
  bottom:105px
}

.connector-bottom-right {
  right:31%;
  transform:rotate(34deg)
}

.connector-bottom-left {
  left:31%;
  transform:rotate(-34deg)
}

.renter-contact-guide {
  background:#e9f0e8;
  border:1px solid #d5e0d6;
  border-radius:8px;
  padding:26px;
  align-self:stretch
}

.renter-label {
  display:flex;
  align-items:center;
  gap:7px
}

.renter-contact-guide h2 {
  font-size:25px;
  margin:14px 0 8px
}

.renter-contact-guide>p {
  font-size:11px;
  line-height:1.55;
  color:#57675e
}

.renter-routes {
  margin-top:20px
}

.renter-route {
  display:grid;
  grid-template-columns:25px 1fr;
  gap:10px;
  padding:12px 0;
  border-top:1px solid #cbd8ce
}

.renter-route>svg {
  color:var(--forest);
  margin-top:2px
}

.renter-route strong,.renter-route span {
  display:block
}

.renter-route strong {
  font-size:10px;
  line-height:1.4
}

.renter-route span {
  font-size:9px;
  color:#6f603f;
  margin-top:4px;
  font-weight:700
}

.not-sure {
  margin-top:16px;
  background:#fffaf0;
  border-radius:6px;
  padding:15px
}

.not-sure strong {
  font-size:11px
}

.not-sure p {
  font-size:9px;
  line-height:1.5;
  color:#655b49
}

.not-sure a,.get-involved>a {
  display:inline-flex;
  align-items:center;
  gap:6px
}

.not-sure a {
  font-size:9px;
  font-weight:700;
  color:var(--forest)
}


@media(max-width:1220px) {
  .responsibility-infographic {
    margin-left:20px;
    margin-right:20px
  }
}


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

  .responsibility-map {
    min-height:520px
  }
}


@media(max-width:640px) {
  .responsibility-infographic {
    margin:18px 10px 0
  }

  .infographic-heading {
    padding:25px 20px;
    display:block
  }

  .infographic-heading h2 {
    font-size:23px
  }

  .infographic-heading>p {
    margin-top:14px
  }

  .infographic-layout {
    padding:20px;
    grid-template-columns:1fr
  }

  .responsibility-map {
    min-height:auto;
    display:grid;
    gap:9px
  }

  .map-centre,.map-role {
    position:static;
    transform:none;
    width:auto;
    height:auto;
    min-height:0;
    border-radius:7px
  }

  .map-centre {
    padding:22px
  }

  .map-role {
    padding:16px
  }

  .map-connector {
    display:none
  }

  .renter-contact-guide {
    padding:22px
  }
}



/* Softer cards and simplified global contact footer */
.panel,.content-shell,.forms-shell,.section-block,.contact-shell,.responsibility-infographic {
  border-radius:10px
}

.action-grid a,.new-resident,.info-grid article,.roles-flow article,.shared-home,.news-grid>article,.project-grid article,.form-columns>div,.get-involved,.privacy,.map-role,.renter-contact-guide,.not-sure {
  border-radius:9px
}


.site-footer {
  display:block;
  background:linear-gradient(110deg,#174e37,#0c3e2c);
  color:#fff;
  padding:0 max(24px, calc((100vw - 1180px)/2));
  font-size:11px
}

.footer-contacts {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:45px;
  padding:34px 0 30px
}

.footer-contacts>div {
  display:flex;
  flex-direction:column;
  gap:7px
}

.footer-contacts b {
  text-transform:uppercase;
  color:#c6d6cb;
  font-size:10px;
  letter-spacing:.06em
}

.footer-contacts span,.footer-contacts small {
  font-size:11px
}

.footer-contacts small {
  display:flex;
  align-items:center;
  gap:7px;
  flex-wrap:wrap;
  color:#d7e3db
}

.footer-statement {
  border-top:1px solid rgba(255,255,255,.24);
  padding:20px 0 24px;
  color:#d1ded6;
  line-height:1.55;
  text-align:center
}


.newsletter-archive-links {
  display:flex;
  flex-direction:column;
  gap:6px
}

.newsletter-archive-links a {
  display:flex;
  flex-direction:column;
  gap:3px;
  padding:11px 12px;
  border-radius:8px;
  color:var(--forest)
}

.newsletter-archive-links a:hover {
  background:#edf2ed
}

.newsletter-archive-links a.active {
  background:#e5ece5;
  text-decoration:underline;
  text-underline-offset:3px
}

.newsletter-archive-links strong {
  font-size:11px
}

.newsletter-archive-links small {
  font-size:9px;
  color:#6b786f
}


@media(max-width:900px) {
  .footer-contacts {
    grid-template-columns:1fr;
    gap:20px
  }
}


@media(max-width:640px) {
  .site-footer {
    padding:0 22px
  }

  .footer-contacts {
    padding:28px 0 24px
  }
}



/* Keep the footer at the viewport edge and separate it from page content */
body {
  min-height:100vh;
  display:flex;
  flex-direction:column
}

body>main {
  width:100%;
  flex:1 0 auto
}

.site-footer {
  margin-top:auto
}

.dashboard {
  margin-bottom:44px
}


@media(max-width:640px) {
  .dashboard {
    margin-bottom:32px
  }
}



/* Refined updates page */
.updates-hero {
  padding-top:48px;
  padding-bottom:6px
}

.updates-hero h1 {
  margin-top:0
}

.updates-hero p {
  margin-bottom:0
}

.updates-list {
  max-width:1180px;
  margin-left:auto;
  margin-right:auto;
  background:#fff;
  border:1px solid #e0e5df;
  border-radius:10px;
  overflow:hidden;
  box-shadow:0 5px 18px rgba(21,49,35,.07)
}

.update-row {
  display:grid;
  grid-template-columns:48px 1fr auto;
  gap:18px;
  align-items:center;
  padding:24px 28px;
  border-bottom:1px solid #e5e9e5
}

.update-row:last-child {
  border-bottom:0
}

.update-row-icon {
  width:42px;
  height:42px;
  border-radius:9px;
  background:#edf3ec;
  color:var(--forest);
  display:grid;
  place-items:center
}

.update-row-copy>span {
  display:block;
  color:#826433;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:9px;
  font-weight:700
}

.update-row h2 {
  font-size:18px;
  margin:7px 0 5px
}

.update-row p {
  font-size:11px;
  line-height:1.55;
  color:#5d6961;
  margin:0
}

.update-row-link:hover {
  background:#f7faf7
}

.read-update,.short-label {
  font-size:10px;
  font-weight:700;
  white-space:nowrap
}

.read-update {
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:var(--forest)
}

.short-label {
  color:#7a857e
}

.update-detail-page {
  padding:52px 20px
}

.update-detail {
  max-width:820px;
  margin:0 auto;
  background:#fff;
  border:1px solid #e0e5df;
  border-radius:10px;
  padding:45px 52px;
  box-shadow:0 5px 18px rgba(21,49,35,.07)
}

.update-back {
  display:inline-block;
  color:var(--forest);
  font-size:10px;
  font-weight:700;
  margin-bottom:38px
}

.update-detail-meta {
  display:flex;
  align-items:center;
  gap:8px;
  color:#826433;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:9px;
  font-weight:700
}

.update-detail h1 {
  font-size:38px;
  line-height:1.12;
  margin:15px 0 16px
}

.update-intro {
  font-size:16px;
  line-height:1.6;
  color:#4e5f55
}

.update-body {
  margin-top:30px;
  padding-top:25px;
  border-top:1px solid #e3e8e3
}

.update-body p {
  font-size:12px;
  line-height:1.75;
  color:#536158
}

.update-contact {
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-top:22px;
  color:var(--forest);
  font-size:11px;
  font-weight:700
}


@media(max-width:1220px) {
  .updates-list {
    margin-left:20px;
    margin-right:20px
  }
}


@media(max-width:640px) {
  .updates-hero {
    padding-top:34px
  }

  .updates-list {
    margin-left:10px;
    margin-right:10px
  }

  .update-row {
    grid-template-columns:42px 1fr;
    padding:20px;
    gap:13px
  }

  .read-update,.short-label {
    grid-column:2;
    margin-top:2px
  }

  .update-detail-page {
    padding:28px 10px
  }

  .update-detail {
    padding:30px 22px
  }

  .update-detail h1 {
    font-size:31px
  }

  .brand-mark {
    font-size:22px;
    width:52px;
    padding-right:10px
  }
}



/* Practical contact routing and governance guide */
.contact-router,.decision-guide {
  max-width:1180px;
  margin:24px auto 0;
  background:#fff;
  border:1px solid #e0e5df;
  border-radius:10px;
  padding:38px 42px;
  box-shadow:0 5px 18px rgba(21,49,35,.06)
}

.router-heading span,.decision-guide>div:first-child>span {
  font-size:9px;
  text-transform:uppercase;
  color:#7d6030;
  letter-spacing:.12em;
  font-weight:700
}

.router-heading h2,.decision-guide h2 {
  font-size:28px;
  margin:8px 0
}

.router-heading p,.decision-guide>div:first-child>p {
  font-size:11px;
  color:#5d6a62;
  margin:0
}

.urgent-route {
  margin-top:25px;
  display:grid;
  grid-template-columns:32px 1fr auto;
  gap:14px;
  align-items:center;
  padding:17px 20px;
  background:#f8dddd;
  color:#872e2e;
  border-radius:9px
}

.urgent-route strong,.urgent-route span {
  display:block
}

.urgent-route strong {
  font-size:13px
}

.urgent-route span {
  font-size:10px;
  margin-top:4px
}

.urgent-route>a {
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:10px;
  font-weight:700
}

.audience-routes {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:14px
}

.audience-routes article {
  background:#f4f7f2;
  border:1px solid #e0e6df;
  border-radius:9px;
  padding:22px
}

.audience-routes article>span {
  display:flex;
  align-items:center;
  gap:7px;
  color:var(--forest);
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:700
}

.audience-routes h3 {
  font-size:16px;
  margin:15px 0 10px
}

.audience-routes ul {
  margin:0;
  padding-left:18px;
  color:#57655d
}

.audience-routes li {
  font-size:10px;
  line-height:1.55;
  margin:6px 0
}

.decision-guide {
  margin-top:28px
}

.decision-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:25px
}

.decision-grid article {
  border:1px solid #dee4df;
  border-radius:9px;
  padding:20px
}

.decision-grid svg {
  color:var(--forest)
}

.decision-grid small,.decision-grid strong {
  display:block
}

.decision-grid small {
  font-size:9px;
  color:#7a857e;
  margin-top:14px
}

.decision-grid strong {
  font-size:14px;
  margin-top:5px
}

.decision-grid p {
  font-size:10px;
  line-height:1.55;
  color:#59675f;
  margin-bottom:0
}

.manager-clarifier {
  display:flex;
  align-items:flex-start;
  gap:12px;
  background:#edf1e9;
  border-radius:9px;
  padding:17px 19px;
  margin-top:13px
}

.manager-clarifier svg {
  color:var(--forest);
  flex:0 0 auto
}

.manager-clarifier p {
  font-size:10px;
  line-height:1.55;
  margin:0
}

.manager-clarifier strong {
  font-size:11px
}


.authority-chain {
  display:grid;
  grid-template-columns:1fr auto 17px 1fr auto 17px 1fr;
  gap:9px;
  align-items:center;
  margin-top:25px;
  padding:18px;
  background:#f5f7f3;
  border:1px solid #e0e6df;
  border-radius:10px
}

.authority-chain article {
  min-height:82px;
  padding:15px;
  background:#fff;
  border:1px solid #dee4df;
  border-radius:9px
}

.authority-chain article svg {
  color:var(--forest)
}

.authority-chain article small,.authority-chain article strong {
  display:block
}

.authority-chain article small {
  margin-top:10px;
  color:#7a857e;
  font-size:9px
}

.authority-chain article strong {
  margin-top:4px;
  font-size:11px;
  line-height:1.35
}

.authority-chain>span {
  font-size:8px;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#7d6030;
  font-weight:700
}

.authority-chain>svg {
  color:#809086
}

.government-source {
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-top:16px;
  color:var(--forest);
  font-size:9px;
  font-weight:700;
  text-decoration:underline;
  text-underline-offset:3px
}


@media(max-width:1220px) {
  .contact-router,.decision-guide {
    margin-left:20px;
    margin-right:20px
  }
}


@media(max-width:700px) {
  .contact-router,.decision-guide {
    margin-left:10px;
    margin-right:10px;
    padding:26px 20px
  }

  .urgent-route {
    grid-template-columns:28px 1fr
  }

  .urgent-route>a {
    grid-column:2
  }

  .audience-routes,.decision-grid {
    grid-template-columns:1fr
  }

  .authority-chain {
    grid-template-columns:1fr;
    padding:14px
  }

  .authority-chain>span,.authority-chain>svg {
    display:none
  }

  .authority-chain article {
    min-height:0
  }
}



/* Living Here: parking */
.parking-hero {
  padding-bottom:8px
}

.parking-shell {
  align-items:stretch
}

.parking-content {
  padding:34px 42px 42px
}

.visitor-parking-rule {
  display:grid;
  grid-template-columns:56px 1fr;
  gap:18px;
  padding:26px 28px;
  background:linear-gradient(115deg,#174e37,#246247);
  color:#fff;
  border-radius:10px
}

.rule-icon {
  width:48px;
  height:48px;
  border:1px solid rgba(255,255,255,.4);
  border-radius:9px;
  display:grid;
  place-items:center
}

.visitor-parking-rule span,.parking-section-heading>span {
  font-size:9px;
  text-transform:uppercase;
  letter-spacing:.11em;
  font-weight:700
}

.visitor-parking-rule span {
  color:#c9dccf
}

.visitor-parking-rule h2 {
  font:600 23px/1.2 var(--font-geist-sans),Arial,sans-serif;
  letter-spacing:0;
  margin:7px 0 9px
}

.visitor-parking-rule p {
  font-size:12px;
  line-height:1.65;
  color:#e1ece5;
  margin:0;
  max-width:720px
}

.second-car-guide,.permit-steps {
  padding-top:36px
}

.parking-section-heading>span {
  color:#7d6030
}

.parking-section-heading h2 {
  font-size:27px;
  line-height:1.15;
  margin:8px 0 10px
}

.parking-section-heading>p {
  font-size:12px;
  line-height:1.65;
  color:#58675e;
  max-width:760px;
  margin:0
}

.permit-facts {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:24px
}

.permit-facts article {
  border:1px solid #dce4dd;
  border-radius:10px;
  padding:20px;
  background:#fbfcfa
}

.permit-facts svg {
  color:var(--forest)
}

.permit-facts small,.permit-facts strong {
  display:block
}

.permit-facts small {
  font-size:9px;
  text-transform:uppercase;
  letter-spacing:.07em;
  color:#6c776f;
  margin-top:15px
}

.permit-facts strong {
  font-size:15px;
  margin-top:5px
}

.permit-facts p {
  font-size:10px;
  line-height:1.5;
  color:#607067;
  margin:7px 0 0
}

.fee-note {
  display:flex;
  align-items:flex-start;
  gap:10px;
  background:#f5ecdd;
  border-radius:9px;
  padding:15px 17px;
  margin:12px 0 0;
  color:#5d5545;
  font-size:10px;
  line-height:1.55
}

.fee-note svg {
  color:#8c672e;
  flex:0 0 auto
}

.permit-step-list {
  margin-top:21px;
  border-top:1px solid #dfe5df
}

.permit-step-list article {
  display:grid;
  grid-template-columns:40px 1fr;
  gap:16px;
  padding:19px 0;
  border-bottom:1px solid #dfe5df
}

.permit-step-list article>b {
  font:italic 18px Georgia,serif;
  color:#96713a
}

.permit-step-list h3 {
  font-size:13px;
  margin:0 0 6px
}

.permit-step-list p {
  font-size:11px;
  line-height:1.6;
  color:#59675f;
  margin:0
}

.council-action {
  margin-top:24px;
  padding:20px 22px;
  background:#edf3ec;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px
}

.council-action>div:first-child {
  display:flex;
  align-items:flex-start;
  gap:13px
}

.council-action>div:first-child>svg {
  color:var(--forest);
  flex:0 0 auto
}

.council-action strong {
  font-size:12px
}

.council-action p {
  font-size:10px;
  line-height:1.5;
  color:#5d6a62;
  margin:5px 0 0;
  max-width:410px
}

.council-buttons {
  display:flex;
  gap:8px;
  flex:0 0 auto
}

.council-buttons a {
  display:inline-flex;
  align-items:center;
  gap:7px;
  border-radius:5px;
  padding:11px 13px;
  font-size:10px;
  font-weight:700
}

.council-primary {
  background:var(--forest);
  color:#fff
}

.council-secondary {
  border:1px solid #b8c9bc;
  background:#fff;
  color:var(--forest)
}

.bylaw-note {
  font-size:9px;
  line-height:1.55;
  color:#748078;
  margin:24px 0 0
}


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

  .council-action {
    align-items:flex-start;
    flex-direction:column
  }

  .council-buttons {
    flex-wrap:wrap
  }
}


@media(max-width:640px) {
  .parking-content {
    padding:22px 20px 28px
  }

  .visitor-parking-rule {
    grid-template-columns:1fr;
    padding:22px
  }

  .visitor-parking-rule h2 {
    font-size:20px
  }

  .permit-facts {
    gap:9px
  }

  .permit-facts article {
    padding:17px
  }

  .council-buttons {
    width:100%;
    display:grid
  }

  .council-buttons a {
    justify-content:space-between
  }

  .permit-step-list article {
    grid-template-columns:32px 1fr
  }
}



/* Simplified parking page */
.parking-content-simple {
  padding-top:28px
}

.visitor-parking-note {
  display:grid;
  grid-template-columns:42px 1fr;
  gap:14px;
  align-items:start;
  padding:20px 22px;
  background:#f2f6f1;
  border-left:3px solid var(--forest);
  border-radius:9px
}

.visitor-parking-note>svg {
  color:var(--forest);
  margin-top:2px
}

.visitor-parking-note span {
  font-size:9px;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:#7d6030;
  font-weight:700
}

.visitor-parking-note h2 {
  font:600 18px/1.25 var(--font-geist-sans),Arial,sans-serif;
  letter-spacing:0;
  margin:5px 0 6px
}

.visitor-parking-note p {
  font-size:11px;
  line-height:1.55;
  color:#5c6961;
  margin:0
}

.parking-map-section,.permit-summary {
  padding-top:32px
}

.parking-map {
  margin:20px 0 0;
  border:1px solid #dce3dd;
  border-radius:10px;
  overflow:hidden;
  background:#fff
}

.map-image-wrap {
  position:relative;
  aspect-ratio:16/9;
  overflow:hidden
}

.map-image-wrap img {
  width:100%;
  height:100%;
  display:block;
  object-fit:cover
}

.map-highlight {
  position:absolute;
  width:34px;
  height:34px;
  border-radius:50%;
  background:rgba(22,77,54,.9);
  border:3px solid #fff;
  color:#fff;
  display:grid;
  place-items:center;
  box-shadow:0 2px 8px rgba(10,38,25,.3);
  font-style:normal
}

.map-highlight b {
  font-size:11px
}

.map-blythe {
  left:35%;
  top:47%
}

.map-horsburgh {
  left:34%;
  top:57%
}

.map-rusden {
  left:39%;
  top:66%
}

.parking-map figcaption {
  display:flex;
  gap:22px;
  flex-wrap:wrap;
  padding:13px 16px;
  border-top:1px solid #e2e7e3;
  font-size:10px
}

.parking-map figcaption span {
  display:flex;
  align-items:center;
  gap:7px
}

.parking-map figcaption b {
  width:20px;
  height:20px;
  border-radius:50%;
  background:var(--forest);
  color:#fff;
  display:grid;
  place-items:center;
  font-size:9px
}

.map-caution {
  display:flex;
  align-items:flex-start;
  gap:9px;
  color:#5e675f;
  font-size:10px;
  line-height:1.55;
  margin:13px 0 0
}

.map-caution svg {
  color:#8c672e;
  flex:0 0 auto
}

.permit-summary-grid {
  display:grid;
  grid-template-columns:.75fr 1.25fr;
  gap:12px;
  margin-top:18px
}

.permit-summary-grid>div {
  border:1px solid #dde4de;
  border-radius:9px;
  padding:19px 21px
}

.permit-price {
  background:#fafbf9
}

.permit-price small {
  display:block;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#6d786f;
  font-size:9px
}

.permit-price strong {
  display:block;
  font-size:24px;
  margin:5px 0
}

.permit-price p,.permit-needs li {
  font-size:10px;
  line-height:1.5;
  color:#5d6a62
}

.permit-price p {
  margin:0
}

.permit-needs h3 {
  font-size:12px;
  margin:0 0 10px
}

.permit-needs ul {
  list-style:none;
  margin:0;
  padding:0
}

.permit-needs li {
  display:flex;
  align-items:center;
  gap:8px;
  margin:7px 0
}

.permit-needs svg {
  color:var(--forest)
}

.council-action-simple {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-top:12px;
  padding:18px 20px;
  background:#edf3ec;
  border-radius:9px
}

.council-action-simple strong {
  font-size:11px
}

.council-action-simple p {
  font-size:9px;
  color:#607067;
  margin:4px 0 0
}

.council-action-simple>div:last-child {
  display:flex;
  gap:8px
}

.council-action-simple a {
  display:inline-flex;
  align-items:center;
  gap:7px;
  border:1px solid #b9c8bc;
  background:#fff;
  color:var(--forest);
  padding:10px 12px;
  border-radius:5px;
  font-size:10px;
  font-weight:700
}

.council-action-simple a.primary {
  background:var(--forest);
  color:#fff;
  border-color:var(--forest)
}


@media(max-width:760px) {
  .permit-summary-grid {
    grid-template-columns:1fr
  }

  .council-action-simple {
    align-items:flex-start;
    flex-direction:column
  }

  .council-action-simple>div:last-child {
    flex-wrap:wrap
  }
}


@media(max-width:640px) {
  .parking-content-simple {
    padding:20px 16px 26px
  }

  .visitor-parking-note {
    padding:17px
  }

  .map-image-wrap {
    aspect-ratio:4/3
  }

  .parking-map figcaption {
    gap:10px 16px
  }

  .council-action-simple>div:last-child {
    display:grid;
    width:100%
  }

  .council-action-simple a {
    justify-content:space-between
  }
}



/* Parking guide — intentionally simple and typographically consistent */
.parking-shell {
  margin-top:42px
}

.parking-guide {
  padding:30px 42px 40px;
  font-family:var(--font-geist-sans),Arial,sans-serif
}

.parking-guide-heading {
  display:flex;
  align-items:center;
  gap:16px;
  padding:0 0 25px
}

.parking-guide-heading>span {
  width:46px;
  height:46px;
  border-radius:10px;
  background:#edf3ec;
  color:var(--forest);
  display:grid;
  place-items:center;
  flex:0 0 auto
}

.parking-guide-heading h1 {
  font:400 29px/1 Georgia,serif;
  letter-spacing:0;
  margin:0 0 5px
}

.parking-guide-heading p {
  font-size:11px;
  line-height:1.25;
  color:#66736b;
  margin:0
}

.parking-rule-list {
  border-top:1px solid #dce3dd
}

.parking-rule-list article {
  display:grid;
  grid-template-columns:34px 1fr;
  gap:16px;
  padding:23px 0;
  border-bottom:1px solid #dce3dd
}

.parking-rule-list article>span {
  width:28px;
  height:28px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#edf3ec;
  color:var(--forest);
  font-size:11px;
  font-weight:700
}

.parking-rule-list h2,.parking-permit-simple h2,.parking-permit-simple h3 {
  font-family:inherit;
  letter-spacing:.005em
}

.parking-rule-list h2 {
  font-size:17px;
  line-height:1.3;
  margin:2px 0 6px
}

.parking-rule-list p {
  font-size:12px;
  line-height:1.6;
  color:#59675f;
  margin:0;
  max-width:690px
}

.parking-permit-simple {
  margin-top:28px;
  border:1px solid #d9e2db;
  border-radius:11px;
  overflow:hidden
}

.permit-intro {
  display:grid;
  grid-template-columns:1fr auto;
  gap:20px;
  align-items:start;
  padding:24px 26px;
  background:#f1f5f0
}

.permit-intro h2 {
  font-size:17px;
  line-height:1.3;
  margin:0 0 7px
}

.permit-intro p {
  font-size:11px;
  line-height:1.6;
  color:#5b685f;
  margin:0;
  max-width:600px
}

.permit-intro>strong {
  font-size:19px;
  line-height:1.1;
  color:var(--forest);
  white-space:nowrap
}

.permit-intro>strong small {
  display:block;
  font-size:9px;
  font-weight:500;
  color:#66736a;
  margin-top:4px;
  text-align:right
}

.permit-apply-simple {
  padding:22px 26px
}

.permit-apply-simple h3 {
  font-size:13px;
  margin:0 0 12px
}

.permit-apply-simple ul {
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:10px
}

.permit-apply-simple li {
  display:flex;
  align-items:flex-start;
  gap:9px;
  font-size:11px;
  line-height:1.5;
  color:#4f5d54
}

.permit-apply-simple li svg {
  color:var(--forest);
  flex:0 0 auto;
  margin-top:1px
}

.council-link {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:16px 26px;
  border-top:1px solid #dce3dd;
  color:var(--forest);
  font-size:11px;
  font-weight:700;
  background:#fbfcfa
}

.council-link:hover {
  text-decoration:underline
}

.parking-fine-print {
  font-size:9px;
  line-height:1.55;
  color:#748078;
  margin:18px 0 0
}

.pet-assistance-note {
  display:flex;
  align-items:flex-start;
  gap:9px;
  margin:16px 0 0;
  padding:13px 15px;
  border-radius:9px;
  background:#f7f3ea;
  color:#5e584c;
  font-size:10px;
  line-height:1.5
}

.pet-assistance-note svg {
  color:#8c672e;
  flex:0 0 auto
}

.pet-renter-note {
  margin:13px 0 0;
  font-size:10px;
  line-height:1.55;
  color:#66736a
}


.waste-bin-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px;
  padding:22px 26px
}

.waste-bin-grid>div+div {
  border-left:1px solid #dce3dd;
  padding-left:26px
}

.waste-bin-grid h3 {
  display:flex;
  align-items:center;
  gap:9px;
  margin:0 0 14px
}

.waste-bin-grid h3 svg {
  color:var(--forest)
}

.waste-bin-grid ul {
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:7px
}

.waste-bin-grid li {
  font-size:11px;
  line-height:1.45;
  color:#4f5d54
}

.waste-bin-grid li:before {
  content:'–';
  color:#879289;
  margin-right:7px
}

.waste-warning {
  margin:0 26px 22px;
  padding:13px 15px;
  background:#f7f3ea;
  border-radius:9px;
  font-size:10px;
  line-height:1.55;
  color:#5e584c
}

.waste-warning strong {
  color:#453f35
}

.chute-courtesy {
  margin:0;
  border-radius:0;
  border-bottom:1px solid #dce3dd;
  padding:15px;
  background:#f4f7f3
}

.chute-courtesy svg {
  color:#b64f4f
}


.external-address-link {
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:12px;
  color:var(--forest);
  font-size:11px;
  font-weight:700;
  text-decoration:underline;
  text-underline-offset:3px
}

.external-address-link svg {
  flex:0 0 auto
}



@media(max-width:640px) {
  .parking-shell {
    margin-top:22px
  }

  .parking-guide {
    padding:22px 18px 28px
  }

  .parking-guide-heading {
    gap:12px;
    padding-bottom:20px
  }

  .parking-guide-heading>span {
    width:40px;
    height:40px
  }

  .parking-guide-heading h1 {
    font-size:26px
  }

  .parking-rule-list article {
    grid-template-columns:30px 1fr;
    gap:12px;
    padding:19px 0
  }

  .chute-courtesy {
    margin-left:0
  }

  .permit-intro {
    grid-template-columns:1fr;
    padding:20px
  }

  .permit-intro>strong {
    margin-top:4px
  }

  .permit-intro>strong small {
    display:inline;
    margin-left:4px
  }

  .permit-apply-simple {
    padding:20px
  }

  .council-link {
    padding:15px 20px
  }

  .waste-bin-grid {
    grid-template-columns:1fr;
    gap:20px;
    padding:20px
  }

  .waste-bin-grid>div+div {
    border-left:0;
    border-top:1px solid #dce3dd;
    padding:20px 0 0
  }

  .waste-warning {
    margin:0 20px 20px
  }
}



/* Distinguish current navigation from hover and clarify pet approval routes */
.content-shell aside a {
  border-left:2px solid transparent
}

.content-shell aside a.active {
  background:#e5e8e1;
  border-left-color:var(--forest);
  font-weight:700
}

.content-shell aside a:not(.active):hover {
  background:#f1f4ef;
  color:var(--forest)
}


.pet-paths {
  display:grid;
  grid-template-columns:1fr 1fr;
  border-bottom:1px solid #dce3dd
}

.pet-paths article {
  padding:23px 26px
}

.pet-paths article+article {
  border-left:1px solid #dce3dd
}

.pet-paths article>span {
  display:flex;
  align-items:center;
  gap:8px;
  color:#7d6030;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:9px;
  font-weight:700
}

.pet-paths article>span svg {
  color:var(--forest)
}

.pet-paths h3 {
  font-size:15px;
  margin:14px 0 8px
}

.pet-paths p {
  font-size:10px;
  line-height:1.6;
  color:#5b685f;
  margin:0
}

.pet-paths a {
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-top:16px;
  color:var(--forest);
  font-size:10px;
  font-weight:700;
  text-decoration:underline;
  text-underline-offset:3px
}


@media(max-width:640px) {
  .pet-paths {
    grid-template-columns:1fr
  }

  .pet-paths article {
    padding:20px
  }

  .pet-paths article+article {
    border-left:0;
    border-top:1px solid #dce3dd
  }
}



/* Current-page treatment and maintenance reporting */
.content-shell aside a.active {
  background:transparent;
  border-left-color:transparent;
  font-weight:700;
  text-decoration:underline;
  text-decoration-color:var(--forest);
  text-decoration-thickness:1px;
  text-underline-offset:4px
}

.content-shell aside a:not(.active):hover {
  background:#f1f4ef;
  text-decoration:none
}

.footer-contacts {
  grid-template-columns:repeat(2,1fr)
}


.maintenance-shell {
  max-width:900px;
  margin:44px auto 0;
  background:#fff;
  border:1px solid #dde4de;
  border-radius:11px;
  overflow:hidden;
  box-shadow:0 5px 18px rgba(21,49,35,.07)
}

.maintenance-intro {
  display:flex;
  align-items:flex-start;
  gap:15px;
  padding:28px 30px;
  background:#f1f5f0;
  border-bottom:1px solid #dce3dd
}

.maintenance-intro>svg {
  color:var(--forest);
  flex:0 0 auto;
  margin-top:4px
}

.maintenance-intro h1 {
  font-size:30px;
  line-height:1.1;
  margin:0 0 8px
}

.maintenance-intro p {
  font-size:12px;
  line-height:1.55;
  color:#5b685f;
  margin:0;
  max-width:650px
}

.maintenance-form {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px 22px;
  padding:30px
}

.form-field {
  display:flex;
  flex-direction:column;
  gap:7px
}

.form-field.form-wide {
  grid-column:1/-1
}

.form-field label {
  font-size:11px;
  font-weight:700
}

.form-field input,.form-field select,.form-field textarea {
  width:100%;
  border:1px solid #cdd7cf;
  border-radius:7px;
  background:#fff;
  color:var(--ink);
  font:inherit;
  font-size:12px;
  padding:11px 12px;
  outline:none
}

.form-field textarea {
  resize:vertical;
  line-height:1.55
}

.form-field input:focus,.form-field select:focus,.form-field textarea:focus {
  border-color:var(--forest);
  box-shadow:0 0 0 3px rgba(22,77,54,.1)
}

.form-field small {
  font-size:9px;
  color:#748078
}

.maintenance-submit {
  grid-column:1/-1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding-top:5px
}

.maintenance-submit p {
  display:flex;
  align-items:flex-start;
  gap:8px;
  max-width:520px;
  font-size:10px;
  line-height:1.5;
  color:#657168;
  margin:0
}

.maintenance-submit p svg {
  color:var(--forest);
  flex:0 0 auto
}

.maintenance-submit button {
  display:inline-flex;
  align-items:center;
  gap:9px;
  border:0;
  border-radius:6px;
  background:var(--forest);
  color:#fff;
  padding:12px 16px;
  font-size:11px;
  font-weight:700;
  cursor:pointer
}

.maintenance-submit button:hover {
  background:#0f3f2b
}



.contact-directory {
  max-width:1180px;
  margin-left:auto;
  margin-right:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px
}

.contact-card {
  background:#fff;
  border:1px solid #dde4de;
  border-radius:11px;
  padding:27px;
  text-align:left;
  box-shadow:0 4px 15px rgba(21,49,35,.05)
}

.contact-card-heading {
  display:grid;
  grid-template-columns:44px minmax(0,1fr);
  align-items:start;
  gap:15px
}

.contact-card-heading>span {
  width:44px;
  height:44px;
  border-radius:9px;
  background:#edf3ed;
  display:grid;
  place-items:center;
  color:var(--forest)
}

.contact-card h2 {
  font-family:var(--font-sans),Arial,sans-serif;
  font-size:17px;
  line-height:1.25;
  letter-spacing:0;
  margin:0 0 7px;
  font-weight:700
}

.contact-card p {
  font-size:11px;
  line-height:1.55;
  color:#5e6b63;
  margin:0;
  max-width:460px
}

.contact-card>strong {
  display:block;
  font-size:12px;
  margin:20px 0 13px
}

.contact-actions {
  display:flex;
  flex-direction:column;
  gap:11px;
  width:100%
}

.contact-actions a,.contact-actions>span {
  display:grid;
  grid-template-columns:18px minmax(0,1fr) 16px;
  align-items:center;
  column-gap:9px;
  width:100%;
  min-height:18px;
  font-size:11px;
  color:var(--forest);
  text-align:left
}

.contact-actions a>svg:first-child,.contact-actions>span>svg:first-child {
  justify-self:center
}

.contact-actions a>svg:last-child {
  justify-self:end
}

.contact-actions a:hover {
  text-decoration:underline
}

.contact-card-emergency .contact-card-heading>span {
  background:#faece8;
  color:#a23f32
}

.contact-actions .critical {
  color:#9a302b
}

.contact-placeholder>span {
  color:#78827b
}

.contact-privacy-note {
  max-width:1180px;
  margin:18px auto 0;
  color:#6a756e;
  font-size:10px;
  text-align:center
}

.contact-page .route-hero {
  padding-bottom:4px
}


@media(max-width:940px) {
  .maintenance-shell {
    margin-left:20px;
    margin-right:20px
  }
}


@media(max-width:940px) {
  .contact-directory,.contact-privacy-note {
    margin-left:20px;
    margin-right:20px
  }
}


@media(max-width:640px) {
  .footer-contacts {
    grid-template-columns:1fr
  }

  .maintenance-shell {
    margin:24px 10px 0
  }

  .maintenance-intro {
    padding:22px 20px
  }

  .maintenance-intro h1 {
    font-size:26px
  }

  .maintenance-form {
    grid-template-columns:1fr;
    padding:22px 20px
  }

  .form-field.form-wide,.maintenance-submit {
    grid-column:1
  }

  .maintenance-submit {
    align-items:stretch;
    flex-direction:column
  }

  .maintenance-submit button {
    justify-content:space-between
  }

  .contact-directory {
    grid-template-columns:1fr;
    margin-left:10px;
    margin-right:10px
  }

  .contact-card {
    padding:22px 20px
  }

  .contact-privacy-note {
    margin-left:20px;
    margin-right:20px
  }
}



/* Newsletter library */
.newsletter-page {
  min-height:0;
  padding-bottom:28px
}

.newsletter-library {
  max-width:1180px;
  margin-left:auto;
  margin-right:auto;
  display:grid;
  grid-template-columns:220px minmax(0,1fr);
  min-height:690px;
  border:1px solid #dce3dd;
  border-radius:11px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 5px 18px rgba(21,49,35,.07)
}

.newsletter-issues {
  padding:30px 18px;
  background:#fafbf9;
  border-right:1px solid #e1e6e1
}

.newsletter-issues>a {
  display:grid;
  grid-template-columns:20px 1fr;
  gap:10px;
  align-items:start;
  padding:12px;
  border-radius:7px;
  color:var(--ink)
}

.newsletter-issues>a svg {
  color:var(--forest)
}

.newsletter-issues>a.active {
  font-weight:700;
  text-decoration:underline;
  text-decoration-color:var(--forest);
  text-underline-offset:4px
}

.newsletter-issues strong,.newsletter-issues small {
  display:block
}

.newsletter-issues strong {
  font-size:11px
}

.newsletter-issues small {
  font-size:9px;
  color:#748078;
  margin-top:4px;
  font-weight:400
}

.issue-archive-label {
  margin:24px 12px 7px;
  padding-top:18px;
  border-top:1px solid #dfe5df;
  color:#7d6030;
  text-transform:uppercase;
  letter-spacing:.09em;
  font-size:8px;
  font-weight:700
}

.newsletter-issues>p {
  margin:0 12px;
  font-size:9px;
  line-height:1.55;
  color:#748078
}

.newsletter-reader {
  min-width:0;
  padding:18px;
  background:#e7ebe6
}

.pdf-stage {
  position:relative;
  height:100%;
  min-height:650px;
  background:#dfe5df;
  overflow:hidden
}

.pdf-bottom-toolbar {
  position:absolute;
  z-index:4;
  left:50%;
  bottom:18px;
  transform:translateX(-50%);
  display:flex;
  align-items:center;
  gap:4px;
  padding:7px;
  border:1px solid rgba(19,53,37,.13);
  border-radius:11px;
  background:rgba(255,255,255,.97);
  color:var(--forest);
  box-shadow:0 6px 22px rgba(21,49,35,.2)
}

.pdf-bottom-toolbar button,.pdf-bottom-toolbar a {
  width:36px;
  height:36px;
  border:0;
  border-radius:7px;
  background:transparent;
  color:inherit;
  display:grid;
  place-items:center;
  cursor:pointer
}

.pdf-bottom-toolbar button:hover:not(:disabled),.pdf-bottom-toolbar a:hover {
  background:#edf3ed
}

.pdf-bottom-toolbar button:disabled {
  opacity:.3;
  cursor:default
}

.pdf-bottom-toolbar .previous svg {
  transform:rotate(180deg)
}

.pdf-page-number {
  min-width:48px;
  text-align:center;
  color:#65746c;
  font-size:10px;
  font-variant-numeric:tabular-nums
}

.pdf-toolbar-divider {
  width:1px;
  height:22px;
  background:#dce3dd;
  margin:0 4px
}

.pdf-viewport {
  height:650px;
  overflow:hidden;
  background:#f8f5ed
}

.pdf-viewport iframe {
  display:block;
  width:100%;
  height:calc(100% + 56px);
  border:0;
  transform:translateY(-56px);
  background:#f8f5ed
}

.pdf-stage:fullscreen {
  background:#dfe5df;
  padding:18px
}

.pdf-stage:fullscreen .pdf-viewport {
  height:calc(100vh - 36px)
}


@media(max-width:1220px) {
  .newsletter-library {
    margin-left:20px;
    margin-right:20px
  }
}


@media(max-width:760px) {
  .newsletter-library {
    grid-template-columns:1fr;
    min-height:0
  }

  .newsletter-issues {
    border-right:0;
    border-bottom:1px solid #e1e6e1;
    padding:14px;
    display:grid;
    grid-template-columns:minmax(180px,1fr) 1fr;
    align-items:center
  }

  .newsletter-issues>a {
    padding:9px
  }

  .issue-archive-label {
    display:none
  }

  .newsletter-issues>p {
    margin:0;
    padding-left:12px;
    border-left:1px solid #dfe5df
  }

  .newsletter-reader {
    padding:10px
  }

  .pdf-stage {
    min-height:520px
  }

  .pdf-viewport {
    height:520px
  }
}


@media(max-width:520px) {
  .newsletter-library {
    margin-left:10px;
    margin-right:10px
  }

  .newsletter-issues {
    grid-template-columns:1fr
  }

  .newsletter-issues>p {
    display:none
  }

  .pdf-bottom-toolbar {
    bottom:10px;
    padding:5px;
    gap:2px
  }

  .pdf-bottom-toolbar button,.pdf-bottom-toolbar a {
    width:32px;
    height:34px
  }

  .pdf-page-number {
    min-width:42px
  }

  .pdf-toolbar-divider {
    margin:0 2px
  }

  .pdf-stage {
    min-height:430px
  }

  .pdf-viewport {
    height:430px
  }
}



/* Living Here directory, utilities and FAQs */
.living-section-frame {
  min-height:calc(100vh - 76px);
  display:flex;
  flex-direction:column
}

.living-persistent-hero {
  width:100%;
  flex:0 0 auto
}

.living-section-frame>.route-page {
  min-height:0;
  padding-bottom:28px;
  flex:1
}

.living-shell,.living-section-frame .parking-shell {
  min-height:690px;
  margin-top:18px
}

.living-shell>aside,.living-section-frame .parking-shell>aside {
  padding-top:32px
}

.living-overview {
  min-height:0
}

.living-topic-grid {
  grid-template-columns:repeat(3,1fr)
}

.living-topic-grid article {
  border-radius:10px
}

.living-topic-heading {
  display:flex;
  align-items:center;
  gap:10px
}

.living-topic-heading svg {
  color:var(--forest);
  flex:0 0 auto
}

.living-topic-heading h3 {
  margin:0
}

.utility-list {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  padding-top:24px;
  border-top:1px solid #dce3dd
}

.utility-list article {
  border:1px solid #dce3dd;
  border-radius:10px;
  padding:20px;
  display:flex;
  flex-direction:column;
  align-items:flex-start
}

.utility-heading {
  display:flex;
  align-items:flex-start;
  gap:11px
}

.utility-heading>svg {
  color:var(--forest);
  margin-top:2px
}

.utility-heading h2 {
  font-size:16px;
  margin:0 0 4px
}

.utility-heading strong {
  font-size:10px;
  color:#7d6030
}

.utility-list p {
  font-size:11px;
  line-height:1.6;
  color:#59675f;
  flex:1
}

.utility-list a {
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:var(--forest);
  font-size:10px;
  font-weight:700;
  text-decoration:underline;
  text-underline-offset:3px
}

.utility-note {
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin:14px 0 0;
  padding:15px 17px;
  background:#f7f3ea;
  border-radius:9px;
  color:#5e584c;
  font-size:10px;
  line-height:1.55
}

.utility-note svg {
  color:#8c672e;
  flex:0 0 auto
}

.utility-government-link {
  margin-top:12px;
  border:1px solid #dce3dd;
  border-radius:8px
}

.faq-placeholder-list {
  border-top:1px solid #dce3dd
}

.faq-placeholder-list article {
  display:grid;
  grid-template-columns:36px 1fr;
  gap:15px;
  padding:19px 0;
  border-bottom:1px solid #dce3dd
}

.faq-placeholder-list article>span {
  font:italic 15px Georgia,serif;
  color:#96713a
}

.faq-placeholder-list h2 {
  font-size:14px;
  margin:0 0 5px
}

.faq-placeholder-list p {
  font-size:10px;
  color:#718077;
  margin:0
}


@media(max-width:900px) {
  .living-topic-grid,.utility-list {
    grid-template-columns:1fr 1fr
  }
}


@media(max-width:640px) {
  .living-section-frame {
    min-height:calc(100vh - 66px)
  }

  .living-section-frame>.route-page {
    padding-bottom:18px
  }

  .living-shell,.living-section-frame .parking-shell {
    min-height:0;
    margin-top:12px
  }

  .living-topic-grid,.utility-list {
    grid-template-columns:1fr
  }

  .utility-list {
    padding-top:18px
  }
}



/* Administration */
.admin-page {
  max-width:1180px;
  margin:0 auto;
  padding:46px 0 54px
}

.admin-heading {
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:30px;
  margin-bottom:28px
}

.admin-heading>div:first-child>small {
  display:block;
  color:#8b682f;
  text-transform:uppercase;
  letter-spacing:.11em;
  font-size:9px;
  font-weight:700;
  margin-bottom:9px
}

.admin-heading h1 {
  font:38px Georgia,serif;
  margin:0;
  color:var(--ink)
}

.admin-heading p {
  font-size:12px;
  color:#66746c;
  margin:9px 0 0
}

.admin-user {
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 15px;
  border:1px solid #dce3dd;
  border-radius:10px;
  background:#fff
}

.admin-user svg {
  color:var(--forest)
}

.admin-user strong,.admin-user small {
  display:block
}

.admin-user strong {
  font-size:10px
}

.admin-user small {
  font-size:9px;
  color:#718078;
  margin-top:3px
}

.admin-quick-publish {
  display:grid;
  grid-template-columns:310px 1fr;
  gap:35px;
  padding:30px;
  border:1px solid #dce3dd;
  border-radius:11px;
  background:#f0f5f0;
  box-shadow:0 4px 16px rgba(21,49,35,.06)
}

.admin-quick-publish>div {
  display:flex;
  align-items:flex-start;
  gap:14px
}

.admin-section-icon {
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  border-radius:10px;
  background:#fff;
  color:var(--forest);
  flex:0 0 auto
}

.admin-quick-publish h2 {
  font:22px Georgia,serif;
  margin:2px 0 7px
}

.admin-quick-publish p {
  font-size:10px;
  line-height:1.55;
  color:#67766d;
  margin:0
}

.admin-quick-publish form {
  display:grid;
  gap:13px
}

.admin-quick-publish label>span {
  display:block;
  font-size:9px;
  font-weight:700;
  margin-bottom:6px
}

.admin-quick-publish input,.admin-quick-publish textarea,.admin-quick-publish select {
  width:100%;
  border:1px solid #cad5cc;
  border-radius:8px;
  background:#fff;
  padding:11px 12px;
  color:var(--ink);
  font:11px Arial,sans-serif
}

.admin-quick-publish textarea {
  resize:vertical
}

.admin-publish-actions {
  display:grid;
  grid-template-columns:1fr auto;
  gap:12px;
  align-items:end
}

.admin-publish-actions button {
  height:40px;
  border:0;
  border-radius:8px;
  background:var(--forest);
  color:#fff;
  padding:0 17px;
  display:flex;
  align-items:center;
  gap:12px;
  font-size:10px;
  font-weight:700;
  cursor:pointer
}

.admin-publish-actions button:disabled {
  opacity:.6
}

.admin-form-message {
  color:var(--forest)!important;
  font-weight:700
}

.admin-modules {
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:12px;
  margin-top:18px
}

.admin-modules>a {
  border:1px solid #dce3dd;
  border-radius:10px;
  background:#fff;
  padding:20px;
  min-height:168px;
  color:var(--ink)
}

.admin-modules>a:hover {
  background:#f4f7f3;
  border-color:#c9d5cc
}

.admin-module-heading {
  display:flex;
  align-items:center;
  gap:9px
}

.admin-module-heading svg {
  color:var(--forest)
}

.admin-module-heading h2 {
  font-size:13px;
  margin:0
}

.admin-modules>a p {
  font-size:10px;
  line-height:1.55;
  color:#66746c
}

.admin-modules>a>span {
  display:flex;
  align-items:center;
  gap:7px;
  color:#8b682f;
  font-size:8px;
  font-weight:700;
  margin-top:18px
}

.admin-access {
  margin-top:18px;
  padding:25px 28px;
  border-radius:11px;
  background:#173f30;
  color:#fff;
  display:grid;
  grid-template-columns:220px 1fr;
  gap:30px
}

.admin-access h2 {
  font:20px Georgia,serif;
  margin:0 0 7px
}

.admin-access p {
  font-size:10px;
  color:#cedbd3;
  margin:0
}

.admin-role-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px
}

.admin-role-grid article {
  padding-left:15px;
  border-left:1px solid rgba(255,255,255,.25)
}

.admin-role-grid strong,.admin-role-grid span {
  display:block
}

.admin-role-grid strong {
  font-size:10px
}

.admin-role-grid span {
  font-size:9px;
  color:#cedbd3;
  margin-top:5px;
  line-height:1.4
}

.admin-back {
  font-size:10px;
  font-weight:700;
  color:var(--forest);
  text-decoration:underline;
  text-underline-offset:4px
}

.admin-management-grid {
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:18px
}

.admin-editor,.admin-records {
  border:1px solid #dce3dd;
  border-radius:11px;
  background:#fff;
  padding:27px
}

.admin-editor-title {
  display:flex;
  align-items:center;
  gap:10px;
  color:var(--forest);
  margin-bottom:22px
}

.admin-editor-title h2,.admin-records h2 {
  font:20px Georgia,serif;
  margin:0;
  color:var(--ink)
}

.admin-editor form {
  display:grid;
  gap:14px
}

.admin-editor label>span {
  display:block;
  font-size:9px;
  font-weight:700;
  margin-bottom:6px
}

.admin-editor input,.admin-editor textarea,.admin-editor select {
  width:100%;
  border:1px solid #cad5cc;
  border-radius:8px;
  background:#fff;
  padding:11px 12px;
  color:var(--ink);
  font:11px Arial,sans-serif
}

.admin-editor textarea {
  resize:vertical
}

.admin-field-pair {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px
}

.admin-editor-actions {
  display:flex;
  gap:9px
}

.admin-editor-actions button,.admin-records button {
  border:0;
  border-radius:8px;
  background:var(--forest);
  color:#fff;
  padding:10px 15px;
  display:flex;
  align-items:center;
  gap:10px;
  font-size:9px;
  font-weight:700;
  cursor:pointer
}

.admin-editor-actions button.secondary,.admin-records button {
  background:#edf3ed;
  color:var(--forest)
}

.admin-records {
  align-self:start
}

.admin-records>h2 {
  margin-bottom:17px
}

.admin-records article {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:13px 0;
  border-top:1px solid #e1e6e1
}

.admin-records article strong,.admin-records article span {
  display:block
}

.admin-records article strong {
  font-size:10px
}

.admin-records article span {
  font-size:8px;
  color:#75827a;
  margin-top:4px
}

.admin-empty,.admin-signed-in {
  font-size:9px;
  color:#75827a
}

.admin-signed-in {
  text-align:right;
  margin-top:13px
}


@media(max-width:1220px) {
  .admin-page {
    margin-left:20px;
    margin-right:20px
  }

  .admin-modules {
    grid-template-columns:repeat(3,1fr)
  }
}


@media(max-width:760px) {
  .admin-heading {
    display:block
  }

  .admin-user {
    margin-top:18px;
    width:max-content
  }

  .admin-quick-publish,.admin-management-grid {
    grid-template-columns:1fr
  }

  .admin-modules {
    grid-template-columns:1fr 1fr
  }

  .admin-access {
    grid-template-columns:1fr
  }

  .admin-role-grid {
    grid-template-columns:1fr
  }

  .admin-role-grid article {
    border-left:0;
    border-top:1px solid rgba(255,255,255,.22);
    padding:12px 0 0
  }

  .admin-back {
    display:inline-block;
    margin-top:15px
  }
}


@media(max-width:520px) {
  .admin-page {
    margin:0 10px;
    padding-top:28px
  }

  .admin-heading h1 {
    font-size:30px
  }

  .admin-quick-publish,.admin-editor,.admin-records {
    padding:20px
  }

  .admin-quick-publish {
    gap:22px
  }

  .admin-publish-actions,.admin-modules,.admin-field-pair {
    grid-template-columns:1fr
  }

  .admin-publish-actions button {
    justify-content:space-between
  }

  .admin-user {
    width:100%
  }
}



/* Administration workflows */
.admin-user a {
  display:inline-block;
  margin-top:5px;
  font-size:8px;
  color:var(--forest);
  text-decoration:underline;
  text-underline-offset:3px
}

.admin-modules {
  grid-template-columns:repeat(4,1fr)
}

.admin-preview {
  border:1px solid #dce3dd;
  border-radius:9px;
  background:#f7f9f6;
  padding:13px 15px
}

.admin-preview summary {
  cursor:pointer;
  color:var(--forest);
  font-size:10px;
  font-weight:700
}

.admin-preview h3 {
  font:20px Georgia,serif;
  margin:16px 0 7px
}

.admin-preview p,.admin-preview div {
  font-size:10px;
  line-height:1.55;
  color:#66746c
}

.admin-security-note {
  padding:13px 15px;
  border-radius:8px;
  background:#f4efe5;
  color:#665d4e;
  font-size:10px!important;
  line-height:1.5
}

.admin-activity {
  max-width:850px
}

.admin-login-card {
  max-width:560px;
  margin:60px auto;
  padding:36px;
  border:1px solid #dce3dd;
  border-radius:12px;
  background:#fff;
  box-shadow:0 5px 18px rgba(21,49,35,.07)
}

.admin-login-card>small {
  color:#8b682f;
  text-transform:uppercase;
  letter-spacing:.11em;
  font-size:9px;
  font-weight:700
}

.admin-login-card h1 {
  font:36px Georgia,serif;
  margin:12px 0
}

.admin-login-card p {
  font-size:12px;
  line-height:1.6;
  color:#66746c
}

.admin-login-card a {
  display:inline-block;
  margin-top:12px;
  padding:12px 16px;
  border-radius:8px;
  background:var(--forest);
  color:#fff;
  font-size:10px;
  font-weight:700
}

.project-image {
  width:100%;
  height:150px;
  object-fit:cover;
  border-radius:8px;
  margin-bottom:18px
}

.project-grid small a {
  text-decoration:underline;
  text-underline-offset:3px
}


.admin-stats {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin:18px 0
}

.admin-stats article {
  padding:18px 20px;
  border:1px solid #dce3dd;
  border-radius:10px;
  background:#fff
}

.admin-stats strong,.admin-stats span {
  display:block
}

.admin-stats strong {
  font:25px Georgia,serif;
  color:var(--forest)
}

.admin-stats span {
  margin-top:5px;
  font-size:9px;
  color:#718078
}

.admin-record-actions {
  display:flex;
  gap:6px
}

.admin-record-actions button.archive {
  background:#f3ece3;
  color:#765b31
}

.admin-view-link {
  font-size:10px;
  font-weight:700;
  color:var(--forest);
  text-decoration:underline;
  text-underline-offset:3px
}


@media(max-width:760px) {
  .admin-modules,.admin-stats {
    grid-template-columns:1fr 1fr
  }
}


@media(max-width:520px) {
  .admin-modules {
    grid-template-columns:1fr
  }

  .admin-login-card {
    margin:24px 10px;
    padding:26px
  }
}

/* How the building works.
   Five roles at 72-degree intervals clockwise from twelve o'clock, on a fixed
   660x590 canvas so the trigonometry only has to be done once. Connectors are a
   single SVG behind the cards — the diagonals need real angles, and the cards
   sitting on top hide where the lines meet in the middle. */
.works-map-frame { padding:34px 0 38px }

.responsibility-map.works-map {
  width:660px;
  max-width:100%;
  height:590px;
  margin:0 auto;
  min-height:0
}

.works-map .map-role { width:190px; min-height:132px }
.works-map .map-centre { width:190px; height:190px; left:235px; top:215px; transform:none; z-index:3 }

.works-map .works-lines {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  z-index:1
}

.role-bodycorp  { left:235px;   top:9px }
.role-committee { left:458.5px; top:171.4px }
.role-bcmanager { left:373.1px; top:434.1px }
.role-agent     { left:96.9px;  top:434.1px }
.role-manager   { left:11.5px;  top:171.4px }

.map-centre-icons { display:flex; gap:16px; align-items:flex-start; margin-top:11px }
.map-centre-icons > div { display:flex; flex-direction:column; align-items:center; gap:5px; width:56px }
.map-centre-icons small { font-size:9.5px; line-height:1.3; color:#cfe0d4; margin:0 }

/* Rows in the renter and owner guides. .form-columns a is built for links with a
   chevron; these are labels, so they get their own rule rather than borrowing it. */
.form-columns .route-row {
  padding:11px 4px;
  border-top:1px solid rgba(45,78,58,.13)
}
.form-columns > div.owners .route-row { border-top-color:rgba(120,85,35,.16) }
.form-columns .route-row b { display:block; font-size:10.5px; color:var(--ink) }
.form-columns .route-row small { display:block; font-size:9.5px; color:#6c786f; margin-top:3px }
.form-columns .route-note { margin:14px 0 0; font-size:10.5px; line-height:1.55; color:#5e6b63 }

/* Where to check the rules yourself */
.helpful-links {
  max-width:1180px;
  margin:24px auto 0;
  background:#fff;
  border:1px solid #e0e5df;
  border-radius:8px;
  box-shadow:0 5px 20px rgba(21,49,35,.08);
  overflow:hidden
}
.helpful-links > .links-heading { padding:26px 30px 22px; background:linear-gradient(120deg,#fbfaf6,#eef3eb) }
.helpful-links > .links-heading span {
  display:block;
  font-size:9px;
  text-transform:uppercase;
  color:#7d6030;
  letter-spacing:.12em;
  font-weight:700;
  margin-bottom:7px
}
.helpful-links > .links-heading h2 { font-size:23px; margin:0 }
.helpful-links > div.links-list { padding:6px 30px 24px }
.helpful-links a { display:block; padding:13px 0; border-bottom:1px solid #edf0ec }
.helpful-links a:last-child { border-bottom:0 }
.helpful-links b { display:block; font-size:11.5px; color:var(--ink) }
.helpful-links small { display:block; font-size:10px; color:#6c786f; margin-top:3px }

@media(max-width:820px) {
  .works-map-frame { padding:0 }
  .responsibility-map.works-map { width:auto; height:auto; min-height:0 }
  .works-map .map-role,
  .works-map .map-centre { position:static; width:auto; transform:none; margin-bottom:9px }
  .works-map .map-centre { height:auto; border-radius:12px; order:-1 }
  .works-map .works-lines { display:none }
  .helpful-links { margin-left:20px; margin-right:20px }
  .helpful-links > .links-heading { padding:22px 20px 18px }
  .helpful-links > div.links-list { padding:4px 20px 18px }
}
