/* Brand palette taken from the supplied Parks Property Management logo. */
:root{--paper:#f5f6f7;--ink:#122f40;--muted:#586873;--line:#d2d9df;--sand:#e1e4e6}
.topline{background:#0c2432;color:#dce2e7}
header{background:var(--ink);color:#f4f5f6;border-bottom-color:#315064}
.header-inner{min-height:116px}
.brand-logo{width:84px;height:72px;object-fit:cover;border-radius:3px}
.brand-name{font-family:var(--sans);font-weight:650;font-size:31px;letter-spacing:.09em}
.brand-sub{font-size:8px;letter-spacing:.14em}
.nav .portal-link{border-color:#9fadb8}
.menu-toggle{color:#f5f6f7;border-color:#9fadb8}
.hero-art{border-radius:3px;background:#122f40;border:1px solid #294758;box-shadow:0 22px 60px #122f401a;align-self:stretch;display:flex;align-items:center;min-height:470px}
.hero-art>img{height:auto!important;width:100%;object-fit:contain}
.art-caption{background:none;border-top:1px solid #ffffff25;color:#d8e1e6;margin:0 26px;padding:20px 0}
.button:hover{background:#294b61}
.button.secondary:hover{background:#e3e9ee}
.hero-note{color:#586873}
.card .number{color:#687e8d}
.dark{background:#122f40}
.dark p,.dark .eyebrow{color:#d0dce4}
.feature-list,.feature-item{border-color:#456171}
.feature-item span{color:#becad2}
.feature .button{background:#e1e4e6;border-color:#e1e4e6}
.feature .button:hover{background:#fff}
.notice{background:#e6edf2;border-color:#6f899a}
.panel{background:#fff}
.about-art{object-fit:contain;background:#122f40;height:auto;align-self:start}
.footer .brand-logo{width:84px;height:64px}
@media(max-width:1150px){.brand-logo{width:68px;height:58px}.brand-name{font-size:27px}.brand-sub{font-size:7px}.nav{gap:14px}.hero-art{min-height:420px}}
@media(max-width:800px){.header-inner{min-height:92px}.brand-logo{width:65px;height:54px}.brand-name{font-size:27px}.brand-sub{font-size:7px}.hero-art{min-height:350px;max-width:none}.hero-art>img{padding:18px 0 50px}.art-caption{font-size:9px;margin:0 20px;padding:16px 0}.about-art{height:auto}.nav .portal-link{display:inline-block}}
@media(max-width:430px){.brand{gap:8px}.brand-logo{width:56px;height:49px}.brand-name{font-size:24px}.brand-sub{font-size:6.5px}.hero-art{min-height:285px}.art-caption{font-size:8px}}
