/* Sami's personal wordmark and preferred opening portrait. */
.site-header .brand{flex-shrink:0}
.brand-logo{display:block;width:245px;height:auto;max-width:100%;mix-blend-mode:lighten}
.site-header .brand-logo{width:235px;max-height:80px;object-fit:contain}
footer .brand-logo{width:260px}
.hero-photo img{object-position:50% 25%}
@media(max-width:1100px){.site-header .brand-logo{width:220px}}
@media(max-width:800px){
 .site-header .brand-logo{width:200px;max-height:68px}
 .hero-photo img{object-position:50% 14%}
 footer .brand-logo{width:240px}
}
@media(max-width:580px){.site-header .brand-logo{width:180px}}
@media(max-width:360px){.site-header .brand-logo{width:160px}.site-header{gap:10px}}

/* Text-led consulting cards; rejected generated photographs are removed. */
.service-card{display:flex;flex-direction:column;height:auto;min-height:420px;border:1px solid #233541;background:linear-gradient(145deg,#102331,#071017)}
.service-top{padding:30px}
.service-bottom{position:static;margin-top:auto;padding:16px 30px 30px}
@media(max-width:1100px){.service-top{padding:23px}.service-bottom{padding:16px 23px 25px}}
@media(max-width:800px){.service-card{min-height:0}.service-top{padding:27px}.service-bottom{padding:8px 27px 27px}}
