/* Portfolio Properties overrides on the shared RDS brand system */
.nav__logo{height:44px;}
.footer__logo{height:40px;}
.comm{display:grid;grid-template-columns:repeat(3,1fr);gap:26px 26px;}
.comm figure{margin:0;}
.comm img,.comm .ph{width:100%;aspect-ratio:16/10;object-fit:cover;}
.comm .ph{background:var(--off-white);border:2px solid var(--hairline);display:flex;align-items:center;justify-content:center;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--grey);}
.comm figcaption{margin-top:10px;font-size:15px;color:var(--ink);}
@media(max-width:900px){.comm{grid-template-columns:1fr 1fr;}}
@media(max-width:560px){.comm{grid-template-columns:1fr;}}

.funcs--4{grid-template-columns:repeat(4,1fr);text-align:left;}
@media(max-width:900px){.funcs--4{grid-template-columns:1fr 1fr;}}
@media(max-width:560px){.funcs--4{grid-template-columns:1fr;}}
